1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2016-09-15",
5    "endpointPrefix":"ec2",
6    "protocol":"ec2",
7    "serviceAbbreviation":"Amazon EC2",
8    "serviceFullName":"Amazon Elastic Compute Cloud",
9    "serviceId":"EC2",
10    "signatureVersion":"v4",
11    "xmlNamespace":"http://ec2.amazonaws.com/doc/2016-09-15"
12  },
13  "operations":{
14    "AcceptReservedInstancesExchangeQuote":{
15      "name":"AcceptReservedInstancesExchangeQuote",
16      "http":{
17        "method":"POST",
18        "requestUri":"/"
19      },
20      "input":{"shape":"AcceptReservedInstancesExchangeQuoteRequest"},
21      "output":{"shape":"AcceptReservedInstancesExchangeQuoteResult"},
22      "documentation":"<p>Purchases Convertible Reserved Instance offerings described in the <a>GetReservedInstancesExchangeQuote</a> call.</p>"
23    },
24    "AcceptVpcPeeringConnection":{
25      "name":"AcceptVpcPeeringConnection",
26      "http":{
27        "method":"POST",
28        "requestUri":"/"
29      },
30      "input":{"shape":"AcceptVpcPeeringConnectionRequest"},
31      "output":{"shape":"AcceptVpcPeeringConnectionResult"},
32      "documentation":"<p>Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the <code>pending-acceptance</code> state, and you must be the owner of the peer VPC. Use the <code>DescribeVpcPeeringConnections</code> request to view your outstanding VPC peering connection requests.</p>"
33    },
34    "AllocateAddress":{
35      "name":"AllocateAddress",
36      "http":{
37        "method":"POST",
38        "requestUri":"/"
39      },
40      "input":{"shape":"AllocateAddressRequest"},
41      "output":{"shape":"AllocateAddressResult"},
42      "documentation":"<p>Acquires an Elastic IP address.</p> <p>An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
43    },
44    "AllocateHosts":{
45      "name":"AllocateHosts",
46      "http":{
47        "method":"POST",
48        "requestUri":"/"
49      },
50      "input":{"shape":"AllocateHostsRequest"},
51      "output":{"shape":"AllocateHostsResult"},
52      "documentation":"<p>Allocates a Dedicated Host to your account. At minimum you need to specify the instance size type, Availability Zone, and quantity of hosts you want to allocate.</p>"
53    },
54    "AssignPrivateIpAddresses":{
55      "name":"AssignPrivateIpAddresses",
56      "http":{
57        "method":"POST",
58        "requestUri":"/"
59      },
60      "input":{"shape":"AssignPrivateIpAddressesRequest"},
61      "documentation":"<p>Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see <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 Elastic IP addresses, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>AssignPrivateIpAddresses is available only in EC2-VPC.</p>"
62    },
63    "AssociateAddress":{
64      "name":"AssociateAddress",
65      "http":{
66        "method":"POST",
67        "requestUri":"/"
68      },
69      "input":{"shape":"AssociateAddressRequest"},
70      "output":{"shape":"AssociateAddressResult"},
71      "documentation":"<p>Associates an Elastic IP address with an instance or a network interface.</p> <p>An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>[EC2-Classic, VPC in an EC2-VPC-only account] If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance.</p> <p>[VPC in an EC2-Classic account] If you don't specify a private IP address, the Elastic IP address is associated with the primary IP address. If the Elastic IP address is already associated with a different instance or a network interface, you get an error unless you allow reassociation.</p> <important> <p>This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the <i>Elastic IP Addresses</i> section of <a href=\"http://aws.amazon.com/ec2/pricing/\">Amazon EC2 Pricing</a>.</p> </important>"
72    },
73    "AssociateDhcpOptions":{
74      "name":"AssociateDhcpOptions",
75      "http":{
76        "method":"POST",
77        "requestUri":"/"
78      },
79      "input":{"shape":"AssociateDhcpOptionsRequest"},
80      "documentation":"<p>Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.</p> <p>After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.</p> <p>For more information, 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>"
81    },
82    "AssociateRouteTable":{
83      "name":"AssociateRouteTable",
84      "http":{
85        "method":"POST",
86        "requestUri":"/"
87      },
88      "input":{"shape":"AssociateRouteTableRequest"},
89      "output":{"shape":"AssociateRouteTableResult"},
90      "documentation":"<p>Associates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table from the subnet later. A route table can be associated with multiple subnets.</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>"
91    },
92    "AttachClassicLinkVpc":{
93      "name":"AttachClassicLinkVpc",
94      "http":{
95        "method":"POST",
96        "requestUri":"/"
97      },
98      "input":{"shape":"AttachClassicLinkVpcRequest"},
99      "output":{"shape":"AttachClassicLinkVpcResult"},
100      "documentation":"<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>"
101    },
102    "AttachInternetGateway":{
103      "name":"AttachInternetGateway",
104      "http":{
105        "method":"POST",
106        "requestUri":"/"
107      },
108      "input":{"shape":"AttachInternetGatewayRequest"},
109      "documentation":"<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>"
110    },
111    "AttachNetworkInterface":{
112      "name":"AttachNetworkInterface",
113      "http":{
114        "method":"POST",
115        "requestUri":"/"
116      },
117      "input":{"shape":"AttachNetworkInterfaceRequest"},
118      "output":{"shape":"AttachNetworkInterfaceResult"},
119      "documentation":"<p>Attaches a network interface to an instance.</p>"
120    },
121    "AttachVolume":{
122      "name":"AttachVolume",
123      "http":{
124        "method":"POST",
125        "requestUri":"/"
126      },
127      "input":{"shape":"AttachVolumeRequest"},
128      "output":{"shape":"VolumeAttachment"},
129      "documentation":"<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> <p>The volume can be attached only to a stopped instance.</p> </li> <li> <p>AWS Marketplace product codes are copied from the volume to the instance.</p> </li> <li> <p>You must be subscribed to the product.</p> </li> <li> <p>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.</p> </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>"
130    },
131    "AttachVpnGateway":{
132      "name":"AttachVpnGateway",
133      "http":{
134        "method":"POST",
135        "requestUri":"/"
136      },
137      "input":{"shape":"AttachVpnGatewayRequest"},
138      "output":{"shape":"AttachVpnGatewayResult"},
139      "documentation":"<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>"
140    },
141    "AuthorizeSecurityGroupEgress":{
142      "name":"AuthorizeSecurityGroupEgress",
143      "http":{
144        "method":"POST",
145        "requestUri":"/"
146      },
147      "input":{"shape":"AuthorizeSecurityGroupEgressRequest"},
148      "documentation":"<p>[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC. Specifically, this action permits instances to send traffic to one or more destination CIDR IP address ranges, or to one or more destination security groups for the same VPC. This action doesn't apply to security groups for use in EC2-Classic. For more information, see <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>You can have up to 50 rules per security group (covering both ingress and egress rules).</p> </important> <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>"
149    },
150    "AuthorizeSecurityGroupIngress":{
151      "name":"AuthorizeSecurityGroupIngress",
152      "http":{
153        "method":"POST",
154        "requestUri":"/"
155      },
156      "input":{"shape":"AuthorizeSecurityGroupIngressRequest"},
157      "documentation":"<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>"
158    },
159    "BundleInstance":{
160      "name":"BundleInstance",
161      "http":{
162        "method":"POST",
163        "requestUri":"/"
164      },
165      "input":{"shape":"BundleInstanceRequest"},
166      "output":{"shape":"BundleInstanceResult"},
167      "documentation":"<p>Bundles an Amazon instance store-backed Windows instance.</p> <p>During bundling, only the root device volume (C:\\) is bundled. Data on other instance store volumes is not preserved.</p> <note> <p>This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.</p> </note> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/Creating_InstanceStoreBacked_WinAMI.html\">Creating an Instance Store-Backed Windows AMI</a>.</p>"
168    },
169    "CancelBundleTask":{
170      "name":"CancelBundleTask",
171      "http":{
172        "method":"POST",
173        "requestUri":"/"
174      },
175      "input":{"shape":"CancelBundleTaskRequest"},
176      "output":{"shape":"CancelBundleTaskResult"},
177      "documentation":"<p>Cancels a bundling operation for an instance store-backed Windows instance.</p>"
178    },
179    "CancelConversionTask":{
180      "name":"CancelConversionTask",
181      "http":{
182        "method":"POST",
183        "requestUri":"/"
184      },
185      "input":{"shape":"CancelConversionRequest"},
186      "documentation":"<p>Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ec2-cli-vmimport-export.html\">Importing a Virtual Machine Using the Amazon EC2 CLI</a>.</p>"
187    },
188    "CancelExportTask":{
189      "name":"CancelExportTask",
190      "http":{
191        "method":"POST",
192        "requestUri":"/"
193      },
194      "input":{"shape":"CancelExportTaskRequest"},
195      "documentation":"<p>Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.</p>"
196    },
197    "CancelImportTask":{
198      "name":"CancelImportTask",
199      "http":{
200        "method":"POST",
201        "requestUri":"/"
202      },
203      "input":{"shape":"CancelImportTaskRequest"},
204      "output":{"shape":"CancelImportTaskResult"},
205      "documentation":"<p>Cancels an in-process import virtual machine or import snapshot task.</p>"
206    },
207    "CancelReservedInstancesListing":{
208      "name":"CancelReservedInstancesListing",
209      "http":{
210        "method":"POST",
211        "requestUri":"/"
212      },
213      "input":{"shape":"CancelReservedInstancesListingRequest"},
214      "output":{"shape":"CancelReservedInstancesListingResult"},
215      "documentation":"<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>"
216    },
217    "CancelSpotFleetRequests":{
218      "name":"CancelSpotFleetRequests",
219      "http":{
220        "method":"POST",
221        "requestUri":"/"
222      },
223      "input":{"shape":"CancelSpotFleetRequestsRequest"},
224      "output":{"shape":"CancelSpotFleetRequestsResponse"},
225      "documentation":"<p>Cancels the specified Spot fleet requests.</p> <p>After you cancel a Spot fleet request, the Spot fleet launches no new Spot instances. You must specify whether the Spot fleet should also terminate its Spot instances. If you terminate the instances, the Spot fleet request enters the <code>cancelled_terminating</code> state. Otherwise, the Spot fleet request enters the <code>cancelled_running</code> state and the instances continue to run until they are interrupted or you terminate them manually.</p>"
226    },
227    "CancelSpotInstanceRequests":{
228      "name":"CancelSpotInstanceRequests",
229      "http":{
230        "method":"POST",
231        "requestUri":"/"
232      },
233      "input":{"shape":"CancelSpotInstanceRequestsRequest"},
234      "output":{"shape":"CancelSpotInstanceRequestsResult"},
235      "documentation":"<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>"
236    },
237    "ConfirmProductInstance":{
238      "name":"ConfirmProductInstance",
239      "http":{
240        "method":"POST",
241        "requestUri":"/"
242      },
243      "input":{"shape":"ConfirmProductInstanceRequest"},
244      "output":{"shape":"ConfirmProductInstanceResult"},
245      "documentation":"<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>"
246    },
247    "CopyImage":{
248      "name":"CopyImage",
249      "http":{
250        "method":"POST",
251        "requestUri":"/"
252      },
253      "input":{"shape":"CopyImageRequest"},
254      "output":{"shape":"CopyImageResult"},
255      "documentation":"<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.</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>"
256    },
257    "CopySnapshot":{
258      "name":"CopySnapshot",
259      "http":{
260        "method":"POST",
261        "requestUri":"/"
262      },
263      "input":{"shape":"CopySnapshotRequest"},
264      "output":{"shape":"CopySnapshotResult"},
265      "documentation":"<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, unless the <code>Encrypted</code> flag is specified during the snapshot copy operation. By default, encrypted snapshot copies use the default AWS Key Management Service (AWS KMS) customer master key (CMK); however, you can specify a non-default CMK with the <code>KmsKeyId</code> parameter. </p> <note> <p>To copy an encrypted snapshot that has been shared from another account, you must have permissions for the CMK used to encrypt the snapshot.</p> </note> <note> <p>Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.</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>"
266    },
267    "CreateCustomerGateway":{
268      "name":"CreateCustomerGateway",
269      "http":{
270        "method":"POST",
271        "requestUri":"/"
272      },
273      "input":{"shape":"CreateCustomerGatewayRequest"},
274      "output":{"shape":"CreateCustomerGatewayResult"},
275      "documentation":"<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 may 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>"
276    },
277    "CreateDhcpOptions":{
278      "name":"CreateDhcpOptions",
279      "http":{
280        "method":"POST",
281        "requestUri":"/"
282      },
283      "input":{"shape":"CreateDhcpOptionsRequest"},
284      "output":{"shape":"CreateDhcpOptionsResult"},
285      "documentation":"<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> <p> <code>domain-name-servers</code> - The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the IP addresses in a single parameter, separated by commas. If you want your instance to receive a custom DNS hostname as specified in <code>domain-name</code>, you must set <code>domain-name-servers</code> to a custom DNS server.</p> </li> <li> <p> <code>domain-name</code> - If you're using AmazonProvidedDNS in \"us-east-1\", specify \"ec2.internal\". If you're using AmazonProvidedDNS in another region, specify \"region.compute.internal\" (for example, \"ap-northeast-1.compute.internal\"). Otherwise, specify a domain name (for example, \"MyCompany.com\"). This value is used to complete unqualified DNS hostnames. <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.</p> </li> <li> <p> <code>ntp-servers</code> - The IP addresses of up to four Network Time Protocol (NTP) servers.</p> </li> <li> <p> <code>netbios-name-servers</code> - The IP addresses of up to four NetBIOS name servers.</p> </li> <li> <p> <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>.</p> </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>"
286    },
287    "CreateFlowLogs":{
288      "name":"CreateFlowLogs",
289      "http":{
290        "method":"POST",
291        "requestUri":"/"
292      },
293      "input":{"shape":"CreateFlowLogsRequest"},
294      "output":{"shape":"CreateFlowLogsResult"},
295      "documentation":"<p>Creates one or more flow logs to capture IP traffic for a specific network interface, subnet, or VPC. Flow logs are delivered to a specified log group in Amazon CloudWatch Logs. If you specify a VPC or subnet in the request, a log stream is created in CloudWatch Logs for each network interface in the subnet or VPC. Log streams can include information about accepted and rejected traffic to a network interface. You can view the data in your log streams using Amazon CloudWatch Logs.</p> <p>In your request, you must also specify an IAM role that has permission to publish logs to CloudWatch Logs.</p>"
296    },
297    "CreateImage":{
298      "name":"CreateImage",
299      "http":{
300        "method":"POST",
301        "requestUri":"/"
302      },
303      "input":{"shape":"CreateImageRequest"},
304      "output":{"shape":"CreateImageResult"},
305      "documentation":"<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>"
306    },
307    "CreateInstanceExportTask":{
308      "name":"CreateInstanceExportTask",
309      "http":{
310        "method":"POST",
311        "requestUri":"/"
312      },
313      "input":{"shape":"CreateInstanceExportTaskRequest"},
314      "output":{"shape":"CreateInstanceExportTaskResult"},
315      "documentation":"<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/vm-import/latest/userguide/vmexport.html\">Exporting an Instance as a VM Using VM Import/Export</a> in the <i>VM Import/Export User Guide</i>.</p>"
316    },
317    "CreateInternetGateway":{
318      "name":"CreateInternetGateway",
319      "http":{
320        "method":"POST",
321        "requestUri":"/"
322      },
323      "input":{"shape":"CreateInternetGatewayRequest"},
324      "output":{"shape":"CreateInternetGatewayResult"},
325      "documentation":"<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>"
326    },
327    "CreateKeyPair":{
328      "name":"CreateKeyPair",
329      "http":{
330        "method":"POST",
331        "requestUri":"/"
332      },
333      "input":{"shape":"CreateKeyPairRequest"},
334      "output":{"shape":"KeyPair"},
335      "documentation":"<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>"
336    },
337    "CreateNatGateway":{
338      "name":"CreateNatGateway",
339      "http":{
340        "method":"POST",
341        "requestUri":"/"
342      },
343      "input":{"shape":"CreateNatGatewayRequest"},
344      "output":{"shape":"CreateNatGatewayResult"},
345      "documentation":"<p>Creates a NAT gateway in the specified subnet. A NAT gateway can be used to enable instances in a private subnet to connect to the Internet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html\">NAT Gateways</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>"
346    },
347    "CreateNetworkAcl":{
348      "name":"CreateNetworkAcl",
349      "http":{
350        "method":"POST",
351        "requestUri":"/"
352      },
353      "input":{"shape":"CreateNetworkAclRequest"},
354      "output":{"shape":"CreateNetworkAclResult"},
355      "documentation":"<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>"
356    },
357    "CreateNetworkAclEntry":{
358      "name":"CreateNetworkAclEntry",
359      "http":{
360        "method":"POST",
361        "requestUri":"/"
362      },
363      "input":{"shape":"CreateNetworkAclEntryRequest"},
364      "documentation":"<p>Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules.</p> <p>We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.</p> <p>After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one.</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>"
365    },
366    "CreateNetworkInterface":{
367      "name":"CreateNetworkInterface",
368      "http":{
369        "method":"POST",
370        "requestUri":"/"
371      },
372      "input":{"shape":"CreateNetworkInterfaceRequest"},
373      "output":{"shape":"CreateNetworkInterfaceResult"},
374      "documentation":"<p>Creates a network interface in the specified subnet.</p> <p>For more information about network interfaces, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html\">Elastic Network Interfaces</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
375    },
376    "CreatePlacementGroup":{
377      "name":"CreatePlacementGroup",
378      "http":{
379        "method":"POST",
380        "requestUri":"/"
381      },
382      "input":{"shape":"CreatePlacementGroupRequest"},
383      "documentation":"<p>Creates a placement group that you launch cluster instances into. You must give the group a name that's unique within the scope of your account.</p> <p>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>"
384    },
385    "CreateReservedInstancesListing":{
386      "name":"CreateReservedInstancesListing",
387      "http":{
388        "method":"POST",
389        "requestUri":"/"
390      },
391      "input":{"shape":"CreateReservedInstancesListingRequest"},
392      "output":{"shape":"CreateReservedInstancesListingResult"},
393      "documentation":"<p>Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the <a>DescribeReservedInstances</a> operation.</p> <p>The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.</p> <p>To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the <a>DescribeReservedInstancesListings</a> operation.</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>"
394    },
395    "CreateRoute":{
396      "name":"CreateRoute",
397      "http":{
398        "method":"POST",
399        "requestUri":"/"
400      },
401      "input":{"shape":"CreateRouteRequest"},
402      "output":{"shape":"CreateRouteResult"},
403      "documentation":"<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, NAT gateway, 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>"
404    },
405    "CreateRouteTable":{
406      "name":"CreateRouteTable",
407      "http":{
408        "method":"POST",
409        "requestUri":"/"
410      },
411      "input":{"shape":"CreateRouteTableRequest"},
412      "output":{"shape":"CreateRouteTableResult"},
413      "documentation":"<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>"
414    },
415    "CreateSecurityGroup":{
416      "name":"CreateSecurityGroup",
417      "http":{
418        "method":"POST",
419        "requestUri":"/"
420      },
421      "input":{"shape":"CreateSecurityGroupRequest"},
422      "output":{"shape":"CreateSecurityGroupResult"},
423      "documentation":"<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 500 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>"
424    },
425    "CreateSnapshot":{
426      "name":"CreateSnapshot",
427      "http":{
428        "method":"POST",
429        "requestUri":"/"
430      },
431      "input":{"shape":"CreateSnapshotRequest"},
432      "output":{"shape":"Snapshot"},
433      "documentation":"<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>"
434    },
435    "CreateSpotDatafeedSubscription":{
436      "name":"CreateSpotDatafeedSubscription",
437      "http":{
438        "method":"POST",
439        "requestUri":"/"
440      },
441      "input":{"shape":"CreateSpotDatafeedSubscriptionRequest"},
442      "output":{"shape":"CreateSpotDatafeedSubscriptionResult"},
443      "documentation":"<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>"
444    },
445    "CreateSubnet":{
446      "name":"CreateSubnet",
447      "http":{
448        "method":"POST",
449        "requestUri":"/"
450      },
451      "input":{"shape":"CreateSubnetRequest"},
452      "output":{"shape":"CreateSubnetResult"},
453      "documentation":"<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>"
454    },
455    "CreateTags":{
456      "name":"CreateTags",
457      "http":{
458        "method":"POST",
459        "requestUri":"/"
460      },
461      "input":{"shape":"CreateTagsRequest"},
462      "documentation":"<p>Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource.</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>. For more information about creating IAM policies that control users' access to resources based on tags, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-iam-actions-resources.html\">Supported Resource-Level Permissions for Amazon EC2 API Actions</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
463    },
464    "CreateVolume":{
465      "name":"CreateVolume",
466      "http":{
467        "method":"POST",
468        "requestUri":"/"
469      },
470      "input":{"shape":"CreateVolumeRequest"},
471      "output":{"shape":"Volume"},
472      "documentation":"<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>"
473    },
474    "CreateVpc":{
475      "name":"CreateVpc",
476      "http":{
477        "method":"POST",
478        "requestUri":"/"
479      },
480      "input":{"shape":"CreateVpcRequest"},
481      "output":{"shape":"CreateVpcResult"},
482      "documentation":"<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> <p>You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/dedicated-instance.html.html\">Dedicated Instances</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>"
483    },
484    "CreateVpcEndpoint":{
485      "name":"CreateVpcEndpoint",
486      "http":{
487        "method":"POST",
488        "requestUri":"/"
489      },
490      "input":{"shape":"CreateVpcEndpointRequest"},
491      "output":{"shape":"CreateVpcEndpointResult"},
492      "documentation":"<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>"
493    },
494    "CreateVpcPeeringConnection":{
495      "name":"CreateVpcPeeringConnection",
496      "http":{
497        "method":"POST",
498        "requestUri":"/"
499      },
500      "input":{"shape":"CreateVpcPeeringConnectionRequest"},
501      "output":{"shape":"CreateVpcPeeringConnectionResult"},
502      "documentation":"<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>"
503    },
504    "CreateVpnConnection":{
505      "name":"CreateVpnConnection",
506      "http":{
507        "method":"POST",
508        "requestUri":"/"
509      },
510      "input":{"shape":"CreateVpnConnectionRequest"},
511      "output":{"shape":"CreateVpnConnectionResult"},
512      "documentation":"<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>This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.</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>"
513    },
514    "CreateVpnConnectionRoute":{
515      "name":"CreateVpnConnectionRoute",
516      "http":{
517        "method":"POST",
518        "requestUri":"/"
519      },
520      "input":{"shape":"CreateVpnConnectionRouteRequest"},
521      "documentation":"<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>"
522    },
523    "CreateVpnGateway":{
524      "name":"CreateVpnGateway",
525      "http":{
526        "method":"POST",
527        "requestUri":"/"
528      },
529      "input":{"shape":"CreateVpnGatewayRequest"},
530      "output":{"shape":"CreateVpnGatewayResult"},
531      "documentation":"<p>Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself.</p> <p>For more information about virtual private 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>"
532    },
533    "DeleteCustomerGateway":{
534      "name":"DeleteCustomerGateway",
535      "http":{
536        "method":"POST",
537        "requestUri":"/"
538      },
539      "input":{"shape":"DeleteCustomerGatewayRequest"},
540      "documentation":"<p>Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.</p>"
541    },
542    "DeleteDhcpOptions":{
543      "name":"DeleteDhcpOptions",
544      "http":{
545        "method":"POST",
546        "requestUri":"/"
547      },
548      "input":{"shape":"DeleteDhcpOptionsRequest"},
549      "documentation":"<p>Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.</p>"
550    },
551    "DeleteFlowLogs":{
552      "name":"DeleteFlowLogs",
553      "http":{
554        "method":"POST",
555        "requestUri":"/"
556      },
557      "input":{"shape":"DeleteFlowLogsRequest"},
558      "output":{"shape":"DeleteFlowLogsResult"},
559      "documentation":"<p>Deletes one or more flow logs.</p>"
560    },
561    "DeleteInternetGateway":{
562      "name":"DeleteInternetGateway",
563      "http":{
564        "method":"POST",
565        "requestUri":"/"
566      },
567      "input":{"shape":"DeleteInternetGatewayRequest"},
568      "documentation":"<p>Deletes the specified Internet gateway. You must detach the Internet gateway from the VPC before you can delete it.</p>"
569    },
570    "DeleteKeyPair":{
571      "name":"DeleteKeyPair",
572      "http":{
573        "method":"POST",
574        "requestUri":"/"
575      },
576      "input":{"shape":"DeleteKeyPairRequest"},
577      "documentation":"<p>Deletes the specified key pair, by removing the public key from Amazon EC2.</p>"
578    },
579    "DeleteNatGateway":{
580      "name":"DeleteNatGateway",
581      "http":{
582        "method":"POST",
583        "requestUri":"/"
584      },
585      "input":{"shape":"DeleteNatGatewayRequest"},
586      "output":{"shape":"DeleteNatGatewayResult"},
587      "documentation":"<p>Deletes the specified NAT gateway. Deleting a NAT gateway disassociates its Elastic IP address, but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway routes in your route tables.</p>"
588    },
589    "DeleteNetworkAcl":{
590      "name":"DeleteNetworkAcl",
591      "http":{
592        "method":"POST",
593        "requestUri":"/"
594      },
595      "input":{"shape":"DeleteNetworkAclRequest"},
596      "documentation":"<p>Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL.</p>"
597    },
598    "DeleteNetworkAclEntry":{
599      "name":"DeleteNetworkAclEntry",
600      "http":{
601        "method":"POST",
602        "requestUri":"/"
603      },
604      "input":{"shape":"DeleteNetworkAclEntryRequest"},
605      "documentation":"<p>Deletes the specified ingress or egress entry (rule) from the specified network ACL.</p>"
606    },
607    "DeleteNetworkInterface":{
608      "name":"DeleteNetworkInterface",
609      "http":{
610        "method":"POST",
611        "requestUri":"/"
612      },
613      "input":{"shape":"DeleteNetworkInterfaceRequest"},
614      "documentation":"<p>Deletes the specified network interface. You must detach the network interface before you can delete it.</p>"
615    },
616    "DeletePlacementGroup":{
617      "name":"DeletePlacementGroup",
618      "http":{
619        "method":"POST",
620        "requestUri":"/"
621      },
622      "input":{"shape":"DeletePlacementGroupRequest"},
623      "documentation":"<p>Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information about placement groups and cluster instances, see <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>"
624    },
625    "DeleteRoute":{
626      "name":"DeleteRoute",
627      "http":{
628        "method":"POST",
629        "requestUri":"/"
630      },
631      "input":{"shape":"DeleteRouteRequest"},
632      "documentation":"<p>Deletes the specified route from the specified route table.</p>"
633    },
634    "DeleteRouteTable":{
635      "name":"DeleteRouteTable",
636      "http":{
637        "method":"POST",
638        "requestUri":"/"
639      },
640      "input":{"shape":"DeleteRouteTableRequest"},
641      "documentation":"<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>"
642    },
643    "DeleteSecurityGroup":{
644      "name":"DeleteSecurityGroup",
645      "http":{
646        "method":"POST",
647        "requestUri":"/"
648      },
649      "input":{"shape":"DeleteSecurityGroupRequest"},
650      "documentation":"<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>"
651    },
652    "DeleteSnapshot":{
653      "name":"DeleteSnapshot",
654      "http":{
655        "method":"POST",
656        "requestUri":"/"
657      },
658      "input":{"shape":"DeleteSnapshotRequest"},
659      "documentation":"<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>"
660    },
661    "DeleteSpotDatafeedSubscription":{
662      "name":"DeleteSpotDatafeedSubscription",
663      "http":{
664        "method":"POST",
665        "requestUri":"/"
666      },
667      "input":{"shape":"DeleteSpotDatafeedSubscriptionRequest"},
668      "documentation":"<p>Deletes the data feed for Spot instances.</p>"
669    },
670    "DeleteSubnet":{
671      "name":"DeleteSubnet",
672      "http":{
673        "method":"POST",
674        "requestUri":"/"
675      },
676      "input":{"shape":"DeleteSubnetRequest"},
677      "documentation":"<p>Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.</p>"
678    },
679    "DeleteTags":{
680      "name":"DeleteTags",
681      "http":{
682        "method":"POST",
683        "requestUri":"/"
684      },
685      "input":{"shape":"DeleteTagsRequest"},
686      "documentation":"<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>"
687    },
688    "DeleteVolume":{
689      "name":"DeleteVolume",
690      "http":{
691        "method":"POST",
692        "requestUri":"/"
693      },
694      "input":{"shape":"DeleteVolumeRequest"},
695      "documentation":"<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>"
696    },
697    "DeleteVpc":{
698      "name":"DeleteVpc",
699      "http":{
700        "method":"POST",
701        "requestUri":"/"
702      },
703      "input":{"shape":"DeleteVpcRequest"},
704      "documentation":"<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>"
705    },
706    "DeleteVpcEndpoints":{
707      "name":"DeleteVpcEndpoints",
708      "http":{
709        "method":"POST",
710        "requestUri":"/"
711      },
712      "input":{"shape":"DeleteVpcEndpointsRequest"},
713      "output":{"shape":"DeleteVpcEndpointsResult"},
714      "documentation":"<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>"
715    },
716    "DeleteVpcPeeringConnection":{
717      "name":"DeleteVpcPeeringConnection",
718      "http":{
719        "method":"POST",
720        "requestUri":"/"
721      },
722      "input":{"shape":"DeleteVpcPeeringConnectionRequest"},
723      "output":{"shape":"DeleteVpcPeeringConnectionResult"},
724      "documentation":"<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>"
725    },
726    "DeleteVpnConnection":{
727      "name":"DeleteVpnConnection",
728      "http":{
729        "method":"POST",
730        "requestUri":"/"
731      },
732      "input":{"shape":"DeleteVpnConnectionRequest"},
733      "documentation":"<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>"
734    },
735    "DeleteVpnConnectionRoute":{
736      "name":"DeleteVpnConnectionRoute",
737      "http":{
738        "method":"POST",
739        "requestUri":"/"
740      },
741      "input":{"shape":"DeleteVpnConnectionRouteRequest"},
742      "documentation":"<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>"
743    },
744    "DeleteVpnGateway":{
745      "name":"DeleteVpnGateway",
746      "http":{
747        "method":"POST",
748        "requestUri":"/"
749      },
750      "input":{"shape":"DeleteVpnGatewayRequest"},
751      "documentation":"<p>Deletes the specified virtual private gateway. We recommend that before you delete a virtual private gateway, you detach it from the VPC and delete the VPN connection. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.</p>"
752    },
753    "DeregisterImage":{
754      "name":"DeregisterImage",
755      "http":{
756        "method":"POST",
757        "requestUri":"/"
758      },
759      "input":{"shape":"DeregisterImageRequest"},
760      "documentation":"<p>Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances.</p> <p>This command does not delete the AMI.</p>"
761    },
762    "DescribeAccountAttributes":{
763      "name":"DescribeAccountAttributes",
764      "http":{
765        "method":"POST",
766        "requestUri":"/"
767      },
768      "input":{"shape":"DescribeAccountAttributesRequest"},
769      "output":{"shape":"DescribeAccountAttributesResult"},
770      "documentation":"<p>Describes attributes of your AWS account. The following are the supported account attributes:</p> <ul> <li> <p> <code>supported-platforms</code>: Indicates whether your account can launch instances into EC2-Classic and EC2-VPC, or only into EC2-VPC.</p> </li> <li> <p> <code>default-vpc</code>: The ID of the default VPC for your account, or <code>none</code>.</p> </li> <li> <p> <code>max-instances</code>: The maximum number of On-Demand instances that you can run.</p> </li> <li> <p> <code>vpc-max-security-groups-per-interface</code>: The maximum number of security groups that you can assign to a network interface.</p> </li> <li> <p> <code>max-elastic-ips</code>: The maximum number of Elastic IP addresses that you can allocate for use with EC2-Classic. </p> </li> <li> <p> <code>vpc-max-elastic-ips</code>: The maximum number of Elastic IP addresses that you can allocate for use with EC2-VPC.</p> </li> </ul>"
771    },
772    "DescribeAddresses":{
773      "name":"DescribeAddresses",
774      "http":{
775        "method":"POST",
776        "requestUri":"/"
777      },
778      "input":{"shape":"DescribeAddressesRequest"},
779      "output":{"shape":"DescribeAddressesResult"},
780      "documentation":"<p>Describes one or more of your Elastic IP addresses.</p> <p>An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
781    },
782    "DescribeAvailabilityZones":{
783      "name":"DescribeAvailabilityZones",
784      "http":{
785        "method":"POST",
786        "requestUri":"/"
787      },
788      "input":{"shape":"DescribeAvailabilityZonesRequest"},
789      "output":{"shape":"DescribeAvailabilityZonesResult"},
790      "documentation":"<p>Describes one or more of the Availability Zones that are available to you. The results include zones only for the region you're currently using. If there is an event impacting an Availability Zone, you can use this request to view the state and any provided message for that Availability Zone.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html\">Regions and Availability Zones</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
791    },
792    "DescribeBundleTasks":{
793      "name":"DescribeBundleTasks",
794      "http":{
795        "method":"POST",
796        "requestUri":"/"
797      },
798      "input":{"shape":"DescribeBundleTasksRequest"},
799      "output":{"shape":"DescribeBundleTasksResult"},
800      "documentation":"<p>Describes one or more of your bundling tasks.</p> <note> <p>Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use <code>RegisterImage</code> with the Amazon S3 bucket name and image manifest name you provided to the bundle task.</p> </note>"
801    },
802    "DescribeClassicLinkInstances":{
803      "name":"DescribeClassicLinkInstances",
804      "http":{
805        "method":"POST",
806        "requestUri":"/"
807      },
808      "input":{"shape":"DescribeClassicLinkInstancesRequest"},
809      "output":{"shape":"DescribeClassicLinkInstancesResult"},
810      "documentation":"<p>Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink; you cannot use this request to return information about other instances.</p>"
811    },
812    "DescribeConversionTasks":{
813      "name":"DescribeConversionTasks",
814      "http":{
815        "method":"POST",
816        "requestUri":"/"
817      },
818      "input":{"shape":"DescribeConversionTasksRequest"},
819      "output":{"shape":"DescribeConversionTasksResult"},
820      "documentation":"<p>Describes one or more of your conversion tasks. For more information, see the <a href=\"http://docs.aws.amazon.com/vm-import/latest/userguide/\">VM Import/Export User Guide</a>.</p> <p>For information about the import manifest referenced by this API action, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>"
821    },
822    "DescribeCustomerGateways":{
823      "name":"DescribeCustomerGateways",
824      "http":{
825        "method":"POST",
826        "requestUri":"/"
827      },
828      "input":{"shape":"DescribeCustomerGatewaysRequest"},
829      "output":{"shape":"DescribeCustomerGatewaysResult"},
830      "documentation":"<p>Describes one or more of your VPN customer gateways.</p> <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>"
831    },
832    "DescribeDhcpOptions":{
833      "name":"DescribeDhcpOptions",
834      "http":{
835        "method":"POST",
836        "requestUri":"/"
837      },
838      "input":{"shape":"DescribeDhcpOptionsRequest"},
839      "output":{"shape":"DescribeDhcpOptionsResult"},
840      "documentation":"<p>Describes one or more of your DHCP options sets.</p> <p>For more information about DHCP options sets, 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>"
841    },
842    "DescribeExportTasks":{
843      "name":"DescribeExportTasks",
844      "http":{
845        "method":"POST",
846        "requestUri":"/"
847      },
848      "input":{"shape":"DescribeExportTasksRequest"},
849      "output":{"shape":"DescribeExportTasksResult"},
850      "documentation":"<p>Describes one or more of your export tasks.</p>"
851    },
852    "DescribeFlowLogs":{
853      "name":"DescribeFlowLogs",
854      "http":{
855        "method":"POST",
856        "requestUri":"/"
857      },
858      "input":{"shape":"DescribeFlowLogsRequest"},
859      "output":{"shape":"DescribeFlowLogsResult"},
860      "documentation":"<p>Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.</p>"
861    },
862    "DescribeHostReservationOfferings":{
863      "name":"DescribeHostReservationOfferings",
864      "http":{
865        "method":"POST",
866        "requestUri":"/"
867      },
868      "input":{"shape":"DescribeHostReservationOfferingsRequest"},
869      "output":{"shape":"DescribeHostReservationOfferingsResult"},
870      "documentation":"<p>Describes the Dedicated Host Reservations that are available to purchase.</p> <p>The results describe all the Dedicated Host Reservation offerings, including offerings that may not match the instance family and region of your Dedicated Hosts. When purchasing an offering, ensure that the the instance family and region of the offering matches that of the Dedicated Host/s it will be associated with. For an overview of supported instance types, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html\">Dedicated Hosts Overview</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </p>"
871    },
872    "DescribeHostReservations":{
873      "name":"DescribeHostReservations",
874      "http":{
875        "method":"POST",
876        "requestUri":"/"
877      },
878      "input":{"shape":"DescribeHostReservationsRequest"},
879      "output":{"shape":"DescribeHostReservationsResult"},
880      "documentation":"<p>Describes Dedicated Host Reservations which are associated with Dedicated Hosts in your account.</p>"
881    },
882    "DescribeHosts":{
883      "name":"DescribeHosts",
884      "http":{
885        "method":"POST",
886        "requestUri":"/"
887      },
888      "input":{"shape":"DescribeHostsRequest"},
889      "output":{"shape":"DescribeHostsResult"},
890      "documentation":"<p>Describes one or more of your Dedicated Hosts.</p> <p>The results describe only the Dedicated Hosts in the region you're currently using. All listed instances consume capacity on your Dedicated Host. Dedicated Hosts that have recently been released will be listed with the state <code>released</code>.</p>"
891    },
892    "DescribeIdFormat":{
893      "name":"DescribeIdFormat",
894      "http":{
895        "method":"POST",
896        "requestUri":"/"
897      },
898      "input":{"shape":"DescribeIdFormatRequest"},
899      "output":{"shape":"DescribeIdFormatResult"},
900      "documentation":"<p>Describes the ID format settings for your resources on a per-region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.</p> <p>The following resource types support longer IDs: <code>instance</code> | <code>reservation</code> | <code>snapshot</code> | <code>volume</code>. </p> <p>These settings apply to the IAM user who makes the request; they do not apply to the entire AWS account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the <a>ModifyIdFormat</a> command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant <code>Describe</code> command for the resource type.</p>"
901    },
902    "DescribeIdentityIdFormat":{
903      "name":"DescribeIdentityIdFormat",
904      "http":{
905        "method":"POST",
906        "requestUri":"/"
907      },
908      "input":{"shape":"DescribeIdentityIdFormatRequest"},
909      "output":{"shape":"DescribeIdentityIdFormatResult"},
910      "documentation":"<p>Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html\">Resource IDs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </p> <p>The following resource types support longer IDs: <code>instance</code> | <code>reservation</code> | <code>snapshot</code> | <code>volume</code>. </p> <p>These settings apply to the principal specified in the request. They do not apply to the principal that makes the request.</p>"
911    },
912    "DescribeImageAttribute":{
913      "name":"DescribeImageAttribute",
914      "http":{
915        "method":"POST",
916        "requestUri":"/"
917      },
918      "input":{"shape":"DescribeImageAttributeRequest"},
919      "output":{"shape":"ImageAttribute"},
920      "documentation":"<p>Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.</p>"
921    },
922    "DescribeImages":{
923      "name":"DescribeImages",
924      "http":{
925        "method":"POST",
926        "requestUri":"/"
927      },
928      "input":{"shape":"DescribeImagesRequest"},
929      "output":{"shape":"DescribeImagesResult"},
930      "documentation":"<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>"
931    },
932    "DescribeImportImageTasks":{
933      "name":"DescribeImportImageTasks",
934      "http":{
935        "method":"POST",
936        "requestUri":"/"
937      },
938      "input":{"shape":"DescribeImportImageTasksRequest"},
939      "output":{"shape":"DescribeImportImageTasksResult"},
940      "documentation":"<p>Displays details about an import virtual machine or import snapshot tasks that are already created.</p>"
941    },
942    "DescribeImportSnapshotTasks":{
943      "name":"DescribeImportSnapshotTasks",
944      "http":{
945        "method":"POST",
946        "requestUri":"/"
947      },
948      "input":{"shape":"DescribeImportSnapshotTasksRequest"},
949      "output":{"shape":"DescribeImportSnapshotTasksResult"},
950      "documentation":"<p>Describes your import snapshot tasks.</p>"
951    },
952    "DescribeInstanceAttribute":{
953      "name":"DescribeInstanceAttribute",
954      "http":{
955        "method":"POST",
956        "requestUri":"/"
957      },
958      "input":{"shape":"DescribeInstanceAttributeRequest"},
959      "output":{"shape":"InstanceAttribute"},
960      "documentation":"<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>"
961    },
962    "DescribeInstanceStatus":{
963      "name":"DescribeInstanceStatus",
964      "http":{
965        "method":"POST",
966        "requestUri":"/"
967      },
968      "input":{"shape":"DescribeInstanceStatusRequest"},
969      "output":{"shape":"DescribeInstanceStatusResult"},
970      "documentation":"<p>Describes the status of one or more instances. By default, only running instances are described, unless specified otherwise.</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>"
971    },
972    "DescribeInstances":{
973      "name":"DescribeInstances",
974      "http":{
975        "method":"POST",
976        "requestUri":"/"
977      },
978      "input":{"shape":"DescribeInstancesRequest"},
979      "output":{"shape":"DescribeInstancesResult"},
980      "documentation":"<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> <p>If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.</p>"
981    },
982    "DescribeInternetGateways":{
983      "name":"DescribeInternetGateways",
984      "http":{
985        "method":"POST",
986        "requestUri":"/"
987      },
988      "input":{"shape":"DescribeInternetGatewaysRequest"},
989      "output":{"shape":"DescribeInternetGatewaysResult"},
990      "documentation":"<p>Describes one or more of your Internet gateways.</p>"
991    },
992    "DescribeKeyPairs":{
993      "name":"DescribeKeyPairs",
994      "http":{
995        "method":"POST",
996        "requestUri":"/"
997      },
998      "input":{"shape":"DescribeKeyPairsRequest"},
999      "output":{"shape":"DescribeKeyPairsResult"},
1000      "documentation":"<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>"
1001    },
1002    "DescribeMovingAddresses":{
1003      "name":"DescribeMovingAddresses",
1004      "http":{
1005        "method":"POST",
1006        "requestUri":"/"
1007      },
1008      "input":{"shape":"DescribeMovingAddressesRequest"},
1009      "output":{"shape":"DescribeMovingAddressesResult"},
1010      "documentation":"<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>"
1011    },
1012    "DescribeNatGateways":{
1013      "name":"DescribeNatGateways",
1014      "http":{
1015        "method":"POST",
1016        "requestUri":"/"
1017      },
1018      "input":{"shape":"DescribeNatGatewaysRequest"},
1019      "output":{"shape":"DescribeNatGatewaysResult"},
1020      "documentation":"<p>Describes one or more of the your NAT gateways.</p>"
1021    },
1022    "DescribeNetworkAcls":{
1023      "name":"DescribeNetworkAcls",
1024      "http":{
1025        "method":"POST",
1026        "requestUri":"/"
1027      },
1028      "input":{"shape":"DescribeNetworkAclsRequest"},
1029      "output":{"shape":"DescribeNetworkAclsResult"},
1030      "documentation":"<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>"
1031    },
1032    "DescribeNetworkInterfaceAttribute":{
1033      "name":"DescribeNetworkInterfaceAttribute",
1034      "http":{
1035        "method":"POST",
1036        "requestUri":"/"
1037      },
1038      "input":{"shape":"DescribeNetworkInterfaceAttributeRequest"},
1039      "output":{"shape":"DescribeNetworkInterfaceAttributeResult"},
1040      "documentation":"<p>Describes a network interface attribute. You can specify only one attribute at a time.</p>"
1041    },
1042    "DescribeNetworkInterfaces":{
1043      "name":"DescribeNetworkInterfaces",
1044      "http":{
1045        "method":"POST",
1046        "requestUri":"/"
1047      },
1048      "input":{"shape":"DescribeNetworkInterfacesRequest"},
1049      "output":{"shape":"DescribeNetworkInterfacesResult"},
1050      "documentation":"<p>Describes one or more of your network interfaces.</p>"
1051    },
1052    "DescribePlacementGroups":{
1053      "name":"DescribePlacementGroups",
1054      "http":{
1055        "method":"POST",
1056        "requestUri":"/"
1057      },
1058      "input":{"shape":"DescribePlacementGroupsRequest"},
1059      "output":{"shape":"DescribePlacementGroupsResult"},
1060      "documentation":"<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>"
1061    },
1062    "DescribePrefixLists":{
1063      "name":"DescribePrefixLists",
1064      "http":{
1065        "method":"POST",
1066        "requestUri":"/"
1067      },
1068      "input":{"shape":"DescribePrefixListsRequest"},
1069      "output":{"shape":"DescribePrefixListsResult"},
1070      "documentation":"<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>"
1071    },
1072    "DescribeRegions":{
1073      "name":"DescribeRegions",
1074      "http":{
1075        "method":"POST",
1076        "requestUri":"/"
1077      },
1078      "input":{"shape":"DescribeRegionsRequest"},
1079      "output":{"shape":"DescribeRegionsResult"},
1080      "documentation":"<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>"
1081    },
1082    "DescribeReservedInstances":{
1083      "name":"DescribeReservedInstances",
1084      "http":{
1085        "method":"POST",
1086        "requestUri":"/"
1087      },
1088      "input":{"shape":"DescribeReservedInstancesRequest"},
1089      "output":{"shape":"DescribeReservedInstancesResult"},
1090      "documentation":"<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>"
1091    },
1092    "DescribeReservedInstancesListings":{
1093      "name":"DescribeReservedInstancesListings",
1094      "http":{
1095        "method":"POST",
1096        "requestUri":"/"
1097      },
1098      "input":{"shape":"DescribeReservedInstancesListingsRequest"},
1099      "output":{"shape":"DescribeReservedInstancesListingsResult"},
1100      "documentation":"<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>"
1101    },
1102    "DescribeReservedInstancesModifications":{
1103      "name":"DescribeReservedInstancesModifications",
1104      "http":{
1105        "method":"POST",
1106        "requestUri":"/"
1107      },
1108      "input":{"shape":"DescribeReservedInstancesModificationsRequest"},
1109      "output":{"shape":"DescribeReservedInstancesModificationsResult"},
1110      "documentation":"<p>Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html\">Modifying Reserved Instances</a> in the Amazon Elastic Compute Cloud User Guide.</p>"
1111    },
1112    "DescribeReservedInstancesOfferings":{
1113      "name":"DescribeReservedInstancesOfferings",
1114      "http":{
1115        "method":"POST",
1116        "requestUri":"/"
1117      },
1118      "input":{"shape":"DescribeReservedInstancesOfferingsRequest"},
1119      "output":{"shape":"DescribeReservedInstancesOfferingsResult"},
1120      "documentation":"<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>If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.</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>"
1121    },
1122    "DescribeRouteTables":{
1123      "name":"DescribeRouteTables",
1124      "http":{
1125        "method":"POST",
1126        "requestUri":"/"
1127      },
1128      "input":{"shape":"DescribeRouteTablesRequest"},
1129      "output":{"shape":"DescribeRouteTablesResult"},
1130      "documentation":"<p>Describes one or more of your route tables.</p> <p>Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.</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>"
1131    },
1132    "DescribeScheduledInstanceAvailability":{
1133      "name":"DescribeScheduledInstanceAvailability",
1134      "http":{
1135        "method":"POST",
1136        "requestUri":"/"
1137      },
1138      "input":{"shape":"DescribeScheduledInstanceAvailabilityRequest"},
1139      "output":{"shape":"DescribeScheduledInstanceAvailabilityResult"},
1140      "documentation":"<p>Finds available schedules that meet the specified criteria.</p> <p>You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.</p> <p>After you find a schedule that meets your needs, call <a>PurchaseScheduledInstances</a> to purchase Scheduled Instances with that schedule.</p>"
1141    },
1142    "DescribeScheduledInstances":{
1143      "name":"DescribeScheduledInstances",
1144      "http":{
1145        "method":"POST",
1146        "requestUri":"/"
1147      },
1148      "input":{"shape":"DescribeScheduledInstancesRequest"},
1149      "output":{"shape":"DescribeScheduledInstancesResult"},
1150      "documentation":"<p>Describes one or more of your Scheduled Instances.</p>"
1151    },
1152    "DescribeSecurityGroupReferences":{
1153      "name":"DescribeSecurityGroupReferences",
1154      "http":{
1155        "method":"POST",
1156        "requestUri":"/"
1157      },
1158      "input":{"shape":"DescribeSecurityGroupReferencesRequest"},
1159      "output":{"shape":"DescribeSecurityGroupReferencesResult"},
1160      "documentation":"<p>[EC2-VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.</p>"
1161    },
1162    "DescribeSecurityGroups":{
1163      "name":"DescribeSecurityGroups",
1164      "http":{
1165        "method":"POST",
1166        "requestUri":"/"
1167      },
1168      "input":{"shape":"DescribeSecurityGroupsRequest"},
1169      "output":{"shape":"DescribeSecurityGroupsResult"},
1170      "documentation":"<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>"
1171    },
1172    "DescribeSnapshotAttribute":{
1173      "name":"DescribeSnapshotAttribute",
1174      "http":{
1175        "method":"POST",
1176        "requestUri":"/"
1177      },
1178      "input":{"shape":"DescribeSnapshotAttributeRequest"},
1179      "output":{"shape":"DescribeSnapshotAttributeResult"},
1180      "documentation":"<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>"
1181    },
1182    "DescribeSnapshots":{
1183      "name":"DescribeSnapshots",
1184      "http":{
1185        "method":"POST",
1186        "requestUri":"/"
1187      },
1188      "input":{"shape":"DescribeSnapshotsRequest"},
1189      "output":{"shape":"DescribeSnapshotsResult"},
1190      "documentation":"<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> <p> <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.</p> </li> <li> <p> <i>explicit</i>: The owner of the snapshot granted create volume permissions to a specific AWS account.</p> </li> <li> <p> <i>implicit</i>: An AWS account has implicit create volume permissions for all snapshots it owns.</p> </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 using the <code>OwnerIds</code> option, only snapshots from the specified owners and for which you have access are returned. The results can include the AWS account IDs of the specified owners, <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>"
1191    },
1192    "DescribeSpotDatafeedSubscription":{
1193      "name":"DescribeSpotDatafeedSubscription",
1194      "http":{
1195        "method":"POST",
1196        "requestUri":"/"
1197      },
1198      "input":{"shape":"DescribeSpotDatafeedSubscriptionRequest"},
1199      "output":{"shape":"DescribeSpotDatafeedSubscriptionResult"},
1200      "documentation":"<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>"
1201    },
1202    "DescribeSpotFleetInstances":{
1203      "name":"DescribeSpotFleetInstances",
1204      "http":{
1205        "method":"POST",
1206        "requestUri":"/"
1207      },
1208      "input":{"shape":"DescribeSpotFleetInstancesRequest"},
1209      "output":{"shape":"DescribeSpotFleetInstancesResponse"},
1210      "documentation":"<p>Describes the running instances for the specified Spot fleet.</p>"
1211    },
1212    "DescribeSpotFleetRequestHistory":{
1213      "name":"DescribeSpotFleetRequestHistory",
1214      "http":{
1215        "method":"POST",
1216        "requestUri":"/"
1217      },
1218      "input":{"shape":"DescribeSpotFleetRequestHistoryRequest"},
1219      "output":{"shape":"DescribeSpotFleetRequestHistoryResponse"},
1220      "documentation":"<p>Describes the events for the specified Spot fleet request during the specified time.</p> <p>Spot fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event.</p>"
1221    },
1222    "DescribeSpotFleetRequests":{
1223      "name":"DescribeSpotFleetRequests",
1224      "http":{
1225        "method":"POST",
1226        "requestUri":"/"
1227      },
1228      "input":{"shape":"DescribeSpotFleetRequestsRequest"},
1229      "output":{"shape":"DescribeSpotFleetRequestsResponse"},
1230      "documentation":"<p>Describes your Spot fleet requests.</p> <p>Spot fleet requests are deleted 48 hours after they are canceled and their instances are terminated.</p>"
1231    },
1232    "DescribeSpotInstanceRequests":{
1233      "name":"DescribeSpotInstanceRequests",
1234      "http":{
1235        "method":"POST",
1236        "requestUri":"/"
1237      },
1238      "input":{"shape":"DescribeSpotInstanceRequestsRequest"},
1239      "output":{"shape":"DescribeSpotInstanceRequestsResult"},
1240      "documentation":"<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> <p>Spot instance requests are deleted 4 hours after they are canceled and their instances are terminated.</p>"
1241    },
1242    "DescribeSpotPriceHistory":{
1243      "name":"DescribeSpotPriceHistory",
1244      "http":{
1245        "method":"POST",
1246        "requestUri":"/"
1247      },
1248      "input":{"shape":"DescribeSpotPriceHistoryRequest"},
1249      "output":{"shape":"DescribeSpotPriceHistoryResult"},
1250      "documentation":"<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>"
1251    },
1252    "DescribeStaleSecurityGroups":{
1253      "name":"DescribeStaleSecurityGroups",
1254      "http":{
1255        "method":"POST",
1256        "requestUri":"/"
1257      },
1258      "input":{"shape":"DescribeStaleSecurityGroupsRequest"},
1259      "output":{"shape":"DescribeStaleSecurityGroupsResult"},
1260      "documentation":"<p>[EC2-VPC only] Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peer VPC, or a security group in a peer VPC for which the VPC peering connection has been deleted.</p>"
1261    },
1262    "DescribeSubnets":{
1263      "name":"DescribeSubnets",
1264      "http":{
1265        "method":"POST",
1266        "requestUri":"/"
1267      },
1268      "input":{"shape":"DescribeSubnetsRequest"},
1269      "output":{"shape":"DescribeSubnetsResult"},
1270      "documentation":"<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>"
1271    },
1272    "DescribeTags":{
1273      "name":"DescribeTags",
1274      "http":{
1275        "method":"POST",
1276        "requestUri":"/"
1277      },
1278      "input":{"shape":"DescribeTagsRequest"},
1279      "output":{"shape":"DescribeTagsResult"},
1280      "documentation":"<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>"
1281    },
1282    "DescribeVolumeAttribute":{
1283      "name":"DescribeVolumeAttribute",
1284      "http":{
1285        "method":"POST",
1286        "requestUri":"/"
1287      },
1288      "input":{"shape":"DescribeVolumeAttributeRequest"},
1289      "output":{"shape":"DescribeVolumeAttributeResult"},
1290      "documentation":"<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>"
1291    },
1292    "DescribeVolumeStatus":{
1293      "name":"DescribeVolumeStatus",
1294      "http":{
1295        "method":"POST",
1296        "requestUri":"/"
1297      },
1298      "input":{"shape":"DescribeVolumeStatusRequest"},
1299      "output":{"shape":"DescribeVolumeStatusResult"},
1300      "documentation":"<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>"
1301    },
1302    "DescribeVolumes":{
1303      "name":"DescribeVolumes",
1304      "http":{
1305        "method":"POST",
1306        "requestUri":"/"
1307      },
1308      "input":{"shape":"DescribeVolumesRequest"},
1309      "output":{"shape":"DescribeVolumesResult"},
1310      "documentation":"<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>"
1311    },
1312    "DescribeVpcAttribute":{
1313      "name":"DescribeVpcAttribute",
1314      "http":{
1315        "method":"POST",
1316        "requestUri":"/"
1317      },
1318      "input":{"shape":"DescribeVpcAttributeRequest"},
1319      "output":{"shape":"DescribeVpcAttributeResult"},
1320      "documentation":"<p>Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.</p>"
1321    },
1322    "DescribeVpcClassicLink":{
1323      "name":"DescribeVpcClassicLink",
1324      "http":{
1325        "method":"POST",
1326        "requestUri":"/"
1327      },
1328      "input":{"shape":"DescribeVpcClassicLinkRequest"},
1329      "output":{"shape":"DescribeVpcClassicLinkResult"},
1330      "documentation":"<p>Describes the ClassicLink status of one or more VPCs.</p>"
1331    },
1332    "DescribeVpcClassicLinkDnsSupport":{
1333      "name":"DescribeVpcClassicLinkDnsSupport",
1334      "http":{
1335        "method":"POST",
1336        "requestUri":"/"
1337      },
1338      "input":{"shape":"DescribeVpcClassicLinkDnsSupportRequest"},
1339      "output":{"shape":"DescribeVpcClassicLinkDnsSupportResult"},
1340      "documentation":"<p>Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information about ClassicLink, 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>"
1341    },
1342    "DescribeVpcEndpointServices":{
1343      "name":"DescribeVpcEndpointServices",
1344      "http":{
1345        "method":"POST",
1346        "requestUri":"/"
1347      },
1348      "input":{"shape":"DescribeVpcEndpointServicesRequest"},
1349      "output":{"shape":"DescribeVpcEndpointServicesResult"},
1350      "documentation":"<p>Describes all supported AWS services that can be specified when creating a VPC endpoint.</p>"
1351    },
1352    "DescribeVpcEndpoints":{
1353      "name":"DescribeVpcEndpoints",
1354      "http":{
1355        "method":"POST",
1356        "requestUri":"/"
1357      },
1358      "input":{"shape":"DescribeVpcEndpointsRequest"},
1359      "output":{"shape":"DescribeVpcEndpointsResult"},
1360      "documentation":"<p>Describes one or more of your VPC endpoints.</p>"
1361    },
1362    "DescribeVpcPeeringConnections":{
1363      "name":"DescribeVpcPeeringConnections",
1364      "http":{
1365        "method":"POST",
1366        "requestUri":"/"
1367      },
1368      "input":{"shape":"DescribeVpcPeeringConnectionsRequest"},
1369      "output":{"shape":"DescribeVpcPeeringConnectionsResult"},
1370      "documentation":"<p>Describes one or more of your VPC peering connections.</p>"
1371    },
1372    "DescribeVpcs":{
1373      "name":"DescribeVpcs",
1374      "http":{
1375        "method":"POST",
1376        "requestUri":"/"
1377      },
1378      "input":{"shape":"DescribeVpcsRequest"},
1379      "output":{"shape":"DescribeVpcsResult"},
1380      "documentation":"<p>Describes one or more of your VPCs.</p>"
1381    },
1382    "DescribeVpnConnections":{
1383      "name":"DescribeVpnConnections",
1384      "http":{
1385        "method":"POST",
1386        "requestUri":"/"
1387      },
1388      "input":{"shape":"DescribeVpnConnectionsRequest"},
1389      "output":{"shape":"DescribeVpnConnectionsResult"},
1390      "documentation":"<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>"
1391    },
1392    "DescribeVpnGateways":{
1393      "name":"DescribeVpnGateways",
1394      "http":{
1395        "method":"POST",
1396        "requestUri":"/"
1397      },
1398      "input":{"shape":"DescribeVpnGatewaysRequest"},
1399      "output":{"shape":"DescribeVpnGatewaysResult"},
1400      "documentation":"<p>Describes one or more of your virtual private gateways.</p> <p>For more information about virtual private gateways, see <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html\">Adding an IPsec Hardware VPN to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>"
1401    },
1402    "DetachClassicLinkVpc":{
1403      "name":"DetachClassicLinkVpc",
1404      "http":{
1405        "method":"POST",
1406        "requestUri":"/"
1407      },
1408      "input":{"shape":"DetachClassicLinkVpcRequest"},
1409      "output":{"shape":"DetachClassicLinkVpcResult"},
1410      "documentation":"<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>"
1411    },
1412    "DetachInternetGateway":{
1413      "name":"DetachInternetGateway",
1414      "http":{
1415        "method":"POST",
1416        "requestUri":"/"
1417      },
1418      "input":{"shape":"DetachInternetGatewayRequest"},
1419      "documentation":"<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>"
1420    },
1421    "DetachNetworkInterface":{
1422      "name":"DetachNetworkInterface",
1423      "http":{
1424        "method":"POST",
1425        "requestUri":"/"
1426      },
1427      "input":{"shape":"DetachNetworkInterfaceRequest"},
1428      "documentation":"<p>Detaches a network interface from an instance.</p>"
1429    },
1430    "DetachVolume":{
1431      "name":"DetachVolume",
1432      "http":{
1433        "method":"POST",
1434        "requestUri":"/"
1435      },
1436      "input":{"shape":"DetachVolumeRequest"},
1437      "output":{"shape":"VolumeAttachment"},
1438      "documentation":"<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 can result in the volume becoming stuck in the <code>busy</code> state while detaching. If this happens, detachment can be delayed indefinitely until you unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance first.</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>"
1439    },
1440    "DetachVpnGateway":{
1441      "name":"DetachVpnGateway",
1442      "http":{
1443        "method":"POST",
1444        "requestUri":"/"
1445      },
1446      "input":{"shape":"DetachVpnGatewayRequest"},
1447      "documentation":"<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>"
1448    },
1449    "DisableVgwRoutePropagation":{
1450      "name":"DisableVgwRoutePropagation",
1451      "http":{
1452        "method":"POST",
1453        "requestUri":"/"
1454      },
1455      "input":{"shape":"DisableVgwRoutePropagationRequest"},
1456      "documentation":"<p>Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.</p>"
1457    },
1458    "DisableVpcClassicLink":{
1459      "name":"DisableVpcClassicLink",
1460      "http":{
1461        "method":"POST",
1462        "requestUri":"/"
1463      },
1464      "input":{"shape":"DisableVpcClassicLinkRequest"},
1465      "output":{"shape":"DisableVpcClassicLinkResult"},
1466      "documentation":"<p>Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.</p>"
1467    },
1468    "DisableVpcClassicLinkDnsSupport":{
1469      "name":"DisableVpcClassicLinkDnsSupport",
1470      "http":{
1471        "method":"POST",
1472        "requestUri":"/"
1473      },
1474      "input":{"shape":"DisableVpcClassicLinkDnsSupportRequest"},
1475      "output":{"shape":"DisableVpcClassicLinkDnsSupportResult"},
1476      "documentation":"<p>Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information about ClassicLink, 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>"
1477    },
1478    "DisassociateAddress":{
1479      "name":"DisassociateAddress",
1480      "http":{
1481        "method":"POST",
1482        "requestUri":"/"
1483      },
1484      "input":{"shape":"DisassociateAddressRequest"},
1485      "documentation":"<p>Disassociates an Elastic IP address from the instance or network interface it's associated with.</p> <p>An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.</p>"
1486    },
1487    "DisassociateRouteTable":{
1488      "name":"DisassociateRouteTable",
1489      "http":{
1490        "method":"POST",
1491        "requestUri":"/"
1492      },
1493      "input":{"shape":"DisassociateRouteTableRequest"},
1494      "documentation":"<p>Disassociates a subnet from a route table.</p> <p>After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see <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>"
1495    },
1496    "EnableVgwRoutePropagation":{
1497      "name":"EnableVgwRoutePropagation",
1498      "http":{
1499        "method":"POST",
1500        "requestUri":"/"
1501      },
1502      "input":{"shape":"EnableVgwRoutePropagationRequest"},
1503      "documentation":"<p>Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.</p>"
1504    },
1505    "EnableVolumeIO":{
1506      "name":"EnableVolumeIO",
1507      "http":{
1508        "method":"POST",
1509        "requestUri":"/"
1510      },
1511      "input":{"shape":"EnableVolumeIORequest"},
1512      "documentation":"<p>Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.</p>"
1513    },
1514    "EnableVpcClassicLink":{
1515      "name":"EnableVpcClassicLink",
1516      "http":{
1517        "method":"POST",
1518        "requestUri":"/"
1519      },
1520      "input":{"shape":"EnableVpcClassicLinkRequest"},
1521      "output":{"shape":"EnableVpcClassicLinkResult"},
1522      "documentation":"<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>"
1523    },
1524    "EnableVpcClassicLinkDnsSupport":{
1525      "name":"EnableVpcClassicLinkDnsSupport",
1526      "http":{
1527        "method":"POST",
1528        "requestUri":"/"
1529      },
1530      "input":{"shape":"EnableVpcClassicLinkDnsSupportRequest"},
1531      "output":{"shape":"EnableVpcClassicLinkDnsSupportResult"},
1532      "documentation":"<p>Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information about ClassicLink, 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>"
1533    },
1534    "GetConsoleOutput":{
1535      "name":"GetConsoleOutput",
1536      "http":{
1537        "method":"POST",
1538        "requestUri":"/"
1539      },
1540      "input":{"shape":"GetConsoleOutputRequest"},
1541      "output":{"shape":"GetConsoleOutputResult"},
1542      "documentation":"<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>"
1543    },
1544    "GetConsoleScreenshot":{
1545      "name":"GetConsoleScreenshot",
1546      "http":{
1547        "method":"POST",
1548        "requestUri":"/"
1549      },
1550      "input":{"shape":"GetConsoleScreenshotRequest"},
1551      "output":{"shape":"GetConsoleScreenshotResult"},
1552      "documentation":"<p>Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.</p> <p>The returned content is Base64-encoded.</p>"
1553    },
1554    "GetHostReservationPurchasePreview":{
1555      "name":"GetHostReservationPurchasePreview",
1556      "http":{
1557        "method":"POST",
1558        "requestUri":"/"
1559      },
1560      "input":{"shape":"GetHostReservationPurchasePreviewRequest"},
1561      "output":{"shape":"GetHostReservationPurchasePreviewResult"},
1562      "documentation":"<p>Preview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation.</p> <p>This is a preview of the <a>PurchaseHostReservation</a> action and does not result in the offering being purchased.</p>"
1563    },
1564    "GetPasswordData":{
1565      "name":"GetPasswordData",
1566      "http":{
1567        "method":"POST",
1568        "requestUri":"/"
1569      },
1570      "input":{"shape":"GetPasswordDataRequest"},
1571      "output":{"shape":"GetPasswordDataResult"},
1572      "documentation":"<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>"
1573    },
1574    "GetReservedInstancesExchangeQuote":{
1575      "name":"GetReservedInstancesExchangeQuote",
1576      "http":{
1577        "method":"POST",
1578        "requestUri":"/"
1579      },
1580      "input":{"shape":"GetReservedInstancesExchangeQuoteRequest"},
1581      "output":{"shape":"GetReservedInstancesExchangeQuoteResult"},
1582      "documentation":"<p>Returns details about the values and term of your specified Convertible Reserved Instances. When an offering ID is specified it returns information about whether the exchange is valid and can be performed.</p>"
1583    },
1584    "ImportImage":{
1585      "name":"ImportImage",
1586      "http":{
1587        "method":"POST",
1588        "requestUri":"/"
1589      },
1590      "input":{"shape":"ImportImageRequest"},
1591      "output":{"shape":"ImportImageResult"},
1592      "documentation":"<p>Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). For more information, see <a href=\"http://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html\">Importing a VM as an Image Using VM Import/Export</a> in the <i>VM Import/Export User Guide</i>.</p>"
1593    },
1594    "ImportInstance":{
1595      "name":"ImportInstance",
1596      "http":{
1597        "method":"POST",
1598        "requestUri":"/"
1599      },
1600      "input":{"shape":"ImportInstanceRequest"},
1601      "output":{"shape":"ImportInstanceResult"},
1602      "documentation":"<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>. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ec2-cli-vmimport-export.html\">Importing a Virtual Machine Using the Amazon EC2 CLI</a>.</p> <p>For information about the import manifest referenced by this API action, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>"
1603    },
1604    "ImportKeyPair":{
1605      "name":"ImportKeyPair",
1606      "http":{
1607        "method":"POST",
1608        "requestUri":"/"
1609      },
1610      "input":{"shape":"ImportKeyPairRequest"},
1611      "output":{"shape":"ImportKeyPairResult"},
1612      "documentation":"<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>"
1613    },
1614    "ImportSnapshot":{
1615      "name":"ImportSnapshot",
1616      "http":{
1617        "method":"POST",
1618        "requestUri":"/"
1619      },
1620      "input":{"shape":"ImportSnapshotRequest"},
1621      "output":{"shape":"ImportSnapshotResult"},
1622      "documentation":"<p>Imports a disk into an EBS snapshot.</p>"
1623    },
1624    "ImportVolume":{
1625      "name":"ImportVolume",
1626      "http":{
1627        "method":"POST",
1628        "requestUri":"/"
1629      },
1630      "input":{"shape":"ImportVolumeRequest"},
1631      "output":{"shape":"ImportVolumeResult"},
1632      "documentation":"<p>Creates an import volume task using metadata from the specified disk image.For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/importing-your-volumes-into-amazon-ebs.html\">Importing Disks to Amazon EBS</a>.</p> <p>For information about the import manifest referenced by this API action, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>"
1633    },
1634    "ModifyHosts":{
1635      "name":"ModifyHosts",
1636      "http":{
1637        "method":"POST",
1638        "requestUri":"/"
1639      },
1640      "input":{"shape":"ModifyHostsRequest"},
1641      "output":{"shape":"ModifyHostsResult"},
1642      "documentation":"<p>Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, AWS will place instances that you launch with a tenancy of <code>host</code>, but without targeting a specific host ID, onto any available Dedicated Host in your account which has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID if you want the instance to launch onto a specific host. If no host ID is provided, the instance will be launched onto a suitable host which has auto-placement enabled.</p>"
1643    },
1644    "ModifyIdFormat":{
1645      "name":"ModifyIdFormat",
1646      "http":{
1647        "method":"POST",
1648        "requestUri":"/"
1649      },
1650      "input":{"shape":"ModifyIdFormatRequest"},
1651      "documentation":"<p>Modifies the ID format for the specified resource on a per-region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created. The following resource types support longer IDs: <code>instance</code> | <code>reservation</code> | <code>snapshot</code> | <code>volume</code>.</p> <p>This setting applies to the IAM user who makes the request; it does not apply to the entire AWS account. By default, an IAM user defaults to the same settings as the root user. If you're using this action as the root user, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html\">Resource IDs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </p> <p>Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant <code>Describe</code> command for the resource type.</p>"
1652    },
1653    "ModifyIdentityIdFormat":{
1654      "name":"ModifyIdentityIdFormat",
1655      "http":{
1656        "method":"POST",
1657        "requestUri":"/"
1658      },
1659      "input":{"shape":"ModifyIdentityIdFormatRequest"},
1660      "documentation":"<p>Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. You can specify that resources should receive longer IDs (17-character IDs) when they are created. </p> <p>The following resource types support longer IDs: <code>instance</code> | <code>reservation</code> | <code>snapshot</code> | <code>volume</code>. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html\">Resource IDs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </p> <p>This setting applies to the principal specified in the request; it does not apply to the principal that makes the request. </p> <p>Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant <code>Describe</code> command for the resource type.</p>"
1661    },
1662    "ModifyImageAttribute":{
1663      "name":"ModifyImageAttribute",
1664      "http":{
1665        "method":"POST",
1666        "requestUri":"/"
1667      },
1668      "input":{"shape":"ModifyImageAttributeRequest"},
1669      "documentation":"<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> <note> <p>The SriovNetSupport enhanced networking attribute cannot be changed using this command. Instead, enable SriovNetSupport on an instance and create an AMI from the instance. This will result in an image with SriovNetSupport enabled.</p> </note>"
1670    },
1671    "ModifyInstanceAttribute":{
1672      "name":"ModifyInstanceAttribute",
1673      "http":{
1674        "method":"POST",
1675        "requestUri":"/"
1676      },
1677      "input":{"shape":"ModifyInstanceAttributeRequest"},
1678      "documentation":"<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>"
1679    },
1680    "ModifyInstancePlacement":{
1681      "name":"ModifyInstancePlacement",
1682      "http":{
1683        "method":"POST",
1684        "requestUri":"/"
1685      },
1686      "input":{"shape":"ModifyInstancePlacementRequest"},
1687      "output":{"shape":"ModifyInstancePlacementResult"},
1688      "documentation":"<p>Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting.</p> <p>Instance affinity is disabled by default. When instance affinity is <code>host</code> and it is not associated with a specific Dedicated Host, the next time it is launched it will automatically be associated with the host it lands on. This relationship will persist if the instance is stopped/started, or rebooted.</p> <p>You can modify the host ID associated with a stopped instance. If a stopped instance has a new host ID association, the instance will target that host when restarted.</p> <p>You can modify the tenancy of a stopped instance with a tenancy of <code>host</code> or <code>dedicated</code>.</p> <p>Affinity, hostID, and tenancy are not required parameters, but at least one of them must be specified in the request. Affinity and tenancy can be modified in the same request, but tenancy can only be modified on instances that are stopped.</p>"
1689    },
1690    "ModifyNetworkInterfaceAttribute":{
1691      "name":"ModifyNetworkInterfaceAttribute",
1692      "http":{
1693        "method":"POST",
1694        "requestUri":"/"
1695      },
1696      "input":{"shape":"ModifyNetworkInterfaceAttributeRequest"},
1697      "documentation":"<p>Modifies the specified network interface attribute. You can specify only one attribute at a time.</p>"
1698    },
1699    "ModifyReservedInstances":{
1700      "name":"ModifyReservedInstances",
1701      "http":{
1702        "method":"POST",
1703        "requestUri":"/"
1704      },
1705      "input":{"shape":"ModifyReservedInstancesRequest"},
1706      "output":{"shape":"ModifyReservedInstancesResult"},
1707      "documentation":"<p>Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of your Standard Reserved Instances. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html\">Modifying Reserved Instances</a> in the Amazon Elastic Compute Cloud User Guide.</p>"
1708    },
1709    "ModifySnapshotAttribute":{
1710      "name":"ModifySnapshotAttribute",
1711      "http":{
1712        "method":"POST",
1713        "requestUri":"/"
1714      },
1715      "input":{"shape":"ModifySnapshotAttributeRequest"},
1716      "documentation":"<p>Adds or removes permission settings for the specified snapshot. You may add or remove specified AWS account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single API call. If you need to both add and remove account IDs for a snapshot, you must use multiple API calls.</p> <note> <p>Encrypted snapshots and snapshots with AWS Marketplace product codes cannot be made public. Snapshots encrypted with your default CMK cannot be shared with other accounts.</p> </note> <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>"
1717    },
1718    "ModifySpotFleetRequest":{
1719      "name":"ModifySpotFleetRequest",
1720      "http":{
1721        "method":"POST",
1722        "requestUri":"/"
1723      },
1724      "input":{"shape":"ModifySpotFleetRequestRequest"},
1725      "output":{"shape":"ModifySpotFleetRequestResponse"},
1726      "documentation":"<p>Modifies the specified Spot fleet request.</p> <p>While the Spot fleet request is being modified, it is in the <code>modifying</code> state.</p> <p>To scale up your Spot fleet, increase its target capacity. The Spot fleet launches the additional Spot instances according to the allocation strategy for the Spot fleet request. If the allocation strategy is <code>lowestPrice</code>, the Spot fleet launches instances using the Spot pool with the lowest price. If the allocation strategy is <code>diversified</code>, the Spot fleet distributes the instances across the Spot pools.</p> <p>To scale down your Spot fleet, decrease its target capacity. First, the Spot fleet cancels any open bids that exceed the new target capacity. You can request that the Spot fleet terminate Spot instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is <code>lowestPrice</code>, the Spot fleet terminates the instances with the highest price per unit. If the allocation strategy is <code>diversified</code>, the Spot fleet terminates instances across the Spot pools. Alternatively, you can request that the Spot fleet keep the fleet at its current size, but not replace any Spot instances that are interrupted or that you terminate manually.</p>"
1727    },
1728    "ModifySubnetAttribute":{
1729      "name":"ModifySubnetAttribute",
1730      "http":{
1731        "method":"POST",
1732        "requestUri":"/"
1733      },
1734      "input":{"shape":"ModifySubnetAttributeRequest"},
1735      "documentation":"<p>Modifies a subnet attribute.</p>"
1736    },
1737    "ModifyVolumeAttribute":{
1738      "name":"ModifyVolumeAttribute",
1739      "http":{
1740        "method":"POST",
1741        "requestUri":"/"
1742      },
1743      "input":{"shape":"ModifyVolumeAttributeRequest"},
1744      "documentation":"<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>"
1745    },
1746    "ModifyVpcAttribute":{
1747      "name":"ModifyVpcAttribute",
1748      "http":{
1749        "method":"POST",
1750        "requestUri":"/"
1751      },
1752      "input":{"shape":"ModifyVpcAttributeRequest"},
1753      "documentation":"<p>Modifies the specified attribute of the specified VPC.</p>"
1754    },
1755    "ModifyVpcEndpoint":{
1756      "name":"ModifyVpcEndpoint",
1757      "http":{
1758        "method":"POST",
1759        "requestUri":"/"
1760      },
1761      "input":{"shape":"ModifyVpcEndpointRequest"},
1762      "output":{"shape":"ModifyVpcEndpointResult"},
1763      "documentation":"<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>"
1764    },
1765    "ModifyVpcPeeringConnectionOptions":{
1766      "name":"ModifyVpcPeeringConnectionOptions",
1767      "http":{
1768        "method":"POST",
1769        "requestUri":"/"
1770      },
1771      "input":{"shape":"ModifyVpcPeeringConnectionOptionsRequest"},
1772      "output":{"shape":"ModifyVpcPeeringConnectionOptionsResult"},
1773      "documentation":"<p>Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following:</p> <ul> <li> <p>Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC.</p> </li> <li> <p>Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC.</p> </li> <li> <p>Enable/disable a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.</p> </li> </ul> <p>If the peered VPCs are in different accounts, each owner must initiate a separate request to modify the peering connection options, depending on whether their VPC was the requester or accepter for the VPC peering connection. If the peered VPCs are in the same account, you can modify the requester and accepter options in the same request. To confirm which VPC is the accepter and requester for a VPC peering connection, use the <a>DescribeVpcPeeringConnections</a> command.</p>"
1774    },
1775    "MonitorInstances":{
1776      "name":"MonitorInstances",
1777      "http":{
1778        "method":"POST",
1779        "requestUri":"/"
1780      },
1781      "input":{"shape":"MonitorInstancesRequest"},
1782      "output":{"shape":"MonitorInstancesResult"},
1783      "documentation":"<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>"
1784    },
1785    "MoveAddressToVpc":{
1786      "name":"MoveAddressToVpc",
1787      "http":{
1788        "method":"POST",
1789        "requestUri":"/"
1790      },
1791      "input":{"shape":"MoveAddressToVpcRequest"},
1792      "output":{"shape":"MoveAddressToVpcResult"},
1793      "documentation":"<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 for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the <a>RestoreAddressToClassic</a> request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform. </p>"
1794    },
1795    "PurchaseHostReservation":{
1796      "name":"PurchaseHostReservation",
1797      "http":{
1798        "method":"POST",
1799        "requestUri":"/"
1800      },
1801      "input":{"shape":"PurchaseHostReservationRequest"},
1802      "output":{"shape":"PurchaseHostReservationResult"},
1803      "documentation":"<p>Purchase a reservation with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This action results in the specified reservation being purchased and charged to your account.</p>"
1804    },
1805    "PurchaseReservedInstancesOffering":{
1806      "name":"PurchaseReservedInstancesOffering",
1807      "http":{
1808        "method":"POST",
1809        "requestUri":"/"
1810      },
1811      "input":{"shape":"PurchaseReservedInstancesOfferingRequest"},
1812      "output":{"shape":"PurchaseReservedInstancesOfferingResult"},
1813      "documentation":"<p>Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing.</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>"
1814    },
1815    "PurchaseScheduledInstances":{
1816      "name":"PurchaseScheduledInstances",
1817      "http":{
1818        "method":"POST",
1819        "requestUri":"/"
1820      },
1821      "input":{"shape":"PurchaseScheduledInstancesRequest"},
1822      "output":{"shape":"PurchaseScheduledInstancesResult"},
1823      "documentation":"<p>Purchases one or more Scheduled Instances with the specified schedule.</p> <p>Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call <a>DescribeScheduledInstanceAvailability</a> to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call <a>RunScheduledInstances</a> during each scheduled time period.</p> <p>After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.</p>"
1824    },
1825    "RebootInstances":{
1826      "name":"RebootInstances",
1827      "http":{
1828        "method":"POST",
1829        "requestUri":"/"
1830      },
1831      "input":{"shape":"RebootInstancesRequest"},
1832      "documentation":"<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 an 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>"
1833    },
1834    "RegisterImage":{
1835      "name":"RegisterImage",
1836      "http":{
1837        "method":"POST",
1838        "requestUri":"/"
1839      },
1840      "input":{"shape":"RegisterImageRequest"},
1841      "output":{"shape":"RegisterImageResult"},
1842      "documentation":"<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 Linux 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> <important> <p>Some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 <code>billingProduct</code> code associated with an AMI to verify subscription status for package updates. Creating an AMI from an EBS snapshot does not maintain this billing code, and subsequent instances launched from such an AMI will not be able to connect to package update infrastructure.</p> <p>Similarly, although you can create a Windows AMI from a snapshot, you can't successfully launch an instance from the AMI.</p> <p>To create Windows AMIs or to create AMIs for Linux operating systems that must retain AMI billing codes to work properly, see <a>CreateImage</a>.</p> </important> <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>"
1843    },
1844    "RejectVpcPeeringConnection":{
1845      "name":"RejectVpcPeeringConnection",
1846      "http":{
1847        "method":"POST",
1848        "requestUri":"/"
1849      },
1850      "input":{"shape":"RejectVpcPeeringConnectionRequest"},
1851      "output":{"shape":"RejectVpcPeeringConnectionResult"},
1852      "documentation":"<p>Rejects a VPC peering connection request. The VPC peering connection must be in the <code>pending-acceptance</code> state. Use the <a>DescribeVpcPeeringConnections</a> request to view your outstanding VPC peering connection requests. To delete an active VPC peering connection, or to delete a VPC peering connection request that you initiated, use <a>DeleteVpcPeeringConnection</a>.</p>"
1853    },
1854    "ReleaseAddress":{
1855      "name":"ReleaseAddress",
1856      "http":{
1857        "method":"POST",
1858        "requestUri":"/"
1859      },
1860      "input":{"shape":"ReleaseAddressRequest"},
1861      "documentation":"<p>Releases the specified Elastic IP address.</p> <p>After releasing an Elastic IP address, it is released to the IP address pool and might be unavailable to you. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an <code>AuthFailure</code> error if the address is already allocated to another AWS account.</p> <p>[EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use <a>DisassociateAddress</a>.</p> <p>[Nondefault VPC] You must use <a>DisassociateAddress</a> to disassociate the Elastic IP address before you try to release it. Otherwise, Amazon EC2 returns an error (<code>InvalidIPAddress.InUse</code>).</p>"
1862    },
1863    "ReleaseHosts":{
1864      "name":"ReleaseHosts",
1865      "http":{
1866        "method":"POST",
1867        "requestUri":"/"
1868      },
1869      "input":{"shape":"ReleaseHostsRequest"},
1870      "output":{"shape":"ReleaseHostsResult"},
1871      "documentation":"<p>When you no longer want to use an On-Demand Dedicated Host it can be released. On-Demand billing is stopped and the host goes into <code>released</code> state. The host ID of Dedicated Hosts that have been released can no longer be specified in another request, e.g., ModifyHosts. You must stop or terminate all instances on a host before it can be released.</p> <p>When Dedicated Hosts are released, it make take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated hosts. Try waiting a few minutes, and then try again.</p> <p>Released hosts will still appear in a <a>DescribeHosts</a> response.</p>"
1872    },
1873    "ReplaceNetworkAclAssociation":{
1874      "name":"ReplaceNetworkAclAssociation",
1875      "http":{
1876        "method":"POST",
1877        "requestUri":"/"
1878      },
1879      "input":{"shape":"ReplaceNetworkAclAssociationRequest"},
1880      "output":{"shape":"ReplaceNetworkAclAssociationResult"},
1881      "documentation":"<p>Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information about network ACLs, see <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>"
1882    },
1883    "ReplaceNetworkAclEntry":{
1884      "name":"ReplaceNetworkAclEntry",
1885      "http":{
1886        "method":"POST",
1887        "requestUri":"/"
1888      },
1889      "input":{"shape":"ReplaceNetworkAclEntryRequest"},
1890      "documentation":"<p>Replaces an entry (rule) in a network ACL. 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>"
1891    },
1892    "ReplaceRoute":{
1893      "name":"ReplaceRoute",
1894      "http":{
1895        "method":"POST",
1896        "requestUri":"/"
1897      },
1898      "input":{"shape":"ReplaceRouteRequest"},
1899      "documentation":"<p>Replaces an existing route within a route table in a VPC. You must provide only one of the following: Internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, or network interface.</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>"
1900    },
1901    "ReplaceRouteTableAssociation":{
1902      "name":"ReplaceRouteTableAssociation",
1903      "http":{
1904        "method":"POST",
1905        "requestUri":"/"
1906      },
1907      "input":{"shape":"ReplaceRouteTableAssociationRequest"},
1908      "output":{"shape":"ReplaceRouteTableAssociationResult"},
1909      "documentation":"<p>Changes the route table associated with a given subnet in a VPC. After the operation completes, the subnet uses the routes in the new route table it's associated with. For more information about route tables, see <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> <p>You can also use ReplaceRouteTableAssociation to change which table is the main route table in the VPC. You just specify the main route table's association ID and the route table to be the new main route table.</p>"
1910    },
1911    "ReportInstanceStatus":{
1912      "name":"ReportInstanceStatus",
1913      "http":{
1914        "method":"POST",
1915        "requestUri":"/"
1916      },
1917      "input":{"shape":"ReportInstanceStatusRequest"},
1918      "documentation":"<p>Submits feedback about the status of an instance. The instance must be in the <code>running</code> state. If your experience with the instance differs from the instance status returned by <a>DescribeInstanceStatus</a>, use <a>ReportInstanceStatus</a> to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks.</p> <p>Use of this action does not change the value returned by <a>DescribeInstanceStatus</a>.</p>"
1919    },
1920    "RequestSpotFleet":{
1921      "name":"RequestSpotFleet",
1922      "http":{
1923        "method":"POST",
1924        "requestUri":"/"
1925      },
1926      "input":{"shape":"RequestSpotFleetRequest"},
1927      "output":{"shape":"RequestSpotFleetResponse"},
1928      "documentation":"<p>Creates a Spot fleet request.</p> <p>You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.</p> <p>By default, the Spot fleet requests Spot instances in the Spot pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload.</p> <p>Alternatively, you can specify that the Spot fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot instances in your Spot fleet are in different Spot pools, you can improve the availability of your fleet.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html\">Spot Fleet Requests</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
1929    },
1930    "RequestSpotInstances":{
1931      "name":"RequestSpotInstances",
1932      "http":{
1933        "method":"POST",
1934        "requestUri":"/"
1935      },
1936      "input":{"shape":"RequestSpotInstancesRequest"},
1937      "output":{"shape":"RequestSpotInstancesResult"},
1938      "documentation":"<p>Creates a Spot instance request. 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>"
1939    },
1940    "ResetImageAttribute":{
1941      "name":"ResetImageAttribute",
1942      "http":{
1943        "method":"POST",
1944        "requestUri":"/"
1945      },
1946      "input":{"shape":"ResetImageAttributeRequest"},
1947      "documentation":"<p>Resets an attribute of an AMI to its default value.</p> <note> <p>The productCodes attribute can't be reset.</p> </note>"
1948    },
1949    "ResetInstanceAttribute":{
1950      "name":"ResetInstanceAttribute",
1951      "http":{
1952        "method":"POST",
1953        "requestUri":"/"
1954      },
1955      "input":{"shape":"ResetInstanceAttributeRequest"},
1956      "documentation":"<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>"
1957    },
1958    "ResetNetworkInterfaceAttribute":{
1959      "name":"ResetNetworkInterfaceAttribute",
1960      "http":{
1961        "method":"POST",
1962        "requestUri":"/"
1963      },
1964      "input":{"shape":"ResetNetworkInterfaceAttributeRequest"},
1965      "documentation":"<p>Resets a network interface attribute. You can specify only one attribute at a time.</p>"
1966    },
1967    "ResetSnapshotAttribute":{
1968      "name":"ResetSnapshotAttribute",
1969      "http":{
1970        "method":"POST",
1971        "requestUri":"/"
1972      },
1973      "input":{"shape":"ResetSnapshotAttributeRequest"},
1974      "documentation":"<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>"
1975    },
1976    "RestoreAddressToClassic":{
1977      "name":"RestoreAddressToClassic",
1978      "http":{
1979        "method":"POST",
1980        "requestUri":"/"
1981      },
1982      "input":{"shape":"RestoreAddressToClassicRequest"},
1983      "output":{"shape":"RestoreAddressToClassicResult"},
1984      "documentation":"<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>"
1985    },
1986    "RevokeSecurityGroupEgress":{
1987      "name":"RevokeSecurityGroupEgress",
1988      "http":{
1989        "method":"POST",
1990        "requestUri":"/"
1991      },
1992      "input":{"shape":"RevokeSecurityGroupEgressRequest"},
1993      "documentation":"<p>[EC2-VPC only] Removes one or more egress rules from a security group for EC2-VPC. This action doesn't apply to security groups for use in EC2-Classic. 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>"
1994    },
1995    "RevokeSecurityGroupIngress":{
1996      "name":"RevokeSecurityGroupIngress",
1997      "http":{
1998        "method":"POST",
1999        "requestUri":"/"
2000      },
2001      "input":{"shape":"RevokeSecurityGroupIngressRequest"},
2002      "documentation":"<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>"
2003    },
2004    "RunInstances":{
2005      "name":"RunInstances",
2006      "http":{
2007        "method":"POST",
2008        "requestUri":"/"
2009      },
2010      "input":{"shape":"RunInstancesRequest"},
2011      "output":{"shape":"Reservation"},
2012      "documentation":"<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>To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances.</p> <p>To tag your instance, ensure that it is <code>running</code> as <a>CreateTags</a> requires a resource ID. For more information about tagging, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html\">Tagging Your Amazon EC2 Resources</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>[EC2-VPC only accounts] If you don't specify a subnet in the request, we choose a default subnet from your default VPC for you.</p> <p>[EC2-Classic accounts] If you're launching into EC2-Classic and you don't specify an Availability Zone, we choose one for you.</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>Some 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. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html#vpc-only-instance-types\">Instance Types Available Only in a VPC</a>.</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>"
2013    },
2014    "RunScheduledInstances":{
2015      "name":"RunScheduledInstances",
2016      "http":{
2017        "method":"POST",
2018        "requestUri":"/"
2019      },
2020      "input":{"shape":"RunScheduledInstancesRequest"},
2021      "output":{"shape":"RunScheduledInstancesResult"},
2022      "documentation":"<p>Launches the specified Scheduled Instances.</p> <p>Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using <a>PurchaseScheduledInstances</a>.</p> <p>You must launch a Scheduled Instance during its scheduled time period. You can't stop or reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a Scheduled Instance before the current scheduled time period ends, you can launch it again after a few minutes. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-scheduled-instances.html\">Scheduled Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
2023    },
2024    "StartInstances":{
2025      "name":"StartInstances",
2026      "http":{
2027        "method":"POST",
2028        "requestUri":"/"
2029      },
2030      "input":{"shape":"StartInstancesRequest"},
2031      "output":{"shape":"StartInstancesResult"},
2032      "documentation":"<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>"
2033    },
2034    "StopInstances":{
2035      "name":"StopInstances",
2036      "http":{
2037        "method":"POST",
2038        "requestUri":"/"
2039      },
2040      "input":{"shape":"StopInstancesRequest"},
2041      "output":{"shape":"StopInstancesResult"},
2042      "documentation":"<p>Stops an Amazon EBS-backed instance.</p> <p>We don't charge hourly usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains, continues to persist your data, and you are charged for Amazon EBS volume usage. 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, and you can't stop instance store-backed instances.</p> <p>When you stop an instance, we shut it down. You can restart your instance at any time. Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM.</p> <p>Stopping an instance is different to rebooting or terminating it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, and terminating instances, see <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>When you stop an instance, we attempt to shut it down forcibly after a short while. If your instance appears stuck in the stopping state after a period of time, there may be an issue with the underlying host computer. For more information, see <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>"
2043    },
2044    "TerminateInstances":{
2045      "name":"TerminateInstances",
2046      "http":{
2047        "method":"POST",
2048        "requestUri":"/"
2049      },
2050      "input":{"shape":"TerminateInstancesRequest"},
2051      "output":{"shape":"TerminateInstancesResult"},
2052      "documentation":"<p>Shuts down one or more instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds. </p> <p>If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated.</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, any attached EBS volumes with the <code>DeleteOnTermination</code> block device mapping parameter set to <code>true</code> 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>"
2053    },
2054    "UnassignPrivateIpAddresses":{
2055      "name":"UnassignPrivateIpAddresses",
2056      "http":{
2057        "method":"POST",
2058        "requestUri":"/"
2059      },
2060      "input":{"shape":"UnassignPrivateIpAddressesRequest"},
2061      "documentation":"<p>Unassigns one or more secondary private IP addresses from a network interface.</p>"
2062    },
2063    "UnmonitorInstances":{
2064      "name":"UnmonitorInstances",
2065      "http":{
2066        "method":"POST",
2067        "requestUri":"/"
2068      },
2069      "input":{"shape":"UnmonitorInstancesRequest"},
2070      "output":{"shape":"UnmonitorInstancesResult"},
2071      "documentation":"<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>"
2072    }
2073  },
2074  "shapes":{
2075    "AcceptReservedInstancesExchangeQuoteRequest":{
2076      "type":"structure",
2077      "required":["ReservedInstanceIds"],
2078      "members":{
2079        "DryRun":{
2080          "shape":"Boolean",
2081          "documentation":"<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>"
2082        },
2083        "ReservedInstanceIds":{
2084          "shape":"ReservedInstanceIdSet",
2085          "documentation":"<p>The IDs of the Convertible Reserved Instances that you want to exchange for other Convertible Reserved Instances of the same or higher value.</p>",
2086          "locationName":"ReservedInstanceId"
2087        },
2088        "TargetConfigurations":{
2089          "shape":"TargetConfigurationRequestSet",
2090          "documentation":"<p>The configurations of the Convertible Reserved Instance offerings you are purchasing in this exchange.</p>",
2091          "locationName":"TargetConfiguration"
2092        }
2093      },
2094      "documentation":"<p>Contains the parameters for accepting the quote.</p>"
2095    },
2096    "AcceptReservedInstancesExchangeQuoteResult":{
2097      "type":"structure",
2098      "members":{
2099        "ExchangeId":{
2100          "shape":"String",
2101          "documentation":"<p>The ID of the successful exchange.</p>",
2102          "locationName":"exchangeId"
2103        }
2104      },
2105      "documentation":"<p>The result of the exchange and whether it was <code>successful</code>.</p>"
2106    },
2107    "AcceptVpcPeeringConnectionRequest":{
2108      "type":"structure",
2109      "members":{
2110        "DryRun":{
2111          "shape":"Boolean",
2112          "documentation":"<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>",
2113          "locationName":"dryRun"
2114        },
2115        "VpcPeeringConnectionId":{
2116          "shape":"String",
2117          "documentation":"<p>The ID of the VPC peering connection.</p>",
2118          "locationName":"vpcPeeringConnectionId"
2119        }
2120      },
2121      "documentation":"<p>Contains the parameters for AcceptVpcPeeringConnection.</p>"
2122    },
2123    "AcceptVpcPeeringConnectionResult":{
2124      "type":"structure",
2125      "members":{
2126        "VpcPeeringConnection":{
2127          "shape":"VpcPeeringConnection",
2128          "documentation":"<p>Information about the VPC peering connection.</p>",
2129          "locationName":"vpcPeeringConnection"
2130        }
2131      },
2132      "documentation":"<p>Contains the output of AcceptVpcPeeringConnection.</p>"
2133    },
2134    "AccountAttribute":{
2135      "type":"structure",
2136      "members":{
2137        "AttributeName":{
2138          "shape":"String",
2139          "documentation":"<p>The name of the account attribute.</p>",
2140          "locationName":"attributeName"
2141        },
2142        "AttributeValues":{
2143          "shape":"AccountAttributeValueList",
2144          "documentation":"<p>One or more values for the account attribute.</p>",
2145          "locationName":"attributeValueSet"
2146        }
2147      },
2148      "documentation":"<p>Describes an account attribute.</p>"
2149    },
2150    "AccountAttributeList":{
2151      "type":"list",
2152      "member":{
2153        "shape":"AccountAttribute",
2154        "locationName":"item"
2155      }
2156    },
2157    "AccountAttributeName":{
2158      "type":"string",
2159      "enum":[
2160        "supported-platforms",
2161        "default-vpc"
2162      ]
2163    },
2164    "AccountAttributeNameStringList":{
2165      "type":"list",
2166      "member":{
2167        "shape":"AccountAttributeName",
2168        "locationName":"attributeName"
2169      }
2170    },
2171    "AccountAttributeValue":{
2172      "type":"structure",
2173      "members":{
2174        "AttributeValue":{
2175          "shape":"String",
2176          "documentation":"<p>The value of the attribute.</p>",
2177          "locationName":"attributeValue"
2178        }
2179      },
2180      "documentation":"<p>Describes a value of an account attribute.</p>"
2181    },
2182    "AccountAttributeValueList":{
2183      "type":"list",
2184      "member":{
2185        "shape":"AccountAttributeValue",
2186        "locationName":"item"
2187      }
2188    },
2189    "ActiveInstance":{
2190      "type":"structure",
2191      "members":{
2192        "InstanceType":{
2193          "shape":"String",
2194          "documentation":"<p>The instance type.</p>",
2195          "locationName":"instanceType"
2196        },
2197        "InstanceId":{
2198          "shape":"String",
2199          "documentation":"<p>The ID of the instance.</p>",
2200          "locationName":"instanceId"
2201        },
2202        "SpotInstanceRequestId":{
2203          "shape":"String",
2204          "documentation":"<p>The ID of the Spot instance request.</p>",
2205          "locationName":"spotInstanceRequestId"
2206        }
2207      },
2208      "documentation":"<p>Describes a running instance in a Spot fleet.</p>"
2209    },
2210    "ActiveInstanceSet":{
2211      "type":"list",
2212      "member":{
2213        "shape":"ActiveInstance",
2214        "locationName":"item"
2215      }
2216    },
2217    "ActivityStatus":{
2218      "type":"string",
2219      "enum":[
2220        "error",
2221        "pending_fulfillment",
2222        "pending_termination",
2223        "fulfilled"
2224      ]
2225    },
2226    "Address":{
2227      "type":"structure",
2228      "members":{
2229        "InstanceId":{
2230          "shape":"String",
2231          "documentation":"<p>The ID of the instance that the address is associated with (if any).</p>",
2232          "locationName":"instanceId"
2233        },
2234        "PublicIp":{
2235          "shape":"String",
2236          "documentation":"<p>The Elastic IP address.</p>",
2237          "locationName":"publicIp"
2238        },
2239        "AllocationId":{
2240          "shape":"String",
2241          "documentation":"<p>The ID representing the allocation of the address for use with EC2-VPC.</p>",
2242          "locationName":"allocationId"
2243        },
2244        "AssociationId":{
2245          "shape":"String",
2246          "documentation":"<p>The ID representing the association of the address with an instance in a VPC.</p>",
2247          "locationName":"associationId"
2248        },
2249        "Domain":{
2250          "shape":"DomainType",
2251          "documentation":"<p>Indicates whether this Elastic IP address is for use with instances in EC2-Classic (<code>standard</code>) or instances in a VPC (<code>vpc</code>).</p>",
2252          "locationName":"domain"
2253        },
2254        "NetworkInterfaceId":{
2255          "shape":"String",
2256          "documentation":"<p>The ID of the network interface.</p>",
2257          "locationName":"networkInterfaceId"
2258        },
2259        "NetworkInterfaceOwnerId":{
2260          "shape":"String",
2261          "documentation":"<p>The ID of the AWS account that owns the network interface.</p>",
2262          "locationName":"networkInterfaceOwnerId"
2263        },
2264        "PrivateIpAddress":{
2265          "shape":"String",
2266          "documentation":"<p>The private IP address associated with the Elastic IP address.</p>",
2267          "locationName":"privateIpAddress"
2268        }
2269      },
2270      "documentation":"<p>Describes an Elastic IP address.</p>"
2271    },
2272    "AddressList":{
2273      "type":"list",
2274      "member":{
2275        "shape":"Address",
2276        "locationName":"item"
2277      }
2278    },
2279    "Affinity":{
2280      "type":"string",
2281      "enum":[
2282        "default",
2283        "host"
2284      ]
2285    },
2286    "AllocateAddressRequest":{
2287      "type":"structure",
2288      "members":{
2289        "DryRun":{
2290          "shape":"Boolean",
2291          "documentation":"<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>",
2292          "locationName":"dryRun"
2293        },
2294        "Domain":{
2295          "shape":"DomainType",
2296          "documentation":"<p>Set to <code>vpc</code> to allocate the address for use with instances in a VPC.</p> <p>Default: The address is for use with instances in EC2-Classic.</p>"
2297        }
2298      },
2299      "documentation":"<p>Contains the parameters for AllocateAddress.</p>"
2300    },
2301    "AllocateAddressResult":{
2302      "type":"structure",
2303      "members":{
2304        "PublicIp":{
2305          "shape":"String",
2306          "documentation":"<p>The Elastic IP address.</p>",
2307          "locationName":"publicIp"
2308        },
2309        "Domain":{
2310          "shape":"DomainType",
2311          "documentation":"<p>Indicates whether this Elastic IP address is for use with instances in EC2-Classic (<code>standard</code>) or instances in a VPC (<code>vpc</code>).</p>",
2312          "locationName":"domain"
2313        },
2314        "AllocationId":{
2315          "shape":"String",
2316          "documentation":"<p>[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.</p>",
2317          "locationName":"allocationId"
2318        }
2319      },
2320      "documentation":"<p>Contains the output of AllocateAddress.</p>"
2321    },
2322    "AllocateHostsRequest":{
2323      "type":"structure",
2324      "required":[
2325        "InstanceType",
2326        "Quantity",
2327        "AvailabilityZone"
2328      ],
2329      "members":{
2330        "AutoPlacement":{
2331          "shape":"AutoPlacement",
2332          "documentation":"<p>This is enabled by default. This property allows instances to be automatically placed onto available Dedicated Hosts, when you are launching instances without specifying a host ID.</p> <p>Default: Enabled</p>",
2333          "locationName":"autoPlacement"
2334        },
2335        "ClientToken":{
2336          "shape":"String",
2337          "documentation":"<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>",
2338          "locationName":"clientToken"
2339        },
2340        "InstanceType":{
2341          "shape":"String",
2342          "documentation":"<p>Specify the instance type that you want your Dedicated Hosts to be configured for. When you specify the instance type, that is the only instance type that you can launch onto that host.</p>",
2343          "locationName":"instanceType"
2344        },
2345        "Quantity":{
2346          "shape":"Integer",
2347          "documentation":"<p>The number of Dedicated Hosts you want to allocate to your account with these parameters.</p>",
2348          "locationName":"quantity"
2349        },
2350        "AvailabilityZone":{
2351          "shape":"String",
2352          "documentation":"<p>The Availability Zone for the Dedicated Hosts.</p>",
2353          "locationName":"availabilityZone"
2354        }
2355      },
2356      "documentation":"<p>Contains the parameters for AllocateHosts.</p>"
2357    },
2358    "AllocateHostsResult":{
2359      "type":"structure",
2360      "members":{
2361        "HostIds":{
2362          "shape":"ResponseHostIdList",
2363          "documentation":"<p>The ID of the allocated Dedicated Host. This is used when you want to launch an instance onto a specific host.</p>",
2364          "locationName":"hostIdSet"
2365        }
2366      },
2367      "documentation":"<p>Contains the output of AllocateHosts.</p>"
2368    },
2369    "AllocationIdList":{
2370      "type":"list",
2371      "member":{
2372        "shape":"String",
2373        "locationName":"AllocationId"
2374      }
2375    },
2376    "AllocationState":{
2377      "type":"string",
2378      "enum":[
2379        "available",
2380        "under-assessment",
2381        "permanent-failure",
2382        "released",
2383        "released-permanent-failure"
2384      ]
2385    },
2386    "AllocationStrategy":{
2387      "type":"string",
2388      "enum":[
2389        "lowestPrice",
2390        "diversified"
2391      ]
2392    },
2393    "ArchitectureValues":{
2394      "type":"string",
2395      "enum":[
2396        "i386",
2397        "x86_64"
2398      ]
2399    },
2400    "AssignPrivateIpAddressesRequest":{
2401      "type":"structure",
2402      "required":["NetworkInterfaceId"],
2403      "members":{
2404        "NetworkInterfaceId":{
2405          "shape":"String",
2406          "documentation":"<p>The ID of the network interface.</p>",
2407          "locationName":"networkInterfaceId"
2408        },
2409        "PrivateIpAddresses":{
2410          "shape":"PrivateIpAddressStringList",
2411          "documentation":"<p>One or more IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.</p> <p>If you don't specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.</p>",
2412          "locationName":"privateIpAddress"
2413        },
2414        "SecondaryPrivateIpAddressCount":{
2415          "shape":"Integer",
2416          "documentation":"<p>The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.</p>",
2417          "locationName":"secondaryPrivateIpAddressCount"
2418        },
2419        "AllowReassignment":{
2420          "shape":"Boolean",
2421          "documentation":"<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>",
2422          "locationName":"allowReassignment"
2423        }
2424      },
2425      "documentation":"<p>Contains the parameters for AssignPrivateIpAddresses.</p>"
2426    },
2427    "AssociateAddressRequest":{
2428      "type":"structure",
2429      "members":{
2430        "DryRun":{
2431          "shape":"Boolean",
2432          "documentation":"<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>",
2433          "locationName":"dryRun"
2434        },
2435        "InstanceId":{
2436          "shape":"String",
2437          "documentation":"<p>The ID of the instance. This is required for EC2-Classic. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. The operation fails if you specify an instance ID unless exactly one network interface is attached.</p>"
2438        },
2439        "PublicIp":{
2440          "shape":"String",
2441          "documentation":"<p>The Elastic IP address. This is required for EC2-Classic.</p>"
2442        },
2443        "AllocationId":{
2444          "shape":"String",
2445          "documentation":"<p>[EC2-VPC] The allocation ID. This is required for EC2-VPC.</p>"
2446        },
2447        "NetworkInterfaceId":{
2448          "shape":"String",
2449          "documentation":"<p>[EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.</p>",
2450          "locationName":"networkInterfaceId"
2451        },
2452        "PrivateIpAddress":{
2453          "shape":"String",
2454          "documentation":"<p>[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.</p>",
2455          "locationName":"privateIpAddress"
2456        },
2457        "AllowReassociation":{
2458          "shape":"Boolean",
2459          "documentation":"<p>[EC2-VPC] For a VPC in an EC2-Classic account, specify true to allow an Elastic IP address that is already associated with an instance or network interface to be reassociated with the specified instance or network interface. Otherwise, the operation fails. In a VPC in an EC2-VPC-only account, reassociation is automatic, therefore you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.</p>",
2460          "locationName":"allowReassociation"
2461        }
2462      },
2463      "documentation":"<p>Contains the parameters for AssociateAddress.</p>"
2464    },
2465    "AssociateAddressResult":{
2466      "type":"structure",
2467      "members":{
2468        "AssociationId":{
2469          "shape":"String",
2470          "documentation":"<p>[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.</p>",
2471          "locationName":"associationId"
2472        }
2473      },
2474      "documentation":"<p>Contains the output of AssociateAddress.</p>"
2475    },
2476    "AssociateDhcpOptionsRequest":{
2477      "type":"structure",
2478      "required":[
2479        "DhcpOptionsId",
2480        "VpcId"
2481      ],
2482      "members":{
2483        "DryRun":{
2484          "shape":"Boolean",
2485          "documentation":"<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>",
2486          "locationName":"dryRun"
2487        },
2488        "DhcpOptionsId":{
2489          "shape":"String",
2490          "documentation":"<p>The ID of the DHCP options set, or <code>default</code> to associate no DHCP options with the VPC.</p>"
2491        },
2492        "VpcId":{
2493          "shape":"String",
2494          "documentation":"<p>The ID of the VPC.</p>"
2495        }
2496      },
2497      "documentation":"<p>Contains the parameters for AssociateDhcpOptions.</p>"
2498    },
2499    "AssociateRouteTableRequest":{
2500      "type":"structure",
2501      "required":[
2502        "SubnetId",
2503        "RouteTableId"
2504      ],
2505      "members":{
2506        "DryRun":{
2507          "shape":"Boolean",
2508          "documentation":"<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>",
2509          "locationName":"dryRun"
2510        },
2511        "SubnetId":{
2512          "shape":"String",
2513          "documentation":"<p>The ID of the subnet.</p>",
2514          "locationName":"subnetId"
2515        },
2516        "RouteTableId":{
2517          "shape":"String",
2518          "documentation":"<p>The ID of the route table.</p>",
2519          "locationName":"routeTableId"
2520        }
2521      },
2522      "documentation":"<p>Contains the parameters for AssociateRouteTable.</p>"
2523    },
2524    "AssociateRouteTableResult":{
2525      "type":"structure",
2526      "members":{
2527        "AssociationId":{
2528          "shape":"String",
2529          "documentation":"<p>The route table association ID (needed to disassociate the route table).</p>",
2530          "locationName":"associationId"
2531        }
2532      },
2533      "documentation":"<p>Contains the output of AssociateRouteTable.</p>"
2534    },
2535    "AttachClassicLinkVpcRequest":{
2536      "type":"structure",
2537      "required":[
2538        "InstanceId",
2539        "VpcId",
2540        "Groups"
2541      ],
2542      "members":{
2543        "DryRun":{
2544          "shape":"Boolean",
2545          "documentation":"<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>",
2546          "locationName":"dryRun"
2547        },
2548        "InstanceId":{
2549          "shape":"String",
2550          "documentation":"<p>The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.</p>",
2551          "locationName":"instanceId"
2552        },
2553        "VpcId":{
2554          "shape":"String",
2555          "documentation":"<p>The ID of a ClassicLink-enabled VPC.</p>",
2556          "locationName":"vpcId"
2557        },
2558        "Groups":{
2559          "shape":"GroupIdStringList",
2560          "documentation":"<p>The ID of one or more of the VPC's security groups. You cannot specify security groups from a different VPC.</p>",
2561          "locationName":"SecurityGroupId"
2562        }
2563      },
2564      "documentation":"<p>Contains the parameters for AttachClassicLinkVpc.</p>"
2565    },
2566    "AttachClassicLinkVpcResult":{
2567      "type":"structure",
2568      "members":{
2569        "Return":{
2570          "shape":"Boolean",
2571          "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
2572          "locationName":"return"
2573        }
2574      },
2575      "documentation":"<p>Contains the output of AttachClassicLinkVpc.</p>"
2576    },
2577    "AttachInternetGatewayRequest":{
2578      "type":"structure",
2579      "required":[
2580        "InternetGatewayId",
2581        "VpcId"
2582      ],
2583      "members":{
2584        "DryRun":{
2585          "shape":"Boolean",
2586          "documentation":"<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>",
2587          "locationName":"dryRun"
2588        },
2589        "InternetGatewayId":{
2590          "shape":"String",
2591          "documentation":"<p>The ID of the Internet gateway.</p>",
2592          "locationName":"internetGatewayId"
2593        },
2594        "VpcId":{
2595          "shape":"String",
2596          "documentation":"<p>The ID of the VPC.</p>",
2597          "locationName":"vpcId"
2598        }
2599      },
2600      "documentation":"<p>Contains the parameters for AttachInternetGateway.</p>"
2601    },
2602    "AttachNetworkInterfaceRequest":{
2603      "type":"structure",
2604      "required":[
2605        "NetworkInterfaceId",
2606        "InstanceId",
2607        "DeviceIndex"
2608      ],
2609      "members":{
2610        "DryRun":{
2611          "shape":"Boolean",
2612          "documentation":"<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>",
2613          "locationName":"dryRun"
2614        },
2615        "NetworkInterfaceId":{
2616          "shape":"String",
2617          "documentation":"<p>The ID of the network interface.</p>",
2618          "locationName":"networkInterfaceId"
2619        },
2620        "InstanceId":{
2621          "shape":"String",
2622          "documentation":"<p>The ID of the instance.</p>",
2623          "locationName":"instanceId"
2624        },
2625        "DeviceIndex":{
2626          "shape":"Integer",
2627          "documentation":"<p>The index of the device for the network interface attachment.</p>",
2628          "locationName":"deviceIndex"
2629        }
2630      },
2631      "documentation":"<p>Contains the parameters for AttachNetworkInterface.</p>"
2632    },
2633    "AttachNetworkInterfaceResult":{
2634      "type":"structure",
2635      "members":{
2636        "AttachmentId":{
2637          "shape":"String",
2638          "documentation":"<p>The ID of the network interface attachment.</p>",
2639          "locationName":"attachmentId"
2640        }
2641      },
2642      "documentation":"<p>Contains the output of AttachNetworkInterface.</p>"
2643    },
2644    "AttachVolumeRequest":{
2645      "type":"structure",
2646      "required":[
2647        "VolumeId",
2648        "InstanceId",
2649        "Device"
2650      ],
2651      "members":{
2652        "DryRun":{
2653          "shape":"Boolean",
2654          "documentation":"<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>",
2655          "locationName":"dryRun"
2656        },
2657        "VolumeId":{
2658          "shape":"String",
2659          "documentation":"<p>The ID of the EBS volume. The volume and instance must be within the same Availability Zone.</p>"
2660        },
2661        "InstanceId":{
2662          "shape":"String",
2663          "documentation":"<p>The ID of the instance.</p>"
2664        },
2665        "Device":{
2666          "shape":"String",
2667          "documentation":"<p>The device name to expose to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>"
2668        }
2669      },
2670      "documentation":"<p>Contains the parameters for AttachVolume.</p>"
2671    },
2672    "AttachVpnGatewayRequest":{
2673      "type":"structure",
2674      "required":[
2675        "VpnGatewayId",
2676        "VpcId"
2677      ],
2678      "members":{
2679        "DryRun":{
2680          "shape":"Boolean",
2681          "documentation":"<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>",
2682          "locationName":"dryRun"
2683        },
2684        "VpnGatewayId":{
2685          "shape":"String",
2686          "documentation":"<p>The ID of the virtual private gateway.</p>"
2687        },
2688        "VpcId":{
2689          "shape":"String",
2690          "documentation":"<p>The ID of the VPC.</p>"
2691        }
2692      },
2693      "documentation":"<p>Contains the parameters for AttachVpnGateway.</p>"
2694    },
2695    "AttachVpnGatewayResult":{
2696      "type":"structure",
2697      "members":{
2698        "VpcAttachment":{
2699          "shape":"VpcAttachment",
2700          "documentation":"<p>Information about the attachment.</p>",
2701          "locationName":"attachment"
2702        }
2703      },
2704      "documentation":"<p>Contains the output of AttachVpnGateway.</p>"
2705    },
2706    "AttachmentStatus":{
2707      "type":"string",
2708      "enum":[
2709        "attaching",
2710        "attached",
2711        "detaching",
2712        "detached"
2713      ]
2714    },
2715    "AttributeBooleanValue":{
2716      "type":"structure",
2717      "members":{
2718        "Value":{
2719          "shape":"Boolean",
2720          "documentation":"<p>The attribute value. The valid values are <code>true</code> or <code>false</code>.</p>",
2721          "locationName":"value"
2722        }
2723      },
2724      "documentation":"<p>Describes a value for a resource attribute that is a Boolean value.</p>"
2725    },
2726    "AttributeValue":{
2727      "type":"structure",
2728      "members":{
2729        "Value":{
2730          "shape":"String",
2731          "documentation":"<p>The attribute value. Note that the value is case-sensitive.</p>",
2732          "locationName":"value"
2733        }
2734      },
2735      "documentation":"<p>Describes a value for a resource attribute that is a String.</p>"
2736    },
2737    "AuthorizeSecurityGroupEgressRequest":{
2738      "type":"structure",
2739      "required":["GroupId"],
2740      "members":{
2741        "DryRun":{
2742          "shape":"Boolean",
2743          "documentation":"<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>",
2744          "locationName":"dryRun"
2745        },
2746        "GroupId":{
2747          "shape":"String",
2748          "documentation":"<p>The ID of the security group.</p>",
2749          "locationName":"groupId"
2750        },
2751        "SourceSecurityGroupName":{
2752          "shape":"String",
2753          "documentation":"<p>The name of a destination security group. To authorize outbound access to a destination security group, we recommend that you use a set of IP permissions instead.</p>",
2754          "locationName":"sourceSecurityGroupName"
2755        },
2756        "SourceSecurityGroupOwnerId":{
2757          "shape":"String",
2758          "documentation":"<p>The AWS account number for a destination security group. To authorize outbound access to a destination security group, we recommend that you use a set of IP permissions instead.</p>",
2759          "locationName":"sourceSecurityGroupOwnerId"
2760        },
2761        "IpProtocol":{
2762          "shape":"String",
2763          "documentation":"<p>The IP protocol name or number. We recommend that you specify the protocol in a set of IP permissions instead.</p>",
2764          "locationName":"ipProtocol"
2765        },
2766        "FromPort":{
2767          "shape":"Integer",
2768          "documentation":"<p>The start of port range for the TCP and UDP protocols, or an ICMP type number. We recommend that you specify the port range in a set of IP permissions instead.</p>",
2769          "locationName":"fromPort"
2770        },
2771        "ToPort":{
2772          "shape":"Integer",
2773          "documentation":"<p>The end of port range for the TCP and UDP protocols, or an ICMP type number. We recommend that you specify the port range in a set of IP permissions instead.</p>",
2774          "locationName":"toPort"
2775        },
2776        "CidrIp":{
2777          "shape":"String",
2778          "documentation":"<p>The CIDR IP address range. We recommend that you specify the CIDR range in a set of IP permissions instead.</p>",
2779          "locationName":"cidrIp"
2780        },
2781        "IpPermissions":{
2782          "shape":"IpPermissionList",
2783          "documentation":"<p>A set of IP permissions. You can't specify a destination security group and a CIDR IP address range.</p>",
2784          "locationName":"ipPermissions"
2785        }
2786      },
2787      "documentation":"<p>Contains the parameters for AuthorizeSecurityGroupEgress.</p>"
2788    },
2789    "AuthorizeSecurityGroupIngressRequest":{
2790      "type":"structure",
2791      "members":{
2792        "DryRun":{
2793          "shape":"Boolean",
2794          "documentation":"<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>",
2795          "locationName":"dryRun"
2796        },
2797        "GroupName":{
2798          "shape":"String",
2799          "documentation":"<p>[EC2-Classic, default VPC] The name of the security group.</p>"
2800        },
2801        "GroupId":{
2802          "shape":"String",
2803          "documentation":"<p>The ID of the security group. Required for a nondefault VPC.</p>"
2804        },
2805        "SourceSecurityGroupName":{
2806          "shape":"String",
2807          "documentation":"<p>[EC2-Classic, default VPC] The name of the source security group. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead. For EC2-VPC, the source security group must be in the same VPC.</p>"
2808        },
2809        "SourceSecurityGroupOwnerId":{
2810          "shape":"String",
2811          "documentation":"<p>[EC2-Classic] The AWS account number for the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead.</p>"
2812        },
2813        "IpProtocol":{
2814          "shape":"String",
2815          "documentation":"<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>). (VPC only) Use <code>-1</code> to specify all traffic. If you specify <code>-1</code>, traffic on all ports is allowed, regardless of any ports you specify.</p>"
2816        },
2817        "FromPort":{
2818          "shape":"Integer",
2819          "documentation":"<p>The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use <code>-1</code> to specify all ICMP types.</p>"
2820        },
2821        "ToPort":{
2822          "shape":"Integer",
2823          "documentation":"<p>The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use <code>-1</code> to specify all ICMP codes for the ICMP type.</p>"
2824        },
2825        "CidrIp":{
2826          "shape":"String",
2827          "documentation":"<p>The CIDR IP address range. You can't specify this parameter when specifying a source security group.</p>"
2828        },
2829        "IpPermissions":{
2830          "shape":"IpPermissionList",
2831          "documentation":"<p>A set of IP permissions. Can be used to specify multiple rules in a single command.</p>"
2832        }
2833      },
2834      "documentation":"<p>Contains the parameters for AuthorizeSecurityGroupIngress.</p>"
2835    },
2836    "AutoPlacement":{
2837      "type":"string",
2838      "enum":[
2839        "on",
2840        "off"
2841      ]
2842    },
2843    "AvailabilityZone":{
2844      "type":"structure",
2845      "members":{
2846        "ZoneName":{
2847          "shape":"String",
2848          "documentation":"<p>The name of the Availability Zone.</p>",
2849          "locationName":"zoneName"
2850        },
2851        "State":{
2852          "shape":"AvailabilityZoneState",
2853          "documentation":"<p>The state of the Availability Zone.</p>",
2854          "locationName":"zoneState"
2855        },
2856        "RegionName":{
2857          "shape":"String",
2858          "documentation":"<p>The name of the region.</p>",
2859          "locationName":"regionName"
2860        },
2861        "Messages":{
2862          "shape":"AvailabilityZoneMessageList",
2863          "documentation":"<p>Any messages about the Availability Zone.</p>",
2864          "locationName":"messageSet"
2865        }
2866      },
2867      "documentation":"<p>Describes an Availability Zone.</p>"
2868    },
2869    "AvailabilityZoneList":{
2870      "type":"list",
2871      "member":{
2872        "shape":"AvailabilityZone",
2873        "locationName":"item"
2874      }
2875    },
2876    "AvailabilityZoneMessage":{
2877      "type":"structure",
2878      "members":{
2879        "Message":{
2880          "shape":"String",
2881          "documentation":"<p>The message about the Availability Zone.</p>",
2882          "locationName":"message"
2883        }
2884      },
2885      "documentation":"<p>Describes a message about an Availability Zone.</p>"
2886    },
2887    "AvailabilityZoneMessageList":{
2888      "type":"list",
2889      "member":{
2890        "shape":"AvailabilityZoneMessage",
2891        "locationName":"item"
2892      }
2893    },
2894    "AvailabilityZoneState":{
2895      "type":"string",
2896      "enum":[
2897        "available",
2898        "information",
2899        "impaired",
2900        "unavailable"
2901      ]
2902    },
2903    "AvailableCapacity":{
2904      "type":"structure",
2905      "members":{
2906        "AvailableInstanceCapacity":{
2907          "shape":"AvailableInstanceCapacityList",
2908          "documentation":"<p>The total number of instances that the Dedicated Host supports.</p>",
2909          "locationName":"availableInstanceCapacity"
2910        },
2911        "AvailableVCpus":{
2912          "shape":"Integer",
2913          "documentation":"<p>The number of vCPUs available on the Dedicated Host.</p>",
2914          "locationName":"availableVCpus"
2915        }
2916      },
2917      "documentation":"<p>The capacity information for instances launched onto the Dedicated Host.</p>"
2918    },
2919    "AvailableInstanceCapacityList":{
2920      "type":"list",
2921      "member":{
2922        "shape":"InstanceCapacity",
2923        "locationName":"item"
2924      }
2925    },
2926    "BatchState":{
2927      "type":"string",
2928      "enum":[
2929        "submitted",
2930        "active",
2931        "cancelled",
2932        "failed",
2933        "cancelled_running",
2934        "cancelled_terminating",
2935        "modifying"
2936      ]
2937    },
2938    "Blob":{"type":"blob"},
2939    "BlobAttributeValue":{
2940      "type":"structure",
2941      "members":{
2942        "Value":{
2943          "shape":"Blob",
2944          "locationName":"value"
2945        }
2946      }
2947    },
2948    "BlockDeviceMapping":{
2949      "type":"structure",
2950      "members":{
2951        "VirtualName":{
2952          "shape":"String",
2953          "documentation":"<p>The virtual device name (<code>ephemeral</code>N). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for <code>ephemeral0</code> and <code>ephemeral1</code>.The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.</p> <p>Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.</p>",
2954          "locationName":"virtualName"
2955        },
2956        "DeviceName":{
2957          "shape":"String",
2958          "documentation":"<p>The device name exposed to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>",
2959          "locationName":"deviceName"
2960        },
2961        "Ebs":{
2962          "shape":"EbsBlockDevice",
2963          "documentation":"<p>Parameters used to automatically set up EBS volumes when the instance is launched.</p>",
2964          "locationName":"ebs"
2965        },
2966        "NoDevice":{
2967          "shape":"String",
2968          "documentation":"<p>Suppresses the specified device included in the block device mapping of the AMI.</p>",
2969          "locationName":"noDevice"
2970        }
2971      },
2972      "documentation":"<p>Describes a block device mapping.</p>"
2973    },
2974    "BlockDeviceMappingList":{
2975      "type":"list",
2976      "member":{
2977        "shape":"BlockDeviceMapping",
2978        "locationName":"item"
2979      }
2980    },
2981    "BlockDeviceMappingRequestList":{
2982      "type":"list",
2983      "member":{
2984        "shape":"BlockDeviceMapping",
2985        "locationName":"BlockDeviceMapping"
2986      }
2987    },
2988    "Boolean":{"type":"boolean"},
2989    "BundleIdStringList":{
2990      "type":"list",
2991      "member":{
2992        "shape":"String",
2993        "locationName":"BundleId"
2994      }
2995    },
2996    "BundleInstanceRequest":{
2997      "type":"structure",
2998      "required":[
2999        "InstanceId",
3000        "Storage"
3001      ],
3002      "members":{
3003        "DryRun":{
3004          "shape":"Boolean",
3005          "documentation":"<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>",
3006          "locationName":"dryRun"
3007        },
3008        "InstanceId":{
3009          "shape":"String",
3010          "documentation":"<p>The ID of the instance to bundle.</p> <p>Type: String</p> <p>Default: None</p> <p>Required: Yes</p>"
3011        },
3012        "Storage":{
3013          "shape":"Storage",
3014          "documentation":"<p>The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.</p>"
3015        }
3016      },
3017      "documentation":"<p>Contains the parameters for BundleInstance.</p>"
3018    },
3019    "BundleInstanceResult":{
3020      "type":"structure",
3021      "members":{
3022        "BundleTask":{
3023          "shape":"BundleTask",
3024          "documentation":"<p>Information about the bundle task.</p>",
3025          "locationName":"bundleInstanceTask"
3026        }
3027      },
3028      "documentation":"<p>Contains the output of BundleInstance.</p>"
3029    },
3030    "BundleTask":{
3031      "type":"structure",
3032      "members":{
3033        "InstanceId":{
3034          "shape":"String",
3035          "documentation":"<p>The ID of the instance associated with this bundle task.</p>",
3036          "locationName":"instanceId"
3037        },
3038        "BundleId":{
3039          "shape":"String",
3040          "documentation":"<p>The ID of the bundle task.</p>",
3041          "locationName":"bundleId"
3042        },
3043        "State":{
3044          "shape":"BundleTaskState",
3045          "documentation":"<p>The state of the task.</p>",
3046          "locationName":"state"
3047        },
3048        "StartTime":{
3049          "shape":"DateTime",
3050          "documentation":"<p>The time this task started.</p>",
3051          "locationName":"startTime"
3052        },
3053        "UpdateTime":{
3054          "shape":"DateTime",
3055          "documentation":"<p>The time of the most recent update for the task.</p>",
3056          "locationName":"updateTime"
3057        },
3058        "Storage":{
3059          "shape":"Storage",
3060          "documentation":"<p>The Amazon S3 storage locations.</p>",
3061          "locationName":"storage"
3062        },
3063        "Progress":{
3064          "shape":"String",
3065          "documentation":"<p>The level of task completion, as a percent (for example, 20%).</p>",
3066          "locationName":"progress"
3067        },
3068        "BundleTaskError":{
3069          "shape":"BundleTaskError",
3070          "documentation":"<p>If the task fails, a description of the error.</p>",
3071          "locationName":"error"
3072        }
3073      },
3074      "documentation":"<p>Describes a bundle task.</p>"
3075    },
3076    "BundleTaskError":{
3077      "type":"structure",
3078      "members":{
3079        "Code":{
3080          "shape":"String",
3081          "documentation":"<p>The error code.</p>",
3082          "locationName":"code"
3083        },
3084        "Message":{
3085          "shape":"String",
3086          "documentation":"<p>The error message.</p>",
3087          "locationName":"message"
3088        }
3089      },
3090      "documentation":"<p>Describes an error for <a>BundleInstance</a>.</p>"
3091    },
3092    "BundleTaskList":{
3093      "type":"list",
3094      "member":{
3095        "shape":"BundleTask",
3096        "locationName":"item"
3097      }
3098    },
3099    "BundleTaskState":{
3100      "type":"string",
3101      "enum":[
3102        "pending",
3103        "waiting-for-shutdown",
3104        "bundling",
3105        "storing",
3106        "cancelling",
3107        "complete",
3108        "failed"
3109      ]
3110    },
3111    "CancelBatchErrorCode":{
3112      "type":"string",
3113      "enum":[
3114        "fleetRequestIdDoesNotExist",
3115        "fleetRequestIdMalformed",
3116        "fleetRequestNotInCancellableState",
3117        "unexpectedError"
3118      ]
3119    },
3120    "CancelBundleTaskRequest":{
3121      "type":"structure",
3122      "required":["BundleId"],
3123      "members":{
3124        "DryRun":{
3125          "shape":"Boolean",
3126          "documentation":"<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>",
3127          "locationName":"dryRun"
3128        },
3129        "BundleId":{
3130          "shape":"String",
3131          "documentation":"<p>The ID of the bundle task.</p>"
3132        }
3133      },
3134      "documentation":"<p>Contains the parameters for CancelBundleTask.</p>"
3135    },
3136    "CancelBundleTaskResult":{
3137      "type":"structure",
3138      "members":{
3139        "BundleTask":{
3140          "shape":"BundleTask",
3141          "documentation":"<p>Information about the bundle task.</p>",
3142          "locationName":"bundleInstanceTask"
3143        }
3144      },
3145      "documentation":"<p>Contains the output of CancelBundleTask.</p>"
3146    },
3147    "CancelConversionRequest":{
3148      "type":"structure",
3149      "required":["ConversionTaskId"],
3150      "members":{
3151        "DryRun":{
3152          "shape":"Boolean",
3153          "documentation":"<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>",
3154          "locationName":"dryRun"
3155        },
3156        "ConversionTaskId":{
3157          "shape":"String",
3158          "documentation":"<p>The ID of the conversion task.</p>",
3159          "locationName":"conversionTaskId"
3160        },
3161        "ReasonMessage":{
3162          "shape":"String",
3163          "documentation":"<p>The reason for canceling the conversion task.</p>",
3164          "locationName":"reasonMessage"
3165        }
3166      },
3167      "documentation":"<p>Contains the parameters for CancelConversionTask.</p>"
3168    },
3169    "CancelExportTaskRequest":{
3170      "type":"structure",
3171      "required":["ExportTaskId"],
3172      "members":{
3173        "ExportTaskId":{
3174          "shape":"String",
3175          "documentation":"<p>The ID of the export task. This is the ID returned by <code>CreateInstanceExportTask</code>.</p>",
3176          "locationName":"exportTaskId"
3177        }
3178      },
3179      "documentation":"<p>Contains the parameters for CancelExportTask.</p>"
3180    },
3181    "CancelImportTaskRequest":{
3182      "type":"structure",
3183      "members":{
3184        "DryRun":{
3185          "shape":"Boolean",
3186          "documentation":"<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>"
3187        },
3188        "ImportTaskId":{
3189          "shape":"String",
3190          "documentation":"<p>The ID of the import image or import snapshot task to be canceled.</p>"
3191        },
3192        "CancelReason":{
3193          "shape":"String",
3194          "documentation":"<p>The reason for canceling the task.</p>"
3195        }
3196      },
3197      "documentation":"<p>Contains the parameters for CancelImportTask.</p>"
3198    },
3199    "CancelImportTaskResult":{
3200      "type":"structure",
3201      "members":{
3202        "ImportTaskId":{
3203          "shape":"String",
3204          "documentation":"<p>The ID of the task being canceled.</p>",
3205          "locationName":"importTaskId"
3206        },
3207        "State":{
3208          "shape":"String",
3209          "documentation":"<p>The current state of the task being canceled.</p>",
3210          "locationName":"state"
3211        },
3212        "PreviousState":{
3213          "shape":"String",
3214          "documentation":"<p>The current state of the task being canceled.</p>",
3215          "locationName":"previousState"
3216        }
3217      },
3218      "documentation":"<p>Contains the output for CancelImportTask.</p>"
3219    },
3220    "CancelReservedInstancesListingRequest":{
3221      "type":"structure",
3222      "required":["ReservedInstancesListingId"],
3223      "members":{
3224        "ReservedInstancesListingId":{
3225          "shape":"String",
3226          "documentation":"<p>The ID of the Reserved Instance listing.</p>",
3227          "locationName":"reservedInstancesListingId"
3228        }
3229      },
3230      "documentation":"<p>Contains the parameters for CancelReservedInstancesListing.</p>"
3231    },
3232    "CancelReservedInstancesListingResult":{
3233      "type":"structure",
3234      "members":{
3235        "ReservedInstancesListings":{
3236          "shape":"ReservedInstancesListingList",
3237          "documentation":"<p>The Reserved Instance listing.</p>",
3238          "locationName":"reservedInstancesListingsSet"
3239        }
3240      },
3241      "documentation":"<p>Contains the output of CancelReservedInstancesListing.</p>"
3242    },
3243    "CancelSpotFleetRequestsError":{
3244      "type":"structure",
3245      "required":[
3246        "Code",
3247        "Message"
3248      ],
3249      "members":{
3250        "Code":{
3251          "shape":"CancelBatchErrorCode",
3252          "documentation":"<p>The error code.</p>",
3253          "locationName":"code"
3254        },
3255        "Message":{
3256          "shape":"String",
3257          "documentation":"<p>The description for the error code.</p>",
3258          "locationName":"message"
3259        }
3260      },
3261      "documentation":"<p>Describes a Spot fleet error.</p>"
3262    },
3263    "CancelSpotFleetRequestsErrorItem":{
3264      "type":"structure",
3265      "required":[
3266        "SpotFleetRequestId",
3267        "Error"
3268      ],
3269      "members":{
3270        "SpotFleetRequestId":{
3271          "shape":"String",
3272          "documentation":"<p>The ID of the Spot fleet request.</p>",
3273          "locationName":"spotFleetRequestId"
3274        },
3275        "Error":{
3276          "shape":"CancelSpotFleetRequestsError",
3277          "documentation":"<p>The error.</p>",
3278          "locationName":"error"
3279        }
3280      },
3281      "documentation":"<p>Describes a Spot fleet request that was not successfully canceled.</p>"
3282    },
3283    "CancelSpotFleetRequestsErrorSet":{
3284      "type":"list",
3285      "member":{
3286        "shape":"CancelSpotFleetRequestsErrorItem",
3287        "locationName":"item"
3288      }
3289    },
3290    "CancelSpotFleetRequestsRequest":{
3291      "type":"structure",
3292      "required":[
3293        "SpotFleetRequestIds",
3294        "TerminateInstances"
3295      ],
3296      "members":{
3297        "DryRun":{
3298          "shape":"Boolean",
3299          "documentation":"<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>",
3300          "locationName":"dryRun"
3301        },
3302        "SpotFleetRequestIds":{
3303          "shape":"ValueStringList",
3304          "documentation":"<p>The IDs of the Spot fleet requests.</p>",
3305          "locationName":"spotFleetRequestId"
3306        },
3307        "TerminateInstances":{
3308          "shape":"Boolean",
3309          "documentation":"<p>Indicates whether to terminate instances for a Spot fleet request if it is canceled successfully.</p>",
3310          "locationName":"terminateInstances"
3311        }
3312      },
3313      "documentation":"<p>Contains the parameters for CancelSpotFleetRequests.</p>"
3314    },
3315    "CancelSpotFleetRequestsResponse":{
3316      "type":"structure",
3317      "members":{
3318        "UnsuccessfulFleetRequests":{
3319          "shape":"CancelSpotFleetRequestsErrorSet",
3320          "documentation":"<p>Information about the Spot fleet requests that are not successfully canceled.</p>",
3321          "locationName":"unsuccessfulFleetRequestSet"
3322        },
3323        "SuccessfulFleetRequests":{
3324          "shape":"CancelSpotFleetRequestsSuccessSet",
3325          "documentation":"<p>Information about the Spot fleet requests that are successfully canceled.</p>",
3326          "locationName":"successfulFleetRequestSet"
3327        }
3328      },
3329      "documentation":"<p>Contains the output of CancelSpotFleetRequests.</p>"
3330    },
3331    "CancelSpotFleetRequestsSuccessItem":{
3332      "type":"structure",
3333      "required":[
3334        "SpotFleetRequestId",
3335        "CurrentSpotFleetRequestState",
3336        "PreviousSpotFleetRequestState"
3337      ],
3338      "members":{
3339        "SpotFleetRequestId":{
3340          "shape":"String",
3341          "documentation":"<p>The ID of the Spot fleet request.</p>",
3342          "locationName":"spotFleetRequestId"
3343        },
3344        "CurrentSpotFleetRequestState":{
3345          "shape":"BatchState",
3346          "documentation":"<p>The current state of the Spot fleet request.</p>",
3347          "locationName":"currentSpotFleetRequestState"
3348        },
3349        "PreviousSpotFleetRequestState":{
3350          "shape":"BatchState",
3351          "documentation":"<p>The previous state of the Spot fleet request.</p>",
3352          "locationName":"previousSpotFleetRequestState"
3353        }
3354      },
3355      "documentation":"<p>Describes a Spot fleet request that was successfully canceled.</p>"
3356    },
3357    "CancelSpotFleetRequestsSuccessSet":{
3358      "type":"list",
3359      "member":{
3360        "shape":"CancelSpotFleetRequestsSuccessItem",
3361        "locationName":"item"
3362      }
3363    },
3364    "CancelSpotInstanceRequestState":{
3365      "type":"string",
3366      "enum":[
3367        "active",
3368        "open",
3369        "closed",
3370        "cancelled",
3371        "completed"
3372      ]
3373    },
3374    "CancelSpotInstanceRequestsRequest":{
3375      "type":"structure",
3376      "required":["SpotInstanceRequestIds"],
3377      "members":{
3378        "DryRun":{
3379          "shape":"Boolean",
3380          "documentation":"<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>",
3381          "locationName":"dryRun"
3382        },
3383        "SpotInstanceRequestIds":{
3384          "shape":"SpotInstanceRequestIdList",
3385          "documentation":"<p>One or more Spot instance request IDs.</p>",
3386          "locationName":"SpotInstanceRequestId"
3387        }
3388      },
3389      "documentation":"<p>Contains the parameters for CancelSpotInstanceRequests.</p>"
3390    },
3391    "CancelSpotInstanceRequestsResult":{
3392      "type":"structure",
3393      "members":{
3394        "CancelledSpotInstanceRequests":{
3395          "shape":"CancelledSpotInstanceRequestList",
3396          "documentation":"<p>One or more Spot instance requests.</p>",
3397          "locationName":"spotInstanceRequestSet"
3398        }
3399      },
3400      "documentation":"<p>Contains the output of CancelSpotInstanceRequests.</p>"
3401    },
3402    "CancelledSpotInstanceRequest":{
3403      "type":"structure",
3404      "members":{
3405        "SpotInstanceRequestId":{
3406          "shape":"String",
3407          "documentation":"<p>The ID of the Spot instance request.</p>",
3408          "locationName":"spotInstanceRequestId"
3409        },
3410        "State":{
3411          "shape":"CancelSpotInstanceRequestState",
3412          "documentation":"<p>The state of the Spot instance request.</p>",
3413          "locationName":"state"
3414        }
3415      },
3416      "documentation":"<p>Describes a request to cancel a Spot instance.</p>"
3417    },
3418    "CancelledSpotInstanceRequestList":{
3419      "type":"list",
3420      "member":{
3421        "shape":"CancelledSpotInstanceRequest",
3422        "locationName":"item"
3423      }
3424    },
3425    "ClassicLinkDnsSupport":{
3426      "type":"structure",
3427      "members":{
3428        "VpcId":{
3429          "shape":"String",
3430          "documentation":"<p>The ID of the VPC.</p>",
3431          "locationName":"vpcId"
3432        },
3433        "ClassicLinkDnsSupported":{
3434          "shape":"Boolean",
3435          "documentation":"<p>Indicates whether ClassicLink DNS support is enabled for the VPC.</p>",
3436          "locationName":"classicLinkDnsSupported"
3437        }
3438      },
3439      "documentation":"<p>Describes the ClassicLink DNS support status of a VPC.</p>"
3440    },
3441    "ClassicLinkDnsSupportList":{
3442      "type":"list",
3443      "member":{
3444        "shape":"ClassicLinkDnsSupport",
3445        "locationName":"item"
3446      }
3447    },
3448    "ClassicLinkInstance":{
3449      "type":"structure",
3450      "members":{
3451        "InstanceId":{
3452          "shape":"String",
3453          "documentation":"<p>The ID of the instance.</p>",
3454          "locationName":"instanceId"
3455        },
3456        "VpcId":{
3457          "shape":"String",
3458          "documentation":"<p>The ID of the VPC.</p>",
3459          "locationName":"vpcId"
3460        },
3461        "Groups":{
3462          "shape":"GroupIdentifierList",
3463          "documentation":"<p>A list of security groups.</p>",
3464          "locationName":"groupSet"
3465        },
3466        "Tags":{
3467          "shape":"TagList",
3468          "documentation":"<p>Any tags assigned to the instance.</p>",
3469          "locationName":"tagSet"
3470        }
3471      },
3472      "documentation":"<p>Describes a linked EC2-Classic instance.</p>"
3473    },
3474    "ClassicLinkInstanceList":{
3475      "type":"list",
3476      "member":{
3477        "shape":"ClassicLinkInstance",
3478        "locationName":"item"
3479      }
3480    },
3481    "ClientData":{
3482      "type":"structure",
3483      "members":{
3484        "UploadStart":{
3485          "shape":"DateTime",
3486          "documentation":"<p>The time that the disk upload starts.</p>"
3487        },
3488        "UploadEnd":{
3489          "shape":"DateTime",
3490          "documentation":"<p>The time that the disk upload ends.</p>"
3491        },
3492        "UploadSize":{
3493          "shape":"Double",
3494          "documentation":"<p>The size of the uploaded disk image, in GiB.</p>"
3495        },
3496        "Comment":{
3497          "shape":"String",
3498          "documentation":"<p>A user-defined comment about the disk upload.</p>"
3499        }
3500      },
3501      "documentation":"<p>Describes the client-specific data.</p>"
3502    },
3503    "ConfirmProductInstanceRequest":{
3504      "type":"structure",
3505      "required":[
3506        "ProductCode",
3507        "InstanceId"
3508      ],
3509      "members":{
3510        "DryRun":{
3511          "shape":"Boolean",
3512          "documentation":"<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>",
3513          "locationName":"dryRun"
3514        },
3515        "ProductCode":{
3516          "shape":"String",
3517          "documentation":"<p>The product code. This must be a product code that you own.</p>"
3518        },
3519        "InstanceId":{
3520          "shape":"String",
3521          "documentation":"<p>The ID of the instance.</p>"
3522        }
3523      },
3524      "documentation":"<p>Contains the parameters for ConfirmProductInstance.</p>"
3525    },
3526    "ConfirmProductInstanceResult":{
3527      "type":"structure",
3528      "members":{
3529        "OwnerId":{
3530          "shape":"String",
3531          "documentation":"<p>The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.</p>",
3532          "locationName":"ownerId"
3533        },
3534        "Return":{
3535          "shape":"Boolean",
3536          "documentation":"<p>The return value of the request. Returns <code>true</code> if the specified product code is owned by the requester and associated with the specified instance.</p>",
3537          "locationName":"return"
3538        }
3539      },
3540      "documentation":"<p>Contains the output of ConfirmProductInstance.</p>"
3541    },
3542    "ContainerFormat":{
3543      "type":"string",
3544      "enum":["ova"]
3545    },
3546    "ConversionIdStringList":{
3547      "type":"list",
3548      "member":{
3549        "shape":"String",
3550        "locationName":"item"
3551      }
3552    },
3553    "ConversionTask":{
3554      "type":"structure",
3555      "required":[
3556        "ConversionTaskId",
3557        "State"
3558      ],
3559      "members":{
3560        "ConversionTaskId":{
3561          "shape":"String",
3562          "documentation":"<p>The ID of the conversion task.</p>",
3563          "locationName":"conversionTaskId"
3564        },
3565        "ExpirationTime":{
3566          "shape":"String",
3567          "documentation":"<p>The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.</p>",
3568          "locationName":"expirationTime"
3569        },
3570        "ImportInstance":{
3571          "shape":"ImportInstanceTaskDetails",
3572          "documentation":"<p>If the task is for importing an instance, this contains information about the import instance task.</p>",
3573          "locationName":"importInstance"
3574        },
3575        "ImportVolume":{
3576          "shape":"ImportVolumeTaskDetails",
3577          "documentation":"<p>If the task is for importing a volume, this contains information about the import volume task.</p>",
3578          "locationName":"importVolume"
3579        },
3580        "State":{
3581          "shape":"ConversionTaskState",
3582          "documentation":"<p>The state of the conversion task.</p>",
3583          "locationName":"state"
3584        },
3585        "StatusMessage":{
3586          "shape":"String",
3587          "documentation":"<p>The status message related to the conversion task.</p>",
3588          "locationName":"statusMessage"
3589        },
3590        "Tags":{
3591          "shape":"TagList",
3592          "documentation":"<p>Any tags assigned to the task.</p>",
3593          "locationName":"tagSet"
3594        }
3595      },
3596      "documentation":"<p>Describes a conversion task.</p>"
3597    },
3598    "ConversionTaskState":{
3599      "type":"string",
3600      "enum":[
3601        "active",
3602        "cancelling",
3603        "cancelled",
3604        "completed"
3605      ]
3606    },
3607    "CopyImageRequest":{
3608      "type":"structure",
3609      "required":[
3610        "SourceRegion",
3611        "SourceImageId",
3612        "Name"
3613      ],
3614      "members":{
3615        "DryRun":{
3616          "shape":"Boolean",
3617          "documentation":"<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>",
3618          "locationName":"dryRun"
3619        },
3620        "SourceRegion":{
3621          "shape":"String",
3622          "documentation":"<p>The name of the region that contains the AMI to copy.</p>"
3623        },
3624        "SourceImageId":{
3625          "shape":"String",
3626          "documentation":"<p>The ID of the AMI to copy.</p>"
3627        },
3628        "Name":{
3629          "shape":"String",
3630          "documentation":"<p>The name of the new AMI in the destination region.</p>"
3631        },
3632        "Description":{
3633          "shape":"String",
3634          "documentation":"<p>A description for the new AMI in the destination region.</p>"
3635        },
3636        "ClientToken":{
3637          "shape":"String",
3638          "documentation":"<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>"
3639        },
3640        "Encrypted":{
3641          "shape":"Boolean",
3642          "documentation":"<p>Specifies whether the destination snapshots of the copied image should be encrypted. The default CMK for EBS is used unless a non-default AWS Key Management Service (AWS KMS) CMK is specified with <code>KmsKeyId</code>. 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>",
3643          "locationName":"encrypted"
3644        },
3645        "KmsKeyId":{
3646          "shape":"String",
3647          "documentation":"<p>The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when encrypting the snapshots of an image during a copy operation. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the <code>arn:aws:kms</code> namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the <code>key</code> namespace, and then the CMK ID. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:key/<i>abcd1234-a123-456a-a12b-a123b4cd56ef</i>. The specified CMK must exist in the region that the snapshot is being copied to. If a <code>KmsKeyId</code> is specified, the <code>Encrypted</code> flag must also be set.</p>",
3648          "locationName":"kmsKeyId"
3649        }
3650      },
3651      "documentation":"<p>Contains the parameters for CopyImage.</p>"
3652    },
3653    "CopyImageResult":{
3654      "type":"structure",
3655      "members":{
3656        "ImageId":{
3657          "shape":"String",
3658          "documentation":"<p>The ID of the new AMI.</p>",
3659          "locationName":"imageId"
3660        }
3661      },
3662      "documentation":"<p>Contains the output of CopyImage.</p>"
3663    },
3664    "CopySnapshotRequest":{
3665      "type":"structure",
3666      "required":[
3667        "SourceRegion",
3668        "SourceSnapshotId"
3669      ],
3670      "members":{
3671        "DryRun":{
3672          "shape":"Boolean",
3673          "documentation":"<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>",
3674          "locationName":"dryRun"
3675        },
3676        "SourceRegion":{
3677          "shape":"String",
3678          "documentation":"<p>The ID of the region that contains the snapshot to be copied.</p>"
3679        },
3680        "SourceSnapshotId":{
3681          "shape":"String",
3682          "documentation":"<p>The ID of the EBS snapshot to copy.</p>"
3683        },
3684        "Description":{
3685          "shape":"String",
3686          "documentation":"<p>A description for the EBS snapshot.</p>"
3687        },
3688        "DestinationRegion":{
3689          "shape":"String",
3690          "documentation":"<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>",
3691          "locationName":"destinationRegion"
3692        },
3693        "PresignedUrl":{
3694          "shape":"String",
3695          "documentation":"<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>",
3696          "locationName":"presignedUrl"
3697        },
3698        "Encrypted":{
3699          "shape":"Boolean",
3700          "documentation":"<p>Specifies whether the destination snapshot should be encrypted. You can encrypt a copy of an unencrypted snapshot using this flag, but you cannot use it to create an unencrypted copy from an encrypted snapshot. Your default CMK for EBS is used unless a non-default AWS Key Management Service (AWS KMS) CMK is specified with <code>KmsKeyId</code>. 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>",
3701          "locationName":"encrypted"
3702        },
3703        "KmsKeyId":{
3704          "shape":"String",
3705          "documentation":"<p>The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when creating the snapshot copy. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the <code>arn:aws:kms</code> namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the <code>key</code> namespace, and then the CMK ID. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:key/<i>abcd1234-a123-456a-a12b-a123b4cd56ef</i>. The specified CMK must exist in the region that the snapshot is being copied to. If a <code>KmsKeyId</code> is specified, the <code>Encrypted</code> flag must also be set.</p>",
3706          "locationName":"kmsKeyId"
3707        }
3708      },
3709      "documentation":"<p>Contains the parameters for CopySnapshot.</p>"
3710    },
3711    "CopySnapshotResult":{
3712      "type":"structure",
3713      "members":{
3714        "SnapshotId":{
3715          "shape":"String",
3716          "documentation":"<p>The ID of the new snapshot.</p>",
3717          "locationName":"snapshotId"
3718        }
3719      },
3720      "documentation":"<p>Contains the output of CopySnapshot.</p>"
3721    },
3722    "CreateCustomerGatewayRequest":{
3723      "type":"structure",
3724      "required":[
3725        "Type",
3726        "PublicIp",
3727        "BgpAsn"
3728      ],
3729      "members":{
3730        "DryRun":{
3731          "shape":"Boolean",
3732          "documentation":"<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>",
3733          "locationName":"dryRun"
3734        },
3735        "Type":{
3736          "shape":"GatewayType",
3737          "documentation":"<p>The type of VPN connection that this customer gateway supports (<code>ipsec.1</code>).</p>"
3738        },
3739        "PublicIp":{
3740          "shape":"String",
3741          "documentation":"<p>The Internet-routable IP address for the customer gateway's outside interface. The address must be static.</p>",
3742          "locationName":"IpAddress"
3743        },
3744        "BgpAsn":{
3745          "shape":"Integer",
3746          "documentation":"<p>For devices that support BGP, the customer gateway's BGP ASN.</p> <p>Default: 65000</p>"
3747        }
3748      },
3749      "documentation":"<p>Contains the parameters for CreateCustomerGateway.</p>"
3750    },
3751    "CreateCustomerGatewayResult":{
3752      "type":"structure",
3753      "members":{
3754        "CustomerGateway":{
3755          "shape":"CustomerGateway",
3756          "documentation":"<p>Information about the customer gateway.</p>",
3757          "locationName":"customerGateway"
3758        }
3759      },
3760      "documentation":"<p>Contains the output of CreateCustomerGateway.</p>"
3761    },
3762    "CreateDhcpOptionsRequest":{
3763      "type":"structure",
3764      "required":["DhcpConfigurations"],
3765      "members":{
3766        "DryRun":{
3767          "shape":"Boolean",
3768          "documentation":"<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>",
3769          "locationName":"dryRun"
3770        },
3771        "DhcpConfigurations":{
3772          "shape":"NewDhcpConfigurationList",
3773          "documentation":"<p>A DHCP configuration option.</p>",
3774          "locationName":"dhcpConfiguration"
3775        }
3776      },
3777      "documentation":"<p>Contains the parameters for CreateDhcpOptions.</p>"
3778    },
3779    "CreateDhcpOptionsResult":{
3780      "type":"structure",
3781      "members":{
3782        "DhcpOptions":{
3783          "shape":"DhcpOptions",
3784          "documentation":"<p>A set of DHCP options.</p>",
3785          "locationName":"dhcpOptions"
3786        }
3787      },
3788      "documentation":"<p>Contains the output of CreateDhcpOptions.</p>"
3789    },
3790    "CreateFlowLogsRequest":{
3791      "type":"structure",
3792      "required":[
3793        "ResourceIds",
3794        "ResourceType",
3795        "TrafficType",
3796        "LogGroupName",
3797        "DeliverLogsPermissionArn"
3798      ],
3799      "members":{
3800        "ResourceIds":{
3801          "shape":"ValueStringList",
3802          "documentation":"<p>One or more subnet, network interface, or VPC IDs.</p> <p>Constraints: Maximum of 1000 resources</p>",
3803          "locationName":"ResourceId"
3804        },
3805        "ResourceType":{
3806          "shape":"FlowLogsResourceType",
3807          "documentation":"<p>The type of resource on which to create the flow log.</p>"
3808        },
3809        "TrafficType":{
3810          "shape":"TrafficType",
3811          "documentation":"<p>The type of traffic to log.</p>"
3812        },
3813        "LogGroupName":{
3814          "shape":"String",
3815          "documentation":"<p>The name of the CloudWatch log group.</p>"
3816        },
3817        "DeliverLogsPermissionArn":{
3818          "shape":"String",
3819          "documentation":"<p>The ARN for the IAM role that's used to post flow logs to a CloudWatch Logs log group.</p>"
3820        },
3821        "ClientToken":{
3822          "shape":"String",
3823          "documentation":"<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/UserGuide/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>"
3824        }
3825      },
3826      "documentation":"<p>Contains the parameters for CreateFlowLogs.</p>"
3827    },
3828    "CreateFlowLogsResult":{
3829      "type":"structure",
3830      "members":{
3831        "FlowLogIds":{
3832          "shape":"ValueStringList",
3833          "documentation":"<p>The IDs of the flow logs.</p>",
3834          "locationName":"flowLogIdSet"
3835        },
3836        "ClientToken":{
3837          "shape":"String",
3838          "documentation":"<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request.</p>",
3839          "locationName":"clientToken"
3840        },
3841        "Unsuccessful":{
3842          "shape":"UnsuccessfulItemSet",
3843          "documentation":"<p>Information about the flow logs that could not be created successfully.</p>",
3844          "locationName":"unsuccessful"
3845        }
3846      },
3847      "documentation":"<p>Contains the output of CreateFlowLogs.</p>"
3848    },
3849    "CreateImageRequest":{
3850      "type":"structure",
3851      "required":[
3852        "InstanceId",
3853        "Name"
3854      ],
3855      "members":{
3856        "DryRun":{
3857          "shape":"Boolean",
3858          "documentation":"<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>",
3859          "locationName":"dryRun"
3860        },
3861        "InstanceId":{
3862          "shape":"String",
3863          "documentation":"<p>The ID of the instance.</p>",
3864          "locationName":"instanceId"
3865        },
3866        "Name":{
3867          "shape":"String",
3868          "documentation":"<p>A name for the new image.</p> <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>",
3869          "locationName":"name"
3870        },
3871        "Description":{
3872          "shape":"String",
3873          "documentation":"<p>A description for the new image.</p>",
3874          "locationName":"description"
3875        },
3876        "NoReboot":{
3877          "shape":"Boolean",
3878          "documentation":"<p>By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the 'No Reboot' option is set, Amazon EC2 doesn't shut down the instance before creating the image. When this option is used, file system integrity on the created image can't be guaranteed.</p>",
3879          "locationName":"noReboot"
3880        },
3881        "BlockDeviceMappings":{
3882          "shape":"BlockDeviceMappingRequestList",
3883          "documentation":"<p>Information about one or more block device mappings.</p>",
3884          "locationName":"blockDeviceMapping"
3885        }
3886      },
3887      "documentation":"<p>Contains the parameters for CreateImage.</p>"
3888    },
3889    "CreateImageResult":{
3890      "type":"structure",
3891      "members":{
3892        "ImageId":{
3893          "shape":"String",
3894          "documentation":"<p>The ID of the new AMI.</p>",
3895          "locationName":"imageId"
3896        }
3897      },
3898      "documentation":"<p>Contains the output of CreateImage.</p>"
3899    },
3900    "CreateInstanceExportTaskRequest":{
3901      "type":"structure",
3902      "required":["InstanceId"],
3903      "members":{
3904        "Description":{
3905          "shape":"String",
3906          "documentation":"<p>A description for the conversion task or the resource being exported. The maximum length is 255 bytes.</p>",
3907          "locationName":"description"
3908        },
3909        "InstanceId":{
3910          "shape":"String",
3911          "documentation":"<p>The ID of the instance.</p>",
3912          "locationName":"instanceId"
3913        },
3914        "TargetEnvironment":{
3915          "shape":"ExportEnvironment",
3916          "documentation":"<p>The target virtualization environment.</p>",
3917          "locationName":"targetEnvironment"
3918        },
3919        "ExportToS3Task":{
3920          "shape":"ExportToS3TaskSpecification",
3921          "documentation":"<p>The format and location for an instance export task.</p>",
3922          "locationName":"exportToS3"
3923        }
3924      },
3925      "documentation":"<p>Contains the parameters for CreateInstanceExportTask.</p>"
3926    },
3927    "CreateInstanceExportTaskResult":{
3928      "type":"structure",
3929      "members":{
3930        "ExportTask":{
3931          "shape":"ExportTask",
3932          "documentation":"<p>Information about the instance export task.</p>",
3933          "locationName":"exportTask"
3934        }
3935      },
3936      "documentation":"<p>Contains the output for CreateInstanceExportTask.</p>"
3937    },
3938    "CreateInternetGatewayRequest":{
3939      "type":"structure",
3940      "members":{
3941        "DryRun":{
3942          "shape":"Boolean",
3943          "documentation":"<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>",
3944          "locationName":"dryRun"
3945        }
3946      },
3947      "documentation":"<p>Contains the parameters for CreateInternetGateway.</p>"
3948    },
3949    "CreateInternetGatewayResult":{
3950      "type":"structure",
3951      "members":{
3952        "InternetGateway":{
3953          "shape":"InternetGateway",
3954          "documentation":"<p>Information about the Internet gateway.</p>",
3955          "locationName":"internetGateway"
3956        }
3957      },
3958      "documentation":"<p>Contains the output of CreateInternetGateway.</p>"
3959    },
3960    "CreateKeyPairRequest":{
3961      "type":"structure",
3962      "required":["KeyName"],
3963      "members":{
3964        "DryRun":{
3965          "shape":"Boolean",
3966          "documentation":"<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>",
3967          "locationName":"dryRun"
3968        },
3969        "KeyName":{
3970          "shape":"String",
3971          "documentation":"<p>A unique name for the key pair.</p> <p>Constraints: Up to 255 ASCII characters</p>"
3972        }
3973      },
3974      "documentation":"<p>Contains the parameters for CreateKeyPair.</p>"
3975    },
3976    "CreateNatGatewayRequest":{
3977      "type":"structure",
3978      "required":[
3979        "SubnetId",
3980        "AllocationId"
3981      ],
3982      "members":{
3983        "SubnetId":{
3984          "shape":"String",
3985          "documentation":"<p>The subnet in which to create the NAT gateway.</p>"
3986        },
3987        "AllocationId":{
3988          "shape":"String",
3989          "documentation":"<p>The allocation ID of an Elastic IP address to associate with the NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it.</p>"
3990        },
3991        "ClientToken":{
3992          "shape":"String",
3993          "documentation":"<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> <p>Constraint: Maximum 64 ASCII characters.</p>"
3994        }
3995      },
3996      "documentation":"<p>Contains the parameters for CreateNatGateway.</p>"
3997    },
3998    "CreateNatGatewayResult":{
3999      "type":"structure",
4000      "members":{
4001        "NatGateway":{
4002          "shape":"NatGateway",
4003          "documentation":"<p>Information about the NAT gateway.</p>",
4004          "locationName":"natGateway"
4005        },
4006        "ClientToken":{
4007          "shape":"String",
4008          "documentation":"<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
4009          "locationName":"clientToken"
4010        }
4011      },
4012      "documentation":"<p>Contains the output of CreateNatGateway.</p>"
4013    },
4014    "CreateNetworkAclEntryRequest":{
4015      "type":"structure",
4016      "required":[
4017        "NetworkAclId",
4018        "RuleNumber",
4019        "Protocol",
4020        "RuleAction",
4021        "Egress",
4022        "CidrBlock"
4023      ],
4024      "members":{
4025        "DryRun":{
4026          "shape":"Boolean",
4027          "documentation":"<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>",
4028          "locationName":"dryRun"
4029        },
4030        "NetworkAclId":{
4031          "shape":"String",
4032          "documentation":"<p>The ID of the network ACL.</p>",
4033          "locationName":"networkAclId"
4034        },
4035        "RuleNumber":{
4036          "shape":"Integer",
4037          "documentation":"<p>The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.</p> <p>Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is reserved for internal use.</p>",
4038          "locationName":"ruleNumber"
4039        },
4040        "Protocol":{
4041          "shape":"String",
4042          "documentation":"<p>The protocol. A value of -1 means all protocols.</p>",
4043          "locationName":"protocol"
4044        },
4045        "RuleAction":{
4046          "shape":"RuleAction",
4047          "documentation":"<p>Indicates whether to allow or deny the traffic that matches the rule.</p>",
4048          "locationName":"ruleAction"
4049        },
4050        "Egress":{
4051          "shape":"Boolean",
4052          "documentation":"<p>Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).</p>",
4053          "locationName":"egress"
4054        },
4055        "CidrBlock":{
4056          "shape":"String",
4057          "documentation":"<p>The network range to allow or deny, in CIDR notation (for example <code>172.16.0.0/24</code>).</p>",
4058          "locationName":"cidrBlock"
4059        },
4060        "IcmpTypeCode":{
4061          "shape":"IcmpTypeCode",
4062          "documentation":"<p>ICMP protocol: The ICMP type and code. Required if specifying ICMP for the protocol.</p>",
4063          "locationName":"Icmp"
4064        },
4065        "PortRange":{
4066          "shape":"PortRange",
4067          "documentation":"<p>TCP or UDP protocols: The range of ports the rule applies to.</p>",
4068          "locationName":"portRange"
4069        }
4070      },
4071      "documentation":"<p>Contains the parameters for CreateNetworkAclEntry.</p>"
4072    },
4073    "CreateNetworkAclRequest":{
4074      "type":"structure",
4075      "required":["VpcId"],
4076      "members":{
4077        "DryRun":{
4078          "shape":"Boolean",
4079          "documentation":"<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>",
4080          "locationName":"dryRun"
4081        },
4082        "VpcId":{
4083          "shape":"String",
4084          "documentation":"<p>The ID of the VPC.</p>",
4085          "locationName":"vpcId"
4086        }
4087      },
4088      "documentation":"<p>Contains the parameters for CreateNetworkAcl.</p>"
4089    },
4090    "CreateNetworkAclResult":{
4091      "type":"structure",
4092      "members":{
4093        "NetworkAcl":{
4094          "shape":"NetworkAcl",
4095          "documentation":"<p>Information about the network ACL.</p>",
4096          "locationName":"networkAcl"
4097        }
4098      },
4099      "documentation":"<p>Contains the output of CreateNetworkAcl.</p>"
4100    },
4101    "CreateNetworkInterfaceRequest":{
4102      "type":"structure",
4103      "required":["SubnetId"],
4104      "members":{
4105        "SubnetId":{
4106          "shape":"String",
4107          "documentation":"<p>The ID of the subnet to associate with the network interface.</p>",
4108          "locationName":"subnetId"
4109        },
4110        "Description":{
4111          "shape":"String",
4112          "documentation":"<p>A description for the network interface.</p>",
4113          "locationName":"description"
4114        },
4115        "PrivateIpAddress":{
4116          "shape":"String",
4117          "documentation":"<p>The primary private IP address of the network interface. If you don't specify an IP address, Amazon EC2 selects one for you from the subnet range. If you specify an IP address, you cannot indicate any IP addresses specified in <code>privateIpAddresses</code> as primary (only one IP address can be designated as primary).</p>",
4118          "locationName":"privateIpAddress"
4119        },
4120        "Groups":{
4121          "shape":"SecurityGroupIdStringList",
4122          "documentation":"<p>The IDs of one or more security groups.</p>",
4123          "locationName":"SecurityGroupId"
4124        },
4125        "PrivateIpAddresses":{
4126          "shape":"PrivateIpAddressSpecificationList",
4127          "documentation":"<p>One or more private IP addresses.</p>",
4128          "locationName":"privateIpAddresses"
4129        },
4130        "SecondaryPrivateIpAddressCount":{
4131          "shape":"Integer",
4132          "documentation":"<p>The number of secondary private IP addresses to assign to a network interface. When you specify a number of secondary IP addresses, Amazon EC2 selects these IP addresses within the subnet range. You can't specify this option and specify more than one private IP address using <code>privateIpAddresses</code>.</p> <p>The number of IP addresses you can assign to a network interface varies by instance type. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI\">Private IP Addresses Per ENI Per Instance Type</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
4133          "locationName":"secondaryPrivateIpAddressCount"
4134        },
4135        "DryRun":{
4136          "shape":"Boolean",
4137          "documentation":"<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>",
4138          "locationName":"dryRun"
4139        }
4140      },
4141      "documentation":"<p>Contains the parameters for CreateNetworkInterface.</p>"
4142    },
4143    "CreateNetworkInterfaceResult":{
4144      "type":"structure",
4145      "members":{
4146        "NetworkInterface":{
4147          "shape":"NetworkInterface",
4148          "documentation":"<p>Information about the network interface.</p>",
4149          "locationName":"networkInterface"
4150        }
4151      },
4152      "documentation":"<p>Contains the output of CreateNetworkInterface.</p>"
4153    },
4154    "CreatePlacementGroupRequest":{
4155      "type":"structure",
4156      "required":[
4157        "GroupName",
4158        "Strategy"
4159      ],
4160      "members":{
4161        "DryRun":{
4162          "shape":"Boolean",
4163          "documentation":"<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>",
4164          "locationName":"dryRun"
4165        },
4166        "GroupName":{
4167          "shape":"String",
4168          "documentation":"<p>A name for the placement group.</p> <p>Constraints: Up to 255 ASCII characters</p>",
4169          "locationName":"groupName"
4170        },
4171        "Strategy":{
4172          "shape":"PlacementStrategy",
4173          "documentation":"<p>The placement strategy.</p>",
4174          "locationName":"strategy"
4175        }
4176      },
4177      "documentation":"<p>Contains the parameters for CreatePlacementGroup.</p>"
4178    },
4179    "CreateReservedInstancesListingRequest":{
4180      "type":"structure",
4181      "required":[
4182        "ReservedInstancesId",
4183        "InstanceCount",
4184        "PriceSchedules",
4185        "ClientToken"
4186      ],
4187      "members":{
4188        "ReservedInstancesId":{
4189          "shape":"String",
4190          "documentation":"<p>The ID of the active Standard Reserved Instance.</p>",
4191          "locationName":"reservedInstancesId"
4192        },
4193        "InstanceCount":{
4194          "shape":"Integer",
4195          "documentation":"<p>The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.</p>",
4196          "locationName":"instanceCount"
4197        },
4198        "PriceSchedules":{
4199          "shape":"PriceScheduleSpecificationList",
4200          "documentation":"<p>A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.</p>",
4201          "locationName":"priceSchedules"
4202        },
4203        "ClientToken":{
4204          "shape":"String",
4205          "documentation":"<p>Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
4206          "locationName":"clientToken"
4207        }
4208      },
4209      "documentation":"<p>Contains the parameters for CreateReservedInstancesListing.</p>"
4210    },
4211    "CreateReservedInstancesListingResult":{
4212      "type":"structure",
4213      "members":{
4214        "ReservedInstancesListings":{
4215          "shape":"ReservedInstancesListingList",
4216          "documentation":"<p>Information about the Standard Reserved Instance listing.</p>",
4217          "locationName":"reservedInstancesListingsSet"
4218        }
4219      },
4220      "documentation":"<p>Contains the output of CreateReservedInstancesListing.</p>"
4221    },
4222    "CreateRouteRequest":{
4223      "type":"structure",
4224      "required":[
4225        "RouteTableId",
4226        "DestinationCidrBlock"
4227      ],
4228      "members":{
4229        "DryRun":{
4230          "shape":"Boolean",
4231          "documentation":"<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>",
4232          "locationName":"dryRun"
4233        },
4234        "RouteTableId":{
4235          "shape":"String",
4236          "documentation":"<p>The ID of the route table for the route.</p>",
4237          "locationName":"routeTableId"
4238        },
4239        "DestinationCidrBlock":{
4240          "shape":"String",
4241          "documentation":"<p>The CIDR address block used for the destination match. Routing decisions are based on the most specific match.</p>",
4242          "locationName":"destinationCidrBlock"
4243        },
4244        "GatewayId":{
4245          "shape":"String",
4246          "documentation":"<p>The ID of an Internet gateway or virtual private gateway attached to your VPC.</p>",
4247          "locationName":"gatewayId"
4248        },
4249        "InstanceId":{
4250          "shape":"String",
4251          "documentation":"<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>",
4252          "locationName":"instanceId"
4253        },
4254        "NetworkInterfaceId":{
4255          "shape":"String",
4256          "documentation":"<p>The ID of a network interface.</p>",
4257          "locationName":"networkInterfaceId"
4258        },
4259        "VpcPeeringConnectionId":{
4260          "shape":"String",
4261          "documentation":"<p>The ID of a VPC peering connection.</p>",
4262          "locationName":"vpcPeeringConnectionId"
4263        },
4264        "NatGatewayId":{
4265          "shape":"String",
4266          "documentation":"<p>The ID of a NAT gateway.</p>",
4267          "locationName":"natGatewayId"
4268        }
4269      },
4270      "documentation":"<p>Contains the parameters for CreateRoute.</p>"
4271    },
4272    "CreateRouteResult":{
4273      "type":"structure",
4274      "members":{
4275        "Return":{
4276          "shape":"Boolean",
4277          "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
4278          "locationName":"return"
4279        }
4280      },
4281      "documentation":"<p>Contains the output of CreateRoute.</p>"
4282    },
4283    "CreateRouteTableRequest":{
4284      "type":"structure",
4285      "required":["VpcId"],
4286      "members":{
4287        "DryRun":{
4288          "shape":"Boolean",
4289          "documentation":"<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>",
4290          "locationName":"dryRun"
4291        },
4292        "VpcId":{
4293          "shape":"String",
4294          "documentation":"<p>The ID of the VPC.</p>",
4295          "locationName":"vpcId"
4296        }
4297      },
4298      "documentation":"<p>Contains the parameters for CreateRouteTable.</p>"
4299    },
4300    "CreateRouteTableResult":{
4301      "type":"structure",
4302      "members":{
4303        "RouteTable":{
4304          "shape":"RouteTable",
4305          "documentation":"<p>Information about the route table.</p>",
4306          "locationName":"routeTable"
4307        }
4308      },
4309      "documentation":"<p>Contains the output of CreateRouteTable.</p>"
4310    },
4311    "CreateSecurityGroupRequest":{
4312      "type":"structure",
4313      "required":[
4314        "GroupName",
4315        "Description"
4316      ],
4317      "members":{
4318        "DryRun":{
4319          "shape":"Boolean",
4320          "documentation":"<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>",
4321          "locationName":"dryRun"
4322        },
4323        "GroupName":{
4324          "shape":"String",
4325          "documentation":"<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>"
4326        },
4327        "Description":{
4328          "shape":"String",
4329          "documentation":"<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>",
4330          "locationName":"GroupDescription"
4331        },
4332        "VpcId":{
4333          "shape":"String",
4334          "documentation":"<p>[EC2-VPC] The ID of the VPC. Required for EC2-VPC.</p>"
4335        }
4336      },
4337      "documentation":"<p>Contains the parameters for CreateSecurityGroup.</p>"
4338    },
4339    "CreateSecurityGroupResult":{
4340      "type":"structure",
4341      "members":{
4342        "GroupId":{
4343          "shape":"String",
4344          "documentation":"<p>The ID of the security group.</p>",
4345          "locationName":"groupId"
4346        }
4347      },
4348      "documentation":"<p>Contains the output of CreateSecurityGroup.</p>"
4349    },
4350    "CreateSnapshotRequest":{
4351      "type":"structure",
4352      "required":["VolumeId"],
4353      "members":{
4354        "DryRun":{
4355          "shape":"Boolean",
4356          "documentation":"<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>",
4357          "locationName":"dryRun"
4358        },
4359        "VolumeId":{
4360          "shape":"String",
4361          "documentation":"<p>The ID of the EBS volume.</p>"
4362        },
4363        "Description":{
4364          "shape":"String",
4365          "documentation":"<p>A description for the snapshot.</p>"
4366        }
4367      },
4368      "documentation":"<p>Contains the parameters for CreateSnapshot.</p>"
4369    },
4370    "CreateSpotDatafeedSubscriptionRequest":{
4371      "type":"structure",
4372      "required":["Bucket"],
4373      "members":{
4374        "DryRun":{
4375          "shape":"Boolean",
4376          "documentation":"<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>",
4377          "locationName":"dryRun"
4378        },
4379        "Bucket":{
4380          "shape":"String",
4381          "documentation":"<p>The Amazon S3 bucket in which to store the Spot instance data feed.</p>",
4382          "locationName":"bucket"
4383        },
4384        "Prefix":{
4385          "shape":"String",
4386          "documentation":"<p>A prefix for the data feed file names.</p>",
4387          "locationName":"prefix"
4388        }
4389      },
4390      "documentation":"<p>Contains the parameters for CreateSpotDatafeedSubscription.</p>"
4391    },
4392    "CreateSpotDatafeedSubscriptionResult":{
4393      "type":"structure",
4394      "members":{
4395        "SpotDatafeedSubscription":{
4396          "shape":"SpotDatafeedSubscription",
4397          "documentation":"<p>The Spot instance data feed subscription.</p>",
4398          "locationName":"spotDatafeedSubscription"
4399        }
4400      },
4401      "documentation":"<p>Contains the output of CreateSpotDatafeedSubscription.</p>"
4402    },
4403    "CreateSubnetRequest":{
4404      "type":"structure",
4405      "required":[
4406        "VpcId",
4407        "CidrBlock"
4408      ],
4409      "members":{
4410        "DryRun":{
4411          "shape":"Boolean",
4412          "documentation":"<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>",
4413          "locationName":"dryRun"
4414        },
4415        "VpcId":{
4416          "shape":"String",
4417          "documentation":"<p>The ID of the VPC.</p>"
4418        },
4419        "CidrBlock":{
4420          "shape":"String",
4421          "documentation":"<p>The network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>.</p>"
4422        },
4423        "AvailabilityZone":{
4424          "shape":"String",
4425          "documentation":"<p>The Availability Zone for the subnet.</p> <p>Default: AWS selects one for you. If you create more than one subnet in your VPC, we may not necessarily select a different zone for each subnet.</p>"
4426        }
4427      },
4428      "documentation":"<p>Contains the parameters for CreateSubnet.</p>"
4429    },
4430    "CreateSubnetResult":{
4431      "type":"structure",
4432      "members":{
4433        "Subnet":{
4434          "shape":"Subnet",
4435          "documentation":"<p>Information about the subnet.</p>",
4436          "locationName":"subnet"
4437        }
4438      },
4439      "documentation":"<p>Contains the output of CreateSubnet.</p>"
4440    },
4441    "CreateTagsRequest":{
4442      "type":"structure",
4443      "required":[
4444        "Resources",
4445        "Tags"
4446      ],
4447      "members":{
4448        "DryRun":{
4449          "shape":"Boolean",
4450          "documentation":"<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>",
4451          "locationName":"dryRun"
4452        },
4453        "Resources":{
4454          "shape":"ResourceIdList",
4455          "documentation":"<p>The IDs of one or more resources to tag. For example, ami-1a2b3c4d.</p>",
4456          "locationName":"ResourceId"
4457        },
4458        "Tags":{
4459          "shape":"TagList",
4460          "documentation":"<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>",
4461          "locationName":"Tag"
4462        }
4463      },
4464      "documentation":"<p>Contains the parameters for CreateTags.</p>"
4465    },
4466    "CreateVolumePermission":{
4467      "type":"structure",
4468      "members":{
4469        "UserId":{
4470          "shape":"String",
4471          "documentation":"<p>The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.</p>",
4472          "locationName":"userId"
4473        },
4474        "Group":{
4475          "shape":"PermissionGroup",
4476          "documentation":"<p>The specific group that is to be added or removed from a volume's list of create volume permissions.</p>",
4477          "locationName":"group"
4478        }
4479      },
4480      "documentation":"<p>Describes the user or group to be added or removed from the permissions for a volume.</p>"
4481    },
4482    "CreateVolumePermissionList":{
4483      "type":"list",
4484      "member":{
4485        "shape":"CreateVolumePermission",
4486        "locationName":"item"
4487      }
4488    },
4489    "CreateVolumePermissionModifications":{
4490      "type":"structure",
4491      "members":{
4492        "Add":{
4493          "shape":"CreateVolumePermissionList",
4494          "documentation":"<p>Adds a specific AWS account ID or group to a volume's list of create volume permissions.</p>"
4495        },
4496        "Remove":{
4497          "shape":"CreateVolumePermissionList",
4498          "documentation":"<p>Removes a specific AWS account ID or group from a volume's list of create volume permissions.</p>"
4499        }
4500      },
4501      "documentation":"<p>Describes modifications to the permissions for a volume.</p>"
4502    },
4503    "CreateVolumeRequest":{
4504      "type":"structure",
4505      "required":["AvailabilityZone"],
4506      "members":{
4507        "DryRun":{
4508          "shape":"Boolean",
4509          "documentation":"<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>",
4510          "locationName":"dryRun"
4511        },
4512        "Size":{
4513          "shape":"Integer",
4514          "documentation":"<p>The size of the volume, in GiBs.</p> <p>Constraints: 1-16384 for <code>gp2</code>, 4-16384 for <code>io1</code>, 500-16384 for <code>st1</code>, 500-16384 for <code>sc1</code>, and 1-1024 for <code>standard</code>. 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>"
4515        },
4516        "SnapshotId":{
4517          "shape":"String",
4518          "documentation":"<p>The snapshot from which to create the volume.</p>"
4519        },
4520        "AvailabilityZone":{
4521          "shape":"String",
4522          "documentation":"<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>"
4523        },
4524        "VolumeType":{
4525          "shape":"VolumeType",
4526          "documentation":"<p>The volume type. This can be <code>gp2</code> for General Purpose SSD, <code>io1</code> for Provisioned IOPS SSD, <code>st1</code> for Throughput Optimized HDD, <code>sc1</code> for Cold HDD, or <code>standard</code> for Magnetic volumes.</p> <p>Default: <code>standard</code> </p>"
4527        },
4528        "Iops":{
4529          "shape":"Integer",
4530          "documentation":"<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>"
4531        },
4532        "Encrypted":{
4533          "shape":"Boolean",
4534          "documentation":"<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>",
4535          "locationName":"encrypted"
4536        },
4537        "KmsKeyId":{
4538          "shape":"String",
4539          "documentation":"<p>The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the <code>arn:aws:kms</code> namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the <code>key</code> namespace, and then the CMK ID. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:key/<i>abcd1234-a123-456a-a12b-a123b4cd56ef</i>. If a <code>KmsKeyId</code> is specified, the <code>Encrypted</code> flag must also be set.</p>"
4540        }
4541      },
4542      "documentation":"<p>Contains the parameters for CreateVolume.</p>"
4543    },
4544    "CreateVpcEndpointRequest":{
4545      "type":"structure",
4546      "required":[
4547        "VpcId",
4548        "ServiceName"
4549      ],
4550      "members":{
4551        "DryRun":{
4552          "shape":"Boolean",
4553          "documentation":"<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>"
4554        },
4555        "VpcId":{
4556          "shape":"String",
4557          "documentation":"<p>The ID of the VPC in which the endpoint will be used.</p>"
4558        },
4559        "ServiceName":{
4560          "shape":"String",
4561          "documentation":"<p>The AWS service name, in the form <code>com.amazonaws.<i>region</i>.<i>service</i> </code>. To get a list of available services, use the <a>DescribeVpcEndpointServices</a> request.</p>"
4562        },
4563        "PolicyDocument":{
4564          "shape":"String",
4565          "documentation":"<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>"
4566        },
4567        "RouteTableIds":{
4568          "shape":"ValueStringList",
4569          "documentation":"<p>One or more route table IDs.</p>",
4570          "locationName":"RouteTableId"
4571        },
4572        "ClientToken":{
4573          "shape":"String",
4574          "documentation":"<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>"
4575        }
4576      },
4577      "documentation":"<p>Contains the parameters for CreateVpcEndpoint.</p>"
4578    },
4579    "CreateVpcEndpointResult":{
4580      "type":"structure",
4581      "members":{
4582        "VpcEndpoint":{
4583          "shape":"VpcEndpoint",
4584          "documentation":"<p>Information about the endpoint.</p>",
4585          "locationName":"vpcEndpoint"
4586        },
4587        "ClientToken":{
4588          "shape":"String",
4589          "documentation":"<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request.</p>",
4590          "locationName":"clientToken"
4591        }
4592      },
4593      "documentation":"<p>Contains the output of CreateVpcEndpoint.</p>"
4594    },
4595    "CreateVpcPeeringConnectionRequest":{
4596      "type":"structure",
4597      "members":{
4598        "DryRun":{
4599          "shape":"Boolean",
4600          "documentation":"<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>",
4601          "locationName":"dryRun"
4602        },
4603        "VpcId":{
4604          "shape":"String",
4605          "documentation":"<p>The ID of the requester VPC.</p>",
4606          "locationName":"vpcId"
4607        },
4608        "PeerVpcId":{
4609          "shape":"String",
4610          "documentation":"<p>The ID of the VPC with which you are creating the VPC peering connection.</p>",
4611          "locationName":"peerVpcId"
4612        },
4613        "PeerOwnerId":{
4614          "shape":"String",
4615          "documentation":"<p>The AWS account ID of the owner of the peer VPC.</p> <p>Default: Your AWS account ID</p>",
4616          "locationName":"peerOwnerId"
4617        }
4618      },
4619      "documentation":"<p>Contains the parameters for CreateVpcPeeringConnection.</p>"
4620    },
4621    "CreateVpcPeeringConnectionResult":{
4622      "type":"structure",
4623      "members":{
4624        "VpcPeeringConnection":{
4625          "shape":"VpcPeeringConnection",
4626          "documentation":"<p>Information about the VPC peering connection.</p>",
4627          "locationName":"vpcPeeringConnection"
4628        }
4629      },
4630      "documentation":"<p>Contains the output of CreateVpcPeeringConnection.</p>"
4631    },
4632    "CreateVpcRequest":{
4633      "type":"structure",
4634      "required":["CidrBlock"],
4635      "members":{
4636        "DryRun":{
4637          "shape":"Boolean",
4638          "documentation":"<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>",
4639          "locationName":"dryRun"
4640        },
4641        "CidrBlock":{
4642          "shape":"String",
4643          "documentation":"<p>The network range for the VPC, in CIDR notation. For example, <code>10.0.0.0/16</code>.</p>"
4644        },
4645        "InstanceTenancy":{
4646          "shape":"Tenancy",
4647          "documentation":"<p>The tenancy options for instances launched into the VPC. For <code>default</code>, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For <code>dedicated</code>, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of <code>dedicated</code> or <code>host</code> into a dedicated tenancy VPC. </p> <p> <b>Important:</b> The <code>host</code> value cannot be used with this parameter. Use the <code>default</code> or <code>dedicated</code> values only.</p> <p>Default: <code>default</code> </p>",
4648          "locationName":"instanceTenancy"
4649        }
4650      },
4651      "documentation":"<p>Contains the parameters for CreateVpc.</p>"
4652    },
4653    "CreateVpcResult":{
4654      "type":"structure",
4655      "members":{
4656        "Vpc":{
4657          "shape":"Vpc",
4658          "documentation":"<p>Information about the VPC.</p>",
4659          "locationName":"vpc"
4660        }
4661      },
4662      "documentation":"<p>Contains the output of CreateVpc.</p>"
4663    },
4664    "CreateVpnConnectionRequest":{
4665      "type":"structure",
4666      "required":[
4667        "Type",
4668        "CustomerGatewayId",
4669        "VpnGatewayId"
4670      ],
4671      "members":{
4672        "DryRun":{
4673          "shape":"Boolean",
4674          "documentation":"<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>",
4675          "locationName":"dryRun"
4676        },
4677        "Type":{
4678          "shape":"String",
4679          "documentation":"<p>The type of VPN connection (<code>ipsec.1</code>).</p>"
4680        },
4681        "CustomerGatewayId":{
4682          "shape":"String",
4683          "documentation":"<p>The ID of the customer gateway.</p>"
4684        },
4685        "VpnGatewayId":{
4686          "shape":"String",
4687          "documentation":"<p>The ID of the virtual private gateway.</p>"
4688        },
4689        "Options":{
4690          "shape":"VpnConnectionOptionsSpecification",
4691          "documentation":"<p>Indicates whether the VPN connection requires static routes. If you are creating a VPN connection for a device that does not support BGP, you must specify <code>true</code>.</p> <p>Default: <code>false</code> </p>",
4692          "locationName":"options"
4693        }
4694      },
4695      "documentation":"<p>Contains the parameters for CreateVpnConnection.</p>"
4696    },
4697    "CreateVpnConnectionResult":{
4698      "type":"structure",
4699      "members":{
4700        "VpnConnection":{
4701          "shape":"VpnConnection",
4702          "documentation":"<p>Information about the VPN connection.</p>",
4703          "locationName":"vpnConnection"
4704        }
4705      },
4706      "documentation":"<p>Contains the output of CreateVpnConnection.</p>"
4707    },
4708    "CreateVpnConnectionRouteRequest":{
4709      "type":"structure",
4710      "required":[
4711        "VpnConnectionId",
4712        "DestinationCidrBlock"
4713      ],
4714      "members":{
4715        "VpnConnectionId":{
4716          "shape":"String",
4717          "documentation":"<p>The ID of the VPN connection.</p>"
4718        },
4719        "DestinationCidrBlock":{
4720          "shape":"String",
4721          "documentation":"<p>The CIDR block associated with the local subnet of the customer network.</p>"
4722        }
4723      },
4724      "documentation":"<p>Contains the parameters for CreateVpnConnectionRoute.</p>"
4725    },
4726    "CreateVpnGatewayRequest":{
4727      "type":"structure",
4728      "required":["Type"],
4729      "members":{
4730        "DryRun":{
4731          "shape":"Boolean",
4732          "documentation":"<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>",
4733          "locationName":"dryRun"
4734        },
4735        "Type":{
4736          "shape":"GatewayType",
4737          "documentation":"<p>The type of VPN connection this virtual private gateway supports.</p>"
4738        },
4739        "AvailabilityZone":{
4740          "shape":"String",
4741          "documentation":"<p>The Availability Zone for the virtual private gateway.</p>"
4742        }
4743      },
4744      "documentation":"<p>Contains the parameters for CreateVpnGateway.</p>"
4745    },
4746    "CreateVpnGatewayResult":{
4747      "type":"structure",
4748      "members":{
4749        "VpnGateway":{
4750          "shape":"VpnGateway",
4751          "documentation":"<p>Information about the virtual private gateway.</p>",
4752          "locationName":"vpnGateway"
4753        }
4754      },
4755      "documentation":"<p>Contains the output of CreateVpnGateway.</p>"
4756    },
4757    "CurrencyCodeValues":{
4758      "type":"string",
4759      "enum":["USD"]
4760    },
4761    "CustomerGateway":{
4762      "type":"structure",
4763      "members":{
4764        "CustomerGatewayId":{
4765          "shape":"String",
4766          "documentation":"<p>The ID of the customer gateway.</p>",
4767          "locationName":"customerGatewayId"
4768        },
4769        "State":{
4770          "shape":"String",
4771          "documentation":"<p>The current state of the customer gateway (<code>pending | available | deleting | deleted</code>).</p>",
4772          "locationName":"state"
4773        },
4774        "Type":{
4775          "shape":"String",
4776          "documentation":"<p>The type of VPN connection the customer gateway supports (<code>ipsec.1</code>).</p>",
4777          "locationName":"type"
4778        },
4779        "IpAddress":{
4780          "shape":"String",
4781          "documentation":"<p>The Internet-routable IP address of the customer gateway's outside interface.</p>",
4782          "locationName":"ipAddress"
4783        },
4784        "BgpAsn":{
4785          "shape":"String",
4786          "documentation":"<p>The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p>",
4787          "locationName":"bgpAsn"
4788        },
4789        "Tags":{
4790          "shape":"TagList",
4791          "documentation":"<p>Any tags assigned to the customer gateway.</p>",
4792          "locationName":"tagSet"
4793        }
4794      },
4795      "documentation":"<p>Describes a customer gateway.</p>"
4796    },
4797    "CustomerGatewayIdStringList":{
4798      "type":"list",
4799      "member":{
4800        "shape":"String",
4801        "locationName":"CustomerGatewayId"
4802      }
4803    },
4804    "CustomerGatewayList":{
4805      "type":"list",
4806      "member":{
4807        "shape":"CustomerGateway",
4808        "locationName":"item"
4809      }
4810    },
4811    "DatafeedSubscriptionState":{
4812      "type":"string",
4813      "enum":[
4814        "Active",
4815        "Inactive"
4816      ]
4817    },
4818    "DateTime":{"type":"timestamp"},
4819    "DeleteCustomerGatewayRequest":{
4820      "type":"structure",
4821      "required":["CustomerGatewayId"],
4822      "members":{
4823        "DryRun":{
4824          "shape":"Boolean",
4825          "documentation":"<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>",
4826          "locationName":"dryRun"
4827        },
4828        "CustomerGatewayId":{
4829          "shape":"String",
4830          "documentation":"<p>The ID of the customer gateway.</p>"
4831        }
4832      },
4833      "documentation":"<p>Contains the parameters for DeleteCustomerGateway.</p>"
4834    },
4835    "DeleteDhcpOptionsRequest":{
4836      "type":"structure",
4837      "required":["DhcpOptionsId"],
4838      "members":{
4839        "DryRun":{
4840          "shape":"Boolean",
4841          "documentation":"<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>",
4842          "locationName":"dryRun"
4843        },
4844        "DhcpOptionsId":{
4845          "shape":"String",
4846          "documentation":"<p>The ID of the DHCP options set.</p>"
4847        }
4848      },
4849      "documentation":"<p>Contains the parameters for DeleteDhcpOptions.</p>"
4850    },
4851    "DeleteFlowLogsRequest":{
4852      "type":"structure",
4853      "required":["FlowLogIds"],
4854      "members":{
4855        "FlowLogIds":{
4856          "shape":"ValueStringList",
4857          "documentation":"<p>One or more flow log IDs.</p>",
4858          "locationName":"FlowLogId"
4859        }
4860      },
4861      "documentation":"<p>Contains the parameters for DeleteFlowLogs.</p>"
4862    },
4863    "DeleteFlowLogsResult":{
4864      "type":"structure",
4865      "members":{
4866        "Unsuccessful":{
4867          "shape":"UnsuccessfulItemSet",
4868          "documentation":"<p>Information about the flow logs that could not be deleted successfully.</p>",
4869          "locationName":"unsuccessful"
4870        }
4871      },
4872      "documentation":"<p>Contains the output of DeleteFlowLogs.</p>"
4873    },
4874    "DeleteInternetGatewayRequest":{
4875      "type":"structure",
4876      "required":["InternetGatewayId"],
4877      "members":{
4878        "DryRun":{
4879          "shape":"Boolean",
4880          "documentation":"<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>",
4881          "locationName":"dryRun"
4882        },
4883        "InternetGatewayId":{
4884          "shape":"String",
4885          "documentation":"<p>The ID of the Internet gateway.</p>",
4886          "locationName":"internetGatewayId"
4887        }
4888      },
4889      "documentation":"<p>Contains the parameters for DeleteInternetGateway.</p>"
4890    },
4891    "DeleteKeyPairRequest":{
4892      "type":"structure",
4893      "required":["KeyName"],
4894      "members":{
4895        "DryRun":{
4896          "shape":"Boolean",
4897          "documentation":"<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>",
4898          "locationName":"dryRun"
4899        },
4900        "KeyName":{
4901          "shape":"String",
4902          "documentation":"<p>The name of the key pair.</p>"
4903        }
4904      },
4905      "documentation":"<p>Contains the parameters for DeleteKeyPair.</p>"
4906    },
4907    "DeleteNatGatewayRequest":{
4908      "type":"structure",
4909      "required":["NatGatewayId"],
4910      "members":{
4911        "NatGatewayId":{
4912          "shape":"String",
4913          "documentation":"<p>The ID of the NAT gateway.</p>"
4914        }
4915      },
4916      "documentation":"<p>Contains the parameters for DeleteNatGateway.</p>"
4917    },
4918    "DeleteNatGatewayResult":{
4919      "type":"structure",
4920      "members":{
4921        "NatGatewayId":{
4922          "shape":"String",
4923          "documentation":"<p>The ID of the NAT gateway.</p>",
4924          "locationName":"natGatewayId"
4925        }
4926      },
4927      "documentation":"<p>Contains the output of DeleteNatGateway.</p>"
4928    },
4929    "DeleteNetworkAclEntryRequest":{
4930      "type":"structure",
4931      "required":[
4932        "NetworkAclId",
4933        "RuleNumber",
4934        "Egress"
4935      ],
4936      "members":{
4937        "DryRun":{
4938          "shape":"Boolean",
4939          "documentation":"<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>",
4940          "locationName":"dryRun"
4941        },
4942        "NetworkAclId":{
4943          "shape":"String",
4944          "documentation":"<p>The ID of the network ACL.</p>",
4945          "locationName":"networkAclId"
4946        },
4947        "RuleNumber":{
4948          "shape":"Integer",
4949          "documentation":"<p>The rule number of the entry to delete.</p>",
4950          "locationName":"ruleNumber"
4951        },
4952        "Egress":{
4953          "shape":"Boolean",
4954          "documentation":"<p>Indicates whether the rule is an egress rule.</p>",
4955          "locationName":"egress"
4956        }
4957      },
4958      "documentation":"<p>Contains the parameters for DeleteNetworkAclEntry.</p>"
4959    },
4960    "DeleteNetworkAclRequest":{
4961      "type":"structure",
4962      "required":["NetworkAclId"],
4963      "members":{
4964        "DryRun":{
4965          "shape":"Boolean",
4966          "documentation":"<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>",
4967          "locationName":"dryRun"
4968        },
4969        "NetworkAclId":{
4970          "shape":"String",
4971          "documentation":"<p>The ID of the network ACL.</p>",
4972          "locationName":"networkAclId"
4973        }
4974      },
4975      "documentation":"<p>Contains the parameters for DeleteNetworkAcl.</p>"
4976    },
4977    "DeleteNetworkInterfaceRequest":{
4978      "type":"structure",
4979      "required":["NetworkInterfaceId"],
4980      "members":{
4981        "DryRun":{
4982          "shape":"Boolean",
4983          "documentation":"<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>",
4984          "locationName":"dryRun"
4985        },
4986        "NetworkInterfaceId":{
4987          "shape":"String",
4988          "documentation":"<p>The ID of the network interface.</p>",
4989          "locationName":"networkInterfaceId"
4990        }
4991      },
4992      "documentation":"<p>Contains the parameters for DeleteNetworkInterface.</p>"
4993    },
4994    "DeletePlacementGroupRequest":{
4995      "type":"structure",
4996      "required":["GroupName"],
4997      "members":{
4998        "DryRun":{
4999          "shape":"Boolean",
5000          "documentation":"<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>",
5001          "locationName":"dryRun"
5002        },
5003        "GroupName":{
5004          "shape":"String",
5005          "documentation":"<p>The name of the placement group.</p>",
5006          "locationName":"groupName"
5007        }
5008      },
5009      "documentation":"<p>Contains the parameters for DeletePlacementGroup.</p>"
5010    },
5011    "DeleteRouteRequest":{
5012      "type":"structure",
5013      "required":[
5014        "RouteTableId",
5015        "DestinationCidrBlock"
5016      ],
5017      "members":{
5018        "DryRun":{
5019          "shape":"Boolean",
5020          "documentation":"<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>",
5021          "locationName":"dryRun"
5022        },
5023        "RouteTableId":{
5024          "shape":"String",
5025          "documentation":"<p>The ID of the route table.</p>",
5026          "locationName":"routeTableId"
5027        },
5028        "DestinationCidrBlock":{
5029          "shape":"String",
5030          "documentation":"<p>The CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>",
5031          "locationName":"destinationCidrBlock"
5032        }
5033      },
5034      "documentation":"<p>Contains the parameters for DeleteRoute.</p>"
5035    },
5036    "DeleteRouteTableRequest":{
5037      "type":"structure",
5038      "required":["RouteTableId"],
5039      "members":{
5040        "DryRun":{
5041          "shape":"Boolean",
5042          "documentation":"<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>",
5043          "locationName":"dryRun"
5044        },
5045        "RouteTableId":{
5046          "shape":"String",
5047          "documentation":"<p>The ID of the route table.</p>",
5048          "locationName":"routeTableId"
5049        }
5050      },
5051      "documentation":"<p>Contains the parameters for DeleteRouteTable.</p>"
5052    },
5053    "DeleteSecurityGroupRequest":{
5054      "type":"structure",
5055      "members":{
5056        "DryRun":{
5057          "shape":"Boolean",
5058          "documentation":"<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>",
5059          "locationName":"dryRun"
5060        },
5061        "GroupName":{
5062          "shape":"String",
5063          "documentation":"<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>"
5064        },
5065        "GroupId":{
5066          "shape":"String",
5067          "documentation":"<p>The ID of the security group. Required for a nondefault VPC.</p>"
5068        }
5069      },
5070      "documentation":"<p>Contains the parameters for DeleteSecurityGroup.</p>"
5071    },
5072    "DeleteSnapshotRequest":{
5073      "type":"structure",
5074      "required":["SnapshotId"],
5075      "members":{
5076        "DryRun":{
5077          "shape":"Boolean",
5078          "documentation":"<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>",
5079          "locationName":"dryRun"
5080        },
5081        "SnapshotId":{
5082          "shape":"String",
5083          "documentation":"<p>The ID of the EBS snapshot.</p>"
5084        }
5085      },
5086      "documentation":"<p>Contains the parameters for DeleteSnapshot.</p>"
5087    },
5088    "DeleteSpotDatafeedSubscriptionRequest":{
5089      "type":"structure",
5090      "members":{
5091        "DryRun":{
5092          "shape":"Boolean",
5093          "documentation":"<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>",
5094          "locationName":"dryRun"
5095        }
5096      },
5097      "documentation":"<p>Contains the parameters for DeleteSpotDatafeedSubscription.</p>"
5098    },
5099    "DeleteSubnetRequest":{
5100      "type":"structure",
5101      "required":["SubnetId"],
5102      "members":{
5103        "DryRun":{
5104          "shape":"Boolean",
5105          "documentation":"<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>",
5106          "locationName":"dryRun"
5107        },
5108        "SubnetId":{
5109          "shape":"String",
5110          "documentation":"<p>The ID of the subnet.</p>"
5111        }
5112      },
5113      "documentation":"<p>Contains the parameters for DeleteSubnet.</p>"
5114    },
5115    "DeleteTagsRequest":{
5116      "type":"structure",
5117      "required":["Resources"],
5118      "members":{
5119        "DryRun":{
5120          "shape":"Boolean",
5121          "documentation":"<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>",
5122          "locationName":"dryRun"
5123        },
5124        "Resources":{
5125          "shape":"ResourceIdList",
5126          "documentation":"<p>The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID.</p>",
5127          "locationName":"resourceId"
5128        },
5129        "Tags":{
5130          "shape":"TagList",
5131          "documentation":"<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>",
5132          "locationName":"tag"
5133        }
5134      },
5135      "documentation":"<p>Contains the parameters for DeleteTags.</p>"
5136    },
5137    "DeleteVolumeRequest":{
5138      "type":"structure",
5139      "required":["VolumeId"],
5140      "members":{
5141        "DryRun":{
5142          "shape":"Boolean",
5143          "documentation":"<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>",
5144          "locationName":"dryRun"
5145        },
5146        "VolumeId":{
5147          "shape":"String",
5148          "documentation":"<p>The ID of the volume.</p>"
5149        }
5150      },
5151      "documentation":"<p>Contains the parameters for DeleteVolume.</p>"
5152    },
5153    "DeleteVpcEndpointsRequest":{
5154      "type":"structure",
5155      "required":["VpcEndpointIds"],
5156      "members":{
5157        "DryRun":{
5158          "shape":"Boolean",
5159          "documentation":"<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>"
5160        },
5161        "VpcEndpointIds":{
5162          "shape":"ValueStringList",
5163          "documentation":"<p>One or more endpoint IDs.</p>",
5164          "locationName":"VpcEndpointId"
5165        }
5166      },
5167      "documentation":"<p>Contains the parameters for DeleteVpcEndpoints.</p>"
5168    },
5169    "DeleteVpcEndpointsResult":{
5170      "type":"structure",
5171      "members":{
5172        "Unsuccessful":{
5173          "shape":"UnsuccessfulItemSet",
5174          "documentation":"<p>Information about the endpoints that were not successfully deleted.</p>",
5175          "locationName":"unsuccessful"
5176        }
5177      },
5178      "documentation":"<p>Contains the output of DeleteVpcEndpoints.</p>"
5179    },
5180    "DeleteVpcPeeringConnectionRequest":{
5181      "type":"structure",
5182      "required":["VpcPeeringConnectionId"],
5183      "members":{
5184        "DryRun":{
5185          "shape":"Boolean",
5186          "documentation":"<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>",
5187          "locationName":"dryRun"
5188        },
5189        "VpcPeeringConnectionId":{
5190          "shape":"String",
5191          "documentation":"<p>The ID of the VPC peering connection.</p>",
5192          "locationName":"vpcPeeringConnectionId"
5193        }
5194      },
5195      "documentation":"<p>Contains the parameters for DeleteVpcPeeringConnection.</p>"
5196    },
5197    "DeleteVpcPeeringConnectionResult":{
5198      "type":"structure",
5199      "members":{
5200        "Return":{
5201          "shape":"Boolean",
5202          "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
5203          "locationName":"return"
5204        }
5205      },
5206      "documentation":"<p>Contains the output of DeleteVpcPeeringConnection.</p>"
5207    },
5208    "DeleteVpcRequest":{
5209      "type":"structure",
5210      "required":["VpcId"],
5211      "members":{
5212        "DryRun":{
5213          "shape":"Boolean",
5214          "documentation":"<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>",
5215          "locationName":"dryRun"
5216        },
5217        "VpcId":{
5218          "shape":"String",
5219          "documentation":"<p>The ID of the VPC.</p>"
5220        }
5221      },
5222      "documentation":"<p>Contains the parameters for DeleteVpc.</p>"
5223    },
5224    "DeleteVpnConnectionRequest":{
5225      "type":"structure",
5226      "required":["VpnConnectionId"],
5227      "members":{
5228        "DryRun":{
5229          "shape":"Boolean",
5230          "documentation":"<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>",
5231          "locationName":"dryRun"
5232        },
5233        "VpnConnectionId":{
5234          "shape":"String",
5235          "documentation":"<p>The ID of the VPN connection.</p>"
5236        }
5237      },
5238      "documentation":"<p>Contains the parameters for DeleteVpnConnection.</p>"
5239    },
5240    "DeleteVpnConnectionRouteRequest":{
5241      "type":"structure",
5242      "required":[
5243        "VpnConnectionId",
5244        "DestinationCidrBlock"
5245      ],
5246      "members":{
5247        "VpnConnectionId":{
5248          "shape":"String",
5249          "documentation":"<p>The ID of the VPN connection.</p>"
5250        },
5251        "DestinationCidrBlock":{
5252          "shape":"String",
5253          "documentation":"<p>The CIDR block associated with the local subnet of the customer network.</p>"
5254        }
5255      },
5256      "documentation":"<p>Contains the parameters for DeleteVpnConnectionRoute.</p>"
5257    },
5258    "DeleteVpnGatewayRequest":{
5259      "type":"structure",
5260      "required":["VpnGatewayId"],
5261      "members":{
5262        "DryRun":{
5263          "shape":"Boolean",
5264          "documentation":"<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>",
5265          "locationName":"dryRun"
5266        },
5267        "VpnGatewayId":{
5268          "shape":"String",
5269          "documentation":"<p>The ID of the virtual private gateway.</p>"
5270        }
5271      },
5272      "documentation":"<p>Contains the parameters for DeleteVpnGateway.</p>"
5273    },
5274    "DeregisterImageRequest":{
5275      "type":"structure",
5276      "required":["ImageId"],
5277      "members":{
5278        "DryRun":{
5279          "shape":"Boolean",
5280          "documentation":"<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>",
5281          "locationName":"dryRun"
5282        },
5283        "ImageId":{
5284          "shape":"String",
5285          "documentation":"<p>The ID of the AMI.</p>"
5286        }
5287      },
5288      "documentation":"<p>Contains the parameters for DeregisterImage.</p>"
5289    },
5290    "DescribeAccountAttributesRequest":{
5291      "type":"structure",
5292      "members":{
5293        "DryRun":{
5294          "shape":"Boolean",
5295          "documentation":"<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>",
5296          "locationName":"dryRun"
5297        },
5298        "AttributeNames":{
5299          "shape":"AccountAttributeNameStringList",
5300          "documentation":"<p>One or more account attribute names.</p>",
5301          "locationName":"attributeName"
5302        }
5303      },
5304      "documentation":"<p>Contains the parameters for DescribeAccountAttributes.</p>"
5305    },
5306    "DescribeAccountAttributesResult":{
5307      "type":"structure",
5308      "members":{
5309        "AccountAttributes":{
5310          "shape":"AccountAttributeList",
5311          "documentation":"<p>Information about one or more account attributes.</p>",
5312          "locationName":"accountAttributeSet"
5313        }
5314      },
5315      "documentation":"<p>Contains the output of DescribeAccountAttributes.</p>"
5316    },
5317    "DescribeAddressesRequest":{
5318      "type":"structure",
5319      "members":{
5320        "DryRun":{
5321          "shape":"Boolean",
5322          "documentation":"<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>",
5323          "locationName":"dryRun"
5324        },
5325        "PublicIps":{
5326          "shape":"PublicIpStringList",
5327          "documentation":"<p>[EC2-Classic] One or more Elastic IP addresses.</p> <p>Default: Describes all your Elastic IP addresses.</p>",
5328          "locationName":"PublicIp"
5329        },
5330        "Filters":{
5331          "shape":"FilterList",
5332          "documentation":"<p>One or more filters. Filter names and values are case-sensitive.</p> <ul> <li> <p> <code>allocation-id</code> - [EC2-VPC] The allocation ID for the address.</p> </li> <li> <p> <code>association-id</code> - [EC2-VPC] The association ID for the address.</p> </li> <li> <p> <code>domain</code> - Indicates whether the address is for use in EC2-Classic (<code>standard</code>) or in a VPC (<code>vpc</code>).</p> </li> <li> <p> <code>instance-id</code> - The ID of the instance the address is associated with, if any.</p> </li> <li> <p> <code>network-interface-id</code> - [EC2-VPC] The ID of the network interface that the address is associated with, if any.</p> </li> <li> <p> <code>network-interface-owner-id</code> - The AWS account ID of the owner.</p> </li> <li> <p> <code>private-ip-address</code> - [EC2-VPC] The private IP address associated with the Elastic IP address.</p> </li> <li> <p> <code>public-ip</code> - The Elastic IP address.</p> </li> </ul>",
5333          "locationName":"Filter"
5334        },
5335        "AllocationIds":{
5336          "shape":"AllocationIdList",
5337          "documentation":"<p>[EC2-VPC] One or more allocation IDs.</p> <p>Default: Describes all your Elastic IP addresses.</p>",
5338          "locationName":"AllocationId"
5339        }
5340      },
5341      "documentation":"<p>Contains the parameters for DescribeAddresses.</p>"
5342    },
5343    "DescribeAddressesResult":{
5344      "type":"structure",
5345      "members":{
5346        "Addresses":{
5347          "shape":"AddressList",
5348          "documentation":"<p>Information about one or more Elastic IP addresses.</p>",
5349          "locationName":"addressesSet"
5350        }
5351      },
5352      "documentation":"<p>Contains the output of DescribeAddresses.</p>"
5353    },
5354    "DescribeAvailabilityZonesRequest":{
5355      "type":"structure",
5356      "members":{
5357        "DryRun":{
5358          "shape":"Boolean",
5359          "documentation":"<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>",
5360          "locationName":"dryRun"
5361        },
5362        "ZoneNames":{
5363          "shape":"ZoneNameStringList",
5364          "documentation":"<p>The names of one or more Availability Zones.</p>",
5365          "locationName":"ZoneName"
5366        },
5367        "Filters":{
5368          "shape":"FilterList",
5369          "documentation":"<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>information</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>",
5370          "locationName":"Filter"
5371        }
5372      },
5373      "documentation":"<p>Contains the parameters for DescribeAvailabilityZones.</p>"
5374    },
5375    "DescribeAvailabilityZonesResult":{
5376      "type":"structure",
5377      "members":{
5378        "AvailabilityZones":{
5379          "shape":"AvailabilityZoneList",
5380          "documentation":"<p>Information about one or more Availability Zones.</p>",
5381          "locationName":"availabilityZoneInfo"
5382        }
5383      },
5384      "documentation":"<p>Contains the output of DescribeAvailabiltyZones.</p>"
5385    },
5386    "DescribeBundleTasksRequest":{
5387      "type":"structure",
5388      "members":{
5389        "DryRun":{
5390          "shape":"Boolean",
5391          "documentation":"<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>",
5392          "locationName":"dryRun"
5393        },
5394        "BundleIds":{
5395          "shape":"BundleIdStringList",
5396          "documentation":"<p>One or more bundle task IDs.</p> <p>Default: Describes all your bundle tasks.</p>",
5397          "locationName":"BundleId"
5398        },
5399        "Filters":{
5400          "shape":"FilterList",
5401          "documentation":"<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>",
5402          "locationName":"Filter"
5403        }
5404      },
5405      "documentation":"<p>Contains the parameters for DescribeBundleTasks.</p>"
5406    },
5407    "DescribeBundleTasksResult":{
5408      "type":"structure",
5409      "members":{
5410        "BundleTasks":{
5411          "shape":"BundleTaskList",
5412          "documentation":"<p>Information about one or more bundle tasks.</p>",
5413          "locationName":"bundleInstanceTasksSet"
5414        }
5415      },
5416      "documentation":"<p>Contains the output of DescribeBundleTasks.</p>"
5417    },
5418    "DescribeClassicLinkInstancesRequest":{
5419      "type":"structure",
5420      "members":{
5421        "DryRun":{
5422          "shape":"Boolean",
5423          "documentation":"<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>",
5424          "locationName":"dryRun"
5425        },
5426        "InstanceIds":{
5427          "shape":"InstanceIdStringList",
5428          "documentation":"<p>One or more instance IDs. Must be instances linked to a VPC through ClassicLink.</p>",
5429          "locationName":"InstanceId"
5430        },
5431        "Filters":{
5432          "shape":"FilterList",
5433          "documentation":"<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>",
5434          "locationName":"Filter"
5435        },
5436        "NextToken":{
5437          "shape":"String",
5438          "documentation":"<p>The token to retrieve the next page of results.</p>",
5439          "locationName":"nextToken"
5440        },
5441        "MaxResults":{
5442          "shape":"Integer",
5443          "documentation":"<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>",
5444          "locationName":"maxResults"
5445        }
5446      },
5447      "documentation":"<p>Contains the parameters for DescribeClassicLinkInstances.</p>"
5448    },
5449    "DescribeClassicLinkInstancesResult":{
5450      "type":"structure",
5451      "members":{
5452        "Instances":{
5453          "shape":"ClassicLinkInstanceList",
5454          "documentation":"<p>Information about one or more linked EC2-Classic instances.</p>",
5455          "locationName":"instancesSet"
5456        },
5457        "NextToken":{
5458          "shape":"String",
5459          "documentation":"<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>",
5460          "locationName":"nextToken"
5461        }
5462      },
5463      "documentation":"<p>Contains the output of DescribeClassicLinkInstances.</p>"
5464    },
5465    "DescribeConversionTaskList":{
5466      "type":"list",
5467      "member":{
5468        "shape":"ConversionTask",
5469        "locationName":"item"
5470      }
5471    },
5472    "DescribeConversionTasksRequest":{
5473      "type":"structure",
5474      "members":{
5475        "DryRun":{
5476          "shape":"Boolean",
5477          "documentation":"<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>",
5478          "locationName":"dryRun"
5479        },
5480        "ConversionTaskIds":{
5481          "shape":"ConversionIdStringList",
5482          "documentation":"<p>One or more conversion task IDs.</p>",
5483          "locationName":"conversionTaskId"
5484        }
5485      },
5486      "documentation":"<p>Contains the parameters for DescribeConversionTasks.</p>"
5487    },
5488    "DescribeConversionTasksResult":{
5489      "type":"structure",
5490      "members":{
5491        "ConversionTasks":{
5492          "shape":"DescribeConversionTaskList",
5493          "documentation":"<p>Information about the conversion tasks.</p>",
5494          "locationName":"conversionTasks"
5495        }
5496      },
5497      "documentation":"<p>Contains the output for DescribeConversionTasks.</p>"
5498    },
5499    "DescribeCustomerGatewaysRequest":{
5500      "type":"structure",
5501      "members":{
5502        "DryRun":{
5503          "shape":"Boolean",
5504          "documentation":"<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>",
5505          "locationName":"dryRun"
5506        },
5507        "CustomerGatewayIds":{
5508          "shape":"CustomerGatewayIdStringList",
5509          "documentation":"<p>One or more customer gateway IDs.</p> <p>Default: Describes all your customer gateways.</p>",
5510          "locationName":"CustomerGatewayId"
5511        },
5512        "Filters":{
5513          "shape":"FilterList",
5514          "documentation":"<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>",
5515          "locationName":"Filter"
5516        }
5517      },
5518      "documentation":"<p>Contains the parameters for DescribeCustomerGateways.</p>"
5519    },
5520    "DescribeCustomerGatewaysResult":{
5521      "type":"structure",
5522      "members":{
5523        "CustomerGateways":{
5524          "shape":"CustomerGatewayList",
5525          "documentation":"<p>Information about one or more customer gateways.</p>",
5526          "locationName":"customerGatewaySet"
5527        }
5528      },
5529      "documentation":"<p>Contains the output of DescribeCustomerGateways.</p>"
5530    },
5531    "DescribeDhcpOptionsRequest":{
5532      "type":"structure",
5533      "members":{
5534        "DryRun":{
5535          "shape":"Boolean",
5536          "documentation":"<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>",
5537          "locationName":"dryRun"
5538        },
5539        "DhcpOptionsIds":{
5540          "shape":"DhcpOptionsIdStringList",
5541          "documentation":"<p>The IDs of one or more DHCP options sets.</p> <p>Default: Describes all your DHCP options sets.</p>",
5542          "locationName":"DhcpOptionsId"
5543        },
5544        "Filters":{
5545          "shape":"FilterList",
5546          "documentation":"<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>",
5547          "locationName":"Filter"
5548        }
5549      },
5550      "documentation":"<p>Contains the parameters for DescribeDhcpOptions.</p>"
5551    },
5552    "DescribeDhcpOptionsResult":{
5553      "type":"structure",
5554      "members":{
5555        "DhcpOptions":{
5556          "shape":"DhcpOptionsList",
5557          "documentation":"<p>Information about one or more DHCP options sets.</p>",
5558          "locationName":"dhcpOptionsSet"
5559        }
5560      },
5561      "documentation":"<p>Contains the output of DescribeDhcpOptions.</p>"
5562    },
5563    "DescribeExportTasksRequest":{
5564      "type":"structure",
5565      "members":{
5566        "ExportTaskIds":{
5567          "shape":"ExportTaskIdStringList",
5568          "documentation":"<p>One or more export task IDs.</p>",
5569          "locationName":"exportTaskId"
5570        }
5571      },
5572      "documentation":"<p>Contains the parameters for DescribeExportTasks.</p>"
5573    },
5574    "DescribeExportTasksResult":{
5575      "type":"structure",
5576      "members":{
5577        "ExportTasks":{
5578          "shape":"ExportTaskList",
5579          "documentation":"<p>Information about the export tasks.</p>",
5580          "locationName":"exportTaskSet"
5581        }
5582      },
5583      "documentation":"<p>Contains the output for DescribeExportTasks.</p>"
5584    },
5585    "DescribeFlowLogsRequest":{
5586      "type":"structure",
5587      "members":{
5588        "FlowLogIds":{
5589          "shape":"ValueStringList",
5590          "documentation":"<p>One or more flow log IDs.</p>",
5591          "locationName":"FlowLogId"
5592        },
5593        "Filter":{
5594          "shape":"FilterList",
5595          "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>deliver-log-status</code> - The status of the logs delivery (<code>SUCCESS</code> | <code>FAILED</code>).</p> </li> <li> <p> <code>flow-log-id</code> - The ID of the flow log.</p> </li> <li> <p> <code>log-group-name</code> - The name of the log group.</p> </li> <li> <p> <code>resource-id</code> - The ID of the VPC, subnet, or network interface.</p> </li> <li> <p> <code>traffic-type</code> - The type of traffic (<code>ACCEPT</code> | <code>REJECT</code> | <code>ALL</code>)</p> </li> </ul>"
5596        },
5597        "NextToken":{
5598          "shape":"String",
5599          "documentation":"<p>The token to retrieve the next page of results.</p>"
5600        },
5601        "MaxResults":{
5602          "shape":"Integer",
5603          "documentation":"<p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <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 flow log IDs parameter in the same request.</p>"
5604        }
5605      },
5606      "documentation":"<p>Contains the parameters for DescribeFlowLogs.</p>"
5607    },
5608    "DescribeFlowLogsResult":{
5609      "type":"structure",
5610      "members":{
5611        "FlowLogs":{
5612          "shape":"FlowLogSet",
5613          "documentation":"<p>Information about the flow logs.</p>",
5614          "locationName":"flowLogSet"
5615        },
5616        "NextToken":{
5617          "shape":"String",
5618          "documentation":"<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>",
5619          "locationName":"nextToken"
5620        }
5621      },
5622      "documentation":"<p>Contains the output of DescribeFlowLogs.</p>"
5623    },
5624    "DescribeHostReservationOfferingsRequest":{
5625      "type":"structure",
5626      "members":{
5627        "OfferingId":{
5628          "shape":"String",
5629          "documentation":"<p>The ID of the reservation offering.</p>"
5630        },
5631        "MinDuration":{
5632          "shape":"Integer",
5633          "documentation":"<p>This is the minimum duration of the reservation you'd like to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 31536000 for one year.</p>"
5634        },
5635        "MaxDuration":{
5636          "shape":"Integer",
5637          "documentation":"<p>This is the maximum duration of the reservation you'd like to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 94608000 for three years.</p>"
5638        },
5639        "Filter":{
5640          "shape":"FilterList",
5641          "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>instance-family</code> - The instance family of the offering (e.g., <code>m4</code>).</p> </li> <li> <p> <code>payment-option</code> - The payment option (<code>No Upfront</code> | <code>Partial Upfront</code> | <code>All Upfront</code>).</p> </li> </ul>"
5642        },
5643        "MaxResults":{
5644          "shape":"Integer",
5645          "documentation":"<p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500; if <code>maxResults</code> is given a larger value than 500, you will receive an error.</p>"
5646        },
5647        "NextToken":{
5648          "shape":"String",
5649          "documentation":"<p>The token to use to retrieve the next page of results.</p>"
5650        }
5651      }
5652    },
5653    "DescribeHostReservationOfferingsResult":{
5654      "type":"structure",
5655      "members":{
5656        "OfferingSet":{
5657          "shape":"HostOfferingSet",
5658          "documentation":"<p>Information about the offerings.</p>",
5659          "locationName":"offeringSet"
5660        },
5661        "NextToken":{
5662          "shape":"String",
5663          "documentation":"<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>",
5664          "locationName":"nextToken"
5665        }
5666      }
5667    },
5668    "DescribeHostReservationsRequest":{
5669      "type":"structure",
5670      "members":{
5671        "HostReservationIdSet":{
5672          "shape":"HostReservationIdSet",
5673          "documentation":"<p>One or more host reservation IDs.</p>"
5674        },
5675        "Filter":{
5676          "shape":"FilterList",
5677          "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>instance-family</code> - The instance family (e.g., <code>m4</code>).</p> </li> <li> <p> <code>payment-option</code> - The payment option (<code>No Upfront</code> | <code>Partial Upfront</code> | <code>All Upfront</code>).</p> </li> <li> <p> <code>state</code> - The state of the reservation (<code>payment-pending</code> | <code>payment-failed</code> | <code>active</code> | <code>retired</code>).</p> </li> </ul>"
5678        },
5679        "MaxResults":{
5680          "shape":"Integer",
5681          "documentation":"<p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500; if <code>maxResults</code> is given a larger value than 500, you will receive an error.</p>"
5682        },
5683        "NextToken":{
5684          "shape":"String",
5685          "documentation":"<p>The token to use to retrieve the next page of results.</p>"
5686        }
5687      }
5688    },
5689    "DescribeHostReservationsResult":{
5690      "type":"structure",
5691      "members":{
5692        "HostReservationSet":{
5693          "shape":"HostReservationSet",
5694          "documentation":"<p>Details about the reservation's configuration.</p>",
5695          "locationName":"hostReservationSet"
5696        },
5697        "NextToken":{
5698          "shape":"String",
5699          "documentation":"<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>",
5700          "locationName":"nextToken"
5701        }
5702      }
5703    },
5704    "DescribeHostsRequest":{
5705      "type":"structure",
5706      "members":{
5707        "HostIds":{
5708          "shape":"RequestHostIdList",
5709          "documentation":"<p>The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches.</p>",
5710          "locationName":"hostId"
5711        },
5712        "NextToken":{
5713          "shape":"String",
5714          "documentation":"<p>The token to retrieve the next page of results.</p>",
5715          "locationName":"nextToken"
5716        },
5717        "MaxResults":{
5718          "shape":"Integer",
5719          "documentation":"<p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500; if <code>maxResults</code> is given a larger value than 500, you will receive an error. You cannot specify this parameter and the host IDs parameter in the same request.</p>",
5720          "locationName":"maxResults"
5721        },
5722        "Filter":{
5723          "shape":"FilterList",
5724          "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>instance-type</code> - The instance type size that the Dedicated Host is configured to support.</p> </li> <li> <p> <code>auto-placement</code> - Whether auto-placement is enabled or disabled (<code>on</code> | <code>off</code>).</p> </li> <li> <p> <code>host-reservation-id</code> - The ID of the reservation assigned to this host.</p> </li> <li> <p> <code>client-token</code> - The idempotency token you provided when you launched the instance</p> </li> <li> <p> <code>state</code>- The allocation state of the Dedicated Host (<code>available</code> | <code>under-assessment</code> | <code>permanent-failure</code> | <code>released</code> | <code>released-permanent-failure</code>).</p> </li> <li> <p> <code>availability-zone</code> - The Availability Zone of the host.</p> </li> </ul>",
5725          "locationName":"filter"
5726        }
5727      },
5728      "documentation":"<p>Contains the parameters for DescribeHosts.</p>"
5729    },
5730    "DescribeHostsResult":{
5731      "type":"structure",
5732      "members":{
5733        "Hosts":{
5734          "shape":"HostList",
5735          "documentation":"<p>Information about the Dedicated Hosts.</p>",
5736          "locationName":"hostSet"
5737        },
5738        "NextToken":{
5739          "shape":"String",
5740          "documentation":"<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>",
5741          "locationName":"nextToken"
5742        }
5743      },
5744      "documentation":"<p>Contains the output of DescribeHosts.</p>"
5745    },
5746    "DescribeIdFormatRequest":{
5747      "type":"structure",
5748      "members":{
5749        "Resource":{
5750          "shape":"String",
5751          "documentation":"<p>The type of resource: <code>instance</code> | <code>reservation</code> | <code>snapshot</code> | <code>volume</code> </p>"
5752        }
5753      },
5754      "documentation":"<p>Contains the parameters for DescribeIdFormat.</p>"
5755    },
5756    "DescribeIdFormatResult":{
5757      "type":"structure",
5758      "members":{
5759        "Statuses":{
5760          "shape":"IdFormatList",
5761          "documentation":"<p>Information about the ID format for the resource.</p>",
5762          "locationName":"statusSet"
5763        }
5764      },
5765      "documentation":"<p>Contains the output of DescribeIdFormat.</p>"
5766    },
5767    "DescribeIdentityIdFormatRequest":{
5768      "type":"structure",
5769      "required":["PrincipalArn"],
5770      "members":{
5771        "Resource":{
5772          "shape":"String",
5773          "documentation":"<p>The type of resource: <code>instance</code> | <code>reservation</code> | <code>snapshot</code> | <code>volume</code> </p>",
5774          "locationName":"resource"
5775        },
5776        "PrincipalArn":{
5777          "shape":"String",
5778          "documentation":"<p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>",
5779          "locationName":"principalArn"
5780        }
5781      },
5782      "documentation":"<p>Contains the parameters for DescribeIdentityIdFormat.</p>"
5783    },
5784    "DescribeIdentityIdFormatResult":{
5785      "type":"structure",
5786      "members":{
5787        "Statuses":{
5788          "shape":"IdFormatList",
5789          "documentation":"<p>Information about the ID format for the resources.</p>",
5790          "locationName":"statusSet"
5791        }
5792      },
5793      "documentation":"<p>Contains the output of DescribeIdentityIdFormat.</p>"
5794    },
5795    "DescribeImageAttributeRequest":{
5796      "type":"structure",
5797      "required":[
5798        "ImageId",
5799        "Attribute"
5800      ],
5801      "members":{
5802        "DryRun":{
5803          "shape":"Boolean",
5804          "documentation":"<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>",
5805          "locationName":"dryRun"
5806        },
5807        "ImageId":{
5808          "shape":"String",
5809          "documentation":"<p>The ID of the AMI.</p>"
5810        },
5811        "Attribute":{
5812          "shape":"ImageAttributeName",
5813          "documentation":"<p>The AMI attribute.</p> <p> <b>Note</b>: Depending on your account privileges, the <code>blockDeviceMapping</code> attribute may return a <code>Client.AuthFailure</code> error. If this happens, use <a>DescribeImages</a> to get information about the block device mapping for the AMI.</p>"
5814        }
5815      },
5816      "documentation":"<p>Contains the parameters for DescribeImageAttribute.</p>"
5817    },
5818    "DescribeImagesRequest":{
5819      "type":"structure",
5820      "members":{
5821        "DryRun":{
5822          "shape":"Boolean",
5823          "documentation":"<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>",
5824          "locationName":"dryRun"
5825        },
5826        "ImageIds":{
5827          "shape":"ImageIdStringList",
5828          "documentation":"<p>One or more image IDs.</p> <p>Default: Describes all images available to you.</p>",
5829          "locationName":"ImageId"
5830        },
5831        "Owners":{
5832          "shape":"OwnerStringList",
5833          "documentation":"<p>Filters the images by the owner. Specify an AWS account ID, <code>self</code> (owner is the sender of the request), or an AWS owner alias (valid values are <code>amazon</code> | <code>aws-marketplace</code> | <code>microsoft</code>). Omitting this option returns all images for which you have launch permissions, regardless of ownership.</p>",
5834          "locationName":"Owner"
5835        },
5836        "ExecutableUsers":{
5837          "shape":"ExecutableByStringList",
5838          "documentation":"<p>Scopes the images by users with explicit launch permissions. Specify an AWS account ID, <code>self</code> (the sender of the request), or <code>all</code> (public AMIs).</p>",
5839          "locationName":"ExecutableBy"
5840        },
5841        "Filters":{
5842          "shape":"FilterList",
5843          "documentation":"<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>io1</code> | <code>st1 </code>| <code>sc1</code> | <code>standard</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> - String value from an Amazon-maintained list (<code>amazon</code> | <code>aws-marketplace</code> | <code>microsoft</code>) of snapshot owners. Not to be confused with the user-configured AWS account alias, which is set from the IAM console.</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>",
5844          "locationName":"Filter"
5845        }
5846      },
5847      "documentation":"<p>Contains the parameters for DescribeImages.</p>"
5848    },
5849    "DescribeImagesResult":{
5850      "type":"structure",
5851      "members":{
5852        "Images":{
5853          "shape":"ImageList",
5854          "documentation":"<p>Information about one or more images.</p>",
5855          "locationName":"imagesSet"
5856        }
5857      },
5858      "documentation":"<p>Contains the output of DescribeImages.</p>"
5859    },
5860    "DescribeImportImageTasksRequest":{
5861      "type":"structure",
5862      "members":{
5863        "DryRun":{
5864          "shape":"Boolean",
5865          "documentation":"<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>"
5866        },
5867        "ImportTaskIds":{
5868          "shape":"ImportTaskIdList",
5869          "documentation":"<p>A list of import image task IDs.</p>",
5870          "locationName":"ImportTaskId"
5871        },
5872        "NextToken":{
5873          "shape":"String",
5874          "documentation":"<p>A token that indicates the next page of results.</p>"
5875        },
5876        "MaxResults":{
5877          "shape":"Integer",
5878          "documentation":"<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>"
5879        },
5880        "Filters":{
5881          "shape":"FilterList",
5882          "documentation":"<p>Filter tasks using the <code>task-state</code> filter and one of the following values: active, completed, deleting, deleted.</p>"
5883        }
5884      },
5885      "documentation":"<p>Contains the parameters for DescribeImportImageTasks.</p>"
5886    },
5887    "DescribeImportImageTasksResult":{
5888      "type":"structure",
5889      "members":{
5890        "ImportImageTasks":{
5891          "shape":"ImportImageTaskList",
5892          "documentation":"<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>",
5893          "locationName":"importImageTaskSet"
5894        },
5895        "NextToken":{
5896          "shape":"String",
5897          "documentation":"<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>",
5898          "locationName":"nextToken"
5899        }
5900      },
5901      "documentation":"<p>Contains the output for DescribeImportImageTasks.</p>"
5902    },
5903    "DescribeImportSnapshotTasksRequest":{
5904      "type":"structure",
5905      "members":{
5906        "DryRun":{
5907          "shape":"Boolean",
5908          "documentation":"<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>"
5909        },
5910        "ImportTaskIds":{
5911          "shape":"ImportTaskIdList",
5912          "documentation":"<p>A list of import snapshot task IDs.</p>",
5913          "locationName":"ImportTaskId"
5914        },
5915        "NextToken":{
5916          "shape":"String",
5917          "documentation":"<p>A token that indicates the next page of results.</p>"
5918        },
5919        "MaxResults":{
5920          "shape":"Integer",
5921          "documentation":"<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>"
5922        },
5923        "Filters":{
5924          "shape":"FilterList",
5925          "documentation":"<p>One or more filters.</p>"
5926        }
5927      },
5928      "documentation":"<p>Contains the parameters for DescribeImportSnapshotTasks.</p>"
5929    },
5930    "DescribeImportSnapshotTasksResult":{
5931      "type":"structure",
5932      "members":{
5933        "ImportSnapshotTasks":{
5934          "shape":"ImportSnapshotTaskList",
5935          "documentation":"<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>",
5936          "locationName":"importSnapshotTaskSet"
5937        },
5938        "NextToken":{
5939          "shape":"String",
5940          "documentation":"<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>",
5941          "locationName":"nextToken"
5942        }
5943      },
5944      "documentation":"<p>Contains the output for DescribeImportSnapshotTasks.</p>"
5945    },
5946    "DescribeInstanceAttributeRequest":{
5947      "type":"structure",
5948      "required":[
5949        "InstanceId",
5950        "Attribute"
5951      ],
5952      "members":{
5953        "DryRun":{
5954          "shape":"Boolean",
5955          "documentation":"<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>",
5956          "locationName":"dryRun"
5957        },
5958        "InstanceId":{
5959          "shape":"String",
5960          "documentation":"<p>The ID of the instance.</p>",
5961          "locationName":"instanceId"
5962        },
5963        "Attribute":{
5964          "shape":"InstanceAttributeName",
5965          "documentation":"<p>The instance attribute.</p> <p>Note: The <code>enaSupport</code> attribute is not supported at this time.</p>",
5966          "locationName":"attribute"
5967        }
5968      },
5969      "documentation":"<p>Contains the parameters for DescribeInstanceAttribute.</p>"
5970    },
5971    "DescribeInstanceStatusRequest":{
5972      "type":"structure",
5973      "members":{
5974        "DryRun":{
5975          "shape":"Boolean",
5976          "documentation":"<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>",
5977          "locationName":"dryRun"
5978        },
5979        "InstanceIds":{
5980          "shape":"InstanceIdStringList",
5981          "documentation":"<p>One or more instance IDs.</p> <p>Default: Describes all your instances.</p> <p>Constraints: Maximum 100 explicitly specified instance IDs.</p>",
5982          "locationName":"InstanceId"
5983        },
5984        "Filters":{
5985          "shape":"FilterList",
5986          "documentation":"<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>",
5987          "locationName":"Filter"
5988        },
5989        "NextToken":{
5990          "shape":"String",
5991          "documentation":"<p>The token to retrieve the next page of results.</p>"
5992        },
5993        "MaxResults":{
5994          "shape":"Integer",
5995          "documentation":"<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call.</p>"
5996        },
5997        "IncludeAllInstances":{
5998          "shape":"Boolean",
5999          "documentation":"<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>",
6000          "locationName":"includeAllInstances"
6001        }
6002      },
6003      "documentation":"<p>Contains the parameters for DescribeInstanceStatus.</p>"
6004    },
6005    "DescribeInstanceStatusResult":{
6006      "type":"structure",
6007      "members":{
6008        "InstanceStatuses":{
6009          "shape":"InstanceStatusList",
6010          "documentation":"<p>One or more instance status descriptions.</p>",
6011          "locationName":"instanceStatusSet"
6012        },
6013        "NextToken":{
6014          "shape":"String",
6015          "documentation":"<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>",
6016          "locationName":"nextToken"
6017        }
6018      },
6019      "documentation":"<p>Contains the output of DescribeInstanceStatus.</p>"
6020    },
6021    "DescribeInstancesRequest":{
6022      "type":"structure",
6023      "members":{
6024        "DryRun":{
6025          "shape":"Boolean",
6026          "documentation":"<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>",
6027          "locationName":"dryRun"
6028        },
6029        "InstanceIds":{
6030          "shape":"InstanceIdStringList",
6031          "documentation":"<p>One or more instance IDs.</p> <p>Default: Describes all your instances.</p>",
6032          "locationName":"InstanceId"
6033        },
6034        "Filters":{
6035          "shape":"FilterList",
6036          "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>affinity</code> - The affinity setting for an instance running on a Dedicated Host (<code>default</code> | <code>host</code>).</p> </li> <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>host-id</code> - The ID of the Dedicated Host on which the instance is running, if applicable.</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 or a Scheduled Instance (<code>spot</code> | <code>scheduled</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> | <code>host</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>",
6037          "locationName":"Filter"
6038        },
6039        "NextToken":{
6040          "shape":"String",
6041          "documentation":"<p>The token to request the next page of results.</p>",
6042          "locationName":"nextToken"
6043        },
6044        "MaxResults":{
6045          "shape":"Integer",
6046          "documentation":"<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter or tag filters in the same call.</p>",
6047          "locationName":"maxResults"
6048        }
6049      },
6050      "documentation":"<p>Contains the parameters for DescribeInstances.</p>"
6051    },
6052    "DescribeInstancesResult":{
6053      "type":"structure",
6054      "members":{
6055        "Reservations":{
6056          "shape":"ReservationList",
6057          "documentation":"<p>Zero or more reservations.</p>",
6058          "locationName":"reservationSet"
6059        },
6060        "NextToken":{
6061          "shape":"String",
6062          "documentation":"<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>",
6063          "locationName":"nextToken"
6064        }
6065      },
6066      "documentation":"<p>Contains the output of DescribeInstances.</p>"
6067    },
6068    "DescribeInternetGatewaysRequest":{
6069      "type":"structure",
6070      "members":{
6071        "DryRun":{
6072          "shape":"Boolean",
6073          "documentation":"<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>",
6074          "locationName":"dryRun"
6075        },
6076        "InternetGatewayIds":{
6077          "shape":"ValueStringList",
6078          "documentation":"<p>One or more Internet gateway IDs.</p> <p>Default: Describes all your Internet gateways.</p>",
6079          "locationName":"internetGatewayId"
6080        },
6081        "Filters":{
6082          "shape":"FilterList",
6083          "documentation":"<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>",
6084          "locationName":"Filter"
6085        }
6086      },
6087      "documentation":"<p>Contains the parameters for DescribeInternetGateways.</p>"
6088    },
6089    "DescribeInternetGatewaysResult":{
6090      "type":"structure",
6091      "members":{
6092        "InternetGateways":{
6093          "shape":"InternetGatewayList",
6094          "documentation":"<p>Information about one or more Internet gateways.</p>",
6095          "locationName":"internetGatewaySet"
6096        }
6097      },
6098      "documentation":"<p>Contains the output of DescribeInternetGateways.</p>"
6099    },
6100    "DescribeKeyPairsRequest":{
6101      "type":"structure",
6102      "members":{
6103        "DryRun":{
6104          "shape":"Boolean",
6105          "documentation":"<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>",
6106          "locationName":"dryRun"
6107        },
6108        "KeyNames":{
6109          "shape":"KeyNameStringList",
6110          "documentation":"<p>One or more key pair names.</p> <p>Default: Describes all your key pairs.</p>",
6111          "locationName":"KeyName"
6112        },
6113        "Filters":{
6114          "shape":"FilterList",
6115          "documentation":"<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>",
6116          "locationName":"Filter"
6117        }
6118      },
6119      "documentation":"<p>Contains the parameters for DescribeKeyPairs.</p>"
6120    },
6121    "DescribeKeyPairsResult":{
6122      "type":"structure",
6123      "members":{
6124        "KeyPairs":{
6125          "shape":"KeyPairList",
6126          "documentation":"<p>Information about one or more key pairs.</p>",
6127          "locationName":"keySet"
6128        }
6129      },
6130      "documentation":"<p>Contains the output of DescribeKeyPairs.</p>"
6131    },
6132    "DescribeMovingAddressesRequest":{
6133      "type":"structure",
6134      "members":{
6135        "DryRun":{
6136          "shape":"Boolean",
6137          "documentation":"<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>",
6138          "locationName":"dryRun"
6139        },
6140        "PublicIps":{
6141          "shape":"ValueStringList",
6142          "documentation":"<p>One or more Elastic IP addresses.</p>",
6143          "locationName":"publicIp"
6144        },
6145        "NextToken":{
6146          "shape":"String",
6147          "documentation":"<p>The token to use to retrieve the next page of results.</p>",
6148          "locationName":"nextToken"
6149        },
6150        "Filters":{
6151          "shape":"FilterList",
6152          "documentation":"<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>",
6153          "locationName":"filter"
6154        },
6155        "MaxResults":{
6156          "shape":"Integer",
6157          "documentation":"<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>",
6158          "locationName":"maxResults"
6159        }
6160      },
6161      "documentation":"<p>Contains the parameters for DescribeMovingAddresses.</p>"
6162    },
6163    "DescribeMovingAddressesResult":{
6164      "type":"structure",
6165      "members":{
6166        "MovingAddressStatuses":{
6167          "shape":"MovingAddressStatusSet",
6168          "documentation":"<p>The status for each Elastic IP address.</p>",
6169          "locationName":"movingAddressStatusSet"
6170        },
6171        "NextToken":{
6172          "shape":"String",
6173          "documentation":"<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>",
6174          "locationName":"nextToken"
6175        }
6176      },
6177      "documentation":"<p>Contains the output of DescribeMovingAddresses.</p>"
6178    },
6179    "DescribeNatGatewaysRequest":{
6180      "type":"structure",
6181      "members":{
6182        "NatGatewayIds":{
6183          "shape":"ValueStringList",
6184          "documentation":"<p>One or more NAT gateway IDs.</p>",
6185          "locationName":"NatGatewayId"
6186        },
6187        "Filter":{
6188          "shape":"FilterList",
6189          "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>nat-gateway-id</code> - The ID of the NAT gateway.</p> </li> <li> <p> <code>state</code> - The state of the NAT gateway (<code>pending</code> | <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p> </li> <li> <p> <code>subnet-id</code> - The ID of the subnet in which the NAT gateway resides.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC in which the NAT gateway resides.</p> </li> </ul>"
6190        },
6191        "MaxResults":{
6192          "shape":"Integer",
6193          "documentation":"<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>"
6194        },
6195        "NextToken":{
6196          "shape":"String",
6197          "documentation":"<p>The token to retrieve the next page of results.</p>"
6198        }
6199      },
6200      "documentation":"<p>Contains the parameters for DescribeNatGateways.</p>"
6201    },
6202    "DescribeNatGatewaysResult":{
6203      "type":"structure",
6204      "members":{
6205        "NatGateways":{
6206          "shape":"NatGatewayList",
6207          "documentation":"<p>Information about the NAT gateways.</p>",
6208          "locationName":"natGatewaySet"
6209        },
6210        "NextToken":{
6211          "shape":"String",
6212          "documentation":"<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>",
6213          "locationName":"nextToken"
6214        }
6215      },
6216      "documentation":"<p>Contains the output of DescribeNatGateways.</p>"
6217    },
6218    "DescribeNetworkAclsRequest":{
6219      "type":"structure",
6220      "members":{
6221        "DryRun":{
6222          "shape":"Boolean",
6223          "documentation":"<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>",
6224          "locationName":"dryRun"
6225        },
6226        "NetworkAclIds":{
6227          "shape":"ValueStringList",
6228          "documentation":"<p>One or more network ACL IDs.</p> <p>Default: Describes all your network ACLs.</p>",
6229          "locationName":"NetworkAclId"
6230        },
6231        "Filters":{
6232          "shape":"FilterList",
6233          "documentation":"<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>",
6234          "locationName":"Filter"
6235        }
6236      },
6237      "documentation":"<p>Contains the parameters for DescribeNetworkAcls.</p>"
6238    },
6239    "DescribeNetworkAclsResult":{
6240      "type":"structure",
6241      "members":{
6242        "NetworkAcls":{
6243          "shape":"NetworkAclList",
6244          "documentation":"<p>Information about one or more network ACLs.</p>",
6245          "locationName":"networkAclSet"
6246        }
6247      },
6248      "documentation":"<p>Contains the output of DescribeNetworkAcls.</p>"
6249    },
6250    "DescribeNetworkInterfaceAttributeRequest":{
6251      "type":"structure",
6252      "required":["NetworkInterfaceId"],
6253      "members":{
6254        "DryRun":{
6255          "shape":"Boolean",
6256          "documentation":"<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>",
6257          "locationName":"dryRun"
6258        },
6259        "NetworkInterfaceId":{
6260          "shape":"String",
6261          "documentation":"<p>The ID of the network interface.</p>",
6262          "locationName":"networkInterfaceId"
6263        },
6264        "Attribute":{
6265          "shape":"NetworkInterfaceAttribute",
6266          "documentation":"<p>The attribute of the network interface.</p>",
6267          "locationName":"attribute"
6268        }
6269      },
6270      "documentation":"<p>Contains the parameters for DescribeNetworkInterfaceAttribute.</p>"
6271    },
6272    "DescribeNetworkInterfaceAttributeResult":{
6273      "type":"structure",
6274      "members":{
6275        "NetworkInterfaceId":{
6276          "shape":"String",
6277          "documentation":"<p>The ID of the network interface.</p>",
6278          "locationName":"networkInterfaceId"
6279        },
6280        "Description":{
6281          "shape":"AttributeValue",
6282          "documentation":"<p>The description of the network interface.</p>",
6283          "locationName":"description"
6284        },
6285        "SourceDestCheck":{
6286          "shape":"AttributeBooleanValue",
6287          "documentation":"<p>Indicates whether source/destination checking is enabled.</p>",
6288          "locationName":"sourceDestCheck"
6289        },
6290        "Groups":{
6291          "shape":"GroupIdentifierList",
6292          "documentation":"<p>The security groups associated with the network interface.</p>",
6293          "locationName":"groupSet"
6294        },
6295        "Attachment":{
6296          "shape":"NetworkInterfaceAttachment",
6297          "documentation":"<p>The attachment (if any) of the network interface.</p>",
6298          "locationName":"attachment"
6299        }
6300      },
6301      "documentation":"<p>Contains the output of DescribeNetworkInterfaceAttribute.</p>"
6302    },
6303    "DescribeNetworkInterfacesRequest":{
6304      "type":"structure",
6305      "members":{
6306        "DryRun":{
6307          "shape":"Boolean",
6308          "documentation":"<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>",
6309          "locationName":"dryRun"
6310        },
6311        "NetworkInterfaceIds":{
6312          "shape":"NetworkInterfaceIdList",
6313          "documentation":"<p>One or more network interface IDs.</p> <p>Default: Describes all your network interfaces.</p>",
6314          "locationName":"NetworkInterfaceId"
6315        },
6316        "Filters":{
6317          "shape":"FilterList",
6318          "documentation":"<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.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>attachment.device-index</code> - The device index to which the network interface is attached.</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.nat-gateway-id</code> - The ID of the NAT gateway 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>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>",
6319          "locationName":"filter"
6320        }
6321      },
6322      "documentation":"<p>Contains the parameters for DescribeNetworkInterfaces.</p>"
6323    },
6324    "DescribeNetworkInterfacesResult":{
6325      "type":"structure",
6326      "members":{
6327        "NetworkInterfaces":{
6328          "shape":"NetworkInterfaceList",
6329          "documentation":"<p>Information about one or more network interfaces.</p>",
6330          "locationName":"networkInterfaceSet"
6331        }
6332      },
6333      "documentation":"<p>Contains the output of DescribeNetworkInterfaces.</p>"
6334    },
6335    "DescribePlacementGroupsRequest":{
6336      "type":"structure",
6337      "members":{
6338        "DryRun":{
6339          "shape":"Boolean",
6340          "documentation":"<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>",
6341          "locationName":"dryRun"
6342        },
6343        "GroupNames":{
6344          "shape":"PlacementGroupStringList",
6345          "documentation":"<p>One or more placement group names.</p> <p>Default: Describes all your placement groups, or only those otherwise specified.</p>",
6346          "locationName":"groupName"
6347        },
6348        "Filters":{
6349          "shape":"FilterList",
6350          "documentation":"<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>",
6351          "locationName":"Filter"
6352        }
6353      },
6354      "documentation":"<p>Contains the parameters for DescribePlacementGroups.</p>"
6355    },
6356    "DescribePlacementGroupsResult":{
6357      "type":"structure",
6358      "members":{
6359        "PlacementGroups":{
6360          "shape":"PlacementGroupList",
6361          "documentation":"<p>One or more placement groups.</p>",
6362          "locationName":"placementGroupSet"
6363        }
6364      },
6365      "documentation":"<p>Contains the output of DescribePlacementGroups.</p>"
6366    },
6367    "DescribePrefixListsRequest":{
6368      "type":"structure",
6369      "members":{
6370        "DryRun":{
6371          "shape":"Boolean",
6372          "documentation":"<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>"
6373        },
6374        "PrefixListIds":{
6375          "shape":"ValueStringList",
6376          "documentation":"<p>One or more prefix list IDs.</p>",
6377          "locationName":"PrefixListId"
6378        },
6379        "Filters":{
6380          "shape":"FilterList",
6381          "documentation":"<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>",
6382          "locationName":"Filter"
6383        },
6384        "MaxResults":{
6385          "shape":"Integer",
6386          "documentation":"<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>"
6387        },
6388        "NextToken":{
6389          "shape":"String",
6390          "documentation":"<p>The token for the next set of items to return. (You received this token from a prior call.)</p>"
6391        }
6392      },
6393      "documentation":"<p>Contains the parameters for DescribePrefixLists.</p>"
6394    },
6395    "DescribePrefixListsResult":{
6396      "type":"structure",
6397      "members":{
6398        "PrefixLists":{
6399          "shape":"PrefixListSet",
6400          "documentation":"<p>All available prefix lists.</p>",
6401          "locationName":"prefixListSet"
6402        },
6403        "NextToken":{
6404          "shape":"String",
6405          "documentation":"<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>",
6406          "locationName":"nextToken"
6407        }
6408      },
6409      "documentation":"<p>Contains the output of DescribePrefixLists.</p>"
6410    },
6411    "DescribeRegionsRequest":{
6412      "type":"structure",
6413      "members":{
6414        "DryRun":{
6415          "shape":"Boolean",
6416          "documentation":"<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>",
6417          "locationName":"dryRun"
6418        },
6419        "RegionNames":{
6420          "shape":"RegionNameStringList",
6421          "documentation":"<p>The names of one or more regions.</p>",
6422          "locationName":"RegionName"
6423        },
6424        "Filters":{
6425          "shape":"FilterList",
6426          "documentation":"<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>",
6427          "locationName":"Filter"
6428        }
6429      },
6430      "documentation":"<p>Contains the parameters for DescribeRegions.</p>"
6431    },
6432    "DescribeRegionsResult":{
6433      "type":"structure",
6434      "members":{
6435        "Regions":{
6436          "shape":"RegionList",
6437          "documentation":"<p>Information about one or more regions.</p>",
6438          "locationName":"regionInfo"
6439        }
6440      },
6441      "documentation":"<p>Contains the output of DescribeRegions.</p>"
6442    },
6443    "DescribeReservedInstancesListingsRequest":{
6444      "type":"structure",
6445      "members":{
6446        "ReservedInstancesId":{
6447          "shape":"String",
6448          "documentation":"<p>One or more Reserved Instance IDs.</p>",
6449          "locationName":"reservedInstancesId"
6450        },
6451        "ReservedInstancesListingId":{
6452          "shape":"String",
6453          "documentation":"<p>One or more Reserved Instance listing IDs.</p>",
6454          "locationName":"reservedInstancesListingId"
6455        },
6456        "Filters":{
6457          "shape":"FilterList",
6458          "documentation":"<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>",
6459          "locationName":"Filter"
6460        }
6461      },
6462      "documentation":"<p>Contains the parameters for DescribeReservedInstancesListings.</p>"
6463    },
6464    "DescribeReservedInstancesListingsResult":{
6465      "type":"structure",
6466      "members":{
6467        "ReservedInstancesListings":{
6468          "shape":"ReservedInstancesListingList",
6469          "documentation":"<p>Information about the Reserved Instance listing.</p>",
6470          "locationName":"reservedInstancesListingsSet"
6471        }
6472      },
6473      "documentation":"<p>Contains the output of DescribeReservedInstancesListings.</p>"
6474    },
6475    "DescribeReservedInstancesModificationsRequest":{
6476      "type":"structure",
6477      "members":{
6478        "ReservedInstancesModificationIds":{
6479          "shape":"ReservedInstancesModificationIdStringList",
6480          "documentation":"<p>IDs for the submitted modification request.</p>",
6481          "locationName":"ReservedInstancesModificationId"
6482        },
6483        "NextToken":{
6484          "shape":"String",
6485          "documentation":"<p>The token to retrieve the next page of results.</p>",
6486          "locationName":"nextToken"
6487        },
6488        "Filters":{
6489          "shape":"FilterList",
6490          "documentation":"<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>",
6491          "locationName":"Filter"
6492        }
6493      },
6494      "documentation":"<p>Contains the parameters for DescribeReservedInstancesModifications.</p>"
6495    },
6496    "DescribeReservedInstancesModificationsResult":{
6497      "type":"structure",
6498      "members":{
6499        "ReservedInstancesModifications":{
6500          "shape":"ReservedInstancesModificationList",
6501          "documentation":"<p>The Reserved Instance modification information.</p>",
6502          "locationName":"reservedInstancesModificationsSet"
6503        },
6504        "NextToken":{
6505          "shape":"String",
6506          "documentation":"<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>",
6507          "locationName":"nextToken"
6508        }
6509      },
6510      "documentation":"<p>Contains the output of DescribeReservedInstancesModifications.</p>"
6511    },
6512    "DescribeReservedInstancesOfferingsRequest":{
6513      "type":"structure",
6514      "members":{
6515        "DryRun":{
6516          "shape":"Boolean",
6517          "documentation":"<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>",
6518          "locationName":"dryRun"
6519        },
6520        "ReservedInstancesOfferingIds":{
6521          "shape":"ReservedInstancesOfferingIdStringList",
6522          "documentation":"<p>One or more Reserved Instances offering IDs.</p>",
6523          "locationName":"ReservedInstancesOfferingId"
6524        },
6525        "InstanceType":{
6526          "shape":"InstanceType",
6527          "documentation":"<p>The instance type that the reservation will cover (for example, <code>m1.small</code>). 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>"
6528        },
6529        "AvailabilityZone":{
6530          "shape":"String",
6531          "documentation":"<p>The Availability Zone in which the Reserved Instance can be used.</p>"
6532        },
6533        "ProductDescription":{
6534          "shape":"RIProductDescription",
6535          "documentation":"<p>The Reserved Instance product platform description. Instances that include <code>(Amazon VPC)</code> in the description are for use with Amazon VPC.</p>"
6536        },
6537        "Filters":{
6538          "shape":"FilterList",
6539          "documentation":"<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 that is covered by the reservation.</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 both AWS and the Reserved Instance Marketplace are listed.</p> </li> <li> <p> <code>product-description</code> - The Reserved Instance product platform description. Instances that include <code>(Amazon VPC)</code> in the product platform description will only be displayed to EC2-Classic account holders and are for use with Amazon VPC. (<code>Linux/UNIX</code> | <code>Linux/UNIX (Amazon VPC)</code> | <code>SUSE Linux</code> | <code>SUSE Linux (Amazon VPC)</code> | <code>Red Hat Enterprise Linux</code> | <code>Red Hat Enterprise Linux (Amazon VPC)</code> | <code>Windows</code> | <code>Windows (Amazon VPC)</code> | <code>Windows with SQL Server Standard</code> | <code>Windows with SQL Server Standard (Amazon VPC)</code> | <code>Windows with SQL Server Web</code> | <code> Windows with SQL Server Web (Amazon VPC)</code> | <code>Windows with SQL Server Enterprise</code> | <code>Windows with SQL Server Enterprise (Amazon VPC)</code>) </p> </li> <li> <p> <code>reserved-instances-offering-id</code> - The Reserved Instances offering ID.</p> </li> <li> <p> <code>scope</code> - The scope of the Reserved Instance (<code>Availability Zone</code> or <code>Region</code>).</p> </li> <li> <p> <code>usage-price</code> - The usage price of the Reserved Instance, per hour (for example, 0.84).</p> </li> </ul>",
6540          "locationName":"Filter"
6541        },
6542        "InstanceTenancy":{
6543          "shape":"Tenancy",
6544          "documentation":"<p>The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of <code>dedicated</code> is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances).</p> <p>Default: <code>default</code> </p>",
6545          "locationName":"instanceTenancy"
6546        },
6547        "OfferingType":{
6548          "shape":"OfferingTypeValues",
6549          "documentation":"<p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the <code>Medium Utilization</code> Reserved Instance offering type. </p>",
6550          "locationName":"offeringType"
6551        },
6552        "NextToken":{
6553          "shape":"String",
6554          "documentation":"<p>The token to retrieve the next page of results.</p>",
6555          "locationName":"nextToken"
6556        },
6557        "MaxResults":{
6558          "shape":"Integer",
6559          "documentation":"<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>",
6560          "locationName":"maxResults"
6561        },
6562        "IncludeMarketplace":{
6563          "shape":"Boolean",
6564          "documentation":"<p>Include Reserved Instance Marketplace offerings in the response.</p>"
6565        },
6566        "MinDuration":{
6567          "shape":"Long",
6568          "documentation":"<p>The minimum duration (in seconds) to filter when searching for offerings.</p> <p>Default: 2592000 (1 month)</p>"
6569        },
6570        "MaxDuration":{
6571          "shape":"Long",
6572          "documentation":"<p>The maximum duration (in seconds) to filter when searching for offerings.</p> <p>Default: 94608000 (3 years)</p>"
6573        },
6574        "MaxInstanceCount":{
6575          "shape":"Integer",
6576          "documentation":"<p>The maximum number of instances to filter when searching for offerings.</p> <p>Default: 20</p>"
6577        },
6578        "OfferingClass":{
6579          "shape":"OfferingClassType",
6580          "documentation":"<p>The offering class of the Reserved Instance. Can be <code>standard</code> or <code>convertible</code>.</p>"
6581        }
6582      },
6583      "documentation":"<p>Contains the parameters for DescribeReservedInstancesOfferings.</p>"
6584    },
6585    "DescribeReservedInstancesOfferingsResult":{
6586      "type":"structure",
6587      "members":{
6588        "ReservedInstancesOfferings":{
6589          "shape":"ReservedInstancesOfferingList",
6590          "documentation":"<p>A list of Reserved Instances offerings.</p>",
6591          "locationName":"reservedInstancesOfferingsSet"
6592        },
6593        "NextToken":{
6594          "shape":"String",
6595          "documentation":"<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>",
6596          "locationName":"nextToken"
6597        }
6598      },
6599      "documentation":"<p>Contains the output of DescribeReservedInstancesOfferings.</p>"
6600    },
6601    "DescribeReservedInstancesRequest":{
6602      "type":"structure",
6603      "members":{
6604        "DryRun":{
6605          "shape":"Boolean",
6606          "documentation":"<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>",
6607          "locationName":"dryRun"
6608        },
6609        "ReservedInstancesIds":{
6610          "shape":"ReservedInstancesIdStringList",
6611          "documentation":"<p>One or more Reserved Instance IDs.</p> <p>Default: Describes all your Reserved Instances, or only those otherwise specified.</p>",
6612          "locationName":"ReservedInstancesId"
6613        },
6614        "Filters":{
6615          "shape":"FilterList",
6616          "documentation":"<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, 2015-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 that is covered by the reservation.</p> </li> <li> <p> <code>scope</code> - The scope of the Reserved Instance (<code>Region</code> or <code>Availability Zone</code>).</p> </li> <li> <p> <code>product-description</code> - The Reserved Instance product platform description. Instances that include <code>(Amazon VPC)</code> in the product platform description will only be displayed to EC2-Classic account holders and are for use with Amazon VPC (<code>Linux/UNIX</code> | <code>Linux/UNIX (Amazon VPC)</code> | <code>SUSE Linux</code> | <code>SUSE Linux (Amazon VPC)</code> | <code>Red Hat Enterprise Linux</code> | <code>Red Hat Enterprise Linux (Amazon VPC)</code> | <code>Windows</code> | <code>Windows (Amazon VPC)</code> | <code>Windows with SQL Server Standard</code> | <code>Windows with SQL Server Standard (Amazon VPC)</code> | <code>Windows with SQL Server Web</code> | <code>Windows with SQL Server Web (Amazon VPC)</code> | <code>Windows with SQL Server Enterprise</code> | <code>Windows with SQL Server Enterprise (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>",
6617          "locationName":"Filter"
6618        },
6619        "OfferingType":{
6620          "shape":"OfferingTypeValues",
6621          "documentation":"<p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the <code>Medium Utilization</code> Reserved Instance offering type.</p>",
6622          "locationName":"offeringType"
6623        },
6624        "OfferingClass":{
6625          "shape":"OfferingClassType",
6626          "documentation":"<p>Describes whether the Reserved Instance is Standard or Convertible.</p>"
6627        }
6628      },
6629      "documentation":"<p>Contains the parameters for DescribeReservedInstances.</p>"
6630    },
6631    "DescribeReservedInstancesResult":{
6632      "type":"structure",
6633      "members":{
6634        "ReservedInstances":{
6635          "shape":"ReservedInstancesList",
6636          "documentation":"<p>A list of Reserved Instances.</p>",
6637          "locationName":"reservedInstancesSet"
6638        }
6639      },
6640      "documentation":"<p>Contains the output for DescribeReservedInstances.</p>"
6641    },
6642    "DescribeRouteTablesRequest":{
6643      "type":"structure",
6644      "members":{
6645        "DryRun":{
6646          "shape":"Boolean",
6647          "documentation":"<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>",
6648          "locationName":"dryRun"
6649        },
6650        "RouteTableIds":{
6651          "shape":"ValueStringList",
6652          "documentation":"<p>One or more route table IDs.</p> <p>Default: Describes all your route tables.</p>",
6653          "locationName":"RouteTableId"
6654        },
6655        "Filters":{
6656          "shape":"FilterList",
6657          "documentation":"<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 (<code>true</code> | <code>false</code>).</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.nat-gateway-id</code> - The ID of a NAT gateway.</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>",
6658          "locationName":"Filter"
6659        }
6660      },
6661      "documentation":"<p>Contains the parameters for DescribeRouteTables.</p>"
6662    },
6663    "DescribeRouteTablesResult":{
6664      "type":"structure",
6665      "members":{
6666        "RouteTables":{
6667          "shape":"RouteTableList",
6668          "documentation":"<p>Information about one or more route tables.</p>",
6669          "locationName":"routeTableSet"
6670        }
6671      },
6672      "documentation":"<p>Contains the output of DescribeRouteTables.</p>"
6673    },
6674    "DescribeScheduledInstanceAvailabilityRequest":{
6675      "type":"structure",
6676      "required":[
6677        "Recurrence",
6678        "FirstSlotStartTimeRange"
6679      ],
6680      "members":{
6681        "DryRun":{
6682          "shape":"Boolean",
6683          "documentation":"<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>"
6684        },
6685        "Recurrence":{
6686          "shape":"ScheduledInstanceRecurrenceRequest",
6687          "documentation":"<p>The schedule recurrence.</p>"
6688        },
6689        "FirstSlotStartTimeRange":{
6690          "shape":"SlotDateTimeRangeRequest",
6691          "documentation":"<p>The time period for the first schedule to start.</p>"
6692        },
6693        "MinSlotDurationInHours":{
6694          "shape":"Integer",
6695          "documentation":"<p>The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.</p>"
6696        },
6697        "MaxSlotDurationInHours":{
6698          "shape":"Integer",
6699          "documentation":"<p>The maximum available duration, in hours. This value must be greater than <code>MinSlotDurationInHours</code> and less than 1,720.</p>"
6700        },
6701        "NextToken":{
6702          "shape":"String",
6703          "documentation":"<p>The token for the next set of results.</p>"
6704        },
6705        "MaxResults":{
6706          "shape":"Integer",
6707          "documentation":"<p>The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 300. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>"
6708        },
6709        "Filters":{
6710          "shape":"FilterList",
6711          "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>availability-zone</code> - The Availability Zone (for example, <code>us-west-2a</code>).</p> </li> <li> <p> <code>instance-type</code> - The instance type (for example, <code>c4.large</code>).</p> </li> <li> <p> <code>network-platform</code> - The network platform (<code>EC2-Classic</code> or <code>EC2-VPC</code>).</p> </li> <li> <p> <code>platform</code> - The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p> </li> </ul>",
6712          "locationName":"Filter"
6713        }
6714      },
6715      "documentation":"<p>Contains the parameters for DescribeScheduledInstanceAvailability.</p>"
6716    },
6717    "DescribeScheduledInstanceAvailabilityResult":{
6718      "type":"structure",
6719      "members":{
6720        "NextToken":{
6721          "shape":"String",
6722          "documentation":"<p>The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return.</p>",
6723          "locationName":"nextToken"
6724        },
6725        "ScheduledInstanceAvailabilitySet":{
6726          "shape":"ScheduledInstanceAvailabilitySet",
6727          "documentation":"<p>Information about the available Scheduled Instances.</p>",
6728          "locationName":"scheduledInstanceAvailabilitySet"
6729        }
6730      },
6731      "documentation":"<p>Contains the output of DescribeScheduledInstanceAvailability.</p>"
6732    },
6733    "DescribeScheduledInstancesRequest":{
6734      "type":"structure",
6735      "members":{
6736        "DryRun":{
6737          "shape":"Boolean",
6738          "documentation":"<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>"
6739        },
6740        "ScheduledInstanceIds":{
6741          "shape":"ScheduledInstanceIdRequestSet",
6742          "documentation":"<p>One or more Scheduled Instance IDs.</p>",
6743          "locationName":"ScheduledInstanceId"
6744        },
6745        "SlotStartTimeRange":{
6746          "shape":"SlotStartTimeRangeRequest",
6747          "documentation":"<p>The time period for the first schedule to start.</p>"
6748        },
6749        "NextToken":{
6750          "shape":"String",
6751          "documentation":"<p>The token for the next set of results.</p>"
6752        },
6753        "MaxResults":{
6754          "shape":"Integer",
6755          "documentation":"<p>The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>"
6756        },
6757        "Filters":{
6758          "shape":"FilterList",
6759          "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>availability-zone</code> - The Availability Zone (for example, <code>us-west-2a</code>).</p> </li> <li> <p> <code>instance-type</code> - The instance type (for example, <code>c4.large</code>).</p> </li> <li> <p> <code>network-platform</code> - The network platform (<code>EC2-Classic</code> or <code>EC2-VPC</code>).</p> </li> <li> <p> <code>platform</code> - The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p> </li> </ul>",
6760          "locationName":"Filter"
6761        }
6762      },
6763      "documentation":"<p>Contains the parameters for DescribeScheduledInstances.</p>"
6764    },
6765    "DescribeScheduledInstancesResult":{
6766      "type":"structure",
6767      "members":{
6768        "NextToken":{
6769          "shape":"String",
6770          "documentation":"<p>The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return.</p>",
6771          "locationName":"nextToken"
6772        },
6773        "ScheduledInstanceSet":{
6774          "shape":"ScheduledInstanceSet",
6775          "documentation":"<p>Information about the Scheduled Instances.</p>",
6776          "locationName":"scheduledInstanceSet"
6777        }
6778      },
6779      "documentation":"<p>Contains the output of DescribeScheduledInstances.</p>"
6780    },
6781    "DescribeSecurityGroupReferencesRequest":{
6782      "type":"structure",
6783      "required":["GroupId"],
6784      "members":{
6785        "DryRun":{
6786          "shape":"Boolean",
6787          "documentation":"<p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.</p>"
6788        },
6789        "GroupId":{
6790          "shape":"GroupIds",
6791          "documentation":"<p>One or more security group IDs in your account.</p>"
6792        }
6793      }
6794    },
6795    "DescribeSecurityGroupReferencesResult":{
6796      "type":"structure",
6797      "members":{
6798        "SecurityGroupReferenceSet":{
6799          "shape":"SecurityGroupReferences",
6800          "documentation":"<p>Information about the VPCs with the referencing security groups.</p>",
6801          "locationName":"securityGroupReferenceSet"
6802        }
6803      }
6804    },
6805    "DescribeSecurityGroupsRequest":{
6806      "type":"structure",
6807      "members":{
6808        "DryRun":{
6809          "shape":"Boolean",
6810          "documentation":"<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>",
6811          "locationName":"dryRun"
6812        },
6813        "GroupNames":{
6814          "shape":"GroupNameStringList",
6815          "documentation":"<p>[EC2-Classic and default VPC only] One or more security group names. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, use the <code>group-name</code> filter to describe security groups by name.</p> <p>Default: Describes all your security groups.</p>",
6816          "locationName":"GroupName"
6817        },
6818        "GroupIds":{
6819          "shape":"GroupIdStringList",
6820          "documentation":"<p>One or more security group IDs. Required for security groups in a nondefault VPC.</p> <p>Default: Describes all your security groups.</p>",
6821          "locationName":"GroupId"
6822        },
6823        "Filters":{
6824          "shape":"FilterList",
6825          "documentation":"<p>One or more filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.</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>",
6826          "locationName":"Filter"
6827        }
6828      },
6829      "documentation":"<p>Contains the parameters for DescribeSecurityGroups.</p>"
6830    },
6831    "DescribeSecurityGroupsResult":{
6832      "type":"structure",
6833      "members":{
6834        "SecurityGroups":{
6835          "shape":"SecurityGroupList",
6836          "documentation":"<p>Information about one or more security groups.</p>",
6837          "locationName":"securityGroupInfo"
6838        }
6839      },
6840      "documentation":"<p>Contains the output of DescribeSecurityGroups.</p>"
6841    },
6842    "DescribeSnapshotAttributeRequest":{
6843      "type":"structure",
6844      "required":[
6845        "SnapshotId",
6846        "Attribute"
6847      ],
6848      "members":{
6849        "DryRun":{
6850          "shape":"Boolean",
6851          "documentation":"<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>",
6852          "locationName":"dryRun"
6853        },
6854        "SnapshotId":{
6855          "shape":"String",
6856          "documentation":"<p>The ID of the EBS snapshot.</p>"
6857        },
6858        "Attribute":{
6859          "shape":"SnapshotAttributeName",
6860          "documentation":"<p>The snapshot attribute you would like to view.</p>"
6861        }
6862      },
6863      "documentation":"<p>Contains the parameters for DescribeSnapshotAttribute.</p>"
6864    },
6865    "DescribeSnapshotAttributeResult":{
6866      "type":"structure",
6867      "members":{
6868        "SnapshotId":{
6869          "shape":"String",
6870          "documentation":"<p>The ID of the EBS snapshot.</p>",
6871          "locationName":"snapshotId"
6872        },
6873        "CreateVolumePermissions":{
6874          "shape":"CreateVolumePermissionList",
6875          "documentation":"<p>A list of permissions for creating volumes from the snapshot.</p>",
6876          "locationName":"createVolumePermission"
6877        },
6878        "ProductCodes":{
6879          "shape":"ProductCodeList",
6880          "documentation":"<p>A list of product codes.</p>",
6881          "locationName":"productCodes"
6882        }
6883      },
6884      "documentation":"<p>Contains the output of DescribeSnapshotAttribute.</p>"
6885    },
6886    "DescribeSnapshotsRequest":{
6887      "type":"structure",
6888      "members":{
6889        "DryRun":{
6890          "shape":"Boolean",
6891          "documentation":"<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>",
6892          "locationName":"dryRun"
6893        },
6894        "SnapshotIds":{
6895          "shape":"SnapshotIdStringList",
6896          "documentation":"<p>One or more snapshot IDs.</p> <p>Default: Describes snapshots for which you have launch permissions.</p>",
6897          "locationName":"SnapshotId"
6898        },
6899        "OwnerIds":{
6900          "shape":"OwnerStringList",
6901          "documentation":"<p>Returns the snapshots owned by the specified owner. Multiple owners can be specified.</p>",
6902          "locationName":"Owner"
6903        },
6904        "RestorableByUserIds":{
6905          "shape":"RestorableByStringList",
6906          "documentation":"<p>One or more AWS accounts IDs that can create volumes from the snapshot.</p>",
6907          "locationName":"RestorableBy"
6908        },
6909        "Filters":{
6910          "shape":"FilterList",
6911          "documentation":"<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> - Value from an Amazon-maintained list (<code>amazon</code> | <code>aws-marketplace</code> | <code>microsoft</code>) of snapshot owners. Not to be confused with the user-configured AWS account alias, which is set from the IAM consolew.</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>",
6912          "locationName":"Filter"
6913        },
6914        "NextToken":{
6915          "shape":"String",
6916          "documentation":"<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>"
6917        },
6918        "MaxResults":{
6919          "shape":"Integer",
6920          "documentation":"<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>"
6921        }
6922      },
6923      "documentation":"<p>Contains the parameters for DescribeSnapshots.</p>"
6924    },
6925    "DescribeSnapshotsResult":{
6926      "type":"structure",
6927      "members":{
6928        "Snapshots":{
6929          "shape":"SnapshotList",
6930          "documentation":"<p>Information about the snapshots.</p>",
6931          "locationName":"snapshotSet"
6932        },
6933        "NextToken":{
6934          "shape":"String",
6935          "documentation":"<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>",
6936          "locationName":"nextToken"
6937        }
6938      },
6939      "documentation":"<p>Contains the output of DescribeSnapshots.</p>"
6940    },
6941    "DescribeSpotDatafeedSubscriptionRequest":{
6942      "type":"structure",
6943      "members":{
6944        "DryRun":{
6945          "shape":"Boolean",
6946          "documentation":"<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>",
6947          "locationName":"dryRun"
6948        }
6949      },
6950      "documentation":"<p>Contains the parameters for DescribeSpotDatafeedSubscription.</p>"
6951    },
6952    "DescribeSpotDatafeedSubscriptionResult":{
6953      "type":"structure",
6954      "members":{
6955        "SpotDatafeedSubscription":{
6956          "shape":"SpotDatafeedSubscription",
6957          "documentation":"<p>The Spot instance data feed subscription.</p>",
6958          "locationName":"spotDatafeedSubscription"
6959        }
6960      },
6961      "documentation":"<p>Contains the output of DescribeSpotDatafeedSubscription.</p>"
6962    },
6963    "DescribeSpotFleetInstancesRequest":{
6964      "type":"structure",
6965      "required":["SpotFleetRequestId"],
6966      "members":{
6967        "DryRun":{
6968          "shape":"Boolean",
6969          "documentation":"<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>",
6970          "locationName":"dryRun"
6971        },
6972        "SpotFleetRequestId":{
6973          "shape":"String",
6974          "documentation":"<p>The ID of the Spot fleet request.</p>",
6975          "locationName":"spotFleetRequestId"
6976        },
6977        "NextToken":{
6978          "shape":"String",
6979          "documentation":"<p>The token for the next set of results.</p>",
6980          "locationName":"nextToken"
6981        },
6982        "MaxResults":{
6983          "shape":"Integer",
6984          "documentation":"<p>The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
6985          "locationName":"maxResults"
6986        }
6987      },
6988      "documentation":"<p>Contains the parameters for DescribeSpotFleetInstances.</p>"
6989    },
6990    "DescribeSpotFleetInstancesResponse":{
6991      "type":"structure",
6992      "required":[
6993        "SpotFleetRequestId",
6994        "ActiveInstances"
6995      ],
6996      "members":{
6997        "SpotFleetRequestId":{
6998          "shape":"String",
6999          "documentation":"<p>The ID of the Spot fleet request.</p>",
7000          "locationName":"spotFleetRequestId"
7001        },
7002        "ActiveInstances":{
7003          "shape":"ActiveInstanceSet",
7004          "documentation":"<p>The running instances. Note that this list is refreshed periodically and might be out of date.</p>",
7005          "locationName":"activeInstanceSet"
7006        },
7007        "NextToken":{
7008          "shape":"String",
7009          "documentation":"<p>The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return.</p>",
7010          "locationName":"nextToken"
7011        }
7012      },
7013      "documentation":"<p>Contains the output of DescribeSpotFleetInstances.</p>"
7014    },
7015    "DescribeSpotFleetRequestHistoryRequest":{
7016      "type":"structure",
7017      "required":[
7018        "SpotFleetRequestId",
7019        "StartTime"
7020      ],
7021      "members":{
7022        "DryRun":{
7023          "shape":"Boolean",
7024          "documentation":"<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>",
7025          "locationName":"dryRun"
7026        },
7027        "SpotFleetRequestId":{
7028          "shape":"String",
7029          "documentation":"<p>The ID of the Spot fleet request.</p>",
7030          "locationName":"spotFleetRequestId"
7031        },
7032        "EventType":{
7033          "shape":"EventType",
7034          "documentation":"<p>The type of events to describe. By default, all events are described.</p>",
7035          "locationName":"eventType"
7036        },
7037        "StartTime":{
7038          "shape":"DateTime",
7039          "documentation":"<p>The starting date and time for the events, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>",
7040          "locationName":"startTime"
7041        },
7042        "NextToken":{
7043          "shape":"String",
7044          "documentation":"<p>The token for the next set of results.</p>",
7045          "locationName":"nextToken"
7046        },
7047        "MaxResults":{
7048          "shape":"Integer",
7049          "documentation":"<p>The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
7050          "locationName":"maxResults"
7051        }
7052      },
7053      "documentation":"<p>Contains the parameters for DescribeSpotFleetRequestHistory.</p>"
7054    },
7055    "DescribeSpotFleetRequestHistoryResponse":{
7056      "type":"structure",
7057      "required":[
7058        "SpotFleetRequestId",
7059        "StartTime",
7060        "LastEvaluatedTime",
7061        "HistoryRecords"
7062      ],
7063      "members":{
7064        "SpotFleetRequestId":{
7065          "shape":"String",
7066          "documentation":"<p>The ID of the Spot fleet request.</p>",
7067          "locationName":"spotFleetRequestId"
7068        },
7069        "StartTime":{
7070          "shape":"DateTime",
7071          "documentation":"<p>The starting date and time for the events, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>",
7072          "locationName":"startTime"
7073        },
7074        "LastEvaluatedTime":{
7075          "shape":"DateTime",
7076          "documentation":"<p>The last date and time for the events, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). All records up to this time were retrieved.</p> <p>If <code>nextToken</code> indicates that there are more results, this value is not present.</p>",
7077          "locationName":"lastEvaluatedTime"
7078        },
7079        "HistoryRecords":{
7080          "shape":"HistoryRecords",
7081          "documentation":"<p>Information about the events in the history of the Spot fleet request.</p>",
7082          "locationName":"historyRecordSet"
7083        },
7084        "NextToken":{
7085          "shape":"String",
7086          "documentation":"<p>The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return.</p>",
7087          "locationName":"nextToken"
7088        }
7089      },
7090      "documentation":"<p>Contains the output of DescribeSpotFleetRequestHistory.</p>"
7091    },
7092    "DescribeSpotFleetRequestsRequest":{
7093      "type":"structure",
7094      "members":{
7095        "DryRun":{
7096          "shape":"Boolean",
7097          "documentation":"<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>",
7098          "locationName":"dryRun"
7099        },
7100        "SpotFleetRequestIds":{
7101          "shape":"ValueStringList",
7102          "documentation":"<p>The IDs of the Spot fleet requests.</p>",
7103          "locationName":"spotFleetRequestId"
7104        },
7105        "NextToken":{
7106          "shape":"String",
7107          "documentation":"<p>The token for the next set of results.</p>",
7108          "locationName":"nextToken"
7109        },
7110        "MaxResults":{
7111          "shape":"Integer",
7112          "documentation":"<p>The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
7113          "locationName":"maxResults"
7114        }
7115      },
7116      "documentation":"<p>Contains the parameters for DescribeSpotFleetRequests.</p>"
7117    },
7118    "DescribeSpotFleetRequestsResponse":{
7119      "type":"structure",
7120      "required":["SpotFleetRequestConfigs"],
7121      "members":{
7122        "SpotFleetRequestConfigs":{
7123          "shape":"SpotFleetRequestConfigSet",
7124          "documentation":"<p>Information about the configuration of your Spot fleet.</p>",
7125          "locationName":"spotFleetRequestConfigSet"
7126        },
7127        "NextToken":{
7128          "shape":"String",
7129          "documentation":"<p>The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return.</p>",
7130          "locationName":"nextToken"
7131        }
7132      },
7133      "documentation":"<p>Contains the output of DescribeSpotFleetRequests.</p>"
7134    },
7135    "DescribeSpotInstanceRequestsRequest":{
7136      "type":"structure",
7137      "members":{
7138        "DryRun":{
7139          "shape":"Boolean",
7140          "documentation":"<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>",
7141          "locationName":"dryRun"
7142        },
7143        "SpotInstanceRequestIds":{
7144          "shape":"SpotInstanceRequestIdList",
7145          "documentation":"<p>One or more Spot instance request IDs.</p>",
7146          "locationName":"SpotInstanceRequestId"
7147        },
7148        "Filters":{
7149          "shape":"FilterList",
7150          "documentation":"<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> for General Purpose SSD, <code>io1</code> for Provisioned IOPS SSD, <code>st1</code> for Throughput Optimized HDD, <code>sc1</code>for Cold HDD, or <code>standard</code> for Magnetic.</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>m3.medium</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>",
7151          "locationName":"Filter"
7152        }
7153      },
7154      "documentation":"<p>Contains the parameters for DescribeSpotInstanceRequests.</p>"
7155    },
7156    "DescribeSpotInstanceRequestsResult":{
7157      "type":"structure",
7158      "members":{
7159        "SpotInstanceRequests":{
7160          "shape":"SpotInstanceRequestList",
7161          "documentation":"<p>One or more Spot instance requests.</p>",
7162          "locationName":"spotInstanceRequestSet"
7163        }
7164      },
7165      "documentation":"<p>Contains the output of DescribeSpotInstanceRequests.</p>"
7166    },
7167    "DescribeSpotPriceHistoryRequest":{
7168      "type":"structure",
7169      "members":{
7170        "DryRun":{
7171          "shape":"Boolean",
7172          "documentation":"<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>",
7173          "locationName":"dryRun"
7174        },
7175        "StartTime":{
7176          "shape":"DateTime",
7177          "documentation":"<p>The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>",
7178          "locationName":"startTime"
7179        },
7180        "EndTime":{
7181          "shape":"DateTime",
7182          "documentation":"<p>The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>",
7183          "locationName":"endTime"
7184        },
7185        "InstanceTypes":{
7186          "shape":"InstanceTypeList",
7187          "documentation":"<p>Filters the results by the specified instance types.</p>",
7188          "locationName":"InstanceType"
7189        },
7190        "ProductDescriptions":{
7191          "shape":"ProductDescriptionList",
7192          "documentation":"<p>Filters the results by the specified basic product descriptions.</p>",
7193          "locationName":"ProductDescription"
7194        },
7195        "Filters":{
7196          "shape":"FilterList",
7197          "documentation":"<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>m3.medium</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, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). You can use wildcards (* and ?). Greater than or less than comparison is not supported.</p> </li> </ul>",
7198          "locationName":"Filter"
7199        },
7200        "AvailabilityZone":{
7201          "shape":"String",
7202          "documentation":"<p>Filters the results by the specified Availability Zone.</p>",
7203          "locationName":"availabilityZone"
7204        },
7205        "MaxResults":{
7206          "shape":"Integer",
7207          "documentation":"<p>The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
7208          "locationName":"maxResults"
7209        },
7210        "NextToken":{
7211          "shape":"String",
7212          "documentation":"<p>The token for the next set of results.</p>",
7213          "locationName":"nextToken"
7214        }
7215      },
7216      "documentation":"<p>Contains the parameters for DescribeSpotPriceHistory.</p>"
7217    },
7218    "DescribeSpotPriceHistoryResult":{
7219      "type":"structure",
7220      "members":{
7221        "SpotPriceHistory":{
7222          "shape":"SpotPriceHistoryList",
7223          "documentation":"<p>The historical Spot prices.</p>",
7224          "locationName":"spotPriceHistorySet"
7225        },
7226        "NextToken":{
7227          "shape":"String",
7228          "documentation":"<p>The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return.</p>",
7229          "locationName":"nextToken"
7230        }
7231      },
7232      "documentation":"<p>Contains the output of DescribeSpotPriceHistory.</p>"
7233    },
7234    "DescribeStaleSecurityGroupsRequest":{
7235      "type":"structure",
7236      "required":["VpcId"],
7237      "members":{
7238        "DryRun":{
7239          "shape":"Boolean",
7240          "documentation":"<p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.</p>"
7241        },
7242        "VpcId":{
7243          "shape":"String",
7244          "documentation":"<p>The ID of the VPC.</p>"
7245        },
7246        "MaxResults":{
7247          "shape":"MaxResults",
7248          "documentation":"<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>"
7249        },
7250        "NextToken":{
7251          "shape":"NextToken",
7252          "documentation":"<p>The token for the next set of items to return. (You received this token from a prior call.)</p>"
7253        }
7254      }
7255    },
7256    "DescribeStaleSecurityGroupsResult":{
7257      "type":"structure",
7258      "members":{
7259        "StaleSecurityGroupSet":{
7260          "shape":"StaleSecurityGroupSet",
7261          "documentation":"<p>Information about the stale security groups.</p>",
7262          "locationName":"staleSecurityGroupSet"
7263        },
7264        "NextToken":{
7265          "shape":"String",
7266          "documentation":"<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>",
7267          "locationName":"nextToken"
7268        }
7269      }
7270    },
7271    "DescribeSubnetsRequest":{
7272      "type":"structure",
7273      "members":{
7274        "DryRun":{
7275          "shape":"Boolean",
7276          "documentation":"<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>",
7277          "locationName":"dryRun"
7278        },
7279        "SubnetIds":{
7280          "shape":"SubnetIdStringList",
7281          "documentation":"<p>One or more subnet IDs.</p> <p>Default: Describes all your subnets.</p>",
7282          "locationName":"SubnetId"
7283        },
7284        "Filters":{
7285          "shape":"FilterList",
7286          "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>availabilityZone</code> - The Availability Zone for the subnet. You can also use <code>availability-zone</code> as the filter name.</p> </li> <li> <p> <code>available-ip-address-count</code> - The number of IP addresses in the subnet that are available.</p> </li> <li> <p> <code>cidrBlock</code> - The CIDR block of the subnet. The CIDR block you specify must exactly match the subnet's CIDR block for information to be returned for the subnet. You can also use <code>cidr</code> or <code>cidr-block</code> as the filter names.</p> </li> <li> <p> <code>defaultForAz</code> - Indicates whether this is the default subnet for the Availability Zone. You can also use <code>default-for-az</code> as the filter name.</p> </li> <li> <p> <code>state</code> - The state of the subnet (<code>pending</code> | <code>available</code>).</p> </li> <li> <p> <code>subnet-id</code> - The ID of the subnet.</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 subnet.</p> </li> </ul>",
7287          "locationName":"Filter"
7288        }
7289      },
7290      "documentation":"<p>Contains the parameters for DescribeSubnets.</p>"
7291    },
7292    "DescribeSubnetsResult":{
7293      "type":"structure",
7294      "members":{
7295        "Subnets":{
7296          "shape":"SubnetList",
7297          "documentation":"<p>Information about one or more subnets.</p>",
7298          "locationName":"subnetSet"
7299        }
7300      },
7301      "documentation":"<p>Contains the output of DescribeSubnets.</p>"
7302    },
7303    "DescribeTagsRequest":{
7304      "type":"structure",
7305      "members":{
7306        "DryRun":{
7307          "shape":"Boolean",
7308          "documentation":"<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>",
7309          "locationName":"dryRun"
7310        },
7311        "Filters":{
7312          "shape":"FilterList",
7313          "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>key</code> - The tag key.</p> </li> <li> <p> <code>resource-id</code> - The resource ID.</p> </li> <li> <p> <code>resource-type</code> - The resource type (<code>customer-gateway</code> | <code>dhcp-options</code> | <code>image</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-interface</code> | <code>reserved-instances</code> | <code>route-table</code> | <code>security-group</code> | <code>snapshot</code> | <code>spot-instances-request</code> | <code>subnet</code> | <code>volume</code> | <code>vpc</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>).</p> </li> <li> <p> <code>value</code> - The tag value.</p> </li> </ul>",
7314          "locationName":"Filter"
7315        },
7316        "MaxResults":{
7317          "shape":"Integer",
7318          "documentation":"<p>The maximum number of results to return in a single call. This value can be between 5 and 1000. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
7319          "locationName":"maxResults"
7320        },
7321        "NextToken":{
7322          "shape":"String",
7323          "documentation":"<p>The token to retrieve the next page of results.</p>",
7324          "locationName":"nextToken"
7325        }
7326      },
7327      "documentation":"<p>Contains the parameters for DescribeTags.</p>"
7328    },
7329    "DescribeTagsResult":{
7330      "type":"structure",
7331      "members":{
7332        "Tags":{
7333          "shape":"TagDescriptionList",
7334          "documentation":"<p>A list of tags.</p>",
7335          "locationName":"tagSet"
7336        },
7337        "NextToken":{
7338          "shape":"String",
7339          "documentation":"<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>",
7340          "locationName":"nextToken"
7341        }
7342      },
7343      "documentation":"<p>Contains the output of DescribeTags.</p>"
7344    },
7345    "DescribeVolumeAttributeRequest":{
7346      "type":"structure",
7347      "required":["VolumeId"],
7348      "members":{
7349        "DryRun":{
7350          "shape":"Boolean",
7351          "documentation":"<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>",
7352          "locationName":"dryRun"
7353        },
7354        "VolumeId":{
7355          "shape":"String",
7356          "documentation":"<p>The ID of the volume.</p>"
7357        },
7358        "Attribute":{
7359          "shape":"VolumeAttributeName",
7360          "documentation":"<p>The instance attribute.</p>"
7361        }
7362      },
7363      "documentation":"<p>Contains the parameters for DescribeVolumeAttribute.</p>"
7364    },
7365    "DescribeVolumeAttributeResult":{
7366      "type":"structure",
7367      "members":{
7368        "VolumeId":{
7369          "shape":"String",
7370          "documentation":"<p>The ID of the volume.</p>",
7371          "locationName":"volumeId"
7372        },
7373        "AutoEnableIO":{
7374          "shape":"AttributeBooleanValue",
7375          "documentation":"<p>The state of <code>autoEnableIO</code> attribute.</p>",
7376          "locationName":"autoEnableIO"
7377        },
7378        "ProductCodes":{
7379          "shape":"ProductCodeList",
7380          "documentation":"<p>A list of product codes.</p>",
7381          "locationName":"productCodes"
7382        }
7383      },
7384      "documentation":"<p>Contains the output of DescribeVolumeAttribute.</p>"
7385    },
7386    "DescribeVolumeStatusRequest":{
7387      "type":"structure",
7388      "members":{
7389        "DryRun":{
7390          "shape":"Boolean",
7391          "documentation":"<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>",
7392          "locationName":"dryRun"
7393        },
7394        "VolumeIds":{
7395          "shape":"VolumeIdStringList",
7396          "documentation":"<p>One or more volume IDs.</p> <p>Default: Describes all your volumes.</p>",
7397          "locationName":"VolumeId"
7398        },
7399        "Filters":{
7400          "shape":"FilterList",
7401          "documentation":"<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>",
7402          "locationName":"Filter"
7403        },
7404        "NextToken":{
7405          "shape":"String",
7406          "documentation":"<p>The <code>NextToken</code> value to include in a future <code>DescribeVolumeStatus</code> request. When the results of the 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>"
7407        },
7408        "MaxResults":{
7409          "shape":"Integer",
7410          "documentation":"<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>"
7411        }
7412      },
7413      "documentation":"<p>Contains the parameters for DescribeVolumeStatus.</p>"
7414    },
7415    "DescribeVolumeStatusResult":{
7416      "type":"structure",
7417      "members":{
7418        "VolumeStatuses":{
7419          "shape":"VolumeStatusList",
7420          "documentation":"<p>A list of volumes.</p>",
7421          "locationName":"volumeStatusSet"
7422        },
7423        "NextToken":{
7424          "shape":"String",
7425          "documentation":"<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>",
7426          "locationName":"nextToken"
7427        }
7428      },
7429      "documentation":"<p>Contains the output of DescribeVolumeStatus.</p>"
7430    },
7431    "DescribeVolumesRequest":{
7432      "type":"structure",
7433      "members":{
7434        "DryRun":{
7435          "shape":"Boolean",
7436          "documentation":"<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>",
7437          "locationName":"dryRun"
7438        },
7439        "VolumeIds":{
7440          "shape":"VolumeIdStringList",
7441          "documentation":"<p>One or more volume IDs.</p>",
7442          "locationName":"VolumeId"
7443        },
7444        "Filters":{
7445          "shape":"FilterList",
7446          "documentation":"<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, <code>io1</code> for Provisioned IOPS SSD, <code>st1</code> for Throughput Optimized HDD, <code>sc1</code> for Cold HDD, or <code>standard</code> for Magnetic volumes.</p> </li> </ul>",
7447          "locationName":"Filter"
7448        },
7449        "NextToken":{
7450          "shape":"String",
7451          "documentation":"<p>The <code>NextToken</code> value returned from a previous paginated <code>DescribeVolumes</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>",
7452          "locationName":"nextToken"
7453        },
7454        "MaxResults":{
7455          "shape":"Integer",
7456          "documentation":"<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>",
7457          "locationName":"maxResults"
7458        }
7459      },
7460      "documentation":"<p>Contains the parameters for DescribeVolumes.</p>"
7461    },
7462    "DescribeVolumesResult":{
7463      "type":"structure",
7464      "members":{
7465        "Volumes":{
7466          "shape":"VolumeList",
7467          "documentation":"<p>Information about the volumes.</p>",
7468          "locationName":"volumeSet"
7469        },
7470        "NextToken":{
7471          "shape":"String",
7472          "documentation":"<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>",
7473          "locationName":"nextToken"
7474        }
7475      },
7476      "documentation":"<p>Contains the output of DescribeVolumes.</p>"
7477    },
7478    "DescribeVpcAttributeRequest":{
7479      "type":"structure",
7480      "required":[
7481        "VpcId",
7482        "Attribute"
7483      ],
7484      "members":{
7485        "DryRun":{
7486          "shape":"Boolean",
7487          "documentation":"<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>",
7488          "locationName":"dryRun"
7489        },
7490        "VpcId":{
7491          "shape":"String",
7492          "documentation":"<p>The ID of the VPC.</p>"
7493        },
7494        "Attribute":{
7495          "shape":"VpcAttributeName",
7496          "documentation":"<p>The VPC attribute.</p>"
7497        }
7498      },
7499      "documentation":"<p>Contains the parameters for DescribeVpcAttribute.</p>"
7500    },
7501    "DescribeVpcAttributeResult":{
7502      "type":"structure",
7503      "members":{
7504        "VpcId":{
7505          "shape":"String",
7506          "documentation":"<p>The ID of the VPC.</p>",
7507          "locationName":"vpcId"
7508        },
7509        "EnableDnsSupport":{
7510          "shape":"AttributeBooleanValue",
7511          "documentation":"<p>Indicates whether DNS resolution is enabled for the VPC. If this attribute is <code>true</code>, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.</p>",
7512          "locationName":"enableDnsSupport"
7513        },
7514        "EnableDnsHostnames":{
7515          "shape":"AttributeBooleanValue",
7516          "documentation":"<p>Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is <code>true</code>, instances in the VPC get DNS hostnames; otherwise, they do not.</p>",
7517          "locationName":"enableDnsHostnames"
7518        }
7519      },
7520      "documentation":"<p>Contains the output of DescribeVpcAttribute.</p>"
7521    },
7522    "DescribeVpcClassicLinkDnsSupportRequest":{
7523      "type":"structure",
7524      "members":{
7525        "VpcIds":{
7526          "shape":"VpcClassicLinkIdList",
7527          "documentation":"<p>One or more VPC IDs.</p>"
7528        },
7529        "MaxResults":{
7530          "shape":"MaxResults",
7531          "documentation":"<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>",
7532          "locationName":"maxResults"
7533        },
7534        "NextToken":{
7535          "shape":"NextToken",
7536          "documentation":"<p>The token for the next set of items to return. (You received this token from a prior call.)</p>",
7537          "locationName":"nextToken"
7538        }
7539      },
7540      "documentation":"<p>Contains the parameters for DescribeVpcClassicLinkDnsSupport.</p>"
7541    },
7542    "DescribeVpcClassicLinkDnsSupportResult":{
7543      "type":"structure",
7544      "members":{
7545        "Vpcs":{
7546          "shape":"ClassicLinkDnsSupportList",
7547          "documentation":"<p>Information about the ClassicLink DNS support status of the VPCs.</p>",
7548          "locationName":"vpcs"
7549        },
7550        "NextToken":{
7551          "shape":"NextToken",
7552          "documentation":"<p>The token to use when requesting the next set of items.</p>",
7553          "locationName":"nextToken"
7554        }
7555      },
7556      "documentation":"<p>Contains the output of DescribeVpcClassicLinkDnsSupport.</p>"
7557    },
7558    "DescribeVpcClassicLinkRequest":{
7559      "type":"structure",
7560      "members":{
7561        "DryRun":{
7562          "shape":"Boolean",
7563          "documentation":"<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>",
7564          "locationName":"dryRun"
7565        },
7566        "VpcIds":{
7567          "shape":"VpcClassicLinkIdList",
7568          "documentation":"<p>One or more VPCs for which you want to describe the ClassicLink status.</p>",
7569          "locationName":"VpcId"
7570        },
7571        "Filters":{
7572          "shape":"FilterList",
7573          "documentation":"<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>",
7574          "locationName":"Filter"
7575        }
7576      },
7577      "documentation":"<p>Contains the parameters for DescribeVpcClassicLink.</p>"
7578    },
7579    "DescribeVpcClassicLinkResult":{
7580      "type":"structure",
7581      "members":{
7582        "Vpcs":{
7583          "shape":"VpcClassicLinkList",
7584          "documentation":"<p>The ClassicLink status of one or more VPCs.</p>",
7585          "locationName":"vpcSet"
7586        }
7587      },
7588      "documentation":"<p>Contains the output of DescribeVpcClassicLink.</p>"
7589    },
7590    "DescribeVpcEndpointServicesRequest":{
7591      "type":"structure",
7592      "members":{
7593        "DryRun":{
7594          "shape":"Boolean",
7595          "documentation":"<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>"
7596        },
7597        "MaxResults":{
7598          "shape":"Integer",
7599          "documentation":"<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>"
7600        },
7601        "NextToken":{
7602          "shape":"String",
7603          "documentation":"<p>The token for the next set of items to return. (You received this token from a prior call.)</p>"
7604        }
7605      },
7606      "documentation":"<p>Contains the parameters for DescribeVpcEndpointServices.</p>"
7607    },
7608    "DescribeVpcEndpointServicesResult":{
7609      "type":"structure",
7610      "members":{
7611        "ServiceNames":{
7612          "shape":"ValueStringList",
7613          "documentation":"<p>A list of supported AWS services.</p>",
7614          "locationName":"serviceNameSet"
7615        },
7616        "NextToken":{
7617          "shape":"String",
7618          "documentation":"<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>",
7619          "locationName":"nextToken"
7620        }
7621      },
7622      "documentation":"<p>Contains the output of DescribeVpcEndpointServices.</p>"
7623    },
7624    "DescribeVpcEndpointsRequest":{
7625      "type":"structure",
7626      "members":{
7627        "DryRun":{
7628          "shape":"Boolean",
7629          "documentation":"<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>"
7630        },
7631        "VpcEndpointIds":{
7632          "shape":"ValueStringList",
7633          "documentation":"<p>One or more endpoint IDs.</p>",
7634          "locationName":"VpcEndpointId"
7635        },
7636        "Filters":{
7637          "shape":"FilterList",
7638          "documentation":"<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>",
7639          "locationName":"Filter"
7640        },
7641        "MaxResults":{
7642          "shape":"Integer",
7643          "documentation":"<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>"
7644        },
7645        "NextToken":{
7646          "shape":"String",
7647          "documentation":"<p>The token for the next set of items to return. (You received this token from a prior call.)</p>"
7648        }
7649      },
7650      "documentation":"<p>Contains the parameters for DescribeVpcEndpoints.</p>"
7651    },
7652    "DescribeVpcEndpointsResult":{
7653      "type":"structure",
7654      "members":{
7655        "VpcEndpoints":{
7656          "shape":"VpcEndpointSet",
7657          "documentation":"<p>Information about the endpoints.</p>",
7658          "locationName":"vpcEndpointSet"
7659        },
7660        "NextToken":{
7661          "shape":"String",
7662          "documentation":"<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>",
7663          "locationName":"nextToken"
7664        }
7665      },
7666      "documentation":"<p>Contains the output of DescribeVpcEndpoints.</p>"
7667    },
7668    "DescribeVpcPeeringConnectionsRequest":{
7669      "type":"structure",
7670      "members":{
7671        "DryRun":{
7672          "shape":"Boolean",
7673          "documentation":"<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>",
7674          "locationName":"dryRun"
7675        },
7676        "VpcPeeringConnectionIds":{
7677          "shape":"ValueStringList",
7678          "documentation":"<p>One or more VPC peering connection IDs.</p> <p>Default: Describes all your VPC peering connections.</p>",
7679          "locationName":"VpcPeeringConnectionId"
7680        },
7681        "Filters":{
7682          "shape":"FilterList",
7683          "documentation":"<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>",
7684          "locationName":"Filter"
7685        }
7686      },
7687      "documentation":"<p>Contains the parameters for DescribeVpcPeeringConnections.</p>"
7688    },
7689    "DescribeVpcPeeringConnectionsResult":{
7690      "type":"structure",
7691      "members":{
7692        "VpcPeeringConnections":{
7693          "shape":"VpcPeeringConnectionList",
7694          "documentation":"<p>Information about the VPC peering connections.</p>",
7695          "locationName":"vpcPeeringConnectionSet"
7696        }
7697      },
7698      "documentation":"<p>Contains the output of DescribeVpcPeeringConnections.</p>"
7699    },
7700    "DescribeVpcsRequest":{
7701      "type":"structure",
7702      "members":{
7703        "DryRun":{
7704          "shape":"Boolean",
7705          "documentation":"<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>",
7706          "locationName":"dryRun"
7707        },
7708        "VpcIds":{
7709          "shape":"VpcIdStringList",
7710          "documentation":"<p>One or more VPC IDs.</p> <p>Default: Describes all your VPCs.</p>",
7711          "locationName":"VpcId"
7712        },
7713        "Filters":{
7714          "shape":"FilterList",
7715          "documentation":"<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>",
7716          "locationName":"Filter"
7717        }
7718      },
7719      "documentation":"<p>Contains the parameters for DescribeVpcs.</p>"
7720    },
7721    "DescribeVpcsResult":{
7722      "type":"structure",
7723      "members":{
7724        "Vpcs":{
7725          "shape":"VpcList",
7726          "documentation":"<p>Information about one or more VPCs.</p>",
7727          "locationName":"vpcSet"
7728        }
7729      },
7730      "documentation":"<p>Contains the output of DescribeVpcs.</p>"
7731    },
7732    "DescribeVpnConnectionsRequest":{
7733      "type":"structure",
7734      "members":{
7735        "DryRun":{
7736          "shape":"Boolean",
7737          "documentation":"<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>",
7738          "locationName":"dryRun"
7739        },
7740        "VpnConnectionIds":{
7741          "shape":"VpnConnectionIdStringList",
7742          "documentation":"<p>One or more VPN connection IDs.</p> <p>Default: Describes your VPN connections.</p>",
7743          "locationName":"VpnConnectionId"
7744        },
7745        "Filters":{
7746          "shape":"FilterList",
7747          "documentation":"<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>",
7748          "locationName":"Filter"
7749        }
7750      },
7751      "documentation":"<p>Contains the parameters for DescribeVpnConnections.</p>"
7752    },
7753    "DescribeVpnConnectionsResult":{
7754      "type":"structure",
7755      "members":{
7756        "VpnConnections":{
7757          "shape":"VpnConnectionList",
7758          "documentation":"<p>Information about one or more VPN connections.</p>",
7759          "locationName":"vpnConnectionSet"
7760        }
7761      },
7762      "documentation":"<p>Contains the output of DescribeVpnConnections.</p>"
7763    },
7764    "DescribeVpnGatewaysRequest":{
7765      "type":"structure",
7766      "members":{
7767        "DryRun":{
7768          "shape":"Boolean",
7769          "documentation":"<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>",
7770          "locationName":"dryRun"
7771        },
7772        "VpnGatewayIds":{
7773          "shape":"VpnGatewayIdStringList",
7774          "documentation":"<p>One or more virtual private gateway IDs.</p> <p>Default: Describes all your virtual private gateways.</p>",
7775          "locationName":"VpnGatewayId"
7776        },
7777        "Filters":{
7778          "shape":"FilterList",
7779          "documentation":"<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>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>).</p> </li> <li> <p> <code>attachment.vpc-id</code> - The ID of an attached VPC.</p> </li> <li> <p> <code>availability-zone</code> - The Availability Zone for the virtual private gateway (if applicable).</p> </li> <li> <p> <code>state</code> - The state of the virtual private gateway (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</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>type</code> - The type of virtual private gateway. Currently the only supported type is <code>ipsec.1</code>.</p> </li> <li> <p> <code>vpn-gateway-id</code> - The ID of the virtual private gateway.</p> </li> </ul>",
7780          "locationName":"Filter"
7781        }
7782      },
7783      "documentation":"<p>Contains the parameters for DescribeVpnGateways.</p>"
7784    },
7785    "DescribeVpnGatewaysResult":{
7786      "type":"structure",
7787      "members":{
7788        "VpnGateways":{
7789          "shape":"VpnGatewayList",
7790          "documentation":"<p>Information about one or more virtual private gateways.</p>",
7791          "locationName":"vpnGatewaySet"
7792        }
7793      },
7794      "documentation":"<p>Contains the output of DescribeVpnGateways.</p>"
7795    },
7796    "DetachClassicLinkVpcRequest":{
7797      "type":"structure",
7798      "required":[
7799        "InstanceId",
7800        "VpcId"
7801      ],
7802      "members":{
7803        "DryRun":{
7804          "shape":"Boolean",
7805          "documentation":"<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>",
7806          "locationName":"dryRun"
7807        },
7808        "InstanceId":{
7809          "shape":"String",
7810          "documentation":"<p>The ID of the instance to unlink from the VPC.</p>",
7811          "locationName":"instanceId"
7812        },
7813        "VpcId":{
7814          "shape":"String",
7815          "documentation":"<p>The ID of the VPC to which the instance is linked.</p>",
7816          "locationName":"vpcId"
7817        }
7818      },
7819      "documentation":"<p>Contains the parameters for DetachClassicLinkVpc.</p>"
7820    },
7821    "DetachClassicLinkVpcResult":{
7822      "type":"structure",
7823      "members":{
7824        "Return":{
7825          "shape":"Boolean",
7826          "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
7827          "locationName":"return"
7828        }
7829      },
7830      "documentation":"<p>Contains the output of DetachClassicLinkVpc.</p>"
7831    },
7832    "DetachInternetGatewayRequest":{
7833      "type":"structure",
7834      "required":[
7835        "InternetGatewayId",
7836        "VpcId"
7837      ],
7838      "members":{
7839        "DryRun":{
7840          "shape":"Boolean",
7841          "documentation":"<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>",
7842          "locationName":"dryRun"
7843        },
7844        "InternetGatewayId":{
7845          "shape":"String",
7846          "documentation":"<p>The ID of the Internet gateway.</p>",
7847          "locationName":"internetGatewayId"
7848        },
7849        "VpcId":{
7850          "shape":"String",
7851          "documentation":"<p>The ID of the VPC.</p>",
7852          "locationName":"vpcId"
7853        }
7854      },
7855      "documentation":"<p>Contains the parameters for DetachInternetGateway.</p>"
7856    },
7857    "DetachNetworkInterfaceRequest":{
7858      "type":"structure",
7859      "required":["AttachmentId"],
7860      "members":{
7861        "DryRun":{
7862          "shape":"Boolean",
7863          "documentation":"<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>",
7864          "locationName":"dryRun"
7865        },
7866        "AttachmentId":{
7867          "shape":"String",
7868          "documentation":"<p>The ID of the attachment.</p>",
7869          "locationName":"attachmentId"
7870        },
7871        "Force":{
7872          "shape":"Boolean",
7873          "documentation":"<p>Specifies whether to force a detachment.</p>",
7874          "locationName":"force"
7875        }
7876      },
7877      "documentation":"<p>Contains the parameters for DetachNetworkInterface.</p>"
7878    },
7879    "DetachVolumeRequest":{
7880      "type":"structure",
7881      "required":["VolumeId"],
7882      "members":{
7883        "DryRun":{
7884          "shape":"Boolean",
7885          "documentation":"<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>",
7886          "locationName":"dryRun"
7887        },
7888        "VolumeId":{
7889          "shape":"String",
7890          "documentation":"<p>The ID of the volume.</p>"
7891        },
7892        "InstanceId":{
7893          "shape":"String",
7894          "documentation":"<p>The ID of the instance.</p>"
7895        },
7896        "Device":{
7897          "shape":"String",
7898          "documentation":"<p>The device name.</p>"
7899        },
7900        "Force":{
7901          "shape":"Boolean",
7902          "documentation":"<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>"
7903        }
7904      },
7905      "documentation":"<p>Contains the parameters for DetachVolume.</p>"
7906    },
7907    "DetachVpnGatewayRequest":{
7908      "type":"structure",
7909      "required":[
7910        "VpnGatewayId",
7911        "VpcId"
7912      ],
7913      "members":{
7914        "DryRun":{
7915          "shape":"Boolean",
7916          "documentation":"<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>",
7917          "locationName":"dryRun"
7918        },
7919        "VpnGatewayId":{
7920          "shape":"String",
7921          "documentation":"<p>The ID of the virtual private gateway.</p>"
7922        },
7923        "VpcId":{
7924          "shape":"String",
7925          "documentation":"<p>The ID of the VPC.</p>"
7926        }
7927      },
7928      "documentation":"<p>Contains the parameters for DetachVpnGateway.</p>"
7929    },
7930    "DeviceType":{
7931      "type":"string",
7932      "enum":[
7933        "ebs",
7934        "instance-store"
7935      ]
7936    },
7937    "DhcpConfiguration":{
7938      "type":"structure",
7939      "members":{
7940        "Key":{
7941          "shape":"String",
7942          "documentation":"<p>The name of a DHCP option.</p>",
7943          "locationName":"key"
7944        },
7945        "Values":{
7946          "shape":"DhcpConfigurationValueList",
7947          "documentation":"<p>One or more values for the DHCP option.</p>",
7948          "locationName":"valueSet"
7949        }
7950      },
7951      "documentation":"<p>Describes a DHCP configuration option.</p>"
7952    },
7953    "DhcpConfigurationList":{
7954      "type":"list",
7955      "member":{
7956        "shape":"DhcpConfiguration",
7957        "locationName":"item"
7958      }
7959    },
7960    "DhcpConfigurationValueList":{
7961      "type":"list",
7962      "member":{
7963        "shape":"AttributeValue",
7964        "locationName":"item"
7965      }
7966    },
7967    "DhcpOptions":{
7968      "type":"structure",
7969      "members":{
7970        "DhcpOptionsId":{
7971          "shape":"String",
7972          "documentation":"<p>The ID of the set of DHCP options.</p>",
7973          "locationName":"dhcpOptionsId"
7974        },
7975        "DhcpConfigurations":{
7976          "shape":"DhcpConfigurationList",
7977          "documentation":"<p>One or more DHCP options in the set.</p>",
7978          "locationName":"dhcpConfigurationSet"
7979        },
7980        "Tags":{
7981          "shape":"TagList",
7982          "documentation":"<p>Any tags assigned to the DHCP options set.</p>",
7983          "locationName":"tagSet"
7984        }
7985      },
7986      "documentation":"<p>Describes a set of DHCP options.</p>"
7987    },
7988    "DhcpOptionsIdStringList":{
7989      "type":"list",
7990      "member":{
7991        "shape":"String",
7992        "locationName":"DhcpOptionsId"
7993      }
7994    },
7995    "DhcpOptionsList":{
7996      "type":"list",
7997      "member":{
7998        "shape":"DhcpOptions",
7999        "locationName":"item"
8000      }
8001    },
8002    "DisableVgwRoutePropagationRequest":{
8003      "type":"structure",
8004      "required":[
8005        "RouteTableId",
8006        "GatewayId"
8007      ],
8008      "members":{
8009        "RouteTableId":{
8010          "shape":"String",
8011          "documentation":"<p>The ID of the route table.</p>"
8012        },
8013        "GatewayId":{
8014          "shape":"String",
8015          "documentation":"<p>The ID of the virtual private gateway.</p>"
8016        }
8017      },
8018      "documentation":"<p>Contains the parameters for DisableVgwRoutePropagation.</p>"
8019    },
8020    "DisableVpcClassicLinkDnsSupportRequest":{
8021      "type":"structure",
8022      "members":{
8023        "VpcId":{
8024          "shape":"String",
8025          "documentation":"<p>The ID of the VPC.</p>"
8026        }
8027      },
8028      "documentation":"<p>Contains the parameters for DisableVpcClassicLinkDnsSupport.</p>"
8029    },
8030    "DisableVpcClassicLinkDnsSupportResult":{
8031      "type":"structure",
8032      "members":{
8033        "Return":{
8034          "shape":"Boolean",
8035          "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
8036          "locationName":"return"
8037        }
8038      },
8039      "documentation":"<p>Contains the output of DisableVpcClassicLinkDnsSupport.</p>"
8040    },
8041    "DisableVpcClassicLinkRequest":{
8042      "type":"structure",
8043      "required":["VpcId"],
8044      "members":{
8045        "DryRun":{
8046          "shape":"Boolean",
8047          "documentation":"<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>",
8048          "locationName":"dryRun"
8049        },
8050        "VpcId":{
8051          "shape":"String",
8052          "documentation":"<p>The ID of the VPC.</p>",
8053          "locationName":"vpcId"
8054        }
8055      },
8056      "documentation":"<p>Contains the parameters for DisableVpcClassicLink.</p>"
8057    },
8058    "DisableVpcClassicLinkResult":{
8059      "type":"structure",
8060      "members":{
8061        "Return":{
8062          "shape":"Boolean",
8063          "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
8064          "locationName":"return"
8065        }
8066      },
8067      "documentation":"<p>Contains the output of DisableVpcClassicLink.</p>"
8068    },
8069    "DisassociateAddressRequest":{
8070      "type":"structure",
8071      "members":{
8072        "DryRun":{
8073          "shape":"Boolean",
8074          "documentation":"<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>",
8075          "locationName":"dryRun"
8076        },
8077        "PublicIp":{
8078          "shape":"String",
8079          "documentation":"<p>[EC2-Classic] The Elastic IP address. Required for EC2-Classic.</p>"
8080        },
8081        "AssociationId":{
8082          "shape":"String",
8083          "documentation":"<p>[EC2-VPC] The association ID. Required for EC2-VPC.</p>"
8084        }
8085      },
8086      "documentation":"<p>Contains the parameters for DisassociateAddress.</p>"
8087    },
8088    "DisassociateRouteTableRequest":{
8089      "type":"structure",
8090      "required":["AssociationId"],
8091      "members":{
8092        "DryRun":{
8093          "shape":"Boolean",
8094          "documentation":"<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>",
8095          "locationName":"dryRun"
8096        },
8097        "AssociationId":{
8098          "shape":"String",
8099          "documentation":"<p>The association ID representing the current association between the route table and subnet.</p>",
8100          "locationName":"associationId"
8101        }
8102      },
8103      "documentation":"<p>Contains the parameters for DisassociateRouteTable.</p>"
8104    },
8105    "DiskImage":{
8106      "type":"structure",
8107      "members":{
8108        "Image":{
8109          "shape":"DiskImageDetail",
8110          "documentation":"<p>Information about the disk image.</p>"
8111        },
8112        "Description":{
8113          "shape":"String",
8114          "documentation":"<p>A description of the disk image.</p>"
8115        },
8116        "Volume":{
8117          "shape":"VolumeDetail",
8118          "documentation":"<p>Information about the volume.</p>"
8119        }
8120      },
8121      "documentation":"<p>Describes a disk image.</p>"
8122    },
8123    "DiskImageDescription":{
8124      "type":"structure",
8125      "required":[
8126        "Format",
8127        "Size",
8128        "ImportManifestUrl"
8129      ],
8130      "members":{
8131        "Format":{
8132          "shape":"DiskImageFormat",
8133          "documentation":"<p>The disk image format.</p>",
8134          "locationName":"format"
8135        },
8136        "Size":{
8137          "shape":"Long",
8138          "documentation":"<p>The size of the disk image, in GiB.</p>",
8139          "locationName":"size"
8140        },
8141        "ImportManifestUrl":{
8142          "shape":"String",
8143          "documentation":"<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> <p>For information about the import manifest referenced by this API action, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>",
8144          "locationName":"importManifestUrl"
8145        },
8146        "Checksum":{
8147          "shape":"String",
8148          "documentation":"<p>The checksum computed for the disk image.</p>",
8149          "locationName":"checksum"
8150        }
8151      },
8152      "documentation":"<p>Describes a disk image.</p>"
8153    },
8154    "DiskImageDetail":{
8155      "type":"structure",
8156      "required":[
8157        "Format",
8158        "Bytes",
8159        "ImportManifestUrl"
8160      ],
8161      "members":{
8162        "Format":{
8163          "shape":"DiskImageFormat",
8164          "documentation":"<p>The disk image format.</p>",
8165          "locationName":"format"
8166        },
8167        "Bytes":{
8168          "shape":"Long",
8169          "documentation":"<p>The size of the disk image, in GiB.</p>",
8170          "locationName":"bytes"
8171        },
8172        "ImportManifestUrl":{
8173          "shape":"String",
8174          "documentation":"<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> <p>For information about the import manifest referenced by this API action, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>",
8175          "locationName":"importManifestUrl"
8176        }
8177      },
8178      "documentation":"<p>Describes a disk image.</p>"
8179    },
8180    "DiskImageFormat":{
8181      "type":"string",
8182      "enum":[
8183        "VMDK",
8184        "RAW",
8185        "VHD"
8186      ]
8187    },
8188    "DiskImageList":{
8189      "type":"list",
8190      "member":{"shape":"DiskImage"}
8191    },
8192    "DiskImageVolumeDescription":{
8193      "type":"structure",
8194      "required":["Id"],
8195      "members":{
8196        "Size":{
8197          "shape":"Long",
8198          "documentation":"<p>The size of the volume, in GiB.</p>",
8199          "locationName":"size"
8200        },
8201        "Id":{
8202          "shape":"String",
8203          "documentation":"<p>The volume identifier.</p>",
8204          "locationName":"id"
8205        }
8206      },
8207      "documentation":"<p>Describes a disk image volume.</p>"
8208    },
8209    "DomainType":{
8210      "type":"string",
8211      "enum":[
8212        "vpc",
8213        "standard"
8214      ]
8215    },
8216    "Double":{"type":"double"},
8217    "EbsBlockDevice":{
8218      "type":"structure",
8219      "members":{
8220        "SnapshotId":{
8221          "shape":"String",
8222          "documentation":"<p>The ID of the snapshot.</p>",
8223          "locationName":"snapshotId"
8224        },
8225        "VolumeSize":{
8226          "shape":"Integer",
8227          "documentation":"<p>The size of the volume, in GiB.</p> <p>Constraints: 1-16384 for General Purpose SSD (<code>gp2</code>), 4-16384 for Provisioned IOPS SSD (<code>io1</code>), 500-16384 for Throughput Optimized HDD (<code>st1</code>), 500-16384 for Cold HDD (<code>sc1</code>), and 1-1024 for Magnetic (<code>standard</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>",
8228          "locationName":"volumeSize"
8229        },
8230        "DeleteOnTermination":{
8231          "shape":"Boolean",
8232          "documentation":"<p>Indicates whether the EBS volume is deleted on instance termination.</p>",
8233          "locationName":"deleteOnTermination"
8234        },
8235        "VolumeType":{
8236          "shape":"VolumeType",
8237          "documentation":"<p>The volume type: <code>gp2</code>, <code>io1</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code>.</p> <p>Default: <code>standard</code> </p>",
8238          "locationName":"volumeType"
8239        },
8240        "Iops":{
8241          "shape":"Integer",
8242          "documentation":"<p>The number of I/O operations per second (IOPS) that the volume supports. For <code>io1</code>, this represents the number of IOPS that are provisioned for the volume. For <code>gp2</code>, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information about General Purpose SSD baseline performance, I/O credits, and bursting, see <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-20000 IOPS for <code>io1</code> volumes and 100-10000 IOPS for <code>gp2</code> 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>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>",
8243          "locationName":"iops"
8244        },
8245        "Encrypted":{
8246          "shape":"Boolean",
8247          "documentation":"<p>Indicates whether the EBS volume is encrypted. Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption.</p>",
8248          "locationName":"encrypted"
8249        }
8250      },
8251      "documentation":"<p>Describes a block device for an EBS volume.</p>"
8252    },
8253    "EbsInstanceBlockDevice":{
8254      "type":"structure",
8255      "members":{
8256        "VolumeId":{
8257          "shape":"String",
8258          "documentation":"<p>The ID of the EBS volume.</p>",
8259          "locationName":"volumeId"
8260        },
8261        "Status":{
8262          "shape":"AttachmentStatus",
8263          "documentation":"<p>The attachment state.</p>",
8264          "locationName":"status"
8265        },
8266        "AttachTime":{
8267          "shape":"DateTime",
8268          "documentation":"<p>The time stamp when the attachment initiated.</p>",
8269          "locationName":"attachTime"
8270        },
8271        "DeleteOnTermination":{
8272          "shape":"Boolean",
8273          "documentation":"<p>Indicates whether the volume is deleted on instance termination.</p>",
8274          "locationName":"deleteOnTermination"
8275        }
8276      },
8277      "documentation":"<p>Describes a parameter used to set up an EBS volume in a block device mapping.</p>"
8278    },
8279    "EbsInstanceBlockDeviceSpecification":{
8280      "type":"structure",
8281      "members":{
8282        "VolumeId":{
8283          "shape":"String",
8284          "documentation":"<p>The ID of the EBS volume.</p>",
8285          "locationName":"volumeId"
8286        },
8287        "DeleteOnTermination":{
8288          "shape":"Boolean",
8289          "documentation":"<p>Indicates whether the volume is deleted on instance termination.</p>",
8290          "locationName":"deleteOnTermination"
8291        }
8292      },
8293      "documentation":"<p>Describes information used to set up an EBS volume specified in a block device mapping.</p>"
8294    },
8295    "EnableVgwRoutePropagationRequest":{
8296      "type":"structure",
8297      "required":[
8298        "RouteTableId",
8299        "GatewayId"
8300      ],
8301      "members":{
8302        "RouteTableId":{
8303          "shape":"String",
8304          "documentation":"<p>The ID of the route table.</p>"
8305        },
8306        "GatewayId":{
8307          "shape":"String",
8308          "documentation":"<p>The ID of the virtual private gateway.</p>"
8309        }
8310      },
8311      "documentation":"<p>Contains the parameters for EnableVgwRoutePropagation.</p>"
8312    },
8313    "EnableVolumeIORequest":{
8314      "type":"structure",
8315      "required":["VolumeId"],
8316      "members":{
8317        "DryRun":{
8318          "shape":"Boolean",
8319          "documentation":"<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>",
8320          "locationName":"dryRun"
8321        },
8322        "VolumeId":{
8323          "shape":"String",
8324          "documentation":"<p>The ID of the volume.</p>",
8325          "locationName":"volumeId"
8326        }
8327      },
8328      "documentation":"<p>Contains the parameters for EnableVolumeIO.</p>"
8329    },
8330    "EnableVpcClassicLinkDnsSupportRequest":{
8331      "type":"structure",
8332      "members":{
8333        "VpcId":{
8334          "shape":"String",
8335          "documentation":"<p>The ID of the VPC.</p>"
8336        }
8337      },
8338      "documentation":"<p>Contains the parameters for EnableVpcClassicLinkDnsSupport.</p>"
8339    },
8340    "EnableVpcClassicLinkDnsSupportResult":{
8341      "type":"structure",
8342      "members":{
8343        "Return":{
8344          "shape":"Boolean",
8345          "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
8346          "locationName":"return"
8347        }
8348      },
8349      "documentation":"<p>Contains the output of EnableVpcClassicLinkDnsSupport.</p>"
8350    },
8351    "EnableVpcClassicLinkRequest":{
8352      "type":"structure",
8353      "required":["VpcId"],
8354      "members":{
8355        "DryRun":{
8356          "shape":"Boolean",
8357          "documentation":"<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>",
8358          "locationName":"dryRun"
8359        },
8360        "VpcId":{
8361          "shape":"String",
8362          "documentation":"<p>The ID of the VPC.</p>",
8363          "locationName":"vpcId"
8364        }
8365      },
8366      "documentation":"<p>Contains the parameters for EnableVpcClassicLink.</p>"
8367    },
8368    "EnableVpcClassicLinkResult":{
8369      "type":"structure",
8370      "members":{
8371        "Return":{
8372          "shape":"Boolean",
8373          "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
8374          "locationName":"return"
8375        }
8376      },
8377      "documentation":"<p>Contains the output of EnableVpcClassicLink.</p>"
8378    },
8379    "EventCode":{
8380      "type":"string",
8381      "enum":[
8382        "instance-reboot",
8383        "system-reboot",
8384        "system-maintenance",
8385        "instance-retirement",
8386        "instance-stop"
8387      ]
8388    },
8389    "EventInformation":{
8390      "type":"structure",
8391      "members":{
8392        "InstanceId":{
8393          "shape":"String",
8394          "documentation":"<p>The ID of the instance. This information is available only for <code>instanceChange</code> events.</p>",
8395          "locationName":"instanceId"
8396        },
8397        "EventSubType":{
8398          "shape":"String",
8399          "documentation":"<p>The event.</p> <p>The following are the <code>error</code> events.</p> <ul> <li> <p> <code>iamFleetRoleInvalid</code> - The Spot fleet did not have the required permissions either to launch or terminate an instance.</p> </li> <li> <p> <code>launchSpecTemporarilyBlacklisted</code> - The configuration is not valid and several attempts to launch instances have failed. For more information, see the description of the event.</p> </li> <li> <p> <code>spotFleetRequestConfigurationInvalid</code> - The configuration is not valid. For more information, see the description of the event.</p> </li> <li> <p> <code>spotInstanceCountLimitExceeded</code> - You've reached the limit on the number of Spot instances that you can launch.</p> </li> </ul> <p>The following are the <code>fleetRequestChange</code> events.</p> <ul> <li> <p> <code>active</code> - The Spot fleet has been validated and Amazon EC2 is attempting to maintain the target number of running Spot instances.</p> </li> <li> <p> <code>cancelled</code> - The Spot fleet is canceled and has no running Spot instances. The Spot fleet will be deleted two days after its instances were terminated.</p> </li> <li> <p> <code>cancelled_running</code> - The Spot fleet is canceled and will not launch additional Spot instances, but its existing Spot instances continue to run until they are interrupted or terminated.</p> </li> <li> <p> <code>cancelled_terminating</code> - The Spot fleet is canceled and its Spot instances are terminating.</p> </li> <li> <p> <code>expired</code> - The Spot fleet request has expired. A subsequent event indicates that the instances were terminated, if the request was created with <code>TerminateInstancesWithExpiration</code> set.</p> </li> <li> <p> <code>modify_in_progress</code> - A request to modify the Spot fleet request was accepted and is in progress.</p> </li> <li> <p> <code>modify_successful</code> - The Spot fleet request was modified.</p> </li> <li> <p> <code>price_update</code> - The bid price for a launch configuration was adjusted because it was too high. This change is permanent.</p> </li> <li> <p> <code>submitted</code> - The Spot fleet request is being evaluated and Amazon EC2 is preparing to launch the target number of Spot instances.</p> </li> </ul> <p>The following are the <code>instanceChange</code> events.</p> <ul> <li> <p> <code>launched</code> - A bid was fulfilled and a new instance was launched.</p> </li> <li> <p> <code>terminated</code> - An instance was terminated by the user.</p> </li> </ul>",
8400          "locationName":"eventSubType"
8401        },
8402        "EventDescription":{
8403          "shape":"String",
8404          "documentation":"<p>The description of the event.</p>",
8405          "locationName":"eventDescription"
8406        }
8407      },
8408      "documentation":"<p>Describes a Spot fleet event.</p>"
8409    },
8410    "EventType":{
8411      "type":"string",
8412      "enum":[
8413        "instanceChange",
8414        "fleetRequestChange",
8415        "error"
8416      ]
8417    },
8418    "ExcessCapacityTerminationPolicy":{
8419      "type":"string",
8420      "enum":[
8421        "noTermination",
8422        "default"
8423      ]
8424    },
8425    "ExecutableByStringList":{
8426      "type":"list",
8427      "member":{
8428        "shape":"String",
8429        "locationName":"ExecutableBy"
8430      }
8431    },
8432    "ExportEnvironment":{
8433      "type":"string",
8434      "enum":[
8435        "citrix",
8436        "vmware",
8437        "microsoft"
8438      ]
8439    },
8440    "ExportTask":{
8441      "type":"structure",
8442      "members":{
8443        "ExportTaskId":{
8444          "shape":"String",
8445          "documentation":"<p>The ID of the export task.</p>",
8446          "locationName":"exportTaskId"
8447        },
8448        "Description":{
8449          "shape":"String",
8450          "documentation":"<p>A description of the resource being exported.</p>",
8451          "locationName":"description"
8452        },
8453        "State":{
8454          "shape":"ExportTaskState",
8455          "documentation":"<p>The state of the export task.</p>",
8456          "locationName":"state"
8457        },
8458        "StatusMessage":{
8459          "shape":"String",
8460          "documentation":"<p>The status message related to the export task.</p>",
8461          "locationName":"statusMessage"
8462        },
8463        "InstanceExportDetails":{
8464          "shape":"InstanceExportDetails",
8465          "documentation":"<p>Information about the instance to export.</p>",
8466          "locationName":"instanceExport"
8467        },
8468        "ExportToS3Task":{
8469          "shape":"ExportToS3Task",
8470          "documentation":"<p>Information about the export task.</p>",
8471          "locationName":"exportToS3"
8472        }
8473      },
8474      "documentation":"<p>Describes an instance export task.</p>"
8475    },
8476    "ExportTaskIdStringList":{
8477      "type":"list",
8478      "member":{
8479        "shape":"String",
8480        "locationName":"ExportTaskId"
8481      }
8482    },
8483    "ExportTaskList":{
8484      "type":"list",
8485      "member":{
8486        "shape":"ExportTask",
8487        "locationName":"item"
8488      }
8489    },
8490    "ExportTaskState":{
8491      "type":"string",
8492      "enum":[
8493        "active",
8494        "cancelling",
8495        "cancelled",
8496        "completed"
8497      ]
8498    },
8499    "ExportToS3Task":{
8500      "type":"structure",
8501      "members":{
8502        "DiskImageFormat":{
8503          "shape":"DiskImageFormat",
8504          "documentation":"<p>The format for the exported image.</p>",
8505          "locationName":"diskImageFormat"
8506        },
8507        "ContainerFormat":{
8508          "shape":"ContainerFormat",
8509          "documentation":"<p>The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.</p>",
8510          "locationName":"containerFormat"
8511        },
8512        "S3Bucket":{
8513          "shape":"String",
8514          "documentation":"<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>",
8515          "locationName":"s3Bucket"
8516        },
8517        "S3Key":{
8518          "shape":"String",
8519          "documentation":"<p>The encryption key for your S3 bucket.</p>",
8520          "locationName":"s3Key"
8521        }
8522      },
8523      "documentation":"<p>Describes the format and location for an instance export task.</p>"
8524    },
8525    "ExportToS3TaskSpecification":{
8526      "type":"structure",
8527      "members":{
8528        "DiskImageFormat":{
8529          "shape":"DiskImageFormat",
8530          "documentation":"<p>The format for the exported image.</p>",
8531          "locationName":"diskImageFormat"
8532        },
8533        "ContainerFormat":{
8534          "shape":"ContainerFormat",
8535          "documentation":"<p>The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.</p>",
8536          "locationName":"containerFormat"
8537        },
8538        "S3Bucket":{
8539          "shape":"String",
8540          "documentation":"<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>",
8541          "locationName":"s3Bucket"
8542        },
8543        "S3Prefix":{
8544          "shape":"String",
8545          "documentation":"<p>The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.</p>",
8546          "locationName":"s3Prefix"
8547        }
8548      },
8549      "documentation":"<p>Describes an instance export task.</p>"
8550    },
8551    "Filter":{
8552      "type":"structure",
8553      "members":{
8554        "Name":{
8555          "shape":"String",
8556          "documentation":"<p>The name of the filter. Filter names are case-sensitive.</p>"
8557        },
8558        "Values":{
8559          "shape":"ValueStringList",
8560          "documentation":"<p>One or more filter values. Filter values are case-sensitive.</p>",
8561          "locationName":"Value"
8562        }
8563      },
8564      "documentation":"<p>A filter name and value pair that is used to return a more specific list of results. Filters can be used to match a set of resources by various criteria, such as tags, attributes, or IDs.</p>"
8565    },
8566    "FilterList":{
8567      "type":"list",
8568      "member":{
8569        "shape":"Filter",
8570        "locationName":"Filter"
8571      }
8572    },
8573    "FleetType":{
8574      "type":"string",
8575      "enum":[
8576        "request",
8577        "maintain"
8578      ]
8579    },
8580    "Float":{"type":"float"},
8581    "FlowLog":{
8582      "type":"structure",
8583      "members":{
8584        "CreationTime":{
8585          "shape":"DateTime",
8586          "documentation":"<p>The date and time the flow log was created.</p>",
8587          "locationName":"creationTime"
8588        },
8589        "FlowLogId":{
8590          "shape":"String",
8591          "documentation":"<p>The flow log ID.</p>",
8592          "locationName":"flowLogId"
8593        },
8594        "FlowLogStatus":{
8595          "shape":"String",
8596          "documentation":"<p>The status of the flow log (<code>ACTIVE</code>).</p>",
8597          "locationName":"flowLogStatus"
8598        },
8599        "ResourceId":{
8600          "shape":"String",
8601          "documentation":"<p>The ID of the resource on which the flow log was created.</p>",
8602          "locationName":"resourceId"
8603        },
8604        "TrafficType":{
8605          "shape":"TrafficType",
8606          "documentation":"<p>The type of traffic captured for the flow log.</p>",
8607          "locationName":"trafficType"
8608        },
8609        "LogGroupName":{
8610          "shape":"String",
8611          "documentation":"<p>The name of the flow log group.</p>",
8612          "locationName":"logGroupName"
8613        },
8614        "DeliverLogsStatus":{
8615          "shape":"String",
8616          "documentation":"<p>The status of the logs delivery (<code>SUCCESS</code> | <code>FAILED</code>).</p>",
8617          "locationName":"deliverLogsStatus"
8618        },
8619        "DeliverLogsErrorMessage":{
8620          "shape":"String",
8621          "documentation":"<p>Information about the error that occurred. <code>Rate limited</code> indicates that CloudWatch logs throttling has been applied for one or more network interfaces, or that you've reached the limit on the number of CloudWatch Logs log groups that you can create. <code>Access error</code> indicates that the IAM role associated with the flow log does not have sufficient permissions to publish to CloudWatch Logs. <code>Unknown error</code> indicates an internal error.</p>",
8622          "locationName":"deliverLogsErrorMessage"
8623        },
8624        "DeliverLogsPermissionArn":{
8625          "shape":"String",
8626          "documentation":"<p>The ARN of the IAM role that posts logs to CloudWatch Logs.</p>",
8627          "locationName":"deliverLogsPermissionArn"
8628        }
8629      },
8630      "documentation":"<p>Describes a flow log.</p>"
8631    },
8632    "FlowLogSet":{
8633      "type":"list",
8634      "member":{
8635        "shape":"FlowLog",
8636        "locationName":"item"
8637      }
8638    },
8639    "FlowLogsResourceType":{
8640      "type":"string",
8641      "enum":[
8642        "VPC",
8643        "Subnet",
8644        "NetworkInterface"
8645      ]
8646    },
8647    "GatewayType":{
8648      "type":"string",
8649      "enum":["ipsec.1"]
8650    },
8651    "GetConsoleOutputRequest":{
8652      "type":"structure",
8653      "required":["InstanceId"],
8654      "members":{
8655        "DryRun":{
8656          "shape":"Boolean",
8657          "documentation":"<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>",
8658          "locationName":"dryRun"
8659        },
8660        "InstanceId":{
8661          "shape":"String",
8662          "documentation":"<p>The ID of the instance.</p>"
8663        }
8664      },
8665      "documentation":"<p>Contains the parameters for GetConsoleOutput.</p>"
8666    },
8667    "GetConsoleOutputResult":{
8668      "type":"structure",
8669      "members":{
8670        "InstanceId":{
8671          "shape":"String",
8672          "documentation":"<p>The ID of the instance.</p>",
8673          "locationName":"instanceId"
8674        },
8675        "Timestamp":{
8676          "shape":"DateTime",
8677          "documentation":"<p>The time the output was last updated.</p>",
8678          "locationName":"timestamp"
8679        },
8680        "Output":{
8681          "shape":"String",
8682          "documentation":"<p>The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.</p>",
8683          "locationName":"output"
8684        }
8685      },
8686      "documentation":"<p>Contains the output of GetConsoleOutput.</p>"
8687    },
8688    "GetConsoleScreenshotRequest":{
8689      "type":"structure",
8690      "required":["InstanceId"],
8691      "members":{
8692        "DryRun":{
8693          "shape":"Boolean",
8694          "documentation":"<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>"
8695        },
8696        "InstanceId":{
8697          "shape":"String",
8698          "documentation":"<p>The ID of the instance.</p>"
8699        },
8700        "WakeUp":{
8701          "shape":"Boolean",
8702          "documentation":"<p>When set to <code>true</code>, acts as keystroke input and wakes up an instance that's in standby or \"sleep\" mode.</p>"
8703        }
8704      },
8705      "documentation":"<p>Contains the parameters for the request.</p>"
8706    },
8707    "GetConsoleScreenshotResult":{
8708      "type":"structure",
8709      "members":{
8710        "InstanceId":{
8711          "shape":"String",
8712          "documentation":"<p>The ID of the instance.</p>",
8713          "locationName":"instanceId"
8714        },
8715        "ImageData":{
8716          "shape":"String",
8717          "documentation":"<p>The data that comprises the image.</p>",
8718          "locationName":"imageData"
8719        }
8720      },
8721      "documentation":"<p>Contains the output of the request.</p>"
8722    },
8723    "GetHostReservationPurchasePreviewRequest":{
8724      "type":"structure",
8725      "required":[
8726        "OfferingId",
8727        "HostIdSet"
8728      ],
8729      "members":{
8730        "OfferingId":{
8731          "shape":"String",
8732          "documentation":"<p>The offering ID of the reservation.</p>"
8733        },
8734        "HostIdSet":{
8735          "shape":"RequestHostIdSet",
8736          "documentation":"<p>The ID/s of the Dedicated Host/s that the reservation will be associated with.</p>"
8737        }
8738      }
8739    },
8740    "GetHostReservationPurchasePreviewResult":{
8741      "type":"structure",
8742      "members":{
8743        "Purchase":{
8744          "shape":"PurchaseSet",
8745          "documentation":"<p>The purchase information of the Dedicated Host Reservation and the Dedicated Hosts associated with it.</p>",
8746          "locationName":"purchase"
8747        },
8748        "TotalUpfrontPrice":{
8749          "shape":"String",
8750          "documentation":"<p>The potential total upfront price. This is billed immediately.</p>",
8751          "locationName":"totalUpfrontPrice"
8752        },
8753        "TotalHourlyPrice":{
8754          "shape":"String",
8755          "documentation":"<p>The potential total hourly price of the reservation per hour.</p>",
8756          "locationName":"totalHourlyPrice"
8757        },
8758        "CurrencyCode":{
8759          "shape":"CurrencyCodeValues",
8760          "documentation":"<p>The currency in which the <code>totalUpfrontPrice</code> and <code>totalHourlyPrice</code> amounts are specified. At this time, the only supported currency is <code>USD</code>.</p>",
8761          "locationName":"currencyCode"
8762        }
8763      }
8764    },
8765    "GetPasswordDataRequest":{
8766      "type":"structure",
8767      "required":["InstanceId"],
8768      "members":{
8769        "DryRun":{
8770          "shape":"Boolean",
8771          "documentation":"<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>",
8772          "locationName":"dryRun"
8773        },
8774        "InstanceId":{
8775          "shape":"String",
8776          "documentation":"<p>The ID of the Windows instance.</p>"
8777        }
8778      },
8779      "documentation":"<p>Contains the parameters for GetPasswordData.</p>"
8780    },
8781    "GetPasswordDataResult":{
8782      "type":"structure",
8783      "members":{
8784        "InstanceId":{
8785          "shape":"String",
8786          "documentation":"<p>The ID of the Windows instance.</p>",
8787          "locationName":"instanceId"
8788        },
8789        "Timestamp":{
8790          "shape":"DateTime",
8791          "documentation":"<p>The time the data was last updated.</p>",
8792          "locationName":"timestamp"
8793        },
8794        "PasswordData":{
8795          "shape":"String",
8796          "documentation":"<p>The password of the instance.</p>",
8797          "locationName":"passwordData"
8798        }
8799      },
8800      "documentation":"<p>Contains the output of GetPasswordData.</p>"
8801    },
8802    "GetReservedInstancesExchangeQuoteRequest":{
8803      "type":"structure",
8804      "required":["ReservedInstanceIds"],
8805      "members":{
8806        "DryRun":{
8807          "shape":"Boolean",
8808          "documentation":"<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>"
8809        },
8810        "ReservedInstanceIds":{
8811          "shape":"ReservedInstanceIdSet",
8812          "documentation":"<p>The ID/s of the Convertible Reserved Instances you want to exchange.</p>",
8813          "locationName":"ReservedInstanceId"
8814        },
8815        "TargetConfigurations":{
8816          "shape":"TargetConfigurationRequestSet",
8817          "documentation":"<p>The configuration requirements of the Convertible Reserved Instances you want in exchange for your current Convertible Reserved Instances.</p>",
8818          "locationName":"TargetConfiguration"
8819        }
8820      },
8821      "documentation":"<p>Contains the parameters for GetReservedInstanceExchangeQuote.</p>"
8822    },
8823    "GetReservedInstancesExchangeQuoteResult":{
8824      "type":"structure",
8825      "members":{
8826        "ReservedInstanceValueSet":{
8827          "shape":"ReservedInstanceReservationValueSet",
8828          "documentation":"<p>The configuration of your Convertible Reserved Instances.</p>",
8829          "locationName":"reservedInstanceValueSet"
8830        },
8831        "ReservedInstanceValueRollup":{
8832          "shape":"ReservationValue",
8833          "locationName":"reservedInstanceValueRollup"
8834        },
8835        "TargetConfigurationValueSet":{
8836          "shape":"TargetReservationValueSet",
8837          "documentation":"<p>The values of the target Convertible Reserved Instances.</p>",
8838          "locationName":"targetConfigurationValueSet"
8839        },
8840        "TargetConfigurationValueRollup":{
8841          "shape":"ReservationValue",
8842          "locationName":"targetConfigurationValueRollup"
8843        },
8844        "PaymentDue":{
8845          "shape":"String",
8846          "documentation":"<p>The total true upfront charge for the exchange.</p>",
8847          "locationName":"paymentDue"
8848        },
8849        "CurrencyCode":{
8850          "shape":"String",
8851          "documentation":"<p>The currency of the transaction.</p>",
8852          "locationName":"currencyCode"
8853        },
8854        "OutputReservedInstancesWillExpireAt":{
8855          "shape":"DateTime",
8856          "documentation":"<p>The new end date of the reservation term.</p>",
8857          "locationName":"outputReservedInstancesWillExpireAt"
8858        },
8859        "IsValidExchange":{
8860          "shape":"Boolean",
8861          "documentation":"<p>If <code>true</code>, the exchange is valid. If <code>false</code>, the exchange cannot be performed.</p>",
8862          "locationName":"isValidExchange"
8863        },
8864        "ValidationFailureReason":{
8865          "shape":"String",
8866          "documentation":"<p>Describes the reason why the exchange can not be completed.</p>",
8867          "locationName":"validationFailureReason"
8868        }
8869      },
8870      "documentation":"<p>Contains the output of GetReservedInstancesExchangeQuote.</p>"
8871    },
8872    "GroupIdStringList":{
8873      "type":"list",
8874      "member":{
8875        "shape":"String",
8876        "locationName":"groupId"
8877      }
8878    },
8879    "GroupIdentifier":{
8880      "type":"structure",
8881      "members":{
8882        "GroupName":{
8883          "shape":"String",
8884          "documentation":"<p>The name of the security group.</p>",
8885          "locationName":"groupName"
8886        },
8887        "GroupId":{
8888          "shape":"String",
8889          "documentation":"<p>The ID of the security group.</p>",
8890          "locationName":"groupId"
8891        }
8892      },
8893      "documentation":"<p>Describes a security group.</p>"
8894    },
8895    "GroupIdentifierList":{
8896      "type":"list",
8897      "member":{
8898        "shape":"GroupIdentifier",
8899        "locationName":"item"
8900      }
8901    },
8902    "GroupIds":{
8903      "type":"list",
8904      "member":{
8905        "shape":"String",
8906        "locationName":"item"
8907      }
8908    },
8909    "GroupNameStringList":{
8910      "type":"list",
8911      "member":{
8912        "shape":"String",
8913        "locationName":"GroupName"
8914      }
8915    },
8916    "HistoryRecord":{
8917      "type":"structure",
8918      "required":[
8919        "Timestamp",
8920        "EventType",
8921        "EventInformation"
8922      ],
8923      "members":{
8924        "Timestamp":{
8925          "shape":"DateTime",
8926          "documentation":"<p>The date and time of the event, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>",
8927          "locationName":"timestamp"
8928        },
8929        "EventType":{
8930          "shape":"EventType",
8931          "documentation":"<p>The event type.</p> <ul> <li> <p> <code>error</code> - Indicates an error with the Spot fleet request.</p> </li> <li> <p> <code>fleetRequestChange</code> - Indicates a change in the status or configuration of the Spot fleet request.</p> </li> <li> <p> <code>instanceChange</code> - Indicates that an instance was launched or terminated.</p> </li> </ul>",
8932          "locationName":"eventType"
8933        },
8934        "EventInformation":{
8935          "shape":"EventInformation",
8936          "documentation":"<p>Information about the event.</p>",
8937          "locationName":"eventInformation"
8938        }
8939      },
8940      "documentation":"<p>Describes an event in the history of the Spot fleet request.</p>"
8941    },
8942    "HistoryRecords":{
8943      "type":"list",
8944      "member":{
8945        "shape":"HistoryRecord",
8946        "locationName":"item"
8947      }
8948    },
8949    "Host":{
8950      "type":"structure",
8951      "members":{
8952        "HostId":{
8953          "shape":"String",
8954          "documentation":"<p>The ID of the Dedicated Host.</p>",
8955          "locationName":"hostId"
8956        },
8957        "AutoPlacement":{
8958          "shape":"AutoPlacement",
8959          "documentation":"<p>Whether auto-placement is on or off.</p>",
8960          "locationName":"autoPlacement"
8961        },
8962        "HostReservationId":{
8963          "shape":"String",
8964          "documentation":"<p>The reservation ID of the Dedicated Host. This returns a <code>null</code> response if the Dedicated Host doesn't have an associated reservation.</p>",
8965          "locationName":"hostReservationId"
8966        },
8967        "ClientToken":{
8968          "shape":"String",
8969          "documentation":"<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>",
8970          "locationName":"clientToken"
8971        },
8972        "HostProperties":{
8973          "shape":"HostProperties",
8974          "documentation":"<p>The hardware specifications of the Dedicated Host.</p>",
8975          "locationName":"hostProperties"
8976        },
8977        "State":{
8978          "shape":"AllocationState",
8979          "documentation":"<p>The Dedicated Host's state.</p>",
8980          "locationName":"state"
8981        },
8982        "AvailabilityZone":{
8983          "shape":"String",
8984          "documentation":"<p>The Availability Zone of the Dedicated Host.</p>",
8985          "locationName":"availabilityZone"
8986        },
8987        "Instances":{
8988          "shape":"HostInstanceList",
8989          "documentation":"<p>The IDs and instance type that are currently running on the Dedicated Host.</p>",
8990          "locationName":"instances"
8991        },
8992        "AvailableCapacity":{
8993          "shape":"AvailableCapacity",
8994          "documentation":"<p>The number of new instances that can be launched onto the Dedicated Host.</p>",
8995          "locationName":"availableCapacity"
8996        }
8997      },
8998      "documentation":"<p>Describes the properties of the Dedicated Host.</p>"
8999    },
9000    "HostInstance":{
9001      "type":"structure",
9002      "members":{
9003        "InstanceId":{
9004          "shape":"String",
9005          "documentation":"<p>the IDs of instances that are running on the Dedicated Host.</p>",
9006          "locationName":"instanceId"
9007        },
9008        "InstanceType":{
9009          "shape":"String",
9010          "documentation":"<p>The instance type size (for example, <code>m3.medium</code>) of the running instance.</p>",
9011          "locationName":"instanceType"
9012        }
9013      },
9014      "documentation":"<p>Describes an instance running on a Dedicated Host.</p>"
9015    },
9016    "HostInstanceList":{
9017      "type":"list",
9018      "member":{
9019        "shape":"HostInstance",
9020        "locationName":"item"
9021      }
9022    },
9023    "HostList":{
9024      "type":"list",
9025      "member":{
9026        "shape":"Host",
9027        "locationName":"item"
9028      }
9029    },
9030    "HostOffering":{
9031      "type":"structure",
9032      "members":{
9033        "OfferingId":{
9034          "shape":"String",
9035          "documentation":"<p>The ID of the offering.</p>",
9036          "locationName":"offeringId"
9037        },
9038        "InstanceFamily":{
9039          "shape":"String",
9040          "documentation":"<p>The instance family of the offering.</p>",
9041          "locationName":"instanceFamily"
9042        },
9043        "PaymentOption":{
9044          "shape":"PaymentOption",
9045          "documentation":"<p>The available payment option.</p>",
9046          "locationName":"paymentOption"
9047        },
9048        "UpfrontPrice":{
9049          "shape":"String",
9050          "documentation":"<p>The upfront price of the offering. Does not apply to No Upfront offerings.</p>",
9051          "locationName":"upfrontPrice"
9052        },
9053        "HourlyPrice":{
9054          "shape":"String",
9055          "documentation":"<p>The hourly price of the offering.</p>",
9056          "locationName":"hourlyPrice"
9057        },
9058        "CurrencyCode":{
9059          "shape":"CurrencyCodeValues",
9060          "documentation":"<p>The currency of the offering.</p>",
9061          "locationName":"currencyCode"
9062        },
9063        "Duration":{
9064          "shape":"Integer",
9065          "documentation":"<p>The duration of the offering (in seconds).</p>",
9066          "locationName":"duration"
9067        }
9068      },
9069      "documentation":"<p>Details about the Dedicated Host Reservation offering.</p>"
9070    },
9071    "HostOfferingSet":{
9072      "type":"list",
9073      "member":{"shape":"HostOffering"}
9074    },
9075    "HostProperties":{
9076      "type":"structure",
9077      "members":{
9078        "Sockets":{
9079          "shape":"Integer",
9080          "documentation":"<p>The number of sockets on the Dedicated Host.</p>",
9081          "locationName":"sockets"
9082        },
9083        "Cores":{
9084          "shape":"Integer",
9085          "documentation":"<p>The number of cores on the Dedicated Host.</p>",
9086          "locationName":"cores"
9087        },
9088        "TotalVCpus":{
9089          "shape":"Integer",
9090          "documentation":"<p>The number of vCPUs on the Dedicated Host.</p>",
9091          "locationName":"totalVCpus"
9092        },
9093        "InstanceType":{
9094          "shape":"String",
9095          "documentation":"<p>The instance type size that the Dedicated Host supports (for example, <code>m3.medium</code>).</p>",
9096          "locationName":"instanceType"
9097        }
9098      },
9099      "documentation":"<p>Describes properties of a Dedicated Host.</p>"
9100    },
9101    "HostReservation":{
9102      "type":"structure",
9103      "members":{
9104        "HostReservationId":{
9105          "shape":"String",
9106          "documentation":"<p>The ID of the reservation that specifies the associated Dedicated Hosts.</p>",
9107          "locationName":"hostReservationId"
9108        },
9109        "HostIdSet":{
9110          "shape":"ResponseHostIdSet",
9111          "documentation":"<p>The IDs of the Dedicated Hosts associated with the reservation.</p>",
9112          "locationName":"hostIdSet"
9113        },
9114        "OfferingId":{
9115          "shape":"String",
9116          "documentation":"<p>The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.</p>",
9117          "locationName":"offeringId"
9118        },
9119        "InstanceFamily":{
9120          "shape":"String",
9121          "documentation":"<p>The instance family of the Dedicated Host Reservation. The instance family on the Dedicated Host must be the same in order for it to benefit from the reservation.</p>",
9122          "locationName":"instanceFamily"
9123        },
9124        "PaymentOption":{
9125          "shape":"PaymentOption",
9126          "documentation":"<p>The payment option selected for this reservation.</p>",
9127          "locationName":"paymentOption"
9128        },
9129        "HourlyPrice":{
9130          "shape":"String",
9131          "documentation":"<p>The hourly price of the reservation.</p>",
9132          "locationName":"hourlyPrice"
9133        },
9134        "UpfrontPrice":{
9135          "shape":"String",
9136          "documentation":"<p>The upfront price of the reservation.</p>",
9137          "locationName":"upfrontPrice"
9138        },
9139        "CurrencyCode":{
9140          "shape":"CurrencyCodeValues",
9141          "documentation":"<p>The currency in which the <code>upfrontPrice</code> and <code>hourlyPrice</code> amounts are specified. At this time, the only supported currency is <code>USD</code>.</p>",
9142          "locationName":"currencyCode"
9143        },
9144        "Count":{
9145          "shape":"Integer",
9146          "documentation":"<p>The number of Dedicated Hosts the reservation is associated with.</p>",
9147          "locationName":"count"
9148        },
9149        "Duration":{
9150          "shape":"Integer",
9151          "documentation":"<p>The length of the reservation's term, specified in seconds. Can be <code>31536000 (1 year)</code> | <code>94608000 (3 years)</code>.</p>",
9152          "locationName":"duration"
9153        },
9154        "End":{
9155          "shape":"DateTime",
9156          "documentation":"<p>The date and time that the reservation ends.</p>",
9157          "locationName":"end"
9158        },
9159        "Start":{
9160          "shape":"DateTime",
9161          "documentation":"<p>The date and time that the reservation started.</p>",
9162          "locationName":"start"
9163        },
9164        "State":{
9165          "shape":"ReservationState",
9166          "documentation":"<p>The state of the reservation.</p>",
9167          "locationName":"state"
9168        }
9169      },
9170      "documentation":"<p>Details about the Dedicated Host Reservation and associated Dedicated Hosts.</p>"
9171    },
9172    "HostReservationIdSet":{
9173      "type":"list",
9174      "member":{
9175        "shape":"String",
9176        "locationName":"item"
9177      }
9178    },
9179    "HostReservationSet":{
9180      "type":"list",
9181      "member":{"shape":"HostReservation"}
9182    },
9183    "HostTenancy":{
9184      "type":"string",
9185      "enum":[
9186        "dedicated",
9187        "host"
9188      ]
9189    },
9190    "HypervisorType":{
9191      "type":"string",
9192      "enum":[
9193        "ovm",
9194        "xen"
9195      ]
9196    },
9197    "IamInstanceProfile":{
9198      "type":"structure",
9199      "members":{
9200        "Arn":{
9201          "shape":"String",
9202          "documentation":"<p>The Amazon Resource Name (ARN) of the instance profile.</p>",
9203          "locationName":"arn"
9204        },
9205        "Id":{
9206          "shape":"String",
9207          "documentation":"<p>The ID of the instance profile.</p>",
9208          "locationName":"id"
9209        }
9210      },
9211      "documentation":"<p>Describes an IAM instance profile.</p>"
9212    },
9213    "IamInstanceProfileSpecification":{
9214      "type":"structure",
9215      "members":{
9216        "Arn":{
9217          "shape":"String",
9218          "documentation":"<p>The Amazon Resource Name (ARN) of the instance profile.</p>",
9219          "locationName":"arn"
9220        },
9221        "Name":{
9222          "shape":"String",
9223          "documentation":"<p>The name of the instance profile.</p>",
9224          "locationName":"name"
9225        }
9226      },
9227      "documentation":"<p>Describes an IAM instance profile.</p>"
9228    },
9229    "IcmpTypeCode":{
9230      "type":"structure",
9231      "members":{
9232        "Type":{
9233          "shape":"Integer",
9234          "documentation":"<p>The ICMP code. A value of -1 means all codes for the specified ICMP type.</p>",
9235          "locationName":"type"
9236        },
9237        "Code":{
9238          "shape":"Integer",
9239          "documentation":"<p>The ICMP type. A value of -1 means all types.</p>",
9240          "locationName":"code"
9241        }
9242      },
9243      "documentation":"<p>Describes the ICMP type and code.</p>"
9244    },
9245    "IdFormat":{
9246      "type":"structure",
9247      "members":{
9248        "Resource":{
9249          "shape":"String",
9250          "documentation":"<p>The type of resource.</p>",
9251          "locationName":"resource"
9252        },
9253        "UseLongIds":{
9254          "shape":"Boolean",
9255          "documentation":"<p>Indicates whether longer IDs (17-character IDs) are enabled for the resource.</p>",
9256          "locationName":"useLongIds"
9257        },
9258        "Deadline":{
9259          "shape":"DateTime",
9260          "documentation":"<p>The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.</p>",
9261          "locationName":"deadline"
9262        }
9263      },
9264      "documentation":"<p>Describes the ID format for a resource.</p>"
9265    },
9266    "IdFormatList":{
9267      "type":"list",
9268      "member":{
9269        "shape":"IdFormat",
9270        "locationName":"item"
9271      }
9272    },
9273    "Image":{
9274      "type":"structure",
9275      "members":{
9276        "ImageId":{
9277          "shape":"String",
9278          "documentation":"<p>The ID of the AMI.</p>",
9279          "locationName":"imageId"
9280        },
9281        "ImageLocation":{
9282          "shape":"String",
9283          "documentation":"<p>The location of the AMI.</p>",
9284          "locationName":"imageLocation"
9285        },
9286        "State":{
9287          "shape":"ImageState",
9288          "documentation":"<p>The current state of the AMI. If the state is <code>available</code>, the image is successfully registered and can be used to launch an instance.</p>",
9289          "locationName":"imageState"
9290        },
9291        "OwnerId":{
9292          "shape":"String",
9293          "documentation":"<p>The AWS account ID of the image owner.</p>",
9294          "locationName":"imageOwnerId"
9295        },
9296        "CreationDate":{
9297          "shape":"String",
9298          "documentation":"<p>The date and time the image was created.</p>",
9299          "locationName":"creationDate"
9300        },
9301        "Public":{
9302          "shape":"Boolean",
9303          "documentation":"<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>",
9304          "locationName":"isPublic"
9305        },
9306        "ProductCodes":{
9307          "shape":"ProductCodeList",
9308          "documentation":"<p>Any product codes associated with the AMI.</p>",
9309          "locationName":"productCodes"
9310        },
9311        "Architecture":{
9312          "shape":"ArchitectureValues",
9313          "documentation":"<p>The architecture of the image.</p>",
9314          "locationName":"architecture"
9315        },
9316        "ImageType":{
9317          "shape":"ImageTypeValues",
9318          "documentation":"<p>The type of image.</p>",
9319          "locationName":"imageType"
9320        },
9321        "KernelId":{
9322          "shape":"String",
9323          "documentation":"<p>The kernel associated with the image, if any. Only applicable for machine images.</p>",
9324          "locationName":"kernelId"
9325        },
9326        "RamdiskId":{
9327          "shape":"String",
9328          "documentation":"<p>The RAM disk associated with the image, if any. Only applicable for machine images.</p>",
9329          "locationName":"ramdiskId"
9330        },
9331        "Platform":{
9332          "shape":"PlatformValues",
9333          "documentation":"<p>The value is <code>Windows</code> for Windows AMIs; otherwise blank.</p>",
9334          "locationName":"platform"
9335        },
9336        "SriovNetSupport":{
9337          "shape":"String",
9338          "documentation":"<p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>",
9339          "locationName":"sriovNetSupport"
9340        },
9341        "EnaSupport":{
9342          "shape":"Boolean",
9343          "documentation":"<p>Specifies whether enhanced networking with ENA is enabled.</p>",
9344          "locationName":"enaSupport"
9345        },
9346        "StateReason":{
9347          "shape":"StateReason",
9348          "documentation":"<p>The reason for the state change.</p>",
9349          "locationName":"stateReason"
9350        },
9351        "ImageOwnerAlias":{
9352          "shape":"String",
9353          "documentation":"<p>The AWS account alias (for example, <code>amazon</code>, <code>self</code>) or the AWS account ID of the AMI owner.</p>",
9354          "locationName":"imageOwnerAlias"
9355        },
9356        "Name":{
9357          "shape":"String",
9358          "documentation":"<p>The name of the AMI that was provided during image creation.</p>",
9359          "locationName":"name"
9360        },
9361        "Description":{
9362          "shape":"String",
9363          "documentation":"<p>The description of the AMI that was provided during image creation.</p>",
9364          "locationName":"description"
9365        },
9366        "RootDeviceType":{
9367          "shape":"DeviceType",
9368          "documentation":"<p>The type of root device used by the AMI. The AMI can use an EBS volume or an instance store volume.</p>",
9369          "locationName":"rootDeviceType"
9370        },
9371        "RootDeviceName":{
9372          "shape":"String",
9373          "documentation":"<p>The device name of the root device (for example, <code>/dev/sda1</code> or <code>/dev/xvda</code>).</p>",
9374          "locationName":"rootDeviceName"
9375        },
9376        "BlockDeviceMappings":{
9377          "shape":"BlockDeviceMappingList",
9378          "documentation":"<p>Any block device mapping entries.</p>",
9379          "locationName":"blockDeviceMapping"
9380        },
9381        "VirtualizationType":{
9382          "shape":"VirtualizationType",
9383          "documentation":"<p>The type of virtualization of the AMI.</p>",
9384          "locationName":"virtualizationType"
9385        },
9386        "Tags":{
9387          "shape":"TagList",
9388          "documentation":"<p>Any tags assigned to the image.</p>",
9389          "locationName":"tagSet"
9390        },
9391        "Hypervisor":{
9392          "shape":"HypervisorType",
9393          "documentation":"<p>The hypervisor type of the image.</p>",
9394          "locationName":"hypervisor"
9395        }
9396      },
9397      "documentation":"<p>Describes an image.</p>"
9398    },
9399    "ImageAttribute":{
9400      "type":"structure",
9401      "members":{
9402        "ImageId":{
9403          "shape":"String",
9404          "documentation":"<p>The ID of the AMI.</p>",
9405          "locationName":"imageId"
9406        },
9407        "LaunchPermissions":{
9408          "shape":"LaunchPermissionList",
9409          "documentation":"<p>One or more launch permissions.</p>",
9410          "locationName":"launchPermission"
9411        },
9412        "ProductCodes":{
9413          "shape":"ProductCodeList",
9414          "documentation":"<p>One or more product codes.</p>",
9415          "locationName":"productCodes"
9416        },
9417        "KernelId":{
9418          "shape":"AttributeValue",
9419          "documentation":"<p>The kernel ID.</p>",
9420          "locationName":"kernel"
9421        },
9422        "RamdiskId":{
9423          "shape":"AttributeValue",
9424          "documentation":"<p>The RAM disk ID.</p>",
9425          "locationName":"ramdisk"
9426        },
9427        "Description":{
9428          "shape":"AttributeValue",
9429          "documentation":"<p>A description for the AMI.</p>",
9430          "locationName":"description"
9431        },
9432        "SriovNetSupport":{
9433          "shape":"AttributeValue",
9434          "documentation":"<p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>",
9435          "locationName":"sriovNetSupport"
9436        },
9437        "BlockDeviceMappings":{
9438          "shape":"BlockDeviceMappingList",
9439          "documentation":"<p>One or more block device mapping entries.</p>",
9440          "locationName":"blockDeviceMapping"
9441        }
9442      },
9443      "documentation":"<p>Describes an image attribute.</p>"
9444    },
9445    "ImageAttributeName":{
9446      "type":"string",
9447      "enum":[
9448        "description",
9449        "kernel",
9450        "ramdisk",
9451        "launchPermission",
9452        "productCodes",
9453        "blockDeviceMapping",
9454        "sriovNetSupport"
9455      ]
9456    },
9457    "ImageDiskContainer":{
9458      "type":"structure",
9459      "members":{
9460        "Description":{
9461          "shape":"String",
9462          "documentation":"<p>The description of the disk image.</p>"
9463        },
9464        "Format":{
9465          "shape":"String",
9466          "documentation":"<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>"
9467        },
9468        "Url":{
9469          "shape":"String",
9470          "documentation":"<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>"
9471        },
9472        "UserBucket":{
9473          "shape":"UserBucket",
9474          "documentation":"<p>The S3 bucket for the disk image.</p>"
9475        },
9476        "DeviceName":{
9477          "shape":"String",
9478          "documentation":"<p>The block device mapping for the disk.</p>"
9479        },
9480        "SnapshotId":{
9481          "shape":"String",
9482          "documentation":"<p>The ID of the EBS snapshot to be used for importing the snapshot.</p>"
9483        }
9484      },
9485      "documentation":"<p>Describes the disk container object for an import image task.</p>"
9486    },
9487    "ImageDiskContainerList":{
9488      "type":"list",
9489      "member":{
9490        "shape":"ImageDiskContainer",
9491        "locationName":"item"
9492      }
9493    },
9494    "ImageIdStringList":{
9495      "type":"list",
9496      "member":{
9497        "shape":"String",
9498        "locationName":"ImageId"
9499      }
9500    },
9501    "ImageList":{
9502      "type":"list",
9503      "member":{
9504        "shape":"Image",
9505        "locationName":"item"
9506      }
9507    },
9508    "ImageState":{
9509      "type":"string",
9510      "enum":[
9511        "pending",
9512        "available",
9513        "invalid",
9514        "deregistered",
9515        "transient",
9516        "failed",
9517        "error"
9518      ]
9519    },
9520    "ImageTypeValues":{
9521      "type":"string",
9522      "enum":[
9523        "machine",
9524        "kernel",
9525        "ramdisk"
9526      ]
9527    },
9528    "ImportImageRequest":{
9529      "type":"structure",
9530      "members":{
9531        "DryRun":{
9532          "shape":"Boolean",
9533          "documentation":"<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>"
9534        },
9535        "Description":{
9536          "shape":"String",
9537          "documentation":"<p>A description string for the import image task.</p>"
9538        },
9539        "DiskContainers":{
9540          "shape":"ImageDiskContainerList",
9541          "documentation":"<p>Information about the disk containers.</p>",
9542          "locationName":"DiskContainer"
9543        },
9544        "LicenseType":{
9545          "shape":"String",
9546          "documentation":"<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/vm-import/latest/userguide/vmimport-image-import.html#prerequisites-image\">Prerequisites</a> in the VM Import/Export User Guide.</p> <p>Valid values: <code>AWS</code> | <code>BYOL</code> </p>"
9547        },
9548        "Hypervisor":{
9549          "shape":"String",
9550          "documentation":"<p>The target hypervisor platform.</p> <p>Valid values: <code>xen</code> </p>"
9551        },
9552        "Architecture":{
9553          "shape":"String",
9554          "documentation":"<p>The architecture of the virtual machine.</p> <p>Valid values: <code>i386</code> | <code>x86_64</code> </p>"
9555        },
9556        "Platform":{
9557          "shape":"String",
9558          "documentation":"<p>The operating system of the virtual machine.</p> <p>Valid values: <code>Windows</code> | <code>Linux</code> </p>"
9559        },
9560        "ClientData":{
9561          "shape":"ClientData",
9562          "documentation":"<p>The client-specific data.</p>"
9563        },
9564        "ClientToken":{
9565          "shape":"String",
9566          "documentation":"<p>The token to enable idempotency for VM import requests.</p>"
9567        },
9568        "RoleName":{
9569          "shape":"String",
9570          "documentation":"<p>The name of the role to use when not using the default role, 'vmimport'.</p>"
9571        }
9572      },
9573      "documentation":"<p>Contains the parameters for ImportImage.</p>"
9574    },
9575    "ImportImageResult":{
9576      "type":"structure",
9577      "members":{
9578        "ImportTaskId":{
9579          "shape":"String",
9580          "documentation":"<p>The task ID of the import image task.</p>",
9581          "locationName":"importTaskId"
9582        },
9583        "Architecture":{
9584          "shape":"String",
9585          "documentation":"<p>The architecture of the virtual machine.</p>",
9586          "locationName":"architecture"
9587        },
9588        "LicenseType":{
9589          "shape":"String",
9590          "documentation":"<p>The license type of the virtual machine.</p>",
9591          "locationName":"licenseType"
9592        },
9593        "Platform":{
9594          "shape":"String",
9595          "documentation":"<p>The operating system of the virtual machine.</p>",
9596          "locationName":"platform"
9597        },
9598        "Hypervisor":{
9599          "shape":"String",
9600          "documentation":"<p>The target hypervisor of the import task.</p>",
9601          "locationName":"hypervisor"
9602        },
9603        "Description":{
9604          "shape":"String",
9605          "documentation":"<p>A description of the import task.</p>",
9606          "locationName":"description"
9607        },
9608        "SnapshotDetails":{
9609          "shape":"SnapshotDetailList",
9610          "documentation":"<p>Information about the snapshots.</p>",
9611          "locationName":"snapshotDetailSet"
9612        },
9613        "ImageId":{
9614          "shape":"String",
9615          "documentation":"<p>The ID of the Amazon Machine Image (AMI) created by the import task.</p>",
9616          "locationName":"imageId"
9617        },
9618        "Progress":{
9619          "shape":"String",
9620          "documentation":"<p>The progress of the task.</p>",
9621          "locationName":"progress"
9622        },
9623        "StatusMessage":{
9624          "shape":"String",
9625          "documentation":"<p>A detailed status message of the import task.</p>",
9626          "locationName":"statusMessage"
9627        },
9628        "Status":{
9629          "shape":"String",
9630          "documentation":"<p>A brief status of the task.</p>",
9631          "locationName":"status"
9632        }
9633      },
9634      "documentation":"<p>Contains the output for ImportImage.</p>"
9635    },
9636    "ImportImageTask":{
9637      "type":"structure",
9638      "members":{
9639        "ImportTaskId":{
9640          "shape":"String",
9641          "documentation":"<p>The ID of the import image task.</p>",
9642          "locationName":"importTaskId"
9643        },
9644        "Architecture":{
9645          "shape":"String",
9646          "documentation":"<p>The architecture of the virtual machine.</p> <p>Valid values: <code>i386</code> | <code>x86_64</code> </p>",
9647          "locationName":"architecture"
9648        },
9649        "LicenseType":{
9650          "shape":"String",
9651          "documentation":"<p>The license type of the virtual machine.</p>",
9652          "locationName":"licenseType"
9653        },
9654        "Platform":{
9655          "shape":"String",
9656          "documentation":"<p>The description string for the import image task.</p>",
9657          "locationName":"platform"
9658        },
9659        "Hypervisor":{
9660          "shape":"String",
9661          "documentation":"<p>The target hypervisor for the import task.</p> <p>Valid values: <code>xen</code> </p>",
9662          "locationName":"hypervisor"
9663        },
9664        "Description":{
9665          "shape":"String",
9666          "documentation":"<p>A description of the import task.</p>",
9667          "locationName":"description"
9668        },
9669        "SnapshotDetails":{
9670          "shape":"SnapshotDetailList",
9671          "documentation":"<p>Information about the snapshots.</p>",
9672          "locationName":"snapshotDetailSet"
9673        },
9674        "ImageId":{
9675          "shape":"String",
9676          "documentation":"<p>The ID of the Amazon Machine Image (AMI) of the imported virtual machine.</p>",
9677          "locationName":"imageId"
9678        },
9679        "Progress":{
9680          "shape":"String",
9681          "documentation":"<p>The percentage of progress of the import image task.</p>",
9682          "locationName":"progress"
9683        },
9684        "StatusMessage":{
9685          "shape":"String",
9686          "documentation":"<p>A descriptive status message for the import image task.</p>",
9687          "locationName":"statusMessage"
9688        },
9689        "Status":{
9690          "shape":"String",
9691          "documentation":"<p>A brief status for the import image task.</p>",
9692          "locationName":"status"
9693        }
9694      },
9695      "documentation":"<p>Describes an import image task.</p>"
9696    },
9697    "ImportImageTaskList":{
9698      "type":"list",
9699      "member":{
9700        "shape":"ImportImageTask",
9701        "locationName":"item"
9702      }
9703    },
9704    "ImportInstanceLaunchSpecification":{
9705      "type":"structure",
9706      "members":{
9707        "Architecture":{
9708          "shape":"ArchitectureValues",
9709          "documentation":"<p>The architecture of the instance.</p>",
9710          "locationName":"architecture"
9711        },
9712        "GroupNames":{
9713          "shape":"SecurityGroupStringList",
9714          "documentation":"<p>One or more security group names.</p>",
9715          "locationName":"GroupName"
9716        },
9717        "GroupIds":{
9718          "shape":"SecurityGroupIdStringList",
9719          "documentation":"<p>One or more security group IDs.</p>",
9720          "locationName":"GroupId"
9721        },
9722        "AdditionalInfo":{
9723          "shape":"String",
9724          "documentation":"<p>Reserved.</p>",
9725          "locationName":"additionalInfo"
9726        },
9727        "UserData":{
9728          "shape":"UserData",
9729          "documentation":"<p>The user data to make available to the instance. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>",
9730          "locationName":"userData"
9731        },
9732        "InstanceType":{
9733          "shape":"InstanceType",
9734          "documentation":"<p>The instance type. For more information about the instance types that you can import, see <a href=\"http://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html#vmimport-instance-types\">Instance Types</a> in the VM Import/Export User Guide.</p>",
9735          "locationName":"instanceType"
9736        },
9737        "Placement":{
9738          "shape":"Placement",
9739          "documentation":"<p>The placement information for the instance.</p>",
9740          "locationName":"placement"
9741        },
9742        "Monitoring":{
9743          "shape":"Boolean",
9744          "documentation":"<p>Indicates whether monitoring is enabled.</p>",
9745          "locationName":"monitoring"
9746        },
9747        "SubnetId":{
9748          "shape":"String",
9749          "documentation":"<p>[EC2-VPC] The ID of the subnet in which to launch the instance.</p>",
9750          "locationName":"subnetId"
9751        },
9752        "InstanceInitiatedShutdownBehavior":{
9753          "shape":"ShutdownBehavior",
9754          "documentation":"<p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).</p>",
9755          "locationName":"instanceInitiatedShutdownBehavior"
9756        },
9757        "PrivateIpAddress":{
9758          "shape":"String",
9759          "documentation":"<p>[EC2-VPC] An available IP address from the IP address range of the subnet.</p>",
9760          "locationName":"privateIpAddress"
9761        }
9762      },
9763      "documentation":"<p>Describes the launch specification for VM import.</p>"
9764    },
9765    "ImportInstanceRequest":{
9766      "type":"structure",
9767      "required":["Platform"],
9768      "members":{
9769        "DryRun":{
9770          "shape":"Boolean",
9771          "documentation":"<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>",
9772          "locationName":"dryRun"
9773        },
9774        "Description":{
9775          "shape":"String",
9776          "documentation":"<p>A description for the instance being imported.</p>",
9777          "locationName":"description"
9778        },
9779        "LaunchSpecification":{
9780          "shape":"ImportInstanceLaunchSpecification",
9781          "documentation":"<p>The launch specification.</p>",
9782          "locationName":"launchSpecification"
9783        },
9784        "DiskImages":{
9785          "shape":"DiskImageList",
9786          "documentation":"<p>The disk image.</p>",
9787          "locationName":"diskImage"
9788        },
9789        "Platform":{
9790          "shape":"PlatformValues",
9791          "documentation":"<p>The instance operating system.</p>",
9792          "locationName":"platform"
9793        }
9794      },
9795      "documentation":"<p>Contains the parameters for ImportInstance.</p>"
9796    },
9797    "ImportInstanceResult":{
9798      "type":"structure",
9799      "members":{
9800        "ConversionTask":{
9801          "shape":"ConversionTask",
9802          "documentation":"<p>Information about the conversion task.</p>",
9803          "locationName":"conversionTask"
9804        }
9805      },
9806      "documentation":"<p>Contains the output for ImportInstance.</p>"
9807    },
9808    "ImportInstanceTaskDetails":{
9809      "type":"structure",
9810      "required":["Volumes"],
9811      "members":{
9812        "Volumes":{
9813          "shape":"ImportInstanceVolumeDetailSet",
9814          "documentation":"<p>One or more volumes.</p>",
9815          "locationName":"volumes"
9816        },
9817        "InstanceId":{
9818          "shape":"String",
9819          "documentation":"<p>The ID of the instance.</p>",
9820          "locationName":"instanceId"
9821        },
9822        "Platform":{
9823          "shape":"PlatformValues",
9824          "documentation":"<p>The instance operating system.</p>",
9825          "locationName":"platform"
9826        },
9827        "Description":{
9828          "shape":"String",
9829          "documentation":"<p>A description of the task.</p>",
9830          "locationName":"description"
9831        }
9832      },
9833      "documentation":"<p>Describes an import instance task.</p>"
9834    },
9835    "ImportInstanceVolumeDetailItem":{
9836      "type":"structure",
9837      "required":[
9838        "BytesConverted",
9839        "AvailabilityZone",
9840        "Image",
9841        "Volume",
9842        "Status"
9843      ],
9844      "members":{
9845        "BytesConverted":{
9846          "shape":"Long",
9847          "documentation":"<p>The number of bytes converted so far.</p>",
9848          "locationName":"bytesConverted"
9849        },
9850        "AvailabilityZone":{
9851          "shape":"String",
9852          "documentation":"<p>The Availability Zone where the resulting instance will reside.</p>",
9853          "locationName":"availabilityZone"
9854        },
9855        "Image":{
9856          "shape":"DiskImageDescription",
9857          "documentation":"<p>The image.</p>",
9858          "locationName":"image"
9859        },
9860        "Volume":{
9861          "shape":"DiskImageVolumeDescription",
9862          "documentation":"<p>The volume.</p>",
9863          "locationName":"volume"
9864        },
9865        "Status":{
9866          "shape":"String",
9867          "documentation":"<p>The status of the import of this particular disk image.</p>",
9868          "locationName":"status"
9869        },
9870        "StatusMessage":{
9871          "shape":"String",
9872          "documentation":"<p>The status information or errors related to the disk image.</p>",
9873          "locationName":"statusMessage"
9874        },
9875        "Description":{
9876          "shape":"String",
9877          "documentation":"<p>A description of the task.</p>",
9878          "locationName":"description"
9879        }
9880      },
9881      "documentation":"<p>Describes an import volume task.</p>"
9882    },
9883    "ImportInstanceVolumeDetailSet":{
9884      "type":"list",
9885      "member":{
9886        "shape":"ImportInstanceVolumeDetailItem",
9887        "locationName":"item"
9888      }
9889    },
9890    "ImportKeyPairRequest":{
9891      "type":"structure",
9892      "required":[
9893        "KeyName",
9894        "PublicKeyMaterial"
9895      ],
9896      "members":{
9897        "DryRun":{
9898          "shape":"Boolean",
9899          "documentation":"<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>",
9900          "locationName":"dryRun"
9901        },
9902        "KeyName":{
9903          "shape":"String",
9904          "documentation":"<p>A unique name for the key pair.</p>",
9905          "locationName":"keyName"
9906        },
9907        "PublicKeyMaterial":{
9908          "shape":"Blob",
9909          "documentation":"<p>The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you.</p>",
9910          "locationName":"publicKeyMaterial"
9911        }
9912      },
9913      "documentation":"<p>Contains the parameters for ImportKeyPair.</p>"
9914    },
9915    "ImportKeyPairResult":{
9916      "type":"structure",
9917      "members":{
9918        "KeyName":{
9919          "shape":"String",
9920          "documentation":"<p>The key pair name you provided.</p>",
9921          "locationName":"keyName"
9922        },
9923        "KeyFingerprint":{
9924          "shape":"String",
9925          "documentation":"<p>The MD5 public key fingerprint as specified in section 4 of RFC 4716.</p>",
9926          "locationName":"keyFingerprint"
9927        }
9928      },
9929      "documentation":"<p>Contains the output of ImportKeyPair.</p>"
9930    },
9931    "ImportSnapshotRequest":{
9932      "type":"structure",
9933      "members":{
9934        "DryRun":{
9935          "shape":"Boolean",
9936          "documentation":"<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>"
9937        },
9938        "Description":{
9939          "shape":"String",
9940          "documentation":"<p>The description string for the import snapshot task.</p>"
9941        },
9942        "DiskContainer":{
9943          "shape":"SnapshotDiskContainer",
9944          "documentation":"<p>Information about the disk container.</p>"
9945        },
9946        "ClientData":{
9947          "shape":"ClientData",
9948          "documentation":"<p>The client-specific data.</p>"
9949        },
9950        "ClientToken":{
9951          "shape":"String",
9952          "documentation":"<p>Token to enable idempotency for VM import requests.</p>"
9953        },
9954        "RoleName":{
9955          "shape":"String",
9956          "documentation":"<p>The name of the role to use when not using the default role, 'vmimport'.</p>"
9957        }
9958      },
9959      "documentation":"<p>Contains the parameters for ImportSnapshot.</p>"
9960    },
9961    "ImportSnapshotResult":{
9962      "type":"structure",
9963      "members":{
9964        "ImportTaskId":{
9965          "shape":"String",
9966          "documentation":"<p>The ID of the import snapshot task.</p>",
9967          "locationName":"importTaskId"
9968        },
9969        "SnapshotTaskDetail":{
9970          "shape":"SnapshotTaskDetail",
9971          "documentation":"<p>Information about the import snapshot task.</p>",
9972          "locationName":"snapshotTaskDetail"
9973        },
9974        "Description":{
9975          "shape":"String",
9976          "documentation":"<p>A description of the import snapshot task.</p>",
9977          "locationName":"description"
9978        }
9979      },
9980      "documentation":"<p>Contains the output for ImportSnapshot.</p>"
9981    },
9982    "ImportSnapshotTask":{
9983      "type":"structure",
9984      "members":{
9985        "ImportTaskId":{
9986          "shape":"String",
9987          "documentation":"<p>The ID of the import snapshot task.</p>",
9988          "locationName":"importTaskId"
9989        },
9990        "SnapshotTaskDetail":{
9991          "shape":"SnapshotTaskDetail",
9992          "documentation":"<p>Describes an import snapshot task.</p>",
9993          "locationName":"snapshotTaskDetail"
9994        },
9995        "Description":{
9996          "shape":"String",
9997          "documentation":"<p>A description of the import snapshot task.</p>",
9998          "locationName":"description"
9999        }
10000      },
10001      "documentation":"<p>Describes an import snapshot task.</p>"
10002    },
10003    "ImportSnapshotTaskList":{
10004      "type":"list",
10005      "member":{
10006        "shape":"ImportSnapshotTask",
10007        "locationName":"item"
10008      }
10009    },
10010    "ImportTaskIdList":{
10011      "type":"list",
10012      "member":{
10013        "shape":"String",
10014        "locationName":"ImportTaskId"
10015      }
10016    },
10017    "ImportVolumeRequest":{
10018      "type":"structure",
10019      "required":[
10020        "AvailabilityZone",
10021        "Image",
10022        "Volume"
10023      ],
10024      "members":{
10025        "DryRun":{
10026          "shape":"Boolean",
10027          "documentation":"<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>",
10028          "locationName":"dryRun"
10029        },
10030        "AvailabilityZone":{
10031          "shape":"String",
10032          "documentation":"<p>The Availability Zone for the resulting EBS volume.</p>",
10033          "locationName":"availabilityZone"
10034        },
10035        "Image":{
10036          "shape":"DiskImageDetail",
10037          "documentation":"<p>The disk image.</p>",
10038          "locationName":"image"
10039        },
10040        "Description":{
10041          "shape":"String",
10042          "documentation":"<p>A description of the volume.</p>",
10043          "locationName":"description"
10044        },
10045        "Volume":{
10046          "shape":"VolumeDetail",
10047          "documentation":"<p>The volume size.</p>",
10048          "locationName":"volume"
10049        }
10050      },
10051      "documentation":"<p>Contains the parameters for ImportVolume.</p>"
10052    },
10053    "ImportVolumeResult":{
10054      "type":"structure",
10055      "members":{
10056        "ConversionTask":{
10057          "shape":"ConversionTask",
10058          "documentation":"<p>Information about the conversion task.</p>",
10059          "locationName":"conversionTask"
10060        }
10061      },
10062      "documentation":"<p>Contains the output for ImportVolume.</p>"
10063    },
10064    "ImportVolumeTaskDetails":{
10065      "type":"structure",
10066      "required":[
10067        "BytesConverted",
10068        "AvailabilityZone",
10069        "Image",
10070        "Volume"
10071      ],
10072      "members":{
10073        "BytesConverted":{
10074          "shape":"Long",
10075          "documentation":"<p>The number of bytes converted so far.</p>",
10076          "locationName":"bytesConverted"
10077        },
10078        "AvailabilityZone":{
10079          "shape":"String",
10080          "documentation":"<p>The Availability Zone where the resulting volume will reside.</p>",
10081          "locationName":"availabilityZone"
10082        },
10083        "Description":{
10084          "shape":"String",
10085          "documentation":"<p>The description you provided when starting the import volume task.</p>",
10086          "locationName":"description"
10087        },
10088        "Image":{
10089          "shape":"DiskImageDescription",
10090          "documentation":"<p>The image.</p>",
10091          "locationName":"image"
10092        },
10093        "Volume":{
10094          "shape":"DiskImageVolumeDescription",
10095          "documentation":"<p>The volume.</p>",
10096          "locationName":"volume"
10097        }
10098      },
10099      "documentation":"<p>Describes an import volume task.</p>"
10100    },
10101    "Instance":{
10102      "type":"structure",
10103      "members":{
10104        "InstanceId":{
10105          "shape":"String",
10106          "documentation":"<p>The ID of the instance.</p>",
10107          "locationName":"instanceId"
10108        },
10109        "ImageId":{
10110          "shape":"String",
10111          "documentation":"<p>The ID of the AMI used to launch the instance.</p>",
10112          "locationName":"imageId"
10113        },
10114        "State":{
10115          "shape":"InstanceState",
10116          "documentation":"<p>The current state of the instance.</p>",
10117          "locationName":"instanceState"
10118        },
10119        "PrivateDnsName":{
10120          "shape":"String",
10121          "documentation":"<p>The private DNS name assigned to the instance. This DNS name can only be used inside the Amazon EC2 network. This name is not available until the instance enters the <code>running</code> state. For EC2-VPC, this name is only available if you've enabled DNS hostnames for your VPC.</p>",
10122          "locationName":"privateDnsName"
10123        },
10124        "PublicDnsName":{
10125          "shape":"String",
10126          "documentation":"<p>The public DNS name assigned to the instance. This name is not available until the instance enters the <code>running</code> state. For EC2-VPC, this name is only available if you've enabled DNS hostnames for your VPC.</p>",
10127          "locationName":"dnsName"
10128        },
10129        "StateTransitionReason":{
10130          "shape":"String",
10131          "documentation":"<p>The reason for the most recent state transition. This might be an empty string.</p>",
10132          "locationName":"reason"
10133        },
10134        "KeyName":{
10135          "shape":"String",
10136          "documentation":"<p>The name of the key pair, if this instance was launched with an associated key pair.</p>",
10137          "locationName":"keyName"
10138        },
10139        "AmiLaunchIndex":{
10140          "shape":"Integer",
10141          "documentation":"<p>The AMI launch index, which can be used to find this instance in the launch group.</p>",
10142          "locationName":"amiLaunchIndex"
10143        },
10144        "ProductCodes":{
10145          "shape":"ProductCodeList",
10146          "documentation":"<p>The product codes attached to this instance, if applicable.</p>",
10147          "locationName":"productCodes"
10148        },
10149        "InstanceType":{
10150          "shape":"InstanceType",
10151          "documentation":"<p>The instance type.</p>",
10152          "locationName":"instanceType"
10153        },
10154        "LaunchTime":{
10155          "shape":"DateTime",
10156          "documentation":"<p>The time the instance was launched.</p>",
10157          "locationName":"launchTime"
10158        },
10159        "Placement":{
10160          "shape":"Placement",
10161          "documentation":"<p>The location where the instance launched, if applicable.</p>",
10162          "locationName":"placement"
10163        },
10164        "KernelId":{
10165          "shape":"String",
10166          "documentation":"<p>The kernel associated with this instance, if applicable.</p>",
10167          "locationName":"kernelId"
10168        },
10169        "RamdiskId":{
10170          "shape":"String",
10171          "documentation":"<p>The RAM disk associated with this instance, if applicable.</p>",
10172          "locationName":"ramdiskId"
10173        },
10174        "Platform":{
10175          "shape":"PlatformValues",
10176          "documentation":"<p>The value is <code>Windows</code> for Windows instances; otherwise blank.</p>",
10177          "locationName":"platform"
10178        },
10179        "Monitoring":{
10180          "shape":"Monitoring",
10181          "documentation":"<p>The monitoring information for the instance.</p>",
10182          "locationName":"monitoring"
10183        },
10184        "SubnetId":{
10185          "shape":"String",
10186          "documentation":"<p>[EC2-VPC] The ID of the subnet in which the instance is running.</p>",
10187          "locationName":"subnetId"
10188        },
10189        "VpcId":{
10190          "shape":"String",
10191          "documentation":"<p>[EC2-VPC] The ID of the VPC in which the instance is running.</p>",
10192          "locationName":"vpcId"
10193        },
10194        "PrivateIpAddress":{
10195          "shape":"String",
10196          "documentation":"<p>The private IP address assigned to the instance.</p>",
10197          "locationName":"privateIpAddress"
10198        },
10199        "PublicIpAddress":{
10200          "shape":"String",
10201          "documentation":"<p>The public IP address assigned to the instance, if applicable.</p>",
10202          "locationName":"ipAddress"
10203        },
10204        "StateReason":{
10205          "shape":"StateReason",
10206          "documentation":"<p>The reason for the most recent state transition.</p>",
10207          "locationName":"stateReason"
10208        },
10209        "Architecture":{
10210          "shape":"ArchitectureValues",
10211          "documentation":"<p>The architecture of the image.</p>",
10212          "locationName":"architecture"
10213        },
10214        "RootDeviceType":{
10215          "shape":"DeviceType",
10216          "documentation":"<p>The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.</p>",
10217          "locationName":"rootDeviceType"
10218        },
10219        "RootDeviceName":{
10220          "shape":"String",
10221          "documentation":"<p>The root device name (for example, <code>/dev/sda1</code> or <code>/dev/xvda</code>).</p>",
10222          "locationName":"rootDeviceName"
10223        },
10224        "BlockDeviceMappings":{
10225          "shape":"InstanceBlockDeviceMappingList",
10226          "documentation":"<p>Any block device mapping entries for the instance.</p>",
10227          "locationName":"blockDeviceMapping"
10228        },
10229        "VirtualizationType":{
10230          "shape":"VirtualizationType",
10231          "documentation":"<p>The virtualization type of the instance.</p>",
10232          "locationName":"virtualizationType"
10233        },
10234        "InstanceLifecycle":{
10235          "shape":"InstanceLifecycleType",
10236          "documentation":"<p>Indicates whether this is a Spot instance or a Scheduled Instance.</p>",
10237          "locationName":"instanceLifecycle"
10238        },
10239        "SpotInstanceRequestId":{
10240          "shape":"String",
10241          "documentation":"<p>If the request is a Spot instance request, the ID of the request.</p>",
10242          "locationName":"spotInstanceRequestId"
10243        },
10244        "ClientToken":{
10245          "shape":"String",
10246          "documentation":"<p>The idempotency token you provided when you launched the instance, if applicable.</p>",
10247          "locationName":"clientToken"
10248        },
10249        "Tags":{
10250          "shape":"TagList",
10251          "documentation":"<p>Any tags assigned to the instance.</p>",
10252          "locationName":"tagSet"
10253        },
10254        "SecurityGroups":{
10255          "shape":"GroupIdentifierList",
10256          "documentation":"<p>One or more security groups for the instance.</p>",
10257          "locationName":"groupSet"
10258        },
10259        "SourceDestCheck":{
10260          "shape":"Boolean",
10261          "documentation":"<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>",
10262          "locationName":"sourceDestCheck"
10263        },
10264        "Hypervisor":{
10265          "shape":"HypervisorType",
10266          "documentation":"<p>The hypervisor type of the instance.</p>",
10267          "locationName":"hypervisor"
10268        },
10269        "NetworkInterfaces":{
10270          "shape":"InstanceNetworkInterfaceList",
10271          "documentation":"<p>[EC2-VPC] One or more network interfaces for the instance.</p>",
10272          "locationName":"networkInterfaceSet"
10273        },
10274        "IamInstanceProfile":{
10275          "shape":"IamInstanceProfile",
10276          "documentation":"<p>The IAM instance profile associated with the instance, if applicable.</p>",
10277          "locationName":"iamInstanceProfile"
10278        },
10279        "EbsOptimized":{
10280          "shape":"Boolean",
10281          "documentation":"<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>",
10282          "locationName":"ebsOptimized"
10283        },
10284        "SriovNetSupport":{
10285          "shape":"String",
10286          "documentation":"<p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>",
10287          "locationName":"sriovNetSupport"
10288        },
10289        "EnaSupport":{
10290          "shape":"Boolean",
10291          "documentation":"<p>Specifies whether enhanced networking with ENA is enabled.</p>",
10292          "locationName":"enaSupport"
10293        }
10294      },
10295      "documentation":"<p>Describes an instance.</p>"
10296    },
10297    "InstanceAttribute":{
10298      "type":"structure",
10299      "members":{
10300        "InstanceId":{
10301          "shape":"String",
10302          "documentation":"<p>The ID of the instance.</p>",
10303          "locationName":"instanceId"
10304        },
10305        "InstanceType":{
10306          "shape":"AttributeValue",
10307          "documentation":"<p>The instance type.</p>",
10308          "locationName":"instanceType"
10309        },
10310        "KernelId":{
10311          "shape":"AttributeValue",
10312          "documentation":"<p>The kernel ID.</p>",
10313          "locationName":"kernel"
10314        },
10315        "RamdiskId":{
10316          "shape":"AttributeValue",
10317          "documentation":"<p>The RAM disk ID.</p>",
10318          "locationName":"ramdisk"
10319        },
10320        "UserData":{
10321          "shape":"AttributeValue",
10322          "documentation":"<p>The user data.</p>",
10323          "locationName":"userData"
10324        },
10325        "DisableApiTermination":{
10326          "shape":"AttributeBooleanValue",
10327          "documentation":"<p>If the value is <code>true</code>, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.</p>",
10328          "locationName":"disableApiTermination"
10329        },
10330        "InstanceInitiatedShutdownBehavior":{
10331          "shape":"AttributeValue",
10332          "documentation":"<p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).</p>",
10333          "locationName":"instanceInitiatedShutdownBehavior"
10334        },
10335        "RootDeviceName":{
10336          "shape":"AttributeValue",
10337          "documentation":"<p>The name of the root device (for example, <code>/dev/sda1</code> or <code>/dev/xvda</code>).</p>",
10338          "locationName":"rootDeviceName"
10339        },
10340        "BlockDeviceMappings":{
10341          "shape":"InstanceBlockDeviceMappingList",
10342          "documentation":"<p>The block device mapping of the instance.</p>",
10343          "locationName":"blockDeviceMapping"
10344        },
10345        "ProductCodes":{
10346          "shape":"ProductCodeList",
10347          "documentation":"<p>A list of product codes.</p>",
10348          "locationName":"productCodes"
10349        },
10350        "EbsOptimized":{
10351          "shape":"AttributeBooleanValue",
10352          "documentation":"<p>Indicates whether the instance is optimized for EBS I/O.</p>",
10353          "locationName":"ebsOptimized"
10354        },
10355        "SriovNetSupport":{
10356          "shape":"AttributeValue",
10357          "documentation":"<p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>",
10358          "locationName":"sriovNetSupport"
10359        },
10360        "EnaSupport":{
10361          "shape":"AttributeBooleanValue",
10362          "documentation":"<p>Indicates whether enhanced networking with ENA is enabled.</p>",
10363          "locationName":"enaSupport"
10364        },
10365        "SourceDestCheck":{
10366          "shape":"AttributeBooleanValue",
10367          "documentation":"<p>Indicates whether source/destination checking is enabled. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. This value must be <code>false</code> for a NAT instance to perform NAT.</p>",
10368          "locationName":"sourceDestCheck"
10369        },
10370        "Groups":{
10371          "shape":"GroupIdentifierList",
10372          "documentation":"<p>The security groups associated with the instance.</p>",
10373          "locationName":"groupSet"
10374        }
10375      },
10376      "documentation":"<p>Describes an instance attribute.</p>"
10377    },
10378    "InstanceAttributeName":{
10379      "type":"string",
10380      "enum":[
10381        "instanceType",
10382        "kernel",
10383        "ramdisk",
10384        "userData",
10385        "disableApiTermination",
10386        "instanceInitiatedShutdownBehavior",
10387        "rootDeviceName",
10388        "blockDeviceMapping",
10389        "productCodes",
10390        "sourceDestCheck",
10391        "groupSet",
10392        "ebsOptimized",
10393        "sriovNetSupport",
10394        "enaSupport"
10395      ]
10396    },
10397    "InstanceBlockDeviceMapping":{
10398      "type":"structure",
10399      "members":{
10400        "DeviceName":{
10401          "shape":"String",
10402          "documentation":"<p>The device name exposed to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>",
10403          "locationName":"deviceName"
10404        },
10405        "Ebs":{
10406          "shape":"EbsInstanceBlockDevice",
10407          "documentation":"<p>Parameters used to automatically set up EBS volumes when the instance is launched.</p>",
10408          "locationName":"ebs"
10409        }
10410      },
10411      "documentation":"<p>Describes a block device mapping.</p>"
10412    },
10413    "InstanceBlockDeviceMappingList":{
10414      "type":"list",
10415      "member":{
10416        "shape":"InstanceBlockDeviceMapping",
10417        "locationName":"item"
10418      }
10419    },
10420    "InstanceBlockDeviceMappingSpecification":{
10421      "type":"structure",
10422      "members":{
10423        "DeviceName":{
10424          "shape":"String",
10425          "documentation":"<p>The device name exposed to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>",
10426          "locationName":"deviceName"
10427        },
10428        "Ebs":{
10429          "shape":"EbsInstanceBlockDeviceSpecification",
10430          "documentation":"<p>Parameters used to automatically set up EBS volumes when the instance is launched.</p>",
10431          "locationName":"ebs"
10432        },
10433        "VirtualName":{
10434          "shape":"String",
10435          "documentation":"<p>The virtual device name.</p>",
10436          "locationName":"virtualName"
10437        },
10438        "NoDevice":{
10439          "shape":"String",
10440          "documentation":"<p>suppress the specified device included in the block device mapping.</p>",
10441          "locationName":"noDevice"
10442        }
10443      },
10444      "documentation":"<p>Describes a block device mapping entry.</p>"
10445    },
10446    "InstanceBlockDeviceMappingSpecificationList":{
10447      "type":"list",
10448      "member":{
10449        "shape":"InstanceBlockDeviceMappingSpecification",
10450        "locationName":"item"
10451      }
10452    },
10453    "InstanceCapacity":{
10454      "type":"structure",
10455      "members":{
10456        "InstanceType":{
10457          "shape":"String",
10458          "documentation":"<p>The instance type size supported by the Dedicated Host.</p>",
10459          "locationName":"instanceType"
10460        },
10461        "AvailableCapacity":{
10462          "shape":"Integer",
10463          "documentation":"<p>The number of instances that can still be launched onto the Dedicated Host.</p>",
10464          "locationName":"availableCapacity"
10465        },
10466        "TotalCapacity":{
10467          "shape":"Integer",
10468          "documentation":"<p>The total number of instances that can be launched onto the Dedicated Host.</p>",
10469          "locationName":"totalCapacity"
10470        }
10471      },
10472      "documentation":"<p>Information about the instance type that the Dedicated Host supports.</p>"
10473    },
10474    "InstanceCount":{
10475      "type":"structure",
10476      "members":{
10477        "State":{
10478          "shape":"ListingState",
10479          "documentation":"<p>The states of the listed Reserved Instances.</p>",
10480          "locationName":"state"
10481        },
10482        "InstanceCount":{
10483          "shape":"Integer",
10484          "documentation":"<p>The number of listed Reserved Instances in the state specified by the <code>state</code>.</p>",
10485          "locationName":"instanceCount"
10486        }
10487      },
10488      "documentation":"<p>Describes a Reserved Instance listing state.</p>"
10489    },
10490    "InstanceCountList":{
10491      "type":"list",
10492      "member":{
10493        "shape":"InstanceCount",
10494        "locationName":"item"
10495      }
10496    },
10497    "InstanceExportDetails":{
10498      "type":"structure",
10499      "members":{
10500        "InstanceId":{
10501          "shape":"String",
10502          "documentation":"<p>The ID of the resource being exported.</p>",
10503          "locationName":"instanceId"
10504        },
10505        "TargetEnvironment":{
10506          "shape":"ExportEnvironment",
10507          "documentation":"<p>The target virtualization environment.</p>",
10508          "locationName":"targetEnvironment"
10509        }
10510      },
10511      "documentation":"<p>Describes an instance to export.</p>"
10512    },
10513    "InstanceIdSet":{
10514      "type":"list",
10515      "member":{
10516        "shape":"String",
10517        "locationName":"item"
10518      }
10519    },
10520    "InstanceIdStringList":{
10521      "type":"list",
10522      "member":{
10523        "shape":"String",
10524        "locationName":"InstanceId"
10525      }
10526    },
10527    "InstanceLifecycleType":{
10528      "type":"string",
10529      "enum":[
10530        "spot",
10531        "scheduled"
10532      ]
10533    },
10534    "InstanceList":{
10535      "type":"list",
10536      "member":{
10537        "shape":"Instance",
10538        "locationName":"item"
10539      }
10540    },
10541    "InstanceMonitoring":{
10542      "type":"structure",
10543      "members":{
10544        "InstanceId":{
10545          "shape":"String",
10546          "documentation":"<p>The ID of the instance.</p>",
10547          "locationName":"instanceId"
10548        },
10549        "Monitoring":{
10550          "shape":"Monitoring",
10551          "documentation":"<p>The monitoring information.</p>",
10552          "locationName":"monitoring"
10553        }
10554      },
10555      "documentation":"<p>Describes the monitoring information of the instance.</p>"
10556    },
10557    "InstanceMonitoringList":{
10558      "type":"list",
10559      "member":{
10560        "shape":"InstanceMonitoring",
10561        "locationName":"item"
10562      }
10563    },
10564    "InstanceNetworkInterface":{
10565      "type":"structure",
10566      "members":{
10567        "NetworkInterfaceId":{
10568          "shape":"String",
10569          "documentation":"<p>The ID of the network interface.</p>",
10570          "locationName":"networkInterfaceId"
10571        },
10572        "SubnetId":{
10573          "shape":"String",
10574          "documentation":"<p>The ID of the subnet.</p>",
10575          "locationName":"subnetId"
10576        },
10577        "VpcId":{
10578          "shape":"String",
10579          "documentation":"<p>The ID of the VPC.</p>",
10580          "locationName":"vpcId"
10581        },
10582        "Description":{
10583          "shape":"String",
10584          "documentation":"<p>The description.</p>",
10585          "locationName":"description"
10586        },
10587        "OwnerId":{
10588          "shape":"String",
10589          "documentation":"<p>The ID of the AWS account that created the network interface.</p>",
10590          "locationName":"ownerId"
10591        },
10592        "Status":{
10593          "shape":"NetworkInterfaceStatus",
10594          "documentation":"<p>The status of the network interface.</p>",
10595          "locationName":"status"
10596        },
10597        "MacAddress":{
10598          "shape":"String",
10599          "documentation":"<p>The MAC address.</p>",
10600          "locationName":"macAddress"
10601        },
10602        "PrivateIpAddress":{
10603          "shape":"String",
10604          "documentation":"<p>The IP address of the network interface within the subnet.</p>",
10605          "locationName":"privateIpAddress"
10606        },
10607        "PrivateDnsName":{
10608          "shape":"String",
10609          "documentation":"<p>The private DNS name.</p>",
10610          "locationName":"privateDnsName"
10611        },
10612        "SourceDestCheck":{
10613          "shape":"Boolean",
10614          "documentation":"<p>Indicates whether to validate network traffic to or from this network interface.</p>",
10615          "locationName":"sourceDestCheck"
10616        },
10617        "Groups":{
10618          "shape":"GroupIdentifierList",
10619          "documentation":"<p>One or more security groups.</p>",
10620          "locationName":"groupSet"
10621        },
10622        "Attachment":{
10623          "shape":"InstanceNetworkInterfaceAttachment",
10624          "documentation":"<p>The network interface attachment.</p>",
10625          "locationName":"attachment"
10626        },
10627        "Association":{
10628          "shape":"InstanceNetworkInterfaceAssociation",
10629          "documentation":"<p>The association information for an Elastic IP associated with the network interface.</p>",
10630          "locationName":"association"
10631        },
10632        "PrivateIpAddresses":{
10633          "shape":"InstancePrivateIpAddressList",
10634          "documentation":"<p>The private IP addresses associated with the network interface.</p>",
10635          "locationName":"privateIpAddressesSet"
10636        }
10637      },
10638      "documentation":"<p>Describes a network interface.</p>"
10639    },
10640    "InstanceNetworkInterfaceAssociation":{
10641      "type":"structure",
10642      "members":{
10643        "PublicIp":{
10644          "shape":"String",
10645          "documentation":"<p>The public IP address or Elastic IP address bound to the network interface.</p>",
10646          "locationName":"publicIp"
10647        },
10648        "PublicDnsName":{
10649          "shape":"String",
10650          "documentation":"<p>The public DNS name.</p>",
10651          "locationName":"publicDnsName"
10652        },
10653        "IpOwnerId":{
10654          "shape":"String",
10655          "documentation":"<p>The ID of the owner of the Elastic IP address.</p>",
10656          "locationName":"ipOwnerId"
10657        }
10658      },
10659      "documentation":"<p>Describes association information for an Elastic IP address.</p>"
10660    },
10661    "InstanceNetworkInterfaceAttachment":{
10662      "type":"structure",
10663      "members":{
10664        "AttachmentId":{
10665          "shape":"String",
10666          "documentation":"<p>The ID of the network interface attachment.</p>",
10667          "locationName":"attachmentId"
10668        },
10669        "DeviceIndex":{
10670          "shape":"Integer",
10671          "documentation":"<p>The index of the device on the instance for the network interface attachment.</p>",
10672          "locationName":"deviceIndex"
10673        },
10674        "Status":{
10675          "shape":"AttachmentStatus",
10676          "documentation":"<p>The attachment state.</p>",
10677          "locationName":"status"
10678        },
10679        "AttachTime":{
10680          "shape":"DateTime",
10681          "documentation":"<p>The time stamp when the attachment initiated.</p>",
10682          "locationName":"attachTime"
10683        },
10684        "DeleteOnTermination":{
10685          "shape":"Boolean",
10686          "documentation":"<p>Indicates whether the network interface is deleted when the instance is terminated.</p>",
10687          "locationName":"deleteOnTermination"
10688        }
10689      },
10690      "documentation":"<p>Describes a network interface attachment.</p>"
10691    },
10692    "InstanceNetworkInterfaceList":{
10693      "type":"list",
10694      "member":{
10695        "shape":"InstanceNetworkInterface",
10696        "locationName":"item"
10697      }
10698    },
10699    "InstanceNetworkInterfaceSpecification":{
10700      "type":"structure",
10701      "members":{
10702        "NetworkInterfaceId":{
10703          "shape":"String",
10704          "documentation":"<p>The ID of the network interface.</p>",
10705          "locationName":"networkInterfaceId"
10706        },
10707        "DeviceIndex":{
10708          "shape":"Integer",
10709          "documentation":"<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>",
10710          "locationName":"deviceIndex"
10711        },
10712        "SubnetId":{
10713          "shape":"String",
10714          "documentation":"<p>The ID of the subnet associated with the network string. Applies only if creating a network interface when launching an instance.</p>",
10715          "locationName":"subnetId"
10716        },
10717        "Description":{
10718          "shape":"String",
10719          "documentation":"<p>The description of the network interface. Applies only if creating a network interface when launching an instance.</p>",
10720          "locationName":"description"
10721        },
10722        "PrivateIpAddress":{
10723          "shape":"String",
10724          "documentation":"<p>The private IP address of the network interface. Applies only if creating a network interface when launching an instance. You cannot specify this option if you're launching more than one instance in a <a>RunInstances</a> request.</p>",
10725          "locationName":"privateIpAddress"
10726        },
10727        "Groups":{
10728          "shape":"SecurityGroupIdStringList",
10729          "documentation":"<p>The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.</p>",
10730          "locationName":"SecurityGroupId"
10731        },
10732        "DeleteOnTermination":{
10733          "shape":"Boolean",
10734          "documentation":"<p>If set to <code>true</code>, the interface is deleted when the instance is terminated. You can specify <code>true</code> only if creating a new network interface when launching an instance.</p>",
10735          "locationName":"deleteOnTermination"
10736        },
10737        "PrivateIpAddresses":{
10738          "shape":"PrivateIpAddressSpecificationList",
10739          "documentation":"<p>One or more private IP addresses to assign to the network interface. Only one private IP address can be designated as primary. You cannot specify this option if you're launching more than one instance in a <a>RunInstances</a> request.</p>",
10740          "locationName":"privateIpAddressesSet",
10741          "queryName":"PrivateIpAddresses"
10742        },
10743        "SecondaryPrivateIpAddressCount":{
10744          "shape":"Integer",
10745          "documentation":"<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. You cannot specify this option if you're launching more than one instance in a <a>RunInstances</a> request.</p>",
10746          "locationName":"secondaryPrivateIpAddressCount"
10747        },
10748        "AssociatePublicIpAddress":{
10749          "shape":"Boolean",
10750          "documentation":"<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>",
10751          "locationName":"associatePublicIpAddress"
10752        }
10753      },
10754      "documentation":"<p>Describes a network interface.</p>"
10755    },
10756    "InstanceNetworkInterfaceSpecificationList":{
10757      "type":"list",
10758      "member":{
10759        "shape":"InstanceNetworkInterfaceSpecification",
10760        "locationName":"item"
10761      }
10762    },
10763    "InstancePrivateIpAddress":{
10764      "type":"structure",
10765      "members":{
10766        "PrivateIpAddress":{
10767          "shape":"String",
10768          "documentation":"<p>The private IP address of the network interface.</p>",
10769          "locationName":"privateIpAddress"
10770        },
10771        "PrivateDnsName":{
10772          "shape":"String",
10773          "documentation":"<p>The private DNS name.</p>",
10774          "locationName":"privateDnsName"
10775        },
10776        "Primary":{
10777          "shape":"Boolean",
10778          "documentation":"<p>Indicates whether this IP address is the primary private IP address of the network interface.</p>",
10779          "locationName":"primary"
10780        },
10781        "Association":{
10782          "shape":"InstanceNetworkInterfaceAssociation",
10783          "documentation":"<p>The association information for an Elastic IP address for the network interface.</p>",
10784          "locationName":"association"
10785        }
10786      },
10787      "documentation":"<p>Describes a private IP address.</p>"
10788    },
10789    "InstancePrivateIpAddressList":{
10790      "type":"list",
10791      "member":{
10792        "shape":"InstancePrivateIpAddress",
10793        "locationName":"item"
10794      }
10795    },
10796    "InstanceState":{
10797      "type":"structure",
10798      "members":{
10799        "Code":{
10800          "shape":"Integer",
10801          "documentation":"<p>The low byte represents the state. The high byte is an opaque internal value and should be ignored.</p> <ul> <li> <p> <code>0</code> : <code>pending</code> </p> </li> <li> <p> <code>16</code> : <code>running</code> </p> </li> <li> <p> <code>32</code> : <code>shutting-down</code> </p> </li> <li> <p> <code>48</code> : <code>terminated</code> </p> </li> <li> <p> <code>64</code> : <code>stopping</code> </p> </li> <li> <p> <code>80</code> : <code>stopped</code> </p> </li> </ul>",
10802          "locationName":"code"
10803        },
10804        "Name":{
10805          "shape":"InstanceStateName",
10806          "documentation":"<p>The current state of the instance.</p>",
10807          "locationName":"name"
10808        }
10809      },
10810      "documentation":"<p>Describes the current state of the instance.</p>"
10811    },
10812    "InstanceStateChange":{
10813      "type":"structure",
10814      "members":{
10815        "InstanceId":{
10816          "shape":"String",
10817          "documentation":"<p>The ID of the instance.</p>",
10818          "locationName":"instanceId"
10819        },
10820        "CurrentState":{
10821          "shape":"InstanceState",
10822          "documentation":"<p>The current state of the instance.</p>",
10823          "locationName":"currentState"
10824        },
10825        "PreviousState":{
10826          "shape":"InstanceState",
10827          "documentation":"<p>The previous state of the instance.</p>",
10828          "locationName":"previousState"
10829        }
10830      },
10831      "documentation":"<p>Describes an instance state change.</p>"
10832    },
10833    "InstanceStateChangeList":{
10834      "type":"list",
10835      "member":{
10836        "shape":"InstanceStateChange",
10837        "locationName":"item"
10838      }
10839    },
10840    "InstanceStateName":{
10841      "type":"string",
10842      "enum":[
10843        "pending",
10844        "running",
10845        "shutting-down",
10846        "terminated",
10847        "stopping",
10848        "stopped"
10849      ]
10850    },
10851    "InstanceStatus":{
10852      "type":"structure",
10853      "members":{
10854        "InstanceId":{
10855          "shape":"String",
10856          "documentation":"<p>The ID of the instance.</p>",
10857          "locationName":"instanceId"
10858        },
10859        "AvailabilityZone":{
10860          "shape":"String",
10861          "documentation":"<p>The Availability Zone of the instance.</p>",
10862          "locationName":"availabilityZone"
10863        },
10864        "Events":{
10865          "shape":"InstanceStatusEventList",
10866          "documentation":"<p>Any scheduled events associated with the instance.</p>",
10867          "locationName":"eventsSet"
10868        },
10869        "InstanceState":{
10870          "shape":"InstanceState",
10871          "documentation":"<p>The intended state of the instance. <a>DescribeInstanceStatus</a> requires that an instance be in the <code>running</code> state.</p>",
10872          "locationName":"instanceState"
10873        },
10874        "SystemStatus":{
10875          "shape":"InstanceStatusSummary",
10876          "documentation":"<p>Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.</p>",
10877          "locationName":"systemStatus"
10878        },
10879        "InstanceStatus":{
10880          "shape":"InstanceStatusSummary",
10881          "documentation":"<p>Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.</p>",
10882          "locationName":"instanceStatus"
10883        }
10884      },
10885      "documentation":"<p>Describes the status of an instance.</p>"
10886    },
10887    "InstanceStatusDetails":{
10888      "type":"structure",
10889      "members":{
10890        "Name":{
10891          "shape":"StatusName",
10892          "documentation":"<p>The type of instance status.</p>",
10893          "locationName":"name"
10894        },
10895        "Status":{
10896          "shape":"StatusType",
10897          "documentation":"<p>The status.</p>",
10898          "locationName":"status"
10899        },
10900        "ImpairedSince":{
10901          "shape":"DateTime",
10902          "documentation":"<p>The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.</p>",
10903          "locationName":"impairedSince"
10904        }
10905      },
10906      "documentation":"<p>Describes the instance status.</p>"
10907    },
10908    "InstanceStatusDetailsList":{
10909      "type":"list",
10910      "member":{
10911        "shape":"InstanceStatusDetails",
10912        "locationName":"item"
10913      }
10914    },
10915    "InstanceStatusEvent":{
10916      "type":"structure",
10917      "members":{
10918        "Code":{
10919          "shape":"EventCode",
10920          "documentation":"<p>The event code.</p>",
10921          "locationName":"code"
10922        },
10923        "Description":{
10924          "shape":"String",
10925          "documentation":"<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>",
10926          "locationName":"description"
10927        },
10928        "NotBefore":{
10929          "shape":"DateTime",
10930          "documentation":"<p>The earliest scheduled start time for the event.</p>",
10931          "locationName":"notBefore"
10932        },
10933        "NotAfter":{
10934          "shape":"DateTime",
10935          "documentation":"<p>The latest scheduled end time for the event.</p>",
10936          "locationName":"notAfter"
10937        }
10938      },
10939      "documentation":"<p>Describes a scheduled event for an instance.</p>"
10940    },
10941    "InstanceStatusEventList":{
10942      "type":"list",
10943      "member":{
10944        "shape":"InstanceStatusEvent",
10945        "locationName":"item"
10946      }
10947    },
10948    "InstanceStatusList":{
10949      "type":"list",
10950      "member":{
10951        "shape":"InstanceStatus",
10952        "locationName":"item"
10953      }
10954    },
10955    "InstanceStatusSummary":{
10956      "type":"structure",
10957      "members":{
10958        "Status":{
10959          "shape":"SummaryStatus",
10960          "documentation":"<p>The status.</p>",
10961          "locationName":"status"
10962        },
10963        "Details":{
10964          "shape":"InstanceStatusDetailsList",
10965          "documentation":"<p>The system instance health or application instance health.</p>",
10966          "locationName":"details"
10967        }
10968      },
10969      "documentation":"<p>Describes the status of an instance.</p>"
10970    },
10971    "InstanceType":{
10972      "type":"string",
10973      "enum":[
10974        "t1.micro",
10975        "t2.nano",
10976        "t2.micro",
10977        "t2.small",
10978        "t2.medium",
10979        "t2.large",
10980        "m1.small",
10981        "m1.medium",
10982        "m1.large",
10983        "m1.xlarge",
10984        "m3.medium",
10985        "m3.large",
10986        "m3.xlarge",
10987        "m3.2xlarge",
10988        "m4.large",
10989        "m4.xlarge",
10990        "m4.2xlarge",
10991        "m4.4xlarge",
10992        "m4.10xlarge",
10993        "m4.16xlarge",
10994        "m2.xlarge",
10995        "m2.2xlarge",
10996        "m2.4xlarge",
10997        "cr1.8xlarge",
10998        "r3.large",
10999        "r3.xlarge",
11000        "r3.2xlarge",
11001        "r3.4xlarge",
11002        "r3.8xlarge",
11003        "x1.16xlarge",
11004        "x1.32xlarge",
11005        "i2.xlarge",
11006        "i2.2xlarge",
11007        "i2.4xlarge",
11008        "i2.8xlarge",
11009        "hi1.4xlarge",
11010        "hs1.8xlarge",
11011        "c1.medium",
11012        "c1.xlarge",
11013        "c3.large",
11014        "c3.xlarge",
11015        "c3.2xlarge",
11016        "c3.4xlarge",
11017        "c3.8xlarge",
11018        "c4.large",
11019        "c4.xlarge",
11020        "c4.2xlarge",
11021        "c4.4xlarge",
11022        "c4.8xlarge",
11023        "cc1.4xlarge",
11024        "cc2.8xlarge",
11025        "g2.2xlarge",
11026        "g2.8xlarge",
11027        "cg1.4xlarge",
11028        "p2.xlarge",
11029        "p2.8xlarge",
11030        "p2.16xlarge",
11031        "d2.xlarge",
11032        "d2.2xlarge",
11033        "d2.4xlarge",
11034        "d2.8xlarge"
11035      ]
11036    },
11037    "InstanceTypeList":{
11038      "type":"list",
11039      "member":{"shape":"InstanceType"}
11040    },
11041    "Integer":{"type":"integer"},
11042    "InternetGateway":{
11043      "type":"structure",
11044      "members":{
11045        "InternetGatewayId":{
11046          "shape":"String",
11047          "documentation":"<p>The ID of the Internet gateway.</p>",
11048          "locationName":"internetGatewayId"
11049        },
11050        "Attachments":{
11051          "shape":"InternetGatewayAttachmentList",
11052          "documentation":"<p>Any VPCs attached to the Internet gateway.</p>",
11053          "locationName":"attachmentSet"
11054        },
11055        "Tags":{
11056          "shape":"TagList",
11057          "documentation":"<p>Any tags assigned to the Internet gateway.</p>",
11058          "locationName":"tagSet"
11059        }
11060      },
11061      "documentation":"<p>Describes an Internet gateway.</p>"
11062    },
11063    "InternetGatewayAttachment":{
11064      "type":"structure",
11065      "members":{
11066        "VpcId":{
11067          "shape":"String",
11068          "documentation":"<p>The ID of the VPC.</p>",
11069          "locationName":"vpcId"
11070        },
11071        "State":{
11072          "shape":"AttachmentStatus",
11073          "documentation":"<p>The current state of the attachment.</p>",
11074          "locationName":"state"
11075        }
11076      },
11077      "documentation":"<p>Describes the attachment of a VPC to an Internet gateway.</p>"
11078    },
11079    "InternetGatewayAttachmentList":{
11080      "type":"list",
11081      "member":{
11082        "shape":"InternetGatewayAttachment",
11083        "locationName":"item"
11084      }
11085    },
11086    "InternetGatewayList":{
11087      "type":"list",
11088      "member":{
11089        "shape":"InternetGateway",
11090        "locationName":"item"
11091      }
11092    },
11093    "IpPermission":{
11094      "type":"structure",
11095      "members":{
11096        "IpProtocol":{
11097          "shape":"String",
11098          "documentation":"<p>The IP protocol name (for <code>tcp</code>, <code>udp</code>, and <code>icmp</code>) or number (see <a href=\"http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml\">Protocol Numbers</a>). </p> <p>[EC2-VPC only] When you authorize or revoke security group rules, you can use <code>-1</code> to specify all.</p>",
11099          "locationName":"ipProtocol"
11100        },
11101        "FromPort":{
11102          "shape":"Integer",
11103          "documentation":"<p>The start of port range for the TCP and UDP protocols, or an ICMP type number. A value of <code>-1</code> indicates all ICMP types.</p>",
11104          "locationName":"fromPort"
11105        },
11106        "ToPort":{
11107          "shape":"Integer",
11108          "documentation":"<p>The end of port range for the TCP and UDP protocols, or an ICMP code. A value of <code>-1</code> indicates all ICMP codes for the specified ICMP type.</p>",
11109          "locationName":"toPort"
11110        },
11111        "UserIdGroupPairs":{
11112          "shape":"UserIdGroupPairList",
11113          "documentation":"<p>One or more security group and AWS account ID pairs.</p>",
11114          "locationName":"groups"
11115        },
11116        "IpRanges":{
11117          "shape":"IpRangeList",
11118          "documentation":"<p>One or more IP ranges.</p>",
11119          "locationName":"ipRanges"
11120        },
11121        "PrefixListIds":{
11122          "shape":"PrefixListIdList",
11123          "documentation":"<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>",
11124          "locationName":"prefixListIds"
11125        }
11126      },
11127      "documentation":"<p>Describes a security group rule.</p>"
11128    },
11129    "IpPermissionList":{
11130      "type":"list",
11131      "member":{
11132        "shape":"IpPermission",
11133        "locationName":"item"
11134      }
11135    },
11136    "IpRange":{
11137      "type":"structure",
11138      "members":{
11139        "CidrIp":{
11140          "shape":"String",
11141          "documentation":"<p>The CIDR range. You can either specify a CIDR range or a source security group, not both.</p>",
11142          "locationName":"cidrIp"
11143        }
11144      },
11145      "documentation":"<p>Describes an IP range.</p>"
11146    },
11147    "IpRangeList":{
11148      "type":"list",
11149      "member":{
11150        "shape":"IpRange",
11151        "locationName":"item"
11152      }
11153    },
11154    "IpRanges":{
11155      "type":"list",
11156      "member":{
11157        "shape":"String",
11158        "locationName":"item"
11159      }
11160    },
11161    "KeyNameStringList":{
11162      "type":"list",
11163      "member":{
11164        "shape":"String",
11165        "locationName":"KeyName"
11166      }
11167    },
11168    "KeyPair":{
11169      "type":"structure",
11170      "members":{
11171        "KeyName":{
11172          "shape":"String",
11173          "documentation":"<p>The name of the key pair.</p>",
11174          "locationName":"keyName"
11175        },
11176        "KeyFingerprint":{
11177          "shape":"String",
11178          "documentation":"<p>The SHA-1 digest of the DER encoded private key.</p>",
11179          "locationName":"keyFingerprint"
11180        },
11181        "KeyMaterial":{
11182          "shape":"String",
11183          "documentation":"<p>An unencrypted PEM encoded RSA private key.</p>",
11184          "locationName":"keyMaterial"
11185        }
11186      },
11187      "documentation":"<p>Describes a key pair.</p>"
11188    },
11189    "KeyPairInfo":{
11190      "type":"structure",
11191      "members":{
11192        "KeyName":{
11193          "shape":"String",
11194          "documentation":"<p>The name of the key pair.</p>",
11195          "locationName":"keyName"
11196        },
11197        "KeyFingerprint":{
11198          "shape":"String",
11199          "documentation":"<p>If you used <a>CreateKeyPair</a> to create the key pair, this is the SHA-1 digest of the DER encoded private key. If you used <a>ImportKeyPair</a> to provide AWS the public key, this is the MD5 public key fingerprint as specified in section 4 of RFC4716.</p>",
11200          "locationName":"keyFingerprint"
11201        }
11202      },
11203      "documentation":"<p>Describes a key pair.</p>"
11204    },
11205    "KeyPairList":{
11206      "type":"list",
11207      "member":{
11208        "shape":"KeyPairInfo",
11209        "locationName":"item"
11210      }
11211    },
11212    "LaunchPermission":{
11213      "type":"structure",
11214      "members":{
11215        "UserId":{
11216          "shape":"String",
11217          "documentation":"<p>The AWS account ID.</p>",
11218          "locationName":"userId"
11219        },
11220        "Group":{
11221          "shape":"PermissionGroup",
11222          "documentation":"<p>The name of the group.</p>",
11223          "locationName":"group"
11224        }
11225      },
11226      "documentation":"<p>Describes a launch permission.</p>"
11227    },
11228    "LaunchPermissionList":{
11229      "type":"list",
11230      "member":{
11231        "shape":"LaunchPermission",
11232        "locationName":"item"
11233      }
11234    },
11235    "LaunchPermissionModifications":{
11236      "type":"structure",
11237      "members":{
11238        "Add":{
11239          "shape":"LaunchPermissionList",
11240          "documentation":"<p>The AWS account ID to add to the list of launch permissions for the AMI.</p>"
11241        },
11242        "Remove":{
11243          "shape":"LaunchPermissionList",
11244          "documentation":"<p>The AWS account ID to remove from the list of launch permissions for the AMI.</p>"
11245        }
11246      },
11247      "documentation":"<p>Describes a launch permission modification.</p>"
11248    },
11249    "LaunchSpecification":{
11250      "type":"structure",
11251      "members":{
11252        "ImageId":{
11253          "shape":"String",
11254          "documentation":"<p>The ID of the AMI.</p>",
11255          "locationName":"imageId"
11256        },
11257        "KeyName":{
11258          "shape":"String",
11259          "documentation":"<p>The name of the key pair.</p>",
11260          "locationName":"keyName"
11261        },
11262        "SecurityGroups":{
11263          "shape":"GroupIdentifierList",
11264          "documentation":"<p>One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups.</p>",
11265          "locationName":"groupSet"
11266        },
11267        "UserData":{
11268          "shape":"String",
11269          "documentation":"<p>The user data to make available to the instances. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>",
11270          "locationName":"userData"
11271        },
11272        "AddressingType":{
11273          "shape":"String",
11274          "documentation":"<p>Deprecated.</p>",
11275          "locationName":"addressingType"
11276        },
11277        "InstanceType":{
11278          "shape":"InstanceType",
11279          "documentation":"<p>The instance type.</p>",
11280          "locationName":"instanceType"
11281        },
11282        "Placement":{
11283          "shape":"SpotPlacement",
11284          "documentation":"<p>The placement information for the instance.</p>",
11285          "locationName":"placement"
11286        },
11287        "KernelId":{
11288          "shape":"String",
11289          "documentation":"<p>The ID of the kernel.</p>",
11290          "locationName":"kernelId"
11291        },
11292        "RamdiskId":{
11293          "shape":"String",
11294          "documentation":"<p>The ID of the RAM disk.</p>",
11295          "locationName":"ramdiskId"
11296        },
11297        "BlockDeviceMappings":{
11298          "shape":"BlockDeviceMappingList",
11299          "documentation":"<p>One or more block device mapping entries.</p> <p>Although you can specify encrypted EBS volumes in this block device mapping for your Spot Instances, these volumes are not encrypted.</p>",
11300          "locationName":"blockDeviceMapping"
11301        },
11302        "SubnetId":{
11303          "shape":"String",
11304          "documentation":"<p>The ID of the subnet in which to launch the instance.</p>",
11305          "locationName":"subnetId"
11306        },
11307        "NetworkInterfaces":{
11308          "shape":"InstanceNetworkInterfaceSpecificationList",
11309          "documentation":"<p>One or more network interfaces.</p>",
11310          "locationName":"networkInterfaceSet"
11311        },
11312        "IamInstanceProfile":{
11313          "shape":"IamInstanceProfileSpecification",
11314          "documentation":"<p>The IAM instance profile.</p>",
11315          "locationName":"iamInstanceProfile"
11316        },
11317        "EbsOptimized":{
11318          "shape":"Boolean",
11319          "documentation":"<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>",
11320          "locationName":"ebsOptimized"
11321        },
11322        "Monitoring":{
11323          "shape":"RunInstancesMonitoringEnabled",
11324          "locationName":"monitoring"
11325        }
11326      },
11327      "documentation":"<p>Describes the launch specification for an instance.</p>"
11328    },
11329    "LaunchSpecsList":{
11330      "type":"list",
11331      "member":{
11332        "shape":"SpotFleetLaunchSpecification",
11333        "locationName":"item"
11334      },
11335      "min":1
11336    },
11337    "ListingState":{
11338      "type":"string",
11339      "enum":[
11340        "available",
11341        "sold",
11342        "cancelled",
11343        "pending"
11344      ]
11345    },
11346    "ListingStatus":{
11347      "type":"string",
11348      "enum":[
11349        "active",
11350        "pending",
11351        "cancelled",
11352        "closed"
11353      ]
11354    },
11355    "Long":{"type":"long"},
11356    "MaxResults":{
11357      "type":"integer",
11358      "max":255,
11359      "min":5
11360    },
11361    "ModifyHostsRequest":{
11362      "type":"structure",
11363      "required":[
11364        "HostIds",
11365        "AutoPlacement"
11366      ],
11367      "members":{
11368        "HostIds":{
11369          "shape":"RequestHostIdList",
11370          "documentation":"<p>The host IDs of the Dedicated Hosts you want to modify.</p>",
11371          "locationName":"hostId"
11372        },
11373        "AutoPlacement":{
11374          "shape":"AutoPlacement",
11375          "documentation":"<p>Specify whether to enable or disable auto-placement.</p>",
11376          "locationName":"autoPlacement"
11377        }
11378      },
11379      "documentation":"<p>Contains the parameters for ModifyHosts.</p>"
11380    },
11381    "ModifyHostsResult":{
11382      "type":"structure",
11383      "members":{
11384        "Successful":{
11385          "shape":"ResponseHostIdList",
11386          "documentation":"<p>The IDs of the Dedicated Hosts that were successfully modified.</p>",
11387          "locationName":"successful"
11388        },
11389        "Unsuccessful":{
11390          "shape":"UnsuccessfulItemList",
11391          "documentation":"<p>The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.</p>",
11392          "locationName":"unsuccessful"
11393        }
11394      },
11395      "documentation":"<p>Contains the output of ModifyHosts.</p>"
11396    },
11397    "ModifyIdFormatRequest":{
11398      "type":"structure",
11399      "required":[
11400        "Resource",
11401        "UseLongIds"
11402      ],
11403      "members":{
11404        "Resource":{
11405          "shape":"String",
11406          "documentation":"<p>The type of resource: <code>instance</code> | <code>reservation</code> | <code>snapshot</code> | <code>volume</code> </p>"
11407        },
11408        "UseLongIds":{
11409          "shape":"Boolean",
11410          "documentation":"<p>Indicate whether the resource should use longer IDs (17-character IDs).</p>"
11411        }
11412      },
11413      "documentation":"<p>Contains the parameters of ModifyIdFormat.</p>"
11414    },
11415    "ModifyIdentityIdFormatRequest":{
11416      "type":"structure",
11417      "required":[
11418        "Resource",
11419        "UseLongIds",
11420        "PrincipalArn"
11421      ],
11422      "members":{
11423        "Resource":{
11424          "shape":"String",
11425          "documentation":"<p>The type of resource: <code>instance</code> | <code>reservation</code> | <code>snapshot</code> | <code>volume</code> </p>",
11426          "locationName":"resource"
11427        },
11428        "UseLongIds":{
11429          "shape":"Boolean",
11430          "documentation":"<p>Indicates whether the resource should use longer IDs (17-character IDs)</p>",
11431          "locationName":"useLongIds"
11432        },
11433        "PrincipalArn":{
11434          "shape":"String",
11435          "documentation":"<p>The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify <code>all</code> to modify the ID format for all IAM users, IAM roles, and the root user of the account.</p>",
11436          "locationName":"principalArn"
11437        }
11438      },
11439      "documentation":"<p>Contains the parameters of ModifyIdentityIdFormat.</p>"
11440    },
11441    "ModifyImageAttributeRequest":{
11442      "type":"structure",
11443      "required":["ImageId"],
11444      "members":{
11445        "DryRun":{
11446          "shape":"Boolean",
11447          "documentation":"<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>",
11448          "locationName":"dryRun"
11449        },
11450        "ImageId":{
11451          "shape":"String",
11452          "documentation":"<p>The ID of the AMI.</p>"
11453        },
11454        "Attribute":{
11455          "shape":"String",
11456          "documentation":"<p>The name of the attribute to modify.</p>"
11457        },
11458        "OperationType":{
11459          "shape":"OperationType",
11460          "documentation":"<p>The operation type.</p>"
11461        },
11462        "UserIds":{
11463          "shape":"UserIdStringList",
11464          "documentation":"<p>One or more AWS account IDs. This is only valid when modifying the <code>launchPermission</code> attribute.</p>",
11465          "locationName":"UserId"
11466        },
11467        "UserGroups":{
11468          "shape":"UserGroupStringList",
11469          "documentation":"<p>One or more user groups. This is only valid when modifying the <code>launchPermission</code> attribute.</p>",
11470          "locationName":"UserGroup"
11471        },
11472        "ProductCodes":{
11473          "shape":"ProductCodeStringList",
11474          "documentation":"<p>One or more product codes. After you add a product code to an AMI, it can't be removed. This is only valid when modifying the <code>productCodes</code> attribute.</p>",
11475          "locationName":"ProductCode"
11476        },
11477        "Value":{
11478          "shape":"String",
11479          "documentation":"<p>The value of the attribute being modified. This is only valid when modifying the <code>description</code> attribute.</p>"
11480        },
11481        "LaunchPermission":{
11482          "shape":"LaunchPermissionModifications",
11483          "documentation":"<p>A launch permission modification.</p>"
11484        },
11485        "Description":{
11486          "shape":"AttributeValue",
11487          "documentation":"<p>A description for the AMI.</p>"
11488        }
11489      },
11490      "documentation":"<p>Contains the parameters for ModifyImageAttribute.</p>"
11491    },
11492    "ModifyInstanceAttributeRequest":{
11493      "type":"structure",
11494      "required":["InstanceId"],
11495      "members":{
11496        "DryRun":{
11497          "shape":"Boolean",
11498          "documentation":"<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>",
11499          "locationName":"dryRun"
11500        },
11501        "InstanceId":{
11502          "shape":"String",
11503          "documentation":"<p>The ID of the instance.</p>",
11504          "locationName":"instanceId"
11505        },
11506        "Attribute":{
11507          "shape":"InstanceAttributeName",
11508          "documentation":"<p>The name of the attribute.</p>",
11509          "locationName":"attribute"
11510        },
11511        "Value":{
11512          "shape":"String",
11513          "documentation":"<p>A new value for the attribute. Use only with the <code>kernel</code>, <code>ramdisk</code>, <code>userData</code>, <code>disableApiTermination</code>, or <code>instanceInitiatedShutdownBehavior</code> attribute.</p>",
11514          "locationName":"value"
11515        },
11516        "BlockDeviceMappings":{
11517          "shape":"InstanceBlockDeviceMappingSpecificationList",
11518          "documentation":"<p>Modifies the <code>DeleteOnTermination</code> attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for <code>DeleteOnTermination</code>, the default is <code>true</code> and the volume is deleted when the instance is terminated.</p> <p>To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM\">Updating the Block Device Mapping when Launching an Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
11519          "locationName":"blockDeviceMapping"
11520        },
11521        "SourceDestCheck":{
11522          "shape":"AttributeBooleanValue",
11523          "documentation":"<p>Specifies whether source/destination checking is enabled. A value of <code>true</code> means that checking is enabled, and <code>false</code> means checking is disabled. This value must be <code>false</code> for a NAT instance to perform NAT.</p>"
11524        },
11525        "DisableApiTermination":{
11526          "shape":"AttributeBooleanValue",
11527          "documentation":"<p>If the value is <code>true</code>, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this paramater for Spot Instances.</p>",
11528          "locationName":"disableApiTermination"
11529        },
11530        "InstanceType":{
11531          "shape":"AttributeValue",
11532          "documentation":"<p>Changes the instance type to the specified value. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance Types</a>. If the instance type is not valid, the error returned is <code>InvalidInstanceAttributeValue</code>.</p>",
11533          "locationName":"instanceType"
11534        },
11535        "Kernel":{
11536          "shape":"AttributeValue",
11537          "documentation":"<p>Changes the instance's kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html\">PV-GRUB</a>.</p>",
11538          "locationName":"kernel"
11539        },
11540        "Ramdisk":{
11541          "shape":"AttributeValue",
11542          "documentation":"<p>Changes the instance's RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html\">PV-GRUB</a>.</p>",
11543          "locationName":"ramdisk"
11544        },
11545        "UserData":{
11546          "shape":"BlobAttributeValue",
11547          "documentation":"<p>Changes the instance's user data to the specified value. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>",
11548          "locationName":"userData"
11549        },
11550        "InstanceInitiatedShutdownBehavior":{
11551          "shape":"AttributeValue",
11552          "documentation":"<p>Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).</p>",
11553          "locationName":"instanceInitiatedShutdownBehavior"
11554        },
11555        "Groups":{
11556          "shape":"GroupIdStringList",
11557          "documentation":"<p>[EC2-VPC] Changes the security groups of the instance. You must specify at least one security group, even if it's just the default security group for the VPC. You must specify the security group ID, not the security group name.</p>",
11558          "locationName":"GroupId"
11559        },
11560        "EbsOptimized":{
11561          "shape":"AttributeBooleanValue",
11562          "documentation":"<p>Specifies whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p>",
11563          "locationName":"ebsOptimized"
11564        },
11565        "SriovNetSupport":{
11566          "shape":"AttributeValue",
11567          "documentation":"<p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.</p> <p>There is no way to disable enhanced networking with the Intel 82599 Virtual Function interface at this time.</p> <p>This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.</p>",
11568          "locationName":"sriovNetSupport"
11569        },
11570        "EnaSupport":{
11571          "shape":"AttributeBooleanValue",
11572          "documentation":"<p>Set to <code>true</code> to enable enhanced networking with ENA for the instance.</p> <p>This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.</p>",
11573          "locationName":"enaSupport"
11574        }
11575      },
11576      "documentation":"<p>Contains the parameters for ModifyInstanceAttribute.</p>"
11577    },
11578    "ModifyInstancePlacementRequest":{
11579      "type":"structure",
11580      "required":["InstanceId"],
11581      "members":{
11582        "InstanceId":{
11583          "shape":"String",
11584          "documentation":"<p>The ID of the instance that you are modifying.</p>",
11585          "locationName":"instanceId"
11586        },
11587        "Tenancy":{
11588          "shape":"HostTenancy",
11589          "documentation":"<p>The tenancy of the instance that you are modifying.</p>",
11590          "locationName":"tenancy"
11591        },
11592        "Affinity":{
11593          "shape":"Affinity",
11594          "documentation":"<p>The new affinity setting for the instance.</p>",
11595          "locationName":"affinity"
11596        },
11597        "HostId":{
11598          "shape":"String",
11599          "documentation":"<p>The ID of the Dedicated Host that the instance will have affinity with.</p>",
11600          "locationName":"hostId"
11601        }
11602      },
11603      "documentation":"<p>Contains the parameters for ModifyInstancePlacement.</p>"
11604    },
11605    "ModifyInstancePlacementResult":{
11606      "type":"structure",
11607      "members":{
11608        "Return":{
11609          "shape":"Boolean",
11610          "documentation":"<p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>",
11611          "locationName":"return"
11612        }
11613      },
11614      "documentation":"<p>Contains the output of ModifyInstancePlacement.</p>"
11615    },
11616    "ModifyNetworkInterfaceAttributeRequest":{
11617      "type":"structure",
11618      "required":["NetworkInterfaceId"],
11619      "members":{
11620        "DryRun":{
11621          "shape":"Boolean",
11622          "documentation":"<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>",
11623          "locationName":"dryRun"
11624        },
11625        "NetworkInterfaceId":{
11626          "shape":"String",
11627          "documentation":"<p>The ID of the network interface.</p>",
11628          "locationName":"networkInterfaceId"
11629        },
11630        "Description":{
11631          "shape":"AttributeValue",
11632          "documentation":"<p>A description for the network interface.</p>",
11633          "locationName":"description"
11634        },
11635        "SourceDestCheck":{
11636          "shape":"AttributeBooleanValue",
11637          "documentation":"<p>Indicates whether source/destination checking is enabled. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. 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>",
11638          "locationName":"sourceDestCheck"
11639        },
11640        "Groups":{
11641          "shape":"SecurityGroupIdStringList",
11642          "documentation":"<p>Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it's just the default security group in the VPC. You must specify the ID of the security group, not the name.</p>",
11643          "locationName":"SecurityGroupId"
11644        },
11645        "Attachment":{
11646          "shape":"NetworkInterfaceAttachmentChanges",
11647          "documentation":"<p>Information about the interface attachment. If modifying the 'delete on termination' attribute, you must specify the ID of the interface attachment.</p>",
11648          "locationName":"attachment"
11649        }
11650      },
11651      "documentation":"<p>Contains the parameters for ModifyNetworkInterfaceAttribute.</p>"
11652    },
11653    "ModifyReservedInstancesRequest":{
11654      "type":"structure",
11655      "required":[
11656        "ReservedInstancesIds",
11657        "TargetConfigurations"
11658      ],
11659      "members":{
11660        "ClientToken":{
11661          "shape":"String",
11662          "documentation":"<p>A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
11663          "locationName":"clientToken"
11664        },
11665        "ReservedInstancesIds":{
11666          "shape":"ReservedInstancesIdStringList",
11667          "documentation":"<p>The IDs of the Reserved Instances to modify.</p>",
11668          "locationName":"ReservedInstancesId"
11669        },
11670        "TargetConfigurations":{
11671          "shape":"ReservedInstancesConfigurationList",
11672          "documentation":"<p>The configuration settings for the Reserved Instances to modify.</p>",
11673          "locationName":"ReservedInstancesConfigurationSetItemType"
11674        }
11675      },
11676      "documentation":"<p>Contains the parameters for ModifyReservedInstances.</p>"
11677    },
11678    "ModifyReservedInstancesResult":{
11679      "type":"structure",
11680      "members":{
11681        "ReservedInstancesModificationId":{
11682          "shape":"String",
11683          "documentation":"<p>The ID for the modification.</p>",
11684          "locationName":"reservedInstancesModificationId"
11685        }
11686      },
11687      "documentation":"<p>Contains the output of ModifyReservedInstances.</p>"
11688    },
11689    "ModifySnapshotAttributeRequest":{
11690      "type":"structure",
11691      "required":["SnapshotId"],
11692      "members":{
11693        "DryRun":{
11694          "shape":"Boolean",
11695          "documentation":"<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>",
11696          "locationName":"dryRun"
11697        },
11698        "SnapshotId":{
11699          "shape":"String",
11700          "documentation":"<p>The ID of the snapshot.</p>"
11701        },
11702        "Attribute":{
11703          "shape":"SnapshotAttributeName",
11704          "documentation":"<p>The snapshot attribute to modify.</p> <note> <p>Only volume creation permissions may be modified at the customer level.</p> </note>"
11705        },
11706        "OperationType":{
11707          "shape":"OperationType",
11708          "documentation":"<p>The type of operation to perform to the attribute.</p>"
11709        },
11710        "UserIds":{
11711          "shape":"UserIdStringList",
11712          "documentation":"<p>The account ID to modify for the snapshot.</p>",
11713          "locationName":"UserId"
11714        },
11715        "GroupNames":{
11716          "shape":"GroupNameStringList",
11717          "documentation":"<p>The group to modify for the snapshot.</p>",
11718          "locationName":"UserGroup"
11719        },
11720        "CreateVolumePermission":{
11721          "shape":"CreateVolumePermissionModifications",
11722          "documentation":"<p>A JSON representation of the snapshot attribute modification.</p>"
11723        }
11724      },
11725      "documentation":"<p>Contains the parameters for ModifySnapshotAttribute.</p>"
11726    },
11727    "ModifySpotFleetRequestRequest":{
11728      "type":"structure",
11729      "required":["SpotFleetRequestId"],
11730      "members":{
11731        "SpotFleetRequestId":{
11732          "shape":"String",
11733          "documentation":"<p>The ID of the Spot fleet request.</p>",
11734          "locationName":"spotFleetRequestId"
11735        },
11736        "TargetCapacity":{
11737          "shape":"Integer",
11738          "documentation":"<p>The size of the fleet.</p>",
11739          "locationName":"targetCapacity"
11740        },
11741        "ExcessCapacityTerminationPolicy":{
11742          "shape":"ExcessCapacityTerminationPolicy",
11743          "documentation":"<p>Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.</p>",
11744          "locationName":"excessCapacityTerminationPolicy"
11745        }
11746      },
11747      "documentation":"<p>Contains the parameters for ModifySpotFleetRequest.</p>"
11748    },
11749    "ModifySpotFleetRequestResponse":{
11750      "type":"structure",
11751      "members":{
11752        "Return":{
11753          "shape":"Boolean",
11754          "documentation":"<p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>",
11755          "locationName":"return"
11756        }
11757      },
11758      "documentation":"<p>Contains the output of ModifySpotFleetRequest.</p>"
11759    },
11760    "ModifySubnetAttributeRequest":{
11761      "type":"structure",
11762      "required":["SubnetId"],
11763      "members":{
11764        "SubnetId":{
11765          "shape":"String",
11766          "documentation":"<p>The ID of the subnet.</p>",
11767          "locationName":"subnetId"
11768        },
11769        "MapPublicIpOnLaunch":{
11770          "shape":"AttributeBooleanValue",
11771          "documentation":"<p>Specify <code>true</code> to indicate that instances launched into the specified subnet should be assigned public IP address.</p>"
11772        }
11773      },
11774      "documentation":"<p>Contains the parameters for ModifySubnetAttribute.</p>"
11775    },
11776    "ModifyVolumeAttributeRequest":{
11777      "type":"structure",
11778      "required":["VolumeId"],
11779      "members":{
11780        "DryRun":{
11781          "shape":"Boolean",
11782          "documentation":"<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>",
11783          "locationName":"dryRun"
11784        },
11785        "VolumeId":{
11786          "shape":"String",
11787          "documentation":"<p>The ID of the volume.</p>"
11788        },
11789        "AutoEnableIO":{
11790          "shape":"AttributeBooleanValue",
11791          "documentation":"<p>Indicates whether the volume should be auto-enabled for I/O operations.</p>"
11792        }
11793      },
11794      "documentation":"<p>Contains the parameters for ModifyVolumeAttribute.</p>"
11795    },
11796    "ModifyVpcAttributeRequest":{
11797      "type":"structure",
11798      "required":["VpcId"],
11799      "members":{
11800        "VpcId":{
11801          "shape":"String",
11802          "documentation":"<p>The ID of the VPC.</p>",
11803          "locationName":"vpcId"
11804        },
11805        "EnableDnsSupport":{
11806          "shape":"AttributeBooleanValue",
11807          "documentation":"<p>Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range \"plus two\" will succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.</p> <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.</p>"
11808        },
11809        "EnableDnsHostnames":{
11810          "shape":"AttributeBooleanValue",
11811          "documentation":"<p>Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.</p> <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.</p>"
11812        }
11813      },
11814      "documentation":"<p>Contains the parameters for ModifyVpcAttribute.</p>"
11815    },
11816    "ModifyVpcEndpointRequest":{
11817      "type":"structure",
11818      "required":["VpcEndpointId"],
11819      "members":{
11820        "DryRun":{
11821          "shape":"Boolean",
11822          "documentation":"<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>"
11823        },
11824        "VpcEndpointId":{
11825          "shape":"String",
11826          "documentation":"<p>The ID of the endpoint.</p>"
11827        },
11828        "ResetPolicy":{
11829          "shape":"Boolean",
11830          "documentation":"<p>Specify <code>true</code> to reset the policy document to the default policy. The default policy allows access to the service.</p>"
11831        },
11832        "PolicyDocument":{
11833          "shape":"String",
11834          "documentation":"<p>A policy document to attach to the endpoint. The policy must be in valid JSON format.</p>"
11835        },
11836        "AddRouteTableIds":{
11837          "shape":"ValueStringList",
11838          "documentation":"<p>One or more route tables IDs to associate with the endpoint.</p>",
11839          "locationName":"AddRouteTableId"
11840        },
11841        "RemoveRouteTableIds":{
11842          "shape":"ValueStringList",
11843          "documentation":"<p>One or more route table IDs to disassociate from the endpoint.</p>",
11844          "locationName":"RemoveRouteTableId"
11845        }
11846      },
11847      "documentation":"<p>Contains the parameters for ModifyVpcEndpoint.</p>"
11848    },
11849    "ModifyVpcEndpointResult":{
11850      "type":"structure",
11851      "members":{
11852        "Return":{
11853          "shape":"Boolean",
11854          "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
11855          "locationName":"return"
11856        }
11857      },
11858      "documentation":"<p>Contains the output of ModifyVpcEndpoint.</p>"
11859    },
11860    "ModifyVpcPeeringConnectionOptionsRequest":{
11861      "type":"structure",
11862      "required":["VpcPeeringConnectionId"],
11863      "members":{
11864        "DryRun":{
11865          "shape":"Boolean",
11866          "documentation":"<p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
11867        },
11868        "VpcPeeringConnectionId":{
11869          "shape":"String",
11870          "documentation":"<p>The ID of the VPC peering connection.</p>"
11871        },
11872        "RequesterPeeringConnectionOptions":{
11873          "shape":"PeeringConnectionOptionsRequest",
11874          "documentation":"<p>The VPC peering connection options for the requester VPC.</p>"
11875        },
11876        "AccepterPeeringConnectionOptions":{
11877          "shape":"PeeringConnectionOptionsRequest",
11878          "documentation":"<p>The VPC peering connection options for the accepter VPC.</p>"
11879        }
11880      }
11881    },
11882    "ModifyVpcPeeringConnectionOptionsResult":{
11883      "type":"structure",
11884      "members":{
11885        "RequesterPeeringConnectionOptions":{
11886          "shape":"PeeringConnectionOptions",
11887          "documentation":"<p>Information about the VPC peering connection options for the requester VPC.</p>",
11888          "locationName":"requesterPeeringConnectionOptions"
11889        },
11890        "AccepterPeeringConnectionOptions":{
11891          "shape":"PeeringConnectionOptions",
11892          "documentation":"<p>Information about the VPC peering connection options for the accepter VPC.</p>",
11893          "locationName":"accepterPeeringConnectionOptions"
11894        }
11895      }
11896    },
11897    "MonitorInstancesRequest":{
11898      "type":"structure",
11899      "required":["InstanceIds"],
11900      "members":{
11901        "DryRun":{
11902          "shape":"Boolean",
11903          "documentation":"<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>",
11904          "locationName":"dryRun"
11905        },
11906        "InstanceIds":{
11907          "shape":"InstanceIdStringList",
11908          "documentation":"<p>One or more instance IDs.</p>",
11909          "locationName":"InstanceId"
11910        }
11911      },
11912      "documentation":"<p>Contains the parameters for MonitorInstances.</p>"
11913    },
11914    "MonitorInstancesResult":{
11915      "type":"structure",
11916      "members":{
11917        "InstanceMonitorings":{
11918          "shape":"InstanceMonitoringList",
11919          "documentation":"<p>Monitoring information for one or more instances.</p>",
11920          "locationName":"instancesSet"
11921        }
11922      },
11923      "documentation":"<p>Contains the output of MonitorInstances.</p>"
11924    },
11925    "Monitoring":{
11926      "type":"structure",
11927      "members":{
11928        "State":{
11929          "shape":"MonitoringState",
11930          "documentation":"<p>Indicates whether monitoring is enabled for the instance.</p>",
11931          "locationName":"state"
11932        }
11933      },
11934      "documentation":"<p>Describes the monitoring for the instance.</p>"
11935    },
11936    "MonitoringState":{
11937      "type":"string",
11938      "enum":[
11939        "disabled",
11940        "disabling",
11941        "enabled",
11942        "pending"
11943      ]
11944    },
11945    "MoveAddressToVpcRequest":{
11946      "type":"structure",
11947      "required":["PublicIp"],
11948      "members":{
11949        "DryRun":{
11950          "shape":"Boolean",
11951          "documentation":"<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>",
11952          "locationName":"dryRun"
11953        },
11954        "PublicIp":{
11955          "shape":"String",
11956          "documentation":"<p>The Elastic IP address.</p>",
11957          "locationName":"publicIp"
11958        }
11959      },
11960      "documentation":"<p>Contains the parameters for MoveAddressToVpc.</p>"
11961    },
11962    "MoveAddressToVpcResult":{
11963      "type":"structure",
11964      "members":{
11965        "AllocationId":{
11966          "shape":"String",
11967          "documentation":"<p>The allocation ID for the Elastic IP address.</p>",
11968          "locationName":"allocationId"
11969        },
11970        "Status":{
11971          "shape":"Status",
11972          "documentation":"<p>The status of the move of the IP address.</p>",
11973          "locationName":"status"
11974        }
11975      },
11976      "documentation":"<p>Contains the output of MoveAddressToVpc.</p>"
11977    },
11978    "MoveStatus":{
11979      "type":"string",
11980      "enum":[
11981        "movingToVpc",
11982        "restoringToClassic"
11983      ]
11984    },
11985    "MovingAddressStatus":{
11986      "type":"structure",
11987      "members":{
11988        "PublicIp":{
11989          "shape":"String",
11990          "documentation":"<p>The Elastic IP address.</p>",
11991          "locationName":"publicIp"
11992        },
11993        "MoveStatus":{
11994          "shape":"MoveStatus",
11995          "documentation":"<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>",
11996          "locationName":"moveStatus"
11997        }
11998      },
11999      "documentation":"<p>Describes the status of a moving Elastic IP address.</p>"
12000    },
12001    "MovingAddressStatusSet":{
12002      "type":"list",
12003      "member":{
12004        "shape":"MovingAddressStatus",
12005        "locationName":"item"
12006      }
12007    },
12008    "NatGateway":{
12009      "type":"structure",
12010      "members":{
12011        "VpcId":{
12012          "shape":"String",
12013          "documentation":"<p>The ID of the VPC in which the NAT gateway is located.</p>",
12014          "locationName":"vpcId"
12015        },
12016        "SubnetId":{
12017          "shape":"String",
12018          "documentation":"<p>The ID of the subnet in which the NAT gateway is located.</p>",
12019          "locationName":"subnetId"
12020        },
12021        "NatGatewayId":{
12022          "shape":"String",
12023          "documentation":"<p>The ID of the NAT gateway.</p>",
12024          "locationName":"natGatewayId"
12025        },
12026        "CreateTime":{
12027          "shape":"DateTime",
12028          "documentation":"<p>The date and time the NAT gateway was created.</p>",
12029          "locationName":"createTime"
12030        },
12031        "DeleteTime":{
12032          "shape":"DateTime",
12033          "documentation":"<p>The date and time the NAT gateway was deleted, if applicable.</p>",
12034          "locationName":"deleteTime"
12035        },
12036        "NatGatewayAddresses":{
12037          "shape":"NatGatewayAddressList",
12038          "documentation":"<p>Information about the IP addresses and network interface associated with the NAT gateway.</p>",
12039          "locationName":"natGatewayAddressSet"
12040        },
12041        "State":{
12042          "shape":"NatGatewayState",
12043          "documentation":"<p>The state of the NAT gateway.</p> <ul> <li> <p> <code>pending</code>: The NAT gateway is being created and is not ready to process traffic.</p> </li> <li> <p> <code>failed</code>: The NAT gateway could not be created. Check the <code>failureCode</code> and <code>failureMessage</code> fields for the reason.</p> </li> <li> <p> <code>available</code>: The NAT gateway is able to process traffic. This status remains until you delete the NAT gateway, and does not indicate the health of the NAT gateway.</p> </li> <li> <p> <code>deleting</code>: The NAT gateway is in the process of being terminated and may still be processing traffic.</p> </li> <li> <p> <code>deleted</code>: The NAT gateway has been terminated and is no longer processing traffic.</p> </li> </ul>",
12044          "locationName":"state"
12045        },
12046        "FailureCode":{
12047          "shape":"String",
12048          "documentation":"<p>If the NAT gateway could not be created, specifies the error code for the failure. (<code>InsufficientFreeAddressesInSubnet</code> | <code>Gateway.NotAttached</code> | <code>InvalidAllocationID.NotFound</code> | <code>Resource.AlreadyAssociated</code> | <code>InternalError</code> | <code>InvalidSubnetID.NotFound</code>)</p>",
12049          "locationName":"failureCode"
12050        },
12051        "FailureMessage":{
12052          "shape":"String",
12053          "documentation":"<p>If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.</p> <ul> <li> <p>For InsufficientFreeAddressesInSubnet: \"Subnet has insufficient free addresses to create this NAT gateway\"</p> </li> <li> <p>For Gateway.NotAttached: \"Network vpc-xxxxxxxx has no Internet gateway attached\"</p> </li> <li> <p>For InvalidAllocationID.NotFound: \"Elastic IP address eipalloc-xxxxxxxx could not be associated with this NAT gateway\"</p> </li> <li> <p>For Resource.AlreadyAssociated: \"Elastic IP address eipalloc-xxxxxxxx is already associated\"</p> </li> <li> <p>For InternalError: \"Network interface eni-xxxxxxxx, created and used internally by this NAT gateway is in an invalid state. Please try again.\"</p> </li> <li> <p>For InvalidSubnetID.NotFound: \"The specified subnet subnet-xxxxxxxx does not exist or could not be found.\"</p> </li> </ul>",
12054          "locationName":"failureMessage"
12055        },
12056        "ProvisionedBandwidth":{
12057          "shape":"ProvisionedBandwidth",
12058          "documentation":"<p>Reserved. If you need to sustain traffic greater than the <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html\">documented limits</a>, contact us through the <a href=\"https://console.aws.amazon.com/support/home?\">Support Center</a>.</p>",
12059          "locationName":"provisionedBandwidth"
12060        }
12061      },
12062      "documentation":"<p>Describes a NAT gateway.</p>"
12063    },
12064    "NatGatewayAddress":{
12065      "type":"structure",
12066      "members":{
12067        "PublicIp":{
12068          "shape":"String",
12069          "documentation":"<p>The Elastic IP address associated with the NAT gateway.</p>",
12070          "locationName":"publicIp"
12071        },
12072        "AllocationId":{
12073          "shape":"String",
12074          "documentation":"<p>The allocation ID of the Elastic IP address that's associated with the NAT gateway.</p>",
12075          "locationName":"allocationId"
12076        },
12077        "PrivateIp":{
12078          "shape":"String",
12079          "documentation":"<p>The private IP address associated with the Elastic IP address.</p>",
12080          "locationName":"privateIp"
12081        },
12082        "NetworkInterfaceId":{
12083          "shape":"String",
12084          "documentation":"<p>The ID of the network interface associated with the NAT gateway.</p>",
12085          "locationName":"networkInterfaceId"
12086        }
12087      },
12088      "documentation":"<p>Describes the IP addresses and network interface associated with a NAT gateway.</p>"
12089    },
12090    "NatGatewayAddressList":{
12091      "type":"list",
12092      "member":{
12093        "shape":"NatGatewayAddress",
12094        "locationName":"item"
12095      }
12096    },
12097    "NatGatewayList":{
12098      "type":"list",
12099      "member":{
12100        "shape":"NatGateway",
12101        "locationName":"item"
12102      }
12103    },
12104    "NatGatewayState":{
12105      "type":"string",
12106      "enum":[
12107        "pending",
12108        "failed",
12109        "available",
12110        "deleting",
12111        "deleted"
12112      ]
12113    },
12114    "NetworkAcl":{
12115      "type":"structure",
12116      "members":{
12117        "NetworkAclId":{
12118          "shape":"String",
12119          "documentation":"<p>The ID of the network ACL.</p>",
12120          "locationName":"networkAclId"
12121        },
12122        "VpcId":{
12123          "shape":"String",
12124          "documentation":"<p>The ID of the VPC for the network ACL.</p>",
12125          "locationName":"vpcId"
12126        },
12127        "IsDefault":{
12128          "shape":"Boolean",
12129          "documentation":"<p>Indicates whether this is the default network ACL for the VPC.</p>",
12130          "locationName":"default"
12131        },
12132        "Entries":{
12133          "shape":"NetworkAclEntryList",
12134          "documentation":"<p>One or more entries (rules) in the network ACL.</p>",
12135          "locationName":"entrySet"
12136        },
12137        "Associations":{
12138          "shape":"NetworkAclAssociationList",
12139          "documentation":"<p>Any associations between the network ACL and one or more subnets</p>",
12140          "locationName":"associationSet"
12141        },
12142        "Tags":{
12143          "shape":"TagList",
12144          "documentation":"<p>Any tags assigned to the network ACL.</p>",
12145          "locationName":"tagSet"
12146        }
12147      },
12148      "documentation":"<p>Describes a network ACL.</p>"
12149    },
12150    "NetworkAclAssociation":{
12151      "type":"structure",
12152      "members":{
12153        "NetworkAclAssociationId":{
12154          "shape":"String",
12155          "documentation":"<p>The ID of the association between a network ACL and a subnet.</p>",
12156          "locationName":"networkAclAssociationId"
12157        },
12158        "NetworkAclId":{
12159          "shape":"String",
12160          "documentation":"<p>The ID of the network ACL.</p>",
12161          "locationName":"networkAclId"
12162        },
12163        "SubnetId":{
12164          "shape":"String",
12165          "documentation":"<p>The ID of the subnet.</p>",
12166          "locationName":"subnetId"
12167        }
12168      },
12169      "documentation":"<p>Describes an association between a network ACL and a subnet.</p>"
12170    },
12171    "NetworkAclAssociationList":{
12172      "type":"list",
12173      "member":{
12174        "shape":"NetworkAclAssociation",
12175        "locationName":"item"
12176      }
12177    },
12178    "NetworkAclEntry":{
12179      "type":"structure",
12180      "members":{
12181        "RuleNumber":{
12182          "shape":"Integer",
12183          "documentation":"<p>The rule number for the entry. ACL entries are processed in ascending order by rule number.</p>",
12184          "locationName":"ruleNumber"
12185        },
12186        "Protocol":{
12187          "shape":"String",
12188          "documentation":"<p>The protocol. A value of <code>-1</code> means all protocols.</p>",
12189          "locationName":"protocol"
12190        },
12191        "RuleAction":{
12192          "shape":"RuleAction",
12193          "documentation":"<p>Indicates whether to allow or deny the traffic that matches the rule.</p>",
12194          "locationName":"ruleAction"
12195        },
12196        "Egress":{
12197          "shape":"Boolean",
12198          "documentation":"<p>Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).</p>",
12199          "locationName":"egress"
12200        },
12201        "CidrBlock":{
12202          "shape":"String",
12203          "documentation":"<p>The network range to allow or deny, in CIDR notation.</p>",
12204          "locationName":"cidrBlock"
12205        },
12206        "IcmpTypeCode":{
12207          "shape":"IcmpTypeCode",
12208          "documentation":"<p>ICMP protocol: The ICMP type and code.</p>",
12209          "locationName":"icmpTypeCode"
12210        },
12211        "PortRange":{
12212          "shape":"PortRange",
12213          "documentation":"<p>TCP or UDP protocols: The range of ports the rule applies to.</p>",
12214          "locationName":"portRange"
12215        }
12216      },
12217      "documentation":"<p>Describes an entry in a network ACL.</p>"
12218    },
12219    "NetworkAclEntryList":{
12220      "type":"list",
12221      "member":{
12222        "shape":"NetworkAclEntry",
12223        "locationName":"item"
12224      }
12225    },
12226    "NetworkAclList":{
12227      "type":"list",
12228      "member":{
12229        "shape":"NetworkAcl",
12230        "locationName":"item"
12231      }
12232    },
12233    "NetworkInterface":{
12234      "type":"structure",
12235      "members":{
12236        "NetworkInterfaceId":{
12237          "shape":"String",
12238          "documentation":"<p>The ID of the network interface.</p>",
12239          "locationName":"networkInterfaceId"
12240        },
12241        "SubnetId":{
12242          "shape":"String",
12243          "documentation":"<p>The ID of the subnet.</p>",
12244          "locationName":"subnetId"
12245        },
12246        "VpcId":{
12247          "shape":"String",
12248          "documentation":"<p>The ID of the VPC.</p>",
12249          "locationName":"vpcId"
12250        },
12251        "AvailabilityZone":{
12252          "shape":"String",
12253          "documentation":"<p>The Availability Zone.</p>",
12254          "locationName":"availabilityZone"
12255        },
12256        "Description":{
12257          "shape":"String",
12258          "documentation":"<p>A description.</p>",
12259          "locationName":"description"
12260        },
12261        "OwnerId":{
12262          "shape":"String",
12263          "documentation":"<p>The AWS account ID of the owner of the network interface.</p>",
12264          "locationName":"ownerId"
12265        },
12266        "RequesterId":{
12267          "shape":"String",
12268          "documentation":"<p>The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling).</p>",
12269          "locationName":"requesterId"
12270        },
12271        "RequesterManaged":{
12272          "shape":"Boolean",
12273          "documentation":"<p>Indicates whether the network interface is being managed by AWS.</p>",
12274          "locationName":"requesterManaged"
12275        },
12276        "Status":{
12277          "shape":"NetworkInterfaceStatus",
12278          "documentation":"<p>The status of the network interface.</p>",
12279          "locationName":"status"
12280        },
12281        "MacAddress":{
12282          "shape":"String",
12283          "documentation":"<p>The MAC address.</p>",
12284          "locationName":"macAddress"
12285        },
12286        "PrivateIpAddress":{
12287          "shape":"String",
12288          "documentation":"<p>The IP address of the network interface within the subnet.</p>",
12289          "locationName":"privateIpAddress"
12290        },
12291        "PrivateDnsName":{
12292          "shape":"String",
12293          "documentation":"<p>The private DNS name.</p>",
12294          "locationName":"privateDnsName"
12295        },
12296        "SourceDestCheck":{
12297          "shape":"Boolean",
12298          "documentation":"<p>Indicates whether traffic to or from the instance is validated.</p>",
12299          "locationName":"sourceDestCheck"
12300        },
12301        "Groups":{
12302          "shape":"GroupIdentifierList",
12303          "documentation":"<p>Any security groups for the network interface.</p>",
12304          "locationName":"groupSet"
12305        },
12306        "Attachment":{
12307          "shape":"NetworkInterfaceAttachment",
12308          "documentation":"<p>The network interface attachment.</p>",
12309          "locationName":"attachment"
12310        },
12311        "Association":{
12312          "shape":"NetworkInterfaceAssociation",
12313          "documentation":"<p>The association information for an Elastic IP associated with the network interface.</p>",
12314          "locationName":"association"
12315        },
12316        "TagSet":{
12317          "shape":"TagList",
12318          "documentation":"<p>Any tags assigned to the network interface.</p>",
12319          "locationName":"tagSet"
12320        },
12321        "PrivateIpAddresses":{
12322          "shape":"NetworkInterfacePrivateIpAddressList",
12323          "documentation":"<p>The private IP addresses associated with the network interface.</p>",
12324          "locationName":"privateIpAddressesSet"
12325        },
12326        "InterfaceType":{
12327          "shape":"NetworkInterfaceType",
12328          "documentation":"<p>The type of interface.</p>",
12329          "locationName":"interfaceType"
12330        }
12331      },
12332      "documentation":"<p>Describes a network interface.</p>"
12333    },
12334    "NetworkInterfaceAssociation":{
12335      "type":"structure",
12336      "members":{
12337        "PublicIp":{
12338          "shape":"String",
12339          "documentation":"<p>The address of the Elastic IP address bound to the network interface.</p>",
12340          "locationName":"publicIp"
12341        },
12342        "PublicDnsName":{
12343          "shape":"String",
12344          "documentation":"<p>The public DNS name.</p>",
12345          "locationName":"publicDnsName"
12346        },
12347        "IpOwnerId":{
12348          "shape":"String",
12349          "documentation":"<p>The ID of the Elastic IP address owner.</p>",
12350          "locationName":"ipOwnerId"
12351        },
12352        "AllocationId":{
12353          "shape":"String",
12354          "documentation":"<p>The allocation ID.</p>",
12355          "locationName":"allocationId"
12356        },
12357        "AssociationId":{
12358          "shape":"String",
12359          "documentation":"<p>The association ID.</p>",
12360          "locationName":"associationId"
12361        }
12362      },
12363      "documentation":"<p>Describes association information for an Elastic IP address.</p>"
12364    },
12365    "NetworkInterfaceAttachment":{
12366      "type":"structure",
12367      "members":{
12368        "AttachmentId":{
12369          "shape":"String",
12370          "documentation":"<p>The ID of the network interface attachment.</p>",
12371          "locationName":"attachmentId"
12372        },
12373        "InstanceId":{
12374          "shape":"String",
12375          "documentation":"<p>The ID of the instance.</p>",
12376          "locationName":"instanceId"
12377        },
12378        "InstanceOwnerId":{
12379          "shape":"String",
12380          "documentation":"<p>The AWS account ID of the owner of the instance.</p>",
12381          "locationName":"instanceOwnerId"
12382        },
12383        "DeviceIndex":{
12384          "shape":"Integer",
12385          "documentation":"<p>The device index of the network interface attachment on the instance.</p>",
12386          "locationName":"deviceIndex"
12387        },
12388        "Status":{
12389          "shape":"AttachmentStatus",
12390          "documentation":"<p>The attachment state.</p>",
12391          "locationName":"status"
12392        },
12393        "AttachTime":{
12394          "shape":"DateTime",
12395          "documentation":"<p>The timestamp indicating when the attachment initiated.</p>",
12396          "locationName":"attachTime"
12397        },
12398        "DeleteOnTermination":{
12399          "shape":"Boolean",
12400          "documentation":"<p>Indicates whether the network interface is deleted when the instance is terminated.</p>",
12401          "locationName":"deleteOnTermination"
12402        }
12403      },
12404      "documentation":"<p>Describes a network interface attachment.</p>"
12405    },
12406    "NetworkInterfaceAttachmentChanges":{
12407      "type":"structure",
12408      "members":{
12409        "AttachmentId":{
12410          "shape":"String",
12411          "documentation":"<p>The ID of the network interface attachment.</p>",
12412          "locationName":"attachmentId"
12413        },
12414        "DeleteOnTermination":{
12415          "shape":"Boolean",
12416          "documentation":"<p>Indicates whether the network interface is deleted when the instance is terminated.</p>",
12417          "locationName":"deleteOnTermination"
12418        }
12419      },
12420      "documentation":"<p>Describes an attachment change.</p>"
12421    },
12422    "NetworkInterfaceAttribute":{
12423      "type":"string",
12424      "enum":[
12425        "description",
12426        "groupSet",
12427        "sourceDestCheck",
12428        "attachment"
12429      ]
12430    },
12431    "NetworkInterfaceIdList":{
12432      "type":"list",
12433      "member":{
12434        "shape":"String",
12435        "locationName":"item"
12436      }
12437    },
12438    "NetworkInterfaceList":{
12439      "type":"list",
12440      "member":{
12441        "shape":"NetworkInterface",
12442        "locationName":"item"
12443      }
12444    },
12445    "NetworkInterfacePrivateIpAddress":{
12446      "type":"structure",
12447      "members":{
12448        "PrivateIpAddress":{
12449          "shape":"String",
12450          "documentation":"<p>The private IP address.</p>",
12451          "locationName":"privateIpAddress"
12452        },
12453        "PrivateDnsName":{
12454          "shape":"String",
12455          "documentation":"<p>The private DNS name.</p>",
12456          "locationName":"privateDnsName"
12457        },
12458        "Primary":{
12459          "shape":"Boolean",
12460          "documentation":"<p>Indicates whether this IP address is the primary private IP address of the network interface.</p>",
12461          "locationName":"primary"
12462        },
12463        "Association":{
12464          "shape":"NetworkInterfaceAssociation",
12465          "documentation":"<p>The association information for an Elastic IP address associated with the network interface.</p>",
12466          "locationName":"association"
12467        }
12468      },
12469      "documentation":"<p>Describes the private IP address of a network interface.</p>"
12470    },
12471    "NetworkInterfacePrivateIpAddressList":{
12472      "type":"list",
12473      "member":{
12474        "shape":"NetworkInterfacePrivateIpAddress",
12475        "locationName":"item"
12476      }
12477    },
12478    "NetworkInterfaceStatus":{
12479      "type":"string",
12480      "enum":[
12481        "available",
12482        "attaching",
12483        "in-use",
12484        "detaching"
12485      ]
12486    },
12487    "NetworkInterfaceType":{
12488      "type":"string",
12489      "enum":[
12490        "interface",
12491        "natGateway"
12492      ]
12493    },
12494    "NewDhcpConfiguration":{
12495      "type":"structure",
12496      "members":{
12497        "Key":{
12498          "shape":"String",
12499          "locationName":"key"
12500        },
12501        "Values":{
12502          "shape":"ValueStringList",
12503          "locationName":"Value"
12504        }
12505      }
12506    },
12507    "NewDhcpConfigurationList":{
12508      "type":"list",
12509      "member":{
12510        "shape":"NewDhcpConfiguration",
12511        "locationName":"item"
12512      }
12513    },
12514    "NextToken":{
12515      "type":"string",
12516      "max":1024,
12517      "min":1
12518    },
12519    "OccurrenceDayRequestSet":{
12520      "type":"list",
12521      "member":{
12522        "shape":"Integer",
12523        "locationName":"OccurenceDay"
12524      }
12525    },
12526    "OccurrenceDaySet":{
12527      "type":"list",
12528      "member":{
12529        "shape":"Integer",
12530        "locationName":"item"
12531      }
12532    },
12533    "OfferingClassType":{
12534      "type":"string",
12535      "enum":[
12536        "standard",
12537        "convertible"
12538      ]
12539    },
12540    "OfferingTypeValues":{
12541      "type":"string",
12542      "enum":[
12543        "Heavy Utilization",
12544        "Medium Utilization",
12545        "Light Utilization",
12546        "No Upfront",
12547        "Partial Upfront",
12548        "All Upfront"
12549      ]
12550    },
12551    "OperationType":{
12552      "type":"string",
12553      "enum":[
12554        "add",
12555        "remove"
12556      ]
12557    },
12558    "OwnerStringList":{
12559      "type":"list",
12560      "member":{
12561        "shape":"String",
12562        "locationName":"Owner"
12563      }
12564    },
12565    "PaymentOption":{
12566      "type":"string",
12567      "enum":[
12568        "AllUpfront",
12569        "PartialUpfront",
12570        "NoUpfront"
12571      ]
12572    },
12573    "PeeringConnectionOptions":{
12574      "type":"structure",
12575      "members":{
12576        "AllowEgressFromLocalClassicLinkToRemoteVpc":{
12577          "shape":"Boolean",
12578          "documentation":"<p>If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC via ClassicLink to instances in a peer VPC.</p>",
12579          "locationName":"allowEgressFromLocalClassicLinkToRemoteVpc"
12580        },
12581        "AllowEgressFromLocalVpcToRemoteClassicLink":{
12582          "shape":"Boolean",
12583          "documentation":"<p>If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC via ClassicLink.</p>",
12584          "locationName":"allowEgressFromLocalVpcToRemoteClassicLink"
12585        },
12586        "AllowDnsResolutionFromRemoteVpc":{
12587          "shape":"Boolean",
12588          "documentation":"<p>If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.</p>",
12589          "locationName":"allowDnsResolutionFromRemoteVpc"
12590        }
12591      },
12592      "documentation":"<p>Describes the VPC peering connection options.</p>"
12593    },
12594    "PeeringConnectionOptionsRequest":{
12595      "type":"structure",
12596      "members":{
12597        "AllowEgressFromLocalClassicLinkToRemoteVpc":{
12598          "shape":"Boolean",
12599          "documentation":"<p>If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC via ClassicLink to instances in a peer VPC.</p>"
12600        },
12601        "AllowEgressFromLocalVpcToRemoteClassicLink":{
12602          "shape":"Boolean",
12603          "documentation":"<p>If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC via ClassicLink.</p>"
12604        },
12605        "AllowDnsResolutionFromRemoteVpc":{
12606          "shape":"Boolean",
12607          "documentation":"<p>If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.</p>"
12608        }
12609      },
12610      "documentation":"<p>The VPC peering connection options.</p>"
12611    },
12612    "PermissionGroup":{
12613      "type":"string",
12614      "enum":["all"]
12615    },
12616    "Placement":{
12617      "type":"structure",
12618      "members":{
12619        "AvailabilityZone":{
12620          "shape":"String",
12621          "documentation":"<p>The Availability Zone of the instance.</p>",
12622          "locationName":"availabilityZone"
12623        },
12624        "GroupName":{
12625          "shape":"String",
12626          "documentation":"<p>The name of the placement group the instance is in (for cluster compute instances).</p>",
12627          "locationName":"groupName"
12628        },
12629        "Tenancy":{
12630          "shape":"Tenancy",
12631          "documentation":"<p>The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of <code>dedicated</code> runs on single-tenant hardware. The <code>host</code> tenancy is not supported for the <a>ImportInstance</a> command.</p>",
12632          "locationName":"tenancy"
12633        },
12634        "HostId":{
12635          "shape":"String",
12636          "documentation":"<p>The ID of the Dedicted host on which the instance resides. This parameter is not support for the <a>ImportInstance</a> command.</p>",
12637          "locationName":"hostId"
12638        },
12639        "Affinity":{
12640          "shape":"String",
12641          "documentation":"<p>The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the <a>ImportInstance</a> command.</p>",
12642          "locationName":"affinity"
12643        }
12644      },
12645      "documentation":"<p>Describes the placement for the instance.</p>"
12646    },
12647    "PlacementGroup":{
12648      "type":"structure",
12649      "members":{
12650        "GroupName":{
12651          "shape":"String",
12652          "documentation":"<p>The name of the placement group.</p>",
12653          "locationName":"groupName"
12654        },
12655        "Strategy":{
12656          "shape":"PlacementStrategy",
12657          "documentation":"<p>The placement strategy.</p>",
12658          "locationName":"strategy"
12659        },
12660        "State":{
12661          "shape":"PlacementGroupState",
12662          "documentation":"<p>The state of the placement group.</p>",
12663          "locationName":"state"
12664        }
12665      },
12666      "documentation":"<p>Describes a placement group.</p>"
12667    },
12668    "PlacementGroupList":{
12669      "type":"list",
12670      "member":{
12671        "shape":"PlacementGroup",
12672        "locationName":"item"
12673      }
12674    },
12675    "PlacementGroupState":{
12676      "type":"string",
12677      "enum":[
12678        "pending",
12679        "available",
12680        "deleting",
12681        "deleted"
12682      ]
12683    },
12684    "PlacementGroupStringList":{
12685      "type":"list",
12686      "member":{"shape":"String"}
12687    },
12688    "PlacementStrategy":{
12689      "type":"string",
12690      "enum":["cluster"]
12691    },
12692    "PlatformValues":{
12693      "type":"string",
12694      "enum":["Windows"]
12695    },
12696    "PortRange":{
12697      "type":"structure",
12698      "members":{
12699        "From":{
12700          "shape":"Integer",
12701          "documentation":"<p>The first port in the range.</p>",
12702          "locationName":"from"
12703        },
12704        "To":{
12705          "shape":"Integer",
12706          "documentation":"<p>The last port in the range.</p>",
12707          "locationName":"to"
12708        }
12709      },
12710      "documentation":"<p>Describes a range of ports.</p>"
12711    },
12712    "PrefixList":{
12713      "type":"structure",
12714      "members":{
12715        "PrefixListId":{
12716          "shape":"String",
12717          "documentation":"<p>The ID of the prefix.</p>",
12718          "locationName":"prefixListId"
12719        },
12720        "PrefixListName":{
12721          "shape":"String",
12722          "documentation":"<p>The name of the prefix.</p>",
12723          "locationName":"prefixListName"
12724        },
12725        "Cidrs":{
12726          "shape":"ValueStringList",
12727          "documentation":"<p>The IP address range of the AWS service.</p>",
12728          "locationName":"cidrSet"
12729        }
12730      },
12731      "documentation":"<p>Describes prefixes for AWS services.</p>"
12732    },
12733    "PrefixListId":{
12734      "type":"structure",
12735      "members":{
12736        "PrefixListId":{
12737          "shape":"String",
12738          "documentation":"<p>The ID of the prefix.</p>",
12739          "locationName":"prefixListId"
12740        }
12741      },
12742      "documentation":"<p>The ID of the prefix.</p>"
12743    },
12744    "PrefixListIdList":{
12745      "type":"list",
12746      "member":{
12747        "shape":"PrefixListId",
12748        "locationName":"item"
12749      }
12750    },
12751    "PrefixListIdSet":{
12752      "type":"list",
12753      "member":{
12754        "shape":"String",
12755        "locationName":"item"
12756      }
12757    },
12758    "PrefixListSet":{
12759      "type":"list",
12760      "member":{
12761        "shape":"PrefixList",
12762        "locationName":"item"
12763      }
12764    },
12765    "PriceSchedule":{
12766      "type":"structure",
12767      "members":{
12768        "Term":{
12769          "shape":"Long",
12770          "documentation":"<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>",
12771          "locationName":"term"
12772        },
12773        "Price":{
12774          "shape":"Double",
12775          "documentation":"<p>The fixed price for the term.</p>",
12776          "locationName":"price"
12777        },
12778        "CurrencyCode":{
12779          "shape":"CurrencyCodeValues",
12780          "documentation":"<p>The currency for transacting the Reserved Instance resale. At this time, the only supported currency is <code>USD</code>.</p>",
12781          "locationName":"currencyCode"
12782        },
12783        "Active":{
12784          "shape":"Boolean",
12785          "documentation":"<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>",
12786          "locationName":"active"
12787        }
12788      },
12789      "documentation":"<p>Describes the price for a Reserved Instance.</p>"
12790    },
12791    "PriceScheduleList":{
12792      "type":"list",
12793      "member":{
12794        "shape":"PriceSchedule",
12795        "locationName":"item"
12796      }
12797    },
12798    "PriceScheduleSpecification":{
12799      "type":"structure",
12800      "members":{
12801        "Term":{
12802          "shape":"Long",
12803          "documentation":"<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>",
12804          "locationName":"term"
12805        },
12806        "Price":{
12807          "shape":"Double",
12808          "documentation":"<p>The fixed price for the term.</p>",
12809          "locationName":"price"
12810        },
12811        "CurrencyCode":{
12812          "shape":"CurrencyCodeValues",
12813          "documentation":"<p>The currency for transacting the Reserved Instance resale. At this time, the only supported currency is <code>USD</code>.</p>",
12814          "locationName":"currencyCode"
12815        }
12816      },
12817      "documentation":"<p>Describes the price for a Reserved Instance.</p>"
12818    },
12819    "PriceScheduleSpecificationList":{
12820      "type":"list",
12821      "member":{
12822        "shape":"PriceScheduleSpecification",
12823        "locationName":"item"
12824      }
12825    },
12826    "PricingDetail":{
12827      "type":"structure",
12828      "members":{
12829        "Price":{
12830          "shape":"Double",
12831          "documentation":"<p>The price per instance.</p>",
12832          "locationName":"price"
12833        },
12834        "Count":{
12835          "shape":"Integer",
12836          "documentation":"<p>The number of reservations available for the price.</p>",
12837          "locationName":"count"
12838        }
12839      },
12840      "documentation":"<p>Describes a Reserved Instance offering.</p>"
12841    },
12842    "PricingDetailsList":{
12843      "type":"list",
12844      "member":{
12845        "shape":"PricingDetail",
12846        "locationName":"item"
12847      }
12848    },
12849    "PrivateIpAddressConfigSet":{
12850      "type":"list",
12851      "member":{
12852        "shape":"ScheduledInstancesPrivateIpAddressConfig",
12853        "locationName":"PrivateIpAddressConfigSet"
12854      }
12855    },
12856    "PrivateIpAddressSpecification":{
12857      "type":"structure",
12858      "required":["PrivateIpAddress"],
12859      "members":{
12860        "PrivateIpAddress":{
12861          "shape":"String",
12862          "documentation":"<p>The private IP addresses.</p>",
12863          "locationName":"privateIpAddress"
12864        },
12865        "Primary":{
12866          "shape":"Boolean",
12867          "documentation":"<p>Indicates whether the private IP address is the primary private IP address. Only one IP address can be designated as primary.</p>",
12868          "locationName":"primary"
12869        }
12870      },
12871      "documentation":"<p>Describes a secondary private IP address for a network interface.</p>"
12872    },
12873    "PrivateIpAddressSpecificationList":{
12874      "type":"list",
12875      "member":{
12876        "shape":"PrivateIpAddressSpecification",
12877        "locationName":"item"
12878      }
12879    },
12880    "PrivateIpAddressStringList":{
12881      "type":"list",
12882      "member":{
12883        "shape":"String",
12884        "locationName":"PrivateIpAddress"
12885      }
12886    },
12887    "ProductCode":{
12888      "type":"structure",
12889      "members":{
12890        "ProductCodeId":{
12891          "shape":"String",
12892          "documentation":"<p>The product code.</p>",
12893          "locationName":"productCode"
12894        },
12895        "ProductCodeType":{
12896          "shape":"ProductCodeValues",
12897          "documentation":"<p>The type of product code.</p>",
12898          "locationName":"type"
12899        }
12900      },
12901      "documentation":"<p>Describes a product code.</p>"
12902    },
12903    "ProductCodeList":{
12904      "type":"list",
12905      "member":{
12906        "shape":"ProductCode",
12907        "locationName":"item"
12908      }
12909    },
12910    "ProductCodeStringList":{
12911      "type":"list",
12912      "member":{
12913        "shape":"String",
12914        "locationName":"ProductCode"
12915      }
12916    },
12917    "ProductCodeValues":{
12918      "type":"string",
12919      "enum":[
12920        "devpay",
12921        "marketplace"
12922      ]
12923    },
12924    "ProductDescriptionList":{
12925      "type":"list",
12926      "member":{"shape":"String"}
12927    },
12928    "PropagatingVgw":{
12929      "type":"structure",
12930      "members":{
12931        "GatewayId":{
12932          "shape":"String",
12933          "documentation":"<p>The ID of the virtual private gateway (VGW).</p>",
12934          "locationName":"gatewayId"
12935        }
12936      },
12937      "documentation":"<p>Describes a virtual private gateway propagating route.</p>"
12938    },
12939    "PropagatingVgwList":{
12940      "type":"list",
12941      "member":{
12942        "shape":"PropagatingVgw",
12943        "locationName":"item"
12944      }
12945    },
12946    "ProvisionedBandwidth":{
12947      "type":"structure",
12948      "members":{
12949        "Provisioned":{
12950          "shape":"String",
12951          "documentation":"<p>Reserved. If you need to sustain traffic greater than the <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html\">documented limits</a>, contact us through the <a href=\"https://console.aws.amazon.com/support/home?\">Support Center</a>.</p>",
12952          "locationName":"provisioned"
12953        },
12954        "Requested":{
12955          "shape":"String",
12956          "documentation":"<p>Reserved. If you need to sustain traffic greater than the <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html\">documented limits</a>, contact us through the <a href=\"https://console.aws.amazon.com/support/home?\">Support Center</a>.</p>",
12957          "locationName":"requested"
12958        },
12959        "RequestTime":{
12960          "shape":"DateTime",
12961          "documentation":"<p>Reserved. If you need to sustain traffic greater than the <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html\">documented limits</a>, contact us through the <a href=\"https://console.aws.amazon.com/support/home?\">Support Center</a>.</p>",
12962          "locationName":"requestTime"
12963        },
12964        "ProvisionTime":{
12965          "shape":"DateTime",
12966          "documentation":"<p>Reserved. If you need to sustain traffic greater than the <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html\">documented limits</a>, contact us through the <a href=\"https://console.aws.amazon.com/support/home?\">Support Center</a>.</p>",
12967          "locationName":"provisionTime"
12968        },
12969        "Status":{
12970          "shape":"String",
12971          "documentation":"<p>Reserved. If you need to sustain traffic greater than the <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html\">documented limits</a>, contact us through the <a href=\"https://console.aws.amazon.com/support/home?\">Support Center</a>.</p>",
12972          "locationName":"status"
12973        }
12974      },
12975      "documentation":"<p>Reserved. If you need to sustain traffic greater than the <a href=\"http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html\">documented limits</a>, contact us through the <a href=\"https://console.aws.amazon.com/support/home?\">Support Center</a>.</p>"
12976    },
12977    "PublicIpStringList":{
12978      "type":"list",
12979      "member":{
12980        "shape":"String",
12981        "locationName":"PublicIp"
12982      }
12983    },
12984    "Purchase":{
12985      "type":"structure",
12986      "members":{
12987        "HostReservationId":{
12988          "shape":"String",
12989          "documentation":"<p>The ID of the reservation.</p>",
12990          "locationName":"hostReservationId"
12991        },
12992        "HostIdSet":{
12993          "shape":"ResponseHostIdSet",
12994          "documentation":"<p>The IDs of the Dedicated Hosts associated with the reservation.</p>",
12995          "locationName":"hostIdSet"
12996        },
12997        "InstanceFamily":{
12998          "shape":"String",
12999          "documentation":"<p>The instance family on the Dedicated Host that the reservation can be associated with.</p>",
13000          "locationName":"instanceFamily"
13001        },
13002        "PaymentOption":{
13003          "shape":"PaymentOption",
13004          "documentation":"<p>The payment option for the reservation.</p>",
13005          "locationName":"paymentOption"
13006        },
13007        "UpfrontPrice":{
13008          "shape":"String",
13009          "documentation":"<p>The upfront price of the reservation.</p>",
13010          "locationName":"upfrontPrice"
13011        },
13012        "HourlyPrice":{
13013          "shape":"String",
13014          "documentation":"<p>The hourly price of the reservation per hour.</p>",
13015          "locationName":"hourlyPrice"
13016        },
13017        "CurrencyCode":{
13018          "shape":"CurrencyCodeValues",
13019          "documentation":"<p>The currency in which the <code>UpfrontPrice</code> and <code>HourlyPrice</code> amounts are specified. At this time, the only supported currency is <code>USD</code>.</p>",
13020          "locationName":"currencyCode"
13021        },
13022        "Duration":{
13023          "shape":"Integer",
13024          "documentation":"<p>The duration of the reservation's term in seconds.</p>",
13025          "locationName":"duration"
13026        }
13027      },
13028      "documentation":"<p>Describes the result of the purchase.</p>"
13029    },
13030    "PurchaseHostReservationRequest":{
13031      "type":"structure",
13032      "required":[
13033        "OfferingId",
13034        "HostIdSet"
13035      ],
13036      "members":{
13037        "OfferingId":{
13038          "shape":"String",
13039          "documentation":"<p>The ID of the offering.</p>"
13040        },
13041        "HostIdSet":{
13042          "shape":"RequestHostIdSet",
13043          "documentation":"<p>The ID/s of the Dedicated Host/s that the reservation will be associated with.</p>"
13044        },
13045        "LimitPrice":{
13046          "shape":"String",
13047          "documentation":"<p>The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's upfront cost multiplied by the host count). If the total upfront cost is greater than the specified price limit, the request will fail. This is used to ensure that the purchase does not exceed the expected upfront cost of the purchase. At this time, the only supported currency is <code>USD</code>. For example, to indicate a limit price of USD 100, specify 100.00.</p>"
13048        },
13049        "CurrencyCode":{
13050          "shape":"CurrencyCodeValues",
13051          "documentation":"<p>The currency in which the <code>totalUpfrontPrice</code>, <code>LimitPrice</code>, and <code>totalHourlyPrice</code> amounts are specified. At this time, the only supported currency is <code>USD</code>.</p>"
13052        },
13053        "ClientToken":{
13054          "shape":"String",
13055          "documentation":"<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>"
13056        }
13057      }
13058    },
13059    "PurchaseHostReservationResult":{
13060      "type":"structure",
13061      "members":{
13062        "Purchase":{
13063          "shape":"PurchaseSet",
13064          "documentation":"<p>Describes the details of the purchase.</p>",
13065          "locationName":"purchase"
13066        },
13067        "TotalUpfrontPrice":{
13068          "shape":"String",
13069          "documentation":"<p>The total amount that will be charged to your account when you purchase the reservation.</p>",
13070          "locationName":"totalUpfrontPrice"
13071        },
13072        "TotalHourlyPrice":{
13073          "shape":"String",
13074          "documentation":"<p>The total hourly price of the reservation calculated per hour.</p>",
13075          "locationName":"totalHourlyPrice"
13076        },
13077        "CurrencyCode":{
13078          "shape":"CurrencyCodeValues",
13079          "documentation":"<p>The currency in which the <code>totalUpfrontPrice</code> and <code>totalHourlyPrice</code> amounts are specified. At this time, the only supported currency is <code>USD</code>.</p>",
13080          "locationName":"currencyCode"
13081        },
13082        "ClientToken":{
13083          "shape":"String",
13084          "documentation":"<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>",
13085          "locationName":"clientToken"
13086        }
13087      }
13088    },
13089    "PurchaseRequest":{
13090      "type":"structure",
13091      "required":[
13092        "PurchaseToken",
13093        "InstanceCount"
13094      ],
13095      "members":{
13096        "PurchaseToken":{
13097          "shape":"String",
13098          "documentation":"<p>The purchase token.</p>"
13099        },
13100        "InstanceCount":{
13101          "shape":"Integer",
13102          "documentation":"<p>The number of instances.</p>"
13103        }
13104      },
13105      "documentation":"<p>Describes a request to purchase Scheduled Instances.</p>"
13106    },
13107    "PurchaseRequestSet":{
13108      "type":"list",
13109      "member":{
13110        "shape":"PurchaseRequest",
13111        "locationName":"PurchaseRequest"
13112      },
13113      "min":1
13114    },
13115    "PurchaseReservedInstancesOfferingRequest":{
13116      "type":"structure",
13117      "required":[
13118        "ReservedInstancesOfferingId",
13119        "InstanceCount"
13120      ],
13121      "members":{
13122        "DryRun":{
13123          "shape":"Boolean",
13124          "documentation":"<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>",
13125          "locationName":"dryRun"
13126        },
13127        "ReservedInstancesOfferingId":{
13128          "shape":"String",
13129          "documentation":"<p>The ID of the Reserved Instance offering to purchase.</p>"
13130        },
13131        "InstanceCount":{
13132          "shape":"Integer",
13133          "documentation":"<p>The number of Reserved Instances to purchase.</p>"
13134        },
13135        "LimitPrice":{
13136          "shape":"ReservedInstanceLimitPrice",
13137          "documentation":"<p>Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.</p>",
13138          "locationName":"limitPrice"
13139        }
13140      },
13141      "documentation":"<p>Contains the parameters for PurchaseReservedInstancesOffering.</p>"
13142    },
13143    "PurchaseReservedInstancesOfferingResult":{
13144      "type":"structure",
13145      "members":{
13146        "ReservedInstancesId":{
13147          "shape":"String",
13148          "documentation":"<p>The IDs of the purchased Reserved Instances.</p>",
13149          "locationName":"reservedInstancesId"
13150        }
13151      },
13152      "documentation":"<p>Contains the output of PurchaseReservedInstancesOffering.</p>"
13153    },
13154    "PurchaseScheduledInstancesRequest":{
13155      "type":"structure",
13156      "required":["PurchaseRequests"],
13157      "members":{
13158        "DryRun":{
13159          "shape":"Boolean",
13160          "documentation":"<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>"
13161        },
13162        "ClientToken":{
13163          "shape":"String",
13164          "documentation":"<p>Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
13165          "idempotencyToken":true
13166        },
13167        "PurchaseRequests":{
13168          "shape":"PurchaseRequestSet",
13169          "documentation":"<p>One or more purchase requests.</p>",
13170          "locationName":"PurchaseRequest"
13171        }
13172      },
13173      "documentation":"<p>Contains the parameters for PurchaseScheduledInstances.</p>"
13174    },
13175    "PurchaseScheduledInstancesResult":{
13176      "type":"structure",
13177      "members":{
13178        "ScheduledInstanceSet":{
13179          "shape":"PurchasedScheduledInstanceSet",
13180          "documentation":"<p>Information about the Scheduled Instances.</p>",
13181          "locationName":"scheduledInstanceSet"
13182        }
13183      },
13184      "documentation":"<p>Contains the output of PurchaseScheduledInstances.</p>"
13185    },
13186    "PurchaseSet":{
13187      "type":"list",
13188      "member":{"shape":"Purchase"}
13189    },
13190    "PurchasedScheduledInstanceSet":{
13191      "type":"list",
13192      "member":{
13193        "shape":"ScheduledInstance",
13194        "locationName":"item"
13195      }
13196    },
13197    "RIProductDescription":{
13198      "type":"string",
13199      "enum":[
13200        "Linux/UNIX",
13201        "Linux/UNIX (Amazon VPC)",
13202        "Windows",
13203        "Windows (Amazon VPC)"
13204      ]
13205    },
13206    "ReasonCodesList":{
13207      "type":"list",
13208      "member":{
13209        "shape":"ReportInstanceReasonCodes",
13210        "locationName":"item"
13211      }
13212    },
13213    "RebootInstancesRequest":{
13214      "type":"structure",
13215      "required":["InstanceIds"],
13216      "members":{
13217        "DryRun":{
13218          "shape":"Boolean",
13219          "documentation":"<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>",
13220          "locationName":"dryRun"
13221        },
13222        "InstanceIds":{
13223          "shape":"InstanceIdStringList",
13224          "documentation":"<p>One or more instance IDs.</p>",
13225          "locationName":"InstanceId"
13226        }
13227      },
13228      "documentation":"<p>Contains the parameters for RebootInstances.</p>"
13229    },
13230    "RecurringCharge":{
13231      "type":"structure",
13232      "members":{
13233        "Frequency":{
13234          "shape":"RecurringChargeFrequency",
13235          "documentation":"<p>The frequency of the recurring charge.</p>",
13236          "locationName":"frequency"
13237        },
13238        "Amount":{
13239          "shape":"Double",
13240          "documentation":"<p>The amount of the recurring charge.</p>",
13241          "locationName":"amount"
13242        }
13243      },
13244      "documentation":"<p>Describes a recurring charge.</p>"
13245    },
13246    "RecurringChargeFrequency":{
13247      "type":"string",
13248      "enum":["Hourly"]
13249    },
13250    "RecurringChargesList":{
13251      "type":"list",
13252      "member":{
13253        "shape":"RecurringCharge",
13254        "locationName":"item"
13255      }
13256    },
13257    "Region":{
13258      "type":"structure",
13259      "members":{
13260        "RegionName":{
13261          "shape":"String",
13262          "documentation":"<p>The name of the region.</p>",
13263          "locationName":"regionName"
13264        },
13265        "Endpoint":{
13266          "shape":"String",
13267          "documentation":"<p>The region service endpoint.</p>",
13268          "locationName":"regionEndpoint"
13269        }
13270      },
13271      "documentation":"<p>Describes a region.</p>"
13272    },
13273    "RegionList":{
13274      "type":"list",
13275      "member":{
13276        "shape":"Region",
13277        "locationName":"item"
13278      }
13279    },
13280    "RegionNameStringList":{
13281      "type":"list",
13282      "member":{
13283        "shape":"String",
13284        "locationName":"RegionName"
13285      }
13286    },
13287    "RegisterImageRequest":{
13288      "type":"structure",
13289      "required":["Name"],
13290      "members":{
13291        "DryRun":{
13292          "shape":"Boolean",
13293          "documentation":"<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>",
13294          "locationName":"dryRun"
13295        },
13296        "ImageLocation":{
13297          "shape":"String",
13298          "documentation":"<p>The full path to your AMI manifest in Amazon S3 storage.</p>"
13299        },
13300        "Name":{
13301          "shape":"String",
13302          "documentation":"<p>A name for your AMI.</p> <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>",
13303          "locationName":"name"
13304        },
13305        "Description":{
13306          "shape":"String",
13307          "documentation":"<p>A description for your AMI.</p>",
13308          "locationName":"description"
13309        },
13310        "Architecture":{
13311          "shape":"ArchitectureValues",
13312          "documentation":"<p>The architecture of the AMI.</p> <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>. For instance store-backed AMIs, the architecture specified in the manifest file.</p>",
13313          "locationName":"architecture"
13314        },
13315        "KernelId":{
13316          "shape":"String",
13317          "documentation":"<p>The ID of the kernel.</p>",
13318          "locationName":"kernelId"
13319        },
13320        "RamdiskId":{
13321          "shape":"String",
13322          "documentation":"<p>The ID of the RAM disk.</p>",
13323          "locationName":"ramdiskId"
13324        },
13325        "RootDeviceName":{
13326          "shape":"String",
13327          "documentation":"<p>The name of the root device (for example, <code>/dev/sda1</code>, or <code>/dev/xvda</code>).</p>",
13328          "locationName":"rootDeviceName"
13329        },
13330        "BlockDeviceMappings":{
13331          "shape":"BlockDeviceMappingRequestList",
13332          "documentation":"<p>One or more block device mapping entries.</p>",
13333          "locationName":"BlockDeviceMapping"
13334        },
13335        "VirtualizationType":{
13336          "shape":"String",
13337          "documentation":"<p>The type of virtualization.</p> <p>Default: <code>paravirtual</code> </p>",
13338          "locationName":"virtualizationType"
13339        },
13340        "SriovNetSupport":{
13341          "shape":"String",
13342          "documentation":"<p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.</p> <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p> <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>",
13343          "locationName":"sriovNetSupport"
13344        },
13345        "EnaSupport":{
13346          "shape":"Boolean",
13347          "documentation":"<p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.</p> <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>",
13348          "locationName":"enaSupport"
13349        }
13350      },
13351      "documentation":"<p>Contains the parameters for RegisterImage.</p>"
13352    },
13353    "RegisterImageResult":{
13354      "type":"structure",
13355      "members":{
13356        "ImageId":{
13357          "shape":"String",
13358          "documentation":"<p>The ID of the newly registered AMI.</p>",
13359          "locationName":"imageId"
13360        }
13361      },
13362      "documentation":"<p>Contains the output of RegisterImage.</p>"
13363    },
13364    "RejectVpcPeeringConnectionRequest":{
13365      "type":"structure",
13366      "required":["VpcPeeringConnectionId"],
13367      "members":{
13368        "DryRun":{
13369          "shape":"Boolean",
13370          "documentation":"<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>",
13371          "locationName":"dryRun"
13372        },
13373        "VpcPeeringConnectionId":{
13374          "shape":"String",
13375          "documentation":"<p>The ID of the VPC peering connection.</p>",
13376          "locationName":"vpcPeeringConnectionId"
13377        }
13378      },
13379      "documentation":"<p>Contains the parameters for RejectVpcPeeringConnection.</p>"
13380    },
13381    "RejectVpcPeeringConnectionResult":{
13382      "type":"structure",
13383      "members":{
13384        "Return":{
13385          "shape":"Boolean",
13386          "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
13387          "locationName":"return"
13388        }
13389      },
13390      "documentation":"<p>Contains the output of RejectVpcPeeringConnection.</p>"
13391    },
13392    "ReleaseAddressRequest":{
13393      "type":"structure",
13394      "members":{
13395        "DryRun":{
13396          "shape":"Boolean",
13397          "documentation":"<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>",
13398          "locationName":"dryRun"
13399        },
13400        "PublicIp":{
13401          "shape":"String",
13402          "documentation":"<p>[EC2-Classic] The Elastic IP address. Required for EC2-Classic.</p>"
13403        },
13404        "AllocationId":{
13405          "shape":"String",
13406          "documentation":"<p>[EC2-VPC] The allocation ID. Required for EC2-VPC.</p>"
13407        }
13408      },
13409      "documentation":"<p>Contains the parameters for ReleaseAddress.</p>"
13410    },
13411    "ReleaseHostsRequest":{
13412      "type":"structure",
13413      "required":["HostIds"],
13414      "members":{
13415        "HostIds":{
13416          "shape":"RequestHostIdList",
13417          "documentation":"<p>The IDs of the Dedicated Hosts you want to release.</p>",
13418          "locationName":"hostId"
13419        }
13420      },
13421      "documentation":"<p>Contains the parameters for ReleaseHosts.</p>"
13422    },
13423    "ReleaseHostsResult":{
13424      "type":"structure",
13425      "members":{
13426        "Successful":{
13427          "shape":"ResponseHostIdList",
13428          "documentation":"<p>The IDs of the Dedicated Hosts that were successfully released.</p>",
13429          "locationName":"successful"
13430        },
13431        "Unsuccessful":{
13432          "shape":"UnsuccessfulItemList",
13433          "documentation":"<p>The IDs of the Dedicated Hosts that could not be released, including an error message.</p>",
13434          "locationName":"unsuccessful"
13435        }
13436      },
13437      "documentation":"<p>Contains the output of ReleaseHosts.</p>"
13438    },
13439    "ReplaceNetworkAclAssociationRequest":{
13440      "type":"structure",
13441      "required":[
13442        "AssociationId",
13443        "NetworkAclId"
13444      ],
13445      "members":{
13446        "DryRun":{
13447          "shape":"Boolean",
13448          "documentation":"<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>",
13449          "locationName":"dryRun"
13450        },
13451        "AssociationId":{
13452          "shape":"String",
13453          "documentation":"<p>The ID of the current association between the original network ACL and the subnet.</p>",
13454          "locationName":"associationId"
13455        },
13456        "NetworkAclId":{
13457          "shape":"String",
13458          "documentation":"<p>The ID of the new network ACL to associate with the subnet.</p>",
13459          "locationName":"networkAclId"
13460        }
13461      },
13462      "documentation":"<p>Contains the parameters for ReplaceNetworkAclAssociation.</p>"
13463    },
13464    "ReplaceNetworkAclAssociationResult":{
13465      "type":"structure",
13466      "members":{
13467        "NewAssociationId":{
13468          "shape":"String",
13469          "documentation":"<p>The ID of the new association.</p>",
13470          "locationName":"newAssociationId"
13471        }
13472      },
13473      "documentation":"<p>Contains the output of ReplaceNetworkAclAssociation.</p>"
13474    },
13475    "ReplaceNetworkAclEntryRequest":{
13476      "type":"structure",
13477      "required":[
13478        "NetworkAclId",
13479        "RuleNumber",
13480        "Protocol",
13481        "RuleAction",
13482        "Egress",
13483        "CidrBlock"
13484      ],
13485      "members":{
13486        "DryRun":{
13487          "shape":"Boolean",
13488          "documentation":"<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>",
13489          "locationName":"dryRun"
13490        },
13491        "NetworkAclId":{
13492          "shape":"String",
13493          "documentation":"<p>The ID of the ACL.</p>",
13494          "locationName":"networkAclId"
13495        },
13496        "RuleNumber":{
13497          "shape":"Integer",
13498          "documentation":"<p>The rule number of the entry to replace.</p>",
13499          "locationName":"ruleNumber"
13500        },
13501        "Protocol":{
13502          "shape":"String",
13503          "documentation":"<p>The IP protocol. You can specify <code>all</code> or <code>-1</code> to mean all protocols.</p>",
13504          "locationName":"protocol"
13505        },
13506        "RuleAction":{
13507          "shape":"RuleAction",
13508          "documentation":"<p>Indicates whether to allow or deny the traffic that matches the rule.</p>",
13509          "locationName":"ruleAction"
13510        },
13511        "Egress":{
13512          "shape":"Boolean",
13513          "documentation":"<p>Indicates whether to replace the egress rule.</p> <p>Default: If no value is specified, we replace the ingress rule.</p>",
13514          "locationName":"egress"
13515        },
13516        "CidrBlock":{
13517          "shape":"String",
13518          "documentation":"<p>The network range to allow or deny, in CIDR notation.</p>",
13519          "locationName":"cidrBlock"
13520        },
13521        "IcmpTypeCode":{
13522          "shape":"IcmpTypeCode",
13523          "documentation":"<p>ICMP protocol: The ICMP type and code. Required if specifying 1 (ICMP) for the protocol.</p>",
13524          "locationName":"Icmp"
13525        },
13526        "PortRange":{
13527          "shape":"PortRange",
13528          "documentation":"<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>",
13529          "locationName":"portRange"
13530        }
13531      },
13532      "documentation":"<p>Contains the parameters for ReplaceNetworkAclEntry.</p>"
13533    },
13534    "ReplaceRouteRequest":{
13535      "type":"structure",
13536      "required":[
13537        "RouteTableId",
13538        "DestinationCidrBlock"
13539      ],
13540      "members":{
13541        "DryRun":{
13542          "shape":"Boolean",
13543          "documentation":"<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>",
13544          "locationName":"dryRun"
13545        },
13546        "RouteTableId":{
13547          "shape":"String",
13548          "documentation":"<p>The ID of the route table.</p>",
13549          "locationName":"routeTableId"
13550        },
13551        "DestinationCidrBlock":{
13552          "shape":"String",
13553          "documentation":"<p>The CIDR address block used for the destination match. The value you provide must match the CIDR of an existing route in the table.</p>",
13554          "locationName":"destinationCidrBlock"
13555        },
13556        "GatewayId":{
13557          "shape":"String",
13558          "documentation":"<p>The ID of an Internet gateway or virtual private gateway.</p>",
13559          "locationName":"gatewayId"
13560        },
13561        "InstanceId":{
13562          "shape":"String",
13563          "documentation":"<p>The ID of a NAT instance in your VPC.</p>",
13564          "locationName":"instanceId"
13565        },
13566        "NetworkInterfaceId":{
13567          "shape":"String",
13568          "documentation":"<p>The ID of a network interface.</p>",
13569          "locationName":"networkInterfaceId"
13570        },
13571        "VpcPeeringConnectionId":{
13572          "shape":"String",
13573          "documentation":"<p>The ID of a VPC peering connection.</p>",
13574          "locationName":"vpcPeeringConnectionId"
13575        },
13576        "NatGatewayId":{
13577          "shape":"String",
13578          "documentation":"<p>The ID of a NAT gateway.</p>",
13579          "locationName":"natGatewayId"
13580        }
13581      },
13582      "documentation":"<p>Contains the parameters for ReplaceRoute.</p>"
13583    },
13584    "ReplaceRouteTableAssociationRequest":{
13585      "type":"structure",
13586      "required":[
13587        "AssociationId",
13588        "RouteTableId"
13589      ],
13590      "members":{
13591        "DryRun":{
13592          "shape":"Boolean",
13593          "documentation":"<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>",
13594          "locationName":"dryRun"
13595        },
13596        "AssociationId":{
13597          "shape":"String",
13598          "documentation":"<p>The association ID.</p>",
13599          "locationName":"associationId"
13600        },
13601        "RouteTableId":{
13602          "shape":"String",
13603          "documentation":"<p>The ID of the new route table to associate with the subnet.</p>",
13604          "locationName":"routeTableId"
13605        }
13606      },
13607      "documentation":"<p>Contains the parameters for ReplaceRouteTableAssociation.</p>"
13608    },
13609    "ReplaceRouteTableAssociationResult":{
13610      "type":"structure",
13611      "members":{
13612        "NewAssociationId":{
13613          "shape":"String",
13614          "documentation":"<p>The ID of the new association.</p>",
13615          "locationName":"newAssociationId"
13616        }
13617      },
13618      "documentation":"<p>Contains the output of ReplaceRouteTableAssociation.</p>"
13619    },
13620    "ReportInstanceReasonCodes":{
13621      "type":"string",
13622      "enum":[
13623        "instance-stuck-in-state",
13624        "unresponsive",
13625        "not-accepting-credentials",
13626        "password-not-available",
13627        "performance-network",
13628        "performance-instance-store",
13629        "performance-ebs-volume",
13630        "performance-other",
13631        "other"
13632      ]
13633    },
13634    "ReportInstanceStatusRequest":{
13635      "type":"structure",
13636      "required":[
13637        "Instances",
13638        "Status",
13639        "ReasonCodes"
13640      ],
13641      "members":{
13642        "DryRun":{
13643          "shape":"Boolean",
13644          "documentation":"<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>",
13645          "locationName":"dryRun"
13646        },
13647        "Instances":{
13648          "shape":"InstanceIdStringList",
13649          "documentation":"<p>One or more instances.</p>",
13650          "locationName":"instanceId"
13651        },
13652        "Status":{
13653          "shape":"ReportStatusType",
13654          "documentation":"<p>The status of all instances listed.</p>",
13655          "locationName":"status"
13656        },
13657        "StartTime":{
13658          "shape":"DateTime",
13659          "documentation":"<p>The time at which the reported instance health state began.</p>",
13660          "locationName":"startTime"
13661        },
13662        "EndTime":{
13663          "shape":"DateTime",
13664          "documentation":"<p>The time at which the reported instance health state ended.</p>",
13665          "locationName":"endTime"
13666        },
13667        "ReasonCodes":{
13668          "shape":"ReasonCodesList",
13669          "documentation":"<p>One or more reason codes that describes the health state of your instance.</p> <ul> <li> <p> <code>instance-stuck-in-state</code>: My instance is stuck in a state.</p> </li> <li> <p> <code>unresponsive</code>: My instance is unresponsive.</p> </li> <li> <p> <code>not-accepting-credentials</code>: My instance is not accepting my credentials.</p> </li> <li> <p> <code>password-not-available</code>: A password is not available for my instance.</p> </li> <li> <p> <code>performance-network</code>: My instance is experiencing performance problems which I believe are network related.</p> </li> <li> <p> <code>performance-instance-store</code>: My instance is experiencing performance problems which I believe are related to the instance stores.</p> </li> <li> <p> <code>performance-ebs-volume</code>: My instance is experiencing performance problems which I believe are related to an EBS volume.</p> </li> <li> <p> <code>performance-other</code>: My instance is experiencing performance problems.</p> </li> <li> <p> <code>other</code>: [explain using the description parameter]</p> </li> </ul>",
13670          "locationName":"reasonCode"
13671        },
13672        "Description":{
13673          "shape":"String",
13674          "documentation":"<p>Descriptive text about the health state of your instance.</p>",
13675          "locationName":"description"
13676        }
13677      },
13678      "documentation":"<p>Contains the parameters for ReportInstanceStatus.</p>"
13679    },
13680    "ReportStatusType":{
13681      "type":"string",
13682      "enum":[
13683        "ok",
13684        "impaired"
13685      ]
13686    },
13687    "RequestHostIdList":{
13688      "type":"list",
13689      "member":{
13690        "shape":"String",
13691        "locationName":"item"
13692      }
13693    },
13694    "RequestHostIdSet":{
13695      "type":"list",
13696      "member":{
13697        "shape":"String",
13698        "locationName":"item"
13699      }
13700    },
13701    "RequestSpotFleetRequest":{
13702      "type":"structure",
13703      "required":["SpotFleetRequestConfig"],
13704      "members":{
13705        "DryRun":{
13706          "shape":"Boolean",
13707          "documentation":"<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>",
13708          "locationName":"dryRun"
13709        },
13710        "SpotFleetRequestConfig":{
13711          "shape":"SpotFleetRequestConfigData",
13712          "documentation":"<p>The configuration for the Spot fleet request.</p>",
13713          "locationName":"spotFleetRequestConfig"
13714        }
13715      },
13716      "documentation":"<p>Contains the parameters for RequestSpotFleet.</p>"
13717    },
13718    "RequestSpotFleetResponse":{
13719      "type":"structure",
13720      "required":["SpotFleetRequestId"],
13721      "members":{
13722        "SpotFleetRequestId":{
13723          "shape":"String",
13724          "documentation":"<p>The ID of the Spot fleet request.</p>",
13725          "locationName":"spotFleetRequestId"
13726        }
13727      },
13728      "documentation":"<p>Contains the output of RequestSpotFleet.</p>"
13729    },
13730    "RequestSpotInstancesRequest":{
13731      "type":"structure",
13732      "required":["SpotPrice"],
13733      "members":{
13734        "DryRun":{
13735          "shape":"Boolean",
13736          "documentation":"<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>",
13737          "locationName":"dryRun"
13738        },
13739        "SpotPrice":{
13740          "shape":"String",
13741          "documentation":"<p>The maximum hourly price (bid) for any Spot instance launched to fulfill the request.</p>",
13742          "locationName":"spotPrice"
13743        },
13744        "ClientToken":{
13745          "shape":"String",
13746          "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the 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>",
13747          "locationName":"clientToken"
13748        },
13749        "InstanceCount":{
13750          "shape":"Integer",
13751          "documentation":"<p>The maximum number of Spot instances to launch.</p> <p>Default: 1</p>",
13752          "locationName":"instanceCount"
13753        },
13754        "Type":{
13755          "shape":"SpotInstanceType",
13756          "documentation":"<p>The Spot instance request type.</p> <p>Default: <code>one-time</code> </p>",
13757          "locationName":"type"
13758        },
13759        "ValidFrom":{
13760          "shape":"DateTime",
13761          "documentation":"<p>The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled.</p> <p>Default: The request is effective indefinitely.</p>",
13762          "locationName":"validFrom"
13763        },
13764        "ValidUntil":{
13765          "shape":"DateTime",
13766          "documentation":"<p>The end date of the request. If this is a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached.</p> <p>Default: The request is effective indefinitely.</p>",
13767          "locationName":"validUntil"
13768        },
13769        "LaunchGroup":{
13770          "shape":"String",
13771          "documentation":"<p>The instance launch group. Launch groups are Spot instances that launch together and terminate together.</p> <p>Default: Instances are launched and terminated individually</p>",
13772          "locationName":"launchGroup"
13773        },
13774        "AvailabilityZoneGroup":{
13775          "shape":"String",
13776          "documentation":"<p>The user-specified name for a logical grouping of bids.</p> <p>When you specify an Availability Zone group in a Spot Instance request, all Spot instances in the request are launched in the same Availability Zone. Instance proximity is maintained with this parameter, but the choice of Availability Zone is not. The group applies only to bids for Spot Instances of the same instance type. Any additional Spot instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active.</p> <p>If there is no active instance running in the Availability Zone group that you specify for a new Spot instance request (all instances are terminated, the bid is expired, or the bid falls below current market), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group.</p> <p>Default: Instances are launched in any available Availability Zone.</p>",
13777          "locationName":"availabilityZoneGroup"
13778        },
13779        "BlockDurationMinutes":{
13780          "shape":"Integer",
13781          "documentation":"<p>The required duration for the Spot instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).</p> <p>The duration period starts as soon as your Spot instance receives its instance ID. At the end of the duration period, Amazon EC2 marks the Spot instance for termination and provides a Spot instance termination notice, which gives the instance a two-minute warning before it terminates.</p> <p>Note that you can't specify an Availability Zone group or a launch group if you specify a duration.</p>",
13782          "locationName":"blockDurationMinutes"
13783        },
13784        "LaunchSpecification":{"shape":"RequestSpotLaunchSpecification"}
13785      },
13786      "documentation":"<p>Contains the parameters for RequestSpotInstances.</p>"
13787    },
13788    "RequestSpotInstancesResult":{
13789      "type":"structure",
13790      "members":{
13791        "SpotInstanceRequests":{
13792          "shape":"SpotInstanceRequestList",
13793          "documentation":"<p>One or more Spot instance requests.</p>",
13794          "locationName":"spotInstanceRequestSet"
13795        }
13796      },
13797      "documentation":"<p>Contains the output of RequestSpotInstances.</p>"
13798    },
13799    "RequestSpotLaunchSpecification":{
13800      "type":"structure",
13801      "members":{
13802        "ImageId":{
13803          "shape":"String",
13804          "documentation":"<p>The ID of the AMI.</p>",
13805          "locationName":"imageId"
13806        },
13807        "KeyName":{
13808          "shape":"String",
13809          "documentation":"<p>The name of the key pair.</p>",
13810          "locationName":"keyName"
13811        },
13812        "SecurityGroups":{
13813          "shape":"ValueStringList",
13814          "locationName":"SecurityGroup"
13815        },
13816        "UserData":{
13817          "shape":"String",
13818          "documentation":"<p>The user data to make available to the instances. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>",
13819          "locationName":"userData"
13820        },
13821        "AddressingType":{
13822          "shape":"String",
13823          "documentation":"<p>Deprecated.</p>",
13824          "locationName":"addressingType"
13825        },
13826        "InstanceType":{
13827          "shape":"InstanceType",
13828          "documentation":"<p>The instance type.</p>",
13829          "locationName":"instanceType"
13830        },
13831        "Placement":{
13832          "shape":"SpotPlacement",
13833          "documentation":"<p>The placement information for the instance.</p>",
13834          "locationName":"placement"
13835        },
13836        "KernelId":{
13837          "shape":"String",
13838          "documentation":"<p>The ID of the kernel.</p>",
13839          "locationName":"kernelId"
13840        },
13841        "RamdiskId":{
13842          "shape":"String",
13843          "documentation":"<p>The ID of the RAM disk.</p>",
13844          "locationName":"ramdiskId"
13845        },
13846        "BlockDeviceMappings":{
13847          "shape":"BlockDeviceMappingList",
13848          "documentation":"<p>One or more block device mapping entries.</p> <p>Although you can specify encrypted EBS volumes in this block device mapping for your Spot Instances, these volumes are not encrypted.</p>",
13849          "locationName":"blockDeviceMapping"
13850        },
13851        "SubnetId":{
13852          "shape":"String",
13853          "documentation":"<p>The ID of the subnet in which to launch the instance.</p>",
13854          "locationName":"subnetId"
13855        },
13856        "NetworkInterfaces":{
13857          "shape":"InstanceNetworkInterfaceSpecificationList",
13858          "documentation":"<p>One or more network interfaces.</p>",
13859          "locationName":"NetworkInterface"
13860        },
13861        "IamInstanceProfile":{
13862          "shape":"IamInstanceProfileSpecification",
13863          "documentation":"<p>The IAM instance profile.</p>",
13864          "locationName":"iamInstanceProfile"
13865        },
13866        "EbsOptimized":{
13867          "shape":"Boolean",
13868          "documentation":"<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>",
13869          "locationName":"ebsOptimized"
13870        },
13871        "Monitoring":{
13872          "shape":"RunInstancesMonitoringEnabled",
13873          "locationName":"monitoring"
13874        },
13875        "SecurityGroupIds":{
13876          "shape":"ValueStringList",
13877          "locationName":"SecurityGroupId"
13878        }
13879      },
13880      "documentation":"<p>Describes the launch specification for an instance.</p>"
13881    },
13882    "Reservation":{
13883      "type":"structure",
13884      "members":{
13885        "ReservationId":{
13886          "shape":"String",
13887          "documentation":"<p>The ID of the reservation.</p>",
13888          "locationName":"reservationId"
13889        },
13890        "OwnerId":{
13891          "shape":"String",
13892          "documentation":"<p>The ID of the AWS account that owns the reservation.</p>",
13893          "locationName":"ownerId"
13894        },
13895        "RequesterId":{
13896          "shape":"String",
13897          "documentation":"<p>The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).</p>",
13898          "locationName":"requesterId"
13899        },
13900        "Groups":{
13901          "shape":"GroupIdentifierList",
13902          "documentation":"<p>[EC2-Classic only] One or more security groups.</p>",
13903          "locationName":"groupSet"
13904        },
13905        "Instances":{
13906          "shape":"InstanceList",
13907          "documentation":"<p>One or more instances.</p>",
13908          "locationName":"instancesSet"
13909        }
13910      },
13911      "documentation":"<p>Describes a reservation.</p>"
13912    },
13913    "ReservationList":{
13914      "type":"list",
13915      "member":{
13916        "shape":"Reservation",
13917        "locationName":"item"
13918      }
13919    },
13920    "ReservationState":{
13921      "type":"string",
13922      "enum":[
13923        "payment-pending",
13924        "payment-failed",
13925        "active",
13926        "retired"
13927      ]
13928    },
13929    "ReservationValue":{
13930      "type":"structure",
13931      "members":{
13932        "RemainingTotalValue":{
13933          "shape":"String",
13934          "documentation":"<p>The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).</p>",
13935          "locationName":"remainingTotalValue"
13936        },
13937        "RemainingUpfrontValue":{
13938          "shape":"String",
13939          "documentation":"<p>The remaining upfront cost of the reservation.</p>",
13940          "locationName":"remainingUpfrontValue"
13941        },
13942        "HourlyPrice":{
13943          "shape":"String",
13944          "documentation":"<p>The hourly rate of the reservation.</p>",
13945          "locationName":"hourlyPrice"
13946        }
13947      },
13948      "documentation":"<p>The cost associated with the Reserved Instance.</p>"
13949    },
13950    "ReservedInstanceIdSet":{
13951      "type":"list",
13952      "member":{
13953        "shape":"String",
13954        "locationName":"ReservedInstanceId"
13955      }
13956    },
13957    "ReservedInstanceLimitPrice":{
13958      "type":"structure",
13959      "members":{
13960        "Amount":{
13961          "shape":"Double",
13962          "documentation":"<p>Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).</p>",
13963          "locationName":"amount"
13964        },
13965        "CurrencyCode":{
13966          "shape":"CurrencyCodeValues",
13967          "documentation":"<p>The currency in which the <code>limitPrice</code> amount is specified. At this time, the only supported currency is <code>USD</code>.</p>",
13968          "locationName":"currencyCode"
13969        }
13970      },
13971      "documentation":"<p>Describes the limit price of a Reserved Instance offering.</p>"
13972    },
13973    "ReservedInstanceReservationValue":{
13974      "type":"structure",
13975      "members":{
13976        "ReservedInstanceId":{
13977          "shape":"String",
13978          "documentation":"<p>The ID of the Convertible Reserved Instance that you are exchanging.</p>",
13979          "locationName":"reservedInstanceId"
13980        },
13981        "ReservationValue":{
13982          "shape":"ReservationValue",
13983          "documentation":"<p>The total value of the Convertible Reserved Instance that you are exchanging.</p>",
13984          "locationName":"reservationValue"
13985        }
13986      },
13987      "documentation":"<p>The total value of the Convertible Reserved Instance.</p>"
13988    },
13989    "ReservedInstanceReservationValueSet":{
13990      "type":"list",
13991      "member":{
13992        "shape":"ReservedInstanceReservationValue",
13993        "locationName":"item"
13994      }
13995    },
13996    "ReservedInstanceState":{
13997      "type":"string",
13998      "enum":[
13999        "payment-pending",
14000        "active",
14001        "payment-failed",
14002        "retired"
14003      ]
14004    },
14005    "ReservedInstances":{
14006      "type":"structure",
14007      "members":{
14008        "ReservedInstancesId":{
14009          "shape":"String",
14010          "documentation":"<p>The ID of the Reserved Instance.</p>",
14011          "locationName":"reservedInstancesId"
14012        },
14013        "InstanceType":{
14014          "shape":"InstanceType",
14015          "documentation":"<p>The instance type on which the Reserved Instance can be used.</p>",
14016          "locationName":"instanceType"
14017        },
14018        "AvailabilityZone":{
14019          "shape":"String",
14020          "documentation":"<p>The Availability Zone in which the Reserved Instance can be used.</p>",
14021          "locationName":"availabilityZone"
14022        },
14023        "Start":{
14024          "shape":"DateTime",
14025          "documentation":"<p>The date and time the Reserved Instance started.</p>",
14026          "locationName":"start"
14027        },
14028        "End":{
14029          "shape":"DateTime",
14030          "documentation":"<p>The time when the Reserved Instance expires.</p>",
14031          "locationName":"end"
14032        },
14033        "Duration":{
14034          "shape":"Long",
14035          "documentation":"<p>The duration of the Reserved Instance, in seconds.</p>",
14036          "locationName":"duration"
14037        },
14038        "UsagePrice":{
14039          "shape":"Float",
14040          "documentation":"<p>The usage price of the Reserved Instance, per hour.</p>",
14041          "locationName":"usagePrice"
14042        },
14043        "FixedPrice":{
14044          "shape":"Float",
14045          "documentation":"<p>The purchase price of the Reserved Instance.</p>",
14046          "locationName":"fixedPrice"
14047        },
14048        "InstanceCount":{
14049          "shape":"Integer",
14050          "documentation":"<p>The number of reservations purchased.</p>",
14051          "locationName":"instanceCount"
14052        },
14053        "ProductDescription":{
14054          "shape":"RIProductDescription",
14055          "documentation":"<p>The Reserved Instance product platform description.</p>",
14056          "locationName":"productDescription"
14057        },
14058        "State":{
14059          "shape":"ReservedInstanceState",
14060          "documentation":"<p>The state of the Reserved Instance purchase.</p>",
14061          "locationName":"state"
14062        },
14063        "Tags":{
14064          "shape":"TagList",
14065          "documentation":"<p>Any tags assigned to the resource.</p>",
14066          "locationName":"tagSet"
14067        },
14068        "InstanceTenancy":{
14069          "shape":"Tenancy",
14070          "documentation":"<p>The tenancy of the instance.</p>",
14071          "locationName":"instanceTenancy"
14072        },
14073        "CurrencyCode":{
14074          "shape":"CurrencyCodeValues",
14075          "documentation":"<p>The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is <code>USD</code>.</p>",
14076          "locationName":"currencyCode"
14077        },
14078        "OfferingType":{
14079          "shape":"OfferingTypeValues",
14080          "documentation":"<p>The Reserved Instance offering type.</p>",
14081          "locationName":"offeringType"
14082        },
14083        "RecurringCharges":{
14084          "shape":"RecurringChargesList",
14085          "documentation":"<p>The recurring charge tag assigned to the resource.</p>",
14086          "locationName":"recurringCharges"
14087        },
14088        "OfferingClass":{
14089          "shape":"OfferingClassType",
14090          "documentation":"<p>The offering class of the Reserved Instance.</p>",
14091          "locationName":"offeringClass"
14092        },
14093        "Scope":{
14094          "shape":"scope",
14095          "documentation":"<p>The scope of the Reserved Instance.</p>",
14096          "locationName":"scope"
14097        }
14098      },
14099      "documentation":"<p>Describes a Reserved Instance.</p>"
14100    },
14101    "ReservedInstancesConfiguration":{
14102      "type":"structure",
14103      "members":{
14104        "AvailabilityZone":{
14105          "shape":"String",
14106          "documentation":"<p>The Availability Zone for the modified Reserved Instances.</p>",
14107          "locationName":"availabilityZone"
14108        },
14109        "Platform":{
14110          "shape":"String",
14111          "documentation":"<p>The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.</p>",
14112          "locationName":"platform"
14113        },
14114        "InstanceCount":{
14115          "shape":"Integer",
14116          "documentation":"<p>The number of modified Reserved Instances.</p>",
14117          "locationName":"instanceCount"
14118        },
14119        "InstanceType":{
14120          "shape":"InstanceType",
14121          "documentation":"<p>The instance type for the modified Reserved Instances.</p>",
14122          "locationName":"instanceType"
14123        },
14124        "Scope":{
14125          "shape":"scope",
14126          "documentation":"<p>Whether the Reserved Instance is <code>standard</code> or <code>convertible</code>.</p>",
14127          "locationName":"scope"
14128        }
14129      },
14130      "documentation":"<p>Describes the configuration settings for the modified Reserved Instances.</p>"
14131    },
14132    "ReservedInstancesConfigurationList":{
14133      "type":"list",
14134      "member":{
14135        "shape":"ReservedInstancesConfiguration",
14136        "locationName":"item"
14137      }
14138    },
14139    "ReservedInstancesId":{
14140      "type":"structure",
14141      "members":{
14142        "ReservedInstancesId":{
14143          "shape":"String",
14144          "documentation":"<p>The ID of the Reserved Instance.</p>",
14145          "locationName":"reservedInstancesId"
14146        }
14147      },
14148      "documentation":"<p>Describes the ID of a Reserved Instance.</p>"
14149    },
14150    "ReservedInstancesIdStringList":{
14151      "type":"list",
14152      "member":{
14153        "shape":"String",
14154        "locationName":"ReservedInstancesId"
14155      }
14156    },
14157    "ReservedInstancesList":{
14158      "type":"list",
14159      "member":{
14160        "shape":"ReservedInstances",
14161        "locationName":"item"
14162      }
14163    },
14164    "ReservedInstancesListing":{
14165      "type":"structure",
14166      "members":{
14167        "ReservedInstancesListingId":{
14168          "shape":"String",
14169          "documentation":"<p>The ID of the Reserved Instance listing.</p>",
14170          "locationName":"reservedInstancesListingId"
14171        },
14172        "ReservedInstancesId":{
14173          "shape":"String",
14174          "documentation":"<p>The ID of the Reserved Instance.</p>",
14175          "locationName":"reservedInstancesId"
14176        },
14177        "CreateDate":{
14178          "shape":"DateTime",
14179          "documentation":"<p>The time the listing was created.</p>",
14180          "locationName":"createDate"
14181        },
14182        "UpdateDate":{
14183          "shape":"DateTime",
14184          "documentation":"<p>The last modified timestamp of the listing.</p>",
14185          "locationName":"updateDate"
14186        },
14187        "Status":{
14188          "shape":"ListingStatus",
14189          "documentation":"<p>The status of the Reserved Instance listing.</p>",
14190          "locationName":"status"
14191        },
14192        "StatusMessage":{
14193          "shape":"String",
14194          "documentation":"<p>The reason for the current status of the Reserved Instance listing. The response can be blank.</p>",
14195          "locationName":"statusMessage"
14196        },
14197        "InstanceCounts":{
14198          "shape":"InstanceCountList",
14199          "documentation":"<p>The number of instances in this state.</p>",
14200          "locationName":"instanceCounts"
14201        },
14202        "PriceSchedules":{
14203          "shape":"PriceScheduleList",
14204          "documentation":"<p>The price of the Reserved Instance listing.</p>",
14205          "locationName":"priceSchedules"
14206        },
14207        "Tags":{
14208          "shape":"TagList",
14209          "documentation":"<p>Any tags assigned to the resource.</p>",
14210          "locationName":"tagSet"
14211        },
14212        "ClientToken":{
14213          "shape":"String",
14214          "documentation":"<p>A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14215          "locationName":"clientToken"
14216        }
14217      },
14218      "documentation":"<p>Describes a Reserved Instance listing.</p>"
14219    },
14220    "ReservedInstancesListingList":{
14221      "type":"list",
14222      "member":{
14223        "shape":"ReservedInstancesListing",
14224        "locationName":"item"
14225      }
14226    },
14227    "ReservedInstancesModification":{
14228      "type":"structure",
14229      "members":{
14230        "ReservedInstancesModificationId":{
14231          "shape":"String",
14232          "documentation":"<p>A unique ID for the Reserved Instance modification.</p>",
14233          "locationName":"reservedInstancesModificationId"
14234        },
14235        "ReservedInstancesIds":{
14236          "shape":"ReservedIntancesIds",
14237          "documentation":"<p>The IDs of one or more Reserved Instances.</p>",
14238          "locationName":"reservedInstancesSet"
14239        },
14240        "ModificationResults":{
14241          "shape":"ReservedInstancesModificationResultList",
14242          "documentation":"<p>Contains target configurations along with their corresponding new Reserved Instance IDs.</p>",
14243          "locationName":"modificationResultSet"
14244        },
14245        "CreateDate":{
14246          "shape":"DateTime",
14247          "documentation":"<p>The time when the modification request was created.</p>",
14248          "locationName":"createDate"
14249        },
14250        "UpdateDate":{
14251          "shape":"DateTime",
14252          "documentation":"<p>The time when the modification request was last updated.</p>",
14253          "locationName":"updateDate"
14254        },
14255        "EffectiveDate":{
14256          "shape":"DateTime",
14257          "documentation":"<p>The time for the modification to become effective.</p>",
14258          "locationName":"effectiveDate"
14259        },
14260        "Status":{
14261          "shape":"String",
14262          "documentation":"<p>The status of the Reserved Instances modification request.</p>",
14263          "locationName":"status"
14264        },
14265        "StatusMessage":{
14266          "shape":"String",
14267          "documentation":"<p>The reason for the status.</p>",
14268          "locationName":"statusMessage"
14269        },
14270        "ClientToken":{
14271          "shape":"String",
14272          "documentation":"<p>A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14273          "locationName":"clientToken"
14274        }
14275      },
14276      "documentation":"<p>Describes a Reserved Instance modification.</p>"
14277    },
14278    "ReservedInstancesModificationIdStringList":{
14279      "type":"list",
14280      "member":{
14281        "shape":"String",
14282        "locationName":"ReservedInstancesModificationId"
14283      }
14284    },
14285    "ReservedInstancesModificationList":{
14286      "type":"list",
14287      "member":{
14288        "shape":"ReservedInstancesModification",
14289        "locationName":"item"
14290      }
14291    },
14292    "ReservedInstancesModificationResult":{
14293      "type":"structure",
14294      "members":{
14295        "ReservedInstancesId":{
14296          "shape":"String",
14297          "documentation":"<p>The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.</p>",
14298          "locationName":"reservedInstancesId"
14299        },
14300        "TargetConfiguration":{
14301          "shape":"ReservedInstancesConfiguration",
14302          "documentation":"<p>The target Reserved Instances configurations supplied as part of the modification request.</p>",
14303          "locationName":"targetConfiguration"
14304        }
14305      },
14306      "documentation":"<p>Describes the modification request/s.</p>"
14307    },
14308    "ReservedInstancesModificationResultList":{
14309      "type":"list",
14310      "member":{
14311        "shape":"ReservedInstancesModificationResult",
14312        "locationName":"item"
14313      }
14314    },
14315    "ReservedInstancesOffering":{
14316      "type":"structure",
14317      "members":{
14318        "ReservedInstancesOfferingId":{
14319          "shape":"String",
14320          "documentation":"<p>The ID of the Reserved Instance offering. This is the offering ID used in <a>GetReservedInstancesExchangeQuote</a> to confirm that an exchange can be made.</p>",
14321          "locationName":"reservedInstancesOfferingId"
14322        },
14323        "InstanceType":{
14324          "shape":"InstanceType",
14325          "documentation":"<p>The instance type on which the Reserved Instance can be used.</p>",
14326          "locationName":"instanceType"
14327        },
14328        "AvailabilityZone":{
14329          "shape":"String",
14330          "documentation":"<p>The Availability Zone in which the Reserved Instance can be used.</p>",
14331          "locationName":"availabilityZone"
14332        },
14333        "Duration":{
14334          "shape":"Long",
14335          "documentation":"<p>The duration of the Reserved Instance, in seconds.</p>",
14336          "locationName":"duration"
14337        },
14338        "UsagePrice":{
14339          "shape":"Float",
14340          "documentation":"<p>The usage price of the Reserved Instance, per hour.</p>",
14341          "locationName":"usagePrice"
14342        },
14343        "FixedPrice":{
14344          "shape":"Float",
14345          "documentation":"<p>The purchase price of the Reserved Instance.</p>",
14346          "locationName":"fixedPrice"
14347        },
14348        "ProductDescription":{
14349          "shape":"RIProductDescription",
14350          "documentation":"<p>The Reserved Instance product platform description.</p>",
14351          "locationName":"productDescription"
14352        },
14353        "InstanceTenancy":{
14354          "shape":"Tenancy",
14355          "documentation":"<p>The tenancy of the instance.</p>",
14356          "locationName":"instanceTenancy"
14357        },
14358        "CurrencyCode":{
14359          "shape":"CurrencyCodeValues",
14360          "documentation":"<p>The currency of the Reserved Instance offering you are purchasing. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is <code>USD</code>.</p>",
14361          "locationName":"currencyCode"
14362        },
14363        "OfferingType":{
14364          "shape":"OfferingTypeValues",
14365          "documentation":"<p>The Reserved Instance offering type.</p>",
14366          "locationName":"offeringType"
14367        },
14368        "RecurringCharges":{
14369          "shape":"RecurringChargesList",
14370          "documentation":"<p>The recurring charge tag assigned to the resource.</p>",
14371          "locationName":"recurringCharges"
14372        },
14373        "Marketplace":{
14374          "shape":"Boolean",
14375          "documentation":"<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>",
14376          "locationName":"marketplace"
14377        },
14378        "PricingDetails":{
14379          "shape":"PricingDetailsList",
14380          "documentation":"<p>The pricing details of the Reserved Instance offering.</p>",
14381          "locationName":"pricingDetailsSet"
14382        },
14383        "OfferingClass":{
14384          "shape":"OfferingClassType",
14385          "documentation":"<p>If <code>convertible</code> it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. If <code>standard</code>, it is not possible to perform an exchange.</p>",
14386          "locationName":"offeringClass"
14387        },
14388        "Scope":{
14389          "shape":"scope",
14390          "documentation":"<p>Whether the Reserved Instance is applied to instances in a region or an Availability Zone.</p>",
14391          "locationName":"scope"
14392        }
14393      },
14394      "documentation":"<p>Describes a Reserved Instance offering.</p>"
14395    },
14396    "ReservedInstancesOfferingIdStringList":{
14397      "type":"list",
14398      "member":{"shape":"String"}
14399    },
14400    "ReservedInstancesOfferingList":{
14401      "type":"list",
14402      "member":{
14403        "shape":"ReservedInstancesOffering",
14404        "locationName":"item"
14405      }
14406    },
14407    "ReservedIntancesIds":{
14408      "type":"list",
14409      "member":{
14410        "shape":"ReservedInstancesId",
14411        "locationName":"item"
14412      }
14413    },
14414    "ResetImageAttributeName":{
14415      "type":"string",
14416      "enum":["launchPermission"]
14417    },
14418    "ResetImageAttributeRequest":{
14419      "type":"structure",
14420      "required":[
14421        "ImageId",
14422        "Attribute"
14423      ],
14424      "members":{
14425        "DryRun":{
14426          "shape":"Boolean",
14427          "documentation":"<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>",
14428          "locationName":"dryRun"
14429        },
14430        "ImageId":{
14431          "shape":"String",
14432          "documentation":"<p>The ID of the AMI.</p>"
14433        },
14434        "Attribute":{
14435          "shape":"ResetImageAttributeName",
14436          "documentation":"<p>The attribute to reset (currently you can only reset the launch permission attribute).</p>"
14437        }
14438      },
14439      "documentation":"<p>Contains the parameters for ResetImageAttribute.</p>"
14440    },
14441    "ResetInstanceAttributeRequest":{
14442      "type":"structure",
14443      "required":[
14444        "InstanceId",
14445        "Attribute"
14446      ],
14447      "members":{
14448        "DryRun":{
14449          "shape":"Boolean",
14450          "documentation":"<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>",
14451          "locationName":"dryRun"
14452        },
14453        "InstanceId":{
14454          "shape":"String",
14455          "documentation":"<p>The ID of the instance.</p>",
14456          "locationName":"instanceId"
14457        },
14458        "Attribute":{
14459          "shape":"InstanceAttributeName",
14460          "documentation":"<p>The attribute to reset.</p> <important> <p>You can only reset the following attributes: <code>kernel</code> | <code>ramdisk</code> | <code>sourceDestCheck</code>. To change an instance attribute, use <a>ModifyInstanceAttribute</a>.</p> </important>",
14461          "locationName":"attribute"
14462        }
14463      },
14464      "documentation":"<p>Contains the parameters for ResetInstanceAttribute.</p>"
14465    },
14466    "ResetNetworkInterfaceAttributeRequest":{
14467      "type":"structure",
14468      "required":["NetworkInterfaceId"],
14469      "members":{
14470        "DryRun":{
14471          "shape":"Boolean",
14472          "documentation":"<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>",
14473          "locationName":"dryRun"
14474        },
14475        "NetworkInterfaceId":{
14476          "shape":"String",
14477          "documentation":"<p>The ID of the network interface.</p>",
14478          "locationName":"networkInterfaceId"
14479        },
14480        "SourceDestCheck":{
14481          "shape":"String",
14482          "documentation":"<p>The source/destination checking attribute. Resets the value to <code>true</code>.</p>",
14483          "locationName":"sourceDestCheck"
14484        }
14485      },
14486      "documentation":"<p>Contains the parameters for ResetNetworkInterfaceAttribute.</p>"
14487    },
14488    "ResetSnapshotAttributeRequest":{
14489      "type":"structure",
14490      "required":[
14491        "SnapshotId",
14492        "Attribute"
14493      ],
14494      "members":{
14495        "DryRun":{
14496          "shape":"Boolean",
14497          "documentation":"<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>",
14498          "locationName":"dryRun"
14499        },
14500        "SnapshotId":{
14501          "shape":"String",
14502          "documentation":"<p>The ID of the snapshot.</p>"
14503        },
14504        "Attribute":{
14505          "shape":"SnapshotAttributeName",
14506          "documentation":"<p>The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.</p>"
14507        }
14508      },
14509      "documentation":"<p>Contains the parameters for ResetSnapshotAttribute.</p>"
14510    },
14511    "ResourceIdList":{
14512      "type":"list",
14513      "member":{"shape":"String"}
14514    },
14515    "ResourceType":{
14516      "type":"string",
14517      "enum":[
14518        "customer-gateway",
14519        "dhcp-options",
14520        "image",
14521        "instance",
14522        "internet-gateway",
14523        "network-acl",
14524        "network-interface",
14525        "reserved-instances",
14526        "route-table",
14527        "snapshot",
14528        "spot-instances-request",
14529        "subnet",
14530        "security-group",
14531        "volume",
14532        "vpc",
14533        "vpn-connection",
14534        "vpn-gateway"
14535      ]
14536    },
14537    "ResponseHostIdList":{
14538      "type":"list",
14539      "member":{
14540        "shape":"String",
14541        "locationName":"item"
14542      }
14543    },
14544    "ResponseHostIdSet":{
14545      "type":"list",
14546      "member":{
14547        "shape":"String",
14548        "locationName":"item"
14549      }
14550    },
14551    "RestorableByStringList":{
14552      "type":"list",
14553      "member":{"shape":"String"}
14554    },
14555    "RestoreAddressToClassicRequest":{
14556      "type":"structure",
14557      "required":["PublicIp"],
14558      "members":{
14559        "DryRun":{
14560          "shape":"Boolean",
14561          "documentation":"<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>",
14562          "locationName":"dryRun"
14563        },
14564        "PublicIp":{
14565          "shape":"String",
14566          "documentation":"<p>The Elastic IP address.</p>",
14567          "locationName":"publicIp"
14568        }
14569      },
14570      "documentation":"<p>Contains the parameters for RestoreAddressToClassic.</p>"
14571    },
14572    "RestoreAddressToClassicResult":{
14573      "type":"structure",
14574      "members":{
14575        "Status":{
14576          "shape":"Status",
14577          "documentation":"<p>The move status for the IP address.</p>",
14578          "locationName":"status"
14579        },
14580        "PublicIp":{
14581          "shape":"String",
14582          "documentation":"<p>The Elastic IP address.</p>",
14583          "locationName":"publicIp"
14584        }
14585      },
14586      "documentation":"<p>Contains the output of RestoreAddressToClassic.</p>"
14587    },
14588    "RevokeSecurityGroupEgressRequest":{
14589      "type":"structure",
14590      "required":["GroupId"],
14591      "members":{
14592        "DryRun":{
14593          "shape":"Boolean",
14594          "documentation":"<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>",
14595          "locationName":"dryRun"
14596        },
14597        "GroupId":{
14598          "shape":"String",
14599          "documentation":"<p>The ID of the security group.</p>",
14600          "locationName":"groupId"
14601        },
14602        "SourceSecurityGroupName":{
14603          "shape":"String",
14604          "documentation":"<p>The name of a destination security group. To revoke outbound access to a destination security group, we recommend that you use a set of IP permissions instead.</p>",
14605          "locationName":"sourceSecurityGroupName"
14606        },
14607        "SourceSecurityGroupOwnerId":{
14608          "shape":"String",
14609          "documentation":"<p>The AWS account number for a destination security group. To revoke outbound access to a destination security group, we recommend that you use a set of IP permissions instead.</p>",
14610          "locationName":"sourceSecurityGroupOwnerId"
14611        },
14612        "IpProtocol":{
14613          "shape":"String",
14614          "documentation":"<p>The IP protocol name or number. We recommend that you specify the protocol in a set of IP permissions instead.</p>",
14615          "locationName":"ipProtocol"
14616        },
14617        "FromPort":{
14618          "shape":"Integer",
14619          "documentation":"<p>The start of port range for the TCP and UDP protocols, or an ICMP type number. We recommend that you specify the port range in a set of IP permissions instead.</p>",
14620          "locationName":"fromPort"
14621        },
14622        "ToPort":{
14623          "shape":"Integer",
14624          "documentation":"<p>The end of port range for the TCP and UDP protocols, or an ICMP type number. We recommend that you specify the port range in a set of IP permissions instead.</p>",
14625          "locationName":"toPort"
14626        },
14627        "CidrIp":{
14628          "shape":"String",
14629          "documentation":"<p>The CIDR IP address range. We recommend that you specify the CIDR range in a set of IP permissions instead.</p>",
14630          "locationName":"cidrIp"
14631        },
14632        "IpPermissions":{
14633          "shape":"IpPermissionList",
14634          "documentation":"<p>A set of IP permissions. You can't specify a destination security group and a CIDR IP address range.</p>",
14635          "locationName":"ipPermissions"
14636        }
14637      },
14638      "documentation":"<p>Contains the parameters for RevokeSecurityGroupEgress.</p>"
14639    },
14640    "RevokeSecurityGroupIngressRequest":{
14641      "type":"structure",
14642      "members":{
14643        "DryRun":{
14644          "shape":"Boolean",
14645          "documentation":"<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>",
14646          "locationName":"dryRun"
14647        },
14648        "GroupName":{
14649          "shape":"String",
14650          "documentation":"<p>[EC2-Classic, default VPC] The name of the security group.</p>"
14651        },
14652        "GroupId":{
14653          "shape":"String",
14654          "documentation":"<p>The ID of the security group. Required for a security group in a nondefault VPC.</p>"
14655        },
14656        "SourceSecurityGroupName":{
14657          "shape":"String",
14658          "documentation":"<p>[EC2-Classic, default VPC] The name of the source security group. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. For EC2-VPC, the source security group must be in the same VPC. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.</p>"
14659        },
14660        "SourceSecurityGroupOwnerId":{
14661          "shape":"String",
14662          "documentation":"<p>[EC2-Classic] The AWS account ID of the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.</p>"
14663        },
14664        "IpProtocol":{
14665          "shape":"String",
14666          "documentation":"<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>"
14667        },
14668        "FromPort":{
14669          "shape":"Integer",
14670          "documentation":"<p>The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use <code>-1</code> to specify all ICMP types.</p>"
14671        },
14672        "ToPort":{
14673          "shape":"Integer",
14674          "documentation":"<p>The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use <code>-1</code> to specify all ICMP codes for the ICMP type.</p>"
14675        },
14676        "CidrIp":{
14677          "shape":"String",
14678          "documentation":"<p>The CIDR IP address range. You can't specify this parameter when specifying a source security group.</p>"
14679        },
14680        "IpPermissions":{
14681          "shape":"IpPermissionList",
14682          "documentation":"<p>A set of IP permissions. You can't specify a source security group and a CIDR IP address range.</p>"
14683        }
14684      },
14685      "documentation":"<p>Contains the parameters for RevokeSecurityGroupIngress.</p>"
14686    },
14687    "Route":{
14688      "type":"structure",
14689      "members":{
14690        "DestinationCidrBlock":{
14691          "shape":"String",
14692          "documentation":"<p>The CIDR block used for the destination match.</p>",
14693          "locationName":"destinationCidrBlock"
14694        },
14695        "DestinationPrefixListId":{
14696          "shape":"String",
14697          "documentation":"<p>The prefix of the AWS service.</p>",
14698          "locationName":"destinationPrefixListId"
14699        },
14700        "GatewayId":{
14701          "shape":"String",
14702          "documentation":"<p>The ID of a gateway attached to your VPC.</p>",
14703          "locationName":"gatewayId"
14704        },
14705        "InstanceId":{
14706          "shape":"String",
14707          "documentation":"<p>The ID of a NAT instance in your VPC.</p>",
14708          "locationName":"instanceId"
14709        },
14710        "InstanceOwnerId":{
14711          "shape":"String",
14712          "documentation":"<p>The AWS account ID of the owner of the instance.</p>",
14713          "locationName":"instanceOwnerId"
14714        },
14715        "NetworkInterfaceId":{
14716          "shape":"String",
14717          "documentation":"<p>The ID of the network interface.</p>",
14718          "locationName":"networkInterfaceId"
14719        },
14720        "VpcPeeringConnectionId":{
14721          "shape":"String",
14722          "documentation":"<p>The ID of the VPC peering connection.</p>",
14723          "locationName":"vpcPeeringConnectionId"
14724        },
14725        "NatGatewayId":{
14726          "shape":"String",
14727          "documentation":"<p>The ID of a NAT gateway.</p>",
14728          "locationName":"natGatewayId"
14729        },
14730        "State":{
14731          "shape":"RouteState",
14732          "documentation":"<p>The state of the route. The <code>blackhole</code> state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, or the specified NAT instance has been terminated).</p>",
14733          "locationName":"state"
14734        },
14735        "Origin":{
14736          "shape":"RouteOrigin",
14737          "documentation":"<p>Describes how the route was created.</p> <ul> <li> <p> <code>CreateRouteTable</code> - The route was automatically created when the route table was created.</p> </li> <li> <p> <code>CreateRoute</code> - The route was manually added to the route table.</p> </li> <li> <p> <code>EnableVgwRoutePropagation</code> - The route was propagated by route propagation.</p> </li> </ul>",
14738          "locationName":"origin"
14739        }
14740      },
14741      "documentation":"<p>Describes a route in a route table.</p>"
14742    },
14743    "RouteList":{
14744      "type":"list",
14745      "member":{
14746        "shape":"Route",
14747        "locationName":"item"
14748      }
14749    },
14750    "RouteOrigin":{
14751      "type":"string",
14752      "enum":[
14753        "CreateRouteTable",
14754        "CreateRoute",
14755        "EnableVgwRoutePropagation"
14756      ]
14757    },
14758    "RouteState":{
14759      "type":"string",
14760      "enum":[
14761        "active",
14762        "blackhole"
14763      ]
14764    },
14765    "RouteTable":{
14766      "type":"structure",
14767      "members":{
14768        "RouteTableId":{
14769          "shape":"String",
14770          "documentation":"<p>The ID of the route table.</p>",
14771          "locationName":"routeTableId"
14772        },
14773        "VpcId":{
14774          "shape":"String",
14775          "documentation":"<p>The ID of the VPC.</p>",
14776          "locationName":"vpcId"
14777        },
14778        "Routes":{
14779          "shape":"RouteList",
14780          "documentation":"<p>The routes in the route table.</p>",
14781          "locationName":"routeSet"
14782        },
14783        "Associations":{
14784          "shape":"RouteTableAssociationList",
14785          "documentation":"<p>The associations between the route table and one or more subnets.</p>",
14786          "locationName":"associationSet"
14787        },
14788        "Tags":{
14789          "shape":"TagList",
14790          "documentation":"<p>Any tags assigned to the route table.</p>",
14791          "locationName":"tagSet"
14792        },
14793        "PropagatingVgws":{
14794          "shape":"PropagatingVgwList",
14795          "documentation":"<p>Any virtual private gateway (VGW) propagating routes.</p>",
14796          "locationName":"propagatingVgwSet"
14797        }
14798      },
14799      "documentation":"<p>Describes a route table.</p>"
14800    },
14801    "RouteTableAssociation":{
14802      "type":"structure",
14803      "members":{
14804        "RouteTableAssociationId":{
14805          "shape":"String",
14806          "documentation":"<p>The ID of the association between a route table and a subnet.</p>",
14807          "locationName":"routeTableAssociationId"
14808        },
14809        "RouteTableId":{
14810          "shape":"String",
14811          "documentation":"<p>The ID of the route table.</p>",
14812          "locationName":"routeTableId"
14813        },
14814        "SubnetId":{
14815          "shape":"String",
14816          "documentation":"<p>The ID of the subnet. A subnet ID is not returned for an implicit association.</p>",
14817          "locationName":"subnetId"
14818        },
14819        "Main":{
14820          "shape":"Boolean",
14821          "documentation":"<p>Indicates whether this is the main route table.</p>",
14822          "locationName":"main"
14823        }
14824      },
14825      "documentation":"<p>Describes an association between a route table and a subnet.</p>"
14826    },
14827    "RouteTableAssociationList":{
14828      "type":"list",
14829      "member":{
14830        "shape":"RouteTableAssociation",
14831        "locationName":"item"
14832      }
14833    },
14834    "RouteTableList":{
14835      "type":"list",
14836      "member":{
14837        "shape":"RouteTable",
14838        "locationName":"item"
14839      }
14840    },
14841    "RuleAction":{
14842      "type":"string",
14843      "enum":[
14844        "allow",
14845        "deny"
14846      ]
14847    },
14848    "RunInstancesMonitoringEnabled":{
14849      "type":"structure",
14850      "required":["Enabled"],
14851      "members":{
14852        "Enabled":{
14853          "shape":"Boolean",
14854          "documentation":"<p>Indicates whether monitoring is enabled for the instance.</p>",
14855          "locationName":"enabled"
14856        }
14857      },
14858      "documentation":"<p>Describes the monitoring for the instance.</p>"
14859    },
14860    "RunInstancesRequest":{
14861      "type":"structure",
14862      "required":[
14863        "ImageId",
14864        "MinCount",
14865        "MaxCount"
14866      ],
14867      "members":{
14868        "DryRun":{
14869          "shape":"Boolean",
14870          "documentation":"<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>",
14871          "locationName":"dryRun"
14872        },
14873        "ImageId":{
14874          "shape":"String",
14875          "documentation":"<p>The ID of the AMI, which you can get by calling <a>DescribeImages</a>.</p>"
14876        },
14877        "MinCount":{
14878          "shape":"Integer",
14879          "documentation":"<p>The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.</p> <p>Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see <a href=\"http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2\">How many instances can I run in Amazon EC2</a> in the Amazon EC2 General FAQ.</p>"
14880        },
14881        "MaxCount":{
14882          "shape":"Integer",
14883          "documentation":"<p>The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above <code>MinCount</code>.</p> <p>Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see <a href=\"http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2\">How many instances can I run in Amazon EC2</a> in the Amazon EC2 FAQ.</p>"
14884        },
14885        "KeyName":{
14886          "shape":"String",
14887          "documentation":"<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>"
14888        },
14889        "SecurityGroups":{
14890          "shape":"SecurityGroupStringList",
14891          "documentation":"<p>[EC2-Classic, default VPC] One or more security group names. For a nondefault VPC, you must use security group IDs instead.</p> <p>Default: Amazon EC2 uses the default security group.</p>",
14892          "locationName":"SecurityGroup"
14893        },
14894        "SecurityGroupIds":{
14895          "shape":"SecurityGroupIdStringList",
14896          "documentation":"<p>One or more security group IDs. You can create a security group using <a>CreateSecurityGroup</a>.</p> <p>Default: Amazon EC2 uses the default security group.</p>",
14897          "locationName":"SecurityGroupId"
14898        },
14899        "UserData":{
14900          "shape":"String",
14901          "documentation":"<p>The user data to make available to the instance. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html\">Running Commands on Your Linux Instance at Launch</a> (Linux) and <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data\">Adding User Data</a> (Windows). If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>"
14902        },
14903        "InstanceType":{
14904          "shape":"InstanceType",
14905          "documentation":"<p>The instance type. 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> <p>Default: <code>m1.small</code> </p>"
14906        },
14907        "Placement":{
14908          "shape":"Placement",
14909          "documentation":"<p>The placement for the instance.</p>"
14910        },
14911        "KernelId":{
14912          "shape":"String",
14913          "documentation":"<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>"
14914        },
14915        "RamdiskId":{
14916          "shape":"String",
14917          "documentation":"<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>"
14918        },
14919        "BlockDeviceMappings":{
14920          "shape":"BlockDeviceMappingRequestList",
14921          "documentation":"<p>The block device mapping.</p> <important> <p>Supplying both a snapshot ID and an encryption value as arguments for block-device mapping results in an error. This is because only blank volumes can be encrypted on start, and these are not created from a snapshot. If a snapshot is the basis for the volume, it contains data by definition and its encryption status cannot be changed using this action.</p> </important>",
14922          "locationName":"BlockDeviceMapping"
14923        },
14924        "Monitoring":{
14925          "shape":"RunInstancesMonitoringEnabled",
14926          "documentation":"<p>The monitoring for the instance.</p>"
14927        },
14928        "SubnetId":{
14929          "shape":"String",
14930          "documentation":"<p>[EC2-VPC] The ID of the subnet to launch the instance into.</p>"
14931        },
14932        "DisableApiTermination":{
14933          "shape":"Boolean",
14934          "documentation":"<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>",
14935          "locationName":"disableApiTermination"
14936        },
14937        "InstanceInitiatedShutdownBehavior":{
14938          "shape":"ShutdownBehavior",
14939          "documentation":"<p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).</p> <p>Default: <code>stop</code> </p>",
14940          "locationName":"instanceInitiatedShutdownBehavior"
14941        },
14942        "PrivateIpAddress":{
14943          "shape":"String",
14944          "documentation":"<p>[EC2-VPC] The primary IP address. You must specify a value from the IP address range of the subnet.</p> <p>Only one private IP address can be designated as primary. Therefore, you can't specify this parameter if <code>PrivateIpAddresses.n.Primary</code> is set to <code>true</code> and <code>PrivateIpAddresses.n.PrivateIpAddress</code> is set to an IP address. </p> <p>You cannot specify this option if you're launching more than one instance in the request.</p> <p>Default: We select an IP address from the IP address range of the subnet.</p>",
14945          "locationName":"privateIpAddress"
14946        },
14947        "ClientToken":{
14948          "shape":"String",
14949          "documentation":"<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\">Ensuring Idempotency</a>.</p> <p>Constraints: Maximum 64 ASCII characters</p>",
14950          "locationName":"clientToken"
14951        },
14952        "AdditionalInfo":{
14953          "shape":"String",
14954          "documentation":"<p>Reserved.</p>",
14955          "locationName":"additionalInfo"
14956        },
14957        "NetworkInterfaces":{
14958          "shape":"InstanceNetworkInterfaceSpecificationList",
14959          "documentation":"<p>One or more network interfaces.</p>",
14960          "locationName":"networkInterface"
14961        },
14962        "IamInstanceProfile":{
14963          "shape":"IamInstanceProfileSpecification",
14964          "documentation":"<p>The IAM instance profile.</p>",
14965          "locationName":"iamInstanceProfile"
14966        },
14967        "EbsOptimized":{
14968          "shape":"Boolean",
14969          "documentation":"<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>",
14970          "locationName":"ebsOptimized"
14971        }
14972      },
14973      "documentation":"<p>Contains the parameters for RunInstances.</p>"
14974    },
14975    "RunScheduledInstancesRequest":{
14976      "type":"structure",
14977      "required":[
14978        "ScheduledInstanceId",
14979        "LaunchSpecification"
14980      ],
14981      "members":{
14982        "DryRun":{
14983          "shape":"Boolean",
14984          "documentation":"<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>"
14985        },
14986        "ClientToken":{
14987          "shape":"String",
14988          "documentation":"<p>Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14989          "idempotencyToken":true
14990        },
14991        "InstanceCount":{
14992          "shape":"Integer",
14993          "documentation":"<p>The number of instances.</p> <p>Default: 1</p>"
14994        },
14995        "ScheduledInstanceId":{
14996          "shape":"String",
14997          "documentation":"<p>The Scheduled Instance ID.</p>"
14998        },
14999        "LaunchSpecification":{
15000          "shape":"ScheduledInstancesLaunchSpecification",
15001          "documentation":"<p>The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.</p>"
15002        }
15003      },
15004      "documentation":"<p>Contains the parameters for RunScheduledInstances.</p>"
15005    },
15006    "RunScheduledInstancesResult":{
15007      "type":"structure",
15008      "members":{
15009        "InstanceIdSet":{
15010          "shape":"InstanceIdSet",
15011          "documentation":"<p>The IDs of the newly launched instances.</p>",
15012          "locationName":"instanceIdSet"
15013        }
15014      },
15015      "documentation":"<p>Contains the output of RunScheduledInstances.</p>"
15016    },
15017    "S3Storage":{
15018      "type":"structure",
15019      "members":{
15020        "Bucket":{
15021          "shape":"String",
15022          "documentation":"<p>The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.</p>",
15023          "locationName":"bucket"
15024        },
15025        "Prefix":{
15026          "shape":"String",
15027          "documentation":"<p>The beginning of the file name of the AMI.</p>",
15028          "locationName":"prefix"
15029        },
15030        "AWSAccessKeyId":{
15031          "shape":"String",
15032          "documentation":"<p>The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html\">Best Practices for Managing AWS Access Keys</a>.</p>"
15033        },
15034        "UploadPolicy":{
15035          "shape":"Blob",
15036          "documentation":"<p>An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.</p>",
15037          "locationName":"uploadPolicy"
15038        },
15039        "UploadPolicySignature":{
15040          "shape":"String",
15041          "documentation":"<p>The signature of the JSON document.</p>",
15042          "locationName":"uploadPolicySignature"
15043        }
15044      },
15045      "documentation":"<p>Describes the storage parameters for S3 and S3 buckets for an instance store-backed AMI.</p>"
15046    },
15047    "ScheduledInstance":{
15048      "type":"structure",
15049      "members":{
15050        "ScheduledInstanceId":{
15051          "shape":"String",
15052          "documentation":"<p>The Scheduled Instance ID.</p>",
15053          "locationName":"scheduledInstanceId"
15054        },
15055        "InstanceType":{
15056          "shape":"String",
15057          "documentation":"<p>The instance type.</p>",
15058          "locationName":"instanceType"
15059        },
15060        "Platform":{
15061          "shape":"String",
15062          "documentation":"<p>The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>",
15063          "locationName":"platform"
15064        },
15065        "NetworkPlatform":{
15066          "shape":"String",
15067          "documentation":"<p>The network platform (<code>EC2-Classic</code> or <code>EC2-VPC</code>).</p>",
15068          "locationName":"networkPlatform"
15069        },
15070        "AvailabilityZone":{
15071          "shape":"String",
15072          "documentation":"<p>The Availability Zone.</p>",
15073          "locationName":"availabilityZone"
15074        },
15075        "SlotDurationInHours":{
15076          "shape":"Integer",
15077          "documentation":"<p>The number of hours in the schedule.</p>",
15078          "locationName":"slotDurationInHours"
15079        },
15080        "Recurrence":{
15081          "shape":"ScheduledInstanceRecurrence",
15082          "documentation":"<p>The schedule recurrence.</p>",
15083          "locationName":"recurrence"
15084        },
15085        "PreviousSlotEndTime":{
15086          "shape":"DateTime",
15087          "documentation":"<p>The time that the previous schedule ended or will end.</p>",
15088          "locationName":"previousSlotEndTime"
15089        },
15090        "NextSlotStartTime":{
15091          "shape":"DateTime",
15092          "documentation":"<p>The time for the next schedule to start.</p>",
15093          "locationName":"nextSlotStartTime"
15094        },
15095        "HourlyPrice":{
15096          "shape":"String",
15097          "documentation":"<p>The hourly price for a single instance.</p>",
15098          "locationName":"hourlyPrice"
15099        },
15100        "TotalScheduledInstanceHours":{
15101          "shape":"Integer",
15102          "documentation":"<p>The total number of hours for a single instance for the entire term.</p>",
15103          "locationName":"totalScheduledInstanceHours"
15104        },
15105        "InstanceCount":{
15106          "shape":"Integer",
15107          "documentation":"<p>The number of instances.</p>",
15108          "locationName":"instanceCount"
15109        },
15110        "TermStartDate":{
15111          "shape":"DateTime",
15112          "documentation":"<p>The start date for the Scheduled Instance.</p>",
15113          "locationName":"termStartDate"
15114        },
15115        "TermEndDate":{
15116          "shape":"DateTime",
15117          "documentation":"<p>The end date for the Scheduled Instance.</p>",
15118          "locationName":"termEndDate"
15119        },
15120        "CreateDate":{
15121          "shape":"DateTime",
15122          "documentation":"<p>The date when the Scheduled Instance was purchased.</p>",
15123          "locationName":"createDate"
15124        }
15125      },
15126      "documentation":"<p>Describes a Scheduled Instance.</p>"
15127    },
15128    "ScheduledInstanceAvailability":{
15129      "type":"structure",
15130      "members":{
15131        "InstanceType":{
15132          "shape":"String",
15133          "documentation":"<p>The instance type. You can specify one of the C3, C4, M4, or R3 instance types.</p>",
15134          "locationName":"instanceType"
15135        },
15136        "Platform":{
15137          "shape":"String",
15138          "documentation":"<p>The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>",
15139          "locationName":"platform"
15140        },
15141        "NetworkPlatform":{
15142          "shape":"String",
15143          "documentation":"<p>The network platform (<code>EC2-Classic</code> or <code>EC2-VPC</code>).</p>",
15144          "locationName":"networkPlatform"
15145        },
15146        "AvailabilityZone":{
15147          "shape":"String",
15148          "documentation":"<p>The Availability Zone.</p>",
15149          "locationName":"availabilityZone"
15150        },
15151        "PurchaseToken":{
15152          "shape":"String",
15153          "documentation":"<p>The purchase token. This token expires in two hours.</p>",
15154          "locationName":"purchaseToken"
15155        },
15156        "SlotDurationInHours":{
15157          "shape":"Integer",
15158          "documentation":"<p>The number of hours in the schedule.</p>",
15159          "locationName":"slotDurationInHours"
15160        },
15161        "Recurrence":{
15162          "shape":"ScheduledInstanceRecurrence",
15163          "documentation":"<p>The schedule recurrence.</p>",
15164          "locationName":"recurrence"
15165        },
15166        "FirstSlotStartTime":{
15167          "shape":"DateTime",
15168          "documentation":"<p>The time period for the first schedule to start.</p>",
15169          "locationName":"firstSlotStartTime"
15170        },
15171        "HourlyPrice":{
15172          "shape":"String",
15173          "documentation":"<p>The hourly price for a single instance.</p>",
15174          "locationName":"hourlyPrice"
15175        },
15176        "TotalScheduledInstanceHours":{
15177          "shape":"Integer",
15178          "documentation":"<p>The total number of hours for a single instance for the entire term.</p>",
15179          "locationName":"totalScheduledInstanceHours"
15180        },
15181        "AvailableInstanceCount":{
15182          "shape":"Integer",
15183          "documentation":"<p>The number of available instances.</p>",
15184          "locationName":"availableInstanceCount"
15185        },
15186        "MinTermDurationInDays":{
15187          "shape":"Integer",
15188          "documentation":"<p>The minimum term. The only possible value is 365 days.</p>",
15189          "locationName":"minTermDurationInDays"
15190        },
15191        "MaxTermDurationInDays":{
15192          "shape":"Integer",
15193          "documentation":"<p>The maximum term. The only possible value is 365 days.</p>",
15194          "locationName":"maxTermDurationInDays"
15195        }
15196      },
15197      "documentation":"<p>Describes a schedule that is available for your Scheduled Instances.</p>"
15198    },
15199    "ScheduledInstanceAvailabilitySet":{
15200      "type":"list",
15201      "member":{
15202        "shape":"ScheduledInstanceAvailability",
15203        "locationName":"item"
15204      }
15205    },
15206    "ScheduledInstanceIdRequestSet":{
15207      "type":"list",
15208      "member":{
15209        "shape":"String",
15210        "locationName":"ScheduledInstanceId"
15211      }
15212    },
15213    "ScheduledInstanceRecurrence":{
15214      "type":"structure",
15215      "members":{
15216        "Frequency":{
15217          "shape":"String",
15218          "documentation":"<p>The frequency (<code>Daily</code>, <code>Weekly</code>, or <code>Monthly</code>).</p>",
15219          "locationName":"frequency"
15220        },
15221        "Interval":{
15222          "shape":"Integer",
15223          "documentation":"<p>The interval quantity. The interval unit depends on the value of <code>frequency</code>. For example, every 2 weeks or every 2 months.</p>",
15224          "locationName":"interval"
15225        },
15226        "OccurrenceDaySet":{
15227          "shape":"OccurrenceDaySet",
15228          "documentation":"<p>The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).</p>",
15229          "locationName":"occurrenceDaySet"
15230        },
15231        "OccurrenceRelativeToEnd":{
15232          "shape":"Boolean",
15233          "documentation":"<p>Indicates whether the occurrence is relative to the end of the specified week or month.</p>",
15234          "locationName":"occurrenceRelativeToEnd"
15235        },
15236        "OccurrenceUnit":{
15237          "shape":"String",
15238          "documentation":"<p>The unit for <code>occurrenceDaySet</code> (<code>DayOfWeek</code> or <code>DayOfMonth</code>).</p>",
15239          "locationName":"occurrenceUnit"
15240        }
15241      },
15242      "documentation":"<p>Describes the recurring schedule for a Scheduled Instance.</p>"
15243    },
15244    "ScheduledInstanceRecurrenceRequest":{
15245      "type":"structure",
15246      "members":{
15247        "Frequency":{
15248          "shape":"String",
15249          "documentation":"<p>The frequency (<code>Daily</code>, <code>Weekly</code>, or <code>Monthly</code>).</p>"
15250        },
15251        "Interval":{
15252          "shape":"Integer",
15253          "documentation":"<p>The interval quantity. The interval unit depends on the value of <code>Frequency</code>. For example, every 2 weeks or every 2 months.</p>"
15254        },
15255        "OccurrenceDays":{
15256          "shape":"OccurrenceDayRequestSet",
15257          "documentation":"<p>The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can't specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.</p>",
15258          "locationName":"OccurrenceDay"
15259        },
15260        "OccurrenceRelativeToEnd":{
15261          "shape":"Boolean",
15262          "documentation":"<p>Indicates whether the occurrence is relative to the end of the specified week or month. You can't specify this value with a daily schedule.</p>"
15263        },
15264        "OccurrenceUnit":{
15265          "shape":"String",
15266          "documentation":"<p>The unit for <code>OccurrenceDays</code> (<code>DayOfWeek</code> or <code>DayOfMonth</code>). This value is required for a monthly schedule. You can't specify <code>DayOfWeek</code> with a weekly schedule. You can't specify this value with a daily schedule.</p>"
15267        }
15268      },
15269      "documentation":"<p>Describes the recurring schedule for a Scheduled Instance.</p>"
15270    },
15271    "ScheduledInstanceSet":{
15272      "type":"list",
15273      "member":{
15274        "shape":"ScheduledInstance",
15275        "locationName":"item"
15276      }
15277    },
15278    "ScheduledInstancesBlockDeviceMapping":{
15279      "type":"structure",
15280      "members":{
15281        "DeviceName":{
15282          "shape":"String",
15283          "documentation":"<p>The device name exposed to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>"
15284        },
15285        "NoDevice":{
15286          "shape":"String",
15287          "documentation":"<p>Suppresses the specified device included in the block device mapping of the AMI.</p>"
15288        },
15289        "VirtualName":{
15290          "shape":"String",
15291          "documentation":"<p>The virtual device name (<code>ephemeral</code>N). Instance store volumes are numbered starting from 0. An instance type with two available instance store volumes can specify mappings for <code>ephemeral0</code> and <code>ephemeral1</code>.The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.</p> <p>Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.</p>"
15292        },
15293        "Ebs":{
15294          "shape":"ScheduledInstancesEbs",
15295          "documentation":"<p>Parameters used to set up EBS volumes automatically when the instance is launched.</p>"
15296        }
15297      },
15298      "documentation":"<p>Describes a block device mapping for a Scheduled Instance.</p>"
15299    },
15300    "ScheduledInstancesBlockDeviceMappingSet":{
15301      "type":"list",
15302      "member":{
15303        "shape":"ScheduledInstancesBlockDeviceMapping",
15304        "locationName":"BlockDeviceMapping"
15305      }
15306    },
15307    "ScheduledInstancesEbs":{
15308      "type":"structure",
15309      "members":{
15310        "SnapshotId":{
15311          "shape":"String",
15312          "documentation":"<p>The ID of the snapshot.</p>"
15313        },
15314        "VolumeSize":{
15315          "shape":"Integer",
15316          "documentation":"<p>The size of the volume, in GiB.</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>"
15317        },
15318        "DeleteOnTermination":{
15319          "shape":"Boolean",
15320          "documentation":"<p>Indicates whether the volume is deleted on instance termination.</p>"
15321        },
15322        "VolumeType":{
15323          "shape":"String",
15324          "documentation":"<p>The volume type. <code>gp2</code> for General Purpose SSD, <code>io1</code> for Provisioned IOPS SSD, Throughput Optimized HDD for <code>st1</code>, Cold HDD for <code>sc1</code>, or <code>standard</code> for Magnetic.</p> <p>Default: <code>standard</code> </p>"
15325        },
15326        "Iops":{
15327          "shape":"Integer",
15328          "documentation":"<p>The number of I/O operations per second (IOPS) that the volume supports. For io1 volumes, this represents the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information about <code>gp2</code> 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-20000 IOPS for <code>io1</code> volumes and 100-10000 IOPS for <code>gp2</code> 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>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>"
15329        },
15330        "Encrypted":{
15331          "shape":"Boolean",
15332          "documentation":"<p>Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that support them.</p>"
15333        }
15334      },
15335      "documentation":"<p>Describes an EBS volume for a Scheduled Instance.</p>"
15336    },
15337    "ScheduledInstancesIamInstanceProfile":{
15338      "type":"structure",
15339      "members":{
15340        "Arn":{
15341          "shape":"String",
15342          "documentation":"<p>The Amazon Resource Name (ARN).</p>"
15343        },
15344        "Name":{
15345          "shape":"String",
15346          "documentation":"<p>The name.</p>"
15347        }
15348      },
15349      "documentation":"<p>Describes an IAM instance profile for a Scheduled Instance.</p>"
15350    },
15351    "ScheduledInstancesLaunchSpecification":{
15352      "type":"structure",
15353      "required":["ImageId"],
15354      "members":{
15355        "ImageId":{
15356          "shape":"String",
15357          "documentation":"<p>The ID of the Amazon Machine Image (AMI).</p>"
15358        },
15359        "KeyName":{
15360          "shape":"String",
15361          "documentation":"<p>The name of the key pair.</p>"
15362        },
15363        "SecurityGroupIds":{
15364          "shape":"ScheduledInstancesSecurityGroupIdSet",
15365          "documentation":"<p>The IDs of one or more security groups.</p>",
15366          "locationName":"SecurityGroupId"
15367        },
15368        "UserData":{
15369          "shape":"String",
15370          "documentation":"<p>The base64-encoded MIME user data.</p>"
15371        },
15372        "Placement":{
15373          "shape":"ScheduledInstancesPlacement",
15374          "documentation":"<p>The placement information.</p>"
15375        },
15376        "KernelId":{
15377          "shape":"String",
15378          "documentation":"<p>The ID of the kernel.</p>"
15379        },
15380        "InstanceType":{
15381          "shape":"String",
15382          "documentation":"<p>The instance type.</p>"
15383        },
15384        "RamdiskId":{
15385          "shape":"String",
15386          "documentation":"<p>The ID of the RAM disk.</p>"
15387        },
15388        "BlockDeviceMappings":{
15389          "shape":"ScheduledInstancesBlockDeviceMappingSet",
15390          "documentation":"<p>One or more block device mapping entries.</p>",
15391          "locationName":"BlockDeviceMapping"
15392        },
15393        "Monitoring":{
15394          "shape":"ScheduledInstancesMonitoring",
15395          "documentation":"<p>Enable or disable monitoring for the instances.</p>"
15396        },
15397        "SubnetId":{
15398          "shape":"String",
15399          "documentation":"<p>The ID of the subnet in which to launch the instances.</p>"
15400        },
15401        "NetworkInterfaces":{
15402          "shape":"ScheduledInstancesNetworkInterfaceSet",
15403          "documentation":"<p>One or more network interfaces.</p>",
15404          "locationName":"NetworkInterface"
15405        },
15406        "IamInstanceProfile":{
15407          "shape":"ScheduledInstancesIamInstanceProfile",
15408          "documentation":"<p>The IAM instance profile.</p>"
15409        },
15410        "EbsOptimized":{
15411          "shape":"Boolean",
15412          "documentation":"<p>Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.</p> <p>Default: <code>false</code> </p>"
15413        }
15414      },
15415      "documentation":"<p>Describes the launch specification for a Scheduled Instance.</p> <p>If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet. You can specify the subnet using either <code>SubnetId</code> or <code>NetworkInterface</code>.</p>"
15416    },
15417    "ScheduledInstancesMonitoring":{
15418      "type":"structure",
15419      "members":{
15420        "Enabled":{
15421          "shape":"Boolean",
15422          "documentation":"<p>Indicates whether monitoring is enabled.</p>"
15423        }
15424      },
15425      "documentation":"<p>Describes whether monitoring is enabled for a Scheduled Instance.</p>"
15426    },
15427    "ScheduledInstancesNetworkInterface":{
15428      "type":"structure",
15429      "members":{
15430        "NetworkInterfaceId":{
15431          "shape":"String",
15432          "documentation":"<p>The ID of the network interface.</p>"
15433        },
15434        "DeviceIndex":{
15435          "shape":"Integer",
15436          "documentation":"<p>The index of the device for the network interface attachment.</p>"
15437        },
15438        "SubnetId":{
15439          "shape":"String",
15440          "documentation":"<p>The ID of the subnet.</p>"
15441        },
15442        "Description":{
15443          "shape":"String",
15444          "documentation":"<p>The description.</p>"
15445        },
15446        "PrivateIpAddress":{
15447          "shape":"String",
15448          "documentation":"<p>The IP address of the network interface within the subnet.</p>"
15449        },
15450        "PrivateIpAddressConfigs":{
15451          "shape":"PrivateIpAddressConfigSet",
15452          "documentation":"<p>The private IP addresses.</p>",
15453          "locationName":"PrivateIpAddressConfig"
15454        },
15455        "SecondaryPrivateIpAddressCount":{
15456          "shape":"Integer",
15457          "documentation":"<p>The number of secondary private IP addresses.</p>"
15458        },
15459        "AssociatePublicIpAddress":{
15460          "shape":"Boolean",
15461          "documentation":"<p>Indicates whether to assign a public IP address to instances launched 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>"
15462        },
15463        "Groups":{
15464          "shape":"ScheduledInstancesSecurityGroupIdSet",
15465          "documentation":"<p>The IDs of one or more security groups.</p>",
15466          "locationName":"Group"
15467        },
15468        "DeleteOnTermination":{
15469          "shape":"Boolean",
15470          "documentation":"<p>Indicates whether to delete the interface when the instance is terminated.</p>"
15471        }
15472      },
15473      "documentation":"<p>Describes a network interface for a Scheduled Instance.</p>"
15474    },
15475    "ScheduledInstancesNetworkInterfaceSet":{
15476      "type":"list",
15477      "member":{
15478        "shape":"ScheduledInstancesNetworkInterface",
15479        "locationName":"NetworkInterface"
15480      }
15481    },
15482    "ScheduledInstancesPlacement":{
15483      "type":"structure",
15484      "members":{
15485        "AvailabilityZone":{
15486          "shape":"String",
15487          "documentation":"<p>The Availability Zone.</p>"
15488        },
15489        "GroupName":{
15490          "shape":"String",
15491          "documentation":"<p>The name of the placement group.</p>"
15492        }
15493      },
15494      "documentation":"<p>Describes the placement for a Scheduled Instance.</p>"
15495    },
15496    "ScheduledInstancesPrivateIpAddressConfig":{
15497      "type":"structure",
15498      "members":{
15499        "PrivateIpAddress":{
15500          "shape":"String",
15501          "documentation":"<p>The IP address.</p>"
15502        },
15503        "Primary":{
15504          "shape":"Boolean",
15505          "documentation":"<p>Indicates whether this is a primary IP address. Otherwise, this is a secondary IP address.</p>"
15506        }
15507      },
15508      "documentation":"<p>Describes a private IP address for a Scheduled Instance.</p>"
15509    },
15510    "ScheduledInstancesSecurityGroupIdSet":{
15511      "type":"list",
15512      "member":{
15513        "shape":"String",
15514        "locationName":"SecurityGroupId"
15515      }
15516    },
15517    "SecurityGroup":{
15518      "type":"structure",
15519      "members":{
15520        "OwnerId":{
15521          "shape":"String",
15522          "documentation":"<p>The AWS account ID of the owner of the security group.</p>",
15523          "locationName":"ownerId"
15524        },
15525        "GroupName":{
15526          "shape":"String",
15527          "documentation":"<p>The name of the security group.</p>",
15528          "locationName":"groupName"
15529        },
15530        "GroupId":{
15531          "shape":"String",
15532          "documentation":"<p>The ID of the security group.</p>",
15533          "locationName":"groupId"
15534        },
15535        "Description":{
15536          "shape":"String",
15537          "documentation":"<p>A description of the security group.</p>",
15538          "locationName":"groupDescription"
15539        },
15540        "IpPermissions":{
15541          "shape":"IpPermissionList",
15542          "documentation":"<p>One or more inbound rules associated with the security group.</p>",
15543          "locationName":"ipPermissions"
15544        },
15545        "IpPermissionsEgress":{
15546          "shape":"IpPermissionList",
15547          "documentation":"<p>[EC2-VPC] One or more outbound rules associated with the security group.</p>",
15548          "locationName":"ipPermissionsEgress"
15549        },
15550        "VpcId":{
15551          "shape":"String",
15552          "documentation":"<p>[EC2-VPC] The ID of the VPC for the security group.</p>",
15553          "locationName":"vpcId"
15554        },
15555        "Tags":{
15556          "shape":"TagList",
15557          "documentation":"<p>Any tags assigned to the security group.</p>",
15558          "locationName":"tagSet"
15559        }
15560      },
15561      "documentation":"<p>Describes a security group</p>"
15562    },
15563    "SecurityGroupIdStringList":{
15564      "type":"list",
15565      "member":{
15566        "shape":"String",
15567        "locationName":"SecurityGroupId"
15568      }
15569    },
15570    "SecurityGroupList":{
15571      "type":"list",
15572      "member":{
15573        "shape":"SecurityGroup",
15574        "locationName":"item"
15575      }
15576    },
15577    "SecurityGroupReference":{
15578      "type":"structure",
15579      "required":[
15580        "GroupId",
15581        "ReferencingVpcId"
15582      ],
15583      "members":{
15584        "GroupId":{
15585          "shape":"String",
15586          "documentation":"<p>The ID of your security group.</p>",
15587          "locationName":"groupId"
15588        },
15589        "ReferencingVpcId":{
15590          "shape":"String",
15591          "documentation":"<p>The ID of the VPC with the referencing security group.</p>",
15592          "locationName":"referencingVpcId"
15593        },
15594        "VpcPeeringConnectionId":{
15595          "shape":"String",
15596          "documentation":"<p>The ID of the VPC peering connection.</p>",
15597          "locationName":"vpcPeeringConnectionId"
15598        }
15599      },
15600      "documentation":"<p>Describes a VPC with a security group that references your security group.</p>"
15601    },
15602    "SecurityGroupReferences":{
15603      "type":"list",
15604      "member":{
15605        "shape":"SecurityGroupReference",
15606        "locationName":"item"
15607      }
15608    },
15609    "SecurityGroupStringList":{
15610      "type":"list",
15611      "member":{
15612        "shape":"String",
15613        "locationName":"SecurityGroup"
15614      }
15615    },
15616    "ShutdownBehavior":{
15617      "type":"string",
15618      "enum":[
15619        "stop",
15620        "terminate"
15621      ]
15622    },
15623    "SlotDateTimeRangeRequest":{
15624      "type":"structure",
15625      "required":[
15626        "EarliestTime",
15627        "LatestTime"
15628      ],
15629      "members":{
15630        "EarliestTime":{
15631          "shape":"DateTime",
15632          "documentation":"<p>The earliest date and time, in UTC, for the Scheduled Instance to start.</p>"
15633        },
15634        "LatestTime":{
15635          "shape":"DateTime",
15636          "documentation":"<p>The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.</p>"
15637        }
15638      },
15639      "documentation":"<p>Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.</p>"
15640    },
15641    "SlotStartTimeRangeRequest":{
15642      "type":"structure",
15643      "members":{
15644        "EarliestTime":{
15645          "shape":"DateTime",
15646          "documentation":"<p>The earliest date and time, in UTC, for the Scheduled Instance to start.</p>"
15647        },
15648        "LatestTime":{
15649          "shape":"DateTime",
15650          "documentation":"<p>The latest date and time, in UTC, for the Scheduled Instance to start.</p>"
15651        }
15652      },
15653      "documentation":"<p>Describes the time period for a Scheduled Instance to start its first schedule.</p>"
15654    },
15655    "Snapshot":{
15656      "type":"structure",
15657      "members":{
15658        "SnapshotId":{
15659          "shape":"String",
15660          "documentation":"<p>The ID of the snapshot. Each snapshot receives a unique identifier when it is created.</p>",
15661          "locationName":"snapshotId"
15662        },
15663        "VolumeId":{
15664          "shape":"String",
15665          "documentation":"<p>The ID of the volume that was used to create the snapshot. Snapshots created by the <a>CopySnapshot</a> action have an arbitrary volume ID that should not be used for any purpose.</p>",
15666          "locationName":"volumeId"
15667        },
15668        "State":{
15669          "shape":"SnapshotState",
15670          "documentation":"<p>The snapshot state.</p>",
15671          "locationName":"status"
15672        },
15673        "StateMessage":{
15674          "shape":"String",
15675          "documentation":"<p>Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper AWS Key Management Service (AWS KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by the <a>DescribeSnapshots</a> API operation.</p>",
15676          "locationName":"statusMessage"
15677        },
15678        "StartTime":{
15679          "shape":"DateTime",
15680          "documentation":"<p>The time stamp when the snapshot was initiated.</p>",
15681          "locationName":"startTime"
15682        },
15683        "Progress":{
15684          "shape":"String",
15685          "documentation":"<p>The progress of the snapshot, as a percentage.</p>",
15686          "locationName":"progress"
15687        },
15688        "OwnerId":{
15689          "shape":"String",
15690          "documentation":"<p>The AWS account ID of the EBS snapshot owner.</p>",
15691          "locationName":"ownerId"
15692        },
15693        "Description":{
15694          "shape":"String",
15695          "documentation":"<p>The description for the snapshot.</p>",
15696          "locationName":"description"
15697        },
15698        "VolumeSize":{
15699          "shape":"Integer",
15700          "documentation":"<p>The size of the volume, in GiB.</p>",
15701          "locationName":"volumeSize"
15702        },
15703        "OwnerAlias":{
15704          "shape":"String",
15705          "documentation":"<p> Value from an Amazon-maintained list (<code>amazon</code> | <code>aws-marketplace</code> | <code>microsoft</code>) of snapshot owners. Not to be confused with the user-configured AWS account alias, which is set from the IAM console. </p>",
15706          "locationName":"ownerAlias"
15707        },
15708        "Tags":{
15709          "shape":"TagList",
15710          "documentation":"<p>Any tags assigned to the snapshot.</p>",
15711          "locationName":"tagSet"
15712        },
15713        "Encrypted":{
15714          "shape":"Boolean",
15715          "documentation":"<p>Indicates whether the snapshot is encrypted.</p>",
15716          "locationName":"encrypted"
15717        },
15718        "KmsKeyId":{
15719          "shape":"String",
15720          "documentation":"<p>The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the parent volume.</p>",
15721          "locationName":"kmsKeyId"
15722        },
15723        "DataEncryptionKeyId":{
15724          "shape":"String",
15725          "documentation":"<p>The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by the <a>DescribeSnapshots</a> API operation.</p>",
15726          "locationName":"dataEncryptionKeyId"
15727        }
15728      },
15729      "documentation":"<p>Describes a snapshot.</p>"
15730    },
15731    "SnapshotAttributeName":{
15732      "type":"string",
15733      "enum":[
15734        "productCodes",
15735        "createVolumePermission"
15736      ]
15737    },
15738    "SnapshotDetail":{
15739      "type":"structure",
15740      "members":{
15741        "DiskImageSize":{
15742          "shape":"Double",
15743          "documentation":"<p>The size of the disk in the snapshot, in GiB.</p>",
15744          "locationName":"diskImageSize"
15745        },
15746        "Description":{
15747          "shape":"String",
15748          "documentation":"<p>A description for the snapshot.</p>",
15749          "locationName":"description"
15750        },
15751        "Format":{
15752          "shape":"String",
15753          "documentation":"<p>The format of the disk image from which the snapshot is created.</p>",
15754          "locationName":"format"
15755        },
15756        "Url":{
15757          "shape":"String",
15758          "documentation":"<p>The URL used to access the disk image.</p>",
15759          "locationName":"url"
15760        },
15761        "UserBucket":{
15762          "shape":"UserBucketDetails",
15763          "documentation":"<p>The S3 bucket for the disk image.</p>",
15764          "locationName":"userBucket"
15765        },
15766        "DeviceName":{
15767          "shape":"String",
15768          "documentation":"<p>The block device mapping for the snapshot.</p>",
15769          "locationName":"deviceName"
15770        },
15771        "SnapshotId":{
15772          "shape":"String",
15773          "documentation":"<p>The snapshot ID of the disk being imported.</p>",
15774          "locationName":"snapshotId"
15775        },
15776        "Progress":{
15777          "shape":"String",
15778          "documentation":"<p>The percentage of progress for the task.</p>",
15779          "locationName":"progress"
15780        },
15781        "StatusMessage":{
15782          "shape":"String",
15783          "documentation":"<p>A detailed status message for the snapshot creation.</p>",
15784          "locationName":"statusMessage"
15785        },
15786        "Status":{
15787          "shape":"String",
15788          "documentation":"<p>A brief status of the snapshot creation.</p>",
15789          "locationName":"status"
15790        }
15791      },
15792      "documentation":"<p>Describes the snapshot created from the imported disk.</p>"
15793    },
15794    "SnapshotDetailList":{
15795      "type":"list",
15796      "member":{
15797        "shape":"SnapshotDetail",
15798        "locationName":"item"
15799      }
15800    },
15801    "SnapshotDiskContainer":{
15802      "type":"structure",
15803      "members":{
15804        "Description":{
15805          "shape":"String",
15806          "documentation":"<p>The description of the disk image being imported.</p>"
15807        },
15808        "Format":{
15809          "shape":"String",
15810          "documentation":"<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>"
15811        },
15812        "Url":{
15813          "shape":"String",
15814          "documentation":"<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>"
15815        },
15816        "UserBucket":{
15817          "shape":"UserBucket",
15818          "documentation":"<p>The S3 bucket for the disk image.</p>"
15819        }
15820      },
15821      "documentation":"<p>The disk container object for the import snapshot request.</p>"
15822    },
15823    "SnapshotIdStringList":{
15824      "type":"list",
15825      "member":{
15826        "shape":"String",
15827        "locationName":"SnapshotId"
15828      }
15829    },
15830    "SnapshotList":{
15831      "type":"list",
15832      "member":{
15833        "shape":"Snapshot",
15834        "locationName":"item"
15835      }
15836    },
15837    "SnapshotState":{
15838      "type":"string",
15839      "enum":[
15840        "pending",
15841        "completed",
15842        "error"
15843      ]
15844    },
15845    "SnapshotTaskDetail":{
15846      "type":"structure",
15847      "members":{
15848        "DiskImageSize":{
15849          "shape":"Double",
15850          "documentation":"<p>The size of the disk in the snapshot, in GiB.</p>",
15851          "locationName":"diskImageSize"
15852        },
15853        "Description":{
15854          "shape":"String",
15855          "documentation":"<p>The description of the snapshot.</p>",
15856          "locationName":"description"
15857        },
15858        "Format":{
15859          "shape":"String",
15860          "documentation":"<p>The format of the disk image from which the snapshot is created.</p>",
15861          "locationName":"format"
15862        },
15863        "Url":{
15864          "shape":"String",
15865          "documentation":"<p>The URL of the disk image from which the snapshot is created.</p>",
15866          "locationName":"url"
15867        },
15868        "UserBucket":{
15869          "shape":"UserBucketDetails",
15870          "documentation":"<p>The S3 bucket for the disk image.</p>",
15871          "locationName":"userBucket"
15872        },
15873        "SnapshotId":{
15874          "shape":"String",
15875          "documentation":"<p>The snapshot ID of the disk being imported.</p>",
15876          "locationName":"snapshotId"
15877        },
15878        "Progress":{
15879          "shape":"String",
15880          "documentation":"<p>The percentage of completion for the import snapshot task.</p>",
15881          "locationName":"progress"
15882        },
15883        "StatusMessage":{
15884          "shape":"String",
15885          "documentation":"<p>A detailed status message for the import snapshot task.</p>",
15886          "locationName":"statusMessage"
15887        },
15888        "Status":{
15889          "shape":"String",
15890          "documentation":"<p>A brief status for the import snapshot task.</p>",
15891          "locationName":"status"
15892        }
15893      },
15894      "documentation":"<p>Details about the import snapshot task.</p>"
15895    },
15896    "SpotDatafeedSubscription":{
15897      "type":"structure",
15898      "members":{
15899        "OwnerId":{
15900          "shape":"String",
15901          "documentation":"<p>The AWS account ID of the account.</p>",
15902          "locationName":"ownerId"
15903        },
15904        "Bucket":{
15905          "shape":"String",
15906          "documentation":"<p>The Amazon S3 bucket where the Spot instance data feed is located.</p>",
15907          "locationName":"bucket"
15908        },
15909        "Prefix":{
15910          "shape":"String",
15911          "documentation":"<p>The prefix that is prepended to data feed files.</p>",
15912          "locationName":"prefix"
15913        },
15914        "State":{
15915          "shape":"DatafeedSubscriptionState",
15916          "documentation":"<p>The state of the Spot instance data feed subscription.</p>",
15917          "locationName":"state"
15918        },
15919        "Fault":{
15920          "shape":"SpotInstanceStateFault",
15921          "documentation":"<p>The fault codes for the Spot instance request, if any.</p>",
15922          "locationName":"fault"
15923        }
15924      },
15925      "documentation":"<p>Describes the data feed for a Spot instance.</p>"
15926    },
15927    "SpotFleetLaunchSpecification":{
15928      "type":"structure",
15929      "members":{
15930        "ImageId":{
15931          "shape":"String",
15932          "documentation":"<p>The ID of the AMI.</p>",
15933          "locationName":"imageId"
15934        },
15935        "KeyName":{
15936          "shape":"String",
15937          "documentation":"<p>The name of the key pair.</p>",
15938          "locationName":"keyName"
15939        },
15940        "SecurityGroups":{
15941          "shape":"GroupIdentifierList",
15942          "documentation":"<p>One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups.</p>",
15943          "locationName":"groupSet"
15944        },
15945        "UserData":{
15946          "shape":"String",
15947          "documentation":"<p>The user data to make available to the instances. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>",
15948          "locationName":"userData"
15949        },
15950        "AddressingType":{
15951          "shape":"String",
15952          "documentation":"<p>Deprecated.</p>",
15953          "locationName":"addressingType"
15954        },
15955        "InstanceType":{
15956          "shape":"InstanceType",
15957          "documentation":"<p>The instance type.</p>",
15958          "locationName":"instanceType"
15959        },
15960        "Placement":{
15961          "shape":"SpotPlacement",
15962          "documentation":"<p>The placement information.</p>",
15963          "locationName":"placement"
15964        },
15965        "KernelId":{
15966          "shape":"String",
15967          "documentation":"<p>The ID of the kernel.</p>",
15968          "locationName":"kernelId"
15969        },
15970        "RamdiskId":{
15971          "shape":"String",
15972          "documentation":"<p>The ID of the RAM disk.</p>",
15973          "locationName":"ramdiskId"
15974        },
15975        "BlockDeviceMappings":{
15976          "shape":"BlockDeviceMappingList",
15977          "documentation":"<p>One or more block device mapping entries.</p>",
15978          "locationName":"blockDeviceMapping"
15979        },
15980        "Monitoring":{
15981          "shape":"SpotFleetMonitoring",
15982          "documentation":"<p>Enable or disable monitoring for the instances.</p>",
15983          "locationName":"monitoring"
15984        },
15985        "SubnetId":{
15986          "shape":"String",
15987          "documentation":"<p>The ID of the subnet in which to launch the instances. To specify multiple subnets, separate them using commas; for example, \"subnet-a61dafcf, subnet-65ea5f08\".</p>",
15988          "locationName":"subnetId"
15989        },
15990        "NetworkInterfaces":{
15991          "shape":"InstanceNetworkInterfaceSpecificationList",
15992          "documentation":"<p>One or more network interfaces.</p>",
15993          "locationName":"networkInterfaceSet"
15994        },
15995        "IamInstanceProfile":{
15996          "shape":"IamInstanceProfileSpecification",
15997          "documentation":"<p>The IAM instance profile.</p>",
15998          "locationName":"iamInstanceProfile"
15999        },
16000        "EbsOptimized":{
16001          "shape":"Boolean",
16002          "documentation":"<p>Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p> <p>Default: <code>false</code> </p>",
16003          "locationName":"ebsOptimized"
16004        },
16005        "WeightedCapacity":{
16006          "shape":"Double",
16007          "documentation":"<p>The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms (instances or a performance characteristic such as vCPUs, memory, or I/O).</p> <p>If the target capacity divided by this value is not a whole number, we round the number of instances to the next whole number. If this value is not specified, the default is 1.</p>",
16008          "locationName":"weightedCapacity"
16009        },
16010        "SpotPrice":{
16011          "shape":"String",
16012          "documentation":"<p>The bid price per unit hour for the specified instance type. If this value is not specified, the default is the Spot bid price specified for the fleet. To determine the bid price per unit hour, divide the Spot bid price by the value of <code>WeightedCapacity</code>.</p>",
16013          "locationName":"spotPrice"
16014        }
16015      },
16016      "documentation":"<p>Describes the launch specification for one or more Spot instances.</p>"
16017    },
16018    "SpotFleetMonitoring":{
16019      "type":"structure",
16020      "members":{
16021        "Enabled":{
16022          "shape":"Boolean",
16023          "documentation":"<p>Enables monitoring for the instance.</p> <p>Default: <code>false</code> </p>",
16024          "locationName":"enabled"
16025        }
16026      },
16027      "documentation":"<p>Describes whether monitoring is enabled.</p>"
16028    },
16029    "SpotFleetRequestConfig":{
16030      "type":"structure",
16031      "required":[
16032        "SpotFleetRequestId",
16033        "SpotFleetRequestState",
16034        "SpotFleetRequestConfig",
16035        "CreateTime"
16036      ],
16037      "members":{
16038        "SpotFleetRequestId":{
16039          "shape":"String",
16040          "documentation":"<p>The ID of the Spot fleet request.</p>",
16041          "locationName":"spotFleetRequestId"
16042        },
16043        "SpotFleetRequestState":{
16044          "shape":"BatchState",
16045          "documentation":"<p>The state of the Spot fleet request.</p>",
16046          "locationName":"spotFleetRequestState"
16047        },
16048        "SpotFleetRequestConfig":{
16049          "shape":"SpotFleetRequestConfigData",
16050          "documentation":"<p>Information about the configuration of the Spot fleet request.</p>",
16051          "locationName":"spotFleetRequestConfig"
16052        },
16053        "CreateTime":{
16054          "shape":"DateTime",
16055          "documentation":"<p>The creation date and time of the request.</p>",
16056          "locationName":"createTime"
16057        },
16058        "ActivityStatus":{
16059          "shape":"ActivityStatus",
16060          "documentation":"<p>The progress of the Spot fleet request. If there is an error, the status is <code>error</code>. After all bids are placed, the status is <code>pending_fulfillment</code>. If the size of the fleet is equal to or greater than its target capacity, the status is <code>fulfilled</code>. If the size of the fleet is decreased, the status is <code>pending_termination</code> while Spot instances are terminating.</p>",
16061          "locationName":"activityStatus"
16062        }
16063      },
16064      "documentation":"<p>Describes a Spot fleet request.</p>"
16065    },
16066    "SpotFleetRequestConfigData":{
16067      "type":"structure",
16068      "required":[
16069        "SpotPrice",
16070        "TargetCapacity",
16071        "IamFleetRole",
16072        "LaunchSpecifications"
16073      ],
16074      "members":{
16075        "ClientToken":{
16076          "shape":"String",
16077          "documentation":"<p>A unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
16078          "locationName":"clientToken"
16079        },
16080        "SpotPrice":{
16081          "shape":"String",
16082          "documentation":"<p>The bid price per unit hour.</p>",
16083          "locationName":"spotPrice"
16084        },
16085        "TargetCapacity":{
16086          "shape":"Integer",
16087          "documentation":"<p>The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O.</p>",
16088          "locationName":"targetCapacity"
16089        },
16090        "ValidFrom":{
16091          "shape":"DateTime",
16092          "documentation":"<p>The start date and time of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). The default is to start fulfilling the request immediately.</p>",
16093          "locationName":"validFrom"
16094        },
16095        "ValidUntil":{
16096          "shape":"DateTime",
16097          "documentation":"<p>The end date and time of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). At this point, no new Spot instance requests are placed or enabled to fulfill the request.</p>",
16098          "locationName":"validUntil"
16099        },
16100        "TerminateInstancesWithExpiration":{
16101          "shape":"Boolean",
16102          "documentation":"<p>Indicates whether running Spot instances should be terminated when the Spot fleet request expires.</p>",
16103          "locationName":"terminateInstancesWithExpiration"
16104        },
16105        "IamFleetRole":{
16106          "shape":"String",
16107          "documentation":"<p>Grants the Spot fleet permission to terminate Spot instances on your behalf when you cancel its Spot fleet request using <a>CancelSpotFleetRequests</a> or when the Spot fleet request expires, if you set <code>terminateInstancesWithExpiration</code>.</p>",
16108          "locationName":"iamFleetRole"
16109        },
16110        "LaunchSpecifications":{
16111          "shape":"LaunchSpecsList",
16112          "documentation":"<p>Information about the launch specifications for the Spot fleet request.</p>",
16113          "locationName":"launchSpecifications"
16114        },
16115        "ExcessCapacityTerminationPolicy":{
16116          "shape":"ExcessCapacityTerminationPolicy",
16117          "documentation":"<p>Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.</p>",
16118          "locationName":"excessCapacityTerminationPolicy"
16119        },
16120        "AllocationStrategy":{
16121          "shape":"AllocationStrategy",
16122          "documentation":"<p>Indicates how to allocate the target capacity across the Spot pools specified by the Spot fleet request. The default is <code>lowestPrice</code>.</p>",
16123          "locationName":"allocationStrategy"
16124        },
16125        "FulfilledCapacity":{
16126          "shape":"Double",
16127          "documentation":"<p>The number of units fulfilled by this request compared to the set target capacity.</p>",
16128          "locationName":"fulfilledCapacity"
16129        },
16130        "Type":{
16131          "shape":"FleetType",
16132          "documentation":"<p>The type of request. Indicates whether the fleet will only <code>request</code> the target capacity or also attempt to <code>maintain</code> it. When you <code>request</code> a certain target capacity, the fleet will only place the required bids. It will not attempt to replenish Spot instances if capacity is diminished, nor will it submit bids in alternative Spot pools if capacity is not available. When you want to <code>maintain</code> a certain target capacity, fleet will place the required bids to meet this target capacity. It will also automatically replenish any interrupted instances. Default: <code>maintain</code>.</p>",
16133          "locationName":"type"
16134        }
16135      },
16136      "documentation":"<p>Describes the configuration of a Spot fleet request.</p>"
16137    },
16138    "SpotFleetRequestConfigSet":{
16139      "type":"list",
16140      "member":{
16141        "shape":"SpotFleetRequestConfig",
16142        "locationName":"item"
16143      }
16144    },
16145    "SpotInstanceRequest":{
16146      "type":"structure",
16147      "members":{
16148        "SpotInstanceRequestId":{
16149          "shape":"String",
16150          "documentation":"<p>The ID of the Spot instance request.</p>",
16151          "locationName":"spotInstanceRequestId"
16152        },
16153        "SpotPrice":{
16154          "shape":"String",
16155          "documentation":"<p>The maximum hourly price (bid) for the Spot instance launched to fulfill the request.</p>",
16156          "locationName":"spotPrice"
16157        },
16158        "Type":{
16159          "shape":"SpotInstanceType",
16160          "documentation":"<p>The Spot instance request type.</p>",
16161          "locationName":"type"
16162        },
16163        "State":{
16164          "shape":"SpotInstanceState",
16165          "documentation":"<p>The state of the Spot instance request. Spot bid status information can help you track your 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 <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
16166          "locationName":"state"
16167        },
16168        "Fault":{
16169          "shape":"SpotInstanceStateFault",
16170          "documentation":"<p>The fault codes for the Spot instance request, if any.</p>",
16171          "locationName":"fault"
16172        },
16173        "Status":{
16174          "shape":"SpotInstanceStatus",
16175          "documentation":"<p>The status code and status message describing the Spot instance request.</p>",
16176          "locationName":"status"
16177        },
16178        "ValidFrom":{
16179          "shape":"DateTime",
16180          "documentation":"<p>The start date of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). The request becomes active at this date and time.</p>",
16181          "locationName":"validFrom"
16182        },
16183        "ValidUntil":{
16184          "shape":"DateTime",
16185          "documentation":"<p>The end date of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). If this is a one-time request, it remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached.</p>",
16186          "locationName":"validUntil"
16187        },
16188        "LaunchGroup":{
16189          "shape":"String",
16190          "documentation":"<p>The instance launch group. Launch groups are Spot instances that launch together and terminate together.</p>",
16191          "locationName":"launchGroup"
16192        },
16193        "AvailabilityZoneGroup":{
16194          "shape":"String",
16195          "documentation":"<p>The Availability Zone group. If you specify the same Availability Zone group for all Spot instance requests, all Spot instances are launched in the same Availability Zone.</p>",
16196          "locationName":"availabilityZoneGroup"
16197        },
16198        "LaunchSpecification":{
16199          "shape":"LaunchSpecification",
16200          "documentation":"<p>Additional information for launching instances.</p>",
16201          "locationName":"launchSpecification"
16202        },
16203        "InstanceId":{
16204          "shape":"String",
16205          "documentation":"<p>The instance ID, if an instance has been launched to fulfill the Spot instance request.</p>",
16206          "locationName":"instanceId"
16207        },
16208        "CreateTime":{
16209          "shape":"DateTime",
16210          "documentation":"<p>The date and time when the Spot instance request was created, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>",
16211          "locationName":"createTime"
16212        },
16213        "ProductDescription":{
16214          "shape":"RIProductDescription",
16215          "documentation":"<p>The product description associated with the Spot instance.</p>",
16216          "locationName":"productDescription"
16217        },
16218        "BlockDurationMinutes":{
16219          "shape":"Integer",
16220          "documentation":"<p>The duration for the Spot instance, in minutes.</p>",
16221          "locationName":"blockDurationMinutes"
16222        },
16223        "ActualBlockHourlyPrice":{
16224          "shape":"String",
16225          "documentation":"<p>If you specified a duration and your Spot instance request was fulfilled, this is the fixed hourly price in effect for the Spot instance while it runs.</p>",
16226          "locationName":"actualBlockHourlyPrice"
16227        },
16228        "Tags":{
16229          "shape":"TagList",
16230          "documentation":"<p>Any tags assigned to the resource.</p>",
16231          "locationName":"tagSet"
16232        },
16233        "LaunchedAvailabilityZone":{
16234          "shape":"String",
16235          "documentation":"<p>The Availability Zone in which the bid is launched.</p>",
16236          "locationName":"launchedAvailabilityZone"
16237        }
16238      },
16239      "documentation":"<p>Describes a Spot instance request.</p>"
16240    },
16241    "SpotInstanceRequestIdList":{
16242      "type":"list",
16243      "member":{
16244        "shape":"String",
16245        "locationName":"SpotInstanceRequestId"
16246      }
16247    },
16248    "SpotInstanceRequestList":{
16249      "type":"list",
16250      "member":{
16251        "shape":"SpotInstanceRequest",
16252        "locationName":"item"
16253      }
16254    },
16255    "SpotInstanceState":{
16256      "type":"string",
16257      "enum":[
16258        "open",
16259        "active",
16260        "closed",
16261        "cancelled",
16262        "failed"
16263      ]
16264    },
16265    "SpotInstanceStateFault":{
16266      "type":"structure",
16267      "members":{
16268        "Code":{
16269          "shape":"String",
16270          "documentation":"<p>The reason code for the Spot instance state change.</p>",
16271          "locationName":"code"
16272        },
16273        "Message":{
16274          "shape":"String",
16275          "documentation":"<p>The message for the Spot instance state change.</p>",
16276          "locationName":"message"
16277        }
16278      },
16279      "documentation":"<p>Describes a Spot instance state change.</p>"
16280    },
16281    "SpotInstanceStatus":{
16282      "type":"structure",
16283      "members":{
16284        "Code":{
16285          "shape":"String",
16286          "documentation":"<p>The status code. For a list of status codes, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html#spot-instance-bid-status-understand\">Spot Bid Status Codes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
16287          "locationName":"code"
16288        },
16289        "UpdateTime":{
16290          "shape":"DateTime",
16291          "documentation":"<p>The date and time of the most recent status update, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>",
16292          "locationName":"updateTime"
16293        },
16294        "Message":{
16295          "shape":"String",
16296          "documentation":"<p>The description for the status code.</p>",
16297          "locationName":"message"
16298        }
16299      },
16300      "documentation":"<p>Describes the status of a Spot instance request.</p>"
16301    },
16302    "SpotInstanceType":{
16303      "type":"string",
16304      "enum":[
16305        "one-time",
16306        "persistent"
16307      ]
16308    },
16309    "SpotPlacement":{
16310      "type":"structure",
16311      "members":{
16312        "AvailabilityZone":{
16313          "shape":"String",
16314          "documentation":"<p>The Availability Zone.</p> <p>[Spot fleet only] To specify multiple Availability Zones, separate them using commas; for example, \"us-west-2a, us-west-2b\".</p>",
16315          "locationName":"availabilityZone"
16316        },
16317        "GroupName":{
16318          "shape":"String",
16319          "documentation":"<p>The name of the placement group (for cluster instances).</p>",
16320          "locationName":"groupName"
16321        }
16322      },
16323      "documentation":"<p>Describes Spot instance placement.</p>"
16324    },
16325    "SpotPrice":{
16326      "type":"structure",
16327      "members":{
16328        "InstanceType":{
16329          "shape":"InstanceType",
16330          "documentation":"<p>The instance type.</p>",
16331          "locationName":"instanceType"
16332        },
16333        "ProductDescription":{
16334          "shape":"RIProductDescription",
16335          "documentation":"<p>A general description of the AMI.</p>",
16336          "locationName":"productDescription"
16337        },
16338        "SpotPrice":{
16339          "shape":"String",
16340          "documentation":"<p>The maximum price (bid) that you are willing to pay for a Spot instance.</p>",
16341          "locationName":"spotPrice"
16342        },
16343        "Timestamp":{
16344          "shape":"DateTime",
16345          "documentation":"<p>The date and time the request was created, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>",
16346          "locationName":"timestamp"
16347        },
16348        "AvailabilityZone":{
16349          "shape":"String",
16350          "documentation":"<p>The Availability Zone.</p>",
16351          "locationName":"availabilityZone"
16352        }
16353      },
16354      "documentation":"<p>Describes the maximum hourly price (bid) for any Spot instance launched to fulfill the request.</p>"
16355    },
16356    "SpotPriceHistoryList":{
16357      "type":"list",
16358      "member":{
16359        "shape":"SpotPrice",
16360        "locationName":"item"
16361      }
16362    },
16363    "StaleIpPermission":{
16364      "type":"structure",
16365      "members":{
16366        "FromPort":{
16367          "shape":"Integer",
16368          "documentation":"<p>The start of the port range for the TCP and UDP protocols, or an ICMP type number. A value of <code>-1</code> indicates all ICMP types. </p>",
16369          "locationName":"fromPort"
16370        },
16371        "IpProtocol":{
16372          "shape":"String",
16373          "documentation":"<p>The IP protocol name (for <code>tcp</code>, <code>udp</code>, and <code>icmp</code>) or number (see <a href=\"http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml\">Protocol Numbers)</a>.</p>",
16374          "locationName":"ipProtocol"
16375        },
16376        "IpRanges":{
16377          "shape":"IpRanges",
16378          "documentation":"<p>One or more IP ranges. Not applicable for stale security group rules.</p>",
16379          "locationName":"ipRanges"
16380        },
16381        "PrefixListIds":{
16382          "shape":"PrefixListIdSet",
16383          "documentation":"<p>One or more prefix list IDs for an AWS service. Not applicable for stale security group rules.</p>",
16384          "locationName":"prefixListIds"
16385        },
16386        "ToPort":{
16387          "shape":"Integer",
16388          "documentation":"<p>The end of the port range for the TCP and UDP protocols, or an ICMP type number. A value of <code>-1</code> indicates all ICMP types. </p>",
16389          "locationName":"toPort"
16390        },
16391        "UserIdGroupPairs":{
16392          "shape":"UserIdGroupPairSet",
16393          "documentation":"<p>One or more security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.</p>",
16394          "locationName":"groups"
16395        }
16396      },
16397      "documentation":"<p>Describes a stale rule in a security group.</p>"
16398    },
16399    "StaleIpPermissionSet":{
16400      "type":"list",
16401      "member":{
16402        "shape":"StaleIpPermission",
16403        "locationName":"item"
16404      }
16405    },
16406    "StaleSecurityGroup":{
16407      "type":"structure",
16408      "required":["GroupId"],
16409      "members":{
16410        "GroupId":{
16411          "shape":"String",
16412          "documentation":"<p>The ID of the security group.</p>",
16413          "locationName":"groupId"
16414        },
16415        "GroupName":{
16416          "shape":"String",
16417          "documentation":"<p>The name of the security group.</p>",
16418          "locationName":"groupName"
16419        },
16420        "Description":{
16421          "shape":"String",
16422          "documentation":"<p>The description of the security group.</p>",
16423          "locationName":"description"
16424        },
16425        "VpcId":{
16426          "shape":"String",
16427          "documentation":"<p>The ID of the VPC for the security group.</p>",
16428          "locationName":"vpcId"
16429        },
16430        "StaleIpPermissions":{
16431          "shape":"StaleIpPermissionSet",
16432          "documentation":"<p>Information about the stale inbound rules in the security group.</p>",
16433          "locationName":"staleIpPermissions"
16434        },
16435        "StaleIpPermissionsEgress":{
16436          "shape":"StaleIpPermissionSet",
16437          "documentation":"<p>Information about the stale outbound rules in the security group.</p>",
16438          "locationName":"staleIpPermissionsEgress"
16439        }
16440      },
16441      "documentation":"<p>Describes a stale security group (a security group that contains stale rules).</p>"
16442    },
16443    "StaleSecurityGroupSet":{
16444      "type":"list",
16445      "member":{
16446        "shape":"StaleSecurityGroup",
16447        "locationName":"item"
16448      }
16449    },
16450    "StartInstancesRequest":{
16451      "type":"structure",
16452      "required":["InstanceIds"],
16453      "members":{
16454        "InstanceIds":{
16455          "shape":"InstanceIdStringList",
16456          "documentation":"<p>One or more instance IDs.</p>",
16457          "locationName":"InstanceId"
16458        },
16459        "AdditionalInfo":{
16460          "shape":"String",
16461          "documentation":"<p>Reserved.</p>",
16462          "locationName":"additionalInfo"
16463        },
16464        "DryRun":{
16465          "shape":"Boolean",
16466          "documentation":"<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>",
16467          "locationName":"dryRun"
16468        }
16469      },
16470      "documentation":"<p>Contains the parameters for StartInstances.</p>"
16471    },
16472    "StartInstancesResult":{
16473      "type":"structure",
16474      "members":{
16475        "StartingInstances":{
16476          "shape":"InstanceStateChangeList",
16477          "documentation":"<p>Information about one or more started instances.</p>",
16478          "locationName":"instancesSet"
16479        }
16480      },
16481      "documentation":"<p>Contains the output of StartInstances.</p>"
16482    },
16483    "State":{
16484      "type":"string",
16485      "enum":[
16486        "Pending",
16487        "Available",
16488        "Deleting",
16489        "Deleted"
16490      ]
16491    },
16492    "StateReason":{
16493      "type":"structure",
16494      "members":{
16495        "Code":{
16496          "shape":"String",
16497          "documentation":"<p>The reason code for the state change.</p>",
16498          "locationName":"code"
16499        },
16500        "Message":{
16501          "shape":"String",
16502          "documentation":"<p>The message for the state change.</p> <ul> <li> <p> <code>Server.SpotInstanceTermination</code>: A Spot instance was terminated due to an increase in the market price.</p> </li> <li> <p> <code>Server.InternalError</code>: An internal error occurred during instance launch, resulting in termination.</p> </li> <li> <p> <code>Server.InsufficientInstanceCapacity</code>: There was insufficient instance capacity to satisfy the launch request.</p> </li> <li> <p> <code>Client.InternalError</code>: A client error caused the instance to terminate on launch.</p> </li> <li> <p> <code>Client.InstanceInitiatedShutdown</code>: The instance was shut down using the <code>shutdown -h</code> command from the instance.</p> </li> <li> <p> <code>Client.UserInitiatedShutdown</code>: The instance was shut down using the Amazon EC2 API.</p> </li> <li> <p> <code>Client.VolumeLimitExceeded</code>: The limit on the number of EBS volumes or total storage was exceeded. Decrease usage or request an increase in your limits.</p> </li> <li> <p> <code>Client.InvalidSnapshot.NotFound</code>: The specified snapshot was not found.</p> </li> </ul>",
16503          "locationName":"message"
16504        }
16505      },
16506      "documentation":"<p>Describes a state change.</p>"
16507    },
16508    "Status":{
16509      "type":"string",
16510      "enum":[
16511        "MoveInProgress",
16512        "InVpc",
16513        "InClassic"
16514      ]
16515    },
16516    "StatusName":{
16517      "type":"string",
16518      "enum":["reachability"]
16519    },
16520    "StatusType":{
16521      "type":"string",
16522      "enum":[
16523        "passed",
16524        "failed",
16525        "insufficient-data",
16526        "initializing"
16527      ]
16528    },
16529    "StopInstancesRequest":{
16530      "type":"structure",
16531      "required":["InstanceIds"],
16532      "members":{
16533        "DryRun":{
16534          "shape":"Boolean",
16535          "documentation":"<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>",
16536          "locationName":"dryRun"
16537        },
16538        "InstanceIds":{
16539          "shape":"InstanceIdStringList",
16540          "documentation":"<p>One or more instance IDs.</p>",
16541          "locationName":"InstanceId"
16542        },
16543        "Force":{
16544          "shape":"Boolean",
16545          "documentation":"<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>",
16546          "locationName":"force"
16547        }
16548      },
16549      "documentation":"<p>Contains the parameters for StopInstances.</p>"
16550    },
16551    "StopInstancesResult":{
16552      "type":"structure",
16553      "members":{
16554        "StoppingInstances":{
16555          "shape":"InstanceStateChangeList",
16556          "documentation":"<p>Information about one or more stopped instances.</p>",
16557          "locationName":"instancesSet"
16558        }
16559      },
16560      "documentation":"<p>Contains the output of StopInstances.</p>"
16561    },
16562    "Storage":{
16563      "type":"structure",
16564      "members":{
16565        "S3":{
16566          "shape":"S3Storage",
16567          "documentation":"<p>An Amazon S3 storage location.</p>"
16568        }
16569      },
16570      "documentation":"<p>Describes the storage location for an instance store-backed AMI.</p>"
16571    },
16572    "String":{"type":"string"},
16573    "Subnet":{
16574      "type":"structure",
16575      "members":{
16576        "SubnetId":{
16577          "shape":"String",
16578          "documentation":"<p>The ID of the subnet.</p>",
16579          "locationName":"subnetId"
16580        },
16581        "State":{
16582          "shape":"SubnetState",
16583          "documentation":"<p>The current state of the subnet.</p>",
16584          "locationName":"state"
16585        },
16586        "VpcId":{
16587          "shape":"String",
16588          "documentation":"<p>The ID of the VPC the subnet is in.</p>",
16589          "locationName":"vpcId"
16590        },
16591        "CidrBlock":{
16592          "shape":"String",
16593          "documentation":"<p>The CIDR block assigned to the subnet.</p>",
16594          "locationName":"cidrBlock"
16595        },
16596        "AvailableIpAddressCount":{
16597          "shape":"Integer",
16598          "documentation":"<p>The number of unused IP addresses in the subnet. Note that the IP addresses for any stopped instances are considered unavailable.</p>",
16599          "locationName":"availableIpAddressCount"
16600        },
16601        "AvailabilityZone":{
16602          "shape":"String",
16603          "documentation":"<p>The Availability Zone of the subnet.</p>",
16604          "locationName":"availabilityZone"
16605        },
16606        "DefaultForAz":{
16607          "shape":"Boolean",
16608          "documentation":"<p>Indicates whether this is the default subnet for the Availability Zone.</p>",
16609          "locationName":"defaultForAz"
16610        },
16611        "MapPublicIpOnLaunch":{
16612          "shape":"Boolean",
16613          "documentation":"<p>Indicates whether instances launched in this subnet receive a public IP address.</p>",
16614          "locationName":"mapPublicIpOnLaunch"
16615        },
16616        "Tags":{
16617          "shape":"TagList",
16618          "documentation":"<p>Any tags assigned to the subnet.</p>",
16619          "locationName":"tagSet"
16620        }
16621      },
16622      "documentation":"<p>Describes a subnet.</p>"
16623    },
16624    "SubnetIdStringList":{
16625      "type":"list",
16626      "member":{
16627        "shape":"String",
16628        "locationName":"SubnetId"
16629      }
16630    },
16631    "SubnetList":{
16632      "type":"list",
16633      "member":{
16634        "shape":"Subnet",
16635        "locationName":"item"
16636      }
16637    },
16638    "SubnetState":{
16639      "type":"string",
16640      "enum":[
16641        "pending",
16642        "available"
16643      ]
16644    },
16645    "SummaryStatus":{
16646      "type":"string",
16647      "enum":[
16648        "ok",
16649        "impaired",
16650        "insufficient-data",
16651        "not-applicable",
16652        "initializing"
16653      ]
16654    },
16655    "Tag":{
16656      "type":"structure",
16657      "members":{
16658        "Key":{
16659          "shape":"String",
16660          "documentation":"<p>The key of the tag.</p> <p>Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with <code>aws:</code> </p>",
16661          "locationName":"key"
16662        },
16663        "Value":{
16664          "shape":"String",
16665          "documentation":"<p>The value of the tag.</p> <p>Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.</p>",
16666          "locationName":"value"
16667        }
16668      },
16669      "documentation":"<p>Describes a tag.</p>"
16670    },
16671    "TagDescription":{
16672      "type":"structure",
16673      "members":{
16674        "ResourceId":{
16675          "shape":"String",
16676          "documentation":"<p>The ID of the resource. For example, <code>ami-1a2b3c4d</code>.</p>",
16677          "locationName":"resourceId"
16678        },
16679        "ResourceType":{
16680          "shape":"ResourceType",
16681          "documentation":"<p>The resource type.</p>",
16682          "locationName":"resourceType"
16683        },
16684        "Key":{
16685          "shape":"String",
16686          "documentation":"<p>The tag key.</p>",
16687          "locationName":"key"
16688        },
16689        "Value":{
16690          "shape":"String",
16691          "documentation":"<p>The tag value.</p>",
16692          "locationName":"value"
16693        }
16694      },
16695      "documentation":"<p>Describes a tag.</p>"
16696    },
16697    "TagDescriptionList":{
16698      "type":"list",
16699      "member":{
16700        "shape":"TagDescription",
16701        "locationName":"item"
16702      }
16703    },
16704    "TagList":{
16705      "type":"list",
16706      "member":{
16707        "shape":"Tag",
16708        "locationName":"item"
16709      }
16710    },
16711    "TargetConfiguration":{
16712      "type":"structure",
16713      "members":{
16714        "OfferingId":{
16715          "shape":"String",
16716          "documentation":"<p>The ID of the Convertible Reserved Instance offering.</p>",
16717          "locationName":"offeringId"
16718        },
16719        "InstanceCount":{
16720          "shape":"Integer",
16721          "documentation":"<p>The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request</p>",
16722          "locationName":"instanceCount"
16723        }
16724      },
16725      "documentation":"<p>Information about the Convertible Reserved Instance offering.</p>"
16726    },
16727    "TargetConfigurationRequest":{
16728      "type":"structure",
16729      "required":["OfferingId"],
16730      "members":{
16731        "OfferingId":{
16732          "shape":"String",
16733          "documentation":"<p>The Convertible Reserved Instance offering ID. If this isn't included in the request, the response lists your current Convertible Reserved Instance/s and their value/s.</p>"
16734        },
16735        "InstanceCount":{
16736          "shape":"Integer",
16737          "documentation":"<p>The number of instances the Covertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request</p>"
16738        }
16739      },
16740      "documentation":"<p>Details about the target configuration.</p>"
16741    },
16742    "TargetConfigurationRequestSet":{
16743      "type":"list",
16744      "member":{
16745        "shape":"TargetConfigurationRequest",
16746        "locationName":"TargetConfigurationRequest"
16747      }
16748    },
16749    "TargetReservationValue":{
16750      "type":"structure",
16751      "members":{
16752        "TargetConfiguration":{
16753          "shape":"TargetConfiguration",
16754          "documentation":"<p>The configuration of the Convertible Reserved Instances that make up the exchange.</p>",
16755          "locationName":"targetConfiguration"
16756        },
16757        "ReservationValue":{
16758          "shape":"ReservationValue",
16759          "documentation":"<p>The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.</p>",
16760          "locationName":"reservationValue"
16761        }
16762      },
16763      "documentation":"<p>The total value of the new Convertible Reserved Instances.</p>"
16764    },
16765    "TargetReservationValueSet":{
16766      "type":"list",
16767      "member":{
16768        "shape":"TargetReservationValue",
16769        "locationName":"item"
16770      }
16771    },
16772    "TelemetryStatus":{
16773      "type":"string",
16774      "enum":[
16775        "UP",
16776        "DOWN"
16777      ]
16778    },
16779    "Tenancy":{
16780      "type":"string",
16781      "enum":[
16782        "default",
16783        "dedicated",
16784        "host"
16785      ]
16786    },
16787    "TerminateInstancesRequest":{
16788      "type":"structure",
16789      "required":["InstanceIds"],
16790      "members":{
16791        "DryRun":{
16792          "shape":"Boolean",
16793          "documentation":"<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>",
16794          "locationName":"dryRun"
16795        },
16796        "InstanceIds":{
16797          "shape":"InstanceIdStringList",
16798          "documentation":"<p>One or more instance IDs.</p> <p>Constraints: Up to 1000 instance IDs. We recommend breaking up this request into smaller batches.</p>",
16799          "locationName":"InstanceId"
16800        }
16801      },
16802      "documentation":"<p>Contains the parameters for TerminateInstances.</p>"
16803    },
16804    "TerminateInstancesResult":{
16805      "type":"structure",
16806      "members":{
16807        "TerminatingInstances":{
16808          "shape":"InstanceStateChangeList",
16809          "documentation":"<p>Information about one or more terminated instances.</p>",
16810          "locationName":"instancesSet"
16811        }
16812      },
16813      "documentation":"<p>Contains the output of TerminateInstances.</p>"
16814    },
16815    "TrafficType":{
16816      "type":"string",
16817      "enum":[
16818        "ACCEPT",
16819        "REJECT",
16820        "ALL"
16821      ]
16822    },
16823    "UnassignPrivateIpAddressesRequest":{
16824      "type":"structure",
16825      "required":[
16826        "NetworkInterfaceId",
16827        "PrivateIpAddresses"
16828      ],
16829      "members":{
16830        "NetworkInterfaceId":{
16831          "shape":"String",
16832          "documentation":"<p>The ID of the network interface.</p>",
16833          "locationName":"networkInterfaceId"
16834        },
16835        "PrivateIpAddresses":{
16836          "shape":"PrivateIpAddressStringList",
16837          "documentation":"<p>The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.</p>",
16838          "locationName":"privateIpAddress"
16839        }
16840      },
16841      "documentation":"<p>Contains the parameters for UnassignPrivateIpAddresses.</p>"
16842    },
16843    "UnmonitorInstancesRequest":{
16844      "type":"structure",
16845      "required":["InstanceIds"],
16846      "members":{
16847        "DryRun":{
16848          "shape":"Boolean",
16849          "documentation":"<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>",
16850          "locationName":"dryRun"
16851        },
16852        "InstanceIds":{
16853          "shape":"InstanceIdStringList",
16854          "documentation":"<p>One or more instance IDs.</p>",
16855          "locationName":"InstanceId"
16856        }
16857      },
16858      "documentation":"<p>Contains the parameters for UnmonitorInstances.</p>"
16859    },
16860    "UnmonitorInstancesResult":{
16861      "type":"structure",
16862      "members":{
16863        "InstanceMonitorings":{
16864          "shape":"InstanceMonitoringList",
16865          "documentation":"<p>Monitoring information for one or more instances.</p>",
16866          "locationName":"instancesSet"
16867        }
16868      },
16869      "documentation":"<p>Contains the output of UnmonitorInstances.</p>"
16870    },
16871    "UnsuccessfulItem":{
16872      "type":"structure",
16873      "required":["Error"],
16874      "members":{
16875        "Error":{
16876          "shape":"UnsuccessfulItemError",
16877          "documentation":"<p>Information about the error.</p>",
16878          "locationName":"error"
16879        },
16880        "ResourceId":{
16881          "shape":"String",
16882          "documentation":"<p>The ID of the resource.</p>",
16883          "locationName":"resourceId"
16884        }
16885      },
16886      "documentation":"<p>Information about items that were not successfully processed in a batch call.</p>"
16887    },
16888    "UnsuccessfulItemError":{
16889      "type":"structure",
16890      "required":[
16891        "Code",
16892        "Message"
16893      ],
16894      "members":{
16895        "Code":{
16896          "shape":"String",
16897          "documentation":"<p>The error code.</p>",
16898          "locationName":"code"
16899        },
16900        "Message":{
16901          "shape":"String",
16902          "documentation":"<p>The error message accompanying the error code.</p>",
16903          "locationName":"message"
16904        }
16905      },
16906      "documentation":"<p>Information about the error that occurred. For more information about errors, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html\">Error Codes</a>.</p>"
16907    },
16908    "UnsuccessfulItemList":{
16909      "type":"list",
16910      "member":{
16911        "shape":"UnsuccessfulItem",
16912        "locationName":"item"
16913      }
16914    },
16915    "UnsuccessfulItemSet":{
16916      "type":"list",
16917      "member":{
16918        "shape":"UnsuccessfulItem",
16919        "locationName":"item"
16920      }
16921    },
16922    "UserBucket":{
16923      "type":"structure",
16924      "members":{
16925        "S3Bucket":{
16926          "shape":"String",
16927          "documentation":"<p>The name of the S3 bucket where the disk image is located.</p>"
16928        },
16929        "S3Key":{
16930          "shape":"String",
16931          "documentation":"<p>The file name of the disk image.</p>"
16932        }
16933      },
16934      "documentation":"<p>Describes the S3 bucket for the disk image.</p>"
16935    },
16936    "UserBucketDetails":{
16937      "type":"structure",
16938      "members":{
16939        "S3Bucket":{
16940          "shape":"String",
16941          "documentation":"<p>The S3 bucket from which the disk image was created.</p>",
16942          "locationName":"s3Bucket"
16943        },
16944        "S3Key":{
16945          "shape":"String",
16946          "documentation":"<p>The file name of the disk image.</p>",
16947          "locationName":"s3Key"
16948        }
16949      },
16950      "documentation":"<p>Describes the S3 bucket for the disk image.</p>"
16951    },
16952    "UserData":{
16953      "type":"structure",
16954      "members":{
16955        "Data":{
16956          "shape":"String",
16957          "documentation":"<p>The user data. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>",
16958          "locationName":"data"
16959        }
16960      },
16961      "documentation":"<p>Describes the user data for an instance.</p>"
16962    },
16963    "UserGroupStringList":{
16964      "type":"list",
16965      "member":{
16966        "shape":"String",
16967        "locationName":"UserGroup"
16968      }
16969    },
16970    "UserIdGroupPair":{
16971      "type":"structure",
16972      "members":{
16973        "UserId":{
16974          "shape":"String",
16975          "documentation":"<p>The ID of an AWS account. For a referenced security group in another VPC, the account ID of the referenced security group is returned.</p> <p>[EC2-Classic] Required when adding or removing rules that reference a security group in another AWS account.</p>",
16976          "locationName":"userId"
16977        },
16978        "GroupName":{
16979          "shape":"String",
16980          "documentation":"<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 the security group ID.</p>",
16981          "locationName":"groupName"
16982        },
16983        "GroupId":{
16984          "shape":"String",
16985          "documentation":"<p>The ID of the security group.</p>",
16986          "locationName":"groupId"
16987        },
16988        "VpcId":{
16989          "shape":"String",
16990          "documentation":"<p>The ID of the VPC for the referenced security group, if applicable.</p>",
16991          "locationName":"vpcId"
16992        },
16993        "VpcPeeringConnectionId":{
16994          "shape":"String",
16995          "documentation":"<p>The ID of the VPC peering connection, if applicable.</p>",
16996          "locationName":"vpcPeeringConnectionId"
16997        },
16998        "PeeringStatus":{
16999          "shape":"String",
17000          "documentation":"<p>The status of a VPC peering connection, if applicable.</p>",
17001          "locationName":"peeringStatus"
17002        }
17003      },
17004      "documentation":"<p>Describes a security group and AWS account ID pair.</p>"
17005    },
17006    "UserIdGroupPairList":{
17007      "type":"list",
17008      "member":{
17009        "shape":"UserIdGroupPair",
17010        "locationName":"item"
17011      }
17012    },
17013    "UserIdGroupPairSet":{
17014      "type":"list",
17015      "member":{
17016        "shape":"UserIdGroupPair",
17017        "locationName":"item"
17018      }
17019    },
17020    "UserIdStringList":{
17021      "type":"list",
17022      "member":{
17023        "shape":"String",
17024        "locationName":"UserId"
17025      }
17026    },
17027    "ValueStringList":{
17028      "type":"list",
17029      "member":{
17030        "shape":"String",
17031        "locationName":"item"
17032      }
17033    },
17034    "VgwTelemetry":{
17035      "type":"structure",
17036      "members":{
17037        "OutsideIpAddress":{
17038          "shape":"String",
17039          "documentation":"<p>The Internet-routable IP address of the virtual private gateway's outside interface.</p>",
17040          "locationName":"outsideIpAddress"
17041        },
17042        "Status":{
17043          "shape":"TelemetryStatus",
17044          "documentation":"<p>The status of the VPN tunnel.</p>",
17045          "locationName":"status"
17046        },
17047        "LastStatusChange":{
17048          "shape":"DateTime",
17049          "documentation":"<p>The date and time of the last change in status.</p>",
17050          "locationName":"lastStatusChange"
17051        },
17052        "StatusMessage":{
17053          "shape":"String",
17054          "documentation":"<p>If an error occurs, a description of the error.</p>",
17055          "locationName":"statusMessage"
17056        },
17057        "AcceptedRouteCount":{
17058          "shape":"Integer",
17059          "documentation":"<p>The number of accepted routes.</p>",
17060          "locationName":"acceptedRouteCount"
17061        }
17062      },
17063      "documentation":"<p>Describes telemetry for a VPN tunnel.</p>"
17064    },
17065    "VgwTelemetryList":{
17066      "type":"list",
17067      "member":{
17068        "shape":"VgwTelemetry",
17069        "locationName":"item"
17070      }
17071    },
17072    "VirtualizationType":{
17073      "type":"string",
17074      "enum":[
17075        "hvm",
17076        "paravirtual"
17077      ]
17078    },
17079    "Volume":{
17080      "type":"structure",
17081      "members":{
17082        "VolumeId":{
17083          "shape":"String",
17084          "documentation":"<p>The ID of the volume.</p>",
17085          "locationName":"volumeId"
17086        },
17087        "Size":{
17088          "shape":"Integer",
17089          "documentation":"<p>The size of the volume, in GiBs.</p>",
17090          "locationName":"size"
17091        },
17092        "SnapshotId":{
17093          "shape":"String",
17094          "documentation":"<p>The snapshot from which the volume was created, if applicable.</p>",
17095          "locationName":"snapshotId"
17096        },
17097        "AvailabilityZone":{
17098          "shape":"String",
17099          "documentation":"<p>The Availability Zone for the volume.</p>",
17100          "locationName":"availabilityZone"
17101        },
17102        "State":{
17103          "shape":"VolumeState",
17104          "documentation":"<p>The volume state.</p>",
17105          "locationName":"status"
17106        },
17107        "CreateTime":{
17108          "shape":"DateTime",
17109          "documentation":"<p>The time stamp when volume creation was initiated.</p>",
17110          "locationName":"createTime"
17111        },
17112        "Attachments":{
17113          "shape":"VolumeAttachmentList",
17114          "documentation":"<p>Information about the volume attachments.</p>",
17115          "locationName":"attachmentSet"
17116        },
17117        "Tags":{
17118          "shape":"TagList",
17119          "documentation":"<p>Any tags assigned to the volume.</p>",
17120          "locationName":"tagSet"
17121        },
17122        "VolumeType":{
17123          "shape":"VolumeType",
17124          "documentation":"<p>The volume type. This can be <code>gp2</code> for General Purpose SSD, <code>io1</code> for Provisioned IOPS SSD, <code>st1</code> for Throughput Optimized HDD, <code>sc1</code> for Cold HDD, or <code>standard</code> for Magnetic volumes.</p>",
17125          "locationName":"volumeType"
17126        },
17127        "Iops":{
17128          "shape":"Integer",
17129          "documentation":"<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-20000 IOPS for io1 volumes and 100-10000 IOPS for <code>gp2</code> 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>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>",
17130          "locationName":"iops"
17131        },
17132        "Encrypted":{
17133          "shape":"Boolean",
17134          "documentation":"<p>Indicates whether the volume will be encrypted.</p>",
17135          "locationName":"encrypted"
17136        },
17137        "KmsKeyId":{
17138          "shape":"String",
17139          "documentation":"<p>The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.</p>",
17140          "locationName":"kmsKeyId"
17141        }
17142      },
17143      "documentation":"<p>Describes a volume.</p>"
17144    },
17145    "VolumeAttachment":{
17146      "type":"structure",
17147      "members":{
17148        "VolumeId":{
17149          "shape":"String",
17150          "documentation":"<p>The ID of the volume.</p>",
17151          "locationName":"volumeId"
17152        },
17153        "InstanceId":{
17154          "shape":"String",
17155          "documentation":"<p>The ID of the instance.</p>",
17156          "locationName":"instanceId"
17157        },
17158        "Device":{
17159          "shape":"String",
17160          "documentation":"<p>The device name.</p>",
17161          "locationName":"device"
17162        },
17163        "State":{
17164          "shape":"VolumeAttachmentState",
17165          "documentation":"<p>The attachment state of the volume.</p>",
17166          "locationName":"status"
17167        },
17168        "AttachTime":{
17169          "shape":"DateTime",
17170          "documentation":"<p>The time stamp when the attachment initiated.</p>",
17171          "locationName":"attachTime"
17172        },
17173        "DeleteOnTermination":{
17174          "shape":"Boolean",
17175          "documentation":"<p>Indicates whether the EBS volume is deleted on instance termination.</p>",
17176          "locationName":"deleteOnTermination"
17177        }
17178      },
17179      "documentation":"<p>Describes volume attachment details.</p>"
17180    },
17181    "VolumeAttachmentList":{
17182      "type":"list",
17183      "member":{
17184        "shape":"VolumeAttachment",
17185        "locationName":"item"
17186      }
17187    },
17188    "VolumeAttachmentState":{
17189      "type":"string",
17190      "enum":[
17191        "attaching",
17192        "attached",
17193        "detaching",
17194        "detached"
17195      ]
17196    },
17197    "VolumeAttributeName":{
17198      "type":"string",
17199      "enum":[
17200        "autoEnableIO",
17201        "productCodes"
17202      ]
17203    },
17204    "VolumeDetail":{
17205      "type":"structure",
17206      "required":["Size"],
17207      "members":{
17208        "Size":{
17209          "shape":"Long",
17210          "documentation":"<p>The size of the volume, in GiB.</p>",
17211          "locationName":"size"
17212        }
17213      },
17214      "documentation":"<p>Describes an EBS volume.</p>"
17215    },
17216    "VolumeIdStringList":{
17217      "type":"list",
17218      "member":{
17219        "shape":"String",
17220        "locationName":"VolumeId"
17221      }
17222    },
17223    "VolumeList":{
17224      "type":"list",
17225      "member":{
17226        "shape":"Volume",
17227        "locationName":"item"
17228      }
17229    },
17230    "VolumeState":{
17231      "type":"string",
17232      "enum":[
17233        "creating",
17234        "available",
17235        "in-use",
17236        "deleting",
17237        "deleted",
17238        "error"
17239      ]
17240    },
17241    "VolumeStatusAction":{
17242      "type":"structure",
17243      "members":{
17244        "Code":{
17245          "shape":"String",
17246          "documentation":"<p>The code identifying the operation, for example, <code>enable-volume-io</code>.</p>",
17247          "locationName":"code"
17248        },
17249        "Description":{
17250          "shape":"String",
17251          "documentation":"<p>A description of the operation.</p>",
17252          "locationName":"description"
17253        },
17254        "EventType":{
17255          "shape":"String",
17256          "documentation":"<p>The event type associated with this operation.</p>",
17257          "locationName":"eventType"
17258        },
17259        "EventId":{
17260          "shape":"String",
17261          "documentation":"<p>The ID of the event associated with this operation.</p>",
17262          "locationName":"eventId"
17263        }
17264      },
17265      "documentation":"<p>Describes a volume status operation code.</p>"
17266    },
17267    "VolumeStatusActionsList":{
17268      "type":"list",
17269      "member":{
17270        "shape":"VolumeStatusAction",
17271        "locationName":"item"
17272      }
17273    },
17274    "VolumeStatusDetails":{
17275      "type":"structure",
17276      "members":{
17277        "Name":{
17278          "shape":"VolumeStatusName",
17279          "documentation":"<p>The name of the volume status.</p>",
17280          "locationName":"name"
17281        },
17282        "Status":{
17283          "shape":"String",
17284          "documentation":"<p>The intended status of the volume status.</p>",
17285          "locationName":"status"
17286        }
17287      },
17288      "documentation":"<p>Describes a volume status.</p>"
17289    },
17290    "VolumeStatusDetailsList":{
17291      "type":"list",
17292      "member":{
17293        "shape":"VolumeStatusDetails",
17294        "locationName":"item"
17295      }
17296    },
17297    "VolumeStatusEvent":{
17298      "type":"structure",
17299      "members":{
17300        "EventType":{
17301          "shape":"String",
17302          "documentation":"<p>The type of this event.</p>",
17303          "locationName":"eventType"
17304        },
17305        "Description":{
17306          "shape":"String",
17307          "documentation":"<p>A description of the event.</p>",
17308          "locationName":"description"
17309        },
17310        "NotBefore":{
17311          "shape":"DateTime",
17312          "documentation":"<p>The earliest start time of the event.</p>",
17313          "locationName":"notBefore"
17314        },
17315        "NotAfter":{
17316          "shape":"DateTime",
17317          "documentation":"<p>The latest end time of the event.</p>",
17318          "locationName":"notAfter"
17319        },
17320        "EventId":{
17321          "shape":"String",
17322          "documentation":"<p>The ID of this event.</p>",
17323          "locationName":"eventId"
17324        }
17325      },
17326      "documentation":"<p>Describes a volume status event.</p>"
17327    },
17328    "VolumeStatusEventsList":{
17329      "type":"list",
17330      "member":{
17331        "shape":"VolumeStatusEvent",
17332        "locationName":"item"
17333      }
17334    },
17335    "VolumeStatusInfo":{
17336      "type":"structure",
17337      "members":{
17338        "Status":{
17339          "shape":"VolumeStatusInfoStatus",
17340          "documentation":"<p>The status of the volume.</p>",
17341          "locationName":"status"
17342        },
17343        "Details":{
17344          "shape":"VolumeStatusDetailsList",
17345          "documentation":"<p>The details of the volume status.</p>",
17346          "locationName":"details"
17347        }
17348      },
17349      "documentation":"<p>Describes the status of a volume.</p>"
17350    },
17351    "VolumeStatusInfoStatus":{
17352      "type":"string",
17353      "enum":[
17354        "ok",
17355        "impaired",
17356        "insufficient-data"
17357      ]
17358    },
17359    "VolumeStatusItem":{
17360      "type":"structure",
17361      "members":{
17362        "VolumeId":{
17363          "shape":"String",
17364          "documentation":"<p>The volume ID.</p>",
17365          "locationName":"volumeId"
17366        },
17367        "AvailabilityZone":{
17368          "shape":"String",
17369          "documentation":"<p>The Availability Zone of the volume.</p>",
17370          "locationName":"availabilityZone"
17371        },
17372        "VolumeStatus":{
17373          "shape":"VolumeStatusInfo",
17374          "documentation":"<p>The volume status.</p>",
17375          "locationName":"volumeStatus"
17376        },
17377        "Events":{
17378          "shape":"VolumeStatusEventsList",
17379          "documentation":"<p>A list of events associated with the volume.</p>",
17380          "locationName":"eventsSet"
17381        },
17382        "Actions":{
17383          "shape":"VolumeStatusActionsList",
17384          "documentation":"<p>The details of the operation.</p>",
17385          "locationName":"actionsSet"
17386        }
17387      },
17388      "documentation":"<p>Describes the volume status.</p>"
17389    },
17390    "VolumeStatusList":{
17391      "type":"list",
17392      "member":{
17393        "shape":"VolumeStatusItem",
17394        "locationName":"item"
17395      }
17396    },
17397    "VolumeStatusName":{
17398      "type":"string",
17399      "enum":[
17400        "io-enabled",
17401        "io-performance"
17402      ]
17403    },
17404    "VolumeType":{
17405      "type":"string",
17406      "enum":[
17407        "standard",
17408        "io1",
17409        "gp2",
17410        "sc1",
17411        "st1"
17412      ]
17413    },
17414    "Vpc":{
17415      "type":"structure",
17416      "members":{
17417        "VpcId":{
17418          "shape":"String",
17419          "documentation":"<p>The ID of the VPC.</p>",
17420          "locationName":"vpcId"
17421        },
17422        "State":{
17423          "shape":"VpcState",
17424          "documentation":"<p>The current state of the VPC.</p>",
17425          "locationName":"state"
17426        },
17427        "CidrBlock":{
17428          "shape":"String",
17429          "documentation":"<p>The CIDR block for the VPC.</p>",
17430          "locationName":"cidrBlock"
17431        },
17432        "DhcpOptionsId":{
17433          "shape":"String",
17434          "documentation":"<p>The ID of the set of DHCP options you've associated with the VPC (or <code>default</code> if the default options are associated with the VPC).</p>",
17435          "locationName":"dhcpOptionsId"
17436        },
17437        "Tags":{
17438          "shape":"TagList",
17439          "documentation":"<p>Any tags assigned to the VPC.</p>",
17440          "locationName":"tagSet"
17441        },
17442        "InstanceTenancy":{
17443          "shape":"Tenancy",
17444          "documentation":"<p>The allowed tenancy of instances launched into the VPC.</p>",
17445          "locationName":"instanceTenancy"
17446        },
17447        "IsDefault":{
17448          "shape":"Boolean",
17449          "documentation":"<p>Indicates whether the VPC is the default VPC.</p>",
17450          "locationName":"isDefault"
17451        }
17452      },
17453      "documentation":"<p>Describes a VPC.</p>"
17454    },
17455    "VpcAttachment":{
17456      "type":"structure",
17457      "members":{
17458        "VpcId":{
17459          "shape":"String",
17460          "documentation":"<p>The ID of the VPC.</p>",
17461          "locationName":"vpcId"
17462        },
17463        "State":{
17464          "shape":"AttachmentStatus",
17465          "documentation":"<p>The current state of the attachment.</p>",
17466          "locationName":"state"
17467        }
17468      },
17469      "documentation":"<p>Describes an attachment between a virtual private gateway and a VPC.</p>"
17470    },
17471    "VpcAttachmentList":{
17472      "type":"list",
17473      "member":{
17474        "shape":"VpcAttachment",
17475        "locationName":"item"
17476      }
17477    },
17478    "VpcAttributeName":{
17479      "type":"string",
17480      "enum":[
17481        "enableDnsSupport",
17482        "enableDnsHostnames"
17483      ]
17484    },
17485    "VpcClassicLink":{
17486      "type":"structure",
17487      "members":{
17488        "VpcId":{
17489          "shape":"String",
17490          "documentation":"<p>The ID of the VPC.</p>",
17491          "locationName":"vpcId"
17492        },
17493        "ClassicLinkEnabled":{
17494          "shape":"Boolean",
17495          "documentation":"<p>Indicates whether the VPC is enabled for ClassicLink.</p>",
17496          "locationName":"classicLinkEnabled"
17497        },
17498        "Tags":{
17499          "shape":"TagList",
17500          "documentation":"<p>Any tags assigned to the VPC.</p>",
17501          "locationName":"tagSet"
17502        }
17503      },
17504      "documentation":"<p>Describes whether a VPC is enabled for ClassicLink.</p>"
17505    },
17506    "VpcClassicLinkIdList":{
17507      "type":"list",
17508      "member":{
17509        "shape":"String",
17510        "locationName":"VpcId"
17511      }
17512    },
17513    "VpcClassicLinkList":{
17514      "type":"list",
17515      "member":{
17516        "shape":"VpcClassicLink",
17517        "locationName":"item"
17518      }
17519    },
17520    "VpcEndpoint":{
17521      "type":"structure",
17522      "members":{
17523        "VpcEndpointId":{
17524          "shape":"String",
17525          "documentation":"<p>The ID of the VPC endpoint.</p>",
17526          "locationName":"vpcEndpointId"
17527        },
17528        "VpcId":{
17529          "shape":"String",
17530          "documentation":"<p>The ID of the VPC to which the endpoint is associated.</p>",
17531          "locationName":"vpcId"
17532        },
17533        "ServiceName":{
17534          "shape":"String",
17535          "documentation":"<p>The name of the AWS service to which the endpoint is associated.</p>",
17536          "locationName":"serviceName"
17537        },
17538        "State":{
17539          "shape":"State",
17540          "documentation":"<p>The state of the VPC endpoint.</p>",
17541          "locationName":"state"
17542        },
17543        "PolicyDocument":{
17544          "shape":"String",
17545          "documentation":"<p>The policy document associated with the endpoint.</p>",
17546          "locationName":"policyDocument"
17547        },
17548        "RouteTableIds":{
17549          "shape":"ValueStringList",
17550          "documentation":"<p>One or more route tables associated with the endpoint.</p>",
17551          "locationName":"routeTableIdSet"
17552        },
17553        "CreationTimestamp":{
17554          "shape":"DateTime",
17555          "documentation":"<p>The date and time the VPC endpoint was created.</p>",
17556          "locationName":"creationTimestamp"
17557        }
17558      },
17559      "documentation":"<p>Describes a VPC endpoint.</p>"
17560    },
17561    "VpcEndpointSet":{
17562      "type":"list",
17563      "member":{
17564        "shape":"VpcEndpoint",
17565        "locationName":"item"
17566      }
17567    },
17568    "VpcIdStringList":{
17569      "type":"list",
17570      "member":{
17571        "shape":"String",
17572        "locationName":"VpcId"
17573      }
17574    },
17575    "VpcList":{
17576      "type":"list",
17577      "member":{
17578        "shape":"Vpc",
17579        "locationName":"item"
17580      }
17581    },
17582    "VpcPeeringConnection":{
17583      "type":"structure",
17584      "members":{
17585        "AccepterVpcInfo":{
17586          "shape":"VpcPeeringConnectionVpcInfo",
17587          "documentation":"<p>Information about the accepter VPC. CIDR block information is not returned when creating a VPC peering connection, or when describing a VPC peering connection that's in the <code>initiating-request</code> or <code>pending-acceptance</code> state.</p>",
17588          "locationName":"accepterVpcInfo"
17589        },
17590        "ExpirationTime":{
17591          "shape":"DateTime",
17592          "documentation":"<p>The time that an unaccepted VPC peering connection will expire.</p>",
17593          "locationName":"expirationTime"
17594        },
17595        "RequesterVpcInfo":{
17596          "shape":"VpcPeeringConnectionVpcInfo",
17597          "documentation":"<p>Information about the requester VPC.</p>",
17598          "locationName":"requesterVpcInfo"
17599        },
17600        "Status":{
17601          "shape":"VpcPeeringConnectionStateReason",
17602          "documentation":"<p>The status of the VPC peering connection.</p>",
17603          "locationName":"status"
17604        },
17605        "Tags":{
17606          "shape":"TagList",
17607          "documentation":"<p>Any tags assigned to the resource.</p>",
17608          "locationName":"tagSet"
17609        },
17610        "VpcPeeringConnectionId":{
17611          "shape":"String",
17612          "documentation":"<p>The ID of the VPC peering connection.</p>",
17613          "locationName":"vpcPeeringConnectionId"
17614        }
17615      },
17616      "documentation":"<p>Describes a VPC peering connection.</p>"
17617    },
17618    "VpcPeeringConnectionList":{
17619      "type":"list",
17620      "member":{
17621        "shape":"VpcPeeringConnection",
17622        "locationName":"item"
17623      }
17624    },
17625    "VpcPeeringConnectionOptionsDescription":{
17626      "type":"structure",
17627      "members":{
17628        "AllowEgressFromLocalClassicLinkToRemoteVpc":{
17629          "shape":"Boolean",
17630          "documentation":"<p>Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.</p>",
17631          "locationName":"allowEgressFromLocalClassicLinkToRemoteVpc"
17632        },
17633        "AllowEgressFromLocalVpcToRemoteClassicLink":{
17634          "shape":"Boolean",
17635          "documentation":"<p>Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.</p>",
17636          "locationName":"allowEgressFromLocalVpcToRemoteClassicLink"
17637        },
17638        "AllowDnsResolutionFromRemoteVpc":{
17639          "shape":"Boolean",
17640          "documentation":"<p>Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.</p>",
17641          "locationName":"allowDnsResolutionFromRemoteVpc"
17642        }
17643      },
17644      "documentation":"<p>Describes the VPC peering connection options.</p>"
17645    },
17646    "VpcPeeringConnectionStateReason":{
17647      "type":"structure",
17648      "members":{
17649        "Code":{
17650          "shape":"VpcPeeringConnectionStateReasonCode",
17651          "documentation":"<p>The status of the VPC peering connection.</p>",
17652          "locationName":"code"
17653        },
17654        "Message":{
17655          "shape":"String",
17656          "documentation":"<p>A message that provides more information about the status, if applicable.</p>",
17657          "locationName":"message"
17658        }
17659      },
17660      "documentation":"<p>Describes the status of a VPC peering connection.</p>"
17661    },
17662    "VpcPeeringConnectionStateReasonCode":{
17663      "type":"string",
17664      "enum":[
17665        "initiating-request",
17666        "pending-acceptance",
17667        "active",
17668        "deleted",
17669        "rejected",
17670        "failed",
17671        "expired",
17672        "provisioning",
17673        "deleting"
17674      ]
17675    },
17676    "VpcPeeringConnectionVpcInfo":{
17677      "type":"structure",
17678      "members":{
17679        "CidrBlock":{
17680          "shape":"String",
17681          "documentation":"<p>The CIDR block for the VPC.</p>",
17682          "locationName":"cidrBlock"
17683        },
17684        "OwnerId":{
17685          "shape":"String",
17686          "documentation":"<p>The AWS account ID of the VPC owner.</p>",
17687          "locationName":"ownerId"
17688        },
17689        "VpcId":{
17690          "shape":"String",
17691          "documentation":"<p>The ID of the VPC.</p>",
17692          "locationName":"vpcId"
17693        },
17694        "PeeringOptions":{
17695          "shape":"VpcPeeringConnectionOptionsDescription",
17696          "documentation":"<p>Information about the VPC peering connection options for the accepter or requester VPC.</p>",
17697          "locationName":"peeringOptions"
17698        }
17699      },
17700      "documentation":"<p>Describes a VPC in a VPC peering connection.</p>"
17701    },
17702    "VpcState":{
17703      "type":"string",
17704      "enum":[
17705        "pending",
17706        "available"
17707      ]
17708    },
17709    "VpnConnection":{
17710      "type":"structure",
17711      "members":{
17712        "VpnConnectionId":{
17713          "shape":"String",
17714          "documentation":"<p>The ID of the VPN connection.</p>",
17715          "locationName":"vpnConnectionId"
17716        },
17717        "State":{
17718          "shape":"VpnState",
17719          "documentation":"<p>The current state of the VPN connection.</p>",
17720          "locationName":"state"
17721        },
17722        "CustomerGatewayConfiguration":{
17723          "shape":"String",
17724          "documentation":"<p>The configuration information for the VPN connection's customer gateway (in the native XML format). This element is always present in the <a>CreateVpnConnection</a> response; however, it's present in the <a>DescribeVpnConnections</a> response only if the VPN connection is in the <code>pending</code> or <code>available</code> state.</p>",
17725          "locationName":"customerGatewayConfiguration"
17726        },
17727        "Type":{
17728          "shape":"GatewayType",
17729          "documentation":"<p>The type of VPN connection.</p>",
17730          "locationName":"type"
17731        },
17732        "CustomerGatewayId":{
17733          "shape":"String",
17734          "documentation":"<p>The ID of the customer gateway at your end of the VPN connection.</p>",
17735          "locationName":"customerGatewayId"
17736        },
17737        "VpnGatewayId":{
17738          "shape":"String",
17739          "documentation":"<p>The ID of the virtual private gateway at the AWS side of the VPN connection.</p>",
17740          "locationName":"vpnGatewayId"
17741        },
17742        "Tags":{
17743          "shape":"TagList",
17744          "documentation":"<p>Any tags assigned to the VPN connection.</p>",
17745          "locationName":"tagSet"
17746        },
17747        "VgwTelemetry":{
17748          "shape":"VgwTelemetryList",
17749          "documentation":"<p>Information about the VPN tunnel.</p>",
17750          "locationName":"vgwTelemetry"
17751        },
17752        "Options":{
17753          "shape":"VpnConnectionOptions",
17754          "documentation":"<p>The VPN connection options.</p>",
17755          "locationName":"options"
17756        },
17757        "Routes":{
17758          "shape":"VpnStaticRouteList",
17759          "documentation":"<p>The static routes associated with the VPN connection.</p>",
17760          "locationName":"routes"
17761        }
17762      },
17763      "documentation":"<p>Describes a VPN connection.</p>"
17764    },
17765    "VpnConnectionIdStringList":{
17766      "type":"list",
17767      "member":{
17768        "shape":"String",
17769        "locationName":"VpnConnectionId"
17770      }
17771    },
17772    "VpnConnectionList":{
17773      "type":"list",
17774      "member":{
17775        "shape":"VpnConnection",
17776        "locationName":"item"
17777      }
17778    },
17779    "VpnConnectionOptions":{
17780      "type":"structure",
17781      "members":{
17782        "StaticRoutesOnly":{
17783          "shape":"Boolean",
17784          "documentation":"<p>Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.</p>",
17785          "locationName":"staticRoutesOnly"
17786        }
17787      },
17788      "documentation":"<p>Describes VPN connection options.</p>"
17789    },
17790    "VpnConnectionOptionsSpecification":{
17791      "type":"structure",
17792      "members":{
17793        "StaticRoutesOnly":{
17794          "shape":"Boolean",
17795          "documentation":"<p>Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.</p>",
17796          "locationName":"staticRoutesOnly"
17797        }
17798      },
17799      "documentation":"<p>Describes VPN connection options.</p>"
17800    },
17801    "VpnGateway":{
17802      "type":"structure",
17803      "members":{
17804        "VpnGatewayId":{
17805          "shape":"String",
17806          "documentation":"<p>The ID of the virtual private gateway.</p>",
17807          "locationName":"vpnGatewayId"
17808        },
17809        "State":{
17810          "shape":"VpnState",
17811          "documentation":"<p>The current state of the virtual private gateway.</p>",
17812          "locationName":"state"
17813        },
17814        "Type":{
17815          "shape":"GatewayType",
17816          "documentation":"<p>The type of VPN connection the virtual private gateway supports.</p>",
17817          "locationName":"type"
17818        },
17819        "AvailabilityZone":{
17820          "shape":"String",
17821          "documentation":"<p>The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.</p>",
17822          "locationName":"availabilityZone"
17823        },
17824        "VpcAttachments":{
17825          "shape":"VpcAttachmentList",
17826          "documentation":"<p>Any VPCs attached to the virtual private gateway.</p>",
17827          "locationName":"attachments"
17828        },
17829        "Tags":{
17830          "shape":"TagList",
17831          "documentation":"<p>Any tags assigned to the virtual private gateway.</p>",
17832          "locationName":"tagSet"
17833        }
17834      },
17835      "documentation":"<p>Describes a virtual private gateway.</p>"
17836    },
17837    "VpnGatewayIdStringList":{
17838      "type":"list",
17839      "member":{
17840        "shape":"String",
17841        "locationName":"VpnGatewayId"
17842      }
17843    },
17844    "VpnGatewayList":{
17845      "type":"list",
17846      "member":{
17847        "shape":"VpnGateway",
17848        "locationName":"item"
17849      }
17850    },
17851    "VpnState":{
17852      "type":"string",
17853      "enum":[
17854        "pending",
17855        "available",
17856        "deleting",
17857        "deleted"
17858      ]
17859    },
17860    "VpnStaticRoute":{
17861      "type":"structure",
17862      "members":{
17863        "DestinationCidrBlock":{
17864          "shape":"String",
17865          "documentation":"<p>The CIDR block associated with the local subnet of the customer data center.</p>",
17866          "locationName":"destinationCidrBlock"
17867        },
17868        "Source":{
17869          "shape":"VpnStaticRouteSource",
17870          "documentation":"<p>Indicates how the routes were provided.</p>",
17871          "locationName":"source"
17872        },
17873        "State":{
17874          "shape":"VpnState",
17875          "documentation":"<p>The current state of the static route.</p>",
17876          "locationName":"state"
17877        }
17878      },
17879      "documentation":"<p>Describes a static route for a VPN connection.</p>"
17880    },
17881    "VpnStaticRouteList":{
17882      "type":"list",
17883      "member":{
17884        "shape":"VpnStaticRoute",
17885        "locationName":"item"
17886      }
17887    },
17888    "VpnStaticRouteSource":{
17889      "type":"string",
17890      "enum":["Static"]
17891    },
17892    "ZoneNameStringList":{
17893      "type":"list",
17894      "member":{
17895        "shape":"String",
17896        "locationName":"ZoneName"
17897      }
17898    },
17899    "scope":{
17900      "type":"string",
17901      "enum":[
17902        "Availability Zone",
17903        "Region"
17904      ]
17905    }
17906  },
17907  "documentation":"<fullname>Amazon Elastic Compute Cloud</fullname> <p>Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster.</p>"
17908}
17909