{ "opencollection": "1.0.0", "info": { "name": "Amazon CloudFormation Change Sets Resources API", "version": "2010-05-15" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Resources", "type": "folder" }, "items": [ { "info": { "name": "Amazon CloudFormation List stack resources", "type": "http" }, "http": { "method": "GET", "url": "https://cloudformation.amazonaws.com/?Action=ListStackResources", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query" }, { "name": "StackName", "value": "", "type": "query", "description": "The name or the unique stack ID." }, { "name": "NextToken", "value": "", "type": "query", "description": "A string that identifies the next page of stack resources to retrieve." } ] }, "docs": "Returns descriptions of all resources of the specified stack." }, { "info": { "name": "Amazon CloudFormation Describe stack resources", "type": "http" }, "http": { "method": "GET", "url": "https://cloudformation.amazonaws.com/?Action=DescribeStackResources", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query" }, { "name": "StackName", "value": "", "type": "query", "description": "The name or the unique stack ID." }, { "name": "LogicalResourceId", "value": "", "type": "query", "description": "The logical name of the resource." }, { "name": "PhysicalResourceId", "value": "", "type": "query", "description": "The name or unique identifier that corresponds to a physical instance ID of a resource." } ] }, "docs": "Returns AWS resource descriptions for running and deleted stacks. If StackName is specified, all the associated resources that are part of the stack are returned." } ] } ], "bundled": true }