aws-sdk-core 2.0.42 → 2.0.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@
10
10
  "AttachClassicLinkVpc": "<p>Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the <code>running</code> state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it.</p> <p>After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. </p> <p>Linking your instance to a VPC is sometimes referred to as <i>attaching</i> your instance.</p>",
11
11
  "AttachInternetGateway": "<p>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 <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/\">Amazon Virtual Private Cloud User Guide</a>.</p>",
12
12
  "AttachNetworkInterface": "<p>Attaches a network interface to an instance.</p>",
13
- "AttachVolume": "<p>Attaches an Amazon EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.</p> <p>Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>For a list of supported device names, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html\">Attaching an Amazon EBS Volume to an Instance</a>. Any device names that aren't reserved for instance store volumes can be used for Amazon EBS volumes. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html\">Amazon EC2 Instance Store</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>If a volume has an AWS Marketplace product code:</p> <ul> <li>The volume can be attached only to a stopped instance.</li> <li>AWS Marketplace product codes are copied from the volume to the instance.</li> <li>You must be subscribed to the product.</li> <li>The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance.</li> </ul> <p>For an overview of the AWS Marketplace, see <a href=\"https://aws.amazon.com/marketplace/help/200900000\">Introducing AWS Marketplace</a>.</p> <p>For more information about Amazon EBS volumes, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html\">Attaching Amazon EBS Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
13
+ "AttachVolume": "<p>Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.</p> <p>Encrypted EBS volumes may only be attached to instances that support Amazon EBS encryption. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>For a list of supported device names, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html\">Attaching an EBS Volume to an Instance</a>. Any device names that aren't reserved for instance store volumes can be used for EBS volumes. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html\">Amazon EC2 Instance Store</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>If a volume has an AWS Marketplace product code:</p> <ul> <li>The volume can be attached only to a stopped instance.</li> <li>AWS Marketplace product codes are copied from the volume to the instance.</li> <li>You must be subscribed to the product.</li> <li>The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance.</li> </ul> <p>For an overview of the AWS Marketplace, see <a href=\"https://aws.amazon.com/marketplace/help/200900000\">Introducing AWS Marketplace</a>.</p> <p>For more information about EBS volumes, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html\">Attaching Amazon EBS Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
14
14
  "AttachVpnGateway": "<p>Attaches a virtual private gateway to a VPC. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html\">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
15
15
  "AuthorizeSecurityGroupEgress": "<p>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.</p> <important> <p>You can have up to 50 rules per security group (covering both ingress and egress rules).</p> </important> <p>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 <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html\">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p> <p>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.</p> <p>Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.</p>",
16
16
  "AuthorizeSecurityGroupIngress": "<p>Adds one or more ingress rules to a security group.</p> <important> <p>EC2-Classic: You can have up to 100 rules per group.</p> <p>EC2-VPC: You can have up to 50 rules per group (covering both ingress and egress rules).</p> </important> <p>Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.</p> <p>[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 <i>source groups</i>) permission to access a security group for your account. A source group can be for your own AWS account, or another.</p> <p>[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 <i>source groups</i>) permission to access a security group for your VPC. The security groups must all be for the same VPC.</p>",
@@ -22,12 +22,12 @@
22
22
  "CancelReservedInstancesListing": "<p>Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html\">Reserved Instance Marketplace</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
23
23
  "CancelSpotInstanceRequests": "<p>Cancels one or more Spot Instance requests. Spot Instances are instances that Amazon EC2 starts on your behalf when the bid 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, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html\">Spot Instance Requests</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <important> <p>Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.</p> </important>",
24
24
  "ConfirmProductInstance": "<p>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.</p>",
25
- "CopyImage": "<p>Initiates the copy of an AMI from the specified source region to the current region. You specify the destination region by using its endpoint when making the request. AMIs that use encrypted Amazon EBS snapshots cannot be copied with this method.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html\">Copying AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
26
- "CopySnapshot": "<p>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.</p> <p>Copies of encrypted Amazon EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted.</p> <note> <p>Copying snapshots that were encrypted with non-default AWS Key Management Service (KMS) master keys is not supported at this time. </p> </note> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-copy-snapshot.html\">Copying an Amazon EBS Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
25
+ "CopyImage": "<p>Initiates the copy of an AMI from the specified source region to the current region. You specify the destination region by using its endpoint when making the request. AMIs that use encrypted EBS snapshots cannot be copied with this method.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html\">Copying AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
26
+ "CopySnapshot": "<p>Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy the snapshot within the same region or from one region to another. You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs). The snapshot is copied to the regional endpoint that you send the HTTP request to.</p> <p>Copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted.</p> <note> <p>Copying snapshots that were encrypted with non-default AWS Key Management Service (KMS) master keys is not supported at this time. </p> </note> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-copy-snapshot.html\">Copying an Amazon EBS Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
27
27
  "CreateCustomerGateway": "<p>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).</p> <p>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).</p> <note> <p>Amazon EC2 supports all 2-byte ASN numbers in the range of 1 - 65534, with the exception of 7224, which is reserved in the <code>us-east-1</code> region, and 9059, which is reserved in the <code>eu-west-1</code> region.</p> </note> <p>For more information about VPN customer gateways, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html\">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p> <important> <p>You cannot create more than one customer gateway with the same VPN type, IP address, and BGP ASN parameter values. If you run an identical request more than one time, the first request creates the customer gateway, and subsequent requests return information about the existing customer gateway. The subsequent requests do not create new customer gateway resources. </p> </important>",
28
28
  "CreateDhcpOptions": "<p>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 <a href=\"http://www.ietf.org/rfc/rfc2132.txt\">RFC 2132</a>.</p> <ul> <li> <code>domain-name-servers</code> - The IP addresses of up to four domain name servers, or <code>AmazonProvidedDNS</code>. The default DHCP option set specifies <code>AmazonProvidedDNS</code>. If specifying more than one domain name server, specify the IP addresses in a single parameter, separated by commas.</li> <li> <code>domain-name</code> - If you're using AmazonProvidedDNS in <code>us-east-1</code>, specify <code>ec2.internal</code>. If you're using AmazonProvidedDNS in another region, specify <code>region.compute.internal</code> (for example, <code>ap-northeast-1.compute.internal</code>). Otherwise, specify a domain name (for example, <code>MyCompany.com</code>). <b>Important</b>: Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP options set is associated with a VPC that has instances with multiple operating systems, specify only one domain name.</li> <li> <code>ntp-servers</code> - The IP addresses of up to four Network Time Protocol (NTP) servers.</li> <li> <code>netbios-name-servers</code> - The IP addresses of up to four NetBIOS name servers.</li> <li> <code>netbios-node-type</code> - The NetBIOS node type (1, 2, 4, or 8). We recommend that you specify 2 (broadcast and multicast are not currently supported). For more information about these node types, see <a href=\"http://www.ietf.org/rfc/rfc2132.txt\">RFC 2132</a>. </li> </ul> <p>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 <code>domain-name-servers</code> option either to <code>AmazonProvidedDNS</code> or to a domain name server of your choice. For more information about DHCP options, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html\">DHCP Options Sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
29
29
  "CreateImage": "<p>Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.</p> <p>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.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html\">Creating Amazon EBS-Backed Linux AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
30
- "CreateInstanceExportTask": "<p>Exports a running or stopped instance to an Amazon S3 bucket.</p> <p>For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ExportingEC2Instances.html\">Exporting EC2 Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
30
+ "CreateInstanceExportTask": "<p>Exports a running or stopped instance to an S3 bucket.</p> <p>For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ExportingEC2Instances.html\">Exporting EC2 Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
31
31
  "CreateInternetGateway": "<p>Creates an Internet gateway for use with a VPC. After creating the Internet gateway, you attach it to a VPC using <a>AttachInternetGateway</a>.</p> <p>For more information about your VPC and Internet gateway, see the <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/\">Amazon Virtual Private Cloud User Guide</a>.</p>",
32
32
  "CreateKeyPair": "<p>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.</p> <p>You can have up to five thousand key pairs per region.</p> <p>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 <a>ImportKeyPair</a>.</p> <p>For more information about key pairs, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html\">Key Pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
33
33
  "CreateNetworkAcl": "<p>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.</p> <p>For more information about network ACLs, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html\">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
@@ -38,12 +38,13 @@
38
38
  "CreateRoute": "<p>Creates a route in a route table within a VPC.</p> <p>You must specify one of the following targets: Internet gateway or virtual private gateway, NAT instance, VPC peering connection, or network interface.</p> <p>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 <code>192.0.2.3</code>, and the route table includes the following two routes:</p> <ul> <li> <p><code>192.0.2.0/24</code> (goes to some target A)</p> </li> <li> <p><code>192.0.2.0/28</code> (goes to some target B)</p> </li> </ul> <p>Both routes apply to the traffic destined for <code>192.0.2.3</code>. 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.</p> <p>For more information about route tables, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html\">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
39
39
  "CreateRouteTable": "<p>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.</p> <p>For more information about route tables, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html\">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
40
40
  "CreateSecurityGroup": "<p>Creates a security group.</p> <p>A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html\">Amazon EC2 Security Groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i> and <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html\">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p> <important> <p>EC2-Classic: You can have up to 500 security groups.</p> <p>EC2-VPC: You can create up to 100 security groups per VPC.</p> </important> <p>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.</p> <p>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.</p> <p>You can add or remove rules from your security groups using <a>AuthorizeSecurityGroupIngress</a>, <a>AuthorizeSecurityGroupEgress</a>, <a>RevokeSecurityGroupIngress</a>, and <a>RevokeSecurityGroupEgress</a>.</p>",
41
- "CreateSnapshot": "<p>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.</p> <p>When a snapshot is created, any AWS Marketplace product codes that are associated with the source volume are propagated to the snapshot.</p> <p>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 <code>pending</code>.</p> <p>To create a snapshot for Amazon EBS volumes that serve as root devices, you should stop the instance before taking the snapshot.</p> <p>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.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html\">Amazon Elastic Block Store</a> and <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
41
+ "CreateSnapshot": "<p>Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.</p> <p>When a snapshot is created, any AWS Marketplace product codes that are associated with the source volume are propagated to the snapshot.</p> <p>You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your EBS volume at the time the snapshot command is issued; this may exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is <code>pending</code>.</p> <p>To create a snapshot for EBS volumes that serve as root devices, you should stop the instance before taking the snapshot.</p> <p>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.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html\">Amazon Elastic Block Store</a> and <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
42
42
  "CreateSpotDatafeedSubscription": "<p>Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per AWS account. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html\">Spot Instance Data Feed</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
43
43
  "CreateSubnet": "<p>Creates a subnet in an existing VPC.</p> <p>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).</p> <important> <p>AWS reserves both the first four and the last IP address in each subnet's CIDR block. They're not available for use.</p> </important> <p>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.</p> <p>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.</p> <p>For more information about subnets, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html\">Your VPC and Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
44
44
  "CreateTags": "<p>Adds or overwrites one or more tags for the specified Amazon 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.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html\">Tagging Your Resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
45
- "CreateVolume": "<p>Creates an Amazon EBS volume that can be attached to an instance in the same Availability Zone. The volume is created in the regional endpoint that you send the HTTP request to. For more information see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html\">Regions and Endpoints</a>.</p> <p>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.</p> <p>You can create encrypted volumes with the <code>Encrypted</code> 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 <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-volume.html\">Creating or Restoring an Amazon EBS Volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
45
+ "CreateVolume": "<p>Creates an EBS volume that can be attached to an instance in the same Availability Zone. The volume is created in the regional endpoint that you send the HTTP request to. For more information see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html\">Regions and Endpoints</a>.</p> <p>You can create a new empty volume or restore a volume from an EBS snapshot. Any AWS Marketplace product codes from the snapshot are propagated to the volume.</p> <p>You can create encrypted volumes with the <code>Encrypted</code> 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 <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-volume.html\">Creating or Restoring an Amazon EBS Volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
46
46
  "CreateVpc": "<p>Creates a VPC with the specified CIDR block.</p> <p>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 <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html\">Your VPC and Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p> <p>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 <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html\">DHCP Options Sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
47
+ "CreateVpcEndpoint": "<p>Creates a VPC endpoint for a specified AWS service. An endpoint enables you to create a private connection between your VPC and another AWS service in your account. You can specify an endpoint policy to attach to the endpoint that will control access to the service from your VPC. You can also specify the VPC route tables that use the endpoint.</p> <p>Currently, only endpoints to Amazon S3 are supported.</p>",
47
48
  "CreateVpcPeeringConnection": "<p>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.</p> <p>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.</p> <p>A <code>CreateVpcPeeringConnection</code> request between VPCs with overlapping CIDR blocks results in the VPC peering connection having a status of <code>failed</code>.</p>",
48
49
  "CreateVpnConnection": "<p>Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway. The only supported connection type is <code>ipsec.1</code>.</p> <p>The response includes information that you need to give to your network administrator to configure your customer gateway.</p> <important> <p>We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway.</p> </important> <p>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.</p> <p>For more information about VPN connections, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html\">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
49
50
  "CreateVpnConnectionRoute": "<p>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.</p> <p>For more information about VPN connections, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html\">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
@@ -59,12 +60,13 @@
59
60
  "DeleteRoute": "<p>Deletes the specified route from the specified route table.</p>",
60
61
  "DeleteRouteTable": "<p>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.</p>",
61
62
  "DeleteSecurityGroup": "<p>Deletes a security group.</p> <p>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 <code>InvalidGroup.InUse</code> in EC2-Classic or <code>DependencyViolation</code> in EC2-VPC.</p>",
62
- "DeleteSnapshot": "<p>Deletes the specified snapshot.</p> <p>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.</p> <p>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.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-snapshot.html\">Deleting an Amazon EBS Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
63
+ "DeleteSnapshot": "<p>Deletes the specified snapshot.</p> <p>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.</p> <p>You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-snapshot.html\">Deleting an Amazon EBS Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
63
64
  "DeleteSpotDatafeedSubscription": "<p>Deletes the data feed for Spot Instances. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html\">Spot Instance Data Feed</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
64
65
  "DeleteSubnet": "<p>Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.</p>",
65
66
  "DeleteTags": "<p>Deletes the specified set of tags from the specified set of resources. This call is designed to follow a <code>DescribeTags</code> request.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html\">Tagging Your Resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
66
- "DeleteVolume": "<p>Deletes the specified Amazon EBS volume. The volume must be in the <code>available</code> state (not attached to an instance).</p> <note> <p>The volume may remain in the <code>deleting</code> state for several minutes.</p> </note> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-volume.html\">Deleting an Amazon EBS Volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
67
+ "DeleteVolume": "<p>Deletes the specified EBS volume. The volume must be in the <code>available</code> state (not attached to an instance).</p> <note> <p>The volume may remain in the <code>deleting</code> state for several minutes.</p> </note> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-volume.html\">Deleting an Amazon EBS Volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
67
68
  "DeleteVpc": "<p>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.</p>",
69
+ "DeleteVpcEndpoints": "<p>Deletes one or more specified VPC endpoints. Deleting the endpoint also deletes the endpoint routes in the route tables that were associated with the endpoint.</p>",
68
70
  "DeleteVpcPeeringConnection": "<p>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 <code>active</code> state. The owner of the requester VPC can delete a VPC peering connection in the <code>pending-acceptance</code> state. </p>",
69
71
  "DeleteVpnConnection": "<p>Deletes the specified VPN connection.</p> <p>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.</p>",
70
72
  "DeleteVpnConnectionRoute": "<p>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.</p>",
@@ -82,16 +84,18 @@
82
84
  "DescribeImageAttribute": "<p>Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.</p>",
83
85
  "DescribeImages": "<p>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.</p> <note><p>Deregistered images are included in the returned results for an unspecified interval after deregistration.</p></note>",
84
86
  "DescribeImportImageTasks": "<p>Displays details about an import virtual machine or import snapshot tasks that are already created.</p>",
85
- "DescribeImportSnapshotTasks": "<p>Displays details about an import snapshot tasks that is already created.</p>",
87
+ "DescribeImportSnapshotTasks": "<p>Describes your import snapshot tasks.</p>",
86
88
  "DescribeInstanceAttribute": "<p>Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: <code>instanceType</code> | <code>kernel</code> | <code>ramdisk</code> | <code>userData</code> | <code>disableApiTermination</code> | <code>instanceInitiatedShutdownBehavior</code> | <code>rootDeviceName</code> | <code>blockDeviceMapping</code> | <code>productCodes</code> | <code>sourceDestCheck</code> | <code>groupSet</code> | <code>ebsOptimized</code> | <code>sriovNetSupport</code></p>",
87
- "DescribeInstanceStatus": "<p>Describes the status of one or more instances, including any scheduled events.</p> <p>Instance status has two main components:</p> <ul> <li> <p>System Status reports impaired functionality that stems from issues related to the systems that support an instance, such as such as hardware failures and network connectivity problems. This call reports such problems as impaired reachability.</p> </li> <li> <p>Instance Status reports impaired functionality that arises from problems internal to the instance. This call reports such problems as impaired reachability.</p> </li> </ul> <p>Instance status provides information about four types of scheduled events for an instance that may require your attention:</p> <ul> <li> <p>Scheduled Reboot: When Amazon EC2 determines that an instance must be rebooted, the instances status returns one of two event codes: <code>system-reboot</code> or <code>instance-reboot</code>. System reboot commonly occurs if certain maintenance or upgrade operations require a reboot of the underlying host that supports an instance. Instance reboot commonly occurs if the instance must be rebooted, rather than the underlying host. Rebooting events include a scheduled start and end time.</p> </li> <li> <p>System Maintenance: When Amazon EC2 determines that an instance requires maintenance that requires power or network impact, the instance status is the event code <code>system-maintenance</code>. System maintenance is either power maintenance or network maintenance. For power maintenance, your instance will be unavailable for a brief period of time and then rebooted. For network maintenance, your instance will experience a brief loss of network connectivity. System maintenance events include a scheduled start and end time. You will also be notified by email if one of your instances is set for system maintenance. The email message indicates when your instance is scheduled for maintenance.</p> </li> <li> <p>Scheduled Retirement: When Amazon EC2 determines that an instance must be shut down, the instance status is the event code <code>instance-retirement</code>. Retirement commonly occurs when the underlying host is degraded and must be replaced. Retirement events include a scheduled start and end time. You will also be notified by email if one of your instances is set to retiring. The email message indicates when your instance will be permanently retired.</p> </li> <li> <p>Scheduled Stop: When Amazon EC2 determines that an instance must be shut down, the instances status returns an event code called <code>instance-stop</code>. Stop events include a scheduled start and end time. You will also be notified by email if one of your instances is set to stop. The email message indicates when your instance will be stopped.</p> </li> </ul> <p>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 <code>instance-retirement</code>. This ensures that your instance is started on a different underlying host.</p> <p>For more information about failed status checks, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html\">Troubleshooting Instances with Failed Status Checks</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about working with scheduled events, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html#schedevents_actions\">Working with an Instance That Has a Scheduled Event</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
89
+ "DescribeInstanceStatus": "<p>Describes the status of one or more instances.</p> <p>Instance status includes the following components:</p> <ul> <li> <p><b>Status checks</b> - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html\">Status Checks for Your Instances</a> and <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html\">Troubleshooting Instances with Failed Status Checks</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> </li> <li> <p><b>Scheduled events</b> - Amazon EC2 can schedule events (such as reboot, stop, or terminate) for your instances related to hardware issues, software updates, or system maintenance. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html\">Scheduled Events for Your Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> </li> <li> <p><b>Instance state</b> - You can manage your instances from the moment you launch them through their termination. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance Lifecycle</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> </li> </ul>",
88
90
  "DescribeInstances": "<p>Describes one or more of your instances.</p> <p>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.</p> <p>Recently terminated instances might appear in the returned results. This interval is usually less than one hour.</p>",
89
91
  "DescribeInternetGateways": "<p>Describes one or more of your Internet gateways.</p>",
90
92
  "DescribeKeyPairs": "<p>Describes one or more of your key pairs.</p> <p>For more information about key pairs, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html\">Key Pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
93
+ "DescribeMovingAddresses": "<p>Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.</p>",
91
94
  "DescribeNetworkAcls": "<p>Describes one or more of your network ACLs.</p> <p>For more information about network ACLs, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html\">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
92
95
  "DescribeNetworkInterfaceAttribute": "<p>Describes a network interface attribute. You can specify only one attribute at a time.</p>",
93
96
  "DescribeNetworkInterfaces": "<p>Describes one or more of your network interfaces.</p>",
94
97
  "DescribePlacementGroups": "<p>Describes one or more of your placement groups. For more information about placement groups and cluster instances, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html\">Cluster Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
98
+ "DescribePrefixLists": "<p>Describes available AWS services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service. A prefix list ID is required for creating an outbound security group rule that allows traffic from a VPC to access an AWS service through a VPC endpoint.</p>",
95
99
  "DescribeRegions": "<p>Describes one or more regions that are currently available to you.</p> <p>For a list of the regions supported by Amazon EC2, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region\">Regions and Endpoints</a>.</p>",
96
100
  "DescribeReservedInstances": "<p>Describes one or more of the Reserved Instances that you purchased.</p> <p>For more information about Reserved Instances, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html\">Reserved Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
97
101
  "DescribeReservedInstancesListings": "<p>Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.</p> <p>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. </p> <p>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. </p> <p>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.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html\">Reserved Instance Marketplace</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
@@ -99,18 +103,20 @@
99
103
  "DescribeReservedInstancesOfferings": "<p>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.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html\">Reserved Instance Marketplace</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
100
104
  "DescribeRouteTables": "<p>Describes one or more of your route tables.</p> <p>For more information about route tables, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html\">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
101
105
  "DescribeSecurityGroups": "<p>Describes one or more of your security groups.</p> <p>A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html\">Amazon EC2 Security Groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i> and <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html\">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
102
- "DescribeSnapshotAttribute": "<p>Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.</p> <p>For more information about Amazon EBS snapshots, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html'>Amazon EBS Snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
103
- "DescribeSnapshots": "<p>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.</p> <p>The create volume permissions fall into the following categories:</p> <ul> <li> <i>public</i>: The owner of the snapshot granted create volume permissions for the snapshot to the <code>all</code> group. All AWS accounts have create volume permissions for these snapshots.</li> <li> <i>explicit</i>: The owner of the snapshot granted create volume permissions to a specific AWS account.</li> <li> <i>implicit</i>: An AWS account has implicit create volume permissions for all snapshots it owns.</li> </ul> <p>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.</p> <p>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.</p> <p>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, <code>amazon</code> for snapshots owned by Amazon, or <code>self</code> for snapshots that you own.</p> <p>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), <code>self</code> for snapshots for which you own or have explicit permissions, or <code>all</code> for public snapshots.</p> <p>If you are describing a long list of snapshots, you can paginate the output to make the list more manageable. The <code>MaxResults</code> parameter sets the maximum number of results returned in a single page. If the list of results exceeds your <code>MaxResults</code> value, then that number of results is returned along with a <code>NextToken</code> value that can be passed to a subsequent <code>DescribeSnapshots</code> request to retrieve the remaining results.</p> <p>For more information about Amazon EBS snapshots, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html'>Amazon EBS Snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
106
+ "DescribeSnapshotAttribute": "<p>Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.</p> <p>For more information about EBS snapshots, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html'>Amazon EBS Snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
107
+ "DescribeSnapshots": "<p>Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given explicit create volume permissions.</p> <p>The create volume permissions fall into the following categories:</p> <ul> <li> <i>public</i>: The owner of the snapshot granted create volume permissions for the snapshot to the <code>all</code> group. All AWS accounts have create volume permissions for these snapshots.</li> <li> <i>explicit</i>: The owner of the snapshot granted create volume permissions to a specific AWS account.</li> <li> <i>implicit</i>: An AWS account has implicit create volume permissions for all snapshots it owns.</li> </ul> <p>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.</p> <p>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.</p> <p>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, <code>amazon</code> for snapshots owned by Amazon, or <code>self</code> for snapshots that you own.</p> <p>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), <code>self</code> for snapshots for which you own or have explicit permissions, or <code>all</code> for public snapshots.</p> <p>If you are describing a long list of snapshots, you can paginate the output to make the list more manageable. The <code>MaxResults</code> parameter sets the maximum number of results returned in a single page. If the list of results exceeds your <code>MaxResults</code> value, then that number of results is returned along with a <code>NextToken</code> value that can be passed to a subsequent <code>DescribeSnapshots</code> request to retrieve the remaining results.</p> <p>For more information about EBS snapshots, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html'>Amazon EBS Snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
104
108
  "DescribeSpotDatafeedSubscription": "<p>Describes the data feed for Spot Instances. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html\">Spot Instance Data Feed</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
105
109
  "DescribeSpotInstanceRequests": "<p>Describes the Spot Instance requests that belong to your account. Spot Instances are instances that Amazon EC2 launches when the bid 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, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html\">Spot Instance Requests</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>You can use <code>DescribeSpotInstanceRequests</code> to find a running Spot Instance by examining the response. If the status of the Spot Instance is <code>fulfilled</code>, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use <a>DescribeInstances</a> with a filter to look for instances where the instance lifecycle is <code>spot</code>.</p>",
106
110
  "DescribeSpotPriceHistory": "<p>Describes the Spot Price history. The prices returned are listed in chronological order, from the oldest to the most recent, for up to the past 90 days. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-history.html\">Spot Instance Pricing History</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>When you specify a start and end time, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.</p>",
107
111
  "DescribeSubnets": "<p>Describes one or more of your subnets.</p> <p>For more information about subnets, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html\">Your VPC and Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
108
112
  "DescribeTags": "<p>Describes one or more of the tags for your EC2 resources.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html\">Tagging Your Resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
109
- "DescribeVolumeAttribute": "<p>Describes the specified attribute of the specified volume. You can specify only one attribute at a time.</p> <p>For more information about Amazon EBS volumes, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html'>Amazon EBS Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
113
+ "DescribeVolumeAttribute": "<p>Describes the specified attribute of the specified volume. You can specify only one attribute at a time.</p> <p>For more information about EBS volumes, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html'>Amazon EBS Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
110
114
  "DescribeVolumeStatus": "<p>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.</p> <p>The <code>DescribeVolumeStatus</code> operation provides the following information about the specified volumes:</p> <p><i>Status</i>: Reflects the current status of the volume. The possible values are <code>ok</code>, <code>impaired</code> , <code>warning</code>, or <code>insufficient-data</code>. If all checks pass, the overall status of the volume is <code>ok</code>. If the check fails, the overall status is <code>impaired</code>. If the status is <code>insufficient-data</code>, 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 <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html\">Monitoring the Status of Your Volumes</a>.</p> <p><i>Events</i>: Reflect the cause of a volume status and may require you to take action. For example, if your volume returns an <code>impaired</code> status, then the volume event might be <code>potential-data-inconsistency</code>. 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.</p> <p><i>Actions</i>: Reflect the actions you may have to take in response to an event. For example, if the status of the volume is <code>impaired</code> and the volume event shows <code>potential-data-inconsistency</code>, then the action shows <code>enable-volume-io</code>. This means that you may want to enable the I/O operations for the volume by calling the <a>EnableVolumeIO</a> action and then check the volume for data consistency.</p> <note> <p>Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the <code>error</code> state (for example, when a volume is incapable of accepting I/O.)</p> </note>",
111
- "DescribeVolumes": "<p>Describes the specified Amazon EBS volumes.</p> <p>If you are describing a long list of volumes, you can paginate the output to make the list more manageable. The <code>MaxResults</code> parameter sets the maximum number of results returned in a single page. If the list of results exceeds your <code>MaxResults</code> value, then that number of results is returned along with a <code>NextToken</code> value that can be passed to a subsequent <code>DescribeVolumes</code> request to retrieve the remaining results.</p> <p>For more information about Amazon EBS volumes, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html'>Amazon EBS Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
115
+ "DescribeVolumes": "<p>Describes the specified EBS volumes.</p> <p>If you are describing a long list of volumes, you can paginate the output to make the list more manageable. The <code>MaxResults</code> parameter sets the maximum number of results returned in a single page. If the list of results exceeds your <code>MaxResults</code> value, then that number of results is returned along with a <code>NextToken</code> value that can be passed to a subsequent <code>DescribeVolumes</code> request to retrieve the remaining results.</p> <p>For more information about EBS volumes, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html'>Amazon EBS Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
112
116
  "DescribeVpcAttribute": "<p>Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.</p>",
113
117
  "DescribeVpcClassicLink": "<p>Describes the ClassicLink status of one or more VPCs. </p>",
118
+ "DescribeVpcEndpointServices": "<p>Describes all supported AWS services that can be specified when creating a VPC endpoint.</p>",
119
+ "DescribeVpcEndpoints": "<p>Describes one or more of your VPC endpoints.</p>",
114
120
  "DescribeVpcPeeringConnections": "<p>Describes one or more of your VPC peering connections.</p>",
115
121
  "DescribeVpcs": "<p>Describes one or more of your VPCs.</p>",
116
122
  "DescribeVpnConnections": "<p>Describes one or more of your VPN connections.</p> <p>For more information about VPN connections, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html\">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
@@ -118,7 +124,7 @@
118
124
  "DetachClassicLinkVpc": "<p>Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.</p>",
119
125
  "DetachInternetGateway": "<p>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.</p>",
120
126
  "DetachNetworkInterface": "<p>Detaches a network interface from an instance.</p>",
121
- "DetachVolume": "<p>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.</p> <p>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.</p> <p>When a volume with an AWS Marketplace product code is detached from an instance, the product code is no longer associated with the instance.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html\">Detaching an Amazon EBS Volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
127
+ "DetachVolume": "<p>Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so results in the volume being stuck in a busy state while detaching.</p> <p>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.</p> <p>When a volume with an AWS Marketplace product code is detached from an instance, the product code is no longer associated with the instance.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html\">Detaching an Amazon EBS Volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
122
128
  "DetachVpnGateway": "<p>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).</p> <p>You must wait for the attachment's state to switch to <code>detached</code> before you can delete the VPC or attach a different VPC to the virtual private gateway.</p>",
123
129
  "DisableVgwRoutePropagation": "<p>Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.</p>",
124
130
  "DisableVpcClassicLink": "<p>Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.</p>",
@@ -129,10 +135,10 @@
129
135
  "EnableVpcClassicLink": "<p>Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC's route tables have existing routes for address ranges within the <code>10.0.0.0/8</code> IP address range, excluding local routes for VPCs in the <code>10.0.0.0/16</code> and <code>10.1.0.0/16</code> IP address ranges. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html\">ClassicLink</a> in the Amazon Elastic Compute Cloud User Guide.</p>",
130
136
  "GetConsoleOutput": "<p>Gets the console output for the specified instance.</p> <p>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.</p> <p>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.</p> <p>For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. This output is buffered because the instance produces it and then posts it to a store where the instance's owner can retrieve it.</p> <p>For Windows instances, the instance console output includes output from the EC2Config service.</p>",
131
137
  "GetPasswordData": "<p>Retrieves the encrypted administrator password for an instance running Windows.</p> <p>The Windows password is generated at boot if the <code>EC2Config</code> service plugin, <code>Ec2SetPassword</code>, is enabled. This usually only happens the first time an AMI is launched, and then <code>Ec2SetPassword</code> is automatically disabled. The password is not generated for rebundled AMIs unless <code>Ec2SetPassword</code> is enabled before bundling.</p> <p>The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file.</p> <p>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.</p>",
132
- "ImportImage": "<p>Import single or multi-volume disk images or Amazon EBS snapshots into an Amazon Machine Image (AMI).</p>",
133
- "ImportInstance": "<p>Creates an import instance task using metadata from the specified disk image. ImportInstance only supports single-volume VMs. To import multi-volume VMs, use <a>ImportImage</a>. After importing the image, you then upload it using the <code>ec2-import-volume</code> command in the EC2 command line tools. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html\">Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
138
+ "ImportImage": "<p>Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).</p>",
139
+ "ImportInstance": "<p>Creates an import instance task using metadata from the specified disk image. <code>ImportInstance</code> only supports single-volume VMs. To import multi-volume VMs, use <a>ImportImage</a>. After importing the image, you then upload it using the <code>ec2-import-volume</code> command in the EC2 command line tools. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html\">Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
134
140
  "ImportKeyPair": "<p>Imports the public key from an RSA key pair that you created with a third-party tool. Compare this with <a>CreateKeyPair</a>, 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.</p> <p>For more information about key pairs, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html\">Key Pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
135
- "ImportSnapshot": "<p>Import a disk into an Amazon Elastic Block Store (Amazon EBS) snapshot.</p>",
141
+ "ImportSnapshot": "<p>Imports a disk into an EBS snapshot.</p>",
136
142
  "ImportVolume": "<p>Creates an import volume task using metadata from the specified disk image. After importing the image, you then upload it using the <code>ec2-import-volume</code> command in the Amazon EC2 command-line interface (CLI) tools. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html\">Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
137
143
  "ModifyImageAttribute": "<p>Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time.</p> <note><p>AWS Marketplace product codes cannot be modified. Images with an AWS Marketplace product code cannot be made public.</p></note>",
138
144
  "ModifyInstanceAttribute": "<p>Modifies the specified attribute of the specified instance. You can specify only one attribute at a time.</p> <p>To modify some attributes, the instance must be stopped. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingAttributesWhileInstanceStopped.html\">Modifying Attributes of a Stopped Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
@@ -142,7 +148,9 @@
142
148
  "ModifySubnetAttribute": "<p>Modifies a subnet attribute.</p>",
143
149
  "ModifyVolumeAttribute": "<p>Modifies a volume attribute.</p> <p>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.</p> <p>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.</p>",
144
150
  "ModifyVpcAttribute": "<p>Modifies the specified attribute of the specified VPC.</p>",
151
+ "ModifyVpcEndpoint": "<p>Modifies attributes of a specified VPC endpoint. You can modify the policy associated with the endpoint, and you can add and remove route tables associated with the endpoint.</p>",
145
152
  "MonitorInstances": "<p>Enables monitoring for a running instance. For more information about monitoring instances, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html\">Monitoring Your Instances and Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
153
+ "MoveAddressToVpc": "<p>Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the <a>RestoreAddressToClassic</a> request. You cannot move an Elastic IP address that's allocated for use in the EC2-VPC platform to the EC2-Classic platform.</p>",
146
154
  "PurchaseReservedInstancesOffering": "<p>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.</p> <p>Use <a>DescribeReservedInstancesOfferings</a> 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 <a>DescribeReservedInstances</a>.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html\">Reserved Instances</a> and <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html\">Reserved Instance Marketplace</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
147
155
  "RebootInstances": "<p>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.</p> <p>If a Linux/Unix instance does not cleanly shut down within four minutes, Amazon EC2 performs a hard reboot.</p> <p>For more information about troubleshooting, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html\">Getting Console Output and Rebooting Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
148
156
  "RegisterImage": "<p>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 <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html\">Creating Your Own AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <note><p>For Amazon EBS-backed instances, <a>CreateImage</a> creates and registers the AMI in a single request, so you don't have to register the AMI yourself.</p></note> <p>You can also use <code>RegisterImage</code> to create an Amazon EBS-backed AMI from a snapshot of a root device volume. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_LaunchingInstanceFromSnapshot.html\">Launching an Instance from a Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>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.</p> <note><p>You can't register an image where a secondary (non-root) snapshot has AWS Marketplace product codes.</p></note>",
@@ -158,12 +166,13 @@
158
166
  "ResetInstanceAttribute": "<p>Resets an attribute of an instance to its default value. To reset the <code>kernel</code> or <code>ramdisk</code>, the instance must be in a stopped state. To reset the <code>SourceDestCheck</code>, the instance can be either running or stopped.</p> <p>The <code>SourceDestCheck</code> attribute controls whether source/destination checking is enabled. The default value is <code>true</code>, which means checking is enabled. This value must be <code>false</code> for a NAT instance to perform NAT. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html\">NAT Instances</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
159
167
  "ResetNetworkInterfaceAttribute": "<p>Resets a network interface attribute. You can specify only one attribute at a time.</p>",
160
168
  "ResetSnapshotAttribute": "<p>Resets permission settings for the specified snapshot.</p> <p>For more information on modifying snapshot permissions, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html\">Sharing Snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
169
+ "RestoreAddressToClassic": "<p>Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.</p>",
161
170
  "RevokeSecurityGroupEgress": "<p>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.</p> <p>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.</p> <p>Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.</p>",
162
171
  "RevokeSecurityGroupIngress": "<p>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.</p> <p>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.</p> <p>Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.</p>",
163
172
  "RunInstances": "<p>Launches the specified number of instances using an AMI for which you have permissions.</p> <p>When you launch an instance, it enters the <code>pending</code> state. After the instance is ready for you, it enters the <code>running</code> state. To check the state of your instance, call <a>DescribeInstances</a>.</p> <p>If you don't specify a security group when launching an instance, Amazon EC2 uses the default security group. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html\">Security Groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>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 <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html\">Key Pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>You can provide optional user data when launching an instance. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html\">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>If any of the AMIs have a product code attached for which the user has not subscribed, <code>RunInstances</code> fails.</p> <p>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, <code>RunInstances</code> fails.</p> <p>For more information about troubleshooting, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_InstanceStraightToTerminated.html\">What To Do If An Instance Immediately Terminates</a>, and <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html\">Troubleshooting Connecting to Your Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
164
173
  "StartInstances": "<p>Starts an Amazon EBS-backed AMI that you've previously stopped.</p> <p>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.</p> <p>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.</p> <p>Performing this operation on an instance that uses an instance store as its root device returns an error.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html\">Stopping Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
165
174
  "StopInstances": "<p>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.</p> <p>You can't start or stop Spot Instances.</p> <p>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.</p> <p>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.</p> <p>Performing this operation on an instance that uses an instance store as its root device returns an error.</p> <p>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 <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance Lifecycle</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>For more information about troubleshooting, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html\">Troubleshooting Stopping Your Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
166
- "TerminateInstances": "<p>Shuts down one or more instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds.</p> <p>Terminated instances remain visible after termination (for approximately one hour).</p> <p>By default, Amazon EC2 deletes all Amazon EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running.</p> <p>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 <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance Lifecycle</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>For more information about troubleshooting, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html\">Troubleshooting Terminating Your Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
175
+ "TerminateInstances": "<p>Shuts down one or more instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds.</p> <p>Terminated instances remain visible after termination (for approximately one hour).</p> <p>By default, Amazon EC2 deletes all EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running.</p> <p>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 <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance Lifecycle</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>For more information about troubleshooting, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html\">Troubleshooting Terminating Your Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
167
176
  "UnassignPrivateIpAddresses": "<p>Unassigns one or more secondary private IP addresses from a network interface.</p>",
168
177
  "UnmonitorInstances": "<p>Disables monitoring for a running instance. For more information about monitoring instances, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html\">Monitoring Your Instances and Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
169
178
  },
@@ -444,149 +453,156 @@
444
453
  "Boolean": {
445
454
  "base": null,
446
455
  "refs": {
447
- "AcceptVpcPeeringConnectionRequest$DryRun": null,
448
- "AllocateAddressRequest$DryRun": null,
456
+ "AcceptVpcPeeringConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
457
+ "AllocateAddressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
449
458
  "AssignPrivateIpAddressesRequest$AllowReassignment": "<p>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.</p>",
450
- "AssociateAddressRequest$DryRun": null,
459
+ "AssociateAddressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
451
460
  "AssociateAddressRequest$AllowReassociation": "<p>[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.</p> <p>Default: <code>false</code></p>",
452
- "AssociateDhcpOptionsRequest$DryRun": null,
453
- "AssociateRouteTableRequest$DryRun": null,
454
- "AttachClassicLinkVpcRequest$DryRun": null,
461
+ "AssociateDhcpOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
462
+ "AssociateRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
463
+ "AttachClassicLinkVpcRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
455
464
  "AttachClassicLinkVpcResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
456
- "AttachInternetGatewayRequest$DryRun": null,
457
- "AttachNetworkInterfaceRequest$DryRun": null,
458
- "AttachVolumeRequest$DryRun": null,
459
- "AttachVpnGatewayRequest$DryRun": null,
465
+ "AttachInternetGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
466
+ "AttachNetworkInterfaceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
467
+ "AttachVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
468
+ "AttachVpnGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
460
469
  "AttributeBooleanValue$Value": "<p>Valid values are <code>true</code> or <code>false</code>.</p>",
461
- "AuthorizeSecurityGroupEgressRequest$DryRun": null,
462
- "AuthorizeSecurityGroupIngressRequest$DryRun": null,
463
- "BundleInstanceRequest$DryRun": null,
464
- "CancelBundleTaskRequest$DryRun": null,
465
- "CancelConversionRequest$DryRun": null,
466
- "CancelImportTaskRequest$DryRun": null,
470
+ "AuthorizeSecurityGroupEgressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
471
+ "AuthorizeSecurityGroupIngressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
472
+ "BundleInstanceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
473
+ "CancelBundleTaskRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
474
+ "CancelConversionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
475
+ "CancelImportTaskRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
467
476
  "CancelSpotInstanceRequestsRequest$DryRun": null,
468
- "ConfirmProductInstanceRequest$DryRun": null,
469
- "CopyImageRequest$DryRun": null,
470
- "CopySnapshotRequest$DryRun": null,
471
- "CreateCustomerGatewayRequest$DryRun": null,
472
- "CreateDhcpOptionsRequest$DryRun": null,
473
- "CreateImageRequest$DryRun": null,
477
+ "ConfirmProductInstanceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
478
+ "CopyImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
479
+ "CopySnapshotRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
480
+ "CreateCustomerGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
481
+ "CreateDhcpOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
482
+ "CreateImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
474
483
  "CreateImageRequest$NoReboot": "<p>By default, this parameter is set to <code>false</code>, 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 <code>true</code>, 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.</p>",
475
- "CreateInternetGatewayRequest$DryRun": null,
476
- "CreateKeyPairRequest$DryRun": null,
477
- "CreateNetworkAclEntryRequest$DryRun": null,
484
+ "CreateInternetGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
485
+ "CreateKeyPairRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
486
+ "CreateNetworkAclEntryRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
478
487
  "CreateNetworkAclEntryRequest$Egress": "<p>Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).</p>",
479
- "CreateNetworkAclRequest$DryRun": null,
480
- "CreateNetworkInterfaceRequest$DryRun": null,
481
- "CreatePlacementGroupRequest$DryRun": null,
482
- "CreateRouteRequest$DryRun": null,
483
- "CreateRouteTableRequest$DryRun": null,
484
- "CreateSecurityGroupRequest$DryRun": null,
485
- "CreateSnapshotRequest$DryRun": null,
488
+ "CreateNetworkAclRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
489
+ "CreateNetworkInterfaceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
490
+ "CreatePlacementGroupRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
491
+ "CreateRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
492
+ "CreateRouteResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
493
+ "CreateRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
494
+ "CreateSecurityGroupRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
495
+ "CreateSnapshotRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
486
496
  "CreateSpotDatafeedSubscriptionRequest$DryRun": null,
487
- "CreateSubnetRequest$DryRun": null,
488
- "CreateTagsRequest$DryRun": null,
489
- "CreateVolumeRequest$DryRun": null,
497
+ "CreateSubnetRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
498
+ "CreateTagsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
499
+ "CreateVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
490
500
  "CreateVolumeRequest$Encrypted": "<p>Specifies whether the volume should be encrypted. Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or vice versa. If your AMI uses encrypted volumes, you can only launch it on supported instance types. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </p>",
491
- "CreateVpcPeeringConnectionRequest$DryRun": null,
492
- "CreateVpcRequest$DryRun": null,
493
- "CreateVpnConnectionRequest$DryRun": null,
494
- "CreateVpnGatewayRequest$DryRun": null,
495
- "DeleteCustomerGatewayRequest$DryRun": null,
496
- "DeleteDhcpOptionsRequest$DryRun": null,
497
- "DeleteInternetGatewayRequest$DryRun": null,
498
- "DeleteKeyPairRequest$DryRun": null,
499
- "DeleteNetworkAclEntryRequest$DryRun": null,
501
+ "CreateVpcEndpointRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
502
+ "CreateVpcPeeringConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
503
+ "CreateVpcRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
504
+ "CreateVpnConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
505
+ "CreateVpnGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
506
+ "DeleteCustomerGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
507
+ "DeleteDhcpOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
508
+ "DeleteInternetGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
509
+ "DeleteKeyPairRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
510
+ "DeleteNetworkAclEntryRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
500
511
  "DeleteNetworkAclEntryRequest$Egress": "<p>Indicates whether the rule is an egress rule.</p>",
501
- "DeleteNetworkAclRequest$DryRun": null,
502
- "DeleteNetworkInterfaceRequest$DryRun": null,
503
- "DeletePlacementGroupRequest$DryRun": null,
504
- "DeleteRouteRequest$DryRun": null,
505
- "DeleteRouteTableRequest$DryRun": null,
506
- "DeleteSecurityGroupRequest$DryRun": null,
507
- "DeleteSnapshotRequest$DryRun": null,
512
+ "DeleteNetworkAclRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
513
+ "DeleteNetworkInterfaceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
514
+ "DeletePlacementGroupRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
515
+ "DeleteRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
516
+ "DeleteRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
517
+ "DeleteSecurityGroupRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
518
+ "DeleteSnapshotRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
508
519
  "DeleteSpotDatafeedSubscriptionRequest$DryRun": null,
509
- "DeleteSubnetRequest$DryRun": null,
510
- "DeleteTagsRequest$DryRun": null,
511
- "DeleteVolumeRequest$DryRun": null,
512
- "DeleteVpcPeeringConnectionRequest$DryRun": null,
520
+ "DeleteSubnetRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
521
+ "DeleteTagsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
522
+ "DeleteVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
523
+ "DeleteVpcEndpointsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
524
+ "DeleteVpcPeeringConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
513
525
  "DeleteVpcPeeringConnectionResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
514
- "DeleteVpcRequest$DryRun": null,
515
- "DeleteVpnConnectionRequest$DryRun": null,
516
- "DeleteVpnGatewayRequest$DryRun": null,
517
- "DeregisterImageRequest$DryRun": null,
518
- "DescribeAccountAttributesRequest$DryRun": null,
519
- "DescribeAddressesRequest$DryRun": null,
520
- "DescribeAvailabilityZonesRequest$DryRun": null,
521
- "DescribeBundleTasksRequest$DryRun": null,
522
- "DescribeClassicLinkInstancesRequest$DryRun": null,
523
- "DescribeConversionTasksRequest$DryRun": null,
524
- "DescribeCustomerGatewaysRequest$DryRun": null,
525
- "DescribeDhcpOptionsRequest$DryRun": null,
526
- "DescribeImageAttributeRequest$DryRun": null,
527
- "DescribeImagesRequest$DryRun": null,
528
- "DescribeImportImageTasksRequest$DryRun": null,
529
- "DescribeImportSnapshotTasksRequest$DryRun": null,
530
- "DescribeInstanceAttributeRequest$DryRun": null,
531
- "DescribeInstanceStatusRequest$DryRun": null,
526
+ "DeleteVpcRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
527
+ "DeleteVpnConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
528
+ "DeleteVpnGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
529
+ "DeregisterImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
530
+ "DescribeAccountAttributesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
531
+ "DescribeAddressesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
532
+ "DescribeAvailabilityZonesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
533
+ "DescribeBundleTasksRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
534
+ "DescribeClassicLinkInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
535
+ "DescribeConversionTasksRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
536
+ "DescribeCustomerGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
537
+ "DescribeDhcpOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
538
+ "DescribeImageAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
539
+ "DescribeImagesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
540
+ "DescribeImportImageTasksRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
541
+ "DescribeImportSnapshotTasksRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
542
+ "DescribeInstanceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
543
+ "DescribeInstanceStatusRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
532
544
  "DescribeInstanceStatusRequest$IncludeAllInstances": "<p>When <code>true</code>, includes the health status for all instances. When <code>false</code>, includes the health status for running instances only.</p> <p>Default: <code>false</code></p>",
533
- "DescribeInstancesRequest$DryRun": null,
534
- "DescribeInternetGatewaysRequest$DryRun": null,
535
- "DescribeKeyPairsRequest$DryRun": null,
536
- "DescribeNetworkAclsRequest$DryRun": null,
537
- "DescribeNetworkInterfaceAttributeRequest$DryRun": null,
538
- "DescribeNetworkInterfacesRequest$DryRun": null,
539
- "DescribePlacementGroupsRequest$DryRun": null,
540
- "DescribeRegionsRequest$DryRun": null,
541
- "DescribeReservedInstancesOfferingsRequest$DryRun": null,
545
+ "DescribeInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
546
+ "DescribeInternetGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
547
+ "DescribeKeyPairsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
548
+ "DescribeMovingAddressesRequest$DryRun": null,
549
+ "DescribeNetworkAclsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
550
+ "DescribeNetworkInterfaceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
551
+ "DescribeNetworkInterfacesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
552
+ "DescribePlacementGroupsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
553
+ "DescribePrefixListsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
554
+ "DescribeRegionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
555
+ "DescribeReservedInstancesOfferingsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
542
556
  "DescribeReservedInstancesOfferingsRequest$IncludeMarketplace": "<p>Include Marketplace offerings in the response.</p>",
543
- "DescribeReservedInstancesRequest$DryRun": null,
544
- "DescribeRouteTablesRequest$DryRun": null,
545
- "DescribeSecurityGroupsRequest$DryRun": null,
546
- "DescribeSnapshotAttributeRequest$DryRun": null,
547
- "DescribeSnapshotsRequest$DryRun": null,
557
+ "DescribeReservedInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
558
+ "DescribeRouteTablesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
559
+ "DescribeSecurityGroupsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
560
+ "DescribeSnapshotAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
561
+ "DescribeSnapshotsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
548
562
  "DescribeSpotDatafeedSubscriptionRequest$DryRun": null,
549
563
  "DescribeSpotInstanceRequestsRequest$DryRun": null,
550
564
  "DescribeSpotPriceHistoryRequest$DryRun": null,
551
- "DescribeSubnetsRequest$DryRun": null,
552
- "DescribeTagsRequest$DryRun": null,
553
- "DescribeVolumeAttributeRequest$DryRun": null,
554
- "DescribeVolumeStatusRequest$DryRun": null,
555
- "DescribeVolumesRequest$DryRun": null,
556
- "DescribeVpcAttributeRequest$DryRun": null,
557
- "DescribeVpcClassicLinkRequest$DryRun": null,
558
- "DescribeVpcPeeringConnectionsRequest$DryRun": null,
559
- "DescribeVpcsRequest$DryRun": null,
560
- "DescribeVpnConnectionsRequest$DryRun": null,
561
- "DescribeVpnGatewaysRequest$DryRun": null,
562
- "DetachClassicLinkVpcRequest$DryRun": null,
565
+ "DescribeSubnetsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
566
+ "DescribeTagsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
567
+ "DescribeVolumeAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
568
+ "DescribeVolumeStatusRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
569
+ "DescribeVolumesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
570
+ "DescribeVpcAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
571
+ "DescribeVpcClassicLinkRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
572
+ "DescribeVpcEndpointServicesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
573
+ "DescribeVpcEndpointsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
574
+ "DescribeVpcPeeringConnectionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
575
+ "DescribeVpcsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
576
+ "DescribeVpnConnectionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
577
+ "DescribeVpnGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
578
+ "DetachClassicLinkVpcRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
563
579
  "DetachClassicLinkVpcResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
564
- "DetachInternetGatewayRequest$DryRun": null,
565
- "DetachNetworkInterfaceRequest$DryRun": null,
580
+ "DetachInternetGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
581
+ "DetachNetworkInterfaceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
566
582
  "DetachNetworkInterfaceRequest$Force": "<p>Specifies whether to force a detachment.</p>",
567
- "DetachVolumeRequest$DryRun": null,
583
+ "DetachVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
568
584
  "DetachVolumeRequest$Force": "<p>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.</p>",
569
- "DetachVpnGatewayRequest$DryRun": null,
570
- "DisableVpcClassicLinkRequest$DryRun": null,
585
+ "DetachVpnGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
586
+ "DisableVpcClassicLinkRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
571
587
  "DisableVpcClassicLinkResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
572
- "DisassociateAddressRequest$DryRun": null,
573
- "DisassociateRouteTableRequest$DryRun": null,
574
- "EbsBlockDevice$DeleteOnTermination": "<p>Indicates whether the Amazon EBS volume is deleted on instance termination.</p>",
575
- "EbsBlockDevice$Encrypted": "<p>Indicates whether the Amazon EBS volume is encrypted. Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption.</p>",
588
+ "DisassociateAddressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
589
+ "DisassociateRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
590
+ "EbsBlockDevice$DeleteOnTermination": "<p>Indicates whether the EBS volume is deleted on instance termination.</p>",
591
+ "EbsBlockDevice$Encrypted": "<p>Indicates whether the EBS volume is encrypted. Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption.</p>",
576
592
  "EbsInstanceBlockDevice$DeleteOnTermination": "<p>Indicates whether the volume is deleted on instance termination.</p>",
577
593
  "EbsInstanceBlockDeviceSpecification$DeleteOnTermination": "<p>Indicates whether the volume is deleted on instance termination.</p>",
578
- "EnableVolumeIORequest$DryRun": null,
579
- "EnableVpcClassicLinkRequest$DryRun": null,
594
+ "EnableVolumeIORequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
595
+ "EnableVpcClassicLinkRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
580
596
  "EnableVpcClassicLinkResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
581
- "GetConsoleOutputRequest$DryRun": null,
582
- "GetPasswordDataRequest$DryRun": null,
597
+ "GetConsoleOutputRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
598
+ "GetPasswordDataRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
583
599
  "Image$Public": "<p>Indicates whether the image has public launch permissions. The value is <code>true</code> if this image has public launch permissions or <code>false</code> if it has only implicit and explicit launch permissions.</p>",
584
- "ImportImageRequest$DryRun": null,
585
- "ImportInstanceLaunchSpecification$Monitoring": null,
586
- "ImportInstanceRequest$DryRun": null,
587
- "ImportKeyPairRequest$DryRun": null,
588
- "ImportSnapshotRequest$DryRun": null,
589
- "ImportVolumeRequest$DryRun": null,
600
+ "ImportImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
601
+ "ImportInstanceLaunchSpecification$Monitoring": "<p>Indicates whether monitoring is enabled.</p>",
602
+ "ImportInstanceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
603
+ "ImportKeyPairRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
604
+ "ImportSnapshotRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
605
+ "ImportVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
590
606
  "Instance$SourceDestCheck": "<p>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 <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. The value must be <code>false</code> for the instance to perform NAT. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html\">NAT Instances</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
591
607
  "Instance$EbsOptimized": "<p>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.</p>",
592
608
  "InstanceNetworkInterface$SourceDestCheck": "<p>Indicates whether to validate network traffic to or from this network interface.</p>",
@@ -595,12 +611,16 @@
595
611
  "InstanceNetworkInterfaceSpecification$AssociatePublicIpAddress": "<p>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 launching into a default subnet, the default value is <code>true</code>.</p>",
596
612
  "InstancePrivateIpAddress$Primary": "<p>Indicates whether this IP address is the primary private IP address of the network interface.</p>",
597
613
  "LaunchSpecification$EbsOptimized": "<p>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.</p> <p>Default: <code>false</code></p>",
598
- "ModifyImageAttributeRequest$DryRun": null,
599
- "ModifyInstanceAttributeRequest$DryRun": null,
600
- "ModifyNetworkInterfaceAttributeRequest$DryRun": null,
601
- "ModifySnapshotAttributeRequest$DryRun": null,
602
- "ModifyVolumeAttributeRequest$DryRun": null,
603
- "MonitorInstancesRequest$DryRun": null,
614
+ "ModifyImageAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
615
+ "ModifyInstanceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
616
+ "ModifyNetworkInterfaceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
617
+ "ModifySnapshotAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
618
+ "ModifyVolumeAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
619
+ "ModifyVpcEndpointRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
620
+ "ModifyVpcEndpointRequest$ResetPolicy": "<p>Specify <code>true</code> to reset the policy document to the default policy. The default policy allows access to the service.</p>",
621
+ "ModifyVpcEndpointResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
622
+ "MonitorInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
623
+ "MoveAddressToVpcRequest$DryRun": null,
604
624
  "NetworkAcl$IsDefault": "<p>Indicates whether this is the default network ACL for the VPC.</p>",
605
625
  "NetworkAclEntry$Egress": "<p>Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).</p>",
606
626
  "NetworkInterface$RequesterManaged": "<p>Indicates whether the network interface is being managed by AWS.</p>",
@@ -610,41 +630,42 @@
610
630
  "NetworkInterfacePrivateIpAddress$Primary": "<p>Indicates whether this IP address is the primary private IP address of the network interface.</p>",
611
631
  "PriceSchedule$Active": "<p>The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.</p> <p>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.</p>",
612
632
  "PrivateIpAddressSpecification$Primary": "<p>Indicates whether the private IP address is the primary private IP address. Only one IP address can be designated as primary.</p>",
613
- "PurchaseReservedInstancesOfferingRequest$DryRun": null,
614
- "RebootInstancesRequest$DryRun": null,
615
- "RegisterImageRequest$DryRun": null,
616
- "RejectVpcPeeringConnectionRequest$DryRun": null,
633
+ "PurchaseReservedInstancesOfferingRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
634
+ "RebootInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
635
+ "RegisterImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
636
+ "RejectVpcPeeringConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
617
637
  "RejectVpcPeeringConnectionResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
618
- "ReleaseAddressRequest$DryRun": null,
619
- "ReplaceNetworkAclAssociationRequest$DryRun": null,
620
- "ReplaceNetworkAclEntryRequest$DryRun": null,
638
+ "ReleaseAddressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
639
+ "ReplaceNetworkAclAssociationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
640
+ "ReplaceNetworkAclEntryRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
621
641
  "ReplaceNetworkAclEntryRequest$Egress": "<p>Indicates whether to replace the egress rule.</p> <p>Default: If no value is specified, we replace the ingress rule.</p>",
622
- "ReplaceRouteRequest$DryRun": null,
623
- "ReplaceRouteTableAssociationRequest$DryRun": null,
624
- "ReportInstanceStatusRequest$DryRun": null,
642
+ "ReplaceRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
643
+ "ReplaceRouteTableAssociationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
644
+ "ReportInstanceStatusRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
625
645
  "RequestSpotInstancesRequest$DryRun": null,
626
646
  "ReservedInstancesOffering$Marketplace": "<p>Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS. If it's a Reserved Instance Marketplace offering, this is <code>true</code>.</p>",
627
- "ResetImageAttributeRequest$DryRun": null,
628
- "ResetInstanceAttributeRequest$DryRun": null,
629
- "ResetNetworkInterfaceAttributeRequest$DryRun": null,
630
- "ResetSnapshotAttributeRequest$DryRun": null,
631
- "RevokeSecurityGroupEgressRequest$DryRun": null,
632
- "RevokeSecurityGroupIngressRequest$DryRun": null,
647
+ "ResetImageAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
648
+ "ResetInstanceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
649
+ "ResetNetworkInterfaceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
650
+ "ResetSnapshotAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
651
+ "RestoreAddressToClassicRequest$DryRun": null,
652
+ "RevokeSecurityGroupEgressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
653
+ "RevokeSecurityGroupIngressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
633
654
  "RouteTableAssociation$Main": "<p>Indicates whether this is the main route table.</p>",
634
655
  "RunInstancesMonitoringEnabled$Enabled": "<p>Indicates whether monitoring is enabled for the instance.</p>",
635
- "RunInstancesRequest$DryRun": null,
656
+ "RunInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
636
657
  "RunInstancesRequest$DisableApiTermination": "<p>If you set this parameter to <code>true</code>, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. If you set this parameter to <code>true</code> and then later want to be able to terminate the instance, you must first change the value of the <code>disableApiTermination</code> attribute to <code>false</code> using <a>ModifyInstanceAttribute</a>. Alternatively, if you set <code>InstanceInitiatedShutdownBehavior</code> to <code>terminate</code>, you can terminate the instance by running the shutdown command from the instance.</p> <p>Default: <code>false</code></p>",
637
- "RunInstancesRequest$EbsOptimized": "<p>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.</p> <p>Default: <code>false</code></p>",
658
+ "RunInstancesRequest$EbsOptimized": "<p>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.</p> <p>Default: <code>false</code></p>",
638
659
  "Snapshot$Encrypted": "<p>Indicates whether the snapshot is encrypted.</p>",
639
- "StartInstancesRequest$DryRun": null,
640
- "StopInstancesRequest$DryRun": null,
660
+ "StartInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
661
+ "StopInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
641
662
  "StopInstancesRequest$Force": "<p>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.</p> <p>Default: <code>false</code></p>",
642
663
  "Subnet$DefaultForAz": "<p>Indicates whether this is the default subnet for the Availability Zone.</p>",
643
664
  "Subnet$MapPublicIpOnLaunch": "<p>Indicates whether instances launched in this subnet receive a public IP address.</p>",
644
- "TerminateInstancesRequest$DryRun": null,
645
- "UnmonitorInstancesRequest$DryRun": null,
665
+ "TerminateInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
666
+ "UnmonitorInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
646
667
  "Volume$Encrypted": "<p>Indicates whether the volume will be encrypted.</p>",
647
- "VolumeAttachment$DeleteOnTermination": "<p>Indicates whether the Amazon EBS volume is deleted on instance termination.</p>",
668
+ "VolumeAttachment$DeleteOnTermination": "<p>Indicates whether the EBS volume is deleted on instance termination.</p>",
648
669
  "Vpc$IsDefault": "<p>Indicates whether the VPC is the default VPC.</p>",
649
670
  "VpcClassicLink$ClassicLinkEnabled": "<p>Indicates whether the VPC is enabled for ClassicLink.</p>",
650
671
  "VpnConnectionOptions$StaticRoutesOnly": "<p>Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.</p>",
@@ -673,7 +694,7 @@
673
694
  "refs": {
674
695
  "BundleInstanceResult$BundleTask": "<p>Information about the bundle task.</p>",
675
696
  "BundleTaskList$member": null,
676
- "CancelBundleTaskResult$BundleTask": "<p>The bundle task.</p>"
697
+ "CancelBundleTaskResult$BundleTask": "<p>Information about the bundle task.</p>"
677
698
  }
678
699
  },
679
700
  "BundleTaskError": {
@@ -775,10 +796,10 @@
775
796
  }
776
797
  },
777
798
  "ClientData": {
778
- "base": "<p>Client-specific data.</p>",
799
+ "base": "<p>Describes the client-specific data.</p>",
779
800
  "refs": {
780
- "ImportImageRequest$ClientData": "<p>Client-specific data.</p>",
781
- "ImportSnapshotRequest$ClientData": null
801
+ "ImportImageRequest$ClientData": "<p>The client-specific data.</p>",
802
+ "ImportSnapshotRequest$ClientData": "<p>The client-specific data.</p>"
782
803
  }
783
804
  },
784
805
  "ConfirmProductInstanceRequest": {
@@ -795,7 +816,7 @@
795
816
  "base": null,
796
817
  "refs": {
797
818
  "ExportToS3Task$ContainerFormat": "<p>The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.</p>",
798
- "ExportToS3TaskSpecification$ContainerFormat": null
819
+ "ExportToS3TaskSpecification$ContainerFormat": "<p>The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.</p>"
799
820
  }
800
821
  },
801
822
  "ConversionIdStringList": {
@@ -808,8 +829,8 @@
808
829
  "base": "<p>Describes a conversion task.</p>",
809
830
  "refs": {
810
831
  "DescribeConversionTaskList$member": null,
811
- "ImportInstanceResult$ConversionTask": null,
812
- "ImportVolumeResult$ConversionTask": null
832
+ "ImportInstanceResult$ConversionTask": "<p>Information about the conversion task.</p>",
833
+ "ImportVolumeResult$ConversionTask": "<p>Information about the conversion task.</p>"
813
834
  }
814
835
  },
815
836
  "ConversionTaskState": {
@@ -938,6 +959,11 @@
938
959
  "refs": {
939
960
  }
940
961
  },
962
+ "CreateRouteResult": {
963
+ "base": null,
964
+ "refs": {
965
+ }
966
+ },
941
967
  "CreateRouteTableRequest": {
942
968
  "base": null,
943
969
  "refs": {
@@ -989,7 +1015,7 @@
989
1015
  }
990
1016
  },
991
1017
  "CreateVolumePermission": {
992
- "base": null,
1018
+ "base": "<p>Describes the user or group to be added or removed from the permissions for a volume.</p>",
993
1019
  "refs": {
994
1020
  "CreateVolumePermissionList$member": null
995
1021
  }
@@ -1003,7 +1029,7 @@
1003
1029
  }
1004
1030
  },
1005
1031
  "CreateVolumePermissionModifications": {
1006
- "base": null,
1032
+ "base": "<p>Describes modifications to the permissions for a volume.</p>",
1007
1033
  "refs": {
1008
1034
  "ModifySnapshotAttributeRequest$CreateVolumePermission": "<p>A JSON representation of the snapshot attribute modification.</p>"
1009
1035
  }
@@ -1013,6 +1039,16 @@
1013
1039
  "refs": {
1014
1040
  }
1015
1041
  },
1042
+ "CreateVpcEndpointRequest": {
1043
+ "base": null,
1044
+ "refs": {
1045
+ }
1046
+ },
1047
+ "CreateVpcEndpointResult": {
1048
+ "base": null,
1049
+ "refs": {
1050
+ }
1051
+ },
1016
1052
  "CreateVpcPeeringConnectionRequest": {
1017
1053
  "base": null,
1018
1054
  "refs": {
@@ -1133,6 +1169,7 @@
1133
1169
  "VolumeAttachment$AttachTime": "<p>The time stamp when the attachment initiated.</p>",
1134
1170
  "VolumeStatusEvent$NotBefore": "<p>The earliest start time of the event.</p>",
1135
1171
  "VolumeStatusEvent$NotAfter": "<p>The latest end time of the event.</p>",
1172
+ "VpcEndpoint$CreationTimestamp": "<p>The date and time the VPC endpoint was created.</p>",
1136
1173
  "VpcPeeringConnection$ExpirationTime": "<p>The time that an unaccepted VPC peering connection will expire.</p>"
1137
1174
  }
1138
1175
  },
@@ -1216,6 +1253,16 @@
1216
1253
  "refs": {
1217
1254
  }
1218
1255
  },
1256
+ "DeleteVpcEndpointsRequest": {
1257
+ "base": null,
1258
+ "refs": {
1259
+ }
1260
+ },
1261
+ "DeleteVpcEndpointsResult": {
1262
+ "base": null,
1263
+ "refs": {
1264
+ }
1265
+ },
1219
1266
  "DeleteVpcPeeringConnectionRequest": {
1220
1267
  "base": null,
1221
1268
  "refs": {
@@ -1304,7 +1351,7 @@
1304
1351
  "DescribeConversionTaskList": {
1305
1352
  "base": null,
1306
1353
  "refs": {
1307
- "DescribeConversionTasksResult$ConversionTasks": null
1354
+ "DescribeConversionTasksResult$ConversionTasks": "<p>Information about the conversion tasks.</p>"
1308
1355
  }
1309
1356
  },
1310
1357
  "DescribeConversionTasksRequest": {
@@ -1427,6 +1474,16 @@
1427
1474
  "refs": {
1428
1475
  }
1429
1476
  },
1477
+ "DescribeMovingAddressesRequest": {
1478
+ "base": null,
1479
+ "refs": {
1480
+ }
1481
+ },
1482
+ "DescribeMovingAddressesResult": {
1483
+ "base": null,
1484
+ "refs": {
1485
+ }
1486
+ },
1430
1487
  "DescribeNetworkAclsRequest": {
1431
1488
  "base": null,
1432
1489
  "refs": {
@@ -1467,6 +1524,16 @@
1467
1524
  "refs": {
1468
1525
  }
1469
1526
  },
1527
+ "DescribePrefixListsRequest": {
1528
+ "base": null,
1529
+ "refs": {
1530
+ }
1531
+ },
1532
+ "DescribePrefixListsResult": {
1533
+ "base": null,
1534
+ "refs": {
1535
+ }
1536
+ },
1470
1537
  "DescribeRegionsRequest": {
1471
1538
  "base": null,
1472
1539
  "refs": {
@@ -1657,6 +1724,26 @@
1657
1724
  "refs": {
1658
1725
  }
1659
1726
  },
1727
+ "DescribeVpcEndpointServicesRequest": {
1728
+ "base": null,
1729
+ "refs": {
1730
+ }
1731
+ },
1732
+ "DescribeVpcEndpointServicesResult": {
1733
+ "base": null,
1734
+ "refs": {
1735
+ }
1736
+ },
1737
+ "DescribeVpcEndpointsRequest": {
1738
+ "base": null,
1739
+ "refs": {
1740
+ }
1741
+ },
1742
+ "DescribeVpcEndpointsResult": {
1743
+ "base": null,
1744
+ "refs": {
1745
+ }
1746
+ },
1660
1747
  "DescribeVpcPeeringConnectionsRequest": {
1661
1748
  "base": null,
1662
1749
  "refs": {
@@ -1730,8 +1817,8 @@
1730
1817
  "DeviceType": {
1731
1818
  "base": null,
1732
1819
  "refs": {
1733
- "Image$RootDeviceType": "<p>The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance store volume.</p>",
1734
- "Instance$RootDeviceType": "<p>The root device type used by the AMI. The AMI can use an Amazon EBS volume or an instance store volume.</p>"
1820
+ "Image$RootDeviceType": "<p>The type of root device used by the AMI. The AMI can use an EBS volume or an instance store volume.</p>",
1821
+ "Instance$RootDeviceType": "<p>The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.</p>"
1735
1822
  }
1736
1823
  },
1737
1824
  "DhcpConfiguration": {
@@ -1797,17 +1884,17 @@
1797
1884
  }
1798
1885
  },
1799
1886
  "DiskImageDescription": {
1800
- "base": null,
1887
+ "base": "<p>Describes a disk image.</p>",
1801
1888
  "refs": {
1802
1889
  "ImportInstanceVolumeDetailItem$Image": "<p>The image.</p>",
1803
1890
  "ImportVolumeTaskDetails$Image": "<p>The image.</p>"
1804
1891
  }
1805
1892
  },
1806
1893
  "DiskImageDetail": {
1807
- "base": null,
1894
+ "base": "<p>Describes a disk image.</p>",
1808
1895
  "refs": {
1809
- "DiskImage$Image": null,
1810
- "ImportVolumeRequest$Image": null
1896
+ "DiskImage$Image": "<p>Information about the disk image.</p>",
1897
+ "ImportVolumeRequest$Image": "<p>The disk image.</p>"
1811
1898
  }
1812
1899
  },
1813
1900
  "DiskImageFormat": {
@@ -1816,17 +1903,17 @@
1816
1903
  "DiskImageDescription$Format": "<p>The disk image format.</p>",
1817
1904
  "DiskImageDetail$Format": "<p>The disk image format.</p>",
1818
1905
  "ExportToS3Task$DiskImageFormat": "<p>The format for the exported image.</p>",
1819
- "ExportToS3TaskSpecification$DiskImageFormat": null
1906
+ "ExportToS3TaskSpecification$DiskImageFormat": "<p>The format for the exported image.</p>"
1820
1907
  }
1821
1908
  },
1822
1909
  "DiskImageList": {
1823
1910
  "base": null,
1824
1911
  "refs": {
1825
- "ImportInstanceRequest$DiskImages": null
1912
+ "ImportInstanceRequest$DiskImages": "<p>The disk image.</p>"
1826
1913
  }
1827
1914
  },
1828
1915
  "DiskImageVolumeDescription": {
1829
- "base": null,
1916
+ "base": "<p>Describes a disk image volume.</p>",
1830
1917
  "refs": {
1831
1918
  "ImportInstanceVolumeDetailItem$Volume": "<p>The volume.</p>",
1832
1919
  "ImportVolumeTaskDetails$Volume": "<p>The volume.</p>"
@@ -1843,32 +1930,32 @@
1843
1930
  "Double": {
1844
1931
  "base": null,
1845
1932
  "refs": {
1846
- "ClientData$UploadSize": "<p>The size of the uploaded disk image.</p>",
1933
+ "ClientData$UploadSize": "<p>The size of the uploaded disk image, in GiB.</p>",
1847
1934
  "PriceSchedule$Price": "<p>The fixed price for the term.</p>",
1848
1935
  "PriceScheduleSpecification$Price": "<p>The fixed price for the term.</p>",
1849
1936
  "PricingDetail$Price": "<p>The price per instance.</p>",
1850
1937
  "RecurringCharge$Amount": "<p>The amount of the recurring charge.</p>",
1851
1938
  "ReservedInstanceLimitPrice$Amount": "<p>Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).</p>",
1852
- "SnapshotDetail$DiskImageSize": "<p>The size of the disk in the snapshot.</p>",
1853
- "SnapshotTaskDetail$DiskImageSize": "<p>The size of the disk in the snapshot.</p>"
1939
+ "SnapshotDetail$DiskImageSize": "<p>The size of the disk in the snapshot, in GiB.</p>",
1940
+ "SnapshotTaskDetail$DiskImageSize": "<p>The size of the disk in the snapshot, in GiB.</p>"
1854
1941
  }
1855
1942
  },
1856
1943
  "EbsBlockDevice": {
1857
- "base": "<p>Describes an Amazon EBS block device.</p>",
1944
+ "base": "<p>Describes a block device for an EBS volume.</p>",
1858
1945
  "refs": {
1859
- "BlockDeviceMapping$Ebs": "<p>Parameters used to automatically set up Amazon EBS volumes when the instance is launched.</p>"
1946
+ "BlockDeviceMapping$Ebs": "<p>Parameters used to automatically set up EBS volumes when the instance is launched.</p>"
1860
1947
  }
1861
1948
  },
1862
1949
  "EbsInstanceBlockDevice": {
1863
- "base": "<p>Describes a parameter used to set up an Amazon EBS volume in a block device mapping.</p>",
1950
+ "base": "<p>Describes a parameter used to set up an EBS volume in a block device mapping.</p>",
1864
1951
  "refs": {
1865
- "InstanceBlockDeviceMapping$Ebs": "<p>Parameters used to automatically set up Amazon EBS volumes when the instance is launched.</p>"
1952
+ "InstanceBlockDeviceMapping$Ebs": "<p>Parameters used to automatically set up EBS volumes when the instance is launched.</p>"
1866
1953
  }
1867
1954
  },
1868
1955
  "EbsInstanceBlockDeviceSpecification": {
1869
1956
  "base": null,
1870
1957
  "refs": {
1871
- "InstanceBlockDeviceMappingSpecification$Ebs": "<p>Parameters used to automatically set up Amazon EBS volumes when the instance is launched.</p>"
1958
+ "InstanceBlockDeviceMappingSpecification$Ebs": "<p>Parameters used to automatically set up EBS volumes when the instance is launched.</p>"
1872
1959
  }
1873
1960
  },
1874
1961
  "EnableVgwRoutePropagationRequest": {
@@ -1894,7 +1981,7 @@
1894
1981
  "EventCode": {
1895
1982
  "base": null,
1896
1983
  "refs": {
1897
- "InstanceStatusEvent$Code": "<p>The associated code of the event.</p>"
1984
+ "InstanceStatusEvent$Code": "<p>The event code.</p>"
1898
1985
  }
1899
1986
  },
1900
1987
  "ExecutableByStringList": {
@@ -1911,9 +1998,9 @@
1911
1998
  }
1912
1999
  },
1913
2000
  "ExportTask": {
1914
- "base": "<p>Describes an export task.</p>",
2001
+ "base": "<p>Describes an instance export task.</p>",
1915
2002
  "refs": {
1916
- "CreateInstanceExportTaskResult$ExportTask": null,
2003
+ "CreateInstanceExportTaskResult$ExportTask": "<p>Information about the instance export task.</p>",
1917
2004
  "ExportTaskList$member": null
1918
2005
  }
1919
2006
  },
@@ -1926,25 +2013,25 @@
1926
2013
  "ExportTaskList": {
1927
2014
  "base": null,
1928
2015
  "refs": {
1929
- "DescribeExportTasksResult$ExportTasks": null
2016
+ "DescribeExportTasksResult$ExportTasks": "<p>Information about the export tasks.</p>"
1930
2017
  }
1931
2018
  },
1932
2019
  "ExportTaskState": {
1933
2020
  "base": null,
1934
2021
  "refs": {
1935
- "ExportTask$State": "<p>The state of the conversion task.</p>"
2022
+ "ExportTask$State": "<p>The state of the export task.</p>"
1936
2023
  }
1937
2024
  },
1938
2025
  "ExportToS3Task": {
1939
- "base": null,
2026
+ "base": "<p>Describes the format and location for an instance export task.</p>",
1940
2027
  "refs": {
1941
- "ExportTask$ExportToS3Task": null
2028
+ "ExportTask$ExportToS3Task": "<p>Information about the export task.</p>"
1942
2029
  }
1943
2030
  },
1944
2031
  "ExportToS3TaskSpecification": {
1945
- "base": null,
2032
+ "base": "<p>Describes an instance export task.</p>",
1946
2033
  "refs": {
1947
- "CreateInstanceExportTaskRequest$ExportToS3Task": null
2034
+ "CreateInstanceExportTaskRequest$ExportToS3Task": "<p>The format and location for an instance export task.</p>"
1948
2035
  }
1949
2036
  },
1950
2037
  "Filter": {
@@ -1960,26 +2047,28 @@
1960
2047
  "DescribeAvailabilityZonesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>message</code> - Information about the Availability Zone.</p> </li> <li> <p><code>region-name</code> - The name of the region for the Availability Zone (for example, <code>us-east-1</code>).</p> </li> <li> <p><code>state</code> - The state of the Availability Zone (<code>available</code> | <code>impaired</code> | <code>unavailable</code>).</p> </li> <li> <p><code>zone-name</code> - The name of the Availability Zone (for example, <code>us-east-1a</code>).</p> </li> </ul>",
1961
2048
  "DescribeBundleTasksRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>bundle-id</code> - The ID of the bundle task.</p> </li> <li> <p><code>error-code</code> - If the task failed, the error code returned.</p> </li> <li> <p><code>error-message</code> - If the task failed, the error message returned.</p> </li> <li> <p><code>instance-id</code> - The ID of the instance.</p> </li> <li> <p><code>progress</code> - The level of task completion, as a percentage (for example, 20%).</p> </li> <li> <p><code>s3-bucket</code> - The Amazon S3 bucket to store the AMI.</p> </li> <li> <p><code>s3-prefix</code> - The beginning of the AMI name.</p> </li> <li> <p><code>start-time</code> - The time the task started (for example, 2013-09-15T17:15:20.000Z).</p> </li> <li> <p><code>state</code> - The state of the task (<code>pending</code> | <code>waiting-for-shutdown</code> | <code>bundling</code> | <code>storing</code> | <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p> </li> <li> <p><code>update-time</code> - The time of the most recent update for the task.</p> </li> </ul>",
1962
2049
  "DescribeClassicLinkInstancesRequest$Filters": "<p>One or more filters.</p> <ul> <li><p><code>group-id</code> - The ID of a VPC security group that's associated with the instance.</p></li> <li> <p><code>instance-id</code> - The ID of the instance.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>vpc-id</code> - The ID of the VPC that the instance is linked to.</p> </li> </ul>",
1963
- "DescribeConversionTasksRequest$Filters": null,
2050
+ "DescribeConversionTasksRequest$Filters": "<p>One or more filters.</p>",
1964
2051
  "DescribeCustomerGatewaysRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>bgp-asn</code> - The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p> </li> <li> <p><code>customer-gateway-id</code> - The ID of the customer gateway.</p> </li> <li> <p><code>ip-address</code> - The IP address of the customer gateway's Internet-routable external interface.</p> </li> <li> <p><code>state</code> - The state of the customer gateway (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p> </li> <li> <p><code>type</code> - The type of customer gateway. Currently, the only supported type is <code>ipsec.1</code>.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> </ul>",
1965
2052
  "DescribeDhcpOptionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>dhcp-options-id</code> - The ID of a set of DHCP options.</p> </li> <li> <p><code>key</code> - The key for one of the options (for example, <code>domain-name</code>).</p> </li> <li> <p><code>value</code> - The value for one of the options.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> </ul>",
1966
- "DescribeImagesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>architecture</code> - The image architecture (<code>i386</code> | <code>x86_64</code>).</p> </li> <li> <p><code>block-device-mapping.delete-on-termination</code> - A Boolean value that indicates whether the Amazon EBS volume is deleted on instance termination.</p> </li> <li> <p><code>block-device-mapping.device-name</code> - The device name for the Amazon EBS volume (for example, <code>/dev/sdh</code>).</p> </li> <li> <p><code>block-device-mapping.snapshot-id</code> - The ID of the snapshot used for the Amazon EBS volume.</p> </li> <li> <p><code>block-device-mapping.volume-size</code> - The volume size of the Amazon EBS volume, in GiB.</p> </li> <li> <p><code>block-device-mapping.volume-type</code> - The volume type of the Amazon EBS volume (<code>gp2</code> | <code>standard</code> | <code>io1</code>).</p> </li> <li> <p><code>description</code> - The description of the image (provided during image creation).</p> </li> <li> <p><code>hypervisor</code> - The hypervisor type (<code>ovm</code> | <code>xen</code>).</p> </li> <li> <p><code>image-id</code> - The ID of the image.</p> </li> <li> <p><code>image-type</code> - The image type (<code>machine</code> | <code>kernel</code> | <code>ramdisk</code>).</p> </li> <li> <p><code>is-public</code> - A Boolean that indicates whether the image is public.</p> </li> <li> <p><code>kernel-id</code> - The kernel ID.</p> </li> <li> <p><code>manifest-location</code> - The location of the image manifest.</p> </li> <li> <p><code>name</code> - The name of the AMI (provided during image creation).</p> </li> <li> <p><code>owner-alias</code> - The AWS account alias (for example, <code>amazon</code>).</p> </li> <li> <p><code>owner-id</code> - The AWS account ID of the image owner.</p> </li> <li> <p><code>platform</code> - The platform. To only list Windows-based AMIs, use <code>windows</code>.</p> </li> <li> <p><code>product-code</code> - The product code.</p> </li> <li> <p><code>product-code.type</code> - The type of the product code (<code>devpay</code> | <code>marketplace</code>).</p> </li> <li> <p><code>ramdisk-id</code> - The RAM disk ID.</p> </li> <li> <p><code>root-device-name</code> - The name of the root device volume (for example, <code>/dev/sda1</code>).</p> </li> <li> <p><code>root-device-type</code> - The type of the root device volume (<code>ebs</code> | <code>instance-store</code>).</p> </li> <li> <p><code>state</code> - The state of the image (<code>available</code> | <code>pending</code> | <code>failed</code>).</p> </li> <li> <p><code>state-reason-code</code> - The reason code for the state change.</p> </li> <li> <p><code>state-reason-message</code> - The message for the state change.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the tag-value filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>virtualization-type</code> - The virtualization type (<code>paravirtual</code> | <code>hvm</code>).</p> </li> </ul>",
1967
- "DescribeImportImageTasksRequest$Filters": "<p>Filters to be applied on a describe request.</p>",
1968
- "DescribeImportSnapshotTasksRequest$Filters": "<p>The filters to be applied on a describe request.</p>",
1969
- "DescribeInstanceStatusRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>availability-zone</code> - The Availability Zone of the instance.</p> </li> <li> <p><code>event.code</code> - The code identifying the type of event (<code>instance-reboot</code> | <code>system-reboot</code> | <code>system-maintenance</code> | <code>instance-retirement</code> | <code>instance-stop</code>).</p> </li> <li> <p><code>event.description</code> - A description of the event.</p> </li> <li> <p><code>event.not-after</code> - The latest end time for the scheduled event, for example: <code>2010-09-15T17:15:20.000Z</code>.</p> </li> <li> <p><code>event.not-before</code> - The earliest start time for the scheduled event, for example: <code>2010-09-15T17:15:20.000Z</code>.</p> </li> <li> <p><code>instance-state-code</code> - A code representing the state of the instance, as a 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).</p> </li> <li> <p><code>instance-state-name</code> - The state of the instance (<code>pending</code> | <code>running</code> | <code>shutting-down</code> | <code>terminated</code> | <code>stopping</code> | <code>stopped</code>).</p> </li> <li> <p><code>instance-status.reachability</code> - Filters on instance status where the name is <code>reachability</code> (<code>passed</code> | <code>failed</code> | <code>initializing</code> | <code>insufficient-data</code>).</p> </li> <li> <p><code>instance-status.status</code> - The status of the instance (<code>ok</code> | <code>impaired</code> | <code>initializing</code> | <code>insufficient-data</code> | <code>not-applicable</code>).</p> </li> <li> <p><code>system-status.reachability</code> - Filters on system status where the name is <code>reachability</code> (<code>passed</code> | <code>failed</code> | <code>initializing</code> | <code>insufficient-data</code>).</p> </li> <li> <p><code>system-status.status</code> - The system status of the instance (<code>ok</code> | <code>impaired</code> | <code>initializing</code> | <code>insufficient-data</code> | <code>not-applicable</code>).</p> </li> </ul>",
1970
- "DescribeInstancesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>architecture</code> - The instance architecture (<code>i386</code> | <code>x86_64</code>).</p> </li> <li> <p><code>availability-zone</code> - The Availability Zone of the instance.</p> </li> <li> <p><code>block-device-mapping.attach-time</code> - The attach time for an Amazon EBS volume mapped to the instance, for example, <code>2010-09-15T17:15:20.000Z</code>.</p> </li> <li> <p><code>block-device-mapping.delete-on-termination</code> - A Boolean that indicates whether the Amazon EBS volume is deleted on instance termination.</p> </li> <li> <p><code>block-device-mapping.device-name</code> - The device name for the Amazon EBS volume (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p> </li> <li> <p><code>block-device-mapping.status</code> - The status for the Amazon EBS volume (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>).</p> </li> <li> <p><code>block-device-mapping.volume-id</code> - The volume ID of the Amazon EBS volume.</p> </li> <li> <p><code>client-token</code> - The idempotency token you provided when you launched the instance.</p> </li> <li> <p><code>dns-name</code> - The public DNS name of the instance.</p> </li> <li> <p><code>group-id</code> - The ID of the security group for the instance. EC2-Classic only.</p> </li> <li> <p><code>group-name</code> - The name of the security group for the instance. EC2-Classic only.</p> </li> <li> <p><code>hypervisor</code> - The hypervisor type of the instance (<code>ovm</code> | <code>xen</code>).</p> </li> <li> <p><code>iam-instance-profile.arn</code> - The instance profile associated with the instance. Specified as an ARN.</p> </li> <li> <p><code>image-id</code> - The ID of the image used to launch the instance.</p> </li> <li> <p><code>instance-id</code> - The ID of the instance.</p> </li> <li> <p><code>instance-lifecycle</code> - Indicates whether this is a Spot Instance (<code>spot</code>).</p> </li> <li> <p><code>instance-state-code</code> - The state of the instance, as a 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented. The valid values are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).</p> </li> <li> <p><code>instance-state-name</code> - The state of the instance (<code>pending</code> | <code>running</code> | <code>shutting-down</code> | <code>terminated</code> | <code>stopping</code> | <code>stopped</code>).</p> </li> <li> <p><code>instance-type</code> - The type of instance (for example, <code>t2.micro</code>).</p> </li> <li> <p><code>instance.group-id</code> - The ID of the security group for the instance. </p> </li> <li> <p><code>instance.group-name</code> - The name of the security group for the instance. </p> </li> <li> <p><code>ip-address</code> - The public IP address of the instance.</p> </li> <li> <p><code>kernel-id</code> - The kernel ID.</p> </li> <li> <p><code>key-name</code> - The name of the key pair used when the instance was launched.</p> </li> <li> <p><code>launch-index</code> - When launching multiple instances, this is the index for the instance in the launch group (for example, 0, 1, 2, and so on). </p> </li> <li> <p><code>launch-time</code> - The time when the instance was launched.</p> </li> <li> <p><code>monitoring-state</code> - Indicates whether monitoring is enabled for the instance (<code>disabled</code> | <code>enabled</code>).</p> </li> <li> <p><code>owner-id</code> - The AWS account ID of the instance owner.</p> </li> <li> <p><code>placement-group-name</code> - The name of the placement group for the instance.</p> </li> <li> <p><code>platform</code> - The platform. Use <code>windows</code> if you have Windows instances; otherwise, leave blank.</p> </li> <li> <p><code>private-dns-name</code> - The private DNS name of the instance.</p> </li> <li> <p><code>private-ip-address</code> - The private IP address of the instance.</p> </li> <li> <p><code>product-code</code> - The product code associated with the AMI used to launch the instance.</p> </li> <li> <p><code>product-code.type</code> - The type of product code (<code>devpay</code> | <code>marketplace</code>).</p> </li> <li> <p><code>ramdisk-id</code> - The RAM disk ID.</p> </li> <li> <p><code>reason</code> - The reason for the current state of the instance (for example, shows \"User Initiated [date]\" when you stop or terminate the instance). Similar to the state-reason-code filter.</p> </li> <li> <p><code>requester-id</code> - The ID of the entity that launched the instance on your behalf (for example, AWS Management Console, Auto Scaling, and so on).</p> </li> <li> <p><code>reservation-id</code> - The ID of the instance's reservation. A reservation ID is created any time you launch an instance. A reservation ID has a one-to-one relationship with an instance launch request, but can be associated with more than one instance if you launch multiple instances using the same launch request. For example, if you launch one instance, you'll get one reservation ID. If you launch ten instances using the same launch request, you'll also get one reservation ID.</p> </li> <li> <p><code>root-device-name</code> - The name of the root device for the instance (for example, <code>/dev/sda1</code> or <code>/dev/xvda</code>).</p> </li> <li> <p><code>root-device-type</code> - The type of root device that the instance uses (<code>ebs</code> | <code>instance-store</code>).</p> </li> <li> <p><code>source-dest-check</code> - Indicates whether the instance performs source/destination checking. A value of <code>true</code> means that checking is enabled, and <code>false</code> means checking is disabled. The value must be <code>false</code> for the instance to perform network address translation (NAT) in your VPC. </p> </li> <li> <p><code>spot-instance-request-id</code> - The ID of the Spot Instance request.</p> </li> <li> <p><code>state-reason-code</code> - The reason code for the state change.</p> </li> <li> <p><code>state-reason-message</code> - A message that describes the state change.</p> </li> <li> <p><code>subnet-id</code> - The ID of the subnet for the instance.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource, where <code>tag</code>:<i>key</i> is the tag's key. </p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>tenancy</code> - The tenancy of an instance (<code>dedicated</code> | <code>default</code>).</p> </li> <li> <p><code>virtualization-type</code> - The virtualization type of the instance (<code>paravirtual</code> | <code>hvm</code>).</p> </li> <li> <p><code>vpc-id</code> - The ID of the VPC that the instance is running in.</p> </li> <li> <p><code>network-interface.description</code> - The description of the network interface.</p> </li> <li> <p><code>network-interface.subnet-id</code> - The ID of the subnet for the network interface.</p> </li> <li> <p><code>network-interface.vpc-id</code> - The ID of the VPC for the network interface.</p> </li> <li> <p><code>network-interface.network-interface.id</code> - The ID of the network interface.</p> </li> <li> <p><code>network-interface.owner-id</code> - The ID of the owner of the network interface.</p> </li> <li> <p><code>network-interface.availability-zone</code> - The Availability Zone for the network interface.</p> </li> <li> <p><code>network-interface.requester-id</code> - The requester ID for the network interface.</p> </li> <li> <p><code>network-interface.requester-managed</code> - Indicates whether the network interface is being managed by AWS.</p> </li> <li> <p><code>network-interface.status</code> - The status of the network interface (<code>available</code>) | <code>in-use</code>).</p> </li> <li> <p><code>network-interface.mac-address</code> - The MAC address of the network interface.</p> </li> <li> <p><code>network-interface-private-dns-name</code> - The private DNS name of the network interface.</p> </li> <li> <p><code>network-interface.source-dest-check</code> - Whether the network interface performs source/destination checking. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. The value must be <code>false</code> for the network interface to perform network address translation (NAT) in your VPC.</p> </li> <li> <p><code>network-interface.group-id</code> - The ID of a security group associated with the network interface.</p> </li> <li> <p><code>network-interface.group-name</code> - The name of a security group associated with the network interface.</p> </li> <li> <p><code>network-interface.attachment.attachment-id</code> - The ID of the interface attachment.</p> </li> <li> <p><code>network-interface.attachment.instance-id</code> - The ID of the instance to which the network interface is attached.</p> </li> <li> <p><code>network-interface.attachment.instance-owner-id</code> - The owner ID of the instance to which the network interface is attached.</p> </li> <li> <p><code>network-interface.addresses.private-ip-address</code> - The private IP address associated with the network interface.</p> </li> <li> <p><code>network-interface.attachment.device-index</code> - The device index to which the network interface is attached.</p> </li> <li> <p><code>network-interface.attachment.status</code> - The status of the attachment (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>).</p> </li> <li> <p><code>network-interface.attachment.attach-time</code> - The time that the network interface was attached to an instance.</p> </li> <li> <p><code>network-interface.attachment.delete-on-termination</code> - Specifies whether the attachment is deleted when an instance is terminated.</p> </li> <li> <p><code>network-interface.addresses.primary</code> - Specifies whether the IP address of the network interface is the primary private IP address.</p> </li> <li> <p><code>network-interface.addresses.association.public-ip</code> - The ID of the association of an Elastic IP address with a network interface.</p> </li> <li> <p><code>network-interface.addresses.association.ip-owner-id</code> - The owner ID of the private IP address associated with the network interface.</p> </li> <li> <p><code>association.public-ip</code> - The address of the Elastic IP address bound to the network interface.</p> </li> <li> <p><code>association.ip-owner-id</code> - The owner of the Elastic IP address associated with the network interface.</p> </li> <li> <p><code>association.allocation-id</code> - The allocation ID returned when you allocated the Elastic IP address for your network interface.</p> </li> <li> <p><code>association.association-id</code> - The association ID returned when the network interface was associated with an IP address.</p> </li> </ul>",
2053
+ "DescribeImagesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>architecture</code> - The image architecture (<code>i386</code> | <code>x86_64</code>).</p> </li> <li> <p><code>block-device-mapping.delete-on-termination</code> - A Boolean value that indicates whether the Amazon EBS volume is deleted on instance termination.</p> </li> <li> <p><code>block-device-mapping.device-name</code> - The device name for the EBS volume (for example, <code>/dev/sdh</code>).</p> </li> <li> <p><code>block-device-mapping.snapshot-id</code> - The ID of the snapshot used for the EBS volume.</p> </li> <li> <p><code>block-device-mapping.volume-size</code> - The volume size of the EBS volume, in GiB.</p> </li> <li> <p><code>block-device-mapping.volume-type</code> - The volume type of the EBS volume (<code>gp2</code> | <code>standard</code> | <code>io1</code>).</p> </li> <li> <p><code>description</code> - The description of the image (provided during image creation).</p> </li> <li> <p><code>hypervisor</code> - The hypervisor type (<code>ovm</code> | <code>xen</code>).</p> </li> <li> <p><code>image-id</code> - The ID of the image.</p> </li> <li> <p><code>image-type</code> - The image type (<code>machine</code> | <code>kernel</code> | <code>ramdisk</code>).</p> </li> <li> <p><code>is-public</code> - A Boolean that indicates whether the image is public.</p> </li> <li> <p><code>kernel-id</code> - The kernel ID.</p> </li> <li> <p><code>manifest-location</code> - The location of the image manifest.</p> </li> <li> <p><code>name</code> - The name of the AMI (provided during image creation).</p> </li> <li> <p><code>owner-alias</code> - The AWS account alias (for example, <code>amazon</code>).</p> </li> <li> <p><code>owner-id</code> - The AWS account ID of the image owner.</p> </li> <li> <p><code>platform</code> - The platform. To only list Windows-based AMIs, use <code>windows</code>.</p> </li> <li> <p><code>product-code</code> - The product code.</p> </li> <li> <p><code>product-code.type</code> - The type of the product code (<code>devpay</code> | <code>marketplace</code>).</p> </li> <li> <p><code>ramdisk-id</code> - The RAM disk ID.</p> </li> <li> <p><code>root-device-name</code> - The name of the root device volume (for example, <code>/dev/sda1</code>).</p> </li> <li> <p><code>root-device-type</code> - The type of the root device volume (<code>ebs</code> | <code>instance-store</code>).</p> </li> <li> <p><code>state</code> - The state of the image (<code>available</code> | <code>pending</code> | <code>failed</code>).</p> </li> <li> <p><code>state-reason-code</code> - The reason code for the state change.</p> </li> <li> <p><code>state-reason-message</code> - The message for the state change.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the tag-value filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>virtualization-type</code> - The virtualization type (<code>paravirtual</code> | <code>hvm</code>).</p> </li> </ul>",
2054
+ "DescribeImportImageTasksRequest$Filters": "<p>One or more filters.</p>",
2055
+ "DescribeImportSnapshotTasksRequest$Filters": "<p>One or more filters.</p>",
2056
+ "DescribeInstanceStatusRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>availability-zone</code> - The Availability Zone of the instance.</p> </li> <li> <p><code>event.code</code> - The code for the scheduled event (<code>instance-reboot</code> | <code>system-reboot</code> | <code>system-maintenance</code> | <code>instance-retirement</code> | <code>instance-stop</code>).</p> </li> <li> <p><code>event.description</code> - A description of the event.</p> </li> <li> <p><code>event.not-after</code> - The latest end time for the scheduled event (for example, <code>2014-09-15T17:15:20.000Z</code>).</p> </li> <li> <p><code>event.not-before</code> - The earliest start time for the scheduled event (for example, <code>2014-09-15T17:15:20.000Z</code>).</p> </li> <li> <p><code>instance-state-code</code> - The code for the instance state, as a 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).</p> </li> <li> <p><code>instance-state-name</code> - The state of the instance (<code>pending</code> | <code>running</code> | <code>shutting-down</code> | <code>terminated</code> | <code>stopping</code> | <code>stopped</code>).</p> </li> <li> <p><code>instance-status.reachability</code> - Filters on instance status where the name is <code>reachability</code> (<code>passed</code> | <code>failed</code> | <code>initializing</code> | <code>insufficient-data</code>).</p> </li> <li> <p><code>instance-status.status</code> - The status of the instance (<code>ok</code> | <code>impaired</code> | <code>initializing</code> | <code>insufficient-data</code> | <code>not-applicable</code>).</p> </li> <li> <p><code>system-status.reachability</code> - Filters on system status where the name is <code>reachability</code> (<code>passed</code> | <code>failed</code> | <code>initializing</code> | <code>insufficient-data</code>).</p> </li> <li> <p><code>system-status.status</code> - The system status of the instance (<code>ok</code> | <code>impaired</code> | <code>initializing</code> | <code>insufficient-data</code> | <code>not-applicable</code>).</p> </li> </ul>",
2057
+ "DescribeInstancesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>architecture</code> - The instance architecture (<code>i386</code> | <code>x86_64</code>).</p> </li> <li> <p><code>availability-zone</code> - The Availability Zone of the instance.</p> </li> <li> <p><code>block-device-mapping.attach-time</code> - The attach time for an EBS volume mapped to the instance, for example, <code>2010-09-15T17:15:20.000Z</code>.</p> </li> <li> <p><code>block-device-mapping.delete-on-termination</code> - A Boolean that indicates whether the EBS volume is deleted on instance termination.</p> </li> <li> <p><code>block-device-mapping.device-name</code> - The device name for the EBS volume (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p> </li> <li> <p><code>block-device-mapping.status</code> - The status for the EBS volume (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>).</p> </li> <li> <p><code>block-device-mapping.volume-id</code> - The volume ID of the EBS volume.</p> </li> <li> <p><code>client-token</code> - The idempotency token you provided when you launched the instance.</p> </li> <li> <p><code>dns-name</code> - The public DNS name of the instance.</p> </li> <li> <p><code>group-id</code> - The ID of the security group for the instance. EC2-Classic only.</p> </li> <li> <p><code>group-name</code> - The name of the security group for the instance. EC2-Classic only.</p> </li> <li> <p><code>hypervisor</code> - The hypervisor type of the instance (<code>ovm</code> | <code>xen</code>).</p> </li> <li> <p><code>iam-instance-profile.arn</code> - The instance profile associated with the instance. Specified as an ARN.</p> </li> <li> <p><code>image-id</code> - The ID of the image used to launch the instance.</p> </li> <li> <p><code>instance-id</code> - The ID of the instance.</p> </li> <li> <p><code>instance-lifecycle</code> - Indicates whether this is a Spot Instance (<code>spot</code>).</p> </li> <li> <p><code>instance-state-code</code> - The state of the instance, as a 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented. The valid values are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).</p> </li> <li> <p><code>instance-state-name</code> - The state of the instance (<code>pending</code> | <code>running</code> | <code>shutting-down</code> | <code>terminated</code> | <code>stopping</code> | <code>stopped</code>).</p> </li> <li> <p><code>instance-type</code> - The type of instance (for example, <code>t2.micro</code>).</p> </li> <li> <p><code>instance.group-id</code> - The ID of the security group for the instance. </p> </li> <li> <p><code>instance.group-name</code> - The name of the security group for the instance. </p> </li> <li> <p><code>ip-address</code> - The public IP address of the instance.</p> </li> <li> <p><code>kernel-id</code> - The kernel ID.</p> </li> <li> <p><code>key-name</code> - The name of the key pair used when the instance was launched.</p> </li> <li> <p><code>launch-index</code> - When launching multiple instances, this is the index for the instance in the launch group (for example, 0, 1, 2, and so on). </p> </li> <li> <p><code>launch-time</code> - The time when the instance was launched.</p> </li> <li> <p><code>monitoring-state</code> - Indicates whether monitoring is enabled for the instance (<code>disabled</code> | <code>enabled</code>).</p> </li> <li> <p><code>owner-id</code> - The AWS account ID of the instance owner.</p> </li> <li> <p><code>placement-group-name</code> - The name of the placement group for the instance.</p> </li> <li> <p><code>platform</code> - The platform. Use <code>windows</code> if you have Windows instances; otherwise, leave blank.</p> </li> <li> <p><code>private-dns-name</code> - The private DNS name of the instance.</p> </li> <li> <p><code>private-ip-address</code> - The private IP address of the instance.</p> </li> <li> <p><code>product-code</code> - The product code associated with the AMI used to launch the instance.</p> </li> <li> <p><code>product-code.type</code> - The type of product code (<code>devpay</code> | <code>marketplace</code>).</p> </li> <li> <p><code>ramdisk-id</code> - The RAM disk ID.</p> </li> <li> <p><code>reason</code> - The reason for the current state of the instance (for example, shows \"User Initiated [date]\" when you stop or terminate the instance). Similar to the state-reason-code filter.</p> </li> <li> <p><code>requester-id</code> - The ID of the entity that launched the instance on your behalf (for example, AWS Management Console, Auto Scaling, and so on).</p> </li> <li> <p><code>reservation-id</code> - The ID of the instance's reservation. A reservation ID is created any time you launch an instance. A reservation ID has a one-to-one relationship with an instance launch request, but can be associated with more than one instance if you launch multiple instances using the same launch request. For example, if you launch one instance, you'll get one reservation ID. If you launch ten instances using the same launch request, you'll also get one reservation ID.</p> </li> <li> <p><code>root-device-name</code> - The name of the root device for the instance (for example, <code>/dev/sda1</code> or <code>/dev/xvda</code>).</p> </li> <li> <p><code>root-device-type</code> - The type of root device that the instance uses (<code>ebs</code> | <code>instance-store</code>).</p> </li> <li> <p><code>source-dest-check</code> - Indicates whether the instance performs source/destination checking. A value of <code>true</code> means that checking is enabled, and <code>false</code> means checking is disabled. The value must be <code>false</code> for the instance to perform network address translation (NAT) in your VPC. </p> </li> <li> <p><code>spot-instance-request-id</code> - The ID of the Spot Instance request.</p> </li> <li> <p><code>state-reason-code</code> - The reason code for the state change.</p> </li> <li> <p><code>state-reason-message</code> - A message that describes the state change.</p> </li> <li> <p><code>subnet-id</code> - The ID of the subnet for the instance.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource, where <code>tag</code>:<i>key</i> is the tag's key. </p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>tenancy</code> - The tenancy of an instance (<code>dedicated</code> | <code>default</code>).</p> </li> <li> <p><code>virtualization-type</code> - The virtualization type of the instance (<code>paravirtual</code> | <code>hvm</code>).</p> </li> <li> <p><code>vpc-id</code> - The ID of the VPC that the instance is running in.</p> </li> <li> <p><code>network-interface.description</code> - The description of the network interface.</p> </li> <li> <p><code>network-interface.subnet-id</code> - The ID of the subnet for the network interface.</p> </li> <li> <p><code>network-interface.vpc-id</code> - The ID of the VPC for the network interface.</p> </li> <li> <p><code>network-interface.network-interface.id</code> - The ID of the network interface.</p> </li> <li> <p><code>network-interface.owner-id</code> - The ID of the owner of the network interface.</p> </li> <li> <p><code>network-interface.availability-zone</code> - The Availability Zone for the network interface.</p> </li> <li> <p><code>network-interface.requester-id</code> - The requester ID for the network interface.</p> </li> <li> <p><code>network-interface.requester-managed</code> - Indicates whether the network interface is being managed by AWS.</p> </li> <li> <p><code>network-interface.status</code> - The status of the network interface (<code>available</code>) | <code>in-use</code>).</p> </li> <li> <p><code>network-interface.mac-address</code> - The MAC address of the network interface.</p> </li> <li> <p><code>network-interface-private-dns-name</code> - The private DNS name of the network interface.</p> </li> <li> <p><code>network-interface.source-dest-check</code> - Whether the network interface performs source/destination checking. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. The value must be <code>false</code> for the network interface to perform network address translation (NAT) in your VPC.</p> </li> <li> <p><code>network-interface.group-id</code> - The ID of a security group associated with the network interface.</p> </li> <li> <p><code>network-interface.group-name</code> - The name of a security group associated with the network interface.</p> </li> <li> <p><code>network-interface.attachment.attachment-id</code> - The ID of the interface attachment.</p> </li> <li> <p><code>network-interface.attachment.instance-id</code> - The ID of the instance to which the network interface is attached.</p> </li> <li> <p><code>network-interface.attachment.instance-owner-id</code> - The owner ID of the instance to which the network interface is attached.</p> </li> <li> <p><code>network-interface.addresses.private-ip-address</code> - The private IP address associated with the network interface.</p> </li> <li> <p><code>network-interface.attachment.device-index</code> - The device index to which the network interface is attached.</p> </li> <li> <p><code>network-interface.attachment.status</code> - The status of the attachment (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>).</p> </li> <li> <p><code>network-interface.attachment.attach-time</code> - The time that the network interface was attached to an instance.</p> </li> <li> <p><code>network-interface.attachment.delete-on-termination</code> - Specifies whether the attachment is deleted when an instance is terminated.</p> </li> <li> <p><code>network-interface.addresses.primary</code> - Specifies whether the IP address of the network interface is the primary private IP address.</p> </li> <li> <p><code>network-interface.addresses.association.public-ip</code> - The ID of the association of an Elastic IP address with a network interface.</p> </li> <li> <p><code>network-interface.addresses.association.ip-owner-id</code> - The owner ID of the private IP address associated with the network interface.</p> </li> <li> <p><code>association.public-ip</code> - The address of the Elastic IP address bound to the network interface.</p> </li> <li> <p><code>association.ip-owner-id</code> - The owner of the Elastic IP address associated with the network interface.</p> </li> <li> <p><code>association.allocation-id</code> - The allocation ID returned when you allocated the Elastic IP address for your network interface.</p> </li> <li> <p><code>association.association-id</code> - The association ID returned when the network interface was associated with an IP address.</p> </li> </ul>",
1971
2058
  "DescribeInternetGatewaysRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>attachment.state</code> - The current state of the attachment between the gateway and the VPC (<code>available</code>). Present only if a VPC is attached.</p> </li> <li> <p><code>attachment.vpc-id</code> - The ID of an attached VPC.</p> </li> <li> <p><code>internet-gateway-id</code> - The ID of the Internet gateway.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> </ul>",
1972
2059
  "DescribeKeyPairsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>fingerprint</code> - The fingerprint of the key pair.</p> </li> <li> <p><code>key-name</code> - The name of the key pair.</p> </li> </ul>",
2060
+ "DescribeMovingAddressesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>moving-status</code> - The status of the Elastic IP address (<code>MovingToVpc</code> | <code>RestoringToClassic</code>).</p> </li> </ul>",
1973
2061
  "DescribeNetworkAclsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>association.association-id</code> - The ID of an association ID for the ACL.</p> </li> <li> <p><code>association.network-acl-id</code> - The ID of the network ACL involved in the association.</p> </li> <li> <p><code>association.subnet-id</code> - The ID of the subnet involved in the association.</p> </li> <li> <p><code>default</code> - Indicates whether the ACL is the default network ACL for the VPC.</p> </li> <li> <p><code>entry.cidr</code> - The CIDR range specified in the entry.</p> </li> <li> <p><code>entry.egress</code> - Indicates whether the entry applies to egress traffic.</p> </li> <li> <p><code>entry.icmp.code</code> - The ICMP code specified in the entry, if any.</p> </li> <li> <p><code>entry.icmp.type</code> - The ICMP type specified in the entry, if any.</p> </li> <li> <p><code>entry.port-range.from</code> - The start of the port range specified in the entry. </p> </li> <li> <p><code>entry.port-range.to</code> - The end of the port range specified in the entry. </p> </li> <li> <p><code>entry.protocol</code> - The protocol specified in the entry (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p> </li> <li> <p><code>entry.rule-action</code> - Allows or denies the matching traffic (<code>allow</code> | <code>deny</code>).</p> </li> <li> <p><code>entry.rule-number</code> - The number of an entry (in other words, rule) in the ACL's set of entries.</p> </li> <li> <p><code>network-acl-id</code> - The ID of the network ACL.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>vpc-id</code> - The ID of the VPC for the network ACL.</p> </li> </ul>",
1974
2062
  "DescribeNetworkInterfacesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>addresses.private-ip-address</code> - The private IP addresses associated with the network interface.</p> </li> <li> <p><code>addresses.primary</code> - Whether the private IP address is the primary IP address associated with the network interface. </p> </li> <li> <p><code>addresses.association.public-ip</code> - The association ID returned when the network interface was associated with the Elastic IP address.</p> </li> <li> <p><code>addresses.association.owner-id</code> - The owner ID of the addresses associated with the network interface.</p> </li> <li> <p><code>association.association-id</code> - The association ID returned when the network interface was associated with an IP address.</p> </li> <li> <p><code>association.allocation-id</code> - The allocation ID returned when you allocated the Elastic IP address for your network interface.</p> </li> <li> <p><code>association.ip-owner-id</code> - The owner of the Elastic IP address associated with the network interface.</p> </li> <li> <p><code>association.public-ip</code> - The address of the Elastic IP address bound to the network interface.</p> </li> <li> <p><code>association.public-dns-name</code> - The public DNS name for the network interface.</p> </li> <li> <p><code>attachment.attachment-id</code> - The ID of the interface attachment.</p> </li> <li> <p><code>attachment.instance-id</code> - The ID of the instance to which the network interface is attached.</p> </li> <li> <p><code>attachment.instance-owner-id</code> - The owner ID of the instance to which the network interface is attached.</p> </li> <li> <p><code>attachment.device-index</code> - The device index to which the network interface is attached.</p> </li> <li> <p><code>attachment.status</code> - The status of the attachment (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>).</p> </li> <li> <p><code>attachment.attach.time</code> - The time that the network interface was attached to an instance.</p> </li> <li> <p><code>attachment.delete-on-termination</code> - Indicates whether the attachment is deleted when an instance is terminated.</p> </li> <li> <p><code>availability-zone</code> - The Availability Zone of the network interface.</p> </li> <li> <p><code>description</code> - The description of the network interface.</p> </li> <li> <p><code>group-id</code> - The ID of a security group associated with the network interface.</p> </li> <li> <p><code>group-name</code> - The name of a security group associated with the network interface.</p> </li> <li> <p><code>mac-address</code> - The MAC address of the network interface.</p> </li> <li> <p><code>network-interface-id</code> - The ID of the network interface.</p> </li> <li> <p><code>owner-id</code> - The AWS account ID of the network interface owner.</p> </li> <li> <p><code>private-ip-address</code> - The private IP address or addresses of the network interface.</p> </li> <li> <p><code>private-dns-name</code> - The private DNS name of the network interface.</p> </li> <li> <p><code>requester-id</code> - The ID of the entity that launched the instance on your behalf (for example, AWS Management Console, Auto Scaling, and so on).</p> </li> <li> <p><code>requester-managed</code> - Indicates whether the network interface is being managed by an AWS service (for example, AWS Management Console, Auto Scaling, and so on).</p> </li> <li> <p><code>source-desk-check</code> - Indicates whether the network interface performs source/destination checking. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. The value must be <code>false</code> for the network interface to perform Network Address Translation (NAT) in your VPC. </p> </li> <li> <p><code>status</code> - The status of the network interface. If the network interface is not attached to an instance, the status is <code>available</code>; if a network interface is attached to an instance the status is <code>in-use</code>.</p> </li> <li> <p><code>subnet-id</code> - The ID of the subnet for the network interface.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>vpc-id</code> - The ID of the VPC for the network interface.</p> </li> </ul>",
1975
2063
  "DescribePlacementGroupsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>group-name</code> - The name of the placement group.</p> </li> <li> <p><code>state</code> - The state of the placement group (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p> </li> <li> <p><code>strategy</code> - The strategy of the placement group (<code>cluster</code>).</p> </li> </ul>",
2064
+ "DescribePrefixListsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>prefix-list-id</code>: The ID of a prefix list.</p> </li> <li> <p><code>prefix-list-name</code>: The name of a prefix list.</p> </li> </ul>",
1976
2065
  "DescribeRegionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>endpoint</code> - The endpoint of the region (for example, <code>ec2.us-east-1.amazonaws.com</code>).</p> </li> <li> <p><code>region-name</code> - The name of the region (for example, <code>us-east-1</code>).</p> </li> </ul>",
1977
2066
  "DescribeReservedInstancesListingsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>reserved-instances-id</code> - The ID of the Reserved Instances.</p> </li> <li> <p><code>reserved-instances-listing-id</code> - The ID of the Reserved Instances listing.</p> </li> <li> <p><code>status</code> - The status of the Reserved Instance listing (<code>pending</code> | <code>active</code> | <code>cancelled</code> | <code>closed</code>).</p> </li> <li> <p><code>status-message</code> - The reason for the status.</p> </li> </ul>",
1978
2067
  "DescribeReservedInstancesModificationsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>client-token</code> - The idempotency token for the modification request.</p> </li> <li> <p><code>create-date</code> - The time when the modification request was created.</p> </li> <li> <p><code>effective-date</code> - The time when the modification becomes effective.</p> </li> <li> <p><code>modification-result.reserved-instances-id</code> - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is <code>fulfilled</code>.</p> </li> <li> <p><code>modification-result.target-configuration.availability-zone</code> - The Availability Zone for the new Reserved Instances.</p> </li> <li> <p><code>modification-result.target-configuration.instance-count </code> - The number of new Reserved Instances.</p> </li> <li> <p><code>modification-result.target-configuration.instance-type</code> - The instance type of the new Reserved Instances.</p> </li> <li> <p><code>modification-result.target-configuration.platform</code> - The network platform of the new Reserved Instances (<code>EC2-Classic</code> | <code>EC2-VPC</code>).</p> </li> <li> <p><code>reserved-instances-id</code> - The ID of the Reserved Instances modified.</p> </li> <li> <p><code>reserved-instances-modification-id</code> - The ID of the modification request.</p> </li> <li> <p><code>status</code> - The status of the Reserved Instances modification request (<code>processing</code> | <code>fulfilled</code> | <code>failed</code>).</p> </li> <li> <p><code>status-message</code> - The reason for the status.</p> </li> <li> <p><code>update-date</code> - The time when the modification request was last updated.</p> </li> </ul>",
1979
2068
  "DescribeReservedInstancesOfferingsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>availability-zone</code> - The Availability Zone where the Reserved Instance can be used.</p> </li> <li> <p><code>duration</code> - The duration of the Reserved Instance (for example, one year or three years), in seconds (<code>31536000</code> | <code>94608000</code>).</p> </li> <li> <p><code>fixed-price</code> - The purchase price of the Reserved Instance (for example, 9800.0).</p> </li> <li> <p><code>instance-type</code> - The instance type on which the Reserved Instance can be used.</p> </li> <li> <p><code>marketplace</code> - Set to <code>true</code> to show only Reserved Instance Marketplace offerings. When this filter is not used, which is the default behavior, all offerings from AWS and Reserved Instance Marketplace are listed.</p> </li> <li> <p><code>product-description</code> - The description of the Reserved Instance (<code>Linux/UNIX</code> | <code>Linux/UNIX (Amazon VPC)</code> | <code>Windows</code> | <code>Windows (Amazon VPC)</code>).</p> </li> <li> <p><code>reserved-instances-offering-id</code> - The Reserved Instances offering ID.</p> </li> <li> <p><code>usage-price</code> - The usage price of the Reserved Instance, per hour (for example, 0.84).</p> </li> </ul>",
1980
- "DescribeReservedInstancesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>availability-zone</code> - The Availability Zone where the Reserved Instance can be used.</p> </li> <li> <p><code>duration</code> - The duration of the Reserved Instance (one year or three years), in seconds (<code>31536000</code> | <code>94608000</code>).</p> </li> <li> <p><code>end</code> - The time when the Reserved Instance expires (for example, 2014-08-07T11:54:42.000Z).</p> </li> <li> <p><code>fixed-price</code> - The purchase price of the Reserved Instance (for example, 9800.0).</p> </li> <li> <p><code>instance-type</code> - The instance type on which the Reserved Instance can be used.</p> </li> <li> <p><code>product-description</code> - The product description of the Reserved Instance (<code>Linux/UNIX</code> | <code>Linux/UNIX (Amazon VPC)</code> | <code>Windows</code> | <code>Windows (Amazon VPC)</code>).</p> </li> <li> <p><code>reserved-instances-id</code> - The ID of the Reserved Instance.</p> </li> <li> <p><code>start</code> - The time at which the Reserved Instance purchase request was placed (for example, 2014-08-07T11:54:42.000Z).</p> </li> <li> <p><code>state</code> - The state of the Reserved Instance (<code>pending-payment</code> | <code>active</code> | <code>payment-failed</code> | <code>retired</code>).</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>usage-price</code> - The usage price of the Reserved Instance, per hour (for example, 0.84).</p> </li> </ul>",
1981
- "DescribeRouteTablesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>association.route-table-association-id</code> - The ID of an association ID for the route table.</p> </li> <li> <p><code>association.route-table-id</code> - The ID of the route table involved in the association.</p> </li> <li> <p><code>association.subnet-id</code> - The ID of the subnet involved in the association.</p> </li> <li> <p><code>association.main</code> - Indicates whether the route table is the main route table for the VPC.</p> </li> <li> <p><code>route-table-id</code> - The ID of the route table.</p> </li> <li> <p><code>route.destination-cidr-block</code> - The CIDR range specified in a route in the table.</p> </li> <li> <p><code>route.gateway-id</code> - The ID of a gateway specified in a route in the table.</p> </li> <li> <p><code>route.instance-id</code> - The ID of an instance specified in a route in the table.</p> </li> <li> <p><code>route.origin</code> - Describes how the route was created. <code>CreateRouteTable</code> indicates that the route was automatically created when the route table was created; <code>CreateRoute</code> indicates that the route was manually added to the route table; <code>EnableVgwRoutePropagation</code> indicates that the route was propagated by route propagation.</p> </li> <li> <p><code>route.state</code> - The state of a route in the route table (<code>active</code> | <code>blackhole</code>). The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, the specified NAT instance has been terminated, and so on).</p> </li> <li> <p><code>route.vpc-peering-connection-id</code> - The ID of a VPC peering connection specified in a route in the table.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>vpc-id</code> - The ID of the VPC for the route table.</p> </li> </ul>",
1982
- "DescribeSecurityGroupsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>description</code> - The description of the security group.</p> </li> <li> <p><code>group-id</code> - The ID of the security group. </p> </li> <li> <p><code>group-name</code> - The name of the security group.</p> </li> <li> <p><code>ip-permission.cidr</code> - A CIDR range that has been granted permission.</p> </li> <li> <p><code>ip-permission.from-port</code> - The start of port range for the TCP and UDP protocols, or an ICMP type number.</p> </li> <li> <p><code>ip-permission.group-id</code> - The ID of a security group that has been granted permission.</p> </li> <li> <p><code>ip-permission.group-name</code> - The name of a security group that has been granted permission.</p> </li> <li> <p><code>ip-permission.protocol</code> - The IP protocol for the permission (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p> </li> <li> <p><code>ip-permission.to-port</code> - The end of port range for the TCP and UDP protocols, or an ICMP code.</p> </li> <li> <p><code>ip-permission.user-id</code> - The ID of an AWS account that has been granted permission.</p> </li> <li> <p><code>owner-id</code> - The AWS account ID of the owner of the security group.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the security group.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the security group.</p> </li> <li> <p><code>vpc-id</code> - The ID of the VPC specified when the security group was created.</p> </li> </ul>",
2069
+ "DescribeReservedInstancesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>availability-zone</code> - The Availability Zone where the Reserved Instance can be used.</p> </li> <li> <p><code>duration</code> - The duration of the Reserved Instance (one year or three years), in seconds (<code>31536000</code> | <code>94608000</code>).</p> </li> <li> <p><code>end</code> - The time when the Reserved Instance expires (for example, 2014-08-07T11:54:42.000Z).</p> </li> <li> <p><code>fixed-price</code> - The purchase price of the Reserved Instance (for example, 9800.0).</p> </li> <li> <p><code>instance-type</code> - The instance type on which the Reserved Instance can be used.</p> </li> <li> <p><code>product-description</code> - The product description of the Reserved Instance (<code>Linux/UNIX</code> | <code>Linux/UNIX (Amazon VPC)</code> | <code>Windows</code> | <code>Windows (Amazon VPC)</code>).</p> </li> <li> <p><code>reserved-instances-id</code> - The ID of the Reserved Instance.</p> </li> <li> <p><code>start</code> - The time at which the Reserved Instance purchase request was placed (for example, 2014-08-07T11:54:42.000Z).</p> </li> <li> <p><code>state</code> - The state of the Reserved Instance (<code>payment-pending</code> | <code>active</code> | <code>payment-failed</code> | <code>retired</code>).</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>usage-price</code> - The usage price of the Reserved Instance, per hour (for example, 0.84).</p> </li> </ul>",
2070
+ "DescribeRouteTablesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>association.route-table-association-id</code> - The ID of an association ID for the route table.</p> </li> <li> <p><code>association.route-table-id</code> - The ID of the route table involved in the association.</p> </li> <li> <p><code>association.subnet-id</code> - The ID of the subnet involved in the association.</p> </li> <li> <p><code>association.main</code> - Indicates whether the route table is the main route table for the VPC.</p> </li> <li> <p><code>route-table-id</code> - The ID of the route table.</p> </li> <li> <p><code>route.destination-cidr-block</code> - The CIDR range specified in a route in the table.</p> </li> <li> <p><code>route.destination-prefix-list-id</code> - The ID (prefix) of the AWS service specified in a route in the table.</p> </li> <li> <p><code>route.gateway-id</code> - The ID of a gateway specified in a route in the table.</p> </li> <li> <p><code>route.instance-id</code> - The ID of an instance specified in a route in the table.</p> </li> <li> <p><code>route.origin</code> - Describes how the route was created. <code>CreateRouteTable</code> indicates that the route was automatically created when the route table was created; <code>CreateRoute</code> indicates that the route was manually added to the route table; <code>EnableVgwRoutePropagation</code> indicates that the route was propagated by route propagation.</p> </li> <li> <p><code>route.state</code> - The state of a route in the route table (<code>active</code> | <code>blackhole</code>). The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, the specified NAT instance has been terminated, and so on).</p> </li> <li> <p><code>route.vpc-peering-connection-id</code> - The ID of a VPC peering connection specified in a route in the table.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>vpc-id</code> - The ID of the VPC for the route table.</p> </li> </ul>",
2071
+ "DescribeSecurityGroupsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>description</code> - The description of the security group.</p> </li> <li> <p><code>egress.ip-permission.prefix-list-id</code> - The ID (prefix) of the AWS service to which the security group allows access.</p> </li> <li> <p><code>group-id</code> - The ID of the security group. </p> </li> <li> <p><code>group-name</code> - The name of the security group.</p> </li> <li> <p><code>ip-permission.cidr</code> - A CIDR range that has been granted permission.</p> </li> <li> <p><code>ip-permission.from-port</code> - The start of port range for the TCP and UDP protocols, or an ICMP type number.</p> </li> <li> <p><code>ip-permission.group-id</code> - The ID of a security group that has been granted permission.</p> </li> <li> <p><code>ip-permission.group-name</code> - The name of a security group that has been granted permission.</p> </li> <li> <p><code>ip-permission.protocol</code> - The IP protocol for the permission (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p> </li> <li> <p><code>ip-permission.to-port</code> - The end of port range for the TCP and UDP protocols, or an ICMP code.</p> </li> <li> <p><code>ip-permission.user-id</code> - The ID of an AWS account that has been granted permission.</p> </li> <li> <p><code>owner-id</code> - The AWS account ID of the owner of the security group.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the security group.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the security group.</p> </li> <li> <p><code>vpc-id</code> - The ID of the VPC specified when the security group was created.</p> </li> </ul>",
1983
2072
  "DescribeSnapshotsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>description</code> - A description of the snapshot.</p> </li> <li> <p><code>owner-alias</code> - The AWS account alias (for example, <code>amazon</code>) that owns the snapshot.</p> </li> <li> <p><code>owner-id</code> - The ID of the AWS account that owns the snapshot.</p> </li> <li> <p><code>progress</code> - The progress of the snapshot, as a percentage (for example, 80%).</p> </li> <li> <p><code>snapshot-id</code> - The snapshot ID.</p> </li> <li> <p><code>start-time</code> - The time stamp when the snapshot was initiated.</p> </li> <li> <p><code>status</code> - The status of the snapshot (<code>pending</code> | <code>completed</code> | <code>error</code>).</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>volume-id</code> - The ID of the volume the snapshot is for.</p> </li> <li> <p><code>volume-size</code> - The size of the volume, in GiB.</p> </li> </ul>",
1984
2073
  "DescribeSpotInstanceRequestsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>availability-zone-group</code> - The Availability Zone group.</p> </li> <li> <p><code>create-time</code> - The time stamp when the Spot Instance request was created.</p> </li> <li> <p><code>fault-code</code> - The fault code related to the request.</p> </li> <li> <p><code>fault-message</code> - The fault message related to the request.</p> </li> <li> <p><code>instance-id</code> - The ID of the instance that fulfilled the request.</p> </li> <li> <p><code>launch-group</code> - The Spot Instance launch group.</p> </li> <li> <p><code>launch.block-device-mapping.delete-on-termination</code> - Indicates whether the Amazon EBS volume is deleted on instance termination.</p> </li> <li> <p><code>launch.block-device-mapping.device-name</code> - The device name for the Amazon EBS volume (for example, <code>/dev/sdh</code>).</p> </li> <li> <p><code>launch.block-device-mapping.snapshot-id</code> - The ID of the snapshot used for the Amazon EBS volume.</p> </li> <li> <p><code>launch.block-device-mapping.volume-size</code> - The size of the Amazon EBS volume, in GiB.</p> </li> <li> <p><code>launch.block-device-mapping.volume-type</code> - The type of the Amazon EBS volume (<code>gp2</code> | <code>standard</code> | <code>io1</code>).</p> </li> <li> <p><code>launch.group-id</code> - The security group for the instance.</p> </li> <li> <p><code>launch.image-id</code> - The ID of the AMI.</p> </li> <li> <p><code>launch.instance-type</code> - The type of instance (for example, <code>m1.small</code>).</p> </li> <li> <p><code>launch.kernel-id</code> - The kernel ID.</p> </li> <li> <p><code>launch.key-name</code> - The name of the key pair the instance launched with.</p> </li> <li> <p><code>launch.monitoring-enabled</code> - Whether monitoring is enabled for the Spot Instance.</p> </li> <li> <p><code>launch.ramdisk-id</code> - The RAM disk ID.</p> </li> <li> <p><code>network-interface.network-interface-id</code> - The ID of the network interface.</p> </li> <li> <p><code>network-interface.device-index</code> - The index of the device for the network interface attachment on the instance.</p> </li> <li> <p><code>network-interface.subnet-id</code> - The ID of the subnet for the instance.</p> </li> <li> <p><code>network-interface.description</code> - A description of the network interface.</p> </li> <li> <p><code>network-interface.private-ip-address</code> - The primary private IP address of the network interface.</p> </li> <li> <p><code>network-interface.delete-on-termination</code> - Indicates whether the network interface is deleted when the instance is terminated.</p> </li> <li> <p><code>network-interface.group-id</code> - The ID of the security group associated with the network interface.</p> </li> <li> <p><code>network-interface.group-name</code> - The name of the security group associated with the network interface.</p> </li> <li> <p><code>network-interface.addresses.primary</code> - Indicates whether the IP address is the primary private IP address.</p> </li> <li> <p><code>product-description</code> - The product description associated with the instance (<code>Linux/UNIX</code> | <code>Windows</code>).</p> </li> <li> <p><code>spot-instance-request-id</code> - The Spot Instance request ID.</p> </li> <li> <p><code>spot-price</code> - The maximum hourly price for any Spot Instance launched to fulfill the request.</p> </li> <li> <p><code>state</code> - The state of the Spot Instance request (<code>open</code> | <code>active</code> | <code>closed</code> | <code>cancelled</code> | <code>failed</code>). Spot bid status information can help you track your Amazon EC2 Spot Instance requests. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html\">Spot Bid Status</a> in the Amazon Elastic Compute Cloud User Guide.</p> </li> <li> <p><code>status-code</code> - The short code describing the most recent evaluation of your Spot Instance request.</p> </li> <li> <p><code>status-message</code> - The message explaining the status of the Spot Instance request.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>type</code> - The type of Spot Instance request (<code>one-time</code> | <code>persistent</code>).</p> </li> <li> <p><code>launched-availability-zone</code> - The Availability Zone in which the bid is launched.</p> </li> <li> <p><code>valid-from</code> - The start date of the request.</p> </li> <li> <p><code>valid-until</code> - The end date of the request.</p> </li> </ul>",
1985
2074
  "DescribeSpotPriceHistoryRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>availability-zone</code> - The Availability Zone for which prices should be returned.</p> </li> <li> <p><code>instance-type</code> - The type of instance (for example, <code>m1.small</code>).</p> </li> <li> <p><code>product-description</code> - The product description for the Spot Price (<code>Linux/UNIX</code> | <code>SUSE Linux</code> | <code>Windows</code> | <code>Linux/UNIX (Amazon VPC)</code> | <code>SUSE Linux (Amazon VPC)</code> | <code>Windows (Amazon VPC)</code>).</p> </li> <li> <p><code>spot-price</code> - The Spot Price. The value must match exactly (or use wildcards; greater than or less than comparison is not supported).</p> </li> <li> <p><code>timestamp</code> - The timestamp of the Spot Price history (for example, 2010-08-16T05:06:11.000Z). You can use wildcards (* and ?). Greater than or less than comparison is not supported.</p> </li> </ul>",
@@ -1988,6 +2077,7 @@
1988
2077
  "DescribeVolumeStatusRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>action.code</code> - The action code for the event (for example, <code>enable-volume-io</code>).</p> </li> <li> <p><code>action.description</code> - A description of the action.</p> </li> <li> <p><code>action.event-id</code> - The event ID associated with the action.</p> </li> <li> <p><code>availability-zone</code> - The Availability Zone of the instance.</p> </li> <li> <p><code>event.description</code> - A description of the event.</p> </li> <li> <p><code>event.event-id</code> - The event ID.</p> </li> <li> <p><code>event.event-type</code> - The event type (for <code>io-enabled</code>: <code>passed</code> | <code>failed</code>; for <code>io-performance</code>: <code>io-performance:degraded</code> | <code>io-performance:severely-degraded</code> | <code>io-performance:stalled</code>).</p> </li> <li> <p><code>event.not-after</code> - The latest end time for the event.</p> </li> <li> <p><code>event.not-before</code> - The earliest start time for the event.</p> </li> <li> <p><code>volume-status.details-name</code> - The cause for <code>volume-status.status</code> (<code>io-enabled</code> | <code>io-performance</code>).</p> </li> <li> <p><code>volume-status.details-status</code> - The status of <code>volume-status.details-name</code> (for <code>io-enabled</code>: <code>passed</code> | <code>failed</code>; for <code>io-performance</code>: <code>normal</code> | <code>degraded</code> | <code>severely-degraded</code> | <code>stalled</code>).</p> </li> <li> <p><code>volume-status.status</code> - The status of the volume (<code>ok</code> | <code>impaired</code> | <code>warning</code> | <code>insufficient-data</code>).</p> </li> </ul>",
1989
2078
  "DescribeVolumesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>attachment.attach-time</code> - The time stamp when the attachment initiated.</p> </li> <li> <p><code>attachment.delete-on-termination</code> - Whether the volume is deleted on instance termination.</p> </li> <li> <p><code>attachment.device</code> - The device name that is exposed to the instance (for example, <code>/dev/sda1</code>).</p> </li> <li> <p><code>attachment.instance-id</code> - The ID of the instance the volume is attached to.</p> </li> <li> <p><code>attachment.status</code> - The attachment state (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>).</p> </li> <li> <p><code>availability-zone</code> - The Availability Zone in which the volume was created.</p> </li> <li> <p><code>create-time</code> - The time stamp when the volume was created.</p> </li> <li> <p><code>encrypted</code> - The encryption status of the volume.</p> </li> <li> <p><code>size</code> - The size of the volume, in GiB.</p> </li> <li> <p><code>snapshot-id</code> - The snapshot from which the volume was created.</p> </li> <li> <p><code>status</code> - The status of the volume (<code>creating</code> | <code>available</code> | <code>in-use</code> | <code>deleting</code> | <code>deleted</code> | <code>error</code>).</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>volume-id</code> - The volume ID.</p> </li> <li> <p><code>volume-type</code> - The Amazon EBS volume type. This can be <code>gp2</code> for General Purpose (SSD) volumes, <code>io1</code> for Provisioned IOPS (SSD) volumes, or <code>standard</code> for Magnetic volumes.</p> </li> </ul>",
1990
2079
  "DescribeVpcClassicLinkRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>is-classic-link-enabled</code> - Whether the VPC is enabled for ClassicLink (<code>true</code> | <code>false</code>).</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> </ul>",
2080
+ "DescribeVpcEndpointsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>service-name</code>: The name of the AWS service.</p> </li> <li> <p><code>vpc-id</code>: The ID of the VPC in which the endpoint resides.</p> </li> <li> <p><code>vpc-endpoint-id</code>: The ID of the endpoint.</p> </li> <li> <p><code>vpc-endpoint-state</code>: The state of the endpoint. (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>)</p> </li> </ul>",
1991
2081
  "DescribeVpcPeeringConnectionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>accepter-vpc-info.cidr-block</code> - The CIDR block of the peer VPC.</p> </li> <li> <p><code>accepter-vpc-info.owner-id</code> - The AWS account ID of the owner of the peer VPC.</p> </li> <li> <p><code>accepter-vpc-info.vpc-id</code> - The ID of the peer VPC.</p> </li> <li> <p><code>expiration-time</code> - The expiration date and time for the VPC peering connection.</p> </li> <li> <p><code>requester-vpc-info.cidr-block</code> - The CIDR block of the requester's VPC.</p> </li> <li> <p><code>requester-vpc-info.owner-id</code> - The AWS account ID of the owner of the requester VPC.</p> </li> <li> <p><code>requester-vpc-info.vpc-id</code> - The ID of the requester VPC.</p> </li> <li> <p><code>status-code</code> - The status of the VPC peering connection (<code>pending-acceptance</code> | <code>failed</code> | <code>expired</code> | <code>provisioning</code> | <code>active</code> | <code>deleted</code> | <code>rejected</code>).</p> </li> <li> <p><code>status-message</code> - A message that provides more information about the status of the VPC peering connection, if applicable.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>vpc-peering-connection-id</code> - The ID of the VPC peering connection.</p> </li> </ul>",
1992
2082
  "DescribeVpcsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>cidr</code> - The CIDR block of the VPC. The CIDR block you specify must exactly match the VPC's CIDR block for information to be returned for the VPC. Must contain the slash followed by one or two digits (for example, <code>/28</code>).</p> </li> <li> <p><code>dhcp-options-id</code> - The ID of a set of DHCP options.</p> </li> <li> <p><code>isDefault</code> - Indicates whether the VPC is the default VPC.</p> </li> <li> <p><code>state</code> - The state of the VPC (<code>pending</code> | <code>available</code>).</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>vpc-id</code> - The ID of the VPC.</p> </li> </ul>",
1993
2083
  "DescribeVpnConnectionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p><code>customer-gateway-configuration</code> - The configuration information for the customer gateway.</p> </li> <li> <p><code>customer-gateway-id</code> - The ID of a customer gateway associated with the VPN connection.</p> </li> <li> <p><code>state</code> - The state of the VPN connection (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p> </li> <li> <p><code>option.static-routes-only</code> - Indicates whether the connection has static routes only. Used for devices that do not support Border Gateway Protocol (BGP).</p> </li> <li> <p><code>route.destination-cidr-block</code> - The destination CIDR block. This corresponds to the subnet used in a customer data center.</p> </li> <li> <p><code>bgp-asn</code> - The BGP Autonomous System Number (ASN) associated with a BGP device.</p> </li> <li> <p><code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource.</p> </li> <li> <p><code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter \"tag-key=Purpose\" and the filter \"tag-value=X\", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter.</p> </li> <li> <p><code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter.</p> </li> <li> <p><code>type</code> - The type of VPN connection. Currently the only supported type is <code>ipsec.1</code>.</p> </li> <li> <p><code>vpn-connection-id</code> - The ID of the VPN connection.</p> </li> <li> <p><code>vpn-gateway-id</code> - The ID of a virtual private gateway associated with the VPN connection.</p> </li> </ul>",
@@ -2113,7 +2203,7 @@
2113
2203
  }
2114
2204
  },
2115
2205
  "ImageDiskContainer": {
2116
- "base": "<p>The disk container object for an ImportImage task.</p>",
2206
+ "base": "<p>Describes the disk container object for an import image task.</p>",
2117
2207
  "refs": {
2118
2208
  "ImageDiskContainerList$member": null
2119
2209
  }
@@ -2121,7 +2211,7 @@
2121
2211
  "ImageDiskContainerList": {
2122
2212
  "base": null,
2123
2213
  "refs": {
2124
- "ImportImageRequest$DiskContainers": null
2214
+ "ImportImageRequest$DiskContainers": "<p>Information about the disk containers.</p>"
2125
2215
  }
2126
2216
  },
2127
2217
  "ImageIdStringList": {
@@ -2159,7 +2249,7 @@
2159
2249
  }
2160
2250
  },
2161
2251
  "ImportImageTask": {
2162
- "base": null,
2252
+ "base": "<p>Describes an import image task.</p>",
2163
2253
  "refs": {
2164
2254
  "ImportImageTaskList$member": null
2165
2255
  }
@@ -2167,13 +2257,13 @@
2167
2257
  "ImportImageTaskList": {
2168
2258
  "base": null,
2169
2259
  "refs": {
2170
- "DescribeImportImageTasksResult$ImportImageTasks": "<p>A list of zero or more ImportImage tasks that are currently active or completed/cancelled in the previous 7 days.</p>"
2260
+ "DescribeImportImageTasksResult$ImportImageTasks": "<p>A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.</p>"
2171
2261
  }
2172
2262
  },
2173
2263
  "ImportInstanceLaunchSpecification": {
2174
- "base": null,
2264
+ "base": "<p>Describes the launch specification for VM import.</p>",
2175
2265
  "refs": {
2176
- "ImportInstanceRequest$LaunchSpecification": null
2266
+ "ImportInstanceRequest$LaunchSpecification": "<p>The launch specification.</p>"
2177
2267
  }
2178
2268
  },
2179
2269
  "ImportInstanceRequest": {
@@ -2187,7 +2277,7 @@
2187
2277
  }
2188
2278
  },
2189
2279
  "ImportInstanceTaskDetails": {
2190
- "base": null,
2280
+ "base": "<p>Describes an import instance task.</p>",
2191
2281
  "refs": {
2192
2282
  "ConversionTask$ImportInstance": "<p>If the task is for importing an instance, this contains information about the import instance task.</p>"
2193
2283
  }
@@ -2201,7 +2291,7 @@
2201
2291
  "ImportInstanceVolumeDetailSet": {
2202
2292
  "base": null,
2203
2293
  "refs": {
2204
- "ImportInstanceTaskDetails$Volumes": null
2294
+ "ImportInstanceTaskDetails$Volumes": "<p>One or more volumes.</p>"
2205
2295
  }
2206
2296
  },
2207
2297
  "ImportKeyPairRequest": {
@@ -2225,7 +2315,7 @@
2225
2315
  }
2226
2316
  },
2227
2317
  "ImportSnapshotTask": {
2228
- "base": null,
2318
+ "base": "<p>Describes an import snapshot task.</p>",
2229
2319
  "refs": {
2230
2320
  "ImportSnapshotTaskList$member": null
2231
2321
  }
@@ -2233,14 +2323,14 @@
2233
2323
  "ImportSnapshotTaskList": {
2234
2324
  "base": null,
2235
2325
  "refs": {
2236
- "DescribeImportSnapshotTasksResult$ImportSnapshotTasks": "<p>A list of zero or more ImportSnapshot tasks that are currently active or completed/cancelled in the previous 7 days.</p>"
2326
+ "DescribeImportSnapshotTasksResult$ImportSnapshotTasks": "<p>A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.</p>"
2237
2327
  }
2238
2328
  },
2239
2329
  "ImportTaskIdList": {
2240
2330
  "base": null,
2241
2331
  "refs": {
2242
- "DescribeImportImageTasksRequest$ImportTaskIds": "<p>A list of ImportImage task IDs to describe.</p>",
2243
- "DescribeImportSnapshotTasksRequest$ImportTaskIds": "<p>A list of IDs of the ImportSnapshot tasks to describe.</p>"
2332
+ "DescribeImportImageTasksRequest$ImportTaskIds": "<p>A list of import image task IDs.</p>",
2333
+ "DescribeImportSnapshotTasksRequest$ImportTaskIds": "<p>A list of import snapshot task IDs.</p>"
2244
2334
  }
2245
2335
  },
2246
2336
  "ImportVolumeRequest": {
@@ -2316,9 +2406,9 @@
2316
2406
  }
2317
2407
  },
2318
2408
  "InstanceExportDetails": {
2319
- "base": "<p>Describes an instance export task.</p>",
2409
+ "base": "<p>Describes an instance to export.</p>",
2320
2410
  "refs": {
2321
- "ExportTask$InstanceExportDetails": "<p>The instance being exported.</p>"
2411
+ "ExportTask$InstanceExportDetails": "<p>Information about the instance to export.</p>"
2322
2412
  }
2323
2413
  },
2324
2414
  "InstanceIdStringList": {
@@ -2460,7 +2550,7 @@
2460
2550
  }
2461
2551
  },
2462
2552
  "InstanceStatusEvent": {
2463
- "base": "<p>Describes an instance event.</p>",
2553
+ "base": "<p>Describes a scheduled event for an instance.</p>",
2464
2554
  "refs": {
2465
2555
  "InstanceStatusEventList$member": null
2466
2556
  }
@@ -2468,7 +2558,7 @@
2468
2558
  "InstanceStatusEventList": {
2469
2559
  "base": null,
2470
2560
  "refs": {
2471
- "InstanceStatus$Events": "<p>Extra information regarding events associated with the instance.</p>"
2561
+ "InstanceStatus$Events": "<p>Any scheduled events associated with the instance.</p>"
2472
2562
  }
2473
2563
  },
2474
2564
  "InstanceStatusList": {
@@ -2488,7 +2578,7 @@
2488
2578
  "base": null,
2489
2579
  "refs": {
2490
2580
  "DescribeReservedInstancesOfferingsRequest$InstanceType": "<p>The instance type on which the Reserved Instance can be used. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance Types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
2491
- "ImportInstanceLaunchSpecification$InstanceType": "<p>The instance type. This is not supported for VMs imported into a VPC, which are assigned the default security group. After a VM is imported into a VPC, you can specify another security group using the AWS Management Console. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance Types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about the Linux instance types you can import, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html\">Before You Get Started</a> in the Amazon Elastic Compute Cloud User Guide.</p>",
2581
+ "ImportInstanceLaunchSpecification$InstanceType": "<p>The instance type. For more information about the instance types that you can import, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html\">Before You Get Started</a> in the Amazon Elastic Compute Cloud User Guide.</p>",
2492
2582
  "Instance$InstanceType": "<p>The instance type.</p>",
2493
2583
  "InstanceTypeList$member": null,
2494
2584
  "LaunchSpecification$InstanceType": "<p>The instance type.</p>",
@@ -2523,10 +2613,12 @@
2523
2613
  "CreateVolumeRequest$Iops": "<p>Only valid for Provisioned IOPS (SSD) volumes. The number of I/O operations per second (IOPS) to provision for the volume, with a maximum ratio of 30 IOPS/GiB.</p> <p>Constraint: Range is 100 to 20000 for Provisioned IOPS (SSD) volumes </p>",
2524
2614
  "DeleteNetworkAclEntryRequest$RuleNumber": "<p>The rule number of the entry to delete.</p>",
2525
2615
  "DescribeClassicLinkInstancesRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the instance IDs parameter in the same request.</p> <p>Constraint: If the value is greater than 1000, we return only 1000 items.</p>",
2526
- "DescribeImportImageTasksRequest$MaxResults": "<p>The maximum number of results in a page.</p>",
2527
- "DescribeImportSnapshotTasksRequest$MaxResults": "<p>The maximum number of results in a page.</p>",
2616
+ "DescribeImportImageTasksRequest$MaxResults": "<p>The maximum number of results to return in a single request.</p>",
2617
+ "DescribeImportSnapshotTasksRequest$MaxResults": "<p>The maximum number of results to return in a single request.</p>",
2528
2618
  "DescribeInstanceStatusRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the instance IDs parameter in the same request.</p>",
2529
2619
  "DescribeInstancesRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the instance IDs parameter in the same request.</p>",
2620
+ "DescribeMovingAddressesRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value outside of this range, an error is returned.</p> <p>Default: If no value is provided, the default is 1000.</p>",
2621
+ "DescribePrefixListsRequest$MaxResults": "<p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</p> <p>Constraint: If the value specified is greater than 1000, we return only 1000 items.</p>",
2530
2622
  "DescribeReservedInstancesOfferingsRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. The maximum is 100.</p> <p>Default: 100</p>",
2531
2623
  "DescribeReservedInstancesOfferingsRequest$MaxInstanceCount": "<p>The maximum number of instances to filter when searching for offerings.</p> <p>Default: 20</p>",
2532
2624
  "DescribeSnapshotsRequest$MaxResults": "<p>The maximum number of snapshot results returned by <code>DescribeSnapshots</code> in paginated output. When this parameter is used, <code>DescribeSnapshots</code> only returns <code>MaxResults</code> results in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>DescribeSnapshots</code> request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then <code>DescribeSnapshots</code> returns all results. You cannot specify this parameter and the snapshot IDs parameter in the same request.</p>",
@@ -2534,12 +2626,14 @@
2534
2626
  "DescribeTagsRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. </p>",
2535
2627
  "DescribeVolumeStatusRequest$MaxResults": "<p>The maximum number of volume results returned by <code>DescribeVolumeStatus</code> in paginated output. When this parameter is used, the request only returns <code>MaxResults</code> results in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then <code>DescribeVolumeStatus</code> returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.</p>",
2536
2628
  "DescribeVolumesRequest$MaxResults": "<p>The maximum number of volume results returned by <code>DescribeVolumes</code> in paginated output. When this parameter is used, <code>DescribeVolumes</code> only returns <code>MaxResults</code> results in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>DescribeVolumes</code> request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then <code>DescribeVolumes</code> returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.</p>",
2629
+ "DescribeVpcEndpointServicesRequest$MaxResults": "<p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</p> <p>Constraint: If the value is greater than 1000, we return only 1000 items.</p>",
2630
+ "DescribeVpcEndpointsRequest$MaxResults": "<p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</p> <p>Constraint: If the value is greater than 1000, we return only 1000 items.</p>",
2537
2631
  "EbsBlockDevice$VolumeSize": "<p>The size of the volume, in GiB.</p> <p>Constraints: <code>1-1024</code> for <code>standard</code> volumes, <code>1-16384</code> for <code>gp2</code> volumes, and <code>4-16384</code> for <code>io1</code> volumes. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.</p> <p>Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.</p>",
2538
2632
  "EbsBlockDevice$Iops": "<p>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 <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html\">Amazon EBS Volume Types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>Constraint: Range is 100 to 20000 for Provisioned IOPS (SSD) volumes and 3 to 10000 for General Purpose (SSD) volumes.</p> <p>Condition: This parameter is required for requests to create <code>io1</code> volumes; it is not used in requests to create <code>standard</code> or <code>gp2</code> volumes.</p>",
2539
2633
  "IcmpTypeCode$Type": "<p>The ICMP code. A value of -1 means all codes for the specified ICMP type.</p>",
2540
2634
  "IcmpTypeCode$Code": "<p>The ICMP type. A value of -1 means all types.</p>",
2541
2635
  "Instance$AmiLaunchIndex": "<p>The AMI launch index, which can be used to find this instance in the launch group.</p>",
2542
- "InstanceCount$InstanceCount": "<p>he number of listed Reserved Instances in the state specified by the <code>state</code>.</p>",
2636
+ "InstanceCount$InstanceCount": "<p>The number of listed Reserved Instances in the state specified by the <code>state</code>.</p>",
2543
2637
  "InstanceNetworkInterfaceAttachment$DeviceIndex": "<p>The index of the device on the instance for the network interface attachment.</p>",
2544
2638
  "InstanceNetworkInterfaceSpecification$DeviceIndex": "<p>The index of the device on the instance for the network interface attachment. If you are specifying a network interface in a <a>RunInstances</a> request, you must provide the device index.</p>",
2545
2639
  "InstanceNetworkInterfaceSpecification$SecondaryPrivateIpAddressCount": "<p>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.</p>",
@@ -2689,9 +2783,9 @@
2689
2783
  "refs": {
2690
2784
  "DescribeReservedInstancesOfferingsRequest$MinDuration": "<p>The minimum duration (in seconds) to filter when searching for offerings.</p> <p>Default: 2592000 (1 month)</p>",
2691
2785
  "DescribeReservedInstancesOfferingsRequest$MaxDuration": "<p>The maximum duration (in seconds) to filter when searching for offerings.</p> <p>Default: 94608000 (3 years)</p>",
2692
- "DiskImageDescription$Size": "<p>The size of the disk image.</p>",
2693
- "DiskImageDetail$Bytes": null,
2694
- "DiskImageVolumeDescription$Size": "<p>The size of the volume.</p>",
2786
+ "DiskImageDescription$Size": "<p>The size of the disk image, in GiB.</p>",
2787
+ "DiskImageDetail$Bytes": "<p>The size of the disk image, in GiB.</p>",
2788
+ "DiskImageVolumeDescription$Size": "<p>The size of the volume, in GiB.</p>",
2695
2789
  "ImportInstanceVolumeDetailItem$BytesConverted": "<p>The number of bytes converted so far.</p>",
2696
2790
  "ImportVolumeTaskDetails$BytesConverted": "<p>The number of bytes converted so far.</p>",
2697
2791
  "PriceSchedule$Term": "<p>The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.</p>",
@@ -2746,6 +2840,16 @@
2746
2840
  "refs": {
2747
2841
  }
2748
2842
  },
2843
+ "ModifyVpcEndpointRequest": {
2844
+ "base": null,
2845
+ "refs": {
2846
+ }
2847
+ },
2848
+ "ModifyVpcEndpointResult": {
2849
+ "base": null,
2850
+ "refs": {
2851
+ }
2852
+ },
2749
2853
  "MonitorInstancesRequest": {
2750
2854
  "base": null,
2751
2855
  "refs": {
@@ -2769,6 +2873,34 @@
2769
2873
  "Monitoring$State": "<p>Indicates whether monitoring is enabled for the instance.</p>"
2770
2874
  }
2771
2875
  },
2876
+ "MoveAddressToVpcRequest": {
2877
+ "base": null,
2878
+ "refs": {
2879
+ }
2880
+ },
2881
+ "MoveAddressToVpcResult": {
2882
+ "base": null,
2883
+ "refs": {
2884
+ }
2885
+ },
2886
+ "MoveStatus": {
2887
+ "base": null,
2888
+ "refs": {
2889
+ "MovingAddressStatus$MoveStatus": "<p>The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.</p>"
2890
+ }
2891
+ },
2892
+ "MovingAddressStatus": {
2893
+ "base": "<p>Describes the status of a moving Elastic IP address.</p>",
2894
+ "refs": {
2895
+ "MovingAddressStatusSet$member": null
2896
+ }
2897
+ },
2898
+ "MovingAddressStatusSet": {
2899
+ "base": null,
2900
+ "refs": {
2901
+ "DescribeMovingAddressesResult$MovingAddressStatuses": "<p>The status for each Elastic IP address.</p>"
2902
+ }
2903
+ },
2772
2904
  "NetworkAcl": {
2773
2905
  "base": "<p>Describes a network ACL.</p>",
2774
2906
  "refs": {
@@ -2896,7 +3028,7 @@
2896
3028
  "Placement": {
2897
3029
  "base": "<p>Describes the placement for the instance.</p>",
2898
3030
  "refs": {
2899
- "ImportInstanceLaunchSpecification$Placement": null,
3031
+ "ImportInstanceLaunchSpecification$Placement": "<p>The placement information for the instance.</p>",
2900
3032
  "Instance$Placement": "<p>The location where the instance launched.</p>",
2901
3033
  "RunInstancesRequest$Placement": "<p>The placement for the instance.</p>"
2902
3034
  }
@@ -2949,6 +3081,30 @@
2949
3081
  "ReplaceNetworkAclEntryRequest$PortRange": "<p>TCP or UDP protocols: The range of ports the rule applies to. Required if specifying 6 (TCP) or 17 (UDP) for the protocol.</p>"
2950
3082
  }
2951
3083
  },
3084
+ "PrefixList": {
3085
+ "base": "<p>Describes prefixes for AWS services. </p>",
3086
+ "refs": {
3087
+ "PrefixListSet$member": null
3088
+ }
3089
+ },
3090
+ "PrefixListId": {
3091
+ "base": "<p>The ID of the prefix.</p>",
3092
+ "refs": {
3093
+ "PrefixListIdList$member": null
3094
+ }
3095
+ },
3096
+ "PrefixListIdList": {
3097
+ "base": null,
3098
+ "refs": {
3099
+ "IpPermission$PrefixListIds": "<p>(Valid for <a>AuthorizeSecurityGroupEgress</a>, <a>RevokeSecurityGroupEgress</a> and <a>DescribeSecurityGroups</a> only) One or more prefix list IDs for an AWS service. In an <a>AuthorizeSecurityGroupEgress</a> request, this is the AWS service that you want to access through a VPC endpoint from instances associated with the security group.</p>"
3100
+ }
3101
+ },
3102
+ "PrefixListSet": {
3103
+ "base": null,
3104
+ "refs": {
3105
+ "DescribePrefixListsResult$PrefixLists": "<p>All available prefix lists.</p>"
3106
+ }
3107
+ },
2952
3108
  "PriceSchedule": {
2953
3109
  "base": "<p>Describes the price for a Reserved Instance.</p>",
2954
3110
  "refs": {
@@ -3383,6 +3539,16 @@
3383
3539
  "DescribeSnapshotsRequest$RestorableByUserIds": "<p>One or more AWS accounts IDs that can create volumes from the snapshot.</p>"
3384
3540
  }
3385
3541
  },
3542
+ "RestoreAddressToClassicRequest": {
3543
+ "base": null,
3544
+ "refs": {
3545
+ }
3546
+ },
3547
+ "RestoreAddressToClassicResult": {
3548
+ "base": null,
3549
+ "refs": {
3550
+ }
3551
+ },
3386
3552
  "RevokeSecurityGroupEgressRequest": {
3387
3553
  "base": null,
3388
3554
  "refs": {
@@ -3520,7 +3686,7 @@
3520
3686
  }
3521
3687
  },
3522
3688
  "SnapshotDetail": {
3523
- "base": "<p>The details of the snapshot created from the imported disk.</p>",
3689
+ "base": "<p>Describes the snapshot created from the imported disk.</p>",
3524
3690
  "refs": {
3525
3691
  "SnapshotDetailList$member": null
3526
3692
  }
@@ -3528,14 +3694,14 @@
3528
3694
  "SnapshotDetailList": {
3529
3695
  "base": null,
3530
3696
  "refs": {
3531
- "ImportImageResult$SnapshotDetails": null,
3532
- "ImportImageTask$SnapshotDetails": null
3697
+ "ImportImageResult$SnapshotDetails": "<p>Information about the snapshots.</p>",
3698
+ "ImportImageTask$SnapshotDetails": "<p>Information about the snapshots.</p>"
3533
3699
  }
3534
3700
  },
3535
3701
  "SnapshotDiskContainer": {
3536
- "base": "<p>The disk container object for the ImportSnapshot request.</p>",
3702
+ "base": "<p>The disk container object for the import snapshot request.</p>",
3537
3703
  "refs": {
3538
- "ImportSnapshotRequest$DiskContainer": null
3704
+ "ImportSnapshotRequest$DiskContainer": "<p>Information about the disk container.</p>"
3539
3705
  }
3540
3706
  },
3541
3707
  "SnapshotIdStringList": {
@@ -3547,7 +3713,7 @@
3547
3713
  "SnapshotList": {
3548
3714
  "base": null,
3549
3715
  "refs": {
3550
- "DescribeSnapshotsResult$Snapshots": null
3716
+ "DescribeSnapshotsResult$Snapshots": "<p>Information about the snapshots.</p>"
3551
3717
  }
3552
3718
  },
3553
3719
  "SnapshotState": {
@@ -3559,8 +3725,8 @@
3559
3725
  "SnapshotTaskDetail": {
3560
3726
  "base": "<p>Details about the import snapshot task.</p>",
3561
3727
  "refs": {
3562
- "ImportSnapshotResult$SnapshotTaskDetail": null,
3563
- "ImportSnapshotTask$SnapshotTaskDetail": null
3728
+ "ImportSnapshotResult$SnapshotTaskDetail": "<p>Information about the import snapshot task.</p>",
3729
+ "ImportSnapshotTask$SnapshotTaskDetail": "<p>Describes an import snapshot task.</p>"
3564
3730
  }
3565
3731
  },
3566
3732
  "SpotDatafeedSubscription": {
@@ -3645,6 +3811,12 @@
3645
3811
  "refs": {
3646
3812
  }
3647
3813
  },
3814
+ "State": {
3815
+ "base": null,
3816
+ "refs": {
3817
+ "VpcEndpoint$State": "<p>The state of the VPC endpoint.</p>"
3818
+ }
3819
+ },
3648
3820
  "StateReason": {
3649
3821
  "base": "<p>Describes a state change.</p>",
3650
3822
  "refs": {
@@ -3652,6 +3824,13 @@
3652
3824
  "Instance$StateReason": "<p>The reason for the most recent state transition.</p>"
3653
3825
  }
3654
3826
  },
3827
+ "Status": {
3828
+ "base": null,
3829
+ "refs": {
3830
+ "MoveAddressToVpcResult$Status": "<p>The status of the move of the IP address.</p>",
3831
+ "RestoreAddressToClassicResult$Status": "<p>The move status for the IP address.</p>"
3832
+ }
3833
+ },
3655
3834
  "StatusName": {
3656
3835
  "base": null,
3657
3836
  "refs": {
@@ -3687,7 +3866,7 @@
3687
3866
  "AcceptVpcPeeringConnectionRequest$VpcPeeringConnectionId": "<p>The ID of the VPC peering connection.</p>",
3688
3867
  "AccountAttribute$AttributeName": "<p>The name of the account attribute.</p>",
3689
3868
  "AccountAttributeValue$AttributeValue": "<p>The value of the attribute.</p>",
3690
- "Address$InstanceId": "<p>The ID of the instance the address is associated with (if any).</p>",
3869
+ "Address$InstanceId": "<p>The ID of the instance that the address is associated with (if any).</p>",
3691
3870
  "Address$PublicIp": "<p>The Elastic IP address.</p>",
3692
3871
  "Address$AllocationId": "<p>The ID representing the allocation of the address for use with EC2-VPC.</p>",
3693
3872
  "Address$AssociationId": "<p>The ID representing the association of the address with an instance in a VPC.</p>",
@@ -3716,7 +3895,7 @@
3716
3895
  "AttachNetworkInterfaceRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
3717
3896
  "AttachNetworkInterfaceRequest$InstanceId": "<p>The ID of the instance.</p>",
3718
3897
  "AttachNetworkInterfaceResult$AttachmentId": "<p>The ID of the network interface attachment.</p>",
3719
- "AttachVolumeRequest$VolumeId": "<p>The ID of the Amazon EBS volume. The volume and instance must be within the same Availability Zone.</p>",
3898
+ "AttachVolumeRequest$VolumeId": "<p>The ID of the EBS volume. The volume and instance must be within the same Availability Zone.</p>",
3720
3899
  "AttachVolumeRequest$InstanceId": "<p>The ID of the instance.</p>",
3721
3900
  "AttachVolumeRequest$Device": "<p>The device name to expose to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>",
3722
3901
  "AttachVpnGatewayRequest$VpnGatewayId": "<p>The ID of the virtual private gateway.</p>",
@@ -3748,18 +3927,18 @@
3748
3927
  "BundleTaskError$Message": "<p>The error message.</p>",
3749
3928
  "CancelBundleTaskRequest$BundleId": "<p>The ID of the bundle task.</p>",
3750
3929
  "CancelConversionRequest$ConversionTaskId": "<p>The ID of the conversion task.</p>",
3751
- "CancelConversionRequest$ReasonMessage": null,
3930
+ "CancelConversionRequest$ReasonMessage": "<p>The reason for canceling the conversion task.</p>",
3752
3931
  "CancelExportTaskRequest$ExportTaskId": "<p>The ID of the export task. This is the ID returned by <code>CreateInstanceExportTask</code>.</p>",
3753
- "CancelImportTaskRequest$ImportTaskId": "<p>The ID of the ImportImage or ImportSnapshot task to be cancelled.</p>",
3932
+ "CancelImportTaskRequest$ImportTaskId": "<p>The ID of the import image or import snapshot task to be canceled.</p>",
3754
3933
  "CancelImportTaskRequest$CancelReason": "<p>The reason for canceling the task.</p>",
3755
- "CancelImportTaskResult$ImportTaskId": "<p>The task ID of the ImportImage or ImportSnapshot task being canceled.</p>",
3756
- "CancelImportTaskResult$State": "<p>The current state of the ImportImage or ImportSnapshot task being canceled.</p>",
3757
- "CancelImportTaskResult$PreviousState": "<p>The current state of the ImportImage or ImportSnapshot task being canceled.</p>",
3934
+ "CancelImportTaskResult$ImportTaskId": "<p>The ID of the task being canceled.</p>",
3935
+ "CancelImportTaskResult$State": "<p>The current state of the task being canceled.</p>",
3936
+ "CancelImportTaskResult$PreviousState": "<p>The current state of the task being canceled.</p>",
3758
3937
  "CancelReservedInstancesListingRequest$ReservedInstancesListingId": "<p>The ID of the Reserved Instance listing.</p>",
3759
3938
  "CancelledSpotInstanceRequest$SpotInstanceRequestId": "<p>The ID of the Spot Instance request.</p>",
3760
3939
  "ClassicLinkInstance$InstanceId": "<p>The ID of the instance.</p>",
3761
3940
  "ClassicLinkInstance$VpcId": "<p>The ID of the VPC.</p>",
3762
- "ClientData$Comment": "<p>User-defined comment about the upload.</p>",
3941
+ "ClientData$Comment": "<p>A user-defined comment about the disk upload.</p>",
3763
3942
  "ConfirmProductInstanceRequest$ProductCode": "<p>The product code. This must be a product code that you own.</p>",
3764
3943
  "ConfirmProductInstanceRequest$InstanceId": "<p>The ID of the instance.</p>",
3765
3944
  "ConfirmProductInstanceResult$OwnerId": "<p>The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.</p>",
@@ -3774,10 +3953,10 @@
3774
3953
  "CopyImageRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
3775
3954
  "CopyImageResult$ImageId": "<p>The ID of the new AMI.</p>",
3776
3955
  "CopySnapshotRequest$SourceRegion": "<p>The ID of the region that contains the snapshot to be copied.</p>",
3777
- "CopySnapshotRequest$SourceSnapshotId": "<p>The ID of the Amazon EBS snapshot to copy.</p>",
3778
- "CopySnapshotRequest$Description": "<p>A description for the new Amazon EBS snapshot.</p>",
3956
+ "CopySnapshotRequest$SourceSnapshotId": "<p>The ID of the EBS snapshot to copy.</p>",
3957
+ "CopySnapshotRequest$Description": "<p>A description for the EBS snapshot.</p>",
3779
3958
  "CopySnapshotRequest$DestinationRegion": "<p>The destination region to use in the <code>PresignedUrl</code> parameter of a snapshot copy operation. This parameter is only valid for specifying the destination region in a <code>PresignedUrl</code> parameter, where it is required.</p> <note> <p><code>CopySnapshot</code> sends the snapshot copy to the regional endpoint that you send the HTTP request to, such as <code>ec2.us-east-1.amazonaws.com</code> (in the AWS CLI, this is specified with the <code>--region</code> parameter or the default region in your AWS configuration file).</p> </note>",
3780
- "CopySnapshotRequest$PresignedUrl": "<p>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 <code>PresignedUrl</code> should use the snapshot source endpoint, the <code>CopySnapshot</code> action, and include the <code>SourceRegion</code>, <code>SourceSnapshotId</code>, and <code>DestinationRegion</code> parameters. The <code>PresignedUrl</code> 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 <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html\">Authenticating Requests by Using Query Parameters (AWS Signature Version 4)</a> in the <i>Amazon Simple Storage Service API Reference</i>. An invalid or improperly signed <code>PresignedUrl</code> will cause the copy operation to fail asynchronously, and the snapshot will move to an <code>error</code> state.</p>",
3959
+ "CopySnapshotRequest$PresignedUrl": "<p>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 <code>PresignedUrl</code> should use the snapshot source endpoint, the <code>CopySnapshot</code> action, and include the <code>SourceRegion</code>, <code>SourceSnapshotId</code>, and <code>DestinationRegion</code> parameters. The <code>PresignedUrl</code> must be signed using AWS Signature Version 4. Because EBS snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic that is described in <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html\">Authenticating Requests by Using Query Parameters (AWS Signature Version 4)</a> in the <i>Amazon Simple Storage Service API Reference</i>. An invalid or improperly signed <code>PresignedUrl</code> will cause the copy operation to fail asynchronously, and the snapshot will move to an <code>error</code> state.</p>",
3781
3960
  "CopySnapshotResult$SnapshotId": "<p>The ID of the new snapshot.</p>",
3782
3961
  "CreateCustomerGatewayRequest$PublicIp": "<p>The Internet-routable IP address for the customer gateway's outside interface. The address must be static.</p>",
3783
3962
  "CreateImageRequest$InstanceId": "<p>The ID of the instance.</p>",
@@ -3803,12 +3982,14 @@
3803
3982
  "CreateRouteRequest$InstanceId": "<p>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.</p>",
3804
3983
  "CreateRouteRequest$NetworkInterfaceId": "<p>The ID of a network interface.</p>",
3805
3984
  "CreateRouteRequest$VpcPeeringConnectionId": "<p>The ID of a VPC peering connection.</p>",
3985
+ "CreateRouteRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
3986
+ "CreateRouteResult$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request.</p>",
3806
3987
  "CreateRouteTableRequest$VpcId": "<p>The ID of the VPC.</p>",
3807
3988
  "CreateSecurityGroupRequest$GroupName": "<p>The name of the security group.</p> <p>Constraints: Up to 255 characters in length</p> <p>Constraints for EC2-Classic: ASCII characters</p> <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&amp;;{}!$*</p>",
3808
3989
  "CreateSecurityGroupRequest$Description": "<p>A description for the security group. This is informational only.</p> <p>Constraints: Up to 255 characters in length</p> <p>Constraints for EC2-Classic: ASCII characters</p> <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&amp;;{}!$*</p>",
3809
3990
  "CreateSecurityGroupRequest$VpcId": "<p>[EC2-VPC] The ID of the VPC. Required for EC2-VPC.</p>",
3810
3991
  "CreateSecurityGroupResult$GroupId": "<p>The ID of the security group.</p>",
3811
- "CreateSnapshotRequest$VolumeId": "<p>The ID of the Amazon EBS volume.</p>",
3992
+ "CreateSnapshotRequest$VolumeId": "<p>The ID of the EBS volume.</p>",
3812
3993
  "CreateSnapshotRequest$Description": "<p>A description for the snapshot.</p>",
3813
3994
  "CreateSpotDatafeedSubscriptionRequest$Bucket": "<p>The Amazon S3 bucket in which to store the Spot Instance data feed.</p>",
3814
3995
  "CreateSpotDatafeedSubscriptionRequest$Prefix": "<p>A prefix for the data feed file names.</p>",
@@ -3819,6 +4000,11 @@
3819
4000
  "CreateVolumeRequest$SnapshotId": "<p>The snapshot from which to create the volume.</p>",
3820
4001
  "CreateVolumeRequest$AvailabilityZone": "<p>The Availability Zone in which to create the volume. Use <a>DescribeAvailabilityZones</a> to list the Availability Zones that are currently available to you.</p>",
3821
4002
  "CreateVolumeRequest$KmsKeyId": "<p>The full ARN of the AWS Key Management Service (KMS) master key to use when creating the encrypted volume. This parameter is only required if you want to use a non-default master key; if this parameter is not specified, the default master key is used. The ARN contains the <code>arn:aws:kms</code> namespace, followed by the region of the master key, the AWS account ID of the master key owner, the <code>key</code> namespace, and then the master key ID. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:key/<i>abcd1234-a123-456a-a12b-a123b4cd56ef</i>.</p>",
4003
+ "CreateVpcEndpointRequest$VpcId": "<p>The ID of the VPC in which the endpoint will be used.</p>",
4004
+ "CreateVpcEndpointRequest$ServiceName": "The AWS service name, in the form com.amazonaws.&lt;region&gt;.&lt;service&gt;. To get a list of available services, use the DescribeVpcEndpointServices request.",
4005
+ "CreateVpcEndpointRequest$PolicyDocument": "<p>A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service. </p>",
4006
+ "CreateVpcEndpointRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
4007
+ "CreateVpcEndpointResult$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request.</p>",
3822
4008
  "CreateVpcPeeringConnectionRequest$VpcId": "<p>The ID of the requester VPC.</p>",
3823
4009
  "CreateVpcPeeringConnectionRequest$PeerVpcId": "<p>The ID of the VPC with which you are creating the VPC peering connection.</p>",
3824
4010
  "CreateVpcPeeringConnectionRequest$PeerOwnerId": "<p>The AWS account ID of the owner of the peer VPC.</p> <p>Default: Your AWS account ID</p>",
@@ -3848,7 +4034,7 @@
3848
4034
  "DeleteRouteTableRequest$RouteTableId": "<p>The ID of the route table.</p>",
3849
4035
  "DeleteSecurityGroupRequest$GroupName": "<p>[EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID.</p>",
3850
4036
  "DeleteSecurityGroupRequest$GroupId": "<p>The ID of the security group. Required for a nondefault VPC.</p>",
3851
- "DeleteSnapshotRequest$SnapshotId": "<p>The ID of the Amazon EBS snapshot.</p>",
4037
+ "DeleteSnapshotRequest$SnapshotId": "<p>The ID of the EBS snapshot.</p>",
3852
4038
  "DeleteSubnetRequest$SubnetId": "<p>The ID of the subnet.</p>",
3853
4039
  "DeleteVolumeRequest$VolumeId": "<p>The ID of the volume.</p>",
3854
4040
  "DeleteVpcPeeringConnectionRequest$VpcPeeringConnectionId": "<p>The ID of the VPC peering connection.</p>",
@@ -3861,17 +4047,21 @@
3861
4047
  "DescribeClassicLinkInstancesRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
3862
4048
  "DescribeClassicLinkInstancesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
3863
4049
  "DescribeImageAttributeRequest$ImageId": "<p>The ID of the AMI.</p>",
3864
- "DescribeImportImageTasksRequest$NextToken": "<p>The token to get the next page of paginated describe requests.</p>",
3865
- "DescribeImportImageTasksResult$NextToken": "<p>The token to get the next page of paginated describe requests.</p>",
3866
- "DescribeImportSnapshotTasksRequest$NextToken": "<p>The token to get to the next page of paginated describe requests.</p>",
3867
- "DescribeImportSnapshotTasksResult$NextToken": "<p>The token to get to the next page of paginated describe requests.</p>",
4050
+ "DescribeImportImageTasksRequest$NextToken": "<p>A token that indicates the next page of results.</p>",
4051
+ "DescribeImportImageTasksResult$NextToken": "<p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
4052
+ "DescribeImportSnapshotTasksRequest$NextToken": "<p>A token that indicates the next page of results.</p>",
4053
+ "DescribeImportSnapshotTasksResult$NextToken": "<p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
3868
4054
  "DescribeInstanceAttributeRequest$InstanceId": "<p>The ID of the instance.</p>",
3869
4055
  "DescribeInstanceStatusRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
3870
4056
  "DescribeInstanceStatusResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
3871
4057
  "DescribeInstancesRequest$NextToken": "<p>The token to request the next page of results.</p>",
3872
4058
  "DescribeInstancesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
4059
+ "DescribeMovingAddressesRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
4060
+ "DescribeMovingAddressesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
3873
4061
  "DescribeNetworkInterfaceAttributeRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
3874
4062
  "DescribeNetworkInterfaceAttributeResult$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
4063
+ "DescribePrefixListsRequest$NextToken": "<p>The token for the next set of items to return. (You received this token from a prior call.)</p>",
4064
+ "DescribePrefixListsResult$NextToken": "<p>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</p>",
3875
4065
  "DescribeReservedInstancesListingsRequest$ReservedInstancesId": "<p>One or more Reserved Instance IDs.</p>",
3876
4066
  "DescribeReservedInstancesListingsRequest$ReservedInstancesListingId": "<p>One or more Reserved Instance Listing IDs.</p>",
3877
4067
  "DescribeReservedInstancesModificationsRequest$NextToken": "<p>The token to retrieve the next page of results. </p>",
@@ -3879,8 +4069,8 @@
3879
4069
  "DescribeReservedInstancesOfferingsRequest$AvailabilityZone": "<p>The Availability Zone in which the Reserved Instance can be used.</p>",
3880
4070
  "DescribeReservedInstancesOfferingsRequest$NextToken": "<p>The token to retrieve the next page of results. </p>",
3881
4071
  "DescribeReservedInstancesOfferingsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
3882
- "DescribeSnapshotAttributeRequest$SnapshotId": "<p>The ID of the Amazon EBS snapshot.</p>",
3883
- "DescribeSnapshotAttributeResult$SnapshotId": "<p>The ID of the Amazon EBS snapshot.</p>",
4072
+ "DescribeSnapshotAttributeRequest$SnapshotId": "<p>The ID of the EBS snapshot.</p>",
4073
+ "DescribeSnapshotAttributeResult$SnapshotId": "<p>The ID of the EBS snapshot.</p>",
3884
4074
  "DescribeSnapshotsRequest$NextToken": "<p>The <code>NextToken</code> value returned from a previous paginated <code>DescribeSnapshots</code> request where <code>MaxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>NextToken</code> value. This value is <code>null</code> when there are no more results to return.</p>",
3885
4075
  "DescribeSnapshotsResult$NextToken": "<p>The <code>NextToken</code> value to include in a future <code>DescribeSnapshots</code> request. When the results of a <code>DescribeSnapshots</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
3886
4076
  "DescribeSpotPriceHistoryRequest$AvailabilityZone": "<p>Filters the results by the specified Availability Zone.</p>",
@@ -3896,6 +4086,10 @@
3896
4086
  "DescribeVolumesResult$NextToken": "<p>The <code>NextToken</code> value to include in a future <code>DescribeVolumes</code> request. When the results of a <code>DescribeVolumes</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
3897
4087
  "DescribeVpcAttributeRequest$VpcId": "<p>The ID of the VPC.</p>",
3898
4088
  "DescribeVpcAttributeResult$VpcId": "<p>The ID of the VPC.</p>",
4089
+ "DescribeVpcEndpointServicesRequest$NextToken": "<p>The token for the next set of items to return. (You received this token from a prior call.)</p>",
4090
+ "DescribeVpcEndpointServicesResult$NextToken": "<p>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</p>",
4091
+ "DescribeVpcEndpointsRequest$NextToken": "<p>The token for the next set of items to return. (You received this token from a prior call.)</p>",
4092
+ "DescribeVpcEndpointsResult$NextToken": "<p>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</p>",
3899
4093
  "DetachClassicLinkVpcRequest$InstanceId": "<p>The ID of the instance to unlink from the VPC.</p>",
3900
4094
  "DetachClassicLinkVpcRequest$VpcId": "<p> The ID of the VPC to which the instance is linked.</p>",
3901
4095
  "DetachInternetGatewayRequest$InternetGatewayId": "<p>The ID of the Internet gateway.</p>",
@@ -3915,14 +4109,14 @@
3915
4109
  "DisassociateAddressRequest$PublicIp": "<p>[EC2-Classic] The Elastic IP address. Required for EC2-Classic.</p>",
3916
4110
  "DisassociateAddressRequest$AssociationId": "<p>[EC2-VPC] The association ID. Required for EC2-VPC.</p>",
3917
4111
  "DisassociateRouteTableRequest$AssociationId": "<p>The association ID representing the current association between the route table and subnet.</p>",
3918
- "DiskImage$Description": null,
4112
+ "DiskImage$Description": "<p>A description of the disk image.</p>",
3919
4113
  "DiskImageDescription$ImportManifestUrl": "<p>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 <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html\">Authenticating REST Requests</a> topic in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
3920
4114
  "DiskImageDescription$Checksum": "<p>The checksum computed for the disk image.</p>",
3921
4115
  "DiskImageDetail$ImportManifestUrl": "<p>A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the \"Query String Request Authentication Alternative\" section of the <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html\">Authenticating REST Requests</a> topic in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
3922
4116
  "DiskImageVolumeDescription$Id": "<p>The volume identifier.</p>",
3923
4117
  "EbsBlockDevice$SnapshotId": "<p>The ID of the snapshot.</p>",
3924
- "EbsInstanceBlockDevice$VolumeId": "<p>The ID of the Amazon EBS volume.</p>",
3925
- "EbsInstanceBlockDeviceSpecification$VolumeId": "<p>The ID of the Amazon EBS volume.</p>",
4118
+ "EbsInstanceBlockDevice$VolumeId": "<p>The ID of the EBS volume.</p>",
4119
+ "EbsInstanceBlockDeviceSpecification$VolumeId": "<p>The ID of the EBS volume.</p>",
3926
4120
  "EnableVgwRoutePropagationRequest$RouteTableId": "<p>The ID of the route table.</p>",
3927
4121
  "EnableVgwRoutePropagationRequest$GatewayId": "<p>The ID of the virtual private gateway.</p>",
3928
4122
  "EnableVolumeIORequest$VolumeId": "<p>The ID of the volume.</p>",
@@ -3932,10 +4126,10 @@
3932
4126
  "ExportTask$Description": "<p>A description of the resource being exported.</p>",
3933
4127
  "ExportTask$StatusMessage": "<p>The status message related to the export task.</p>",
3934
4128
  "ExportTaskIdStringList$member": null,
3935
- "ExportToS3Task$S3Bucket": "<p>The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account <code>vm-import-export@amazon.com</code>.</p>",
3936
- "ExportToS3Task$S3Key": null,
3937
- "ExportToS3TaskSpecification$S3Bucket": null,
3938
- "ExportToS3TaskSpecification$S3Prefix": "<p>The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.</p>",
4129
+ "ExportToS3Task$S3Bucket": "<p>The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account <code>vm-import-export@amazon.com</code>.</p>",
4130
+ "ExportToS3Task$S3Key": "<p>The encryption key for your S3 bucket.</p>",
4131
+ "ExportToS3TaskSpecification$S3Bucket": "<p>The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account <code>vm-import-export@amazon.com</code>.</p>",
4132
+ "ExportToS3TaskSpecification$S3Prefix": "<p>The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.</p>",
3939
4133
  "Filter$Name": "<p>The name of the filter. Filter names are case-sensitive.</p>",
3940
4134
  "GetConsoleOutputRequest$InstanceId": "<p>The ID of the instance.</p>",
3941
4135
  "GetConsoleOutputResult$InstanceId": "<p>The ID of the instance.</p>",
@@ -3963,62 +4157,62 @@
3963
4157
  "Image$Description": "<p>The description of the AMI that was provided during image creation.</p>",
3964
4158
  "Image$RootDeviceName": "<p>The device name of the root device (for example, <code>/dev/sda1</code> or <code>/dev/xvda</code>).</p>",
3965
4159
  "ImageAttribute$ImageId": "<p>The ID of the AMI.</p>",
3966
- "ImageDiskContainer$Description": "<p>The description of the disk image (optional).</p>",
3967
- "ImageDiskContainer$Format": "<p>The format of the disk image being imported (optional).</p>",
4160
+ "ImageDiskContainer$Description": "<p>The description of the disk image.</p>",
4161
+ "ImageDiskContainer$Format": "<p>The format of the disk image being imported.</p> <p>Valid values: <code>RAW</code> | <code>VHD</code> | <code>VMDK</code> | <code>OVA</code></p>",
3968
4162
  "ImageDiskContainer$Url": "<p>The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)</p>",
3969
- "ImageDiskContainer$DeviceName": "<p>The Amazon EBS block device mapping for the disk (optional).</p>",
3970
- "ImageDiskContainer$SnapshotId": "<p>The Amazon EBS snapshot ID to be used for importing the snapshot.</p>",
4163
+ "ImageDiskContainer$DeviceName": "<p>The block device mapping for the disk.</p>",
4164
+ "ImageDiskContainer$SnapshotId": "<p>The ID of the EBS snapshot to be used for importing the snapshot.</p>",
3971
4165
  "ImageIdStringList$member": null,
3972
- "ImportImageRequest$Description": "<p>A description string for the import image task (optional).</p>",
3973
- "ImportImageRequest$LicenseType": "<p>The license type to be used for the Amazon Machine Image (AMI) after importing (optional).</p> <p><b>Note:</b> You may only use BYOL if you have existing licenses with rights to use these licenses in a third party cloud like AWS. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html\">VM Import/Export Prerequisites</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>Valid Values: AWS | BYOL</p>",
3974
- "ImportImageRequest$Hypervisor": "<p>The target hypervisor platform to use (optional).</p>",
3975
- "ImportImageRequest$Architecture": "<p>The architecture of the virtual machine being imported (optional).</p>",
3976
- "ImportImageRequest$Platform": "<p>The operating system of the virtual machine being imported (optional).</p>",
3977
- "ImportImageRequest$ClientToken": "<p>The token to enable idempotency for VM import requests (optional).</p>",
3978
- "ImportImageRequest$RoleName": "<p>The name of the role to use when not using the default role name 'vmimport' (optional).</p>",
3979
- "ImportImageResult$ImportTaskId": "<p>The task id of the ImportImage task.</p>",
3980
- "ImportImageResult$Architecture": "<p>Architecture of the virtual machine being imported.</p>",
3981
- "ImportImageResult$LicenseType": "<p>License type of the virtual machine being imported.</p>",
3982
- "ImportImageResult$Platform": "<p>Operating system of the VM being imported.</p>",
3983
- "ImportImageResult$Hypervisor": "<p>Target hypervisor of the import task.</p>",
4166
+ "ImportImageRequest$Description": "<p>A description string for the import image task.</p>",
4167
+ "ImportImageRequest$LicenseType": "<p>The license type to be used for the Amazon Machine Image (AMI) after importing.</p> <p><b>Note:</b> You may only use BYOL if you have existing licenses with rights to use these licenses in a third party cloud like AWS. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html\">VM Import/Export Prerequisites</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>Valid values: <code>AWS</code> | <code>BYOL</code></p>",
4168
+ "ImportImageRequest$Hypervisor": "<p>The target hypervisor platform.</p> <p>Valid values: <code>xen</code></p>",
4169
+ "ImportImageRequest$Architecture": "<p>The architecture of the virtual machine.</p> <p>Valid values: <code>i386</code> | <code>x86_64</code></p>",
4170
+ "ImportImageRequest$Platform": "<p>The operating system of the virtual machine.</p> <p>Valid values: <code>Windows</code> | <code>Linux</code></p>",
4171
+ "ImportImageRequest$ClientToken": "<p>The token to enable idempotency for VM import requests.</p>",
4172
+ "ImportImageRequest$RoleName": "<p>The name of the role to use when not using the default role, 'vmimport'.</p>",
4173
+ "ImportImageResult$ImportTaskId": "<p>The task ID of the import image task.</p>",
4174
+ "ImportImageResult$Architecture": "<p>The architecture of the virtual machine.</p>",
4175
+ "ImportImageResult$LicenseType": "<p>The license type of the virtual machine.</p>",
4176
+ "ImportImageResult$Platform": "<p>The operating system of the virtual machine.</p>",
4177
+ "ImportImageResult$Hypervisor": "<p>The target hypervisor of the import task.</p>",
3984
4178
  "ImportImageResult$Description": "<p>A description of the import task.</p>",
3985
- "ImportImageResult$ImageId": "<p>The Amazon Machine Image (AMI) ID created by the import task.</p>",
3986
- "ImportImageResult$Progress": "<p>The task's progress.</p>",
4179
+ "ImportImageResult$ImageId": "<p>The ID of the Amazon Machine Image (AMI) created by the import task.</p>",
4180
+ "ImportImageResult$Progress": "<p>The progress of the task.</p>",
3987
4181
  "ImportImageResult$StatusMessage": "<p>A detailed status message of the import task.</p>",
3988
4182
  "ImportImageResult$Status": "<p>A brief status of the task.</p>",
3989
- "ImportImageTask$ImportTaskId": "<p>The ID of the import task.</p>",
3990
- "ImportImageTask$Architecture": "<p>Architecture of the VM being imported.</p>",
3991
- "ImportImageTask$LicenseType": "<p>License type of the VM being imported.</p>",
4183
+ "ImportImageTask$ImportTaskId": "<p>The ID of the import image task.</p>",
4184
+ "ImportImageTask$Architecture": "<p>The architecture of the virtual machine.</p> <p>Valid values: <code>i386</code> | <code>x86_64</code></p>",
4185
+ "ImportImageTask$LicenseType": "<p>The license type of the virtual machine.</p>",
3992
4186
  "ImportImageTask$Platform": "<p>The description string for the import image task.</p>",
3993
- "ImportImageTask$Hypervisor": "<p>Target hypervisor for the import task.</p>",
3994
- "ImportImageTask$Description": "<p>Description of the import task.</p>",
3995
- "ImportImageTask$ImageId": "<p>The Amazon Machine Image (AMI) ID of the imported virtual machine.</p>",
3996
- "ImportImageTask$Progress": "<p>The percentage of progress of the ImportImage task.</p>",
3997
- "ImportImageTask$StatusMessage": "<p>A descriptive status message for the ImportImage task.</p>",
3998
- "ImportImageTask$Status": "<p>A brief status for the ImportImage task.</p>",
3999
- "ImportInstanceLaunchSpecification$AdditionalInfo": null,
4000
- "ImportInstanceLaunchSpecification$SubnetId": "<p>[EC2-VPC] The ID of the subnet to launch the instance into.</p>",
4001
- "ImportInstanceLaunchSpecification$PrivateIpAddress": "<p>[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.</p>",
4187
+ "ImportImageTask$Hypervisor": "<p>The target hypervisor for the import task.</p> <p>Valid values: <code>xen</code></p>",
4188
+ "ImportImageTask$Description": "<p>A description of the import task.</p>",
4189
+ "ImportImageTask$ImageId": "<p>The ID of the Amazon Machine Image (AMI) of the imported virtual machine.</p>",
4190
+ "ImportImageTask$Progress": "<p>The percentage of progress of the import image task.</p>",
4191
+ "ImportImageTask$StatusMessage": "<p>A descriptive status message for the import image task.</p>",
4192
+ "ImportImageTask$Status": "<p>A brief status for the import image task.</p>",
4193
+ "ImportInstanceLaunchSpecification$AdditionalInfo": "<p>Reserved.</p>",
4194
+ "ImportInstanceLaunchSpecification$SubnetId": "<p>[EC2-VPC] The ID of the subnet in which to launch the instance.</p>",
4195
+ "ImportInstanceLaunchSpecification$PrivateIpAddress": "<p>[EC2-VPC] An available IP address from the IP address range of the subnet.</p>",
4002
4196
  "ImportInstanceRequest$Description": "<p>A description for the instance being imported.</p>",
4003
- "ImportInstanceTaskDetails$InstanceId": null,
4004
- "ImportInstanceTaskDetails$Description": null,
4197
+ "ImportInstanceTaskDetails$InstanceId": "<p>The ID of the instance.</p>",
4198
+ "ImportInstanceTaskDetails$Description": "<p>A description of the task.</p>",
4005
4199
  "ImportInstanceVolumeDetailItem$AvailabilityZone": "<p>The Availability Zone where the resulting instance will reside.</p>",
4006
4200
  "ImportInstanceVolumeDetailItem$Status": "<p>The status of the import of this particular disk image.</p>",
4007
4201
  "ImportInstanceVolumeDetailItem$StatusMessage": "<p>The status information or errors related to the disk image.</p>",
4008
- "ImportInstanceVolumeDetailItem$Description": null,
4202
+ "ImportInstanceVolumeDetailItem$Description": "<p>A description of the task.</p>",
4009
4203
  "ImportKeyPairRequest$KeyName": "<p>A unique name for the key pair.</p>",
4010
4204
  "ImportKeyPairResult$KeyName": "<p>The key pair name you provided.</p>",
4011
4205
  "ImportKeyPairResult$KeyFingerprint": "<p>The MD5 public key fingerprint as specified in section 4 of RFC 4716.</p>",
4012
- "ImportSnapshotRequest$Description": "<p>The description string for the ImportSnapshot task.</p>",
4013
- "ImportSnapshotRequest$ClientToken": "<p>Token to enable idempotency for VM import requests (optional).</p>",
4014
- "ImportSnapshotRequest$RoleName": "<p>The name of the role to use when not using the default role name 'vmimport' (optional).</p>",
4015
- "ImportSnapshotResult$ImportTaskId": "<p>Task ID of the ImportSnapshot task.</p>",
4016
- "ImportSnapshotResult$Description": "<p>Description of the import snapshot task.</p>",
4017
- "ImportSnapshotTask$ImportTaskId": "<p>The task ID of the ImportSnapshot task.</p>",
4018
- "ImportSnapshotTask$Description": "<p>Description for the import snapshot task.</p>",
4206
+ "ImportSnapshotRequest$Description": "<p>The description string for the import snapshot task.</p>",
4207
+ "ImportSnapshotRequest$ClientToken": "<p>Token to enable idempotency for VM import requests.</p>",
4208
+ "ImportSnapshotRequest$RoleName": "<p>The name of the role to use when not using the default role, 'vmimport'.</p>",
4209
+ "ImportSnapshotResult$ImportTaskId": "<p>The ID of the import snapshot task.</p>",
4210
+ "ImportSnapshotResult$Description": "<p>A description of the import snapshot task.</p>",
4211
+ "ImportSnapshotTask$ImportTaskId": "<p>The ID of the import snapshot task.</p>",
4212
+ "ImportSnapshotTask$Description": "<p>A description of the import snapshot task.</p>",
4019
4213
  "ImportTaskIdList$member": null,
4020
- "ImportVolumeRequest$AvailabilityZone": "<p>The Availability Zone for the resulting Amazon EBS volume.</p>",
4021
- "ImportVolumeRequest$Description": "<p>An optional description for the volume being imported.</p>",
4214
+ "ImportVolumeRequest$AvailabilityZone": "<p>The Availability Zone for the resulting EBS volume.</p>",
4215
+ "ImportVolumeRequest$Description": "<p>A description of the volume.</p>",
4022
4216
  "ImportVolumeTaskDetails$AvailabilityZone": "<p>The Availability Zone where the resulting volume will reside.</p>",
4023
4217
  "ImportVolumeTaskDetails$Description": "<p>The description you provided when starting the import volume task.</p>",
4024
4218
  "Instance$InstanceId": "<p>The ID of the instance.</p>",
@@ -4066,7 +4260,7 @@
4066
4260
  "InstanceStateChange$InstanceId": "<p>The ID of the instance.</p>",
4067
4261
  "InstanceStatus$InstanceId": "<p>The ID of the instance.</p>",
4068
4262
  "InstanceStatus$AvailabilityZone": "<p>The Availability Zone of the instance.</p>",
4069
- "InstanceStatusEvent$Description": "<p>A description of the event.</p>",
4263
+ "InstanceStatusEvent$Description": "<p>A description of the event.</p> <p>After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].</p>",
4070
4264
  "InternetGateway$InternetGatewayId": "<p>The ID of the Internet gateway.</p>",
4071
4265
  "InternetGatewayAttachment$VpcId": "<p>The ID of the VPC.</p>",
4072
4266
  "IpPermission$IpProtocol": "<p>The protocol.</p> <p>When you call <a>DescribeSecurityGroups</a>, the protocol value returned is the number. Exception: For TCP, UDP, and ICMP, the value returned is the name (for example, <code>tcp</code>, <code>udp</code>, or <code>icmp</code>). For a list of protocol numbers, see <a href=\"http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml\">Protocol Numbers</a>. (VPC only) When you call <a>AuthorizeSecurityGroupIngress</a>, you can use <code>-1</code> to specify all.</p>",
@@ -4099,6 +4293,11 @@
4099
4293
  "ModifySubnetAttributeRequest$SubnetId": "<p>The ID of the subnet.</p>",
4100
4294
  "ModifyVolumeAttributeRequest$VolumeId": "<p>The ID of the volume.</p>",
4101
4295
  "ModifyVpcAttributeRequest$VpcId": "<p>The ID of the VPC.</p>",
4296
+ "ModifyVpcEndpointRequest$VpcEndpointId": "<p>The ID of the endpoint.</p>",
4297
+ "ModifyVpcEndpointRequest$PolicyDocument": "<p>A policy document to attach to the endpoint. The policy must be in valid JSON format. </p>",
4298
+ "MoveAddressToVpcRequest$PublicIp": "<p>The Elastic IP address.</p>",
4299
+ "MoveAddressToVpcResult$AllocationId": "<p>The allocation ID for the Elastic IP address.</p>",
4300
+ "MovingAddressStatus$PublicIp": "<p>The Elastic IP address.</p>",
4102
4301
  "NetworkAcl$NetworkAclId": "<p>The ID of the network ACL.</p>",
4103
4302
  "NetworkAcl$VpcId": "<p>The ID of the VPC for the network ACL.</p>",
4104
4303
  "NetworkAclAssociation$NetworkAclAssociationId": "<p>The ID of the association between a network ACL and a subnet.</p>",
@@ -4133,6 +4332,9 @@
4133
4332
  "Placement$GroupName": "<p>The name of the placement group the instance is in (for cluster compute instances).</p>",
4134
4333
  "PlacementGroup$GroupName": "<p>The name of the placement group.</p>",
4135
4334
  "PlacementGroupStringList$member": null,
4335
+ "PrefixList$PrefixListId": "<p>The ID of the prefix. </p>",
4336
+ "PrefixList$PrefixListName": "<p>The name of the prefix.</p>",
4337
+ "PrefixListId$PrefixListId": "<p>The ID of the prefix.</p>",
4136
4338
  "PrivateIpAddressSpecification$PrivateIpAddress": "<p>The private IP addresses.</p>",
4137
4339
  "PrivateIpAddressStringList$member": null,
4138
4340
  "ProductCode$ProductCodeId": "<p>The product code.</p>",
@@ -4205,6 +4407,8 @@
4205
4407
  "ResetSnapshotAttributeRequest$SnapshotId": "<p>The ID of the snapshot.</p>",
4206
4408
  "ResourceIdList$member": null,
4207
4409
  "RestorableByStringList$member": null,
4410
+ "RestoreAddressToClassicRequest$PublicIp": "<p>The Elastic IP address.</p>",
4411
+ "RestoreAddressToClassicResult$PublicIp": "<p>The Elastic IP address.</p>",
4208
4412
  "RevokeSecurityGroupEgressRequest$GroupId": "<p>The ID of the security group.</p>",
4209
4413
  "RevokeSecurityGroupEgressRequest$SourceSecurityGroupName": "<p>[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.</p>",
4210
4414
  "RevokeSecurityGroupEgressRequest$SourceSecurityGroupOwnerId": "<p>The ID of the destination security group. You can't specify a destination security group and a CIDR IP address range.</p>",
@@ -4217,6 +4421,7 @@
4217
4421
  "RevokeSecurityGroupIngressRequest$IpProtocol": "<p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>) or number (see <a href=\"http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml\">Protocol Numbers</a>). Use <code>-1</code> to specify all.</p>",
4218
4422
  "RevokeSecurityGroupIngressRequest$CidrIp": "<p>The CIDR IP address range. You can't specify this parameter when specifying a source security group.</p>",
4219
4423
  "Route$DestinationCidrBlock": "<p>The CIDR block used for the destination match.</p>",
4424
+ "Route$DestinationPrefixListId": "<p>The prefix of the AWS service.</p>",
4220
4425
  "Route$GatewayId": "<p>The ID of a gateway attached to your VPC.</p>",
4221
4426
  "Route$InstanceId": "<p>The ID of a NAT instance in your VPC.</p>",
4222
4427
  "Route$InstanceOwnerId": "<p>The AWS account ID of the owner of the instance.</p>",
@@ -4228,7 +4433,7 @@
4228
4433
  "RouteTableAssociation$RouteTableId": "<p>The ID of the route table.</p>",
4229
4434
  "RouteTableAssociation$SubnetId": "<p>The ID of the subnet.</p>",
4230
4435
  "RunInstancesRequest$ImageId": "<p>The ID of the AMI, which you can get by calling <a>DescribeImages</a>.</p>",
4231
- "RunInstancesRequest$KeyName": "<p>The name of the key pair. You can create a key pair using <a>CreateKeyPair</a> or <a>ImportKeyPair</a>.</p> <important> <p>If you launch an instance without specifying a key pair, you can't connect to the instance.</p> </important>",
4436
+ "RunInstancesRequest$KeyName": "<p>The name of the key pair. You can create a key pair using <a>CreateKeyPair</a> or <a>ImportKeyPair</a>.</p> <important> <p>If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.</p> </important>",
4232
4437
  "RunInstancesRequest$UserData": "<p>The Base64-encoded MIME user data for the instances.</p>",
4233
4438
  "RunInstancesRequest$KernelId": "<p>The ID of the kernel.</p> <important> <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html\"> PV-GRUB</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> </important>",
4234
4439
  "RunInstancesRequest$RamdiskId": "<p>The ID of the RAM disk.</p> <important> <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html\"> PV-GRUB</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> </important>",
@@ -4250,29 +4455,29 @@
4250
4455
  "Snapshot$SnapshotId": "<p>The ID of the snapshot.</p>",
4251
4456
  "Snapshot$VolumeId": "<p>The ID of the volume.</p>",
4252
4457
  "Snapshot$Progress": "<p>The progress of the snapshot, as a percentage.</p>",
4253
- "Snapshot$OwnerId": "<p>The AWS account ID of the Amazon EBS snapshot owner.</p>",
4458
+ "Snapshot$OwnerId": "<p>The AWS account ID of the EBS snapshot owner.</p>",
4254
4459
  "Snapshot$Description": "<p>The description for the snapshot.</p>",
4255
4460
  "Snapshot$OwnerAlias": "<p>The AWS account alias (for example, <code>amazon</code>, <code>self</code>) or AWS account ID that owns the snapshot.</p>",
4256
4461
  "Snapshot$KmsKeyId": "<p>The full ARN of the AWS Key Management Service (KMS) master key that was used to protect the volume encryption key for the parent volume.</p>",
4257
- "SnapshotDetail$Description": "<p>Description for the snapshot.</p>",
4462
+ "SnapshotDetail$Description": "<p>A description for the snapshot.</p>",
4258
4463
  "SnapshotDetail$Format": "<p>The format of the disk image from which the snapshot is created.</p>",
4259
4464
  "SnapshotDetail$Url": "<p>The URL used to access the disk image.</p>",
4260
- "SnapshotDetail$DeviceName": "<p>The Amazon EBS block device mapping for the snapshot.</p>",
4465
+ "SnapshotDetail$DeviceName": "<p>The block device mapping for the snapshot.</p>",
4261
4466
  "SnapshotDetail$SnapshotId": "<p>The snapshot ID of the disk being imported.</p>",
4262
4467
  "SnapshotDetail$Progress": "<p>The percentage of progress for the task.</p>",
4263
4468
  "SnapshotDetail$StatusMessage": "<p>A detailed status message for the snapshot creation.</p>",
4264
4469
  "SnapshotDetail$Status": "<p>A brief status of the snapshot creation.</p>",
4265
4470
  "SnapshotDiskContainer$Description": "<p>The description of the disk image being imported.</p>",
4266
- "SnapshotDiskContainer$Format": "<p>The format of the disk image being imported.</p>",
4471
+ "SnapshotDiskContainer$Format": "<p>The format of the disk image being imported.</p> <p>Valid values: <code>RAW</code> | <code>VHD</code> | <code>VMDK</code> | <code>OVA</code></p>",
4267
4472
  "SnapshotDiskContainer$Url": "<p>The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).</p>",
4268
4473
  "SnapshotIdStringList$member": null,
4269
4474
  "SnapshotTaskDetail$Description": "<p>The description of the snapshot.</p>",
4270
4475
  "SnapshotTaskDetail$Format": "<p>The format of the disk image from which the snapshot is created.</p>",
4271
4476
  "SnapshotTaskDetail$Url": "<p>The URL of the disk image from which the snapshot is created.</p>",
4272
4477
  "SnapshotTaskDetail$SnapshotId": "<p>The snapshot ID of the disk being imported.</p>",
4273
- "SnapshotTaskDetail$Progress": "<p>The percentage of completion for the ImportSnapshot task.</p>",
4274
- "SnapshotTaskDetail$StatusMessage": "<p>A detailed status message for the ImportSnapshot task.</p>",
4275
- "SnapshotTaskDetail$Status": "<p>A brief status for the ImportSnapshot task.</p>",
4478
+ "SnapshotTaskDetail$Progress": "<p>The percentage of completion for the import snapshot task.</p>",
4479
+ "SnapshotTaskDetail$StatusMessage": "<p>A detailed status message for the import snapshot task.</p>",
4480
+ "SnapshotTaskDetail$Status": "<p>A brief status for the import snapshot task.</p>",
4276
4481
  "SpotDatafeedSubscription$OwnerId": "<p>The AWS account ID of the account.</p>",
4277
4482
  "SpotDatafeedSubscription$Bucket": "<p>The Amazon S3 bucket where the Spot Instance data feed is located.</p>",
4278
4483
  "SpotDatafeedSubscription$Prefix": "<p>The prefix that is prepended to data feed files.</p>",
@@ -4305,11 +4510,14 @@
4305
4510
  "TagDescription$Key": "<p>The tag key.</p>",
4306
4511
  "TagDescription$Value": "<p>The tag value.</p>",
4307
4512
  "UnassignPrivateIpAddressesRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
4308
- "UserBucket$S3Bucket": "<p>The Amazon S3 bucket name where the disk image is located.</p>",
4309
- "UserBucket$S3Key": "<p>The Amazon S3 Key for the disk image.</p>",
4310
- "UserBucketDetails$S3Bucket": "<p>The Amazon S3 bucket from which the disk image was created.</p>",
4311
- "UserBucketDetails$S3Key": "<p>The Amazon S3 key from which the disk image was created.</p>",
4312
- "UserData$Data": null,
4513
+ "UnsuccessfulItem$ResourceId": "<p>The ID of the resource.</p>",
4514
+ "UnsuccessfulItemError$Code": "<p>The error code.</p>",
4515
+ "UnsuccessfulItemError$Message": "<p>The error message accompanying the error code.</p>",
4516
+ "UserBucket$S3Bucket": "<p>The name of the S3 bucket where the disk image is located.</p>",
4517
+ "UserBucket$S3Key": "<p>The key for the disk image.</p>",
4518
+ "UserBucketDetails$S3Bucket": "<p>The S3 bucket from which the disk image was created.</p>",
4519
+ "UserBucketDetails$S3Key": "<p>The key from which the disk image was created.</p>",
4520
+ "UserData$Data": "<p>The Base64-encoded MIME user data for the instance.</p>",
4313
4521
  "UserGroupStringList$member": null,
4314
4522
  "UserIdGroupPair$UserId": "<p>The ID of an AWS account. EC2-Classic only.</p>",
4315
4523
  "UserIdGroupPair$GroupName": "<p>The name of the security group. In a request, use this parameter for a security group in EC2-Classic or a default VPC only. For a security group in a nondefault VPC, use <code>GroupId</code>.</p>",
@@ -4342,6 +4550,10 @@
4342
4550
  "VpcAttachment$VpcId": "<p>The ID of the VPC.</p>",
4343
4551
  "VpcClassicLink$VpcId": "<p>The ID of the VPC.</p>",
4344
4552
  "VpcClassicLinkIdList$member": null,
4553
+ "VpcEndpoint$VpcEndpointId": "<p>The ID of the VPC endpoint.</p>",
4554
+ "VpcEndpoint$VpcId": "<p>The ID of the VPC to which the endpoint is associated.</p>",
4555
+ "VpcEndpoint$ServiceName": "<p>The name of the AWS service to which the endpoint is associated.</p>",
4556
+ "VpcEndpoint$PolicyDocument": "<p>The policy document associated with the endpoint.</p>",
4345
4557
  "VpcIdStringList$member": null,
4346
4558
  "VpcPeeringConnection$VpcPeeringConnectionId": "<p>The ID of the VPC peering connection.</p>",
4347
4559
  "VpcPeeringConnectionStateReason$Code": "<p>The status of the VPC peering connection.</p>",
@@ -4422,7 +4634,7 @@
4422
4634
  "base": null,
4423
4635
  "refs": {
4424
4636
  "ClassicLinkInstance$Tags": "<p>Any tags assigned to the instance.</p>",
4425
- "ConversionTask$Tags": null,
4637
+ "ConversionTask$Tags": "<p>Any tags assigned to the task.</p>",
4426
4638
  "CreateTagsRequest$Tags": "<p>One or more tags. The <code>value</code> 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. </p>",
4427
4639
  "CustomerGateway$Tags": "<p>Any tags assigned to the customer gateway.</p>",
4428
4640
  "DeleteTagsRequest$Tags": "<p>One or more tags to delete. If you omit the <code>value</code> 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.</p>",
@@ -4489,24 +4701,42 @@
4489
4701
  "refs": {
4490
4702
  }
4491
4703
  },
4704
+ "UnsuccessfulItem": {
4705
+ "base": "<p>Information about items that were not successfully processed in a batch call.</p>",
4706
+ "refs": {
4707
+ "UnsuccessfulItemSet$member": null
4708
+ }
4709
+ },
4710
+ "UnsuccessfulItemError": {
4711
+ "base": "<p>Information about the error that occured. For more information about errors, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html\">Error Codes</a>.</p>",
4712
+ "refs": {
4713
+ "UnsuccessfulItem$Error": "<p>Information about the error.</p>"
4714
+ }
4715
+ },
4716
+ "UnsuccessfulItemSet": {
4717
+ "base": null,
4718
+ "refs": {
4719
+ "DeleteVpcEndpointsResult$Unsuccessful": "<p>Information about the endpoints that were not successfully deleted.</p>"
4720
+ }
4721
+ },
4492
4722
  "UserBucket": {
4493
- "base": "<p>User's Amazon S3 bucket details used to access the image.</p>",
4723
+ "base": "<p>Describes the S3 bucket for the disk image.</p>",
4494
4724
  "refs": {
4495
- "ImageDiskContainer$UserBucket": null,
4725
+ "ImageDiskContainer$UserBucket": "<p>The S3 bucket for the disk image.</p>",
4496
4726
  "SnapshotDiskContainer$UserBucket": null
4497
4727
  }
4498
4728
  },
4499
4729
  "UserBucketDetails": {
4500
- "base": "<p>User's Amazon S3 bucket details used to access the image.</p>",
4730
+ "base": "<p>Describes the S3 bucket for the disk image.</p>",
4501
4731
  "refs": {
4502
4732
  "SnapshotDetail$UserBucket": null,
4503
- "SnapshotTaskDetail$UserBucket": null
4733
+ "SnapshotTaskDetail$UserBucket": "<p>The S3 bucket for the disk image.</p>"
4504
4734
  }
4505
4735
  },
4506
4736
  "UserData": {
4507
- "base": null,
4737
+ "base": "<p>Describes the user data to be made available to an instance.</p>",
4508
4738
  "refs": {
4509
- "ImportInstanceLaunchSpecification$UserData": "<p>User data to be made available to the instance.</p>"
4739
+ "ImportInstanceLaunchSpecification$UserData": "<p>The Base64-encoded MIME user data to be made available to the instance.</p>"
4510
4740
  }
4511
4741
  },
4512
4742
  "UserGroupStringList": {
@@ -4537,11 +4767,21 @@
4537
4767
  "ValueStringList": {
4538
4768
  "base": null,
4539
4769
  "refs": {
4770
+ "CreateVpcEndpointRequest$RouteTableIds": "<p>One or more route table IDs.</p>",
4771
+ "DeleteVpcEndpointsRequest$VpcEndpointIds": "<p>One or more endpoint IDs.</p>",
4540
4772
  "DescribeInternetGatewaysRequest$InternetGatewayIds": "<p>One or more Internet gateway IDs.</p> <p>Default: Describes all your Internet gateways.</p>",
4773
+ "DescribeMovingAddressesRequest$PublicIps": "<p>One or more Elastic IP addresses.</p>",
4541
4774
  "DescribeNetworkAclsRequest$NetworkAclIds": "<p>One or more network ACL IDs.</p> <p>Default: Describes all your network ACLs.</p>",
4775
+ "DescribePrefixListsRequest$PrefixListIds": "<p>One or more prefix list IDs.</p>",
4542
4776
  "DescribeRouteTablesRequest$RouteTableIds": "<p>One or more route table IDs.</p> <p>Default: Describes all your route tables.</p>",
4777
+ "DescribeVpcEndpointServicesResult$ServiceNames": "<p>A list of supported AWS services.</p>",
4778
+ "DescribeVpcEndpointsRequest$VpcEndpointIds": "<p>One or more endpoint IDs.</p>",
4543
4779
  "DescribeVpcPeeringConnectionsRequest$VpcPeeringConnectionIds": "<p>One or more VPC peering connection IDs.</p> <p>Default: Describes all your VPC peering connections.</p>",
4544
4780
  "Filter$Values": "<p>One or more filter values. Filter values are case-sensitive.</p>",
4781
+ "ModifyVpcEndpointRequest$AddRouteTableIds": "<p>One or more route tables IDs to associate with the endpoint.</p>",
4782
+ "ModifyVpcEndpointRequest$RemoveRouteTableIds": "<p>One or more route table IDs to disassociate from the endpoint.</p>",
4783
+ "PrefixList$Cidrs": "<p>The IP address range of the AWS service.</p>",
4784
+ "VpcEndpoint$RouteTableIds": "<p>One or more route tables associated with the endpoint.</p>",
4545
4785
  "NewDhcpConfiguration$Values": null,
4546
4786
  "RequestSpotLaunchSpecification$SecurityGroups": null,
4547
4787
  "RequestSpotLaunchSpecification$SecurityGroupIds": null
@@ -4581,7 +4821,7 @@
4581
4821
  "VolumeAttachmentList": {
4582
4822
  "base": null,
4583
4823
  "refs": {
4584
- "Volume$Attachments": null
4824
+ "Volume$Attachments": "<p>Information about the volume attachments.</p>"
4585
4825
  }
4586
4826
  },
4587
4827
  "VolumeAttachmentState": {
@@ -4597,10 +4837,10 @@
4597
4837
  }
4598
4838
  },
4599
4839
  "VolumeDetail": {
4600
- "base": "<p>Describes an Amazon EBS volume.</p>",
4840
+ "base": "<p>Describes an EBS volume.</p>",
4601
4841
  "refs": {
4602
- "DiskImage$Volume": null,
4603
- "ImportVolumeRequest$Volume": null
4842
+ "DiskImage$Volume": "<p>Information about the volume.</p>",
4843
+ "ImportVolumeRequest$Volume": "<p>The volume size.</p>"
4604
4844
  }
4605
4845
  },
4606
4846
  "VolumeIdStringList": {
@@ -4613,7 +4853,7 @@
4613
4853
  "VolumeList": {
4614
4854
  "base": null,
4615
4855
  "refs": {
4616
- "DescribeVolumesResult$Volumes": null
4856
+ "DescribeVolumesResult$Volumes": "<p>Information about the volumes.</p>"
4617
4857
  }
4618
4858
  },
4619
4859
  "VolumeState": {
@@ -4740,6 +4980,19 @@
4740
4980
  "DescribeVpcClassicLinkResult$Vpcs": "<p>The ClassicLink status of one or more VPCs.</p>"
4741
4981
  }
4742
4982
  },
4983
+ "VpcEndpoint": {
4984
+ "base": "<p>Describes a VPC endpoint.</p>",
4985
+ "refs": {
4986
+ "CreateVpcEndpointResult$VpcEndpoint": "<p>Information about the endpoint.</p>",
4987
+ "VpcEndpointSet$member": null
4988
+ }
4989
+ },
4990
+ "VpcEndpointSet": {
4991
+ "base": null,
4992
+ "refs": {
4993
+ "DescribeVpcEndpointsResult$VpcEndpoints": "<p>Information about the endpoints.</p>"
4994
+ }
4995
+ },
4743
4996
  "VpcIdStringList": {
4744
4997
  "base": null,
4745
4998
  "refs": {