{ "metadata":{ "apiVersion":"2014-09-01", "endpointPrefix":"ec2", "serviceAbbreviation":"Amazon EC2", "serviceFullName":"Amazon Elastic Compute Cloud", "serviceId":"EC2", "signatureVersion":"v4", "xmlNamespace":"http://ec2.amazonaws.com/doc/2014-09-01", "protocol":"ec2" }, "documentation":"Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster.

", "operations":{ "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 the DescribeVpcPeeringConnections request to view your outstanding VPC peering connection requests.

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

Acquires an Elastic IP address.

An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses 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.

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.

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

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

" }, "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.

" }, "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 about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.

" }, "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", "locationName":"attachment" }, "documentation":"

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

Encrypted Amazon 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 Amazon EBS Volume to an Instance. Any device names that aren't reserved for instance store volumes can be used for Amazon 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 an overview of the AWS Marketplace, see https://aws.amazon.com/marketplace/help/200900000. For more information about how to use the AWS Marketplace, see AWS Marketplace.

For more information about Amazon 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. For more information, see Adding a Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide.

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

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 CIDR IP address ranges, or to one or more destination security groups for the same VPC.

You can have up to 50 rules per security group (covering both ingress and egress rules).

A security group is for use with instances either in the EC2-Classic platform or in a specific 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.

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.

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.

EC2-Classic: You can have up to 100 rules per group.

EC2-VPC: You can have up to 50 rules per group (covering both ingress and egress rules).

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 CIDR IP 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.

[EC2-VPC] This action gives one or more CIDR IP 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.

" }, "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.

For more information, see Creating an Instance Store-Backed Windows AMI.

" }, "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 Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2 in the Amazon Elastic Compute Cloud User Guide.

" }, "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.

" }, "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.

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

Cancels one or more Spot Instance requests. Spot Instances are instances that Amazon EC2 starts on your behalf when the maximum price that you specify exceeds the current Spot Price. Amazon EC2 periodically sets the Spot Price based on available Spot Instance capacity and current Spot Instance requests. For more information about Spot Instances, see Spot Instances in the Amazon Elastic Compute Cloud User Guide.

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 needs to verify whether another user's instance is eligible for support.

" }, "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 region in which the request was made. You specify the destination region by using its endpoint when making the request. AMIs that use encrypted Amazon EBS snapshots cannot be copied with this method.

For more information, see Copying AMIs 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 Amazon 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 Amazon 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 Amazon EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted.

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 can't 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).

For more information about VPN customer gateways, see Adding a Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide.

" }, "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 about DHCP options, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.

" }, "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 Amazon S3 bucket.

For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting EC2 Instances in the Amazon Elastic Compute Cloud 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":"

Information about the key pair.

", "locationName":"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#8 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. To create a key pair that is available in all regions, use ImportKeyPair.

For more information about key pairs, see Key Pairs in the Amazon Elastic Compute 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 about network ACLs, 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 Elastic Compute Cloud User Guide.

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

Creates a placement group that you launch cluster instances into. You must give the group a name that's unique within the scope of your account.

For more information about placement groups and cluster instances, see Cluster Instances 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 Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Reserved Instance listing at a time. To get a list of your Reserved Instances, you can use the DescribeReservedInstances operation.

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.

To sell your 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 Reserved Instances, and specify the upfront price to receive for them. Your Reserved Instance listings then become available for purchase. To view the details of your 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"}, "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, VPC peering connection, or network interface.

When determining how to route traffic, we use the route with the most specific match. For example, let's say the traffic is destined for 192.0.2.3, and the route table includes the following two 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 about route tables, 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 100 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", "locationName":"snapshot" }, "documentation":"

Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of Amazon 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 Amazon 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 Amazon 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.

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 datafeed 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 Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "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 the CIDR block you want for the subnet. After you create a subnet, you can't change its CIDR block. The subnet's CIDR block can be the same as the VPC's CIDR block (assuming you want only a single subnet in the VPC), or a subset of the VPC's CIDR block. If you create more than one subnet in a VPC, the subnets' CIDR blocks must not overlap. The smallest subnet (and VPC) you can create uses a /28 netmask (16 IP addresses), and the largest uses a /16 netmask (65,536 IP addresses).

AWS reserves both the first four and the last IP 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 EC2 resource or resources. Each resource can have a maximum of 10 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.

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

Creates an Amazon EBS volume that can be attached to an instance in the same Availability Zone. The volume is created in the specified region.

You can create a new empty volume or restore a volume from an Amazon 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.

For more information, see Creating or Restoring 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 CIDR block.

The smallest VPC you can create uses a /28 netmask (16 IP addresses), and the largest uses a /16 netmask (65,536 IP addresses). To help you decide how big to make your VPC, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.

By default, each instance you launch in the VPC has the default DHCP options, which includes only a default DNS server that we provide (AmazonProvidedDNS). For more information about DHCP options, see DHCP Options Sets 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 a peer VPC with which to create the connection. The peer VPC can belong to another AWS account. The requester VPC and peer VPC cannot have overlapping CIDR blocks.

The owner of the peer 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.

A CreateVpcPeeringConnection request between VPCs with overlapping CIDR blocks results in the VPC peering connection having 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.

For more information about VPN connections, see Adding a Hardware Virtual Private Gateway to Your VPC 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 Adding a Hardware Virtual Private Gateway to Your VPC 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 Adding a Hardware Virtual Private Gateway to Your VPC 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.

" }, "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.

" }, "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.

" }, "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 about placement groups and cluster instances, see Cluster Instances 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 Amazon 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 datafeed for Spot Instances. For more information, see Spot Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "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. This call is designed to follow a DescribeTags request.

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 Amazon EBS volume. The volume must be in the available state (not attached to an instance).

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.

" }, "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 peer 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.

" }, "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.

This command does not delete the AMI.

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

Describes the specified attribute of your AWS account.

" }, "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.

" }, "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.

" }, "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 Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2 in the Amazon Elastic Compute Cloud User Guide.

" }, "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 Adding a Hardware Virtual Private Gateway to Your VPC 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 about DHCP options sets, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.

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

Describes one or more of your export tasks.

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

Information about the image attribute.

", "locationName":"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.

" }, "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

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

Describes the status of one or more instances, including any scheduled events.

Instance status has two main components:

Instance status provides information about four types of scheduled events for an instance that may require your attention:

When your instance is retired, it will either be terminated (if its root device type is the instance-store) or stopped (if its root device type is an EBS volume). Instances stopped due to retirement will not be restarted, but you can do so manually. You can also avoid retirement of EBS-backed instances by manually restarting your instance when its event code is instance-retirement. This ensures that your instance is started on a different underlying host.

For more information about failed status checks, see Troubleshooting Instances with Failed Status Checks in the Amazon Elastic Compute Cloud User Guide. For more information about working with scheduled events, see Working with an Instance That Has a Scheduled Event in the Amazon Elastic Compute Cloud User Guide.

" }, "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.

" }, "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.

" }, "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 about network ACLs, 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.

" }, "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 about placement groups and cluster instances, see Cluster Instances in the Amazon Elastic Compute Cloud User Guide.

" }, "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.

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.

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

" }, "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 Amazon 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 Amazon 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, 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.

For more information about Amazon 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 datafeed for Spot Instances. For more information, see Spot Instances in the Amazon Elastic Compute Cloud User Guide.

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

Describes the Spot Instance requests that belong to your account. Spot Instances are instances that Amazon EC2 starts on your behalf when the maximum price that you specify exceeds the current Spot Price. Amazon EC2 periodically sets the Spot Price based on available Spot Instance capacity and current Spot Instance requests. For more information about Spot Instances, see Spot Instances in the Amazon Elastic Compute Cloud User Guide.

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.

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

Describes the Spot Price history. Spot Instances are instances that Amazon EC2 starts on your behalf when the maximum price that you specify exceeds the current Spot Price. Amazon EC2 periodically sets the Spot Price based on available Spot Instance capacity and current Spot Instance requests. For more information about Spot Instances, see Spot Instances in the Amazon Elastic Compute Cloud User Guide.

When you specify an Availability Zone, this operation describes the price history for the specified Availability Zone with the most recent set of prices listed first. If you don't specify an Availability Zone, you get the prices across all Availability Zones, starting with the most recent set. However, if you're using an API version earlier than 2011-05-15, you get the lowest price across the region for the specified time period. The prices returned are listed in chronological order, from the oldest to the most recent.

When you specify the start and end time options, this operation returns two pieces of data: 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.

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

Describes one or more of your subnets.

For more information about subnets, 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 Amazon 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 on volume status, see Monitoring the Status of Your Volumes.

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.

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

Describes the specified Amazon 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 Amazon EBS volumes, see Amazon EBS Volumes 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.

" }, "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 Adding a Hardware Virtual Private Gateway to Your VPC 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 Adding an IPsec Hardware VPN to Your VPC in the Amazon Virtual Private Cloud User Guide.

" }, "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.

" }, "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", "locationName":"attachment" }, "documentation":"

Detaches an Amazon 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 results in the volume being stuck in a busy state while detaching.

If an Amazon 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.

If the root volume is detached from an instance with an AWS Marketplace product code, then the AWS Marketplace product codes from that volume are 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.

" }, "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.

" }, "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.

" }, "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.

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

Gets the console output for the specified instance.

Instances do not have a physical monitor through which you can view their console output. They also lack physical controls that allow you to power up, reboot, or shut them down. To allow these actions, we provide them through the Amazon EC2 API and command line interface.

Instance console output is buffered and posted shortly after instance boot, reboot, and termination. Amazon EC2 preserves the most recent 64 KB output which is available for at least one hour after the most recent post.

For Linux/Unix instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a machine. This output is buffered because the instance produces it and then posts it to a store where the instance's owner can retrieve it.

For Windows instances, the instance console output displays the last three system event log errors.

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

Retrieves the encrypted administrator password for an instance running Windows.

The Windows password is generated at boot if the EC2Config service plugin, Ec2SetPassword, is enabled. This usually only happens the first time an AMI is launched, and then Ec2SetPassword is automatically disabled. 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.

Password generation and encryption takes a few moments. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password.

" }, "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. After importing the image, you then upload it using the ec2-import-volume command in the EC2 command line tools. For more information, see Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2 in the Amazon Elastic Compute Cloud User Guide.

" }, "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.

" }, "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. After importing the image, you then upload it using the ec2-import-volume command in the Amazon EC2 command-line interface (CLI) tools. For more information, see Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2 in the Amazon Elastic Compute Cloud User Guide.

" }, "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.

" }, "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.

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.

" }, "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.

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

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

Modifies a subnet attribute.

" }, "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.

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

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

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

Purchases a Reserved Instance for use with your account. With Amazon EC2 Reserved Instances, you obtain a capacity reservation for a certain instance configuration over a specified period of time. You pay a lower usage rate than with On-Demand instances for the time that you actually use the capacity reservation.

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.

" }, "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 a Linux/Unix 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.

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

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.

" }, "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.

After releasing an Elastic IP address, it is released to the IP address pool and might be unavailable to you. 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-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 try to release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse).

" }, "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 about network ACLs, see Network ACLs in the Amazon Virtual Private Cloud User Guide.

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

Replaces an entry (rule) in a network ACL. For more information about network ACLs, 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, VPC peering connection, or network interface.

For more information about route tables, 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.

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

Creates a Spot Instance request. Spot Instances are instances that Amazon EC2 starts on your behalf when the maximum price that you specify exceeds the current Spot Price. Amazon EC2 periodically sets the Spot Price based on available Spot Instance capacity and current Spot Instance requests. For more information about Spot Instances, see Spot Instances in the Amazon Elastic Compute Cloud User Guide.

Users must be subscribed to the required product to run an instance with AWS Marketplace product codes.

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

Resets an attribute of an AMI to its default value.

" }, "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 on modifying snapshot permissions, see Sharing Snapshots in the Amazon Elastic Compute Cloud User Guide.

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

Removes one or more egress rules from a security group for EC2-VPC. The values that you specify in the revoke request (for example, ports) must match the existing rule's values for the rule to be revoked.

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.

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. The values that you specify in the revoke request (for example, ports) must match the existing rule's values for the rule to be 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.

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":"

One or more reservations.

", "locationName":"reservation" }, "documentation":"

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

When you launch an instance, it enters the pending state. After the instance is ready for you, it enters the running state. To check the state of your instance, call DescribeInstances.

If you don't specify a security group when launching an instance, Amazon EC2 uses the default security group. For more information, see Security Groups in the Amazon Elastic Compute Cloud User Guide.

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.

You can provide optional user data when launching an instance. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide.

If any of the AMIs have a product code attached for which the user has not subscribed, RunInstances fails.

T2 instance types can only be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID in the request, RunInstances fails.

For more information about troubleshooting, see What To Do If An Instance Immediately Terminates, and Troubleshooting Connecting to Your Instance 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 AMI 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 hourly instance usage. However, your root partition Amazon EBS volume remains, continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Each time you transition an instance from stopped to started, Amazon EC2 charges a full instance hour, even if transitions happen multiple times within a single hour.

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. Each time you transition an instance from stopped to started, Amazon EC2 charges a full instance hour, even if transitions happen multiple times within a single hour.

You can't start or stop Spot Instances.

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 hourly instance usage. However, your root partition Amazon EBS volume remains, continues to persist your data, and you are charged for Amazon EBS volume usage. 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.

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

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, the root device and any other devices attached during the instance launch 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 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.

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

By default, Amazon EC2 deletes all Amazon 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, the root device and any other devices attached during the instance launch 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.

" }, "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 monitoring for a running instance. For more information about monitoring instances, see Monitoring Your Instances and Volumes in the Amazon Elastic Compute Cloud User Guide.

" } }, "shapes":{ "AcceptVpcPeeringConnectionRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection.

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

Information about the VPC peering connection.

", "locationName":"vpcPeeringConnection" } } }, "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" } }, "Address":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance 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" } }, "documentation":"

Describes an Elastic IP address.

" }, "AddressList":{ "type":"list", "member":{ "shape":"Address", "locationName":"item" } }, "AllocateAddressRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "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.

" } } }, "AllocateAddressResult":{ "type":"structure", "members":{ "PublicIp":{ "shape":"String", "documentation":"

The Elastic IP address.

", "locationName":"publicIp" }, "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" }, "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" } } }, "AllocationIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"AllocationId" } }, "ArchitectureValues":{ "type":"string", "enum":[ "i386", "x86_64" ] }, "AssignPrivateIpAddressesRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "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" }, "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" } } }, "AssociateAddressRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "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.

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

[EC2-VPC] The allocation ID. This is required for EC2-VPC.

" }, "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" }, "AllowReassociation":{ "shape":"Boolean", "documentation":"

[EC2-VPC] Allows an Elastic IP address that is already associated with an instance or network interface to be re-associated with the specified instance or network interface. Otherwise, the operation fails.

Default: false

", "locationName":"allowReassociation" } } }, "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" } } }, "AssociateDhcpOptionsRequest":{ "type":"structure", "required":[ "DhcpOptionsId", "VpcId" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "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.

" } } }, "AssociateRouteTableRequest":{ "type":"structure", "required":[ "SubnetId", "RouteTableId" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" } } }, "AssociateRouteTableResult":{ "type":"structure", "members":{ "AssociationId":{ "shape":"String", "documentation":"

The route table association ID (needed to disassociate the route table).

", "locationName":"associationId" } } }, "AttachInternetGatewayRequest":{ "type":"structure", "required":[ "InternetGatewayId", "VpcId" ], "members":{ "DryRun":{ "shape":"Boolean", "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" } } }, "AttachNetworkInterfaceRequest":{ "type":"structure", "required":[ "NetworkInterfaceId", "InstanceId", "DeviceIndex" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "DeviceIndex":{ "shape":"Integer", "documentation":"

The index of the device for the network interface attachment.

", "locationName":"deviceIndex" } } }, "AttachNetworkInterfaceResult":{ "type":"structure", "members":{ "AttachmentId":{ "shape":"String", "documentation":"

The ID of the network interface attachment.

", "locationName":"attachmentId" } } }, "AttachVolumeRequest":{ "type":"structure", "required":[ "VolumeId", "InstanceId", "Device" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the Amazon EBS volume. The volume and instance must be within the same Availability Zone.

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

The ID of the instance.

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

The device name to expose to the instance (for example, /dev/sdh or xvdh).

" } } }, "AttachVpnGatewayRequest":{ "type":"structure", "required":[ "VpnGatewayId", "VpcId" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

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

The ID of the VPC.

" } } }, "AttachVpnGatewayResult":{ "type":"structure", "members":{ "VpcAttachment":{ "shape":"VpcAttachment", "documentation":"

Information about the attachment.

", "locationName":"attachment" } } }, "AttachmentStatus":{ "type":"string", "enum":[ "attaching", "attached", "detaching", "detached" ] }, "AttributeBooleanValue":{ "type":"structure", "members":{ "Value":{ "shape":"Boolean", "locationName":"value" } } }, "AttributeValue":{ "type":"structure", "members":{ "Value":{ "shape":"String", "locationName":"value" } } }, "AuthorizeSecurityGroupEgressRequest":{ "type":"structure", "required":["GroupId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" }, "SourceSecurityGroupName":{ "shape":"String", "documentation":"

[EC2-Classic, default VPC] The name of the destination security group. You can't specify a destination security group and a CIDR IP address range.

", "locationName":"sourceSecurityGroupName" }, "SourceSecurityGroupOwnerId":{ "shape":"String", "documentation":"

The ID of the destination security group. You can't specify a destination security group and a CIDR IP address range.

", "locationName":"sourceSecurityGroupOwnerId" }, "IpProtocol":{ "shape":"String", "documentation":"

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.

", "locationName":"ipProtocol" }, "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.

", "locationName":"fromPort" }, "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.

", "locationName":"toPort" }, "CidrIp":{ "shape":"String", "documentation":"

The CIDR IP address range. You can't specify this parameter when specifying a source security group.

", "locationName":"cidrIp" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

A set of IP permissions. You can't specify a destination security group and a CIDR IP address range.

", "locationName":"ipPermissions" } } }, "AuthorizeSecurityGroupIngressRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "GroupName":{ "shape":"String", "documentation":"

[EC2-Classic, default VPC] The name of the security group.

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

The ID of the security group.

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

[EC2-Classic, default VPC] The name of the source security group. You can't specify a source security group and a CIDR IP address range.

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

The ID of the source security group. You can't specify a source security group and a CIDR IP address range.

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

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.

" }, "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.

" }, "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.

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

The CIDR IP address range. You can't specify this parameter when specifying a source security group.

" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

A set of IP permissions. You can't specify a source security group and a CIDR IP address range.

" } } }, "AvailabilityZone":{ "type":"structure", "members":{ "ZoneName":{ "shape":"String", "documentation":"

The name of the Availability Zone.

", "locationName":"zoneName" }, "State":{ "shape":"AvailabilityZoneState", "documentation":"

The state of the Availability Zone (available | impaired | unavailable).

", "locationName":"zoneState" }, "RegionName":{ "shape":"String", "documentation":"

The name of the region.

", "locationName":"regionName" }, "Messages":{ "shape":"AvailabilityZoneMessageList", "documentation":"

Any messages about the Availability Zone.

", "locationName":"messageSet" } }, "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"] }, "BlockDeviceMapping":{ "type":"structure", "members":{ "VirtualName":{ "shape":"String", "documentation":"

The virtual device name (ephemeral[0..3]). 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.

", "locationName":"virtualName" }, "DeviceName":{ "shape":"String", "documentation":"

The device name exposed to the instance (for example, /dev/sdh).

", "locationName":"deviceName" }, "Ebs":{ "shape":"EbsBlockDevice", "documentation":"

Parameters used to automatically set up Amazon 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":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance to bundle.

" }, "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.

" } } }, "BundleInstanceResult":{ "type":"structure", "members":{ "BundleTask":{ "shape":"BundleTask", "documentation":"

Information about the bundle task.

", "locationName":"bundleInstanceTask" } } }, "BundleTask":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance associated with this bundle task.

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

The ID for this bundle task.

", "locationName":"bundleId" }, "State":{ "shape":"BundleTaskState", "documentation":"

The state of the task.

", "locationName":"state" }, "StartTime":{ "shape":"DateTime", "documentation":"

The time this task started.

", "locationName":"startTime" }, "UpdateTime":{ "shape":"DateTime", "documentation":"

The time of the most recent update for the task.

", "locationName":"updateTime" }, "Storage":{ "shape":"Storage", "documentation":"

The Amazon S3 storage locations.

", "locationName":"storage" }, "Progress":{ "shape":"String", "documentation":"

The level of task completion, as a percent (for example, 20%).

", "locationName":"progress" }, "BundleTaskError":{ "shape":"BundleTaskError", "documentation":"

If the task fails, a description of the error.

", "locationName":"error" } }, "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" ] }, "CancelBundleTaskRequest":{ "type":"structure", "required":["BundleId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "BundleId":{ "shape":"String", "documentation":"

The ID of the bundle task.

" } } }, "CancelBundleTaskResult":{ "type":"structure", "members":{ "BundleTask":{ "shape":"BundleTask", "documentation":"

The bundle task.

", "locationName":"bundleInstanceTask" } } }, "CancelConversionRequest":{ "type":"structure", "required":["ConversionTaskId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ConversionTaskId":{ "shape":"String", "documentation":"

The ID of the conversion task.

", "locationName":"conversionTaskId" }, "ReasonMessage":{ "shape":"String", "locationName":"reasonMessage" } } }, "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" } } }, "CancelReservedInstancesListingRequest":{ "type":"structure", "required":["ReservedInstancesListingId"], "members":{ "ReservedInstancesListingId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance listing.

", "locationName":"reservedInstancesListingId" } } }, "CancelReservedInstancesListingResult":{ "type":"structure", "members":{ "ReservedInstancesListings":{ "shape":"ReservedInstancesListingList", "documentation":"

The Reserved Instance listing.

", "locationName":"reservedInstancesListingsSet" } } }, "CancelSpotInstanceRequestState":{ "type":"string", "enum":[ "active", "open", "closed", "cancelled", "completed" ] }, "CancelSpotInstanceRequestsRequest":{ "type":"structure", "required":["SpotInstanceRequestIds"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SpotInstanceRequestIds":{ "shape":"SpotInstanceRequestIdList", "documentation":"

One or more Spot Instance request IDs.

", "locationName":"SpotInstanceRequestId" } } }, "CancelSpotInstanceRequestsResult":{ "type":"structure", "members":{ "CancelledSpotInstanceRequests":{ "shape":"CancelledSpotInstanceRequestList", "documentation":"

One or more Spot Instance requests.

", "locationName":"spotInstanceRequestSet" } } }, "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" } }, "ConfirmProductInstanceRequest":{ "type":"structure", "required":[ "ProductCode", "InstanceId" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ProductCode":{ "shape":"String", "documentation":"

The product code. This must be a product code that you own.

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

The ID of the instance.

" } } }, "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" } } }, "ContainerFormat":{ "type":"string", "enum":["ova"] }, "ConversionIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "ConversionTask":{ "type":"structure", "required":[ "ConversionTaskId", "State" ], "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", "locationName":"tagSet" } }, "documentation":"

Describes a conversion task.

" }, "ConversionTaskState":{ "type":"string", "enum":[ "active", "cancelling", "cancelled", "completed" ] }, "CopyImageRequest":{ "type":"structure", "required":[ "SourceRegion", "SourceImageId", "Name" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SourceRegion":{ "shape":"String", "documentation":"

The name of the region that contains the AMI to copy.

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

The ID of the AMI to copy.

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

The name of the new AMI in the destination region.

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

A description for the new AMI in the destination region.

" }, "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.

" } } }, "CopyImageResult":{ "type":"structure", "members":{ "ImageId":{ "shape":"String", "documentation":"

The ID of the new AMI.

", "locationName":"imageId" } } }, "CopySnapshotRequest":{ "type":"structure", "required":[ "SourceRegion", "SourceSnapshotId" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SourceRegion":{ "shape":"String", "documentation":"

The ID of the region that contains the snapshot to be copied.

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

The ID of the Amazon EBS snapshot to copy.

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

A description for the new Amazon EBS snapshot.

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

The destination region of the snapshot copy operation. This parameter is required in the PresignedUrl.

", "locationName":"destinationRegion" }, "PresignedUrl":{ "shape":"String", "documentation":"

The pre-signed URL that facilitates copying an encrypted snapshot. This parameter is only required when copying an encrypted snapshot with the Amazon EC2 Query API; it is available as an optional parameter in all other cases. 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 Amazon 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" } } }, "CopySnapshotResult":{ "type":"structure", "members":{ "SnapshotId":{ "shape":"String", "documentation":"

The ID of the new snapshot.

", "locationName":"snapshotId" } } }, "CreateCustomerGatewayRequest":{ "type":"structure", "required":[ "Type", "PublicIp", "BgpAsn" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "Type":{ "shape":"GatewayType", "documentation":"

The type of VPN connection that this customer gateway supports (ipsec.1).

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

The Internet-routable IP address for the customer gateway's outside interface. The address must be static.

", "locationName":"IpAddress" }, "BgpAsn":{ "shape":"Integer", "documentation":"

For devices that support BGP, the customer gateway's BGP ASN.

Default: 65000

" } } }, "CreateCustomerGatewayResult":{ "type":"structure", "members":{ "CustomerGateway":{ "shape":"CustomerGateway", "documentation":"

Information about the customer gateway.

", "locationName":"customerGateway" } } }, "CreateDhcpOptionsRequest":{ "type":"structure", "required":["DhcpConfigurations"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "DhcpConfigurations":{ "shape":"NewDhcpConfigurationList", "documentation":"

A DHCP configuration option.

", "locationName":"dhcpConfiguration" } } }, "CreateDhcpOptionsResult":{ "type":"structure", "members":{ "DhcpOptions":{ "shape":"DhcpOptions", "documentation":"

A set of DHCP options.

", "locationName":"dhcpOptions" } } }, "CreateImageRequest":{ "type":"structure", "required":[ "InstanceId", "Name" ], "members":{ "DryRun":{ "shape":"Boolean", "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" }, "Description":{ "shape":"String", "documentation":"

A description for the new image.

", "locationName":"description" }, "NoReboot":{ "shape":"Boolean", "documentation":"

By default, this parameter is set to false, which means Amazon EC2 attempts to shut down the instance cleanly before image creation and then reboots the instance. When the parameter is set to true, 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" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingRequestList", "documentation":"

Information about one or more block device mappings.

", "locationName":"blockDeviceMapping" } } }, "CreateImageResult":{ "type":"structure", "members":{ "ImageId":{ "shape":"String", "documentation":"

The ID of the new AMI.

", "locationName":"imageId" } } }, "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" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "TargetEnvironment":{ "shape":"ExportEnvironment", "documentation":"

The target virtualization environment.

", "locationName":"targetEnvironment" }, "ExportToS3Task":{ "shape":"ExportToS3TaskSpecification", "locationName":"exportToS3" } } }, "CreateInstanceExportTaskResult":{ "type":"structure", "members":{ "ExportTask":{ "shape":"ExportTask", "locationName":"exportTask" } } }, "CreateInternetGatewayRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" } } }, "CreateInternetGatewayResult":{ "type":"structure", "members":{ "InternetGateway":{ "shape":"InternetGateway", "documentation":"

Information about the Internet gateway.

", "locationName":"internetGateway" } } }, "CreateKeyPairRequest":{ "type":"structure", "required":["KeyName"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "KeyName":{ "shape":"String", "documentation":"

A unique name for the key pair.

Constraints: Up to 255 ASCII characters

" } } }, "CreateNetworkAclEntryRequest":{ "type":"structure", "required":[ "NetworkAclId", "RuleNumber", "Protocol", "RuleAction", "Egress", "CidrBlock" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" }, "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

", "locationName":"ruleNumber" }, "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" }, "Egress":{ "shape":"Boolean", "documentation":"

Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).

", "locationName":"egress" }, "CidrBlock":{ "shape":"String", "documentation":"

The network range to allow or deny, in CIDR notation (for example 172.16.0.0/24).

", "locationName":"cidrBlock" }, "IcmpTypeCode":{ "shape":"IcmpTypeCode", "documentation":"

ICMP protocol: The ICMP type and code. Required if specifying ICMP for the protocol.

", "locationName":"Icmp" }, "PortRange":{ "shape":"PortRange", "documentation":"

TCP or UDP protocols: The range of ports the rule applies to.

", "locationName":"portRange" } } }, "CreateNetworkAclRequest":{ "type":"structure", "required":["VpcId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } } }, "CreateNetworkAclResult":{ "type":"structure", "members":{ "NetworkAcl":{ "shape":"NetworkAcl", "documentation":"

Information about the network ACL.

", "locationName":"networkAcl" } } }, "CreateNetworkInterfaceRequest":{ "type":"structure", "required":["SubnetId"], "members":{ "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet to associate with the network interface.

", "locationName":"subnetId" }, "Description":{ "shape":"String", "documentation":"

A description for the network interface.

", "locationName":"description" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The primary private IP address of the network interface. If you don't specify an IP address, Amazon EC2 selects one for you from the subnet 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" }, "Groups":{ "shape":"SecurityGroupIdStringList", "documentation":"

The IDs of one or more security groups.

", "locationName":"SecurityGroupId" }, "PrivateIpAddresses":{ "shape":"PrivateIpAddressSpecificationList", "documentation":"

One or more private IP addresses.

", "locationName":"privateIpAddresses" }, "SecondaryPrivateIpAddressCount":{ "shape":"Integer", "documentation":"

The number of secondary private IP addresses to assign to a network interface. When you specify a number of secondary IP addresses, Amazon EC2 selects these IP addresses within the subnet 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 Private IP Addresses Per ENI Per Instance Type in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"secondaryPrivateIpAddressCount" }, "DryRun":{ "shape":"Boolean", "locationName":"dryRun" } } }, "CreateNetworkInterfaceResult":{ "type":"structure", "members":{ "NetworkInterface":{ "shape":"NetworkInterface", "documentation":"

Information about the network interface.

", "locationName":"networkInterface" } } }, "CreatePlacementGroupRequest":{ "type":"structure", "required":[ "GroupName", "Strategy" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "GroupName":{ "shape":"String", "documentation":"

A name for the placement group.

Constraints: Up to 255 ASCII characters

", "locationName":"groupName" }, "Strategy":{ "shape":"PlacementStrategy", "documentation":"

The placement strategy.

", "locationName":"strategy" } } }, "CreateReservedInstancesListingRequest":{ "type":"structure", "required":[ "ReservedInstancesId", "InstanceCount", "PriceSchedules", "ClientToken" ], "members":{ "ReservedInstancesId":{ "shape":"String", "documentation":"

The ID of the active Reserved Instance.

", "locationName":"reservedInstancesId" }, "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 Reserved Instance for each month remaining in the Reserved Instance term.

", "locationName":"priceSchedules" }, "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 in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"clientToken" } } }, "CreateReservedInstancesListingResult":{ "type":"structure", "members":{ "ReservedInstancesListings":{ "shape":"ReservedInstancesListingList", "documentation":"

Information about the Reserved Instances listing.

", "locationName":"reservedInstancesListingsSet" } } }, "CreateRouteRequest":{ "type":"structure", "required":[ "RouteTableId", "DestinationCidrBlock" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table for the route.

", "locationName":"routeTableId" }, "DestinationCidrBlock":{ "shape":"String", "documentation":"

The CIDR address block used for the destination match. Routing decisions are based on the most specific match.

", "locationName":"destinationCidrBlock" }, "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" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of a network interface.

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

The ID of a VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } } }, "CreateRouteTableRequest":{ "type":"structure", "required":["VpcId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } } }, "CreateRouteTableResult":{ "type":"structure", "members":{ "RouteTable":{ "shape":"RouteTable", "documentation":"

Information about the route table.

", "locationName":"routeTable" } } }, "CreateSecurityGroupRequest":{ "type":"structure", "required":[ "GroupName", "Description" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "GroupName":{ "shape":"String", "documentation":"

The name of the security group.

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 ._-:/()#,@[]+=&;{}!$*

" }, "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" }, "VpcId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID of the VPC. Required for EC2-VPC.

" } } }, "CreateSecurityGroupResult":{ "type":"structure", "members":{ "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" } } }, "CreateSnapshotRequest":{ "type":"structure", "required":["VolumeId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the Amazon EBS volume.

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

A description for the snapshot.

" } } }, "CreateSpotDatafeedSubscriptionRequest":{ "type":"structure", "required":["Bucket"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "Bucket":{ "shape":"String", "documentation":"

The Amazon S3 bucket in which to store the Spot Instance datafeed.

Constraints: Must be a valid bucket associated with your AWS account.

", "locationName":"bucket" }, "Prefix":{ "shape":"String", "documentation":"

A prefix for the datafeed file names.

", "locationName":"prefix" } } }, "CreateSpotDatafeedSubscriptionResult":{ "type":"structure", "members":{ "SpotDatafeedSubscription":{ "shape":"SpotDatafeedSubscription", "documentation":"

The Spot Instance datafeed subscription.

", "locationName":"spotDatafeedSubscription" } } }, "CreateSubnetRequest":{ "type":"structure", "required":[ "VpcId", "CidrBlock" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

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

The network range for the subnet, in CIDR notation. For example, 10.0.0.0/24.

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

The Availability Zone for the subnet.

Default: Amazon EC2 selects one for you (recommended).

" } } }, "CreateSubnetResult":{ "type":"structure", "members":{ "Subnet":{ "shape":"Subnet", "documentation":"

Information about the subnet.

", "locationName":"subnet" } } }, "CreateTagsRequest":{ "type":"structure", "required":[ "Resources", "Tags" ], "members":{ "DryRun":{ "shape":"Boolean", "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" } } }, "CreateVolumePermission":{ "type":"structure", "members":{ "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" }, "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" } } }, "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.

" } } }, "CreateVolumeRequest":{ "type":"structure", "required":["AvailabilityZone"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "Size":{ "shape":"Integer", "documentation":"

The size of the volume, in GiBs.

Constraints: If the volume type is io1, the minimum size of the volume is 10 GiB.

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.

" }, "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.

" }, "VolumeType":{ "shape":"VolumeType", "documentation":"

The volume type. This can be gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, or standard for Magnetic volumes.

Default: standard

" }, "Iops":{ "shape":"Integer", "documentation":"

Only valid for Provisioned IOPS (SSD) volumes. The number of I/O operations per second (IOPS) to provision for the volume.

" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Specifies whether the volume should be encrypted.

", "locationName":"encrypted" } } }, "CreateVpcPeeringConnectionRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the requester VPC.

", "locationName":"vpcId" }, "PeerVpcId":{ "shape":"String", "documentation":"

The ID of the VPC with which you are creating the VPC peering connection.

", "locationName":"peerVpcId" }, "PeerOwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the owner of the peer VPC.

Default: Your AWS account ID

", "locationName":"peerOwnerId" } } }, "CreateVpcPeeringConnectionResult":{ "type":"structure", "members":{ "VpcPeeringConnection":{ "shape":"VpcPeeringConnection", "documentation":"

Information about the VPC peering connection.

", "locationName":"vpcPeeringConnection" } } }, "CreateVpcRequest":{ "type":"structure", "required":["CidrBlock"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "CidrBlock":{ "shape":"String", "documentation":"

The network range for the VPC, in CIDR notation. For example, 10.0.0.0/16.

" }, "InstanceTenancy":{ "shape":"Tenancy", "documentation":"

The supported tenancy options for instances launched into the VPC. A value of default means that instances can be launched with any tenancy; a value of dedicated means all instances launched into the VPC are launched as dedicated tenancy instances regardless of the tenancy assigned to the instance at launch. Dedicated tenancy instances run on single-tenant hardware.

Default: default

", "locationName":"instanceTenancy" } } }, "CreateVpcResult":{ "type":"structure", "members":{ "Vpc":{ "shape":"Vpc", "documentation":"

Information about the VPC.

", "locationName":"vpc" } } }, "CreateVpnConnectionRequest":{ "type":"structure", "required":[ "Type", "CustomerGatewayId", "VpnGatewayId" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "Type":{ "shape":"String", "documentation":"

The type of VPN connection (ipsec.1).

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

The ID of the customer gateway.

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

The ID of the virtual private gateway.

" }, "Options":{ "shape":"VpnConnectionOptionsSpecification", "documentation":"

Indicates whether the VPN connection requires static routes. If you are creating a VPN connection for a device that does not support BGP, you must specify true.

Default: false

", "locationName":"options" } } }, "CreateVpnConnectionResult":{ "type":"structure", "members":{ "VpnConnection":{ "shape":"VpnConnection", "documentation":"

Information about the VPN connection.

", "locationName":"vpnConnection" } } }, "CreateVpnConnectionRouteRequest":{ "type":"structure", "required":[ "VpnConnectionId", "DestinationCidrBlock" ], "members":{ "VpnConnectionId":{ "shape":"String", "documentation":"

The ID of the VPN connection.

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

The CIDR block associated with the local subnet of the customer network.

" } } }, "CreateVpnGatewayRequest":{ "type":"structure", "required":["Type"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "Type":{ "shape":"GatewayType", "documentation":"

The type of VPN connection this virtual private gateway supports.

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

The Availability Zone for the virtual private gateway.

" } } }, "CreateVpnGatewayResult":{ "type":"structure", "members":{ "VpnGateway":{ "shape":"VpnGateway", "documentation":"

Information about the virtual private gateway.

", "locationName":"vpnGateway" } } }, "CurrencyCodeValues":{ "type":"string", "enum":["USD"] }, "CustomerGateway":{ "type":"structure", "members":{ "CustomerGatewayId":{ "shape":"String", "documentation":"

The ID of the customer gateway.

", "locationName":"customerGatewayId" }, "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" }, "IpAddress":{ "shape":"String", "documentation":"

The Internet-routable IP address of the customer gateway's outside interface.

", "locationName":"ipAddress" }, "BgpAsn":{ "shape":"String", "documentation":"

The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

", "locationName":"bgpAsn" }, "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"}, "DeleteCustomerGatewayRequest":{ "type":"structure", "required":["CustomerGatewayId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "CustomerGatewayId":{ "shape":"String", "documentation":"

The ID of the customer gateway.

" } } }, "DeleteDhcpOptionsRequest":{ "type":"structure", "required":["DhcpOptionsId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "DhcpOptionsId":{ "shape":"String", "documentation":"

The ID of the DHCP options set.

" } } }, "DeleteInternetGatewayRequest":{ "type":"structure", "required":["InternetGatewayId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InternetGatewayId":{ "shape":"String", "documentation":"

The ID of the Internet gateway.

", "locationName":"internetGatewayId" } } }, "DeleteKeyPairRequest":{ "type":"structure", "required":["KeyName"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

" } } }, "DeleteNetworkAclEntryRequest":{ "type":"structure", "required":[ "NetworkAclId", "RuleNumber", "Egress" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "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" }, "Egress":{ "shape":"Boolean", "documentation":"

Indicates whether the rule is an egress rule.

", "locationName":"egress" } } }, "DeleteNetworkAclRequest":{ "type":"structure", "required":["NetworkAclId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" } } }, "DeleteNetworkInterfaceRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } } }, "DeletePlacementGroupRequest":{ "type":"structure", "required":["GroupName"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "GroupName":{ "shape":"String", "documentation":"

The name of the placement group.

", "locationName":"groupName" } } }, "DeleteRouteRequest":{ "type":"structure", "required":[ "RouteTableId", "DestinationCidrBlock" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" }, "DestinationCidrBlock":{ "shape":"String", "documentation":"

The CIDR range for the route. The value you specify must match the CIDR for the route exactly.

", "locationName":"destinationCidrBlock" } } }, "DeleteRouteTableRequest":{ "type":"structure", "required":["RouteTableId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" } } }, "DeleteSecurityGroupRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "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.

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

The ID of the security group. Required for a nondefault VPC.

" } } }, "DeleteSnapshotRequest":{ "type":"structure", "required":["SnapshotId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the Amazon EBS snapshot.

" } } }, "DeleteSpotDatafeedSubscriptionRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" } } }, "DeleteSubnetRequest":{ "type":"structure", "required":["SubnetId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

" } } }, "DeleteTagsRequest":{ "type":"structure", "required":["Resources"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "Resources":{ "shape":"ResourceIdList", "documentation":"

The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID.

", "locationName":"resourceId" }, "Tags":{ "shape":"TagList", "documentation":"

One or more tags to delete. If you omit the value parameter, we delete the tag regardless of its value. If you specify this parameter with an empty string as the value, we delete the key only if its value is an empty string.

", "locationName":"tag" } } }, "DeleteVolumeRequest":{ "type":"structure", "required":["VolumeId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

" } } }, "DeleteVpcPeeringConnectionRequest":{ "type":"structure", "required":["VpcPeeringConnectionId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } } }, "DeleteVpcPeeringConnectionResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } } }, "DeleteVpcRequest":{ "type":"structure", "required":["VpcId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" } } }, "DeleteVpnConnectionRequest":{ "type":"structure", "required":["VpnConnectionId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpnConnectionId":{ "shape":"String", "documentation":"

The ID of the VPN connection.

" } } }, "DeleteVpnConnectionRouteRequest":{ "type":"structure", "required":[ "VpnConnectionId", "DestinationCidrBlock" ], "members":{ "VpnConnectionId":{ "shape":"String", "documentation":"

The ID of the VPN connection.

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

The CIDR block associated with the local subnet of the customer network.

" } } }, "DeleteVpnGatewayRequest":{ "type":"structure", "required":["VpnGatewayId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

" } } }, "DeregisterImageRequest":{ "type":"structure", "required":["ImageId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

" } } }, "DescribeAccountAttributesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "AttributeNames":{ "shape":"AccountAttributeNameStringList", "documentation":"

One or more account attribute names.

", "locationName":"attributeName" } } }, "DescribeAccountAttributesResult":{ "type":"structure", "members":{ "AccountAttributes":{ "shape":"AccountAttributeList", "documentation":"

Information about one or more account attributes.

", "locationName":"accountAttributeSet" } } }, "DescribeAddressesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "PublicIps":{ "shape":"PublicIpStringList", "documentation":"

[EC2-Classic] One or more Elastic IP addresses.

Default: Describes all your Elastic IP addresses.

", "locationName":"PublicIp" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters. Filter names and values are case-sensitive.

", "locationName":"Filter" }, "AllocationIds":{ "shape":"AllocationIdList", "documentation":"

[EC2-VPC] One or more allocation IDs.

Default: Describes all your Elastic IP addresses.

", "locationName":"AllocationId" } } }, "DescribeAddressesResult":{ "type":"structure", "members":{ "Addresses":{ "shape":"AddressList", "documentation":"

Information about one or more Elastic IP addresses.

", "locationName":"addressesSet" } } }, "DescribeAvailabilityZonesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ZoneNames":{ "shape":"ZoneNameStringList", "documentation":"

The names of one or more Availability Zones.

", "locationName":"ZoneName" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeAvailabilityZonesResult":{ "type":"structure", "members":{ "AvailabilityZones":{ "shape":"AvailabilityZoneList", "documentation":"

Information about one or more Availability Zones.

", "locationName":"availabilityZoneInfo" } } }, "DescribeBundleTasksRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "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" } } }, "DescribeBundleTasksResult":{ "type":"structure", "members":{ "BundleTasks":{ "shape":"BundleTaskList", "documentation":"

Information about one or more bundle tasks.

", "locationName":"bundleInstanceTasksSet" } } }, "DescribeConversionTaskList":{ "type":"list", "member":{ "shape":"ConversionTask", "locationName":"item" } }, "DescribeConversionTasksRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "Filters":{ "shape":"FilterList", "locationName":"filter" }, "ConversionTaskIds":{ "shape":"ConversionIdStringList", "documentation":"

One or more conversion task IDs.

", "locationName":"conversionTaskId" } } }, "DescribeConversionTasksResult":{ "type":"structure", "members":{ "ConversionTasks":{ "shape":"DescribeConversionTaskList", "locationName":"conversionTasks" } } }, "DescribeCustomerGatewaysRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "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" } } }, "DescribeCustomerGatewaysResult":{ "type":"structure", "members":{ "CustomerGateways":{ "shape":"CustomerGatewayList", "documentation":"

Information about one or more customer gateways.

", "locationName":"customerGatewaySet" } } }, "DescribeDhcpOptionsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "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" } } }, "DescribeDhcpOptionsResult":{ "type":"structure", "members":{ "DhcpOptions":{ "shape":"DhcpOptionsList", "documentation":"

Information about one or more DHCP options sets.

", "locationName":"dhcpOptionsSet" } } }, "DescribeExportTasksRequest":{ "type":"structure", "members":{ "ExportTaskIds":{ "shape":"ExportTaskIdStringList", "documentation":"

One or more export task IDs.

", "locationName":"exportTaskId" } } }, "DescribeExportTasksResult":{ "type":"structure", "members":{ "ExportTasks":{ "shape":"ExportTaskList", "locationName":"exportTaskSet" } } }, "DescribeImageAttributeRequest":{ "type":"structure", "required":[ "ImageId", "Attribute" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

" }, "Attribute":{ "shape":"ImageAttributeName", "documentation":"

The AMI attribute.

" } } }, "DescribeImagesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "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, amazon (owner is Amazon), aws-marketplace (owner is AWS Marketplace), self (owner is the sender of the request), or all (all owners).

", "locationName":"Owner" }, "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" } } }, "DescribeImagesResult":{ "type":"structure", "members":{ "Images":{ "shape":"ImageList", "documentation":"

Information about one or more images.

", "locationName":"imagesSet" } } }, "DescribeInstanceAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "Attribute" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Attribute":{ "shape":"InstanceAttributeName", "documentation":"

The instance attribute.

", "locationName":"attribute" } } }, "DescribeInstanceStatusRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

Default: Describes all your instances.

Constraints: Maximum 100 explicitly specified instance IDs.

", "locationName":"InstanceId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "NextToken":{ "shape":"String", "documentation":"

The next paginated set of results to return. (You received this token from a prior call.)

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of paginated instance items per response. The call also returns a token that you can specify in a subsequent call to get the next set of results. If the value is greater than 1000, we return only 1000 items.

Default: 1000

" }, "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" } } }, "DescribeInstanceStatusResult":{ "type":"structure", "members":{ "InstanceStatuses":{ "shape":"InstanceStatusList", "documentation":"

One or more instance status descriptions.

", "locationName":"instanceStatusSet" }, "NextToken":{ "shape":"String", "documentation":"

The next paginated set of results to return.

", "locationName":"nextToken" } } }, "DescribeInstancesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

Default: Describes all your instances.

", "locationName":"InstanceId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of items to return. (You received this token from a prior call.)

", "locationName":"nextToken" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. If the value is greater than 1000, we return only 1000 items.

", "locationName":"maxResults" } } }, "DescribeInstancesResult":{ "type":"structure", "members":{ "Reservations":{ "shape":"ReservationList", "documentation":"

One or more reservations.

", "locationName":"reservationSet" }, "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" } } }, "DescribeInternetGatewaysRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InternetGatewayIds":{ "shape":"ValueStringList", "documentation":"

One or more Internet gateway IDs.

Default: Describes all your Internet gateways.

", "locationName":"internetGatewayId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeInternetGatewaysResult":{ "type":"structure", "members":{ "InternetGateways":{ "shape":"InternetGatewayList", "documentation":"

Information about one or more Internet gateways.

", "locationName":"internetGatewaySet" } } }, "DescribeKeyPairsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "KeyNames":{ "shape":"KeyNameStringList", "documentation":"

One or more key pair names.

Default: Describes all your key pairs.

", "locationName":"KeyName" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeKeyPairsResult":{ "type":"structure", "members":{ "KeyPairs":{ "shape":"KeyPairList", "documentation":"

Information about one or more key pairs.

", "locationName":"keySet" } } }, "DescribeNetworkAclsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "NetworkAclIds":{ "shape":"ValueStringList", "documentation":"

One or more network ACL IDs.

Default: Describes all your network ACLs.

", "locationName":"NetworkAclId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeNetworkAclsResult":{ "type":"structure", "members":{ "NetworkAcls":{ "shape":"NetworkAclList", "documentation":"

Information about one or more network ACLs.

", "locationName":"networkAclSet" } } }, "DescribeNetworkInterfaceAttributeRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "Attribute":{ "shape":"NetworkInterfaceAttribute", "documentation":"

The attribute of the network interface.

", "locationName":"attribute" } } }, "DescribeNetworkInterfaceAttributeResult":{ "type":"structure", "members":{ "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "Description":{ "shape":"AttributeValue", "documentation":"

The description of the network interface.

", "locationName":"description" }, "SourceDestCheck":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether source/destination checking is enabled.

", "locationName":"sourceDestCheck" }, "Groups":{ "shape":"GroupIdentifierList", "documentation":"

The security groups associated with the network interface.

", "locationName":"groupSet" }, "Attachment":{ "shape":"NetworkInterfaceAttachment", "documentation":"

The attachment (if any) of the network interface.

", "locationName":"attachment" } } }, "DescribeNetworkInterfacesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "NetworkInterfaceIds":{ "shape":"NetworkInterfaceIdList", "documentation":"

One or more network interface IDs.

Default: Describes all your network interfaces.

", "locationName":"NetworkInterfaceId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"filter" } } }, "DescribeNetworkInterfacesResult":{ "type":"structure", "members":{ "NetworkInterfaces":{ "shape":"NetworkInterfaceList", "documentation":"

Information about one or more network interfaces.

", "locationName":"networkInterfaceSet" } } }, "DescribePlacementGroupsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "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" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribePlacementGroupsResult":{ "type":"structure", "members":{ "PlacementGroups":{ "shape":"PlacementGroupList", "documentation":"

One or more placement groups.

", "locationName":"placementGroupSet" } } }, "DescribeRegionsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "RegionNames":{ "shape":"RegionNameStringList", "documentation":"

The names of one or more regions.

", "locationName":"RegionName" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeRegionsResult":{ "type":"structure", "members":{ "Regions":{ "shape":"RegionList", "documentation":"

Information about one or more regions.

", "locationName":"regionInfo" } } }, "DescribeReservedInstancesListingsRequest":{ "type":"structure", "members":{ "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" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"filters" } } }, "DescribeReservedInstancesListingsResult":{ "type":"structure", "members":{ "ReservedInstancesListings":{ "shape":"ReservedInstancesListingList", "documentation":"

Information about the Reserved Instance listing.

", "locationName":"reservedInstancesListingsSet" } } }, "DescribeReservedInstancesModificationsRequest":{ "type":"structure", "members":{ "ReservedInstancesModificationIds":{ "shape":"ReservedInstancesModificationIdStringList", "documentation":"

IDs for the submitted modification request.

", "locationName":"ReservedInstancesModificationId" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next page of data.

", "locationName":"nextToken" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeReservedInstancesModificationsResult":{ "type":"structure", "members":{ "ReservedInstancesModifications":{ "shape":"ReservedInstancesModificationList", "documentation":"

The Reserved Instance modification information.

", "locationName":"reservedInstancesModificationsSet" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next page of data.

", "locationName":"nextToken" } } }, "DescribeReservedInstancesOfferingsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ReservedInstancesOfferingIds":{ "shape":"ReservedInstancesOfferingIdStringList", "documentation":"

One or more Reserved Instances offering IDs.

", "locationName":"ReservedInstancesOfferingId" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type on which the Reserved Instance can be used. For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.

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

The Availability Zone in which the Reserved Instance can be used.

" }, "ProductDescription":{ "shape":"RIProductDescription", "documentation":"

The Reserved Instance description. Instances that include (Amazon VPC) in the description are for use with Amazon VPC.

" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "InstanceTenancy":{ "shape":"Tenancy", "documentation":"

The tenancy of the Reserved Instance offering. A Reserved Instance with dedicated tenancy runs on single-tenant hardware and can only be launched within a VPC.

Default: default

", "locationName":"instanceTenancy" }, "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" }, "NextToken":{ "shape":"String", "documentation":"

The token to use when requesting the next paginated set of offerings.

", "locationName":"nextToken" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of offerings to return. The maximum is 100.

Default: 100

", "locationName":"maxResults" }, "IncludeMarketplace":{ "shape":"Boolean", "documentation":"

Include Marketplace offerings in the response.

" }, "MinDuration":{ "shape":"Long", "documentation":"

The minimum duration (in seconds) to filter when searching for offerings.

Default: 2592000 (1 month)

" }, "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

" } } }, "DescribeReservedInstancesOfferingsResult":{ "type":"structure", "members":{ "ReservedInstancesOfferings":{ "shape":"ReservedInstancesOfferingList", "documentation":"

A list of Reserved Instances offerings.

", "locationName":"reservedInstancesOfferingsSet" }, "NextToken":{ "shape":"String", "documentation":"

The next paginated set of results to return.

", "locationName":"nextToken" } } }, "DescribeReservedInstancesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ReservedInstancesIds":{ "shape":"ReservedInstancesIdStringList", "documentation":"

One or more Reserved Instance IDs.

Default: Describes all your Reserved Instances, or only those otherwise specified.

", "locationName":"ReservedInstancesId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "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" } } }, "DescribeReservedInstancesResult":{ "type":"structure", "members":{ "ReservedInstances":{ "shape":"ReservedInstancesList", "documentation":"

A list of Reserved Instances.

", "locationName":"reservedInstancesSet" } } }, "DescribeRouteTablesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "RouteTableIds":{ "shape":"ValueStringList", "documentation":"

One or more route table IDs.

Default: Describes all your route tables.

", "locationName":"RouteTableId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeRouteTablesResult":{ "type":"structure", "members":{ "RouteTables":{ "shape":"RouteTableList", "documentation":"

Information about one or more route tables.

", "locationName":"routeTableSet" } } }, "DescribeSecurityGroupsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "GroupNames":{ "shape":"GroupNameStringList", "documentation":"

[EC2-Classic, default VPC] One or more security group names. You can specify either the security group name or the security group ID.

Default: Describes all your security groups.

", "locationName":"GroupName" }, "GroupIds":{ "shape":"GroupIdStringList", "documentation":"

One or more security group IDs. Required for nondefault VPCs.

Default: Describes all your security groups.

", "locationName":"GroupId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeSecurityGroupsResult":{ "type":"structure", "members":{ "SecurityGroups":{ "shape":"SecurityGroupList", "documentation":"

Information about one or more security groups.

", "locationName":"securityGroupInfo" } } }, "DescribeSnapshotAttributeRequest":{ "type":"structure", "required":[ "SnapshotId", "Attribute" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the Amazon EBS snapshot.

" }, "Attribute":{ "shape":"SnapshotAttributeName", "documentation":"

The snapshot attribute you would like to view.

" } } }, "DescribeSnapshotAttributeResult":{ "type":"structure", "members":{ "SnapshotId":{ "shape":"String", "documentation":"

The ID of the Amazon EBS snapshot.

", "locationName":"snapshotId" }, "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" } } }, "DescribeSnapshotsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SnapshotIds":{ "shape":"SnapshotIdStringList", "documentation":"

One or more snapshot IDs.

Default: Describes snapshots for which you have launch permissions.

", "locationName":"SnapshotId" }, "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" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeSnapshotsResult":{ "type":"structure", "members":{ "Snapshots":{ "shape":"SnapshotList", "locationName":"snapshotSet" } } }, "DescribeSpotDatafeedSubscriptionRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" } } }, "DescribeSpotDatafeedSubscriptionResult":{ "type":"structure", "members":{ "SpotDatafeedSubscription":{ "shape":"SpotDatafeedSubscription", "documentation":"

The Spot Instance datafeed subscription.

", "locationName":"spotDatafeedSubscription" } } }, "DescribeSpotInstanceRequestsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SpotInstanceRequestIds":{ "shape":"SpotInstanceRequestIdList", "documentation":"

One or more Spot Instance request IDs.

", "locationName":"SpotInstanceRequestId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeSpotInstanceRequestsResult":{ "type":"structure", "members":{ "SpotInstanceRequests":{ "shape":"SpotInstanceRequestList", "documentation":"

One or more Spot Instance requests.

", "locationName":"spotInstanceRequestSet" } } }, "DescribeSpotPriceHistoryRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "StartTime":{ "shape":"DateTime", "documentation":"

The start date and time of the Spot Price history data.

", "locationName":"startTime" }, "EndTime":{ "shape":"DateTime", "documentation":"

The end date and time of the Spot Price history data.

", "locationName":"endTime" }, "InstanceTypes":{ "shape":"InstanceTypeList", "documentation":"

One or more instance types.

", "locationName":"InstanceType" }, "ProductDescriptions":{ "shape":"ProductDescriptionList", "documentation":"

One or more basic product descriptions.

", "locationName":"ProductDescription" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone.

", "locationName":"availabilityZone" }, "MaxResults":{ "shape":"Integer", "documentation":"

The number of rows to return.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The next set of rows to return.

", "locationName":"nextToken" } } }, "DescribeSpotPriceHistoryResult":{ "type":"structure", "members":{ "SpotPriceHistory":{ "shape":"SpotPriceHistoryList", "documentation":"

The historical Spot Prices.

", "locationName":"spotPriceHistorySet" }, "NextToken":{ "shape":"String", "documentation":"

The string marking the next set of results. This is empty if there are no more results.

", "locationName":"nextToken" } } }, "DescribeSubnetsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SubnetIds":{ "shape":"SubnetIdStringList", "documentation":"

One or more subnet IDs.

Default: Describes all your subnets.

", "locationName":"SubnetId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeSubnetsResult":{ "type":"structure", "members":{ "Subnets":{ "shape":"SubnetList", "documentation":"

Information about one or more subnets.

", "locationName":"subnetSet" } } }, "DescribeTagsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. If the value is greater than 1000, we return only 1000 items.

", "locationName":"maxResults" }, "NextToken":{ "shape":"String", "documentation":"

The token for the next set of items to return. (You received this token from a prior call.)

", "locationName":"nextToken" } } }, "DescribeTagsResult":{ "type":"structure", "members":{ "Tags":{ "shape":"TagDescriptionList", "documentation":"

A list of tags.

", "locationName":"tagSet" }, "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" } } }, "DescribeVolumeAttributeRequest":{ "type":"structure", "required":["VolumeId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

" }, "Attribute":{ "shape":"VolumeAttributeName", "documentation":"

The instance attribute.

" } } }, "DescribeVolumeAttributeResult":{ "type":"structure", "members":{ "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

", "locationName":"volumeId" }, "AutoEnableIO":{ "shape":"AttributeBooleanValue", "documentation":"

The state of autoEnableIO attribute.

", "locationName":"autoEnableIO" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

A list of product codes.

", "locationName":"productCodes" } } }, "DescribeVolumeStatusRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VolumeIds":{ "shape":"VolumeIdStringList", "documentation":"

One or more volume IDs.

Default: Describes all your volumes.

", "locationName":"VolumeId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "NextToken":{ "shape":"String", "documentation":"

The next paginated set of results to return using the pagination token returned by a previous call.

" }, "MaxResults":{ "shape":"Integer", "documentation":"

The maximum number of paginated volume items per response.

" } } }, "DescribeVolumeStatusResult":{ "type":"structure", "members":{ "VolumeStatuses":{ "shape":"VolumeStatusList", "documentation":"

A list of volumes.

", "locationName":"volumeStatusSet" }, "NextToken":{ "shape":"String", "documentation":"

The next paginated set of results to return.

", "locationName":"nextToken" } } }, "DescribeVolumesRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VolumeIds":{ "shape":"VolumeIdStringList", "documentation":"

One or more volume IDs.

", "locationName":"VolumeId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" }, "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" }, "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 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then DescribeVolumes returns all results.

", "locationName":"maxResults" } } }, "DescribeVolumesResult":{ "type":"structure", "members":{ "Volumes":{ "shape":"VolumeList", "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" } } }, "DescribeVpcAttributeRequest":{ "type":"structure", "required":["VpcId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

" }, "Attribute":{ "shape":"VpcAttributeName", "documentation":"

The VPC attribute.

" } } }, "DescribeVpcAttributeResult":{ "type":"structure", "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "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" }, "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" } } }, "DescribeVpcPeeringConnectionsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcPeeringConnectionIds":{ "shape":"ValueStringList", "documentation":"

One or more VPC peering connection IDs.

Default: Describes all your VPC peering connections.

", "locationName":"VpcPeeringConnectionId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeVpcPeeringConnectionsResult":{ "type":"structure", "members":{ "VpcPeeringConnections":{ "shape":"VpcPeeringConnectionList", "documentation":"

Information about the VPC peering connections.

", "locationName":"vpcPeeringConnectionSet" } } }, "DescribeVpcsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcIds":{ "shape":"VpcIdStringList", "documentation":"

One or more VPC IDs.

Default: Describes all your VPCs.

", "locationName":"VpcId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeVpcsResult":{ "type":"structure", "members":{ "Vpcs":{ "shape":"VpcList", "documentation":"

Information about one or more VPCs.

", "locationName":"vpcSet" } } }, "DescribeVpnConnectionsRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpnConnectionIds":{ "shape":"VpnConnectionIdStringList", "documentation":"

One or more VPN connection IDs.

Default: Describes your VPN connections.

", "locationName":"VpnConnectionId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeVpnConnectionsResult":{ "type":"structure", "members":{ "VpnConnections":{ "shape":"VpnConnectionList", "documentation":"

Information about one or more VPN connections.

", "locationName":"vpnConnectionSet" } } }, "DescribeVpnGatewaysRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpnGatewayIds":{ "shape":"VpnGatewayIdStringList", "documentation":"

One or more virtual private gateway IDs.

Default: Describes all your virtual private gateways.

", "locationName":"VpnGatewayId" }, "Filters":{ "shape":"FilterList", "documentation":"

One or more filters.

", "locationName":"Filter" } } }, "DescribeVpnGatewaysResult":{ "type":"structure", "members":{ "VpnGateways":{ "shape":"VpnGatewayList", "documentation":"

Information about one or more virtual private gateways.

", "locationName":"vpnGatewaySet" } } }, "DetachInternetGatewayRequest":{ "type":"structure", "required":[ "InternetGatewayId", "VpcId" ], "members":{ "DryRun":{ "shape":"Boolean", "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" } } }, "DetachNetworkInterfaceRequest":{ "type":"structure", "required":["AttachmentId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "AttachmentId":{ "shape":"String", "documentation":"

The ID of the attachment.

", "locationName":"attachmentId" }, "Force":{ "shape":"Boolean", "documentation":"

Specifies whether to force a detachment.

", "locationName":"force" } } }, "DetachVolumeRequest":{ "type":"structure", "required":["VolumeId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

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

The ID of the instance.

" }, "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.

" } } }, "DetachVpnGatewayRequest":{ "type":"structure", "required":[ "VpnGatewayId", "VpcId" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

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

The ID of the VPC.

" } } }, "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" } }, "DhcpOptions":{ "type":"structure", "members":{ "DhcpOptionsId":{ "shape":"String", "documentation":"

The ID of the set of DHCP options.

", "locationName":"dhcpOptionsId" }, "DhcpConfigurations":{ "shape":"DhcpConfigurationList", "documentation":"

One or more DHCP options in the set.

", "locationName":"dhcpConfigurationSet" }, "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":[ "RouteTableId", "GatewayId" ], "members":{ "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

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

The ID of the virtual private gateway.

" } } }, "DisassociateAddressRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "PublicIp":{ "shape":"String", "documentation":"

[EC2-Classic] The Elastic IP address. Required for EC2-Classic.

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

[EC2-VPC] The association ID. Required for EC2-VPC.

" } } }, "DisassociateRouteTableRequest":{ "type":"structure", "required":["AssociationId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "AssociationId":{ "shape":"String", "documentation":"

The association ID representing the current association between the route table and subnet.

", "locationName":"associationId" } } }, "DiskImage":{ "type":"structure", "members":{ "Image":{"shape":"DiskImageDetail"}, "Description":{"shape":"String"}, "Volume":{"shape":"VolumeDetail"} }, "documentation":"

Describes a disk image.

" }, "DiskImageDescription":{ "type":"structure", "required":[ "Format", "Size", "ImportManifestUrl" ], "members":{ "Format":{ "shape":"DiskImageFormat", "documentation":"

The disk image format.

", "locationName":"format" }, "Size":{ "shape":"Long", "documentation":"

The size of the disk image.

", "locationName":"size" }, "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.

", "locationName":"importManifestUrl" }, "Checksum":{ "shape":"String", "documentation":"

The checksum computed for the disk image.

", "locationName":"checksum" } } }, "DiskImageDetail":{ "type":"structure", "required":[ "Format", "Bytes", "ImportManifestUrl" ], "members":{ "Format":{ "shape":"DiskImageFormat", "documentation":"

The disk image format.

", "locationName":"format" }, "Bytes":{ "shape":"Long", "locationName":"bytes" }, "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.

", "locationName":"importManifestUrl" } } }, "DiskImageFormat":{ "type":"string", "enum":[ "VMDK", "RAW", "VHD" ] }, "DiskImageList":{ "type":"list", "member":{"shape":"DiskImage"} }, "DiskImageVolumeDescription":{ "type":"structure", "required":["Id"], "members":{ "Size":{ "shape":"Long", "documentation":"

The size of the volume.

", "locationName":"size" }, "Id":{ "shape":"String", "documentation":"

The volume identifier.

", "locationName":"id" } } }, "DomainType":{ "type":"string", "enum":[ "vpc", "standard" ] }, "Double":{"type":"double"}, "EbsBlockDevice":{ "type":"structure", "members":{ "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot.

", "locationName":"snapshotId" }, "VolumeSize":{ "shape":"Integer", "documentation":"

The size of the volume, in GiB.

Constraints: If the volume type is io1, the minimum size of the volume is 10 GiB; otherwise, the minimum size is 1 GiB. The maximum volume size is 1024 GiB. 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" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the Amazon EBS volume is deleted on instance termination.

", "locationName":"deleteOnTermination" }, "VolumeType":{ "shape":"VolumeType", "documentation":"

The volume type. gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, and standard for Magnetic volumes.

Default: standard

", "locationName":"volumeType" }, "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 on 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 to 4000 for Provisioned IOPS (SSD) volumes and 3 to 3072 for General Purpose (SSD) volumes.

Condition: This parameter is required for requests to create io1 volumes; it is not used in requests to create standard or gp2 volumes.

", "locationName":"iops" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Indicates whether the Amazon EBS volume is encrypted. Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption.

", "locationName":"encrypted" } }, "documentation":"

Describes an Amazon EBS block device.

" }, "EbsInstanceBlockDevice":{ "type":"structure", "members":{ "VolumeId":{ "shape":"String", "documentation":"

The ID of the Amazon EBS volume.

", "locationName":"volumeId" }, "Status":{ "shape":"AttachmentStatus", "documentation":"

The attachment state.

", "locationName":"status" }, "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" } }, "documentation":"

Describes a parameter used to set up an Amazon EBS volume in a block device mapping.

" }, "EbsInstanceBlockDeviceSpecification":{ "type":"structure", "members":{ "VolumeId":{ "shape":"String", "documentation":"

The ID of the Amazon EBS volume.

", "locationName":"volumeId" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the volume is deleted on instance termination.

", "locationName":"deleteOnTermination" } } }, "EnableVgwRoutePropagationRequest":{ "type":"structure", "required":[ "RouteTableId", "GatewayId" ], "members":{ "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

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

The ID of the virtual private gateway.

" } } }, "EnableVolumeIORequest":{ "type":"structure", "required":["VolumeId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

", "locationName":"volumeId" } } }, "EventCode":{ "type":"string", "enum":[ "instance-reboot", "system-reboot", "system-maintenance", "instance-retirement", "instance-stop" ] }, "ExecutableByStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"ExecutableBy" } }, "ExportEnvironment":{ "type":"string", "enum":[ "citrix", "vmware", "microsoft" ] }, "ExportTask":{ "type":"structure", "members":{ "ExportTaskId":{ "shape":"String", "documentation":"

The ID of the export task.

", "locationName":"exportTaskId" }, "Description":{ "shape":"String", "documentation":"

A description of the resource being exported.

", "locationName":"description" }, "State":{ "shape":"ExportTaskState", "documentation":"

The state of the conversion task.

", "locationName":"state" }, "StatusMessage":{ "shape":"String", "documentation":"

The status message related to the export task.

", "locationName":"statusMessage" }, "InstanceExportDetails":{ "shape":"InstanceExportDetails", "documentation":"

The instance being exported.

", "locationName":"instanceExport" }, "ExportToS3Task":{ "shape":"ExportToS3Task", "locationName":"exportToS3" } }, "documentation":"

Describes an 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":{ "DiskImageFormat":{ "shape":"DiskImageFormat", "documentation":"

The format for the exported image.

", "locationName":"diskImageFormat" }, "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" }, "S3Bucket":{ "shape":"String", "documentation":"

The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACL permissions to the AWS account vm-import-export@amazon.com.

", "locationName":"s3Bucket" }, "S3Key":{ "shape":"String", "locationName":"s3Key" } } }, "ExportToS3TaskSpecification":{ "type":"structure", "members":{ "DiskImageFormat":{ "shape":"DiskImageFormat", "locationName":"diskImageFormat" }, "ContainerFormat":{ "shape":"ContainerFormat", "locationName":"containerFormat" }, "S3Bucket":{ "shape":"String", "locationName":"s3Bucket" }, "S3Prefix":{ "shape":"String", "documentation":"

The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

", "locationName":"s3Prefix" } } }, "Filter":{ "type":"structure", "members":{ "Name":{ "shape":"String", "documentation":"

The name of the filter.

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

One or more filter values.

", "locationName":"Value" } } }, "FilterList":{ "type":"list", "member":{ "shape":"Filter", "locationName":"Filter" } }, "Float":{"type":"float"}, "GatewayType":{ "type":"string", "enum":["ipsec.1"] }, "GetConsoleOutputRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

" } } }, "GetConsoleOutputResult":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Timestamp":{ "shape":"DateTime", "documentation":"

The time the output was last updated.

", "locationName":"timestamp" }, "Output":{ "shape":"String", "documentation":"

The console output, Base64 encoded.

", "locationName":"output" } } }, "GetPasswordDataRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the Windows instance.

" } } }, "GetPasswordDataResult":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the Windows instance.

", "locationName":"instanceId" }, "Timestamp":{ "shape":"DateTime", "documentation":"

The time the data was last updated.

", "locationName":"timestamp" }, "PasswordData":{ "shape":"String", "documentation":"

The password of the instance.

", "locationName":"passwordData" } } }, "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" } }, "GroupNameStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"GroupName" } }, "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.

" }, "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":{ "Type":{ "shape":"Integer", "documentation":"

The ICMP code. A value of -1 means all codes for the specified ICMP type.

", "locationName":"type" }, "Code":{ "shape":"Integer", "documentation":"

The ICMP type. A value of -1 means all types.

", "locationName":"code" } }, "documentation":"

Describes the ICMP type and code.

" }, "Image":{ "type":"structure", "members":{ "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

", "locationName":"imageId" }, "ImageLocation":{ "shape":"String", "documentation":"

The location of the AMI.

", "locationName":"imageLocation" }, "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" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the image owner.

", "locationName":"imageOwnerId" }, "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" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

Any product codes associated with the AMI.

", "locationName":"productCodes" }, "Architecture":{ "shape":"ArchitectureValues", "documentation":"

The architecture of the image.

", "locationName":"architecture" }, "ImageType":{ "shape":"ImageTypeValues", "documentation":"

The type of image.

", "locationName":"imageType" }, "KernelId":{ "shape":"String", "documentation":"

The kernel associated with the image, if any. Only applicable for machine images.

", "locationName":"kernelId" }, "RamdiskId":{ "shape":"String", "documentation":"

The RAM disk associated with the image, if any. Only applicable for machine images.

", "locationName":"ramdiskId" }, "Platform":{ "shape":"PlatformValues", "documentation":"

The value is Windows for Windows AMIs; otherwise blank.

", "locationName":"platform" }, "SriovNetSupport":{ "shape":"String", "documentation":"

Specifies whether enhanced networking is enabled.

", "locationName":"sriovNetSupport" }, "StateReason":{ "shape":"StateReason", "documentation":"

The reason for the state change.

", "locationName":"stateReason" }, "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" }, "Description":{ "shape":"String", "documentation":"

The description of the AMI that was provided during image creation.

", "locationName":"description" }, "RootDeviceType":{ "shape":"DeviceType", "documentation":"

The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance store volume.

", "locationName":"rootDeviceType" }, "RootDeviceName":{ "shape":"String", "documentation":"

The device name of the root device (for example, /dev/sda1 or xvda).

", "locationName":"rootDeviceName" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingList", "documentation":"

Any block device mapping entries.

", "locationName":"blockDeviceMapping" }, "VirtualizationType":{ "shape":"VirtualizationType", "documentation":"

The type of virtualization of the AMI.

", "locationName":"virtualizationType" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the image.

", "locationName":"tagSet" }, "Hypervisor":{ "shape":"HypervisorType", "documentation":"

The hypervisor type of the image.

", "locationName":"hypervisor" } }, "documentation":"

Describes an image.

" }, "ImageAttribute":{ "type":"structure", "members":{ "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" }, "KernelId":{ "shape":"AttributeValue", "documentation":"

The kernel ID.

", "locationName":"kernel" }, "RamdiskId":{ "shape":"AttributeValue", "documentation":"

The RAM disk ID.

", "locationName":"ramdisk" }, "Description":{ "shape":"AttributeValue", "documentation":"

A description for the AMI.

", "locationName":"description" }, "SriovNetSupport":{ "shape":"AttributeValue", "locationName":"sriovNetSupport" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingList", "documentation":"

One or more block device mapping entries.

", "locationName":"blockDeviceMapping" } }, "documentation":"

Describes an image attribute.

" }, "ImageAttributeName":{ "type":"string", "enum":[ "description", "kernel", "ramdisk", "launchPermission", "productCodes", "blockDeviceMapping" ] }, "ImageIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"ImageId" } }, "ImageList":{ "type":"list", "member":{ "shape":"Image", "locationName":"item" } }, "ImageState":{ "type":"string", "enum":[ "available", "deregistered" ] }, "ImageTypeValues":{ "type":"string", "enum":[ "machine", "kernel", "ramdisk" ] }, "ImportInstanceLaunchSpecification":{ "type":"structure", "members":{ "Architecture":{ "shape":"ArchitectureValues", "documentation":"

The architecture of the instance.

", "locationName":"architecture" }, "GroupNames":{ "shape":"SecurityGroupStringList", "documentation":"

One or more security group names.

", "locationName":"GroupName" }, "GroupIds":{ "shape":"SecurityGroupIdStringList", "locationName":"GroupId" }, "AdditionalInfo":{ "shape":"String", "locationName":"additionalInfo" }, "UserData":{ "shape":"String", "documentation":"

User data to be made available to the instance.

", "locationName":"userData" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type. For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"instanceType" }, "Placement":{ "shape":"Placement", "locationName":"placement" }, "Monitoring":{ "shape":"Boolean", "locationName":"monitoring" }, "SubnetId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID of the subnet to launch the instance into.

", "locationName":"subnetId" }, "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" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

[EC2-VPC] Optionally, you can use this parameter to assign the instance a specific available IP address from the IP address range of the subnet.

", "locationName":"privateIpAddress" } } }, "ImportInstanceRequest":{ "type":"structure", "required":["Platform"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "Description":{ "shape":"String", "documentation":"

A description for the instance being imported.

", "locationName":"description" }, "LaunchSpecification":{ "shape":"ImportInstanceLaunchSpecification", "documentation":"

", "locationName":"launchSpecification" }, "DiskImages":{ "shape":"DiskImageList", "locationName":"diskImage" }, "Platform":{ "shape":"PlatformValues", "documentation":"

The instance operating system.

", "locationName":"platform" } } }, "ImportInstanceResult":{ "type":"structure", "members":{ "ConversionTask":{ "shape":"ConversionTask", "locationName":"conversionTask" } } }, "ImportInstanceTaskDetails":{ "type":"structure", "required":["Volumes"], "members":{ "Volumes":{ "shape":"ImportInstanceVolumeDetailSet", "locationName":"volumes" }, "InstanceId":{ "shape":"String", "locationName":"instanceId" }, "Platform":{ "shape":"PlatformValues", "documentation":"

The instance operating system.

", "locationName":"platform" }, "Description":{ "shape":"String", "locationName":"description" } } }, "ImportInstanceVolumeDetailItem":{ "type":"structure", "required":[ "BytesConverted", "AvailabilityZone", "Image", "Volume", "Status" ], "members":{ "BytesConverted":{ "shape":"Long", "documentation":"

The number of bytes converted so far.

", "locationName":"bytesConverted" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone where the resulting instance will reside.

", "locationName":"availabilityZone" }, "Image":{ "shape":"DiskImageDescription", "documentation":"

The image.

", "locationName":"image" }, "Volume":{ "shape":"DiskImageVolumeDescription", "documentation":"

The volume.

", "locationName":"volume" }, "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" }, "Description":{ "shape":"String", "locationName":"description" } }, "documentation":"

Describes an import volume task.

" }, "ImportInstanceVolumeDetailSet":{ "type":"list", "member":{ "shape":"ImportInstanceVolumeDetailItem", "locationName":"item" } }, "ImportKeyPairRequest":{ "type":"structure", "required":[ "KeyName", "PublicKeyMaterial" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "KeyName":{ "shape":"String", "documentation":"

A unique name for the key pair.

", "locationName":"keyName" }, "PublicKeyMaterial":{ "shape":"Blob", "documentation":"

The public key. You must base64 encode the public key material before sending it to AWS.

", "locationName":"publicKeyMaterial" } } }, "ImportKeyPairResult":{ "type":"structure", "members":{ "KeyName":{ "shape":"String", "documentation":"

The key pair name you provided.

", "locationName":"keyName" }, "KeyFingerprint":{ "shape":"String", "documentation":"

The MD5 public key fingerprint as specified in section 4 of RFC 4716.

", "locationName":"keyFingerprint" } } }, "ImportVolumeRequest":{ "type":"structure", "required":[ "AvailabilityZone", "Image", "Volume" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone for the resulting Amazon EBS volume.

", "locationName":"availabilityZone" }, "Image":{ "shape":"DiskImageDetail", "locationName":"image" }, "Description":{ "shape":"String", "documentation":"

An optional description for the volume being imported.

", "locationName":"description" }, "Volume":{ "shape":"VolumeDetail", "locationName":"volume" } } }, "ImportVolumeResult":{ "type":"structure", "members":{ "ConversionTask":{ "shape":"ConversionTask", "locationName":"conversionTask" } } }, "ImportVolumeTaskDetails":{ "type":"structure", "required":[ "BytesConverted", "AvailabilityZone", "Image", "Volume" ], "members":{ "BytesConverted":{ "shape":"Long", "documentation":"

The number of bytes converted so far.

", "locationName":"bytesConverted" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone where the resulting volume will reside.

", "locationName":"availabilityZone" }, "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":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

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

The ID of the AMI used to launch the instance.

", "locationName":"imageId" }, "State":{ "shape":"InstanceState", "documentation":"

The current state of the instance.

", "locationName":"instanceState" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private DNS name assigned to the instance. This DNS name can only be used inside the Amazon EC2 network. This name is not available until the instance enters the running state.

", "locationName":"privateDnsName" }, "PublicDnsName":{ "shape":"String", "documentation":"

The public DNS name assigned to the instance. This name is not available until the instance enters the running state.

", "locationName":"dnsName" }, "StateTransitionReason":{ "shape":"String", "documentation":"

The reason for the most recent state transition. This might be an empty string.

", "locationName":"reason" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair, if this instance was launched with an associated key pair.

", "locationName":"keyName" }, "AmiLaunchIndex":{ "shape":"Integer", "documentation":"

The AMI launch index, which can be used to find this instance in the launch group.

", "locationName":"amiLaunchIndex" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

The product codes attached to this instance.

", "locationName":"productCodes" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

", "locationName":"instanceType" }, "LaunchTime":{ "shape":"DateTime", "documentation":"

The time the instance was launched.

", "locationName":"launchTime" }, "Placement":{ "shape":"Placement", "documentation":"

The location where the instance launched.

", "locationName":"placement" }, "KernelId":{ "shape":"String", "documentation":"

The kernel associated with this instance.

", "locationName":"kernelId" }, "RamdiskId":{ "shape":"String", "documentation":"

The RAM disk associated with this instance.

", "locationName":"ramdiskId" }, "Platform":{ "shape":"PlatformValues", "documentation":"

The value is Windows for Windows instances; otherwise blank.

", "locationName":"platform" }, "Monitoring":{ "shape":"Monitoring", "documentation":"

The monitoring information for the instance.

", "locationName":"monitoring" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which the instance is running.

", "locationName":"subnetId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC in which the instance is running.

", "locationName":"vpcId" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IP address assigned to the instance.

", "locationName":"privateIpAddress" }, "PublicIpAddress":{ "shape":"String", "documentation":"

The public IP address assigned to the instance.

", "locationName":"ipAddress" }, "StateReason":{ "shape":"StateReason", "documentation":"

The reason for the most recent state transition.

", "locationName":"stateReason" }, "Architecture":{ "shape":"ArchitectureValues", "documentation":"

The architecture of the image.

", "locationName":"architecture" }, "RootDeviceType":{ "shape":"DeviceType", "documentation":"

The root device type used by the AMI. The AMI can use an Amazon EBS volume or an instance store volume.

", "locationName":"rootDeviceType" }, "RootDeviceName":{ "shape":"String", "documentation":"

The root device name (for example, /dev/sda1).

", "locationName":"rootDeviceName" }, "BlockDeviceMappings":{ "shape":"InstanceBlockDeviceMappingList", "documentation":"

Any block device mapping entries for the instance.

", "locationName":"blockDeviceMapping" }, "VirtualizationType":{ "shape":"VirtualizationType", "documentation":"

The virtualization type of the instance.

", "locationName":"virtualizationType" }, "InstanceLifecycle":{ "shape":"InstanceLifecycleType", "documentation":"

Indicates whether this is a Spot Instance.

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

The ID of the Spot Instance request.

", "locationName":"spotInstanceRequestId" }, "ClientToken":{ "shape":"String", "documentation":"

The idempotency token you provided when you launched the instance.

", "locationName":"clientToken" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the instance.

", "locationName":"tagSet" }, "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 checking is enabled, and false means 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" }, "Hypervisor":{ "shape":"HypervisorType", "documentation":"

The hypervisor type of the instance.

", "locationName":"hypervisor" }, "NetworkInterfaces":{ "shape":"InstanceNetworkInterfaceList", "documentation":"

[EC2-VPC] One or more network interfaces for the instance.

", "locationName":"networkInterfaceSet" }, "IamInstanceProfile":{ "shape":"IamInstanceProfile", "documentation":"

The IAM instance profile associated with the instance.

", "locationName":"iamInstanceProfile" }, "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 I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

", "locationName":"ebsOptimized" }, "SriovNetSupport":{ "shape":"String", "documentation":"

Specifies whether enhanced networking is enabled.

", "locationName":"sriovNetSupport" } }, "documentation":"

Describes an instance.

" }, "InstanceAttribute":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

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

The instance type.

", "locationName":"instanceType" }, "KernelId":{ "shape":"AttributeValue", "documentation":"

The kernel ID.

", "locationName":"kernel" }, "RamdiskId":{ "shape":"AttributeValue", "documentation":"

The RAM disk ID.

", "locationName":"ramdisk" }, "UserData":{ "shape":"AttributeValue", "documentation":"

The Base64-encoded MIME user data.

", "locationName":"userData" }, "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" }, "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" }, "RootDeviceName":{ "shape":"AttributeValue", "documentation":"

The name of the root device (for example, /dev/sda1).

", "locationName":"rootDeviceName" }, "BlockDeviceMappings":{ "shape":"InstanceBlockDeviceMappingList", "documentation":"

The block device mapping of the instance.

", "locationName":"blockDeviceMapping" }, "ProductCodes":{ "shape":"ProductCodeList", "documentation":"

A list of product codes.

", "locationName":"productCodes" }, "EbsOptimized":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether the instance is optimized for EBS I/O.

", "locationName":"ebsOptimized" }, "SriovNetSupport":{ "shape":"AttributeValue", "locationName":"sriovNetSupport" }, "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.

", "locationName":"sourceDestCheck" }, "Groups":{ "shape":"GroupIdentifierList", "documentation":"

The security groups associated with the instance.

", "locationName":"groupSet" } }, "documentation":"

Describes an instance attribute.

" }, "InstanceAttributeName":{ "type":"string", "enum":[ "instanceType", "kernel", "ramdisk", "userData", "disableApiTermination", "instanceInitiatedShutdownBehavior", "rootDeviceName", "blockDeviceMapping", "productCodes", "sourceDestCheck", "groupSet", "ebsOptimized", "sriovNetSupport" ] }, "InstanceBlockDeviceMapping":{ "type":"structure", "members":{ "DeviceName":{ "shape":"String", "documentation":"

The device name exposed to the instance (for example, /dev/sdh).

", "locationName":"deviceName" }, "Ebs":{ "shape":"EbsInstanceBlockDevice", "documentation":"

Parameters used to automatically set up Amazon 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 exposed to the instance (for example, /dev/sdh).

", "locationName":"deviceName" }, "Ebs":{ "shape":"EbsInstanceBlockDeviceSpecification", "documentation":"

Parameters used to automatically set up Amazon EBS volumes when the instance is launched.

", "locationName":"ebs" }, "VirtualName":{ "shape":"String", "documentation":"

The virtual device name.

", "locationName":"virtualName" }, "NoDevice":{ "shape":"String", "documentation":"

suppress the specified device included in the block device mapping.

", "locationName":"noDevice" } }, "documentation":"

Describes a block device mapping entry.

" }, "InstanceBlockDeviceMappingSpecificationList":{ "type":"list", "member":{ "shape":"InstanceBlockDeviceMappingSpecification", "locationName":"item" } }, "InstanceCount":{ "type":"structure", "members":{ "State":{ "shape":"ListingState", "documentation":"

The states of the listed Reserved Instances.

", "locationName":"state" }, "InstanceCount":{ "shape":"Integer", "documentation":"

he number of listed Reserved Instances in the state specified by the state.

", "locationName":"instanceCount" } }, "documentation":"

Describes a Reserved Instance listing state.

" }, "InstanceCountList":{ "type":"list", "member":{ "shape":"InstanceCount", "locationName":"item" } }, "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 export task.

" }, "InstanceIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"InstanceId" } }, "InstanceLifecycleType":{ "type":"string", "enum":["spot"] }, "InstanceList":{ "type":"list", "member":{ "shape":"Instance", "locationName":"item" } }, "InstanceMonitoring":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Monitoring":{ "shape":"Monitoring", "documentation":"

The monitoring information.

", "locationName":"monitoring" } }, "documentation":"

Describes the monitoring information of the instance.

" }, "InstanceMonitoringList":{ "type":"list", "member":{ "shape":"InstanceMonitoring", "locationName":"item" } }, "InstanceNetworkInterface":{ "type":"structure", "members":{ "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "Description":{ "shape":"String", "documentation":"

The description.

", "locationName":"description" }, "OwnerId":{ "shape":"String", "documentation":"

The ID of the AWS account that created the network interface.

", "locationName":"ownerId" }, "Status":{ "shape":"NetworkInterfaceStatus", "documentation":"

The status of the network interface.

", "locationName":"status" }, "MacAddress":{ "shape":"String", "documentation":"

The MAC address.

", "locationName":"macAddress" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The IP address of the network interface within the subnet.

", "locationName":"privateIpAddress" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private DNS name.

", "locationName":"privateDnsName" }, "SourceDestCheck":{ "shape":"Boolean", "documentation":"

Indicates whether to validate network traffic to or from this network interface.

", "locationName":"sourceDestCheck" }, "Groups":{ "shape":"GroupIdentifierList", "documentation":"

One or more security groups.

", "locationName":"groupSet" }, "Attachment":{ "shape":"InstanceNetworkInterfaceAttachment", "documentation":"

The network interface attachment.

", "locationName":"attachment" }, "Association":{ "shape":"InstanceNetworkInterfaceAssociation", "documentation":"

The association information for an Elastic IP associated with the network interface.

", "locationName":"association" }, "PrivateIpAddresses":{ "shape":"InstancePrivateIpAddressList", "documentation":"

The private IP addresses associated with the network interface.

", "locationName":"privateIpAddressesSet" } }, "documentation":"

Describes a network interface.

" }, "InstanceNetworkInterfaceAssociation":{ "type":"structure", "members":{ "PublicIp":{ "shape":"String", "documentation":"

The public IP address or Elastic IP address bound to the network interface.

", "locationName":"publicIp" }, "PublicDnsName":{ "shape":"String", "documentation":"

The public DNS name.

", "locationName":"publicDnsName" }, "IpOwnerId":{ "shape":"String", "documentation":"

The ID of the owner of the Elastic IP address.

", "locationName":"ipOwnerId" } }, "documentation":"

Describes association information for an Elastic IP address.

" }, "InstanceNetworkInterfaceAttachment":{ "type":"structure", "members":{ "AttachmentId":{ "shape":"String", "documentation":"

The ID of the network interface attachment.

", "locationName":"attachmentId" }, "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" }, "AttachTime":{ "shape":"DateTime", "documentation":"

The time stamp when the attachment initiated.

", "locationName":"attachTime" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the network interface is deleted when the instance is terminated.

", "locationName":"deleteOnTermination" } }, "documentation":"

Describes a network interface attachment.

" }, "InstanceNetworkInterfaceList":{ "type":"list", "member":{ "shape":"InstanceNetworkInterface", "locationName":"item" } }, "InstanceNetworkInterfaceSpecification":{ "type":"structure", "members":{ "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "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" }, "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" }, "Description":{ "shape":"String", "documentation":"

The description of the network interface. Applies only if creating a network interface when launching an instance.

", "locationName":"description" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IP address of the network interface. Applies only if creating a network interface when launching an instance.

", "locationName":"privateIpAddress" }, "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" }, "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" }, "PrivateIpAddresses":{ "shape":"PrivateIpAddressSpecificationList", "documentation":"

One or more private IP addresses to assign to the network interface. Only one private IP address can be designated as primary.

", "locationName":"privateIpAddressesSet", "queryName":"PrivateIpAddresses" }, "SecondaryPrivateIpAddressCount":{ "shape":"Integer", "documentation":"

The number of secondary private IP addresses. You can't specify this option and specify more than one private IP address using the private IP addresses option.

", "locationName":"secondaryPrivateIpAddressCount" }, "AssociatePublicIpAddress":{ "shape":"Boolean", "documentation":"

Indicates whether to assign a public IP 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 luanching into a default subnet, the default value is true.

", "locationName":"associatePublicIpAddress" } }, "documentation":"

Describes a network interface.

" }, "InstanceNetworkInterfaceSpecificationList":{ "type":"list", "member":{ "shape":"InstanceNetworkInterfaceSpecification", "locationName":"item" } }, "InstancePrivateIpAddress":{ "type":"structure", "members":{ "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IP address of the network interface.

", "locationName":"privateIpAddress" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private DNS name.

", "locationName":"privateDnsName" }, "Primary":{ "shape":"Boolean", "documentation":"

Indicates whether this IP address is the primary private IP address of the network interface.

", "locationName":"primary" }, "Association":{ "shape":"InstanceNetworkInterfaceAssociation", "documentation":"

The association information for an Elastic IP address for the network interface.

", "locationName":"association" } }, "documentation":"

Describes a private IP 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 an opaque internal value and should be ignored.

", "locationName":"code" }, "Name":{ "shape":"InstanceStateName", "documentation":"

The current state of the instance.

", "locationName":"name" } }, "documentation":"

Describes the current state of the instance.

" }, "InstanceStateChange":{ "type":"structure", "members":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "CurrentState":{ "shape":"InstanceState", "documentation":"

The current state of the instance.

", "locationName":"currentState" }, "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":{ "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

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

The Availability Zone of the instance.

", "locationName":"availabilityZone" }, "Events":{ "shape":"InstanceStatusEventList", "documentation":"

Extra information regarding events associated with the instance.

", "locationName":"eventsSet" }, "InstanceState":{ "shape":"InstanceState", "documentation":"

The intended state of the instance. DescribeInstanceStatus requires that an instance be in the running state.

", "locationName":"instanceState" }, "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" }, "InstanceStatus":{ "shape":"InstanceStatusSummary", "documentation":"

Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.

", "locationName":"instanceStatus" } }, "documentation":"

Describes the status of an instance.

" }, "InstanceStatusDetails":{ "type":"structure", "members":{ "Name":{ "shape":"StatusName", "documentation":"

The type of instance status.

", "locationName":"name" }, "Status":{ "shape":"StatusType", "documentation":"

The status.

", "locationName":"status" }, "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" } }, "documentation":"

Describes the instance status.

" }, "InstanceStatusDetailsList":{ "type":"list", "member":{ "shape":"InstanceStatusDetails", "locationName":"item" } }, "InstanceStatusEvent":{ "type":"structure", "members":{ "Code":{ "shape":"EventCode", "documentation":"

The associated code of the event.

", "locationName":"code" }, "Description":{ "shape":"String", "documentation":"

A description of the event.

", "locationName":"description" }, "NotBefore":{ "shape":"DateTime", "documentation":"

The earliest scheduled start time for the event.

", "locationName":"notBefore" }, "NotAfter":{ "shape":"DateTime", "documentation":"

The latest scheduled end time for the event.

", "locationName":"notAfter" } }, "documentation":"

Describes an instance event.

" }, "InstanceStatusEventList":{ "type":"list", "member":{ "shape":"InstanceStatusEvent", "locationName":"item" } }, "InstanceStatusList":{ "type":"list", "member":{ "shape":"InstanceStatus", "locationName":"item" } }, "InstanceStatusSummary":{ "type":"structure", "members":{ "Status":{ "shape":"SummaryStatus", "documentation":"

The status.

", "locationName":"status" }, "Details":{ "shape":"InstanceStatusDetailsList", "documentation":"

The system instance health or application instance health.

", "locationName":"details" } }, "documentation":"

Describes the status of an instance.

" }, "InstanceType":{ "type":"string", "enum":[ "t1.micro", "m1.small", "m1.medium", "m1.large", "m1.xlarge", "m3.medium", "m3.large", "m3.xlarge", "m3.2xlarge", "t2.micro", "t2.small", "t2.medium", "m2.xlarge", "m2.2xlarge", "m2.4xlarge", "cr1.8xlarge", "i2.xlarge", "i2.2xlarge", "i2.4xlarge", "i2.8xlarge", "hi1.4xlarge", "hs1.8xlarge", "c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", "c3.8xlarge", "cc1.4xlarge", "cc2.8xlarge", "g2.2xlarge", "cg1.4xlarge", "r3.large", "r3.xlarge", "r3.2xlarge", "r3.4xlarge", "r3.8xlarge" ] }, "InstanceTypeList":{ "type":"list", "member":{"shape":"InstanceType"} }, "Integer":{"type":"integer"}, "InternetGateway":{ "type":"structure", "members":{ "InternetGatewayId":{ "shape":"String", "documentation":"

The ID of the Internet gateway.

", "locationName":"internetGatewayId" }, "Attachments":{ "shape":"InternetGatewayAttachmentList", "documentation":"

Any VPCs attached to the Internet gateway.

", "locationName":"attachmentSet" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the Internet gateway.

", "locationName":"tagSet" } }, "documentation":"

Describes an Internet gateway.

" }, "InternetGatewayAttachment":{ "type":"structure", "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "State":{ "shape":"AttachmentStatus", "documentation":"

The current state of the attachment.

", "locationName":"state" } }, "documentation":"

Describes the attachment of a VPC to an Internet gateway.

" }, "InternetGatewayAttachmentList":{ "type":"list", "member":{ "shape":"InternetGatewayAttachment", "locationName":"item" } }, "InternetGatewayList":{ "type":"list", "member":{ "shape":"InternetGateway", "locationName":"item" } }, "IpPermission":{ "type":"structure", "members":{ "IpProtocol":{ "shape":"String", "documentation":"

The protocol.

When you call DescribeSecurityGroups, the protocol value returned is the number. Exception: For TCP, UDP, and ICMP, the value returned is the name (for example, tcp, udp, or icmp). For a list of protocol numbers, see Protocol Numbers.

", "locationName":"ipProtocol" }, "FromPort":{ "shape":"Integer", "documentation":"

The start of port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

", "locationName":"fromPort" }, "ToPort":{ "shape":"Integer", "documentation":"

The end of port range for the TCP and UDP protocols, or an ICMP code. A value of -1 indicates all ICMP codes for the specified ICMP type.

", "locationName":"toPort" }, "UserIdGroupPairs":{ "shape":"UserIdGroupPairList", "documentation":"

One or more security group and AWS account ID pairs.

", "locationName":"groups" }, "IpRanges":{ "shape":"IpRangeList", "documentation":"

One or more IP ranges.

", "locationName":"ipRanges" } }, "documentation":"

Describes a security group rule.

" }, "IpPermissionList":{ "type":"list", "member":{ "shape":"IpPermission", "locationName":"item" } }, "IpRange":{ "type":"structure", "members":{ "CidrIp":{ "shape":"String", "documentation":"

The CIDR range. You can either specify a CIDR range or a source security group, not both.

", "locationName":"cidrIp" } }, "documentation":"

Describes an IP range.

" }, "IpRangeList":{ "type":"list", "member":{ "shape":"IpRange", "locationName":"item" } }, "KeyNameStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"KeyName" } }, "KeyPair":{ "type":"structure", "members":{ "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

", "locationName":"keyName" }, "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" } }, "documentation":"

Describes a key pair.

" }, "KeyPairInfo":{ "type":"structure", "members":{ "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

", "locationName":"keyName" }, "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" } }, "documentation":"

Describes a key pair.

" }, "KeyPairList":{ "type":"list", "member":{ "shape":"KeyPairInfo", "locationName":"item" } }, "LaunchPermission":{ "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 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":{ "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

", "locationName":"imageId" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

", "locationName":"keyName" }, "SecurityGroups":{ "shape":"GroupIdentifierList", "documentation":"

One or more security groups. If requesting a Spot Instance in a nondefault VPC, you must specify the security group ID. If requesting a Spot Instance in EC2-Classic or a default VPC, you can specify either the security group name or ID.

", "locationName":"groupSet" }, "UserData":{ "shape":"String", "documentation":"

The Base64-encoded MIME user data to make available to the instances.

", "locationName":"userData" }, "AddressingType":{ "shape":"String", "documentation":"

Deprecated.

", "locationName":"addressingType" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

Default: m1.small

", "locationName":"instanceType" }, "Placement":{ "shape":"SpotPlacement", "documentation":"

The placement information for the instance.

", "locationName":"placement" }, "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel.

", "locationName":"kernelId" }, "RamdiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk.

", "locationName":"ramdiskId" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingList", "documentation":"

One or more block device mapping entries.

", "locationName":"blockDeviceMapping" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which to launch the Spot Instance.

", "locationName":"subnetId" }, "NetworkInterfaces":{ "shape":"InstanceNetworkInterfaceSpecificationList", "documentation":"

One or more network interfaces.

", "locationName":"networkInterfaceSet" }, "IamInstanceProfile":{ "shape":"IamInstanceProfileSpecification", "documentation":"

The IAM instance profile.

", "locationName":"iamInstanceProfile" }, "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" }, "Monitoring":{ "shape":"RunInstancesMonitoringEnabled", "locationName":"monitoring" } }, "documentation":"

Describes the launch specification of a Spot Instance.

" }, "ListingState":{ "type":"string", "enum":[ "available", "sold", "cancelled", "pending" ] }, "ListingStatus":{ "type":"string", "enum":[ "active", "pending", "cancelled", "closed" ] }, "Long":{"type":"long"}, "ModifyImageAttributeRequest":{ "type":"structure", "required":["ImageId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

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

The name of the attribute to modify.

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

The operation type.

" }, "UserIds":{ "shape":"UserIdStringList", "documentation":"

One or more AWS account IDs. This is only valid when modifying the launchPermission attribute.

", "locationName":"UserId" }, "UserGroups":{ "shape":"UserGroupStringList", "documentation":"

One or more user groups. This is only valid when modifying the launchPermission attribute.

", "locationName":"UserGroup" }, "ProductCodes":{ "shape":"ProductCodeStringList", "documentation":"

One or more product codes. After you add a product code to an AMI, it can't be removed. This is only valid when modifying the productCodes attribute.

", "locationName":"ProductCode" }, "Value":{ "shape":"String", "documentation":"

The value of the attribute being modified. This is only valid when modifying the description attribute.

" }, "LaunchPermission":{ "shape":"LaunchPermissionModifications", "documentation":"

" }, "Description":{ "shape":"AttributeValue", "documentation":"

A description for the AMI.

" } } }, "ModifyInstanceAttributeRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Attribute":{ "shape":"InstanceAttributeName", "documentation":"

The name of the attribute.

", "locationName":"attribute" }, "Value":{ "shape":"String", "documentation":"

A new value for the attribute. Use only with the kernel, ramdisk, userData, disableApiTermination, or intanceInitiateShutdownBehavior attribute.

", "locationName":"value" }, "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" }, "SourceDestCheck":{ "shape":"AttributeBooleanValue", "documentation":"

Specifies whether source/destination checking is enabled. A value of true means that checking is enabled, and false means checking is disabled. This value must be false for a NAT instance to perform NAT.

" }, "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.

", "locationName":"disableApiTermination" }, "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" }, "UserData":{ "shape":"BlobAttributeValue", "documentation":"

Changes the instance's user data to the specified value.

", "locationName":"userData" }, "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" }, "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.

For example, if you want the instance to be in sg-1a1a1a1a and sg-9b9b9b9b, specify GroupId.1=sg-1a1a1a1a and GroupId.2=sg-9b9b9b9b.

", "locationName":"GroupId" }, "EbsOptimized":{ "shape":"AttributeBooleanValue", "documentation":"

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

", "locationName":"ebsOptimized" }, "SriovNetSupport":{ "shape":"AttributeValue", "documentation":"

Set to simple to enable enhanced networking for the instance.

There is no way to disable enhanced networking at this time.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

", "locationName":"sriovNetSupport" } } }, "ModifyNetworkInterfaceAttributeRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "Description":{ "shape":"AttributeValue", "documentation":"

A description for the network interface.

", "locationName":"description" }, "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" }, "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" }, "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" } } }, "ModifyReservedInstancesRequest":{ "type":"structure", "required":[ "ReservedInstancesIds", "TargetConfigurations" ], "members":{ "ClientToken":{ "shape":"String", "documentation":"

A unique, case-sensitive token you provide to ensure idempotency of your modification request.

", "locationName":"clientToken" }, "ReservedInstancesIds":{ "shape":"ReservedInstancesIdStringList", "documentation":"

The IDs of the Reserved Instances to modify.

", "locationName":"ReservedInstancesId" }, "TargetConfigurations":{ "shape":"ReservedInstancesConfigurationList", "documentation":"

The configuration settings for the Reserved Instances to modify.

", "locationName":"ReservedInstancesConfigurationSetItemType" } } }, "ModifyReservedInstancesResult":{ "type":"structure", "members":{ "ReservedInstancesModificationId":{ "shape":"String", "documentation":"

The ID for the modification.

", "locationName":"reservedInstancesModificationId" } } }, "ModifySnapshotAttributeRequest":{ "type":"structure", "required":["SnapshotId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot.

" }, "Attribute":{ "shape":"SnapshotAttributeName", "documentation":"

The snapshot attribute to modify.

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

The type of operation to perform to the attribute.

" }, "UserIds":{ "shape":"UserIdStringList", "documentation":"

The account ID to modify for the snapshot.

", "locationName":"UserId" }, "GroupNames":{ "shape":"GroupNameStringList", "documentation":"

The group to modify for the snapshot.

", "locationName":"UserGroup" }, "CreateVolumePermission":{ "shape":"CreateVolumePermissionModifications", "documentation":"

A JSON representation of the snapshot attribute modification.

" } } }, "ModifySubnetAttributeRequest":{ "type":"structure", "required":["SubnetId"], "members":{ "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" }, "MapPublicIpOnLaunch":{"shape":"AttributeBooleanValue"} } }, "ModifyVolumeAttributeRequest":{ "type":"structure", "required":["VolumeId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

" }, "AutoEnableIO":{ "shape":"AttributeBooleanValue", "documentation":"

Indicates whether the volume should be auto-enabled for I/O operations.

" } } }, "ModifyVpcAttributeRequest":{ "type":"structure", "required":["VpcId"], "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "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\" will succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.

" }, "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 can only enable DNS hostnames if you also enable DNS support.

" } } }, "MonitorInstancesRequest":{ "type":"structure", "required":["InstanceIds"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

", "locationName":"InstanceId" } } }, "MonitorInstancesResult":{ "type":"structure", "members":{ "InstanceMonitorings":{ "shape":"InstanceMonitoringList", "documentation":"

Monitoring information for one or more instances.

", "locationName":"instancesSet" } } }, "Monitoring":{ "type":"structure", "members":{ "State":{ "shape":"MonitoringState", "documentation":"

Indicates whether monitoring is enabled for the instance.

", "locationName":"state" } }, "documentation":"

Describes the monitoring for the instance.

" }, "MonitoringState":{ "type":"string", "enum":[ "disabled", "enabled", "pending" ] }, "NetworkAcl":{ "type":"structure", "members":{ "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC for the network ACL.

", "locationName":"vpcId" }, "IsDefault":{ "shape":"Boolean", "documentation":"

Indicates whether this is the default network ACL for the VPC.

", "locationName":"default" }, "Entries":{ "shape":"NetworkAclEntryList", "documentation":"

One or more entries (rules) in the network ACL.

", "locationName":"entrySet" }, "Associations":{ "shape":"NetworkAclAssociationList", "documentation":"

Any associations between the network ACL and one or more subnets

", "locationName":"associationSet" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the network ACL.

", "locationName":"tagSet" } }, "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":{ "RuleNumber":{ "shape":"Integer", "documentation":"

The rule number for the entry. ACL entries are processed in ascending order by rule number.

", "locationName":"ruleNumber" }, "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" }, "Egress":{ "shape":"Boolean", "documentation":"

Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).

", "locationName":"egress" }, "CidrBlock":{ "shape":"String", "documentation":"

The network range to allow or deny, in CIDR notation.

", "locationName":"cidrBlock" }, "IcmpTypeCode":{ "shape":"IcmpTypeCode", "documentation":"

ICMP protocol: The ICMP type and code.

", "locationName":"icmpTypeCode" }, "PortRange":{ "shape":"PortRange", "documentation":"

TCP or UDP protocols: The range of ports the rule applies to.

", "locationName":"portRange" } }, "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":{ "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone.

", "locationName":"availabilityZone" }, "Description":{ "shape":"String", "documentation":"

A description.

", "locationName":"description" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the owner of the network interface.

", "locationName":"ownerId" }, "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" }, "Status":{ "shape":"NetworkInterfaceStatus", "documentation":"

The status of the network interface.

", "locationName":"status" }, "MacAddress":{ "shape":"String", "documentation":"

The MAC address.

", "locationName":"macAddress" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

The IP address of the network interface within the subnet.

", "locationName":"privateIpAddress" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private DNS name.

", "locationName":"privateDnsName" }, "SourceDestCheck":{ "shape":"Boolean", "documentation":"

Indicates whether traffic to or from the instance is validated.

", "locationName":"sourceDestCheck" }, "Groups":{ "shape":"GroupIdentifierList", "documentation":"

Any security groups for the network interface.

", "locationName":"groupSet" }, "Attachment":{ "shape":"NetworkInterfaceAttachment", "documentation":"

The network interface attachment.

", "locationName":"attachment" }, "Association":{ "shape":"NetworkInterfaceAssociation", "documentation":"

The association information for an Elastic IP associated with the network interface.

", "locationName":"association" }, "TagSet":{ "shape":"TagList", "documentation":"

Any tags assigned to the network interface.

", "locationName":"tagSet" }, "PrivateIpAddresses":{ "shape":"NetworkInterfacePrivateIpAddressList", "documentation":"

The private IP addresses associated with the network interface.

", "locationName":"privateIpAddressesSet" } }, "documentation":"

Describes a network interface.

" }, "NetworkInterfaceAssociation":{ "type":"structure", "members":{ "PublicIp":{ "shape":"String", "documentation":"

The address of the Elastic IP address bound to the network interface.

", "locationName":"publicIp" }, "PublicDnsName":{ "shape":"String", "documentation":"

The public DNS name.

", "locationName":"publicDnsName" }, "IpOwnerId":{ "shape":"String", "documentation":"

The ID of the Elastic IP address owner.

", "locationName":"ipOwnerId" }, "AllocationId":{ "shape":"String", "documentation":"

The allocation ID.

", "locationName":"allocationId" }, "AssociationId":{ "shape":"String", "documentation":"

The association ID.

", "locationName":"associationId" } }, "documentation":"

Describes association information for an Elastic IP address.

" }, "NetworkInterfaceAttachment":{ "type":"structure", "members":{ "AttachmentId":{ "shape":"String", "documentation":"

The ID of the network interface attachment.

", "locationName":"attachmentId" }, "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" }, "DeviceIndex":{ "shape":"Integer", "documentation":"

The device index of the network interface attachment on the instance.

", "locationName":"deviceIndex" }, "Status":{ "shape":"AttachmentStatus", "documentation":"

The attachment state.

", "locationName":"status" }, "AttachTime":{ "shape":"DateTime", "documentation":"

The timestamp indicating when the attachment initiated.

", "locationName":"attachTime" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the network interface is deleted when the instance is terminated.

", "locationName":"deleteOnTermination" } }, "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" } }, "NetworkInterfaceList":{ "type":"list", "member":{ "shape":"NetworkInterface", "locationName":"item" } }, "NetworkInterfacePrivateIpAddress":{ "type":"structure", "members":{ "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IP address.

", "locationName":"privateIpAddress" }, "PrivateDnsName":{ "shape":"String", "documentation":"

The private DNS name.

", "locationName":"privateDnsName" }, "Primary":{ "shape":"Boolean", "documentation":"

Indicates whether this IP address is the primary private IP address of the network interface.

", "locationName":"primary" }, "Association":{ "shape":"NetworkInterfaceAssociation", "documentation":"

The association information for an Elastic IP address associated with the network interface.

", "locationName":"association" } }, "documentation":"

Describes the private IP address of a network interface.

" }, "NetworkInterfacePrivateIpAddressList":{ "type":"list", "member":{ "shape":"NetworkInterfacePrivateIpAddress", "locationName":"item" } }, "NetworkInterfaceStatus":{ "type":"string", "enum":[ "available", "attaching", "in-use", "detaching" ] }, "OfferingTypeValues":{ "type":"string", "enum":[ "Heavy Utilization", "Medium Utilization", "Light Utilization" ] }, "OwnerStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"Owner" } }, "PermissionGroup":{ "type":"string", "enum":["all"] }, "Placement":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone of the instance.

", "locationName":"availabilityZone" }, "GroupName":{ "shape":"String", "documentation":"

The name of the placement group the instance is in (for cluster compute instances).

", "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.

", "locationName":"tenancy" } }, "documentation":"

Describes the placement for the instance.

" }, "PlacementGroup":{ "type":"structure", "members":{ "GroupName":{ "shape":"String", "documentation":"

The name of the placement group.

", "locationName":"groupName" }, "Strategy":{ "shape":"PlacementStrategy", "documentation":"

The placement strategy.

", "locationName":"strategy" }, "State":{ "shape":"PlacementGroupState", "documentation":"

The state of the placement group.

", "locationName":"state" } }, "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"] }, "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.

" }, "PriceSchedule":{ "type":"structure", "members":{ "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" }, "Price":{ "shape":"Double", "documentation":"

The fixed price for the term.

", "locationName":"price" }, "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

", "locationName":"currencyCode" }, "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" } }, "documentation":"

Describes the price for a Reserved Instance.

" }, "PriceScheduleList":{ "type":"list", "member":{ "shape":"PriceSchedule", "locationName":"item" } }, "PriceScheduleSpecification":{ "type":"structure", "members":{ "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" }, "Price":{ "shape":"Double", "documentation":"

The fixed price for the term.

", "locationName":"price" }, "CurrencyCode":{ "shape":"CurrencyCodeValues", "documentation":"

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

", "locationName":"currencyCode" } }, "documentation":"

Describes the price for a Reserved Instance.

" }, "PriceScheduleSpecificationList":{ "type":"list", "member":{ "shape":"PriceScheduleSpecification", "locationName":"item" } }, "PricingDetail":{ "type":"structure", "members":{ "Price":{ "shape":"Double", "documentation":"

The price per instance.

", "locationName":"price" }, "Count":{ "shape":"Integer", "documentation":"

The number of instances available for the price.

", "locationName":"count" } }, "documentation":"

Describes a Reserved Instance offering.

" }, "PricingDetailsList":{ "type":"list", "member":{ "shape":"PricingDetail", "locationName":"item" } }, "PrivateIpAddressSpecification":{ "type":"structure", "required":["PrivateIpAddress"], "members":{ "PrivateIpAddress":{ "shape":"String", "documentation":"

The private IP addresses.

", "locationName":"privateIpAddress" }, "Primary":{ "shape":"Boolean", "documentation":"

Indicates whether the private IP address is the primary private IP address. Only one IP address can be designated as primary.

", "locationName":"primary" } }, "documentation":"

Describes a secondary private IP 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 (VGW).

", "locationName":"gatewayId" } }, "documentation":"

Describes a virtual private gateway propagating route.

" }, "PropagatingVgwList":{ "type":"list", "member":{ "shape":"PropagatingVgw", "locationName":"item" } }, "PublicIpStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"PublicIp" } }, "PurchaseReservedInstancesOfferingRequest":{ "type":"structure", "required":[ "ReservedInstancesOfferingId", "InstanceCount" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ReservedInstancesOfferingId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance offering to purchase.

" }, "InstanceCount":{ "shape":"Integer", "documentation":"

The number of Reserved Instances to purchase.

" }, "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" } } }, "PurchaseReservedInstancesOfferingResult":{ "type":"structure", "members":{ "ReservedInstancesId":{ "shape":"String", "documentation":"

The IDs of the purchased Reserved Instances.

", "locationName":"reservedInstancesId" } } }, "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":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

", "locationName":"InstanceId" } } }, "RecurringCharge":{ "type":"structure", "members":{ "Frequency":{ "shape":"RecurringChargeFrequency", "documentation":"

The frequency of the recurring charge.

", "locationName":"frequency" }, "Amount":{ "shape":"Double", "documentation":"

The amount of the recurring charge.

", "locationName":"amount" } }, "documentation":"

Describes a recurring charge.

" }, "RecurringChargeFrequency":{ "type":"string", "enum":["Hourly"] }, "RecurringChargesList":{ "type":"list", "member":{ "shape":"RecurringCharge", "locationName":"item" } }, "Region":{ "type":"structure", "members":{ "RegionName":{ "shape":"String", "documentation":"

The name of the region.

", "locationName":"regionName" }, "Endpoint":{ "shape":"String", "documentation":"

The region service endpoint.

", "locationName":"regionEndpoint" } }, "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":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ImageLocation":{ "shape":"String", "documentation":"

The full path to your AMI manifest in Amazon S3 storage.

" }, "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" }, "Description":{ "shape":"String", "documentation":"

A description for your AMI.

", "locationName":"description" }, "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" }, "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel.

", "locationName":"kernelId" }, "RamdiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk.

", "locationName":"ramdiskId" }, "RootDeviceName":{ "shape":"String", "documentation":"

The name of the root device (for example, /dev/sda1, or xvda).

", "locationName":"rootDeviceName" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingRequestList", "documentation":"

One or more block device mapping entries.

", "locationName":"BlockDeviceMapping" }, "VirtualizationType":{ "shape":"String", "documentation":"

The type of virtualization.

Default: paravirtual

", "locationName":"virtualizationType" }, "SriovNetSupport":{ "shape":"String", "documentation":"

Set to simple to enable enhanced networking for the AMI and any instances that you launch from the AMI.

There is no way to disable enhanced networking 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" } } }, "RegisterImageResult":{ "type":"structure", "members":{ "ImageId":{ "shape":"String", "documentation":"

The ID of the newly registered AMI.

", "locationName":"imageId" } } }, "RejectVpcPeeringConnectionRequest":{ "type":"structure", "required":["VpcPeeringConnectionId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "VpcPeeringConnectionId":{ "shape":"String", "documentation":"

The ID of the VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } } }, "RejectVpcPeeringConnectionResult":{ "type":"structure", "members":{ "Return":{ "shape":"Boolean", "documentation":"

Returns true if the request succeeds; otherwise, it returns an error.

", "locationName":"return" } } }, "ReleaseAddressRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "PublicIp":{ "shape":"String", "documentation":"

[EC2-Classic] The Elastic IP address. Required for EC2-Classic.

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

[EC2-VPC] The allocation ID. Required for EC2-VPC.

" } } }, "ReplaceNetworkAclAssociationRequest":{ "type":"structure", "required":[ "AssociationId", "NetworkAclId" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "AssociationId":{ "shape":"String", "documentation":"

The ID of the current association between the original network ACL and the subnet.

", "locationName":"associationId" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the new network ACL to associate with the subnet.

", "locationName":"networkAclId" } } }, "ReplaceNetworkAclAssociationResult":{ "type":"structure", "members":{ "NewAssociationId":{ "shape":"String", "documentation":"

The ID of the new association.

", "locationName":"newAssociationId" } } }, "ReplaceNetworkAclEntryRequest":{ "type":"structure", "required":[ "NetworkAclId", "RuleNumber", "Protocol", "RuleAction", "Egress", "CidrBlock" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "NetworkAclId":{ "shape":"String", "documentation":"

The ID of the ACL.

", "locationName":"networkAclId" }, "RuleNumber":{ "shape":"Integer", "documentation":"

The rule number of the entry to replace.

", "locationName":"ruleNumber" }, "Protocol":{ "shape":"String", "documentation":"

The IP protocol. You can specify all or -1 to mean all protocols.

", "locationName":"protocol" }, "RuleAction":{ "shape":"RuleAction", "documentation":"

Indicates whether to allow or deny the traffic that matches the rule.

", "locationName":"ruleAction" }, "Egress":{ "shape":"Boolean", "documentation":"

Indicates whether to replace the egress rule.

Default: If no value is specified, we replace the ingress rule.

", "locationName":"egress" }, "CidrBlock":{ "shape":"String", "documentation":"

The network range to allow or deny, in CIDR notation.

", "locationName":"cidrBlock" }, "IcmpTypeCode":{ "shape":"IcmpTypeCode", "documentation":"

ICMP protocol: The ICMP type and code. Required if specifying 1 (ICMP) for the protocol.

", "locationName":"Icmp" }, "PortRange":{ "shape":"PortRange", "documentation":"

TCP or UDP protocols: The range of ports the rule applies to. Required if specifying 6 (TCP) or 17 (UDP) for the protocol.

", "locationName":"portRange" } } }, "ReplaceRouteRequest":{ "type":"structure", "required":[ "RouteTableId", "DestinationCidrBlock" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" }, "DestinationCidrBlock":{ "shape":"String", "documentation":"

The CIDR address block used for the destination match. The value you provide must match the CIDR of an existing route in the table.

", "locationName":"destinationCidrBlock" }, "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" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of a network interface.

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

The ID of a VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } } }, "ReplaceRouteTableAssociationRequest":{ "type":"structure", "required":[ "AssociationId", "RouteTableId" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "AssociationId":{ "shape":"String", "documentation":"

The association ID.

", "locationName":"associationId" }, "RouteTableId":{ "shape":"String", "documentation":"

The ID of the new route table to associate with the subnet.

", "locationName":"routeTableId" } } }, "ReplaceRouteTableAssociationResult":{ "type":"structure", "members":{ "NewAssociationId":{ "shape":"String", "documentation":"

The ID of the new association.

", "locationName":"newAssociationId" } } }, "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", "Status", "ReasonCodes" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "Instances":{ "shape":"InstanceIdStringList", "documentation":"

One or more instances.

", "locationName":"instanceId" }, "Status":{ "shape":"ReportStatusType", "documentation":"

The status of all instances listed.

", "locationName":"status" }, "StartTime":{ "shape":"DateTime", "documentation":"

The time at which the reported instance health state began.

", "locationName":"startTime" }, "EndTime":{ "shape":"DateTime", "documentation":"

The time at which the reported instance health state ended.

", "locationName":"endTime" }, "ReasonCodes":{ "shape":"ReasonCodesList", "documentation":"

One or more reason codes that describes the health state of your instance.

", "locationName":"reasonCode" }, "Description":{ "shape":"String", "documentation":"

Descriptive text about the health state of your instance.

", "locationName":"description" } } }, "ReportStatusType":{ "type":"string", "enum":[ "ok", "impaired" ] }, "RequestSpotInstancesRequest":{ "type":"structure", "required":["SpotPrice"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SpotPrice":{ "shape":"String", "documentation":"

The maximum hourly price for any Spot Instance launched to fulfill the request.

", "locationName":"spotPrice" }, "InstanceCount":{ "shape":"Integer", "documentation":"

The maximum number of Spot Instances to launch.

Default: 1

", "locationName":"instanceCount" }, "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.

Default: The request is effective indefinitely.

", "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 and time is reached.

Default: The request is effective indefinitely.

", "locationName":"validUntil" }, "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" }, "AvailabilityZoneGroup":{ "shape":"String", "documentation":"

The user-specified name for a logical grouping of bids.

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 bids 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 bid is expired, or the bid falls below current market), 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" }, "LaunchSpecification":{"shape":"RequestSpotLaunchSpecification"} } }, "RequestSpotInstancesResult":{ "type":"structure", "members":{ "SpotInstanceRequests":{ "shape":"SpotInstanceRequestList", "documentation":"

Information about the Spot Instance request.

", "locationName":"spotInstanceRequestSet" } } }, "Reservation":{ "type":"structure", "members":{ "ReservationId":{ "shape":"String", "documentation":"

The ID of the reservation.

", "locationName":"reservationId" }, "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" }, "Groups":{ "shape":"GroupIdentifierList", "documentation":"

One or more security groups.

", "locationName":"groupSet" }, "Instances":{ "shape":"InstanceList", "documentation":"

One or more instances.

", "locationName":"instancesSet" } }, "documentation":"

Describes a reservation.

" }, "ReservationList":{ "type":"list", "member":{ "shape":"Reservation", "locationName":"item" } }, "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.

" }, "ReservedInstanceState":{ "type":"string", "enum":[ "payment-pending", "active", "payment-failed", "retired" ] }, "ReservedInstances":{ "type":"structure", "members":{ "ReservedInstancesId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance.

", "locationName":"reservedInstancesId" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type on which the Reserved Instance can be used.

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

The Availability Zone in which the Reserved Instance can be used.

", "locationName":"availabilityZone" }, "Start":{ "shape":"DateTime", "documentation":"

The date and time the Reserved Instance started.

", "locationName":"start" }, "End":{ "shape":"DateTime", "documentation":"

The time when the Reserved Instance expires.

", "locationName":"end" }, "Duration":{ "shape":"Long", "documentation":"

The duration of the Reserved Instance, in seconds.

", "locationName":"duration" }, "UsagePrice":{ "shape":"Float", "documentation":"

The usage price of the Reserved Instance, per hour.

", "locationName":"usagePrice" }, "FixedPrice":{ "shape":"Float", "documentation":"

The purchase price of the Reserved Instance.

", "locationName":"fixedPrice" }, "InstanceCount":{ "shape":"Integer", "documentation":"

The number of Reserved Instances purchased.

", "locationName":"instanceCount" }, "ProductDescription":{ "shape":"RIProductDescription", "documentation":"

The Reserved Instance description.

", "locationName":"productDescription" }, "State":{ "shape":"ReservedInstanceState", "documentation":"

The state of the Reserved Instance purchase.

", "locationName":"state" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the resource.

", "locationName":"tagSet" }, "InstanceTenancy":{ "shape":"Tenancy", "documentation":"

The tenancy of the reserved instance.

", "locationName":"instanceTenancy" }, "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" }, "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" } }, "documentation":"

Describes a Reserved Instance.

" }, "ReservedInstancesConfiguration":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone for the modified Reserved Instances.

", "locationName":"availabilityZone" }, "Platform":{ "shape":"String", "documentation":"

The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.

", "locationName":"platform" }, "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" } }, "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":{ "ReservedInstancesListingId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance listing.

", "locationName":"reservedInstancesListingId" }, "ReservedInstancesId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance.

", "locationName":"reservedInstancesId" }, "CreateDate":{ "shape":"DateTime", "documentation":"

The time the listing was created.

", "locationName":"createDate" }, "UpdateDate":{ "shape":"DateTime", "documentation":"

The last modified timestamp of the listing.

", "locationName":"updateDate" }, "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" }, "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" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the resource.

", "locationName":"tagSet" }, "ClientToken":{ "shape":"String", "documentation":"

The idempotency token you provided when you created the listing.

", "locationName":"clientToken" } }, "documentation":"

Describes a Reserved Instance listing.

" }, "ReservedInstancesListingList":{ "type":"list", "member":{ "shape":"ReservedInstancesListing", "locationName":"item" } }, "ReservedInstancesModification":{ "type":"structure", "members":{ "ReservedInstancesModificationId":{ "shape":"String", "documentation":"

A unique ID for the Reserved Instance modification.

", "locationName":"reservedInstancesModificationId" }, "ReservedInstancesIds":{ "shape":"ReservedIntancesIds", "documentation":"

The IDs of one or more Reserved Instances.

", "locationName":"reservedInstancesSet" }, "ModificationResults":{ "shape":"ReservedInstancesModificationResultList", "documentation":"

Contains target configurations along with their corresponding new Reserved Instance IDs.

", "locationName":"modificationResultSet" }, "CreateDate":{ "shape":"DateTime", "documentation":"

The time when the modification request was created.

", "locationName":"createDate" }, "UpdateDate":{ "shape":"DateTime", "documentation":"

The time when the modification request was last updated.

", "locationName":"updateDate" }, "EffectiveDate":{ "shape":"DateTime", "documentation":"

The time for the modification to become effective.

", "locationName":"effectiveDate" }, "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" }, "ClientToken":{ "shape":"String", "documentation":"

A unique, case-sensitive key supplied by the client to ensure that the modification request is idempotent.

", "locationName":"clientToken" } }, "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" } } }, "ReservedInstancesModificationResultList":{ "type":"list", "member":{ "shape":"ReservedInstancesModificationResult", "locationName":"item" } }, "ReservedInstancesOffering":{ "type":"structure", "members":{ "ReservedInstancesOfferingId":{ "shape":"String", "documentation":"

The ID of the Reserved Instance offering.

", "locationName":"reservedInstancesOfferingId" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type on which the Reserved Instance can be used.

", "locationName":"instanceType" }, "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" }, "UsagePrice":{ "shape":"Float", "documentation":"

The usage price of the Reserved Instance, per hour.

", "locationName":"usagePrice" }, "FixedPrice":{ "shape":"Float", "documentation":"

The purchase price of the Reserved Instance.

", "locationName":"fixedPrice" }, "ProductDescription":{ "shape":"RIProductDescription", "documentation":"

The Reserved Instance description.

", "locationName":"productDescription" }, "InstanceTenancy":{ "shape":"Tenancy", "documentation":"

The tenancy of the reserved instance.

", "locationName":"instanceTenancy" }, "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" }, "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" }, "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" }, "PricingDetails":{ "shape":"PricingDetailsList", "documentation":"

The pricing details of the Reserved Instance offering.

", "locationName":"pricingDetailsSet" } }, "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" } }, "ResetImageAttributeName":{ "type":"string", "enum":["launchPermission"] }, "ResetImageAttributeRequest":{ "type":"structure", "required":[ "ImageId", "Attribute" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

" }, "Attribute":{ "shape":"ResetImageAttributeName", "documentation":"

The attribute to reset (currently you can only reset the launch permission attribute).

" } } }, "ResetInstanceAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "Attribute" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "Attribute":{ "shape":"InstanceAttributeName", "documentation":"

The attribute to reset.

", "locationName":"attribute" } } }, "ResetNetworkInterfaceAttributeRequest":{ "type":"structure", "required":["NetworkInterfaceId"], "members":{ "DryRun":{ "shape":"Boolean", "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" } } }, "ResetSnapshotAttributeRequest":{ "type":"structure", "required":[ "SnapshotId", "Attribute" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot.

" }, "Attribute":{ "shape":"SnapshotAttributeName", "documentation":"

The attribute to reset (currently only the attribute for permission to create volumes can be reset).

" } } }, "ResourceIdList":{ "type":"list", "member":{"shape":"String"} }, "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" ] }, "RestorableByStringList":{ "type":"list", "member":{"shape":"String"} }, "RevokeSecurityGroupEgressRequest":{ "type":"structure", "required":["GroupId"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" }, "SourceSecurityGroupName":{ "shape":"String", "documentation":"

[EC2-Classic, default VPC] The name of the destination security group. You can't specify a destination security group and a CIDR IP address range.

", "locationName":"sourceSecurityGroupName" }, "SourceSecurityGroupOwnerId":{ "shape":"String", "documentation":"

The ID of the destination security group. You can't specify a destination security group and a CIDR IP address range.

", "locationName":"sourceSecurityGroupOwnerId" }, "IpProtocol":{ "shape":"String", "documentation":"

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.

", "locationName":"ipProtocol" }, "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.

", "locationName":"fromPort" }, "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.

", "locationName":"toPort" }, "CidrIp":{ "shape":"String", "documentation":"

The CIDR IP address range. You can't specify this parameter when specifying a source security group.

", "locationName":"cidrIp" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

A set of IP permissions. You can't specify a destination security group and a CIDR IP address range.

", "locationName":"ipPermissions" } } }, "RevokeSecurityGroupIngressRequest":{ "type":"structure", "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "GroupName":{ "shape":"String", "documentation":"

[EC2-Classic, default VPC] The name of the security group.

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

The ID of the security group.

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

[EC2-Classic, default VPC] The name of the source security group. You can't specify a source security group and a CIDR IP address range.

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

The ID of the source security group. You can't specify a source security group and a CIDR IP address range.

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

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.

" }, "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.

" }, "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.

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

The CIDR IP address range. You can't specify this parameter when specifying a source security group.

" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

A set of IP permissions. You can't specify a source security group and a CIDR IP address range.

" } } }, "Route":{ "type":"structure", "members":{ "DestinationCidrBlock":{ "shape":"String", "documentation":"

The CIDR block used for the destination match.

", "locationName":"destinationCidrBlock" }, "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" }, "NetworkInterfaceId":{ "shape":"String", "documentation":"

The ID of the network interface.

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

The ID of the VPC peering connection.

", "locationName":"vpcPeeringConnectionId" }, "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" }, "Origin":{ "shape":"RouteOrigin", "documentation":"

Describes how the route was created.

", "locationName":"origin" } }, "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":{ "RouteTableId":{ "shape":"String", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "Routes":{ "shape":"RouteList", "documentation":"

The routes in the route table.

", "locationName":"routeSet" }, "Associations":{ "shape":"RouteTableAssociationList", "documentation":"

The associations between the route table and one or more subnets.

", "locationName":"associationSet" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the route table.

", "locationName":"tagSet" }, "PropagatingVgws":{ "shape":"PropagatingVgwList", "documentation":"

Any virtual private gateway (VGW) propagating routes.

", "locationName":"propagatingVgwSet" } }, "documentation":"

Describes a route table.

" }, "RouteTableAssociation":{ "type":"structure", "members":{ "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.

", "locationName":"subnetId" }, "Main":{ "shape":"Boolean", "documentation":"

Indicates whether this is the main route table.

", "locationName":"main" } }, "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 monitoring is enabled for the instance.

", "locationName":"enabled" } }, "documentation":"

Describes the monitoring for the instance.

" }, "RunInstancesRequest":{ "type":"structure", "required":[ "ImageId", "MinCount", "MaxCount" ], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI, which you can get by calling DescribeImages.

" }, "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.

" }, "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 General FAQ.

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

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you launch an instance without specifying a key pair, you can't connect to the instance.

" }, "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" }, "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" }, "UserData":{ "shape":"String", "documentation":"

The Base64-encoded MIME user data for the instances.

" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type. For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.

Default: m1.small

" }, "Placement":{ "shape":"Placement", "documentation":"

The placement for the instance.

" }, "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.

" }, "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.

" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingRequestList", "documentation":"

The block device mapping.

", "locationName":"BlockDeviceMapping" }, "Monitoring":{ "shape":"RunInstancesMonitoringEnabled", "documentation":"

The monitoring for the instance.

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

[EC2-VPC] The ID of the subnet to launch the instance into.

" }, "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. If you set this parameter to true and then later want to be able to terminate the instance, you must first change the value of the disableApiTermination attribute to false using 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" }, "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" }, "PrivateIpAddress":{ "shape":"String", "documentation":"

[EC2-VPC] The primary IP address. You must specify a value from the IP address range of the subnet.

Only one private IP address can be designated as primary. Therefore, you can't specify this parameter if PrivateIpAddresses.n.Primary is set to true and PrivateIpAddresses.n.PrivateIpAddress is set to an IP address.

Default: We select an IP address from the IP address range of the subnet.

", "locationName":"privateIpAddress" }, "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 in the Amazon Elastic Compute Cloud User Guide.

Constraints: Maximum 64 ASCII characters

", "locationName":"clientToken" }, "AdditionalInfo":{ "shape":"String", "documentation":"

Reserved.

", "locationName":"additionalInfo" }, "NetworkInterfaces":{ "shape":"InstanceNetworkInterfaceSpecificationList", "documentation":"

One or more network interfaces.

", "locationName":"networkInterface" }, "IamInstanceProfile":{ "shape":"IamInstanceProfileSpecification", "documentation":"

The IAM instance profile.

", "locationName":"iamInstanceProfile" }, "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 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" } } }, "S3Storage":{ "type":"structure", "members":{ "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" }, "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.

" }, "UploadPolicy":{ "shape":"Blob", "documentation":"

A Base64-encoded 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 Base64 encoded JSON document.

", "locationName":"uploadPolicySignature" } }, "documentation":"

Describes the S3 bucket for an instance store-backed AMI.

" }, "SecurityGroup":{ "type":"structure", "members":{ "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the owner of the security group.

", "locationName":"ownerId" }, "GroupName":{ "shape":"String", "documentation":"

The name of the security group.

", "locationName":"groupName" }, "GroupId":{ "shape":"String", "documentation":"

The ID of the security group.

", "locationName":"groupId" }, "Description":{ "shape":"String", "documentation":"

A description of the security group.

", "locationName":"groupDescription" }, "IpPermissions":{ "shape":"IpPermissionList", "documentation":"

One or more inbound rules associated with the security group.

", "locationName":"ipPermissions" }, "IpPermissionsEgress":{ "shape":"IpPermissionList", "documentation":"

[EC2-VPC] One or more outbound rules associated with the security group.

", "locationName":"ipPermissionsEgress" }, "VpcId":{ "shape":"String", "documentation":"

[EC2-VPC] The ID of the VPC for the security group.

", "locationName":"vpcId" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the security group.

", "locationName":"tagSet" } }, "documentation":"

Describes a security group

" }, "SecurityGroupIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"SecurityGroupId" } }, "SecurityGroupList":{ "type":"list", "member":{ "shape":"SecurityGroup", "locationName":"item" } }, "SecurityGroupStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"SecurityGroup" } }, "ShutdownBehavior":{ "type":"string", "enum":[ "stop", "terminate" ] }, "Snapshot":{ "type":"structure", "members":{ "SnapshotId":{ "shape":"String", "documentation":"

The ID of the snapshot.

", "locationName":"snapshotId" }, "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

", "locationName":"volumeId" }, "State":{ "shape":"SnapshotState", "documentation":"

The snapshot state.

", "locationName":"status" }, "StartTime":{ "shape":"DateTime", "documentation":"

The time stamp when the snapshot was initiated.

", "locationName":"startTime" }, "Progress":{ "shape":"String", "documentation":"

The progress of the snapshot, as a percentage.

", "locationName":"progress" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the Amazon EBS snapshot owner.

", "locationName":"ownerId" }, "Description":{ "shape":"String", "documentation":"

The description for the snapshot.

", "locationName":"description" }, "VolumeSize":{ "shape":"Integer", "documentation":"

The size of the volume, in GiB.

", "locationName":"volumeSize" }, "OwnerAlias":{ "shape":"String", "documentation":"

The AWS account alias (for example, amazon, self) or AWS account ID that owns the snapshot.

", "locationName":"ownerAlias" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the snapshot.

", "locationName":"tagSet" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Indicates whether the snapshot is encrypted.

", "locationName":"encrypted" } }, "documentation":"

Describes a snapshot.

" }, "SnapshotAttributeName":{ "type":"string", "enum":[ "productCodes", "createVolumePermission" ] }, "SnapshotIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"SnapshotId" } }, "SnapshotList":{ "type":"list", "member":{ "shape":"Snapshot", "locationName":"item" } }, "SnapshotState":{ "type":"string", "enum":[ "pending", "completed", "error" ] }, "SpotDatafeedSubscription":{ "type":"structure", "members":{ "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the account.

", "locationName":"ownerId" }, "Bucket":{ "shape":"String", "documentation":"

The Amazon S3 bucket where the Spot Instance datafeed is located.

", "locationName":"bucket" }, "Prefix":{ "shape":"String", "documentation":"

The prefix that is prepended to datafeed files.

", "locationName":"prefix" }, "State":{ "shape":"DatafeedSubscriptionState", "documentation":"

The state of the Spot Instance datafeed subscription.

", "locationName":"state" }, "Fault":{ "shape":"SpotInstanceStateFault", "documentation":"

The fault codes for the Spot Instance request, if any.

", "locationName":"fault" } }, "documentation":"

Describes the datafeed for a Spot Instance.

" }, "SpotInstanceRequest":{ "type":"structure", "members":{ "SpotInstanceRequestId":{ "shape":"String", "documentation":"

The ID of the Spot Instance request.

", "locationName":"spotInstanceRequestId" }, "SpotPrice":{ "shape":"String", "documentation":"

The maximum hourly price for any Spot Instance launched to fulfill the request.

", "locationName":"spotPrice" }, "Type":{ "shape":"SpotInstanceType", "documentation":"

The Spot Instance request type.

", "locationName":"type" }, "State":{ "shape":"SpotInstanceState", "documentation":"

The state of the Spot Instance request. Spot bid status information can help you track your Spot Instance requests. For information, see Tracking Spot Requests with Bid Status Codes in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"state" }, "Fault":{ "shape":"SpotInstanceStateFault", "documentation":"

The fault codes for the Spot Instance request, if any.

", "locationName":"fault" }, "Status":{ "shape":"SpotInstanceStatus", "documentation":"

The status code and status message describing the Spot Instance request.

", "locationName":"status" }, "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.

", "locationName":"validUntil" }, "LaunchGroup":{ "shape":"String", "documentation":"

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

", "locationName":"launchGroup" }, "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" }, "LaunchSpecification":{ "shape":"LaunchSpecification", "documentation":"

Additional information for launching instances.

", "locationName":"launchSpecification" }, "InstanceId":{ "shape":"String", "documentation":"

The instance ID, if an instance has been launched to fulfill the Spot Instance request.

", "locationName":"instanceId" }, "CreateTime":{ "shape":"DateTime", "documentation":"

The time stamp when the Spot Instance request was created.

", "locationName":"createTime" }, "ProductDescription":{ "shape":"RIProductDescription", "documentation":"

The product description associated with the Spot Instance.

", "locationName":"productDescription" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the resource.

", "locationName":"tagSet" }, "LaunchedAvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone in which the bid is launched.

", "locationName":"launchedAvailabilityZone" } }, "documentation":"

Describe 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 of the request.

", "locationName":"code" }, "UpdateTime":{ "shape":"DateTime", "documentation":"

The time of the most recent status update.

", "locationName":"updateTime" }, "Message":{ "shape":"String", "documentation":"

The description for the status code for the Spot request.

", "locationName":"message" } }, "documentation":"

Describes a Spot Instance request.

" }, "SpotInstanceType":{ "type":"string", "enum":[ "one-time", "persistent" ] }, "SpotPlacement":{ "type":"structure", "members":{ "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone.

", "locationName":"availabilityZone" }, "GroupName":{ "shape":"String", "documentation":"

The name of the placement group (for cluster instances).

", "locationName":"groupName" } }, "documentation":"

Describes Spot Instance placement.

" }, "SpotPrice":{ "type":"structure", "members":{ "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 you will pay to launch one or more Spot Instances.

", "locationName":"spotPrice" }, "Timestamp":{ "shape":"DateTime", "documentation":"

The date and time the request was created.

", "locationName":"timestamp" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone.

", "locationName":"availabilityZone" } }, "documentation":"

Describes the Spot Price.

" }, "SpotPriceHistoryList":{ "type":"list", "member":{ "shape":"SpotPrice", "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", "locationName":"dryRun" } } }, "StartInstancesResult":{ "type":"structure", "members":{ "StartingInstances":{ "shape":"InstanceStateChangeList", "documentation":"

Information about one or more started instances.

", "locationName":"instancesSet" } } }, "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.

" }, "StatusName":{ "type":"string", "enum":["reachability"] }, "StatusType":{ "type":"string", "enum":[ "passed", "failed", "insufficient-data" ] }, "StopInstancesRequest":{ "type":"structure", "required":["InstanceIds"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

", "locationName":"InstanceId" }, "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" } } }, "StopInstancesResult":{ "type":"structure", "members":{ "StoppingInstances":{ "shape":"InstanceStateChangeList", "documentation":"

Information about one or more stopped instances.

", "locationName":"instancesSet" } } }, "Storage":{ "type":"structure", "members":{ "S3":{ "shape":"S3Storage", "documentation":"

An Amazon S3 storage location.

" } }, "documentation":"

Describes the storage location for an instance store-backed AMI.

" }, "String":{"type":"string"}, "Subnet":{ "type":"structure", "members":{ "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" }, "State":{ "shape":"SubnetState", "documentation":"

The current state of the subnet.

", "locationName":"state" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC the subnet is in.

", "locationName":"vpcId" }, "CidrBlock":{ "shape":"String", "documentation":"

The CIDR block assigned to the subnet.

", "locationName":"cidrBlock" }, "AvailableIpAddressCount":{ "shape":"Integer", "documentation":"

The number of unused IP addresses in the subnet. Note that the IP addresses for any stopped instances are considered unavailable.

", "locationName":"availableIpAddressCount" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone of the subnet.

", "locationName":"availabilityZone" }, "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 IP address.

", "locationName":"mapPublicIpOnLaunch" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the subnet.

", "locationName":"tagSet" } }, "documentation":"

Describes a subnet.

" }, "SubnetIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"SubnetId" } }, "SubnetList":{ "type":"list", "member":{ "shape":"Subnet", "locationName":"item" } }, "SubnetState":{ "type":"string", "enum":[ "pending", "available" ] }, "SummaryStatus":{ "type":"string", "enum":[ "ok", "impaired", "insufficient-data", "not-applicable" ] }, "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":{ "ResourceId":{ "shape":"String", "documentation":"

The ID of the resource. For example, ami-1a2b3c4d.

", "locationName":"resourceId" }, "ResourceType":{ "shape":"ResourceType", "documentation":"

The type of resource.

", "locationName":"resourceType" }, "Key":{ "shape":"String", "documentation":"

The key of the tag.

", "locationName":"key" }, "Value":{ "shape":"String", "documentation":"

The value of the tag.

", "locationName":"value" } }, "documentation":"

Describes a tag.

" }, "TagDescriptionList":{ "type":"list", "member":{ "shape":"TagDescription", "locationName":"item" } }, "TagList":{ "type":"list", "member":{ "shape":"Tag", "locationName":"item" } }, "TelemetryStatus":{ "type":"string", "enum":[ "UP", "DOWN" ] }, "Tenancy":{ "type":"string", "enum":[ "default", "dedicated" ] }, "TerminateInstancesRequest":{ "type":"structure", "required":["InstanceIds"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

", "locationName":"InstanceId" } } }, "TerminateInstancesResult":{ "type":"structure", "members":{ "TerminatingInstances":{ "shape":"InstanceStateChangeList", "documentation":"

Information about one or more terminated instances.

", "locationName":"instancesSet" } } }, "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" } } }, "UnmonitorInstancesRequest":{ "type":"structure", "required":["InstanceIds"], "members":{ "DryRun":{ "shape":"Boolean", "locationName":"dryRun" }, "InstanceIds":{ "shape":"InstanceIdStringList", "documentation":"

One or more instance IDs.

", "locationName":"InstanceId" } } }, "UnmonitorInstancesResult":{ "type":"structure", "members":{ "InstanceMonitorings":{ "shape":"InstanceMonitoringList", "documentation":"

Monitoring information for one or more instances.

", "locationName":"instancesSet" } } }, "UserGroupStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"UserGroup" } }, "UserIdGroupPair":{ "type":"structure", "members":{ "UserId":{ "shape":"String", "documentation":"

The ID of an AWS account.

", "locationName":"userId" }, "GroupName":{ "shape":"String", "documentation":"

The ID of the security group owned by the specified AWS account.

", "locationName":"groupName" }, "GroupId":{ "shape":"String", "documentation":"

The name of the security group in the specified AWS account.

", "locationName":"groupId" } }, "documentation":"

Describes a security group and AWS account ID pair for EC2-Classic.

" }, "UserIdGroupPairList":{ "type":"list", "member":{ "shape":"UserIdGroupPair", "locationName":"item" } }, "UserIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"UserId" } }, "ValueStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"item" } }, "VgwTelemetry":{ "type":"structure", "members":{ "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" }, "LastStatusChange":{ "shape":"DateTime", "documentation":"

The date and time of the last change in status.

", "locationName":"lastStatusChange" }, "StatusMessage":{ "shape":"String", "documentation":"

If an error occurs, a description of the error.

", "locationName":"statusMessage" }, "AcceptedRouteCount":{ "shape":"Integer", "documentation":"

The number of accepted routes.

", "locationName":"acceptedRouteCount" } }, "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":{ "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

", "locationName":"volumeId" }, "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" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone for the volume.

", "locationName":"availabilityZone" }, "State":{ "shape":"VolumeState", "documentation":"

The volume state.

", "locationName":"status" }, "CreateTime":{ "shape":"DateTime", "documentation":"

The time stamp when volume creation was initiated.

", "locationName":"createTime" }, "Attachments":{ "shape":"VolumeAttachmentList", "locationName":"attachmentSet" }, "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) volumes, io1 for Provisioned IOPS (SSD) volumes, or standard for Magnetic volumes.

", "locationName":"volumeType" }, "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 on 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 to 4000 for Provisioned IOPS (SSD) volumes and 3 to 3072 for General Purpose (SSD) volumes.

Condition: This parameter is required for requests to create io1 volumes; it is not used in requests to create standard or gp2 volumes.

", "locationName":"iops" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Indicates whether the volume is encrypted.

", "locationName":"encrypted" } }, "documentation":"

Describes a volume.

" }, "VolumeAttachment":{ "type":"structure", "members":{ "VolumeId":{ "shape":"String", "documentation":"

The ID of the volume.

", "locationName":"volumeId" }, "InstanceId":{ "shape":"String", "documentation":"

The ID of the instance.

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

The device name.

", "locationName":"device" }, "State":{ "shape":"VolumeAttachmentState", "documentation":"

The attachment state of the volume.

", "locationName":"status" }, "AttachTime":{ "shape":"DateTime", "documentation":"

The time stamp when the attachment initiated.

", "locationName":"attachTime" }, "DeleteOnTermination":{ "shape":"Boolean", "documentation":"

Indicates whether the Amazon 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" ] }, "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 Amazon EBS volume.

" }, "VolumeIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"VolumeId" } }, "VolumeList":{ "type":"list", "member":{ "shape":"Volume", "locationName":"item" } }, "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" }, "EventType":{ "shape":"String", "documentation":"

The event type associated with this operation.

", "locationName":"eventType" }, "EventId":{ "shape":"String", "documentation":"

The ID of the event associated with this operation.

", "locationName":"eventId" } }, "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":{ "EventType":{ "shape":"String", "documentation":"

The type of this event.

", "locationName":"eventType" }, "Description":{ "shape":"String", "documentation":"

A description of the event.

", "locationName":"description" }, "NotBefore":{ "shape":"DateTime", "documentation":"

The earliest start time of the event.

", "locationName":"notBefore" }, "NotAfter":{ "shape":"DateTime", "documentation":"

The latest end time of the event.

", "locationName":"notAfter" }, "EventId":{ "shape":"String", "documentation":"

The ID of this event.

", "locationName":"eventId" } }, "documentation":"

Describes a volume status event.

" }, "VolumeStatusEventsList":{ "type":"list", "member":{ "shape":"VolumeStatusEvent", "locationName":"item" } }, "VolumeStatusInfo":{ "type":"structure", "members":{ "Status":{ "shape":"VolumeStatusInfoStatus", "documentation":"

The status of the volume.

", "locationName":"status" }, "Details":{ "shape":"VolumeStatusDetailsList", "documentation":"

The details of the volume status.

", "locationName":"details" } }, "documentation":"

Describes the status of a volume.

" }, "VolumeStatusInfoStatus":{ "type":"string", "enum":[ "ok", "impaired", "insufficient-data" ] }, "VolumeStatusItem":{ "type":"structure", "members":{ "VolumeId":{ "shape":"String", "documentation":"

The volume ID.

", "locationName":"volumeId" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone of the volume.

", "locationName":"availabilityZone" }, "VolumeStatus":{ "shape":"VolumeStatusInfo", "documentation":"

The volume status.

", "locationName":"volumeStatus" }, "Events":{ "shape":"VolumeStatusEventsList", "documentation":"

A list of events associated with the volume.

", "locationName":"eventsSet" }, "Actions":{ "shape":"VolumeStatusActionsList", "documentation":"

The details of the operation.

", "locationName":"actionsSet" } }, "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" ] }, "Vpc":{ "type":"structure", "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "State":{ "shape":"VpcState", "documentation":"

The current state of the VPC.

", "locationName":"state" }, "CidrBlock":{ "shape":"String", "documentation":"

The 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" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the VPC.

", "locationName":"tagSet" }, "InstanceTenancy":{ "shape":"Tenancy", "documentation":"

The allowed tenancy of instances launched into the VPC.

", "locationName":"instanceTenancy" }, "IsDefault":{ "shape":"Boolean", "documentation":"

Indicates whether the VPC is the default VPC.

", "locationName":"isDefault" } }, "documentation":"

Describes a VPC.

" }, "VpcAttachment":{ "type":"structure", "members":{ "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" }, "State":{ "shape":"AttachmentStatus", "documentation":"

The current state of the attachment.

", "locationName":"state" } }, "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" ] }, "VpcIdStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"VpcId" } }, "VpcList":{ "type":"list", "member":{ "shape":"Vpc", "locationName":"item" } }, "VpcPeeringConnection":{ "type":"structure", "members":{ "AccepterVpcInfo":{ "shape":"VpcPeeringConnectionVpcInfo", "documentation":"

The information of the peer VPC.

", "locationName":"accepterVpcInfo" }, "ExpirationTime":{ "shape":"DateTime", "documentation":"

The time that an unaccepted VPC peering connection will expire.

", "locationName":"expirationTime" }, "RequesterVpcInfo":{ "shape":"VpcPeeringConnectionVpcInfo", "documentation":"

The information of the requester VPC.

", "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" } }, "VpcPeeringConnectionStateReason":{ "type":"structure", "members":{ "Code":{ "shape":"String", "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.

" }, "VpcPeeringConnectionVpcInfo":{ "type":"structure", "members":{ "CidrBlock":{ "shape":"String", "documentation":"

The CIDR block for the VPC.

", "locationName":"cidrBlock" }, "OwnerId":{ "shape":"String", "documentation":"

The AWS account ID of the VPC owner.

", "locationName":"ownerId" }, "VpcId":{ "shape":"String", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } }, "documentation":"

Describes a VPC in a VPC peering connection.

" }, "VpcState":{ "type":"string", "enum":[ "pending", "available" ] }, "VpnConnection":{ "type":"structure", "members":{ "VpnConnectionId":{ "shape":"String", "documentation":"

The ID of the VPN connection.

", "locationName":"vpnConnectionId" }, "State":{ "shape":"VpnState", "documentation":"

The current state of the VPN connection.

", "locationName":"state" }, "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" }, "Type":{ "shape":"GatewayType", "documentation":"

The type of VPN connection.

", "locationName":"type" }, "CustomerGatewayId":{ "shape":"String", "documentation":"

The ID of the customer gateway at your end of the VPN connection.

", "locationName":"customerGatewayId" }, "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway at the AWS side of the VPN connection.

", "locationName":"vpnGatewayId" }, "Tags":{ "shape":"TagList", "documentation":"

Any tags assigned to the VPN connection.

", "locationName":"tagSet" }, "VgwTelemetry":{ "shape":"VgwTelemetryList", "documentation":"

Information about the VPN tunnel.

", "locationName":"vgwTelemetry" }, "Options":{ "shape":"VpnConnectionOptions", "documentation":"

The VPN connection options.

", "locationName":"options" }, "Routes":{ "shape":"VpnStaticRouteList", "documentation":"

The static routes associated with the VPN connection.

", "locationName":"routes" } }, "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":"

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.

" }, "VpnGateway":{ "type":"structure", "members":{ "VpnGatewayId":{ "shape":"String", "documentation":"

The ID of the virtual private gateway.

", "locationName":"vpnGatewayId" }, "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" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Availability Zone where the virtual private gateway was created.

", "locationName":"availabilityZone" }, "VpcAttachments":{ "shape":"VpcAttachmentList", "documentation":"

Any VPCs attached to the virtual private gateway.

", "locationName":"attachments" }, "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"] }, "ZoneNameStringList":{ "type":"list", "member":{ "shape":"String", "locationName":"ZoneName" } }, "NewDhcpConfigurationList":{ "type":"list", "member":{ "shape":"NewDhcpConfiguration", "locationName":"item" } }, "NewDhcpConfiguration":{ "type":"structure", "members":{ "Key":{ "shape":"String", "locationName":"key" }, "Values":{ "shape":"ValueStringList", "locationName":"Value" } } }, "DhcpConfigurationValueList":{ "type":"list", "member":{ "shape":"AttributeValue", "locationName":"item" } }, "Blob":{"type":"blob"}, "BlobAttributeValue":{ "type":"structure", "members":{ "Value":{ "shape":"Blob", "locationName":"value" } } }, "RequestSpotLaunchSpecification":{ "type":"structure", "members":{ "ImageId":{ "shape":"String", "documentation":"

The ID of the AMI.

", "locationName":"imageId" }, "KeyName":{ "shape":"String", "documentation":"

The name of the key pair.

", "locationName":"keyName" }, "SecurityGroups":{ "shape":"ValueStringList", "locationName":"SecurityGroup" }, "UserData":{ "shape":"String", "documentation":"

The Base64-encoded MIME user data to make available to the instances.

", "locationName":"userData" }, "AddressingType":{ "shape":"String", "documentation":"

Deprecated.

", "locationName":"addressingType" }, "InstanceType":{ "shape":"InstanceType", "documentation":"

The instance type.

Default: m1.small

", "locationName":"instanceType" }, "Placement":{ "shape":"SpotPlacement", "documentation":"

The placement information for the instance.

", "locationName":"placement" }, "KernelId":{ "shape":"String", "documentation":"

The ID of the kernel.

", "locationName":"kernelId" }, "RamdiskId":{ "shape":"String", "documentation":"

The ID of the RAM disk.

", "locationName":"ramdiskId" }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingList", "documentation":"

One or more block device mapping entries.

", "locationName":"blockDeviceMapping" }, "SubnetId":{ "shape":"String", "documentation":"

The ID of the subnet in which to launch the Spot Instance.

", "locationName":"subnetId" }, "NetworkInterfaces":{ "shape":"InstanceNetworkInterfaceSpecificationList", "documentation":"

One or more network interfaces.

", "locationName":"NetworkInterface" }, "IamInstanceProfile":{ "shape":"IamInstanceProfileSpecification", "documentation":"

The IAM instance profile.

", "locationName":"iamInstanceProfile" }, "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" }, "Monitoring":{ "shape":"RunInstancesMonitoringEnabled", "locationName":"monitoring" }, "SecurityGroupIds":{ "shape":"ValueStringList", "locationName":"SecurityGroupId" } }, "documentation":"

Describes the launch specification of a Spot Instance.

" } } }