{ "version": "2.0", "service": "Amazon Elastic Compute Cloud

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

", "operations": { "AcceptReservedInstancesExchangeQuote": "

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

", "AcceptVpcEndpointConnections": "

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

", "AcceptVpcPeeringConnection": "

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

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

", "AllocateAddress": "

Allocates an Elastic IP address.

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.

If you release an Elastic IP address for use in a VPC, you might be able to recover it. To recover an Elastic IP address that you released, specify it in the Address parameter. Note that you cannot recover an Elastic IP address that you released after it is allocated to another AWS account.

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

", "AllocateHosts": "

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

", "AssignIpv6Addresses": "

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

", "AssignPrivateIpAddresses": "

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

AssignPrivateIpAddresses is available only in EC2-VPC.

", "AssociateAddress": "

Associates an Elastic IP address with an instance or a network interface.

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

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

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

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

", "AssociateDhcpOptions": "

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

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

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

", "AssociateIamInstanceProfile": "

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

", "AssociateRouteTable": "

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

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

", "AssociateSubnetCidrBlock": "

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

", "AssociateVpcCidrBlock": "

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

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

", "AttachClassicLinkVpc": "

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

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

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

", "AttachInternetGateway": "

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

", "AttachNetworkInterface": "

Attaches a network interface to an instance.

", "AttachVolume": "

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

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

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

If a volume has an AWS Marketplace product code:

For an overview of the AWS Marketplace, see Introducing AWS Marketplace.

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

", "AttachVpnGateway": "

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

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

", "AuthorizeSecurityGroupEgress": "

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

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

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

", "AuthorizeSecurityGroupIngress": "

Adds one or more ingress rules to a security group.

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

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

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

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

", "BundleInstance": "

Bundles an Amazon instance store-backed Windows instance.

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

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

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

", "CancelBundleTask": "

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

", "CancelConversionTask": "

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

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

", "CancelExportTask": "

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

", "CancelImportTask": "

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

", "CancelReservedInstancesListing": "

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

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

", "CancelSpotFleetRequests": "

Cancels the specified Spot Fleet requests.

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

", "CancelSpotInstanceRequests": "

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

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

", "ConfirmProductInstance": "

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

", "CopyFpgaImage": "

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

", "CopyImage": "

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

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

", "CopySnapshot": "

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

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

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

Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.

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

", "CreateCustomerGateway": "

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

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

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

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

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

", "CreateDefaultSubnet": "

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

", "CreateDefaultVpc": "

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

You can create a default VPC if you deleted your previous default VPC. You cannot have more than one default VPC per region.

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

", "CreateDhcpOptions": "

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

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

", "CreateEgressOnlyInternetGateway": "

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

", "CreateFlowLogs": "

Creates one or more flow logs to capture IP traffic for a specific network interface, subnet, or VPC. Flow logs are delivered to a specified log group in Amazon CloudWatch Logs. If you specify a VPC or subnet in the request, a log stream is created in CloudWatch Logs for each network interface in the subnet or VPC. Log streams can include information about accepted and rejected traffic to a network interface. You can view the data in your log streams using Amazon CloudWatch Logs.

In your request, you must also specify an IAM role that has permission to publish logs to CloudWatch Logs.

", "CreateFpgaImage": "

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

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

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

", "CreateImage": "

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

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

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

", "CreateInstanceExportTask": "

Exports a running or stopped instance to an S3 bucket.

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

", "CreateInternetGateway": "

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

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

", "CreateKeyPair": "

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

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

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

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

", "CreateLaunchTemplate": "

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

", "CreateLaunchTemplateVersion": "

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

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

", "CreateNatGateway": "

Creates a NAT gateway in the specified subnet. A NAT gateway can be used to enable instances in a private subnet to connect to the Internet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. For more information, see NAT Gateways in the Amazon Virtual Private Cloud User Guide.

", "CreateNetworkAcl": "

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

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

", "CreateNetworkAclEntry": "

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

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

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

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

", "CreateNetworkInterface": "

Creates a network interface in the specified subnet.

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

", "CreateNetworkInterfacePermission": "

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

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

", "CreatePlacementGroup": "

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

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

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

", "CreateReservedInstancesListing": "

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

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

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

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

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

", "CreateRoute": "

Creates a route in a route table within a VPC.

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

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

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

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

", "CreateRouteTable": "

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

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

", "CreateSecurityGroup": "

Creates a security group.

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

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

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

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

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

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

", "CreateSnapshot": "

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

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

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

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

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

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

", "CreateSpotDatafeedSubscription": "

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

", "CreateSubnet": "

Creates a subnet in an existing VPC.

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

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

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

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

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

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

", "CreateTags": "

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

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

", "CreateVolume": "

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

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

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

You can tag your volumes during creation. For more information, see Tagging Your Amazon EC2 Resources.

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

", "CreateVpc": "

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). To help you decide how big to make your VPC, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.

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

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

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

", "CreateVpcEndpoint": "

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

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

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

Use DescribeVpcEndpointServices to get a list of supported services.

", "CreateVpcEndpointConnectionNotification": "

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

You can create a connection notification for interface endpoints only.

", "CreateVpcEndpointServiceConfiguration": "

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

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

", "CreateVpcPeeringConnection": "

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.

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

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

", "CreateVpnConnection": "

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

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

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

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

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

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

", "CreateVpnConnectionRoute": "

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

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

", "CreateVpnGateway": "

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

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

", "DeleteCustomerGateway": "

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

", "DeleteDhcpOptions": "

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

", "DeleteEgressOnlyInternetGateway": "

Deletes an egress-only Internet gateway.

", "DeleteFlowLogs": "

Deletes one or more flow logs.

", "DeleteFpgaImage": "

Deletes the specified Amazon FPGA Image (AFI).

", "DeleteInternetGateway": "

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

", "DeleteKeyPair": "

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

", "DeleteLaunchTemplate": "

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

", "DeleteLaunchTemplateVersions": "

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

", "DeleteNatGateway": "

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

", "DeleteNetworkAcl": "

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

", "DeleteNetworkAclEntry": "

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

", "DeleteNetworkInterface": "

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

", "DeleteNetworkInterfacePermission": "

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

", "DeletePlacementGroup": "

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

", "DeleteRoute": "

Deletes the specified route from the specified route table.

", "DeleteRouteTable": "

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

", "DeleteSecurityGroup": "

Deletes a security group.

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

", "DeleteSnapshot": "

Deletes the specified snapshot.

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

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

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

", "DeleteSpotDatafeedSubscription": "

Deletes the data feed for Spot Instances.

", "DeleteSubnet": "

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

", "DeleteTags": "

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

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

", "DeleteVolume": "

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

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

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

", "DeleteVpc": "

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

", "DeleteVpcEndpointConnectionNotifications": "

Deletes one or more VPC endpoint connection notifications.

", "DeleteVpcEndpointServiceConfigurations": "

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

", "DeleteVpcEndpoints": "

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

", "DeleteVpcPeeringConnection": "

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

", "DeleteVpnConnection": "

Deletes the specified VPN connection.

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

", "DeleteVpnConnectionRoute": "

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

", "DeleteVpnGateway": "

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

", "DeregisterImage": "

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

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

", "DescribeAccountAttributes": "

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

", "DescribeAddresses": "

Describes one or more of your Elastic IP addresses.

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

", "DescribeAvailabilityZones": "

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

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

", "DescribeBundleTasks": "

Describes one or more of your bundling tasks.

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

", "DescribeClassicLinkInstances": "

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

", "DescribeConversionTasks": "

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

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

", "DescribeCustomerGateways": "

Describes one or more of your VPN customer gateways.

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

", "DescribeDhcpOptions": "

Describes one or more of your DHCP options sets.

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

", "DescribeEgressOnlyInternetGateways": "

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

", "DescribeElasticGpus": "

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

", "DescribeExportTasks": "

Describes one or more of your export tasks.

", "DescribeFlowLogs": "

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

", "DescribeFpgaImageAttribute": "

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

", "DescribeFpgaImages": "

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

", "DescribeHostReservationOfferings": "

Describes the Dedicated Host Reservations that are available to purchase.

The results describe all the Dedicated Host Reservation offerings, including offerings that may not match the instance family and region of your Dedicated Hosts. When purchasing an offering, ensure that the the instance family and region of the offering matches that of the Dedicated Host/s it will be associated with. For an overview of supported instance types, see Dedicated Hosts Overview in the Amazon Elastic Compute Cloud User Guide.

", "DescribeHostReservations": "

Describes Dedicated Host Reservations which are associated with Dedicated Hosts in your account.

", "DescribeHosts": "

Describes one or more of your Dedicated Hosts.

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

", "DescribeIamInstanceProfileAssociations": "

Describes your IAM instance profile associations.

", "DescribeIdFormat": "

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

The following resource types support longer IDs: instance | reservation | snapshot | volume.

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

", "DescribeIdentityIdFormat": "

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

The following resource types support longer IDs: instance | reservation | snapshot | volume.

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

", "DescribeImageAttribute": "

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

", "DescribeImages": "

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

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

", "DescribeImportImageTasks": "

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

", "DescribeImportSnapshotTasks": "

Describes your import snapshot tasks.

", "DescribeInstanceAttribute": "

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

", "DescribeInstanceCreditSpecifications": "

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

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

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

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

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

", "DescribeInstanceStatus": "

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

Instance status includes the following components:

", "DescribeInstances": "

Describes one or more of your instances.

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

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

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

", "DescribeInternetGateways": "

Describes one or more of your Internet gateways.

", "DescribeKeyPairs": "

Describes one or more of your key pairs.

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

", "DescribeLaunchTemplateVersions": "

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

", "DescribeLaunchTemplates": "

Describes one or more launch templates.

", "DescribeMovingAddresses": "

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

", "DescribeNatGateways": "

Describes one or more of the your NAT gateways.

", "DescribeNetworkAcls": "

Describes one or more of your network ACLs.

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

", "DescribeNetworkInterfaceAttribute": "

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

", "DescribeNetworkInterfacePermissions": "

Describes the permissions for your network interfaces.

", "DescribeNetworkInterfaces": "

Describes one or more of your network interfaces.

", "DescribePlacementGroups": "

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

", "DescribePrefixLists": "

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

", "DescribeRegions": "

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

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

", "DescribeReservedInstances": "

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

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

", "DescribeReservedInstancesListings": "

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

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

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

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

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

", "DescribeReservedInstancesModifications": "

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

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

", "DescribeReservedInstancesOfferings": "

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

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

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

", "DescribeRouteTables": "

Describes one or more of your route tables.

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

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

", "DescribeScheduledInstanceAvailability": "

Finds available schedules that meet the specified criteria.

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

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

", "DescribeScheduledInstances": "

Describes one or more of your Scheduled Instances.

", "DescribeSecurityGroupReferences": "

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

", "DescribeSecurityGroups": "

Describes one or more of your security groups.

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

", "DescribeSnapshotAttribute": "

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

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

", "DescribeSnapshots": "

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

The create volume permissions fall into the following categories:

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

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

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

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

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

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

", "DescribeSpotDatafeedSubscription": "

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

", "DescribeSpotFleetInstances": "

Describes the running instances for the specified Spot Fleet.

", "DescribeSpotFleetRequestHistory": "

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

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

", "DescribeSpotFleetRequests": "

Describes your Spot Fleet requests.

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

", "DescribeSpotInstanceRequests": "

Describes the Spot Instance requests that belong to your account. Spot Instances are instances that Amazon EC2 launches when the Spot price that you specify exceeds the current Spot price. For more information, see Spot Instance Requests in the Amazon Elastic Compute Cloud User Guide.

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

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

", "DescribeSpotPriceHistory": "

Describes the Spot price history. For more information, see Spot Instance Pricing History in the Amazon Elastic Compute Cloud User Guide.

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

", "DescribeStaleSecurityGroups": "

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

", "DescribeSubnets": "

Describes one or more of your subnets.

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

", "DescribeTags": "

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

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

", "DescribeVolumeAttribute": "

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

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

", "DescribeVolumeStatus": "

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

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

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

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

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

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

", "DescribeVolumes": "

Describes the specified EBS volumes.

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

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

", "DescribeVolumesModifications": "

Reports the current modification status of EBS volumes.

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

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

", "DescribeVpcAttribute": "

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

", "DescribeVpcClassicLink": "

Describes the ClassicLink status of one or more VPCs.

", "DescribeVpcClassicLinkDnsSupport": "

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

", "DescribeVpcEndpointConnectionNotifications": "

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

", "DescribeVpcEndpointConnections": "

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

", "DescribeVpcEndpointServiceConfigurations": "

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

", "DescribeVpcEndpointServicePermissions": "

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

", "DescribeVpcEndpointServices": "

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

", "DescribeVpcEndpoints": "

Describes one or more of your VPC endpoints.

", "DescribeVpcPeeringConnections": "

Describes one or more of your VPC peering connections.

", "DescribeVpcs": "

Describes one or more of your VPCs.

", "DescribeVpnConnections": "

Describes one or more of your VPN connections.

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

", "DescribeVpnGateways": "

Describes one or more of your virtual private gateways.

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

", "DetachClassicLinkVpc": "

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

", "DetachInternetGateway": "

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

", "DetachNetworkInterface": "

Detaches a network interface from an instance.

", "DetachVolume": "

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

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

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

", "DetachVpnGateway": "

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

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

", "DisableVgwRoutePropagation": "

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

", "DisableVpcClassicLink": "

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

", "DisableVpcClassicLinkDnsSupport": "

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

", "DisassociateAddress": "

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

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

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

", "DisassociateIamInstanceProfile": "

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

Use DescribeIamInstanceProfileAssociations to get the association ID.

", "DisassociateRouteTable": "

Disassociates a subnet from a route table.

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

", "DisassociateSubnetCidrBlock": "

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

", "DisassociateVpcCidrBlock": "

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

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

", "EnableVgwRoutePropagation": "

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

", "EnableVolumeIO": "

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

", "EnableVpcClassicLink": "

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

", "EnableVpcClassicLinkDnsSupport": "

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

", "GetConsoleOutput": "

Gets the console output for the specified instance.

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

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

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

For Windows instances, the instance console output includes output from the EC2Config service.

", "GetConsoleScreenshot": "

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

The returned content is Base64-encoded.

", "GetHostReservationPurchasePreview": "

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

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

", "GetLaunchTemplateData": "

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

", "GetPasswordData": "

Retrieves the encrypted administrator password for a running Windows instance.

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

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

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

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

", "GetReservedInstancesExchangeQuote": "

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

", "ImportImage": "

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

", "ImportInstance": "

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

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

", "ImportKeyPair": "

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

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

", "ImportSnapshot": "

Imports a disk into an EBS snapshot.

", "ImportVolume": "

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

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

", "ModifyFpgaImageAttribute": "

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

", "ModifyHosts": "

Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, AWS will place instances that you launch with a tenancy of host, but without targeting a specific host ID, onto any available Dedicated Host in your account which has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID if you want the instance to launch onto a specific host. If no host ID is provided, the instance will be launched onto a suitable host which has auto-placement enabled.

", "ModifyIdFormat": "

Modifies the ID format for the specified resource on a per-region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created. The following resource types support longer IDs: instance | reservation | snapshot | volume.

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

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

", "ModifyIdentityIdFormat": "

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.

The following resource types support longer IDs: instance | reservation | snapshot | volume. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

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

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

", "ModifyImageAttribute": "

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

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

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

", "ModifyInstanceAttribute": "

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

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

", "ModifyInstanceCreditSpecification": "

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

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

", "ModifyInstancePlacement": "

Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting.

Instance affinity is disabled by default. When instance affinity is host and it is not associated with a specific Dedicated Host, the next time it is launched it will automatically be associated with the host it lands on. This relationship will persist if the instance is stopped/started, or rebooted.

You can modify the host ID associated with a stopped instance. If a stopped instance has a new host ID association, the instance will target that host when restarted.

You can modify the tenancy of a stopped instance with a tenancy of host or dedicated.

Affinity, hostID, and tenancy are not required parameters, but at least one of them must be specified in the request. Affinity and tenancy can be modified in the same request, but tenancy can only be modified on instances that are stopped.

", "ModifyLaunchTemplate": "

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

", "ModifyNetworkInterfaceAttribute": "

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

", "ModifyReservedInstances": "

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

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

", "ModifySnapshotAttribute": "

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

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

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

", "ModifySpotFleetRequest": "

Modifies the specified Spot Fleet request.

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

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

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

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

", "ModifySubnetAttribute": "

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

", "ModifyVolume": "

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

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

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

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

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

", "ModifyVolumeAttribute": "

Modifies a volume attribute.

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

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

", "ModifyVpcAttribute": "

Modifies the specified attribute of the specified VPC.

", "ModifyVpcEndpoint": "

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

", "ModifyVpcEndpointConnectionNotification": "

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

", "ModifyVpcEndpointServiceConfiguration": "

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

", "ModifyVpcEndpointServicePermissions": "

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

", "ModifyVpcPeeringConnectionOptions": "

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

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

", "ModifyVpcTenancy": "

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

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

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

", "MonitorInstances": "

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

To disable detailed monitoring, see .

", "MoveAddressToVpc": "

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

", "PurchaseHostReservation": "

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

", "PurchaseReservedInstancesOffering": "

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

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

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

", "PurchaseScheduledInstances": "

Purchases one or more Scheduled Instances with the specified schedule.

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

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

", "RebootInstances": "

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

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

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

", "RegisterImage": "

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

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

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

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

Some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 billing product code associated with an AMI to verify the subscription status for package updates. Creating an AMI from an EBS snapshot does not maintain this billing code, and subsequent instances launched from such an AMI will not be able to connect to package update infrastructure. To create an AMI that must retain billing codes, see CreateImage.

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

", "RejectVpcEndpointConnections": "

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

", "RejectVpcPeeringConnection": "

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

", "ReleaseAddress": "

Releases the specified Elastic IP address.

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

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

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

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

", "ReleaseHosts": "

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

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

Released hosts will still appear in a DescribeHosts response.

", "ReplaceIamInstanceProfileAssociation": "

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

Use DescribeIamInstanceProfileAssociations to get the association ID.

", "ReplaceNetworkAclAssociation": "

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

", "ReplaceNetworkAclEntry": "

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

", "ReplaceRoute": "

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

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

", "ReplaceRouteTableAssociation": "

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

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

", "ReportInstanceStatus": "

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

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

", "RequestSpotFleet": "

Creates a Spot Fleet request.

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

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

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

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

For more information, see Spot Fleet Requests in the Amazon Elastic Compute Cloud User Guide.

", "RequestSpotInstances": "

Creates a Spot Instance request. Spot Instances are instances that Amazon EC2 launches when the maximum price that you specify exceeds the current Spot price. For more information, see Spot Instance Requests in the Amazon Elastic Compute Cloud User Guide.

", "ResetFpgaImageAttribute": "

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

", "ResetImageAttribute": "

Resets an attribute of an AMI to its default value.

The productCodes attribute can't be reset.

", "ResetInstanceAttribute": "

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

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

", "ResetNetworkInterfaceAttribute": "

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

", "ResetSnapshotAttribute": "

Resets permission settings for the specified snapshot.

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

", "RestoreAddressToClassic": "

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

", "RevokeSecurityGroupEgress": "

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

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

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

", "RevokeSecurityGroupIngress": "

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

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

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

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

", "RunInstances": "

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

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

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

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

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

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

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

", "RunScheduledInstances": "

Launches the specified Scheduled Instances.

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

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

", "StartInstances": "

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

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

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

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

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

", "StopInstances": "

Stops an Amazon EBS-backed instance.

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

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

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

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

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

", "TerminateInstances": "

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

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

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

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

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

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

", "UnassignIpv6Addresses": "

Unassigns one or more IPv6 addresses from a network interface.

", "UnassignPrivateIpAddresses": "

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

", "UnmonitorInstances": "

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

", "UpdateSecurityGroupRuleDescriptionsEgress": "

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

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

", "UpdateSecurityGroupRuleDescriptionsIngress": "

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

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

" }, "shapes": { "AcceptReservedInstancesExchangeQuoteRequest": { "base": "

Contains the parameters for accepting the quote.

", "refs": { } }, "AcceptReservedInstancesExchangeQuoteResult": { "base": "

The result of the exchange and whether it was successful.

", "refs": { } }, "AcceptVpcEndpointConnectionsRequest": { "base": null, "refs": { } }, "AcceptVpcEndpointConnectionsResult": { "base": null, "refs": { } }, "AcceptVpcPeeringConnectionRequest": { "base": "

Contains the parameters for AcceptVpcPeeringConnection.

", "refs": { } }, "AcceptVpcPeeringConnectionResult": { "base": "

Contains the output of AcceptVpcPeeringConnection.

", "refs": { } }, "AccountAttribute": { "base": "

Describes an account attribute.

", "refs": { "AccountAttributeList$member": null } }, "AccountAttributeList": { "base": null, "refs": { "DescribeAccountAttributesResult$AccountAttributes": "

Information about one or more account attributes.

" } }, "AccountAttributeName": { "base": null, "refs": { "AccountAttributeNameStringList$member": null } }, "AccountAttributeNameStringList": { "base": null, "refs": { "DescribeAccountAttributesRequest$AttributeNames": "

One or more account attribute names.

" } }, "AccountAttributeValue": { "base": "

Describes a value of an account attribute.

", "refs": { "AccountAttributeValueList$member": null } }, "AccountAttributeValueList": { "base": null, "refs": { "AccountAttribute$AttributeValues": "

One or more values for the account attribute.

" } }, "ActiveInstance": { "base": "

Describes a running instance in a Spot Fleet.

", "refs": { "ActiveInstanceSet$member": null } }, "ActiveInstanceSet": { "base": null, "refs": { "DescribeSpotFleetInstancesResponse$ActiveInstances": "

The running instances. Note that this list is refreshed periodically and might be out of date.

" } }, "ActivityStatus": { "base": null, "refs": { "SpotFleetRequestConfig$ActivityStatus": "

The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

" } }, "Address": { "base": "

Describes an Elastic IP address.

", "refs": { "AddressList$member": null } }, "AddressList": { "base": null, "refs": { "DescribeAddressesResult$Addresses": "

Information about one or more Elastic IP addresses.

" } }, "Affinity": { "base": null, "refs": { "ModifyInstancePlacementRequest$Affinity": "

The new affinity setting for the instance.

" } }, "AllocateAddressRequest": { "base": "

Contains the parameters for AllocateAddress.

", "refs": { } }, "AllocateAddressResult": { "base": "

Contains the output of AllocateAddress.

", "refs": { } }, "AllocateHostsRequest": { "base": "

Contains the parameters for AllocateHosts.

", "refs": { } }, "AllocateHostsResult": { "base": "

Contains the output of AllocateHosts.

", "refs": { } }, "AllocationIdList": { "base": null, "refs": { "DescribeAddressesRequest$AllocationIds": "

[EC2-VPC] One or more allocation IDs.

Default: Describes all your Elastic IP addresses.

" } }, "AllocationState": { "base": null, "refs": { "Host$State": "

The Dedicated Host's state.

" } }, "AllocationStrategy": { "base": null, "refs": { "SpotFleetRequestConfigData$AllocationStrategy": "

Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request. The default is lowestPrice.

" } }, "AllowedPrincipal": { "base": "

Describes a principal.

", "refs": { "AllowedPrincipalSet$member": null } }, "AllowedPrincipalSet": { "base": null, "refs": { "DescribeVpcEndpointServicePermissionsResult$AllowedPrincipals": "

Information about one or more allowed principals.

" } }, "ArchitectureValues": { "base": null, "refs": { "Image$Architecture": "

The architecture of the image.

", "ImportInstanceLaunchSpecification$Architecture": "

The architecture of the instance.

", "Instance$Architecture": "

The architecture of the image.

", "RegisterImageRequest$Architecture": "

The architecture of the AMI.

Default: For Amazon EBS-backed AMIs, i386. For instance store-backed AMIs, the architecture specified in the manifest file.

" } }, "AssignIpv6AddressesRequest": { "base": null, "refs": { } }, "AssignIpv6AddressesResult": { "base": null, "refs": { } }, "AssignPrivateIpAddressesRequest": { "base": "

Contains the parameters for AssignPrivateIpAddresses.

", "refs": { } }, "AssociateAddressRequest": { "base": "

Contains the parameters for AssociateAddress.

", "refs": { } }, "AssociateAddressResult": { "base": "

Contains the output of AssociateAddress.

", "refs": { } }, "AssociateDhcpOptionsRequest": { "base": "

Contains the parameters for AssociateDhcpOptions.

", "refs": { } }, "AssociateIamInstanceProfileRequest": { "base": null, "refs": { } }, "AssociateIamInstanceProfileResult": { "base": null, "refs": { } }, "AssociateRouteTableRequest": { "base": "

Contains the parameters for AssociateRouteTable.

", "refs": { } }, "AssociateRouteTableResult": { "base": "

Contains the output of AssociateRouteTable.

", "refs": { } }, "AssociateSubnetCidrBlockRequest": { "base": null, "refs": { } }, "AssociateSubnetCidrBlockResult": { "base": null, "refs": { } }, "AssociateVpcCidrBlockRequest": { "base": null, "refs": { } }, "AssociateVpcCidrBlockResult": { "base": null, "refs": { } }, "AssociationIdList": { "base": null, "refs": { "DescribeIamInstanceProfileAssociationsRequest$AssociationIds": "

One or more IAM instance profile associations.

" } }, "AttachClassicLinkVpcRequest": { "base": "

Contains the parameters for AttachClassicLinkVpc.

", "refs": { } }, "AttachClassicLinkVpcResult": { "base": "

Contains the output of AttachClassicLinkVpc.

", "refs": { } }, "AttachInternetGatewayRequest": { "base": "

Contains the parameters for AttachInternetGateway.

", "refs": { } }, "AttachNetworkInterfaceRequest": { "base": "

Contains the parameters for AttachNetworkInterface.

", "refs": { } }, "AttachNetworkInterfaceResult": { "base": "

Contains the output of AttachNetworkInterface.

", "refs": { } }, "AttachVolumeRequest": { "base": "

Contains the parameters for AttachVolume.

", "refs": { } }, "AttachVpnGatewayRequest": { "base": "

Contains the parameters for AttachVpnGateway.

", "refs": { } }, "AttachVpnGatewayResult": { "base": "

Contains the output of AttachVpnGateway.

", "refs": { } }, "AttachmentStatus": { "base": null, "refs": { "EbsInstanceBlockDevice$Status": "

The attachment state.

", "InstanceNetworkInterfaceAttachment$Status": "

The attachment state.

", "InternetGatewayAttachment$State": "

The current state of the attachment.

", "NetworkInterfaceAttachment$Status": "

The attachment state.

", "VpcAttachment$State": "

The current state of the attachment.

" } }, "AttributeBooleanValue": { "base": "

Describes a value for a resource attribute that is a Boolean value.

", "refs": { "DescribeNetworkInterfaceAttributeResult$SourceDestCheck": "

Indicates whether source/destination checking is enabled.

", "DescribeVolumeAttributeResult$AutoEnableIO": "

The state of autoEnableIO attribute.

", "DescribeVpcAttributeResult$EnableDnsHostnames": "

Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not.

", "DescribeVpcAttributeResult$EnableDnsSupport": "

Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.

", "InstanceAttribute$DisableApiTermination": "

If the value is true, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.

", "InstanceAttribute$EnaSupport": "

Indicates whether enhanced networking with ENA is enabled.

", "InstanceAttribute$EbsOptimized": "

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

", "InstanceAttribute$SourceDestCheck": "

Indicates whether source/destination checking is enabled. A value of true means that checking is enabled, and false means that checking is disabled. This value must be false for a NAT instance to perform NAT.

", "ModifyInstanceAttributeRequest$SourceDestCheck": "

Specifies whether source/destination checking is enabled. A value of true means that checking is enabled, and false means that checking is disabled. This value must be false for a NAT instance to perform NAT.

", "ModifyInstanceAttributeRequest$DisableApiTermination": "

If the value is true, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot Instances.

", "ModifyInstanceAttributeRequest$EbsOptimized": "

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.

", "ModifyInstanceAttributeRequest$EnaSupport": "

Set to true to enable enhanced networking with ENA for the instance.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

", "ModifyNetworkInterfaceAttributeRequest$SourceDestCheck": "

Indicates whether source/destination checking is enabled. A value of true means checking is enabled, and false means checking is disabled. This value must be false for a NAT instance to perform NAT. For more information, see NAT Instances in the Amazon Virtual Private Cloud User Guide.

", "ModifySubnetAttributeRequest$AssignIpv6AddressOnCreation": "

Specify true to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the instance therefore receives an IPv6 address).

If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2 API.

", "ModifySubnetAttributeRequest$MapPublicIpOnLaunch": "

Specify true to indicate that network interfaces created in the specified subnet should be assigned a public IPv4 address. This includes a network interface that's created when launching an instance into the subnet (the instance therefore receives a public IPv4 address).

", "ModifyVolumeAttributeRequest$AutoEnableIO": "

Indicates whether the volume should be auto-enabled for I/O operations.

", "ModifyVpcAttributeRequest$EnableDnsHostnames": "

Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.

", "ModifyVpcAttributeRequest$EnableDnsSupport": "

Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range \"plus two\" will succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.

" } }, "AttributeValue": { "base": "

Describes a value for a resource attribute that is a String.

", "refs": { "DescribeNetworkInterfaceAttributeResult$Description": "

The description of the network interface.

", "DhcpConfigurationValueList$member": null, "ImageAttribute$Description": "

A description for the AMI.

", "ImageAttribute$KernelId": "

The kernel ID.

", "ImageAttribute$RamdiskId": "

The RAM disk ID.

", "ImageAttribute$SriovNetSupport": "

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

", "InstanceAttribute$InstanceInitiatedShutdownBehavior": "

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

", "InstanceAttribute$InstanceType": "

The instance type.

", "InstanceAttribute$KernelId": "

The kernel ID.

", "InstanceAttribute$RamdiskId": "

The RAM disk ID.

", "InstanceAttribute$RootDeviceName": "

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

", "InstanceAttribute$SriovNetSupport": "

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

", "InstanceAttribute$UserData": "

The user data.

", "ModifyImageAttributeRequest$Description": "

A new description for the AMI.

", "ModifyInstanceAttributeRequest$InstanceInitiatedShutdownBehavior": "

Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

", "ModifyInstanceAttributeRequest$InstanceType": "

Changes the instance type to the specified value. For more information, see Instance Types. If the instance type is not valid, the error returned is InvalidInstanceAttributeValue.

", "ModifyInstanceAttributeRequest$Kernel": "

Changes the instance's kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

", "ModifyInstanceAttributeRequest$Ramdisk": "

Changes the instance's RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

", "ModifyInstanceAttributeRequest$SriovNetSupport": "

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.

There is no way to disable enhanced networking with the Intel 82599 Virtual Function interface at this time.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

", "ModifyNetworkInterfaceAttributeRequest$Description": "

A description for the network interface.

" } }, "AuthorizeSecurityGroupEgressRequest": { "base": "

Contains the parameters for AuthorizeSecurityGroupEgress.

", "refs": { } }, "AuthorizeSecurityGroupIngressRequest": { "base": "

Contains the parameters for AuthorizeSecurityGroupIngress.

", "refs": { } }, "AutoPlacement": { "base": null, "refs": { "AllocateHostsRequest$AutoPlacement": "

This is enabled by default. This property allows instances to be automatically placed onto available Dedicated Hosts, when you are launching instances without specifying a host ID.

Default: Enabled

", "Host$AutoPlacement": "

Whether auto-placement is on or off.

", "ModifyHostsRequest$AutoPlacement": "

Specify whether to enable or disable auto-placement.

" } }, "AvailabilityZone": { "base": "

Describes an Availability Zone.

", "refs": { "AvailabilityZoneList$member": null } }, "AvailabilityZoneList": { "base": null, "refs": { "DescribeAvailabilityZonesResult$AvailabilityZones": "

Information about one or more Availability Zones.

" } }, "AvailabilityZoneMessage": { "base": "

Describes a message about an Availability Zone.

", "refs": { "AvailabilityZoneMessageList$member": null } }, "AvailabilityZoneMessageList": { "base": null, "refs": { "AvailabilityZone$Messages": "

Any messages about the Availability Zone.

" } }, "AvailabilityZoneState": { "base": null, "refs": { "AvailabilityZone$State": "

The state of the Availability Zone.

" } }, "AvailableCapacity": { "base": "

The capacity information for instances launched onto the Dedicated Host.

", "refs": { "Host$AvailableCapacity": "

The number of new instances that can be launched onto the Dedicated Host.

" } }, "AvailableInstanceCapacityList": { "base": null, "refs": { "AvailableCapacity$AvailableInstanceCapacity": "

The total number of instances that the Dedicated Host supports.

" } }, "BatchState": { "base": null, "refs": { "CancelSpotFleetRequestsSuccessItem$CurrentSpotFleetRequestState": "

The current state of the Spot Fleet request.

", "CancelSpotFleetRequestsSuccessItem$PreviousSpotFleetRequestState": "

The previous state of the Spot Fleet request.

", "SpotFleetRequestConfig$SpotFleetRequestState": "

The state of the Spot Fleet request.

" } }, "BillingProductList": { "base": null, "refs": { "RegisterImageRequest$BillingProducts": "

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.

" } }, "Blob": { "base": null, "refs": { "BlobAttributeValue$Value": null, "ImportKeyPairRequest$PublicKeyMaterial": "

The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you.

", "S3Storage$UploadPolicy": "

An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.

" } }, "BlobAttributeValue": { "base": null, "refs": { "ModifyInstanceAttributeRequest$UserData": "

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.

" } }, "BlockDeviceMapping": { "base": "

Describes a block device mapping.

", "refs": { "BlockDeviceMappingList$member": null, "BlockDeviceMappingRequestList$member": null } }, "BlockDeviceMappingList": { "base": null, "refs": { "Image$BlockDeviceMappings": "

Any block device mapping entries.

", "ImageAttribute$BlockDeviceMappings": "

One or more block device mapping entries.

", "LaunchSpecification$BlockDeviceMappings": "

One or more block device mapping entries.

", "RequestSpotLaunchSpecification$BlockDeviceMappings": "

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.

", "SpotFleetLaunchSpecification$BlockDeviceMappings": "

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.

" } }, "BlockDeviceMappingRequestList": { "base": null, "refs": { "CreateImageRequest$BlockDeviceMappings": "

Information about one or more block device mappings.

", "RegisterImageRequest$BlockDeviceMappings": "

One or more block device mapping entries.

", "RunInstancesRequest$BlockDeviceMappings": "

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.

" } }, "Boolean": { "base": null, "refs": { "AcceptReservedInstancesExchangeQuoteRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AcceptVpcEndpointConnectionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AcceptVpcPeeringConnectionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AllocateAddressRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AssignPrivateIpAddressesRequest$AllowReassignment": "

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.

", "AssociateAddressRequest$AllowReassociation": "

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

", "AssociateAddressRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AssociateDhcpOptionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AssociateRouteTableRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AssociateVpcCidrBlockRequest$AmazonProvidedIpv6CidrBlock": "

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.

", "AttachClassicLinkVpcRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AttachClassicLinkVpcResult$Return": "

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

", "AttachInternetGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AttachNetworkInterfaceRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AttachVolumeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AttachVpnGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AttributeBooleanValue$Value": "

The attribute value. The valid values are true or false.

", "AuthorizeSecurityGroupEgressRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "AuthorizeSecurityGroupIngressRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "BundleInstanceRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CancelBundleTaskRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CancelConversionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CancelImportTaskRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CancelSpotFleetRequestsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CancelSpotFleetRequestsRequest$TerminateInstances": "

Indicates whether to terminate instances for a Spot Fleet request if it is canceled successfully.

", "CancelSpotInstanceRequestsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ClassicLinkDnsSupport$ClassicLinkDnsSupported": "

Indicates whether ClassicLink DNS support is enabled for the VPC.

", "ConfirmProductInstanceRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ConfirmProductInstanceResult$Return": "

The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.

", "CopyFpgaImageRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CopyImageRequest$Encrypted": "

Specifies whether the destination snapshots of the copied image should be encrypted. The default CMK for EBS is used unless a non-default AWS Key Management Service (AWS KMS) CMK is specified with KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

", "CopyImageRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CopySnapshotRequest$Encrypted": "

Specifies whether the destination snapshot should be encrypted. You can encrypt a copy of an unencrypted snapshot using this flag, but you cannot use it to create an unencrypted copy from an encrypted snapshot. Your default CMK for EBS is used unless a non-default AWS Key Management Service (AWS KMS) CMK is specified with KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

", "CopySnapshotRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateCustomerGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateDefaultSubnetRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateDefaultVpcRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateDhcpOptionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateEgressOnlyInternetGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateFpgaImageRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateImageRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateImageRequest$NoReboot": "

By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the 'No Reboot' option is set, Amazon EC2 doesn't shut down the instance before creating the image. When this option is used, file system integrity on the created image can't be guaranteed.

", "CreateInternetGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateKeyPairRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateLaunchTemplateRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateLaunchTemplateVersionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateNetworkAclEntryRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateNetworkAclEntryRequest$Egress": "

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

", "CreateNetworkAclRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateNetworkInterfacePermissionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateNetworkInterfaceRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreatePlacementGroupRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateRouteRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateRouteResult$Return": "

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

", "CreateRouteTableRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateSecurityGroupRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateSnapshotRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateSpotDatafeedSubscriptionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateSubnetRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateTagsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateVolumeRequest$Encrypted": "

Specifies whether the volume should be encrypted. Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or vice versa. If your AMI uses encrypted volumes, you can only launch it on supported instance types. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

", "CreateVolumeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateVpcEndpointConnectionNotificationRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateVpcEndpointRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateVpcEndpointRequest$PrivateDnsEnabled": "

(Interface endpoint) Indicate whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the region (for example, kinesis.us-east-1.amazonaws.com) which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.

To use a private hosted zone, you must set the following VPC attributes to true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to set the VPC attributes.

Default: true

", "CreateVpcEndpointServiceConfigurationRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateVpcEndpointServiceConfigurationRequest$AcceptanceRequired": "

Indicate whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.

", "CreateVpcPeeringConnectionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateVpcRequest$AmazonProvidedIpv6CidrBlock": "

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.

", "CreateVpcRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateVpnConnectionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateVpnGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteCustomerGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteDhcpOptionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteEgressOnlyInternetGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteEgressOnlyInternetGatewayResult$ReturnCode": "

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

", "DeleteFpgaImageRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteFpgaImageResult$Return": "

Is true if the request succeeds, and an error otherwise.

", "DeleteInternetGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteKeyPairRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteLaunchTemplateRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteLaunchTemplateVersionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteNetworkAclEntryRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteNetworkAclEntryRequest$Egress": "

Indicates whether the rule is an egress rule.

", "DeleteNetworkAclRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteNetworkInterfacePermissionRequest$Force": "

Specify true to remove the permission even if the network interface is attached to an instance.

", "DeleteNetworkInterfacePermissionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteNetworkInterfacePermissionResult$Return": "

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

", "DeleteNetworkInterfaceRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeletePlacementGroupRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteRouteRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteRouteTableRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteSecurityGroupRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteSnapshotRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteSpotDatafeedSubscriptionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteSubnetRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteTagsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteVolumeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteVpcEndpointConnectionNotificationsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteVpcEndpointServiceConfigurationsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteVpcEndpointsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteVpcPeeringConnectionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteVpcPeeringConnectionResult$Return": "

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

", "DeleteVpcRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteVpnConnectionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteVpnGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeregisterImageRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeAccountAttributesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeAddressesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeAvailabilityZonesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeBundleTasksRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeClassicLinkInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeConversionTasksRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeCustomerGatewaysRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeDhcpOptionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeEgressOnlyInternetGatewaysRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeElasticGpusRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeFpgaImageAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeFpgaImagesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeImageAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeImagesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeImportImageTasksRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeImportSnapshotTasksRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeInstanceAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeInstanceCreditSpecificationsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeInstanceStatusRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeInstanceStatusRequest$IncludeAllInstances": "

When true, includes the health status for all instances. When false, includes the health status for running instances only.

Default: false

", "DescribeInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeInternetGatewaysRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeKeyPairsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeLaunchTemplateVersionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeLaunchTemplatesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeMovingAddressesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeNetworkAclsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeNetworkInterfaceAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeNetworkInterfacesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribePlacementGroupsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribePrefixListsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeRegionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeReservedInstancesOfferingsRequest$IncludeMarketplace": "

Include Reserved Instance Marketplace offerings in the response.

", "DescribeReservedInstancesOfferingsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeReservedInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeRouteTablesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeScheduledInstanceAvailabilityRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeScheduledInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSecurityGroupReferencesRequest$DryRun": "

Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSecurityGroupsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSnapshotAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSnapshotsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSpotDatafeedSubscriptionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSpotFleetInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSpotFleetRequestHistoryRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSpotFleetRequestsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSpotInstanceRequestsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSpotPriceHistoryRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeStaleSecurityGroupsRequest$DryRun": "

Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeSubnetsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeTagsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVolumeAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVolumeStatusRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVolumesModificationsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVolumesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpcAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpcClassicLinkRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpcEndpointConnectionNotificationsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpcEndpointConnectionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpcEndpointServiceConfigurationsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpcEndpointServicePermissionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpcEndpointServicesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpcEndpointsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpcPeeringConnectionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpcsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpnConnectionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DescribeVpnGatewaysRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DetachClassicLinkVpcRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DetachClassicLinkVpcResult$Return": "

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

", "DetachInternetGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DetachNetworkInterfaceRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DetachNetworkInterfaceRequest$Force": "

Specifies whether to force a detachment.

", "DetachVolumeRequest$Force": "

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.

", "DetachVolumeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DetachVpnGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DisableVpcClassicLinkDnsSupportResult$Return": "

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

", "DisableVpcClassicLinkRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DisableVpcClassicLinkResult$Return": "

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

", "DisassociateAddressRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DisassociateRouteTableRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "EbsBlockDevice$Encrypted": "

Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value. This is because only blank volumes can be encrypted on creation.

", "EbsBlockDevice$DeleteOnTermination": "

Indicates whether the EBS volume is deleted on instance termination.

", "EbsInstanceBlockDevice$DeleteOnTermination": "

Indicates whether the volume is deleted on instance termination.

", "EbsInstanceBlockDeviceSpecification$DeleteOnTermination": "

Indicates whether the volume is deleted on instance termination.

", "EnableVolumeIORequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "EnableVpcClassicLinkDnsSupportResult$Return": "

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

", "EnableVpcClassicLinkRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "EnableVpcClassicLinkResult$Return": "

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

", "FpgaImage$Public": "

Indicates whether the AFI is public.

", "GetConsoleOutputRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "GetConsoleScreenshotRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "GetConsoleScreenshotRequest$WakeUp": "

When set to true, acts as keystroke input and wakes up an instance that's in standby or \"sleep\" mode.

", "GetLaunchTemplateDataRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "GetPasswordDataRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "GetReservedInstancesExchangeQuoteRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "GetReservedInstancesExchangeQuoteResult$IsValidExchange": "

If true, the exchange is valid. If false, the exchange cannot be completed.

", "IdFormat$UseLongIds": "

Indicates whether longer IDs (17-character IDs) are enabled for the resource.

", "Image$Public": "

Indicates whether the image has public launch permissions. The value is true if this image has public launch permissions or false if it has only implicit and explicit launch permissions.

", "Image$EnaSupport": "

Specifies whether enhanced networking with ENA is enabled.

", "ImportImageRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ImportInstanceLaunchSpecification$Monitoring": "

Indicates whether monitoring is enabled.

", "ImportInstanceRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ImportKeyPairRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ImportSnapshotRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ImportVolumeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "Instance$EbsOptimized": "

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.

", "Instance$EnaSupport": "

Specifies whether enhanced networking with ENA is enabled.

", "Instance$SourceDestCheck": "

Specifies whether to enable an instance launched in a VPC to perform NAT. This controls whether source/destination checking is enabled on the instance. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the instance to perform NAT. For more information, see NAT Instances in the Amazon Virtual Private Cloud User Guide.

", "InstanceNetworkInterface$SourceDestCheck": "

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

", "InstanceNetworkInterfaceAttachment$DeleteOnTermination": "

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

", "InstanceNetworkInterfaceSpecification$AssociatePublicIpAddress": "

Indicates whether to assign a public IPv4 address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

", "InstanceNetworkInterfaceSpecification$DeleteOnTermination": "

If set to true, the interface is deleted when the instance is terminated. You can specify true only if creating a new network interface when launching an instance.

", "InstancePrivateIpAddress$Primary": "

Indicates whether this IPv4 address is the primary private IP address of the network interface.

", "LaunchSpecification$EbsOptimized": "

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

", "LaunchTemplateEbsBlockDevice$Encrypted": "

Indicates whether the EBS volume is encrypted.

", "LaunchTemplateEbsBlockDevice$DeleteOnTermination": "

Indicates whether the EBS volume is deleted on instance termination.

", "LaunchTemplateEbsBlockDeviceRequest$Encrypted": "

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.

", "LaunchTemplateEbsBlockDeviceRequest$DeleteOnTermination": "

Indicates whether the EBS volume is deleted on instance termination.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$AssociatePublicIpAddress": "

Indicates whether to associate a public IPv4 address with eth0 for a new network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$DeleteOnTermination": "

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

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$AssociatePublicIpAddress": "

Associates a public IPv4 address with eth0 for a new network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$DeleteOnTermination": "

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

", "LaunchTemplateVersion$DefaultVersion": "

Indicates whether the version is the default version.

", "LaunchTemplatesMonitoring$Enabled": "

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

", "LaunchTemplatesMonitoringRequest$Enabled": "

Specify true to enable detailed monitoring. Otherwise, basic monitoring is enabled.

", "ModifyFpgaImageAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyIdFormatRequest$UseLongIds": "

Indicate whether the resource should use longer IDs (17-character IDs).

", "ModifyIdentityIdFormatRequest$UseLongIds": "

Indicates whether the resource should use longer IDs (17-character IDs)

", "ModifyImageAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyInstanceAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyInstanceCreditSpecificationRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyInstancePlacementResult$Return": "

Is true if the request succeeds, and an error otherwise.

", "ModifyLaunchTemplateRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyNetworkInterfaceAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifySnapshotAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifySpotFleetRequestResponse$Return": "

Is true if the request succeeds, and an error otherwise.

", "ModifyVolumeAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyVolumeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyVpcEndpointConnectionNotificationRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyVpcEndpointConnectionNotificationResult$ReturnValue": "

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

", "ModifyVpcEndpointRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyVpcEndpointRequest$ResetPolicy": "

(Gateway endpoint) Specify true to reset the policy document to the default policy. The default policy allows full access to the service.

", "ModifyVpcEndpointRequest$PrivateDnsEnabled": "

(Interface endpoint) Indicate whether a private hosted zone is associated with the VPC.

", "ModifyVpcEndpointResult$Return": "

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

", "ModifyVpcEndpointServiceConfigurationRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyVpcEndpointServiceConfigurationRequest$AcceptanceRequired": "

Indicate whether requests to create an endpoint to your service must be accepted.

", "ModifyVpcEndpointServiceConfigurationResult$Return": "

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

", "ModifyVpcEndpointServicePermissionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyVpcEndpointServicePermissionsResult$ReturnValue": "

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

", "ModifyVpcPeeringConnectionOptionsRequest$DryRun": "

Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyVpcTenancyRequest$DryRun": "

Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyVpcTenancyResult$ReturnValue": "

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

", "MonitorInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "MoveAddressToVpcRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "NetworkAcl$IsDefault": "

Indicates whether this is the default network ACL for the VPC.

", "NetworkAclEntry$Egress": "

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

", "NetworkInterface$RequesterManaged": "

Indicates whether the network interface is being managed by AWS.

", "NetworkInterface$SourceDestCheck": "

Indicates whether traffic to or from the instance is validated.

", "NetworkInterfaceAttachment$DeleteOnTermination": "

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

", "NetworkInterfaceAttachmentChanges$DeleteOnTermination": "

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

", "NetworkInterfacePrivateIpAddress$Primary": "

Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

", "PeeringConnectionOptions$AllowDnsResolutionFromRemoteVpc": "

If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

", "PeeringConnectionOptions$AllowEgressFromLocalClassicLinkToRemoteVpc": "

If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC via ClassicLink to instances in a peer VPC.

", "PeeringConnectionOptions$AllowEgressFromLocalVpcToRemoteClassicLink": "

If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC via ClassicLink.

", "PeeringConnectionOptionsRequest$AllowDnsResolutionFromRemoteVpc": "

If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

", "PeeringConnectionOptionsRequest$AllowEgressFromLocalClassicLinkToRemoteVpc": "

If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC via ClassicLink to instances in a peer VPC.

", "PeeringConnectionOptionsRequest$AllowEgressFromLocalVpcToRemoteClassicLink": "

If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC via ClassicLink.

", "PriceSchedule$Active": "

The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.

A specific price schedule is always in effect, but only one price schedule can be active at any time. Take, for example, a Reserved Instance listing that has five months remaining in its term. When you specify price schedules for five months and two months, this means that schedule 1, covering the first three months of the remaining term, will be active during months 5, 4, and 3. Then schedule 2, covering the last two months of the term, will be active for months 2 and 1.

", "PrivateIpAddressSpecification$Primary": "

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

", "PurchaseReservedInstancesOfferingRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "PurchaseScheduledInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RebootInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RegisterImageRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RegisterImageRequest$EnaSupport": "

Set to true to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

", "RejectVpcEndpointConnectionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RejectVpcPeeringConnectionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RejectVpcPeeringConnectionResult$Return": "

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

", "ReleaseAddressRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ReplaceNetworkAclAssociationRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ReplaceNetworkAclEntryRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ReplaceNetworkAclEntryRequest$Egress": "

Indicates whether to replace the egress rule.

Default: If no value is specified, we replace the ingress rule.

", "ReplaceRouteRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ReplaceRouteTableAssociationRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ReportInstanceStatusRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RequestLaunchTemplateData$EbsOptimized": "

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.

", "RequestLaunchTemplateData$DisableApiTermination": "

If set to true, you can't terminate the instance using the Amazon EC2 console, CLI, or API. To change this attribute to false after launch, use ModifyInstanceAttribute.

", "RequestSpotFleetRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RequestSpotInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RequestSpotLaunchSpecification$EbsOptimized": "

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

", "ReservedInstancesOffering$Marketplace": "

Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS. If it's a Reserved Instance Marketplace offering, this is true.

", "ResetFpgaImageAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ResetFpgaImageAttributeResult$Return": "

Is true if the request succeeds, and an error otherwise.

", "ResetImageAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ResetInstanceAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ResetNetworkInterfaceAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ResetSnapshotAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ResponseLaunchTemplateData$EbsOptimized": "

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

", "ResponseLaunchTemplateData$DisableApiTermination": "

If set to true, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API.

", "RestoreAddressToClassicRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RevokeSecurityGroupEgressRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RevokeSecurityGroupIngressRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RouteTableAssociation$Main": "

Indicates whether this is the main route table.

", "RunInstancesMonitoringEnabled$Enabled": "

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

", "RunInstancesRequest$DisableApiTermination": "

If you set this parameter to true, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute to false after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, you can terminate the instance by running the shutdown command from the instance.

Default: false

", "RunInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RunInstancesRequest$EbsOptimized": "

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

", "RunScheduledInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ScheduledInstanceRecurrence$OccurrenceRelativeToEnd": "

Indicates whether the occurrence is relative to the end of the specified week or month.

", "ScheduledInstanceRecurrenceRequest$OccurrenceRelativeToEnd": "

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.

", "ScheduledInstancesEbs$DeleteOnTermination": "

Indicates whether the volume is deleted on instance termination.

", "ScheduledInstancesEbs$Encrypted": "

Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that support them.

", "ScheduledInstancesLaunchSpecification$EbsOptimized": "

Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

", "ScheduledInstancesMonitoring$Enabled": "

Indicates whether monitoring is enabled.

", "ScheduledInstancesNetworkInterface$AssociatePublicIpAddress": "

Indicates whether to assign a public IPv4 address to instances launched in a VPC. The public IPv4 address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

", "ScheduledInstancesNetworkInterface$DeleteOnTermination": "

Indicates whether to delete the interface when the instance is terminated.

", "ScheduledInstancesPrivateIpAddressConfig$Primary": "

Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.

", "ServiceConfiguration$AcceptanceRequired": "

Indicates whether requests from other AWS accounts to create an endpoint to the service must first be accepted.

", "ServiceDetail$VpcEndpointPolicySupported": "

Indicates whether the service supports endpoint policies.

", "ServiceDetail$AcceptanceRequired": "

Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.

", "Snapshot$Encrypted": "

Indicates whether the snapshot is encrypted.

", "SpotFleetLaunchSpecification$EbsOptimized": "

Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

", "SpotFleetMonitoring$Enabled": "

Enables monitoring for the instance.

Default: false

", "SpotFleetRequestConfigData$TerminateInstancesWithExpiration": "

Indicates whether running Spot Instances should be terminated when the Spot Fleet request expires.

", "SpotFleetRequestConfigData$ReplaceUnhealthyInstances": "

Indicates whether Spot Fleet should replace unhealthy instances.

", "StartInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "StopInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "StopInstancesRequest$Force": "

Forces the instances to stop. The instances do not have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. This option is not recommended for Windows instances.

Default: false

", "Subnet$DefaultForAz": "

Indicates whether this is the default subnet for the Availability Zone.

", "Subnet$MapPublicIpOnLaunch": "

Indicates whether instances launched in this subnet receive a public IPv4 address.

", "Subnet$AssignIpv6AddressOnCreation": "

Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives an IPv6 address.

", "TerminateInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "UnmonitorInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "UpdateSecurityGroupRuleDescriptionsEgressRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "UpdateSecurityGroupRuleDescriptionsEgressResult$Return": "

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

", "UpdateSecurityGroupRuleDescriptionsIngressRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "UpdateSecurityGroupRuleDescriptionsIngressResult$Return": "

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

", "Volume$Encrypted": "

Indicates whether the volume will be encrypted.

", "VolumeAttachment$DeleteOnTermination": "

Indicates whether the EBS volume is deleted on instance termination.

", "Vpc$IsDefault": "

Indicates whether the VPC is the default VPC.

", "VpcClassicLink$ClassicLinkEnabled": "

Indicates whether the VPC is enabled for ClassicLink.

", "VpcEndpoint$PrivateDnsEnabled": "

(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.

", "VpcPeeringConnectionOptionsDescription$AllowDnsResolutionFromRemoteVpc": "

Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

", "VpcPeeringConnectionOptionsDescription$AllowEgressFromLocalClassicLinkToRemoteVpc": "

Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

", "VpcPeeringConnectionOptionsDescription$AllowEgressFromLocalVpcToRemoteClassicLink": "

Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.

", "VpnConnectionOptions$StaticRoutesOnly": "

Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.

", "VpnConnectionOptionsSpecification$StaticRoutesOnly": "

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

Default: false

" } }, "BundleIdStringList": { "base": null, "refs": { "DescribeBundleTasksRequest$BundleIds": "

One or more bundle task IDs.

Default: Describes all your bundle tasks.

" } }, "BundleInstanceRequest": { "base": "

Contains the parameters for BundleInstance.

", "refs": { } }, "BundleInstanceResult": { "base": "

Contains the output of BundleInstance.

", "refs": { } }, "BundleTask": { "base": "

Describes a bundle task.

", "refs": { "BundleInstanceResult$BundleTask": "

Information about the bundle task.

", "BundleTaskList$member": null, "CancelBundleTaskResult$BundleTask": "

Information about the bundle task.

" } }, "BundleTaskError": { "base": "

Describes an error for BundleInstance.

", "refs": { "BundleTask$BundleTaskError": "

If the task fails, a description of the error.

" } }, "BundleTaskList": { "base": null, "refs": { "DescribeBundleTasksResult$BundleTasks": "

Information about one or more bundle tasks.

" } }, "BundleTaskState": { "base": null, "refs": { "BundleTask$State": "

The state of the task.

" } }, "CancelBatchErrorCode": { "base": null, "refs": { "CancelSpotFleetRequestsError$Code": "

The error code.

" } }, "CancelBundleTaskRequest": { "base": "

Contains the parameters for CancelBundleTask.

", "refs": { } }, "CancelBundleTaskResult": { "base": "

Contains the output of CancelBundleTask.

", "refs": { } }, "CancelConversionRequest": { "base": "

Contains the parameters for CancelConversionTask.

", "refs": { } }, "CancelExportTaskRequest": { "base": "

Contains the parameters for CancelExportTask.

", "refs": { } }, "CancelImportTaskRequest": { "base": "

Contains the parameters for CancelImportTask.

", "refs": { } }, "CancelImportTaskResult": { "base": "

Contains the output for CancelImportTask.

", "refs": { } }, "CancelReservedInstancesListingRequest": { "base": "

Contains the parameters for CancelReservedInstancesListing.

", "refs": { } }, "CancelReservedInstancesListingResult": { "base": "

Contains the output of CancelReservedInstancesListing.

", "refs": { } }, "CancelSpotFleetRequestsError": { "base": "

Describes a Spot Fleet error.

", "refs": { "CancelSpotFleetRequestsErrorItem$Error": "

The error.

" } }, "CancelSpotFleetRequestsErrorItem": { "base": "

Describes a Spot Fleet request that was not successfully canceled.

", "refs": { "CancelSpotFleetRequestsErrorSet$member": null } }, "CancelSpotFleetRequestsErrorSet": { "base": null, "refs": { "CancelSpotFleetRequestsResponse$UnsuccessfulFleetRequests": "

Information about the Spot Fleet requests that are not successfully canceled.

" } }, "CancelSpotFleetRequestsRequest": { "base": "

Contains the parameters for CancelSpotFleetRequests.

", "refs": { } }, "CancelSpotFleetRequestsResponse": { "base": "

Contains the output of CancelSpotFleetRequests.

", "refs": { } }, "CancelSpotFleetRequestsSuccessItem": { "base": "

Describes a Spot Fleet request that was successfully canceled.

", "refs": { "CancelSpotFleetRequestsSuccessSet$member": null } }, "CancelSpotFleetRequestsSuccessSet": { "base": null, "refs": { "CancelSpotFleetRequestsResponse$SuccessfulFleetRequests": "

Information about the Spot Fleet requests that are successfully canceled.

" } }, "CancelSpotInstanceRequestState": { "base": null, "refs": { "CancelledSpotInstanceRequest$State": "

The state of the Spot Instance request.

" } }, "CancelSpotInstanceRequestsRequest": { "base": "

Contains the parameters for CancelSpotInstanceRequests.

", "refs": { } }, "CancelSpotInstanceRequestsResult": { "base": "

Contains the output of CancelSpotInstanceRequests.

", "refs": { } }, "CancelledSpotInstanceRequest": { "base": "

Describes a request to cancel a Spot Instance.

", "refs": { "CancelledSpotInstanceRequestList$member": null } }, "CancelledSpotInstanceRequestList": { "base": null, "refs": { "CancelSpotInstanceRequestsResult$CancelledSpotInstanceRequests": "

One or more Spot Instance requests.

" } }, "CidrBlock": { "base": "

Describes an IPv4 CIDR block.

", "refs": { "CidrBlockSet$member": null } }, "CidrBlockSet": { "base": null, "refs": { "VpcPeeringConnectionVpcInfo$CidrBlockSet": "

Information about the IPv4 CIDR blocks for the VPC.

" } }, "ClassicLinkDnsSupport": { "base": "

Describes the ClassicLink DNS support status of a VPC.

", "refs": { "ClassicLinkDnsSupportList$member": null } }, "ClassicLinkDnsSupportList": { "base": null, "refs": { "DescribeVpcClassicLinkDnsSupportResult$Vpcs": "

Information about the ClassicLink DNS support status of the VPCs.

" } }, "ClassicLinkInstance": { "base": "

Describes a linked EC2-Classic instance.

", "refs": { "ClassicLinkInstanceList$member": null } }, "ClassicLinkInstanceList": { "base": null, "refs": { "DescribeClassicLinkInstancesResult$Instances": "

Information about one or more linked EC2-Classic instances.

" } }, "ClassicLoadBalancer": { "base": "

Describes a Classic Load Balancer.

", "refs": { "ClassicLoadBalancers$member": null } }, "ClassicLoadBalancers": { "base": null, "refs": { "ClassicLoadBalancersConfig$ClassicLoadBalancers": "

One or more Classic Load Balancers.

" } }, "ClassicLoadBalancersConfig": { "base": "

Describes the Classic Load Balancers to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these Classic Load Balancers.

", "refs": { "LoadBalancersConfig$ClassicLoadBalancersConfig": "

The Classic Load Balancers.

" } }, "ClientData": { "base": "

Describes the client-specific data.

", "refs": { "ImportImageRequest$ClientData": "

The client-specific data.

", "ImportSnapshotRequest$ClientData": "

The client-specific data.

" } }, "ConfirmProductInstanceRequest": { "base": "

Contains the parameters for ConfirmProductInstance.

", "refs": { } }, "ConfirmProductInstanceResult": { "base": "

Contains the output of ConfirmProductInstance.

", "refs": { } }, "ConnectionNotification": { "base": "

Describes a connection notification for a VPC endpoint or VPC endpoint service.

", "refs": { "ConnectionNotificationSet$member": null, "CreateVpcEndpointConnectionNotificationResult$ConnectionNotification": "

Information about the notification.

" } }, "ConnectionNotificationSet": { "base": null, "refs": { "DescribeVpcEndpointConnectionNotificationsResult$ConnectionNotificationSet": "

One or more notifications.

" } }, "ConnectionNotificationState": { "base": null, "refs": { "ConnectionNotification$ConnectionNotificationState": "

The state of the notification.

" } }, "ConnectionNotificationType": { "base": null, "refs": { "ConnectionNotification$ConnectionNotificationType": "

The type of notification.

" } }, "ContainerFormat": { "base": null, "refs": { "ExportToS3Task$ContainerFormat": "

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

", "ExportToS3TaskSpecification$ContainerFormat": "

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

" } }, "ConversionIdStringList": { "base": null, "refs": { "DescribeConversionTasksRequest$ConversionTaskIds": "

One or more conversion task IDs.

" } }, "ConversionTask": { "base": "

Describes a conversion task.

", "refs": { "DescribeConversionTaskList$member": null, "ImportInstanceResult$ConversionTask": "

Information about the conversion task.

", "ImportVolumeResult$ConversionTask": "

Information about the conversion task.

" } }, "ConversionTaskState": { "base": null, "refs": { "ConversionTask$State": "

The state of the conversion task.

" } }, "CopyFpgaImageRequest": { "base": null, "refs": { } }, "CopyFpgaImageResult": { "base": null, "refs": { } }, "CopyImageRequest": { "base": "

Contains the parameters for CopyImage.

", "refs": { } }, "CopyImageResult": { "base": "

Contains the output of CopyImage.

", "refs": { } }, "CopySnapshotRequest": { "base": "

Contains the parameters for CopySnapshot.

", "refs": { } }, "CopySnapshotResult": { "base": "

Contains the output of CopySnapshot.

", "refs": { } }, "CreateCustomerGatewayRequest": { "base": "

Contains the parameters for CreateCustomerGateway.

", "refs": { } }, "CreateCustomerGatewayResult": { "base": "

Contains the output of CreateCustomerGateway.

", "refs": { } }, "CreateDefaultSubnetRequest": { "base": null, "refs": { } }, "CreateDefaultSubnetResult": { "base": null, "refs": { } }, "CreateDefaultVpcRequest": { "base": "

Contains the parameters for CreateDefaultVpc.

", "refs": { } }, "CreateDefaultVpcResult": { "base": "

Contains the output of CreateDefaultVpc.

", "refs": { } }, "CreateDhcpOptionsRequest": { "base": "

Contains the parameters for CreateDhcpOptions.

", "refs": { } }, "CreateDhcpOptionsResult": { "base": "

Contains the output of CreateDhcpOptions.

", "refs": { } }, "CreateEgressOnlyInternetGatewayRequest": { "base": null, "refs": { } }, "CreateEgressOnlyInternetGatewayResult": { "base": null, "refs": { } }, "CreateFlowLogsRequest": { "base": "

Contains the parameters for CreateFlowLogs.

", "refs": { } }, "CreateFlowLogsResult": { "base": "

Contains the output of CreateFlowLogs.

", "refs": { } }, "CreateFpgaImageRequest": { "base": null, "refs": { } }, "CreateFpgaImageResult": { "base": null, "refs": { } }, "CreateImageRequest": { "base": "

Contains the parameters for CreateImage.

", "refs": { } }, "CreateImageResult": { "base": "

Contains the output of CreateImage.

", "refs": { } }, "CreateInstanceExportTaskRequest": { "base": "

Contains the parameters for CreateInstanceExportTask.

", "refs": { } }, "CreateInstanceExportTaskResult": { "base": "

Contains the output for CreateInstanceExportTask.

", "refs": { } }, "CreateInternetGatewayRequest": { "base": "

Contains the parameters for CreateInternetGateway.

", "refs": { } }, "CreateInternetGatewayResult": { "base": "

Contains the output of CreateInternetGateway.

", "refs": { } }, "CreateKeyPairRequest": { "base": "

Contains the parameters for CreateKeyPair.

", "refs": { } }, "CreateLaunchTemplateRequest": { "base": null, "refs": { } }, "CreateLaunchTemplateResult": { "base": null, "refs": { } }, "CreateLaunchTemplateVersionRequest": { "base": null, "refs": { } }, "CreateLaunchTemplateVersionResult": { "base": null, "refs": { } }, "CreateNatGatewayRequest": { "base": "

Contains the parameters for CreateNatGateway.

", "refs": { } }, "CreateNatGatewayResult": { "base": "

Contains the output of CreateNatGateway.

", "refs": { } }, "CreateNetworkAclEntryRequest": { "base": "

Contains the parameters for CreateNetworkAclEntry.

", "refs": { } }, "CreateNetworkAclRequest": { "base": "

Contains the parameters for CreateNetworkAcl.

", "refs": { } }, "CreateNetworkAclResult": { "base": "

Contains the output of CreateNetworkAcl.

", "refs": { } }, "CreateNetworkInterfacePermissionRequest": { "base": "

Contains the parameters for CreateNetworkInterfacePermission.

", "refs": { } }, "CreateNetworkInterfacePermissionResult": { "base": "

Contains the output of CreateNetworkInterfacePermission.

", "refs": { } }, "CreateNetworkInterfaceRequest": { "base": "

Contains the parameters for CreateNetworkInterface.

", "refs": { } }, "CreateNetworkInterfaceResult": { "base": "

Contains the output of CreateNetworkInterface.

", "refs": { } }, "CreatePlacementGroupRequest": { "base": "

Contains the parameters for CreatePlacementGroup.

", "refs": { } }, "CreateReservedInstancesListingRequest": { "base": "

Contains the parameters for CreateReservedInstancesListing.

", "refs": { } }, "CreateReservedInstancesListingResult": { "base": "

Contains the output of CreateReservedInstancesListing.

", "refs": { } }, "CreateRouteRequest": { "base": "

Contains the parameters for CreateRoute.

", "refs": { } }, "CreateRouteResult": { "base": "

Contains the output of CreateRoute.

", "refs": { } }, "CreateRouteTableRequest": { "base": "

Contains the parameters for CreateRouteTable.

", "refs": { } }, "CreateRouteTableResult": { "base": "

Contains the output of CreateRouteTable.

", "refs": { } }, "CreateSecurityGroupRequest": { "base": "

Contains the parameters for CreateSecurityGroup.

", "refs": { } }, "CreateSecurityGroupResult": { "base": "

Contains the output of CreateSecurityGroup.

", "refs": { } }, "CreateSnapshotRequest": { "base": "

Contains the parameters for CreateSnapshot.

", "refs": { } }, "CreateSpotDatafeedSubscriptionRequest": { "base": "

Contains the parameters for CreateSpotDatafeedSubscription.

", "refs": { } }, "CreateSpotDatafeedSubscriptionResult": { "base": "

Contains the output of CreateSpotDatafeedSubscription.

", "refs": { } }, "CreateSubnetRequest": { "base": "

Contains the parameters for CreateSubnet.

", "refs": { } }, "CreateSubnetResult": { "base": "

Contains the output of CreateSubnet.

", "refs": { } }, "CreateTagsRequest": { "base": "

Contains the parameters for CreateTags.

", "refs": { } }, "CreateVolumePermission": { "base": "

Describes the user or group to be added or removed from the permissions for a volume.

", "refs": { "CreateVolumePermissionList$member": null } }, "CreateVolumePermissionList": { "base": null, "refs": { "CreateVolumePermissionModifications$Add": "

Adds a specific AWS account ID or group to a volume's list of create volume permissions.

", "CreateVolumePermissionModifications$Remove": "

Removes a specific AWS account ID or group from a volume's list of create volume permissions.

", "DescribeSnapshotAttributeResult$CreateVolumePermissions": "

A list of permissions for creating volumes from the snapshot.

" } }, "CreateVolumePermissionModifications": { "base": "

Describes modifications to the permissions for a volume.

", "refs": { "ModifySnapshotAttributeRequest$CreateVolumePermission": "

A JSON representation of the snapshot attribute modification.

" } }, "CreateVolumeRequest": { "base": "

Contains the parameters for CreateVolume.

", "refs": { } }, "CreateVpcEndpointConnectionNotificationRequest": { "base": null, "refs": { } }, "CreateVpcEndpointConnectionNotificationResult": { "base": null, "refs": { } }, "CreateVpcEndpointRequest": { "base": "

Contains the parameters for CreateVpcEndpoint.

", "refs": { } }, "CreateVpcEndpointResult": { "base": "

Contains the output of CreateVpcEndpoint.

", "refs": { } }, "CreateVpcEndpointServiceConfigurationRequest": { "base": null, "refs": { } }, "CreateVpcEndpointServiceConfigurationResult": { "base": null, "refs": { } }, "CreateVpcPeeringConnectionRequest": { "base": "

Contains the parameters for CreateVpcPeeringConnection.

", "refs": { } }, "CreateVpcPeeringConnectionResult": { "base": "

Contains the output of CreateVpcPeeringConnection.

", "refs": { } }, "CreateVpcRequest": { "base": "

Contains the parameters for CreateVpc.

", "refs": { } }, "CreateVpcResult": { "base": "

Contains the output of CreateVpc.

", "refs": { } }, "CreateVpnConnectionRequest": { "base": "

Contains the parameters for CreateVpnConnection.

", "refs": { } }, "CreateVpnConnectionResult": { "base": "

Contains the output of CreateVpnConnection.

", "refs": { } }, "CreateVpnConnectionRouteRequest": { "base": "

Contains the parameters for CreateVpnConnectionRoute.

", "refs": { } }, "CreateVpnGatewayRequest": { "base": "

Contains the parameters for CreateVpnGateway.

", "refs": { } }, "CreateVpnGatewayResult": { "base": "

Contains the output of CreateVpnGateway.

", "refs": { } }, "CreditSpecification": { "base": "

Describes the credit option for CPU usage of a T2 instance.

", "refs": { "ResponseLaunchTemplateData$CreditSpecification": "

The credit option for CPU usage of the instance.

" } }, "CreditSpecificationRequest": { "base": "

The credit option for CPU usage of a T2 instance.

", "refs": { "RequestLaunchTemplateData$CreditSpecification": "

The credit option for CPU usage of the instance. Valid for T2 instances only.

", "RunInstancesRequest$CreditSpecification": "

The credit option for CPU usage of the instance. Valid values are standard and unlimited. To change this attribute after launch, use ModifyInstanceCreditSpecification. For more information, see T2 Instances in the Amazon Elastic Compute Cloud User Guide.

Default: standard

" } }, "CurrencyCodeValues": { "base": null, "refs": { "GetHostReservationPurchasePreviewResult$CurrencyCode": "

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

", "HostOffering$CurrencyCode": "

The currency of the offering.

", "HostReservation$CurrencyCode": "

The currency in which the upfrontPrice and hourlyPrice amounts are specified. At this time, the only supported currency is USD.

", "PriceSchedule$CurrencyCode": "

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

", "PriceScheduleSpecification$CurrencyCode": "

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

", "Purchase$CurrencyCode": "

The currency in which the UpfrontPrice and HourlyPrice amounts are specified. At this time, the only supported currency is USD.

", "PurchaseHostReservationRequest$CurrencyCode": "

The currency in which the totalUpfrontPrice, LimitPrice, and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

", "PurchaseHostReservationResult$CurrencyCode": "

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

", "ReservedInstanceLimitPrice$CurrencyCode": "

The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.

", "ReservedInstances$CurrencyCode": "

The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

", "ReservedInstancesOffering$CurrencyCode": "

The currency of the Reserved Instance offering you are purchasing. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

" } }, "CustomerGateway": { "base": "

Describes a customer gateway.

", "refs": { "CreateCustomerGatewayResult$CustomerGateway": "

Information about the customer gateway.

", "CustomerGatewayList$member": null } }, "CustomerGatewayIdStringList": { "base": null, "refs": { "DescribeCustomerGatewaysRequest$CustomerGatewayIds": "

One or more customer gateway IDs.

Default: Describes all your customer gateways.

" } }, "CustomerGatewayList": { "base": null, "refs": { "DescribeCustomerGatewaysResult$CustomerGateways": "

Information about one or more customer gateways.

" } }, "DatafeedSubscriptionState": { "base": null, "refs": { "SpotDatafeedSubscription$State": "

The state of the Spot Instance data feed subscription.

" } }, "DateTime": { "base": null, "refs": { "BundleTask$StartTime": "

The time this task started.

", "BundleTask$UpdateTime": "

The time of the most recent update for the task.

", "ClientData$UploadEnd": "

The time that the disk upload ends.

", "ClientData$UploadStart": "

The time that the disk upload starts.

", "DescribeSpotFleetRequestHistoryRequest$StartTime": "

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "DescribeSpotFleetRequestHistoryResponse$LastEvaluatedTime": "

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more results, this value is not present.

", "DescribeSpotFleetRequestHistoryResponse$StartTime": "

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "DescribeSpotPriceHistoryRequest$EndTime": "

The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "DescribeSpotPriceHistoryRequest$StartTime": "

The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "EbsInstanceBlockDevice$AttachTime": "

The time stamp when the attachment initiated.

", "FlowLog$CreationTime": "

The date and time the flow log was created.

", "FpgaImage$CreateTime": "

The date and time the AFI was created.

", "FpgaImage$UpdateTime": "

The time of the most recent update to the AFI.

", "GetConsoleOutputResult$Timestamp": "

The time the output was last updated.

", "GetPasswordDataResult$Timestamp": "

The time the data was last updated.

", "GetReservedInstancesExchangeQuoteResult$OutputReservedInstancesWillExpireAt": "

The new end date of the reservation term.

", "HistoryRecord$Timestamp": "

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "HostReservation$End": "

The date and time that the reservation ends.

", "HostReservation$Start": "

The date and time that the reservation started.

", "IamInstanceProfileAssociation$Timestamp": "

The time the IAM instance profile was associated with the instance.

", "IdFormat$Deadline": "

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.

", "Instance$LaunchTime": "

The time the instance was launched.

", "InstanceNetworkInterfaceAttachment$AttachTime": "

The time stamp when the attachment initiated.

", "InstanceStatusDetails$ImpairedSince": "

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

", "InstanceStatusEvent$NotAfter": "

The latest scheduled end time for the event.

", "InstanceStatusEvent$NotBefore": "

The earliest scheduled start time for the event.

", "LaunchTemplate$CreateTime": "

The time launch template was created.

", "LaunchTemplateSpotMarketOptions$ValidUntil": "

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.

", "LaunchTemplateSpotMarketOptionsRequest$ValidUntil": "

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.

", "LaunchTemplateVersion$CreateTime": "

The time the version was created.

", "NatGateway$CreateTime": "

The date and time the NAT gateway was created.

", "NatGateway$DeleteTime": "

The date and time the NAT gateway was deleted, if applicable.

", "NetworkInterfaceAttachment$AttachTime": "

The timestamp indicating when the attachment initiated.

", "ProvisionedBandwidth$ProvisionTime": "

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "ProvisionedBandwidth$RequestTime": "

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "ReportInstanceStatusRequest$EndTime": "

The time at which the reported instance health state ended.

", "ReportInstanceStatusRequest$StartTime": "

The time at which the reported instance health state began.

", "RequestSpotInstancesRequest$ValidFrom": "

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.

", "RequestSpotInstancesRequest$ValidUntil": "

The end date of the request. If this is a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached. The default end date is 7 days from the current date.

", "ReservedInstances$End": "

The time when the Reserved Instance expires.

", "ReservedInstances$Start": "

The date and time the Reserved Instance started.

", "ReservedInstancesListing$CreateDate": "

The time the listing was created.

", "ReservedInstancesListing$UpdateDate": "

The last modified timestamp of the listing.

", "ReservedInstancesModification$CreateDate": "

The time when the modification request was created.

", "ReservedInstancesModification$EffectiveDate": "

The time for the modification to become effective.

", "ReservedInstancesModification$UpdateDate": "

The time when the modification request was last updated.

", "ScheduledInstance$CreateDate": "

The date when the Scheduled Instance was purchased.

", "ScheduledInstance$NextSlotStartTime": "

The time for the next schedule to start.

", "ScheduledInstance$PreviousSlotEndTime": "

The time that the previous schedule ended or will end.

", "ScheduledInstance$TermEndDate": "

The end date for the Scheduled Instance.

", "ScheduledInstance$TermStartDate": "

The start date for the Scheduled Instance.

", "ScheduledInstanceAvailability$FirstSlotStartTime": "

The time period for the first schedule to start.

", "SlotDateTimeRangeRequest$EarliestTime": "

The earliest date and time, in UTC, for the Scheduled Instance to start.

", "SlotDateTimeRangeRequest$LatestTime": "

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.

", "SlotStartTimeRangeRequest$EarliestTime": "

The earliest date and time, in UTC, for the Scheduled Instance to start.

", "SlotStartTimeRangeRequest$LatestTime": "

The latest date and time, in UTC, for the Scheduled Instance to start.

", "Snapshot$StartTime": "

The time stamp when the snapshot was initiated.

", "SpotFleetRequestConfig$CreateTime": "

The creation date and time of the request.

", "SpotFleetRequestConfigData$ValidFrom": "

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

", "SpotFleetRequestConfigData$ValidUntil": "

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot Instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date.

", "SpotInstanceRequest$CreateTime": "

The date and time when the Spot Instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "SpotInstanceRequest$ValidFrom": "

The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The request becomes active at this date and time.

", "SpotInstanceRequest$ValidUntil": "

The end date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). If this is a one-time request, it remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached. The default end date is 7 days from the current date.

", "SpotInstanceStatus$UpdateTime": "

The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "SpotMarketOptions$ValidUntil": "

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.

", "SpotPrice$Timestamp": "

The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

", "VgwTelemetry$LastStatusChange": "

The date and time of the last change in status.

", "Volume$CreateTime": "

The time stamp when volume creation was initiated.

", "VolumeAttachment$AttachTime": "

The time stamp when the attachment initiated.

", "VolumeModification$StartTime": "

Modification start time

", "VolumeModification$EndTime": "

Modification completion or failure time.

", "VolumeStatusEvent$NotAfter": "

The latest end time of the event.

", "VolumeStatusEvent$NotBefore": "

The earliest start time of the event.

", "VpcEndpoint$CreationTimestamp": "

The date and time the VPC endpoint was created.

", "VpcEndpointConnection$CreationTimestamp": "

The date and time the VPC endpoint was created.

", "VpcPeeringConnection$ExpirationTime": "

The time that an unaccepted VPC peering connection will expire.

" } }, "DeleteCustomerGatewayRequest": { "base": "

Contains the parameters for DeleteCustomerGateway.

", "refs": { } }, "DeleteDhcpOptionsRequest": { "base": "

Contains the parameters for DeleteDhcpOptions.

", "refs": { } }, "DeleteEgressOnlyInternetGatewayRequest": { "base": null, "refs": { } }, "DeleteEgressOnlyInternetGatewayResult": { "base": null, "refs": { } }, "DeleteFlowLogsRequest": { "base": "

Contains the parameters for DeleteFlowLogs.

", "refs": { } }, "DeleteFlowLogsResult": { "base": "

Contains the output of DeleteFlowLogs.

", "refs": { } }, "DeleteFpgaImageRequest": { "base": null, "refs": { } }, "DeleteFpgaImageResult": { "base": null, "refs": { } }, "DeleteInternetGatewayRequest": { "base": "

Contains the parameters for DeleteInternetGateway.

", "refs": { } }, "DeleteKeyPairRequest": { "base": "

Contains the parameters for DeleteKeyPair.

", "refs": { } }, "DeleteLaunchTemplateRequest": { "base": null, "refs": { } }, "DeleteLaunchTemplateResult": { "base": null, "refs": { } }, "DeleteLaunchTemplateVersionsRequest": { "base": null, "refs": { } }, "DeleteLaunchTemplateVersionsResponseErrorItem": { "base": "

Describes a launch template version that could not be deleted.

", "refs": { "DeleteLaunchTemplateVersionsResponseErrorSet$member": null } }, "DeleteLaunchTemplateVersionsResponseErrorSet": { "base": null, "refs": { "DeleteLaunchTemplateVersionsResult$UnsuccessfullyDeletedLaunchTemplateVersions": "

Information about the launch template versions that could not be deleted.

" } }, "DeleteLaunchTemplateVersionsResponseSuccessItem": { "base": "

Describes a launch template version that was successfully deleted.

", "refs": { "DeleteLaunchTemplateVersionsResponseSuccessSet$member": null } }, "DeleteLaunchTemplateVersionsResponseSuccessSet": { "base": null, "refs": { "DeleteLaunchTemplateVersionsResult$SuccessfullyDeletedLaunchTemplateVersions": "

Information about the launch template versions that were successfully deleted.

" } }, "DeleteLaunchTemplateVersionsResult": { "base": null, "refs": { } }, "DeleteNatGatewayRequest": { "base": "

Contains the parameters for DeleteNatGateway.

", "refs": { } }, "DeleteNatGatewayResult": { "base": "

Contains the output of DeleteNatGateway.

", "refs": { } }, "DeleteNetworkAclEntryRequest": { "base": "

Contains the parameters for DeleteNetworkAclEntry.

", "refs": { } }, "DeleteNetworkAclRequest": { "base": "

Contains the parameters for DeleteNetworkAcl.

", "refs": { } }, "DeleteNetworkInterfacePermissionRequest": { "base": "

Contains the parameters for DeleteNetworkInterfacePermission.

", "refs": { } }, "DeleteNetworkInterfacePermissionResult": { "base": "

Contains the output for DeleteNetworkInterfacePermission.

", "refs": { } }, "DeleteNetworkInterfaceRequest": { "base": "

Contains the parameters for DeleteNetworkInterface.

", "refs": { } }, "DeletePlacementGroupRequest": { "base": "

Contains the parameters for DeletePlacementGroup.

", "refs": { } }, "DeleteRouteRequest": { "base": "

Contains the parameters for DeleteRoute.

", "refs": { } }, "DeleteRouteTableRequest": { "base": "

Contains the parameters for DeleteRouteTable.

", "refs": { } }, "DeleteSecurityGroupRequest": { "base": "

Contains the parameters for DeleteSecurityGroup.

", "refs": { } }, "DeleteSnapshotRequest": { "base": "

Contains the parameters for DeleteSnapshot.

", "refs": { } }, "DeleteSpotDatafeedSubscriptionRequest": { "base": "

Contains the parameters for DeleteSpotDatafeedSubscription.

", "refs": { } }, "DeleteSubnetRequest": { "base": "

Contains the parameters for DeleteSubnet.

", "refs": { } }, "DeleteTagsRequest": { "base": "

Contains the parameters for DeleteTags.

", "refs": { } }, "DeleteVolumeRequest": { "base": "

Contains the parameters for DeleteVolume.

", "refs": { } }, "DeleteVpcEndpointConnectionNotificationsRequest": { "base": null, "refs": { } }, "DeleteVpcEndpointConnectionNotificationsResult": { "base": null, "refs": { } }, "DeleteVpcEndpointServiceConfigurationsRequest": { "base": null, "refs": { } }, "DeleteVpcEndpointServiceConfigurationsResult": { "base": null, "refs": { } }, "DeleteVpcEndpointsRequest": { "base": "

Contains the parameters for DeleteVpcEndpoints.

", "refs": { } }, "DeleteVpcEndpointsResult": { "base": "

Contains the output of DeleteVpcEndpoints.

", "refs": { } }, "DeleteVpcPeeringConnectionRequest": { "base": "

Contains the parameters for DeleteVpcPeeringConnection.

", "refs": { } }, "DeleteVpcPeeringConnectionResult": { "base": "

Contains the output of DeleteVpcPeeringConnection.

", "refs": { } }, "DeleteVpcRequest": { "base": "

Contains the parameters for DeleteVpc.

", "refs": { } }, "DeleteVpnConnectionRequest": { "base": "

Contains the parameters for DeleteVpnConnection.

", "refs": { } }, "DeleteVpnConnectionRouteRequest": { "base": "

Contains the parameters for DeleteVpnConnectionRoute.

", "refs": { } }, "DeleteVpnGatewayRequest": { "base": "

Contains the parameters for DeleteVpnGateway.

", "refs": { } }, "DeregisterImageRequest": { "base": "

Contains the parameters for DeregisterImage.

", "refs": { } }, "DescribeAccountAttributesRequest": { "base": "

Contains the parameters for DescribeAccountAttributes.

", "refs": { } }, "DescribeAccountAttributesResult": { "base": "

Contains the output of DescribeAccountAttributes.

", "refs": { } }, "DescribeAddressesRequest": { "base": "

Contains the parameters for DescribeAddresses.

", "refs": { } }, "DescribeAddressesResult": { "base": "

Contains the output of DescribeAddresses.

", "refs": { } }, "DescribeAvailabilityZonesRequest": { "base": "

Contains the parameters for DescribeAvailabilityZones.

", "refs": { } }, "DescribeAvailabilityZonesResult": { "base": "

Contains the output of DescribeAvailabiltyZones.

", "refs": { } }, "DescribeBundleTasksRequest": { "base": "

Contains the parameters for DescribeBundleTasks.

", "refs": { } }, "DescribeBundleTasksResult": { "base": "

Contains the output of DescribeBundleTasks.

", "refs": { } }, "DescribeClassicLinkInstancesRequest": { "base": "

Contains the parameters for DescribeClassicLinkInstances.

", "refs": { } }, "DescribeClassicLinkInstancesResult": { "base": "

Contains the output of DescribeClassicLinkInstances.

", "refs": { } }, "DescribeConversionTaskList": { "base": null, "refs": { "DescribeConversionTasksResult$ConversionTasks": "

Information about the conversion tasks.

" } }, "DescribeConversionTasksRequest": { "base": "

Contains the parameters for DescribeConversionTasks.

", "refs": { } }, "DescribeConversionTasksResult": { "base": "

Contains the output for DescribeConversionTasks.

", "refs": { } }, "DescribeCustomerGatewaysRequest": { "base": "

Contains the parameters for DescribeCustomerGateways.

", "refs": { } }, "DescribeCustomerGatewaysResult": { "base": "

Contains the output of DescribeCustomerGateways.

", "refs": { } }, "DescribeDhcpOptionsRequest": { "base": "

Contains the parameters for DescribeDhcpOptions.

", "refs": { } }, "DescribeDhcpOptionsResult": { "base": "

Contains the output of DescribeDhcpOptions.

", "refs": { } }, "DescribeEgressOnlyInternetGatewaysRequest": { "base": null, "refs": { } }, "DescribeEgressOnlyInternetGatewaysResult": { "base": null, "refs": { } }, "DescribeElasticGpusRequest": { "base": null, "refs": { } }, "DescribeElasticGpusResult": { "base": null, "refs": { } }, "DescribeExportTasksRequest": { "base": "

Contains the parameters for DescribeExportTasks.

", "refs": { } }, "DescribeExportTasksResult": { "base": "

Contains the output for DescribeExportTasks.

", "refs": { } }, "DescribeFlowLogsRequest": { "base": "

Contains the parameters for DescribeFlowLogs.

", "refs": { } }, "DescribeFlowLogsResult": { "base": "

Contains the output of DescribeFlowLogs.

", "refs": { } }, "DescribeFpgaImageAttributeRequest": { "base": null, "refs": { } }, "DescribeFpgaImageAttributeResult": { "base": null, "refs": { } }, "DescribeFpgaImagesRequest": { "base": null, "refs": { } }, "DescribeFpgaImagesResult": { "base": null, "refs": { } }, "DescribeHostReservationOfferingsRequest": { "base": null, "refs": { } }, "DescribeHostReservationOfferingsResult": { "base": null, "refs": { } }, "DescribeHostReservationsRequest": { "base": null, "refs": { } }, "DescribeHostReservationsResult": { "base": null, "refs": { } }, "DescribeHostsRequest": { "base": "

Contains the parameters for DescribeHosts.

", "refs": { } }, "DescribeHostsResult": { "base": "

Contains the output of DescribeHosts.

", "refs": { } }, "DescribeIamInstanceProfileAssociationsRequest": { "base": null, "refs": { } }, "DescribeIamInstanceProfileAssociationsResult": { "base": null, "refs": { } }, "DescribeIdFormatRequest": { "base": "

Contains the parameters for DescribeIdFormat.

", "refs": { } }, "DescribeIdFormatResult": { "base": "

Contains the output of DescribeIdFormat.

", "refs": { } }, "DescribeIdentityIdFormatRequest": { "base": "

Contains the parameters for DescribeIdentityIdFormat.

", "refs": { } }, "DescribeIdentityIdFormatResult": { "base": "

Contains the output of DescribeIdentityIdFormat.

", "refs": { } }, "DescribeImageAttributeRequest": { "base": "

Contains the parameters for DescribeImageAttribute.

", "refs": { } }, "DescribeImagesRequest": { "base": "

Contains the parameters for DescribeImages.

", "refs": { } }, "DescribeImagesResult": { "base": "

Contains the output of DescribeImages.

", "refs": { } }, "DescribeImportImageTasksRequest": { "base": "

Contains the parameters for DescribeImportImageTasks.

", "refs": { } }, "DescribeImportImageTasksResult": { "base": "

Contains the output for DescribeImportImageTasks.

", "refs": { } }, "DescribeImportSnapshotTasksRequest": { "base": "

Contains the parameters for DescribeImportSnapshotTasks.

", "refs": { } }, "DescribeImportSnapshotTasksResult": { "base": "

Contains the output for DescribeImportSnapshotTasks.

", "refs": { } }, "DescribeInstanceAttributeRequest": { "base": "

Contains the parameters for DescribeInstanceAttribute.

", "refs": { } }, "DescribeInstanceCreditSpecificationsRequest": { "base": null, "refs": { } }, "DescribeInstanceCreditSpecificationsResult": { "base": null, "refs": { } }, "DescribeInstanceStatusRequest": { "base": "

Contains the parameters for DescribeInstanceStatus.

", "refs": { } }, "DescribeInstanceStatusResult": { "base": "

Contains the output of DescribeInstanceStatus.

", "refs": { } }, "DescribeInstancesRequest": { "base": "

Contains the parameters for DescribeInstances.

", "refs": { } }, "DescribeInstancesResult": { "base": "

Contains the output of DescribeInstances.

", "refs": { } }, "DescribeInternetGatewaysRequest": { "base": "

Contains the parameters for DescribeInternetGateways.

", "refs": { } }, "DescribeInternetGatewaysResult": { "base": "

Contains the output of DescribeInternetGateways.

", "refs": { } }, "DescribeKeyPairsRequest": { "base": "

Contains the parameters for DescribeKeyPairs.

", "refs": { } }, "DescribeKeyPairsResult": { "base": "

Contains the output of DescribeKeyPairs.

", "refs": { } }, "DescribeLaunchTemplateVersionsRequest": { "base": null, "refs": { } }, "DescribeLaunchTemplateVersionsResult": { "base": null, "refs": { } }, "DescribeLaunchTemplatesRequest": { "base": null, "refs": { } }, "DescribeLaunchTemplatesResult": { "base": null, "refs": { } }, "DescribeMovingAddressesRequest": { "base": "

Contains the parameters for DescribeMovingAddresses.

", "refs": { } }, "DescribeMovingAddressesResult": { "base": "

Contains the output of DescribeMovingAddresses.

", "refs": { } }, "DescribeNatGatewaysRequest": { "base": "

Contains the parameters for DescribeNatGateways.

", "refs": { } }, "DescribeNatGatewaysResult": { "base": "

Contains the output of DescribeNatGateways.

", "refs": { } }, "DescribeNetworkAclsRequest": { "base": "

Contains the parameters for DescribeNetworkAcls.

", "refs": { } }, "DescribeNetworkAclsResult": { "base": "

Contains the output of DescribeNetworkAcls.

", "refs": { } }, "DescribeNetworkInterfaceAttributeRequest": { "base": "

Contains the parameters for DescribeNetworkInterfaceAttribute.

", "refs": { } }, "DescribeNetworkInterfaceAttributeResult": { "base": "

Contains the output of DescribeNetworkInterfaceAttribute.

", "refs": { } }, "DescribeNetworkInterfacePermissionsRequest": { "base": "

Contains the parameters for DescribeNetworkInterfacePermissions.

", "refs": { } }, "DescribeNetworkInterfacePermissionsResult": { "base": "

Contains the output for DescribeNetworkInterfacePermissions.

", "refs": { } }, "DescribeNetworkInterfacesRequest": { "base": "

Contains the parameters for DescribeNetworkInterfaces.

", "refs": { } }, "DescribeNetworkInterfacesResult": { "base": "

Contains the output of DescribeNetworkInterfaces.

", "refs": { } }, "DescribePlacementGroupsRequest": { "base": "

Contains the parameters for DescribePlacementGroups.

", "refs": { } }, "DescribePlacementGroupsResult": { "base": "

Contains the output of DescribePlacementGroups.

", "refs": { } }, "DescribePrefixListsRequest": { "base": "

Contains the parameters for DescribePrefixLists.

", "refs": { } }, "DescribePrefixListsResult": { "base": "

Contains the output of DescribePrefixLists.

", "refs": { } }, "DescribeRegionsRequest": { "base": "

Contains the parameters for DescribeRegions.

", "refs": { } }, "DescribeRegionsResult": { "base": "

Contains the output of DescribeRegions.

", "refs": { } }, "DescribeReservedInstancesListingsRequest": { "base": "

Contains the parameters for DescribeReservedInstancesListings.

", "refs": { } }, "DescribeReservedInstancesListingsResult": { "base": "

Contains the output of DescribeReservedInstancesListings.

", "refs": { } }, "DescribeReservedInstancesModificationsRequest": { "base": "

Contains the parameters for DescribeReservedInstancesModifications.

", "refs": { } }, "DescribeReservedInstancesModificationsResult": { "base": "

Contains the output of DescribeReservedInstancesModifications.

", "refs": { } }, "DescribeReservedInstancesOfferingsRequest": { "base": "

Contains the parameters for DescribeReservedInstancesOfferings.

", "refs": { } }, "DescribeReservedInstancesOfferingsResult": { "base": "

Contains the output of DescribeReservedInstancesOfferings.

", "refs": { } }, "DescribeReservedInstancesRequest": { "base": "

Contains the parameters for DescribeReservedInstances.

", "refs": { } }, "DescribeReservedInstancesResult": { "base": "

Contains the output for DescribeReservedInstances.

", "refs": { } }, "DescribeRouteTablesRequest": { "base": "

Contains the parameters for DescribeRouteTables.

", "refs": { } }, "DescribeRouteTablesResult": { "base": "

Contains the output of DescribeRouteTables.

", "refs": { } }, "DescribeScheduledInstanceAvailabilityRequest": { "base": "

Contains the parameters for DescribeScheduledInstanceAvailability.

", "refs": { } }, "DescribeScheduledInstanceAvailabilityResult": { "base": "

Contains the output of DescribeScheduledInstanceAvailability.

", "refs": { } }, "DescribeScheduledInstancesRequest": { "base": "

Contains the parameters for DescribeScheduledInstances.

", "refs": { } }, "DescribeScheduledInstancesResult": { "base": "

Contains the output of DescribeScheduledInstances.

", "refs": { } }, "DescribeSecurityGroupReferencesRequest": { "base": null, "refs": { } }, "DescribeSecurityGroupReferencesResult": { "base": null, "refs": { } }, "DescribeSecurityGroupsRequest": { "base": "

Contains the parameters for DescribeSecurityGroups.

", "refs": { } }, "DescribeSecurityGroupsResult": { "base": "

Contains the output of DescribeSecurityGroups.

", "refs": { } }, "DescribeSnapshotAttributeRequest": { "base": "

Contains the parameters for DescribeSnapshotAttribute.

", "refs": { } }, "DescribeSnapshotAttributeResult": { "base": "

Contains the output of DescribeSnapshotAttribute.

", "refs": { } }, "DescribeSnapshotsRequest": { "base": "

Contains the parameters for DescribeSnapshots.

", "refs": { } }, "DescribeSnapshotsResult": { "base": "

Contains the output of DescribeSnapshots.

", "refs": { } }, "DescribeSpotDatafeedSubscriptionRequest": { "base": "

Contains the parameters for DescribeSpotDatafeedSubscription.

", "refs": { } }, "DescribeSpotDatafeedSubscriptionResult": { "base": "

Contains the output of DescribeSpotDatafeedSubscription.

", "refs": { } }, "DescribeSpotFleetInstancesRequest": { "base": "

Contains the parameters for DescribeSpotFleetInstances.

", "refs": { } }, "DescribeSpotFleetInstancesResponse": { "base": "

Contains the output of DescribeSpotFleetInstances.

", "refs": { } }, "DescribeSpotFleetRequestHistoryRequest": { "base": "

Contains the parameters for DescribeSpotFleetRequestHistory.

", "refs": { } }, "DescribeSpotFleetRequestHistoryResponse": { "base": "

Contains the output of DescribeSpotFleetRequestHistory.

", "refs": { } }, "DescribeSpotFleetRequestsRequest": { "base": "

Contains the parameters for DescribeSpotFleetRequests.

", "refs": { } }, "DescribeSpotFleetRequestsResponse": { "base": "

Contains the output of DescribeSpotFleetRequests.

", "refs": { } }, "DescribeSpotInstanceRequestsRequest": { "base": "

Contains the parameters for DescribeSpotInstanceRequests.

", "refs": { } }, "DescribeSpotInstanceRequestsResult": { "base": "

Contains the output of DescribeSpotInstanceRequests.

", "refs": { } }, "DescribeSpotPriceHistoryRequest": { "base": "

Contains the parameters for DescribeSpotPriceHistory.

", "refs": { } }, "DescribeSpotPriceHistoryResult": { "base": "

Contains the output of DescribeSpotPriceHistory.

", "refs": { } }, "DescribeStaleSecurityGroupsRequest": { "base": null, "refs": { } }, "DescribeStaleSecurityGroupsResult": { "base": null, "refs": { } }, "DescribeSubnetsRequest": { "base": "

Contains the parameters for DescribeSubnets.

", "refs": { } }, "DescribeSubnetsResult": { "base": "

Contains the output of DescribeSubnets.

", "refs": { } }, "DescribeTagsRequest": { "base": "

Contains the parameters for DescribeTags.

", "refs": { } }, "DescribeTagsResult": { "base": "

Contains the output of DescribeTags.

", "refs": { } }, "DescribeVolumeAttributeRequest": { "base": "

Contains the parameters for DescribeVolumeAttribute.

", "refs": { } }, "DescribeVolumeAttributeResult": { "base": "

Contains the output of DescribeVolumeAttribute.

", "refs": { } }, "DescribeVolumeStatusRequest": { "base": "

Contains the parameters for DescribeVolumeStatus.

", "refs": { } }, "DescribeVolumeStatusResult": { "base": "

Contains the output of DescribeVolumeStatus.

", "refs": { } }, "DescribeVolumesModificationsRequest": { "base": null, "refs": { } }, "DescribeVolumesModificationsResult": { "base": null, "refs": { } }, "DescribeVolumesRequest": { "base": "

Contains the parameters for DescribeVolumes.

", "refs": { } }, "DescribeVolumesResult": { "base": "

Contains the output of DescribeVolumes.

", "refs": { } }, "DescribeVpcAttributeRequest": { "base": "

Contains the parameters for DescribeVpcAttribute.

", "refs": { } }, "DescribeVpcAttributeResult": { "base": "

Contains the output of DescribeVpcAttribute.

", "refs": { } }, "DescribeVpcClassicLinkDnsSupportRequest": { "base": "

Contains the parameters for DescribeVpcClassicLinkDnsSupport.

", "refs": { } }, "DescribeVpcClassicLinkDnsSupportResult": { "base": "

Contains the output of DescribeVpcClassicLinkDnsSupport.

", "refs": { } }, "DescribeVpcClassicLinkRequest": { "base": "

Contains the parameters for DescribeVpcClassicLink.

", "refs": { } }, "DescribeVpcClassicLinkResult": { "base": "

Contains the output of DescribeVpcClassicLink.

", "refs": { } }, "DescribeVpcEndpointConnectionNotificationsRequest": { "base": null, "refs": { } }, "DescribeVpcEndpointConnectionNotificationsResult": { "base": null, "refs": { } }, "DescribeVpcEndpointConnectionsRequest": { "base": null, "refs": { } }, "DescribeVpcEndpointConnectionsResult": { "base": null, "refs": { } }, "DescribeVpcEndpointServiceConfigurationsRequest": { "base": null, "refs": { } }, "DescribeVpcEndpointServiceConfigurationsResult": { "base": null, "refs": { } }, "DescribeVpcEndpointServicePermissionsRequest": { "base": null, "refs": { } }, "DescribeVpcEndpointServicePermissionsResult": { "base": null, "refs": { } }, "DescribeVpcEndpointServicesRequest": { "base": "

Contains the parameters for DescribeVpcEndpointServices.

", "refs": { } }, "DescribeVpcEndpointServicesResult": { "base": "

Contains the output of DescribeVpcEndpointServices.

", "refs": { } }, "DescribeVpcEndpointsRequest": { "base": "

Contains the parameters for DescribeVpcEndpoints.

", "refs": { } }, "DescribeVpcEndpointsResult": { "base": "

Contains the output of DescribeVpcEndpoints.

", "refs": { } }, "DescribeVpcPeeringConnectionsRequest": { "base": "

Contains the parameters for DescribeVpcPeeringConnections.

", "refs": { } }, "DescribeVpcPeeringConnectionsResult": { "base": "

Contains the output of DescribeVpcPeeringConnections.

", "refs": { } }, "DescribeVpcsRequest": { "base": "

Contains the parameters for DescribeVpcs.

", "refs": { } }, "DescribeVpcsResult": { "base": "

Contains the output of DescribeVpcs.

", "refs": { } }, "DescribeVpnConnectionsRequest": { "base": "

Contains the parameters for DescribeVpnConnections.

", "refs": { } }, "DescribeVpnConnectionsResult": { "base": "

Contains the output of DescribeVpnConnections.

", "refs": { } }, "DescribeVpnGatewaysRequest": { "base": "

Contains the parameters for DescribeVpnGateways.

", "refs": { } }, "DescribeVpnGatewaysResult": { "base": "

Contains the output of DescribeVpnGateways.

", "refs": { } }, "DetachClassicLinkVpcRequest": { "base": "

Contains the parameters for DetachClassicLinkVpc.

", "refs": { } }, "DetachClassicLinkVpcResult": { "base": "

Contains the output of DetachClassicLinkVpc.

", "refs": { } }, "DetachInternetGatewayRequest": { "base": "

Contains the parameters for DetachInternetGateway.

", "refs": { } }, "DetachNetworkInterfaceRequest": { "base": "

Contains the parameters for DetachNetworkInterface.

", "refs": { } }, "DetachVolumeRequest": { "base": "

Contains the parameters for DetachVolume.

", "refs": { } }, "DetachVpnGatewayRequest": { "base": "

Contains the parameters for DetachVpnGateway.

", "refs": { } }, "DeviceType": { "base": null, "refs": { "Image$RootDeviceType": "

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

", "Instance$RootDeviceType": "

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

" } }, "DhcpConfiguration": { "base": "

Describes a DHCP configuration option.

", "refs": { "DhcpConfigurationList$member": null } }, "DhcpConfigurationList": { "base": null, "refs": { "DhcpOptions$DhcpConfigurations": "

One or more DHCP options in the set.

" } }, "DhcpConfigurationValueList": { "base": null, "refs": { "DhcpConfiguration$Values": "

One or more values for the DHCP option.

" } }, "DhcpOptions": { "base": "

Describes a set of DHCP options.

", "refs": { "CreateDhcpOptionsResult$DhcpOptions": "

A set of DHCP options.

", "DhcpOptionsList$member": null } }, "DhcpOptionsIdStringList": { "base": null, "refs": { "DescribeDhcpOptionsRequest$DhcpOptionsIds": "

The IDs of one or more DHCP options sets.

Default: Describes all your DHCP options sets.

" } }, "DhcpOptionsList": { "base": null, "refs": { "DescribeDhcpOptionsResult$DhcpOptions": "

Information about one or more DHCP options sets.

" } }, "DisableVgwRoutePropagationRequest": { "base": "

Contains the parameters for DisableVgwRoutePropagation.

", "refs": { } }, "DisableVpcClassicLinkDnsSupportRequest": { "base": "

Contains the parameters for DisableVpcClassicLinkDnsSupport.

", "refs": { } }, "DisableVpcClassicLinkDnsSupportResult": { "base": "

Contains the output of DisableVpcClassicLinkDnsSupport.

", "refs": { } }, "DisableVpcClassicLinkRequest": { "base": "

Contains the parameters for DisableVpcClassicLink.

", "refs": { } }, "DisableVpcClassicLinkResult": { "base": "

Contains the output of DisableVpcClassicLink.

", "refs": { } }, "DisassociateAddressRequest": { "base": "

Contains the parameters for DisassociateAddress.

", "refs": { } }, "DisassociateIamInstanceProfileRequest": { "base": null, "refs": { } }, "DisassociateIamInstanceProfileResult": { "base": null, "refs": { } }, "DisassociateRouteTableRequest": { "base": "

Contains the parameters for DisassociateRouteTable.

", "refs": { } }, "DisassociateSubnetCidrBlockRequest": { "base": null, "refs": { } }, "DisassociateSubnetCidrBlockResult": { "base": null, "refs": { } }, "DisassociateVpcCidrBlockRequest": { "base": null, "refs": { } }, "DisassociateVpcCidrBlockResult": { "base": null, "refs": { } }, "DiskImage": { "base": "

Describes a disk image.

", "refs": { "DiskImageList$member": null } }, "DiskImageDescription": { "base": "

Describes a disk image.

", "refs": { "ImportInstanceVolumeDetailItem$Image": "

The image.

", "ImportVolumeTaskDetails$Image": "

The image.

" } }, "DiskImageDetail": { "base": "

Describes a disk image.

", "refs": { "DiskImage$Image": "

Information about the disk image.

", "ImportVolumeRequest$Image": "

The disk image.

" } }, "DiskImageFormat": { "base": null, "refs": { "DiskImageDescription$Format": "

The disk image format.

", "DiskImageDetail$Format": "

The disk image format.

", "ExportToS3Task$DiskImageFormat": "

The format for the exported image.

", "ExportToS3TaskSpecification$DiskImageFormat": "

The format for the exported image.

" } }, "DiskImageList": { "base": null, "refs": { "ImportInstanceRequest$DiskImages": "

The disk image.

" } }, "DiskImageVolumeDescription": { "base": "

Describes a disk image volume.

", "refs": { "ImportInstanceVolumeDetailItem$Volume": "

The volume.

", "ImportVolumeTaskDetails$Volume": "

The volume.

" } }, "DnsEntry": { "base": "

Describes a DNS entry.

", "refs": { "DnsEntrySet$member": null } }, "DnsEntrySet": { "base": null, "refs": { "VpcEndpoint$DnsEntries": "

(Interface endpoint) The DNS entries for the endpoint.

" } }, "DomainType": { "base": null, "refs": { "Address$Domain": "

Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).

", "AllocateAddressRequest$Domain": "

Set to vpc to allocate the address for use with instances in a VPC.

Default: The address is for use with instances in EC2-Classic.

", "AllocateAddressResult$Domain": "

Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).

" } }, "Double": { "base": null, "refs": { "ClientData$UploadSize": "

The size of the uploaded disk image, in GiB.

", "LaunchTemplateOverrides$WeightedCapacity": "

The number of units provided by the specified instance type.

", "PriceSchedule$Price": "

The fixed price for the term.

", "PriceScheduleSpecification$Price": "

The fixed price for the term.

", "PricingDetail$Price": "

The price per instance.

", "RecurringCharge$Amount": "

The amount of the recurring charge.

", "ReservedInstanceLimitPrice$Amount": "

Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).

", "SnapshotDetail$DiskImageSize": "

The size of the disk in the snapshot, in GiB.

", "SnapshotTaskDetail$DiskImageSize": "

The size of the disk in the snapshot, in GiB.

", "SpotFleetLaunchSpecification$WeightedCapacity": "

The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms (instances or a performance characteristic such as vCPUs, memory, or I/O).

If the target capacity divided by this value is not a whole number, we round the number of instances to the next whole number. If this value is not specified, the default is 1.

", "SpotFleetRequestConfigData$FulfilledCapacity": "

The number of units fulfilled by this request compared to the set target capacity.

" } }, "EbsBlockDevice": { "base": "

Describes a block device for an EBS volume.

", "refs": { "BlockDeviceMapping$Ebs": "

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

" } }, "EbsInstanceBlockDevice": { "base": "

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

", "refs": { "InstanceBlockDeviceMapping$Ebs": "

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

" } }, "EbsInstanceBlockDeviceSpecification": { "base": "

Describes information used to set up an EBS volume specified in a block device mapping.

", "refs": { "InstanceBlockDeviceMappingSpecification$Ebs": "

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

" } }, "EgressOnlyInternetGateway": { "base": "

Describes an egress-only Internet gateway.

", "refs": { "CreateEgressOnlyInternetGatewayResult$EgressOnlyInternetGateway": "

Information about the egress-only Internet gateway.

", "EgressOnlyInternetGatewayList$member": null } }, "EgressOnlyInternetGatewayId": { "base": null, "refs": { "DeleteEgressOnlyInternetGatewayRequest$EgressOnlyInternetGatewayId": "

The ID of the egress-only Internet gateway.

", "EgressOnlyInternetGateway$EgressOnlyInternetGatewayId": "

The ID of the egress-only Internet gateway.

", "EgressOnlyInternetGatewayIdList$member": null } }, "EgressOnlyInternetGatewayIdList": { "base": null, "refs": { "DescribeEgressOnlyInternetGatewaysRequest$EgressOnlyInternetGatewayIds": "

One or more egress-only Internet gateway IDs.

" } }, "EgressOnlyInternetGatewayList": { "base": null, "refs": { "DescribeEgressOnlyInternetGatewaysResult$EgressOnlyInternetGateways": "

Information about the egress-only Internet gateways.

" } }, "ElasticGpuAssociation": { "base": "

Describes the association between an instance and an Elastic GPU.

", "refs": { "ElasticGpuAssociationList$member": null } }, "ElasticGpuAssociationList": { "base": null, "refs": { "Instance$ElasticGpuAssociations": "

The Elastic GPU associated with the instance.

" } }, "ElasticGpuHealth": { "base": "

Describes the status of an Elastic GPU.

", "refs": { "ElasticGpus$ElasticGpuHealth": "

The status of the Elastic GPU.

" } }, "ElasticGpuIdSet": { "base": null, "refs": { "DescribeElasticGpusRequest$ElasticGpuIds": "

One or more Elastic GPU IDs.

" } }, "ElasticGpuSet": { "base": null, "refs": { "DescribeElasticGpusResult$ElasticGpuSet": "

Information about the Elastic GPUs.

" } }, "ElasticGpuSpecification": { "base": "

A specification for an Elastic GPU.

", "refs": { "ElasticGpuSpecificationList$member": null, "ElasticGpuSpecifications$member": null } }, "ElasticGpuSpecificationList": { "base": null, "refs": { "RequestLaunchTemplateData$ElasticGpuSpecifications": "

An elastic GPU to associate with the instance.

" } }, "ElasticGpuSpecificationResponse": { "base": "

Describes an elastic GPU.

", "refs": { "ElasticGpuSpecificationResponseList$member": null } }, "ElasticGpuSpecificationResponseList": { "base": null, "refs": { "ResponseLaunchTemplateData$ElasticGpuSpecifications": "

The elastic GPU specification.

" } }, "ElasticGpuSpecifications": { "base": null, "refs": { "RunInstancesRequest$ElasticGpuSpecification": "

An elastic GPU to associate with the instance.

" } }, "ElasticGpuState": { "base": null, "refs": { "ElasticGpus$ElasticGpuState": "

The state of the Elastic GPU.

" } }, "ElasticGpuStatus": { "base": null, "refs": { "ElasticGpuHealth$Status": "

The health status.

" } }, "ElasticGpus": { "base": "

Describes an Elastic GPU.

", "refs": { "ElasticGpuSet$member": null } }, "EnableVgwRoutePropagationRequest": { "base": "

Contains the parameters for EnableVgwRoutePropagation.

", "refs": { } }, "EnableVolumeIORequest": { "base": "

Contains the parameters for EnableVolumeIO.

", "refs": { } }, "EnableVpcClassicLinkDnsSupportRequest": { "base": "

Contains the parameters for EnableVpcClassicLinkDnsSupport.

", "refs": { } }, "EnableVpcClassicLinkDnsSupportResult": { "base": "

Contains the output of EnableVpcClassicLinkDnsSupport.

", "refs": { } }, "EnableVpcClassicLinkRequest": { "base": "

Contains the parameters for EnableVpcClassicLink.

", "refs": { } }, "EnableVpcClassicLinkResult": { "base": "

Contains the output of EnableVpcClassicLink.

", "refs": { } }, "EventCode": { "base": null, "refs": { "InstanceStatusEvent$Code": "

The event code.

" } }, "EventInformation": { "base": "

Describes a Spot Fleet event.

", "refs": { "HistoryRecord$EventInformation": "

Information about the event.

" } }, "EventType": { "base": null, "refs": { "DescribeSpotFleetRequestHistoryRequest$EventType": "

The type of events to describe. By default, all events are described.

", "HistoryRecord$EventType": "

The event type.

" } }, "ExcessCapacityTerminationPolicy": { "base": null, "refs": { "ModifySpotFleetRequestRequest$ExcessCapacityTerminationPolicy": "

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.

", "SpotFleetRequestConfigData$ExcessCapacityTerminationPolicy": "

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.

" } }, "ExecutableByStringList": { "base": null, "refs": { "DescribeImagesRequest$ExecutableUsers": "

Scopes the images by users with explicit launch permissions. Specify an AWS account ID, self (the sender of the request), or all (public AMIs).

" } }, "ExportEnvironment": { "base": null, "refs": { "CreateInstanceExportTaskRequest$TargetEnvironment": "

The target virtualization environment.

", "InstanceExportDetails$TargetEnvironment": "

The target virtualization environment.

" } }, "ExportTask": { "base": "

Describes an instance export task.

", "refs": { "CreateInstanceExportTaskResult$ExportTask": "

Information about the instance export task.

", "ExportTaskList$member": null } }, "ExportTaskIdStringList": { "base": null, "refs": { "DescribeExportTasksRequest$ExportTaskIds": "

One or more export task IDs.

" } }, "ExportTaskList": { "base": null, "refs": { "DescribeExportTasksResult$ExportTasks": "

Information about the export tasks.

" } }, "ExportTaskState": { "base": null, "refs": { "ExportTask$State": "

The state of the export task.

" } }, "ExportToS3Task": { "base": "

Describes the format and location for an instance export task.

", "refs": { "ExportTask$ExportToS3Task": "

Information about the export task.

" } }, "ExportToS3TaskSpecification": { "base": "

Describes an instance export task.

", "refs": { "CreateInstanceExportTaskRequest$ExportToS3Task": "

The format and location for an instance export task.

" } }, "Filter": { "base": "

A filter name and value pair that is used to return a more specific list of results. Filters can be used to match a set of resources by various criteria, such as tags, attributes, or IDs.

", "refs": { "FilterList$member": null } }, "FilterList": { "base": null, "refs": { "DescribeAddressesRequest$Filters": "

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

", "DescribeAvailabilityZonesRequest$Filters": "

One or more filters.

", "DescribeBundleTasksRequest$Filters": "

One or more filters.

", "DescribeClassicLinkInstancesRequest$Filters": "

One or more filters.

", "DescribeCustomerGatewaysRequest$Filters": "

One or more filters.

", "DescribeDhcpOptionsRequest$Filters": "

One or more filters.

", "DescribeElasticGpusRequest$Filters": "

One or more filters.

", "DescribeFlowLogsRequest$Filter": "

One or more filters.

", "DescribeFpgaImagesRequest$Filters": "

One or more filters.

", "DescribeHostReservationOfferingsRequest$Filter": "

One or more filters.

", "DescribeHostReservationsRequest$Filter": "

One or more filters.

", "DescribeHostsRequest$Filter": "

One or more filters.

", "DescribeIamInstanceProfileAssociationsRequest$Filters": "

One or more filters.

", "DescribeImagesRequest$Filters": "

One or more filters.

", "DescribeImportImageTasksRequest$Filters": "

Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.

", "DescribeImportSnapshotTasksRequest$Filters": "

One or more filters.

", "DescribeInstanceCreditSpecificationsRequest$Filters": "

One or more filters.

", "DescribeInstanceStatusRequest$Filters": "

One or more filters.

", "DescribeInstancesRequest$Filters": "

One or more filters.

", "DescribeInternetGatewaysRequest$Filters": "

One or more filters.

", "DescribeKeyPairsRequest$Filters": "

One or more filters.

", "DescribeLaunchTemplateVersionsRequest$Filters": "

One or more filters.

", "DescribeLaunchTemplatesRequest$Filters": "

One or more filters.

", "DescribeMovingAddressesRequest$Filters": "

One or more filters.

", "DescribeNatGatewaysRequest$Filter": "

One or more filters.

", "DescribeNetworkAclsRequest$Filters": "

One or more filters.

", "DescribeNetworkInterfacePermissionsRequest$Filters": "

One or more filters.

", "DescribeNetworkInterfacesRequest$Filters": "

One or more filters.

", "DescribePlacementGroupsRequest$Filters": "

One or more filters.

", "DescribePrefixListsRequest$Filters": "

One or more filters.

", "DescribeRegionsRequest$Filters": "

One or more filters.

", "DescribeReservedInstancesListingsRequest$Filters": "

One or more filters.

", "DescribeReservedInstancesModificationsRequest$Filters": "

One or more filters.

", "DescribeReservedInstancesOfferingsRequest$Filters": "

One or more filters.

", "DescribeReservedInstancesRequest$Filters": "

One or more filters.

", "DescribeRouteTablesRequest$Filters": "

One or more filters.

", "DescribeScheduledInstanceAvailabilityRequest$Filters": "

One or more filters.

", "DescribeScheduledInstancesRequest$Filters": "

One or more filters.

", "DescribeSecurityGroupsRequest$Filters": "

One or more filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.

", "DescribeSnapshotsRequest$Filters": "

One or more filters.

", "DescribeSpotInstanceRequestsRequest$Filters": "

One or more filters.

", "DescribeSpotPriceHistoryRequest$Filters": "

One or more filters.

", "DescribeSubnetsRequest$Filters": "

One or more filters.

", "DescribeTagsRequest$Filters": "

One or more filters.

", "DescribeVolumeStatusRequest$Filters": "

One or more filters.

", "DescribeVolumesModificationsRequest$Filters": "

One or more filters. Supported filters: volume-id, modification-state, target-size, target-iops, target-volume-type, original-size, original-iops, original-volume-type, start-time.

", "DescribeVolumesRequest$Filters": "

One or more filters.

", "DescribeVpcClassicLinkRequest$Filters": "

One or more filters.

", "DescribeVpcEndpointConnectionNotificationsRequest$Filters": "

One or more filters.

", "DescribeVpcEndpointConnectionsRequest$Filters": "

One or more filters.

", "DescribeVpcEndpointServiceConfigurationsRequest$Filters": "

One or more filters.

", "DescribeVpcEndpointServicePermissionsRequest$Filters": "

One or more filters.

", "DescribeVpcEndpointServicesRequest$Filters": "

One or more filters.

", "DescribeVpcEndpointsRequest$Filters": "

One or more filters.

", "DescribeVpcPeeringConnectionsRequest$Filters": "

One or more filters.

", "DescribeVpcsRequest$Filters": "

One or more filters.

", "DescribeVpnConnectionsRequest$Filters": "

One or more filters.

", "DescribeVpnGatewaysRequest$Filters": "

One or more filters.

" } }, "FleetLaunchTemplateSpecification": { "base": "

Describes a launch template.

", "refs": { "LaunchTemplateConfig$LaunchTemplateSpecification": "

The launch template.

" } }, "FleetType": { "base": null, "refs": { "SpotFleetRequestConfigData$Type": "

The type of request. Indicates whether the fleet will only request the target capacity or also attempt to maintain it. When you request a certain target capacity, the fleet will only place the required requests. It will not attempt to replenish Spot Instances if capacity is diminished, nor will it submit requests in alternative Spot pools if capacity is not available. When you want to maintain a certain target capacity, fleet will place the required requests to meet this target capacity. It will also automatically replenish any interrupted instances. Default: maintain.

" } }, "Float": { "base": null, "refs": { "ReservedInstances$FixedPrice": "

The purchase price of the Reserved Instance.

", "ReservedInstances$UsagePrice": "

The usage price of the Reserved Instance, per hour.

", "ReservedInstancesOffering$FixedPrice": "

The purchase price of the Reserved Instance.

", "ReservedInstancesOffering$UsagePrice": "

The usage price of the Reserved Instance, per hour.

" } }, "FlowLog": { "base": "

Describes a flow log.

", "refs": { "FlowLogSet$member": null } }, "FlowLogSet": { "base": null, "refs": { "DescribeFlowLogsResult$FlowLogs": "

Information about the flow logs.

" } }, "FlowLogsResourceType": { "base": null, "refs": { "CreateFlowLogsRequest$ResourceType": "

The type of resource on which to create the flow log.

" } }, "FpgaImage": { "base": "

Describes an Amazon FPGA image (AFI).

", "refs": { "FpgaImageList$member": null } }, "FpgaImageAttribute": { "base": "

Describes an Amazon FPGA image (AFI) attribute.

", "refs": { "DescribeFpgaImageAttributeResult$FpgaImageAttribute": "

Information about the attribute.

", "ModifyFpgaImageAttributeResult$FpgaImageAttribute": "

Information about the attribute.

" } }, "FpgaImageAttributeName": { "base": null, "refs": { "DescribeFpgaImageAttributeRequest$Attribute": "

The AFI attribute.

", "ModifyFpgaImageAttributeRequest$Attribute": "

The name of the attribute.

" } }, "FpgaImageIdList": { "base": null, "refs": { "DescribeFpgaImagesRequest$FpgaImageIds": "

One or more AFI IDs.

" } }, "FpgaImageList": { "base": null, "refs": { "DescribeFpgaImagesResult$FpgaImages": "

Information about one or more FPGA images.

" } }, "FpgaImageState": { "base": "

Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).

", "refs": { "FpgaImage$State": "

Information about the state of the AFI.

" } }, "FpgaImageStateCode": { "base": null, "refs": { "FpgaImageState$Code": "

The state. The following are the possible values:

" } }, "GatewayType": { "base": null, "refs": { "CreateCustomerGatewayRequest$Type": "

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

", "CreateVpnGatewayRequest$Type": "

The type of VPN connection this virtual private gateway supports.

", "VpnConnection$Type": "

The type of VPN connection.

", "VpnGateway$Type": "

The type of VPN connection the virtual private gateway supports.

" } }, "GetConsoleOutputRequest": { "base": "

Contains the parameters for GetConsoleOutput.

", "refs": { } }, "GetConsoleOutputResult": { "base": "

Contains the output of GetConsoleOutput.

", "refs": { } }, "GetConsoleScreenshotRequest": { "base": "

Contains the parameters for the request.

", "refs": { } }, "GetConsoleScreenshotResult": { "base": "

Contains the output of the request.

", "refs": { } }, "GetHostReservationPurchasePreviewRequest": { "base": null, "refs": { } }, "GetHostReservationPurchasePreviewResult": { "base": null, "refs": { } }, "GetLaunchTemplateDataRequest": { "base": null, "refs": { } }, "GetLaunchTemplateDataResult": { "base": null, "refs": { } }, "GetPasswordDataRequest": { "base": "

Contains the parameters for GetPasswordData.

", "refs": { } }, "GetPasswordDataResult": { "base": "

Contains the output of GetPasswordData.

", "refs": { } }, "GetReservedInstancesExchangeQuoteRequest": { "base": "

Contains the parameters for GetReservedInstanceExchangeQuote.

", "refs": { } }, "GetReservedInstancesExchangeQuoteResult": { "base": "

Contains the output of GetReservedInstancesExchangeQuote.

", "refs": { } }, "GroupIdStringList": { "base": null, "refs": { "AttachClassicLinkVpcRequest$Groups": "

The ID of one or more of the VPC's security groups. You cannot specify security groups from a different VPC.

", "DescribeSecurityGroupsRequest$GroupIds": "

One or more security group IDs. Required for security groups in a nondefault VPC.

Default: Describes all your security groups.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$Groups": "

The IDs of one or more security groups.

", "ModifyInstanceAttributeRequest$Groups": "

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

" } }, "GroupIdentifier": { "base": "

Describes a security group.

", "refs": { "GroupIdentifierList$member": null } }, "GroupIdentifierList": { "base": null, "refs": { "ClassicLinkInstance$Groups": "

A list of security groups.

", "DescribeNetworkInterfaceAttributeResult$Groups": "

The security groups associated with the network interface.

", "Instance$SecurityGroups": "

One or more security groups for the instance.

", "InstanceAttribute$Groups": "

The security groups associated with the instance.

", "InstanceNetworkInterface$Groups": "

One or more security groups.

", "LaunchSpecification$SecurityGroups": "

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.

", "NetworkInterface$Groups": "

Any security groups for the network interface.

", "Reservation$Groups": "

[EC2-Classic only] One or more security groups.

", "SpotFleetLaunchSpecification$SecurityGroups": "

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.

" } }, "GroupIdentifierSet": { "base": null, "refs": { "VpcEndpoint$Groups": "

(Interface endpoint) Information about the security groups associated with the network interface.

" } }, "GroupIds": { "base": null, "refs": { "DescribeSecurityGroupReferencesRequest$GroupId": "

One or more security group IDs in your account.

" } }, "GroupNameStringList": { "base": null, "refs": { "DescribeSecurityGroupsRequest$GroupNames": "

[EC2-Classic and default VPC only] One or more security group names. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, use the group-name filter to describe security groups by name.

Default: Describes all your security groups.

", "ModifySnapshotAttributeRequest$GroupNames": "

The group to modify for the snapshot.

" } }, "HistoryRecord": { "base": "

Describes an event in the history of the Spot Fleet request.

", "refs": { "HistoryRecords$member": null } }, "HistoryRecords": { "base": null, "refs": { "DescribeSpotFleetRequestHistoryResponse$HistoryRecords": "

Information about the events in the history of the Spot Fleet request.

" } }, "Host": { "base": "

Describes the properties of the Dedicated Host.

", "refs": { "HostList$member": null } }, "HostInstance": { "base": "

Describes an instance running on a Dedicated Host.

", "refs": { "HostInstanceList$member": null } }, "HostInstanceList": { "base": null, "refs": { "Host$Instances": "

The IDs and instance type that are currently running on the Dedicated Host.

" } }, "HostList": { "base": null, "refs": { "DescribeHostsResult$Hosts": "

Information about the Dedicated Hosts.

" } }, "HostOffering": { "base": "

Details about the Dedicated Host Reservation offering.

", "refs": { "HostOfferingSet$member": null } }, "HostOfferingSet": { "base": null, "refs": { "DescribeHostReservationOfferingsResult$OfferingSet": "

Information about the offerings.

" } }, "HostProperties": { "base": "

Describes properties of a Dedicated Host.

", "refs": { "Host$HostProperties": "

The hardware specifications of the Dedicated Host.

" } }, "HostReservation": { "base": "

Details about the Dedicated Host Reservation and associated Dedicated Hosts.

", "refs": { "HostReservationSet$member": null } }, "HostReservationIdSet": { "base": null, "refs": { "DescribeHostReservationsRequest$HostReservationIdSet": "

One or more host reservation IDs.

" } }, "HostReservationSet": { "base": null, "refs": { "DescribeHostReservationsResult$HostReservationSet": "

Details about the reservation's configuration.

" } }, "HostTenancy": { "base": null, "refs": { "ModifyInstancePlacementRequest$Tenancy": "

The tenancy of the instance that you are modifying.

" } }, "HypervisorType": { "base": null, "refs": { "Image$Hypervisor": "

The hypervisor type of the image.

", "Instance$Hypervisor": "

The hypervisor type of the instance.

" } }, "IamInstanceProfile": { "base": "

Describes an IAM instance profile.

", "refs": { "IamInstanceProfileAssociation$IamInstanceProfile": "

The IAM instance profile.

", "Instance$IamInstanceProfile": "

The IAM instance profile associated with the instance, if applicable.

" } }, "IamInstanceProfileAssociation": { "base": "

Describes an association between an IAM instance profile and an instance.

", "refs": { "AssociateIamInstanceProfileResult$IamInstanceProfileAssociation": "

Information about the IAM instance profile association.

", "DisassociateIamInstanceProfileResult$IamInstanceProfileAssociation": "

Information about the IAM instance profile association.

", "IamInstanceProfileAssociationSet$member": null, "ReplaceIamInstanceProfileAssociationResult$IamInstanceProfileAssociation": "

Information about the IAM instance profile association.

" } }, "IamInstanceProfileAssociationSet": { "base": null, "refs": { "DescribeIamInstanceProfileAssociationsResult$IamInstanceProfileAssociations": "

Information about one or more IAM instance profile associations.

" } }, "IamInstanceProfileAssociationState": { "base": null, "refs": { "IamInstanceProfileAssociation$State": "

The state of the association.

" } }, "IamInstanceProfileSpecification": { "base": "

Describes an IAM instance profile.

", "refs": { "AssociateIamInstanceProfileRequest$IamInstanceProfile": "

The IAM instance profile.

", "LaunchSpecification$IamInstanceProfile": "

The IAM instance profile.

", "ReplaceIamInstanceProfileAssociationRequest$IamInstanceProfile": "

The IAM instance profile.

", "RequestSpotLaunchSpecification$IamInstanceProfile": "

The IAM instance profile.

", "RunInstancesRequest$IamInstanceProfile": "

The IAM instance profile.

", "SpotFleetLaunchSpecification$IamInstanceProfile": "

The IAM instance profile.

" } }, "IcmpTypeCode": { "base": "

Describes the ICMP type and code.

", "refs": { "CreateNetworkAclEntryRequest$IcmpTypeCode": "

ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying the ICMP protocol, or protocol 58 (ICMPv6) with an IPv6 CIDR block.

", "NetworkAclEntry$IcmpTypeCode": "

ICMP protocol: The ICMP type and code.

", "ReplaceNetworkAclEntryRequest$IcmpTypeCode": "

ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying the ICMP (1) protocol, or protocol 58 (ICMPv6) with an IPv6 CIDR block.

" } }, "IdFormat": { "base": "

Describes the ID format for a resource.

", "refs": { "IdFormatList$member": null } }, "IdFormatList": { "base": null, "refs": { "DescribeIdFormatResult$Statuses": "

Information about the ID format for the resource.

", "DescribeIdentityIdFormatResult$Statuses": "

Information about the ID format for the resources.

" } }, "Image": { "base": "

Describes an image.

", "refs": { "ImageList$member": null } }, "ImageAttribute": { "base": "

Describes an image attribute.

", "refs": { } }, "ImageAttributeName": { "base": null, "refs": { "DescribeImageAttributeRequest$Attribute": "

The AMI attribute.

Note: Depending on your account privileges, the blockDeviceMapping attribute may return a Client.AuthFailure error. If this happens, use DescribeImages to get information about the block device mapping for the AMI.

" } }, "ImageDiskContainer": { "base": "

Describes the disk container object for an import image task.

", "refs": { "ImageDiskContainerList$member": null } }, "ImageDiskContainerList": { "base": null, "refs": { "ImportImageRequest$DiskContainers": "

Information about the disk containers.

" } }, "ImageIdStringList": { "base": null, "refs": { "DescribeImagesRequest$ImageIds": "

One or more image IDs.

Default: Describes all images available to you.

" } }, "ImageList": { "base": null, "refs": { "DescribeImagesResult$Images": "

Information about one or more images.

" } }, "ImageState": { "base": null, "refs": { "Image$State": "

The current state of the AMI. If the state is available, the image is successfully registered and can be used to launch an instance.

" } }, "ImageTypeValues": { "base": null, "refs": { "Image$ImageType": "

The type of image.

" } }, "ImportImageRequest": { "base": "

Contains the parameters for ImportImage.

", "refs": { } }, "ImportImageResult": { "base": "

Contains the output for ImportImage.

", "refs": { } }, "ImportImageTask": { "base": "

Describes an import image task.

", "refs": { "ImportImageTaskList$member": null } }, "ImportImageTaskList": { "base": null, "refs": { "DescribeImportImageTasksResult$ImportImageTasks": "

A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

" } }, "ImportInstanceLaunchSpecification": { "base": "

Describes the launch specification for VM import.

", "refs": { "ImportInstanceRequest$LaunchSpecification": "

The launch specification.

" } }, "ImportInstanceRequest": { "base": "

Contains the parameters for ImportInstance.

", "refs": { } }, "ImportInstanceResult": { "base": "

Contains the output for ImportInstance.

", "refs": { } }, "ImportInstanceTaskDetails": { "base": "

Describes an import instance task.

", "refs": { "ConversionTask$ImportInstance": "

If the task is for importing an instance, this contains information about the import instance task.

" } }, "ImportInstanceVolumeDetailItem": { "base": "

Describes an import volume task.

", "refs": { "ImportInstanceVolumeDetailSet$member": null } }, "ImportInstanceVolumeDetailSet": { "base": null, "refs": { "ImportInstanceTaskDetails$Volumes": "

One or more volumes.

" } }, "ImportKeyPairRequest": { "base": "

Contains the parameters for ImportKeyPair.

", "refs": { } }, "ImportKeyPairResult": { "base": "

Contains the output of ImportKeyPair.

", "refs": { } }, "ImportSnapshotRequest": { "base": "

Contains the parameters for ImportSnapshot.

", "refs": { } }, "ImportSnapshotResult": { "base": "

Contains the output for ImportSnapshot.

", "refs": { } }, "ImportSnapshotTask": { "base": "

Describes an import snapshot task.

", "refs": { "ImportSnapshotTaskList$member": null } }, "ImportSnapshotTaskList": { "base": null, "refs": { "DescribeImportSnapshotTasksResult$ImportSnapshotTasks": "

A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.

" } }, "ImportTaskIdList": { "base": null, "refs": { "DescribeImportImageTasksRequest$ImportTaskIds": "

A list of import image task IDs.

", "DescribeImportSnapshotTasksRequest$ImportTaskIds": "

A list of import snapshot task IDs.

" } }, "ImportVolumeRequest": { "base": "

Contains the parameters for ImportVolume.

", "refs": { } }, "ImportVolumeResult": { "base": "

Contains the output for ImportVolume.

", "refs": { } }, "ImportVolumeTaskDetails": { "base": "

Describes an import volume task.

", "refs": { "ConversionTask$ImportVolume": "

If the task is for importing a volume, this contains information about the import volume task.

" } }, "Instance": { "base": "

Describes an instance.

", "refs": { "InstanceList$member": null } }, "InstanceAttribute": { "base": "

Describes an instance attribute.

", "refs": { } }, "InstanceAttributeName": { "base": null, "refs": { "DescribeInstanceAttributeRequest$Attribute": "

The instance attribute.

Note: The enaSupport attribute is not supported at this time.

", "ModifyInstanceAttributeRequest$Attribute": "

The name of the attribute.

", "ResetInstanceAttributeRequest$Attribute": "

The attribute to reset.

You can only reset the following attributes: kernel | ramdisk | sourceDestCheck. To change an instance attribute, use ModifyInstanceAttribute.

" } }, "InstanceBlockDeviceMapping": { "base": "

Describes a block device mapping.

", "refs": { "InstanceBlockDeviceMappingList$member": null } }, "InstanceBlockDeviceMappingList": { "base": null, "refs": { "Instance$BlockDeviceMappings": "

Any block device mapping entries for the instance.

", "InstanceAttribute$BlockDeviceMappings": "

The block device mapping of the instance.

" } }, "InstanceBlockDeviceMappingSpecification": { "base": "

Describes a block device mapping entry.

", "refs": { "InstanceBlockDeviceMappingSpecificationList$member": null } }, "InstanceBlockDeviceMappingSpecificationList": { "base": null, "refs": { "ModifyInstanceAttributeRequest$BlockDeviceMappings": "

Modifies the DeleteOnTermination attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for DeleteOnTermination, the default is true and the volume is deleted when the instance is terminated.

To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see Updating the Block Device Mapping when Launching an Instance in the Amazon Elastic Compute Cloud User Guide.

" } }, "InstanceCapacity": { "base": "

Information about the instance type that the Dedicated Host supports.

", "refs": { "AvailableInstanceCapacityList$member": null } }, "InstanceCount": { "base": "

Describes a Reserved Instance listing state.

", "refs": { "InstanceCountList$member": null } }, "InstanceCountList": { "base": null, "refs": { "ReservedInstancesListing$InstanceCounts": "

The number of instances in this state.

" } }, "InstanceCreditSpecification": { "base": "

Describes the credit option for CPU usage of a T2 instance.

", "refs": { "InstanceCreditSpecificationList$member": null } }, "InstanceCreditSpecificationList": { "base": null, "refs": { "DescribeInstanceCreditSpecificationsResult$InstanceCreditSpecifications": "

Information about the credit option for CPU usage of an instance.

" } }, "InstanceCreditSpecificationListRequest": { "base": null, "refs": { "ModifyInstanceCreditSpecificationRequest$InstanceCreditSpecifications": "

Information about the credit option for CPU usage.

" } }, "InstanceCreditSpecificationRequest": { "base": "

Describes the credit option for CPU usage of a T2 instance.

", "refs": { "InstanceCreditSpecificationListRequest$member": null } }, "InstanceExportDetails": { "base": "

Describes an instance to export.

", "refs": { "ExportTask$InstanceExportDetails": "

Information about the instance to export.

" } }, "InstanceHealthStatus": { "base": null, "refs": { "ActiveInstance$InstanceHealth": "

The health status of the instance. If the status of either the instance status check or the system status check is impaired, the health status of the instance is unhealthy. Otherwise, the health status is healthy.

" } }, "InstanceIdSet": { "base": null, "refs": { "RunScheduledInstancesResult$InstanceIdSet": "

The IDs of the newly launched instances.

" } }, "InstanceIdStringList": { "base": null, "refs": { "DescribeClassicLinkInstancesRequest$InstanceIds": "

One or more instance IDs. Must be instances linked to a VPC through ClassicLink.

", "DescribeInstanceCreditSpecificationsRequest$InstanceIds": "

One or more instance IDs.

Default: Describes all your instances.

Constraints: Maximum 1000 explicitly specified instance IDs.

", "DescribeInstanceStatusRequest$InstanceIds": "

One or more instance IDs.

Default: Describes all your instances.

Constraints: Maximum 100 explicitly specified instance IDs.

", "DescribeInstancesRequest$InstanceIds": "

One or more instance IDs.

Default: Describes all your instances.

", "MonitorInstancesRequest$InstanceIds": "

One or more instance IDs.

", "RebootInstancesRequest$InstanceIds": "

One or more instance IDs.

", "ReportInstanceStatusRequest$Instances": "

One or more instances.

", "StartInstancesRequest$InstanceIds": "

One or more instance IDs.

", "StopInstancesRequest$InstanceIds": "

One or more instance IDs.

", "TerminateInstancesRequest$InstanceIds": "

One or more instance IDs.

Constraints: Up to 1000 instance IDs. We recommend breaking up this request into smaller batches.

", "UnmonitorInstancesRequest$InstanceIds": "

One or more instance IDs.

" } }, "InstanceInterruptionBehavior": { "base": null, "refs": { "LaunchTemplateSpotMarketOptions$InstanceInterruptionBehavior": "

The behavior when a Spot Instance is interrupted.

", "LaunchTemplateSpotMarketOptionsRequest$InstanceInterruptionBehavior": "

The behavior when a Spot Instance is interrupted. The default is terminate.

", "RequestSpotInstancesRequest$InstanceInterruptionBehavior": "

The behavior when a Spot Instance is interrupted. The default is terminate.

", "SpotFleetRequestConfigData$InstanceInterruptionBehavior": "

The behavior when a Spot Instance is interrupted. The default is terminate.

", "SpotInstanceRequest$InstanceInterruptionBehavior": "

The behavior when a Spot Instance is interrupted.

", "SpotMarketOptions$InstanceInterruptionBehavior": "

The behavior when a Spot Instance is interrupted. The default is terminate.

" } }, "InstanceIpv6Address": { "base": "

Describes an IPv6 address.

", "refs": { "InstanceIpv6AddressList$member": null } }, "InstanceIpv6AddressList": { "base": null, "refs": { "CreateNetworkInterfaceRequest$Ipv6Addresses": "

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.

", "InstanceNetworkInterface$Ipv6Addresses": "

One or more IPv6 addresses associated with the network interface.

", "InstanceNetworkInterfaceSpecification$Ipv6Addresses": "

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.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6Addresses": "

The IPv6 addresses for the network interface.

", "RunInstancesRequest$Ipv6Addresses": "

[EC2-VPC] Specify one or more IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.

" } }, "InstanceIpv6AddressListRequest": { "base": null, "refs": { "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6Addresses": "

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.

" } }, "InstanceIpv6AddressRequest": { "base": "

Describes an IPv6 address.

", "refs": { "InstanceIpv6AddressListRequest$member": null } }, "InstanceLifecycleType": { "base": null, "refs": { "Instance$InstanceLifecycle": "

Indicates whether this is a Spot Instance or a Scheduled Instance.

" } }, "InstanceList": { "base": null, "refs": { "Reservation$Instances": "

One or more instances.

" } }, "InstanceMarketOptionsRequest": { "base": "

Describes the market (purchasing) option for the instances.

", "refs": { "RunInstancesRequest$InstanceMarketOptions": "

The market (purchasing) option for the instances.

" } }, "InstanceMonitoring": { "base": "

Describes the monitoring of an instance.

", "refs": { "InstanceMonitoringList$member": null } }, "InstanceMonitoringList": { "base": null, "refs": { "MonitorInstancesResult$InstanceMonitorings": "

The monitoring information.

", "UnmonitorInstancesResult$InstanceMonitorings": "

The monitoring information.

" } }, "InstanceNetworkInterface": { "base": "

Describes a network interface.

", "refs": { "InstanceNetworkInterfaceList$member": null } }, "InstanceNetworkInterfaceAssociation": { "base": "

Describes association information for an Elastic IP address (IPv4).

", "refs": { "InstanceNetworkInterface$Association": "

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

", "InstancePrivateIpAddress$Association": "

The association information for an Elastic IP address for the network interface.

" } }, "InstanceNetworkInterfaceAttachment": { "base": "

Describes a network interface attachment.

", "refs": { "InstanceNetworkInterface$Attachment": "

The network interface attachment.

" } }, "InstanceNetworkInterfaceList": { "base": null, "refs": { "Instance$NetworkInterfaces": "

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

" } }, "InstanceNetworkInterfaceSpecification": { "base": "

Describes a network interface.

", "refs": { "InstanceNetworkInterfaceSpecificationList$member": null } }, "InstanceNetworkInterfaceSpecificationList": { "base": null, "refs": { "LaunchSpecification$NetworkInterfaces": "

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

", "RequestSpotLaunchSpecification$NetworkInterfaces": "

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

", "RunInstancesRequest$NetworkInterfaces": "

One or more network interfaces.

", "SpotFleetLaunchSpecification$NetworkInterfaces": "

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

" } }, "InstancePrivateIpAddress": { "base": "

Describes a private IPv4 address.

", "refs": { "InstancePrivateIpAddressList$member": null } }, "InstancePrivateIpAddressList": { "base": null, "refs": { "InstanceNetworkInterface$PrivateIpAddresses": "

One or more private IPv4 addresses associated with the network interface.

" } }, "InstanceState": { "base": "

Describes the current state of an instance.

", "refs": { "Instance$State": "

The current state of the instance.

", "InstanceStateChange$CurrentState": "

The current state of the instance.

", "InstanceStateChange$PreviousState": "

The previous state of the instance.

", "InstanceStatus$InstanceState": "

The intended state of the instance. DescribeInstanceStatus requires that an instance be in the running state.

" } }, "InstanceStateChange": { "base": "

Describes an instance state change.

", "refs": { "InstanceStateChangeList$member": null } }, "InstanceStateChangeList": { "base": null, "refs": { "StartInstancesResult$StartingInstances": "

Information about one or more started instances.

", "StopInstancesResult$StoppingInstances": "

Information about one or more stopped instances.

", "TerminateInstancesResult$TerminatingInstances": "

Information about one or more terminated instances.

" } }, "InstanceStateName": { "base": null, "refs": { "InstanceState$Name": "

The current state of the instance.

" } }, "InstanceStatus": { "base": "

Describes the status of an instance.

", "refs": { "InstanceStatusList$member": null } }, "InstanceStatusDetails": { "base": "

Describes the instance status.

", "refs": { "InstanceStatusDetailsList$member": null } }, "InstanceStatusDetailsList": { "base": null, "refs": { "InstanceStatusSummary$Details": "

The system instance health or application instance health.

" } }, "InstanceStatusEvent": { "base": "

Describes a scheduled event for an instance.

", "refs": { "InstanceStatusEventList$member": null } }, "InstanceStatusEventList": { "base": null, "refs": { "InstanceStatus$Events": "

Any scheduled events associated with the instance.

" } }, "InstanceStatusList": { "base": null, "refs": { "DescribeInstanceStatusResult$InstanceStatuses": "

One or more instance status descriptions.

" } }, "InstanceStatusSummary": { "base": "

Describes the status of an instance.

", "refs": { "InstanceStatus$InstanceStatus": "

Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.

", "InstanceStatus$SystemStatus": "

Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.

" } }, "InstanceType": { "base": null, "refs": { "DescribeReservedInstancesOfferingsRequest$InstanceType": "

The instance type that the reservation will cover (for example, m1.small). For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.

", "ImportInstanceLaunchSpecification$InstanceType": "

The instance type. For more information about the instance types that you can import, see Instance Types in the VM Import/Export User Guide.

", "Instance$InstanceType": "

The instance type.

", "InstanceTypeList$member": null, "LaunchSpecification$InstanceType": "

The instance type.

", "LaunchTemplateOverrides$InstanceType": "

The instance type.

", "RequestLaunchTemplateData$InstanceType": "

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

", "RequestSpotLaunchSpecification$InstanceType": "

The instance type.

", "ReservedInstances$InstanceType": "

The instance type on which the Reserved Instance can be used.

", "ReservedInstancesConfiguration$InstanceType": "

The instance type for the modified Reserved Instances.

", "ReservedInstancesOffering$InstanceType": "

The instance type on which the Reserved Instance can be used.

", "ResponseLaunchTemplateData$InstanceType": "

The instance type.

", "RunInstancesRequest$InstanceType": "

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

Default: m1.small

", "SpotFleetLaunchSpecification$InstanceType": "

The instance type.

", "SpotPrice$InstanceType": "

The instance type.

" } }, "InstanceTypeList": { "base": null, "refs": { "DescribeSpotPriceHistoryRequest$InstanceTypes": "

Filters the results by the specified instance types.

" } }, "Integer": { "base": null, "refs": { "AllocateHostsRequest$Quantity": "

The number of Dedicated Hosts you want to allocate to your account with these parameters.

", "AssignIpv6AddressesRequest$Ipv6AddressCount": "

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.

", "AssignPrivateIpAddressesRequest$SecondaryPrivateIpAddressCount": "

The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.

", "AttachNetworkInterfaceRequest$DeviceIndex": "

The index of the device for the network interface attachment.

", "AuthorizeSecurityGroupEgressRequest$FromPort": "

Not supported. Use a set of IP permissions to specify the port.

", "AuthorizeSecurityGroupEgressRequest$ToPort": "

Not supported. Use a set of IP permissions to specify the port.

", "AuthorizeSecurityGroupIngressRequest$FromPort": "

The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. For the ICMP/ICMPv6 type number, use -1 to specify all types. If you specify all ICMP/ICMPv6 types, you must specify all codes.

", "AuthorizeSecurityGroupIngressRequest$ToPort": "

The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code number. For the ICMP/ICMPv6 code number, use -1 to specify all codes. If you specify all ICMP/ICMPv6 types, you must specify all codes.

", "AvailableCapacity$AvailableVCpus": "

The number of vCPUs available on the Dedicated Host.

", "CreateCustomerGatewayRequest$BgpAsn": "

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

Default: 65000

", "CreateNetworkAclEntryRequest$RuleNumber": "

The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.

Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is reserved for internal use.

", "CreateNetworkInterfaceRequest$Ipv6AddressCount": "

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses. If your subnet has the AssignIpv6AddressOnCreation attribute set to true, you can specify 0 to override this setting.

", "CreateNetworkInterfaceRequest$SecondaryPrivateIpAddressCount": "

The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You can't specify this option and specify more than one private IP address using privateIpAddresses.

The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.

", "CreateReservedInstancesListingRequest$InstanceCount": "

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.

", "CreateVolumeRequest$Iops": "

Only valid for Provisioned IOPS SSD volumes. The number of I/O operations per second (IOPS) to provision for the volume, with a maximum ratio of 50 IOPS/GiB.

Constraint: Range is 100 to 20000 for Provisioned IOPS SSD volumes

", "CreateVolumeRequest$Size": "

The size of the volume, in GiBs.

Constraints: 1-16384 for gp2, 4-16384 for io1, 500-16384 for st1, 500-16384 for sc1, and 1-1024 for standard. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

", "DeleteNetworkAclEntryRequest$RuleNumber": "

The rule number of the entry to delete.

", "DescribeClassicLinkInstancesRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the instance IDs parameter in the same request.

Constraint: If the value is greater than 1000, we return only 1000 items.

", "DescribeEgressOnlyInternetGatewaysRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned.

", "DescribeElasticGpusRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.

", "DescribeElasticGpusResult$MaxResults": "

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.

", "DescribeFlowLogsRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the flow log IDs parameter in the same request.

", "DescribeHostReservationOfferingsRequest$MaxDuration": "

This is the maximum duration of the reservation you'd like to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 94608000 for three years.

", "DescribeHostReservationOfferingsRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500; if maxResults is given a larger value than 500, you will receive an error.

", "DescribeHostReservationOfferingsRequest$MinDuration": "

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.

", "DescribeHostReservationsRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500; if maxResults is given a larger value than 500, you will receive an error.

", "DescribeHostsRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500; if maxResults is given a larger value than 500, you will receive an error. You cannot specify this parameter and the host IDs parameter in the same request.

", "DescribeImportImageTasksRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

", "DescribeImportSnapshotTasksRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

", "DescribeInstanceCreditSpecificationsRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call.

", "DescribeInstanceStatusRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call.

", "DescribeInstancesRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter or tag filters in the same call.

", "DescribeLaunchTemplateVersionsRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.

", "DescribeLaunchTemplatesRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.

", "DescribeMovingAddressesRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

Default: If no value is provided, the default is 1000.

", "DescribeNatGatewaysRequest$MaxResults": "

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value specified is greater than 1000, we return only 1000 items.

", "DescribeNetworkInterfacePermissionsRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. If this parameter is not specified, up to 50 results are returned by default.

", "DescribePrefixListsRequest$MaxResults": "

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value specified is greater than 1000, we return only 1000 items.

", "DescribeReservedInstancesOfferingsRequest$MaxInstanceCount": "

The maximum number of instances to filter when searching for offerings.

Default: 20

", "DescribeReservedInstancesOfferingsRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. The maximum is 100.

Default: 100

", "DescribeScheduledInstanceAvailabilityRequest$MaxResults": "

The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 300. To retrieve the remaining results, make another call with the returned NextToken value.

", "DescribeScheduledInstanceAvailabilityRequest$MaxSlotDurationInHours": "

The maximum available duration, in hours. This value must be greater than MinSlotDurationInHours and less than 1,720.

", "DescribeScheduledInstanceAvailabilityRequest$MinSlotDurationInHours": "

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.

", "DescribeScheduledInstancesRequest$MaxResults": "

The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

", "DescribeSecurityGroupsRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value. This value can be between 5 and 1000.

", "DescribeSnapshotsRequest$MaxResults": "

The maximum number of snapshot results returned by DescribeSnapshots in paginated output. When this parameter is used, DescribeSnapshots only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeSnapshots request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then DescribeSnapshots returns all results. You cannot specify this parameter and the snapshot IDs parameter in the same request.

", "DescribeSpotFleetInstancesRequest$MaxResults": "

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

", "DescribeSpotFleetRequestHistoryRequest$MaxResults": "

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

", "DescribeSpotFleetRequestsRequest$MaxResults": "

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

", "DescribeSpotPriceHistoryRequest$MaxResults": "

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

", "DescribeTagsRequest$MaxResults": "

The maximum number of results to return in a single call. This value can be between 5 and 1000. To retrieve the remaining results, make another call with the returned NextToken value.

", "DescribeVolumeStatusRequest$MaxResults": "

The maximum number of volume results returned by DescribeVolumeStatus in paginated output. When this parameter is used, the request only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then DescribeVolumeStatus returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.

", "DescribeVolumesModificationsRequest$MaxResults": "

The maximum number of results (up to a limit of 500) to be returned in a paginated request.

", "DescribeVolumesRequest$MaxResults": "

The maximum number of volume results returned by DescribeVolumes in paginated output. When this parameter is used, DescribeVolumes only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeVolumes request with the returned NextToken value. This value can be between 5 and 500; if MaxResults is given a value larger than 500, only 500 results are returned. If this parameter is not used, then DescribeVolumes returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.

", "DescribeVpcEndpointConnectionNotificationsRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value.

", "DescribeVpcEndpointConnectionsRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned.

", "DescribeVpcEndpointServiceConfigurationsRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned.

", "DescribeVpcEndpointServicePermissionsRequest$MaxResults": "

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned.

", "DescribeVpcEndpointServicesRequest$MaxResults": "

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1000, we return only 1000 items.

", "DescribeVpcEndpointsRequest$MaxResults": "

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1000, we return only 1000 items.

", "EbsBlockDevice$Iops": "

The number of I/O operations per second (IOPS) that the volume supports. For io1, this represents the number of IOPS that are provisioned for the volume. For gp2, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information about General Purpose SSD baseline performance, I/O credits, and bursting, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

Constraint: Range is 100-20000 IOPS for io1 volumes and 100-10000 IOPS for gp2 volumes.

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

", "EbsBlockDevice$VolumeSize": "

The size of the volume, in GiB.

Constraints: 1-16384 for General Purpose SSD (gp2), 4-16384 for Provisioned IOPS SSD (io1), 500-16384 for Throughput Optimized HDD (st1), 500-16384 for Cold HDD (sc1), and 1-1024 for Magnetic (standard) volumes. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

", "HostOffering$Duration": "

The duration of the offering (in seconds).

", "HostProperties$Cores": "

The number of cores on the Dedicated Host.

", "HostProperties$Sockets": "

The number of sockets on the Dedicated Host.

", "HostProperties$TotalVCpus": "

The number of vCPUs on the Dedicated Host.

", "HostReservation$Count": "

The number of Dedicated Hosts the reservation is associated with.

", "HostReservation$Duration": "

The length of the reservation's term, specified in seconds. Can be 31536000 (1 year) | 94608000 (3 years).

", "IcmpTypeCode$Code": "

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

", "IcmpTypeCode$Type": "

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

", "Instance$AmiLaunchIndex": "

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

", "InstanceCapacity$AvailableCapacity": "

The number of instances that can still be launched onto the Dedicated Host.

", "InstanceCapacity$TotalCapacity": "

The total number of instances that can be launched onto the Dedicated Host.

", "InstanceCount$InstanceCount": "

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

", "InstanceNetworkInterfaceAttachment$DeviceIndex": "

The index of the device on the instance for the network interface attachment.

", "InstanceNetworkInterfaceSpecification$DeviceIndex": "

The index of the device on the instance for the network interface attachment. If you are specifying a network interface in a RunInstances request, you must provide the device index.

", "InstanceNetworkInterfaceSpecification$Ipv6AddressCount": "

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.

", "InstanceNetworkInterfaceSpecification$SecondaryPrivateIpAddressCount": "

The number of secondary private IPv4 addresses. You can't specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you're launching more than one instance in a RunInstances request.

", "InstanceState$Code": "

The low byte represents the state. The high byte is an opaque internal value and should be ignored.

", "IpPermission$FromPort": "

The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all codes.

", "IpPermission$ToPort": "

The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of -1 indicates all ICMP/ICMPv6 codes for the specified ICMP type. If you specify all ICMP/ICMPv6 types, you must specify all codes.

", "LaunchTemplateEbsBlockDevice$Iops": "

The number of I/O operations per second (IOPS) that the volume supports.

", "LaunchTemplateEbsBlockDevice$VolumeSize": "

The size of the volume, in GiB.

", "LaunchTemplateEbsBlockDeviceRequest$Iops": "

The number of I/O operations per second (IOPS) that the volume supports. For io1, this represents the number of IOPS that are provisioned for the volume. For gp2, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information about General Purpose SSD baseline performance, I/O credits, and bursting, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

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

", "LaunchTemplateEbsBlockDeviceRequest$VolumeSize": "

The size of the volume, in GiB.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$DeviceIndex": "

The device index for the network interface attachment.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6AddressCount": "

The number of IPv6 addresses for the network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$SecondaryPrivateIpAddressCount": "

The number of secondary private IPv4 addresses for the network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$DeviceIndex": "

The device index for the network interface attachment.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6AddressCount": "

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.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$SecondaryPrivateIpAddressCount": "

The number of secondary private IPv4 addresses to assign to a network interface.

", "LaunchTemplateSpotMarketOptions$BlockDurationMinutes": "

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

", "LaunchTemplateSpotMarketOptionsRequest$BlockDurationMinutes": "

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

", "ModifySpotFleetRequestRequest$TargetCapacity": "

The size of the fleet.

", "ModifyVolumeRequest$Size": "

Target size in GiB of the volume to be modified. Target volume size must be greater than or equal to than the existing size of the volume. For information about available EBS volume sizes, see http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html.

Default: If no size is specified, the existing size is retained.

", "ModifyVolumeRequest$Iops": "

Target IOPS rate of the volume to be modified.

Only valid for Provisioned IOPS SSD (io1) volumes. For more information about io1 IOPS configuration, see http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html#EBSVolumeTypes_piops.

Default: If no IOPS value is specified, the existing value is retained.

", "NetworkAclEntry$RuleNumber": "

The rule number for the entry. ACL entries are processed in ascending order by rule number.

", "NetworkInterfaceAttachment$DeviceIndex": "

The device index of the network interface attachment on the instance.

", "OccurrenceDayRequestSet$member": null, "OccurrenceDaySet$member": null, "PortRange$From": "

The first port in the range.

", "PortRange$To": "

The last port in the range.

", "PricingDetail$Count": "

The number of reservations available for the price.

", "Purchase$Duration": "

The duration of the reservation's term in seconds.

", "PurchaseRequest$InstanceCount": "

The number of instances.

", "PurchaseReservedInstancesOfferingRequest$InstanceCount": "

The number of Reserved Instances to purchase.

", "ReplaceNetworkAclEntryRequest$RuleNumber": "

The rule number of the entry to replace.

", "RequestSpotInstancesRequest$BlockDurationMinutes": "

The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).

The duration period starts as soon as your Spot Instance receives its instance ID. At the end of the duration period, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates.

Note that you can't specify an Availability Zone group or a launch group if you specify a duration.

", "RequestSpotInstancesRequest$InstanceCount": "

The maximum number of Spot Instances to launch.

Default: 1

", "ReservedInstances$InstanceCount": "

The number of reservations purchased.

", "ReservedInstancesConfiguration$InstanceCount": "

The number of modified Reserved Instances.

", "RevokeSecurityGroupEgressRequest$FromPort": "

Not supported. Use a set of IP permissions to specify the port.

", "RevokeSecurityGroupEgressRequest$ToPort": "

Not supported. Use a set of IP permissions to specify the port.

", "RevokeSecurityGroupIngressRequest$FromPort": "

The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use -1 to specify all ICMP types.

", "RevokeSecurityGroupIngressRequest$ToPort": "

The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use -1 to specify all ICMP codes for the ICMP type.

", "RunInstancesRequest$Ipv6AddressCount": "

[EC2-VPC] A number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.

", "RunInstancesRequest$MaxCount": "

The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above MinCount.

Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 FAQ.

", "RunInstancesRequest$MinCount": "

The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.

Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.

", "RunScheduledInstancesRequest$InstanceCount": "

The number of instances.

Default: 1

", "ScheduledInstance$InstanceCount": "

The number of instances.

", "ScheduledInstance$SlotDurationInHours": "

The number of hours in the schedule.

", "ScheduledInstance$TotalScheduledInstanceHours": "

The total number of hours for a single instance for the entire term.

", "ScheduledInstanceAvailability$AvailableInstanceCount": "

The number of available instances.

", "ScheduledInstanceAvailability$MaxTermDurationInDays": "

The maximum term. The only possible value is 365 days.

", "ScheduledInstanceAvailability$MinTermDurationInDays": "

The minimum term. The only possible value is 365 days.

", "ScheduledInstanceAvailability$SlotDurationInHours": "

The number of hours in the schedule.

", "ScheduledInstanceAvailability$TotalScheduledInstanceHours": "

The total number of hours for a single instance for the entire term.

", "ScheduledInstanceRecurrence$Interval": "

The interval quantity. The interval unit depends on the value of frequency. For example, every 2 weeks or every 2 months.

", "ScheduledInstanceRecurrenceRequest$Interval": "

The interval quantity. The interval unit depends on the value of Frequency. For example, every 2 weeks or every 2 months.

", "ScheduledInstancesEbs$Iops": "

The number of I/O operations per second (IOPS) that the volume supports. For io1 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information about gp2 baseline performance, I/O credits, and bursting, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

Constraint: Range is 100-20000 IOPS for io1 volumes and 100-10000 IOPS for gp2 volumes.

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

", "ScheduledInstancesEbs$VolumeSize": "

The size of the volume, in GiB.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

", "ScheduledInstancesNetworkInterface$DeviceIndex": "

The index of the device for the network interface attachment.

", "ScheduledInstancesNetworkInterface$Ipv6AddressCount": "

The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.

", "ScheduledInstancesNetworkInterface$SecondaryPrivateIpAddressCount": "

The number of secondary private IPv4 addresses.

", "Snapshot$VolumeSize": "

The size of the volume, in GiB.

", "SpotFleetRequestConfigData$TargetCapacity": "

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

", "SpotInstanceRequest$BlockDurationMinutes": "

The duration for the Spot Instance, in minutes.

", "SpotMarketOptions$BlockDurationMinutes": "

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

", "StaleIpPermission$FromPort": "

The start of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

", "StaleIpPermission$ToPort": "

The end of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

", "Subnet$AvailableIpAddressCount": "

The number of unused private IPv4 addresses in the subnet. Note that the IPv4 addresses for any stopped instances are considered unavailable.

", "TargetConfiguration$InstanceCount": "

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

", "TargetConfigurationRequest$InstanceCount": "

The number of instances the Covertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

", "VgwTelemetry$AcceptedRouteCount": "

The number of accepted routes.

", "Volume$Size": "

The size of the volume, in GiBs.

", "Volume$Iops": "

The number of I/O operations per second (IOPS) that the volume supports. For Provisioned IOPS SSD volumes, this represents the number of IOPS that are provisioned for the volume. For General Purpose SSD volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information on General Purpose SSD baseline performance, I/O credits, and bursting, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

Constraint: Range is 100-20000 IOPS for io1 volumes and 100-10000 IOPS for gp2 volumes.

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

", "VolumeModification$TargetSize": "

Target size of the volume being modified.

", "VolumeModification$TargetIops": "

Target IOPS rate of the volume being modified.

", "VolumeModification$OriginalSize": "

Original size of the volume being modified.

", "VolumeModification$OriginalIops": "

Original IOPS rate of the volume being modified.

" } }, "InterfacePermissionType": { "base": null, "refs": { "CreateNetworkInterfacePermissionRequest$Permission": "

The type of permission to grant.

", "NetworkInterfacePermission$Permission": "

The type of permission.

" } }, "InternetGateway": { "base": "

Describes an Internet gateway.

", "refs": { "CreateInternetGatewayResult$InternetGateway": "

Information about the Internet gateway.

", "InternetGatewayList$member": null } }, "InternetGatewayAttachment": { "base": "

Describes the attachment of a VPC to an Internet gateway or an egress-only Internet gateway.

", "refs": { "InternetGatewayAttachmentList$member": null } }, "InternetGatewayAttachmentList": { "base": null, "refs": { "EgressOnlyInternetGateway$Attachments": "

Information about the attachment of the egress-only Internet gateway.

", "InternetGateway$Attachments": "

Any VPCs attached to the Internet gateway.

" } }, "InternetGatewayList": { "base": null, "refs": { "DescribeInternetGatewaysResult$InternetGateways": "

Information about one or more Internet gateways.

" } }, "IpPermission": { "base": "

Describes a set of permissions for a security group rule.

", "refs": { "IpPermissionList$member": null } }, "IpPermissionList": { "base": null, "refs": { "AuthorizeSecurityGroupEgressRequest$IpPermissions": "

One or more sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.

", "AuthorizeSecurityGroupIngressRequest$IpPermissions": "

One or more sets of IP permissions. Can be used to specify multiple rules in a single command.

", "RevokeSecurityGroupEgressRequest$IpPermissions": "

One or more sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.

", "RevokeSecurityGroupIngressRequest$IpPermissions": "

One or more sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.

", "SecurityGroup$IpPermissions": "

One or more inbound rules associated with the security group.

", "SecurityGroup$IpPermissionsEgress": "

[EC2-VPC] One or more outbound rules associated with the security group.

", "UpdateSecurityGroupRuleDescriptionsEgressRequest$IpPermissions": "

The IP permissions for the security group rule.

", "UpdateSecurityGroupRuleDescriptionsIngressRequest$IpPermissions": "

The IP permissions for the security group rule.

" } }, "IpRange": { "base": "

Describes an IPv4 range.

", "refs": { "IpRangeList$member": null } }, "IpRangeList": { "base": null, "refs": { "IpPermission$IpRanges": "

One or more IPv4 ranges.

" } }, "IpRanges": { "base": null, "refs": { "StaleIpPermission$IpRanges": "

One or more IP ranges. Not applicable for stale security group rules.

" } }, "Ipv6Address": { "base": null, "refs": { "ScheduledInstancesIpv6Address$Ipv6Address": "

The IPv6 address.

" } }, "Ipv6AddressList": { "base": null, "refs": { "AssignIpv6AddressesRequest$Ipv6Addresses": "

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.

", "AssignIpv6AddressesResult$AssignedIpv6Addresses": "

The IPv6 addresses assigned to the network interface.

", "UnassignIpv6AddressesRequest$Ipv6Addresses": "

The IPv6 addresses to unassign from the network interface.

", "UnassignIpv6AddressesResult$UnassignedIpv6Addresses": "

The IPv6 addresses that have been unassigned from the network interface.

" } }, "Ipv6CidrBlock": { "base": "

Describes an IPv6 CIDR block.

", "refs": { "Ipv6CidrBlockSet$member": null } }, "Ipv6CidrBlockSet": { "base": null, "refs": { "VpcPeeringConnectionVpcInfo$Ipv6CidrBlockSet": "

The IPv6 CIDR block for the VPC.

" } }, "Ipv6Range": { "base": "

[EC2-VPC only] Describes an IPv6 range.

", "refs": { "Ipv6RangeList$member": null } }, "Ipv6RangeList": { "base": null, "refs": { "IpPermission$Ipv6Ranges": "

[EC2-VPC only] One or more IPv6 ranges.

" } }, "KeyNameStringList": { "base": null, "refs": { "DescribeKeyPairsRequest$KeyNames": "

One or more key pair names.

Default: Describes all your key pairs.

" } }, "KeyPair": { "base": "

Describes a key pair.

", "refs": { } }, "KeyPairInfo": { "base": "

Describes a key pair.

", "refs": { "KeyPairList$member": null } }, "KeyPairList": { "base": null, "refs": { "DescribeKeyPairsResult$KeyPairs": "

Information about one or more key pairs.

" } }, "LaunchPermission": { "base": "

Describes a launch permission.

", "refs": { "LaunchPermissionList$member": null } }, "LaunchPermissionList": { "base": null, "refs": { "ImageAttribute$LaunchPermissions": "

One or more launch permissions.

", "LaunchPermissionModifications$Add": "

The AWS account ID to add to the list of launch permissions for the AMI.

", "LaunchPermissionModifications$Remove": "

The AWS account ID to remove from the list of launch permissions for the AMI.

" } }, "LaunchPermissionModifications": { "base": "

Describes a launch permission modification.

", "refs": { "ModifyImageAttributeRequest$LaunchPermission": "

A new launch permission for the AMI.

" } }, "LaunchSpecification": { "base": "

Describes the launch specification for an instance.

", "refs": { "SpotInstanceRequest$LaunchSpecification": "

Additional information for launching instances.

" } }, "LaunchSpecsList": { "base": null, "refs": { "SpotFleetRequestConfigData$LaunchSpecifications": "

The launch specifications for the Spot Fleet request.

" } }, "LaunchTemplate": { "base": "

Describes a launch template.

", "refs": { "CreateLaunchTemplateResult$LaunchTemplate": "

Information about the launch template.

", "DeleteLaunchTemplateResult$LaunchTemplate": "

Information about the launch template.

", "LaunchTemplateSet$member": null, "ModifyLaunchTemplateResult$LaunchTemplate": "

Information about the launch template.

" } }, "LaunchTemplateBlockDeviceMapping": { "base": "

Describes a block device mapping.

", "refs": { "LaunchTemplateBlockDeviceMappingList$member": null } }, "LaunchTemplateBlockDeviceMappingList": { "base": null, "refs": { "ResponseLaunchTemplateData$BlockDeviceMappings": "

The block device mappings.

" } }, "LaunchTemplateBlockDeviceMappingRequest": { "base": "

Describes a block device mapping.

", "refs": { "LaunchTemplateBlockDeviceMappingRequestList$member": null } }, "LaunchTemplateBlockDeviceMappingRequestList": { "base": null, "refs": { "RequestLaunchTemplateData$BlockDeviceMappings": "

The block device mapping.

Supplying both a snapshot ID and an encryption value as arguments for block-device mapping results in an error. This is because only blank volumes can be encrypted on start, and these are not created from a snapshot. If a snapshot is the basis for the volume, it contains data by definition and its encryption status cannot be changed using this action.

" } }, "LaunchTemplateConfig": { "base": "

Describes a launch template and overrides.

", "refs": { "LaunchTemplateConfigList$member": null } }, "LaunchTemplateConfigList": { "base": null, "refs": { "SpotFleetRequestConfigData$LaunchTemplateConfigs": "

The launch template and overrides.

" } }, "LaunchTemplateEbsBlockDevice": { "base": "

Describes a block device for an EBS volume.

", "refs": { "LaunchTemplateBlockDeviceMapping$Ebs": "

Information about the block device for an EBS volume.

" } }, "LaunchTemplateEbsBlockDeviceRequest": { "base": "

The parameters for a block device for an EBS volume.

", "refs": { "LaunchTemplateBlockDeviceMappingRequest$Ebs": "

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

" } }, "LaunchTemplateErrorCode": { "base": null, "refs": { "ResponseError$Code": "

The error code.

" } }, "LaunchTemplateIamInstanceProfileSpecification": { "base": "

Describes an IAM instance profile.

", "refs": { "ResponseLaunchTemplateData$IamInstanceProfile": "

The IAM instance profile.

" } }, "LaunchTemplateIamInstanceProfileSpecificationRequest": { "base": "

An IAM instance profile.

", "refs": { "RequestLaunchTemplateData$IamInstanceProfile": "

The IAM instance profile.

" } }, "LaunchTemplateInstanceMarketOptions": { "base": "

The market (purchasing) option for the instances.

", "refs": { "ResponseLaunchTemplateData$InstanceMarketOptions": "

The market (purchasing) option for the instances.

" } }, "LaunchTemplateInstanceMarketOptionsRequest": { "base": "

The market (purchasing) option for the instances.

", "refs": { "RequestLaunchTemplateData$InstanceMarketOptions": "

The market (purchasing) option for the instances.

" } }, "LaunchTemplateInstanceNetworkInterfaceSpecification": { "base": "

Describes a network interface.

", "refs": { "LaunchTemplateInstanceNetworkInterfaceSpecificationList$member": null } }, "LaunchTemplateInstanceNetworkInterfaceSpecificationList": { "base": null, "refs": { "ResponseLaunchTemplateData$NetworkInterfaces": "

The network interfaces.

" } }, "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest": { "base": "

The parameters for a network interface.

", "refs": { "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList$member": null } }, "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList": { "base": null, "refs": { "RequestLaunchTemplateData$NetworkInterfaces": "

One or more network interfaces.

" } }, "LaunchTemplateName": { "base": null, "refs": { "CreateLaunchTemplateRequest$LaunchTemplateName": "

A name for the launch template.

", "CreateLaunchTemplateVersionRequest$LaunchTemplateName": "

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

", "DeleteLaunchTemplateRequest$LaunchTemplateName": "

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

", "DeleteLaunchTemplateVersionsRequest$LaunchTemplateName": "

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

", "DescribeLaunchTemplateVersionsRequest$LaunchTemplateName": "

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

", "FleetLaunchTemplateSpecification$LaunchTemplateName": "

The name of the launch template. You must specify either a template name or a template ID.

", "LaunchTemplate$LaunchTemplateName": "

The name of the launch template.

", "LaunchTemplateNameStringList$member": null, "LaunchTemplateVersion$LaunchTemplateName": "

The name of the launch template.

", "ModifyLaunchTemplateRequest$LaunchTemplateName": "

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

" } }, "LaunchTemplateNameStringList": { "base": null, "refs": { "DescribeLaunchTemplatesRequest$LaunchTemplateNames": "

One or more launch template names.

" } }, "LaunchTemplateOverrides": { "base": "

Describes overrides for a launch template.

", "refs": { "LaunchTemplateOverridesList$member": null } }, "LaunchTemplateOverridesList": { "base": null, "refs": { "LaunchTemplateConfig$Overrides": "

Any parameters that you specify override the same parameters in the launch template.

" } }, "LaunchTemplatePlacement": { "base": "

Describes the placement of an instance.

", "refs": { "ResponseLaunchTemplateData$Placement": "

The placement of the instance.

" } }, "LaunchTemplatePlacementRequest": { "base": "

The placement for the instance.

", "refs": { "RequestLaunchTemplateData$Placement": "

The placement for the instance.

" } }, "LaunchTemplateSet": { "base": null, "refs": { "DescribeLaunchTemplatesResult$LaunchTemplates": "

Information about the launch templates.

" } }, "LaunchTemplateSpecification": { "base": "

The launch template to use. You must specify either the launch template ID or launch template name in the request.

", "refs": { "RunInstancesRequest$LaunchTemplate": "

The launch template to use to launch the instances. Any parameters that you specify in RunInstances override the same parameters in the launch template.

" } }, "LaunchTemplateSpotMarketOptions": { "base": "

The options for Spot Instances.

", "refs": { "LaunchTemplateInstanceMarketOptions$SpotOptions": "

The options for Spot Instances.

" } }, "LaunchTemplateSpotMarketOptionsRequest": { "base": "

The options for Spot Instances.

", "refs": { "LaunchTemplateInstanceMarketOptionsRequest$SpotOptions": "

The options for Spot Instances.

" } }, "LaunchTemplateTagSpecification": { "base": "

The tag specification for the launch template.

", "refs": { "LaunchTemplateTagSpecificationList$member": null } }, "LaunchTemplateTagSpecificationList": { "base": null, "refs": { "ResponseLaunchTemplateData$TagSpecifications": "

The tags.

" } }, "LaunchTemplateTagSpecificationRequest": { "base": "

The tags specification for the launch template.

", "refs": { "LaunchTemplateTagSpecificationRequestList$member": null } }, "LaunchTemplateTagSpecificationRequestList": { "base": null, "refs": { "RequestLaunchTemplateData$TagSpecifications": "

The tags to apply to the resources during launch. You can tag instances and volumes. The specified tags are applied to all instances or volumes that are created during launch.

" } }, "LaunchTemplateVersion": { "base": "

Describes a launch template version.

", "refs": { "CreateLaunchTemplateVersionResult$LaunchTemplateVersion": "

Information about the launch template version.

", "LaunchTemplateVersionSet$member": null } }, "LaunchTemplateVersionSet": { "base": null, "refs": { "DescribeLaunchTemplateVersionsResult$LaunchTemplateVersions": "

Information about the launch template versions.

" } }, "LaunchTemplatesMonitoring": { "base": "

Describes the monitoring for the instance.

", "refs": { "ResponseLaunchTemplateData$Monitoring": "

The monitoring for the instance.

" } }, "LaunchTemplatesMonitoringRequest": { "base": "

Describes the monitoring for the instance.

", "refs": { "RequestLaunchTemplateData$Monitoring": "

The monitoring for the instance.

" } }, "ListingState": { "base": null, "refs": { "InstanceCount$State": "

The states of the listed Reserved Instances.

" } }, "ListingStatus": { "base": null, "refs": { "ReservedInstancesListing$Status": "

The status of the Reserved Instance listing.

" } }, "LoadBalancersConfig": { "base": "

Describes the Classic Load Balancers and target groups to attach to a Spot Fleet request.

", "refs": { "SpotFleetRequestConfigData$LoadBalancersConfig": "

One or more Classic Load Balancers and target groups to attach to the Spot Fleet request. Spot Fleet registers the running Spot Instances with the specified Classic Load Balancers and target groups.

With Network Load Balancers, Spot Fleet cannot register instances that have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, and T1.

" } }, "LoadPermission": { "base": "

Describes a load permission.

", "refs": { "LoadPermissionList$member": null } }, "LoadPermissionList": { "base": null, "refs": { "FpgaImageAttribute$LoadPermissions": "

One or more load permissions.

" } }, "LoadPermissionListRequest": { "base": null, "refs": { "LoadPermissionModifications$Add": "

The load permissions to add.

", "LoadPermissionModifications$Remove": "

The load permissions to remove.

" } }, "LoadPermissionModifications": { "base": "

Describes modifications to the load permissions of an Amazon FPGA image (AFI).

", "refs": { "ModifyFpgaImageAttributeRequest$LoadPermission": "

The load permission for the AFI.

" } }, "LoadPermissionRequest": { "base": "

Describes a load permission.

", "refs": { "LoadPermissionListRequest$member": null } }, "Long": { "base": null, "refs": { "CreateVpnGatewayRequest$AmazonSideAsn": "

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range.

Default: 64512

", "DeleteLaunchTemplateVersionsResponseErrorItem$VersionNumber": "

The version number of the launch template.

", "DeleteLaunchTemplateVersionsResponseSuccessItem$VersionNumber": "

The version number of the launch template.

", "DescribeReservedInstancesOfferingsRequest$MaxDuration": "

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

Default: 94608000 (3 years)

", "DescribeReservedInstancesOfferingsRequest$MinDuration": "

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

Default: 2592000 (1 month)

", "DiskImageDescription$Size": "

The size of the disk image, in GiB.

", "DiskImageDetail$Bytes": "

The size of the disk image, in GiB.

", "DiskImageVolumeDescription$Size": "

The size of the volume, in GiB.

", "ImportInstanceVolumeDetailItem$BytesConverted": "

The number of bytes converted so far.

", "ImportVolumeTaskDetails$BytesConverted": "

The number of bytes converted so far.

", "LaunchTemplate$DefaultVersionNumber": "

The version number of the default version of the launch template.

", "LaunchTemplate$LatestVersionNumber": "

The version number of the latest version of the launch template.

", "LaunchTemplateVersion$VersionNumber": "

The version number.

", "PriceSchedule$Term": "

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

", "PriceScheduleSpecification$Term": "

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

", "ReservedInstances$Duration": "

The duration of the Reserved Instance, in seconds.

", "ReservedInstancesOffering$Duration": "

The duration of the Reserved Instance, in seconds.

", "VolumeDetail$Size": "

The size of the volume, in GiB.

", "VolumeModification$Progress": "

Modification progress from 0 to 100%.

", "VpnGateway$AmazonSideAsn": "

The private Autonomous System Number (ASN) for the Amazon side of a BGP session.

" } }, "MarketType": { "base": null, "refs": { "InstanceMarketOptionsRequest$MarketType": "

The market type.

", "LaunchTemplateInstanceMarketOptions$MarketType": "

The market type.

", "LaunchTemplateInstanceMarketOptionsRequest$MarketType": "

The market type.

" } }, "MaxResults": { "base": null, "refs": { "DescribeFpgaImagesRequest$MaxResults": "

The maximum number of results to return in a single call.

", "DescribeIamInstanceProfileAssociationsRequest$MaxResults": "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

", "DescribeStaleSecurityGroupsRequest$MaxResults": "

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.

", "DescribeVpcClassicLinkDnsSupportRequest$MaxResults": "

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.

" } }, "ModifyFpgaImageAttributeRequest": { "base": null, "refs": { } }, "ModifyFpgaImageAttributeResult": { "base": null, "refs": { } }, "ModifyHostsRequest": { "base": "

Contains the parameters for ModifyHosts.

", "refs": { } }, "ModifyHostsResult": { "base": "

Contains the output of ModifyHosts.

", "refs": { } }, "ModifyIdFormatRequest": { "base": "

Contains the parameters of ModifyIdFormat.

", "refs": { } }, "ModifyIdentityIdFormatRequest": { "base": "

Contains the parameters of ModifyIdentityIdFormat.

", "refs": { } }, "ModifyImageAttributeRequest": { "base": "

Contains the parameters for ModifyImageAttribute.

", "refs": { } }, "ModifyInstanceAttributeRequest": { "base": "

Contains the parameters for ModifyInstanceAttribute.

", "refs": { } }, "ModifyInstanceCreditSpecificationRequest": { "base": null, "refs": { } }, "ModifyInstanceCreditSpecificationResult": { "base": null, "refs": { } }, "ModifyInstancePlacementRequest": { "base": "

Contains the parameters for ModifyInstancePlacement.

", "refs": { } }, "ModifyInstancePlacementResult": { "base": "

Contains the output of ModifyInstancePlacement.

", "refs": { } }, "ModifyLaunchTemplateRequest": { "base": null, "refs": { } }, "ModifyLaunchTemplateResult": { "base": null, "refs": { } }, "ModifyNetworkInterfaceAttributeRequest": { "base": "

Contains the parameters for ModifyNetworkInterfaceAttribute.

", "refs": { } }, "ModifyReservedInstancesRequest": { "base": "

Contains the parameters for ModifyReservedInstances.

", "refs": { } }, "ModifyReservedInstancesResult": { "base": "

Contains the output of ModifyReservedInstances.

", "refs": { } }, "ModifySnapshotAttributeRequest": { "base": "

Contains the parameters for ModifySnapshotAttribute.

", "refs": { } }, "ModifySpotFleetRequestRequest": { "base": "

Contains the parameters for ModifySpotFleetRequest.

", "refs": { } }, "ModifySpotFleetRequestResponse": { "base": "

Contains the output of ModifySpotFleetRequest.

", "refs": { } }, "ModifySubnetAttributeRequest": { "base": "

Contains the parameters for ModifySubnetAttribute.

", "refs": { } }, "ModifyVolumeAttributeRequest": { "base": "

Contains the parameters for ModifyVolumeAttribute.

", "refs": { } }, "ModifyVolumeRequest": { "base": null, "refs": { } }, "ModifyVolumeResult": { "base": null, "refs": { } }, "ModifyVpcAttributeRequest": { "base": "

Contains the parameters for ModifyVpcAttribute.

", "refs": { } }, "ModifyVpcEndpointConnectionNotificationRequest": { "base": null, "refs": { } }, "ModifyVpcEndpointConnectionNotificationResult": { "base": null, "refs": { } }, "ModifyVpcEndpointRequest": { "base": "

Contains the parameters for ModifyVpcEndpoint.

", "refs": { } }, "ModifyVpcEndpointResult": { "base": null, "refs": { } }, "ModifyVpcEndpointServiceConfigurationRequest": { "base": null, "refs": { } }, "ModifyVpcEndpointServiceConfigurationResult": { "base": null, "refs": { } }, "ModifyVpcEndpointServicePermissionsRequest": { "base": null, "refs": { } }, "ModifyVpcEndpointServicePermissionsResult": { "base": null, "refs": { } }, "ModifyVpcPeeringConnectionOptionsRequest": { "base": null, "refs": { } }, "ModifyVpcPeeringConnectionOptionsResult": { "base": null, "refs": { } }, "ModifyVpcTenancyRequest": { "base": "

Contains the parameters for ModifyVpcTenancy.

", "refs": { } }, "ModifyVpcTenancyResult": { "base": "

Contains the output of ModifyVpcTenancy.

", "refs": { } }, "MonitorInstancesRequest": { "base": "

Contains the parameters for MonitorInstances.

", "refs": { } }, "MonitorInstancesResult": { "base": "

Contains the output of MonitorInstances.

", "refs": { } }, "Monitoring": { "base": "

Describes the monitoring of an instance.

", "refs": { "Instance$Monitoring": "

The monitoring for the instance.

", "InstanceMonitoring$Monitoring": "

The monitoring for the instance.

" } }, "MonitoringState": { "base": null, "refs": { "Monitoring$State": "

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

" } }, "MoveAddressToVpcRequest": { "base": "

Contains the parameters for MoveAddressToVpc.

", "refs": { } }, "MoveAddressToVpcResult": { "base": "

Contains the output of MoveAddressToVpc.

", "refs": { } }, "MoveStatus": { "base": null, "refs": { "MovingAddressStatus$MoveStatus": "

The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.

" } }, "MovingAddressStatus": { "base": "

Describes the status of a moving Elastic IP address.

", "refs": { "MovingAddressStatusSet$member": null } }, "MovingAddressStatusSet": { "base": null, "refs": { "DescribeMovingAddressesResult$MovingAddressStatuses": "

The status for each Elastic IP address.

" } }, "NatGateway": { "base": "

Describes a NAT gateway.

", "refs": { "CreateNatGatewayResult$NatGateway": "

Information about the NAT gateway.

", "NatGatewayList$member": null } }, "NatGatewayAddress": { "base": "

Describes the IP addresses and network interface associated with a NAT gateway.

", "refs": { "NatGatewayAddressList$member": null } }, "NatGatewayAddressList": { "base": null, "refs": { "NatGateway$NatGatewayAddresses": "

Information about the IP addresses and network interface associated with the NAT gateway.

" } }, "NatGatewayList": { "base": null, "refs": { "DescribeNatGatewaysResult$NatGateways": "

Information about the NAT gateways.

" } }, "NatGatewayState": { "base": null, "refs": { "NatGateway$State": "

The state of the NAT gateway.

" } }, "NetworkAcl": { "base": "

Describes a network ACL.

", "refs": { "CreateNetworkAclResult$NetworkAcl": "

Information about the network ACL.

", "NetworkAclList$member": null } }, "NetworkAclAssociation": { "base": "

Describes an association between a network ACL and a subnet.

", "refs": { "NetworkAclAssociationList$member": null } }, "NetworkAclAssociationList": { "base": null, "refs": { "NetworkAcl$Associations": "

Any associations between the network ACL and one or more subnets

" } }, "NetworkAclEntry": { "base": "

Describes an entry in a network ACL.

", "refs": { "NetworkAclEntryList$member": null } }, "NetworkAclEntryList": { "base": null, "refs": { "NetworkAcl$Entries": "

One or more entries (rules) in the network ACL.

" } }, "NetworkAclList": { "base": null, "refs": { "DescribeNetworkAclsResult$NetworkAcls": "

Information about one or more network ACLs.

" } }, "NetworkInterface": { "base": "

Describes a network interface.

", "refs": { "CreateNetworkInterfaceResult$NetworkInterface": "

Information about the network interface.

", "NetworkInterfaceList$member": null } }, "NetworkInterfaceAssociation": { "base": "

Describes association information for an Elastic IP address (IPv4 only).

", "refs": { "NetworkInterface$Association": "

The association information for an Elastic IP address (IPv4) associated with the network interface.

", "NetworkInterfacePrivateIpAddress$Association": "

The association information for an Elastic IP address (IPv4) associated with the network interface.

" } }, "NetworkInterfaceAttachment": { "base": "

Describes a network interface attachment.

", "refs": { "DescribeNetworkInterfaceAttributeResult$Attachment": "

The attachment (if any) of the network interface.

", "NetworkInterface$Attachment": "

The network interface attachment.

" } }, "NetworkInterfaceAttachmentChanges": { "base": "

Describes an attachment change.

", "refs": { "ModifyNetworkInterfaceAttributeRequest$Attachment": "

Information about the interface attachment. If modifying the 'delete on termination' attribute, you must specify the ID of the interface attachment.

" } }, "NetworkInterfaceAttribute": { "base": null, "refs": { "DescribeNetworkInterfaceAttributeRequest$Attribute": "

The attribute of the network interface. This parameter is required.

" } }, "NetworkInterfaceIdList": { "base": null, "refs": { "DescribeNetworkInterfacesRequest$NetworkInterfaceIds": "

One or more network interface IDs.

Default: Describes all your network interfaces.

" } }, "NetworkInterfaceIpv6Address": { "base": "

Describes an IPv6 address associated with a network interface.

", "refs": { "NetworkInterfaceIpv6AddressesList$member": null } }, "NetworkInterfaceIpv6AddressesList": { "base": null, "refs": { "NetworkInterface$Ipv6Addresses": "

The IPv6 addresses associated with the network interface.

" } }, "NetworkInterfaceList": { "base": null, "refs": { "DescribeNetworkInterfacesResult$NetworkInterfaces": "

Information about one or more network interfaces.

" } }, "NetworkInterfacePermission": { "base": "

Describes a permission for a network interface.

", "refs": { "CreateNetworkInterfacePermissionResult$InterfacePermission": "

Information about the permission for the network interface.

", "NetworkInterfacePermissionList$member": null } }, "NetworkInterfacePermissionIdList": { "base": null, "refs": { "DescribeNetworkInterfacePermissionsRequest$NetworkInterfacePermissionIds": "

One or more network interface permission IDs.

" } }, "NetworkInterfacePermissionList": { "base": null, "refs": { "DescribeNetworkInterfacePermissionsResult$NetworkInterfacePermissions": "

The network interface permissions.

" } }, "NetworkInterfacePermissionState": { "base": "

Describes the state of a network interface permission.

", "refs": { "NetworkInterfacePermission$PermissionState": "

Information about the state of the permission.

" } }, "NetworkInterfacePermissionStateCode": { "base": null, "refs": { "NetworkInterfacePermissionState$State": "

The state of the permission.

" } }, "NetworkInterfacePrivateIpAddress": { "base": "

Describes the private IPv4 address of a network interface.

", "refs": { "NetworkInterfacePrivateIpAddressList$member": null } }, "NetworkInterfacePrivateIpAddressList": { "base": null, "refs": { "NetworkInterface$PrivateIpAddresses": "

The private IPv4 addresses associated with the network interface.

" } }, "NetworkInterfaceStatus": { "base": null, "refs": { "InstanceNetworkInterface$Status": "

The status of the network interface.

", "NetworkInterface$Status": "

The status of the network interface.

" } }, "NetworkInterfaceType": { "base": null, "refs": { "NetworkInterface$InterfaceType": "

The type of interface.

" } }, "NewDhcpConfiguration": { "base": null, "refs": { "NewDhcpConfigurationList$member": null } }, "NewDhcpConfigurationList": { "base": null, "refs": { "CreateDhcpOptionsRequest$DhcpConfigurations": "

A DHCP configuration option.

" } }, "NextToken": { "base": null, "refs": { "DescribeFpgaImagesRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeFpgaImagesResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeIamInstanceProfileAssociationsRequest$NextToken": "

The token to request the next page of results.

", "DescribeIamInstanceProfileAssociationsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeStaleSecurityGroupsRequest$NextToken": "

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

", "DescribeVpcClassicLinkDnsSupportRequest$NextToken": "

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

", "DescribeVpcClassicLinkDnsSupportResult$NextToken": "

The token to use when requesting the next set of items.

" } }, "OccurrenceDayRequestSet": { "base": null, "refs": { "ScheduledInstanceRecurrenceRequest$OccurrenceDays": "

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.

" } }, "OccurrenceDaySet": { "base": null, "refs": { "ScheduledInstanceRecurrence$OccurrenceDaySet": "

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

" } }, "OfferingClassType": { "base": null, "refs": { "DescribeReservedInstancesOfferingsRequest$OfferingClass": "

The offering class of the Reserved Instance. Can be standard or convertible.

", "DescribeReservedInstancesRequest$OfferingClass": "

Describes whether the Reserved Instance is Standard or Convertible.

", "ReservedInstances$OfferingClass": "

The offering class of the Reserved Instance.

", "ReservedInstancesOffering$OfferingClass": "

If convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. If standard, it is not possible to perform an exchange.

" } }, "OfferingTypeValues": { "base": null, "refs": { "DescribeReservedInstancesOfferingsRequest$OfferingType": "

The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.

", "DescribeReservedInstancesRequest$OfferingType": "

The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.

", "ReservedInstances$OfferingType": "

The Reserved Instance offering type.

", "ReservedInstancesOffering$OfferingType": "

The Reserved Instance offering type.

" } }, "OperationType": { "base": null, "refs": { "ModifyFpgaImageAttributeRequest$OperationType": "

The operation type.

", "ModifyImageAttributeRequest$OperationType": "

The operation type. This parameter can be used only when the Attribute parameter is launchPermission.

", "ModifySnapshotAttributeRequest$OperationType": "

The type of operation to perform to the attribute.

" } }, "OwnerStringList": { "base": null, "refs": { "DescribeFpgaImagesRequest$Owners": "

Filters the AFI by owner. Specify an AWS account ID, self (owner is the sender of the request), or an AWS owner alias (valid values are amazon | aws-marketplace).

", "DescribeImagesRequest$Owners": "

Filters the images by the owner. Specify an AWS account ID, self (owner is the sender of the request), or an AWS owner alias (valid values are amazon | aws-marketplace | microsoft). Omitting this option returns all images for which you have launch permissions, regardless of ownership.

", "DescribeSnapshotsRequest$OwnerIds": "

Returns the snapshots owned by the specified owner. Multiple owners can be specified.

" } }, "PaymentOption": { "base": null, "refs": { "HostOffering$PaymentOption": "

The available payment option.

", "HostReservation$PaymentOption": "

The payment option selected for this reservation.

", "Purchase$PaymentOption": "

The payment option for the reservation.

" } }, "PciId": { "base": "

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

", "refs": { "FpgaImage$PciId": "

Information about the PCI bus.

" } }, "PeeringConnectionOptions": { "base": "

Describes the VPC peering connection options.

", "refs": { "ModifyVpcPeeringConnectionOptionsResult$AccepterPeeringConnectionOptions": "

Information about the VPC peering connection options for the accepter VPC.

", "ModifyVpcPeeringConnectionOptionsResult$RequesterPeeringConnectionOptions": "

Information about the VPC peering connection options for the requester VPC.

" } }, "PeeringConnectionOptionsRequest": { "base": "

The VPC peering connection options.

", "refs": { "ModifyVpcPeeringConnectionOptionsRequest$AccepterPeeringConnectionOptions": "

The VPC peering connection options for the accepter VPC.

", "ModifyVpcPeeringConnectionOptionsRequest$RequesterPeeringConnectionOptions": "

The VPC peering connection options for the requester VPC.

" } }, "PermissionGroup": { "base": null, "refs": { "CreateVolumePermission$Group": "

The specific group that is to be added or removed from a volume's list of create volume permissions.

", "LaunchPermission$Group": "

The name of the group.

", "LoadPermission$Group": "

The name of the group.

", "LoadPermissionRequest$Group": "

The name of the group.

" } }, "Placement": { "base": "

Describes the placement of an instance.

", "refs": { "ImportInstanceLaunchSpecification$Placement": "

The placement information for the instance.

", "Instance$Placement": "

The location where the instance launched, if applicable.

", "RunInstancesRequest$Placement": "

The placement for the instance.

" } }, "PlacementGroup": { "base": "

Describes a placement group.

", "refs": { "PlacementGroupList$member": null } }, "PlacementGroupList": { "base": null, "refs": { "DescribePlacementGroupsResult$PlacementGroups": "

One or more placement groups.

" } }, "PlacementGroupState": { "base": null, "refs": { "PlacementGroup$State": "

The state of the placement group.

" } }, "PlacementGroupStringList": { "base": null, "refs": { "DescribePlacementGroupsRequest$GroupNames": "

One or more placement group names.

Default: Describes all your placement groups, or only those otherwise specified.

" } }, "PlacementStrategy": { "base": null, "refs": { "CreatePlacementGroupRequest$Strategy": "

The placement strategy.

", "PlacementGroup$Strategy": "

The placement strategy.

" } }, "PlatformValues": { "base": null, "refs": { "Image$Platform": "

The value is Windows for Windows AMIs; otherwise blank.

", "ImportInstanceRequest$Platform": "

The instance operating system.

", "ImportInstanceTaskDetails$Platform": "

The instance operating system.

", "Instance$Platform": "

The value is Windows for Windows instances; otherwise blank.

" } }, "PortRange": { "base": "

Describes a range of ports.

", "refs": { "CreateNetworkAclEntryRequest$PortRange": "

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

", "NetworkAclEntry$PortRange": "

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

", "ReplaceNetworkAclEntryRequest$PortRange": "

TCP or UDP protocols: The range of ports the rule applies to. Required if specifying TCP (6) or UDP (17) for the protocol.

" } }, "PrefixList": { "base": "

Describes prefixes for AWS services.

", "refs": { "PrefixListSet$member": null } }, "PrefixListId": { "base": "

The ID of the prefix.

", "refs": { "PrefixListIdList$member": null } }, "PrefixListIdList": { "base": null, "refs": { "IpPermission$PrefixListIds": "

(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service. In an AuthorizeSecurityGroupEgress request, this is the AWS service that you want to access through a VPC endpoint from instances associated with the security group.

" } }, "PrefixListIdSet": { "base": null, "refs": { "StaleIpPermission$PrefixListIds": "

One or more prefix list IDs for an AWS service. Not applicable for stale security group rules.

" } }, "PrefixListSet": { "base": null, "refs": { "DescribePrefixListsResult$PrefixLists": "

All available prefix lists.

" } }, "PriceSchedule": { "base": "

Describes the price for a Reserved Instance.

", "refs": { "PriceScheduleList$member": null } }, "PriceScheduleList": { "base": null, "refs": { "ReservedInstancesListing$PriceSchedules": "

The price of the Reserved Instance listing.

" } }, "PriceScheduleSpecification": { "base": "

Describes the price for a Reserved Instance.

", "refs": { "PriceScheduleSpecificationList$member": null } }, "PriceScheduleSpecificationList": { "base": null, "refs": { "CreateReservedInstancesListingRequest$PriceSchedules": "

A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.

" } }, "PricingDetail": { "base": "

Describes a Reserved Instance offering.

", "refs": { "PricingDetailsList$member": null } }, "PricingDetailsList": { "base": null, "refs": { "ReservedInstancesOffering$PricingDetails": "

The pricing details of the Reserved Instance offering.

" } }, "PrincipalType": { "base": null, "refs": { "AllowedPrincipal$PrincipalType": "

The type of principal.

" } }, "PrivateIpAddressConfigSet": { "base": null, "refs": { "ScheduledInstancesNetworkInterface$PrivateIpAddressConfigs": "

The private IPv4 addresses.

" } }, "PrivateIpAddressSpecification": { "base": "

Describes a secondary private IPv4 address for a network interface.

", "refs": { "PrivateIpAddressSpecificationList$member": null } }, "PrivateIpAddressSpecificationList": { "base": null, "refs": { "CreateNetworkInterfaceRequest$PrivateIpAddresses": "

One or more private IPv4 addresses.

", "InstanceNetworkInterfaceSpecification$PrivateIpAddresses": "

One or more private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a RunInstances request.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$PrivateIpAddresses": "

One or more private IPv4 addresses.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrivateIpAddresses": "

One or more private IPv4 addresses.

" } }, "PrivateIpAddressStringList": { "base": null, "refs": { "AssignPrivateIpAddressesRequest$PrivateIpAddresses": "

One or more IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.

If you don't specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.

", "UnassignPrivateIpAddressesRequest$PrivateIpAddresses": "

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.

" } }, "ProductCode": { "base": "

Describes a product code.

", "refs": { "ProductCodeList$member": null } }, "ProductCodeList": { "base": null, "refs": { "DescribeSnapshotAttributeResult$ProductCodes": "

A list of product codes.

", "DescribeVolumeAttributeResult$ProductCodes": "

A list of product codes.

", "FpgaImage$ProductCodes": "

The product codes for the AFI.

", "FpgaImageAttribute$ProductCodes": "

One or more product codes.

", "Image$ProductCodes": "

Any product codes associated with the AMI.

", "ImageAttribute$ProductCodes": "

One or more product codes.

", "Instance$ProductCodes": "

The product codes attached to this instance, if applicable.

", "InstanceAttribute$ProductCodes": "

A list of product codes.

" } }, "ProductCodeStringList": { "base": null, "refs": { "ModifyFpgaImageAttributeRequest$ProductCodes": "

One or more product codes. After you add a product code to an AFI, it can't be removed. This parameter is valid only when modifying the productCodes attribute.

", "ModifyImageAttributeRequest$ProductCodes": "

One or more DevPay product codes. After you add a product code to an AMI, it can't be removed.

" } }, "ProductCodeValues": { "base": null, "refs": { "ProductCode$ProductCodeType": "

The type of product code.

" } }, "ProductDescriptionList": { "base": null, "refs": { "DescribeSpotPriceHistoryRequest$ProductDescriptions": "

Filters the results by the specified basic product descriptions.

" } }, "PropagatingVgw": { "base": "

Describes a virtual private gateway propagating route.

", "refs": { "PropagatingVgwList$member": null } }, "PropagatingVgwList": { "base": null, "refs": { "RouteTable$PropagatingVgws": "

Any virtual private gateway (VGW) propagating routes.

" } }, "ProvisionedBandwidth": { "base": "

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "refs": { "NatGateway$ProvisionedBandwidth": "

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

" } }, "PublicIpStringList": { "base": null, "refs": { "DescribeAddressesRequest$PublicIps": "

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

Default: Describes all your Elastic IP addresses.

" } }, "Purchase": { "base": "

Describes the result of the purchase.

", "refs": { "PurchaseSet$member": null } }, "PurchaseHostReservationRequest": { "base": null, "refs": { } }, "PurchaseHostReservationResult": { "base": null, "refs": { } }, "PurchaseRequest": { "base": "

Describes a request to purchase Scheduled Instances.

", "refs": { "PurchaseRequestSet$member": null } }, "PurchaseRequestSet": { "base": null, "refs": { "PurchaseScheduledInstancesRequest$PurchaseRequests": "

One or more purchase requests.

" } }, "PurchaseReservedInstancesOfferingRequest": { "base": "

Contains the parameters for PurchaseReservedInstancesOffering.

", "refs": { } }, "PurchaseReservedInstancesOfferingResult": { "base": "

Contains the output of PurchaseReservedInstancesOffering.

", "refs": { } }, "PurchaseScheduledInstancesRequest": { "base": "

Contains the parameters for PurchaseScheduledInstances.

", "refs": { } }, "PurchaseScheduledInstancesResult": { "base": "

Contains the output of PurchaseScheduledInstances.

", "refs": { } }, "PurchaseSet": { "base": null, "refs": { "GetHostReservationPurchasePreviewResult$Purchase": "

The purchase information of the Dedicated Host Reservation and the Dedicated Hosts associated with it.

", "PurchaseHostReservationResult$Purchase": "

Describes the details of the purchase.

" } }, "PurchasedScheduledInstanceSet": { "base": null, "refs": { "PurchaseScheduledInstancesResult$ScheduledInstanceSet": "

Information about the Scheduled Instances.

" } }, "RIProductDescription": { "base": null, "refs": { "DescribeReservedInstancesOfferingsRequest$ProductDescription": "

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

", "ReservedInstances$ProductDescription": "

The Reserved Instance product platform description.

", "ReservedInstancesOffering$ProductDescription": "

The Reserved Instance product platform description.

", "SpotInstanceRequest$ProductDescription": "

The product description associated with the Spot Instance.

", "SpotPrice$ProductDescription": "

A general description of the AMI.

" } }, "ReasonCodesList": { "base": null, "refs": { "ReportInstanceStatusRequest$ReasonCodes": "

One or more reason codes that describe the health state of your instance.

" } }, "RebootInstancesRequest": { "base": "

Contains the parameters for RebootInstances.

", "refs": { } }, "RecurringCharge": { "base": "

Describes a recurring charge.

", "refs": { "RecurringChargesList$member": null } }, "RecurringChargeFrequency": { "base": null, "refs": { "RecurringCharge$Frequency": "

The frequency of the recurring charge.

" } }, "RecurringChargesList": { "base": null, "refs": { "ReservedInstances$RecurringCharges": "

The recurring charge tag assigned to the resource.

", "ReservedInstancesOffering$RecurringCharges": "

The recurring charge tag assigned to the resource.

" } }, "Region": { "base": "

Describes a region.

", "refs": { "RegionList$member": null } }, "RegionList": { "base": null, "refs": { "DescribeRegionsResult$Regions": "

Information about one or more regions.

" } }, "RegionNameStringList": { "base": null, "refs": { "DescribeRegionsRequest$RegionNames": "

The names of one or more regions.

" } }, "RegisterImageRequest": { "base": "

Contains the parameters for RegisterImage.

", "refs": { } }, "RegisterImageResult": { "base": "

Contains the output of RegisterImage.

", "refs": { } }, "RejectVpcEndpointConnectionsRequest": { "base": null, "refs": { } }, "RejectVpcEndpointConnectionsResult": { "base": null, "refs": { } }, "RejectVpcPeeringConnectionRequest": { "base": "

Contains the parameters for RejectVpcPeeringConnection.

", "refs": { } }, "RejectVpcPeeringConnectionResult": { "base": "

Contains the output of RejectVpcPeeringConnection.

", "refs": { } }, "ReleaseAddressRequest": { "base": "

Contains the parameters for ReleaseAddress.

", "refs": { } }, "ReleaseHostsRequest": { "base": "

Contains the parameters for ReleaseHosts.

", "refs": { } }, "ReleaseHostsResult": { "base": "

Contains the output of ReleaseHosts.

", "refs": { } }, "ReplaceIamInstanceProfileAssociationRequest": { "base": null, "refs": { } }, "ReplaceIamInstanceProfileAssociationResult": { "base": null, "refs": { } }, "ReplaceNetworkAclAssociationRequest": { "base": "

Contains the parameters for ReplaceNetworkAclAssociation.

", "refs": { } }, "ReplaceNetworkAclAssociationResult": { "base": "

Contains the output of ReplaceNetworkAclAssociation.

", "refs": { } }, "ReplaceNetworkAclEntryRequest": { "base": "

Contains the parameters for ReplaceNetworkAclEntry.

", "refs": { } }, "ReplaceRouteRequest": { "base": "

Contains the parameters for ReplaceRoute.

", "refs": { } }, "ReplaceRouteTableAssociationRequest": { "base": "

Contains the parameters for ReplaceRouteTableAssociation.

", "refs": { } }, "ReplaceRouteTableAssociationResult": { "base": "

Contains the output of ReplaceRouteTableAssociation.

", "refs": { } }, "ReportInstanceReasonCodes": { "base": null, "refs": { "ReasonCodesList$member": null } }, "ReportInstanceStatusRequest": { "base": "

Contains the parameters for ReportInstanceStatus.

", "refs": { } }, "ReportStatusType": { "base": null, "refs": { "ReportInstanceStatusRequest$Status": "

The status of all instances listed.

" } }, "RequestHostIdList": { "base": null, "refs": { "DescribeHostsRequest$HostIds": "

The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches.

", "ModifyHostsRequest$HostIds": "

The host IDs of the Dedicated Hosts you want to modify.

", "ReleaseHostsRequest$HostIds": "

The IDs of the Dedicated Hosts you want to release.

" } }, "RequestHostIdSet": { "base": null, "refs": { "GetHostReservationPurchasePreviewRequest$HostIdSet": "

The ID/s of the Dedicated Host/s that the reservation will be associated with.

", "PurchaseHostReservationRequest$HostIdSet": "

The ID/s of the Dedicated Host/s that the reservation will be associated with.

" } }, "RequestLaunchTemplateData": { "base": "

The information to include in the launch template.

", "refs": { "CreateLaunchTemplateRequest$LaunchTemplateData": "

The information for the launch template.

", "CreateLaunchTemplateVersionRequest$LaunchTemplateData": "

The information for the launch template.

" } }, "RequestSpotFleetRequest": { "base": "

Contains the parameters for RequestSpotFleet.

", "refs": { } }, "RequestSpotFleetResponse": { "base": "

Contains the output of RequestSpotFleet.

", "refs": { } }, "RequestSpotInstancesRequest": { "base": "

Contains the parameters for RequestSpotInstances.

", "refs": { } }, "RequestSpotInstancesResult": { "base": "

Contains the output of RequestSpotInstances.

", "refs": { } }, "RequestSpotLaunchSpecification": { "base": "

Describes the launch specification for an instance.

", "refs": { "RequestSpotInstancesRequest$LaunchSpecification": "

The launch specification.

" } }, "Reservation": { "base": "

Describes a reservation.

", "refs": { "ReservationList$member": null } }, "ReservationList": { "base": null, "refs": { "DescribeInstancesResult$Reservations": "

Zero or more reservations.

" } }, "ReservationState": { "base": null, "refs": { "HostReservation$State": "

The state of the reservation.

" } }, "ReservationValue": { "base": "

The cost associated with the Reserved Instance.

", "refs": { "GetReservedInstancesExchangeQuoteResult$ReservedInstanceValueRollup": "

The cost associated with the Reserved Instance.

", "GetReservedInstancesExchangeQuoteResult$TargetConfigurationValueRollup": "

The cost associated with the Reserved Instance.

", "ReservedInstanceReservationValue$ReservationValue": "

The total value of the Convertible Reserved Instance that you are exchanging.

", "TargetReservationValue$ReservationValue": "

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.

" } }, "ReservedInstanceIdSet": { "base": null, "refs": { "AcceptReservedInstancesExchangeQuoteRequest$ReservedInstanceIds": "

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

", "GetReservedInstancesExchangeQuoteRequest$ReservedInstanceIds": "

The IDs of the Convertible Reserved Instances to exchange.

" } }, "ReservedInstanceLimitPrice": { "base": "

Describes the limit price of a Reserved Instance offering.

", "refs": { "PurchaseReservedInstancesOfferingRequest$LimitPrice": "

Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.

" } }, "ReservedInstanceReservationValue": { "base": "

The total value of the Convertible Reserved Instance.

", "refs": { "ReservedInstanceReservationValueSet$member": null } }, "ReservedInstanceReservationValueSet": { "base": null, "refs": { "GetReservedInstancesExchangeQuoteResult$ReservedInstanceValueSet": "

The configuration of your Convertible Reserved Instances.

" } }, "ReservedInstanceState": { "base": null, "refs": { "ReservedInstances$State": "

The state of the Reserved Instance purchase.

" } }, "ReservedInstances": { "base": "

Describes a Reserved Instance.

", "refs": { "ReservedInstancesList$member": null } }, "ReservedInstancesConfiguration": { "base": "

Describes the configuration settings for the modified Reserved Instances.

", "refs": { "ReservedInstancesConfigurationList$member": null, "ReservedInstancesModificationResult$TargetConfiguration": "

The target Reserved Instances configurations supplied as part of the modification request.

" } }, "ReservedInstancesConfigurationList": { "base": null, "refs": { "ModifyReservedInstancesRequest$TargetConfigurations": "

The configuration settings for the Reserved Instances to modify.

" } }, "ReservedInstancesId": { "base": "

Describes the ID of a Reserved Instance.

", "refs": { "ReservedIntancesIds$member": null } }, "ReservedInstancesIdStringList": { "base": null, "refs": { "DescribeReservedInstancesRequest$ReservedInstancesIds": "

One or more Reserved Instance IDs.

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

", "ModifyReservedInstancesRequest$ReservedInstancesIds": "

The IDs of the Reserved Instances to modify.

" } }, "ReservedInstancesList": { "base": null, "refs": { "DescribeReservedInstancesResult$ReservedInstances": "

A list of Reserved Instances.

" } }, "ReservedInstancesListing": { "base": "

Describes a Reserved Instance listing.

", "refs": { "ReservedInstancesListingList$member": null } }, "ReservedInstancesListingList": { "base": null, "refs": { "CancelReservedInstancesListingResult$ReservedInstancesListings": "

The Reserved Instance listing.

", "CreateReservedInstancesListingResult$ReservedInstancesListings": "

Information about the Standard Reserved Instance listing.

", "DescribeReservedInstancesListingsResult$ReservedInstancesListings": "

Information about the Reserved Instance listing.

" } }, "ReservedInstancesModification": { "base": "

Describes a Reserved Instance modification.

", "refs": { "ReservedInstancesModificationList$member": null } }, "ReservedInstancesModificationIdStringList": { "base": null, "refs": { "DescribeReservedInstancesModificationsRequest$ReservedInstancesModificationIds": "

IDs for the submitted modification request.

" } }, "ReservedInstancesModificationList": { "base": null, "refs": { "DescribeReservedInstancesModificationsResult$ReservedInstancesModifications": "

The Reserved Instance modification information.

" } }, "ReservedInstancesModificationResult": { "base": "

Describes the modification request/s.

", "refs": { "ReservedInstancesModificationResultList$member": null } }, "ReservedInstancesModificationResultList": { "base": null, "refs": { "ReservedInstancesModification$ModificationResults": "

Contains target configurations along with their corresponding new Reserved Instance IDs.

" } }, "ReservedInstancesOffering": { "base": "

Describes a Reserved Instance offering.

", "refs": { "ReservedInstancesOfferingList$member": null } }, "ReservedInstancesOfferingIdStringList": { "base": null, "refs": { "DescribeReservedInstancesOfferingsRequest$ReservedInstancesOfferingIds": "

One or more Reserved Instances offering IDs.

" } }, "ReservedInstancesOfferingList": { "base": null, "refs": { "DescribeReservedInstancesOfferingsResult$ReservedInstancesOfferings": "

A list of Reserved Instances offerings.

" } }, "ReservedIntancesIds": { "base": null, "refs": { "ReservedInstancesModification$ReservedInstancesIds": "

The IDs of one or more Reserved Instances.

" } }, "ResetFpgaImageAttributeName": { "base": null, "refs": { "ResetFpgaImageAttributeRequest$Attribute": "

The attribute.

" } }, "ResetFpgaImageAttributeRequest": { "base": null, "refs": { } }, "ResetFpgaImageAttributeResult": { "base": null, "refs": { } }, "ResetImageAttributeName": { "base": null, "refs": { "ResetImageAttributeRequest$Attribute": "

The attribute to reset (currently you can only reset the launch permission attribute).

" } }, "ResetImageAttributeRequest": { "base": "

Contains the parameters for ResetImageAttribute.

", "refs": { } }, "ResetInstanceAttributeRequest": { "base": "

Contains the parameters for ResetInstanceAttribute.

", "refs": { } }, "ResetNetworkInterfaceAttributeRequest": { "base": "

Contains the parameters for ResetNetworkInterfaceAttribute.

", "refs": { } }, "ResetSnapshotAttributeRequest": { "base": "

Contains the parameters for ResetSnapshotAttribute.

", "refs": { } }, "ResourceIdList": { "base": null, "refs": { "CreateTagsRequest$Resources": "

The IDs of one or more resources to tag. For example, ami-1a2b3c4d.

", "DeleteTagsRequest$Resources": "

The IDs of one or more resources.

" } }, "ResourceType": { "base": null, "refs": { "LaunchTemplateTagSpecification$ResourceType": "

The type of resource.

", "LaunchTemplateTagSpecificationRequest$ResourceType": "

The type of resource to tag. Currently, the resource types that support tagging on creation are instance and volume.

", "SpotFleetTagSpecification$ResourceType": "

The type of resource. Currently, the only resource type that is supported is instance.

", "TagDescription$ResourceType": "

The resource type.

", "TagSpecification$ResourceType": "

The type of resource to tag. Currently, the resource types that support tagging on creation are instance and volume.

" } }, "ResponseError": { "base": "

Describes the error that's returned when you cannot delete a launch template version.

", "refs": { "DeleteLaunchTemplateVersionsResponseErrorItem$ResponseError": "

Information about the error.

" } }, "ResponseHostIdList": { "base": null, "refs": { "AllocateHostsResult$HostIds": "

The ID of the allocated Dedicated Host. This is used when you want to launch an instance onto a specific host.

", "ModifyHostsResult$Successful": "

The IDs of the Dedicated Hosts that were successfully modified.

", "ReleaseHostsResult$Successful": "

The IDs of the Dedicated Hosts that were successfully released.

" } }, "ResponseHostIdSet": { "base": null, "refs": { "HostReservation$HostIdSet": "

The IDs of the Dedicated Hosts associated with the reservation.

", "Purchase$HostIdSet": "

The IDs of the Dedicated Hosts associated with the reservation.

" } }, "ResponseLaunchTemplateData": { "base": "

The information for a launch template.

", "refs": { "GetLaunchTemplateDataResult$LaunchTemplateData": "

The instance data.

", "LaunchTemplateVersion$LaunchTemplateData": "

Information about the launch template.

" } }, "RestorableByStringList": { "base": null, "refs": { "DescribeSnapshotsRequest$RestorableByUserIds": "

One or more AWS accounts IDs that can create volumes from the snapshot.

" } }, "RestoreAddressToClassicRequest": { "base": "

Contains the parameters for RestoreAddressToClassic.

", "refs": { } }, "RestoreAddressToClassicResult": { "base": "

Contains the output of RestoreAddressToClassic.

", "refs": { } }, "RevokeSecurityGroupEgressRequest": { "base": "

Contains the parameters for RevokeSecurityGroupEgress.

", "refs": { } }, "RevokeSecurityGroupIngressRequest": { "base": "

Contains the parameters for RevokeSecurityGroupIngress.

", "refs": { } }, "Route": { "base": "

Describes a route in a route table.

", "refs": { "RouteList$member": null } }, "RouteList": { "base": null, "refs": { "RouteTable$Routes": "

The routes in the route table.

" } }, "RouteOrigin": { "base": null, "refs": { "Route$Origin": "

Describes how the route was created.

" } }, "RouteState": { "base": null, "refs": { "Route$State": "

The state of the route. The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, or the specified NAT instance has been terminated).

" } }, "RouteTable": { "base": "

Describes a route table.

", "refs": { "CreateRouteTableResult$RouteTable": "

Information about the route table.

", "RouteTableList$member": null } }, "RouteTableAssociation": { "base": "

Describes an association between a route table and a subnet.

", "refs": { "RouteTableAssociationList$member": null } }, "RouteTableAssociationList": { "base": null, "refs": { "RouteTable$Associations": "

The associations between the route table and one or more subnets.

" } }, "RouteTableList": { "base": null, "refs": { "DescribeRouteTablesResult$RouteTables": "

Information about one or more route tables.

" } }, "RuleAction": { "base": null, "refs": { "CreateNetworkAclEntryRequest$RuleAction": "

Indicates whether to allow or deny the traffic that matches the rule.

", "NetworkAclEntry$RuleAction": "

Indicates whether to allow or deny the traffic that matches the rule.

", "ReplaceNetworkAclEntryRequest$RuleAction": "

Indicates whether to allow or deny the traffic that matches the rule.

" } }, "RunInstancesMonitoringEnabled": { "base": "

Describes the monitoring of an instance.

", "refs": { "LaunchSpecification$Monitoring": null, "RequestSpotLaunchSpecification$Monitoring": "

Indicates whether basic or detailed monitoring is enabled for the instance.

Default: Disabled

", "RunInstancesRequest$Monitoring": "

The monitoring for the instance.

" } }, "RunInstancesRequest": { "base": "

Contains the parameters for RunInstances.

", "refs": { } }, "RunScheduledInstancesRequest": { "base": "

Contains the parameters for RunScheduledInstances.

", "refs": { } }, "RunScheduledInstancesResult": { "base": "

Contains the output of RunScheduledInstances.

", "refs": { } }, "S3Storage": { "base": "

Describes the storage parameters for S3 and S3 buckets for an instance store-backed AMI.

", "refs": { "Storage$S3": "

An Amazon S3 storage location.

" } }, "ScheduledInstance": { "base": "

Describes a Scheduled Instance.

", "refs": { "PurchasedScheduledInstanceSet$member": null, "ScheduledInstanceSet$member": null } }, "ScheduledInstanceAvailability": { "base": "

Describes a schedule that is available for your Scheduled Instances.

", "refs": { "ScheduledInstanceAvailabilitySet$member": null } }, "ScheduledInstanceAvailabilitySet": { "base": null, "refs": { "DescribeScheduledInstanceAvailabilityResult$ScheduledInstanceAvailabilitySet": "

Information about the available Scheduled Instances.

" } }, "ScheduledInstanceIdRequestSet": { "base": null, "refs": { "DescribeScheduledInstancesRequest$ScheduledInstanceIds": "

One or more Scheduled Instance IDs.

" } }, "ScheduledInstanceRecurrence": { "base": "

Describes the recurring schedule for a Scheduled Instance.

", "refs": { "ScheduledInstance$Recurrence": "

The schedule recurrence.

", "ScheduledInstanceAvailability$Recurrence": "

The schedule recurrence.

" } }, "ScheduledInstanceRecurrenceRequest": { "base": "

Describes the recurring schedule for a Scheduled Instance.

", "refs": { "DescribeScheduledInstanceAvailabilityRequest$Recurrence": "

The schedule recurrence.

" } }, "ScheduledInstanceSet": { "base": null, "refs": { "DescribeScheduledInstancesResult$ScheduledInstanceSet": "

Information about the Scheduled Instances.

" } }, "ScheduledInstancesBlockDeviceMapping": { "base": "

Describes a block device mapping for a Scheduled Instance.

", "refs": { "ScheduledInstancesBlockDeviceMappingSet$member": null } }, "ScheduledInstancesBlockDeviceMappingSet": { "base": null, "refs": { "ScheduledInstancesLaunchSpecification$BlockDeviceMappings": "

One or more block device mapping entries.

" } }, "ScheduledInstancesEbs": { "base": "

Describes an EBS volume for a Scheduled Instance.

", "refs": { "ScheduledInstancesBlockDeviceMapping$Ebs": "

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

" } }, "ScheduledInstancesIamInstanceProfile": { "base": "

Describes an IAM instance profile for a Scheduled Instance.

", "refs": { "ScheduledInstancesLaunchSpecification$IamInstanceProfile": "

The IAM instance profile.

" } }, "ScheduledInstancesIpv6Address": { "base": "

Describes an IPv6 address.

", "refs": { "ScheduledInstancesIpv6AddressList$member": null } }, "ScheduledInstancesIpv6AddressList": { "base": null, "refs": { "ScheduledInstancesNetworkInterface$Ipv6Addresses": "

One or more specific IPv6 addresses from the subnet range.

" } }, "ScheduledInstancesLaunchSpecification": { "base": "

Describes the launch specification for a Scheduled Instance.

If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet. You can specify the subnet using either SubnetId or NetworkInterface.

", "refs": { "RunScheduledInstancesRequest$LaunchSpecification": "

The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.

" } }, "ScheduledInstancesMonitoring": { "base": "

Describes whether monitoring is enabled for a Scheduled Instance.

", "refs": { "ScheduledInstancesLaunchSpecification$Monitoring": "

Enable or disable monitoring for the instances.

" } }, "ScheduledInstancesNetworkInterface": { "base": "

Describes a network interface for a Scheduled Instance.

", "refs": { "ScheduledInstancesNetworkInterfaceSet$member": null } }, "ScheduledInstancesNetworkInterfaceSet": { "base": null, "refs": { "ScheduledInstancesLaunchSpecification$NetworkInterfaces": "

One or more network interfaces.

" } }, "ScheduledInstancesPlacement": { "base": "

Describes the placement for a Scheduled Instance.

", "refs": { "ScheduledInstancesLaunchSpecification$Placement": "

The placement information.

" } }, "ScheduledInstancesPrivateIpAddressConfig": { "base": "

Describes a private IPv4 address for a Scheduled Instance.

", "refs": { "PrivateIpAddressConfigSet$member": null } }, "ScheduledInstancesSecurityGroupIdSet": { "base": null, "refs": { "ScheduledInstancesLaunchSpecification$SecurityGroupIds": "

The IDs of one or more security groups.

", "ScheduledInstancesNetworkInterface$Groups": "

The IDs of one or more security groups.

" } }, "SecurityGroup": { "base": "

Describes a security group

", "refs": { "SecurityGroupList$member": null } }, "SecurityGroupIdStringList": { "base": null, "refs": { "CreateNetworkInterfaceRequest$Groups": "

The IDs of one or more security groups.

", "ImportInstanceLaunchSpecification$GroupIds": "

One or more security group IDs.

", "InstanceNetworkInterfaceSpecification$Groups": "

The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Groups": "

The IDs of one or more security groups.

", "ModifyNetworkInterfaceAttributeRequest$Groups": "

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.

", "RequestLaunchTemplateData$SecurityGroupIds": "

One or more security group IDs. You can create a security group using CreateSecurityGroup. You cannot specify both a security group ID and security name in the same request.

", "RunInstancesRequest$SecurityGroupIds": "

One or more security group IDs. You can create a security group using CreateSecurityGroup.

Default: Amazon EC2 uses the default security group.

" } }, "SecurityGroupIdentifier": { "base": "

Describes a security group.

", "refs": { "GroupIdentifierSet$member": null } }, "SecurityGroupList": { "base": null, "refs": { "DescribeSecurityGroupsResult$SecurityGroups": "

Information about one or more security groups.

" } }, "SecurityGroupReference": { "base": "

Describes a VPC with a security group that references your security group.

", "refs": { "SecurityGroupReferences$member": null } }, "SecurityGroupReferences": { "base": null, "refs": { "DescribeSecurityGroupReferencesResult$SecurityGroupReferenceSet": "

Information about the VPCs with the referencing security groups.

" } }, "SecurityGroupStringList": { "base": null, "refs": { "ImportInstanceLaunchSpecification$GroupNames": "

One or more security group names.

", "RequestLaunchTemplateData$SecurityGroups": "

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

", "RunInstancesRequest$SecurityGroups": "

[EC2-Classic, default VPC] One or more security group names. For a nondefault VPC, you must use security group IDs instead.

Default: Amazon EC2 uses the default security group.

" } }, "ServiceConfiguration": { "base": "

Describes a service configuration for a VPC endpoint service.

", "refs": { "CreateVpcEndpointServiceConfigurationResult$ServiceConfiguration": "

Information about the service configuration.

", "ServiceConfigurationSet$member": null } }, "ServiceConfigurationSet": { "base": null, "refs": { "DescribeVpcEndpointServiceConfigurationsResult$ServiceConfigurations": "

Information about one or more services.

" } }, "ServiceDetail": { "base": "

Describes a VPC endpoint service.

", "refs": { "ServiceDetailSet$member": null } }, "ServiceDetailSet": { "base": null, "refs": { "DescribeVpcEndpointServicesResult$ServiceDetails": "

Information about the service.

" } }, "ServiceState": { "base": null, "refs": { "ServiceConfiguration$ServiceState": "

The service state.

" } }, "ServiceType": { "base": null, "refs": { "ServiceTypeDetail$ServiceType": "

The type of service.

" } }, "ServiceTypeDetail": { "base": "

Describes the type of service for a VPC endpoint.

", "refs": { "ServiceTypeDetailSet$member": null } }, "ServiceTypeDetailSet": { "base": null, "refs": { "ServiceConfiguration$ServiceType": "

The type of service.

", "ServiceDetail$ServiceType": "

The type of service.

" } }, "ShutdownBehavior": { "base": null, "refs": { "ImportInstanceLaunchSpecification$InstanceInitiatedShutdownBehavior": "

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

", "RequestLaunchTemplateData$InstanceInitiatedShutdownBehavior": "

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Default: stop

", "ResponseLaunchTemplateData$InstanceInitiatedShutdownBehavior": "

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

", "RunInstancesRequest$InstanceInitiatedShutdownBehavior": "

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Default: stop

" } }, "SlotDateTimeRangeRequest": { "base": "

Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.

", "refs": { "DescribeScheduledInstanceAvailabilityRequest$FirstSlotStartTimeRange": "

The time period for the first schedule to start.

" } }, "SlotStartTimeRangeRequest": { "base": "

Describes the time period for a Scheduled Instance to start its first schedule.

", "refs": { "DescribeScheduledInstancesRequest$SlotStartTimeRange": "

The time period for the first schedule to start.

" } }, "Snapshot": { "base": "

Describes a snapshot.

", "refs": { "SnapshotList$member": null } }, "SnapshotAttributeName": { "base": null, "refs": { "DescribeSnapshotAttributeRequest$Attribute": "

The snapshot attribute you would like to view.

", "ModifySnapshotAttributeRequest$Attribute": "

The snapshot attribute to modify.

Only volume creation permissions may be modified at the customer level.

", "ResetSnapshotAttributeRequest$Attribute": "

The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.

" } }, "SnapshotDetail": { "base": "

Describes the snapshot created from the imported disk.

", "refs": { "SnapshotDetailList$member": null } }, "SnapshotDetailList": { "base": null, "refs": { "ImportImageResult$SnapshotDetails": "

Information about the snapshots.

", "ImportImageTask$SnapshotDetails": "

Information about the snapshots.

" } }, "SnapshotDiskContainer": { "base": "

The disk container object for the import snapshot request.

", "refs": { "ImportSnapshotRequest$DiskContainer": "

Information about the disk container.

" } }, "SnapshotIdStringList": { "base": null, "refs": { "DescribeSnapshotsRequest$SnapshotIds": "

One or more snapshot IDs.

Default: Describes snapshots for which you have launch permissions.

" } }, "SnapshotList": { "base": null, "refs": { "DescribeSnapshotsResult$Snapshots": "

Information about the snapshots.

" } }, "SnapshotState": { "base": null, "refs": { "Snapshot$State": "

The snapshot state.

" } }, "SnapshotTaskDetail": { "base": "

Details about the import snapshot task.

", "refs": { "ImportSnapshotResult$SnapshotTaskDetail": "

Information about the import snapshot task.

", "ImportSnapshotTask$SnapshotTaskDetail": "

Describes an import snapshot task.

" } }, "SpotDatafeedSubscription": { "base": "

Describes the data feed for a Spot Instance.

", "refs": { "CreateSpotDatafeedSubscriptionResult$SpotDatafeedSubscription": "

The Spot Instance data feed subscription.

", "DescribeSpotDatafeedSubscriptionResult$SpotDatafeedSubscription": "

The Spot Instance data feed subscription.

" } }, "SpotFleetLaunchSpecification": { "base": "

Describes the launch specification for one or more Spot Instances.

", "refs": { "LaunchSpecsList$member": null } }, "SpotFleetMonitoring": { "base": "

Describes whether monitoring is enabled.

", "refs": { "SpotFleetLaunchSpecification$Monitoring": "

Enable or disable monitoring for the instances.

" } }, "SpotFleetRequestConfig": { "base": "

Describes a Spot Fleet request.

", "refs": { "SpotFleetRequestConfigSet$member": null } }, "SpotFleetRequestConfigData": { "base": "

Describes the configuration of a Spot Fleet request.

", "refs": { "RequestSpotFleetRequest$SpotFleetRequestConfig": "

The configuration for the Spot Fleet request.

", "SpotFleetRequestConfig$SpotFleetRequestConfig": "

The configuration of the Spot Fleet request.

" } }, "SpotFleetRequestConfigSet": { "base": null, "refs": { "DescribeSpotFleetRequestsResponse$SpotFleetRequestConfigs": "

Information about the configuration of your Spot Fleet.

" } }, "SpotFleetTagSpecification": { "base": "

The tags for a Spot Fleet resource.

", "refs": { "SpotFleetTagSpecificationList$member": null } }, "SpotFleetTagSpecificationList": { "base": null, "refs": { "SpotFleetLaunchSpecification$TagSpecifications": "

The tags to apply during creation.

" } }, "SpotInstanceRequest": { "base": "

Describes a Spot Instance request.

", "refs": { "SpotInstanceRequestList$member": null } }, "SpotInstanceRequestIdList": { "base": null, "refs": { "CancelSpotInstanceRequestsRequest$SpotInstanceRequestIds": "

One or more Spot Instance request IDs.

", "DescribeSpotInstanceRequestsRequest$SpotInstanceRequestIds": "

One or more Spot Instance request IDs.

" } }, "SpotInstanceRequestList": { "base": null, "refs": { "DescribeSpotInstanceRequestsResult$SpotInstanceRequests": "

One or more Spot Instance requests.

", "RequestSpotInstancesResult$SpotInstanceRequests": "

One or more Spot Instance requests.

" } }, "SpotInstanceState": { "base": null, "refs": { "SpotInstanceRequest$State": "

The state of the Spot Instance request. Spot status information can help you track your Spot Instance requests. For more information, see Spot Status in the Amazon Elastic Compute Cloud User Guide.

" } }, "SpotInstanceStateFault": { "base": "

Describes a Spot Instance state change.

", "refs": { "SpotDatafeedSubscription$Fault": "

The fault codes for the Spot Instance request, if any.

", "SpotInstanceRequest$Fault": "

The fault codes for the Spot Instance request, if any.

" } }, "SpotInstanceStatus": { "base": "

Describes the status of a Spot Instance request.

", "refs": { "SpotInstanceRequest$Status": "

The status code and status message describing the Spot Instance request.

" } }, "SpotInstanceType": { "base": null, "refs": { "LaunchTemplateSpotMarketOptions$SpotInstanceType": "

The Spot Instance request type.

", "LaunchTemplateSpotMarketOptionsRequest$SpotInstanceType": "

The Spot Instance request type.

", "RequestSpotInstancesRequest$Type": "

The Spot Instance request type.

Default: one-time

", "SpotInstanceRequest$Type": "

The Spot Instance request type.

", "SpotMarketOptions$SpotInstanceType": "

The Spot Instance request type.

" } }, "SpotMarketOptions": { "base": "

The options for Spot Instances.

", "refs": { "InstanceMarketOptionsRequest$SpotOptions": "

The options for Spot Instances.

" } }, "SpotPlacement": { "base": "

Describes Spot Instance placement.

", "refs": { "LaunchSpecification$Placement": "

The placement information for the instance.

", "RequestSpotLaunchSpecification$Placement": "

The placement information for the instance.

", "SpotFleetLaunchSpecification$Placement": "

The placement information.

" } }, "SpotPrice": { "base": "

Describes the maximum price per hour that you are willing to pay for a Spot Instance.

", "refs": { "SpotPriceHistoryList$member": null } }, "SpotPriceHistoryList": { "base": null, "refs": { "DescribeSpotPriceHistoryResult$SpotPriceHistory": "

The historical Spot prices.

" } }, "StaleIpPermission": { "base": "

Describes a stale rule in a security group.

", "refs": { "StaleIpPermissionSet$member": null } }, "StaleIpPermissionSet": { "base": null, "refs": { "StaleSecurityGroup$StaleIpPermissions": "

Information about the stale inbound rules in the security group.

", "StaleSecurityGroup$StaleIpPermissionsEgress": "

Information about the stale outbound rules in the security group.

" } }, "StaleSecurityGroup": { "base": "

Describes a stale security group (a security group that contains stale rules).

", "refs": { "StaleSecurityGroupSet$member": null } }, "StaleSecurityGroupSet": { "base": null, "refs": { "DescribeStaleSecurityGroupsResult$StaleSecurityGroupSet": "

Information about the stale security groups.

" } }, "StartInstancesRequest": { "base": "

Contains the parameters for StartInstances.

", "refs": { } }, "StartInstancesResult": { "base": "

Contains the output of StartInstances.

", "refs": { } }, "State": { "base": null, "refs": { "VpcEndpoint$State": "

The state of the VPC endpoint.

", "VpcEndpointConnection$VpcEndpointState": "

The state of the VPC endpoint.

" } }, "StateReason": { "base": "

Describes a state change.

", "refs": { "Image$StateReason": "

The reason for the state change.

", "Instance$StateReason": "

The reason for the most recent state transition.

" } }, "Status": { "base": null, "refs": { "MoveAddressToVpcResult$Status": "

The status of the move of the IP address.

", "RestoreAddressToClassicResult$Status": "

The move status for the IP address.

" } }, "StatusName": { "base": null, "refs": { "InstanceStatusDetails$Name": "

The type of instance status.

" } }, "StatusType": { "base": null, "refs": { "InstanceStatusDetails$Status": "

The status.

" } }, "StopInstancesRequest": { "base": "

Contains the parameters for StopInstances.

", "refs": { } }, "StopInstancesResult": { "base": "

Contains the output of StopInstances.

", "refs": { } }, "Storage": { "base": "

Describes the storage location for an instance store-backed AMI.

", "refs": { "BundleInstanceRequest$Storage": "

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.

", "BundleTask$Storage": "

The Amazon S3 storage locations.

" } }, "StorageLocation": { "base": "

Describes a storage location in Amazon S3.

", "refs": { "CreateFpgaImageRequest$InputStorageLocation": "

The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.

", "CreateFpgaImageRequest$LogsStorageLocation": "

The location in Amazon S3 for the output logs.

" } }, "String": { "base": null, "refs": { "AcceptReservedInstancesExchangeQuoteResult$ExchangeId": "

The ID of the successful exchange.

", "AcceptVpcEndpointConnectionsRequest$ServiceId": "

The ID of the endpoint service.

", "AcceptVpcPeeringConnectionRequest$VpcPeeringConnectionId": "

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

", "AccountAttribute$AttributeName": "

The name of the account attribute.

", "AccountAttributeValue$AttributeValue": "

The value of the attribute.

", "ActiveInstance$InstanceId": "

The ID of the instance.

", "ActiveInstance$InstanceType": "

The instance type.

", "ActiveInstance$SpotInstanceRequestId": "

The ID of the Spot Instance request.

", "Address$InstanceId": "

The ID of the instance that the address is associated with (if any).

", "Address$PublicIp": "

The Elastic IP address.

", "Address$AllocationId": "

The ID representing the allocation of the address for use with EC2-VPC.

", "Address$AssociationId": "

The ID representing the association of the address with an instance in a VPC.

", "Address$NetworkInterfaceId": "

The ID of the network interface.

", "Address$NetworkInterfaceOwnerId": "

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

", "Address$PrivateIpAddress": "

The private IP address associated with the Elastic IP address.

", "AllocateAddressRequest$Address": "

[EC2-VPC] The Elastic IP address to recover.

", "AllocateAddressResult$PublicIp": "

The Elastic IP address.

", "AllocateAddressResult$AllocationId": "

[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.

", "AllocateHostsRequest$AvailabilityZone": "

The Availability Zone for the Dedicated Hosts.

", "AllocateHostsRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

", "AllocateHostsRequest$InstanceType": "

Specify the instance type that you want your Dedicated Hosts to be configured for. When you specify the instance type, that is the only instance type that you can launch onto that host.

", "AllocationIdList$member": null, "AllowedPrincipal$Principal": "

The Amazon Resource Name (ARN) of the principal.

", "AssignIpv6AddressesRequest$NetworkInterfaceId": "

The ID of the network interface.

", "AssignIpv6AddressesResult$NetworkInterfaceId": "

The ID of the network interface.

", "AssignPrivateIpAddressesRequest$NetworkInterfaceId": "

The ID of the network interface.

", "AssociateAddressRequest$AllocationId": "

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

", "AssociateAddressRequest$InstanceId": "

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.

", "AssociateAddressRequest$PublicIp": "

The Elastic IP address. This is required for EC2-Classic.

", "AssociateAddressRequest$NetworkInterfaceId": "

[EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.

", "AssociateAddressRequest$PrivateIpAddress": "

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

", "AssociateAddressResult$AssociationId": "

[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.

", "AssociateDhcpOptionsRequest$DhcpOptionsId": "

The ID of the DHCP options set, or default to associate no DHCP options with the VPC.

", "AssociateDhcpOptionsRequest$VpcId": "

The ID of the VPC.

", "AssociateIamInstanceProfileRequest$InstanceId": "

The ID of the instance.

", "AssociateRouteTableRequest$RouteTableId": "

The ID of the route table.

", "AssociateRouteTableRequest$SubnetId": "

The ID of the subnet.

", "AssociateRouteTableResult$AssociationId": "

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

", "AssociateSubnetCidrBlockRequest$Ipv6CidrBlock": "

The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.

", "AssociateSubnetCidrBlockRequest$SubnetId": "

The ID of your subnet.

", "AssociateSubnetCidrBlockResult$SubnetId": "

The ID of the subnet.

", "AssociateVpcCidrBlockRequest$CidrBlock": "

An IPv4 CIDR block to associate with the VPC.

", "AssociateVpcCidrBlockRequest$VpcId": "

The ID of the VPC.

", "AssociateVpcCidrBlockResult$VpcId": "

The ID of the VPC.

", "AssociationIdList$member": null, "AttachClassicLinkVpcRequest$InstanceId": "

The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.

", "AttachClassicLinkVpcRequest$VpcId": "

The ID of a ClassicLink-enabled VPC.

", "AttachInternetGatewayRequest$InternetGatewayId": "

The ID of the Internet gateway.

", "AttachInternetGatewayRequest$VpcId": "

The ID of the VPC.

", "AttachNetworkInterfaceRequest$InstanceId": "

The ID of the instance.

", "AttachNetworkInterfaceRequest$NetworkInterfaceId": "

The ID of the network interface.

", "AttachNetworkInterfaceResult$AttachmentId": "

The ID of the network interface attachment.

", "AttachVolumeRequest$Device": "

The device name (for example, /dev/sdh or xvdh).

", "AttachVolumeRequest$InstanceId": "

The ID of the instance.

", "AttachVolumeRequest$VolumeId": "

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

", "AttachVpnGatewayRequest$VpcId": "

The ID of the VPC.

", "AttachVpnGatewayRequest$VpnGatewayId": "

The ID of the virtual private gateway.

", "AttributeValue$Value": "

The attribute value. Note that the value is case-sensitive.

", "AuthorizeSecurityGroupEgressRequest$GroupId": "

The ID of the security group.

", "AuthorizeSecurityGroupEgressRequest$CidrIp": "

Not supported. Use a set of IP permissions to specify the CIDR.

", "AuthorizeSecurityGroupEgressRequest$IpProtocol": "

Not supported. Use a set of IP permissions to specify the protocol name or number.

", "AuthorizeSecurityGroupEgressRequest$SourceSecurityGroupName": "

Not supported. Use a set of IP permissions to specify a destination security group.

", "AuthorizeSecurityGroupEgressRequest$SourceSecurityGroupOwnerId": "

Not supported. Use a set of IP permissions to specify a destination security group.

", "AuthorizeSecurityGroupIngressRequest$CidrIp": "

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

", "AuthorizeSecurityGroupIngressRequest$GroupId": "

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.

", "AuthorizeSecurityGroupIngressRequest$GroupName": "

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

", "AuthorizeSecurityGroupIngressRequest$IpProtocol": "

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). (VPC only) Use -1 to specify all protocols. If you specify -1, or a protocol number other than tcp, udp, icmp, or 58 (ICMPv6), traffic on all ports is allowed, regardless of any ports you specify. For tcp, udp, and icmp, you must specify a port range. For protocol 58 (ICMPv6), you can optionally specify a port range; if you don't, traffic for all types and codes is allowed.

", "AuthorizeSecurityGroupIngressRequest$SourceSecurityGroupName": "

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

", "AuthorizeSecurityGroupIngressRequest$SourceSecurityGroupOwnerId": "

[EC2-Classic] The AWS account ID for the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead.

", "AvailabilityZone$RegionName": "

The name of the region.

", "AvailabilityZone$ZoneName": "

The name of the Availability Zone.

", "AvailabilityZoneMessage$Message": "

The message about the Availability Zone.

", "BillingProductList$member": null, "BlockDeviceMapping$DeviceName": "

The device name (for example, /dev/sdh or xvdh).

", "BlockDeviceMapping$VirtualName": "

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.

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.

", "BlockDeviceMapping$NoDevice": "

Suppresses the specified device included in the block device mapping of the AMI.

", "BundleIdStringList$member": null, "BundleInstanceRequest$InstanceId": "

The ID of the instance to bundle.

Type: String

Default: None

Required: Yes

", "BundleTask$BundleId": "

The ID of the bundle task.

", "BundleTask$InstanceId": "

The ID of the instance associated with this bundle task.

", "BundleTask$Progress": "

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

", "BundleTaskError$Code": "

The error code.

", "BundleTaskError$Message": "

The error message.

", "CancelBundleTaskRequest$BundleId": "

The ID of the bundle task.

", "CancelConversionRequest$ConversionTaskId": "

The ID of the conversion task.

", "CancelConversionRequest$ReasonMessage": "

The reason for canceling the conversion task.

", "CancelExportTaskRequest$ExportTaskId": "

The ID of the export task. This is the ID returned by CreateInstanceExportTask.

", "CancelImportTaskRequest$CancelReason": "

The reason for canceling the task.

", "CancelImportTaskRequest$ImportTaskId": "

The ID of the import image or import snapshot task to be canceled.

", "CancelImportTaskResult$ImportTaskId": "

The ID of the task being canceled.

", "CancelImportTaskResult$PreviousState": "

The current state of the task being canceled.

", "CancelImportTaskResult$State": "

The current state of the task being canceled.

", "CancelReservedInstancesListingRequest$ReservedInstancesListingId": "

The ID of the Reserved Instance listing.

", "CancelSpotFleetRequestsError$Message": "

The description for the error code.

", "CancelSpotFleetRequestsErrorItem$SpotFleetRequestId": "

The ID of the Spot Fleet request.

", "CancelSpotFleetRequestsSuccessItem$SpotFleetRequestId": "

The ID of the Spot Fleet request.

", "CancelledSpotInstanceRequest$SpotInstanceRequestId": "

The ID of the Spot Instance request.

", "CidrBlock$CidrBlock": "

The IPv4 CIDR block.

", "ClassicLinkDnsSupport$VpcId": "

The ID of the VPC.

", "ClassicLinkInstance$InstanceId": "

The ID of the instance.

", "ClassicLinkInstance$VpcId": "

The ID of the VPC.

", "ClassicLoadBalancer$Name": "

The name of the load balancer.

", "ClientData$Comment": "

A user-defined comment about the disk upload.

", "ConfirmProductInstanceRequest$InstanceId": "

The ID of the instance.

", "ConfirmProductInstanceRequest$ProductCode": "

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

", "ConfirmProductInstanceResult$OwnerId": "

The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.

", "ConnectionNotification$ConnectionNotificationId": "

The ID of the notification.

", "ConnectionNotification$ServiceId": "

The ID of the endpoint service.

", "ConnectionNotification$VpcEndpointId": "

The ID of the VPC endpoint.

", "ConnectionNotification$ConnectionNotificationArn": "

The ARN of the SNS topic for the notification.

", "ConversionIdStringList$member": null, "ConversionTask$ConversionTaskId": "

The ID of the conversion task.

", "ConversionTask$ExpirationTime": "

The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.

", "ConversionTask$StatusMessage": "

The status message related to the conversion task.

", "CopyFpgaImageRequest$SourceFpgaImageId": "

The ID of the source AFI.

", "CopyFpgaImageRequest$Description": "

The description for the new AFI.

", "CopyFpgaImageRequest$Name": "

The name for the new AFI. The default is the name of the source AFI.

", "CopyFpgaImageRequest$SourceRegion": "

The region that contains the source AFI.

", "CopyFpgaImageRequest$ClientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

", "CopyFpgaImageResult$FpgaImageId": "

The ID of the new AFI.

", "CopyImageRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

", "CopyImageRequest$Description": "

A description for the new AMI in the destination region.

", "CopyImageRequest$KmsKeyId": "

The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when encrypting the snapshots of an image during a copy operation. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the arn:aws:kms namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the key namespace, and then the CMK ID. For example, arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. The specified CMK must exist in the region that the snapshot is being copied to. If a KmsKeyId is specified, the Encrypted flag must also be set.

", "CopyImageRequest$Name": "

The name of the new AMI in the destination region.

", "CopyImageRequest$SourceImageId": "

The ID of the AMI to copy.

", "CopyImageRequest$SourceRegion": "

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

", "CopyImageResult$ImageId": "

The ID of the new AMI.

", "CopySnapshotRequest$Description": "

A description for the EBS snapshot.

", "CopySnapshotRequest$DestinationRegion": "

The destination region to use in the PresignedUrl parameter of a snapshot copy operation. This parameter is only valid for specifying the destination region in a PresignedUrl parameter, where it is required.

CopySnapshot sends the snapshot copy to the regional endpoint that you send the HTTP request to, such as ec2.us-east-1.amazonaws.com (in the AWS CLI, this is specified with the --region parameter or the default region in your AWS configuration file).

", "CopySnapshotRequest$KmsKeyId": "

The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when creating the snapshot copy. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the arn:aws:kms namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the key namespace, and then the CMK ID. For example, arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. The specified CMK must exist in the region that the snapshot is being copied to. If a KmsKeyId is specified, the Encrypted flag must also be set.

", "CopySnapshotRequest$PresignedUrl": "

The pre-signed URL that facilitates copying an encrypted snapshot. This parameter is only required when copying an encrypted snapshot with the Amazon EC2 Query API; it is available as an optional parameter in all other cases. The PresignedUrl should use the snapshot source endpoint, the CopySnapshot action, and include the SourceRegion, SourceSnapshotId, and DestinationRegion parameters. The PresignedUrl must be signed using AWS Signature Version 4. Because EBS snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic that is described in Authenticating Requests by Using Query Parameters (AWS Signature Version 4) in the Amazon Simple Storage Service API Reference. An invalid or improperly signed PresignedUrl will cause the copy operation to fail asynchronously, and the snapshot will move to an error state.

", "CopySnapshotRequest$SourceRegion": "

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

", "CopySnapshotRequest$SourceSnapshotId": "

The ID of the EBS snapshot to copy.

", "CopySnapshotResult$SnapshotId": "

The ID of the new snapshot.

", "CreateCustomerGatewayRequest$PublicIp": "

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

", "CreateDefaultSubnetRequest$AvailabilityZone": "

The Availability Zone in which to create the default subnet.

", "CreateEgressOnlyInternetGatewayRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

", "CreateEgressOnlyInternetGatewayRequest$VpcId": "

The ID of the VPC for which to create the egress-only Internet gateway.

", "CreateEgressOnlyInternetGatewayResult$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

", "CreateFlowLogsRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

", "CreateFlowLogsRequest$DeliverLogsPermissionArn": "

The ARN for the IAM role that's used to post flow logs to a CloudWatch Logs log group.

", "CreateFlowLogsRequest$LogGroupName": "

The name of the CloudWatch log group.

", "CreateFlowLogsResult$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

", "CreateFpgaImageRequest$Description": "

A description for the AFI.

", "CreateFpgaImageRequest$Name": "

A name for the AFI.

", "CreateFpgaImageRequest$ClientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

", "CreateFpgaImageResult$FpgaImageId": "

The FPGA image identifier (AFI ID).

", "CreateFpgaImageResult$FpgaImageGlobalId": "

The global FPGA image identifier (AGFI ID).

", "CreateImageRequest$Description": "

A description for the new image.

", "CreateImageRequest$InstanceId": "

The ID of the instance.

", "CreateImageRequest$Name": "

A name for the new image.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)

", "CreateImageResult$ImageId": "

The ID of the new AMI.

", "CreateInstanceExportTaskRequest$Description": "

A description for the conversion task or the resource being exported. The maximum length is 255 bytes.

", "CreateInstanceExportTaskRequest$InstanceId": "

The ID of the instance.

", "CreateKeyPairRequest$KeyName": "

A unique name for the key pair.

Constraints: Up to 255 ASCII characters

", "CreateLaunchTemplateRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

", "CreateLaunchTemplateVersionRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

", "CreateLaunchTemplateVersionRequest$LaunchTemplateId": "

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

", "CreateLaunchTemplateVersionRequest$SourceVersion": "

The version number of the launch template version on which to base the new version. The new version inherits the same launch parameters as the source version, except for parameters that you specify in LaunchTemplateData.

", "CreateNatGatewayRequest$AllocationId": "

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.

", "CreateNatGatewayRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

Constraint: Maximum 64 ASCII characters.

", "CreateNatGatewayRequest$SubnetId": "

The subnet in which to create the NAT gateway.

", "CreateNatGatewayResult$ClientToken": "

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

", "CreateNetworkAclEntryRequest$CidrBlock": "

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

", "CreateNetworkAclEntryRequest$Ipv6CidrBlock": "

The IPv6 network range to allow or deny, in CIDR notation (for example 2001:db8:1234:1a00::/64).

", "CreateNetworkAclEntryRequest$NetworkAclId": "

The ID of the network ACL.

", "CreateNetworkAclEntryRequest$Protocol": "

The protocol. A value of -1 or all means all protocols. If you specify all, -1, or a protocol number other than tcp, udp, or icmp, traffic on all ports is allowed, regardless of any ports or ICMP types or codes you 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.

", "CreateNetworkAclRequest$VpcId": "

The ID of the VPC.

", "CreateNetworkInterfacePermissionRequest$NetworkInterfaceId": "

The ID of the network interface.

", "CreateNetworkInterfacePermissionRequest$AwsAccountId": "

The AWS account ID.

", "CreateNetworkInterfacePermissionRequest$AwsService": "

The AWS service. Currently not supported.

", "CreateNetworkInterfaceRequest$Description": "

A description for the network interface.

", "CreateNetworkInterfaceRequest$PrivateIpAddress": "

The primary private IPv4 address of the network interface. If you don't specify an IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you specify an IP address, you cannot indicate any IP addresses specified in privateIpAddresses as primary (only one IP address can be designated as primary).

", "CreateNetworkInterfaceRequest$SubnetId": "

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

", "CreatePlacementGroupRequest$GroupName": "

A name for the placement group. Must be unique within the scope of your account for the region.

Constraints: Up to 255 ASCII characters

", "CreateReservedInstancesListingRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.

", "CreateReservedInstancesListingRequest$ReservedInstancesId": "

The ID of the active Standard Reserved Instance.

", "CreateRouteRequest$DestinationCidrBlock": "

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

", "CreateRouteRequest$DestinationIpv6CidrBlock": "

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

", "CreateRouteRequest$EgressOnlyInternetGatewayId": "

[IPv6 traffic only] The ID of an egress-only Internet gateway.

", "CreateRouteRequest$GatewayId": "

The ID of an Internet gateway or virtual private gateway attached to your VPC.

", "CreateRouteRequest$InstanceId": "

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.

", "CreateRouteRequest$NatGatewayId": "

[IPv4 traffic only] The ID of a NAT gateway.

", "CreateRouteRequest$NetworkInterfaceId": "

The ID of a network interface.

", "CreateRouteRequest$RouteTableId": "

The ID of the route table for the route.

", "CreateRouteRequest$VpcPeeringConnectionId": "

The ID of a VPC peering connection.

", "CreateRouteTableRequest$VpcId": "

The ID of the VPC.

", "CreateSecurityGroupRequest$Description": "

A description for the security group. This is informational only.

Constraints: Up to 255 characters in length

Constraints for EC2-Classic: ASCII characters

Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

", "CreateSecurityGroupRequest$GroupName": "

The name of the security group.

Constraints: Up to 255 characters in length

Constraints for EC2-Classic: ASCII characters

Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

", "CreateSecurityGroupRequest$VpcId": "

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

", "CreateSecurityGroupResult$GroupId": "

The ID of the security group.

", "CreateSnapshotRequest$Description": "

A description for the snapshot.

", "CreateSnapshotRequest$VolumeId": "

The ID of the EBS volume.

", "CreateSpotDatafeedSubscriptionRequest$Bucket": "

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

", "CreateSpotDatafeedSubscriptionRequest$Prefix": "

A prefix for the data feed file names.

", "CreateSubnetRequest$AvailabilityZone": "

The Availability Zone for the subnet.

Default: AWS selects one for you. If you create more than one subnet in your VPC, we may not necessarily select a different zone for each subnet.

", "CreateSubnetRequest$CidrBlock": "

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

", "CreateSubnetRequest$Ipv6CidrBlock": "

The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.

", "CreateSubnetRequest$VpcId": "

The ID of the VPC.

", "CreateVolumePermission$UserId": "

The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.

", "CreateVolumeRequest$AvailabilityZone": "

The Availability Zone in which to create the volume. Use DescribeAvailabilityZones to list the Availability Zones that are currently available to you.

", "CreateVolumeRequest$KmsKeyId": "

The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the arn:aws:kms namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the key namespace, and then the CMK ID. For example, arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If a KmsKeyId is specified, the Encrypted flag must also be set.

", "CreateVolumeRequest$SnapshotId": "

The snapshot from which to create the volume.

", "CreateVpcEndpointConnectionNotificationRequest$ServiceId": "

The ID of the endpoint service.

", "CreateVpcEndpointConnectionNotificationRequest$VpcEndpointId": "

The ID of the endpoint.

", "CreateVpcEndpointConnectionNotificationRequest$ConnectionNotificationArn": "

The ARN of the SNS topic for the notifications.

", "CreateVpcEndpointConnectionNotificationRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

", "CreateVpcEndpointConnectionNotificationResult$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

", "CreateVpcEndpointRequest$VpcId": "

The ID of the VPC in which the endpoint will be used.

", "CreateVpcEndpointRequest$ServiceName": "

The service name. To get a list of available services, use the DescribeVpcEndpointServices request.

", "CreateVpcEndpointRequest$PolicyDocument": "

(Gateway endpoint) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.

", "CreateVpcEndpointRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

", "CreateVpcEndpointResult$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

", "CreateVpcEndpointServiceConfigurationRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

", "CreateVpcEndpointServiceConfigurationResult$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

", "CreateVpcPeeringConnectionRequest$PeerOwnerId": "

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

Default: Your AWS account ID

", "CreateVpcPeeringConnectionRequest$PeerVpcId": "

The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.

", "CreateVpcPeeringConnectionRequest$VpcId": "

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

", "CreateVpcPeeringConnectionRequest$PeerRegion": "

The region code for the accepter VPC, if the accepter VPC is located in a region other than the region in which you make the request.

Default: The region in which you make the request.

", "CreateVpcRequest$CidrBlock": "

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

", "CreateVpnConnectionRequest$CustomerGatewayId": "

The ID of the customer gateway.

", "CreateVpnConnectionRequest$Type": "

The type of VPN connection (ipsec.1).

", "CreateVpnConnectionRequest$VpnGatewayId": "

The ID of the virtual private gateway.

", "CreateVpnConnectionRouteRequest$DestinationCidrBlock": "

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

", "CreateVpnConnectionRouteRequest$VpnConnectionId": "

The ID of the VPN connection.

", "CreateVpnGatewayRequest$AvailabilityZone": "

The Availability Zone for the virtual private gateway.

", "CreditSpecification$CpuCredits": "

The credit option for CPU usage of a T2 instance.

", "CreditSpecificationRequest$CpuCredits": "

The credit option for CPU usage of a T2 instance. Valid values are standard and unlimited.

", "CustomerGateway$BgpAsn": "

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

", "CustomerGateway$CustomerGatewayId": "

The ID of the customer gateway.

", "CustomerGateway$IpAddress": "

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

", "CustomerGateway$State": "

The current state of the customer gateway (pending | available | deleting | deleted).

", "CustomerGateway$Type": "

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

", "CustomerGatewayIdStringList$member": null, "DeleteCustomerGatewayRequest$CustomerGatewayId": "

The ID of the customer gateway.

", "DeleteDhcpOptionsRequest$DhcpOptionsId": "

The ID of the DHCP options set.

", "DeleteFpgaImageRequest$FpgaImageId": "

The ID of the AFI.

", "DeleteInternetGatewayRequest$InternetGatewayId": "

The ID of the Internet gateway.

", "DeleteKeyPairRequest$KeyName": "

The name of the key pair.

", "DeleteLaunchTemplateRequest$LaunchTemplateId": "

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

", "DeleteLaunchTemplateVersionsRequest$LaunchTemplateId": "

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

", "DeleteLaunchTemplateVersionsResponseErrorItem$LaunchTemplateId": "

The ID of the launch template.

", "DeleteLaunchTemplateVersionsResponseErrorItem$LaunchTemplateName": "

The name of the launch template.

", "DeleteLaunchTemplateVersionsResponseSuccessItem$LaunchTemplateId": "

The ID of the launch template.

", "DeleteLaunchTemplateVersionsResponseSuccessItem$LaunchTemplateName": "

The name of the launch template.

", "DeleteNatGatewayRequest$NatGatewayId": "

The ID of the NAT gateway.

", "DeleteNatGatewayResult$NatGatewayId": "

The ID of the NAT gateway.

", "DeleteNetworkAclEntryRequest$NetworkAclId": "

The ID of the network ACL.

", "DeleteNetworkAclRequest$NetworkAclId": "

The ID of the network ACL.

", "DeleteNetworkInterfacePermissionRequest$NetworkInterfacePermissionId": "

The ID of the network interface permission.

", "DeleteNetworkInterfaceRequest$NetworkInterfaceId": "

The ID of the network interface.

", "DeletePlacementGroupRequest$GroupName": "

The name of the placement group.

", "DeleteRouteRequest$DestinationCidrBlock": "

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

", "DeleteRouteRequest$DestinationIpv6CidrBlock": "

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

", "DeleteRouteRequest$RouteTableId": "

The ID of the route table.

", "DeleteRouteTableRequest$RouteTableId": "

The ID of the route table.

", "DeleteSecurityGroupRequest$GroupId": "

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

", "DeleteSecurityGroupRequest$GroupName": "

[EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID.

", "DeleteSnapshotRequest$SnapshotId": "

The ID of the EBS snapshot.

", "DeleteSubnetRequest$SubnetId": "

The ID of the subnet.

", "DeleteVolumeRequest$VolumeId": "

The ID of the volume.

", "DeleteVpcPeeringConnectionRequest$VpcPeeringConnectionId": "

The ID of the VPC peering connection.

", "DeleteVpcRequest$VpcId": "

The ID of the VPC.

", "DeleteVpnConnectionRequest$VpnConnectionId": "

The ID of the VPN connection.

", "DeleteVpnConnectionRouteRequest$DestinationCidrBlock": "

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

", "DeleteVpnConnectionRouteRequest$VpnConnectionId": "

The ID of the VPN connection.

", "DeleteVpnGatewayRequest$VpnGatewayId": "

The ID of the virtual private gateway.

", "DeregisterImageRequest$ImageId": "

The ID of the AMI.

", "DescribeClassicLinkInstancesRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeClassicLinkInstancesResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeEgressOnlyInternetGatewaysRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeEgressOnlyInternetGatewaysResult$NextToken": "

The token to use to retrieve the next page of results.

", "DescribeElasticGpusRequest$NextToken": "

The token to request the next page of results.

", "DescribeElasticGpusResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeFlowLogsRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeFlowLogsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeFpgaImageAttributeRequest$FpgaImageId": "

The ID of the AFI.

", "DescribeHostReservationOfferingsRequest$NextToken": "

The token to use to retrieve the next page of results.

", "DescribeHostReservationOfferingsRequest$OfferingId": "

The ID of the reservation offering.

", "DescribeHostReservationOfferingsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeHostReservationsRequest$NextToken": "

The token to use to retrieve the next page of results.

", "DescribeHostReservationsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeHostsRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeHostsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeIdFormatRequest$Resource": "

The type of resource: instance | reservation | snapshot | volume

", "DescribeIdentityIdFormatRequest$PrincipalArn": "

The ARN of the principal, which can be an IAM role, IAM user, or the root user.

", "DescribeIdentityIdFormatRequest$Resource": "

The type of resource: instance | reservation | snapshot | volume

", "DescribeImageAttributeRequest$ImageId": "

The ID of the AMI.

", "DescribeImportImageTasksRequest$NextToken": "

A token that indicates the next page of results.

", "DescribeImportImageTasksResult$NextToken": "

The token to use to get the next page of results. This value is null when there are no more results to return.

", "DescribeImportSnapshotTasksRequest$NextToken": "

A token that indicates the next page of results.

", "DescribeImportSnapshotTasksResult$NextToken": "

The token to use to get the next page of results. This value is null when there are no more results to return.

", "DescribeInstanceAttributeRequest$InstanceId": "

The ID of the instance.

", "DescribeInstanceCreditSpecificationsRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeInstanceCreditSpecificationsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeInstanceStatusRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeInstanceStatusResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeInstancesRequest$NextToken": "

The token to request the next page of results.

", "DescribeInstancesResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeLaunchTemplateVersionsRequest$LaunchTemplateId": "

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

", "DescribeLaunchTemplateVersionsRequest$MinVersion": "

The version number after which to describe launch template versions.

", "DescribeLaunchTemplateVersionsRequest$MaxVersion": "

The version number up to which to describe launch template versions.

", "DescribeLaunchTemplateVersionsRequest$NextToken": "

The token to request the next page of results.

", "DescribeLaunchTemplateVersionsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeLaunchTemplatesRequest$NextToken": "

The token to request the next page of results.

", "DescribeLaunchTemplatesResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeMovingAddressesRequest$NextToken": "

The token to use to retrieve the next page of results.

", "DescribeMovingAddressesResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeNatGatewaysRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeNatGatewaysResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeNetworkInterfaceAttributeRequest$NetworkInterfaceId": "

The ID of the network interface.

", "DescribeNetworkInterfaceAttributeResult$NetworkInterfaceId": "

The ID of the network interface.

", "DescribeNetworkInterfacePermissionsRequest$NextToken": "

The token to request the next page of results.

", "DescribeNetworkInterfacePermissionsResult$NextToken": "

The token to use to retrieve the next page of results.

", "DescribePrefixListsRequest$NextToken": "

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

", "DescribePrefixListsResult$NextToken": "

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

", "DescribeReservedInstancesListingsRequest$ReservedInstancesId": "

One or more Reserved Instance IDs.

", "DescribeReservedInstancesListingsRequest$ReservedInstancesListingId": "

One or more Reserved Instance listing IDs.

", "DescribeReservedInstancesModificationsRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeReservedInstancesModificationsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeReservedInstancesOfferingsRequest$AvailabilityZone": "

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

", "DescribeReservedInstancesOfferingsRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeReservedInstancesOfferingsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeScheduledInstanceAvailabilityRequest$NextToken": "

The token for the next set of results.

", "DescribeScheduledInstanceAvailabilityResult$NextToken": "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "DescribeScheduledInstancesRequest$NextToken": "

The token for the next set of results.

", "DescribeScheduledInstancesResult$NextToken": "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "DescribeSecurityGroupsRequest$NextToken": "

The token to request the next page of results.

", "DescribeSecurityGroupsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeSnapshotAttributeRequest$SnapshotId": "

The ID of the EBS snapshot.

", "DescribeSnapshotAttributeResult$SnapshotId": "

The ID of the EBS snapshot.

", "DescribeSnapshotsRequest$NextToken": "

The NextToken value returned from a previous paginated DescribeSnapshots request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

", "DescribeSnapshotsResult$NextToken": "

The NextToken value to include in a future DescribeSnapshots request. When the results of a DescribeSnapshots request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeSpotFleetInstancesRequest$NextToken": "

The token for the next set of results.

", "DescribeSpotFleetInstancesRequest$SpotFleetRequestId": "

The ID of the Spot Fleet request.

", "DescribeSpotFleetInstancesResponse$NextToken": "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "DescribeSpotFleetInstancesResponse$SpotFleetRequestId": "

The ID of the Spot Fleet request.

", "DescribeSpotFleetRequestHistoryRequest$NextToken": "

The token for the next set of results.

", "DescribeSpotFleetRequestHistoryRequest$SpotFleetRequestId": "

The ID of the Spot Fleet request.

", "DescribeSpotFleetRequestHistoryResponse$NextToken": "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "DescribeSpotFleetRequestHistoryResponse$SpotFleetRequestId": "

The ID of the Spot Fleet request.

", "DescribeSpotFleetRequestsRequest$NextToken": "

The token for the next set of results.

", "DescribeSpotFleetRequestsResponse$NextToken": "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "DescribeSpotPriceHistoryRequest$AvailabilityZone": "

Filters the results by the specified Availability Zone.

", "DescribeSpotPriceHistoryRequest$NextToken": "

The token for the next set of results.

", "DescribeSpotPriceHistoryResult$NextToken": "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "DescribeStaleSecurityGroupsRequest$VpcId": "

The ID of the VPC.

", "DescribeStaleSecurityGroupsResult$NextToken": "

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

", "DescribeTagsRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeTagsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return..

", "DescribeVolumeAttributeRequest$VolumeId": "

The ID of the volume.

", "DescribeVolumeAttributeResult$VolumeId": "

The ID of the volume.

", "DescribeVolumeStatusRequest$NextToken": "

The NextToken value to include in a future DescribeVolumeStatus request. When the results of the request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeVolumeStatusResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeVolumesModificationsRequest$NextToken": "

The nextToken value returned by a previous paginated request.

", "DescribeVolumesModificationsResult$NextToken": "

Token for pagination, null if there are no more results

", "DescribeVolumesRequest$NextToken": "

The NextToken value returned from a previous paginated DescribeVolumes request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

", "DescribeVolumesResult$NextToken": "

The NextToken value to include in a future DescribeVolumes request. When the results of a DescribeVolumes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeVpcAttributeRequest$VpcId": "

The ID of the VPC.

", "DescribeVpcAttributeResult$VpcId": "

The ID of the VPC.

", "DescribeVpcEndpointConnectionNotificationsRequest$ConnectionNotificationId": "

The ID of the notification.

", "DescribeVpcEndpointConnectionNotificationsRequest$NextToken": "

The token to request the next page of results.

", "DescribeVpcEndpointConnectionNotificationsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeVpcEndpointConnectionsRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeVpcEndpointConnectionsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeVpcEndpointServiceConfigurationsRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeVpcEndpointServiceConfigurationsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeVpcEndpointServicePermissionsRequest$ServiceId": "

The ID of the service.

", "DescribeVpcEndpointServicePermissionsRequest$NextToken": "

The token to retrieve the next page of results.

", "DescribeVpcEndpointServicePermissionsResult$NextToken": "

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

", "DescribeVpcEndpointServicesRequest$NextToken": "

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

", "DescribeVpcEndpointServicesResult$NextToken": "

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

", "DescribeVpcEndpointsRequest$NextToken": "

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

", "DescribeVpcEndpointsResult$NextToken": "

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

", "DetachClassicLinkVpcRequest$InstanceId": "

The ID of the instance to unlink from the VPC.

", "DetachClassicLinkVpcRequest$VpcId": "

The ID of the VPC to which the instance is linked.

", "DetachInternetGatewayRequest$InternetGatewayId": "

The ID of the Internet gateway.

", "DetachInternetGatewayRequest$VpcId": "

The ID of the VPC.

", "DetachNetworkInterfaceRequest$AttachmentId": "

The ID of the attachment.

", "DetachVolumeRequest$Device": "

The device name.

", "DetachVolumeRequest$InstanceId": "

The ID of the instance.

", "DetachVolumeRequest$VolumeId": "

The ID of the volume.

", "DetachVpnGatewayRequest$VpcId": "

The ID of the VPC.

", "DetachVpnGatewayRequest$VpnGatewayId": "

The ID of the virtual private gateway.

", "DhcpConfiguration$Key": "

The name of a DHCP option.

", "DhcpOptions$DhcpOptionsId": "

The ID of the set of DHCP options.

", "DhcpOptionsIdStringList$member": null, "DisableVgwRoutePropagationRequest$GatewayId": "

The ID of the virtual private gateway.

", "DisableVgwRoutePropagationRequest$RouteTableId": "

The ID of the route table.

", "DisableVpcClassicLinkDnsSupportRequest$VpcId": "

The ID of the VPC.

", "DisableVpcClassicLinkRequest$VpcId": "

The ID of the VPC.

", "DisassociateAddressRequest$AssociationId": "

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

", "DisassociateAddressRequest$PublicIp": "

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

", "DisassociateIamInstanceProfileRequest$AssociationId": "

The ID of the IAM instance profile association.

", "DisassociateRouteTableRequest$AssociationId": "

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

", "DisassociateSubnetCidrBlockRequest$AssociationId": "

The association ID for the CIDR block.

", "DisassociateSubnetCidrBlockResult$SubnetId": "

The ID of the subnet.

", "DisassociateVpcCidrBlockRequest$AssociationId": "

The association ID for the CIDR block.

", "DisassociateVpcCidrBlockResult$VpcId": "

The ID of the VPC.

", "DiskImage$Description": "

A description of the disk image.

", "DiskImageDescription$Checksum": "

The checksum computed for the disk image.

", "DiskImageDescription$ImportManifestUrl": "

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the \"Query String Request Authentication Alternative\" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

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

", "DiskImageDetail$ImportManifestUrl": "

A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the \"Query String Request Authentication Alternative\" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

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

", "DiskImageVolumeDescription$Id": "

The volume identifier.

", "DnsEntry$DnsName": "

The DNS name.

", "DnsEntry$HostedZoneId": "

The ID of the private hosted zone.

", "EbsBlockDevice$KmsKeyId": "

ID for a user-managed CMK under which the EBS volume is encrypted.

Note: This parameter is only supported on BlockDeviceMapping objects called by RunInstances, RequestSpotFleet, and RequestSpotInstances.

", "EbsBlockDevice$SnapshotId": "

The ID of the snapshot.

", "EbsInstanceBlockDevice$VolumeId": "

The ID of the EBS volume.

", "EbsInstanceBlockDeviceSpecification$VolumeId": "

The ID of the EBS volume.

", "ElasticGpuAssociation$ElasticGpuId": "

The ID of the Elastic GPU.

", "ElasticGpuAssociation$ElasticGpuAssociationId": "

The ID of the association.

", "ElasticGpuAssociation$ElasticGpuAssociationState": "

The state of the association between the instance and the Elastic GPU.

", "ElasticGpuAssociation$ElasticGpuAssociationTime": "

The time the Elastic GPU was associated with the instance.

", "ElasticGpuIdSet$member": null, "ElasticGpuSpecification$Type": "

The type of Elastic GPU.

", "ElasticGpuSpecificationResponse$Type": "

The elastic GPU type.

", "ElasticGpus$ElasticGpuId": "

The ID of the Elastic GPU.

", "ElasticGpus$AvailabilityZone": "

The Availability Zone in the which the Elastic GPU resides.

", "ElasticGpus$ElasticGpuType": "

The type of Elastic GPU.

", "ElasticGpus$InstanceId": "

The ID of the instance to which the Elastic GPU is attached.

", "EnableVgwRoutePropagationRequest$GatewayId": "

The ID of the virtual private gateway.

", "EnableVgwRoutePropagationRequest$RouteTableId": "

The ID of the route table.

", "EnableVolumeIORequest$VolumeId": "

The ID of the volume.

", "EnableVpcClassicLinkDnsSupportRequest$VpcId": "

The ID of the VPC.

", "EnableVpcClassicLinkRequest$VpcId": "

The ID of the VPC.

", "EventInformation$EventDescription": "

The description of the event.

", "EventInformation$EventSubType": "

The event.

The following are the error events:

The following are the fleetRequestChange events:

The following are the instanceChange events:

The following are the Information events:

", "EventInformation$InstanceId": "

The ID of the instance. This information is available only for instanceChange events.

", "ExecutableByStringList$member": null, "ExportTask$Description": "

A description of the resource being exported.

", "ExportTask$ExportTaskId": "

The ID of the export task.

", "ExportTask$StatusMessage": "

The status message related to the export task.

", "ExportTaskIdStringList$member": null, "ExportToS3Task$S3Bucket": "

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

", "ExportToS3Task$S3Key": "

The encryption key for your S3 bucket.

", "ExportToS3TaskSpecification$S3Bucket": "

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

", "ExportToS3TaskSpecification$S3Prefix": "

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

", "Filter$Name": "

The name of the filter. Filter names are case-sensitive.

", "FleetLaunchTemplateSpecification$LaunchTemplateId": "

The ID of the launch template. You must specify either a template ID or a template name.

", "FleetLaunchTemplateSpecification$Version": "

The version number. By default, the default version of the launch template is used.

", "FlowLog$DeliverLogsErrorMessage": "

Information about the error that occurred. Rate limited indicates that CloudWatch logs throttling has been applied for one or more network interfaces, or that you've reached the limit on the number of CloudWatch Logs log groups that you can create. Access error indicates that the IAM role associated with the flow log does not have sufficient permissions to publish to CloudWatch Logs. Unknown error indicates an internal error.

", "FlowLog$DeliverLogsPermissionArn": "

The ARN of the IAM role that posts logs to CloudWatch Logs.

", "FlowLog$DeliverLogsStatus": "

The status of the logs delivery (SUCCESS | FAILED).

", "FlowLog$FlowLogId": "

The flow log ID.

", "FlowLog$FlowLogStatus": "

The status of the flow log (ACTIVE).

", "FlowLog$LogGroupName": "

The name of the flow log group.

", "FlowLog$ResourceId": "

The ID of the resource on which the flow log was created.

", "FpgaImage$FpgaImageId": "

The FPGA image identifier (AFI ID).

", "FpgaImage$FpgaImageGlobalId": "

The global FPGA image identifier (AGFI ID).

", "FpgaImage$Name": "

The name of the AFI.

", "FpgaImage$Description": "

The description of the AFI.

", "FpgaImage$ShellVersion": "

The version of the AWS Shell that was used to create the bitstream.

", "FpgaImage$OwnerId": "

The AWS account ID of the AFI owner.

", "FpgaImage$OwnerAlias": "

The alias of the AFI owner. Possible values include self, amazon, and aws-marketplace.

", "FpgaImageAttribute$FpgaImageId": "

The ID of the AFI.

", "FpgaImageAttribute$Name": "

The name of the AFI.

", "FpgaImageAttribute$Description": "

The description of the AFI.

", "FpgaImageIdList$member": null, "FpgaImageState$Message": "

If the state is failed, this is the error message.

", "GetConsoleOutputRequest$InstanceId": "

The ID of the instance.

", "GetConsoleOutputResult$InstanceId": "

The ID of the instance.

", "GetConsoleOutputResult$Output": "

The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.

", "GetConsoleScreenshotRequest$InstanceId": "

The ID of the instance.

", "GetConsoleScreenshotResult$ImageData": "

The data that comprises the image.

", "GetConsoleScreenshotResult$InstanceId": "

The ID of the instance.

", "GetHostReservationPurchasePreviewRequest$OfferingId": "

The offering ID of the reservation.

", "GetHostReservationPurchasePreviewResult$TotalHourlyPrice": "

The potential total hourly price of the reservation per hour.

", "GetHostReservationPurchasePreviewResult$TotalUpfrontPrice": "

The potential total upfront price. This is billed immediately.

", "GetLaunchTemplateDataRequest$InstanceId": "

The ID of the instance.

", "GetPasswordDataRequest$InstanceId": "

The ID of the Windows instance.

", "GetPasswordDataResult$InstanceId": "

The ID of the Windows instance.

", "GetPasswordDataResult$PasswordData": "

The password of the instance. Returns an empty string if the password is not available.

", "GetReservedInstancesExchangeQuoteResult$CurrencyCode": "

The currency of the transaction.

", "GetReservedInstancesExchangeQuoteResult$PaymentDue": "

The total true upfront charge for the exchange.

", "GetReservedInstancesExchangeQuoteResult$ValidationFailureReason": "

Describes the reason why the exchange cannot be completed.

", "GroupIdStringList$member": null, "GroupIdentifier$GroupName": "

The name of the security group.

", "GroupIdentifier$GroupId": "

The ID of the security group.

", "GroupIds$member": null, "GroupNameStringList$member": null, "Host$AvailabilityZone": "

The Availability Zone of the Dedicated Host.

", "Host$ClientToken": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

", "Host$HostId": "

The ID of the Dedicated Host.

", "Host$HostReservationId": "

The reservation ID of the Dedicated Host. This returns a null response if the Dedicated Host doesn't have an associated reservation.

", "HostInstance$InstanceId": "

the IDs of instances that are running on the Dedicated Host.

", "HostInstance$InstanceType": "

The instance type size (for example, m3.medium) of the running instance.

", "HostOffering$HourlyPrice": "

The hourly price of the offering.

", "HostOffering$InstanceFamily": "

The instance family of the offering.

", "HostOffering$OfferingId": "

The ID of the offering.

", "HostOffering$UpfrontPrice": "

The upfront price of the offering. Does not apply to No Upfront offerings.

", "HostProperties$InstanceType": "

The instance type size that the Dedicated Host supports (for example, m3.medium).

", "HostReservation$HostReservationId": "

The ID of the reservation that specifies the associated Dedicated Hosts.

", "HostReservation$HourlyPrice": "

The hourly price of the reservation.

", "HostReservation$InstanceFamily": "

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.

", "HostReservation$OfferingId": "

The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.

", "HostReservation$UpfrontPrice": "

The upfront price of the reservation.

", "HostReservationIdSet$member": null, "IamInstanceProfile$Arn": "

The Amazon Resource Name (ARN) of the instance profile.

", "IamInstanceProfile$Id": "

The ID of the instance profile.

", "IamInstanceProfileAssociation$AssociationId": "

The ID of the association.

", "IamInstanceProfileAssociation$InstanceId": "

The ID of the instance.

", "IamInstanceProfileSpecification$Arn": "

The Amazon Resource Name (ARN) of the instance profile.

", "IamInstanceProfileSpecification$Name": "

The name of the instance profile.

", "IdFormat$Resource": "

The type of resource.

", "Image$CreationDate": "

The date and time the image was created.

", "Image$ImageId": "

The ID of the AMI.

", "Image$ImageLocation": "

The location of the AMI.

", "Image$KernelId": "

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

", "Image$OwnerId": "

The AWS account ID of the image owner.

", "Image$RamdiskId": "

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

", "Image$Description": "

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

", "Image$ImageOwnerAlias": "

The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.

", "Image$Name": "

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

", "Image$RootDeviceName": "

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

", "Image$SriovNetSupport": "

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

", "ImageAttribute$ImageId": "

The ID of the AMI.

", "ImageDiskContainer$Description": "

The description of the disk image.

", "ImageDiskContainer$DeviceName": "

The block device mapping for the disk.

", "ImageDiskContainer$Format": "

The format of the disk image being imported.

Valid values: RAW | VHD | VMDK | OVA

", "ImageDiskContainer$SnapshotId": "

The ID of the EBS snapshot to be used for importing the snapshot.

", "ImageDiskContainer$Url": "

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://..)

", "ImageIdStringList$member": null, "ImportImageRequest$Architecture": "

The architecture of the virtual machine.

Valid values: i386 | x86_64

", "ImportImageRequest$ClientToken": "

The token to enable idempotency for VM import requests.

", "ImportImageRequest$Description": "

A description string for the import image task.

", "ImportImageRequest$Hypervisor": "

The target hypervisor platform.

Valid values: xen

", "ImportImageRequest$LicenseType": "

The license type to be used for the Amazon Machine Image (AMI) after importing.

Note: You may only use BYOL if you have existing licenses with rights to use these licenses in a third party cloud like AWS. For more information, see Prerequisites in the VM Import/Export User Guide.

Valid values: AWS | BYOL

", "ImportImageRequest$Platform": "

The operating system of the virtual machine.

Valid values: Windows | Linux

", "ImportImageRequest$RoleName": "

The name of the role to use when not using the default role, 'vmimport'.

", "ImportImageResult$Architecture": "

The architecture of the virtual machine.

", "ImportImageResult$Description": "

A description of the import task.

", "ImportImageResult$Hypervisor": "

The target hypervisor of the import task.

", "ImportImageResult$ImageId": "

The ID of the Amazon Machine Image (AMI) created by the import task.

", "ImportImageResult$ImportTaskId": "

The task ID of the import image task.

", "ImportImageResult$LicenseType": "

The license type of the virtual machine.

", "ImportImageResult$Platform": "

The operating system of the virtual machine.

", "ImportImageResult$Progress": "

The progress of the task.

", "ImportImageResult$Status": "

A brief status of the task.

", "ImportImageResult$StatusMessage": "

A detailed status message of the import task.

", "ImportImageTask$Architecture": "

The architecture of the virtual machine.

Valid values: i386 | x86_64

", "ImportImageTask$Description": "

A description of the import task.

", "ImportImageTask$Hypervisor": "

The target hypervisor for the import task.

Valid values: xen

", "ImportImageTask$ImageId": "

The ID of the Amazon Machine Image (AMI) of the imported virtual machine.

", "ImportImageTask$ImportTaskId": "

The ID of the import image task.

", "ImportImageTask$LicenseType": "

The license type of the virtual machine.

", "ImportImageTask$Platform": "

The description string for the import image task.

", "ImportImageTask$Progress": "

The percentage of progress of the import image task.

", "ImportImageTask$Status": "

A brief status for the import image task.

", "ImportImageTask$StatusMessage": "

A descriptive status message for the import image task.

", "ImportInstanceLaunchSpecification$AdditionalInfo": "

Reserved.

", "ImportInstanceLaunchSpecification$PrivateIpAddress": "

[EC2-VPC] An available IP address from the IP address range of the subnet.

", "ImportInstanceLaunchSpecification$SubnetId": "

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

", "ImportInstanceRequest$Description": "

A description for the instance being imported.

", "ImportInstanceTaskDetails$Description": "

A description of the task.

", "ImportInstanceTaskDetails$InstanceId": "

The ID of the instance.

", "ImportInstanceVolumeDetailItem$AvailabilityZone": "

The Availability Zone where the resulting instance will reside.

", "ImportInstanceVolumeDetailItem$Description": "

A description of the task.

", "ImportInstanceVolumeDetailItem$Status": "

The status of the import of this particular disk image.

", "ImportInstanceVolumeDetailItem$StatusMessage": "

The status information or errors related to the disk image.

", "ImportKeyPairRequest$KeyName": "

A unique name for the key pair.

", "ImportKeyPairResult$KeyFingerprint": "

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

", "ImportKeyPairResult$KeyName": "

The key pair name you provided.

", "ImportSnapshotRequest$ClientToken": "

Token to enable idempotency for VM import requests.

", "ImportSnapshotRequest$Description": "

The description string for the import snapshot task.

", "ImportSnapshotRequest$RoleName": "

The name of the role to use when not using the default role, 'vmimport'.

", "ImportSnapshotResult$Description": "

A description of the import snapshot task.

", "ImportSnapshotResult$ImportTaskId": "

The ID of the import snapshot task.

", "ImportSnapshotTask$Description": "

A description of the import snapshot task.

", "ImportSnapshotTask$ImportTaskId": "

The ID of the import snapshot task.

", "ImportTaskIdList$member": null, "ImportVolumeRequest$AvailabilityZone": "

The Availability Zone for the resulting EBS volume.

", "ImportVolumeRequest$Description": "

A description of the volume.

", "ImportVolumeTaskDetails$AvailabilityZone": "

The Availability Zone where the resulting volume will reside.

", "ImportVolumeTaskDetails$Description": "

The description you provided when starting the import volume task.

", "Instance$ImageId": "

The ID of the AMI used to launch the instance.

", "Instance$InstanceId": "

The ID of the instance.

", "Instance$KernelId": "

The kernel associated with this instance, if applicable.

", "Instance$KeyName": "

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

", "Instance$PrivateDnsName": "

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

[EC2-VPC] The Amazon-provided DNS server resolves Amazon-provided private DNS hostnames if you've enabled DNS resolution and DNS hostnames in your VPC. If you are not using the Amazon-provided DNS server in your VPC, your custom domain name servers must resolve the hostname as appropriate.

", "Instance$PrivateIpAddress": "

The private IPv4 address assigned to the instance.

", "Instance$PublicDnsName": "

(IPv4 only) The public DNS name assigned to the instance. This name is not available until the instance enters the running state. For EC2-VPC, this name is only available if you've enabled DNS hostnames for your VPC.

", "Instance$PublicIpAddress": "

The public IPv4 address assigned to the instance, if applicable.

", "Instance$RamdiskId": "

The RAM disk associated with this instance, if applicable.

", "Instance$StateTransitionReason": "

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

", "Instance$SubnetId": "

[EC2-VPC] The ID of the subnet in which the instance is running.

", "Instance$VpcId": "

[EC2-VPC] The ID of the VPC in which the instance is running.

", "Instance$ClientToken": "

The idempotency token you provided when you launched the instance, if applicable.

", "Instance$RootDeviceName": "

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

", "Instance$SpotInstanceRequestId": "

If the request is a Spot Instance request, the ID of the request.

", "Instance$SriovNetSupport": "

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

", "InstanceAttribute$InstanceId": "

The ID of the instance.

", "InstanceBlockDeviceMapping$DeviceName": "

The device name (for example, /dev/sdh or xvdh).

", "InstanceBlockDeviceMappingSpecification$DeviceName": "

The device name (for example, /dev/sdh or xvdh).

", "InstanceBlockDeviceMappingSpecification$NoDevice": "

suppress the specified device included in the block device mapping.

", "InstanceBlockDeviceMappingSpecification$VirtualName": "

The virtual device name.

", "InstanceCapacity$InstanceType": "

The instance type size supported by the Dedicated Host.

", "InstanceCreditSpecification$InstanceId": "

The ID of the instance.

", "InstanceCreditSpecification$CpuCredits": "

The credit option for CPU usage of the instance. Valid values are standard and unlimited.

", "InstanceCreditSpecificationRequest$InstanceId": "

The ID of the instance.

", "InstanceCreditSpecificationRequest$CpuCredits": "

The credit option for CPU usage of the instance. Valid values are standard and unlimited.

", "InstanceExportDetails$InstanceId": "

The ID of the resource being exported.

", "InstanceIdSet$member": null, "InstanceIdStringList$member": null, "InstanceIpv6Address$Ipv6Address": "

The IPv6 address.

", "InstanceIpv6AddressRequest$Ipv6Address": "

The IPv6 address.

", "InstanceMonitoring$InstanceId": "

The ID of the instance.

", "InstanceNetworkInterface$Description": "

The description.

", "InstanceNetworkInterface$MacAddress": "

The MAC address.

", "InstanceNetworkInterface$NetworkInterfaceId": "

The ID of the network interface.

", "InstanceNetworkInterface$OwnerId": "

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

", "InstanceNetworkInterface$PrivateDnsName": "

The private DNS name.

", "InstanceNetworkInterface$PrivateIpAddress": "

The IPv4 address of the network interface within the subnet.

", "InstanceNetworkInterface$SubnetId": "

The ID of the subnet.

", "InstanceNetworkInterface$VpcId": "

The ID of the VPC.

", "InstanceNetworkInterfaceAssociation$IpOwnerId": "

The ID of the owner of the Elastic IP address.

", "InstanceNetworkInterfaceAssociation$PublicDnsName": "

The public DNS name.

", "InstanceNetworkInterfaceAssociation$PublicIp": "

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

", "InstanceNetworkInterfaceAttachment$AttachmentId": "

The ID of the network interface attachment.

", "InstanceNetworkInterfaceSpecification$Description": "

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

", "InstanceNetworkInterfaceSpecification$NetworkInterfaceId": "

The ID of the network interface.

", "InstanceNetworkInterfaceSpecification$PrivateIpAddress": "

The private IPv4 address of the network interface. Applies only if creating a network interface when launching an instance. You cannot specify this option if you're launching more than one instance in a RunInstances request.

", "InstanceNetworkInterfaceSpecification$SubnetId": "

The ID of the subnet associated with the network string. Applies only if creating a network interface when launching an instance.

", "InstancePrivateIpAddress$PrivateDnsName": "

The private IPv4 DNS name.

", "InstancePrivateIpAddress$PrivateIpAddress": "

The private IPv4 address of the network interface.

", "InstanceStateChange$InstanceId": "

The ID of the instance.

", "InstanceStatus$AvailabilityZone": "

The Availability Zone of the instance.

", "InstanceStatus$InstanceId": "

The ID of the instance.

", "InstanceStatusEvent$Description": "

A description of the event.

After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].

", "InternetGateway$InternetGatewayId": "

The ID of the Internet gateway.

", "InternetGatewayAttachment$VpcId": "

The ID of the VPC.

", "IpPermission$IpProtocol": "

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers).

[EC2-VPC only] Use -1 to specify all protocols. When authorizing security group rules, specifying -1 or a protocol number other than tcp, udp, icmp, or 58 (ICMPv6) allows traffic on all ports, regardless of any port range you specify. For tcp, udp, and icmp, you must specify a port range. For 58 (ICMPv6), you can optionally specify a port range; if you don't, traffic for all types and codes is allowed when authorizing rules.

", "IpRange$CidrIp": "

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.

", "IpRange$Description": "

A description for the security group rule that references this IPv4 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

", "IpRanges$member": null, "Ipv6AddressList$member": null, "Ipv6CidrBlock$Ipv6CidrBlock": "

The IPv6 CIDR block.

", "Ipv6Range$CidrIpv6": "

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.

", "Ipv6Range$Description": "

A description for the security group rule that references this IPv6 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

", "KeyNameStringList$member": null, "KeyPair$KeyFingerprint": "

The SHA-1 digest of the DER encoded private key.

", "KeyPair$KeyMaterial": "

An unencrypted PEM encoded RSA private key.

", "KeyPair$KeyName": "

The name of the key pair.

", "KeyPairInfo$KeyFingerprint": "

If you used CreateKeyPair to create the key pair, this is the SHA-1 digest of the DER encoded private key. If you used ImportKeyPair to provide AWS the public key, this is the MD5 public key fingerprint as specified in section 4 of RFC4716.

", "KeyPairInfo$KeyName": "

The name of the key pair.

", "LaunchPermission$UserId": "

The AWS account ID.

", "LaunchSpecification$UserData": "

The user data to make available to the instances. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

", "LaunchSpecification$AddressingType": "

Deprecated.

", "LaunchSpecification$ImageId": "

The ID of the AMI.

", "LaunchSpecification$KernelId": "

The ID of the kernel.

", "LaunchSpecification$KeyName": "

The name of the key pair.

", "LaunchSpecification$RamdiskId": "

The ID of the RAM disk.

", "LaunchSpecification$SubnetId": "

The ID of the subnet in which to launch the instance.

", "LaunchTemplate$LaunchTemplateId": "

The ID of the launch template.

", "LaunchTemplate$CreatedBy": "

The principal that created the launch template.

", "LaunchTemplateBlockDeviceMapping$DeviceName": "

The device name.

", "LaunchTemplateBlockDeviceMapping$VirtualName": "

The virtual device name (ephemeralN).

", "LaunchTemplateBlockDeviceMapping$NoDevice": "

Suppresses the specified device included in the block device mapping of the AMI.

", "LaunchTemplateBlockDeviceMappingRequest$DeviceName": "

The device name (for example, /dev/sdh or xvdh).

", "LaunchTemplateBlockDeviceMappingRequest$VirtualName": "

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.

", "LaunchTemplateBlockDeviceMappingRequest$NoDevice": "

Suppresses the specified device included in the block device mapping of the AMI.

", "LaunchTemplateEbsBlockDevice$KmsKeyId": "

The ARN of the AWS Key Management Service (AWS KMS) CMK used for encryption.

", "LaunchTemplateEbsBlockDevice$SnapshotId": "

The ID of the snapshot.

", "LaunchTemplateEbsBlockDeviceRequest$KmsKeyId": "

The ARN of the AWS Key Management Service (AWS KMS) CMK used for encryption.

", "LaunchTemplateEbsBlockDeviceRequest$SnapshotId": "

The ID of the snapshot.

", "LaunchTemplateIamInstanceProfileSpecification$Arn": "

The Amazon Resource Name (ARN) of the instance profile.

", "LaunchTemplateIamInstanceProfileSpecification$Name": "

The name of the instance profile.

", "LaunchTemplateIamInstanceProfileSpecificationRequest$Arn": "

The Amazon Resource Name (ARN) of the instance profile.

", "LaunchTemplateIamInstanceProfileSpecificationRequest$Name": "

The name of the instance profile.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$Description": "

A description for the network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$NetworkInterfaceId": "

The ID of the network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$PrivateIpAddress": "

The primary private IPv4 address of the network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$SubnetId": "

The ID of the subnet for the network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Description": "

A description for the network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$NetworkInterfaceId": "

The ID of the network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrivateIpAddress": "

The primary private IPv4 address of the network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$SubnetId": "

The ID of the subnet for the network interface.

", "LaunchTemplateOverrides$SpotPrice": "

The maximum price per unit hour that you are willing to pay for a Spot Instance.

", "LaunchTemplateOverrides$SubnetId": "

The ID of the subnet in which to launch the instances.

", "LaunchTemplateOverrides$AvailabilityZone": "

The Availability Zone in which to launch the instances.

", "LaunchTemplatePlacement$AvailabilityZone": "

The Availability Zone of the instance.

", "LaunchTemplatePlacement$Affinity": "

The affinity setting for the instance on the Dedicated Host.

", "LaunchTemplatePlacement$GroupName": "

The name of the placement group for the instance.

", "LaunchTemplatePlacement$HostId": "

The ID of the Dedicated Host for the instance.

", "LaunchTemplatePlacement$SpreadDomain": "

Reserved for future use.

", "LaunchTemplatePlacementRequest$AvailabilityZone": "

The Availability Zone for the instance.

", "LaunchTemplatePlacementRequest$Affinity": "

The affinity setting for an instance on a Dedicated Host.

", "LaunchTemplatePlacementRequest$GroupName": "

The name of the placement group for the instance.

", "LaunchTemplatePlacementRequest$HostId": "

The ID of the Dedicated Host for the instance.

", "LaunchTemplatePlacementRequest$SpreadDomain": "

Reserved for future use.

", "LaunchTemplateSpecification$LaunchTemplateId": "

The ID of the launch template.

", "LaunchTemplateSpecification$LaunchTemplateName": "

The name of the launch template.

", "LaunchTemplateSpecification$Version": "

The version number of the launch template.

Default: The default version for the launch template.

", "LaunchTemplateSpotMarketOptions$MaxPrice": "

The maximum hourly price you're willing to pay for the Spot Instances.

", "LaunchTemplateSpotMarketOptionsRequest$MaxPrice": "

The maximum hourly price you're willing to pay for the Spot Instances.

", "LaunchTemplateVersion$LaunchTemplateId": "

The ID of the launch template.

", "LaunchTemplateVersion$CreatedBy": "

The principal that created the version.

", "LoadPermission$UserId": "

The AWS account ID.

", "LoadPermissionRequest$UserId": "

The AWS account ID.

", "ModifyFpgaImageAttributeRequest$FpgaImageId": "

The ID of the AFI.

", "ModifyFpgaImageAttributeRequest$Description": "

A description for the AFI.

", "ModifyFpgaImageAttributeRequest$Name": "

A name for the AFI.

", "ModifyIdFormatRequest$Resource": "

The type of resource: instance | reservation | snapshot | volume

", "ModifyIdentityIdFormatRequest$PrincipalArn": "

The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify all to modify the ID format for all IAM users, IAM roles, and the root user of the account.

", "ModifyIdentityIdFormatRequest$Resource": "

The type of resource: instance | reservation | snapshot | volume

", "ModifyImageAttributeRequest$Attribute": "

The name of the attribute to modify. The valid values are description, launchPermission, and productCodes.

", "ModifyImageAttributeRequest$ImageId": "

The ID of the AMI.

", "ModifyImageAttributeRequest$Value": "

The value of the attribute being modified. This parameter can be used only when the Attribute parameter is description or productCodes.

", "ModifyInstanceAttributeRequest$InstanceId": "

The ID of the instance.

", "ModifyInstanceAttributeRequest$Value": "

A new value for the attribute. Use only with the kernel, ramdisk, userData, disableApiTermination, or instanceInitiatedShutdownBehavior attribute.

", "ModifyInstanceCreditSpecificationRequest$ClientToken": "

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

", "ModifyInstancePlacementRequest$HostId": "

The ID of the Dedicated Host that the instance will have affinity with.

", "ModifyInstancePlacementRequest$InstanceId": "

The ID of the instance that you are modifying.

", "ModifyLaunchTemplateRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

", "ModifyLaunchTemplateRequest$LaunchTemplateId": "

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

", "ModifyLaunchTemplateRequest$DefaultVersion": "

The version number of the launch template to set as the default version.

", "ModifyNetworkInterfaceAttributeRequest$NetworkInterfaceId": "

The ID of the network interface.

", "ModifyReservedInstancesRequest$ClientToken": "

A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

", "ModifyReservedInstancesResult$ReservedInstancesModificationId": "

The ID for the modification.

", "ModifySnapshotAttributeRequest$SnapshotId": "

The ID of the snapshot.

", "ModifySpotFleetRequestRequest$SpotFleetRequestId": "

The ID of the Spot Fleet request.

", "ModifySubnetAttributeRequest$SubnetId": "

The ID of the subnet.

", "ModifyVolumeAttributeRequest$VolumeId": "

The ID of the volume.

", "ModifyVolumeRequest$VolumeId": null, "ModifyVpcAttributeRequest$VpcId": "

The ID of the VPC.

", "ModifyVpcEndpointConnectionNotificationRequest$ConnectionNotificationId": "

The ID of the notification.

", "ModifyVpcEndpointConnectionNotificationRequest$ConnectionNotificationArn": "

The ARN for the SNS topic for the notification.

", "ModifyVpcEndpointRequest$VpcEndpointId": "

The ID of the endpoint.

", "ModifyVpcEndpointRequest$PolicyDocument": "

(Gateway endpoint) A policy document to attach to the endpoint. The policy must be in valid JSON format.

", "ModifyVpcEndpointServiceConfigurationRequest$ServiceId": "

The ID of the service.

", "ModifyVpcEndpointServicePermissionsRequest$ServiceId": "

The ID of the service.

", "ModifyVpcPeeringConnectionOptionsRequest$VpcPeeringConnectionId": "

The ID of the VPC peering connection.

", "ModifyVpcTenancyRequest$VpcId": "

The ID of the VPC.

", "MoveAddressToVpcRequest$PublicIp": "

The Elastic IP address.

", "MoveAddressToVpcResult$AllocationId": "

The allocation ID for the Elastic IP address.

", "MovingAddressStatus$PublicIp": "

The Elastic IP address.

", "NatGateway$FailureCode": "

If the NAT gateway could not be created, specifies the error code for the failure. (InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound)

", "NatGateway$FailureMessage": "

If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.

", "NatGateway$NatGatewayId": "

The ID of the NAT gateway.

", "NatGateway$SubnetId": "

The ID of the subnet in which the NAT gateway is located.

", "NatGateway$VpcId": "

The ID of the VPC in which the NAT gateway is located.

", "NatGatewayAddress$AllocationId": "

The allocation ID of the Elastic IP address that's associated with the NAT gateway.

", "NatGatewayAddress$NetworkInterfaceId": "

The ID of the network interface associated with the NAT gateway.

", "NatGatewayAddress$PrivateIp": "

The private IP address associated with the Elastic IP address.

", "NatGatewayAddress$PublicIp": "

The Elastic IP address associated with the NAT gateway.

", "NetworkAcl$NetworkAclId": "

The ID of the network ACL.

", "NetworkAcl$VpcId": "

The ID of the VPC for the network ACL.

", "NetworkAclAssociation$NetworkAclAssociationId": "

The ID of the association between a network ACL and a subnet.

", "NetworkAclAssociation$NetworkAclId": "

The ID of the network ACL.

", "NetworkAclAssociation$SubnetId": "

The ID of the subnet.

", "NetworkAclEntry$CidrBlock": "

The IPv4 network range to allow or deny, in CIDR notation.

", "NetworkAclEntry$Ipv6CidrBlock": "

The IPv6 network range to allow or deny, in CIDR notation.

", "NetworkAclEntry$Protocol": "

The protocol. A value of -1 means all protocols.

", "NetworkInterface$AvailabilityZone": "

The Availability Zone.

", "NetworkInterface$Description": "

A description.

", "NetworkInterface$MacAddress": "

The MAC address.

", "NetworkInterface$NetworkInterfaceId": "

The ID of the network interface.

", "NetworkInterface$OwnerId": "

The AWS account ID of the owner of the network interface.

", "NetworkInterface$PrivateDnsName": "

The private DNS name.

", "NetworkInterface$PrivateIpAddress": "

The IPv4 address of the network interface within the subnet.

", "NetworkInterface$RequesterId": "

The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling).

", "NetworkInterface$SubnetId": "

The ID of the subnet.

", "NetworkInterface$VpcId": "

The ID of the VPC.

", "NetworkInterfaceAssociation$AllocationId": "

The allocation ID.

", "NetworkInterfaceAssociation$AssociationId": "

The association ID.

", "NetworkInterfaceAssociation$IpOwnerId": "

The ID of the Elastic IP address owner.

", "NetworkInterfaceAssociation$PublicDnsName": "

The public DNS name.

", "NetworkInterfaceAssociation$PublicIp": "

The address of the Elastic IP address bound to the network interface.

", "NetworkInterfaceAttachment$AttachmentId": "

The ID of the network interface attachment.

", "NetworkInterfaceAttachment$InstanceId": "

The ID of the instance.

", "NetworkInterfaceAttachment$InstanceOwnerId": "

The AWS account ID of the owner of the instance.

", "NetworkInterfaceAttachmentChanges$AttachmentId": "

The ID of the network interface attachment.

", "NetworkInterfaceIdList$member": null, "NetworkInterfaceIpv6Address$Ipv6Address": "

The IPv6 address.

", "NetworkInterfacePermission$NetworkInterfacePermissionId": "

The ID of the network interface permission.

", "NetworkInterfacePermission$NetworkInterfaceId": "

The ID of the network interface.

", "NetworkInterfacePermission$AwsAccountId": "

The AWS account ID.

", "NetworkInterfacePermission$AwsService": "

The AWS service.

", "NetworkInterfacePermissionIdList$member": null, "NetworkInterfacePermissionState$StatusMessage": "

A status message, if applicable.

", "NetworkInterfacePrivateIpAddress$PrivateDnsName": "

The private DNS name.

", "NetworkInterfacePrivateIpAddress$PrivateIpAddress": "

The private IPv4 address.

", "NewDhcpConfiguration$Key": null, "OwnerStringList$member": null, "PciId$DeviceId": "

The ID of the device.

", "PciId$VendorId": "

The ID of the vendor.

", "PciId$SubsystemId": "

The ID of the subsystem.

", "PciId$SubsystemVendorId": "

The ID of the vendor for the subsystem.

", "Placement$AvailabilityZone": "

The Availability Zone of the instance.

", "Placement$Affinity": "

The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the ImportInstance command.

", "Placement$GroupName": "

The name of the placement group the instance is in (for cluster compute instances).

", "Placement$HostId": "

The ID of the Dedicated Host on which the instance resides. This parameter is not supported for the ImportInstance command.

", "Placement$SpreadDomain": "

Reserved for future use.

", "PlacementGroup$GroupName": "

The name of the placement group.

", "PlacementGroupStringList$member": null, "PrefixList$PrefixListId": "

The ID of the prefix.

", "PrefixList$PrefixListName": "

The name of the prefix.

", "PrefixListId$Description": "

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

", "PrefixListId$PrefixListId": "

The ID of the prefix.

", "PrefixListIdSet$member": null, "PrivateIpAddressSpecification$PrivateIpAddress": "

The private IPv4 addresses.

", "PrivateIpAddressStringList$member": null, "ProductCode$ProductCodeId": "

The product code.

", "ProductCodeStringList$member": null, "ProductDescriptionList$member": null, "PropagatingVgw$GatewayId": "

The ID of the virtual private gateway (VGW).

", "ProvisionedBandwidth$Provisioned": "

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "ProvisionedBandwidth$Requested": "

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "ProvisionedBandwidth$Status": "

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

", "PublicIpStringList$member": null, "Purchase$HostReservationId": "

The ID of the reservation.

", "Purchase$HourlyPrice": "

The hourly price of the reservation per hour.

", "Purchase$InstanceFamily": "

The instance family on the Dedicated Host that the reservation can be associated with.

", "Purchase$UpfrontPrice": "

The upfront price of the reservation.

", "PurchaseHostReservationRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

", "PurchaseHostReservationRequest$LimitPrice": "

The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's upfront cost multiplied by the host count). If the total upfront cost is greater than the specified price limit, the request will fail. This is used to ensure that the purchase does not exceed the expected upfront cost of the purchase. At this time, the only supported currency is USD. For example, to indicate a limit price of USD 100, specify 100.00.

", "PurchaseHostReservationRequest$OfferingId": "

The ID of the offering.

", "PurchaseHostReservationResult$ClientToken": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide

", "PurchaseHostReservationResult$TotalHourlyPrice": "

The total hourly price of the reservation calculated per hour.

", "PurchaseHostReservationResult$TotalUpfrontPrice": "

The total amount that will be charged to your account when you purchase the reservation.

", "PurchaseRequest$PurchaseToken": "

The purchase token.

", "PurchaseReservedInstancesOfferingRequest$ReservedInstancesOfferingId": "

The ID of the Reserved Instance offering to purchase.

", "PurchaseReservedInstancesOfferingResult$ReservedInstancesId": "

The IDs of the purchased Reserved Instances.

", "PurchaseScheduledInstancesRequest$ClientToken": "

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

", "Region$Endpoint": "

The region service endpoint.

", "Region$RegionName": "

The name of the region.

", "RegionNameStringList$member": null, "RegisterImageRequest$ImageLocation": "

The full path to your AMI manifest in Amazon S3 storage.

", "RegisterImageRequest$Description": "

A description for your AMI.

", "RegisterImageRequest$KernelId": "

The ID of the kernel.

", "RegisterImageRequest$Name": "

A name for your AMI.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)

", "RegisterImageRequest$RamdiskId": "

The ID of the RAM disk.

", "RegisterImageRequest$RootDeviceName": "

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

", "RegisterImageRequest$SriovNetSupport": "

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.

There is no way to disable sriovNetSupport at this time.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

", "RegisterImageRequest$VirtualizationType": "

The type of virtualization (hvm | paravirtual).

Default: paravirtual

", "RegisterImageResult$ImageId": "

The ID of the newly registered AMI.

", "RejectVpcEndpointConnectionsRequest$ServiceId": "

The ID of the service.

", "RejectVpcPeeringConnectionRequest$VpcPeeringConnectionId": "

The ID of the VPC peering connection.

", "ReleaseAddressRequest$AllocationId": "

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

", "ReleaseAddressRequest$PublicIp": "

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

", "ReplaceIamInstanceProfileAssociationRequest$AssociationId": "

The ID of the existing IAM instance profile association.

", "ReplaceNetworkAclAssociationRequest$AssociationId": "

The ID of the current association between the original network ACL and the subnet.

", "ReplaceNetworkAclAssociationRequest$NetworkAclId": "

The ID of the new network ACL to associate with the subnet.

", "ReplaceNetworkAclAssociationResult$NewAssociationId": "

The ID of the new association.

", "ReplaceNetworkAclEntryRequest$CidrBlock": "

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

", "ReplaceNetworkAclEntryRequest$Ipv6CidrBlock": "

The IPv6 network range to allow or deny, in CIDR notation (for example 2001:bd8:1234:1a00::/64).

", "ReplaceNetworkAclEntryRequest$NetworkAclId": "

The ID of the ACL.

", "ReplaceNetworkAclEntryRequest$Protocol": "

The IP protocol. You can specify all or -1 to mean all protocols. If you specify all, -1, or a protocol number other than tcp, udp, or icmp, traffic on all ports is allowed, regardless of any ports or ICMP types or codes you 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.

", "ReplaceRouteRequest$DestinationCidrBlock": "

The IPv4 CIDR address block used for the destination match. The value you provide must match the CIDR of an existing route in the table.

", "ReplaceRouteRequest$DestinationIpv6CidrBlock": "

The IPv6 CIDR address block used for the destination match. The value you provide must match the CIDR of an existing route in the table.

", "ReplaceRouteRequest$EgressOnlyInternetGatewayId": "

[IPv6 traffic only] The ID of an egress-only Internet gateway.

", "ReplaceRouteRequest$GatewayId": "

The ID of an Internet gateway or virtual private gateway.

", "ReplaceRouteRequest$InstanceId": "

The ID of a NAT instance in your VPC.

", "ReplaceRouteRequest$NatGatewayId": "

[IPv4 traffic only] The ID of a NAT gateway.

", "ReplaceRouteRequest$NetworkInterfaceId": "

The ID of a network interface.

", "ReplaceRouteRequest$RouteTableId": "

The ID of the route table.

", "ReplaceRouteRequest$VpcPeeringConnectionId": "

The ID of a VPC peering connection.

", "ReplaceRouteTableAssociationRequest$AssociationId": "

The association ID.

", "ReplaceRouteTableAssociationRequest$RouteTableId": "

The ID of the new route table to associate with the subnet.

", "ReplaceRouteTableAssociationResult$NewAssociationId": "

The ID of the new association.

", "ReportInstanceStatusRequest$Description": "

Descriptive text about the health state of your instance.

", "RequestHostIdList$member": null, "RequestHostIdSet$member": null, "RequestLaunchTemplateData$KernelId": "

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see User Provided Kernels in the Amazon Elastic Compute Cloud User Guide.

", "RequestLaunchTemplateData$ImageId": "

The ID of the AMI, which you can get by using DescribeImages.

", "RequestLaunchTemplateData$KeyName": "

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

", "RequestLaunchTemplateData$RamDiskId": "

The ID of the RAM disk.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see User Provided Kernels in the Amazon Elastic Compute Cloud User Guide.

", "RequestLaunchTemplateData$UserData": "

The user data to make available to the instance. For more information, see Running Commands on Your Linux Instance at Launch (Linux) and Adding User Data (Windows). If you are using a command line tool, base64-encoding is performed for you and you can load the text from a file. Otherwise, you must provide base64-encoded text.

", "RequestSpotFleetResponse$SpotFleetRequestId": "

The ID of the Spot Fleet request.

", "RequestSpotInstancesRequest$AvailabilityZoneGroup": "

The user-specified name for a logical grouping of requests.

When you specify an Availability Zone group in a Spot Instance request, all Spot Instances in the request are launched in the same Availability Zone. Instance proximity is maintained with this parameter, but the choice of Availability Zone is not. The group applies only to requests for Spot Instances of the same instance type. Any additional Spot Instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active.

If there is no active instance running in the Availability Zone group that you specify for a new Spot Instance request (all instances are terminated, the request is expired, or the maximum price you specified falls below current Spot price), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot Instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group.

Default: Instances are launched in any available Availability Zone.

", "RequestSpotInstancesRequest$ClientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

", "RequestSpotInstancesRequest$LaunchGroup": "

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

Default: Instances are launched and terminated individually

", "RequestSpotInstancesRequest$SpotPrice": "

The maximum price per hour that you are willing to pay for a Spot Instance. The default is the On-Demand price.

", "RequestSpotLaunchSpecification$AddressingType": "

Deprecated.

", "RequestSpotLaunchSpecification$ImageId": "

The ID of the AMI.

", "RequestSpotLaunchSpecification$KernelId": "

The ID of the kernel.

", "RequestSpotLaunchSpecification$KeyName": "

The name of the key pair.

", "RequestSpotLaunchSpecification$RamdiskId": "

The ID of the RAM disk.

", "RequestSpotLaunchSpecification$SubnetId": "

The ID of the subnet in which to launch the instance.

", "RequestSpotLaunchSpecification$UserData": "

The user data to make available to the instances. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

", "Reservation$OwnerId": "

The ID of the AWS account that owns the reservation.

", "Reservation$RequesterId": "

The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).

", "Reservation$ReservationId": "

The ID of the reservation.

", "ReservationValue$HourlyPrice": "

The hourly rate of the reservation.

", "ReservationValue$RemainingTotalValue": "

The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).

", "ReservationValue$RemainingUpfrontValue": "

The remaining upfront cost of the reservation.

", "ReservedInstanceIdSet$member": null, "ReservedInstanceReservationValue$ReservedInstanceId": "

The ID of the Convertible Reserved Instance that you are exchanging.

", "ReservedInstances$AvailabilityZone": "

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

", "ReservedInstances$ReservedInstancesId": "

The ID of the Reserved Instance.

", "ReservedInstancesConfiguration$AvailabilityZone": "

The Availability Zone for the modified Reserved Instances.

", "ReservedInstancesConfiguration$Platform": "

The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.

", "ReservedInstancesId$ReservedInstancesId": "

The ID of the Reserved Instance.

", "ReservedInstancesIdStringList$member": null, "ReservedInstancesListing$ClientToken": "

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

", "ReservedInstancesListing$ReservedInstancesId": "

The ID of the Reserved Instance.

", "ReservedInstancesListing$ReservedInstancesListingId": "

The ID of the Reserved Instance listing.

", "ReservedInstancesListing$StatusMessage": "

The reason for the current status of the Reserved Instance listing. The response can be blank.

", "ReservedInstancesModification$ClientToken": "

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

", "ReservedInstancesModification$ReservedInstancesModificationId": "

A unique ID for the Reserved Instance modification.

", "ReservedInstancesModification$Status": "

The status of the Reserved Instances modification request.

", "ReservedInstancesModification$StatusMessage": "

The reason for the status.

", "ReservedInstancesModificationIdStringList$member": null, "ReservedInstancesModificationResult$ReservedInstancesId": "

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.

", "ReservedInstancesOffering$AvailabilityZone": "

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

", "ReservedInstancesOffering$ReservedInstancesOfferingId": "

The ID of the Reserved Instance offering. This is the offering ID used in GetReservedInstancesExchangeQuote to confirm that an exchange can be made.

", "ReservedInstancesOfferingIdStringList$member": null, "ResetFpgaImageAttributeRequest$FpgaImageId": "

The ID of the AFI.

", "ResetImageAttributeRequest$ImageId": "

The ID of the AMI.

", "ResetInstanceAttributeRequest$InstanceId": "

The ID of the instance.

", "ResetNetworkInterfaceAttributeRequest$NetworkInterfaceId": "

The ID of the network interface.

", "ResetNetworkInterfaceAttributeRequest$SourceDestCheck": "

The source/destination checking attribute. Resets the value to true.

", "ResetSnapshotAttributeRequest$SnapshotId": "

The ID of the snapshot.

", "ResourceIdList$member": null, "ResponseError$Message": "

The error message, if applicable.

", "ResponseHostIdList$member": null, "ResponseHostIdSet$member": null, "ResponseLaunchTemplateData$KernelId": "

The ID of the kernel, if applicable.

", "ResponseLaunchTemplateData$ImageId": "

The ID of the AMI that was used to launch the instance.

", "ResponseLaunchTemplateData$KeyName": "

The name of the key pair.

", "ResponseLaunchTemplateData$RamDiskId": "

The ID of the RAM disk, if applicable.

", "ResponseLaunchTemplateData$UserData": "

The user data for the instance.

", "RestorableByStringList$member": null, "RestoreAddressToClassicRequest$PublicIp": "

The Elastic IP address.

", "RestoreAddressToClassicResult$PublicIp": "

The Elastic IP address.

", "RevokeSecurityGroupEgressRequest$GroupId": "

The ID of the security group.

", "RevokeSecurityGroupEgressRequest$CidrIp": "

Not supported. Use a set of IP permissions to specify the CIDR.

", "RevokeSecurityGroupEgressRequest$IpProtocol": "

Not supported. Use a set of IP permissions to specify the protocol name or number.

", "RevokeSecurityGroupEgressRequest$SourceSecurityGroupName": "

Not supported. Use a set of IP permissions to specify a destination security group.

", "RevokeSecurityGroupEgressRequest$SourceSecurityGroupOwnerId": "

Not supported. Use a set of IP permissions to specify a destination security group.

", "RevokeSecurityGroupIngressRequest$CidrIp": "

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

", "RevokeSecurityGroupIngressRequest$GroupId": "

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.

", "RevokeSecurityGroupIngressRequest$GroupName": "

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

", "RevokeSecurityGroupIngressRequest$IpProtocol": "

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

", "RevokeSecurityGroupIngressRequest$SourceSecurityGroupName": "

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

", "RevokeSecurityGroupIngressRequest$SourceSecurityGroupOwnerId": "

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

", "Route$DestinationCidrBlock": "

The IPv4 CIDR block used for the destination match.

", "Route$DestinationIpv6CidrBlock": "

The IPv6 CIDR block used for the destination match.

", "Route$DestinationPrefixListId": "

The prefix of the AWS service.

", "Route$EgressOnlyInternetGatewayId": "

The ID of the egress-only Internet gateway.

", "Route$GatewayId": "

The ID of a gateway attached to your VPC.

", "Route$InstanceId": "

The ID of a NAT instance in your VPC.

", "Route$InstanceOwnerId": "

The AWS account ID of the owner of the instance.

", "Route$NatGatewayId": "

The ID of a NAT gateway.

", "Route$NetworkInterfaceId": "

The ID of the network interface.

", "Route$VpcPeeringConnectionId": "

The ID of the VPC peering connection.

", "RouteTable$RouteTableId": "

The ID of the route table.

", "RouteTable$VpcId": "

The ID of the VPC.

", "RouteTableAssociation$RouteTableAssociationId": "

The ID of the association between a route table and a subnet.

", "RouteTableAssociation$RouteTableId": "

The ID of the route table.

", "RouteTableAssociation$SubnetId": "

The ID of the subnet. A subnet ID is not returned for an implicit association.

", "RunInstancesRequest$ImageId": "

The ID of the AMI, which you can get by calling DescribeImages.

", "RunInstancesRequest$KernelId": "

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon Elastic Compute Cloud User Guide.

", "RunInstancesRequest$KeyName": "

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

", "RunInstancesRequest$RamdiskId": "

The ID of the RAM disk.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon Elastic Compute Cloud User Guide.

", "RunInstancesRequest$SubnetId": "

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

", "RunInstancesRequest$UserData": "

The user data to make available to the instance. For more information, see Running Commands on Your Linux Instance at Launch (Linux) and Adding User Data (Windows). If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text.

", "RunInstancesRequest$AdditionalInfo": "

Reserved.

", "RunInstancesRequest$ClientToken": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraints: Maximum 64 ASCII characters

", "RunInstancesRequest$PrivateIpAddress": "

[EC2-VPC] The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.

Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.

", "RunScheduledInstancesRequest$ClientToken": "

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

", "RunScheduledInstancesRequest$ScheduledInstanceId": "

The Scheduled Instance ID.

", "S3Storage$AWSAccessKeyId": "

The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in Best Practices for Managing AWS Access Keys.

", "S3Storage$Bucket": "

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.

", "S3Storage$Prefix": "

The beginning of the file name of the AMI.

", "S3Storage$UploadPolicySignature": "

The signature of the JSON document.

", "ScheduledInstance$AvailabilityZone": "

The Availability Zone.

", "ScheduledInstance$HourlyPrice": "

The hourly price for a single instance.

", "ScheduledInstance$InstanceType": "

The instance type.

", "ScheduledInstance$NetworkPlatform": "

The network platform (EC2-Classic or EC2-VPC).

", "ScheduledInstance$Platform": "

The platform (Linux/UNIX or Windows).

", "ScheduledInstance$ScheduledInstanceId": "

The Scheduled Instance ID.

", "ScheduledInstanceAvailability$AvailabilityZone": "

The Availability Zone.

", "ScheduledInstanceAvailability$HourlyPrice": "

The hourly price for a single instance.

", "ScheduledInstanceAvailability$InstanceType": "

The instance type. You can specify one of the C3, C4, M4, or R3 instance types.

", "ScheduledInstanceAvailability$NetworkPlatform": "

The network platform (EC2-Classic or EC2-VPC).

", "ScheduledInstanceAvailability$Platform": "

The platform (Linux/UNIX or Windows).

", "ScheduledInstanceAvailability$PurchaseToken": "

The purchase token. This token expires in two hours.

", "ScheduledInstanceIdRequestSet$member": null, "ScheduledInstanceRecurrence$Frequency": "

The frequency (Daily, Weekly, or Monthly).

", "ScheduledInstanceRecurrence$OccurrenceUnit": "

The unit for occurrenceDaySet (DayOfWeek or DayOfMonth).

", "ScheduledInstanceRecurrenceRequest$Frequency": "

The frequency (Daily, Weekly, or Monthly).

", "ScheduledInstanceRecurrenceRequest$OccurrenceUnit": "

The unit for OccurrenceDays (DayOfWeek or DayOfMonth). This value is required for a monthly schedule. You can't specify DayOfWeek with a weekly schedule. You can't specify this value with a daily schedule.

", "ScheduledInstancesBlockDeviceMapping$DeviceName": "

The device name (for example, /dev/sdh or xvdh).

", "ScheduledInstancesBlockDeviceMapping$NoDevice": "

Suppresses the specified device included in the block device mapping of the AMI.

", "ScheduledInstancesBlockDeviceMapping$VirtualName": "

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with two available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.

", "ScheduledInstancesEbs$SnapshotId": "

The ID of the snapshot.

", "ScheduledInstancesEbs$VolumeType": "

The volume type. gp2 for General Purpose SSD, io1 for Provisioned IOPS SSD, Throughput Optimized HDD for st1, Cold HDD for sc1, or standard for Magnetic.

Default: standard

", "ScheduledInstancesIamInstanceProfile$Arn": "

The Amazon Resource Name (ARN).

", "ScheduledInstancesIamInstanceProfile$Name": "

The name.

", "ScheduledInstancesLaunchSpecification$ImageId": "

The ID of the Amazon Machine Image (AMI).

", "ScheduledInstancesLaunchSpecification$InstanceType": "

The instance type.

", "ScheduledInstancesLaunchSpecification$KernelId": "

The ID of the kernel.

", "ScheduledInstancesLaunchSpecification$KeyName": "

The name of the key pair.

", "ScheduledInstancesLaunchSpecification$RamdiskId": "

The ID of the RAM disk.

", "ScheduledInstancesLaunchSpecification$SubnetId": "

The ID of the subnet in which to launch the instances.

", "ScheduledInstancesLaunchSpecification$UserData": "

The base64-encoded MIME user data.

", "ScheduledInstancesNetworkInterface$Description": "

The description.

", "ScheduledInstancesNetworkInterface$NetworkInterfaceId": "

The ID of the network interface.

", "ScheduledInstancesNetworkInterface$PrivateIpAddress": "

The IPv4 address of the network interface within the subnet.

", "ScheduledInstancesNetworkInterface$SubnetId": "

The ID of the subnet.

", "ScheduledInstancesPlacement$AvailabilityZone": "

The Availability Zone.

", "ScheduledInstancesPlacement$GroupName": "

The name of the placement group.

", "ScheduledInstancesPrivateIpAddressConfig$PrivateIpAddress": "

The IPv4 address.

", "ScheduledInstancesSecurityGroupIdSet$member": null, "SecurityGroup$Description": "

A description of the security group.

", "SecurityGroup$GroupName": "

The name of the security group.

", "SecurityGroup$OwnerId": "

The AWS account ID of the owner of the security group.

", "SecurityGroup$GroupId": "

The ID of the security group.

", "SecurityGroup$VpcId": "

[EC2-VPC] The ID of the VPC for the security group.

", "SecurityGroupIdStringList$member": null, "SecurityGroupIdentifier$GroupId": "

The ID of the security group.

", "SecurityGroupIdentifier$GroupName": "

The name of the security group.

", "SecurityGroupReference$GroupId": "

The ID of your security group.

", "SecurityGroupReference$ReferencingVpcId": "

The ID of the VPC with the referencing security group.

", "SecurityGroupReference$VpcPeeringConnectionId": "

The ID of the VPC peering connection.

", "SecurityGroupStringList$member": null, "ServiceConfiguration$ServiceId": "

The ID of the service.

", "ServiceConfiguration$ServiceName": "

The name of the service.

", "ServiceConfiguration$PrivateDnsName": "

The private DNS name for the service.

", "ServiceDetail$ServiceName": "

The Amazon Resource Name (ARN) of the service.

", "ServiceDetail$Owner": "

The AWS account ID of the service owner.

", "ServiceDetail$PrivateDnsName": "

The private DNS name for the service.

", "Snapshot$DataEncryptionKeyId": "

The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by the DescribeSnapshots API operation.

", "Snapshot$Description": "

The description for the snapshot.

", "Snapshot$KmsKeyId": "

The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the parent volume.

", "Snapshot$OwnerId": "

The AWS account ID of the EBS snapshot owner.

", "Snapshot$Progress": "

The progress of the snapshot, as a percentage.

", "Snapshot$SnapshotId": "

The ID of the snapshot. Each snapshot receives a unique identifier when it is created.

", "Snapshot$StateMessage": "

Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper AWS Key Management Service (AWS KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by the DescribeSnapshots API operation.

", "Snapshot$VolumeId": "

The ID of the volume that was used to create the snapshot. Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.

", "Snapshot$OwnerAlias": "

Value from an Amazon-maintained list (amazon | aws-marketplace | microsoft) of snapshot owners. Not to be confused with the user-configured AWS account alias, which is set from the IAM console.

", "SnapshotDetail$Description": "

A description for the snapshot.

", "SnapshotDetail$DeviceName": "

The block device mapping for the snapshot.

", "SnapshotDetail$Format": "

The format of the disk image from which the snapshot is created.

", "SnapshotDetail$Progress": "

The percentage of progress for the task.

", "SnapshotDetail$SnapshotId": "

The snapshot ID of the disk being imported.

", "SnapshotDetail$Status": "

A brief status of the snapshot creation.

", "SnapshotDetail$StatusMessage": "

A detailed status message for the snapshot creation.

", "SnapshotDetail$Url": "

The URL used to access the disk image.

", "SnapshotDiskContainer$Description": "

The description of the disk image being imported.

", "SnapshotDiskContainer$Format": "

The format of the disk image being imported.

Valid values: RAW | VHD | VMDK | OVA

", "SnapshotDiskContainer$Url": "

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://..).

", "SnapshotIdStringList$member": null, "SnapshotTaskDetail$Description": "

The description of the snapshot.

", "SnapshotTaskDetail$Format": "

The format of the disk image from which the snapshot is created.

", "SnapshotTaskDetail$Progress": "

The percentage of completion for the import snapshot task.

", "SnapshotTaskDetail$SnapshotId": "

The snapshot ID of the disk being imported.

", "SnapshotTaskDetail$Status": "

A brief status for the import snapshot task.

", "SnapshotTaskDetail$StatusMessage": "

A detailed status message for the import snapshot task.

", "SnapshotTaskDetail$Url": "

The URL of the disk image from which the snapshot is created.

", "SpotDatafeedSubscription$Bucket": "

The Amazon S3 bucket where the Spot Instance data feed is located.

", "SpotDatafeedSubscription$OwnerId": "

The AWS account ID of the account.

", "SpotDatafeedSubscription$Prefix": "

The prefix that is prepended to data feed files.

", "SpotFleetLaunchSpecification$AddressingType": "

Deprecated.

", "SpotFleetLaunchSpecification$ImageId": "

The ID of the AMI.

", "SpotFleetLaunchSpecification$KernelId": "

The ID of the kernel.

", "SpotFleetLaunchSpecification$KeyName": "

The name of the key pair.

", "SpotFleetLaunchSpecification$RamdiskId": "

The ID of the RAM disk.

", "SpotFleetLaunchSpecification$SpotPrice": "

The maximum price per unit hour that you are willing to pay for a Spot Instance. If this value is not specified, the default is the Spot price specified for the fleet. To determine the Spot price per unit hour, divide the Spot price by the value of WeightedCapacity.

", "SpotFleetLaunchSpecification$SubnetId": "

The ID of the subnet in which to launch the instances. To specify multiple subnets, separate them using commas; for example, \"subnet-a61dafcf, subnet-65ea5f08\".

", "SpotFleetLaunchSpecification$UserData": "

The user data to make available to the instances. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

", "SpotFleetRequestConfig$SpotFleetRequestId": "

The ID of the Spot Fleet request.

", "SpotFleetRequestConfigData$ClientToken": "

A unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.

", "SpotFleetRequestConfigData$IamFleetRole": "

Grants the Spot Fleet permission to terminate Spot Instances on your behalf when you cancel its Spot Fleet request using CancelSpotFleetRequests or when the Spot Fleet request expires, if you set terminateInstancesWithExpiration.

", "SpotFleetRequestConfigData$SpotPrice": "

The maximum price per unit hour that you are willing to pay for a Spot Instance. The default is the On-Demand price.

", "SpotInstanceRequest$ActualBlockHourlyPrice": "

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.

", "SpotInstanceRequest$AvailabilityZoneGroup": "

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.

", "SpotInstanceRequest$InstanceId": "

The instance ID, if an instance has been launched to fulfill the Spot Instance request.

", "SpotInstanceRequest$LaunchGroup": "

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

", "SpotInstanceRequest$LaunchedAvailabilityZone": "

The Availability Zone in which the request is launched.

", "SpotInstanceRequest$SpotInstanceRequestId": "

The ID of the Spot Instance request.

", "SpotInstanceRequest$SpotPrice": "

The maximum price per hour that you are willing to pay for a Spot Instance.

", "SpotInstanceRequestIdList$member": null, "SpotInstanceStateFault$Code": "

The reason code for the Spot Instance state change.

", "SpotInstanceStateFault$Message": "

The message for the Spot Instance state change.

", "SpotInstanceStatus$Code": "

The status code. For a list of status codes, see Spot Status Codes in the Amazon Elastic Compute Cloud User Guide.

", "SpotInstanceStatus$Message": "

The description for the status code.

", "SpotMarketOptions$MaxPrice": "

The maximum hourly price you're willing to pay for the Spot Instances. The default is the On-Demand price.

", "SpotPlacement$AvailabilityZone": "

The Availability Zone.

[Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, \"us-west-2a, us-west-2b\".

", "SpotPlacement$GroupName": "

The name of the placement group.

", "SpotPrice$AvailabilityZone": "

The Availability Zone.

", "SpotPrice$SpotPrice": "

The maximum price per hour that you are willing to pay for a Spot Instance.

", "StaleIpPermission$IpProtocol": "

The IP protocol name (for tcp, udp, and icmp) or number (see Protocol Numbers).

", "StaleSecurityGroup$Description": "

The description of the security group.

", "StaleSecurityGroup$GroupId": "

The ID of the security group.

", "StaleSecurityGroup$GroupName": "

The name of the security group.

", "StaleSecurityGroup$VpcId": "

The ID of the VPC for the security group.

", "StartInstancesRequest$AdditionalInfo": "

Reserved.

", "StateReason$Code": "

The reason code for the state change.

", "StateReason$Message": "

The message for the state change.

", "StorageLocation$Bucket": "

The name of the S3 bucket.

", "StorageLocation$Key": "

The key.

", "Subnet$AvailabilityZone": "

The Availability Zone of the subnet.

", "Subnet$CidrBlock": "

The IPv4 CIDR block assigned to the subnet.

", "Subnet$SubnetId": "

The ID of the subnet.

", "Subnet$VpcId": "

The ID of the VPC the subnet is in.

", "SubnetCidrBlockState$StatusMessage": "

A message about the status of the CIDR block, if applicable.

", "SubnetIdStringList$member": null, "SubnetIpv6CidrBlockAssociation$AssociationId": "

The association ID for the CIDR block.

", "SubnetIpv6CidrBlockAssociation$Ipv6CidrBlock": "

The IPv6 CIDR block.

", "SuccessfulInstanceCreditSpecificationItem$InstanceId": "

The ID of the instance.

", "Tag$Key": "

The key of the tag.

Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:

", "Tag$Value": "

The value of the tag.

Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.

", "TagDescription$Key": "

The tag key.

", "TagDescription$ResourceId": "

The ID of the resource. For example, ami-1a2b3c4d.

", "TagDescription$Value": "

The tag value.

", "TargetConfiguration$OfferingId": "

The ID of the Convertible Reserved Instance offering.

", "TargetConfigurationRequest$OfferingId": "

The Convertible Reserved Instance offering ID.

", "TargetGroup$Arn": "

The Amazon Resource Name (ARN) of the target group.

", "UnassignIpv6AddressesRequest$NetworkInterfaceId": "

The ID of the network interface.

", "UnassignIpv6AddressesResult$NetworkInterfaceId": "

The ID of the network interface.

", "UnassignPrivateIpAddressesRequest$NetworkInterfaceId": "

The ID of the network interface.

", "UnsuccessfulInstanceCreditSpecificationItem$InstanceId": "

The ID of the instance.

", "UnsuccessfulInstanceCreditSpecificationItemError$Message": "

The applicable error message.

", "UnsuccessfulItem$ResourceId": "

The ID of the resource.

", "UnsuccessfulItemError$Code": "

The error code.

", "UnsuccessfulItemError$Message": "

The error message accompanying the error code.

", "UpdateSecurityGroupRuleDescriptionsEgressRequest$GroupId": "

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.

", "UpdateSecurityGroupRuleDescriptionsEgressRequest$GroupName": "

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.

", "UpdateSecurityGroupRuleDescriptionsIngressRequest$GroupId": "

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.

", "UpdateSecurityGroupRuleDescriptionsIngressRequest$GroupName": "

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

", "UserBucket$S3Bucket": "

The name of the S3 bucket where the disk image is located.

", "UserBucket$S3Key": "

The file name of the disk image.

", "UserBucketDetails$S3Bucket": "

The S3 bucket from which the disk image was created.

", "UserBucketDetails$S3Key": "

The file name of the disk image.

", "UserData$Data": "

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.

", "UserGroupStringList$member": null, "UserIdGroupPair$Description": "

A description for the security group rule that references this user ID group pair.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

", "UserIdGroupPair$GroupId": "

The ID of the security group.

", "UserIdGroupPair$GroupName": "

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.

", "UserIdGroupPair$PeeringStatus": "

The status of a VPC peering connection, if applicable.

", "UserIdGroupPair$UserId": "

The ID of an AWS account. For a referenced security group in another VPC, the account ID of the referenced security group is returned.

[EC2-Classic] Required when adding or removing rules that reference a security group in another AWS account.

", "UserIdGroupPair$VpcId": "

The ID of the VPC for the referenced security group, if applicable.

", "UserIdGroupPair$VpcPeeringConnectionId": "

The ID of the VPC peering connection, if applicable.

", "UserIdStringList$member": null, "ValueStringList$member": null, "VersionStringList$member": null, "VgwTelemetry$OutsideIpAddress": "

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

", "VgwTelemetry$StatusMessage": "

If an error occurs, a description of the error.

", "Volume$AvailabilityZone": "

The Availability Zone for the volume.

", "Volume$KmsKeyId": "

The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.

", "Volume$SnapshotId": "

The snapshot from which the volume was created, if applicable.

", "Volume$VolumeId": "

The ID of the volume.

", "VolumeAttachment$Device": "

The device name.

", "VolumeAttachment$InstanceId": "

The ID of the instance.

", "VolumeAttachment$VolumeId": "

The ID of the volume.

", "VolumeIdStringList$member": null, "VolumeModification$VolumeId": "

ID of the volume being modified.

", "VolumeModification$StatusMessage": "

Generic status message on modification progress or failure.

", "VolumeStatusAction$Code": "

The code identifying the operation, for example, enable-volume-io.

", "VolumeStatusAction$Description": "

A description of the operation.

", "VolumeStatusAction$EventId": "

The ID of the event associated with this operation.

", "VolumeStatusAction$EventType": "

The event type associated with this operation.

", "VolumeStatusDetails$Status": "

The intended status of the volume status.

", "VolumeStatusEvent$Description": "

A description of the event.

", "VolumeStatusEvent$EventId": "

The ID of this event.

", "VolumeStatusEvent$EventType": "

The type of this event.

", "VolumeStatusItem$AvailabilityZone": "

The Availability Zone of the volume.

", "VolumeStatusItem$VolumeId": "

The volume ID.

", "Vpc$CidrBlock": "

The primary IPv4 CIDR block for the VPC.

", "Vpc$DhcpOptionsId": "

The ID of the set of DHCP options you've associated with the VPC (or default if the default options are associated with the VPC).

", "Vpc$VpcId": "

The ID of the VPC.

", "VpcAttachment$VpcId": "

The ID of the VPC.

", "VpcCidrBlockAssociation$AssociationId": "

The association ID for the IPv4 CIDR block.

", "VpcCidrBlockAssociation$CidrBlock": "

The IPv4 CIDR block.

", "VpcCidrBlockState$StatusMessage": "

A message about the status of the CIDR block, if applicable.

", "VpcClassicLink$VpcId": "

The ID of the VPC.

", "VpcClassicLinkIdList$member": null, "VpcEndpoint$VpcEndpointId": "

The ID of the VPC endpoint.

", "VpcEndpoint$VpcId": "

The ID of the VPC to which the endpoint is associated.

", "VpcEndpoint$ServiceName": "

The name of the service to which the endpoint is associated.

", "VpcEndpoint$PolicyDocument": "

The policy document associated with the endpoint, if applicable.

", "VpcEndpointConnection$ServiceId": "

The ID of the service to which the endpoint is connected.

", "VpcEndpointConnection$VpcEndpointId": "

The ID of the VPC endpoint.

", "VpcEndpointConnection$VpcEndpointOwner": "

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

", "VpcIdStringList$member": null, "VpcIpv6CidrBlockAssociation$AssociationId": "

The association ID for the IPv6 CIDR block.

", "VpcIpv6CidrBlockAssociation$Ipv6CidrBlock": "

The IPv6 CIDR block.

", "VpcPeeringConnection$VpcPeeringConnectionId": "

The ID of the VPC peering connection.

", "VpcPeeringConnectionStateReason$Message": "

A message that provides more information about the status, if applicable.

", "VpcPeeringConnectionVpcInfo$CidrBlock": "

The IPv4 CIDR block for the VPC.

", "VpcPeeringConnectionVpcInfo$OwnerId": "

The AWS account ID of the VPC owner.

", "VpcPeeringConnectionVpcInfo$VpcId": "

The ID of the VPC.

", "VpcPeeringConnectionVpcInfo$Region": "

The region in which the VPC is located.

", "VpnConnection$CustomerGatewayConfiguration": "

The configuration information for the VPN connection's customer gateway (in the native XML format). This element is always present in the CreateVpnConnection response; however, it's present in the DescribeVpnConnections response only if the VPN connection is in the pending or available state.

", "VpnConnection$CustomerGatewayId": "

The ID of the customer gateway at your end of the VPN connection.

", "VpnConnection$Category": "

The category of the VPN connection. A value of VPN indicates an AWS VPN connection. A value of VPN-Classic indicates an AWS Classic VPN connection. For more information, see AWS Managed VPN Categories in the Amazon Virtual Private Cloud User Guide.

", "VpnConnection$VpnConnectionId": "

The ID of the VPN connection.

", "VpnConnection$VpnGatewayId": "

The ID of the virtual private gateway at the AWS side of the VPN connection.

", "VpnConnectionIdStringList$member": null, "VpnGateway$AvailabilityZone": "

The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.

", "VpnGateway$VpnGatewayId": "

The ID of the virtual private gateway.

", "VpnGatewayIdStringList$member": null, "VpnStaticRoute$DestinationCidrBlock": "

The CIDR block associated with the local subnet of the customer data center.

", "VpnTunnelOptionsSpecification$TunnelInsideCidr": "

The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.

Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are reserved and cannot be used:

", "VpnTunnelOptionsSpecification$PreSharedKey": "

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.

Constraints: Allowed characters are alphanumeric characters and ._. Must be between 8 and 64 characters in length and cannot start with zero (0).

", "ZoneNameStringList$member": null } }, "Subnet": { "base": "

Describes a subnet.

", "refs": { "CreateDefaultSubnetResult$Subnet": "

Information about the subnet.

", "CreateSubnetResult$Subnet": "

Information about the subnet.

", "SubnetList$member": null } }, "SubnetCidrBlockState": { "base": "

Describes the state of a CIDR block.

", "refs": { "SubnetIpv6CidrBlockAssociation$Ipv6CidrBlockState": "

Information about the state of the CIDR block.

" } }, "SubnetCidrBlockStateCode": { "base": null, "refs": { "SubnetCidrBlockState$State": "

The state of a CIDR block.

" } }, "SubnetIdStringList": { "base": null, "refs": { "DescribeSubnetsRequest$SubnetIds": "

One or more subnet IDs.

Default: Describes all your subnets.

" } }, "SubnetIpv6CidrBlockAssociation": { "base": "

Describes an IPv6 CIDR block associated with a subnet.

", "refs": { "AssociateSubnetCidrBlockResult$Ipv6CidrBlockAssociation": "

Information about the IPv6 CIDR block association.

", "DisassociateSubnetCidrBlockResult$Ipv6CidrBlockAssociation": "

Information about the IPv6 CIDR block association.

", "SubnetIpv6CidrBlockAssociationSet$member": null } }, "SubnetIpv6CidrBlockAssociationSet": { "base": null, "refs": { "Subnet$Ipv6CidrBlockAssociationSet": "

Information about the IPv6 CIDR blocks associated with the subnet.

" } }, "SubnetList": { "base": null, "refs": { "DescribeSubnetsResult$Subnets": "

Information about one or more subnets.

" } }, "SubnetState": { "base": null, "refs": { "Subnet$State": "

The current state of the subnet.

" } }, "SuccessfulInstanceCreditSpecificationItem": { "base": "

Describes the T2 instance whose credit option for CPU usage was successfully modified.

", "refs": { "SuccessfulInstanceCreditSpecificationSet$member": null } }, "SuccessfulInstanceCreditSpecificationSet": { "base": null, "refs": { "ModifyInstanceCreditSpecificationResult$SuccessfulInstanceCreditSpecifications": "

Information about the instances whose credit option for CPU usage was successfully modified.

" } }, "SummaryStatus": { "base": null, "refs": { "InstanceStatusSummary$Status": "

The status.

" } }, "Tag": { "base": "

Describes a tag.

", "refs": { "TagList$member": null } }, "TagDescription": { "base": "

Describes a tag.

", "refs": { "TagDescriptionList$member": null } }, "TagDescriptionList": { "base": null, "refs": { "DescribeTagsResult$Tags": "

A list of tags.

" } }, "TagList": { "base": null, "refs": { "ClassicLinkInstance$Tags": "

Any tags assigned to the instance.

", "ConversionTask$Tags": "

Any tags assigned to the task.

", "CreateTagsRequest$Tags": "

One or more tags. The value parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.

", "CustomerGateway$Tags": "

Any tags assigned to the customer gateway.

", "DeleteTagsRequest$Tags": "

One or more tags to delete. If you omit this parameter, we delete all tags for the specified resources. 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.

", "DhcpOptions$Tags": "

Any tags assigned to the DHCP options set.

", "FpgaImage$Tags": "

Any tags assigned to the AFI.

", "Image$Tags": "

Any tags assigned to the image.

", "Instance$Tags": "

Any tags assigned to the instance.

", "InternetGateway$Tags": "

Any tags assigned to the Internet gateway.

", "LaunchTemplate$Tags": "

The tags for the launch template.

", "LaunchTemplateTagSpecification$Tags": "

The tags for the resource.

", "LaunchTemplateTagSpecificationRequest$Tags": "

The tags to apply to the resource.

", "NatGateway$Tags": "

The tags for the NAT gateway.

", "NetworkAcl$Tags": "

Any tags assigned to the network ACL.

", "NetworkInterface$TagSet": "

Any tags assigned to the network interface.

", "ReservedInstances$Tags": "

Any tags assigned to the resource.

", "ReservedInstancesListing$Tags": "

Any tags assigned to the resource.

", "RouteTable$Tags": "

Any tags assigned to the route table.

", "SecurityGroup$Tags": "

Any tags assigned to the security group.

", "Snapshot$Tags": "

Any tags assigned to the snapshot.

", "SpotFleetTagSpecification$Tags": "

The tags.

", "SpotInstanceRequest$Tags": "

Any tags assigned to the resource.

", "Subnet$Tags": "

Any tags assigned to the subnet.

", "TagSpecification$Tags": "

The tags to apply to the resource.

", "Volume$Tags": "

Any tags assigned to the volume.

", "Vpc$Tags": "

Any tags assigned to the VPC.

", "VpcClassicLink$Tags": "

Any tags assigned to the VPC.

", "VpcPeeringConnection$Tags": "

Any tags assigned to the resource.

", "VpnConnection$Tags": "

Any tags assigned to the VPN connection.

", "VpnGateway$Tags": "

Any tags assigned to the virtual private gateway.

" } }, "TagSpecification": { "base": "

The tags to apply to a resource when the resource is being created.

", "refs": { "TagSpecificationList$member": null } }, "TagSpecificationList": { "base": null, "refs": { "CreateVolumeRequest$TagSpecifications": "

The tags to apply to the volume during creation.

", "RunInstancesRequest$TagSpecifications": "

The tags to apply to the resources during launch. You can tag instances and volumes. The specified tags are applied to all instances or volumes that are created during launch.

" } }, "TargetConfiguration": { "base": "

Information about the Convertible Reserved Instance offering.

", "refs": { "TargetReservationValue$TargetConfiguration": "

The configuration of the Convertible Reserved Instances that make up the exchange.

" } }, "TargetConfigurationRequest": { "base": "

Details about the target configuration.

", "refs": { "TargetConfigurationRequestSet$member": null } }, "TargetConfigurationRequestSet": { "base": null, "refs": { "AcceptReservedInstancesExchangeQuoteRequest$TargetConfigurations": "

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

", "GetReservedInstancesExchangeQuoteRequest$TargetConfigurations": "

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

" } }, "TargetGroup": { "base": "

Describes a load balancer target group.

", "refs": { "TargetGroups$member": null } }, "TargetGroups": { "base": null, "refs": { "TargetGroupsConfig$TargetGroups": "

One or more target groups.

" } }, "TargetGroupsConfig": { "base": "

Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.

", "refs": { "LoadBalancersConfig$TargetGroupsConfig": "

The target groups.

" } }, "TargetReservationValue": { "base": "

The total value of the new Convertible Reserved Instances.

", "refs": { "TargetReservationValueSet$member": null } }, "TargetReservationValueSet": { "base": null, "refs": { "GetReservedInstancesExchangeQuoteResult$TargetConfigurationValueSet": "

The values of the target Convertible Reserved Instances.

" } }, "TelemetryStatus": { "base": null, "refs": { "VgwTelemetry$Status": "

The status of the VPN tunnel.

" } }, "Tenancy": { "base": null, "refs": { "CreateVpcRequest$InstanceTenancy": "

The tenancy options for instances launched into the VPC. For default, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For dedicated, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of dedicated or host into a dedicated tenancy VPC.

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

", "DescribeReservedInstancesOfferingsRequest$InstanceTenancy": "

The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of dedicated is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances).

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

", "LaunchTemplatePlacement$Tenancy": "

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.

", "LaunchTemplatePlacementRequest$Tenancy": "

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.

", "Placement$Tenancy": "

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for the ImportInstance command.

", "ReservedInstances$InstanceTenancy": "

The tenancy of the instance.

", "ReservedInstancesOffering$InstanceTenancy": "

The tenancy of the instance.

", "SpotPlacement$Tenancy": "

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.

", "Vpc$InstanceTenancy": "

The allowed tenancy of instances launched into the VPC.

" } }, "TerminateInstancesRequest": { "base": "

Contains the parameters for TerminateInstances.

", "refs": { } }, "TerminateInstancesResult": { "base": "

Contains the output of TerminateInstances.

", "refs": { } }, "TrafficType": { "base": null, "refs": { "CreateFlowLogsRequest$TrafficType": "

The type of traffic to log.

", "FlowLog$TrafficType": "

The type of traffic captured for the flow log.

" } }, "TunnelOptionsList": { "base": null, "refs": { "VpnConnectionOptionsSpecification$TunnelOptions": "

The tunnel options for the VPN connection.

" } }, "UnassignIpv6AddressesRequest": { "base": null, "refs": { } }, "UnassignIpv6AddressesResult": { "base": null, "refs": { } }, "UnassignPrivateIpAddressesRequest": { "base": "

Contains the parameters for UnassignPrivateIpAddresses.

", "refs": { } }, "UnmonitorInstancesRequest": { "base": "

Contains the parameters for UnmonitorInstances.

", "refs": { } }, "UnmonitorInstancesResult": { "base": "

Contains the output of UnmonitorInstances.

", "refs": { } }, "UnsuccessfulInstanceCreditSpecificationErrorCode": { "base": null, "refs": { "UnsuccessfulInstanceCreditSpecificationItemError$Code": "

The error code.

" } }, "UnsuccessfulInstanceCreditSpecificationItem": { "base": "

Describes the T2 instance whose credit option for CPU usage was not modified.

", "refs": { "UnsuccessfulInstanceCreditSpecificationSet$member": null } }, "UnsuccessfulInstanceCreditSpecificationItemError": { "base": "

Information about the error for the T2 instance whose credit option for CPU usage was not modified.

", "refs": { "UnsuccessfulInstanceCreditSpecificationItem$Error": "

The applicable error for the T2 instance whose credit option for CPU usage was not modified.

" } }, "UnsuccessfulInstanceCreditSpecificationSet": { "base": null, "refs": { "ModifyInstanceCreditSpecificationResult$UnsuccessfulInstanceCreditSpecifications": "

Information about the instances whose credit option for CPU usage was not modified.

" } }, "UnsuccessfulItem": { "base": "

Information about items that were not successfully processed in a batch call.

", "refs": { "UnsuccessfulItemList$member": null, "UnsuccessfulItemSet$member": null } }, "UnsuccessfulItemError": { "base": "

Information about the error that occurred. For more information about errors, see Error Codes.

", "refs": { "UnsuccessfulItem$Error": "

Information about the error.

" } }, "UnsuccessfulItemList": { "base": null, "refs": { "ModifyHostsResult$Unsuccessful": "

The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.

", "ReleaseHostsResult$Unsuccessful": "

The IDs of the Dedicated Hosts that could not be released, including an error message.

" } }, "UnsuccessfulItemSet": { "base": null, "refs": { "AcceptVpcEndpointConnectionsResult$Unsuccessful": "

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

", "CreateFlowLogsResult$Unsuccessful": "

Information about the flow logs that could not be created successfully.

", "DeleteFlowLogsResult$Unsuccessful": "

Information about the flow logs that could not be deleted successfully.

", "DeleteVpcEndpointConnectionNotificationsResult$Unsuccessful": "

Information about the notifications that could not be deleted successfully.

", "DeleteVpcEndpointServiceConfigurationsResult$Unsuccessful": "

Information about the service configurations that were not deleted, if applicable.

", "DeleteVpcEndpointsResult$Unsuccessful": "

Information about the VPC endpoints that were not successfully deleted.

", "RejectVpcEndpointConnectionsResult$Unsuccessful": "

Information about the endpoints that were not rejected, if applicable.

" } }, "UpdateSecurityGroupRuleDescriptionsEgressRequest": { "base": "

Contains the parameters for UpdateSecurityGroupRuleDescriptionsEgress.

", "refs": { } }, "UpdateSecurityGroupRuleDescriptionsEgressResult": { "base": "

Contains the output of UpdateSecurityGroupRuleDescriptionsEgress.

", "refs": { } }, "UpdateSecurityGroupRuleDescriptionsIngressRequest": { "base": "

Contains the parameters for UpdateSecurityGroupRuleDescriptionsIngress.

", "refs": { } }, "UpdateSecurityGroupRuleDescriptionsIngressResult": { "base": "

Contains the output of UpdateSecurityGroupRuleDescriptionsIngress.

", "refs": { } }, "UserBucket": { "base": "

Describes the S3 bucket for the disk image.

", "refs": { "ImageDiskContainer$UserBucket": "

The S3 bucket for the disk image.

", "SnapshotDiskContainer$UserBucket": "

The S3 bucket for the disk image.

" } }, "UserBucketDetails": { "base": "

Describes the S3 bucket for the disk image.

", "refs": { "SnapshotDetail$UserBucket": "

The S3 bucket for the disk image.

", "SnapshotTaskDetail$UserBucket": "

The S3 bucket for the disk image.

" } }, "UserData": { "base": "

Describes the user data for an instance.

", "refs": { "ImportInstanceLaunchSpecification$UserData": "

The user data to make available to the instance. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

" } }, "UserGroupStringList": { "base": null, "refs": { "ModifyFpgaImageAttributeRequest$UserGroups": "

One or more user groups. This parameter is valid only when modifying the loadPermission attribute.

", "ModifyImageAttributeRequest$UserGroups": "

One or more user groups. This parameter can be used only when the Attribute parameter is launchPermission.

" } }, "UserIdGroupPair": { "base": "

Describes a security group and AWS account ID pair.

", "refs": { "UserIdGroupPairList$member": null, "UserIdGroupPairSet$member": null } }, "UserIdGroupPairList": { "base": null, "refs": { "IpPermission$UserIdGroupPairs": "

One or more security group and AWS account ID pairs.

" } }, "UserIdGroupPairSet": { "base": null, "refs": { "StaleIpPermission$UserIdGroupPairs": "

One or more security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.

" } }, "UserIdStringList": { "base": null, "refs": { "ModifyFpgaImageAttributeRequest$UserIds": "

One or more AWS account IDs. This parameter is valid only when modifying the loadPermission attribute.

", "ModifyImageAttributeRequest$UserIds": "

One or more AWS account IDs. This parameter can be used only when the Attribute parameter is launchPermission.

", "ModifySnapshotAttributeRequest$UserIds": "

The account ID to modify for the snapshot.

" } }, "ValueStringList": { "base": null, "refs": { "AcceptVpcEndpointConnectionsRequest$VpcEndpointIds": "

The IDs of one or more interface VPC endpoints.

", "CancelSpotFleetRequestsRequest$SpotFleetRequestIds": "

The IDs of the Spot Fleet requests.

", "ConnectionNotification$ConnectionEvents": "

The events for the notification. Valid values are Accept, Connect, Delete, and Reject.

", "CreateFlowLogsRequest$ResourceIds": "

One or more subnet, network interface, or VPC IDs.

Constraints: Maximum of 1000 resources

", "CreateFlowLogsResult$FlowLogIds": "

The IDs of the flow logs.

", "CreateVpcEndpointConnectionNotificationRequest$ConnectionEvents": "

One or more endpoint events for which to receive notifications. Valid values are Accept, Connect, Delete, and Reject.

", "CreateVpcEndpointRequest$RouteTableIds": "

(Gateway endpoint) One or more route table IDs.

", "CreateVpcEndpointRequest$SubnetIds": "

(Interface endpoint) The ID of one or more subnets in which to create an endpoint network interface.

", "CreateVpcEndpointRequest$SecurityGroupIds": "

(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.

", "CreateVpcEndpointServiceConfigurationRequest$NetworkLoadBalancerArns": "

The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.

", "DeleteFlowLogsRequest$FlowLogIds": "

One or more flow log IDs.

", "DeleteVpcEndpointConnectionNotificationsRequest$ConnectionNotificationIds": "

One or more notification IDs.

", "DeleteVpcEndpointServiceConfigurationsRequest$ServiceIds": "

The IDs of one or more services.

", "DeleteVpcEndpointsRequest$VpcEndpointIds": "

One or more VPC endpoint IDs.

", "DescribeFlowLogsRequest$FlowLogIds": "

One or more flow log IDs.

", "DescribeInternetGatewaysRequest$InternetGatewayIds": "

One or more Internet gateway IDs.

Default: Describes all your Internet gateways.

", "DescribeLaunchTemplatesRequest$LaunchTemplateIds": "

One or more launch template IDs.

", "DescribeMovingAddressesRequest$PublicIps": "

One or more Elastic IP addresses.

", "DescribeNatGatewaysRequest$NatGatewayIds": "

One or more NAT gateway IDs.

", "DescribeNetworkAclsRequest$NetworkAclIds": "

One or more network ACL IDs.

Default: Describes all your network ACLs.

", "DescribePrefixListsRequest$PrefixListIds": "

One or more prefix list IDs.

", "DescribeRouteTablesRequest$RouteTableIds": "

One or more route table IDs.

Default: Describes all your route tables.

", "DescribeSpotFleetRequestsRequest$SpotFleetRequestIds": "

The IDs of the Spot Fleet requests.

", "DescribeVpcEndpointServiceConfigurationsRequest$ServiceIds": "

The IDs of one or more services.

", "DescribeVpcEndpointServicesRequest$ServiceNames": "

One or more service names.

", "DescribeVpcEndpointServicesResult$ServiceNames": "

A list of supported services.

", "DescribeVpcEndpointsRequest$VpcEndpointIds": "

One or more endpoint IDs.

", "DescribeVpcPeeringConnectionsRequest$VpcPeeringConnectionIds": "

One or more VPC peering connection IDs.

Default: Describes all your VPC peering connections.

", "Filter$Values": "

One or more filter values. Filter values are case-sensitive.

", "ModifyVpcEndpointConnectionNotificationRequest$ConnectionEvents": "

One or more events for the endpoint. Valid values are Accept, Connect, Delete, and Reject.

", "ModifyVpcEndpointRequest$AddRouteTableIds": "

(Gateway endpoint) One or more route tables IDs to associate with the endpoint.

", "ModifyVpcEndpointRequest$RemoveRouteTableIds": "

(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.

", "ModifyVpcEndpointRequest$AddSubnetIds": "

(Interface endpoint) One or more subnet IDs in which to serve the endpoint.

", "ModifyVpcEndpointRequest$RemoveSubnetIds": "

(Interface endpoint) One or more subnets IDs in which to remove the endpoint.

", "ModifyVpcEndpointRequest$AddSecurityGroupIds": "

(Interface endpoint) One or more security group IDs to associate with the network interface.

", "ModifyVpcEndpointRequest$RemoveSecurityGroupIds": "

(Interface endpoint) One or more security group IDs to disassociate from the network interface.

", "ModifyVpcEndpointServiceConfigurationRequest$AddNetworkLoadBalancerArns": "

The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.

", "ModifyVpcEndpointServiceConfigurationRequest$RemoveNetworkLoadBalancerArns": "

The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.

", "ModifyVpcEndpointServicePermissionsRequest$AddAllowedPrincipals": "

One or more Amazon Resource Names (ARNs) of principals for which to allow permission. Specify * to allow all principals.

", "ModifyVpcEndpointServicePermissionsRequest$RemoveAllowedPrincipals": "

One or more Amazon Resource Names (ARNs) of principals for which to remove permission.

", "NewDhcpConfiguration$Values": null, "PrefixList$Cidrs": "

The IP address range of the AWS service.

", "RejectVpcEndpointConnectionsRequest$VpcEndpointIds": "

The IDs of one or more VPC endpoints.

", "RequestSpotLaunchSpecification$SecurityGroupIds": "

One or more security group IDs.

", "RequestSpotLaunchSpecification$SecurityGroups": "

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.

", "ResponseLaunchTemplateData$SecurityGroupIds": "

The security group IDs.

", "ResponseLaunchTemplateData$SecurityGroups": "

The security group names.

", "ServiceConfiguration$AvailabilityZones": "

In the Availability Zones in which the service is available.

", "ServiceConfiguration$NetworkLoadBalancerArns": "

The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.

", "ServiceConfiguration$BaseEndpointDnsNames": "

The DNS names for the service.

", "ServiceDetail$AvailabilityZones": "

The Availability Zones in which the service is available.

", "ServiceDetail$BaseEndpointDnsNames": "

The DNS names for the service.

", "VpcEndpoint$RouteTableIds": "

(Gateway endpoint) One or more route tables associated with the endpoint.

", "VpcEndpoint$SubnetIds": "

(Interface endpoint) One or more subnets in which the endpoint is located.

", "VpcEndpoint$NetworkInterfaceIds": "

(Interface endpoint) One or more network interfaces for the endpoint.

" } }, "VersionDescription": { "base": null, "refs": { "CreateLaunchTemplateRequest$VersionDescription": "

A description for the first version of the launch template.

", "CreateLaunchTemplateVersionRequest$VersionDescription": "

A description for the version of the launch template.

", "LaunchTemplateVersion$VersionDescription": "

The description for the version.

" } }, "VersionStringList": { "base": null, "refs": { "DeleteLaunchTemplateVersionsRequest$Versions": "

The version numbers of one or more launch template versions to delete.

", "DescribeLaunchTemplateVersionsRequest$Versions": "

One or more versions of the launch template.

" } }, "VgwTelemetry": { "base": "

Describes telemetry for a VPN tunnel.

", "refs": { "VgwTelemetryList$member": null } }, "VgwTelemetryList": { "base": null, "refs": { "VpnConnection$VgwTelemetry": "

Information about the VPN tunnel.

" } }, "VirtualizationType": { "base": null, "refs": { "Image$VirtualizationType": "

The type of virtualization of the AMI.

", "Instance$VirtualizationType": "

The virtualization type of the instance.

" } }, "Volume": { "base": "

Describes a volume.

", "refs": { "VolumeList$member": null } }, "VolumeAttachment": { "base": "

Describes volume attachment details.

", "refs": { "VolumeAttachmentList$member": null } }, "VolumeAttachmentList": { "base": null, "refs": { "Volume$Attachments": "

Information about the volume attachments.

" } }, "VolumeAttachmentState": { "base": null, "refs": { "VolumeAttachment$State": "

The attachment state of the volume.

" } }, "VolumeAttributeName": { "base": null, "refs": { "DescribeVolumeAttributeRequest$Attribute": "

The attribute of the volume. This parameter is required.

" } }, "VolumeDetail": { "base": "

Describes an EBS volume.

", "refs": { "DiskImage$Volume": "

Information about the volume.

", "ImportVolumeRequest$Volume": "

The volume size.

" } }, "VolumeIdStringList": { "base": null, "refs": { "DescribeVolumeStatusRequest$VolumeIds": "

One or more volume IDs.

Default: Describes all your volumes.

", "DescribeVolumesModificationsRequest$VolumeIds": "

One or more volume IDs for which in-progress modifications will be described.

", "DescribeVolumesRequest$VolumeIds": "

One or more volume IDs.

" } }, "VolumeList": { "base": null, "refs": { "DescribeVolumesResult$Volumes": "

Information about the volumes.

" } }, "VolumeModification": { "base": "

Describes the modification status of an EBS volume.

If the volume has never been modified, some element values will be null.

", "refs": { "ModifyVolumeResult$VolumeModification": "

A VolumeModification object.

", "VolumeModificationList$member": null } }, "VolumeModificationList": { "base": null, "refs": { "DescribeVolumesModificationsResult$VolumesModifications": "

A list of returned VolumeModification objects.

" } }, "VolumeModificationState": { "base": null, "refs": { "VolumeModification$ModificationState": "

Current state of modification. Modification state is null for unmodified volumes.

" } }, "VolumeState": { "base": null, "refs": { "Volume$State": "

The volume state.

" } }, "VolumeStatusAction": { "base": "

Describes a volume status operation code.

", "refs": { "VolumeStatusActionsList$member": null } }, "VolumeStatusActionsList": { "base": null, "refs": { "VolumeStatusItem$Actions": "

The details of the operation.

" } }, "VolumeStatusDetails": { "base": "

Describes a volume status.

", "refs": { "VolumeStatusDetailsList$member": null } }, "VolumeStatusDetailsList": { "base": null, "refs": { "VolumeStatusInfo$Details": "

The details of the volume status.

" } }, "VolumeStatusEvent": { "base": "

Describes a volume status event.

", "refs": { "VolumeStatusEventsList$member": null } }, "VolumeStatusEventsList": { "base": null, "refs": { "VolumeStatusItem$Events": "

A list of events associated with the volume.

" } }, "VolumeStatusInfo": { "base": "

Describes the status of a volume.

", "refs": { "VolumeStatusItem$VolumeStatus": "

The volume status.

" } }, "VolumeStatusInfoStatus": { "base": null, "refs": { "VolumeStatusInfo$Status": "

The status of the volume.

" } }, "VolumeStatusItem": { "base": "

Describes the volume status.

", "refs": { "VolumeStatusList$member": null } }, "VolumeStatusList": { "base": null, "refs": { "DescribeVolumeStatusResult$VolumeStatuses": "

A list of volumes.

" } }, "VolumeStatusName": { "base": null, "refs": { "VolumeStatusDetails$Name": "

The name of the volume status.

" } }, "VolumeType": { "base": null, "refs": { "CreateVolumeRequest$VolumeType": "

The volume type. This can be gp2 for General Purpose SSD, io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for Magnetic volumes.

Default: standard

", "EbsBlockDevice$VolumeType": "

The volume type: gp2, io1, st1, sc1, or standard.

Default: standard

", "LaunchTemplateEbsBlockDevice$VolumeType": "

The volume type.

", "LaunchTemplateEbsBlockDeviceRequest$VolumeType": "

The volume type.

", "ModifyVolumeRequest$VolumeType": "

Target EBS volume type of the volume to be modified

The API does not support modifications for volume type standard. You also cannot change the type of a volume to standard.

Default: If no type is specified, the existing type is retained.

", "Volume$VolumeType": "

The volume type. This can be gp2 for General Purpose SSD, io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for Magnetic volumes.

", "VolumeModification$TargetVolumeType": "

Target EBS volume type of the volume being modified.

", "VolumeModification$OriginalVolumeType": "

Original EBS volume type of the volume being modified.

" } }, "Vpc": { "base": "

Describes a VPC.

", "refs": { "CreateDefaultVpcResult$Vpc": "

Information about the VPC.

", "CreateVpcResult$Vpc": "

Information about the VPC.

", "VpcList$member": null } }, "VpcAttachment": { "base": "

Describes an attachment between a virtual private gateway and a VPC.

", "refs": { "AttachVpnGatewayResult$VpcAttachment": "

Information about the attachment.

", "VpcAttachmentList$member": null } }, "VpcAttachmentList": { "base": null, "refs": { "VpnGateway$VpcAttachments": "

Any VPCs attached to the virtual private gateway.

" } }, "VpcAttributeName": { "base": null, "refs": { "DescribeVpcAttributeRequest$Attribute": "

The VPC attribute.

" } }, "VpcCidrBlockAssociation": { "base": "

Describes an IPv4 CIDR block associated with a VPC.

", "refs": { "AssociateVpcCidrBlockResult$CidrBlockAssociation": "

Information about the IPv4 CIDR block association.

", "DisassociateVpcCidrBlockResult$CidrBlockAssociation": "

Information about the IPv4 CIDR block association.

", "VpcCidrBlockAssociationSet$member": null } }, "VpcCidrBlockAssociationSet": { "base": null, "refs": { "Vpc$CidrBlockAssociationSet": "

Information about the IPv4 CIDR blocks associated with the VPC.

" } }, "VpcCidrBlockState": { "base": "

Describes the state of a CIDR block.

", "refs": { "VpcCidrBlockAssociation$CidrBlockState": "

Information about the state of the CIDR block.

", "VpcIpv6CidrBlockAssociation$Ipv6CidrBlockState": "

Information about the state of the CIDR block.

" } }, "VpcCidrBlockStateCode": { "base": null, "refs": { "VpcCidrBlockState$State": "

The state of the CIDR block.

" } }, "VpcClassicLink": { "base": "

Describes whether a VPC is enabled for ClassicLink.

", "refs": { "VpcClassicLinkList$member": null } }, "VpcClassicLinkIdList": { "base": null, "refs": { "DescribeVpcClassicLinkDnsSupportRequest$VpcIds": "

One or more VPC IDs.

", "DescribeVpcClassicLinkRequest$VpcIds": "

One or more VPCs for which you want to describe the ClassicLink status.

" } }, "VpcClassicLinkList": { "base": null, "refs": { "DescribeVpcClassicLinkResult$Vpcs": "

The ClassicLink status of one or more VPCs.

" } }, "VpcEndpoint": { "base": "

Describes a VPC endpoint.

", "refs": { "CreateVpcEndpointResult$VpcEndpoint": "

Information about the endpoint.

", "VpcEndpointSet$member": null } }, "VpcEndpointConnection": { "base": "

Describes a VPC endpoint connection to a service.

", "refs": { "VpcEndpointConnectionSet$member": null } }, "VpcEndpointConnectionSet": { "base": null, "refs": { "DescribeVpcEndpointConnectionsResult$VpcEndpointConnections": "

Information about one or more VPC endpoint connections.

" } }, "VpcEndpointSet": { "base": null, "refs": { "DescribeVpcEndpointsResult$VpcEndpoints": "

Information about the endpoints.

" } }, "VpcEndpointType": { "base": null, "refs": { "CreateVpcEndpointRequest$VpcEndpointType": "

The type of endpoint.

Default: Gateway

", "VpcEndpoint$VpcEndpointType": "

The type of endpoint.

" } }, "VpcIdStringList": { "base": null, "refs": { "DescribeVpcsRequest$VpcIds": "

One or more VPC IDs.

Default: Describes all your VPCs.

" } }, "VpcIpv6CidrBlockAssociation": { "base": "

Describes an IPv6 CIDR block associated with a VPC.

", "refs": { "AssociateVpcCidrBlockResult$Ipv6CidrBlockAssociation": "

Information about the IPv6 CIDR block association.

", "DisassociateVpcCidrBlockResult$Ipv6CidrBlockAssociation": "

Information about the IPv6 CIDR block association.

", "VpcIpv6CidrBlockAssociationSet$member": null } }, "VpcIpv6CidrBlockAssociationSet": { "base": null, "refs": { "Vpc$Ipv6CidrBlockAssociationSet": "

Information about the IPv6 CIDR blocks associated with the VPC.

" } }, "VpcList": { "base": null, "refs": { "DescribeVpcsResult$Vpcs": "

Information about one or more VPCs.

" } }, "VpcPeeringConnection": { "base": "

Describes a VPC peering connection.

", "refs": { "AcceptVpcPeeringConnectionResult$VpcPeeringConnection": "

Information about the VPC peering connection.

", "CreateVpcPeeringConnectionResult$VpcPeeringConnection": "

Information about the VPC peering connection.

", "VpcPeeringConnectionList$member": null } }, "VpcPeeringConnectionList": { "base": null, "refs": { "DescribeVpcPeeringConnectionsResult$VpcPeeringConnections": "

Information about the VPC peering connections.

" } }, "VpcPeeringConnectionOptionsDescription": { "base": "

Describes the VPC peering connection options.

", "refs": { "VpcPeeringConnectionVpcInfo$PeeringOptions": "

Information about the VPC peering connection options for the accepter or requester VPC.

" } }, "VpcPeeringConnectionStateReason": { "base": "

Describes the status of a VPC peering connection.

", "refs": { "VpcPeeringConnection$Status": "

The status of the VPC peering connection.

" } }, "VpcPeeringConnectionStateReasonCode": { "base": null, "refs": { "VpcPeeringConnectionStateReason$Code": "

The status of the VPC peering connection.

" } }, "VpcPeeringConnectionVpcInfo": { "base": "

Describes a VPC in a VPC peering connection.

", "refs": { "VpcPeeringConnection$AccepterVpcInfo": "

Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.

", "VpcPeeringConnection$RequesterVpcInfo": "

Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.

" } }, "VpcState": { "base": null, "refs": { "Vpc$State": "

The current state of the VPC.

" } }, "VpcTenancy": { "base": null, "refs": { "ModifyVpcTenancyRequest$InstanceTenancy": "

The instance tenancy attribute for the VPC.

" } }, "VpnConnection": { "base": "

Describes a VPN connection.

", "refs": { "CreateVpnConnectionResult$VpnConnection": "

Information about the VPN connection.

", "VpnConnectionList$member": null } }, "VpnConnectionIdStringList": { "base": null, "refs": { "DescribeVpnConnectionsRequest$VpnConnectionIds": "

One or more VPN connection IDs.

Default: Describes your VPN connections.

" } }, "VpnConnectionList": { "base": null, "refs": { "DescribeVpnConnectionsResult$VpnConnections": "

Information about one or more VPN connections.

" } }, "VpnConnectionOptions": { "base": "

Describes VPN connection options.

", "refs": { "VpnConnection$Options": "

The VPN connection options.

" } }, "VpnConnectionOptionsSpecification": { "base": "

Describes VPN connection options.

", "refs": { "CreateVpnConnectionRequest$Options": "

The options for the VPN connection.

" } }, "VpnGateway": { "base": "

Describes a virtual private gateway.

", "refs": { "CreateVpnGatewayResult$VpnGateway": "

Information about the virtual private gateway.

", "VpnGatewayList$member": null } }, "VpnGatewayIdStringList": { "base": null, "refs": { "DescribeVpnGatewaysRequest$VpnGatewayIds": "

One or more virtual private gateway IDs.

Default: Describes all your virtual private gateways.

" } }, "VpnGatewayList": { "base": null, "refs": { "DescribeVpnGatewaysResult$VpnGateways": "

Information about one or more virtual private gateways.

" } }, "VpnState": { "base": null, "refs": { "VpnConnection$State": "

The current state of the VPN connection.

", "VpnGateway$State": "

The current state of the virtual private gateway.

", "VpnStaticRoute$State": "

The current state of the static route.

" } }, "VpnStaticRoute": { "base": "

Describes a static route for a VPN connection.

", "refs": { "VpnStaticRouteList$member": null } }, "VpnStaticRouteList": { "base": null, "refs": { "VpnConnection$Routes": "

The static routes associated with the VPN connection.

" } }, "VpnStaticRouteSource": { "base": null, "refs": { "VpnStaticRoute$Source": "

Indicates how the routes were provided.

" } }, "VpnTunnelOptionsSpecification": { "base": "

The tunnel options for a VPN connection.

", "refs": { "TunnelOptionsList$member": null } }, "ZoneNameStringList": { "base": null, "refs": { "DescribeAvailabilityZonesRequest$ZoneNames": "

The names of one or more Availability Zones.

" } }, "scope": { "base": null, "refs": { "ReservedInstances$Scope": "

The scope of the Reserved Instance.

", "ReservedInstancesConfiguration$Scope": "

Whether the Reserved Instance is applied to instances in a region or instances in a specific Availability Zone.

", "ReservedInstancesOffering$Scope": "

Whether the Reserved Instance is applied to instances in a region or an Availability Zone.

" } } } }