{ "opencollection": "1.0.0", "info": { "name": "AWS Cloud Control Change Sets Resources API", "version": "2021-09-30" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Resources", "type": "folder" }, "items": [ { "info": { "name": "Create a New Cloud Resource", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=CreateResource", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2021-09-30." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates the specified resource. For more information, see Creating a resource in the CloudFormation User Guide. After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by CreateResource." }, { "info": { "name": "Read a Cloud Resource", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=GetResource", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2021-09-30." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about the current state of the specified resource. For details, see Reading a resource's current state in the CloudFormation User Guide." }, { "info": { "name": "Update an Existing Cloud Resource", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=UpdateResource", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2021-09-30." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified property values of the resource. You specify your resource property updates as a JSON patch document. After you have initiated a resource update request, you can monitor the progress by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by UpdateResource." }, { "info": { "name": "Delete a Cloud Resource", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=DeleteResource", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2021-09-30." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes the specified resource. After you have initiated a resource deletion request, you can monitor the progress by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by DeleteResource." }, { "info": { "name": "List Resources of a Specified Type", "type": "http" }, "http": { "method": "POST", "url": "https://cloudcontrolapi.{region}.amazonaws.com/?Action=ListResources", "params": [ { "name": "Version", "value": "", "type": "query", "description": "The API version. Fixed to 2021-09-30." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about the specified resources. For more information, see Discovering resources in the CloudFormation User Guide. You can use this operation to discover resources that are available in your account." } ] } ], "bundled": true }