{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Effective Policies API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Effective Policies", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Management Get Effective Policies", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/effective-policies", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "thingName", "value": "", "type": "query", "description": "The thing name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Gets a list of the policies that have an effect on the authorization behavior of the specified device when it connects to the IoT device gateway.

Requires permission to access the GetEffectivePolicies action.

" } ] } ], "bundled": true }