{ "opencollection": "1.0.0", "info": { "name": "Amazon CloudFormation Change Sets Stacks API", "version": "2010-05-15" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Stacks", "type": "folder" }, "items": [ { "info": { "name": "Amazon CloudFormation Create a stack", "type": "http" }, "http": { "method": "GET", "url": "https://cloudformation.amazonaws.com/?Action=CreateStack", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query" }, { "name": "StackName", "value": "", "type": "query", "description": "The name that is associated with the stack. The name must be unique in the Region in which you are creating the stack." }, { "name": "TemplateBody", "value": "", "type": "query", "description": "Structure containing the template body." }, { "name": "TemplateURL", "value": "", "type": "query", "description": "Location of file containing the template body." }, { "name": "DisableRollback", "value": "", "type": "query", "description": "Set to true to disable rollback of the stack if stack creation failed." }, { "name": "TimeoutInMinutes", "value": "", "type": "query", "description": "The amount of time that can pass before the stack status becomes CREATE_FAILED." } ] }, "docs": "Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack through the DescribeStacks action." }, { "info": { "name": "Amazon CloudFormation Describe stacks", "type": "http" }, "http": { "method": "GET", "url": "https://cloudformation.amazonaws.com/?Action=DescribeStacks", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query" }, { "name": "StackName", "value": "", "type": "query", "description": "The name or the unique stack ID that is associated with the stack." }, { "name": "NextToken", "value": "", "type": "query", "description": "A string that identifies the next page of stacks to retrieve." } ] }, "docs": "Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created." }, { "info": { "name": "Amazon CloudFormation Update a stack", "type": "http" }, "http": { "method": "GET", "url": "https://cloudformation.amazonaws.com/?Action=UpdateStack", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query" }, { "name": "StackName", "value": "", "type": "query", "description": "The name or unique stack ID of the stack to update." }, { "name": "TemplateBody", "value": "", "type": "query", "description": "Structure containing the template body." }, { "name": "TemplateURL", "value": "", "type": "query", "description": "Location of file containing the template body." }, { "name": "UsePreviousTemplate", "value": "", "type": "query", "description": "Reuse the existing template that is associated with the stack." } ] }, "docs": "Updates a stack as specified in the template. After the call completes successfully, the stack update starts." }, { "info": { "name": "Amazon CloudFormation Delete a stack", "type": "http" }, "http": { "method": "GET", "url": "https://cloudformation.amazonaws.com/?Action=DeleteStack", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query" }, { "name": "StackName", "value": "", "type": "query", "description": "The name or the unique stack ID that is associated with the stack." }, { "name": "RetainResources", "value": "", "type": "query", "description": "For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain." } ] }, "docs": "Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the DescribeStacks action if the deletion has been completed successfully." }, { "info": { "name": "Amazon CloudFormation List stacks", "type": "http" }, "http": { "method": "GET", "url": "https://cloudformation.amazonaws.com/?Action=ListStacks", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query" }, { "name": "NextToken", "value": "", "type": "query", "description": "A string that identifies the next page of stacks to retrieve." }, { "name": "StackStatusFilter", "value": "", "type": "query", "description": "Stack status to use as a filter." } ] }, "docs": "Returns the summary information for stacks whose status matches the specified StackStatusFilter." } ] } ], "bundled": true }