{ "opencollection": "1.0.0", "info": { "name": "AWS Cloud Control Change Sets Stack Policies API", "version": "2021-09-30" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Stack Policies", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a Stack Policy", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=GetStackPolicy", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2010-05-15." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "StackName", "value": "" } ] } }, "docs": "Returns the stack policy for a specified stack. If a stack does not have a policy, a null value is returned." }, { "info": { "name": "Set a Stack Policy", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=SetStackPolicy", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2010-05-15." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "StackName", "value": "" }, { "name": "StackPolicyBody", "value": "" }, { "name": "StackPolicyURL", "value": "" } ] } }, "docs": "Sets a stack policy for a specified stack. A stack policy controls whether changes to stack resources are allowed during updates." } ] } ], "bundled": true }