1{
2  "version": "2.0",
3  "service": "<fullname>Amazon Elastic Compute Cloud</fullname> <p>Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the AWS cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster.</p> <p>To learn more, see the following resources:</p> <ul> <li> <p>Amazon EC2: <a href=\"http://aws.amazon.com/ec2\">AmazonEC2 product page</a>, <a href=\"http://aws.amazon.com/documentation/ec2\">Amazon EC2 documentation</a> </p> </li> <li> <p>Amazon EBS: <a href=\"http://aws.amazon.com/ebs\">Amazon EBS product page</a>, <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html\">Amazon EBS documentation</a> </p> </li> <li> <p>Amazon VPC: <a href=\"http://aws.amazon.com/vpc\">Amazon VPC product page</a>, <a href=\"http://aws.amazon.com/documentation/vpc\">Amazon VPC documentation</a> </p> </li> <li> <p>AWS VPN: <a href=\"http://aws.amazon.com/vpn\">AWS VPN product page</a>, <a href=\"http://aws.amazon.com/documentation/vpn\">AWS VPN documentation</a> </p> </li> </ul>",
4  "operations": {
5    "AcceptReservedInstancesExchangeQuote": "<p>Accepts the Convertible Reserved Instance exchange quote described in the <a>GetReservedInstancesExchangeQuote</a> call.</p>",
6    "AcceptTransitGatewayMulticastDomainAssociations": "<p>Accepts a request to associate subnets with a transit gateway multicast domain.</p>",
7    "AcceptTransitGatewayPeeringAttachment": "<p>Accepts a transit gateway peering attachment request. The peering attachment must be in the <code>pendingAcceptance</code> state.</p>",
8    "AcceptTransitGatewayVpcAttachment": "<p>Accepts a request to attach a VPC to a transit gateway.</p> <p>The VPC attachment must be in the <code>pendingAcceptance</code> state. Use <a>DescribeTransitGatewayVpcAttachments</a> to view your pending VPC attachment requests. Use <a>RejectTransitGatewayVpcAttachment</a> to reject a VPC attachment request.</p>",
9    "AcceptVpcEndpointConnections": "<p>Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.</p>",
10    "AcceptVpcPeeringConnection": "<p>Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the <code>pending-acceptance</code> state, and you must be the owner of the peer VPC. Use <a>DescribeVpcPeeringConnections</a> to view your outstanding VPC peering connection requests.</p> <p>For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC.</p>",
11    "AdvertiseByoipCidr": "<p>Advertises an IPv4 or IPv6 address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP).</p> <p>You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.</p> <p>We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from AWS. To minimize down time, you can configure your AWS resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through AWS.</p> <p>It can take a few minutes before traffic to the specified addresses starts routing to AWS because of BGP propagation delays.</p> <p>To stop advertising the BYOIP CIDR, use <a>WithdrawByoipCidr</a>.</p>",
12    "AllocateAddress": "<p>Allocates an Elastic IP address to your AWS account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different AWS account.</p> <p>You can allocate an Elastic IP address from an address pool owned by AWS or from an address pool created from a public IPv4 address range that you have brought to AWS for use with your AWS resources using bring your own IP addresses (BYOIP). For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html\">Bring Your Own IP Addresses (BYOIP)</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>[EC2-VPC] If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another AWS account. You cannot recover an Elastic IP address for EC2-Classic. To attempt to recover an Elastic IP address that you released, specify it in this operation.</p> <p>An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. By default, you can allocate 5 Elastic IP addresses for EC2-Classic per Region and 5 Elastic IP addresses for EC2-VPC per Region.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance). </p>",
13    "AllocateHosts": "<p>Allocates a Dedicated Host to your account. At a minimum, specify the supported instance type or instance family, the Availability Zone in which to allocate the host, and the number of hosts to allocate.</p>",
14    "ApplySecurityGroupsToClientVpnTargetNetwork": "<p>Applies a security group to the association between the target network and the Client VPN endpoint. This action replaces the existing security groups with the specified security groups.</p>",
15    "AssignIpv6Addresses": "<p>Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI\">IP Addresses Per Network Interface Per Instance Type</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>You must specify either the IPv6 addresses or the IPv6 address count in the request.</p>",
16    "AssignPrivateIpAddresses": "<p>Assigns one or more secondary private IP addresses to the specified network interface.</p> <p>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=\"https://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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved.</p> <p>Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check <code>network/interfaces/macs/mac/local-ipv4s</code> in the instance metadata to confirm that the remapping is complete.</p> <p>You must specify either the IP addresses or the IP address count in the request.</p>",
17    "AssociateAddress": "<p>Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account.</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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <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. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account.</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. You cannot associate an Elastic IP address with an instance or network interface that has an existing Elastic IP address.</p> <p>[Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface. </p> <p>You cannot associate an Elastic IP address with an interface in a different network border group.</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>",
18    "AssociateClientVpnTargetNetwork": "<p>Associates a target network with a Client VPN endpoint. A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy.</p> <p>If you specified a VPC when you created the Client VPN endpoint or if you have previous subnet associations, the specified subnet must be in the same VPC. To specify a subnet that's in a different VPC, you must first modify the Client VPN endpoint (<a>ModifyClientVpnEndpoint</a>) and change the VPC that's associated with it.</p>",
19    "AssociateDhcpOptions": "<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=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html\">DHCP Options Sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
20    "AssociateEnclaveCertificateIamRole": "<p>Associates an AWS Identity and Access Management (IAM) role with an AWS Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see <a href=\"https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html\">AWS Certificate Manager for Nitro Enclaves</a> in the <i>AWS Nitro Enclaves User Guide</i>.</p> <p>When the IAM role is associated with the ACM certificate, places the certificate, certificate chain, and encrypted private key in an Amazon S3 bucket that only the associated IAM role can access. The private key of the certificate is encrypted with an AWS-managed KMS customer master (CMK) that has an attached attestation-based CMK policy.</p> <p>To enable the IAM role to access the Amazon S3 object, you must grant it permission to call <code>s3:GetObject</code> on the Amazon S3 bucket returned by the command. To enable the IAM role to access the AWS KMS CMK, you must grant it permission to call <code>kms:Decrypt</code> on AWS KMS CMK returned by the command. For more information, see <a href=\"https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html#add-policy\"> Grant the role permission to access the certificate and encryption key</a> in the <i>AWS Nitro Enclaves User Guide</i>.</p>",
21    "AssociateIamInstanceProfile": "<p>Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.</p>",
22    "AssociateRouteTable": "<p>Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway 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 later. A route table can be associated with multiple subnets.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html\">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
23    "AssociateSubnetCidrBlock": "<p>Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet. An IPv6 CIDR block must have a prefix length of /64.</p>",
24    "AssociateTransitGatewayMulticastDomain": "<p>Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.</p> <p>The transit gateway attachment must be in the available state before you can add a resource. Use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html\">DescribeTransitGatewayAttachments</a> to see the state of the attachment.</p>",
25    "AssociateTransitGatewayRouteTable": "<p>Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.</p>",
26    "AssociateVpcCidrBlock": "<p>Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (<a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html\">BYOIP</a>). The IPv6 CIDR block size is fixed at /56.</p> <p>You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block.</p> <p>For more information about associating CIDR blocks with your VPC and applicable restrictions, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#VPC_Sizing\">VPC and Subnet Sizing</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
27    "AttachClassicLinkVpc": "<p>Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the <code>running</code> state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it.</p> <p>After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again.</p> <p>Linking your instance to a VPC is sometimes referred to as <i>attaching</i> your instance.</p>",
28    "AttachInternetGateway": "<p>Attaches an internet gateway or a virtual private 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=\"https://docs.aws.amazon.com/vpc/latest/userguide/\">Amazon Virtual Private Cloud User Guide</a>.</p>",
29    "AttachNetworkInterface": "<p>Attaches a network interface to an instance.</p>",
30    "AttachVolume": "<p>Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.</p> <p>Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see <a href=\"https://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>After you attach an EBS volume, you must make it available. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-using-volumes.html\">Making an EBS volume available for use</a>.</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 more information, see <a href=\"https://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>",
31    "AttachVpnGateway": "<p>Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway to one VPC at a time.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html\">AWS Site-to-Site VPN</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p>",
32    "AuthorizeClientVpnIngress": "<p>Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in AWS or on-premises networks.</p>",
33    "AuthorizeSecurityGroupEgress": "<p>[VPC only] Adds the specified egress rules to a security group for use with a VPC.</p> <p>An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances associated with the specified destination security groups.</p> <p>You specify a protocol for each rule (for example, TCP). 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> <p>For more information about VPC security group limits, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html\">Amazon VPC Limits</a>.</p>",
34    "AuthorizeSecurityGroupIngress": "<p>Adds the specified ingress rules to a security group.</p> <p>An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address ranges, or from the instances associated with the specified destination security groups.</p> <p>You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes.</p> <p>Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.</p> <p>For more information about VPC security group limits, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html\">Amazon VPC Limits</a>.</p>",
35    "BundleInstance": "<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>",
36    "CancelBundleTask": "<p>Cancels a bundling operation for an instance store-backed Windows instance.</p>",
37    "CancelCapacityReservation": "<p>Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state to <code>cancelled</code>.</p> <p>Instances running in the reserved capacity continue running until you stop them. Stopped instances that target the Capacity Reservation can no longer launch. Modify these instances to either target a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation that has matching attributes and sufficient capacity.</p>",
38    "CancelConversionTask": "<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=\"https://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ec2-cli-vmimport-export.html\">Importing a Virtual Machine Using the Amazon EC2 CLI</a>.</p>",
39    "CancelExportTask": "<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>",
40    "CancelImportTask": "<p>Cancels an in-process import virtual machine or import snapshot task.</p>",
41    "CancelReservedInstancesListing": "<p>Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html\">Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>",
42    "CancelSpotFleetRequests": "<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>",
43    "CancelSpotInstanceRequests": "<p>Cancels one or more Spot Instance requests.</p> <important> <p>Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.</p> </important>",
44    "ConfirmProductInstance": "<p>Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user's instance is eligible for support.</p>",
45    "CopyFpgaImage": "<p>Copies the specified Amazon FPGA Image (AFI) to the current Region.</p>",
46    "CopyImage": "<p>Initiates the copy of an AMI from the specified source Region to the current Region. You specify the destination Region by using its endpoint when making the request.</p> <p>Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set <code>Encrypted</code> during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot.</p> <p>For more information about the prerequisites and limits when copying an AMI, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html\">Copying an AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
47    "CopySnapshot": "<p>Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy the snapshot within the same Region or from one Region to another. You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs).</p> <p>Copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless you enable encryption for 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 different CMK.</p> <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> <p>Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose.</p> <p>For more information, see <a href=\"https://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>",
48    "CreateCapacityReservation": "<p>Creates a new Capacity Reservation with the specified attributes.</p> <p>Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. This gives you the flexibility to selectively add capacity reservations and still get the Regional RI discounts for that usage. By creating Capacity Reservations, you ensure that you always have access to Amazon EC2 capacity when you need it, for as long as you need it. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html\">Capacity Reservations</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Your request to create a Capacity Reservation could fail if Amazon EC2 does not have sufficient capacity to fulfill the request. If your request fails due to Amazon EC2 capacity constraints, either try again at a later time, try in a different Availability Zone, or request a smaller capacity reservation. If your application is flexible across instance types and sizes, try to create a Capacity Reservation with different instance attributes.</p> <p>Your request could also fail if the requested quantity exceeds your On-Demand Instance limit for the selected instance type. If your request fails due to limit constraints, increase your On-Demand Instance limit for the required instance type and try again. For more information about increasing your instance limits, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html\">Amazon EC2 Service Quotas</a> in the <i>Amazon EC2 User Guide</i>.</p>",
49    "CreateCarrierGateway": "<p>Creates a carrier gateway. For more information about carrier gateways, see <a href=\"https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#wavelength-carrier-gateway\">Carrier gateways</a> in the <i>AWS Wavelength Developer Guide</i>.</p>",
50    "CreateClientVpnEndpoint": "<p>Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.</p>",
51    "CreateClientVpnRoute": "<p>Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.</p>",
52    "CreateCustomerGateway": "<p>Provides information to AWS about your VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the AWS side of the VPN connection is the virtual private gateway.) You must provide the internet-routable IP address of the customer gateway's external interface. The IP address must be static and can 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 4-byte ASN numbers in the range of 1 - 2147483647, with the exception of the following:</p> <ul> <li> <p>7224 - reserved in the <code>us-east-1</code> Region</p> </li> <li> <p>9059 - reserved in the <code>eu-west-1</code> Region</p> </li> <li> <p>17943 - reserved in the <code>ap-southeast-1</code> Region</p> </li> <li> <p>10124 - reserved in the <code>ap-northeast-1</code> Region</p> </li> </ul> </note> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html\">AWS Site-to-Site VPN</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p> <important> <p>To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. Identical requests return information about the existing customer gateway and do not create new customer gateways.</p> </important>",
53    "CreateDefaultSubnet": "<p>Creates a default subnet with a size <code>/20</code> IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#create-default-subnet\">Creating a Default Subnet</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
54    "CreateDefaultVpc": "<p>Creates a default VPC with a size <code>/16</code> IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html\">Default VPC and Default Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. You cannot specify the components of the default VPC yourself.</p> <p>If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region.</p> <p>If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see \"I really want a default VPC for my existing EC2 account. Is that possible?\" in the <a href=\"http://aws.amazon.com/vpc/faqs/#Default_VPCs\">Default VPCs FAQ</a>.</p>",
55    "CreateDhcpOptions": "<p>Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see <a href=\"http://www.ietf.org/rfc/rfc2132.txt\">RFC 2132</a>.</p> <ul> <li> <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. To have your instance 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 <code>us-east-1</code>, specify <code>ec2.internal</code>. If you're using AmazonProvidedDNS in another Region, specify <code>region.compute.internal</code> (for example, <code>ap-northeast-1.compute.internal</code>). Otherwise, specify a domain name (for example, <code>ExampleCompany.com</code>). 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, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html\">DHCP Options Sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
56    "CreateEgressOnlyInternetGateway": "<p>[IPv6 only] Creates an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.</p>",
57    "CreateFleet": "<p>Launches an EC2 Fleet.</p> <p>You can create a single EC2 Fleet that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html\">Launching an EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>",
58    "CreateFlowLogs": "<p>Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC. </p> <p>Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records\">Flow Log Records</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p> <p>When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html\">VPC Flow Logs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
59    "CreateFpgaImage": "<p>Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).</p> <p>The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs.</p> <p>An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the <a href=\"https://github.com/aws/aws-fpga/\">AWS FPGA Hardware Development Kit</a>.</p>",
60    "CreateImage": "<p>Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.</p> <p>If you customized your instance with instance store volumes or EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes.</p> <p>For more information, see <a href=\"https://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>",
61    "CreateInstanceExportTask": "<p>Exports a running or stopped instance to an Amazon S3 bucket.</p> <p>For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see <a href=\"https://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>",
62    "CreateInternetGateway": "<p>Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using <a>AttachInternetGateway</a>.</p> <p>For more information about your VPC and internet gateway, see the <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/\">Amazon Virtual Private Cloud User Guide</a>.</p>",
63    "CreateKeyPair": "<p>Creates a 2048-bit RSA key pair with the specified name. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#1 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. If you prefer, you can create your own key pair using a third-party tool and upload it to any Region using <a>ImportKeyPair</a>.</p> <p>For more information, see <a href=\"https://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>",
64    "CreateLaunchTemplate": "<p>Creates a launch template. A launch template contains the parameters to launch an instance. When you launch an instance using <a>RunInstances</a>, you can specify a launch template instead of providing the launch parameters in the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html\">Launching an instance from a launch template</a>in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
65    "CreateLaunchTemplateVersion": "<p>Creates a new version for a launch template. You can specify an existing version of launch template from which to base the new version.</p> <p>Launch template versions are numbered in the order in which they are created. You cannot specify, change, or replace the numbering of launch template versions.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#manage-launch-template-versions\">Managing launch template versions</a>in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
66    "CreateLocalGatewayRoute": "<p>Creates a static route for the specified local gateway route table.</p>",
67    "CreateLocalGatewayRouteTableVpcAssociation": "<p>Associates the specified VPC with the specified local gateway route table.</p>",
68    "CreateManagedPrefixList": "<p>Creates a managed prefix list. You can specify one or more entries for the prefix list. Each entry consists of a CIDR block and an optional description.</p> <p>You must specify the maximum number of entries for the prefix list. The maximum number of entries cannot be changed later.</p>",
69    "CreateNatGateway": "<p>Creates a NAT gateway in the specified public subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. Internet-bound traffic from a private subnet can be routed to the NAT gateway, therefore enabling instances in the private subnet to connect to the internet. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html\">NAT Gateways</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
70    "CreateNetworkAcl": "<p>Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html\">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
71    "CreateNetworkAclEntry": "<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=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html\">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
72    "CreateNetworkInsightsPath": "<p>Creates a path to analyze for reachability.</p> <p>Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/reachability/\">What is Reachability Analyzer</a>.</p>",
73    "CreateNetworkInterface": "<p>Creates a network interface in the specified subnet.</p> <p>For more information about network interfaces, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html\">Elastic Network Interfaces</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
74    "CreateNetworkInterfacePermission": "<p>Grants an AWS-authorized account permission to attach the specified network interface to an instance in their account.</p> <p>You can grant permission to a single AWS account only, and only one account at a time.</p>",
75    "CreatePlacementGroup": "<p>Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group. </p> <p>A <code>cluster</code> placement group is a logical grouping of instances within a single Availability Zone that benefit from low network latency, high network throughput. A <code>spread</code> placement group places instances on distinct hardware. A <code>partition</code> placement group places groups of instances in different partitions, where instances in one partition do not share the same hardware with instances in another partition.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html\">Placement groups</a> in the <i>Amazon EC2 User Guide</i>.</p>",
76    "CreateReservedInstancesListing": "<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> <note> <p>Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances cannot be sold.</p> </note> <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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html\">Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>",
77    "CreateRoute": "<p>Creates a route in a route table within a VPC.</p> <p>You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway.</p> <p>When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address <code>192.0.2.3</code>, and the route table includes the following two IPv4 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=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html\">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
78    "CreateRouteTable": "<p>Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html\">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
79    "CreateSecurityGroup": "<p>Creates a security group.</p> <p>A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see <a href=\"https://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=\"https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html\">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p> <p>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> <p>For more information about VPC security group limits, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html\">Amazon VPC Limits</a>.</p>",
80    "CreateSnapshot": "<p>Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.</p> <p>When a snapshot is created, any AWS Marketplace product codes that are associated with the source volume are propagated to the snapshot.</p> <p>You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your EBS volume at the time the snapshot command is issued; this might 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>You can tag your snapshots during creation. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html\">Tagging your Amazon EC2 resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html\">Amazon Elastic Block Store</a> and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
81    "CreateSnapshots": "<p>Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance. Boot volumes can be excluded by changing the parameters. </p>",
82    "CreateSpotDatafeedSubscription": "<p>Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per AWS account. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html\">Spot Instance data feed</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>",
83    "CreateSubnet": "<p>Creates a subnet in a specified VPC.</p> <p>You must specify an IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The allowed block size is between a /16 netmask (65,536 IP addresses) and /28 netmask (16 IP addresses). The CIDR block must not overlap with the CIDR block of an existing subnet in the VPC.</p> <p>If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an IPv6 CIDR block that uses a /64 prefix length. </p> <important> <p>AWS reserves both the first four and the last IPv4 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>When you stop an instance in a subnet, it retains its private IPv4 address. 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=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">Your VPC and Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
84    "CreateTags": "<p>Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. 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=\"https://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=\"https://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>",
85    "CreateTrafficMirrorFilter": "<p>Creates a Traffic Mirror filter.</p> <p>A Traffic Mirror filter is a set of rules that defines the traffic to mirror.</p> <p>By default, no traffic is mirrored. To mirror traffic, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorFilterRule.htm\">CreateTrafficMirrorFilterRule</a> to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyTrafficMirrorFilterNetworkServices.html\">ModifyTrafficMirrorFilterNetworkServices</a> to mirror supported network services.</p>",
86    "CreateTrafficMirrorFilterRule": "<p>Creates a Traffic Mirror filter rule. </p> <p>A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.</p> <p>You need the Traffic Mirror filter ID when you create the rule.</p>",
87    "CreateTrafficMirrorSession": "<p>Creates a Traffic Mirror session.</p> <p>A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target. Create a filter, and then assign it to the session to define a subset of the traffic to mirror, for example all TCP traffic.</p> <p>The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in a different VPC connected via VPC peering or a transit gateway. </p> <p>By default, no traffic is mirrored. Use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorFilter.htm\">CreateTrafficMirrorFilter</a> to create filter rules that specify the traffic to mirror.</p>",
88    "CreateTrafficMirrorTarget": "<p>Creates a target for your Traffic Mirror session.</p> <p>A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.</p> <p>A Traffic Mirror target can be a network interface, or a Network Load Balancer.</p> <p>To use the target in a Traffic Mirror session, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorSession.htm\">CreateTrafficMirrorSession</a>.</p>",
89    "CreateTransitGateway": "<p>Creates a transit gateway.</p> <p>You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After the transit gateway enters the <code>available</code> state, you can attach your VPCs and VPN connections to the transit gateway.</p> <p>To attach your VPCs, use <a>CreateTransitGatewayVpcAttachment</a>.</p> <p>To attach a VPN connection, use <a>CreateCustomerGateway</a> to create a customer gateway and specify the ID of the customer gateway and the ID of the transit gateway in a call to <a>CreateVpnConnection</a>.</p> <p>When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use <a>CreateTransitGatewayRouteTable</a> to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use <a>EnableTransitGatewayRouteTablePropagation</a> to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use <a>AssociateTransitGatewayRouteTable</a> to associate a resource attachment with a transit gateway route table.</p>",
90    "CreateTransitGatewayConnect": "<p>Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance.</p> <p>A Connect attachment uses an existing VPC or AWS Direct Connect attachment as the underlying transport mechanism. </p>",
91    "CreateTransitGatewayConnectPeer": "<p>Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an appliance.</p> <p>The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html#tgw-connect-peer\">Connect peers</a> in the <i>Transit Gateways Guide</i>.</p>",
92    "CreateTransitGatewayMulticastDomain": "<p>Creates a multicast domain using the specified transit gateway.</p> <p>The transit gateway must be in the available state before you create a domain. Use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGateways.html\">DescribeTransitGateways</a> to see the state of transit gateway.</p>",
93    "CreateTransitGatewayPeeringAttachment": "<p>Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different AWS account. </p> <p>After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.</p>",
94    "CreateTransitGatewayPrefixListReference": "<p>Creates a reference (route) to a prefix list in a specified transit gateway route table.</p>",
95    "CreateTransitGatewayRoute": "<p>Creates a static route for the specified transit gateway route table.</p>",
96    "CreateTransitGatewayRouteTable": "<p>Creates a route table for the specified transit gateway.</p>",
97    "CreateTransitGatewayVpcAttachment": "<p>Attaches the specified VPC to the specified transit gateway.</p> <p>If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table.</p> <p>To send VPC traffic to an attached transit gateway, add a route to the VPC route table using <a>CreateRoute</a>.</p>",
98    "CreateVolume": "<p>Creates an EBS volume that can be attached to an instance in the same Availability Zone.</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. Encrypted volumes must 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=\"https://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>You can tag your volumes during creation. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html\">Tagging your Amazon EC2 resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-volume.html\">Creating an Amazon EBS volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
99    "CreateVpc": "<p>Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses). For more information about how large to make your VPC, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">Your VPC and Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p> <p>You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (<a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html\">BYOIP</a>).</p> <p>By default, each instance you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see <a href=\"https://docs.aws.amazon.com/vpc/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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html\">Dedicated Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
100    "CreateVpcEndpoint": "<p>Creates a VPC endpoint for a specified service. An endpoint enables you to create a private connection between your VPC and the service. The service may be provided by AWS, an AWS Marketplace Partner, or another AWS account. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html\">VPC Endpoints</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p> <p>A <code>gateway</code> endpoint serves as a target for a route in your route table for traffic destined for the AWS service. You can specify an endpoint policy to attach to the endpoint, which will control access to the service from your VPC. You can also specify the VPC route tables that use the endpoint.</p> <p>An <code>interface</code> endpoint is a network interface in your subnet that serves as an endpoint for communicating with the specified service. You can specify the subnets in which to create an endpoint, and the security groups to associate with the endpoint network interface.</p> <p>A <code>GatewayLoadBalancer</code> endpoint is a network interface in your subnet that serves an endpoint for communicating with a Gateway Load Balancer that you've configured as a VPC endpoint service.</p> <p>Use <a>DescribeVpcEndpointServices</a> to get a list of supported services.</p>",
101    "CreateVpcEndpointConnectionNotification": "<p>Creates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see <a href=\"https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html\">Create a Topic</a> in the <i>Amazon Simple Notification Service Developer Guide</i>.</p> <p>You can create a connection notification for interface endpoints only.</p>",
102    "CreateVpcEndpointServiceConfiguration": "<p>Creates a VPC endpoint service configuration to which service consumers (AWS accounts, IAM users, and IAM roles) can connect.</p> <p>To create an endpoint service configuration, you must first create one of the following for your service:</p> <ul> <li> <p>A <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html\">Network Load Balancer</a>. Service consumers connect to your service using an interface endpoint.</p> </li> <li> <p>A <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/introduction.html\">Gateway Load Balancer</a>. Service consumers connect to your service using a Gateway Load Balancer endpoint.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html\">VPC Endpoint Services</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </p> <p>If you set the private DNS name, you must prove that you own the private DNS domain name. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html\">VPC Endpoint Service Private DNS Name Verification</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
103    "CreateVpcPeeringConnection": "<p>Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another AWS account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks.</p> <note> <p>Limitations and rules apply to a VPC peering connection. For more information, see the <a href=\"https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-basics.html#vpc-peering-limitations\">limitations</a> section in the <i>VPC Peering Guide</i>.</p> </note> <p>The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected.</p> <p>If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of <code>failed</code>.</p>",
104    "CreateVpnConnection": "<p>Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway. The 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 device.</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, see <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html\">AWS Site-to-Site VPN</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p>",
105    "CreateVpnConnectionRoute": "<p>Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html\">AWS Site-to-Site VPN</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p>",
106    "CreateVpnGateway": "<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, see <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html\">AWS Site-to-Site VPN</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p>",
107    "DeleteCarrierGateway": "<p>Deletes a carrier gateway.</p> <important> <p>If you do not delete the route that contains the carrier gateway as the Target, the route is a blackhole route. For information about how to delete a route, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteRoute.html\">DeleteRoute</a>.</p> </important>",
108    "DeleteClientVpnEndpoint": "<p>Deletes the specified Client VPN endpoint. You must disassociate all target networks before you can delete a Client VPN endpoint.</p>",
109    "DeleteClientVpnRoute": "<p>Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the <b>CreateClientVpnRoute</b> action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint.</p>",
110    "DeleteCustomerGateway": "<p>Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.</p>",
111    "DeleteDhcpOptions": "<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>",
112    "DeleteEgressOnlyInternetGateway": "<p>Deletes an egress-only internet gateway.</p>",
113    "DeleteFleets": "<p>Deletes the specified EC2 Fleet.</p> <p>After you delete an EC2 Fleet, it launches no new instances.</p> <p>You must specify whether a deleted EC2 Fleet should also terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the <code>deleted_terminating</code> state. Otherwise, the EC2 Fleet enters the <code>deleted_running</code> state, and the instances continue to run until they are interrupted or you terminate them manually.</p> <p>For <code>instant</code> fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted <code>instant</code> fleet with running instances is not supported.</p> <p class=\"title\"> <b>Restrictions</b> </p> <ul> <li> <p>You can delete up to 25 <code>instant</code> fleets in a single request. If you exceed this number, no <code>instant</code> fleets are deleted and an error is returned. There is no restriction on the number of fleets of type <code>maintain</code> or <code>request</code> that can be deleted in a single request.</p> </li> <li> <p>Up to 1000 instances can be terminated in a single request to delete <code>instant</code> fleets.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#delete-fleet\">Deleting an EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>",
114    "DeleteFlowLogs": "<p>Deletes one or more flow logs.</p>",
115    "DeleteFpgaImage": "<p>Deletes the specified Amazon FPGA Image (AFI).</p>",
116    "DeleteInternetGateway": "<p>Deletes the specified internet gateway. You must detach the internet gateway from the VPC before you can delete it.</p>",
117    "DeleteKeyPair": "<p>Deletes the specified key pair, by removing the public key from Amazon EC2.</p>",
118    "DeleteLaunchTemplate": "<p>Deletes a launch template. Deleting a launch template deletes all of its versions.</p>",
119    "DeleteLaunchTemplateVersions": "<p>Deletes one or more versions of a launch template. You cannot delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using <a>DeleteLaunchTemplate</a>.</p>",
120    "DeleteLocalGatewayRoute": "<p>Deletes the specified route from the specified local gateway route table.</p>",
121    "DeleteLocalGatewayRouteTableVpcAssociation": "<p>Deletes the specified association between a VPC and local gateway route table.</p>",
122    "DeleteManagedPrefixList": "<p>Deletes the specified managed prefix list. You must first remove all references to the prefix list in your resources.</p>",
123    "DeleteNatGateway": "<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>",
124    "DeleteNetworkAcl": "<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>",
125    "DeleteNetworkAclEntry": "<p>Deletes the specified ingress or egress entry (rule) from the specified network ACL.</p>",
126    "DeleteNetworkInsightsAnalysis": "<p>Deletes the specified network insights analysis.</p>",
127    "DeleteNetworkInsightsPath": "<p>Deletes the specified path.</p>",
128    "DeleteNetworkInterface": "<p>Deletes the specified network interface. You must detach the network interface before you can delete it.</p>",
129    "DeleteNetworkInterfacePermission": "<p>Deletes a permission for a network interface. By default, you cannot delete the permission if the account for which you're removing the permission has attached the network interface to an instance. However, you can force delete the permission, regardless of any attachment.</p>",
130    "DeletePlacementGroup": "<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, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html\">Placement groups</a> in the <i>Amazon EC2 User Guide</i>.</p>",
131    "DeleteQueuedReservedInstances": "<p>Deletes the queued purchases for the specified Reserved Instances.</p>",
132    "DeleteRoute": "<p>Deletes the specified route from the specified route table.</p>",
133    "DeleteRouteTable": "<p>Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can't delete the main route table.</p>",
134    "DeleteSecurityGroup": "<p>Deletes a security group.</p> <p>If you attempt to delete a security group that is associated with an instance, or is referenced by another security group, the operation fails with <code>InvalidGroup.InUse</code> in EC2-Classic or <code>DependencyViolation</code> in EC2-VPC.</p>",
135    "DeleteSnapshot": "<p>Deletes the specified snapshot.</p> <p>When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume.</p> <p>You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot.</p> <p>For more information, see <a href=\"https://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>",
136    "DeleteSpotDatafeedSubscription": "<p>Deletes the data feed for Spot Instances.</p>",
137    "DeleteSubnet": "<p>Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.</p>",
138    "DeleteTags": "<p>Deletes the specified set of tags from the specified set of resources.</p> <p>To list the current tags, use <a>DescribeTags</a>. For more information about tags, see <a href=\"https://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>",
139    "DeleteTrafficMirrorFilter": "<p>Deletes the specified Traffic Mirror filter.</p> <p>You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.</p>",
140    "DeleteTrafficMirrorFilterRule": "<p>Deletes the specified Traffic Mirror rule.</p>",
141    "DeleteTrafficMirrorSession": "<p>Deletes the specified Traffic Mirror session.</p>",
142    "DeleteTrafficMirrorTarget": "<p>Deletes the specified Traffic Mirror target.</p> <p>You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session.</p>",
143    "DeleteTransitGateway": "<p>Deletes the specified transit gateway.</p>",
144    "DeleteTransitGatewayConnect": "<p>Deletes the specified Connect attachment. You must first delete any Connect peers for the attachment.</p>",
145    "DeleteTransitGatewayConnectPeer": "<p>Deletes the specified Connect peer.</p>",
146    "DeleteTransitGatewayMulticastDomain": "<p>Deletes the specified transit gateway multicast domain.</p>",
147    "DeleteTransitGatewayPeeringAttachment": "<p>Deletes a transit gateway peering attachment.</p>",
148    "DeleteTransitGatewayPrefixListReference": "<p>Deletes a reference (route) to a prefix list in a specified transit gateway route table.</p>",
149    "DeleteTransitGatewayRoute": "<p>Deletes the specified route from the specified transit gateway route table.</p>",
150    "DeleteTransitGatewayRouteTable": "<p>Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.</p>",
151    "DeleteTransitGatewayVpcAttachment": "<p>Deletes the specified VPC attachment.</p>",
152    "DeleteVolume": "<p>Deletes the specified EBS volume. The volume must be in the <code>available</code> state (not attached to an instance).</p> <p>The volume can remain in the <code>deleting</code> state for several minutes.</p> <p>For more information, see <a href=\"https://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>",
153    "DeleteVpc": "<p>Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on.</p>",
154    "DeleteVpcEndpointConnectionNotifications": "<p>Deletes one or more VPC endpoint connection notifications.</p>",
155    "DeleteVpcEndpointServiceConfigurations": "<p>Deletes one or more VPC endpoint service configurations in your account. Before you delete the endpoint service configuration, you must reject any <code>Available</code> or <code>PendingAcceptance</code> interface endpoint connections that are attached to the service.</p>",
156    "DeleteVpcEndpoints": "<p>Deletes one or more specified VPC endpoints. Deleting a gateway endpoint also deletes the endpoint routes in the route tables that were associated with the endpoint. Deleting an interface endpoint or a Gateway Load Balancer endpoint deletes the endpoint network interfaces. Gateway Load Balancer endpoints can only be deleted if the routes that are associated with the endpoint are deleted.</p>",
157    "DeleteVpcPeeringConnection": "<p>Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it's in the <code>active</code> state. The owner of the requester VPC can delete a VPC peering connection in the <code>pending-acceptance</code> state. You cannot delete a VPC peering connection that's in the <code>failed</code> state.</p>",
158    "DeleteVpnConnection": "<p>Deletes the specified VPN connection.</p> <p>If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway device using the new configuration information returned with the new VPN connection ID.</p> <p>For certificate-based authentication, delete all AWS Certificate Manager (ACM) private certificates used for the AWS-side tunnel endpoints for the VPN connection before deleting the VPN connection.</p>",
159    "DeleteVpnConnectionRoute": "<p>Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.</p>",
160    "DeleteVpnGateway": "<p>Deletes the specified virtual private gateway. You must first detach the virtual private gateway from the VPC. 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>",
161    "DeprovisionByoipCidr": "<p>Releases the specified address range that you provisioned for use with your AWS resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.</p> <p>Before you can release an address range, you must stop advertising it using <a>WithdrawByoipCidr</a> and you must not have any IP addresses allocated from its address range.</p>",
162    "DeregisterImage": "<p>Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances; however, it doesn't affect any instances that you've already launched from the AMI. You'll continue to incur usage costs for those instances until you terminate them.</p> <p>When you deregister an Amazon EBS-backed AMI, it doesn't affect the snapshot that was created for the root volume of the instance during the AMI creation process. When you deregister an instance store-backed AMI, it doesn't affect the files that you uploaded to Amazon S3 when you created the AMI.</p>",
163    "DeregisterInstanceEventNotificationAttributes": "<p>Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.</p>",
164    "DeregisterTransitGatewayMulticastGroupMembers": "<p>Deregisters the specified members (network interfaces) from the transit gateway multicast group.</p>",
165    "DeregisterTransitGatewayMulticastGroupSources": "<p>Deregisters the specified sources (network interfaces) from the transit gateway multicast group.</p>",
166    "DescribeAccountAttributes": "<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>: This attribute is no longer supported. The returned value does not reflect your actual vCPU limit for running On-Demand Instances. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-on-demand-instances.html#ec2-on-demand-instances-limits\">On-Demand Instance Limits</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</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>",
167    "DescribeAddresses": "<p>Describes the specified Elastic IP addresses or all 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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
168    "DescribeAggregateIdFormat": "<p>Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs).</p> <p>This request only returns information about resource types that support longer IDs.</p> <p>The following resource types support longer IDs: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>snapshot</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>.</p>",
169    "DescribeAvailabilityZones": "<p>Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone.</p> <p>For more information about Availability Zones, Local Zones, and Wavelength Zones, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html\">Regions, Zones and Outposts</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
170    "DescribeBundleTasks": "<p>Describes the specified bundle tasks or all of your bundle 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>",
171    "DescribeByoipCidrs": "<p>Describes the IP address ranges that were specified in calls to <a>ProvisionByoipCidr</a>.</p> <p>To describe the address pools that were created when you provisioned the address ranges, use <a>DescribePublicIpv4Pools</a> or <a>DescribeIpv6Pools</a>.</p>",
172    "DescribeCapacityReservations": "<p>Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the AWS Region that you're currently using.</p>",
173    "DescribeCarrierGateways": "<p>Describes one or more of your carrier gateways.</p>",
174    "DescribeClassicLinkInstances": "<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>",
175    "DescribeClientVpnAuthorizationRules": "<p>Describes the authorization rules for a specified Client VPN endpoint.</p>",
176    "DescribeClientVpnConnections": "<p>Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.</p>",
177    "DescribeClientVpnEndpoints": "<p>Describes one or more Client VPN endpoints in the account.</p>",
178    "DescribeClientVpnRoutes": "<p>Describes the routes for the specified Client VPN endpoint.</p>",
179    "DescribeClientVpnTargetNetworks": "<p>Describes the target networks associated with the specified Client VPN endpoint.</p>",
180    "DescribeCoipPools": "<p>Describes the specified customer-owned address pools or all of your customer-owned address pools.</p>",
181    "DescribeConversionTasks": "<p>Describes the specified conversion tasks or all your conversion tasks. For more information, see the <a href=\"https://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=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>",
182    "DescribeCustomerGateways": "<p>Describes one or more of your VPN customer gateways.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html\">AWS Site-to-Site VPN</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p>",
183    "DescribeDhcpOptions": "<p>Describes one or more of your DHCP options sets.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html\">DHCP Options Sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
184    "DescribeEgressOnlyInternetGateways": "<p>Describes one or more of your egress-only internet gateways.</p>",
185    "DescribeElasticGpus": "<p>Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html\">Amazon Elastic Graphics</a>.</p>",
186    "DescribeExportImageTasks": "<p>Describes the specified export image tasks or all of your export image tasks.</p>",
187    "DescribeExportTasks": "<p>Describes the specified export instance tasks or all of your export instance tasks.</p>",
188    "DescribeFastSnapshotRestores": "<p>Describes the state of fast snapshot restores for your snapshots.</p>",
189    "DescribeFleetHistory": "<p>Describes the events for the specified EC2 Fleet during the specified time.</p> <p>EC2 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. EC2 Fleet events are available for 48 hours.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html#monitor-ec2-fleet\">Monitoring your EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>",
190    "DescribeFleetInstances": "<p>Describes the running instances for the specified EC2 Fleet.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html#monitor-ec2-fleet\">Monitoring your EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>",
191    "DescribeFleets": "<p>Describes the specified EC2 Fleets or all of your EC2 Fleets.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html#monitor-ec2-fleet\">Monitoring your EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>",
192    "DescribeFlowLogs": "<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>",
193    "DescribeFpgaImageAttribute": "<p>Describes the specified attribute of the specified Amazon FPGA Image (AFI).</p>",
194    "DescribeFpgaImages": "<p>Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.</p>",
195    "DescribeHostReservationOfferings": "<p>Describes the Dedicated Host reservations that are available to purchase.</p> <p>The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html\">Dedicated Hosts</a> in the <i>Amazon EC2 User Guide</i>. </p>",
196    "DescribeHostReservations": "<p>Describes reservations that are associated with Dedicated Hosts in your account.</p>",
197    "DescribeHosts": "<p>Describes the specified Dedicated Hosts or all 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 are listed with the state <code>released</code>.</p>",
198    "DescribeIamInstanceProfileAssociations": "<p>Describes your IAM instance profile associations.</p>",
199    "DescribeIdFormat": "<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>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>snapshot</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</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>",
200    "DescribeIdentityIdFormat": "<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=\"https://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>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>snapshot</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</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>",
201    "DescribeImageAttribute": "<p>Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.</p>",
202    "DescribeImages": "<p>Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.</p> <p>The images available to you include public images, private images that you own, and private images owned by other AWS accounts for which you have explicit launch permissions.</p> <p>Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image results in an error indicating that the AMI ID cannot be found.</p>",
203    "DescribeImportImageTasks": "<p>Displays details about an import virtual machine or import snapshot tasks that are already created.</p>",
204    "DescribeImportSnapshotTasks": "<p>Describes your import snapshot tasks.</p>",
205    "DescribeInstanceAttribute": "<p>Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: <code>instanceType</code> | <code>kernel</code> | <code>ramdisk</code> | <code>userData</code> | <code>disableApiTermination</code> | <code>instanceInitiatedShutdownBehavior</code> | <code>rootDeviceName</code> | <code>blockDeviceMapping</code> | <code>productCodes</code> | <code>sourceDestCheck</code> | <code>groupSet</code> | <code>ebsOptimized</code> | <code>sriovNetSupport</code> </p>",
206    "DescribeInstanceCreditSpecifications": "<p>Describes the credit option for CPU usage of the specified burstable performance instances. The credit options are <code>standard</code> and <code>unlimited</code>.</p> <p>If you do not specify an instance ID, Amazon EC2 returns burstable performance instances with the <code>unlimited</code> credit option, as well as instances that were previously configured as T2, T3, and T3a with the <code>unlimited</code> credit option. For example, if you resize a T2 instance, while it is configured as <code>unlimited</code>, to an M4 instance, Amazon EC2 returns the M4 instance.</p> <p>If you specify one or more instance IDs, Amazon EC2 returns the credit option (<code>standard</code> or <code>unlimited</code>) of those instances. If you specify an instance ID that is not valid, such as an instance that is not a burstable performance instance, an error is returned.</p> <p>Recently terminated instances might appear in the returned results. This interval is usually less than one hour.</p> <p>If an Availability Zone is experiencing a service disruption and you specify instance IDs in the affected zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs in an unaffected zone, the call works normally.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html\">Burstable performance instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
207    "DescribeInstanceEventNotificationAttributes": "<p>Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.</p>",
208    "DescribeInstanceStatus": "<p>Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.</p> <p>Instance status includes the following components:</p> <ul> <li> <p> <b>Status checks</b> - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html\">Status checks for your instances</a> and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html\">Troubleshooting instances with failed status checks</a> in the <i>Amazon EC2 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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html\">Scheduled events for your instances</a> in the <i>Amazon EC2 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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance lifecycle</a> in the <i>Amazon EC2 User Guide</i>.</p> </li> </ul>",
209    "DescribeInstanceTypeOfferings": "<p>Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.</p>",
210    "DescribeInstanceTypes": "<p>Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.</p>",
211    "DescribeInstances": "<p>Describes the specified instances or all instances.</p> <p>If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully.</p> <p>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 output.</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>",
212    "DescribeInternetGateways": "<p>Describes one or more of your internet gateways.</p>",
213    "DescribeIpv6Pools": "<p>Describes your IPv6 address pools.</p>",
214    "DescribeKeyPairs": "<p>Describes the specified key pairs or all of your key pairs.</p> <p>For more information about key pairs, see <a href=\"https://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>",
215    "DescribeLaunchTemplateVersions": "<p>Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions. You can also describe all the latest versions or all the default versions of all the launch templates in your account.</p>",
216    "DescribeLaunchTemplates": "<p>Describes one or more launch templates.</p>",
217    "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations": "<p>Describes the associations between virtual interface groups and local gateway route tables.</p>",
218    "DescribeLocalGatewayRouteTableVpcAssociations": "<p>Describes the specified associations between VPCs and local gateway route tables.</p>",
219    "DescribeLocalGatewayRouteTables": "<p>Describes one or more local gateway route tables. By default, all local gateway route tables are described. Alternatively, you can filter the results.</p>",
220    "DescribeLocalGatewayVirtualInterfaceGroups": "<p>Describes the specified local gateway virtual interface groups.</p>",
221    "DescribeLocalGatewayVirtualInterfaces": "<p>Describes the specified local gateway virtual interfaces.</p>",
222    "DescribeLocalGateways": "<p>Describes one or more local gateways. By default, all local gateways are described. Alternatively, you can filter the results.</p>",
223    "DescribeManagedPrefixLists": "<p>Describes your managed prefix lists and any AWS-managed prefix lists.</p> <p>To view the entries for your prefix list, use <a>GetManagedPrefixListEntries</a>.</p>",
224    "DescribeMovingAddresses": "<p>Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.</p>",
225    "DescribeNatGateways": "<p>Describes one or more of your NAT gateways.</p>",
226    "DescribeNetworkAcls": "<p>Describes one or more of your network ACLs.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html\">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
227    "DescribeNetworkInsightsAnalyses": "<p>Describes one or more of your network insights analyses.</p>",
228    "DescribeNetworkInsightsPaths": "<p>Describes one or more of your paths.</p>",
229    "DescribeNetworkInterfaceAttribute": "<p>Describes a network interface attribute. You can specify only one attribute at a time.</p>",
230    "DescribeNetworkInterfacePermissions": "<p>Describes the permissions for your network interfaces. </p>",
231    "DescribeNetworkInterfaces": "<p>Describes one or more of your network interfaces.</p>",
232    "DescribePlacementGroups": "<p>Describes the specified placement groups or all of your placement groups. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html\">Placement groups</a> in the <i>Amazon EC2 User Guide</i>.</p>",
233    "DescribePrefixLists": "<p>Describes available AWS services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service.</p> <p>We recommend that you use <a>DescribeManagedPrefixLists</a> instead.</p>",
234    "DescribePrincipalIdFormat": "<p>Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference. </p> <p>By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.</p> <p>The following resource types support longer IDs: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>snapshot</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>. </p>",
235    "DescribePublicIpv4Pools": "<p>Describes the specified IPv4 address pools.</p>",
236    "DescribeRegions": "<p>Describes the Regions that are enabled for your account, or all Regions.</p> <p>For a list of the Regions supported by Amazon EC2, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region\"> Regions and Endpoints</a>.</p> <p>For information about enabling and disabling Regions for your account, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/rande-manage.html\">Managing AWS Regions</a> in the <i>AWS General Reference</i>.</p>",
237    "DescribeReservedInstances": "<p>Describes one or more of the Reserved Instances that you purchased.</p> <p>For more information about Reserved Instances, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html\">Reserved Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
238    "DescribeReservedInstancesListings": "<p>Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.</p> <p>The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.</p> <p>As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.</p> <p>As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html\">Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>",
239    "DescribeReservedInstancesModifications": "<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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html\">Modifying Reserved Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
240    "DescribeReservedInstancesOfferings": "<p>Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.</p> <p>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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html\">Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>",
241    "DescribeRouteTables": "<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, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html\">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
242    "DescribeScheduledInstanceAvailability": "<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>",
243    "DescribeScheduledInstances": "<p>Describes the specified Scheduled Instances or all your Scheduled Instances.</p>",
244    "DescribeSecurityGroupReferences": "<p>[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>",
245    "DescribeSecurityGroups": "<p>Describes the specified security groups or all 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=\"https://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=\"https://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>",
246    "DescribeSnapshotAttribute": "<p>Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.</p> <p>For more information about EBS snapshots, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html\">Amazon EBS snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
247    "DescribeSnapshots": "<p>Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.</p> <p>The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other AWS accounts for which you have 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 filtered 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, we recommend that you 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>To get the state of fast snapshot restores for a snapshot, use <a>DescribeFastSnapshotRestores</a>.</p> <p>For more information about EBS snapshots, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html\">Amazon EBS snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
248    "DescribeSpotDatafeedSubscription": "<p>Describes the data feed for Spot Instances. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html\">Spot Instance data feed</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>",
249    "DescribeSpotFleetInstances": "<p>Describes the running instances for the specified Spot Fleet.</p>",
250    "DescribeSpotFleetRequestHistory": "<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. Spot Fleet events are available for 48 hours.</p>",
251    "DescribeSpotFleetRequests": "<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>",
252    "DescribeSpotInstanceRequests": "<p>Describes the specified Spot Instance requests.</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 href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances\">DescribeInstances</a> with a filter to look for instances where the instance lifecycle is <code>spot</code>.</p> <p>We recommend that you set <code>MaxResults</code> to a value between 5 and 1000 to limit the number of results returned. This paginates the output, which makes the list more manageable and returns the results faster. 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>DescribeSpotInstanceRequests</code> request to retrieve the remaining results.</p> <p>Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.</p>",
253    "DescribeSpotPriceHistory": "<p>Describes the Spot price history. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-history.html\">Spot Instance pricing history</a> in the <i>Amazon EC2 User Guide for Linux Instances</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>",
254    "DescribeStaleSecurityGroups": "<p>[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>",
255    "DescribeSubnets": "<p>Describes one or more of your subnets.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">Your VPC and Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
256    "DescribeTags": "<p>Describes the specified tags for your EC2 resources.</p> <p>For more information about tags, see <a href=\"https://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>",
257    "DescribeTrafficMirrorFilters": "<p>Describes one or more Traffic Mirror filters.</p>",
258    "DescribeTrafficMirrorSessions": "<p>Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.</p>",
259    "DescribeTrafficMirrorTargets": "<p>Information about one or more Traffic Mirror targets.</p>",
260    "DescribeTransitGatewayAttachments": "<p>Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.</p>",
261    "DescribeTransitGatewayConnectPeers": "<p>Describes one or more Connect peers.</p>",
262    "DescribeTransitGatewayConnects": "<p>Describes one or more Connect attachments.</p>",
263    "DescribeTransitGatewayMulticastDomains": "<p>Describes one or more transit gateway multicast domains.</p>",
264    "DescribeTransitGatewayPeeringAttachments": "<p>Describes your transit gateway peering attachments.</p>",
265    "DescribeTransitGatewayRouteTables": "<p>Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.</p>",
266    "DescribeTransitGatewayVpcAttachments": "<p>Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.</p>",
267    "DescribeTransitGateways": "<p>Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.</p>",
268    "DescribeVolumeAttribute": "<p>Describes the specified attribute of the specified volume. You can specify only one attribute at a time.</p> <p>For more information about EBS volumes, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html\">Amazon EBS volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
269    "DescribeVolumeStatus": "<p>Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.</p> <p>The <code>DescribeVolumeStatus</code> operation provides the following information about the specified volumes:</p> <p> <i>Status</i>: Reflects the current status of the volume. The possible values are <code>ok</code>, <code>impaired</code> , <code>warning</code>, or <code>insufficient-data</code>. If all checks pass, the overall status of the volume is <code>ok</code>. If the check fails, the overall status is <code>impaired</code>. If the status is <code>insufficient-data</code>, then the checks might still be taking place on your volume at the time. We recommend that you retry the request. For more information about volume status, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html\">Monitoring the status of your volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p> <i>Events</i>: Reflect the cause of a volume status and might 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 might have inconsistent data.</p> <p> <i>Actions</i>: Reflect the actions you might 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> <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>",
270    "DescribeVolumes": "<p>Describes the specified EBS volumes or all of your EBS volumes.</p> <p>If you are describing a long list of volumes, we recommend that you 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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html\">Amazon EBS volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
271    "DescribeVolumesModifications": "<p>Describes the most recent volume modification request for the specified EBS volumes.</p> <p>If a volume has never been modified, some information in the output will be null. If a volume has been modified more than once, the output includes only the most recent modification request.</p> <p>You can also use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/\">Amazon CloudWatch Events User Guide</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html#monitoring_mods\">Monitoring volume modifications</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
272    "DescribeVpcAttribute": "<p>Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.</p>",
273    "DescribeVpcClassicLink": "<p>Describes the ClassicLink status of one or more VPCs.</p>",
274    "DescribeVpcClassicLinkDnsSupport": "<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, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html\">ClassicLink</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
275    "DescribeVpcEndpointConnectionNotifications": "<p>Describes the connection notifications for VPC endpoints and VPC endpoint services.</p>",
276    "DescribeVpcEndpointConnections": "<p>Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.</p>",
277    "DescribeVpcEndpointServiceConfigurations": "<p>Describes the VPC endpoint service configurations in your account (your services).</p>",
278    "DescribeVpcEndpointServicePermissions": "<p>Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.</p>",
279    "DescribeVpcEndpointServices": "<p>Describes available services to which you can create a VPC endpoint.</p> <p>When the service provider and the consumer have different accounts multiple Availability Zones, and the consumer views the VPC endpoint service information, the response only includes the common Availability Zones. For example, when the service provider account uses <code>us-east-1a</code> and <code>us-east-1c</code> and the consumer uses <code>us-east-1a</code> and us-east-1a and us-east-1b, the response includes the VPC endpoint services in the common Availability Zone, <code>us-east-1a</code>.</p>",
280    "DescribeVpcEndpoints": "<p>Describes one or more of your VPC endpoints.</p>",
281    "DescribeVpcPeeringConnections": "<p>Describes one or more of your VPC peering connections.</p>",
282    "DescribeVpcs": "<p>Describes one or more of your VPCs.</p>",
283    "DescribeVpnConnections": "<p>Describes one or more of your VPN connections.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html\">AWS Site-to-Site VPN</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p>",
284    "DescribeVpnGateways": "<p>Describes one or more of your virtual private gateways.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html\">AWS Site-to-Site VPN</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p>",
285    "DetachClassicLinkVpc": "<p>Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.</p>",
286    "DetachInternetGateway": "<p>Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses or public IPv4 addresses.</p>",
287    "DetachNetworkInterface": "<p>Detaches a network interface from an instance.</p>",
288    "DetachVolume": "<p>Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so 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=\"https://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>",
289    "DetachVpnGateway": "<p>Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described).</p> <p>You must wait for the attachment's state to switch to <code>detached</code> before you can delete the VPC or attach a different VPC to the virtual private gateway.</p>",
290    "DisableEbsEncryptionByDefault": "<p>Disables EBS encryption by default for your account in the current Region.</p> <p>After you disable encryption by default, you can still create encrypted volumes by enabling encryption when you create each volume.</p> <p>Disabling encryption by default does not change the encryption status of your existing volumes.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
291    "DisableFastSnapshotRestores": "<p>Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.</p>",
292    "DisableTransitGatewayRouteTablePropagation": "<p>Disables the specified resource attachment from propagating routes to the specified propagation route table.</p>",
293    "DisableVgwRoutePropagation": "<p>Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.</p>",
294    "DisableVpcClassicLink": "<p>Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.</p>",
295    "DisableVpcClassicLinkDnsSupport": "<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, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html\">ClassicLink</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>You must specify a VPC ID in the request.</p>",
296    "DisassociateAddress": "<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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html\">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.</p>",
297    "DisassociateClientVpnTargetNetwork": "<p>Disassociates a target network from the specified Client VPN endpoint. When you disassociate the last target network from a Client VPN, the following happens:</p> <ul> <li> <p>The route that was automatically added for the VPC is deleted</p> </li> <li> <p>All active client connections are terminated</p> </li> <li> <p>New client connections are disallowed</p> </li> <li> <p>The Client VPN endpoint's status changes to <code>pending-associate</code> </p> </li> </ul>",
298    "DisassociateEnclaveCertificateIamRole": "<p>Disassociates an IAM role from an AWS Certificate Manager (ACM) certificate. Disassociating an IAM role from an ACM certificate removes the Amazon S3 object that contains the certificate, certificate chain, and encrypted private key from the Amazon S3 bucket. It also revokes the IAM role's permission to use the AWS Key Management Service (KMS) customer master key (CMK) used to encrypt the private key. This effectively revokes the role's permission to use the certificate. </p>",
299    "DisassociateIamInstanceProfile": "<p>Disassociates an IAM instance profile from a running or stopped instance.</p> <p>Use <a>DescribeIamInstanceProfileAssociations</a> to get the association ID.</p>",
300    "DisassociateRouteTable": "<p>Disassociates a subnet or gateway 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=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html\">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
301    "DisassociateSubnetCidrBlock": "<p>Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it. </p>",
302    "DisassociateTransitGatewayMulticastDomain": "<p>Disassociates the specified subnets from the transit gateway multicast domain. </p>",
303    "DisassociateTransitGatewayRouteTable": "<p>Disassociates a resource attachment from a transit gateway route table.</p>",
304    "DisassociateVpcCidrBlock": "<p>Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using <a>DescribeVpcs</a>. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it. </p> <p>You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).</p>",
305    "EnableEbsEncryptionByDefault": "<p>Enables EBS encryption by default for your account in the current Region.</p> <p>After you enable encryption by default, the EBS volumes that you create are are always encrypted, either using the default CMK or the CMK that you specified when you created each volume. For more information, see <a href=\"https://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>You can specify the default CMK for encryption by default using <a>ModifyEbsDefaultKmsKeyId</a> or <a>ResetEbsDefaultKmsKeyId</a>.</p> <p>Enabling encryption by default has no effect on the encryption status of your existing volumes.</p> <p>After you enable encryption by default, you can no longer launch instances using instance types that do not support encryption. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances\">Supported instance types</a>.</p>",
306    "EnableFastSnapshotRestores": "<p>Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.</p> <p>You get the full benefit of fast snapshot restores after they enter the <code>enabled</code> state. To get the current state of fast snapshot restores, use <a>DescribeFastSnapshotRestores</a>. To disable fast snapshot restores, use <a>DisableFastSnapshotRestores</a>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-fast-snapshot-restore.html\">Amazon EBS fast snapshot restore</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
307    "EnableTransitGatewayRouteTablePropagation": "<p>Enables the specified attachment to propagate routes to the specified propagation route table.</p>",
308    "EnableVgwRoutePropagation": "<p>Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.</p>",
309    "EnableVolumeIO": "<p>Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.</p>",
310    "EnableVpcClassicLink": "<p>Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC 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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html\">ClassicLink</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
311    "EnableVpcClassicLinkDnsSupport": "<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, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html\">ClassicLink</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>You must specify a VPC ID in the request.</p>",
312    "ExportClientVpnClientCertificateRevocationList": "<p>Downloads the client certificate revocation list for the specified Client VPN endpoint.</p>",
313    "ExportClientVpnClientConfiguration": "<p>Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration file includes the Client VPN endpoint and certificate information clients need to establish a connection with the Client VPN endpoint.</p>",
314    "ExportImage": "<p>Exports an Amazon Machine Image (AMI) to a VM file. For more information, see <a href=\"https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport_image.html\">Exporting a VM Directory from an Amazon Machine Image (AMI)</a> in the <i>VM Import/Export User Guide</i>.</p>",
315    "ExportTransitGatewayRoutes": "<p>Exports routes from the specified transit gateway route table to the specified S3 bucket. By default, all routes are exported. Alternatively, you can filter by CIDR range.</p> <p>The routes are saved to the specified bucket in a JSON file. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/tgw-route-tables.html#tgw-export-route-tables\">Export Route Tables to Amazon S3</a> in <i>Transit Gateways</i>.</p>",
316    "GetAssociatedEnclaveCertificateIamRoles": "<p>Returns the IAM roles that are associated with the specified AWS Certificate Manager (ACM) certificate. It also returns the name of the Amazon S3 bucket and the Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored, and the ARN of the AWS Key Management Service (KMS) customer master key (CMK) that's used to encrypt the private key.</p>",
317    "GetAssociatedIpv6PoolCidrs": "<p>Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.</p>",
318    "GetCapacityReservationUsage": "<p>Gets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner and each AWS account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only the Capacity Reservation owner's usage.</p>",
319    "GetCoipPoolUsage": "<p>Describes the allocations from the specified customer-owned address pool.</p>",
320    "GetConsoleOutput": "<p>Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors.</p> <p>By default, the console output returns buffered information that was posted shortly after an instance transition state (start, stop, reboot, or terminate). This information is available for at least one hour after the most recent post. Only the most recent 64 KB of console output is available.</p> <p>You can optionally retrieve the latest serial console output at any time during the instance lifecycle. This option is supported on instance types that use the Nitro hypervisor.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html#instance-console-console-output\">Instance console output</a> in the <i>Amazon EC2 User Guide</i>.</p>",
321    "GetConsoleScreenshot": "<p>Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.</p> <p>The returned content is Base64-encoded.</p>",
322    "GetDefaultCreditSpecification": "<p>Describes the default credit option for CPU usage of a burstable performance instance family.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html\">Burstable performance instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
323    "GetEbsDefaultKmsKeyId": "<p>Describes the default customer master key (CMK) for EBS encryption by default for your account in this Region. You can change the default CMK for encryption by default using <a>ModifyEbsDefaultKmsKeyId</a> or <a>ResetEbsDefaultKmsKeyId</a>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
324    "GetEbsEncryptionByDefault": "<p>Describes whether EBS encryption by default is enabled for your account in the current Region.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
325    "GetGroupsForCapacityReservation": "<p>Lists the resource groups to which a Capacity Reservation has been added.</p>",
326    "GetHostReservationPurchasePreview": "<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>",
327    "GetLaunchTemplateData": "<p>Retrieves the configuration data of the specified instance. You can use this data to create a launch template. </p> <p>This action calls on other describe actions to get instance information. Depending on your instance configuration, you may need to allow the following actions in your IAM policy: DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications, DescribeVolumes, DescribeInstanceAttribute, and DescribeElasticGpus. Or, you can allow <code>describe*</code> depending on your instance requirements.</p>",
328    "GetManagedPrefixListAssociations": "<p>Gets information about the resources that are associated with the specified managed prefix list.</p>",
329    "GetManagedPrefixListEntries": "<p>Gets information about the entries for a specified managed prefix list.</p>",
330    "GetPasswordData": "<p>Retrieves the encrypted administrator password for a running Windows instance.</p> <p>The Windows password is generated at boot by the <code>EC2Config</code> service or <code>EC2Launch</code> scripts (Windows Server 2016 and later). This usually only happens the first time an instance is launched. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/UsingConfig_WinAMI.html\">EC2Config</a> and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2launch.html\">EC2Launch</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>For the <code>EC2Config</code> service, 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>When you launch an instance, password generation and encryption may take a few minutes. If you try to retrieve the password before it's available, the output returns an empty string. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password.</p>",
331    "GetReservedInstancesExchangeQuote": "<p>Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be performed, the reason is returned in the response. Use <a>AcceptReservedInstancesExchangeQuote</a> to perform the exchange.</p>",
332    "GetTransitGatewayAttachmentPropagations": "<p>Lists the route tables to which the specified resource attachment propagates routes.</p>",
333    "GetTransitGatewayMulticastDomainAssociations": "<p>Gets information about the associations for the transit gateway multicast domain.</p>",
334    "GetTransitGatewayPrefixListReferences": "<p>Gets information about the prefix list references in a specified transit gateway route table.</p>",
335    "GetTransitGatewayRouteTableAssociations": "<p>Gets information about the associations for the specified transit gateway route table.</p>",
336    "GetTransitGatewayRouteTablePropagations": "<p>Gets information about the route table propagations for the specified transit gateway route table.</p>",
337    "ImportClientVpnClientCertificateRevocationList": "<p>Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list.</p> <p>Uploading a client certificate revocation list resets existing client connections.</p>",
338    "ImportImage": "<p>Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). For more information, see <a href=\"https://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>",
339    "ImportInstance": "<p>Creates an import instance task using metadata from the specified disk image. <code>ImportInstance</code> only supports single-volume VMs. To import multi-volume VMs, use <a>ImportImage</a>. For more information, see <a href=\"https://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=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>",
340    "ImportKeyPair": "<p>Imports the public key from an RSA key pair that you created with a third-party tool. Compare this with <a>CreateKeyPair</a>, in which AWS creates the key pair and gives the keys to you (AWS keeps a copy of the public key). With ImportKeyPair, you create the key pair and give AWS just the public key. The private key is never transferred between you and AWS.</p> <p>For more information about key pairs, see <a href=\"https://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>",
341    "ImportSnapshot": "<p>Imports a disk into an EBS snapshot.</p>",
342    "ImportVolume": "<p>Creates an import volume task using metadata from the specified disk image.For more information, see <a href=\"https://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=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>",
343    "ModifyAvailabilityZoneGroup": "<p>Changes the opt-in status of the Local Zone and Wavelength Zone group for your account.</p> <p>Use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html\"> DescribeAvailabilityZones</a> to view the value for <code>GroupName</code>.</p>",
344    "ModifyCapacityReservation": "<p>Modifies a Capacity Reservation's capacity and the conditions under which it is to be released. You cannot change a Capacity Reservation's instance type, EBS optimization, instance store settings, platform, Availability Zone, or instance eligibility. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes.</p>",
345    "ModifyClientVpnEndpoint": "<p>Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections.</p>",
346    "ModifyDefaultCreditSpecification": "<p>Modifies the default credit option for CPU usage of burstable performance instances. The default credit option is set at the account level per AWS Region, and is specified per instance family. All new burstable performance instances in the account launch using the default credit option.</p> <p> <code>ModifyDefaultCreditSpecification</code> is an asynchronous operation, which works at an AWS Region level and modifies the credit option for each Availability Zone. All zones in a Region are updated within five minutes. But if instances are launched during this operation, they might not get the new credit option until the zone is updated. To verify whether the update has occurred, you can call <code>GetDefaultCreditSpecification</code> and check <code>DefaultCreditSpecification</code> for updates.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html\">Burstable performance instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
347    "ModifyEbsDefaultKmsKeyId": "<p>Changes the default customer master key (CMK) for EBS encryption by default for your account in this Region.</p> <p>AWS creates a unique AWS managed CMK in each Region for use with encryption by default. If you change the default CMK to a symmetric customer managed CMK, it is used instead of the AWS managed CMK. To reset the default CMK to the AWS managed CMK for EBS, use <a>ResetEbsDefaultKmsKeyId</a>. Amazon EBS does not support asymmetric CMKs.</p> <p>If you delete or disable the customer managed CMK that you specified for use with encryption by default, your instances will fail to launch.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
348    "ModifyFleet": "<p>Modifies the specified EC2 Fleet.</p> <p>You can only modify an EC2 Fleet request of type <code>maintain</code>.</p> <p>While the EC2 Fleet is being modified, it is in the <code>modifying</code> state.</p> <p>To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is <code>lowest-price</code>, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is <code>diversified</code>, the EC2 Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is <code>capacity-optimized</code>, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.</p> <p>To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is <code>lowest-price</code>, the EC2 Fleet terminates the instances with the highest price per unit. If the allocation strategy is <code>capacity-optimized</code>, the EC2 Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is <code>diversified</code>, the EC2 Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.</p> <p>If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.</p>",
349    "ModifyFpgaImageAttribute": "<p>Modifies the specified attribute of the specified Amazon FPGA Image (AFI).</p>",
350    "ModifyHosts": "<p>Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you launch with a tenancy of <code>host</code> but without a specific host ID are placed onto any available Dedicated Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID to have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a suitable host with auto-placement enabled.</p> <p>You can also use this API action to modify a Dedicated Host to support either multiple instance types in an instance family, or to support a specific instance type only.</p>",
351    "ModifyIdFormat": "<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.</p> <p>This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</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=\"https://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>",
352    "ModifyIdentityIdFormat": "<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>This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>. </p> <p>For more information, see <a href=\"https://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>",
353    "ModifyImageAttribute": "<p>Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. You can use the <code>Attribute</code> parameter to specify the attribute or one of the following parameters: <code>Description</code>, <code>LaunchPermission</code>, or <code>ProductCode</code>.</p> <p>AWS Marketplace product codes cannot be modified. Images with an AWS Marketplace product code cannot be made public.</p> <p>To enable the SriovNetSupport enhanced networking attribute of an image, enable SriovNetSupport on an instance and create an AMI from the instance.</p>",
354    "ModifyInstanceAttribute": "<p>Modifies the specified attribute of the specified instance. You can specify only one attribute at a time.</p> <p> <b>Note: </b>Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance in a VPC can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the <a>ModifyNetworkInterfaceAttribute</a> action.</p> <p>To modify some attributes, the instance must be stopped. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingAttributesWhileInstanceStopped.html\">Modifying attributes of a stopped instance</a> in the <i>Amazon EC2 User Guide</i>.</p>",
355    "ModifyInstanceCapacityReservationAttributes": "<p>Modifies the Capacity Reservation settings for a stopped instance. Use this action to configure an instance to target a specific Capacity Reservation, run in any <code>open</code> Capacity Reservation with matching attributes, or run On-Demand Instance capacity.</p>",
356    "ModifyInstanceCreditSpecification": "<p>Modifies the credit option for CPU usage on a running or stopped burstable performance instance. The credit options are <code>standard</code> and <code>unlimited</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html\">Burstable performance instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
357    "ModifyInstanceEventStartTime": "<p>Modifies the start time for a scheduled Amazon EC2 instance event.</p>",
358    "ModifyInstanceMetadataOptions": "<p>Modify the instance metadata parameters on a running or stopped instance. When you modify the parameters on a stopped instance, they are applied when the instance is started. When you modify the parameters on a running instance, the API responds with a state of “pending”. After the parameter modifications are successfully applied to the instance, the state of the modifications changes from “pending” to “applied” in subsequent describe-instances API calls. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html\">Instance metadata and user data</a> in the <i>Amazon EC2 User Guide</i>.</p>",
359    "ModifyInstancePlacement": "<p>Modifies the placement attributes for a specified instance. You can do the following:</p> <ul> <li> <p>Modify the affinity between an instance and a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html\">Dedicated Host</a>. When affinity is set to <code>host</code> and the instance is not associated with a specific Dedicated Host, the next time the instance is launched, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists.</p> </li> <li> <p>Change the Dedicated Host with which an instance is associated.</p> </li> <li> <p>Change the instance tenancy of an instance from <code>host</code> to <code>dedicated</code>, or from <code>dedicated</code> to <code>host</code>.</p> </li> <li> <p>Move an instance to or from a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html\">placement group</a>.</p> </li> </ul> <p>At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request.</p> <p>To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the <code>stopped</code> state.</p>",
360    "ModifyLaunchTemplate": "<p>Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.</p>",
361    "ModifyManagedPrefixList": "<p>Modifies the specified managed prefix list.</p> <p>Adding or removing entries in a prefix list creates a new version of the prefix list. Changing the name of the prefix list does not affect the version.</p> <p>If you specify a current version number that does not match the true current version number, the request fails.</p>",
362    "ModifyNetworkInterfaceAttribute": "<p>Modifies the specified network interface attribute. You can specify only one attribute at a time. You can use this action to attach and detach security groups from an existing EC2 instance.</p>",
363    "ModifyReservedInstances": "<p>Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of your Reserved Instances. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html\">Modifying Reserved Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
364    "ModifySnapshotAttribute": "<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 operation. If you need to both add and remove account IDs for a snapshot, you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation.</p> <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> <p>For more information about modifying snapshot permissions, see <a href=\"https://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>",
365    "ModifySpotFleetRequest": "<p>Modifies the specified Spot Fleet request.</p> <p>You can only modify a Spot Fleet request of type <code>maintain</code>.</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 Instance pool with the lowest price. If the allocation strategy is <code>diversified</code>, the Spot Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is <code>capacityOptimized</code>, Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.</p> <p>To scale down your Spot Fleet, decrease its target capacity. First, the Spot Fleet cancels any open requests that exceed the new target capacity. You can request that the Spot Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is <code>lowestPrice</code>, the Spot Fleet terminates the instances with the highest price per unit. If the allocation strategy is <code>capacityOptimized</code>, the Spot Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is <code>diversified</code>, the Spot Fleet terminates instances across the Spot Instance 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> <p>If you are finished with your Spot Fleet for now, but will use it again later, you can set the target capacity to 0.</p>",
366    "ModifySubnetAttribute": "<p>Modifies a subnet attribute. You can only modify one attribute at a time.</p>",
367    "ModifyTrafficMirrorFilterNetworkServices": "<p>Allows or restricts mirroring network services.</p> <p> By default, Amazon DNS network services are not eligible for Traffic Mirror. Use <code>AddNetworkServices</code> to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use <code>RemoveNetworkServices</code> to remove the network services from the Traffic Mirror filter. </p> <p>For information about filter rule properties, see <a href=\"https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html\">Network Services</a> in the <i>Traffic Mirroring User Guide </i>.</p>",
368    "ModifyTrafficMirrorFilterRule": "<p>Modifies the specified Traffic Mirror rule.</p> <p> <code>DestinationCidrBlock</code> and <code>SourceCidrBlock</code> must both be an IPv4 range or an IPv6 range.</p>",
369    "ModifyTrafficMirrorSession": "<p>Modifies a Traffic Mirror session.</p>",
370    "ModifyTransitGateway": "<p>Modifies the specified transit gateway. When you modify a transit gateway, the modified options are applied to new transit gateway attachments only. Your existing transit gateway attachments are not modified.</p>",
371    "ModifyTransitGatewayPrefixListReference": "<p>Modifies a reference (route) to a prefix list in a specified transit gateway route table.</p>",
372    "ModifyTransitGatewayVpcAttachment": "<p>Modifies the specified VPC attachment.</p>",
373    "ModifyVolume": "<p>You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you might be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying an EBS volume running Linux, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html\">Modifying the size, IOPS, or type of an EBS volume on Linux</a>. For more information about modifying an EBS volume running Windows, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-expand-volume.html\">Modifying the size, IOPS, or type of an EBS volume on Windows</a>.</p> <p> When you complete a resize operation on your volume, you need to extend the volume's file-system size to take advantage of the new storage capacity. For information about extending a Linux file system, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html#recognize-expanded-volume-linux\">Extending a Linux file system</a>. For information about extending a Windows file system, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-expand-volume.html#recognize-expanded-volume-windows\">Extending a Windows file system</a>. </p> <p> You can use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/\">Amazon CloudWatch Events User Guide</a>. You can also track the status of a modification using <a>DescribeVolumesModifications</a>. For information about tracking status changes using either method, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html#monitoring_mods\">Monitoring volume modifications</a>. </p> <p>With previous-generation instance types, resizing an EBS volume might require detaching and reattaching the volume or stopping and restarting the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modify-volume.html\">Amazon EBS Elastic Volumes</a> (Linux) or <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-modify-volume.html\">Amazon EBS Elastic Volumes</a> (Windows).</p> <p>If you reach the maximum volume modification rate per volume limit, you will need to wait at least six hours before applying further modifications to the affected EBS volume.</p>",
374    "ModifyVolumeAttribute": "<p>Modifies a volume attribute.</p> <p>By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume.</p> <p>You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.</p>",
375    "ModifyVpcAttribute": "<p>Modifies the specified attribute of the specified VPC.</p>",
376    "ModifyVpcEndpoint": "<p>Modifies attributes of a specified VPC endpoint. The attributes that you can modify depend on the type of VPC endpoint (interface, gateway, or Gateway Load Balancer). For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html\">VPC Endpoints</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
377    "ModifyVpcEndpointConnectionNotification": "<p>Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified. </p>",
378    "ModifyVpcEndpointServiceConfiguration": "<p>Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers or Gateway Load Balancers for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.</p> <p>If you set or modify the private DNS name, you must prove that you own the private DNS domain name. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html\">VPC Endpoint Service Private DNS Name Verification</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
379    "ModifyVpcEndpointServicePermissions": "<p>Modifies the permissions for your <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html\">VPC endpoint service</a>. You can add or remove permissions for service consumers (IAM users, IAM roles, and AWS accounts) to connect to your endpoint service.</p> <p>If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved.</p>",
380    "ModifyVpcPeeringConnectionOptions": "<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 the ability 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 the same AWS account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different AWS accounts or different Regions. For peered VPCs in different AWS accounts, each AWS account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the <a>DescribeVpcPeeringConnections</a> command.</p>",
381    "ModifyVpcTenancy": "<p>Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to <code>default</code> only. You cannot change the instance tenancy attribute to <code>dedicated</code>.</p> <p>After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of <code>default</code>, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html\">Dedicated Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
382    "ModifyVpnConnection": "<p>Modifies the customer gateway or the target gateway of an AWS Site-to-Site VPN connection. To modify the target gateway, the following migration options are available:</p> <ul> <li> <p>An existing virtual private gateway to a new virtual private gateway</p> </li> <li> <p>An existing virtual private gateway to a transit gateway</p> </li> <li> <p>An existing transit gateway to a new transit gateway</p> </li> <li> <p>An existing transit gateway to a virtual private gateway</p> </li> </ul> <p>Before you perform the migration to the new gateway, you must configure the new gateway. Use <a>CreateVpnGateway</a> to create a virtual private gateway, or <a>CreateTransitGateway</a> to create a transit gateway.</p> <p>This step is required when you migrate from a virtual private gateway with static routes to a transit gateway. </p> <p>You must delete the static routes before you migrate to the new gateway.</p> <p>Keep a copy of the static route before you delete it. You will need to add back these routes to the transit gateway after the VPN connection migration is complete.</p> <p>After you migrate to the new gateway, you might need to modify your VPC route table. Use <a>CreateRoute</a> and <a>DeleteRoute</a> to make the changes described in <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/modify-vpn-target.html#step-update-routing\">VPN Gateway Target Modification Required VPC Route Table Updates</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p> <p> When the new gateway is a transit gateway, modify the transit gateway route table to allow traffic between the VPC and the AWS Site-to-Site VPN connection. Use <a>CreateTransitGatewayRoute</a> to add the routes.</p> <p> If you deleted VPN static routes, you must add the static routes to the transit gateway route table.</p> <p>After you perform this operation, the AWS VPN endpoint's IP addresses on the AWS side and the tunnel options remain intact. Your AWS Site-to-Site VPN connection will be temporarily unavailable for a brief period while we provision the new endpoints.</p>",
383    "ModifyVpnConnectionOptions": "<p>Modifies the connection options for your Site-to-Site VPN connection.</p> <p>When you modify the VPN connection options, the VPN endpoint IP addresses on the AWS side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated.</p>",
384    "ModifyVpnTunnelCertificate": "<p>Modifies the VPN tunnel endpoint certificate.</p>",
385    "ModifyVpnTunnelOptions": "<p>Modifies the options for a VPN tunnel in an AWS Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html\">Site-to-Site VPN Tunnel Options for Your Site-to-Site VPN Connection</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p>",
386    "MonitorInstances": "<p>Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html\">Monitoring your instances and volumes</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>To disable detailed monitoring, see .</p>",
387    "MoveAddressToVpc": "<p>Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account 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>",
388    "ProvisionByoipCidr": "<p>Provisions an IPv4 or IPv6 address range for use with your AWS resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using <a>AdvertiseByoipCidr</a>.</p> <p>AWS verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html\">Bring Your Own IP Addresses (BYOIP)</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from <code>pending-provision</code> to <code>provisioned</code>. To monitor the status of an address range, use <a>DescribeByoipCidrs</a>. To allocate an Elastic IP address from your IPv4 address pool, use <a>AllocateAddress</a> with either the specific address from the address pool or the ID of the address pool.</p>",
389    "PurchaseHostReservation": "<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>",
390    "PurchaseReservedInstancesOffering": "<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>To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html\">Reserved Instances</a> and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html\">Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>",
391    "PurchaseScheduledInstances": "<p>Purchases the 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>",
392    "RebootInstances": "<p>Requests a reboot of the specified 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 a few minutes, Amazon EC2 performs a hard reboot.</p> <p>For more information about troubleshooting, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html\">Getting console output and rebooting instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
393    "RegisterImage": "<p>Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see <a href=\"https://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. You specify the snapshot using the block device mapping. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-launch-snapshot.html\">Launching a Linux instance from a backup</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>If any snapshots have AWS Marketplace product codes, they are copied to the new AMI.</p> <p>Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association:</p> <ol> <li> <p>Launch an instance from an existing AMI with that billing product code.</p> </li> <li> <p>Customize the instance.</p> </li> <li> <p>Create an AMI from the instance using <a>CreateImage</a>.</p> </li> </ol> <p>If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html\">Obtaining billing information</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.</p>",
394    "RegisterInstanceEventNotificationAttributes": "<p>Registers a set of tag keys to include in scheduled event notifications for your resources. </p> <p>To remove tags, use .</p>",
395    "RegisterTransitGatewayMulticastGroupMembers": "<p>Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-limits.html#multicast-limits\">Multicast Consideration</a> in <i>Amazon VPC Transit Gateways</i>.</p> <p>After you add the members, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SearchTransitGatewayMulticastGroups.html\">SearchTransitGatewayMulticastGroups</a> to verify that the members were added to the transit gateway multicast group.</p>",
396    "RegisterTransitGatewayMulticastGroupSources": "<p>Registers sources (network interfaces) with the specified transit gateway multicast group.</p> <p>A multicast source is a network interface attached to a supported instance that sends multicast traffic. For information about supported instances, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-limits.html#multicast-limits\">Multicast Considerations</a> in <i>Amazon VPC Transit Gateways</i>.</p> <p>After you add the source, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SearchTransitGatewayMulticastGroups.html\">SearchTransitGatewayMulticastGroups</a> to verify that the source was added to the multicast group.</p>",
397    "RejectTransitGatewayMulticastDomainAssociations": "<p>Rejects a request to associate cross-account subnets with a transit gateway multicast domain.</p>",
398    "RejectTransitGatewayPeeringAttachment": "<p>Rejects a transit gateway peering attachment request.</p>",
399    "RejectTransitGatewayVpcAttachment": "<p>Rejects a request to attach a VPC to a transit gateway.</p> <p>The VPC attachment must be in the <code>pendingAcceptance</code> state. Use <a>DescribeTransitGatewayVpcAttachments</a> to view your pending VPC attachment requests. Use <a>AcceptTransitGatewayVpcAttachment</a> to accept a VPC attachment request.</p>",
400    "RejectVpcEndpointConnections": "<p>Rejects one or more VPC endpoint connection requests to your VPC endpoint service.</p>",
401    "RejectVpcPeeringConnection": "<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>",
402    "ReleaseAddress": "<p>Releases the specified Elastic IP address.</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 can release it. Otherwise, Amazon EC2 returns an error (<code>InvalidIPAddress.InUse</code>).</p> <p>After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an <code>AuthFailure</code> error if the address is already allocated to another AWS account.</p> <p>[EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. For more information, see <a>AllocateAddress</a>.</p>",
403    "ReleaseHosts": "<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, for example, to modify the host. You must stop or terminate all instances on a host before it can be released.</p> <p>When Dedicated Hosts are released, it may take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated Hosts. Wait a few minutes and then try again.</p> <p>Released hosts still appear in a <a>DescribeHosts</a> response.</p>",
404    "ReplaceIamInstanceProfileAssociation": "<p>Replaces an IAM instance profile for the specified running instance. You can use this action to change the IAM instance profile that's associated with an instance without having to disassociate the existing IAM instance profile first.</p> <p>Use <a>DescribeIamInstanceProfileAssociations</a> to get the association ID.</p>",
405    "ReplaceNetworkAclAssociation": "<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, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html\">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p> <p>This is an idempotent operation.</p>",
406    "ReplaceNetworkAclEntry": "<p>Replaces an entry (rule) in a network ACL. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html\">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
407    "ReplaceRoute": "<p>Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html\">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
408    "ReplaceRouteTableAssociation": "<p>Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation completes, the subnet or gateway uses the routes in the new route table. For more information about route tables, see <a href=\"https://docs.aws.amazon.com/vpc/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 this operation to change which table is the main route table in the VPC. Specify the main route table's association ID and the route table ID of the new main route table.</p>",
409    "ReplaceTransitGatewayRoute": "<p>Replaces the specified route in the specified transit gateway route table.</p>",
410    "ReportInstanceStatus": "<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>",
411    "RequestSpotFleet": "<p>Creates a Spot Fleet request.</p> <p>The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity.</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 Instance 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>You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the <code>spot-fleet-request</code> and <code>instance</code> resource types are supported.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html\">Spot Fleet requests</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>",
412    "RequestSpotInstances": "<p>Creates a Spot Instance request.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html\">Spot Instance requests</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>",
413    "ResetEbsDefaultKmsKeyId": "<p>Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS managed CMK for EBS.</p> <p>After resetting the default CMK to the AWS managed CMK, you can continue to encrypt by a customer managed CMK by specifying it when you create the volume. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
414    "ResetFpgaImageAttribute": "<p>Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute.</p>",
415    "ResetImageAttribute": "<p>Resets an attribute of an AMI to its default value.</p> <note> <p>The productCodes attribute can't be reset.</p> </note>",
416    "ResetInstanceAttribute": "<p>Resets an attribute of an instance to its default value. To reset the <code>kernel</code> or <code>ramdisk</code>, the instance must be in a stopped state. To reset the <code>sourceDestCheck</code>, the instance can be either running or stopped.</p> <p>The <code>sourceDestCheck</code> attribute controls whether source/destination checking is enabled. The default value is <code>true</code>, which means checking is enabled. This value must be <code>false</code> for a NAT instance to perform NAT. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html\">NAT Instances</a> in the <i>Amazon VPC User Guide</i>.</p>",
417    "ResetNetworkInterfaceAttribute": "<p>Resets a network interface attribute. You can specify only one attribute at a time.</p>",
418    "ResetSnapshotAttribute": "<p>Resets permission settings for the specified snapshot.</p> <p>For more information about modifying snapshot permissions, see <a href=\"https://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>",
419    "RestoreAddressToClassic": "<p>Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.</p>",
420    "RestoreManagedPrefixListVersion": "<p>Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.</p>",
421    "RevokeClientVpnIngress": "<p>Removes an ingress authorization rule from a Client VPN endpoint. </p>",
422    "RevokeSecurityGroupEgress": "<p>[VPC only] Removes the specified egress rules from a security group for EC2-VPC. This action does not apply to security groups for use in EC2-Classic. To remove a rule, the values that you specify (for example, ports) must match the existing rule's values exactly.</p> <note> <p>[Default VPC] If the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked. </p> <p>AWS recommends that you use <a>DescribeSecurityGroups</a> to verify that the rule has been removed.</p> </note> <p>Each rule consists of the protocol and the IPv4 or IPv6 CIDR range or source security group. For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not have to specify the description to revoke the rule.</p> <p>Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.</p>",
423    "RevokeSecurityGroupIngress": "<p>Removes the specified ingress rules from a security group. To remove a rule, the values that you specify (for example, ports) must match the existing rule's values exactly.</p> <note> <p>[EC2-Classic , default VPC] If the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked. </p> <p>AWS recommends that you use <a>DescribeSecurityGroups</a> to verify that the rule has been removed.</p> </note> <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. If the security group rule has a description, you do not have to specify the description to revoke the rule.</p> <p>Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.</p>",
424    "RunInstances": "<p>Launches the specified number of instances using an AMI for which you have permissions.</p> <p>You can specify a number of options, or leave the default options. The following rules apply:</p> <ul> <li> <p>[EC2-VPC] If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request.</p> </li> <li> <p>[EC2-Classic] If don't specify an Availability Zone, we choose one for you.</p> </li> <li> <p>Some instance types must be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID, the request fails. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html#vpc-only-instance-types\">Instance types available only in a VPC</a>.</p> </li> <li> <p>[EC2-VPC] All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet.</p> </li> <li> <p>Not all instance types support IPv6 addresses. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance types</a>.</p> </li> <li> <p>If you don't specify a security group ID, we use the default security group. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html\">Security groups</a>.</p> </li> <li> <p>If any of the AMIs have a product code attached for which the user has not subscribed, the request fails.</p> </li> </ul> <p>You can create a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html\">launch template</a>, which is a resource that contains the parameters to launch an instance. When you launch an instance using <a>RunInstances</a>, you can specify the launch template instead of specifying the launch parameters.</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>An instance is ready for you to use when it's in the <code>running</code> state. You can check the state of your instance using <a>DescribeInstances</a>. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see <a>CreateTags</a> and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html\">Tagging your Amazon EC2 resources</a>.</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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html\">Key pairs</a>.</p> <p>For troubleshooting, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_InstanceStraightToTerminated.html\">What to do if an instance immediately terminates</a>, and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html\">Troubleshooting connecting to your instance</a>.</p>",
425    "RunScheduledInstances": "<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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-scheduled-instances.html\">Scheduled Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
426    "SearchLocalGatewayRoutes": "<p>Searches for routes in the specified local gateway route table.</p>",
427    "SearchTransitGatewayMulticastGroups": "<p>Searches one or more transit gateway multicast groups and returns the group membership information.</p>",
428    "SearchTransitGatewayRoutes": "<p>Searches for routes in the specified transit gateway route table.</p>",
429    "SendDiagnosticInterrupt": "<p>Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a <i>kernel panic</i> (on Linux instances), or a <i>blue screen</i>/<i>stop error</i> (on Windows instances). For instances based on Intel and AMD processors, the interrupt is received as a <i>non-maskable interrupt</i> (NMI).</p> <p>In general, the operating system crashes and reboots when a kernel panic or stop error is triggered. The operating system can also be configured to perform diagnostic tasks, such as generating a memory dump file, loading a secondary kernel, or obtaining a call trace.</p> <p>Before sending a diagnostic interrupt to your instance, ensure that its operating system is configured to perform the required diagnostic tasks.</p> <p>For more information about configuring your operating system to generate a crash dump when a kernel panic or stop error occurs, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/diagnostic-interrupt.html\">Send a diagnostic interrupt</a> (Linux instances) or <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/diagnostic-interrupt.html\">Send a Diagnostic Interrupt</a> (Windows instances).</p>",
430    "StartInstances": "<p>Starts an Amazon EBS-backed instance 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 instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your Windows instance, Amazon EC2 charges you for a full instance hour. If you stop and restart your Windows instance, a new instance hour begins and Amazon EC2 charges you for another full instance hour even if you are still within the same 60-minute period when it was stopped. Every time you start your Linux instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.</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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html\">Stopping instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
431    "StartNetworkInsightsAnalysis": "<p>Starts analyzing the specified path. If the path is reachable, the operation returns the shortest feasible path.</p>",
432    "StartVpcEndpointServicePrivateDnsVerification": "<p>Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.</p> <p>The service provider must successfully perform the verification before the consumer can use the name to access the service.</p> <p>Before the service provider runs this command, they must add a record to the DNS server. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html#add-dns-txt-record\">Adding a TXT Record to Your Domain's DNS Server </a> in the <i>Amazon VPC User Guide</i>.</p>",
433    "StopInstances": "<p>Stops an Amazon EBS-backed instance.</p> <p>You can use the Stop action to hibernate an instance if the instance is <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#enabling-hibernation\">enabled for hibernation</a> and it meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites\">hibernation prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>We don't charge usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. Every time you start your Windows instance, Amazon EC2 charges you for a full instance hour. If you stop and restart your Windows instance, a new instance hour begins and Amazon EC2 charges you for another full instance hour even if you are still within the same 60-minute period when it was stopped. Every time you start your Linux instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.</p> <p>You can't stop or hibernate instance store-backed instances. You can't use the Stop action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate Spot Instances when they are interrupted. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-interruptions.html#hibernate-spot-instances\">Hibernating interrupted Spot Instances</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>When you stop or hibernate an instance, we shut it down. You can restart your instance at any time. Before stopping or hibernating 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, but hibernating an instance does preserve data stored in RAM. If an instance cannot hibernate successfully, a normal shutdown occurs.</p> <p>Stopping and hibernating an instance is different to rebooting or terminating it. For example, when you stop or hibernate 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, hibernating, and terminating instances, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance lifecycle</a> in the <i>Amazon EC2 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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html\">Troubleshooting stopping your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>",
434    "TerminateClientVpnConnections": "<p>Terminates active Client VPN endpoint connections. This action can be used to terminate a specific client connection, or up to five connections established by a specific user.</p>",
435    "TerminateInstances": "<p>Shuts down the specified 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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance lifecycle</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>For more information about troubleshooting, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html\">Troubleshooting terminating your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>",
436    "UnassignIpv6Addresses": "<p>Unassigns one or more IPv6 addresses from a network interface.</p>",
437    "UnassignPrivateIpAddresses": "<p>Unassigns one or more secondary private IP addresses from a network interface.</p>",
438    "UnmonitorInstances": "<p>Disables detailed monitoring for a running instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html\">Monitoring your instances and volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>",
439    "UpdateSecurityGroupRuleDescriptionsEgress": "<p>[VPC only] Updates the description of an egress (outbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously.</p> <p>You specify the description as part of the IP permissions structure. You can remove a description for a security group rule by omitting the description parameter in the request.</p>",
440    "UpdateSecurityGroupRuleDescriptionsIngress": "<p>Updates the description of an ingress (inbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously.</p> <p>You specify the description as part of the IP permissions structure. You can remove a description for a security group rule by omitting the description parameter in the request.</p>",
441    "WithdrawByoipCidr": "<p>Stops advertising an address range that is provisioned as an address pool.</p> <p>You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.</p> <p>It can take a few minutes before traffic to the specified addresses stops routing to AWS because of BGP propagation delays.</p>"
442  },
443  "shapes": {
444    "AcceptReservedInstancesExchangeQuoteRequest": {
445      "base": "<p>Contains the parameters for accepting the quote.</p>",
446      "refs": {
447      }
448    },
449    "AcceptReservedInstancesExchangeQuoteResult": {
450      "base": "<p>The result of the exchange and whether it was <code>successful</code>.</p>",
451      "refs": {
452      }
453    },
454    "AcceptTransitGatewayMulticastDomainAssociationsRequest": {
455      "base": null,
456      "refs": {
457      }
458    },
459    "AcceptTransitGatewayMulticastDomainAssociationsResult": {
460      "base": null,
461      "refs": {
462      }
463    },
464    "AcceptTransitGatewayPeeringAttachmentRequest": {
465      "base": null,
466      "refs": {
467      }
468    },
469    "AcceptTransitGatewayPeeringAttachmentResult": {
470      "base": null,
471      "refs": {
472      }
473    },
474    "AcceptTransitGatewayVpcAttachmentRequest": {
475      "base": null,
476      "refs": {
477      }
478    },
479    "AcceptTransitGatewayVpcAttachmentResult": {
480      "base": null,
481      "refs": {
482      }
483    },
484    "AcceptVpcEndpointConnectionsRequest": {
485      "base": null,
486      "refs": {
487      }
488    },
489    "AcceptVpcEndpointConnectionsResult": {
490      "base": null,
491      "refs": {
492      }
493    },
494    "AcceptVpcPeeringConnectionRequest": {
495      "base": null,
496      "refs": {
497      }
498    },
499    "AcceptVpcPeeringConnectionResult": {
500      "base": null,
501      "refs": {
502      }
503    },
504    "AccountAttribute": {
505      "base": "<p>Describes an account attribute.</p>",
506      "refs": {
507        "AccountAttributeList$member": null
508      }
509    },
510    "AccountAttributeList": {
511      "base": null,
512      "refs": {
513        "DescribeAccountAttributesResult$AccountAttributes": "<p>Information about the account attributes.</p>"
514      }
515    },
516    "AccountAttributeName": {
517      "base": null,
518      "refs": {
519        "AccountAttributeNameStringList$member": null
520      }
521    },
522    "AccountAttributeNameStringList": {
523      "base": null,
524      "refs": {
525        "DescribeAccountAttributesRequest$AttributeNames": "<p>The account attribute names.</p>"
526      }
527    },
528    "AccountAttributeValue": {
529      "base": "<p>Describes a value of an account attribute.</p>",
530      "refs": {
531        "AccountAttributeValueList$member": null
532      }
533    },
534    "AccountAttributeValueList": {
535      "base": null,
536      "refs": {
537        "AccountAttribute$AttributeValues": "<p>The values for the account attribute.</p>"
538      }
539    },
540    "ActiveInstance": {
541      "base": "<p>Describes a running instance in a Spot Fleet.</p>",
542      "refs": {
543        "ActiveInstanceSet$member": null
544      }
545    },
546    "ActiveInstanceSet": {
547      "base": null,
548      "refs": {
549        "DescribeFleetInstancesResult$ActiveInstances": "<p>The running instances. This list is refreshed periodically and might be out of date.</p>",
550        "DescribeSpotFleetInstancesResponse$ActiveInstances": "<p>The running instances. This list is refreshed periodically and might be out of date.</p>"
551      }
552    },
553    "ActivityStatus": {
554      "base": null,
555      "refs": {
556        "SpotFleetRequestConfig$ActivityStatus": "<p>The progress of the Spot Fleet request. If there is an error, the status is <code>error</code>. After all requests 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>"
557      }
558    },
559    "AddPrefixListEntries": {
560      "base": null,
561      "refs": {
562        "CreateManagedPrefixListRequest$Entries": "<p>One or more entries for the prefix list.</p>",
563        "ModifyManagedPrefixListRequest$AddEntries": "<p>One or more entries to add to the prefix list.</p>"
564      }
565    },
566    "AddPrefixListEntry": {
567      "base": "<p>An entry for a prefix list.</p>",
568      "refs": {
569        "AddPrefixListEntries$member": null
570      }
571    },
572    "Address": {
573      "base": "<p>Describes an Elastic IP address, or a carrier IP address.</p>",
574      "refs": {
575        "AddressList$member": null
576      }
577    },
578    "AddressList": {
579      "base": null,
580      "refs": {
581        "DescribeAddressesResult$Addresses": "<p>Information about the Elastic IP addresses.</p>"
582      }
583    },
584    "AdvertiseByoipCidrRequest": {
585      "base": null,
586      "refs": {
587      }
588    },
589    "AdvertiseByoipCidrResult": {
590      "base": null,
591      "refs": {
592      }
593    },
594    "Affinity": {
595      "base": null,
596      "refs": {
597        "ModifyInstancePlacementRequest$Affinity": "<p>The affinity setting for the instance.</p>"
598      }
599    },
600    "AllocateAddressRequest": {
601      "base": null,
602      "refs": {
603      }
604    },
605    "AllocateAddressResult": {
606      "base": null,
607      "refs": {
608      }
609    },
610    "AllocateHostsRequest": {
611      "base": null,
612      "refs": {
613      }
614    },
615    "AllocateHostsResult": {
616      "base": "<p>Contains the output of AllocateHosts.</p>",
617      "refs": {
618      }
619    },
620    "AllocationId": {
621      "base": null,
622      "refs": {
623        "AllocationIdList$member": null,
624        "AssociateAddressRequest$AllocationId": "<p>[EC2-VPC] The allocation ID. This is required for EC2-VPC.</p>",
625        "CreateNatGatewayRequest$AllocationId": "<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>",
626        "ReleaseAddressRequest$AllocationId": "<p>[EC2-VPC] The allocation ID. Required for EC2-VPC.</p>"
627      }
628    },
629    "AllocationIdList": {
630      "base": null,
631      "refs": {
632        "DescribeAddressesRequest$AllocationIds": "<p>[EC2-VPC] Information about the allocation IDs.</p>"
633      }
634    },
635    "AllocationState": {
636      "base": null,
637      "refs": {
638        "Host$State": "<p>The Dedicated Host's state.</p>"
639      }
640    },
641    "AllocationStrategy": {
642      "base": null,
643      "refs": {
644        "SpotFleetRequestConfigData$AllocationStrategy": "<p>Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet request.</p> <p>If the allocation strategy is <code>lowestPrice</code>, Spot Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.</p> <p>If the allocation strategy is <code>diversified</code>, Spot Fleet launches instances from all the Spot Instance pools that you specify.</p> <p>If the allocation strategy is <code>capacityOptimized</code>, Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.</p>"
645      }
646    },
647    "AllowedPrincipal": {
648      "base": "<p>Describes a principal.</p>",
649      "refs": {
650        "AllowedPrincipalSet$member": null
651      }
652    },
653    "AllowedPrincipalSet": {
654      "base": null,
655      "refs": {
656        "DescribeVpcEndpointServicePermissionsResult$AllowedPrincipals": "<p>Information about one or more allowed principals.</p>"
657      }
658    },
659    "AllowsMultipleInstanceTypes": {
660      "base": null,
661      "refs": {
662        "Host$AllowsMultipleInstanceTypes": "<p>Indicates whether the Dedicated Host supports multiple instance types of the same instance family. If the value is <code>on</code>, the Dedicated Host supports multiple instance types in the instance family. If the value is <code>off</code>, the Dedicated Host supports a single instance type only.</p>"
663      }
664    },
665    "AlternatePathHint": {
666      "base": "<p>Describes an potential intermediate component of a feasible path.</p>",
667      "refs": {
668        "AlternatePathHintList$member": null
669      }
670    },
671    "AlternatePathHintList": {
672      "base": null,
673      "refs": {
674        "NetworkInsightsAnalysis$AlternatePathHints": "<p>Potential intermediate components.</p>"
675      }
676    },
677    "AnalysisAclRule": {
678      "base": "<p>Describes a network access control (ACL) rule.</p>",
679      "refs": {
680        "Explanation$AclRule": "<p>The network ACL rule.</p>",
681        "PathComponent$AclRule": "<p>The network ACL rule.</p>"
682      }
683    },
684    "AnalysisComponent": {
685      "base": "<p>Describes a path component.</p>",
686      "refs": {
687        "AnalysisComponentList$member": null,
688        "AnalysisLoadBalancerTarget$Instance": "<p>Information about the instance.</p>",
689        "Explanation$Acl": "<p>The network ACL.</p>",
690        "Explanation$AttachedTo": "<p>The resource to which the component is attached.</p>",
691        "Explanation$Component": "<p>The component.</p>",
692        "Explanation$CustomerGateway": "<p>The customer gateway.</p>",
693        "Explanation$Destination": "<p>The destination.</p>",
694        "Explanation$DestinationVpc": "<p>The destination VPC.</p>",
695        "Explanation$IngressRouteTable": "<p>The route table.</p>",
696        "Explanation$InternetGateway": "<p>The internet gateway.</p>",
697        "Explanation$LoadBalancerTargetGroup": "<p>The target group.</p>",
698        "Explanation$ElasticLoadBalancerListener": "<p>The load balancer listener.</p>",
699        "Explanation$NatGateway": "<p>The NAT gateway.</p>",
700        "Explanation$NetworkInterface": "<p>The network interface.</p>",
701        "Explanation$VpcPeeringConnection": "<p>The VPC peering connection.</p>",
702        "Explanation$PrefixList": "<p>The prefix list.</p>",
703        "Explanation$RouteTable": "<p>The route table.</p>",
704        "Explanation$SecurityGroup": "<p>The security group.</p>",
705        "Explanation$SourceVpc": "<p>The source VPC.</p>",
706        "Explanation$Subnet": "<p>The subnet.</p>",
707        "Explanation$SubnetRouteTable": "<p>The route table for the subnet.</p>",
708        "Explanation$Vpc": "<p>The component VPC.</p>",
709        "Explanation$VpcEndpoint": "<p>The VPC endpoint.</p>",
710        "Explanation$VpnConnection": "<p>The VPN connection.</p>",
711        "Explanation$VpnGateway": "<p>The VPN gateway.</p>",
712        "PathComponent$Component": "<p>The component.</p>",
713        "PathComponent$DestinationVpc": "<p>The destination VPC.</p>",
714        "PathComponent$SourceVpc": "<p>The source VPC.</p>",
715        "PathComponent$Subnet": "<p>The subnet.</p>",
716        "PathComponent$Vpc": "<p>The component VPC.</p>"
717      }
718    },
719    "AnalysisComponentList": {
720      "base": null,
721      "refs": {
722        "Explanation$LoadBalancerTargetGroups": "<p>The target groups.</p>",
723        "Explanation$SecurityGroups": "<p>The security groups.</p>"
724      }
725    },
726    "AnalysisLoadBalancerListener": {
727      "base": "<p>Describes a load balancer listener.</p>",
728      "refs": {
729        "Explanation$ClassicLoadBalancerListener": "<p>The listener for a Classic Load Balancer.</p>"
730      }
731    },
732    "AnalysisLoadBalancerTarget": {
733      "base": "<p>Describes a load balancer target.</p>",
734      "refs": {
735        "Explanation$LoadBalancerTarget": "<p>The target.</p>"
736      }
737    },
738    "AnalysisPacketHeader": {
739      "base": "<p>Describes a header. Reflects any changes made by a component as traffic passes through. The fields of an inbound header are null except for the first component of a path.</p>",
740      "refs": {
741        "PathComponent$OutboundHeader": "<p>The outbound header.</p>",
742        "PathComponent$InboundHeader": "<p>The inbound header.</p>"
743      }
744    },
745    "AnalysisRouteTableRoute": {
746      "base": "<p>Describes a route table route.</p>",
747      "refs": {
748        "Explanation$RouteTableRoute": "<p>The route table route.</p>",
749        "PathComponent$RouteTableRoute": "<p>The route table route.</p>"
750      }
751    },
752    "AnalysisSecurityGroupRule": {
753      "base": "<p>Describes a security group rule.</p>",
754      "refs": {
755        "Explanation$SecurityGroupRule": "<p>The security group rule.</p>",
756        "PathComponent$SecurityGroupRule": "<p>The security group rule.</p>"
757      }
758    },
759    "AnalysisStatus": {
760      "base": null,
761      "refs": {
762        "NetworkInsightsAnalysis$Status": "<p>The status of the network insights analysis.</p>"
763      }
764    },
765    "ApplianceModeSupportValue": {
766      "base": null,
767      "refs": {
768        "CreateTransitGatewayVpcAttachmentRequestOptions$ApplianceModeSupport": "<p>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <code>disable</code>.</p>",
769        "ModifyTransitGatewayVpcAttachmentRequestOptions$ApplianceModeSupport": "<p>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <code>disable</code>.</p>",
770        "TransitGatewayVpcAttachmentOptions$ApplianceModeSupport": "<p>Indicates whether appliance mode support is enabled.</p>"
771      }
772    },
773    "ApplySecurityGroupsToClientVpnTargetNetworkRequest": {
774      "base": null,
775      "refs": {
776      }
777    },
778    "ApplySecurityGroupsToClientVpnTargetNetworkResult": {
779      "base": null,
780      "refs": {
781      }
782    },
783    "ArchitectureType": {
784      "base": null,
785      "refs": {
786        "ArchitectureTypeList$member": null
787      }
788    },
789    "ArchitectureTypeList": {
790      "base": null,
791      "refs": {
792        "ProcessorInfo$SupportedArchitectures": "<p>The architectures supported by the instance type.</p>"
793      }
794    },
795    "ArchitectureValues": {
796      "base": null,
797      "refs": {
798        "Image$Architecture": "<p>The architecture of the image.</p>",
799        "ImportInstanceLaunchSpecification$Architecture": "<p>The architecture of the instance.</p>",
800        "Instance$Architecture": "<p>The architecture of the image.</p>",
801        "RegisterImageRequest$Architecture": "<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>"
802      }
803    },
804    "ArnList": {
805      "base": null,
806      "refs": {
807        "NetworkInsightsAnalysis$FilterInArns": "<p>The Amazon Resource Names (ARN) of the AWS resources that the path must traverse.</p>",
808        "StartNetworkInsightsAnalysisRequest$FilterInArns": "<p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>"
809      }
810    },
811    "AssignIpv6AddressesRequest": {
812      "base": null,
813      "refs": {
814      }
815    },
816    "AssignIpv6AddressesResult": {
817      "base": null,
818      "refs": {
819      }
820    },
821    "AssignPrivateIpAddressesRequest": {
822      "base": "<p>Contains the parameters for AssignPrivateIpAddresses.</p>",
823      "refs": {
824      }
825    },
826    "AssignPrivateIpAddressesResult": {
827      "base": null,
828      "refs": {
829      }
830    },
831    "AssignedPrivateIpAddress": {
832      "base": "<p>Describes the private IP addresses assigned to a network interface.</p>",
833      "refs": {
834        "AssignedPrivateIpAddressList$member": null
835      }
836    },
837    "AssignedPrivateIpAddressList": {
838      "base": null,
839      "refs": {
840        "AssignPrivateIpAddressesResult$AssignedPrivateIpAddresses": "<p>The private IP addresses assigned to the network interface.</p>"
841      }
842    },
843    "AssociateAddressRequest": {
844      "base": null,
845      "refs": {
846      }
847    },
848    "AssociateAddressResult": {
849      "base": null,
850      "refs": {
851      }
852    },
853    "AssociateClientVpnTargetNetworkRequest": {
854      "base": null,
855      "refs": {
856      }
857    },
858    "AssociateClientVpnTargetNetworkResult": {
859      "base": null,
860      "refs": {
861      }
862    },
863    "AssociateDhcpOptionsRequest": {
864      "base": null,
865      "refs": {
866      }
867    },
868    "AssociateEnclaveCertificateIamRoleRequest": {
869      "base": null,
870      "refs": {
871      }
872    },
873    "AssociateEnclaveCertificateIamRoleResult": {
874      "base": null,
875      "refs": {
876      }
877    },
878    "AssociateIamInstanceProfileRequest": {
879      "base": null,
880      "refs": {
881      }
882    },
883    "AssociateIamInstanceProfileResult": {
884      "base": null,
885      "refs": {
886      }
887    },
888    "AssociateRouteTableRequest": {
889      "base": null,
890      "refs": {
891      }
892    },
893    "AssociateRouteTableResult": {
894      "base": null,
895      "refs": {
896      }
897    },
898    "AssociateSubnetCidrBlockRequest": {
899      "base": null,
900      "refs": {
901      }
902    },
903    "AssociateSubnetCidrBlockResult": {
904      "base": null,
905      "refs": {
906      }
907    },
908    "AssociateTransitGatewayMulticastDomainRequest": {
909      "base": null,
910      "refs": {
911      }
912    },
913    "AssociateTransitGatewayMulticastDomainResult": {
914      "base": null,
915      "refs": {
916      }
917    },
918    "AssociateTransitGatewayRouteTableRequest": {
919      "base": null,
920      "refs": {
921      }
922    },
923    "AssociateTransitGatewayRouteTableResult": {
924      "base": null,
925      "refs": {
926      }
927    },
928    "AssociateVpcCidrBlockRequest": {
929      "base": null,
930      "refs": {
931      }
932    },
933    "AssociateVpcCidrBlockResult": {
934      "base": null,
935      "refs": {
936      }
937    },
938    "AssociatedNetworkType": {
939      "base": null,
940      "refs": {
941        "AssociatedTargetNetwork$NetworkType": "<p>The target network type.</p>"
942      }
943    },
944    "AssociatedRole": {
945      "base": "<p>Information about the associated IAM roles.</p>",
946      "refs": {
947        "AssociatedRolesList$member": null
948      }
949    },
950    "AssociatedRolesList": {
951      "base": null,
952      "refs": {
953        "GetAssociatedEnclaveCertificateIamRolesResult$AssociatedRoles": "<p>Information about the associated IAM roles.</p>"
954      }
955    },
956    "AssociatedTargetNetwork": {
957      "base": "<p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>",
958      "refs": {
959        "AssociatedTargetNetworkSet$member": null
960      }
961    },
962    "AssociatedTargetNetworkSet": {
963      "base": null,
964      "refs": {
965        "ClientVpnEndpoint$AssociatedTargetNetworks": "<p>Information about the associated target networks. A target network is a subnet in a VPC.</p>"
966      }
967    },
968    "AssociationIdList": {
969      "base": null,
970      "refs": {
971        "DescribeIamInstanceProfileAssociationsRequest$AssociationIds": "<p>The IAM instance profile associations.</p>"
972      }
973    },
974    "AssociationStatus": {
975      "base": "<p>Describes the state of a target network association.</p>",
976      "refs": {
977        "AssociateClientVpnTargetNetworkResult$Status": "<p>The current state of the target network association.</p>",
978        "DisassociateClientVpnTargetNetworkResult$Status": "<p>The current state of the target network association.</p>",
979        "TargetNetwork$Status": "<p>The current state of the target network association.</p>"
980      }
981    },
982    "AssociationStatusCode": {
983      "base": null,
984      "refs": {
985        "AssociationStatus$Code": "<p>The state of the target network association.</p>"
986      }
987    },
988    "AttachClassicLinkVpcRequest": {
989      "base": null,
990      "refs": {
991      }
992    },
993    "AttachClassicLinkVpcResult": {
994      "base": null,
995      "refs": {
996      }
997    },
998    "AttachInternetGatewayRequest": {
999      "base": null,
1000      "refs": {
1001      }
1002    },
1003    "AttachNetworkInterfaceRequest": {
1004      "base": "<p>Contains the parameters for AttachNetworkInterface.</p>",
1005      "refs": {
1006      }
1007    },
1008    "AttachNetworkInterfaceResult": {
1009      "base": "<p>Contains the output of AttachNetworkInterface.</p>",
1010      "refs": {
1011      }
1012    },
1013    "AttachVolumeRequest": {
1014      "base": null,
1015      "refs": {
1016      }
1017    },
1018    "AttachVpnGatewayRequest": {
1019      "base": "<p>Contains the parameters for AttachVpnGateway.</p>",
1020      "refs": {
1021      }
1022    },
1023    "AttachVpnGatewayResult": {
1024      "base": "<p>Contains the output of AttachVpnGateway.</p>",
1025      "refs": {
1026      }
1027    },
1028    "AttachmentStatus": {
1029      "base": null,
1030      "refs": {
1031        "EbsInstanceBlockDevice$Status": "<p>The attachment state.</p>",
1032        "InstanceNetworkInterfaceAttachment$Status": "<p>The attachment state.</p>",
1033        "InternetGatewayAttachment$State": "<p>The current state of the attachment. For an internet gateway, the state is <code>available</code> when attached to a VPC; otherwise, this value is not returned.</p>",
1034        "NetworkInterfaceAttachment$Status": "<p>The attachment state.</p>",
1035        "VpcAttachment$State": "<p>The current state of the attachment.</p>"
1036      }
1037    },
1038    "AttributeBooleanValue": {
1039      "base": "<p>Describes a value for a resource attribute that is a Boolean value.</p>",
1040      "refs": {
1041        "DescribeNetworkInterfaceAttributeResult$SourceDestCheck": "<p>Indicates whether source/destination checking is enabled.</p>",
1042        "DescribeVolumeAttributeResult$AutoEnableIO": "<p>The state of <code>autoEnableIO</code> attribute.</p>",
1043        "DescribeVpcAttributeResult$EnableDnsHostnames": "<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>",
1044        "DescribeVpcAttributeResult$EnableDnsSupport": "<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>",
1045        "InstanceAttribute$DisableApiTermination": "<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>",
1046        "InstanceAttribute$EnaSupport": "<p>Indicates whether enhanced networking with ENA is enabled.</p>",
1047        "InstanceAttribute$EbsOptimized": "<p>Indicates whether the instance is optimized for Amazon EBS I/O.</p>",
1048        "InstanceAttribute$SourceDestCheck": "<p>Indicates whether source/destination checking is enabled. A value of <code>true</code> means that checking is enabled, and <code>false</code> means that checking is disabled. This value must be <code>false</code> for a NAT instance to perform NAT.</p>",
1049        "ModifyInstanceAttributeRequest$SourceDestCheck": "<p>Specifies whether source/destination checking is enabled. A value of <code>true</code> means that checking is enabled, and <code>false</code> means that checking is disabled. This value must be <code>false</code> for a NAT instance to perform NAT.</p>",
1050        "ModifyInstanceAttributeRequest$DisableApiTermination": "<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 parameter for Spot Instances.</p>",
1051        "ModifyInstanceAttributeRequest$EbsOptimized": "<p>Specifies whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p>",
1052        "ModifyInstanceAttributeRequest$EnaSupport": "<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>",
1053        "ModifyNetworkInterfaceAttributeRequest$SourceDestCheck": "<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=\"https://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>",
1054        "ModifySubnetAttributeRequest$AssignIpv6AddressOnCreation": "<p>Specify <code>true</code> to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the instance therefore receives an IPv6 address). </p> <p>If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an IPv6 address if it's created using version <code>2016-11-15</code> or later of the Amazon EC2 API.</p>",
1055        "ModifySubnetAttributeRequest$MapPublicIpOnLaunch": "<p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.</p>",
1056        "ModifySubnetAttributeRequest$MapCustomerOwnedIpOnLaunch": "<p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.</p> <p>When this value is <code>true</code>, you must specify the customer-owned IP pool using <code>CustomerOwnedIpv4Pool</code>.</p>",
1057        "ModifyVolumeAttributeRequest$AutoEnableIO": "<p>Indicates whether the volume should be auto-enabled for I/O operations.</p>",
1058        "ModifyVpcAttributeRequest$EnableDnsHostnames": "<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>",
1059        "ModifyVpcAttributeRequest$EnableDnsSupport": "<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\" 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>"
1060      }
1061    },
1062    "AttributeValue": {
1063      "base": "<p>Describes a value for a resource attribute that is a String.</p>",
1064      "refs": {
1065        "DescribeNetworkInterfaceAttributeResult$Description": "<p>The description of the network interface.</p>",
1066        "DhcpConfigurationValueList$member": null,
1067        "ImageAttribute$Description": "<p>A description for the AMI.</p>",
1068        "ImageAttribute$KernelId": "<p>The kernel ID.</p>",
1069        "ImageAttribute$RamdiskId": "<p>The RAM disk ID.</p>",
1070        "ImageAttribute$SriovNetSupport": "<p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>",
1071        "InstanceAttribute$InstanceInitiatedShutdownBehavior": "<p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).</p>",
1072        "InstanceAttribute$InstanceType": "<p>The instance type.</p>",
1073        "InstanceAttribute$KernelId": "<p>The kernel ID.</p>",
1074        "InstanceAttribute$RamdiskId": "<p>The RAM disk ID.</p>",
1075        "InstanceAttribute$RootDeviceName": "<p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>",
1076        "InstanceAttribute$SriovNetSupport": "<p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>",
1077        "InstanceAttribute$UserData": "<p>The user data.</p>",
1078        "ModifyImageAttributeRequest$Description": "<p>A new description for the AMI.</p>",
1079        "ModifyInstanceAttributeRequest$InstanceInitiatedShutdownBehavior": "<p>Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).</p>",
1080        "ModifyInstanceAttributeRequest$InstanceType": "<p>Changes the instance type to the specified value. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance types</a> in the <i>Amazon EC2 User Guide</i>. If the instance type is not valid, the error returned is <code>InvalidInstanceAttributeValue</code>.</p>",
1081        "ModifyInstanceAttributeRequest$Kernel": "<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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html\">PV-GRUB</a>.</p>",
1082        "ModifyInstanceAttributeRequest$Ramdisk": "<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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html\">PV-GRUB</a>.</p>",
1083        "ModifyInstanceAttributeRequest$SriovNetSupport": "<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>",
1084        "ModifyNetworkInterfaceAttributeRequest$Description": "<p>A description for the network interface.</p>"
1085      }
1086    },
1087    "AuthorizationRule": {
1088      "base": "<p>Information about an authorization rule.</p>",
1089      "refs": {
1090        "AuthorizationRuleSet$member": null
1091      }
1092    },
1093    "AuthorizationRuleSet": {
1094      "base": null,
1095      "refs": {
1096        "DescribeClientVpnAuthorizationRulesResult$AuthorizationRules": "<p>Information about the authorization rules.</p>"
1097      }
1098    },
1099    "AuthorizeClientVpnIngressRequest": {
1100      "base": null,
1101      "refs": {
1102      }
1103    },
1104    "AuthorizeClientVpnIngressResult": {
1105      "base": null,
1106      "refs": {
1107      }
1108    },
1109    "AuthorizeSecurityGroupEgressRequest": {
1110      "base": null,
1111      "refs": {
1112      }
1113    },
1114    "AuthorizeSecurityGroupIngressRequest": {
1115      "base": null,
1116      "refs": {
1117      }
1118    },
1119    "AutoAcceptSharedAssociationsValue": {
1120      "base": null,
1121      "refs": {
1122        "CreateTransitGatewayMulticastDomainRequestOptions$AutoAcceptSharedAssociations": "<p>Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.</p>",
1123        "TransitGatewayMulticastDomainOptions$AutoAcceptSharedAssociations": "<p>Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.</p>"
1124      }
1125    },
1126    "AutoAcceptSharedAttachmentsValue": {
1127      "base": null,
1128      "refs": {
1129        "ModifyTransitGatewayOptions$AutoAcceptSharedAttachments": "<p>Enable or disable automatic acceptance of attachment requests.</p>",
1130        "TransitGatewayOptions$AutoAcceptSharedAttachments": "<p>Indicates whether attachment requests are automatically accepted.</p>",
1131        "TransitGatewayRequestOptions$AutoAcceptSharedAttachments": "<p>Enable or disable automatic acceptance of attachment requests. Disabled by default.</p>"
1132      }
1133    },
1134    "AutoPlacement": {
1135      "base": null,
1136      "refs": {
1137        "AllocateHostsRequest$AutoPlacement": "<p>Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding\"> Understanding auto-placement and affinity</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default: <code>on</code> </p>",
1138        "Host$AutoPlacement": "<p>Whether auto-placement is on or off.</p>",
1139        "ModifyHostsRequest$AutoPlacement": "<p>Specify whether to enable or disable auto-placement.</p>"
1140      }
1141    },
1142    "AutoRecoveryFlag": {
1143      "base": null,
1144      "refs": {
1145        "InstanceTypeInfo$AutoRecoverySupported": "<p>Indicates whether auto recovery is supported.</p>"
1146      }
1147    },
1148    "AvailabilityZone": {
1149      "base": "<p>Describes Availability Zones, Local Zones, and Wavelength Zones.</p>",
1150      "refs": {
1151        "AvailabilityZoneList$member": null
1152      }
1153    },
1154    "AvailabilityZoneList": {
1155      "base": null,
1156      "refs": {
1157        "DescribeAvailabilityZonesResult$AvailabilityZones": "<p>Information about the Availability Zones, Local Zones, and Wavelength Zones.</p>"
1158      }
1159    },
1160    "AvailabilityZoneMessage": {
1161      "base": "<p>Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.</p>",
1162      "refs": {
1163        "AvailabilityZoneMessageList$member": null
1164      }
1165    },
1166    "AvailabilityZoneMessageList": {
1167      "base": null,
1168      "refs": {
1169        "AvailabilityZone$Messages": "<p>Any messages about the Availability Zone, Local Zone, or Wavelength Zone.</p>"
1170      }
1171    },
1172    "AvailabilityZoneOptInStatus": {
1173      "base": null,
1174      "refs": {
1175        "AvailabilityZone$OptInStatus": "<p>For Availability Zones, this parameter always has the value of <code>opt-in-not-required</code>.</p> <p>For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible values are <code>opted-in</code>, and <code>not-opted-in</code>.</p>"
1176      }
1177    },
1178    "AvailabilityZoneState": {
1179      "base": null,
1180      "refs": {
1181        "AvailabilityZone$State": "<p>The state of the Availability Zone, Local Zone, or Wavelength Zone.</p>"
1182      }
1183    },
1184    "AvailabilityZoneStringList": {
1185      "base": null,
1186      "refs": {
1187        "DisableFastSnapshotRestoresRequest$AvailabilityZones": "<p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>",
1188        "EnableFastSnapshotRestoresRequest$AvailabilityZones": "<p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>"
1189      }
1190    },
1191    "AvailableCapacity": {
1192      "base": "<p>The capacity information for instances that can be launched onto the Dedicated Host. </p>",
1193      "refs": {
1194        "Host$AvailableCapacity": "<p>Information about the instances running on the Dedicated Host.</p>"
1195      }
1196    },
1197    "AvailableInstanceCapacityList": {
1198      "base": null,
1199      "refs": {
1200        "AvailableCapacity$AvailableInstanceCapacity": "<p>The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity. For Dedicated Hosts that support multiple instance types, this parameter represents the number of instances for each instance size that is supported on the host.</p>"
1201      }
1202    },
1203    "BareMetalFlag": {
1204      "base": null,
1205      "refs": {
1206        "InstanceTypeInfo$BareMetal": "<p>Indicates whether the instance is a bare metal instance type.</p>"
1207      }
1208    },
1209    "BaselineBandwidthInMbps": {
1210      "base": null,
1211      "refs": {
1212        "EbsOptimizedInfo$BaselineBandwidthInMbps": "<p>The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.</p>"
1213      }
1214    },
1215    "BaselineIops": {
1216      "base": null,
1217      "refs": {
1218        "EbsOptimizedInfo$BaselineIops": "<p>The baseline input/output storage operations per seconds for an EBS-optimized instance type.</p>"
1219      }
1220    },
1221    "BaselineThroughputInMBps": {
1222      "base": null,
1223      "refs": {
1224        "EbsOptimizedInfo$BaselineThroughputInMBps": "<p>The baseline throughput performance for an EBS-optimized instance type, in MB/s.</p>"
1225      }
1226    },
1227    "BatchState": {
1228      "base": null,
1229      "refs": {
1230        "CancelSpotFleetRequestsSuccessItem$CurrentSpotFleetRequestState": "<p>The current state of the Spot Fleet request.</p>",
1231        "CancelSpotFleetRequestsSuccessItem$PreviousSpotFleetRequestState": "<p>The previous state of the Spot Fleet request.</p>",
1232        "SpotFleetRequestConfig$SpotFleetRequestState": "<p>The state of the Spot Fleet request.</p>"
1233      }
1234    },
1235    "BgpStatus": {
1236      "base": null,
1237      "refs": {
1238        "TransitGatewayAttachmentBgpConfiguration$BgpStatus": "<p>The BGP status.</p>"
1239      }
1240    },
1241    "BillingProductList": {
1242      "base": null,
1243      "refs": {
1244        "RegisterImageRequest$BillingProducts": "<p>The billing product codes. Your account must be authorized to specify billing product codes. Otherwise, you can use the AWS Marketplace to bill for the use of an AMI.</p>"
1245      }
1246    },
1247    "Blob": {
1248      "base": null,
1249      "refs": {
1250        "BlobAttributeValue$Value": null,
1251        "ImportKeyPairRequest$PublicKeyMaterial": "<p>The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you.</p>",
1252        "S3Storage$UploadPolicy": "<p>An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.</p>"
1253      }
1254    },
1255    "BlobAttributeValue": {
1256      "base": null,
1257      "refs": {
1258        "ModifyInstanceAttributeRequest$UserData": "<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>"
1259      }
1260    },
1261    "BlockDeviceMapping": {
1262      "base": "<p>Describes a block device mapping.</p>",
1263      "refs": {
1264        "BlockDeviceMappingList$member": null,
1265        "BlockDeviceMappingRequestList$member": null
1266      }
1267    },
1268    "BlockDeviceMappingList": {
1269      "base": null,
1270      "refs": {
1271        "Image$BlockDeviceMappings": "<p>Any block device mapping entries.</p>",
1272        "ImageAttribute$BlockDeviceMappings": "<p>The block device mapping entries.</p>",
1273        "LaunchSpecification$BlockDeviceMappings": "<p>One or more block device mapping entries.</p>",
1274        "RequestSpotLaunchSpecification$BlockDeviceMappings": "<p>One or more block device mapping entries. You can't specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.</p>",
1275        "SpotFleetLaunchSpecification$BlockDeviceMappings": "<p>One or more block devices that are mapped to the Spot Instances. You can't specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.</p>"
1276      }
1277    },
1278    "BlockDeviceMappingRequestList": {
1279      "base": null,
1280      "refs": {
1281        "CreateImageRequest$BlockDeviceMappings": "<p>The block device mappings. This parameter cannot be used to modify the encryption status of existing volumes or snapshots. To create an AMI with encrypted snapshots, use the <a>CopyImage</a> action.</p>",
1282        "RegisterImageRequest$BlockDeviceMappings": "<p>The block device mapping entries.</p>",
1283        "RunInstancesRequest$BlockDeviceMappings": "<p>The block device mapping entries.</p>"
1284      }
1285    },
1286    "Boolean": {
1287      "base": null,
1288      "refs": {
1289        "AcceptReservedInstancesExchangeQuoteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1290        "AcceptTransitGatewayMulticastDomainAssociationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1291        "AcceptTransitGatewayPeeringAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1292        "AcceptTransitGatewayVpcAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1293        "AcceptVpcEndpointConnectionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1294        "AcceptVpcPeeringConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1295        "AdvertiseByoipCidrRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1296        "AllocateAddressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1297        "AnalysisAclRule$Egress": "<p>Indicates whether the rule is an outbound rule.</p>",
1298        "ApplySecurityGroupsToClientVpnTargetNetworkRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1299        "AssignPrivateIpAddressesRequest$AllowReassignment": "<p>Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.</p>",
1300        "AssociateAddressRequest$AllowReassociation": "<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>",
1301        "AssociateAddressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1302        "AssociateClientVpnTargetNetworkRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1303        "AssociateDhcpOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1304        "AssociateEnclaveCertificateIamRoleRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1305        "AssociateRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1306        "AssociateTransitGatewayMulticastDomainRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1307        "AssociateTransitGatewayRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1308        "AssociateVpcCidrBlockRequest$AmazonProvidedIpv6CidrBlock": "<p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.</p>",
1309        "AttachClassicLinkVpcRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1310        "AttachClassicLinkVpcResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1311        "AttachInternetGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1312        "AttachNetworkInterfaceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1313        "AttachVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1314        "AttachVpnGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1315        "AttributeBooleanValue$Value": "<p>The attribute value. The valid values are <code>true</code> or <code>false</code>.</p>",
1316        "AuthorizationRule$AccessAll": "<p>Indicates whether the authorization rule grants access to all clients.</p>",
1317        "AuthorizeClientVpnIngressRequest$AuthorizeAllGroups": "<p>Indicates whether to grant access to all clients. Specify <code>true</code> to grant all clients who successfully establish a VPN connection access to the network. Must be set to <code>true</code> if <code>AccessGroupId</code> is not specified.</p>",
1318        "AuthorizeClientVpnIngressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1319        "AuthorizeSecurityGroupEgressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1320        "AuthorizeSecurityGroupIngressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1321        "BundleInstanceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1322        "CancelBundleTaskRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1323        "CancelCapacityReservationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1324        "CancelCapacityReservationResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1325        "CancelConversionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1326        "CancelImportTaskRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1327        "CancelSpotFleetRequestsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1328        "CancelSpotFleetRequestsRequest$TerminateInstances": "<p>Indicates whether to terminate instances for a Spot Fleet request if it is canceled successfully.</p>",
1329        "CancelSpotInstanceRequestsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1330        "CapacityReservation$EbsOptimized": "<p>Indicates whether the Capacity Reservation supports EBS-optimized instances. 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>",
1331        "CapacityReservation$EphemeralStorage": "<p>Indicates whether the Capacity Reservation supports instances with temporary, block-level storage.</p>",
1332        "ClassicLinkDnsSupport$ClassicLinkDnsSupported": "<p>Indicates whether ClassicLink DNS support is enabled for the VPC.</p>",
1333        "ClientConnectOptions$Enabled": "<p>Indicates whether client connect options are enabled. The default is <code>false</code> (not enabled).</p>",
1334        "ClientConnectResponseOptions$Enabled": "<p>Indicates whether client connect options are enabled.</p>",
1335        "ClientVpnEndpoint$SplitTunnel": "<p>Indicates whether split-tunnel is enabled in the AWS Client VPN endpoint.</p> <p>For information about split-tunnel VPN endpoints, see <a href=\"https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html\">Split-Tunnel AWS Client VPN Endpoint</a> in the <i>AWS Client VPN Administrator Guide</i>.</p>",
1336        "ConfirmProductInstanceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1337        "ConfirmProductInstanceResult$Return": "<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>",
1338        "ConnectionLogOptions$Enabled": "<p>Indicates whether connection logging is enabled.</p>",
1339        "ConnectionLogResponseOptions$Enabled": "<p>Indicates whether client connection logging is enabled for the Client VPN endpoint.</p>",
1340        "CopyFpgaImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1341        "CopyImageRequest$Encrypted": "<p>Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default CMK for EBS is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK using <code>KmsKeyId</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
1342        "CopyImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1343        "CopySnapshotRequest$Encrypted": "<p>To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Otherwise, omit this parameter. Encrypted snapshots are encrypted, even if you omit this parameter and encryption by default is not enabled. You cannot set this parameter to false. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
1344        "CopySnapshotRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1345        "CreateCapacityReservationRequest$EbsOptimized": "<p>Indicates whether the Capacity Reservation supports EBS-optimized instances. 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>",
1346        "CreateCapacityReservationRequest$EphemeralStorage": "<p>Indicates whether the Capacity Reservation supports instances with temporary, block-level storage.</p>",
1347        "CreateCapacityReservationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1348        "CreateCarrierGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1349        "CreateClientVpnEndpointRequest$SplitTunnel": "<p>Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.</p> <p>By default, split-tunnel on a VPN endpoint is disabled.</p> <p>For information about split-tunnel VPN endpoints, see <a href=\"https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html\">Split-Tunnel AWS Client VPN Endpoint</a> in the <i>AWS Client VPN Administrator Guide</i>.</p>",
1350        "CreateClientVpnEndpointRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1351        "CreateClientVpnRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1352        "CreateCustomerGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1353        "CreateDefaultSubnetRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1354        "CreateDefaultVpcRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1355        "CreateDhcpOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1356        "CreateEgressOnlyInternetGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1357        "CreateFleetRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1358        "CreateFleetRequest$TerminateInstancesWithExpiration": "<p>Indicates whether running instances should be terminated when the EC2 Fleet expires.</p>",
1359        "CreateFleetRequest$ReplaceUnhealthyInstances": "<p>Indicates whether EC2 Fleet should replace unhealthy instances.</p>",
1360        "CreateFlowLogsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1361        "CreateFpgaImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1362        "CreateImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1363        "CreateImageRequest$NoReboot": "<p>By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the <code>No Reboot</code> 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>",
1364        "CreateInternetGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1365        "CreateKeyPairRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1366        "CreateLaunchTemplateRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1367        "CreateLaunchTemplateVersionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1368        "CreateLocalGatewayRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1369        "CreateLocalGatewayRouteTableVpcAssociationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1370        "CreateManagedPrefixListRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1371        "CreateNatGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1372        "CreateNetworkAclEntryRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1373        "CreateNetworkAclEntryRequest$Egress": "<p>Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).</p>",
1374        "CreateNetworkAclRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1375        "CreateNetworkInsightsPathRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1376        "CreateNetworkInterfacePermissionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1377        "CreateNetworkInterfaceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1378        "CreatePlacementGroupRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1379        "CreateRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1380        "CreateRouteResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1381        "CreateRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1382        "CreateSecurityGroupRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1383        "CreateSnapshotRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1384        "CreateSnapshotsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1385        "CreateSpotDatafeedSubscriptionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1386        "CreateSubnetRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1387        "CreateTagsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1388        "CreateTrafficMirrorFilterRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1389        "CreateTrafficMirrorFilterRuleRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1390        "CreateTrafficMirrorSessionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1391        "CreateTrafficMirrorTargetRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1392        "CreateTransitGatewayConnectPeerRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1393        "CreateTransitGatewayConnectRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1394        "CreateTransitGatewayMulticastDomainRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1395        "CreateTransitGatewayPeeringAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1396        "CreateTransitGatewayPrefixListReferenceRequest$Blackhole": "<p>Indicates whether to drop traffic that matches this route.</p>",
1397        "CreateTransitGatewayPrefixListReferenceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1398        "CreateTransitGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1399        "CreateTransitGatewayRouteRequest$Blackhole": "<p>Indicates whether to drop traffic that matches this route.</p>",
1400        "CreateTransitGatewayRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1401        "CreateTransitGatewayRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1402        "CreateTransitGatewayVpcAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1403        "CreateVolumeRequest$Encrypted": "<p>Indicates whether the volume should be encrypted. The effect of setting the encryption state to <code>true</code> depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default\">Encryption by default</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances\">Supported instance types</a>.</p>",
1404        "CreateVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1405        "CreateVolumeRequest$MultiAttachEnabled": "<p>Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Instances built on the Nitro System</a> in the same Availability Zone. This parameter is supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
1406        "CreateVpcEndpointConnectionNotificationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1407        "CreateVpcEndpointRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1408        "CreateVpcEndpointRequest$PrivateDnsEnabled": "<p>(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, <code>kinesis.us-east-1.amazonaws.com</code>), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.</p> <p>To use a private hosted zone, you must set the following VPC attributes to <code>true</code>: <code>enableDnsHostnames</code> and <code>enableDnsSupport</code>. Use <a>ModifyVpcAttribute</a> to set the VPC attributes.</p> <p>Default: <code>true</code> </p>",
1409        "CreateVpcEndpointServiceConfigurationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1410        "CreateVpcEndpointServiceConfigurationRequest$AcceptanceRequired": "<p>Indicates whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use <a>AcceptVpcEndpointConnections</a>.</p>",
1411        "CreateVpcPeeringConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1412        "CreateVpcRequest$AmazonProvidedIpv6CidrBlock": "<p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block.</p>",
1413        "CreateVpcRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1414        "CreateVpnConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1415        "CreateVpnGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1416        "DeleteCarrierGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1417        "DeleteClientVpnEndpointRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1418        "DeleteClientVpnRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1419        "DeleteCustomerGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1420        "DeleteDhcpOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1421        "DeleteEgressOnlyInternetGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1422        "DeleteEgressOnlyInternetGatewayResult$ReturnCode": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1423        "DeleteFleetsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1424        "DeleteFleetsRequest$TerminateInstances": "<p>Indicates whether to terminate the instances when the EC2 Fleet is deleted. The default is to terminate the instances.</p> <p>To let the instances continue to run after the EC2 Fleet is deleted, specify <code>NoTerminateInstances</code>. Supported only for fleets of type <code>maintain</code> and <code>request</code>.</p> <p>For <code>instant</code> fleets, you cannot specify <code>NoTerminateInstances</code>. A deleted <code>instant</code> fleet with running instances is not supported.</p>",
1425        "DeleteFlowLogsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1426        "DeleteFpgaImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1427        "DeleteFpgaImageResult$Return": "<p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>",
1428        "DeleteInternetGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1429        "DeleteKeyPairRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1430        "DeleteLaunchTemplateRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1431        "DeleteLaunchTemplateVersionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1432        "DeleteLocalGatewayRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1433        "DeleteLocalGatewayRouteTableVpcAssociationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1434        "DeleteManagedPrefixListRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1435        "DeleteNatGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1436        "DeleteNetworkAclEntryRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1437        "DeleteNetworkAclEntryRequest$Egress": "<p>Indicates whether the rule is an egress rule.</p>",
1438        "DeleteNetworkAclRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1439        "DeleteNetworkInsightsAnalysisRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1440        "DeleteNetworkInsightsPathRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1441        "DeleteNetworkInterfacePermissionRequest$Force": "<p>Specify <code>true</code> to remove the permission even if the network interface is attached to an instance.</p>",
1442        "DeleteNetworkInterfacePermissionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1443        "DeleteNetworkInterfacePermissionResult$Return": "<p>Returns <code>true</code> if the request succeeds, otherwise returns an error.</p>",
1444        "DeleteNetworkInterfaceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1445        "DeletePlacementGroupRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1446        "DeleteQueuedReservedInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1447        "DeleteRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1448        "DeleteRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1449        "DeleteSecurityGroupRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1450        "DeleteSnapshotRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1451        "DeleteSpotDatafeedSubscriptionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1452        "DeleteSubnetRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1453        "DeleteTagsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1454        "DeleteTrafficMirrorFilterRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1455        "DeleteTrafficMirrorFilterRuleRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1456        "DeleteTrafficMirrorSessionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1457        "DeleteTrafficMirrorTargetRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1458        "DeleteTransitGatewayConnectPeerRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1459        "DeleteTransitGatewayConnectRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1460        "DeleteTransitGatewayMulticastDomainRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1461        "DeleteTransitGatewayPeeringAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1462        "DeleteTransitGatewayPrefixListReferenceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1463        "DeleteTransitGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1464        "DeleteTransitGatewayRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1465        "DeleteTransitGatewayRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1466        "DeleteTransitGatewayVpcAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1467        "DeleteVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1468        "DeleteVpcEndpointConnectionNotificationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1469        "DeleteVpcEndpointServiceConfigurationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1470        "DeleteVpcEndpointsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1471        "DeleteVpcPeeringConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1472        "DeleteVpcPeeringConnectionResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1473        "DeleteVpcRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1474        "DeleteVpnConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1475        "DeleteVpnGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1476        "DeprovisionByoipCidrRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1477        "DeregisterImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1478        "DeregisterInstanceEventNotificationAttributesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1479        "DeregisterInstanceTagAttributeRequest$IncludeAllTagsOfInstance": "<p>Indicates whether to deregister all tag keys in the current Region. Specify <code>false</code> to deregister all tag keys.</p>",
1480        "DeregisterTransitGatewayMulticastGroupMembersRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1481        "DeregisterTransitGatewayMulticastGroupSourcesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1482        "DescribeAccountAttributesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1483        "DescribeAddressesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1484        "DescribeAggregateIdFormatRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1485        "DescribeAggregateIdFormatResult$UseLongIdsAggregated": "<p>Indicates whether all resource types in the Region are configured to use longer IDs. This value is only <code>true</code> if all users are configured to use longer IDs for all resources types in the Region.</p>",
1486        "DescribeAvailabilityZonesRequest$AllAvailabilityZones": "<p>Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your opt-in status.</p> <p>If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.</p>",
1487        "DescribeAvailabilityZonesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1488        "DescribeBundleTasksRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1489        "DescribeByoipCidrsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1490        "DescribeCapacityReservationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1491        "DescribeCarrierGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1492        "DescribeClassicLinkInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1493        "DescribeClientVpnAuthorizationRulesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1494        "DescribeClientVpnConnectionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1495        "DescribeClientVpnEndpointsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1496        "DescribeClientVpnRoutesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1497        "DescribeClientVpnTargetNetworksRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1498        "DescribeCoipPoolsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1499        "DescribeConversionTasksRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1500        "DescribeCustomerGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1501        "DescribeDhcpOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1502        "DescribeEgressOnlyInternetGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1503        "DescribeElasticGpusRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1504        "DescribeExportImageTasksRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1505        "DescribeFastSnapshotRestoresRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1506        "DescribeFleetHistoryRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1507        "DescribeFleetInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1508        "DescribeFleetsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1509        "DescribeFlowLogsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1510        "DescribeFpgaImageAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1511        "DescribeFpgaImagesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1512        "DescribeImageAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1513        "DescribeImagesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1514        "DescribeImportImageTasksRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1515        "DescribeImportSnapshotTasksRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1516        "DescribeInstanceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1517        "DescribeInstanceCreditSpecificationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1518        "DescribeInstanceEventNotificationAttributesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1519        "DescribeInstanceStatusRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1520        "DescribeInstanceStatusRequest$IncludeAllInstances": "<p>When <code>true</code>, includes the health status for all instances. When <code>false</code>, includes the health status for running instances only.</p> <p>Default: <code>false</code> </p>",
1521        "DescribeInstanceTypeOfferingsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1522        "DescribeInstanceTypesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1523        "DescribeInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1524        "DescribeInternetGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1525        "DescribeIpv6PoolsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1526        "DescribeKeyPairsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1527        "DescribeLaunchTemplateVersionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1528        "DescribeLaunchTemplatesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1529        "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1530        "DescribeLocalGatewayRouteTableVpcAssociationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1531        "DescribeLocalGatewayRouteTablesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1532        "DescribeLocalGatewayVirtualInterfaceGroupsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1533        "DescribeLocalGatewayVirtualInterfacesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1534        "DescribeLocalGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1535        "DescribeManagedPrefixListsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1536        "DescribeMovingAddressesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1537        "DescribeNatGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1538        "DescribeNetworkAclsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1539        "DescribeNetworkInsightsAnalysesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1540        "DescribeNetworkInsightsPathsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1541        "DescribeNetworkInterfaceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1542        "DescribeNetworkInterfacesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1543        "DescribePlacementGroupsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1544        "DescribePrefixListsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1545        "DescribePrincipalIdFormatRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1546        "DescribeRegionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1547        "DescribeRegionsRequest$AllRegions": "<p>Indicates whether to display all Regions, including Regions that are disabled for your account.</p>",
1548        "DescribeReservedInstancesOfferingsRequest$IncludeMarketplace": "<p>Include Reserved Instance Marketplace offerings in the response.</p>",
1549        "DescribeReservedInstancesOfferingsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1550        "DescribeReservedInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1551        "DescribeRouteTablesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1552        "DescribeScheduledInstanceAvailabilityRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1553        "DescribeScheduledInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1554        "DescribeSecurityGroupReferencesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1555        "DescribeSecurityGroupsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1556        "DescribeSnapshotAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1557        "DescribeSnapshotsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1558        "DescribeSpotDatafeedSubscriptionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1559        "DescribeSpotFleetInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1560        "DescribeSpotFleetRequestHistoryRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1561        "DescribeSpotFleetRequestsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1562        "DescribeSpotInstanceRequestsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1563        "DescribeSpotPriceHistoryRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1564        "DescribeStaleSecurityGroupsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1565        "DescribeSubnetsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1566        "DescribeTagsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1567        "DescribeTrafficMirrorFiltersRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1568        "DescribeTrafficMirrorSessionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1569        "DescribeTrafficMirrorTargetsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1570        "DescribeTransitGatewayAttachmentsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1571        "DescribeTransitGatewayConnectPeersRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1572        "DescribeTransitGatewayConnectsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1573        "DescribeTransitGatewayMulticastDomainsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1574        "DescribeTransitGatewayPeeringAttachmentsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1575        "DescribeTransitGatewayRouteTablesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1576        "DescribeTransitGatewayVpcAttachmentsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1577        "DescribeTransitGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1578        "DescribeVolumeAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1579        "DescribeVolumeStatusRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1580        "DescribeVolumesModificationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1581        "DescribeVolumesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1582        "DescribeVpcAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1583        "DescribeVpcClassicLinkRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1584        "DescribeVpcEndpointConnectionNotificationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1585        "DescribeVpcEndpointConnectionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1586        "DescribeVpcEndpointServiceConfigurationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1587        "DescribeVpcEndpointServicePermissionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1588        "DescribeVpcEndpointServicesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1589        "DescribeVpcEndpointsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1590        "DescribeVpcPeeringConnectionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1591        "DescribeVpcsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1592        "DescribeVpnConnectionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1593        "DescribeVpnGatewaysRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1594        "DetachClassicLinkVpcRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1595        "DetachClassicLinkVpcResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1596        "DetachInternetGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1597        "DetachNetworkInterfaceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1598        "DetachNetworkInterfaceRequest$Force": "<p>Specifies whether to force a detachment.</p> <note> <ul> <li> <p>Use the <code>Force</code> parameter only as a last resort to detach a network interface from a failed instance. </p> </li> <li> <p>If you use the <code>Force</code> parameter to detach a network interface, you might not be able to attach a different network interface to the same index on the instance without first stopping and starting the instance.</p> </li> <li> <p>If you force the detachment of a network interface, the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html\">instance metadata</a> might not get updated. This means that the attributes associated with the detached network interface might still be visible. The instance metadata will get updated when you stop and start the instance.</p> </li> </ul> </note>",
1599        "DetachVolumeRequest$Force": "<p>Forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance won't have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures.</p>",
1600        "DetachVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1601        "DetachVpnGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1602        "DisableEbsEncryptionByDefaultRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1603        "DisableEbsEncryptionByDefaultResult$EbsEncryptionByDefault": "<p>The updated status of encryption by default.</p>",
1604        "DisableFastSnapshotRestoresRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1605        "DisableTransitGatewayRouteTablePropagationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1606        "DisableVgwRoutePropagationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1607        "DisableVpcClassicLinkDnsSupportResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1608        "DisableVpcClassicLinkRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1609        "DisableVpcClassicLinkResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1610        "DisassociateAddressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1611        "DisassociateClientVpnTargetNetworkRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1612        "DisassociateEnclaveCertificateIamRoleRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1613        "DisassociateEnclaveCertificateIamRoleResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1614        "DisassociateRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1615        "DisassociateTransitGatewayMulticastDomainRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1616        "DisassociateTransitGatewayRouteTableRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1617        "DnsServersOptionsModifyStructure$Enabled": "<p>Indicates whether DNS servers should be used. Specify <code>False</code> to delete the existing DNS servers.</p>",
1618        "EbsBlockDevice$DeleteOnTermination": "<p>Indicates whether the EBS volume is deleted on instance termination. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#preserving-volumes-on-termination\">Preserving Amazon EBS volumes on instance termination</a> in the <i>Amazon EC2 User Guide</i>.</p>",
1619        "EbsBlockDevice$Encrypted": "<p>Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot. The effect of setting the encryption state to <code>true</code> depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-parameters\">Amazon EBS encryption</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>In no case can you remove encryption from an encrypted volume.</p> <p>Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances\">Supported instance types</a>.</p> <p>This parameter is not returned by .</p>",
1620        "EbsInstanceBlockDevice$DeleteOnTermination": "<p>Indicates whether the volume is deleted on instance termination.</p>",
1621        "EbsInstanceBlockDeviceSpecification$DeleteOnTermination": "<p>Indicates whether the volume is deleted on instance termination.</p>",
1622        "EnableEbsEncryptionByDefaultRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1623        "EnableEbsEncryptionByDefaultResult$EbsEncryptionByDefault": "<p>The updated status of encryption by default.</p>",
1624        "EnableFastSnapshotRestoresRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1625        "EnableTransitGatewayRouteTablePropagationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1626        "EnableVgwRoutePropagationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1627        "EnableVolumeIORequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1628        "EnableVpcClassicLinkDnsSupportResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1629        "EnableVpcClassicLinkRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1630        "EnableVpcClassicLinkResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1631        "EnclaveOptions$Enabled": "<p>If this parameter is set to <code>true</code>, the instance is enabled for AWS Nitro Enclaves; otherwise, it is not enabled for AWS Nitro Enclaves.</p>",
1632        "EnclaveOptionsRequest$Enabled": "<p>To enable the instance for AWS Nitro Enclaves, set this parameter to <code>true</code>.</p>",
1633        "ExportClientVpnClientCertificateRevocationListRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1634        "ExportClientVpnClientConfigurationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1635        "ExportImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1636        "ExportTransitGatewayRoutesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1637        "FleetData$TerminateInstancesWithExpiration": "<p>Indicates whether running instances should be terminated when the EC2 Fleet expires. </p>",
1638        "FleetData$ReplaceUnhealthyInstances": "<p>Indicates whether EC2 Fleet should replace unhealthy instances.</p>",
1639        "FpgaImage$Public": "<p>Indicates whether the AFI is public.</p>",
1640        "FpgaImage$DataRetentionSupport": "<p>Indicates whether data retention support is enabled for the AFI.</p>",
1641        "GetAssociatedEnclaveCertificateIamRolesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1642        "GetAssociatedIpv6PoolCidrsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1643        "GetCapacityReservationUsageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1644        "GetCoipPoolUsageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1645        "GetConsoleOutputRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1646        "GetConsoleOutputRequest$Latest": "<p>When enabled, retrieves the latest console output for the instance.</p> <p>Default: disabled (<code>false</code>)</p>",
1647        "GetConsoleScreenshotRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1648        "GetConsoleScreenshotRequest$WakeUp": "<p>When set to <code>true</code>, acts as keystroke input and wakes up an instance that's in standby or \"sleep\" mode.</p>",
1649        "GetDefaultCreditSpecificationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1650        "GetEbsDefaultKmsKeyIdRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1651        "GetEbsEncryptionByDefaultRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1652        "GetEbsEncryptionByDefaultResult$EbsEncryptionByDefault": "<p>Indicates whether encryption by default is enabled.</p>",
1653        "GetGroupsForCapacityReservationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1654        "GetLaunchTemplateDataRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1655        "GetManagedPrefixListAssociationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1656        "GetManagedPrefixListEntriesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1657        "GetPasswordDataRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1658        "GetReservedInstancesExchangeQuoteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1659        "GetReservedInstancesExchangeQuoteResult$IsValidExchange": "<p>If <code>true</code>, the exchange is valid. If <code>false</code>, the exchange cannot be completed.</p>",
1660        "GetTransitGatewayAttachmentPropagationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1661        "GetTransitGatewayMulticastDomainAssociationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1662        "GetTransitGatewayPrefixListReferencesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1663        "GetTransitGatewayRouteTableAssociationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1664        "GetTransitGatewayRouteTablePropagationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1665        "HibernationOptions$Configured": "<p>If this parameter is set to <code>true</code>, your instance is enabled for hibernation; otherwise, it is not enabled for hibernation.</p>",
1666        "HibernationOptionsRequest$Configured": "<p>If you set this parameter to <code>true</code>, your instance is enabled for hibernation.</p> <p>Default: <code>false</code> </p>",
1667        "Host$MemberOfServiceLinkedResourceGroup": "<p>Indicates whether the Dedicated Host is in a host resource group. If <b>memberOfServiceLinkedResourceGroup</b> is <code>true</code>, the host is in a host resource group; otherwise, it is not.</p>",
1668        "IdFormat$UseLongIds": "<p>Indicates whether longer IDs (17-character IDs) are enabled for the resource.</p>",
1669        "Image$Public": "<p>Indicates whether the image has public launch permissions. The value is <code>true</code> if this image has public launch permissions or <code>false</code> if it has only implicit and explicit launch permissions.</p>",
1670        "Image$EnaSupport": "<p>Specifies whether enhanced networking with ENA is enabled.</p>",
1671        "ImportClientVpnClientCertificateRevocationListRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1672        "ImportClientVpnClientCertificateRevocationListResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1673        "ImportImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1674        "ImportImageRequest$Encrypted": "<p>Specifies whether the destination AMI of the imported image should be encrypted. The default CMK for EBS is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK using <code>KmsKeyId</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
1675        "ImportImageResult$Encrypted": "<p>Indicates whether the AMI is encrypted.</p>",
1676        "ImportImageTask$Encrypted": "<p>Indicates whether the image is encrypted.</p>",
1677        "ImportInstanceLaunchSpecification$Monitoring": "<p>Indicates whether monitoring is enabled.</p>",
1678        "ImportInstanceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1679        "ImportKeyPairRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1680        "ImportSnapshotRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1681        "ImportSnapshotRequest$Encrypted": "<p>Specifies whether the destination snapshot of the imported image should be encrypted. The default CMK for EBS is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK using <code>KmsKeyId</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
1682        "ImportVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1683        "Instance$EbsOptimized": "<p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p>",
1684        "Instance$EnaSupport": "<p>Specifies whether enhanced networking with ENA is enabled.</p>",
1685        "Instance$SourceDestCheck": "<p>Specifies whether to enable an instance launched in a VPC to perform NAT. This controls whether source/destination checking is enabled on the instance. A value of <code>true</code> means that checking is enabled, and <code>false</code> means that checking is disabled. The value must be <code>false</code> for the instance to perform NAT. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html\">NAT instances</a> in the <i>Amazon VPC User Guide</i>.</p>",
1686        "InstanceNetworkInterface$SourceDestCheck": "<p>Indicates whether to validate network traffic to or from this network interface.</p>",
1687        "InstanceNetworkInterfaceAttachment$DeleteOnTermination": "<p>Indicates whether the network interface is deleted when the instance is terminated.</p>",
1688        "InstanceNetworkInterfaceSpecification$AssociatePublicIpAddress": "<p>Indicates whether to assign a public IPv4 address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is <code>true</code>.</p>",
1689        "InstanceNetworkInterfaceSpecification$DeleteOnTermination": "<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>",
1690        "InstanceNetworkInterfaceSpecification$AssociateCarrierIpAddress": "<p>Indicates whether to assign a carrier IP address to the network interface.</p> <p>You can only assign a carrier IP address to a network interface that is in a subnet in a Wavelength Zone. For more information about carrier IP addresses, see Carrier IP addresses in the AWS Wavelength Developer Guide.</p>",
1691        "InstancePrivateIpAddress$Primary": "<p>Indicates whether this IPv4 address is the primary private IP address of the network interface.</p>",
1692        "InstanceSpecification$ExcludeBootVolume": "<p>Excludes the root volume from being snapshotted.</p>",
1693        "InstanceTagNotificationAttribute$IncludeAllTagsOfInstance": "<p>Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. <code>true</code> indicates that all tag keys in the current Region are registered.</p>",
1694        "LaunchSpecification$EbsOptimized": "<p>Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p> <p>Default: <code>false</code> </p>",
1695        "LaunchTemplateEbsBlockDevice$Encrypted": "<p>Indicates whether the EBS volume is encrypted.</p>",
1696        "LaunchTemplateEbsBlockDevice$DeleteOnTermination": "<p>Indicates whether the EBS volume is deleted on instance termination.</p>",
1697        "LaunchTemplateEbsBlockDeviceRequest$Encrypted": "<p>Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value.</p>",
1698        "LaunchTemplateEbsBlockDeviceRequest$DeleteOnTermination": "<p>Indicates whether the EBS volume is deleted on instance termination.</p>",
1699        "LaunchTemplateEnclaveOptions$Enabled": "<p>If this parameter is set to <code>true</code>, the instance is enabled for AWS Nitro Enclaves; otherwise, it is not enabled for AWS Nitro Enclaves.</p>",
1700        "LaunchTemplateEnclaveOptionsRequest$Enabled": "<p>To enable the instance for AWS Nitro Enclaves, set this parameter to <code>true</code>.</p>",
1701        "LaunchTemplateHibernationOptions$Configured": "<p>If this parameter is set to <code>true</code>, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.</p>",
1702        "LaunchTemplateHibernationOptionsRequest$Configured": "<p>If you set this parameter to <code>true</code>, the instance is enabled for hibernation.</p> <p>Default: <code>false</code> </p>",
1703        "LaunchTemplateInstanceNetworkInterfaceSpecification$AssociateCarrierIpAddress": "<p>Indicates whether to associate a Carrier IP address with eth0 for a new network interface.</p> <p>Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see <a href=\"https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip\">Carrier IP addresses</a> in the <i>AWS Wavelength Developer Guide</i>.</p>",
1704        "LaunchTemplateInstanceNetworkInterfaceSpecification$AssociatePublicIpAddress": "<p>Indicates whether to associate a public IPv4 address with eth0 for a new network interface.</p>",
1705        "LaunchTemplateInstanceNetworkInterfaceSpecification$DeleteOnTermination": "<p>Indicates whether the network interface is deleted when the instance is terminated.</p>",
1706        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$AssociateCarrierIpAddress": "<p>Associates a Carrier IP address with eth0 for a new network interface.</p> <p>Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see <a href=\"https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip\">Carrier IP addresses</a> in the <i>AWS Wavelength Developer Guide</i>.</p>",
1707        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$AssociatePublicIpAddress": "<p>Associates a public IPv4 address with eth0 for a new network interface.</p>",
1708        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$DeleteOnTermination": "<p>Indicates whether the network interface is deleted when the instance is terminated.</p>",
1709        "LaunchTemplateVersion$DefaultVersion": "<p>Indicates whether the version is the default version.</p>",
1710        "LaunchTemplatesMonitoring$Enabled": "<p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.</p>",
1711        "LaunchTemplatesMonitoringRequest$Enabled": "<p>Specify <code>true</code> to enable detailed monitoring. Otherwise, basic monitoring is enabled.</p>",
1712        "ModifyAvailabilityZoneGroupRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1713        "ModifyAvailabilityZoneGroupResult$Return": "<p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>",
1714        "ModifyCapacityReservationRequest$Accept": "<p>Reserved. Capacity Reservations you have created are accepted by default.</p>",
1715        "ModifyCapacityReservationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1716        "ModifyCapacityReservationResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1717        "ModifyClientVpnEndpointRequest$SplitTunnel": "<p>Indicates whether the VPN is split-tunnel.</p> <p>For information about split-tunnel VPN endpoints, see <a href=\"https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html\">Split-Tunnel AWS Client VPN Endpoint</a> in the <i>AWS Client VPN Administrator Guide</i>.</p>",
1718        "ModifyClientVpnEndpointRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1719        "ModifyClientVpnEndpointResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1720        "ModifyDefaultCreditSpecificationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1721        "ModifyEbsDefaultKmsKeyIdRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1722        "ModifyFleetRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1723        "ModifyFleetResult$Return": "<p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>",
1724        "ModifyFpgaImageAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1725        "ModifyIdFormatRequest$UseLongIds": "<p>Indicate whether the resource should use longer IDs (17-character IDs).</p>",
1726        "ModifyIdentityIdFormatRequest$UseLongIds": "<p>Indicates whether the resource should use longer IDs (17-character IDs)</p>",
1727        "ModifyImageAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1728        "ModifyInstanceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1729        "ModifyInstanceCapacityReservationAttributesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1730        "ModifyInstanceCapacityReservationAttributesResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1731        "ModifyInstanceCreditSpecificationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1732        "ModifyInstanceEventStartTimeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1733        "ModifyInstanceMetadataOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1734        "ModifyInstancePlacementResult$Return": "<p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>",
1735        "ModifyLaunchTemplateRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1736        "ModifyManagedPrefixListRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1737        "ModifyNetworkInterfaceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1738        "ModifySnapshotAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1739        "ModifySpotFleetRequestResponse$Return": "<p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>",
1740        "ModifyTrafficMirrorFilterNetworkServicesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1741        "ModifyTrafficMirrorFilterRuleRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1742        "ModifyTrafficMirrorSessionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1743        "ModifyTransitGatewayPrefixListReferenceRequest$Blackhole": "<p>Indicates whether to drop traffic that matches this route.</p>",
1744        "ModifyTransitGatewayPrefixListReferenceRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1745        "ModifyTransitGatewayRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1746        "ModifyTransitGatewayVpcAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1747        "ModifyVolumeAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1748        "ModifyVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1749        "ModifyVolumeRequest$MultiAttachEnabled": "<p>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\"> Nitro-based instances</a> in the same Availability Zone. This parameter is supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
1750        "ModifyVpcEndpointConnectionNotificationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1751        "ModifyVpcEndpointConnectionNotificationResult$ReturnValue": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1752        "ModifyVpcEndpointRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1753        "ModifyVpcEndpointRequest$ResetPolicy": "<p>(Gateway endpoint) Specify <code>true</code> to reset the policy document to the default policy. The default policy allows full access to the service.</p>",
1754        "ModifyVpcEndpointRequest$PrivateDnsEnabled": "<p>(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.</p>",
1755        "ModifyVpcEndpointResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1756        "ModifyVpcEndpointServiceConfigurationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1757        "ModifyVpcEndpointServiceConfigurationRequest$RemovePrivateDnsName": "<p>(Interface endpoint configuration) Removes the private DNS name of the endpoint service.</p>",
1758        "ModifyVpcEndpointServiceConfigurationRequest$AcceptanceRequired": "<p>Indicates whether requests to create an endpoint to your service must be accepted.</p>",
1759        "ModifyVpcEndpointServiceConfigurationResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1760        "ModifyVpcEndpointServicePermissionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1761        "ModifyVpcEndpointServicePermissionsResult$ReturnValue": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1762        "ModifyVpcPeeringConnectionOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1763        "ModifyVpcTenancyRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1764        "ModifyVpcTenancyResult$ReturnValue": "<p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>",
1765        "ModifyVpnConnectionOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1766        "ModifyVpnConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1767        "ModifyVpnTunnelCertificateRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1768        "ModifyVpnTunnelOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1769        "MonitorInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1770        "MoveAddressToVpcRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1771        "NetworkAcl$IsDefault": "<p>Indicates whether this is the default network ACL for the VPC.</p>",
1772        "NetworkAclEntry$Egress": "<p>Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).</p>",
1773        "NetworkInsightsAnalysis$NetworkPathFound": "<p>Indicates whether the destination is reachable from the source.</p>",
1774        "NetworkInterface$RequesterManaged": "<p>Indicates whether the network interface is being managed by AWS.</p>",
1775        "NetworkInterface$SourceDestCheck": "<p>Indicates whether traffic to or from the instance is validated.</p>",
1776        "NetworkInterfaceAttachment$DeleteOnTermination": "<p>Indicates whether the network interface is deleted when the instance is terminated.</p>",
1777        "NetworkInterfaceAttachmentChanges$DeleteOnTermination": "<p>Indicates whether the network interface is deleted when the instance is terminated.</p>",
1778        "NetworkInterfacePrivateIpAddress$Primary": "<p>Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.</p>",
1779        "OnDemandOptions$SingleInstanceType": "<p>Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet. Supported only for fleets of type <code>instant</code>.</p>",
1780        "OnDemandOptions$SingleAvailabilityZone": "<p>Indicates that the fleet launches all On-Demand Instances into a single Availability Zone. Supported only for fleets of type <code>instant</code>.</p>",
1781        "OnDemandOptionsRequest$SingleInstanceType": "<p>Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet. Supported only for fleets of type <code>instant</code>.</p>",
1782        "OnDemandOptionsRequest$SingleAvailabilityZone": "<p>Indicates that the fleet launches all On-Demand Instances into a single Availability Zone. Supported only for fleets of type <code>instant</code>.</p>",
1783        "PeeringConnectionOptions$AllowDnsResolutionFromRemoteVpc": "<p>If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when queried from instances in the peer VPC.</p>",
1784        "PeeringConnectionOptions$AllowEgressFromLocalClassicLinkToRemoteVpc": "<p>If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using ClassicLink to instances in a peer VPC.</p>",
1785        "PeeringConnectionOptions$AllowEgressFromLocalVpcToRemoteClassicLink": "<p>If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC using ClassicLink.</p>",
1786        "PeeringConnectionOptionsRequest$AllowDnsResolutionFromRemoteVpc": "<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>",
1787        "PeeringConnectionOptionsRequest$AllowEgressFromLocalClassicLinkToRemoteVpc": "<p>If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using ClassicLink to instances in a peer VPC.</p>",
1788        "PeeringConnectionOptionsRequest$AllowEgressFromLocalVpcToRemoteClassicLink": "<p>If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC using ClassicLink.</p>",
1789        "PriceSchedule$Active": "<p>The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.</p> <p>A specific price schedule is always in effect, but only one price schedule can be active at any time. Take, for example, a Reserved Instance listing that has five months remaining in its term. When you specify price schedules for five months and two months, this means that schedule 1, covering the first three months of the remaining term, will be active during months 5, 4, and 3. Then schedule 2, covering the last two months of the term, will be active for months 2 and 1.</p>",
1790        "PrivateIpAddressSpecification$Primary": "<p>Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.</p>",
1791        "ProvisionByoipCidrRequest$PubliclyAdvertisable": "<p>(IPv6 only) Indicate whether the address range will be publicly advertised to the internet.</p> <p>Default: true</p>",
1792        "ProvisionByoipCidrRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1793        "PurchaseReservedInstancesOfferingRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1794        "PurchaseScheduledInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1795        "RebootInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1796        "RegisterImageRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1797        "RegisterImageRequest$EnaSupport": "<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>",
1798        "RegisterInstanceEventNotificationAttributesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1799        "RegisterInstanceTagAttributeRequest$IncludeAllTagsOfInstance": "<p>Indicates whether to register all tag keys in the current Region. Specify <code>true</code> to register all tag keys.</p>",
1800        "RegisterTransitGatewayMulticastGroupMembersRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1801        "RegisterTransitGatewayMulticastGroupSourcesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1802        "RejectTransitGatewayMulticastDomainAssociationsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1803        "RejectTransitGatewayPeeringAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1804        "RejectTransitGatewayVpcAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1805        "RejectVpcEndpointConnectionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1806        "RejectVpcPeeringConnectionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1807        "RejectVpcPeeringConnectionResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1808        "ReleaseAddressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1809        "ReplaceNetworkAclAssociationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1810        "ReplaceNetworkAclEntryRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1811        "ReplaceNetworkAclEntryRequest$Egress": "<p>Indicates whether to replace the egress rule.</p> <p>Default: If no value is specified, we replace the ingress rule.</p>",
1812        "ReplaceRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1813        "ReplaceRouteRequest$LocalTarget": "<p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>",
1814        "ReplaceRouteTableAssociationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1815        "ReplaceTransitGatewayRouteRequest$Blackhole": "<p>Indicates whether traffic matching this route is to be dropped.</p>",
1816        "ReplaceTransitGatewayRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1817        "ReportInstanceStatusRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1818        "RequestLaunchTemplateData$EbsOptimized": "<p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.</p>",
1819        "RequestLaunchTemplateData$DisableApiTermination": "<p>If you set this parameter to <code>true</code>, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html\">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>",
1820        "RequestSpotFleetRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1821        "RequestSpotInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1822        "RequestSpotLaunchSpecification$EbsOptimized": "<p>Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p> <p>Default: <code>false</code> </p>",
1823        "ReservedInstancesOffering$Marketplace": "<p>Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS. If it's a Reserved Instance Marketplace offering, this is <code>true</code>.</p>",
1824        "ResetEbsDefaultKmsKeyIdRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1825        "ResetFpgaImageAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1826        "ResetFpgaImageAttributeResult$Return": "<p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>",
1827        "ResetImageAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1828        "ResetInstanceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1829        "ResetNetworkInterfaceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1830        "ResetSnapshotAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1831        "ResponseLaunchTemplateData$EbsOptimized": "<p>Indicates whether the instance is optimized for Amazon EBS I/O. </p>",
1832        "ResponseLaunchTemplateData$DisableApiTermination": "<p>If set to <code>true</code>, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API.</p>",
1833        "RestoreAddressToClassicRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1834        "RestoreManagedPrefixListVersionRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1835        "RevokeClientVpnIngressRequest$RevokeAllGroups": "<p>Indicates whether access should be revoked for all clients.</p>",
1836        "RevokeClientVpnIngressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1837        "RevokeSecurityGroupEgressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1838        "RevokeSecurityGroupEgressResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>",
1839        "RevokeSecurityGroupIngressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1840        "RevokeSecurityGroupIngressResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>",
1841        "RouteTableAssociation$Main": "<p>Indicates whether this is the main route table.</p>",
1842        "RunInstancesMonitoringEnabled$Enabled": "<p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.</p>",
1843        "RunInstancesRequest$DisableApiTermination": "<p>If you set this parameter to <code>true</code>, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html\">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>",
1844        "RunInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1845        "RunInstancesRequest$EbsOptimized": "<p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.</p> <p>Default: <code>false</code> </p>",
1846        "RunScheduledInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1847        "ScheduledInstanceRecurrence$OccurrenceRelativeToEnd": "<p>Indicates whether the occurrence is relative to the end of the specified week or month.</p>",
1848        "ScheduledInstanceRecurrenceRequest$OccurrenceRelativeToEnd": "<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>",
1849        "ScheduledInstancesEbs$DeleteOnTermination": "<p>Indicates whether the volume is deleted on instance termination.</p>",
1850        "ScheduledInstancesEbs$Encrypted": "<p>Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that support them.</p>",
1851        "ScheduledInstancesLaunchSpecification$EbsOptimized": "<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>",
1852        "ScheduledInstancesMonitoring$Enabled": "<p>Indicates whether monitoring is enabled.</p>",
1853        "ScheduledInstancesNetworkInterface$AssociatePublicIpAddress": "<p>Indicates whether to assign a public IPv4 address to instances launched in a VPC. The public IPv4 address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is <code>true</code>.</p>",
1854        "ScheduledInstancesNetworkInterface$DeleteOnTermination": "<p>Indicates whether to delete the interface when the instance is terminated.</p>",
1855        "ScheduledInstancesPrivateIpAddressConfig$Primary": "<p>Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.</p>",
1856        "SearchLocalGatewayRoutesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1857        "SearchTransitGatewayMulticastGroupsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1858        "SearchTransitGatewayRoutesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1859        "SearchTransitGatewayRoutesResult$AdditionalRoutesAvailable": "<p>Indicates whether there are additional routes available.</p>",
1860        "SendDiagnosticInterruptRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1861        "ServiceConfiguration$AcceptanceRequired": "<p>Indicates whether requests from other AWS accounts to create an endpoint to the service must first be accepted.</p>",
1862        "ServiceConfiguration$ManagesVpcEndpoints": "<p>Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.</p>",
1863        "ServiceDetail$VpcEndpointPolicySupported": "<p>Indicates whether the service supports endpoint policies.</p>",
1864        "ServiceDetail$AcceptanceRequired": "<p>Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.</p>",
1865        "ServiceDetail$ManagesVpcEndpoints": "<p>Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.</p>",
1866        "Snapshot$Encrypted": "<p>Indicates whether the snapshot is encrypted.</p>",
1867        "SnapshotInfo$Encrypted": "<p>Indicates whether the snapshot is encrypted.</p>",
1868        "SnapshotTaskDetail$Encrypted": "<p>Indicates whether the snapshot is encrypted.</p>",
1869        "SpotFleetLaunchSpecification$EbsOptimized": "<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>",
1870        "SpotFleetMonitoring$Enabled": "<p>Enables monitoring for the instance.</p> <p>Default: <code>false</code> </p>",
1871        "SpotFleetRequestConfigData$TerminateInstancesWithExpiration": "<p>Indicates whether running Spot Instances are terminated when the Spot Fleet request expires.</p>",
1872        "SpotFleetRequestConfigData$ReplaceUnhealthyInstances": "<p>Indicates whether Spot Fleet should replace unhealthy instances.</p>",
1873        "SpotOptions$SingleInstanceType": "<p>Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet. Supported only for fleets of type <code>instant</code>.</p>",
1874        "SpotOptions$SingleAvailabilityZone": "<p>Indicates that the fleet launches all Spot Instances into a single Availability Zone. Supported only for fleets of type <code>instant</code>.</p>",
1875        "SpotOptionsRequest$SingleInstanceType": "<p>Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet. Supported only for fleets of type <code>instant</code>.</p>",
1876        "SpotOptionsRequest$SingleAvailabilityZone": "<p>Indicates that the fleet launches all Spot Instances into a single Availability Zone. Supported only for fleets of type <code>instant</code>.</p>",
1877        "StartInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1878        "StartNetworkInsightsAnalysisRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1879        "StartVpcEndpointServicePrivateDnsVerificationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1880        "StartVpcEndpointServicePrivateDnsVerificationResult$ReturnValue": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
1881        "StopInstancesRequest$Hibernate": "<p>Hibernates the instance if the instance was enabled for hibernation at launch. If the instance cannot hibernate successfully, a normal shutdown occurs. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the <i>Amazon EC2 User Guide</i>.</p> <p> Default: <code>false</code> </p>",
1882        "StopInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1883        "StopInstancesRequest$Force": "<p>Forces the instances to stop. The instances do not have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. This option is not recommended for Windows instances.</p> <p>Default: <code>false</code> </p>",
1884        "Subnet$DefaultForAz": "<p>Indicates whether this is the default subnet for the Availability Zone.</p>",
1885        "Subnet$MapPublicIpOnLaunch": "<p>Indicates whether instances launched in this subnet receive a public IPv4 address.</p>",
1886        "Subnet$MapCustomerOwnedIpOnLaunch": "<p>Indicates whether a network interface created in this subnet (including a network interface created by <a>RunInstances</a>) receives a customer-owned IPv4 address.</p>",
1887        "Subnet$AssignIpv6AddressOnCreation": "<p>Indicates whether a network interface created in this subnet (including a network interface created by <a>RunInstances</a>) receives an IPv6 address.</p>",
1888        "TerminateClientVpnConnectionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1889        "TerminateInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1890        "TransitGatewayMulticastGroup$GroupMember": "<p>Indicates that the resource is a transit gateway multicast group member.</p>",
1891        "TransitGatewayMulticastGroup$GroupSource": "<p>Indicates that the resource is a transit gateway multicast group member.</p>",
1892        "TransitGatewayPrefixListReference$Blackhole": "<p>Indicates whether traffic that matches this route is dropped.</p>",
1893        "TransitGatewayRouteTable$DefaultAssociationRouteTable": "<p>Indicates whether this is the default association route table for the transit gateway.</p>",
1894        "TransitGatewayRouteTable$DefaultPropagationRouteTable": "<p>Indicates whether this is the default propagation route table for the transit gateway.</p>",
1895        "UnmonitorInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1896        "UpdateSecurityGroupRuleDescriptionsEgressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1897        "UpdateSecurityGroupRuleDescriptionsEgressResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>",
1898        "UpdateSecurityGroupRuleDescriptionsIngressRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1899        "UpdateSecurityGroupRuleDescriptionsIngressResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>",
1900        "Volume$Encrypted": "<p>Indicates whether the volume is encrypted.</p>",
1901        "Volume$FastRestored": "<p>Indicates whether the volume was created using fast snapshot restore.</p>",
1902        "Volume$MultiAttachEnabled": "<p>Indicates whether Amazon EBS Multi-Attach is enabled.</p>",
1903        "VolumeAttachment$DeleteOnTermination": "<p>Indicates whether the EBS volume is deleted on instance termination.</p>",
1904        "VolumeModification$TargetMultiAttachEnabled": "<p>The target setting for Amazon EBS Multi-Attach.</p>",
1905        "VolumeModification$OriginalMultiAttachEnabled": "<p>The original setting for Amazon EBS Multi-Attach.</p>",
1906        "Vpc$IsDefault": "<p>Indicates whether the VPC is the default VPC.</p>",
1907        "VpcClassicLink$ClassicLinkEnabled": "<p>Indicates whether the VPC is enabled for ClassicLink.</p>",
1908        "VpcEndpoint$PrivateDnsEnabled": "<p>(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.</p>",
1909        "VpcEndpoint$RequesterManaged": "<p>Indicates whether the VPC endpoint is being managed by its service.</p>",
1910        "VpcPeeringConnectionOptionsDescription$AllowDnsResolutionFromRemoteVpc": "<p>Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.</p>",
1911        "VpcPeeringConnectionOptionsDescription$AllowEgressFromLocalClassicLinkToRemoteVpc": "<p>Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.</p>",
1912        "VpcPeeringConnectionOptionsDescription$AllowEgressFromLocalVpcToRemoteClassicLink": "<p>Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.</p>",
1913        "VpnConnectionOptions$EnableAcceleration": "<p>Indicates whether acceleration is enabled for the VPN connection.</p>",
1914        "VpnConnectionOptions$StaticRoutesOnly": "<p>Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.</p>",
1915        "VpnConnectionOptionsSpecification$EnableAcceleration": "<p>Indicate whether to enable acceleration for the VPN connection.</p> <p>Default: <code>false</code> </p>",
1916        "VpnConnectionOptionsSpecification$StaticRoutesOnly": "<p>Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify <code>true</code>. Use <a>CreateVpnConnectionRoute</a> to create a static route.</p> <p>Default: <code>false</code> </p>",
1917        "WithdrawByoipCidrRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
1918      }
1919    },
1920    "BundleId": {
1921      "base": null,
1922      "refs": {
1923        "BundleIdStringList$member": null,
1924        "CancelBundleTaskRequest$BundleId": "<p>The ID of the bundle task.</p>"
1925      }
1926    },
1927    "BundleIdStringList": {
1928      "base": null,
1929      "refs": {
1930        "DescribeBundleTasksRequest$BundleIds": "<p>The bundle task IDs.</p> <p>Default: Describes all your bundle tasks.</p>"
1931      }
1932    },
1933    "BundleInstanceRequest": {
1934      "base": "<p>Contains the parameters for BundleInstance.</p>",
1935      "refs": {
1936      }
1937    },
1938    "BundleInstanceResult": {
1939      "base": "<p>Contains the output of BundleInstance.</p>",
1940      "refs": {
1941      }
1942    },
1943    "BundleTask": {
1944      "base": "<p>Describes a bundle task.</p>",
1945      "refs": {
1946        "BundleInstanceResult$BundleTask": "<p>Information about the bundle task.</p>",
1947        "BundleTaskList$member": null,
1948        "CancelBundleTaskResult$BundleTask": "<p>Information about the bundle task.</p>"
1949      }
1950    },
1951    "BundleTaskError": {
1952      "base": "<p>Describes an error for <a>BundleInstance</a>.</p>",
1953      "refs": {
1954        "BundleTask$BundleTaskError": "<p>If the task fails, a description of the error.</p>"
1955      }
1956    },
1957    "BundleTaskList": {
1958      "base": null,
1959      "refs": {
1960        "DescribeBundleTasksResult$BundleTasks": "<p>Information about the bundle tasks.</p>"
1961      }
1962    },
1963    "BundleTaskState": {
1964      "base": null,
1965      "refs": {
1966        "BundleTask$State": "<p>The state of the task.</p>"
1967      }
1968    },
1969    "BurstablePerformanceFlag": {
1970      "base": null,
1971      "refs": {
1972        "InstanceTypeInfo$BurstablePerformanceSupported": "<p>Indicates whether the instance type is a burstable performance instance type.</p>"
1973      }
1974    },
1975    "ByoipCidr": {
1976      "base": "<p>Information about an address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP).</p>",
1977      "refs": {
1978        "AdvertiseByoipCidrResult$ByoipCidr": "<p>Information about the address range.</p>",
1979        "ByoipCidrSet$member": null,
1980        "DeprovisionByoipCidrResult$ByoipCidr": "<p>Information about the address range.</p>",
1981        "ProvisionByoipCidrResult$ByoipCidr": "<p>Information about the address range.</p>",
1982        "WithdrawByoipCidrResult$ByoipCidr": "<p>Information about the address pool.</p>"
1983      }
1984    },
1985    "ByoipCidrSet": {
1986      "base": null,
1987      "refs": {
1988        "DescribeByoipCidrsResult$ByoipCidrs": "<p>Information about your address ranges.</p>"
1989      }
1990    },
1991    "ByoipCidrState": {
1992      "base": null,
1993      "refs": {
1994        "ByoipCidr$State": "<p>The state of the address pool.</p>"
1995      }
1996    },
1997    "CancelBatchErrorCode": {
1998      "base": null,
1999      "refs": {
2000        "CancelSpotFleetRequestsError$Code": "<p>The error code.</p>"
2001      }
2002    },
2003    "CancelBundleTaskRequest": {
2004      "base": "<p>Contains the parameters for CancelBundleTask.</p>",
2005      "refs": {
2006      }
2007    },
2008    "CancelBundleTaskResult": {
2009      "base": "<p>Contains the output of CancelBundleTask.</p>",
2010      "refs": {
2011      }
2012    },
2013    "CancelCapacityReservationRequest": {
2014      "base": null,
2015      "refs": {
2016      }
2017    },
2018    "CancelCapacityReservationResult": {
2019      "base": null,
2020      "refs": {
2021      }
2022    },
2023    "CancelConversionRequest": {
2024      "base": null,
2025      "refs": {
2026      }
2027    },
2028    "CancelExportTaskRequest": {
2029      "base": null,
2030      "refs": {
2031      }
2032    },
2033    "CancelImportTaskRequest": {
2034      "base": null,
2035      "refs": {
2036      }
2037    },
2038    "CancelImportTaskResult": {
2039      "base": null,
2040      "refs": {
2041      }
2042    },
2043    "CancelReservedInstancesListingRequest": {
2044      "base": "<p>Contains the parameters for CancelReservedInstancesListing.</p>",
2045      "refs": {
2046      }
2047    },
2048    "CancelReservedInstancesListingResult": {
2049      "base": "<p>Contains the output of CancelReservedInstancesListing.</p>",
2050      "refs": {
2051      }
2052    },
2053    "CancelSpotFleetRequestsError": {
2054      "base": "<p>Describes a Spot Fleet error.</p>",
2055      "refs": {
2056        "CancelSpotFleetRequestsErrorItem$Error": "<p>The error.</p>"
2057      }
2058    },
2059    "CancelSpotFleetRequestsErrorItem": {
2060      "base": "<p>Describes a Spot Fleet request that was not successfully canceled.</p>",
2061      "refs": {
2062        "CancelSpotFleetRequestsErrorSet$member": null
2063      }
2064    },
2065    "CancelSpotFleetRequestsErrorSet": {
2066      "base": null,
2067      "refs": {
2068        "CancelSpotFleetRequestsResponse$UnsuccessfulFleetRequests": "<p>Information about the Spot Fleet requests that are not successfully canceled.</p>"
2069      }
2070    },
2071    "CancelSpotFleetRequestsRequest": {
2072      "base": "<p>Contains the parameters for CancelSpotFleetRequests.</p>",
2073      "refs": {
2074      }
2075    },
2076    "CancelSpotFleetRequestsResponse": {
2077      "base": "<p>Contains the output of CancelSpotFleetRequests.</p>",
2078      "refs": {
2079      }
2080    },
2081    "CancelSpotFleetRequestsSuccessItem": {
2082      "base": "<p>Describes a Spot Fleet request that was successfully canceled.</p>",
2083      "refs": {
2084        "CancelSpotFleetRequestsSuccessSet$member": null
2085      }
2086    },
2087    "CancelSpotFleetRequestsSuccessSet": {
2088      "base": null,
2089      "refs": {
2090        "CancelSpotFleetRequestsResponse$SuccessfulFleetRequests": "<p>Information about the Spot Fleet requests that are successfully canceled.</p>"
2091      }
2092    },
2093    "CancelSpotInstanceRequestState": {
2094      "base": null,
2095      "refs": {
2096        "CancelledSpotInstanceRequest$State": "<p>The state of the Spot Instance request.</p>"
2097      }
2098    },
2099    "CancelSpotInstanceRequestsRequest": {
2100      "base": "<p>Contains the parameters for CancelSpotInstanceRequests.</p>",
2101      "refs": {
2102      }
2103    },
2104    "CancelSpotInstanceRequestsResult": {
2105      "base": "<p>Contains the output of CancelSpotInstanceRequests.</p>",
2106      "refs": {
2107      }
2108    },
2109    "CancelledSpotInstanceRequest": {
2110      "base": "<p>Describes a request to cancel a Spot Instance.</p>",
2111      "refs": {
2112        "CancelledSpotInstanceRequestList$member": null
2113      }
2114    },
2115    "CancelledSpotInstanceRequestList": {
2116      "base": null,
2117      "refs": {
2118        "CancelSpotInstanceRequestsResult$CancelledSpotInstanceRequests": "<p>One or more Spot Instance requests.</p>"
2119      }
2120    },
2121    "CapacityReservation": {
2122      "base": "<p>Describes a Capacity Reservation.</p>",
2123      "refs": {
2124        "CapacityReservationSet$member": null,
2125        "CreateCapacityReservationResult$CapacityReservation": "<p>Information about the Capacity Reservation.</p>"
2126      }
2127    },
2128    "CapacityReservationGroup": {
2129      "base": "<p>Describes a resource group to which a Capacity Reservation has been added.</p>",
2130      "refs": {
2131        "CapacityReservationGroupSet$member": null
2132      }
2133    },
2134    "CapacityReservationGroupSet": {
2135      "base": null,
2136      "refs": {
2137        "GetGroupsForCapacityReservationResult$CapacityReservationGroups": "<p>Information about the resource groups to which the Capacity Reservation has been added.</p>"
2138      }
2139    },
2140    "CapacityReservationId": {
2141      "base": null,
2142      "refs": {
2143        "CancelCapacityReservationRequest$CapacityReservationId": "<p>The ID of the Capacity Reservation to be cancelled.</p>",
2144        "CapacityReservationIdSet$member": null,
2145        "CapacityReservationTarget$CapacityReservationId": "<p>The ID of the Capacity Reservation in which to run the instance.</p>",
2146        "GetCapacityReservationUsageRequest$CapacityReservationId": "<p>The ID of the Capacity Reservation.</p>",
2147        "GetGroupsForCapacityReservationRequest$CapacityReservationId": "<p>The ID of the Capacity Reservation.</p>",
2148        "ModifyCapacityReservationRequest$CapacityReservationId": "<p>The ID of the Capacity Reservation.</p>"
2149      }
2150    },
2151    "CapacityReservationIdSet": {
2152      "base": null,
2153      "refs": {
2154        "DescribeCapacityReservationsRequest$CapacityReservationIds": "<p>The ID of the Capacity Reservation.</p>"
2155      }
2156    },
2157    "CapacityReservationInstancePlatform": {
2158      "base": null,
2159      "refs": {
2160        "CapacityReservation$InstancePlatform": "<p>The type of operating system for which the Capacity Reservation reserves capacity.</p>",
2161        "CreateCapacityReservationRequest$InstancePlatform": "<p>The type of operating system for which to reserve capacity.</p>"
2162      }
2163    },
2164    "CapacityReservationOptions": {
2165      "base": "<p>Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.</p> <note> <p>This strategy can only be used if the EC2 Fleet is of type <code>instant</code>.</p> </note> <p>For more information about Capacity Reservations, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html\">On-Demand Capacity Reservations</a> in the <i>Amazon EC2 User Guide</i>. For examples of using Capacity Reservations in an EC2 Fleet, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-examples.html\">EC2 Fleet example configurations</a> in the <i>Amazon EC2 User Guide</i>.</p>",
2166      "refs": {
2167        "OnDemandOptions$CapacityReservationOptions": "<p>The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type <code>instant</code>.</p>"
2168      }
2169    },
2170    "CapacityReservationOptionsRequest": {
2171      "base": "<p>Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.</p> <note> <p>This strategy can only be used if the EC2 Fleet is of type <code>instant</code>.</p> </note> <p>For more information about Capacity Reservations, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html\">On-Demand Capacity Reservations</a> in the <i>Amazon EC2 User Guide</i>. For examples of using Capacity Reservations in an EC2 Fleet, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-examples.html\">EC2 Fleet example configurations</a> in the <i>Amazon EC2 User Guide</i>.</p>",
2172      "refs": {
2173        "OnDemandOptionsRequest$CapacityReservationOptions": "<p>The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type <code>instant</code>.</p>"
2174      }
2175    },
2176    "CapacityReservationPreference": {
2177      "base": null,
2178      "refs": {
2179        "CapacityReservationSpecification$CapacityReservationPreference": "<p>Indicates the instance's Capacity Reservation preferences. Possible preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run in any <code>open</code> Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).</p> </li> <li> <p> <code>none</code> - The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.</p> </li> </ul>",
2180        "CapacityReservationSpecificationResponse$CapacityReservationPreference": "<p>Describes the instance's Capacity Reservation preferences. Possible preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run in any <code>open</code> Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).</p> </li> <li> <p> <code>none</code> - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.</p> </li> </ul>",
2181        "LaunchTemplateCapacityReservationSpecificationRequest$CapacityReservationPreference": "<p>Indicates the instance's Capacity Reservation preferences. Possible preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run in any <code>open</code> Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).</p> </li> <li> <p> <code>none</code> - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.</p> </li> </ul>",
2182        "LaunchTemplateCapacityReservationSpecificationResponse$CapacityReservationPreference": "<p>Indicates the instance's Capacity Reservation preferences. Possible preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run in any <code>open</code> Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).</p> </li> <li> <p> <code>none</code> - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.</p> </li> </ul>"
2183      }
2184    },
2185    "CapacityReservationSet": {
2186      "base": null,
2187      "refs": {
2188        "DescribeCapacityReservationsResult$CapacityReservations": "<p>Information about the Capacity Reservations.</p>"
2189      }
2190    },
2191    "CapacityReservationSpecification": {
2192      "base": "<p>Describes an instance's Capacity Reservation targeting option. You can specify only one parameter at a time. If you specify <code>CapacityReservationPreference</code> and <code>CapacityReservationTarget</code>, the request fails.</p> <p>Use the <code>CapacityReservationPreference</code> parameter to configure the instance to run as an On-Demand Instance or to run in any <code>open</code> Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). Use the <code>CapacityReservationTarget</code> parameter to explicitly target a specific Capacity Reservation or a Capacity Reservation group.</p>",
2193      "refs": {
2194        "ModifyInstanceCapacityReservationAttributesRequest$CapacityReservationSpecification": "<p>Information about the Capacity Reservation targeting option.</p>",
2195        "RunInstancesRequest$CapacityReservationSpecification": "<p>Information about the Capacity Reservation targeting option. If you do not specify this parameter, the instance's Capacity Reservation preference defaults to <code>open</code>, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).</p>"
2196      }
2197    },
2198    "CapacityReservationSpecificationResponse": {
2199      "base": "<p>Describes the instance's Capacity Reservation targeting preferences. The action returns the <code>capacityReservationPreference</code> response element if the instance is configured to run in On-Demand capacity, or if it is configured in run in any <code>open</code> Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). The action returns the <code>capacityReservationTarget</code> response element if the instance explicily targets a specific Capacity Reservation or Capacity Reservation group.</p>",
2200      "refs": {
2201        "Instance$CapacityReservationSpecification": "<p>Information about the Capacity Reservation targeting option.</p>"
2202      }
2203    },
2204    "CapacityReservationState": {
2205      "base": null,
2206      "refs": {
2207        "CapacityReservation$State": "<p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:</p> <ul> <li> <p> <code>active</code> - The Capacity Reservation is active and the capacity is available for your use.</p> </li> <li> <p> <code>expired</code> - The Capacity Reservation expired automatically at the date and time specified in your request. The reserved capacity is no longer available for your use.</p> </li> <li> <p> <code>cancelled</code> - The Capacity Reservation was cancelled. The reserved capacity is no longer available for your use.</p> </li> <li> <p> <code>pending</code> - The Capacity Reservation request was successful but the capacity provisioning is still pending.</p> </li> <li> <p> <code>failed</code> - The Capacity Reservation request has failed. A request might fail due to invalid request parameters, capacity constraints, or instance limit constraints. Failed requests are retained for 60 minutes.</p> </li> </ul>",
2208        "GetCapacityReservationUsageResult$State": "<p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:</p> <ul> <li> <p> <code>active</code> - The Capacity Reservation is active and the capacity is available for your use.</p> </li> <li> <p> <code>expired</code> - The Capacity Reservation expired automatically at the date and time specified in your request. The reserved capacity is no longer available for your use.</p> </li> <li> <p> <code>cancelled</code> - The Capacity Reservation was cancelled. The reserved capacity is no longer available for your use.</p> </li> <li> <p> <code>pending</code> - The Capacity Reservation request was successful but the capacity provisioning is still pending.</p> </li> <li> <p> <code>failed</code> - The Capacity Reservation request has failed. A request might fail due to invalid request parameters, capacity constraints, or instance limit constraints. Failed requests are retained for 60 minutes.</p> </li> </ul>"
2209      }
2210    },
2211    "CapacityReservationTarget": {
2212      "base": "<p>Describes a target Capacity Reservation or Capacity Reservation group.</p>",
2213      "refs": {
2214        "CapacityReservationSpecification$CapacityReservationTarget": "<p>Information about the target Capacity Reservation or Capacity Reservation group.</p>",
2215        "LaunchTemplateCapacityReservationSpecificationRequest$CapacityReservationTarget": "<p>Information about the target Capacity Reservation or Capacity Reservation group.</p>"
2216      }
2217    },
2218    "CapacityReservationTargetResponse": {
2219      "base": "<p>Describes a target Capacity Reservation or Capacity Reservation group.</p>",
2220      "refs": {
2221        "CapacityReservationSpecificationResponse$CapacityReservationTarget": "<p>Information about the targeted Capacity Reservation or Capacity Reservation group.</p>",
2222        "LaunchTemplateCapacityReservationSpecificationResponse$CapacityReservationTarget": "<p>Information about the target Capacity Reservation or Capacity Reservation group.</p>"
2223      }
2224    },
2225    "CapacityReservationTenancy": {
2226      "base": null,
2227      "refs": {
2228        "CapacityReservation$Tenancy": "<p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:</p> <ul> <li> <p> <code>default</code> - The Capacity Reservation is created on hardware that is shared with other AWS accounts.</p> </li> <li> <p> <code>dedicated</code> - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single AWS account.</p> </li> </ul>",
2229        "CreateCapacityReservationRequest$Tenancy": "<p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:</p> <ul> <li> <p> <code>default</code> - The Capacity Reservation is created on hardware that is shared with other AWS accounts.</p> </li> <li> <p> <code>dedicated</code> - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single AWS account.</p> </li> </ul>"
2230      }
2231    },
2232    "CarrierGateway": {
2233      "base": "<p>Describes a carrier gateway.</p>",
2234      "refs": {
2235        "CarrierGatewaySet$member": null,
2236        "CreateCarrierGatewayResult$CarrierGateway": "<p>Information about the carrier gateway.</p>",
2237        "DeleteCarrierGatewayResult$CarrierGateway": "<p>Information about the carrier gateway.</p>"
2238      }
2239    },
2240    "CarrierGatewayId": {
2241      "base": null,
2242      "refs": {
2243        "CarrierGateway$CarrierGatewayId": "<p>The ID of the carrier gateway.</p>",
2244        "CarrierGatewayIdSet$member": null,
2245        "CreateRouteRequest$CarrierGatewayId": "<p>The ID of the carrier gateway.</p> <p>You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.</p>",
2246        "DeleteCarrierGatewayRequest$CarrierGatewayId": "<p>The ID of the carrier gateway.</p>",
2247        "ReplaceRouteRequest$CarrierGatewayId": "<p>[IPv4 traffic only] The ID of a carrier gateway.</p>",
2248        "Route$CarrierGatewayId": "<p>The ID of the carrier gateway.</p>"
2249      }
2250    },
2251    "CarrierGatewayIdSet": {
2252      "base": null,
2253      "refs": {
2254        "DescribeCarrierGatewaysRequest$CarrierGatewayIds": "<p>One or more carrier gateway IDs.</p>"
2255      }
2256    },
2257    "CarrierGatewayMaxResults": {
2258      "base": null,
2259      "refs": {
2260        "DescribeCarrierGatewaysRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
2261      }
2262    },
2263    "CarrierGatewaySet": {
2264      "base": null,
2265      "refs": {
2266        "DescribeCarrierGatewaysResult$CarrierGateways": "<p>Information about the carrier gateway.</p>"
2267      }
2268    },
2269    "CarrierGatewayState": {
2270      "base": null,
2271      "refs": {
2272        "CarrierGateway$State": "<p>The state of the carrier gateway.</p>"
2273      }
2274    },
2275    "CertificateAuthentication": {
2276      "base": "<p>Information about the client certificate used for authentication.</p>",
2277      "refs": {
2278        "ClientVpnAuthentication$MutualAuthentication": "<p>Information about the authentication certificates, if applicable.</p>"
2279      }
2280    },
2281    "CertificateAuthenticationRequest": {
2282      "base": "<p>Information about the client certificate to be used for authentication.</p>",
2283      "refs": {
2284        "ClientVpnAuthenticationRequest$MutualAuthentication": "<p>Information about the authentication certificates to be used, if applicable. You must provide this information if <b>Type</b> is <code>certificate-authentication</code>.</p>"
2285      }
2286    },
2287    "CidrAuthorizationContext": {
2288      "base": "<p>Provides authorization for Amazon to bring a specific IP address range to a specific AWS account using bring your own IP addresses (BYOIP). For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip\">Prepare to Bring Your Address Range to Your AWS Account</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
2289      "refs": {
2290        "ProvisionByoipCidrRequest$CidrAuthorizationContext": "<p>A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.</p>"
2291      }
2292    },
2293    "CidrBlock": {
2294      "base": "<p>Describes an IPv4 CIDR block.</p>",
2295      "refs": {
2296        "CidrBlockSet$member": null
2297      }
2298    },
2299    "CidrBlockSet": {
2300      "base": null,
2301      "refs": {
2302        "VpcPeeringConnectionVpcInfo$CidrBlockSet": "<p>Information about the IPv4 CIDR blocks for the VPC.</p>"
2303      }
2304    },
2305    "ClassicLinkDnsSupport": {
2306      "base": "<p>Describes the ClassicLink DNS support status of a VPC.</p>",
2307      "refs": {
2308        "ClassicLinkDnsSupportList$member": null
2309      }
2310    },
2311    "ClassicLinkDnsSupportList": {
2312      "base": null,
2313      "refs": {
2314        "DescribeVpcClassicLinkDnsSupportResult$Vpcs": "<p>Information about the ClassicLink DNS support status of the VPCs.</p>"
2315      }
2316    },
2317    "ClassicLinkInstance": {
2318      "base": "<p>Describes a linked EC2-Classic instance.</p>",
2319      "refs": {
2320        "ClassicLinkInstanceList$member": null
2321      }
2322    },
2323    "ClassicLinkInstanceList": {
2324      "base": null,
2325      "refs": {
2326        "DescribeClassicLinkInstancesResult$Instances": "<p>Information about one or more linked EC2-Classic instances.</p>"
2327      }
2328    },
2329    "ClassicLoadBalancer": {
2330      "base": "<p>Describes a Classic Load Balancer.</p>",
2331      "refs": {
2332        "ClassicLoadBalancers$member": null
2333      }
2334    },
2335    "ClassicLoadBalancers": {
2336      "base": null,
2337      "refs": {
2338        "ClassicLoadBalancersConfig$ClassicLoadBalancers": "<p>One or more Classic Load Balancers.</p>"
2339      }
2340    },
2341    "ClassicLoadBalancersConfig": {
2342      "base": "<p>Describes the Classic Load Balancers to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these Classic Load Balancers.</p>",
2343      "refs": {
2344        "LoadBalancersConfig$ClassicLoadBalancersConfig": "<p>The Classic Load Balancers.</p>"
2345      }
2346    },
2347    "ClientCertificateRevocationListStatus": {
2348      "base": "<p>Describes the state of a client certificate revocation list.</p>",
2349      "refs": {
2350        "ExportClientVpnClientCertificateRevocationListResult$Status": "<p>The current state of the client certificate revocation list.</p>"
2351      }
2352    },
2353    "ClientCertificateRevocationListStatusCode": {
2354      "base": null,
2355      "refs": {
2356        "ClientCertificateRevocationListStatus$Code": "<p>The state of the client certificate revocation list.</p>"
2357      }
2358    },
2359    "ClientConnectOptions": {
2360      "base": "<p>The options for managing connection authorization for new client connections.</p>",
2361      "refs": {
2362        "CreateClientVpnEndpointRequest$ClientConnectOptions": "<p>The options for managing connection authorization for new client connections.</p>",
2363        "ModifyClientVpnEndpointRequest$ClientConnectOptions": "<p>The options for managing connection authorization for new client connections.</p>"
2364      }
2365    },
2366    "ClientConnectResponseOptions": {
2367      "base": "<p>The options for managing connection authorization for new client connections.</p>",
2368      "refs": {
2369        "ClientVpnEndpoint$ClientConnectOptions": "<p>The options for managing connection authorization for new client connections.</p>"
2370      }
2371    },
2372    "ClientData": {
2373      "base": "<p>Describes the client-specific data.</p>",
2374      "refs": {
2375        "ImportImageRequest$ClientData": "<p>The client-specific data.</p>",
2376        "ImportSnapshotRequest$ClientData": "<p>The client-specific data.</p>"
2377      }
2378    },
2379    "ClientVpnAssociationId": {
2380      "base": null,
2381      "refs": {
2382        "DisassociateClientVpnTargetNetworkRequest$AssociationId": "<p>The ID of the target network association.</p>"
2383      }
2384    },
2385    "ClientVpnAuthentication": {
2386      "base": "<p>Describes the authentication methods used by a Client VPN endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html\">Authentication</a> in the <i>AWS Client VPN Administrator Guide</i>.</p>",
2387      "refs": {
2388        "ClientVpnAuthenticationList$member": null
2389      }
2390    },
2391    "ClientVpnAuthenticationList": {
2392      "base": null,
2393      "refs": {
2394        "ClientVpnEndpoint$AuthenticationOptions": "<p>Information about the authentication method used by the Client VPN endpoint.</p>"
2395      }
2396    },
2397    "ClientVpnAuthenticationRequest": {
2398      "base": "<p>Describes the authentication method to be used by a Client VPN endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/authentication-authrization.html#client-authentication\">Authentication</a> in the <i>AWS Client VPN Administrator Guide</i>.</p>",
2399      "refs": {
2400        "ClientVpnAuthenticationRequestList$member": null
2401      }
2402    },
2403    "ClientVpnAuthenticationRequestList": {
2404      "base": null,
2405      "refs": {
2406        "CreateClientVpnEndpointRequest$AuthenticationOptions": "<p>Information about the authentication method to be used to authenticate clients.</p>"
2407      }
2408    },
2409    "ClientVpnAuthenticationType": {
2410      "base": null,
2411      "refs": {
2412        "ClientVpnAuthentication$Type": "<p>The authentication type used.</p>",
2413        "ClientVpnAuthenticationRequest$Type": "<p>The type of client authentication to be used.</p>"
2414      }
2415    },
2416    "ClientVpnAuthorizationRuleStatus": {
2417      "base": "<p>Describes the state of an authorization rule.</p>",
2418      "refs": {
2419        "AuthorizationRule$Status": "<p>The current state of the authorization rule.</p>",
2420        "AuthorizeClientVpnIngressResult$Status": "<p>The current state of the authorization rule.</p>",
2421        "RevokeClientVpnIngressResult$Status": "<p>The current state of the authorization rule.</p>"
2422      }
2423    },
2424    "ClientVpnAuthorizationRuleStatusCode": {
2425      "base": null,
2426      "refs": {
2427        "ClientVpnAuthorizationRuleStatus$Code": "<p>The state of the authorization rule.</p>"
2428      }
2429    },
2430    "ClientVpnConnection": {
2431      "base": "<p>Describes a client connection.</p>",
2432      "refs": {
2433        "ClientVpnConnectionSet$member": null
2434      }
2435    },
2436    "ClientVpnConnectionSet": {
2437      "base": null,
2438      "refs": {
2439        "DescribeClientVpnConnectionsResult$Connections": "<p>Information about the active and terminated client connections.</p>"
2440      }
2441    },
2442    "ClientVpnConnectionStatus": {
2443      "base": "<p>Describes the status of a client connection.</p>",
2444      "refs": {
2445        "ClientVpnConnection$Status": "<p>The current state of the client connection.</p>",
2446        "TerminateConnectionStatus$PreviousStatus": "<p>The state of the client connection.</p>",
2447        "TerminateConnectionStatus$CurrentStatus": "<p>A message about the status of the client connection, if applicable.</p>"
2448      }
2449    },
2450    "ClientVpnConnectionStatusCode": {
2451      "base": null,
2452      "refs": {
2453        "ClientVpnConnectionStatus$Code": "<p>The state of the client connection.</p>"
2454      }
2455    },
2456    "ClientVpnEndpoint": {
2457      "base": "<p>Describes a Client VPN endpoint.</p>",
2458      "refs": {
2459        "EndpointSet$member": null
2460      }
2461    },
2462    "ClientVpnEndpointAttributeStatus": {
2463      "base": "<p>Describes the status of the Client VPN endpoint attribute.</p>",
2464      "refs": {
2465        "ClientConnectResponseOptions$Status": "<p>The status of any updates to the client connect options.</p>"
2466      }
2467    },
2468    "ClientVpnEndpointAttributeStatusCode": {
2469      "base": null,
2470      "refs": {
2471        "ClientVpnEndpointAttributeStatus$Code": "<p>The status code.</p>"
2472      }
2473    },
2474    "ClientVpnEndpointId": {
2475      "base": null,
2476      "refs": {
2477        "ApplySecurityGroupsToClientVpnTargetNetworkRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
2478        "AssociateClientVpnTargetNetworkRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
2479        "AuthorizeClientVpnIngressRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
2480        "ClientVpnEndpointIdList$member": null,
2481        "CreateClientVpnRouteRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint to which to add the route.</p>",
2482        "DeleteClientVpnEndpointRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN to be deleted.</p>",
2483        "DeleteClientVpnRouteRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint from which the route is to be deleted.</p>",
2484        "DescribeClientVpnAuthorizationRulesRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
2485        "DescribeClientVpnConnectionsRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
2486        "DescribeClientVpnRoutesRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
2487        "DescribeClientVpnTargetNetworksRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
2488        "DisassociateClientVpnTargetNetworkRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint from which to disassociate the target network.</p>",
2489        "ExportClientVpnClientCertificateRevocationListRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
2490        "ExportClientVpnClientConfigurationRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
2491        "ImportClientVpnClientCertificateRevocationListRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint to which the client certificate revocation list applies.</p>",
2492        "ModifyClientVpnEndpointRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint to modify.</p>",
2493        "RevokeClientVpnIngressRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint with which the authorization rule is associated.</p>",
2494        "TerminateClientVpnConnectionsRequest$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint to which the client is connected.</p>"
2495      }
2496    },
2497    "ClientVpnEndpointIdList": {
2498      "base": null,
2499      "refs": {
2500        "DescribeClientVpnEndpointsRequest$ClientVpnEndpointIds": "<p>The ID of the Client VPN endpoint.</p>"
2501      }
2502    },
2503    "ClientVpnEndpointStatus": {
2504      "base": "<p>Describes the state of a Client VPN endpoint.</p>",
2505      "refs": {
2506        "ClientVpnEndpoint$Status": "<p>The current state of the Client VPN endpoint.</p>",
2507        "CreateClientVpnEndpointResult$Status": "<p>The current state of the Client VPN endpoint.</p>",
2508        "DeleteClientVpnEndpointResult$Status": "<p>The current state of the Client VPN endpoint.</p>"
2509      }
2510    },
2511    "ClientVpnEndpointStatusCode": {
2512      "base": null,
2513      "refs": {
2514        "ClientVpnEndpointStatus$Code": "<p>The state of the Client VPN endpoint. Possible states include:</p> <ul> <li> <p> <code>pending-associate</code> - The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections.</p> </li> <li> <p> <code>available</code> - The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections.</p> </li> <li> <p> <code>deleting</code> - The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections.</p> </li> <li> <p> <code>deleted</code> - The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.</p> </li> </ul>"
2515      }
2516    },
2517    "ClientVpnRoute": {
2518      "base": "<p>Information about a Client VPN endpoint route.</p>",
2519      "refs": {
2520        "ClientVpnRouteSet$member": null
2521      }
2522    },
2523    "ClientVpnRouteSet": {
2524      "base": null,
2525      "refs": {
2526        "DescribeClientVpnRoutesResult$Routes": "<p>Information about the Client VPN endpoint routes.</p>"
2527      }
2528    },
2529    "ClientVpnRouteStatus": {
2530      "base": "<p>Describes the state of a Client VPN endpoint route.</p>",
2531      "refs": {
2532        "ClientVpnRoute$Status": "<p>The current state of the route.</p>",
2533        "CreateClientVpnRouteResult$Status": "<p>The current state of the route.</p>",
2534        "DeleteClientVpnRouteResult$Status": "<p>The current state of the route.</p>"
2535      }
2536    },
2537    "ClientVpnRouteStatusCode": {
2538      "base": null,
2539      "refs": {
2540        "ClientVpnRouteStatus$Code": "<p>The state of the Client VPN endpoint route.</p>"
2541      }
2542    },
2543    "ClientVpnSecurityGroupIdSet": {
2544      "base": null,
2545      "refs": {
2546        "ApplySecurityGroupsToClientVpnTargetNetworkRequest$SecurityGroupIds": "<p>The IDs of the security groups to apply to the associated target network. Up to 5 security groups can be applied to an associated target network.</p>",
2547        "ApplySecurityGroupsToClientVpnTargetNetworkResult$SecurityGroupIds": "<p>The IDs of the applied security groups.</p>",
2548        "ClientVpnEndpoint$SecurityGroupIds": "<p>The IDs of the security groups for the target network.</p>",
2549        "CreateClientVpnEndpointRequest$SecurityGroupIds": "<p>The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.</p>",
2550        "ModifyClientVpnEndpointRequest$SecurityGroupIds": "<p>The IDs of one or more security groups to apply to the target network.</p>"
2551      }
2552    },
2553    "CoipAddressUsage": {
2554      "base": "<p>Describes address usage for a customer-owned address pool.</p>",
2555      "refs": {
2556        "CoipAddressUsageSet$member": null
2557      }
2558    },
2559    "CoipAddressUsageSet": {
2560      "base": null,
2561      "refs": {
2562        "GetCoipPoolUsageResult$CoipAddressUsages": "<p>Information about the address usage.</p>"
2563      }
2564    },
2565    "CoipPool": {
2566      "base": "<p>Describes a customer-owned address pool.</p>",
2567      "refs": {
2568        "CoipPoolSet$member": null
2569      }
2570    },
2571    "CoipPoolId": {
2572      "base": null,
2573      "refs": {
2574        "CoipPool$PoolId": "<p>The ID of the address pool.</p>",
2575        "CoipPoolIdSet$member": null,
2576        "GetCoipPoolUsageRequest$PoolId": "<p>The ID of the address pool.</p>",
2577        "ModifySubnetAttributeRequest$CustomerOwnedIpv4Pool": "<p>The customer-owned IPv4 address pool associated with the subnet.</p> <p>You must set this value when you specify <code>true</code> for <code>MapCustomerOwnedIpOnLaunch</code>.</p>",
2578        "Subnet$CustomerOwnedIpv4Pool": "<p>The customer-owned IPv4 address pool associated with the subnet.</p>"
2579      }
2580    },
2581    "CoipPoolIdSet": {
2582      "base": null,
2583      "refs": {
2584        "DescribeCoipPoolsRequest$PoolIds": "<p>The IDs of the address pools.</p>"
2585      }
2586    },
2587    "CoipPoolMaxResults": {
2588      "base": null,
2589      "refs": {
2590        "DescribeCoipPoolsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
2591        "GetCoipPoolUsageRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
2592      }
2593    },
2594    "CoipPoolSet": {
2595      "base": null,
2596      "refs": {
2597        "DescribeCoipPoolsResult$CoipPools": "<p>Information about the address pools.</p>"
2598      }
2599    },
2600    "ConfirmProductInstanceRequest": {
2601      "base": null,
2602      "refs": {
2603      }
2604    },
2605    "ConfirmProductInstanceResult": {
2606      "base": null,
2607      "refs": {
2608      }
2609    },
2610    "ConnectionLogOptions": {
2611      "base": "<p>Describes the client connection logging options for the Client VPN endpoint.</p>",
2612      "refs": {
2613        "CreateClientVpnEndpointRequest$ConnectionLogOptions": "<p>Information about the client connection logging options.</p> <p>If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:</p> <ul> <li> <p>Client connection requests</p> </li> <li> <p>Client connection results (successful and unsuccessful)</p> </li> <li> <p>Reasons for unsuccessful client connection requests</p> </li> <li> <p>Client connection termination time</p> </li> </ul>",
2614        "ModifyClientVpnEndpointRequest$ConnectionLogOptions": "<p>Information about the client connection logging options.</p> <p>If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:</p> <ul> <li> <p>Client connection requests</p> </li> <li> <p>Client connection results (successful and unsuccessful)</p> </li> <li> <p>Reasons for unsuccessful client connection requests</p> </li> <li> <p>Client connection termination time</p> </li> </ul>"
2615      }
2616    },
2617    "ConnectionLogResponseOptions": {
2618      "base": "<p>Information about the client connection logging options for a Client VPN endpoint.</p>",
2619      "refs": {
2620        "ClientVpnEndpoint$ConnectionLogOptions": "<p>Information about the client connection logging options for the Client VPN endpoint.</p>"
2621      }
2622    },
2623    "ConnectionNotification": {
2624      "base": "<p>Describes a connection notification for a VPC endpoint or VPC endpoint service.</p>",
2625      "refs": {
2626        "ConnectionNotificationSet$member": null,
2627        "CreateVpcEndpointConnectionNotificationResult$ConnectionNotification": "<p>Information about the notification.</p>"
2628      }
2629    },
2630    "ConnectionNotificationId": {
2631      "base": null,
2632      "refs": {
2633        "ConnectionNotificationIdsList$member": null,
2634        "DescribeVpcEndpointConnectionNotificationsRequest$ConnectionNotificationId": "<p>The ID of the notification.</p>",
2635        "ModifyVpcEndpointConnectionNotificationRequest$ConnectionNotificationId": "<p>The ID of the notification.</p>"
2636      }
2637    },
2638    "ConnectionNotificationIdsList": {
2639      "base": null,
2640      "refs": {
2641        "DeleteVpcEndpointConnectionNotificationsRequest$ConnectionNotificationIds": "<p>One or more notification IDs.</p>"
2642      }
2643    },
2644    "ConnectionNotificationSet": {
2645      "base": null,
2646      "refs": {
2647        "DescribeVpcEndpointConnectionNotificationsResult$ConnectionNotificationSet": "<p>One or more notifications.</p>"
2648      }
2649    },
2650    "ConnectionNotificationState": {
2651      "base": null,
2652      "refs": {
2653        "ConnectionNotification$ConnectionNotificationState": "<p>The state of the notification.</p>"
2654      }
2655    },
2656    "ConnectionNotificationType": {
2657      "base": null,
2658      "refs": {
2659        "ConnectionNotification$ConnectionNotificationType": "<p>The type of notification.</p>"
2660      }
2661    },
2662    "ContainerFormat": {
2663      "base": null,
2664      "refs": {
2665        "ExportToS3Task$ContainerFormat": "<p>The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.</p>",
2666        "ExportToS3TaskSpecification$ContainerFormat": "<p>The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.</p>"
2667      }
2668    },
2669    "ConversionIdStringList": {
2670      "base": null,
2671      "refs": {
2672        "DescribeConversionTasksRequest$ConversionTaskIds": "<p>The conversion task IDs.</p>"
2673      }
2674    },
2675    "ConversionTask": {
2676      "base": "<p>Describes a conversion task.</p>",
2677      "refs": {
2678        "DescribeConversionTaskList$member": null,
2679        "ImportInstanceResult$ConversionTask": "<p>Information about the conversion task.</p>",
2680        "ImportVolumeResult$ConversionTask": "<p>Information about the conversion task.</p>"
2681      }
2682    },
2683    "ConversionTaskId": {
2684      "base": null,
2685      "refs": {
2686        "CancelConversionRequest$ConversionTaskId": "<p>The ID of the conversion task.</p>",
2687        "ConversionIdStringList$member": null
2688      }
2689    },
2690    "ConversionTaskState": {
2691      "base": null,
2692      "refs": {
2693        "ConversionTask$State": "<p>The state of the conversion task.</p>"
2694      }
2695    },
2696    "CopyFpgaImageRequest": {
2697      "base": null,
2698      "refs": {
2699      }
2700    },
2701    "CopyFpgaImageResult": {
2702      "base": null,
2703      "refs": {
2704      }
2705    },
2706    "CopyImageRequest": {
2707      "base": "<p>Contains the parameters for CopyImage.</p>",
2708      "refs": {
2709      }
2710    },
2711    "CopyImageResult": {
2712      "base": "<p>Contains the output of CopyImage.</p>",
2713      "refs": {
2714      }
2715    },
2716    "CopySnapshotRequest": {
2717      "base": null,
2718      "refs": {
2719      }
2720    },
2721    "CopySnapshotResult": {
2722      "base": null,
2723      "refs": {
2724      }
2725    },
2726    "CopyTagsFromSource": {
2727      "base": null,
2728      "refs": {
2729        "CreateSnapshotsRequest$CopyTagsFromSource": "<p>Copies the tags from the specified volume to corresponding snapshot.</p>"
2730      }
2731    },
2732    "CoreCount": {
2733      "base": null,
2734      "refs": {
2735        "CoreCountList$member": null,
2736        "VCpuInfo$DefaultCores": "<p>The default number of cores for the instance type.</p>"
2737      }
2738    },
2739    "CoreCountList": {
2740      "base": null,
2741      "refs": {
2742        "VCpuInfo$ValidCores": "<p>The valid number of cores that can be configured for the instance type.</p>"
2743      }
2744    },
2745    "CpuOptions": {
2746      "base": "<p>The CPU options for the instance.</p>",
2747      "refs": {
2748        "Instance$CpuOptions": "<p>The CPU options for the instance.</p>"
2749      }
2750    },
2751    "CpuOptionsRequest": {
2752      "base": "<p>The CPU options for the instance. Both the core count and threads per core must be specified in the request.</p>",
2753      "refs": {
2754        "RunInstancesRequest$CpuOptions": "<p>The CPU options for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html\">Optimizing CPU options</a> in the <i>Amazon EC2 User Guide</i>.</p>"
2755      }
2756    },
2757    "CreateCapacityReservationRequest": {
2758      "base": null,
2759      "refs": {
2760      }
2761    },
2762    "CreateCapacityReservationResult": {
2763      "base": null,
2764      "refs": {
2765      }
2766    },
2767    "CreateCarrierGatewayRequest": {
2768      "base": null,
2769      "refs": {
2770      }
2771    },
2772    "CreateCarrierGatewayResult": {
2773      "base": null,
2774      "refs": {
2775      }
2776    },
2777    "CreateClientVpnEndpointRequest": {
2778      "base": null,
2779      "refs": {
2780      }
2781    },
2782    "CreateClientVpnEndpointResult": {
2783      "base": null,
2784      "refs": {
2785      }
2786    },
2787    "CreateClientVpnRouteRequest": {
2788      "base": null,
2789      "refs": {
2790      }
2791    },
2792    "CreateClientVpnRouteResult": {
2793      "base": null,
2794      "refs": {
2795      }
2796    },
2797    "CreateCustomerGatewayRequest": {
2798      "base": "<p>Contains the parameters for CreateCustomerGateway.</p>",
2799      "refs": {
2800      }
2801    },
2802    "CreateCustomerGatewayResult": {
2803      "base": "<p>Contains the output of CreateCustomerGateway.</p>",
2804      "refs": {
2805      }
2806    },
2807    "CreateDefaultSubnetRequest": {
2808      "base": null,
2809      "refs": {
2810      }
2811    },
2812    "CreateDefaultSubnetResult": {
2813      "base": null,
2814      "refs": {
2815      }
2816    },
2817    "CreateDefaultVpcRequest": {
2818      "base": null,
2819      "refs": {
2820      }
2821    },
2822    "CreateDefaultVpcResult": {
2823      "base": null,
2824      "refs": {
2825      }
2826    },
2827    "CreateDhcpOptionsRequest": {
2828      "base": null,
2829      "refs": {
2830      }
2831    },
2832    "CreateDhcpOptionsResult": {
2833      "base": null,
2834      "refs": {
2835      }
2836    },
2837    "CreateEgressOnlyInternetGatewayRequest": {
2838      "base": null,
2839      "refs": {
2840      }
2841    },
2842    "CreateEgressOnlyInternetGatewayResult": {
2843      "base": null,
2844      "refs": {
2845      }
2846    },
2847    "CreateFleetError": {
2848      "base": "<p>Describes the instances that could not be launched by the fleet.</p>",
2849      "refs": {
2850        "CreateFleetErrorsSet$member": null
2851      }
2852    },
2853    "CreateFleetErrorsSet": {
2854      "base": null,
2855      "refs": {
2856        "CreateFleetResult$Errors": "<p>Information about the instances that could not be launched by the fleet. Valid only when <b>Type</b> is set to <code>instant</code>.</p>"
2857      }
2858    },
2859    "CreateFleetInstance": {
2860      "base": "<p>Describes the instances that were launched by the fleet.</p>",
2861      "refs": {
2862        "CreateFleetInstancesSet$member": null
2863      }
2864    },
2865    "CreateFleetInstancesSet": {
2866      "base": null,
2867      "refs": {
2868        "CreateFleetResult$Instances": "<p>Information about the instances that were launched by the fleet. Valid only when <b>Type</b> is set to <code>instant</code>.</p>"
2869      }
2870    },
2871    "CreateFleetRequest": {
2872      "base": null,
2873      "refs": {
2874      }
2875    },
2876    "CreateFleetResult": {
2877      "base": null,
2878      "refs": {
2879      }
2880    },
2881    "CreateFlowLogsRequest": {
2882      "base": null,
2883      "refs": {
2884      }
2885    },
2886    "CreateFlowLogsResult": {
2887      "base": null,
2888      "refs": {
2889      }
2890    },
2891    "CreateFpgaImageRequest": {
2892      "base": null,
2893      "refs": {
2894      }
2895    },
2896    "CreateFpgaImageResult": {
2897      "base": null,
2898      "refs": {
2899      }
2900    },
2901    "CreateImageRequest": {
2902      "base": null,
2903      "refs": {
2904      }
2905    },
2906    "CreateImageResult": {
2907      "base": null,
2908      "refs": {
2909      }
2910    },
2911    "CreateInstanceExportTaskRequest": {
2912      "base": null,
2913      "refs": {
2914      }
2915    },
2916    "CreateInstanceExportTaskResult": {
2917      "base": null,
2918      "refs": {
2919      }
2920    },
2921    "CreateInternetGatewayRequest": {
2922      "base": null,
2923      "refs": {
2924      }
2925    },
2926    "CreateInternetGatewayResult": {
2927      "base": null,
2928      "refs": {
2929      }
2930    },
2931    "CreateKeyPairRequest": {
2932      "base": null,
2933      "refs": {
2934      }
2935    },
2936    "CreateLaunchTemplateRequest": {
2937      "base": null,
2938      "refs": {
2939      }
2940    },
2941    "CreateLaunchTemplateResult": {
2942      "base": null,
2943      "refs": {
2944      }
2945    },
2946    "CreateLaunchTemplateVersionRequest": {
2947      "base": null,
2948      "refs": {
2949      }
2950    },
2951    "CreateLaunchTemplateVersionResult": {
2952      "base": null,
2953      "refs": {
2954      }
2955    },
2956    "CreateLocalGatewayRouteRequest": {
2957      "base": null,
2958      "refs": {
2959      }
2960    },
2961    "CreateLocalGatewayRouteResult": {
2962      "base": null,
2963      "refs": {
2964      }
2965    },
2966    "CreateLocalGatewayRouteTableVpcAssociationRequest": {
2967      "base": null,
2968      "refs": {
2969      }
2970    },
2971    "CreateLocalGatewayRouteTableVpcAssociationResult": {
2972      "base": null,
2973      "refs": {
2974      }
2975    },
2976    "CreateManagedPrefixListRequest": {
2977      "base": null,
2978      "refs": {
2979      }
2980    },
2981    "CreateManagedPrefixListResult": {
2982      "base": null,
2983      "refs": {
2984      }
2985    },
2986    "CreateNatGatewayRequest": {
2987      "base": null,
2988      "refs": {
2989      }
2990    },
2991    "CreateNatGatewayResult": {
2992      "base": null,
2993      "refs": {
2994      }
2995    },
2996    "CreateNetworkAclEntryRequest": {
2997      "base": null,
2998      "refs": {
2999      }
3000    },
3001    "CreateNetworkAclRequest": {
3002      "base": null,
3003      "refs": {
3004      }
3005    },
3006    "CreateNetworkAclResult": {
3007      "base": null,
3008      "refs": {
3009      }
3010    },
3011    "CreateNetworkInsightsPathRequest": {
3012      "base": null,
3013      "refs": {
3014      }
3015    },
3016    "CreateNetworkInsightsPathResult": {
3017      "base": null,
3018      "refs": {
3019      }
3020    },
3021    "CreateNetworkInterfacePermissionRequest": {
3022      "base": "<p>Contains the parameters for CreateNetworkInterfacePermission.</p>",
3023      "refs": {
3024      }
3025    },
3026    "CreateNetworkInterfacePermissionResult": {
3027      "base": "<p>Contains the output of CreateNetworkInterfacePermission.</p>",
3028      "refs": {
3029      }
3030    },
3031    "CreateNetworkInterfaceRequest": {
3032      "base": "<p>Contains the parameters for CreateNetworkInterface.</p>",
3033      "refs": {
3034      }
3035    },
3036    "CreateNetworkInterfaceResult": {
3037      "base": "<p>Contains the output of CreateNetworkInterface.</p>",
3038      "refs": {
3039      }
3040    },
3041    "CreatePlacementGroupRequest": {
3042      "base": null,
3043      "refs": {
3044      }
3045    },
3046    "CreatePlacementGroupResult": {
3047      "base": null,
3048      "refs": {
3049      }
3050    },
3051    "CreateReservedInstancesListingRequest": {
3052      "base": "<p>Contains the parameters for CreateReservedInstancesListing.</p>",
3053      "refs": {
3054      }
3055    },
3056    "CreateReservedInstancesListingResult": {
3057      "base": "<p>Contains the output of CreateReservedInstancesListing.</p>",
3058      "refs": {
3059      }
3060    },
3061    "CreateRouteRequest": {
3062      "base": null,
3063      "refs": {
3064      }
3065    },
3066    "CreateRouteResult": {
3067      "base": null,
3068      "refs": {
3069      }
3070    },
3071    "CreateRouteTableRequest": {
3072      "base": null,
3073      "refs": {
3074      }
3075    },
3076    "CreateRouteTableResult": {
3077      "base": null,
3078      "refs": {
3079      }
3080    },
3081    "CreateSecurityGroupRequest": {
3082      "base": null,
3083      "refs": {
3084      }
3085    },
3086    "CreateSecurityGroupResult": {
3087      "base": null,
3088      "refs": {
3089      }
3090    },
3091    "CreateSnapshotRequest": {
3092      "base": null,
3093      "refs": {
3094      }
3095    },
3096    "CreateSnapshotsRequest": {
3097      "base": null,
3098      "refs": {
3099      }
3100    },
3101    "CreateSnapshotsResult": {
3102      "base": null,
3103      "refs": {
3104      }
3105    },
3106    "CreateSpotDatafeedSubscriptionRequest": {
3107      "base": "<p>Contains the parameters for CreateSpotDatafeedSubscription.</p>",
3108      "refs": {
3109      }
3110    },
3111    "CreateSpotDatafeedSubscriptionResult": {
3112      "base": "<p>Contains the output of CreateSpotDatafeedSubscription.</p>",
3113      "refs": {
3114      }
3115    },
3116    "CreateSubnetRequest": {
3117      "base": null,
3118      "refs": {
3119      }
3120    },
3121    "CreateSubnetResult": {
3122      "base": null,
3123      "refs": {
3124      }
3125    },
3126    "CreateTagsRequest": {
3127      "base": null,
3128      "refs": {
3129      }
3130    },
3131    "CreateTrafficMirrorFilterRequest": {
3132      "base": null,
3133      "refs": {
3134      }
3135    },
3136    "CreateTrafficMirrorFilterResult": {
3137      "base": null,
3138      "refs": {
3139      }
3140    },
3141    "CreateTrafficMirrorFilterRuleRequest": {
3142      "base": null,
3143      "refs": {
3144      }
3145    },
3146    "CreateTrafficMirrorFilterRuleResult": {
3147      "base": null,
3148      "refs": {
3149      }
3150    },
3151    "CreateTrafficMirrorSessionRequest": {
3152      "base": null,
3153      "refs": {
3154      }
3155    },
3156    "CreateTrafficMirrorSessionResult": {
3157      "base": null,
3158      "refs": {
3159      }
3160    },
3161    "CreateTrafficMirrorTargetRequest": {
3162      "base": null,
3163      "refs": {
3164      }
3165    },
3166    "CreateTrafficMirrorTargetResult": {
3167      "base": null,
3168      "refs": {
3169      }
3170    },
3171    "CreateTransitGatewayConnectPeerRequest": {
3172      "base": null,
3173      "refs": {
3174      }
3175    },
3176    "CreateTransitGatewayConnectPeerResult": {
3177      "base": null,
3178      "refs": {
3179      }
3180    },
3181    "CreateTransitGatewayConnectRequest": {
3182      "base": null,
3183      "refs": {
3184      }
3185    },
3186    "CreateTransitGatewayConnectRequestOptions": {
3187      "base": "<p>The options for a Connect attachment.</p>",
3188      "refs": {
3189        "CreateTransitGatewayConnectRequest$Options": "<p>The Connect attachment options.</p>"
3190      }
3191    },
3192    "CreateTransitGatewayConnectResult": {
3193      "base": null,
3194      "refs": {
3195      }
3196    },
3197    "CreateTransitGatewayMulticastDomainRequest": {
3198      "base": null,
3199      "refs": {
3200      }
3201    },
3202    "CreateTransitGatewayMulticastDomainRequestOptions": {
3203      "base": "<p>The options for the transit gateway multicast domain.</p>",
3204      "refs": {
3205        "CreateTransitGatewayMulticastDomainRequest$Options": "<p>The options for the transit gateway multicast domain.</p>"
3206      }
3207    },
3208    "CreateTransitGatewayMulticastDomainResult": {
3209      "base": null,
3210      "refs": {
3211      }
3212    },
3213    "CreateTransitGatewayPeeringAttachmentRequest": {
3214      "base": null,
3215      "refs": {
3216      }
3217    },
3218    "CreateTransitGatewayPeeringAttachmentResult": {
3219      "base": null,
3220      "refs": {
3221      }
3222    },
3223    "CreateTransitGatewayPrefixListReferenceRequest": {
3224      "base": null,
3225      "refs": {
3226      }
3227    },
3228    "CreateTransitGatewayPrefixListReferenceResult": {
3229      "base": null,
3230      "refs": {
3231      }
3232    },
3233    "CreateTransitGatewayRequest": {
3234      "base": null,
3235      "refs": {
3236      }
3237    },
3238    "CreateTransitGatewayResult": {
3239      "base": null,
3240      "refs": {
3241      }
3242    },
3243    "CreateTransitGatewayRouteRequest": {
3244      "base": null,
3245      "refs": {
3246      }
3247    },
3248    "CreateTransitGatewayRouteResult": {
3249      "base": null,
3250      "refs": {
3251      }
3252    },
3253    "CreateTransitGatewayRouteTableRequest": {
3254      "base": null,
3255      "refs": {
3256      }
3257    },
3258    "CreateTransitGatewayRouteTableResult": {
3259      "base": null,
3260      "refs": {
3261      }
3262    },
3263    "CreateTransitGatewayVpcAttachmentRequest": {
3264      "base": null,
3265      "refs": {
3266      }
3267    },
3268    "CreateTransitGatewayVpcAttachmentRequestOptions": {
3269      "base": "<p>Describes the options for a VPC attachment.</p>",
3270      "refs": {
3271        "CreateTransitGatewayVpcAttachmentRequest$Options": "<p>The VPC attachment options.</p>"
3272      }
3273    },
3274    "CreateTransitGatewayVpcAttachmentResult": {
3275      "base": null,
3276      "refs": {
3277      }
3278    },
3279    "CreateVolumePermission": {
3280      "base": "<p>Describes the user or group to be added or removed from the list of create volume permissions for a volume.</p>",
3281      "refs": {
3282        "CreateVolumePermissionList$member": null
3283      }
3284    },
3285    "CreateVolumePermissionList": {
3286      "base": null,
3287      "refs": {
3288        "CreateVolumePermissionModifications$Add": "<p>Adds the specified AWS account ID or group to the list.</p>",
3289        "CreateVolumePermissionModifications$Remove": "<p>Removes the specified AWS account ID or group from the list.</p>",
3290        "DescribeSnapshotAttributeResult$CreateVolumePermissions": "<p>The users and groups that have the permissions for creating volumes from the snapshot.</p>"
3291      }
3292    },
3293    "CreateVolumePermissionModifications": {
3294      "base": "<p>Describes modifications to the list of create volume permissions for a volume.</p>",
3295      "refs": {
3296        "ModifySnapshotAttributeRequest$CreateVolumePermission": "<p>A JSON representation of the snapshot attribute modification.</p>"
3297      }
3298    },
3299    "CreateVolumeRequest": {
3300      "base": null,
3301      "refs": {
3302      }
3303    },
3304    "CreateVpcEndpointConnectionNotificationRequest": {
3305      "base": null,
3306      "refs": {
3307      }
3308    },
3309    "CreateVpcEndpointConnectionNotificationResult": {
3310      "base": null,
3311      "refs": {
3312      }
3313    },
3314    "CreateVpcEndpointRequest": {
3315      "base": "<p>Contains the parameters for CreateVpcEndpoint.</p>",
3316      "refs": {
3317      }
3318    },
3319    "CreateVpcEndpointResult": {
3320      "base": "<p>Contains the output of CreateVpcEndpoint.</p>",
3321      "refs": {
3322      }
3323    },
3324    "CreateVpcEndpointServiceConfigurationRequest": {
3325      "base": null,
3326      "refs": {
3327      }
3328    },
3329    "CreateVpcEndpointServiceConfigurationResult": {
3330      "base": null,
3331      "refs": {
3332      }
3333    },
3334    "CreateVpcPeeringConnectionRequest": {
3335      "base": null,
3336      "refs": {
3337      }
3338    },
3339    "CreateVpcPeeringConnectionResult": {
3340      "base": null,
3341      "refs": {
3342      }
3343    },
3344    "CreateVpcRequest": {
3345      "base": null,
3346      "refs": {
3347      }
3348    },
3349    "CreateVpcResult": {
3350      "base": null,
3351      "refs": {
3352      }
3353    },
3354    "CreateVpnConnectionRequest": {
3355      "base": "<p>Contains the parameters for CreateVpnConnection.</p>",
3356      "refs": {
3357      }
3358    },
3359    "CreateVpnConnectionResult": {
3360      "base": "<p>Contains the output of CreateVpnConnection.</p>",
3361      "refs": {
3362      }
3363    },
3364    "CreateVpnConnectionRouteRequest": {
3365      "base": "<p>Contains the parameters for CreateVpnConnectionRoute.</p>",
3366      "refs": {
3367      }
3368    },
3369    "CreateVpnGatewayRequest": {
3370      "base": "<p>Contains the parameters for CreateVpnGateway.</p>",
3371      "refs": {
3372      }
3373    },
3374    "CreateVpnGatewayResult": {
3375      "base": "<p>Contains the output of CreateVpnGateway.</p>",
3376      "refs": {
3377      }
3378    },
3379    "CreditSpecification": {
3380      "base": "<p>Describes the credit option for CPU usage of a T2, T3, or T3a instance.</p>",
3381      "refs": {
3382        "ResponseLaunchTemplateData$CreditSpecification": "<p>The credit option for CPU usage of the instance.</p>"
3383      }
3384    },
3385    "CreditSpecificationRequest": {
3386      "base": "<p>The credit option for CPU usage of a T2, T3, or T3a instance.</p>",
3387      "refs": {
3388        "RequestLaunchTemplateData$CreditSpecification": "<p>The credit option for CPU usage of the instance. Valid for T2, T3, or T3a instances only.</p>",
3389        "RunInstancesRequest$CreditSpecification": "<p>The credit option for CPU usage of the burstable performance instance. Valid values are <code>standard</code> and <code>unlimited</code>. To change this attribute after launch, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html\"> ModifyInstanceCreditSpecification</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html\">Burstable performance instances</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default: <code>standard</code> (T2 instances) or <code>unlimited</code> (T3/T3a instances)</p>"
3390      }
3391    },
3392    "CurrencyCodeValues": {
3393      "base": null,
3394      "refs": {
3395        "GetHostReservationPurchasePreviewResult$CurrencyCode": "<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>",
3396        "HostOffering$CurrencyCode": "<p>The currency of the offering.</p>",
3397        "HostReservation$CurrencyCode": "<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>",
3398        "PriceSchedule$CurrencyCode": "<p>The currency for transacting the Reserved Instance resale. At this time, the only supported currency is <code>USD</code>.</p>",
3399        "PriceScheduleSpecification$CurrencyCode": "<p>The currency for transacting the Reserved Instance resale. At this time, the only supported currency is <code>USD</code>.</p>",
3400        "Purchase$CurrencyCode": "<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>",
3401        "PurchaseHostReservationRequest$CurrencyCode": "<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>",
3402        "PurchaseHostReservationResult$CurrencyCode": "<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>",
3403        "ReservedInstanceLimitPrice$CurrencyCode": "<p>The currency in which the <code>limitPrice</code> amount is specified. At this time, the only supported currency is <code>USD</code>.</p>",
3404        "ReservedInstances$CurrencyCode": "<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>",
3405        "ReservedInstancesOffering$CurrencyCode": "<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>"
3406      }
3407    },
3408    "CurrentGenerationFlag": {
3409      "base": null,
3410      "refs": {
3411        "InstanceTypeInfo$CurrentGeneration": "<p>Indicates whether the instance type is current generation.</p>"
3412      }
3413    },
3414    "CustomerGateway": {
3415      "base": "<p>Describes a customer gateway.</p>",
3416      "refs": {
3417        "CreateCustomerGatewayResult$CustomerGateway": "<p>Information about the customer gateway.</p>",
3418        "CustomerGatewayList$member": null
3419      }
3420    },
3421    "CustomerGatewayId": {
3422      "base": null,
3423      "refs": {
3424        "CreateVpnConnectionRequest$CustomerGatewayId": "<p>The ID of the customer gateway.</p>",
3425        "CustomerGatewayIdStringList$member": null,
3426        "DeleteCustomerGatewayRequest$CustomerGatewayId": "<p>The ID of the customer gateway.</p>",
3427        "ModifyVpnConnectionRequest$CustomerGatewayId": "<p>The ID of the customer gateway at your end of the VPN connection.</p>"
3428      }
3429    },
3430    "CustomerGatewayIdStringList": {
3431      "base": null,
3432      "refs": {
3433        "DescribeCustomerGatewaysRequest$CustomerGatewayIds": "<p>One or more customer gateway IDs.</p> <p>Default: Describes all your customer gateways.</p>"
3434      }
3435    },
3436    "CustomerGatewayList": {
3437      "base": null,
3438      "refs": {
3439        "DescribeCustomerGatewaysResult$CustomerGateways": "<p>Information about one or more customer gateways.</p>"
3440      }
3441    },
3442    "DITMaxResults": {
3443      "base": null,
3444      "refs": {
3445        "DescribeInstanceTypesRequest$MaxResults": "<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 next token value.</p>"
3446      }
3447    },
3448    "DITOMaxResults": {
3449      "base": null,
3450      "refs": {
3451        "DescribeInstanceTypeOfferingsRequest$MaxResults": "<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 next token value.</p>"
3452      }
3453    },
3454    "DatafeedSubscriptionState": {
3455      "base": null,
3456      "refs": {
3457        "SpotDatafeedSubscription$State": "<p>The state of the Spot Instance data feed subscription.</p>"
3458      }
3459    },
3460    "DateTime": {
3461      "base": null,
3462      "refs": {
3463        "BundleTask$StartTime": "<p>The time this task started.</p>",
3464        "BundleTask$UpdateTime": "<p>The time of the most recent update for the task.</p>",
3465        "CapacityReservation$EndDate": "<p>The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to <code>expired</code> when it reaches its end date and time.</p>",
3466        "CapacityReservation$CreateDate": "<p>The date and time at which the Capacity Reservation was created.</p>",
3467        "ClientData$UploadEnd": "<p>The time that the disk upload ends.</p>",
3468        "ClientData$UploadStart": "<p>The time that the disk upload starts.</p>",
3469        "CreateCapacityReservationRequest$EndDate": "<p>The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to <code>expired</code> when it reaches its end date and time.</p> <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is <code>unlimited</code>.</p> <p>If the <code>EndDateType</code> is <code>limited</code>, the Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.</p>",
3470        "CreateFleetRequest$ValidFrom": "<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>",
3471        "CreateFleetRequest$ValidUntil": "<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 EC2 Fleet requests are placed or able to fulfill the request. If no value is specified, the request remains until you cancel it.</p>",
3472        "DescribeFleetHistoryRequest$StartTime": "<p>The start 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>",
3473        "DescribeFleetHistoryResult$LastEvaluatedTime": "<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>",
3474        "DescribeFleetHistoryResult$StartTime": "<p>The start 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>",
3475        "DescribeSpotFleetRequestHistoryRequest$StartTime": "<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>",
3476        "DescribeSpotFleetRequestHistoryResponse$LastEvaluatedTime": "<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>",
3477        "DescribeSpotFleetRequestHistoryResponse$StartTime": "<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>",
3478        "DescribeSpotPriceHistoryRequest$EndTime": "<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>",
3479        "DescribeSpotPriceHistoryRequest$StartTime": "<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>",
3480        "EbsInstanceBlockDevice$AttachTime": "<p>The time stamp when the attachment initiated.</p>",
3481        "ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorAssociationTime": "<p> The time at which the elastic inference accelerator is associated with an instance. </p>",
3482        "FleetData$CreateTime": "<p>The creation date and time of the EC2 Fleet.</p>",
3483        "FleetData$ValidFrom": "<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>",
3484        "FleetData$ValidUntil": "<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 instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date. </p>",
3485        "FpgaImage$CreateTime": "<p>The date and time the AFI was created.</p>",
3486        "FpgaImage$UpdateTime": "<p>The time of the most recent update to the AFI.</p>",
3487        "GetConsoleOutputResult$Timestamp": "<p>The time at which the output was last updated.</p>",
3488        "GetPasswordDataResult$Timestamp": "<p>The time the data was last updated.</p>",
3489        "GetReservedInstancesExchangeQuoteResult$OutputReservedInstancesWillExpireAt": "<p>The new end date of the reservation term.</p>",
3490        "HistoryRecord$Timestamp": "<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>",
3491        "HistoryRecordEntry$Timestamp": "<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>",
3492        "Host$AllocationTime": "<p>The time that the Dedicated Host was allocated.</p>",
3493        "Host$ReleaseTime": "<p>The time that the Dedicated Host was released.</p>",
3494        "HostReservation$End": "<p>The date and time that the reservation ends.</p>",
3495        "HostReservation$Start": "<p>The date and time that the reservation started.</p>",
3496        "IamInstanceProfileAssociation$Timestamp": "<p>The time the IAM instance profile was associated with the instance.</p>",
3497        "IdFormat$Deadline": "<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>",
3498        "Instance$LaunchTime": "<p>The time the instance was launched.</p>",
3499        "InstanceNetworkInterfaceAttachment$AttachTime": "<p>The time stamp when the attachment initiated.</p>",
3500        "InstanceStatusDetails$ImpairedSince": "<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>",
3501        "InstanceStatusEvent$NotAfter": "<p>The latest scheduled end time for the event.</p>",
3502        "InstanceStatusEvent$NotBefore": "<p>The earliest scheduled start time for the event.</p>",
3503        "InstanceStatusEvent$NotBeforeDeadline": "<p>The deadline for starting the event.</p>",
3504        "LaunchTemplate$CreateTime": "<p>The time launch template was created.</p>",
3505        "LaunchTemplateSpotMarketOptions$ValidUntil": "<p>The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached.</p>",
3506        "LaunchTemplateSpotMarketOptionsRequest$ValidUntil": "<p>The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached. The default end date is 7 days from the current date.</p>",
3507        "LaunchTemplateVersion$CreateTime": "<p>The time the version was created.</p>",
3508        "ModifyCapacityReservationRequest$EndDate": "<p>The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to <code>expired</code> when it reaches its end date and time.</p> <p>The Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.</p> <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is <code>unlimited</code>.</p>",
3509        "ModifyInstanceEventStartTimeRequest$NotBefore": "<p>The new date and time when the event will take place.</p>",
3510        "NatGateway$CreateTime": "<p>The date and time the NAT gateway was created.</p>",
3511        "NatGateway$DeleteTime": "<p>The date and time the NAT gateway was deleted, if applicable.</p>",
3512        "NetworkInterfaceAttachment$AttachTime": "<p>The timestamp indicating when the attachment initiated.</p>",
3513        "ProvisionedBandwidth$ProvisionTime": "<p>Reserved. If you need to sustain traffic greater than the <a href=\"https://docs.aws.amazon.com/vpc/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>",
3514        "ProvisionedBandwidth$RequestTime": "<p>Reserved. If you need to sustain traffic greater than the <a href=\"https://docs.aws.amazon.com/vpc/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>",
3515        "PurchaseReservedInstancesOfferingRequest$PurchaseTime": "<p>The time at which to purchase the Reserved Instance, 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>",
3516        "ReportInstanceStatusRequest$EndTime": "<p>The time at which the reported instance health state ended.</p>",
3517        "ReportInstanceStatusRequest$StartTime": "<p>The time at which the reported instance health state began.</p>",
3518        "RequestSpotInstancesRequest$ValidFrom": "<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>The specified start date and time cannot be equal to the current date and time. You must specify a start date and time that occurs after the current date and time.</p>",
3519        "RequestSpotInstancesRequest$ValidUntil": "<p>The end date of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p> <ul> <li> <p>For a persistent request, the request remains active until the <code>ValidUntil</code> date and time is reached. Otherwise, the request remains active until you cancel it. </p> </li> <li> <p>For a one-time request, the request remains active until all instances launch, the request is canceled, or the <code>ValidUntil</code> date and time is reached. By default, the request is valid for 7 days from the date the request was created.</p> </li> </ul>",
3520        "ReservedInstances$End": "<p>The time when the Reserved Instance expires.</p>",
3521        "ReservedInstances$Start": "<p>The date and time the Reserved Instance started.</p>",
3522        "ReservedInstancesListing$CreateDate": "<p>The time the listing was created.</p>",
3523        "ReservedInstancesListing$UpdateDate": "<p>The last modified timestamp of the listing.</p>",
3524        "ReservedInstancesModification$CreateDate": "<p>The time when the modification request was created.</p>",
3525        "ReservedInstancesModification$EffectiveDate": "<p>The time for the modification to become effective.</p>",
3526        "ReservedInstancesModification$UpdateDate": "<p>The time when the modification request was last updated.</p>",
3527        "ScheduledInstance$CreateDate": "<p>The date when the Scheduled Instance was purchased.</p>",
3528        "ScheduledInstance$NextSlotStartTime": "<p>The time for the next schedule to start.</p>",
3529        "ScheduledInstance$PreviousSlotEndTime": "<p>The time that the previous schedule ended or will end.</p>",
3530        "ScheduledInstance$TermEndDate": "<p>The end date for the Scheduled Instance.</p>",
3531        "ScheduledInstance$TermStartDate": "<p>The start date for the Scheduled Instance.</p>",
3532        "ScheduledInstanceAvailability$FirstSlotStartTime": "<p>The time period for the first schedule to start.</p>",
3533        "SlotDateTimeRangeRequest$EarliestTime": "<p>The earliest date and time, in UTC, for the Scheduled Instance to start.</p>",
3534        "SlotDateTimeRangeRequest$LatestTime": "<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>",
3535        "SlotStartTimeRangeRequest$EarliestTime": "<p>The earliest date and time, in UTC, for the Scheduled Instance to start.</p>",
3536        "SlotStartTimeRangeRequest$LatestTime": "<p>The latest date and time, in UTC, for the Scheduled Instance to start.</p>",
3537        "Snapshot$StartTime": "<p>The time stamp when the snapshot was initiated.</p>",
3538        "SpotFleetRequestConfigData$ValidFrom": "<p>The start date and time of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). By default, Amazon EC2 starts fulfilling the request immediately.</p>",
3539        "SpotFleetRequestConfigData$ValidUntil": "<p>The end date and time of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). After the end date and time, no new Spot Instance requests are placed or able to fulfill the request. If no value is specified, the Spot Fleet request remains until you cancel it.</p>",
3540        "SpotInstanceRequest$CreateTime": "<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>",
3541        "SpotInstanceRequest$ValidFrom": "<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>",
3542        "SpotInstanceRequest$ValidUntil": "<p>The end date of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p> <ul> <li> <p>For a persistent request, the request remains active until the <code>validUntil</code> date and time is reached. Otherwise, the request remains active until you cancel it. </p> </li> <li> <p>For a one-time request, the request remains active until all instances launch, the request is canceled, or the <code>validUntil</code> date and time is reached. By default, the request is valid for 7 days from the date the request was created.</p> </li> </ul>",
3543        "SpotInstanceStatus$UpdateTime": "<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>",
3544        "SpotMarketOptions$ValidUntil": "<p>The end date of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). Supported only for persistent requests.</p> <ul> <li> <p>For a persistent request, the request remains active until the <code>ValidUntil</code> date and time is reached. Otherwise, the request remains active until you cancel it.</p> </li> <li> <p>For a one-time request, <code>ValidUntil</code> is not supported. The request remains active until all instances launch or you cancel the request.</p> </li> </ul>",
3545        "SpotPrice$Timestamp": "<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>",
3546        "TransitGateway$CreationTime": "<p>The creation time.</p>",
3547        "TransitGatewayAttachment$CreationTime": "<p>The creation time.</p>",
3548        "TransitGatewayConnect$CreationTime": "<p>The creation time.</p>",
3549        "TransitGatewayConnectPeer$CreationTime": "<p>The creation time.</p>",
3550        "TransitGatewayMulticastDomain$CreationTime": "<p>The time the transit gateway multicast domain was created.</p>",
3551        "TransitGatewayPeeringAttachment$CreationTime": "<p>The time the transit gateway peering attachment was created.</p>",
3552        "TransitGatewayRouteTable$CreationTime": "<p>The creation time.</p>",
3553        "TransitGatewayVpcAttachment$CreationTime": "<p>The creation time.</p>",
3554        "VgwTelemetry$LastStatusChange": "<p>The date and time of the last change in status.</p>",
3555        "Volume$CreateTime": "<p>The time stamp when volume creation was initiated.</p>",
3556        "VolumeAttachment$AttachTime": "<p>The time stamp when the attachment initiated.</p>",
3557        "VolumeModification$StartTime": "<p>The modification start time.</p>",
3558        "VolumeModification$EndTime": "<p>The modification completion or failure time.</p>",
3559        "VpcPeeringConnection$ExpirationTime": "<p>The time that an unaccepted VPC peering connection will expire.</p>"
3560      }
3561    },
3562    "DedicatedHostFlag": {
3563      "base": null,
3564      "refs": {
3565        "InstanceTypeInfo$DedicatedHostsSupported": "<p>Indicates whether Dedicated Hosts are supported on the instance type.</p>"
3566      }
3567    },
3568    "DedicatedHostId": {
3569      "base": null,
3570      "refs": {
3571        "LaunchTemplatePlacementRequest$HostId": "<p>The ID of the Dedicated Host for the instance.</p>",
3572        "ModifyInstancePlacementRequest$HostId": "<p>The ID of the Dedicated Host with which to associate the instance.</p>",
3573        "RequestHostIdList$member": null,
3574        "RequestHostIdSet$member": null
3575      }
3576    },
3577    "DefaultNetworkCardIndex": {
3578      "base": null,
3579      "refs": {
3580        "NetworkInfo$DefaultNetworkCardIndex": "<p>The index of the default network card, starting at 0.</p>"
3581      }
3582    },
3583    "DefaultRouteTableAssociationValue": {
3584      "base": null,
3585      "refs": {
3586        "ModifyTransitGatewayOptions$DefaultRouteTableAssociation": "<p>Enable or disable automatic association with the default association route table.</p>",
3587        "TransitGatewayOptions$DefaultRouteTableAssociation": "<p>Indicates whether resource attachments are automatically associated with the default association route table.</p>",
3588        "TransitGatewayRequestOptions$DefaultRouteTableAssociation": "<p>Enable or disable automatic association with the default association route table. Enabled by default.</p>"
3589      }
3590    },
3591    "DefaultRouteTablePropagationValue": {
3592      "base": null,
3593      "refs": {
3594        "ModifyTransitGatewayOptions$DefaultRouteTablePropagation": "<p>Enable or disable automatic propagation of routes to the default propagation route table.</p>",
3595        "TransitGatewayOptions$DefaultRouteTablePropagation": "<p>Indicates whether resource attachments automatically propagate routes to the default propagation route table.</p>",
3596        "TransitGatewayRequestOptions$DefaultRouteTablePropagation": "<p>Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.</p>"
3597      }
3598    },
3599    "DefaultTargetCapacityType": {
3600      "base": null,
3601      "refs": {
3602        "TargetCapacitySpecification$DefaultTargetCapacityType": "<p>The default <code>TotalTargetCapacity</code>, which is either <code>Spot</code> or <code>On-Demand</code>.</p>",
3603        "TargetCapacitySpecificationRequest$DefaultTargetCapacityType": "<p>The default <code>TotalTargetCapacity</code>, which is either <code>Spot</code> or <code>On-Demand</code>.</p>"
3604      }
3605    },
3606    "DefaultingDhcpOptionsId": {
3607      "base": null,
3608      "refs": {
3609        "AssociateDhcpOptionsRequest$DhcpOptionsId": "<p>The ID of the DHCP options set, or <code>default</code> to associate no DHCP options with the VPC.</p>"
3610      }
3611    },
3612    "DeleteCarrierGatewayRequest": {
3613      "base": null,
3614      "refs": {
3615      }
3616    },
3617    "DeleteCarrierGatewayResult": {
3618      "base": null,
3619      "refs": {
3620      }
3621    },
3622    "DeleteClientVpnEndpointRequest": {
3623      "base": null,
3624      "refs": {
3625      }
3626    },
3627    "DeleteClientVpnEndpointResult": {
3628      "base": null,
3629      "refs": {
3630      }
3631    },
3632    "DeleteClientVpnRouteRequest": {
3633      "base": null,
3634      "refs": {
3635      }
3636    },
3637    "DeleteClientVpnRouteResult": {
3638      "base": null,
3639      "refs": {
3640      }
3641    },
3642    "DeleteCustomerGatewayRequest": {
3643      "base": "<p>Contains the parameters for DeleteCustomerGateway.</p>",
3644      "refs": {
3645      }
3646    },
3647    "DeleteDhcpOptionsRequest": {
3648      "base": null,
3649      "refs": {
3650      }
3651    },
3652    "DeleteEgressOnlyInternetGatewayRequest": {
3653      "base": null,
3654      "refs": {
3655      }
3656    },
3657    "DeleteEgressOnlyInternetGatewayResult": {
3658      "base": null,
3659      "refs": {
3660      }
3661    },
3662    "DeleteFleetError": {
3663      "base": "<p>Describes an EC2 Fleet error.</p>",
3664      "refs": {
3665        "DeleteFleetErrorItem$Error": "<p>The error.</p>"
3666      }
3667    },
3668    "DeleteFleetErrorCode": {
3669      "base": null,
3670      "refs": {
3671        "DeleteFleetError$Code": "<p>The error code.</p>"
3672      }
3673    },
3674    "DeleteFleetErrorItem": {
3675      "base": "<p>Describes an EC2 Fleet that was not successfully deleted.</p>",
3676      "refs": {
3677        "DeleteFleetErrorSet$member": null
3678      }
3679    },
3680    "DeleteFleetErrorSet": {
3681      "base": null,
3682      "refs": {
3683        "DeleteFleetsResult$UnsuccessfulFleetDeletions": "<p>Information about the EC2 Fleets that are not successfully deleted.</p>"
3684      }
3685    },
3686    "DeleteFleetSuccessItem": {
3687      "base": "<p>Describes an EC2 Fleet that was successfully deleted.</p>",
3688      "refs": {
3689        "DeleteFleetSuccessSet$member": null
3690      }
3691    },
3692    "DeleteFleetSuccessSet": {
3693      "base": null,
3694      "refs": {
3695        "DeleteFleetsResult$SuccessfulFleetDeletions": "<p>Information about the EC2 Fleets that are successfully deleted.</p>"
3696      }
3697    },
3698    "DeleteFleetsRequest": {
3699      "base": null,
3700      "refs": {
3701      }
3702    },
3703    "DeleteFleetsResult": {
3704      "base": null,
3705      "refs": {
3706      }
3707    },
3708    "DeleteFlowLogsRequest": {
3709      "base": null,
3710      "refs": {
3711      }
3712    },
3713    "DeleteFlowLogsResult": {
3714      "base": null,
3715      "refs": {
3716      }
3717    },
3718    "DeleteFpgaImageRequest": {
3719      "base": null,
3720      "refs": {
3721      }
3722    },
3723    "DeleteFpgaImageResult": {
3724      "base": null,
3725      "refs": {
3726      }
3727    },
3728    "DeleteInternetGatewayRequest": {
3729      "base": null,
3730      "refs": {
3731      }
3732    },
3733    "DeleteKeyPairRequest": {
3734      "base": null,
3735      "refs": {
3736      }
3737    },
3738    "DeleteLaunchTemplateRequest": {
3739      "base": null,
3740      "refs": {
3741      }
3742    },
3743    "DeleteLaunchTemplateResult": {
3744      "base": null,
3745      "refs": {
3746      }
3747    },
3748    "DeleteLaunchTemplateVersionsRequest": {
3749      "base": null,
3750      "refs": {
3751      }
3752    },
3753    "DeleteLaunchTemplateVersionsResponseErrorItem": {
3754      "base": "<p>Describes a launch template version that could not be deleted.</p>",
3755      "refs": {
3756        "DeleteLaunchTemplateVersionsResponseErrorSet$member": null
3757      }
3758    },
3759    "DeleteLaunchTemplateVersionsResponseErrorSet": {
3760      "base": null,
3761      "refs": {
3762        "DeleteLaunchTemplateVersionsResult$UnsuccessfullyDeletedLaunchTemplateVersions": "<p>Information about the launch template versions that could not be deleted.</p>"
3763      }
3764    },
3765    "DeleteLaunchTemplateVersionsResponseSuccessItem": {
3766      "base": "<p>Describes a launch template version that was successfully deleted.</p>",
3767      "refs": {
3768        "DeleteLaunchTemplateVersionsResponseSuccessSet$member": null
3769      }
3770    },
3771    "DeleteLaunchTemplateVersionsResponseSuccessSet": {
3772      "base": null,
3773      "refs": {
3774        "DeleteLaunchTemplateVersionsResult$SuccessfullyDeletedLaunchTemplateVersions": "<p>Information about the launch template versions that were successfully deleted.</p>"
3775      }
3776    },
3777    "DeleteLaunchTemplateVersionsResult": {
3778      "base": null,
3779      "refs": {
3780      }
3781    },
3782    "DeleteLocalGatewayRouteRequest": {
3783      "base": null,
3784      "refs": {
3785      }
3786    },
3787    "DeleteLocalGatewayRouteResult": {
3788      "base": null,
3789      "refs": {
3790      }
3791    },
3792    "DeleteLocalGatewayRouteTableVpcAssociationRequest": {
3793      "base": null,
3794      "refs": {
3795      }
3796    },
3797    "DeleteLocalGatewayRouteTableVpcAssociationResult": {
3798      "base": null,
3799      "refs": {
3800      }
3801    },
3802    "DeleteManagedPrefixListRequest": {
3803      "base": null,
3804      "refs": {
3805      }
3806    },
3807    "DeleteManagedPrefixListResult": {
3808      "base": null,
3809      "refs": {
3810      }
3811    },
3812    "DeleteNatGatewayRequest": {
3813      "base": null,
3814      "refs": {
3815      }
3816    },
3817    "DeleteNatGatewayResult": {
3818      "base": null,
3819      "refs": {
3820      }
3821    },
3822    "DeleteNetworkAclEntryRequest": {
3823      "base": null,
3824      "refs": {
3825      }
3826    },
3827    "DeleteNetworkAclRequest": {
3828      "base": null,
3829      "refs": {
3830      }
3831    },
3832    "DeleteNetworkInsightsAnalysisRequest": {
3833      "base": null,
3834      "refs": {
3835      }
3836    },
3837    "DeleteNetworkInsightsAnalysisResult": {
3838      "base": null,
3839      "refs": {
3840      }
3841    },
3842    "DeleteNetworkInsightsPathRequest": {
3843      "base": null,
3844      "refs": {
3845      }
3846    },
3847    "DeleteNetworkInsightsPathResult": {
3848      "base": null,
3849      "refs": {
3850      }
3851    },
3852    "DeleteNetworkInterfacePermissionRequest": {
3853      "base": "<p>Contains the parameters for DeleteNetworkInterfacePermission.</p>",
3854      "refs": {
3855      }
3856    },
3857    "DeleteNetworkInterfacePermissionResult": {
3858      "base": "<p>Contains the output for DeleteNetworkInterfacePermission.</p>",
3859      "refs": {
3860      }
3861    },
3862    "DeleteNetworkInterfaceRequest": {
3863      "base": "<p>Contains the parameters for DeleteNetworkInterface.</p>",
3864      "refs": {
3865      }
3866    },
3867    "DeletePlacementGroupRequest": {
3868      "base": null,
3869      "refs": {
3870      }
3871    },
3872    "DeleteQueuedReservedInstancesError": {
3873      "base": "<p>Describes the error for a Reserved Instance whose queued purchase could not be deleted.</p>",
3874      "refs": {
3875        "FailedQueuedPurchaseDeletion$Error": "<p>The error.</p>"
3876      }
3877    },
3878    "DeleteQueuedReservedInstancesErrorCode": {
3879      "base": null,
3880      "refs": {
3881        "DeleteQueuedReservedInstancesError$Code": "<p>The error code.</p>"
3882      }
3883    },
3884    "DeleteQueuedReservedInstancesIdList": {
3885      "base": null,
3886      "refs": {
3887        "DeleteQueuedReservedInstancesRequest$ReservedInstancesIds": "<p>The IDs of the Reserved Instances.</p>"
3888      }
3889    },
3890    "DeleteQueuedReservedInstancesRequest": {
3891      "base": null,
3892      "refs": {
3893      }
3894    },
3895    "DeleteQueuedReservedInstancesResult": {
3896      "base": null,
3897      "refs": {
3898      }
3899    },
3900    "DeleteRouteRequest": {
3901      "base": null,
3902      "refs": {
3903      }
3904    },
3905    "DeleteRouteTableRequest": {
3906      "base": null,
3907      "refs": {
3908      }
3909    },
3910    "DeleteSecurityGroupRequest": {
3911      "base": null,
3912      "refs": {
3913      }
3914    },
3915    "DeleteSnapshotRequest": {
3916      "base": null,
3917      "refs": {
3918      }
3919    },
3920    "DeleteSpotDatafeedSubscriptionRequest": {
3921      "base": "<p>Contains the parameters for DeleteSpotDatafeedSubscription.</p>",
3922      "refs": {
3923      }
3924    },
3925    "DeleteSubnetRequest": {
3926      "base": null,
3927      "refs": {
3928      }
3929    },
3930    "DeleteTagsRequest": {
3931      "base": null,
3932      "refs": {
3933      }
3934    },
3935    "DeleteTrafficMirrorFilterRequest": {
3936      "base": null,
3937      "refs": {
3938      }
3939    },
3940    "DeleteTrafficMirrorFilterResult": {
3941      "base": null,
3942      "refs": {
3943      }
3944    },
3945    "DeleteTrafficMirrorFilterRuleRequest": {
3946      "base": null,
3947      "refs": {
3948      }
3949    },
3950    "DeleteTrafficMirrorFilterRuleResult": {
3951      "base": null,
3952      "refs": {
3953      }
3954    },
3955    "DeleteTrafficMirrorSessionRequest": {
3956      "base": null,
3957      "refs": {
3958      }
3959    },
3960    "DeleteTrafficMirrorSessionResult": {
3961      "base": null,
3962      "refs": {
3963      }
3964    },
3965    "DeleteTrafficMirrorTargetRequest": {
3966      "base": null,
3967      "refs": {
3968      }
3969    },
3970    "DeleteTrafficMirrorTargetResult": {
3971      "base": null,
3972      "refs": {
3973      }
3974    },
3975    "DeleteTransitGatewayConnectPeerRequest": {
3976      "base": null,
3977      "refs": {
3978      }
3979    },
3980    "DeleteTransitGatewayConnectPeerResult": {
3981      "base": null,
3982      "refs": {
3983      }
3984    },
3985    "DeleteTransitGatewayConnectRequest": {
3986      "base": null,
3987      "refs": {
3988      }
3989    },
3990    "DeleteTransitGatewayConnectResult": {
3991      "base": null,
3992      "refs": {
3993      }
3994    },
3995    "DeleteTransitGatewayMulticastDomainRequest": {
3996      "base": null,
3997      "refs": {
3998      }
3999    },
4000    "DeleteTransitGatewayMulticastDomainResult": {
4001      "base": null,
4002      "refs": {
4003      }
4004    },
4005    "DeleteTransitGatewayPeeringAttachmentRequest": {
4006      "base": null,
4007      "refs": {
4008      }
4009    },
4010    "DeleteTransitGatewayPeeringAttachmentResult": {
4011      "base": null,
4012      "refs": {
4013      }
4014    },
4015    "DeleteTransitGatewayPrefixListReferenceRequest": {
4016      "base": null,
4017      "refs": {
4018      }
4019    },
4020    "DeleteTransitGatewayPrefixListReferenceResult": {
4021      "base": null,
4022      "refs": {
4023      }
4024    },
4025    "DeleteTransitGatewayRequest": {
4026      "base": null,
4027      "refs": {
4028      }
4029    },
4030    "DeleteTransitGatewayResult": {
4031      "base": null,
4032      "refs": {
4033      }
4034    },
4035    "DeleteTransitGatewayRouteRequest": {
4036      "base": null,
4037      "refs": {
4038      }
4039    },
4040    "DeleteTransitGatewayRouteResult": {
4041      "base": null,
4042      "refs": {
4043      }
4044    },
4045    "DeleteTransitGatewayRouteTableRequest": {
4046      "base": null,
4047      "refs": {
4048      }
4049    },
4050    "DeleteTransitGatewayRouteTableResult": {
4051      "base": null,
4052      "refs": {
4053      }
4054    },
4055    "DeleteTransitGatewayVpcAttachmentRequest": {
4056      "base": null,
4057      "refs": {
4058      }
4059    },
4060    "DeleteTransitGatewayVpcAttachmentResult": {
4061      "base": null,
4062      "refs": {
4063      }
4064    },
4065    "DeleteVolumeRequest": {
4066      "base": null,
4067      "refs": {
4068      }
4069    },
4070    "DeleteVpcEndpointConnectionNotificationsRequest": {
4071      "base": null,
4072      "refs": {
4073      }
4074    },
4075    "DeleteVpcEndpointConnectionNotificationsResult": {
4076      "base": null,
4077      "refs": {
4078      }
4079    },
4080    "DeleteVpcEndpointServiceConfigurationsRequest": {
4081      "base": null,
4082      "refs": {
4083      }
4084    },
4085    "DeleteVpcEndpointServiceConfigurationsResult": {
4086      "base": null,
4087      "refs": {
4088      }
4089    },
4090    "DeleteVpcEndpointsRequest": {
4091      "base": "<p>Contains the parameters for DeleteVpcEndpoints.</p>",
4092      "refs": {
4093      }
4094    },
4095    "DeleteVpcEndpointsResult": {
4096      "base": "<p>Contains the output of DeleteVpcEndpoints.</p>",
4097      "refs": {
4098      }
4099    },
4100    "DeleteVpcPeeringConnectionRequest": {
4101      "base": null,
4102      "refs": {
4103      }
4104    },
4105    "DeleteVpcPeeringConnectionResult": {
4106      "base": null,
4107      "refs": {
4108      }
4109    },
4110    "DeleteVpcRequest": {
4111      "base": null,
4112      "refs": {
4113      }
4114    },
4115    "DeleteVpnConnectionRequest": {
4116      "base": "<p>Contains the parameters for DeleteVpnConnection.</p>",
4117      "refs": {
4118      }
4119    },
4120    "DeleteVpnConnectionRouteRequest": {
4121      "base": "<p>Contains the parameters for DeleteVpnConnectionRoute.</p>",
4122      "refs": {
4123      }
4124    },
4125    "DeleteVpnGatewayRequest": {
4126      "base": "<p>Contains the parameters for DeleteVpnGateway.</p>",
4127      "refs": {
4128      }
4129    },
4130    "DeprovisionByoipCidrRequest": {
4131      "base": null,
4132      "refs": {
4133      }
4134    },
4135    "DeprovisionByoipCidrResult": {
4136      "base": null,
4137      "refs": {
4138      }
4139    },
4140    "DeregisterImageRequest": {
4141      "base": "<p>Contains the parameters for DeregisterImage.</p>",
4142      "refs": {
4143      }
4144    },
4145    "DeregisterInstanceEventNotificationAttributesRequest": {
4146      "base": null,
4147      "refs": {
4148      }
4149    },
4150    "DeregisterInstanceEventNotificationAttributesResult": {
4151      "base": null,
4152      "refs": {
4153      }
4154    },
4155    "DeregisterInstanceTagAttributeRequest": {
4156      "base": "<p>Information about the tag keys to deregister for the current Region. You can either specify individual tag keys or deregister all tag keys in the current Region. You must specify either <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>",
4157      "refs": {
4158        "DeregisterInstanceEventNotificationAttributesRequest$InstanceTagAttribute": "<p>Information about the tag keys to deregister.</p>"
4159      }
4160    },
4161    "DeregisterTransitGatewayMulticastGroupMembersRequest": {
4162      "base": null,
4163      "refs": {
4164      }
4165    },
4166    "DeregisterTransitGatewayMulticastGroupMembersResult": {
4167      "base": null,
4168      "refs": {
4169      }
4170    },
4171    "DeregisterTransitGatewayMulticastGroupSourcesRequest": {
4172      "base": null,
4173      "refs": {
4174      }
4175    },
4176    "DeregisterTransitGatewayMulticastGroupSourcesResult": {
4177      "base": null,
4178      "refs": {
4179      }
4180    },
4181    "DescribeAccountAttributesRequest": {
4182      "base": null,
4183      "refs": {
4184      }
4185    },
4186    "DescribeAccountAttributesResult": {
4187      "base": null,
4188      "refs": {
4189      }
4190    },
4191    "DescribeAddressesRequest": {
4192      "base": null,
4193      "refs": {
4194      }
4195    },
4196    "DescribeAddressesResult": {
4197      "base": null,
4198      "refs": {
4199      }
4200    },
4201    "DescribeAggregateIdFormatRequest": {
4202      "base": null,
4203      "refs": {
4204      }
4205    },
4206    "DescribeAggregateIdFormatResult": {
4207      "base": null,
4208      "refs": {
4209      }
4210    },
4211    "DescribeAvailabilityZonesRequest": {
4212      "base": null,
4213      "refs": {
4214      }
4215    },
4216    "DescribeAvailabilityZonesResult": {
4217      "base": null,
4218      "refs": {
4219      }
4220    },
4221    "DescribeBundleTasksRequest": {
4222      "base": null,
4223      "refs": {
4224      }
4225    },
4226    "DescribeBundleTasksResult": {
4227      "base": null,
4228      "refs": {
4229      }
4230    },
4231    "DescribeByoipCidrsMaxResults": {
4232      "base": null,
4233      "refs": {
4234        "DescribeByoipCidrsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
4235      }
4236    },
4237    "DescribeByoipCidrsRequest": {
4238      "base": null,
4239      "refs": {
4240      }
4241    },
4242    "DescribeByoipCidrsResult": {
4243      "base": null,
4244      "refs": {
4245      }
4246    },
4247    "DescribeCapacityReservationsMaxResults": {
4248      "base": null,
4249      "refs": {
4250        "DescribeCapacityReservationsRequest$MaxResults": "<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 receive an error.</p>"
4251      }
4252    },
4253    "DescribeCapacityReservationsRequest": {
4254      "base": null,
4255      "refs": {
4256      }
4257    },
4258    "DescribeCapacityReservationsResult": {
4259      "base": null,
4260      "refs": {
4261      }
4262    },
4263    "DescribeCarrierGatewaysRequest": {
4264      "base": null,
4265      "refs": {
4266      }
4267    },
4268    "DescribeCarrierGatewaysResult": {
4269      "base": null,
4270      "refs": {
4271      }
4272    },
4273    "DescribeClassicLinkInstancesMaxResults": {
4274      "base": null,
4275      "refs": {
4276        "DescribeClassicLinkInstancesRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p> <p>Constraint: If the value is greater than 1000, we return only 1000 items.</p>"
4277      }
4278    },
4279    "DescribeClassicLinkInstancesRequest": {
4280      "base": null,
4281      "refs": {
4282      }
4283    },
4284    "DescribeClassicLinkInstancesResult": {
4285      "base": null,
4286      "refs": {
4287      }
4288    },
4289    "DescribeClientVpnAuthorizationRulesMaxResults": {
4290      "base": null,
4291      "refs": {
4292        "DescribeClientVpnAuthorizationRulesRequest$MaxResults": "<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 nextToken value.</p>"
4293      }
4294    },
4295    "DescribeClientVpnAuthorizationRulesRequest": {
4296      "base": null,
4297      "refs": {
4298      }
4299    },
4300    "DescribeClientVpnAuthorizationRulesResult": {
4301      "base": null,
4302      "refs": {
4303      }
4304    },
4305    "DescribeClientVpnConnectionsMaxResults": {
4306      "base": null,
4307      "refs": {
4308        "DescribeClientVpnConnectionsRequest$MaxResults": "<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 nextToken value.</p>"
4309      }
4310    },
4311    "DescribeClientVpnConnectionsRequest": {
4312      "base": null,
4313      "refs": {
4314      }
4315    },
4316    "DescribeClientVpnConnectionsResult": {
4317      "base": null,
4318      "refs": {
4319      }
4320    },
4321    "DescribeClientVpnEndpointMaxResults": {
4322      "base": null,
4323      "refs": {
4324        "DescribeClientVpnEndpointsRequest$MaxResults": "<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 nextToken value.</p>"
4325      }
4326    },
4327    "DescribeClientVpnEndpointsRequest": {
4328      "base": null,
4329      "refs": {
4330      }
4331    },
4332    "DescribeClientVpnEndpointsResult": {
4333      "base": null,
4334      "refs": {
4335      }
4336    },
4337    "DescribeClientVpnRoutesMaxResults": {
4338      "base": null,
4339      "refs": {
4340        "DescribeClientVpnRoutesRequest$MaxResults": "<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 nextToken value.</p>"
4341      }
4342    },
4343    "DescribeClientVpnRoutesRequest": {
4344      "base": null,
4345      "refs": {
4346      }
4347    },
4348    "DescribeClientVpnRoutesResult": {
4349      "base": null,
4350      "refs": {
4351      }
4352    },
4353    "DescribeClientVpnTargetNetworksMaxResults": {
4354      "base": null,
4355      "refs": {
4356        "DescribeClientVpnTargetNetworksRequest$MaxResults": "<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 nextToken value.</p>"
4357      }
4358    },
4359    "DescribeClientVpnTargetNetworksRequest": {
4360      "base": null,
4361      "refs": {
4362      }
4363    },
4364    "DescribeClientVpnTargetNetworksResult": {
4365      "base": null,
4366      "refs": {
4367      }
4368    },
4369    "DescribeCoipPoolsRequest": {
4370      "base": null,
4371      "refs": {
4372      }
4373    },
4374    "DescribeCoipPoolsResult": {
4375      "base": null,
4376      "refs": {
4377      }
4378    },
4379    "DescribeConversionTaskList": {
4380      "base": null,
4381      "refs": {
4382        "DescribeConversionTasksResult$ConversionTasks": "<p>Information about the conversion tasks.</p>"
4383      }
4384    },
4385    "DescribeConversionTasksRequest": {
4386      "base": null,
4387      "refs": {
4388      }
4389    },
4390    "DescribeConversionTasksResult": {
4391      "base": null,
4392      "refs": {
4393      }
4394    },
4395    "DescribeCustomerGatewaysRequest": {
4396      "base": "<p>Contains the parameters for DescribeCustomerGateways.</p>",
4397      "refs": {
4398      }
4399    },
4400    "DescribeCustomerGatewaysResult": {
4401      "base": "<p>Contains the output of DescribeCustomerGateways.</p>",
4402      "refs": {
4403      }
4404    },
4405    "DescribeDhcpOptionsMaxResults": {
4406      "base": null,
4407      "refs": {
4408        "DescribeDhcpOptionsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
4409      }
4410    },
4411    "DescribeDhcpOptionsRequest": {
4412      "base": null,
4413      "refs": {
4414      }
4415    },
4416    "DescribeDhcpOptionsResult": {
4417      "base": null,
4418      "refs": {
4419      }
4420    },
4421    "DescribeEgressOnlyInternetGatewaysMaxResults": {
4422      "base": null,
4423      "refs": {
4424        "DescribeEgressOnlyInternetGatewaysRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
4425      }
4426    },
4427    "DescribeEgressOnlyInternetGatewaysRequest": {
4428      "base": null,
4429      "refs": {
4430      }
4431    },
4432    "DescribeEgressOnlyInternetGatewaysResult": {
4433      "base": null,
4434      "refs": {
4435      }
4436    },
4437    "DescribeElasticGpusMaxResults": {
4438      "base": null,
4439      "refs": {
4440        "DescribeElasticGpusRequest$MaxResults": "<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.</p>"
4441      }
4442    },
4443    "DescribeElasticGpusRequest": {
4444      "base": null,
4445      "refs": {
4446      }
4447    },
4448    "DescribeElasticGpusResult": {
4449      "base": null,
4450      "refs": {
4451      }
4452    },
4453    "DescribeExportImageTasksMaxResults": {
4454      "base": null,
4455      "refs": {
4456        "DescribeExportImageTasksRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>"
4457      }
4458    },
4459    "DescribeExportImageTasksRequest": {
4460      "base": null,
4461      "refs": {
4462      }
4463    },
4464    "DescribeExportImageTasksResult": {
4465      "base": null,
4466      "refs": {
4467      }
4468    },
4469    "DescribeExportTasksRequest": {
4470      "base": null,
4471      "refs": {
4472      }
4473    },
4474    "DescribeExportTasksResult": {
4475      "base": null,
4476      "refs": {
4477      }
4478    },
4479    "DescribeFastSnapshotRestoreSuccessItem": {
4480      "base": "<p>Describes fast snapshot restores for a snapshot.</p>",
4481      "refs": {
4482        "DescribeFastSnapshotRestoreSuccessSet$member": null
4483      }
4484    },
4485    "DescribeFastSnapshotRestoreSuccessSet": {
4486      "base": null,
4487      "refs": {
4488        "DescribeFastSnapshotRestoresResult$FastSnapshotRestores": "<p>Information about the state of fast snapshot restores.</p>"
4489      }
4490    },
4491    "DescribeFastSnapshotRestoresMaxResults": {
4492      "base": null,
4493      "refs": {
4494        "DescribeFastSnapshotRestoresRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
4495      }
4496    },
4497    "DescribeFastSnapshotRestoresRequest": {
4498      "base": null,
4499      "refs": {
4500      }
4501    },
4502    "DescribeFastSnapshotRestoresResult": {
4503      "base": null,
4504      "refs": {
4505      }
4506    },
4507    "DescribeFleetError": {
4508      "base": "<p>Describes the instances that could not be launched by the fleet.</p>",
4509      "refs": {
4510        "DescribeFleetsErrorSet$member": null
4511      }
4512    },
4513    "DescribeFleetHistoryRequest": {
4514      "base": null,
4515      "refs": {
4516      }
4517    },
4518    "DescribeFleetHistoryResult": {
4519      "base": null,
4520      "refs": {
4521      }
4522    },
4523    "DescribeFleetInstancesRequest": {
4524      "base": null,
4525      "refs": {
4526      }
4527    },
4528    "DescribeFleetInstancesResult": {
4529      "base": null,
4530      "refs": {
4531      }
4532    },
4533    "DescribeFleetsErrorSet": {
4534      "base": null,
4535      "refs": {
4536        "FleetData$Errors": "<p>Information about the instances that could not be launched by the fleet. Valid only when <b>Type</b> is set to <code>instant</code>.</p>"
4537      }
4538    },
4539    "DescribeFleetsInstances": {
4540      "base": "<p>Describes the instances that were launched by the fleet.</p>",
4541      "refs": {
4542        "DescribeFleetsInstancesSet$member": null
4543      }
4544    },
4545    "DescribeFleetsInstancesSet": {
4546      "base": null,
4547      "refs": {
4548        "FleetData$Instances": "<p>Information about the instances that were launched by the fleet. Valid only when <b>Type</b> is set to <code>instant</code>.</p>"
4549      }
4550    },
4551    "DescribeFleetsRequest": {
4552      "base": null,
4553      "refs": {
4554      }
4555    },
4556    "DescribeFleetsResult": {
4557      "base": null,
4558      "refs": {
4559      }
4560    },
4561    "DescribeFlowLogsRequest": {
4562      "base": null,
4563      "refs": {
4564      }
4565    },
4566    "DescribeFlowLogsResult": {
4567      "base": null,
4568      "refs": {
4569      }
4570    },
4571    "DescribeFpgaImageAttributeRequest": {
4572      "base": null,
4573      "refs": {
4574      }
4575    },
4576    "DescribeFpgaImageAttributeResult": {
4577      "base": null,
4578      "refs": {
4579      }
4580    },
4581    "DescribeFpgaImagesMaxResults": {
4582      "base": null,
4583      "refs": {
4584        "DescribeFpgaImagesRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>"
4585      }
4586    },
4587    "DescribeFpgaImagesRequest": {
4588      "base": null,
4589      "refs": {
4590      }
4591    },
4592    "DescribeFpgaImagesResult": {
4593      "base": null,
4594      "refs": {
4595      }
4596    },
4597    "DescribeHostReservationOfferingsRequest": {
4598      "base": null,
4599      "refs": {
4600      }
4601    },
4602    "DescribeHostReservationOfferingsResult": {
4603      "base": null,
4604      "refs": {
4605      }
4606    },
4607    "DescribeHostReservationsMaxResults": {
4608      "base": null,
4609      "refs": {
4610        "DescribeHostReservationOfferingsRequest$MaxResults": "<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 receive an error.</p>"
4611      }
4612    },
4613    "DescribeHostReservationsRequest": {
4614      "base": null,
4615      "refs": {
4616      }
4617    },
4618    "DescribeHostReservationsResult": {
4619      "base": null,
4620      "refs": {
4621      }
4622    },
4623    "DescribeHostsRequest": {
4624      "base": null,
4625      "refs": {
4626      }
4627    },
4628    "DescribeHostsResult": {
4629      "base": null,
4630      "refs": {
4631      }
4632    },
4633    "DescribeIamInstanceProfileAssociationsMaxResults": {
4634      "base": null,
4635      "refs": {
4636        "DescribeIamInstanceProfileAssociationsRequest$MaxResults": "<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>"
4637      }
4638    },
4639    "DescribeIamInstanceProfileAssociationsRequest": {
4640      "base": null,
4641      "refs": {
4642      }
4643    },
4644    "DescribeIamInstanceProfileAssociationsResult": {
4645      "base": null,
4646      "refs": {
4647      }
4648    },
4649    "DescribeIdFormatRequest": {
4650      "base": null,
4651      "refs": {
4652      }
4653    },
4654    "DescribeIdFormatResult": {
4655      "base": null,
4656      "refs": {
4657      }
4658    },
4659    "DescribeIdentityIdFormatRequest": {
4660      "base": null,
4661      "refs": {
4662      }
4663    },
4664    "DescribeIdentityIdFormatResult": {
4665      "base": null,
4666      "refs": {
4667      }
4668    },
4669    "DescribeImageAttributeRequest": {
4670      "base": "<p>Contains the parameters for DescribeImageAttribute.</p>",
4671      "refs": {
4672      }
4673    },
4674    "DescribeImagesRequest": {
4675      "base": null,
4676      "refs": {
4677      }
4678    },
4679    "DescribeImagesResult": {
4680      "base": null,
4681      "refs": {
4682      }
4683    },
4684    "DescribeImportImageTasksRequest": {
4685      "base": null,
4686      "refs": {
4687      }
4688    },
4689    "DescribeImportImageTasksResult": {
4690      "base": null,
4691      "refs": {
4692      }
4693    },
4694    "DescribeImportSnapshotTasksRequest": {
4695      "base": null,
4696      "refs": {
4697      }
4698    },
4699    "DescribeImportSnapshotTasksResult": {
4700      "base": null,
4701      "refs": {
4702      }
4703    },
4704    "DescribeInstanceAttributeRequest": {
4705      "base": null,
4706      "refs": {
4707      }
4708    },
4709    "DescribeInstanceCreditSpecificationsMaxResults": {
4710      "base": null,
4711      "refs": {
4712        "DescribeInstanceCreditSpecificationsRequest$MaxResults": "<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>"
4713      }
4714    },
4715    "DescribeInstanceCreditSpecificationsRequest": {
4716      "base": null,
4717      "refs": {
4718      }
4719    },
4720    "DescribeInstanceCreditSpecificationsResult": {
4721      "base": null,
4722      "refs": {
4723      }
4724    },
4725    "DescribeInstanceEventNotificationAttributesRequest": {
4726      "base": null,
4727      "refs": {
4728      }
4729    },
4730    "DescribeInstanceEventNotificationAttributesResult": {
4731      "base": null,
4732      "refs": {
4733      }
4734    },
4735    "DescribeInstanceStatusRequest": {
4736      "base": null,
4737      "refs": {
4738      }
4739    },
4740    "DescribeInstanceStatusResult": {
4741      "base": null,
4742      "refs": {
4743      }
4744    },
4745    "DescribeInstanceTypeOfferingsRequest": {
4746      "base": null,
4747      "refs": {
4748      }
4749    },
4750    "DescribeInstanceTypeOfferingsResult": {
4751      "base": null,
4752      "refs": {
4753      }
4754    },
4755    "DescribeInstanceTypesRequest": {
4756      "base": null,
4757      "refs": {
4758      }
4759    },
4760    "DescribeInstanceTypesResult": {
4761      "base": null,
4762      "refs": {
4763      }
4764    },
4765    "DescribeInstancesRequest": {
4766      "base": null,
4767      "refs": {
4768      }
4769    },
4770    "DescribeInstancesResult": {
4771      "base": null,
4772      "refs": {
4773      }
4774    },
4775    "DescribeInternetGatewaysMaxResults": {
4776      "base": null,
4777      "refs": {
4778        "DescribeInternetGatewaysRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
4779      }
4780    },
4781    "DescribeInternetGatewaysRequest": {
4782      "base": null,
4783      "refs": {
4784      }
4785    },
4786    "DescribeInternetGatewaysResult": {
4787      "base": null,
4788      "refs": {
4789      }
4790    },
4791    "DescribeIpv6PoolsRequest": {
4792      "base": null,
4793      "refs": {
4794      }
4795    },
4796    "DescribeIpv6PoolsResult": {
4797      "base": null,
4798      "refs": {
4799      }
4800    },
4801    "DescribeKeyPairsRequest": {
4802      "base": null,
4803      "refs": {
4804      }
4805    },
4806    "DescribeKeyPairsResult": {
4807      "base": null,
4808      "refs": {
4809      }
4810    },
4811    "DescribeLaunchTemplateVersionsRequest": {
4812      "base": null,
4813      "refs": {
4814      }
4815    },
4816    "DescribeLaunchTemplateVersionsResult": {
4817      "base": null,
4818      "refs": {
4819      }
4820    },
4821    "DescribeLaunchTemplatesMaxResults": {
4822      "base": null,
4823      "refs": {
4824        "DescribeLaunchTemplatesRequest$MaxResults": "<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 1 and 200.</p>"
4825      }
4826    },
4827    "DescribeLaunchTemplatesRequest": {
4828      "base": null,
4829      "refs": {
4830      }
4831    },
4832    "DescribeLaunchTemplatesResult": {
4833      "base": null,
4834      "refs": {
4835      }
4836    },
4837    "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest": {
4838      "base": null,
4839      "refs": {
4840      }
4841    },
4842    "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult": {
4843      "base": null,
4844      "refs": {
4845      }
4846    },
4847    "DescribeLocalGatewayRouteTableVpcAssociationsRequest": {
4848      "base": null,
4849      "refs": {
4850      }
4851    },
4852    "DescribeLocalGatewayRouteTableVpcAssociationsResult": {
4853      "base": null,
4854      "refs": {
4855      }
4856    },
4857    "DescribeLocalGatewayRouteTablesRequest": {
4858      "base": null,
4859      "refs": {
4860      }
4861    },
4862    "DescribeLocalGatewayRouteTablesResult": {
4863      "base": null,
4864      "refs": {
4865      }
4866    },
4867    "DescribeLocalGatewayVirtualInterfaceGroupsRequest": {
4868      "base": null,
4869      "refs": {
4870      }
4871    },
4872    "DescribeLocalGatewayVirtualInterfaceGroupsResult": {
4873      "base": null,
4874      "refs": {
4875      }
4876    },
4877    "DescribeLocalGatewayVirtualInterfacesRequest": {
4878      "base": null,
4879      "refs": {
4880      }
4881    },
4882    "DescribeLocalGatewayVirtualInterfacesResult": {
4883      "base": null,
4884      "refs": {
4885      }
4886    },
4887    "DescribeLocalGatewaysRequest": {
4888      "base": null,
4889      "refs": {
4890      }
4891    },
4892    "DescribeLocalGatewaysResult": {
4893      "base": null,
4894      "refs": {
4895      }
4896    },
4897    "DescribeManagedPrefixListsRequest": {
4898      "base": null,
4899      "refs": {
4900      }
4901    },
4902    "DescribeManagedPrefixListsResult": {
4903      "base": null,
4904      "refs": {
4905      }
4906    },
4907    "DescribeMovingAddressesMaxResults": {
4908      "base": null,
4909      "refs": {
4910        "DescribeMovingAddressesRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value outside of this range, an error is returned.</p> <p>Default: If no value is provided, the default is 1000.</p>"
4911      }
4912    },
4913    "DescribeMovingAddressesRequest": {
4914      "base": null,
4915      "refs": {
4916      }
4917    },
4918    "DescribeMovingAddressesResult": {
4919      "base": null,
4920      "refs": {
4921      }
4922    },
4923    "DescribeNatGatewaysMaxResults": {
4924      "base": null,
4925      "refs": {
4926        "DescribeNatGatewaysRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
4927      }
4928    },
4929    "DescribeNatGatewaysRequest": {
4930      "base": null,
4931      "refs": {
4932      }
4933    },
4934    "DescribeNatGatewaysResult": {
4935      "base": null,
4936      "refs": {
4937      }
4938    },
4939    "DescribeNetworkAclsMaxResults": {
4940      "base": null,
4941      "refs": {
4942        "DescribeNetworkAclsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
4943      }
4944    },
4945    "DescribeNetworkAclsRequest": {
4946      "base": null,
4947      "refs": {
4948      }
4949    },
4950    "DescribeNetworkAclsResult": {
4951      "base": null,
4952      "refs": {
4953      }
4954    },
4955    "DescribeNetworkInsightsAnalysesRequest": {
4956      "base": null,
4957      "refs": {
4958      }
4959    },
4960    "DescribeNetworkInsightsAnalysesResult": {
4961      "base": null,
4962      "refs": {
4963      }
4964    },
4965    "DescribeNetworkInsightsPathsRequest": {
4966      "base": null,
4967      "refs": {
4968      }
4969    },
4970    "DescribeNetworkInsightsPathsResult": {
4971      "base": null,
4972      "refs": {
4973      }
4974    },
4975    "DescribeNetworkInterfaceAttributeRequest": {
4976      "base": "<p>Contains the parameters for DescribeNetworkInterfaceAttribute.</p>",
4977      "refs": {
4978      }
4979    },
4980    "DescribeNetworkInterfaceAttributeResult": {
4981      "base": "<p>Contains the output of DescribeNetworkInterfaceAttribute.</p>",
4982      "refs": {
4983      }
4984    },
4985    "DescribeNetworkInterfacePermissionsMaxResults": {
4986      "base": null,
4987      "refs": {
4988        "DescribeNetworkInterfacePermissionsRequest$MaxResults": "<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. If this parameter is not specified, up to 50 results are returned by default.</p>"
4989      }
4990    },
4991    "DescribeNetworkInterfacePermissionsRequest": {
4992      "base": "<p>Contains the parameters for DescribeNetworkInterfacePermissions.</p>",
4993      "refs": {
4994      }
4995    },
4996    "DescribeNetworkInterfacePermissionsResult": {
4997      "base": "<p>Contains the output for DescribeNetworkInterfacePermissions.</p>",
4998      "refs": {
4999      }
5000    },
5001    "DescribeNetworkInterfacesMaxResults": {
5002      "base": null,
5003      "refs": {
5004        "DescribeNetworkInterfacesRequest$MaxResults": "<p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. You cannot specify this parameter and the network interface IDs parameter in the same request.</p>"
5005      }
5006    },
5007    "DescribeNetworkInterfacesRequest": {
5008      "base": "<p>Contains the parameters for DescribeNetworkInterfaces.</p>",
5009      "refs": {
5010      }
5011    },
5012    "DescribeNetworkInterfacesResult": {
5013      "base": "<p>Contains the output of DescribeNetworkInterfaces.</p>",
5014      "refs": {
5015      }
5016    },
5017    "DescribePlacementGroupsRequest": {
5018      "base": null,
5019      "refs": {
5020      }
5021    },
5022    "DescribePlacementGroupsResult": {
5023      "base": null,
5024      "refs": {
5025      }
5026    },
5027    "DescribePrefixListsRequest": {
5028      "base": null,
5029      "refs": {
5030      }
5031    },
5032    "DescribePrefixListsResult": {
5033      "base": null,
5034      "refs": {
5035      }
5036    },
5037    "DescribePrincipalIdFormatMaxResults": {
5038      "base": null,
5039      "refs": {
5040        "DescribePrincipalIdFormatRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. </p>"
5041      }
5042    },
5043    "DescribePrincipalIdFormatRequest": {
5044      "base": null,
5045      "refs": {
5046      }
5047    },
5048    "DescribePrincipalIdFormatResult": {
5049      "base": null,
5050      "refs": {
5051      }
5052    },
5053    "DescribePublicIpv4PoolsRequest": {
5054      "base": null,
5055      "refs": {
5056      }
5057    },
5058    "DescribePublicIpv4PoolsResult": {
5059      "base": null,
5060      "refs": {
5061      }
5062    },
5063    "DescribeRegionsRequest": {
5064      "base": null,
5065      "refs": {
5066      }
5067    },
5068    "DescribeRegionsResult": {
5069      "base": null,
5070      "refs": {
5071      }
5072    },
5073    "DescribeReservedInstancesListingsRequest": {
5074      "base": "<p>Contains the parameters for DescribeReservedInstancesListings.</p>",
5075      "refs": {
5076      }
5077    },
5078    "DescribeReservedInstancesListingsResult": {
5079      "base": "<p>Contains the output of DescribeReservedInstancesListings.</p>",
5080      "refs": {
5081      }
5082    },
5083    "DescribeReservedInstancesModificationsRequest": {
5084      "base": "<p>Contains the parameters for DescribeReservedInstancesModifications.</p>",
5085      "refs": {
5086      }
5087    },
5088    "DescribeReservedInstancesModificationsResult": {
5089      "base": "<p>Contains the output of DescribeReservedInstancesModifications.</p>",
5090      "refs": {
5091      }
5092    },
5093    "DescribeReservedInstancesOfferingsRequest": {
5094      "base": "<p>Contains the parameters for DescribeReservedInstancesOfferings.</p>",
5095      "refs": {
5096      }
5097    },
5098    "DescribeReservedInstancesOfferingsResult": {
5099      "base": "<p>Contains the output of DescribeReservedInstancesOfferings.</p>",
5100      "refs": {
5101      }
5102    },
5103    "DescribeReservedInstancesRequest": {
5104      "base": "<p>Contains the parameters for DescribeReservedInstances.</p>",
5105      "refs": {
5106      }
5107    },
5108    "DescribeReservedInstancesResult": {
5109      "base": "<p>Contains the output for DescribeReservedInstances.</p>",
5110      "refs": {
5111      }
5112    },
5113    "DescribeRouteTablesMaxResults": {
5114      "base": null,
5115      "refs": {
5116        "DescribeRouteTablesRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
5117      }
5118    },
5119    "DescribeRouteTablesRequest": {
5120      "base": null,
5121      "refs": {
5122      }
5123    },
5124    "DescribeRouteTablesResult": {
5125      "base": "<p>Contains the output of DescribeRouteTables.</p>",
5126      "refs": {
5127      }
5128    },
5129    "DescribeScheduledInstanceAvailabilityMaxResults": {
5130      "base": null,
5131      "refs": {
5132        "DescribeScheduledInstanceAvailabilityRequest$MaxResults": "<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>"
5133      }
5134    },
5135    "DescribeScheduledInstanceAvailabilityRequest": {
5136      "base": "<p>Contains the parameters for DescribeScheduledInstanceAvailability.</p>",
5137      "refs": {
5138      }
5139    },
5140    "DescribeScheduledInstanceAvailabilityResult": {
5141      "base": "<p>Contains the output of DescribeScheduledInstanceAvailability.</p>",
5142      "refs": {
5143      }
5144    },
5145    "DescribeScheduledInstancesRequest": {
5146      "base": "<p>Contains the parameters for DescribeScheduledInstances.</p>",
5147      "refs": {
5148      }
5149    },
5150    "DescribeScheduledInstancesResult": {
5151      "base": "<p>Contains the output of DescribeScheduledInstances.</p>",
5152      "refs": {
5153      }
5154    },
5155    "DescribeSecurityGroupReferencesRequest": {
5156      "base": null,
5157      "refs": {
5158      }
5159    },
5160    "DescribeSecurityGroupReferencesResult": {
5161      "base": null,
5162      "refs": {
5163      }
5164    },
5165    "DescribeSecurityGroupsMaxResults": {
5166      "base": null,
5167      "refs": {
5168        "DescribeSecurityGroupsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000. If this parameter is not specified, then all results are returned.</p>"
5169      }
5170    },
5171    "DescribeSecurityGroupsRequest": {
5172      "base": null,
5173      "refs": {
5174      }
5175    },
5176    "DescribeSecurityGroupsResult": {
5177      "base": null,
5178      "refs": {
5179      }
5180    },
5181    "DescribeSnapshotAttributeRequest": {
5182      "base": null,
5183      "refs": {
5184      }
5185    },
5186    "DescribeSnapshotAttributeResult": {
5187      "base": null,
5188      "refs": {
5189      }
5190    },
5191    "DescribeSnapshotsRequest": {
5192      "base": null,
5193      "refs": {
5194      }
5195    },
5196    "DescribeSnapshotsResult": {
5197      "base": null,
5198      "refs": {
5199      }
5200    },
5201    "DescribeSpotDatafeedSubscriptionRequest": {
5202      "base": "<p>Contains the parameters for DescribeSpotDatafeedSubscription.</p>",
5203      "refs": {
5204      }
5205    },
5206    "DescribeSpotDatafeedSubscriptionResult": {
5207      "base": "<p>Contains the output of DescribeSpotDatafeedSubscription.</p>",
5208      "refs": {
5209      }
5210    },
5211    "DescribeSpotFleetInstancesMaxResults": {
5212      "base": null,
5213      "refs": {
5214        "DescribeSpotFleetInstancesRequest$MaxResults": "<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>"
5215      }
5216    },
5217    "DescribeSpotFleetInstancesRequest": {
5218      "base": "<p>Contains the parameters for DescribeSpotFleetInstances.</p>",
5219      "refs": {
5220      }
5221    },
5222    "DescribeSpotFleetInstancesResponse": {
5223      "base": "<p>Contains the output of DescribeSpotFleetInstances.</p>",
5224      "refs": {
5225      }
5226    },
5227    "DescribeSpotFleetRequestHistoryMaxResults": {
5228      "base": null,
5229      "refs": {
5230        "DescribeSpotFleetRequestHistoryRequest$MaxResults": "<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>"
5231      }
5232    },
5233    "DescribeSpotFleetRequestHistoryRequest": {
5234      "base": "<p>Contains the parameters for DescribeSpotFleetRequestHistory.</p>",
5235      "refs": {
5236      }
5237    },
5238    "DescribeSpotFleetRequestHistoryResponse": {
5239      "base": "<p>Contains the output of DescribeSpotFleetRequestHistory.</p>",
5240      "refs": {
5241      }
5242    },
5243    "DescribeSpotFleetRequestsRequest": {
5244      "base": "<p>Contains the parameters for DescribeSpotFleetRequests.</p>",
5245      "refs": {
5246      }
5247    },
5248    "DescribeSpotFleetRequestsResponse": {
5249      "base": "<p>Contains the output of DescribeSpotFleetRequests.</p>",
5250      "refs": {
5251      }
5252    },
5253    "DescribeSpotInstanceRequestsRequest": {
5254      "base": "<p>Contains the parameters for DescribeSpotInstanceRequests.</p>",
5255      "refs": {
5256      }
5257    },
5258    "DescribeSpotInstanceRequestsResult": {
5259      "base": "<p>Contains the output of DescribeSpotInstanceRequests.</p>",
5260      "refs": {
5261      }
5262    },
5263    "DescribeSpotPriceHistoryRequest": {
5264      "base": "<p>Contains the parameters for DescribeSpotPriceHistory.</p>",
5265      "refs": {
5266      }
5267    },
5268    "DescribeSpotPriceHistoryResult": {
5269      "base": "<p>Contains the output of DescribeSpotPriceHistory.</p>",
5270      "refs": {
5271      }
5272    },
5273    "DescribeStaleSecurityGroupsMaxResults": {
5274      "base": null,
5275      "refs": {
5276        "DescribeStaleSecurityGroupsRequest$MaxResults": "<p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</p>"
5277      }
5278    },
5279    "DescribeStaleSecurityGroupsNextToken": {
5280      "base": null,
5281      "refs": {
5282        "DescribeStaleSecurityGroupsRequest$NextToken": "<p>The token for the next set of items to return. (You received this token from a prior call.)</p>"
5283      }
5284    },
5285    "DescribeStaleSecurityGroupsRequest": {
5286      "base": null,
5287      "refs": {
5288      }
5289    },
5290    "DescribeStaleSecurityGroupsResult": {
5291      "base": null,
5292      "refs": {
5293      }
5294    },
5295    "DescribeSubnetsMaxResults": {
5296      "base": null,
5297      "refs": {
5298        "DescribeSubnetsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
5299      }
5300    },
5301    "DescribeSubnetsRequest": {
5302      "base": null,
5303      "refs": {
5304      }
5305    },
5306    "DescribeSubnetsResult": {
5307      "base": null,
5308      "refs": {
5309      }
5310    },
5311    "DescribeTagsRequest": {
5312      "base": null,
5313      "refs": {
5314      }
5315    },
5316    "DescribeTagsResult": {
5317      "base": null,
5318      "refs": {
5319      }
5320    },
5321    "DescribeTrafficMirrorFiltersRequest": {
5322      "base": null,
5323      "refs": {
5324      }
5325    },
5326    "DescribeTrafficMirrorFiltersResult": {
5327      "base": null,
5328      "refs": {
5329      }
5330    },
5331    "DescribeTrafficMirrorSessionsRequest": {
5332      "base": null,
5333      "refs": {
5334      }
5335    },
5336    "DescribeTrafficMirrorSessionsResult": {
5337      "base": null,
5338      "refs": {
5339      }
5340    },
5341    "DescribeTrafficMirrorTargetsRequest": {
5342      "base": null,
5343      "refs": {
5344      }
5345    },
5346    "DescribeTrafficMirrorTargetsResult": {
5347      "base": null,
5348      "refs": {
5349      }
5350    },
5351    "DescribeTransitGatewayAttachmentsRequest": {
5352      "base": null,
5353      "refs": {
5354      }
5355    },
5356    "DescribeTransitGatewayAttachmentsResult": {
5357      "base": null,
5358      "refs": {
5359      }
5360    },
5361    "DescribeTransitGatewayConnectPeersRequest": {
5362      "base": null,
5363      "refs": {
5364      }
5365    },
5366    "DescribeTransitGatewayConnectPeersResult": {
5367      "base": null,
5368      "refs": {
5369      }
5370    },
5371    "DescribeTransitGatewayConnectsRequest": {
5372      "base": null,
5373      "refs": {
5374      }
5375    },
5376    "DescribeTransitGatewayConnectsResult": {
5377      "base": null,
5378      "refs": {
5379      }
5380    },
5381    "DescribeTransitGatewayMulticastDomainsRequest": {
5382      "base": null,
5383      "refs": {
5384      }
5385    },
5386    "DescribeTransitGatewayMulticastDomainsResult": {
5387      "base": null,
5388      "refs": {
5389      }
5390    },
5391    "DescribeTransitGatewayPeeringAttachmentsRequest": {
5392      "base": null,
5393      "refs": {
5394      }
5395    },
5396    "DescribeTransitGatewayPeeringAttachmentsResult": {
5397      "base": null,
5398      "refs": {
5399      }
5400    },
5401    "DescribeTransitGatewayRouteTablesRequest": {
5402      "base": null,
5403      "refs": {
5404      }
5405    },
5406    "DescribeTransitGatewayRouteTablesResult": {
5407      "base": null,
5408      "refs": {
5409      }
5410    },
5411    "DescribeTransitGatewayVpcAttachmentsRequest": {
5412      "base": null,
5413      "refs": {
5414      }
5415    },
5416    "DescribeTransitGatewayVpcAttachmentsResult": {
5417      "base": null,
5418      "refs": {
5419      }
5420    },
5421    "DescribeTransitGatewaysRequest": {
5422      "base": null,
5423      "refs": {
5424      }
5425    },
5426    "DescribeTransitGatewaysResult": {
5427      "base": null,
5428      "refs": {
5429      }
5430    },
5431    "DescribeVolumeAttributeRequest": {
5432      "base": null,
5433      "refs": {
5434      }
5435    },
5436    "DescribeVolumeAttributeResult": {
5437      "base": null,
5438      "refs": {
5439      }
5440    },
5441    "DescribeVolumeStatusRequest": {
5442      "base": null,
5443      "refs": {
5444      }
5445    },
5446    "DescribeVolumeStatusResult": {
5447      "base": null,
5448      "refs": {
5449      }
5450    },
5451    "DescribeVolumesModificationsRequest": {
5452      "base": null,
5453      "refs": {
5454      }
5455    },
5456    "DescribeVolumesModificationsResult": {
5457      "base": null,
5458      "refs": {
5459      }
5460    },
5461    "DescribeVolumesRequest": {
5462      "base": null,
5463      "refs": {
5464      }
5465    },
5466    "DescribeVolumesResult": {
5467      "base": null,
5468      "refs": {
5469      }
5470    },
5471    "DescribeVpcAttributeRequest": {
5472      "base": null,
5473      "refs": {
5474      }
5475    },
5476    "DescribeVpcAttributeResult": {
5477      "base": null,
5478      "refs": {
5479      }
5480    },
5481    "DescribeVpcClassicLinkDnsSupportMaxResults": {
5482      "base": null,
5483      "refs": {
5484        "DescribeVpcClassicLinkDnsSupportRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
5485      }
5486    },
5487    "DescribeVpcClassicLinkDnsSupportNextToken": {
5488      "base": null,
5489      "refs": {
5490        "DescribeVpcClassicLinkDnsSupportRequest$NextToken": "<p>The token for the next page of results.</p>",
5491        "DescribeVpcClassicLinkDnsSupportResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>"
5492      }
5493    },
5494    "DescribeVpcClassicLinkDnsSupportRequest": {
5495      "base": null,
5496      "refs": {
5497      }
5498    },
5499    "DescribeVpcClassicLinkDnsSupportResult": {
5500      "base": null,
5501      "refs": {
5502      }
5503    },
5504    "DescribeVpcClassicLinkRequest": {
5505      "base": null,
5506      "refs": {
5507      }
5508    },
5509    "DescribeVpcClassicLinkResult": {
5510      "base": null,
5511      "refs": {
5512      }
5513    },
5514    "DescribeVpcEndpointConnectionNotificationsRequest": {
5515      "base": null,
5516      "refs": {
5517      }
5518    },
5519    "DescribeVpcEndpointConnectionNotificationsResult": {
5520      "base": null,
5521      "refs": {
5522      }
5523    },
5524    "DescribeVpcEndpointConnectionsRequest": {
5525      "base": null,
5526      "refs": {
5527      }
5528    },
5529    "DescribeVpcEndpointConnectionsResult": {
5530      "base": null,
5531      "refs": {
5532      }
5533    },
5534    "DescribeVpcEndpointServiceConfigurationsRequest": {
5535      "base": null,
5536      "refs": {
5537      }
5538    },
5539    "DescribeVpcEndpointServiceConfigurationsResult": {
5540      "base": null,
5541      "refs": {
5542      }
5543    },
5544    "DescribeVpcEndpointServicePermissionsRequest": {
5545      "base": null,
5546      "refs": {
5547      }
5548    },
5549    "DescribeVpcEndpointServicePermissionsResult": {
5550      "base": null,
5551      "refs": {
5552      }
5553    },
5554    "DescribeVpcEndpointServicesRequest": {
5555      "base": "<p>Contains the parameters for DescribeVpcEndpointServices.</p>",
5556      "refs": {
5557      }
5558    },
5559    "DescribeVpcEndpointServicesResult": {
5560      "base": "<p>Contains the output of DescribeVpcEndpointServices.</p>",
5561      "refs": {
5562      }
5563    },
5564    "DescribeVpcEndpointsRequest": {
5565      "base": "<p>Contains the parameters for DescribeVpcEndpoints.</p>",
5566      "refs": {
5567      }
5568    },
5569    "DescribeVpcEndpointsResult": {
5570      "base": "<p>Contains the output of DescribeVpcEndpoints.</p>",
5571      "refs": {
5572      }
5573    },
5574    "DescribeVpcPeeringConnectionsMaxResults": {
5575      "base": null,
5576      "refs": {
5577        "DescribeVpcPeeringConnectionsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
5578      }
5579    },
5580    "DescribeVpcPeeringConnectionsRequest": {
5581      "base": null,
5582      "refs": {
5583      }
5584    },
5585    "DescribeVpcPeeringConnectionsResult": {
5586      "base": null,
5587      "refs": {
5588      }
5589    },
5590    "DescribeVpcsMaxResults": {
5591      "base": null,
5592      "refs": {
5593        "DescribeVpcsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
5594      }
5595    },
5596    "DescribeVpcsRequest": {
5597      "base": null,
5598      "refs": {
5599      }
5600    },
5601    "DescribeVpcsResult": {
5602      "base": null,
5603      "refs": {
5604      }
5605    },
5606    "DescribeVpnConnectionsRequest": {
5607      "base": "<p>Contains the parameters for DescribeVpnConnections.</p>",
5608      "refs": {
5609      }
5610    },
5611    "DescribeVpnConnectionsResult": {
5612      "base": "<p>Contains the output of DescribeVpnConnections.</p>",
5613      "refs": {
5614      }
5615    },
5616    "DescribeVpnGatewaysRequest": {
5617      "base": "<p>Contains the parameters for DescribeVpnGateways.</p>",
5618      "refs": {
5619      }
5620    },
5621    "DescribeVpnGatewaysResult": {
5622      "base": "<p>Contains the output of DescribeVpnGateways.</p>",
5623      "refs": {
5624      }
5625    },
5626    "DetachClassicLinkVpcRequest": {
5627      "base": null,
5628      "refs": {
5629      }
5630    },
5631    "DetachClassicLinkVpcResult": {
5632      "base": null,
5633      "refs": {
5634      }
5635    },
5636    "DetachInternetGatewayRequest": {
5637      "base": null,
5638      "refs": {
5639      }
5640    },
5641    "DetachNetworkInterfaceRequest": {
5642      "base": "<p>Contains the parameters for DetachNetworkInterface.</p>",
5643      "refs": {
5644      }
5645    },
5646    "DetachVolumeRequest": {
5647      "base": null,
5648      "refs": {
5649      }
5650    },
5651    "DetachVpnGatewayRequest": {
5652      "base": "<p>Contains the parameters for DetachVpnGateway.</p>",
5653      "refs": {
5654      }
5655    },
5656    "DeviceType": {
5657      "base": null,
5658      "refs": {
5659        "Image$RootDeviceType": "<p>The type of root device used by the AMI. The AMI can use an EBS volume or an instance store volume.</p>",
5660        "Instance$RootDeviceType": "<p>The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.</p>"
5661      }
5662    },
5663    "DhcpConfiguration": {
5664      "base": "<p>Describes a DHCP configuration option.</p>",
5665      "refs": {
5666        "DhcpConfigurationList$member": null
5667      }
5668    },
5669    "DhcpConfigurationList": {
5670      "base": null,
5671      "refs": {
5672        "DhcpOptions$DhcpConfigurations": "<p>One or more DHCP options in the set.</p>"
5673      }
5674    },
5675    "DhcpConfigurationValueList": {
5676      "base": null,
5677      "refs": {
5678        "DhcpConfiguration$Values": "<p>One or more values for the DHCP option.</p>"
5679      }
5680    },
5681    "DhcpOptions": {
5682      "base": "<p>Describes a set of DHCP options.</p>",
5683      "refs": {
5684        "CreateDhcpOptionsResult$DhcpOptions": "<p>A set of DHCP options.</p>",
5685        "DhcpOptionsList$member": null
5686      }
5687    },
5688    "DhcpOptionsId": {
5689      "base": null,
5690      "refs": {
5691        "DeleteDhcpOptionsRequest$DhcpOptionsId": "<p>The ID of the DHCP options set.</p>",
5692        "DhcpOptionsIdStringList$member": null
5693      }
5694    },
5695    "DhcpOptionsIdStringList": {
5696      "base": null,
5697      "refs": {
5698        "DescribeDhcpOptionsRequest$DhcpOptionsIds": "<p>The IDs of one or more DHCP options sets.</p> <p>Default: Describes all your DHCP options sets.</p>"
5699      }
5700    },
5701    "DhcpOptionsList": {
5702      "base": null,
5703      "refs": {
5704        "DescribeDhcpOptionsResult$DhcpOptions": "<p>Information about one or more DHCP options sets.</p>"
5705      }
5706    },
5707    "DirectoryServiceAuthentication": {
5708      "base": "<p>Describes an Active Directory.</p>",
5709      "refs": {
5710        "ClientVpnAuthentication$ActiveDirectory": "<p>Information about the Active Directory, if applicable.</p>"
5711      }
5712    },
5713    "DirectoryServiceAuthenticationRequest": {
5714      "base": "<p>Describes the Active Directory to be used for client authentication.</p>",
5715      "refs": {
5716        "ClientVpnAuthenticationRequest$ActiveDirectory": "<p>Information about the Active Directory to be used, if applicable. You must provide this information if <b>Type</b> is <code>directory-service-authentication</code>.</p>"
5717      }
5718    },
5719    "DisableEbsEncryptionByDefaultRequest": {
5720      "base": null,
5721      "refs": {
5722      }
5723    },
5724    "DisableEbsEncryptionByDefaultResult": {
5725      "base": null,
5726      "refs": {
5727      }
5728    },
5729    "DisableFastSnapshotRestoreErrorItem": {
5730      "base": "<p>Contains information about the errors that occurred when disabling fast snapshot restores.</p>",
5731      "refs": {
5732        "DisableFastSnapshotRestoreErrorSet$member": null
5733      }
5734    },
5735    "DisableFastSnapshotRestoreErrorSet": {
5736      "base": null,
5737      "refs": {
5738        "DisableFastSnapshotRestoresResult$Unsuccessful": "<p>Information about the snapshots for which fast snapshot restores could not be disabled.</p>"
5739      }
5740    },
5741    "DisableFastSnapshotRestoreStateError": {
5742      "base": "<p>Describes an error that occurred when disabling fast snapshot restores.</p>",
5743      "refs": {
5744        "DisableFastSnapshotRestoreStateErrorItem$Error": "<p>The error.</p>"
5745      }
5746    },
5747    "DisableFastSnapshotRestoreStateErrorItem": {
5748      "base": "<p>Contains information about an error that occurred when disabling fast snapshot restores.</p>",
5749      "refs": {
5750        "DisableFastSnapshotRestoreStateErrorSet$member": null
5751      }
5752    },
5753    "DisableFastSnapshotRestoreStateErrorSet": {
5754      "base": null,
5755      "refs": {
5756        "DisableFastSnapshotRestoreErrorItem$FastSnapshotRestoreStateErrors": "<p>The errors.</p>"
5757      }
5758    },
5759    "DisableFastSnapshotRestoreSuccessItem": {
5760      "base": "<p>Describes fast snapshot restores that were successfully disabled.</p>",
5761      "refs": {
5762        "DisableFastSnapshotRestoreSuccessSet$member": null
5763      }
5764    },
5765    "DisableFastSnapshotRestoreSuccessSet": {
5766      "base": null,
5767      "refs": {
5768        "DisableFastSnapshotRestoresResult$Successful": "<p>Information about the snapshots for which fast snapshot restores were successfully disabled.</p>"
5769      }
5770    },
5771    "DisableFastSnapshotRestoresRequest": {
5772      "base": null,
5773      "refs": {
5774      }
5775    },
5776    "DisableFastSnapshotRestoresResult": {
5777      "base": null,
5778      "refs": {
5779      }
5780    },
5781    "DisableTransitGatewayRouteTablePropagationRequest": {
5782      "base": null,
5783      "refs": {
5784      }
5785    },
5786    "DisableTransitGatewayRouteTablePropagationResult": {
5787      "base": null,
5788      "refs": {
5789      }
5790    },
5791    "DisableVgwRoutePropagationRequest": {
5792      "base": "<p>Contains the parameters for DisableVgwRoutePropagation.</p>",
5793      "refs": {
5794      }
5795    },
5796    "DisableVpcClassicLinkDnsSupportRequest": {
5797      "base": null,
5798      "refs": {
5799      }
5800    },
5801    "DisableVpcClassicLinkDnsSupportResult": {
5802      "base": null,
5803      "refs": {
5804      }
5805    },
5806    "DisableVpcClassicLinkRequest": {
5807      "base": null,
5808      "refs": {
5809      }
5810    },
5811    "DisableVpcClassicLinkResult": {
5812      "base": null,
5813      "refs": {
5814      }
5815    },
5816    "DisassociateAddressRequest": {
5817      "base": null,
5818      "refs": {
5819      }
5820    },
5821    "DisassociateClientVpnTargetNetworkRequest": {
5822      "base": null,
5823      "refs": {
5824      }
5825    },
5826    "DisassociateClientVpnTargetNetworkResult": {
5827      "base": null,
5828      "refs": {
5829      }
5830    },
5831    "DisassociateEnclaveCertificateIamRoleRequest": {
5832      "base": null,
5833      "refs": {
5834      }
5835    },
5836    "DisassociateEnclaveCertificateIamRoleResult": {
5837      "base": null,
5838      "refs": {
5839      }
5840    },
5841    "DisassociateIamInstanceProfileRequest": {
5842      "base": null,
5843      "refs": {
5844      }
5845    },
5846    "DisassociateIamInstanceProfileResult": {
5847      "base": null,
5848      "refs": {
5849      }
5850    },
5851    "DisassociateRouteTableRequest": {
5852      "base": null,
5853      "refs": {
5854      }
5855    },
5856    "DisassociateSubnetCidrBlockRequest": {
5857      "base": null,
5858      "refs": {
5859      }
5860    },
5861    "DisassociateSubnetCidrBlockResult": {
5862      "base": null,
5863      "refs": {
5864      }
5865    },
5866    "DisassociateTransitGatewayMulticastDomainRequest": {
5867      "base": null,
5868      "refs": {
5869      }
5870    },
5871    "DisassociateTransitGatewayMulticastDomainResult": {
5872      "base": null,
5873      "refs": {
5874      }
5875    },
5876    "DisassociateTransitGatewayRouteTableRequest": {
5877      "base": null,
5878      "refs": {
5879      }
5880    },
5881    "DisassociateTransitGatewayRouteTableResult": {
5882      "base": null,
5883      "refs": {
5884      }
5885    },
5886    "DisassociateVpcCidrBlockRequest": {
5887      "base": null,
5888      "refs": {
5889      }
5890    },
5891    "DisassociateVpcCidrBlockResult": {
5892      "base": null,
5893      "refs": {
5894      }
5895    },
5896    "DiskCount": {
5897      "base": null,
5898      "refs": {
5899        "DiskInfo$Count": "<p>The number of disks with this configuration.</p>"
5900      }
5901    },
5902    "DiskImage": {
5903      "base": "<p>Describes a disk image.</p>",
5904      "refs": {
5905        "DiskImageList$member": null
5906      }
5907    },
5908    "DiskImageDescription": {
5909      "base": "<p>Describes a disk image.</p>",
5910      "refs": {
5911        "ImportInstanceVolumeDetailItem$Image": "<p>The image.</p>",
5912        "ImportVolumeTaskDetails$Image": "<p>The image.</p>"
5913      }
5914    },
5915    "DiskImageDetail": {
5916      "base": "<p>Describes a disk image.</p>",
5917      "refs": {
5918        "DiskImage$Image": "<p>Information about the disk image.</p>",
5919        "ImportVolumeRequest$Image": "<p>The disk image.</p>"
5920      }
5921    },
5922    "DiskImageFormat": {
5923      "base": null,
5924      "refs": {
5925        "DiskImageDescription$Format": "<p>The disk image format.</p>",
5926        "DiskImageDetail$Format": "<p>The disk image format.</p>",
5927        "ExportImageRequest$DiskImageFormat": "<p>The disk image format.</p>",
5928        "ExportImageResult$DiskImageFormat": "<p>The disk image format for the exported image.</p>",
5929        "ExportToS3Task$DiskImageFormat": "<p>The format for the exported image.</p>",
5930        "ExportToS3TaskSpecification$DiskImageFormat": "<p>The format for the exported image.</p>"
5931      }
5932    },
5933    "DiskImageList": {
5934      "base": null,
5935      "refs": {
5936        "ImportInstanceRequest$DiskImages": "<p>The disk image.</p>"
5937      }
5938    },
5939    "DiskImageVolumeDescription": {
5940      "base": "<p>Describes a disk image volume.</p>",
5941      "refs": {
5942        "ImportInstanceVolumeDetailItem$Volume": "<p>The volume.</p>",
5943        "ImportVolumeTaskDetails$Volume": "<p>The volume.</p>"
5944      }
5945    },
5946    "DiskInfo": {
5947      "base": "<p>Describes the disk.</p>",
5948      "refs": {
5949        "DiskInfoList$member": null
5950      }
5951    },
5952    "DiskInfoList": {
5953      "base": null,
5954      "refs": {
5955        "InstanceStorageInfo$Disks": "<p>Describes the disks that are available for the instance type.</p>"
5956      }
5957    },
5958    "DiskSize": {
5959      "base": null,
5960      "refs": {
5961        "DiskInfo$SizeInGB": "<p>The size of the disk in GB.</p>",
5962        "InstanceStorageInfo$TotalSizeInGB": "<p>The total size of the disks, in GB.</p>"
5963      }
5964    },
5965    "DiskType": {
5966      "base": null,
5967      "refs": {
5968        "DiskInfo$Type": "<p>The type of disk.</p>"
5969      }
5970    },
5971    "DnsEntry": {
5972      "base": "<p>Describes a DNS entry.</p>",
5973      "refs": {
5974        "DnsEntrySet$member": null
5975      }
5976    },
5977    "DnsEntrySet": {
5978      "base": null,
5979      "refs": {
5980        "VpcEndpoint$DnsEntries": "<p>(Interface endpoint) The DNS entries for the endpoint.</p>",
5981        "VpcEndpointConnection$DnsEntries": "<p>The DNS entries for the VPC endpoint.</p>"
5982      }
5983    },
5984    "DnsNameState": {
5985      "base": null,
5986      "refs": {
5987        "PrivateDnsNameConfiguration$State": "<p>The verification state of the VPC endpoint service.</p> <p>&gt;Consumers of the endpoint service can use the private name only when the state is <code>verified</code>.</p>",
5988        "ServiceDetail$PrivateDnsNameVerificationState": "<p>The verification state of the VPC endpoint service.</p> <p>Consumers of the endpoint service cannot use the private name when the state is not <code>verified</code>.</p>"
5989      }
5990    },
5991    "DnsServersOptionsModifyStructure": {
5992      "base": "<p>Information about the DNS server to be used.</p>",
5993      "refs": {
5994        "ModifyClientVpnEndpointRequest$DnsServers": "<p>Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.</p>"
5995      }
5996    },
5997    "DnsSupportValue": {
5998      "base": null,
5999      "refs": {
6000        "CreateTransitGatewayVpcAttachmentRequestOptions$DnsSupport": "<p>Enable or disable DNS support. The default is <code>enable</code>.</p>",
6001        "ModifyTransitGatewayOptions$DnsSupport": "<p>Enable or disable DNS support.</p>",
6002        "ModifyTransitGatewayVpcAttachmentRequestOptions$DnsSupport": "<p>Enable or disable DNS support. The default is <code>enable</code>.</p>",
6003        "TransitGatewayOptions$DnsSupport": "<p>Indicates whether DNS support is enabled.</p>",
6004        "TransitGatewayRequestOptions$DnsSupport": "<p>Enable or disable DNS support. Enabled by default.</p>",
6005        "TransitGatewayVpcAttachmentOptions$DnsSupport": "<p>Indicates whether DNS support is enabled.</p>"
6006      }
6007    },
6008    "DomainType": {
6009      "base": null,
6010      "refs": {
6011        "Address$Domain": "<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>",
6012        "AllocateAddressRequest$Domain": "<p>Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.</p> <p>Default: If the Region supports EC2-Classic, the default is <code>standard</code>. Otherwise, the default is <code>vpc</code>.</p>",
6013        "AllocateAddressResult$Domain": "<p>Indicates whether the Elastic IP address is for use with instances in a VPC (<code>vpc</code>) or instances in EC2-Classic (<code>standard</code>).</p>"
6014      }
6015    },
6016    "Double": {
6017      "base": null,
6018      "refs": {
6019        "ClientData$UploadSize": "<p>The size of the uploaded disk image, in GiB.</p>",
6020        "FleetData$FulfilledCapacity": "<p>The number of units fulfilled by this request compared to the set target capacity.</p>",
6021        "FleetData$FulfilledOnDemandCapacity": "<p>The number of units fulfilled by this request compared to the set target On-Demand capacity.</p>",
6022        "FleetLaunchTemplateOverrides$WeightedCapacity": "<p>The number of units provided by the specified instance type.</p>",
6023        "FleetLaunchTemplateOverrides$Priority": "<p>The priority for the launch template override. If <b>AllocationStrategy</b> is set to <code>prioritized</code>, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity. The highest priority is launched first. Valid values are whole numbers starting at <code>0</code>. The lower the number, the higher the priority. If no number is set, the override has the lowest priority.</p>",
6024        "FleetLaunchTemplateOverridesRequest$WeightedCapacity": "<p>The number of units provided by the specified instance type.</p>",
6025        "FleetLaunchTemplateOverridesRequest$Priority": "<p>The priority for the launch template override. If <b>AllocationStrategy</b> is set to <code>prioritized</code>, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity. The highest priority is launched first. Valid values are whole numbers starting at <code>0</code>. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority.</p>",
6026        "LaunchTemplateOverrides$WeightedCapacity": "<p>The number of units provided by the specified instance type.</p>",
6027        "LaunchTemplateOverrides$Priority": "<p>The priority for the launch template override. If <b>OnDemandAllocationStrategy</b> is set to <code>prioritized</code>, Spot Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity. The highest priority is launched first. Valid values are whole numbers starting at <code>0</code>. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority.</p>",
6028        "PriceSchedule$Price": "<p>The fixed price for the term.</p>",
6029        "PriceScheduleSpecification$Price": "<p>The fixed price for the term.</p>",
6030        "PricingDetail$Price": "<p>The price per instance.</p>",
6031        "RecurringCharge$Amount": "<p>The amount of the recurring charge.</p>",
6032        "ReservedInstanceLimitPrice$Amount": "<p>Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).</p>",
6033        "SnapshotDetail$DiskImageSize": "<p>The size of the disk in the snapshot, in GiB.</p>",
6034        "SnapshotTaskDetail$DiskImageSize": "<p>The size of the disk in the snapshot, in GiB.</p>",
6035        "SpotFleetLaunchSpecification$WeightedCapacity": "<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 of 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, Amazon EC2 rounds the number of instances to the next whole number. If this value is not specified, the default is 1.</p>",
6036        "SpotFleetRequestConfigData$FulfilledCapacity": "<p>The number of units fulfilled by this request compared to the set target capacity. You cannot set this value.</p>",
6037        "SpotFleetRequestConfigData$OnDemandFulfilledCapacity": "<p>The number of On-Demand units fulfilled by this request compared to the set target On-Demand capacity.</p>"
6038      }
6039    },
6040    "EbsBlockDevice": {
6041      "base": "<p>Describes a block device for an EBS volume.</p>",
6042      "refs": {
6043        "BlockDeviceMapping$Ebs": "<p>Parameters used to automatically set up EBS volumes when the instance is launched.</p>"
6044      }
6045    },
6046    "EbsEncryptionSupport": {
6047      "base": null,
6048      "refs": {
6049        "EbsInfo$EncryptionSupport": "<p>Indicates whether Amazon EBS encryption is supported.</p>"
6050      }
6051    },
6052    "EbsInfo": {
6053      "base": "<p>Describes the Amazon EBS features supported by the instance type.</p>",
6054      "refs": {
6055        "InstanceTypeInfo$EbsInfo": "<p>Describes the Amazon EBS settings for the instance type.</p>"
6056      }
6057    },
6058    "EbsInstanceBlockDevice": {
6059      "base": "<p>Describes a parameter used to set up an EBS volume in a block device mapping.</p>",
6060      "refs": {
6061        "InstanceBlockDeviceMapping$Ebs": "<p>Parameters used to automatically set up EBS volumes when the instance is launched.</p>"
6062      }
6063    },
6064    "EbsInstanceBlockDeviceSpecification": {
6065      "base": "<p>Describes information used to set up an EBS volume specified in a block device mapping.</p>",
6066      "refs": {
6067        "InstanceBlockDeviceMappingSpecification$Ebs": "<p>Parameters used to automatically set up EBS volumes when the instance is launched.</p>"
6068      }
6069    },
6070    "EbsNvmeSupport": {
6071      "base": null,
6072      "refs": {
6073        "EbsInfo$NvmeSupport": "<p>Indicates whether non-volatile memory express (NVMe) is supported.</p>"
6074      }
6075    },
6076    "EbsOptimizedInfo": {
6077      "base": "<p>Describes the optimized EBS performance for supported instance types.</p>",
6078      "refs": {
6079        "EbsInfo$EbsOptimizedInfo": "<p>Describes the optimized EBS performance for the instance type.</p>"
6080      }
6081    },
6082    "EbsOptimizedSupport": {
6083      "base": null,
6084      "refs": {
6085        "EbsInfo$EbsOptimizedSupport": "<p>Indicates whether the instance type is Amazon EBS-optimized. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html\">Amazon EBS-optimized instances</a> in <i>Amazon EC2 User Guide</i>.</p>"
6086      }
6087    },
6088    "EfaSupportedFlag": {
6089      "base": null,
6090      "refs": {
6091        "NetworkInfo$EfaSupported": "<p>Indicates whether Elastic Fabric Adapter (EFA) is supported.</p>"
6092      }
6093    },
6094    "EgressOnlyInternetGateway": {
6095      "base": "<p>Describes an egress-only internet gateway.</p>",
6096      "refs": {
6097        "CreateEgressOnlyInternetGatewayResult$EgressOnlyInternetGateway": "<p>Information about the egress-only internet gateway.</p>",
6098        "EgressOnlyInternetGatewayList$member": null
6099      }
6100    },
6101    "EgressOnlyInternetGatewayId": {
6102      "base": null,
6103      "refs": {
6104        "CreateRouteRequest$EgressOnlyInternetGatewayId": "<p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>",
6105        "DeleteEgressOnlyInternetGatewayRequest$EgressOnlyInternetGatewayId": "<p>The ID of the egress-only internet gateway.</p>",
6106        "EgressOnlyInternetGateway$EgressOnlyInternetGatewayId": "<p>The ID of the egress-only internet gateway.</p>",
6107        "EgressOnlyInternetGatewayIdList$member": null,
6108        "ReplaceRouteRequest$EgressOnlyInternetGatewayId": "<p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>"
6109      }
6110    },
6111    "EgressOnlyInternetGatewayIdList": {
6112      "base": null,
6113      "refs": {
6114        "DescribeEgressOnlyInternetGatewaysRequest$EgressOnlyInternetGatewayIds": "<p>One or more egress-only internet gateway IDs.</p>"
6115      }
6116    },
6117    "EgressOnlyInternetGatewayList": {
6118      "base": null,
6119      "refs": {
6120        "DescribeEgressOnlyInternetGatewaysResult$EgressOnlyInternetGateways": "<p>Information about the egress-only internet gateways.</p>"
6121      }
6122    },
6123    "ElasticGpuAssociation": {
6124      "base": "<p>Describes the association between an instance and an Elastic Graphics accelerator.</p>",
6125      "refs": {
6126        "ElasticGpuAssociationList$member": null
6127      }
6128    },
6129    "ElasticGpuAssociationList": {
6130      "base": null,
6131      "refs": {
6132        "Instance$ElasticGpuAssociations": "<p>The Elastic GPU associated with the instance.</p>"
6133      }
6134    },
6135    "ElasticGpuHealth": {
6136      "base": "<p>Describes the status of an Elastic Graphics accelerator.</p>",
6137      "refs": {
6138        "ElasticGpus$ElasticGpuHealth": "<p>The status of the Elastic Graphics accelerator.</p>"
6139      }
6140    },
6141    "ElasticGpuId": {
6142      "base": null,
6143      "refs": {
6144        "ElasticGpuIdSet$member": null
6145      }
6146    },
6147    "ElasticGpuIdSet": {
6148      "base": null,
6149      "refs": {
6150        "DescribeElasticGpusRequest$ElasticGpuIds": "<p>The Elastic Graphics accelerator IDs.</p>"
6151      }
6152    },
6153    "ElasticGpuSet": {
6154      "base": null,
6155      "refs": {
6156        "DescribeElasticGpusResult$ElasticGpuSet": "<p>Information about the Elastic Graphics accelerators.</p>"
6157      }
6158    },
6159    "ElasticGpuSpecification": {
6160      "base": "<p>A specification for an Elastic Graphics accelerator.</p>",
6161      "refs": {
6162        "ElasticGpuSpecificationList$member": null,
6163        "ElasticGpuSpecifications$member": null
6164      }
6165    },
6166    "ElasticGpuSpecificationList": {
6167      "base": null,
6168      "refs": {
6169        "RequestLaunchTemplateData$ElasticGpuSpecifications": "<p>An elastic GPU to associate with the instance.</p>"
6170      }
6171    },
6172    "ElasticGpuSpecificationResponse": {
6173      "base": "<p>Describes an elastic GPU.</p>",
6174      "refs": {
6175        "ElasticGpuSpecificationResponseList$member": null
6176      }
6177    },
6178    "ElasticGpuSpecificationResponseList": {
6179      "base": null,
6180      "refs": {
6181        "ResponseLaunchTemplateData$ElasticGpuSpecifications": "<p>The elastic GPU specification.</p>"
6182      }
6183    },
6184    "ElasticGpuSpecifications": {
6185      "base": null,
6186      "refs": {
6187        "RunInstancesRequest$ElasticGpuSpecification": "<p>An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that you can attach to your Windows instance to accelerate the graphics performance of your applications. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html\">Amazon EC2 Elastic GPUs</a> in the <i>Amazon EC2 User Guide</i>.</p>"
6188      }
6189    },
6190    "ElasticGpuState": {
6191      "base": null,
6192      "refs": {
6193        "ElasticGpus$ElasticGpuState": "<p>The state of the Elastic Graphics accelerator.</p>"
6194      }
6195    },
6196    "ElasticGpuStatus": {
6197      "base": null,
6198      "refs": {
6199        "ElasticGpuHealth$Status": "<p>The health status.</p>"
6200      }
6201    },
6202    "ElasticGpus": {
6203      "base": "<p>Describes an Elastic Graphics accelerator.</p>",
6204      "refs": {
6205        "ElasticGpuSet$member": null
6206      }
6207    },
6208    "ElasticInferenceAccelerator": {
6209      "base": "<p> Describes an elastic inference accelerator. </p>",
6210      "refs": {
6211        "ElasticInferenceAccelerators$member": null
6212      }
6213    },
6214    "ElasticInferenceAcceleratorAssociation": {
6215      "base": "<p> Describes the association between an instance and an elastic inference accelerator. </p>",
6216      "refs": {
6217        "ElasticInferenceAcceleratorAssociationList$member": null
6218      }
6219    },
6220    "ElasticInferenceAcceleratorAssociationList": {
6221      "base": null,
6222      "refs": {
6223        "Instance$ElasticInferenceAcceleratorAssociations": "<p> The elastic inference accelerator associated with the instance.</p>"
6224      }
6225    },
6226    "ElasticInferenceAcceleratorCount": {
6227      "base": null,
6228      "refs": {
6229        "ElasticInferenceAccelerator$Count": "<p> The number of elastic inference accelerators to attach to the instance. </p> <p>Default: 1</p>"
6230      }
6231    },
6232    "ElasticInferenceAccelerators": {
6233      "base": null,
6234      "refs": {
6235        "RunInstancesRequest$ElasticInferenceAccelerators": "<p>An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.</p> <p>You cannot specify accelerators from different generations in the same request.</p>"
6236      }
6237    },
6238    "ElasticIpAssociationId": {
6239      "base": null,
6240      "refs": {
6241        "DisassociateAddressRequest$AssociationId": "<p>[EC2-VPC] The association ID. Required for EC2-VPC.</p>"
6242      }
6243    },
6244    "EnaSupport": {
6245      "base": null,
6246      "refs": {
6247        "NetworkInfo$EnaSupport": "<p>Indicates whether Elastic Network Adapter (ENA) is supported.</p>"
6248      }
6249    },
6250    "EnableEbsEncryptionByDefaultRequest": {
6251      "base": null,
6252      "refs": {
6253      }
6254    },
6255    "EnableEbsEncryptionByDefaultResult": {
6256      "base": null,
6257      "refs": {
6258      }
6259    },
6260    "EnableFastSnapshotRestoreErrorItem": {
6261      "base": "<p>Contains information about the errors that occurred when enabling fast snapshot restores.</p>",
6262      "refs": {
6263        "EnableFastSnapshotRestoreErrorSet$member": null
6264      }
6265    },
6266    "EnableFastSnapshotRestoreErrorSet": {
6267      "base": null,
6268      "refs": {
6269        "EnableFastSnapshotRestoresResult$Unsuccessful": "<p>Information about the snapshots for which fast snapshot restores could not be enabled.</p>"
6270      }
6271    },
6272    "EnableFastSnapshotRestoreStateError": {
6273      "base": "<p>Describes an error that occurred when enabling fast snapshot restores.</p>",
6274      "refs": {
6275        "EnableFastSnapshotRestoreStateErrorItem$Error": "<p>The error.</p>"
6276      }
6277    },
6278    "EnableFastSnapshotRestoreStateErrorItem": {
6279      "base": "<p>Contains information about an error that occurred when enabling fast snapshot restores.</p>",
6280      "refs": {
6281        "EnableFastSnapshotRestoreStateErrorSet$member": null
6282      }
6283    },
6284    "EnableFastSnapshotRestoreStateErrorSet": {
6285      "base": null,
6286      "refs": {
6287        "EnableFastSnapshotRestoreErrorItem$FastSnapshotRestoreStateErrors": "<p>The errors.</p>"
6288      }
6289    },
6290    "EnableFastSnapshotRestoreSuccessItem": {
6291      "base": "<p>Describes fast snapshot restores that were successfully enabled.</p>",
6292      "refs": {
6293        "EnableFastSnapshotRestoreSuccessSet$member": null
6294      }
6295    },
6296    "EnableFastSnapshotRestoreSuccessSet": {
6297      "base": null,
6298      "refs": {
6299        "EnableFastSnapshotRestoresResult$Successful": "<p>Information about the snapshots for which fast snapshot restores were successfully enabled.</p>"
6300      }
6301    },
6302    "EnableFastSnapshotRestoresRequest": {
6303      "base": null,
6304      "refs": {
6305      }
6306    },
6307    "EnableFastSnapshotRestoresResult": {
6308      "base": null,
6309      "refs": {
6310      }
6311    },
6312    "EnableTransitGatewayRouteTablePropagationRequest": {
6313      "base": null,
6314      "refs": {
6315      }
6316    },
6317    "EnableTransitGatewayRouteTablePropagationResult": {
6318      "base": null,
6319      "refs": {
6320      }
6321    },
6322    "EnableVgwRoutePropagationRequest": {
6323      "base": "<p>Contains the parameters for EnableVgwRoutePropagation.</p>",
6324      "refs": {
6325      }
6326    },
6327    "EnableVolumeIORequest": {
6328      "base": null,
6329      "refs": {
6330      }
6331    },
6332    "EnableVpcClassicLinkDnsSupportRequest": {
6333      "base": null,
6334      "refs": {
6335      }
6336    },
6337    "EnableVpcClassicLinkDnsSupportResult": {
6338      "base": null,
6339      "refs": {
6340      }
6341    },
6342    "EnableVpcClassicLinkRequest": {
6343      "base": null,
6344      "refs": {
6345      }
6346    },
6347    "EnableVpcClassicLinkResult": {
6348      "base": null,
6349      "refs": {
6350      }
6351    },
6352    "EnclaveOptions": {
6353      "base": "<p>Indicates whether the instance is enabled for AWS Nitro Enclaves.</p>",
6354      "refs": {
6355        "Instance$EnclaveOptions": "<p>Indicates whether the instance is enabled for AWS Nitro Enclaves.</p>",
6356        "InstanceAttribute$EnclaveOptions": "<p>To enable the instance for AWS Nitro Enclaves, set this parameter to <code>true</code>; otherwise, set it to <code>false</code>.</p>"
6357      }
6358    },
6359    "EnclaveOptionsRequest": {
6360      "base": "<p>Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see <a href=\"https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html\"> What is AWS Nitro Enclaves?</a> in the <i>AWS Nitro Enclaves User Guide</i>.</p>",
6361      "refs": {
6362        "RunInstancesRequest$EnclaveOptions": "<p>Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see <a href=\"https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html\"> What is AWS Nitro Enclaves?</a> in the <i>AWS Nitro Enclaves User Guide</i>.</p> <p>You can't enable AWS Nitro Enclaves and hibernation on the same instance.</p>"
6363      }
6364    },
6365    "EndDateType": {
6366      "base": null,
6367      "refs": {
6368        "CapacityReservation$EndDateType": "<p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:</p> <ul> <li> <p> <code>unlimited</code> - The Capacity Reservation remains active until you explicitly cancel it.</p> </li> <li> <p> <code>limited</code> - The Capacity Reservation expires automatically at a specified date and time.</p> </li> </ul>",
6369        "CreateCapacityReservationRequest$EndDateType": "<p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:</p> <ul> <li> <p> <code>unlimited</code> - The Capacity Reservation remains active until you explicitly cancel it. Do not provide an <code>EndDate</code> if the <code>EndDateType</code> is <code>unlimited</code>.</p> </li> <li> <p> <code>limited</code> - The Capacity Reservation expires automatically at a specified date and time. You must provide an <code>EndDate</code> value if the <code>EndDateType</code> value is <code>limited</code>.</p> </li> </ul>",
6370        "ModifyCapacityReservationRequest$EndDateType": "<p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:</p> <ul> <li> <p> <code>unlimited</code> - The Capacity Reservation remains active until you explicitly cancel it. Do not provide an <code>EndDate</code> value if <code>EndDateType</code> is <code>unlimited</code>.</p> </li> <li> <p> <code>limited</code> - The Capacity Reservation expires automatically at a specified date and time. You must provide an <code>EndDate</code> value if <code>EndDateType</code> is <code>limited</code>.</p> </li> </ul>"
6371      }
6372    },
6373    "EndpointSet": {
6374      "base": null,
6375      "refs": {
6376        "DescribeClientVpnEndpointsResult$ClientVpnEndpoints": "<p>Information about the Client VPN endpoints.</p>"
6377      }
6378    },
6379    "EphemeralNvmeSupport": {
6380      "base": null,
6381      "refs": {
6382        "InstanceStorageInfo$NvmeSupport": "<p>Indicates whether non-volatile memory express (NVMe) is supported for instance store.</p>"
6383      }
6384    },
6385    "ErrorSet": {
6386      "base": null,
6387      "refs": {
6388        "ValidationWarning$Errors": "<p>The error codes and error messages.</p>"
6389      }
6390    },
6391    "EventCode": {
6392      "base": null,
6393      "refs": {
6394        "InstanceStatusEvent$Code": "<p>The event code.</p>"
6395      }
6396    },
6397    "EventInformation": {
6398      "base": "<p>Describes an EC2 Fleet or Spot Fleet event.</p>",
6399      "refs": {
6400        "HistoryRecord$EventInformation": "<p>Information about the event.</p>",
6401        "HistoryRecordEntry$EventInformation": "<p>Information about the event.</p>"
6402      }
6403    },
6404    "EventType": {
6405      "base": null,
6406      "refs": {
6407        "DescribeSpotFleetRequestHistoryRequest$EventType": "<p>The type of events to describe. By default, all events are described.</p>",
6408        "HistoryRecord$EventType": "<p>The event type.</p> <ul> <li> <p> <code>error</code> - An error with the Spot Fleet request.</p> </li> <li> <p> <code>fleetRequestChange</code> - A change in the status or configuration of the Spot Fleet request.</p> </li> <li> <p> <code>instanceChange</code> - An instance was launched or terminated.</p> </li> <li> <p> <code>Information</code> - An informational event.</p> </li> </ul>"
6409      }
6410    },
6411    "ExcessCapacityTerminationPolicy": {
6412      "base": null,
6413      "refs": {
6414        "ModifySpotFleetRequestRequest$ExcessCapacityTerminationPolicy": "<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>",
6415        "SpotFleetRequestConfigData$ExcessCapacityTerminationPolicy": "<p>Indicates whether running Spot Instances should be terminated if you decrease the target capacity of the Spot Fleet request below the current size of the Spot Fleet.</p>"
6416      }
6417    },
6418    "ExecutableByStringList": {
6419      "base": null,
6420      "refs": {
6421        "DescribeImagesRequest$ExecutableUsers": "<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>"
6422      }
6423    },
6424    "Explanation": {
6425      "base": "<p>Describes an explanation code for an unreachable path. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html\">Reachability Analyzer explanation codes</a>.</p>",
6426      "refs": {
6427        "ExplanationList$member": null
6428      }
6429    },
6430    "ExplanationList": {
6431      "base": null,
6432      "refs": {
6433        "NetworkInsightsAnalysis$Explanations": "<p>The explanations. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html\">Reachability Analyzer explanation codes</a>.</p>"
6434      }
6435    },
6436    "ExportClientVpnClientCertificateRevocationListRequest": {
6437      "base": null,
6438      "refs": {
6439      }
6440    },
6441    "ExportClientVpnClientCertificateRevocationListResult": {
6442      "base": null,
6443      "refs": {
6444      }
6445    },
6446    "ExportClientVpnClientConfigurationRequest": {
6447      "base": null,
6448      "refs": {
6449      }
6450    },
6451    "ExportClientVpnClientConfigurationResult": {
6452      "base": null,
6453      "refs": {
6454      }
6455    },
6456    "ExportEnvironment": {
6457      "base": null,
6458      "refs": {
6459        "CreateInstanceExportTaskRequest$TargetEnvironment": "<p>The target virtualization environment.</p>",
6460        "InstanceExportDetails$TargetEnvironment": "<p>The target virtualization environment.</p>"
6461      }
6462    },
6463    "ExportImageRequest": {
6464      "base": null,
6465      "refs": {
6466      }
6467    },
6468    "ExportImageResult": {
6469      "base": null,
6470      "refs": {
6471      }
6472    },
6473    "ExportImageTask": {
6474      "base": "<p>Describes an export image task.</p>",
6475      "refs": {
6476        "ExportImageTaskList$member": null
6477      }
6478    },
6479    "ExportImageTaskId": {
6480      "base": null,
6481      "refs": {
6482        "ExportImageTaskIdList$member": null
6483      }
6484    },
6485    "ExportImageTaskIdList": {
6486      "base": null,
6487      "refs": {
6488        "DescribeExportImageTasksRequest$ExportImageTaskIds": "<p>The IDs of the export image tasks.</p>"
6489      }
6490    },
6491    "ExportImageTaskList": {
6492      "base": null,
6493      "refs": {
6494        "DescribeExportImageTasksResult$ExportImageTasks": "<p>Information about the export image tasks.</p>"
6495      }
6496    },
6497    "ExportTask": {
6498      "base": "<p>Describes an instance export task.</p>",
6499      "refs": {
6500        "CreateInstanceExportTaskResult$ExportTask": "<p>Information about the instance export task.</p>",
6501        "ExportTaskList$member": null
6502      }
6503    },
6504    "ExportTaskId": {
6505      "base": null,
6506      "refs": {
6507        "ExportTaskIdStringList$member": null
6508      }
6509    },
6510    "ExportTaskIdStringList": {
6511      "base": null,
6512      "refs": {
6513        "DescribeExportTasksRequest$ExportTaskIds": "<p>The export task IDs.</p>"
6514      }
6515    },
6516    "ExportTaskList": {
6517      "base": null,
6518      "refs": {
6519        "DescribeExportTasksResult$ExportTasks": "<p>Information about the export tasks.</p>"
6520      }
6521    },
6522    "ExportTaskS3Location": {
6523      "base": "<p>Describes the destination for an export image task.</p>",
6524      "refs": {
6525        "ExportImageResult$S3ExportLocation": "<p>Information about the destination Amazon S3 bucket.</p>",
6526        "ExportImageTask$S3ExportLocation": "<p>Information about the destination Amazon S3 bucket.</p>"
6527      }
6528    },
6529    "ExportTaskS3LocationRequest": {
6530      "base": "<p>Describes the destination for an export image task.</p>",
6531      "refs": {
6532        "ExportImageRequest$S3ExportLocation": "<p>Information about the destination Amazon S3 bucket. The bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-import-export@amazon.com.</p>"
6533      }
6534    },
6535    "ExportTaskState": {
6536      "base": null,
6537      "refs": {
6538        "ExportTask$State": "<p>The state of the export task.</p>"
6539      }
6540    },
6541    "ExportToS3Task": {
6542      "base": "<p>Describes the format and location for an instance export task.</p>",
6543      "refs": {
6544        "ExportTask$ExportToS3Task": "<p>Information about the export task.</p>"
6545      }
6546    },
6547    "ExportToS3TaskSpecification": {
6548      "base": "<p>Describes an instance export task.</p>",
6549      "refs": {
6550        "CreateInstanceExportTaskRequest$ExportToS3Task": "<p>The format and location for an instance export task.</p>"
6551      }
6552    },
6553    "ExportTransitGatewayRoutesRequest": {
6554      "base": null,
6555      "refs": {
6556      }
6557    },
6558    "ExportTransitGatewayRoutesResult": {
6559      "base": null,
6560      "refs": {
6561      }
6562    },
6563    "ExportVmTaskId": {
6564      "base": null,
6565      "refs": {
6566        "CancelExportTaskRequest$ExportTaskId": "<p>The ID of the export task. This is the ID returned by <code>CreateInstanceExportTask</code>.</p>"
6567      }
6568    },
6569    "FailedQueuedPurchaseDeletion": {
6570      "base": "<p>Describes a Reserved Instance whose queued purchase was not deleted.</p>",
6571      "refs": {
6572        "FailedQueuedPurchaseDeletionSet$member": null
6573      }
6574    },
6575    "FailedQueuedPurchaseDeletionSet": {
6576      "base": null,
6577      "refs": {
6578        "DeleteQueuedReservedInstancesResult$FailedQueuedPurchaseDeletions": "<p>Information about the queued purchases that could not be deleted.</p>"
6579      }
6580    },
6581    "FastSnapshotRestoreStateCode": {
6582      "base": null,
6583      "refs": {
6584        "DescribeFastSnapshotRestoreSuccessItem$State": "<p>The state of fast snapshot restores.</p>",
6585        "DisableFastSnapshotRestoreSuccessItem$State": "<p>The state of fast snapshot restores for the snapshot.</p>",
6586        "EnableFastSnapshotRestoreSuccessItem$State": "<p>The state of fast snapshot restores.</p>"
6587      }
6588    },
6589    "FederatedAuthentication": {
6590      "base": "<p>Describes the IAM SAML identity providers used for federated authentication.</p>",
6591      "refs": {
6592        "ClientVpnAuthentication$FederatedAuthentication": "<p>Information about the IAM SAML identity provider, if applicable.</p>"
6593      }
6594    },
6595    "FederatedAuthenticationRequest": {
6596      "base": "<p>The IAM SAML identity provider used for federated authentication.</p>",
6597      "refs": {
6598        "ClientVpnAuthenticationRequest$FederatedAuthentication": "<p>Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if <b>Type</b> is <code>federated-authentication</code>.</p>"
6599      }
6600    },
6601    "Filter": {
6602      "base": "<p>A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs. The filters supported by a describe operation are documented with the describe operation. For example:</p> <ul> <li> <p> <a>DescribeAvailabilityZones</a> </p> </li> <li> <p> <a>DescribeImages</a> </p> </li> <li> <p> <a>DescribeInstances</a> </p> </li> <li> <p> <a>DescribeKeyPairs</a> </p> </li> <li> <p> <a>DescribeSecurityGroups</a> </p> </li> <li> <p> <a>DescribeSnapshots</a> </p> </li> <li> <p> <a>DescribeSubnets</a> </p> </li> <li> <p> <a>DescribeTags</a> </p> </li> <li> <p> <a>DescribeVolumes</a> </p> </li> <li> <p> <a>DescribeVpcs</a> </p> </li> </ul>",
6603      "refs": {
6604        "FilterList$member": null
6605      }
6606    },
6607    "FilterList": {
6608      "base": null,
6609      "refs": {
6610        "DescribeAddressesRequest$Filters": "<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-border-group</code> - A unique set of Availability Zones, Local Zones, or Wavelength Zones from where AWS advertises IP addresses. </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, or the carrier IP address.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6611        "DescribeAvailabilityZonesRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>group-name</code> - For Availability Zones, use the Region name. For Local Zones, use the name of the group associated with the Local Zone (for example, <code>us-west-2-lax-1</code>) For Wavelength Zones, use the name of the group associated with the Wavelength Zone (for example, <code>us-east-1-wl1-bos-wlz-1</code>).</p> </li> <li> <p> <code>message</code> - The Zone message.</p> </li> <li> <p> <code>opt-in-status</code> - The opt-in status (<code>opted-in</code>, and <code>not-opted-in</code> | <code>opt-in-not-required</code>).</p> </li> <li> <p> <code>parent-zoneID</code> - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls.</p> </li> <li> <p> <code>parent-zoneName</code> - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls.</p> </li> <li> <p> <code>region-name</code> - The name of the Region for the Zone (for example, <code>us-east-1</code>).</p> </li> <li> <p> <code>state</code> - The state of the Availability Zone, the Local Zone, or the Wavelength Zone (<code>available</code> | <code>information</code> | <code>impaired</code> | <code>unavailable</code>).</p> </li> <li> <p> <code>zone-id</code> - The ID of the Availability Zone (for example, <code>use1-az1</code>), the Local Zone (for example, <code>usw2-lax1-az1</code>), or the Wavelength Zone (for example, <code>us-east-1-wl1-bos-wlz-1</code>).</p> </li> <li> <p> <code>zone-type</code> - The type of zone, for example, <code>local-zone</code>.</p> </li> <li> <p> <code>zone-name</code> - The name of the Availability Zone (for example, <code>us-east-1a</code>), the Local Zone (for example, <code>us-west-2-lax-1a</code>), or the Wavelength Zone (for example, <code>us-east-1-wl1-bos-wlz-1</code>).</p> </li> <li> <p> <code>zone-type</code> - The type of zone, for example, <code>local-zone</code>.</p> </li> </ul>",
6612        "DescribeBundleTasksRequest$Filters": "<p>The 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>",
6613        "DescribeCapacityReservationsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>instance-type</code> - The type of instance for which the Capacity Reservation reserves capacity.</p> </li> <li> <p> <code>owner-id</code> - The ID of the AWS account that owns the Capacity Reservation.</p> </li> <li> <p> <code>availability-zone-id</code> - The Availability Zone ID of the Capacity Reservation.</p> </li> <li> <p> <code>instance-platform</code> - The type of operating system for which the Capacity Reservation reserves capacity.</p> </li> <li> <p> <code>availability-zone</code> - The Availability Zone ID of the Capacity Reservation.</p> </li> <li> <p> <code>tenancy</code> - Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:</p> <ul> <li> <p> <code>default</code> - The Capacity Reservation is created on hardware that is shared with other AWS accounts.</p> </li> <li> <p> <code>dedicated</code> - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single AWS account.</p> </li> </ul> </li> <li> <p> <code>state</code> - The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:</p> <ul> <li> <p> <code>active</code>- The Capacity Reservation is active and the capacity is available for your use.</p> </li> <li> <p> <code>expired</code> - The Capacity Reservation expired automatically at the date and time specified in your request. The reserved capacity is no longer available for your use.</p> </li> <li> <p> <code>cancelled</code> - The Capacity Reservation was cancelled. The reserved capacity is no longer available for your use.</p> </li> <li> <p> <code>pending</code> - The Capacity Reservation request was successful but the capacity provisioning is still pending.</p> </li> <li> <p> <code>failed</code> - The Capacity Reservation request has failed. A request might fail due to invalid request parameters, capacity constraints, or instance limit constraints. Failed requests are retained for 60 minutes.</p> </li> </ul> </li> <li> <p> <code>end-date</code> - The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to expired when it reaches its end date and time.</p> </li> <li> <p> <code>end-date-type</code> - Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:</p> <ul> <li> <p> <code>unlimited</code> - The Capacity Reservation remains active until you explicitly cancel it.</p> </li> <li> <p> <code>limited</code> - The Capacity Reservation expires automatically at a specified date and time.</p> </li> </ul> </li> <li> <p> <code>instance-match-criteria</code> - Indicates the type of instance launches that the Capacity Reservation accepts. The options include:</p> <ul> <li> <p> <code>open</code> - The Capacity Reservation accepts all instances that have matching attributes (instance type, platform, and Availability Zone). Instances that have matching attributes launch into the Capacity Reservation automatically without specifying any additional parameters.</p> </li> <li> <p> <code>targeted</code> - The Capacity Reservation only accepts instances that have matching attributes (instance type, platform, and Availability Zone), and explicitly target the Capacity Reservation. This ensures that only permitted instances can use the reserved capacity.</p> </li> </ul> </li> </ul>",
6614        "DescribeCarrierGatewaysRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>carrier-gateway-id</code> - The ID of the carrier gateway.</p> </li> <li> <p> <code>state</code> - The state of the carrier gateway (<code>pending</code> | <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p> </li> <li> <p> <code>owner-id</code> - The AWS account ID of the owner of the carrier gateway.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC associated with the carrier gateway.</p> </li> </ul>",
6615        "DescribeClassicLinkInstancesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>group-id</code> - The ID of a VPC security group that's associated with the instance.</p> </li> <li> <p> <code>instance-id</code> - The ID of the instance.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC to which the instance is linked.</p> <p> <code>vpc-id</code> - The ID of the VPC that the instance is linked to.</p> </li> </ul>",
6616        "DescribeClientVpnAuthorizationRulesRequest$Filters": "<p>One or more filters. Filter names and values are case-sensitive.</p> <ul> <li> <p> <code>description</code> - The description of the authorization rule.</p> </li> <li> <p> <code>destination-cidr</code> - The CIDR of the network to which the authorization rule applies.</p> </li> <li> <p> <code>group-id</code> - The ID of the Active Directory group to which the authorization rule grants access.</p> </li> </ul>",
6617        "DescribeClientVpnConnectionsRequest$Filters": "<p>One or more filters. Filter names and values are case-sensitive.</p> <ul> <li> <p> <code>connection-id</code> - The ID of the connection.</p> </li> <li> <p> <code>username</code> - For Active Directory client authentication, the user name of the client who established the client connection.</p> </li> </ul>",
6618        "DescribeClientVpnEndpointsRequest$Filters": "<p>One or more filters. Filter names and values are case-sensitive.</p> <ul> <li> <p> <code>endpoint-id</code> - The ID of the Client VPN endpoint.</p> </li> <li> <p> <code>transport-protocol</code> - The transport protocol (<code>tcp</code> | <code>udp</code>).</p> </li> </ul>",
6619        "DescribeClientVpnRoutesRequest$Filters": "<p>One or more filters. Filter names and values are case-sensitive.</p> <ul> <li> <p> <code>destination-cidr</code> - The CIDR of the route destination.</p> </li> <li> <p> <code>origin</code> - How the route was associated with the Client VPN endpoint (<code>associate</code> | <code>add-route</code>).</p> </li> <li> <p> <code>target-subnet</code> - The ID of the subnet through which traffic is routed.</p> </li> </ul>",
6620        "DescribeClientVpnTargetNetworksRequest$Filters": "<p>One or more filters. Filter names and values are case-sensitive.</p> <ul> <li> <p> <code>association-id</code> - The ID of the association.</p> </li> <li> <p> <code>target-network-id</code> - The ID of the subnet specified as the target network.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC in which the target network is located.</p> </li> </ul>",
6621        "DescribeCoipPoolsRequest$Filters": "<p>The filters. The following are the possible values:</p> <ul> <li> <p> <code>coip-pool.pool-id</code> </p> </li> </ul> <ul> <li> <p> <code>coip-pool.local-gateway-route-table-id</code> </p> </li> </ul>",
6622        "DescribeCustomerGatewaysRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>bgp-asn</code> - The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p> </li> <li> <p> <code>customer-gateway-id</code> - The ID of the customer gateway.</p> </li> <li> <p> <code>ip-address</code> - The IP address of the customer gateway's Internet-routable external interface.</p> </li> <li> <p> <code>state</code> - The state of the customer gateway (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p> </li> <li> <p> <code>type</code> - The type of customer gateway. Currently, the only supported type is <code>ipsec.1</code>.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6623        "DescribeDhcpOptionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>dhcp-options-id</code> - The ID of a DHCP options set.</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>owner-id</code> - The ID of the AWS account that owns the DHCP options set.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6624        "DescribeEgressOnlyInternetGatewaysRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6625        "DescribeElasticGpusRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>availability-zone</code> - The Availability Zone in which the Elastic Graphics accelerator resides.</p> </li> <li> <p> <code>elastic-gpu-health</code> - The status of the Elastic Graphics accelerator (<code>OK</code> | <code>IMPAIRED</code>).</p> </li> <li> <p> <code>elastic-gpu-state</code> - The state of the Elastic Graphics accelerator (<code>ATTACHED</code>).</p> </li> <li> <p> <code>elastic-gpu-type</code> - The type of Elastic Graphics accelerator; for example, <code>eg1.medium</code>.</p> </li> <li> <p> <code>instance-id</code> - The ID of the instance to which the Elastic Graphics accelerator is associated.</p> </li> </ul>",
6626        "DescribeExportImageTasksRequest$Filters": "<p>Filter tasks using the <code>task-state</code> filter and one of the following values: <code>active</code>, <code>completed</code>, <code>deleting</code>, or <code>deleted</code>.</p>",
6627        "DescribeExportTasksRequest$Filters": "<p>the filters for the export tasks.</p>",
6628        "DescribeFastSnapshotRestoresRequest$Filters": "<p>The filters. The possible values are:</p> <ul> <li> <p> <code>availability-zone</code>: The Availability Zone of the snapshot.</p> </li> <li> <p> <code>owner-id</code>: The ID of the AWS account that enabled fast snapshot restore on the snapshot.</p> </li> <li> <p> <code>snapshot-id</code>: The ID of the snapshot.</p> </li> <li> <p> <code>state</code>: The state of fast snapshot restores for the snapshot (<code>enabling</code> | <code>optimizing</code> | <code>enabled</code> | <code>disabling</code> | <code>disabled</code>).</p> </li> </ul>",
6629        "DescribeFleetInstancesRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>instance-type</code> - The instance type.</p> </li> </ul>",
6630        "DescribeFleetsRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>activity-status</code> - The progress of the EC2 Fleet ( <code>error</code> | <code>pending-fulfillment</code> | <code>pending-termination</code> | <code>fulfilled</code>).</p> </li> <li> <p> <code>excess-capacity-termination-policy</code> - Indicates whether to terminate running instances if the target capacity is decreased below the current EC2 Fleet size (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>fleet-state</code> - The state of the EC2 Fleet (<code>submitted</code> | <code>active</code> | <code>deleted</code> | <code>failed</code> | <code>deleted-running</code> | <code>deleted-terminating</code> | <code>modifying</code>).</p> </li> <li> <p> <code>replace-unhealthy-instances</code> - Indicates whether EC2 Fleet should replace unhealthy instances (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>type</code> - The type of request (<code>instant</code> | <code>request</code> | <code>maintain</code>).</p> </li> </ul>",
6631        "DescribeFlowLogsRequest$Filter": "<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>log-destination-type</code> - The type of destination to which the flow log publishes data. Possible destination types include <code>cloud-watch-logs</code> and <code>s3</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> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6632        "DescribeFpgaImagesRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>create-time</code> - The creation time of the AFI.</p> </li> <li> <p> <code>fpga-image-id</code> - The FPGA image identifier (AFI ID).</p> </li> <li> <p> <code>fpga-image-global-id</code> - The global FPGA image identifier (AGFI ID).</p> </li> <li> <p> <code>name</code> - The name of the AFI.</p> </li> <li> <p> <code>owner-id</code> - The AWS account ID of the AFI owner.</p> </li> <li> <p> <code>product-code</code> - The product code.</p> </li> <li> <p> <code>shell-version</code> - The version of the AWS Shell that was used to create the bitstream.</p> </li> <li> <p> <code>state</code> - The state of the AFI (<code>pending</code> | <code>failed</code> | <code>available</code> | <code>unavailable</code>).</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>update-time</code> - The time of the most recent update.</p> </li> </ul>",
6633        "DescribeHostReservationOfferingsRequest$Filter": "<p>The filters.</p> <ul> <li> <p> <code>instance-family</code> - The instance family of the offering (for example, <code>m4</code>).</p> </li> <li> <p> <code>payment-option</code> - The payment option (<code>NoUpfront</code> | <code>PartialUpfront</code> | <code>AllUpfront</code>).</p> </li> </ul>",
6634        "DescribeHostReservationsRequest$Filter": "<p>The filters.</p> <ul> <li> <p> <code>instance-family</code> - The instance family (for example, <code>m4</code>).</p> </li> <li> <p> <code>payment-option</code> - The payment option (<code>NoUpfront</code> | <code>PartialUpfront</code> | <code>AllUpfront</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> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6635        "DescribeHostsRequest$Filter": "<p>The filters.</p> <ul> <li> <p> <code>auto-placement</code> - Whether auto-placement is enabled or disabled (<code>on</code> | <code>off</code>).</p> </li> <li> <p> <code>availability-zone</code> - The Availability Zone of the host.</p> </li> <li> <p> <code>client-token</code> - The idempotency token that you provided when you allocated the host.</p> </li> <li> <p> <code>host-reservation-id</code> - The ID of the reservation assigned to this host.</p> </li> <li> <p> <code>instance-type</code> - The instance type size that the Dedicated Host is configured to support.</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>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6636        "DescribeIamInstanceProfileAssociationsRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>instance-id</code> - The ID of the instance.</p> </li> <li> <p> <code>state</code> - The state of the association (<code>associating</code> | <code>associated</code> | <code>disassociating</code>).</p> </li> </ul>",
6637        "DescribeImagesRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>architecture</code> - The image architecture (<code>i386</code> | <code>x86_64</code> | <code>arm64</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 specified in the block device mapping (for example, <code>/dev/sdh</code> or <code>xvdh</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>io2</code> | <code>st1 </code>| <code>sc1</code> | <code>standard</code>).</p> </li> <li> <p> <code>block-device-mapping.encrypted</code> - A Boolean that indicates whether the EBS volume is encrypted.</p> </li> <li> <p> <code>description</code> - The description of the image (provided during image creation).</p> </li> <li> <p> <code>ena-support</code> - A Boolean that indicates whether enhanced networking with ENA is enabled.</p> </li> <li> <p> <code>hypervisor</code> - The hypervisor type (<code>ovm</code> | <code>xen</code>).</p> </li> <li> <p> <code>image-id</code> - The ID of the image.</p> </li> <li> <p> <code>image-type</code> - The image type (<code>machine</code> | <code>kernel</code> | <code>ramdisk</code>).</p> </li> <li> <p> <code>is-public</code> - A Boolean that indicates whether the image is public.</p> </li> <li> <p> <code>kernel-id</code> - The kernel ID.</p> </li> <li> <p> <code>manifest-location</code> - The location of the image manifest.</p> </li> <li> <p> <code>name</code> - The name of the AMI (provided during image creation).</p> </li> <li> <p> <code>owner-alias</code> - The owner alias, from an Amazon-maintained list (<code>amazon</code> | <code>aws-marketplace</code>). This is not the user-configured AWS account alias set using the IAM console. We recommend that you use the related parameter instead of this filter.</p> </li> <li> <p> <code>owner-id</code> - The AWS account ID of the owner. We recommend that you use the related parameter instead of this filter.</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 device 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>sriov-net-support</code> - A value of <code>simple</code> indicates that enhanced networking with the Intel 82599 VF interface is enabled.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>virtualization-type</code> - The virtualization type (<code>paravirtual</code> | <code>hvm</code>).</p> </li> </ul>",
6638        "DescribeImportImageTasksRequest$Filters": "<p>Filter tasks using the <code>task-state</code> filter and one of the following values: <code>active</code>, <code>completed</code>, <code>deleting</code>, or <code>deleted</code>.</p>",
6639        "DescribeImportSnapshotTasksRequest$Filters": "<p>The filters.</p>",
6640        "DescribeInstanceCreditSpecificationsRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>instance-id</code> - The ID of the instance.</p> </li> </ul>",
6641        "DescribeInstanceStatusRequest$Filters": "<p>The 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.instance-event-id</code> - The ID of the event whose date and time you are modifying.</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>event.not-before-deadline</code> - The deadline for starting the 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 used for internal purposes 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>",
6642        "DescribeInstanceTypeOfferingsRequest$Filters": "<p>One or more filters. Filter names and values are case-sensitive.</p> <ul> <li> <p> <code>location</code> - This depends on the location type. For example, if the location type is <code>region</code> (default), the location is the Region code (for example, <code>us-east-2</code>.)</p> </li> <li> <p> <code>instance-type</code> - The instance type. For example, <code>c5.2xlarge</code>.</p> </li> </ul>",
6643        "DescribeInstanceTypesRequest$Filters": "<p>One or more filters. Filter names and values are case-sensitive.</p> <ul> <li> <p> <code>auto-recovery-supported</code> - Indicates whether auto recovery is supported (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>bare-metal</code> - Indicates whether it is a bare metal instance type (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>burstable-performance-supported</code> - Indicates whether it is a burstable performance instance type (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>current-generation</code> - Indicates whether this instance type is the latest generation instance type of an instance family (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps</code> - The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.</p> </li> <li> <p> <code>ebs-info.ebs-optimized-info.baseline-iops</code> - The baseline input/output storage operations per second for an EBS-optimized instance type.</p> </li> <li> <p> <code>ebs-info.ebs-optimized-info.baseline-throughput-in-mbps</code> - The baseline throughput performance for an EBS-optimized instance type, in MB/s.</p> </li> <li> <p> <code>ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps</code> - The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.</p> </li> <li> <p> <code>ebs-info.ebs-optimized-info.maximum-iops</code> - The maximum input/output storage operations per second for an EBS-optimized instance type.</p> </li> <li> <p> <code>ebs-info.ebs-optimized-info.maximum-throughput-in-mbps</code> - The maximum throughput performance for an EBS-optimized instance type, in MB/s.</p> </li> <li> <p> <code>ebs-info.ebs-optimized-support</code> - Indicates whether the instance type is EBS-optimized (<code>supported</code> | <code>unsupported</code> | <code>default</code>).</p> </li> <li> <p> <code>ebs-info.encryption-support</code> - Indicates whether EBS encryption is supported (<code>supported</code> | <code>unsupported</code>).</p> </li> <li> <p> <code>ebs-info.nvme-support</code> - Indicates whether non-volatile memory express (NVMe) is supported for EBS volumes (<code>required</code> | <code>supported</code> | <code>unsupported</code>).</p> </li> <li> <p> <code>free-tier-eligible</code> - Indicates whether the instance type is eligible to use in the free tier (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>hibernation-supported</code> - Indicates whether On-Demand hibernation is supported (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>hypervisor</code> - The hypervisor (<code>nitro</code> | <code>xen</code>).</p> </li> <li> <p> <code>instance-storage-info.disk.count</code> - The number of local disks.</p> </li> <li> <p> <code>instance-storage-info.disk.size-in-gb</code> - The storage size of each instance storage disk, in GB.</p> </li> <li> <p> <code>instance-storage-info.disk.type</code> - The storage technology for the local instance storage disks (<code>hdd</code> | <code>ssd</code>).</p> </li> <li> <p> <code>instance-storage-info.nvme-support</code> - Indicates whether non-volatile memory express (NVMe) is supported for instance store (<code>required</code> | <code>supported</code>) | <code>unsupported</code>).</p> </li> <li> <p> <code>instance-storage-info.total-size-in-gb</code> - The total amount of storage available from all local instance storage, in GB.</p> </li> <li> <p> <code>instance-storage-supported</code> - Indicates whether the instance type has local instance storage (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>instance-type</code> - The instance type (for example <code>c5.2xlarge</code> or c5*).</p> </li> <li> <p> <code>memory-info.size-in-mib</code> - The memory size.</p> </li> <li> <p> <code>network-info.efa-supported</code> - Indicates whether the instance type supports Elastic Fabric Adapter (EFA) (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>network-info.ena-support</code> - Indicates whether Elastic Network Adapter (ENA) is supported or required (<code>required</code> | <code>supported</code> | <code>unsupported</code>).</p> </li> <li> <p> <code>network-info.ipv4-addresses-per-interface</code> - The maximum number of private IPv4 addresses per network interface.</p> </li> <li> <p> <code>network-info.ipv6-addresses-per-interface</code> - The maximum number of private IPv6 addresses per network interface.</p> </li> <li> <p> <code>network-info.ipv6-supported</code> - Indicates whether the instance type supports IPv6 (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>network-info.maximum-network-interfaces</code> - The maximum number of network interfaces per instance.</p> </li> <li> <p> <code>network-info.network-performance</code> - The network performance (for example, \"25 Gigabit\").</p> </li> <li> <p> <code>processor-info.supported-architecture</code> - The CPU architecture (<code>arm64</code> | <code>i386</code> | <code>x86_64</code>).</p> </li> <li> <p> <code>processor-info.sustained-clock-speed-in-ghz</code> - The CPU clock speed, in GHz.</p> </li> <li> <p> <code>supported-root-device-type</code> - The root device type (<code>ebs</code> | <code>instance-store</code>).</p> </li> <li> <p> <code>supported-usage-class</code> - The usage class (<code>on-demand</code> | <code>spot</code>).</p> </li> <li> <p> <code>supported-virtualization-type</code> - The virtualization type (<code>hvm</code> | <code>paravirtual</code>).</p> </li> <li> <p> <code>vcpu-info.default-cores</code> - The default number of cores for the instance type.</p> </li> <li> <p> <code>vcpu-info.default-threads-per-core</code> - The default number of threads per core for the instance type.</p> </li> <li> <p> <code>vcpu-info.default-vcpus</code> - The default number of vCPUs for the instance type.</p> </li> <li> <p> <code>vcpu-info.valid-cores</code> - The number of cores that can be configured for the instance type.</p> </li> <li> <p> <code>vcpu-info.valid-threads-per-core</code> - The number of threads per core that can be configured for the instance type. For example, \"1\" or \"1,2\".</p> </li> </ul>",
6644        "DescribeInstancesRequest$Filters": "<p>The 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> | <code>arm64</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 specified in the block device mapping (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>hibernation-options.configured</code> - A Boolean that indicates whether the instance is enabled for hibernation. A value of <code>true</code> means that the instance is enabled for hibernation. </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>). The value <code>xen</code> is used for both Xen and Nitro hypervisors.</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 used for internal purposes 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 IPv4 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>metadata-options.http-tokens</code> - The metadata request authorization state (<code>optional</code> | <code>required</code>)</p> </li> <li> <p> <code>metadata-options.http-put-response-hop-limit</code> - The http metadata request put response hop limit (integer, possible values <code>1</code> to <code>64</code>)</p> </li> <li> <p> <code>metadata-options.http-endpoint</code> - Enable or disable metadata access on http endpoint (<code>enabled</code> | <code>disabled</code>)</p> </li> <li> <p> <code>monitoring-state</code> - Indicates whether detailed monitoring is enabled (<code>disabled</code> | <code>enabled</code>).</p> </li> <li> <p> <code>network-interface.addresses.private-ip-address</code> - The private IPv4 address associated with the network interface.</p> </li> <li> <p> <code>network-interface.addresses.primary</code> - Specifies whether the IPv4 address of the network interface is the primary private IPv4 address.</p> </li> <li> <p> <code>network-interface.addresses.association.public-ip</code> - The ID of the association of an Elastic IP address (IPv4) with a network interface.</p> </li> <li> <p> <code>network-interface.addresses.association.ip-owner-id</code> - The owner ID of the private IPv4 address associated with the network interface.</p> </li> <li> <p> <code>network-interface.association.public-ip</code> - The address of the Elastic IP address (IPv4) bound to the network interface.</p> </li> <li> <p> <code>network-interface.association.ip-owner-id</code> - The owner of the Elastic IP address (IPv4) associated with the network interface.</p> </li> <li> <p> <code>network-interface.association.allocation-id</code> - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface.</p> </li> <li> <p> <code>network-interface.association.association-id</code> - The association ID returned when the network interface was associated with an IPv4 address.</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.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.availability-zone</code> - The Availability Zone for the network interface.</p> </li> <li> <p> <code>network-interface.description</code> - The description of the network interface.</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.ipv6-addresses.ipv6-address</code> - The IPv6 address associated with the network interface.</p> </li> <li> <p> <code>network-interface.mac-address</code> - The MAC address of 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.private-dns-name</code> - The private DNS name of 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.source-dest-check</code> - Whether the network interface performs source/destination checking. A value of <code>true</code> means that checking is enabled, and <code>false</code> means that 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.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>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>placement-partition-number</code> - The partition in which the instance is located.</p> </li> <li> <p> <code>platform</code> - The platform. To list only Windows instances, use <code>windows</code>.</p> </li> <li> <p> <code>private-dns-name</code> - The private IPv4 DNS name of the instance.</p> </li> <li> <p> <code>private-ip-address</code> - The private IPv4 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 get one reservation ID. If you launch ten instances using the same launch request, you also get one reservation ID.</p> </li> <li> <p> <code>root-device-name</code> - The device 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>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 that 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>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</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> </ul>",
6645        "DescribeInternetGatewaysRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>attachment.state</code> - The current state of the attachment between the gateway and the VPC (<code>available</code>). Present only if a VPC is attached.</p> </li> <li> <p> <code>attachment.vpc-id</code> - The ID of an attached VPC.</p> </li> <li> <p> <code>internet-gateway-id</code> - The ID of the Internet gateway.</p> </li> <li> <p> <code>owner-id</code> - The ID of the AWS account that owns the internet gateway.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6646        "DescribeIpv6PoolsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6647        "DescribeKeyPairsRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>key-pair-id</code> - The ID of the key pair.</p> </li> <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> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> </ul>",
6648        "DescribeLaunchTemplateVersionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>create-time</code> - The time the launch template version was created.</p> </li> <li> <p> <code>ebs-optimized</code> - A boolean that indicates whether the instance is optimized for Amazon EBS I/O.</p> </li> <li> <p> <code>iam-instance-profile</code> - The ARN of the IAM instance profile.</p> </li> <li> <p> <code>image-id</code> - The ID of the AMI.</p> </li> <li> <p> <code>instance-type</code> - The instance type.</p> </li> <li> <p> <code>is-default-version</code> - A boolean that indicates whether the launch template version is the default version.</p> </li> <li> <p> <code>kernel-id</code> - The kernel ID.</p> </li> <li> <p> <code>ram-disk-id</code> - The RAM disk ID.</p> </li> </ul>",
6649        "DescribeLaunchTemplatesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>create-time</code> - The time the launch template was created.</p> </li> <li> <p> <code>launch-template-name</code> - The name of the launch template.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6650        "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>local-gateway-id</code> - The ID of a local gateway.</p> </li> <li> <p> <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p> </li> <li> <p> <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p> </li> <li> <p> <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p> </li> <li> <p> <code>state</code> - The state of the association.</p> </li> </ul>",
6651        "DescribeLocalGatewayRouteTableVpcAssociationsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>local-gateway-id</code> - The ID of a local gateway.</p> </li> <li> <p> <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p> </li> <li> <p> <code>local-gateway-route-table-vpc-association-id</code> - The ID of the association.</p> </li> <li> <p> <code>state</code> - The state of the association.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC.</p> </li> </ul>",
6652        "DescribeLocalGatewayRouteTablesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>local-gateway-id</code> - The ID of a local gateway.</p> </li> <li> <p> <code>local-gateway-route-table-id</code> - The ID of a local gateway route table.</p> </li> <li> <p> <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p> </li> <li> <p> <code>state</code> - The state of the local gateway route table.</p> </li> </ul>",
6653        "DescribeLocalGatewayVirtualInterfaceGroupsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>local-gateway-id</code> - The ID of a local gateway.</p> </li> <li> <p> <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p> </li> <li> <p> <code>local-gateway-virtual-interface-group-id</code> - The ID of the virtual interface group.</p> </li> </ul>",
6654        "DescribeLocalGatewayVirtualInterfacesRequest$Filters": "<p>One or more filters.</p>",
6655        "DescribeLocalGatewaysRequest$Filters": "<p>One or more filters.</p>",
6656        "DescribeManagedPrefixListsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>owner-id</code> - The ID of the prefix list owner.</p> </li> <li> <p> <code>prefix-list-id</code> - The ID of the prefix list.</p> </li> <li> <p> <code>prefix-list-name</code> - The name of the prefix list.</p> </li> </ul>",
6657        "DescribeMovingAddressesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>moving-status</code> - The status of the Elastic IP address (<code>MovingToVpc</code> | <code>RestoringToClassic</code>).</p> </li> </ul>",
6658        "DescribeNatGatewaysRequest$Filter": "<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>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC in which the NAT gateway resides.</p> </li> </ul>",
6659        "DescribeNetworkAclsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>association.association-id</code> - The ID of an association ID for the ACL.</p> </li> <li> <p> <code>association.network-acl-id</code> - The ID of the network ACL involved in the association.</p> </li> <li> <p> <code>association.subnet-id</code> - The ID of the subnet involved in the association.</p> </li> <li> <p> <code>default</code> - Indicates whether the ACL is the default network ACL for the VPC.</p> </li> <li> <p> <code>entry.cidr</code> - The IPv4 CIDR range specified in the entry.</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.ipv6-cidr</code> - The IPv6 CIDR range specified in the entry.</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 set of ACL entries.</p> </li> <li> <p> <code>network-acl-id</code> - The ID of the network ACL.</p> </li> <li> <p> <code>owner-id</code> - The ID of the AWS account that owns the network ACL.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC for the network ACL.</p> </li> </ul>",
6660        "DescribeNetworkInsightsAnalysesRequest$Filters": "<p>The filters. The following are possible values:</p> <ul> <li> <p>PathFound - A Boolean value that indicates whether a feasible path is found.</p> </li> <li> <p>Status - The status of the analysis (running | succeeded | failed).</p> </li> </ul>",
6661        "DescribeNetworkInsightsPathsRequest$Filters": "<p>The filters. The following are possible values:</p> <ul> <li> <p>Destination - The ID of the resource.</p> </li> <li> <p>DestinationPort - The destination port.</p> </li> <li> <p>Name - The path name.</p> </li> <li> <p>Protocol - The protocol.</p> </li> <li> <p>Source - The ID of the resource.</p> </li> </ul>",
6662        "DescribeNetworkInterfacePermissionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>network-interface-permission.network-interface-permission-id</code> - The ID of the permission.</p> </li> <li> <p> <code>network-interface-permission.network-interface-id</code> - The ID of the network interface.</p> </li> <li> <p> <code>network-interface-permission.aws-account-id</code> - The AWS account ID.</p> </li> <li> <p> <code>network-interface-permission.aws-service</code> - The AWS service.</p> </li> <li> <p> <code>network-interface-permission.permission</code> - The type of permission (<code>INSTANCE-ATTACH</code> | <code>EIP-ASSOCIATE</code>).</p> </li> </ul>",
6663        "DescribeNetworkInterfacesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>addresses.private-ip-address</code> - The private IPv4 addresses associated with the network interface.</p> </li> <li> <p> <code>addresses.primary</code> - Whether the private IPv4 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 (IPv4).</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 IPv4 address.</p> </li> <li> <p> <code>association.allocation-id</code> - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface.</p> </li> <li> <p> <code>association.ip-owner-id</code> - The owner of the Elastic IP address (IPv4) associated with the network interface.</p> </li> <li> <p> <code>association.public-ip</code> - The address of the Elastic IP address (IPv4) bound to the network interface.</p> </li> <li> <p> <code>association.public-dns-name</code> - The public DNS name for the network interface (IPv4).</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.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>ipv6-addresses.ipv6-address</code> - An IPv6 address 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 IPv4 address or addresses of the network interface.</p> </li> <li> <p> <code>private-dns-name</code> - The private DNS name of the network interface (IPv4).</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-dest-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>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC for the network interface.</p> </li> </ul>",
6664        "DescribePlacementGroupsRequest$Filters": "<p>The 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> | <code>spread</code> | <code>partition</code>).</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6665        "DescribePrefixListsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>prefix-list-id</code>: The ID of a prefix list.</p> </li> <li> <p> <code>prefix-list-name</code>: The name of a prefix list.</p> </li> </ul>",
6666        "DescribePublicIpv4PoolsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6667        "DescribeRegionsRequest$Filters": "<p>The 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>opt-in-status</code> - The opt-in status of the Region (<code>opt-in-not-required</code> | <code>opted-in</code> | <code>not-opted-in</code>).</p> </li> <li> <p> <code>region-name</code> - The name of the Region (for example, <code>us-east-1</code>).</p> </li> </ul>",
6668        "DescribeReservedInstancesListingsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>reserved-instances-id</code> - The ID of the Reserved Instances.</p> </li> <li> <p> <code>reserved-instances-listing-id</code> - The ID of the Reserved Instances listing.</p> </li> <li> <p> <code>status</code> - The status of the Reserved Instance listing (<code>pending</code> | <code>active</code> | <code>cancelled</code> | <code>closed</code>).</p> </li> <li> <p> <code>status-message</code> - The reason for the status.</p> </li> </ul>",
6669        "DescribeReservedInstancesModificationsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>client-token</code> - The idempotency token for the modification request.</p> </li> <li> <p> <code>create-date</code> - The time when the modification request was created.</p> </li> <li> <p> <code>effective-date</code> - The time when the modification becomes effective.</p> </li> <li> <p> <code>modification-result.reserved-instances-id</code> - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is <code>fulfilled</code>.</p> </li> <li> <p> <code>modification-result.target-configuration.availability-zone</code> - The Availability Zone for the new Reserved Instances.</p> </li> <li> <p> <code>modification-result.target-configuration.instance-count </code> - The number of new Reserved Instances.</p> </li> <li> <p> <code>modification-result.target-configuration.instance-type</code> - The instance type of the new Reserved Instances.</p> </li> <li> <p> <code>modification-result.target-configuration.platform</code> - The network platform of the new Reserved Instances (<code>EC2-Classic</code> | <code>EC2-VPC</code>).</p> </li> <li> <p> <code>reserved-instances-id</code> - The ID of the Reserved Instances modified.</p> </li> <li> <p> <code>reserved-instances-modification-id</code> - The ID of the modification request.</p> </li> <li> <p> <code>status</code> - The status of the Reserved Instances modification request (<code>processing</code> | <code>fulfilled</code> | <code>failed</code>).</p> </li> <li> <p> <code>status-message</code> - The reason for the status.</p> </li> <li> <p> <code>update-date</code> - The time when the modification request was last updated.</p> </li> </ul>",
6670        "DescribeReservedInstancesOfferingsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>availability-zone</code> - The Availability Zone where the Reserved Instance can be used.</p> </li> <li> <p> <code>duration</code> - The duration of the Reserved Instance (for example, one year or three years), in seconds (<code>31536000</code> | <code>94608000</code>).</p> </li> <li> <p> <code>fixed-price</code> - The purchase price of the Reserved Instance (for example, 9800.0).</p> </li> <li> <p> <code>instance-type</code> - The instance type 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>",
6671        "DescribeReservedInstancesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>availability-zone</code> - The Availability Zone where the Reserved Instance can be used.</p> </li> <li> <p> <code>duration</code> - The duration of the Reserved Instance (one year or three years), in seconds (<code>31536000</code> | <code>94608000</code>).</p> </li> <li> <p> <code>end</code> - The time when the Reserved Instance expires (for example, 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>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>usage-price</code> - The usage price of the Reserved Instance, per hour (for example, 0.84).</p> </li> </ul>",
6672        "DescribeRouteTablesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>association.route-table-association-id</code> - The ID of an association ID for the route table.</p> </li> <li> <p> <code>association.route-table-id</code> - The ID of the route table involved in the association.</p> </li> <li> <p> <code>association.subnet-id</code> - The ID of the subnet involved in the association.</p> </li> <li> <p> <code>association.main</code> - Indicates whether the route table is the main route table for the VPC (<code>true</code> | <code>false</code>). Route tables that do not have an association ID are not returned in the response.</p> </li> <li> <p> <code>owner-id</code> - The ID of the AWS account that owns the route table.</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 IPv4 CIDR range specified in a route in the table.</p> </li> <li> <p> <code>route.destination-ipv6-cidr-block</code> - The IPv6 CIDR range specified in a route in the route 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.egress-only-internet-gateway-id</code> - The ID of an egress-only Internet gateway specified in a route in the route 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.transit-gateway-id</code> - The ID of a transit 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>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC for the route table.</p> </li> </ul>",
6673        "DescribeScheduledInstanceAvailabilityRequest$Filters": "<p>The 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>",
6674        "DescribeScheduledInstancesRequest$Filters": "<p>The 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>",
6675        "DescribeSecurityGroupsRequest$Filters": "<p>The 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.cidr</code> - An IPv4 CIDR block for an outbound security group rule.</p> </li> <li> <p> <code>egress.ip-permission.from-port</code> - For an outbound rule, the start of port range for the TCP and UDP protocols, or an ICMP type number.</p> </li> <li> <p> <code>egress.ip-permission.group-id</code> - The ID of a security group that has been referenced in an outbound security group rule.</p> </li> <li> <p> <code>egress.ip-permission.group-name</code> - The name of a security group that has been referenced in an outbound security group rule.</p> </li> <li> <p> <code>egress.ip-permission.ipv6-cidr</code> - An IPv6 CIDR block for an outbound security group rule.</p> </li> <li> <p> <code>egress.ip-permission.prefix-list-id</code> - The ID of a prefix list to which a security group rule allows outbound access.</p> </li> <li> <p> <code>egress.ip-permission.protocol</code> - The IP protocol for an outbound security group rule (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p> </li> <li> <p> <code>egress.ip-permission.to-port</code> - For an outbound rule, the end of port range for the TCP and UDP protocols, or an ICMP code.</p> </li> <li> <p> <code>egress.ip-permission.user-id</code> - The ID of an AWS account that has been referenced in an outbound security group rule.</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> - An IPv4 CIDR block for an inbound security group rule.</p> </li> <li> <p> <code>ip-permission.from-port</code> - For an inbound rule, 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 referenced in an inbound security group rule.</p> </li> <li> <p> <code>ip-permission.group-name</code> - The name of a security group that has been referenced in an inbound security group rule.</p> </li> <li> <p> <code>ip-permission.ipv6-cidr</code> - An IPv6 CIDR block for an inbound security group rule.</p> </li> <li> <p> <code>ip-permission.prefix-list-id</code> - The ID of a prefix list from which a security group rule allows inbound access.</p> </li> <li> <p> <code>ip-permission.protocol</code> - The IP protocol for an inbound security group rule (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p> </li> <li> <p> <code>ip-permission.to-port</code> - For an inbound rule, 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 referenced in an inbound security group rule.</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</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC specified when the security group was created.</p> </li> </ul>",
6676        "DescribeSnapshotsRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>description</code> - A description of the snapshot.</p> </li> <li> <p> <code>encrypted</code> - Indicates whether the snapshot is encrypted (<code>true</code> | <code>false</code>)</p> </li> <li> <p> <code>owner-alias</code> - The owner alias, from an Amazon-maintained list (<code>amazon</code>). This is not the user-configured AWS account alias set using the IAM console. We recommend that you use the related parameter instead of this filter.</p> </li> <li> <p> <code>owner-id</code> - The AWS account ID of the owner. We recommend that you use the related parameter instead of this filter.</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>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</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>",
6677        "DescribeSpotInstanceRequestsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>availability-zone-group</code> - The Availability Zone group.</p> </li> <li> <p> <code>create-time</code> - The time stamp when the Spot Instance request was created.</p> </li> <li> <p> <code>fault-code</code> - The fault code related to the request.</p> </li> <li> <p> <code>fault-message</code> - The fault message related to the request.</p> </li> <li> <p> <code>instance-id</code> - The ID of the instance that fulfilled the request.</p> </li> <li> <p> <code>launch-group</code> - The Spot Instance launch group.</p> </li> <li> <p> <code>launch.block-device-mapping.delete-on-termination</code> - Indicates whether the EBS volume is deleted on instance termination.</p> </li> <li> <p> <code>launch.block-device-mapping.device-name</code> - The device name for the volume in the block device mapping (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p> </li> <li> <p> <code>launch.block-device-mapping.snapshot-id</code> - The ID of the snapshot for the EBS volume.</p> </li> <li> <p> <code>launch.block-device-mapping.volume-size</code> - The size of the EBS volume, in GiB.</p> </li> <li> <p> <code>launch.block-device-mapping.volume-type</code> - The type of EBS volume: <code>gp2</code> for General Purpose SSD, <code>io1</code> or <code>io2</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 ID of the security group for the instance.</p> </li> <li> <p> <code>launch.group-name</code> - The name of 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 detailed 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>launched-availability-zone</code> - The Availability Zone in which the request is launched.</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>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.description</code> - A description 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.group-id</code> - The ID of the security group associated with 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.private-ip-address</code> - The primary private IP address of the network interface.</p> </li> <li> <p> <code>network-interface.subnet-id</code> - The ID of the subnet for the instance.</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 request status information can help you track your Amazon EC2 Spot Instance requests. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html\">Spot request status</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</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>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</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>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>",
6678        "DescribeSpotPriceHistoryRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>availability-zone</code> - The Availability Zone for which prices should be returned.</p> </li> <li> <p> <code>instance-type</code> - The type of instance (for example, <code>m3.medium</code>).</p> </li> <li> <p> <code>product-description</code> - The product description for the Spot price (<code>Linux/UNIX</code> | <code>Red Hat Enterprise Linux</code> | <code>SUSE Linux</code> | <code>Windows</code> | <code>Linux/UNIX (Amazon VPC)</code> | <code>Red Hat Enterprise Linux (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 time stamp 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>",
6679        "DescribeSubnetsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>availability-zone</code> - The Availability Zone for the subnet. You can also use <code>availabilityZone</code> as the filter name.</p> </li> <li> <p> <code>availability-zone-id</code> - The ID of the Availability Zone for the subnet. You can also use <code>availabilityZoneId</code> as the filter name.</p> </li> <li> <p> <code>available-ip-address-count</code> - The number of IPv4 addresses in the subnet that are available.</p> </li> <li> <p> <code>cidr-block</code> - The IPv4 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>cidrBlock</code> as the filter names.</p> </li> <li> <p> <code>default-for-az</code> - Indicates whether this is the default subnet for the Availability Zone. You can also use <code>defaultForAz</code> as the filter name.</p> </li> <li> <p> <code>ipv6-cidr-block-association.ipv6-cidr-block</code> - An IPv6 CIDR block associated with the subnet.</p> </li> <li> <p> <code>ipv6-cidr-block-association.association-id</code> - An association ID for an IPv6 CIDR block associated with the subnet.</p> </li> <li> <p> <code>ipv6-cidr-block-association.state</code> - The state of an IPv6 CIDR block associated with the subnet.</p> </li> <li> <p> <code>owner-id</code> - The ID of the AWS account that owns the subnet.</p> </li> <li> <p> <code>state</code> - The state of the subnet (<code>pending</code> | <code>available</code>).</p> </li> <li> <p> <code>subnet-arn</code> - The Amazon Resource Name (ARN) of the subnet.</p> </li> <li> <p> <code>subnet-id</code> - The ID of the subnet.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC for the subnet.</p> </li> </ul>",
6680        "DescribeTagsRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>key</code> - The tag key.</p> </li> <li> <p> <code>resource-id</code> - The ID of the resource.</p> </li> <li> <p> <code>resource-type</code> - The resource type (<code>customer-gateway</code> | <code>dedicated-host</code> | <code>dhcp-options</code> | <code>elastic-ip</code> | <code>fleet</code> | <code>fpga-image</code> | <code>host-reservation</code> | <code>image</code> | <code>instance</code> | <code>internet-gateway</code> | <code>key-pair</code> | <code>launch-template</code> | <code>natgateway</code> | <code>network-acl</code> | <code>network-interface</code> | <code>placement-group</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>vpc-endpoint</code> | <code>vpc-endpoint-service</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>).</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of the tag. For example, specify \"tag:Owner\" for the filter name and \"TeamA\" for the filter value to find resources with the tag \"Owner=TeamA\".</p> </li> <li> <p> <code>value</code> - The tag value.</p> </li> </ul>",
6681        "DescribeTrafficMirrorFiltersRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>description</code>: The Traffic Mirror filter description.</p> </li> <li> <p> <code>traffic-mirror-filter-id</code>: The ID of the Traffic Mirror filter.</p> </li> </ul>",
6682        "DescribeTrafficMirrorSessionsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>description</code>: The Traffic Mirror session description.</p> </li> <li> <p> <code>network-interface-id</code>: The ID of the Traffic Mirror session network interface.</p> </li> <li> <p> <code>owner-id</code>: The ID of the account that owns the Traffic Mirror session.</p> </li> <li> <p> <code>packet-length</code>: The assigned number of packets to mirror. </p> </li> <li> <p> <code>session-number</code>: The assigned session number. </p> </li> <li> <p> <code>traffic-mirror-filter-id</code>: The ID of the Traffic Mirror filter.</p> </li> <li> <p> <code>traffic-mirror-session-id</code>: The ID of the Traffic Mirror session.</p> </li> <li> <p> <code>traffic-mirror-target-id</code>: The ID of the Traffic Mirror target.</p> </li> <li> <p> <code>virtual-network-id</code>: The virtual network ID of the Traffic Mirror session.</p> </li> </ul>",
6683        "DescribeTrafficMirrorTargetsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>description</code>: The Traffic Mirror target description.</p> </li> <li> <p> <code>network-interface-id</code>: The ID of the Traffic Mirror session network interface.</p> </li> <li> <p> <code>network-load-balancer-arn</code>: The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the session.</p> </li> <li> <p> <code>owner-id</code>: The ID of the account that owns the Traffic Mirror session.</p> </li> <li> <p> <code>traffic-mirror-target-id</code>: The ID of the Traffic Mirror target.</p> </li> </ul>",
6684        "DescribeTransitGatewayAttachmentsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>association.state</code> - The state of the association (<code>associating</code> | <code>associated</code> | <code>disassociating</code>).</p> </li> <li> <p> <code>association.transit-gateway-route-table-id</code> - The ID of the route table for the transit gateway.</p> </li> <li> <p> <code>resource-id</code> - The ID of the resource.</p> </li> <li> <p> <code>resource-owner-id</code> - The ID of the AWS account that owns the resource.</p> </li> <li> <p> <code>resource-type</code> - The resource type. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code> | <code>connect</code>.</p> </li> <li> <p> <code>state</code> - The state of the attachment. Valid values are <code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>failed</code> | <code>failing</code> | <code>initiatingRequest</code> | <code>modifying</code> | <code>pendingAcceptance</code> | <code>pending</code> | <code>rollingBack</code> | <code>rejected</code> | <code>rejecting</code>.</p> </li> <li> <p> <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> <li> <p> <code>transit-gateway-owner-id</code> - The ID of the AWS account that owns the transit gateway.</p> </li> </ul>",
6685        "DescribeTransitGatewayConnectPeersRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>state</code> - The state of the Connect peer (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p> </li> <li> <p> <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p> </li> <li> <p> <code>transit-gateway-connect-peer-id</code> - The ID of the Connect peer.</p> </li> </ul>",
6686        "DescribeTransitGatewayConnectsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>options.protocol</code> - The tunnel protocol (<code>gre</code>).</p> </li> <li> <p> <code>state</code> - The state of the attachment (<code>initiating</code> | <code>initiatingRequest</code> | <code>pendingAcceptance</code> | <code>rollingBack</code> | <code>pending</code> | <code>available</code> | <code>modifying</code> | <code>deleting</code> | <code>deleted</code> | <code>failed</code> | <code>rejected</code> | <code>rejecting</code> | <code>failing</code>).</p> </li> <li> <p> <code>transit-gateway-attachment-id</code> - The ID of the Connect attachment.</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> <li> <p> <code>transport-transit-gateway-attachment-id</code> - The ID of the transit gateway attachment from which the Connect attachment was created.</p> </li> </ul>",
6687        "DescribeTransitGatewayMulticastDomainsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>state</code> - The state of the transit gateway multicast domain. Valid values are <code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>.</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> <li> <p> <code>transit-gateway-multicast-domain-id</code> - The ID of the transit gateway multicast domain.</p> </li> </ul>",
6688        "DescribeTransitGatewayPeeringAttachmentsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>transit-gateway-attachment-id</code> - The ID of the transit gateway attachment.</p> </li> <li> <p> <code>local-owner-id</code> - The ID of your AWS account.</p> </li> <li> <p> <code>remote-owner-id</code> - The ID of the AWS account in the remote Region that owns the transit gateway.</p> </li> <li> <p> <code>state</code> - The state of the peering attachment. Valid values are <code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>failed</code> | <code>failing</code> | <code>initiatingRequest</code> | <code>modifying</code> | <code>pendingAcceptance</code> | <code>pending</code> | <code>rollingBack</code> | <code>rejected</code> | <code>rejecting</code>).</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> </ul>",
6689        "DescribeTransitGatewayRouteTablesRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>default-association-route-table</code> - Indicates whether this is the default association route table for the transit gateway (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>default-propagation-route-table</code> - Indicates whether this is the default propagation route table for the transit gateway (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>state</code> - The state of the route table (<code>available</code> | <code>deleting</code> | <code>deleted</code> | <code>pending</code>).</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> <li> <p> <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p> </li> </ul>",
6690        "DescribeTransitGatewayVpcAttachmentsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>state</code> - The state of the attachment. Valid values are <code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>failed</code> | <code>failing</code> | <code>initiatingRequest</code> | <code>modifying</code> | <code>pendingAcceptance</code> | <code>pending</code> | <code>rollingBack</code> | <code>rejected</code> | <code>rejecting</code>.</p> </li> <li> <p> <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC.</p> </li> </ul>",
6691        "DescribeTransitGatewaysRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>options.propagation-default-route-table-id</code> - The ID of the default propagation route table.</p> </li> <li> <p> <code>options.amazon-side-asn</code> - The private ASN for the Amazon side of a BGP session.</p> </li> <li> <p> <code>options.association-default-route-table-id</code> - The ID of the default association route table.</p> </li> <li> <p> <code>options.auto-accept-shared-attachments</code> - Indicates whether there is automatic acceptance of attachment requests (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.default-route-table-association</code> - Indicates whether resource attachments are automatically associated with the default association route table (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.default-route-table-propagation</code> - Indicates whether resource attachments automatically propagate routes to the default propagation route table (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.dns-support</code> - Indicates whether DNS support is enabled (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.vpn-ecmp-support</code> - Indicates whether Equal Cost Multipath Protocol support is enabled (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>owner-id</code> - The ID of the AWS account that owns the transit gateway.</p> </li> <li> <p> <code>state</code> - The state of the transit gateway (<code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>modifying</code> | <code>pending</code>).</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> </ul>",
6692        "DescribeVolumeStatusRequest$Filters": "<p>The 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>",
6693        "DescribeVolumesModificationsRequest$Filters": "<p>The filters.</p> <ul> <li> <p> <code>modification-state</code> - The current modification state (modifying | optimizing | completed | failed).</p> </li> <li> <p> <code>original-iops</code> - The original IOPS rate of the volume.</p> </li> <li> <p> <code>original-size</code> - The original size of the volume, in GiB.</p> </li> <li> <p> <code>original-volume-type</code> - The original volume type of the volume (standard | io1 | io2 | gp2 | sc1 | st1).</p> </li> <li> <p> <code>originalMultiAttachEnabled</code> - Indicates whether Multi-Attach support was enabled (true | false).</p> </li> <li> <p> <code>start-time</code> - The modification start time.</p> </li> <li> <p> <code>target-iops</code> - The target IOPS rate of the volume.</p> </li> <li> <p> <code>target-size</code> - The target size of the volume, in GiB.</p> </li> <li> <p> <code>target-volume-type</code> - The target volume type of the volume (standard | io1 | io2 | gp2 | sc1 | st1).</p> </li> <li> <p> <code>targetMultiAttachEnabled</code> - Indicates whether Multi-Attach support is to be enabled (true | false).</p> </li> <li> <p> <code>volume-id</code> - The ID of the volume.</p> </li> </ul>",
6694        "DescribeVolumesRequest$Filters": "<p>The 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 specified in the block device mapping (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>).</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> - Indicates whether the volume is encrypted (<code>true</code> | <code>false</code>)</p> </li> <li> <p> <code>multi-attach-enabled</code> - Indicates whether the volume is enabled for Multi-Attach (<code>true</code> | <code>false</code>)</p> </li> <li> <p> <code>fast-restored</code> - Indicates whether the volume was created from a snapshot that is enabled for fast snapshot restore (<code>true</code> | <code>false</code>).</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 state 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>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>volume-id</code> - The volume ID.</p> </li> <li> <p> <code>volume-type</code> - The Amazon EBS volume type (<code>gp2</code> | <code>gp3</code> | <code>io1</code> | <code>io2</code> | <code>st1</code> | <code>sc1</code>| <code>standard</code>)</p> </li> </ul>",
6695        "DescribeVpcClassicLinkRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>is-classic-link-enabled</code> - Whether the VPC is enabled for ClassicLink (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6696        "DescribeVpcEndpointConnectionNotificationsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>connection-notification-arn</code> - The ARN of the SNS topic for the notification.</p> </li> <li> <p> <code>connection-notification-id</code> - The ID of the notification.</p> </li> <li> <p> <code>connection-notification-state</code> - The state of the notification (<code>Enabled</code> | <code>Disabled</code>).</p> </li> <li> <p> <code>connection-notification-type</code> - The type of notification (<code>Topic</code>).</p> </li> <li> <p> <code>service-id</code> - The ID of the endpoint service.</p> </li> <li> <p> <code>vpc-endpoint-id</code> - The ID of the VPC endpoint.</p> </li> </ul>",
6697        "DescribeVpcEndpointConnectionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>service-id</code> - The ID of the service.</p> </li> <li> <p> <code>vpc-endpoint-owner</code> - The AWS account number of the owner of the endpoint.</p> </li> <li> <p> <code>vpc-endpoint-state</code> - The state of the endpoint (<code>pendingAcceptance</code> | <code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code> | <code>rejected</code> | <code>failed</code>).</p> </li> <li> <p> <code>vpc-endpoint-id</code> - The ID of the endpoint.</p> </li> </ul>",
6698        "DescribeVpcEndpointServiceConfigurationsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>service-name</code> - The name of the service.</p> </li> <li> <p> <code>service-id</code> - The ID of the service.</p> </li> <li> <p> <code>service-state</code> - The state of the service (<code>Pending</code> | <code>Available</code> | <code>Deleting</code> | <code>Deleted</code> | <code>Failed</code>). </p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6699        "DescribeVpcEndpointServicePermissionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>principal</code> - The ARN of the principal.</p> </li> <li> <p> <code>principal-type</code> - The principal type (<code>All</code> | <code>Service</code> | <code>OrganizationUnit</code> | <code>Account</code> | <code>User</code> | <code>Role</code>).</p> </li> </ul>",
6700        "DescribeVpcEndpointServicesRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>service-name</code> - The name of the service.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6701        "DescribeVpcEndpointsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>service-name</code> - The name of the 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>pendingAcceptance</code> | <code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code> | <code>rejected</code> | <code>failed</code>).</p> </li> <li> <p> <code>vpc-endpoint-type</code> - The type of VPC endpoint (<code>Interface</code> | <code>Gateway</code> | <code>GatewayLoadBalancer</code>).</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> </ul>",
6702        "DescribeVpcPeeringConnectionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>accepter-vpc-info.cidr-block</code> - The IPv4 CIDR block of the accepter VPC.</p> </li> <li> <p> <code>accepter-vpc-info.owner-id</code> - The AWS account ID of the owner of the accepter VPC.</p> </li> <li> <p> <code>accepter-vpc-info.vpc-id</code> - The ID of the accepter 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 IPv4 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>deleting</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>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-peering-connection-id</code> - The ID of the VPC peering connection.</p> </li> </ul>",
6703        "DescribeVpcsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>cidr</code> - The primary IPv4 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>cidr-block-association.cidr-block</code> - An IPv4 CIDR block associated with the VPC.</p> </li> <li> <p> <code>cidr-block-association.association-id</code> - The association ID for an IPv4 CIDR block associated with the VPC.</p> </li> <li> <p> <code>cidr-block-association.state</code> - The state of an IPv4 CIDR block associated with the VPC.</p> </li> <li> <p> <code>dhcp-options-id</code> - The ID of a set of DHCP options.</p> </li> <li> <p> <code>ipv6-cidr-block-association.ipv6-cidr-block</code> - An IPv6 CIDR block associated with the VPC.</p> </li> <li> <p> <code>ipv6-cidr-block-association.ipv6-pool</code> - The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.</p> </li> <li> <p> <code>ipv6-cidr-block-association.association-id</code> - The association ID for an IPv6 CIDR block associated with the VPC.</p> </li> <li> <p> <code>ipv6-cidr-block-association.state</code> - The state of an IPv6 CIDR block associated with the VPC.</p> </li> <li> <p> <code>isDefault</code> - Indicates whether the VPC is the default VPC.</p> </li> <li> <p> <code>owner-id</code> - The ID of the AWS account that owns the 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>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC.</p> </li> </ul>",
6704        "DescribeVpnConnectionsRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>customer-gateway-configuration</code> - The configuration information for the customer gateway.</p> </li> <li> <p> <code>customer-gateway-id</code> - The ID of a customer gateway associated with the VPN connection.</p> </li> <li> <p> <code>state</code> - The state of the VPN connection (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p> </li> <li> <p> <code>option.static-routes-only</code> - Indicates whether the connection has static routes only. Used for devices that do not support Border Gateway Protocol (BGP).</p> </li> <li> <p> <code>route.destination-cidr-block</code> - The destination CIDR block. This corresponds to the subnet used in a customer data center.</p> </li> <li> <p> <code>bgp-asn</code> - The BGP Autonomous System Number (ASN) associated with a BGP device.</p> </li> <li> <p> <code>tag</code>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</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> <li> <p> <code>transit-gateway-id</code> - The ID of a transit gateway associated with the VPN connection.</p> </li> </ul>",
6705        "DescribeVpnGatewaysRequest$Filters": "<p>One or more filters.</p> <ul> <li> <p> <code>amazon-side-asn</code> - The Autonomous System Number (ASN) for the Amazon side of the gateway.</p> </li> <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>:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</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>",
6706        "ExportTransitGatewayRoutesRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>attachment.transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p> </li> <li> <p> <code>attachment.resource-id</code> - The resource id of the transit gateway attachment.</p> </li> <li> <p> <code>route-search.exact-match</code> - The exact match of the specified filter.</p> </li> <li> <p> <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p> </li> <li> <p> <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p> </li> <li> <p> <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p> </li> <li> <p> <code>state</code> - The state of the route (<code>active</code> | <code>blackhole</code>).</p> </li> <li> <p> <code>transit-gateway-route-destination-cidr-block</code> - The CIDR range.</p> </li> <li> <p> <code>type</code> - The type of route (<code>propagated</code> | <code>static</code>).</p> </li> </ul>",
6707        "GetCoipPoolUsageRequest$Filters": "<p>The filters. The following are the possible values:</p> <ul> <li> <p> <code>coip-address-usage.allocation-id</code> </p> </li> </ul> <ul> <li> <p> <code>coip-address-usage.aws-account-id</code> </p> </li> </ul> <ul> <li> <p> <code>coip-address-usage.aws-service</code> </p> </li> </ul> <ul> <li> <p> <code>coip-address-usage.co-ip</code> </p> </li> </ul>",
6708        "GetTransitGatewayAttachmentPropagationsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p> </li> </ul>",
6709        "GetTransitGatewayMulticastDomainAssociationsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>resource-id</code> - The ID of the resource.</p> </li> <li> <p> <code>resource-type</code> - The type of resource. The valid value is: <code>vpc</code>.</p> </li> <li> <p> <code>state</code> - The state of the subnet association. Valid values are <code>associated</code> | <code>associating</code> | <code>disassociated</code> | <code>disassociating</code>.</p> </li> <li> <p> <code>subnet-id</code> - The ID of the subnet.</p> </li> <li> <p> <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p> </li> </ul>",
6710        "GetTransitGatewayPrefixListReferencesRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>attachment.resource-id</code> - The ID of the resource for the attachment.</p> </li> <li> <p> <code>attachment.resource-type</code> - The type of resource for the attachment. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code>.</p> </li> <li> <p> <code>attachment.transit-gateway-attachment-id</code> - The ID of the attachment.</p> </li> <li> <p> <code>is-blackhole</code> - Whether traffic matching the route is blocked (<code>true</code> | <code>false</code>).</p> </li> <li> <p> <code>prefix-list-id</code> - The ID of the prefix list.</p> </li> <li> <p> <code>prefix-list-owner-id</code> - The ID of the owner of the prefix list.</p> </li> <li> <p> <code>state</code> - The state of the prefix list reference (<code>pending</code> | <code>available</code> | <code>modifying</code> | <code>deleting</code>).</p> </li> </ul>",
6711        "GetTransitGatewayRouteTableAssociationsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>resource-id</code> - The ID of the resource.</p> </li> <li> <p> <code>resource-type</code> - The resource type. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code> | <code>connect</code>.</p> </li> <li> <p> <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p> </li> </ul>",
6712        "GetTransitGatewayRouteTablePropagationsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>resource-id</code> - The ID of the resource.</p> </li> <li> <p> <code>resource-type</code> - The resource type. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code> | <code>connect</code>.</p> </li> <li> <p> <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p> </li> </ul>",
6713        "SearchLocalGatewayRoutesRequest$Filters": "<p>One or more filters.</p>",
6714        "SearchTransitGatewayMulticastGroupsRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>group-ip-address</code> - The IP address of the transit gateway multicast group.</p> </li> <li> <p> <code>is-group-member</code> - The resource is a group member. Valid values are <code>true</code> | <code>false</code>.</p> </li> <li> <p> <code>is-group-source</code> - The resource is a group source. Valid values are <code>true</code> | <code>false</code>.</p> </li> <li> <p> <code>member-type</code> - The member type. Valid values are <code>igmp</code> | <code>static</code>.</p> </li> <li> <p> <code>resource-id</code> - The ID of the resource.</p> </li> <li> <p> <code>resource-type</code> - The type of resource. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>tgw-peering</code>.</p> </li> <li> <p> <code>source-type</code> - The source type. Valid values are <code>igmp</code> | <code>static</code>.</p> </li> <li> <p> <code>state</code> - The state of the subnet association. Valid values are <code>associated</code> | <code>associated</code> | <code>disassociated</code> | <code>disassociating</code>.</p> </li> <li> <p> <code>subnet-id</code> - The ID of the subnet.</p> </li> <li> <p> <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p> </li> </ul>",
6715        "SearchTransitGatewayRoutesRequest$Filters": "<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>attachment.transit-gateway-attachment-id</code>- The id of the transit gateway attachment.</p> </li> <li> <p> <code>attachment.resource-id</code> - The resource id of the transit gateway attachment.</p> </li> <li> <p> <code>attachment.resource-type</code> - The attachment resource type. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code> | <code>connect</code>.</p> </li> <li> <p> <code>prefix-list-id</code> - The ID of the prefix list.</p> </li> <li> <p> <code>route-search.exact-match</code> - The exact match of the specified filter.</p> </li> <li> <p> <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p> </li> <li> <p> <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p> </li> <li> <p> <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p> </li> <li> <p> <code>state</code> - The state of the route (<code>active</code> | <code>blackhole</code>).</p> </li> <li> <p> <code>type</code> - The type of route (<code>propagated</code> | <code>static</code>).</p> </li> </ul>"
6716      }
6717    },
6718    "FleetActivityStatus": {
6719      "base": null,
6720      "refs": {
6721        "FleetData$ActivityStatus": "<p>The progress of the EC2 Fleet. If there is an error, the status is <code>error</code>. After all requests are placed, the status is <code>pending_fulfillment</code>. If the size of the EC2 Fleet is equal to or greater than its target capacity, the status is <code>fulfilled</code>. If the size of the EC2 Fleet is decreased, the status is <code>pending_termination</code> while instances are terminating.</p>"
6722      }
6723    },
6724    "FleetCapacityReservationUsageStrategy": {
6725      "base": null,
6726      "refs": {
6727        "CapacityReservationOptions$UsageStrategy": "<p>Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.</p> <p>If you specify <code>use-capacity-reservations-first</code>, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (<code>lowest-price</code> or <code>prioritized</code>) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (<code>lowest-price</code> or <code>prioritized</code>).</p> <p>If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.</p>",
6728        "CapacityReservationOptionsRequest$UsageStrategy": "<p>Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.</p> <p>If you specify <code>use-capacity-reservations-first</code>, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (<code>lowest-price</code> or <code>prioritized</code>) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (<code>lowest-price</code> or <code>prioritized</code>).</p> <p>If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.</p>"
6729      }
6730    },
6731    "FleetData": {
6732      "base": "<p>Describes an EC2 Fleet.</p>",
6733      "refs": {
6734        "FleetSet$member": null
6735      }
6736    },
6737    "FleetEventType": {
6738      "base": null,
6739      "refs": {
6740        "DescribeFleetHistoryRequest$EventType": "<p>The type of events to describe. By default, all events are described.</p>",
6741        "HistoryRecordEntry$EventType": "<p>The event type.</p>"
6742      }
6743    },
6744    "FleetExcessCapacityTerminationPolicy": {
6745      "base": null,
6746      "refs": {
6747        "CreateFleetRequest$ExcessCapacityTerminationPolicy": "<p>Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.</p>",
6748        "FleetData$ExcessCapacityTerminationPolicy": "<p>Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.</p>",
6749        "ModifyFleetRequest$ExcessCapacityTerminationPolicy": "<p>Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.</p>"
6750      }
6751    },
6752    "FleetId": {
6753      "base": null,
6754      "refs": {
6755        "CreateFleetResult$FleetId": "<p>The ID of the EC2 Fleet.</p>",
6756        "DeleteFleetErrorItem$FleetId": "<p>The ID of the EC2 Fleet.</p>",
6757        "DeleteFleetSuccessItem$FleetId": "<p>The ID of the EC2 Fleet.</p>",
6758        "DescribeFleetHistoryRequest$FleetId": "<p>The ID of the EC2 Fleet.</p>",
6759        "DescribeFleetHistoryResult$FleetId": "<p>The ID of the EC Fleet.</p>",
6760        "DescribeFleetInstancesRequest$FleetId": "<p>The ID of the EC2 Fleet.</p>",
6761        "DescribeFleetInstancesResult$FleetId": "<p>The ID of the EC2 Fleet.</p>",
6762        "FleetData$FleetId": "<p>The ID of the EC2 Fleet.</p>",
6763        "FleetIdSet$member": null,
6764        "ModifyFleetRequest$FleetId": "<p>The ID of the EC2 Fleet.</p>"
6765      }
6766    },
6767    "FleetIdSet": {
6768      "base": null,
6769      "refs": {
6770        "DeleteFleetsRequest$FleetIds": "<p>The IDs of the EC2 Fleets.</p>",
6771        "DescribeFleetsRequest$FleetIds": "<p>The ID of the EC2 Fleets.</p>"
6772      }
6773    },
6774    "FleetLaunchTemplateConfig": {
6775      "base": "<p>Describes a launch template and overrides.</p>",
6776      "refs": {
6777        "FleetLaunchTemplateConfigList$member": null
6778      }
6779    },
6780    "FleetLaunchTemplateConfigList": {
6781      "base": null,
6782      "refs": {
6783        "FleetData$LaunchTemplateConfigs": "<p>The launch template and overrides.</p>"
6784      }
6785    },
6786    "FleetLaunchTemplateConfigListRequest": {
6787      "base": null,
6788      "refs": {
6789        "CreateFleetRequest$LaunchTemplateConfigs": "<p>The configuration for the EC2 Fleet.</p>",
6790        "ModifyFleetRequest$LaunchTemplateConfigs": "<p>The launch template and overrides.</p>"
6791      }
6792    },
6793    "FleetLaunchTemplateConfigRequest": {
6794      "base": "<p>Describes a launch template and overrides.</p>",
6795      "refs": {
6796        "FleetLaunchTemplateConfigListRequest$member": null
6797      }
6798    },
6799    "FleetLaunchTemplateOverrides": {
6800      "base": "<p>Describes overrides for a launch template.</p>",
6801      "refs": {
6802        "FleetLaunchTemplateOverridesList$member": null,
6803        "LaunchTemplateAndOverridesResponse$Overrides": "<p>Any parameters that you specify override the same parameters in the launch template.</p>"
6804      }
6805    },
6806    "FleetLaunchTemplateOverridesList": {
6807      "base": null,
6808      "refs": {
6809        "FleetLaunchTemplateConfig$Overrides": "<p>Any parameters that you specify override the same parameters in the launch template.</p>"
6810      }
6811    },
6812    "FleetLaunchTemplateOverridesListRequest": {
6813      "base": null,
6814      "refs": {
6815        "FleetLaunchTemplateConfigRequest$Overrides": "<p>Any parameters that you specify override the same parameters in the launch template.</p>"
6816      }
6817    },
6818    "FleetLaunchTemplateOverridesRequest": {
6819      "base": "<p>Describes overrides for a launch template.</p>",
6820      "refs": {
6821        "FleetLaunchTemplateOverridesListRequest$member": null
6822      }
6823    },
6824    "FleetLaunchTemplateSpecification": {
6825      "base": "<p>Describes the Amazon EC2 launch template and the launch template version that can be used by a Spot Fleet request to configure Amazon EC2 instances. For information about launch templates, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html\">Launching an instance from a launch template</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>",
6826      "refs": {
6827        "FleetLaunchTemplateConfig$LaunchTemplateSpecification": "<p>The launch template.</p>",
6828        "LaunchTemplateAndOverridesResponse$LaunchTemplateSpecification": "<p>The launch template.</p>",
6829        "LaunchTemplateConfig$LaunchTemplateSpecification": "<p>The launch template.</p>"
6830      }
6831    },
6832    "FleetLaunchTemplateSpecificationRequest": {
6833      "base": "<p>Describes the Amazon EC2 launch template and the launch template version that can be used by an EC2 Fleet to configure Amazon EC2 instances. For information about launch templates, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html\">Launching an instance from a launch template</a> in the <i>Amazon EC2 User Guide</i>.</p>",
6834      "refs": {
6835        "FleetLaunchTemplateConfigRequest$LaunchTemplateSpecification": "<p>The launch template to use. You must specify either the launch template ID or launch template name in the request. </p>"
6836      }
6837    },
6838    "FleetOnDemandAllocationStrategy": {
6839      "base": null,
6840      "refs": {
6841        "OnDemandOptions$AllocationStrategy": "<p>The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify <code>lowest-price</code>, EC2 Fleet uses price to determine the order, launching the lowest price first. If you specify <code>prioritized</code>, EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first. If you do not specify a value, EC2 Fleet defaults to <code>lowest-price</code>.</p>",
6842        "OnDemandOptionsRequest$AllocationStrategy": "<p>The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify <code>lowest-price</code>, EC2 Fleet uses price to determine the order, launching the lowest price first. If you specify <code>prioritized</code>, EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first. If you do not specify a value, EC2 Fleet defaults to <code>lowest-price</code>.</p>"
6843      }
6844    },
6845    "FleetReplacementStrategy": {
6846      "base": null,
6847      "refs": {
6848        "FleetSpotCapacityRebalance$ReplacementStrategy": "<p>To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted for an existing Spot Instance in the fleet, specify <code>launch</code>. Only available for fleets of type <code>maintain</code>.</p> <note> <p>When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for both instances while they are running.</p> </note>",
6849        "FleetSpotCapacityRebalanceRequest$ReplacementStrategy": "<p>The replacement strategy to use. Only available for fleets of type <code>maintain</code>.</p> <p>To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted for an existing Spot Instance in the fleet, specify <code>launch</code>. You must specify a value, otherwise you get an error.</p> <note> <p>When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for all instances while they are running.</p> </note>"
6850      }
6851    },
6852    "FleetSet": {
6853      "base": null,
6854      "refs": {
6855        "DescribeFleetsResult$Fleets": "<p>Information about the EC2 Fleets.</p>"
6856      }
6857    },
6858    "FleetSpotCapacityRebalance": {
6859      "base": "<p>The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.</p>",
6860      "refs": {
6861        "FleetSpotMaintenanceStrategies$CapacityRebalance": "<p>The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.</p>"
6862      }
6863    },
6864    "FleetSpotCapacityRebalanceRequest": {
6865      "base": "<p>The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-capacity-rebalance\">Capacity rebalancing</a> in the <i>Amazon EC2 User Guide</i>.</p>",
6866      "refs": {
6867        "FleetSpotMaintenanceStrategiesRequest$CapacityRebalance": "<p>The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.</p>"
6868      }
6869    },
6870    "FleetSpotMaintenanceStrategies": {
6871      "base": "<p>The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.</p>",
6872      "refs": {
6873        "SpotOptions$MaintenanceStrategies": "<p>The strategies for managing your workloads on your Spot Instances that will be interrupted. Currently only the capacity rebalance strategy is available.</p>"
6874      }
6875    },
6876    "FleetSpotMaintenanceStrategiesRequest": {
6877      "base": "<p>The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.</p>",
6878      "refs": {
6879        "SpotOptionsRequest$MaintenanceStrategies": "<p>The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.</p>"
6880      }
6881    },
6882    "FleetStateCode": {
6883      "base": null,
6884      "refs": {
6885        "DeleteFleetSuccessItem$CurrentFleetState": "<p>The current state of the EC2 Fleet.</p>",
6886        "DeleteFleetSuccessItem$PreviousFleetState": "<p>The previous state of the EC2 Fleet.</p>",
6887        "FleetData$FleetState": "<p>The state of the EC2 Fleet.</p>"
6888      }
6889    },
6890    "FleetType": {
6891      "base": null,
6892      "refs": {
6893        "CreateFleetRequest$Type": "<p>The type of request. The default value is <code>maintain</code>.</p> <ul> <li> <p> <code>maintain</code> - The EC2 Fleet places an asynchronous request for your desired capacity, and continues to maintain your desired Spot capacity by replenishing interrupted Spot Instances.</p> </li> <li> <p> <code>request</code> - The EC2 Fleet places an asynchronous one-time request for your desired capacity, but does submit Spot requests in alternative capacity pools if Spot capacity is unavailable, and does not maintain Spot capacity if Spot Instances are interrupted.</p> </li> <li> <p> <code>instant</code> - The EC2 Fleet places a synchronous one-time request for your desired capacity, and returns errors for any instances that could not be launched.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-request-type\">EC2 Fleet request types</a> in the <i>Amazon EC2 User Guide</i>.</p>",
6894        "FleetData$Type": "<p>The type of request. Indicates whether the EC2 Fleet only <code>requests</code> the target capacity, or also attempts to <code>maintain</code> it. If you request a certain target capacity, EC2 Fleet only places the required requests; it does not attempt to replenish instances if capacity is diminished, and it does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also automatically replenishes any interrupted Spot Instances. Default: <code>maintain</code>.</p>",
6895        "SpotFleetRequestConfigData$Type": "<p>The type of request. Indicates whether the Spot Fleet only requests the target capacity or also attempts to maintain it. When this value is <code>request</code>, the Spot Fleet only places the required requests. It does not attempt to replenish Spot Instances if capacity is diminished, nor does it submit requests in alternative Spot pools if capacity is not available. When this value is <code>maintain</code>, the Spot Fleet maintains the target capacity. The Spot Fleet places the required requests to meet capacity and automatically replenishes any interrupted instances. Default: <code>maintain</code>. <code>instant</code> is listed but is not used by Spot Fleet.</p>"
6896      }
6897    },
6898    "Float": {
6899      "base": null,
6900      "refs": {
6901        "ReservedInstances$FixedPrice": "<p>The purchase price of the Reserved Instance.</p>",
6902        "ReservedInstances$UsagePrice": "<p>The usage price of the Reserved Instance, per hour.</p>",
6903        "ReservedInstancesOffering$FixedPrice": "<p>The purchase price of the Reserved Instance.</p>",
6904        "ReservedInstancesOffering$UsagePrice": "<p>The usage price of the Reserved Instance, per hour.</p>"
6905      }
6906    },
6907    "FlowLog": {
6908      "base": "<p>Describes a flow log.</p>",
6909      "refs": {
6910        "FlowLogSet$member": null
6911      }
6912    },
6913    "FlowLogIdList": {
6914      "base": null,
6915      "refs": {
6916        "DeleteFlowLogsRequest$FlowLogIds": "<p>One or more flow log IDs.</p> <p>Constraint: Maximum of 1000 flow log IDs.</p>",
6917        "DescribeFlowLogsRequest$FlowLogIds": "<p>One or more flow log IDs.</p> <p>Constraint: Maximum of 1000 flow log IDs.</p>"
6918      }
6919    },
6920    "FlowLogResourceId": {
6921      "base": null,
6922      "refs": {
6923        "FlowLogResourceIds$member": null
6924      }
6925    },
6926    "FlowLogResourceIds": {
6927      "base": null,
6928      "refs": {
6929        "CreateFlowLogsRequest$ResourceIds": "<p>The ID of the subnet, network interface, or VPC for which you want to create a flow log.</p> <p>Constraints: Maximum of 1000 resources</p>"
6930      }
6931    },
6932    "FlowLogSet": {
6933      "base": null,
6934      "refs": {
6935        "DescribeFlowLogsResult$FlowLogs": "<p>Information about the flow logs.</p>"
6936      }
6937    },
6938    "FlowLogsResourceType": {
6939      "base": null,
6940      "refs": {
6941        "CreateFlowLogsRequest$ResourceType": "<p>The type of resource for which to create the flow log. For example, if you specified a VPC ID for the <code>ResourceId</code> property, specify <code>VPC</code> for this property.</p>"
6942      }
6943    },
6944    "FpgaDeviceCount": {
6945      "base": null,
6946      "refs": {
6947        "FpgaDeviceInfo$Count": "<p>The count of FPGA accelerators for the instance type.</p>"
6948      }
6949    },
6950    "FpgaDeviceInfo": {
6951      "base": "<p>Describes the FPGA accelerator for the instance type.</p>",
6952      "refs": {
6953        "FpgaDeviceInfoList$member": null
6954      }
6955    },
6956    "FpgaDeviceInfoList": {
6957      "base": null,
6958      "refs": {
6959        "FpgaInfo$Fpgas": "<p>Describes the FPGAs for the instance type.</p>"
6960      }
6961    },
6962    "FpgaDeviceManufacturerName": {
6963      "base": null,
6964      "refs": {
6965        "FpgaDeviceInfo$Manufacturer": "<p>The manufacturer of the FPGA accelerator.</p>"
6966      }
6967    },
6968    "FpgaDeviceMemoryInfo": {
6969      "base": "<p>Describes the memory for the FPGA accelerator for the instance type.</p>",
6970      "refs": {
6971        "FpgaDeviceInfo$MemoryInfo": "<p>Describes the memory for the FPGA accelerator for the instance type.</p>"
6972      }
6973    },
6974    "FpgaDeviceMemorySize": {
6975      "base": null,
6976      "refs": {
6977        "FpgaDeviceMemoryInfo$SizeInMiB": "<p>The size of the memory available to the FPGA accelerator, in MiB.</p>"
6978      }
6979    },
6980    "FpgaDeviceName": {
6981      "base": null,
6982      "refs": {
6983        "FpgaDeviceInfo$Name": "<p>The name of the FPGA accelerator.</p>"
6984      }
6985    },
6986    "FpgaImage": {
6987      "base": "<p>Describes an Amazon FPGA image (AFI).</p>",
6988      "refs": {
6989        "FpgaImageList$member": null
6990      }
6991    },
6992    "FpgaImageAttribute": {
6993      "base": "<p>Describes an Amazon FPGA image (AFI) attribute.</p>",
6994      "refs": {
6995        "DescribeFpgaImageAttributeResult$FpgaImageAttribute": "<p>Information about the attribute.</p>",
6996        "ModifyFpgaImageAttributeResult$FpgaImageAttribute": "<p>Information about the attribute.</p>"
6997      }
6998    },
6999    "FpgaImageAttributeName": {
7000      "base": null,
7001      "refs": {
7002        "DescribeFpgaImageAttributeRequest$Attribute": "<p>The AFI attribute.</p>",
7003        "ModifyFpgaImageAttributeRequest$Attribute": "<p>The name of the attribute.</p>"
7004      }
7005    },
7006    "FpgaImageId": {
7007      "base": null,
7008      "refs": {
7009        "DeleteFpgaImageRequest$FpgaImageId": "<p>The ID of the AFI.</p>",
7010        "DescribeFpgaImageAttributeRequest$FpgaImageId": "<p>The ID of the AFI.</p>",
7011        "FpgaImageIdList$member": null,
7012        "ModifyFpgaImageAttributeRequest$FpgaImageId": "<p>The ID of the AFI.</p>",
7013        "ResetFpgaImageAttributeRequest$FpgaImageId": "<p>The ID of the AFI.</p>"
7014      }
7015    },
7016    "FpgaImageIdList": {
7017      "base": null,
7018      "refs": {
7019        "DescribeFpgaImagesRequest$FpgaImageIds": "<p>The AFI IDs.</p>"
7020      }
7021    },
7022    "FpgaImageList": {
7023      "base": null,
7024      "refs": {
7025        "DescribeFpgaImagesResult$FpgaImages": "<p>Information about the FPGA images.</p>"
7026      }
7027    },
7028    "FpgaImageState": {
7029      "base": "<p>Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).</p>",
7030      "refs": {
7031        "FpgaImage$State": "<p>Information about the state of the AFI.</p>"
7032      }
7033    },
7034    "FpgaImageStateCode": {
7035      "base": null,
7036      "refs": {
7037        "FpgaImageState$Code": "<p>The state. The following are the possible values:</p> <ul> <li> <p> <code>pending</code> - AFI bitstream generation is in progress.</p> </li> <li> <p> <code>available</code> - The AFI is available for use.</p> </li> <li> <p> <code>failed</code> - AFI bitstream generation failed.</p> </li> <li> <p> <code>unavailable</code> - The AFI is no longer available for use.</p> </li> </ul>"
7038      }
7039    },
7040    "FpgaInfo": {
7041      "base": "<p>Describes the FPGAs for the instance type.</p>",
7042      "refs": {
7043        "InstanceTypeInfo$FpgaInfo": "<p>Describes the FPGA accelerator settings for the instance type.</p>"
7044      }
7045    },
7046    "FreeTierEligibleFlag": {
7047      "base": null,
7048      "refs": {
7049        "InstanceTypeInfo$FreeTierEligible": "<p>Indicates whether the instance type is eligible for the free tier.</p>"
7050      }
7051    },
7052    "GatewayType": {
7053      "base": null,
7054      "refs": {
7055        "CreateCustomerGatewayRequest$Type": "<p>The type of VPN connection that this customer gateway supports (<code>ipsec.1</code>).</p>",
7056        "CreateVpnGatewayRequest$Type": "<p>The type of VPN connection this virtual private gateway supports.</p>",
7057        "VpnConnection$Type": "<p>The type of VPN connection.</p>",
7058        "VpnGateway$Type": "<p>The type of VPN connection the virtual private gateway supports.</p>"
7059      }
7060    },
7061    "GetAssociatedEnclaveCertificateIamRolesRequest": {
7062      "base": null,
7063      "refs": {
7064      }
7065    },
7066    "GetAssociatedEnclaveCertificateIamRolesResult": {
7067      "base": null,
7068      "refs": {
7069      }
7070    },
7071    "GetAssociatedIpv6PoolCidrsRequest": {
7072      "base": null,
7073      "refs": {
7074      }
7075    },
7076    "GetAssociatedIpv6PoolCidrsResult": {
7077      "base": null,
7078      "refs": {
7079      }
7080    },
7081    "GetCapacityReservationUsageRequest": {
7082      "base": null,
7083      "refs": {
7084      }
7085    },
7086    "GetCapacityReservationUsageRequestMaxResults": {
7087      "base": null,
7088      "refs": {
7089        "GetCapacityReservationUsageRequest$MaxResults": "<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 receive an error.</p> <p>Valid range: Minimum value of 1. Maximum value of 1000.</p>"
7090      }
7091    },
7092    "GetCapacityReservationUsageResult": {
7093      "base": null,
7094      "refs": {
7095      }
7096    },
7097    "GetCoipPoolUsageRequest": {
7098      "base": null,
7099      "refs": {
7100      }
7101    },
7102    "GetCoipPoolUsageResult": {
7103      "base": null,
7104      "refs": {
7105      }
7106    },
7107    "GetConsoleOutputRequest": {
7108      "base": null,
7109      "refs": {
7110      }
7111    },
7112    "GetConsoleOutputResult": {
7113      "base": null,
7114      "refs": {
7115      }
7116    },
7117    "GetConsoleScreenshotRequest": {
7118      "base": null,
7119      "refs": {
7120      }
7121    },
7122    "GetConsoleScreenshotResult": {
7123      "base": null,
7124      "refs": {
7125      }
7126    },
7127    "GetDefaultCreditSpecificationRequest": {
7128      "base": null,
7129      "refs": {
7130      }
7131    },
7132    "GetDefaultCreditSpecificationResult": {
7133      "base": null,
7134      "refs": {
7135      }
7136    },
7137    "GetEbsDefaultKmsKeyIdRequest": {
7138      "base": null,
7139      "refs": {
7140      }
7141    },
7142    "GetEbsDefaultKmsKeyIdResult": {
7143      "base": null,
7144      "refs": {
7145      }
7146    },
7147    "GetEbsEncryptionByDefaultRequest": {
7148      "base": null,
7149      "refs": {
7150      }
7151    },
7152    "GetEbsEncryptionByDefaultResult": {
7153      "base": null,
7154      "refs": {
7155      }
7156    },
7157    "GetGroupsForCapacityReservationRequest": {
7158      "base": null,
7159      "refs": {
7160      }
7161    },
7162    "GetGroupsForCapacityReservationRequestMaxResults": {
7163      "base": null,
7164      "refs": {
7165        "GetGroupsForCapacityReservationRequest$MaxResults": "<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 receive an error.</p>"
7166      }
7167    },
7168    "GetGroupsForCapacityReservationResult": {
7169      "base": null,
7170      "refs": {
7171      }
7172    },
7173    "GetHostReservationPurchasePreviewRequest": {
7174      "base": null,
7175      "refs": {
7176      }
7177    },
7178    "GetHostReservationPurchasePreviewResult": {
7179      "base": null,
7180      "refs": {
7181      }
7182    },
7183    "GetLaunchTemplateDataRequest": {
7184      "base": null,
7185      "refs": {
7186      }
7187    },
7188    "GetLaunchTemplateDataResult": {
7189      "base": null,
7190      "refs": {
7191      }
7192    },
7193    "GetManagedPrefixListAssociationsMaxResults": {
7194      "base": null,
7195      "refs": {
7196        "GetManagedPrefixListAssociationsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
7197      }
7198    },
7199    "GetManagedPrefixListAssociationsRequest": {
7200      "base": null,
7201      "refs": {
7202      }
7203    },
7204    "GetManagedPrefixListAssociationsResult": {
7205      "base": null,
7206      "refs": {
7207      }
7208    },
7209    "GetManagedPrefixListEntriesRequest": {
7210      "base": null,
7211      "refs": {
7212      }
7213    },
7214    "GetManagedPrefixListEntriesResult": {
7215      "base": null,
7216      "refs": {
7217      }
7218    },
7219    "GetPasswordDataRequest": {
7220      "base": null,
7221      "refs": {
7222      }
7223    },
7224    "GetPasswordDataResult": {
7225      "base": null,
7226      "refs": {
7227      }
7228    },
7229    "GetReservedInstancesExchangeQuoteRequest": {
7230      "base": "<p>Contains the parameters for GetReservedInstanceExchangeQuote.</p>",
7231      "refs": {
7232      }
7233    },
7234    "GetReservedInstancesExchangeQuoteResult": {
7235      "base": "<p>Contains the output of GetReservedInstancesExchangeQuote.</p>",
7236      "refs": {
7237      }
7238    },
7239    "GetTransitGatewayAttachmentPropagationsRequest": {
7240      "base": null,
7241      "refs": {
7242      }
7243    },
7244    "GetTransitGatewayAttachmentPropagationsResult": {
7245      "base": null,
7246      "refs": {
7247      }
7248    },
7249    "GetTransitGatewayMulticastDomainAssociationsRequest": {
7250      "base": null,
7251      "refs": {
7252      }
7253    },
7254    "GetTransitGatewayMulticastDomainAssociationsResult": {
7255      "base": null,
7256      "refs": {
7257      }
7258    },
7259    "GetTransitGatewayPrefixListReferencesRequest": {
7260      "base": null,
7261      "refs": {
7262      }
7263    },
7264    "GetTransitGatewayPrefixListReferencesResult": {
7265      "base": null,
7266      "refs": {
7267      }
7268    },
7269    "GetTransitGatewayRouteTableAssociationsRequest": {
7270      "base": null,
7271      "refs": {
7272      }
7273    },
7274    "GetTransitGatewayRouteTableAssociationsResult": {
7275      "base": null,
7276      "refs": {
7277      }
7278    },
7279    "GetTransitGatewayRouteTablePropagationsRequest": {
7280      "base": null,
7281      "refs": {
7282      }
7283    },
7284    "GetTransitGatewayRouteTablePropagationsResult": {
7285      "base": null,
7286      "refs": {
7287      }
7288    },
7289    "GpuDeviceCount": {
7290      "base": null,
7291      "refs": {
7292        "GpuDeviceInfo$Count": "<p>The number of GPUs for the instance type.</p>"
7293      }
7294    },
7295    "GpuDeviceInfo": {
7296      "base": "<p>Describes the GPU accelerators for the instance type.</p>",
7297      "refs": {
7298        "GpuDeviceInfoList$member": null
7299      }
7300    },
7301    "GpuDeviceInfoList": {
7302      "base": null,
7303      "refs": {
7304        "GpuInfo$Gpus": "<p>Describes the GPU accelerators for the instance type.</p>"
7305      }
7306    },
7307    "GpuDeviceManufacturerName": {
7308      "base": null,
7309      "refs": {
7310        "GpuDeviceInfo$Manufacturer": "<p>The manufacturer of the GPU accelerator.</p>"
7311      }
7312    },
7313    "GpuDeviceMemoryInfo": {
7314      "base": "<p>Describes the memory available to the GPU accelerator.</p>",
7315      "refs": {
7316        "GpuDeviceInfo$MemoryInfo": "<p>Describes the memory available to the GPU accelerator.</p>"
7317      }
7318    },
7319    "GpuDeviceMemorySize": {
7320      "base": null,
7321      "refs": {
7322        "GpuDeviceMemoryInfo$SizeInMiB": "<p>The size of the memory available to the GPU accelerator, in MiB.</p>"
7323      }
7324    },
7325    "GpuDeviceName": {
7326      "base": null,
7327      "refs": {
7328        "GpuDeviceInfo$Name": "<p>The name of the GPU accelerator.</p>"
7329      }
7330    },
7331    "GpuInfo": {
7332      "base": "<p>Describes the GPU accelerators for the instance type.</p>",
7333      "refs": {
7334        "InstanceTypeInfo$GpuInfo": "<p>Describes the GPU accelerator settings for the instance type.</p>"
7335      }
7336    },
7337    "GroupIdStringList": {
7338      "base": null,
7339      "refs": {
7340        "AttachClassicLinkVpcRequest$Groups": "<p>The ID of one or more of the VPC's security groups. You cannot specify security groups from a different VPC.</p>",
7341        "DescribeSecurityGroupsRequest$GroupIds": "<p>The IDs of the security groups. Required for security groups in a nondefault VPC.</p> <p>Default: Describes all your security groups.</p>",
7342        "LaunchTemplateInstanceNetworkInterfaceSpecification$Groups": "<p>The IDs of one or more security groups.</p>",
7343        "ModifyInstanceAttributeRequest$Groups": "<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>"
7344      }
7345    },
7346    "GroupIdentifier": {
7347      "base": "<p>Describes a security group.</p>",
7348      "refs": {
7349        "GroupIdentifierList$member": null
7350      }
7351    },
7352    "GroupIdentifierList": {
7353      "base": null,
7354      "refs": {
7355        "ClassicLinkInstance$Groups": "<p>A list of security groups.</p>",
7356        "DescribeNetworkInterfaceAttributeResult$Groups": "<p>The security groups associated with the network interface.</p>",
7357        "Instance$SecurityGroups": "<p>The security groups for the instance.</p>",
7358        "InstanceAttribute$Groups": "<p>The security groups associated with the instance.</p>",
7359        "InstanceNetworkInterface$Groups": "<p>One or more security groups.</p>",
7360        "LaunchSpecification$SecurityGroups": "<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>",
7361        "NetworkInterface$Groups": "<p>Any security groups for the network interface.</p>",
7362        "Reservation$Groups": "<p>[EC2-Classic only] The security groups.</p>",
7363        "SpotFleetLaunchSpecification$SecurityGroups": "<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>"
7364      }
7365    },
7366    "GroupIdentifierSet": {
7367      "base": null,
7368      "refs": {
7369        "VpcEndpoint$Groups": "<p>(Interface endpoint) Information about the security groups that are associated with the network interface.</p>"
7370      }
7371    },
7372    "GroupIds": {
7373      "base": null,
7374      "refs": {
7375        "DescribeSecurityGroupReferencesRequest$GroupId": "<p>The IDs of the security groups in your account.</p>"
7376      }
7377    },
7378    "GroupNameStringList": {
7379      "base": null,
7380      "refs": {
7381        "DescribeSecurityGroupsRequest$GroupNames": "<p>[EC2-Classic and default VPC only] The names of the security groups. 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>",
7382        "ModifySnapshotAttributeRequest$GroupNames": "<p>The group to modify for the snapshot.</p>"
7383      }
7384    },
7385    "HibernationFlag": {
7386      "base": null,
7387      "refs": {
7388        "InstanceTypeInfo$HibernationSupported": "<p>Indicates whether On-Demand hibernation is supported.</p>"
7389      }
7390    },
7391    "HibernationOptions": {
7392      "base": "<p>Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites\">hibernation prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>",
7393      "refs": {
7394        "Instance$HibernationOptions": "<p>Indicates whether the instance is enabled for hibernation.</p>"
7395      }
7396    },
7397    "HibernationOptionsRequest": {
7398      "base": "<p>Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites\">hibernation prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>",
7399      "refs": {
7400        "RunInstancesRequest$HibernationOptions": "<p>Indicates whether an instance is enabled for hibernation. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>You can't enable hibernation and AWS Nitro Enclaves on the same instance.</p>"
7401      }
7402    },
7403    "HistoryRecord": {
7404      "base": "<p>Describes an event in the history of the Spot Fleet request.</p>",
7405      "refs": {
7406        "HistoryRecords$member": null
7407      }
7408    },
7409    "HistoryRecordEntry": {
7410      "base": "<p>Describes an event in the history of an EC2 Fleet.</p>",
7411      "refs": {
7412        "HistoryRecordSet$member": null
7413      }
7414    },
7415    "HistoryRecordSet": {
7416      "base": null,
7417      "refs": {
7418        "DescribeFleetHistoryResult$HistoryRecords": "<p>Information about the events in the history of the EC2 Fleet.</p>"
7419      }
7420    },
7421    "HistoryRecords": {
7422      "base": null,
7423      "refs": {
7424        "DescribeSpotFleetRequestHistoryResponse$HistoryRecords": "<p>Information about the events in the history of the Spot Fleet request.</p>"
7425      }
7426    },
7427    "Host": {
7428      "base": "<p>Describes the properties of the Dedicated Host.</p>",
7429      "refs": {
7430        "HostList$member": null
7431      }
7432    },
7433    "HostInstance": {
7434      "base": "<p>Describes an instance running on a Dedicated Host.</p>",
7435      "refs": {
7436        "HostInstanceList$member": null
7437      }
7438    },
7439    "HostInstanceList": {
7440      "base": null,
7441      "refs": {
7442        "Host$Instances": "<p>The IDs and instance type that are currently running on the Dedicated Host.</p>"
7443      }
7444    },
7445    "HostList": {
7446      "base": null,
7447      "refs": {
7448        "DescribeHostsResult$Hosts": "<p>Information about the Dedicated Hosts.</p>"
7449      }
7450    },
7451    "HostOffering": {
7452      "base": "<p>Details about the Dedicated Host Reservation offering.</p>",
7453      "refs": {
7454        "HostOfferingSet$member": null
7455      }
7456    },
7457    "HostOfferingSet": {
7458      "base": null,
7459      "refs": {
7460        "DescribeHostReservationOfferingsResult$OfferingSet": "<p>Information about the offerings.</p>"
7461      }
7462    },
7463    "HostProperties": {
7464      "base": "<p>Describes the properties of a Dedicated Host.</p>",
7465      "refs": {
7466        "Host$HostProperties": "<p>The hardware specifications of the Dedicated Host.</p>"
7467      }
7468    },
7469    "HostRecovery": {
7470      "base": null,
7471      "refs": {
7472        "AllocateHostsRequest$HostRecovery": "<p>Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html\"> Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default: <code>off</code> </p>",
7473        "Host$HostRecovery": "<p>Indicates whether host recovery is enabled or disabled for the Dedicated Host.</p>",
7474        "ModifyHostsRequest$HostRecovery": "<p>Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html\"> Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</p>"
7475      }
7476    },
7477    "HostReservation": {
7478      "base": "<p>Details about the Dedicated Host Reservation and associated Dedicated Hosts.</p>",
7479      "refs": {
7480        "HostReservationSet$member": null
7481      }
7482    },
7483    "HostReservationId": {
7484      "base": null,
7485      "refs": {
7486        "HostReservationIdSet$member": null
7487      }
7488    },
7489    "HostReservationIdSet": {
7490      "base": null,
7491      "refs": {
7492        "DescribeHostReservationsRequest$HostReservationIdSet": "<p>The host reservation IDs.</p>"
7493      }
7494    },
7495    "HostReservationSet": {
7496      "base": null,
7497      "refs": {
7498        "DescribeHostReservationsResult$HostReservationSet": "<p>Details about the reservation's configuration.</p>"
7499      }
7500    },
7501    "HostTenancy": {
7502      "base": null,
7503      "refs": {
7504        "ModifyInstancePlacementRequest$Tenancy": "<p>The tenancy for the instance.</p>"
7505      }
7506    },
7507    "HttpTokensState": {
7508      "base": null,
7509      "refs": {
7510        "InstanceMetadataOptionsRequest$HttpTokens": "<p>The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is <code>optional</code>.</p> <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.</p> <p>If the state is <code>required</code>, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.</p>",
7511        "InstanceMetadataOptionsResponse$HttpTokens": "<p>The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is <code>optional</code>.</p> <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.</p> <p>If the state is <code>required</code>, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credential always returns the version 2.0 credentials; the version 1.0 credentials are not available.</p>",
7512        "ModifyInstanceMetadataOptionsRequest$HttpTokens": "<p>The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is <code>optional</code>.</p> <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.</p> <p>If the state is <code>required</code>, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credential always returns the version 2.0 credentials; the version 1.0 credentials are not available.</p>"
7513      }
7514    },
7515    "HypervisorType": {
7516      "base": null,
7517      "refs": {
7518        "Image$Hypervisor": "<p>The hypervisor type of the image.</p>",
7519        "Instance$Hypervisor": "<p>The hypervisor type of the instance. The value <code>xen</code> is used for both Xen and Nitro hypervisors.</p>"
7520      }
7521    },
7522    "IKEVersionsList": {
7523      "base": null,
7524      "refs": {
7525        "TunnelOption$IkeVersions": "<p>The IKE versions that are permitted for the VPN tunnel.</p>"
7526      }
7527    },
7528    "IKEVersionsListValue": {
7529      "base": "<p>The internet key exchange (IKE) version permitted for the VPN tunnel.</p>",
7530      "refs": {
7531        "IKEVersionsList$member": null
7532      }
7533    },
7534    "IKEVersionsRequestList": {
7535      "base": null,
7536      "refs": {
7537        "ModifyVpnTunnelOptionsSpecification$IKEVersions": "<p>The IKE versions that are permitted for the VPN tunnel.</p> <p>Valid values: <code>ikev1</code> | <code>ikev2</code> </p>",
7538        "VpnTunnelOptionsSpecification$IKEVersions": "<p>The IKE versions that are permitted for the VPN tunnel.</p> <p>Valid values: <code>ikev1</code> | <code>ikev2</code> </p>"
7539      }
7540    },
7541    "IKEVersionsRequestListValue": {
7542      "base": "<p>The IKE version that is permitted for the VPN tunnel.</p>",
7543      "refs": {
7544        "IKEVersionsRequestList$member": null
7545      }
7546    },
7547    "IamInstanceProfile": {
7548      "base": "<p>Describes an IAM instance profile.</p>",
7549      "refs": {
7550        "IamInstanceProfileAssociation$IamInstanceProfile": "<p>The IAM instance profile.</p>",
7551        "Instance$IamInstanceProfile": "<p>The IAM instance profile associated with the instance, if applicable.</p>"
7552      }
7553    },
7554    "IamInstanceProfileAssociation": {
7555      "base": "<p>Describes an association between an IAM instance profile and an instance.</p>",
7556      "refs": {
7557        "AssociateIamInstanceProfileResult$IamInstanceProfileAssociation": "<p>Information about the IAM instance profile association.</p>",
7558        "DisassociateIamInstanceProfileResult$IamInstanceProfileAssociation": "<p>Information about the IAM instance profile association.</p>",
7559        "IamInstanceProfileAssociationSet$member": null,
7560        "ReplaceIamInstanceProfileAssociationResult$IamInstanceProfileAssociation": "<p>Information about the IAM instance profile association.</p>"
7561      }
7562    },
7563    "IamInstanceProfileAssociationId": {
7564      "base": null,
7565      "refs": {
7566        "AssociationIdList$member": null,
7567        "DisassociateIamInstanceProfileRequest$AssociationId": "<p>The ID of the IAM instance profile association.</p>",
7568        "ReplaceIamInstanceProfileAssociationRequest$AssociationId": "<p>The ID of the existing IAM instance profile association.</p>"
7569      }
7570    },
7571    "IamInstanceProfileAssociationSet": {
7572      "base": null,
7573      "refs": {
7574        "DescribeIamInstanceProfileAssociationsResult$IamInstanceProfileAssociations": "<p>Information about the IAM instance profile associations.</p>"
7575      }
7576    },
7577    "IamInstanceProfileAssociationState": {
7578      "base": null,
7579      "refs": {
7580        "IamInstanceProfileAssociation$State": "<p>The state of the association.</p>"
7581      }
7582    },
7583    "IamInstanceProfileSpecification": {
7584      "base": "<p>Describes an IAM instance profile.</p>",
7585      "refs": {
7586        "AssociateIamInstanceProfileRequest$IamInstanceProfile": "<p>The IAM instance profile.</p>",
7587        "LaunchSpecification$IamInstanceProfile": "<p>The IAM instance profile.</p>",
7588        "ReplaceIamInstanceProfileAssociationRequest$IamInstanceProfile": "<p>The IAM instance profile.</p>",
7589        "RequestSpotLaunchSpecification$IamInstanceProfile": "<p>The IAM instance profile.</p>",
7590        "RunInstancesRequest$IamInstanceProfile": "<p>The IAM instance profile.</p>",
7591        "SpotFleetLaunchSpecification$IamInstanceProfile": "<p>The IAM instance profile.</p>"
7592      }
7593    },
7594    "IcmpTypeCode": {
7595      "base": "<p>Describes the ICMP type and code.</p>",
7596      "refs": {
7597        "CreateNetworkAclEntryRequest$IcmpTypeCode": "<p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>",
7598        "NetworkAclEntry$IcmpTypeCode": "<p>ICMP protocol: The ICMP type and code.</p>",
7599        "ReplaceNetworkAclEntryRequest$IcmpTypeCode": "<p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>"
7600      }
7601    },
7602    "IdFormat": {
7603      "base": "<p>Describes the ID format for a resource.</p>",
7604      "refs": {
7605        "IdFormatList$member": null
7606      }
7607    },
7608    "IdFormatList": {
7609      "base": null,
7610      "refs": {
7611        "DescribeAggregateIdFormatResult$Statuses": "<p>Information about each resource's ID format.</p>",
7612        "DescribeIdFormatResult$Statuses": "<p>Information about the ID format for the resource.</p>",
7613        "DescribeIdentityIdFormatResult$Statuses": "<p>Information about the ID format for the resources.</p>",
7614        "PrincipalIdFormat$Statuses": "<p>PrincipalIdFormatStatuses description</p>"
7615      }
7616    },
7617    "Igmpv2SupportValue": {
7618      "base": null,
7619      "refs": {
7620        "CreateTransitGatewayMulticastDomainRequestOptions$Igmpv2Support": "<p>Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.</p>",
7621        "TransitGatewayMulticastDomainOptions$Igmpv2Support": "<p>Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.</p>"
7622      }
7623    },
7624    "Image": {
7625      "base": "<p>Describes an image.</p>",
7626      "refs": {
7627        "ImageList$member": null
7628      }
7629    },
7630    "ImageAttribute": {
7631      "base": "<p>Describes an image attribute.</p>",
7632      "refs": {
7633      }
7634    },
7635    "ImageAttributeName": {
7636      "base": null,
7637      "refs": {
7638        "DescribeImageAttributeRequest$Attribute": "<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>"
7639      }
7640    },
7641    "ImageDiskContainer": {
7642      "base": "<p>Describes the disk container object for an import image task.</p>",
7643      "refs": {
7644        "ImageDiskContainerList$member": null
7645      }
7646    },
7647    "ImageDiskContainerList": {
7648      "base": null,
7649      "refs": {
7650        "ImportImageRequest$DiskContainers": "<p>Information about the disk containers.</p>"
7651      }
7652    },
7653    "ImageId": {
7654      "base": null,
7655      "refs": {
7656        "DeregisterImageRequest$ImageId": "<p>The ID of the AMI.</p>",
7657        "DescribeImageAttributeRequest$ImageId": "<p>The ID of the AMI.</p>",
7658        "ExportImageRequest$ImageId": "<p>The ID of the image.</p>",
7659        "ImageIdStringList$member": null,
7660        "ModifyImageAttributeRequest$ImageId": "<p>The ID of the AMI.</p>",
7661        "RequestLaunchTemplateData$ImageId": "<p>The ID of the AMI.</p>",
7662        "RequestSpotLaunchSpecification$ImageId": "<p>The ID of the AMI.</p>",
7663        "ResetImageAttributeRequest$ImageId": "<p>The ID of the AMI.</p>",
7664        "RunInstancesRequest$ImageId": "<p>The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.</p>",
7665        "ScheduledInstancesLaunchSpecification$ImageId": "<p>The ID of the Amazon Machine Image (AMI).</p>"
7666      }
7667    },
7668    "ImageIdStringList": {
7669      "base": null,
7670      "refs": {
7671        "DescribeImagesRequest$ImageIds": "<p>The image IDs.</p> <p>Default: Describes all images available to you.</p>"
7672      }
7673    },
7674    "ImageList": {
7675      "base": null,
7676      "refs": {
7677        "DescribeImagesResult$Images": "<p>Information about the images.</p>"
7678      }
7679    },
7680    "ImageState": {
7681      "base": null,
7682      "refs": {
7683        "Image$State": "<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>"
7684      }
7685    },
7686    "ImageTypeValues": {
7687      "base": null,
7688      "refs": {
7689        "Image$ImageType": "<p>The type of image.</p>"
7690      }
7691    },
7692    "ImportClientVpnClientCertificateRevocationListRequest": {
7693      "base": null,
7694      "refs": {
7695      }
7696    },
7697    "ImportClientVpnClientCertificateRevocationListResult": {
7698      "base": null,
7699      "refs": {
7700      }
7701    },
7702    "ImportImageLicenseConfigurationRequest": {
7703      "base": "<p>The request information of license configurations.</p>",
7704      "refs": {
7705        "ImportImageLicenseSpecificationListRequest$member": null
7706      }
7707    },
7708    "ImportImageLicenseConfigurationResponse": {
7709      "base": "<p> The response information for license configurations.</p>",
7710      "refs": {
7711        "ImportImageLicenseSpecificationListResponse$member": null
7712      }
7713    },
7714    "ImportImageLicenseSpecificationListRequest": {
7715      "base": null,
7716      "refs": {
7717        "ImportImageRequest$LicenseSpecifications": "<p>The ARNs of the license configurations.</p>"
7718      }
7719    },
7720    "ImportImageLicenseSpecificationListResponse": {
7721      "base": null,
7722      "refs": {
7723        "ImportImageResult$LicenseSpecifications": "<p>The ARNs of the license configurations.</p>",
7724        "ImportImageTask$LicenseSpecifications": "<p>The ARNs of the license configurations that are associated with the import image task.</p>"
7725      }
7726    },
7727    "ImportImageRequest": {
7728      "base": null,
7729      "refs": {
7730      }
7731    },
7732    "ImportImageResult": {
7733      "base": null,
7734      "refs": {
7735      }
7736    },
7737    "ImportImageTask": {
7738      "base": "<p>Describes an import image task.</p>",
7739      "refs": {
7740        "ImportImageTaskList$member": null
7741      }
7742    },
7743    "ImportImageTaskId": {
7744      "base": null,
7745      "refs": {
7746        "ImportImageResult$ImportTaskId": "<p>The task ID of the import image task.</p>",
7747        "ImportTaskIdList$member": null
7748      }
7749    },
7750    "ImportImageTaskList": {
7751      "base": null,
7752      "refs": {
7753        "DescribeImportImageTasksResult$ImportImageTasks": "<p>A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.</p>"
7754      }
7755    },
7756    "ImportInstanceLaunchSpecification": {
7757      "base": "<p>Describes the launch specification for VM import.</p>",
7758      "refs": {
7759        "ImportInstanceRequest$LaunchSpecification": "<p>The launch specification.</p>"
7760      }
7761    },
7762    "ImportInstanceRequest": {
7763      "base": null,
7764      "refs": {
7765      }
7766    },
7767    "ImportInstanceResult": {
7768      "base": null,
7769      "refs": {
7770      }
7771    },
7772    "ImportInstanceTaskDetails": {
7773      "base": "<p>Describes an import instance task.</p>",
7774      "refs": {
7775        "ConversionTask$ImportInstance": "<p>If the task is for importing an instance, this contains information about the import instance task.</p>"
7776      }
7777    },
7778    "ImportInstanceVolumeDetailItem": {
7779      "base": "<p>Describes an import volume task.</p>",
7780      "refs": {
7781        "ImportInstanceVolumeDetailSet$member": null
7782      }
7783    },
7784    "ImportInstanceVolumeDetailSet": {
7785      "base": null,
7786      "refs": {
7787        "ImportInstanceTaskDetails$Volumes": "<p>The volumes.</p>"
7788      }
7789    },
7790    "ImportKeyPairRequest": {
7791      "base": null,
7792      "refs": {
7793      }
7794    },
7795    "ImportKeyPairResult": {
7796      "base": null,
7797      "refs": {
7798      }
7799    },
7800    "ImportSnapshotRequest": {
7801      "base": null,
7802      "refs": {
7803      }
7804    },
7805    "ImportSnapshotResult": {
7806      "base": null,
7807      "refs": {
7808      }
7809    },
7810    "ImportSnapshotTask": {
7811      "base": "<p>Describes an import snapshot task.</p>",
7812      "refs": {
7813        "ImportSnapshotTaskList$member": null
7814      }
7815    },
7816    "ImportSnapshotTaskId": {
7817      "base": null,
7818      "refs": {
7819        "ImportSnapshotTaskIdList$member": null
7820      }
7821    },
7822    "ImportSnapshotTaskIdList": {
7823      "base": null,
7824      "refs": {
7825        "DescribeImportSnapshotTasksRequest$ImportTaskIds": "<p>A list of import snapshot task IDs.</p>"
7826      }
7827    },
7828    "ImportSnapshotTaskList": {
7829      "base": null,
7830      "refs": {
7831        "DescribeImportSnapshotTasksResult$ImportSnapshotTasks": "<p>A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.</p>"
7832      }
7833    },
7834    "ImportTaskId": {
7835      "base": null,
7836      "refs": {
7837        "CancelImportTaskRequest$ImportTaskId": "<p>The ID of the import image or import snapshot task to be canceled.</p>"
7838      }
7839    },
7840    "ImportTaskIdList": {
7841      "base": null,
7842      "refs": {
7843        "DescribeImportImageTasksRequest$ImportTaskIds": "<p>The IDs of the import image tasks.</p>"
7844      }
7845    },
7846    "ImportVolumeRequest": {
7847      "base": null,
7848      "refs": {
7849      }
7850    },
7851    "ImportVolumeResult": {
7852      "base": null,
7853      "refs": {
7854      }
7855    },
7856    "ImportVolumeTaskDetails": {
7857      "base": "<p>Describes an import volume task.</p>",
7858      "refs": {
7859        "ConversionTask$ImportVolume": "<p>If the task is for importing a volume, this contains information about the import volume task.</p>"
7860      }
7861    },
7862    "InferenceAcceleratorInfo": {
7863      "base": "<p>Describes the Inference accelerators for the instance type.</p>",
7864      "refs": {
7865        "InstanceTypeInfo$InferenceAcceleratorInfo": "<p>Describes the Inference accelerator settings for the instance type.</p>"
7866      }
7867    },
7868    "InferenceDeviceCount": {
7869      "base": null,
7870      "refs": {
7871        "InferenceDeviceInfo$Count": "<p>The number of Inference accelerators for the instance type.</p>"
7872      }
7873    },
7874    "InferenceDeviceInfo": {
7875      "base": "<p>Describes the Inference accelerators for the instance type.</p>",
7876      "refs": {
7877        "InferenceDeviceInfoList$member": null
7878      }
7879    },
7880    "InferenceDeviceInfoList": {
7881      "base": null,
7882      "refs": {
7883        "InferenceAcceleratorInfo$Accelerators": "<p>Describes the Inference accelerators for the instance type.</p>"
7884      }
7885    },
7886    "InferenceDeviceManufacturerName": {
7887      "base": null,
7888      "refs": {
7889        "InferenceDeviceInfo$Manufacturer": "<p>The manufacturer of the Inference accelerator.</p>"
7890      }
7891    },
7892    "InferenceDeviceName": {
7893      "base": null,
7894      "refs": {
7895        "InferenceDeviceInfo$Name": "<p>The name of the Inference accelerator.</p>"
7896      }
7897    },
7898    "InsideCidrBlocksStringList": {
7899      "base": null,
7900      "refs": {
7901        "CreateTransitGatewayConnectPeerRequest$InsideCidrBlocks": "<p>The range of inside IP addresses that are used for BGP peering. You must specify a size /29 IPv4 CIDR block from the <code>169.254.0.0/16</code> range. The first address from the range must be configured on the appliance as the BGP IP address. You can also optionally specify a size /125 IPv6 CIDR block from the <code>fd00::/8</code> range.</p>",
7902        "TransitGatewayConnectPeerConfiguration$InsideCidrBlocks": "<p>The range of interior BGP peer IP addresses.</p>"
7903      }
7904    },
7905    "Instance": {
7906      "base": "<p>Describes an instance.</p>",
7907      "refs": {
7908        "InstanceList$member": null
7909      }
7910    },
7911    "InstanceAttribute": {
7912      "base": "<p>Describes an instance attribute.</p>",
7913      "refs": {
7914      }
7915    },
7916    "InstanceAttributeName": {
7917      "base": null,
7918      "refs": {
7919        "DescribeInstanceAttributeRequest$Attribute": "<p>The instance attribute.</p> <p>Note: The <code>enaSupport</code> attribute is not supported at this time.</p>",
7920        "ModifyInstanceAttributeRequest$Attribute": "<p>The name of the attribute.</p>",
7921        "ResetInstanceAttributeRequest$Attribute": "<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>"
7922      }
7923    },
7924    "InstanceBlockDeviceMapping": {
7925      "base": "<p>Describes a block device mapping.</p>",
7926      "refs": {
7927        "InstanceBlockDeviceMappingList$member": null
7928      }
7929    },
7930    "InstanceBlockDeviceMappingList": {
7931      "base": null,
7932      "refs": {
7933        "Instance$BlockDeviceMappings": "<p>Any block device mapping entries for the instance.</p>",
7934        "InstanceAttribute$BlockDeviceMappings": "<p>The block device mapping of the instance.</p>"
7935      }
7936    },
7937    "InstanceBlockDeviceMappingSpecification": {
7938      "base": "<p>Describes a block device mapping entry.</p>",
7939      "refs": {
7940        "InstanceBlockDeviceMappingSpecificationList$member": null
7941      }
7942    },
7943    "InstanceBlockDeviceMappingSpecificationList": {
7944      "base": null,
7945      "refs": {
7946        "ModifyInstanceAttributeRequest$BlockDeviceMappings": "<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=\"https://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 EC2 User Guide</i>.</p>"
7947      }
7948    },
7949    "InstanceCapacity": {
7950      "base": "<p>Information about the number of instances that can be launched onto the Dedicated Host.</p>",
7951      "refs": {
7952        "AvailableInstanceCapacityList$member": null
7953      }
7954    },
7955    "InstanceCount": {
7956      "base": "<p>Describes a Reserved Instance listing state.</p>",
7957      "refs": {
7958        "InstanceCountList$member": null
7959      }
7960    },
7961    "InstanceCountList": {
7962      "base": null,
7963      "refs": {
7964        "ReservedInstancesListing$InstanceCounts": "<p>The number of instances in this state.</p>"
7965      }
7966    },
7967    "InstanceCreditSpecification": {
7968      "base": "<p>Describes the credit option for CPU usage of a burstable performance instance. </p>",
7969      "refs": {
7970        "InstanceCreditSpecificationList$member": null
7971      }
7972    },
7973    "InstanceCreditSpecificationList": {
7974      "base": null,
7975      "refs": {
7976        "DescribeInstanceCreditSpecificationsResult$InstanceCreditSpecifications": "<p>Information about the credit option for CPU usage of an instance.</p>"
7977      }
7978    },
7979    "InstanceCreditSpecificationListRequest": {
7980      "base": null,
7981      "refs": {
7982        "ModifyInstanceCreditSpecificationRequest$InstanceCreditSpecifications": "<p>Information about the credit option for CPU usage.</p>"
7983      }
7984    },
7985    "InstanceCreditSpecificationRequest": {
7986      "base": "<p>Describes the credit option for CPU usage of a burstable performance instance.</p>",
7987      "refs": {
7988        "InstanceCreditSpecificationListRequest$member": null
7989      }
7990    },
7991    "InstanceEventId": {
7992      "base": null,
7993      "refs": {
7994        "InstanceStatusEvent$InstanceEventId": "<p>The ID of the event.</p>"
7995      }
7996    },
7997    "InstanceExportDetails": {
7998      "base": "<p>Describes an instance to export.</p>",
7999      "refs": {
8000        "ExportTask$InstanceExportDetails": "<p>Information about the instance to export.</p>"
8001      }
8002    },
8003    "InstanceFamilyCreditSpecification": {
8004      "base": "<p>Describes the default credit option for CPU usage of a burstable performance instance family.</p>",
8005      "refs": {
8006        "GetDefaultCreditSpecificationResult$InstanceFamilyCreditSpecification": "<p>The default credit option for CPU usage of the instance family.</p>",
8007        "ModifyDefaultCreditSpecificationResult$InstanceFamilyCreditSpecification": "<p>The default credit option for CPU usage of the instance family.</p>"
8008      }
8009    },
8010    "InstanceHealthStatus": {
8011      "base": null,
8012      "refs": {
8013        "ActiveInstance$InstanceHealth": "<p>The health status of the instance. If the status of either the instance status check or the system status check is <code>impaired</code>, the health status of the instance is <code>unhealthy</code>. Otherwise, the health status is <code>healthy</code>.</p>"
8014      }
8015    },
8016    "InstanceId": {
8017      "base": null,
8018      "refs": {
8019        "AssociateAddressRequest$InstanceId": "<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>",
8020        "AssociateIamInstanceProfileRequest$InstanceId": "<p>The ID of the instance.</p>",
8021        "AttachClassicLinkVpcRequest$InstanceId": "<p>The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.</p>",
8022        "AttachNetworkInterfaceRequest$InstanceId": "<p>The ID of the instance.</p>",
8023        "AttachVolumeRequest$InstanceId": "<p>The ID of the instance.</p>",
8024        "BundleInstanceRequest$InstanceId": "<p>The ID of the instance to bundle.</p> <p>Type: String</p> <p>Default: None</p> <p>Required: Yes</p>",
8025        "ConfirmProductInstanceRequest$InstanceId": "<p>The ID of the instance.</p>",
8026        "CreateImageRequest$InstanceId": "<p>The ID of the instance.</p>",
8027        "CreateInstanceExportTaskRequest$InstanceId": "<p>The ID of the instance.</p>",
8028        "CreateRouteRequest$InstanceId": "<p>The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.</p>",
8029        "DescribeInstanceAttributeRequest$InstanceId": "<p>The ID of the instance.</p>",
8030        "DetachClassicLinkVpcRequest$InstanceId": "<p>The ID of the instance to unlink from the VPC.</p>",
8031        "DetachVolumeRequest$InstanceId": "<p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>",
8032        "GetConsoleOutputRequest$InstanceId": "<p>The ID of the instance.</p>",
8033        "GetConsoleScreenshotRequest$InstanceId": "<p>The ID of the instance.</p>",
8034        "GetLaunchTemplateDataRequest$InstanceId": "<p>The ID of the instance.</p>",
8035        "GetPasswordDataRequest$InstanceId": "<p>The ID of the Windows instance.</p>",
8036        "InstanceCreditSpecificationRequest$InstanceId": "<p>The ID of the instance.</p>",
8037        "InstanceIdSet$member": null,
8038        "InstanceIdStringList$member": null,
8039        "InstanceIdsSet$member": null,
8040        "InstanceSpecification$InstanceId": "<p>The instance to specify which volumes should be snapshotted.</p>",
8041        "ModifyInstanceAttributeRequest$InstanceId": "<p>The ID of the instance.</p>",
8042        "ModifyInstanceCapacityReservationAttributesRequest$InstanceId": "<p>The ID of the instance to be modified.</p>",
8043        "ModifyInstanceEventStartTimeRequest$InstanceId": "<p>The ID of the instance with the scheduled event.</p>",
8044        "ModifyInstanceMetadataOptionsRequest$InstanceId": "<p>The ID of the instance.</p>",
8045        "ModifyInstancePlacementRequest$InstanceId": "<p>The ID of the instance that you are modifying.</p>",
8046        "ReplaceRouteRequest$InstanceId": "<p>The ID of a NAT instance in your VPC.</p>",
8047        "ResetInstanceAttributeRequest$InstanceId": "<p>The ID of the instance.</p>",
8048        "SendDiagnosticInterruptRequest$InstanceId": "<p>The ID of the instance.</p>",
8049        "SpotInstanceRequest$InstanceId": "<p>The instance ID, if an instance has been launched to fulfill the Spot Instance request.</p>"
8050      }
8051    },
8052    "InstanceIdSet": {
8053      "base": null,
8054      "refs": {
8055        "RunScheduledInstancesResult$InstanceIdSet": "<p>The IDs of the newly launched instances.</p>"
8056      }
8057    },
8058    "InstanceIdStringList": {
8059      "base": null,
8060      "refs": {
8061        "DescribeClassicLinkInstancesRequest$InstanceIds": "<p>One or more instance IDs. Must be instances linked to a VPC through ClassicLink.</p>",
8062        "DescribeInstanceCreditSpecificationsRequest$InstanceIds": "<p>The instance IDs.</p> <p>Default: Describes all your instances.</p> <p>Constraints: Maximum 1000 explicitly specified instance IDs.</p>",
8063        "DescribeInstanceStatusRequest$InstanceIds": "<p>The instance IDs.</p> <p>Default: Describes all your instances.</p> <p>Constraints: Maximum 100 explicitly specified instance IDs.</p>",
8064        "DescribeInstancesRequest$InstanceIds": "<p>The instance IDs.</p> <p>Default: Describes all your instances.</p>",
8065        "MonitorInstancesRequest$InstanceIds": "<p>The IDs of the instances.</p>",
8066        "RebootInstancesRequest$InstanceIds": "<p>The instance IDs.</p>",
8067        "ReportInstanceStatusRequest$Instances": "<p>The instances.</p>",
8068        "StartInstancesRequest$InstanceIds": "<p>The IDs of the instances.</p>",
8069        "StopInstancesRequest$InstanceIds": "<p>The IDs of the instances.</p>",
8070        "TerminateInstancesRequest$InstanceIds": "<p>The IDs of the instances.</p> <p>Constraints: Up to 1000 instance IDs. We recommend breaking up this request into smaller batches.</p>",
8071        "UnmonitorInstancesRequest$InstanceIds": "<p>The IDs of the instances.</p>"
8072      }
8073    },
8074    "InstanceIdsSet": {
8075      "base": null,
8076      "refs": {
8077        "CreateFleetInstance$InstanceIds": "<p>The IDs of the instances.</p>",
8078        "DescribeFleetsInstances$InstanceIds": "<p>The IDs of the instances.</p>"
8079      }
8080    },
8081    "InstanceInterruptionBehavior": {
8082      "base": null,
8083      "refs": {
8084        "LaunchTemplateSpotMarketOptions$InstanceInterruptionBehavior": "<p>The behavior when a Spot Instance is interrupted.</p>",
8085        "LaunchTemplateSpotMarketOptionsRequest$InstanceInterruptionBehavior": "<p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>",
8086        "RequestSpotInstancesRequest$InstanceInterruptionBehavior": "<p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>",
8087        "SpotFleetRequestConfigData$InstanceInterruptionBehavior": "<p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>",
8088        "SpotInstanceRequest$InstanceInterruptionBehavior": "<p>The behavior when a Spot Instance is interrupted.</p>",
8089        "SpotMarketOptions$InstanceInterruptionBehavior": "<p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>"
8090      }
8091    },
8092    "InstanceIpv6Address": {
8093      "base": "<p>Describes an IPv6 address.</p>",
8094      "refs": {
8095        "InstanceIpv6AddressList$member": null
8096      }
8097    },
8098    "InstanceIpv6AddressList": {
8099      "base": null,
8100      "refs": {
8101        "CreateNetworkInterfaceRequest$Ipv6Addresses": "<p>One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.</p>",
8102        "InstanceNetworkInterface$Ipv6Addresses": "<p>One or more IPv6 addresses associated with the network interface.</p>",
8103        "InstanceNetworkInterfaceSpecification$Ipv6Addresses": "<p>One or more IPv6 addresses to assign to the network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.</p>",
8104        "LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6Addresses": "<p>The IPv6 addresses for the network interface.</p>",
8105        "RunInstancesRequest$Ipv6Addresses": "<p>[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.</p> <p>You cannot specify this option and the network interfaces option in the same request.</p>"
8106      }
8107    },
8108    "InstanceIpv6AddressListRequest": {
8109      "base": null,
8110      "refs": {
8111        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6Addresses": "<p>One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.</p>"
8112      }
8113    },
8114    "InstanceIpv6AddressRequest": {
8115      "base": "<p>Describes an IPv6 address.</p>",
8116      "refs": {
8117        "InstanceIpv6AddressListRequest$member": null
8118      }
8119    },
8120    "InstanceLifecycle": {
8121      "base": null,
8122      "refs": {
8123        "CreateFleetError$Lifecycle": "<p>Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.</p>",
8124        "CreateFleetInstance$Lifecycle": "<p>Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.</p>",
8125        "DescribeFleetError$Lifecycle": "<p>Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.</p>",
8126        "DescribeFleetsInstances$Lifecycle": "<p>Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.</p>"
8127      }
8128    },
8129    "InstanceLifecycleType": {
8130      "base": null,
8131      "refs": {
8132        "Instance$InstanceLifecycle": "<p>Indicates whether this is a Spot Instance or a Scheduled Instance.</p>"
8133      }
8134    },
8135    "InstanceList": {
8136      "base": null,
8137      "refs": {
8138        "Reservation$Instances": "<p>The instances.</p>"
8139      }
8140    },
8141    "InstanceMarketOptionsRequest": {
8142      "base": "<p>Describes the market (purchasing) option for the instances.</p>",
8143      "refs": {
8144        "RunInstancesRequest$InstanceMarketOptions": "<p>The market (purchasing) option for the instances.</p> <p>For <a>RunInstances</a>, persistent Spot Instance requests are only supported when <b>InstanceInterruptionBehavior</b> is set to either <code>hibernate</code> or <code>stop</code>.</p>"
8145      }
8146    },
8147    "InstanceMatchCriteria": {
8148      "base": null,
8149      "refs": {
8150        "CapacityReservation$InstanceMatchCriteria": "<p>Indicates the type of instance launches that the Capacity Reservation accepts. The options include:</p> <ul> <li> <p> <code>open</code> - The Capacity Reservation accepts all instances that have matching attributes (instance type, platform, and Availability Zone). Instances that have matching attributes launch into the Capacity Reservation automatically without specifying any additional parameters.</p> </li> <li> <p> <code>targeted</code> - The Capacity Reservation only accepts instances that have matching attributes (instance type, platform, and Availability Zone), and explicitly target the Capacity Reservation. This ensures that only permitted instances can use the reserved capacity. </p> </li> </ul>",
8151        "CreateCapacityReservationRequest$InstanceMatchCriteria": "<p>Indicates the type of instance launches that the Capacity Reservation accepts. The options include:</p> <ul> <li> <p> <code>open</code> - The Capacity Reservation automatically matches all instances that have matching attributes (instance type, platform, and Availability Zone). Instances that have matching attributes run in the Capacity Reservation automatically without specifying any additional parameters.</p> </li> <li> <p> <code>targeted</code> - The Capacity Reservation only accepts instances that have matching attributes (instance type, platform, and Availability Zone), and explicitly target the Capacity Reservation. This ensures that only permitted instances can use the reserved capacity. </p> </li> </ul> <p>Default: <code>open</code> </p>"
8152      }
8153    },
8154    "InstanceMetadataEndpointState": {
8155      "base": null,
8156      "refs": {
8157        "InstanceMetadataOptionsRequest$HttpEndpoint": "<p>This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is <code>enabled</code>.</p> <note> <p>If you specify a value of <code>disabled</code>, you will not be able to access your instance metadata.</p> </note>",
8158        "InstanceMetadataOptionsResponse$HttpEndpoint": "<p>This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is <code>enabled</code>.</p> <note> <p>If you specify a value of <code>disabled</code>, you will not be able to access your instance metadata.</p> </note>",
8159        "ModifyInstanceMetadataOptionsRequest$HttpEndpoint": "<p>This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the existing state is maintained.</p> <note> <p>If you specify a value of <code>disabled</code>, you will not be able to access your instance metadata.</p> </note>"
8160      }
8161    },
8162    "InstanceMetadataOptionsRequest": {
8163      "base": "<p>The metadata options for the instance.</p>",
8164      "refs": {
8165        "RunInstancesRequest$MetadataOptions": "<p>The metadata options for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html\">Instance metadata and user data</a>.</p>"
8166      }
8167    },
8168    "InstanceMetadataOptionsResponse": {
8169      "base": "<p>The metadata options for the instance.</p>",
8170      "refs": {
8171        "Instance$MetadataOptions": "<p>The metadata options for the instance.</p>",
8172        "ModifyInstanceMetadataOptionsResult$InstanceMetadataOptions": "<p>The metadata options for the instance.</p>"
8173      }
8174    },
8175    "InstanceMetadataOptionsState": {
8176      "base": null,
8177      "refs": {
8178        "InstanceMetadataOptionsResponse$State": "<p>The state of the metadata option changes.</p> <p> <code>pending</code> - The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.</p> <p> <code>applied</code> - The metadata options have been successfully applied on the instance.</p>"
8179      }
8180    },
8181    "InstanceMonitoring": {
8182      "base": "<p>Describes the monitoring of an instance.</p>",
8183      "refs": {
8184        "InstanceMonitoringList$member": null
8185      }
8186    },
8187    "InstanceMonitoringList": {
8188      "base": null,
8189      "refs": {
8190        "MonitorInstancesResult$InstanceMonitorings": "<p>The monitoring information.</p>",
8191        "UnmonitorInstancesResult$InstanceMonitorings": "<p>The monitoring information.</p>"
8192      }
8193    },
8194    "InstanceNetworkInterface": {
8195      "base": "<p>Describes a network interface.</p>",
8196      "refs": {
8197        "InstanceNetworkInterfaceList$member": null
8198      }
8199    },
8200    "InstanceNetworkInterfaceAssociation": {
8201      "base": "<p>Describes association information for an Elastic IP address (IPv4).</p>",
8202      "refs": {
8203        "InstanceNetworkInterface$Association": "<p>The association information for an Elastic IPv4 associated with the network interface.</p>",
8204        "InstancePrivateIpAddress$Association": "<p>The association information for an Elastic IP address for the network interface.</p>"
8205      }
8206    },
8207    "InstanceNetworkInterfaceAttachment": {
8208      "base": "<p>Describes a network interface attachment.</p>",
8209      "refs": {
8210        "InstanceNetworkInterface$Attachment": "<p>The network interface attachment.</p>"
8211      }
8212    },
8213    "InstanceNetworkInterfaceList": {
8214      "base": null,
8215      "refs": {
8216        "Instance$NetworkInterfaces": "<p>[EC2-VPC] The network interfaces for the instance.</p>"
8217      }
8218    },
8219    "InstanceNetworkInterfaceSpecification": {
8220      "base": "<p>Describes a network interface.</p>",
8221      "refs": {
8222        "InstanceNetworkInterfaceSpecificationList$member": null
8223      }
8224    },
8225    "InstanceNetworkInterfaceSpecificationList": {
8226      "base": null,
8227      "refs": {
8228        "LaunchSpecification$NetworkInterfaces": "<p>One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.</p>",
8229        "RequestSpotLaunchSpecification$NetworkInterfaces": "<p>One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.</p>",
8230        "RunInstancesRequest$NetworkInterfaces": "<p>The network interfaces to associate with the instance. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.</p>",
8231        "SpotFleetLaunchSpecification$NetworkInterfaces": "<p>One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.</p> <note> <p> <code>SpotFleetLaunchSpecification</code> currently does not support Elastic Fabric Adapter (EFA). To specify an EFA, you must use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_LaunchTemplateConfig.html\">LaunchTemplateConfig</a>.</p> </note>"
8232      }
8233    },
8234    "InstancePrivateIpAddress": {
8235      "base": "<p>Describes a private IPv4 address.</p>",
8236      "refs": {
8237        "InstancePrivateIpAddressList$member": null
8238      }
8239    },
8240    "InstancePrivateIpAddressList": {
8241      "base": null,
8242      "refs": {
8243        "InstanceNetworkInterface$PrivateIpAddresses": "<p>One or more private IPv4 addresses associated with the network interface.</p>"
8244      }
8245    },
8246    "InstanceSpecification": {
8247      "base": "<p>The instance details to specify which volumes should be snapshotted.</p>",
8248      "refs": {
8249        "CreateSnapshotsRequest$InstanceSpecification": "<p>The instance to specify which volumes should be included in the snapshots.</p>"
8250      }
8251    },
8252    "InstanceState": {
8253      "base": "<p>Describes the current state of an instance.</p>",
8254      "refs": {
8255        "Instance$State": "<p>The current state of the instance.</p>",
8256        "InstanceStateChange$CurrentState": "<p>The current state of the instance.</p>",
8257        "InstanceStateChange$PreviousState": "<p>The previous state of the instance.</p>",
8258        "InstanceStatus$InstanceState": "<p>The intended state of the instance. <a>DescribeInstanceStatus</a> requires that an instance be in the <code>running</code> state.</p>"
8259      }
8260    },
8261    "InstanceStateChange": {
8262      "base": "<p>Describes an instance state change.</p>",
8263      "refs": {
8264        "InstanceStateChangeList$member": null
8265      }
8266    },
8267    "InstanceStateChangeList": {
8268      "base": null,
8269      "refs": {
8270        "StartInstancesResult$StartingInstances": "<p>Information about the started instances.</p>",
8271        "StopInstancesResult$StoppingInstances": "<p>Information about the stopped instances.</p>",
8272        "TerminateInstancesResult$TerminatingInstances": "<p>Information about the terminated instances.</p>"
8273      }
8274    },
8275    "InstanceStateName": {
8276      "base": null,
8277      "refs": {
8278        "InstanceState$Name": "<p>The current state of the instance.</p>"
8279      }
8280    },
8281    "InstanceStatus": {
8282      "base": "<p>Describes the status of an instance.</p>",
8283      "refs": {
8284        "InstanceStatusList$member": null
8285      }
8286    },
8287    "InstanceStatusDetails": {
8288      "base": "<p>Describes the instance status.</p>",
8289      "refs": {
8290        "InstanceStatusDetailsList$member": null
8291      }
8292    },
8293    "InstanceStatusDetailsList": {
8294      "base": null,
8295      "refs": {
8296        "InstanceStatusSummary$Details": "<p>The system instance health or application instance health.</p>"
8297      }
8298    },
8299    "InstanceStatusEvent": {
8300      "base": "<p>Describes a scheduled event for an instance.</p>",
8301      "refs": {
8302        "InstanceStatusEventList$member": null,
8303        "ModifyInstanceEventStartTimeResult$Event": null
8304      }
8305    },
8306    "InstanceStatusEventList": {
8307      "base": null,
8308      "refs": {
8309        "InstanceStatus$Events": "<p>Any scheduled events associated with the instance.</p>"
8310      }
8311    },
8312    "InstanceStatusList": {
8313      "base": null,
8314      "refs": {
8315        "DescribeInstanceStatusResult$InstanceStatuses": "<p>Information about the status of the instances.</p>"
8316      }
8317    },
8318    "InstanceStatusSummary": {
8319      "base": "<p>Describes the status of an instance.</p>",
8320      "refs": {
8321        "InstanceStatus$InstanceStatus": "<p>Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.</p>",
8322        "InstanceStatus$SystemStatus": "<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>"
8323      }
8324    },
8325    "InstanceStorageFlag": {
8326      "base": null,
8327      "refs": {
8328        "InstanceTypeInfo$InstanceStorageSupported": "<p>Indicates whether instance storage is supported.</p>"
8329      }
8330    },
8331    "InstanceStorageInfo": {
8332      "base": "<p>Describes the disks that are available for the instance type.</p>",
8333      "refs": {
8334        "InstanceTypeInfo$InstanceStorageInfo": "<p>Describes the instance storage for the instance type.</p>"
8335      }
8336    },
8337    "InstanceTagKeySet": {
8338      "base": null,
8339      "refs": {
8340        "DeregisterInstanceTagAttributeRequest$InstanceTagKeys": "<p>Information about the tag keys to deregister.</p>",
8341        "InstanceTagNotificationAttribute$InstanceTagKeys": "<p>The registered tag keys.</p>",
8342        "RegisterInstanceTagAttributeRequest$InstanceTagKeys": "<p>The tag keys to register.</p>"
8343      }
8344    },
8345    "InstanceTagNotificationAttribute": {
8346      "base": "<p>Describes the registered tag keys for the current Region.</p>",
8347      "refs": {
8348        "DeregisterInstanceEventNotificationAttributesResult$InstanceTagAttribute": "<p>The resulting set of tag keys.</p>",
8349        "DescribeInstanceEventNotificationAttributesResult$InstanceTagAttribute": "<p>Information about the registered tag keys.</p>",
8350        "RegisterInstanceEventNotificationAttributesResult$InstanceTagAttribute": "<p>The resulting set of tag keys.</p>"
8351      }
8352    },
8353    "InstanceType": {
8354      "base": null,
8355      "refs": {
8356        "CreateFleetInstance$InstanceType": "<p>The instance type.</p>",
8357        "DescribeFleetsInstances$InstanceType": "<p>The instance type.</p>",
8358        "DescribeReservedInstancesOfferingsRequest$InstanceType": "<p>The instance type that the reservation will cover (for example, <code>m1.small</code>). For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>",
8359        "FleetLaunchTemplateOverrides$InstanceType": "<p>The instance type.</p>",
8360        "FleetLaunchTemplateOverridesRequest$InstanceType": "<p>The instance type.</p>",
8361        "ImportInstanceLaunchSpecification$InstanceType": "<p>The instance type. For more information about the instance types that you can import, see <a href=\"https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-instance-types\">Instance Types</a> in the VM Import/Export User Guide.</p>",
8362        "Instance$InstanceType": "<p>The instance type.</p>",
8363        "InstanceTypeInfo$InstanceType": "<p>The instance type. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>",
8364        "InstanceTypeList$member": null,
8365        "InstanceTypeOffering$InstanceType": "<p>The instance type. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>",
8366        "LaunchSpecification$InstanceType": "<p>The instance type.</p>",
8367        "LaunchTemplateOverrides$InstanceType": "<p>The instance type.</p>",
8368        "RequestInstanceTypeList$member": null,
8369        "RequestLaunchTemplateData$InstanceType": "<p>The instance type. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance Types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
8370        "RequestSpotLaunchSpecification$InstanceType": "<p>The instance type.</p>",
8371        "ReservedInstances$InstanceType": "<p>The instance type on which the Reserved Instance can be used.</p>",
8372        "ReservedInstancesConfiguration$InstanceType": "<p>The instance type for the modified Reserved Instances.</p>",
8373        "ReservedInstancesOffering$InstanceType": "<p>The instance type on which the Reserved Instance can be used.</p>",
8374        "ResponseLaunchTemplateData$InstanceType": "<p>The instance type.</p>",
8375        "RunInstancesRequest$InstanceType": "<p>The instance type. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default: <code>m1.small</code> </p>",
8376        "SpotFleetLaunchSpecification$InstanceType": "<p>The instance type.</p>",
8377        "SpotPrice$InstanceType": "<p>The instance type.</p>"
8378      }
8379    },
8380    "InstanceTypeHypervisor": {
8381      "base": null,
8382      "refs": {
8383        "InstanceTypeInfo$Hypervisor": "<p>The hypervisor for the instance type.</p>"
8384      }
8385    },
8386    "InstanceTypeInfo": {
8387      "base": "<p>Describes the instance type.</p>",
8388      "refs": {
8389        "InstanceTypeInfoList$member": null
8390      }
8391    },
8392    "InstanceTypeInfoList": {
8393      "base": null,
8394      "refs": {
8395        "DescribeInstanceTypesResult$InstanceTypes": "<p>The instance type. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>"
8396      }
8397    },
8398    "InstanceTypeList": {
8399      "base": null,
8400      "refs": {
8401        "DescribeSpotPriceHistoryRequest$InstanceTypes": "<p>Filters the results by the specified instance types.</p>"
8402      }
8403    },
8404    "InstanceTypeOffering": {
8405      "base": "<p>The instance types offered.</p>",
8406      "refs": {
8407        "InstanceTypeOfferingsList$member": null
8408      }
8409    },
8410    "InstanceTypeOfferingsList": {
8411      "base": null,
8412      "refs": {
8413        "DescribeInstanceTypeOfferingsResult$InstanceTypeOfferings": "<p>The instance types offered.</p>"
8414      }
8415    },
8416    "InstanceUsage": {
8417      "base": "<p>Information about the Capacity Reservation usage.</p>",
8418      "refs": {
8419        "InstanceUsageSet$member": null
8420      }
8421    },
8422    "InstanceUsageSet": {
8423      "base": null,
8424      "refs": {
8425        "GetCapacityReservationUsageResult$InstanceUsages": "<p>Information about the Capacity Reservation usage.</p>"
8426      }
8427    },
8428    "Integer": {
8429      "base": null,
8430      "refs": {
8431        "AllocateHostsRequest$Quantity": "<p>The number of Dedicated Hosts to allocate to your account with these parameters.</p>",
8432        "AnalysisAclRule$RuleNumber": "<p>The rule number.</p>",
8433        "AssignIpv6AddressesRequest$Ipv6AddressCount": "<p>The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.</p>",
8434        "AssignPrivateIpAddressesRequest$SecondaryPrivateIpAddressCount": "<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>",
8435        "AttachNetworkInterfaceRequest$DeviceIndex": "<p>The index of the device for the network interface attachment.</p>",
8436        "AttachNetworkInterfaceRequest$NetworkCardIndex": "<p>The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.</p>",
8437        "AttachNetworkInterfaceResult$NetworkCardIndex": "<p>The index of the network card.</p>",
8438        "AuthorizeSecurityGroupEgressRequest$FromPort": "<p>Not supported. Use a set of IP permissions to specify the port.</p>",
8439        "AuthorizeSecurityGroupEgressRequest$ToPort": "<p>Not supported. Use a set of IP permissions to specify the port.</p>",
8440        "AuthorizeSecurityGroupIngressRequest$FromPort": "<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 types. If you specify all ICMP types, you must specify all codes.</p> <p>Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.</p>",
8441        "AuthorizeSecurityGroupIngressRequest$ToPort": "<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 codes. If you specify all ICMP types, you must specify all codes.</p> <p>Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.</p>",
8442        "AvailableCapacity$AvailableVCpus": "<p>The number of vCPUs available for launching instances onto the Dedicated Host.</p>",
8443        "CapacityReservation$TotalInstanceCount": "<p>The total number of instances for which the Capacity Reservation reserves capacity.</p>",
8444        "CapacityReservation$AvailableInstanceCount": "<p>The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation.</p>",
8445        "ClientVpnEndpoint$VpnPort": "<p>The port number for the Client VPN endpoint.</p>",
8446        "CpuOptions$CoreCount": "<p>The number of CPU cores for the instance.</p>",
8447        "CpuOptions$ThreadsPerCore": "<p>The number of threads per CPU core.</p>",
8448        "CpuOptionsRequest$CoreCount": "<p>The number of CPU cores for the instance.</p>",
8449        "CpuOptionsRequest$ThreadsPerCore": "<p>The number of threads per CPU core. To disable multithreading for the instance, specify a value of <code>1</code>. Otherwise, specify the default value of <code>2</code>.</p>",
8450        "CreateCapacityReservationRequest$InstanceCount": "<p>The number of instances for which to reserve capacity.</p>",
8451        "CreateClientVpnEndpointRequest$VpnPort": "<p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p> <p>Valid Values: <code>443</code> | <code>1194</code> </p> <p>Default Value: <code>443</code> </p>",
8452        "CreateCustomerGatewayRequest$BgpAsn": "<p>For devices that support BGP, the customer gateway's BGP ASN.</p> <p>Default: 65000</p>",
8453        "CreateFlowLogsRequest$MaxAggregationInterval": "<p>The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).</p> <p>When a network interface is attached to a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Nitro-based instance</a>, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.</p> <p>Default: 600</p>",
8454        "CreateManagedPrefixListRequest$MaxEntries": "<p>The maximum number of entries for the prefix list.</p>",
8455        "CreateNetworkAclEntryRequest$RuleNumber": "<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>",
8456        "CreateNetworkInterfaceRequest$Ipv6AddressCount": "<p>The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses. If your subnet has the <code>AssignIpv6AddressOnCreation</code> attribute set to <code>true</code>, you can specify <code>0</code> to override this setting.</p>",
8457        "CreateNetworkInterfaceRequest$SecondaryPrivateIpAddressCount": "<p>The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You can't specify this option and specify more than one private IP address using <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=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI\">IP Addresses Per ENI Per Instance Type</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
8458        "CreatePlacementGroupRequest$PartitionCount": "<p>The number of partitions. Valid only when <b>Strategy</b> is set to <code>partition</code>.</p>",
8459        "CreateReservedInstancesListingRequest$InstanceCount": "<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>",
8460        "CreateTrafficMirrorFilterRuleRequest$RuleNumber": "<p>The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.</p>",
8461        "CreateTrafficMirrorFilterRuleRequest$Protocol": "<p>The protocol, for example UDP, to assign to the Traffic Mirror rule.</p> <p>For information about the protocol value, see <a href=\"https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml\">Protocol Numbers</a> on the Internet Assigned Numbers Authority (IANA) website.</p>",
8462        "CreateTrafficMirrorSessionRequest$PacketLength": "<p>The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.</p> <p>If you do not want to mirror the entire packet, use the <code>PacketLength</code> parameter to specify the number of bytes in each packet to mirror.</p>",
8463        "CreateTrafficMirrorSessionRequest$SessionNumber": "<p>The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.</p> <p>Valid values are 1-32766.</p>",
8464        "CreateTrafficMirrorSessionRequest$VirtualNetworkId": "<p>The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN protocol, see <a href=\"https://tools.ietf.org/html/rfc7348\">RFC 7348</a>. If you do not specify a <code>VirtualNetworkId</code>, an account-wide unique id is chosen at random.</p>",
8465        "CreateVolumeRequest$Iops": "<p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> 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.</p> <p>The following are the supported values for each volume type:</p> <ul> <li> <p> <code>gp3</code>: 3,000-16,000 IOPS</p> </li> <li> <p> <code>io1</code>: 100-64,000 IOPS</p> </li> <li> <p> <code>io2</code>: 100-64,000 IOPS</p> </li> </ul> <p>For <code>io1</code> and <code>io2</code> volumes, we guarantee 64,000 IOPS only for <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Instances built on the Nitro System</a>. Other instance families guarantee performance up to 32,000 IOPS.</p> <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes. The default for <code>gp3</code> volumes is 3,000 IOPS. This parameter is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>",
8466        "CreateVolumeRequest$Size": "<p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.</p> <p>The following are the supported volumes sizes for each volume type:</p> <ul> <li> <p> <code>gp2</code> and <code>gp3</code>: 1-16,384</p> </li> <li> <p> <code>io1</code> and <code>io2</code>: 4-16,384</p> </li> <li> <p> <code>st1</code> and <code>sc1</code>: 125-16,384</p> </li> <li> <p> <code>standard</code>: 1-1,024</p> </li> </ul>",
8467        "CreateVolumeRequest$Throughput": "<p>The throughput to provision for a volume, with a maximum of 1,000 MiB/s.</p> <p>This parameter is valid only for <code>gp3</code> volumes.</p> <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>",
8468        "DeleteNetworkAclEntryRequest$RuleNumber": "<p>The rule number of the entry to delete.</p>",
8469        "DescribeElasticGpusResult$MaxResults": "<p>The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.</p>",
8470        "DescribeFleetHistoryRequest$MaxResults": "<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>",
8471        "DescribeFleetInstancesRequest$MaxResults": "<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>",
8472        "DescribeFleetsRequest$MaxResults": "<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>",
8473        "DescribeFlowLogsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
8474        "DescribeHostReservationOfferingsRequest$MaxDuration": "<p>This is the maximum duration of the reservation to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 94608000 for three years.</p>",
8475        "DescribeHostReservationOfferingsRequest$MinDuration": "<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>",
8476        "DescribeHostReservationsRequest$MaxResults": "<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 receive an error.</p>",
8477        "DescribeHostsRequest$MaxResults": "<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 receive an error.</p> <p>You cannot specify this parameter and the host IDs parameter in the same request.</p>",
8478        "DescribeImportImageTasksRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
8479        "DescribeImportSnapshotTasksRequest$MaxResults": "<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>",
8480        "DescribeInstanceStatusRequest$MaxResults": "<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>",
8481        "DescribeInstancesRequest$MaxResults": "<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>",
8482        "DescribeLaunchTemplateVersionsRequest$MaxResults": "<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 1 and 200.</p>",
8483        "DescribePrefixListsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
8484        "DescribeReservedInstancesOfferingsRequest$MaxInstanceCount": "<p>The maximum number of instances to filter when searching for offerings.</p> <p>Default: 20</p>",
8485        "DescribeReservedInstancesOfferingsRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. The maximum is 100.</p> <p>Default: 100</p>",
8486        "DescribeScheduledInstanceAvailabilityRequest$MaxSlotDurationInHours": "<p>The maximum available duration, in hours. This value must be greater than <code>MinSlotDurationInHours</code> and less than 1,720.</p>",
8487        "DescribeScheduledInstanceAvailabilityRequest$MinSlotDurationInHours": "<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>",
8488        "DescribeScheduledInstancesRequest$MaxResults": "<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>",
8489        "DescribeSnapshotsRequest$MaxResults": "<p>The maximum number of snapshot results returned by <code>DescribeSnapshots</code> in paginated output. When this parameter is used, <code>DescribeSnapshots</code> only returns <code>MaxResults</code> results in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>DescribeSnapshots</code> request with the returned <code>NextToken</code> value. This value can be between 5 and 1,000; if <code>MaxResults</code> is given a value larger than 1,000, only 1,000 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>",
8490        "DescribeSpotFleetRequestsRequest$MaxResults": "<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>",
8491        "DescribeSpotInstanceRequestsRequest$MaxResults": "<p>The maximum number of results to return in a single call. Specify a value between 5 and 1000. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
8492        "DescribeSpotPriceHistoryRequest$MaxResults": "<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>",
8493        "DescribeTagsRequest$MaxResults": "<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>",
8494        "DescribeVolumeStatusRequest$MaxResults": "<p>The maximum number of volume results returned by <code>DescribeVolumeStatus</code> in paginated output. When this parameter is used, the request only returns <code>MaxResults</code> results in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1,000; if <code>MaxResults</code> is given a value larger than 1,000, only 1,000 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>",
8495        "DescribeVolumesModificationsRequest$MaxResults": "<p>The maximum number of results (up to a limit of 500) to be returned in a paginated request.</p>",
8496        "DescribeVolumesRequest$MaxResults": "<p>The maximum number of volume results returned by <code>DescribeVolumes</code> in paginated output. When this parameter is used, <code>DescribeVolumes</code> only returns <code>MaxResults</code> results in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>DescribeVolumes</code> request with the returned <code>NextToken</code> value. This value can be between 5 and 500; if <code>MaxResults</code> is given a value larger than 500, only 500 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>",
8497        "DescribeVpcEndpointConnectionNotificationsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned <code>NextToken</code> value.</p>",
8498        "DescribeVpcEndpointConnectionsRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1,000; if <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are returned.</p>",
8499        "DescribeVpcEndpointServiceConfigurationsRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1,000; if <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are returned.</p>",
8500        "DescribeVpcEndpointServicePermissionsRequest$MaxResults": "<p>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1,000; if <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are returned.</p>",
8501        "DescribeVpcEndpointServicesRequest$MaxResults": "<p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</p> <p>Constraint: If the value is greater than 1,000, we return only 1,000 items.</p>",
8502        "DescribeVpcEndpointsRequest$MaxResults": "<p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</p> <p>Constraint: If the value is greater than 1,000, we return only 1,000 items.</p>",
8503        "EbsBlockDevice$Iops": "<p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> 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.</p> <p>The following are the supported values for each volume type:</p> <ul> <li> <p> <code>gp3</code>: 3,000-16,000 IOPS</p> </li> <li> <p> <code>io1</code>: 100-64,000 IOPS</p> </li> <li> <p> <code>io2</code>: 100-64,000 IOPS</p> </li> </ul> <p>For <code>io1</code> and <code>io2</code> volumes, we guarantee 64,000 IOPS only for <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Instances built on the Nitro System</a>. Other instance families guarantee performance up to 32,000 IOPS.</p> <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes. The default for <code>gp3</code> volumes is 3,000 IOPS. This parameter is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>",
8504        "EbsBlockDevice$VolumeSize": "<p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.</p> <p>The following are the supported volumes sizes for each volume type:</p> <ul> <li> <p> <code>gp2</code> and <code>gp3</code>:1-16,384</p> </li> <li> <p> <code>io1</code> and <code>io2</code>: 4-16,384</p> </li> <li> <p> <code>st1</code> and <code>sc1</code>: 125-16,384</p> </li> <li> <p> <code>standard</code>: 1-1,024</p> </li> </ul>",
8505        "EbsBlockDevice$Throughput": "<p>The throughput that the volume supports, in MiB/s.</p> <p>This parameter is valid only for <code>gp3</code> volumes.</p> <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>",
8506        "FlowLog$MaxAggregationInterval": "<p>The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.</p> <p>When a network interface is attached to a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Nitro-based instance</a>, the aggregation interval is always 60 seconds (1 minute) or less, regardless of the specified value.</p> <p>Valid Values: <code>60</code> | <code>600</code> </p>",
8507        "GetCapacityReservationUsageResult$TotalInstanceCount": "<p>The number of instances for which the Capacity Reservation reserves capacity.</p>",
8508        "GetCapacityReservationUsageResult$AvailableInstanceCount": "<p>The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation.</p>",
8509        "HostOffering$Duration": "<p>The duration of the offering (in seconds).</p>",
8510        "HostProperties$Cores": "<p>The number of cores on the Dedicated Host.</p>",
8511        "HostProperties$Sockets": "<p>The number of sockets on the Dedicated Host.</p>",
8512        "HostProperties$TotalVCpus": "<p>The total number of vCPUs on the Dedicated Host.</p>",
8513        "HostReservation$Count": "<p>The number of Dedicated Hosts the reservation is associated with.</p>",
8514        "HostReservation$Duration": "<p>The length of the reservation's term, specified in seconds. Can be <code>31536000 (1 year)</code> | <code>94608000 (3 years)</code>.</p>",
8515        "IcmpTypeCode$Code": "<p>The ICMP code. A value of -1 means all codes for the specified ICMP type.</p>",
8516        "IcmpTypeCode$Type": "<p>The ICMP type. A value of -1 means all types.</p>",
8517        "Instance$AmiLaunchIndex": "<p>The AMI launch index, which can be used to find this instance in the launch group.</p>",
8518        "InstanceCapacity$AvailableCapacity": "<p>The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.</p>",
8519        "InstanceCapacity$TotalCapacity": "<p>The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.</p>",
8520        "InstanceCount$InstanceCount": "<p>The number of listed Reserved Instances in the state specified by the <code>state</code>.</p>",
8521        "InstanceMetadataOptionsRequest$HttpPutResponseHopLimit": "<p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.</p> <p>Default: 1</p> <p>Possible values: Integers from 1 to 64</p>",
8522        "InstanceMetadataOptionsResponse$HttpPutResponseHopLimit": "<p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.</p> <p>Default: 1</p> <p>Possible values: Integers from 1 to 64</p>",
8523        "InstanceNetworkInterfaceAttachment$DeviceIndex": "<p>The index of the device on the instance for the network interface attachment.</p>",
8524        "InstanceNetworkInterfaceAttachment$NetworkCardIndex": "<p>The index of the network card.</p>",
8525        "InstanceNetworkInterfaceSpecification$DeviceIndex": "<p>The position of the network interface in the attachment order. A primary network interface has a device index of 0.</p> <p>If you specify a network interface when launching an instance, you must specify the device index.</p>",
8526        "InstanceNetworkInterfaceSpecification$Ipv6AddressCount": "<p>A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses the IPv6 addresses from the range of the subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.</p>",
8527        "InstanceNetworkInterfaceSpecification$SecondaryPrivateIpAddressCount": "<p>The number of secondary private IPv4 addresses. You can't specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you're launching more than one instance in a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html\">RunInstances</a> request.</p>",
8528        "InstanceNetworkInterfaceSpecification$NetworkCardIndex": "<p>The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.</p>",
8529        "InstanceState$Code": "<p>The state of the instance as a 16-bit unsigned integer. </p> <p>The high byte is all of the bits between 2^8 and (2^16)-1, which equals decimal values between 256 and 65,535. These numerical values are used for internal purposes and should be ignored.</p> <p>The low byte is all of the bits between 2^0 and (2^8)-1, which equals decimal values between 0 and 255. </p> <p>The valid values for instance-state-code will all be in the range of the low byte and they are:</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> <p>You can ignore the high byte value by zeroing out all of the bits above 2^8 or 256 in decimal.</p>",
8530        "InstanceUsage$UsedInstanceCount": "<p>The number of instances the AWS account currently has in the Capacity Reservation.</p>",
8531        "IpPermission$FromPort": "<p>The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of <code>-1</code> indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all codes.</p>",
8532        "IpPermission$ToPort": "<p>The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of <code>-1</code> indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all codes.</p>",
8533        "LaunchTemplateCpuOptions$CoreCount": "<p>The number of CPU cores for the instance.</p>",
8534        "LaunchTemplateCpuOptions$ThreadsPerCore": "<p>The number of threads per CPU core.</p>",
8535        "LaunchTemplateCpuOptionsRequest$CoreCount": "<p>The number of CPU cores for the instance.</p>",
8536        "LaunchTemplateCpuOptionsRequest$ThreadsPerCore": "<p>The number of threads per CPU core. To disable multithreading for the instance, specify a value of 1. Otherwise, specify the default value of 2.</p>",
8537        "LaunchTemplateEbsBlockDevice$Iops": "<p>The number of I/O operations per second (IOPS) that the volume supports. </p>",
8538        "LaunchTemplateEbsBlockDevice$VolumeSize": "<p>The size of the volume, in GiB.</p>",
8539        "LaunchTemplateEbsBlockDevice$Throughput": "<p>The throughput that the volume supports, in MiB/s.</p>",
8540        "LaunchTemplateEbsBlockDeviceRequest$Iops": "<p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> 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.</p> <p>The following are the supported values for each volume type:</p> <ul> <li> <p> <code>gp3</code>: 3,000-16,000 IOPS</p> </li> <li> <p> <code>io1</code>: 100-64,000 IOPS</p> </li> <li> <p> <code>io2</code>: 100-64,000 IOPS</p> </li> </ul> <p>For <code>io1</code> and <code>io2</code> volumes, we guarantee 64,000 IOPS only for <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Instances built on the Nitro System</a>. Other instance families guarantee performance up to 32,000 IOPS.</p> <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes. The default for <code>gp3</code> volumes is 3,000 IOPS. This parameter is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>",
8541        "LaunchTemplateEbsBlockDeviceRequest$VolumeSize": "<p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.</p> <p>The following are the supported volumes sizes for each volume type:</p> <ul> <li> <p> <code>gp2</code> and <code>gp3</code>: 1-16,384</p> </li> <li> <p> <code>io1</code> and <code>io2</code>: 4-16,384</p> </li> <li> <p> <code>st1</code> and <code>sc1</code>: 125-16,384</p> </li> <li> <p> <code>standard</code>: 1-1,024</p> </li> </ul>",
8542        "LaunchTemplateEbsBlockDeviceRequest$Throughput": "<p>The throughput to provision for a <code>gp3</code> volume, with a maximum of 1,000 MiB/s.</p> <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>",
8543        "LaunchTemplateElasticInferenceAcceleratorResponse$Count": "<p> The number of elastic inference accelerators to attach to the instance. </p> <p>Default: 1</p>",
8544        "LaunchTemplateInstanceMetadataOptions$HttpPutResponseHopLimit": "<p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.</p> <p>Default: 1</p> <p>Possible values: Integers from 1 to 64</p>",
8545        "LaunchTemplateInstanceMetadataOptionsRequest$HttpPutResponseHopLimit": "<p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.</p> <p>Default: 1</p> <p>Possible values: Integers from 1 to 64</p>",
8546        "LaunchTemplateInstanceNetworkInterfaceSpecification$DeviceIndex": "<p>The device index for the network interface attachment.</p>",
8547        "LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6AddressCount": "<p>The number of IPv6 addresses for the network interface.</p>",
8548        "LaunchTemplateInstanceNetworkInterfaceSpecification$SecondaryPrivateIpAddressCount": "<p>The number of secondary private IPv4 addresses for the network interface.</p>",
8549        "LaunchTemplateInstanceNetworkInterfaceSpecification$NetworkCardIndex": "<p>The index of the network card.</p>",
8550        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$DeviceIndex": "<p>The device index for the network interface attachment.</p>",
8551        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6AddressCount": "<p>The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.</p>",
8552        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$SecondaryPrivateIpAddressCount": "<p>The number of secondary private IPv4 addresses to assign to a network interface.</p>",
8553        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$NetworkCardIndex": "<p>The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.</p>",
8554        "LaunchTemplatePlacement$PartitionNumber": "<p>The number of the partition the instance should launch in. Valid only if the placement group strategy is set to <code>partition</code>.</p>",
8555        "LaunchTemplatePlacementRequest$PartitionNumber": "<p>The number of the partition the instance should launch in. Valid only if the placement group strategy is set to <code>partition</code>.</p>",
8556        "LaunchTemplateSpotMarketOptions$BlockDurationMinutes": "<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>",
8557        "LaunchTemplateSpotMarketOptionsRequest$BlockDurationMinutes": "<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>",
8558        "LocalGatewayVirtualInterface$Vlan": "<p>The ID of the VLAN.</p>",
8559        "LocalGatewayVirtualInterface$LocalBgpAsn": "<p>The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.</p>",
8560        "LocalGatewayVirtualInterface$PeerBgpAsn": "<p>The peer BGP ASN.</p>",
8561        "ManagedPrefixList$MaxEntries": "<p>The maximum number of entries for the prefix list.</p>",
8562        "ModifyCapacityReservationRequest$InstanceCount": "<p>The number of instances for which to reserve capacity.</p>",
8563        "ModifyClientVpnEndpointRequest$VpnPort": "<p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p> <p>Valid Values: <code>443</code> | <code>1194</code> </p> <p>Default Value: <code>443</code> </p>",
8564        "ModifyInstanceMetadataOptionsRequest$HttpPutResponseHopLimit": "<p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. If no parameter is specified, the existing state is maintained.</p> <p>Possible values: Integers from 1 to 64</p>",
8565        "ModifyInstancePlacementRequest$PartitionNumber": "<p>Reserved for future use.</p>",
8566        "ModifySpotFleetRequestRequest$TargetCapacity": "<p>The size of the fleet.</p>",
8567        "ModifySpotFleetRequestRequest$OnDemandTargetCapacity": "<p>The number of On-Demand Instances in the fleet.</p>",
8568        "ModifyTrafficMirrorFilterRuleRequest$RuleNumber": "<p>The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.</p>",
8569        "ModifyTrafficMirrorFilterRuleRequest$Protocol": "<p>The protocol, for example TCP, to assign to the Traffic Mirror rule.</p>",
8570        "ModifyTrafficMirrorSessionRequest$PacketLength": "<p>The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet.</p>",
8571        "ModifyTrafficMirrorSessionRequest$SessionNumber": "<p>The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.</p> <p>Valid values are 1-32766.</p>",
8572        "ModifyTrafficMirrorSessionRequest$VirtualNetworkId": "<p>The virtual network ID of the Traffic Mirror session.</p>",
8573        "ModifyVolumeRequest$Size": "<p>The target size of the volume, in GiB. The target volume size must be greater than or equal to the existing size of the volume.</p> <p>The following are the supported volumes sizes for each volume type:</p> <ul> <li> <p> <code>gp2</code> and <code>gp3</code>: 1-16,384</p> </li> <li> <p> <code>io1</code> and <code>io2</code>: 4-16,384</p> </li> <li> <p> <code>st1</code> and <code>sc1</code>: 125-16,384</p> </li> <li> <p> <code>standard</code>: 1-1,024</p> </li> </ul> <p>Default: If no size is specified, the existing size is retained.</p>",
8574        "ModifyVolumeRequest$Iops": "<p>The target IOPS rate of the volume. This parameter is valid only for <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes.</p> <p>The following are the supported values for each volume type:</p> <ul> <li> <p> <code>gp3</code>: 3,000-16,000 IOPS</p> </li> <li> <p> <code>io1</code>: 100-64,000 IOPS</p> </li> <li> <p> <code>io2</code>: 100-64,000 IOPS</p> </li> </ul> <p>Default: If no IOPS value is specified, the existing value is retained.</p>",
8575        "ModifyVolumeRequest$Throughput": "<p>The target throughput of the volume, in MiB/s. This parameter is valid only for <code>gp3</code> volumes. The maximum value is 1,000.</p> <p>Default: If no throughput value is specified, the existing value is retained.</p> <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>",
8576        "ModifyVpnTunnelOptionsSpecification$Phase1LifetimeSeconds": "<p>The lifetime for phase 1 of the IKE negotiation, in seconds.</p> <p>Constraints: A value between 900 and 28,800.</p> <p>Default: <code>28800</code> </p>",
8577        "ModifyVpnTunnelOptionsSpecification$Phase2LifetimeSeconds": "<p>The lifetime for phase 2 of the IKE negotiation, in seconds.</p> <p>Constraints: A value between 900 and 3,600. The value must be less than the value for <code>Phase1LifetimeSeconds</code>.</p> <p>Default: <code>3600</code> </p>",
8578        "ModifyVpnTunnelOptionsSpecification$RekeyMarginTimeSeconds": "<p>The margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for <code>RekeyFuzzPercentage</code>.</p> <p>Constraints: A value between 60 and half of <code>Phase2LifetimeSeconds</code>.</p> <p>Default: <code>540</code> </p>",
8579        "ModifyVpnTunnelOptionsSpecification$RekeyFuzzPercentage": "<p>The percentage of the rekey window (determined by <code>RekeyMarginTimeSeconds</code>) during which the rekey time is randomly selected.</p> <p>Constraints: A value between 0 and 100.</p> <p>Default: <code>100</code> </p>",
8580        "ModifyVpnTunnelOptionsSpecification$ReplayWindowSize": "<p>The number of packets in an IKE replay window.</p> <p>Constraints: A value between 64 and 2048.</p> <p>Default: <code>1024</code> </p>",
8581        "ModifyVpnTunnelOptionsSpecification$DPDTimeoutSeconds": "<p>The number of seconds after which a DPD timeout occurs.</p> <p>Constraints: A value between 0 and 30.</p> <p>Default: <code>30</code> </p>",
8582        "NetworkAclEntry$RuleNumber": "<p>The rule number for the entry. ACL entries are processed in ascending order by rule number.</p>",
8583        "NetworkInsightsPath$DestinationPort": "<p>The destination port.</p>",
8584        "NetworkInterfaceAttachment$DeviceIndex": "<p>The device index of the network interface attachment on the instance.</p>",
8585        "NetworkInterfaceAttachment$NetworkCardIndex": "<p>The index of the network card.</p>",
8586        "OccurrenceDayRequestSet$member": null,
8587        "OccurrenceDaySet$member": null,
8588        "OnDemandOptions$MinTargetCapacity": "<p>The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.</p>",
8589        "OnDemandOptionsRequest$MinTargetCapacity": "<p>The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.</p>",
8590        "PathComponent$SequenceNumber": "<p>The sequence number.</p>",
8591        "Phase1DHGroupNumbersListValue$Value": "<p>The Diffie-Hellmann group number.</p>",
8592        "Phase1DHGroupNumbersRequestListValue$Value": "<p>The Diffie-Hellmann group number.</p>",
8593        "Phase2DHGroupNumbersListValue$Value": "<p>The Diffie-Hellmann group number.</p>",
8594        "Phase2DHGroupNumbersRequestListValue$Value": "<p>The Diffie-Hellmann group number.</p>",
8595        "Placement$PartitionNumber": "<p>The number of the partition the instance is in. Valid only if the placement group strategy is set to <code>partition</code>.</p> <p>This parameter is not supported by <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet\">CreateFleet</a>.</p>",
8596        "PlacementGroup$PartitionCount": "<p>The number of partitions. Valid only if <b>strategy</b> is set to <code>partition</code>.</p>",
8597        "PortRange$From": "<p>The first port in the range.</p>",
8598        "PortRange$To": "<p>The last port in the range.</p>",
8599        "PricingDetail$Count": "<p>The number of reservations available for the price.</p>",
8600        "PublicIpv4Pool$TotalAddressCount": "<p>The total number of addresses.</p>",
8601        "PublicIpv4Pool$TotalAvailableAddressCount": "<p>The total number of available addresses.</p>",
8602        "PublicIpv4PoolRange$AddressCount": "<p>The number of addresses in the range.</p>",
8603        "PublicIpv4PoolRange$AvailableAddressCount": "<p>The number of available addresses in the range.</p>",
8604        "Purchase$Duration": "<p>The duration of the reservation's term in seconds.</p>",
8605        "PurchaseRequest$InstanceCount": "<p>The number of instances.</p>",
8606        "PurchaseReservedInstancesOfferingRequest$InstanceCount": "<p>The number of Reserved Instances to purchase.</p>",
8607        "ReplaceNetworkAclEntryRequest$RuleNumber": "<p>The rule number of the entry to replace.</p>",
8608        "RequestSpotInstancesRequest$BlockDurationMinutes": "<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>You can't specify an Availability Zone group or a launch group if you specify a duration.</p> <p>New accounts or accounts with no previous billing history with AWS are not eligible for Spot Instances with a defined duration (also known as Spot blocks).</p>",
8609        "RequestSpotInstancesRequest$InstanceCount": "<p>The maximum number of Spot Instances to launch.</p> <p>Default: 1</p>",
8610        "ReservedInstances$InstanceCount": "<p>The number of reservations purchased.</p>",
8611        "ReservedInstancesConfiguration$InstanceCount": "<p>The number of modified Reserved Instances.</p> <note> <p>This is a required field for a request.</p> </note>",
8612        "RevokeSecurityGroupEgressRequest$FromPort": "<p>Not supported. Use a set of IP permissions to specify the port.</p>",
8613        "RevokeSecurityGroupEgressRequest$ToPort": "<p>Not supported. Use a set of IP permissions to specify the port.</p>",
8614        "RevokeSecurityGroupIngressRequest$FromPort": "<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>",
8615        "RevokeSecurityGroupIngressRequest$ToPort": "<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>",
8616        "RunInstancesRequest$Ipv6AddressCount": "<p>[EC2-VPC] The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.</p> <p>You cannot specify this option and the network interfaces option in the same request.</p>",
8617        "RunInstancesRequest$MaxCount": "<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>",
8618        "RunInstancesRequest$MinCount": "<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>",
8619        "RunScheduledInstancesRequest$InstanceCount": "<p>The number of instances.</p> <p>Default: 1</p>",
8620        "ScheduledInstance$InstanceCount": "<p>The number of instances.</p>",
8621        "ScheduledInstance$SlotDurationInHours": "<p>The number of hours in the schedule.</p>",
8622        "ScheduledInstance$TotalScheduledInstanceHours": "<p>The total number of hours for a single instance for the entire term.</p>",
8623        "ScheduledInstanceAvailability$AvailableInstanceCount": "<p>The number of available instances.</p>",
8624        "ScheduledInstanceAvailability$MaxTermDurationInDays": "<p>The maximum term. The only possible value is 365 days.</p>",
8625        "ScheduledInstanceAvailability$MinTermDurationInDays": "<p>The minimum term. The only possible value is 365 days.</p>",
8626        "ScheduledInstanceAvailability$SlotDurationInHours": "<p>The number of hours in the schedule.</p>",
8627        "ScheduledInstanceAvailability$TotalScheduledInstanceHours": "<p>The total number of hours for a single instance for the entire term.</p>",
8628        "ScheduledInstanceRecurrence$Interval": "<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>",
8629        "ScheduledInstanceRecurrenceRequest$Interval": "<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>",
8630        "ScheduledInstancesEbs$Iops": "<p>The number of I/O operations per second (IOPS) to provision for an <code>io1</code> or <code>io2</code> volume, with a maximum ratio of 50 IOPS/GiB for <code>io1</code>, and 500 IOPS/GiB for <code>io2</code>. Range is 100 to 64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed only on <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">instances built on the Nitro System</a>. Other instance families guarantee performance up to 32,000 IOPS. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html\">Amazon EBS volume types</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>This parameter is valid only for Provisioned IOPS SSD (<code>io1</code> and <code>io2</code>) volumes.</p>",
8631        "ScheduledInstancesEbs$VolumeSize": "<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>",
8632        "ScheduledInstancesNetworkInterface$DeviceIndex": "<p>The index of the device for the network interface attachment.</p>",
8633        "ScheduledInstancesNetworkInterface$Ipv6AddressCount": "<p>The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.</p>",
8634        "ScheduledInstancesNetworkInterface$SecondaryPrivateIpAddressCount": "<p>The number of secondary private IPv4 addresses.</p>",
8635        "Snapshot$VolumeSize": "<p>The size of the volume, in GiB.</p>",
8636        "SnapshotInfo$VolumeSize": "<p>Size of the volume from which this snapshot was created.</p>",
8637        "SpotFleetRequestConfigData$TargetCapacity": "<p>The number of units to request for the Spot Fleet. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is <code>maintain</code>, you can specify a target capacity of 0 and add capacity later.</p>",
8638        "SpotFleetRequestConfigData$OnDemandTargetCapacity": "<p>The number of On-Demand units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is <code>maintain</code>, you can specify a target capacity of 0 and add capacity later.</p>",
8639        "SpotFleetRequestConfigData$InstancePoolsToUseCount": "<p>The number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot <b>AllocationStrategy</b> is set to <code>lowest-price</code>. Spot Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.</p>",
8640        "SpotInstanceRequest$BlockDurationMinutes": "<p>The duration for the Spot Instance, in minutes.</p>",
8641        "SpotMarketOptions$BlockDurationMinutes": "<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>You can't specify an Availability Zone group or a launch group if you specify a duration.</p> <p>New accounts or accounts with no previous billing history with AWS are not eligible for Spot Instances with a defined duration (also known as Spot blocks).</p>",
8642        "SpotOptions$InstancePoolsToUseCount": "<p>The number of Spot pools across which to allocate your target Spot capacity. Valid only when <b>AllocationStrategy</b> is set to <code>lowest-price</code>. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.</p>",
8643        "SpotOptions$MinTargetCapacity": "<p>The minimum target capacity for Spot Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.</p>",
8644        "SpotOptionsRequest$InstancePoolsToUseCount": "<p>The number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot <b>AllocationStrategy</b> is set to <code>lowest-price</code>. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.</p>",
8645        "SpotOptionsRequest$MinTargetCapacity": "<p>The minimum target capacity for Spot Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.</p>",
8646        "StaleIpPermission$FromPort": "<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>",
8647        "StaleIpPermission$ToPort": "<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>",
8648        "Subnet$AvailableIpAddressCount": "<p>The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any stopped instances are considered unavailable.</p>",
8649        "TargetCapacitySpecification$TotalTargetCapacity": "<p>The number of units to request, filled using <code>DefaultTargetCapacityType</code>.</p>",
8650        "TargetCapacitySpecification$OnDemandTargetCapacity": "<p>The number of On-Demand units to request. If you specify a target capacity for Spot units, you cannot specify a target capacity for On-Demand units.</p>",
8651        "TargetCapacitySpecification$SpotTargetCapacity": "<p>The maximum number of Spot units to launch. If you specify a target capacity for On-Demand units, you cannot specify a target capacity for Spot units.</p>",
8652        "TargetCapacitySpecificationRequest$TotalTargetCapacity": "<p>The number of units to request, filled using <code>DefaultTargetCapacityType</code>.</p>",
8653        "TargetCapacitySpecificationRequest$OnDemandTargetCapacity": "<p>The number of On-Demand units to request.</p>",
8654        "TargetCapacitySpecificationRequest$SpotTargetCapacity": "<p>The number of Spot units to request.</p>",
8655        "TargetConfiguration$InstanceCount": "<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>",
8656        "TargetConfigurationRequest$InstanceCount": "<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>",
8657        "TrafficMirrorFilterRule$RuleNumber": "<p>The rule number of the Traffic Mirror rule.</p>",
8658        "TrafficMirrorFilterRule$Protocol": "<p>The protocol assigned to the Traffic Mirror rule.</p>",
8659        "TrafficMirrorPortRange$FromPort": "<p>The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.</p>",
8660        "TrafficMirrorPortRange$ToPort": "<p>The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.</p>",
8661        "TrafficMirrorPortRangeRequest$FromPort": "<p>The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.</p>",
8662        "TrafficMirrorPortRangeRequest$ToPort": "<p>The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.</p>",
8663        "TrafficMirrorSession$PacketLength": "<p>The number of bytes in each packet to mirror. These are the bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet</p>",
8664        "TrafficMirrorSession$SessionNumber": "<p>The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.</p> <p>Valid values are 1-32766.</p>",
8665        "TrafficMirrorSession$VirtualNetworkId": "<p>The virtual network ID associated with the Traffic Mirror session.</p>",
8666        "TunnelOption$Phase1LifetimeSeconds": "<p>The lifetime for phase 1 of the IKE negotiation, in seconds.</p>",
8667        "TunnelOption$Phase2LifetimeSeconds": "<p>The lifetime for phase 2 of the IKE negotiation, in seconds.</p>",
8668        "TunnelOption$RekeyMarginTimeSeconds": "<p>The margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the VPN connection performs an IKE rekey.</p>",
8669        "TunnelOption$RekeyFuzzPercentage": "<p>The percentage of the rekey window determined by <code>RekeyMarginTimeSeconds</code> during which the rekey time is randomly selected.</p>",
8670        "TunnelOption$ReplayWindowSize": "<p>The number of packets in an IKE replay window.</p>",
8671        "TunnelOption$DpdTimeoutSeconds": "<p>The number of seconds after which a DPD timeout occurs.</p>",
8672        "VgwTelemetry$AcceptedRouteCount": "<p>The number of accepted routes.</p>",
8673        "Volume$Size": "<p>The size of the volume, in GiBs.</p>",
8674        "Volume$Iops": "<p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> 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.</p>",
8675        "Volume$Throughput": "<p>The throughput that the volume supports, in MiB/s.</p>",
8676        "VolumeModification$TargetSize": "<p>The target size of the volume, in GiB.</p>",
8677        "VolumeModification$TargetIops": "<p>The target IOPS rate of the volume.</p>",
8678        "VolumeModification$TargetThroughput": "<p>The target throughput of the volume, in MiB/s.</p>",
8679        "VolumeModification$OriginalSize": "<p>The original size of the volume, in GiB.</p>",
8680        "VolumeModification$OriginalIops": "<p>The original IOPS rate of the volume.</p>",
8681        "VolumeModification$OriginalThroughput": "<p>The original throughput of the volume, in MiB/s.</p>",
8682        "VpnTunnelOptionsSpecification$Phase1LifetimeSeconds": "<p>The lifetime for phase 1 of the IKE negotiation, in seconds.</p> <p>Constraints: A value between 900 and 28,800.</p> <p>Default: <code>28800</code> </p>",
8683        "VpnTunnelOptionsSpecification$Phase2LifetimeSeconds": "<p>The lifetime for phase 2 of the IKE negotiation, in seconds.</p> <p>Constraints: A value between 900 and 3,600. The value must be less than the value for <code>Phase1LifetimeSeconds</code>.</p> <p>Default: <code>3600</code> </p>",
8684        "VpnTunnelOptionsSpecification$RekeyMarginTimeSeconds": "<p>The margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for <code>RekeyFuzzPercentage</code>.</p> <p>Constraints: A value between 60 and half of <code>Phase2LifetimeSeconds</code>.</p> <p>Default: <code>540</code> </p>",
8685        "VpnTunnelOptionsSpecification$RekeyFuzzPercentage": "<p>The percentage of the rekey window (determined by <code>RekeyMarginTimeSeconds</code>) during which the rekey time is randomly selected.</p> <p>Constraints: A value between 0 and 100.</p> <p>Default: <code>100</code> </p>",
8686        "VpnTunnelOptionsSpecification$ReplayWindowSize": "<p>The number of packets in an IKE replay window.</p> <p>Constraints: A value between 64 and 2048.</p> <p>Default: <code>1024</code> </p>",
8687        "VpnTunnelOptionsSpecification$DPDTimeoutSeconds": "<p>The number of seconds after which a DPD timeout occurs.</p> <p>Constraints: A value between 0 and 30.</p> <p>Default: <code>30</code> </p>"
8688      }
8689    },
8690    "InterfacePermissionType": {
8691      "base": null,
8692      "refs": {
8693        "CreateNetworkInterfacePermissionRequest$Permission": "<p>The type of permission to grant.</p>",
8694        "NetworkInterfacePermission$Permission": "<p>The type of permission.</p>"
8695      }
8696    },
8697    "InternetGateway": {
8698      "base": "<p>Describes an internet gateway.</p>",
8699      "refs": {
8700        "CreateInternetGatewayResult$InternetGateway": "<p>Information about the internet gateway.</p>",
8701        "InternetGatewayList$member": null
8702      }
8703    },
8704    "InternetGatewayAttachment": {
8705      "base": "<p>Describes the attachment of a VPC to an internet gateway or an egress-only internet gateway.</p>",
8706      "refs": {
8707        "InternetGatewayAttachmentList$member": null
8708      }
8709    },
8710    "InternetGatewayAttachmentList": {
8711      "base": null,
8712      "refs": {
8713        "EgressOnlyInternetGateway$Attachments": "<p>Information about the attachment of the egress-only internet gateway.</p>",
8714        "InternetGateway$Attachments": "<p>Any VPCs attached to the internet gateway.</p>"
8715      }
8716    },
8717    "InternetGatewayId": {
8718      "base": null,
8719      "refs": {
8720        "AttachInternetGatewayRequest$InternetGatewayId": "<p>The ID of the internet gateway.</p>",
8721        "DeleteInternetGatewayRequest$InternetGatewayId": "<p>The ID of the internet gateway.</p>",
8722        "DetachInternetGatewayRequest$InternetGatewayId": "<p>The ID of the internet gateway.</p>",
8723        "InternetGatewayIdList$member": null
8724      }
8725    },
8726    "InternetGatewayIdList": {
8727      "base": null,
8728      "refs": {
8729        "DescribeInternetGatewaysRequest$InternetGatewayIds": "<p>One or more internet gateway IDs.</p> <p>Default: Describes all your internet gateways.</p>"
8730      }
8731    },
8732    "InternetGatewayList": {
8733      "base": null,
8734      "refs": {
8735        "DescribeInternetGatewaysResult$InternetGateways": "<p>Information about one or more internet gateways.</p>"
8736      }
8737    },
8738    "IpAddress": {
8739      "base": null,
8740      "refs": {
8741        "AnalysisLoadBalancerTarget$Address": "<p>The IP address.</p>",
8742        "CreateNetworkInsightsPathRequest$SourceIp": "<p>The IP address of the AWS resource that is the source of the path.</p>",
8743        "CreateNetworkInsightsPathRequest$DestinationIp": "<p>The IP address of the AWS resource that is the destination of the path.</p>",
8744        "Explanation$Address": "<p>The IPv4 address, in CIDR notation.</p>",
8745        "IpAddressList$member": null,
8746        "NetworkInsightsPath$SourceIp": "<p>The IP address of the AWS resource that is the source of the path.</p>",
8747        "NetworkInsightsPath$DestinationIp": "<p>The IP address of the AWS resource that is the destination of the path.</p>"
8748      }
8749    },
8750    "IpAddressList": {
8751      "base": null,
8752      "refs": {
8753        "AnalysisPacketHeader$DestinationAddresses": "<p>The destination addresses.</p>",
8754        "AnalysisPacketHeader$SourceAddresses": "<p>The source addresses.</p>",
8755        "Explanation$Addresses": "<p>The IPv4 addresses, in CIDR notation.</p>"
8756      }
8757    },
8758    "IpPermission": {
8759      "base": "<p>Describes a set of permissions for a security group rule.</p>",
8760      "refs": {
8761        "IpPermissionList$member": null
8762      }
8763    },
8764    "IpPermissionList": {
8765      "base": null,
8766      "refs": {
8767        "AuthorizeSecurityGroupEgressRequest$IpPermissions": "<p>The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.</p>",
8768        "AuthorizeSecurityGroupIngressRequest$IpPermissions": "<p>The sets of IP permissions.</p>",
8769        "RevokeSecurityGroupEgressRequest$IpPermissions": "<p>The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.</p>",
8770        "RevokeSecurityGroupEgressResult$UnknownIpPermissions": "<p>The outbound rules that were unknown to the service. In some cases, <code>unknownIpPermissionSet</code> might be in a different format from the request parameter. </p>",
8771        "RevokeSecurityGroupIngressRequest$IpPermissions": "<p>The sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.</p>",
8772        "RevokeSecurityGroupIngressResult$UnknownIpPermissions": "<p>The inbound rules that were unknown to the service. In some cases, <code>unknownIpPermissionSet</code> might be in a different format from the request parameter. </p>",
8773        "SecurityGroup$IpPermissions": "<p>The inbound rules associated with the security group.</p>",
8774        "SecurityGroup$IpPermissionsEgress": "<p>[VPC only] The outbound rules associated with the security group.</p>",
8775        "UpdateSecurityGroupRuleDescriptionsEgressRequest$IpPermissions": "<p>The IP permissions for the security group rule.</p>",
8776        "UpdateSecurityGroupRuleDescriptionsIngressRequest$IpPermissions": "<p>The IP permissions for the security group rule. </p>"
8777      }
8778    },
8779    "IpRange": {
8780      "base": "<p>Describes an IPv4 range.</p>",
8781      "refs": {
8782        "IpRangeList$member": null
8783      }
8784    },
8785    "IpRangeList": {
8786      "base": null,
8787      "refs": {
8788        "IpPermission$IpRanges": "<p>The IPv4 ranges.</p>"
8789      }
8790    },
8791    "IpRanges": {
8792      "base": null,
8793      "refs": {
8794        "StaleIpPermission$IpRanges": "<p>The IP ranges. Not applicable for stale security group rules.</p>"
8795      }
8796    },
8797    "Ipv4PoolEc2Id": {
8798      "base": null,
8799      "refs": {
8800        "AllocateAddressRequest$PublicIpv4Pool": "<p>The ID of an address pool that you own. Use this parameter to let Amazon EC2 select an address from the address pool. To specify a specific address from the address pool, use the <code>Address</code> parameter instead.</p>",
8801        "PublicIpv4PoolIdStringList$member": null
8802      }
8803    },
8804    "Ipv6Address": {
8805      "base": null,
8806      "refs": {
8807        "ScheduledInstancesIpv6Address$Ipv6Address": "<p>The IPv6 address.</p>"
8808      }
8809    },
8810    "Ipv6AddressList": {
8811      "base": null,
8812      "refs": {
8813        "AssignIpv6AddressesRequest$Ipv6Addresses": "<p>One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.</p>",
8814        "AssignIpv6AddressesResult$AssignedIpv6Addresses": "<p>The IPv6 addresses assigned to the network interface.</p>",
8815        "UnassignIpv6AddressesRequest$Ipv6Addresses": "<p>The IPv6 addresses to unassign from the network interface.</p>",
8816        "UnassignIpv6AddressesResult$UnassignedIpv6Addresses": "<p>The IPv6 addresses that have been unassigned from the network interface.</p>"
8817      }
8818    },
8819    "Ipv6CidrAssociation": {
8820      "base": "<p>Describes an IPv6 CIDR block association.</p>",
8821      "refs": {
8822        "Ipv6CidrAssociationSet$member": null
8823      }
8824    },
8825    "Ipv6CidrAssociationSet": {
8826      "base": null,
8827      "refs": {
8828        "GetAssociatedIpv6PoolCidrsResult$Ipv6CidrAssociations": "<p>Information about the IPv6 CIDR block associations.</p>"
8829      }
8830    },
8831    "Ipv6CidrBlock": {
8832      "base": "<p>Describes an IPv6 CIDR block.</p>",
8833      "refs": {
8834        "Ipv6CidrBlockSet$member": null
8835      }
8836    },
8837    "Ipv6CidrBlockSet": {
8838      "base": null,
8839      "refs": {
8840        "VpcPeeringConnectionVpcInfo$Ipv6CidrBlockSet": "<p>The IPv6 CIDR block for the VPC.</p>"
8841      }
8842    },
8843    "Ipv6Flag": {
8844      "base": null,
8845      "refs": {
8846        "NetworkInfo$Ipv6Supported": "<p>Indicates whether IPv6 is supported.</p>"
8847      }
8848    },
8849    "Ipv6Pool": {
8850      "base": "<p>Describes an IPv6 address pool.</p>",
8851      "refs": {
8852        "Ipv6PoolSet$member": null
8853      }
8854    },
8855    "Ipv6PoolEc2Id": {
8856      "base": null,
8857      "refs": {
8858        "AssociateVpcCidrBlockRequest$Ipv6Pool": "<p>The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.</p>",
8859        "CreateVpcRequest$Ipv6Pool": "<p>The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.</p>",
8860        "GetAssociatedIpv6PoolCidrsRequest$PoolId": "<p>The ID of the IPv6 address pool.</p>",
8861        "Ipv6PoolIdList$member": null
8862      }
8863    },
8864    "Ipv6PoolIdList": {
8865      "base": null,
8866      "refs": {
8867        "DescribeIpv6PoolsRequest$PoolIds": "<p>The IDs of the IPv6 address pools.</p>"
8868      }
8869    },
8870    "Ipv6PoolMaxResults": {
8871      "base": null,
8872      "refs": {
8873        "DescribeIpv6PoolsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
8874        "GetAssociatedIpv6PoolCidrsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
8875      }
8876    },
8877    "Ipv6PoolSet": {
8878      "base": null,
8879      "refs": {
8880        "DescribeIpv6PoolsResult$Ipv6Pools": "<p>Information about the IPv6 address pools.</p>"
8881      }
8882    },
8883    "Ipv6Range": {
8884      "base": "<p>[EC2-VPC only] Describes an IPv6 range.</p>",
8885      "refs": {
8886        "Ipv6RangeList$member": null
8887      }
8888    },
8889    "Ipv6RangeList": {
8890      "base": null,
8891      "refs": {
8892        "IpPermission$Ipv6Ranges": "<p>[VPC only] The IPv6 ranges.</p>"
8893      }
8894    },
8895    "Ipv6SupportValue": {
8896      "base": null,
8897      "refs": {
8898        "CreateTransitGatewayVpcAttachmentRequestOptions$Ipv6Support": "<p>Enable or disable IPv6 support. The default is <code>disable</code>.</p>",
8899        "ModifyTransitGatewayVpcAttachmentRequestOptions$Ipv6Support": "<p>Enable or disable IPv6 support. The default is <code>enable</code>.</p>",
8900        "TransitGatewayVpcAttachmentOptions$Ipv6Support": "<p>Indicates whether IPv6 support is disabled.</p>"
8901      }
8902    },
8903    "KernelId": {
8904      "base": null,
8905      "refs": {
8906        "RegisterImageRequest$KernelId": "<p>The ID of the kernel.</p>",
8907        "RequestLaunchTemplateData$KernelId": "<p>The ID of the kernel.</p> <important> <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html\">User Provided Kernels</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> </important>",
8908        "RequestSpotLaunchSpecification$KernelId": "<p>The ID of the kernel.</p>",
8909        "RunInstancesRequest$KernelId": "<p>The ID of the kernel.</p> <important> <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html\"> PV-GRUB</a> in the <i>Amazon EC2 User Guide</i>.</p> </important>",
8910        "ScheduledInstancesLaunchSpecification$KernelId": "<p>The ID of the kernel.</p>"
8911      }
8912    },
8913    "KeyNameStringList": {
8914      "base": null,
8915      "refs": {
8916        "DescribeKeyPairsRequest$KeyNames": "<p>The key pair names.</p> <p>Default: Describes all your key pairs.</p>"
8917      }
8918    },
8919    "KeyPair": {
8920      "base": "<p>Describes a key pair.</p>",
8921      "refs": {
8922      }
8923    },
8924    "KeyPairId": {
8925      "base": null,
8926      "refs": {
8927        "DeleteKeyPairRequest$KeyPairId": "<p>The ID of the key pair.</p>",
8928        "KeyPairIdStringList$member": null
8929      }
8930    },
8931    "KeyPairIdStringList": {
8932      "base": null,
8933      "refs": {
8934        "DescribeKeyPairsRequest$KeyPairIds": "<p>The IDs of the key pairs.</p>"
8935      }
8936    },
8937    "KeyPairInfo": {
8938      "base": "<p>Describes a key pair.</p>",
8939      "refs": {
8940        "KeyPairList$member": null
8941      }
8942    },
8943    "KeyPairList": {
8944      "base": null,
8945      "refs": {
8946        "DescribeKeyPairsResult$KeyPairs": "<p>Information about the key pairs.</p>"
8947      }
8948    },
8949    "KeyPairName": {
8950      "base": null,
8951      "refs": {
8952        "DeleteKeyPairRequest$KeyName": "<p>The name of the key pair.</p>",
8953        "KeyNameStringList$member": null,
8954        "RequestLaunchTemplateData$KeyName": "<p>The name of the key pair. You can create a key pair using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html\">CreateKeyPair</a> or <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html\">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>",
8955        "RequestSpotLaunchSpecification$KeyName": "<p>The name of the key pair.</p>",
8956        "RunInstancesRequest$KeyName": "<p>The name of the key pair. You can create a key pair using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html\">CreateKeyPair</a> or <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html\">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>",
8957        "ScheduledInstancesLaunchSpecification$KeyName": "<p>The name of the key pair.</p>"
8958      }
8959    },
8960    "KmsKeyId": {
8961      "base": null,
8962      "refs": {
8963        "CopyImageRequest$KmsKeyId": "<p>The identifier of the symmetric AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating encrypted volumes. If this parameter is not specified, your AWS managed CMK for EBS is used. If you specify a CMK, you must also set the encrypted state to <code>true</code>.</p> <p>You can specify a CMK using any of the following:</p> <ul> <li> <p>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</p> </li> <li> <p>Key alias. For example, alias/ExampleAlias.</p> </li> <li> <p>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</p> </li> <li> <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p> </li> </ul> <p>AWS authenticates the CMK asynchronously. Therefore, if you specify an identifier that is not valid, the action can appear to complete, but eventually fails.</p> <p>The specified CMK must exist in the destination Region.</p> <p>Amazon EBS does not support asymmetric CMKs.</p>",
8964        "CopySnapshotRequest$KmsKeyId": "<p>The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption. If this parameter is not specified, your AWS managed CMK for EBS is used. If <code>KmsKeyId</code> is specified, the encrypted state must be <code>true</code>.</p> <p>You can specify the CMK using any of the following:</p> <ul> <li> <p>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</p> </li> <li> <p>Key alias. For example, alias/ExampleAlias.</p> </li> <li> <p>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</p> </li> <li> <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p> </li> </ul> <p>AWS authenticates the CMK asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.</p>",
8965        "CreateVolumeRequest$KmsKeyId": "<p>The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption. If this parameter is not specified, your AWS managed CMK for EBS is used. If <code>KmsKeyId</code> is specified, the encrypted state must be <code>true</code>.</p> <p>You can specify the CMK using any of the following:</p> <ul> <li> <p>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</p> </li> <li> <p>Key alias. For example, alias/ExampleAlias.</p> </li> <li> <p>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</p> </li> <li> <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p> </li> </ul> <p>AWS authenticates the CMK asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.</p>",
8966        "ImportImageRequest$KmsKeyId": "<p>An identifier for the symmetric AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted AMI. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. If a <code>KmsKeyId</code> is specified, the <code>Encrypted</code> flag must also be set. </p> <p>The CMK identifier may be provided in any of the following formats: </p> <ul> <li> <p>Key ID</p> </li> <li> <p>Key alias. The alias 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>alias</code> namespace, and then the CMK alias. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:alias/<i>ExampleAlias</i>.</p> </li> <li> <p>ARN using key ID. The ID 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>.</p> </li> <li> <p>ARN using key alias. The alias 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>alias</code> namespace, and then the CMK alias. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:alias/<i>ExampleAlias</i>. </p> </li> </ul> <p>AWS parses <code>KmsKeyId</code> asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure. </p> <p>The specified CMK must exist in the Region that the AMI is being copied to.</p> <p>Amazon EBS does not support asymmetric CMKs.</p>",
8967        "ImportImageResult$KmsKeyId": "<p>The identifier for the symmetric AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted AMI.</p>",
8968        "ImportSnapshotRequest$KmsKeyId": "<p>An identifier for the symmetric AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted snapshot. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. If a <code>KmsKeyId</code> is specified, the <code>Encrypted</code> flag must also be set. </p> <p>The CMK identifier may be provided in any of the following formats: </p> <ul> <li> <p>Key ID</p> </li> <li> <p>Key alias. The alias 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>alias</code> namespace, and then the CMK alias. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:alias/<i>ExampleAlias</i>.</p> </li> <li> <p>ARN using key ID. The ID 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>.</p> </li> <li> <p>ARN using key alias. The alias 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>alias</code> namespace, and then the CMK alias. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:alias/<i>ExampleAlias</i>. </p> </li> </ul> <p>AWS parses <code>KmsKeyId</code> asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure. </p> <p>The specified CMK must exist in the Region that the snapshot is being copied to.</p> <p>Amazon EBS does not support asymmetric CMKs.</p>",
8969        "LaunchTemplateEbsBlockDevice$KmsKeyId": "<p>The ARN of the AWS Key Management Service (AWS KMS) CMK used for encryption.</p>",
8970        "LaunchTemplateEbsBlockDeviceRequest$KmsKeyId": "<p>The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK used for encryption.</p>",
8971        "ModifyEbsDefaultKmsKeyIdRequest$KmsKeyId": "<p>The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption. If this parameter is not specified, your AWS managed CMK for EBS is used. If <code>KmsKeyId</code> is specified, the encrypted state must be <code>true</code>.</p> <p>You can specify the CMK using any of the following:</p> <ul> <li> <p>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</p> </li> <li> <p>Key alias. For example, alias/ExampleAlias.</p> </li> <li> <p>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</p> </li> <li> <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p> </li> </ul> <p>AWS authenticates the CMK asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.</p> <p>Amazon EBS does not support asymmetric CMKs.</p>"
8972      }
8973    },
8974    "LastError": {
8975      "base": "<p>The last error that occurred for a VPC endpoint.</p>",
8976      "refs": {
8977        "VpcEndpoint$LastError": "<p>The last error that occurred for VPC endpoint.</p>"
8978      }
8979    },
8980    "LaunchPermission": {
8981      "base": "<p>Describes a launch permission.</p>",
8982      "refs": {
8983        "LaunchPermissionList$member": null
8984      }
8985    },
8986    "LaunchPermissionList": {
8987      "base": null,
8988      "refs": {
8989        "ImageAttribute$LaunchPermissions": "<p>The launch permissions.</p>",
8990        "LaunchPermissionModifications$Add": "<p>The AWS account ID to add to the list of launch permissions for the AMI.</p>",
8991        "LaunchPermissionModifications$Remove": "<p>The AWS account ID to remove from the list of launch permissions for the AMI.</p>"
8992      }
8993    },
8994    "LaunchPermissionModifications": {
8995      "base": "<p>Describes a launch permission modification.</p>",
8996      "refs": {
8997        "ModifyImageAttributeRequest$LaunchPermission": "<p>A new launch permission for the AMI.</p>"
8998      }
8999    },
9000    "LaunchSpecification": {
9001      "base": "<p>Describes the launch specification for an instance.</p>",
9002      "refs": {
9003        "SpotInstanceRequest$LaunchSpecification": "<p>Additional information for launching instances.</p>"
9004      }
9005    },
9006    "LaunchSpecsList": {
9007      "base": null,
9008      "refs": {
9009        "SpotFleetRequestConfigData$LaunchSpecifications": "<p>The launch specifications for the Spot Fleet request. If you specify <code>LaunchSpecifications</code>, you can't specify <code>LaunchTemplateConfigs</code>. If you include On-Demand capacity in your request, you must use <code>LaunchTemplateConfigs</code>.</p>"
9010      }
9011    },
9012    "LaunchTemplate": {
9013      "base": "<p>Describes a launch template.</p>",
9014      "refs": {
9015        "CreateLaunchTemplateResult$LaunchTemplate": "<p>Information about the launch template.</p>",
9016        "DeleteLaunchTemplateResult$LaunchTemplate": "<p>Information about the launch template.</p>",
9017        "LaunchTemplateSet$member": null,
9018        "ModifyLaunchTemplateResult$LaunchTemplate": "<p>Information about the launch template.</p>"
9019      }
9020    },
9021    "LaunchTemplateAndOverridesResponse": {
9022      "base": "<p>Describes a launch template and overrides.</p>",
9023      "refs": {
9024        "CreateFleetError$LaunchTemplateAndOverrides": "<p>The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.</p>",
9025        "CreateFleetInstance$LaunchTemplateAndOverrides": "<p>The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.</p>",
9026        "DescribeFleetError$LaunchTemplateAndOverrides": "<p>The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.</p>",
9027        "DescribeFleetsInstances$LaunchTemplateAndOverrides": "<p>The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.</p>"
9028      }
9029    },
9030    "LaunchTemplateBlockDeviceMapping": {
9031      "base": "<p>Describes a block device mapping.</p>",
9032      "refs": {
9033        "LaunchTemplateBlockDeviceMappingList$member": null
9034      }
9035    },
9036    "LaunchTemplateBlockDeviceMappingList": {
9037      "base": null,
9038      "refs": {
9039        "ResponseLaunchTemplateData$BlockDeviceMappings": "<p>The block device mappings.</p>"
9040      }
9041    },
9042    "LaunchTemplateBlockDeviceMappingRequest": {
9043      "base": "<p>Describes a block device mapping.</p>",
9044      "refs": {
9045        "LaunchTemplateBlockDeviceMappingRequestList$member": null
9046      }
9047    },
9048    "LaunchTemplateBlockDeviceMappingRequestList": {
9049      "base": null,
9050      "refs": {
9051        "RequestLaunchTemplateData$BlockDeviceMappings": "<p>The block device mapping.</p>"
9052      }
9053    },
9054    "LaunchTemplateCapacityReservationSpecificationRequest": {
9055      "base": "<p>Describes an instance's Capacity Reservation targeting option. You can specify only one option at a time. Use the <code>CapacityReservationPreference</code> parameter to configure the instance to run in On-Demand capacity or to run in any <code>open</code> Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). Use the <code>CapacityReservationTarget</code> parameter to explicitly target a specific Capacity Reservation or a Capacity Reservation group.</p>",
9056      "refs": {
9057        "RequestLaunchTemplateData$CapacityReservationSpecification": "<p>The Capacity Reservation targeting option. If you do not specify this parameter, the instance's Capacity Reservation preference defaults to <code>open</code>, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).</p>"
9058      }
9059    },
9060    "LaunchTemplateCapacityReservationSpecificationResponse": {
9061      "base": "<p>Information about the Capacity Reservation targeting option.</p>",
9062      "refs": {
9063        "ResponseLaunchTemplateData$CapacityReservationSpecification": "<p>Information about the Capacity Reservation targeting option.</p>"
9064      }
9065    },
9066    "LaunchTemplateConfig": {
9067      "base": "<p>Describes a launch template and overrides.</p>",
9068      "refs": {
9069        "LaunchTemplateConfigList$member": null
9070      }
9071    },
9072    "LaunchTemplateConfigList": {
9073      "base": null,
9074      "refs": {
9075        "ModifySpotFleetRequestRequest$LaunchTemplateConfigs": "<p>The launch template and overrides. You can only use this parameter if you specified a launch template (<code>LaunchTemplateConfigs</code>) in your Spot Fleet request. If you specified <code>LaunchSpecifications</code> in your Spot Fleet request, then omit this parameter.</p>",
9076        "SpotFleetRequestConfigData$LaunchTemplateConfigs": "<p>The launch template and overrides. If you specify <code>LaunchTemplateConfigs</code>, you can't specify <code>LaunchSpecifications</code>. If you include On-Demand capacity in your request, you must use <code>LaunchTemplateConfigs</code>.</p>"
9077      }
9078    },
9079    "LaunchTemplateCpuOptions": {
9080      "base": "<p>The CPU options for the instance.</p>",
9081      "refs": {
9082        "ResponseLaunchTemplateData$CpuOptions": "<p>The CPU options for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html\">Optimizing CPU Options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
9083      }
9084    },
9085    "LaunchTemplateCpuOptionsRequest": {
9086      "base": "<p>The CPU options for the instance. Both the core count and threads per core must be specified in the request.</p>",
9087      "refs": {
9088        "RequestLaunchTemplateData$CpuOptions": "<p>The CPU options for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html\">Optimizing CPU Options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
9089      }
9090    },
9091    "LaunchTemplateEbsBlockDevice": {
9092      "base": "<p>Describes a block device for an EBS volume.</p>",
9093      "refs": {
9094        "LaunchTemplateBlockDeviceMapping$Ebs": "<p>Information about the block device for an EBS volume.</p>"
9095      }
9096    },
9097    "LaunchTemplateEbsBlockDeviceRequest": {
9098      "base": "<p>The parameters for a block device for an EBS volume.</p>",
9099      "refs": {
9100        "LaunchTemplateBlockDeviceMappingRequest$Ebs": "<p>Parameters used to automatically set up EBS volumes when the instance is launched.</p>"
9101      }
9102    },
9103    "LaunchTemplateElasticInferenceAccelerator": {
9104      "base": "<p> Describes an elastic inference accelerator. </p>",
9105      "refs": {
9106        "LaunchTemplateElasticInferenceAcceleratorList$member": null
9107      }
9108    },
9109    "LaunchTemplateElasticInferenceAcceleratorCount": {
9110      "base": null,
9111      "refs": {
9112        "LaunchTemplateElasticInferenceAccelerator$Count": "<p> The number of elastic inference accelerators to attach to the instance. </p> <p>Default: 1</p>"
9113      }
9114    },
9115    "LaunchTemplateElasticInferenceAcceleratorList": {
9116      "base": null,
9117      "refs": {
9118        "RequestLaunchTemplateData$ElasticInferenceAccelerators": "<p> The elastic inference accelerator for the instance. </p>"
9119      }
9120    },
9121    "LaunchTemplateElasticInferenceAcceleratorResponse": {
9122      "base": "<p> Describes an elastic inference accelerator. </p>",
9123      "refs": {
9124        "LaunchTemplateElasticInferenceAcceleratorResponseList$member": null
9125      }
9126    },
9127    "LaunchTemplateElasticInferenceAcceleratorResponseList": {
9128      "base": null,
9129      "refs": {
9130        "ResponseLaunchTemplateData$ElasticInferenceAccelerators": "<p> The elastic inference accelerator for the instance. </p>"
9131      }
9132    },
9133    "LaunchTemplateEnclaveOptions": {
9134      "base": "<p>Indicates whether the instance is enabled for AWS Nitro Enclaves.</p>",
9135      "refs": {
9136        "ResponseLaunchTemplateData$EnclaveOptions": "<p>Indicates whether the instance is enabled for AWS Nitro Enclaves.</p>"
9137      }
9138    },
9139    "LaunchTemplateEnclaveOptionsRequest": {
9140      "base": "<p>Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see <a href=\"https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html\"> What is AWS Nitro Enclaves?</a> in the <i>AWS Nitro Enclaves User Guide</i>.</p>",
9141      "refs": {
9142        "RequestLaunchTemplateData$EnclaveOptions": "<p>Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see <a href=\"https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html\"> What is AWS Nitro Enclaves?</a> in the <i>AWS Nitro Enclaves User Guide</i>.</p> <p>You can't enable AWS Nitro Enclaves and hibernation on the same instance.</p>"
9143      }
9144    },
9145    "LaunchTemplateErrorCode": {
9146      "base": null,
9147      "refs": {
9148        "ResponseError$Code": "<p>The error code.</p>"
9149      }
9150    },
9151    "LaunchTemplateHibernationOptions": {
9152      "base": "<p>Indicates whether an instance is configured for hibernation.</p>",
9153      "refs": {
9154        "ResponseLaunchTemplateData$HibernationOptions": "<p>Indicates whether an instance is configured for hibernation. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate Your Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
9155      }
9156    },
9157    "LaunchTemplateHibernationOptionsRequest": {
9158      "base": "<p>Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites\">hibernation prerequisites</a>.</p>",
9159      "refs": {
9160        "RequestLaunchTemplateData$HibernationOptions": "<p>Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites\">hibernation prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate Your Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
9161      }
9162    },
9163    "LaunchTemplateHttpTokensState": {
9164      "base": null,
9165      "refs": {
9166        "LaunchTemplateInstanceMetadataOptions$HttpTokens": "<p>The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is <code>optional</code>.</p> <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.</p> <p>If the state is <code>required</code>, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.</p>",
9167        "LaunchTemplateInstanceMetadataOptionsRequest$HttpTokens": "<p>The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is <code>optional</code>.</p> <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.</p> <p>If the state is <code>required</code>, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.</p>"
9168      }
9169    },
9170    "LaunchTemplateIamInstanceProfileSpecification": {
9171      "base": "<p>Describes an IAM instance profile.</p>",
9172      "refs": {
9173        "ResponseLaunchTemplateData$IamInstanceProfile": "<p>The IAM instance profile.</p>"
9174      }
9175    },
9176    "LaunchTemplateIamInstanceProfileSpecificationRequest": {
9177      "base": "<p>An IAM instance profile.</p>",
9178      "refs": {
9179        "RequestLaunchTemplateData$IamInstanceProfile": "<p>The IAM instance profile.</p>"
9180      }
9181    },
9182    "LaunchTemplateId": {
9183      "base": null,
9184      "refs": {
9185        "CreateLaunchTemplateVersionRequest$LaunchTemplateId": "<p>The ID of the launch template. You must specify either the launch template ID or launch template name in the request.</p>",
9186        "DeleteLaunchTemplateRequest$LaunchTemplateId": "<p>The ID of the launch template. You must specify either the launch template ID or launch template name in the request.</p>",
9187        "DeleteLaunchTemplateVersionsRequest$LaunchTemplateId": "<p>The ID of the launch template. You must specify either the launch template ID or launch template name in the request.</p>",
9188        "DescribeLaunchTemplateVersionsRequest$LaunchTemplateId": "<p>The ID of the launch template. To describe one or more versions of a specified launch template, you must specify either the launch template ID or the launch template name in the request. To describe all the latest or default launch template versions in your account, you must omit this parameter.</p>",
9189        "FleetLaunchTemplateSpecificationRequest$LaunchTemplateId": "<p>The ID of the launch template. If you specify the template ID, you can't specify the template name.</p>",
9190        "LaunchTemplateIdStringList$member": null,
9191        "LaunchTemplateSpecification$LaunchTemplateId": "<p>The ID of the launch template.</p>",
9192        "ModifyLaunchTemplateRequest$LaunchTemplateId": "<p>The ID of the launch template. You must specify either the launch template ID or launch template name in the request.</p>"
9193      }
9194    },
9195    "LaunchTemplateIdStringList": {
9196      "base": null,
9197      "refs": {
9198        "DescribeLaunchTemplatesRequest$LaunchTemplateIds": "<p>One or more launch template IDs.</p>"
9199      }
9200    },
9201    "LaunchTemplateInstanceMarketOptions": {
9202      "base": "<p>The market (purchasing) option for the instances.</p>",
9203      "refs": {
9204        "ResponseLaunchTemplateData$InstanceMarketOptions": "<p>The market (purchasing) option for the instances.</p>"
9205      }
9206    },
9207    "LaunchTemplateInstanceMarketOptionsRequest": {
9208      "base": "<p>The market (purchasing) option for the instances.</p>",
9209      "refs": {
9210        "RequestLaunchTemplateData$InstanceMarketOptions": "<p>The market (purchasing) option for the instances.</p>"
9211      }
9212    },
9213    "LaunchTemplateInstanceMetadataEndpointState": {
9214      "base": null,
9215      "refs": {
9216        "LaunchTemplateInstanceMetadataOptions$HttpEndpoint": "<p>This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is <code>enabled</code>.</p> <note> <p>If you specify a value of <code>disabled</code>, you will not be able to access your instance metadata. </p> </note>",
9217        "LaunchTemplateInstanceMetadataOptionsRequest$HttpEndpoint": "<p>This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is <code>enabled</code>.</p> <note> <p>If you specify a value of <code>disabled</code>, you will not be able to access your instance metadata. </p> </note>"
9218      }
9219    },
9220    "LaunchTemplateInstanceMetadataOptions": {
9221      "base": "<p>The metadata options for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html\">Instance Metadata and User Data</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
9222      "refs": {
9223        "ResponseLaunchTemplateData$MetadataOptions": "<p>The metadata options for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html\">Instance Metadata and User Data</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
9224      }
9225    },
9226    "LaunchTemplateInstanceMetadataOptionsRequest": {
9227      "base": "<p>The metadata options for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html\">Instance Metadata and User Data</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
9228      "refs": {
9229        "RequestLaunchTemplateData$MetadataOptions": "<p>The metadata options for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html\">Instance Metadata and User Data</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
9230      }
9231    },
9232    "LaunchTemplateInstanceMetadataOptionsState": {
9233      "base": null,
9234      "refs": {
9235        "LaunchTemplateInstanceMetadataOptions$State": "<p>The state of the metadata option changes.</p> <p> <code>pending</code> - The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.</p> <p> <code>applied</code> - The metadata options have been successfully applied on the instance.</p>"
9236      }
9237    },
9238    "LaunchTemplateInstanceNetworkInterfaceSpecification": {
9239      "base": "<p>Describes a network interface.</p>",
9240      "refs": {
9241        "LaunchTemplateInstanceNetworkInterfaceSpecificationList$member": null
9242      }
9243    },
9244    "LaunchTemplateInstanceNetworkInterfaceSpecificationList": {
9245      "base": null,
9246      "refs": {
9247        "ResponseLaunchTemplateData$NetworkInterfaces": "<p>The network interfaces.</p>"
9248      }
9249    },
9250    "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest": {
9251      "base": "<p>The parameters for a network interface.</p>",
9252      "refs": {
9253        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList$member": null
9254      }
9255    },
9256    "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList": {
9257      "base": null,
9258      "refs": {
9259        "RequestLaunchTemplateData$NetworkInterfaces": "<p>One or more network interfaces. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.</p>"
9260      }
9261    },
9262    "LaunchTemplateLicenseConfiguration": {
9263      "base": "<p>Describes a license configuration.</p>",
9264      "refs": {
9265        "LaunchTemplateLicenseList$member": null
9266      }
9267    },
9268    "LaunchTemplateLicenseConfigurationRequest": {
9269      "base": "<p>Describes a license configuration.</p>",
9270      "refs": {
9271        "LaunchTemplateLicenseSpecificationListRequest$member": null
9272      }
9273    },
9274    "LaunchTemplateLicenseList": {
9275      "base": null,
9276      "refs": {
9277        "ResponseLaunchTemplateData$LicenseSpecifications": "<p>The license configurations.</p>"
9278      }
9279    },
9280    "LaunchTemplateLicenseSpecificationListRequest": {
9281      "base": null,
9282      "refs": {
9283        "RequestLaunchTemplateData$LicenseSpecifications": "<p>The license configurations.</p>"
9284      }
9285    },
9286    "LaunchTemplateName": {
9287      "base": null,
9288      "refs": {
9289        "CreateLaunchTemplateRequest$LaunchTemplateName": "<p>A name for the launch template.</p>",
9290        "CreateLaunchTemplateVersionRequest$LaunchTemplateName": "<p>The name of the launch template. You must specify either the launch template ID or launch template name in the request.</p>",
9291        "DeleteLaunchTemplateRequest$LaunchTemplateName": "<p>The name of the launch template. You must specify either the launch template ID or launch template name in the request.</p>",
9292        "DeleteLaunchTemplateVersionsRequest$LaunchTemplateName": "<p>The name of the launch template. You must specify either the launch template ID or launch template name in the request.</p>",
9293        "DescribeLaunchTemplateVersionsRequest$LaunchTemplateName": "<p>The name of the launch template. To describe one or more versions of a specified launch template, you must specify either the launch template ID or the launch template name in the request. To describe all the latest or default launch template versions in your account, you must omit this parameter.</p>",
9294        "FleetLaunchTemplateSpecification$LaunchTemplateName": "<p>The name of the launch template. If you specify the template name, you can't specify the template ID.</p>",
9295        "FleetLaunchTemplateSpecificationRequest$LaunchTemplateName": "<p>The name of the launch template. If you specify the template name, you can't specify the template ID.</p>",
9296        "LaunchTemplate$LaunchTemplateName": "<p>The name of the launch template.</p>",
9297        "LaunchTemplateNameStringList$member": null,
9298        "LaunchTemplateVersion$LaunchTemplateName": "<p>The name of the launch template.</p>",
9299        "ModifyLaunchTemplateRequest$LaunchTemplateName": "<p>The name of the launch template. You must specify either the launch template ID or launch template name in the request.</p>"
9300      }
9301    },
9302    "LaunchTemplateNameStringList": {
9303      "base": null,
9304      "refs": {
9305        "DescribeLaunchTemplatesRequest$LaunchTemplateNames": "<p>One or more launch template names.</p>"
9306      }
9307    },
9308    "LaunchTemplateOverrides": {
9309      "base": "<p>Describes overrides for a launch template.</p>",
9310      "refs": {
9311        "LaunchTemplateOverridesList$member": null
9312      }
9313    },
9314    "LaunchTemplateOverridesList": {
9315      "base": null,
9316      "refs": {
9317        "LaunchTemplateConfig$Overrides": "<p>Any parameters that you specify override the same parameters in the launch template.</p>"
9318      }
9319    },
9320    "LaunchTemplatePlacement": {
9321      "base": "<p>Describes the placement of an instance.</p>",
9322      "refs": {
9323        "ResponseLaunchTemplateData$Placement": "<p>The placement of the instance.</p>"
9324      }
9325    },
9326    "LaunchTemplatePlacementRequest": {
9327      "base": "<p>Describes the placement of an instance.</p>",
9328      "refs": {
9329        "RequestLaunchTemplateData$Placement": "<p>The placement for the instance.</p>"
9330      }
9331    },
9332    "LaunchTemplateSet": {
9333      "base": null,
9334      "refs": {
9335        "DescribeLaunchTemplatesResult$LaunchTemplates": "<p>Information about the launch templates.</p>"
9336      }
9337    },
9338    "LaunchTemplateSpecification": {
9339      "base": "<p>The launch template to use. You must specify either the launch template ID or launch template name in the request, but not both.</p>",
9340      "refs": {
9341        "RunInstancesRequest$LaunchTemplate": "<p>The launch template to use to launch the instances. Any parameters that you specify in <a>RunInstances</a> override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.</p>"
9342      }
9343    },
9344    "LaunchTemplateSpotMarketOptions": {
9345      "base": "<p>The options for Spot Instances.</p>",
9346      "refs": {
9347        "LaunchTemplateInstanceMarketOptions$SpotOptions": "<p>The options for Spot Instances.</p>"
9348      }
9349    },
9350    "LaunchTemplateSpotMarketOptionsRequest": {
9351      "base": "<p>The options for Spot Instances.</p>",
9352      "refs": {
9353        "LaunchTemplateInstanceMarketOptionsRequest$SpotOptions": "<p>The options for Spot Instances.</p>"
9354      }
9355    },
9356    "LaunchTemplateTagSpecification": {
9357      "base": "<p>The tag specification for the launch template.</p>",
9358      "refs": {
9359        "LaunchTemplateTagSpecificationList$member": null
9360      }
9361    },
9362    "LaunchTemplateTagSpecificationList": {
9363      "base": null,
9364      "refs": {
9365        "ResponseLaunchTemplateData$TagSpecifications": "<p>The tags.</p>"
9366      }
9367    },
9368    "LaunchTemplateTagSpecificationRequest": {
9369      "base": "<p>The tags specification for the launch template.</p>",
9370      "refs": {
9371        "LaunchTemplateTagSpecificationRequestList$member": null
9372      }
9373    },
9374    "LaunchTemplateTagSpecificationRequestList": {
9375      "base": null,
9376      "refs": {
9377        "RequestLaunchTemplateData$TagSpecifications": "<p>The tags to apply to the resources during launch. You can only tag instances and volumes on launch. The specified tags are applied to all instances or volumes that are created during launch. To tag a resource after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>"
9378      }
9379    },
9380    "LaunchTemplateVersion": {
9381      "base": "<p>Describes a launch template version.</p>",
9382      "refs": {
9383        "CreateLaunchTemplateVersionResult$LaunchTemplateVersion": "<p>Information about the launch template version.</p>",
9384        "LaunchTemplateVersionSet$member": null
9385      }
9386    },
9387    "LaunchTemplateVersionSet": {
9388      "base": null,
9389      "refs": {
9390        "DescribeLaunchTemplateVersionsResult$LaunchTemplateVersions": "<p>Information about the launch template versions.</p>"
9391      }
9392    },
9393    "LaunchTemplatesMonitoring": {
9394      "base": "<p>Describes the monitoring for the instance.</p>",
9395      "refs": {
9396        "ResponseLaunchTemplateData$Monitoring": "<p>The monitoring for the instance.</p>"
9397      }
9398    },
9399    "LaunchTemplatesMonitoringRequest": {
9400      "base": "<p>Describes the monitoring for the instance.</p>",
9401      "refs": {
9402        "RequestLaunchTemplateData$Monitoring": "<p>The monitoring for the instance.</p>"
9403      }
9404    },
9405    "LicenseConfiguration": {
9406      "base": "<p>Describes a license configuration.</p>",
9407      "refs": {
9408        "LicenseList$member": null
9409      }
9410    },
9411    "LicenseConfigurationRequest": {
9412      "base": "<p>Describes a license configuration.</p>",
9413      "refs": {
9414        "LicenseSpecificationListRequest$member": null
9415      }
9416    },
9417    "LicenseList": {
9418      "base": null,
9419      "refs": {
9420        "Instance$Licenses": "<p>The license configurations.</p>"
9421      }
9422    },
9423    "LicenseSpecificationListRequest": {
9424      "base": null,
9425      "refs": {
9426        "RunInstancesRequest$LicenseSpecifications": "<p>The license configurations.</p>"
9427      }
9428    },
9429    "ListingState": {
9430      "base": null,
9431      "refs": {
9432        "InstanceCount$State": "<p>The states of the listed Reserved Instances.</p>"
9433      }
9434    },
9435    "ListingStatus": {
9436      "base": null,
9437      "refs": {
9438        "ReservedInstancesListing$Status": "<p>The status of the Reserved Instance listing.</p>"
9439      }
9440    },
9441    "LoadBalancersConfig": {
9442      "base": "<p>Describes the Classic Load Balancers and target groups to attach to a Spot Fleet request.</p>",
9443      "refs": {
9444        "SpotFleetRequestConfigData$LoadBalancersConfig": "<p>One or more Classic Load Balancers and target groups to attach to the Spot Fleet request. Spot Fleet registers the running Spot Instances with the specified Classic Load Balancers and target groups.</p> <p>With Network Load Balancers, Spot Fleet cannot register instances that have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, and T1.</p>"
9445      }
9446    },
9447    "LoadPermission": {
9448      "base": "<p>Describes a load permission.</p>",
9449      "refs": {
9450        "LoadPermissionList$member": null
9451      }
9452    },
9453    "LoadPermissionList": {
9454      "base": null,
9455      "refs": {
9456        "FpgaImageAttribute$LoadPermissions": "<p>The load permissions.</p>"
9457      }
9458    },
9459    "LoadPermissionListRequest": {
9460      "base": null,
9461      "refs": {
9462        "LoadPermissionModifications$Add": "<p>The load permissions to add.</p>",
9463        "LoadPermissionModifications$Remove": "<p>The load permissions to remove.</p>"
9464      }
9465    },
9466    "LoadPermissionModifications": {
9467      "base": "<p>Describes modifications to the load permissions of an Amazon FPGA image (AFI).</p>",
9468      "refs": {
9469        "ModifyFpgaImageAttributeRequest$LoadPermission": "<p>The load permission for the AFI.</p>"
9470      }
9471    },
9472    "LoadPermissionRequest": {
9473      "base": "<p>Describes a load permission.</p>",
9474      "refs": {
9475        "LoadPermissionListRequest$member": null
9476      }
9477    },
9478    "LocalGateway": {
9479      "base": "<p>Describes a local gateway.</p>",
9480      "refs": {
9481        "LocalGatewaySet$member": null
9482      }
9483    },
9484    "LocalGatewayId": {
9485      "base": null,
9486      "refs": {
9487        "CreateRouteRequest$LocalGatewayId": "<p>The ID of the local gateway.</p>",
9488        "LocalGateway$LocalGatewayId": "<p>The ID of the local gateway.</p>",
9489        "LocalGatewayIdSet$member": null,
9490        "LocalGatewayRouteTable$LocalGatewayId": "<p>The ID of the local gateway.</p>",
9491        "LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
9492        "ReplaceRouteRequest$LocalGatewayId": "<p>The ID of the local gateway.</p>"
9493      }
9494    },
9495    "LocalGatewayIdSet": {
9496      "base": null,
9497      "refs": {
9498        "DescribeLocalGatewaysRequest$LocalGatewayIds": "<p>One or more filters.</p> <ul> <li> <p> <code>local-gateway-id</code> - The ID of a local gateway.</p> </li> <li> <p> <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p> </li> <li> <p> <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p> </li> <li> <p> <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p> </li> <li> <p> <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p> </li> <li> <p> <code>state</code> - The state of the association.</p> </li> </ul>"
9499      }
9500    },
9501    "LocalGatewayMaxResults": {
9502      "base": null,
9503      "refs": {
9504        "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
9505        "DescribeLocalGatewayRouteTableVpcAssociationsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
9506        "DescribeLocalGatewayRouteTablesRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
9507        "DescribeLocalGatewayVirtualInterfaceGroupsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
9508        "DescribeLocalGatewayVirtualInterfacesRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
9509        "DescribeLocalGatewaysRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
9510      }
9511    },
9512    "LocalGatewayRoute": {
9513      "base": "<p>Describes a route for a local gateway route table.</p>",
9514      "refs": {
9515        "CreateLocalGatewayRouteResult$Route": "<p>Information about the route.</p>",
9516        "DeleteLocalGatewayRouteResult$Route": "<p>Information about the route.</p>",
9517        "LocalGatewayRouteList$member": null
9518      }
9519    },
9520    "LocalGatewayRouteList": {
9521      "base": null,
9522      "refs": {
9523        "SearchLocalGatewayRoutesResult$Routes": "<p>Information about the routes.</p>"
9524      }
9525    },
9526    "LocalGatewayRouteState": {
9527      "base": null,
9528      "refs": {
9529        "LocalGatewayRoute$State": "<p>The state of the route.</p>"
9530      }
9531    },
9532    "LocalGatewayRouteTable": {
9533      "base": "<p>Describes a local gateway route table.</p>",
9534      "refs": {
9535        "LocalGatewayRouteTableSet$member": null
9536      }
9537    },
9538    "LocalGatewayRouteTableIdSet": {
9539      "base": null,
9540      "refs": {
9541        "DescribeLocalGatewayRouteTablesRequest$LocalGatewayRouteTableIds": "<p>The IDs of the local gateway route tables.</p>"
9542      }
9543    },
9544    "LocalGatewayRouteTableSet": {
9545      "base": null,
9546      "refs": {
9547        "DescribeLocalGatewayRouteTablesResult$LocalGatewayRouteTables": "<p>Information about the local gateway route tables.</p>"
9548      }
9549    },
9550    "LocalGatewayRouteTableVirtualInterfaceGroupAssociation": {
9551      "base": "<p>Describes an association between a local gateway route table and a virtual interface group.</p>",
9552      "refs": {
9553        "LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet$member": null
9554      }
9555    },
9556    "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId": {
9557      "base": null,
9558      "refs": {
9559        "LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableVirtualInterfaceGroupAssociationId": "<p>The ID of the association.</p>",
9560        "LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet$member": null
9561      }
9562    },
9563    "LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet": {
9564      "base": null,
9565      "refs": {
9566        "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds": "<p>The IDs of the associations.</p>"
9567      }
9568    },
9569    "LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet": {
9570      "base": null,
9571      "refs": {
9572        "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult$LocalGatewayRouteTableVirtualInterfaceGroupAssociations": "<p>Information about the associations.</p>"
9573      }
9574    },
9575    "LocalGatewayRouteTableVpcAssociation": {
9576      "base": "<p>Describes an association between a local gateway route table and a VPC.</p>",
9577      "refs": {
9578        "CreateLocalGatewayRouteTableVpcAssociationResult$LocalGatewayRouteTableVpcAssociation": "<p>Information about the association.</p>",
9579        "DeleteLocalGatewayRouteTableVpcAssociationResult$LocalGatewayRouteTableVpcAssociation": "<p>Information about the association.</p>",
9580        "LocalGatewayRouteTableVpcAssociationSet$member": null
9581      }
9582    },
9583    "LocalGatewayRouteTableVpcAssociationId": {
9584      "base": null,
9585      "refs": {
9586        "DeleteLocalGatewayRouteTableVpcAssociationRequest$LocalGatewayRouteTableVpcAssociationId": "<p>The ID of the association.</p>",
9587        "LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableVpcAssociationId": "<p>The ID of the association.</p>",
9588        "LocalGatewayRouteTableVpcAssociationIdSet$member": null
9589      }
9590    },
9591    "LocalGatewayRouteTableVpcAssociationIdSet": {
9592      "base": null,
9593      "refs": {
9594        "DescribeLocalGatewayRouteTableVpcAssociationsRequest$LocalGatewayRouteTableVpcAssociationIds": "<p>The IDs of the associations.</p>"
9595      }
9596    },
9597    "LocalGatewayRouteTableVpcAssociationSet": {
9598      "base": null,
9599      "refs": {
9600        "DescribeLocalGatewayRouteTableVpcAssociationsResult$LocalGatewayRouteTableVpcAssociations": "<p>Information about the associations.</p>"
9601      }
9602    },
9603    "LocalGatewayRouteType": {
9604      "base": null,
9605      "refs": {
9606        "LocalGatewayRoute$Type": "<p>The route type.</p>"
9607      }
9608    },
9609    "LocalGatewayRoutetableId": {
9610      "base": null,
9611      "refs": {
9612        "CoipPool$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
9613        "CreateLocalGatewayRouteRequest$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
9614        "CreateLocalGatewayRouteTableVpcAssociationRequest$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
9615        "DeleteLocalGatewayRouteRequest$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
9616        "LocalGatewayRoute$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
9617        "LocalGatewayRouteTableIdSet$member": null,
9618        "SearchLocalGatewayRoutesRequest$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>"
9619      }
9620    },
9621    "LocalGatewaySet": {
9622      "base": null,
9623      "refs": {
9624        "DescribeLocalGatewaysResult$LocalGateways": "<p>Information about the local gateways.</p>"
9625      }
9626    },
9627    "LocalGatewayVirtualInterface": {
9628      "base": "<p>Describes a local gateway virtual interface.</p>",
9629      "refs": {
9630        "LocalGatewayVirtualInterfaceSet$member": null
9631      }
9632    },
9633    "LocalGatewayVirtualInterfaceGroup": {
9634      "base": "<p>Describes a local gateway virtual interface group.</p>",
9635      "refs": {
9636        "LocalGatewayVirtualInterfaceGroupSet$member": null
9637      }
9638    },
9639    "LocalGatewayVirtualInterfaceGroupId": {
9640      "base": null,
9641      "refs": {
9642        "CreateLocalGatewayRouteRequest$LocalGatewayVirtualInterfaceGroupId": "<p>The ID of the virtual interface group.</p>",
9643        "LocalGatewayRoute$LocalGatewayVirtualInterfaceGroupId": "<p>The ID of the virtual interface group.</p>",
9644        "LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayVirtualInterfaceGroupId": "<p>The ID of the virtual interface group.</p>",
9645        "LocalGatewayVirtualInterfaceGroup$LocalGatewayVirtualInterfaceGroupId": "<p>The ID of the virtual interface group.</p>",
9646        "LocalGatewayVirtualInterfaceGroupIdSet$member": null
9647      }
9648    },
9649    "LocalGatewayVirtualInterfaceGroupIdSet": {
9650      "base": null,
9651      "refs": {
9652        "DescribeLocalGatewayVirtualInterfaceGroupsRequest$LocalGatewayVirtualInterfaceGroupIds": "<p>The IDs of the virtual interface groups.</p>"
9653      }
9654    },
9655    "LocalGatewayVirtualInterfaceGroupSet": {
9656      "base": null,
9657      "refs": {
9658        "DescribeLocalGatewayVirtualInterfaceGroupsResult$LocalGatewayVirtualInterfaceGroups": "<p>The virtual interface groups.</p>"
9659      }
9660    },
9661    "LocalGatewayVirtualInterfaceId": {
9662      "base": null,
9663      "refs": {
9664        "LocalGatewayVirtualInterface$LocalGatewayVirtualInterfaceId": "<p>The ID of the virtual interface.</p>",
9665        "LocalGatewayVirtualInterfaceIdSet$member": null
9666      }
9667    },
9668    "LocalGatewayVirtualInterfaceIdSet": {
9669      "base": null,
9670      "refs": {
9671        "DescribeLocalGatewayVirtualInterfacesRequest$LocalGatewayVirtualInterfaceIds": "<p>The IDs of the virtual interfaces.</p>",
9672        "LocalGatewayVirtualInterfaceGroup$LocalGatewayVirtualInterfaceIds": "<p>The IDs of the virtual interfaces.</p>"
9673      }
9674    },
9675    "LocalGatewayVirtualInterfaceSet": {
9676      "base": null,
9677      "refs": {
9678        "DescribeLocalGatewayVirtualInterfacesResult$LocalGatewayVirtualInterfaces": "<p>Information about the virtual interfaces.</p>"
9679      }
9680    },
9681    "Location": {
9682      "base": null,
9683      "refs": {
9684        "InstanceTypeOffering$Location": "<p>The identifier for the location. This depends on the location type. For example, if the location type is <code>region</code>, the location is the Region code (for example, <code>us-east-2</code>.)</p>"
9685      }
9686    },
9687    "LocationType": {
9688      "base": null,
9689      "refs": {
9690        "DescribeInstanceTypeOfferingsRequest$LocationType": "<p>The location type.</p>",
9691        "InstanceTypeOffering$LocationType": "<p>The location type.</p>"
9692      }
9693    },
9694    "LogDestinationType": {
9695      "base": null,
9696      "refs": {
9697        "CreateFlowLogsRequest$LogDestinationType": "<p>Specifies the type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify <code>cloud-watch-logs</code>. To publish flow log data to Amazon S3, specify <code>s3</code>.</p> <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p> <p>Default: <code>cloud-watch-logs</code> </p>",
9698        "FlowLog$LogDestinationType": "<p>Specifies the type of destination to which the flow log data is published. Flow log data can be published to CloudWatch Logs or Amazon S3.</p>"
9699      }
9700    },
9701    "Long": {
9702      "base": null,
9703      "refs": {
9704        "CreateVpnGatewayRequest$AmazonSideAsn": "<p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range.</p> <p>Default: 64512</p>",
9705        "DeleteLaunchTemplateVersionsResponseErrorItem$VersionNumber": "<p>The version number of the launch template.</p>",
9706        "DeleteLaunchTemplateVersionsResponseSuccessItem$VersionNumber": "<p>The version number of the launch template.</p>",
9707        "DescribeReservedInstancesOfferingsRequest$MaxDuration": "<p>The maximum duration (in seconds) to filter when searching for offerings.</p> <p>Default: 94608000 (3 years)</p>",
9708        "DescribeReservedInstancesOfferingsRequest$MinDuration": "<p>The minimum duration (in seconds) to filter when searching for offerings.</p> <p>Default: 2592000 (1 month)</p>",
9709        "DiskImageDescription$Size": "<p>The size of the disk image, in GiB.</p>",
9710        "DiskImageDetail$Bytes": "<p>The size of the disk image, in GiB.</p>",
9711        "DiskImageVolumeDescription$Size": "<p>The size of the volume, in GiB.</p>",
9712        "GetManagedPrefixListEntriesRequest$TargetVersion": "<p>The version of the prefix list for which to return the entries. The default is the current version.</p>",
9713        "ImportInstanceVolumeDetailItem$BytesConverted": "<p>The number of bytes converted so far.</p>",
9714        "ImportVolumeTaskDetails$BytesConverted": "<p>The number of bytes converted so far.</p>",
9715        "LaunchTemplate$DefaultVersionNumber": "<p>The version number of the default version of the launch template.</p>",
9716        "LaunchTemplate$LatestVersionNumber": "<p>The version number of the latest version of the launch template.</p>",
9717        "LaunchTemplateVersion$VersionNumber": "<p>The version number.</p>",
9718        "ManagedPrefixList$Version": "<p>The version of the prefix list.</p>",
9719        "ModifyManagedPrefixListRequest$CurrentVersion": "<p>The current version of the prefix list.</p>",
9720        "PriceSchedule$Term": "<p>The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.</p>",
9721        "PriceScheduleSpecification$Term": "<p>The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.</p>",
9722        "ReservedInstances$Duration": "<p>The duration of the Reserved Instance, in seconds.</p>",
9723        "ReservedInstancesOffering$Duration": "<p>The duration of the Reserved Instance, in seconds.</p>",
9724        "RestoreManagedPrefixListVersionRequest$PreviousVersion": "<p>The version to restore.</p>",
9725        "RestoreManagedPrefixListVersionRequest$CurrentVersion": "<p>The current version number for the prefix list.</p>",
9726        "TransitGatewayAttachmentBgpConfiguration$TransitGatewayAsn": "<p>The transit gateway Autonomous System Number (ASN).</p>",
9727        "TransitGatewayAttachmentBgpConfiguration$PeerAsn": "<p>The peer Autonomous System Number (ASN).</p>",
9728        "TransitGatewayConnectRequestBgpOptions$PeerAsn": "<p>The peer Autonomous System Number (ASN).</p>",
9729        "TransitGatewayOptions$AmazonSideAsn": "<p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.</p>",
9730        "TransitGatewayRequestOptions$AmazonSideAsn": "<p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. The default is <code>64512</code>.</p>",
9731        "VolumeDetail$Size": "<p>The size of the volume, in GiB.</p>",
9732        "VolumeModification$Progress": "<p>The modification progress, from 0 to 100 percent complete.</p>",
9733        "VpnGateway$AmazonSideAsn": "<p>The private Autonomous System Number (ASN) for the Amazon side of a BGP session.</p>"
9734      }
9735    },
9736    "ManagedPrefixList": {
9737      "base": "<p>Describes a managed prefix list.</p>",
9738      "refs": {
9739        "CreateManagedPrefixListResult$PrefixList": "<p>Information about the prefix list.</p>",
9740        "DeleteManagedPrefixListResult$PrefixList": "<p>Information about the prefix list.</p>",
9741        "ManagedPrefixListSet$member": null,
9742        "ModifyManagedPrefixListResult$PrefixList": "<p>Information about the prefix list.</p>",
9743        "RestoreManagedPrefixListVersionResult$PrefixList": "<p>Information about the prefix list.</p>"
9744      }
9745    },
9746    "ManagedPrefixListSet": {
9747      "base": null,
9748      "refs": {
9749        "DescribeManagedPrefixListsResult$PrefixLists": "<p>Information about the prefix lists.</p>"
9750      }
9751    },
9752    "MarketType": {
9753      "base": null,
9754      "refs": {
9755        "InstanceMarketOptionsRequest$MarketType": "<p>The market type.</p>",
9756        "LaunchTemplateInstanceMarketOptions$MarketType": "<p>The market type.</p>",
9757        "LaunchTemplateInstanceMarketOptionsRequest$MarketType": "<p>The market type.</p>"
9758      }
9759    },
9760    "MaxIpv4AddrPerInterface": {
9761      "base": null,
9762      "refs": {
9763        "NetworkInfo$Ipv4AddressesPerInterface": "<p>The maximum number of IPv4 addresses per network interface.</p>"
9764      }
9765    },
9766    "MaxIpv6AddrPerInterface": {
9767      "base": null,
9768      "refs": {
9769        "NetworkInfo$Ipv6AddressesPerInterface": "<p>The maximum number of IPv6 addresses per network interface.</p>"
9770      }
9771    },
9772    "MaxNetworkInterfaces": {
9773      "base": null,
9774      "refs": {
9775        "NetworkCardInfo$MaximumNetworkInterfaces": "<p>The maximum number of network interfaces for the network card.</p>",
9776        "NetworkInfo$MaximumNetworkInterfaces": "<p>The maximum number of network interfaces for the instance type.</p>"
9777      }
9778    },
9779    "MaxResults": {
9780      "base": null,
9781      "refs": {
9782        "SearchLocalGatewayRoutesRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
9783      }
9784    },
9785    "MaximumBandwidthInMbps": {
9786      "base": null,
9787      "refs": {
9788        "EbsOptimizedInfo$MaximumBandwidthInMbps": "<p>The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.</p>"
9789      }
9790    },
9791    "MaximumIops": {
9792      "base": null,
9793      "refs": {
9794        "EbsOptimizedInfo$MaximumIops": "<p>The maximum input/output storage operations per second for an EBS-optimized instance type.</p>"
9795      }
9796    },
9797    "MaximumNetworkCards": {
9798      "base": null,
9799      "refs": {
9800        "NetworkInfo$MaximumNetworkCards": "<p>The maximum number of physical network cards that can be allocated to the instance.</p>"
9801      }
9802    },
9803    "MaximumThroughputInMBps": {
9804      "base": null,
9805      "refs": {
9806        "EbsOptimizedInfo$MaximumThroughputInMBps": "<p>The maximum throughput performance for an EBS-optimized instance type, in MB/s.</p>"
9807      }
9808    },
9809    "MembershipType": {
9810      "base": null,
9811      "refs": {
9812        "TransitGatewayMulticastGroup$MemberType": "<p>The member type (for example, <code>static</code>).</p>",
9813        "TransitGatewayMulticastGroup$SourceType": "<p>The source type.</p>"
9814      }
9815    },
9816    "MemoryInfo": {
9817      "base": "<p>Describes the memory for the instance type.</p>",
9818      "refs": {
9819        "InstanceTypeInfo$MemoryInfo": "<p>Describes the memory for the instance type.</p>"
9820      }
9821    },
9822    "MemorySize": {
9823      "base": null,
9824      "refs": {
9825        "MemoryInfo$SizeInMiB": "<p>The size of the memory, in MiB.</p>"
9826      }
9827    },
9828    "MillisecondDateTime": {
9829      "base": null,
9830      "refs": {
9831        "CapacityReservation$StartDate": "<p>The date and time at which the Capacity Reservation was started.</p>",
9832        "DescribeFastSnapshotRestoreSuccessItem$EnablingTime": "<p>The time at which fast snapshot restores entered the <code>enabling</code> state.</p>",
9833        "DescribeFastSnapshotRestoreSuccessItem$OptimizingTime": "<p>The time at which fast snapshot restores entered the <code>optimizing</code> state.</p>",
9834        "DescribeFastSnapshotRestoreSuccessItem$EnabledTime": "<p>The time at which fast snapshot restores entered the <code>enabled</code> state.</p>",
9835        "DescribeFastSnapshotRestoreSuccessItem$DisablingTime": "<p>The time at which fast snapshot restores entered the <code>disabling</code> state.</p>",
9836        "DescribeFastSnapshotRestoreSuccessItem$DisabledTime": "<p>The time at which fast snapshot restores entered the <code>disabled</code> state.</p>",
9837        "DescribeNetworkInsightsAnalysesRequest$AnalysisStartTime": "<p>The time when the network insights analyses started.</p>",
9838        "DescribeNetworkInsightsAnalysesRequest$AnalysisEndTime": "<p>The time when the network insights analyses ended.</p>",
9839        "DisableFastSnapshotRestoreSuccessItem$EnablingTime": "<p>The time at which fast snapshot restores entered the <code>enabling</code> state.</p>",
9840        "DisableFastSnapshotRestoreSuccessItem$OptimizingTime": "<p>The time at which fast snapshot restores entered the <code>optimizing</code> state.</p>",
9841        "DisableFastSnapshotRestoreSuccessItem$EnabledTime": "<p>The time at which fast snapshot restores entered the <code>enabled</code> state.</p>",
9842        "DisableFastSnapshotRestoreSuccessItem$DisablingTime": "<p>The time at which fast snapshot restores entered the <code>disabling</code> state.</p>",
9843        "DisableFastSnapshotRestoreSuccessItem$DisabledTime": "<p>The time at which fast snapshot restores entered the <code>disabled</code> state.</p>",
9844        "EnableFastSnapshotRestoreSuccessItem$EnablingTime": "<p>The time at which fast snapshot restores entered the <code>enabling</code> state.</p>",
9845        "EnableFastSnapshotRestoreSuccessItem$OptimizingTime": "<p>The time at which fast snapshot restores entered the <code>optimizing</code> state.</p>",
9846        "EnableFastSnapshotRestoreSuccessItem$EnabledTime": "<p>The time at which fast snapshot restores entered the <code>enabled</code> state.</p>",
9847        "EnableFastSnapshotRestoreSuccessItem$DisablingTime": "<p>The time at which fast snapshot restores entered the <code>disabling</code> state.</p>",
9848        "EnableFastSnapshotRestoreSuccessItem$DisabledTime": "<p>The time at which fast snapshot restores entered the <code>disabled</code> state.</p>",
9849        "FlowLog$CreationTime": "<p>The date and time the flow log was created.</p>",
9850        "NetworkInsightsAnalysis$StartDate": "<p>The time the analysis started.</p>",
9851        "NetworkInsightsPath$CreatedDate": "<p>The time stamp when the path was created.</p>",
9852        "SnapshotInfo$StartTime": "<p>Time this snapshot was started. This is the same for all snapshots initiated by the same request.</p>",
9853        "SpotFleetRequestConfig$CreateTime": "<p>The creation date and time of the request.</p>",
9854        "VolumeStatusEvent$NotAfter": "<p>The latest end time of the event.</p>",
9855        "VolumeStatusEvent$NotBefore": "<p>The earliest start time of the event.</p>",
9856        "VpcEndpoint$CreationTimestamp": "<p>The date and time that the VPC endpoint was created.</p>",
9857        "VpcEndpointConnection$CreationTimestamp": "<p>The date and time that the VPC endpoint was created.</p>"
9858      }
9859    },
9860    "ModifyAvailabilityZoneGroupRequest": {
9861      "base": null,
9862      "refs": {
9863      }
9864    },
9865    "ModifyAvailabilityZoneGroupResult": {
9866      "base": null,
9867      "refs": {
9868      }
9869    },
9870    "ModifyAvailabilityZoneOptInStatus": {
9871      "base": null,
9872      "refs": {
9873        "ModifyAvailabilityZoneGroupRequest$OptInStatus": "<p>Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is <code>opted-in</code>. You must contact <a href=\"https://console.aws.amazon.com/support/home#/case/create%3FissueType=customer-service%26serviceCode=general-info%26getting-started%26categoryCode=using-aws%26services\">AWS Support</a> to opt out of a Local Zone group, or Wavelength Zone group.</p>"
9874      }
9875    },
9876    "ModifyCapacityReservationRequest": {
9877      "base": null,
9878      "refs": {
9879      }
9880    },
9881    "ModifyCapacityReservationResult": {
9882      "base": null,
9883      "refs": {
9884      }
9885    },
9886    "ModifyClientVpnEndpointRequest": {
9887      "base": null,
9888      "refs": {
9889      }
9890    },
9891    "ModifyClientVpnEndpointResult": {
9892      "base": null,
9893      "refs": {
9894      }
9895    },
9896    "ModifyDefaultCreditSpecificationRequest": {
9897      "base": null,
9898      "refs": {
9899      }
9900    },
9901    "ModifyDefaultCreditSpecificationResult": {
9902      "base": null,
9903      "refs": {
9904      }
9905    },
9906    "ModifyEbsDefaultKmsKeyIdRequest": {
9907      "base": null,
9908      "refs": {
9909      }
9910    },
9911    "ModifyEbsDefaultKmsKeyIdResult": {
9912      "base": null,
9913      "refs": {
9914      }
9915    },
9916    "ModifyFleetRequest": {
9917      "base": null,
9918      "refs": {
9919      }
9920    },
9921    "ModifyFleetResult": {
9922      "base": null,
9923      "refs": {
9924      }
9925    },
9926    "ModifyFpgaImageAttributeRequest": {
9927      "base": null,
9928      "refs": {
9929      }
9930    },
9931    "ModifyFpgaImageAttributeResult": {
9932      "base": null,
9933      "refs": {
9934      }
9935    },
9936    "ModifyHostsRequest": {
9937      "base": null,
9938      "refs": {
9939      }
9940    },
9941    "ModifyHostsResult": {
9942      "base": null,
9943      "refs": {
9944      }
9945    },
9946    "ModifyIdFormatRequest": {
9947      "base": null,
9948      "refs": {
9949      }
9950    },
9951    "ModifyIdentityIdFormatRequest": {
9952      "base": null,
9953      "refs": {
9954      }
9955    },
9956    "ModifyImageAttributeRequest": {
9957      "base": "<p>Contains the parameters for ModifyImageAttribute.</p>",
9958      "refs": {
9959      }
9960    },
9961    "ModifyInstanceAttributeRequest": {
9962      "base": null,
9963      "refs": {
9964      }
9965    },
9966    "ModifyInstanceCapacityReservationAttributesRequest": {
9967      "base": null,
9968      "refs": {
9969      }
9970    },
9971    "ModifyInstanceCapacityReservationAttributesResult": {
9972      "base": null,
9973      "refs": {
9974      }
9975    },
9976    "ModifyInstanceCreditSpecificationRequest": {
9977      "base": null,
9978      "refs": {
9979      }
9980    },
9981    "ModifyInstanceCreditSpecificationResult": {
9982      "base": null,
9983      "refs": {
9984      }
9985    },
9986    "ModifyInstanceEventStartTimeRequest": {
9987      "base": null,
9988      "refs": {
9989      }
9990    },
9991    "ModifyInstanceEventStartTimeResult": {
9992      "base": null,
9993      "refs": {
9994      }
9995    },
9996    "ModifyInstanceMetadataOptionsRequest": {
9997      "base": null,
9998      "refs": {
9999      }
10000    },
10001    "ModifyInstanceMetadataOptionsResult": {
10002      "base": null,
10003      "refs": {
10004      }
10005    },
10006    "ModifyInstancePlacementRequest": {
10007      "base": null,
10008      "refs": {
10009      }
10010    },
10011    "ModifyInstancePlacementResult": {
10012      "base": null,
10013      "refs": {
10014      }
10015    },
10016    "ModifyLaunchTemplateRequest": {
10017      "base": null,
10018      "refs": {
10019      }
10020    },
10021    "ModifyLaunchTemplateResult": {
10022      "base": null,
10023      "refs": {
10024      }
10025    },
10026    "ModifyManagedPrefixListRequest": {
10027      "base": null,
10028      "refs": {
10029      }
10030    },
10031    "ModifyManagedPrefixListResult": {
10032      "base": null,
10033      "refs": {
10034      }
10035    },
10036    "ModifyNetworkInterfaceAttributeRequest": {
10037      "base": "<p>Contains the parameters for ModifyNetworkInterfaceAttribute.</p>",
10038      "refs": {
10039      }
10040    },
10041    "ModifyReservedInstancesRequest": {
10042      "base": "<p>Contains the parameters for ModifyReservedInstances.</p>",
10043      "refs": {
10044      }
10045    },
10046    "ModifyReservedInstancesResult": {
10047      "base": "<p>Contains the output of ModifyReservedInstances.</p>",
10048      "refs": {
10049      }
10050    },
10051    "ModifySnapshotAttributeRequest": {
10052      "base": null,
10053      "refs": {
10054      }
10055    },
10056    "ModifySpotFleetRequestRequest": {
10057      "base": "<p>Contains the parameters for ModifySpotFleetRequest.</p>",
10058      "refs": {
10059      }
10060    },
10061    "ModifySpotFleetRequestResponse": {
10062      "base": "<p>Contains the output of ModifySpotFleetRequest.</p>",
10063      "refs": {
10064      }
10065    },
10066    "ModifySubnetAttributeRequest": {
10067      "base": null,
10068      "refs": {
10069      }
10070    },
10071    "ModifyTrafficMirrorFilterNetworkServicesRequest": {
10072      "base": null,
10073      "refs": {
10074      }
10075    },
10076    "ModifyTrafficMirrorFilterNetworkServicesResult": {
10077      "base": null,
10078      "refs": {
10079      }
10080    },
10081    "ModifyTrafficMirrorFilterRuleRequest": {
10082      "base": null,
10083      "refs": {
10084      }
10085    },
10086    "ModifyTrafficMirrorFilterRuleResult": {
10087      "base": null,
10088      "refs": {
10089      }
10090    },
10091    "ModifyTrafficMirrorSessionRequest": {
10092      "base": null,
10093      "refs": {
10094      }
10095    },
10096    "ModifyTrafficMirrorSessionResult": {
10097      "base": null,
10098      "refs": {
10099      }
10100    },
10101    "ModifyTransitGatewayOptions": {
10102      "base": "<p>The transit gateway options.</p>",
10103      "refs": {
10104        "ModifyTransitGatewayRequest$Options": "<p>The options to modify.</p>"
10105      }
10106    },
10107    "ModifyTransitGatewayPrefixListReferenceRequest": {
10108      "base": null,
10109      "refs": {
10110      }
10111    },
10112    "ModifyTransitGatewayPrefixListReferenceResult": {
10113      "base": null,
10114      "refs": {
10115      }
10116    },
10117    "ModifyTransitGatewayRequest": {
10118      "base": null,
10119      "refs": {
10120      }
10121    },
10122    "ModifyTransitGatewayResult": {
10123      "base": null,
10124      "refs": {
10125      }
10126    },
10127    "ModifyTransitGatewayVpcAttachmentRequest": {
10128      "base": null,
10129      "refs": {
10130      }
10131    },
10132    "ModifyTransitGatewayVpcAttachmentRequestOptions": {
10133      "base": "<p>Describes the options for a VPC attachment.</p>",
10134      "refs": {
10135        "ModifyTransitGatewayVpcAttachmentRequest$Options": "<p>The new VPC attachment options.</p> <note> <p>You cannot modify the IPv6 options.</p> </note>"
10136      }
10137    },
10138    "ModifyTransitGatewayVpcAttachmentResult": {
10139      "base": null,
10140      "refs": {
10141      }
10142    },
10143    "ModifyVolumeAttributeRequest": {
10144      "base": null,
10145      "refs": {
10146      }
10147    },
10148    "ModifyVolumeRequest": {
10149      "base": null,
10150      "refs": {
10151      }
10152    },
10153    "ModifyVolumeResult": {
10154      "base": null,
10155      "refs": {
10156      }
10157    },
10158    "ModifyVpcAttributeRequest": {
10159      "base": null,
10160      "refs": {
10161      }
10162    },
10163    "ModifyVpcEndpointConnectionNotificationRequest": {
10164      "base": null,
10165      "refs": {
10166      }
10167    },
10168    "ModifyVpcEndpointConnectionNotificationResult": {
10169      "base": null,
10170      "refs": {
10171      }
10172    },
10173    "ModifyVpcEndpointRequest": {
10174      "base": "<p>Contains the parameters for ModifyVpcEndpoint.</p>",
10175      "refs": {
10176      }
10177    },
10178    "ModifyVpcEndpointResult": {
10179      "base": null,
10180      "refs": {
10181      }
10182    },
10183    "ModifyVpcEndpointServiceConfigurationRequest": {
10184      "base": null,
10185      "refs": {
10186      }
10187    },
10188    "ModifyVpcEndpointServiceConfigurationResult": {
10189      "base": null,
10190      "refs": {
10191      }
10192    },
10193    "ModifyVpcEndpointServicePermissionsRequest": {
10194      "base": null,
10195      "refs": {
10196      }
10197    },
10198    "ModifyVpcEndpointServicePermissionsResult": {
10199      "base": null,
10200      "refs": {
10201      }
10202    },
10203    "ModifyVpcPeeringConnectionOptionsRequest": {
10204      "base": null,
10205      "refs": {
10206      }
10207    },
10208    "ModifyVpcPeeringConnectionOptionsResult": {
10209      "base": null,
10210      "refs": {
10211      }
10212    },
10213    "ModifyVpcTenancyRequest": {
10214      "base": null,
10215      "refs": {
10216      }
10217    },
10218    "ModifyVpcTenancyResult": {
10219      "base": null,
10220      "refs": {
10221      }
10222    },
10223    "ModifyVpnConnectionOptionsRequest": {
10224      "base": null,
10225      "refs": {
10226      }
10227    },
10228    "ModifyVpnConnectionOptionsResult": {
10229      "base": null,
10230      "refs": {
10231      }
10232    },
10233    "ModifyVpnConnectionRequest": {
10234      "base": null,
10235      "refs": {
10236      }
10237    },
10238    "ModifyVpnConnectionResult": {
10239      "base": null,
10240      "refs": {
10241      }
10242    },
10243    "ModifyVpnTunnelCertificateRequest": {
10244      "base": null,
10245      "refs": {
10246      }
10247    },
10248    "ModifyVpnTunnelCertificateResult": {
10249      "base": null,
10250      "refs": {
10251      }
10252    },
10253    "ModifyVpnTunnelOptionsRequest": {
10254      "base": null,
10255      "refs": {
10256      }
10257    },
10258    "ModifyVpnTunnelOptionsResult": {
10259      "base": null,
10260      "refs": {
10261      }
10262    },
10263    "ModifyVpnTunnelOptionsSpecification": {
10264      "base": "<p>The AWS Site-to-Site VPN tunnel options to modify.</p>",
10265      "refs": {
10266        "ModifyVpnTunnelOptionsRequest$TunnelOptions": "<p>The tunnel options to modify.</p>"
10267      }
10268    },
10269    "MonitorInstancesRequest": {
10270      "base": null,
10271      "refs": {
10272      }
10273    },
10274    "MonitorInstancesResult": {
10275      "base": null,
10276      "refs": {
10277      }
10278    },
10279    "Monitoring": {
10280      "base": "<p>Describes the monitoring of an instance.</p>",
10281      "refs": {
10282        "Instance$Monitoring": "<p>The monitoring for the instance.</p>",
10283        "InstanceMonitoring$Monitoring": "<p>The monitoring for the instance.</p>"
10284      }
10285    },
10286    "MonitoringState": {
10287      "base": null,
10288      "refs": {
10289        "Monitoring$State": "<p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.</p>"
10290      }
10291    },
10292    "MoveAddressToVpcRequest": {
10293      "base": null,
10294      "refs": {
10295      }
10296    },
10297    "MoveAddressToVpcResult": {
10298      "base": null,
10299      "refs": {
10300      }
10301    },
10302    "MoveStatus": {
10303      "base": null,
10304      "refs": {
10305        "MovingAddressStatus$MoveStatus": "<p>The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.</p>"
10306      }
10307    },
10308    "MovingAddressStatus": {
10309      "base": "<p>Describes the status of a moving Elastic IP address.</p>",
10310      "refs": {
10311        "MovingAddressStatusSet$member": null
10312      }
10313    },
10314    "MovingAddressStatusSet": {
10315      "base": null,
10316      "refs": {
10317        "DescribeMovingAddressesResult$MovingAddressStatuses": "<p>The status for each Elastic IP address.</p>"
10318      }
10319    },
10320    "MulticastSupportValue": {
10321      "base": null,
10322      "refs": {
10323        "TransitGatewayOptions$MulticastSupport": "<p>Indicates whether multicast is enabled on the transit gateway</p>",
10324        "TransitGatewayRequestOptions$MulticastSupport": "<p>Indicates whether multicast is enabled on the transit gateway</p>"
10325      }
10326    },
10327    "NatGateway": {
10328      "base": "<p>Describes a NAT gateway.</p>",
10329      "refs": {
10330        "CreateNatGatewayResult$NatGateway": "<p>Information about the NAT gateway.</p>",
10331        "NatGatewayList$member": null
10332      }
10333    },
10334    "NatGatewayAddress": {
10335      "base": "<p>Describes the IP addresses and network interface associated with a NAT gateway.</p>",
10336      "refs": {
10337        "NatGatewayAddressList$member": null
10338      }
10339    },
10340    "NatGatewayAddressList": {
10341      "base": null,
10342      "refs": {
10343        "NatGateway$NatGatewayAddresses": "<p>Information about the IP addresses and network interface associated with the NAT gateway.</p>"
10344      }
10345    },
10346    "NatGatewayId": {
10347      "base": null,
10348      "refs": {
10349        "CreateRouteRequest$NatGatewayId": "<p>[IPv4 traffic only] The ID of a NAT gateway.</p>",
10350        "DeleteNatGatewayRequest$NatGatewayId": "<p>The ID of the NAT gateway.</p>",
10351        "NatGatewayIdStringList$member": null,
10352        "ReplaceRouteRequest$NatGatewayId": "<p>[IPv4 traffic only] The ID of a NAT gateway.</p>"
10353      }
10354    },
10355    "NatGatewayIdStringList": {
10356      "base": null,
10357      "refs": {
10358        "DescribeNatGatewaysRequest$NatGatewayIds": "<p>One or more NAT gateway IDs.</p>"
10359      }
10360    },
10361    "NatGatewayList": {
10362      "base": null,
10363      "refs": {
10364        "DescribeNatGatewaysResult$NatGateways": "<p>Information about the NAT gateways.</p>"
10365      }
10366    },
10367    "NatGatewayState": {
10368      "base": null,
10369      "refs": {
10370        "NatGateway$State": "<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>"
10371      }
10372    },
10373    "NetworkAcl": {
10374      "base": "<p>Describes a network ACL.</p>",
10375      "refs": {
10376        "CreateNetworkAclResult$NetworkAcl": "<p>Information about the network ACL.</p>",
10377        "NetworkAclList$member": null
10378      }
10379    },
10380    "NetworkAclAssociation": {
10381      "base": "<p>Describes an association between a network ACL and a subnet.</p>",
10382      "refs": {
10383        "NetworkAclAssociationList$member": null
10384      }
10385    },
10386    "NetworkAclAssociationId": {
10387      "base": null,
10388      "refs": {
10389        "ReplaceNetworkAclAssociationRequest$AssociationId": "<p>The ID of the current association between the original network ACL and the subnet.</p>"
10390      }
10391    },
10392    "NetworkAclAssociationList": {
10393      "base": null,
10394      "refs": {
10395        "NetworkAcl$Associations": "<p>Any associations between the network ACL and one or more subnets</p>"
10396      }
10397    },
10398    "NetworkAclEntry": {
10399      "base": "<p>Describes an entry in a network ACL.</p>",
10400      "refs": {
10401        "NetworkAclEntryList$member": null
10402      }
10403    },
10404    "NetworkAclEntryList": {
10405      "base": null,
10406      "refs": {
10407        "NetworkAcl$Entries": "<p>One or more entries (rules) in the network ACL.</p>"
10408      }
10409    },
10410    "NetworkAclId": {
10411      "base": null,
10412      "refs": {
10413        "CreateNetworkAclEntryRequest$NetworkAclId": "<p>The ID of the network ACL.</p>",
10414        "DeleteNetworkAclEntryRequest$NetworkAclId": "<p>The ID of the network ACL.</p>",
10415        "DeleteNetworkAclRequest$NetworkAclId": "<p>The ID of the network ACL.</p>",
10416        "NetworkAclIdStringList$member": null,
10417        "ReplaceNetworkAclAssociationRequest$NetworkAclId": "<p>The ID of the new network ACL to associate with the subnet.</p>",
10418        "ReplaceNetworkAclEntryRequest$NetworkAclId": "<p>The ID of the ACL.</p>"
10419      }
10420    },
10421    "NetworkAclIdStringList": {
10422      "base": null,
10423      "refs": {
10424        "DescribeNetworkAclsRequest$NetworkAclIds": "<p>One or more network ACL IDs.</p> <p>Default: Describes all your network ACLs.</p>"
10425      }
10426    },
10427    "NetworkAclList": {
10428      "base": null,
10429      "refs": {
10430        "DescribeNetworkAclsResult$NetworkAcls": "<p>Information about one or more network ACLs.</p>"
10431      }
10432    },
10433    "NetworkCardIndex": {
10434      "base": null,
10435      "refs": {
10436        "NetworkCardInfo$NetworkCardIndex": "<p>The index of the network card.</p>"
10437      }
10438    },
10439    "NetworkCardInfo": {
10440      "base": "<p>Describes the network card support of the instance type.</p>",
10441      "refs": {
10442        "NetworkCardInfoList$member": null
10443      }
10444    },
10445    "NetworkCardInfoList": {
10446      "base": null,
10447      "refs": {
10448        "NetworkInfo$NetworkCards": "<p>Describes the network cards for the instance type.</p>"
10449      }
10450    },
10451    "NetworkInfo": {
10452      "base": "<p>Describes the networking features of the instance type.</p>",
10453      "refs": {
10454        "InstanceTypeInfo$NetworkInfo": "<p>Describes the network settings for the instance type.</p>"
10455      }
10456    },
10457    "NetworkInsightsAnalysis": {
10458      "base": "<p>Describes a network insights analysis.</p>",
10459      "refs": {
10460        "NetworkInsightsAnalysisList$member": null,
10461        "StartNetworkInsightsAnalysisResult$NetworkInsightsAnalysis": "<p>Information about the network insights analysis.</p>"
10462      }
10463    },
10464    "NetworkInsightsAnalysisId": {
10465      "base": null,
10466      "refs": {
10467        "DeleteNetworkInsightsAnalysisRequest$NetworkInsightsAnalysisId": "<p>The ID of the network insights analysis.</p>",
10468        "DeleteNetworkInsightsAnalysisResult$NetworkInsightsAnalysisId": "<p>The ID of the network insights analysis.</p>",
10469        "NetworkInsightsAnalysis$NetworkInsightsAnalysisId": "<p>The ID of the network insights analysis.</p>",
10470        "NetworkInsightsAnalysisIdList$member": null
10471      }
10472    },
10473    "NetworkInsightsAnalysisIdList": {
10474      "base": null,
10475      "refs": {
10476        "DescribeNetworkInsightsAnalysesRequest$NetworkInsightsAnalysisIds": "<p>The ID of the network insights analyses. You must specify either analysis IDs or a path ID.</p>"
10477      }
10478    },
10479    "NetworkInsightsAnalysisList": {
10480      "base": null,
10481      "refs": {
10482        "DescribeNetworkInsightsAnalysesResult$NetworkInsightsAnalyses": "<p>Information about the network insights analyses.</p>"
10483      }
10484    },
10485    "NetworkInsightsMaxResults": {
10486      "base": null,
10487      "refs": {
10488        "DescribeNetworkInsightsAnalysesRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
10489        "DescribeNetworkInsightsPathsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
10490      }
10491    },
10492    "NetworkInsightsPath": {
10493      "base": "<p>Describes a path.</p>",
10494      "refs": {
10495        "CreateNetworkInsightsPathResult$NetworkInsightsPath": "<p>Information about the path.</p>",
10496        "NetworkInsightsPathList$member": null
10497      }
10498    },
10499    "NetworkInsightsPathId": {
10500      "base": null,
10501      "refs": {
10502        "DeleteNetworkInsightsPathRequest$NetworkInsightsPathId": "<p>The ID of the path.</p>",
10503        "DeleteNetworkInsightsPathResult$NetworkInsightsPathId": "<p>The ID of the path.</p>",
10504        "DescribeNetworkInsightsAnalysesRequest$NetworkInsightsPathId": "<p>The ID of the path. You must specify either a path ID or analysis IDs.</p>",
10505        "NetworkInsightsAnalysis$NetworkInsightsPathId": "<p>The ID of the path.</p>",
10506        "NetworkInsightsPath$NetworkInsightsPathId": "<p>The ID of the path.</p>",
10507        "NetworkInsightsPathIdList$member": null,
10508        "StartNetworkInsightsAnalysisRequest$NetworkInsightsPathId": "<p>The ID of the path.</p>"
10509      }
10510    },
10511    "NetworkInsightsPathIdList": {
10512      "base": null,
10513      "refs": {
10514        "DescribeNetworkInsightsPathsRequest$NetworkInsightsPathIds": "<p>The IDs of the paths.</p>"
10515      }
10516    },
10517    "NetworkInsightsPathList": {
10518      "base": null,
10519      "refs": {
10520        "DescribeNetworkInsightsPathsResult$NetworkInsightsPaths": "<p>Information about the paths.</p>"
10521      }
10522    },
10523    "NetworkInterface": {
10524      "base": "<p>Describes a network interface.</p>",
10525      "refs": {
10526        "CreateNetworkInterfaceResult$NetworkInterface": "<p>Information about the network interface.</p>",
10527        "NetworkInterfaceList$member": null
10528      }
10529    },
10530    "NetworkInterfaceAssociation": {
10531      "base": "<p>Describes association information for an Elastic IP address (IPv4 only), or a Carrier IP address (for a network interface which resides in a subnet in a Wavelength Zone).</p>",
10532      "refs": {
10533        "NetworkInterface$Association": "<p>The association information for an Elastic IP address (IPv4) associated with the network interface.</p>",
10534        "NetworkInterfacePrivateIpAddress$Association": "<p>The association information for an Elastic IP address (IPv4) associated with the network interface.</p>"
10535      }
10536    },
10537    "NetworkInterfaceAttachment": {
10538      "base": "<p>Describes a network interface attachment.</p>",
10539      "refs": {
10540        "DescribeNetworkInterfaceAttributeResult$Attachment": "<p>The attachment (if any) of the network interface.</p>",
10541        "NetworkInterface$Attachment": "<p>The network interface attachment.</p>"
10542      }
10543    },
10544    "NetworkInterfaceAttachmentChanges": {
10545      "base": "<p>Describes an attachment change.</p>",
10546      "refs": {
10547        "ModifyNetworkInterfaceAttributeRequest$Attachment": "<p>Information about the interface attachment. If modifying the 'delete on termination' attribute, you must specify the ID of the interface attachment.</p>"
10548      }
10549    },
10550    "NetworkInterfaceAttachmentId": {
10551      "base": null,
10552      "refs": {
10553        "DetachNetworkInterfaceRequest$AttachmentId": "<p>The ID of the attachment.</p>",
10554        "NetworkInterfaceAttachmentChanges$AttachmentId": "<p>The ID of the network interface attachment.</p>"
10555      }
10556    },
10557    "NetworkInterfaceAttribute": {
10558      "base": null,
10559      "refs": {
10560        "DescribeNetworkInterfaceAttributeRequest$Attribute": "<p>The attribute of the network interface. This parameter is required.</p>"
10561      }
10562    },
10563    "NetworkInterfaceCreationType": {
10564      "base": null,
10565      "refs": {
10566        "CreateNetworkInterfaceRequest$InterfaceType": "<p>Indicates the type of network interface. To create an Elastic Fabric Adapter (EFA), specify <code>efa</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html\"> Elastic Fabric Adapter</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
10567      }
10568    },
10569    "NetworkInterfaceId": {
10570      "base": null,
10571      "refs": {
10572        "AssignIpv6AddressesRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10573        "AssignPrivateIpAddressesRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10574        "AssociateAddressRequest$NetworkInterfaceId": "<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> <p>For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. </p>",
10575        "AttachNetworkInterfaceRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10576        "CreateNetworkInterfacePermissionRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10577        "CreateRouteRequest$NetworkInterfaceId": "<p>The ID of a network interface.</p>",
10578        "CreateTrafficMirrorSessionRequest$NetworkInterfaceId": "<p>The ID of the source network interface.</p>",
10579        "CreateTrafficMirrorTargetRequest$NetworkInterfaceId": "<p>The network interface ID that is associated with the target.</p>",
10580        "DeleteNetworkInterfaceRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10581        "DescribeNetworkInterfaceAttributeRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10582        "LaunchTemplateInstanceNetworkInterfaceSpecification$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10583        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10584        "ModifyNetworkInterfaceAttributeRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10585        "NetworkInterfaceIdList$member": null,
10586        "ReplaceRouteRequest$NetworkInterfaceId": "<p>The ID of a network interface.</p>",
10587        "ResetNetworkInterfaceAttributeRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10588        "ScheduledInstancesNetworkInterface$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10589        "TransitGatewayNetworkInterfaceIdList$member": null,
10590        "UnassignIpv6AddressesRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
10591        "UnassignPrivateIpAddressesRequest$NetworkInterfaceId": "<p>The ID of the network interface.</p>"
10592      }
10593    },
10594    "NetworkInterfaceIdList": {
10595      "base": null,
10596      "refs": {
10597        "DescribeNetworkInterfacesRequest$NetworkInterfaceIds": "<p>One or more network interface IDs.</p> <p>Default: Describes all your network interfaces.</p>"
10598      }
10599    },
10600    "NetworkInterfaceIpv6Address": {
10601      "base": "<p>Describes an IPv6 address associated with a network interface.</p>",
10602      "refs": {
10603        "NetworkInterfaceIpv6AddressesList$member": null
10604      }
10605    },
10606    "NetworkInterfaceIpv6AddressesList": {
10607      "base": null,
10608      "refs": {
10609        "NetworkInterface$Ipv6Addresses": "<p>The IPv6 addresses associated with the network interface.</p>"
10610      }
10611    },
10612    "NetworkInterfaceList": {
10613      "base": null,
10614      "refs": {
10615        "DescribeNetworkInterfacesResult$NetworkInterfaces": "<p>Information about one or more network interfaces.</p>"
10616      }
10617    },
10618    "NetworkInterfacePermission": {
10619      "base": "<p>Describes a permission for a network interface.</p>",
10620      "refs": {
10621        "CreateNetworkInterfacePermissionResult$InterfacePermission": "<p>Information about the permission for the network interface.</p>",
10622        "NetworkInterfacePermissionList$member": null
10623      }
10624    },
10625    "NetworkInterfacePermissionId": {
10626      "base": null,
10627      "refs": {
10628        "DeleteNetworkInterfacePermissionRequest$NetworkInterfacePermissionId": "<p>The ID of the network interface permission.</p>",
10629        "NetworkInterfacePermissionIdList$member": null
10630      }
10631    },
10632    "NetworkInterfacePermissionIdList": {
10633      "base": null,
10634      "refs": {
10635        "DescribeNetworkInterfacePermissionsRequest$NetworkInterfacePermissionIds": "<p>One or more network interface permission IDs.</p>"
10636      }
10637    },
10638    "NetworkInterfacePermissionList": {
10639      "base": null,
10640      "refs": {
10641        "DescribeNetworkInterfacePermissionsResult$NetworkInterfacePermissions": "<p>The network interface permissions.</p>"
10642      }
10643    },
10644    "NetworkInterfacePermissionState": {
10645      "base": "<p>Describes the state of a network interface permission.</p>",
10646      "refs": {
10647        "NetworkInterfacePermission$PermissionState": "<p>Information about the state of the permission.</p>"
10648      }
10649    },
10650    "NetworkInterfacePermissionStateCode": {
10651      "base": null,
10652      "refs": {
10653        "NetworkInterfacePermissionState$State": "<p>The state of the permission.</p>"
10654      }
10655    },
10656    "NetworkInterfacePrivateIpAddress": {
10657      "base": "<p>Describes the private IPv4 address of a network interface.</p>",
10658      "refs": {
10659        "NetworkInterfacePrivateIpAddressList$member": null
10660      }
10661    },
10662    "NetworkInterfacePrivateIpAddressList": {
10663      "base": null,
10664      "refs": {
10665        "NetworkInterface$PrivateIpAddresses": "<p>The private IPv4 addresses associated with the network interface.</p>"
10666      }
10667    },
10668    "NetworkInterfaceStatus": {
10669      "base": null,
10670      "refs": {
10671        "InstanceNetworkInterface$Status": "<p>The status of the network interface.</p>",
10672        "NetworkInterface$Status": "<p>The status of the network interface.</p>"
10673      }
10674    },
10675    "NetworkInterfaceType": {
10676      "base": null,
10677      "refs": {
10678        "NetworkInterface$InterfaceType": "<p>The type of network interface.</p>"
10679      }
10680    },
10681    "NetworkPerformance": {
10682      "base": null,
10683      "refs": {
10684        "NetworkCardInfo$NetworkPerformance": "<p>The network performance of the network card.</p>",
10685        "NetworkInfo$NetworkPerformance": "<p>The network performance.</p>"
10686      }
10687    },
10688    "NewDhcpConfiguration": {
10689      "base": null,
10690      "refs": {
10691        "NewDhcpConfigurationList$member": null
10692      }
10693    },
10694    "NewDhcpConfigurationList": {
10695      "base": null,
10696      "refs": {
10697        "CreateDhcpOptionsRequest$DhcpConfigurations": "<p>A DHCP configuration option.</p>"
10698      }
10699    },
10700    "NextToken": {
10701      "base": null,
10702      "refs": {
10703        "DescribeByoipCidrsRequest$NextToken": "<p>The token for the next page of results.</p>",
10704        "DescribeClientVpnAuthorizationRulesRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
10705        "DescribeClientVpnAuthorizationRulesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10706        "DescribeClientVpnConnectionsRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
10707        "DescribeClientVpnConnectionsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10708        "DescribeClientVpnEndpointsRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
10709        "DescribeClientVpnEndpointsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10710        "DescribeClientVpnRoutesRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
10711        "DescribeClientVpnRoutesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10712        "DescribeClientVpnTargetNetworksRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
10713        "DescribeClientVpnTargetNetworksResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10714        "DescribeExportImageTasksRequest$NextToken": "<p>A token that indicates the next page of results.</p>",
10715        "DescribeExportImageTasksResult$NextToken": "<p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10716        "DescribeFastSnapshotRestoresRequest$NextToken": "<p>The token for the next page of results.</p>",
10717        "DescribeFastSnapshotRestoresResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10718        "DescribeFpgaImagesRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
10719        "DescribeFpgaImagesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10720        "DescribeIamInstanceProfileAssociationsRequest$NextToken": "<p>The token to request the next page of results.</p>",
10721        "DescribeIamInstanceProfileAssociationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10722        "DescribeInstanceTypeOfferingsRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
10723        "DescribeInstanceTypeOfferingsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10724        "DescribeInstanceTypesRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
10725        "DescribeInstanceTypesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10726        "DescribeIpv6PoolsRequest$NextToken": "<p>The token for the next page of results.</p>",
10727        "DescribeIpv6PoolsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10728        "DescribeManagedPrefixListsRequest$NextToken": "<p>The token for the next page of results.</p>",
10729        "DescribeManagedPrefixListsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
10730        "DescribeNetworkInsightsAnalysesRequest$NextToken": "<p>The token for the next page of results.</p>",
10731        "DescribeNetworkInsightsPathsRequest$NextToken": "<p>The token for the next page of results.</p>",
10732        "DescribePublicIpv4PoolsRequest$NextToken": "<p>The token for the next page of results.</p>",
10733        "DescribeTrafficMirrorFiltersRequest$NextToken": "<p>The token for the next page of results.</p>",
10734        "DescribeTrafficMirrorSessionsRequest$NextToken": "<p>The token for the next page of results.</p>",
10735        "DescribeTrafficMirrorTargetsRequest$NextToken": "<p>The token for the next page of results.</p>",
10736        "GetAssociatedIpv6PoolCidrsRequest$NextToken": "<p>The token for the next page of results.</p>",
10737        "GetManagedPrefixListAssociationsRequest$NextToken": "<p>The token for the next page of results.</p>",
10738        "GetManagedPrefixListEntriesRequest$NextToken": "<p>The token for the next page of results.</p>",
10739        "GetManagedPrefixListEntriesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>"
10740      }
10741    },
10742    "OccurrenceDayRequestSet": {
10743      "base": null,
10744      "refs": {
10745        "ScheduledInstanceRecurrenceRequest$OccurrenceDays": "<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>"
10746      }
10747    },
10748    "OccurrenceDaySet": {
10749      "base": null,
10750      "refs": {
10751        "ScheduledInstanceRecurrence$OccurrenceDaySet": "<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>"
10752      }
10753    },
10754    "OfferingClassType": {
10755      "base": null,
10756      "refs": {
10757        "DescribeReservedInstancesOfferingsRequest$OfferingClass": "<p>The offering class of the Reserved Instance. Can be <code>standard</code> or <code>convertible</code>.</p>",
10758        "DescribeReservedInstancesRequest$OfferingClass": "<p>Describes whether the Reserved Instance is Standard or Convertible.</p>",
10759        "ReservedInstances$OfferingClass": "<p>The offering class of the Reserved Instance.</p>",
10760        "ReservedInstancesOffering$OfferingClass": "<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>"
10761      }
10762    },
10763    "OfferingId": {
10764      "base": null,
10765      "refs": {
10766        "DescribeHostReservationOfferingsRequest$OfferingId": "<p>The ID of the reservation offering.</p>",
10767        "GetHostReservationPurchasePreviewRequest$OfferingId": "<p>The offering ID of the reservation.</p>",
10768        "PurchaseHostReservationRequest$OfferingId": "<p>The ID of the offering.</p>"
10769      }
10770    },
10771    "OfferingTypeValues": {
10772      "base": null,
10773      "refs": {
10774        "DescribeReservedInstancesOfferingsRequest$OfferingType": "<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>",
10775        "DescribeReservedInstancesRequest$OfferingType": "<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>",
10776        "ReservedInstances$OfferingType": "<p>The Reserved Instance offering type.</p>",
10777        "ReservedInstancesOffering$OfferingType": "<p>The Reserved Instance offering type.</p>"
10778      }
10779    },
10780    "OnDemandAllocationStrategy": {
10781      "base": null,
10782      "refs": {
10783        "SpotFleetRequestConfigData$OnDemandAllocationStrategy": "<p>The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify <code>lowestPrice</code>, Spot Fleet uses price to determine the order, launching the lowest price first. If you specify <code>prioritized</code>, Spot Fleet uses the priority that you assign to each Spot Fleet launch template override, launching the highest priority first. If you do not specify a value, Spot Fleet defaults to <code>lowestPrice</code>.</p>"
10784      }
10785    },
10786    "OnDemandOptions": {
10787      "base": "<p>Describes the configuration of On-Demand Instances in an EC2 Fleet.</p>",
10788      "refs": {
10789        "FleetData$OnDemandOptions": "<p>The allocation strategy of On-Demand Instances in an EC2 Fleet.</p>"
10790      }
10791    },
10792    "OnDemandOptionsRequest": {
10793      "base": "<p>Describes the configuration of On-Demand Instances in an EC2 Fleet.</p>",
10794      "refs": {
10795        "CreateFleetRequest$OnDemandOptions": "<p>Describes the configuration of On-Demand Instances in an EC2 Fleet.</p>"
10796      }
10797    },
10798    "OperationType": {
10799      "base": null,
10800      "refs": {
10801        "ModifyFpgaImageAttributeRequest$OperationType": "<p>The operation type.</p>",
10802        "ModifyImageAttributeRequest$OperationType": "<p>The operation type. This parameter can be used only when the <code>Attribute</code> parameter is <code>launchPermission</code>.</p>",
10803        "ModifySnapshotAttributeRequest$OperationType": "<p>The type of operation to perform to the attribute.</p>"
10804      }
10805    },
10806    "OwnerStringList": {
10807      "base": null,
10808      "refs": {
10809        "DescribeFpgaImagesRequest$Owners": "<p>Filters the AFI by 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>).</p>",
10810        "DescribeImagesRequest$Owners": "<p>Scopes the results to images with the specified owners. You can specify a combination of AWS account IDs, <code>self</code>, <code>amazon</code>, and <code>aws-marketplace</code>. If you omit this parameter, the results include all images for which you have launch permissions, regardless of ownership.</p>",
10811        "DescribeSnapshotsRequest$OwnerIds": "<p>Scopes the results to snapshots with the specified owners. You can specify a combination of AWS account IDs, <code>self</code>, and <code>amazon</code>.</p>"
10812      }
10813    },
10814    "PathComponent": {
10815      "base": "<p>Describes a path component.</p>",
10816      "refs": {
10817        "PathComponentList$member": null
10818      }
10819    },
10820    "PathComponentList": {
10821      "base": null,
10822      "refs": {
10823        "NetworkInsightsAnalysis$ForwardPathComponents": "<p>The components in the path from source to destination.</p>",
10824        "NetworkInsightsAnalysis$ReturnPathComponents": "<p>The components in the path from destination to source.</p>"
10825      }
10826    },
10827    "PaymentOption": {
10828      "base": null,
10829      "refs": {
10830        "HostOffering$PaymentOption": "<p>The available payment option.</p>",
10831        "HostReservation$PaymentOption": "<p>The payment option selected for this reservation.</p>",
10832        "Purchase$PaymentOption": "<p>The payment option for the reservation.</p>"
10833      }
10834    },
10835    "PciId": {
10836      "base": "<p>Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.</p>",
10837      "refs": {
10838        "FpgaImage$PciId": "<p>Information about the PCI bus.</p>"
10839      }
10840    },
10841    "PeeringAttachmentStatus": {
10842      "base": "<p>The status of the transit gateway peering attachment.</p>",
10843      "refs": {
10844        "TransitGatewayPeeringAttachment$Status": "<p>The status of the transit gateway peering attachment.</p>"
10845      }
10846    },
10847    "PeeringConnectionOptions": {
10848      "base": "<p>Describes the VPC peering connection options.</p>",
10849      "refs": {
10850        "ModifyVpcPeeringConnectionOptionsResult$AccepterPeeringConnectionOptions": "<p>Information about the VPC peering connection options for the accepter VPC.</p>",
10851        "ModifyVpcPeeringConnectionOptionsResult$RequesterPeeringConnectionOptions": "<p>Information about the VPC peering connection options for the requester VPC.</p>"
10852      }
10853    },
10854    "PeeringConnectionOptionsRequest": {
10855      "base": "<p>The VPC peering connection options.</p>",
10856      "refs": {
10857        "ModifyVpcPeeringConnectionOptionsRequest$AccepterPeeringConnectionOptions": "<p>The VPC peering connection options for the accepter VPC.</p>",
10858        "ModifyVpcPeeringConnectionOptionsRequest$RequesterPeeringConnectionOptions": "<p>The VPC peering connection options for the requester VPC.</p>"
10859      }
10860    },
10861    "PeeringTgwInfo": {
10862      "base": "<p>Information about the transit gateway in the peering attachment.</p>",
10863      "refs": {
10864        "TransitGatewayPeeringAttachment$RequesterTgwInfo": "<p>Information about the requester transit gateway.</p>",
10865        "TransitGatewayPeeringAttachment$AccepterTgwInfo": "<p>Information about the accepter transit gateway.</p>"
10866      }
10867    },
10868    "PermissionGroup": {
10869      "base": null,
10870      "refs": {
10871        "CreateVolumePermission$Group": "<p>The group to be added or removed. The possible value is <code>all</code>.</p>",
10872        "LaunchPermission$Group": "<p>The name of the group.</p>",
10873        "LoadPermission$Group": "<p>The name of the group.</p>",
10874        "LoadPermissionRequest$Group": "<p>The name of the group.</p>"
10875      }
10876    },
10877    "Phase1DHGroupNumbersList": {
10878      "base": null,
10879      "refs": {
10880        "TunnelOption$Phase1DHGroupNumbers": "<p>The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE negotiations.</p>"
10881      }
10882    },
10883    "Phase1DHGroupNumbersListValue": {
10884      "base": "<p>The Diffie-Hellmann group number for phase 1 IKE negotiations.</p>",
10885      "refs": {
10886        "Phase1DHGroupNumbersList$member": null
10887      }
10888    },
10889    "Phase1DHGroupNumbersRequestList": {
10890      "base": null,
10891      "refs": {
10892        "ModifyVpnTunnelOptionsSpecification$Phase1DHGroupNumbers": "<p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.</p> <p>Valid values: <code>2</code> | <code>14</code> | <code>15</code> | <code>16</code> | <code>17</code> | <code>18</code> | <code>19</code> | <code>20</code> | <code>21</code> | <code>22</code> | <code>23</code> | <code>24</code> </p>",
10893        "VpnTunnelOptionsSpecification$Phase1DHGroupNumbers": "<p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.</p> <p>Valid values: <code>2</code> | <code>14</code> | <code>15</code> | <code>16</code> | <code>17</code> | <code>18</code> | <code>19</code> | <code>20</code> | <code>21</code> | <code>22</code> | <code>23</code> | <code>24</code> </p>"
10894      }
10895    },
10896    "Phase1DHGroupNumbersRequestListValue": {
10897      "base": "<p>Specifies a Diffie-Hellman group number for the VPN tunnel for phase 1 IKE negotiations.</p>",
10898      "refs": {
10899        "Phase1DHGroupNumbersRequestList$member": null
10900      }
10901    },
10902    "Phase1EncryptionAlgorithmsList": {
10903      "base": null,
10904      "refs": {
10905        "TunnelOption$Phase1EncryptionAlgorithms": "<p>The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.</p>"
10906      }
10907    },
10908    "Phase1EncryptionAlgorithmsListValue": {
10909      "base": "<p>The encryption algorithm for phase 1 IKE negotiations.</p>",
10910      "refs": {
10911        "Phase1EncryptionAlgorithmsList$member": null
10912      }
10913    },
10914    "Phase1EncryptionAlgorithmsRequestList": {
10915      "base": null,
10916      "refs": {
10917        "ModifyVpnTunnelOptionsSpecification$Phase1EncryptionAlgorithms": "<p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.</p> <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> | <code>AES256-GCM-16</code> </p>",
10918        "VpnTunnelOptionsSpecification$Phase1EncryptionAlgorithms": "<p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.</p> <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> | <code>AES256-GCM-16</code> </p>"
10919      }
10920    },
10921    "Phase1EncryptionAlgorithmsRequestListValue": {
10922      "base": "<p>Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.</p>",
10923      "refs": {
10924        "Phase1EncryptionAlgorithmsRequestList$member": null
10925      }
10926    },
10927    "Phase1IntegrityAlgorithmsList": {
10928      "base": null,
10929      "refs": {
10930        "TunnelOption$Phase1IntegrityAlgorithms": "<p>The permitted integrity algorithms for the VPN tunnel for phase 1 IKE negotiations.</p>"
10931      }
10932    },
10933    "Phase1IntegrityAlgorithmsListValue": {
10934      "base": "<p>The integrity algorithm for phase 1 IKE negotiations.</p>",
10935      "refs": {
10936        "Phase1IntegrityAlgorithmsList$member": null
10937      }
10938    },
10939    "Phase1IntegrityAlgorithmsRequestList": {
10940      "base": null,
10941      "refs": {
10942        "ModifyVpnTunnelOptionsSpecification$Phase1IntegrityAlgorithms": "<p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.</p> <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> | <code>SHA2-512</code> </p>",
10943        "VpnTunnelOptionsSpecification$Phase1IntegrityAlgorithms": "<p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.</p> <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> | <code>SHA2-512</code> </p>"
10944      }
10945    },
10946    "Phase1IntegrityAlgorithmsRequestListValue": {
10947      "base": "<p>Specifies the integrity algorithm for the VPN tunnel for phase 1 IKE negotiations.</p>",
10948      "refs": {
10949        "Phase1IntegrityAlgorithmsRequestList$member": null
10950      }
10951    },
10952    "Phase2DHGroupNumbersList": {
10953      "base": null,
10954      "refs": {
10955        "TunnelOption$Phase2DHGroupNumbers": "<p>The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE negotiations.</p>"
10956      }
10957    },
10958    "Phase2DHGroupNumbersListValue": {
10959      "base": "<p>The Diffie-Hellmann group number for phase 2 IKE negotiations.</p>",
10960      "refs": {
10961        "Phase2DHGroupNumbersList$member": null
10962      }
10963    },
10964    "Phase2DHGroupNumbersRequestList": {
10965      "base": null,
10966      "refs": {
10967        "ModifyVpnTunnelOptionsSpecification$Phase2DHGroupNumbers": "<p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.</p> <p>Valid values: <code>2</code> | <code>5</code> | <code>14</code> | <code>15</code> | <code>16</code> | <code>17</code> | <code>18</code> | <code>19</code> | <code>20</code> | <code>21</code> | <code>22</code> | <code>23</code> | <code>24</code> </p>",
10968        "VpnTunnelOptionsSpecification$Phase2DHGroupNumbers": "<p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.</p> <p>Valid values: <code>2</code> | <code>5</code> | <code>14</code> | <code>15</code> | <code>16</code> | <code>17</code> | <code>18</code> | <code>19</code> | <code>20</code> | <code>21</code> | <code>22</code> | <code>23</code> | <code>24</code> </p>"
10969      }
10970    },
10971    "Phase2DHGroupNumbersRequestListValue": {
10972      "base": "<p>Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE negotiations.</p>",
10973      "refs": {
10974        "Phase2DHGroupNumbersRequestList$member": null
10975      }
10976    },
10977    "Phase2EncryptionAlgorithmsList": {
10978      "base": null,
10979      "refs": {
10980        "TunnelOption$Phase2EncryptionAlgorithms": "<p>The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.</p>"
10981      }
10982    },
10983    "Phase2EncryptionAlgorithmsListValue": {
10984      "base": "<p>The encryption algorithm for phase 2 IKE negotiations.</p>",
10985      "refs": {
10986        "Phase2EncryptionAlgorithmsList$member": null
10987      }
10988    },
10989    "Phase2EncryptionAlgorithmsRequestList": {
10990      "base": null,
10991      "refs": {
10992        "ModifyVpnTunnelOptionsSpecification$Phase2EncryptionAlgorithms": "<p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.</p> <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> | <code>AES256-GCM-16</code> </p>",
10993        "VpnTunnelOptionsSpecification$Phase2EncryptionAlgorithms": "<p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.</p> <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> | <code>AES256-GCM-16</code> </p>"
10994      }
10995    },
10996    "Phase2EncryptionAlgorithmsRequestListValue": {
10997      "base": "<p>Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.</p>",
10998      "refs": {
10999        "Phase2EncryptionAlgorithmsRequestList$member": null
11000      }
11001    },
11002    "Phase2IntegrityAlgorithmsList": {
11003      "base": null,
11004      "refs": {
11005        "TunnelOption$Phase2IntegrityAlgorithms": "<p>The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.</p>"
11006      }
11007    },
11008    "Phase2IntegrityAlgorithmsListValue": {
11009      "base": "<p>The integrity algorithm for phase 2 IKE negotiations.</p>",
11010      "refs": {
11011        "Phase2IntegrityAlgorithmsList$member": null
11012      }
11013    },
11014    "Phase2IntegrityAlgorithmsRequestList": {
11015      "base": null,
11016      "refs": {
11017        "ModifyVpnTunnelOptionsSpecification$Phase2IntegrityAlgorithms": "<p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.</p> <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> | <code>SHA2-512</code> </p>",
11018        "VpnTunnelOptionsSpecification$Phase2IntegrityAlgorithms": "<p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.</p> <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> | <code>SHA2-512</code> </p>"
11019      }
11020    },
11021    "Phase2IntegrityAlgorithmsRequestListValue": {
11022      "base": "<p>Specifies the integrity algorithm for the VPN tunnel for phase 2 IKE negotiations.</p>",
11023      "refs": {
11024        "Phase2IntegrityAlgorithmsRequestList$member": null
11025      }
11026    },
11027    "Placement": {
11028      "base": "<p>Describes the placement of an instance.</p>",
11029      "refs": {
11030        "FleetLaunchTemplateOverridesRequest$Placement": "<p>The location where the instance launched, if applicable.</p>",
11031        "ImportInstanceLaunchSpecification$Placement": "<p>The placement information for the instance.</p>",
11032        "Instance$Placement": "<p>The location where the instance launched, if applicable.</p>",
11033        "RunInstancesRequest$Placement": "<p>The placement for the instance.</p>"
11034      }
11035    },
11036    "PlacementGroup": {
11037      "base": "<p>Describes a placement group.</p>",
11038      "refs": {
11039        "CreatePlacementGroupResult$PlacementGroup": null,
11040        "PlacementGroupList$member": null
11041      }
11042    },
11043    "PlacementGroupId": {
11044      "base": null,
11045      "refs": {
11046        "PlacementGroupIdStringList$member": null
11047      }
11048    },
11049    "PlacementGroupIdStringList": {
11050      "base": null,
11051      "refs": {
11052        "DescribePlacementGroupsRequest$GroupIds": "<p>The IDs of the placement groups.</p>"
11053      }
11054    },
11055    "PlacementGroupInfo": {
11056      "base": "<p>Describes the placement group support of the instance type.</p>",
11057      "refs": {
11058        "InstanceTypeInfo$PlacementGroupInfo": "<p>Describes the placement group settings for the instance type.</p>"
11059      }
11060    },
11061    "PlacementGroupList": {
11062      "base": null,
11063      "refs": {
11064        "DescribePlacementGroupsResult$PlacementGroups": "<p>Information about the placement groups.</p>"
11065      }
11066    },
11067    "PlacementGroupName": {
11068      "base": null,
11069      "refs": {
11070        "DeletePlacementGroupRequest$GroupName": "<p>The name of the placement group.</p>",
11071        "LaunchTemplatePlacementRequest$GroupName": "<p>The name of the placement group for the instance.</p>",
11072        "ModifyInstancePlacementRequest$GroupName": "<p>The name of the placement group in which to place the instance. For spread placement groups, the instance must have a tenancy of <code>default</code>. For cluster and partition placement groups, the instance must have a tenancy of <code>default</code> or <code>dedicated</code>.</p> <p>To remove an instance from a placement group, specify an empty string (\"\").</p>",
11073        "PlacementGroupStringList$member": null,
11074        "ScheduledInstancesPlacement$GroupName": "<p>The name of the placement group.</p>"
11075      }
11076    },
11077    "PlacementGroupState": {
11078      "base": null,
11079      "refs": {
11080        "PlacementGroup$State": "<p>The state of the placement group.</p>"
11081      }
11082    },
11083    "PlacementGroupStrategy": {
11084      "base": null,
11085      "refs": {
11086        "PlacementGroupStrategyList$member": null
11087      }
11088    },
11089    "PlacementGroupStrategyList": {
11090      "base": null,
11091      "refs": {
11092        "PlacementGroupInfo$SupportedStrategies": "<p>The supported placement group types.</p>"
11093      }
11094    },
11095    "PlacementGroupStringList": {
11096      "base": null,
11097      "refs": {
11098        "DescribePlacementGroupsRequest$GroupNames": "<p>The names of the placement groups.</p> <p>Default: Describes all your placement groups, or only those otherwise specified.</p>"
11099      }
11100    },
11101    "PlacementResponse": {
11102      "base": "<p>Describes the placement of an instance.</p>",
11103      "refs": {
11104        "FleetLaunchTemplateOverrides$Placement": "<p>The location where the instance launched, if applicable.</p>"
11105      }
11106    },
11107    "PlacementStrategy": {
11108      "base": null,
11109      "refs": {
11110        "CreatePlacementGroupRequest$Strategy": "<p>The placement strategy.</p>",
11111        "PlacementGroup$Strategy": "<p>The placement strategy.</p>"
11112      }
11113    },
11114    "PlatformValues": {
11115      "base": null,
11116      "refs": {
11117        "CreateFleetInstance$Platform": "<p>The value is <code>Windows</code> for Windows instances. Otherwise, the value is blank.</p>",
11118        "DescribeFleetsInstances$Platform": "<p>The value is <code>Windows</code> for Windows instances. Otherwise, the value is blank.</p>",
11119        "Image$Platform": "<p>This value is set to <code>windows</code> for Windows AMIs; otherwise, it is blank.</p>",
11120        "ImportInstanceRequest$Platform": "<p>The instance operating system.</p>",
11121        "ImportInstanceTaskDetails$Platform": "<p>The instance operating system.</p>",
11122        "Instance$Platform": "<p>The value is <code>Windows</code> for Windows instances; otherwise blank.</p>"
11123      }
11124    },
11125    "PoolCidrBlock": {
11126      "base": "<p>Describes a CIDR block for an address pool.</p>",
11127      "refs": {
11128        "PoolCidrBlocksSet$member": null
11129      }
11130    },
11131    "PoolCidrBlocksSet": {
11132      "base": null,
11133      "refs": {
11134        "Ipv6Pool$PoolCidrBlocks": "<p>The CIDR blocks for the address pool.</p>"
11135      }
11136    },
11137    "PoolMaxResults": {
11138      "base": null,
11139      "refs": {
11140        "DescribePublicIpv4PoolsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
11141      }
11142    },
11143    "Port": {
11144      "base": null,
11145      "refs": {
11146        "AnalysisLoadBalancerListener$LoadBalancerPort": "<p>The port on which the load balancer is listening.</p>",
11147        "AnalysisLoadBalancerListener$InstancePort": "<p>[Classic Load Balancers] The back-end port for the listener.</p>",
11148        "AnalysisLoadBalancerTarget$Port": "<p>The port on which the target is listening.</p>",
11149        "CreateNetworkInsightsPathRequest$DestinationPort": "<p>The destination port.</p>",
11150        "Explanation$LoadBalancerListenerPort": "<p>The listener port of the load balancer.</p>",
11151        "Explanation$LoadBalancerTargetPort": "<p>The target port.</p>",
11152        "Explanation$Port": "<p>The port.</p>"
11153      }
11154    },
11155    "PortRange": {
11156      "base": "<p>Describes a range of ports.</p>",
11157      "refs": {
11158        "AnalysisAclRule$PortRange": "<p>The range of ports.</p>",
11159        "AnalysisSecurityGroupRule$PortRange": "<p>The port range.</p>",
11160        "CreateNetworkAclEntryRequest$PortRange": "<p>TCP or UDP protocols: The range of ports the rule applies to. Required if specifying protocol 6 (TCP) or 17 (UDP).</p>",
11161        "NetworkAclEntry$PortRange": "<p>TCP or UDP protocols: The range of ports the rule applies to.</p>",
11162        "PortRangeList$member": null,
11163        "ReplaceNetworkAclEntryRequest$PortRange": "<p>TCP or UDP protocols: The range of ports the rule applies to. Required if specifying protocol 6 (TCP) or 17 (UDP).</p>"
11164      }
11165    },
11166    "PortRangeList": {
11167      "base": null,
11168      "refs": {
11169        "AnalysisPacketHeader$DestinationPortRanges": "<p>The destination port ranges.</p>",
11170        "AnalysisPacketHeader$SourcePortRanges": "<p>The source port ranges.</p>",
11171        "Explanation$PortRanges": "<p>The port ranges.</p>"
11172      }
11173    },
11174    "PrefixList": {
11175      "base": "<p>Describes prefixes for AWS services.</p>",
11176      "refs": {
11177        "PrefixListSet$member": null
11178      }
11179    },
11180    "PrefixListAssociation": {
11181      "base": "<p>Describes the resource with which a prefix list is associated.</p>",
11182      "refs": {
11183        "PrefixListAssociationSet$member": null
11184      }
11185    },
11186    "PrefixListAssociationSet": {
11187      "base": null,
11188      "refs": {
11189        "GetManagedPrefixListAssociationsResult$PrefixListAssociations": "<p>Information about the associations.</p>"
11190      }
11191    },
11192    "PrefixListEntry": {
11193      "base": "<p>Describes a prefix list entry.</p>",
11194      "refs": {
11195        "PrefixListEntrySet$member": null
11196      }
11197    },
11198    "PrefixListEntrySet": {
11199      "base": null,
11200      "refs": {
11201        "GetManagedPrefixListEntriesResult$Entries": "<p>Information about the prefix list entries.</p>"
11202      }
11203    },
11204    "PrefixListId": {
11205      "base": "<p>Describes a prefix list ID.</p>",
11206      "refs": {
11207        "PrefixListIdList$member": null
11208      }
11209    },
11210    "PrefixListIdList": {
11211      "base": null,
11212      "refs": {
11213        "IpPermission$PrefixListIds": "<p>[VPC only] The prefix list IDs.</p>"
11214      }
11215    },
11216    "PrefixListIdSet": {
11217      "base": null,
11218      "refs": {
11219        "StaleIpPermission$PrefixListIds": "<p>The prefix list IDs. Not applicable for stale security group rules.</p>"
11220      }
11221    },
11222    "PrefixListMaxResults": {
11223      "base": null,
11224      "refs": {
11225        "DescribeManagedPrefixListsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
11226        "GetManagedPrefixListEntriesRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
11227      }
11228    },
11229    "PrefixListResourceId": {
11230      "base": null,
11231      "refs": {
11232        "CreateRouteRequest$DestinationPrefixListId": "<p>The ID of a prefix list used for the destination match.</p>",
11233        "CreateTransitGatewayPrefixListReferenceRequest$PrefixListId": "<p>The ID of the prefix list that is used for destination matches.</p>",
11234        "DeleteManagedPrefixListRequest$PrefixListId": "<p>The ID of the prefix list.</p>",
11235        "DeleteRouteRequest$DestinationPrefixListId": "<p>The ID of the prefix list for the route.</p>",
11236        "DeleteTransitGatewayPrefixListReferenceRequest$PrefixListId": "<p>The ID of the prefix list.</p>",
11237        "GetManagedPrefixListAssociationsRequest$PrefixListId": "<p>The ID of the prefix list.</p>",
11238        "GetManagedPrefixListEntriesRequest$PrefixListId": "<p>The ID of the prefix list.</p>",
11239        "ManagedPrefixList$PrefixListId": "<p>The ID of the prefix list.</p>",
11240        "ModifyManagedPrefixListRequest$PrefixListId": "<p>The ID of the prefix list.</p>",
11241        "ModifyTransitGatewayPrefixListReferenceRequest$PrefixListId": "<p>The ID of the prefix list.</p>",
11242        "PrefixListResourceIdStringList$member": null,
11243        "ReplaceRouteRequest$DestinationPrefixListId": "<p>The ID of the prefix list for the route.</p>",
11244        "RestoreManagedPrefixListVersionRequest$PrefixListId": "<p>The ID of the prefix list.</p>",
11245        "TransitGatewayPrefixListReference$PrefixListId": "<p>The ID of the prefix list.</p>",
11246        "TransitGatewayRoute$PrefixListId": "<p>The ID of the prefix list used for destination matches.</p>"
11247      }
11248    },
11249    "PrefixListResourceIdStringList": {
11250      "base": null,
11251      "refs": {
11252        "DescribePrefixListsRequest$PrefixListIds": "<p>One or more prefix list IDs.</p>"
11253      }
11254    },
11255    "PrefixListSet": {
11256      "base": null,
11257      "refs": {
11258        "DescribePrefixListsResult$PrefixLists": "<p>All available prefix lists.</p>"
11259      }
11260    },
11261    "PrefixListState": {
11262      "base": null,
11263      "refs": {
11264        "ManagedPrefixList$State": "<p>The state of the prefix list.</p>"
11265      }
11266    },
11267    "PriceSchedule": {
11268      "base": "<p>Describes the price for a Reserved Instance.</p>",
11269      "refs": {
11270        "PriceScheduleList$member": null
11271      }
11272    },
11273    "PriceScheduleList": {
11274      "base": null,
11275      "refs": {
11276        "ReservedInstancesListing$PriceSchedules": "<p>The price of the Reserved Instance listing.</p>"
11277      }
11278    },
11279    "PriceScheduleSpecification": {
11280      "base": "<p>Describes the price for a Reserved Instance.</p>",
11281      "refs": {
11282        "PriceScheduleSpecificationList$member": null
11283      }
11284    },
11285    "PriceScheduleSpecificationList": {
11286      "base": null,
11287      "refs": {
11288        "CreateReservedInstancesListingRequest$PriceSchedules": "<p>A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.</p>"
11289      }
11290    },
11291    "PricingDetail": {
11292      "base": "<p>Describes a Reserved Instance offering.</p>",
11293      "refs": {
11294        "PricingDetailsList$member": null
11295      }
11296    },
11297    "PricingDetailsList": {
11298      "base": null,
11299      "refs": {
11300        "ReservedInstancesOffering$PricingDetails": "<p>The pricing details of the Reserved Instance offering.</p>"
11301      }
11302    },
11303    "PrincipalIdFormat": {
11304      "base": "<p>PrincipalIdFormat description</p>",
11305      "refs": {
11306        "PrincipalIdFormatList$member": null
11307      }
11308    },
11309    "PrincipalIdFormatList": {
11310      "base": null,
11311      "refs": {
11312        "DescribePrincipalIdFormatResult$Principals": "<p>Information about the ID format settings for the ARN.</p>"
11313      }
11314    },
11315    "PrincipalType": {
11316      "base": null,
11317      "refs": {
11318        "AllowedPrincipal$PrincipalType": "<p>The type of principal.</p>"
11319      }
11320    },
11321    "PrivateDnsDetails": {
11322      "base": "<p>Information about the Private DNS name for interface endpoints.</p>",
11323      "refs": {
11324        "PrivateDnsDetailsSet$member": null
11325      }
11326    },
11327    "PrivateDnsDetailsSet": {
11328      "base": null,
11329      "refs": {
11330        "ServiceDetail$PrivateDnsNames": "<p>The private DNS names assigned to the VPC endpoint service. </p>"
11331      }
11332    },
11333    "PrivateDnsNameConfiguration": {
11334      "base": "<p>Information about the private DNS name for the service endpoint. For more information about these parameters, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/ndpoint-services-dns-validation.html\">VPC Endpoint Service Private DNS Name Verification</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
11335      "refs": {
11336        "ServiceConfiguration$PrivateDnsNameConfiguration": "<p>Information about the endpoint service private DNS name configuration.</p>"
11337      }
11338    },
11339    "PrivateIpAddressConfigSet": {
11340      "base": null,
11341      "refs": {
11342        "ScheduledInstancesNetworkInterface$PrivateIpAddressConfigs": "<p>The private IPv4 addresses.</p>"
11343      }
11344    },
11345    "PrivateIpAddressSpecification": {
11346      "base": "<p>Describes a secondary private IPv4 address for a network interface.</p>",
11347      "refs": {
11348        "PrivateIpAddressSpecificationList$member": null
11349      }
11350    },
11351    "PrivateIpAddressSpecificationList": {
11352      "base": null,
11353      "refs": {
11354        "CreateNetworkInterfaceRequest$PrivateIpAddresses": "<p>One or more private IPv4 addresses.</p>",
11355        "InstanceNetworkInterfaceSpecification$PrivateIpAddresses": "<p>One or more private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html\">RunInstances</a> request.</p>",
11356        "LaunchTemplateInstanceNetworkInterfaceSpecification$PrivateIpAddresses": "<p>One or more private IPv4 addresses.</p>",
11357        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrivateIpAddresses": "<p>One or more private IPv4 addresses.</p>"
11358      }
11359    },
11360    "PrivateIpAddressStringList": {
11361      "base": null,
11362      "refs": {
11363        "AssignPrivateIpAddressesRequest$PrivateIpAddresses": "<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>",
11364        "UnassignPrivateIpAddressesRequest$PrivateIpAddresses": "<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>"
11365      }
11366    },
11367    "ProcessorInfo": {
11368      "base": "<p>Describes the processor used by the instance type.</p>",
11369      "refs": {
11370        "InstanceTypeInfo$ProcessorInfo": "<p>Describes the processor.</p>"
11371      }
11372    },
11373    "ProcessorSustainedClockSpeed": {
11374      "base": null,
11375      "refs": {
11376        "ProcessorInfo$SustainedClockSpeedInGhz": "<p>The speed of the processor, in GHz.</p>"
11377      }
11378    },
11379    "ProductCode": {
11380      "base": "<p>Describes a product code.</p>",
11381      "refs": {
11382        "ProductCodeList$member": null
11383      }
11384    },
11385    "ProductCodeList": {
11386      "base": null,
11387      "refs": {
11388        "DescribeSnapshotAttributeResult$ProductCodes": "<p>The product codes.</p>",
11389        "DescribeVolumeAttributeResult$ProductCodes": "<p>A list of product codes.</p>",
11390        "FpgaImage$ProductCodes": "<p>The product codes for the AFI.</p>",
11391        "FpgaImageAttribute$ProductCodes": "<p>The product codes.</p>",
11392        "Image$ProductCodes": "<p>Any product codes associated with the AMI.</p>",
11393        "ImageAttribute$ProductCodes": "<p>The product codes.</p>",
11394        "Instance$ProductCodes": "<p>The product codes attached to this instance, if applicable.</p>",
11395        "InstanceAttribute$ProductCodes": "<p>A list of product codes.</p>"
11396      }
11397    },
11398    "ProductCodeStringList": {
11399      "base": null,
11400      "refs": {
11401        "ModifyFpgaImageAttributeRequest$ProductCodes": "<p>The product codes. After you add a product code to an AFI, it can't be removed. This parameter is valid only when modifying the <code>productCodes</code> attribute.</p>",
11402        "ModifyImageAttributeRequest$ProductCodes": "<p>The DevPay product codes. After you add a product code to an AMI, it can't be removed.</p>"
11403      }
11404    },
11405    "ProductCodeValues": {
11406      "base": null,
11407      "refs": {
11408        "ProductCode$ProductCodeType": "<p>The type of product code.</p>"
11409      }
11410    },
11411    "ProductDescriptionList": {
11412      "base": null,
11413      "refs": {
11414        "DescribeSpotPriceHistoryRequest$ProductDescriptions": "<p>Filters the results by the specified basic product descriptions.</p>"
11415      }
11416    },
11417    "PropagatingVgw": {
11418      "base": "<p>Describes a virtual private gateway propagating route.</p>",
11419      "refs": {
11420        "PropagatingVgwList$member": null
11421      }
11422    },
11423    "PropagatingVgwList": {
11424      "base": null,
11425      "refs": {
11426        "RouteTable$PropagatingVgws": "<p>Any virtual private gateway (VGW) propagating routes.</p>"
11427      }
11428    },
11429    "Protocol": {
11430      "base": null,
11431      "refs": {
11432        "CreateNetworkInsightsPathRequest$Protocol": "<p>The protocol.</p>",
11433        "NetworkInsightsPath$Protocol": "<p>The protocol.</p>"
11434      }
11435    },
11436    "ProtocolValue": {
11437      "base": null,
11438      "refs": {
11439        "CreateTransitGatewayConnectRequestOptions$Protocol": "<p>The tunnel protocol.</p>",
11440        "TransitGatewayConnectOptions$Protocol": "<p>The tunnel protocol.</p>",
11441        "TransitGatewayConnectPeerConfiguration$Protocol": "<p>The tunnel protocol.</p>"
11442      }
11443    },
11444    "ProvisionByoipCidrRequest": {
11445      "base": null,
11446      "refs": {
11447      }
11448    },
11449    "ProvisionByoipCidrResult": {
11450      "base": null,
11451      "refs": {
11452      }
11453    },
11454    "ProvisionedBandwidth": {
11455      "base": "<p>Reserved. If you need to sustain traffic greater than the <a href=\"https://docs.aws.amazon.com/vpc/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>",
11456      "refs": {
11457        "NatGateway$ProvisionedBandwidth": "<p>Reserved. If you need to sustain traffic greater than the <a href=\"https://docs.aws.amazon.com/vpc/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>"
11458      }
11459    },
11460    "PublicIpAddress": {
11461      "base": null,
11462      "refs": {
11463        "AllocateAddressRequest$Address": "<p>[EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address pool.</p>"
11464      }
11465    },
11466    "PublicIpStringList": {
11467      "base": null,
11468      "refs": {
11469        "DescribeAddressesRequest$PublicIps": "<p>One or more Elastic IP addresses.</p> <p>Default: Describes all your Elastic IP addresses.</p>"
11470      }
11471    },
11472    "PublicIpv4Pool": {
11473      "base": "<p>Describes an IPv4 address pool.</p>",
11474      "refs": {
11475        "PublicIpv4PoolSet$member": null
11476      }
11477    },
11478    "PublicIpv4PoolIdStringList": {
11479      "base": null,
11480      "refs": {
11481        "DescribePublicIpv4PoolsRequest$PoolIds": "<p>The IDs of the address pools.</p>"
11482      }
11483    },
11484    "PublicIpv4PoolRange": {
11485      "base": "<p>Describes an address range of an IPv4 address pool.</p>",
11486      "refs": {
11487        "PublicIpv4PoolRangeSet$member": null
11488      }
11489    },
11490    "PublicIpv4PoolRangeSet": {
11491      "base": null,
11492      "refs": {
11493        "PublicIpv4Pool$PoolAddressRanges": "<p>The address ranges.</p>"
11494      }
11495    },
11496    "PublicIpv4PoolSet": {
11497      "base": null,
11498      "refs": {
11499        "DescribePublicIpv4PoolsResult$PublicIpv4Pools": "<p>Information about the address pools.</p>"
11500      }
11501    },
11502    "Purchase": {
11503      "base": "<p>Describes the result of the purchase.</p>",
11504      "refs": {
11505        "PurchaseSet$member": null
11506      }
11507    },
11508    "PurchaseHostReservationRequest": {
11509      "base": null,
11510      "refs": {
11511      }
11512    },
11513    "PurchaseHostReservationResult": {
11514      "base": null,
11515      "refs": {
11516      }
11517    },
11518    "PurchaseRequest": {
11519      "base": "<p>Describes a request to purchase Scheduled Instances.</p>",
11520      "refs": {
11521        "PurchaseRequestSet$member": null
11522      }
11523    },
11524    "PurchaseRequestSet": {
11525      "base": null,
11526      "refs": {
11527        "PurchaseScheduledInstancesRequest$PurchaseRequests": "<p>The purchase requests.</p>"
11528      }
11529    },
11530    "PurchaseReservedInstancesOfferingRequest": {
11531      "base": "<p>Contains the parameters for PurchaseReservedInstancesOffering.</p>",
11532      "refs": {
11533      }
11534    },
11535    "PurchaseReservedInstancesOfferingResult": {
11536      "base": "<p>Contains the output of PurchaseReservedInstancesOffering.</p>",
11537      "refs": {
11538      }
11539    },
11540    "PurchaseScheduledInstancesRequest": {
11541      "base": "<p>Contains the parameters for PurchaseScheduledInstances.</p>",
11542      "refs": {
11543      }
11544    },
11545    "PurchaseScheduledInstancesResult": {
11546      "base": "<p>Contains the output of PurchaseScheduledInstances.</p>",
11547      "refs": {
11548      }
11549    },
11550    "PurchaseSet": {
11551      "base": null,
11552      "refs": {
11553        "GetHostReservationPurchasePreviewResult$Purchase": "<p>The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.</p>",
11554        "PurchaseHostReservationResult$Purchase": "<p>Describes the details of the purchase.</p>"
11555      }
11556    },
11557    "PurchasedScheduledInstanceSet": {
11558      "base": null,
11559      "refs": {
11560        "PurchaseScheduledInstancesResult$ScheduledInstanceSet": "<p>Information about the Scheduled Instances.</p>"
11561      }
11562    },
11563    "RIProductDescription": {
11564      "base": null,
11565      "refs": {
11566        "DescribeReservedInstancesOfferingsRequest$ProductDescription": "<p>The Reserved Instance product platform description. Instances that include <code>(Amazon VPC)</code> in the description are for use with Amazon VPC.</p>",
11567        "ReservedInstances$ProductDescription": "<p>The Reserved Instance product platform description.</p>",
11568        "ReservedInstancesOffering$ProductDescription": "<p>The Reserved Instance product platform description.</p>",
11569        "SpotInstanceRequest$ProductDescription": "<p>The product description associated with the Spot Instance.</p>",
11570        "SpotPrice$ProductDescription": "<p>A general description of the AMI.</p>"
11571      }
11572    },
11573    "RamdiskId": {
11574      "base": null,
11575      "refs": {
11576        "RegisterImageRequest$RamdiskId": "<p>The ID of the RAM disk.</p>",
11577        "RequestLaunchTemplateData$RamDiskId": "<p>The ID of the RAM disk.</p> <important> <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html\">User Provided Kernels</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> </important>",
11578        "RequestSpotLaunchSpecification$RamdiskId": "<p>The ID of the RAM disk.</p>",
11579        "RunInstancesRequest$RamdiskId": "<p>The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the AWS Resource Center and search for the kernel ID.</p> <important> <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html\"> PV-GRUB</a> in the <i>Amazon EC2 User Guide</i>.</p> </important>",
11580        "ScheduledInstancesLaunchSpecification$RamdiskId": "<p>The ID of the RAM disk.</p>"
11581      }
11582    },
11583    "ReasonCodesList": {
11584      "base": null,
11585      "refs": {
11586        "ReportInstanceStatusRequest$ReasonCodes": "<p>The reason codes that describe 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 that I believe are network related.</p> </li> <li> <p> <code>performance-instance-store</code>: My instance is experiencing performance problems that I believe are related to the instance stores.</p> </li> <li> <p> <code>performance-ebs-volume</code>: My instance is experiencing performance problems that 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>"
11587      }
11588    },
11589    "RebootInstancesRequest": {
11590      "base": null,
11591      "refs": {
11592      }
11593    },
11594    "RecurringCharge": {
11595      "base": "<p>Describes a recurring charge.</p>",
11596      "refs": {
11597        "RecurringChargesList$member": null
11598      }
11599    },
11600    "RecurringChargeFrequency": {
11601      "base": null,
11602      "refs": {
11603        "RecurringCharge$Frequency": "<p>The frequency of the recurring charge.</p>"
11604      }
11605    },
11606    "RecurringChargesList": {
11607      "base": null,
11608      "refs": {
11609        "ReservedInstances$RecurringCharges": "<p>The recurring charge tag assigned to the resource.</p>",
11610        "ReservedInstancesOffering$RecurringCharges": "<p>The recurring charge tag assigned to the resource.</p>"
11611      }
11612    },
11613    "Region": {
11614      "base": "<p>Describes a Region.</p>",
11615      "refs": {
11616        "RegionList$member": null
11617      }
11618    },
11619    "RegionList": {
11620      "base": null,
11621      "refs": {
11622        "DescribeRegionsResult$Regions": "<p>Information about the Regions.</p>"
11623      }
11624    },
11625    "RegionNameStringList": {
11626      "base": null,
11627      "refs": {
11628        "DescribeRegionsRequest$RegionNames": "<p>The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.</p>"
11629      }
11630    },
11631    "RegisterImageRequest": {
11632      "base": "<p>Contains the parameters for RegisterImage.</p>",
11633      "refs": {
11634      }
11635    },
11636    "RegisterImageResult": {
11637      "base": "<p>Contains the output of RegisterImage.</p>",
11638      "refs": {
11639      }
11640    },
11641    "RegisterInstanceEventNotificationAttributesRequest": {
11642      "base": null,
11643      "refs": {
11644      }
11645    },
11646    "RegisterInstanceEventNotificationAttributesResult": {
11647      "base": null,
11648      "refs": {
11649      }
11650    },
11651    "RegisterInstanceTagAttributeRequest": {
11652      "base": "<p>Information about the tag keys to register for the current Region. You can either specify individual tag keys or register all tag keys in the current Region. You must specify either <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>",
11653      "refs": {
11654        "RegisterInstanceEventNotificationAttributesRequest$InstanceTagAttribute": "<p>Information about the tag keys to register.</p>"
11655      }
11656    },
11657    "RegisterTransitGatewayMulticastGroupMembersRequest": {
11658      "base": null,
11659      "refs": {
11660      }
11661    },
11662    "RegisterTransitGatewayMulticastGroupMembersResult": {
11663      "base": null,
11664      "refs": {
11665      }
11666    },
11667    "RegisterTransitGatewayMulticastGroupSourcesRequest": {
11668      "base": null,
11669      "refs": {
11670      }
11671    },
11672    "RegisterTransitGatewayMulticastGroupSourcesResult": {
11673      "base": null,
11674      "refs": {
11675      }
11676    },
11677    "RejectTransitGatewayMulticastDomainAssociationsRequest": {
11678      "base": null,
11679      "refs": {
11680      }
11681    },
11682    "RejectTransitGatewayMulticastDomainAssociationsResult": {
11683      "base": null,
11684      "refs": {
11685      }
11686    },
11687    "RejectTransitGatewayPeeringAttachmentRequest": {
11688      "base": null,
11689      "refs": {
11690      }
11691    },
11692    "RejectTransitGatewayPeeringAttachmentResult": {
11693      "base": null,
11694      "refs": {
11695      }
11696    },
11697    "RejectTransitGatewayVpcAttachmentRequest": {
11698      "base": null,
11699      "refs": {
11700      }
11701    },
11702    "RejectTransitGatewayVpcAttachmentResult": {
11703      "base": null,
11704      "refs": {
11705      }
11706    },
11707    "RejectVpcEndpointConnectionsRequest": {
11708      "base": null,
11709      "refs": {
11710      }
11711    },
11712    "RejectVpcEndpointConnectionsResult": {
11713      "base": null,
11714      "refs": {
11715      }
11716    },
11717    "RejectVpcPeeringConnectionRequest": {
11718      "base": null,
11719      "refs": {
11720      }
11721    },
11722    "RejectVpcPeeringConnectionResult": {
11723      "base": null,
11724      "refs": {
11725      }
11726    },
11727    "ReleaseAddressRequest": {
11728      "base": null,
11729      "refs": {
11730      }
11731    },
11732    "ReleaseHostsRequest": {
11733      "base": null,
11734      "refs": {
11735      }
11736    },
11737    "ReleaseHostsResult": {
11738      "base": null,
11739      "refs": {
11740      }
11741    },
11742    "RemovePrefixListEntries": {
11743      "base": null,
11744      "refs": {
11745        "ModifyManagedPrefixListRequest$RemoveEntries": "<p>One or more entries to remove from the prefix list.</p>"
11746      }
11747    },
11748    "RemovePrefixListEntry": {
11749      "base": "<p>An entry for a prefix list.</p>",
11750      "refs": {
11751        "RemovePrefixListEntries$member": null
11752      }
11753    },
11754    "ReplaceIamInstanceProfileAssociationRequest": {
11755      "base": null,
11756      "refs": {
11757      }
11758    },
11759    "ReplaceIamInstanceProfileAssociationResult": {
11760      "base": null,
11761      "refs": {
11762      }
11763    },
11764    "ReplaceNetworkAclAssociationRequest": {
11765      "base": null,
11766      "refs": {
11767      }
11768    },
11769    "ReplaceNetworkAclAssociationResult": {
11770      "base": null,
11771      "refs": {
11772      }
11773    },
11774    "ReplaceNetworkAclEntryRequest": {
11775      "base": null,
11776      "refs": {
11777      }
11778    },
11779    "ReplaceRouteRequest": {
11780      "base": null,
11781      "refs": {
11782      }
11783    },
11784    "ReplaceRouteTableAssociationRequest": {
11785      "base": null,
11786      "refs": {
11787      }
11788    },
11789    "ReplaceRouteTableAssociationResult": {
11790      "base": null,
11791      "refs": {
11792      }
11793    },
11794    "ReplaceTransitGatewayRouteRequest": {
11795      "base": null,
11796      "refs": {
11797      }
11798    },
11799    "ReplaceTransitGatewayRouteResult": {
11800      "base": null,
11801      "refs": {
11802      }
11803    },
11804    "ReplacementStrategy": {
11805      "base": null,
11806      "refs": {
11807        "SpotCapacityRebalance$ReplacementStrategy": "<p>The replacement strategy to use. Only available for fleets of type <code>maintain</code>. You must specify a value, otherwise you get an error.</p> <p>To allow Spot Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted for a Spot Instance in the fleet, specify <code>launch</code>.</p> <note> <p>When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for all instances while they are running.</p> </note>"
11808      }
11809    },
11810    "ReportInstanceReasonCodes": {
11811      "base": null,
11812      "refs": {
11813        "ReasonCodesList$member": null
11814      }
11815    },
11816    "ReportInstanceStatusRequest": {
11817      "base": null,
11818      "refs": {
11819      }
11820    },
11821    "ReportStatusType": {
11822      "base": null,
11823      "refs": {
11824        "ReportInstanceStatusRequest$Status": "<p>The status of all instances listed.</p>"
11825      }
11826    },
11827    "RequestHostIdList": {
11828      "base": null,
11829      "refs": {
11830        "DescribeHostsRequest$HostIds": "<p>The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches.</p>",
11831        "ModifyHostsRequest$HostIds": "<p>The IDs of the Dedicated Hosts to modify.</p>",
11832        "ReleaseHostsRequest$HostIds": "<p>The IDs of the Dedicated Hosts to release.</p>"
11833      }
11834    },
11835    "RequestHostIdSet": {
11836      "base": null,
11837      "refs": {
11838        "GetHostReservationPurchasePreviewRequest$HostIdSet": "<p>The IDs of the Dedicated Hosts with which the reservation is associated.</p>",
11839        "PurchaseHostReservationRequest$HostIdSet": "<p>The IDs of the Dedicated Hosts with which the reservation will be associated.</p>"
11840      }
11841    },
11842    "RequestInstanceTypeList": {
11843      "base": null,
11844      "refs": {
11845        "DescribeInstanceTypesRequest$InstanceTypes": "<p>The instance types. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>"
11846      }
11847    },
11848    "RequestLaunchTemplateData": {
11849      "base": "<p>The information to include in the launch template.</p>",
11850      "refs": {
11851        "CreateLaunchTemplateRequest$LaunchTemplateData": "<p>The information for the launch template.</p>",
11852        "CreateLaunchTemplateVersionRequest$LaunchTemplateData": "<p>The information for the launch template.</p>"
11853      }
11854    },
11855    "RequestSpotFleetRequest": {
11856      "base": "<p>Contains the parameters for RequestSpotFleet.</p>",
11857      "refs": {
11858      }
11859    },
11860    "RequestSpotFleetResponse": {
11861      "base": "<p>Contains the output of RequestSpotFleet.</p>",
11862      "refs": {
11863      }
11864    },
11865    "RequestSpotInstancesRequest": {
11866      "base": "<p>Contains the parameters for RequestSpotInstances.</p>",
11867      "refs": {
11868      }
11869    },
11870    "RequestSpotInstancesResult": {
11871      "base": "<p>Contains the output of RequestSpotInstances.</p>",
11872      "refs": {
11873      }
11874    },
11875    "RequestSpotLaunchSpecification": {
11876      "base": "<p>Describes the launch specification for an instance.</p>",
11877      "refs": {
11878        "RequestSpotInstancesRequest$LaunchSpecification": "<p>The launch specification.</p>"
11879      }
11880    },
11881    "RequestSpotLaunchSpecificationSecurityGroupIdList": {
11882      "base": null,
11883      "refs": {
11884        "RequestSpotLaunchSpecification$SecurityGroupIds": "<p>One or more security group IDs.</p>"
11885      }
11886    },
11887    "RequestSpotLaunchSpecificationSecurityGroupList": {
11888      "base": null,
11889      "refs": {
11890        "RequestSpotLaunchSpecification$SecurityGroups": "<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>"
11891      }
11892    },
11893    "Reservation": {
11894      "base": "<p>Describes a launch request for one or more instances, and includes owner, requester, and security group information that applies to all instances in the launch request.</p>",
11895      "refs": {
11896        "ReservationList$member": null
11897      }
11898    },
11899    "ReservationId": {
11900      "base": null,
11901      "refs": {
11902        "CreateReservedInstancesListingRequest$ReservedInstancesId": "<p>The ID of the active Standard Reserved Instance.</p>",
11903        "DeleteQueuedReservedInstancesIdList$member": null,
11904        "DescribeReservedInstancesListingsRequest$ReservedInstancesId": "<p>One or more Reserved Instance IDs.</p>",
11905        "ReservedInstanceIdSet$member": null,
11906        "ReservedInstancesIdStringList$member": null
11907      }
11908    },
11909    "ReservationList": {
11910      "base": null,
11911      "refs": {
11912        "DescribeInstancesResult$Reservations": "<p>Information about the reservations.</p>"
11913      }
11914    },
11915    "ReservationState": {
11916      "base": null,
11917      "refs": {
11918        "HostReservation$State": "<p>The state of the reservation.</p>"
11919      }
11920    },
11921    "ReservationValue": {
11922      "base": "<p>The cost associated with the Reserved Instance.</p>",
11923      "refs": {
11924        "GetReservedInstancesExchangeQuoteResult$ReservedInstanceValueRollup": "<p>The cost associated with the Reserved Instance.</p>",
11925        "GetReservedInstancesExchangeQuoteResult$TargetConfigurationValueRollup": "<p>The cost associated with the Reserved Instance.</p>",
11926        "ReservedInstanceReservationValue$ReservationValue": "<p>The total value of the Convertible Reserved Instance that you are exchanging.</p>",
11927        "TargetReservationValue$ReservationValue": "<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>"
11928      }
11929    },
11930    "ReservedInstanceIdSet": {
11931      "base": null,
11932      "refs": {
11933        "AcceptReservedInstancesExchangeQuoteRequest$ReservedInstanceIds": "<p>The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.</p>",
11934        "GetReservedInstancesExchangeQuoteRequest$ReservedInstanceIds": "<p>The IDs of the Convertible Reserved Instances to exchange.</p>"
11935      }
11936    },
11937    "ReservedInstanceLimitPrice": {
11938      "base": "<p>Describes the limit price of a Reserved Instance offering.</p>",
11939      "refs": {
11940        "PurchaseReservedInstancesOfferingRequest$LimitPrice": "<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>"
11941      }
11942    },
11943    "ReservedInstanceReservationValue": {
11944      "base": "<p>The total value of the Convertible Reserved Instance.</p>",
11945      "refs": {
11946        "ReservedInstanceReservationValueSet$member": null
11947      }
11948    },
11949    "ReservedInstanceReservationValueSet": {
11950      "base": null,
11951      "refs": {
11952        "GetReservedInstancesExchangeQuoteResult$ReservedInstanceValueSet": "<p>The configuration of your Convertible Reserved Instances.</p>"
11953      }
11954    },
11955    "ReservedInstanceState": {
11956      "base": null,
11957      "refs": {
11958        "ReservedInstances$State": "<p>The state of the Reserved Instance purchase.</p>"
11959      }
11960    },
11961    "ReservedInstances": {
11962      "base": "<p>Describes a Reserved Instance.</p>",
11963      "refs": {
11964        "ReservedInstancesList$member": null
11965      }
11966    },
11967    "ReservedInstancesConfiguration": {
11968      "base": "<p>Describes the configuration settings for the modified Reserved Instances.</p>",
11969      "refs": {
11970        "ReservedInstancesConfigurationList$member": null,
11971        "ReservedInstancesModificationResult$TargetConfiguration": "<p>The target Reserved Instances configurations supplied as part of the modification request.</p>"
11972      }
11973    },
11974    "ReservedInstancesConfigurationList": {
11975      "base": null,
11976      "refs": {
11977        "ModifyReservedInstancesRequest$TargetConfigurations": "<p>The configuration settings for the Reserved Instances to modify.</p>"
11978      }
11979    },
11980    "ReservedInstancesId": {
11981      "base": "<p>Describes the ID of a Reserved Instance.</p>",
11982      "refs": {
11983        "ReservedIntancesIds$member": null
11984      }
11985    },
11986    "ReservedInstancesIdStringList": {
11987      "base": null,
11988      "refs": {
11989        "DescribeReservedInstancesRequest$ReservedInstancesIds": "<p>One or more Reserved Instance IDs.</p> <p>Default: Describes all your Reserved Instances, or only those otherwise specified.</p>",
11990        "ModifyReservedInstancesRequest$ReservedInstancesIds": "<p>The IDs of the Reserved Instances to modify.</p>"
11991      }
11992    },
11993    "ReservedInstancesList": {
11994      "base": null,
11995      "refs": {
11996        "DescribeReservedInstancesResult$ReservedInstances": "<p>A list of Reserved Instances.</p>"
11997      }
11998    },
11999    "ReservedInstancesListing": {
12000      "base": "<p>Describes a Reserved Instance listing.</p>",
12001      "refs": {
12002        "ReservedInstancesListingList$member": null
12003      }
12004    },
12005    "ReservedInstancesListingId": {
12006      "base": null,
12007      "refs": {
12008        "CancelReservedInstancesListingRequest$ReservedInstancesListingId": "<p>The ID of the Reserved Instance listing.</p>",
12009        "DescribeReservedInstancesListingsRequest$ReservedInstancesListingId": "<p>One or more Reserved Instance listing IDs.</p>"
12010      }
12011    },
12012    "ReservedInstancesListingList": {
12013      "base": null,
12014      "refs": {
12015        "CancelReservedInstancesListingResult$ReservedInstancesListings": "<p>The Reserved Instance listing.</p>",
12016        "CreateReservedInstancesListingResult$ReservedInstancesListings": "<p>Information about the Standard Reserved Instance listing.</p>",
12017        "DescribeReservedInstancesListingsResult$ReservedInstancesListings": "<p>Information about the Reserved Instance listing.</p>"
12018      }
12019    },
12020    "ReservedInstancesModification": {
12021      "base": "<p>Describes a Reserved Instance modification.</p>",
12022      "refs": {
12023        "ReservedInstancesModificationList$member": null
12024      }
12025    },
12026    "ReservedInstancesModificationId": {
12027      "base": null,
12028      "refs": {
12029        "ReservedInstancesModificationIdStringList$member": null
12030      }
12031    },
12032    "ReservedInstancesModificationIdStringList": {
12033      "base": null,
12034      "refs": {
12035        "DescribeReservedInstancesModificationsRequest$ReservedInstancesModificationIds": "<p>IDs for the submitted modification request.</p>"
12036      }
12037    },
12038    "ReservedInstancesModificationList": {
12039      "base": null,
12040      "refs": {
12041        "DescribeReservedInstancesModificationsResult$ReservedInstancesModifications": "<p>The Reserved Instance modification information.</p>"
12042      }
12043    },
12044    "ReservedInstancesModificationResult": {
12045      "base": "<p>Describes the modification request/s.</p>",
12046      "refs": {
12047        "ReservedInstancesModificationResultList$member": null
12048      }
12049    },
12050    "ReservedInstancesModificationResultList": {
12051      "base": null,
12052      "refs": {
12053        "ReservedInstancesModification$ModificationResults": "<p>Contains target configurations along with their corresponding new Reserved Instance IDs.</p>"
12054      }
12055    },
12056    "ReservedInstancesOffering": {
12057      "base": "<p>Describes a Reserved Instance offering.</p>",
12058      "refs": {
12059        "ReservedInstancesOfferingList$member": null
12060      }
12061    },
12062    "ReservedInstancesOfferingId": {
12063      "base": null,
12064      "refs": {
12065        "PurchaseReservedInstancesOfferingRequest$ReservedInstancesOfferingId": "<p>The ID of the Reserved Instance offering to purchase.</p>",
12066        "ReservedInstancesOfferingIdStringList$member": null,
12067        "TargetConfigurationRequest$OfferingId": "<p>The Convertible Reserved Instance offering ID.</p>"
12068      }
12069    },
12070    "ReservedInstancesOfferingIdStringList": {
12071      "base": null,
12072      "refs": {
12073        "DescribeReservedInstancesOfferingsRequest$ReservedInstancesOfferingIds": "<p>One or more Reserved Instances offering IDs.</p>"
12074      }
12075    },
12076    "ReservedInstancesOfferingList": {
12077      "base": null,
12078      "refs": {
12079        "DescribeReservedInstancesOfferingsResult$ReservedInstancesOfferings": "<p>A list of Reserved Instances offerings.</p>"
12080      }
12081    },
12082    "ReservedIntancesIds": {
12083      "base": null,
12084      "refs": {
12085        "ReservedInstancesModification$ReservedInstancesIds": "<p>The IDs of one or more Reserved Instances.</p>"
12086      }
12087    },
12088    "ResetEbsDefaultKmsKeyIdRequest": {
12089      "base": null,
12090      "refs": {
12091      }
12092    },
12093    "ResetEbsDefaultKmsKeyIdResult": {
12094      "base": null,
12095      "refs": {
12096      }
12097    },
12098    "ResetFpgaImageAttributeName": {
12099      "base": null,
12100      "refs": {
12101        "ResetFpgaImageAttributeRequest$Attribute": "<p>The attribute.</p>"
12102      }
12103    },
12104    "ResetFpgaImageAttributeRequest": {
12105      "base": null,
12106      "refs": {
12107      }
12108    },
12109    "ResetFpgaImageAttributeResult": {
12110      "base": null,
12111      "refs": {
12112      }
12113    },
12114    "ResetImageAttributeName": {
12115      "base": null,
12116      "refs": {
12117        "ResetImageAttributeRequest$Attribute": "<p>The attribute to reset (currently you can only reset the launch permission attribute).</p>"
12118      }
12119    },
12120    "ResetImageAttributeRequest": {
12121      "base": "<p>Contains the parameters for ResetImageAttribute.</p>",
12122      "refs": {
12123      }
12124    },
12125    "ResetInstanceAttributeRequest": {
12126      "base": null,
12127      "refs": {
12128      }
12129    },
12130    "ResetNetworkInterfaceAttributeRequest": {
12131      "base": "<p>Contains the parameters for ResetNetworkInterfaceAttribute.</p>",
12132      "refs": {
12133      }
12134    },
12135    "ResetSnapshotAttributeRequest": {
12136      "base": null,
12137      "refs": {
12138      }
12139    },
12140    "ResourceArn": {
12141      "base": null,
12142      "refs": {
12143        "ArnList$member": null,
12144        "AssociateEnclaveCertificateIamRoleRequest$CertificateArn": "<p>The ARN of the ACM certificate with which to associate the IAM role.</p>",
12145        "AssociateEnclaveCertificateIamRoleRequest$RoleArn": "<p>The ARN of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.</p>",
12146        "AssociatedRole$AssociatedRoleArn": "<p>The ARN of the associated IAM role.</p>",
12147        "CoipPool$PoolArn": "<p>The ARN of the address pool.</p>",
12148        "DisassociateEnclaveCertificateIamRoleRequest$CertificateArn": "<p>The ARN of the ACM certificate from which to disassociate the IAM role.</p>",
12149        "DisassociateEnclaveCertificateIamRoleRequest$RoleArn": "<p>The ARN of the IAM role to disassociate.</p>",
12150        "Explanation$LoadBalancerArn": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>",
12151        "GetAssociatedEnclaveCertificateIamRolesRequest$CertificateArn": "<p>The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon S3 object information.</p>",
12152        "LocalGatewayRoute$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table.</p>",
12153        "LocalGatewayRouteTable$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table.</p>",
12154        "LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.</p>",
12155        "LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table for the association.</p>",
12156        "ManagedPrefixList$PrefixListArn": "<p>The Amazon Resource Name (ARN) for the prefix list.</p>",
12157        "NetworkInsightsAnalysis$NetworkInsightsAnalysisArn": "<p>The Amazon Resource Name (ARN) of the network insights analysis.</p>",
12158        "NetworkInsightsPath$NetworkInsightsPathArn": "<p>The Amazon Resource Name (ARN) of the path.</p>"
12159      }
12160    },
12161    "ResourceIdList": {
12162      "base": null,
12163      "refs": {
12164        "CreateTagsRequest$Resources": "<p>The IDs of the resources, separated by spaces.</p> <p>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</p>",
12165        "DeleteTagsRequest$Resources": "<p>The IDs of the resources, separated by spaces.</p> <p>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</p>"
12166      }
12167    },
12168    "ResourceList": {
12169      "base": null,
12170      "refs": {
12171        "DescribePrincipalIdFormatRequest$Resources": "<p>The type of resource: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>snapshot</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code> </p>"
12172      }
12173    },
12174    "ResourceType": {
12175      "base": null,
12176      "refs": {
12177        "LaunchTemplateTagSpecification$ResourceType": "<p>The type of resource.</p>",
12178        "LaunchTemplateTagSpecificationRequest$ResourceType": "<p>The type of resource to tag. Currently, the resource types that support tagging on creation are <code>instance</code> and <code>volume</code>. To tag a resource after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>",
12179        "SpotFleetTagSpecification$ResourceType": "<p>The type of resource. Currently, the only resource type that is supported is <code>instance</code>. To tag the Spot Fleet request on creation, use the <code>TagSpecifications</code> parameter in <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotFleetRequestConfigData.html\"> <code>SpotFleetRequestConfigData</code> </a>.</p>",
12180        "TagDescription$ResourceType": "<p>The resource type.</p>",
12181        "TagSpecification$ResourceType": "<p>The type of resource to tag. Currently, the resource types that support tagging on creation are: <code>capacity-reservation</code> | <code>carrier-gateway</code> | <code>client-vpn-endpoint</code> | <code>customer-gateway</code> | <code>dedicated-host</code> | <code>dhcp-options</code> | <code>egress-only-internet-gateway</code> | <code>elastic-ip</code> | <code>elastic-gpu</code> | <code>export-image-task</code> | <code>export-instance-task</code> | <code>fleet</code> | <code>fpga-image</code> | <code>host-reservation</code> | <code>image</code>| <code>import-image-task</code> | <code>import-snapshot-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>ipv4pool-ec2</code> | <code>ipv6pool-ec2</code> | <code>key-pair</code> | <code>launch-template</code> | <code>local-gateway-route-table-vpc-association</code> | <code>placement-group</code> | <code>prefix-list</code> | <code>natgateway</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-fleet-request</code> | <code>spot-instances-request</code> | <code>snapshot</code> | <code>subnet</code> | <code>traffic-mirror-filter</code> | <code>traffic-mirror-session</code> | <code>traffic-mirror-target</code> | <code>transit-gateway</code> | <code>transit-gateway-attachment</code> | <code>transit-gateway-multicast-domain</code> | <code>transit-gateway-route-table</code> | <code>volume</code> |<code>vpc</code> | <code> vpc-peering-connection</code> | <code>vpc-endpoint</code> (for interface and gateway endpoints) | <code>vpc-endpoint-service</code> (for AWS PrivateLink) | <code>vpc-flow-log</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>.</p> <p>To tag a resource after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>"
12182      }
12183    },
12184    "ResponseError": {
12185      "base": "<p>Describes the error that's returned when you cannot delete a launch template version.</p>",
12186      "refs": {
12187        "DeleteLaunchTemplateVersionsResponseErrorItem$ResponseError": "<p>Information about the error.</p>"
12188      }
12189    },
12190    "ResponseHostIdList": {
12191      "base": null,
12192      "refs": {
12193        "AllocateHostsResult$HostIds": "<p>The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.</p>",
12194        "ModifyHostsResult$Successful": "<p>The IDs of the Dedicated Hosts that were successfully modified.</p>",
12195        "ReleaseHostsResult$Successful": "<p>The IDs of the Dedicated Hosts that were successfully released.</p>"
12196      }
12197    },
12198    "ResponseHostIdSet": {
12199      "base": null,
12200      "refs": {
12201        "HostReservation$HostIdSet": "<p>The IDs of the Dedicated Hosts associated with the reservation.</p>",
12202        "Purchase$HostIdSet": "<p>The IDs of the Dedicated Hosts associated with the reservation.</p>"
12203      }
12204    },
12205    "ResponseLaunchTemplateData": {
12206      "base": "<p>The information for a launch template. </p>",
12207      "refs": {
12208        "GetLaunchTemplateDataResult$LaunchTemplateData": "<p>The instance data.</p>",
12209        "LaunchTemplateVersion$LaunchTemplateData": "<p>Information about the launch template.</p>"
12210      }
12211    },
12212    "RestorableByStringList": {
12213      "base": null,
12214      "refs": {
12215        "DescribeSnapshotsRequest$RestorableByUserIds": "<p>The IDs of the AWS accounts that can create volumes from the snapshot.</p>"
12216      }
12217    },
12218    "RestoreAddressToClassicRequest": {
12219      "base": null,
12220      "refs": {
12221      }
12222    },
12223    "RestoreAddressToClassicResult": {
12224      "base": null,
12225      "refs": {
12226      }
12227    },
12228    "RestoreManagedPrefixListVersionRequest": {
12229      "base": null,
12230      "refs": {
12231      }
12232    },
12233    "RestoreManagedPrefixListVersionResult": {
12234      "base": null,
12235      "refs": {
12236      }
12237    },
12238    "RevokeClientVpnIngressRequest": {
12239      "base": null,
12240      "refs": {
12241      }
12242    },
12243    "RevokeClientVpnIngressResult": {
12244      "base": null,
12245      "refs": {
12246      }
12247    },
12248    "RevokeSecurityGroupEgressRequest": {
12249      "base": null,
12250      "refs": {
12251      }
12252    },
12253    "RevokeSecurityGroupEgressResult": {
12254      "base": null,
12255      "refs": {
12256      }
12257    },
12258    "RevokeSecurityGroupIngressRequest": {
12259      "base": null,
12260      "refs": {
12261      }
12262    },
12263    "RevokeSecurityGroupIngressResult": {
12264      "base": null,
12265      "refs": {
12266      }
12267    },
12268    "RootDeviceType": {
12269      "base": null,
12270      "refs": {
12271        "RootDeviceTypeList$member": null
12272      }
12273    },
12274    "RootDeviceTypeList": {
12275      "base": null,
12276      "refs": {
12277        "InstanceTypeInfo$SupportedRootDeviceTypes": "<p>The supported root device types.</p>"
12278      }
12279    },
12280    "Route": {
12281      "base": "<p>Describes a route in a route table.</p>",
12282      "refs": {
12283        "RouteList$member": null
12284      }
12285    },
12286    "RouteGatewayId": {
12287      "base": null,
12288      "refs": {
12289        "AssociateRouteTableRequest$GatewayId": "<p>The ID of the internet gateway or virtual private gateway.</p>",
12290        "CreateRouteRequest$GatewayId": "<p>The ID of an internet gateway or virtual private gateway attached to your VPC.</p>",
12291        "ReplaceRouteRequest$GatewayId": "<p>The ID of an internet gateway or virtual private gateway.</p>"
12292      }
12293    },
12294    "RouteList": {
12295      "base": null,
12296      "refs": {
12297        "RouteTable$Routes": "<p>The routes in the route table.</p>"
12298      }
12299    },
12300    "RouteOrigin": {
12301      "base": null,
12302      "refs": {
12303        "Route$Origin": "<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>"
12304      }
12305    },
12306    "RouteState": {
12307      "base": null,
12308      "refs": {
12309        "Route$State": "<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>"
12310      }
12311    },
12312    "RouteTable": {
12313      "base": "<p>Describes a route table.</p>",
12314      "refs": {
12315        "CreateRouteTableResult$RouteTable": "<p>Information about the route table.</p>",
12316        "RouteTableList$member": null
12317      }
12318    },
12319    "RouteTableAssociation": {
12320      "base": "<p>Describes an association between a route table and a subnet or gateway.</p>",
12321      "refs": {
12322        "RouteTableAssociationList$member": null
12323      }
12324    },
12325    "RouteTableAssociationId": {
12326      "base": null,
12327      "refs": {
12328        "DisassociateRouteTableRequest$AssociationId": "<p>The association ID representing the current association between the route table and subnet or gateway.</p>",
12329        "ReplaceRouteTableAssociationRequest$AssociationId": "<p>The association ID.</p>"
12330      }
12331    },
12332    "RouteTableAssociationList": {
12333      "base": null,
12334      "refs": {
12335        "RouteTable$Associations": "<p>The associations between the route table and one or more subnets or a gateway.</p>"
12336      }
12337    },
12338    "RouteTableAssociationState": {
12339      "base": "<p>Describes the state of an association between a route table and a subnet or gateway.</p>",
12340      "refs": {
12341        "AssociateRouteTableResult$AssociationState": "<p>The state of the association.</p>",
12342        "ReplaceRouteTableAssociationResult$AssociationState": "<p>The state of the association.</p>",
12343        "RouteTableAssociation$AssociationState": "<p>The state of the association.</p>"
12344      }
12345    },
12346    "RouteTableAssociationStateCode": {
12347      "base": null,
12348      "refs": {
12349        "RouteTableAssociationState$State": "<p>The state of the association.</p>"
12350      }
12351    },
12352    "RouteTableId": {
12353      "base": null,
12354      "refs": {
12355        "AssociateRouteTableRequest$RouteTableId": "<p>The ID of the route table.</p>",
12356        "CreateRouteRequest$RouteTableId": "<p>The ID of the route table for the route.</p>",
12357        "DeleteRouteRequest$RouteTableId": "<p>The ID of the route table.</p>",
12358        "DeleteRouteTableRequest$RouteTableId": "<p>The ID of the route table.</p>",
12359        "DisableVgwRoutePropagationRequest$RouteTableId": "<p>The ID of the route table.</p>",
12360        "EnableVgwRoutePropagationRequest$RouteTableId": "<p>The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to. </p>",
12361        "ReplaceRouteRequest$RouteTableId": "<p>The ID of the route table.</p>",
12362        "ReplaceRouteTableAssociationRequest$RouteTableId": "<p>The ID of the new route table to associate with the subnet.</p>",
12363        "RouteTableIdStringList$member": null,
12364        "VpcEndpointRouteTableIdList$member": null
12365      }
12366    },
12367    "RouteTableIdStringList": {
12368      "base": null,
12369      "refs": {
12370        "DescribeRouteTablesRequest$RouteTableIds": "<p>One or more route table IDs.</p> <p>Default: Describes all your route tables.</p>"
12371      }
12372    },
12373    "RouteTableList": {
12374      "base": null,
12375      "refs": {
12376        "DescribeRouteTablesResult$RouteTables": "<p>Information about one or more route tables.</p>"
12377      }
12378    },
12379    "RuleAction": {
12380      "base": null,
12381      "refs": {
12382        "CreateNetworkAclEntryRequest$RuleAction": "<p>Indicates whether to allow or deny the traffic that matches the rule.</p>",
12383        "NetworkAclEntry$RuleAction": "<p>Indicates whether to allow or deny the traffic that matches the rule.</p>",
12384        "ReplaceNetworkAclEntryRequest$RuleAction": "<p>Indicates whether to allow or deny the traffic that matches the rule.</p>"
12385      }
12386    },
12387    "RunInstancesMonitoringEnabled": {
12388      "base": "<p>Describes the monitoring of an instance.</p>",
12389      "refs": {
12390        "LaunchSpecification$Monitoring": null,
12391        "RequestSpotLaunchSpecification$Monitoring": "<p>Indicates whether basic or detailed monitoring is enabled for the instance.</p> <p>Default: Disabled</p>",
12392        "RunInstancesRequest$Monitoring": "<p>Specifies whether detailed monitoring is enabled for the instance.</p>"
12393      }
12394    },
12395    "RunInstancesRequest": {
12396      "base": null,
12397      "refs": {
12398      }
12399    },
12400    "RunScheduledInstancesRequest": {
12401      "base": "<p>Contains the parameters for RunScheduledInstances.</p>",
12402      "refs": {
12403      }
12404    },
12405    "RunScheduledInstancesResult": {
12406      "base": "<p>Contains the output of RunScheduledInstances.</p>",
12407      "refs": {
12408      }
12409    },
12410    "S3Storage": {
12411      "base": "<p>Describes the storage parameters for S3 and S3 buckets for an instance store-backed AMI.</p>",
12412      "refs": {
12413        "Storage$S3": "<p>An Amazon S3 storage location.</p>"
12414      }
12415    },
12416    "ScheduledInstance": {
12417      "base": "<p>Describes a Scheduled Instance.</p>",
12418      "refs": {
12419        "PurchasedScheduledInstanceSet$member": null,
12420        "ScheduledInstanceSet$member": null
12421      }
12422    },
12423    "ScheduledInstanceAvailability": {
12424      "base": "<p>Describes a schedule that is available for your Scheduled Instances.</p>",
12425      "refs": {
12426        "ScheduledInstanceAvailabilitySet$member": null
12427      }
12428    },
12429    "ScheduledInstanceAvailabilitySet": {
12430      "base": null,
12431      "refs": {
12432        "DescribeScheduledInstanceAvailabilityResult$ScheduledInstanceAvailabilitySet": "<p>Information about the available Scheduled Instances.</p>"
12433      }
12434    },
12435    "ScheduledInstanceId": {
12436      "base": null,
12437      "refs": {
12438        "RunScheduledInstancesRequest$ScheduledInstanceId": "<p>The Scheduled Instance ID.</p>",
12439        "ScheduledInstanceIdRequestSet$member": null
12440      }
12441    },
12442    "ScheduledInstanceIdRequestSet": {
12443      "base": null,
12444      "refs": {
12445        "DescribeScheduledInstancesRequest$ScheduledInstanceIds": "<p>The Scheduled Instance IDs.</p>"
12446      }
12447    },
12448    "ScheduledInstanceRecurrence": {
12449      "base": "<p>Describes the recurring schedule for a Scheduled Instance.</p>",
12450      "refs": {
12451        "ScheduledInstance$Recurrence": "<p>The schedule recurrence.</p>",
12452        "ScheduledInstanceAvailability$Recurrence": "<p>The schedule recurrence.</p>"
12453      }
12454    },
12455    "ScheduledInstanceRecurrenceRequest": {
12456      "base": "<p>Describes the recurring schedule for a Scheduled Instance.</p>",
12457      "refs": {
12458        "DescribeScheduledInstanceAvailabilityRequest$Recurrence": "<p>The schedule recurrence.</p>"
12459      }
12460    },
12461    "ScheduledInstanceSet": {
12462      "base": null,
12463      "refs": {
12464        "DescribeScheduledInstancesResult$ScheduledInstanceSet": "<p>Information about the Scheduled Instances.</p>"
12465      }
12466    },
12467    "ScheduledInstancesBlockDeviceMapping": {
12468      "base": "<p>Describes a block device mapping for a Scheduled Instance.</p>",
12469      "refs": {
12470        "ScheduledInstancesBlockDeviceMappingSet$member": null
12471      }
12472    },
12473    "ScheduledInstancesBlockDeviceMappingSet": {
12474      "base": null,
12475      "refs": {
12476        "ScheduledInstancesLaunchSpecification$BlockDeviceMappings": "<p>The block device mapping entries.</p>"
12477      }
12478    },
12479    "ScheduledInstancesEbs": {
12480      "base": "<p>Describes an EBS volume for a Scheduled Instance.</p>",
12481      "refs": {
12482        "ScheduledInstancesBlockDeviceMapping$Ebs": "<p>Parameters used to set up EBS volumes automatically when the instance is launched.</p>"
12483      }
12484    },
12485    "ScheduledInstancesIamInstanceProfile": {
12486      "base": "<p>Describes an IAM instance profile for a Scheduled Instance.</p>",
12487      "refs": {
12488        "ScheduledInstancesLaunchSpecification$IamInstanceProfile": "<p>The IAM instance profile.</p>"
12489      }
12490    },
12491    "ScheduledInstancesIpv6Address": {
12492      "base": "<p>Describes an IPv6 address.</p>",
12493      "refs": {
12494        "ScheduledInstancesIpv6AddressList$member": null
12495      }
12496    },
12497    "ScheduledInstancesIpv6AddressList": {
12498      "base": null,
12499      "refs": {
12500        "ScheduledInstancesNetworkInterface$Ipv6Addresses": "<p>The specific IPv6 addresses from the subnet range.</p>"
12501      }
12502    },
12503    "ScheduledInstancesLaunchSpecification": {
12504      "base": "<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>",
12505      "refs": {
12506        "RunScheduledInstancesRequest$LaunchSpecification": "<p>The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.</p>"
12507      }
12508    },
12509    "ScheduledInstancesMonitoring": {
12510      "base": "<p>Describes whether monitoring is enabled for a Scheduled Instance.</p>",
12511      "refs": {
12512        "ScheduledInstancesLaunchSpecification$Monitoring": "<p>Enable or disable monitoring for the instances.</p>"
12513      }
12514    },
12515    "ScheduledInstancesNetworkInterface": {
12516      "base": "<p>Describes a network interface for a Scheduled Instance.</p>",
12517      "refs": {
12518        "ScheduledInstancesNetworkInterfaceSet$member": null
12519      }
12520    },
12521    "ScheduledInstancesNetworkInterfaceSet": {
12522      "base": null,
12523      "refs": {
12524        "ScheduledInstancesLaunchSpecification$NetworkInterfaces": "<p>The network interfaces.</p>"
12525      }
12526    },
12527    "ScheduledInstancesPlacement": {
12528      "base": "<p>Describes the placement for a Scheduled Instance.</p>",
12529      "refs": {
12530        "ScheduledInstancesLaunchSpecification$Placement": "<p>The placement information.</p>"
12531      }
12532    },
12533    "ScheduledInstancesPrivateIpAddressConfig": {
12534      "base": "<p>Describes a private IPv4 address for a Scheduled Instance.</p>",
12535      "refs": {
12536        "PrivateIpAddressConfigSet$member": null
12537      }
12538    },
12539    "ScheduledInstancesSecurityGroupIdSet": {
12540      "base": null,
12541      "refs": {
12542        "ScheduledInstancesLaunchSpecification$SecurityGroupIds": "<p>The IDs of the security groups.</p>",
12543        "ScheduledInstancesNetworkInterface$Groups": "<p>The IDs of the security groups.</p>"
12544      }
12545    },
12546    "SearchLocalGatewayRoutesRequest": {
12547      "base": null,
12548      "refs": {
12549      }
12550    },
12551    "SearchLocalGatewayRoutesResult": {
12552      "base": null,
12553      "refs": {
12554      }
12555    },
12556    "SearchTransitGatewayMulticastGroupsRequest": {
12557      "base": null,
12558      "refs": {
12559      }
12560    },
12561    "SearchTransitGatewayMulticastGroupsResult": {
12562      "base": null,
12563      "refs": {
12564      }
12565    },
12566    "SearchTransitGatewayRoutesRequest": {
12567      "base": null,
12568      "refs": {
12569      }
12570    },
12571    "SearchTransitGatewayRoutesResult": {
12572      "base": null,
12573      "refs": {
12574      }
12575    },
12576    "SecurityGroup": {
12577      "base": "<p>Describes a security group</p>",
12578      "refs": {
12579        "SecurityGroupList$member": null
12580      }
12581    },
12582    "SecurityGroupId": {
12583      "base": null,
12584      "refs": {
12585        "AuthorizeSecurityGroupEgressRequest$GroupId": "<p>The ID of the security group.</p>",
12586        "AuthorizeSecurityGroupIngressRequest$GroupId": "<p>The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.</p>",
12587        "ClientVpnSecurityGroupIdSet$member": null,
12588        "DeleteSecurityGroupRequest$GroupId": "<p>The ID of the security group. Required for a nondefault VPC.</p>",
12589        "GroupIds$member": null,
12590        "RequestSpotLaunchSpecificationSecurityGroupIdList$member": null,
12591        "RevokeSecurityGroupEgressRequest$GroupId": "<p>The ID of the security group.</p>",
12592        "RevokeSecurityGroupIngressRequest$GroupId": "<p>The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.</p>",
12593        "ScheduledInstancesSecurityGroupIdSet$member": null,
12594        "SecurityGroupIdStringList$member": null,
12595        "UpdateSecurityGroupRuleDescriptionsEgressRequest$GroupId": "<p>The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.</p>",
12596        "UpdateSecurityGroupRuleDescriptionsIngressRequest$GroupId": "<p>The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.</p>",
12597        "VpcEndpointSecurityGroupIdList$member": null
12598      }
12599    },
12600    "SecurityGroupIdStringList": {
12601      "base": null,
12602      "refs": {
12603        "CreateNetworkInterfaceRequest$Groups": "<p>The IDs of one or more security groups.</p>",
12604        "ImportInstanceLaunchSpecification$GroupIds": "<p>The security group IDs.</p>",
12605        "InstanceNetworkInterfaceSpecification$Groups": "<p>The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.</p>",
12606        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Groups": "<p>The IDs of one or more security groups.</p>",
12607        "ModifyNetworkInterfaceAttributeRequest$Groups": "<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>",
12608        "RequestLaunchTemplateData$SecurityGroupIds": "<p>One or more security group IDs. You can create a security group using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html\">CreateSecurityGroup</a>. You cannot specify both a security group ID and security name in the same request.</p>",
12609        "RunInstancesRequest$SecurityGroupIds": "<p>The IDs of the security groups. You can create a security group using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html\">CreateSecurityGroup</a>.</p> <p>If you specify a network interface, you must specify any security groups as part of the network interface.</p>"
12610      }
12611    },
12612    "SecurityGroupIdentifier": {
12613      "base": "<p>Describes a security group.</p>",
12614      "refs": {
12615        "GroupIdentifierSet$member": null
12616      }
12617    },
12618    "SecurityGroupList": {
12619      "base": null,
12620      "refs": {
12621        "DescribeSecurityGroupsResult$SecurityGroups": "<p>Information about the security groups.</p>"
12622      }
12623    },
12624    "SecurityGroupName": {
12625      "base": null,
12626      "refs": {
12627        "AuthorizeSecurityGroupIngressRequest$GroupName": "<p>[EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.</p>",
12628        "DeleteSecurityGroupRequest$GroupName": "<p>[EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID.</p>",
12629        "GroupNameStringList$member": null,
12630        "RequestSpotLaunchSpecificationSecurityGroupList$member": null,
12631        "RevokeSecurityGroupIngressRequest$GroupName": "<p>[EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.</p>",
12632        "SecurityGroupStringList$member": null,
12633        "UpdateSecurityGroupRuleDescriptionsEgressRequest$GroupName": "<p>[Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.</p>",
12634        "UpdateSecurityGroupRuleDescriptionsIngressRequest$GroupName": "<p>[EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.</p>"
12635      }
12636    },
12637    "SecurityGroupReference": {
12638      "base": "<p>Describes a VPC with a security group that references your security group.</p>",
12639      "refs": {
12640        "SecurityGroupReferences$member": null
12641      }
12642    },
12643    "SecurityGroupReferences": {
12644      "base": null,
12645      "refs": {
12646        "DescribeSecurityGroupReferencesResult$SecurityGroupReferenceSet": "<p>Information about the VPCs with the referencing security groups.</p>"
12647      }
12648    },
12649    "SecurityGroupStringList": {
12650      "base": null,
12651      "refs": {
12652        "ImportInstanceLaunchSpecification$GroupNames": "<p>The security group names.</p>",
12653        "RequestLaunchTemplateData$SecurityGroups": "<p>[EC2-Classic, default VPC] One or more security group names. For a nondefault VPC, you must use security group IDs instead. You cannot specify both a security group ID and security name in the same request.</p>",
12654        "RunInstancesRequest$SecurityGroups": "<p>[EC2-Classic, default VPC] The names of the security groups. For a nondefault VPC, you must use security group IDs instead.</p> <p>If you specify a network interface, you must specify any security groups as part of the network interface.</p> <p>Default: Amazon EC2 uses the default security group.</p>"
12655      }
12656    },
12657    "SelfServicePortal": {
12658      "base": null,
12659      "refs": {
12660        "CreateClientVpnEndpointRequest$SelfServicePortal": "<p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p> <p>Default Value: <code>enabled</code> </p>",
12661        "ModifyClientVpnEndpointRequest$SelfServicePortal": "<p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p>"
12662      }
12663    },
12664    "SendDiagnosticInterruptRequest": {
12665      "base": null,
12666      "refs": {
12667      }
12668    },
12669    "SensitiveUserData": {
12670      "base": null,
12671      "refs": {
12672        "KeyPair$KeyMaterial": "<p>An unencrypted PEM encoded RSA private key.</p>"
12673      }
12674    },
12675    "ServiceConfiguration": {
12676      "base": "<p>Describes a service configuration for a VPC endpoint service.</p>",
12677      "refs": {
12678        "CreateVpcEndpointServiceConfigurationResult$ServiceConfiguration": "<p>Information about the service configuration.</p>",
12679        "ServiceConfigurationSet$member": null
12680      }
12681    },
12682    "ServiceConfigurationSet": {
12683      "base": null,
12684      "refs": {
12685        "DescribeVpcEndpointServiceConfigurationsResult$ServiceConfigurations": "<p>Information about one or more services.</p>"
12686      }
12687    },
12688    "ServiceDetail": {
12689      "base": "<p>Describes a VPC endpoint service.</p>",
12690      "refs": {
12691        "ServiceDetailSet$member": null
12692      }
12693    },
12694    "ServiceDetailSet": {
12695      "base": null,
12696      "refs": {
12697        "DescribeVpcEndpointServicesResult$ServiceDetails": "<p>Information about the service.</p>"
12698      }
12699    },
12700    "ServiceState": {
12701      "base": null,
12702      "refs": {
12703        "ServiceConfiguration$ServiceState": "<p>The service state.</p>"
12704      }
12705    },
12706    "ServiceType": {
12707      "base": null,
12708      "refs": {
12709        "ServiceTypeDetail$ServiceType": "<p>The type of service.</p>"
12710      }
12711    },
12712    "ServiceTypeDetail": {
12713      "base": "<p>Describes the type of service for a VPC endpoint.</p>",
12714      "refs": {
12715        "ServiceTypeDetailSet$member": null
12716      }
12717    },
12718    "ServiceTypeDetailSet": {
12719      "base": null,
12720      "refs": {
12721        "ServiceConfiguration$ServiceType": "<p>The type of service.</p>",
12722        "ServiceDetail$ServiceType": "<p>The type of service.</p>"
12723      }
12724    },
12725    "ShutdownBehavior": {
12726      "base": null,
12727      "refs": {
12728        "ImportInstanceLaunchSpecification$InstanceInitiatedShutdownBehavior": "<p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).</p>",
12729        "RequestLaunchTemplateData$InstanceInitiatedShutdownBehavior": "<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>",
12730        "ResponseLaunchTemplateData$InstanceInitiatedShutdownBehavior": "<p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).</p>",
12731        "RunInstancesRequest$InstanceInitiatedShutdownBehavior": "<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>"
12732      }
12733    },
12734    "SlotDateTimeRangeRequest": {
12735      "base": "<p>Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.</p>",
12736      "refs": {
12737        "DescribeScheduledInstanceAvailabilityRequest$FirstSlotStartTimeRange": "<p>The time period for the first schedule to start.</p>"
12738      }
12739    },
12740    "SlotStartTimeRangeRequest": {
12741      "base": "<p>Describes the time period for a Scheduled Instance to start its first schedule.</p>",
12742      "refs": {
12743        "DescribeScheduledInstancesRequest$SlotStartTimeRange": "<p>The time period for the first schedule to start.</p>"
12744      }
12745    },
12746    "Snapshot": {
12747      "base": "<p>Describes a snapshot.</p>",
12748      "refs": {
12749        "SnapshotList$member": null
12750      }
12751    },
12752    "SnapshotAttributeName": {
12753      "base": null,
12754      "refs": {
12755        "DescribeSnapshotAttributeRequest$Attribute": "<p>The snapshot attribute you would like to view.</p>",
12756        "ModifySnapshotAttributeRequest$Attribute": "<p>The snapshot attribute to modify. Only volume creation permissions can be modified.</p>",
12757        "ResetSnapshotAttributeRequest$Attribute": "<p>The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.</p>"
12758      }
12759    },
12760    "SnapshotDetail": {
12761      "base": "<p>Describes the snapshot created from the imported disk.</p>",
12762      "refs": {
12763        "SnapshotDetailList$member": null
12764      }
12765    },
12766    "SnapshotDetailList": {
12767      "base": null,
12768      "refs": {
12769        "ImportImageResult$SnapshotDetails": "<p>Information about the snapshots.</p>",
12770        "ImportImageTask$SnapshotDetails": "<p>Information about the snapshots.</p>"
12771      }
12772    },
12773    "SnapshotDiskContainer": {
12774      "base": "<p>The disk container object for the import snapshot request.</p>",
12775      "refs": {
12776        "ImportSnapshotRequest$DiskContainer": "<p>Information about the disk container.</p>"
12777      }
12778    },
12779    "SnapshotId": {
12780      "base": null,
12781      "refs": {
12782        "CreateVolumeRequest$SnapshotId": "<p>The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.</p>",
12783        "DeleteSnapshotRequest$SnapshotId": "<p>The ID of the EBS snapshot.</p>",
12784        "DescribeSnapshotAttributeRequest$SnapshotId": "<p>The ID of the EBS snapshot.</p>",
12785        "ImageDiskContainer$SnapshotId": "<p>The ID of the EBS snapshot to be used for importing the snapshot.</p>",
12786        "LaunchTemplateEbsBlockDevice$SnapshotId": "<p>The ID of the snapshot.</p>",
12787        "LaunchTemplateEbsBlockDeviceRequest$SnapshotId": "<p>The ID of the snapshot.</p>",
12788        "ModifySnapshotAttributeRequest$SnapshotId": "<p>The ID of the snapshot.</p>",
12789        "ResetSnapshotAttributeRequest$SnapshotId": "<p>The ID of the snapshot.</p>",
12790        "ScheduledInstancesEbs$SnapshotId": "<p>The ID of the snapshot.</p>",
12791        "SnapshotIdStringList$member": null
12792      }
12793    },
12794    "SnapshotIdStringList": {
12795      "base": null,
12796      "refs": {
12797        "DescribeSnapshotsRequest$SnapshotIds": "<p>The snapshot IDs.</p> <p>Default: Describes the snapshots for which you have create volume permissions.</p>",
12798        "DisableFastSnapshotRestoresRequest$SourceSnapshotIds": "<p>The IDs of one or more snapshots. For example, <code>snap-1234567890abcdef0</code>.</p>",
12799        "EnableFastSnapshotRestoresRequest$SourceSnapshotIds": "<p>The IDs of one or more snapshots. For example, <code>snap-1234567890abcdef0</code>. You can specify a snapshot that was shared with you from another AWS account.</p>"
12800      }
12801    },
12802    "SnapshotInfo": {
12803      "base": "<p>Information about a snapshot.</p>",
12804      "refs": {
12805        "SnapshotSet$member": null
12806      }
12807    },
12808    "SnapshotList": {
12809      "base": null,
12810      "refs": {
12811        "DescribeSnapshotsResult$Snapshots": "<p>Information about the snapshots.</p>"
12812      }
12813    },
12814    "SnapshotSet": {
12815      "base": null,
12816      "refs": {
12817        "CreateSnapshotsResult$Snapshots": "<p>List of snapshots.</p>"
12818      }
12819    },
12820    "SnapshotState": {
12821      "base": null,
12822      "refs": {
12823        "Snapshot$State": "<p>The snapshot state.</p>",
12824        "SnapshotInfo$State": "<p>Current state of the snapshot.</p>"
12825      }
12826    },
12827    "SnapshotTaskDetail": {
12828      "base": "<p>Details about the import snapshot task.</p>",
12829      "refs": {
12830        "ImportSnapshotResult$SnapshotTaskDetail": "<p>Information about the import snapshot task.</p>",
12831        "ImportSnapshotTask$SnapshotTaskDetail": "<p>Describes an import snapshot task.</p>"
12832      }
12833    },
12834    "SpotAllocationStrategy": {
12835      "base": null,
12836      "refs": {
12837        "SpotOptions$AllocationStrategy": "<p>Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.</p> <p>If the allocation strategy is <code>lowest-price</code>, EC2 Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.</p> <p>If the allocation strategy is <code>diversified</code>, EC2 Fleet launches instances from all of the Spot Instance pools that you specify.</p> <p>If the allocation strategy is <code>capacity-optimized</code>, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.</p>",
12838        "SpotOptionsRequest$AllocationStrategy": "<p>Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.</p> <p>If the allocation strategy is <code>lowest-price</code>, EC2 Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.</p> <p>If the allocation strategy is <code>diversified</code>, EC2 Fleet launches instances from all of the Spot Instance pools that you specify.</p> <p>If the allocation strategy is <code>capacity-optimized</code>, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.</p>"
12839      }
12840    },
12841    "SpotCapacityRebalance": {
12842      "base": "<p>The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#spot-fleet-capacity-rebalance\">Capacity rebalancing</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>",
12843      "refs": {
12844        "SpotMaintenanceStrategies$CapacityRebalance": "<p>The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.</p>"
12845      }
12846    },
12847    "SpotDatafeedSubscription": {
12848      "base": "<p>Describes the data feed for a Spot Instance.</p>",
12849      "refs": {
12850        "CreateSpotDatafeedSubscriptionResult$SpotDatafeedSubscription": "<p>The Spot Instance data feed subscription.</p>",
12851        "DescribeSpotDatafeedSubscriptionResult$SpotDatafeedSubscription": "<p>The Spot Instance data feed subscription.</p>"
12852      }
12853    },
12854    "SpotFleetLaunchSpecification": {
12855      "base": "<p>Describes the launch specification for one or more Spot Instances. If you include On-Demand capacity in your fleet request or want to specify an EFA network device, you can't use <code>SpotFleetLaunchSpecification</code>; you must use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_LaunchTemplateConfig.html\">LaunchTemplateConfig</a>.</p>",
12856      "refs": {
12857        "LaunchSpecsList$member": null
12858      }
12859    },
12860    "SpotFleetMonitoring": {
12861      "base": "<p>Describes whether monitoring is enabled.</p>",
12862      "refs": {
12863        "SpotFleetLaunchSpecification$Monitoring": "<p>Enable or disable monitoring for the instances.</p>"
12864      }
12865    },
12866    "SpotFleetRequestConfig": {
12867      "base": "<p>Describes a Spot Fleet request.</p>",
12868      "refs": {
12869        "SpotFleetRequestConfigSet$member": null
12870      }
12871    },
12872    "SpotFleetRequestConfigData": {
12873      "base": "<p>Describes the configuration of a Spot Fleet request.</p>",
12874      "refs": {
12875        "RequestSpotFleetRequest$SpotFleetRequestConfig": "<p>The configuration for the Spot Fleet request.</p>",
12876        "SpotFleetRequestConfig$SpotFleetRequestConfig": "<p>The configuration of the Spot Fleet request.</p>"
12877      }
12878    },
12879    "SpotFleetRequestConfigSet": {
12880      "base": null,
12881      "refs": {
12882        "DescribeSpotFleetRequestsResponse$SpotFleetRequestConfigs": "<p>Information about the configuration of your Spot Fleet.</p>"
12883      }
12884    },
12885    "SpotFleetRequestId": {
12886      "base": null,
12887      "refs": {
12888        "DescribeSpotFleetInstancesRequest$SpotFleetRequestId": "<p>The ID of the Spot Fleet request.</p>",
12889        "DescribeSpotFleetRequestHistoryRequest$SpotFleetRequestId": "<p>The ID of the Spot Fleet request.</p>",
12890        "ModifySpotFleetRequestRequest$SpotFleetRequestId": "<p>The ID of the Spot Fleet request.</p>",
12891        "SpotFleetRequestIdList$member": null
12892      }
12893    },
12894    "SpotFleetRequestIdList": {
12895      "base": null,
12896      "refs": {
12897        "CancelSpotFleetRequestsRequest$SpotFleetRequestIds": "<p>The IDs of the Spot Fleet requests.</p>",
12898        "DescribeSpotFleetRequestsRequest$SpotFleetRequestIds": "<p>The IDs of the Spot Fleet requests.</p>"
12899      }
12900    },
12901    "SpotFleetTagSpecification": {
12902      "base": "<p>The tags for a Spot Fleet resource.</p>",
12903      "refs": {
12904        "SpotFleetTagSpecificationList$member": null
12905      }
12906    },
12907    "SpotFleetTagSpecificationList": {
12908      "base": null,
12909      "refs": {
12910        "SpotFleetLaunchSpecification$TagSpecifications": "<p>The tags to apply during creation.</p>"
12911      }
12912    },
12913    "SpotInstanceInterruptionBehavior": {
12914      "base": null,
12915      "refs": {
12916        "SpotOptions$InstanceInterruptionBehavior": "<p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>",
12917        "SpotOptionsRequest$InstanceInterruptionBehavior": "<p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>"
12918      }
12919    },
12920    "SpotInstanceRequest": {
12921      "base": "<p>Describes a Spot Instance request.</p>",
12922      "refs": {
12923        "SpotInstanceRequestList$member": null
12924      }
12925    },
12926    "SpotInstanceRequestId": {
12927      "base": null,
12928      "refs": {
12929        "SpotInstanceRequestIdList$member": null
12930      }
12931    },
12932    "SpotInstanceRequestIdList": {
12933      "base": null,
12934      "refs": {
12935        "CancelSpotInstanceRequestsRequest$SpotInstanceRequestIds": "<p>One or more Spot Instance request IDs.</p>",
12936        "DescribeSpotInstanceRequestsRequest$SpotInstanceRequestIds": "<p>One or more Spot Instance request IDs.</p>"
12937      }
12938    },
12939    "SpotInstanceRequestList": {
12940      "base": null,
12941      "refs": {
12942        "DescribeSpotInstanceRequestsResult$SpotInstanceRequests": "<p>One or more Spot Instance requests.</p>",
12943        "RequestSpotInstancesResult$SpotInstanceRequests": "<p>One or more Spot Instance requests.</p>"
12944      }
12945    },
12946    "SpotInstanceState": {
12947      "base": null,
12948      "refs": {
12949        "SpotInstanceRequest$State": "<p>The state of the Spot Instance request. Spot status information helps track your Spot Instance requests. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html\">Spot status</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>"
12950      }
12951    },
12952    "SpotInstanceStateFault": {
12953      "base": "<p>Describes a Spot Instance state change.</p>",
12954      "refs": {
12955        "SpotDatafeedSubscription$Fault": "<p>The fault codes for the Spot Instance request, if any.</p>",
12956        "SpotInstanceRequest$Fault": "<p>The fault codes for the Spot Instance request, if any.</p>"
12957      }
12958    },
12959    "SpotInstanceStatus": {
12960      "base": "<p>Describes the status of a Spot Instance request.</p>",
12961      "refs": {
12962        "SpotInstanceRequest$Status": "<p>The status code and status message describing the Spot Instance request.</p>"
12963      }
12964    },
12965    "SpotInstanceType": {
12966      "base": null,
12967      "refs": {
12968        "LaunchTemplateSpotMarketOptions$SpotInstanceType": "<p>The Spot Instance request type.</p>",
12969        "LaunchTemplateSpotMarketOptionsRequest$SpotInstanceType": "<p>The Spot Instance request type.</p>",
12970        "RequestSpotInstancesRequest$Type": "<p>The Spot Instance request type.</p> <p>Default: <code>one-time</code> </p>",
12971        "SpotInstanceRequest$Type": "<p>The Spot Instance request type.</p>",
12972        "SpotMarketOptions$SpotInstanceType": "<p>The Spot Instance request type. For <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances\">RunInstances</a>, persistent Spot Instance requests are only supported when the instance interruption behavior is either <code>hibernate</code> or <code>stop</code>.</p>"
12973      }
12974    },
12975    "SpotMaintenanceStrategies": {
12976      "base": "<p>The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.</p>",
12977      "refs": {
12978        "SpotFleetRequestConfigData$SpotMaintenanceStrategies": "<p>The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.</p>"
12979      }
12980    },
12981    "SpotMarketOptions": {
12982      "base": "<p>The options for Spot Instances.</p>",
12983      "refs": {
12984        "InstanceMarketOptionsRequest$SpotOptions": "<p>The options for Spot Instances.</p>"
12985      }
12986    },
12987    "SpotOptions": {
12988      "base": "<p>Describes the configuration of Spot Instances in an EC2 Fleet.</p>",
12989      "refs": {
12990        "FleetData$SpotOptions": "<p>The configuration of Spot Instances in an EC2 Fleet.</p>"
12991      }
12992    },
12993    "SpotOptionsRequest": {
12994      "base": "<p>Describes the configuration of Spot Instances in an EC2 Fleet request.</p>",
12995      "refs": {
12996        "CreateFleetRequest$SpotOptions": "<p>Describes the configuration of Spot Instances in an EC2 Fleet.</p>"
12997      }
12998    },
12999    "SpotPlacement": {
13000      "base": "<p>Describes Spot Instance placement.</p>",
13001      "refs": {
13002        "LaunchSpecification$Placement": "<p>The placement information for the instance.</p>",
13003        "RequestSpotLaunchSpecification$Placement": "<p>The placement information for the instance.</p>",
13004        "SpotFleetLaunchSpecification$Placement": "<p>The placement information.</p>"
13005      }
13006    },
13007    "SpotPrice": {
13008      "base": "<p>Describes the maximum price per hour that you are willing to pay for a Spot Instance.</p>",
13009      "refs": {
13010        "SpotPriceHistoryList$member": null
13011      }
13012    },
13013    "SpotPriceHistoryList": {
13014      "base": null,
13015      "refs": {
13016        "DescribeSpotPriceHistoryResult$SpotPriceHistory": "<p>The historical Spot prices.</p>"
13017      }
13018    },
13019    "StaleIpPermission": {
13020      "base": "<p>Describes a stale rule in a security group.</p>",
13021      "refs": {
13022        "StaleIpPermissionSet$member": null
13023      }
13024    },
13025    "StaleIpPermissionSet": {
13026      "base": null,
13027      "refs": {
13028        "StaleSecurityGroup$StaleIpPermissions": "<p>Information about the stale inbound rules in the security group.</p>",
13029        "StaleSecurityGroup$StaleIpPermissionsEgress": "<p>Information about the stale outbound rules in the security group.</p>"
13030      }
13031    },
13032    "StaleSecurityGroup": {
13033      "base": "<p>Describes a stale security group (a security group that contains stale rules).</p>",
13034      "refs": {
13035        "StaleSecurityGroupSet$member": null
13036      }
13037    },
13038    "StaleSecurityGroupSet": {
13039      "base": null,
13040      "refs": {
13041        "DescribeStaleSecurityGroupsResult$StaleSecurityGroupSet": "<p>Information about the stale security groups.</p>"
13042      }
13043    },
13044    "StartInstancesRequest": {
13045      "base": null,
13046      "refs": {
13047      }
13048    },
13049    "StartInstancesResult": {
13050      "base": null,
13051      "refs": {
13052      }
13053    },
13054    "StartNetworkInsightsAnalysisRequest": {
13055      "base": null,
13056      "refs": {
13057      }
13058    },
13059    "StartNetworkInsightsAnalysisResult": {
13060      "base": null,
13061      "refs": {
13062      }
13063    },
13064    "StartVpcEndpointServicePrivateDnsVerificationRequest": {
13065      "base": null,
13066      "refs": {
13067      }
13068    },
13069    "StartVpcEndpointServicePrivateDnsVerificationResult": {
13070      "base": null,
13071      "refs": {
13072      }
13073    },
13074    "State": {
13075      "base": null,
13076      "refs": {
13077        "VpcEndpoint$State": "<p>The state of the VPC endpoint.</p>",
13078        "VpcEndpointConnection$VpcEndpointState": "<p>The state of the VPC endpoint.</p>"
13079      }
13080    },
13081    "StateReason": {
13082      "base": "<p>Describes a state change.</p>",
13083      "refs": {
13084        "Image$StateReason": "<p>The reason for the state change.</p>",
13085        "Instance$StateReason": "<p>The reason for the most recent state transition.</p>"
13086      }
13087    },
13088    "StaticSourcesSupportValue": {
13089      "base": null,
13090      "refs": {
13091        "CreateTransitGatewayMulticastDomainRequestOptions$StaticSourcesSupport": "<p>Specify whether to enable support for statically configuring multicast group sources for a domain.</p>",
13092        "TransitGatewayMulticastDomainOptions$StaticSourcesSupport": "<p>Indicates whether support for statically configuring transit gateway multicast group sources is turned on.</p>"
13093      }
13094    },
13095    "Status": {
13096      "base": null,
13097      "refs": {
13098        "MoveAddressToVpcResult$Status": "<p>The status of the move of the IP address.</p>",
13099        "RestoreAddressToClassicResult$Status": "<p>The move status for the IP address.</p>"
13100      }
13101    },
13102    "StatusName": {
13103      "base": null,
13104      "refs": {
13105        "InstanceStatusDetails$Name": "<p>The type of instance status.</p>"
13106      }
13107    },
13108    "StatusType": {
13109      "base": null,
13110      "refs": {
13111        "InstanceStatusDetails$Status": "<p>The status.</p>"
13112      }
13113    },
13114    "StopInstancesRequest": {
13115      "base": null,
13116      "refs": {
13117      }
13118    },
13119    "StopInstancesResult": {
13120      "base": null,
13121      "refs": {
13122      }
13123    },
13124    "Storage": {
13125      "base": "<p>Describes the storage location for an instance store-backed AMI.</p>",
13126      "refs": {
13127        "BundleInstanceRequest$Storage": "<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>",
13128        "BundleTask$Storage": "<p>The Amazon S3 storage locations.</p>"
13129      }
13130    },
13131    "StorageLocation": {
13132      "base": "<p>Describes a storage location in Amazon S3.</p>",
13133      "refs": {
13134        "CreateFpgaImageRequest$InputStorageLocation": "<p>The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.</p>",
13135        "CreateFpgaImageRequest$LogsStorageLocation": "<p>The location in Amazon S3 for the output logs.</p>"
13136      }
13137    },
13138    "String": {
13139      "base": null,
13140      "refs": {
13141        "AcceptReservedInstancesExchangeQuoteResult$ExchangeId": "<p>The ID of the successful exchange.</p>",
13142        "AccountAttribute$AttributeName": "<p>The name of the account attribute.</p>",
13143        "AccountAttributeValue$AttributeValue": "<p>The value of the attribute.</p>",
13144        "ActiveInstance$InstanceId": "<p>The ID of the instance.</p>",
13145        "ActiveInstance$InstanceType": "<p>The instance type.</p>",
13146        "ActiveInstance$SpotInstanceRequestId": "<p>The ID of the Spot Instance request.</p>",
13147        "AddPrefixListEntry$Cidr": "<p>The CIDR block.</p>",
13148        "AddPrefixListEntry$Description": "<p>A description for the entry.</p> <p>Constraints: Up to 255 characters in length.</p>",
13149        "Address$InstanceId": "<p>The ID of the instance that the address is associated with (if any).</p>",
13150        "Address$PublicIp": "<p>The Elastic IP address.</p>",
13151        "Address$AllocationId": "<p>The ID representing the allocation of the address for use with EC2-VPC.</p>",
13152        "Address$AssociationId": "<p>The ID representing the association of the address with an instance in a VPC.</p>",
13153        "Address$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
13154        "Address$NetworkInterfaceOwnerId": "<p>The ID of the AWS account that owns the network interface.</p>",
13155        "Address$PrivateIpAddress": "<p>The private IP address associated with the Elastic IP address.</p>",
13156        "Address$PublicIpv4Pool": "<p>The ID of an address pool.</p>",
13157        "Address$NetworkBorderGroup": "<p>The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses. </p>",
13158        "Address$CustomerOwnedIp": "<p>The customer-owned IP address.</p>",
13159        "Address$CustomerOwnedIpv4Pool": "<p>The ID of the customer-owned address pool.</p>",
13160        "Address$CarrierIp": "<p>The carrier IP address associated. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance). </p>",
13161        "AdvertiseByoipCidrRequest$Cidr": "<p>The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.</p>",
13162        "AllocateAddressRequest$NetworkBorderGroup": "<p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses. Use this parameter to limit the IP address to this location. IP addresses cannot move between network border groups.</p> <p>Use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html\">DescribeAvailabilityZones</a> to view the network border groups.</p> <note> <p>You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you will receive an <code>InvalidParameterCombination</code> error. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html\">Error Codes</a>.</p> </note>",
13163        "AllocateAddressRequest$CustomerOwnedIpv4Pool": "<p>The ID of a customer-owned address pool. Use this parameter to let Amazon EC2 select an address from the address pool. Alternatively, specify a specific address from the address pool.</p>",
13164        "AllocateAddressResult$PublicIp": "<p>The Elastic IP address.</p>",
13165        "AllocateAddressResult$AllocationId": "<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>",
13166        "AllocateAddressResult$PublicIpv4Pool": "<p>The ID of an address pool.</p>",
13167        "AllocateAddressResult$NetworkBorderGroup": "<p>The set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses.</p>",
13168        "AllocateAddressResult$CustomerOwnedIp": "<p>The customer-owned IP address.</p>",
13169        "AllocateAddressResult$CustomerOwnedIpv4Pool": "<p>The ID of the customer-owned address pool.</p>",
13170        "AllocateAddressResult$CarrierIp": "<p>The carrier IP address. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance). </p>",
13171        "AllocateHostsRequest$AvailabilityZone": "<p>The Availability Zone in which to allocate the Dedicated Host.</p>",
13172        "AllocateHostsRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
13173        "AllocateHostsRequest$InstanceType": "<p>Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only.</p> <p>If you want the Dedicated Hosts to support multiple instance types in a specific instance family, omit this parameter and specify <b>InstanceFamily</b> instead. You cannot specify <b>InstanceType</b> and <b>InstanceFamily</b> in the same request.</p>",
13174        "AllocateHostsRequest$InstanceFamily": "<p>Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance family, the Dedicated Hosts support multiple instance types within that instance family.</p> <p>If you want the Dedicated Hosts to support a specific instance type only, omit this parameter and specify <b>InstanceType</b> instead. You cannot specify <b>InstanceFamily</b> and <b>InstanceType</b> in the same request.</p>",
13175        "AllowedPrincipal$Principal": "<p>The Amazon Resource Name (ARN) of the principal.</p>",
13176        "AlternatePathHint$ComponentId": "<p>The ID of the component.</p>",
13177        "AlternatePathHint$ComponentArn": "<p>The Amazon Resource Name (ARN) of the component.</p>",
13178        "AnalysisAclRule$Cidr": "<p>The IPv4 address range, in CIDR notation.</p>",
13179        "AnalysisAclRule$Protocol": "<p>The protocol.</p>",
13180        "AnalysisAclRule$RuleAction": "<p>Indicates whether to allow or deny traffic that matches the rule.</p>",
13181        "AnalysisComponent$Id": "<p>The ID of the component.</p>",
13182        "AnalysisComponent$Arn": "<p>The Amazon Resource Name (ARN) of the component.</p>",
13183        "AnalysisLoadBalancerTarget$AvailabilityZone": "<p>The Availability Zone.</p>",
13184        "AnalysisPacketHeader$Protocol": "<p>The protocol.</p>",
13185        "AnalysisRouteTableRoute$DestinationCidr": "<p>The destination IPv4 address, in CIDR notation.</p>",
13186        "AnalysisRouteTableRoute$DestinationPrefixListId": "<p>The prefix of the AWS service.</p>",
13187        "AnalysisRouteTableRoute$EgressOnlyInternetGatewayId": "<p>The ID of an egress-only internet gateway.</p>",
13188        "AnalysisRouteTableRoute$GatewayId": "<p>The ID of the gateway, such as an internet gateway or virtual private gateway.</p>",
13189        "AnalysisRouteTableRoute$InstanceId": "<p>The ID of the instance, such as a NAT instance.</p>",
13190        "AnalysisRouteTableRoute$NatGatewayId": "<p>The ID of a NAT gateway.</p>",
13191        "AnalysisRouteTableRoute$NetworkInterfaceId": "<p>The ID of a network interface.</p>",
13192        "AnalysisRouteTableRoute$Origin": "<p>Describes how the route was created. The following are possible values:</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>",
13193        "AnalysisRouteTableRoute$TransitGatewayId": "<p>The ID of a transit gateway.</p>",
13194        "AnalysisRouteTableRoute$VpcPeeringConnectionId": "<p>The ID of a VPC peering connection.</p>",
13195        "AnalysisSecurityGroupRule$Cidr": "<p>The IPv4 address range, in CIDR notation.</p>",
13196        "AnalysisSecurityGroupRule$Direction": "<p>The direction. The following are possible values:</p> <ul> <li> <p>egress</p> </li> <li> <p>ingress</p> </li> </ul>",
13197        "AnalysisSecurityGroupRule$SecurityGroupId": "<p>The security group ID.</p>",
13198        "AnalysisSecurityGroupRule$PrefixListId": "<p>The prefix list ID.</p>",
13199        "AnalysisSecurityGroupRule$Protocol": "<p>The protocol name.</p>",
13200        "AssignIpv6AddressesResult$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
13201        "AssignPrivateIpAddressesResult$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
13202        "AssignedPrivateIpAddress$PrivateIpAddress": "<p>The private IP address assigned to the network interface.</p>",
13203        "AssociateAddressRequest$PublicIp": "<p>The Elastic IP address to associate with the instance. This is required for EC2-Classic.</p>",
13204        "AssociateAddressRequest$PrivateIpAddress": "<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>",
13205        "AssociateAddressResult$AssociationId": "<p>[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.</p>",
13206        "AssociateClientVpnTargetNetworkRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13207        "AssociateClientVpnTargetNetworkResult$AssociationId": "<p>The unique ID of the target network association.</p>",
13208        "AssociateEnclaveCertificateIamRoleResult$CertificateS3BucketName": "<p>The name of the Amazon S3 bucket to which the certificate was uploaded.</p>",
13209        "AssociateEnclaveCertificateIamRoleResult$CertificateS3ObjectKey": "<p>The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: <code>certificate_arn</code>/<code>role_arn</code>.</p>",
13210        "AssociateEnclaveCertificateIamRoleResult$EncryptionKmsKeyId": "<p>The ID of the AWS KMS CMK used to encrypt the private key of the certificate.</p>",
13211        "AssociateRouteTableResult$AssociationId": "<p>The route table association ID. This ID is required for disassociating the route table.</p>",
13212        "AssociateSubnetCidrBlockRequest$Ipv6CidrBlock": "<p>The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.</p>",
13213        "AssociateSubnetCidrBlockResult$SubnetId": "<p>The ID of the subnet.</p>",
13214        "AssociateVpcCidrBlockRequest$CidrBlock": "<p>An IPv4 CIDR block to associate with the VPC.</p>",
13215        "AssociateVpcCidrBlockRequest$Ipv6CidrBlockNetworkBorderGroup": "<p>The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CIDR block to this location.</p> <p> You must set <code>AmazonProvidedIpv6CidrBlock</code> to <code>true</code> to use this parameter.</p> <p> You can have one IPv6 CIDR block association per network border group.</p>",
13216        "AssociateVpcCidrBlockRequest$Ipv6CidrBlock": "<p>An IPv6 CIDR block from the IPv6 address pool. You must also specify <code>Ipv6Pool</code> in the request.</p> <p>To let Amazon choose the IPv6 CIDR block for you, omit this parameter.</p>",
13217        "AssociateVpcCidrBlockResult$VpcId": "<p>The ID of the VPC.</p>",
13218        "AssociatedRole$CertificateS3BucketName": "<p>The name of the Amazon S3 bucket in which the Amazon S3 object is stored.</p>",
13219        "AssociatedRole$CertificateS3ObjectKey": "<p>The key of the Amazon S3 object ey where the certificate, certificate chain, and encrypted private key bundle is stored. The object key is formated as follows: <code>certificate_arn</code>/<code>role_arn</code>. </p>",
13220        "AssociatedRole$EncryptionKmsKeyId": "<p>The ID of the KMS customer master key (CMK) used to encrypt the private key.</p>",
13221        "AssociatedTargetNetwork$NetworkId": "<p>The ID of the subnet.</p>",
13222        "AssociationStatus$Message": "<p>A message about the status of the target network association, if applicable.</p>",
13223        "AttachNetworkInterfaceResult$AttachmentId": "<p>The ID of the network interface attachment.</p>",
13224        "AttachVolumeRequest$Device": "<p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>",
13225        "AttributeValue$Value": "<p>The attribute value. The value is case-sensitive.</p>",
13226        "AuthorizationRule$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint with which the authorization rule is associated.</p>",
13227        "AuthorizationRule$Description": "<p>A brief description of the authorization rule.</p>",
13228        "AuthorizationRule$GroupId": "<p>The ID of the Active Directory group to which the authorization rule grants access.</p>",
13229        "AuthorizationRule$DestinationCidr": "<p>The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.</p>",
13230        "AuthorizeClientVpnIngressRequest$TargetNetworkCidr": "<p>The IPv4 address range, in CIDR notation, of the network for which access is being authorized.</p>",
13231        "AuthorizeClientVpnIngressRequest$AccessGroupId": "<p>The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group. Required if <code>AuthorizeAllGroups</code> is <code>false</code> or not specified.</p>",
13232        "AuthorizeClientVpnIngressRequest$Description": "<p>A brief description of the authorization rule.</p>",
13233        "AuthorizeClientVpnIngressRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13234        "AuthorizeSecurityGroupEgressRequest$CidrIp": "<p>Not supported. Use a set of IP permissions to specify the CIDR.</p>",
13235        "AuthorizeSecurityGroupEgressRequest$IpProtocol": "<p>Not supported. Use a set of IP permissions to specify the protocol name or number.</p>",
13236        "AuthorizeSecurityGroupEgressRequest$SourceSecurityGroupName": "<p>Not supported. Use a set of IP permissions to specify a destination security group.</p>",
13237        "AuthorizeSecurityGroupEgressRequest$SourceSecurityGroupOwnerId": "<p>Not supported. Use a set of IP permissions to specify a destination security group.</p>",
13238        "AuthorizeSecurityGroupIngressRequest$CidrIp": "<p>The IPv4 address range, in CIDR format. You can't specify this parameter when specifying a source security group. To specify an IPv6 address range, use a set of IP permissions.</p> <p>Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.</p>",
13239        "AuthorizeSecurityGroupIngressRequest$IpProtocol": "<p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>) or number (see <a href=\"http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml\">Protocol Numbers</a>). To specify <code>icmpv6</code>, use a set of IP permissions.</p> <p>[VPC only] Use <code>-1</code> to specify all protocols. If you specify <code>-1</code> or a protocol other than <code>tcp</code>, <code>udp</code>, or <code>icmp</code>, traffic on all ports is allowed, regardless of any ports you specify.</p> <p>Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.</p>",
13240        "AuthorizeSecurityGroupIngressRequest$SourceSecurityGroupName": "<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>",
13241        "AuthorizeSecurityGroupIngressRequest$SourceSecurityGroupOwnerId": "<p>[nondefault VPC] The AWS account ID for the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead.</p>",
13242        "AvailabilityZone$RegionName": "<p>The name of the Region.</p>",
13243        "AvailabilityZone$ZoneName": "<p>The name of the Availability Zone, Local Zone, or Wavelength Zone.</p>",
13244        "AvailabilityZone$ZoneId": "<p>The ID of the Availability Zone, Local Zone, or Wavelength Zone.</p>",
13245        "AvailabilityZone$GroupName": "<p> For Availability Zones, this parameter has the same value as the Region name.</p> <p>For Local Zones, the name of the associated group, for example <code>us-west-2-lax-1</code>.</p> <p>For Wavelength Zones, the name of the associated group, for example <code>us-east-1-wl1-bos-wlz-1</code>.</p>",
13246        "AvailabilityZone$NetworkBorderGroup": "<p>The name of the network border group.</p>",
13247        "AvailabilityZone$ZoneType": "<p>The type of zone. The valid values are <code>availability-zone</code>, <code>local-zone</code>, and <code>wavelength-zone</code>.</p>",
13248        "AvailabilityZone$ParentZoneName": "<p>The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.</p>",
13249        "AvailabilityZone$ParentZoneId": "<p>The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.</p>",
13250        "AvailabilityZoneMessage$Message": "<p>The message about the Availability Zone, Local Zone, or Wavelength Zone.</p>",
13251        "AvailabilityZoneStringList$member": null,
13252        "BillingProductList$member": null,
13253        "BlockDeviceMapping$DeviceName": "<p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>",
13254        "BlockDeviceMapping$VirtualName": "<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>NVMe instance store volumes are automatically enumerated and assigned a device name. Including them in your block device mapping has no effect.</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>",
13255        "BlockDeviceMapping$NoDevice": "<p>To omit the device from the block device mapping, specify an empty string.</p>",
13256        "BundleTask$BundleId": "<p>The ID of the bundle task.</p>",
13257        "BundleTask$InstanceId": "<p>The ID of the instance associated with this bundle task.</p>",
13258        "BundleTask$Progress": "<p>The level of task completion, as a percent (for example, 20%).</p>",
13259        "BundleTaskError$Code": "<p>The error code.</p>",
13260        "BundleTaskError$Message": "<p>The error message.</p>",
13261        "ByoipCidr$Cidr": "<p>The address range, in CIDR notation.</p>",
13262        "ByoipCidr$Description": "<p>The description of the address range.</p>",
13263        "ByoipCidr$StatusMessage": "<p>Upon success, contains the ID of the address pool. Otherwise, contains an error message.</p>",
13264        "CancelConversionRequest$ReasonMessage": "<p>The reason for canceling the conversion task.</p>",
13265        "CancelImportTaskRequest$CancelReason": "<p>The reason for canceling the task.</p>",
13266        "CancelImportTaskResult$ImportTaskId": "<p>The ID of the task being canceled.</p>",
13267        "CancelImportTaskResult$PreviousState": "<p>The current state of the task being canceled.</p>",
13268        "CancelImportTaskResult$State": "<p>The current state of the task being canceled.</p>",
13269        "CancelSpotFleetRequestsError$Message": "<p>The description for the error code.</p>",
13270        "CancelSpotFleetRequestsErrorItem$SpotFleetRequestId": "<p>The ID of the Spot Fleet request.</p>",
13271        "CancelSpotFleetRequestsSuccessItem$SpotFleetRequestId": "<p>The ID of the Spot Fleet request.</p>",
13272        "CancelledSpotInstanceRequest$SpotInstanceRequestId": "<p>The ID of the Spot Instance request.</p>",
13273        "CapacityReservation$CapacityReservationId": "<p>The ID of the Capacity Reservation.</p>",
13274        "CapacityReservation$OwnerId": "<p>The ID of the AWS account that owns the Capacity Reservation.</p>",
13275        "CapacityReservation$CapacityReservationArn": "<p>The Amazon Resource Name (ARN) of the Capacity Reservation.</p>",
13276        "CapacityReservation$AvailabilityZoneId": "<p>The Availability Zone ID of the Capacity Reservation.</p>",
13277        "CapacityReservation$InstanceType": "<p>The type of instance for which the Capacity Reservation reserves capacity.</p>",
13278        "CapacityReservation$AvailabilityZone": "<p>The Availability Zone in which the capacity is reserved.</p>",
13279        "CapacityReservationGroup$GroupArn": "<p>The ARN of the resource group.</p>",
13280        "CapacityReservationGroup$OwnerId": "<p>The ID of the AWS account that owns the resource group.</p>",
13281        "CapacityReservationTarget$CapacityReservationResourceGroupArn": "<p>The ARN of the Capacity Reservation resource group in which to run the instance.</p>",
13282        "CapacityReservationTargetResponse$CapacityReservationId": "<p>The ID of the targeted Capacity Reservation.</p>",
13283        "CapacityReservationTargetResponse$CapacityReservationResourceGroupArn": "<p>The ARN of the targeted Capacity Reservation group.</p>",
13284        "CarrierGateway$OwnerId": "<p>The AWS account ID of the owner of the carrier gateway.</p>",
13285        "CertificateAuthentication$ClientRootCertificateChain": "<p>The ARN of the client certificate. </p>",
13286        "CertificateAuthenticationRequest$ClientRootCertificateChainArn": "<p>The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in AWS Certificate Manager (ACM).</p>",
13287        "CidrAuthorizationContext$Message": "<p>The plain-text authorization message for the prefix and account.</p>",
13288        "CidrAuthorizationContext$Signature": "<p>The signed authorization message for the prefix and account.</p>",
13289        "CidrBlock$CidrBlock": "<p>The IPv4 CIDR block.</p>",
13290        "ClassicLinkDnsSupport$VpcId": "<p>The ID of the VPC.</p>",
13291        "ClassicLinkInstance$InstanceId": "<p>The ID of the instance.</p>",
13292        "ClassicLinkInstance$VpcId": "<p>The ID of the VPC.</p>",
13293        "ClassicLoadBalancer$Name": "<p>The name of the load balancer.</p>",
13294        "ClientCertificateRevocationListStatus$Message": "<p>A message about the status of the client certificate revocation list, if applicable.</p>",
13295        "ClientConnectOptions$LambdaFunctionArn": "<p>The Amazon Resource Name (ARN) of the AWS Lambda function used for connection authorization.</p>",
13296        "ClientConnectResponseOptions$LambdaFunctionArn": "<p>The Amazon Resource Name (ARN) of the AWS Lambda function used for connection authorization.</p>",
13297        "ClientData$Comment": "<p>A user-defined comment about the disk upload.</p>",
13298        "ClientVpnAuthorizationRuleStatus$Message": "<p>A message about the status of the authorization rule, if applicable.</p>",
13299        "ClientVpnConnection$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint to which the client is connected.</p>",
13300        "ClientVpnConnection$Timestamp": "<p>The current date and time.</p>",
13301        "ClientVpnConnection$ConnectionId": "<p>The ID of the client connection.</p>",
13302        "ClientVpnConnection$Username": "<p>The username of the client who established the client connection. This information is only provided if Active Directory client authentication is used.</p>",
13303        "ClientVpnConnection$ConnectionEstablishedTime": "<p>The date and time the client connection was established.</p>",
13304        "ClientVpnConnection$IngressBytes": "<p>The number of bytes sent by the client.</p>",
13305        "ClientVpnConnection$EgressBytes": "<p>The number of bytes received by the client.</p>",
13306        "ClientVpnConnection$IngressPackets": "<p>The number of packets sent by the client.</p>",
13307        "ClientVpnConnection$EgressPackets": "<p>The number of packets received by the client.</p>",
13308        "ClientVpnConnection$ClientIp": "<p>The IP address of the client.</p>",
13309        "ClientVpnConnection$CommonName": "<p>The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name.</p>",
13310        "ClientVpnConnection$ConnectionEndTime": "<p>The date and time the client connection was terminated.</p>",
13311        "ClientVpnConnectionStatus$Message": "<p>A message about the status of the client connection, if applicable.</p>",
13312        "ClientVpnEndpoint$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
13313        "ClientVpnEndpoint$Description": "<p>A brief description of the endpoint.</p>",
13314        "ClientVpnEndpoint$CreationTime": "<p>The date and time the Client VPN endpoint was created.</p>",
13315        "ClientVpnEndpoint$DeletionTime": "<p>The date and time the Client VPN endpoint was deleted, if applicable.</p>",
13316        "ClientVpnEndpoint$DnsName": "<p>The DNS name to be used by clients when connecting to the Client VPN endpoint.</p>",
13317        "ClientVpnEndpoint$ClientCidrBlock": "<p>The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.</p>",
13318        "ClientVpnEndpoint$ServerCertificateArn": "<p>The ARN of the server certificate.</p>",
13319        "ClientVpnEndpoint$SelfServicePortalUrl": "<p>The URL of the self-service portal.</p>",
13320        "ClientVpnEndpointAttributeStatus$Message": "<p>The status message.</p>",
13321        "ClientVpnEndpointStatus$Message": "<p>A message about the status of the Client VPN endpoint.</p>",
13322        "ClientVpnRoute$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint with which the route is associated.</p>",
13323        "ClientVpnRoute$DestinationCidr": "<p>The IPv4 address range, in CIDR notation, of the route destination.</p>",
13324        "ClientVpnRoute$TargetSubnet": "<p>The ID of the subnet through which traffic is routed.</p>",
13325        "ClientVpnRoute$Type": "<p>The route type.</p>",
13326        "ClientVpnRoute$Origin": "<p>Indicates how the route was associated with the Client VPN endpoint. <code>associate</code> indicates that the route was automatically added when the target network was associated with the Client VPN endpoint. <code>add-route</code> indicates that the route was manually added using the <b>CreateClientVpnRoute</b> action.</p>",
13327        "ClientVpnRoute$Description": "<p>A brief description of the route.</p>",
13328        "ClientVpnRouteStatus$Message": "<p>A message about the status of the Client VPN endpoint route, if applicable.</p>",
13329        "CoipAddressUsage$AllocationId": "<p>The allocation ID of the address.</p>",
13330        "CoipAddressUsage$AwsAccountId": "<p>The AWS account ID.</p>",
13331        "CoipAddressUsage$AwsService": "<p>The AWS service.</p>",
13332        "CoipAddressUsage$CoIp": "<p>The customer-owned IP address.</p>",
13333        "ConfirmProductInstanceRequest$ProductCode": "<p>The product code. This must be a product code that you own.</p>",
13334        "ConfirmProductInstanceResult$OwnerId": "<p>The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.</p>",
13335        "ConnectionLogOptions$CloudwatchLogGroup": "<p>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</p>",
13336        "ConnectionLogOptions$CloudwatchLogStream": "<p>The name of the CloudWatch Logs log stream to which the connection data is published.</p>",
13337        "ConnectionLogResponseOptions$CloudwatchLogGroup": "<p>The name of the Amazon CloudWatch Logs log group to which connection logging data is published.</p>",
13338        "ConnectionLogResponseOptions$CloudwatchLogStream": "<p>The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.</p>",
13339        "ConnectionNotification$ConnectionNotificationId": "<p>The ID of the notification.</p>",
13340        "ConnectionNotification$ServiceId": "<p>The ID of the endpoint service.</p>",
13341        "ConnectionNotification$VpcEndpointId": "<p>The ID of the VPC endpoint.</p>",
13342        "ConnectionNotification$ConnectionNotificationArn": "<p>The ARN of the SNS topic for the notification.</p>",
13343        "ConversionTask$ConversionTaskId": "<p>The ID of the conversion task.</p>",
13344        "ConversionTask$ExpirationTime": "<p>The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.</p>",
13345        "ConversionTask$StatusMessage": "<p>The status message related to the conversion task.</p>",
13346        "CopyFpgaImageRequest$SourceFpgaImageId": "<p>The ID of the source AFI.</p>",
13347        "CopyFpgaImageRequest$Description": "<p>The description for the new AFI.</p>",
13348        "CopyFpgaImageRequest$Name": "<p>The name for the new AFI. The default is the name of the source AFI.</p>",
13349        "CopyFpgaImageRequest$SourceRegion": "<p>The Region that contains the source AFI.</p>",
13350        "CopyFpgaImageRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
13351        "CopyFpgaImageResult$FpgaImageId": "<p>The ID of the new AFI.</p>",
13352        "CopyImageRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see <a href=\"https://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>",
13353        "CopyImageRequest$Description": "<p>A description for the new AMI in the destination Region.</p>",
13354        "CopyImageRequest$Name": "<p>The name of the new AMI in the destination Region.</p>",
13355        "CopyImageRequest$SourceImageId": "<p>The ID of the AMI to copy.</p>",
13356        "CopyImageRequest$SourceRegion": "<p>The name of the Region that contains the AMI to copy.</p>",
13357        "CopyImageResult$ImageId": "<p>The ID of the new AMI.</p>",
13358        "CopySnapshotRequest$Description": "<p>A description for the EBS snapshot.</p>",
13359        "CopySnapshotRequest$DestinationRegion": "<p>The destination Region to use in the <code>PresignedUrl</code> parameter of a snapshot copy operation. This parameter is only valid for specifying the destination Region in a <code>PresignedUrl</code> parameter, where it is required.</p> <p>The snapshot copy is sent to the regional endpoint that you sent the HTTP request to (for example, <code>ec2.us-east-1.amazonaws.com</code>). With the AWS CLI, this is specified using the <code>--region</code> parameter or the default Region in your AWS configuration file.</p>",
13360        "CopySnapshotRequest$PresignedUrl": "<p>When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a pre-signed URL. This parameter is optional for unencrypted snapshots. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html\">Query requests</a>.</p> <p>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=\"https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html\">Authenticating Requests: 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>",
13361        "CopySnapshotRequest$SourceRegion": "<p>The ID of the Region that contains the snapshot to be copied.</p>",
13362        "CopySnapshotRequest$SourceSnapshotId": "<p>The ID of the EBS snapshot to copy.</p>",
13363        "CopySnapshotResult$SnapshotId": "<p>The ID of the new snapshot.</p>",
13364        "CreateCapacityReservationRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensure Idempotency</a>.</p>",
13365        "CreateCapacityReservationRequest$InstanceType": "<p>The instance type for which to reserve capacity. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>",
13366        "CreateCapacityReservationRequest$AvailabilityZone": "<p>The Availability Zone in which to create the Capacity Reservation.</p>",
13367        "CreateCapacityReservationRequest$AvailabilityZoneId": "<p>The ID of the Availability Zone in which to create the Capacity Reservation.</p>",
13368        "CreateCarrierGatewayRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13369        "CreateClientVpnEndpointRequest$ClientCidrBlock": "<p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. The CIDR block should be /22 or greater.</p>",
13370        "CreateClientVpnEndpointRequest$ServerCertificateArn": "<p>The ARN of the server certificate. For more information, see the <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/\">AWS Certificate Manager User Guide</a>.</p>",
13371        "CreateClientVpnEndpointRequest$Description": "<p>A brief description of the Client VPN endpoint.</p>",
13372        "CreateClientVpnEndpointRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13373        "CreateClientVpnEndpointResult$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
13374        "CreateClientVpnEndpointResult$DnsName": "<p>The DNS name to be used by clients when establishing their VPN session.</p>",
13375        "CreateClientVpnRouteRequest$DestinationCidrBlock": "<p>The IPv4 address range, in CIDR notation, of the route destination. For example:</p> <ul> <li> <p>To add a route for Internet access, enter <code>0.0.0.0/0</code> </p> </li> <li> <p>To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range</p> </li> <li> <p>To add a route for an on-premises network, enter the AWS Site-to-Site VPN connection's IPv4 CIDR range</p> </li> <li> <p>To add a route for the local network, enter the client CIDR range</p> </li> </ul>",
13376        "CreateClientVpnRouteRequest$Description": "<p>A brief description of the route.</p>",
13377        "CreateClientVpnRouteRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13378        "CreateCustomerGatewayRequest$PublicIp": "<p>The Internet-routable IP address for the customer gateway's outside interface. The address must be static.</p>",
13379        "CreateCustomerGatewayRequest$CertificateArn": "<p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>",
13380        "CreateCustomerGatewayRequest$DeviceName": "<p>A name for the customer gateway device.</p> <p>Length Constraints: Up to 255 characters.</p>",
13381        "CreateDefaultSubnetRequest$AvailabilityZone": "<p>The Availability Zone in which to create the default subnet.</p>",
13382        "CreateEgressOnlyInternetGatewayRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13383        "CreateEgressOnlyInternetGatewayResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
13384        "CreateFleetError$ErrorCode": "<p>The error code that indicates why the instance could not be launched. For more information about error codes, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html\">Error Codes</a>.</p>",
13385        "CreateFleetError$ErrorMessage": "<p>The error message that describes why the instance could not be launched. For more information about error messages, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html\">Error Codes</a>.</p>",
13386        "CreateFleetRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
13387        "CreateFlowLogsRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13388        "CreateFlowLogsRequest$DeliverLogsPermissionArn": "<p>The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.</p> <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p>",
13389        "CreateFlowLogsRequest$LogGroupName": "<p>The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.</p> <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p>",
13390        "CreateFlowLogsRequest$LogDestination": "<p>Specifies the destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for <code>LogDestinationType</code>.</p> <p>If <code>LogDestinationType</code> is not specified or <code>cloud-watch-logs</code>, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called <code>my-logs</code>, specify <code>arn:aws:logs:us-east-1:123456789012:log-group:my-logs</code>. Alternatively, use <code>LogGroupName</code> instead.</p> <p>If LogDestinationType is <code>s3</code>, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: <code>bucket_ARN/subfolder_name/</code>. For example, to specify a subfolder named <code>my-logs</code> in a bucket named <code>my-bucket</code>, use the following ARN: <code>arn:aws:s3:::my-bucket/my-logs/</code>. You cannot use <code>AWSLogs</code> as a subfolder name. This is a reserved term.</p>",
13391        "CreateFlowLogsRequest$LogFormat": "<p>The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records\">Flow Log Records</a>. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.</p> <p>Specify the fields using the <code>${field-id}</code> format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.</p>",
13392        "CreateFlowLogsResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
13393        "CreateFpgaImageRequest$Description": "<p>A description for the AFI.</p>",
13394        "CreateFpgaImageRequest$Name": "<p>A name for the AFI.</p>",
13395        "CreateFpgaImageRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
13396        "CreateFpgaImageResult$FpgaImageId": "<p>The FPGA image identifier (AFI ID).</p>",
13397        "CreateFpgaImageResult$FpgaImageGlobalId": "<p>The global FPGA image identifier (AGFI ID).</p>",
13398        "CreateImageRequest$Description": "<p>A description for the new image.</p>",
13399        "CreateImageRequest$Name": "<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>",
13400        "CreateImageResult$ImageId": "<p>The ID of the new AMI.</p>",
13401        "CreateInstanceExportTaskRequest$Description": "<p>A description for the conversion task or the resource being exported. The maximum length is 255 characters.</p>",
13402        "CreateKeyPairRequest$KeyName": "<p>A unique name for the key pair.</p> <p>Constraints: Up to 255 ASCII characters</p>",
13403        "CreateLaunchTemplateRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p> <p>Constraint: Maximum 128 ASCII characters.</p>",
13404        "CreateLaunchTemplateVersionRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p> <p>Constraint: Maximum 128 ASCII characters.</p>",
13405        "CreateLaunchTemplateVersionRequest$SourceVersion": "<p>The version number of the launch template version on which to base the new version. The new version inherits the same launch parameters as the source version, except for parameters that you specify in <code>LaunchTemplateData</code>. Snapshots applied to the block device mapping are ignored when creating a new version unless they are explicitly included.</p>",
13406        "CreateLocalGatewayRouteRequest$DestinationCidrBlock": "<p>The CIDR range used for destination matches. Routing decisions are based on the most specific match.</p>",
13407        "CreateManagedPrefixListRequest$PrefixListName": "<p>A name for the prefix list.</p> <p>Constraints: Up to 255 characters in length. The name cannot start with <code>com.amazonaws</code>.</p>",
13408        "CreateManagedPrefixListRequest$AddressFamily": "<p>The IP address type.</p> <p>Valid Values: <code>IPv4</code> | <code>IPv6</code> </p>",
13409        "CreateManagedPrefixListRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p> <p>Constraints: Up to 255 UTF-8 characters in length.</p>",
13410        "CreateNatGatewayRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p> <p>Constraint: Maximum 64 ASCII characters.</p>",
13411        "CreateNatGatewayResult$ClientToken": "<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
13412        "CreateNetworkAclEntryRequest$CidrBlock": "<p>The IPv4 network range to allow or deny, in CIDR notation (for example <code>172.16.0.0/24</code>). We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>",
13413        "CreateNetworkAclEntryRequest$Ipv6CidrBlock": "<p>The IPv6 network range to allow or deny, in CIDR notation (for example <code>2001:db8:1234:1a00::/64</code>).</p>",
13414        "CreateNetworkAclEntryRequest$Protocol": "<p>The protocol number. A value of \"-1\" means all protocols. If you specify \"-1\" or a protocol number other than \"6\" (TCP), \"17\" (UDP), or \"1\" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol \"58\" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol \"58\" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.</p>",
13415        "CreateNetworkInsightsPathRequest$Source": "<p>The AWS resource that is the source of the path.</p>",
13416        "CreateNetworkInsightsPathRequest$Destination": "<p>The AWS resource that is the destination of the path.</p>",
13417        "CreateNetworkInsightsPathRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13418        "CreateNetworkInterfacePermissionRequest$AwsAccountId": "<p>The AWS account ID.</p>",
13419        "CreateNetworkInterfacePermissionRequest$AwsService": "<p>The AWS service. Currently not supported.</p>",
13420        "CreateNetworkInterfaceRequest$Description": "<p>A description for the network interface.</p>",
13421        "CreateNetworkInterfaceRequest$PrivateIpAddress": "<p>The primary private IPv4 address of the network interface. If you don't specify an IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you specify an IP address, you cannot indicate any IP addresses specified in <code>privateIpAddresses</code> as primary (only one IP address can be designated as primary).</p>",
13422        "CreatePlacementGroupRequest$GroupName": "<p>A name for the placement group. Must be unique within the scope of your account for the Region.</p> <p>Constraints: Up to 255 ASCII characters</p>",
13423        "CreateReservedInstancesListingRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
13424        "CreateRouteRequest$DestinationCidrBlock": "<p>The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>",
13425        "CreateRouteRequest$DestinationIpv6CidrBlock": "<p>The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.</p>",
13426        "CreateSecurityGroupRequest$Description": "<p>A description for the security group. This is informational only.</p> <p>Constraints: Up to 255 characters in length</p> <p>Constraints for EC2-Classic: ASCII characters</p> <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&amp;;{}!$*</p>",
13427        "CreateSecurityGroupRequest$GroupName": "<p>The name of the security group.</p> <p>Constraints: Up to 255 characters in length. Cannot start with <code>sg-</code>.</p> <p>Constraints for EC2-Classic: ASCII characters</p> <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&amp;;{}!$*</p>",
13428        "CreateSecurityGroupResult$GroupId": "<p>The ID of the security group.</p>",
13429        "CreateSnapshotRequest$Description": "<p>A description for the snapshot.</p>",
13430        "CreateSnapshotsRequest$Description": "<p> A description propagated to every snapshot specified by the instance.</p>",
13431        "CreateSpotDatafeedSubscriptionRequest$Bucket": "<p>The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html#bucketnamingrules\">Rules for bucket naming</a> in the <i>Amazon S3 Developer Guide</i>.</p>",
13432        "CreateSpotDatafeedSubscriptionRequest$Prefix": "<p>The prefix for the data feed file names.</p>",
13433        "CreateSubnetRequest$AvailabilityZone": "<p>The Availability Zone or Local Zone for the subnet.</p> <p>Default: AWS selects one for you. If you create more than one subnet in your VPC, we do not necessarily select a different zone for each subnet.</p> <p>To create a subnet in a Local Zone, set this value to the Local Zone ID, for example <code>us-west-2-lax-1a</code>. For information about the Regions that support Local Zones, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions\">Available Regions</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>To create a subnet in an Outpost, set this value to the Availability Zone for the Outpost and specify the Outpost ARN.</p>",
13434        "CreateSubnetRequest$AvailabilityZoneId": "<p>The AZ ID or the Local Zone ID of the subnet.</p>",
13435        "CreateSubnetRequest$CidrBlock": "<p>The IPv4 network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>",
13436        "CreateSubnetRequest$Ipv6CidrBlock": "<p>The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.</p>",
13437        "CreateSubnetRequest$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN, you must also specify the Availability Zone of the Outpost subnet.</p>",
13438        "CreateTrafficMirrorFilterRequest$Description": "<p>The description of the Traffic Mirror filter.</p>",
13439        "CreateTrafficMirrorFilterRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13440        "CreateTrafficMirrorFilterResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13441        "CreateTrafficMirrorFilterRuleRequest$DestinationCidrBlock": "<p>The destination CIDR block to assign to the Traffic Mirror rule.</p>",
13442        "CreateTrafficMirrorFilterRuleRequest$SourceCidrBlock": "<p>The source CIDR block to assign to the Traffic Mirror rule.</p>",
13443        "CreateTrafficMirrorFilterRuleRequest$Description": "<p>The description of the Traffic Mirror rule.</p>",
13444        "CreateTrafficMirrorFilterRuleRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13445        "CreateTrafficMirrorFilterRuleResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13446        "CreateTrafficMirrorSessionRequest$Description": "<p>The description of the Traffic Mirror session.</p>",
13447        "CreateTrafficMirrorSessionRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13448        "CreateTrafficMirrorSessionResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13449        "CreateTrafficMirrorTargetRequest$NetworkLoadBalancerArn": "<p>The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.</p>",
13450        "CreateTrafficMirrorTargetRequest$Description": "<p>The description of the Traffic Mirror target.</p>",
13451        "CreateTrafficMirrorTargetRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13452        "CreateTrafficMirrorTargetResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13453        "CreateTransitGatewayConnectPeerRequest$TransitGatewayAddress": "<p>The peer IP address (GRE outer IP address) on the transit gateway side of the Connect peer, which must be specified from a transit gateway CIDR block. If not specified, Amazon automatically assigns the first available IP address from the transit gateway CIDR block.</p>",
13454        "CreateTransitGatewayConnectPeerRequest$PeerAddress": "<p>The peer IP address (GRE outer IP address) on the appliance side of the Connect peer.</p>",
13455        "CreateTransitGatewayPeeringAttachmentRequest$PeerAccountId": "<p>The AWS account ID of the owner of the peer transit gateway.</p>",
13456        "CreateTransitGatewayPeeringAttachmentRequest$PeerRegion": "<p>The Region where the peer transit gateway is located.</p>",
13457        "CreateTransitGatewayRequest$Description": "<p>A description of the transit gateway.</p>",
13458        "CreateTransitGatewayRouteRequest$DestinationCidrBlock": "<p>The CIDR range used for destination matches. Routing decisions are based on the most specific match.</p>",
13459        "CreateVolumePermission$UserId": "<p>The AWS account ID to be added or removed.</p>",
13460        "CreateVolumeRequest$AvailabilityZone": "<p>The Availability Zone in which to create the volume.</p>",
13461        "CreateVolumeRequest$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
13462        "CreateVpcEndpointConnectionNotificationRequest$ConnectionNotificationArn": "<p>The ARN of the SNS topic for the notifications.</p>",
13463        "CreateVpcEndpointConnectionNotificationRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13464        "CreateVpcEndpointConnectionNotificationResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
13465        "CreateVpcEndpointRequest$ServiceName": "<p>The service name. To get a list of available services, use the <a>DescribeVpcEndpointServices</a> request, or get the name from the service provider.</p>",
13466        "CreateVpcEndpointRequest$PolicyDocument": "<p>(Interface and gateway endpoints) 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>",
13467        "CreateVpcEndpointRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13468        "CreateVpcEndpointResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
13469        "CreateVpcEndpointServiceConfigurationRequest$PrivateDnsName": "<p>(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.</p>",
13470        "CreateVpcEndpointServiceConfigurationRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
13471        "CreateVpcEndpointServiceConfigurationResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
13472        "CreateVpcPeeringConnectionRequest$PeerOwnerId": "<p>The AWS account ID of the owner of the accepter VPC.</p> <p>Default: Your AWS account ID</p>",
13473        "CreateVpcPeeringConnectionRequest$PeerVpcId": "<p>The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.</p>",
13474        "CreateVpcPeeringConnectionRequest$PeerRegion": "<p>The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.</p> <p>Default: The Region in which you make the request.</p>",
13475        "CreateVpcRequest$CidrBlock": "<p>The IPv4 network range for the VPC, in CIDR notation. For example, <code>10.0.0.0/16</code>. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>",
13476        "CreateVpcRequest$Ipv6CidrBlock": "<p>The IPv6 CIDR block from the IPv6 address pool. You must also specify <code>Ipv6Pool</code> in the request.</p> <p>To let Amazon choose the IPv6 CIDR block for you, omit this parameter.</p>",
13477        "CreateVpcRequest$Ipv6CidrBlockNetworkBorderGroup": "<p>The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the address to this location.</p> <p> You must set <code>AmazonProvidedIpv6CidrBlock</code> to <code>true</code> to use this parameter.</p>",
13478        "CreateVpnConnectionRequest$Type": "<p>The type of VPN connection (<code>ipsec.1</code>).</p>",
13479        "CreateVpnConnectionRouteRequest$DestinationCidrBlock": "<p>The CIDR block associated with the local subnet of the customer network.</p>",
13480        "CreateVpnGatewayRequest$AvailabilityZone": "<p>The Availability Zone for the virtual private gateway.</p>",
13481        "CreditSpecification$CpuCredits": "<p>The credit option for CPU usage of a T2, T3, or T3a instance. Valid values are <code>standard</code> and <code>unlimited</code>.</p>",
13482        "CreditSpecificationRequest$CpuCredits": "<p>The credit option for CPU usage of a T2, T3, or T3a instance. Valid values are <code>standard</code> and <code>unlimited</code>.</p>",
13483        "CustomerGateway$BgpAsn": "<p>The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p>",
13484        "CustomerGateway$CustomerGatewayId": "<p>The ID of the customer gateway.</p>",
13485        "CustomerGateway$IpAddress": "<p>The Internet-routable IP address of the customer gateway's outside interface.</p>",
13486        "CustomerGateway$CertificateArn": "<p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>",
13487        "CustomerGateway$State": "<p>The current state of the customer gateway (<code>pending | available | deleting | deleted</code>).</p>",
13488        "CustomerGateway$Type": "<p>The type of VPN connection the customer gateway supports (<code>ipsec.1</code>).</p>",
13489        "CustomerGateway$DeviceName": "<p>The name of customer gateway device.</p>",
13490        "DeleteClientVpnRouteRequest$DestinationCidrBlock": "<p>The IPv4 address range, in CIDR notation, of the route to be deleted.</p>",
13491        "DeleteFleetError$Message": "<p>The description for the error code.</p>",
13492        "DeleteLaunchTemplateVersionsResponseErrorItem$LaunchTemplateId": "<p>The ID of the launch template.</p>",
13493        "DeleteLaunchTemplateVersionsResponseErrorItem$LaunchTemplateName": "<p>The name of the launch template.</p>",
13494        "DeleteLaunchTemplateVersionsResponseSuccessItem$LaunchTemplateId": "<p>The ID of the launch template.</p>",
13495        "DeleteLaunchTemplateVersionsResponseSuccessItem$LaunchTemplateName": "<p>The name of the launch template.</p>",
13496        "DeleteLocalGatewayRouteRequest$DestinationCidrBlock": "<p>The CIDR range for the route. This must match the CIDR for the route exactly.</p>",
13497        "DeleteNatGatewayResult$NatGatewayId": "<p>The ID of the NAT gateway.</p>",
13498        "DeleteQueuedReservedInstancesError$Message": "<p>The error message.</p>",
13499        "DeleteRouteRequest$DestinationCidrBlock": "<p>The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>",
13500        "DeleteRouteRequest$DestinationIpv6CidrBlock": "<p>The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>",
13501        "DeleteTrafficMirrorFilterResult$TrafficMirrorFilterId": "<p>The ID of the Traffic Mirror filter.</p>",
13502        "DeleteTrafficMirrorFilterRuleResult$TrafficMirrorFilterRuleId": "<p>The ID of the deleted Traffic Mirror rule.</p>",
13503        "DeleteTrafficMirrorSessionResult$TrafficMirrorSessionId": "<p>The ID of the deleted Traffic Mirror session.</p>",
13504        "DeleteTrafficMirrorTargetResult$TrafficMirrorTargetId": "<p>The ID of the deleted Traffic Mirror target.</p>",
13505        "DeleteTransitGatewayRouteRequest$DestinationCidrBlock": "<p>The CIDR range for the route. This must match the CIDR for the route exactly.</p>",
13506        "DeleteVpnConnectionRouteRequest$DestinationCidrBlock": "<p>The CIDR block associated with the local subnet of the customer network.</p>",
13507        "DeprovisionByoipCidrRequest$Cidr": "<p>The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.</p>",
13508        "DeregisterTransitGatewayMulticastGroupMembersRequest$GroupIpAddress": "<p>The IP address assigned to the transit gateway multicast group.</p>",
13509        "DeregisterTransitGatewayMulticastGroupSourcesRequest$GroupIpAddress": "<p>The IP address assigned to the transit gateway multicast group.</p>",
13510        "DescribeByoipCidrsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13511        "DescribeCapacityReservationsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
13512        "DescribeCapacityReservationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13513        "DescribeCarrierGatewaysRequest$NextToken": "<p>The token for the next page of results.</p>",
13514        "DescribeCarrierGatewaysResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13515        "DescribeClassicLinkInstancesRequest$NextToken": "<p>The token for the next page of results.</p>",
13516        "DescribeClassicLinkInstancesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13517        "DescribeCoipPoolsRequest$NextToken": "<p>The token for the next page of results.</p>",
13518        "DescribeCoipPoolsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13519        "DescribeDhcpOptionsRequest$NextToken": "<p>The token for the next page of results.</p>",
13520        "DescribeDhcpOptionsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13521        "DescribeEgressOnlyInternetGatewaysRequest$NextToken": "<p>The token for the next page of results.</p>",
13522        "DescribeEgressOnlyInternetGatewaysResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13523        "DescribeElasticGpusRequest$NextToken": "<p>The token to request the next page of results.</p>",
13524        "DescribeElasticGpusResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13525        "DescribeFastSnapshotRestoreSuccessItem$SnapshotId": "<p>The ID of the snapshot.</p>",
13526        "DescribeFastSnapshotRestoreSuccessItem$AvailabilityZone": "<p>The Availability Zone.</p>",
13527        "DescribeFastSnapshotRestoreSuccessItem$StateTransitionReason": "<p>The reason for the state transition. The possible values are as follows:</p> <ul> <li> <p> <code>Client.UserInitiated</code> - The state successfully transitioned to <code>enabling</code> or <code>disabling</code>.</p> </li> <li> <p> <code>Client.UserInitiated - Lifecycle state transition</code> - The state successfully transitioned to <code>optimizing</code>, <code>enabled</code>, or <code>disabled</code>.</p> </li> </ul>",
13528        "DescribeFastSnapshotRestoreSuccessItem$OwnerId": "<p>The ID of the AWS account that enabled fast snapshot restores on the snapshot.</p>",
13529        "DescribeFastSnapshotRestoreSuccessItem$OwnerAlias": "<p>The AWS owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.</p>",
13530        "DescribeFleetError$ErrorCode": "<p>The error code that indicates why the instance could not be launched. For more information about error codes, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html\">Error Codes</a>.</p>",
13531        "DescribeFleetError$ErrorMessage": "<p>The error message that describes why the instance could not be launched. For more information about error messages, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html\">Error Codes</a>.</p>",
13532        "DescribeFleetHistoryRequest$NextToken": "<p>The token for the next set of results.</p>",
13533        "DescribeFleetHistoryResult$NextToken": "<p>The token for the next set of results.</p>",
13534        "DescribeFleetInstancesRequest$NextToken": "<p>The token for the next set of results.</p>",
13535        "DescribeFleetInstancesResult$NextToken": "<p>The token for the next set of results.</p>",
13536        "DescribeFleetsRequest$NextToken": "<p>The token for the next set of results.</p>",
13537        "DescribeFleetsResult$NextToken": "<p>The token for the next set of results.</p>",
13538        "DescribeFlowLogsRequest$NextToken": "<p>The token for the next page of results.</p>",
13539        "DescribeFlowLogsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13540        "DescribeHostReservationOfferingsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
13541        "DescribeHostReservationOfferingsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13542        "DescribeHostReservationsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
13543        "DescribeHostReservationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13544        "DescribeHostsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
13545        "DescribeHostsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13546        "DescribeIdFormatRequest$Resource": "<p>The type of resource: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>snapshot</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code> </p>",
13547        "DescribeIdentityIdFormatRequest$PrincipalArn": "<p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>",
13548        "DescribeIdentityIdFormatRequest$Resource": "<p>The type of resource: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>snapshot</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code> </p>",
13549        "DescribeImportImageTasksRequest$NextToken": "<p>A token that indicates the next page of results.</p>",
13550        "DescribeImportImageTasksResult$NextToken": "<p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13551        "DescribeImportSnapshotTasksRequest$NextToken": "<p>A token that indicates the next page of results.</p>",
13552        "DescribeImportSnapshotTasksResult$NextToken": "<p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13553        "DescribeInstanceCreditSpecificationsRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
13554        "DescribeInstanceCreditSpecificationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13555        "DescribeInstanceStatusRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
13556        "DescribeInstanceStatusResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13557        "DescribeInstancesRequest$NextToken": "<p>The token to request the next page of results.</p>",
13558        "DescribeInstancesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13559        "DescribeInternetGatewaysRequest$NextToken": "<p>The token for the next page of results.</p>",
13560        "DescribeInternetGatewaysResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13561        "DescribeLaunchTemplateVersionsRequest$MinVersion": "<p>The version number after which to describe launch template versions.</p>",
13562        "DescribeLaunchTemplateVersionsRequest$MaxVersion": "<p>The version number up to which to describe launch template versions.</p>",
13563        "DescribeLaunchTemplateVersionsRequest$NextToken": "<p>The token to request the next page of results.</p>",
13564        "DescribeLaunchTemplateVersionsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13565        "DescribeLaunchTemplatesRequest$NextToken": "<p>The token to request the next page of results.</p>",
13566        "DescribeLaunchTemplatesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13567        "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$NextToken": "<p>The token for the next page of results.</p>",
13568        "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13569        "DescribeLocalGatewayRouteTableVpcAssociationsRequest$NextToken": "<p>The token for the next page of results.</p>",
13570        "DescribeLocalGatewayRouteTableVpcAssociationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13571        "DescribeLocalGatewayRouteTablesRequest$NextToken": "<p>The token for the next page of results.</p>",
13572        "DescribeLocalGatewayRouteTablesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13573        "DescribeLocalGatewayVirtualInterfaceGroupsRequest$NextToken": "<p>The token for the next page of results.</p>",
13574        "DescribeLocalGatewayVirtualInterfaceGroupsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13575        "DescribeLocalGatewayVirtualInterfacesRequest$NextToken": "<p>The token for the next page of results.</p>",
13576        "DescribeLocalGatewayVirtualInterfacesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13577        "DescribeLocalGatewaysRequest$NextToken": "<p>The token for the next page of results.</p>",
13578        "DescribeLocalGatewaysResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13579        "DescribeMovingAddressesRequest$NextToken": "<p>The token for the next page of results.</p>",
13580        "DescribeMovingAddressesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13581        "DescribeNatGatewaysRequest$NextToken": "<p>The token for the next page of results.</p>",
13582        "DescribeNatGatewaysResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13583        "DescribeNetworkAclsRequest$NextToken": "<p>The token for the next page of results.</p>",
13584        "DescribeNetworkAclsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13585        "DescribeNetworkInsightsAnalysesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13586        "DescribeNetworkInsightsPathsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13587        "DescribeNetworkInterfaceAttributeResult$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
13588        "DescribeNetworkInterfacePermissionsRequest$NextToken": "<p>The token to request the next page of results.</p>",
13589        "DescribeNetworkInterfacePermissionsResult$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
13590        "DescribeNetworkInterfacesRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
13591        "DescribeNetworkInterfacesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13592        "DescribePrefixListsRequest$NextToken": "<p>The token for the next page of results.</p>",
13593        "DescribePrefixListsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13594        "DescribePrincipalIdFormatRequest$NextToken": "<p>The token to request the next page of results.</p>",
13595        "DescribePrincipalIdFormatResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>",
13596        "DescribePublicIpv4PoolsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13597        "DescribeReservedInstancesModificationsRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
13598        "DescribeReservedInstancesModificationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13599        "DescribeReservedInstancesOfferingsRequest$AvailabilityZone": "<p>The Availability Zone in which the Reserved Instance can be used.</p>",
13600        "DescribeReservedInstancesOfferingsRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
13601        "DescribeReservedInstancesOfferingsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13602        "DescribeRouteTablesRequest$NextToken": "<p>The token for the next page of results.</p>",
13603        "DescribeRouteTablesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13604        "DescribeScheduledInstanceAvailabilityRequest$NextToken": "<p>The token for the next set of results.</p>",
13605        "DescribeScheduledInstanceAvailabilityResult$NextToken": "<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>",
13606        "DescribeScheduledInstancesRequest$NextToken": "<p>The token for the next set of results.</p>",
13607        "DescribeScheduledInstancesResult$NextToken": "<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>",
13608        "DescribeSecurityGroupsRequest$NextToken": "<p>The token to request the next page of results.</p>",
13609        "DescribeSecurityGroupsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13610        "DescribeSnapshotAttributeResult$SnapshotId": "<p>The ID of the EBS snapshot.</p>",
13611        "DescribeSnapshotsRequest$NextToken": "<p>The <code>NextToken</code> value returned from a previous paginated <code>DescribeSnapshots</code> request where <code>MaxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>NextToken</code> value. This value is <code>null</code> when there are no more results to return.</p>",
13612        "DescribeSnapshotsResult$NextToken": "<p>The <code>NextToken</code> value to include in a future <code>DescribeSnapshots</code> request. When the results of a <code>DescribeSnapshots</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13613        "DescribeSpotFleetInstancesRequest$NextToken": "<p>The token for the next set of results.</p>",
13614        "DescribeSpotFleetInstancesResponse$NextToken": "<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>",
13615        "DescribeSpotFleetInstancesResponse$SpotFleetRequestId": "<p>The ID of the Spot Fleet request.</p>",
13616        "DescribeSpotFleetRequestHistoryRequest$NextToken": "<p>The token for the next set of results.</p>",
13617        "DescribeSpotFleetRequestHistoryResponse$NextToken": "<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>",
13618        "DescribeSpotFleetRequestHistoryResponse$SpotFleetRequestId": "<p>The ID of the Spot Fleet request.</p>",
13619        "DescribeSpotFleetRequestsRequest$NextToken": "<p>The token for the next set of results.</p>",
13620        "DescribeSpotFleetRequestsResponse$NextToken": "<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>",
13621        "DescribeSpotInstanceRequestsRequest$NextToken": "<p>The token to request the next set of results. This value is <code>null</code> when there are no more results to return.</p>",
13622        "DescribeSpotInstanceRequestsResult$NextToken": "<p>The token to use to retrieve the next set of results. This value is <code>null</code> when there are no more results to return.</p>",
13623        "DescribeSpotPriceHistoryRequest$AvailabilityZone": "<p>Filters the results by the specified Availability Zone.</p>",
13624        "DescribeSpotPriceHistoryRequest$NextToken": "<p>The token for the next set of results.</p>",
13625        "DescribeSpotPriceHistoryResult$NextToken": "<p>The token required to retrieve the next set of results. This value is null or an empty string when there are no more results to return.</p>",
13626        "DescribeStaleSecurityGroupsResult$NextToken": "<p>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</p>",
13627        "DescribeSubnetsRequest$NextToken": "<p>The token for the next page of results.</p>",
13628        "DescribeSubnetsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13629        "DescribeTagsRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
13630        "DescribeTagsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13631        "DescribeTrafficMirrorFiltersResult$NextToken": "<p>The token to use to retrieve the next page of results. The value is <code>null</code> when there are no more results to return.</p>",
13632        "DescribeTrafficMirrorSessionsResult$NextToken": "<p>The token to use to retrieve the next page of results. The value is <code>null</code> when there are no more results to return.</p>",
13633        "DescribeTrafficMirrorTargetsResult$NextToken": "<p>The token to use to retrieve the next page of results. The value is <code>null</code> when there are no more results to return.</p>",
13634        "DescribeTransitGatewayAttachmentsRequest$NextToken": "<p>The token for the next page of results.</p>",
13635        "DescribeTransitGatewayAttachmentsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13636        "DescribeTransitGatewayConnectPeersRequest$NextToken": "<p>The token for the next page of results.</p>",
13637        "DescribeTransitGatewayConnectPeersResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13638        "DescribeTransitGatewayConnectsRequest$NextToken": "<p>The token for the next page of results.</p>",
13639        "DescribeTransitGatewayConnectsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13640        "DescribeTransitGatewayMulticastDomainsRequest$NextToken": "<p>The token for the next page of results.</p>",
13641        "DescribeTransitGatewayMulticastDomainsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13642        "DescribeTransitGatewayPeeringAttachmentsRequest$NextToken": "<p>The token for the next page of results.</p>",
13643        "DescribeTransitGatewayPeeringAttachmentsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13644        "DescribeTransitGatewayRouteTablesRequest$NextToken": "<p>The token for the next page of results.</p>",
13645        "DescribeTransitGatewayRouteTablesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13646        "DescribeTransitGatewayVpcAttachmentsRequest$NextToken": "<p>The token for the next page of results.</p>",
13647        "DescribeTransitGatewayVpcAttachmentsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13648        "DescribeTransitGatewaysRequest$NextToken": "<p>The token for the next page of results.</p>",
13649        "DescribeTransitGatewaysResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13650        "DescribeVolumeAttributeResult$VolumeId": "<p>The ID of the volume.</p>",
13651        "DescribeVolumeStatusRequest$NextToken": "<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>",
13652        "DescribeVolumeStatusResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13653        "DescribeVolumesModificationsRequest$NextToken": "<p>The <code>nextToken</code> value returned by a previous paginated request.</p>",
13654        "DescribeVolumesModificationsResult$NextToken": "<p>Token for pagination, null if there are no more results </p>",
13655        "DescribeVolumesRequest$NextToken": "<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>",
13656        "DescribeVolumesResult$NextToken": "<p>The <code>NextToken</code> value to include in a future <code>DescribeVolumes</code> request. When the results of a <code>DescribeVolumes</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13657        "DescribeVpcAttributeResult$VpcId": "<p>The ID of the VPC.</p>",
13658        "DescribeVpcEndpointConnectionNotificationsRequest$NextToken": "<p>The token to request the next page of results.</p>",
13659        "DescribeVpcEndpointConnectionNotificationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13660        "DescribeVpcEndpointConnectionsRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
13661        "DescribeVpcEndpointConnectionsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13662        "DescribeVpcEndpointServiceConfigurationsRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
13663        "DescribeVpcEndpointServiceConfigurationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13664        "DescribeVpcEndpointServicePermissionsRequest$NextToken": "<p>The token to retrieve the next page of results.</p>",
13665        "DescribeVpcEndpointServicePermissionsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13666        "DescribeVpcEndpointServicesRequest$NextToken": "<p>The token for the next set of items to return. (You received this token from a prior call.)</p>",
13667        "DescribeVpcEndpointServicesResult$NextToken": "<p>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</p>",
13668        "DescribeVpcEndpointsRequest$NextToken": "<p>The token for the next set of items to return. (You received this token from a prior call.)</p>",
13669        "DescribeVpcEndpointsResult$NextToken": "<p>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</p>",
13670        "DescribeVpcPeeringConnectionsRequest$NextToken": "<p>The token for the next page of results.</p>",
13671        "DescribeVpcPeeringConnectionsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13672        "DescribeVpcsRequest$NextToken": "<p>The token for the next page of results.</p>",
13673        "DescribeVpcsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13674        "DetachVolumeRequest$Device": "<p>The device name.</p>",
13675        "DhcpConfiguration$Key": "<p>The name of a DHCP option.</p>",
13676        "DhcpOptions$DhcpOptionsId": "<p>The ID of the set of DHCP options.</p>",
13677        "DhcpOptions$OwnerId": "<p>The ID of the AWS account that owns the DHCP options set.</p>",
13678        "DirectoryServiceAuthentication$DirectoryId": "<p>The ID of the Active Directory used for authentication.</p>",
13679        "DirectoryServiceAuthenticationRequest$DirectoryId": "<p>The ID of the Active Directory to be used for authentication.</p>",
13680        "DisableFastSnapshotRestoreErrorItem$SnapshotId": "<p>The ID of the snapshot.</p>",
13681        "DisableFastSnapshotRestoreStateError$Code": "<p>The error code.</p>",
13682        "DisableFastSnapshotRestoreStateError$Message": "<p>The error message.</p>",
13683        "DisableFastSnapshotRestoreStateErrorItem$AvailabilityZone": "<p>The Availability Zone.</p>",
13684        "DisableFastSnapshotRestoreSuccessItem$SnapshotId": "<p>The ID of the snapshot.</p>",
13685        "DisableFastSnapshotRestoreSuccessItem$AvailabilityZone": "<p>The Availability Zone.</p>",
13686        "DisableFastSnapshotRestoreSuccessItem$StateTransitionReason": "<p>The reason for the state transition. The possible values are as follows:</p> <ul> <li> <p> <code>Client.UserInitiated</code> - The state successfully transitioned to <code>enabling</code> or <code>disabling</code>.</p> </li> <li> <p> <code>Client.UserInitiated - Lifecycle state transition</code> - The state successfully transitioned to <code>optimizing</code>, <code>enabled</code>, or <code>disabled</code>.</p> </li> </ul>",
13687        "DisableFastSnapshotRestoreSuccessItem$OwnerId": "<p>The ID of the AWS account that enabled fast snapshot restores on the snapshot.</p>",
13688        "DisableFastSnapshotRestoreSuccessItem$OwnerAlias": "<p>The AWS owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.</p>",
13689        "DisassociateAddressRequest$PublicIp": "<p>[EC2-Classic] The Elastic IP address. Required for EC2-Classic.</p>",
13690        "DisassociateClientVpnTargetNetworkResult$AssociationId": "<p>The ID of the target network association.</p>",
13691        "DisassociateSubnetCidrBlockResult$SubnetId": "<p>The ID of the subnet.</p>",
13692        "DisassociateVpcCidrBlockResult$VpcId": "<p>The ID of the VPC.</p>",
13693        "DiskImage$Description": "<p>A description of the disk image.</p>",
13694        "DiskImageDescription$Checksum": "<p>The checksum computed for the disk image.</p>",
13695        "DiskImageDescription$ImportManifestUrl": "<p>A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the \"Query String Request Authentication Alternative\" section of the <a href=\"https://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=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>",
13696        "DiskImageDetail$ImportManifestUrl": "<p>A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the \"Query String Request Authentication Alternative\" section of the <a href=\"https://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=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>",
13697        "DiskImageVolumeDescription$Id": "<p>The volume identifier.</p>",
13698        "DnsEntry$DnsName": "<p>The DNS name.</p>",
13699        "DnsEntry$HostedZoneId": "<p>The ID of the private hosted zone.</p>",
13700        "EbsBlockDevice$SnapshotId": "<p>The ID of the snapshot.</p>",
13701        "EbsBlockDevice$KmsKeyId": "<p>Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under which the EBS volume is encrypted.</p> <p>This parameter is only supported on <code>BlockDeviceMapping</code> objects called by <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html\">RunInstances</a>, <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html\">RequestSpotFleet</a>, and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html\">RequestSpotInstances</a>.</p>",
13702        "EbsInstanceBlockDevice$VolumeId": "<p>The ID of the EBS volume.</p>",
13703        "ElasticGpuAssociation$ElasticGpuId": "<p>The ID of the Elastic Graphics accelerator.</p>",
13704        "ElasticGpuAssociation$ElasticGpuAssociationId": "<p>The ID of the association.</p>",
13705        "ElasticGpuAssociation$ElasticGpuAssociationState": "<p>The state of the association between the instance and the Elastic Graphics accelerator.</p>",
13706        "ElasticGpuAssociation$ElasticGpuAssociationTime": "<p>The time the Elastic Graphics accelerator was associated with the instance.</p>",
13707        "ElasticGpuSpecification$Type": "<p>The type of Elastic Graphics accelerator. For more information about the values to specify for <code>Type</code>, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html#elastic-graphics-basics\">Elastic Graphics Basics</a>, specifically the Elastic Graphics accelerator column, in the <i>Amazon Elastic Compute Cloud User Guide for Windows Instances</i>.</p>",
13708        "ElasticGpuSpecificationResponse$Type": "<p>The elastic GPU type.</p>",
13709        "ElasticGpus$ElasticGpuId": "<p>The ID of the Elastic Graphics accelerator.</p>",
13710        "ElasticGpus$AvailabilityZone": "<p>The Availability Zone in the which the Elastic Graphics accelerator resides.</p>",
13711        "ElasticGpus$ElasticGpuType": "<p>The type of Elastic Graphics accelerator.</p>",
13712        "ElasticGpus$InstanceId": "<p>The ID of the instance to which the Elastic Graphics accelerator is attached.</p>",
13713        "ElasticInferenceAccelerator$Type": "<p> The type of elastic inference accelerator. The possible values are <code>eia1.medium</code>, <code>eia1.large</code>, <code>eia1.xlarge</code>, <code>eia2.medium</code>, <code>eia2.large</code>, and <code>eia2.xlarge</code>. </p>",
13714        "ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorArn": "<p> The Amazon Resource Name (ARN) of the elastic inference accelerator. </p>",
13715        "ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorAssociationId": "<p> The ID of the association. </p>",
13716        "ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorAssociationState": "<p> The state of the elastic inference accelerator. </p>",
13717        "EnableFastSnapshotRestoreErrorItem$SnapshotId": "<p>The ID of the snapshot.</p>",
13718        "EnableFastSnapshotRestoreStateError$Code": "<p>The error code.</p>",
13719        "EnableFastSnapshotRestoreStateError$Message": "<p>The error message.</p>",
13720        "EnableFastSnapshotRestoreStateErrorItem$AvailabilityZone": "<p>The Availability Zone.</p>",
13721        "EnableFastSnapshotRestoreSuccessItem$SnapshotId": "<p>The ID of the snapshot.</p>",
13722        "EnableFastSnapshotRestoreSuccessItem$AvailabilityZone": "<p>The Availability Zone.</p>",
13723        "EnableFastSnapshotRestoreSuccessItem$StateTransitionReason": "<p>The reason for the state transition. The possible values are as follows:</p> <ul> <li> <p> <code>Client.UserInitiated</code> - The state successfully transitioned to <code>enabling</code> or <code>disabling</code>.</p> </li> <li> <p> <code>Client.UserInitiated - Lifecycle state transition</code> - The state successfully transitioned to <code>optimizing</code>, <code>enabled</code>, or <code>disabled</code>.</p> </li> </ul>",
13724        "EnableFastSnapshotRestoreSuccessItem$OwnerId": "<p>The ID of the AWS account that enabled fast snapshot restores on the snapshot.</p>",
13725        "EnableFastSnapshotRestoreSuccessItem$OwnerAlias": "<p>The AWS owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.</p>",
13726        "EventInformation$EventDescription": "<p>The description of the event.</p>",
13727        "EventInformation$EventSubType": "<p>The event.</p> <p>The following are the <code>error</code> events:</p> <ul> <li> <p> <code>iamFleetRoleInvalid</code> - The EC2 Fleet or Spot Fleet did not have the required permissions either to launch or terminate an instance.</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 EC2 Fleet or Spot Fleet request 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 EC2 Fleet or Spot Fleet request is canceled and has no running Spot Instances. The EC2 Fleet or Spot Fleet will be deleted two days after its instances were terminated.</p> </li> <li> <p> <code>cancelled_running</code> - The EC2 Fleet or Spot Fleet request is canceled and does not launch additional Spot Instances. Existing Spot Instances continue to run until they are interrupted or terminated.</p> </li> <li> <p> <code>cancelled_terminating</code> - The EC2 Fleet or Spot Fleet request is canceled and its Spot Instances are terminating.</p> </li> <li> <p> <code>expired</code> - The EC2 Fleet or 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 EC2 Fleet or Spot Fleet request was accepted and is in progress.</p> </li> <li> <p> <code>modify_successful</code> - The EC2 Fleet or Spot Fleet request was modified.</p> </li> <li> <p> <code>price_update</code> - The price for a launch configuration was adjusted because it was too high. This change is permanent.</p> </li> <li> <p> <code>submitted</code> - The EC2 Fleet or 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 request 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> <p>The following are the <code>Information</code> events:</p> <ul> <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>launchSpecUnusable</code> - The price in a launch specification is not valid because it is below the Spot price or the Spot price is above the On-Demand price.</p> </li> <li> <p> <code>fleetProgressHalted</code> - The price in every launch specification is not valid. A launch specification might become valid if the Spot price changes.</p> </li> </ul>",
13728        "EventInformation$InstanceId": "<p>The ID of the instance. This information is available only for <code>instanceChange</code> events.</p>",
13729        "ExecutableByStringList$member": null,
13730        "Explanation$Direction": "<p>The direction. The following are possible values:</p> <ul> <li> <p>egress</p> </li> <li> <p>ingress</p> </li> </ul>",
13731        "Explanation$ExplanationCode": "<p>The explanation code.</p>",
13732        "Explanation$MissingComponent": "<p>The missing component.</p>",
13733        "Explanation$PacketField": "<p>The packet field.</p>",
13734        "Explanation$State": "<p>The state.</p>",
13735        "ExportClientVpnClientCertificateRevocationListResult$CertificateRevocationList": "<p>Information about the client certificate revocation list.</p>",
13736        "ExportClientVpnClientConfigurationResult$ClientConfiguration": "<p>The contents of the Client VPN endpoint configuration file.</p>",
13737        "ExportImageRequest$ClientToken": "<p>Token to enable idempotency for export image requests.</p>",
13738        "ExportImageRequest$Description": "<p>A description of the image being exported. The maximum length is 255 characters.</p>",
13739        "ExportImageRequest$RoleName": "<p>The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket. If this parameter is not specified, the default role is named 'vmimport'.</p>",
13740        "ExportImageResult$Description": "<p>A description of the image being exported.</p>",
13741        "ExportImageResult$ExportImageTaskId": "<p>The ID of the export image task.</p>",
13742        "ExportImageResult$ImageId": "<p>The ID of the image.</p>",
13743        "ExportImageResult$RoleName": "<p>The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.</p>",
13744        "ExportImageResult$Progress": "<p>The percent complete of the export image task.</p>",
13745        "ExportImageResult$Status": "<p>The status of the export image task. The possible values are <code>active</code>, <code>completed</code>, <code>deleting</code>, and <code>deleted</code>.</p>",
13746        "ExportImageResult$StatusMessage": "<p>The status message for the export image task.</p>",
13747        "ExportImageTask$Description": "<p>A description of the image being exported.</p>",
13748        "ExportImageTask$ExportImageTaskId": "<p>The ID of the export image task.</p>",
13749        "ExportImageTask$ImageId": "<p>The ID of the image.</p>",
13750        "ExportImageTask$Progress": "<p>The percent complete of the export image task.</p>",
13751        "ExportImageTask$Status": "<p>The status of the export image task. The possible values are <code>active</code>, <code>completed</code>, <code>deleting</code>, and <code>deleted</code>.</p>",
13752        "ExportImageTask$StatusMessage": "<p>The status message for the export image task.</p>",
13753        "ExportTask$Description": "<p>A description of the resource being exported.</p>",
13754        "ExportTask$ExportTaskId": "<p>The ID of the export task.</p>",
13755        "ExportTask$StatusMessage": "<p>The status message related to the export task.</p>",
13756        "ExportTaskS3Location$S3Bucket": "<p>The destination Amazon S3 bucket.</p>",
13757        "ExportTaskS3Location$S3Prefix": "<p>The prefix (logical hierarchy) in the bucket.</p>",
13758        "ExportTaskS3LocationRequest$S3Bucket": "<p>The destination Amazon S3 bucket.</p>",
13759        "ExportTaskS3LocationRequest$S3Prefix": "<p>The prefix (logical hierarchy) in the bucket.</p>",
13760        "ExportToS3Task$S3Bucket": "<p>The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account <code>vm-import-export@amazon.com</code>.</p>",
13761        "ExportToS3Task$S3Key": "<p>The encryption key for your S3 bucket.</p>",
13762        "ExportToS3TaskSpecification$S3Bucket": "<p>The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account <code>vm-import-export@amazon.com</code>.</p>",
13763        "ExportToS3TaskSpecification$S3Prefix": "<p>The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.</p>",
13764        "ExportTransitGatewayRoutesRequest$S3Bucket": "<p>The name of the S3 bucket.</p>",
13765        "ExportTransitGatewayRoutesResult$S3Location": "<p>The URL of the exported file in Amazon S3. For example, s3://<i>bucket_name</i>/VPCTransitGateway/TransitGatewayRouteTables/<i>file_name</i>.</p>",
13766        "FailedQueuedPurchaseDeletion$ReservedInstancesId": "<p>The ID of the Reserved Instance.</p>",
13767        "FederatedAuthentication$SamlProviderArn": "<p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>",
13768        "FederatedAuthentication$SelfServiceSamlProviderArn": "<p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>",
13769        "FederatedAuthenticationRequest$SAMLProviderArn": "<p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>",
13770        "FederatedAuthenticationRequest$SelfServiceSAMLProviderArn": "<p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>",
13771        "Filter$Name": "<p>The name of the filter. Filter names are case-sensitive.</p>",
13772        "FleetData$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p> <p>Constraints: Maximum 64 ASCII characters</p>",
13773        "FleetLaunchTemplateOverrides$MaxPrice": "<p>The maximum price per unit hour that you are willing to pay for a Spot Instance.</p>",
13774        "FleetLaunchTemplateOverrides$SubnetId": "<p>The ID of the subnet in which to launch the instances.</p>",
13775        "FleetLaunchTemplateOverrides$AvailabilityZone": "<p>The Availability Zone in which to launch the instances.</p>",
13776        "FleetLaunchTemplateOverridesRequest$MaxPrice": "<p>The maximum price per unit hour that you are willing to pay for a Spot Instance.</p>",
13777        "FleetLaunchTemplateOverridesRequest$AvailabilityZone": "<p>The Availability Zone in which to launch the instances.</p>",
13778        "FleetLaunchTemplateSpecification$LaunchTemplateId": "<p>The ID of the launch template. If you specify the template ID, you can't specify the template name.</p>",
13779        "FleetLaunchTemplateSpecification$Version": "<p>The launch template version number, <code>$Latest</code>, or <code>$Default</code>. You must specify a value, otherwise the request fails.</p> <p>If the value is <code>$Latest</code>, Amazon EC2 uses the latest version of the launch template.</p> <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the launch template.</p>",
13780        "FleetLaunchTemplateSpecificationRequest$Version": "<p>The launch template version number, <code>$Latest</code>, or <code>$Default</code>. You must specify a value, otherwise the request fails.</p> <p>If the value is <code>$Latest</code>, Amazon EC2 uses the latest version of the launch template.</p> <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the launch template.</p>",
13781        "FlowLog$DeliverLogsErrorMessage": "<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 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>",
13782        "FlowLog$DeliverLogsPermissionArn": "<p>The ARN of the IAM role that posts logs to CloudWatch Logs.</p>",
13783        "FlowLog$DeliverLogsStatus": "<p>The status of the logs delivery (<code>SUCCESS</code> | <code>FAILED</code>).</p>",
13784        "FlowLog$FlowLogId": "<p>The flow log ID.</p>",
13785        "FlowLog$FlowLogStatus": "<p>The status of the flow log (<code>ACTIVE</code>).</p>",
13786        "FlowLog$LogGroupName": "<p>The name of the flow log group.</p>",
13787        "FlowLog$ResourceId": "<p>The ID of the resource on which the flow log was created.</p>",
13788        "FlowLog$LogDestination": "<p>Specifies the destination to which the flow log data is published. Flow log data can be published to an CloudWatch Logs log group or an Amazon S3 bucket. If the flow log publishes to CloudWatch Logs, this element indicates the Amazon Resource Name (ARN) of the CloudWatch Logs log group to which the data is published. If the flow log publishes to Amazon S3, this element indicates the ARN of the Amazon S3 bucket to which the data is published.</p>",
13789        "FlowLog$LogFormat": "<p>The format of the flow log record.</p>",
13790        "FpgaImage$FpgaImageId": "<p>The FPGA image identifier (AFI ID).</p>",
13791        "FpgaImage$FpgaImageGlobalId": "<p>The global FPGA image identifier (AGFI ID).</p>",
13792        "FpgaImage$Name": "<p>The name of the AFI.</p>",
13793        "FpgaImage$Description": "<p>The description of the AFI.</p>",
13794        "FpgaImage$ShellVersion": "<p>The version of the AWS Shell that was used to create the bitstream.</p>",
13795        "FpgaImage$OwnerId": "<p>The AWS account ID of the AFI owner.</p>",
13796        "FpgaImage$OwnerAlias": "<p>The alias of the AFI owner. Possible values include <code>self</code>, <code>amazon</code>, and <code>aws-marketplace</code>.</p>",
13797        "FpgaImageAttribute$FpgaImageId": "<p>The ID of the AFI.</p>",
13798        "FpgaImageAttribute$Name": "<p>The name of the AFI.</p>",
13799        "FpgaImageAttribute$Description": "<p>The description of the AFI.</p>",
13800        "FpgaImageState$Message": "<p>If the state is <code>failed</code>, this is the error message.</p>",
13801        "GetAssociatedIpv6PoolCidrsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13802        "GetCapacityReservationUsageRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
13803        "GetCapacityReservationUsageResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13804        "GetCapacityReservationUsageResult$CapacityReservationId": "<p>The ID of the Capacity Reservation.</p>",
13805        "GetCapacityReservationUsageResult$InstanceType": "<p>The type of instance for which the Capacity Reservation reserves capacity.</p>",
13806        "GetCoipPoolUsageRequest$NextToken": "<p>The token for the next page of results.</p>",
13807        "GetCoipPoolUsageResult$CoipPoolId": "<p>The ID of the customer-owned address pool.</p>",
13808        "GetCoipPoolUsageResult$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
13809        "GetConsoleOutputResult$InstanceId": "<p>The ID of the instance.</p>",
13810        "GetConsoleOutputResult$Output": "<p>The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.</p>",
13811        "GetConsoleScreenshotResult$ImageData": "<p>The data that comprises the image.</p>",
13812        "GetConsoleScreenshotResult$InstanceId": "<p>The ID of the instance.</p>",
13813        "GetEbsDefaultKmsKeyIdResult$KmsKeyId": "<p>The Amazon Resource Name (ARN) of the default CMK for encryption by default.</p>",
13814        "GetGroupsForCapacityReservationRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
13815        "GetGroupsForCapacityReservationResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13816        "GetHostReservationPurchasePreviewResult$TotalHourlyPrice": "<p>The potential total hourly price of the reservation per hour.</p>",
13817        "GetHostReservationPurchasePreviewResult$TotalUpfrontPrice": "<p>The potential total upfront price. This is billed immediately.</p>",
13818        "GetManagedPrefixListAssociationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13819        "GetPasswordDataResult$InstanceId": "<p>The ID of the Windows instance.</p>",
13820        "GetPasswordDataResult$PasswordData": "<p>The password of the instance. Returns an empty string if the password is not available.</p>",
13821        "GetReservedInstancesExchangeQuoteResult$CurrencyCode": "<p>The currency of the transaction.</p>",
13822        "GetReservedInstancesExchangeQuoteResult$PaymentDue": "<p>The total true upfront charge for the exchange.</p>",
13823        "GetReservedInstancesExchangeQuoteResult$ValidationFailureReason": "<p>Describes the reason why the exchange cannot be completed.</p>",
13824        "GetTransitGatewayAttachmentPropagationsRequest$NextToken": "<p>The token for the next page of results.</p>",
13825        "GetTransitGatewayAttachmentPropagationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13826        "GetTransitGatewayMulticastDomainAssociationsRequest$NextToken": "<p>The token for the next page of results.</p>",
13827        "GetTransitGatewayMulticastDomainAssociationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13828        "GetTransitGatewayPrefixListReferencesRequest$NextToken": "<p>The token for the next page of results.</p>",
13829        "GetTransitGatewayPrefixListReferencesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13830        "GetTransitGatewayRouteTableAssociationsRequest$NextToken": "<p>The token for the next page of results.</p>",
13831        "GetTransitGatewayRouteTableAssociationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13832        "GetTransitGatewayRouteTablePropagationsRequest$NextToken": "<p>The token for the next page of results.</p>",
13833        "GetTransitGatewayRouteTablePropagationsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
13834        "GroupIdStringList$member": null,
13835        "GroupIdentifier$GroupName": "<p>The name of the security group.</p>",
13836        "GroupIdentifier$GroupId": "<p>The ID of the security group.</p>",
13837        "Host$AvailabilityZone": "<p>The Availability Zone of the Dedicated Host.</p>",
13838        "Host$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
13839        "Host$HostId": "<p>The ID of the Dedicated Host.</p>",
13840        "Host$HostReservationId": "<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>",
13841        "Host$OwnerId": "<p>The ID of the AWS account that owns the Dedicated Host.</p>",
13842        "Host$AvailabilityZoneId": "<p>The ID of the Availability Zone in which the Dedicated Host is allocated.</p>",
13843        "HostInstance$InstanceId": "<p>The ID of instance that is running on the Dedicated Host.</p>",
13844        "HostInstance$InstanceType": "<p>The instance type (for example, <code>m3.medium</code>) of the running instance.</p>",
13845        "HostInstance$OwnerId": "<p>The ID of the AWS account that owns the instance.</p>",
13846        "HostOffering$HourlyPrice": "<p>The hourly price of the offering.</p>",
13847        "HostOffering$InstanceFamily": "<p>The instance family of the offering.</p>",
13848        "HostOffering$OfferingId": "<p>The ID of the offering.</p>",
13849        "HostOffering$UpfrontPrice": "<p>The upfront price of the offering. Does not apply to No Upfront offerings.</p>",
13850        "HostProperties$InstanceType": "<p>The instance type supported by the Dedicated Host. For example, <code>m5.large</code>. If the host supports multiple instance types, no <b>instanceType</b> is returned.</p>",
13851        "HostProperties$InstanceFamily": "<p>The instance family supported by the Dedicated Host. For example, <code>m5</code>.</p>",
13852        "HostReservation$HostReservationId": "<p>The ID of the reservation that specifies the associated Dedicated Hosts.</p>",
13853        "HostReservation$HourlyPrice": "<p>The hourly price of the reservation.</p>",
13854        "HostReservation$InstanceFamily": "<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>",
13855        "HostReservation$OfferingId": "<p>The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.</p>",
13856        "HostReservation$UpfrontPrice": "<p>The upfront price of the reservation.</p>",
13857        "IKEVersionsListValue$Value": "<p>The IKE version.</p>",
13858        "IKEVersionsRequestListValue$Value": "<p>The IKE version.</p>",
13859        "IamInstanceProfile$Arn": "<p>The Amazon Resource Name (ARN) of the instance profile.</p>",
13860        "IamInstanceProfile$Id": "<p>The ID of the instance profile.</p>",
13861        "IamInstanceProfileAssociation$AssociationId": "<p>The ID of the association.</p>",
13862        "IamInstanceProfileAssociation$InstanceId": "<p>The ID of the instance.</p>",
13863        "IamInstanceProfileSpecification$Arn": "<p>The Amazon Resource Name (ARN) of the instance profile.</p>",
13864        "IamInstanceProfileSpecification$Name": "<p>The name of the instance profile.</p>",
13865        "IdFormat$Resource": "<p>The type of resource.</p>",
13866        "Image$CreationDate": "<p>The date and time the image was created.</p>",
13867        "Image$ImageId": "<p>The ID of the AMI.</p>",
13868        "Image$ImageLocation": "<p>The location of the AMI.</p>",
13869        "Image$KernelId": "<p>The kernel associated with the image, if any. Only applicable for machine images.</p>",
13870        "Image$OwnerId": "<p>The AWS account ID of the image owner.</p>",
13871        "Image$PlatformDetails": "<p>The platform details associated with the billing code of the AMI. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html\">Obtaining Billing Information</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
13872        "Image$UsageOperation": "<p>The operation of the Amazon EC2 instance and the billing code that is associated with the AMI. <code>usageOperation</code> corresponds to the <a href=\"https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#Lineitem-details-O-Operation\">lineitem/Operation</a> column on your AWS Cost and Usage Report and in the <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html\">AWS Price List API</a>. For the list of <code>UsageOperation</code> codes, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html#billing-info\">Platform Details and Usage Operation Billing Codes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
13873        "Image$RamdiskId": "<p>The RAM disk associated with the image, if any. Only applicable for machine images.</p>",
13874        "Image$Description": "<p>The description of the AMI that was provided during image creation.</p>",
13875        "Image$ImageOwnerAlias": "<p>The AWS account alias (for example, <code>amazon</code>, <code>self</code>) or the AWS account ID of the AMI owner.</p>",
13876        "Image$Name": "<p>The name of the AMI that was provided during image creation.</p>",
13877        "Image$RootDeviceName": "<p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>",
13878        "Image$SriovNetSupport": "<p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>",
13879        "ImageAttribute$ImageId": "<p>The ID of the AMI.</p>",
13880        "ImageDiskContainer$Description": "<p>The description of the disk image.</p>",
13881        "ImageDiskContainer$DeviceName": "<p>The block device mapping for the disk.</p>",
13882        "ImageDiskContainer$Format": "<p>The format of the disk image being imported.</p> <p>Valid values: <code>OVA</code> | <code>VHD</code> | <code>VHDX</code> |<code>VMDK</code> </p>",
13883        "ImageDiskContainer$Url": "<p>The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)</p>",
13884        "ImportClientVpnClientCertificateRevocationListRequest$CertificateRevocationList": "<p>The client certificate revocation list file. For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-certificates.html#cvpn-working-certificates-generate\">Generate a Client Certificate Revocation List</a> in the <i>AWS Client VPN Administrator Guide</i>.</p>",
13885        "ImportImageLicenseConfigurationRequest$LicenseConfigurationArn": "<p>The ARN of a license configuration.</p>",
13886        "ImportImageLicenseConfigurationResponse$LicenseConfigurationArn": "<p>The ARN of a license configuration.</p>",
13887        "ImportImageRequest$Architecture": "<p>The architecture of the virtual machine.</p> <p>Valid values: <code>i386</code> | <code>x86_64</code> | <code>arm64</code> </p>",
13888        "ImportImageRequest$ClientToken": "<p>The token to enable idempotency for VM import requests.</p>",
13889        "ImportImageRequest$Description": "<p>A description string for the import image task.</p>",
13890        "ImportImageRequest$Hypervisor": "<p>The target hypervisor platform.</p> <p>Valid values: <code>xen</code> </p>",
13891        "ImportImageRequest$LicenseType": "<p>The license type to be used for the Amazon Machine Image (AMI) after importing.</p> <p>By default, we detect the source-system operating system (OS) and apply the appropriate license. Specify <code>AWS</code> to replace the source-system license with an AWS license, if appropriate. Specify <code>BYOL</code> to retain the source-system license, if appropriate.</p> <p>To use <code>BYOL</code>, you must have existing licenses with rights to use these licenses in a third party cloud, such as AWS. For more information, see <a href=\"https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html#prerequisites-image\">Prerequisites</a> in the VM Import/Export User Guide.</p>",
13892        "ImportImageRequest$Platform": "<p>The operating system of the virtual machine.</p> <p>Valid values: <code>Windows</code> | <code>Linux</code> </p>",
13893        "ImportImageRequest$RoleName": "<p>The name of the role to use when not using the default role, 'vmimport'.</p>",
13894        "ImportImageResult$Architecture": "<p>The architecture of the virtual machine.</p>",
13895        "ImportImageResult$Description": "<p>A description of the import task.</p>",
13896        "ImportImageResult$Hypervisor": "<p>The target hypervisor of the import task.</p>",
13897        "ImportImageResult$ImageId": "<p>The ID of the Amazon Machine Image (AMI) created by the import task.</p>",
13898        "ImportImageResult$LicenseType": "<p>The license type of the virtual machine.</p>",
13899        "ImportImageResult$Platform": "<p>The operating system of the virtual machine.</p>",
13900        "ImportImageResult$Progress": "<p>The progress of the task.</p>",
13901        "ImportImageResult$Status": "<p>A brief status of the task.</p>",
13902        "ImportImageResult$StatusMessage": "<p>A detailed status message of the import task.</p>",
13903        "ImportImageTask$Architecture": "<p>The architecture of the virtual machine.</p> <p>Valid values: <code>i386</code> | <code>x86_64</code> | <code>arm64</code> </p>",
13904        "ImportImageTask$Description": "<p>A description of the import task.</p>",
13905        "ImportImageTask$Hypervisor": "<p>The target hypervisor for the import task.</p> <p>Valid values: <code>xen</code> </p>",
13906        "ImportImageTask$ImageId": "<p>The ID of the Amazon Machine Image (AMI) of the imported virtual machine.</p>",
13907        "ImportImageTask$ImportTaskId": "<p>The ID of the import image task.</p>",
13908        "ImportImageTask$KmsKeyId": "<p>The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted image.</p>",
13909        "ImportImageTask$LicenseType": "<p>The license type of the virtual machine.</p>",
13910        "ImportImageTask$Platform": "<p>The description string for the import image task.</p>",
13911        "ImportImageTask$Progress": "<p>The percentage of progress of the import image task.</p>",
13912        "ImportImageTask$Status": "<p>A brief status for the import image task.</p>",
13913        "ImportImageTask$StatusMessage": "<p>A descriptive status message for the import image task.</p>",
13914        "ImportInstanceLaunchSpecification$AdditionalInfo": "<p>Reserved.</p>",
13915        "ImportInstanceLaunchSpecification$PrivateIpAddress": "<p>[EC2-VPC] An available IP address from the IP address range of the subnet.</p>",
13916        "ImportInstanceRequest$Description": "<p>A description for the instance being imported.</p>",
13917        "ImportInstanceTaskDetails$Description": "<p>A description of the task.</p>",
13918        "ImportInstanceTaskDetails$InstanceId": "<p>The ID of the instance.</p>",
13919        "ImportInstanceVolumeDetailItem$AvailabilityZone": "<p>The Availability Zone where the resulting instance will reside.</p>",
13920        "ImportInstanceVolumeDetailItem$Description": "<p>A description of the task.</p>",
13921        "ImportInstanceVolumeDetailItem$Status": "<p>The status of the import of this particular disk image.</p>",
13922        "ImportInstanceVolumeDetailItem$StatusMessage": "<p>The status information or errors related to the disk image.</p>",
13923        "ImportKeyPairRequest$KeyName": "<p>A unique name for the key pair.</p>",
13924        "ImportKeyPairResult$KeyFingerprint": "<p>The MD5 public key fingerprint as specified in section 4 of RFC 4716.</p>",
13925        "ImportKeyPairResult$KeyName": "<p>The key pair name you provided.</p>",
13926        "ImportKeyPairResult$KeyPairId": "<p>The ID of the resulting key pair.</p>",
13927        "ImportSnapshotRequest$ClientToken": "<p>Token to enable idempotency for VM import requests.</p>",
13928        "ImportSnapshotRequest$Description": "<p>The description string for the import snapshot task.</p>",
13929        "ImportSnapshotRequest$RoleName": "<p>The name of the role to use when not using the default role, 'vmimport'.</p>",
13930        "ImportSnapshotResult$Description": "<p>A description of the import snapshot task.</p>",
13931        "ImportSnapshotResult$ImportTaskId": "<p>The ID of the import snapshot task.</p>",
13932        "ImportSnapshotTask$Description": "<p>A description of the import snapshot task.</p>",
13933        "ImportSnapshotTask$ImportTaskId": "<p>The ID of the import snapshot task.</p>",
13934        "ImportVolumeRequest$AvailabilityZone": "<p>The Availability Zone for the resulting EBS volume.</p>",
13935        "ImportVolumeRequest$Description": "<p>A description of the volume.</p>",
13936        "ImportVolumeTaskDetails$AvailabilityZone": "<p>The Availability Zone where the resulting volume will reside.</p>",
13937        "ImportVolumeTaskDetails$Description": "<p>The description you provided when starting the import volume task.</p>",
13938        "InsideCidrBlocksStringList$member": null,
13939        "Instance$ImageId": "<p>The ID of the AMI used to launch the instance.</p>",
13940        "Instance$InstanceId": "<p>The ID of the instance.</p>",
13941        "Instance$KernelId": "<p>The kernel associated with this instance, if applicable.</p>",
13942        "Instance$KeyName": "<p>The name of the key pair, if this instance was launched with an associated key pair.</p>",
13943        "Instance$PrivateDnsName": "<p>(IPv4 only) The private DNS hostname name assigned to the instance. This DNS hostname can only be used inside the Amazon EC2 network. This name is not available until the instance enters the <code>running</code> state. </p> <p>[EC2-VPC] The Amazon-provided DNS server resolves Amazon-provided private DNS hostnames if you've enabled DNS resolution and DNS hostnames in your VPC. If you are not using the Amazon-provided DNS server in your VPC, your custom domain name servers must resolve the hostname as appropriate.</p>",
13944        "Instance$PrivateIpAddress": "<p>The private IPv4 address assigned to the instance.</p>",
13945        "Instance$PublicDnsName": "<p>(IPv4 only) 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>",
13946        "Instance$PublicIpAddress": "<p>The public IPv4 address, or the Carrier IP address assigned to the instance, if applicable.</p> <p>A Carrier IP address only applies to an instance launched in a subnet associated with a Wavelength Zone.</p>",
13947        "Instance$RamdiskId": "<p>The RAM disk associated with this instance, if applicable.</p>",
13948        "Instance$StateTransitionReason": "<p>The reason for the most recent state transition. This might be an empty string.</p>",
13949        "Instance$SubnetId": "<p>[EC2-VPC] The ID of the subnet in which the instance is running.</p>",
13950        "Instance$VpcId": "<p>[EC2-VPC] The ID of the VPC in which the instance is running.</p>",
13951        "Instance$ClientToken": "<p>The idempotency token you provided when you launched the instance, if applicable.</p>",
13952        "Instance$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
13953        "Instance$RootDeviceName": "<p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>",
13954        "Instance$SpotInstanceRequestId": "<p>If the request is a Spot Instance request, the ID of the request.</p>",
13955        "Instance$SriovNetSupport": "<p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>",
13956        "Instance$CapacityReservationId": "<p>The ID of the Capacity Reservation.</p>",
13957        "InstanceAttribute$InstanceId": "<p>The ID of the instance.</p>",
13958        "InstanceBlockDeviceMapping$DeviceName": "<p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>",
13959        "InstanceBlockDeviceMappingSpecification$DeviceName": "<p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>",
13960        "InstanceBlockDeviceMappingSpecification$NoDevice": "<p>suppress the specified device included in the block device mapping.</p>",
13961        "InstanceBlockDeviceMappingSpecification$VirtualName": "<p>The virtual device name.</p>",
13962        "InstanceCapacity$InstanceType": "<p>The instance type supported by the Dedicated Host.</p>",
13963        "InstanceCreditSpecification$InstanceId": "<p>The ID of the instance.</p>",
13964        "InstanceCreditSpecification$CpuCredits": "<p>The credit option for CPU usage of the instance. Valid values are <code>standard</code> and <code>unlimited</code>.</p>",
13965        "InstanceCreditSpecificationRequest$CpuCredits": "<p>The credit option for CPU usage of the instance. Valid values are <code>standard</code> and <code>unlimited</code>.</p>",
13966        "InstanceExportDetails$InstanceId": "<p>The ID of the resource being exported.</p>",
13967        "InstanceFamilyCreditSpecification$CpuCredits": "<p>The default credit option for CPU usage of the instance family. Valid values are <code>standard</code> and <code>unlimited</code>.</p>",
13968        "InstanceIpv6Address$Ipv6Address": "<p>The IPv6 address.</p>",
13969        "InstanceIpv6AddressRequest$Ipv6Address": "<p>The IPv6 address.</p>",
13970        "InstanceMonitoring$InstanceId": "<p>The ID of the instance.</p>",
13971        "InstanceNetworkInterface$Description": "<p>The description.</p>",
13972        "InstanceNetworkInterface$MacAddress": "<p>The MAC address.</p>",
13973        "InstanceNetworkInterface$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
13974        "InstanceNetworkInterface$OwnerId": "<p>The ID of the AWS account that created the network interface.</p>",
13975        "InstanceNetworkInterface$PrivateDnsName": "<p>The private DNS name.</p>",
13976        "InstanceNetworkInterface$PrivateIpAddress": "<p>The IPv4 address of the network interface within the subnet.</p>",
13977        "InstanceNetworkInterface$SubnetId": "<p>The ID of the subnet.</p>",
13978        "InstanceNetworkInterface$VpcId": "<p>The ID of the VPC.</p>",
13979        "InstanceNetworkInterface$InterfaceType": "<p>Describes the type of network interface.</p> <p>Valid values: <code>interface</code> | <code>efa</code> </p>",
13980        "InstanceNetworkInterfaceAssociation$CarrierIp": "<p>The carrier IP address associated with the network interface.</p>",
13981        "InstanceNetworkInterfaceAssociation$IpOwnerId": "<p>The ID of the owner of the Elastic IP address.</p>",
13982        "InstanceNetworkInterfaceAssociation$PublicDnsName": "<p>The public DNS name.</p>",
13983        "InstanceNetworkInterfaceAssociation$PublicIp": "<p>The public IP address or Elastic IP address bound to the network interface.</p>",
13984        "InstanceNetworkInterfaceAttachment$AttachmentId": "<p>The ID of the network interface attachment.</p>",
13985        "InstanceNetworkInterfaceSpecification$Description": "<p>The description of the network interface. Applies only if creating a network interface when launching an instance.</p>",
13986        "InstanceNetworkInterfaceSpecification$NetworkInterfaceId": "<p>The ID of the network interface.</p> <p>If you are creating a Spot Fleet, omit this parameter because you can’t specify a network interface ID in a launch specification.</p>",
13987        "InstanceNetworkInterfaceSpecification$PrivateIpAddress": "<p>The private IPv4 address of the network interface. Applies only if creating a network interface when launching an instance. You cannot specify this option if you're launching more than one instance in a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html\">RunInstances</a> request.</p>",
13988        "InstanceNetworkInterfaceSpecification$SubnetId": "<p>The ID of the subnet associated with the network interface. Applies only if creating a network interface when launching an instance.</p>",
13989        "InstanceNetworkInterfaceSpecification$InterfaceType": "<p>The type of network interface.</p> <p>To create an Elastic Fabric Adapter (EFA), specify <code>efa</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html\">Elastic Fabric Adapter</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>If you are not creating an EFA, specify <code>interface</code> or omit this parameter.</p> <p>Valid values: <code>interface</code> | <code>efa</code> </p>",
13990        "InstancePrivateIpAddress$PrivateDnsName": "<p>The private IPv4 DNS name.</p>",
13991        "InstancePrivateIpAddress$PrivateIpAddress": "<p>The private IPv4 address of the network interface.</p>",
13992        "InstanceStateChange$InstanceId": "<p>The ID of the instance.</p>",
13993        "InstanceStatus$AvailabilityZone": "<p>The Availability Zone of the instance.</p>",
13994        "InstanceStatus$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
13995        "InstanceStatus$InstanceId": "<p>The ID of the instance.</p>",
13996        "InstanceStatusEvent$Description": "<p>A description of the event.</p> <p>After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].</p>",
13997        "InstanceTagKeySet$member": null,
13998        "InstanceUsage$AccountId": "<p>The ID of the AWS account that is making use of the Capacity Reservation.</p>",
13999        "InternetGateway$InternetGatewayId": "<p>The ID of the internet gateway.</p>",
14000        "InternetGateway$OwnerId": "<p>The ID of the AWS account that owns the internet gateway.</p>",
14001        "InternetGatewayAttachment$VpcId": "<p>The ID of the VPC.</p>",
14002        "IpPermission$IpProtocol": "<p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>, <code>icmpv6</code>) or number (see <a href=\"http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml\">Protocol Numbers</a>).</p> <p>[VPC only] Use <code>-1</code> to specify all protocols. When authorizing security group rules, specifying <code>-1</code> or a protocol number other than <code>tcp</code>, <code>udp</code>, <code>icmp</code>, or <code>icmpv6</code> allows traffic on all ports, regardless of any port range you specify. For <code>tcp</code>, <code>udp</code>, and <code>icmp</code>, you must specify a port range. For <code>icmpv6</code>, the port range is optional; if you omit the port range, traffic for all types and codes is allowed.</p>",
14003        "IpRange$CidrIp": "<p>The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.</p>",
14004        "IpRange$Description": "<p>A description for the security group rule that references this IPv4 address range.</p> <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&amp;;{}!$*</p>",
14005        "IpRanges$member": null,
14006        "Ipv6AddressList$member": null,
14007        "Ipv6CidrAssociation$Ipv6Cidr": "<p>The IPv6 CIDR block.</p>",
14008        "Ipv6CidrAssociation$AssociatedResource": "<p>The resource that's associated with the IPv6 CIDR block.</p>",
14009        "Ipv6CidrBlock$Ipv6CidrBlock": "<p>The IPv6 CIDR block.</p>",
14010        "Ipv6Pool$PoolId": "<p>The ID of the address pool.</p>",
14011        "Ipv6Pool$Description": "<p>The description for the address pool.</p>",
14012        "Ipv6Range$CidrIpv6": "<p>The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.</p>",
14013        "Ipv6Range$Description": "<p>A description for the security group rule that references this IPv6 address range.</p> <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&amp;;{}!$*</p>",
14014        "KeyPair$KeyFingerprint": "<p>The SHA-1 digest of the DER encoded private key.</p>",
14015        "KeyPair$KeyName": "<p>The name of the key pair.</p>",
14016        "KeyPair$KeyPairId": "<p>The ID of the key pair.</p>",
14017        "KeyPairInfo$KeyPairId": "<p>The ID of the key pair.</p>",
14018        "KeyPairInfo$KeyFingerprint": "<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>",
14019        "KeyPairInfo$KeyName": "<p>The name of the key pair.</p>",
14020        "LastError$Message": "<p>The error message for the VPC endpoint error.</p>",
14021        "LastError$Code": "<p>The error code for the VPC endpoint error.</p>",
14022        "LaunchPermission$UserId": "<p>The AWS account ID.</p>",
14023        "LaunchSpecification$UserData": "<p>The Base64-encoded user data for the instance.</p>",
14024        "LaunchSpecification$AddressingType": "<p>Deprecated.</p>",
14025        "LaunchSpecification$ImageId": "<p>The ID of the AMI.</p>",
14026        "LaunchSpecification$KernelId": "<p>The ID of the kernel.</p>",
14027        "LaunchSpecification$KeyName": "<p>The name of the key pair.</p>",
14028        "LaunchSpecification$RamdiskId": "<p>The ID of the RAM disk.</p>",
14029        "LaunchSpecification$SubnetId": "<p>The ID of the subnet in which to launch the instance.</p>",
14030        "LaunchTemplate$LaunchTemplateId": "<p>The ID of the launch template.</p>",
14031        "LaunchTemplate$CreatedBy": "<p>The principal that created the launch template. </p>",
14032        "LaunchTemplateBlockDeviceMapping$DeviceName": "<p>The device name.</p>",
14033        "LaunchTemplateBlockDeviceMapping$VirtualName": "<p>The virtual device name (ephemeralN).</p>",
14034        "LaunchTemplateBlockDeviceMapping$NoDevice": "<p>Suppresses the specified device included in the block device mapping of the AMI.</p>",
14035        "LaunchTemplateBlockDeviceMappingRequest$DeviceName": "<p>The device name (for example, /dev/sdh or xvdh).</p>",
14036        "LaunchTemplateBlockDeviceMappingRequest$VirtualName": "<p>The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.</p>",
14037        "LaunchTemplateBlockDeviceMappingRequest$NoDevice": "<p>Suppresses the specified device included in the block device mapping of the AMI.</p>",
14038        "LaunchTemplateElasticInferenceAccelerator$Type": "<p> The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge. </p>",
14039        "LaunchTemplateElasticInferenceAcceleratorResponse$Type": "<p> The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge. </p>",
14040        "LaunchTemplateIamInstanceProfileSpecification$Arn": "<p>The Amazon Resource Name (ARN) of the instance profile.</p>",
14041        "LaunchTemplateIamInstanceProfileSpecification$Name": "<p>The name of the instance profile.</p>",
14042        "LaunchTemplateIamInstanceProfileSpecificationRequest$Arn": "<p>The Amazon Resource Name (ARN) of the instance profile.</p>",
14043        "LaunchTemplateIamInstanceProfileSpecificationRequest$Name": "<p>The name of the instance profile.</p>",
14044        "LaunchTemplateInstanceNetworkInterfaceSpecification$Description": "<p>A description for the network interface.</p>",
14045        "LaunchTemplateInstanceNetworkInterfaceSpecification$InterfaceType": "<p>The type of network interface.</p>",
14046        "LaunchTemplateInstanceNetworkInterfaceSpecification$PrivateIpAddress": "<p>The primary private IPv4 address of the network interface.</p>",
14047        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Description": "<p>A description for the network interface.</p>",
14048        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$InterfaceType": "<p>The type of network interface. To create an Elastic Fabric Adapter (EFA), specify <code>efa</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html\">Elastic Fabric Adapter</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>If you are not creating an EFA, specify <code>interface</code> or omit this parameter.</p> <p>Valid values: <code>interface</code> | <code>efa</code> </p>",
14049        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrivateIpAddress": "<p>The primary private IPv4 address of the network interface.</p>",
14050        "LaunchTemplateLicenseConfiguration$LicenseConfigurationArn": "<p>The Amazon Resource Name (ARN) of the license configuration.</p>",
14051        "LaunchTemplateLicenseConfigurationRequest$LicenseConfigurationArn": "<p>The Amazon Resource Name (ARN) of the license configuration.</p>",
14052        "LaunchTemplateOverrides$SpotPrice": "<p>The maximum price per unit hour that you are willing to pay for a Spot Instance.</p>",
14053        "LaunchTemplateOverrides$SubnetId": "<p>The ID of the subnet in which to launch the instances.</p>",
14054        "LaunchTemplateOverrides$AvailabilityZone": "<p>The Availability Zone in which to launch the instances.</p>",
14055        "LaunchTemplatePlacement$AvailabilityZone": "<p>The Availability Zone of the instance.</p>",
14056        "LaunchTemplatePlacement$Affinity": "<p>The affinity setting for the instance on the Dedicated Host.</p>",
14057        "LaunchTemplatePlacement$GroupName": "<p>The name of the placement group for the instance.</p>",
14058        "LaunchTemplatePlacement$HostId": "<p>The ID of the Dedicated Host for the instance.</p>",
14059        "LaunchTemplatePlacement$SpreadDomain": "<p>Reserved for future use.</p>",
14060        "LaunchTemplatePlacement$HostResourceGroupArn": "<p>The ARN of the host resource group in which to launch the instances. </p>",
14061        "LaunchTemplatePlacementRequest$AvailabilityZone": "<p>The Availability Zone for the instance.</p>",
14062        "LaunchTemplatePlacementRequest$Affinity": "<p>The affinity setting for an instance on a Dedicated Host.</p>",
14063        "LaunchTemplatePlacementRequest$SpreadDomain": "<p>Reserved for future use.</p>",
14064        "LaunchTemplatePlacementRequest$HostResourceGroupArn": "<p>The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the <b>Tenancy</b> parameter or set it to <code>host</code>.</p>",
14065        "LaunchTemplateSpecification$LaunchTemplateName": "<p>The name of the launch template.</p>",
14066        "LaunchTemplateSpecification$Version": "<p>The version number of the launch template.</p> <p>Default: The default version for the launch template.</p>",
14067        "LaunchTemplateSpotMarketOptions$MaxPrice": "<p>The maximum hourly price you're willing to pay for the Spot Instances.</p>",
14068        "LaunchTemplateSpotMarketOptionsRequest$MaxPrice": "<p>The maximum hourly price you're willing to pay for the Spot Instances.</p>",
14069        "LaunchTemplateVersion$LaunchTemplateId": "<p>The ID of the launch template.</p>",
14070        "LaunchTemplateVersion$CreatedBy": "<p>The principal that created the version.</p>",
14071        "LicenseConfiguration$LicenseConfigurationArn": "<p>The Amazon Resource Name (ARN) of the license configuration.</p>",
14072        "LicenseConfigurationRequest$LicenseConfigurationArn": "<p>The Amazon Resource Name (ARN) of the license configuration.</p>",
14073        "LoadPermission$UserId": "<p>The AWS account ID.</p>",
14074        "LoadPermissionRequest$UserId": "<p>The AWS account ID.</p>",
14075        "LocalGateway$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
14076        "LocalGateway$OwnerId": "<p>The AWS account ID that owns the local gateway.</p>",
14077        "LocalGateway$State": "<p>The state of the local gateway.</p>",
14078        "LocalGatewayRoute$DestinationCidrBlock": "<p>The CIDR block used for destination matches.</p>",
14079        "LocalGatewayRoute$OwnerId": "<p>The AWS account ID that owns the local gateway route.</p>",
14080        "LocalGatewayRouteTable$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
14081        "LocalGatewayRouteTable$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
14082        "LocalGatewayRouteTable$OwnerId": "<p>The AWS account ID that owns the local gateway route table.</p>",
14083        "LocalGatewayRouteTable$State": "<p>The state of the local gateway route table.</p>",
14084        "LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayId": "<p>The ID of the local gateway.</p>",
14085        "LocalGatewayRouteTableVirtualInterfaceGroupAssociation$OwnerId": "<p>The AWS account ID that owns the local gateway virtual interface group association.</p>",
14086        "LocalGatewayRouteTableVirtualInterfaceGroupAssociation$State": "<p>The state of the association.</p>",
14087        "LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
14088        "LocalGatewayRouteTableVpcAssociation$LocalGatewayId": "<p>The ID of the local gateway.</p>",
14089        "LocalGatewayRouteTableVpcAssociation$VpcId": "<p>The ID of the VPC.</p>",
14090        "LocalGatewayRouteTableVpcAssociation$OwnerId": "<p>The AWS account ID that owns the local gateway route table for the association.</p>",
14091        "LocalGatewayRouteTableVpcAssociation$State": "<p>The state of the association.</p>",
14092        "LocalGatewayVirtualInterface$LocalGatewayId": "<p>The ID of the local gateway.</p>",
14093        "LocalGatewayVirtualInterface$LocalAddress": "<p>The local address.</p>",
14094        "LocalGatewayVirtualInterface$PeerAddress": "<p>The peer address.</p>",
14095        "LocalGatewayVirtualInterface$OwnerId": "<p>The AWS account ID that owns the local gateway virtual interface.</p>",
14096        "LocalGatewayVirtualInterfaceGroup$LocalGatewayId": "<p>The ID of the local gateway.</p>",
14097        "LocalGatewayVirtualInterfaceGroup$OwnerId": "<p>The AWS account ID that owns the local gateway virtual interface group.</p>",
14098        "ManagedPrefixList$AddressFamily": "<p>The IP address version.</p>",
14099        "ManagedPrefixList$StateMessage": "<p>The state message.</p>",
14100        "ManagedPrefixList$PrefixListName": "<p>The name of the prefix list.</p>",
14101        "ManagedPrefixList$OwnerId": "<p>The ID of the owner of the prefix list.</p>",
14102        "ModifyAvailabilityZoneGroupRequest$GroupName": "<p>The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.</p>",
14103        "ModifyClientVpnEndpointRequest$ServerCertificateArn": "<p>The ARN of the server certificate to be used. The server certificate must be provisioned in AWS Certificate Manager (ACM).</p>",
14104        "ModifyClientVpnEndpointRequest$Description": "<p>A brief description of the Client VPN endpoint.</p>",
14105        "ModifyDefaultCreditSpecificationRequest$CpuCredits": "<p>The credit option for CPU usage of the instance family.</p> <p>Valid Values: <code>standard</code> | <code>unlimited</code> </p>",
14106        "ModifyEbsDefaultKmsKeyIdResult$KmsKeyId": "<p>The Amazon Resource Name (ARN) of the default CMK for encryption by default.</p>",
14107        "ModifyFpgaImageAttributeRequest$Description": "<p>A description for the AFI.</p>",
14108        "ModifyFpgaImageAttributeRequest$Name": "<p>A name for the AFI.</p>",
14109        "ModifyHostsRequest$InstanceType": "<p>Specifies the instance type to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support only a specific instance type.</p> <p>If you want to modify a Dedicated Host to support multiple instance types in its current instance family, omit this parameter and specify <b>InstanceFamily</b> instead. You cannot specify <b>InstanceType</b> and <b>InstanceFamily</b> in the same request.</p>",
14110        "ModifyHostsRequest$InstanceFamily": "<p>Specifies the instance family to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support multiple instance types within its current instance family.</p> <p>If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify <b>InstanceType</b> instead. You cannot specify <b>InstanceFamily</b> and <b>InstanceType</b> in the same request.</p>",
14111        "ModifyIdFormatRequest$Resource": "<p>The type of resource: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>.</p> <p>Alternatively, use the <code>all-current</code> option to include all resource types that are currently within their opt-in period for longer IDs.</p>",
14112        "ModifyIdentityIdFormatRequest$PrincipalArn": "<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>",
14113        "ModifyIdentityIdFormatRequest$Resource": "<p>The type of resource: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>.</p> <p>Alternatively, use the <code>all-current</code> option to include all resource types that are currently within their opt-in period for longer IDs.</p>",
14114        "ModifyImageAttributeRequest$Attribute": "<p>The name of the attribute to modify. The valid values are <code>description</code>, <code>launchPermission</code>, and <code>productCodes</code>.</p>",
14115        "ModifyImageAttributeRequest$Value": "<p>The value of the attribute being modified. This parameter can be used only when the <code>Attribute</code> parameter is <code>description</code> or <code>productCodes</code>.</p>",
14116        "ModifyInstanceAttributeRequest$Value": "<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>",
14117        "ModifyInstanceCreditSpecificationRequest$ClientToken": "<p>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14118        "ModifyInstanceEventStartTimeRequest$InstanceEventId": "<p>The ID of the event whose date and time you are modifying.</p>",
14119        "ModifyInstanceMetadataOptionsResult$InstanceId": "<p>The ID of the instance.</p>",
14120        "ModifyInstancePlacementRequest$HostResourceGroupArn": "<p>The ARN of the host resource group in which to place the instance.</p>",
14121        "ModifyLaunchTemplateRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p> <p>Constraint: Maximum 128 ASCII characters.</p>",
14122        "ModifyLaunchTemplateRequest$DefaultVersion": "<p>The version number of the launch template to set as the default version.</p>",
14123        "ModifyManagedPrefixListRequest$PrefixListName": "<p>A name for the prefix list.</p>",
14124        "ModifyReservedInstancesRequest$ClientToken": "<p>A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14125        "ModifyReservedInstancesResult$ReservedInstancesModificationId": "<p>The ID for the modification.</p>",
14126        "ModifyTrafficMirrorFilterRuleRequest$DestinationCidrBlock": "<p>The destination CIDR block to assign to the Traffic Mirror rule.</p>",
14127        "ModifyTrafficMirrorFilterRuleRequest$SourceCidrBlock": "<p>The source CIDR block to assign to the Traffic Mirror rule.</p>",
14128        "ModifyTrafficMirrorFilterRuleRequest$Description": "<p>The description to assign to the Traffic Mirror rule.</p>",
14129        "ModifyTrafficMirrorSessionRequest$Description": "<p>The description to assign to the Traffic Mirror session.</p>",
14130        "ModifyTransitGatewayRequest$Description": "<p>The description for the transit gateway.</p>",
14131        "ModifyVpcEndpointConnectionNotificationRequest$ConnectionNotificationArn": "<p>The ARN for the SNS topic for the notification.</p>",
14132        "ModifyVpcEndpointRequest$PolicyDocument": "<p>(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format.</p>",
14133        "ModifyVpcEndpointServiceConfigurationRequest$PrivateDnsName": "<p>(Interface endpoint configuration) The private DNS name to assign to the endpoint service.</p>",
14134        "ModifyVpnConnectionOptionsRequest$LocalIpv4NetworkCidr": "<p>The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.</p> <p>Default: <code>0.0.0.0/0</code> </p>",
14135        "ModifyVpnConnectionOptionsRequest$RemoteIpv4NetworkCidr": "<p>The IPv4 CIDR on the AWS side of the VPN connection.</p> <p>Default: <code>0.0.0.0/0</code> </p>",
14136        "ModifyVpnConnectionOptionsRequest$LocalIpv6NetworkCidr": "<p>The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.</p> <p>Default: <code>::/0</code> </p>",
14137        "ModifyVpnConnectionOptionsRequest$RemoteIpv6NetworkCidr": "<p>The IPv6 CIDR on the AWS side of the VPN connection.</p> <p>Default: <code>::/0</code> </p>",
14138        "ModifyVpnTunnelCertificateRequest$VpnTunnelOutsideIpAddress": "<p>The external IP address of the VPN tunnel.</p>",
14139        "ModifyVpnTunnelOptionsRequest$VpnTunnelOutsideIpAddress": "<p>The external IP address of the VPN tunnel.</p>",
14140        "ModifyVpnTunnelOptionsSpecification$TunnelInsideCidr": "<p>The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway. </p> <p>Constraints: A size /30 CIDR block from the <code>169.254.0.0/16</code> range. The following CIDR blocks are reserved and cannot be used:</p> <ul> <li> <p> <code>169.254.0.0/30</code> </p> </li> <li> <p> <code>169.254.1.0/30</code> </p> </li> <li> <p> <code>169.254.2.0/30</code> </p> </li> <li> <p> <code>169.254.3.0/30</code> </p> </li> <li> <p> <code>169.254.4.0/30</code> </p> </li> <li> <p> <code>169.254.5.0/30</code> </p> </li> <li> <p> <code>169.254.169.252/30</code> </p> </li> </ul>",
14141        "ModifyVpnTunnelOptionsSpecification$TunnelInsideIpv6Cidr": "<p>The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same transit gateway.</p> <p>Constraints: A size /126 CIDR block from the local <code>fd00::/8</code> range.</p>",
14142        "ModifyVpnTunnelOptionsSpecification$PreSharedKey": "<p>The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.</p> <p>Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).</p>",
14143        "ModifyVpnTunnelOptionsSpecification$DPDTimeoutAction": "<p>The action to take after DPD timeout occurs. Specify <code>restart</code> to restart the IKE initiation. Specify <code>clear</code> to end the IKE session.</p> <p>Valid Values: <code>clear</code> | <code>none</code> | <code>restart</code> </p> <p>Default: <code>clear</code> </p>",
14144        "ModifyVpnTunnelOptionsSpecification$StartupAction": "<p>The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify <code>start</code> for AWS to initiate the IKE negotiation.</p> <p>Valid Values: <code>add</code> | <code>start</code> </p> <p>Default: <code>add</code> </p>",
14145        "MoveAddressToVpcRequest$PublicIp": "<p>The Elastic IP address.</p>",
14146        "MoveAddressToVpcResult$AllocationId": "<p>The allocation ID for the Elastic IP address.</p>",
14147        "MovingAddressStatus$PublicIp": "<p>The Elastic IP address.</p>",
14148        "NatGateway$FailureCode": "<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>",
14149        "NatGateway$FailureMessage": "<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>",
14150        "NatGateway$NatGatewayId": "<p>The ID of the NAT gateway.</p>",
14151        "NatGateway$SubnetId": "<p>The ID of the subnet in which the NAT gateway is located.</p>",
14152        "NatGateway$VpcId": "<p>The ID of the VPC in which the NAT gateway is located.</p>",
14153        "NatGatewayAddress$AllocationId": "<p>The allocation ID of the Elastic IP address that's associated with the NAT gateway.</p>",
14154        "NatGatewayAddress$NetworkInterfaceId": "<p>The ID of the network interface associated with the NAT gateway.</p>",
14155        "NatGatewayAddress$PrivateIp": "<p>The private IP address associated with the Elastic IP address.</p>",
14156        "NatGatewayAddress$PublicIp": "<p>The Elastic IP address associated with the NAT gateway.</p>",
14157        "NetworkAcl$NetworkAclId": "<p>The ID of the network ACL.</p>",
14158        "NetworkAcl$VpcId": "<p>The ID of the VPC for the network ACL.</p>",
14159        "NetworkAcl$OwnerId": "<p>The ID of the AWS account that owns the network ACL.</p>",
14160        "NetworkAclAssociation$NetworkAclAssociationId": "<p>The ID of the association between a network ACL and a subnet.</p>",
14161        "NetworkAclAssociation$NetworkAclId": "<p>The ID of the network ACL.</p>",
14162        "NetworkAclAssociation$SubnetId": "<p>The ID of the subnet.</p>",
14163        "NetworkAclEntry$CidrBlock": "<p>The IPv4 network range to allow or deny, in CIDR notation.</p>",
14164        "NetworkAclEntry$Ipv6CidrBlock": "<p>The IPv6 network range to allow or deny, in CIDR notation.</p>",
14165        "NetworkAclEntry$Protocol": "<p>The protocol number. A value of \"-1\" means all protocols.</p>",
14166        "NetworkInsightsAnalysis$StatusMessage": "<p>The status message, if the status is <code>failed</code>.</p>",
14167        "NetworkInsightsPath$Source": "<p>The AWS resource that is the source of the path.</p>",
14168        "NetworkInsightsPath$Destination": "<p>The AWS resource that is the destination of the path.</p>",
14169        "NetworkInterface$AvailabilityZone": "<p>The Availability Zone.</p>",
14170        "NetworkInterface$Description": "<p>A description.</p>",
14171        "NetworkInterface$MacAddress": "<p>The MAC address.</p>",
14172        "NetworkInterface$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
14173        "NetworkInterface$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
14174        "NetworkInterface$OwnerId": "<p>The AWS account ID of the owner of the network interface.</p>",
14175        "NetworkInterface$PrivateDnsName": "<p>The private DNS name.</p>",
14176        "NetworkInterface$PrivateIpAddress": "<p>The IPv4 address of the network interface within the subnet.</p>",
14177        "NetworkInterface$RequesterId": "<p>The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling).</p>",
14178        "NetworkInterface$SubnetId": "<p>The ID of the subnet.</p>",
14179        "NetworkInterface$VpcId": "<p>The ID of the VPC.</p>",
14180        "NetworkInterfaceAssociation$AllocationId": "<p>The allocation ID.</p>",
14181        "NetworkInterfaceAssociation$AssociationId": "<p>The association ID.</p>",
14182        "NetworkInterfaceAssociation$IpOwnerId": "<p>The ID of the Elastic IP address owner.</p>",
14183        "NetworkInterfaceAssociation$PublicDnsName": "<p>The public DNS name.</p>",
14184        "NetworkInterfaceAssociation$PublicIp": "<p>The address of the Elastic IP address bound to the network interface.</p>",
14185        "NetworkInterfaceAssociation$CustomerOwnedIp": "<p>The customer-owned IP address associated with the network interface.</p>",
14186        "NetworkInterfaceAssociation$CarrierIp": "<p>The carrier IP address associated with the network interface.</p> <p>This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.</p>",
14187        "NetworkInterfaceAttachment$AttachmentId": "<p>The ID of the network interface attachment.</p>",
14188        "NetworkInterfaceAttachment$InstanceId": "<p>The ID of the instance.</p>",
14189        "NetworkInterfaceAttachment$InstanceOwnerId": "<p>The AWS account ID of the owner of the instance.</p>",
14190        "NetworkInterfaceIpv6Address$Ipv6Address": "<p>The IPv6 address.</p>",
14191        "NetworkInterfacePermission$NetworkInterfacePermissionId": "<p>The ID of the network interface permission.</p>",
14192        "NetworkInterfacePermission$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
14193        "NetworkInterfacePermission$AwsAccountId": "<p>The AWS account ID.</p>",
14194        "NetworkInterfacePermission$AwsService": "<p>The AWS service.</p>",
14195        "NetworkInterfacePermissionState$StatusMessage": "<p>A status message, if applicable.</p>",
14196        "NetworkInterfacePrivateIpAddress$PrivateDnsName": "<p>The private DNS name.</p>",
14197        "NetworkInterfacePrivateIpAddress$PrivateIpAddress": "<p>The private IPv4 address.</p>",
14198        "NewDhcpConfiguration$Key": null,
14199        "OnDemandOptions$MaxTotalPrice": "<p>The maximum amount per hour for On-Demand Instances that you're willing to pay.</p>",
14200        "OnDemandOptionsRequest$MaxTotalPrice": "<p>The maximum amount per hour for On-Demand Instances that you're willing to pay.</p>",
14201        "OwnerStringList$member": null,
14202        "PciId$DeviceId": "<p>The ID of the device.</p>",
14203        "PciId$VendorId": "<p>The ID of the vendor.</p>",
14204        "PciId$SubsystemId": "<p>The ID of the subsystem.</p>",
14205        "PciId$SubsystemVendorId": "<p>The ID of the vendor for the subsystem.</p>",
14206        "PeeringAttachmentStatus$Code": "<p>The status code.</p>",
14207        "PeeringAttachmentStatus$Message": "<p>The status message, if applicable.</p>",
14208        "PeeringTgwInfo$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
14209        "PeeringTgwInfo$OwnerId": "<p>The AWS account ID of the owner of the transit gateway.</p>",
14210        "PeeringTgwInfo$Region": "<p>The Region of the transit gateway.</p>",
14211        "Phase1EncryptionAlgorithmsListValue$Value": "<p>The value for the encryption algorithm.</p>",
14212        "Phase1EncryptionAlgorithmsRequestListValue$Value": "<p>The value for the encryption algorithm.</p>",
14213        "Phase1IntegrityAlgorithmsListValue$Value": "<p>The value for the integrity algorithm.</p>",
14214        "Phase1IntegrityAlgorithmsRequestListValue$Value": "<p>The value for the integrity algorithm.</p>",
14215        "Phase2EncryptionAlgorithmsListValue$Value": "<p>The encryption algorithm.</p>",
14216        "Phase2EncryptionAlgorithmsRequestListValue$Value": "<p>The encryption algorithm.</p>",
14217        "Phase2IntegrityAlgorithmsListValue$Value": "<p>The integrity algorithm.</p>",
14218        "Phase2IntegrityAlgorithmsRequestListValue$Value": "<p>The integrity algorithm.</p>",
14219        "Placement$AvailabilityZone": "<p>The Availability Zone of the instance.</p> <p>If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.</p> <p>This parameter is not supported by <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet\">CreateFleet</a>.</p>",
14220        "Placement$Affinity": "<p>The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html\">ImportInstance</a> command.</p> <p>This parameter is not supported by <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet\">CreateFleet</a>.</p>",
14221        "Placement$GroupName": "<p>The name of the placement group the instance is in.</p>",
14222        "Placement$HostId": "<p>The ID of the Dedicated Host on which the instance resides. This parameter is not supported for the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html\">ImportInstance</a> command.</p> <p>This parameter is not supported by <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet\">CreateFleet</a>.</p>",
14223        "Placement$SpreadDomain": "<p>Reserved for future use.</p> <p>This parameter is not supported by <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet\">CreateFleet</a>.</p>",
14224        "Placement$HostResourceGroupArn": "<p>The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the <b>Tenancy</b> parameter or set it to <code>host</code>.</p> <p>This parameter is not supported by <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet\">CreateFleet</a>.</p>",
14225        "PlacementGroup$GroupName": "<p>The name of the placement group.</p>",
14226        "PlacementGroup$GroupId": "<p>The ID of the placement group.</p>",
14227        "PlacementResponse$GroupName": "<p>The name of the placement group that the instance is in.</p>",
14228        "PoolCidrBlock$Cidr": "<p>The CIDR block.</p>",
14229        "PrefixList$PrefixListId": "<p>The ID of the prefix.</p>",
14230        "PrefixList$PrefixListName": "<p>The name of the prefix.</p>",
14231        "PrefixListAssociation$ResourceId": "<p>The ID of the resource.</p>",
14232        "PrefixListAssociation$ResourceOwner": "<p>The owner of the resource.</p>",
14233        "PrefixListEntry$Cidr": "<p>The CIDR block.</p>",
14234        "PrefixListEntry$Description": "<p>The description.</p>",
14235        "PrefixListId$Description": "<p>A description for the security group rule that references this prefix list ID.</p> <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*</p>",
14236        "PrefixListId$PrefixListId": "<p>The ID of the prefix.</p>",
14237        "PrefixListIdSet$member": null,
14238        "PrincipalIdFormat$Arn": "<p>PrincipalIdFormatARN description</p>",
14239        "PrivateDnsDetails$PrivateDnsName": "<p>The private DNS name assigned to the VPC endpoint service.</p>",
14240        "PrivateDnsNameConfiguration$Type": "<p>The endpoint service verification type, for example TXT.</p>",
14241        "PrivateDnsNameConfiguration$Value": "<p>The value the service provider adds to the private DNS name domain record before verification.</p>",
14242        "PrivateDnsNameConfiguration$Name": "<p>The name of the record subdomain the service provider needs to create. The service provider adds the <code>value</code> text to the <code>name</code>.</p>",
14243        "PrivateIpAddressSpecification$PrivateIpAddress": "<p>The private IPv4 addresses.</p>",
14244        "PrivateIpAddressStringList$member": null,
14245        "ProductCode$ProductCodeId": "<p>The product code.</p>",
14246        "ProductCodeStringList$member": null,
14247        "ProductDescriptionList$member": null,
14248        "PropagatingVgw$GatewayId": "<p>The ID of the virtual private gateway.</p>",
14249        "ProvisionByoipCidrRequest$Cidr": "<p>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can specify is /24. The most specific IPv6 prefix you can specify is /56. The address range cannot overlap with another address range that you've brought to this or another Region.</p>",
14250        "ProvisionByoipCidrRequest$Description": "<p>A description for the address range and the address pool.</p>",
14251        "ProvisionedBandwidth$Provisioned": "<p>Reserved. If you need to sustain traffic greater than the <a href=\"https://docs.aws.amazon.com/vpc/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>",
14252        "ProvisionedBandwidth$Requested": "<p>Reserved. If you need to sustain traffic greater than the <a href=\"https://docs.aws.amazon.com/vpc/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>",
14253        "ProvisionedBandwidth$Status": "<p>Reserved. If you need to sustain traffic greater than the <a href=\"https://docs.aws.amazon.com/vpc/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>",
14254        "PublicIpStringList$member": null,
14255        "PublicIpv4Pool$PoolId": "<p>The ID of the address pool.</p>",
14256        "PublicIpv4Pool$Description": "<p>A description of the address pool.</p>",
14257        "PublicIpv4Pool$NetworkBorderGroup": "<p>The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where AWS advertises public IP addresses.</p>",
14258        "PublicIpv4PoolRange$FirstAddress": "<p>The first IP address in the range.</p>",
14259        "PublicIpv4PoolRange$LastAddress": "<p>The last IP address in the range.</p>",
14260        "Purchase$HostReservationId": "<p>The ID of the reservation.</p>",
14261        "Purchase$HourlyPrice": "<p>The hourly price of the reservation per hour.</p>",
14262        "Purchase$InstanceFamily": "<p>The instance family on the Dedicated Host that the reservation can be associated with.</p>",
14263        "Purchase$UpfrontPrice": "<p>The upfront price of the reservation.</p>",
14264        "PurchaseHostReservationRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14265        "PurchaseHostReservationRequest$LimitPrice": "<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 fails. This is used to ensure that the purchase does not exceed the expected upfront cost of the purchase. At this time, the only supported currency is <code>USD</code>. For example, to indicate a limit price of USD 100, specify 100.00.</p>",
14266        "PurchaseHostReservationResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14267        "PurchaseHostReservationResult$TotalHourlyPrice": "<p>The total hourly price of the reservation calculated per hour.</p>",
14268        "PurchaseHostReservationResult$TotalUpfrontPrice": "<p>The total amount charged to your account when you purchase the reservation.</p>",
14269        "PurchaseRequest$PurchaseToken": "<p>The purchase token.</p>",
14270        "PurchaseReservedInstancesOfferingResult$ReservedInstancesId": "<p>The IDs of the purchased Reserved Instances.</p>",
14271        "PurchaseScheduledInstancesRequest$ClientToken": "<p>Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14272        "Region$Endpoint": "<p>The Region service endpoint.</p>",
14273        "Region$RegionName": "<p>The name of the Region.</p>",
14274        "Region$OptInStatus": "<p>The Region opt-in status. The possible values are <code>opt-in-not-required</code>, <code>opted-in</code>, and <code>not-opted-in</code>.</p>",
14275        "RegionNameStringList$member": null,
14276        "RegisterImageRequest$ImageLocation": "<p>The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the <code>aws-exec-read</code> canned access control list (ACL) to ensure that it can be accessed by Amazon EC2. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl\">Canned ACLs</a> in the <i>Amazon S3 Service Developer Guide</i>.</p>",
14277        "RegisterImageRequest$Description": "<p>A description for your AMI.</p>",
14278        "RegisterImageRequest$Name": "<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>",
14279        "RegisterImageRequest$RootDeviceName": "<p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>",
14280        "RegisterImageRequest$SriovNetSupport": "<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>",
14281        "RegisterImageRequest$VirtualizationType": "<p>The type of virtualization (<code>hvm</code> | <code>paravirtual</code>).</p> <p>Default: <code>paravirtual</code> </p>",
14282        "RegisterImageResult$ImageId": "<p>The ID of the newly registered AMI.</p>",
14283        "RegisterTransitGatewayMulticastGroupMembersRequest$GroupIpAddress": "<p>The IP address assigned to the transit gateway multicast group.</p>",
14284        "RegisterTransitGatewayMulticastGroupSourcesRequest$GroupIpAddress": "<p>The IP address assigned to the transit gateway multicast group.</p>",
14285        "ReleaseAddressRequest$PublicIp": "<p>[EC2-Classic] The Elastic IP address. Required for EC2-Classic.</p>",
14286        "ReleaseAddressRequest$NetworkBorderGroup": "<p>The set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses.</p> <p>If you provide an incorrect network border group, you will receive an <code>InvalidAddress.NotFound</code> error. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html\">Error Codes</a>.</p> <note> <p>You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you will receive an <code>InvalidParameterCombination</code> error. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html\">Error Codes</a>.</p> </note>",
14287        "RemovePrefixListEntry$Cidr": "<p>The CIDR block.</p>",
14288        "ReplaceNetworkAclAssociationResult$NewAssociationId": "<p>The ID of the new association.</p>",
14289        "ReplaceNetworkAclEntryRequest$CidrBlock": "<p>The IPv4 network range to allow or deny, in CIDR notation (for example <code>172.16.0.0/24</code>).</p>",
14290        "ReplaceNetworkAclEntryRequest$Ipv6CidrBlock": "<p>The IPv6 network range to allow or deny, in CIDR notation (for example <code>2001:bd8:1234:1a00::/64</code>).</p>",
14291        "ReplaceNetworkAclEntryRequest$Protocol": "<p>The protocol number. A value of \"-1\" means all protocols. If you specify \"-1\" or a protocol number other than \"6\" (TCP), \"17\" (UDP), or \"1\" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol \"58\" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol \"58\" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.</p>",
14292        "ReplaceRouteRequest$DestinationCidrBlock": "<p>The IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.</p>",
14293        "ReplaceRouteRequest$DestinationIpv6CidrBlock": "<p>The IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.</p>",
14294        "ReplaceRouteTableAssociationResult$NewAssociationId": "<p>The ID of the new association.</p>",
14295        "ReplaceTransitGatewayRouteRequest$DestinationCidrBlock": "<p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>",
14296        "ReportInstanceStatusRequest$Description": "<p>Descriptive text about the health state of your instance.</p>",
14297        "RequestLaunchTemplateData$UserData": "<p>The Base64-encoded user data to make available to the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html\">Running Commands on Your Linux Instance at Launch</a> (Linux) and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data\">Adding User Data</a> (Windows).</p>",
14298        "RequestSpotFleetResponse$SpotFleetRequestId": "<p>The ID of the Spot Fleet request.</p>",
14299        "RequestSpotInstancesRequest$AvailabilityZoneGroup": "<p>The user-specified name for a logical grouping of requests.</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 requests for Spot Instances of the same instance type. Any additional Spot Instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active.</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 request is expired, or the maximum price you specified falls below current Spot price), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot Instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group.</p> <p>Default: Instances are launched in any available Availability Zone.</p>",
14300        "RequestSpotInstancesRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>",
14301        "RequestSpotInstancesRequest$LaunchGroup": "<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>",
14302        "RequestSpotInstancesRequest$SpotPrice": "<p>The maximum price per hour that you are willing to pay for a Spot Instance. The default is the On-Demand price.</p>",
14303        "RequestSpotLaunchSpecification$AddressingType": "<p>Deprecated.</p>",
14304        "RequestSpotLaunchSpecification$UserData": "<p>The Base64-encoded user data for the instance. User data is limited to 16 KB.</p>",
14305        "Reservation$OwnerId": "<p>The ID of the AWS account that owns the reservation.</p>",
14306        "Reservation$RequesterId": "<p>The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).</p>",
14307        "Reservation$ReservationId": "<p>The ID of the reservation.</p>",
14308        "ReservationValue$HourlyPrice": "<p>The hourly rate of the reservation.</p>",
14309        "ReservationValue$RemainingTotalValue": "<p>The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).</p>",
14310        "ReservationValue$RemainingUpfrontValue": "<p>The remaining upfront cost of the reservation.</p>",
14311        "ReservedInstanceReservationValue$ReservedInstanceId": "<p>The ID of the Convertible Reserved Instance that you are exchanging.</p>",
14312        "ReservedInstances$AvailabilityZone": "<p>The Availability Zone in which the Reserved Instance can be used.</p>",
14313        "ReservedInstances$ReservedInstancesId": "<p>The ID of the Reserved Instance.</p>",
14314        "ReservedInstancesConfiguration$AvailabilityZone": "<p>The Availability Zone for the modified Reserved Instances.</p>",
14315        "ReservedInstancesConfiguration$Platform": "<p>The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.</p>",
14316        "ReservedInstancesId$ReservedInstancesId": "<p>The ID of the Reserved Instance.</p>",
14317        "ReservedInstancesListing$ClientToken": "<p>A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14318        "ReservedInstancesListing$ReservedInstancesId": "<p>The ID of the Reserved Instance.</p>",
14319        "ReservedInstancesListing$ReservedInstancesListingId": "<p>The ID of the Reserved Instance listing.</p>",
14320        "ReservedInstancesListing$StatusMessage": "<p>The reason for the current status of the Reserved Instance listing. The response can be blank.</p>",
14321        "ReservedInstancesModification$ClientToken": "<p>A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14322        "ReservedInstancesModification$ReservedInstancesModificationId": "<p>A unique ID for the Reserved Instance modification.</p>",
14323        "ReservedInstancesModification$Status": "<p>The status of the Reserved Instances modification request.</p>",
14324        "ReservedInstancesModification$StatusMessage": "<p>The reason for the status.</p>",
14325        "ReservedInstancesModificationResult$ReservedInstancesId": "<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>",
14326        "ReservedInstancesOffering$AvailabilityZone": "<p>The Availability Zone in which the Reserved Instance can be used.</p>",
14327        "ReservedInstancesOffering$ReservedInstancesOfferingId": "<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>",
14328        "ResetEbsDefaultKmsKeyIdResult$KmsKeyId": "<p>The Amazon Resource Name (ARN) of the default CMK for EBS encryption by default.</p>",
14329        "ResetNetworkInterfaceAttributeRequest$SourceDestCheck": "<p>The source/destination checking attribute. Resets the value to <code>true</code>.</p>",
14330        "ResourceList$member": null,
14331        "ResponseError$Message": "<p>The error message, if applicable.</p>",
14332        "ResponseHostIdList$member": null,
14333        "ResponseHostIdSet$member": null,
14334        "ResponseLaunchTemplateData$KernelId": "<p>The ID of the kernel, if applicable.</p>",
14335        "ResponseLaunchTemplateData$ImageId": "<p>The ID of the AMI that was used to launch the instance.</p>",
14336        "ResponseLaunchTemplateData$KeyName": "<p>The name of the key pair.</p>",
14337        "ResponseLaunchTemplateData$RamDiskId": "<p>The ID of the RAM disk, if applicable.</p>",
14338        "ResponseLaunchTemplateData$UserData": "<p>The user data for the instance. </p>",
14339        "RestorableByStringList$member": null,
14340        "RestoreAddressToClassicRequest$PublicIp": "<p>The Elastic IP address.</p>",
14341        "RestoreAddressToClassicResult$PublicIp": "<p>The Elastic IP address.</p>",
14342        "RevokeClientVpnIngressRequest$TargetNetworkCidr": "<p>The IPv4 address range, in CIDR notation, of the network for which access is being removed.</p>",
14343        "RevokeClientVpnIngressRequest$AccessGroupId": "<p>The ID of the Active Directory group for which to revoke access. </p>",
14344        "RevokeSecurityGroupEgressRequest$CidrIp": "<p>Not supported. Use a set of IP permissions to specify the CIDR.</p>",
14345        "RevokeSecurityGroupEgressRequest$IpProtocol": "<p>Not supported. Use a set of IP permissions to specify the protocol name or number.</p>",
14346        "RevokeSecurityGroupEgressRequest$SourceSecurityGroupName": "<p>Not supported. Use a set of IP permissions to specify a destination security group.</p>",
14347        "RevokeSecurityGroupEgressRequest$SourceSecurityGroupOwnerId": "<p>Not supported. Use a set of IP permissions to specify a destination security group.</p>",
14348        "RevokeSecurityGroupIngressRequest$CidrIp": "<p>The CIDR IP address range. You can't specify this parameter when specifying a source security group.</p>",
14349        "RevokeSecurityGroupIngressRequest$IpProtocol": "<p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>) or number (see <a href=\"http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml\">Protocol Numbers</a>). Use <code>-1</code> to specify all.</p>",
14350        "RevokeSecurityGroupIngressRequest$SourceSecurityGroupName": "<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>",
14351        "RevokeSecurityGroupIngressRequest$SourceSecurityGroupOwnerId": "<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>",
14352        "Route$DestinationCidrBlock": "<p>The IPv4 CIDR block used for the destination match.</p>",
14353        "Route$DestinationIpv6CidrBlock": "<p>The IPv6 CIDR block used for the destination match.</p>",
14354        "Route$DestinationPrefixListId": "<p>The prefix of the AWS service.</p>",
14355        "Route$EgressOnlyInternetGatewayId": "<p>The ID of the egress-only internet gateway.</p>",
14356        "Route$GatewayId": "<p>The ID of a gateway attached to your VPC.</p>",
14357        "Route$InstanceId": "<p>The ID of a NAT instance in your VPC.</p>",
14358        "Route$InstanceOwnerId": "<p>The AWS account ID of the owner of the instance.</p>",
14359        "Route$NatGatewayId": "<p>The ID of a NAT gateway.</p>",
14360        "Route$TransitGatewayId": "<p>The ID of a transit gateway.</p>",
14361        "Route$LocalGatewayId": "<p>The ID of the local gateway.</p>",
14362        "Route$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
14363        "Route$VpcPeeringConnectionId": "<p>The ID of a VPC peering connection.</p>",
14364        "RouteTable$RouteTableId": "<p>The ID of the route table.</p>",
14365        "RouteTable$VpcId": "<p>The ID of the VPC.</p>",
14366        "RouteTable$OwnerId": "<p>The ID of the AWS account that owns the route table.</p>",
14367        "RouteTableAssociation$RouteTableAssociationId": "<p>The ID of the association.</p>",
14368        "RouteTableAssociation$RouteTableId": "<p>The ID of the route table.</p>",
14369        "RouteTableAssociation$SubnetId": "<p>The ID of the subnet. A subnet ID is not returned for an implicit association.</p>",
14370        "RouteTableAssociation$GatewayId": "<p>The ID of the internet gateway or virtual private gateway.</p>",
14371        "RouteTableAssociationState$StatusMessage": "<p>The status message, if applicable.</p>",
14372        "RunInstancesRequest$UserData": "<p>The user data to make available to the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html\">Running commands on your Linux instance at launch</a> (Linux) and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data\">Adding User Data</a> (Windows). If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text. User data is limited to 16 KB.</p>",
14373        "RunInstancesRequest$AdditionalInfo": "<p>Reserved.</p>",
14374        "RunInstancesRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p> <p>Constraints: Maximum 64 ASCII characters</p>",
14375        "RunInstancesRequest$PrivateIpAddress": "<p>[EC2-VPC] The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.</p> <p>Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.</p> <p>You cannot specify this option and the network interfaces option in the same request.</p>",
14376        "RunScheduledInstancesRequest$ClientToken": "<p>Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14377        "S3Storage$AWSAccessKeyId": "<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=\"https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html\">Best Practices for Managing AWS Access Keys</a>.</p>",
14378        "S3Storage$Bucket": "<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>",
14379        "S3Storage$Prefix": "<p>The beginning of the file name of the AMI.</p>",
14380        "S3Storage$UploadPolicySignature": "<p>The signature of the JSON document.</p>",
14381        "ScheduledInstance$AvailabilityZone": "<p>The Availability Zone.</p>",
14382        "ScheduledInstance$HourlyPrice": "<p>The hourly price for a single instance.</p>",
14383        "ScheduledInstance$InstanceType": "<p>The instance type.</p>",
14384        "ScheduledInstance$NetworkPlatform": "<p>The network platform (<code>EC2-Classic</code> or <code>EC2-VPC</code>).</p>",
14385        "ScheduledInstance$Platform": "<p>The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>",
14386        "ScheduledInstance$ScheduledInstanceId": "<p>The Scheduled Instance ID.</p>",
14387        "ScheduledInstanceAvailability$AvailabilityZone": "<p>The Availability Zone.</p>",
14388        "ScheduledInstanceAvailability$HourlyPrice": "<p>The hourly price for a single instance.</p>",
14389        "ScheduledInstanceAvailability$InstanceType": "<p>The instance type. You can specify one of the C3, C4, M4, or R3 instance types.</p>",
14390        "ScheduledInstanceAvailability$NetworkPlatform": "<p>The network platform (<code>EC2-Classic</code> or <code>EC2-VPC</code>).</p>",
14391        "ScheduledInstanceAvailability$Platform": "<p>The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>",
14392        "ScheduledInstanceAvailability$PurchaseToken": "<p>The purchase token. This token expires in two hours.</p>",
14393        "ScheduledInstanceRecurrence$Frequency": "<p>The frequency (<code>Daily</code>, <code>Weekly</code>, or <code>Monthly</code>).</p>",
14394        "ScheduledInstanceRecurrence$OccurrenceUnit": "<p>The unit for <code>occurrenceDaySet</code> (<code>DayOfWeek</code> or <code>DayOfMonth</code>).</p>",
14395        "ScheduledInstanceRecurrenceRequest$Frequency": "<p>The frequency (<code>Daily</code>, <code>Weekly</code>, or <code>Monthly</code>).</p>",
14396        "ScheduledInstanceRecurrenceRequest$OccurrenceUnit": "<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>",
14397        "ScheduledInstancesBlockDeviceMapping$DeviceName": "<p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>",
14398        "ScheduledInstancesBlockDeviceMapping$NoDevice": "<p>To omit the device from the block device mapping, specify an empty string.</p>",
14399        "ScheduledInstancesBlockDeviceMapping$VirtualName": "<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>",
14400        "ScheduledInstancesEbs$VolumeType": "<p>The volume type. <code>gp2</code> for General Purpose SSD, <code>io1</code> or <code> io2</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>gp2</code> </p>",
14401        "ScheduledInstancesIamInstanceProfile$Arn": "<p>The Amazon Resource Name (ARN).</p>",
14402        "ScheduledInstancesIamInstanceProfile$Name": "<p>The name.</p>",
14403        "ScheduledInstancesLaunchSpecification$InstanceType": "<p>The instance type.</p>",
14404        "ScheduledInstancesLaunchSpecification$UserData": "<p>The base64-encoded MIME user data.</p>",
14405        "ScheduledInstancesNetworkInterface$Description": "<p>The description.</p>",
14406        "ScheduledInstancesNetworkInterface$PrivateIpAddress": "<p>The IPv4 address of the network interface within the subnet.</p>",
14407        "ScheduledInstancesPlacement$AvailabilityZone": "<p>The Availability Zone.</p>",
14408        "ScheduledInstancesPrivateIpAddressConfig$PrivateIpAddress": "<p>The IPv4 address.</p>",
14409        "SearchLocalGatewayRoutesRequest$NextToken": "<p>The token for the next page of results.</p>",
14410        "SearchLocalGatewayRoutesResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
14411        "SearchTransitGatewayMulticastGroupsRequest$NextToken": "<p>The token for the next page of results.</p>",
14412        "SearchTransitGatewayMulticastGroupsResult$NextToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
14413        "SecurityGroup$Description": "<p>A description of the security group.</p>",
14414        "SecurityGroup$GroupName": "<p>The name of the security group.</p>",
14415        "SecurityGroup$OwnerId": "<p>The AWS account ID of the owner of the security group.</p>",
14416        "SecurityGroup$GroupId": "<p>The ID of the security group.</p>",
14417        "SecurityGroup$VpcId": "<p>[VPC only] The ID of the VPC for the security group.</p>",
14418        "SecurityGroupIdentifier$GroupId": "<p>The ID of the security group.</p>",
14419        "SecurityGroupIdentifier$GroupName": "<p>The name of the security group.</p>",
14420        "SecurityGroupReference$GroupId": "<p>The ID of your security group.</p>",
14421        "SecurityGroupReference$ReferencingVpcId": "<p>The ID of the VPC with the referencing security group.</p>",
14422        "SecurityGroupReference$VpcPeeringConnectionId": "<p>The ID of the VPC peering connection.</p>",
14423        "ServiceConfiguration$ServiceId": "<p>The ID of the service.</p>",
14424        "ServiceConfiguration$ServiceName": "<p>The name of the service.</p>",
14425        "ServiceConfiguration$PrivateDnsName": "<p>The private DNS name for the service.</p>",
14426        "ServiceDetail$ServiceName": "<p>The Amazon Resource Name (ARN) of the service.</p>",
14427        "ServiceDetail$ServiceId": "<p>The ID of the endpoint service.</p>",
14428        "ServiceDetail$Owner": "<p>The AWS account ID of the service owner.</p>",
14429        "ServiceDetail$PrivateDnsName": "<p>The private DNS name for the service.</p>",
14430        "Snapshot$DataEncryptionKeyId": "<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 <a>DescribeSnapshots</a>.</p>",
14431        "Snapshot$Description": "<p>The description for the snapshot.</p>",
14432        "Snapshot$KmsKeyId": "<p>The Amazon Resource Name (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>",
14433        "Snapshot$OwnerId": "<p>The AWS account ID of the EBS snapshot owner.</p>",
14434        "Snapshot$Progress": "<p>The progress of the snapshot, as a percentage.</p>",
14435        "Snapshot$SnapshotId": "<p>The ID of the snapshot. Each snapshot receives a unique identifier when it is created.</p>",
14436        "Snapshot$StateMessage": "<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 <a>DescribeSnapshots</a>.</p>",
14437        "Snapshot$VolumeId": "<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>",
14438        "Snapshot$OwnerAlias": "<p>The AWS owner alias, from an Amazon-maintained list (<code>amazon</code>). This is not the user-configured AWS account alias set using the IAM console.</p>",
14439        "SnapshotDetail$Description": "<p>A description for the snapshot.</p>",
14440        "SnapshotDetail$DeviceName": "<p>The block device mapping for the snapshot.</p>",
14441        "SnapshotDetail$Format": "<p>The format of the disk image from which the snapshot is created.</p>",
14442        "SnapshotDetail$Progress": "<p>The percentage of progress for the task.</p>",
14443        "SnapshotDetail$SnapshotId": "<p>The snapshot ID of the disk being imported.</p>",
14444        "SnapshotDetail$Status": "<p>A brief status of the snapshot creation.</p>",
14445        "SnapshotDetail$StatusMessage": "<p>A detailed status message for the snapshot creation.</p>",
14446        "SnapshotDetail$Url": "<p>The URL used to access the disk image.</p>",
14447        "SnapshotDiskContainer$Description": "<p>The description of the disk image being imported.</p>",
14448        "SnapshotDiskContainer$Format": "<p>The format of the disk image being imported.</p> <p>Valid values: <code>VHD</code> | <code>VMDK</code> </p>",
14449        "SnapshotDiskContainer$Url": "<p>The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).</p>",
14450        "SnapshotInfo$Description": "<p>Description specified by the CreateSnapshotRequest that has been applied to all snapshots.</p>",
14451        "SnapshotInfo$VolumeId": "<p>Source volume from which this snapshot was created.</p>",
14452        "SnapshotInfo$Progress": "<p>Progress this snapshot has made towards completing.</p>",
14453        "SnapshotInfo$OwnerId": "<p>Account id used when creating this snapshot.</p>",
14454        "SnapshotInfo$SnapshotId": "<p>Snapshot id that can be used to describe this snapshot.</p>",
14455        "SnapshotTaskDetail$Description": "<p>The description of the snapshot.</p>",
14456        "SnapshotTaskDetail$Format": "<p>The format of the disk image from which the snapshot is created.</p>",
14457        "SnapshotTaskDetail$KmsKeyId": "<p>The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted snapshot.</p>",
14458        "SnapshotTaskDetail$Progress": "<p>The percentage of completion for the import snapshot task.</p>",
14459        "SnapshotTaskDetail$SnapshotId": "<p>The snapshot ID of the disk being imported.</p>",
14460        "SnapshotTaskDetail$Status": "<p>A brief status for the import snapshot task.</p>",
14461        "SnapshotTaskDetail$StatusMessage": "<p>A detailed status message for the import snapshot task.</p>",
14462        "SnapshotTaskDetail$Url": "<p>The URL of the disk image from which the snapshot is created.</p>",
14463        "SpotDatafeedSubscription$Bucket": "<p>The name of the Amazon S3 bucket where the Spot Instance data feed is located.</p>",
14464        "SpotDatafeedSubscription$OwnerId": "<p>The AWS account ID of the account.</p>",
14465        "SpotDatafeedSubscription$Prefix": "<p>The prefix for the data feed files.</p>",
14466        "SpotFleetLaunchSpecification$AddressingType": "<p>Deprecated.</p>",
14467        "SpotFleetLaunchSpecification$ImageId": "<p>The ID of the AMI.</p>",
14468        "SpotFleetLaunchSpecification$KernelId": "<p>The ID of the kernel.</p>",
14469        "SpotFleetLaunchSpecification$KeyName": "<p>The name of the key pair.</p>",
14470        "SpotFleetLaunchSpecification$RamdiskId": "<p>The ID of the RAM disk. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, refer to the AWS Resource Center and search for the kernel ID.</p>",
14471        "SpotFleetLaunchSpecification$SpotPrice": "<p>The maximum price per unit hour that you are willing to pay for a Spot Instance. If this value is not specified, the default is the Spot price specified for the fleet. To determine the Spot price per unit hour, divide the Spot price by the value of <code>WeightedCapacity</code>.</p>",
14472        "SpotFleetLaunchSpecification$SubnetId": "<p>The IDs of the subnets in which to launch the instances. To specify multiple subnets, separate them using commas; for example, \"subnet-1234abcdeexample1, subnet-0987cdef6example2\".</p>",
14473        "SpotFleetLaunchSpecification$UserData": "<p>The Base64-encoded user data that instances use when starting up.</p>",
14474        "SpotFleetRequestConfig$SpotFleetRequestId": "<p>The ID of the Spot Fleet request.</p>",
14475        "SpotFleetRequestConfigData$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of your listings. This helps to avoid duplicate listings. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
14476        "SpotFleetRequestConfigData$IamFleetRole": "<p>The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that grants the Spot Fleet the permission to request, launch, terminate, and tag instances on your behalf. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html#spot-fleet-prerequisites\">Spot Fleet prerequisites</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>. Spot Fleet can terminate Spot Instances on your behalf when you cancel its Spot Fleet request using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CancelSpotFleetRequests\">CancelSpotFleetRequests</a> or when the Spot Fleet request expires, if you set <code>TerminateInstancesWithExpiration</code>.</p>",
14477        "SpotFleetRequestConfigData$SpotPrice": "<p>The maximum price per unit hour that you are willing to pay for a Spot Instance. The default is the On-Demand price.</p>",
14478        "SpotFleetRequestConfigData$OnDemandMaxTotalPrice": "<p>The maximum amount per hour for On-Demand Instances that you're willing to pay. You can use the <code>onDemandMaxTotalPrice</code> parameter, the <code>spotMaxTotalPrice</code> parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, Spot Fleet will launch instances until it reaches the maximum amount you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.</p>",
14479        "SpotFleetRequestConfigData$SpotMaxTotalPrice": "<p>The maximum amount per hour for Spot Instances that you're willing to pay. You can use the <code>spotdMaxTotalPrice</code> parameter, the <code>onDemandMaxTotalPrice</code> parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, Spot Fleet will launch instances until it reaches the maximum amount you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.</p>",
14480        "SpotInstanceRequest$ActualBlockHourlyPrice": "<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>",
14481        "SpotInstanceRequest$AvailabilityZoneGroup": "<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>",
14482        "SpotInstanceRequest$LaunchGroup": "<p>The instance launch group. Launch groups are Spot Instances that launch together and terminate together.</p>",
14483        "SpotInstanceRequest$LaunchedAvailabilityZone": "<p>The Availability Zone in which the request is launched.</p>",
14484        "SpotInstanceRequest$SpotInstanceRequestId": "<p>The ID of the Spot Instance request.</p>",
14485        "SpotInstanceRequest$SpotPrice": "<p>The maximum price per hour that you are willing to pay for a Spot Instance.</p>",
14486        "SpotInstanceStateFault$Code": "<p>The reason code for the Spot Instance state change.</p>",
14487        "SpotInstanceStateFault$Message": "<p>The message for the Spot Instance state change.</p>",
14488        "SpotInstanceStatus$Code": "<p>The status code. For a list of status codes, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html#spot-instance-bid-status-understand\">Spot status codes</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>",
14489        "SpotInstanceStatus$Message": "<p>The description for the status code.</p>",
14490        "SpotMarketOptions$MaxPrice": "<p>The maximum hourly price you're willing to pay for the Spot Instances. The default is the On-Demand price.</p>",
14491        "SpotOptions$MaxTotalPrice": "<p>The maximum amount per hour for Spot Instances that you're willing to pay.</p>",
14492        "SpotOptionsRequest$MaxTotalPrice": "<p>The maximum amount per hour for Spot Instances that you're willing to pay.</p>",
14493        "SpotPlacement$AvailabilityZone": "<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>",
14494        "SpotPlacement$GroupName": "<p>The name of the placement group.</p>",
14495        "SpotPrice$AvailabilityZone": "<p>The Availability Zone.</p>",
14496        "SpotPrice$SpotPrice": "<p>The maximum price per hour that you are willing to pay for a Spot Instance.</p>",
14497        "StaleIpPermission$IpProtocol": "<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>",
14498        "StaleSecurityGroup$Description": "<p>The description of the security group.</p>",
14499        "StaleSecurityGroup$GroupId": "<p>The ID of the security group.</p>",
14500        "StaleSecurityGroup$GroupName": "<p>The name of the security group.</p>",
14501        "StaleSecurityGroup$VpcId": "<p>The ID of the VPC for the security group.</p>",
14502        "StartInstancesRequest$AdditionalInfo": "<p>Reserved.</p>",
14503        "StartNetworkInsightsAnalysisRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a>.</p>",
14504        "StateReason$Code": "<p>The reason code for the state change.</p>",
14505        "StateReason$Message": "<p>The message for the state change.</p> <ul> <li> <p> <code>Server.InsufficientInstanceCapacity</code>: There was insufficient capacity available to satisfy the launch request.</p> </li> <li> <p> <code>Server.InternalError</code>: An internal error caused the instance to terminate during launch.</p> </li> <li> <p> <code>Server.ScheduledStop</code>: The instance was stopped due to a scheduled retirement.</p> </li> <li> <p> <code>Server.SpotInstanceShutdown</code>: The instance was stopped because the number of Spot requests with a maximum price equal to or higher than the Spot price exceeded available capacity or because of an increase in the Spot price.</p> </li> <li> <p> <code>Server.SpotInstanceTermination</code>: The instance was terminated because the number of Spot requests with a maximum price equal to or higher than the Spot price exceeded available capacity or because of an increase in the Spot price.</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.InstanceTerminated</code>: The instance was terminated or rebooted during AMI creation.</p> </li> <li> <p> <code>Client.InternalError</code>: A client error caused the instance to terminate during launch.</p> </li> <li> <p> <code>Client.InvalidSnapshot.NotFound</code>: The specified snapshot was not found.</p> </li> <li> <p> <code>Client.UserInitiatedHibernate</code>: Hibernation was initiated on 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 account limits.</p> </li> </ul>",
14506        "StorageLocation$Bucket": "<p>The name of the S3 bucket.</p>",
14507        "StorageLocation$Key": "<p>The key.</p>",
14508        "StringList$member": null,
14509        "Subnet$AvailabilityZone": "<p>The Availability Zone of the subnet.</p>",
14510        "Subnet$AvailabilityZoneId": "<p>The AZ ID of the subnet.</p>",
14511        "Subnet$CidrBlock": "<p>The IPv4 CIDR block assigned to the subnet.</p>",
14512        "Subnet$SubnetId": "<p>The ID of the subnet.</p>",
14513        "Subnet$VpcId": "<p>The ID of the VPC the subnet is in.</p>",
14514        "Subnet$OwnerId": "<p>The ID of the AWS account that owns the subnet.</p>",
14515        "Subnet$SubnetArn": "<p>The Amazon Resource Name (ARN) of the subnet.</p>",
14516        "Subnet$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
14517        "SubnetAssociation$SubnetId": "<p>The ID of the subnet.</p>",
14518        "SubnetCidrBlockState$StatusMessage": "<p>A message about the status of the CIDR block, if applicable.</p>",
14519        "SubnetIpv6CidrBlockAssociation$AssociationId": "<p>The association ID for the CIDR block.</p>",
14520        "SubnetIpv6CidrBlockAssociation$Ipv6CidrBlock": "<p>The IPv6 CIDR block.</p>",
14521        "SuccessfulInstanceCreditSpecificationItem$InstanceId": "<p>The ID of the instance.</p>",
14522        "SuccessfulQueuedPurchaseDeletion$ReservedInstancesId": "<p>The ID of the Reserved Instance.</p>",
14523        "Tag$Key": "<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>",
14524        "Tag$Value": "<p>The value of the tag.</p> <p>Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.</p>",
14525        "TagDescription$Key": "<p>The tag key.</p>",
14526        "TagDescription$ResourceId": "<p>The ID of the resource.</p>",
14527        "TagDescription$Value": "<p>The tag value.</p>",
14528        "TargetConfiguration$OfferingId": "<p>The ID of the Convertible Reserved Instance offering.</p>",
14529        "TargetGroup$Arn": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
14530        "TargetNetwork$AssociationId": "<p>The ID of the association.</p>",
14531        "TargetNetwork$VpcId": "<p>The ID of the VPC in which the target network (subnet) is located.</p>",
14532        "TargetNetwork$TargetNetworkId": "<p>The ID of the subnet specified as the target network.</p>",
14533        "TargetNetwork$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint with which the target network is associated.</p>",
14534        "TerminateClientVpnConnectionsRequest$Username": "<p>The name of the user who initiated the connection. Use this option to terminate all active connections for the specified user. This option can only be used if the user has established up to five connections.</p>",
14535        "TerminateClientVpnConnectionsResult$ClientVpnEndpointId": "<p>The ID of the Client VPN endpoint.</p>",
14536        "TerminateClientVpnConnectionsResult$Username": "<p>The user who established the terminated client connections.</p>",
14537        "TerminateConnectionStatus$ConnectionId": "<p>The ID of the client connection.</p>",
14538        "TrafficMirrorFilter$TrafficMirrorFilterId": "<p>The ID of the Traffic Mirror filter.</p>",
14539        "TrafficMirrorFilter$Description": "<p>The description of the Traffic Mirror filter.</p>",
14540        "TrafficMirrorFilterRule$TrafficMirrorFilterRuleId": "<p>The ID of the Traffic Mirror rule.</p>",
14541        "TrafficMirrorFilterRule$TrafficMirrorFilterId": "<p>The ID of the Traffic Mirror filter that the rule is associated with.</p>",
14542        "TrafficMirrorFilterRule$DestinationCidrBlock": "<p>The destination CIDR block assigned to the Traffic Mirror rule.</p>",
14543        "TrafficMirrorFilterRule$SourceCidrBlock": "<p>The source CIDR block assigned to the Traffic Mirror rule.</p>",
14544        "TrafficMirrorFilterRule$Description": "<p>The description of the Traffic Mirror rule.</p>",
14545        "TrafficMirrorSession$TrafficMirrorSessionId": "<p>The ID for the Traffic Mirror session.</p>",
14546        "TrafficMirrorSession$TrafficMirrorTargetId": "<p>The ID of the Traffic Mirror target.</p>",
14547        "TrafficMirrorSession$TrafficMirrorFilterId": "<p>The ID of the Traffic Mirror filter.</p>",
14548        "TrafficMirrorSession$NetworkInterfaceId": "<p>The ID of the Traffic Mirror session's network interface.</p>",
14549        "TrafficMirrorSession$OwnerId": "<p>The ID of the account that owns the Traffic Mirror session.</p>",
14550        "TrafficMirrorSession$Description": "<p>The description of the Traffic Mirror session.</p>",
14551        "TrafficMirrorTarget$TrafficMirrorTargetId": "<p>The ID of the Traffic Mirror target.</p>",
14552        "TrafficMirrorTarget$NetworkInterfaceId": "<p>The network interface ID that is attached to the target.</p>",
14553        "TrafficMirrorTarget$NetworkLoadBalancerArn": "<p>The Amazon Resource Name (ARN) of the Network Load Balancer.</p>",
14554        "TrafficMirrorTarget$Description": "<p>Information about the Traffic Mirror target.</p>",
14555        "TrafficMirrorTarget$OwnerId": "<p>The ID of the account that owns the Traffic Mirror target.</p>",
14556        "TransitGateway$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
14557        "TransitGateway$TransitGatewayArn": "<p>The Amazon Resource Name (ARN) of the transit gateway.</p>",
14558        "TransitGateway$OwnerId": "<p>The ID of the AWS account ID that owns the transit gateway.</p>",
14559        "TransitGateway$Description": "<p>The description of the transit gateway.</p>",
14560        "TransitGatewayAssociation$ResourceId": "<p>The ID of the resource.</p>",
14561        "TransitGatewayAttachment$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
14562        "TransitGatewayAttachment$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
14563        "TransitGatewayAttachment$TransitGatewayOwnerId": "<p>The ID of the AWS account that owns the transit gateway.</p>",
14564        "TransitGatewayAttachment$ResourceOwnerId": "<p>The ID of the AWS account that owns the resource.</p>",
14565        "TransitGatewayAttachment$ResourceId": "<p>The ID of the resource.</p>",
14566        "TransitGatewayAttachmentAssociation$TransitGatewayRouteTableId": "<p>The ID of the route table for the transit gateway.</p>",
14567        "TransitGatewayAttachmentBgpConfiguration$TransitGatewayAddress": "<p>The interior BGP peer IP address for the transit gateway.</p>",
14568        "TransitGatewayAttachmentBgpConfiguration$PeerAddress": "<p>The interior BGP peer IP address for the appliance.</p>",
14569        "TransitGatewayAttachmentPropagation$TransitGatewayRouteTableId": "<p>The ID of the propagation route table.</p>",
14570        "TransitGatewayCidrBlockStringList$member": null,
14571        "TransitGatewayConnectPeerConfiguration$TransitGatewayAddress": "<p>The Connect peer IP address on the transit gateway side of the tunnel.</p>",
14572        "TransitGatewayConnectPeerConfiguration$PeerAddress": "<p>The Connect peer IP address on the appliance side of the tunnel.</p>",
14573        "TransitGatewayMulticastDeregisteredGroupMembers$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
14574        "TransitGatewayMulticastDeregisteredGroupMembers$GroupIpAddress": "<p>The IP address assigned to the transit gateway multicast group.</p>",
14575        "TransitGatewayMulticastDeregisteredGroupSources$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
14576        "TransitGatewayMulticastDeregisteredGroupSources$GroupIpAddress": "<p>The IP address assigned to the transit gateway multicast group.</p>",
14577        "TransitGatewayMulticastDomain$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
14578        "TransitGatewayMulticastDomain$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
14579        "TransitGatewayMulticastDomain$TransitGatewayMulticastDomainArn": "<p>The Amazon Resource Name (ARN) of the transit gateway multicast domain.</p>",
14580        "TransitGatewayMulticastDomain$OwnerId": "<p> The ID of the AWS account that owns the transit gateway multiicast domain.</p>",
14581        "TransitGatewayMulticastDomainAssociation$TransitGatewayAttachmentId": "<p>The ID of the transit gateway attachment.</p>",
14582        "TransitGatewayMulticastDomainAssociation$ResourceId": "<p>The ID of the resource.</p>",
14583        "TransitGatewayMulticastDomainAssociation$ResourceOwnerId": "<p> The ID of the AWS account that owns the transit gateway multicast domain association resource.</p>",
14584        "TransitGatewayMulticastDomainAssociations$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
14585        "TransitGatewayMulticastDomainAssociations$TransitGatewayAttachmentId": "<p>The ID of the transit gateway attachment.</p>",
14586        "TransitGatewayMulticastDomainAssociations$ResourceId": "<p>The ID of the resource.</p>",
14587        "TransitGatewayMulticastDomainAssociations$ResourceOwnerId": "<p> The ID of the AWS account that owns the resource.</p>",
14588        "TransitGatewayMulticastGroup$GroupIpAddress": "<p>The IP address assigned to the transit gateway multicast group.</p>",
14589        "TransitGatewayMulticastGroup$TransitGatewayAttachmentId": "<p>The ID of the transit gateway attachment.</p>",
14590        "TransitGatewayMulticastGroup$SubnetId": "<p>The ID of the subnet.</p>",
14591        "TransitGatewayMulticastGroup$ResourceId": "<p>The ID of the resource.</p>",
14592        "TransitGatewayMulticastGroup$ResourceOwnerId": "<p> The ID of the AWS account that owns the transit gateway multicast domain group resource.</p>",
14593        "TransitGatewayMulticastGroup$NetworkInterfaceId": "<p>The ID of the transit gateway attachment.</p>",
14594        "TransitGatewayMulticastRegisteredGroupMembers$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
14595        "TransitGatewayMulticastRegisteredGroupMembers$GroupIpAddress": "<p>The IP address assigned to the transit gateway multicast group.</p>",
14596        "TransitGatewayMulticastRegisteredGroupSources$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
14597        "TransitGatewayMulticastRegisteredGroupSources$GroupIpAddress": "<p>The IP address assigned to the transit gateway multicast group.</p>",
14598        "TransitGatewayOptions$AssociationDefaultRouteTableId": "<p>The ID of the default association route table.</p>",
14599        "TransitGatewayOptions$PropagationDefaultRouteTableId": "<p>The ID of the default propagation route table.</p>",
14600        "TransitGatewayPeeringAttachment$TransitGatewayAttachmentId": "<p>The ID of the transit gateway peering attachment.</p>",
14601        "TransitGatewayPrefixListAttachment$ResourceId": "<p>The ID of the resource.</p>",
14602        "TransitGatewayPrefixListReference$PrefixListOwnerId": "<p>The ID of the prefix list owner.</p>",
14603        "TransitGatewayPropagation$ResourceId": "<p>The ID of the resource.</p>",
14604        "TransitGatewayPropagation$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
14605        "TransitGatewayRoute$DestinationCidrBlock": "<p>The CIDR block used for destination matches.</p>",
14606        "TransitGatewayRouteAttachment$ResourceId": "<p>The ID of the resource.</p>",
14607        "TransitGatewayRouteAttachment$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
14608        "TransitGatewayRouteTable$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
14609        "TransitGatewayRouteTable$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
14610        "TransitGatewayRouteTableAssociation$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
14611        "TransitGatewayRouteTableAssociation$ResourceId": "<p>The ID of the resource.</p>",
14612        "TransitGatewayRouteTablePropagation$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
14613        "TransitGatewayRouteTablePropagation$ResourceId": "<p>The ID of the resource.</p>",
14614        "TransitGatewayVpcAttachment$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
14615        "TransitGatewayVpcAttachment$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
14616        "TransitGatewayVpcAttachment$VpcId": "<p>The ID of the VPC.</p>",
14617        "TransitGatewayVpcAttachment$VpcOwnerId": "<p>The ID of the AWS account that owns the VPC.</p>",
14618        "TunnelOption$OutsideIpAddress": "<p>The external IP address of the VPN tunnel.</p>",
14619        "TunnelOption$TunnelInsideCidr": "<p>The range of inside IPv4 addresses for the tunnel.</p>",
14620        "TunnelOption$TunnelInsideIpv6Cidr": "<p>The range of inside IPv6 addresses for the tunnel.</p>",
14621        "TunnelOption$PreSharedKey": "<p>The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.</p>",
14622        "TunnelOption$DpdTimeoutAction": "<p>The action to take after a DPD timeout occurs.</p>",
14623        "TunnelOption$StartupAction": "<p>The action to take when the establishing the VPN tunnels for a VPN connection.</p>",
14624        "UnassignIpv6AddressesResult$NetworkInterfaceId": "<p>The ID of the network interface.</p>",
14625        "UnsuccessfulInstanceCreditSpecificationItem$InstanceId": "<p>The ID of the instance.</p>",
14626        "UnsuccessfulInstanceCreditSpecificationItemError$Message": "<p>The applicable error message.</p>",
14627        "UnsuccessfulItem$ResourceId": "<p>The ID of the resource.</p>",
14628        "UnsuccessfulItemError$Code": "<p>The error code.</p>",
14629        "UnsuccessfulItemError$Message": "<p>The error message accompanying the error code.</p>",
14630        "UserBucket$S3Bucket": "<p>The name of the Amazon S3 bucket where the disk image is located.</p>",
14631        "UserBucket$S3Key": "<p>The file name of the disk image.</p>",
14632        "UserBucketDetails$S3Bucket": "<p>The Amazon S3 bucket from which the disk image was created.</p>",
14633        "UserBucketDetails$S3Key": "<p>The file name of the disk image.</p>",
14634        "UserData$Data": "<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>",
14635        "UserGroupStringList$member": null,
14636        "UserIdGroupPair$Description": "<p>A description for the security group rule that references this user ID group pair.</p> <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*</p>",
14637        "UserIdGroupPair$GroupId": "<p>The ID of the security group.</p>",
14638        "UserIdGroupPair$GroupName": "<p>The name of the security group. In a request, use this parameter for a security group in EC2-Classic or a default VPC only. For a security group in a nondefault VPC, use the security group ID. </p> <p>For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.</p>",
14639        "UserIdGroupPair$PeeringStatus": "<p>The status of a VPC peering connection, if applicable.</p>",
14640        "UserIdGroupPair$UserId": "<p>The ID of an AWS account.</p> <p>For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.</p> <p>[EC2-Classic] Required when adding or removing rules that reference a security group in another AWS account.</p>",
14641        "UserIdGroupPair$VpcId": "<p>The ID of the VPC for the referenced security group, if applicable.</p>",
14642        "UserIdGroupPair$VpcPeeringConnectionId": "<p>The ID of the VPC peering connection, if applicable.</p>",
14643        "UserIdStringList$member": null,
14644        "ValidationError$Code": "<p>The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html\">Error Codes</a>.</p>",
14645        "ValidationError$Message": "<p>The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html\">Error Codes</a>.</p>",
14646        "ValueStringList$member": null,
14647        "VersionStringList$member": null,
14648        "VgwTelemetry$OutsideIpAddress": "<p>The Internet-routable IP address of the virtual private gateway's outside interface.</p>",
14649        "VgwTelemetry$StatusMessage": "<p>If an error occurs, a description of the error.</p>",
14650        "VgwTelemetry$CertificateArn": "<p>The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.</p>",
14651        "Volume$AvailabilityZone": "<p>The Availability Zone for the volume.</p>",
14652        "Volume$KmsKeyId": "<p>The Amazon Resource Name (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>",
14653        "Volume$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
14654        "Volume$SnapshotId": "<p>The snapshot from which the volume was created, if applicable.</p>",
14655        "Volume$VolumeId": "<p>The ID of the volume.</p>",
14656        "VolumeAttachment$Device": "<p>The device name.</p>",
14657        "VolumeAttachment$InstanceId": "<p>The ID of the instance.</p>",
14658        "VolumeAttachment$VolumeId": "<p>The ID of the volume.</p>",
14659        "VolumeModification$VolumeId": "<p>The ID of the volume.</p>",
14660        "VolumeModification$StatusMessage": "<p>A status message about the modification progress or failure.</p>",
14661        "VolumeStatusAction$Code": "<p>The code identifying the operation, for example, <code>enable-volume-io</code>.</p>",
14662        "VolumeStatusAction$Description": "<p>A description of the operation.</p>",
14663        "VolumeStatusAction$EventId": "<p>The ID of the event associated with this operation.</p>",
14664        "VolumeStatusAction$EventType": "<p>The event type associated with this operation.</p>",
14665        "VolumeStatusAttachmentStatus$IoPerformance": "<p>The maximum IOPS supported by the attached instance.</p>",
14666        "VolumeStatusAttachmentStatus$InstanceId": "<p>The ID of the attached instance.</p>",
14667        "VolumeStatusDetails$Status": "<p>The intended status of the volume status.</p>",
14668        "VolumeStatusEvent$Description": "<p>A description of the event.</p>",
14669        "VolumeStatusEvent$EventId": "<p>The ID of this event.</p>",
14670        "VolumeStatusEvent$EventType": "<p>The type of this event.</p>",
14671        "VolumeStatusEvent$InstanceId": "<p>The ID of the instance associated with the event.</p>",
14672        "VolumeStatusItem$AvailabilityZone": "<p>The Availability Zone of the volume.</p>",
14673        "VolumeStatusItem$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
14674        "VolumeStatusItem$VolumeId": "<p>The volume ID.</p>",
14675        "Vpc$CidrBlock": "<p>The primary IPv4 CIDR block for the VPC.</p>",
14676        "Vpc$DhcpOptionsId": "<p>The ID of the set of DHCP options you've associated with the VPC.</p>",
14677        "Vpc$VpcId": "<p>The ID of the VPC.</p>",
14678        "Vpc$OwnerId": "<p>The ID of the AWS account that owns the VPC.</p>",
14679        "VpcAttachment$VpcId": "<p>The ID of the VPC.</p>",
14680        "VpcCidrBlockAssociation$AssociationId": "<p>The association ID for the IPv4 CIDR block.</p>",
14681        "VpcCidrBlockAssociation$CidrBlock": "<p>The IPv4 CIDR block.</p>",
14682        "VpcCidrBlockState$StatusMessage": "<p>A message about the status of the CIDR block, if applicable.</p>",
14683        "VpcClassicLink$VpcId": "<p>The ID of the VPC.</p>",
14684        "VpcEndpoint$VpcEndpointId": "<p>The ID of the VPC endpoint.</p>",
14685        "VpcEndpoint$VpcId": "<p>The ID of the VPC to which the endpoint is associated.</p>",
14686        "VpcEndpoint$ServiceName": "<p>The name of the service to which the endpoint is associated.</p>",
14687        "VpcEndpoint$PolicyDocument": "<p>The policy document associated with the endpoint, if applicable.</p>",
14688        "VpcEndpoint$OwnerId": "<p>The ID of the AWS account that owns the VPC endpoint.</p>",
14689        "VpcEndpointConnection$ServiceId": "<p>The ID of the service to which the endpoint is connected.</p>",
14690        "VpcEndpointConnection$VpcEndpointId": "<p>The ID of the VPC endpoint.</p>",
14691        "VpcEndpointConnection$VpcEndpointOwner": "<p>The AWS account ID of the owner of the VPC endpoint.</p>",
14692        "VpcIpv6CidrBlockAssociation$AssociationId": "<p>The association ID for the IPv6 CIDR block.</p>",
14693        "VpcIpv6CidrBlockAssociation$Ipv6CidrBlock": "<p>The IPv6 CIDR block.</p>",
14694        "VpcIpv6CidrBlockAssociation$NetworkBorderGroup": "<p>The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses, for example, <code>us-east-1-wl1-bos-wlz-1</code>.</p>",
14695        "VpcIpv6CidrBlockAssociation$Ipv6Pool": "<p>The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.</p>",
14696        "VpcPeeringConnection$VpcPeeringConnectionId": "<p>The ID of the VPC peering connection.</p>",
14697        "VpcPeeringConnectionStateReason$Message": "<p>A message that provides more information about the status, if applicable.</p>",
14698        "VpcPeeringConnectionVpcInfo$CidrBlock": "<p>The IPv4 CIDR block for the VPC.</p>",
14699        "VpcPeeringConnectionVpcInfo$OwnerId": "<p>The AWS account ID of the VPC owner.</p>",
14700        "VpcPeeringConnectionVpcInfo$VpcId": "<p>The ID of the VPC.</p>",
14701        "VpcPeeringConnectionVpcInfo$Region": "<p>The Region in which the VPC is located.</p>",
14702        "VpnConnection$CustomerGatewayConfiguration": "<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>",
14703        "VpnConnection$CustomerGatewayId": "<p>The ID of the customer gateway at your end of the VPN connection.</p>",
14704        "VpnConnection$Category": "<p>The category of the VPN connection. A value of <code>VPN</code> indicates an AWS VPN connection. A value of <code>VPN-Classic</code> indicates an AWS Classic VPN connection.</p>",
14705        "VpnConnection$VpnConnectionId": "<p>The ID of the VPN connection.</p>",
14706        "VpnConnection$VpnGatewayId": "<p>The ID of the virtual private gateway at the AWS side of the VPN connection.</p>",
14707        "VpnConnection$TransitGatewayId": "<p>The ID of the transit gateway associated with the VPN connection.</p>",
14708        "VpnConnectionOptions$LocalIpv4NetworkCidr": "<p>The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>",
14709        "VpnConnectionOptions$RemoteIpv4NetworkCidr": "<p>The IPv4 CIDR on the AWS side of the VPN connection.</p>",
14710        "VpnConnectionOptions$LocalIpv6NetworkCidr": "<p>The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>",
14711        "VpnConnectionOptions$RemoteIpv6NetworkCidr": "<p>The IPv6 CIDR on the AWS side of the VPN connection.</p>",
14712        "VpnConnectionOptionsSpecification$LocalIpv4NetworkCidr": "<p>The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.</p> <p>Default: <code>0.0.0.0/0</code> </p>",
14713        "VpnConnectionOptionsSpecification$RemoteIpv4NetworkCidr": "<p>The IPv4 CIDR on the AWS side of the VPN connection.</p> <p>Default: <code>0.0.0.0/0</code> </p>",
14714        "VpnConnectionOptionsSpecification$LocalIpv6NetworkCidr": "<p>The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.</p> <p>Default: <code>::/0</code> </p>",
14715        "VpnConnectionOptionsSpecification$RemoteIpv6NetworkCidr": "<p>The IPv6 CIDR on the AWS side of the VPN connection.</p> <p>Default: <code>::/0</code> </p>",
14716        "VpnGateway$AvailabilityZone": "<p>The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.</p>",
14717        "VpnGateway$VpnGatewayId": "<p>The ID of the virtual private gateway.</p>",
14718        "VpnStaticRoute$DestinationCidrBlock": "<p>The CIDR block associated with the local subnet of the customer data center.</p>",
14719        "VpnTunnelOptionsSpecification$TunnelInsideCidr": "<p>The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway. </p> <p>Constraints: A size /30 CIDR block from the <code>169.254.0.0/16</code> range. The following CIDR blocks are reserved and cannot be used:</p> <ul> <li> <p> <code>169.254.0.0/30</code> </p> </li> <li> <p> <code>169.254.1.0/30</code> </p> </li> <li> <p> <code>169.254.2.0/30</code> </p> </li> <li> <p> <code>169.254.3.0/30</code> </p> </li> <li> <p> <code>169.254.4.0/30</code> </p> </li> <li> <p> <code>169.254.5.0/30</code> </p> </li> <li> <p> <code>169.254.169.252/30</code> </p> </li> </ul>",
14720        "VpnTunnelOptionsSpecification$TunnelInsideIpv6Cidr": "<p>The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same transit gateway.</p> <p>Constraints: A size /126 CIDR block from the local <code>fd00::/8</code> range.</p>",
14721        "VpnTunnelOptionsSpecification$PreSharedKey": "<p>The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.</p> <p>Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).</p>",
14722        "VpnTunnelOptionsSpecification$DPDTimeoutAction": "<p>The action to take after DPD timeout occurs. Specify <code>restart</code> to restart the IKE initiation. Specify <code>clear</code> to end the IKE session.</p> <p>Valid Values: <code>clear</code> | <code>none</code> | <code>restart</code> </p> <p>Default: <code>clear</code> </p>",
14723        "VpnTunnelOptionsSpecification$StartupAction": "<p>The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify <code>start</code> for AWS to initiate the IKE negotiation.</p> <p>Valid Values: <code>add</code> | <code>start</code> </p> <p>Default: <code>add</code> </p>",
14724        "WithdrawByoipCidrRequest$Cidr": "<p>The address range, in CIDR notation.</p>",
14725        "ZoneIdStringList$member": null,
14726        "ZoneNameStringList$member": null
14727      }
14728    },
14729    "StringList": {
14730      "base": null,
14731      "refs": {
14732        "Explanation$Protocols": "<p>The protocols.</p>"
14733      }
14734    },
14735    "Subnet": {
14736      "base": "<p>Describes a subnet.</p>",
14737      "refs": {
14738        "CreateDefaultSubnetResult$Subnet": "<p>Information about the subnet.</p>",
14739        "CreateSubnetResult$Subnet": "<p>Information about the subnet.</p>",
14740        "SubnetList$member": null
14741      }
14742    },
14743    "SubnetAssociation": {
14744      "base": "<p>Describes the subnet association with the transit gateway multicast domain.</p>",
14745      "refs": {
14746        "SubnetAssociationList$member": null,
14747        "TransitGatewayMulticastDomainAssociation$Subnet": "<p>The subnet associated with the transit gateway multicast domain.</p>"
14748      }
14749    },
14750    "SubnetAssociationList": {
14751      "base": null,
14752      "refs": {
14753        "TransitGatewayMulticastDomainAssociations$Subnets": "<p>The subnets associated with the multicast domain.</p>"
14754      }
14755    },
14756    "SubnetCidrAssociationId": {
14757      "base": null,
14758      "refs": {
14759        "DisassociateSubnetCidrBlockRequest$AssociationId": "<p>The association ID for the CIDR block.</p>"
14760      }
14761    },
14762    "SubnetCidrBlockState": {
14763      "base": "<p>Describes the state of a CIDR block.</p>",
14764      "refs": {
14765        "SubnetIpv6CidrBlockAssociation$Ipv6CidrBlockState": "<p>Information about the state of the CIDR block.</p>"
14766      }
14767    },
14768    "SubnetCidrBlockStateCode": {
14769      "base": null,
14770      "refs": {
14771        "SubnetCidrBlockState$State": "<p>The state of a CIDR block.</p>"
14772      }
14773    },
14774    "SubnetId": {
14775      "base": null,
14776      "refs": {
14777        "AssociateClientVpnTargetNetworkRequest$SubnetId": "<p>The ID of the subnet to associate with the Client VPN endpoint.</p>",
14778        "AssociateRouteTableRequest$SubnetId": "<p>The ID of the subnet.</p>",
14779        "AssociateSubnetCidrBlockRequest$SubnetId": "<p>The ID of your subnet.</p>",
14780        "CreateClientVpnRouteRequest$TargetVpcSubnetId": "<p>The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.</p> <p>Alternatively, if you're adding a route for the local network, specify <code>local</code>.</p>",
14781        "CreateNatGatewayRequest$SubnetId": "<p>The subnet in which to create the NAT gateway.</p>",
14782        "CreateNetworkInterfaceRequest$SubnetId": "<p>The ID of the subnet to associate with the network interface.</p>",
14783        "DeleteClientVpnRouteRequest$TargetVpcSubnetId": "<p>The ID of the target subnet used by the route.</p>",
14784        "DeleteSubnetRequest$SubnetId": "<p>The ID of the subnet.</p>",
14785        "FleetLaunchTemplateOverridesRequest$SubnetId": "<p>The IDs of the subnets in which to launch the instances. Separate multiple subnet IDs using commas (for example, <code>subnet-1234abcdeexample1, subnet-0987cdef6example2</code>). A request of type <code>instant</code> can have only one subnet ID.</p>",
14786        "ImportInstanceLaunchSpecification$SubnetId": "<p>[EC2-VPC] The ID of the subnet in which to launch the instance.</p>",
14787        "LaunchTemplateInstanceNetworkInterfaceSpecification$SubnetId": "<p>The ID of the subnet for the network interface.</p>",
14788        "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$SubnetId": "<p>The ID of the subnet for the network interface.</p>",
14789        "ModifySubnetAttributeRequest$SubnetId": "<p>The ID of the subnet.</p>",
14790        "RequestSpotLaunchSpecification$SubnetId": "<p>The IDs of the subnets in which to launch the instance. To specify multiple subnets, separate them using commas; for example, \"subnet-1234abcdeexample1, subnet-0987cdef6example2\".</p>",
14791        "RunInstancesRequest$SubnetId": "<p>[EC2-VPC] The ID of the subnet to launch the instance into.</p> <p>If you specify a network interface, you must specify any subnets as part of the network interface.</p>",
14792        "ScheduledInstancesLaunchSpecification$SubnetId": "<p>The ID of the subnet in which to launch the instances.</p>",
14793        "ScheduledInstancesNetworkInterface$SubnetId": "<p>The ID of the subnet.</p>",
14794        "SubnetIdStringList$member": null,
14795        "TransitGatewaySubnetIdList$member": null,
14796        "VpcEndpointSubnetIdList$member": null
14797      }
14798    },
14799    "SubnetIdStringList": {
14800      "base": null,
14801      "refs": {
14802        "DescribeSubnetsRequest$SubnetIds": "<p>One or more subnet IDs.</p> <p>Default: Describes all your subnets.</p>"
14803      }
14804    },
14805    "SubnetIpv6CidrBlockAssociation": {
14806      "base": "<p>Describes an IPv6 CIDR block associated with a subnet.</p>",
14807      "refs": {
14808        "AssociateSubnetCidrBlockResult$Ipv6CidrBlockAssociation": "<p>Information about the IPv6 CIDR block association.</p>",
14809        "DisassociateSubnetCidrBlockResult$Ipv6CidrBlockAssociation": "<p>Information about the IPv6 CIDR block association.</p>",
14810        "SubnetIpv6CidrBlockAssociationSet$member": null
14811      }
14812    },
14813    "SubnetIpv6CidrBlockAssociationSet": {
14814      "base": null,
14815      "refs": {
14816        "Subnet$Ipv6CidrBlockAssociationSet": "<p>Information about the IPv6 CIDR blocks associated with the subnet.</p>"
14817      }
14818    },
14819    "SubnetList": {
14820      "base": null,
14821      "refs": {
14822        "DescribeSubnetsResult$Subnets": "<p>Information about one or more subnets.</p>"
14823      }
14824    },
14825    "SubnetState": {
14826      "base": null,
14827      "refs": {
14828        "Subnet$State": "<p>The current state of the subnet.</p>"
14829      }
14830    },
14831    "SuccessfulInstanceCreditSpecificationItem": {
14832      "base": "<p>Describes the burstable performance instance whose credit option for CPU usage was successfully modified.</p>",
14833      "refs": {
14834        "SuccessfulInstanceCreditSpecificationSet$member": null
14835      }
14836    },
14837    "SuccessfulInstanceCreditSpecificationSet": {
14838      "base": null,
14839      "refs": {
14840        "ModifyInstanceCreditSpecificationResult$SuccessfulInstanceCreditSpecifications": "<p>Information about the instances whose credit option for CPU usage was successfully modified.</p>"
14841      }
14842    },
14843    "SuccessfulQueuedPurchaseDeletion": {
14844      "base": "<p>Describes a Reserved Instance whose queued purchase was successfully deleted.</p>",
14845      "refs": {
14846        "SuccessfulQueuedPurchaseDeletionSet$member": null
14847      }
14848    },
14849    "SuccessfulQueuedPurchaseDeletionSet": {
14850      "base": null,
14851      "refs": {
14852        "DeleteQueuedReservedInstancesResult$SuccessfulQueuedPurchaseDeletions": "<p>Information about the queued purchases that were successfully deleted.</p>"
14853      }
14854    },
14855    "SummaryStatus": {
14856      "base": null,
14857      "refs": {
14858        "InstanceStatusSummary$Status": "<p>The status.</p>"
14859      }
14860    },
14861    "Tag": {
14862      "base": "<p>Describes a tag.</p>",
14863      "refs": {
14864        "TagList$member": null
14865      }
14866    },
14867    "TagDescription": {
14868      "base": "<p>Describes a tag.</p>",
14869      "refs": {
14870        "TagDescriptionList$member": null
14871      }
14872    },
14873    "TagDescriptionList": {
14874      "base": null,
14875      "refs": {
14876        "DescribeTagsResult$Tags": "<p>The tags.</p>"
14877      }
14878    },
14879    "TagList": {
14880      "base": null,
14881      "refs": {
14882        "Address$Tags": "<p>Any tags assigned to the Elastic IP address.</p>",
14883        "CapacityReservation$Tags": "<p>Any tags assigned to the Capacity Reservation.</p>",
14884        "CarrierGateway$Tags": "<p>The tags assigned to the carrier gateway.</p>",
14885        "ClassicLinkInstance$Tags": "<p>Any tags assigned to the instance.</p>",
14886        "ClientVpnEndpoint$Tags": "<p>Any tags assigned to the Client VPN endpoint.</p>",
14887        "CoipPool$Tags": "<p>The tags.</p>",
14888        "ConversionTask$Tags": "<p>Any tags assigned to the task.</p>",
14889        "CopySnapshotResult$Tags": "<p>Any tags applied to the new snapshot.</p>",
14890        "CreateSecurityGroupResult$Tags": "<p>The tags assigned to the security group.</p>",
14891        "CreateTagsRequest$Tags": "<p>The 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>",
14892        "CustomerGateway$Tags": "<p>Any tags assigned to the customer gateway.</p>",
14893        "DeleteTagsRequest$Tags": "<p>The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.</p> <p>If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete AWS-generated tags (tags that have the <code>aws:</code> prefix).</p>",
14894        "DhcpOptions$Tags": "<p>Any tags assigned to the DHCP options set.</p>",
14895        "EgressOnlyInternetGateway$Tags": "<p>The tags assigned to the egress-only internet gateway.</p>",
14896        "ElasticGpus$Tags": "<p>The tags assigned to the Elastic Graphics accelerator.</p>",
14897        "ExportImageResult$Tags": "<p>Any tags assigned to the image being exported.</p>",
14898        "ExportImageTask$Tags": "<p>Any tags assigned to the image being exported.</p>",
14899        "ExportTask$Tags": "<p>The tags for the export task.</p>",
14900        "FleetData$Tags": "<p>The tags for an EC2 Fleet resource.</p>",
14901        "FlowLog$Tags": "<p>The tags for the flow log.</p>",
14902        "FpgaImage$Tags": "<p>Any tags assigned to the AFI.</p>",
14903        "Host$Tags": "<p>Any tags assigned to the Dedicated Host.</p>",
14904        "HostReservation$Tags": "<p>Any tags assigned to the Dedicated Host Reservation.</p>",
14905        "Image$Tags": "<p>Any tags assigned to the image.</p>",
14906        "ImportImageResult$Tags": "<p>Any tags assigned to the image being imported.</p>",
14907        "ImportImageTask$Tags": "<p>The tags for the import image task.</p>",
14908        "ImportKeyPairResult$Tags": "<p>The tags applied to the imported key pair.</p>",
14909        "ImportSnapshotResult$Tags": "<p>Any tags assigned to the snapshot being imported.</p>",
14910        "ImportSnapshotTask$Tags": "<p>The tags for the import snapshot task.</p>",
14911        "Instance$Tags": "<p>Any tags assigned to the instance.</p>",
14912        "InternetGateway$Tags": "<p>Any tags assigned to the internet gateway.</p>",
14913        "Ipv6Pool$Tags": "<p>Any tags for the address pool.</p>",
14914        "KeyPair$Tags": "<p>Any tags applied to the key pair.</p>",
14915        "KeyPairInfo$Tags": "<p>Any tags applied to the key pair.</p>",
14916        "LaunchTemplate$Tags": "<p>The tags for the launch template.</p>",
14917        "LaunchTemplateTagSpecification$Tags": "<p>The tags for the resource.</p>",
14918        "LaunchTemplateTagSpecificationRequest$Tags": "<p>The tags to apply to the resource.</p>",
14919        "LocalGateway$Tags": "<p>The tags assigned to the local gateway.</p>",
14920        "LocalGatewayRouteTable$Tags": "<p>The tags assigned to the local gateway route table.</p>",
14921        "LocalGatewayRouteTableVirtualInterfaceGroupAssociation$Tags": "<p>The tags assigned to the association.</p>",
14922        "LocalGatewayRouteTableVpcAssociation$Tags": "<p>The tags assigned to the association.</p>",
14923        "LocalGatewayVirtualInterface$Tags": "<p>The tags assigned to the virtual interface.</p>",
14924        "LocalGatewayVirtualInterfaceGroup$Tags": "<p>The tags assigned to the virtual interface group.</p>",
14925        "ManagedPrefixList$Tags": "<p>The tags for the prefix list.</p>",
14926        "NatGateway$Tags": "<p>The tags for the NAT gateway.</p>",
14927        "NetworkAcl$Tags": "<p>Any tags assigned to the network ACL.</p>",
14928        "NetworkInsightsAnalysis$Tags": "<p>The tags.</p>",
14929        "NetworkInsightsPath$Tags": "<p>The tags associated with the path.</p>",
14930        "NetworkInterface$TagSet": "<p>Any tags assigned to the network interface.</p>",
14931        "PlacementGroup$Tags": "<p>Any tags applied to the placement group.</p>",
14932        "PublicIpv4Pool$Tags": "<p>Any tags for the address pool.</p>",
14933        "ReservedInstances$Tags": "<p>Any tags assigned to the resource.</p>",
14934        "ReservedInstancesListing$Tags": "<p>Any tags assigned to the resource.</p>",
14935        "RouteTable$Tags": "<p>Any tags assigned to the route table.</p>",
14936        "SecurityGroup$Tags": "<p>Any tags assigned to the security group.</p>",
14937        "ServiceConfiguration$Tags": "<p>Any tags assigned to the service.</p>",
14938        "ServiceDetail$Tags": "<p>Any tags assigned to the service.</p>",
14939        "Snapshot$Tags": "<p>Any tags assigned to the snapshot.</p>",
14940        "SnapshotInfo$Tags": "<p>Tags associated with this snapshot.</p>",
14941        "SpotFleetRequestConfig$Tags": "<p>The tags for a Spot Fleet resource.</p>",
14942        "SpotFleetTagSpecification$Tags": "<p>The tags.</p>",
14943        "SpotInstanceRequest$Tags": "<p>Any tags assigned to the resource.</p>",
14944        "Subnet$Tags": "<p>Any tags assigned to the subnet.</p>",
14945        "TagSpecification$Tags": "<p>The tags to apply to the resource.</p>",
14946        "TrafficMirrorFilter$Tags": "<p>The tags assigned to the Traffic Mirror filter.</p>",
14947        "TrafficMirrorSession$Tags": "<p>The tags assigned to the Traffic Mirror session.</p>",
14948        "TrafficMirrorTarget$Tags": "<p>The tags assigned to the Traffic Mirror target.</p>",
14949        "TransitGateway$Tags": "<p>The tags for the transit gateway.</p>",
14950        "TransitGatewayAttachment$Tags": "<p>The tags for the attachment.</p>",
14951        "TransitGatewayConnect$Tags": "<p>The tags for the attachment.</p>",
14952        "TransitGatewayConnectPeer$Tags": "<p>The tags for the Connect peer.</p>",
14953        "TransitGatewayMulticastDomain$Tags": "<p>The tags for the transit gateway multicast domain.</p>",
14954        "TransitGatewayPeeringAttachment$Tags": "<p>The tags for the transit gateway peering attachment.</p>",
14955        "TransitGatewayRouteTable$Tags": "<p>Any tags assigned to the route table.</p>",
14956        "TransitGatewayVpcAttachment$Tags": "<p>The tags for the VPC attachment.</p>",
14957        "Volume$Tags": "<p>Any tags assigned to the volume.</p>",
14958        "Vpc$Tags": "<p>Any tags assigned to the VPC.</p>",
14959        "VpcClassicLink$Tags": "<p>Any tags assigned to the VPC.</p>",
14960        "VpcEndpoint$Tags": "<p>Any tags assigned to the VPC endpoint.</p>",
14961        "VpcPeeringConnection$Tags": "<p>Any tags assigned to the resource.</p>",
14962        "VpnConnection$Tags": "<p>Any tags assigned to the VPN connection.</p>",
14963        "VpnGateway$Tags": "<p>Any tags assigned to the virtual private gateway.</p>"
14964      }
14965    },
14966    "TagSpecification": {
14967      "base": "<p>The tags to apply to a resource when the resource is being created.</p>",
14968      "refs": {
14969        "TagSpecificationList$member": null
14970      }
14971    },
14972    "TagSpecificationList": {
14973      "base": null,
14974      "refs": {
14975        "AllocateAddressRequest$TagSpecifications": "<p>The tags to assign to the Elastic IP address.</p>",
14976        "AllocateHostsRequest$TagSpecifications": "<p>The tags to apply to the Dedicated Host during creation.</p>",
14977        "CopySnapshotRequest$TagSpecifications": "<p>The tags to apply to the new snapshot.</p>",
14978        "CreateCapacityReservationRequest$TagSpecifications": "<p>The tags to apply to the Capacity Reservation during launch.</p>",
14979        "CreateCarrierGatewayRequest$TagSpecifications": "<p>The tags to associate with the carrier gateway.</p>",
14980        "CreateClientVpnEndpointRequest$TagSpecifications": "<p>The tags to apply to the Client VPN endpoint during creation.</p>",
14981        "CreateCustomerGatewayRequest$TagSpecifications": "<p>The tags to apply to the customer gateway.</p>",
14982        "CreateDhcpOptionsRequest$TagSpecifications": "<p>The tags to assign to the DHCP option.</p>",
14983        "CreateEgressOnlyInternetGatewayRequest$TagSpecifications": "<p>The tags to assign to the egress-only internet gateway.</p>",
14984        "CreateFleetRequest$TagSpecifications": "<p>The key-value pair for tagging the EC2 Fleet request on creation. The value for <code>ResourceType</code> must be <code>fleet</code>, otherwise the fleet request fails. To tag instances at launch, specify the tags in the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template\">launch template</a>. For information about tagging after launch, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources\">Tagging your resources</a>.</p>",
14985        "CreateFlowLogsRequest$TagSpecifications": "<p>The tags to apply to the flow logs.</p>",
14986        "CreateFpgaImageRequest$TagSpecifications": "<p>The tags to apply to the FPGA image during creation.</p>",
14987        "CreateImageRequest$TagSpecifications": "<p>The tags to apply to the AMI and snapshots on creation. You can tag the AMI, the snapshots, or both.</p> <ul> <li> <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>.</p> </li> <li> <p>To tag the snapshots that are created of the root volume and of other EBS volumes that are attached to the instance, the value for <code>ResourceType</code> must be <code>snapshot</code>. The same tag is applied to all of the snapshots that are created.</p> </li> </ul> <p>If you specify other values for <code>ResourceType</code>, the request fails.</p> <p>To tag an AMI or snapshot after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>. </p>",
14988        "CreateInstanceExportTaskRequest$TagSpecifications": "<p>The tags to apply to the instance export task during creation.</p>",
14989        "CreateInternetGatewayRequest$TagSpecifications": "<p>The tags to assign to the internet gateway.</p>",
14990        "CreateKeyPairRequest$TagSpecifications": "<p>The tags to apply to the new key pair.</p>",
14991        "CreateLaunchTemplateRequest$TagSpecifications": "<p>The tags to apply to the launch template during creation.</p>",
14992        "CreateLocalGatewayRouteTableVpcAssociationRequest$TagSpecifications": "<p>The tags to assign to the local gateway route table VPC association.</p>",
14993        "CreateManagedPrefixListRequest$TagSpecifications": "<p>The tags to apply to the prefix list during creation.</p>",
14994        "CreateNatGatewayRequest$TagSpecifications": "<p>The tags to assign to the NAT gateway.</p>",
14995        "CreateNetworkAclRequest$TagSpecifications": "<p>The tags to assign to the network ACL.</p>",
14996        "CreateNetworkInsightsPathRequest$TagSpecifications": "<p>The tags to add to the path.</p>",
14997        "CreateNetworkInterfaceRequest$TagSpecifications": "<p>The tags to apply to the new network interface.</p>",
14998        "CreatePlacementGroupRequest$TagSpecifications": "<p>The tags to apply to the new placement group.</p>",
14999        "CreateRouteTableRequest$TagSpecifications": "<p>The tags to assign to the route table.</p>",
15000        "CreateSecurityGroupRequest$TagSpecifications": "<p>The tags to assign to the security group.</p>",
15001        "CreateSnapshotRequest$TagSpecifications": "<p>The tags to apply to the snapshot during creation.</p>",
15002        "CreateSnapshotsRequest$TagSpecifications": "<p>Tags to apply to every snapshot specified by the instance.</p>",
15003        "CreateSubnetRequest$TagSpecifications": "<p>The tags to assign to the subnet.</p>",
15004        "CreateTrafficMirrorFilterRequest$TagSpecifications": "<p>The tags to assign to a Traffic Mirror filter.</p>",
15005        "CreateTrafficMirrorSessionRequest$TagSpecifications": "<p>The tags to assign to a Traffic Mirror session.</p>",
15006        "CreateTrafficMirrorTargetRequest$TagSpecifications": "<p>The tags to assign to the Traffic Mirror target.</p>",
15007        "CreateTransitGatewayConnectPeerRequest$TagSpecifications": "<p>The tags to apply to the Connect peer.</p>",
15008        "CreateTransitGatewayConnectRequest$TagSpecifications": "<p>The tags to apply to the Connect attachment.</p>",
15009        "CreateTransitGatewayMulticastDomainRequest$TagSpecifications": "<p>The tags for the transit gateway multicast domain.</p>",
15010        "CreateTransitGatewayPeeringAttachmentRequest$TagSpecifications": "<p>The tags to apply to the transit gateway peering attachment.</p>",
15011        "CreateTransitGatewayRequest$TagSpecifications": "<p>The tags to apply to the transit gateway.</p>",
15012        "CreateTransitGatewayRouteTableRequest$TagSpecifications": "<p>The tags to apply to the transit gateway route table.</p>",
15013        "CreateTransitGatewayVpcAttachmentRequest$TagSpecifications": "<p>The tags to apply to the VPC attachment.</p>",
15014        "CreateVolumeRequest$TagSpecifications": "<p>The tags to apply to the volume during creation.</p>",
15015        "CreateVpcEndpointRequest$TagSpecifications": "<p>The tags to associate with the endpoint.</p>",
15016        "CreateVpcEndpointServiceConfigurationRequest$TagSpecifications": "<p>The tags to associate with the service.</p>",
15017        "CreateVpcPeeringConnectionRequest$TagSpecifications": "<p>The tags to assign to the peering connection.</p>",
15018        "CreateVpcRequest$TagSpecifications": "<p>The tags to assign to the VPC.</p>",
15019        "CreateVpnConnectionRequest$TagSpecifications": "<p>The tags to apply to the VPN connection.</p>",
15020        "CreateVpnGatewayRequest$TagSpecifications": "<p>The tags to apply to the virtual private gateway.</p>",
15021        "ExportImageRequest$TagSpecifications": "<p>The tags to apply to the image being exported.</p>",
15022        "ImportImageRequest$TagSpecifications": "<p>The tags to apply to the image being imported.</p>",
15023        "ImportKeyPairRequest$TagSpecifications": "<p>The tags to apply to the imported key pair.</p>",
15024        "ImportSnapshotRequest$TagSpecifications": "<p>The tags to apply to the snapshot being imported.</p>",
15025        "ProvisionByoipCidrRequest$PoolTagSpecifications": "<p>The tags to apply to the address pool.</p>",
15026        "PurchaseHostReservationRequest$TagSpecifications": "<p>The tags to apply to the Dedicated Host Reservation during purchase.</p>",
15027        "RequestSpotInstancesRequest$TagSpecifications": "<p>The key-value pair for tagging the Spot Instance request on creation. The value for <code>ResourceType</code> must be <code>spot-instances-request</code>, otherwise the Spot Instance request fails. To tag the Spot Instance request after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>. </p>",
15028        "RunInstancesRequest$TagSpecifications": "<p>The tags to apply to the resources during launch. You can only tag instances and volumes on launch. The specified tags are applied to all instances or volumes that are created during launch. To tag a resource after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>",
15029        "SpotFleetRequestConfigData$TagSpecifications": "<p>The key-value pair for tagging the Spot Fleet request on creation. The value for <code>ResourceType</code> must be <code>spot-fleet-request</code>, otherwise the Spot Fleet request fails. To tag instances at launch, specify the tags in the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template\">launch template</a> (valid only if you use <code>LaunchTemplateConfigs</code>) or in the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotFleetTagSpecification.html\"> <code>SpotFleetTagSpecification</code> </a> (valid only if you use <code>LaunchSpecifications</code>). For information about tagging after launch, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources\">Tagging Your Resources</a>.</p>",
15030        "StartNetworkInsightsAnalysisRequest$TagSpecifications": "<p>The tags to apply.</p>"
15031      }
15032    },
15033    "TaggableResourceId": {
15034      "base": null,
15035      "refs": {
15036        "ResourceIdList$member": null
15037      }
15038    },
15039    "TargetCapacitySpecification": {
15040      "base": "<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. If the request type is <code>maintain</code>, you can specify a target capacity of 0 and add capacity later.</p> <p>You can use the On-Demand Instance <code>MaxTotalPrice</code> parameter, the Spot Instance <code>MaxTotalPrice</code>, or both to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, EC2 Fleet will launch instances until it reaches the maximum amount that you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity. The <code>MaxTotalPrice</code> parameters are located in <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_OnDemandOptions.html\">OnDemandOptions</a> and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotOptions\">SpotOptions</a>.</p>",
15041      "refs": {
15042        "FleetData$TargetCapacitySpecification": "<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. If the request type is <code>maintain</code>, you can specify a target capacity of 0 and add capacity later.</p>"
15043      }
15044    },
15045    "TargetCapacitySpecificationRequest": {
15046      "base": "<p>The number of units to request. You can choose to set the target capacity as the number of instances. Or you can set the target capacity to a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is <code>maintain</code>, you can specify a target capacity of 0 and add capacity later.</p> <p>You can use the On-Demand Instance <code>MaxTotalPrice</code> parameter, the Spot Instance <code>MaxTotalPrice</code> parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, EC2 Fleet will launch instances until it reaches the maximum amount that you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity. The <code>MaxTotalPrice</code> parameters are located in <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_OnDemandOptionsRequest\">OnDemandOptionsRequest</a> and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotOptionsRequest\">SpotOptionsRequest</a>.</p>",
15047      "refs": {
15048        "CreateFleetRequest$TargetCapacitySpecification": "<p>The number of units to request.</p>",
15049        "ModifyFleetRequest$TargetCapacitySpecification": "<p>The size of the EC2 Fleet.</p>"
15050      }
15051    },
15052    "TargetConfiguration": {
15053      "base": "<p>Information about the Convertible Reserved Instance offering.</p>",
15054      "refs": {
15055        "TargetReservationValue$TargetConfiguration": "<p>The configuration of the Convertible Reserved Instances that make up the exchange.</p>"
15056      }
15057    },
15058    "TargetConfigurationRequest": {
15059      "base": "<p>Details about the target configuration.</p>",
15060      "refs": {
15061        "TargetConfigurationRequestSet$member": null
15062      }
15063    },
15064    "TargetConfigurationRequestSet": {
15065      "base": null,
15066      "refs": {
15067        "AcceptReservedInstancesExchangeQuoteRequest$TargetConfigurations": "<p>The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.</p>",
15068        "GetReservedInstancesExchangeQuoteRequest$TargetConfigurations": "<p>The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.</p>"
15069      }
15070    },
15071    "TargetGroup": {
15072      "base": "<p>Describes a load balancer target group.</p>",
15073      "refs": {
15074        "TargetGroups$member": null
15075      }
15076    },
15077    "TargetGroups": {
15078      "base": null,
15079      "refs": {
15080        "TargetGroupsConfig$TargetGroups": "<p>One or more target groups.</p>"
15081      }
15082    },
15083    "TargetGroupsConfig": {
15084      "base": "<p>Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.</p>",
15085      "refs": {
15086        "LoadBalancersConfig$TargetGroupsConfig": "<p>The target groups.</p>"
15087      }
15088    },
15089    "TargetNetwork": {
15090      "base": "<p>Describes a target network associated with a Client VPN endpoint.</p>",
15091      "refs": {
15092        "TargetNetworkSet$member": null
15093      }
15094    },
15095    "TargetNetworkSet": {
15096      "base": null,
15097      "refs": {
15098        "DescribeClientVpnTargetNetworksResult$ClientVpnTargetNetworks": "<p>Information about the associated target networks.</p>"
15099      }
15100    },
15101    "TargetReservationValue": {
15102      "base": "<p>The total value of the new Convertible Reserved Instances.</p>",
15103      "refs": {
15104        "TargetReservationValueSet$member": null
15105      }
15106    },
15107    "TargetReservationValueSet": {
15108      "base": null,
15109      "refs": {
15110        "GetReservedInstancesExchangeQuoteResult$TargetConfigurationValueSet": "<p>The values of the target Convertible Reserved Instances.</p>"
15111      }
15112    },
15113    "TelemetryStatus": {
15114      "base": null,
15115      "refs": {
15116        "VgwTelemetry$Status": "<p>The status of the VPN tunnel.</p>"
15117      }
15118    },
15119    "Tenancy": {
15120      "base": null,
15121      "refs": {
15122        "CreateVpcRequest$InstanceTenancy": "<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>",
15123        "DescribeReservedInstancesOfferingsRequest$InstanceTenancy": "<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> <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>",
15124        "LaunchTemplatePlacement$Tenancy": "<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. </p>",
15125        "LaunchTemplatePlacementRequest$Tenancy": "<p>The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware.</p>",
15126        "Placement$Tenancy": "<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 href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html\">ImportInstance</a> command.</p> <p>This parameter is not supported by <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet\">CreateFleet</a>.</p>",
15127        "ReservedInstances$InstanceTenancy": "<p>The tenancy of the instance.</p>",
15128        "ReservedInstancesOffering$InstanceTenancy": "<p>The tenancy of the instance.</p>",
15129        "SpotPlacement$Tenancy": "<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 Spot Instances.</p>",
15130        "Vpc$InstanceTenancy": "<p>The allowed tenancy of instances launched into the VPC.</p>"
15131      }
15132    },
15133    "TerminateClientVpnConnectionsRequest": {
15134      "base": null,
15135      "refs": {
15136      }
15137    },
15138    "TerminateClientVpnConnectionsResult": {
15139      "base": null,
15140      "refs": {
15141      }
15142    },
15143    "TerminateConnectionStatus": {
15144      "base": "<p>Information about a terminated Client VPN endpoint client connection.</p>",
15145      "refs": {
15146        "TerminateConnectionStatusSet$member": null
15147      }
15148    },
15149    "TerminateConnectionStatusSet": {
15150      "base": null,
15151      "refs": {
15152        "TerminateClientVpnConnectionsResult$ConnectionStatuses": "<p>The current state of the client connections.</p>"
15153      }
15154    },
15155    "TerminateInstancesRequest": {
15156      "base": null,
15157      "refs": {
15158      }
15159    },
15160    "TerminateInstancesResult": {
15161      "base": null,
15162      "refs": {
15163      }
15164    },
15165    "ThreadsPerCore": {
15166      "base": null,
15167      "refs": {
15168        "ThreadsPerCoreList$member": null,
15169        "VCpuInfo$DefaultThreadsPerCore": "<p>The default number of threads per core for the instance type.</p>"
15170      }
15171    },
15172    "ThreadsPerCoreList": {
15173      "base": null,
15174      "refs": {
15175        "VCpuInfo$ValidThreadsPerCore": "<p>The valid number of threads per core that can be configured for the instance type. </p>"
15176      }
15177    },
15178    "TrafficDirection": {
15179      "base": null,
15180      "refs": {
15181        "CreateTrafficMirrorFilterRuleRequest$TrafficDirection": "<p>The type of traffic (<code>ingress</code> | <code>egress</code>).</p>",
15182        "ModifyTrafficMirrorFilterRuleRequest$TrafficDirection": "<p>The type of traffic (<code>ingress</code> | <code>egress</code>) to assign to the rule.</p>",
15183        "TrafficMirrorFilterRule$TrafficDirection": "<p>The traffic direction assigned to the Traffic Mirror rule.</p>"
15184      }
15185    },
15186    "TrafficMirrorFilter": {
15187      "base": "<p>Describes the Traffic Mirror filter.</p>",
15188      "refs": {
15189        "CreateTrafficMirrorFilterResult$TrafficMirrorFilter": "<p>Information about the Traffic Mirror filter.</p>",
15190        "ModifyTrafficMirrorFilterNetworkServicesResult$TrafficMirrorFilter": "<p>The Traffic Mirror filter that the network service is associated with.</p>",
15191        "TrafficMirrorFilterSet$member": null
15192      }
15193    },
15194    "TrafficMirrorFilterId": {
15195      "base": null,
15196      "refs": {
15197        "CreateTrafficMirrorFilterRuleRequest$TrafficMirrorFilterId": "<p>The ID of the filter that this rule is associated with.</p>",
15198        "CreateTrafficMirrorSessionRequest$TrafficMirrorFilterId": "<p>The ID of the Traffic Mirror filter.</p>",
15199        "DeleteTrafficMirrorFilterRequest$TrafficMirrorFilterId": "<p>The ID of the Traffic Mirror filter.</p>",
15200        "ModifyTrafficMirrorFilterNetworkServicesRequest$TrafficMirrorFilterId": "<p>The ID of the Traffic Mirror filter.</p>",
15201        "ModifyTrafficMirrorSessionRequest$TrafficMirrorFilterId": "<p>The ID of the Traffic Mirror filter.</p>",
15202        "TrafficMirrorFilterIdList$member": null
15203      }
15204    },
15205    "TrafficMirrorFilterIdList": {
15206      "base": null,
15207      "refs": {
15208        "DescribeTrafficMirrorFiltersRequest$TrafficMirrorFilterIds": "<p>The ID of the Traffic Mirror filter.</p>"
15209      }
15210    },
15211    "TrafficMirrorFilterRule": {
15212      "base": "<p>Describes the Traffic Mirror rule.</p>",
15213      "refs": {
15214        "CreateTrafficMirrorFilterRuleResult$TrafficMirrorFilterRule": "<p>The Traffic Mirror rule.</p>",
15215        "ModifyTrafficMirrorFilterRuleResult$TrafficMirrorFilterRule": "<p>Modifies a Traffic Mirror rule.</p>",
15216        "TrafficMirrorFilterRuleList$member": null
15217      }
15218    },
15219    "TrafficMirrorFilterRuleField": {
15220      "base": null,
15221      "refs": {
15222        "TrafficMirrorFilterRuleFieldList$member": null
15223      }
15224    },
15225    "TrafficMirrorFilterRuleFieldList": {
15226      "base": null,
15227      "refs": {
15228        "ModifyTrafficMirrorFilterRuleRequest$RemoveFields": "<p>The properties that you want to remove from the Traffic Mirror filter rule.</p> <p>When you remove a property from a Traffic Mirror filter rule, the property is set to the default.</p>"
15229      }
15230    },
15231    "TrafficMirrorFilterRuleId": {
15232      "base": null,
15233      "refs": {
15234        "DeleteTrafficMirrorFilterRuleRequest$TrafficMirrorFilterRuleId": "<p>The ID of the Traffic Mirror rule.</p>",
15235        "ModifyTrafficMirrorFilterRuleRequest$TrafficMirrorFilterRuleId": "<p>The ID of the Traffic Mirror rule.</p>"
15236      }
15237    },
15238    "TrafficMirrorFilterRuleList": {
15239      "base": null,
15240      "refs": {
15241        "TrafficMirrorFilter$IngressFilterRules": "<p>Information about the ingress rules that are associated with the Traffic Mirror filter.</p>",
15242        "TrafficMirrorFilter$EgressFilterRules": "<p>Information about the egress rules that are associated with the Traffic Mirror filter.</p>"
15243      }
15244    },
15245    "TrafficMirrorFilterSet": {
15246      "base": null,
15247      "refs": {
15248        "DescribeTrafficMirrorFiltersResult$TrafficMirrorFilters": "<p>Information about one or more Traffic Mirror filters.</p>"
15249      }
15250    },
15251    "TrafficMirrorNetworkService": {
15252      "base": null,
15253      "refs": {
15254        "TrafficMirrorNetworkServiceList$member": null
15255      }
15256    },
15257    "TrafficMirrorNetworkServiceList": {
15258      "base": null,
15259      "refs": {
15260        "ModifyTrafficMirrorFilterNetworkServicesRequest$AddNetworkServices": "<p>The network service, for example Amazon DNS, that you want to mirror.</p>",
15261        "ModifyTrafficMirrorFilterNetworkServicesRequest$RemoveNetworkServices": "<p>The network service, for example Amazon DNS, that you no longer want to mirror.</p>",
15262        "TrafficMirrorFilter$NetworkServices": "<p>The network service traffic that is associated with the Traffic Mirror filter.</p>"
15263      }
15264    },
15265    "TrafficMirrorPortRange": {
15266      "base": "<p>Describes the Traffic Mirror port range.</p>",
15267      "refs": {
15268        "TrafficMirrorFilterRule$DestinationPortRange": "<p>The destination port range assigned to the Traffic Mirror rule.</p>",
15269        "TrafficMirrorFilterRule$SourcePortRange": "<p>The source port range assigned to the Traffic Mirror rule.</p>"
15270      }
15271    },
15272    "TrafficMirrorPortRangeRequest": {
15273      "base": "<p>Information about the Traffic Mirror filter rule port range.</p>",
15274      "refs": {
15275        "CreateTrafficMirrorFilterRuleRequest$DestinationPortRange": "<p>The destination port range.</p>",
15276        "CreateTrafficMirrorFilterRuleRequest$SourcePortRange": "<p>The source port range.</p>",
15277        "ModifyTrafficMirrorFilterRuleRequest$DestinationPortRange": "<p>The destination ports that are associated with the Traffic Mirror rule.</p>",
15278        "ModifyTrafficMirrorFilterRuleRequest$SourcePortRange": "<p>The port range to assign to the Traffic Mirror rule.</p>"
15279      }
15280    },
15281    "TrafficMirrorRuleAction": {
15282      "base": null,
15283      "refs": {
15284        "CreateTrafficMirrorFilterRuleRequest$RuleAction": "<p>The action to take (<code>accept</code> | <code>reject</code>) on the filtered traffic.</p>",
15285        "ModifyTrafficMirrorFilterRuleRequest$RuleAction": "<p>The action to assign to the rule.</p>",
15286        "TrafficMirrorFilterRule$RuleAction": "<p>The action assigned to the Traffic Mirror rule.</p>"
15287      }
15288    },
15289    "TrafficMirrorSession": {
15290      "base": "<p>Describes a Traffic Mirror session.</p>",
15291      "refs": {
15292        "CreateTrafficMirrorSessionResult$TrafficMirrorSession": "<p>Information about the Traffic Mirror session.</p>",
15293        "ModifyTrafficMirrorSessionResult$TrafficMirrorSession": "<p>Information about the Traffic Mirror session.</p>",
15294        "TrafficMirrorSessionSet$member": null
15295      }
15296    },
15297    "TrafficMirrorSessionField": {
15298      "base": null,
15299      "refs": {
15300        "TrafficMirrorSessionFieldList$member": null
15301      }
15302    },
15303    "TrafficMirrorSessionFieldList": {
15304      "base": null,
15305      "refs": {
15306        "ModifyTrafficMirrorSessionRequest$RemoveFields": "<p>The properties that you want to remove from the Traffic Mirror session.</p> <p>When you remove a property from a Traffic Mirror session, the property is set to the default.</p>"
15307      }
15308    },
15309    "TrafficMirrorSessionId": {
15310      "base": null,
15311      "refs": {
15312        "DeleteTrafficMirrorSessionRequest$TrafficMirrorSessionId": "<p>The ID of the Traffic Mirror session.</p>",
15313        "ModifyTrafficMirrorSessionRequest$TrafficMirrorSessionId": "<p>The ID of the Traffic Mirror session.</p>",
15314        "TrafficMirrorSessionIdList$member": null
15315      }
15316    },
15317    "TrafficMirrorSessionIdList": {
15318      "base": null,
15319      "refs": {
15320        "DescribeTrafficMirrorSessionsRequest$TrafficMirrorSessionIds": "<p>The ID of the Traffic Mirror session.</p>"
15321      }
15322    },
15323    "TrafficMirrorSessionSet": {
15324      "base": null,
15325      "refs": {
15326        "DescribeTrafficMirrorSessionsResult$TrafficMirrorSessions": "<p>Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.</p>"
15327      }
15328    },
15329    "TrafficMirrorTarget": {
15330      "base": "<p>Describes a Traffic Mirror target.</p>",
15331      "refs": {
15332        "CreateTrafficMirrorTargetResult$TrafficMirrorTarget": "<p>Information about the Traffic Mirror target.</p>",
15333        "TrafficMirrorTargetSet$member": null
15334      }
15335    },
15336    "TrafficMirrorTargetId": {
15337      "base": null,
15338      "refs": {
15339        "CreateTrafficMirrorSessionRequest$TrafficMirrorTargetId": "<p>The ID of the Traffic Mirror target.</p>",
15340        "DeleteTrafficMirrorTargetRequest$TrafficMirrorTargetId": "<p>The ID of the Traffic Mirror target.</p>",
15341        "ModifyTrafficMirrorSessionRequest$TrafficMirrorTargetId": "<p>The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering connection with the source.</p>",
15342        "TrafficMirrorTargetIdList$member": null
15343      }
15344    },
15345    "TrafficMirrorTargetIdList": {
15346      "base": null,
15347      "refs": {
15348        "DescribeTrafficMirrorTargetsRequest$TrafficMirrorTargetIds": "<p>The ID of the Traffic Mirror targets.</p>"
15349      }
15350    },
15351    "TrafficMirrorTargetSet": {
15352      "base": null,
15353      "refs": {
15354        "DescribeTrafficMirrorTargetsResult$TrafficMirrorTargets": "<p>Information about one or more Traffic Mirror targets.</p>"
15355      }
15356    },
15357    "TrafficMirrorTargetType": {
15358      "base": null,
15359      "refs": {
15360        "TrafficMirrorTarget$Type": "<p>The type of Traffic Mirror target.</p>"
15361      }
15362    },
15363    "TrafficMirroringMaxResults": {
15364      "base": null,
15365      "refs": {
15366        "DescribeTrafficMirrorFiltersRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15367        "DescribeTrafficMirrorSessionsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15368        "DescribeTrafficMirrorTargetsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
15369      }
15370    },
15371    "TrafficType": {
15372      "base": null,
15373      "refs": {
15374        "CreateFlowLogsRequest$TrafficType": "<p>The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.</p>",
15375        "FlowLog$TrafficType": "<p>The type of traffic captured for the flow log.</p>"
15376      }
15377    },
15378    "TransitAssociationGatewayId": {
15379      "base": null,
15380      "refs": {
15381        "CreateTransitGatewayPeeringAttachmentRequest$PeerTransitGatewayId": "<p>The ID of the peer transit gateway with which to create the peering attachment.</p>"
15382      }
15383    },
15384    "TransitGateway": {
15385      "base": "<p>Describes a transit gateway.</p>",
15386      "refs": {
15387        "CreateTransitGatewayResult$TransitGateway": "<p>Information about the transit gateway.</p>",
15388        "DeleteTransitGatewayResult$TransitGateway": "<p>Information about the deleted transit gateway.</p>",
15389        "ModifyTransitGatewayResult$TransitGateway": null,
15390        "TransitGatewayList$member": null
15391      }
15392    },
15393    "TransitGatewayAssociation": {
15394      "base": "<p>Describes an association between a resource attachment and a transit gateway route table.</p>",
15395      "refs": {
15396        "AssociateTransitGatewayRouteTableResult$Association": "<p>The ID of the association.</p>",
15397        "DisassociateTransitGatewayRouteTableResult$Association": "<p>Information about the association.</p>"
15398      }
15399    },
15400    "TransitGatewayAssociationState": {
15401      "base": null,
15402      "refs": {
15403        "TransitGatewayAssociation$State": "<p>The state of the association.</p>",
15404        "TransitGatewayAttachmentAssociation$State": "<p>The state of the association.</p>",
15405        "TransitGatewayRouteTableAssociation$State": "<p>The state of the association.</p>"
15406      }
15407    },
15408    "TransitGatewayAttachment": {
15409      "base": "<p>Describes an attachment between a resource and a transit gateway.</p>",
15410      "refs": {
15411        "TransitGatewayAttachmentList$member": null
15412      }
15413    },
15414    "TransitGatewayAttachmentAssociation": {
15415      "base": "<p>Describes an association.</p>",
15416      "refs": {
15417        "TransitGatewayAttachment$Association": "<p>The association.</p>"
15418      }
15419    },
15420    "TransitGatewayAttachmentBgpConfiguration": {
15421      "base": "<p>The BGP configuration information.</p>",
15422      "refs": {
15423        "TransitGatewayAttachmentBgpConfigurationList$member": null
15424      }
15425    },
15426    "TransitGatewayAttachmentBgpConfigurationList": {
15427      "base": null,
15428      "refs": {
15429        "TransitGatewayConnectPeerConfiguration$BgpConfigurations": "<p>The BGP configuration details.</p>"
15430      }
15431    },
15432    "TransitGatewayAttachmentId": {
15433      "base": null,
15434      "refs": {
15435        "AcceptTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayAttachmentId": "<p>The ID of the transit gateway attachment.</p>",
15436        "AcceptTransitGatewayPeeringAttachmentRequest$TransitGatewayAttachmentId": "<p>The ID of the transit gateway attachment.</p>",
15437        "AcceptTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15438        "AssociateTransitGatewayMulticastDomainRequest$TransitGatewayAttachmentId": "<p>The ID of the transit gateway attachment to associate with the transit gateway multicast domain.</p>",
15439        "AssociateTransitGatewayRouteTableRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15440        "CreateTransitGatewayConnectPeerRequest$TransitGatewayAttachmentId": "<p>The ID of the Connect attachment.</p>",
15441        "CreateTransitGatewayConnectRequest$TransportTransitGatewayAttachmentId": "<p>The ID of the transit gateway attachment. You can specify a VPC attachment or a AWS Direct Connect attachment.</p>",
15442        "CreateTransitGatewayPrefixListReferenceRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment to which traffic is routed.</p>",
15443        "CreateTransitGatewayRouteRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15444        "DeleteTransitGatewayConnectRequest$TransitGatewayAttachmentId": "<p>The ID of the Connect attachment.</p>",
15445        "DeleteTransitGatewayPeeringAttachmentRequest$TransitGatewayAttachmentId": "<p>The ID of the transit gateway peering attachment.</p>",
15446        "DeleteTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15447        "DisableTransitGatewayRouteTablePropagationRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15448        "DisassociateTransitGatewayMulticastDomainRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15449        "DisassociateTransitGatewayRouteTableRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15450        "EnableTransitGatewayRouteTablePropagationRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15451        "GetTransitGatewayAttachmentPropagationsRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15452        "ModifyTransitGatewayPrefixListReferenceRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment to which traffic is routed.</p>",
15453        "ModifyTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15454        "RejectTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayAttachmentId": "<p>The ID of the transit gateway attachment.</p>",
15455        "RejectTransitGatewayPeeringAttachmentRequest$TransitGatewayAttachmentId": "<p>The ID of the transit gateway peering attachment.</p>",
15456        "RejectTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15457        "ReplaceTransitGatewayRouteRequest$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15458        "TransitGatewayAssociation$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15459        "TransitGatewayAttachmentIdStringList$member": null,
15460        "TransitGatewayConnect$TransitGatewayAttachmentId": "<p>The ID of the Connect attachment.</p>",
15461        "TransitGatewayConnect$TransportTransitGatewayAttachmentId": "<p>The ID of the attachment from which the Connect attachment was created.</p>",
15462        "TransitGatewayConnectPeer$TransitGatewayAttachmentId": "<p>The ID of the Connect attachment.</p>",
15463        "TransitGatewayPrefixListAttachment$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>",
15464        "TransitGatewayPropagation$TransitGatewayAttachmentId": "<p>The ID of the attachment.</p>"
15465      }
15466    },
15467    "TransitGatewayAttachmentIdStringList": {
15468      "base": null,
15469      "refs": {
15470        "DescribeTransitGatewayAttachmentsRequest$TransitGatewayAttachmentIds": "<p>The IDs of the attachments.</p>",
15471        "DescribeTransitGatewayConnectsRequest$TransitGatewayAttachmentIds": "<p>The IDs of the attachments.</p>",
15472        "DescribeTransitGatewayPeeringAttachmentsRequest$TransitGatewayAttachmentIds": "<p>One or more IDs of the transit gateway peering attachments.</p>",
15473        "DescribeTransitGatewayVpcAttachmentsRequest$TransitGatewayAttachmentIds": "<p>The IDs of the attachments.</p>"
15474      }
15475    },
15476    "TransitGatewayAttachmentList": {
15477      "base": null,
15478      "refs": {
15479        "DescribeTransitGatewayAttachmentsResult$TransitGatewayAttachments": "<p>Information about the attachments.</p>"
15480      }
15481    },
15482    "TransitGatewayAttachmentPropagation": {
15483      "base": "<p>Describes a propagation route table.</p>",
15484      "refs": {
15485        "TransitGatewayAttachmentPropagationList$member": null
15486      }
15487    },
15488    "TransitGatewayAttachmentPropagationList": {
15489      "base": null,
15490      "refs": {
15491        "GetTransitGatewayAttachmentPropagationsResult$TransitGatewayAttachmentPropagations": "<p>Information about the propagation route tables.</p>"
15492      }
15493    },
15494    "TransitGatewayAttachmentResourceType": {
15495      "base": null,
15496      "refs": {
15497        "TransitGatewayAssociation$ResourceType": "<p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>",
15498        "TransitGatewayAttachment$ResourceType": "<p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>",
15499        "TransitGatewayMulticastDomainAssociation$ResourceType": "<p>The type of resource, for example a VPC attachment.</p>",
15500        "TransitGatewayMulticastDomainAssociations$ResourceType": "<p>The type of resource, for example a VPC attachment.</p>",
15501        "TransitGatewayMulticastGroup$ResourceType": "<p>The type of resource, for example a VPC attachment.</p>",
15502        "TransitGatewayPrefixListAttachment$ResourceType": "<p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>",
15503        "TransitGatewayPropagation$ResourceType": "<p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>",
15504        "TransitGatewayRouteAttachment$ResourceType": "<p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated. </p>",
15505        "TransitGatewayRouteTableAssociation$ResourceType": "<p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>",
15506        "TransitGatewayRouteTablePropagation$ResourceType": "<p>The type of resource. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>"
15507      }
15508    },
15509    "TransitGatewayAttachmentState": {
15510      "base": null,
15511      "refs": {
15512        "TransitGatewayAttachment$State": "<p>The attachment state. Note that the <code>initiating</code> state has been deprecated.</p>",
15513        "TransitGatewayConnect$State": "<p>The state of the attachment.</p>",
15514        "TransitGatewayPeeringAttachment$State": "<p>The state of the transit gateway peering attachment. Note that the <code>initiating</code> state has been deprecated.</p>",
15515        "TransitGatewayVpcAttachment$State": "<p>The state of the VPC attachment. Note that the <code>initiating</code> state has been deprecated.</p>"
15516      }
15517    },
15518    "TransitGatewayCidrBlockStringList": {
15519      "base": null,
15520      "refs": {
15521        "ModifyTransitGatewayOptions$AddTransitGatewayCidrBlocks": "<p>Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.</p>",
15522        "ModifyTransitGatewayOptions$RemoveTransitGatewayCidrBlocks": "<p>Removes CIDR blocks for the transit gateway.</p>",
15523        "TransitGatewayRequestOptions$TransitGatewayCidrBlocks": "<p>One or more IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.</p>"
15524      }
15525    },
15526    "TransitGatewayConnect": {
15527      "base": "<p>Describes a transit gateway Connect attachment.</p>",
15528      "refs": {
15529        "CreateTransitGatewayConnectResult$TransitGatewayConnect": "<p>Information about the Connect attachment.</p>",
15530        "DeleteTransitGatewayConnectResult$TransitGatewayConnect": "<p>Information about the deleted Connect attachment.</p>",
15531        "TransitGatewayConnectList$member": null
15532      }
15533    },
15534    "TransitGatewayConnectList": {
15535      "base": null,
15536      "refs": {
15537        "DescribeTransitGatewayConnectsResult$TransitGatewayConnects": "<p>Information about the Connect attachments.</p>"
15538      }
15539    },
15540    "TransitGatewayConnectOptions": {
15541      "base": "<p>Describes the Connect attachment options.</p>",
15542      "refs": {
15543        "TransitGatewayConnect$Options": "<p>The Connect attachment options.</p>"
15544      }
15545    },
15546    "TransitGatewayConnectPeer": {
15547      "base": "<p>Describes a transit gateway Connect peer.</p>",
15548      "refs": {
15549        "CreateTransitGatewayConnectPeerResult$TransitGatewayConnectPeer": "<p>Information about the Connect peer.</p>",
15550        "DeleteTransitGatewayConnectPeerResult$TransitGatewayConnectPeer": "<p>Information about the deleted Connect peer.</p>",
15551        "TransitGatewayConnectPeerList$member": null
15552      }
15553    },
15554    "TransitGatewayConnectPeerConfiguration": {
15555      "base": "<p>Describes the Connect peer details.</p>",
15556      "refs": {
15557        "TransitGatewayConnectPeer$ConnectPeerConfiguration": "<p>The Connect peer details.</p>"
15558      }
15559    },
15560    "TransitGatewayConnectPeerId": {
15561      "base": null,
15562      "refs": {
15563        "DeleteTransitGatewayConnectPeerRequest$TransitGatewayConnectPeerId": "<p>The ID of the Connect peer.</p>",
15564        "TransitGatewayConnectPeer$TransitGatewayConnectPeerId": "<p>The ID of the Connect peer.</p>",
15565        "TransitGatewayConnectPeerIdStringList$member": null
15566      }
15567    },
15568    "TransitGatewayConnectPeerIdStringList": {
15569      "base": null,
15570      "refs": {
15571        "DescribeTransitGatewayConnectPeersRequest$TransitGatewayConnectPeerIds": "<p>The IDs of the Connect peers.</p>"
15572      }
15573    },
15574    "TransitGatewayConnectPeerList": {
15575      "base": null,
15576      "refs": {
15577        "DescribeTransitGatewayConnectPeersResult$TransitGatewayConnectPeers": "<p>Information about the Connect peers.</p>"
15578      }
15579    },
15580    "TransitGatewayConnectPeerState": {
15581      "base": null,
15582      "refs": {
15583        "TransitGatewayConnectPeer$State": "<p>The state of the Connect peer.</p>"
15584      }
15585    },
15586    "TransitGatewayConnectRequestBgpOptions": {
15587      "base": "<p>The BGP options for the Connect attachment.</p>",
15588      "refs": {
15589        "CreateTransitGatewayConnectPeerRequest$BgpOptions": "<p>The BGP options for the Connect peer.</p>"
15590      }
15591    },
15592    "TransitGatewayId": {
15593      "base": null,
15594      "refs": {
15595        "CreateRouteRequest$TransitGatewayId": "<p>The ID of a transit gateway.</p>",
15596        "CreateTransitGatewayMulticastDomainRequest$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
15597        "CreateTransitGatewayPeeringAttachmentRequest$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
15598        "CreateTransitGatewayRouteTableRequest$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
15599        "CreateTransitGatewayVpcAttachmentRequest$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
15600        "CreateVpnConnectionRequest$TransitGatewayId": "<p>The ID of the transit gateway. If you specify a transit gateway, you cannot specify a virtual private gateway.</p>",
15601        "DeleteTransitGatewayRequest$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
15602        "ModifyTransitGatewayRequest$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
15603        "ModifyVpnConnectionRequest$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
15604        "ReplaceRouteRequest$TransitGatewayId": "<p>The ID of a transit gateway.</p>",
15605        "TransitGatewayConnect$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
15606        "TransitGatewayIdStringList$member": null
15607      }
15608    },
15609    "TransitGatewayIdStringList": {
15610      "base": null,
15611      "refs": {
15612        "DescribeTransitGatewaysRequest$TransitGatewayIds": "<p>The IDs of the transit gateways.</p>"
15613      }
15614    },
15615    "TransitGatewayList": {
15616      "base": null,
15617      "refs": {
15618        "DescribeTransitGatewaysResult$TransitGateways": "<p>Information about the transit gateways.</p>"
15619      }
15620    },
15621    "TransitGatewayMaxResults": {
15622      "base": null,
15623      "refs": {
15624        "DescribeTransitGatewayAttachmentsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15625        "DescribeTransitGatewayConnectPeersRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15626        "DescribeTransitGatewayConnectsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15627        "DescribeTransitGatewayMulticastDomainsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15628        "DescribeTransitGatewayPeeringAttachmentsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15629        "DescribeTransitGatewayRouteTablesRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15630        "DescribeTransitGatewayVpcAttachmentsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15631        "DescribeTransitGatewaysRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15632        "GetTransitGatewayAttachmentPropagationsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15633        "GetTransitGatewayMulticastDomainAssociationsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15634        "GetTransitGatewayPrefixListReferencesRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15635        "GetTransitGatewayRouteTableAssociationsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15636        "GetTransitGatewayRouteTablePropagationsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15637        "SearchTransitGatewayMulticastGroupsRequest$MaxResults": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>",
15638        "SearchTransitGatewayRoutesRequest$MaxResults": "<p>The maximum number of routes to return.</p>"
15639      }
15640    },
15641    "TransitGatewayMulitcastDomainAssociationState": {
15642      "base": null,
15643      "refs": {
15644        "SubnetAssociation$State": "<p>The state of the subnet association.</p>"
15645      }
15646    },
15647    "TransitGatewayMulticastDeregisteredGroupMembers": {
15648      "base": "<p>Describes the deregistered transit gateway multicast group members.</p>",
15649      "refs": {
15650        "DeregisterTransitGatewayMulticastGroupMembersResult$DeregisteredMulticastGroupMembers": "<p>Information about the deregistered members.</p>"
15651      }
15652    },
15653    "TransitGatewayMulticastDeregisteredGroupSources": {
15654      "base": "<p>Describes the deregistered transit gateway multicast group sources.</p>",
15655      "refs": {
15656        "DeregisterTransitGatewayMulticastGroupSourcesResult$DeregisteredMulticastGroupSources": "<p>Information about the deregistered group sources.</p>"
15657      }
15658    },
15659    "TransitGatewayMulticastDomain": {
15660      "base": "<p>Describes the transit gateway multicast domain.</p>",
15661      "refs": {
15662        "CreateTransitGatewayMulticastDomainResult$TransitGatewayMulticastDomain": "<p>Information about the transit gateway multicast domain.</p>",
15663        "DeleteTransitGatewayMulticastDomainResult$TransitGatewayMulticastDomain": "<p>Information about the deleted transit gateway multicast domain.</p>",
15664        "TransitGatewayMulticastDomainList$member": null
15665      }
15666    },
15667    "TransitGatewayMulticastDomainAssociation": {
15668      "base": "<p>Describes the resources associated with the transit gateway multicast domain.</p>",
15669      "refs": {
15670        "TransitGatewayMulticastDomainAssociationList$member": null
15671      }
15672    },
15673    "TransitGatewayMulticastDomainAssociationList": {
15674      "base": null,
15675      "refs": {
15676        "GetTransitGatewayMulticastDomainAssociationsResult$MulticastDomainAssociations": "<p>Information about the multicast domain associations.</p>"
15677      }
15678    },
15679    "TransitGatewayMulticastDomainAssociations": {
15680      "base": "<p>Describes the multicast domain associations.</p>",
15681      "refs": {
15682        "AcceptTransitGatewayMulticastDomainAssociationsResult$Associations": null,
15683        "AssociateTransitGatewayMulticastDomainResult$Associations": "<p>Information about the transit gateway multicast domain associations.</p>",
15684        "DisassociateTransitGatewayMulticastDomainResult$Associations": "<p>Information about the association.</p>",
15685        "RejectTransitGatewayMulticastDomainAssociationsResult$Associations": null
15686      }
15687    },
15688    "TransitGatewayMulticastDomainId": {
15689      "base": null,
15690      "refs": {
15691        "AcceptTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15692        "AssociateTransitGatewayMulticastDomainRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15693        "DeleteTransitGatewayMulticastDomainRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15694        "DeregisterTransitGatewayMulticastGroupMembersRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15695        "DeregisterTransitGatewayMulticastGroupSourcesRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15696        "DisassociateTransitGatewayMulticastDomainRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15697        "GetTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15698        "RegisterTransitGatewayMulticastGroupMembersRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15699        "RegisterTransitGatewayMulticastGroupSourcesRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15700        "RejectTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15701        "SearchTransitGatewayMulticastGroupsRequest$TransitGatewayMulticastDomainId": "<p>The ID of the transit gateway multicast domain.</p>",
15702        "TransitGatewayMulticastDomainIdStringList$member": null
15703      }
15704    },
15705    "TransitGatewayMulticastDomainIdStringList": {
15706      "base": null,
15707      "refs": {
15708        "DescribeTransitGatewayMulticastDomainsRequest$TransitGatewayMulticastDomainIds": "<p>The ID of the transit gateway multicast domain.</p>"
15709      }
15710    },
15711    "TransitGatewayMulticastDomainList": {
15712      "base": null,
15713      "refs": {
15714        "DescribeTransitGatewayMulticastDomainsResult$TransitGatewayMulticastDomains": "<p>Information about the transit gateway multicast domains.</p>"
15715      }
15716    },
15717    "TransitGatewayMulticastDomainOptions": {
15718      "base": "<p>Describes the options for a transit gateway multicast domain.</p>",
15719      "refs": {
15720        "TransitGatewayMulticastDomain$Options": "<p>The options for the transit gateway multicast domain.</p>"
15721      }
15722    },
15723    "TransitGatewayMulticastDomainState": {
15724      "base": null,
15725      "refs": {
15726        "TransitGatewayMulticastDomain$State": "<p>The state of the transit gateway multicast domain.</p>"
15727      }
15728    },
15729    "TransitGatewayMulticastGroup": {
15730      "base": "<p>Describes the transit gateway multicast group resources.</p>",
15731      "refs": {
15732        "TransitGatewayMulticastGroupList$member": null
15733      }
15734    },
15735    "TransitGatewayMulticastGroupList": {
15736      "base": null,
15737      "refs": {
15738        "SearchTransitGatewayMulticastGroupsResult$MulticastGroups": "<p>Information about the transit gateway multicast group.</p>"
15739      }
15740    },
15741    "TransitGatewayMulticastRegisteredGroupMembers": {
15742      "base": "<p>Describes the registered transit gateway multicast group members.</p>",
15743      "refs": {
15744        "RegisterTransitGatewayMulticastGroupMembersResult$RegisteredMulticastGroupMembers": "<p>Information about the registered transit gateway multicast group members.</p>"
15745      }
15746    },
15747    "TransitGatewayMulticastRegisteredGroupSources": {
15748      "base": "<p>Describes the members registered with the transit gateway multicast group.</p>",
15749      "refs": {
15750        "RegisterTransitGatewayMulticastGroupSourcesResult$RegisteredMulticastGroupSources": "<p>Information about the transit gateway multicast group sources.</p>"
15751      }
15752    },
15753    "TransitGatewayNetworkInterfaceIdList": {
15754      "base": null,
15755      "refs": {
15756        "DeregisterTransitGatewayMulticastGroupMembersRequest$NetworkInterfaceIds": "<p>The IDs of the group members' network interfaces.</p>",
15757        "DeregisterTransitGatewayMulticastGroupSourcesRequest$NetworkInterfaceIds": "<p>The IDs of the group sources' network interfaces.</p>",
15758        "RegisterTransitGatewayMulticastGroupMembersRequest$NetworkInterfaceIds": "<p>The group members' network interface IDs to register with the transit gateway multicast group.</p>",
15759        "RegisterTransitGatewayMulticastGroupSourcesRequest$NetworkInterfaceIds": "<p>The group sources' network interface IDs to register with the transit gateway multicast group.</p>"
15760      }
15761    },
15762    "TransitGatewayOptions": {
15763      "base": "<p>Describes the options for a transit gateway.</p>",
15764      "refs": {
15765        "TransitGateway$Options": "<p>The transit gateway options.</p>"
15766      }
15767    },
15768    "TransitGatewayPeeringAttachment": {
15769      "base": "<p>Describes the transit gateway peering attachment.</p>",
15770      "refs": {
15771        "AcceptTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment": "<p>The transit gateway peering attachment.</p>",
15772        "CreateTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment": "<p>The transit gateway peering attachment.</p>",
15773        "DeleteTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment": "<p>The transit gateway peering attachment.</p>",
15774        "RejectTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment": "<p>The transit gateway peering attachment.</p>",
15775        "TransitGatewayPeeringAttachmentList$member": null
15776      }
15777    },
15778    "TransitGatewayPeeringAttachmentList": {
15779      "base": null,
15780      "refs": {
15781        "DescribeTransitGatewayPeeringAttachmentsResult$TransitGatewayPeeringAttachments": "<p>The transit gateway peering attachments.</p>"
15782      }
15783    },
15784    "TransitGatewayPrefixListAttachment": {
15785      "base": "<p>Describes a transit gateway prefix list attachment.</p>",
15786      "refs": {
15787        "TransitGatewayPrefixListReference$TransitGatewayAttachment": "<p>Information about the transit gateway attachment.</p>"
15788      }
15789    },
15790    "TransitGatewayPrefixListReference": {
15791      "base": "<p>Describes a prefix list reference.</p>",
15792      "refs": {
15793        "CreateTransitGatewayPrefixListReferenceResult$TransitGatewayPrefixListReference": "<p>Information about the prefix list reference.</p>",
15794        "DeleteTransitGatewayPrefixListReferenceResult$TransitGatewayPrefixListReference": "<p>Information about the deleted prefix list reference.</p>",
15795        "ModifyTransitGatewayPrefixListReferenceResult$TransitGatewayPrefixListReference": "<p>Information about the prefix list reference.</p>",
15796        "TransitGatewayPrefixListReferenceSet$member": null
15797      }
15798    },
15799    "TransitGatewayPrefixListReferenceSet": {
15800      "base": null,
15801      "refs": {
15802        "GetTransitGatewayPrefixListReferencesResult$TransitGatewayPrefixListReferences": "<p>Information about the prefix list references.</p>"
15803      }
15804    },
15805    "TransitGatewayPrefixListReferenceState": {
15806      "base": null,
15807      "refs": {
15808        "TransitGatewayPrefixListReference$State": "<p>The state of the prefix list reference.</p>"
15809      }
15810    },
15811    "TransitGatewayPropagation": {
15812      "base": "<p>Describes route propagation.</p>",
15813      "refs": {
15814        "DisableTransitGatewayRouteTablePropagationResult$Propagation": "<p>Information about route propagation.</p>",
15815        "EnableTransitGatewayRouteTablePropagationResult$Propagation": "<p>Information about route propagation.</p>"
15816      }
15817    },
15818    "TransitGatewayPropagationState": {
15819      "base": null,
15820      "refs": {
15821        "TransitGatewayAttachmentPropagation$State": "<p>The state of the propagation route table.</p>",
15822        "TransitGatewayPropagation$State": "<p>The state.</p>",
15823        "TransitGatewayRouteTablePropagation$State": "<p>The state of the resource.</p>"
15824      }
15825    },
15826    "TransitGatewayRequestOptions": {
15827      "base": "<p>Describes the options for a transit gateway.</p>",
15828      "refs": {
15829        "CreateTransitGatewayRequest$Options": "<p>The transit gateway options.</p>"
15830      }
15831    },
15832    "TransitGatewayRoute": {
15833      "base": "<p>Describes a route for a transit gateway route table.</p>",
15834      "refs": {
15835        "CreateTransitGatewayRouteResult$Route": "<p>Information about the route.</p>",
15836        "DeleteTransitGatewayRouteResult$Route": "<p>Information about the route.</p>",
15837        "ReplaceTransitGatewayRouteResult$Route": "<p>Information about the modified route.</p>",
15838        "TransitGatewayRouteList$member": null
15839      }
15840    },
15841    "TransitGatewayRouteAttachment": {
15842      "base": "<p>Describes a route attachment.</p>",
15843      "refs": {
15844        "TransitGatewayRouteAttachmentList$member": null
15845      }
15846    },
15847    "TransitGatewayRouteAttachmentList": {
15848      "base": null,
15849      "refs": {
15850        "TransitGatewayRoute$TransitGatewayAttachments": "<p>The attachments.</p>"
15851      }
15852    },
15853    "TransitGatewayRouteList": {
15854      "base": null,
15855      "refs": {
15856        "SearchTransitGatewayRoutesResult$Routes": "<p>Information about the routes.</p>"
15857      }
15858    },
15859    "TransitGatewayRouteState": {
15860      "base": null,
15861      "refs": {
15862        "TransitGatewayRoute$State": "<p>The state of the route.</p>"
15863      }
15864    },
15865    "TransitGatewayRouteTable": {
15866      "base": "<p>Describes a transit gateway route table.</p>",
15867      "refs": {
15868        "CreateTransitGatewayRouteTableResult$TransitGatewayRouteTable": "<p>Information about the transit gateway route table.</p>",
15869        "DeleteTransitGatewayRouteTableResult$TransitGatewayRouteTable": "<p>Information about the deleted transit gateway route table.</p>",
15870        "TransitGatewayRouteTableList$member": null
15871      }
15872    },
15873    "TransitGatewayRouteTableAssociation": {
15874      "base": "<p>Describes an association between a route table and a resource attachment.</p>",
15875      "refs": {
15876        "TransitGatewayRouteTableAssociationList$member": null
15877      }
15878    },
15879    "TransitGatewayRouteTableAssociationList": {
15880      "base": null,
15881      "refs": {
15882        "GetTransitGatewayRouteTableAssociationsResult$Associations": "<p>Information about the associations.</p>"
15883      }
15884    },
15885    "TransitGatewayRouteTableId": {
15886      "base": null,
15887      "refs": {
15888        "AssociateTransitGatewayRouteTableRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15889        "CreateTransitGatewayPrefixListReferenceRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15890        "CreateTransitGatewayRouteRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15891        "DeleteTransitGatewayPrefixListReferenceRequest$TransitGatewayRouteTableId": "<p>The ID of the route table.</p>",
15892        "DeleteTransitGatewayRouteRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15893        "DeleteTransitGatewayRouteTableRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15894        "DisableTransitGatewayRouteTablePropagationRequest$TransitGatewayRouteTableId": "<p>The ID of the propagation route table.</p>",
15895        "DisassociateTransitGatewayRouteTableRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15896        "EnableTransitGatewayRouteTablePropagationRequest$TransitGatewayRouteTableId": "<p>The ID of the propagation route table.</p>",
15897        "ExportTransitGatewayRoutesRequest$TransitGatewayRouteTableId": "<p>The ID of the route table.</p>",
15898        "GetTransitGatewayPrefixListReferencesRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15899        "GetTransitGatewayRouteTableAssociationsRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15900        "GetTransitGatewayRouteTablePropagationsRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15901        "ModifyTransitGatewayOptions$AssociationDefaultRouteTableId": "<p>The ID of the default association route table.</p>",
15902        "ModifyTransitGatewayOptions$PropagationDefaultRouteTableId": "<p>The ID of the default propagation route table.</p>",
15903        "ModifyTransitGatewayPrefixListReferenceRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15904        "ReplaceTransitGatewayRouteRequest$TransitGatewayRouteTableId": "<p>The ID of the route table.</p>",
15905        "SearchTransitGatewayRoutesRequest$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15906        "TransitGatewayAssociation$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15907        "TransitGatewayPrefixListReference$TransitGatewayRouteTableId": "<p>The ID of the transit gateway route table.</p>",
15908        "TransitGatewayRouteTableIdStringList$member": null
15909      }
15910    },
15911    "TransitGatewayRouteTableIdStringList": {
15912      "base": null,
15913      "refs": {
15914        "DescribeTransitGatewayRouteTablesRequest$TransitGatewayRouteTableIds": "<p>The IDs of the transit gateway route tables.</p>"
15915      }
15916    },
15917    "TransitGatewayRouteTableList": {
15918      "base": null,
15919      "refs": {
15920        "DescribeTransitGatewayRouteTablesResult$TransitGatewayRouteTables": "<p>Information about the transit gateway route tables.</p>"
15921      }
15922    },
15923    "TransitGatewayRouteTablePropagation": {
15924      "base": "<p>Describes a route table propagation.</p>",
15925      "refs": {
15926        "TransitGatewayRouteTablePropagationList$member": null
15927      }
15928    },
15929    "TransitGatewayRouteTablePropagationList": {
15930      "base": null,
15931      "refs": {
15932        "GetTransitGatewayRouteTablePropagationsResult$TransitGatewayRouteTablePropagations": "<p>Information about the route table propagations.</p>"
15933      }
15934    },
15935    "TransitGatewayRouteTableState": {
15936      "base": null,
15937      "refs": {
15938        "TransitGatewayRouteTable$State": "<p>The state of the transit gateway route table.</p>"
15939      }
15940    },
15941    "TransitGatewayRouteType": {
15942      "base": null,
15943      "refs": {
15944        "TransitGatewayRoute$Type": "<p>The route type.</p>"
15945      }
15946    },
15947    "TransitGatewayState": {
15948      "base": null,
15949      "refs": {
15950        "TransitGateway$State": "<p>The state of the transit gateway.</p>"
15951      }
15952    },
15953    "TransitGatewaySubnetIdList": {
15954      "base": null,
15955      "refs": {
15956        "AssociateTransitGatewayMulticastDomainRequest$SubnetIds": "<p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>",
15957        "CreateTransitGatewayVpcAttachmentRequest$SubnetIds": "<p>The IDs of one or more subnets. You can specify only one subnet per Availability Zone. You must specify at least one subnet, but we recommend that you specify two subnets for better availability. The transit gateway uses one IP address from each specified subnet.</p>",
15958        "DisassociateTransitGatewayMulticastDomainRequest$SubnetIds": "<p>The IDs of the subnets;</p>",
15959        "ModifyTransitGatewayVpcAttachmentRequest$AddSubnetIds": "<p>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</p>",
15960        "ModifyTransitGatewayVpcAttachmentRequest$RemoveSubnetIds": "<p>The IDs of one or more subnets to remove.</p>"
15961      }
15962    },
15963    "TransitGatewayVpcAttachment": {
15964      "base": "<p>Describes a VPC attachment.</p>",
15965      "refs": {
15966        "AcceptTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment": "<p>The VPC attachment.</p>",
15967        "CreateTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment": "<p>Information about the VPC attachment.</p>",
15968        "DeleteTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment": "<p>Information about the deleted VPC attachment.</p>",
15969        "ModifyTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment": "<p>Information about the modified attachment.</p>",
15970        "RejectTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment": "<p>Information about the attachment.</p>",
15971        "TransitGatewayVpcAttachmentList$member": null
15972      }
15973    },
15974    "TransitGatewayVpcAttachmentList": {
15975      "base": null,
15976      "refs": {
15977        "DescribeTransitGatewayVpcAttachmentsResult$TransitGatewayVpcAttachments": "<p>Information about the VPC attachments.</p>"
15978      }
15979    },
15980    "TransitGatewayVpcAttachmentOptions": {
15981      "base": "<p>Describes the VPC attachment options.</p>",
15982      "refs": {
15983        "TransitGatewayVpcAttachment$Options": "<p>The VPC attachment options.</p>"
15984      }
15985    },
15986    "TransportProtocol": {
15987      "base": null,
15988      "refs": {
15989        "ClientVpnEndpoint$TransportProtocol": "<p>The transport protocol used by the Client VPN endpoint.</p>",
15990        "CreateClientVpnEndpointRequest$TransportProtocol": "<p>The transport protocol to be used by the VPN session.</p> <p>Default value: <code>udp</code> </p>"
15991      }
15992    },
15993    "TunnelInsideIpVersion": {
15994      "base": null,
15995      "refs": {
15996        "VpnConnectionOptions$TunnelInsideIpVersion": "<p>Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.</p>",
15997        "VpnConnectionOptionsSpecification$TunnelInsideIpVersion": "<p>Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.</p> <p>Default: <code>ipv4</code> </p>"
15998      }
15999    },
16000    "TunnelOption": {
16001      "base": "<p>The VPN tunnel options.</p>",
16002      "refs": {
16003        "TunnelOptionsList$member": null
16004      }
16005    },
16006    "TunnelOptionsList": {
16007      "base": null,
16008      "refs": {
16009        "VpnConnectionOptions$TunnelOptions": "<p>Indicates the VPN tunnel options.</p>"
16010      }
16011    },
16012    "UnassignIpv6AddressesRequest": {
16013      "base": null,
16014      "refs": {
16015      }
16016    },
16017    "UnassignIpv6AddressesResult": {
16018      "base": null,
16019      "refs": {
16020      }
16021    },
16022    "UnassignPrivateIpAddressesRequest": {
16023      "base": "<p>Contains the parameters for UnassignPrivateIpAddresses.</p>",
16024      "refs": {
16025      }
16026    },
16027    "UnlimitedSupportedInstanceFamily": {
16028      "base": null,
16029      "refs": {
16030        "GetDefaultCreditSpecificationRequest$InstanceFamily": "<p>The instance family.</p>",
16031        "InstanceFamilyCreditSpecification$InstanceFamily": "<p>The instance family.</p>",
16032        "ModifyDefaultCreditSpecificationRequest$InstanceFamily": "<p>The instance family.</p>"
16033      }
16034    },
16035    "UnmonitorInstancesRequest": {
16036      "base": null,
16037      "refs": {
16038      }
16039    },
16040    "UnmonitorInstancesResult": {
16041      "base": null,
16042      "refs": {
16043      }
16044    },
16045    "UnsuccessfulInstanceCreditSpecificationErrorCode": {
16046      "base": null,
16047      "refs": {
16048        "UnsuccessfulInstanceCreditSpecificationItemError$Code": "<p>The error code.</p>"
16049      }
16050    },
16051    "UnsuccessfulInstanceCreditSpecificationItem": {
16052      "base": "<p>Describes the burstable performance instance whose credit option for CPU usage was not modified.</p>",
16053      "refs": {
16054        "UnsuccessfulInstanceCreditSpecificationSet$member": null
16055      }
16056    },
16057    "UnsuccessfulInstanceCreditSpecificationItemError": {
16058      "base": "<p>Information about the error for the burstable performance instance whose credit option for CPU usage was not modified.</p>",
16059      "refs": {
16060        "UnsuccessfulInstanceCreditSpecificationItem$Error": "<p>The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.</p>"
16061      }
16062    },
16063    "UnsuccessfulInstanceCreditSpecificationSet": {
16064      "base": null,
16065      "refs": {
16066        "ModifyInstanceCreditSpecificationResult$UnsuccessfulInstanceCreditSpecifications": "<p>Information about the instances whose credit option for CPU usage was not modified.</p>"
16067      }
16068    },
16069    "UnsuccessfulItem": {
16070      "base": "<p>Information about items that were not successfully processed in a batch call.</p>",
16071      "refs": {
16072        "UnsuccessfulItemList$member": null,
16073        "UnsuccessfulItemSet$member": null
16074      }
16075    },
16076    "UnsuccessfulItemError": {
16077      "base": "<p>Information about the error that occurred. For more information about errors, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html\">Error Codes</a>.</p>",
16078      "refs": {
16079        "UnsuccessfulItem$Error": "<p>Information about the error.</p>"
16080      }
16081    },
16082    "UnsuccessfulItemList": {
16083      "base": null,
16084      "refs": {
16085        "ModifyHostsResult$Unsuccessful": "<p>The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.</p>",
16086        "ReleaseHostsResult$Unsuccessful": "<p>The IDs of the Dedicated Hosts that could not be released, including an error message.</p>"
16087      }
16088    },
16089    "UnsuccessfulItemSet": {
16090      "base": null,
16091      "refs": {
16092        "AcceptVpcEndpointConnectionsResult$Unsuccessful": "<p>Information about the interface endpoints that were not accepted, if applicable.</p>",
16093        "CreateFlowLogsResult$Unsuccessful": "<p>Information about the flow logs that could not be created successfully.</p>",
16094        "DeleteFlowLogsResult$Unsuccessful": "<p>Information about the flow logs that could not be deleted successfully.</p>",
16095        "DeleteVpcEndpointConnectionNotificationsResult$Unsuccessful": "<p>Information about the notifications that could not be deleted successfully.</p>",
16096        "DeleteVpcEndpointServiceConfigurationsResult$Unsuccessful": "<p>Information about the service configurations that were not deleted, if applicable.</p>",
16097        "DeleteVpcEndpointsResult$Unsuccessful": "<p>Information about the VPC endpoints that were not successfully deleted.</p>",
16098        "RejectVpcEndpointConnectionsResult$Unsuccessful": "<p>Information about the endpoints that were not rejected, if applicable.</p>"
16099      }
16100    },
16101    "UpdateSecurityGroupRuleDescriptionsEgressRequest": {
16102      "base": null,
16103      "refs": {
16104      }
16105    },
16106    "UpdateSecurityGroupRuleDescriptionsEgressResult": {
16107      "base": null,
16108      "refs": {
16109      }
16110    },
16111    "UpdateSecurityGroupRuleDescriptionsIngressRequest": {
16112      "base": null,
16113      "refs": {
16114      }
16115    },
16116    "UpdateSecurityGroupRuleDescriptionsIngressResult": {
16117      "base": null,
16118      "refs": {
16119      }
16120    },
16121    "UsageClassType": {
16122      "base": null,
16123      "refs": {
16124        "UsageClassTypeList$member": null
16125      }
16126    },
16127    "UsageClassTypeList": {
16128      "base": null,
16129      "refs": {
16130        "InstanceTypeInfo$SupportedUsageClasses": "<p>Indicates whether the instance type is offered for spot or On-Demand.</p>"
16131      }
16132    },
16133    "UserBucket": {
16134      "base": "<p>Describes the Amazon S3 bucket for the disk image.</p>",
16135      "refs": {
16136        "ImageDiskContainer$UserBucket": "<p>The S3 bucket for the disk image.</p>",
16137        "SnapshotDiskContainer$UserBucket": "<p>The Amazon S3 bucket for the disk image.</p>"
16138      }
16139    },
16140    "UserBucketDetails": {
16141      "base": "<p>Describes the Amazon S3 bucket for the disk image.</p>",
16142      "refs": {
16143        "SnapshotDetail$UserBucket": "<p>The Amazon S3 bucket for the disk image.</p>",
16144        "SnapshotTaskDetail$UserBucket": "<p>The Amazon S3 bucket for the disk image.</p>"
16145      }
16146    },
16147    "UserData": {
16148      "base": "<p>Describes the user data for an instance.</p>",
16149      "refs": {
16150        "ImportInstanceLaunchSpecification$UserData": "<p>The Base64-encoded user data to make available to the instance.</p>"
16151      }
16152    },
16153    "UserGroupStringList": {
16154      "base": null,
16155      "refs": {
16156        "ModifyFpgaImageAttributeRequest$UserGroups": "<p>The user groups. This parameter is valid only when modifying the <code>loadPermission</code> attribute.</p>",
16157        "ModifyImageAttributeRequest$UserGroups": "<p>The user groups. This parameter can be used only when the <code>Attribute</code> parameter is <code>launchPermission</code>.</p>"
16158      }
16159    },
16160    "UserIdGroupPair": {
16161      "base": "<p>Describes a security group and AWS account ID pair.</p>",
16162      "refs": {
16163        "UserIdGroupPairList$member": null,
16164        "UserIdGroupPairSet$member": null
16165      }
16166    },
16167    "UserIdGroupPairList": {
16168      "base": null,
16169      "refs": {
16170        "IpPermission$UserIdGroupPairs": "<p>The security group and AWS account ID pairs.</p>"
16171      }
16172    },
16173    "UserIdGroupPairSet": {
16174      "base": null,
16175      "refs": {
16176        "StaleIpPermission$UserIdGroupPairs": "<p>The security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.</p>"
16177      }
16178    },
16179    "UserIdStringList": {
16180      "base": null,
16181      "refs": {
16182        "ModifyFpgaImageAttributeRequest$UserIds": "<p>The AWS account IDs. This parameter is valid only when modifying the <code>loadPermission</code> attribute.</p>",
16183        "ModifyImageAttributeRequest$UserIds": "<p>The AWS account IDs. This parameter can be used only when the <code>Attribute</code> parameter is <code>launchPermission</code>.</p>",
16184        "ModifySnapshotAttributeRequest$UserIds": "<p>The account ID to modify for the snapshot.</p>"
16185      }
16186    },
16187    "VCpuCount": {
16188      "base": null,
16189      "refs": {
16190        "VCpuInfo$DefaultVCpus": "<p>The default number of vCPUs for the instance type.</p>"
16191      }
16192    },
16193    "VCpuInfo": {
16194      "base": "<p>Describes the vCPU configurations for the instance type.</p>",
16195      "refs": {
16196        "InstanceTypeInfo$VCpuInfo": "<p>Describes the vCPU configurations for the instance type.</p>"
16197      }
16198    },
16199    "ValidationError": {
16200      "base": "<p>The error code and error message that is returned for a parameter or parameter combination that is not valid when a new launch template or new version of a launch template is created.</p>",
16201      "refs": {
16202        "ErrorSet$member": null
16203      }
16204    },
16205    "ValidationWarning": {
16206      "base": "<p>The error codes and error messages that are returned for the parameters or parameter combinations that are not valid when a new launch template or new version of a launch template is created.</p>",
16207      "refs": {
16208        "CreateLaunchTemplateResult$Warning": "<p>If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.</p>",
16209        "CreateLaunchTemplateVersionResult$Warning": "<p>If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.</p>"
16210      }
16211    },
16212    "ValueStringList": {
16213      "base": null,
16214      "refs": {
16215        "AcceptTransitGatewayMulticastDomainAssociationsRequest$SubnetIds": "<p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>",
16216        "ClientVpnConnection$PostureComplianceStatuses": "<p>The statuses returned by the client connect handler for posture compliance, if applicable.</p>",
16217        "ClientVpnEndpoint$DnsServers": "<p>Information about the DNS servers to be used for DNS resolution. </p>",
16218        "CoipPool$PoolCidrs": "<p>The address ranges of the address pool.</p>",
16219        "ConnectionNotification$ConnectionEvents": "<p>The events for the notification. Valid values are <code>Accept</code>, <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>",
16220        "CreateClientVpnEndpointRequest$DnsServers": "<p>Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.</p>",
16221        "CreateFlowLogsResult$FlowLogIds": "<p>The IDs of the flow logs.</p>",
16222        "CreateVpcEndpointConnectionNotificationRequest$ConnectionEvents": "<p>One or more endpoint events for which to receive notifications. Valid values are <code>Accept</code>, <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>",
16223        "CreateVpcEndpointServiceConfigurationRequest$NetworkLoadBalancerArns": "<p>The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.</p>",
16224        "CreateVpcEndpointServiceConfigurationRequest$GatewayLoadBalancerArns": "<p>The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.</p>",
16225        "DescribeClientVpnTargetNetworksRequest$AssociationIds": "<p>The IDs of the target network associations.</p>",
16226        "DescribeManagedPrefixListsRequest$PrefixListIds": "<p>One or more prefix list IDs.</p>",
16227        "DescribeMovingAddressesRequest$PublicIps": "<p>One or more Elastic IP addresses.</p>",
16228        "DescribeVpcEndpointServicesRequest$ServiceNames": "<p>One or more service names.</p>",
16229        "DescribeVpcEndpointServicesResult$ServiceNames": "<p>A list of supported services.</p>",
16230        "DnsServersOptionsModifyStructure$CustomDnsServers": "<p>The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the existing values.</p>",
16231        "Explanation$AvailabilityZones": "<p>The Availability Zones.</p>",
16232        "Explanation$Cidrs": "<p>The CIDR ranges.</p>",
16233        "Filter$Values": "<p>The filter values. Filter values are case-sensitive.</p>",
16234        "ModifyVpcEndpointConnectionNotificationRequest$ConnectionEvents": "<p>One or more events for the endpoint. Valid values are <code>Accept</code>, <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>",
16235        "ModifyVpcEndpointServiceConfigurationRequest$AddNetworkLoadBalancerArns": "<p>The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.</p>",
16236        "ModifyVpcEndpointServiceConfigurationRequest$RemoveNetworkLoadBalancerArns": "<p>The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.</p>",
16237        "ModifyVpcEndpointServiceConfigurationRequest$AddGatewayLoadBalancerArns": "<p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service configuration.</p>",
16238        "ModifyVpcEndpointServiceConfigurationRequest$RemoveGatewayLoadBalancerArns": "<p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service configuration.</p>",
16239        "ModifyVpcEndpointServicePermissionsRequest$AddAllowedPrincipals": "<p>The Amazon Resource Names (ARN) of one or more principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).</p>",
16240        "ModifyVpcEndpointServicePermissionsRequest$RemoveAllowedPrincipals": "<p>The Amazon Resource Names (ARN) of one or more principals. Permissions are revoked for principals in this list.</p>",
16241        "NewDhcpConfiguration$Values": null,
16242        "PrefixList$Cidrs": "<p>The IP address range of the AWS service.</p>",
16243        "RejectTransitGatewayMulticastDomainAssociationsRequest$SubnetIds": "<p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>",
16244        "ResponseLaunchTemplateData$SecurityGroupIds": "<p>The security group IDs.</p>",
16245        "ResponseLaunchTemplateData$SecurityGroups": "<p>The security group names.</p>",
16246        "ServiceConfiguration$AvailabilityZones": "<p>The Availability Zones in which the service is available.</p>",
16247        "ServiceConfiguration$NetworkLoadBalancerArns": "<p>The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.</p>",
16248        "ServiceConfiguration$GatewayLoadBalancerArns": "<p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.</p>",
16249        "ServiceConfiguration$BaseEndpointDnsNames": "<p>The DNS names for the service.</p>",
16250        "ServiceDetail$AvailabilityZones": "<p>The Availability Zones in which the service is available.</p>",
16251        "ServiceDetail$BaseEndpointDnsNames": "<p>The DNS names for the service.</p>",
16252        "TargetNetwork$SecurityGroups": "<p>The IDs of the security groups applied to the target network association.</p>",
16253        "TransitGatewayMulticastDeregisteredGroupMembers$DeregisteredNetworkInterfaceIds": "<p>The network interface IDs of the deregistered members.</p>",
16254        "TransitGatewayMulticastDeregisteredGroupSources$DeregisteredNetworkInterfaceIds": "<p>The network interface IDs of the non-registered members.</p>",
16255        "TransitGatewayMulticastRegisteredGroupMembers$RegisteredNetworkInterfaceIds": "<p>The ID of the registered network interfaces.</p>",
16256        "TransitGatewayMulticastRegisteredGroupSources$RegisteredNetworkInterfaceIds": "<p>The IDs of the network interfaces members registered with the transit gateway multicast group.</p>",
16257        "TransitGatewayOptions$TransitGatewayCidrBlocks": "<p>The transit gateway CIDR blocks.</p>",
16258        "TransitGatewayVpcAttachment$SubnetIds": "<p>The IDs of the subnets.</p>",
16259        "VpcEndpoint$RouteTableIds": "<p>(Gateway endpoint) One or more route tables associated with the endpoint.</p>",
16260        "VpcEndpoint$SubnetIds": "<p>(Interface endpoint) One or more subnets in which the endpoint is located.</p>",
16261        "VpcEndpoint$NetworkInterfaceIds": "<p>(Interface endpoint) One or more network interfaces for the endpoint.</p>",
16262        "VpcEndpointConnection$NetworkLoadBalancerArns": "<p>The Amazon Resource Names (ARNs) of the network load balancers for the service.</p>",
16263        "VpcEndpointConnection$GatewayLoadBalancerArns": "<p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.</p>"
16264      }
16265    },
16266    "VersionDescription": {
16267      "base": null,
16268      "refs": {
16269        "CreateLaunchTemplateRequest$VersionDescription": "<p>A description for the first version of the launch template.</p>",
16270        "CreateLaunchTemplateVersionRequest$VersionDescription": "<p>A description for the version of the launch template.</p>",
16271        "LaunchTemplateVersion$VersionDescription": "<p>The description for the version.</p>"
16272      }
16273    },
16274    "VersionStringList": {
16275      "base": null,
16276      "refs": {
16277        "DeleteLaunchTemplateVersionsRequest$Versions": "<p>The version numbers of one or more launch template versions to delete.</p>",
16278        "DescribeLaunchTemplateVersionsRequest$Versions": "<p>One or more versions of the launch template. Valid values depend on whether you are describing a specified launch template (by ID or name) or all launch templates in your account.</p> <p>To describe one or more versions of a specified launch template, valid values are <code>$Latest</code>, <code>$Default</code>, and numbers.</p> <p>To describe all launch templates in your account that are defined as the latest version, the valid value is <code>$Latest</code>. To describe all launch templates in your account that are defined as the default version, the valid value is <code>$Default</code>. You can specify <code>$Latest</code> and <code>$Default</code> in the same call. You cannot specify numbers.</p>"
16279      }
16280    },
16281    "VgwTelemetry": {
16282      "base": "<p>Describes telemetry for a VPN tunnel.</p>",
16283      "refs": {
16284        "VgwTelemetryList$member": null
16285      }
16286    },
16287    "VgwTelemetryList": {
16288      "base": null,
16289      "refs": {
16290        "VpnConnection$VgwTelemetry": "<p>Information about the VPN tunnel.</p>"
16291      }
16292    },
16293    "VirtualizationType": {
16294      "base": null,
16295      "refs": {
16296        "Image$VirtualizationType": "<p>The type of virtualization of the AMI.</p>",
16297        "Instance$VirtualizationType": "<p>The virtualization type of the instance.</p>",
16298        "VirtualizationTypeList$member": null
16299      }
16300    },
16301    "VirtualizationTypeList": {
16302      "base": null,
16303      "refs": {
16304        "InstanceTypeInfo$SupportedVirtualizationTypes": "<p>The supported virtualization types.</p>"
16305      }
16306    },
16307    "Volume": {
16308      "base": "<p>Describes a volume.</p>",
16309      "refs": {
16310        "VolumeList$member": null
16311      }
16312    },
16313    "VolumeAttachment": {
16314      "base": "<p>Describes volume attachment details.</p>",
16315      "refs": {
16316        "VolumeAttachmentList$member": null
16317      }
16318    },
16319    "VolumeAttachmentList": {
16320      "base": null,
16321      "refs": {
16322        "Volume$Attachments": "<p>Information about the volume attachments.</p>"
16323      }
16324    },
16325    "VolumeAttachmentState": {
16326      "base": null,
16327      "refs": {
16328        "VolumeAttachment$State": "<p>The attachment state of the volume.</p>"
16329      }
16330    },
16331    "VolumeAttributeName": {
16332      "base": null,
16333      "refs": {
16334        "DescribeVolumeAttributeRequest$Attribute": "<p>The attribute of the volume. This parameter is required.</p>"
16335      }
16336    },
16337    "VolumeDetail": {
16338      "base": "<p>Describes an EBS volume.</p>",
16339      "refs": {
16340        "DiskImage$Volume": "<p>Information about the volume.</p>",
16341        "ImportVolumeRequest$Volume": "<p>The volume size.</p>"
16342      }
16343    },
16344    "VolumeId": {
16345      "base": null,
16346      "refs": {
16347        "AttachVolumeRequest$VolumeId": "<p>The ID of the EBS volume. The volume and instance must be within the same Availability Zone.</p>",
16348        "CreateSnapshotRequest$VolumeId": "<p>The ID of the EBS volume.</p>",
16349        "DeleteVolumeRequest$VolumeId": "<p>The ID of the volume.</p>",
16350        "DescribeVolumeAttributeRequest$VolumeId": "<p>The ID of the volume.</p>",
16351        "DetachVolumeRequest$VolumeId": "<p>The ID of the volume.</p>",
16352        "EbsInstanceBlockDeviceSpecification$VolumeId": "<p>The ID of the EBS volume.</p>",
16353        "EnableVolumeIORequest$VolumeId": "<p>The ID of the volume.</p>",
16354        "ModifyVolumeAttributeRequest$VolumeId": "<p>The ID of the volume.</p>",
16355        "ModifyVolumeRequest$VolumeId": "<p>The ID of the volume.</p>",
16356        "VolumeIdStringList$member": null
16357      }
16358    },
16359    "VolumeIdStringList": {
16360      "base": null,
16361      "refs": {
16362        "DescribeVolumeStatusRequest$VolumeIds": "<p>The IDs of the volumes.</p> <p>Default: Describes all your volumes.</p>",
16363        "DescribeVolumesModificationsRequest$VolumeIds": "<p>The IDs of the volumes.</p>",
16364        "DescribeVolumesRequest$VolumeIds": "<p>The volume IDs.</p>"
16365      }
16366    },
16367    "VolumeList": {
16368      "base": null,
16369      "refs": {
16370        "DescribeVolumesResult$Volumes": "<p>Information about the volumes.</p>"
16371      }
16372    },
16373    "VolumeModification": {
16374      "base": "<p>Describes the modification status of an EBS volume.</p> <p>If the volume has never been modified, some element values will be null.</p>",
16375      "refs": {
16376        "ModifyVolumeResult$VolumeModification": "<p>Information about the volume modification.</p>",
16377        "VolumeModificationList$member": null
16378      }
16379    },
16380    "VolumeModificationList": {
16381      "base": null,
16382      "refs": {
16383        "DescribeVolumesModificationsResult$VolumesModifications": "<p>Information about the volume modifications.</p>"
16384      }
16385    },
16386    "VolumeModificationState": {
16387      "base": null,
16388      "refs": {
16389        "VolumeModification$ModificationState": "<p>The current modification state. The modification state is null for unmodified volumes.</p>"
16390      }
16391    },
16392    "VolumeState": {
16393      "base": null,
16394      "refs": {
16395        "Volume$State": "<p>The volume state.</p>"
16396      }
16397    },
16398    "VolumeStatusAction": {
16399      "base": "<p>Describes a volume status operation code.</p>",
16400      "refs": {
16401        "VolumeStatusActionsList$member": null
16402      }
16403    },
16404    "VolumeStatusActionsList": {
16405      "base": null,
16406      "refs": {
16407        "VolumeStatusItem$Actions": "<p>The details of the operation.</p>"
16408      }
16409    },
16410    "VolumeStatusAttachmentStatus": {
16411      "base": "<p>Information about the instances to which the volume is attached.</p>",
16412      "refs": {
16413        "VolumeStatusAttachmentStatusList$member": null
16414      }
16415    },
16416    "VolumeStatusAttachmentStatusList": {
16417      "base": null,
16418      "refs": {
16419        "VolumeStatusItem$AttachmentStatuses": "<p>Information about the instances to which the volume is attached.</p>"
16420      }
16421    },
16422    "VolumeStatusDetails": {
16423      "base": "<p>Describes a volume status.</p>",
16424      "refs": {
16425        "VolumeStatusDetailsList$member": null
16426      }
16427    },
16428    "VolumeStatusDetailsList": {
16429      "base": null,
16430      "refs": {
16431        "VolumeStatusInfo$Details": "<p>The details of the volume status.</p>"
16432      }
16433    },
16434    "VolumeStatusEvent": {
16435      "base": "<p>Describes a volume status event.</p>",
16436      "refs": {
16437        "VolumeStatusEventsList$member": null
16438      }
16439    },
16440    "VolumeStatusEventsList": {
16441      "base": null,
16442      "refs": {
16443        "VolumeStatusItem$Events": "<p>A list of events associated with the volume.</p>"
16444      }
16445    },
16446    "VolumeStatusInfo": {
16447      "base": "<p>Describes the status of a volume.</p>",
16448      "refs": {
16449        "VolumeStatusItem$VolumeStatus": "<p>The volume status.</p>"
16450      }
16451    },
16452    "VolumeStatusInfoStatus": {
16453      "base": null,
16454      "refs": {
16455        "VolumeStatusInfo$Status": "<p>The status of the volume.</p>"
16456      }
16457    },
16458    "VolumeStatusItem": {
16459      "base": "<p>Describes the volume status.</p>",
16460      "refs": {
16461        "VolumeStatusList$member": null
16462      }
16463    },
16464    "VolumeStatusList": {
16465      "base": null,
16466      "refs": {
16467        "DescribeVolumeStatusResult$VolumeStatuses": "<p>Information about the status of the volumes.</p>"
16468      }
16469    },
16470    "VolumeStatusName": {
16471      "base": null,
16472      "refs": {
16473        "VolumeStatusDetails$Name": "<p>The name of the volume status.</p>"
16474      }
16475    },
16476    "VolumeType": {
16477      "base": null,
16478      "refs": {
16479        "CreateVolumeRequest$VolumeType": "<p>The volume type. This parameter can be one of the following values:</p> <ul> <li> <p>General Purpose SSD: <code>gp2</code> | <code>gp3</code> </p> </li> <li> <p>Provisioned IOPS SSD: <code>io1</code> | <code>io2</code> </p> </li> <li> <p>Throughput Optimized HDD: <code>st1</code> </p> </li> <li> <p>Cold HDD: <code>sc1</code> </p> </li> <li> <p>Magnetic: <code>standard</code> </p> </li> </ul> <p>For more information, see <a href=\"https://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>Default: <code>gp2</code> </p>",
16480        "EbsBlockDevice$VolumeType": "<p>The volume type. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html\">Amazon EBS volume types</a> in the <i>Amazon EC2 User Guide</i>. If the volume type is <code>io1</code> or <code>io2</code>, you must specify the IOPS that the volume supports.</p>",
16481        "LaunchTemplateEbsBlockDevice$VolumeType": "<p>The volume type.</p>",
16482        "LaunchTemplateEbsBlockDeviceRequest$VolumeType": "<p>The volume type. The default is <code>gp2</code>. For more information, see <a href=\"https://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>",
16483        "ModifyVolumeRequest$VolumeType": "<p>The target EBS volume type of the volume. For more information, see <a href=\"https://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>Default: If no type is specified, the existing type is retained.</p>",
16484        "Volume$VolumeType": "<p>The volume type.</p>",
16485        "VolumeModification$TargetVolumeType": "<p>The target EBS volume type of the volume.</p>",
16486        "VolumeModification$OriginalVolumeType": "<p>The original EBS volume type of the volume.</p>"
16487      }
16488    },
16489    "Vpc": {
16490      "base": "<p>Describes a VPC.</p>",
16491      "refs": {
16492        "CreateDefaultVpcResult$Vpc": "<p>Information about the VPC.</p>",
16493        "CreateVpcResult$Vpc": "<p>Information about the VPC.</p>",
16494        "VpcList$member": null
16495      }
16496    },
16497    "VpcAttachment": {
16498      "base": "<p>Describes an attachment between a virtual private gateway and a VPC.</p>",
16499      "refs": {
16500        "AttachVpnGatewayResult$VpcAttachment": "<p>Information about the attachment.</p>",
16501        "VpcAttachmentList$member": null
16502      }
16503    },
16504    "VpcAttachmentList": {
16505      "base": null,
16506      "refs": {
16507        "VpnGateway$VpcAttachments": "<p>Any VPCs attached to the virtual private gateway.</p>"
16508      }
16509    },
16510    "VpcAttributeName": {
16511      "base": null,
16512      "refs": {
16513        "DescribeVpcAttributeRequest$Attribute": "<p>The VPC attribute.</p>"
16514      }
16515    },
16516    "VpcCidrAssociationId": {
16517      "base": null,
16518      "refs": {
16519        "DisassociateVpcCidrBlockRequest$AssociationId": "<p>The association ID for the CIDR block.</p>"
16520      }
16521    },
16522    "VpcCidrBlockAssociation": {
16523      "base": "<p>Describes an IPv4 CIDR block associated with a VPC.</p>",
16524      "refs": {
16525        "AssociateVpcCidrBlockResult$CidrBlockAssociation": "<p>Information about the IPv4 CIDR block association.</p>",
16526        "DisassociateVpcCidrBlockResult$CidrBlockAssociation": "<p>Information about the IPv4 CIDR block association.</p>",
16527        "VpcCidrBlockAssociationSet$member": null
16528      }
16529    },
16530    "VpcCidrBlockAssociationSet": {
16531      "base": null,
16532      "refs": {
16533        "Vpc$CidrBlockAssociationSet": "<p>Information about the IPv4 CIDR blocks associated with the VPC.</p>"
16534      }
16535    },
16536    "VpcCidrBlockState": {
16537      "base": "<p>Describes the state of a CIDR block.</p>",
16538      "refs": {
16539        "VpcCidrBlockAssociation$CidrBlockState": "<p>Information about the state of the CIDR block.</p>",
16540        "VpcIpv6CidrBlockAssociation$Ipv6CidrBlockState": "<p>Information about the state of the CIDR block.</p>"
16541      }
16542    },
16543    "VpcCidrBlockStateCode": {
16544      "base": null,
16545      "refs": {
16546        "VpcCidrBlockState$State": "<p>The state of the CIDR block.</p>"
16547      }
16548    },
16549    "VpcClassicLink": {
16550      "base": "<p>Describes whether a VPC is enabled for ClassicLink.</p>",
16551      "refs": {
16552        "VpcClassicLinkList$member": null
16553      }
16554    },
16555    "VpcClassicLinkIdList": {
16556      "base": null,
16557      "refs": {
16558        "DescribeVpcClassicLinkDnsSupportRequest$VpcIds": "<p>One or more VPC IDs.</p>",
16559        "DescribeVpcClassicLinkRequest$VpcIds": "<p>One or more VPCs for which you want to describe the ClassicLink status.</p>"
16560      }
16561    },
16562    "VpcClassicLinkList": {
16563      "base": null,
16564      "refs": {
16565        "DescribeVpcClassicLinkResult$Vpcs": "<p>The ClassicLink status of one or more VPCs.</p>"
16566      }
16567    },
16568    "VpcEndpoint": {
16569      "base": "<p>Describes a VPC endpoint.</p>",
16570      "refs": {
16571        "CreateVpcEndpointResult$VpcEndpoint": "<p>Information about the endpoint.</p>",
16572        "VpcEndpointSet$member": null
16573      }
16574    },
16575    "VpcEndpointConnection": {
16576      "base": "<p>Describes a VPC endpoint connection to a service.</p>",
16577      "refs": {
16578        "VpcEndpointConnectionSet$member": null
16579      }
16580    },
16581    "VpcEndpointConnectionSet": {
16582      "base": null,
16583      "refs": {
16584        "DescribeVpcEndpointConnectionsResult$VpcEndpointConnections": "<p>Information about one or more VPC endpoint connections.</p>"
16585      }
16586    },
16587    "VpcEndpointId": {
16588      "base": null,
16589      "refs": {
16590        "CreateRouteRequest$VpcEndpointId": "<p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>",
16591        "CreateVpcEndpointConnectionNotificationRequest$VpcEndpointId": "<p>The ID of the endpoint.</p>",
16592        "ModifyVpcEndpointRequest$VpcEndpointId": "<p>The ID of the endpoint.</p>",
16593        "ReplaceRouteRequest$VpcEndpointId": "<p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>",
16594        "VpcEndpointIdList$member": null
16595      }
16596    },
16597    "VpcEndpointIdList": {
16598      "base": null,
16599      "refs": {
16600        "AcceptVpcEndpointConnectionsRequest$VpcEndpointIds": "<p>The IDs of one or more interface VPC endpoints.</p>",
16601        "DeleteVpcEndpointsRequest$VpcEndpointIds": "<p>One or more VPC endpoint IDs.</p>",
16602        "DescribeVpcEndpointsRequest$VpcEndpointIds": "<p>One or more endpoint IDs.</p>",
16603        "RejectVpcEndpointConnectionsRequest$VpcEndpointIds": "<p>The IDs of one or more VPC endpoints.</p>"
16604      }
16605    },
16606    "VpcEndpointRouteTableIdList": {
16607      "base": null,
16608      "refs": {
16609        "CreateVpcEndpointRequest$RouteTableIds": "<p>(Gateway endpoint) One or more route table IDs.</p>",
16610        "ModifyVpcEndpointRequest$AddRouteTableIds": "<p>(Gateway endpoint) One or more route tables IDs to associate with the endpoint.</p>",
16611        "ModifyVpcEndpointRequest$RemoveRouteTableIds": "<p>(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.</p>"
16612      }
16613    },
16614    "VpcEndpointSecurityGroupIdList": {
16615      "base": null,
16616      "refs": {
16617        "CreateVpcEndpointRequest$SecurityGroupIds": "<p>(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.</p>",
16618        "ModifyVpcEndpointRequest$AddSecurityGroupIds": "<p>(Interface endpoint) One or more security group IDs to associate with the network interface.</p>",
16619        "ModifyVpcEndpointRequest$RemoveSecurityGroupIds": "<p>(Interface endpoint) One or more security group IDs to disassociate from the network interface.</p>"
16620      }
16621    },
16622    "VpcEndpointServiceId": {
16623      "base": null,
16624      "refs": {
16625        "AcceptVpcEndpointConnectionsRequest$ServiceId": "<p>The ID of the VPC endpoint service.</p>",
16626        "CreateVpcEndpointConnectionNotificationRequest$ServiceId": "<p>The ID of the endpoint service.</p>",
16627        "DescribeVpcEndpointServicePermissionsRequest$ServiceId": "<p>The ID of the service.</p>",
16628        "ModifyVpcEndpointServiceConfigurationRequest$ServiceId": "<p>The ID of the service.</p>",
16629        "ModifyVpcEndpointServicePermissionsRequest$ServiceId": "<p>The ID of the service.</p>",
16630        "RejectVpcEndpointConnectionsRequest$ServiceId": "<p>The ID of the service.</p>",
16631        "StartVpcEndpointServicePrivateDnsVerificationRequest$ServiceId": "<p>The ID of the endpoint service.</p>",
16632        "VpcEndpointServiceIdList$member": null
16633      }
16634    },
16635    "VpcEndpointServiceIdList": {
16636      "base": null,
16637      "refs": {
16638        "DeleteVpcEndpointServiceConfigurationsRequest$ServiceIds": "<p>The IDs of one or more services.</p>",
16639        "DescribeVpcEndpointServiceConfigurationsRequest$ServiceIds": "<p>The IDs of one or more services.</p>"
16640      }
16641    },
16642    "VpcEndpointSet": {
16643      "base": null,
16644      "refs": {
16645        "DescribeVpcEndpointsResult$VpcEndpoints": "<p>Information about the endpoints.</p>"
16646      }
16647    },
16648    "VpcEndpointSubnetIdList": {
16649      "base": null,
16650      "refs": {
16651        "CreateVpcEndpointRequest$SubnetIds": "<p>(Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an endpoint network interface. For a Gateway Load Balancer endpoint, you can specify one subnet only.</p>",
16652        "ModifyVpcEndpointRequest$AddSubnetIds": "<p>(Interface and Gateway Load Balancer endpoints) One or more subnet IDs in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.</p>",
16653        "ModifyVpcEndpointRequest$RemoveSubnetIds": "<p>(Interface endpoint) One or more subnets IDs in which to remove the endpoint.</p>"
16654      }
16655    },
16656    "VpcEndpointType": {
16657      "base": null,
16658      "refs": {
16659        "CreateVpcEndpointRequest$VpcEndpointType": "<p>The type of endpoint.</p> <p>Default: Gateway</p>",
16660        "VpcEndpoint$VpcEndpointType": "<p>The type of endpoint.</p>"
16661      }
16662    },
16663    "VpcFlowLogId": {
16664      "base": null,
16665      "refs": {
16666        "FlowLogIdList$member": null
16667      }
16668    },
16669    "VpcId": {
16670      "base": null,
16671      "refs": {
16672        "ApplySecurityGroupsToClientVpnTargetNetworkRequest$VpcId": "<p>The ID of the VPC in which the associated target network is located.</p>",
16673        "AssociateDhcpOptionsRequest$VpcId": "<p>The ID of the VPC.</p>",
16674        "AssociateVpcCidrBlockRequest$VpcId": "<p>The ID of the VPC.</p>",
16675        "AttachClassicLinkVpcRequest$VpcId": "<p>The ID of a ClassicLink-enabled VPC.</p>",
16676        "AttachInternetGatewayRequest$VpcId": "<p>The ID of the VPC.</p>",
16677        "AttachVpnGatewayRequest$VpcId": "<p>The ID of the VPC.</p>",
16678        "CarrierGateway$VpcId": "<p>The ID of the VPC associated with the carrier gateway.</p>",
16679        "ClientVpnEndpoint$VpcId": "<p>The ID of the VPC.</p>",
16680        "CreateCarrierGatewayRequest$VpcId": "<p>The ID of the VPC to associate with the carrier gateway.</p>",
16681        "CreateClientVpnEndpointRequest$VpcId": "<p>The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.</p>",
16682        "CreateEgressOnlyInternetGatewayRequest$VpcId": "<p>The ID of the VPC for which to create the egress-only internet gateway.</p>",
16683        "CreateLocalGatewayRouteTableVpcAssociationRequest$VpcId": "<p>The ID of the VPC.</p>",
16684        "CreateNetworkAclRequest$VpcId": "<p>The ID of the VPC.</p>",
16685        "CreateRouteTableRequest$VpcId": "<p>The ID of the VPC.</p>",
16686        "CreateSecurityGroupRequest$VpcId": "<p>[EC2-VPC] The ID of the VPC. Required for EC2-VPC.</p>",
16687        "CreateSubnetRequest$VpcId": "<p>The ID of the VPC.</p>",
16688        "CreateTransitGatewayVpcAttachmentRequest$VpcId": "<p>The ID of the VPC.</p>",
16689        "CreateVpcEndpointRequest$VpcId": "<p>The ID of the VPC in which the endpoint will be used.</p>",
16690        "CreateVpcPeeringConnectionRequest$VpcId": "<p>The ID of the requester VPC. You must specify this parameter in the request.</p>",
16691        "DeleteVpcRequest$VpcId": "<p>The ID of the VPC.</p>",
16692        "DescribeStaleSecurityGroupsRequest$VpcId": "<p>The ID of the VPC.</p>",
16693        "DescribeVpcAttributeRequest$VpcId": "<p>The ID of the VPC.</p>",
16694        "DetachClassicLinkVpcRequest$VpcId": "<p>The ID of the VPC to which the instance is linked.</p>",
16695        "DetachInternetGatewayRequest$VpcId": "<p>The ID of the VPC.</p>",
16696        "DetachVpnGatewayRequest$VpcId": "<p>The ID of the VPC.</p>",
16697        "DisableVpcClassicLinkDnsSupportRequest$VpcId": "<p>The ID of the VPC.</p>",
16698        "DisableVpcClassicLinkRequest$VpcId": "<p>The ID of the VPC.</p>",
16699        "EnableVpcClassicLinkDnsSupportRequest$VpcId": "<p>The ID of the VPC.</p>",
16700        "EnableVpcClassicLinkRequest$VpcId": "<p>The ID of the VPC.</p>",
16701        "ModifyClientVpnEndpointRequest$VpcId": "<p>The ID of the VPC to associate with the Client VPN endpoint.</p>",
16702        "ModifyVpcAttributeRequest$VpcId": "<p>The ID of the VPC.</p>",
16703        "ModifyVpcTenancyRequest$VpcId": "<p>The ID of the VPC.</p>",
16704        "VpcClassicLinkIdList$member": null,
16705        "VpcIdStringList$member": null
16706      }
16707    },
16708    "VpcIdStringList": {
16709      "base": null,
16710      "refs": {
16711        "DescribeVpcsRequest$VpcIds": "<p>One or more VPC IDs.</p> <p>Default: Describes all your VPCs.</p>"
16712      }
16713    },
16714    "VpcIpv6CidrBlockAssociation": {
16715      "base": "<p>Describes an IPv6 CIDR block associated with a VPC.</p>",
16716      "refs": {
16717        "AssociateVpcCidrBlockResult$Ipv6CidrBlockAssociation": "<p>Information about the IPv6 CIDR block association.</p>",
16718        "DisassociateVpcCidrBlockResult$Ipv6CidrBlockAssociation": "<p>Information about the IPv6 CIDR block association.</p>",
16719        "VpcIpv6CidrBlockAssociationSet$member": null
16720      }
16721    },
16722    "VpcIpv6CidrBlockAssociationSet": {
16723      "base": null,
16724      "refs": {
16725        "Vpc$Ipv6CidrBlockAssociationSet": "<p>Information about the IPv6 CIDR blocks associated with the VPC.</p>"
16726      }
16727    },
16728    "VpcList": {
16729      "base": null,
16730      "refs": {
16731        "DescribeVpcsResult$Vpcs": "<p>Information about one or more VPCs.</p>"
16732      }
16733    },
16734    "VpcPeeringConnection": {
16735      "base": "<p>Describes a VPC peering connection.</p>",
16736      "refs": {
16737        "AcceptVpcPeeringConnectionResult$VpcPeeringConnection": "<p>Information about the VPC peering connection.</p>",
16738        "CreateVpcPeeringConnectionResult$VpcPeeringConnection": "<p>Information about the VPC peering connection.</p>",
16739        "VpcPeeringConnectionList$member": null
16740      }
16741    },
16742    "VpcPeeringConnectionId": {
16743      "base": null,
16744      "refs": {
16745        "AcceptVpcPeeringConnectionRequest$VpcPeeringConnectionId": "<p>The ID of the VPC peering connection. You must specify this parameter in the request.</p>",
16746        "CreateRouteRequest$VpcPeeringConnectionId": "<p>The ID of a VPC peering connection.</p>",
16747        "DeleteVpcPeeringConnectionRequest$VpcPeeringConnectionId": "<p>The ID of the VPC peering connection.</p>",
16748        "ModifyVpcPeeringConnectionOptionsRequest$VpcPeeringConnectionId": "<p>The ID of the VPC peering connection.</p>",
16749        "RejectVpcPeeringConnectionRequest$VpcPeeringConnectionId": "<p>The ID of the VPC peering connection.</p>",
16750        "ReplaceRouteRequest$VpcPeeringConnectionId": "<p>The ID of a VPC peering connection.</p>",
16751        "VpcPeeringConnectionIdList$member": null
16752      }
16753    },
16754    "VpcPeeringConnectionIdList": {
16755      "base": null,
16756      "refs": {
16757        "DescribeVpcPeeringConnectionsRequest$VpcPeeringConnectionIds": "<p>One or more VPC peering connection IDs.</p> <p>Default: Describes all your VPC peering connections.</p>"
16758      }
16759    },
16760    "VpcPeeringConnectionList": {
16761      "base": null,
16762      "refs": {
16763        "DescribeVpcPeeringConnectionsResult$VpcPeeringConnections": "<p>Information about the VPC peering connections.</p>"
16764      }
16765    },
16766    "VpcPeeringConnectionOptionsDescription": {
16767      "base": "<p>Describes the VPC peering connection options.</p>",
16768      "refs": {
16769        "VpcPeeringConnectionVpcInfo$PeeringOptions": "<p>Information about the VPC peering connection options for the accepter or requester VPC.</p>"
16770      }
16771    },
16772    "VpcPeeringConnectionStateReason": {
16773      "base": "<p>Describes the status of a VPC peering connection.</p>",
16774      "refs": {
16775        "VpcPeeringConnection$Status": "<p>The status of the VPC peering connection.</p>"
16776      }
16777    },
16778    "VpcPeeringConnectionStateReasonCode": {
16779      "base": null,
16780      "refs": {
16781        "VpcPeeringConnectionStateReason$Code": "<p>The status of the VPC peering connection.</p>"
16782      }
16783    },
16784    "VpcPeeringConnectionVpcInfo": {
16785      "base": "<p>Describes a VPC in a VPC peering connection.</p>",
16786      "refs": {
16787        "VpcPeeringConnection$AccepterVpcInfo": "<p>Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.</p>",
16788        "VpcPeeringConnection$RequesterVpcInfo": "<p>Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.</p>"
16789      }
16790    },
16791    "VpcState": {
16792      "base": null,
16793      "refs": {
16794        "Vpc$State": "<p>The current state of the VPC.</p>"
16795      }
16796    },
16797    "VpcTenancy": {
16798      "base": null,
16799      "refs": {
16800        "ModifyVpcTenancyRequest$InstanceTenancy": "<p>The instance tenancy attribute for the VPC. </p>"
16801      }
16802    },
16803    "VpnConnection": {
16804      "base": "<p>Describes a VPN connection.</p>",
16805      "refs": {
16806        "CreateVpnConnectionResult$VpnConnection": "<p>Information about the VPN connection.</p>",
16807        "ModifyVpnConnectionOptionsResult$VpnConnection": null,
16808        "ModifyVpnConnectionResult$VpnConnection": null,
16809        "ModifyVpnTunnelCertificateResult$VpnConnection": null,
16810        "ModifyVpnTunnelOptionsResult$VpnConnection": null,
16811        "VpnConnectionList$member": null
16812      }
16813    },
16814    "VpnConnectionId": {
16815      "base": null,
16816      "refs": {
16817        "CreateVpnConnectionRouteRequest$VpnConnectionId": "<p>The ID of the VPN connection.</p>",
16818        "DeleteVpnConnectionRequest$VpnConnectionId": "<p>The ID of the VPN connection.</p>",
16819        "DeleteVpnConnectionRouteRequest$VpnConnectionId": "<p>The ID of the VPN connection.</p>",
16820        "ModifyVpnConnectionOptionsRequest$VpnConnectionId": "<p>The ID of the Site-to-Site VPN connection. </p>",
16821        "ModifyVpnConnectionRequest$VpnConnectionId": "<p>The ID of the VPN connection.</p>",
16822        "ModifyVpnTunnelCertificateRequest$VpnConnectionId": "<p>The ID of the AWS Site-to-Site VPN connection.</p>",
16823        "ModifyVpnTunnelOptionsRequest$VpnConnectionId": "<p>The ID of the AWS Site-to-Site VPN connection.</p>",
16824        "TerminateClientVpnConnectionsRequest$ConnectionId": "<p>The ID of the client connection to be terminated.</p>",
16825        "VpnConnectionIdStringList$member": null
16826      }
16827    },
16828    "VpnConnectionIdStringList": {
16829      "base": null,
16830      "refs": {
16831        "DescribeVpnConnectionsRequest$VpnConnectionIds": "<p>One or more VPN connection IDs.</p> <p>Default: Describes your VPN connections.</p>"
16832      }
16833    },
16834    "VpnConnectionList": {
16835      "base": null,
16836      "refs": {
16837        "DescribeVpnConnectionsResult$VpnConnections": "<p>Information about one or more VPN connections.</p>"
16838      }
16839    },
16840    "VpnConnectionOptions": {
16841      "base": "<p>Describes VPN connection options.</p>",
16842      "refs": {
16843        "VpnConnection$Options": "<p>The VPN connection options.</p>"
16844      }
16845    },
16846    "VpnConnectionOptionsSpecification": {
16847      "base": "<p>Describes VPN connection options.</p>",
16848      "refs": {
16849        "CreateVpnConnectionRequest$Options": "<p>The options for the VPN connection.</p>"
16850      }
16851    },
16852    "VpnEcmpSupportValue": {
16853      "base": null,
16854      "refs": {
16855        "ModifyTransitGatewayOptions$VpnEcmpSupport": "<p>Enable or disable Equal Cost Multipath Protocol support.</p>",
16856        "TransitGatewayOptions$VpnEcmpSupport": "<p>Indicates whether Equal Cost Multipath Protocol support is enabled.</p>",
16857        "TransitGatewayRequestOptions$VpnEcmpSupport": "<p>Enable or disable Equal Cost Multipath Protocol support. Enabled by default.</p>"
16858      }
16859    },
16860    "VpnGateway": {
16861      "base": "<p>Describes a virtual private gateway.</p>",
16862      "refs": {
16863        "CreateVpnGatewayResult$VpnGateway": "<p>Information about the virtual private gateway.</p>",
16864        "VpnGatewayList$member": null
16865      }
16866    },
16867    "VpnGatewayId": {
16868      "base": null,
16869      "refs": {
16870        "AttachVpnGatewayRequest$VpnGatewayId": "<p>The ID of the virtual private gateway.</p>",
16871        "CreateVpnConnectionRequest$VpnGatewayId": "<p>The ID of the virtual private gateway. If you specify a virtual private gateway, you cannot specify a transit gateway.</p>",
16872        "DeleteVpnGatewayRequest$VpnGatewayId": "<p>The ID of the virtual private gateway.</p>",
16873        "DetachVpnGatewayRequest$VpnGatewayId": "<p>The ID of the virtual private gateway.</p>",
16874        "DisableVgwRoutePropagationRequest$GatewayId": "<p>The ID of the virtual private gateway.</p>",
16875        "EnableVgwRoutePropagationRequest$GatewayId": "<p>The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with. </p>",
16876        "ModifyVpnConnectionRequest$VpnGatewayId": "<p>The ID of the virtual private gateway at the AWS side of the VPN connection.</p>",
16877        "VpnGatewayIdStringList$member": null
16878      }
16879    },
16880    "VpnGatewayIdStringList": {
16881      "base": null,
16882      "refs": {
16883        "DescribeVpnGatewaysRequest$VpnGatewayIds": "<p>One or more virtual private gateway IDs.</p> <p>Default: Describes all your virtual private gateways.</p>"
16884      }
16885    },
16886    "VpnGatewayList": {
16887      "base": null,
16888      "refs": {
16889        "DescribeVpnGatewaysResult$VpnGateways": "<p>Information about one or more virtual private gateways.</p>"
16890      }
16891    },
16892    "VpnProtocol": {
16893      "base": null,
16894      "refs": {
16895        "ClientVpnEndpoint$VpnProtocol": "<p>The protocol used by the VPN session.</p>"
16896      }
16897    },
16898    "VpnState": {
16899      "base": null,
16900      "refs": {
16901        "VpnConnection$State": "<p>The current state of the VPN connection.</p>",
16902        "VpnGateway$State": "<p>The current state of the virtual private gateway.</p>",
16903        "VpnStaticRoute$State": "<p>The current state of the static route.</p>"
16904      }
16905    },
16906    "VpnStaticRoute": {
16907      "base": "<p>Describes a static route for a VPN connection.</p>",
16908      "refs": {
16909        "VpnStaticRouteList$member": null
16910      }
16911    },
16912    "VpnStaticRouteList": {
16913      "base": null,
16914      "refs": {
16915        "VpnConnection$Routes": "<p>The static routes associated with the VPN connection.</p>"
16916      }
16917    },
16918    "VpnStaticRouteSource": {
16919      "base": null,
16920      "refs": {
16921        "VpnStaticRoute$Source": "<p>Indicates how the routes were provided.</p>"
16922      }
16923    },
16924    "VpnTunnelOptionsSpecification": {
16925      "base": "<p>The tunnel options for a single VPN tunnel.</p>",
16926      "refs": {
16927        "VpnTunnelOptionsSpecificationsList$member": null
16928      }
16929    },
16930    "VpnTunnelOptionsSpecificationsList": {
16931      "base": null,
16932      "refs": {
16933        "VpnConnectionOptionsSpecification$TunnelOptions": "<p>The tunnel options for the VPN connection.</p>"
16934      }
16935    },
16936    "WithdrawByoipCidrRequest": {
16937      "base": null,
16938      "refs": {
16939      }
16940    },
16941    "WithdrawByoipCidrResult": {
16942      "base": null,
16943      "refs": {
16944      }
16945    },
16946    "ZoneIdStringList": {
16947      "base": null,
16948      "refs": {
16949        "DescribeAvailabilityZonesRequest$ZoneIds": "<p>The IDs of the Availability Zones, Local Zones, and Wavelength Zones.</p>"
16950      }
16951    },
16952    "ZoneNameStringList": {
16953      "base": null,
16954      "refs": {
16955        "DescribeAvailabilityZonesRequest$ZoneNames": "<p>The names of the Availability Zones, Local Zones, and Wavelength Zones.</p>"
16956      }
16957    },
16958    "scope": {
16959      "base": null,
16960      "refs": {
16961        "ReservedInstances$Scope": "<p>The scope of the Reserved Instance.</p>",
16962        "ReservedInstancesConfiguration$Scope": "<p>Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.</p>",
16963        "ReservedInstancesOffering$Scope": "<p>Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.</p>"
16964      }
16965    },
16966    "totalFpgaMemory": {
16967      "base": null,
16968      "refs": {
16969        "FpgaInfo$TotalFpgaMemoryInMiB": "<p>The total memory of all FPGA accelerators for the instance type.</p>"
16970      }
16971    },
16972    "totalGpuMemory": {
16973      "base": null,
16974      "refs": {
16975        "GpuInfo$TotalGpuMemoryInMiB": "<p>The total size of the memory for the GPU accelerators for the instance type, in MiB.</p>"
16976      }
16977    }
16978  }
16979}
16980