{ "opencollection": "1.0.0", "info": { "name": "Amazon Transit Gateway Route Tables Transit Gateways API", "version": "2016-11-15" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Transit Gateways", "type": "folder" }, "items": [ { "info": { "name": "Amazon Transit Gateway Create a Transit Gateway", "type": "http" }, "http": { "method": "GET", "url": "https://ec2.{region}.amazonaws.com/?Action=CreateTransitGateway", "params": [ { "name": "Action", "value": "CreateTransitGateway", "type": "query" }, { "name": "Description", "value": "example", "type": "query" }, { "name": "Options.AmazonSideAsn", "value": "1", "type": "query" }, { "name": "Options.AutoAcceptSharedAttachments", "value": "enable", "type": "query" } ] }, "docs": "Creates a transit gateway to interconnect VPCs and on-premises networks." }, { "info": { "name": "Amazon Transit Gateway Describe Transit Gateways", "type": "http" }, "http": { "method": "GET", "url": "https://ec2.{region}.amazonaws.com/?Action=DescribeTransitGateways", "params": [ { "name": "Action", "value": "example", "type": "query" }, { "name": "TransitGatewayId", "value": "example-id", "type": "query" }, { "name": "MaxResults", "value": "1", "type": "query" } ] }, "docs": "Describes one or more transit gateways." }, { "info": { "name": "Amazon Transit Gateway Delete a Transit Gateway", "type": "http" }, "http": { "method": "GET", "url": "https://ec2.{region}.amazonaws.com/?Action=DeleteTransitGateway", "params": [ { "name": "Action", "value": "example", "type": "query" }, { "name": "TransitGatewayId", "value": "example-id", "type": "query" } ] }, "docs": "Deletes the specified transit gateway." } ] } ], "bundled": true }