{ "opencollection": "1.0.0", "info": { "name": "AWS Cloud Control Change Sets Exports API", "version": "2021-09-30" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Exports", "type": "folder" }, "items": [ { "info": { "name": "List Stack Exports", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=ListExports", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2010-05-15." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "NextToken", "value": "" } ] } }, "docs": "Lists all exported output values in the account and Region." }, { "info": { "name": "List Stacks That Import an Exported Value", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=ListImports", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2010-05-15." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "ExportName", "value": "" }, { "name": "NextToken", "value": "" } ] } }, "docs": "Lists all stacks that import an exported output value. To find the exports, use ListExports." } ] } ], "bundled": true }