@itentialopensource/adapter-aws_ec2
Version:
This adapter integrates with system described as: Aws_Ec2.
1,505 lines (1,504 loc) • 3.86 MB
JSON
{
"openapi": "3.0.1",
"info": {
"title": "awsec2",
"description": "<fullname>Amazon Elastic Compute Cloud</fullname> <p>Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the AWS cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster.</p> <p>To learn more about Amazon EC2, Amazon EBS, and Amazon VPC, see the following resources:</p> <ul> <li> <p> <a href=\"http://aws.amazon.com/ec2\">Amazon EC2 product page</a> </p> </li> <li> <p> <a href=\"http://aws.amazon.com/documentation/ec2\">Amazon EC2 documentation</a> </p> </li> <li> <p> <a href=\"http://aws.amazon.com/ebs\">Amazon EBS product page</a> </p> </li> <li> <p> <a href=\"http://aws.amazon.com/vpc\">Amazon VPC product page</a> </p> </li> <li> <p> <a href=\"http://aws.amazon.com/documentation/vpc\">Amazon VPC documentation</a> </p> </li> </ul>",
"termsOfService": "https://aws.amazon.com/service-terms/",
"contact": {
"name": "Mike Ralphson",
"url": "https://github.com/mermade/aws2openapi",
"email": "mike.ralphson@gmail.com"
},
"license": {
"name": "Apache 2.0 License",
"url": "http://www.apache.org/licenses/"
},
"version": "2016-11-15",
"x-release": "v4",
"x-logo": {
"url": "https://twitter.com/awscloud/profile_image?size=original",
"backgroundColor": "#FFFFFF"
},
"x-providerName": "amazonaws.com",
"x-serviceName": "ec2",
"x-origin": [
{
"contentType": "application/json",
"url": "https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/ec2-2016-11-15.normal.json",
"converter": {
"url": "https://github.com/mermade/aws2openapi",
"version": "1.0.0"
},
"x-apisguru-direct": true
}
],
"x-apiClientRegistration": {
"url": "https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"
},
"x-apisguru-categories": [
"cloud"
],
"x-preferred": true
},
"externalDocs": {
"description": "Amazon Web Services documentation",
"url": "https://docs.aws.amazon.com/ec2/"
},
"servers": [
{
"url": "https://ec2.amazonaws.com/"
},
{
"url": "http://ec2.amazonaws.com/"
}
],
"security": [
{
"hmac": []
}
],
"paths": {
"/#Action=AcceptReservedInstancesExchangeQuote": {
"get": {
"description": "Accepts the Convertible Reserved Instance exchange quote described in the <a>GetReservedInstancesExchangeQuote</a> call.",
"operationId": "GET AcceptReservedInstancesExchangeQuote",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "DryRun",
"in": "query",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.",
"schema": {
"type": "boolean"
}
},
{
"name": "ReservedInstanceId",
"in": "query",
"description": "The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.",
"required": true,
"style": "form",
"explode": false,
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "TargetConfiguration",
"in": "query",
"description": "The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.",
"style": "form",
"explode": false,
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AcceptReservedInstancesExchangeQuote"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AcceptReservedInstancesExchangeQuoteResult"
}
}
}
}
},
"x-aws-operation-name": "AcceptReservedInstancesExchangeQuote"
},
"post": {
"description": "Accepts the Convertible Reserved Instance exchange quote described in the <a>GetReservedInstancesExchangeQuote</a> call.",
"operationId": "POST AcceptReservedInstancesExchangeQuote",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AcceptReservedInstancesExchangeQuote"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"requestBody": {
"content": {
"multipart/form-data": {
"schema": {
"required": [
"ReservedInstanceId"
],
"properties": {
"DryRun": {
"type": "boolean",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>."
},
"ReservedInstanceId": {
"type": "array",
"description": "The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.",
"items": {
"type": "string"
}
},
"TargetConfiguration": {
"type": "array",
"description": "The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.",
"items": {
"type": "string"
}
}
}
}
}
},
"required": true
},
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AcceptReservedInstancesExchangeQuoteResult"
}
}
}
}
},
"x-aws-operation-name": "AcceptReservedInstancesExchangeQuote"
}
},
"/#Action=AcceptTransitGatewayVpcAttachment": {
"get": {
"description": "<p>Accepts a request to attach a VPC to a transit gateway.</p> <p>The VPC attachment must be in the <code>pendingAcceptance</code> state. Use <a>DescribeTransitGatewayVpcAttachments</a> to view your pending VPC attachment requests. Use <a>RejectTransitGatewayVpcAttachment</a> to reject a VPC attachment request.</p>",
"operationId": "GET AcceptTransitGatewayVpcAttachment",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "TransitGatewayAttachmentId",
"in": "query",
"description": "The ID of the attachment.",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "DryRun",
"in": "query",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.",
"schema": {
"type": "boolean"
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AcceptTransitGatewayVpcAttachment"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AcceptTransitGatewayVpcAttachmentResult"
}
}
}
}
},
"x-aws-operation-name": "AcceptTransitGatewayVpcAttachment"
},
"post": {
"description": "<p>Accepts a request to attach a VPC to a transit gateway.</p> <p>The VPC attachment must be in the <code>pendingAcceptance</code> state. Use <a>DescribeTransitGatewayVpcAttachments</a> to view your pending VPC attachment requests. Use <a>RejectTransitGatewayVpcAttachment</a> to reject a VPC attachment request.</p>",
"operationId": "POST AcceptTransitGatewayVpcAttachment",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AcceptTransitGatewayVpcAttachment"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"requestBody": {
"content": {
"multipart/form-data": {
"schema": {
"required": [
"TransitGatewayAttachmentId"
],
"properties": {
"TransitGatewayAttachmentId": {
"type": "string",
"description": "The ID of the attachment."
},
"DryRun": {
"type": "boolean",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>."
}
}
}
}
},
"required": true
},
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AcceptTransitGatewayVpcAttachmentResult"
}
}
}
}
},
"x-aws-operation-name": "AcceptTransitGatewayVpcAttachment"
}
},
"/#Action=AcceptVpcEndpointConnections": {
"get": {
"description": "Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.",
"operationId": "GET AcceptVpcEndpointConnections",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "DryRun",
"in": "query",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.",
"schema": {
"type": "boolean"
}
},
{
"name": "ServiceId",
"in": "query",
"description": "The ID of the endpoint service.",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "VpcEndpointId",
"in": "query",
"description": "The IDs of one or more interface VPC endpoints.",
"required": true,
"style": "form",
"explode": false,
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AcceptVpcEndpointConnections"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AcceptVpcEndpointConnectionsResult"
}
}
}
}
},
"x-aws-operation-name": "AcceptVpcEndpointConnections"
},
"post": {
"description": "Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.",
"operationId": "POST AcceptVpcEndpointConnections",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AcceptVpcEndpointConnections"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"requestBody": {
"content": {
"multipart/form-data": {
"schema": {
"required": [
"ServiceId",
"VpcEndpointId"
],
"properties": {
"DryRun": {
"type": "boolean",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>."
},
"ServiceId": {
"type": "string",
"description": "The ID of the endpoint service."
},
"VpcEndpointId": {
"type": "array",
"description": "The IDs of one or more interface VPC endpoints.",
"items": {
"type": "string"
}
}
}
}
}
},
"required": true
},
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AcceptVpcEndpointConnectionsResult"
}
}
}
}
},
"x-aws-operation-name": "AcceptVpcEndpointConnections"
}
},
"/#Action=AcceptVpcPeeringConnection": {
"get": {
"description": "<p>Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the <code>pending-acceptance</code> state, and you must be the owner of the peer VPC. Use <a>DescribeVpcPeeringConnections</a> to view your outstanding VPC peering connection requests.</p> <p>For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC.</p>",
"operationId": "GET AcceptVpcPeeringConnection",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "DryRun",
"in": "query",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.",
"schema": {
"type": "boolean"
}
},
{
"name": "VpcPeeringConnectionId",
"in": "query",
"description": "The ID of the VPC peering connection. You must specify this parameter in the request.",
"schema": {
"type": "string"
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AcceptVpcPeeringConnection"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AcceptVpcPeeringConnectionResult"
}
}
}
}
},
"x-aws-operation-name": "AcceptVpcPeeringConnection"
},
"post": {
"description": "<p>Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the <code>pending-acceptance</code> state, and you must be the owner of the peer VPC. Use <a>DescribeVpcPeeringConnections</a> to view your outstanding VPC peering connection requests.</p> <p>For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC.</p>",
"operationId": "POST AcceptVpcPeeringConnection",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AcceptVpcPeeringConnection"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"requestBody": {
"content": {
"multipart/form-data": {
"schema": {
"properties": {
"DryRun": {
"type": "boolean",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>."
},
"VpcPeeringConnectionId": {
"type": "string",
"description": "The ID of the VPC peering connection. You must specify this parameter in the request."
}
}
}
}
}
},
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AcceptVpcPeeringConnectionResult"
}
}
}
}
},
"x-aws-operation-name": "AcceptVpcPeeringConnection"
}
},
"/#Action=AdvertiseByoipCidr": {
"get": {
"description": "<p>Advertises an IPv4 address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP).</p> <p>You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.</p> <p>We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from AWS. To minimize down time, you can configure your AWS resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through AWS.</p> <p>It can take a few minutes before traffic to the specified addresses starts routing to AWS because of BGP propagation delays.</p> <p>To stop advertising the BYOIP CIDR, use <a>WithdrawByoipCidr</a>.</p>",
"operationId": "GET AdvertiseByoipCidr",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "Cidr",
"in": "query",
"description": "The IPv4 address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "DryRun",
"in": "query",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.",
"schema": {
"type": "boolean"
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AdvertiseByoipCidr"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AdvertiseByoipCidrResult"
}
}
}
}
},
"x-aws-operation-name": "AdvertiseByoipCidr"
},
"post": {
"description": "<p>Advertises an IPv4 address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP).</p> <p>You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.</p> <p>We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from AWS. To minimize down time, you can configure your AWS resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through AWS.</p> <p>It can take a few minutes before traffic to the specified addresses starts routing to AWS because of BGP propagation delays.</p> <p>To stop advertising the BYOIP CIDR, use <a>WithdrawByoipCidr</a>.</p>",
"operationId": "POST AdvertiseByoipCidr",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AdvertiseByoipCidr"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"requestBody": {
"content": {
"multipart/form-data": {
"schema": {
"required": [
"Cidr"
],
"properties": {
"Cidr": {
"type": "string",
"description": "The IPv4 address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range."
},
"DryRun": {
"type": "boolean",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>."
}
}
}
}
},
"required": true
},
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AdvertiseByoipCidrResult"
}
}
}
}
},
"x-aws-operation-name": "AdvertiseByoipCidr"
}
},
"/#Action=AllocateAddress": {
"get": {
"description": "<p>Allocates an Elastic IP address to your AWS account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different AWS account.</p> <p>You can allocate an Elastic IP address from an address pool owned by AWS or from an address pool created from a public IPv4 address range that you have brought to AWS for use with your AWS resources using bring your own IP addresses (BYOIP). For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html\">Bring Your Own IP Addresses (BYOIP)</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>[EC2-VPC] If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another AWS account. You cannot recover an Elastic IP address for EC2-Classic. To attempt to recover an Elastic IP address that you released, specify it in this operation.</p> <p>An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. By default, you can allocate 5 Elastic IP addresses for EC2-Classic per Region and 5 Elastic IP addresses for EC2-VPC per Region.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"operationId": "GET AllocateAddress",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "Domain",
"in": "query",
"description": "<p>Set to <code>vpc</code> to allocate the address for use with instances in a VPC.</p> <p>Default: The address is for use with instances in EC2-Classic.</p>",
"schema": {
"type": "string",
"enum": [
"vpc",
"standard"
]
}
},
{
"name": "Address",
"in": "query",
"description": "[EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address pool.",
"schema": {
"type": "string"
}
},
{
"name": "PublicIpv4Pool",
"in": "query",
"description": "The ID of an address pool that you own. Use this parameter to let Amazon EC2 select an address from the address pool. To specify a specific address from the address pool, use the <code>Address</code> parameter instead.",
"schema": {
"type": "string"
}
},
{
"name": "DryRun",
"in": "query",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.",
"schema": {
"type": "boolean"
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AllocateAddress"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AllocateAddressResult"
}
}
}
}
},
"x-aws-operation-name": "AllocateAddress"
},
"post": {
"description": "<p>Allocates an Elastic IP address to your AWS account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different AWS account.</p> <p>You can allocate an Elastic IP address from an address pool owned by AWS or from an address pool created from a public IPv4 address range that you have brought to AWS for use with your AWS resources using bring your own IP addresses (BYOIP). For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html\">Bring Your Own IP Addresses (BYOIP)</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>[EC2-VPC] If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another AWS account. You cannot recover an Elastic IP address for EC2-Classic. To attempt to recover an Elastic IP address that you released, specify it in this operation.</p> <p>An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. By default, you can allocate 5 Elastic IP addresses for EC2-Classic per Region and 5 Elastic IP addresses for EC2-VPC per Region.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"operationId": "POST AllocateAddress",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-SignedHeaders",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "Action",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"AllocateAddress"
]
}
},
{
"name": "Version",
"in": "query",
"required": true,
"schema": {
"type": "string",
"enum": [
"2016-11-15T00:00:00.000Z"
]
}
}
],
"requestBody": {
"content": {
"multipart/form-data": {
"schema": {
"properties": {
"Domain": {
"type": "string",
"description": "<p>Set to <code>vpc</code> to allocate the address for use with instances in a VPC.</p> <p>Default: The address is for use with instances in EC2-Classic.</p>",
"enum": [
"vpc",
"standard"
]
},
"Address": {
"type": "string",
"description": "[EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address pool."
},
"PublicIpv4Pool": {
"type": "string",
"description": "The ID of an address pool that you own. Use this parameter to let Amazon EC2 select an address from the address pool. To specify a specific address from the address pool, use the <code>Address</code> parameter instead."
},
"DryRun": {
"type": "boolean",
"description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>."
}
}
}
}
}
},
"responses": {
"200": {
"description": "Success",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/AllocateAddressResult"
}
}
}
}
},
"x-aws-operation-name": "AllocateAddress"
}
},
"/#Action=AllocateHosts": {
"get": {
"description": "Allocates a Dedicated Host to your account. At a minimum, specify the instance size type, Availability Zone, and quantity of hosts to allocate.",
"operationId": "GET AllocateHosts",
"parameters": [
{
"name": "X-Amz-Content-Sha256",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Date",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Algorithm",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Credential",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Security-Token",
"in": "header",
"schema": {
"type": "string"
}
},
{
"name": "X-Amz-Signature",
"in": "header",
"schema": {
"type": "string"
}