{ "version":"2.0", "metadata":{ "apiVersion":"2016-11-15", "endpointPrefix":"ec2", "protocol":"ec2", "serviceAbbreviation":"Amazon EC2", "serviceFullName":"Amazon Elastic Compute Cloud", "serviceId":"EC2", "signatureVersion":"v4", "uid":"ec2-2016-11-15", "xmlNamespace":"http://ec2.amazonaws.com/doc/2016-11-15" }, "operations":{ "AcceptReservedInstancesExchangeQuote":{ "name":"AcceptReservedInstancesExchangeQuote", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AcceptReservedInstancesExchangeQuoteRequest"}, "output":{"shape":"AcceptReservedInstancesExchangeQuoteResult"}, "documentation":"

Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call.

" }, "AcceptVpcEndpointConnections":{ "name":"AcceptVpcEndpointConnections", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AcceptVpcEndpointConnectionsRequest"}, "output":{"shape":"AcceptVpcEndpointConnectionsResult"}, "documentation":"

Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.

" }, "AcceptVpcPeeringConnection":{ "name":"AcceptVpcPeeringConnection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AcceptVpcPeeringConnectionRequest"}, "output":{"shape":"AcceptVpcPeeringConnectionResult"}, "documentation":"

Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the pending-acceptance state, and you must be the owner of the peer VPC. Use DescribeVpcPeeringConnections to view your outstanding VPC peering connection requests.

For an inter-region VPC peering connection request, you must accept the VPC peering connection in the region of the accepter VPC.

" }, "AllocateAddress":{ "name":"AllocateAddress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AllocateAddressRequest"}, "output":{"shape":"AllocateAddressResult"}, "documentation":"

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.

[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.

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.

For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

" }, "AllocateHosts":{ "name":"AllocateHosts", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AllocateHostsRequest"}, "output":{"shape":"AllocateHostsResult"}, "documentation":"

Allocates a Dedicated Host to your account. At a minimum, specify the instance size type, Availability Zone, and quantity of hosts to allocate.

" }, "AssignIpv6Addresses":{ "name":"AssignIpv6Addresses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssignIpv6AddressesRequest"}, "output":{"shape":"AssignIpv6AddressesResult"}, "documentation":"

Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide.

" }, "AssignPrivateIpAddresses":{ "name":"AssignPrivateIpAddresses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssignPrivateIpAddressesRequest"}, "documentation":"

Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

AssignPrivateIpAddresses is available only in EC2-VPC.

" }, "AssociateAddress":{ "name":"AssociateAddress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateAddressRequest"}, "output":{"shape":"AssociateAddressResult"}, "documentation":"

Associates an Elastic IP address with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account.

An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

[EC2-Classic, VPC in an EC2-VPC-only account] If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account.

[VPC in an EC2-Classic account] If you don't specify a private IP address, the Elastic IP address is associated with the primary IP address. If the Elastic IP address is already associated with a different instance or a network interface, you get an error unless you allow reassociation. You cannot associate an Elastic IP address with an instance or network interface that has an existing Elastic IP address.

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing.

" }, "AssociateDhcpOptions":{ "name":"AssociateDhcpOptions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateDhcpOptionsRequest"}, "documentation":"

Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.

After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.

For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.

" }, "AssociateIamInstanceProfile":{ "name":"AssociateIamInstanceProfile", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateIamInstanceProfileRequest"}, "output":{"shape":"AssociateIamInstanceProfileResult"}, "documentation":"

Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.

" }, "AssociateRouteTable":{ "name":"AssociateRouteTable", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateRouteTableRequest"}, "output":{"shape":"AssociateRouteTableResult"}, "documentation":"

Associates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table from the subnet later. A route table can be associated with multiple subnets.

For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.

" }, "AssociateSubnetCidrBlock":{ "name":"AssociateSubnetCidrBlock", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateSubnetCidrBlockRequest"}, "output":{"shape":"AssociateSubnetCidrBlockResult"}, "documentation":"

Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet. An IPv6 CIDR block must have a prefix length of /64.

" }, "AssociateVpcCidrBlock":{ "name":"AssociateVpcCidrBlock", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateVpcCidrBlockRequest"}, "output":{"shape":"AssociateVpcCidrBlockResult"}, "documentation":"

Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, or you can associate an Amazon-provided IPv6 CIDR block. The IPv6 CIDR block size is fixed at /56.

For more information about associating CIDR blocks with your VPC and applicable restrictions, see VPC and Subnet Sizing in the Amazon Virtual Private Cloud User Guide.

" }, "AttachClassicLinkVpc":{ "name":"AttachClassicLinkVpc", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachClassicLinkVpcRequest"}, "output":{"shape":"AttachClassicLinkVpcResult"}, "documentation":"

Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it.

After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again.

Linking your instance to a VPC is sometimes referred to as attaching your instance.

" }, "AttachInternetGateway":{ "name":"AttachInternetGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachInternetGatewayRequest"}, "documentation":"

Attaches an internet gateway to a VPC, enabling connectivity between the internet and the VPC. For more information about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.

" }, "AttachNetworkInterface":{ "name":"AttachNetworkInterface", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachNetworkInterfaceRequest"}, "output":{"shape":"AttachNetworkInterfaceResult"}, "documentation":"

Attaches a network interface to an instance.

" }, "AttachVolume":{ "name":"AttachVolume", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachVolumeRequest"}, "output":{"shape":"VolumeAttachment"}, "documentation":"

Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.

Encrypted EBS volumes may only be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

For a list of supported device names, see Attaching an EBS Volume to an Instance. Any device names that aren't reserved for instance store volumes can be used for EBS volumes. For more information, see Amazon EC2 Instance Store in the Amazon Elastic Compute Cloud User Guide.

If a volume has an AWS Marketplace product code:

For more information about EBS volumes, see Attaching Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide.

" }, "AttachVpnGateway":{ "name":"AttachVpnGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachVpnGatewayRequest"}, "output":{"shape":"AttachVpnGatewayResult"}, "documentation":"

Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway to one VPC at a time.

For more information, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.

" }, "AuthorizeSecurityGroupEgress":{ "name":"AuthorizeSecurityGroupEgress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AuthorizeSecurityGroupEgressRequest"}, "documentation":"

[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC. Specifically, this action permits instances to send traffic to one or more destination IPv4 or IPv6 CIDR address ranges, or to one or more destination security groups for the same VPC. This action doesn't apply to security groups for use in EC2-Classic. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide. For more information about security group limits, see Amazon VPC Limits.

Each rule consists of the protocol (for example, TCP), plus either a CIDR range or a source group. For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes. You can optionally specify a description for the rule.

Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.

" }, "AuthorizeSecurityGroupIngress":{ "name":"AuthorizeSecurityGroupIngress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AuthorizeSecurityGroupIngressRequest"}, "documentation":"

Adds one or more ingress rules to a security group.

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

[EC2-Classic] This action gives one or more IPv4 CIDR address ranges permission to access a security group in your account, or gives one or more security groups (called the source groups) permission to access a security group for your account. A source group can be for your own AWS account, or another. You can have up to 100 rules per group.

[EC2-VPC] This action gives one or more IPv4 or IPv6 CIDR address ranges permission to access a security group in your VPC, or gives one or more other security groups (called the source groups) permission to access a security group for your VPC. The security groups must all be for the same VPC or a peer VPC in a VPC peering connection. For more information about VPC security group limits, see Amazon VPC Limits.

You can optionally specify a description for the security group rule.

" }, "BundleInstance":{ "name":"BundleInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"BundleInstanceRequest"}, "output":{"shape":"BundleInstanceResult"}, "documentation":"

Bundles an Amazon instance store-backed Windows instance.

During bundling, only the root device volume (C:\\) is bundled. Data on other instance store volumes is not preserved.

This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.

" }, "CancelBundleTask":{ "name":"CancelBundleTask", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CancelBundleTaskRequest"}, "output":{"shape":"CancelBundleTaskResult"}, "documentation":"

Cancels a bundling operation for an instance store-backed Windows instance.

" }, "CancelConversionTask":{ "name":"CancelConversionTask", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CancelConversionRequest"}, "documentation":"

Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.

For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI.

" }, "CancelExportTask":{ "name":"CancelExportTask", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CancelExportTaskRequest"}, "documentation":"

Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.

" }, "CancelImportTask":{ "name":"CancelImportTask", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CancelImportTaskRequest"}, "output":{"shape":"CancelImportTaskResult"}, "documentation":"

Cancels an in-process import virtual machine or import snapshot task.

" }, "CancelReservedInstancesListing":{ "name":"CancelReservedInstancesListing", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CancelReservedInstancesListingRequest"}, "output":{"shape":"CancelReservedInstancesListingResult"}, "documentation":"

Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.

For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

" }, "CancelSpotFleetRequests":{ "name":"CancelSpotFleetRequests", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CancelSpotFleetRequestsRequest"}, "output":{"shape":"CancelSpotFleetRequestsResponse"}, "documentation":"

Cancels the specified Spot Fleet requests.

After you cancel a Spot Fleet request, the Spot Fleet launches no new Spot Instances. You must specify whether the Spot Fleet should also terminate its Spot Instances. If you terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.

" }, "CancelSpotInstanceRequests":{ "name":"CancelSpotInstanceRequests", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CancelSpotInstanceRequestsRequest"}, "output":{"shape":"CancelSpotInstanceRequestsResult"}, "documentation":"

Cancels one or more Spot Instance requests.

Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.

" }, "ConfirmProductInstance":{ "name":"ConfirmProductInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ConfirmProductInstanceRequest"}, "output":{"shape":"ConfirmProductInstanceResult"}, "documentation":"

Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user's instance is eligible for support.

" }, "CopyFpgaImage":{ "name":"CopyFpgaImage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CopyFpgaImageRequest"}, "output":{"shape":"CopyFpgaImageResult"}, "documentation":"

Copies the specified Amazon FPGA Image (AFI) to the current region.

" }, "CopyImage":{ "name":"CopyImage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CopyImageRequest"}, "output":{"shape":"CopyImageResult"}, "documentation":"

Initiates the copy of an AMI from the specified source region to the current region. You specify the destination region by using its endpoint when making the request.

For more information about the prerequisites and limits when copying an AMI, see Copying an AMI in the Amazon Elastic Compute Cloud User Guide.

" }, "CopySnapshot":{ "name":"CopySnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CopySnapshotRequest"}, "output":{"shape":"CopySnapshotResult"}, "documentation":"

Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy the snapshot within the same region or from one region to another. You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs). The snapshot is copied to the regional endpoint that you send the HTTP request to.

Copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless the Encrypted flag is specified during the snapshot copy operation. By default, encrypted snapshot copies use the default AWS Key Management Service (AWS KMS) customer master key (CMK); however, you can specify a non-default CMK with the KmsKeyId parameter.

To copy an encrypted snapshot that has been shared from another account, you must have permissions for the CMK used to encrypt the snapshot.

Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose.

For more information, see Copying an Amazon EBS Snapshot in the Amazon Elastic Compute Cloud User Guide.

" }, "CreateCustomerGateway":{ "name":"CreateCustomerGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateCustomerGatewayRequest"}, "output":{"shape":"CreateCustomerGatewayResult"}, "documentation":"

Provides information to AWS about your VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the AWS side of the VPN connection is the virtual private gateway.) You must provide the Internet-routable IP address of the customer gateway's external interface. The IP address must be static and may be behind a device performing network address translation (NAT).

For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN (in the 64512 - 65534 range).

Amazon EC2 supports all 2-byte ASN numbers in the range of 1 - 65534, with the exception of 7224, which is reserved in the us-east-1 region, and 9059, which is reserved in the eu-west-1 region.

For more information about VPN customer gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.

You cannot create more than one customer gateway with the same VPN type, IP address, and BGP ASN parameter values. If you run an identical request more than one time, the first request creates the customer gateway, and subsequent requests return information about the existing customer gateway. The subsequent requests do not create new customer gateway resources.

" }, "CreateDefaultSubnet":{ "name":"CreateDefaultSubnet", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDefaultSubnetRequest"}, "output":{"shape":"CreateDefaultSubnetResult"}, "documentation":"

Creates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see Creating a Default Subnet in the Amazon Virtual Private Cloud User Guide.

" }, "CreateDefaultVpc":{ "name":"CreateDefaultVpc", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDefaultVpcRequest"}, "output":{"shape":"CreateDefaultVpcResult"}, "documentation":"

Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPC and Default Subnets in the Amazon Virtual Private Cloud User Guide. You cannot specify the components of the default VPC yourself.

iIf you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region.

If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see \"I really want a default VPC for my existing EC2 account. Is that possible?\" in the Default VPCs FAQ.

" }, "CreateDhcpOptions":{ "name":"CreateDhcpOptions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDhcpOptionsRequest"}, "output":{"shape":"CreateDhcpOptionsResult"}, "documentation":"

Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132.

Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide (AmazonProvidedDNS). If you create a set of options, and if your VPC has an internet gateway, make sure to set the domain-name-servers option either to AmazonProvidedDNS or to a domain name server of your choice. For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.

" }, "CreateEgressOnlyInternetGateway":{ "name":"CreateEgressOnlyInternetGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateEgressOnlyInternetGatewayRequest"}, "output":{"shape":"CreateEgressOnlyInternetGatewayResult"}, "documentation":"

[IPv6 only] Creates an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

" }, "CreateFleet":{ "name":"CreateFleet", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateFleetRequest"}, "output":{"shape":"CreateFleetResult"}, "documentation":"

Launches an EC2 Fleet.

You can create a single EC2 Fleet that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.

For more information, see Launching an EC2 Fleet in the Amazon Elastic Compute Cloud User Guide.

" }, "CreateFlowLogs":{ "name":"CreateFlowLogs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateFlowLogsRequest"}, "output":{"shape":"CreateFlowLogsResult"}, "documentation":"

Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.

Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow Log Records in the Amazon Virtual Private Cloud User Guide.

When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket.

For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.

" }, "CreateFpgaImage":{ "name":"CreateFpgaImage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateFpgaImageRequest"}, "output":{"shape":"CreateFpgaImageResult"}, "documentation":"

Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).

The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs.

An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on one or more FPGA-accelerated instances. For more information, see the AWS FPGA Hardware Development Kit.

" }, "CreateImage":{ "name":"CreateImage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateImageRequest"}, "output":{"shape":"CreateImageResult"}, "documentation":"

Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.

If you customized your instance with instance store volumes or EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes.

For more information, see Creating Amazon EBS-Backed Linux AMIs in the Amazon Elastic Compute Cloud User Guide.

" }, "CreateInstanceExportTask":{ "name":"CreateInstanceExportTask", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateInstanceExportTaskRequest"}, "output":{"shape":"CreateInstanceExportTaskResult"}, "documentation":"

Exports a running or stopped instance to an S3 bucket.

For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an Instance as a VM Using VM Import/Export in the VM Import/Export User Guide.

" }, "CreateInternetGateway":{ "name":"CreateInternetGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateInternetGatewayRequest"}, "output":{"shape":"CreateInternetGatewayResult"}, "documentation":"

Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway.

For more information about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.

" }, "CreateKeyPair":{ "name":"CreateKeyPair", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateKeyPairRequest"}, "output":{"shape":"KeyPair"}, "documentation":"

Creates a 2048-bit RSA key pair with the specified name. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#1 private key. If a key with the specified name already exists, Amazon EC2 returns an error.

You can have up to five thousand key pairs per region.

The key pair returned to you is available only in the region in which you create it. If you prefer, you can create your own key pair using a third-party tool and upload it to any region using ImportKeyPair.

For more information, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.

" }, "CreateLaunchTemplate":{ "name":"CreateLaunchTemplate", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateLaunchTemplateRequest"}, "output":{"shape":"CreateLaunchTemplateResult"}, "documentation":"

Creates a launch template. A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify a launch template instead of providing the launch parameters in the request.

" }, "CreateLaunchTemplateVersion":{ "name":"CreateLaunchTemplateVersion", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateLaunchTemplateVersionRequest"}, "output":{"shape":"CreateLaunchTemplateVersionResult"}, "documentation":"

Creates a new version for a launch template. You can specify an existing version of launch template from which to base the new version.

Launch template versions are numbered in the order in which they are created. You cannot specify, change, or replace the numbering of launch template versions.

" }, "CreateNatGateway":{ "name":"CreateNatGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateNatGatewayRequest"}, "output":{"shape":"CreateNatGatewayResult"}, "documentation":"

Creates a NAT gateway in the specified public subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. Internet-bound traffic from a private subnet can be routed to the NAT gateway, therefore enabling instances in the private subnet to connect to the internet. For more information, see NAT Gateways in the Amazon Virtual Private Cloud User Guide.

" }, "CreateNetworkAcl":{ "name":"CreateNetworkAcl", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateNetworkAclRequest"}, "output":{"shape":"CreateNetworkAclResult"}, "documentation":"

Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC.

For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.

" }, "CreateNetworkAclEntry":{ "name":"CreateNetworkAclEntry", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateNetworkAclEntryRequest"}, "documentation":"

Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules.

We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.

After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one.

For more information about network ACLs, see Network ACLs in the Amazon Virtual Private Cloud User Guide.

" }, "CreateNetworkInterface":{ "name":"CreateNetworkInterface", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateNetworkInterfaceRequest"}, "output":{"shape":"CreateNetworkInterfaceResult"}, "documentation":"

Creates a network interface in the specified subnet.

For more information about network interfaces, see Elastic Network Interfaces in the Amazon Virtual Private Cloud User Guide.

" }, "CreateNetworkInterfacePermission":{ "name":"CreateNetworkInterfacePermission", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateNetworkInterfacePermissionRequest"}, "output":{"shape":"CreateNetworkInterfacePermissionResult"}, "documentation":"

Grants an AWS-authorized account permission to attach the specified network interface to an instance in their account.

You can grant permission to a single AWS account only, and only one account at a time.

" }, "CreatePlacementGroup":{ "name":"CreatePlacementGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreatePlacementGroupRequest"}, "documentation":"

Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group.

A cluster placement group is a logical grouping of instances within a single Availability Zone that benefit from low network latency, high network throughput. A spread placement group places instances on distinct hardware.

For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

" }, "CreateReservedInstancesListing":{ "name":"CreateReservedInstancesListing", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateReservedInstancesListingRequest"}, "output":{"shape":"CreateReservedInstancesListingResult"}, "documentation":"

Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the DescribeReservedInstances operation.

Only Standard Reserved Instances with a capacity reservation can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances and Standard Reserved Instances with a regional benefit cannot be sold.

The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the DescribeReservedInstancesListings operation.

For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

" }, "CreateRoute":{ "name":"CreateRoute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateRouteRequest"}, "output":{"shape":"CreateRouteResult"}, "documentation":"

Creates a route in a route table within a VPC.

You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, or egress-only internet gateway.

When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes:

Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic.

For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.

" }, "CreateRouteTable":{ "name":"CreateRouteTable", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateRouteTableRequest"}, "output":{"shape":"CreateRouteTableResult"}, "documentation":"

Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.

For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.

" }, "CreateSecurityGroup":{ "name":"CreateSecurityGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateSecurityGroupRequest"}, "output":{"shape":"CreateSecurityGroupResult"}, "documentation":"

Creates a security group.

A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

EC2-Classic: You can have up to 500 security groups.

EC2-VPC: You can create up to 500 security groups per VPC.

When you create a security group, you specify a friendly name of your choice. You can have a security group for use in EC2-Classic with the same name as a security group for use in a VPC. However, you can't have two security groups for use in EC2-Classic with the same name or two security groups for use in a VPC with the same name.

You have a default security group for use in EC2-Classic and a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other.

You can add or remove rules from your security groups using AuthorizeSecurityGroupIngress, AuthorizeSecurityGroupEgress, RevokeSecurityGroupIngress, and RevokeSecurityGroupEgress.

" }, "CreateSnapshot":{ "name":"CreateSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateSnapshotRequest"}, "output":{"shape":"Snapshot"}, "documentation":"

Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.

When a snapshot is created, any AWS Marketplace product codes that are associated with the source volume are propagated to the snapshot.

You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your EBS volume at the time the snapshot command is issued; this may exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is pending.

To create a snapshot for EBS volumes that serve as root devices, you should stop the instance before taking the snapshot.

Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes and any associated snapshots always remain protected.

You can tag your snapshots during creation. For more information, see Tagging Your Amazon EC2 Resources in the Amazon Elastic Compute Cloud User Guide.

For more information, see Amazon Elastic Block Store and Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

" }, "CreateSpotDatafeedSubscription":{ "name":"CreateSpotDatafeedSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateSpotDatafeedSubscriptionRequest"}, "output":{"shape":"CreateSpotDatafeedSubscriptionResult"}, "documentation":"

Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per AWS account. For more information, see Spot Instance Data Feed in the Amazon EC2 User Guide for Linux Instances.

" }, "CreateSubnet":{ "name":"CreateSubnet", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateSubnetRequest"}, "output":{"shape":"CreateSubnetResult"}, "documentation":"

Creates a subnet in an existing VPC.

When you create each subnet, you provide the VPC ID and IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The size of the subnet's IPv4 CIDR block can be the same as a VPC's IPv4 CIDR block, or a subset of a VPC's IPv4 CIDR block. If you create more than one subnet in a VPC, the subnets' CIDR blocks must not overlap. The smallest IPv4 subnet (and VPC) you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses).

If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an IPv6 CIDR block that uses a /64 prefix length.

AWS reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for use.

If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle.

If you launch an instance in a VPC using an Amazon EBS-backed AMI, the IP address doesn't change if you stop and restart the instance (unlike a similar instance launched outside a VPC, which gets a new IP address when restarted). It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available.

For more information about subnets, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.

" }, "CreateTags":{ "name":"CreateTags", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateTagsRequest"}, "documentation":"

Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource.

For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide. For more information about creating IAM policies that control users' access to resources based on tags, see Supported Resource-Level Permissions for Amazon EC2 API Actions in the Amazon Elastic Compute Cloud User Guide.

" }, "CreateVolume":{ "name":"CreateVolume", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateVolumeRequest"}, "output":{"shape":"Volume"}, "documentation":"

Creates an EBS volume that can be attached to an instance in the same Availability Zone. The volume is created in the regional endpoint that you send the HTTP request to. For more information see Regions and Endpoints.

You can create a new empty volume or restore a volume from an EBS snapshot. Any AWS Marketplace product codes from the snapshot are propagated to the volume.

You can create encrypted volumes with the Encrypted parameter. Encrypted volumes may only be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

You can tag your volumes during creation. For more information, see Tagging Your Amazon EC2 Resources in the Amazon Elastic Compute Cloud User Guide.

For more information, see Creating an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide.

" }, "CreateVpc":{ "name":"CreateVpc", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateVpcRequest"}, "output":{"shape":"CreateVpcResult"}, "documentation":"

Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses). For more information about how large to make your VPC, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.

You can optionally request an Amazon-provided IPv6 CIDR block for the VPC. The IPv6 CIDR block uses a /56 prefix length, and is allocated from Amazon's pool of IPv6 addresses. You cannot choose the IPv6 range for your VPC.

By default, each instance you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.

You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "CreateVpcEndpoint":{ "name":"CreateVpcEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateVpcEndpointRequest"}, "output":{"shape":"CreateVpcEndpointResult"}, "documentation":"

Creates a VPC endpoint for a specified service. An endpoint enables you to create a private connection between your VPC and the service. The service may be provided by AWS, an AWS Marketplace partner, or another AWS account. For more information, see VPC Endpoints in the Amazon Virtual Private Cloud User Guide.

A gateway endpoint serves as a target for a route in your route table for traffic destined for the AWS service. You can specify an endpoint policy to attach to the endpoint that will control access to the service from your VPC. You can also specify the VPC route tables that use the endpoint.

An interface endpoint is a network interface in your subnet that serves as an endpoint for communicating with the specified service. You can specify the subnets in which to create an endpoint, and the security groups to associate with the endpoint network interface.

Use DescribeVpcEndpointServices to get a list of supported services.

" }, "CreateVpcEndpointConnectionNotification":{ "name":"CreateVpcEndpointConnectionNotification", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateVpcEndpointConnectionNotificationRequest"}, "output":{"shape":"CreateVpcEndpointConnectionNotificationResult"}, "documentation":"

Creates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

You can create a connection notification for interface endpoints only.

" }, "CreateVpcEndpointServiceConfiguration":{ "name":"CreateVpcEndpointServiceConfiguration", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateVpcEndpointServiceConfigurationRequest"}, "output":{"shape":"CreateVpcEndpointServiceConfigurationResult"}, "documentation":"

Creates a VPC endpoint service configuration to which service consumers (AWS accounts, IAM users, and IAM roles) can connect. Service consumers can create an interface VPC endpoint to connect to your service.

To create an endpoint service configuration, you must first create a Network Load Balancer for your service. For more information, see VPC Endpoint Services in the Amazon Virtual Private Cloud User Guide.

" }, "CreateVpcPeeringConnection":{ "name":"CreateVpcPeeringConnection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateVpcPeeringConnectionRequest"}, "output":{"shape":"CreateVpcPeeringConnectionResult"}, "documentation":"

Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another AWS account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks.

Limitations and rules apply to a VPC peering connection. For more information, see the limitations section in the VPC Peering Guide.

The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected.

If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of failed.

" }, "CreateVpnConnection":{ "name":"CreateVpnConnection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateVpnConnectionRequest"}, "output":{"shape":"CreateVpnConnectionResult"}, "documentation":"

Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway. The only supported connection type is ipsec.1.

The response includes information that you need to give to your network administrator to configure your customer gateway.

We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway.

If you decide to shut down your VPN connection for any reason and later create a new VPN connection, you must reconfigure your customer gateway with the new information returned from this call.

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.

For more information, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.

" }, "CreateVpnConnectionRoute":{ "name":"CreateVpnConnectionRoute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateVpnConnectionRouteRequest"}, "documentation":"

Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

For more information about VPN connections, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.

" }, "CreateVpnGateway":{ "name":"CreateVpnGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateVpnGatewayRequest"}, "output":{"shape":"CreateVpnGatewayResult"}, "documentation":"

Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself.

For more information about virtual private gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.

" }, "DeleteCustomerGateway":{ "name":"DeleteCustomerGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteCustomerGatewayRequest"}, "documentation":"

Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.

" }, "DeleteDhcpOptions":{ "name":"DeleteDhcpOptions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDhcpOptionsRequest"}, "documentation":"

Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.

" }, "DeleteEgressOnlyInternetGateway":{ "name":"DeleteEgressOnlyInternetGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteEgressOnlyInternetGatewayRequest"}, "output":{"shape":"DeleteEgressOnlyInternetGatewayResult"}, "documentation":"

Deletes an egress-only internet gateway.

" }, "DeleteFleets":{ "name":"DeleteFleets", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteFleetsRequest"}, "output":{"shape":"DeleteFleetsResult"}, "documentation":"

Deletes the specified EC2 Fleet.

After you delete an EC2 Fleet, it launches no new instances. You must specify whether an EC2 Fleet should also terminate its instances. If you terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually.

" }, "DeleteFlowLogs":{ "name":"DeleteFlowLogs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteFlowLogsRequest"}, "output":{"shape":"DeleteFlowLogsResult"}, "documentation":"

Deletes one or more flow logs.

" }, "DeleteFpgaImage":{ "name":"DeleteFpgaImage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteFpgaImageRequest"}, "output":{"shape":"DeleteFpgaImageResult"}, "documentation":"

Deletes the specified Amazon FPGA Image (AFI).

" }, "DeleteInternetGateway":{ "name":"DeleteInternetGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteInternetGatewayRequest"}, "documentation":"

Deletes the specified internet gateway. You must detach the internet gateway from the VPC before you can delete it.

" }, "DeleteKeyPair":{ "name":"DeleteKeyPair", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteKeyPairRequest"}, "documentation":"

Deletes the specified key pair, by removing the public key from Amazon EC2.

" }, "DeleteLaunchTemplate":{ "name":"DeleteLaunchTemplate", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteLaunchTemplateRequest"}, "output":{"shape":"DeleteLaunchTemplateResult"}, "documentation":"

Deletes a launch template. Deleting a launch template deletes all of its versions.

" }, "DeleteLaunchTemplateVersions":{ "name":"DeleteLaunchTemplateVersions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteLaunchTemplateVersionsRequest"}, "output":{"shape":"DeleteLaunchTemplateVersionsResult"}, "documentation":"

Deletes one or more versions of a launch template. You cannot delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using DeleteLaunchTemplate.

" }, "DeleteNatGateway":{ "name":"DeleteNatGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteNatGatewayRequest"}, "output":{"shape":"DeleteNatGatewayResult"}, "documentation":"

Deletes the specified NAT gateway. Deleting a NAT gateway disassociates its Elastic IP address, but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway routes in your route tables.

" }, "DeleteNetworkAcl":{ "name":"DeleteNetworkAcl", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteNetworkAclRequest"}, "documentation":"

Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL.

" }, "DeleteNetworkAclEntry":{ "name":"DeleteNetworkAclEntry", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteNetworkAclEntryRequest"}, "documentation":"

Deletes the specified ingress or egress entry (rule) from the specified network ACL.

" }, "DeleteNetworkInterface":{ "name":"DeleteNetworkInterface", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteNetworkInterfaceRequest"}, "documentation":"

Deletes the specified network interface. You must detach the network interface before you can delete it.

" }, "DeleteNetworkInterfacePermission":{ "name":"DeleteNetworkInterfacePermission", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteNetworkInterfacePermissionRequest"}, "output":{"shape":"DeleteNetworkInterfacePermissionResult"}, "documentation":"

Deletes a permission for a network interface. By default, you cannot delete the permission if the account for which you're removing the permission has attached the network interface to an instance. However, you can force delete the permission, regardless of any attachment.

" }, "DeletePlacementGroup":{ "name":"DeletePlacementGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeletePlacementGroupRequest"}, "documentation":"

Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

" }, "DeleteRoute":{ "name":"DeleteRoute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteRouteRequest"}, "documentation":"

Deletes the specified route from the specified route table.

" }, "DeleteRouteTable":{ "name":"DeleteRouteTable", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteRouteTableRequest"}, "documentation":"

Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can't delete the main route table.

" }, "DeleteSecurityGroup":{ "name":"DeleteSecurityGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteSecurityGroupRequest"}, "documentation":"

Deletes a security group.

If you attempt to delete a security group that is associated with an instance, or is referenced by another security group, the operation fails with InvalidGroup.InUse in EC2-Classic or DependencyViolation in EC2-VPC.

" }, "DeleteSnapshot":{ "name":"DeleteSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteSnapshotRequest"}, "documentation":"

Deletes the specified snapshot.

When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume.

You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot.

For more information, see Deleting an Amazon EBS Snapshot in the Amazon Elastic Compute Cloud User Guide.

" }, "DeleteSpotDatafeedSubscription":{ "name":"DeleteSpotDatafeedSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteSpotDatafeedSubscriptionRequest"}, "documentation":"

Deletes the data feed for Spot Instances.

" }, "DeleteSubnet":{ "name":"DeleteSubnet", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteSubnetRequest"}, "documentation":"

Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.

" }, "DeleteTags":{ "name":"DeleteTags", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteTagsRequest"}, "documentation":"

Deletes the specified set of tags from the specified set of resources.

To list the current tags, use DescribeTags. For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.

" }, "DeleteVolume":{ "name":"DeleteVolume", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteVolumeRequest"}, "documentation":"

Deletes the specified EBS volume. The volume must be in the available state (not attached to an instance).

The volume can remain in the deleting state for several minutes.

For more information, see Deleting an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide.

" }, "DeleteVpc":{ "name":"DeleteVpc", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteVpcRequest"}, "documentation":"

Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on.

" }, "DeleteVpcEndpointConnectionNotifications":{ "name":"DeleteVpcEndpointConnectionNotifications", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteVpcEndpointConnectionNotificationsRequest"}, "output":{"shape":"DeleteVpcEndpointConnectionNotificationsResult"}, "documentation":"

Deletes one or more VPC endpoint connection notifications.

" }, "DeleteVpcEndpointServiceConfigurations":{ "name":"DeleteVpcEndpointServiceConfigurations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteVpcEndpointServiceConfigurationsRequest"}, "output":{"shape":"DeleteVpcEndpointServiceConfigurationsResult"}, "documentation":"

Deletes one or more VPC endpoint service configurations in your account. Before you delete the endpoint service configuration, you must reject any Available or PendingAcceptance interface endpoint connections that are attached to the service.

" }, "DeleteVpcEndpoints":{ "name":"DeleteVpcEndpoints", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteVpcEndpointsRequest"}, "output":{"shape":"DeleteVpcEndpointsResult"}, "documentation":"

Deletes one or more specified VPC endpoints. Deleting a gateway endpoint also deletes the endpoint routes in the route tables that were associated with the endpoint. Deleting an interface endpoint deletes the endpoint network interfaces.

" }, "DeleteVpcPeeringConnection":{ "name":"DeleteVpcPeeringConnection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteVpcPeeringConnectionRequest"}, "output":{"shape":"DeleteVpcPeeringConnectionResult"}, "documentation":"

Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it's in the active state. The owner of the requester VPC can delete a VPC peering connection in the pending-acceptance state. You cannot delete a VPC peering connection that's in the failed state.

" }, "DeleteVpnConnection":{ "name":"DeleteVpnConnection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteVpnConnectionRequest"}, "documentation":"

Deletes the specified VPN connection.

If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway using the new configuration information returned with the new VPN connection ID.

" }, "DeleteVpnConnectionRoute":{ "name":"DeleteVpnConnectionRoute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteVpnConnectionRouteRequest"}, "documentation":"

Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

" }, "DeleteVpnGateway":{ "name":"DeleteVpnGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteVpnGatewayRequest"}, "documentation":"

Deletes the specified virtual private gateway. We recommend that before you delete a virtual private gateway, you detach it from the VPC and delete the VPN connection. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.

" }, "DeregisterImage":{ "name":"DeregisterImage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeregisterImageRequest"}, "documentation":"

Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances; however, it doesn't affect any instances that you've already launched from the AMI. You'll continue to incur usage costs for those instances until you terminate them.

When you deregister an Amazon EBS-backed AMI, it doesn't affect the snapshot that was created for the root volume of the instance during the AMI creation process. When you deregister an instance store-backed AMI, it doesn't affect the files that you uploaded to Amazon S3 when you created the AMI.

" }, "DescribeAccountAttributes":{ "name":"DescribeAccountAttributes", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeAccountAttributesRequest"}, "output":{"shape":"DescribeAccountAttributesResult"}, "documentation":"

Describes attributes of your AWS account. The following are the supported account attributes:

" }, "DescribeAddresses":{ "name":"DescribeAddresses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeAddressesRequest"}, "output":{"shape":"DescribeAddressesResult"}, "documentation":"

Describes one or more of your Elastic IP addresses.

An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeAggregateIdFormat":{ "name":"DescribeAggregateIdFormat", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeAggregateIdFormatRequest"}, "output":{"shape":"DescribeAggregateIdFormatResult"}, "documentation":"

Describes the longer ID format settings for all resource types in a specific region. This request is useful for performing a quick audit to determine whether a specific region is fully opted in for longer IDs (17-character IDs).

This request only returns information about resource types that support longer IDs.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

" }, "DescribeAvailabilityZones":{ "name":"DescribeAvailabilityZones", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeAvailabilityZonesRequest"}, "output":{"shape":"DescribeAvailabilityZonesResult"}, "documentation":"

Describes one or more of the Availability Zones that are available to you. The results include zones only for the region you're currently using. If there is an event impacting an Availability Zone, you can use this request to view the state and any provided message for that Availability Zone.

For more information, see Regions and Availability Zones in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeBundleTasks":{ "name":"DescribeBundleTasks", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeBundleTasksRequest"}, "output":{"shape":"DescribeBundleTasksResult"}, "documentation":"

Describes one or more of your bundling tasks.

Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.

" }, "DescribeClassicLinkInstances":{ "name":"DescribeClassicLinkInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeClassicLinkInstancesRequest"}, "output":{"shape":"DescribeClassicLinkInstancesResult"}, "documentation":"

Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.

" }, "DescribeConversionTasks":{ "name":"DescribeConversionTasks", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeConversionTasksRequest"}, "output":{"shape":"DescribeConversionTasksResult"}, "documentation":"

Describes one or more of your conversion tasks. For more information, see the VM Import/Export User Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

" }, "DescribeCustomerGateways":{ "name":"DescribeCustomerGateways", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeCustomerGatewaysRequest"}, "output":{"shape":"DescribeCustomerGatewaysResult"}, "documentation":"

Describes one or more of your VPN customer gateways.

For more information about VPN customer gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.

" }, "DescribeDhcpOptions":{ "name":"DescribeDhcpOptions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDhcpOptionsRequest"}, "output":{"shape":"DescribeDhcpOptionsResult"}, "documentation":"

Describes one or more of your DHCP options sets.

For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.

" }, "DescribeEgressOnlyInternetGateways":{ "name":"DescribeEgressOnlyInternetGateways", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeEgressOnlyInternetGatewaysRequest"}, "output":{"shape":"DescribeEgressOnlyInternetGatewaysResult"}, "documentation":"

Describes one or more of your egress-only internet gateways.

" }, "DescribeElasticGpus":{ "name":"DescribeElasticGpus", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeElasticGpusRequest"}, "output":{"shape":"DescribeElasticGpusResult"}, "documentation":"

Describes the Elastic GPUs associated with your instances. For more information about Elastic GPUs, see Amazon EC2 Elastic GPUs.

" }, "DescribeExportTasks":{ "name":"DescribeExportTasks", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeExportTasksRequest"}, "output":{"shape":"DescribeExportTasksResult"}, "documentation":"

Describes one or more of your export tasks.

" }, "DescribeFleetHistory":{ "name":"DescribeFleetHistory", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeFleetHistoryRequest"}, "output":{"shape":"DescribeFleetHistoryResult"}, "documentation":"

Describes the events for the specified EC2 Fleet during the specified time.

" }, "DescribeFleetInstances":{ "name":"DescribeFleetInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeFleetInstancesRequest"}, "output":{"shape":"DescribeFleetInstancesResult"}, "documentation":"

Describes the running instances for the specified EC2 Fleet.

" }, "DescribeFleets":{ "name":"DescribeFleets", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeFleetsRequest"}, "output":{"shape":"DescribeFleetsResult"}, "documentation":"

Describes one or more of your EC2 Fleet.

" }, "DescribeFlowLogs":{ "name":"DescribeFlowLogs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeFlowLogsRequest"}, "output":{"shape":"DescribeFlowLogsResult"}, "documentation":"

Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.

" }, "DescribeFpgaImageAttribute":{ "name":"DescribeFpgaImageAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeFpgaImageAttributeRequest"}, "output":{"shape":"DescribeFpgaImageAttributeResult"}, "documentation":"

Describes the specified attribute of the specified Amazon FPGA Image (AFI).

" }, "DescribeFpgaImages":{ "name":"DescribeFpgaImages", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeFpgaImagesRequest"}, "output":{"shape":"DescribeFpgaImagesResult"}, "documentation":"

Describes one or more available Amazon FPGA Images (AFIs). These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.

" }, "DescribeHostReservationOfferings":{ "name":"DescribeHostReservationOfferings", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeHostReservationOfferingsRequest"}, "output":{"shape":"DescribeHostReservationOfferingsResult"}, "documentation":"

Describes the Dedicated Host reservations that are available to purchase.

The results describe all the Dedicated Host reservation offerings, including offerings that may not match the instance family and region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated . For more information about supported instance types, see Dedicated Hosts Overview in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeHostReservations":{ "name":"DescribeHostReservations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeHostReservationsRequest"}, "output":{"shape":"DescribeHostReservationsResult"}, "documentation":"

Describes reservations that are associated with Dedicated Hosts in your account.

" }, "DescribeHosts":{ "name":"DescribeHosts", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeHostsRequest"}, "output":{"shape":"DescribeHostsResult"}, "documentation":"

Describes one or more of your Dedicated Hosts.

The results describe only the Dedicated Hosts in the region you're currently using. All listed instances consume capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state released.

" }, "DescribeIamInstanceProfileAssociations":{ "name":"DescribeIamInstanceProfileAssociations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeIamInstanceProfileAssociationsRequest"}, "output":{"shape":"DescribeIamInstanceProfileAssociationsResult"}, "documentation":"

Describes your IAM instance profile associations.

" }, "DescribeIdFormat":{ "name":"DescribeIdFormat", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeIdFormatRequest"}, "output":{"shape":"DescribeIdFormatResult"}, "documentation":"

Describes the ID format settings for your resources on a per-region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

These settings apply to the IAM user who makes the request; they do not apply to the entire AWS account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the ModifyIdFormat command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

" }, "DescribeIdentityIdFormat":{ "name":"DescribeIdentityIdFormat", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeIdentityIdFormatRequest"}, "output":{"shape":"DescribeIdentityIdFormatResult"}, "documentation":"

Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

These settings apply to the principal specified in the request. They do not apply to the principal that makes the request.

" }, "DescribeImageAttribute":{ "name":"DescribeImageAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeImageAttributeRequest"}, "output":{"shape":"ImageAttribute"}, "documentation":"

Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.

" }, "DescribeImages":{ "name":"DescribeImages", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeImagesRequest"}, "output":{"shape":"DescribeImagesResult"}, "documentation":"

Describes one or more of the images (AMIs, AKIs, and ARIs) available to you. Images available to you include public images, private images that you own, and private images owned by other AWS accounts but for which you have explicit launch permissions.

Deregistered images are included in the returned results for an unspecified interval after deregistration.

" }, "DescribeImportImageTasks":{ "name":"DescribeImportImageTasks", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeImportImageTasksRequest"}, "output":{"shape":"DescribeImportImageTasksResult"}, "documentation":"

Displays details about an import virtual machine or import snapshot tasks that are already created.

" }, "DescribeImportSnapshotTasks":{ "name":"DescribeImportSnapshotTasks", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeImportSnapshotTasksRequest"}, "output":{"shape":"DescribeImportSnapshotTasksResult"}, "documentation":"

Describes your import snapshot tasks.

" }, "DescribeInstanceAttribute":{ "name":"DescribeInstanceAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeInstanceAttributeRequest"}, "output":{"shape":"InstanceAttribute"}, "documentation":"

Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: instanceType | kernel | ramdisk | userData | disableApiTermination | instanceInitiatedShutdownBehavior | rootDeviceName | blockDeviceMapping | productCodes | sourceDestCheck | groupSet | ebsOptimized | sriovNetSupport

" }, "DescribeInstanceCreditSpecifications":{ "name":"DescribeInstanceCreditSpecifications", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeInstanceCreditSpecificationsRequest"}, "output":{"shape":"DescribeInstanceCreditSpecificationsResult"}, "documentation":"

Describes the credit option for CPU usage of one or more of your T2 instances. The credit options are standard and unlimited.

If you do not specify an instance ID, Amazon EC2 returns only the T2 instances with the unlimited credit option. If you specify one or more instance IDs, Amazon EC2 returns the credit option (standard or unlimited) of those instances. If you specify an instance ID that is not valid, such as an instance that is not a T2 instance, an error is returned.

Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

If an Availability Zone is experiencing a service disruption and you specify instance IDs in the affected zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs in an unaffected zone, the call works normally.

For more information, see T2 Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeInstanceStatus":{ "name":"DescribeInstanceStatus", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeInstanceStatusRequest"}, "output":{"shape":"DescribeInstanceStatusResult"}, "documentation":"

Describes the status of one or more instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.

Instance status includes the following components:

" }, "DescribeInstances":{ "name":"DescribeInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeInstancesRequest"}, "output":{"shape":"DescribeInstancesResult"}, "documentation":"

Describes one or more of your instances.

If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the returned results.

Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.

" }, "DescribeInternetGateways":{ "name":"DescribeInternetGateways", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeInternetGatewaysRequest"}, "output":{"shape":"DescribeInternetGatewaysResult"}, "documentation":"

Describes one or more of your internet gateways.

" }, "DescribeKeyPairs":{ "name":"DescribeKeyPairs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeKeyPairsRequest"}, "output":{"shape":"DescribeKeyPairsResult"}, "documentation":"

Describes one or more of your key pairs.

For more information about key pairs, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeLaunchTemplateVersions":{ "name":"DescribeLaunchTemplateVersions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeLaunchTemplateVersionsRequest"}, "output":{"shape":"DescribeLaunchTemplateVersionsResult"}, "documentation":"

Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions.

" }, "DescribeLaunchTemplates":{ "name":"DescribeLaunchTemplates", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeLaunchTemplatesRequest"}, "output":{"shape":"DescribeLaunchTemplatesResult"}, "documentation":"

Describes one or more launch templates.

" }, "DescribeMovingAddresses":{ "name":"DescribeMovingAddresses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeMovingAddressesRequest"}, "output":{"shape":"DescribeMovingAddressesResult"}, "documentation":"

Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.

" }, "DescribeNatGateways":{ "name":"DescribeNatGateways", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeNatGatewaysRequest"}, "output":{"shape":"DescribeNatGatewaysResult"}, "documentation":"

Describes one or more of your NAT gateways.

" }, "DescribeNetworkAcls":{ "name":"DescribeNetworkAcls", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeNetworkAclsRequest"}, "output":{"shape":"DescribeNetworkAclsResult"}, "documentation":"

Describes one or more of your network ACLs.

For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.

" }, "DescribeNetworkInterfaceAttribute":{ "name":"DescribeNetworkInterfaceAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeNetworkInterfaceAttributeRequest"}, "output":{"shape":"DescribeNetworkInterfaceAttributeResult"}, "documentation":"

Describes a network interface attribute. You can specify only one attribute at a time.

" }, "DescribeNetworkInterfacePermissions":{ "name":"DescribeNetworkInterfacePermissions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeNetworkInterfacePermissionsRequest"}, "output":{"shape":"DescribeNetworkInterfacePermissionsResult"}, "documentation":"

Describes the permissions for your network interfaces.

" }, "DescribeNetworkInterfaces":{ "name":"DescribeNetworkInterfaces", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeNetworkInterfacesRequest"}, "output":{"shape":"DescribeNetworkInterfacesResult"}, "documentation":"

Describes one or more of your network interfaces.

" }, "DescribePlacementGroups":{ "name":"DescribePlacementGroups", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribePlacementGroupsRequest"}, "output":{"shape":"DescribePlacementGroupsResult"}, "documentation":"

Describes one or more of your placement groups. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribePrefixLists":{ "name":"DescribePrefixLists", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribePrefixListsRequest"}, "output":{"shape":"DescribePrefixListsResult"}, "documentation":"

Describes available AWS services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service. A prefix list ID is required for creating an outbound security group rule that allows traffic from a VPC to access an AWS service through a gateway VPC endpoint. Currently, the services that support this action are Amazon S3 and Amazon DynamoDB.

" }, "DescribePrincipalIdFormat":{ "name":"DescribePrincipalIdFormat", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribePrincipalIdFormatRequest"}, "output":{"shape":"DescribePrincipalIdFormatResult"}, "documentation":"

Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.

By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

" }, "DescribeRegions":{ "name":"DescribeRegions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeRegionsRequest"}, "output":{"shape":"DescribeRegionsResult"}, "documentation":"

Describes one or more regions that are currently available to you.

For a list of the regions supported by Amazon EC2, see Regions and Endpoints.

" }, "DescribeReservedInstances":{ "name":"DescribeReservedInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeReservedInstancesRequest"}, "output":{"shape":"DescribeReservedInstancesResult"}, "documentation":"

Describes one or more of the Reserved Instances that you purchased.

For more information about Reserved Instances, see Reserved Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeReservedInstancesListings":{ "name":"DescribeReservedInstancesListings", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeReservedInstancesListingsRequest"}, "output":{"shape":"DescribeReservedInstancesListingsResult"}, "documentation":"

Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.

The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.

As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.

For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeReservedInstancesModifications":{ "name":"DescribeReservedInstancesModifications", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeReservedInstancesModificationsRequest"}, "output":{"shape":"DescribeReservedInstancesModificationsResult"}, "documentation":"

Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.

For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeReservedInstancesOfferings":{ "name":"DescribeReservedInstancesOfferings", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeReservedInstancesOfferingsRequest"}, "output":{"shape":"DescribeReservedInstancesOfferingsResult"}, "documentation":"

Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.

If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.

For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeRouteTables":{ "name":"DescribeRouteTables", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeRouteTablesRequest"}, "output":{"shape":"DescribeRouteTablesResult"}, "documentation":"

Describes one or more of your route tables.

Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.

For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.

" }, "DescribeScheduledInstanceAvailability":{ "name":"DescribeScheduledInstanceAvailability", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeScheduledInstanceAvailabilityRequest"}, "output":{"shape":"DescribeScheduledInstanceAvailabilityResult"}, "documentation":"

Finds available schedules that meet the specified criteria.

You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.

After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.

" }, "DescribeScheduledInstances":{ "name":"DescribeScheduledInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeScheduledInstancesRequest"}, "output":{"shape":"DescribeScheduledInstancesResult"}, "documentation":"

Describes one or more of your Scheduled Instances.

" }, "DescribeSecurityGroupReferences":{ "name":"DescribeSecurityGroupReferences", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSecurityGroupReferencesRequest"}, "output":{"shape":"DescribeSecurityGroupReferencesResult"}, "documentation":"

[EC2-VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.

" }, "DescribeSecurityGroups":{ "name":"DescribeSecurityGroups", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSecurityGroupsRequest"}, "output":{"shape":"DescribeSecurityGroupsResult"}, "documentation":"

Describes one or more of your security groups.

A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

" }, "DescribeSnapshotAttribute":{ "name":"DescribeSnapshotAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSnapshotAttributeRequest"}, "output":{"shape":"DescribeSnapshotAttributeResult"}, "documentation":"

Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.

For more information about EBS snapshots, see Amazon EBS Snapshots in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeSnapshots":{ "name":"DescribeSnapshots", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSnapshotsRequest"}, "output":{"shape":"DescribeSnapshotsResult"}, "documentation":"

Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given explicit create volume permissions.

The create volume permissions fall into the following categories:

The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions.

If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results.

If you specify one or more snapshot owners using the OwnerIds option, only snapshots from the specified owners and for which you have access are returned. The results can include the AWS account IDs of the specified owners, amazon for snapshots owned by Amazon, or self for snapshots that you own.

If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify AWS account IDs (if you own the snapshots), self for snapshots for which you own or have explicit permissions, or all for public snapshots.

If you are describing a long list of snapshots, you can paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeSnapshots request to retrieve the remaining results.

For more information about EBS snapshots, see Amazon EBS Snapshots in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeSpotDatafeedSubscription":{ "name":"DescribeSpotDatafeedSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSpotDatafeedSubscriptionRequest"}, "output":{"shape":"DescribeSpotDatafeedSubscriptionResult"}, "documentation":"

Describes the data feed for Spot Instances. For more information, see Spot Instance Data Feed in the Amazon EC2 User Guide for Linux Instances.

" }, "DescribeSpotFleetInstances":{ "name":"DescribeSpotFleetInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSpotFleetInstancesRequest"}, "output":{"shape":"DescribeSpotFleetInstancesResponse"}, "documentation":"

Describes the running instances for the specified Spot Fleet.

" }, "DescribeSpotFleetRequestHistory":{ "name":"DescribeSpotFleetRequestHistory", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSpotFleetRequestHistoryRequest"}, "output":{"shape":"DescribeSpotFleetRequestHistoryResponse"}, "documentation":"

Describes the events for the specified Spot Fleet request during the specified time.

Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event.

" }, "DescribeSpotFleetRequests":{ "name":"DescribeSpotFleetRequests", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSpotFleetRequestsRequest"}, "output":{"shape":"DescribeSpotFleetRequestsResponse"}, "documentation":"

Describes your Spot Fleet requests.

Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.

" }, "DescribeSpotInstanceRequests":{ "name":"DescribeSpotInstanceRequests", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSpotInstanceRequestsRequest"}, "output":{"shape":"DescribeSpotInstanceRequestsResult"}, "documentation":"

Describes the specified Spot Instance requests.

You can use DescribeSpotInstanceRequests to find a running Spot Instance by examining the response. If the status of the Spot Instance is fulfilled, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to look for instances where the instance lifecycle is spot.

Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.

" }, "DescribeSpotPriceHistory":{ "name":"DescribeSpotPriceHistory", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSpotPriceHistoryRequest"}, "output":{"shape":"DescribeSpotPriceHistoryResult"}, "documentation":"

Describes the Spot price history. For more information, see Spot Instance Pricing History in the Amazon EC2 User Guide for Linux Instances.

When you specify a start and end time, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.

" }, "DescribeStaleSecurityGroups":{ "name":"DescribeStaleSecurityGroups", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeStaleSecurityGroupsRequest"}, "output":{"shape":"DescribeStaleSecurityGroupsResult"}, "documentation":"

[EC2-VPC only] Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peer VPC, or a security group in a peer VPC for which the VPC peering connection has been deleted.

" }, "DescribeSubnets":{ "name":"DescribeSubnets", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSubnetsRequest"}, "output":{"shape":"DescribeSubnetsResult"}, "documentation":"

Describes one or more of your subnets.

For more information, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.

" }, "DescribeTags":{ "name":"DescribeTags", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeTagsRequest"}, "output":{"shape":"DescribeTagsResult"}, "documentation":"

Describes one or more of the tags for your EC2 resources.

For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeVolumeAttribute":{ "name":"DescribeVolumeAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVolumeAttributeRequest"}, "output":{"shape":"DescribeVolumeAttributeResult"}, "documentation":"

Describes the specified attribute of the specified volume. You can specify only one attribute at a time.

For more information about EBS volumes, see Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeVolumeStatus":{ "name":"DescribeVolumeStatus", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVolumeStatusRequest"}, "output":{"shape":"DescribeVolumeStatusResult"}, "documentation":"

Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.

The DescribeVolumeStatus operation provides the following information about the specified volumes:

Status: Reflects the current status of the volume. The possible values are ok, impaired , warning, or insufficient-data. If all checks pass, the overall status of the volume is ok. If the check fails, the overall status is impaired. If the status is insufficient-data, then the checks may still be taking place on your volume at the time. We recommend that you retry the request. For more information about volume status, see Monitoring the Status of Your Volumes in the Amazon Elastic Compute Cloud User Guide.

Events: Reflect the cause of a volume status and may require you to take action. For example, if your volume returns an impaired status, then the volume event might be potential-data-inconsistency. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and may have inconsistent data.

Actions: Reflect the actions you may have to take in response to an event. For example, if the status of the volume is impaired and the volume event shows potential-data-inconsistency, then the action shows enable-volume-io. This means that you may want to enable the I/O operations for the volume by calling the EnableVolumeIO action and then check the volume for data consistency.

Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the error state (for example, when a volume is incapable of accepting I/O.)

" }, "DescribeVolumes":{ "name":"DescribeVolumes", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVolumesRequest"}, "output":{"shape":"DescribeVolumesResult"}, "documentation":"

Describes the specified EBS volumes.

If you are describing a long list of volumes, you can paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeVolumes request to retrieve the remaining results.

For more information about EBS volumes, see Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeVolumesModifications":{ "name":"DescribeVolumesModifications", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVolumesModificationsRequest"}, "output":{"shape":"DescribeVolumesModificationsResult"}, "documentation":"

Reports the current modification status of EBS volumes.

Current-generation EBS volumes support modification of attributes including type, size, and (for io1 volumes) IOPS provisioning while either attached to or detached from an instance. Following an action from the API or the console to modify a volume, the status of the modification may be modifying, optimizing, completed, or failed. If a volume has never been modified, then certain elements of the returned VolumeModification objects are null.

You can also use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide. For more information, see Monitoring Volume Modifications\" in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeVpcAttribute":{ "name":"DescribeVpcAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcAttributeRequest"}, "output":{"shape":"DescribeVpcAttributeResult"}, "documentation":"

Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.

" }, "DescribeVpcClassicLink":{ "name":"DescribeVpcClassicLink", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcClassicLinkRequest"}, "output":{"shape":"DescribeVpcClassicLinkResult"}, "documentation":"

Describes the ClassicLink status of one or more VPCs.

" }, "DescribeVpcClassicLinkDnsSupport":{ "name":"DescribeVpcClassicLinkDnsSupport", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcClassicLinkDnsSupportRequest"}, "output":{"shape":"DescribeVpcClassicLinkDnsSupportResult"}, "documentation":"

Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

" }, "DescribeVpcEndpointConnectionNotifications":{ "name":"DescribeVpcEndpointConnectionNotifications", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcEndpointConnectionNotificationsRequest"}, "output":{"shape":"DescribeVpcEndpointConnectionNotificationsResult"}, "documentation":"

Describes the connection notifications for VPC endpoints and VPC endpoint services.

" }, "DescribeVpcEndpointConnections":{ "name":"DescribeVpcEndpointConnections", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcEndpointConnectionsRequest"}, "output":{"shape":"DescribeVpcEndpointConnectionsResult"}, "documentation":"

Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.

" }, "DescribeVpcEndpointServiceConfigurations":{ "name":"DescribeVpcEndpointServiceConfigurations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcEndpointServiceConfigurationsRequest"}, "output":{"shape":"DescribeVpcEndpointServiceConfigurationsResult"}, "documentation":"

Describes the VPC endpoint service configurations in your account (your services).

" }, "DescribeVpcEndpointServicePermissions":{ "name":"DescribeVpcEndpointServicePermissions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcEndpointServicePermissionsRequest"}, "output":{"shape":"DescribeVpcEndpointServicePermissionsResult"}, "documentation":"

Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.

" }, "DescribeVpcEndpointServices":{ "name":"DescribeVpcEndpointServices", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcEndpointServicesRequest"}, "output":{"shape":"DescribeVpcEndpointServicesResult"}, "documentation":"

Describes available services to which you can create a VPC endpoint.

" }, "DescribeVpcEndpoints":{ "name":"DescribeVpcEndpoints", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcEndpointsRequest"}, "output":{"shape":"DescribeVpcEndpointsResult"}, "documentation":"

Describes one or more of your VPC endpoints.

" }, "DescribeVpcPeeringConnections":{ "name":"DescribeVpcPeeringConnections", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcPeeringConnectionsRequest"}, "output":{"shape":"DescribeVpcPeeringConnectionsResult"}, "documentation":"

Describes one or more of your VPC peering connections.

" }, "DescribeVpcs":{ "name":"DescribeVpcs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpcsRequest"}, "output":{"shape":"DescribeVpcsResult"}, "documentation":"

Describes one or more of your VPCs.

" }, "DescribeVpnConnections":{ "name":"DescribeVpnConnections", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpnConnectionsRequest"}, "output":{"shape":"DescribeVpnConnectionsResult"}, "documentation":"

Describes one or more of your VPN connections.

For more information about VPN connections, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.

" }, "DescribeVpnGateways":{ "name":"DescribeVpnGateways", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeVpnGatewaysRequest"}, "output":{"shape":"DescribeVpnGatewaysResult"}, "documentation":"

Describes one or more of your virtual private gateways.

For more information about virtual private gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.

" }, "DetachClassicLinkVpc":{ "name":"DetachClassicLinkVpc", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DetachClassicLinkVpcRequest"}, "output":{"shape":"DetachClassicLinkVpcResult"}, "documentation":"

Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.

" }, "DetachInternetGateway":{ "name":"DetachInternetGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DetachInternetGatewayRequest"}, "documentation":"

Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses or public IPv4 addresses.

" }, "DetachNetworkInterface":{ "name":"DetachNetworkInterface", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DetachNetworkInterfaceRequest"}, "documentation":"

Detaches a network interface from an instance.

" }, "DetachVolume":{ "name":"DetachVolume", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DetachVolumeRequest"}, "output":{"shape":"VolumeAttachment"}, "documentation":"

Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the busy state while detaching. If this happens, detachment can be delayed indefinitely until you unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance first.

When a volume with an AWS Marketplace product code is detached from an instance, the product code is no longer associated with the instance.

For more information, see Detaching an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide.

" }, "DetachVpnGateway":{ "name":"DetachVpnGateway", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DetachVpnGatewayRequest"}, "documentation":"

Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described).

You must wait for the attachment's state to switch to detached before you can delete the VPC or attach a different VPC to the virtual private gateway.

" }, "DisableVgwRoutePropagation":{ "name":"DisableVgwRoutePropagation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisableVgwRoutePropagationRequest"}, "documentation":"

Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.

" }, "DisableVpcClassicLink":{ "name":"DisableVpcClassicLink", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisableVpcClassicLinkRequest"}, "output":{"shape":"DisableVpcClassicLinkResult"}, "documentation":"

Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.

" }, "DisableVpcClassicLinkDnsSupport":{ "name":"DisableVpcClassicLinkDnsSupport", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisableVpcClassicLinkDnsSupportRequest"}, "output":{"shape":"DisableVpcClassicLinkDnsSupportResult"}, "documentation":"

Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

" }, "DisassociateAddress":{ "name":"DisassociateAddress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateAddressRequest"}, "documentation":"

Disassociates an Elastic IP address from the instance or network interface it's associated with.

An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.

" }, "DisassociateIamInstanceProfile":{ "name":"DisassociateIamInstanceProfile", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateIamInstanceProfileRequest"}, "output":{"shape":"DisassociateIamInstanceProfileResult"}, "documentation":"

Disassociates an IAM instance profile from a running or stopped instance.

Use DescribeIamInstanceProfileAssociations to get the association ID.

" }, "DisassociateRouteTable":{ "name":"DisassociateRouteTable", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateRouteTableRequest"}, "documentation":"

Disassociates a subnet from a route table.

After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.

" }, "DisassociateSubnetCidrBlock":{ "name":"DisassociateSubnetCidrBlock", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateSubnetCidrBlockRequest"}, "output":{"shape":"DisassociateSubnetCidrBlockResult"}, "documentation":"

Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

" }, "DisassociateVpcCidrBlock":{ "name":"DisassociateVpcCidrBlock", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateVpcCidrBlockRequest"}, "output":{"shape":"DisassociateVpcCidrBlockResult"}, "documentation":"

Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using DescribeVpcs. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).

" }, "EnableVgwRoutePropagation":{ "name":"EnableVgwRoutePropagation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"EnableVgwRoutePropagationRequest"}, "documentation":"

Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.

" }, "EnableVolumeIO":{ "name":"EnableVolumeIO", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"EnableVolumeIORequest"}, "documentation":"

Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.

" }, "EnableVpcClassicLink":{ "name":"EnableVpcClassicLink", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"EnableVpcClassicLinkRequest"}, "output":{"shape":"EnableVpcClassicLinkResult"}, "documentation":"

Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

" }, "EnableVpcClassicLinkDnsSupport":{ "name":"EnableVpcClassicLinkDnsSupport", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"EnableVpcClassicLinkDnsSupportRequest"}, "output":{"shape":"EnableVpcClassicLinkDnsSupportResult"}, "documentation":"

Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

" }, "GetConsoleOutput":{ "name":"GetConsoleOutput", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetConsoleOutputRequest"}, "output":{"shape":"GetConsoleOutputResult"}, "documentation":"

Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors.

By default, the console output returns buffered information that was posted shortly after an instance transition state (start, stop, reboot, or terminate). This information is available for at least one hour after the most recent post. Only the most recent 64 KB of console output is available.

You can optionally retrieve the latest serial console output at any time during the instance lifecycle. This option is supported on instance types that use the Nitro hypervisor.

For more information, see Instance Console Output in the Amazon Elastic Compute Cloud User Guide.

" }, "GetConsoleScreenshot":{ "name":"GetConsoleScreenshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetConsoleScreenshotRequest"}, "output":{"shape":"GetConsoleScreenshotResult"}, "documentation":"

Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.

The returned content is Base64-encoded.

" }, "GetHostReservationPurchasePreview":{ "name":"GetHostReservationPurchasePreview", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetHostReservationPurchasePreviewRequest"}, "output":{"shape":"GetHostReservationPurchasePreviewResult"}, "documentation":"

Preview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation.

This is a preview of the PurchaseHostReservation action and does not result in the offering being purchased.

" }, "GetLaunchTemplateData":{ "name":"GetLaunchTemplateData", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetLaunchTemplateDataRequest"}, "output":{"shape":"GetLaunchTemplateDataResult"}, "documentation":"

Retrieves the configuration data of the specified instance. You can use this data to create a launch template.

" }, "GetPasswordData":{ "name":"GetPasswordData", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetPasswordDataRequest"}, "output":{"shape":"GetPasswordDataResult"}, "documentation":"

Retrieves the encrypted administrator password for a running Windows instance.

The Windows password is generated at boot by the EC2Config service or EC2Launch scripts (Windows Server 2016 and later). This usually only happens the first time an instance is launched. For more information, see EC2Config and EC2Launch in the Amazon Elastic Compute Cloud User Guide.

For the EC2Config service, the password is not generated for rebundled AMIs unless Ec2SetPassword is enabled before bundling.

The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file.

When you launch an instance, password generation and encryption may take a few minutes. If you try to retrieve the password before it's available, the output returns an empty string. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password.

" }, "GetReservedInstancesExchangeQuote":{ "name":"GetReservedInstancesExchangeQuote", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetReservedInstancesExchangeQuoteRequest"}, "output":{"shape":"GetReservedInstancesExchangeQuoteResult"}, "documentation":"

Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be performed, the reason is returned in the response. Use AcceptReservedInstancesExchangeQuote to perform the exchange.

" }, "ImportImage":{ "name":"ImportImage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ImportImageRequest"}, "output":{"shape":"ImportImageResult"}, "documentation":"

Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). For more information, see Importing a VM as an Image Using VM Import/Export in the VM Import/Export User Guide.

" }, "ImportInstance":{ "name":"ImportInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ImportInstanceRequest"}, "output":{"shape":"ImportInstanceResult"}, "documentation":"

Creates an import instance task using metadata from the specified disk image. ImportInstance only supports single-volume VMs. To import multi-volume VMs, use ImportImage. For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI.

For information about the import manifest referenced by this API action, see VM Import Manifest.

" }, "ImportKeyPair":{ "name":"ImportKeyPair", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ImportKeyPairRequest"}, "output":{"shape":"ImportKeyPairResult"}, "documentation":"

Imports the public key from an RSA key pair that you created with a third-party tool. Compare this with CreateKeyPair, in which AWS creates the key pair and gives the keys to you (AWS keeps a copy of the public key). With ImportKeyPair, you create the key pair and give AWS just the public key. The private key is never transferred between you and AWS.

For more information about key pairs, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.

" }, "ImportSnapshot":{ "name":"ImportSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ImportSnapshotRequest"}, "output":{"shape":"ImportSnapshotResult"}, "documentation":"

Imports a disk into an EBS snapshot.

" }, "ImportVolume":{ "name":"ImportVolume", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ImportVolumeRequest"}, "output":{"shape":"ImportVolumeResult"}, "documentation":"

Creates an import volume task using metadata from the specified disk image.For more information, see Importing Disks to Amazon EBS.

For information about the import manifest referenced by this API action, see VM Import Manifest.

" }, "ModifyFleet":{ "name":"ModifyFleet", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyFleetRequest"}, "output":{"shape":"ModifyFleetResult"}, "documentation":"

Modifies the specified EC2 Fleet.

While the EC2 Fleet is being modified, it is in the modifying state.

" }, "ModifyFpgaImageAttribute":{ "name":"ModifyFpgaImageAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyFpgaImageAttributeRequest"}, "output":{"shape":"ModifyFpgaImageAttributeResult"}, "documentation":"

Modifies the specified attribute of the specified Amazon FPGA Image (AFI).

" }, "ModifyHosts":{ "name":"ModifyHosts", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyHostsRequest"}, "output":{"shape":"ModifyHostsResult"}, "documentation":"

Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you launch with a tenancy of host but without a specific host ID are placed onto any available Dedicated Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID ito have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a suitable host with auto-placement enabled.

" }, "ModifyIdFormat":{ "name":"ModifyIdFormat", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyIdFormatRequest"}, "documentation":"

Modifies the ID format for the specified resource on a per-region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created.

This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

This setting applies to the IAM user who makes the request; it does not apply to the entire AWS account. By default, an IAM user defaults to the same settings as the root user. If you're using this action as the root user, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

" }, "ModifyIdentityIdFormat":{ "name":"ModifyIdentityIdFormat", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyIdentityIdFormatRequest"}, "documentation":"

Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. You can specify that resources should receive longer IDs (17-character IDs) when they are created.

This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

This setting applies to the principal specified in the request; it does not apply to the principal that makes the request.

Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

" }, "ModifyImageAttribute":{ "name":"ModifyImageAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyImageAttributeRequest"}, "documentation":"

Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. You can use the Attribute parameter to specify the attribute or one of the following parameters: Description, LaunchPermission, or ProductCode.

AWS Marketplace product codes cannot be modified. Images with an AWS Marketplace product code cannot be made public.

To enable the SriovNetSupport enhanced networking attribute of an image, enable SriovNetSupport on an instance and create an AMI from the instance.

" }, "ModifyInstanceAttribute":{ "name":"ModifyInstanceAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyInstanceAttributeRequest"}, "documentation":"

Modifies the specified attribute of the specified instance. You can specify only one attribute at a time.

Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance in a VPC can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the ModifyNetworkInterfaceAttribute action.

To modify some attributes, the instance must be stopped. For more information, see Modifying Attributes of a Stopped Instance in the Amazon Elastic Compute Cloud User Guide.

" }, "ModifyInstanceCreditSpecification":{ "name":"ModifyInstanceCreditSpecification", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyInstanceCreditSpecificationRequest"}, "output":{"shape":"ModifyInstanceCreditSpecificationResult"}, "documentation":"

Modifies the credit option for CPU usage on a running or stopped T2 instance. The credit options are standard and unlimited.

For more information, see T2 Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "ModifyInstancePlacement":{ "name":"ModifyInstancePlacement", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyInstancePlacementRequest"}, "output":{"shape":"ModifyInstancePlacementResult"}, "documentation":"

Modifies the placement attributes for a specified instance. You can do the following:

At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request.

To modify the host ID, tenancy, or placement group for an instance, the instance must be in the stopped state.

" }, "ModifyLaunchTemplate":{ "name":"ModifyLaunchTemplate", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyLaunchTemplateRequest"}, "output":{"shape":"ModifyLaunchTemplateResult"}, "documentation":"

Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.

" }, "ModifyNetworkInterfaceAttribute":{ "name":"ModifyNetworkInterfaceAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyNetworkInterfaceAttributeRequest"}, "documentation":"

Modifies the specified network interface attribute. You can specify only one attribute at a time.

" }, "ModifyReservedInstances":{ "name":"ModifyReservedInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyReservedInstancesRequest"}, "output":{"shape":"ModifyReservedInstancesResult"}, "documentation":"

Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of your Reserved Instances. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type.

For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "ModifySnapshotAttribute":{ "name":"ModifySnapshotAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifySnapshotAttributeRequest"}, "documentation":"

Adds or removes permission settings for the specified snapshot. You may add or remove specified AWS account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single API call. If you need to both add and remove account IDs for a snapshot, you must use multiple API calls.

Encrypted snapshots and snapshots with AWS Marketplace product codes cannot be made public. Snapshots encrypted with your default CMK cannot be shared with other accounts.

For more information about modifying snapshot permissions, see Sharing Snapshots in the Amazon Elastic Compute Cloud User Guide.

" }, "ModifySpotFleetRequest":{ "name":"ModifySpotFleetRequest", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifySpotFleetRequestRequest"}, "output":{"shape":"ModifySpotFleetRequestResponse"}, "documentation":"

Modifies the specified Spot Fleet request.

While the Spot Fleet request is being modified, it is in the modifying state.

To scale up your Spot Fleet, increase its target capacity. The Spot Fleet launches the additional Spot Instances according to the allocation strategy for the Spot Fleet request. If the allocation strategy is lowestPrice, the Spot Fleet launches instances using the Spot pool with the lowest price. If the allocation strategy is diversified, the Spot Fleet distributes the instances across the Spot pools.

To scale down your Spot Fleet, decrease its target capacity. First, the Spot Fleet cancels any open requests that exceed the new target capacity. You can request that the Spot Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowestPrice, the Spot Fleet terminates the instances with the highest price per unit. If the allocation strategy is diversified, the Spot Fleet terminates instances across the Spot pools. Alternatively, you can request that the Spot Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

If you are finished with your Spot Fleet for now, but will use it again later, you can set the target capacity to 0.

" }, "ModifySubnetAttribute":{ "name":"ModifySubnetAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifySubnetAttributeRequest"}, "documentation":"

Modifies a subnet attribute. You can only modify one attribute at a time.

" }, "ModifyVolume":{ "name":"ModifyVolume", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyVolumeRequest"}, "output":{"shape":"ModifyVolumeResult"}, "documentation":"

You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you may be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying an EBS volume running Linux, see Modifying the Size, IOPS, or Type of an EBS Volume on Linux. For more information about modifying an EBS volume running Windows, see Modifying the Size, IOPS, or Type of an EBS Volume on Windows.

When you complete a resize operation on your volume, you need to extend the volume's file-system size to take advantage of the new storage capacity. For information about extending a Linux file system, see Extending a Linux File System. For information about extending a Windows file system, see Extending a Windows File System.

You can use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide. You can also track the status of a modification using the DescribeVolumesModifications API. For information about tracking status changes using either method, see Monitoring Volume Modifications.

With previous-generation instance types, resizing an EBS volume may require detaching and reattaching the volume or stopping and restarting the instance. For more information, see Modifying the Size, IOPS, or Type of an EBS Volume on Linux and Modifying the Size, IOPS, or Type of an EBS Volume on Windows.

If you reach the maximum volume modification rate per volume limit, you will need to wait at least six hours before applying further modifications to the affected EBS volume.

" }, "ModifyVolumeAttribute":{ "name":"ModifyVolumeAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyVolumeAttributeRequest"}, "documentation":"

Modifies a volume attribute.

By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume.

You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.

" }, "ModifyVpcAttribute":{ "name":"ModifyVpcAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyVpcAttributeRequest"}, "documentation":"

Modifies the specified attribute of the specified VPC.

" }, "ModifyVpcEndpoint":{ "name":"ModifyVpcEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyVpcEndpointRequest"}, "output":{"shape":"ModifyVpcEndpointResult"}, "documentation":"

Modifies attributes of a specified VPC endpoint. The attributes that you can modify depend on the type of VPC endpoint (interface or gateway). For more information, see VPC Endpoints in the Amazon Virtual Private Cloud User Guide.

" }, "ModifyVpcEndpointConnectionNotification":{ "name":"ModifyVpcEndpointConnectionNotification", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyVpcEndpointConnectionNotificationRequest"}, "output":{"shape":"ModifyVpcEndpointConnectionNotificationResult"}, "documentation":"

Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.

" }, "ModifyVpcEndpointServiceConfiguration":{ "name":"ModifyVpcEndpointServiceConfiguration", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyVpcEndpointServiceConfigurationRequest"}, "output":{"shape":"ModifyVpcEndpointServiceConfigurationResult"}, "documentation":"

Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.

" }, "ModifyVpcEndpointServicePermissions":{ "name":"ModifyVpcEndpointServicePermissions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyVpcEndpointServicePermissionsRequest"}, "output":{"shape":"ModifyVpcEndpointServicePermissionsResult"}, "documentation":"

Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (IAM users, IAM roles, and AWS accounts) to connect to your endpoint service.

If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved.

" }, "ModifyVpcPeeringConnectionOptions":{ "name":"ModifyVpcPeeringConnectionOptions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyVpcPeeringConnectionOptionsRequest"}, "output":{"shape":"ModifyVpcPeeringConnectionOptionsResult"}, "documentation":"

Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following:

If the peered VPCs are in different accounts, each owner must initiate a separate request to modify the peering connection options, depending on whether their VPC was the requester or accepter for the VPC peering connection. If the peered VPCs are in the same account, you can modify the requester and accepter options in the same request. To confirm which VPC is the accepter and requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.

" }, "ModifyVpcTenancy":{ "name":"ModifyVpcTenancy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyVpcTenancyRequest"}, "output":{"shape":"ModifyVpcTenancyResult"}, "documentation":"

Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default only. You cannot change the instance tenancy attribute to dedicated.

After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of default, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected.

For more information, see Dedicated Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "MonitorInstances":{ "name":"MonitorInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"MonitorInstancesRequest"}, "output":{"shape":"MonitorInstancesResult"}, "documentation":"

Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see Monitoring Your Instances and Volumes in the Amazon Elastic Compute Cloud User Guide.

To disable detailed monitoring, see .

" }, "MoveAddressToVpc":{ "name":"MoveAddressToVpc", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"MoveAddressToVpcRequest"}, "output":{"shape":"MoveAddressToVpcResult"}, "documentation":"

Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.

" }, "PurchaseHostReservation":{ "name":"PurchaseHostReservation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PurchaseHostReservationRequest"}, "output":{"shape":"PurchaseHostReservationResult"}, "documentation":"

Purchase a reservation with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This action results in the specified reservation being purchased and charged to your account.

" }, "PurchaseReservedInstancesOffering":{ "name":"PurchaseReservedInstancesOffering", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PurchaseReservedInstancesOfferingRequest"}, "output":{"shape":"PurchaseReservedInstancesOfferingResult"}, "documentation":"

Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing.

Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances.

For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

" }, "PurchaseScheduledInstances":{ "name":"PurchaseScheduledInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PurchaseScheduledInstancesRequest"}, "output":{"shape":"PurchaseScheduledInstancesResult"}, "documentation":"

Purchases one or more Scheduled Instances with the specified schedule.

Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period.

After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.

" }, "RebootInstances":{ "name":"RebootInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RebootInstancesRequest"}, "documentation":"

Requests a reboot of one or more instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored.

If an instance does not cleanly shut down within four minutes, Amazon EC2 performs a hard reboot.

For more information about troubleshooting, see Getting Console Output and Rebooting Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "RegisterImage":{ "name":"RegisterImage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RegisterImageRequest"}, "output":{"shape":"RegisterImageResult"}, "documentation":"

Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating Your Own AMIs in the Amazon Elastic Compute Cloud User Guide.

For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself.

You can also use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using the block device mapping. For more information, see Launching a Linux Instance from a Backup in the Amazon Elastic Compute Cloud User Guide.

You can't register an image where a secondary (non-root) snapshot has AWS Marketplace product codes.

Some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 billing product code associated with an AMI to verify the subscription status for package updates. Creating an AMI from an EBS snapshot does not maintain this billing code, and instances launched from such an AMI are not able to connect to package update infrastructure. If you purchase a Reserved Instance offering for one of these Linux distributions and launch instances using an AMI that does not contain the required billing code, your Reserved Instance is not applied to these instances.

To create an AMI for operating systems that require a billing code, see CreateImage.

If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.

" }, "RejectVpcEndpointConnections":{ "name":"RejectVpcEndpointConnections", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RejectVpcEndpointConnectionsRequest"}, "output":{"shape":"RejectVpcEndpointConnectionsResult"}, "documentation":"

Rejects one or more VPC endpoint connection requests to your VPC endpoint service.

" }, "RejectVpcPeeringConnection":{ "name":"RejectVpcPeeringConnection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RejectVpcPeeringConnectionRequest"}, "output":{"shape":"RejectVpcPeeringConnectionResult"}, "documentation":"

Rejects a VPC peering connection request. The VPC peering connection must be in the pending-acceptance state. Use the DescribeVpcPeeringConnections request to view your outstanding VPC peering connection requests. To delete an active VPC peering connection, or to delete a VPC peering connection request that you initiated, use DeleteVpcPeeringConnection.

" }, "ReleaseAddress":{ "name":"ReleaseAddress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ReleaseAddressRequest"}, "documentation":"

Releases the specified Elastic IP address.

[EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress.

[Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse).

After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another AWS account.

[EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. For more information, see AllocateAddress.

" }, "ReleaseHosts":{ "name":"ReleaseHosts", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ReleaseHostsRequest"}, "output":{"shape":"ReleaseHostsResult"}, "documentation":"

When you no longer want to use an On-Demand Dedicated Host it can be released. On-Demand billing is stopped and the host goes into released state. The host ID of Dedicated Hosts that have been released can no longer be specified in another request, for example, ModifyHosts. You must stop or terminate all instances on a host before it can be released.

When Dedicated Hosts are released, it may take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated Hosts. Wait a few minutes and then try again.

Released hosts still appear in a DescribeHosts response.

" }, "ReplaceIamInstanceProfileAssociation":{ "name":"ReplaceIamInstanceProfileAssociation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ReplaceIamInstanceProfileAssociationRequest"}, "output":{"shape":"ReplaceIamInstanceProfileAssociationResult"}, "documentation":"

Replaces an IAM instance profile for the specified running instance. You can use this action to change the IAM instance profile that's associated with an instance without having to disassociate the existing IAM instance profile first.

Use DescribeIamInstanceProfileAssociations to get the association ID.

" }, "ReplaceNetworkAclAssociation":{ "name":"ReplaceNetworkAclAssociation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ReplaceNetworkAclAssociationRequest"}, "output":{"shape":"ReplaceNetworkAclAssociationResult"}, "documentation":"

Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.

This is an idempotent operation.

" }, "ReplaceNetworkAclEntry":{ "name":"ReplaceNetworkAclEntry", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ReplaceNetworkAclEntryRequest"}, "documentation":"

Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.

" }, "ReplaceRoute":{ "name":"ReplaceRoute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ReplaceRouteRequest"}, "documentation":"

Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, or egress-only internet gateway.

For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.

" }, "ReplaceRouteTableAssociation":{ "name":"ReplaceRouteTableAssociation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ReplaceRouteTableAssociationRequest"}, "output":{"shape":"ReplaceRouteTableAssociationResult"}, "documentation":"

Changes the route table associated with a given subnet in a VPC. After the operation completes, the subnet uses the routes in the new route table it's associated with. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.

You can also use ReplaceRouteTableAssociation to change which table is the main route table in the VPC. You just specify the main route table's association ID and the route table to be the new main route table.

" }, "ReportInstanceStatus":{ "name":"ReportInstanceStatus", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ReportInstanceStatusRequest"}, "documentation":"

Submits feedback about the status of an instance. The instance must be in the running state. If your experience with the instance differs from the instance status returned by DescribeInstanceStatus, use ReportInstanceStatus to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks.

Use of this action does not change the value returned by DescribeInstanceStatus.

" }, "RequestSpotFleet":{ "name":"RequestSpotFleet", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RequestSpotFleetRequest"}, "output":{"shape":"RequestSpotFleetResponse"}, "documentation":"

Creates a Spot Fleet request.

The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity.

You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.

By default, the Spot Fleet requests Spot Instances in the Spot pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload.

Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet.

You can specify tags for the Spot Instances. You cannot tag other resource types in a Spot Fleet request because only the instance resource type is supported.

For more information, see Spot Fleet Requests in the Amazon EC2 User Guide for Linux Instances.

" }, "RequestSpotInstances":{ "name":"RequestSpotInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RequestSpotInstancesRequest"}, "output":{"shape":"RequestSpotInstancesResult"}, "documentation":"

Creates a Spot Instance request.

For more information, see Spot Instance Requests in the Amazon EC2 User Guide for Linux Instances.

" }, "ResetFpgaImageAttribute":{ "name":"ResetFpgaImageAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ResetFpgaImageAttributeRequest"}, "output":{"shape":"ResetFpgaImageAttributeResult"}, "documentation":"

Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute.

" }, "ResetImageAttribute":{ "name":"ResetImageAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ResetImageAttributeRequest"}, "documentation":"

Resets an attribute of an AMI to its default value.

The productCodes attribute can't be reset.

" }, "ResetInstanceAttribute":{ "name":"ResetInstanceAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ResetInstanceAttributeRequest"}, "documentation":"

Resets an attribute of an instance to its default value. To reset the kernel or ramdisk, the instance must be in a stopped state. To reset the sourceDestCheck, the instance can be either running or stopped.

The sourceDestCheck attribute controls whether source/destination checking is enabled. The default value is true, which means checking is enabled. This value must be false for a NAT instance to perform NAT. For more information, see NAT Instances in the Amazon Virtual Private Cloud User Guide.

" }, "ResetNetworkInterfaceAttribute":{ "name":"ResetNetworkInterfaceAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ResetNetworkInterfaceAttributeRequest"}, "documentation":"

Resets a network interface attribute. You can specify only one attribute at a time.

" }, "ResetSnapshotAttribute":{ "name":"ResetSnapshotAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ResetSnapshotAttributeRequest"}, "documentation":"

Resets permission settings for the specified snapshot.

For more information about modifying snapshot permissions, see Sharing Snapshots in the Amazon Elastic Compute Cloud User Guide.

" }, "RestoreAddressToClassic":{ "name":"RestoreAddressToClassic", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RestoreAddressToClassicRequest"}, "output":{"shape":"RestoreAddressToClassicResult"}, "documentation":"

Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.

" }, "RevokeSecurityGroupEgress":{ "name":"RevokeSecurityGroupEgress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RevokeSecurityGroupEgressRequest"}, "documentation":"

[EC2-VPC only] Removes one or more egress rules from a security group for EC2-VPC. This action doesn't apply to security groups for use in EC2-Classic. To remove a rule, the values that you specify (for example, ports) must match the existing rule's values exactly.

Each rule consists of the protocol and the IPv4 or IPv6 CIDR range or source security group. For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not have to specify the description to revoke the rule.

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

" }, "RevokeSecurityGroupIngress":{ "name":"RevokeSecurityGroupIngress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RevokeSecurityGroupIngressRequest"}, "documentation":"

Removes one or more ingress rules from a security group. To remove a rule, the values that you specify (for example, ports) must match the existing rule's values exactly.

[EC2-Classic security groups only] If the values you specify do not match the existing rule's values, no error is returned. Use DescribeSecurityGroups to verify that the rule has been removed.

Each rule consists of the protocol and the CIDR range or source security group. For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not have to specify the description to revoke the rule.

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

" }, "RunInstances":{ "name":"RunInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RunInstancesRequest"}, "output":{"shape":"Reservation"}, "documentation":"

Launches the specified number of instances using an AMI for which you have permissions.

You can specify a number of options, or leave the default options. The following rules apply:

You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters.

To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances.

An instance is ready for you to use when it's in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging Your Amazon EC2 Resources.

Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.

For troubleshooting, see What To Do If An Instance Immediately Terminates, and Troubleshooting Connecting to Your Instance in the Amazon Elastic Compute Cloud User Guide.

" }, "RunScheduledInstances":{ "name":"RunScheduledInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RunScheduledInstancesRequest"}, "output":{"shape":"RunScheduledInstancesResult"}, "documentation":"

Launches the specified Scheduled Instances.

Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using PurchaseScheduledInstances.

You must launch a Scheduled Instance during its scheduled time period. You can't stop or reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a Scheduled Instance before the current scheduled time period ends, you can launch it again after a few minutes. For more information, see Scheduled Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "StartInstances":{ "name":"StartInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StartInstancesRequest"}, "output":{"shape":"StartInstancesResult"}, "documentation":"

Starts an Amazon EBS-backed instance that you've previously stopped.

Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your Windows instance, Amazon EC2 charges you for a full instance hour. If you stop and restart your Windows instance, a new instance hour begins and Amazon EC2 charges you for another full instance hour even if you are still within the same 60-minute period when it was stopped. Every time you start your Linux instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.

Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM.

Performing this operation on an instance that uses an instance store as its root device returns an error.

For more information, see Stopping Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "StopInstances":{ "name":"StopInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StopInstancesRequest"}, "output":{"shape":"StopInstancesResult"}, "documentation":"

Stops an Amazon EBS-backed instance.

We don't charge usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. Every time you start your Windows instance, Amazon EC2 charges you for a full instance hour. If you stop and restart your Windows instance, a new instance hour begins and Amazon EC2 charges you for another full instance hour even if you are still within the same 60-minute period when it was stopped. Every time you start your Linux instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.

You can't start or stop Spot Instances, and you can't stop instance store-backed instances.

When you stop an instance, we shut it down. You can restart your instance at any time. Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM.

Stopping an instance is different to rebooting or terminating it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, and terminating instances, see Instance Lifecycle in the Amazon Elastic Compute Cloud User Guide.

When you stop an instance, we attempt to shut it down forcibly after a short while. If your instance appears stuck in the stopping state after a period of time, there may be an issue with the underlying host computer. For more information, see Troubleshooting Stopping Your Instance in the Amazon Elastic Compute Cloud User Guide.

" }, "TerminateInstances":{ "name":"TerminateInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TerminateInstancesRequest"}, "output":{"shape":"TerminateInstancesResult"}, "documentation":"

Shuts down one or more instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds.

If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated.

Terminated instances remain visible after termination (for approximately one hour).

By default, Amazon EC2 deletes all EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running.

You can stop, start, and terminate EBS-backed instances. You can only terminate instance store-backed instances. What happens to an instance differs if you stop it or terminate it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, any attached EBS volumes with the DeleteOnTermination block device mapping parameter set to true are automatically deleted. For more information about the differences between stopping and terminating instances, see Instance Lifecycle in the Amazon Elastic Compute Cloud User Guide.

For more information about troubleshooting, see Troubleshooting Terminating Your Instance in the Amazon Elastic Compute Cloud User Guide.

" }, "UnassignIpv6Addresses":{ "name":"UnassignIpv6Addresses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UnassignIpv6AddressesRequest"}, "output":{"shape":"UnassignIpv6AddressesResult"}, "documentation":"

Unassigns one or more IPv6 addresses from a network interface.

" }, "UnassignPrivateIpAddresses":{ "name":"UnassignPrivateIpAddresses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UnassignPrivateIpAddressesRequest"}, "documentation":"

Unassigns one or more secondary private IP addresses from a network interface.

" }, "UnmonitorInstances":{ "name":"UnmonitorInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UnmonitorInstancesRequest"}, "output":{"shape":"UnmonitorInstancesResult"}, "documentation":"

Disables detailed monitoring for a running instance. For more information, see Monitoring Your Instances and Volumes in the Amazon Elastic Compute Cloud User Guide.

" }, "UpdateSecurityGroupRuleDescriptionsEgress":{ "name":"UpdateSecurityGroupRuleDescriptionsEgress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateSecurityGroupRuleDescriptionsEgressRequest"}, "output":{"shape":"UpdateSecurityGroupRuleDescriptionsEgressResult"}, "documentation":"

[EC2-VPC only] Updates the description of an egress (outbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously.

You specify the description as part of the IP permissions structure. You can remove a description for a security group rule by omitting the description parameter in the request.

" }, "UpdateSecurityGroupRuleDescriptionsIngress":{ "name":"UpdateSecurityGroupRuleDescriptionsIngress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateSecurityGroupRuleDescriptionsIngressRequest"}, "output":{"shape":"UpdateSecurityGroupRuleDescriptionsIngressResult"}, "documentation":"

Updates the description of an ingress (inbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously.

You specify the description as part of the IP permissions structure. You can remove a description for a security group rule by omitting the description parameter in the request.

" } }, "shapes":{ "AcceptReservedInstancesExchangeQuoteRequest":{ "type":"structure", "required":["ReservedInstanceIds"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ReservedInstanceIds":{ "shape":"ReservedInstanceIdSet", "documentation":"

The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.

", "locationName":"ReservedInstanceId" }, "TargetConfigurations":{ "shape":"TargetConfigurationRequestSet", "documentation":"

The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.

", "locationName":"TargetConfiguration" } }, "documentation":"

Contains the parameters for accepting the quote.

" }, "AcceptReservedInstancesExchangeQuoteResult":{ "type":"structure", "members":{ "ExchangeId":{ "shape":"String", "documentation":"

The ID of the successful exchange.

", "locationName":"exchangeId" } }, "documentation":"

The result of the exchange and whether it was successful.

" }, "AcceptVpcEndpointConnectionsRequest":{ "type":"structure", "required":[ "ServiceId", "VpcEndpointIds" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceId":{ "shape":"String", "documentation":"

The ID of the endpoint service.

" }, "VpcEndpointIds":{ "shape":"ValueStringList", "documentation":"

The IDs of one or more interface VPC endpoints.

", "locationName":"VpcEndpointId" } } }, "AcceptVpcEndpointConnectionsResult":{ "type":"structure", "members":{ "Unsuccessful":{ "shape":"UnsuccessfulItemSet", "documentation":"

Information about the interface endpoints that were not accepted, if applicable.

", "locationName":"unsuccessful" } } }, "AcceptVpcPeeringConnectionRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection. You must specify this parameter in the request.

", "locationName":"vpcPeeringConnectionId" } }, "documentation":"

Contains the parameters for AcceptVpcPeeringConnection.

" }, "AcceptVpcPeeringConnectionResult":{ "type":"structure", "members":{ "VpcPeeringConnection":{ "shape":"VpcPeeringConnection", "documentation":"

Information about the VPC peering connection.

", "locationName":"vpcPeeringConnection" } }, "documentation":"

Contains the output of AcceptVpcPeeringConnection.

" }, "AccountAttribute":{ "type":"structure", "members":{ "AttributeName":{ "shape":"String", "documentation":"

The name of the account attribute.

", "locationName":"attributeName" }, "AttributeValues":{ "shape":"AccountAttributeValueList", "documentation":"

One or more values for the account attribute.

", "locationName":"attributeValueSet" } }, "documentation":"

Describes an account attribute.

" }, "AccountAttributeList":{ "type":"list", "member":{ "shape":"AccountAttribute", "locationName":"item" } }, "AccountAttributeName":{ "type":"string", "enum":[ "supported-platforms", "default-vpc" ] }, "AccountAttributeNameStringList":{ "type":"list", "member":{ "shape":"AccountAttributeName", "locationName":"attributeName" } }, "AccountAttributeValue":{ "type":"structure", "members":{ "AttributeValue":{ "shape":"String", "documentation":"

The value of the attribute.

", "locationName":"attributeValue" } }, "documentation":"

Describes a value of an account attribute.

" }, "AccountAttributeValueList":{ "type":"list", "member":{ "shape":"AccountAttributeValue", "locationName":"item" } }, "ActiveInstance":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "InstanceType":{ "shape":"String", "documentation":"

The instance type.

", "locationName":"instanceType" }, "SpotInstanceRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Instance request.

", "locationName":"spotInstanceRequestId" }, "InstanceHealth":{ "shape":"InstanceHealthStatus", "documentation":"

The health status of the instance. If the status of either the instance status check or the system status check is impaired, the health status of the instance is unhealthy. Otherwise, the health status is healthy.

", "locationName":"instanceHealth" } }, "documentation":"

Describes a running instance in a Spot Fleet.

" }, "ActiveInstanceSet":{ "type":"list", "member":{ "shape":"ActiveInstance", "locationName":"item" } }, "ActivityStatus":{ "type":"string", "enum":[ "error", "pending_fulfillment", "pending_termination", "fulfilled" ] }, "Address":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance that the address is associated with (if any).

", "locationName":"instanceId" }, "PublicIp":{ "shape":"String", "documentation":"

The Elastic IP address.

", "locationName":"publicIp" }, "AllocationId":{ "shape":"String", "documentation":"

The ID representing the allocation of the address for use with EC2-VPC.

", "locationName":"allocationId" }, "AssociationId":{ "shape":"String", "documentation":"

The ID representing the association of the address with an instance in a VPC.

", "locationName":"associationId" }, "Domain":{ "shape":"DomainType", "documentation":"

Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).

", "locationName":"domain" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "NetworkInterfaceOwnerId":{ "shape":"String", "documentation":"

The ID of the AWS account that owns the network interface.

", "locationName":"networkInterfaceOwnerId" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IP address associated with the Elastic IP address.

", "locationName":"privateIpAddress" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the Elastic IP address.

", "locationName":"tagSet" } }, "documentation":"

Describes an Elastic IP address.

" }, "AddressList":{ "type":"list", "member":{ "shape":"Address", "locationName":"item" } }, "Affinity":{ "type":"string", "enum":[ "default", "host" ] }, "AllocateAddressRequest":{ "type":"structure", "members":{ "Domain":{ "shape":"DomainType", "documentation":"

Set to vpc to allocate the address for use with instances in a VPC.

Default: The address is for use with instances in EC2-Classic.

" }, "Address":{ "shape":"String", "documentation":"

[EC2-VPC] The Elastic IP address to recover.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for AllocateAddress.

" }, "AllocateAddressResult":{ "type":"structure", "members":{ "PublicIp":{ "shape":"String", "documentation":"

The Elastic IP address.

", "locationName":"publicIp" }, "AllocationId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.

", "locationName":"allocationId" }, "Domain":{ "shape":"DomainType", "documentation":"

Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).

", "locationName":"domain" } }, "documentation":"

Contains the output of AllocateAddress.

" }, "AllocateHostsRequest":{ "type":"structure", "required":[ "AvailabilityZone", "InstanceType", "Quantity" ], "members":{ "AutoPlacement":{ "shape":"AutoPlacement", "documentation":"

This is enabled by default. This property allows instances to be automatically placed onto available Dedicated Hosts, when you are launching instances without specifying a host ID.

Default: Enabled

", "locationName":"autoPlacement" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone for the Dedicated Hosts.

", "locationName":"availabilityZone" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"clientToken" }, "InstanceType":{ "shape":"String", "documentation":"

Specify the instance type for which to configure your Dedicated Hosts. When you specify the instance type, that is the only instance type that you can launch onto that host.

", "locationName":"instanceType" }, "Quantity":{ "shape":"Integer", "documentation":"

The number of Dedicated Hosts to allocate to your account with these parameters.

", "locationName":"quantity" } }, "documentation":"

Contains the parameters for AllocateHosts.

" }, "AllocateHostsResult":{ "type":"structure", "members":{ "HostIds":{ "shape":"ResponseHostIdList", "documentation":"

The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

", "locationName":"hostIdSet" } }, "documentation":"

Contains the output of AllocateHosts.

" }, "AllocationIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"AllocationId" } }, "AllocationState":{ "type":"string", "enum":[ "available", "under-assessment", "permanent-failure", "released", "released-permanent-failure" ] }, "AllocationStrategy":{ "type":"string", "enum":[ "lowestPrice", "diversified" ] }, "AllowedPrincipal":{ "type":"structure", "members":{ "PrincipalType":{ "shape":"PrincipalType", "documentation":"

The type of principal.

", "locationName":"principalType" }, "Principal":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the principal.

", "locationName":"principal" } }, "documentation":"

Describes a principal.

" }, "AllowedPrincipalSet":{ "type":"list", "member":{ "shape":"AllowedPrincipal", "locationName":"item" } }, "ArchitectureValues":{ "type":"string", "enum":[ "i386", "x86_64" ] }, "AssignIpv6AddressesRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "Ipv6AddressCount":{ "shape":"Integer", "documentation":"

The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.

", "locationName":"ipv6AddressCount" }, "Ipv6Addresses":{ "shape":"Ipv6AddressList", "documentation":"

One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.

", "locationName":"ipv6Addresses" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } } }, "AssignIpv6AddressesResult":{ "type":"structure", "members":{ "AssignedIpv6Addresses":{ "shape":"Ipv6AddressList", "documentation":"

The IPv6 addresses assigned to the network interface.

", "locationName":"assignedIpv6Addresses" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } } }, "AssignPrivateIpAddressesRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "AllowReassignment":{ "shape":"Boolean", "documentation":"

Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.

", "locationName":"allowReassignment" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "PrivateIpAddresses":{ "shape":"PrivateIpAddressStringList", "documentation":"

One or more IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.

If you don't specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.

", "locationName":"privateIpAddress" }, "SecondaryPrivateIpAddressCount":{ "shape":"Integer", "documentation":"

The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.

", "locationName":"secondaryPrivateIpAddressCount" } }, "documentation":"

Contains the parameters for AssignPrivateIpAddresses.

" }, "AssociateAddressRequest":{ "type":"structure", "members":{ "AllocationId":{ "shape":"String", "documentation":"

[EC2-VPC] The allocation ID. This is required for EC2-VPC.

" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance. This is required for EC2-Classic. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. The operation fails if you specify an instance ID unless exactly one network interface is attached.

" }, "PublicIp":{ "shape":"String", "documentation":"

The Elastic IP address. This is required for EC2-Classic.

" }, "AllowReassociation":{ "shape":"Boolean", "documentation":"

[EC2-VPC] For a VPC in an EC2-Classic account, specify true to allow an Elastic IP address that is already associated with an instance or network interface to be reassociated with the specified instance or network interface. Otherwise, the operation fails. In a VPC in an EC2-VPC-only account, reassociation is automatic, therefore you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.

", "locationName":"allowReassociation" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.

", "locationName":"networkInterfaceId" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.

", "locationName":"privateIpAddress" } }, "documentation":"

Contains the parameters for AssociateAddress.

" }, "AssociateAddressResult":{ "type":"structure", "members":{ "AssociationId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.

", "locationName":"associationId" } }, "documentation":"

Contains the output of AssociateAddress.

" }, "AssociateDhcpOptionsRequest":{ "type":"structure", "required":[ "DhcpOptionsId", "VpcId" ], "members":{ "DhcpOptionsId":{ "shape":"String", "documentation":"

The ID of the DHCP options set, or default to associate no DHCP options with the VPC.

" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for AssociateDhcpOptions.

" }, "AssociateIamInstanceProfileRequest":{ "type":"structure", "required":[ "IamInstanceProfile", "InstanceId" ], "members":{ "IamInstanceProfile":{ "shape":"IamInstanceProfileSpecification", "documentation":"

The IAM instance profile.

" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

" } } }, "AssociateIamInstanceProfileResult":{ "type":"structure", "members":{ "IamInstanceProfileAssociation":{ "shape":"IamInstanceProfileAssociation", "documentation":"

Information about the IAM instance profile association.

", "locationName":"iamInstanceProfileAssociation" } } }, "AssociateRouteTableRequest":{ "type":"structure", "required":[ "RouteTableId", "SubnetId" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" } }, "documentation":"

Contains the parameters for AssociateRouteTable.

" }, "AssociateRouteTableResult":{ "type":"structure", "members":{ "AssociationId":{ "shape":"String", "documentation":"

The route table association ID. This ID is required for disassociating the route table.

", "locationName":"associationId" } }, "documentation":"

Contains the output of AssociateRouteTable.

" }, "AssociateSubnetCidrBlockRequest":{ "type":"structure", "required":[ "Ipv6CidrBlock", "SubnetId" ], "members":{ "Ipv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.

", "locationName":"ipv6CidrBlock" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of your subnet.

", "locationName":"subnetId" } } }, "AssociateSubnetCidrBlockResult":{ "type":"structure", "members":{ "Ipv6CidrBlockAssociation":{ "shape":"SubnetIpv6CidrBlockAssociation", "documentation":"

Information about the IPv6 CIDR block association.

", "locationName":"ipv6CidrBlockAssociation" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" } } }, "AssociateVpcCidrBlockRequest":{ "type":"structure", "required":["VpcId"], "members":{ "AmazonProvidedIpv6CidrBlock":{ "shape":"Boolean", "documentation":"

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.

", "locationName":"amazonProvidedIpv6CidrBlock" }, "CidrBlock":{ "shape":"String", "documentation":"

An IPv4 CIDR block to associate with the VPC.

" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } } }, "AssociateVpcCidrBlockResult":{ "type":"structure", "members":{ "Ipv6CidrBlockAssociation":{ "shape":"VpcIpv6CidrBlockAssociation", "documentation":"

Information about the IPv6 CIDR block association.

", "locationName":"ipv6CidrBlockAssociation" }, "CidrBlockAssociation":{ "shape":"VpcCidrBlockAssociation", "documentation":"

Information about the IPv4 CIDR block association.

", "locationName":"cidrBlockAssociation" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } } }, "AssociationIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"AssociationId" } }, "AttachClassicLinkVpcRequest":{ "type":"structure", "required":[ "Groups", "InstanceId", "VpcId" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Groups":{ "shape":"GroupIdStringList", "documentation":"

The ID of one or more of the VPC's security groups. You cannot specify security groups from a different VPC.

", "locationName":"SecurityGroupId" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.

", "locationName":"instanceId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of a ClassicLink-enabled VPC.

", "locationName":"vpcId" } }, "documentation":"

Contains the parameters for AttachClassicLinkVpc.

" }, "AttachClassicLinkVpcResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of AttachClassicLinkVpc.

" }, "AttachInternetGatewayRequest":{ "type":"structure", "required":[ "InternetGatewayId", "VpcId" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InternetGatewayId":{ "shape":"String", "documentation":"

The ID of the internet gateway.

", "locationName":"internetGatewayId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Contains the parameters for AttachInternetGateway.

" }, "AttachNetworkInterfaceRequest":{ "type":"structure", "required":[ "DeviceIndex", "InstanceId", "NetworkInterfaceId" ], "members":{ "DeviceIndex":{ "shape":"Integer", "documentation":"

The index of the device for the network interface attachment.

", "locationName":"deviceIndex" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } }, "documentation":"

Contains the parameters for AttachNetworkInterface.

" }, "AttachNetworkInterfaceResult":{ "type":"structure", "members":{ "AttachmentId":{ "shape":"String", "documentation":"

The ID of the network interface attachment.

", "locationName":"attachmentId" } }, "documentation":"

Contains the output of AttachNetworkInterface.

" }, "AttachVolumeRequest":{ "type":"structure", "required":[ "Device", "InstanceId", "VolumeId" ], "members":{ "Device":{ "shape":"String", "documentation":"

The device name (for example, /dev/sdh or xvdh).

" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the EBS volume. The volume and instance must be within the same Availability Zone.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for AttachVolume.

" }, "AttachVpnGatewayRequest":{ "type":"structure", "required":[ "VpcId", "VpnGatewayId" ], "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" }, "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for AttachVpnGateway.

" }, "AttachVpnGatewayResult":{ "type":"structure", "members":{ "VpcAttachment":{ "shape":"VpcAttachment", "documentation":"

Information about the attachment.

", "locationName":"attachment" } }, "documentation":"

Contains the output of AttachVpnGateway.

" }, "AttachmentStatus":{ "type":"string", "enum":[ "attaching", "attached", "detaching", "detached" ] }, "AttributeBooleanValue":{ "type":"structure", "members":{ "Value":{ "shape":"Boolean", "documentation":"

The attribute value. The valid values are true or false.

", "locationName":"value" } }, "documentation":"

Describes a value for a resource attribute that is a Boolean value.

" }, "AttributeValue":{ "type":"structure", "members":{ "Value":{ "shape":"String", "documentation":"

The attribute value. The value is case-sensitive.

", "locationName":"value" } }, "documentation":"

Describes a value for a resource attribute that is a String.

" }, "AuthorizeSecurityGroupEgressRequest":{ "type":"structure", "required":["GroupId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

One or more sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.

", "locationName":"ipPermissions" }, "CidrIp":{ "shape":"String", "documentation":"

Not supported. Use a set of IP permissions to specify the CIDR.

", "locationName":"cidrIp" }, "FromPort":{ "shape":"Integer", "documentation":"

Not supported. Use a set of IP permissions to specify the port.

", "locationName":"fromPort" }, "IpProtocol":{ "shape":"String", "documentation":"

Not supported. Use a set of IP permissions to specify the protocol name or number.

", "locationName":"ipProtocol" }, "ToPort":{ "shape":"Integer", "documentation":"

Not supported. Use a set of IP permissions to specify the port.

", "locationName":"toPort" }, "SourceSecurityGroupName":{ "shape":"String", "documentation":"

Not supported. Use a set of IP permissions to specify a destination security group.

", "locationName":"sourceSecurityGroupName" }, "SourceSecurityGroupOwnerId":{ "shape":"String", "documentation":"

Not supported. Use a set of IP permissions to specify a destination security group.

", "locationName":"sourceSecurityGroupOwnerId" } }, "documentation":"

Contains the parameters for AuthorizeSecurityGroupEgress.

" }, "AuthorizeSecurityGroupIngressRequest":{ "type":"structure", "members":{ "CidrIp":{ "shape":"String", "documentation":"

The CIDR IPv4 address range. You can't specify this parameter when specifying a source security group.

" }, "FromPort":{ "shape":"Integer", "documentation":"

The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. For the ICMP/ICMPv6 type number, use -1 to specify all types. If you specify all ICMP/ICMPv6 types, you must specify all codes.

" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

" }, "GroupName":{ "shape":"String", "documentation":"

[EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.

" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

One or more sets of IP permissions. Can be used to specify multiple rules in a single command.

" }, "IpProtocol":{ "shape":"String", "documentation":"

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). (VPC only) Use -1 to specify all protocols. If you specify -1, or a protocol number other than tcp, udp, icmp, or 58 (ICMPv6), traffic on all ports is allowed, regardless of any ports you specify. For tcp, udp, and icmp, you must specify a port range. For protocol 58 (ICMPv6), you can optionally specify a port range; if you don't, traffic for all types and codes is allowed.

" }, "SourceSecurityGroupName":{ "shape":"String", "documentation":"

[EC2-Classic, default VPC] The name of the source security group. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead. For EC2-VPC, the source security group must be in the same VPC.

" }, "SourceSecurityGroupOwnerId":{ "shape":"String", "documentation":"

[EC2-Classic] The AWS account ID for the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead.

" }, "ToPort":{ "shape":"Integer", "documentation":"

The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code number. For the ICMP/ICMPv6 code number, use -1 to specify all codes. If you specify all ICMP/ICMPv6 types, you must specify all codes.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for AuthorizeSecurityGroupIngress.

" }, "AutoPlacement":{ "type":"string", "enum":[ "on", "off" ] }, "AvailabilityZone":{ "type":"structure", "members":{ "State":{ "shape":"AvailabilityZoneState", "documentation":"

The state of the Availability Zone.

", "locationName":"zoneState" }, "Messages":{ "shape":"AvailabilityZoneMessageList", "documentation":"

Any messages about the Availability Zone.

", "locationName":"messageSet" }, "RegionName":{ "shape":"String", "documentation":"

The name of the region.

", "locationName":"regionName" }, "ZoneName":{ "shape":"String", "documentation":"

The name of the Availability Zone.

", "locationName":"zoneName" } }, "documentation":"

Describes an Availability Zone.

" }, "AvailabilityZoneList":{ "type":"list", "member":{ "shape":"AvailabilityZone", "locationName":"item" } }, "AvailabilityZoneMessage":{ "type":"structure", "members":{ "Message":{ "shape":"String", "documentation":"

The message about the Availability Zone.

", "locationName":"message" } }, "documentation":"

Describes a message about an Availability Zone.

" }, "AvailabilityZoneMessageList":{ "type":"list", "member":{ "shape":"AvailabilityZoneMessage", "locationName":"item" } }, "AvailabilityZoneState":{ "type":"string", "enum":[ "available", "information", "impaired", "unavailable" ] }, "AvailableCapacity":{ "type":"structure", "members":{ "AvailableInstanceCapacity":{ "shape":"AvailableInstanceCapacityList", "documentation":"

The total number of instances supported by the Dedicated Host.

", "locationName":"availableInstanceCapacity" }, "AvailableVCpus":{ "shape":"Integer", "documentation":"

The number of vCPUs available on the Dedicated Host.

", "locationName":"availableVCpus" } }, "documentation":"

The capacity information for instances launched onto the Dedicated Host.

" }, "AvailableInstanceCapacityList":{ "type":"list", "member":{ "shape":"InstanceCapacity", "locationName":"item" } }, "BatchState":{ "type":"string", "enum":[ "submitted", "active", "cancelled", "failed", "cancelled_running", "cancelled_terminating", "modifying" ] }, "BillingProductList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "Blob":{"type":"blob"}, "BlobAttributeValue":{ "type":"structure", "members":{ "Value":{ "shape":"Blob", "locationName":"value" } } }, "BlockDeviceMapping":{ "type":"structure", "members":{ "DeviceName":{ "shape":"String", "documentation":"

The device name (for example, /dev/sdh or xvdh).

", "locationName":"deviceName" }, "VirtualName":{ "shape":"String", "documentation":"

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

NVMe instance store volumes are automatically enumerated and assigned a device name. Including them in your block device mapping has no effect.

Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.

", "locationName":"virtualName" }, "Ebs":{ "shape":"EbsBlockDevice", "documentation":"

Parameters used to automatically set up EBS volumes when the instance is launched.

", "locationName":"ebs" }, "NoDevice":{ "shape":"String", "documentation":"

Suppresses the specified device included in the block device mapping of the AMI.

", "locationName":"noDevice" } }, "documentation":"

Describes a block device mapping.

" }, "BlockDeviceMappingList":{ "type":"list", "member":{ "shape":"BlockDeviceMapping", "locationName":"item" } }, "BlockDeviceMappingRequestList":{ "type":"list", "member":{ "shape":"BlockDeviceMapping", "locationName":"BlockDeviceMapping" } }, "Boolean":{"type":"boolean"}, "BundleIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"BundleId" } }, "BundleInstanceRequest":{ "type":"structure", "required":[ "InstanceId", "Storage" ], "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance to bundle.

Type: String

Default: None

Required: Yes

" }, "Storage":{ "shape":"Storage", "documentation":"

The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for BundleInstance.

" }, "BundleInstanceResult":{ "type":"structure", "members":{ "BundleTask":{ "shape":"BundleTask", "documentation":"

Information about the bundle task.

", "locationName":"bundleInstanceTask" } }, "documentation":"

Contains the output of BundleInstance.

" }, "BundleTask":{ "type":"structure", "members":{ "BundleId":{ "shape":"String", "documentation":"

The ID of the bundle task.

", "locationName":"bundleId" }, "BundleTaskError":{ "shape":"BundleTaskError", "documentation":"

If the task fails, a description of the error.

", "locationName":"error" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance associated with this bundle task.

", "locationName":"instanceId" }, "Progress":{ "shape":"String", "documentation":"

The level of task completion, as a percent (for example, 20%).

", "locationName":"progress" }, "StartTime":{ "shape":"DateTime", "documentation":"

The time this task started.

", "locationName":"startTime" }, "State":{ "shape":"BundleTaskState", "documentation":"

The state of the task.

", "locationName":"state" }, "Storage":{ "shape":"Storage", "documentation":"

The Amazon S3 storage locations.

", "locationName":"storage" }, "UpdateTime":{ "shape":"DateTime", "documentation":"

The time of the most recent update for the task.

", "locationName":"updateTime" } }, "documentation":"

Describes a bundle task.

" }, "BundleTaskError":{ "type":"structure", "members":{ "Code":{ "shape":"String", "documentation":"

The error code.

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

The error message.

", "locationName":"message" } }, "documentation":"

Describes an error for BundleInstance.

" }, "BundleTaskList":{ "type":"list", "member":{ "shape":"BundleTask", "locationName":"item" } }, "BundleTaskState":{ "type":"string", "enum":[ "pending", "waiting-for-shutdown", "bundling", "storing", "cancelling", "complete", "failed" ] }, "CancelBatchErrorCode":{ "type":"string", "enum":[ "fleetRequestIdDoesNotExist", "fleetRequestIdMalformed", "fleetRequestNotInCancellableState", "unexpectedError" ] }, "CancelBundleTaskRequest":{ "type":"structure", "required":["BundleId"], "members":{ "BundleId":{ "shape":"String", "documentation":"

The ID of the bundle task.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CancelBundleTask.

" }, "CancelBundleTaskResult":{ "type":"structure", "members":{ "BundleTask":{ "shape":"BundleTask", "documentation":"

Information about the bundle task.

", "locationName":"bundleInstanceTask" } }, "documentation":"

Contains the output of CancelBundleTask.

" }, "CancelConversionRequest":{ "type":"structure", "required":["ConversionTaskId"], "members":{ "ConversionTaskId":{ "shape":"String", "documentation":"

The ID of the conversion task.

", "locationName":"conversionTaskId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "ReasonMessage":{ "shape":"String", "documentation":"

The reason for canceling the conversion task.

", "locationName":"reasonMessage" } }, "documentation":"

Contains the parameters for CancelConversionTask.

" }, "CancelExportTaskRequest":{ "type":"structure", "required":["ExportTaskId"], "members":{ "ExportTaskId":{ "shape":"String", "documentation":"

The ID of the export task. This is the ID returned by CreateInstanceExportTask.

", "locationName":"exportTaskId" } }, "documentation":"

Contains the parameters for CancelExportTask.

" }, "CancelImportTaskRequest":{ "type":"structure", "members":{ "CancelReason":{ "shape":"String", "documentation":"

The reason for canceling the task.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ImportTaskId":{ "shape":"String", "documentation":"

The ID of the import image or import snapshot task to be canceled.

" } }, "documentation":"

Contains the parameters for CancelImportTask.

" }, "CancelImportTaskResult":{ "type":"structure", "members":{ "ImportTaskId":{ "shape":"String", "documentation":"

The ID of the task being canceled.

", "locationName":"importTaskId" }, "PreviousState":{ "shape":"String", "documentation":"

The current state of the task being canceled.

", "locationName":"previousState" }, "State":{ "shape":"String", "documentation":"

The current state of the task being canceled.

", "locationName":"state" } }, "documentation":"

Contains the output for CancelImportTask.

" }, "CancelReservedInstancesListingRequest":{ "type":"structure", "required":["ReservedInstancesListingId"], "members":{ "ReservedInstancesListingId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance listing.

", "locationName":"reservedInstancesListingId" } }, "documentation":"

Contains the parameters for CancelReservedInstancesListing.

" }, "CancelReservedInstancesListingResult":{ "type":"structure", "members":{ "ReservedInstancesListings":{ "shape":"ReservedInstancesListingList", "documentation":"

The Reserved Instance listing.

", "locationName":"reservedInstancesListingsSet" } }, "documentation":"

Contains the output of CancelReservedInstancesListing.

" }, "CancelSpotFleetRequestsError":{ "type":"structure", "required":[ "Code", "Message" ], "members":{ "Code":{ "shape":"CancelBatchErrorCode", "documentation":"

The error code.

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

The description for the error code.

", "locationName":"message" } }, "documentation":"

Describes a Spot Fleet error.

" }, "CancelSpotFleetRequestsErrorItem":{ "type":"structure", "required":[ "Error", "SpotFleetRequestId" ], "members":{ "Error":{ "shape":"CancelSpotFleetRequestsError", "documentation":"

The error.

", "locationName":"error" }, "SpotFleetRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Fleet request.

", "locationName":"spotFleetRequestId" } }, "documentation":"

Describes a Spot Fleet request that was not successfully canceled.

" }, "CancelSpotFleetRequestsErrorSet":{ "type":"list", "member":{ "shape":"CancelSpotFleetRequestsErrorItem", "locationName":"item" } }, "CancelSpotFleetRequestsRequest":{ "type":"structure", "required":[ "SpotFleetRequestIds", "TerminateInstances" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "SpotFleetRequestIds":{ "shape":"ValueStringList", "documentation":"

The IDs of the Spot Fleet requests.

", "locationName":"spotFleetRequestId" }, "TerminateInstances":{ "shape":"Boolean", "documentation":"

Indicates whether to terminate instances for a Spot Fleet request if it is canceled successfully.

", "locationName":"terminateInstances" } }, "documentation":"

Contains the parameters for CancelSpotFleetRequests.

" }, "CancelSpotFleetRequestsResponse":{ "type":"structure", "members":{ "SuccessfulFleetRequests":{ "shape":"CancelSpotFleetRequestsSuccessSet", "documentation":"

Information about the Spot Fleet requests that are successfully canceled.

", "locationName":"successfulFleetRequestSet" }, "UnsuccessfulFleetRequests":{ "shape":"CancelSpotFleetRequestsErrorSet", "documentation":"

Information about the Spot Fleet requests that are not successfully canceled.

", "locationName":"unsuccessfulFleetRequestSet" } }, "documentation":"

Contains the output of CancelSpotFleetRequests.

" }, "CancelSpotFleetRequestsSuccessItem":{ "type":"structure", "required":[ "CurrentSpotFleetRequestState", "PreviousSpotFleetRequestState", "SpotFleetRequestId" ], "members":{ "CurrentSpotFleetRequestState":{ "shape":"BatchState", "documentation":"

The current state of the Spot Fleet request.

", "locationName":"currentSpotFleetRequestState" }, "PreviousSpotFleetRequestState":{ "shape":"BatchState", "documentation":"

The previous state of the Spot Fleet request.

", "locationName":"previousSpotFleetRequestState" }, "SpotFleetRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Fleet request.

", "locationName":"spotFleetRequestId" } }, "documentation":"

Describes a Spot Fleet request that was successfully canceled.

" }, "CancelSpotFleetRequestsSuccessSet":{ "type":"list", "member":{ "shape":"CancelSpotFleetRequestsSuccessItem", "locationName":"item" } }, "CancelSpotInstanceRequestState":{ "type":"string", "enum":[ "active", "open", "closed", "cancelled", "completed" ] }, "CancelSpotInstanceRequestsRequest":{ "type":"structure", "required":["SpotInstanceRequestIds"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "SpotInstanceRequestIds":{ "shape":"SpotInstanceRequestIdList", "documentation":"

One or more Spot Instance request IDs.

", "locationName":"SpotInstanceRequestId" } }, "documentation":"

Contains the parameters for CancelSpotInstanceRequests.

" }, "CancelSpotInstanceRequestsResult":{ "type":"structure", "members":{ "CancelledSpotInstanceRequests":{ "shape":"CancelledSpotInstanceRequestList", "documentation":"

One or more Spot Instance requests.

", "locationName":"spotInstanceRequestSet" } }, "documentation":"

Contains the output of CancelSpotInstanceRequests.

" }, "CancelledSpotInstanceRequest":{ "type":"structure", "members":{ "SpotInstanceRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Instance request.

", "locationName":"spotInstanceRequestId" }, "State":{ "shape":"CancelSpotInstanceRequestState", "documentation":"

The state of the Spot Instance request.

", "locationName":"state" } }, "documentation":"

Describes a request to cancel a Spot Instance.

" }, "CancelledSpotInstanceRequestList":{ "type":"list", "member":{ "shape":"CancelledSpotInstanceRequest", "locationName":"item" } }, "CidrBlock":{ "type":"structure", "members":{ "CidrBlock":{ "shape":"String", "documentation":"

The IPv4 CIDR block.

", "locationName":"cidrBlock" } }, "documentation":"

Describes an IPv4 CIDR block.

" }, "CidrBlockSet":{ "type":"list", "member":{ "shape":"CidrBlock", "locationName":"item" } }, "ClassicLinkDnsSupport":{ "type":"structure", "members":{ "ClassicLinkDnsSupported":{ "shape":"Boolean", "documentation":"

Indicates whether ClassicLink DNS support is enabled for the VPC.

", "locationName":"classicLinkDnsSupported" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Describes the ClassicLink DNS support status of a VPC.

" }, "ClassicLinkDnsSupportList":{ "type":"list", "member":{ "shape":"ClassicLinkDnsSupport", "locationName":"item" } }, "ClassicLinkInstance":{ "type":"structure", "members":{ "Groups":{ "shape":"GroupIdentifierList", "documentation":"

A list of security groups.

", "locationName":"groupSet" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the instance.

", "locationName":"tagSet" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Describes a linked EC2-Classic instance.

" }, "ClassicLinkInstanceList":{ "type":"list", "member":{ "shape":"ClassicLinkInstance", "locationName":"item" } }, "ClassicLoadBalancer":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"String", "documentation":"

The name of the load balancer.

", "locationName":"name" } }, "documentation":"

Describes a Classic Load Balancer.

" }, "ClassicLoadBalancers":{ "type":"list", "member":{ "shape":"ClassicLoadBalancer", "locationName":"item" }, "max":5, "min":1 }, "ClassicLoadBalancersConfig":{ "type":"structure", "required":["ClassicLoadBalancers"], "members":{ "ClassicLoadBalancers":{ "shape":"ClassicLoadBalancers", "documentation":"

One or more Classic Load Balancers.

", "locationName":"classicLoadBalancers" } }, "documentation":"

Describes the Classic Load Balancers to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these Classic Load Balancers.

" }, "ClientData":{ "type":"structure", "members":{ "Comment":{ "shape":"String", "documentation":"

A user-defined comment about the disk upload.

" }, "UploadEnd":{ "shape":"DateTime", "documentation":"

The time that the disk upload ends.

" }, "UploadSize":{ "shape":"Double", "documentation":"

The size of the uploaded disk image, in GiB.

" }, "UploadStart":{ "shape":"DateTime", "documentation":"

The time that the disk upload starts.

" } }, "documentation":"

Describes the client-specific data.

" }, "ConfirmProductInstanceRequest":{ "type":"structure", "required":[ "InstanceId", "ProductCode" ], "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

" }, "ProductCode":{ "shape":"String", "documentation":"

The product code. This must be a product code that you own.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for ConfirmProductInstance.

" }, "ConfirmProductInstanceResult":{ "type":"structure", "members":{ "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.

", "locationName":"ownerId" }, "Return":{ "shape":"Boolean", "documentation":"

The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.

", "locationName":"return" } }, "documentation":"

Contains the output of ConfirmProductInstance.

" }, "ConnectionNotification":{ "type":"structure", "members":{ "ConnectionNotificationId":{ "shape":"String", "documentation":"

The ID of the notification.

", "locationName":"connectionNotificationId" }, "ServiceId":{ "shape":"String", "documentation":"

The ID of the endpoint service.

", "locationName":"serviceId" }, "VpcEndpointId":{ "shape":"String", "documentation":"

The ID of the VPC endpoint.

", "locationName":"vpcEndpointId" }, "ConnectionNotificationType":{ "shape":"ConnectionNotificationType", "documentation":"

The type of notification.

", "locationName":"connectionNotificationType" }, "ConnectionNotificationArn":{ "shape":"String", "documentation":"

The ARN of the SNS topic for the notification.

", "locationName":"connectionNotificationArn" }, "ConnectionEvents":{ "shape":"ValueStringList", "documentation":"

The events for the notification. Valid values are Accept, Connect, Delete, and Reject.

", "locationName":"connectionEvents" }, "ConnectionNotificationState":{ "shape":"ConnectionNotificationState", "documentation":"

The state of the notification.

", "locationName":"connectionNotificationState" } }, "documentation":"

Describes a connection notification for a VPC endpoint or VPC endpoint service.

" }, "ConnectionNotificationSet":{ "type":"list", "member":{ "shape":"ConnectionNotification", "locationName":"item" } }, "ConnectionNotificationState":{ "type":"string", "enum":[ "Enabled", "Disabled" ] }, "ConnectionNotificationType":{ "type":"string", "enum":["Topic"] }, "ContainerFormat":{ "type":"string", "enum":["ova"] }, "ConversionIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "ConversionTask":{ "type":"structure", "members":{ "ConversionTaskId":{ "shape":"String", "documentation":"

The ID of the conversion task.

", "locationName":"conversionTaskId" }, "ExpirationTime":{ "shape":"String", "documentation":"

The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.

", "locationName":"expirationTime" }, "ImportInstance":{ "shape":"ImportInstanceTaskDetails", "documentation":"

If the task is for importing an instance, this contains information about the import instance task.

", "locationName":"importInstance" }, "ImportVolume":{ "shape":"ImportVolumeTaskDetails", "documentation":"

If the task is for importing a volume, this contains information about the import volume task.

", "locationName":"importVolume" }, "State":{ "shape":"ConversionTaskState", "documentation":"

The state of the conversion task.

", "locationName":"state" }, "StatusMessage":{ "shape":"String", "documentation":"

The status message related to the conversion task.

", "locationName":"statusMessage" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the task.

", "locationName":"tagSet" } }, "documentation":"

Describes a conversion task.

" }, "ConversionTaskState":{ "type":"string", "enum":[ "active", "cancelling", "cancelled", "completed" ] }, "CopyFpgaImageRequest":{ "type":"structure", "required":[ "SourceFpgaImageId", "SourceRegion" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "SourceFpgaImageId":{ "shape":"String", "documentation":"

The ID of the source AFI.

" }, "Description":{ "shape":"String", "documentation":"

The description for the new AFI.

" }, "Name":{ "shape":"String", "documentation":"

The name for the new AFI. The default is the name of the source AFI.

" }, "SourceRegion":{ "shape":"String", "documentation":"

The region that contains the source AFI.

" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

" } } }, "CopyFpgaImageResult":{ "type":"structure", "members":{ "FpgaImageId":{ "shape":"String", "documentation":"

The ID of the new AFI.

", "locationName":"fpgaImageId" } } }, "CopyImageRequest":{ "type":"structure", "required":[ "Name", "SourceImageId", "SourceRegion" ], "members":{ "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

" }, "Description":{ "shape":"String", "documentation":"

A description for the new AMI in the destination region.

" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Specifies whether the destination snapshots of the copied image should be encrypted. The default CMK for EBS is used unless a non-default AWS Key Management Service (AWS KMS) CMK is specified with KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"encrypted" }, "KmsKeyId":{ "shape":"String", "documentation":"

An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The CMK identifier may be provided in any of the following formats:

AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure.

The specified CMK must exist in the region that the snapshot is being copied to.

", "locationName":"kmsKeyId" }, "Name":{ "shape":"String", "documentation":"

The name of the new AMI in the destination region.

" }, "SourceImageId":{ "shape":"String", "documentation":"

The ID of the AMI to copy.

" }, "SourceRegion":{ "shape":"String", "documentation":"

The name of the region that contains the AMI to copy.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CopyImage.

" }, "CopyImageResult":{ "type":"structure", "members":{ "ImageId":{ "shape":"String", "documentation":"

The ID of the new AMI.

", "locationName":"imageId" } }, "documentation":"

Contains the output of CopyImage.

" }, "CopySnapshotRequest":{ "type":"structure", "required":[ "SourceRegion", "SourceSnapshotId" ], "members":{ "Description":{ "shape":"String", "documentation":"

A description for the EBS snapshot.

" }, "DestinationRegion":{ "shape":"String", "documentation":"

The destination region to use in the PresignedUrl parameter of a snapshot copy operation. This parameter is only valid for specifying the destination region in a PresignedUrl parameter, where it is required.

The snapshot copy is sent to the regional endpoint that you sent the HTTP request to (for example, ec2.us-east-1.amazonaws.com). With the AWS CLI, this is specified using the --region parameter or the default region in your AWS configuration file.

", "locationName":"destinationRegion" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Specifies whether the destination snapshot should be encrypted. You can encrypt a copy of an unencrypted snapshot using this flag, but you cannot use it to create an unencrypted copy from an encrypted snapshot. Your default CMK for EBS is used unless a non-default AWS Key Management Service (AWS KMS) CMK is specified with KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"encrypted" }, "KmsKeyId":{ "shape":"String", "documentation":"

An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The CMK identifier may be provided in any of the following formats:

AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. The action will eventually fail.

", "locationName":"kmsKeyId" }, "PresignedUrl":{ "shape":"String", "documentation":"

When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a pre-signed URL. This parameter is optional for unencrypted snapshots. For more information, see Query Requests.

The PresignedUrl should use the snapshot source endpoint, the CopySnapshot action, and include the SourceRegion, SourceSnapshotId, and DestinationRegion parameters. The PresignedUrl must be signed using AWS Signature Version 4. Because EBS snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic that is described in Authenticating Requests by Using Query Parameters (AWS Signature Version 4) in the Amazon Simple Storage Service API Reference. An invalid or improperly signed PresignedUrl will cause the copy operation to fail asynchronously, and the snapshot will move to an error state.

", "locationName":"presignedUrl" }, "SourceRegion":{ "shape":"String", "documentation":"

The ID of the region that contains the snapshot to be copied.

" }, "SourceSnapshotId":{ "shape":"String", "documentation":"

The ID of the EBS snapshot to copy.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CopySnapshot.

" }, "CopySnapshotResult":{ "type":"structure", "members":{ "SnapshotId":{ "shape":"String", "documentation":"

The ID of the new snapshot.

", "locationName":"snapshotId" } }, "documentation":"

Contains the output of CopySnapshot.

" }, "CpuOptions":{ "type":"structure", "members":{ "CoreCount":{ "shape":"Integer", "documentation":"

The number of CPU cores for the instance.

", "locationName":"coreCount" }, "ThreadsPerCore":{ "shape":"Integer", "documentation":"

The number of threads per CPU core.

", "locationName":"threadsPerCore" } }, "documentation":"

The CPU options for the instance.

" }, "CpuOptionsRequest":{ "type":"structure", "members":{ "CoreCount":{ "shape":"Integer", "documentation":"

The number of CPU cores for the instance.

" }, "ThreadsPerCore":{ "shape":"Integer", "documentation":"

The number of threads per CPU core. To disable Intel Hyper-Threading Technology for the instance, specify a value of 1. Otherwise, specify the default value of 2.

" } }, "documentation":"

The CPU options for the instance. Both the core count and threads per core must be specified in the request.

" }, "CreateCustomerGatewayRequest":{ "type":"structure", "required":[ "BgpAsn", "PublicIp", "Type" ], "members":{ "BgpAsn":{ "shape":"Integer", "documentation":"

For devices that support BGP, the customer gateway's BGP ASN.

Default: 65000

" }, "PublicIp":{ "shape":"String", "documentation":"

The Internet-routable IP address for the customer gateway's outside interface. The address must be static.

", "locationName":"IpAddress" }, "Type":{ "shape":"GatewayType", "documentation":"

The type of VPN connection that this customer gateway supports (ipsec.1).

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CreateCustomerGateway.

" }, "CreateCustomerGatewayResult":{ "type":"structure", "members":{ "CustomerGateway":{ "shape":"CustomerGateway", "documentation":"

Information about the customer gateway.

", "locationName":"customerGateway" } }, "documentation":"

Contains the output of CreateCustomerGateway.

" }, "CreateDefaultSubnetRequest":{ "type":"structure", "required":["AvailabilityZone"], "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in which to create the default subnet.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" } } }, "CreateDefaultSubnetResult":{ "type":"structure", "members":{ "Subnet":{ "shape":"Subnet", "documentation":"

Information about the subnet.

", "locationName":"subnet" } } }, "CreateDefaultVpcRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" } }, "documentation":"

Contains the parameters for CreateDefaultVpc.

" }, "CreateDefaultVpcResult":{ "type":"structure", "members":{ "Vpc":{ "shape":"Vpc", "documentation":"

Information about the VPC.

", "locationName":"vpc" } }, "documentation":"

Contains the output of CreateDefaultVpc.

" }, "CreateDhcpOptionsRequest":{ "type":"structure", "required":["DhcpConfigurations"], "members":{ "DhcpConfigurations":{ "shape":"NewDhcpConfigurationList", "documentation":"

A DHCP configuration option.

", "locationName":"dhcpConfiguration" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CreateDhcpOptions.

" }, "CreateDhcpOptionsResult":{ "type":"structure", "members":{ "DhcpOptions":{ "shape":"DhcpOptions", "documentation":"

A set of DHCP options.

", "locationName":"dhcpOptions" } }, "documentation":"

Contains the output of CreateDhcpOptions.

" }, "CreateEgressOnlyInternetGatewayRequest":{ "type":"structure", "required":["VpcId"], "members":{ "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC for which to create the egress-only internet gateway.

" } } }, "CreateEgressOnlyInternetGatewayResult":{ "type":"structure", "members":{ "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "locationName":"clientToken" }, "EgressOnlyInternetGateway":{ "shape":"EgressOnlyInternetGateway", "documentation":"

Information about the egress-only internet gateway.

", "locationName":"egressOnlyInternetGateway" } } }, "CreateFleetRequest":{ "type":"structure", "required":[ "LaunchTemplateConfigs", "TargetCapacitySpecification" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

" }, "SpotOptions":{ "shape":"SpotOptionsRequest", "documentation":"

Describes the configuration of Spot Instances in an EC2 Fleet.

" }, "OnDemandOptions":{ "shape":"OnDemandOptionsRequest", "documentation":"

The allocation strategy of On-Demand Instances in an EC2 Fleet.

" }, "ExcessCapacityTerminationPolicy":{ "shape":"FleetExcessCapacityTerminationPolicy", "documentation":"

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

" }, "LaunchTemplateConfigs":{ "shape":"FleetLaunchTemplateConfigListRequest", "documentation":"

The configuration for the EC2 Fleet.

" }, "TargetCapacitySpecification":{ "shape":"TargetCapacitySpecificationRequest", "documentation":"

The TotalTargetCapacity, OnDemandTargetCapacity, SpotTargetCapacity, and DefaultCapacityType structure.

" }, "TerminateInstancesWithExpiration":{ "shape":"Boolean", "documentation":"

Indicates whether running instances should be terminated when the EC2 Fleet expires.

" }, "Type":{ "shape":"FleetType", "documentation":"

The type of request. Indicates whether the EC2 Fleet only requests the target capacity, or also attempts to maintain it. If you request a certain target capacity, EC2 Fleet only places the required requests. It does not attempt to replenish instances if capacity is diminished, and does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also automatically replenishes any interrupted Spot Instances. Default: maintain.

" }, "ValidFrom":{ "shape":"DateTime", "documentation":"

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

" }, "ValidUntil":{ "shape":"DateTime", "documentation":"

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new EC2 Fleet requests are placed or able to fulfill the request. The default end date is 7 days from the current date.

" }, "ReplaceUnhealthyInstances":{ "shape":"Boolean", "documentation":"

Indicates whether EC2 Fleet should replace unhealthy instances.

" }, "TagSpecifications":{ "shape":"TagSpecificationList", "documentation":"

The key-value pair for tagging the EC2 Fleet request on creation. The value for ResourceType must be fleet, otherwise the fleet request fails. To tag instances at launch, specify the tags in the launch template. For information about tagging after launch, see Tagging Your Resources.

", "locationName":"TagSpecification" } } }, "CreateFleetResult":{ "type":"structure", "members":{ "FleetId":{ "shape":"FleetIdentifier", "documentation":"

The ID of the EC2 Fleet.

", "locationName":"fleetId" } } }, "CreateFlowLogsRequest":{ "type":"structure", "required":[ "ResourceIds", "ResourceType", "TrafficType" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

" }, "DeliverLogsPermissionArn":{ "shape":"String", "documentation":"

The ARN for the IAM role that's used to post flow logs to a log group.

" }, "LogGroupName":{ "shape":"String", "documentation":"

The name of the log group.

" }, "ResourceIds":{ "shape":"ValueStringList", "documentation":"

One or more subnet, network interface, or VPC IDs.

Constraints: Maximum of 1000 resources

", "locationName":"ResourceId" }, "ResourceType":{ "shape":"FlowLogsResourceType", "documentation":"

The type of resource on which to create the flow log.

" }, "TrafficType":{ "shape":"TrafficType", "documentation":"

The type of traffic to log.

" }, "LogDestinationType":{ "shape":"LogDestinationType", "documentation":"

Specifies the type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify cloud-watch-logs. To publish flow log data to Amazon S3, specify s3.

Default: cloud-watch-logs

" }, "LogDestination":{ "shape":"String", "documentation":"

Specifies the destination to which the flow log data is to be published. Flow log data can be published to an CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType.

If LogDestinationType is not specified or cloud-watch-logs, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group.

If LogDestinationType is s3, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/. For example, to specify a subfolder named my-logs in a bucket named my-bucket, use the following ARN: arn:aws:s3:::my-bucket/my-logs/.

" } }, "documentation":"

Contains the parameters for CreateFlowLogs.

" }, "CreateFlowLogsResult":{ "type":"structure", "members":{ "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "locationName":"clientToken" }, "FlowLogIds":{ "shape":"ValueStringList", "documentation":"

The IDs of the flow logs.

", "locationName":"flowLogIdSet" }, "Unsuccessful":{ "shape":"UnsuccessfulItemSet", "documentation":"

Information about the flow logs that could not be created successfully.

", "locationName":"unsuccessful" } }, "documentation":"

Contains the output of CreateFlowLogs.

" }, "CreateFpgaImageRequest":{ "type":"structure", "required":["InputStorageLocation"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "InputStorageLocation":{ "shape":"StorageLocation", "documentation":"

The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.

" }, "LogsStorageLocation":{ "shape":"StorageLocation", "documentation":"

The location in Amazon S3 for the output logs.

" }, "Description":{ "shape":"String", "documentation":"

A description for the AFI.

" }, "Name":{ "shape":"String", "documentation":"

A name for the AFI.

" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

" } } }, "CreateFpgaImageResult":{ "type":"structure", "members":{ "FpgaImageId":{ "shape":"String", "documentation":"

The FPGA image identifier (AFI ID).

", "locationName":"fpgaImageId" }, "FpgaImageGlobalId":{ "shape":"String", "documentation":"

The global FPGA image identifier (AGFI ID).

", "locationName":"fpgaImageGlobalId" } } }, "CreateImageRequest":{ "type":"structure", "required":[ "InstanceId", "Name" ], "members":{ "BlockDeviceMappings":{ "shape":"BlockDeviceMappingRequestList", "documentation":"

Information about one or more block device mappings.

", "locationName":"blockDeviceMapping" }, "Description":{ "shape":"String", "documentation":"

A description for the new image.

", "locationName":"description" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Name":{ "shape":"String", "documentation":"

A name for the new image.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)

", "locationName":"name" }, "NoReboot":{ "shape":"Boolean", "documentation":"

By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the 'No Reboot' option is set, Amazon EC2 doesn't shut down the instance before creating the image. When this option is used, file system integrity on the created image can't be guaranteed.

", "locationName":"noReboot" } }, "documentation":"

Contains the parameters for CreateImage.

" }, "CreateImageResult":{ "type":"structure", "members":{ "ImageId":{ "shape":"String", "documentation":"

The ID of the new AMI.

", "locationName":"imageId" } }, "documentation":"

Contains the output of CreateImage.

" }, "CreateInstanceExportTaskRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "Description":{ "shape":"String", "documentation":"

A description for the conversion task or the resource being exported. The maximum length is 255 bytes.

", "locationName":"description" }, "ExportToS3Task":{ "shape":"ExportToS3TaskSpecification", "documentation":"

The format and location for an instance export task.

", "locationName":"exportToS3" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "TargetEnvironment":{ "shape":"ExportEnvironment", "documentation":"

The target virtualization environment.

", "locationName":"targetEnvironment" } }, "documentation":"

Contains the parameters for CreateInstanceExportTask.

" }, "CreateInstanceExportTaskResult":{ "type":"structure", "members":{ "ExportTask":{ "shape":"ExportTask", "documentation":"

Information about the instance export task.

", "locationName":"exportTask" } }, "documentation":"

Contains the output for CreateInstanceExportTask.

" }, "CreateInternetGatewayRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CreateInternetGateway.

" }, "CreateInternetGatewayResult":{ "type":"structure", "members":{ "InternetGateway":{ "shape":"InternetGateway", "documentation":"

Information about the internet gateway.

", "locationName":"internetGateway" } }, "documentation":"

Contains the output of CreateInternetGateway.

" }, "CreateKeyPairRequest":{ "type":"structure", "required":["KeyName"], "members":{ "KeyName":{ "shape":"String", "documentation":"

A unique name for the key pair.

Constraints: Up to 255 ASCII characters

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CreateKeyPair.

" }, "CreateLaunchTemplateRequest":{ "type":"structure", "required":[ "LaunchTemplateName", "LaunchTemplateData" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

" }, "LaunchTemplateName":{ "shape":"LaunchTemplateName", "documentation":"

A name for the launch template.

" }, "VersionDescription":{ "shape":"VersionDescription", "documentation":"

A description for the first version of the launch template.

" }, "LaunchTemplateData":{ "shape":"RequestLaunchTemplateData", "documentation":"

The information for the launch template.

" } } }, "CreateLaunchTemplateResult":{ "type":"structure", "members":{ "LaunchTemplate":{ "shape":"LaunchTemplate", "documentation":"

Information about the launch template.

", "locationName":"launchTemplate" } } }, "CreateLaunchTemplateVersionRequest":{ "type":"structure", "required":["LaunchTemplateData"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

" }, "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "LaunchTemplateName":{ "shape":"LaunchTemplateName", "documentation":"

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "SourceVersion":{ "shape":"String", "documentation":"

The version number of the launch template version on which to base the new version. The new version inherits the same launch parameters as the source version, except for parameters that you specify in LaunchTemplateData.

" }, "VersionDescription":{ "shape":"VersionDescription", "documentation":"

A description for the version of the launch template.

" }, "LaunchTemplateData":{ "shape":"RequestLaunchTemplateData", "documentation":"

The information for the launch template.

" } } }, "CreateLaunchTemplateVersionResult":{ "type":"structure", "members":{ "LaunchTemplateVersion":{ "shape":"LaunchTemplateVersion", "documentation":"

Information about the launch template version.

", "locationName":"launchTemplateVersion" } } }, "CreateNatGatewayRequest":{ "type":"structure", "required":[ "AllocationId", "SubnetId" ], "members":{ "AllocationId":{ "shape":"String", "documentation":"

The allocation ID of an Elastic IP address to associate with the NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it.

" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

Constraint: Maximum 64 ASCII characters.

" }, "SubnetId":{ "shape":"String", "documentation":"

The subnet in which to create the NAT gateway.

" } }, "documentation":"

Contains the parameters for CreateNatGateway.

" }, "CreateNatGatewayResult":{ "type":"structure", "members":{ "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

", "locationName":"clientToken" }, "NatGateway":{ "shape":"NatGateway", "documentation":"

Information about the NAT gateway.

", "locationName":"natGateway" } }, "documentation":"

Contains the output of CreateNatGateway.

" }, "CreateNetworkAclEntryRequest":{ "type":"structure", "required":[ "Egress", "NetworkAclId", "Protocol", "RuleAction", "RuleNumber" ], "members":{ "CidrBlock":{ "shape":"String", "documentation":"

The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24).

", "locationName":"cidrBlock" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Egress":{ "shape":"Boolean", "documentation":"

Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).

", "locationName":"egress" }, "IcmpTypeCode":{ "shape":"IcmpTypeCode", "documentation":"

ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying the ICMP protocol, or protocol 58 (ICMPv6) with an IPv6 CIDR block.

", "locationName":"Icmp" }, "Ipv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 network range to allow or deny, in CIDR notation (for example 2001:db8:1234:1a00::/64).

", "locationName":"ipv6CidrBlock" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" }, "PortRange":{ "shape":"PortRange", "documentation":"

TCP or UDP protocols: The range of ports the rule applies to.

", "locationName":"portRange" }, "Protocol":{ "shape":"String", "documentation":"

The protocol. A value of -1 or all means all protocols. If you specify all, -1, or a protocol number other than 6 (tcp), 17 (udp), or 1 (icmp), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol 58 (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol 58 (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.

", "locationName":"protocol" }, "RuleAction":{ "shape":"RuleAction", "documentation":"

Indicates whether to allow or deny the traffic that matches the rule.

", "locationName":"ruleAction" }, "RuleNumber":{ "shape":"Integer", "documentation":"

The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.

Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is reserved for internal use.

", "locationName":"ruleNumber" } }, "documentation":"

Contains the parameters for CreateNetworkAclEntry.

" }, "CreateNetworkAclRequest":{ "type":"structure", "required":["VpcId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Contains the parameters for CreateNetworkAcl.

" }, "CreateNetworkAclResult":{ "type":"structure", "members":{ "NetworkAcl":{ "shape":"NetworkAcl", "documentation":"

Information about the network ACL.

", "locationName":"networkAcl" } }, "documentation":"

Contains the output of CreateNetworkAcl.

" }, "CreateNetworkInterfacePermissionRequest":{ "type":"structure", "required":[ "NetworkInterfaceId", "Permission" ], "members":{ "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

" }, "AwsAccountId":{ "shape":"String", "documentation":"

The AWS account ID.

" }, "AwsService":{ "shape":"String", "documentation":"

The AWS service. Currently not supported.

" }, "Permission":{ "shape":"InterfacePermissionType", "documentation":"

The type of permission to grant.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" } }, "documentation":"

Contains the parameters for CreateNetworkInterfacePermission.

" }, "CreateNetworkInterfacePermissionResult":{ "type":"structure", "members":{ "InterfacePermission":{ "shape":"NetworkInterfacePermission", "documentation":"

Information about the permission for the network interface.

", "locationName":"interfacePermission" } }, "documentation":"

Contains the output of CreateNetworkInterfacePermission.

" }, "CreateNetworkInterfaceRequest":{ "type":"structure", "required":["SubnetId"], "members":{ "Description":{ "shape":"String", "documentation":"

A description for the network interface.

", "locationName":"description" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Groups":{ "shape":"SecurityGroupIdStringList", "documentation":"

The IDs of one or more security groups.

", "locationName":"SecurityGroupId" }, "Ipv6AddressCount":{ "shape":"Integer", "documentation":"

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses. If your subnet has the AssignIpv6AddressOnCreation attribute set to true, you can specify 0 to override this setting.

", "locationName":"ipv6AddressCount" }, "Ipv6Addresses":{ "shape":"InstanceIpv6AddressList", "documentation":"

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.

", "locationName":"ipv6Addresses" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The primary private IPv4 address of the network interface. If you don't specify an IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you specify an IP address, you cannot indicate any IP addresses specified in privateIpAddresses as primary (only one IP address can be designated as primary).

", "locationName":"privateIpAddress" }, "PrivateIpAddresses":{ "shape":"PrivateIpAddressSpecificationList", "documentation":"

One or more private IPv4 addresses.

", "locationName":"privateIpAddresses" }, "SecondaryPrivateIpAddressCount":{ "shape":"Integer", "documentation":"

The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You can't specify this option and specify more than one private IP address using privateIpAddresses.

The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.

", "locationName":"secondaryPrivateIpAddressCount" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet to associate with the network interface.

", "locationName":"subnetId" } }, "documentation":"

Contains the parameters for CreateNetworkInterface.

" }, "CreateNetworkInterfaceResult":{ "type":"structure", "members":{ "NetworkInterface":{ "shape":"NetworkInterface", "documentation":"

Information about the network interface.

", "locationName":"networkInterface" } }, "documentation":"

Contains the output of CreateNetworkInterface.

" }, "CreatePlacementGroupRequest":{ "type":"structure", "required":[ "GroupName", "Strategy" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "GroupName":{ "shape":"String", "documentation":"

A name for the placement group. Must be unique within the scope of your account for the region.

Constraints: Up to 255 ASCII characters

", "locationName":"groupName" }, "Strategy":{ "shape":"PlacementStrategy", "documentation":"

The placement strategy.

", "locationName":"strategy" } }, "documentation":"

Contains the parameters for CreatePlacementGroup.

" }, "CreateReservedInstancesListingRequest":{ "type":"structure", "required":[ "ClientToken", "InstanceCount", "PriceSchedules", "ReservedInstancesId" ], "members":{ "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.

", "locationName":"clientToken" }, "InstanceCount":{ "shape":"Integer", "documentation":"

The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.

", "locationName":"instanceCount" }, "PriceSchedules":{ "shape":"PriceScheduleSpecificationList", "documentation":"

A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.

", "locationName":"priceSchedules" }, "ReservedInstancesId":{ "shape":"String", "documentation":"

The ID of the active Standard Reserved Instance.

", "locationName":"reservedInstancesId" } }, "documentation":"

Contains the parameters for CreateReservedInstancesListing.

" }, "CreateReservedInstancesListingResult":{ "type":"structure", "members":{ "ReservedInstancesListings":{ "shape":"ReservedInstancesListingList", "documentation":"

Information about the Standard Reserved Instance listing.

", "locationName":"reservedInstancesListingsSet" } }, "documentation":"

Contains the output of CreateReservedInstancesListing.

" }, "CreateRouteRequest":{ "type":"structure", "required":["RouteTableId"], "members":{ "DestinationCidrBlock":{ "shape":"String", "documentation":"

The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match.

", "locationName":"destinationCidrBlock" }, "DestinationIpv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.

", "locationName":"destinationIpv6CidrBlock" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "EgressOnlyInternetGatewayId":{ "shape":"String", "documentation":"

[IPv6 traffic only] The ID of an egress-only internet gateway.

", "locationName":"egressOnlyInternetGatewayId" }, "GatewayId":{ "shape":"String", "documentation":"

The ID of an internet gateway or virtual private gateway attached to your VPC.

", "locationName":"gatewayId" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.

", "locationName":"instanceId" }, "NatGatewayId":{ "shape":"String", "documentation":"

[IPv4 traffic only] The ID of a NAT gateway.

", "locationName":"natGatewayId" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of a network interface.

", "locationName":"networkInterfaceId" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table for the route.

", "locationName":"routeTableId" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of a VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } }, "documentation":"

Contains the parameters for CreateRoute.

" }, "CreateRouteResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of CreateRoute.

" }, "CreateRouteTableRequest":{ "type":"structure", "required":["VpcId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Contains the parameters for CreateRouteTable.

" }, "CreateRouteTableResult":{ "type":"structure", "members":{ "RouteTable":{ "shape":"RouteTable", "documentation":"

Information about the route table.

", "locationName":"routeTable" } }, "documentation":"

Contains the output of CreateRouteTable.

" }, "CreateSecurityGroupRequest":{ "type":"structure", "required":[ "Description", "GroupName" ], "members":{ "Description":{ "shape":"String", "documentation":"

A description for the security group. This is informational only.

Constraints: Up to 255 characters in length

Constraints for EC2-Classic: ASCII characters

Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

", "locationName":"GroupDescription" }, "GroupName":{ "shape":"String", "documentation":"

The name of the security group.

Constraints: Up to 255 characters in length. Cannot start with sg-.

Constraints for EC2-Classic: ASCII characters

Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

" }, "VpcId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID of the VPC. Required for EC2-VPC.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CreateSecurityGroup.

" }, "CreateSecurityGroupResult":{ "type":"structure", "members":{ "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" } }, "documentation":"

Contains the output of CreateSecurityGroup.

" }, "CreateSnapshotRequest":{ "type":"structure", "required":["VolumeId"], "members":{ "Description":{ "shape":"String", "documentation":"

A description for the snapshot.

" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the EBS volume.

" }, "TagSpecifications":{ "shape":"TagSpecificationList", "documentation":"

The tags to apply to the snapshot during creation.

", "locationName":"TagSpecification" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CreateSnapshot.

" }, "CreateSpotDatafeedSubscriptionRequest":{ "type":"structure", "required":["Bucket"], "members":{ "Bucket":{ "shape":"String", "documentation":"

The Amazon S3 bucket in which to store the Spot Instance data feed.

", "locationName":"bucket" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Prefix":{ "shape":"String", "documentation":"

A prefix for the data feed file names.

", "locationName":"prefix" } }, "documentation":"

Contains the parameters for CreateSpotDatafeedSubscription.

" }, "CreateSpotDatafeedSubscriptionResult":{ "type":"structure", "members":{ "SpotDatafeedSubscription":{ "shape":"SpotDatafeedSubscription", "documentation":"

The Spot Instance data feed subscription.

", "locationName":"spotDatafeedSubscription" } }, "documentation":"

Contains the output of CreateSpotDatafeedSubscription.

" }, "CreateSubnetRequest":{ "type":"structure", "required":[ "CidrBlock", "VpcId" ], "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone for the subnet.

Default: AWS selects one for you. If you create more than one subnet in your VPC, we may not necessarily select a different zone for each subnet.

" }, "CidrBlock":{ "shape":"String", "documentation":"

The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24.

" }, "Ipv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.

" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CreateSubnet.

" }, "CreateSubnetResult":{ "type":"structure", "members":{ "Subnet":{ "shape":"Subnet", "documentation":"

Information about the subnet.

", "locationName":"subnet" } }, "documentation":"

Contains the output of CreateSubnet.

" }, "CreateTagsRequest":{ "type":"structure", "required":[ "Resources", "Tags" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Resources":{ "shape":"ResourceIdList", "documentation":"

The IDs of one or more resources to tag. For example, ami-1a2b3c4d.

", "locationName":"ResourceId" }, "Tags":{ "shape":"TagList", "documentation":"

One or more tags. The value parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.

", "locationName":"Tag" } }, "documentation":"

Contains the parameters for CreateTags.

" }, "CreateVolumePermission":{ "type":"structure", "members":{ "Group":{ "shape":"PermissionGroup", "documentation":"

The specific group that is to be added or removed from a volume's list of create volume permissions.

", "locationName":"group" }, "UserId":{ "shape":"String", "documentation":"

The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.

", "locationName":"userId" } }, "documentation":"

Describes the user or group to be added or removed from the permissions for a volume.

" }, "CreateVolumePermissionList":{ "type":"list", "member":{ "shape":"CreateVolumePermission", "locationName":"item" } }, "CreateVolumePermissionModifications":{ "type":"structure", "members":{ "Add":{ "shape":"CreateVolumePermissionList", "documentation":"

Adds a specific AWS account ID or group to a volume's list of create volume permissions.

" }, "Remove":{ "shape":"CreateVolumePermissionList", "documentation":"

Removes a specific AWS account ID or group from a volume's list of create volume permissions.

" } }, "documentation":"

Describes modifications to the permissions for a volume.

" }, "CreateVolumeRequest":{ "type":"structure", "required":["AvailabilityZone"], "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in which to create the volume. Use DescribeAvailabilityZones to list the Availability Zones that are currently available to you.

" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Specifies whether the volume should be encrypted. Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or vice versa. If your AMI uses encrypted volumes, you can only launch it on supported instance types. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"encrypted" }, "Iops":{ "shape":"Integer", "documentation":"

The number of I/O operations per second (IOPS) to provision for the volume, with a maximum ratio of 50 IOPS/GiB. Range is 100 to 32000 IOPS for volumes in most regions. For exceptions, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

This parameter is valid only for Provisioned IOPS SSD (io1) volumes.

" }, "KmsKeyId":{ "shape":"String", "documentation":"

An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The CMK identifier may be provided in any of the following formats:

AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. The action will eventually fail.

" }, "Size":{ "shape":"Integer", "documentation":"

The size of the volume, in GiBs.

Constraints: 1-16384 for gp2, 4-16384 for io1, 500-16384 for st1, 500-16384 for sc1, and 1-1024 for standard. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

" }, "SnapshotId":{ "shape":"String", "documentation":"

The snapshot from which to create the volume.

" }, "VolumeType":{ "shape":"VolumeType", "documentation":"

The volume type. This can be gp2 for General Purpose SSD, io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for Magnetic volumes.

Defaults: If no volume type is specified, the default is standard in us-east-1, eu-west-1, eu-central-1, us-west-2, us-west-1, sa-east-1, ap-northeast-1, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-south-1, us-gov-west-1, and cn-north-1. In all other regions, EBS defaults to gp2.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "TagSpecifications":{ "shape":"TagSpecificationList", "documentation":"

The tags to apply to the volume during creation.

", "locationName":"TagSpecification" } }, "documentation":"

Contains the parameters for CreateVolume.

" }, "CreateVpcEndpointConnectionNotificationRequest":{ "type":"structure", "required":[ "ConnectionNotificationArn", "ConnectionEvents" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceId":{ "shape":"String", "documentation":"

The ID of the endpoint service.

" }, "VpcEndpointId":{ "shape":"String", "documentation":"

The ID of the endpoint.

" }, "ConnectionNotificationArn":{ "shape":"String", "documentation":"

The ARN of the SNS topic for the notifications.

" }, "ConnectionEvents":{ "shape":"ValueStringList", "documentation":"

One or more endpoint events for which to receive notifications. Valid values are Accept, Connect, Delete, and Reject.

" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

" } } }, "CreateVpcEndpointConnectionNotificationResult":{ "type":"structure", "members":{ "ConnectionNotification":{ "shape":"ConnectionNotification", "documentation":"

Information about the notification.

", "locationName":"connectionNotification" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

", "locationName":"clientToken" } } }, "CreateVpcEndpointRequest":{ "type":"structure", "required":[ "VpcId", "ServiceName" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "VpcEndpointType":{ "shape":"VpcEndpointType", "documentation":"

The type of endpoint.

Default: Gateway

" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC in which the endpoint will be used.

" }, "ServiceName":{ "shape":"String", "documentation":"

The service name. To get a list of available services, use the DescribeVpcEndpointServices request, or get the name from the service provider.

" }, "PolicyDocument":{ "shape":"String", "documentation":"

(Gateway endpoint) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.

" }, "RouteTableIds":{ "shape":"ValueStringList", "documentation":"

(Gateway endpoint) One or more route table IDs.

", "locationName":"RouteTableId" }, "SubnetIds":{ "shape":"ValueStringList", "documentation":"

(Interface endpoint) The ID of one or more subnets in which to create an endpoint network interface.

", "locationName":"SubnetId" }, "SecurityGroupIds":{ "shape":"ValueStringList", "documentation":"

(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.

", "locationName":"SecurityGroupId" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

" }, "PrivateDnsEnabled":{ "shape":"Boolean", "documentation":"

(Interface endpoint) Indicate whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the region (for example, kinesis.us-east-1.amazonaws.com) which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.

To use a private hosted zone, you must set the following VPC attributes to true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to set the VPC attributes.

Default: true

" } }, "documentation":"

Contains the parameters for CreateVpcEndpoint.

" }, "CreateVpcEndpointResult":{ "type":"structure", "members":{ "VpcEndpoint":{ "shape":"VpcEndpoint", "documentation":"

Information about the endpoint.

", "locationName":"vpcEndpoint" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

", "locationName":"clientToken" } }, "documentation":"

Contains the output of CreateVpcEndpoint.

" }, "CreateVpcEndpointServiceConfigurationRequest":{ "type":"structure", "required":["NetworkLoadBalancerArns"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "AcceptanceRequired":{ "shape":"Boolean", "documentation":"

Indicate whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.

" }, "NetworkLoadBalancerArns":{ "shape":"ValueStringList", "documentation":"

The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.

", "locationName":"NetworkLoadBalancerArn" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

" } } }, "CreateVpcEndpointServiceConfigurationResult":{ "type":"structure", "members":{ "ServiceConfiguration":{ "shape":"ServiceConfiguration", "documentation":"

Information about the service configuration.

", "locationName":"serviceConfiguration" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

", "locationName":"clientToken" } } }, "CreateVpcPeeringConnectionRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "PeerOwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the owner of the accepter VPC.

Default: Your AWS account ID

", "locationName":"peerOwnerId" }, "PeerVpcId":{ "shape":"String", "documentation":"

The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.

", "locationName":"peerVpcId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the requester VPC. You must specify this parameter in the request.

", "locationName":"vpcId" }, "PeerRegion":{ "shape":"String", "documentation":"

The region code for the accepter VPC, if the accepter VPC is located in a region other than the region in which you make the request.

Default: The region in which you make the request.

" } }, "documentation":"

Contains the parameters for CreateVpcPeeringConnection.

" }, "CreateVpcPeeringConnectionResult":{ "type":"structure", "members":{ "VpcPeeringConnection":{ "shape":"VpcPeeringConnection", "documentation":"

Information about the VPC peering connection.

", "locationName":"vpcPeeringConnection" } }, "documentation":"

Contains the output of CreateVpcPeeringConnection.

" }, "CreateVpcRequest":{ "type":"structure", "required":["CidrBlock"], "members":{ "CidrBlock":{ "shape":"String", "documentation":"

The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16.

" }, "AmazonProvidedIpv6CidrBlock":{ "shape":"Boolean", "documentation":"

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block.

", "locationName":"amazonProvidedIpv6CidrBlock" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InstanceTenancy":{ "shape":"Tenancy", "documentation":"

The tenancy options for instances launched into the VPC. For default, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For dedicated, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of dedicated or host into a dedicated tenancy VPC.

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

", "locationName":"instanceTenancy" } }, "documentation":"

Contains the parameters for CreateVpc.

" }, "CreateVpcResult":{ "type":"structure", "members":{ "Vpc":{ "shape":"Vpc", "documentation":"

Information about the VPC.

", "locationName":"vpc" } }, "documentation":"

Contains the output of CreateVpc.

" }, "CreateVpnConnectionRequest":{ "type":"structure", "required":[ "CustomerGatewayId", "Type", "VpnGatewayId" ], "members":{ "CustomerGatewayId":{ "shape":"String", "documentation":"

The ID of the customer gateway.

" }, "Type":{ "shape":"String", "documentation":"

The type of VPN connection (ipsec.1).

" }, "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Options":{ "shape":"VpnConnectionOptionsSpecification", "documentation":"

The options for the VPN connection.

", "locationName":"options" } }, "documentation":"

Contains the parameters for CreateVpnConnection.

" }, "CreateVpnConnectionResult":{ "type":"structure", "members":{ "VpnConnection":{ "shape":"VpnConnection", "documentation":"

Information about the VPN connection.

", "locationName":"vpnConnection" } }, "documentation":"

Contains the output of CreateVpnConnection.

" }, "CreateVpnConnectionRouteRequest":{ "type":"structure", "required":[ "DestinationCidrBlock", "VpnConnectionId" ], "members":{ "DestinationCidrBlock":{ "shape":"String", "documentation":"

The CIDR block associated with the local subnet of the customer network.

" }, "VpnConnectionId":{ "shape":"String", "documentation":"

The ID of the VPN connection.

" } }, "documentation":"

Contains the parameters for CreateVpnConnectionRoute.

" }, "CreateVpnGatewayRequest":{ "type":"structure", "required":["Type"], "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone for the virtual private gateway.

" }, "Type":{ "shape":"GatewayType", "documentation":"

The type of VPN connection this virtual private gateway supports.

" }, "AmazonSideAsn":{ "shape":"Long", "documentation":"

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range.

Default: 64512

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for CreateVpnGateway.

" }, "CreateVpnGatewayResult":{ "type":"structure", "members":{ "VpnGateway":{ "shape":"VpnGateway", "documentation":"

Information about the virtual private gateway.

", "locationName":"vpnGateway" } }, "documentation":"

Contains the output of CreateVpnGateway.

" }, "CreditSpecification":{ "type":"structure", "members":{ "CpuCredits":{ "shape":"String", "documentation":"

The credit option for CPU usage of a T2 instance. Valid values are standard and unlimited.

", "locationName":"cpuCredits" } }, "documentation":"

Describes the credit option for CPU usage of a T2 instance.

" }, "CreditSpecificationRequest":{ "type":"structure", "required":["CpuCredits"], "members":{ "CpuCredits":{ "shape":"String", "documentation":"

The credit option for CPU usage of a T2 instance. Valid values are standard and unlimited.

" } }, "documentation":"

The credit option for CPU usage of a T2 instance.

" }, "CurrencyCodeValues":{ "type":"string", "enum":["USD"] }, "CustomerGateway":{ "type":"structure", "members":{ "BgpAsn":{ "shape":"String", "documentation":"

The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

", "locationName":"bgpAsn" }, "CustomerGatewayId":{ "shape":"String", "documentation":"

The ID of the customer gateway.

", "locationName":"customerGatewayId" }, "IpAddress":{ "shape":"String", "documentation":"

The Internet-routable IP address of the customer gateway's outside interface.

", "locationName":"ipAddress" }, "State":{ "shape":"String", "documentation":"

The current state of the customer gateway (pending | available | deleting | deleted).

", "locationName":"state" }, "Type":{ "shape":"String", "documentation":"

The type of VPN connection the customer gateway supports (ipsec.1).

", "locationName":"type" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the customer gateway.

", "locationName":"tagSet" } }, "documentation":"

Describes a customer gateway.

" }, "CustomerGatewayIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"CustomerGatewayId" } }, "CustomerGatewayList":{ "type":"list", "member":{ "shape":"CustomerGateway", "locationName":"item" } }, "DatafeedSubscriptionState":{ "type":"string", "enum":[ "Active", "Inactive" ] }, "DateTime":{"type":"timestamp"}, "DefaultTargetCapacityType":{ "type":"string", "enum":[ "spot", "on-demand" ] }, "DeleteCustomerGatewayRequest":{ "type":"structure", "required":["CustomerGatewayId"], "members":{ "CustomerGatewayId":{ "shape":"String", "documentation":"

The ID of the customer gateway.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteCustomerGateway.

" }, "DeleteDhcpOptionsRequest":{ "type":"structure", "required":["DhcpOptionsId"], "members":{ "DhcpOptionsId":{ "shape":"String", "documentation":"

The ID of the DHCP options set.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteDhcpOptions.

" }, "DeleteEgressOnlyInternetGatewayRequest":{ "type":"structure", "required":["EgressOnlyInternetGatewayId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "EgressOnlyInternetGatewayId":{ "shape":"EgressOnlyInternetGatewayId", "documentation":"

The ID of the egress-only internet gateway.

" } } }, "DeleteEgressOnlyInternetGatewayResult":{ "type":"structure", "members":{ "ReturnCode":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"returnCode" } } }, "DeleteFleetError":{ "type":"structure", "members":{ "Code":{ "shape":"DeleteFleetErrorCode", "documentation":"

The error code.

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

The description for the error code.

", "locationName":"message" } }, "documentation":"

Describes an EC2 Fleet error.

" }, "DeleteFleetErrorCode":{ "type":"string", "enum":[ "fleetIdDoesNotExist", "fleetIdMalformed", "fleetNotInDeletableState", "unexpectedError" ] }, "DeleteFleetErrorItem":{ "type":"structure", "members":{ "Error":{ "shape":"DeleteFleetError", "documentation":"

The error.

", "locationName":"error" }, "FleetId":{ "shape":"FleetIdentifier", "documentation":"

The ID of the EC2 Fleet.

", "locationName":"fleetId" } }, "documentation":"

Describes an EC2 Fleet that was not successfully deleted.

" }, "DeleteFleetErrorSet":{ "type":"list", "member":{ "shape":"DeleteFleetErrorItem", "locationName":"item" } }, "DeleteFleetSuccessItem":{ "type":"structure", "members":{ "CurrentFleetState":{ "shape":"FleetStateCode", "documentation":"

The current state of the EC2 Fleet.

", "locationName":"currentFleetState" }, "PreviousFleetState":{ "shape":"FleetStateCode", "documentation":"

The previous state of the EC2 Fleet.

", "locationName":"previousFleetState" }, "FleetId":{ "shape":"FleetIdentifier", "documentation":"

The ID of the EC2 Fleet.

", "locationName":"fleetId" } }, "documentation":"

Describes an EC2 Fleet that was successfully deleted.

" }, "DeleteFleetSuccessSet":{ "type":"list", "member":{ "shape":"DeleteFleetSuccessItem", "locationName":"item" } }, "DeleteFleetsRequest":{ "type":"structure", "required":[ "FleetIds", "TerminateInstances" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "FleetIds":{ "shape":"FleetIdSet", "documentation":"

The IDs of the EC2 Fleets.

", "locationName":"FleetId" }, "TerminateInstances":{ "shape":"Boolean", "documentation":"

Indicates whether to terminate instances for an EC2 Fleet if it is deleted successfully.

" } } }, "DeleteFleetsResult":{ "type":"structure", "members":{ "SuccessfulFleetDeletions":{ "shape":"DeleteFleetSuccessSet", "documentation":"

Information about the EC2 Fleets that are successfully deleted.

", "locationName":"successfulFleetDeletionSet" }, "UnsuccessfulFleetDeletions":{ "shape":"DeleteFleetErrorSet", "documentation":"

Information about the EC2 Fleets that are not successfully deleted.

", "locationName":"unsuccessfulFleetDeletionSet" } } }, "DeleteFlowLogsRequest":{ "type":"structure", "required":["FlowLogIds"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "FlowLogIds":{ "shape":"ValueStringList", "documentation":"

One or more flow log IDs.

", "locationName":"FlowLogId" } }, "documentation":"

Contains the parameters for DeleteFlowLogs.

" }, "DeleteFlowLogsResult":{ "type":"structure", "members":{ "Unsuccessful":{ "shape":"UnsuccessfulItemSet", "documentation":"

Information about the flow logs that could not be deleted successfully.

", "locationName":"unsuccessful" } }, "documentation":"

Contains the output of DeleteFlowLogs.

" }, "DeleteFpgaImageRequest":{ "type":"structure", "required":["FpgaImageId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "FpgaImageId":{ "shape":"String", "documentation":"

The ID of the AFI.

" } } }, "DeleteFpgaImageResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Is true if the request succeeds, and an error otherwise.

", "locationName":"return" } } }, "DeleteInternetGatewayRequest":{ "type":"structure", "required":["InternetGatewayId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InternetGatewayId":{ "shape":"String", "documentation":"

The ID of the internet gateway.

", "locationName":"internetGatewayId" } }, "documentation":"

Contains the parameters for DeleteInternetGateway.

" }, "DeleteKeyPairRequest":{ "type":"structure", "required":["KeyName"], "members":{ "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteKeyPair.

" }, "DeleteLaunchTemplateRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "LaunchTemplateName":{ "shape":"LaunchTemplateName", "documentation":"

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

" } } }, "DeleteLaunchTemplateResult":{ "type":"structure", "members":{ "LaunchTemplate":{ "shape":"LaunchTemplate", "documentation":"

Information about the launch template.

", "locationName":"launchTemplate" } } }, "DeleteLaunchTemplateVersionsRequest":{ "type":"structure", "required":["Versions"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "LaunchTemplateName":{ "shape":"LaunchTemplateName", "documentation":"

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "Versions":{ "shape":"VersionStringList", "documentation":"

The version numbers of one or more launch template versions to delete.

", "locationName":"LaunchTemplateVersion" } } }, "DeleteLaunchTemplateVersionsResponseErrorItem":{ "type":"structure", "members":{ "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template.

", "locationName":"launchTemplateId" }, "LaunchTemplateName":{ "shape":"String", "documentation":"

The name of the launch template.

", "locationName":"launchTemplateName" }, "VersionNumber":{ "shape":"Long", "documentation":"

The version number of the launch template.

", "locationName":"versionNumber" }, "ResponseError":{ "shape":"ResponseError", "documentation":"

Information about the error.

", "locationName":"responseError" } }, "documentation":"

Describes a launch template version that could not be deleted.

" }, "DeleteLaunchTemplateVersionsResponseErrorSet":{ "type":"list", "member":{ "shape":"DeleteLaunchTemplateVersionsResponseErrorItem", "locationName":"item" } }, "DeleteLaunchTemplateVersionsResponseSuccessItem":{ "type":"structure", "members":{ "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template.

", "locationName":"launchTemplateId" }, "LaunchTemplateName":{ "shape":"String", "documentation":"

The name of the launch template.

", "locationName":"launchTemplateName" }, "VersionNumber":{ "shape":"Long", "documentation":"

The version number of the launch template.

", "locationName":"versionNumber" } }, "documentation":"

Describes a launch template version that was successfully deleted.

" }, "DeleteLaunchTemplateVersionsResponseSuccessSet":{ "type":"list", "member":{ "shape":"DeleteLaunchTemplateVersionsResponseSuccessItem", "locationName":"item" } }, "DeleteLaunchTemplateVersionsResult":{ "type":"structure", "members":{ "SuccessfullyDeletedLaunchTemplateVersions":{ "shape":"DeleteLaunchTemplateVersionsResponseSuccessSet", "documentation":"

Information about the launch template versions that were successfully deleted.

", "locationName":"successfullyDeletedLaunchTemplateVersionSet" }, "UnsuccessfullyDeletedLaunchTemplateVersions":{ "shape":"DeleteLaunchTemplateVersionsResponseErrorSet", "documentation":"

Information about the launch template versions that could not be deleted.

", "locationName":"unsuccessfullyDeletedLaunchTemplateVersionSet" } } }, "DeleteNatGatewayRequest":{ "type":"structure", "required":["NatGatewayId"], "members":{ "NatGatewayId":{ "shape":"String", "documentation":"

The ID of the NAT gateway.

" } }, "documentation":"

Contains the parameters for DeleteNatGateway.

" }, "DeleteNatGatewayResult":{ "type":"structure", "members":{ "NatGatewayId":{ "shape":"String", "documentation":"

The ID of the NAT gateway.

", "locationName":"natGatewayId" } }, "documentation":"

Contains the output of DeleteNatGateway.

" }, "DeleteNetworkAclEntryRequest":{ "type":"structure", "required":[ "Egress", "NetworkAclId", "RuleNumber" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Egress":{ "shape":"Boolean", "documentation":"

Indicates whether the rule is an egress rule.

", "locationName":"egress" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" }, "RuleNumber":{ "shape":"Integer", "documentation":"

The rule number of the entry to delete.

", "locationName":"ruleNumber" } }, "documentation":"

Contains the parameters for DeleteNetworkAclEntry.

" }, "DeleteNetworkAclRequest":{ "type":"structure", "required":["NetworkAclId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" } }, "documentation":"

Contains the parameters for DeleteNetworkAcl.

" }, "DeleteNetworkInterfacePermissionRequest":{ "type":"structure", "required":["NetworkInterfacePermissionId"], "members":{ "NetworkInterfacePermissionId":{ "shape":"String", "documentation":"

The ID of the network interface permission.

" }, "Force":{ "shape":"Boolean", "documentation":"

Specify true to remove the permission even if the network interface is attached to an instance.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" } }, "documentation":"

Contains the parameters for DeleteNetworkInterfacePermission.

" }, "DeleteNetworkInterfacePermissionResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds, otherwise returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output for DeleteNetworkInterfacePermission.

" }, "DeleteNetworkInterfaceRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } }, "documentation":"

Contains the parameters for DeleteNetworkInterface.

" }, "DeletePlacementGroupRequest":{ "type":"structure", "required":["GroupName"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "GroupName":{ "shape":"String", "documentation":"

The name of the placement group.

", "locationName":"groupName" } }, "documentation":"

Contains the parameters for DeletePlacementGroup.

" }, "DeleteRouteRequest":{ "type":"structure", "required":["RouteTableId"], "members":{ "DestinationCidrBlock":{ "shape":"String", "documentation":"

The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

", "locationName":"destinationCidrBlock" }, "DestinationIpv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

", "locationName":"destinationIpv6CidrBlock" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" } }, "documentation":"

Contains the parameters for DeleteRoute.

" }, "DeleteRouteTableRequest":{ "type":"structure", "required":["RouteTableId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" } }, "documentation":"

Contains the parameters for DeleteRouteTable.

" }, "DeleteSecurityGroupRequest":{ "type":"structure", "members":{ "GroupId":{ "shape":"String", "documentation":"

The ID of the security group. Required for a nondefault VPC.

" }, "GroupName":{ "shape":"String", "documentation":"

[EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteSecurityGroup.

" }, "DeleteSnapshotRequest":{ "type":"structure", "required":["SnapshotId"], "members":{ "SnapshotId":{ "shape":"String", "documentation":"

The ID of the EBS snapshot.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteSnapshot.

" }, "DeleteSpotDatafeedSubscriptionRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteSpotDatafeedSubscription.

" }, "DeleteSubnetRequest":{ "type":"structure", "required":["SubnetId"], "members":{ "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteSubnet.

" }, "DeleteTagsRequest":{ "type":"structure", "required":["Resources"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Resources":{ "shape":"ResourceIdList", "documentation":"

The IDs of one or more resources.

", "locationName":"resourceId" }, "Tags":{ "shape":"TagList", "documentation":"

One or more tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.

If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete AWS-generated tags (tags that have the aws: prefix).

", "locationName":"tag" } }, "documentation":"

Contains the parameters for DeleteTags.

" }, "DeleteVolumeRequest":{ "type":"structure", "required":["VolumeId"], "members":{ "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteVolume.

" }, "DeleteVpcEndpointConnectionNotificationsRequest":{ "type":"structure", "required":["ConnectionNotificationIds"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ConnectionNotificationIds":{ "shape":"ValueStringList", "documentation":"

One or more notification IDs.

", "locationName":"ConnectionNotificationId" } } }, "DeleteVpcEndpointConnectionNotificationsResult":{ "type":"structure", "members":{ "Unsuccessful":{ "shape":"UnsuccessfulItemSet", "documentation":"

Information about the notifications that could not be deleted successfully.

", "locationName":"unsuccessful" } } }, "DeleteVpcEndpointServiceConfigurationsRequest":{ "type":"structure", "required":["ServiceIds"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceIds":{ "shape":"ValueStringList", "documentation":"

The IDs of one or more services.

", "locationName":"ServiceId" } } }, "DeleteVpcEndpointServiceConfigurationsResult":{ "type":"structure", "members":{ "Unsuccessful":{ "shape":"UnsuccessfulItemSet", "documentation":"

Information about the service configurations that were not deleted, if applicable.

", "locationName":"unsuccessful" } } }, "DeleteVpcEndpointsRequest":{ "type":"structure", "required":["VpcEndpointIds"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "VpcEndpointIds":{ "shape":"ValueStringList", "documentation":"

One or more VPC endpoint IDs.

", "locationName":"VpcEndpointId" } }, "documentation":"

Contains the parameters for DeleteVpcEndpoints.

" }, "DeleteVpcEndpointsResult":{ "type":"structure", "members":{ "Unsuccessful":{ "shape":"UnsuccessfulItemSet", "documentation":"

Information about the VPC endpoints that were not successfully deleted.

", "locationName":"unsuccessful" } }, "documentation":"

Contains the output of DeleteVpcEndpoints.

" }, "DeleteVpcPeeringConnectionRequest":{ "type":"structure", "required":["VpcPeeringConnectionId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } }, "documentation":"

Contains the parameters for DeleteVpcPeeringConnection.

" }, "DeleteVpcPeeringConnectionResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of DeleteVpcPeeringConnection.

" }, "DeleteVpcRequest":{ "type":"structure", "required":["VpcId"], "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteVpc.

" }, "DeleteVpnConnectionRequest":{ "type":"structure", "required":["VpnConnectionId"], "members":{ "VpnConnectionId":{ "shape":"String", "documentation":"

The ID of the VPN connection.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteVpnConnection.

" }, "DeleteVpnConnectionRouteRequest":{ "type":"structure", "required":[ "DestinationCidrBlock", "VpnConnectionId" ], "members":{ "DestinationCidrBlock":{ "shape":"String", "documentation":"

The CIDR block associated with the local subnet of the customer network.

" }, "VpnConnectionId":{ "shape":"String", "documentation":"

The ID of the VPN connection.

" } }, "documentation":"

Contains the parameters for DeleteVpnConnectionRoute.

" }, "DeleteVpnGatewayRequest":{ "type":"structure", "required":["VpnGatewayId"], "members":{ "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeleteVpnGateway.

" }, "DeregisterImageRequest":{ "type":"structure", "required":["ImageId"], "members":{ "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DeregisterImage.

" }, "DescribeAccountAttributesRequest":{ "type":"structure", "members":{ "AttributeNames":{ "shape":"AccountAttributeNameStringList", "documentation":"

One or more account attribute names.

", "locationName":"attributeName" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeAccountAttributes.

" }, "DescribeAccountAttributesResult":{ "type":"structure", "members":{ "AccountAttributes":{ "shape":"AccountAttributeList", "documentation":"

Information about one or more account attributes.

", "locationName":"accountAttributeSet" } }, "documentation":"

Contains the output of DescribeAccountAttributes.

" }, "DescribeAddressesRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters. Filter names and values are case-sensitive.

", "locationName":"Filter" }, "PublicIps":{ "shape":"PublicIpStringList", "documentation":"

[EC2-Classic] One or more Elastic IP addresses.

Default: Describes all your Elastic IP addresses.

", "locationName":"PublicIp" }, "AllocationIds":{ "shape":"AllocationIdList", "documentation":"

[EC2-VPC] One or more allocation IDs.

Default: Describes all your Elastic IP addresses.

", "locationName":"AllocationId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeAddresses.

" }, "DescribeAddressesResult":{ "type":"structure", "members":{ "Addresses":{ "shape":"AddressList", "documentation":"

Information about one or more Elastic IP addresses.

", "locationName":"addressesSet" } }, "documentation":"

Contains the output of DescribeAddresses.

" }, "DescribeAggregateIdFormatRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" } } }, "DescribeAggregateIdFormatResult":{ "type":"structure", "members":{ "UseLongIdsAggregated":{ "shape":"Boolean", "documentation":"

Indicates whether all resource types in the region are configured to use longer IDs. This value is only true if all users are configured to use longer IDs for all resources types in the region.

", "locationName":"useLongIdsAggregated" }, "Statuses":{ "shape":"IdFormatList", "documentation":"

Information about each resource's ID format.

", "locationName":"statusSet" } } }, "DescribeAvailabilityZonesRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "ZoneNames":{ "shape":"ZoneNameStringList", "documentation":"

The names of one or more Availability Zones.

", "locationName":"ZoneName" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeAvailabilityZones.

" }, "DescribeAvailabilityZonesResult":{ "type":"structure", "members":{ "AvailabilityZones":{ "shape":"AvailabilityZoneList", "documentation":"

Information about one or more Availability Zones.

", "locationName":"availabilityZoneInfo" } }, "documentation":"

Contains the output of DescribeAvailabiltyZones.

" }, "DescribeBundleTasksRequest":{ "type":"structure", "members":{ "BundleIds":{ "shape":"BundleIdStringList", "documentation":"

One or more bundle task IDs.

Default: Describes all your bundle tasks.

", "locationName":"BundleId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeBundleTasks.

" }, "DescribeBundleTasksResult":{ "type":"structure", "members":{ "BundleTasks":{ "shape":"BundleTaskList", "documentation":"

Information about one or more bundle tasks.

", "locationName":"bundleInstanceTasksSet" } }, "documentation":"

Contains the output of DescribeBundleTasks.

" }, "DescribeClassicLinkInstancesRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs. Must be instances linked to a VPC through ClassicLink.

", "locationName":"InstanceId" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000. If MaxResults is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the instance IDs parameter in the same request.

Constraint: If the value is greater than 1000, we return only 1000 items.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

", "locationName":"nextToken" } }, "documentation":"

Contains the parameters for DescribeClassicLinkInstances.

" }, "DescribeClassicLinkInstancesResult":{ "type":"structure", "members":{ "Instances":{ "shape":"ClassicLinkInstanceList", "documentation":"

Information about one or more linked EC2-Classic instances.

", "locationName":"instancesSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeClassicLinkInstances.

" }, "DescribeConversionTaskList":{ "type":"list", "member":{ "shape":"ConversionTask", "locationName":"item" } }, "DescribeConversionTasksRequest":{ "type":"structure", "members":{ "ConversionTaskIds":{ "shape":"ConversionIdStringList", "documentation":"

One or more conversion task IDs.

", "locationName":"conversionTaskId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeConversionTasks.

" }, "DescribeConversionTasksResult":{ "type":"structure", "members":{ "ConversionTasks":{ "shape":"DescribeConversionTaskList", "documentation":"

Information about the conversion tasks.

", "locationName":"conversionTasks" } }, "documentation":"

Contains the output for DescribeConversionTasks.

" }, "DescribeCustomerGatewaysRequest":{ "type":"structure", "members":{ "CustomerGatewayIds":{ "shape":"CustomerGatewayIdStringList", "documentation":"

One or more customer gateway IDs.

Default: Describes all your customer gateways.

", "locationName":"CustomerGatewayId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeCustomerGateways.

" }, "DescribeCustomerGatewaysResult":{ "type":"structure", "members":{ "CustomerGateways":{ "shape":"CustomerGatewayList", "documentation":"

Information about one or more customer gateways.

", "locationName":"customerGatewaySet" } }, "documentation":"

Contains the output of DescribeCustomerGateways.

" }, "DescribeDhcpOptionsRequest":{ "type":"structure", "members":{ "DhcpOptionsIds":{ "shape":"DhcpOptionsIdStringList", "documentation":"

The IDs of one or more DHCP options sets.

Default: Describes all your DHCP options sets.

", "locationName":"DhcpOptionsId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeDhcpOptions.

" }, "DescribeDhcpOptionsResult":{ "type":"structure", "members":{ "DhcpOptions":{ "shape":"DhcpOptionsList", "documentation":"

Information about one or more DHCP options sets.

", "locationName":"dhcpOptionsSet" } }, "documentation":"

Contains the output of DescribeDhcpOptions.

" }, "DescribeEgressOnlyInternetGatewaysRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "EgressOnlyInternetGatewayIds":{ "shape":"EgressOnlyInternetGatewayIdList", "documentation":"

One or more egress-only internet gateway IDs.

", "locationName":"EgressOnlyInternetGatewayId" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000. If MaxResults is given a value larger than 1000, only 1000 results are returned.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

" } } }, "DescribeEgressOnlyInternetGatewaysResult":{ "type":"structure", "members":{ "EgressOnlyInternetGateways":{ "shape":"EgressOnlyInternetGatewayList", "documentation":"

Information about the egress-only internet gateways.

", "locationName":"egressOnlyInternetGatewaySet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

", "locationName":"nextToken" } } }, "DescribeElasticGpusRequest":{ "type":"structure", "members":{ "ElasticGpuIds":{ "shape":"ElasticGpuIdSet", "documentation":"

One or more Elastic GPU IDs.

", "locationName":"ElasticGpuId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to request the next page of results.

" } } }, "DescribeElasticGpusResult":{ "type":"structure", "members":{ "ElasticGpuSet":{ "shape":"ElasticGpuSet", "documentation":"

Information about the Elastic GPUs.

", "locationName":"elasticGpuSet" }, "MaxResults":{ "shape":"Integer", "documentation":"

The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeExportTasksRequest":{ "type":"structure", "members":{ "ExportTaskIds":{ "shape":"ExportTaskIdStringList", "documentation":"

One or more export task IDs.

", "locationName":"exportTaskId" } }, "documentation":"

Contains the parameters for DescribeExportTasks.

" }, "DescribeExportTasksResult":{ "type":"structure", "members":{ "ExportTasks":{ "shape":"ExportTaskList", "documentation":"

Information about the export tasks.

", "locationName":"exportTaskSet" } }, "documentation":"

Contains the output for DescribeExportTasks.

" }, "DescribeFleetHistoryRequest":{ "type":"structure", "required":[ "FleetId", "StartTime" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "EventType":{ "shape":"FleetEventType", "documentation":"

The type of events to describe. By default, all events are described.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

" }, "FleetId":{ "shape":"FleetIdentifier", "documentation":"

The ID of the EC2 Fleet.

" }, "StartTime":{ "shape":"DateTime", "documentation":"

The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

" } } }, "DescribeFleetHistoryResult":{ "type":"structure", "members":{ "HistoryRecords":{ "shape":"HistoryRecordSet", "documentation":"

Information about the events in the history of the EC2 Fleet.

", "locationName":"historyRecordSet" }, "LastEvaluatedTime":{ "shape":"DateTime", "documentation":"

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more results, this value is not present.

", "locationName":"lastEvaluatedTime" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

", "locationName":"nextToken" }, "FleetId":{ "shape":"FleetIdentifier", "documentation":"

The ID of the EC Fleet.

", "locationName":"fleetId" }, "StartTime":{ "shape":"DateTime", "documentation":"

The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "locationName":"startTime" } } }, "DescribeFleetInstancesRequest":{ "type":"structure", "required":["FleetId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

" }, "FleetId":{ "shape":"FleetIdentifier", "documentation":"

The ID of the EC2 Fleet.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeFleetInstancesResult":{ "type":"structure", "members":{ "ActiveInstances":{ "shape":"ActiveInstanceSet", "documentation":"

The running instances. This list is refreshed periodically and might be out of date.

", "locationName":"activeInstanceSet" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

", "locationName":"nextToken" }, "FleetId":{ "shape":"FleetIdentifier", "documentation":"

The ID of the EC2 Fleet.

", "locationName":"fleetId" } } }, "DescribeFleetsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

" }, "FleetIds":{ "shape":"FleetIdSet", "documentation":"

The ID of the EC2 Fleets.

", "locationName":"FleetId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeFleetsResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

", "locationName":"nextToken" }, "Fleets":{ "shape":"FleetSet", "documentation":"

Information about the EC2 Fleets.

", "locationName":"fleetSet" } } }, "DescribeFlowLogsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Filter":{ "shape":"FilterList", "documentation":"

One or more filters.

" }, "FlowLogIds":{ "shape":"ValueStringList", "documentation":"

One or more flow log IDs.

", "locationName":"FlowLogId" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000. If MaxResults is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the flow log IDs parameter in the same request.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

" } }, "documentation":"

Contains the parameters for DescribeFlowLogs.

" }, "DescribeFlowLogsResult":{ "type":"structure", "members":{ "FlowLogs":{ "shape":"FlowLogSet", "documentation":"

Information about the flow logs.

", "locationName":"flowLogSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeFlowLogs.

" }, "DescribeFpgaImageAttributeRequest":{ "type":"structure", "required":[ "FpgaImageId", "Attribute" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "FpgaImageId":{ "shape":"String", "documentation":"

The ID of the AFI.

" }, "Attribute":{ "shape":"FpgaImageAttributeName", "documentation":"

The AFI attribute.

" } } }, "DescribeFpgaImageAttributeResult":{ "type":"structure", "members":{ "FpgaImageAttribute":{ "shape":"FpgaImageAttribute", "documentation":"

Information about the attribute.

", "locationName":"fpgaImageAttribute" } } }, "DescribeFpgaImagesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "FpgaImageIds":{ "shape":"FpgaImageIdList", "documentation":"

One or more AFI IDs.

", "locationName":"FpgaImageId" }, "Owners":{ "shape":"OwnerStringList", "documentation":"

Filters the AFI by owner. Specify an AWS account ID, self (owner is the sender of the request), or an AWS owner alias (valid values are amazon | aws-marketplace).

", "locationName":"Owner" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token to retrieve the next page of results.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to return in a single call.

" } } }, "DescribeFpgaImagesResult":{ "type":"structure", "members":{ "FpgaImages":{ "shape":"FpgaImageList", "documentation":"

Information about one or more FPGA images.

", "locationName":"fpgaImageSet" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeHostReservationOfferingsRequest":{ "type":"structure", "members":{ "Filter":{ "shape":"FilterList", "documentation":"

One or more filters.

" }, "MaxDuration":{ "shape":"Integer", "documentation":"

This is the maximum duration of the reservation to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 94608000 for three years.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

" }, "MinDuration":{ "shape":"Integer", "documentation":"

This is the minimum duration of the reservation you'd like to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 31536000 for one year.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

" }, "OfferingId":{ "shape":"String", "documentation":"

The ID of the reservation offering.

" } } }, "DescribeHostReservationOfferingsResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" }, "OfferingSet":{ "shape":"HostOfferingSet", "documentation":"

Information about the offerings.

", "locationName":"offeringSet" } } }, "DescribeHostReservationsRequest":{ "type":"structure", "members":{ "Filter":{ "shape":"FilterList", "documentation":"

One or more filters.

" }, "HostReservationIdSet":{ "shape":"HostReservationIdSet", "documentation":"

One or more host reservation IDs.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500.If maxResults is given a larger value than 500, you receive an error.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

" } } }, "DescribeHostReservationsResult":{ "type":"structure", "members":{ "HostReservationSet":{ "shape":"HostReservationSet", "documentation":"

Details about the reservation's configuration.

", "locationName":"hostReservationSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeHostsRequest":{ "type":"structure", "members":{ "Filter":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"filter" }, "HostIds":{ "shape":"RequestHostIdList", "documentation":"

The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches.

", "locationName":"hostId" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error. You cannot specify this parameter and the host IDs parameter in the same request.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

", "locationName":"nextToken" } }, "documentation":"

Contains the parameters for DescribeHosts.

" }, "DescribeHostsResult":{ "type":"structure", "members":{ "Hosts":{ "shape":"HostList", "documentation":"

Information about the Dedicated Hosts.

", "locationName":"hostSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeHosts.

" }, "DescribeIamInstanceProfileAssociationsRequest":{ "type":"structure", "members":{ "AssociationIds":{ "shape":"AssociationIdList", "documentation":"

One or more IAM instance profile associations.

", "locationName":"AssociationId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token to request the next page of results.

" } } }, "DescribeIamInstanceProfileAssociationsResult":{ "type":"structure", "members":{ "IamInstanceProfileAssociations":{ "shape":"IamInstanceProfileAssociationSet", "documentation":"

Information about one or more IAM instance profile associations.

", "locationName":"iamInstanceProfileAssociationSet" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeIdFormatRequest":{ "type":"structure", "members":{ "Resource":{ "shape":"String", "documentation":"

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

" } }, "documentation":"

Contains the parameters for DescribeIdFormat.

" }, "DescribeIdFormatResult":{ "type":"structure", "members":{ "Statuses":{ "shape":"IdFormatList", "documentation":"

Information about the ID format for the resource.

", "locationName":"statusSet" } }, "documentation":"

Contains the output of DescribeIdFormat.

" }, "DescribeIdentityIdFormatRequest":{ "type":"structure", "required":["PrincipalArn"], "members":{ "PrincipalArn":{ "shape":"String", "documentation":"

The ARN of the principal, which can be an IAM role, IAM user, or the root user.

", "locationName":"principalArn" }, "Resource":{ "shape":"String", "documentation":"

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

", "locationName":"resource" } }, "documentation":"

Contains the parameters for DescribeIdentityIdFormat.

" }, "DescribeIdentityIdFormatResult":{ "type":"structure", "members":{ "Statuses":{ "shape":"IdFormatList", "documentation":"

Information about the ID format for the resources.

", "locationName":"statusSet" } }, "documentation":"

Contains the output of DescribeIdentityIdFormat.

" }, "DescribeImageAttributeRequest":{ "type":"structure", "required":[ "Attribute", "ImageId" ], "members":{ "Attribute":{ "shape":"ImageAttributeName", "documentation":"

The AMI attribute.

Note: Depending on your account privileges, the blockDeviceMapping attribute may return a Client.AuthFailure error. If this happens, use DescribeImages to get information about the block device mapping for the AMI.

" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeImageAttribute.

" }, "DescribeImagesRequest":{ "type":"structure", "members":{ "ExecutableUsers":{ "shape":"ExecutableByStringList", "documentation":"

Scopes the images by users with explicit launch permissions. Specify an AWS account ID, self (the sender of the request), or all (public AMIs).

", "locationName":"ExecutableBy" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "ImageIds":{ "shape":"ImageIdStringList", "documentation":"

One or more image IDs.

Default: Describes all images available to you.

", "locationName":"ImageId" }, "Owners":{ "shape":"OwnerStringList", "documentation":"

Filters the images by the owner. Specify an AWS account ID, self (owner is the sender of the request), or an AWS owner alias (valid values are amazon | aws-marketplace | microsoft). Omitting this option returns all images for which you have launch permissions, regardless of ownership.

", "locationName":"Owner" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeImages.

" }, "DescribeImagesResult":{ "type":"structure", "members":{ "Images":{ "shape":"ImageList", "documentation":"

Information about one or more images.

", "locationName":"imagesSet" } }, "documentation":"

Contains the output of DescribeImages.

" }, "DescribeImportImageTasksRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Filters":{ "shape":"FilterList", "documentation":"

Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.

" }, "ImportTaskIds":{ "shape":"ImportTaskIdList", "documentation":"

A list of import image task IDs.

", "locationName":"ImportTaskId" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

" }, "NextToken":{ "shape":"String", "documentation":"

A token that indicates the next page of results.

" } }, "documentation":"

Contains the parameters for DescribeImportImageTasks.

" }, "DescribeImportImageTasksResult":{ "type":"structure", "members":{ "ImportImageTasks":{ "shape":"ImportImageTaskList", "documentation":"

A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

", "locationName":"importImageTaskSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to get the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output for DescribeImportImageTasks.

" }, "DescribeImportSnapshotTasksRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

" }, "ImportTaskIds":{ "shape":"ImportTaskIdList", "documentation":"

A list of import snapshot task IDs.

", "locationName":"ImportTaskId" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

" }, "NextToken":{ "shape":"String", "documentation":"

A token that indicates the next page of results.

" } }, "documentation":"

Contains the parameters for DescribeImportSnapshotTasks.

" }, "DescribeImportSnapshotTasksResult":{ "type":"structure", "members":{ "ImportSnapshotTasks":{ "shape":"ImportSnapshotTaskList", "documentation":"

A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.

", "locationName":"importSnapshotTaskSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to get the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output for DescribeImportSnapshotTasks.

" }, "DescribeInstanceAttributeRequest":{ "type":"structure", "required":[ "Attribute", "InstanceId" ], "members":{ "Attribute":{ "shape":"InstanceAttributeName", "documentation":"

The instance attribute.

Note: The enaSupport attribute is not supported at this time.

", "locationName":"attribute" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" } }, "documentation":"

Contains the parameters for DescribeInstanceAttribute.

" }, "DescribeInstanceCreditSpecificationsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

Default: Describes all your instances.

Constraints: Maximum 1000 explicitly specified instance IDs.

", "locationName":"InstanceId" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

" } } }, "DescribeInstanceCreditSpecificationsResult":{ "type":"structure", "members":{ "InstanceCreditSpecifications":{ "shape":"InstanceCreditSpecificationList", "documentation":"

Information about the credit option for CPU usage of an instance.

", "locationName":"instanceCreditSpecificationSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeInstanceStatusRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

Default: Describes all your instances.

Constraints: Maximum 100 explicitly specified instance IDs.

", "locationName":"InstanceId" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "IncludeAllInstances":{ "shape":"Boolean", "documentation":"

When true, includes the health status for all instances. When false, includes the health status for running instances only.

Default: false

", "locationName":"includeAllInstances" } }, "documentation":"

Contains the parameters for DescribeInstanceStatus.

" }, "DescribeInstanceStatusResult":{ "type":"structure", "members":{ "InstanceStatuses":{ "shape":"InstanceStatusList", "documentation":"

One or more instance status descriptions.

", "locationName":"instanceStatusSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeInstanceStatus.

" }, "DescribeInstancesRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

Default: Describes all your instances.

", "locationName":"InstanceId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token to request the next page of results.

", "locationName":"nextToken" } }, "documentation":"

Contains the parameters for DescribeInstances.

" }, "DescribeInstancesResult":{ "type":"structure", "members":{ "Reservations":{ "shape":"ReservationList", "documentation":"

Zero or more reservations.

", "locationName":"reservationSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeInstances.

" }, "DescribeInternetGatewaysRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InternetGatewayIds":{ "shape":"ValueStringList", "documentation":"

One or more internet gateway IDs.

Default: Describes all your internet gateways.

", "locationName":"internetGatewayId" } }, "documentation":"

Contains the parameters for DescribeInternetGateways.

" }, "DescribeInternetGatewaysResult":{ "type":"structure", "members":{ "InternetGateways":{ "shape":"InternetGatewayList", "documentation":"

Information about one or more internet gateways.

", "locationName":"internetGatewaySet" } }, "documentation":"

Contains the output of DescribeInternetGateways.

" }, "DescribeKeyPairsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "KeyNames":{ "shape":"KeyNameStringList", "documentation":"

One or more key pair names.

Default: Describes all your key pairs.

", "locationName":"KeyName" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeKeyPairs.

" }, "DescribeKeyPairsResult":{ "type":"structure", "members":{ "KeyPairs":{ "shape":"KeyPairList", "documentation":"

Information about one or more key pairs.

", "locationName":"keySet" } }, "documentation":"

Contains the output of DescribeKeyPairs.

" }, "DescribeLaunchTemplateVersionsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "LaunchTemplateName":{ "shape":"LaunchTemplateName", "documentation":"

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "Versions":{ "shape":"VersionStringList", "documentation":"

One or more versions of the launch template.

", "locationName":"LaunchTemplateVersion" }, "MinVersion":{ "shape":"String", "documentation":"

The version number after which to describe launch template versions.

" }, "MaxVersion":{ "shape":"String", "documentation":"

The version number up to which to describe launch template versions.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to request the next page of results.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 1 and 200.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeLaunchTemplateVersionsResult":{ "type":"structure", "members":{ "LaunchTemplateVersions":{ "shape":"LaunchTemplateVersionSet", "documentation":"

Information about the launch template versions.

", "locationName":"launchTemplateVersionSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeLaunchTemplatesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "LaunchTemplateIds":{ "shape":"ValueStringList", "documentation":"

One or more launch template IDs.

", "locationName":"LaunchTemplateId" }, "LaunchTemplateNames":{ "shape":"LaunchTemplateNameStringList", "documentation":"

One or more launch template names.

", "locationName":"LaunchTemplateName" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "NextToken":{ "shape":"String", "documentation":"

The token to request the next page of results.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.

" } } }, "DescribeLaunchTemplatesResult":{ "type":"structure", "members":{ "LaunchTemplates":{ "shape":"LaunchTemplateSet", "documentation":"

Information about the launch templates.

", "locationName":"launchTemplates" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeMovingAddressesRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

Default: If no value is provided, the default is 1000.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

", "locationName":"nextToken" }, "PublicIps":{ "shape":"ValueStringList", "documentation":"

One or more Elastic IP addresses.

", "locationName":"publicIp" } }, "documentation":"

Contains the parameters for DescribeMovingAddresses.

" }, "DescribeMovingAddressesResult":{ "type":"structure", "members":{ "MovingAddressStatuses":{ "shape":"MovingAddressStatusSet", "documentation":"

The status for each Elastic IP address.

", "locationName":"movingAddressStatusSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeMovingAddresses.

" }, "DescribeNatGatewaysRequest":{ "type":"structure", "members":{ "Filter":{ "shape":"FilterList", "documentation":"

One or more filters.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value specified is greater than 1000, we return only 1000 items.

" }, "NatGatewayIds":{ "shape":"ValueStringList", "documentation":"

One or more NAT gateway IDs.

", "locationName":"NatGatewayId" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

" } }, "documentation":"

Contains the parameters for DescribeNatGateways.

" }, "DescribeNatGatewaysResult":{ "type":"structure", "members":{ "NatGateways":{ "shape":"NatGatewayList", "documentation":"

Information about the NAT gateways.

", "locationName":"natGatewaySet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeNatGateways.

" }, "DescribeNetworkAclsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "NetworkAclIds":{ "shape":"ValueStringList", "documentation":"

One or more network ACL IDs.

Default: Describes all your network ACLs.

", "locationName":"NetworkAclId" } }, "documentation":"

Contains the parameters for DescribeNetworkAcls.

" }, "DescribeNetworkAclsResult":{ "type":"structure", "members":{ "NetworkAcls":{ "shape":"NetworkAclList", "documentation":"

Information about one or more network ACLs.

", "locationName":"networkAclSet" } }, "documentation":"

Contains the output of DescribeNetworkAcls.

" }, "DescribeNetworkInterfaceAttributeRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "Attribute":{ "shape":"NetworkInterfaceAttribute", "documentation":"

The attribute of the network interface. This parameter is required.

", "locationName":"attribute" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } }, "documentation":"

Contains the parameters for DescribeNetworkInterfaceAttribute.

" }, "DescribeNetworkInterfaceAttributeResult":{ "type":"structure", "members":{ "Attachment":{ "shape":"NetworkInterfaceAttachment", "documentation":"

The attachment (if any) of the network interface.

", "locationName":"attachment" }, "Description":{ "shape":"AttributeValue", "documentation":"

The description of the network interface.

", "locationName":"description" }, "Groups":{ "shape":"GroupIdentifierList", "documentation":"

The security groups associated with the network interface.

", "locationName":"groupSet" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "SourceDestCheck":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether source/destination checking is enabled.

", "locationName":"sourceDestCheck" } }, "documentation":"

Contains the output of DescribeNetworkInterfaceAttribute.

" }, "DescribeNetworkInterfacePermissionsRequest":{ "type":"structure", "members":{ "NetworkInterfacePermissionIds":{ "shape":"NetworkInterfacePermissionIdList", "documentation":"

One or more network interface permission IDs.

", "locationName":"NetworkInterfacePermissionId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "NextToken":{ "shape":"String", "documentation":"

The token to request the next page of results.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. If this parameter is not specified, up to 50 results are returned by default.

" } }, "documentation":"

Contains the parameters for DescribeNetworkInterfacePermissions.

" }, "DescribeNetworkInterfacePermissionsResult":{ "type":"structure", "members":{ "NetworkInterfacePermissions":{ "shape":"NetworkInterfacePermissionList", "documentation":"

The network interface permissions.

", "locationName":"networkInterfacePermissions" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

", "locationName":"nextToken" } }, "documentation":"

Contains the output for DescribeNetworkInterfacePermissions.

" }, "DescribeNetworkInterfacesRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "NetworkInterfaceIds":{ "shape":"NetworkInterfaceIdList", "documentation":"

One or more network interface IDs.

Default: Describes all your network interfaces.

", "locationName":"NetworkInterfaceId" } }, "documentation":"

Contains the parameters for DescribeNetworkInterfaces.

" }, "DescribeNetworkInterfacesResult":{ "type":"structure", "members":{ "NetworkInterfaces":{ "shape":"NetworkInterfaceList", "documentation":"

Information about one or more network interfaces.

", "locationName":"networkInterfaceSet" } }, "documentation":"

Contains the output of DescribeNetworkInterfaces.

" }, "DescribePlacementGroupsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "GroupNames":{ "shape":"PlacementGroupStringList", "documentation":"

One or more placement group names.

Default: Describes all your placement groups, or only those otherwise specified.

", "locationName":"groupName" } }, "documentation":"

Contains the parameters for DescribePlacementGroups.

" }, "DescribePlacementGroupsResult":{ "type":"structure", "members":{ "PlacementGroups":{ "shape":"PlacementGroupList", "documentation":"

One or more placement groups.

", "locationName":"placementGroupSet" } }, "documentation":"

Contains the output of DescribePlacementGroups.

" }, "DescribePrefixListsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value specified is greater than 1000, we return only 1000 items.

" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of items to return. (You received this token from a prior call.)

" }, "PrefixListIds":{ "shape":"ValueStringList", "documentation":"

One or more prefix list IDs.

", "locationName":"PrefixListId" } }, "documentation":"

Contains the parameters for DescribePrefixLists.

" }, "DescribePrefixListsResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"String", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

", "locationName":"nextToken" }, "PrefixLists":{ "shape":"PrefixListSet", "documentation":"

All available prefix lists.

", "locationName":"prefixListSet" } }, "documentation":"

Contains the output of DescribePrefixLists.

" }, "DescribePrincipalIdFormatRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Resources":{ "shape":"ResourceList", "documentation":"

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

", "locationName":"Resource" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to request the next page of results.

" } } }, "DescribePrincipalIdFormatResult":{ "type":"structure", "members":{ "Principals":{ "shape":"PrincipalIdFormatList", "documentation":"

Information about the ID format settings for the ARN.

", "locationName":"principalSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeRegionsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "RegionNames":{ "shape":"RegionNameStringList", "documentation":"

The names of one or more regions.

", "locationName":"RegionName" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeRegions.

" }, "DescribeRegionsResult":{ "type":"structure", "members":{ "Regions":{ "shape":"RegionList", "documentation":"

Information about one or more regions.

", "locationName":"regionInfo" } }, "documentation":"

Contains the output of DescribeRegions.

" }, "DescribeReservedInstancesListingsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "ReservedInstancesId":{ "shape":"String", "documentation":"

One or more Reserved Instance IDs.

", "locationName":"reservedInstancesId" }, "ReservedInstancesListingId":{ "shape":"String", "documentation":"

One or more Reserved Instance listing IDs.

", "locationName":"reservedInstancesListingId" } }, "documentation":"

Contains the parameters for DescribeReservedInstancesListings.

" }, "DescribeReservedInstancesListingsResult":{ "type":"structure", "members":{ "ReservedInstancesListings":{ "shape":"ReservedInstancesListingList", "documentation":"

Information about the Reserved Instance listing.

", "locationName":"reservedInstancesListingsSet" } }, "documentation":"

Contains the output of DescribeReservedInstancesListings.

" }, "DescribeReservedInstancesModificationsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "ReservedInstancesModificationIds":{ "shape":"ReservedInstancesModificationIdStringList", "documentation":"

IDs for the submitted modification request.

", "locationName":"ReservedInstancesModificationId" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

", "locationName":"nextToken" } }, "documentation":"

Contains the parameters for DescribeReservedInstancesModifications.

" }, "DescribeReservedInstancesModificationsResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" }, "ReservedInstancesModifications":{ "shape":"ReservedInstancesModificationList", "documentation":"

The Reserved Instance modification information.

", "locationName":"reservedInstancesModificationsSet" } }, "documentation":"

Contains the output of DescribeReservedInstancesModifications.

" }, "DescribeReservedInstancesOfferingsRequest":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in which the Reserved Instance can be used.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "IncludeMarketplace":{ "shape":"Boolean", "documentation":"

Include Reserved Instance Marketplace offerings in the response.

" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type that the reservation will cover (for example, m1.small). For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.

" }, "MaxDuration":{ "shape":"Long", "documentation":"

The maximum duration (in seconds) to filter when searching for offerings.

Default: 94608000 (3 years)

" }, "MaxInstanceCount":{ "shape":"Integer", "documentation":"

The maximum number of instances to filter when searching for offerings.

Default: 20

" }, "MinDuration":{ "shape":"Long", "documentation":"

The minimum duration (in seconds) to filter when searching for offerings.

Default: 2592000 (1 month)

" }, "OfferingClass":{ "shape":"OfferingClassType", "documentation":"

The offering class of the Reserved Instance. Can be standard or convertible.

" }, "ProductDescription":{ "shape":"RIProductDescription", "documentation":"

The Reserved Instance product platform description. Instances that include (Amazon VPC) in the description are for use with Amazon VPC.

" }, "ReservedInstancesOfferingIds":{ "shape":"ReservedInstancesOfferingIdStringList", "documentation":"

One or more Reserved Instances offering IDs.

", "locationName":"ReservedInstancesOfferingId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InstanceTenancy":{ "shape":"Tenancy", "documentation":"

The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of dedicated is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances).

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

", "locationName":"instanceTenancy" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. The maximum is 100.

Default: 100

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

", "locationName":"nextToken" }, "OfferingType":{ "shape":"OfferingTypeValues", "documentation":"

The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.

", "locationName":"offeringType" } }, "documentation":"

Contains the parameters for DescribeReservedInstancesOfferings.

" }, "DescribeReservedInstancesOfferingsResult":{ "type":"structure", "members":{ "ReservedInstancesOfferings":{ "shape":"ReservedInstancesOfferingList", "documentation":"

A list of Reserved Instances offerings.

", "locationName":"reservedInstancesOfferingsSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeReservedInstancesOfferings.

" }, "DescribeReservedInstancesRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "OfferingClass":{ "shape":"OfferingClassType", "documentation":"

Describes whether the Reserved Instance is Standard or Convertible.

" }, "ReservedInstancesIds":{ "shape":"ReservedInstancesIdStringList", "documentation":"

One or more Reserved Instance IDs.

Default: Describes all your Reserved Instances, or only those otherwise specified.

", "locationName":"ReservedInstancesId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "OfferingType":{ "shape":"OfferingTypeValues", "documentation":"

The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.

", "locationName":"offeringType" } }, "documentation":"

Contains the parameters for DescribeReservedInstances.

" }, "DescribeReservedInstancesResult":{ "type":"structure", "members":{ "ReservedInstances":{ "shape":"ReservedInstancesList", "documentation":"

A list of Reserved Instances.

", "locationName":"reservedInstancesSet" } }, "documentation":"

Contains the output for DescribeReservedInstances.

" }, "DescribeRouteTablesRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "RouteTableIds":{ "shape":"ValueStringList", "documentation":"

One or more route table IDs.

Default: Describes all your route tables.

", "locationName":"RouteTableId" } }, "documentation":"

Contains the parameters for DescribeRouteTables.

" }, "DescribeRouteTablesResult":{ "type":"structure", "members":{ "RouteTables":{ "shape":"RouteTableList", "documentation":"

Information about one or more route tables.

", "locationName":"routeTableSet" } }, "documentation":"

Contains the output of DescribeRouteTables.

" }, "DescribeScheduledInstanceAvailabilityRequest":{ "type":"structure", "required":[ "FirstSlotStartTimeRange", "Recurrence" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "FirstSlotStartTimeRange":{ "shape":"SlotDateTimeRangeRequest", "documentation":"

The time period for the first schedule to start.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 300. To retrieve the remaining results, make another call with the returned NextToken value.

" }, "MaxSlotDurationInHours":{ "shape":"Integer", "documentation":"

The maximum available duration, in hours. This value must be greater than MinSlotDurationInHours and less than 1,720.

" }, "MinSlotDurationInHours":{ "shape":"Integer", "documentation":"

The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.

" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

" }, "Recurrence":{ "shape":"ScheduledInstanceRecurrenceRequest", "documentation":"

The schedule recurrence.

" } }, "documentation":"

Contains the parameters for DescribeScheduledInstanceAvailability.

" }, "DescribeScheduledInstanceAvailabilityResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"String", "documentation":"

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "locationName":"nextToken" }, "ScheduledInstanceAvailabilitySet":{ "shape":"ScheduledInstanceAvailabilitySet", "documentation":"

Information about the available Scheduled Instances.

", "locationName":"scheduledInstanceAvailabilitySet" } }, "documentation":"

Contains the output of DescribeScheduledInstanceAvailability.

" }, "DescribeScheduledInstancesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

" }, "ScheduledInstanceIds":{ "shape":"ScheduledInstanceIdRequestSet", "documentation":"

One or more Scheduled Instance IDs.

", "locationName":"ScheduledInstanceId" }, "SlotStartTimeRange":{ "shape":"SlotStartTimeRangeRequest", "documentation":"

The time period for the first schedule to start.

" } }, "documentation":"

Contains the parameters for DescribeScheduledInstances.

" }, "DescribeScheduledInstancesResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"String", "documentation":"

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "locationName":"nextToken" }, "ScheduledInstanceSet":{ "shape":"ScheduledInstanceSet", "documentation":"

Information about the Scheduled Instances.

", "locationName":"scheduledInstanceSet" } }, "documentation":"

Contains the output of DescribeScheduledInstances.

" }, "DescribeSecurityGroupReferencesRequest":{ "type":"structure", "required":["GroupId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "GroupId":{ "shape":"GroupIds", "documentation":"

One or more security group IDs in your account.

" } } }, "DescribeSecurityGroupReferencesResult":{ "type":"structure", "members":{ "SecurityGroupReferenceSet":{ "shape":"SecurityGroupReferences", "documentation":"

Information about the VPCs with the referencing security groups.

", "locationName":"securityGroupReferenceSet" } } }, "DescribeSecurityGroupsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.

", "locationName":"Filter" }, "GroupIds":{ "shape":"GroupIdStringList", "documentation":"

One or more security group IDs. Required for security groups in a nondefault VPC.

Default: Describes all your security groups.

", "locationName":"GroupId" }, "GroupNames":{ "shape":"GroupNameStringList", "documentation":"

[EC2-Classic and default VPC only] One or more security group names. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, use the group-name filter to describe security groups by name.

Default: Describes all your security groups.

", "locationName":"GroupName" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "NextToken":{ "shape":"String", "documentation":"

The token to request the next page of results.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value. This value can be between 5 and 1000. If this parameter is not specified, then all results are returned.

" } }, "documentation":"

Contains the parameters for DescribeSecurityGroups.

" }, "DescribeSecurityGroupsResult":{ "type":"structure", "members":{ "SecurityGroups":{ "shape":"SecurityGroupList", "documentation":"

Information about one or more security groups.

", "locationName":"securityGroupInfo" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeSecurityGroups.

" }, "DescribeSnapshotAttributeRequest":{ "type":"structure", "required":[ "Attribute", "SnapshotId" ], "members":{ "Attribute":{ "shape":"SnapshotAttributeName", "documentation":"

The snapshot attribute you would like to view.

" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the EBS snapshot.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeSnapshotAttribute.

" }, "DescribeSnapshotAttributeResult":{ "type":"structure", "members":{ "CreateVolumePermissions":{ "shape":"CreateVolumePermissionList", "documentation":"

A list of permissions for creating volumes from the snapshot.

", "locationName":"createVolumePermission" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

A list of product codes.

", "locationName":"productCodes" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the EBS snapshot.

", "locationName":"snapshotId" } }, "documentation":"

Contains the output of DescribeSnapshotAttribute.

" }, "DescribeSnapshotsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of snapshot results returned by DescribeSnapshots in paginated output. When this parameter is used, DescribeSnapshots only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeSnapshots request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then DescribeSnapshots returns all results. You cannot specify this parameter and the snapshot IDs parameter in the same request.

" }, "NextToken":{ "shape":"String", "documentation":"

The NextToken value returned from a previous paginated DescribeSnapshots request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

" }, "OwnerIds":{ "shape":"OwnerStringList", "documentation":"

Returns the snapshots owned by the specified owner. Multiple owners can be specified.

", "locationName":"Owner" }, "RestorableByUserIds":{ "shape":"RestorableByStringList", "documentation":"

One or more AWS accounts IDs that can create volumes from the snapshot.

", "locationName":"RestorableBy" }, "SnapshotIds":{ "shape":"SnapshotIdStringList", "documentation":"

One or more snapshot IDs.

Default: Describes snapshots for which you have launch permissions.

", "locationName":"SnapshotId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeSnapshots.

" }, "DescribeSnapshotsResult":{ "type":"structure", "members":{ "Snapshots":{ "shape":"SnapshotList", "documentation":"

Information about the snapshots.

", "locationName":"snapshotSet" }, "NextToken":{ "shape":"String", "documentation":"

The NextToken value to include in a future DescribeSnapshots request. When the results of a DescribeSnapshots request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeSnapshots.

" }, "DescribeSpotDatafeedSubscriptionRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeSpotDatafeedSubscription.

" }, "DescribeSpotDatafeedSubscriptionResult":{ "type":"structure", "members":{ "SpotDatafeedSubscription":{ "shape":"SpotDatafeedSubscription", "documentation":"

The Spot Instance data feed subscription.

", "locationName":"spotDatafeedSubscription" } }, "documentation":"

Contains the output of DescribeSpotDatafeedSubscription.

" }, "DescribeSpotFleetInstancesRequest":{ "type":"structure", "required":["SpotFleetRequestId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

", "locationName":"nextToken" }, "SpotFleetRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Fleet request.

", "locationName":"spotFleetRequestId" } }, "documentation":"

Contains the parameters for DescribeSpotFleetInstances.

" }, "DescribeSpotFleetInstancesResponse":{ "type":"structure", "required":[ "ActiveInstances", "SpotFleetRequestId" ], "members":{ "ActiveInstances":{ "shape":"ActiveInstanceSet", "documentation":"

The running instances. This list is refreshed periodically and might be out of date.

", "locationName":"activeInstanceSet" }, "NextToken":{ "shape":"String", "documentation":"

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "locationName":"nextToken" }, "SpotFleetRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Fleet request.

", "locationName":"spotFleetRequestId" } }, "documentation":"

Contains the output of DescribeSpotFleetInstances.

" }, "DescribeSpotFleetRequestHistoryRequest":{ "type":"structure", "required":[ "SpotFleetRequestId", "StartTime" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "EventType":{ "shape":"EventType", "documentation":"

The type of events to describe. By default, all events are described.

", "locationName":"eventType" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

", "locationName":"nextToken" }, "SpotFleetRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Fleet request.

", "locationName":"spotFleetRequestId" }, "StartTime":{ "shape":"DateTime", "documentation":"

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "locationName":"startTime" } }, "documentation":"

Contains the parameters for DescribeSpotFleetRequestHistory.

" }, "DescribeSpotFleetRequestHistoryResponse":{ "type":"structure", "required":[ "HistoryRecords", "LastEvaluatedTime", "SpotFleetRequestId", "StartTime" ], "members":{ "HistoryRecords":{ "shape":"HistoryRecords", "documentation":"

Information about the events in the history of the Spot Fleet request.

", "locationName":"historyRecordSet" }, "LastEvaluatedTime":{ "shape":"DateTime", "documentation":"

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more results, this value is not present.

", "locationName":"lastEvaluatedTime" }, "NextToken":{ "shape":"String", "documentation":"

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "locationName":"nextToken" }, "SpotFleetRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Fleet request.

", "locationName":"spotFleetRequestId" }, "StartTime":{ "shape":"DateTime", "documentation":"

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "locationName":"startTime" } }, "documentation":"

Contains the output of DescribeSpotFleetRequestHistory.

" }, "DescribeSpotFleetRequestsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

", "locationName":"nextToken" }, "SpotFleetRequestIds":{ "shape":"ValueStringList", "documentation":"

The IDs of the Spot Fleet requests.

", "locationName":"spotFleetRequestId" } }, "documentation":"

Contains the parameters for DescribeSpotFleetRequests.

" }, "DescribeSpotFleetRequestsResponse":{ "type":"structure", "required":["SpotFleetRequestConfigs"], "members":{ "NextToken":{ "shape":"String", "documentation":"

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "locationName":"nextToken" }, "SpotFleetRequestConfigs":{ "shape":"SpotFleetRequestConfigSet", "documentation":"

Information about the configuration of your Spot Fleet.

", "locationName":"spotFleetRequestConfigSet" } }, "documentation":"

Contains the output of DescribeSpotFleetRequests.

" }, "DescribeSpotInstanceRequestsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "SpotInstanceRequestIds":{ "shape":"SpotInstanceRequestIdList", "documentation":"

One or more Spot Instance request IDs.

", "locationName":"SpotInstanceRequestId" } }, "documentation":"

Contains the parameters for DescribeSpotInstanceRequests.

" }, "DescribeSpotInstanceRequestsResult":{ "type":"structure", "members":{ "SpotInstanceRequests":{ "shape":"SpotInstanceRequestList", "documentation":"

One or more Spot Instance requests.

", "locationName":"spotInstanceRequestSet" } }, "documentation":"

Contains the output of DescribeSpotInstanceRequests.

" }, "DescribeSpotPriceHistoryRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "AvailabilityZone":{ "shape":"String", "documentation":"

Filters the results by the specified Availability Zone.

", "locationName":"availabilityZone" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "EndTime":{ "shape":"DateTime", "documentation":"

The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "locationName":"endTime" }, "InstanceTypes":{ "shape":"InstanceTypeList", "documentation":"

Filters the results by the specified instance types.

", "locationName":"InstanceType" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of results.

", "locationName":"nextToken" }, "ProductDescriptions":{ "shape":"ProductDescriptionList", "documentation":"

Filters the results by the specified basic product descriptions.

", "locationName":"ProductDescription" }, "StartTime":{ "shape":"DateTime", "documentation":"

The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "locationName":"startTime" } }, "documentation":"

Contains the parameters for DescribeSpotPriceHistory.

" }, "DescribeSpotPriceHistoryResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"String", "documentation":"

The token required to retrieve the next set of results. This value is null or an empty string when there are no more results to return.

", "locationName":"nextToken" }, "SpotPriceHistory":{ "shape":"SpotPriceHistoryList", "documentation":"

The historical Spot prices.

", "locationName":"spotPriceHistorySet" } }, "documentation":"

Contains the output of DescribeSpotPriceHistory.

" }, "DescribeStaleSecurityGroupsRequest":{ "type":"structure", "required":["VpcId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of items to return. (You received this token from a prior call.)

" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" } } }, "DescribeStaleSecurityGroupsResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"String", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

", "locationName":"nextToken" }, "StaleSecurityGroupSet":{ "shape":"StaleSecurityGroupSet", "documentation":"

Information about the stale security groups.

", "locationName":"staleSecurityGroupSet" } } }, "DescribeSubnetsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "SubnetIds":{ "shape":"SubnetIdStringList", "documentation":"

One or more subnet IDs.

Default: Describes all your subnets.

", "locationName":"SubnetId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeSubnets.

" }, "DescribeSubnetsResult":{ "type":"structure", "members":{ "Subnets":{ "shape":"SubnetList", "documentation":"

Information about one or more subnets.

", "locationName":"subnetSet" } }, "documentation":"

Contains the output of DescribeSubnets.

" }, "DescribeTagsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. This value can be between 5 and 1000. To retrieve the remaining results, make another call with the returned NextToken value.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

", "locationName":"nextToken" } }, "documentation":"

Contains the parameters for DescribeTags.

" }, "DescribeTagsResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" }, "Tags":{ "shape":"TagDescriptionList", "documentation":"

A list of tags.

", "locationName":"tagSet" } }, "documentation":"

Contains the output of DescribeTags.

" }, "DescribeVolumeAttributeRequest":{ "type":"structure", "required":[ "Attribute", "VolumeId" ], "members":{ "Attribute":{ "shape":"VolumeAttributeName", "documentation":"

The attribute of the volume. This parameter is required.

" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeVolumeAttribute.

" }, "DescribeVolumeAttributeResult":{ "type":"structure", "members":{ "AutoEnableIO":{ "shape":"AttributeBooleanValue", "documentation":"

The state of autoEnableIO attribute.

", "locationName":"autoEnableIO" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

A list of product codes.

", "locationName":"productCodes" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

", "locationName":"volumeId" } }, "documentation":"

Contains the output of DescribeVolumeAttribute.

" }, "DescribeVolumeStatusRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of volume results returned by DescribeVolumeStatus in paginated output. When this parameter is used, the request only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then DescribeVolumeStatus returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.

" }, "NextToken":{ "shape":"String", "documentation":"

The NextToken value to include in a future DescribeVolumeStatus request. When the results of the request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

" }, "VolumeIds":{ "shape":"VolumeIdStringList", "documentation":"

One or more volume IDs.

Default: Describes all your volumes.

", "locationName":"VolumeId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeVolumeStatus.

" }, "DescribeVolumeStatusResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" }, "VolumeStatuses":{ "shape":"VolumeStatusList", "documentation":"

A list of volumes.

", "locationName":"volumeStatusSet" } }, "documentation":"

Contains the output of DescribeVolumeStatus.

" }, "DescribeVolumesModificationsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "VolumeIds":{ "shape":"VolumeIdStringList", "documentation":"

One or more volume IDs for which in-progress modifications will be described.

", "locationName":"VolumeId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters. Supported filters: volume-id, modification-state, target-size, target-iops, target-volume-type, original-size, original-iops, original-volume-type, start-time.

", "locationName":"Filter" }, "NextToken":{ "shape":"String", "documentation":"

The nextToken value returned by a previous paginated request.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results (up to a limit of 500) to be returned in a paginated request.

" } } }, "DescribeVolumesModificationsResult":{ "type":"structure", "members":{ "VolumesModifications":{ "shape":"VolumeModificationList", "documentation":"

A list of returned VolumeModification objects.

", "locationName":"volumeModificationSet" }, "NextToken":{ "shape":"String", "documentation":"

Token for pagination, null if there are no more results

", "locationName":"nextToken" } } }, "DescribeVolumesRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "VolumeIds":{ "shape":"VolumeIdStringList", "documentation":"

One or more volume IDs.

", "locationName":"VolumeId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of volume results returned by DescribeVolumes in paginated output. When this parameter is used, DescribeVolumes only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeVolumes request with the returned NextToken value. This value can be between 5 and 500; if MaxResults is given a value larger than 500, only 500 results are returned. If this parameter is not used, then DescribeVolumes returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The NextToken value returned from a previous paginated DescribeVolumes request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the parameters for DescribeVolumes.

" }, "DescribeVolumesResult":{ "type":"structure", "members":{ "Volumes":{ "shape":"VolumeList", "documentation":"

Information about the volumes.

", "locationName":"volumeSet" }, "NextToken":{ "shape":"String", "documentation":"

The NextToken value to include in a future DescribeVolumes request. When the results of a DescribeVolumes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeVolumes.

" }, "DescribeVpcAttributeRequest":{ "type":"structure", "required":[ "Attribute", "VpcId" ], "members":{ "Attribute":{ "shape":"VpcAttributeName", "documentation":"

The VPC attribute.

" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeVpcAttribute.

" }, "DescribeVpcAttributeResult":{ "type":"structure", "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "EnableDnsHostnames":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not.

", "locationName":"enableDnsHostnames" }, "EnableDnsSupport":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.

", "locationName":"enableDnsSupport" } }, "documentation":"

Contains the output of DescribeVpcAttribute.

" }, "DescribeVpcClassicLinkDnsSupportRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of items to return. (You received this token from a prior call.)

", "locationName":"nextToken" }, "VpcIds":{ "shape":"VpcClassicLinkIdList", "documentation":"

One or more VPC IDs.

" } }, "documentation":"

Contains the parameters for DescribeVpcClassicLinkDnsSupport.

" }, "DescribeVpcClassicLinkDnsSupportResult":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

The token to use when requesting the next set of items.

", "locationName":"nextToken" }, "Vpcs":{ "shape":"ClassicLinkDnsSupportList", "documentation":"

Information about the ClassicLink DNS support status of the VPCs.

", "locationName":"vpcs" } }, "documentation":"

Contains the output of DescribeVpcClassicLinkDnsSupport.

" }, "DescribeVpcClassicLinkRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "VpcIds":{ "shape":"VpcClassicLinkIdList", "documentation":"

One or more VPCs for which you want to describe the ClassicLink status.

", "locationName":"VpcId" } }, "documentation":"

Contains the parameters for DescribeVpcClassicLink.

" }, "DescribeVpcClassicLinkResult":{ "type":"structure", "members":{ "Vpcs":{ "shape":"VpcClassicLinkList", "documentation":"

The ClassicLink status of one or more VPCs.

", "locationName":"vpcSet" } }, "documentation":"

Contains the output of DescribeVpcClassicLink.

" }, "DescribeVpcEndpointConnectionNotificationsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ConnectionNotificationId":{ "shape":"String", "documentation":"

The ID of the notification.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to request the next page of results.

" } } }, "DescribeVpcEndpointConnectionNotificationsResult":{ "type":"structure", "members":{ "ConnectionNotificationSet":{ "shape":"ConnectionNotificationSet", "documentation":"

One or more notifications.

", "locationName":"connectionNotificationSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeVpcEndpointConnectionsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

" } } }, "DescribeVpcEndpointConnectionsResult":{ "type":"structure", "members":{ "VpcEndpointConnections":{ "shape":"VpcEndpointConnectionSet", "documentation":"

Information about one or more VPC endpoint connections.

", "locationName":"vpcEndpointConnectionSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeVpcEndpointServiceConfigurationsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceIds":{ "shape":"ValueStringList", "documentation":"

The IDs of one or more services.

", "locationName":"ServiceId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

" } } }, "DescribeVpcEndpointServiceConfigurationsResult":{ "type":"structure", "members":{ "ServiceConfigurations":{ "shape":"ServiceConfigurationSet", "documentation":"

Information about one or more services.

", "locationName":"serviceConfigurationSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeVpcEndpointServicePermissionsRequest":{ "type":"structure", "required":["ServiceId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceId":{ "shape":"String", "documentation":"

The ID of the service.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to retrieve the next page of results.

" } } }, "DescribeVpcEndpointServicePermissionsResult":{ "type":"structure", "members":{ "AllowedPrincipals":{ "shape":"AllowedPrincipalSet", "documentation":"

Information about one or more allowed principals.

", "locationName":"allowedPrincipals" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "locationName":"nextToken" } } }, "DescribeVpcEndpointServicesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceNames":{ "shape":"ValueStringList", "documentation":"

One or more service names.

", "locationName":"ServiceName" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1000, we return only 1000 items.

" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of items to return. (You received this token from a prior call.)

" } }, "documentation":"

Contains the parameters for DescribeVpcEndpointServices.

" }, "DescribeVpcEndpointServicesResult":{ "type":"structure", "members":{ "ServiceNames":{ "shape":"ValueStringList", "documentation":"

A list of supported services.

", "locationName":"serviceNameSet" }, "ServiceDetails":{ "shape":"ServiceDetailSet", "documentation":"

Information about the service.

", "locationName":"serviceDetailSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeVpcEndpointServices.

" }, "DescribeVpcEndpointsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "VpcEndpointIds":{ "shape":"ValueStringList", "documentation":"

One or more endpoint IDs.

", "locationName":"VpcEndpointId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1000, we return only 1000 items.

" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of items to return. (You received this token from a prior call.)

" } }, "documentation":"

Contains the parameters for DescribeVpcEndpoints.

" }, "DescribeVpcEndpointsResult":{ "type":"structure", "members":{ "VpcEndpoints":{ "shape":"VpcEndpointSet", "documentation":"

Information about the endpoints.

", "locationName":"vpcEndpointSet" }, "NextToken":{ "shape":"String", "documentation":"

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

", "locationName":"nextToken" } }, "documentation":"

Contains the output of DescribeVpcEndpoints.

" }, "DescribeVpcPeeringConnectionsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "VpcPeeringConnectionIds":{ "shape":"ValueStringList", "documentation":"

One or more VPC peering connection IDs.

Default: Describes all your VPC peering connections.

", "locationName":"VpcPeeringConnectionId" } }, "documentation":"

Contains the parameters for DescribeVpcPeeringConnections.

" }, "DescribeVpcPeeringConnectionsResult":{ "type":"structure", "members":{ "VpcPeeringConnections":{ "shape":"VpcPeeringConnectionList", "documentation":"

Information about the VPC peering connections.

", "locationName":"vpcPeeringConnectionSet" } }, "documentation":"

Contains the output of DescribeVpcPeeringConnections.

" }, "DescribeVpcsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "VpcIds":{ "shape":"VpcIdStringList", "documentation":"

One or more VPC IDs.

Default: Describes all your VPCs.

", "locationName":"VpcId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeVpcs.

" }, "DescribeVpcsResult":{ "type":"structure", "members":{ "Vpcs":{ "shape":"VpcList", "documentation":"

Information about one or more VPCs.

", "locationName":"vpcSet" } }, "documentation":"

Contains the output of DescribeVpcs.

" }, "DescribeVpnConnectionsRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "VpnConnectionIds":{ "shape":"VpnConnectionIdStringList", "documentation":"

One or more VPN connection IDs.

Default: Describes your VPN connections.

", "locationName":"VpnConnectionId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeVpnConnections.

" }, "DescribeVpnConnectionsResult":{ "type":"structure", "members":{ "VpnConnections":{ "shape":"VpnConnectionList", "documentation":"

Information about one or more VPN connections.

", "locationName":"vpnConnectionSet" } }, "documentation":"

Contains the output of DescribeVpnConnections.

" }, "DescribeVpnGatewaysRequest":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "VpnGatewayIds":{ "shape":"VpnGatewayIdStringList", "documentation":"

One or more virtual private gateway IDs.

Default: Describes all your virtual private gateways.

", "locationName":"VpnGatewayId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DescribeVpnGateways.

" }, "DescribeVpnGatewaysResult":{ "type":"structure", "members":{ "VpnGateways":{ "shape":"VpnGatewayList", "documentation":"

Information about one or more virtual private gateways.

", "locationName":"vpnGatewaySet" } }, "documentation":"

Contains the output of DescribeVpnGateways.

" }, "DetachClassicLinkVpcRequest":{ "type":"structure", "required":[ "InstanceId", "VpcId" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance to unlink from the VPC.

", "locationName":"instanceId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC to which the instance is linked.

", "locationName":"vpcId" } }, "documentation":"

Contains the parameters for DetachClassicLinkVpc.

" }, "DetachClassicLinkVpcResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of DetachClassicLinkVpc.

" }, "DetachInternetGatewayRequest":{ "type":"structure", "required":[ "InternetGatewayId", "VpcId" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InternetGatewayId":{ "shape":"String", "documentation":"

The ID of the internet gateway.

", "locationName":"internetGatewayId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Contains the parameters for DetachInternetGateway.

" }, "DetachNetworkInterfaceRequest":{ "type":"structure", "required":["AttachmentId"], "members":{ "AttachmentId":{ "shape":"String", "documentation":"

The ID of the attachment.

", "locationName":"attachmentId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Force":{ "shape":"Boolean", "documentation":"

Specifies whether to force a detachment.

", "locationName":"force" } }, "documentation":"

Contains the parameters for DetachNetworkInterface.

" }, "DetachVolumeRequest":{ "type":"structure", "required":["VolumeId"], "members":{ "Device":{ "shape":"String", "documentation":"

The device name.

" }, "Force":{ "shape":"Boolean", "documentation":"

Forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance won't have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures.

" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DetachVolume.

" }, "DetachVpnGatewayRequest":{ "type":"structure", "required":[ "VpcId", "VpnGatewayId" ], "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" }, "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DetachVpnGateway.

" }, "DeviceType":{ "type":"string", "enum":[ "ebs", "instance-store" ] }, "DhcpConfiguration":{ "type":"structure", "members":{ "Key":{ "shape":"String", "documentation":"

The name of a DHCP option.

", "locationName":"key" }, "Values":{ "shape":"DhcpConfigurationValueList", "documentation":"

One or more values for the DHCP option.

", "locationName":"valueSet" } }, "documentation":"

Describes a DHCP configuration option.

" }, "DhcpConfigurationList":{ "type":"list", "member":{ "shape":"DhcpConfiguration", "locationName":"item" } }, "DhcpConfigurationValueList":{ "type":"list", "member":{ "shape":"AttributeValue", "locationName":"item" } }, "DhcpOptions":{ "type":"structure", "members":{ "DhcpConfigurations":{ "shape":"DhcpConfigurationList", "documentation":"

One or more DHCP options in the set.

", "locationName":"dhcpConfigurationSet" }, "DhcpOptionsId":{ "shape":"String", "documentation":"

The ID of the set of DHCP options.

", "locationName":"dhcpOptionsId" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the DHCP options set.

", "locationName":"tagSet" } }, "documentation":"

Describes a set of DHCP options.

" }, "DhcpOptionsIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"DhcpOptionsId" } }, "DhcpOptionsList":{ "type":"list", "member":{ "shape":"DhcpOptions", "locationName":"item" } }, "DisableVgwRoutePropagationRequest":{ "type":"structure", "required":[ "GatewayId", "RouteTableId" ], "members":{ "GatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

" } }, "documentation":"

Contains the parameters for DisableVgwRoutePropagation.

" }, "DisableVpcClassicLinkDnsSupportRequest":{ "type":"structure", "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" } }, "documentation":"

Contains the parameters for DisableVpcClassicLinkDnsSupport.

" }, "DisableVpcClassicLinkDnsSupportResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of DisableVpcClassicLinkDnsSupport.

" }, "DisableVpcClassicLinkRequest":{ "type":"structure", "required":["VpcId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Contains the parameters for DisableVpcClassicLink.

" }, "DisableVpcClassicLinkResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of DisableVpcClassicLink.

" }, "DisassociateAddressRequest":{ "type":"structure", "members":{ "AssociationId":{ "shape":"String", "documentation":"

[EC2-VPC] The association ID. Required for EC2-VPC.

" }, "PublicIp":{ "shape":"String", "documentation":"

[EC2-Classic] The Elastic IP address. Required for EC2-Classic.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DisassociateAddress.

" }, "DisassociateIamInstanceProfileRequest":{ "type":"structure", "required":["AssociationId"], "members":{ "AssociationId":{ "shape":"String", "documentation":"

The ID of the IAM instance profile association.

" } } }, "DisassociateIamInstanceProfileResult":{ "type":"structure", "members":{ "IamInstanceProfileAssociation":{ "shape":"IamInstanceProfileAssociation", "documentation":"

Information about the IAM instance profile association.

", "locationName":"iamInstanceProfileAssociation" } } }, "DisassociateRouteTableRequest":{ "type":"structure", "required":["AssociationId"], "members":{ "AssociationId":{ "shape":"String", "documentation":"

The association ID representing the current association between the route table and subnet.

", "locationName":"associationId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for DisassociateRouteTable.

" }, "DisassociateSubnetCidrBlockRequest":{ "type":"structure", "required":["AssociationId"], "members":{ "AssociationId":{ "shape":"String", "documentation":"

The association ID for the CIDR block.

", "locationName":"associationId" } } }, "DisassociateSubnetCidrBlockResult":{ "type":"structure", "members":{ "Ipv6CidrBlockAssociation":{ "shape":"SubnetIpv6CidrBlockAssociation", "documentation":"

Information about the IPv6 CIDR block association.

", "locationName":"ipv6CidrBlockAssociation" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" } } }, "DisassociateVpcCidrBlockRequest":{ "type":"structure", "required":["AssociationId"], "members":{ "AssociationId":{ "shape":"String", "documentation":"

The association ID for the CIDR block.

", "locationName":"associationId" } } }, "DisassociateVpcCidrBlockResult":{ "type":"structure", "members":{ "Ipv6CidrBlockAssociation":{ "shape":"VpcIpv6CidrBlockAssociation", "documentation":"

Information about the IPv6 CIDR block association.

", "locationName":"ipv6CidrBlockAssociation" }, "CidrBlockAssociation":{ "shape":"VpcCidrBlockAssociation", "documentation":"

Information about the IPv4 CIDR block association.

", "locationName":"cidrBlockAssociation" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } } }, "DiskImage":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

A description of the disk image.

" }, "Image":{ "shape":"DiskImageDetail", "documentation":"

Information about the disk image.

" }, "Volume":{ "shape":"VolumeDetail", "documentation":"

Information about the volume.

" } }, "documentation":"

Describes a disk image.

" }, "DiskImageDescription":{ "type":"structure", "members":{ "Checksum":{ "shape":"String", "documentation":"

The checksum computed for the disk image.

", "locationName":"checksum" }, "Format":{ "shape":"DiskImageFormat", "documentation":"

The disk image format.

", "locationName":"format" }, "ImportManifestUrl":{ "shape":"String", "documentation":"

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the \"Query String Request Authentication Alternative\" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

", "locationName":"importManifestUrl" }, "Size":{ "shape":"Long", "documentation":"

The size of the disk image, in GiB.

", "locationName":"size" } }, "documentation":"

Describes a disk image.

" }, "DiskImageDetail":{ "type":"structure", "required":[ "Bytes", "Format", "ImportManifestUrl" ], "members":{ "Bytes":{ "shape":"Long", "documentation":"

The size of the disk image, in GiB.

", "locationName":"bytes" }, "Format":{ "shape":"DiskImageFormat", "documentation":"

The disk image format.

", "locationName":"format" }, "ImportManifestUrl":{ "shape":"String", "documentation":"

A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the \"Query String Request Authentication Alternative\" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

", "locationName":"importManifestUrl" } }, "documentation":"

Describes a disk image.

" }, "DiskImageFormat":{ "type":"string", "enum":[ "VMDK", "RAW", "VHD" ] }, "DiskImageList":{ "type":"list", "member":{"shape":"DiskImage"} }, "DiskImageVolumeDescription":{ "type":"structure", "members":{ "Id":{ "shape":"String", "documentation":"

The volume identifier.

", "locationName":"id" }, "Size":{ "shape":"Long", "documentation":"

The size of the volume, in GiB.

", "locationName":"size" } }, "documentation":"

Describes a disk image volume.

" }, "DnsEntry":{ "type":"structure", "members":{ "DnsName":{ "shape":"String", "documentation":"

The DNS name.

", "locationName":"dnsName" }, "HostedZoneId":{ "shape":"String", "documentation":"

The ID of the private hosted zone.

", "locationName":"hostedZoneId" } }, "documentation":"

Describes a DNS entry.

" }, "DnsEntrySet":{ "type":"list", "member":{ "shape":"DnsEntry", "locationName":"item" } }, "DomainType":{ "type":"string", "enum":[ "vpc", "standard" ] }, "Double":{"type":"double"}, "EbsBlockDevice":{ "type":"structure", "members":{ "Encrypted":{ "shape":"Boolean", "documentation":"

Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value. This is because only blank volumes can be encrypted on creation.

", "locationName":"encrypted" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the EBS volume is deleted on instance termination.

", "locationName":"deleteOnTermination" }, "Iops":{ "shape":"Integer", "documentation":"

The number of I/O operations per second (IOPS) that the volume supports. For io1, this represents the number of IOPS that are provisioned for the volume. For gp2, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information about General Purpose SSD baseline performance, I/O credits, and bursting, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

Constraint: Range is 100-20000 IOPS for io1 volumes and 100-10000 IOPS for gp2 volumes.

Condition: This parameter is required for requests to create io1 volumes; it is not used in requests to create gp2, st1, sc1, or standard volumes.

", "locationName":"iops" }, "KmsKeyId":{ "shape":"String", "documentation":"

Identifier (key ID, key alias, ID ARN, or alias ARN) for a user-managed CMK under which the EBS volume is encrypted.

This parameter is only supported on BlockDeviceMapping objects called by RunInstances, RequestSpotFleet, and RequestSpotInstances.

" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot.

", "locationName":"snapshotId" }, "VolumeSize":{ "shape":"Integer", "documentation":"

The size of the volume, in GiB.

Constraints: 1-16384 for General Purpose SSD (gp2), 4-16384 for Provisioned IOPS SSD (io1), 500-16384 for Throughput Optimized HDD (st1), 500-16384 for Cold HDD (sc1), and 1-1024 for Magnetic (standard) volumes. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

", "locationName":"volumeSize" }, "VolumeType":{ "shape":"VolumeType", "documentation":"

The volume type: gp2, io1, st1, sc1, or standard.

Default: standard

", "locationName":"volumeType" } }, "documentation":"

Describes a block device for an EBS volume.

" }, "EbsInstanceBlockDevice":{ "type":"structure", "members":{ "AttachTime":{ "shape":"DateTime", "documentation":"

The time stamp when the attachment initiated.

", "locationName":"attachTime" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the volume is deleted on instance termination.

", "locationName":"deleteOnTermination" }, "Status":{ "shape":"AttachmentStatus", "documentation":"

The attachment state.

", "locationName":"status" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the EBS volume.

", "locationName":"volumeId" } }, "documentation":"

Describes a parameter used to set up an EBS volume in a block device mapping.

" }, "EbsInstanceBlockDeviceSpecification":{ "type":"structure", "members":{ "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the volume is deleted on instance termination.

", "locationName":"deleteOnTermination" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the EBS volume.

", "locationName":"volumeId" } }, "documentation":"

Describes information used to set up an EBS volume specified in a block device mapping.

" }, "EgressOnlyInternetGateway":{ "type":"structure", "members":{ "Attachments":{ "shape":"InternetGatewayAttachmentList", "documentation":"

Information about the attachment of the egress-only internet gateway.

", "locationName":"attachmentSet" }, "EgressOnlyInternetGatewayId":{ "shape":"EgressOnlyInternetGatewayId", "documentation":"

The ID of the egress-only internet gateway.

", "locationName":"egressOnlyInternetGatewayId" } }, "documentation":"

Describes an egress-only internet gateway.

" }, "EgressOnlyInternetGatewayId":{"type":"string"}, "EgressOnlyInternetGatewayIdList":{ "type":"list", "member":{ "shape":"EgressOnlyInternetGatewayId", "locationName":"item" } }, "EgressOnlyInternetGatewayList":{ "type":"list", "member":{ "shape":"EgressOnlyInternetGateway", "locationName":"item" } }, "ElasticGpuAssociation":{ "type":"structure", "members":{ "ElasticGpuId":{ "shape":"String", "documentation":"

The ID of the Elastic GPU.

", "locationName":"elasticGpuId" }, "ElasticGpuAssociationId":{ "shape":"String", "documentation":"

The ID of the association.

", "locationName":"elasticGpuAssociationId" }, "ElasticGpuAssociationState":{ "shape":"String", "documentation":"

The state of the association between the instance and the Elastic GPU.

", "locationName":"elasticGpuAssociationState" }, "ElasticGpuAssociationTime":{ "shape":"String", "documentation":"

The time the Elastic GPU was associated with the instance.

", "locationName":"elasticGpuAssociationTime" } }, "documentation":"

Describes the association between an instance and an Elastic GPU.

" }, "ElasticGpuAssociationList":{ "type":"list", "member":{ "shape":"ElasticGpuAssociation", "locationName":"item" } }, "ElasticGpuHealth":{ "type":"structure", "members":{ "Status":{ "shape":"ElasticGpuStatus", "documentation":"

The health status.

", "locationName":"status" } }, "documentation":"

Describes the status of an Elastic GPU.

" }, "ElasticGpuIdSet":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "ElasticGpuSet":{ "type":"list", "member":{ "shape":"ElasticGpus", "locationName":"item" } }, "ElasticGpuSpecification":{ "type":"structure", "required":["Type"], "members":{ "Type":{ "shape":"String", "documentation":"

The type of Elastic GPU.

" } }, "documentation":"

A specification for an Elastic GPU.

" }, "ElasticGpuSpecificationList":{ "type":"list", "member":{ "shape":"ElasticGpuSpecification", "locationName":"ElasticGpuSpecification" } }, "ElasticGpuSpecificationResponse":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"

The elastic GPU type.

", "locationName":"type" } }, "documentation":"

Describes an elastic GPU.

" }, "ElasticGpuSpecificationResponseList":{ "type":"list", "member":{ "shape":"ElasticGpuSpecificationResponse", "locationName":"item" } }, "ElasticGpuSpecifications":{ "type":"list", "member":{ "shape":"ElasticGpuSpecification", "locationName":"item" } }, "ElasticGpuState":{ "type":"string", "enum":["ATTACHED"] }, "ElasticGpuStatus":{ "type":"string", "enum":[ "OK", "IMPAIRED" ] }, "ElasticGpus":{ "type":"structure", "members":{ "ElasticGpuId":{ "shape":"String", "documentation":"

The ID of the Elastic GPU.

", "locationName":"elasticGpuId" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in the which the Elastic GPU resides.

", "locationName":"availabilityZone" }, "ElasticGpuType":{ "shape":"String", "documentation":"

The type of Elastic GPU.

", "locationName":"elasticGpuType" }, "ElasticGpuHealth":{ "shape":"ElasticGpuHealth", "documentation":"

The status of the Elastic GPU.

", "locationName":"elasticGpuHealth" }, "ElasticGpuState":{ "shape":"ElasticGpuState", "documentation":"

The state of the Elastic GPU.

", "locationName":"elasticGpuState" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance to which the Elastic GPU is attached.

", "locationName":"instanceId" } }, "documentation":"

Describes an Elastic GPU.

" }, "EnableVgwRoutePropagationRequest":{ "type":"structure", "required":[ "GatewayId", "RouteTableId" ], "members":{ "GatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

" } }, "documentation":"

Contains the parameters for EnableVgwRoutePropagation.

" }, "EnableVolumeIORequest":{ "type":"structure", "required":["VolumeId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

", "locationName":"volumeId" } }, "documentation":"

Contains the parameters for EnableVolumeIO.

" }, "EnableVpcClassicLinkDnsSupportRequest":{ "type":"structure", "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" } }, "documentation":"

Contains the parameters for EnableVpcClassicLinkDnsSupport.

" }, "EnableVpcClassicLinkDnsSupportResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of EnableVpcClassicLinkDnsSupport.

" }, "EnableVpcClassicLinkRequest":{ "type":"structure", "required":["VpcId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Contains the parameters for EnableVpcClassicLink.

" }, "EnableVpcClassicLinkResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of EnableVpcClassicLink.

" }, "EventCode":{ "type":"string", "enum":[ "instance-reboot", "system-reboot", "system-maintenance", "instance-retirement", "instance-stop" ] }, "EventInformation":{ "type":"structure", "members":{ "EventDescription":{ "shape":"String", "documentation":"

The description of the event.

", "locationName":"eventDescription" }, "EventSubType":{ "shape":"String", "documentation":"

The event.

The following are the error events:

The following are the fleetRequestChange events:

The following are the instanceChange events:

The following are the Information events:

", "locationName":"eventSubType" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance. This information is available only for instanceChange events.

", "locationName":"instanceId" } }, "documentation":"

Describes a Spot Fleet event.

" }, "EventType":{ "type":"string", "enum":[ "instanceChange", "fleetRequestChange", "error" ] }, "ExcessCapacityTerminationPolicy":{ "type":"string", "enum":[ "noTermination", "default" ] }, "ExecutableByStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"ExecutableBy" } }, "ExportEnvironment":{ "type":"string", "enum":[ "citrix", "vmware", "microsoft" ] }, "ExportTask":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

A description of the resource being exported.

", "locationName":"description" }, "ExportTaskId":{ "shape":"String", "documentation":"

The ID of the export task.

", "locationName":"exportTaskId" }, "ExportToS3Task":{ "shape":"ExportToS3Task", "documentation":"

Information about the export task.

", "locationName":"exportToS3" }, "InstanceExportDetails":{ "shape":"InstanceExportDetails", "documentation":"

Information about the instance to export.

", "locationName":"instanceExport" }, "State":{ "shape":"ExportTaskState", "documentation":"

The state of the export task.

", "locationName":"state" }, "StatusMessage":{ "shape":"String", "documentation":"

The status message related to the export task.

", "locationName":"statusMessage" } }, "documentation":"

Describes an instance export task.

" }, "ExportTaskIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"ExportTaskId" } }, "ExportTaskList":{ "type":"list", "member":{ "shape":"ExportTask", "locationName":"item" } }, "ExportTaskState":{ "type":"string", "enum":[ "active", "cancelling", "cancelled", "completed" ] }, "ExportToS3Task":{ "type":"structure", "members":{ "ContainerFormat":{ "shape":"ContainerFormat", "documentation":"

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

", "locationName":"containerFormat" }, "DiskImageFormat":{ "shape":"DiskImageFormat", "documentation":"

The format for the exported image.

", "locationName":"diskImageFormat" }, "S3Bucket":{ "shape":"String", "documentation":"

The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-import-export@amazon.com.

", "locationName":"s3Bucket" }, "S3Key":{ "shape":"String", "documentation":"

The encryption key for your S3 bucket.

", "locationName":"s3Key" } }, "documentation":"

Describes the format and location for an instance export task.

" }, "ExportToS3TaskSpecification":{ "type":"structure", "members":{ "ContainerFormat":{ "shape":"ContainerFormat", "documentation":"

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

", "locationName":"containerFormat" }, "DiskImageFormat":{ "shape":"DiskImageFormat", "documentation":"

The format for the exported image.

", "locationName":"diskImageFormat" }, "S3Bucket":{ "shape":"String", "documentation":"

The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-import-export@amazon.com.

", "locationName":"s3Bucket" }, "S3Prefix":{ "shape":"String", "documentation":"

The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

", "locationName":"s3Prefix" } }, "documentation":"

Describes an instance export task.

" }, "Filter":{ "type":"structure", "members":{ "Name":{ "shape":"String", "documentation":"

The name of the filter. Filter names are case-sensitive.

" }, "Values":{ "shape":"ValueStringList", "documentation":"

One or more filter values. Filter values are case-sensitive.

", "locationName":"Value" } }, "documentation":"

A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs. The filters supported by a describe operation are documented with the describe operation. For example:

" }, "FilterList":{ "type":"list", "member":{ "shape":"Filter", "locationName":"Filter" } }, "FleetActivityStatus":{ "type":"string", "enum":[ "error", "pending-fulfillment", "pending-termination", "fulfilled" ] }, "FleetData":{ "type":"structure", "members":{ "ActivityStatus":{ "shape":"FleetActivityStatus", "documentation":"

The progress of the EC2 Fleet. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the EC2 Fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the EC2 Fleet is decreased, the status is pending_termination while instances are terminating.

", "locationName":"activityStatus" }, "CreateTime":{ "shape":"DateTime", "documentation":"

The creation date and time of the EC2 Fleet.

", "locationName":"createTime" }, "FleetId":{ "shape":"FleetIdentifier", "documentation":"

The ID of the EC2 Fleet.

", "locationName":"fleetId" }, "FleetState":{ "shape":"FleetStateCode", "documentation":"

The state of the EC2 Fleet.

", "locationName":"fleetState" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraints: Maximum 64 ASCII characters

", "locationName":"clientToken" }, "ExcessCapacityTerminationPolicy":{ "shape":"FleetExcessCapacityTerminationPolicy", "documentation":"

Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

", "locationName":"excessCapacityTerminationPolicy" }, "FulfilledCapacity":{ "shape":"Double", "documentation":"

The number of units fulfilled by this request compared to the set target capacity.

", "locationName":"fulfilledCapacity" }, "FulfilledOnDemandCapacity":{ "shape":"Double", "documentation":"

The number of units fulfilled by this request compared to the set target On-Demand capacity.

", "locationName":"fulfilledOnDemandCapacity" }, "LaunchTemplateConfigs":{ "shape":"FleetLaunchTemplateConfigList", "documentation":"

The launch template and overrides.

", "locationName":"launchTemplateConfigs" }, "TargetCapacitySpecification":{ "shape":"TargetCapacitySpecification", "documentation":"

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

", "locationName":"targetCapacitySpecification" }, "TerminateInstancesWithExpiration":{ "shape":"Boolean", "documentation":"

Indicates whether running instances should be terminated when the EC2 Fleet expires.

", "locationName":"terminateInstancesWithExpiration" }, "Type":{ "shape":"FleetType", "documentation":"

The type of request. Indicates whether the EC2 Fleet only requests the target capacity, or also attempts to maintain it. If you request a certain target capacity, EC2 Fleet only places the required requests; it does not attempt to replenish instances if capacity is diminished, and does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also automatically replenishes any interrupted Spot Instances. Default: maintain.

", "locationName":"type" }, "ValidFrom":{ "shape":"DateTime", "documentation":"

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

", "locationName":"validFrom" }, "ValidUntil":{ "shape":"DateTime", "documentation":"

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date.

", "locationName":"validUntil" }, "ReplaceUnhealthyInstances":{ "shape":"Boolean", "documentation":"

Indicates whether EC2 Fleet should replace unhealthy instances.

", "locationName":"replaceUnhealthyInstances" }, "SpotOptions":{ "shape":"SpotOptions", "documentation":"

The configuration of Spot Instances in an EC2 Fleet.

", "locationName":"spotOptions" }, "OnDemandOptions":{ "shape":"OnDemandOptions", "documentation":"

The allocation strategy of On-Demand Instances in an EC2 Fleet.

", "locationName":"onDemandOptions" }, "Tags":{ "shape":"TagList", "documentation":"

The tags for an EC2 Fleet resource.

", "locationName":"tagSet" } }, "documentation":"

Describes an EC2 Fleet.

" }, "FleetEventType":{ "type":"string", "enum":[ "instance-change", "fleet-change", "service-error" ] }, "FleetExcessCapacityTerminationPolicy":{ "type":"string", "enum":[ "no-termination", "termination" ] }, "FleetIdSet":{ "type":"list", "member":{"shape":"FleetIdentifier"} }, "FleetIdentifier":{"type":"string"}, "FleetLaunchTemplateConfig":{ "type":"structure", "members":{ "LaunchTemplateSpecification":{ "shape":"FleetLaunchTemplateSpecification", "documentation":"

The launch template.

", "locationName":"launchTemplateSpecification" }, "Overrides":{ "shape":"FleetLaunchTemplateOverridesList", "documentation":"

Any parameters that you specify override the same parameters in the launch template.

", "locationName":"overrides" } }, "documentation":"

Describes a launch template and overrides.

" }, "FleetLaunchTemplateConfigList":{ "type":"list", "member":{ "shape":"FleetLaunchTemplateConfig", "locationName":"item" } }, "FleetLaunchTemplateConfigListRequest":{ "type":"list", "member":{ "shape":"FleetLaunchTemplateConfigRequest", "locationName":"item" }, "max":50 }, "FleetLaunchTemplateConfigRequest":{ "type":"structure", "members":{ "LaunchTemplateSpecification":{ "shape":"FleetLaunchTemplateSpecificationRequest", "documentation":"

The launch template to use. You must specify either the launch template ID or launch template name in the request.

" }, "Overrides":{ "shape":"FleetLaunchTemplateOverridesListRequest", "documentation":"

Any parameters that you specify override the same parameters in the launch template.

" } }, "documentation":"

Describes a launch template and overrides.

" }, "FleetLaunchTemplateOverrides":{ "type":"structure", "members":{ "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

", "locationName":"instanceType" }, "MaxPrice":{ "shape":"String", "documentation":"

The maximum price per unit hour that you are willing to pay for a Spot Instance.

", "locationName":"maxPrice" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which to launch the instances.

", "locationName":"subnetId" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in which to launch the instances.

", "locationName":"availabilityZone" }, "WeightedCapacity":{ "shape":"Double", "documentation":"

The number of units provided by the specified instance type.

", "locationName":"weightedCapacity" }, "Priority":{ "shape":"Double", "documentation":"

The priority for the launch template override. If AllocationStrategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity. The highest priority is launched first. Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the override has the lowest priority.

", "locationName":"priority" } }, "documentation":"

Describes overrides for a launch template.

" }, "FleetLaunchTemplateOverridesList":{ "type":"list", "member":{ "shape":"FleetLaunchTemplateOverrides", "locationName":"item" } }, "FleetLaunchTemplateOverridesListRequest":{ "type":"list", "member":{ "shape":"FleetLaunchTemplateOverridesRequest", "locationName":"item" }, "max":50 }, "FleetLaunchTemplateOverridesRequest":{ "type":"structure", "members":{ "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

" }, "MaxPrice":{ "shape":"String", "documentation":"

The maximum price per unit hour that you are willing to pay for a Spot Instance.

" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which to launch the instances.

" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in which to launch the instances.

" }, "WeightedCapacity":{ "shape":"Double", "documentation":"

The number of units provided by the specified instance type.

" }, "Priority":{ "shape":"Double", "documentation":"

The priority for the launch template override. If AllocationStrategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity. The highest priority is launched first. Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority.

" } }, "documentation":"

Describes overrides for a launch template.

" }, "FleetLaunchTemplateSpecification":{ "type":"structure", "members":{ "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template. You must specify either a template ID or a template name.

", "locationName":"launchTemplateId" }, "LaunchTemplateName":{ "shape":"LaunchTemplateName", "documentation":"

The name of the launch template. You must specify either a template name or a template ID.

", "locationName":"launchTemplateName" }, "Version":{ "shape":"String", "documentation":"

The version number. By default, the default version of the launch template is used.

", "locationName":"version" } }, "documentation":"

Describes a launch template.

" }, "FleetLaunchTemplateSpecificationRequest":{ "type":"structure", "members":{ "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template.

" }, "LaunchTemplateName":{ "shape":"LaunchTemplateName", "documentation":"

The name of the launch template.

" }, "Version":{ "shape":"String", "documentation":"

The version number of the launch template.

" } }, "documentation":"

The launch template to use. You must specify either the launch template ID or launch template name in the request.

" }, "FleetOnDemandAllocationStrategy":{ "type":"string", "enum":[ "lowest-price", "prioritized" ] }, "FleetSet":{ "type":"list", "member":{ "shape":"FleetData", "locationName":"item" } }, "FleetStateCode":{ "type":"string", "enum":[ "submitted", "active", "deleted", "failed", "deleted-running", "deleted-terminating", "modifying" ] }, "FleetType":{ "type":"string", "enum":[ "request", "maintain" ] }, "Float":{"type":"float"}, "FlowLog":{ "type":"structure", "members":{ "CreationTime":{ "shape":"DateTime", "documentation":"

The date and time the flow log was created.

", "locationName":"creationTime" }, "DeliverLogsErrorMessage":{ "shape":"String", "documentation":"

Information about the error that occurred. Rate limited indicates that CloudWatch Logs throttling has been applied for one or more network interfaces, or that you've reached the limit on the number of log groups that you can create. Access error indicates that the IAM role associated with the flow log does not have sufficient permissions to publish to CloudWatch Logs. Unknown error indicates an internal error.

", "locationName":"deliverLogsErrorMessage" }, "DeliverLogsPermissionArn":{ "shape":"String", "documentation":"

The ARN of the IAM role that posts logs to CloudWatch Logs.

", "locationName":"deliverLogsPermissionArn" }, "DeliverLogsStatus":{ "shape":"String", "documentation":"

The status of the logs delivery (SUCCESS | FAILED).

", "locationName":"deliverLogsStatus" }, "FlowLogId":{ "shape":"String", "documentation":"

The flow log ID.

", "locationName":"flowLogId" }, "FlowLogStatus":{ "shape":"String", "documentation":"

The status of the flow log (ACTIVE).

", "locationName":"flowLogStatus" }, "LogGroupName":{ "shape":"String", "documentation":"

The name of the flow log group.

", "locationName":"logGroupName" }, "ResourceId":{ "shape":"String", "documentation":"

The ID of the resource on which the flow log was created.

", "locationName":"resourceId" }, "TrafficType":{ "shape":"TrafficType", "documentation":"

The type of traffic captured for the flow log.

", "locationName":"trafficType" }, "LogDestinationType":{ "shape":"LogDestinationType", "documentation":"

Specifies the type of destination to which the flow log data is published. Flow log data can be published to CloudWatch Logs or Amazon S3.

", "locationName":"logDestinationType" }, "LogDestination":{ "shape":"String", "documentation":"

Specifies the destination to which the flow log data is published. Flow log data can be published to an CloudWatch Logs log group or an Amazon S3 bucket. If the flow log publishes to CloudWatch Logs, this element indicates the Amazon Resource Name (ARN) of the CloudWatch Logs log group to which the data is published. If the flow log publishes to Amazon S3, this element indicates the ARN of the Amazon S3 bucket to which the data is published.

", "locationName":"logDestination" } }, "documentation":"

Describes a flow log.

" }, "FlowLogSet":{ "type":"list", "member":{ "shape":"FlowLog", "locationName":"item" } }, "FlowLogsResourceType":{ "type":"string", "enum":[ "VPC", "Subnet", "NetworkInterface" ] }, "FpgaImage":{ "type":"structure", "members":{ "FpgaImageId":{ "shape":"String", "documentation":"

The FPGA image identifier (AFI ID).

", "locationName":"fpgaImageId" }, "FpgaImageGlobalId":{ "shape":"String", "documentation":"

The global FPGA image identifier (AGFI ID).

", "locationName":"fpgaImageGlobalId" }, "Name":{ "shape":"String", "documentation":"

The name of the AFI.

", "locationName":"name" }, "Description":{ "shape":"String", "documentation":"

The description of the AFI.

", "locationName":"description" }, "ShellVersion":{ "shape":"String", "documentation":"

The version of the AWS Shell that was used to create the bitstream.

", "locationName":"shellVersion" }, "PciId":{ "shape":"PciId", "documentation":"

Information about the PCI bus.

", "locationName":"pciId" }, "State":{ "shape":"FpgaImageState", "documentation":"

Information about the state of the AFI.

", "locationName":"state" }, "CreateTime":{ "shape":"DateTime", "documentation":"

The date and time the AFI was created.

", "locationName":"createTime" }, "UpdateTime":{ "shape":"DateTime", "documentation":"

The time of the most recent update to the AFI.

", "locationName":"updateTime" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the AFI owner.

", "locationName":"ownerId" }, "OwnerAlias":{ "shape":"String", "documentation":"

The alias of the AFI owner. Possible values include self, amazon, and aws-marketplace.

", "locationName":"ownerAlias" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

The product codes for the AFI.

", "locationName":"productCodes" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the AFI.

", "locationName":"tags" }, "Public":{ "shape":"Boolean", "documentation":"

Indicates whether the AFI is public.

", "locationName":"public" } }, "documentation":"

Describes an Amazon FPGA image (AFI).

" }, "FpgaImageAttribute":{ "type":"structure", "members":{ "FpgaImageId":{ "shape":"String", "documentation":"

The ID of the AFI.

", "locationName":"fpgaImageId" }, "Name":{ "shape":"String", "documentation":"

The name of the AFI.

", "locationName":"name" }, "Description":{ "shape":"String", "documentation":"

The description of the AFI.

", "locationName":"description" }, "LoadPermissions":{ "shape":"LoadPermissionList", "documentation":"

One or more load permissions.

", "locationName":"loadPermissions" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

One or more product codes.

", "locationName":"productCodes" } }, "documentation":"

Describes an Amazon FPGA image (AFI) attribute.

" }, "FpgaImageAttributeName":{ "type":"string", "enum":[ "description", "name", "loadPermission", "productCodes" ] }, "FpgaImageIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "FpgaImageList":{ "type":"list", "member":{ "shape":"FpgaImage", "locationName":"item" } }, "FpgaImageState":{ "type":"structure", "members":{ "Code":{ "shape":"FpgaImageStateCode", "documentation":"

The state. The following are the possible values:

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

If the state is failed, this is the error message.

", "locationName":"message" } }, "documentation":"

Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).

" }, "FpgaImageStateCode":{ "type":"string", "enum":[ "pending", "failed", "available", "unavailable" ] }, "GatewayType":{ "type":"string", "enum":["ipsec.1"] }, "GetConsoleOutputRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Latest":{ "shape":"Boolean", "documentation":"

When enabled, retrieves the latest console output for the instance.

Default: disabled (false)

" } }, "documentation":"

Contains the parameters for GetConsoleOutput.

" }, "GetConsoleOutputResult":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Output":{ "shape":"String", "documentation":"

The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.

", "locationName":"output" }, "Timestamp":{ "shape":"DateTime", "documentation":"

The time at which the output was last updated.

", "locationName":"timestamp" } }, "documentation":"

Contains the output of GetConsoleOutput.

" }, "GetConsoleScreenshotRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

" }, "WakeUp":{ "shape":"Boolean", "documentation":"

When set to true, acts as keystroke input and wakes up an instance that's in standby or \"sleep\" mode.

" } }, "documentation":"

Contains the parameters for the request.

" }, "GetConsoleScreenshotResult":{ "type":"structure", "members":{ "ImageData":{ "shape":"String", "documentation":"

The data that comprises the image.

", "locationName":"imageData" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" } }, "documentation":"

Contains the output of the request.

" }, "GetHostReservationPurchasePreviewRequest":{ "type":"structure", "required":[ "HostIdSet", "OfferingId" ], "members":{ "HostIdSet":{ "shape":"RequestHostIdSet", "documentation":"

The IDs of the Dedicated Hosts with which the reservation is associated.

" }, "OfferingId":{ "shape":"String", "documentation":"

The offering ID of the reservation.

" } } }, "GetHostReservationPurchasePreviewResult":{ "type":"structure", "members":{ "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

", "locationName":"currencyCode" }, "Purchase":{ "shape":"PurchaseSet", "documentation":"

The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.

", "locationName":"purchase" }, "TotalHourlyPrice":{ "shape":"String", "documentation":"

The potential total hourly price of the reservation per hour.

", "locationName":"totalHourlyPrice" }, "TotalUpfrontPrice":{ "shape":"String", "documentation":"

The potential total upfront price. This is billed immediately.

", "locationName":"totalUpfrontPrice" } } }, "GetLaunchTemplateDataRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

" } } }, "GetLaunchTemplateDataResult":{ "type":"structure", "members":{ "LaunchTemplateData":{ "shape":"ResponseLaunchTemplateData", "documentation":"

The instance data.

", "locationName":"launchTemplateData" } } }, "GetPasswordDataRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the Windows instance.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for GetPasswordData.

" }, "GetPasswordDataResult":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the Windows instance.

", "locationName":"instanceId" }, "PasswordData":{ "shape":"String", "documentation":"

The password of the instance. Returns an empty string if the password is not available.

", "locationName":"passwordData" }, "Timestamp":{ "shape":"DateTime", "documentation":"

The time the data was last updated.

", "locationName":"timestamp" } }, "documentation":"

Contains the output of GetPasswordData.

" }, "GetReservedInstancesExchangeQuoteRequest":{ "type":"structure", "required":["ReservedInstanceIds"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ReservedInstanceIds":{ "shape":"ReservedInstanceIdSet", "documentation":"

The IDs of the Convertible Reserved Instances to exchange.

", "locationName":"ReservedInstanceId" }, "TargetConfigurations":{ "shape":"TargetConfigurationRequestSet", "documentation":"

The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.

", "locationName":"TargetConfiguration" } }, "documentation":"

Contains the parameters for GetReservedInstanceExchangeQuote.

" }, "GetReservedInstancesExchangeQuoteResult":{ "type":"structure", "members":{ "CurrencyCode":{ "shape":"String", "documentation":"

The currency of the transaction.

", "locationName":"currencyCode" }, "IsValidExchange":{ "shape":"Boolean", "documentation":"

If true, the exchange is valid. If false, the exchange cannot be completed.

", "locationName":"isValidExchange" }, "OutputReservedInstancesWillExpireAt":{ "shape":"DateTime", "documentation":"

The new end date of the reservation term.

", "locationName":"outputReservedInstancesWillExpireAt" }, "PaymentDue":{ "shape":"String", "documentation":"

The total true upfront charge for the exchange.

", "locationName":"paymentDue" }, "ReservedInstanceValueRollup":{ "shape":"ReservationValue", "documentation":"

The cost associated with the Reserved Instance.

", "locationName":"reservedInstanceValueRollup" }, "ReservedInstanceValueSet":{ "shape":"ReservedInstanceReservationValueSet", "documentation":"

The configuration of your Convertible Reserved Instances.

", "locationName":"reservedInstanceValueSet" }, "TargetConfigurationValueRollup":{ "shape":"ReservationValue", "documentation":"

The cost associated with the Reserved Instance.

", "locationName":"targetConfigurationValueRollup" }, "TargetConfigurationValueSet":{ "shape":"TargetReservationValueSet", "documentation":"

The values of the target Convertible Reserved Instances.

", "locationName":"targetConfigurationValueSet" }, "ValidationFailureReason":{ "shape":"String", "documentation":"

Describes the reason why the exchange cannot be completed.

", "locationName":"validationFailureReason" } }, "documentation":"

Contains the output of GetReservedInstancesExchangeQuote.

" }, "GroupIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"groupId" } }, "GroupIdentifier":{ "type":"structure", "members":{ "GroupName":{ "shape":"String", "documentation":"

The name of the security group.

", "locationName":"groupName" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" } }, "documentation":"

Describes a security group.

" }, "GroupIdentifierList":{ "type":"list", "member":{ "shape":"GroupIdentifier", "locationName":"item" } }, "GroupIdentifierSet":{ "type":"list", "member":{ "shape":"SecurityGroupIdentifier", "locationName":"item" } }, "GroupIds":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "GroupNameStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"GroupName" } }, "HistoryRecord":{ "type":"structure", "required":[ "EventInformation", "EventType", "Timestamp" ], "members":{ "EventInformation":{ "shape":"EventInformation", "documentation":"

Information about the event.

", "locationName":"eventInformation" }, "EventType":{ "shape":"EventType", "documentation":"

The event type.

", "locationName":"eventType" }, "Timestamp":{ "shape":"DateTime", "documentation":"

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "locationName":"timestamp" } }, "documentation":"

Describes an event in the history of the Spot Fleet request.

" }, "HistoryRecordEntry":{ "type":"structure", "members":{ "EventInformation":{ "shape":"EventInformation", "documentation":"

Information about the event.

", "locationName":"eventInformation" }, "EventType":{ "shape":"FleetEventType", "documentation":"

The event type.

", "locationName":"eventType" }, "Timestamp":{ "shape":"DateTime", "documentation":"

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "locationName":"timestamp" } }, "documentation":"

Describes an event in the history of an EC2 Fleet.

" }, "HistoryRecordSet":{ "type":"list", "member":{ "shape":"HistoryRecordEntry", "locationName":"item" } }, "HistoryRecords":{ "type":"list", "member":{ "shape":"HistoryRecord", "locationName":"item" } }, "Host":{ "type":"structure", "members":{ "AutoPlacement":{ "shape":"AutoPlacement", "documentation":"

Whether auto-placement is on or off.

", "locationName":"autoPlacement" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone of the Dedicated Host.

", "locationName":"availabilityZone" }, "AvailableCapacity":{ "shape":"AvailableCapacity", "documentation":"

The number of new instances that can be launched onto the Dedicated Host.

", "locationName":"availableCapacity" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"clientToken" }, "HostId":{ "shape":"String", "documentation":"

The ID of the Dedicated Host.

", "locationName":"hostId" }, "HostProperties":{ "shape":"HostProperties", "documentation":"

The hardware specifications of the Dedicated Host.

", "locationName":"hostProperties" }, "HostReservationId":{ "shape":"String", "documentation":"

The reservation ID of the Dedicated Host. This returns a null response if the Dedicated Host doesn't have an associated reservation.

", "locationName":"hostReservationId" }, "Instances":{ "shape":"HostInstanceList", "documentation":"

The IDs and instance type that are currently running on the Dedicated Host.

", "locationName":"instances" }, "State":{ "shape":"AllocationState", "documentation":"

The Dedicated Host's state.

", "locationName":"state" }, "AllocationTime":{ "shape":"DateTime", "documentation":"

The time that the Dedicated Host was allocated.

", "locationName":"allocationTime" }, "ReleaseTime":{ "shape":"DateTime", "documentation":"

The time that the Dedicated Host was released.

", "locationName":"releaseTime" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the Dedicated Host.

", "locationName":"tagSet" } }, "documentation":"

Describes the properties of the Dedicated Host.

" }, "HostInstance":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

the IDs of instances that are running on the Dedicated Host.

", "locationName":"instanceId" }, "InstanceType":{ "shape":"String", "documentation":"

The instance type size (for example, m3.medium) of the running instance.

", "locationName":"instanceType" } }, "documentation":"

Describes an instance running on a Dedicated Host.

" }, "HostInstanceList":{ "type":"list", "member":{ "shape":"HostInstance", "locationName":"item" } }, "HostList":{ "type":"list", "member":{ "shape":"Host", "locationName":"item" } }, "HostOffering":{ "type":"structure", "members":{ "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency of the offering.

", "locationName":"currencyCode" }, "Duration":{ "shape":"Integer", "documentation":"

The duration of the offering (in seconds).

", "locationName":"duration" }, "HourlyPrice":{ "shape":"String", "documentation":"

The hourly price of the offering.

", "locationName":"hourlyPrice" }, "InstanceFamily":{ "shape":"String", "documentation":"

The instance family of the offering.

", "locationName":"instanceFamily" }, "OfferingId":{ "shape":"String", "documentation":"

The ID of the offering.

", "locationName":"offeringId" }, "PaymentOption":{ "shape":"PaymentOption", "documentation":"

The available payment option.

", "locationName":"paymentOption" }, "UpfrontPrice":{ "shape":"String", "documentation":"

The upfront price of the offering. Does not apply to No Upfront offerings.

", "locationName":"upfrontPrice" } }, "documentation":"

Details about the Dedicated Host Reservation offering.

" }, "HostOfferingSet":{ "type":"list", "member":{ "shape":"HostOffering", "locationName":"item" } }, "HostProperties":{ "type":"structure", "members":{ "Cores":{ "shape":"Integer", "documentation":"

The number of cores on the Dedicated Host.

", "locationName":"cores" }, "InstanceType":{ "shape":"String", "documentation":"

The instance type size that the Dedicated Host supports (for example, m3.medium).

", "locationName":"instanceType" }, "Sockets":{ "shape":"Integer", "documentation":"

The number of sockets on the Dedicated Host.

", "locationName":"sockets" }, "TotalVCpus":{ "shape":"Integer", "documentation":"

The number of vCPUs on the Dedicated Host.

", "locationName":"totalVCpus" } }, "documentation":"

Describes properties of a Dedicated Host.

" }, "HostReservation":{ "type":"structure", "members":{ "Count":{ "shape":"Integer", "documentation":"

The number of Dedicated Hosts the reservation is associated with.

", "locationName":"count" }, "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency in which the upfrontPrice and hourlyPrice amounts are specified. At this time, the only supported currency is USD.

", "locationName":"currencyCode" }, "Duration":{ "shape":"Integer", "documentation":"

The length of the reservation's term, specified in seconds. Can be 31536000 (1 year) | 94608000 (3 years).

", "locationName":"duration" }, "End":{ "shape":"DateTime", "documentation":"

The date and time that the reservation ends.

", "locationName":"end" }, "HostIdSet":{ "shape":"ResponseHostIdSet", "documentation":"

The IDs of the Dedicated Hosts associated with the reservation.

", "locationName":"hostIdSet" }, "HostReservationId":{ "shape":"String", "documentation":"

The ID of the reservation that specifies the associated Dedicated Hosts.

", "locationName":"hostReservationId" }, "HourlyPrice":{ "shape":"String", "documentation":"

The hourly price of the reservation.

", "locationName":"hourlyPrice" }, "InstanceFamily":{ "shape":"String", "documentation":"

The instance family of the Dedicated Host Reservation. The instance family on the Dedicated Host must be the same in order for it to benefit from the reservation.

", "locationName":"instanceFamily" }, "OfferingId":{ "shape":"String", "documentation":"

The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.

", "locationName":"offeringId" }, "PaymentOption":{ "shape":"PaymentOption", "documentation":"

The payment option selected for this reservation.

", "locationName":"paymentOption" }, "Start":{ "shape":"DateTime", "documentation":"

The date and time that the reservation started.

", "locationName":"start" }, "State":{ "shape":"ReservationState", "documentation":"

The state of the reservation.

", "locationName":"state" }, "UpfrontPrice":{ "shape":"String", "documentation":"

The upfront price of the reservation.

", "locationName":"upfrontPrice" } }, "documentation":"

Details about the Dedicated Host Reservation and associated Dedicated Hosts.

" }, "HostReservationIdSet":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "HostReservationSet":{ "type":"list", "member":{ "shape":"HostReservation", "locationName":"item" } }, "HostTenancy":{ "type":"string", "enum":[ "dedicated", "host" ] }, "HypervisorType":{ "type":"string", "enum":[ "ovm", "xen" ] }, "IamInstanceProfile":{ "type":"structure", "members":{ "Arn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the instance profile.

", "locationName":"arn" }, "Id":{ "shape":"String", "documentation":"

The ID of the instance profile.

", "locationName":"id" } }, "documentation":"

Describes an IAM instance profile.

" }, "IamInstanceProfileAssociation":{ "type":"structure", "members":{ "AssociationId":{ "shape":"String", "documentation":"

The ID of the association.

", "locationName":"associationId" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "IamInstanceProfile":{ "shape":"IamInstanceProfile", "documentation":"

The IAM instance profile.

", "locationName":"iamInstanceProfile" }, "State":{ "shape":"IamInstanceProfileAssociationState", "documentation":"

The state of the association.

", "locationName":"state" }, "Timestamp":{ "shape":"DateTime", "documentation":"

The time the IAM instance profile was associated with the instance.

", "locationName":"timestamp" } }, "documentation":"

Describes an association between an IAM instance profile and an instance.

" }, "IamInstanceProfileAssociationSet":{ "type":"list", "member":{ "shape":"IamInstanceProfileAssociation", "locationName":"item" } }, "IamInstanceProfileAssociationState":{ "type":"string", "enum":[ "associating", "associated", "disassociating", "disassociated" ] }, "IamInstanceProfileSpecification":{ "type":"structure", "members":{ "Arn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the instance profile.

", "locationName":"arn" }, "Name":{ "shape":"String", "documentation":"

The name of the instance profile.

", "locationName":"name" } }, "documentation":"

Describes an IAM instance profile.

" }, "IcmpTypeCode":{ "type":"structure", "members":{ "Code":{ "shape":"Integer", "documentation":"

The ICMP code. A value of -1 means all codes for the specified ICMP type.

", "locationName":"code" }, "Type":{ "shape":"Integer", "documentation":"

The ICMP type. A value of -1 means all types.

", "locationName":"type" } }, "documentation":"

Describes the ICMP type and code.

" }, "IdFormat":{ "type":"structure", "members":{ "Deadline":{ "shape":"DateTime", "documentation":"

The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.

", "locationName":"deadline" }, "Resource":{ "shape":"String", "documentation":"

The type of resource.

", "locationName":"resource" }, "UseLongIds":{ "shape":"Boolean", "documentation":"

Indicates whether longer IDs (17-character IDs) are enabled for the resource.

", "locationName":"useLongIds" } }, "documentation":"

Describes the ID format for a resource.

" }, "IdFormatList":{ "type":"list", "member":{ "shape":"IdFormat", "locationName":"item" } }, "Image":{ "type":"structure", "members":{ "Architecture":{ "shape":"ArchitectureValues", "documentation":"

The architecture of the image.

", "locationName":"architecture" }, "CreationDate":{ "shape":"String", "documentation":"

The date and time the image was created.

", "locationName":"creationDate" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

", "locationName":"imageId" }, "ImageLocation":{ "shape":"String", "documentation":"

The location of the AMI.

", "locationName":"imageLocation" }, "ImageType":{ "shape":"ImageTypeValues", "documentation":"

The type of image.

", "locationName":"imageType" }, "Public":{ "shape":"Boolean", "documentation":"

Indicates whether the image has public launch permissions. The value is true if this image has public launch permissions or false if it has only implicit and explicit launch permissions.

", "locationName":"isPublic" }, "KernelId":{ "shape":"String", "documentation":"

The kernel associated with the image, if any. Only applicable for machine images.

", "locationName":"kernelId" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the image owner.

", "locationName":"imageOwnerId" }, "Platform":{ "shape":"PlatformValues", "documentation":"

The value is Windows for Windows AMIs; otherwise blank.

", "locationName":"platform" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

Any product codes associated with the AMI.

", "locationName":"productCodes" }, "RamdiskId":{ "shape":"String", "documentation":"

The RAM disk associated with the image, if any. Only applicable for machine images.

", "locationName":"ramdiskId" }, "State":{ "shape":"ImageState", "documentation":"

The current state of the AMI. If the state is available, the image is successfully registered and can be used to launch an instance.

", "locationName":"imageState" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingList", "documentation":"

Any block device mapping entries.

", "locationName":"blockDeviceMapping" }, "Description":{ "shape":"String", "documentation":"

The description of the AMI that was provided during image creation.

", "locationName":"description" }, "EnaSupport":{ "shape":"Boolean", "documentation":"

Specifies whether enhanced networking with ENA is enabled.

", "locationName":"enaSupport" }, "Hypervisor":{ "shape":"HypervisorType", "documentation":"

The hypervisor type of the image.

", "locationName":"hypervisor" }, "ImageOwnerAlias":{ "shape":"String", "documentation":"

The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.

", "locationName":"imageOwnerAlias" }, "Name":{ "shape":"String", "documentation":"

The name of the AMI that was provided during image creation.

", "locationName":"name" }, "RootDeviceName":{ "shape":"String", "documentation":"

The device name of the root device volume (for example, /dev/sda1).

", "locationName":"rootDeviceName" }, "RootDeviceType":{ "shape":"DeviceType", "documentation":"

The type of root device used by the AMI. The AMI can use an EBS volume or an instance store volume.

", "locationName":"rootDeviceType" }, "SriovNetSupport":{ "shape":"String", "documentation":"

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

", "locationName":"sriovNetSupport" }, "StateReason":{ "shape":"StateReason", "documentation":"

The reason for the state change.

", "locationName":"stateReason" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the image.

", "locationName":"tagSet" }, "VirtualizationType":{ "shape":"VirtualizationType", "documentation":"

The type of virtualization of the AMI.

", "locationName":"virtualizationType" } }, "documentation":"

Describes an image.

" }, "ImageAttribute":{ "type":"structure", "members":{ "BlockDeviceMappings":{ "shape":"BlockDeviceMappingList", "documentation":"

One or more block device mapping entries.

", "locationName":"blockDeviceMapping" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

", "locationName":"imageId" }, "LaunchPermissions":{ "shape":"LaunchPermissionList", "documentation":"

One or more launch permissions.

", "locationName":"launchPermission" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

One or more product codes.

", "locationName":"productCodes" }, "Description":{ "shape":"AttributeValue", "documentation":"

A description for the AMI.

", "locationName":"description" }, "KernelId":{ "shape":"AttributeValue", "documentation":"

The kernel ID.

", "locationName":"kernel" }, "RamdiskId":{ "shape":"AttributeValue", "documentation":"

The RAM disk ID.

", "locationName":"ramdisk" }, "SriovNetSupport":{ "shape":"AttributeValue", "documentation":"

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

", "locationName":"sriovNetSupport" } }, "documentation":"

Describes an image attribute.

" }, "ImageAttributeName":{ "type":"string", "enum":[ "description", "kernel", "ramdisk", "launchPermission", "productCodes", "blockDeviceMapping", "sriovNetSupport" ] }, "ImageDiskContainer":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

The description of the disk image.

" }, "DeviceName":{ "shape":"String", "documentation":"

The block device mapping for the disk.

" }, "Format":{ "shape":"String", "documentation":"

The format of the disk image being imported.

Valid values: VHD | VMDK | OVA

" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the EBS snapshot to be used for importing the snapshot.

" }, "Url":{ "shape":"String", "documentation":"

The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)

" }, "UserBucket":{ "shape":"UserBucket", "documentation":"

The S3 bucket for the disk image.

" } }, "documentation":"

Describes the disk container object for an import image task.

" }, "ImageDiskContainerList":{ "type":"list", "member":{ "shape":"ImageDiskContainer", "locationName":"item" } }, "ImageIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"ImageId" } }, "ImageList":{ "type":"list", "member":{ "shape":"Image", "locationName":"item" } }, "ImageState":{ "type":"string", "enum":[ "pending", "available", "invalid", "deregistered", "transient", "failed", "error" ] }, "ImageTypeValues":{ "type":"string", "enum":[ "machine", "kernel", "ramdisk" ] }, "ImportImageRequest":{ "type":"structure", "members":{ "Architecture":{ "shape":"String", "documentation":"

The architecture of the virtual machine.

Valid values: i386 | x86_64

" }, "ClientData":{ "shape":"ClientData", "documentation":"

The client-specific data.

" }, "ClientToken":{ "shape":"String", "documentation":"

The token to enable idempotency for VM import requests.

" }, "Description":{ "shape":"String", "documentation":"

A description string for the import image task.

" }, "DiskContainers":{ "shape":"ImageDiskContainerList", "documentation":"

Information about the disk containers.

", "locationName":"DiskContainer" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "Hypervisor":{ "shape":"String", "documentation":"

The target hypervisor platform.

Valid values: xen

" }, "LicenseType":{ "shape":"String", "documentation":"

The license type to be used for the Amazon Machine Image (AMI) after importing.

Note: You may only use BYOL if you have existing licenses with rights to use these licenses in a third party cloud like AWS. For more information, see Prerequisites in the VM Import/Export User Guide.

Valid values: AWS | BYOL

" }, "Platform":{ "shape":"String", "documentation":"

The operating system of the virtual machine.

Valid values: Windows | Linux

" }, "RoleName":{ "shape":"String", "documentation":"

The name of the role to use when not using the default role, 'vmimport'.

" } }, "documentation":"

Contains the parameters for ImportImage.

" }, "ImportImageResult":{ "type":"structure", "members":{ "Architecture":{ "shape":"String", "documentation":"

The architecture of the virtual machine.

", "locationName":"architecture" }, "Description":{ "shape":"String", "documentation":"

A description of the import task.

", "locationName":"description" }, "Hypervisor":{ "shape":"String", "documentation":"

The target hypervisor of the import task.

", "locationName":"hypervisor" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the Amazon Machine Image (AMI) created by the import task.

", "locationName":"imageId" }, "ImportTaskId":{ "shape":"String", "documentation":"

The task ID of the import image task.

", "locationName":"importTaskId" }, "LicenseType":{ "shape":"String", "documentation":"

The license type of the virtual machine.

", "locationName":"licenseType" }, "Platform":{ "shape":"String", "documentation":"

The operating system of the virtual machine.

", "locationName":"platform" }, "Progress":{ "shape":"String", "documentation":"

The progress of the task.

", "locationName":"progress" }, "SnapshotDetails":{ "shape":"SnapshotDetailList", "documentation":"

Information about the snapshots.

", "locationName":"snapshotDetailSet" }, "Status":{ "shape":"String", "documentation":"

A brief status of the task.

", "locationName":"status" }, "StatusMessage":{ "shape":"String", "documentation":"

A detailed status message of the import task.

", "locationName":"statusMessage" } }, "documentation":"

Contains the output for ImportImage.

" }, "ImportImageTask":{ "type":"structure", "members":{ "Architecture":{ "shape":"String", "documentation":"

The architecture of the virtual machine.

Valid values: i386 | x86_64

", "locationName":"architecture" }, "Description":{ "shape":"String", "documentation":"

A description of the import task.

", "locationName":"description" }, "Hypervisor":{ "shape":"String", "documentation":"

The target hypervisor for the import task.

Valid values: xen

", "locationName":"hypervisor" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the Amazon Machine Image (AMI) of the imported virtual machine.

", "locationName":"imageId" }, "ImportTaskId":{ "shape":"String", "documentation":"

The ID of the import image task.

", "locationName":"importTaskId" }, "LicenseType":{ "shape":"String", "documentation":"

The license type of the virtual machine.

", "locationName":"licenseType" }, "Platform":{ "shape":"String", "documentation":"

The description string for the import image task.

", "locationName":"platform" }, "Progress":{ "shape":"String", "documentation":"

The percentage of progress of the import image task.

", "locationName":"progress" }, "SnapshotDetails":{ "shape":"SnapshotDetailList", "documentation":"

Information about the snapshots.

", "locationName":"snapshotDetailSet" }, "Status":{ "shape":"String", "documentation":"

A brief status for the import image task.

", "locationName":"status" }, "StatusMessage":{ "shape":"String", "documentation":"

A descriptive status message for the import image task.

", "locationName":"statusMessage" } }, "documentation":"

Describes an import image task.

" }, "ImportImageTaskList":{ "type":"list", "member":{ "shape":"ImportImageTask", "locationName":"item" } }, "ImportInstanceLaunchSpecification":{ "type":"structure", "members":{ "AdditionalInfo":{ "shape":"String", "documentation":"

Reserved.

", "locationName":"additionalInfo" }, "Architecture":{ "shape":"ArchitectureValues", "documentation":"

The architecture of the instance.

", "locationName":"architecture" }, "GroupIds":{ "shape":"SecurityGroupIdStringList", "documentation":"

One or more security group IDs.

", "locationName":"GroupId" }, "GroupNames":{ "shape":"SecurityGroupStringList", "documentation":"

One or more security group names.

", "locationName":"GroupName" }, "InstanceInitiatedShutdownBehavior":{ "shape":"ShutdownBehavior", "documentation":"

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

", "locationName":"instanceInitiatedShutdownBehavior" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type. For more information about the instance types that you can import, see Instance Types in the VM Import/Export User Guide.

", "locationName":"instanceType" }, "Monitoring":{ "shape":"Boolean", "documentation":"

Indicates whether monitoring is enabled.

", "locationName":"monitoring" }, "Placement":{ "shape":"Placement", "documentation":"

The placement information for the instance.

", "locationName":"placement" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

[EC2-VPC] An available IP address from the IP address range of the subnet.

", "locationName":"privateIpAddress" }, "SubnetId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID of the subnet in which to launch the instance.

", "locationName":"subnetId" }, "UserData":{ "shape":"UserData", "documentation":"

The Base64-encoded user data to make available to the instance.

", "locationName":"userData" } }, "documentation":"

Describes the launch specification for VM import.

" }, "ImportInstanceRequest":{ "type":"structure", "required":["Platform"], "members":{ "Description":{ "shape":"String", "documentation":"

A description for the instance being imported.

", "locationName":"description" }, "DiskImages":{ "shape":"DiskImageList", "documentation":"

The disk image.

", "locationName":"diskImage" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "LaunchSpecification":{ "shape":"ImportInstanceLaunchSpecification", "documentation":"

The launch specification.

", "locationName":"launchSpecification" }, "Platform":{ "shape":"PlatformValues", "documentation":"

The instance operating system.

", "locationName":"platform" } }, "documentation":"

Contains the parameters for ImportInstance.

" }, "ImportInstanceResult":{ "type":"structure", "members":{ "ConversionTask":{ "shape":"ConversionTask", "documentation":"

Information about the conversion task.

", "locationName":"conversionTask" } }, "documentation":"

Contains the output for ImportInstance.

" }, "ImportInstanceTaskDetails":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

A description of the task.

", "locationName":"description" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Platform":{ "shape":"PlatformValues", "documentation":"

The instance operating system.

", "locationName":"platform" }, "Volumes":{ "shape":"ImportInstanceVolumeDetailSet", "documentation":"

One or more volumes.

", "locationName":"volumes" } }, "documentation":"

Describes an import instance task.

" }, "ImportInstanceVolumeDetailItem":{ "type":"structure", "required":[ "AvailabilityZone", "BytesConverted", "Image", "Status", "Volume" ], "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone where the resulting instance will reside.

", "locationName":"availabilityZone" }, "BytesConverted":{ "shape":"Long", "documentation":"

The number of bytes converted so far.

", "locationName":"bytesConverted" }, "Description":{ "shape":"String", "documentation":"

A description of the task.

", "locationName":"description" }, "Image":{ "shape":"DiskImageDescription", "documentation":"

The image.

", "locationName":"image" }, "Status":{ "shape":"String", "documentation":"

The status of the import of this particular disk image.

", "locationName":"status" }, "StatusMessage":{ "shape":"String", "documentation":"

The status information or errors related to the disk image.

", "locationName":"statusMessage" }, "Volume":{ "shape":"DiskImageVolumeDescription", "documentation":"

The volume.

", "locationName":"volume" } }, "documentation":"

Describes an import volume task.

" }, "ImportInstanceVolumeDetailSet":{ "type":"list", "member":{ "shape":"ImportInstanceVolumeDetailItem", "locationName":"item" } }, "ImportKeyPairRequest":{ "type":"structure", "required":[ "KeyName", "PublicKeyMaterial" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "KeyName":{ "shape":"String", "documentation":"

A unique name for the key pair.

", "locationName":"keyName" }, "PublicKeyMaterial":{ "shape":"Blob", "documentation":"

The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you.

", "locationName":"publicKeyMaterial" } }, "documentation":"

Contains the parameters for ImportKeyPair.

" }, "ImportKeyPairResult":{ "type":"structure", "members":{ "KeyFingerprint":{ "shape":"String", "documentation":"

The MD5 public key fingerprint as specified in section 4 of RFC 4716.

", "locationName":"keyFingerprint" }, "KeyName":{ "shape":"String", "documentation":"

The key pair name you provided.

", "locationName":"keyName" } }, "documentation":"

Contains the output of ImportKeyPair.

" }, "ImportSnapshotRequest":{ "type":"structure", "members":{ "ClientData":{ "shape":"ClientData", "documentation":"

The client-specific data.

" }, "ClientToken":{ "shape":"String", "documentation":"

Token to enable idempotency for VM import requests.

" }, "Description":{ "shape":"String", "documentation":"

The description string for the import snapshot task.

" }, "DiskContainer":{ "shape":"SnapshotDiskContainer", "documentation":"

Information about the disk container.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "RoleName":{ "shape":"String", "documentation":"

The name of the role to use when not using the default role, 'vmimport'.

" } }, "documentation":"

Contains the parameters for ImportSnapshot.

" }, "ImportSnapshotResult":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

A description of the import snapshot task.

", "locationName":"description" }, "ImportTaskId":{ "shape":"String", "documentation":"

The ID of the import snapshot task.

", "locationName":"importTaskId" }, "SnapshotTaskDetail":{ "shape":"SnapshotTaskDetail", "documentation":"

Information about the import snapshot task.

", "locationName":"snapshotTaskDetail" } }, "documentation":"

Contains the output for ImportSnapshot.

" }, "ImportSnapshotTask":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

A description of the import snapshot task.

", "locationName":"description" }, "ImportTaskId":{ "shape":"String", "documentation":"

The ID of the import snapshot task.

", "locationName":"importTaskId" }, "SnapshotTaskDetail":{ "shape":"SnapshotTaskDetail", "documentation":"

Describes an import snapshot task.

", "locationName":"snapshotTaskDetail" } }, "documentation":"

Describes an import snapshot task.

" }, "ImportSnapshotTaskList":{ "type":"list", "member":{ "shape":"ImportSnapshotTask", "locationName":"item" } }, "ImportTaskIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"ImportTaskId" } }, "ImportVolumeRequest":{ "type":"structure", "required":[ "AvailabilityZone", "Image", "Volume" ], "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone for the resulting EBS volume.

", "locationName":"availabilityZone" }, "Description":{ "shape":"String", "documentation":"

A description of the volume.

", "locationName":"description" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Image":{ "shape":"DiskImageDetail", "documentation":"

The disk image.

", "locationName":"image" }, "Volume":{ "shape":"VolumeDetail", "documentation":"

The volume size.

", "locationName":"volume" } }, "documentation":"

Contains the parameters for ImportVolume.

" }, "ImportVolumeResult":{ "type":"structure", "members":{ "ConversionTask":{ "shape":"ConversionTask", "documentation":"

Information about the conversion task.

", "locationName":"conversionTask" } }, "documentation":"

Contains the output for ImportVolume.

" }, "ImportVolumeTaskDetails":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone where the resulting volume will reside.

", "locationName":"availabilityZone" }, "BytesConverted":{ "shape":"Long", "documentation":"

The number of bytes converted so far.

", "locationName":"bytesConverted" }, "Description":{ "shape":"String", "documentation":"

The description you provided when starting the import volume task.

", "locationName":"description" }, "Image":{ "shape":"DiskImageDescription", "documentation":"

The image.

", "locationName":"image" }, "Volume":{ "shape":"DiskImageVolumeDescription", "documentation":"

The volume.

", "locationName":"volume" } }, "documentation":"

Describes an import volume task.

" }, "Instance":{ "type":"structure", "members":{ "AmiLaunchIndex":{ "shape":"Integer", "documentation":"

The AMI launch index, which can be used to find this instance in the launch group.

", "locationName":"amiLaunchIndex" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI used to launch the instance.

", "locationName":"imageId" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

", "locationName":"instanceType" }, "KernelId":{ "shape":"String", "documentation":"

The kernel associated with this instance, if applicable.

", "locationName":"kernelId" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair, if this instance was launched with an associated key pair.

", "locationName":"keyName" }, "LaunchTime":{ "shape":"DateTime", "documentation":"

The time the instance was launched.

", "locationName":"launchTime" }, "Monitoring":{ "shape":"Monitoring", "documentation":"

The monitoring for the instance.

", "locationName":"monitoring" }, "Placement":{ "shape":"Placement", "documentation":"

The location where the instance launched, if applicable.

", "locationName":"placement" }, "Platform":{ "shape":"PlatformValues", "documentation":"

The value is Windows for Windows instances; otherwise blank.

", "locationName":"platform" }, "PrivateDnsName":{ "shape":"String", "documentation":"

(IPv4 only) The private DNS hostname name assigned to the instance. This DNS hostname can only be used inside the Amazon EC2 network. This name is not available until the instance enters the running state.

[EC2-VPC] The Amazon-provided DNS server resolves Amazon-provided private DNS hostnames if you've enabled DNS resolution and DNS hostnames in your VPC. If you are not using the Amazon-provided DNS server in your VPC, your custom domain name servers must resolve the hostname as appropriate.

", "locationName":"privateDnsName" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IPv4 address assigned to the instance.

", "locationName":"privateIpAddress" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

The product codes attached to this instance, if applicable.

", "locationName":"productCodes" }, "PublicDnsName":{ "shape":"String", "documentation":"

(IPv4 only) The public DNS name assigned to the instance. This name is not available until the instance enters the running state. For EC2-VPC, this name is only available if you've enabled DNS hostnames for your VPC.

", "locationName":"dnsName" }, "PublicIpAddress":{ "shape":"String", "documentation":"

The public IPv4 address assigned to the instance, if applicable.

", "locationName":"ipAddress" }, "RamdiskId":{ "shape":"String", "documentation":"

The RAM disk associated with this instance, if applicable.

", "locationName":"ramdiskId" }, "State":{ "shape":"InstanceState", "documentation":"

The current state of the instance.

", "locationName":"instanceState" }, "StateTransitionReason":{ "shape":"String", "documentation":"

The reason for the most recent state transition. This might be an empty string.

", "locationName":"reason" }, "SubnetId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID of the subnet in which the instance is running.

", "locationName":"subnetId" }, "VpcId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID of the VPC in which the instance is running.

", "locationName":"vpcId" }, "Architecture":{ "shape":"ArchitectureValues", "documentation":"

The architecture of the image.

", "locationName":"architecture" }, "BlockDeviceMappings":{ "shape":"InstanceBlockDeviceMappingList", "documentation":"

Any block device mapping entries for the instance.

", "locationName":"blockDeviceMapping" }, "ClientToken":{ "shape":"String", "documentation":"

The idempotency token you provided when you launched the instance, if applicable.

", "locationName":"clientToken" }, "EbsOptimized":{ "shape":"Boolean", "documentation":"

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

", "locationName":"ebsOptimized" }, "EnaSupport":{ "shape":"Boolean", "documentation":"

Specifies whether enhanced networking with ENA is enabled.

", "locationName":"enaSupport" }, "Hypervisor":{ "shape":"HypervisorType", "documentation":"

The hypervisor type of the instance.

", "locationName":"hypervisor" }, "IamInstanceProfile":{ "shape":"IamInstanceProfile", "documentation":"

The IAM instance profile associated with the instance, if applicable.

", "locationName":"iamInstanceProfile" }, "InstanceLifecycle":{ "shape":"InstanceLifecycleType", "documentation":"

Indicates whether this is a Spot Instance or a Scheduled Instance.

", "locationName":"instanceLifecycle" }, "ElasticGpuAssociations":{ "shape":"ElasticGpuAssociationList", "documentation":"

The Elastic GPU associated with the instance.

", "locationName":"elasticGpuAssociationSet" }, "NetworkInterfaces":{ "shape":"InstanceNetworkInterfaceList", "documentation":"

[EC2-VPC] One or more network interfaces for the instance.

", "locationName":"networkInterfaceSet" }, "RootDeviceName":{ "shape":"String", "documentation":"

The device name of the root device volume (for example, /dev/sda1).

", "locationName":"rootDeviceName" }, "RootDeviceType":{ "shape":"DeviceType", "documentation":"

The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.

", "locationName":"rootDeviceType" }, "SecurityGroups":{ "shape":"GroupIdentifierList", "documentation":"

One or more security groups for the instance.

", "locationName":"groupSet" }, "SourceDestCheck":{ "shape":"Boolean", "documentation":"

Specifies whether to enable an instance launched in a VPC to perform NAT. This controls whether source/destination checking is enabled on the instance. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the instance to perform NAT. For more information, see NAT Instances in the Amazon Virtual Private Cloud User Guide.

", "locationName":"sourceDestCheck" }, "SpotInstanceRequestId":{ "shape":"String", "documentation":"

If the request is a Spot Instance request, the ID of the request.

", "locationName":"spotInstanceRequestId" }, "SriovNetSupport":{ "shape":"String", "documentation":"

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

", "locationName":"sriovNetSupport" }, "StateReason":{ "shape":"StateReason", "documentation":"

The reason for the most recent state transition.

", "locationName":"stateReason" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the instance.

", "locationName":"tagSet" }, "VirtualizationType":{ "shape":"VirtualizationType", "documentation":"

The virtualization type of the instance.

", "locationName":"virtualizationType" }, "CpuOptions":{ "shape":"CpuOptions", "documentation":"

The CPU options for the instance.

", "locationName":"cpuOptions" } }, "documentation":"

Describes an instance.

" }, "InstanceAttribute":{ "type":"structure", "members":{ "Groups":{ "shape":"GroupIdentifierList", "documentation":"

The security groups associated with the instance.

", "locationName":"groupSet" }, "BlockDeviceMappings":{ "shape":"InstanceBlockDeviceMappingList", "documentation":"

The block device mapping of the instance.

", "locationName":"blockDeviceMapping" }, "DisableApiTermination":{ "shape":"AttributeBooleanValue", "documentation":"

If the value is true, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.

", "locationName":"disableApiTermination" }, "EnaSupport":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether enhanced networking with ENA is enabled.

", "locationName":"enaSupport" }, "EbsOptimized":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether the instance is optimized for Amazon EBS I/O.

", "locationName":"ebsOptimized" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "InstanceInitiatedShutdownBehavior":{ "shape":"AttributeValue", "documentation":"

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

", "locationName":"instanceInitiatedShutdownBehavior" }, "InstanceType":{ "shape":"AttributeValue", "documentation":"

The instance type.

", "locationName":"instanceType" }, "KernelId":{ "shape":"AttributeValue", "documentation":"

The kernel ID.

", "locationName":"kernel" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

A list of product codes.

", "locationName":"productCodes" }, "RamdiskId":{ "shape":"AttributeValue", "documentation":"

The RAM disk ID.

", "locationName":"ramdisk" }, "RootDeviceName":{ "shape":"AttributeValue", "documentation":"

The device name of the root device volume (for example, /dev/sda1).

", "locationName":"rootDeviceName" }, "SourceDestCheck":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether source/destination checking is enabled. A value of true means that checking is enabled, and false means that checking is disabled. This value must be false for a NAT instance to perform NAT.

", "locationName":"sourceDestCheck" }, "SriovNetSupport":{ "shape":"AttributeValue", "documentation":"

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

", "locationName":"sriovNetSupport" }, "UserData":{ "shape":"AttributeValue", "documentation":"

The user data.

", "locationName":"userData" } }, "documentation":"

Describes an instance attribute.

" }, "InstanceAttributeName":{ "type":"string", "enum":[ "instanceType", "kernel", "ramdisk", "userData", "disableApiTermination", "instanceInitiatedShutdownBehavior", "rootDeviceName", "blockDeviceMapping", "productCodes", "sourceDestCheck", "groupSet", "ebsOptimized", "sriovNetSupport", "enaSupport" ] }, "InstanceBlockDeviceMapping":{ "type":"structure", "members":{ "DeviceName":{ "shape":"String", "documentation":"

The device name (for example, /dev/sdh or xvdh).

", "locationName":"deviceName" }, "Ebs":{ "shape":"EbsInstanceBlockDevice", "documentation":"

Parameters used to automatically set up EBS volumes when the instance is launched.

", "locationName":"ebs" } }, "documentation":"

Describes a block device mapping.

" }, "InstanceBlockDeviceMappingList":{ "type":"list", "member":{ "shape":"InstanceBlockDeviceMapping", "locationName":"item" } }, "InstanceBlockDeviceMappingSpecification":{ "type":"structure", "members":{ "DeviceName":{ "shape":"String", "documentation":"

The device name (for example, /dev/sdh or xvdh).

", "locationName":"deviceName" }, "Ebs":{ "shape":"EbsInstanceBlockDeviceSpecification", "documentation":"

Parameters used to automatically set up EBS volumes when the instance is launched.

", "locationName":"ebs" }, "NoDevice":{ "shape":"String", "documentation":"

suppress the specified device included in the block device mapping.

", "locationName":"noDevice" }, "VirtualName":{ "shape":"String", "documentation":"

The virtual device name.

", "locationName":"virtualName" } }, "documentation":"

Describes a block device mapping entry.

" }, "InstanceBlockDeviceMappingSpecificationList":{ "type":"list", "member":{ "shape":"InstanceBlockDeviceMappingSpecification", "locationName":"item" } }, "InstanceCapacity":{ "type":"structure", "members":{ "AvailableCapacity":{ "shape":"Integer", "documentation":"

The number of instances that can still be launched onto the Dedicated Host.

", "locationName":"availableCapacity" }, "InstanceType":{ "shape":"String", "documentation":"

The instance type size supported by the Dedicated Host.

", "locationName":"instanceType" }, "TotalCapacity":{ "shape":"Integer", "documentation":"

The total number of instances that can be launched onto the Dedicated Host.

", "locationName":"totalCapacity" } }, "documentation":"

Information about the instance type that the Dedicated Host supports.

" }, "InstanceCount":{ "type":"structure", "members":{ "InstanceCount":{ "shape":"Integer", "documentation":"

The number of listed Reserved Instances in the state specified by the state.

", "locationName":"instanceCount" }, "State":{ "shape":"ListingState", "documentation":"

The states of the listed Reserved Instances.

", "locationName":"state" } }, "documentation":"

Describes a Reserved Instance listing state.

" }, "InstanceCountList":{ "type":"list", "member":{ "shape":"InstanceCount", "locationName":"item" } }, "InstanceCreditSpecification":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "CpuCredits":{ "shape":"String", "documentation":"

The credit option for CPU usage of the instance. Valid values are standard and unlimited.

", "locationName":"cpuCredits" } }, "documentation":"

Describes the credit option for CPU usage of a T2 instance.

" }, "InstanceCreditSpecificationList":{ "type":"list", "member":{ "shape":"InstanceCreditSpecification", "locationName":"item" } }, "InstanceCreditSpecificationListRequest":{ "type":"list", "member":{ "shape":"InstanceCreditSpecificationRequest", "locationName":"item" } }, "InstanceCreditSpecificationRequest":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

" }, "CpuCredits":{ "shape":"String", "documentation":"

The credit option for CPU usage of the instance. Valid values are standard and unlimited.

" } }, "documentation":"

Describes the credit option for CPU usage of a T2 instance.

" }, "InstanceExportDetails":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the resource being exported.

", "locationName":"instanceId" }, "TargetEnvironment":{ "shape":"ExportEnvironment", "documentation":"

The target virtualization environment.

", "locationName":"targetEnvironment" } }, "documentation":"

Describes an instance to export.

" }, "InstanceHealthStatus":{ "type":"string", "enum":[ "healthy", "unhealthy" ] }, "InstanceIdSet":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "InstanceIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"InstanceId" } }, "InstanceInterruptionBehavior":{ "type":"string", "enum":[ "hibernate", "stop", "terminate" ] }, "InstanceIpv6Address":{ "type":"structure", "members":{ "Ipv6Address":{ "shape":"String", "documentation":"

The IPv6 address.

", "locationName":"ipv6Address" } }, "documentation":"

Describes an IPv6 address.

" }, "InstanceIpv6AddressList":{ "type":"list", "member":{ "shape":"InstanceIpv6Address", "locationName":"item" } }, "InstanceIpv6AddressListRequest":{ "type":"list", "member":{ "shape":"InstanceIpv6AddressRequest", "locationName":"InstanceIpv6Address" } }, "InstanceIpv6AddressRequest":{ "type":"structure", "members":{ "Ipv6Address":{ "shape":"String", "documentation":"

The IPv6 address.

" } }, "documentation":"

Describes an IPv6 address.

" }, "InstanceLifecycleType":{ "type":"string", "enum":[ "spot", "scheduled" ] }, "InstanceList":{ "type":"list", "member":{ "shape":"Instance", "locationName":"item" } }, "InstanceMarketOptionsRequest":{ "type":"structure", "members":{ "MarketType":{ "shape":"MarketType", "documentation":"

The market type.

" }, "SpotOptions":{ "shape":"SpotMarketOptions", "documentation":"

The options for Spot Instances.

" } }, "documentation":"

Describes the market (purchasing) option for the instances.

" }, "InstanceMonitoring":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Monitoring":{ "shape":"Monitoring", "documentation":"

The monitoring for the instance.

", "locationName":"monitoring" } }, "documentation":"

Describes the monitoring of an instance.

" }, "InstanceMonitoringList":{ "type":"list", "member":{ "shape":"InstanceMonitoring", "locationName":"item" } }, "InstanceNetworkInterface":{ "type":"structure", "members":{ "Association":{ "shape":"InstanceNetworkInterfaceAssociation", "documentation":"

The association information for an Elastic IPv4 associated with the network interface.

", "locationName":"association" }, "Attachment":{ "shape":"InstanceNetworkInterfaceAttachment", "documentation":"

The network interface attachment.

", "locationName":"attachment" }, "Description":{ "shape":"String", "documentation":"

The description.

", "locationName":"description" }, "Groups":{ "shape":"GroupIdentifierList", "documentation":"

One or more security groups.

", "locationName":"groupSet" }, "Ipv6Addresses":{ "shape":"InstanceIpv6AddressList", "documentation":"

One or more IPv6 addresses associated with the network interface.

", "locationName":"ipv6AddressesSet" }, "MacAddress":{ "shape":"String", "documentation":"

The MAC address.

", "locationName":"macAddress" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "OwnerId":{ "shape":"String", "documentation":"

The ID of the AWS account that created the network interface.

", "locationName":"ownerId" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private DNS name.

", "locationName":"privateDnsName" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The IPv4 address of the network interface within the subnet.

", "locationName":"privateIpAddress" }, "PrivateIpAddresses":{ "shape":"InstancePrivateIpAddressList", "documentation":"

One or more private IPv4 addresses associated with the network interface.

", "locationName":"privateIpAddressesSet" }, "SourceDestCheck":{ "shape":"Boolean", "documentation":"

Indicates whether to validate network traffic to or from this network interface.

", "locationName":"sourceDestCheck" }, "Status":{ "shape":"NetworkInterfaceStatus", "documentation":"

The status of the network interface.

", "locationName":"status" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Describes a network interface.

" }, "InstanceNetworkInterfaceAssociation":{ "type":"structure", "members":{ "IpOwnerId":{ "shape":"String", "documentation":"

The ID of the owner of the Elastic IP address.

", "locationName":"ipOwnerId" }, "PublicDnsName":{ "shape":"String", "documentation":"

The public DNS name.

", "locationName":"publicDnsName" }, "PublicIp":{ "shape":"String", "documentation":"

The public IP address or Elastic IP address bound to the network interface.

", "locationName":"publicIp" } }, "documentation":"

Describes association information for an Elastic IP address (IPv4).

" }, "InstanceNetworkInterfaceAttachment":{ "type":"structure", "members":{ "AttachTime":{ "shape":"DateTime", "documentation":"

The time stamp when the attachment initiated.

", "locationName":"attachTime" }, "AttachmentId":{ "shape":"String", "documentation":"

The ID of the network interface attachment.

", "locationName":"attachmentId" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the network interface is deleted when the instance is terminated.

", "locationName":"deleteOnTermination" }, "DeviceIndex":{ "shape":"Integer", "documentation":"

The index of the device on the instance for the network interface attachment.

", "locationName":"deviceIndex" }, "Status":{ "shape":"AttachmentStatus", "documentation":"

The attachment state.

", "locationName":"status" } }, "documentation":"

Describes a network interface attachment.

" }, "InstanceNetworkInterfaceList":{ "type":"list", "member":{ "shape":"InstanceNetworkInterface", "locationName":"item" } }, "InstanceNetworkInterfaceSpecification":{ "type":"structure", "members":{ "AssociatePublicIpAddress":{ "shape":"Boolean", "documentation":"

Indicates whether to assign a public IPv4 address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

", "locationName":"associatePublicIpAddress" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

If set to true, the interface is deleted when the instance is terminated. You can specify true only if creating a new network interface when launching an instance.

", "locationName":"deleteOnTermination" }, "Description":{ "shape":"String", "documentation":"

The description of the network interface. Applies only if creating a network interface when launching an instance.

", "locationName":"description" }, "DeviceIndex":{ "shape":"Integer", "documentation":"

The index of the device on the instance for the network interface attachment. If you are specifying a network interface in a RunInstances request, you must provide the device index.

", "locationName":"deviceIndex" }, "Groups":{ "shape":"SecurityGroupIdStringList", "documentation":"

The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.

", "locationName":"SecurityGroupId" }, "Ipv6AddressCount":{ "shape":"Integer", "documentation":"

A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses the IPv6 addresses from the range of the subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.

", "locationName":"ipv6AddressCount" }, "Ipv6Addresses":{ "shape":"InstanceIpv6AddressList", "documentation":"

One or more IPv6 addresses to assign to the network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.

", "locationName":"ipv6AddressesSet", "queryName":"Ipv6Addresses" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IPv4 address of the network interface. Applies only if creating a network interface when launching an instance. You cannot specify this option if you're launching more than one instance in a RunInstances request.

", "locationName":"privateIpAddress" }, "PrivateIpAddresses":{ "shape":"PrivateIpAddressSpecificationList", "documentation":"

One or more private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a RunInstances request.

", "locationName":"privateIpAddressesSet", "queryName":"PrivateIpAddresses" }, "SecondaryPrivateIpAddressCount":{ "shape":"Integer", "documentation":"

The number of secondary private IPv4 addresses. You can't specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you're launching more than one instance in a RunInstances request.

", "locationName":"secondaryPrivateIpAddressCount" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet associated with the network string. Applies only if creating a network interface when launching an instance.

", "locationName":"subnetId" } }, "documentation":"

Describes a network interface.

" }, "InstanceNetworkInterfaceSpecificationList":{ "type":"list", "member":{ "shape":"InstanceNetworkInterfaceSpecification", "locationName":"item" } }, "InstancePrivateIpAddress":{ "type":"structure", "members":{ "Association":{ "shape":"InstanceNetworkInterfaceAssociation", "documentation":"

The association information for an Elastic IP address for the network interface.

", "locationName":"association" }, "Primary":{ "shape":"Boolean", "documentation":"

Indicates whether this IPv4 address is the primary private IP address of the network interface.

", "locationName":"primary" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private IPv4 DNS name.

", "locationName":"privateDnsName" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IPv4 address of the network interface.

", "locationName":"privateIpAddress" } }, "documentation":"

Describes a private IPv4 address.

" }, "InstancePrivateIpAddressList":{ "type":"list", "member":{ "shape":"InstancePrivateIpAddress", "locationName":"item" } }, "InstanceState":{ "type":"structure", "members":{ "Code":{ "shape":"Integer", "documentation":"

The low byte represents the state. The high byte is used for internal purposes and should be ignored.

", "locationName":"code" }, "Name":{ "shape":"InstanceStateName", "documentation":"

The current state of the instance.

", "locationName":"name" } }, "documentation":"

Describes the current state of an instance.

" }, "InstanceStateChange":{ "type":"structure", "members":{ "CurrentState":{ "shape":"InstanceState", "documentation":"

The current state of the instance.

", "locationName":"currentState" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "PreviousState":{ "shape":"InstanceState", "documentation":"

The previous state of the instance.

", "locationName":"previousState" } }, "documentation":"

Describes an instance state change.

" }, "InstanceStateChangeList":{ "type":"list", "member":{ "shape":"InstanceStateChange", "locationName":"item" } }, "InstanceStateName":{ "type":"string", "enum":[ "pending", "running", "shutting-down", "terminated", "stopping", "stopped" ] }, "InstanceStatus":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone of the instance.

", "locationName":"availabilityZone" }, "Events":{ "shape":"InstanceStatusEventList", "documentation":"

Any scheduled events associated with the instance.

", "locationName":"eventsSet" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "InstanceState":{ "shape":"InstanceState", "documentation":"

The intended state of the instance. DescribeInstanceStatus requires that an instance be in the running state.

", "locationName":"instanceState" }, "InstanceStatus":{ "shape":"InstanceStatusSummary", "documentation":"

Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.

", "locationName":"instanceStatus" }, "SystemStatus":{ "shape":"InstanceStatusSummary", "documentation":"

Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.

", "locationName":"systemStatus" } }, "documentation":"

Describes the status of an instance.

" }, "InstanceStatusDetails":{ "type":"structure", "members":{ "ImpairedSince":{ "shape":"DateTime", "documentation":"

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

", "locationName":"impairedSince" }, "Name":{ "shape":"StatusName", "documentation":"

The type of instance status.

", "locationName":"name" }, "Status":{ "shape":"StatusType", "documentation":"

The status.

", "locationName":"status" } }, "documentation":"

Describes the instance status.

" }, "InstanceStatusDetailsList":{ "type":"list", "member":{ "shape":"InstanceStatusDetails", "locationName":"item" } }, "InstanceStatusEvent":{ "type":"structure", "members":{ "Code":{ "shape":"EventCode", "documentation":"

The event code.

", "locationName":"code" }, "Description":{ "shape":"String", "documentation":"

A description of the event.

After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].

", "locationName":"description" }, "NotAfter":{ "shape":"DateTime", "documentation":"

The latest scheduled end time for the event.

", "locationName":"notAfter" }, "NotBefore":{ "shape":"DateTime", "documentation":"

The earliest scheduled start time for the event.

", "locationName":"notBefore" } }, "documentation":"

Describes a scheduled event for an instance.

" }, "InstanceStatusEventList":{ "type":"list", "member":{ "shape":"InstanceStatusEvent", "locationName":"item" } }, "InstanceStatusList":{ "type":"list", "member":{ "shape":"InstanceStatus", "locationName":"item" } }, "InstanceStatusSummary":{ "type":"structure", "members":{ "Details":{ "shape":"InstanceStatusDetailsList", "documentation":"

The system instance health or application instance health.

", "locationName":"details" }, "Status":{ "shape":"SummaryStatus", "documentation":"

The status.

", "locationName":"status" } }, "documentation":"

Describes the status of an instance.

" }, "InstanceType":{ "type":"string", "enum":[ "t1.micro", "t2.nano", "t2.micro", "t2.small", "t2.medium", "t2.large", "t2.xlarge", "t2.2xlarge", "m1.small", "m1.medium", "m1.large", "m1.xlarge", "m3.medium", "m3.large", "m3.xlarge", "m3.2xlarge", "m4.large", "m4.xlarge", "m4.2xlarge", "m4.4xlarge", "m4.10xlarge", "m4.16xlarge", "m2.xlarge", "m2.2xlarge", "m2.4xlarge", "cr1.8xlarge", "r3.large", "r3.xlarge", "r3.2xlarge", "r3.4xlarge", "r3.8xlarge", "r4.large", "r4.xlarge", "r4.2xlarge", "r4.4xlarge", "r4.8xlarge", "r4.16xlarge", "r5.large", "r5.xlarge", "r5.2xlarge", "r5.4xlarge", "r5.8xlarge", "r5.12xlarge", "r5.16xlarge", "r5.24xlarge", "r5.metal", "r5d.large", "r5d.xlarge", "r5d.2xlarge", "r5d.4xlarge", "r5d.8xlarge", "r5d.12xlarge", "r5d.16xlarge", "r5d.24xlarge", "r5d.metal", "x1.16xlarge", "x1.32xlarge", "x1e.xlarge", "x1e.2xlarge", "x1e.4xlarge", "x1e.8xlarge", "x1e.16xlarge", "x1e.32xlarge", "i2.xlarge", "i2.2xlarge", "i2.4xlarge", "i2.8xlarge", "i3.large", "i3.xlarge", "i3.2xlarge", "i3.4xlarge", "i3.8xlarge", "i3.16xlarge", "i3.metal", "hi1.4xlarge", "hs1.8xlarge", "c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", "c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", "c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge", "c5.9xlarge", "c5.18xlarge", "c5d.large", "c5d.xlarge", "c5d.2xlarge", "c5d.4xlarge", "c5d.9xlarge", "c5d.18xlarge", "cc1.4xlarge", "cc2.8xlarge", "g2.2xlarge", "g2.8xlarge", "g3.4xlarge", "g3.8xlarge", "g3.16xlarge", "cg1.4xlarge", "p2.xlarge", "p2.8xlarge", "p2.16xlarge", "p3.2xlarge", "p3.8xlarge", "p3.16xlarge", "d2.xlarge", "d2.2xlarge", "d2.4xlarge", "d2.8xlarge", "f1.2xlarge", "f1.16xlarge", "m5.large", "m5.xlarge", "m5.2xlarge", "m5.4xlarge", "m5.12xlarge", "m5.24xlarge", "m5d.large", "m5d.xlarge", "m5d.2xlarge", "m5d.4xlarge", "m5d.12xlarge", "m5d.24xlarge", "h1.2xlarge", "h1.4xlarge", "h1.8xlarge", "h1.16xlarge", "z1d.large", "z1d.xlarge", "z1d.2xlarge", "z1d.3xlarge", "z1d.6xlarge", "z1d.12xlarge" ] }, "InstanceTypeList":{ "type":"list", "member":{"shape":"InstanceType"} }, "Integer":{"type":"integer"}, "InterfacePermissionType":{ "type":"string", "enum":[ "INSTANCE-ATTACH", "EIP-ASSOCIATE" ] }, "InternetGateway":{ "type":"structure", "members":{ "Attachments":{ "shape":"InternetGatewayAttachmentList", "documentation":"

Any VPCs attached to the internet gateway.

", "locationName":"attachmentSet" }, "InternetGatewayId":{ "shape":"String", "documentation":"

The ID of the internet gateway.

", "locationName":"internetGatewayId" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the internet gateway.

", "locationName":"tagSet" } }, "documentation":"

Describes an internet gateway.

" }, "InternetGatewayAttachment":{ "type":"structure", "members":{ "State":{ "shape":"AttachmentStatus", "documentation":"

The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.

", "locationName":"state" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Describes the attachment of a VPC to an internet gateway or an egress-only internet gateway.

" }, "InternetGatewayAttachmentList":{ "type":"list", "member":{ "shape":"InternetGatewayAttachment", "locationName":"item" } }, "InternetGatewayList":{ "type":"list", "member":{ "shape":"InternetGateway", "locationName":"item" } }, "IpPermission":{ "type":"structure", "members":{ "FromPort":{ "shape":"Integer", "documentation":"

The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all codes.

", "locationName":"fromPort" }, "IpProtocol":{ "shape":"String", "documentation":"

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers).

[EC2-VPC only] Use -1 to specify all protocols. When authorizing security group rules, specifying -1 or a protocol number other than tcp, udp, icmp, or 58 (ICMPv6) allows traffic on all ports, regardless of any port range you specify. For tcp, udp, and icmp, you must specify a port range. For 58 (ICMPv6), you can optionally specify a port range; if you don't, traffic for all types and codes is allowed when authorizing rules.

", "locationName":"ipProtocol" }, "IpRanges":{ "shape":"IpRangeList", "documentation":"

One or more IPv4 ranges.

", "locationName":"ipRanges" }, "Ipv6Ranges":{ "shape":"Ipv6RangeList", "documentation":"

[EC2-VPC only] One or more IPv6 ranges.

", "locationName":"ipv6Ranges" }, "PrefixListIds":{ "shape":"PrefixListIdList", "documentation":"

(EC2-VPC only; valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service. In an AuthorizeSecurityGroupEgress request, this is the AWS service that you want to access through a VPC endpoint from instances associated with the security group.

", "locationName":"prefixListIds" }, "ToPort":{ "shape":"Integer", "documentation":"

The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of -1 indicates all ICMP/ICMPv6 codes for the specified ICMP type. If you specify all ICMP/ICMPv6 types, you must specify all codes.

", "locationName":"toPort" }, "UserIdGroupPairs":{ "shape":"UserIdGroupPairList", "documentation":"

One or more security group and AWS account ID pairs.

", "locationName":"groups" } }, "documentation":"

Describes a set of permissions for a security group rule.

" }, "IpPermissionList":{ "type":"list", "member":{ "shape":"IpPermission", "locationName":"item" } }, "IpRange":{ "type":"structure", "members":{ "CidrIp":{ "shape":"String", "documentation":"

The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.

", "locationName":"cidrIp" }, "Description":{ "shape":"String", "documentation":"

A description for the security group rule that references this IPv4 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

", "locationName":"description" } }, "documentation":"

Describes an IPv4 range.

" }, "IpRangeList":{ "type":"list", "member":{ "shape":"IpRange", "locationName":"item" } }, "IpRanges":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "Ipv6Address":{"type":"string"}, "Ipv6AddressList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "Ipv6CidrBlock":{ "type":"structure", "members":{ "Ipv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 CIDR block.

", "locationName":"ipv6CidrBlock" } }, "documentation":"

Describes an IPv6 CIDR block.

" }, "Ipv6CidrBlockSet":{ "type":"list", "member":{ "shape":"Ipv6CidrBlock", "locationName":"item" } }, "Ipv6Range":{ "type":"structure", "members":{ "CidrIpv6":{ "shape":"String", "documentation":"

The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.

", "locationName":"cidrIpv6" }, "Description":{ "shape":"String", "documentation":"

A description for the security group rule that references this IPv6 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

", "locationName":"description" } }, "documentation":"

[EC2-VPC only] Describes an IPv6 range.

" }, "Ipv6RangeList":{ "type":"list", "member":{ "shape":"Ipv6Range", "locationName":"item" } }, "KeyNameStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"KeyName" } }, "KeyPair":{ "type":"structure", "members":{ "KeyFingerprint":{ "shape":"String", "documentation":"

The SHA-1 digest of the DER encoded private key.

", "locationName":"keyFingerprint" }, "KeyMaterial":{ "shape":"String", "documentation":"

An unencrypted PEM encoded RSA private key.

", "locationName":"keyMaterial" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

", "locationName":"keyName" } }, "documentation":"

Describes a key pair.

" }, "KeyPairInfo":{ "type":"structure", "members":{ "KeyFingerprint":{ "shape":"String", "documentation":"

If you used CreateKeyPair to create the key pair, this is the SHA-1 digest of the DER encoded private key. If you used ImportKeyPair to provide AWS the public key, this is the MD5 public key fingerprint as specified in section 4 of RFC4716.

", "locationName":"keyFingerprint" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

", "locationName":"keyName" } }, "documentation":"

Describes a key pair.

" }, "KeyPairList":{ "type":"list", "member":{ "shape":"KeyPairInfo", "locationName":"item" } }, "LaunchPermission":{ "type":"structure", "members":{ "Group":{ "shape":"PermissionGroup", "documentation":"

The name of the group.

", "locationName":"group" }, "UserId":{ "shape":"String", "documentation":"

The AWS account ID.

", "locationName":"userId" } }, "documentation":"

Describes a launch permission.

" }, "LaunchPermissionList":{ "type":"list", "member":{ "shape":"LaunchPermission", "locationName":"item" } }, "LaunchPermissionModifications":{ "type":"structure", "members":{ "Add":{ "shape":"LaunchPermissionList", "documentation":"

The AWS account ID to add to the list of launch permissions for the AMI.

" }, "Remove":{ "shape":"LaunchPermissionList", "documentation":"

The AWS account ID to remove from the list of launch permissions for the AMI.

" } }, "documentation":"

Describes a launch permission modification.

" }, "LaunchSpecification":{ "type":"structure", "members":{ "UserData":{ "shape":"String", "documentation":"

The Base64-encoded user data for the instance.

", "locationName":"userData" }, "SecurityGroups":{ "shape":"GroupIdentifierList", "documentation":"

One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups.

", "locationName":"groupSet" }, "AddressingType":{ "shape":"String", "documentation":"

Deprecated.

", "locationName":"addressingType" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingList", "documentation":"

One or more block device mapping entries.

", "locationName":"blockDeviceMapping" }, "EbsOptimized":{ "shape":"Boolean", "documentation":"

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

", "locationName":"ebsOptimized" }, "IamInstanceProfile":{ "shape":"IamInstanceProfileSpecification", "documentation":"

The IAM instance profile.

", "locationName":"iamInstanceProfile" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

", "locationName":"imageId" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

", "locationName":"instanceType" }, "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel.

", "locationName":"kernelId" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

", "locationName":"keyName" }, "NetworkInterfaces":{ "shape":"InstanceNetworkInterfaceSpecificationList", "documentation":"

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

", "locationName":"networkInterfaceSet" }, "Placement":{ "shape":"SpotPlacement", "documentation":"

The placement information for the instance.

", "locationName":"placement" }, "RamdiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk.

", "locationName":"ramdiskId" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which to launch the instance.

", "locationName":"subnetId" }, "Monitoring":{ "shape":"RunInstancesMonitoringEnabled", "locationName":"monitoring" } }, "documentation":"

Describes the launch specification for an instance.

" }, "LaunchSpecsList":{ "type":"list", "member":{ "shape":"SpotFleetLaunchSpecification", "locationName":"item" } }, "LaunchTemplate":{ "type":"structure", "members":{ "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template.

", "locationName":"launchTemplateId" }, "LaunchTemplateName":{ "shape":"LaunchTemplateName", "documentation":"

The name of the launch template.

", "locationName":"launchTemplateName" }, "CreateTime":{ "shape":"DateTime", "documentation":"

The time launch template was created.

", "locationName":"createTime" }, "CreatedBy":{ "shape":"String", "documentation":"

The principal that created the launch template.

", "locationName":"createdBy" }, "DefaultVersionNumber":{ "shape":"Long", "documentation":"

The version number of the default version of the launch template.

", "locationName":"defaultVersionNumber" }, "LatestVersionNumber":{ "shape":"Long", "documentation":"

The version number of the latest version of the launch template.

", "locationName":"latestVersionNumber" }, "Tags":{ "shape":"TagList", "documentation":"

The tags for the launch template.

", "locationName":"tagSet" } }, "documentation":"

Describes a launch template.

" }, "LaunchTemplateBlockDeviceMapping":{ "type":"structure", "members":{ "DeviceName":{ "shape":"String", "documentation":"

The device name.

", "locationName":"deviceName" }, "VirtualName":{ "shape":"String", "documentation":"

The virtual device name (ephemeralN).

", "locationName":"virtualName" }, "Ebs":{ "shape":"LaunchTemplateEbsBlockDevice", "documentation":"

Information about the block device for an EBS volume.

", "locationName":"ebs" }, "NoDevice":{ "shape":"String", "documentation":"

Suppresses the specified device included in the block device mapping of the AMI.

", "locationName":"noDevice" } }, "documentation":"

Describes a block device mapping.

" }, "LaunchTemplateBlockDeviceMappingList":{ "type":"list", "member":{ "shape":"LaunchTemplateBlockDeviceMapping", "locationName":"item" } }, "LaunchTemplateBlockDeviceMappingRequest":{ "type":"structure", "members":{ "DeviceName":{ "shape":"String", "documentation":"

The device name (for example, /dev/sdh or xvdh).

" }, "VirtualName":{ "shape":"String", "documentation":"

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

" }, "Ebs":{ "shape":"LaunchTemplateEbsBlockDeviceRequest", "documentation":"

Parameters used to automatically set up EBS volumes when the instance is launched.

" }, "NoDevice":{ "shape":"String", "documentation":"

Suppresses the specified device included in the block device mapping of the AMI.

" } }, "documentation":"

Describes a block device mapping.

" }, "LaunchTemplateBlockDeviceMappingRequestList":{ "type":"list", "member":{ "shape":"LaunchTemplateBlockDeviceMappingRequest", "locationName":"BlockDeviceMapping" } }, "LaunchTemplateConfig":{ "type":"structure", "members":{ "LaunchTemplateSpecification":{ "shape":"FleetLaunchTemplateSpecification", "documentation":"

The launch template.

", "locationName":"launchTemplateSpecification" }, "Overrides":{ "shape":"LaunchTemplateOverridesList", "documentation":"

Any parameters that you specify override the same parameters in the launch template.

", "locationName":"overrides" } }, "documentation":"

Describes a launch template and overrides.

" }, "LaunchTemplateConfigList":{ "type":"list", "member":{ "shape":"LaunchTemplateConfig", "locationName":"item" } }, "LaunchTemplateCpuOptions":{ "type":"structure", "members":{ "CoreCount":{ "shape":"Integer", "documentation":"

The number of CPU cores for the instance.

", "locationName":"coreCount" }, "ThreadsPerCore":{ "shape":"Integer", "documentation":"

The number of threads per CPU core.

", "locationName":"threadsPerCore" } }, "documentation":"

The CPU options for the instance.

" }, "LaunchTemplateCpuOptionsRequest":{ "type":"structure", "members":{ "CoreCount":{ "shape":"Integer", "documentation":"

The number of CPU cores for the instance.

" }, "ThreadsPerCore":{ "shape":"Integer", "documentation":"

The number of threads per CPU core. To disable Intel Hyper-Threading Technology for the instance, specify a value of 1. Otherwise, specify the default value of 2.

" } }, "documentation":"

The CPU options for the instance. Both the core count and threads per core must be specified in the request.

" }, "LaunchTemplateEbsBlockDevice":{ "type":"structure", "members":{ "Encrypted":{ "shape":"Boolean", "documentation":"

Indicates whether the EBS volume is encrypted.

", "locationName":"encrypted" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the EBS volume is deleted on instance termination.

", "locationName":"deleteOnTermination" }, "Iops":{ "shape":"Integer", "documentation":"

The number of I/O operations per second (IOPS) that the volume supports.

", "locationName":"iops" }, "KmsKeyId":{ "shape":"String", "documentation":"

The ARN of the AWS Key Management Service (AWS KMS) CMK used for encryption.

", "locationName":"kmsKeyId" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot.

", "locationName":"snapshotId" }, "VolumeSize":{ "shape":"Integer", "documentation":"

The size of the volume, in GiB.

", "locationName":"volumeSize" }, "VolumeType":{ "shape":"VolumeType", "documentation":"

The volume type.

", "locationName":"volumeType" } }, "documentation":"

Describes a block device for an EBS volume.

" }, "LaunchTemplateEbsBlockDeviceRequest":{ "type":"structure", "members":{ "Encrypted":{ "shape":"Boolean", "documentation":"

Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value.

" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the EBS volume is deleted on instance termination.

" }, "Iops":{ "shape":"Integer", "documentation":"

The number of I/O operations per second (IOPS) that the volume supports. For io1, this represents the number of IOPS that are provisioned for the volume. For gp2, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information about General Purpose SSD baseline performance, I/O credits, and bursting, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

Condition: This parameter is required for requests to create io1 volumes; it is not used in requests to create gp2, st1, sc1, or standard volumes.

" }, "KmsKeyId":{ "shape":"String", "documentation":"

The ARN of the AWS Key Management Service (AWS KMS) CMK used for encryption.

" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot.

" }, "VolumeSize":{ "shape":"Integer", "documentation":"

The size of the volume, in GiB.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

" }, "VolumeType":{ "shape":"VolumeType", "documentation":"

The volume type.

" } }, "documentation":"

The parameters for a block device for an EBS volume.

" }, "LaunchTemplateErrorCode":{ "type":"string", "enum":[ "launchTemplateIdDoesNotExist", "launchTemplateIdMalformed", "launchTemplateNameDoesNotExist", "launchTemplateNameMalformed", "launchTemplateVersionDoesNotExist", "unexpectedError" ] }, "LaunchTemplateIamInstanceProfileSpecification":{ "type":"structure", "members":{ "Arn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the instance profile.

", "locationName":"arn" }, "Name":{ "shape":"String", "documentation":"

The name of the instance profile.

", "locationName":"name" } }, "documentation":"

Describes an IAM instance profile.

" }, "LaunchTemplateIamInstanceProfileSpecificationRequest":{ "type":"structure", "members":{ "Arn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the instance profile.

" }, "Name":{ "shape":"String", "documentation":"

The name of the instance profile.

" } }, "documentation":"

An IAM instance profile.

" }, "LaunchTemplateInstanceMarketOptions":{ "type":"structure", "members":{ "MarketType":{ "shape":"MarketType", "documentation":"

The market type.

", "locationName":"marketType" }, "SpotOptions":{ "shape":"LaunchTemplateSpotMarketOptions", "documentation":"

The options for Spot Instances.

", "locationName":"spotOptions" } }, "documentation":"

The market (purchasing) option for the instances.

" }, "LaunchTemplateInstanceMarketOptionsRequest":{ "type":"structure", "members":{ "MarketType":{ "shape":"MarketType", "documentation":"

The market type.

" }, "SpotOptions":{ "shape":"LaunchTemplateSpotMarketOptionsRequest", "documentation":"

The options for Spot Instances.

" } }, "documentation":"

The market (purchasing) option for the instances.

" }, "LaunchTemplateInstanceNetworkInterfaceSpecification":{ "type":"structure", "members":{ "AssociatePublicIpAddress":{ "shape":"Boolean", "documentation":"

Indicates whether to associate a public IPv4 address with eth0 for a new network interface.

", "locationName":"associatePublicIpAddress" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the network interface is deleted when the instance is terminated.

", "locationName":"deleteOnTermination" }, "Description":{ "shape":"String", "documentation":"

A description for the network interface.

", "locationName":"description" }, "DeviceIndex":{ "shape":"Integer", "documentation":"

The device index for the network interface attachment.

", "locationName":"deviceIndex" }, "Groups":{ "shape":"GroupIdStringList", "documentation":"

The IDs of one or more security groups.

", "locationName":"groupSet" }, "Ipv6AddressCount":{ "shape":"Integer", "documentation":"

The number of IPv6 addresses for the network interface.

", "locationName":"ipv6AddressCount" }, "Ipv6Addresses":{ "shape":"InstanceIpv6AddressList", "documentation":"

The IPv6 addresses for the network interface.

", "locationName":"ipv6AddressesSet" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The primary private IPv4 address of the network interface.

", "locationName":"privateIpAddress" }, "PrivateIpAddresses":{ "shape":"PrivateIpAddressSpecificationList", "documentation":"

One or more private IPv4 addresses.

", "locationName":"privateIpAddressesSet" }, "SecondaryPrivateIpAddressCount":{ "shape":"Integer", "documentation":"

The number of secondary private IPv4 addresses for the network interface.

", "locationName":"secondaryPrivateIpAddressCount" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet for the network interface.

", "locationName":"subnetId" } }, "documentation":"

Describes a network interface.

" }, "LaunchTemplateInstanceNetworkInterfaceSpecificationList":{ "type":"list", "member":{ "shape":"LaunchTemplateInstanceNetworkInterfaceSpecification", "locationName":"item" } }, "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest":{ "type":"structure", "members":{ "AssociatePublicIpAddress":{ "shape":"Boolean", "documentation":"

Associates a public IPv4 address with eth0 for a new network interface.

" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the network interface is deleted when the instance is terminated.

" }, "Description":{ "shape":"String", "documentation":"

A description for the network interface.

" }, "DeviceIndex":{ "shape":"Integer", "documentation":"

The device index for the network interface attachment.

" }, "Groups":{ "shape":"SecurityGroupIdStringList", "documentation":"

The IDs of one or more security groups.

", "locationName":"SecurityGroupId" }, "Ipv6AddressCount":{ "shape":"Integer", "documentation":"

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.

" }, "Ipv6Addresses":{ "shape":"InstanceIpv6AddressListRequest", "documentation":"

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.

" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The primary private IPv4 address of the network interface.

" }, "PrivateIpAddresses":{ "shape":"PrivateIpAddressSpecificationList", "documentation":"

One or more private IPv4 addresses.

" }, "SecondaryPrivateIpAddressCount":{ "shape":"Integer", "documentation":"

The number of secondary private IPv4 addresses to assign to a network interface.

" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet for the network interface.

" } }, "documentation":"

The parameters for a network interface.

" }, "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList":{ "type":"list", "member":{ "shape":"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest", "locationName":"InstanceNetworkInterfaceSpecification" } }, "LaunchTemplateName":{ "type":"string", "max":128, "min":3, "pattern":"[a-zA-Z0-9\\(\\)\\.-/_]+" }, "LaunchTemplateNameStringList":{ "type":"list", "member":{ "shape":"LaunchTemplateName", "locationName":"item" } }, "LaunchTemplateOverrides":{ "type":"structure", "members":{ "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

", "locationName":"instanceType" }, "SpotPrice":{ "shape":"String", "documentation":"

The maximum price per unit hour that you are willing to pay for a Spot Instance.

", "locationName":"spotPrice" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which to launch the instances.

", "locationName":"subnetId" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in which to launch the instances.

", "locationName":"availabilityZone" }, "WeightedCapacity":{ "shape":"Double", "documentation":"

The number of units provided by the specified instance type.

", "locationName":"weightedCapacity" }, "Priority":{ "shape":"Double", "documentation":"

The priority for the launch template override. If OnDemandAllocationStrategy is set to prioritized, Spot Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity. The highest priority is launched first. Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority.

", "locationName":"priority" } }, "documentation":"

Describes overrides for a launch template.

" }, "LaunchTemplateOverridesList":{ "type":"list", "member":{ "shape":"LaunchTemplateOverrides", "locationName":"item" } }, "LaunchTemplatePlacement":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone of the instance.

", "locationName":"availabilityZone" }, "Affinity":{ "shape":"String", "documentation":"

The affinity setting for the instance on the Dedicated Host.

", "locationName":"affinity" }, "GroupName":{ "shape":"String", "documentation":"

The name of the placement group for the instance.

", "locationName":"groupName" }, "HostId":{ "shape":"String", "documentation":"

The ID of the Dedicated Host for the instance.

", "locationName":"hostId" }, "Tenancy":{ "shape":"Tenancy", "documentation":"

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware.

", "locationName":"tenancy" }, "SpreadDomain":{ "shape":"String", "documentation":"

Reserved for future use.

", "locationName":"spreadDomain" } }, "documentation":"

Describes the placement of an instance.

" }, "LaunchTemplatePlacementRequest":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone for the instance.

" }, "Affinity":{ "shape":"String", "documentation":"

The affinity setting for an instance on a Dedicated Host.

" }, "GroupName":{ "shape":"String", "documentation":"

The name of the placement group for the instance.

" }, "HostId":{ "shape":"String", "documentation":"

The ID of the Dedicated Host for the instance.

" }, "Tenancy":{ "shape":"Tenancy", "documentation":"

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware.

" }, "SpreadDomain":{ "shape":"String", "documentation":"

Reserved for future use.

" } }, "documentation":"

The placement for the instance.

" }, "LaunchTemplateSet":{ "type":"list", "member":{ "shape":"LaunchTemplate", "locationName":"item" } }, "LaunchTemplateSpecification":{ "type":"structure", "members":{ "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template.

" }, "LaunchTemplateName":{ "shape":"String", "documentation":"

The name of the launch template.

" }, "Version":{ "shape":"String", "documentation":"

The version number of the launch template.

Default: The default version for the launch template.

" } }, "documentation":"

The launch template to use. You must specify either the launch template ID or launch template name in the request, but not both.

" }, "LaunchTemplateSpotMarketOptions":{ "type":"structure", "members":{ "MaxPrice":{ "shape":"String", "documentation":"

The maximum hourly price you're willing to pay for the Spot Instances.

", "locationName":"maxPrice" }, "SpotInstanceType":{ "shape":"SpotInstanceType", "documentation":"

The Spot Instance request type.

", "locationName":"spotInstanceType" }, "BlockDurationMinutes":{ "shape":"Integer", "documentation":"

The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).

", "locationName":"blockDurationMinutes" }, "ValidUntil":{ "shape":"DateTime", "documentation":"

The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached.

", "locationName":"validUntil" }, "InstanceInterruptionBehavior":{ "shape":"InstanceInterruptionBehavior", "documentation":"

The behavior when a Spot Instance is interrupted.

", "locationName":"instanceInterruptionBehavior" } }, "documentation":"

The options for Spot Instances.

" }, "LaunchTemplateSpotMarketOptionsRequest":{ "type":"structure", "members":{ "MaxPrice":{ "shape":"String", "documentation":"

The maximum hourly price you're willing to pay for the Spot Instances.

" }, "SpotInstanceType":{ "shape":"SpotInstanceType", "documentation":"

The Spot Instance request type.

" }, "BlockDurationMinutes":{ "shape":"Integer", "documentation":"

The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).

" }, "ValidUntil":{ "shape":"DateTime", "documentation":"

The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached. The default end date is 7 days from the current date.

" }, "InstanceInterruptionBehavior":{ "shape":"InstanceInterruptionBehavior", "documentation":"

The behavior when a Spot Instance is interrupted. The default is terminate.

" } }, "documentation":"

The options for Spot Instances.

" }, "LaunchTemplateTagSpecification":{ "type":"structure", "members":{ "ResourceType":{ "shape":"ResourceType", "documentation":"

The type of resource.

", "locationName":"resourceType" }, "Tags":{ "shape":"TagList", "documentation":"

The tags for the resource.

", "locationName":"tagSet" } }, "documentation":"

The tag specification for the launch template.

" }, "LaunchTemplateTagSpecificationList":{ "type":"list", "member":{ "shape":"LaunchTemplateTagSpecification", "locationName":"item" } }, "LaunchTemplateTagSpecificationRequest":{ "type":"structure", "members":{ "ResourceType":{ "shape":"ResourceType", "documentation":"

The type of resource to tag. Currently, the resource types that support tagging on creation are instance and volume. To tag a resource after it has been created, see CreateTags.

" }, "Tags":{ "shape":"TagList", "documentation":"

The tags to apply to the resource.

", "locationName":"Tag" } }, "documentation":"

The tags specification for the launch template.

" }, "LaunchTemplateTagSpecificationRequestList":{ "type":"list", "member":{ "shape":"LaunchTemplateTagSpecificationRequest", "locationName":"LaunchTemplateTagSpecificationRequest" } }, "LaunchTemplateVersion":{ "type":"structure", "members":{ "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template.

", "locationName":"launchTemplateId" }, "LaunchTemplateName":{ "shape":"LaunchTemplateName", "documentation":"

The name of the launch template.

", "locationName":"launchTemplateName" }, "VersionNumber":{ "shape":"Long", "documentation":"

The version number.

", "locationName":"versionNumber" }, "VersionDescription":{ "shape":"VersionDescription", "documentation":"

The description for the version.

", "locationName":"versionDescription" }, "CreateTime":{ "shape":"DateTime", "documentation":"

The time the version was created.

", "locationName":"createTime" }, "CreatedBy":{ "shape":"String", "documentation":"

The principal that created the version.

", "locationName":"createdBy" }, "DefaultVersion":{ "shape":"Boolean", "documentation":"

Indicates whether the version is the default version.

", "locationName":"defaultVersion" }, "LaunchTemplateData":{ "shape":"ResponseLaunchTemplateData", "documentation":"

Information about the launch template.

", "locationName":"launchTemplateData" } }, "documentation":"

Describes a launch template version.

" }, "LaunchTemplateVersionSet":{ "type":"list", "member":{ "shape":"LaunchTemplateVersion", "locationName":"item" } }, "LaunchTemplatesMonitoring":{ "type":"structure", "members":{ "Enabled":{ "shape":"Boolean", "documentation":"

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

", "locationName":"enabled" } }, "documentation":"

Describes the monitoring for the instance.

" }, "LaunchTemplatesMonitoringRequest":{ "type":"structure", "members":{ "Enabled":{ "shape":"Boolean", "documentation":"

Specify true to enable detailed monitoring. Otherwise, basic monitoring is enabled.

" } }, "documentation":"

Describes the monitoring for the instance.

" }, "ListingState":{ "type":"string", "enum":[ "available", "sold", "cancelled", "pending" ] }, "ListingStatus":{ "type":"string", "enum":[ "active", "pending", "cancelled", "closed" ] }, "LoadBalancersConfig":{ "type":"structure", "members":{ "ClassicLoadBalancersConfig":{ "shape":"ClassicLoadBalancersConfig", "documentation":"

The Classic Load Balancers.

", "locationName":"classicLoadBalancersConfig" }, "TargetGroupsConfig":{ "shape":"TargetGroupsConfig", "documentation":"

The target groups.

", "locationName":"targetGroupsConfig" } }, "documentation":"

Describes the Classic Load Balancers and target groups to attach to a Spot Fleet request.

" }, "LoadPermission":{ "type":"structure", "members":{ "UserId":{ "shape":"String", "documentation":"

The AWS account ID.

", "locationName":"userId" }, "Group":{ "shape":"PermissionGroup", "documentation":"

The name of the group.

", "locationName":"group" } }, "documentation":"

Describes a load permission.

" }, "LoadPermissionList":{ "type":"list", "member":{ "shape":"LoadPermission", "locationName":"item" } }, "LoadPermissionListRequest":{ "type":"list", "member":{ "shape":"LoadPermissionRequest", "locationName":"item" } }, "LoadPermissionModifications":{ "type":"structure", "members":{ "Add":{ "shape":"LoadPermissionListRequest", "documentation":"

The load permissions to add.

" }, "Remove":{ "shape":"LoadPermissionListRequest", "documentation":"

The load permissions to remove.

" } }, "documentation":"

Describes modifications to the load permissions of an Amazon FPGA image (AFI).

" }, "LoadPermissionRequest":{ "type":"structure", "members":{ "Group":{ "shape":"PermissionGroup", "documentation":"

The name of the group.

" }, "UserId":{ "shape":"String", "documentation":"

The AWS account ID.

" } }, "documentation":"

Describes a load permission.

" }, "LogDestinationType":{ "type":"string", "enum":[ "cloud-watch-logs", "s3" ] }, "Long":{"type":"long"}, "MarketType":{ "type":"string", "enum":["spot"] }, "MaxResults":{ "type":"integer", "max":255, "min":5 }, "ModifyFleetRequest":{ "type":"structure", "required":[ "FleetId", "TargetCapacitySpecification" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ExcessCapacityTerminationPolicy":{ "shape":"FleetExcessCapacityTerminationPolicy", "documentation":"

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

" }, "FleetId":{ "shape":"FleetIdentifier", "documentation":"

The ID of the EC2 Fleet.

" }, "TargetCapacitySpecification":{ "shape":"TargetCapacitySpecificationRequest", "documentation":"

The size of the EC2 Fleet.

" } } }, "ModifyFleetResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Is true if the request succeeds, and an error otherwise.

", "locationName":"return" } } }, "ModifyFpgaImageAttributeRequest":{ "type":"structure", "required":["FpgaImageId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "FpgaImageId":{ "shape":"String", "documentation":"

The ID of the AFI.

" }, "Attribute":{ "shape":"FpgaImageAttributeName", "documentation":"

The name of the attribute.

" }, "OperationType":{ "shape":"OperationType", "documentation":"

The operation type.

" }, "UserIds":{ "shape":"UserIdStringList", "documentation":"

One or more AWS account IDs. This parameter is valid only when modifying the loadPermission attribute.

", "locationName":"UserId" }, "UserGroups":{ "shape":"UserGroupStringList", "documentation":"

One or more user groups. This parameter is valid only when modifying the loadPermission attribute.

", "locationName":"UserGroup" }, "ProductCodes":{ "shape":"ProductCodeStringList", "documentation":"

One or more product codes. After you add a product code to an AFI, it can't be removed. This parameter is valid only when modifying the productCodes attribute.

", "locationName":"ProductCode" }, "LoadPermission":{ "shape":"LoadPermissionModifications", "documentation":"

The load permission for the AFI.

" }, "Description":{ "shape":"String", "documentation":"

A description for the AFI.

" }, "Name":{ "shape":"String", "documentation":"

A name for the AFI.

" } } }, "ModifyFpgaImageAttributeResult":{ "type":"structure", "members":{ "FpgaImageAttribute":{ "shape":"FpgaImageAttribute", "documentation":"

Information about the attribute.

", "locationName":"fpgaImageAttribute" } } }, "ModifyHostsRequest":{ "type":"structure", "required":[ "AutoPlacement", "HostIds" ], "members":{ "AutoPlacement":{ "shape":"AutoPlacement", "documentation":"

Specify whether to enable or disable auto-placement.

", "locationName":"autoPlacement" }, "HostIds":{ "shape":"RequestHostIdList", "documentation":"

The IDs of the Dedicated Hosts to modify.

", "locationName":"hostId" } }, "documentation":"

Contains the parameters for ModifyHosts.

" }, "ModifyHostsResult":{ "type":"structure", "members":{ "Successful":{ "shape":"ResponseHostIdList", "documentation":"

The IDs of the Dedicated Hosts that were successfully modified.

", "locationName":"successful" }, "Unsuccessful":{ "shape":"UnsuccessfulItemList", "documentation":"

The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.

", "locationName":"unsuccessful" } }, "documentation":"

Contains the output of ModifyHosts.

" }, "ModifyIdFormatRequest":{ "type":"structure", "required":[ "Resource", "UseLongIds" ], "members":{ "Resource":{ "shape":"String", "documentation":"

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.

" }, "UseLongIds":{ "shape":"Boolean", "documentation":"

Indicate whether the resource should use longer IDs (17-character IDs).

" } }, "documentation":"

Contains the parameters of ModifyIdFormat.

" }, "ModifyIdentityIdFormatRequest":{ "type":"structure", "required":[ "PrincipalArn", "Resource", "UseLongIds" ], "members":{ "PrincipalArn":{ "shape":"String", "documentation":"

The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify all to modify the ID format for all IAM users, IAM roles, and the root user of the account.

", "locationName":"principalArn" }, "Resource":{ "shape":"String", "documentation":"

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.

", "locationName":"resource" }, "UseLongIds":{ "shape":"Boolean", "documentation":"

Indicates whether the resource should use longer IDs (17-character IDs)

", "locationName":"useLongIds" } }, "documentation":"

Contains the parameters of ModifyIdentityIdFormat.

" }, "ModifyImageAttributeRequest":{ "type":"structure", "required":["ImageId"], "members":{ "Attribute":{ "shape":"String", "documentation":"

The name of the attribute to modify. The valid values are description, launchPermission, and productCodes.

" }, "Description":{ "shape":"AttributeValue", "documentation":"

A new description for the AMI.

" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

" }, "LaunchPermission":{ "shape":"LaunchPermissionModifications", "documentation":"

A new launch permission for the AMI.

" }, "OperationType":{ "shape":"OperationType", "documentation":"

The operation type. This parameter can be used only when the Attribute parameter is launchPermission.

" }, "ProductCodes":{ "shape":"ProductCodeStringList", "documentation":"

One or more DevPay product codes. After you add a product code to an AMI, it can't be removed.

", "locationName":"ProductCode" }, "UserGroups":{ "shape":"UserGroupStringList", "documentation":"

One or more user groups. This parameter can be used only when the Attribute parameter is launchPermission.

", "locationName":"UserGroup" }, "UserIds":{ "shape":"UserIdStringList", "documentation":"

One or more AWS account IDs. This parameter can be used only when the Attribute parameter is launchPermission.

", "locationName":"UserId" }, "Value":{ "shape":"String", "documentation":"

The value of the attribute being modified. This parameter can be used only when the Attribute parameter is description or productCodes.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for ModifyImageAttribute.

" }, "ModifyInstanceAttributeRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "SourceDestCheck":{ "shape":"AttributeBooleanValue", "documentation":"

Specifies whether source/destination checking is enabled. A value of true means that checking is enabled, and false means that checking is disabled. This value must be false for a NAT instance to perform NAT.

" }, "Attribute":{ "shape":"InstanceAttributeName", "documentation":"

The name of the attribute.

", "locationName":"attribute" }, "BlockDeviceMappings":{ "shape":"InstanceBlockDeviceMappingSpecificationList", "documentation":"

Modifies the DeleteOnTermination attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for DeleteOnTermination, the default is true and the volume is deleted when the instance is terminated.

To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see Updating the Block Device Mapping when Launching an Instance in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"blockDeviceMapping" }, "DisableApiTermination":{ "shape":"AttributeBooleanValue", "documentation":"

If the value is true, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot Instances.

", "locationName":"disableApiTermination" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "EbsOptimized":{ "shape":"AttributeBooleanValue", "documentation":"

Specifies whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

", "locationName":"ebsOptimized" }, "EnaSupport":{ "shape":"AttributeBooleanValue", "documentation":"

Set to true to enable enhanced networking with ENA for the instance.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

", "locationName":"enaSupport" }, "Groups":{ "shape":"GroupIdStringList", "documentation":"

[EC2-VPC] Changes the security groups of the instance. You must specify at least one security group, even if it's just the default security group for the VPC. You must specify the security group ID, not the security group name.

", "locationName":"GroupId" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "InstanceInitiatedShutdownBehavior":{ "shape":"AttributeValue", "documentation":"

Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

", "locationName":"instanceInitiatedShutdownBehavior" }, "InstanceType":{ "shape":"AttributeValue", "documentation":"

Changes the instance type to the specified value. For more information, see Instance Types. If the instance type is not valid, the error returned is InvalidInstanceAttributeValue.

", "locationName":"instanceType" }, "Kernel":{ "shape":"AttributeValue", "documentation":"

Changes the instance's kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

", "locationName":"kernel" }, "Ramdisk":{ "shape":"AttributeValue", "documentation":"

Changes the instance's RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

", "locationName":"ramdisk" }, "SriovNetSupport":{ "shape":"AttributeValue", "documentation":"

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.

There is no way to disable enhanced networking with the Intel 82599 Virtual Function interface at this time.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

", "locationName":"sriovNetSupport" }, "UserData":{ "shape":"BlobAttributeValue", "documentation":"

Changes the instance's user data to the specified value. If you are using an AWS SDK or command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text.

", "locationName":"userData" }, "Value":{ "shape":"String", "documentation":"

A new value for the attribute. Use only with the kernel, ramdisk, userData, disableApiTermination, or instanceInitiatedShutdownBehavior attribute.

", "locationName":"value" } }, "documentation":"

Contains the parameters for ModifyInstanceAttribute.

" }, "ModifyInstanceCreditSpecificationRequest":{ "type":"structure", "required":["InstanceCreditSpecifications"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ClientToken":{ "shape":"String", "documentation":"

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

" }, "InstanceCreditSpecifications":{ "shape":"InstanceCreditSpecificationListRequest", "documentation":"

Information about the credit option for CPU usage.

", "locationName":"InstanceCreditSpecification" } } }, "ModifyInstanceCreditSpecificationResult":{ "type":"structure", "members":{ "SuccessfulInstanceCreditSpecifications":{ "shape":"SuccessfulInstanceCreditSpecificationSet", "documentation":"

Information about the instances whose credit option for CPU usage was successfully modified.

", "locationName":"successfulInstanceCreditSpecificationSet" }, "UnsuccessfulInstanceCreditSpecifications":{ "shape":"UnsuccessfulInstanceCreditSpecificationSet", "documentation":"

Information about the instances whose credit option for CPU usage was not modified.

", "locationName":"unsuccessfulInstanceCreditSpecificationSet" } } }, "ModifyInstancePlacementRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "Affinity":{ "shape":"Affinity", "documentation":"

The affinity setting for the instance.

", "locationName":"affinity" }, "GroupName":{ "shape":"String", "documentation":"

The name of the placement group in which to place the instance. For spread placement groups, the instance must have a tenancy of default. For cluster placement groups, the instance must have a tenancy of default or dedicated.

To remove an instance from a placement group, specify an empty string (\"\").

" }, "HostId":{ "shape":"String", "documentation":"

The ID of the Dedicated Host with which to associate the instance.

", "locationName":"hostId" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance that you are modifying.

", "locationName":"instanceId" }, "Tenancy":{ "shape":"HostTenancy", "documentation":"

The tenancy for the instance.

", "locationName":"tenancy" } }, "documentation":"

Contains the parameters for ModifyInstancePlacement.

" }, "ModifyInstancePlacementResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Is true if the request succeeds, and an error otherwise.

", "locationName":"return" } }, "documentation":"

Contains the output of ModifyInstancePlacement.

" }, "ModifyLaunchTemplateRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

" }, "LaunchTemplateId":{ "shape":"String", "documentation":"

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "LaunchTemplateName":{ "shape":"LaunchTemplateName", "documentation":"

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "DefaultVersion":{ "shape":"String", "documentation":"

The version number of the launch template to set as the default version.

", "locationName":"SetDefaultVersion" } } }, "ModifyLaunchTemplateResult":{ "type":"structure", "members":{ "LaunchTemplate":{ "shape":"LaunchTemplate", "documentation":"

Information about the launch template.

", "locationName":"launchTemplate" } } }, "ModifyNetworkInterfaceAttributeRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "Attachment":{ "shape":"NetworkInterfaceAttachmentChanges", "documentation":"

Information about the interface attachment. If modifying the 'delete on termination' attribute, you must specify the ID of the interface attachment.

", "locationName":"attachment" }, "Description":{ "shape":"AttributeValue", "documentation":"

A description for the network interface.

", "locationName":"description" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Groups":{ "shape":"SecurityGroupIdStringList", "documentation":"

Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it's just the default security group in the VPC. You must specify the ID of the security group, not the name.

", "locationName":"SecurityGroupId" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "SourceDestCheck":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether source/destination checking is enabled. A value of true means checking is enabled, and false means checking is disabled. This value must be false for a NAT instance to perform NAT. For more information, see NAT Instances in the Amazon Virtual Private Cloud User Guide.

", "locationName":"sourceDestCheck" } }, "documentation":"

Contains the parameters for ModifyNetworkInterfaceAttribute.

" }, "ModifyReservedInstancesRequest":{ "type":"structure", "required":[ "ReservedInstancesIds", "TargetConfigurations" ], "members":{ "ReservedInstancesIds":{ "shape":"ReservedInstancesIdStringList", "documentation":"

The IDs of the Reserved Instances to modify.

", "locationName":"ReservedInstancesId" }, "ClientToken":{ "shape":"String", "documentation":"

A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

", "locationName":"clientToken" }, "TargetConfigurations":{ "shape":"ReservedInstancesConfigurationList", "documentation":"

The configuration settings for the Reserved Instances to modify.

", "locationName":"ReservedInstancesConfigurationSetItemType" } }, "documentation":"

Contains the parameters for ModifyReservedInstances.

" }, "ModifyReservedInstancesResult":{ "type":"structure", "members":{ "ReservedInstancesModificationId":{ "shape":"String", "documentation":"

The ID for the modification.

", "locationName":"reservedInstancesModificationId" } }, "documentation":"

Contains the output of ModifyReservedInstances.

" }, "ModifySnapshotAttributeRequest":{ "type":"structure", "required":["SnapshotId"], "members":{ "Attribute":{ "shape":"SnapshotAttributeName", "documentation":"

The snapshot attribute to modify. Only volume creation permissions can be modified.

" }, "CreateVolumePermission":{ "shape":"CreateVolumePermissionModifications", "documentation":"

A JSON representation of the snapshot attribute modification.

" }, "GroupNames":{ "shape":"GroupNameStringList", "documentation":"

The group to modify for the snapshot.

", "locationName":"UserGroup" }, "OperationType":{ "shape":"OperationType", "documentation":"

The type of operation to perform to the attribute.

" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot.

" }, "UserIds":{ "shape":"UserIdStringList", "documentation":"

The account ID to modify for the snapshot.

", "locationName":"UserId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for ModifySnapshotAttribute.

" }, "ModifySpotFleetRequestRequest":{ "type":"structure", "required":["SpotFleetRequestId"], "members":{ "ExcessCapacityTerminationPolicy":{ "shape":"ExcessCapacityTerminationPolicy", "documentation":"

Indicates whether running Spot Instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.

", "locationName":"excessCapacityTerminationPolicy" }, "SpotFleetRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Fleet request.

", "locationName":"spotFleetRequestId" }, "TargetCapacity":{ "shape":"Integer", "documentation":"

The size of the fleet.

", "locationName":"targetCapacity" } }, "documentation":"

Contains the parameters for ModifySpotFleetRequest.

" }, "ModifySpotFleetRequestResponse":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Is true if the request succeeds, and an error otherwise.

", "locationName":"return" } }, "documentation":"

Contains the output of ModifySpotFleetRequest.

" }, "ModifySubnetAttributeRequest":{ "type":"structure", "required":["SubnetId"], "members":{ "AssignIpv6AddressOnCreation":{ "shape":"AttributeBooleanValue", "documentation":"

Specify true to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the instance therefore receives an IPv6 address).

If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2 API.

" }, "MapPublicIpOnLaunch":{ "shape":"AttributeBooleanValue", "documentation":"

Specify true to indicate that network interfaces created in the specified subnet should be assigned a public IPv4 address. This includes a network interface that's created when launching an instance into the subnet (the instance therefore receives a public IPv4 address).

" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" } }, "documentation":"

Contains the parameters for ModifySubnetAttribute.

" }, "ModifyVolumeAttributeRequest":{ "type":"structure", "required":["VolumeId"], "members":{ "AutoEnableIO":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether the volume should be auto-enabled for I/O operations.

" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for ModifyVolumeAttribute.

" }, "ModifyVolumeRequest":{ "type":"structure", "required":["VolumeId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

" }, "Size":{ "shape":"Integer", "documentation":"

The target size of the volume, in GiB. The target volume size must be greater than or equal to than the existing size of the volume. For information about available EBS volume sizes, see Amazon EBS Volume Types.

Default: If no size is specified, the existing size is retained.

" }, "VolumeType":{ "shape":"VolumeType", "documentation":"

The target EBS volume type of the volume.

Default: If no type is specified, the existing type is retained.

" }, "Iops":{ "shape":"Integer", "documentation":"

The target IOPS rate of the volume.

This is only valid for Provisioned IOPS SSD (io1) volumes. For more information, see Provisioned IOPS SSD (io1) Volumes.

Default: If no IOPS value is specified, the existing value is retained.

" } } }, "ModifyVolumeResult":{ "type":"structure", "members":{ "VolumeModification":{ "shape":"VolumeModification", "documentation":"

Information about the volume modification.

", "locationName":"volumeModification" } } }, "ModifyVpcAttributeRequest":{ "type":"structure", "required":["VpcId"], "members":{ "EnableDnsHostnames":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.

" }, "EnableDnsSupport":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range \"plus two\" succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.

" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Contains the parameters for ModifyVpcAttribute.

" }, "ModifyVpcEndpointConnectionNotificationRequest":{ "type":"structure", "required":["ConnectionNotificationId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ConnectionNotificationId":{ "shape":"String", "documentation":"

The ID of the notification.

" }, "ConnectionNotificationArn":{ "shape":"String", "documentation":"

The ARN for the SNS topic for the notification.

" }, "ConnectionEvents":{ "shape":"ValueStringList", "documentation":"

One or more events for the endpoint. Valid values are Accept, Connect, Delete, and Reject.

" } } }, "ModifyVpcEndpointConnectionNotificationResult":{ "type":"structure", "members":{ "ReturnValue":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } } }, "ModifyVpcEndpointRequest":{ "type":"structure", "required":["VpcEndpointId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "VpcEndpointId":{ "shape":"String", "documentation":"

The ID of the endpoint.

" }, "ResetPolicy":{ "shape":"Boolean", "documentation":"

(Gateway endpoint) Specify true to reset the policy document to the default policy. The default policy allows full access to the service.

" }, "PolicyDocument":{ "shape":"String", "documentation":"

(Gateway endpoint) A policy document to attach to the endpoint. The policy must be in valid JSON format.

" }, "AddRouteTableIds":{ "shape":"ValueStringList", "documentation":"

(Gateway endpoint) One or more route tables IDs to associate with the endpoint.

", "locationName":"AddRouteTableId" }, "RemoveRouteTableIds":{ "shape":"ValueStringList", "documentation":"

(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.

", "locationName":"RemoveRouteTableId" }, "AddSubnetIds":{ "shape":"ValueStringList", "documentation":"

(Interface endpoint) One or more subnet IDs in which to serve the endpoint.

", "locationName":"AddSubnetId" }, "RemoveSubnetIds":{ "shape":"ValueStringList", "documentation":"

(Interface endpoint) One or more subnets IDs in which to remove the endpoint.

", "locationName":"RemoveSubnetId" }, "AddSecurityGroupIds":{ "shape":"ValueStringList", "documentation":"

(Interface endpoint) One or more security group IDs to associate with the network interface.

", "locationName":"AddSecurityGroupId" }, "RemoveSecurityGroupIds":{ "shape":"ValueStringList", "documentation":"

(Interface endpoint) One or more security group IDs to disassociate from the network interface.

", "locationName":"RemoveSecurityGroupId" }, "PrivateDnsEnabled":{ "shape":"Boolean", "documentation":"

(Interface endpoint) Indicate whether a private hosted zone is associated with the VPC.

" } }, "documentation":"

Contains the parameters for ModifyVpcEndpoint.

" }, "ModifyVpcEndpointResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } } }, "ModifyVpcEndpointServiceConfigurationRequest":{ "type":"structure", "required":["ServiceId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceId":{ "shape":"String", "documentation":"

The ID of the service.

" }, "AcceptanceRequired":{ "shape":"Boolean", "documentation":"

Indicate whether requests to create an endpoint to your service must be accepted.

" }, "AddNetworkLoadBalancerArns":{ "shape":"ValueStringList", "documentation":"

The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.

", "locationName":"AddNetworkLoadBalancerArn" }, "RemoveNetworkLoadBalancerArns":{ "shape":"ValueStringList", "documentation":"

The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.

", "locationName":"RemoveNetworkLoadBalancerArn" } } }, "ModifyVpcEndpointServiceConfigurationResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } } }, "ModifyVpcEndpointServicePermissionsRequest":{ "type":"structure", "required":["ServiceId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceId":{ "shape":"String", "documentation":"

The ID of the service.

" }, "AddAllowedPrincipals":{ "shape":"ValueStringList", "documentation":"

The Amazon Resource Names (ARN) of one or more principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).

" }, "RemoveAllowedPrincipals":{ "shape":"ValueStringList", "documentation":"

The Amazon Resource Names (ARN) of one or more principals. Permissions are revoked for principals in this list.

" } } }, "ModifyVpcEndpointServicePermissionsResult":{ "type":"structure", "members":{ "ReturnValue":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } } }, "ModifyVpcPeeringConnectionOptionsRequest":{ "type":"structure", "required":["VpcPeeringConnectionId"], "members":{ "AccepterPeeringConnectionOptions":{ "shape":"PeeringConnectionOptionsRequest", "documentation":"

The VPC peering connection options for the accepter VPC.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "RequesterPeeringConnectionOptions":{ "shape":"PeeringConnectionOptionsRequest", "documentation":"

The VPC peering connection options for the requester VPC.

" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection.

" } } }, "ModifyVpcPeeringConnectionOptionsResult":{ "type":"structure", "members":{ "AccepterPeeringConnectionOptions":{ "shape":"PeeringConnectionOptions", "documentation":"

Information about the VPC peering connection options for the accepter VPC.

", "locationName":"accepterPeeringConnectionOptions" }, "RequesterPeeringConnectionOptions":{ "shape":"PeeringConnectionOptions", "documentation":"

Information about the VPC peering connection options for the requester VPC.

", "locationName":"requesterPeeringConnectionOptions" } } }, "ModifyVpcTenancyRequest":{ "type":"structure", "required":[ "VpcId", "InstanceTenancy" ], "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" }, "InstanceTenancy":{ "shape":"VpcTenancy", "documentation":"

The instance tenancy attribute for the VPC.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" } }, "documentation":"

Contains the parameters for ModifyVpcTenancy.

" }, "ModifyVpcTenancyResult":{ "type":"structure", "members":{ "ReturnValue":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of ModifyVpcTenancy.

" }, "MonitorInstancesRequest":{ "type":"structure", "required":["InstanceIds"], "members":{ "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

", "locationName":"InstanceId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for MonitorInstances.

" }, "MonitorInstancesResult":{ "type":"structure", "members":{ "InstanceMonitorings":{ "shape":"InstanceMonitoringList", "documentation":"

The monitoring information.

", "locationName":"instancesSet" } }, "documentation":"

Contains the output of MonitorInstances.

" }, "Monitoring":{ "type":"structure", "members":{ "State":{ "shape":"MonitoringState", "documentation":"

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

", "locationName":"state" } }, "documentation":"

Describes the monitoring of an instance.

" }, "MonitoringState":{ "type":"string", "enum":[ "disabled", "disabling", "enabled", "pending" ] }, "MoveAddressToVpcRequest":{ "type":"structure", "required":["PublicIp"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "PublicIp":{ "shape":"String", "documentation":"

The Elastic IP address.

", "locationName":"publicIp" } }, "documentation":"

Contains the parameters for MoveAddressToVpc.

" }, "MoveAddressToVpcResult":{ "type":"structure", "members":{ "AllocationId":{ "shape":"String", "documentation":"

The allocation ID for the Elastic IP address.

", "locationName":"allocationId" }, "Status":{ "shape":"Status", "documentation":"

The status of the move of the IP address.

", "locationName":"status" } }, "documentation":"

Contains the output of MoveAddressToVpc.

" }, "MoveStatus":{ "type":"string", "enum":[ "movingToVpc", "restoringToClassic" ] }, "MovingAddressStatus":{ "type":"structure", "members":{ "MoveStatus":{ "shape":"MoveStatus", "documentation":"

The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.

", "locationName":"moveStatus" }, "PublicIp":{ "shape":"String", "documentation":"

The Elastic IP address.

", "locationName":"publicIp" } }, "documentation":"

Describes the status of a moving Elastic IP address.

" }, "MovingAddressStatusSet":{ "type":"list", "member":{ "shape":"MovingAddressStatus", "locationName":"item" } }, "NatGateway":{ "type":"structure", "members":{ "CreateTime":{ "shape":"DateTime", "documentation":"

The date and time the NAT gateway was created.

", "locationName":"createTime" }, "DeleteTime":{ "shape":"DateTime", "documentation":"

The date and time the NAT gateway was deleted, if applicable.

", "locationName":"deleteTime" }, "FailureCode":{ "shape":"String", "documentation":"

If the NAT gateway could not be created, specifies the error code for the failure. (InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound)

", "locationName":"failureCode" }, "FailureMessage":{ "shape":"String", "documentation":"

If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.

", "locationName":"failureMessage" }, "NatGatewayAddresses":{ "shape":"NatGatewayAddressList", "documentation":"

Information about the IP addresses and network interface associated with the NAT gateway.

", "locationName":"natGatewayAddressSet" }, "NatGatewayId":{ "shape":"String", "documentation":"

The ID of the NAT gateway.

", "locationName":"natGatewayId" }, "ProvisionedBandwidth":{ "shape":"ProvisionedBandwidth", "documentation":"

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "locationName":"provisionedBandwidth" }, "State":{ "shape":"NatGatewayState", "documentation":"

The state of the NAT gateway.

", "locationName":"state" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which the NAT gateway is located.

", "locationName":"subnetId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC in which the NAT gateway is located.

", "locationName":"vpcId" }, "Tags":{ "shape":"TagList", "documentation":"

The tags for the NAT gateway.

", "locationName":"tagSet" } }, "documentation":"

Describes a NAT gateway.

" }, "NatGatewayAddress":{ "type":"structure", "members":{ "AllocationId":{ "shape":"String", "documentation":"

The allocation ID of the Elastic IP address that's associated with the NAT gateway.

", "locationName":"allocationId" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface associated with the NAT gateway.

", "locationName":"networkInterfaceId" }, "PrivateIp":{ "shape":"String", "documentation":"

The private IP address associated with the Elastic IP address.

", "locationName":"privateIp" }, "PublicIp":{ "shape":"String", "documentation":"

The Elastic IP address associated with the NAT gateway.

", "locationName":"publicIp" } }, "documentation":"

Describes the IP addresses and network interface associated with a NAT gateway.

" }, "NatGatewayAddressList":{ "type":"list", "member":{ "shape":"NatGatewayAddress", "locationName":"item" } }, "NatGatewayList":{ "type":"list", "member":{ "shape":"NatGateway", "locationName":"item" } }, "NatGatewayState":{ "type":"string", "enum":[ "pending", "failed", "available", "deleting", "deleted" ] }, "NetworkAcl":{ "type":"structure", "members":{ "Associations":{ "shape":"NetworkAclAssociationList", "documentation":"

Any associations between the network ACL and one or more subnets

", "locationName":"associationSet" }, "Entries":{ "shape":"NetworkAclEntryList", "documentation":"

One or more entries (rules) in the network ACL.

", "locationName":"entrySet" }, "IsDefault":{ "shape":"Boolean", "documentation":"

Indicates whether this is the default network ACL for the VPC.

", "locationName":"default" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the network ACL.

", "locationName":"tagSet" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC for the network ACL.

", "locationName":"vpcId" } }, "documentation":"

Describes a network ACL.

" }, "NetworkAclAssociation":{ "type":"structure", "members":{ "NetworkAclAssociationId":{ "shape":"String", "documentation":"

The ID of the association between a network ACL and a subnet.

", "locationName":"networkAclAssociationId" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" } }, "documentation":"

Describes an association between a network ACL and a subnet.

" }, "NetworkAclAssociationList":{ "type":"list", "member":{ "shape":"NetworkAclAssociation", "locationName":"item" } }, "NetworkAclEntry":{ "type":"structure", "members":{ "CidrBlock":{ "shape":"String", "documentation":"

The IPv4 network range to allow or deny, in CIDR notation.

", "locationName":"cidrBlock" }, "Egress":{ "shape":"Boolean", "documentation":"

Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).

", "locationName":"egress" }, "IcmpTypeCode":{ "shape":"IcmpTypeCode", "documentation":"

ICMP protocol: The ICMP type and code.

", "locationName":"icmpTypeCode" }, "Ipv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 network range to allow or deny, in CIDR notation.

", "locationName":"ipv6CidrBlock" }, "PortRange":{ "shape":"PortRange", "documentation":"

TCP or UDP protocols: The range of ports the rule applies to.

", "locationName":"portRange" }, "Protocol":{ "shape":"String", "documentation":"

The protocol. A value of -1 means all protocols.

", "locationName":"protocol" }, "RuleAction":{ "shape":"RuleAction", "documentation":"

Indicates whether to allow or deny the traffic that matches the rule.

", "locationName":"ruleAction" }, "RuleNumber":{ "shape":"Integer", "documentation":"

The rule number for the entry. ACL entries are processed in ascending order by rule number.

", "locationName":"ruleNumber" } }, "documentation":"

Describes an entry in a network ACL.

" }, "NetworkAclEntryList":{ "type":"list", "member":{ "shape":"NetworkAclEntry", "locationName":"item" } }, "NetworkAclList":{ "type":"list", "member":{ "shape":"NetworkAcl", "locationName":"item" } }, "NetworkInterface":{ "type":"structure", "members":{ "Association":{ "shape":"NetworkInterfaceAssociation", "documentation":"

The association information for an Elastic IP address (IPv4) associated with the network interface.

", "locationName":"association" }, "Attachment":{ "shape":"NetworkInterfaceAttachment", "documentation":"

The network interface attachment.

", "locationName":"attachment" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone.

", "locationName":"availabilityZone" }, "Description":{ "shape":"String", "documentation":"

A description.

", "locationName":"description" }, "Groups":{ "shape":"GroupIdentifierList", "documentation":"

Any security groups for the network interface.

", "locationName":"groupSet" }, "InterfaceType":{ "shape":"NetworkInterfaceType", "documentation":"

The type of interface.

", "locationName":"interfaceType" }, "Ipv6Addresses":{ "shape":"NetworkInterfaceIpv6AddressesList", "documentation":"

The IPv6 addresses associated with the network interface.

", "locationName":"ipv6AddressesSet" }, "MacAddress":{ "shape":"String", "documentation":"

The MAC address.

", "locationName":"macAddress" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the owner of the network interface.

", "locationName":"ownerId" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private DNS name.

", "locationName":"privateDnsName" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The IPv4 address of the network interface within the subnet.

", "locationName":"privateIpAddress" }, "PrivateIpAddresses":{ "shape":"NetworkInterfacePrivateIpAddressList", "documentation":"

The private IPv4 addresses associated with the network interface.

", "locationName":"privateIpAddressesSet" }, "RequesterId":{ "shape":"String", "documentation":"

The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling).

", "locationName":"requesterId" }, "RequesterManaged":{ "shape":"Boolean", "documentation":"

Indicates whether the network interface is being managed by AWS.

", "locationName":"requesterManaged" }, "SourceDestCheck":{ "shape":"Boolean", "documentation":"

Indicates whether traffic to or from the instance is validated.

", "locationName":"sourceDestCheck" }, "Status":{ "shape":"NetworkInterfaceStatus", "documentation":"

The status of the network interface.

", "locationName":"status" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" }, "TagSet":{ "shape":"TagList", "documentation":"

Any tags assigned to the network interface.

", "locationName":"tagSet" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Describes a network interface.

" }, "NetworkInterfaceAssociation":{ "type":"structure", "members":{ "AllocationId":{ "shape":"String", "documentation":"

The allocation ID.

", "locationName":"allocationId" }, "AssociationId":{ "shape":"String", "documentation":"

The association ID.

", "locationName":"associationId" }, "IpOwnerId":{ "shape":"String", "documentation":"

The ID of the Elastic IP address owner.

", "locationName":"ipOwnerId" }, "PublicDnsName":{ "shape":"String", "documentation":"

The public DNS name.

", "locationName":"publicDnsName" }, "PublicIp":{ "shape":"String", "documentation":"

The address of the Elastic IP address bound to the network interface.

", "locationName":"publicIp" } }, "documentation":"

Describes association information for an Elastic IP address (IPv4 only).

" }, "NetworkInterfaceAttachment":{ "type":"structure", "members":{ "AttachTime":{ "shape":"DateTime", "documentation":"

The timestamp indicating when the attachment initiated.

", "locationName":"attachTime" }, "AttachmentId":{ "shape":"String", "documentation":"

The ID of the network interface attachment.

", "locationName":"attachmentId" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the network interface is deleted when the instance is terminated.

", "locationName":"deleteOnTermination" }, "DeviceIndex":{ "shape":"Integer", "documentation":"

The device index of the network interface attachment on the instance.

", "locationName":"deviceIndex" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "InstanceOwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the owner of the instance.

", "locationName":"instanceOwnerId" }, "Status":{ "shape":"AttachmentStatus", "documentation":"

The attachment state.

", "locationName":"status" } }, "documentation":"

Describes a network interface attachment.

" }, "NetworkInterfaceAttachmentChanges":{ "type":"structure", "members":{ "AttachmentId":{ "shape":"String", "documentation":"

The ID of the network interface attachment.

", "locationName":"attachmentId" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the network interface is deleted when the instance is terminated.

", "locationName":"deleteOnTermination" } }, "documentation":"

Describes an attachment change.

" }, "NetworkInterfaceAttribute":{ "type":"string", "enum":[ "description", "groupSet", "sourceDestCheck", "attachment" ] }, "NetworkInterfaceIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "NetworkInterfaceIpv6Address":{ "type":"structure", "members":{ "Ipv6Address":{ "shape":"String", "documentation":"

The IPv6 address.

", "locationName":"ipv6Address" } }, "documentation":"

Describes an IPv6 address associated with a network interface.

" }, "NetworkInterfaceIpv6AddressesList":{ "type":"list", "member":{ "shape":"NetworkInterfaceIpv6Address", "locationName":"item" } }, "NetworkInterfaceList":{ "type":"list", "member":{ "shape":"NetworkInterface", "locationName":"item" } }, "NetworkInterfacePermission":{ "type":"structure", "members":{ "NetworkInterfacePermissionId":{ "shape":"String", "documentation":"

The ID of the network interface permission.

", "locationName":"networkInterfacePermissionId" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "AwsAccountId":{ "shape":"String", "documentation":"

The AWS account ID.

", "locationName":"awsAccountId" }, "AwsService":{ "shape":"String", "documentation":"

The AWS service.

", "locationName":"awsService" }, "Permission":{ "shape":"InterfacePermissionType", "documentation":"

The type of permission.

", "locationName":"permission" }, "PermissionState":{ "shape":"NetworkInterfacePermissionState", "documentation":"

Information about the state of the permission.

", "locationName":"permissionState" } }, "documentation":"

Describes a permission for a network interface.

" }, "NetworkInterfacePermissionIdList":{ "type":"list", "member":{"shape":"String"} }, "NetworkInterfacePermissionList":{ "type":"list", "member":{ "shape":"NetworkInterfacePermission", "locationName":"item" } }, "NetworkInterfacePermissionState":{ "type":"structure", "members":{ "State":{ "shape":"NetworkInterfacePermissionStateCode", "documentation":"

The state of the permission.

", "locationName":"state" }, "StatusMessage":{ "shape":"String", "documentation":"

A status message, if applicable.

", "locationName":"statusMessage" } }, "documentation":"

Describes the state of a network interface permission.

" }, "NetworkInterfacePermissionStateCode":{ "type":"string", "enum":[ "pending", "granted", "revoking", "revoked" ] }, "NetworkInterfacePrivateIpAddress":{ "type":"structure", "members":{ "Association":{ "shape":"NetworkInterfaceAssociation", "documentation":"

The association information for an Elastic IP address (IPv4) associated with the network interface.

", "locationName":"association" }, "Primary":{ "shape":"Boolean", "documentation":"

Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

", "locationName":"primary" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private DNS name.

", "locationName":"privateDnsName" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IPv4 address.

", "locationName":"privateIpAddress" } }, "documentation":"

Describes the private IPv4 address of a network interface.

" }, "NetworkInterfacePrivateIpAddressList":{ "type":"list", "member":{ "shape":"NetworkInterfacePrivateIpAddress", "locationName":"item" } }, "NetworkInterfaceStatus":{ "type":"string", "enum":[ "available", "associated", "attaching", "in-use", "detaching" ] }, "NetworkInterfaceType":{ "type":"string", "enum":[ "interface", "natGateway" ] }, "NewDhcpConfiguration":{ "type":"structure", "members":{ "Key":{ "shape":"String", "locationName":"key" }, "Values":{ "shape":"ValueStringList", "locationName":"Value" } } }, "NewDhcpConfigurationList":{ "type":"list", "member":{ "shape":"NewDhcpConfiguration", "locationName":"item" } }, "NextToken":{ "type":"string", "max":1024, "min":1 }, "OccurrenceDayRequestSet":{ "type":"list", "member":{ "shape":"Integer", "locationName":"OccurenceDay" } }, "OccurrenceDaySet":{ "type":"list", "member":{ "shape":"Integer", "locationName":"item" } }, "OfferingClassType":{ "type":"string", "enum":[ "standard", "convertible" ] }, "OfferingTypeValues":{ "type":"string", "enum":[ "Heavy Utilization", "Medium Utilization", "Light Utilization", "No Upfront", "Partial Upfront", "All Upfront" ] }, "OnDemandAllocationStrategy":{ "type":"string", "enum":[ "lowestPrice", "prioritized" ] }, "OnDemandOptions":{ "type":"structure", "members":{ "AllocationStrategy":{ "shape":"FleetOnDemandAllocationStrategy", "documentation":"

The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify lowest-price, EC2 Fleet uses price to determine the order, launching the lowest price first. If you specify prioritized, EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first. If you do not specify a value, EC2 Fleet defaults to lowest-price.

", "locationName":"allocationStrategy" } }, "documentation":"

The allocation strategy of On-Demand Instances in an EC2 Fleet.

" }, "OnDemandOptionsRequest":{ "type":"structure", "members":{ "AllocationStrategy":{ "shape":"FleetOnDemandAllocationStrategy", "documentation":"

The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify lowest-price, EC2 Fleet uses price to determine the order, launching the lowest price first. If you specify prioritized, EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first. If you do not specify a value, EC2 Fleet defaults to lowest-price.

" } }, "documentation":"

The allocation strategy of On-Demand Instances in an EC2 Fleet.

" }, "OperationType":{ "type":"string", "enum":[ "add", "remove" ] }, "OwnerStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"Owner" } }, "PaymentOption":{ "type":"string", "enum":[ "AllUpfront", "PartialUpfront", "NoUpfront" ] }, "PciId":{ "type":"structure", "members":{ "DeviceId":{ "shape":"String", "documentation":"

The ID of the device.

" }, "VendorId":{ "shape":"String", "documentation":"

The ID of the vendor.

" }, "SubsystemId":{ "shape":"String", "documentation":"

The ID of the subsystem.

" }, "SubsystemVendorId":{ "shape":"String", "documentation":"

The ID of the vendor for the subsystem.

" } }, "documentation":"

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

" }, "PeeringConnectionOptions":{ "type":"structure", "members":{ "AllowDnsResolutionFromRemoteVpc":{ "shape":"Boolean", "documentation":"

If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when queried from instances in the peer VPC.

", "locationName":"allowDnsResolutionFromRemoteVpc" }, "AllowEgressFromLocalClassicLinkToRemoteVpc":{ "shape":"Boolean", "documentation":"

If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC via ClassicLink to instances in a peer VPC.

", "locationName":"allowEgressFromLocalClassicLinkToRemoteVpc" }, "AllowEgressFromLocalVpcToRemoteClassicLink":{ "shape":"Boolean", "documentation":"

If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC via ClassicLink.

", "locationName":"allowEgressFromLocalVpcToRemoteClassicLink" } }, "documentation":"

Describes the VPC peering connection options.

" }, "PeeringConnectionOptionsRequest":{ "type":"structure", "members":{ "AllowDnsResolutionFromRemoteVpc":{ "shape":"Boolean", "documentation":"

If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

" }, "AllowEgressFromLocalClassicLinkToRemoteVpc":{ "shape":"Boolean", "documentation":"

If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC via ClassicLink to instances in a peer VPC.

" }, "AllowEgressFromLocalVpcToRemoteClassicLink":{ "shape":"Boolean", "documentation":"

If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC via ClassicLink.

" } }, "documentation":"

The VPC peering connection options.

" }, "PermissionGroup":{ "type":"string", "enum":["all"] }, "Placement":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone of the instance.

", "locationName":"availabilityZone" }, "Affinity":{ "shape":"String", "documentation":"

The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the ImportInstance command.

", "locationName":"affinity" }, "GroupName":{ "shape":"String", "documentation":"

The name of the placement group the instance is in.

", "locationName":"groupName" }, "HostId":{ "shape":"String", "documentation":"

The ID of the Dedicated Host on which the instance resides. This parameter is not supported for the ImportInstance command.

", "locationName":"hostId" }, "Tenancy":{ "shape":"Tenancy", "documentation":"

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for the ImportInstance command.

", "locationName":"tenancy" }, "SpreadDomain":{ "shape":"String", "documentation":"

Reserved for future use.

", "locationName":"spreadDomain" } }, "documentation":"

Describes the placement of an instance.

" }, "PlacementGroup":{ "type":"structure", "members":{ "GroupName":{ "shape":"String", "documentation":"

The name of the placement group.

", "locationName":"groupName" }, "State":{ "shape":"PlacementGroupState", "documentation":"

The state of the placement group.

", "locationName":"state" }, "Strategy":{ "shape":"PlacementStrategy", "documentation":"

The placement strategy.

", "locationName":"strategy" } }, "documentation":"

Describes a placement group.

" }, "PlacementGroupList":{ "type":"list", "member":{ "shape":"PlacementGroup", "locationName":"item" } }, "PlacementGroupState":{ "type":"string", "enum":[ "pending", "available", "deleting", "deleted" ] }, "PlacementGroupStringList":{ "type":"list", "member":{"shape":"String"} }, "PlacementStrategy":{ "type":"string", "enum":[ "cluster", "spread" ] }, "PlatformValues":{ "type":"string", "enum":["Windows"] }, "PortRange":{ "type":"structure", "members":{ "From":{ "shape":"Integer", "documentation":"

The first port in the range.

", "locationName":"from" }, "To":{ "shape":"Integer", "documentation":"

The last port in the range.

", "locationName":"to" } }, "documentation":"

Describes a range of ports.

" }, "PrefixList":{ "type":"structure", "members":{ "Cidrs":{ "shape":"ValueStringList", "documentation":"

The IP address range of the AWS service.

", "locationName":"cidrSet" }, "PrefixListId":{ "shape":"String", "documentation":"

The ID of the prefix.

", "locationName":"prefixListId" }, "PrefixListName":{ "shape":"String", "documentation":"

The name of the prefix.

", "locationName":"prefixListName" } }, "documentation":"

Describes prefixes for AWS services.

" }, "PrefixListId":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

", "locationName":"description" }, "PrefixListId":{ "shape":"String", "documentation":"

The ID of the prefix.

", "locationName":"prefixListId" } }, "documentation":"

[EC2-VPC only] The ID of the prefix.

" }, "PrefixListIdList":{ "type":"list", "member":{ "shape":"PrefixListId", "locationName":"item" } }, "PrefixListIdSet":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "PrefixListSet":{ "type":"list", "member":{ "shape":"PrefixList", "locationName":"item" } }, "PriceSchedule":{ "type":"structure", "members":{ "Active":{ "shape":"Boolean", "documentation":"

The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.

A specific price schedule is always in effect, but only one price schedule can be active at any time. Take, for example, a Reserved Instance listing that has five months remaining in its term. When you specify price schedules for five months and two months, this means that schedule 1, covering the first three months of the remaining term, will be active during months 5, 4, and 3. Then schedule 2, covering the last two months of the term, will be active for months 2 and 1.

", "locationName":"active" }, "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

", "locationName":"currencyCode" }, "Price":{ "shape":"Double", "documentation":"

The fixed price for the term.

", "locationName":"price" }, "Term":{ "shape":"Long", "documentation":"

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

", "locationName":"term" } }, "documentation":"

Describes the price for a Reserved Instance.

" }, "PriceScheduleList":{ "type":"list", "member":{ "shape":"PriceSchedule", "locationName":"item" } }, "PriceScheduleSpecification":{ "type":"structure", "members":{ "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

", "locationName":"currencyCode" }, "Price":{ "shape":"Double", "documentation":"

The fixed price for the term.

", "locationName":"price" }, "Term":{ "shape":"Long", "documentation":"

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

", "locationName":"term" } }, "documentation":"

Describes the price for a Reserved Instance.

" }, "PriceScheduleSpecificationList":{ "type":"list", "member":{ "shape":"PriceScheduleSpecification", "locationName":"item" } }, "PricingDetail":{ "type":"structure", "members":{ "Count":{ "shape":"Integer", "documentation":"

The number of reservations available for the price.

", "locationName":"count" }, "Price":{ "shape":"Double", "documentation":"

The price per instance.

", "locationName":"price" } }, "documentation":"

Describes a Reserved Instance offering.

" }, "PricingDetailsList":{ "type":"list", "member":{ "shape":"PricingDetail", "locationName":"item" } }, "PrincipalIdFormat":{ "type":"structure", "members":{ "Arn":{ "shape":"String", "documentation":"

PrincipalIdFormatARN description

", "locationName":"arn" }, "Statuses":{ "shape":"IdFormatList", "documentation":"

PrincipalIdFormatStatuses description

", "locationName":"statusSet" } }, "documentation":"

PrincipalIdFormat description

" }, "PrincipalIdFormatList":{ "type":"list", "member":{ "shape":"PrincipalIdFormat", "locationName":"item" } }, "PrincipalType":{ "type":"string", "enum":[ "All", "Service", "OrganizationUnit", "Account", "User", "Role" ] }, "PrivateIpAddressConfigSet":{ "type":"list", "member":{ "shape":"ScheduledInstancesPrivateIpAddressConfig", "locationName":"PrivateIpAddressConfigSet" } }, "PrivateIpAddressSpecification":{ "type":"structure", "members":{ "Primary":{ "shape":"Boolean", "documentation":"

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

", "locationName":"primary" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IPv4 addresses.

", "locationName":"privateIpAddress" } }, "documentation":"

Describes a secondary private IPv4 address for a network interface.

" }, "PrivateIpAddressSpecificationList":{ "type":"list", "member":{ "shape":"PrivateIpAddressSpecification", "locationName":"item" } }, "PrivateIpAddressStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"PrivateIpAddress" } }, "ProductCode":{ "type":"structure", "members":{ "ProductCodeId":{ "shape":"String", "documentation":"

The product code.

", "locationName":"productCode" }, "ProductCodeType":{ "shape":"ProductCodeValues", "documentation":"

The type of product code.

", "locationName":"type" } }, "documentation":"

Describes a product code.

" }, "ProductCodeList":{ "type":"list", "member":{ "shape":"ProductCode", "locationName":"item" } }, "ProductCodeStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"ProductCode" } }, "ProductCodeValues":{ "type":"string", "enum":[ "devpay", "marketplace" ] }, "ProductDescriptionList":{ "type":"list", "member":{"shape":"String"} }, "PropagatingVgw":{ "type":"structure", "members":{ "GatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

", "locationName":"gatewayId" } }, "documentation":"

Describes a virtual private gateway propagating route.

" }, "PropagatingVgwList":{ "type":"list", "member":{ "shape":"PropagatingVgw", "locationName":"item" } }, "ProvisionedBandwidth":{ "type":"structure", "members":{ "ProvisionTime":{ "shape":"DateTime", "documentation":"

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "locationName":"provisionTime" }, "Provisioned":{ "shape":"String", "documentation":"

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "locationName":"provisioned" }, "RequestTime":{ "shape":"DateTime", "documentation":"

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "locationName":"requestTime" }, "Requested":{ "shape":"String", "documentation":"

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "locationName":"requested" }, "Status":{ "shape":"String", "documentation":"

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "locationName":"status" } }, "documentation":"

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

" }, "PublicIpStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"PublicIp" } }, "Purchase":{ "type":"structure", "members":{ "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency in which the UpfrontPrice and HourlyPrice amounts are specified. At this time, the only supported currency is USD.

", "locationName":"currencyCode" }, "Duration":{ "shape":"Integer", "documentation":"

The duration of the reservation's term in seconds.

", "locationName":"duration" }, "HostIdSet":{ "shape":"ResponseHostIdSet", "documentation":"

The IDs of the Dedicated Hosts associated with the reservation.

", "locationName":"hostIdSet" }, "HostReservationId":{ "shape":"String", "documentation":"

The ID of the reservation.

", "locationName":"hostReservationId" }, "HourlyPrice":{ "shape":"String", "documentation":"

The hourly price of the reservation per hour.

", "locationName":"hourlyPrice" }, "InstanceFamily":{ "shape":"String", "documentation":"

The instance family on the Dedicated Host that the reservation can be associated with.

", "locationName":"instanceFamily" }, "PaymentOption":{ "shape":"PaymentOption", "documentation":"

The payment option for the reservation.

", "locationName":"paymentOption" }, "UpfrontPrice":{ "shape":"String", "documentation":"

The upfront price of the reservation.

", "locationName":"upfrontPrice" } }, "documentation":"

Describes the result of the purchase.

" }, "PurchaseHostReservationRequest":{ "type":"structure", "required":[ "HostIdSet", "OfferingId" ], "members":{ "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

" }, "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency in which the totalUpfrontPrice, LimitPrice, and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

" }, "HostIdSet":{ "shape":"RequestHostIdSet", "documentation":"

The IDs of the Dedicated Hosts with which the reservation will be associated.

" }, "LimitPrice":{ "shape":"String", "documentation":"

The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's upfront cost multiplied by the host count). If the total upfront cost is greater than the specified price limit, the request fails. This is used to ensure that the purchase does not exceed the expected upfront cost of the purchase. At this time, the only supported currency is USD. For example, to indicate a limit price of USD 100, specify 100.00.

" }, "OfferingId":{ "shape":"String", "documentation":"

The ID of the offering.

" } } }, "PurchaseHostReservationResult":{ "type":"structure", "members":{ "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"clientToken" }, "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

", "locationName":"currencyCode" }, "Purchase":{ "shape":"PurchaseSet", "documentation":"

Describes the details of the purchase.

", "locationName":"purchase" }, "TotalHourlyPrice":{ "shape":"String", "documentation":"

The total hourly price of the reservation calculated per hour.

", "locationName":"totalHourlyPrice" }, "TotalUpfrontPrice":{ "shape":"String", "documentation":"

The total amount charged to your account when you purchase the reservation.

", "locationName":"totalUpfrontPrice" } } }, "PurchaseRequest":{ "type":"structure", "required":[ "InstanceCount", "PurchaseToken" ], "members":{ "InstanceCount":{ "shape":"Integer", "documentation":"

The number of instances.

" }, "PurchaseToken":{ "shape":"String", "documentation":"

The purchase token.

" } }, "documentation":"

Describes a request to purchase Scheduled Instances.

" }, "PurchaseRequestSet":{ "type":"list", "member":{ "shape":"PurchaseRequest", "locationName":"PurchaseRequest" }, "min":1 }, "PurchaseReservedInstancesOfferingRequest":{ "type":"structure", "required":[ "InstanceCount", "ReservedInstancesOfferingId" ], "members":{ "InstanceCount":{ "shape":"Integer", "documentation":"

The number of Reserved Instances to purchase.

" }, "ReservedInstancesOfferingId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance offering to purchase.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "LimitPrice":{ "shape":"ReservedInstanceLimitPrice", "documentation":"

Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.

", "locationName":"limitPrice" } }, "documentation":"

Contains the parameters for PurchaseReservedInstancesOffering.

" }, "PurchaseReservedInstancesOfferingResult":{ "type":"structure", "members":{ "ReservedInstancesId":{ "shape":"String", "documentation":"

The IDs of the purchased Reserved Instances.

", "locationName":"reservedInstancesId" } }, "documentation":"

Contains the output of PurchaseReservedInstancesOffering.

" }, "PurchaseScheduledInstancesRequest":{ "type":"structure", "required":["PurchaseRequests"], "members":{ "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

", "idempotencyToken":true }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "PurchaseRequests":{ "shape":"PurchaseRequestSet", "documentation":"

One or more purchase requests.

", "locationName":"PurchaseRequest" } }, "documentation":"

Contains the parameters for PurchaseScheduledInstances.

" }, "PurchaseScheduledInstancesResult":{ "type":"structure", "members":{ "ScheduledInstanceSet":{ "shape":"PurchasedScheduledInstanceSet", "documentation":"

Information about the Scheduled Instances.

", "locationName":"scheduledInstanceSet" } }, "documentation":"

Contains the output of PurchaseScheduledInstances.

" }, "PurchaseSet":{ "type":"list", "member":{ "shape":"Purchase", "locationName":"item" } }, "PurchasedScheduledInstanceSet":{ "type":"list", "member":{ "shape":"ScheduledInstance", "locationName":"item" } }, "RIProductDescription":{ "type":"string", "enum":[ "Linux/UNIX", "Linux/UNIX (Amazon VPC)", "Windows", "Windows (Amazon VPC)" ] }, "ReasonCodesList":{ "type":"list", "member":{ "shape":"ReportInstanceReasonCodes", "locationName":"item" } }, "RebootInstancesRequest":{ "type":"structure", "required":["InstanceIds"], "members":{ "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

", "locationName":"InstanceId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for RebootInstances.

" }, "RecurringCharge":{ "type":"structure", "members":{ "Amount":{ "shape":"Double", "documentation":"

The amount of the recurring charge.

", "locationName":"amount" }, "Frequency":{ "shape":"RecurringChargeFrequency", "documentation":"

The frequency of the recurring charge.

", "locationName":"frequency" } }, "documentation":"

Describes a recurring charge.

" }, "RecurringChargeFrequency":{ "type":"string", "enum":["Hourly"] }, "RecurringChargesList":{ "type":"list", "member":{ "shape":"RecurringCharge", "locationName":"item" } }, "Region":{ "type":"structure", "members":{ "Endpoint":{ "shape":"String", "documentation":"

The region service endpoint.

", "locationName":"regionEndpoint" }, "RegionName":{ "shape":"String", "documentation":"

The name of the region.

", "locationName":"regionName" } }, "documentation":"

Describes a region.

" }, "RegionList":{ "type":"list", "member":{ "shape":"Region", "locationName":"item" } }, "RegionNameStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"RegionName" } }, "RegisterImageRequest":{ "type":"structure", "required":["Name"], "members":{ "ImageLocation":{ "shape":"String", "documentation":"

The full path to your AMI manifest in Amazon S3 storage.

" }, "Architecture":{ "shape":"ArchitectureValues", "documentation":"

The architecture of the AMI.

Default: For Amazon EBS-backed AMIs, i386. For instance store-backed AMIs, the architecture specified in the manifest file.

", "locationName":"architecture" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingRequestList", "documentation":"

One or more block device mapping entries.

", "locationName":"BlockDeviceMapping" }, "Description":{ "shape":"String", "documentation":"

A description for your AMI.

", "locationName":"description" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "EnaSupport":{ "shape":"Boolean", "documentation":"

Set to true to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

", "locationName":"enaSupport" }, "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel.

", "locationName":"kernelId" }, "Name":{ "shape":"String", "documentation":"

A name for your AMI.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)

", "locationName":"name" }, "BillingProducts":{ "shape":"BillingProductList", "documentation":"

The billing product codes. Your account must be authorized to specify billing product codes. Otherwise, you can use the AWS Marketplace to bill for the use of an AMI.

", "locationName":"BillingProduct" }, "RamdiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk.

", "locationName":"ramdiskId" }, "RootDeviceName":{ "shape":"String", "documentation":"

The device name of the root device volume (for example, /dev/sda1).

", "locationName":"rootDeviceName" }, "SriovNetSupport":{ "shape":"String", "documentation":"

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.

There is no way to disable sriovNetSupport at this time.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

", "locationName":"sriovNetSupport" }, "VirtualizationType":{ "shape":"String", "documentation":"

The type of virtualization (hvm | paravirtual).

Default: paravirtual

", "locationName":"virtualizationType" } }, "documentation":"

Contains the parameters for RegisterImage.

" }, "RegisterImageResult":{ "type":"structure", "members":{ "ImageId":{ "shape":"String", "documentation":"

The ID of the newly registered AMI.

", "locationName":"imageId" } }, "documentation":"

Contains the output of RegisterImage.

" }, "RejectVpcEndpointConnectionsRequest":{ "type":"structure", "required":[ "ServiceId", "VpcEndpointIds" ], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceId":{ "shape":"String", "documentation":"

The ID of the service.

" }, "VpcEndpointIds":{ "shape":"ValueStringList", "documentation":"

The IDs of one or more VPC endpoints.

", "locationName":"VpcEndpointId" } } }, "RejectVpcEndpointConnectionsResult":{ "type":"structure", "members":{ "Unsuccessful":{ "shape":"UnsuccessfulItemSet", "documentation":"

Information about the endpoints that were not rejected, if applicable.

", "locationName":"unsuccessful" } } }, "RejectVpcPeeringConnectionRequest":{ "type":"structure", "required":["VpcPeeringConnectionId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } }, "documentation":"

Contains the parameters for RejectVpcPeeringConnection.

" }, "RejectVpcPeeringConnectionResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of RejectVpcPeeringConnection.

" }, "ReleaseAddressRequest":{ "type":"structure", "members":{ "AllocationId":{ "shape":"String", "documentation":"

[EC2-VPC] The allocation ID. Required for EC2-VPC.

" }, "PublicIp":{ "shape":"String", "documentation":"

[EC2-Classic] The Elastic IP address. Required for EC2-Classic.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for ReleaseAddress.

" }, "ReleaseHostsRequest":{ "type":"structure", "required":["HostIds"], "members":{ "HostIds":{ "shape":"RequestHostIdList", "documentation":"

The IDs of the Dedicated Hosts to release.

", "locationName":"hostId" } }, "documentation":"

Contains the parameters for ReleaseHosts.

" }, "ReleaseHostsResult":{ "type":"structure", "members":{ "Successful":{ "shape":"ResponseHostIdList", "documentation":"

The IDs of the Dedicated Hosts that were successfully released.

", "locationName":"successful" }, "Unsuccessful":{ "shape":"UnsuccessfulItemList", "documentation":"

The IDs of the Dedicated Hosts that could not be released, including an error message.

", "locationName":"unsuccessful" } }, "documentation":"

Contains the output of ReleaseHosts.

" }, "ReplaceIamInstanceProfileAssociationRequest":{ "type":"structure", "required":[ "IamInstanceProfile", "AssociationId" ], "members":{ "IamInstanceProfile":{ "shape":"IamInstanceProfileSpecification", "documentation":"

The IAM instance profile.

" }, "AssociationId":{ "shape":"String", "documentation":"

The ID of the existing IAM instance profile association.

" } } }, "ReplaceIamInstanceProfileAssociationResult":{ "type":"structure", "members":{ "IamInstanceProfileAssociation":{ "shape":"IamInstanceProfileAssociation", "documentation":"

Information about the IAM instance profile association.

", "locationName":"iamInstanceProfileAssociation" } } }, "ReplaceNetworkAclAssociationRequest":{ "type":"structure", "required":[ "AssociationId", "NetworkAclId" ], "members":{ "AssociationId":{ "shape":"String", "documentation":"

The ID of the current association between the original network ACL and the subnet.

", "locationName":"associationId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the new network ACL to associate with the subnet.

", "locationName":"networkAclId" } }, "documentation":"

Contains the parameters for ReplaceNetworkAclAssociation.

" }, "ReplaceNetworkAclAssociationResult":{ "type":"structure", "members":{ "NewAssociationId":{ "shape":"String", "documentation":"

The ID of the new association.

", "locationName":"newAssociationId" } }, "documentation":"

Contains the output of ReplaceNetworkAclAssociation.

" }, "ReplaceNetworkAclEntryRequest":{ "type":"structure", "required":[ "Egress", "NetworkAclId", "Protocol", "RuleAction", "RuleNumber" ], "members":{ "CidrBlock":{ "shape":"String", "documentation":"

The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24).

", "locationName":"cidrBlock" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Egress":{ "shape":"Boolean", "documentation":"

Indicates whether to replace the egress rule.

Default: If no value is specified, we replace the ingress rule.

", "locationName":"egress" }, "IcmpTypeCode":{ "shape":"IcmpTypeCode", "documentation":"

ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying the ICMP (1) protocol, or protocol 58 (ICMPv6) with an IPv6 CIDR block.

", "locationName":"Icmp" }, "Ipv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 network range to allow or deny, in CIDR notation (for example 2001:bd8:1234:1a00::/64).

", "locationName":"ipv6CidrBlock" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the ACL.

", "locationName":"networkAclId" }, "PortRange":{ "shape":"PortRange", "documentation":"

TCP or UDP protocols: The range of ports the rule applies to. Required if specifying TCP (6) or UDP (17) for the protocol.

", "locationName":"portRange" }, "Protocol":{ "shape":"String", "documentation":"

The IP protocol. You can specify all or -1 to mean all protocols. If you specify all, -1, or a protocol number other than tcp, udp, or icmp, traffic on all ports is allowed, regardless of any ports or ICMP types or codes you that specify. If you specify protocol 58 (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol 58 (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.

", "locationName":"protocol" }, "RuleAction":{ "shape":"RuleAction", "documentation":"

Indicates whether to allow or deny the traffic that matches the rule.

", "locationName":"ruleAction" }, "RuleNumber":{ "shape":"Integer", "documentation":"

The rule number of the entry to replace.

", "locationName":"ruleNumber" } }, "documentation":"

Contains the parameters for ReplaceNetworkAclEntry.

" }, "ReplaceRouteRequest":{ "type":"structure", "required":["RouteTableId"], "members":{ "DestinationCidrBlock":{ "shape":"String", "documentation":"

The IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

", "locationName":"destinationCidrBlock" }, "DestinationIpv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

", "locationName":"destinationIpv6CidrBlock" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "EgressOnlyInternetGatewayId":{ "shape":"String", "documentation":"

[IPv6 traffic only] The ID of an egress-only internet gateway.

", "locationName":"egressOnlyInternetGatewayId" }, "GatewayId":{ "shape":"String", "documentation":"

The ID of an internet gateway or virtual private gateway.

", "locationName":"gatewayId" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of a NAT instance in your VPC.

", "locationName":"instanceId" }, "NatGatewayId":{ "shape":"String", "documentation":"

[IPv4 traffic only] The ID of a NAT gateway.

", "locationName":"natGatewayId" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of a network interface.

", "locationName":"networkInterfaceId" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of a VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } }, "documentation":"

Contains the parameters for ReplaceRoute.

" }, "ReplaceRouteTableAssociationRequest":{ "type":"structure", "required":[ "AssociationId", "RouteTableId" ], "members":{ "AssociationId":{ "shape":"String", "documentation":"

The association ID.

", "locationName":"associationId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the new route table to associate with the subnet.

", "locationName":"routeTableId" } }, "documentation":"

Contains the parameters for ReplaceRouteTableAssociation.

" }, "ReplaceRouteTableAssociationResult":{ "type":"structure", "members":{ "NewAssociationId":{ "shape":"String", "documentation":"

The ID of the new association.

", "locationName":"newAssociationId" } }, "documentation":"

Contains the output of ReplaceRouteTableAssociation.

" }, "ReportInstanceReasonCodes":{ "type":"string", "enum":[ "instance-stuck-in-state", "unresponsive", "not-accepting-credentials", "password-not-available", "performance-network", "performance-instance-store", "performance-ebs-volume", "performance-other", "other" ] }, "ReportInstanceStatusRequest":{ "type":"structure", "required":[ "Instances", "ReasonCodes", "Status" ], "members":{ "Description":{ "shape":"String", "documentation":"

Descriptive text about the health state of your instance.

", "locationName":"description" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "EndTime":{ "shape":"DateTime", "documentation":"

The time at which the reported instance health state ended.

", "locationName":"endTime" }, "Instances":{ "shape":"InstanceIdStringList", "documentation":"

One or more instances.

", "locationName":"instanceId" }, "ReasonCodes":{ "shape":"ReasonCodesList", "documentation":"

One or more reason codes that describe the health state of your instance.

", "locationName":"reasonCode" }, "StartTime":{ "shape":"DateTime", "documentation":"

The time at which the reported instance health state began.

", "locationName":"startTime" }, "Status":{ "shape":"ReportStatusType", "documentation":"

The status of all instances listed.

", "locationName":"status" } }, "documentation":"

Contains the parameters for ReportInstanceStatus.

" }, "ReportStatusType":{ "type":"string", "enum":[ "ok", "impaired" ] }, "RequestHostIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "RequestHostIdSet":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "RequestLaunchTemplateData":{ "type":"structure", "members":{ "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see User Provided Kernels in the Amazon Elastic Compute Cloud User Guide.

" }, "EbsOptimized":{ "shape":"Boolean", "documentation":"

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

" }, "IamInstanceProfile":{ "shape":"LaunchTemplateIamInstanceProfileSpecificationRequest", "documentation":"

The IAM instance profile.

" }, "BlockDeviceMappings":{ "shape":"LaunchTemplateBlockDeviceMappingRequestList", "documentation":"

The block device mapping.

Supplying both a snapshot ID and an encryption value as arguments for block-device mapping results in an error. This is because only blank volumes can be encrypted on start, and these are not created from a snapshot. If a snapshot is the basis for the volume, it contains data by definition and its encryption status cannot be changed using this action.

", "locationName":"BlockDeviceMapping" }, "NetworkInterfaces":{ "shape":"LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList", "documentation":"

One or more network interfaces.

", "locationName":"NetworkInterface" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI, which you can get by using DescribeImages.

" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type. For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.

" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

" }, "Monitoring":{ "shape":"LaunchTemplatesMonitoringRequest", "documentation":"

The monitoring for the instance.

" }, "Placement":{ "shape":"LaunchTemplatePlacementRequest", "documentation":"

The placement for the instance.

" }, "RamDiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see User Provided Kernels in the Amazon Elastic Compute Cloud User Guide.

" }, "DisableApiTermination":{ "shape":"Boolean", "documentation":"

If set to true, you can't terminate the instance using the Amazon EC2 console, CLI, or API. To change this attribute to false after launch, use ModifyInstanceAttribute.

" }, "InstanceInitiatedShutdownBehavior":{ "shape":"ShutdownBehavior", "documentation":"

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Default: stop

" }, "UserData":{ "shape":"String", "documentation":"

The Base64-encoded user data to make available to the instance. For more information, see Running Commands on Your Linux Instance at Launch (Linux) and Adding User Data (Windows).

" }, "TagSpecifications":{ "shape":"LaunchTemplateTagSpecificationRequestList", "documentation":"

The tags to apply to the resources during launch. You can only tag instances and volumes on launch. The specified tags are applied to all instances or volumes that are created during launch. To tag a resource after it has been created, see CreateTags.

", "locationName":"TagSpecification" }, "ElasticGpuSpecifications":{ "shape":"ElasticGpuSpecificationList", "documentation":"

An elastic GPU to associate with the instance.

", "locationName":"ElasticGpuSpecification" }, "SecurityGroupIds":{ "shape":"SecurityGroupIdStringList", "documentation":"

One or more security group IDs. You can create a security group using CreateSecurityGroup. You cannot specify both a security group ID and security name in the same request.

", "locationName":"SecurityGroupId" }, "SecurityGroups":{ "shape":"SecurityGroupStringList", "documentation":"

[EC2-Classic, default VPC] One or more security group names. For a nondefault VPC, you must use security group IDs instead. You cannot specify both a security group ID and security name in the same request.

", "locationName":"SecurityGroup" }, "InstanceMarketOptions":{ "shape":"LaunchTemplateInstanceMarketOptionsRequest", "documentation":"

The market (purchasing) option for the instances.

" }, "CreditSpecification":{ "shape":"CreditSpecificationRequest", "documentation":"

The credit option for CPU usage of the instance. Valid for T2 instances only.

" }, "CpuOptions":{ "shape":"LaunchTemplateCpuOptionsRequest", "documentation":"

The CPU options for the instance. For more information, see Optimizing CPU Options in the Amazon Elastic Compute Cloud User Guide.

" } }, "documentation":"

The information to include in the launch template.

" }, "RequestSpotFleetRequest":{ "type":"structure", "required":["SpotFleetRequestConfig"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "SpotFleetRequestConfig":{ "shape":"SpotFleetRequestConfigData", "documentation":"

The configuration for the Spot Fleet request.

", "locationName":"spotFleetRequestConfig" } }, "documentation":"

Contains the parameters for RequestSpotFleet.

" }, "RequestSpotFleetResponse":{ "type":"structure", "required":["SpotFleetRequestId"], "members":{ "SpotFleetRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Fleet request.

", "locationName":"spotFleetRequestId" } }, "documentation":"

Contains the output of RequestSpotFleet.

" }, "RequestSpotInstancesRequest":{ "type":"structure", "members":{ "AvailabilityZoneGroup":{ "shape":"String", "documentation":"

The user-specified name for a logical grouping of requests.

When you specify an Availability Zone group in a Spot Instance request, all Spot Instances in the request are launched in the same Availability Zone. Instance proximity is maintained with this parameter, but the choice of Availability Zone is not. The group applies only to requests for Spot Instances of the same instance type. Any additional Spot Instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active.

If there is no active instance running in the Availability Zone group that you specify for a new Spot Instance request (all instances are terminated, the request is expired, or the maximum price you specified falls below current Spot price), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot Instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group.

Default: Instances are launched in any available Availability Zone.

", "locationName":"availabilityZoneGroup" }, "BlockDurationMinutes":{ "shape":"Integer", "documentation":"

The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).

The duration period starts as soon as your Spot Instance receives its instance ID. At the end of the duration period, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates.

You can't specify an Availability Zone group or a launch group if you specify a duration.

", "locationName":"blockDurationMinutes" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon EC2 User Guide for Linux Instances.

", "locationName":"clientToken" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InstanceCount":{ "shape":"Integer", "documentation":"

The maximum number of Spot Instances to launch.

Default: 1

", "locationName":"instanceCount" }, "LaunchGroup":{ "shape":"String", "documentation":"

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

Default: Instances are launched and terminated individually

", "locationName":"launchGroup" }, "LaunchSpecification":{ "shape":"RequestSpotLaunchSpecification", "documentation":"

The launch specification.

" }, "SpotPrice":{ "shape":"String", "documentation":"

The maximum price per hour that you are willing to pay for a Spot Instance. The default is the On-Demand price.

", "locationName":"spotPrice" }, "Type":{ "shape":"SpotInstanceType", "documentation":"

The Spot Instance request type.

Default: one-time

", "locationName":"type" }, "ValidFrom":{ "shape":"DateTime", "documentation":"

The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled.

", "locationName":"validFrom" }, "ValidUntil":{ "shape":"DateTime", "documentation":"

The end date of the request. If this is a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached. The default end date is 7 days from the current date.

", "locationName":"validUntil" }, "InstanceInterruptionBehavior":{ "shape":"InstanceInterruptionBehavior", "documentation":"

The behavior when a Spot Instance is interrupted. The default is terminate.

" } }, "documentation":"

Contains the parameters for RequestSpotInstances.

" }, "RequestSpotInstancesResult":{ "type":"structure", "members":{ "SpotInstanceRequests":{ "shape":"SpotInstanceRequestList", "documentation":"

One or more Spot Instance requests.

", "locationName":"spotInstanceRequestSet" } }, "documentation":"

Contains the output of RequestSpotInstances.

" }, "RequestSpotLaunchSpecification":{ "type":"structure", "members":{ "SecurityGroupIds":{ "shape":"ValueStringList", "documentation":"

One or more security group IDs.

", "locationName":"SecurityGroupId" }, "SecurityGroups":{ "shape":"ValueStringList", "documentation":"

One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups.

", "locationName":"SecurityGroup" }, "AddressingType":{ "shape":"String", "documentation":"

Deprecated.

", "locationName":"addressingType" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingList", "documentation":"

One or more block device mapping entries. You can't specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.

", "locationName":"blockDeviceMapping" }, "EbsOptimized":{ "shape":"Boolean", "documentation":"

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

", "locationName":"ebsOptimized" }, "IamInstanceProfile":{ "shape":"IamInstanceProfileSpecification", "documentation":"

The IAM instance profile.

", "locationName":"iamInstanceProfile" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

", "locationName":"imageId" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

", "locationName":"instanceType" }, "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel.

", "locationName":"kernelId" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

", "locationName":"keyName" }, "Monitoring":{ "shape":"RunInstancesMonitoringEnabled", "documentation":"

Indicates whether basic or detailed monitoring is enabled for the instance.

Default: Disabled

", "locationName":"monitoring" }, "NetworkInterfaces":{ "shape":"InstanceNetworkInterfaceSpecificationList", "documentation":"

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

", "locationName":"NetworkInterface" }, "Placement":{ "shape":"SpotPlacement", "documentation":"

The placement information for the instance.

", "locationName":"placement" }, "RamdiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk.

", "locationName":"ramdiskId" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which to launch the instance.

", "locationName":"subnetId" }, "UserData":{ "shape":"String", "documentation":"

The Base64-encoded user data for the instance.

", "locationName":"userData" } }, "documentation":"

Describes the launch specification for an instance.

" }, "Reservation":{ "type":"structure", "members":{ "Groups":{ "shape":"GroupIdentifierList", "documentation":"

[EC2-Classic only] One or more security groups.

", "locationName":"groupSet" }, "Instances":{ "shape":"InstanceList", "documentation":"

One or more instances.

", "locationName":"instancesSet" }, "OwnerId":{ "shape":"String", "documentation":"

The ID of the AWS account that owns the reservation.

", "locationName":"ownerId" }, "RequesterId":{ "shape":"String", "documentation":"

The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).

", "locationName":"requesterId" }, "ReservationId":{ "shape":"String", "documentation":"

The ID of the reservation.

", "locationName":"reservationId" } }, "documentation":"

Describes a reservation.

" }, "ReservationList":{ "type":"list", "member":{ "shape":"Reservation", "locationName":"item" } }, "ReservationState":{ "type":"string", "enum":[ "payment-pending", "payment-failed", "active", "retired" ] }, "ReservationValue":{ "type":"structure", "members":{ "HourlyPrice":{ "shape":"String", "documentation":"

The hourly rate of the reservation.

", "locationName":"hourlyPrice" }, "RemainingTotalValue":{ "shape":"String", "documentation":"

The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).

", "locationName":"remainingTotalValue" }, "RemainingUpfrontValue":{ "shape":"String", "documentation":"

The remaining upfront cost of the reservation.

", "locationName":"remainingUpfrontValue" } }, "documentation":"

The cost associated with the Reserved Instance.

" }, "ReservedInstanceIdSet":{ "type":"list", "member":{ "shape":"String", "locationName":"ReservedInstanceId" } }, "ReservedInstanceLimitPrice":{ "type":"structure", "members":{ "Amount":{ "shape":"Double", "documentation":"

Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).

", "locationName":"amount" }, "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.

", "locationName":"currencyCode" } }, "documentation":"

Describes the limit price of a Reserved Instance offering.

" }, "ReservedInstanceReservationValue":{ "type":"structure", "members":{ "ReservationValue":{ "shape":"ReservationValue", "documentation":"

The total value of the Convertible Reserved Instance that you are exchanging.

", "locationName":"reservationValue" }, "ReservedInstanceId":{ "shape":"String", "documentation":"

The ID of the Convertible Reserved Instance that you are exchanging.

", "locationName":"reservedInstanceId" } }, "documentation":"

The total value of the Convertible Reserved Instance.

" }, "ReservedInstanceReservationValueSet":{ "type":"list", "member":{ "shape":"ReservedInstanceReservationValue", "locationName":"item" } }, "ReservedInstanceState":{ "type":"string", "enum":[ "payment-pending", "active", "payment-failed", "retired" ] }, "ReservedInstances":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in which the Reserved Instance can be used.

", "locationName":"availabilityZone" }, "Duration":{ "shape":"Long", "documentation":"

The duration of the Reserved Instance, in seconds.

", "locationName":"duration" }, "End":{ "shape":"DateTime", "documentation":"

The time when the Reserved Instance expires.

", "locationName":"end" }, "FixedPrice":{ "shape":"Float", "documentation":"

The purchase price of the Reserved Instance.

", "locationName":"fixedPrice" }, "InstanceCount":{ "shape":"Integer", "documentation":"

The number of reservations purchased.

", "locationName":"instanceCount" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type on which the Reserved Instance can be used.

", "locationName":"instanceType" }, "ProductDescription":{ "shape":"RIProductDescription", "documentation":"

The Reserved Instance product platform description.

", "locationName":"productDescription" }, "ReservedInstancesId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance.

", "locationName":"reservedInstancesId" }, "Start":{ "shape":"DateTime", "documentation":"

The date and time the Reserved Instance started.

", "locationName":"start" }, "State":{ "shape":"ReservedInstanceState", "documentation":"

The state of the Reserved Instance purchase.

", "locationName":"state" }, "UsagePrice":{ "shape":"Float", "documentation":"

The usage price of the Reserved Instance, per hour.

", "locationName":"usagePrice" }, "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

", "locationName":"currencyCode" }, "InstanceTenancy":{ "shape":"Tenancy", "documentation":"

The tenancy of the instance.

", "locationName":"instanceTenancy" }, "OfferingClass":{ "shape":"OfferingClassType", "documentation":"

The offering class of the Reserved Instance.

", "locationName":"offeringClass" }, "OfferingType":{ "shape":"OfferingTypeValues", "documentation":"

The Reserved Instance offering type.

", "locationName":"offeringType" }, "RecurringCharges":{ "shape":"RecurringChargesList", "documentation":"

The recurring charge tag assigned to the resource.

", "locationName":"recurringCharges" }, "Scope":{ "shape":"scope", "documentation":"

The scope of the Reserved Instance.

", "locationName":"scope" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the resource.

", "locationName":"tagSet" } }, "documentation":"

Describes a Reserved Instance.

" }, "ReservedInstancesConfiguration":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone for the modified Reserved Instances.

", "locationName":"availabilityZone" }, "InstanceCount":{ "shape":"Integer", "documentation":"

The number of modified Reserved Instances.

", "locationName":"instanceCount" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type for the modified Reserved Instances.

", "locationName":"instanceType" }, "Platform":{ "shape":"String", "documentation":"

The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.

", "locationName":"platform" }, "Scope":{ "shape":"scope", "documentation":"

Whether the Reserved Instance is applied to instances in a region or instances in a specific Availability Zone.

", "locationName":"scope" } }, "documentation":"

Describes the configuration settings for the modified Reserved Instances.

" }, "ReservedInstancesConfigurationList":{ "type":"list", "member":{ "shape":"ReservedInstancesConfiguration", "locationName":"item" } }, "ReservedInstancesId":{ "type":"structure", "members":{ "ReservedInstancesId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance.

", "locationName":"reservedInstancesId" } }, "documentation":"

Describes the ID of a Reserved Instance.

" }, "ReservedInstancesIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"ReservedInstancesId" } }, "ReservedInstancesList":{ "type":"list", "member":{ "shape":"ReservedInstances", "locationName":"item" } }, "ReservedInstancesListing":{ "type":"structure", "members":{ "ClientToken":{ "shape":"String", "documentation":"

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

", "locationName":"clientToken" }, "CreateDate":{ "shape":"DateTime", "documentation":"

The time the listing was created.

", "locationName":"createDate" }, "InstanceCounts":{ "shape":"InstanceCountList", "documentation":"

The number of instances in this state.

", "locationName":"instanceCounts" }, "PriceSchedules":{ "shape":"PriceScheduleList", "documentation":"

The price of the Reserved Instance listing.

", "locationName":"priceSchedules" }, "ReservedInstancesId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance.

", "locationName":"reservedInstancesId" }, "ReservedInstancesListingId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance listing.

", "locationName":"reservedInstancesListingId" }, "Status":{ "shape":"ListingStatus", "documentation":"

The status of the Reserved Instance listing.

", "locationName":"status" }, "StatusMessage":{ "shape":"String", "documentation":"

The reason for the current status of the Reserved Instance listing. The response can be blank.

", "locationName":"statusMessage" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the resource.

", "locationName":"tagSet" }, "UpdateDate":{ "shape":"DateTime", "documentation":"

The last modified timestamp of the listing.

", "locationName":"updateDate" } }, "documentation":"

Describes a Reserved Instance listing.

" }, "ReservedInstancesListingList":{ "type":"list", "member":{ "shape":"ReservedInstancesListing", "locationName":"item" } }, "ReservedInstancesModification":{ "type":"structure", "members":{ "ClientToken":{ "shape":"String", "documentation":"

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

", "locationName":"clientToken" }, "CreateDate":{ "shape":"DateTime", "documentation":"

The time when the modification request was created.

", "locationName":"createDate" }, "EffectiveDate":{ "shape":"DateTime", "documentation":"

The time for the modification to become effective.

", "locationName":"effectiveDate" }, "ModificationResults":{ "shape":"ReservedInstancesModificationResultList", "documentation":"

Contains target configurations along with their corresponding new Reserved Instance IDs.

", "locationName":"modificationResultSet" }, "ReservedInstancesIds":{ "shape":"ReservedIntancesIds", "documentation":"

The IDs of one or more Reserved Instances.

", "locationName":"reservedInstancesSet" }, "ReservedInstancesModificationId":{ "shape":"String", "documentation":"

A unique ID for the Reserved Instance modification.

", "locationName":"reservedInstancesModificationId" }, "Status":{ "shape":"String", "documentation":"

The status of the Reserved Instances modification request.

", "locationName":"status" }, "StatusMessage":{ "shape":"String", "documentation":"

The reason for the status.

", "locationName":"statusMessage" }, "UpdateDate":{ "shape":"DateTime", "documentation":"

The time when the modification request was last updated.

", "locationName":"updateDate" } }, "documentation":"

Describes a Reserved Instance modification.

" }, "ReservedInstancesModificationIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"ReservedInstancesModificationId" } }, "ReservedInstancesModificationList":{ "type":"list", "member":{ "shape":"ReservedInstancesModification", "locationName":"item" } }, "ReservedInstancesModificationResult":{ "type":"structure", "members":{ "ReservedInstancesId":{ "shape":"String", "documentation":"

The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.

", "locationName":"reservedInstancesId" }, "TargetConfiguration":{ "shape":"ReservedInstancesConfiguration", "documentation":"

The target Reserved Instances configurations supplied as part of the modification request.

", "locationName":"targetConfiguration" } }, "documentation":"

Describes the modification request/s.

" }, "ReservedInstancesModificationResultList":{ "type":"list", "member":{ "shape":"ReservedInstancesModificationResult", "locationName":"item" } }, "ReservedInstancesOffering":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in which the Reserved Instance can be used.

", "locationName":"availabilityZone" }, "Duration":{ "shape":"Long", "documentation":"

The duration of the Reserved Instance, in seconds.

", "locationName":"duration" }, "FixedPrice":{ "shape":"Float", "documentation":"

The purchase price of the Reserved Instance.

", "locationName":"fixedPrice" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type on which the Reserved Instance can be used.

", "locationName":"instanceType" }, "ProductDescription":{ "shape":"RIProductDescription", "documentation":"

The Reserved Instance product platform description.

", "locationName":"productDescription" }, "ReservedInstancesOfferingId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance offering. This is the offering ID used in GetReservedInstancesExchangeQuote to confirm that an exchange can be made.

", "locationName":"reservedInstancesOfferingId" }, "UsagePrice":{ "shape":"Float", "documentation":"

The usage price of the Reserved Instance, per hour.

", "locationName":"usagePrice" }, "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency of the Reserved Instance offering you are purchasing. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

", "locationName":"currencyCode" }, "InstanceTenancy":{ "shape":"Tenancy", "documentation":"

The tenancy of the instance.

", "locationName":"instanceTenancy" }, "Marketplace":{ "shape":"Boolean", "documentation":"

Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS. If it's a Reserved Instance Marketplace offering, this is true.

", "locationName":"marketplace" }, "OfferingClass":{ "shape":"OfferingClassType", "documentation":"

If convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. If standard, it is not possible to perform an exchange.

", "locationName":"offeringClass" }, "OfferingType":{ "shape":"OfferingTypeValues", "documentation":"

The Reserved Instance offering type.

", "locationName":"offeringType" }, "PricingDetails":{ "shape":"PricingDetailsList", "documentation":"

The pricing details of the Reserved Instance offering.

", "locationName":"pricingDetailsSet" }, "RecurringCharges":{ "shape":"RecurringChargesList", "documentation":"

The recurring charge tag assigned to the resource.

", "locationName":"recurringCharges" }, "Scope":{ "shape":"scope", "documentation":"

Whether the Reserved Instance is applied to instances in a region or an Availability Zone.

", "locationName":"scope" } }, "documentation":"

Describes a Reserved Instance offering.

" }, "ReservedInstancesOfferingIdStringList":{ "type":"list", "member":{"shape":"String"} }, "ReservedInstancesOfferingList":{ "type":"list", "member":{ "shape":"ReservedInstancesOffering", "locationName":"item" } }, "ReservedIntancesIds":{ "type":"list", "member":{ "shape":"ReservedInstancesId", "locationName":"item" } }, "ResetFpgaImageAttributeName":{ "type":"string", "enum":["loadPermission"] }, "ResetFpgaImageAttributeRequest":{ "type":"structure", "required":["FpgaImageId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "FpgaImageId":{ "shape":"String", "documentation":"

The ID of the AFI.

" }, "Attribute":{ "shape":"ResetFpgaImageAttributeName", "documentation":"

The attribute.

" } } }, "ResetFpgaImageAttributeResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Is true if the request succeeds, and an error otherwise.

", "locationName":"return" } } }, "ResetImageAttributeName":{ "type":"string", "enum":["launchPermission"] }, "ResetImageAttributeRequest":{ "type":"structure", "required":[ "Attribute", "ImageId" ], "members":{ "Attribute":{ "shape":"ResetImageAttributeName", "documentation":"

The attribute to reset (currently you can only reset the launch permission attribute).

" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for ResetImageAttribute.

" }, "ResetInstanceAttributeRequest":{ "type":"structure", "required":[ "Attribute", "InstanceId" ], "members":{ "Attribute":{ "shape":"InstanceAttributeName", "documentation":"

The attribute to reset.

You can only reset the following attributes: kernel | ramdisk | sourceDestCheck. To change an instance attribute, use ModifyInstanceAttribute.

", "locationName":"attribute" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" } }, "documentation":"

Contains the parameters for ResetInstanceAttribute.

" }, "ResetNetworkInterfaceAttributeRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "SourceDestCheck":{ "shape":"String", "documentation":"

The source/destination checking attribute. Resets the value to true.

", "locationName":"sourceDestCheck" } }, "documentation":"

Contains the parameters for ResetNetworkInterfaceAttribute.

" }, "ResetSnapshotAttributeRequest":{ "type":"structure", "required":[ "Attribute", "SnapshotId" ], "members":{ "Attribute":{ "shape":"SnapshotAttributeName", "documentation":"

The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.

" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for ResetSnapshotAttribute.

" }, "ResourceIdList":{ "type":"list", "member":{"shape":"String"} }, "ResourceList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "ResourceType":{ "type":"string", "enum":[ "customer-gateway", "dhcp-options", "image", "instance", "internet-gateway", "network-acl", "network-interface", "reserved-instances", "route-table", "snapshot", "spot-instances-request", "subnet", "security-group", "volume", "vpc", "vpn-connection", "vpn-gateway" ] }, "ResponseError":{ "type":"structure", "members":{ "Code":{ "shape":"LaunchTemplateErrorCode", "documentation":"

The error code.

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

The error message, if applicable.

", "locationName":"message" } }, "documentation":"

Describes the error that's returned when you cannot delete a launch template version.

" }, "ResponseHostIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "ResponseHostIdSet":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "ResponseLaunchTemplateData":{ "type":"structure", "members":{ "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel, if applicable.

", "locationName":"kernelId" }, "EbsOptimized":{ "shape":"Boolean", "documentation":"

Indicates whether the instance is optimized for Amazon EBS I/O.

", "locationName":"ebsOptimized" }, "IamInstanceProfile":{ "shape":"LaunchTemplateIamInstanceProfileSpecification", "documentation":"

The IAM instance profile.

", "locationName":"iamInstanceProfile" }, "BlockDeviceMappings":{ "shape":"LaunchTemplateBlockDeviceMappingList", "documentation":"

The block device mappings.

", "locationName":"blockDeviceMappingSet" }, "NetworkInterfaces":{ "shape":"LaunchTemplateInstanceNetworkInterfaceSpecificationList", "documentation":"

The network interfaces.

", "locationName":"networkInterfaceSet" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI that was used to launch the instance.

", "locationName":"imageId" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

", "locationName":"instanceType" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

", "locationName":"keyName" }, "Monitoring":{ "shape":"LaunchTemplatesMonitoring", "documentation":"

The monitoring for the instance.

", "locationName":"monitoring" }, "Placement":{ "shape":"LaunchTemplatePlacement", "documentation":"

The placement of the instance.

", "locationName":"placement" }, "RamDiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk, if applicable.

", "locationName":"ramDiskId" }, "DisableApiTermination":{ "shape":"Boolean", "documentation":"

If set to true, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API.

", "locationName":"disableApiTermination" }, "InstanceInitiatedShutdownBehavior":{ "shape":"ShutdownBehavior", "documentation":"

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

", "locationName":"instanceInitiatedShutdownBehavior" }, "UserData":{ "shape":"String", "documentation":"

The user data for the instance.

", "locationName":"userData" }, "TagSpecifications":{ "shape":"LaunchTemplateTagSpecificationList", "documentation":"

The tags.

", "locationName":"tagSpecificationSet" }, "ElasticGpuSpecifications":{ "shape":"ElasticGpuSpecificationResponseList", "documentation":"

The elastic GPU specification.

", "locationName":"elasticGpuSpecificationSet" }, "SecurityGroupIds":{ "shape":"ValueStringList", "documentation":"

The security group IDs.

", "locationName":"securityGroupIdSet" }, "SecurityGroups":{ "shape":"ValueStringList", "documentation":"

The security group names.

", "locationName":"securityGroupSet" }, "InstanceMarketOptions":{ "shape":"LaunchTemplateInstanceMarketOptions", "documentation":"

The market (purchasing) option for the instances.

", "locationName":"instanceMarketOptions" }, "CreditSpecification":{ "shape":"CreditSpecification", "documentation":"

The credit option for CPU usage of the instance.

", "locationName":"creditSpecification" }, "CpuOptions":{ "shape":"LaunchTemplateCpuOptions", "documentation":"

The CPU options for the instance. For more information, see Optimizing CPU Options in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"cpuOptions" } }, "documentation":"

The information for a launch template.

" }, "RestorableByStringList":{ "type":"list", "member":{"shape":"String"} }, "RestoreAddressToClassicRequest":{ "type":"structure", "required":["PublicIp"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "PublicIp":{ "shape":"String", "documentation":"

The Elastic IP address.

", "locationName":"publicIp" } }, "documentation":"

Contains the parameters for RestoreAddressToClassic.

" }, "RestoreAddressToClassicResult":{ "type":"structure", "members":{ "PublicIp":{ "shape":"String", "documentation":"

The Elastic IP address.

", "locationName":"publicIp" }, "Status":{ "shape":"Status", "documentation":"

The move status for the IP address.

", "locationName":"status" } }, "documentation":"

Contains the output of RestoreAddressToClassic.

" }, "RevokeSecurityGroupEgressRequest":{ "type":"structure", "required":["GroupId"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

One or more sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.

", "locationName":"ipPermissions" }, "CidrIp":{ "shape":"String", "documentation":"

Not supported. Use a set of IP permissions to specify the CIDR.

", "locationName":"cidrIp" }, "FromPort":{ "shape":"Integer", "documentation":"

Not supported. Use a set of IP permissions to specify the port.

", "locationName":"fromPort" }, "IpProtocol":{ "shape":"String", "documentation":"

Not supported. Use a set of IP permissions to specify the protocol name or number.

", "locationName":"ipProtocol" }, "ToPort":{ "shape":"Integer", "documentation":"

Not supported. Use a set of IP permissions to specify the port.

", "locationName":"toPort" }, "SourceSecurityGroupName":{ "shape":"String", "documentation":"

Not supported. Use a set of IP permissions to specify a destination security group.

", "locationName":"sourceSecurityGroupName" }, "SourceSecurityGroupOwnerId":{ "shape":"String", "documentation":"

Not supported. Use a set of IP permissions to specify a destination security group.

", "locationName":"sourceSecurityGroupOwnerId" } }, "documentation":"

Contains the parameters for RevokeSecurityGroupEgress.

" }, "RevokeSecurityGroupIngressRequest":{ "type":"structure", "members":{ "CidrIp":{ "shape":"String", "documentation":"

The CIDR IP address range. You can't specify this parameter when specifying a source security group.

" }, "FromPort":{ "shape":"Integer", "documentation":"

The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use -1 to specify all ICMP types.

" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

" }, "GroupName":{ "shape":"String", "documentation":"

[EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.

" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

One or more sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.

" }, "IpProtocol":{ "shape":"String", "documentation":"

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.

" }, "SourceSecurityGroupName":{ "shape":"String", "documentation":"

[EC2-Classic, default VPC] The name of the source security group. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. For EC2-VPC, the source security group must be in the same VPC. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.

" }, "SourceSecurityGroupOwnerId":{ "shape":"String", "documentation":"

[EC2-Classic] The AWS account ID of the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.

" }, "ToPort":{ "shape":"Integer", "documentation":"

The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use -1 to specify all ICMP codes for the ICMP type.

" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for RevokeSecurityGroupIngress.

" }, "Route":{ "type":"structure", "members":{ "DestinationCidrBlock":{ "shape":"String", "documentation":"

The IPv4 CIDR block used for the destination match.

", "locationName":"destinationCidrBlock" }, "DestinationIpv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 CIDR block used for the destination match.

", "locationName":"destinationIpv6CidrBlock" }, "DestinationPrefixListId":{ "shape":"String", "documentation":"

The prefix of the AWS service.

", "locationName":"destinationPrefixListId" }, "EgressOnlyInternetGatewayId":{ "shape":"String", "documentation":"

The ID of the egress-only internet gateway.

", "locationName":"egressOnlyInternetGatewayId" }, "GatewayId":{ "shape":"String", "documentation":"

The ID of a gateway attached to your VPC.

", "locationName":"gatewayId" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of a NAT instance in your VPC.

", "locationName":"instanceId" }, "InstanceOwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the owner of the instance.

", "locationName":"instanceOwnerId" }, "NatGatewayId":{ "shape":"String", "documentation":"

The ID of a NAT gateway.

", "locationName":"natGatewayId" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "Origin":{ "shape":"RouteOrigin", "documentation":"

Describes how the route was created.

", "locationName":"origin" }, "State":{ "shape":"RouteState", "documentation":"

The state of the route. The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, or the specified NAT instance has been terminated).

", "locationName":"state" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } }, "documentation":"

Describes a route in a route table.

" }, "RouteList":{ "type":"list", "member":{ "shape":"Route", "locationName":"item" } }, "RouteOrigin":{ "type":"string", "enum":[ "CreateRouteTable", "CreateRoute", "EnableVgwRoutePropagation" ] }, "RouteState":{ "type":"string", "enum":[ "active", "blackhole" ] }, "RouteTable":{ "type":"structure", "members":{ "Associations":{ "shape":"RouteTableAssociationList", "documentation":"

The associations between the route table and one or more subnets.

", "locationName":"associationSet" }, "PropagatingVgws":{ "shape":"PropagatingVgwList", "documentation":"

Any virtual private gateway (VGW) propagating routes.

", "locationName":"propagatingVgwSet" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" }, "Routes":{ "shape":"RouteList", "documentation":"

The routes in the route table.

", "locationName":"routeSet" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the route table.

", "locationName":"tagSet" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Describes a route table.

" }, "RouteTableAssociation":{ "type":"structure", "members":{ "Main":{ "shape":"Boolean", "documentation":"

Indicates whether this is the main route table.

", "locationName":"main" }, "RouteTableAssociationId":{ "shape":"String", "documentation":"

The ID of the association between a route table and a subnet.

", "locationName":"routeTableAssociationId" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet. A subnet ID is not returned for an implicit association.

", "locationName":"subnetId" } }, "documentation":"

Describes an association between a route table and a subnet.

" }, "RouteTableAssociationList":{ "type":"list", "member":{ "shape":"RouteTableAssociation", "locationName":"item" } }, "RouteTableList":{ "type":"list", "member":{ "shape":"RouteTable", "locationName":"item" } }, "RuleAction":{ "type":"string", "enum":[ "allow", "deny" ] }, "RunInstancesMonitoringEnabled":{ "type":"structure", "required":["Enabled"], "members":{ "Enabled":{ "shape":"Boolean", "documentation":"

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

", "locationName":"enabled" } }, "documentation":"

Describes the monitoring of an instance.

" }, "RunInstancesRequest":{ "type":"structure", "required":[ "MaxCount", "MinCount" ], "members":{ "BlockDeviceMappings":{ "shape":"BlockDeviceMappingRequestList", "documentation":"

One or more block device mapping entries. You can't specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.

", "locationName":"BlockDeviceMapping" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI, which you can get by calling DescribeImages. An AMI is required to launch an instance and must be specified here or in a launch template.

" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type. For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.

Default: m1.small

" }, "Ipv6AddressCount":{ "shape":"Integer", "documentation":"

[EC2-VPC] A number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.

" }, "Ipv6Addresses":{ "shape":"InstanceIpv6AddressList", "documentation":"

[EC2-VPC] Specify one or more IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.

", "locationName":"Ipv6Address" }, "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon Elastic Compute Cloud User Guide.

" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

" }, "MaxCount":{ "shape":"Integer", "documentation":"

The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above MinCount.

Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 FAQ.

" }, "MinCount":{ "shape":"Integer", "documentation":"

The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.

Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.

" }, "Monitoring":{ "shape":"RunInstancesMonitoringEnabled", "documentation":"

The monitoring for the instance.

" }, "Placement":{ "shape":"Placement", "documentation":"

The placement for the instance.

" }, "RamdiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon Elastic Compute Cloud User Guide.

" }, "SecurityGroupIds":{ "shape":"SecurityGroupIdStringList", "documentation":"

One or more security group IDs. You can create a security group using CreateSecurityGroup.

Default: Amazon EC2 uses the default security group.

", "locationName":"SecurityGroupId" }, "SecurityGroups":{ "shape":"SecurityGroupStringList", "documentation":"

[EC2-Classic, default VPC] One or more security group names. For a nondefault VPC, you must use security group IDs instead.

Default: Amazon EC2 uses the default security group.

", "locationName":"SecurityGroup" }, "SubnetId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID of the subnet to launch the instance into.

" }, "UserData":{ "shape":"String", "documentation":"

The user data to make available to the instance. For more information, see Running Commands on Your Linux Instance at Launch (Linux) and Adding User Data (Windows). If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text.

" }, "AdditionalInfo":{ "shape":"String", "documentation":"

Reserved.

", "locationName":"additionalInfo" }, "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraints: Maximum 64 ASCII characters

", "locationName":"clientToken" }, "DisableApiTermination":{ "shape":"Boolean", "documentation":"

If you set this parameter to true, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute to false after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, you can terminate the instance by running the shutdown command from the instance.

Default: false

", "locationName":"disableApiTermination" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "EbsOptimized":{ "shape":"Boolean", "documentation":"

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

", "locationName":"ebsOptimized" }, "IamInstanceProfile":{ "shape":"IamInstanceProfileSpecification", "documentation":"

The IAM instance profile.

", "locationName":"iamInstanceProfile" }, "InstanceInitiatedShutdownBehavior":{ "shape":"ShutdownBehavior", "documentation":"

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Default: stop

", "locationName":"instanceInitiatedShutdownBehavior" }, "NetworkInterfaces":{ "shape":"InstanceNetworkInterfaceSpecificationList", "documentation":"

One or more network interfaces.

", "locationName":"networkInterface" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

[EC2-VPC] The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.

Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.

", "locationName":"privateIpAddress" }, "ElasticGpuSpecification":{ "shape":"ElasticGpuSpecifications", "documentation":"

An elastic GPU to associate with the instance.

" }, "TagSpecifications":{ "shape":"TagSpecificationList", "documentation":"

The tags to apply to the resources during launch. You can only tag instances and volumes on launch. The specified tags are applied to all instances or volumes that are created during launch. To tag a resource after it has been created, see CreateTags.

", "locationName":"TagSpecification" }, "LaunchTemplate":{ "shape":"LaunchTemplateSpecification", "documentation":"

The launch template to use to launch the instances. Any parameters that you specify in RunInstances override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.

" }, "InstanceMarketOptions":{ "shape":"InstanceMarketOptionsRequest", "documentation":"

The market (purchasing) option for the instances.

For RunInstances, persistent Spot Instance requests are only supported when InstanceInterruptionBehavior is set to either hibernate or stop.

" }, "CreditSpecification":{ "shape":"CreditSpecificationRequest", "documentation":"

The credit option for CPU usage of the instance. Valid values are standard and unlimited. To change this attribute after launch, use ModifyInstanceCreditSpecification. For more information, see T2 Instances in the Amazon Elastic Compute Cloud User Guide.

Default: standard

" }, "CpuOptions":{ "shape":"CpuOptionsRequest", "documentation":"

The CPU options for the instance. For more information, see Optimizing CPU Options in the Amazon Elastic Compute Cloud User Guide.

" } }, "documentation":"

Contains the parameters for RunInstances.

" }, "RunScheduledInstancesRequest":{ "type":"structure", "required":[ "LaunchSpecification", "ScheduledInstanceId" ], "members":{ "ClientToken":{ "shape":"String", "documentation":"

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

", "idempotencyToken":true }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "InstanceCount":{ "shape":"Integer", "documentation":"

The number of instances.

Default: 1

" }, "LaunchSpecification":{ "shape":"ScheduledInstancesLaunchSpecification", "documentation":"

The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.

" }, "ScheduledInstanceId":{ "shape":"String", "documentation":"

The Scheduled Instance ID.

" } }, "documentation":"

Contains the parameters for RunScheduledInstances.

" }, "RunScheduledInstancesResult":{ "type":"structure", "members":{ "InstanceIdSet":{ "shape":"InstanceIdSet", "documentation":"

The IDs of the newly launched instances.

", "locationName":"instanceIdSet" } }, "documentation":"

Contains the output of RunScheduledInstances.

" }, "S3Storage":{ "type":"structure", "members":{ "AWSAccessKeyId":{ "shape":"String", "documentation":"

The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in Best Practices for Managing AWS Access Keys.

" }, "Bucket":{ "shape":"String", "documentation":"

The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.

", "locationName":"bucket" }, "Prefix":{ "shape":"String", "documentation":"

The beginning of the file name of the AMI.

", "locationName":"prefix" }, "UploadPolicy":{ "shape":"Blob", "documentation":"

An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.

", "locationName":"uploadPolicy" }, "UploadPolicySignature":{ "shape":"String", "documentation":"

The signature of the JSON document.

", "locationName":"uploadPolicySignature" } }, "documentation":"

Describes the storage parameters for S3 and S3 buckets for an instance store-backed AMI.

" }, "ScheduledInstance":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone.

", "locationName":"availabilityZone" }, "CreateDate":{ "shape":"DateTime", "documentation":"

The date when the Scheduled Instance was purchased.

", "locationName":"createDate" }, "HourlyPrice":{ "shape":"String", "documentation":"

The hourly price for a single instance.

", "locationName":"hourlyPrice" }, "InstanceCount":{ "shape":"Integer", "documentation":"

The number of instances.

", "locationName":"instanceCount" }, "InstanceType":{ "shape":"String", "documentation":"

The instance type.

", "locationName":"instanceType" }, "NetworkPlatform":{ "shape":"String", "documentation":"

The network platform (EC2-Classic or EC2-VPC).

", "locationName":"networkPlatform" }, "NextSlotStartTime":{ "shape":"DateTime", "documentation":"

The time for the next schedule to start.

", "locationName":"nextSlotStartTime" }, "Platform":{ "shape":"String", "documentation":"

The platform (Linux/UNIX or Windows).

", "locationName":"platform" }, "PreviousSlotEndTime":{ "shape":"DateTime", "documentation":"

The time that the previous schedule ended or will end.

", "locationName":"previousSlotEndTime" }, "Recurrence":{ "shape":"ScheduledInstanceRecurrence", "documentation":"

The schedule recurrence.

", "locationName":"recurrence" }, "ScheduledInstanceId":{ "shape":"String", "documentation":"

The Scheduled Instance ID.

", "locationName":"scheduledInstanceId" }, "SlotDurationInHours":{ "shape":"Integer", "documentation":"

The number of hours in the schedule.

", "locationName":"slotDurationInHours" }, "TermEndDate":{ "shape":"DateTime", "documentation":"

The end date for the Scheduled Instance.

", "locationName":"termEndDate" }, "TermStartDate":{ "shape":"DateTime", "documentation":"

The start date for the Scheduled Instance.

", "locationName":"termStartDate" }, "TotalScheduledInstanceHours":{ "shape":"Integer", "documentation":"

The total number of hours for a single instance for the entire term.

", "locationName":"totalScheduledInstanceHours" } }, "documentation":"

Describes a Scheduled Instance.

" }, "ScheduledInstanceAvailability":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone.

", "locationName":"availabilityZone" }, "AvailableInstanceCount":{ "shape":"Integer", "documentation":"

The number of available instances.

", "locationName":"availableInstanceCount" }, "FirstSlotStartTime":{ "shape":"DateTime", "documentation":"

The time period for the first schedule to start.

", "locationName":"firstSlotStartTime" }, "HourlyPrice":{ "shape":"String", "documentation":"

The hourly price for a single instance.

", "locationName":"hourlyPrice" }, "InstanceType":{ "shape":"String", "documentation":"

The instance type. You can specify one of the C3, C4, M4, or R3 instance types.

", "locationName":"instanceType" }, "MaxTermDurationInDays":{ "shape":"Integer", "documentation":"

The maximum term. The only possible value is 365 days.

", "locationName":"maxTermDurationInDays" }, "MinTermDurationInDays":{ "shape":"Integer", "documentation":"

The minimum term. The only possible value is 365 days.

", "locationName":"minTermDurationInDays" }, "NetworkPlatform":{ "shape":"String", "documentation":"

The network platform (EC2-Classic or EC2-VPC).

", "locationName":"networkPlatform" }, "Platform":{ "shape":"String", "documentation":"

The platform (Linux/UNIX or Windows).

", "locationName":"platform" }, "PurchaseToken":{ "shape":"String", "documentation":"

The purchase token. This token expires in two hours.

", "locationName":"purchaseToken" }, "Recurrence":{ "shape":"ScheduledInstanceRecurrence", "documentation":"

The schedule recurrence.

", "locationName":"recurrence" }, "SlotDurationInHours":{ "shape":"Integer", "documentation":"

The number of hours in the schedule.

", "locationName":"slotDurationInHours" }, "TotalScheduledInstanceHours":{ "shape":"Integer", "documentation":"

The total number of hours for a single instance for the entire term.

", "locationName":"totalScheduledInstanceHours" } }, "documentation":"

Describes a schedule that is available for your Scheduled Instances.

" }, "ScheduledInstanceAvailabilitySet":{ "type":"list", "member":{ "shape":"ScheduledInstanceAvailability", "locationName":"item" } }, "ScheduledInstanceIdRequestSet":{ "type":"list", "member":{ "shape":"String", "locationName":"ScheduledInstanceId" } }, "ScheduledInstanceRecurrence":{ "type":"structure", "members":{ "Frequency":{ "shape":"String", "documentation":"

The frequency (Daily, Weekly, or Monthly).

", "locationName":"frequency" }, "Interval":{ "shape":"Integer", "documentation":"

The interval quantity. The interval unit depends on the value of frequency. For example, every 2 weeks or every 2 months.

", "locationName":"interval" }, "OccurrenceDaySet":{ "shape":"OccurrenceDaySet", "documentation":"

The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).

", "locationName":"occurrenceDaySet" }, "OccurrenceRelativeToEnd":{ "shape":"Boolean", "documentation":"

Indicates whether the occurrence is relative to the end of the specified week or month.

", "locationName":"occurrenceRelativeToEnd" }, "OccurrenceUnit":{ "shape":"String", "documentation":"

The unit for occurrenceDaySet (DayOfWeek or DayOfMonth).

", "locationName":"occurrenceUnit" } }, "documentation":"

Describes the recurring schedule for a Scheduled Instance.

" }, "ScheduledInstanceRecurrenceRequest":{ "type":"structure", "members":{ "Frequency":{ "shape":"String", "documentation":"

The frequency (Daily, Weekly, or Monthly).

" }, "Interval":{ "shape":"Integer", "documentation":"

The interval quantity. The interval unit depends on the value of Frequency. For example, every 2 weeks or every 2 months.

" }, "OccurrenceDays":{ "shape":"OccurrenceDayRequestSet", "documentation":"

The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can't specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.

", "locationName":"OccurrenceDay" }, "OccurrenceRelativeToEnd":{ "shape":"Boolean", "documentation":"

Indicates whether the occurrence is relative to the end of the specified week or month. You can't specify this value with a daily schedule.

" }, "OccurrenceUnit":{ "shape":"String", "documentation":"

The unit for OccurrenceDays (DayOfWeek or DayOfMonth). This value is required for a monthly schedule. You can't specify DayOfWeek with a weekly schedule. You can't specify this value with a daily schedule.

" } }, "documentation":"

Describes the recurring schedule for a Scheduled Instance.

" }, "ScheduledInstanceSet":{ "type":"list", "member":{ "shape":"ScheduledInstance", "locationName":"item" } }, "ScheduledInstancesBlockDeviceMapping":{ "type":"structure", "members":{ "DeviceName":{ "shape":"String", "documentation":"

The device name (for example, /dev/sdh or xvdh).

" }, "Ebs":{ "shape":"ScheduledInstancesEbs", "documentation":"

Parameters used to set up EBS volumes automatically when the instance is launched.

" }, "NoDevice":{ "shape":"String", "documentation":"

Suppresses the specified device included in the block device mapping of the AMI.

" }, "VirtualName":{ "shape":"String", "documentation":"

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with two available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.

" } }, "documentation":"

Describes a block device mapping for a Scheduled Instance.

" }, "ScheduledInstancesBlockDeviceMappingSet":{ "type":"list", "member":{ "shape":"ScheduledInstancesBlockDeviceMapping", "locationName":"BlockDeviceMapping" } }, "ScheduledInstancesEbs":{ "type":"structure", "members":{ "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the volume is deleted on instance termination.

" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that support them.

" }, "Iops":{ "shape":"Integer", "documentation":"

The number of I/O operations per second (IOPS) that the volume supports. For io1 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information about gp2 baseline performance, I/O credits, and bursting, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

Constraint: Range is 100-20000 IOPS for io1 volumes and 100-10000 IOPS for gp2 volumes.

Condition: This parameter is required for requests to create io1volumes; it is not used in requests to create gp2, st1, sc1, or standard volumes.

" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot.

" }, "VolumeSize":{ "shape":"Integer", "documentation":"

The size of the volume, in GiB.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

" }, "VolumeType":{ "shape":"String", "documentation":"

The volume type. gp2 for General Purpose SSD, io1 for Provisioned IOPS SSD, Throughput Optimized HDD for st1, Cold HDD for sc1, or standard for Magnetic.

Default: standard

" } }, "documentation":"

Describes an EBS volume for a Scheduled Instance.

" }, "ScheduledInstancesIamInstanceProfile":{ "type":"structure", "members":{ "Arn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN).

" }, "Name":{ "shape":"String", "documentation":"

The name.

" } }, "documentation":"

Describes an IAM instance profile for a Scheduled Instance.

" }, "ScheduledInstancesIpv6Address":{ "type":"structure", "members":{ "Ipv6Address":{ "shape":"Ipv6Address", "documentation":"

The IPv6 address.

" } }, "documentation":"

Describes an IPv6 address.

" }, "ScheduledInstancesIpv6AddressList":{ "type":"list", "member":{ "shape":"ScheduledInstancesIpv6Address", "locationName":"Ipv6Address" } }, "ScheduledInstancesLaunchSpecification":{ "type":"structure", "required":["ImageId"], "members":{ "BlockDeviceMappings":{ "shape":"ScheduledInstancesBlockDeviceMappingSet", "documentation":"

One or more block device mapping entries.

", "locationName":"BlockDeviceMapping" }, "EbsOptimized":{ "shape":"Boolean", "documentation":"

Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

" }, "IamInstanceProfile":{ "shape":"ScheduledInstancesIamInstanceProfile", "documentation":"

The IAM instance profile.

" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the Amazon Machine Image (AMI).

" }, "InstanceType":{ "shape":"String", "documentation":"

The instance type.

" }, "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel.

" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

" }, "Monitoring":{ "shape":"ScheduledInstancesMonitoring", "documentation":"

Enable or disable monitoring for the instances.

" }, "NetworkInterfaces":{ "shape":"ScheduledInstancesNetworkInterfaceSet", "documentation":"

One or more network interfaces.

", "locationName":"NetworkInterface" }, "Placement":{ "shape":"ScheduledInstancesPlacement", "documentation":"

The placement information.

" }, "RamdiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk.

" }, "SecurityGroupIds":{ "shape":"ScheduledInstancesSecurityGroupIdSet", "documentation":"

The IDs of one or more security groups.

", "locationName":"SecurityGroupId" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which to launch the instances.

" }, "UserData":{ "shape":"String", "documentation":"

The base64-encoded MIME user data.

" } }, "documentation":"

Describes the launch specification for a Scheduled Instance.

If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet. You can specify the subnet using either SubnetId or NetworkInterface.

" }, "ScheduledInstancesMonitoring":{ "type":"structure", "members":{ "Enabled":{ "shape":"Boolean", "documentation":"

Indicates whether monitoring is enabled.

" } }, "documentation":"

Describes whether monitoring is enabled for a Scheduled Instance.

" }, "ScheduledInstancesNetworkInterface":{ "type":"structure", "members":{ "AssociatePublicIpAddress":{ "shape":"Boolean", "documentation":"

Indicates whether to assign a public IPv4 address to instances launched in a VPC. The public IPv4 address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether to delete the interface when the instance is terminated.

" }, "Description":{ "shape":"String", "documentation":"

The description.

" }, "DeviceIndex":{ "shape":"Integer", "documentation":"

The index of the device for the network interface attachment.

" }, "Groups":{ "shape":"ScheduledInstancesSecurityGroupIdSet", "documentation":"

The IDs of one or more security groups.

", "locationName":"Group" }, "Ipv6AddressCount":{ "shape":"Integer", "documentation":"

The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.

" }, "Ipv6Addresses":{ "shape":"ScheduledInstancesIpv6AddressList", "documentation":"

One or more specific IPv6 addresses from the subnet range.

", "locationName":"Ipv6Address" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The IPv4 address of the network interface within the subnet.

" }, "PrivateIpAddressConfigs":{ "shape":"PrivateIpAddressConfigSet", "documentation":"

The private IPv4 addresses.

", "locationName":"PrivateIpAddressConfig" }, "SecondaryPrivateIpAddressCount":{ "shape":"Integer", "documentation":"

The number of secondary private IPv4 addresses.

" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

" } }, "documentation":"

Describes a network interface for a Scheduled Instance.

" }, "ScheduledInstancesNetworkInterfaceSet":{ "type":"list", "member":{ "shape":"ScheduledInstancesNetworkInterface", "locationName":"NetworkInterface" } }, "ScheduledInstancesPlacement":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone.

" }, "GroupName":{ "shape":"String", "documentation":"

The name of the placement group.

" } }, "documentation":"

Describes the placement for a Scheduled Instance.

" }, "ScheduledInstancesPrivateIpAddressConfig":{ "type":"structure", "members":{ "Primary":{ "shape":"Boolean", "documentation":"

Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.

" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The IPv4 address.

" } }, "documentation":"

Describes a private IPv4 address for a Scheduled Instance.

" }, "ScheduledInstancesSecurityGroupIdSet":{ "type":"list", "member":{ "shape":"String", "locationName":"SecurityGroupId" } }, "SecurityGroup":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

A description of the security group.

", "locationName":"groupDescription" }, "GroupName":{ "shape":"String", "documentation":"

The name of the security group.

", "locationName":"groupName" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

One or more inbound rules associated with the security group.

", "locationName":"ipPermissions" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the owner of the security group.

", "locationName":"ownerId" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" }, "IpPermissionsEgress":{ "shape":"IpPermissionList", "documentation":"

[EC2-VPC] One or more outbound rules associated with the security group.

", "locationName":"ipPermissionsEgress" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the security group.

", "locationName":"tagSet" }, "VpcId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID of the VPC for the security group.

", "locationName":"vpcId" } }, "documentation":"

Describes a security group

" }, "SecurityGroupIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"SecurityGroupId" } }, "SecurityGroupIdentifier":{ "type":"structure", "members":{ "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" }, "GroupName":{ "shape":"String", "documentation":"

The name of the security group.

", "locationName":"groupName" } }, "documentation":"

Describes a security group.

" }, "SecurityGroupList":{ "type":"list", "member":{ "shape":"SecurityGroup", "locationName":"item" } }, "SecurityGroupReference":{ "type":"structure", "required":[ "GroupId", "ReferencingVpcId" ], "members":{ "GroupId":{ "shape":"String", "documentation":"

The ID of your security group.

", "locationName":"groupId" }, "ReferencingVpcId":{ "shape":"String", "documentation":"

The ID of the VPC with the referencing security group.

", "locationName":"referencingVpcId" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } }, "documentation":"

Describes a VPC with a security group that references your security group.

" }, "SecurityGroupReferences":{ "type":"list", "member":{ "shape":"SecurityGroupReference", "locationName":"item" } }, "SecurityGroupStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"SecurityGroup" } }, "ServiceConfiguration":{ "type":"structure", "members":{ "ServiceType":{ "shape":"ServiceTypeDetailSet", "documentation":"

The type of service.

", "locationName":"serviceType" }, "ServiceId":{ "shape":"String", "documentation":"

The ID of the service.

", "locationName":"serviceId" }, "ServiceName":{ "shape":"String", "documentation":"

The name of the service.

", "locationName":"serviceName" }, "ServiceState":{ "shape":"ServiceState", "documentation":"

The service state.

", "locationName":"serviceState" }, "AvailabilityZones":{ "shape":"ValueStringList", "documentation":"

In the Availability Zones in which the service is available.

", "locationName":"availabilityZoneSet" }, "AcceptanceRequired":{ "shape":"Boolean", "documentation":"

Indicates whether requests from other AWS accounts to create an endpoint to the service must first be accepted.

", "locationName":"acceptanceRequired" }, "NetworkLoadBalancerArns":{ "shape":"ValueStringList", "documentation":"

The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.

", "locationName":"networkLoadBalancerArnSet" }, "BaseEndpointDnsNames":{ "shape":"ValueStringList", "documentation":"

The DNS names for the service.

", "locationName":"baseEndpointDnsNameSet" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private DNS name for the service.

", "locationName":"privateDnsName" } }, "documentation":"

Describes a service configuration for a VPC endpoint service.

" }, "ServiceConfigurationSet":{ "type":"list", "member":{ "shape":"ServiceConfiguration", "locationName":"item" } }, "ServiceDetail":{ "type":"structure", "members":{ "ServiceName":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the service.

", "locationName":"serviceName" }, "ServiceType":{ "shape":"ServiceTypeDetailSet", "documentation":"

The type of service.

", "locationName":"serviceType" }, "AvailabilityZones":{ "shape":"ValueStringList", "documentation":"

The Availability Zones in which the service is available.

", "locationName":"availabilityZoneSet" }, "Owner":{ "shape":"String", "documentation":"

The AWS account ID of the service owner.

", "locationName":"owner" }, "BaseEndpointDnsNames":{ "shape":"ValueStringList", "documentation":"

The DNS names for the service.

", "locationName":"baseEndpointDnsNameSet" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private DNS name for the service.

", "locationName":"privateDnsName" }, "VpcEndpointPolicySupported":{ "shape":"Boolean", "documentation":"

Indicates whether the service supports endpoint policies.

", "locationName":"vpcEndpointPolicySupported" }, "AcceptanceRequired":{ "shape":"Boolean", "documentation":"

Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.

", "locationName":"acceptanceRequired" } }, "documentation":"

Describes a VPC endpoint service.

" }, "ServiceDetailSet":{ "type":"list", "member":{ "shape":"ServiceDetail", "locationName":"item" } }, "ServiceState":{ "type":"string", "enum":[ "Pending", "Available", "Deleting", "Deleted", "Failed" ] }, "ServiceType":{ "type":"string", "enum":[ "Interface", "Gateway" ] }, "ServiceTypeDetail":{ "type":"structure", "members":{ "ServiceType":{ "shape":"ServiceType", "documentation":"

The type of service.

", "locationName":"serviceType" } }, "documentation":"

Describes the type of service for a VPC endpoint.

" }, "ServiceTypeDetailSet":{ "type":"list", "member":{ "shape":"ServiceTypeDetail", "locationName":"item" } }, "ShutdownBehavior":{ "type":"string", "enum":[ "stop", "terminate" ] }, "SlotDateTimeRangeRequest":{ "type":"structure", "required":[ "EarliestTime", "LatestTime" ], "members":{ "EarliestTime":{ "shape":"DateTime", "documentation":"

The earliest date and time, in UTC, for the Scheduled Instance to start.

" }, "LatestTime":{ "shape":"DateTime", "documentation":"

The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.

" } }, "documentation":"

Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.

" }, "SlotStartTimeRangeRequest":{ "type":"structure", "members":{ "EarliestTime":{ "shape":"DateTime", "documentation":"

The earliest date and time, in UTC, for the Scheduled Instance to start.

" }, "LatestTime":{ "shape":"DateTime", "documentation":"

The latest date and time, in UTC, for the Scheduled Instance to start.

" } }, "documentation":"

Describes the time period for a Scheduled Instance to start its first schedule.

" }, "Snapshot":{ "type":"structure", "members":{ "DataEncryptionKeyId":{ "shape":"String", "documentation":"

The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by the DescribeSnapshots API operation.

", "locationName":"dataEncryptionKeyId" }, "Description":{ "shape":"String", "documentation":"

The description for the snapshot.

", "locationName":"description" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Indicates whether the snapshot is encrypted.

", "locationName":"encrypted" }, "KmsKeyId":{ "shape":"String", "documentation":"

The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the parent volume.

", "locationName":"kmsKeyId" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the EBS snapshot owner.

", "locationName":"ownerId" }, "Progress":{ "shape":"String", "documentation":"

The progress of the snapshot, as a percentage.

", "locationName":"progress" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot. Each snapshot receives a unique identifier when it is created.

", "locationName":"snapshotId" }, "StartTime":{ "shape":"DateTime", "documentation":"

The time stamp when the snapshot was initiated.

", "locationName":"startTime" }, "State":{ "shape":"SnapshotState", "documentation":"

The snapshot state.

", "locationName":"status" }, "StateMessage":{ "shape":"String", "documentation":"

Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper AWS Key Management Service (AWS KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by the DescribeSnapshots API operation.

", "locationName":"statusMessage" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume that was used to create the snapshot. Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.

", "locationName":"volumeId" }, "VolumeSize":{ "shape":"Integer", "documentation":"

The size of the volume, in GiB.

", "locationName":"volumeSize" }, "OwnerAlias":{ "shape":"String", "documentation":"

Value from an Amazon-maintained list (amazon | aws-marketplace | microsoft) of snapshot owners. Not to be confused with the user-configured AWS account alias, which is set from the IAM console.

", "locationName":"ownerAlias" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the snapshot.

", "locationName":"tagSet" } }, "documentation":"

Describes a snapshot.

" }, "SnapshotAttributeName":{ "type":"string", "enum":[ "productCodes", "createVolumePermission" ] }, "SnapshotDetail":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

A description for the snapshot.

", "locationName":"description" }, "DeviceName":{ "shape":"String", "documentation":"

The block device mapping for the snapshot.

", "locationName":"deviceName" }, "DiskImageSize":{ "shape":"Double", "documentation":"

The size of the disk in the snapshot, in GiB.

", "locationName":"diskImageSize" }, "Format":{ "shape":"String", "documentation":"

The format of the disk image from which the snapshot is created.

", "locationName":"format" }, "Progress":{ "shape":"String", "documentation":"

The percentage of progress for the task.

", "locationName":"progress" }, "SnapshotId":{ "shape":"String", "documentation":"

The snapshot ID of the disk being imported.

", "locationName":"snapshotId" }, "Status":{ "shape":"String", "documentation":"

A brief status of the snapshot creation.

", "locationName":"status" }, "StatusMessage":{ "shape":"String", "documentation":"

A detailed status message for the snapshot creation.

", "locationName":"statusMessage" }, "Url":{ "shape":"String", "documentation":"

The URL used to access the disk image.

", "locationName":"url" }, "UserBucket":{ "shape":"UserBucketDetails", "documentation":"

The S3 bucket for the disk image.

", "locationName":"userBucket" } }, "documentation":"

Describes the snapshot created from the imported disk.

" }, "SnapshotDetailList":{ "type":"list", "member":{ "shape":"SnapshotDetail", "locationName":"item" } }, "SnapshotDiskContainer":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

The description of the disk image being imported.

" }, "Format":{ "shape":"String", "documentation":"

The format of the disk image being imported.

Valid values: VHD | VMDK | OVA

" }, "Url":{ "shape":"String", "documentation":"

The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

" }, "UserBucket":{ "shape":"UserBucket", "documentation":"

The S3 bucket for the disk image.

" } }, "documentation":"

The disk container object for the import snapshot request.

" }, "SnapshotIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"SnapshotId" } }, "SnapshotList":{ "type":"list", "member":{ "shape":"Snapshot", "locationName":"item" } }, "SnapshotState":{ "type":"string", "enum":[ "pending", "completed", "error" ] }, "SnapshotTaskDetail":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

The description of the snapshot.

", "locationName":"description" }, "DiskImageSize":{ "shape":"Double", "documentation":"

The size of the disk in the snapshot, in GiB.

", "locationName":"diskImageSize" }, "Format":{ "shape":"String", "documentation":"

The format of the disk image from which the snapshot is created.

", "locationName":"format" }, "Progress":{ "shape":"String", "documentation":"

The percentage of completion for the import snapshot task.

", "locationName":"progress" }, "SnapshotId":{ "shape":"String", "documentation":"

The snapshot ID of the disk being imported.

", "locationName":"snapshotId" }, "Status":{ "shape":"String", "documentation":"

A brief status for the import snapshot task.

", "locationName":"status" }, "StatusMessage":{ "shape":"String", "documentation":"

A detailed status message for the import snapshot task.

", "locationName":"statusMessage" }, "Url":{ "shape":"String", "documentation":"

The URL of the disk image from which the snapshot is created.

", "locationName":"url" }, "UserBucket":{ "shape":"UserBucketDetails", "documentation":"

The S3 bucket for the disk image.

", "locationName":"userBucket" } }, "documentation":"

Details about the import snapshot task.

" }, "SpotAllocationStrategy":{ "type":"string", "enum":[ "lowest-price", "diversified" ] }, "SpotDatafeedSubscription":{ "type":"structure", "members":{ "Bucket":{ "shape":"String", "documentation":"

The Amazon S3 bucket where the Spot Instance data feed is located.

", "locationName":"bucket" }, "Fault":{ "shape":"SpotInstanceStateFault", "documentation":"

The fault codes for the Spot Instance request, if any.

", "locationName":"fault" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the account.

", "locationName":"ownerId" }, "Prefix":{ "shape":"String", "documentation":"

The prefix that is prepended to data feed files.

", "locationName":"prefix" }, "State":{ "shape":"DatafeedSubscriptionState", "documentation":"

The state of the Spot Instance data feed subscription.

", "locationName":"state" } }, "documentation":"

Describes the data feed for a Spot Instance.

" }, "SpotFleetLaunchSpecification":{ "type":"structure", "members":{ "SecurityGroups":{ "shape":"GroupIdentifierList", "documentation":"

One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups.

", "locationName":"groupSet" }, "AddressingType":{ "shape":"String", "documentation":"

Deprecated.

", "locationName":"addressingType" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingList", "documentation":"

One or more block device mapping entries. You can't specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.

", "locationName":"blockDeviceMapping" }, "EbsOptimized":{ "shape":"Boolean", "documentation":"

Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

", "locationName":"ebsOptimized" }, "IamInstanceProfile":{ "shape":"IamInstanceProfileSpecification", "documentation":"

The IAM instance profile.

", "locationName":"iamInstanceProfile" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

", "locationName":"imageId" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

", "locationName":"instanceType" }, "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel.

", "locationName":"kernelId" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

", "locationName":"keyName" }, "Monitoring":{ "shape":"SpotFleetMonitoring", "documentation":"

Enable or disable monitoring for the instances.

", "locationName":"monitoring" }, "NetworkInterfaces":{ "shape":"InstanceNetworkInterfaceSpecificationList", "documentation":"

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

", "locationName":"networkInterfaceSet" }, "Placement":{ "shape":"SpotPlacement", "documentation":"

The placement information.

", "locationName":"placement" }, "RamdiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk.

", "locationName":"ramdiskId" }, "SpotPrice":{ "shape":"String", "documentation":"

The maximum price per unit hour that you are willing to pay for a Spot Instance. If this value is not specified, the default is the Spot price specified for the fleet. To determine the Spot price per unit hour, divide the Spot price by the value of WeightedCapacity.

", "locationName":"spotPrice" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which to launch the instances. To specify multiple subnets, separate them using commas; for example, \"subnet-a61dafcf, subnet-65ea5f08\".

", "locationName":"subnetId" }, "UserData":{ "shape":"String", "documentation":"

The Base64-encoded user data to make available to the instances.

", "locationName":"userData" }, "WeightedCapacity":{ "shape":"Double", "documentation":"

The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms (instances or a performance characteristic such as vCPUs, memory, or I/O).

If the target capacity divided by this value is not a whole number, we round the number of instances to the next whole number. If this value is not specified, the default is 1.

", "locationName":"weightedCapacity" }, "TagSpecifications":{ "shape":"SpotFleetTagSpecificationList", "documentation":"

The tags to apply during creation.

", "locationName":"tagSpecificationSet" } }, "documentation":"

Describes the launch specification for one or more Spot Instances.

" }, "SpotFleetMonitoring":{ "type":"structure", "members":{ "Enabled":{ "shape":"Boolean", "documentation":"

Enables monitoring for the instance.

Default: false

", "locationName":"enabled" } }, "documentation":"

Describes whether monitoring is enabled.

" }, "SpotFleetRequestConfig":{ "type":"structure", "required":[ "CreateTime", "SpotFleetRequestConfig", "SpotFleetRequestId", "SpotFleetRequestState" ], "members":{ "ActivityStatus":{ "shape":"ActivityStatus", "documentation":"

The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

", "locationName":"activityStatus" }, "CreateTime":{ "shape":"DateTime", "documentation":"

The creation date and time of the request.

", "locationName":"createTime" }, "SpotFleetRequestConfig":{ "shape":"SpotFleetRequestConfigData", "documentation":"

The configuration of the Spot Fleet request.

", "locationName":"spotFleetRequestConfig" }, "SpotFleetRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Fleet request.

", "locationName":"spotFleetRequestId" }, "SpotFleetRequestState":{ "shape":"BatchState", "documentation":"

The state of the Spot Fleet request.

", "locationName":"spotFleetRequestState" } }, "documentation":"

Describes a Spot Fleet request.

" }, "SpotFleetRequestConfigData":{ "type":"structure", "required":[ "IamFleetRole", "TargetCapacity" ], "members":{ "AllocationStrategy":{ "shape":"AllocationStrategy", "documentation":"

Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request. The default is lowestPrice.

", "locationName":"allocationStrategy" }, "OnDemandAllocationStrategy":{ "shape":"OnDemandAllocationStrategy", "documentation":"

The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify lowestPrice, Spot Fleet uses price to determine the order, launching the lowest price first. If you specify prioritized, Spot Fleet uses the priority that you assign to each Spot Fleet launch template override, launching the highest priority first. If you do not specify a value, Spot Fleet defaults to lowestPrice.

", "locationName":"onDemandAllocationStrategy" }, "ClientToken":{ "shape":"String", "documentation":"

A unique, case-sensitive identifier that you provide to ensure the idempotency of your listings. This helps to avoid duplicate listings. For more information, see Ensuring Idempotency.

", "locationName":"clientToken" }, "ExcessCapacityTerminationPolicy":{ "shape":"ExcessCapacityTerminationPolicy", "documentation":"

Indicates whether running Spot Instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.

", "locationName":"excessCapacityTerminationPolicy" }, "FulfilledCapacity":{ "shape":"Double", "documentation":"

The number of units fulfilled by this request compared to the set target capacity.

", "locationName":"fulfilledCapacity" }, "OnDemandFulfilledCapacity":{ "shape":"Double", "documentation":"

The number of On-Demand units fulfilled by this request compared to the set target On-Demand capacity.

", "locationName":"onDemandFulfilledCapacity" }, "IamFleetRole":{ "shape":"String", "documentation":"

Grants the Spot Fleet permission to terminate Spot Instances on your behalf when you cancel its Spot Fleet request using CancelSpotFleetRequests or when the Spot Fleet request expires, if you set terminateInstancesWithExpiration.

", "locationName":"iamFleetRole" }, "LaunchSpecifications":{ "shape":"LaunchSpecsList", "documentation":"

The launch specifications for the Spot Fleet request.

", "locationName":"launchSpecifications" }, "LaunchTemplateConfigs":{ "shape":"LaunchTemplateConfigList", "documentation":"

The launch template and overrides.

", "locationName":"launchTemplateConfigs" }, "SpotPrice":{ "shape":"String", "documentation":"

The maximum price per unit hour that you are willing to pay for a Spot Instance. The default is the On-Demand price.

", "locationName":"spotPrice" }, "TargetCapacity":{ "shape":"Integer", "documentation":"

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

", "locationName":"targetCapacity" }, "OnDemandTargetCapacity":{ "shape":"Integer", "documentation":"

The number of On-Demand units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

", "locationName":"onDemandTargetCapacity" }, "TerminateInstancesWithExpiration":{ "shape":"Boolean", "documentation":"

Indicates whether running Spot Instances should be terminated when the Spot Fleet request expires.

", "locationName":"terminateInstancesWithExpiration" }, "Type":{ "shape":"FleetType", "documentation":"

The type of request. Indicates whether the Spot Fleet only requests the target capacity or also attempts to maintain it. When this value is request, the Spot Fleet only places the required requests. It does not attempt to replenish Spot Instances if capacity is diminished, nor does it submit requests in alternative Spot pools if capacity is not available. To maintain a certain target capacity, the Spot Fleet places the required requests to meet capacity and automatically replenishes any interrupted instances. Default: maintain.

", "locationName":"type" }, "ValidFrom":{ "shape":"DateTime", "documentation":"

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

", "locationName":"validFrom" }, "ValidUntil":{ "shape":"DateTime", "documentation":"

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot Instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date.

", "locationName":"validUntil" }, "ReplaceUnhealthyInstances":{ "shape":"Boolean", "documentation":"

Indicates whether Spot Fleet should replace unhealthy instances.

", "locationName":"replaceUnhealthyInstances" }, "InstanceInterruptionBehavior":{ "shape":"InstanceInterruptionBehavior", "documentation":"

The behavior when a Spot Instance is interrupted. The default is terminate.

", "locationName":"instanceInterruptionBehavior" }, "LoadBalancersConfig":{ "shape":"LoadBalancersConfig", "documentation":"

One or more Classic Load Balancers and target groups to attach to the Spot Fleet request. Spot Fleet registers the running Spot Instances with the specified Classic Load Balancers and target groups.

With Network Load Balancers, Spot Fleet cannot register instances that have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, and T1.

", "locationName":"loadBalancersConfig" }, "InstancePoolsToUseCount":{ "shape":"Integer", "documentation":"

The number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot AllocationStrategy is set to lowest-price. Spot Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

", "locationName":"instancePoolsToUseCount" } }, "documentation":"

Describes the configuration of a Spot Fleet request.

" }, "SpotFleetRequestConfigSet":{ "type":"list", "member":{ "shape":"SpotFleetRequestConfig", "locationName":"item" } }, "SpotFleetTagSpecification":{ "type":"structure", "members":{ "ResourceType":{ "shape":"ResourceType", "documentation":"

The type of resource. Currently, the only resource type that is supported is instance.

", "locationName":"resourceType" }, "Tags":{ "shape":"TagList", "documentation":"

The tags.

", "locationName":"tag" } }, "documentation":"

The tags for a Spot Fleet resource.

" }, "SpotFleetTagSpecificationList":{ "type":"list", "member":{ "shape":"SpotFleetTagSpecification", "locationName":"item" } }, "SpotInstanceInterruptionBehavior":{ "type":"string", "enum":[ "hibernate", "stop", "terminate" ] }, "SpotInstanceRequest":{ "type":"structure", "members":{ "ActualBlockHourlyPrice":{ "shape":"String", "documentation":"

If you specified a duration and your Spot Instance request was fulfilled, this is the fixed hourly price in effect for the Spot Instance while it runs.

", "locationName":"actualBlockHourlyPrice" }, "AvailabilityZoneGroup":{ "shape":"String", "documentation":"

The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.

", "locationName":"availabilityZoneGroup" }, "BlockDurationMinutes":{ "shape":"Integer", "documentation":"

The duration for the Spot Instance, in minutes.

", "locationName":"blockDurationMinutes" }, "CreateTime":{ "shape":"DateTime", "documentation":"

The date and time when the Spot Instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "locationName":"createTime" }, "Fault":{ "shape":"SpotInstanceStateFault", "documentation":"

The fault codes for the Spot Instance request, if any.

", "locationName":"fault" }, "InstanceId":{ "shape":"String", "documentation":"

The instance ID, if an instance has been launched to fulfill the Spot Instance request.

", "locationName":"instanceId" }, "LaunchGroup":{ "shape":"String", "documentation":"

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

", "locationName":"launchGroup" }, "LaunchSpecification":{ "shape":"LaunchSpecification", "documentation":"

Additional information for launching instances.

", "locationName":"launchSpecification" }, "LaunchedAvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in which the request is launched.

", "locationName":"launchedAvailabilityZone" }, "ProductDescription":{ "shape":"RIProductDescription", "documentation":"

The product description associated with the Spot Instance.

", "locationName":"productDescription" }, "SpotInstanceRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Instance request.

", "locationName":"spotInstanceRequestId" }, "SpotPrice":{ "shape":"String", "documentation":"

The maximum price per hour that you are willing to pay for a Spot Instance.

", "locationName":"spotPrice" }, "State":{ "shape":"SpotInstanceState", "documentation":"

The state of the Spot Instance request. Spot status information helps track your Spot Instance requests. For more information, see Spot Status in the Amazon EC2 User Guide for Linux Instances.

", "locationName":"state" }, "Status":{ "shape":"SpotInstanceStatus", "documentation":"

The status code and status message describing the Spot Instance request.

", "locationName":"status" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the resource.

", "locationName":"tagSet" }, "Type":{ "shape":"SpotInstanceType", "documentation":"

The Spot Instance request type.

", "locationName":"type" }, "ValidFrom":{ "shape":"DateTime", "documentation":"

The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The request becomes active at this date and time.

", "locationName":"validFrom" }, "ValidUntil":{ "shape":"DateTime", "documentation":"

The end date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). If this is a one-time request, it remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached. The default end date is 7 days from the current date.

", "locationName":"validUntil" }, "InstanceInterruptionBehavior":{ "shape":"InstanceInterruptionBehavior", "documentation":"

The behavior when a Spot Instance is interrupted.

", "locationName":"instanceInterruptionBehavior" } }, "documentation":"

Describes a Spot Instance request.

" }, "SpotInstanceRequestIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"SpotInstanceRequestId" } }, "SpotInstanceRequestList":{ "type":"list", "member":{ "shape":"SpotInstanceRequest", "locationName":"item" } }, "SpotInstanceState":{ "type":"string", "enum":[ "open", "active", "closed", "cancelled", "failed" ] }, "SpotInstanceStateFault":{ "type":"structure", "members":{ "Code":{ "shape":"String", "documentation":"

The reason code for the Spot Instance state change.

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

The message for the Spot Instance state change.

", "locationName":"message" } }, "documentation":"

Describes a Spot Instance state change.

" }, "SpotInstanceStatus":{ "type":"structure", "members":{ "Code":{ "shape":"String", "documentation":"

The status code. For a list of status codes, see Spot Status Codes in the Amazon EC2 User Guide for Linux Instances.

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

The description for the status code.

", "locationName":"message" }, "UpdateTime":{ "shape":"DateTime", "documentation":"

The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "locationName":"updateTime" } }, "documentation":"

Describes the status of a Spot Instance request.

" }, "SpotInstanceType":{ "type":"string", "enum":[ "one-time", "persistent" ] }, "SpotMarketOptions":{ "type":"structure", "members":{ "MaxPrice":{ "shape":"String", "documentation":"

The maximum hourly price you're willing to pay for the Spot Instances. The default is the On-Demand price.

" }, "SpotInstanceType":{ "shape":"SpotInstanceType", "documentation":"

The Spot Instance request type. For RunInstances, persistent Spot Instance requests are only supported when InstanceInterruptionBehavior is set to either hibernate or stop.

" }, "BlockDurationMinutes":{ "shape":"Integer", "documentation":"

The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).

" }, "ValidUntil":{ "shape":"DateTime", "documentation":"

The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached. The default end date is 7 days from the current date.

" }, "InstanceInterruptionBehavior":{ "shape":"InstanceInterruptionBehavior", "documentation":"

The behavior when a Spot Instance is interrupted. The default is terminate.

" } }, "documentation":"

The options for Spot Instances.

" }, "SpotOptions":{ "type":"structure", "members":{ "AllocationStrategy":{ "shape":"SpotAllocationStrategy", "documentation":"

Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request. The default is lowest-price.

", "locationName":"allocationStrategy" }, "InstanceInterruptionBehavior":{ "shape":"SpotInstanceInterruptionBehavior", "documentation":"

The behavior when a Spot Instance is interrupted. The default is terminate.

", "locationName":"instanceInterruptionBehavior" }, "InstancePoolsToUseCount":{ "shape":"Integer", "documentation":"

The number of Spot pools across which to allocate your target Spot capacity. Valid only when AllocationStrategy is set to lowestPrice. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

", "locationName":"instancePoolsToUseCount" } }, "documentation":"

Describes the configuration of Spot Instances in an EC2 Fleet.

" }, "SpotOptionsRequest":{ "type":"structure", "members":{ "AllocationStrategy":{ "shape":"SpotAllocationStrategy", "documentation":"

Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request. The default is lowestPrice.

" }, "InstanceInterruptionBehavior":{ "shape":"SpotInstanceInterruptionBehavior", "documentation":"

The behavior when a Spot Instance is interrupted. The default is terminate.

" }, "InstancePoolsToUseCount":{ "shape":"Integer", "documentation":"

The number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot AllocationStrategy is set to lowest-price. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

" } }, "documentation":"

Describes the configuration of Spot Instances in an EC2 Fleet request.

" }, "SpotPlacement":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone.

[Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, \"us-west-2a, us-west-2b\".

", "locationName":"availabilityZone" }, "GroupName":{ "shape":"String", "documentation":"

The name of the placement group.

", "locationName":"groupName" }, "Tenancy":{ "shape":"Tenancy", "documentation":"

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.

", "locationName":"tenancy" } }, "documentation":"

Describes Spot Instance placement.

" }, "SpotPrice":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone.

", "locationName":"availabilityZone" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

", "locationName":"instanceType" }, "ProductDescription":{ "shape":"RIProductDescription", "documentation":"

A general description of the AMI.

", "locationName":"productDescription" }, "SpotPrice":{ "shape":"String", "documentation":"

The maximum price per hour that you are willing to pay for a Spot Instance.

", "locationName":"spotPrice" }, "Timestamp":{ "shape":"DateTime", "documentation":"

The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "locationName":"timestamp" } }, "documentation":"

Describes the maximum price per hour that you are willing to pay for a Spot Instance.

" }, "SpotPriceHistoryList":{ "type":"list", "member":{ "shape":"SpotPrice", "locationName":"item" } }, "StaleIpPermission":{ "type":"structure", "members":{ "FromPort":{ "shape":"Integer", "documentation":"

The start of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

", "locationName":"fromPort" }, "IpProtocol":{ "shape":"String", "documentation":"

The IP protocol name (for tcp, udp, and icmp) or number (see Protocol Numbers).

", "locationName":"ipProtocol" }, "IpRanges":{ "shape":"IpRanges", "documentation":"

One or more IP ranges. Not applicable for stale security group rules.

", "locationName":"ipRanges" }, "PrefixListIds":{ "shape":"PrefixListIdSet", "documentation":"

One or more prefix list IDs for an AWS service. Not applicable for stale security group rules.

", "locationName":"prefixListIds" }, "ToPort":{ "shape":"Integer", "documentation":"

The end of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

", "locationName":"toPort" }, "UserIdGroupPairs":{ "shape":"UserIdGroupPairSet", "documentation":"

One or more security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.

", "locationName":"groups" } }, "documentation":"

Describes a stale rule in a security group.

" }, "StaleIpPermissionSet":{ "type":"list", "member":{ "shape":"StaleIpPermission", "locationName":"item" } }, "StaleSecurityGroup":{ "type":"structure", "required":["GroupId"], "members":{ "Description":{ "shape":"String", "documentation":"

The description of the security group.

", "locationName":"description" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" }, "GroupName":{ "shape":"String", "documentation":"

The name of the security group.

", "locationName":"groupName" }, "StaleIpPermissions":{ "shape":"StaleIpPermissionSet", "documentation":"

Information about the stale inbound rules in the security group.

", "locationName":"staleIpPermissions" }, "StaleIpPermissionsEgress":{ "shape":"StaleIpPermissionSet", "documentation":"

Information about the stale outbound rules in the security group.

", "locationName":"staleIpPermissionsEgress" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC for the security group.

", "locationName":"vpcId" } }, "documentation":"

Describes a stale security group (a security group that contains stale rules).

" }, "StaleSecurityGroupSet":{ "type":"list", "member":{ "shape":"StaleSecurityGroup", "locationName":"item" } }, "StartInstancesRequest":{ "type":"structure", "required":["InstanceIds"], "members":{ "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

", "locationName":"InstanceId" }, "AdditionalInfo":{ "shape":"String", "documentation":"

Reserved.

", "locationName":"additionalInfo" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for StartInstances.

" }, "StartInstancesResult":{ "type":"structure", "members":{ "StartingInstances":{ "shape":"InstanceStateChangeList", "documentation":"

Information about one or more started instances.

", "locationName":"instancesSet" } }, "documentation":"

Contains the output of StartInstances.

" }, "State":{ "type":"string", "enum":[ "PendingAcceptance", "Pending", "Available", "Deleting", "Deleted", "Rejected", "Failed", "Expired" ] }, "StateReason":{ "type":"structure", "members":{ "Code":{ "shape":"String", "documentation":"

The reason code for the state change.

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

The message for the state change.

", "locationName":"message" } }, "documentation":"

Describes a state change.

" }, "Status":{ "type":"string", "enum":[ "MoveInProgress", "InVpc", "InClassic" ] }, "StatusName":{ "type":"string", "enum":["reachability"] }, "StatusType":{ "type":"string", "enum":[ "passed", "failed", "insufficient-data", "initializing" ] }, "StopInstancesRequest":{ "type":"structure", "required":["InstanceIds"], "members":{ "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

", "locationName":"InstanceId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" }, "Force":{ "shape":"Boolean", "documentation":"

Forces the instances to stop. The instances do not have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. This option is not recommended for Windows instances.

Default: false

", "locationName":"force" } }, "documentation":"

Contains the parameters for StopInstances.

" }, "StopInstancesResult":{ "type":"structure", "members":{ "StoppingInstances":{ "shape":"InstanceStateChangeList", "documentation":"

Information about one or more stopped instances.

", "locationName":"instancesSet" } }, "documentation":"

Contains the output of StopInstances.

" }, "Storage":{ "type":"structure", "members":{ "S3":{ "shape":"S3Storage", "documentation":"

An Amazon S3 storage location.

" } }, "documentation":"

Describes the storage location for an instance store-backed AMI.

" }, "StorageLocation":{ "type":"structure", "members":{ "Bucket":{ "shape":"String", "documentation":"

The name of the S3 bucket.

" }, "Key":{ "shape":"String", "documentation":"

The key.

" } }, "documentation":"

Describes a storage location in Amazon S3.

" }, "String":{"type":"string"}, "Subnet":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone of the subnet.

", "locationName":"availabilityZone" }, "AvailableIpAddressCount":{ "shape":"Integer", "documentation":"

The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any stopped instances are considered unavailable.

", "locationName":"availableIpAddressCount" }, "CidrBlock":{ "shape":"String", "documentation":"

The IPv4 CIDR block assigned to the subnet.

", "locationName":"cidrBlock" }, "DefaultForAz":{ "shape":"Boolean", "documentation":"

Indicates whether this is the default subnet for the Availability Zone.

", "locationName":"defaultForAz" }, "MapPublicIpOnLaunch":{ "shape":"Boolean", "documentation":"

Indicates whether instances launched in this subnet receive a public IPv4 address.

", "locationName":"mapPublicIpOnLaunch" }, "State":{ "shape":"SubnetState", "documentation":"

The current state of the subnet.

", "locationName":"state" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC the subnet is in.

", "locationName":"vpcId" }, "AssignIpv6AddressOnCreation":{ "shape":"Boolean", "documentation":"

Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives an IPv6 address.

", "locationName":"assignIpv6AddressOnCreation" }, "Ipv6CidrBlockAssociationSet":{ "shape":"SubnetIpv6CidrBlockAssociationSet", "documentation":"

Information about the IPv6 CIDR blocks associated with the subnet.

", "locationName":"ipv6CidrBlockAssociationSet" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the subnet.

", "locationName":"tagSet" } }, "documentation":"

Describes a subnet.

" }, "SubnetCidrBlockState":{ "type":"structure", "members":{ "State":{ "shape":"SubnetCidrBlockStateCode", "documentation":"

The state of a CIDR block.

", "locationName":"state" }, "StatusMessage":{ "shape":"String", "documentation":"

A message about the status of the CIDR block, if applicable.

", "locationName":"statusMessage" } }, "documentation":"

Describes the state of a CIDR block.

" }, "SubnetCidrBlockStateCode":{ "type":"string", "enum":[ "associating", "associated", "disassociating", "disassociated", "failing", "failed" ] }, "SubnetIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"SubnetId" } }, "SubnetIpv6CidrBlockAssociation":{ "type":"structure", "members":{ "AssociationId":{ "shape":"String", "documentation":"

The association ID for the CIDR block.

", "locationName":"associationId" }, "Ipv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 CIDR block.

", "locationName":"ipv6CidrBlock" }, "Ipv6CidrBlockState":{ "shape":"SubnetCidrBlockState", "documentation":"

Information about the state of the CIDR block.

", "locationName":"ipv6CidrBlockState" } }, "documentation":"

Describes an IPv6 CIDR block associated with a subnet.

" }, "SubnetIpv6CidrBlockAssociationSet":{ "type":"list", "member":{ "shape":"SubnetIpv6CidrBlockAssociation", "locationName":"item" } }, "SubnetList":{ "type":"list", "member":{ "shape":"Subnet", "locationName":"item" } }, "SubnetState":{ "type":"string", "enum":[ "pending", "available" ] }, "SuccessfulInstanceCreditSpecificationItem":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" } }, "documentation":"

Describes the T2 instance whose credit option for CPU usage was successfully modified.

" }, "SuccessfulInstanceCreditSpecificationSet":{ "type":"list", "member":{ "shape":"SuccessfulInstanceCreditSpecificationItem", "locationName":"item" } }, "SummaryStatus":{ "type":"string", "enum":[ "ok", "impaired", "insufficient-data", "not-applicable", "initializing" ] }, "Tag":{ "type":"structure", "members":{ "Key":{ "shape":"String", "documentation":"

The key of the tag.

Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:

", "locationName":"key" }, "Value":{ "shape":"String", "documentation":"

The value of the tag.

Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.

", "locationName":"value" } }, "documentation":"

Describes a tag.

" }, "TagDescription":{ "type":"structure", "members":{ "Key":{ "shape":"String", "documentation":"

The tag key.

", "locationName":"key" }, "ResourceId":{ "shape":"String", "documentation":"

The ID of the resource. For example, ami-1a2b3c4d.

", "locationName":"resourceId" }, "ResourceType":{ "shape":"ResourceType", "documentation":"

The resource type.

", "locationName":"resourceType" }, "Value":{ "shape":"String", "documentation":"

The tag value.

", "locationName":"value" } }, "documentation":"

Describes a tag.

" }, "TagDescriptionList":{ "type":"list", "member":{ "shape":"TagDescription", "locationName":"item" } }, "TagList":{ "type":"list", "member":{ "shape":"Tag", "locationName":"item" } }, "TagSpecification":{ "type":"structure", "members":{ "ResourceType":{ "shape":"ResourceType", "documentation":"

The type of resource to tag. Currently, the resource types that support tagging on creation are fleet, instance, snapshot, and volume. To tag a resource after it has been created, see CreateTags.

", "locationName":"resourceType" }, "Tags":{ "shape":"TagList", "documentation":"

The tags to apply to the resource.

", "locationName":"Tag" } }, "documentation":"

The tags to apply to a resource when the resource is being created.

" }, "TagSpecificationList":{ "type":"list", "member":{ "shape":"TagSpecification", "locationName":"item" } }, "TargetCapacitySpecification":{ "type":"structure", "members":{ "TotalTargetCapacity":{ "shape":"Integer", "documentation":"

The number of units to request, filled using DefaultTargetCapacityType.

", "locationName":"totalTargetCapacity" }, "OnDemandTargetCapacity":{ "shape":"Integer", "documentation":"

The number of On-Demand units to request.

", "locationName":"onDemandTargetCapacity" }, "SpotTargetCapacity":{ "shape":"Integer", "documentation":"

The maximum number of Spot units to launch.

", "locationName":"spotTargetCapacity" }, "DefaultTargetCapacityType":{ "shape":"DefaultTargetCapacityType", "documentation":"

The default TotalTargetCapacity, which is either Spot or On-Demand.

", "locationName":"defaultTargetCapacityType" } }, "documentation":"

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

" }, "TargetCapacitySpecificationRequest":{ "type":"structure", "required":["TotalTargetCapacity"], "members":{ "TotalTargetCapacity":{ "shape":"Integer", "documentation":"

The number of units to request, filled using DefaultTargetCapacityType.

" }, "OnDemandTargetCapacity":{ "shape":"Integer", "documentation":"

The number of On-Demand units to request.

" }, "SpotTargetCapacity":{ "shape":"Integer", "documentation":"

The number of Spot units to request.

" }, "DefaultTargetCapacityType":{ "shape":"DefaultTargetCapacityType", "documentation":"

The default TotalTargetCapacity, which is either Spot or On-Demand.

" } }, "documentation":"

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

" }, "TargetConfiguration":{ "type":"structure", "members":{ "InstanceCount":{ "shape":"Integer", "documentation":"

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

", "locationName":"instanceCount" }, "OfferingId":{ "shape":"String", "documentation":"

The ID of the Convertible Reserved Instance offering.

", "locationName":"offeringId" } }, "documentation":"

Information about the Convertible Reserved Instance offering.

" }, "TargetConfigurationRequest":{ "type":"structure", "required":["OfferingId"], "members":{ "InstanceCount":{ "shape":"Integer", "documentation":"

The number of instances the Covertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

" }, "OfferingId":{ "shape":"String", "documentation":"

The Convertible Reserved Instance offering ID.

" } }, "documentation":"

Details about the target configuration.

" }, "TargetConfigurationRequestSet":{ "type":"list", "member":{ "shape":"TargetConfigurationRequest", "locationName":"TargetConfigurationRequest" } }, "TargetGroup":{ "type":"structure", "required":["Arn"], "members":{ "Arn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the target group.

", "locationName":"arn" } }, "documentation":"

Describes a load balancer target group.

" }, "TargetGroups":{ "type":"list", "member":{ "shape":"TargetGroup", "locationName":"item" }, "max":5, "min":1 }, "TargetGroupsConfig":{ "type":"structure", "required":["TargetGroups"], "members":{ "TargetGroups":{ "shape":"TargetGroups", "documentation":"

One or more target groups.

", "locationName":"targetGroups" } }, "documentation":"

Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.

" }, "TargetReservationValue":{ "type":"structure", "members":{ "ReservationValue":{ "shape":"ReservationValue", "documentation":"

The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.

", "locationName":"reservationValue" }, "TargetConfiguration":{ "shape":"TargetConfiguration", "documentation":"

The configuration of the Convertible Reserved Instances that make up the exchange.

", "locationName":"targetConfiguration" } }, "documentation":"

The total value of the new Convertible Reserved Instances.

" }, "TargetReservationValueSet":{ "type":"list", "member":{ "shape":"TargetReservationValue", "locationName":"item" } }, "TelemetryStatus":{ "type":"string", "enum":[ "UP", "DOWN" ] }, "Tenancy":{ "type":"string", "enum":[ "default", "dedicated", "host" ] }, "TerminateInstancesRequest":{ "type":"structure", "required":["InstanceIds"], "members":{ "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

Constraints: Up to 1000 instance IDs. We recommend breaking up this request into smaller batches.

", "locationName":"InstanceId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for TerminateInstances.

" }, "TerminateInstancesResult":{ "type":"structure", "members":{ "TerminatingInstances":{ "shape":"InstanceStateChangeList", "documentation":"

Information about one or more terminated instances.

", "locationName":"instancesSet" } }, "documentation":"

Contains the output of TerminateInstances.

" }, "TrafficType":{ "type":"string", "enum":[ "ACCEPT", "REJECT", "ALL" ] }, "TunnelOptionsList":{ "type":"list", "member":{ "shape":"VpnTunnelOptionsSpecification", "locationName":"item" } }, "UnassignIpv6AddressesRequest":{ "type":"structure", "required":[ "Ipv6Addresses", "NetworkInterfaceId" ], "members":{ "Ipv6Addresses":{ "shape":"Ipv6AddressList", "documentation":"

The IPv6 addresses to unassign from the network interface.

", "locationName":"ipv6Addresses" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } } }, "UnassignIpv6AddressesResult":{ "type":"structure", "members":{ "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "UnassignedIpv6Addresses":{ "shape":"Ipv6AddressList", "documentation":"

The IPv6 addresses that have been unassigned from the network interface.

", "locationName":"unassignedIpv6Addresses" } } }, "UnassignPrivateIpAddressesRequest":{ "type":"structure", "required":[ "NetworkInterfaceId", "PrivateIpAddresses" ], "members":{ "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "PrivateIpAddresses":{ "shape":"PrivateIpAddressStringList", "documentation":"

The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.

", "locationName":"privateIpAddress" } }, "documentation":"

Contains the parameters for UnassignPrivateIpAddresses.

" }, "UnmonitorInstancesRequest":{ "type":"structure", "required":["InstanceIds"], "members":{ "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

", "locationName":"InstanceId" }, "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "locationName":"dryRun" } }, "documentation":"

Contains the parameters for UnmonitorInstances.

" }, "UnmonitorInstancesResult":{ "type":"structure", "members":{ "InstanceMonitorings":{ "shape":"InstanceMonitoringList", "documentation":"

The monitoring information.

", "locationName":"instancesSet" } }, "documentation":"

Contains the output of UnmonitorInstances.

" }, "UnsuccessfulInstanceCreditSpecificationErrorCode":{ "type":"string", "enum":[ "InvalidInstanceID.Malformed", "InvalidInstanceID.NotFound", "IncorrectInstanceState", "InstanceCreditSpecification.NotSupported" ] }, "UnsuccessfulInstanceCreditSpecificationItem":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Error":{ "shape":"UnsuccessfulInstanceCreditSpecificationItemError", "documentation":"

The applicable error for the T2 instance whose credit option for CPU usage was not modified.

", "locationName":"error" } }, "documentation":"

Describes the T2 instance whose credit option for CPU usage was not modified.

" }, "UnsuccessfulInstanceCreditSpecificationItemError":{ "type":"structure", "members":{ "Code":{ "shape":"UnsuccessfulInstanceCreditSpecificationErrorCode", "documentation":"

The error code.

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

The applicable error message.

", "locationName":"message" } }, "documentation":"

Information about the error for the T2 instance whose credit option for CPU usage was not modified.

" }, "UnsuccessfulInstanceCreditSpecificationSet":{ "type":"list", "member":{ "shape":"UnsuccessfulInstanceCreditSpecificationItem", "locationName":"item" } }, "UnsuccessfulItem":{ "type":"structure", "required":["Error"], "members":{ "Error":{ "shape":"UnsuccessfulItemError", "documentation":"

Information about the error.

", "locationName":"error" }, "ResourceId":{ "shape":"String", "documentation":"

The ID of the resource.

", "locationName":"resourceId" } }, "documentation":"

Information about items that were not successfully processed in a batch call.

" }, "UnsuccessfulItemError":{ "type":"structure", "required":[ "Code", "Message" ], "members":{ "Code":{ "shape":"String", "documentation":"

The error code.

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

The error message accompanying the error code.

", "locationName":"message" } }, "documentation":"

Information about the error that occurred. For more information about errors, see Error Codes.

" }, "UnsuccessfulItemList":{ "type":"list", "member":{ "shape":"UnsuccessfulItem", "locationName":"item" } }, "UnsuccessfulItemSet":{ "type":"list", "member":{ "shape":"UnsuccessfulItem", "locationName":"item" } }, "UpdateSecurityGroupRuleDescriptionsEgressRequest":{ "type":"structure", "required":["IpPermissions"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

" }, "GroupName":{ "shape":"String", "documentation":"

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.

" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

The IP permissions for the security group rule.

" } }, "documentation":"

Contains the parameters for UpdateSecurityGroupRuleDescriptionsEgress.

" }, "UpdateSecurityGroupRuleDescriptionsEgressResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of UpdateSecurityGroupRuleDescriptionsEgress.

" }, "UpdateSecurityGroupRuleDescriptionsIngressRequest":{ "type":"structure", "required":["IpPermissions"], "members":{ "DryRun":{ "shape":"Boolean", "documentation":"

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

" }, "GroupName":{ "shape":"String", "documentation":"

[EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.

" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

The IP permissions for the security group rule.

" } }, "documentation":"

Contains the parameters for UpdateSecurityGroupRuleDescriptionsIngress.

" }, "UpdateSecurityGroupRuleDescriptionsIngressResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, returns an error.

", "locationName":"return" } }, "documentation":"

Contains the output of UpdateSecurityGroupRuleDescriptionsIngress.

" }, "UserBucket":{ "type":"structure", "members":{ "S3Bucket":{ "shape":"String", "documentation":"

The name of the S3 bucket where the disk image is located.

" }, "S3Key":{ "shape":"String", "documentation":"

The file name of the disk image.

" } }, "documentation":"

Describes the S3 bucket for the disk image.

" }, "UserBucketDetails":{ "type":"structure", "members":{ "S3Bucket":{ "shape":"String", "documentation":"

The S3 bucket from which the disk image was created.

", "locationName":"s3Bucket" }, "S3Key":{ "shape":"String", "documentation":"

The file name of the disk image.

", "locationName":"s3Key" } }, "documentation":"

Describes the S3 bucket for the disk image.

" }, "UserData":{ "type":"structure", "members":{ "Data":{ "shape":"String", "documentation":"

The user data. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

", "locationName":"data" } }, "documentation":"

Describes the user data for an instance.

" }, "UserGroupStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"UserGroup" } }, "UserIdGroupPair":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

A description for the security group rule that references this user ID group pair.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

", "locationName":"description" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" }, "GroupName":{ "shape":"String", "documentation":"

The name of the security group. In a request, use this parameter for a security group in EC2-Classic or a default VPC only. For a security group in a nondefault VPC, use the security group ID.

For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.

", "locationName":"groupName" }, "PeeringStatus":{ "shape":"String", "documentation":"

The status of a VPC peering connection, if applicable.

", "locationName":"peeringStatus" }, "UserId":{ "shape":"String", "documentation":"

The ID of an AWS account.

For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.

[EC2-Classic] Required when adding or removing rules that reference a security group in another AWS account.

", "locationName":"userId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC for the referenced security group, if applicable.

", "locationName":"vpcId" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection, if applicable.

", "locationName":"vpcPeeringConnectionId" } }, "documentation":"

Describes a security group and AWS account ID pair.

" }, "UserIdGroupPairList":{ "type":"list", "member":{ "shape":"UserIdGroupPair", "locationName":"item" } }, "UserIdGroupPairSet":{ "type":"list", "member":{ "shape":"UserIdGroupPair", "locationName":"item" } }, "UserIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"UserId" } }, "ValueStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "VersionDescription":{ "type":"string", "max":255 }, "VersionStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "VgwTelemetry":{ "type":"structure", "members":{ "AcceptedRouteCount":{ "shape":"Integer", "documentation":"

The number of accepted routes.

", "locationName":"acceptedRouteCount" }, "LastStatusChange":{ "shape":"DateTime", "documentation":"

The date and time of the last change in status.

", "locationName":"lastStatusChange" }, "OutsideIpAddress":{ "shape":"String", "documentation":"

The Internet-routable IP address of the virtual private gateway's outside interface.

", "locationName":"outsideIpAddress" }, "Status":{ "shape":"TelemetryStatus", "documentation":"

The status of the VPN tunnel.

", "locationName":"status" }, "StatusMessage":{ "shape":"String", "documentation":"

If an error occurs, a description of the error.

", "locationName":"statusMessage" } }, "documentation":"

Describes telemetry for a VPN tunnel.

" }, "VgwTelemetryList":{ "type":"list", "member":{ "shape":"VgwTelemetry", "locationName":"item" } }, "VirtualizationType":{ "type":"string", "enum":[ "hvm", "paravirtual" ] }, "Volume":{ "type":"structure", "members":{ "Attachments":{ "shape":"VolumeAttachmentList", "documentation":"

Information about the volume attachments.

", "locationName":"attachmentSet" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone for the volume.

", "locationName":"availabilityZone" }, "CreateTime":{ "shape":"DateTime", "documentation":"

The time stamp when volume creation was initiated.

", "locationName":"createTime" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Indicates whether the volume will be encrypted.

", "locationName":"encrypted" }, "KmsKeyId":{ "shape":"String", "documentation":"

The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.

", "locationName":"kmsKeyId" }, "Size":{ "shape":"Integer", "documentation":"

The size of the volume, in GiBs.

", "locationName":"size" }, "SnapshotId":{ "shape":"String", "documentation":"

The snapshot from which the volume was created, if applicable.

", "locationName":"snapshotId" }, "State":{ "shape":"VolumeState", "documentation":"

The volume state.

", "locationName":"status" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

", "locationName":"volumeId" }, "Iops":{ "shape":"Integer", "documentation":"

The number of I/O operations per second (IOPS) that the volume supports. For Provisioned IOPS SSD volumes, this represents the number of IOPS that are provisioned for the volume. For General Purpose SSD volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information about General Purpose SSD baseline performance, I/O credits, and bursting, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

Constraint: Range is 100-32000 IOPS for io1 volumes and 100-10000 IOPS for gp2 volumes.

Condition: This parameter is required for requests to create io1 volumes; it is not used in requests to create gp2, st1, sc1, or standard volumes.

", "locationName":"iops" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the volume.

", "locationName":"tagSet" }, "VolumeType":{ "shape":"VolumeType", "documentation":"

The volume type. This can be gp2 for General Purpose SSD, io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for Magnetic volumes.

", "locationName":"volumeType" } }, "documentation":"

Describes a volume.

" }, "VolumeAttachment":{ "type":"structure", "members":{ "AttachTime":{ "shape":"DateTime", "documentation":"

The time stamp when the attachment initiated.

", "locationName":"attachTime" }, "Device":{ "shape":"String", "documentation":"

The device name.

", "locationName":"device" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "State":{ "shape":"VolumeAttachmentState", "documentation":"

The attachment state of the volume.

", "locationName":"status" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

", "locationName":"volumeId" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the EBS volume is deleted on instance termination.

", "locationName":"deleteOnTermination" } }, "documentation":"

Describes volume attachment details.

" }, "VolumeAttachmentList":{ "type":"list", "member":{ "shape":"VolumeAttachment", "locationName":"item" } }, "VolumeAttachmentState":{ "type":"string", "enum":[ "attaching", "attached", "detaching", "detached", "busy" ] }, "VolumeAttributeName":{ "type":"string", "enum":[ "autoEnableIO", "productCodes" ] }, "VolumeDetail":{ "type":"structure", "required":["Size"], "members":{ "Size":{ "shape":"Long", "documentation":"

The size of the volume, in GiB.

", "locationName":"size" } }, "documentation":"

Describes an EBS volume.

" }, "VolumeIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"VolumeId" } }, "VolumeList":{ "type":"list", "member":{ "shape":"Volume", "locationName":"item" } }, "VolumeModification":{ "type":"structure", "members":{ "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

", "locationName":"volumeId" }, "ModificationState":{ "shape":"VolumeModificationState", "documentation":"

The current modification state. The modification state is null for unmodified volumes.

", "locationName":"modificationState" }, "StatusMessage":{ "shape":"String", "documentation":"

A status message about the modification progress or failure.

", "locationName":"statusMessage" }, "TargetSize":{ "shape":"Integer", "documentation":"

The target size of the volume, in GiB.

", "locationName":"targetSize" }, "TargetIops":{ "shape":"Integer", "documentation":"

The target IOPS rate of the volume.

", "locationName":"targetIops" }, "TargetVolumeType":{ "shape":"VolumeType", "documentation":"

The target EBS volume type of the volume.

", "locationName":"targetVolumeType" }, "OriginalSize":{ "shape":"Integer", "documentation":"

The original size of the volume.

", "locationName":"originalSize" }, "OriginalIops":{ "shape":"Integer", "documentation":"

The original IOPS rate of the volume.

", "locationName":"originalIops" }, "OriginalVolumeType":{ "shape":"VolumeType", "documentation":"

The original EBS volume type of the volume.

", "locationName":"originalVolumeType" }, "Progress":{ "shape":"Long", "documentation":"

The modification progress, from 0 to 100 percent complete.

", "locationName":"progress" }, "StartTime":{ "shape":"DateTime", "documentation":"

The modification start time.

", "locationName":"startTime" }, "EndTime":{ "shape":"DateTime", "documentation":"

The modification completion or failure time.

", "locationName":"endTime" } }, "documentation":"

Describes the modification status of an EBS volume.

If the volume has never been modified, some element values will be null.

" }, "VolumeModificationList":{ "type":"list", "member":{ "shape":"VolumeModification", "locationName":"item" } }, "VolumeModificationState":{ "type":"string", "enum":[ "modifying", "optimizing", "completed", "failed" ] }, "VolumeState":{ "type":"string", "enum":[ "creating", "available", "in-use", "deleting", "deleted", "error" ] }, "VolumeStatusAction":{ "type":"structure", "members":{ "Code":{ "shape":"String", "documentation":"

The code identifying the operation, for example, enable-volume-io.

", "locationName":"code" }, "Description":{ "shape":"String", "documentation":"

A description of the operation.

", "locationName":"description" }, "EventId":{ "shape":"String", "documentation":"

The ID of the event associated with this operation.

", "locationName":"eventId" }, "EventType":{ "shape":"String", "documentation":"

The event type associated with this operation.

", "locationName":"eventType" } }, "documentation":"

Describes a volume status operation code.

" }, "VolumeStatusActionsList":{ "type":"list", "member":{ "shape":"VolumeStatusAction", "locationName":"item" } }, "VolumeStatusDetails":{ "type":"structure", "members":{ "Name":{ "shape":"VolumeStatusName", "documentation":"

The name of the volume status.

", "locationName":"name" }, "Status":{ "shape":"String", "documentation":"

The intended status of the volume status.

", "locationName":"status" } }, "documentation":"

Describes a volume status.

" }, "VolumeStatusDetailsList":{ "type":"list", "member":{ "shape":"VolumeStatusDetails", "locationName":"item" } }, "VolumeStatusEvent":{ "type":"structure", "members":{ "Description":{ "shape":"String", "documentation":"

A description of the event.

", "locationName":"description" }, "EventId":{ "shape":"String", "documentation":"

The ID of this event.

", "locationName":"eventId" }, "EventType":{ "shape":"String", "documentation":"

The type of this event.

", "locationName":"eventType" }, "NotAfter":{ "shape":"DateTime", "documentation":"

The latest end time of the event.

", "locationName":"notAfter" }, "NotBefore":{ "shape":"DateTime", "documentation":"

The earliest start time of the event.

", "locationName":"notBefore" } }, "documentation":"

Describes a volume status event.

" }, "VolumeStatusEventsList":{ "type":"list", "member":{ "shape":"VolumeStatusEvent", "locationName":"item" } }, "VolumeStatusInfo":{ "type":"structure", "members":{ "Details":{ "shape":"VolumeStatusDetailsList", "documentation":"

The details of the volume status.

", "locationName":"details" }, "Status":{ "shape":"VolumeStatusInfoStatus", "documentation":"

The status of the volume.

", "locationName":"status" } }, "documentation":"

Describes the status of a volume.

" }, "VolumeStatusInfoStatus":{ "type":"string", "enum":[ "ok", "impaired", "insufficient-data" ] }, "VolumeStatusItem":{ "type":"structure", "members":{ "Actions":{ "shape":"VolumeStatusActionsList", "documentation":"

The details of the operation.

", "locationName":"actionsSet" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone of the volume.

", "locationName":"availabilityZone" }, "Events":{ "shape":"VolumeStatusEventsList", "documentation":"

A list of events associated with the volume.

", "locationName":"eventsSet" }, "VolumeId":{ "shape":"String", "documentation":"

The volume ID.

", "locationName":"volumeId" }, "VolumeStatus":{ "shape":"VolumeStatusInfo", "documentation":"

The volume status.

", "locationName":"volumeStatus" } }, "documentation":"

Describes the volume status.

" }, "VolumeStatusList":{ "type":"list", "member":{ "shape":"VolumeStatusItem", "locationName":"item" } }, "VolumeStatusName":{ "type":"string", "enum":[ "io-enabled", "io-performance" ] }, "VolumeType":{ "type":"string", "enum":[ "standard", "io1", "gp2", "sc1", "st1" ] }, "Vpc":{ "type":"structure", "members":{ "CidrBlock":{ "shape":"String", "documentation":"

The primary IPv4 CIDR block for the VPC.

", "locationName":"cidrBlock" }, "DhcpOptionsId":{ "shape":"String", "documentation":"

The ID of the set of DHCP options you've associated with the VPC (or default if the default options are associated with the VPC).

", "locationName":"dhcpOptionsId" }, "State":{ "shape":"VpcState", "documentation":"

The current state of the VPC.

", "locationName":"state" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "InstanceTenancy":{ "shape":"Tenancy", "documentation":"

The allowed tenancy of instances launched into the VPC.

", "locationName":"instanceTenancy" }, "Ipv6CidrBlockAssociationSet":{ "shape":"VpcIpv6CidrBlockAssociationSet", "documentation":"

Information about the IPv6 CIDR blocks associated with the VPC.

", "locationName":"ipv6CidrBlockAssociationSet" }, "CidrBlockAssociationSet":{ "shape":"VpcCidrBlockAssociationSet", "documentation":"

Information about the IPv4 CIDR blocks associated with the VPC.

", "locationName":"cidrBlockAssociationSet" }, "IsDefault":{ "shape":"Boolean", "documentation":"

Indicates whether the VPC is the default VPC.

", "locationName":"isDefault" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the VPC.

", "locationName":"tagSet" } }, "documentation":"

Describes a VPC.

" }, "VpcAttachment":{ "type":"structure", "members":{ "State":{ "shape":"AttachmentStatus", "documentation":"

The current state of the attachment.

", "locationName":"state" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Describes an attachment between a virtual private gateway and a VPC.

" }, "VpcAttachmentList":{ "type":"list", "member":{ "shape":"VpcAttachment", "locationName":"item" } }, "VpcAttributeName":{ "type":"string", "enum":[ "enableDnsSupport", "enableDnsHostnames" ] }, "VpcCidrBlockAssociation":{ "type":"structure", "members":{ "AssociationId":{ "shape":"String", "documentation":"

The association ID for the IPv4 CIDR block.

", "locationName":"associationId" }, "CidrBlock":{ "shape":"String", "documentation":"

The IPv4 CIDR block.

", "locationName":"cidrBlock" }, "CidrBlockState":{ "shape":"VpcCidrBlockState", "documentation":"

Information about the state of the CIDR block.

", "locationName":"cidrBlockState" } }, "documentation":"

Describes an IPv4 CIDR block associated with a VPC.

" }, "VpcCidrBlockAssociationSet":{ "type":"list", "member":{ "shape":"VpcCidrBlockAssociation", "locationName":"item" } }, "VpcCidrBlockState":{ "type":"structure", "members":{ "State":{ "shape":"VpcCidrBlockStateCode", "documentation":"

The state of the CIDR block.

", "locationName":"state" }, "StatusMessage":{ "shape":"String", "documentation":"

A message about the status of the CIDR block, if applicable.

", "locationName":"statusMessage" } }, "documentation":"

Describes the state of a CIDR block.

" }, "VpcCidrBlockStateCode":{ "type":"string", "enum":[ "associating", "associated", "disassociating", "disassociated", "failing", "failed" ] }, "VpcClassicLink":{ "type":"structure", "members":{ "ClassicLinkEnabled":{ "shape":"Boolean", "documentation":"

Indicates whether the VPC is enabled for ClassicLink.

", "locationName":"classicLinkEnabled" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the VPC.

", "locationName":"tagSet" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Describes whether a VPC is enabled for ClassicLink.

" }, "VpcClassicLinkIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"VpcId" } }, "VpcClassicLinkList":{ "type":"list", "member":{ "shape":"VpcClassicLink", "locationName":"item" } }, "VpcEndpoint":{ "type":"structure", "members":{ "VpcEndpointId":{ "shape":"String", "documentation":"

The ID of the VPC endpoint.

", "locationName":"vpcEndpointId" }, "VpcEndpointType":{ "shape":"VpcEndpointType", "documentation":"

The type of endpoint.

", "locationName":"vpcEndpointType" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC to which the endpoint is associated.

", "locationName":"vpcId" }, "ServiceName":{ "shape":"String", "documentation":"

The name of the service to which the endpoint is associated.

", "locationName":"serviceName" }, "State":{ "shape":"State", "documentation":"

The state of the VPC endpoint.

", "locationName":"state" }, "PolicyDocument":{ "shape":"String", "documentation":"

The policy document associated with the endpoint, if applicable.

", "locationName":"policyDocument" }, "RouteTableIds":{ "shape":"ValueStringList", "documentation":"

(Gateway endpoint) One or more route tables associated with the endpoint.

", "locationName":"routeTableIdSet" }, "SubnetIds":{ "shape":"ValueStringList", "documentation":"

(Interface endpoint) One or more subnets in which the endpoint is located.

", "locationName":"subnetIdSet" }, "Groups":{ "shape":"GroupIdentifierSet", "documentation":"

(Interface endpoint) Information about the security groups associated with the network interface.

", "locationName":"groupSet" }, "PrivateDnsEnabled":{ "shape":"Boolean", "documentation":"

(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.

", "locationName":"privateDnsEnabled" }, "NetworkInterfaceIds":{ "shape":"ValueStringList", "documentation":"

(Interface endpoint) One or more network interfaces for the endpoint.

", "locationName":"networkInterfaceIdSet" }, "DnsEntries":{ "shape":"DnsEntrySet", "documentation":"

(Interface endpoint) The DNS entries for the endpoint.

", "locationName":"dnsEntrySet" }, "CreationTimestamp":{ "shape":"DateTime", "documentation":"

The date and time the VPC endpoint was created.

", "locationName":"creationTimestamp" } }, "documentation":"

Describes a VPC endpoint.

" }, "VpcEndpointConnection":{ "type":"structure", "members":{ "ServiceId":{ "shape":"String", "documentation":"

The ID of the service to which the endpoint is connected.

", "locationName":"serviceId" }, "VpcEndpointId":{ "shape":"String", "documentation":"

The ID of the VPC endpoint.

", "locationName":"vpcEndpointId" }, "VpcEndpointOwner":{ "shape":"String", "documentation":"

The AWS account ID of the owner of the VPC endpoint.

", "locationName":"vpcEndpointOwner" }, "VpcEndpointState":{ "shape":"State", "documentation":"

The state of the VPC endpoint.

", "locationName":"vpcEndpointState" }, "CreationTimestamp":{ "shape":"DateTime", "documentation":"

The date and time the VPC endpoint was created.

", "locationName":"creationTimestamp" } }, "documentation":"

Describes a VPC endpoint connection to a service.

" }, "VpcEndpointConnectionSet":{ "type":"list", "member":{ "shape":"VpcEndpointConnection", "locationName":"item" } }, "VpcEndpointSet":{ "type":"list", "member":{ "shape":"VpcEndpoint", "locationName":"item" } }, "VpcEndpointType":{ "type":"string", "enum":[ "Interface", "Gateway" ] }, "VpcIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"VpcId" } }, "VpcIpv6CidrBlockAssociation":{ "type":"structure", "members":{ "AssociationId":{ "shape":"String", "documentation":"

The association ID for the IPv6 CIDR block.

", "locationName":"associationId" }, "Ipv6CidrBlock":{ "shape":"String", "documentation":"

The IPv6 CIDR block.

", "locationName":"ipv6CidrBlock" }, "Ipv6CidrBlockState":{ "shape":"VpcCidrBlockState", "documentation":"

Information about the state of the CIDR block.

", "locationName":"ipv6CidrBlockState" } }, "documentation":"

Describes an IPv6 CIDR block associated with a VPC.

" }, "VpcIpv6CidrBlockAssociationSet":{ "type":"list", "member":{ "shape":"VpcIpv6CidrBlockAssociation", "locationName":"item" } }, "VpcList":{ "type":"list", "member":{ "shape":"Vpc", "locationName":"item" } }, "VpcPeeringConnection":{ "type":"structure", "members":{ "AccepterVpcInfo":{ "shape":"VpcPeeringConnectionVpcInfo", "documentation":"

Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.

", "locationName":"accepterVpcInfo" }, "ExpirationTime":{ "shape":"DateTime", "documentation":"

The time that an unaccepted VPC peering connection will expire.

", "locationName":"expirationTime" }, "RequesterVpcInfo":{ "shape":"VpcPeeringConnectionVpcInfo", "documentation":"

Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.

", "locationName":"requesterVpcInfo" }, "Status":{ "shape":"VpcPeeringConnectionStateReason", "documentation":"

The status of the VPC peering connection.

", "locationName":"status" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the resource.

", "locationName":"tagSet" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } }, "documentation":"

Describes a VPC peering connection.

" }, "VpcPeeringConnectionList":{ "type":"list", "member":{ "shape":"VpcPeeringConnection", "locationName":"item" } }, "VpcPeeringConnectionOptionsDescription":{ "type":"structure", "members":{ "AllowDnsResolutionFromRemoteVpc":{ "shape":"Boolean", "documentation":"

Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

", "locationName":"allowDnsResolutionFromRemoteVpc" }, "AllowEgressFromLocalClassicLinkToRemoteVpc":{ "shape":"Boolean", "documentation":"

Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

", "locationName":"allowEgressFromLocalClassicLinkToRemoteVpc" }, "AllowEgressFromLocalVpcToRemoteClassicLink":{ "shape":"Boolean", "documentation":"

Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.

", "locationName":"allowEgressFromLocalVpcToRemoteClassicLink" } }, "documentation":"

Describes the VPC peering connection options.

" }, "VpcPeeringConnectionStateReason":{ "type":"structure", "members":{ "Code":{ "shape":"VpcPeeringConnectionStateReasonCode", "documentation":"

The status of the VPC peering connection.

", "locationName":"code" }, "Message":{ "shape":"String", "documentation":"

A message that provides more information about the status, if applicable.

", "locationName":"message" } }, "documentation":"

Describes the status of a VPC peering connection.

" }, "VpcPeeringConnectionStateReasonCode":{ "type":"string", "enum":[ "initiating-request", "pending-acceptance", "active", "deleted", "rejected", "failed", "expired", "provisioning", "deleting" ] }, "VpcPeeringConnectionVpcInfo":{ "type":"structure", "members":{ "CidrBlock":{ "shape":"String", "documentation":"

The IPv4 CIDR block for the VPC.

", "locationName":"cidrBlock" }, "Ipv6CidrBlockSet":{ "shape":"Ipv6CidrBlockSet", "documentation":"

The IPv6 CIDR block for the VPC.

", "locationName":"ipv6CidrBlockSet" }, "CidrBlockSet":{ "shape":"CidrBlockSet", "documentation":"

Information about the IPv4 CIDR blocks for the VPC.

", "locationName":"cidrBlockSet" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the VPC owner.

", "locationName":"ownerId" }, "PeeringOptions":{ "shape":"VpcPeeringConnectionOptionsDescription", "documentation":"

Information about the VPC peering connection options for the accepter or requester VPC.

", "locationName":"peeringOptions" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "Region":{ "shape":"String", "documentation":"

The region in which the VPC is located.

", "locationName":"region" } }, "documentation":"

Describes a VPC in a VPC peering connection.

" }, "VpcState":{ "type":"string", "enum":[ "pending", "available" ] }, "VpcTenancy":{ "type":"string", "enum":["default"] }, "VpnConnection":{ "type":"structure", "members":{ "CustomerGatewayConfiguration":{ "shape":"String", "documentation":"

The configuration information for the VPN connection's customer gateway (in the native XML format). This element is always present in the CreateVpnConnection response; however, it's present in the DescribeVpnConnections response only if the VPN connection is in the pending or available state.

", "locationName":"customerGatewayConfiguration" }, "CustomerGatewayId":{ "shape":"String", "documentation":"

The ID of the customer gateway at your end of the VPN connection.

", "locationName":"customerGatewayId" }, "Category":{ "shape":"String", "documentation":"

The category of the VPN connection. A value of VPN indicates an AWS VPN connection. A value of VPN-Classic indicates an AWS Classic VPN connection. For more information, see AWS Managed VPN Categories in the Amazon Virtual Private Cloud User Guide.

", "locationName":"category" }, "State":{ "shape":"VpnState", "documentation":"

The current state of the VPN connection.

", "locationName":"state" }, "Type":{ "shape":"GatewayType", "documentation":"

The type of VPN connection.

", "locationName":"type" }, "VpnConnectionId":{ "shape":"String", "documentation":"

The ID of the VPN connection.

", "locationName":"vpnConnectionId" }, "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway at the AWS side of the VPN connection.

", "locationName":"vpnGatewayId" }, "Options":{ "shape":"VpnConnectionOptions", "documentation":"

The VPN connection options.

", "locationName":"options" }, "Routes":{ "shape":"VpnStaticRouteList", "documentation":"

The static routes associated with the VPN connection.

", "locationName":"routes" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the VPN connection.

", "locationName":"tagSet" }, "VgwTelemetry":{ "shape":"VgwTelemetryList", "documentation":"

Information about the VPN tunnel.

", "locationName":"vgwTelemetry" } }, "documentation":"

Describes a VPN connection.

" }, "VpnConnectionIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"VpnConnectionId" } }, "VpnConnectionList":{ "type":"list", "member":{ "shape":"VpnConnection", "locationName":"item" } }, "VpnConnectionOptions":{ "type":"structure", "members":{ "StaticRoutesOnly":{ "shape":"Boolean", "documentation":"

Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.

", "locationName":"staticRoutesOnly" } }, "documentation":"

Describes VPN connection options.

" }, "VpnConnectionOptionsSpecification":{ "type":"structure", "members":{ "StaticRoutesOnly":{ "shape":"Boolean", "documentation":"

Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify true. Use CreateVpnConnectionRoute to create a static route.

Default: false

", "locationName":"staticRoutesOnly" }, "TunnelOptions":{ "shape":"TunnelOptionsList", "documentation":"

The tunnel options for the VPN connection.

" } }, "documentation":"

Describes VPN connection options.

" }, "VpnGateway":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.

", "locationName":"availabilityZone" }, "State":{ "shape":"VpnState", "documentation":"

The current state of the virtual private gateway.

", "locationName":"state" }, "Type":{ "shape":"GatewayType", "documentation":"

The type of VPN connection the virtual private gateway supports.

", "locationName":"type" }, "VpcAttachments":{ "shape":"VpcAttachmentList", "documentation":"

Any VPCs attached to the virtual private gateway.

", "locationName":"attachments" }, "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

", "locationName":"vpnGatewayId" }, "AmazonSideAsn":{ "shape":"Long", "documentation":"

The private Autonomous System Number (ASN) for the Amazon side of a BGP session.

", "locationName":"amazonSideAsn" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the virtual private gateway.

", "locationName":"tagSet" } }, "documentation":"

Describes a virtual private gateway.

" }, "VpnGatewayIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"VpnGatewayId" } }, "VpnGatewayList":{ "type":"list", "member":{ "shape":"VpnGateway", "locationName":"item" } }, "VpnState":{ "type":"string", "enum":[ "pending", "available", "deleting", "deleted" ] }, "VpnStaticRoute":{ "type":"structure", "members":{ "DestinationCidrBlock":{ "shape":"String", "documentation":"

The CIDR block associated with the local subnet of the customer data center.

", "locationName":"destinationCidrBlock" }, "Source":{ "shape":"VpnStaticRouteSource", "documentation":"

Indicates how the routes were provided.

", "locationName":"source" }, "State":{ "shape":"VpnState", "documentation":"

The current state of the static route.

", "locationName":"state" } }, "documentation":"

Describes a static route for a VPN connection.

" }, "VpnStaticRouteList":{ "type":"list", "member":{ "shape":"VpnStaticRoute", "locationName":"item" } }, "VpnStaticRouteSource":{ "type":"string", "enum":["Static"] }, "VpnTunnelOptionsSpecification":{ "type":"structure", "members":{ "TunnelInsideCidr":{ "shape":"String", "documentation":"

The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.

Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are reserved and cannot be used:

" }, "PreSharedKey":{ "shape":"String", "documentation":"

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.

Constraints: Allowed characters are alphanumeric characters and ._. Must be between 8 and 64 characters in length and cannot start with zero (0).

" } }, "documentation":"

The tunnel options for a VPN connection.

" }, "ZoneNameStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"ZoneName" } }, "scope":{ "type":"string", "enum":[ "Availability Zone", "Region" ] } }, "documentation":"Amazon Elastic Compute Cloud

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.

To learn more about Amazon EC2, Amazon EBS, and Amazon VPC, see the following resources:

" }