{ "opencollection": "1.0.0", "info": { "name": "AWS Cloud Control Change Sets Request Status API", "version": "2021-09-30" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Request Status", "type": "folder" }, "items": [ { "info": { "name": "Get the Status of a Resource Operation Request", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=GetResourceRequestStatus", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2021-09-30." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the current status of a resource operation request. For more information, see Managing resource operation requests in the CloudFormation User Guide." }, { "info": { "name": "List Resource Operation Requests", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=ListResourceRequests", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2021-09-30." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns existing resource operation requests. This includes requests of all statuses. For more information, see Managing resource operation requests in the CloudFormation User Guide." }, { "info": { "name": "Cancel an In-progress Resource Operation Request", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=CancelResourceRequest", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2021-09-30." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the CloudFormation User Guide. Only resource operations with a status of PENDING or IN_PROGRESS can be cancelled." } ] } ], "bundled": true }