cdk-docker-image-deployment 0.0.178 → 0.0.179

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -397,11 +397,11 @@ declare class EC2 extends Service {
397
397
  */
398
398
  cancelReservedInstancesListing(callback?: (err: AWSError, data: EC2.Types.CancelReservedInstancesListingResult) => void): Request<EC2.Types.CancelReservedInstancesListingResult, AWSError>;
399
399
  /**
400
- * 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.
400
+ * Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to 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.
401
401
  */
402
402
  cancelSpotFleetRequests(params: EC2.Types.CancelSpotFleetRequestsRequest, callback?: (err: AWSError, data: EC2.Types.CancelSpotFleetRequestsResponse) => void): Request<EC2.Types.CancelSpotFleetRequestsResponse, AWSError>;
403
403
  /**
404
- * 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.
404
+ * Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to 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.
405
405
  */
406
406
  cancelSpotFleetRequests(callback?: (err: AWSError, data: EC2.Types.CancelSpotFleetRequestsResponse) => void): Request<EC2.Types.CancelSpotFleetRequestsResponse, AWSError>;
407
407
  /**
@@ -1157,11 +1157,11 @@ declare class EC2 extends Service {
1157
1157
  */
1158
1158
  deleteEgressOnlyInternetGateway(callback?: (err: AWSError, data: EC2.Types.DeleteEgressOnlyInternetGatewayResult) => void): Request<EC2.Types.DeleteEgressOnlyInternetGatewayResult, AWSError>;
1159
1159
  /**
1160
- * Deletes the specified EC2 Fleet. After you delete an EC2 Fleet, it launches no new instances. You must specify whether a deleted EC2 Fleet should also terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 instant fleets in a single request. If you exceed this number, no instant fleets are deleted and an error is returned. There is no restriction on the number of fleets of type maintain or request that can be deleted in a single request. Up to 1000 instances can be terminated in a single request to delete instant fleets. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1160
+ * Deletes the specified EC2 Fleets. After you delete an EC2 Fleet, it launches no new instances. You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 instant fleets in a single request. If you exceed this number, no instant fleets are deleted and an error is returned. There is no restriction on the number of fleets of type maintain or request that can be deleted in a single request. Up to 1000 instances can be terminated in a single request to delete instant fleets. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1161
1161
  */
1162
1162
  deleteFleets(params: EC2.Types.DeleteFleetsRequest, callback?: (err: AWSError, data: EC2.Types.DeleteFleetsResult) => void): Request<EC2.Types.DeleteFleetsResult, AWSError>;
1163
1163
  /**
1164
- * Deletes the specified EC2 Fleet. After you delete an EC2 Fleet, it launches no new instances. You must specify whether a deleted EC2 Fleet should also terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 instant fleets in a single request. If you exceed this number, no instant fleets are deleted and an error is returned. There is no restriction on the number of fleets of type maintain or request that can be deleted in a single request. Up to 1000 instances can be terminated in a single request to delete instant fleets. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1164
+ * Deletes the specified EC2 Fleets. After you delete an EC2 Fleet, it launches no new instances. You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 instant fleets in a single request. If you exceed this number, no instant fleets are deleted and an error is returned. There is no restriction on the number of fleets of type maintain or request that can be deleted in a single request. Up to 1000 instances can be terminated in a single request to delete instant fleets. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1165
1165
  */
1166
1166
  deleteFleets(callback?: (err: AWSError, data: EC2.Types.DeleteFleetsResult) => void): Request<EC2.Types.DeleteFleetsResult, AWSError>;
1167
1167
  /**
@@ -2549,11 +2549,11 @@ declare class EC2 extends Service {
2549
2549
  */
2550
2550
  describeSpotFleetRequests(callback?: (err: AWSError, data: EC2.Types.DescribeSpotFleetRequestsResponse) => void): Request<EC2.Types.DescribeSpotFleetRequestsResponse, AWSError>;
2551
2551
  /**
2552
- * Describes the specified Spot Instance requests. 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. We recommend that you set MaxResults to a value between 5 and 1000 to limit the number of results returned. This paginates the output, which makes the list more manageable and returns the results faster. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeSpotInstanceRequests request to retrieve the remaining results. Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
2552
+ * Describes the specified Spot Instance requests. 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. We recommend that you set MaxResults to a value between 5 and 1000 to limit the number of items returned. This paginates the output, which makes the list more manageable and returns the items faster. If the list of items exceeds your MaxResults value, then that number of items is returned along with a NextToken value that can be passed to a subsequent DescribeSpotInstanceRequests request to retrieve the remaining items. Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
2553
2553
  */
2554
2554
  describeSpotInstanceRequests(params: EC2.Types.DescribeSpotInstanceRequestsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeSpotInstanceRequestsResult) => void): Request<EC2.Types.DescribeSpotInstanceRequestsResult, AWSError>;
2555
2555
  /**
2556
- * Describes the specified Spot Instance requests. 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. We recommend that you set MaxResults to a value between 5 and 1000 to limit the number of results returned. This paginates the output, which makes the list more manageable and returns the results faster. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeSpotInstanceRequests request to retrieve the remaining results. Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
2556
+ * Describes the specified Spot Instance requests. 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. We recommend that you set MaxResults to a value between 5 and 1000 to limit the number of items returned. This paginates the output, which makes the list more manageable and returns the items faster. If the list of items exceeds your MaxResults value, then that number of items is returned along with a NextToken value that can be passed to a subsequent DescribeSpotInstanceRequests request to retrieve the remaining items. Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
2557
2557
  */
2558
2558
  describeSpotInstanceRequests(callback?: (err: AWSError, data: EC2.Types.DescribeSpotInstanceRequestsResult) => void): Request<EC2.Types.DescribeSpotInstanceRequestsResult, AWSError>;
2559
2559
  /**
@@ -3629,11 +3629,11 @@ declare class EC2 extends Service {
3629
3629
  */
3630
3630
  importClientVpnClientCertificateRevocationList(callback?: (err: AWSError, data: EC2.Types.ImportClientVpnClientCertificateRevocationListResult) => void): Request<EC2.Types.ImportClientVpnClientCertificateRevocationListResult, AWSError>;
3631
3631
  /**
3632
- * Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). Amazon Web Services VM Import/Export strongly recommends specifying a value for either the --license-type or --usage-operation parameter when you create a new VM Import task. This ensures your operating system is licensed appropriately and your billing is optimized. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.
3632
+ * To import your virtual machines (VMs) with a console-based experience, you can use the Import virtual machine images to Amazon Web Services template in the Migration Hub Orchestrator console. For more information, see the Migration Hub Orchestrator User Guide . Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). Amazon Web Services VM Import/Export strongly recommends specifying a value for either the --license-type or --usage-operation parameter when you create a new VM Import task. This ensures your operating system is licensed appropriately and your billing is optimized. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.
3633
3633
  */
3634
3634
  importImage(params: EC2.Types.ImportImageRequest, callback?: (err: AWSError, data: EC2.Types.ImportImageResult) => void): Request<EC2.Types.ImportImageResult, AWSError>;
3635
3635
  /**
3636
- * Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). Amazon Web Services VM Import/Export strongly recommends specifying a value for either the --license-type or --usage-operation parameter when you create a new VM Import task. This ensures your operating system is licensed appropriately and your billing is optimized. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.
3636
+ * To import your virtual machines (VMs) with a console-based experience, you can use the Import virtual machine images to Amazon Web Services template in the Migration Hub Orchestrator console. For more information, see the Migration Hub Orchestrator User Guide . Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). Amazon Web Services VM Import/Export strongly recommends specifying a value for either the --license-type or --usage-operation parameter when you create a new VM Import task. This ensures your operating system is licensed appropriately and your billing is optimized. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.
3637
3637
  */
3638
3638
  importImage(callback?: (err: AWSError, data: EC2.Types.ImportImageResult) => void): Request<EC2.Types.ImportImageResult, AWSError>;
3639
3639
  /**
@@ -3781,11 +3781,11 @@ declare class EC2 extends Service {
3781
3781
  */
3782
3782
  modifyIdentityIdFormat(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3783
3783
  /**
3784
- * 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 or LaunchPermission. Images with an Amazon Web Services 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.
3784
+ * Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. To specify the attribute, you can use the Attribute parameter, or one of the following parameters: Description, ImdsSupport, or LaunchPermission. Images with an Amazon Web Services 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.
3785
3785
  */
3786
3786
  modifyImageAttribute(params: EC2.Types.ModifyImageAttributeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3787
3787
  /**
3788
- * 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 or LaunchPermission. Images with an Amazon Web Services 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.
3788
+ * Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. To specify the attribute, you can use the Attribute parameter, or one of the following parameters: Description, ImdsSupport, or LaunchPermission. Images with an Amazon Web Services 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.
3789
3789
  */
3790
3790
  modifyImageAttribute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3791
3791
  /**
@@ -4149,11 +4149,11 @@ declare class EC2 extends Service {
4149
4149
  */
4150
4150
  modifyVpcEndpointServicePermissions(callback?: (err: AWSError, data: EC2.Types.ModifyVpcEndpointServicePermissionsResult) => void): Request<EC2.Types.ModifyVpcEndpointServicePermissionsResult, AWSError>;
4151
4151
  /**
4152
- * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
4152
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
4153
4153
  */
4154
4154
  modifyVpcPeeringConnectionOptions(params: EC2.Types.ModifyVpcPeeringConnectionOptionsRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVpcPeeringConnectionOptionsResult) => void): Request<EC2.Types.ModifyVpcPeeringConnectionOptionsResult, AWSError>;
4155
4155
  /**
4156
- * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
4156
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
4157
4157
  */
4158
4158
  modifyVpcPeeringConnectionOptions(callback?: (err: AWSError, data: EC2.Types.ModifyVpcPeeringConnectionOptionsResult) => void): Request<EC2.Types.ModifyVpcPeeringConnectionOptionsResult, AWSError>;
4159
4159
  /**
@@ -5549,7 +5549,7 @@ declare namespace EC2 {
5549
5549
  */
5550
5550
  OutpostArn?: String;
5551
5551
  /**
5552
- * Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide. Default: on
5552
+ * Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.
5553
5553
  */
5554
5554
  HostMaintenance?: HostMaintenance;
5555
5555
  }
@@ -5959,7 +5959,7 @@ declare namespace EC2 {
5959
5959
  /**
5960
5960
  * [EC2-Classic] The Elastic IP address to associate with the instance. This is required for EC2-Classic.
5961
5961
  */
5962
- PublicIp?: String;
5962
+ PublicIp?: EipAllocationPublicIp;
5963
5963
  /**
5964
5964
  * [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.
5965
5965
  */
@@ -7142,7 +7142,7 @@ declare namespace EC2 {
7142
7142
  */
7143
7143
  SpotFleetRequestIds: SpotFleetRequestIdList;
7144
7144
  /**
7145
- * Indicates whether to terminate instances for a Spot Fleet request if it is canceled successfully.
7145
+ * Indicates whether to terminate the associated instances when the Spot Fleet request is canceled. The default is to terminate the instances. To let the instances continue to run after the Spot Fleet request is canceled, specify no-terminate-instances.
7146
7146
  */
7147
7147
  TerminateInstances: Boolean;
7148
7148
  }
@@ -11634,7 +11634,7 @@ declare namespace EC2 {
11634
11634
  */
11635
11635
  FleetIds: FleetIdSet;
11636
11636
  /**
11637
- * Indicates whether to terminate the instances when the EC2 Fleet is deleted. The default is to terminate the instances. To let the instances continue to run after the EC2 Fleet is deleted, specify NoTerminateInstances. Supported only for fleets of type maintain and request. For instant fleets, you cannot specify NoTerminateInstances. A deleted instant fleet with running instances is not supported.
11637
+ * Indicates whether to terminate the associated instances when the EC2 Fleet is deleted. The default is to terminate the instances. To let the instances continue to run after the EC2 Fleet is deleted, specify no-terminate-instances. Supported only for fleets of type maintain and request. For instant fleets, you cannot specify NoTerminateInstances. A deleted instant fleet with running instances is not supported.
11638
11638
  */
11639
11639
  TerminateInstances: Boolean;
11640
11640
  }
@@ -12748,7 +12748,7 @@ declare namespace EC2 {
12748
12748
  */
12749
12749
  PoolId: Ipv4PoolEc2Id;
12750
12750
  /**
12751
- * The CIDR you want to deprovision from the pool.
12751
+ * The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of /32. You must rerun this command for each IP address in the CIDR range. If your CIDR is a /24, you will have to run this command to deprovision each of the 256 IP addresses in the /24 CIDR.
12752
12752
  */
12753
12753
  Cidr: String;
12754
12754
  }
@@ -13596,11 +13596,11 @@ declare namespace EC2 {
13596
13596
  */
13597
13597
  Filters?: FilterList;
13598
13598
  /**
13599
- * The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value. If this parameter is not specified, then all results are returned.
13599
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
13600
13600
  */
13601
13601
  MaxResults?: DescribeFastLaunchImagesRequestMaxResults;
13602
13602
  /**
13603
- * The token for the next set of results.
13603
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
13604
13604
  */
13605
13605
  NextToken?: NextToken;
13606
13606
  /**
@@ -13615,7 +13615,7 @@ declare namespace EC2 {
13615
13615
  */
13616
13616
  FastLaunchImages?: DescribeFastLaunchImagesSuccessSet;
13617
13617
  /**
13618
- * The token to use for the next set of results. This value is null when there are no more results to return.
13618
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
13619
13619
  */
13620
13620
  NextToken?: NextToken;
13621
13621
  }
@@ -13637,7 +13637,7 @@ declare namespace EC2 {
13637
13637
  */
13638
13638
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
13639
13639
  /**
13640
- * The maximum number of parallel instances that are launched for creating resources.
13640
+ * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.
13641
13641
  */
13642
13642
  MaxParallelLaunches?: Integer;
13643
13643
  /**
@@ -13762,11 +13762,11 @@ declare namespace EC2 {
13762
13762
  */
13763
13763
  EventType?: FleetEventType;
13764
13764
  /**
13765
- * 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.
13765
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
13766
13766
  */
13767
13767
  MaxResults?: Integer;
13768
13768
  /**
13769
- * The token for the next set of results.
13769
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
13770
13770
  */
13771
13771
  NextToken?: String;
13772
13772
  /**
@@ -13784,11 +13784,11 @@ declare namespace EC2 {
13784
13784
  */
13785
13785
  HistoryRecords?: HistoryRecordSet;
13786
13786
  /**
13787
- * 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.
13787
+ * 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 items, this value is not present.
13788
13788
  */
13789
13789
  LastEvaluatedTime?: DateTime;
13790
13790
  /**
13791
- * The token for the next set of results.
13791
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
13792
13792
  */
13793
13793
  NextToken?: String;
13794
13794
  /**
@@ -13806,11 +13806,11 @@ declare namespace EC2 {
13806
13806
  */
13807
13807
  DryRun?: Boolean;
13808
13808
  /**
13809
- * 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.
13809
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
13810
13810
  */
13811
13811
  MaxResults?: Integer;
13812
13812
  /**
13813
- * The token for the next set of results.
13813
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
13814
13814
  */
13815
13815
  NextToken?: String;
13816
13816
  /**
@@ -13828,7 +13828,7 @@ declare namespace EC2 {
13828
13828
  */
13829
13829
  ActiveInstances?: ActiveInstanceSet;
13830
13830
  /**
13831
- * The token for the next set of results.
13831
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
13832
13832
  */
13833
13833
  NextToken?: String;
13834
13834
  /**
@@ -13866,11 +13866,11 @@ declare namespace EC2 {
13866
13866
  */
13867
13867
  DryRun?: Boolean;
13868
13868
  /**
13869
- * 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.
13869
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
13870
13870
  */
13871
13871
  MaxResults?: Integer;
13872
13872
  /**
13873
- * The token for the next set of results.
13873
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
13874
13874
  */
13875
13875
  NextToken?: String;
13876
13876
  /**
@@ -13884,7 +13884,7 @@ declare namespace EC2 {
13884
13884
  }
13885
13885
  export interface DescribeFleetsResult {
13886
13886
  /**
13887
- * The token for the next set of results.
13887
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
13888
13888
  */
13889
13889
  NextToken?: String;
13890
13890
  /**
@@ -14171,11 +14171,11 @@ declare namespace EC2 {
14171
14171
  */
14172
14172
  DryRun?: Boolean;
14173
14173
  /**
14174
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
14174
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
14175
14175
  */
14176
14176
  MaxResults?: Integer;
14177
14177
  /**
14178
- * The token for the next page of results.
14178
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
14179
14179
  */
14180
14180
  NextToken?: String;
14181
14181
  }
@@ -14185,7 +14185,7 @@ declare namespace EC2 {
14185
14185
  */
14186
14186
  Images?: ImageList;
14187
14187
  /**
14188
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
14188
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
14189
14189
  */
14190
14190
  NextToken?: String;
14191
14191
  }
@@ -14282,7 +14282,7 @@ declare namespace EC2 {
14282
14282
  */
14283
14283
  InstanceIds?: InstanceIdStringList;
14284
14284
  /**
14285
- * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call. For more information, see Pagination.
14285
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination. You cannot specify this parameter and the instance IDs parameter in the same call.
14286
14286
  */
14287
14287
  MaxResults?: DescribeInstanceCreditSpecificationsMaxResults;
14288
14288
  /**
@@ -14354,7 +14354,7 @@ declare namespace EC2 {
14354
14354
  */
14355
14355
  InstanceIds?: InstanceIdStringList;
14356
14356
  /**
14357
- * The maximum number of items to return for this request. To retrieve the next page of items, make another request with the token returned in the output. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call. For more information, see Pagination.
14357
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination. You cannot specify this parameter and the instance IDs parameter in the same request.
14358
14358
  */
14359
14359
  MaxResults?: Integer;
14360
14360
  /**
@@ -14458,7 +14458,7 @@ declare namespace EC2 {
14458
14458
  */
14459
14459
  DryRun?: Boolean;
14460
14460
  /**
14461
- * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same request. For more information, see Pagination.
14461
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination. You cannot specify this parameter and the instance IDs parameter in the same request.
14462
14462
  */
14463
14463
  MaxResults?: Integer;
14464
14464
  /**
@@ -16021,11 +16021,11 @@ declare namespace EC2 {
16021
16021
  */
16022
16022
  DryRun?: Boolean;
16023
16023
  /**
16024
- * 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.
16024
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
16025
16025
  */
16026
16026
  MaxResults?: DescribeSpotFleetInstancesMaxResults;
16027
16027
  /**
16028
- * The token for the next set of results.
16028
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
16029
16029
  */
16030
16030
  NextToken?: String;
16031
16031
  /**
@@ -16039,7 +16039,7 @@ declare namespace EC2 {
16039
16039
  */
16040
16040
  ActiveInstances?: ActiveInstanceSet;
16041
16041
  /**
16042
- * The token required to retrieve the next set of results. This value is null when there are no more results to return.
16042
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
16043
16043
  */
16044
16044
  NextToken?: String;
16045
16045
  /**
@@ -16058,11 +16058,11 @@ declare namespace EC2 {
16058
16058
  */
16059
16059
  EventType?: EventType;
16060
16060
  /**
16061
- * 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.
16061
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
16062
16062
  */
16063
16063
  MaxResults?: DescribeSpotFleetRequestHistoryMaxResults;
16064
16064
  /**
16065
- * The token for the next set of results.
16065
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
16066
16066
  */
16067
16067
  NextToken?: String;
16068
16068
  /**
@@ -16080,11 +16080,11 @@ declare namespace EC2 {
16080
16080
  */
16081
16081
  HistoryRecords?: HistoryRecords;
16082
16082
  /**
16083
- * 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.
16083
+ * 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 items, this value is not present.
16084
16084
  */
16085
16085
  LastEvaluatedTime?: DateTime;
16086
16086
  /**
16087
- * The token required to retrieve the next set of results. This value is null when there are no more results to return.
16087
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
16088
16088
  */
16089
16089
  NextToken?: String;
16090
16090
  /**
@@ -16102,11 +16102,11 @@ declare namespace EC2 {
16102
16102
  */
16103
16103
  DryRun?: Boolean;
16104
16104
  /**
16105
- * 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.
16105
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
16106
16106
  */
16107
16107
  MaxResults?: Integer;
16108
16108
  /**
16109
- * The token for the next set of results.
16109
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
16110
16110
  */
16111
16111
  NextToken?: String;
16112
16112
  /**
@@ -16116,7 +16116,7 @@ declare namespace EC2 {
16116
16116
  }
16117
16117
  export interface DescribeSpotFleetRequestsResponse {
16118
16118
  /**
16119
- * The token required to retrieve the next set of results. This value is null when there are no more results to return.
16119
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
16120
16120
  */
16121
16121
  NextToken?: String;
16122
16122
  /**
@@ -16138,11 +16138,11 @@ declare namespace EC2 {
16138
16138
  */
16139
16139
  SpotInstanceRequestIds?: SpotInstanceRequestIdList;
16140
16140
  /**
16141
- * The token to request the next set of results. This value is null when there are no more results to return.
16141
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
16142
16142
  */
16143
16143
  NextToken?: String;
16144
16144
  /**
16145
- * The maximum number of results to return in a single call. Specify a value between 5 and 1000. To retrieve the remaining results, make another call with the returned NextToken value.
16145
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
16146
16146
  */
16147
16147
  MaxResults?: Integer;
16148
16148
  }
@@ -16152,7 +16152,7 @@ declare namespace EC2 {
16152
16152
  */
16153
16153
  SpotInstanceRequests?: SpotInstanceRequestList;
16154
16154
  /**
16155
- * The token to use to retrieve the next set of results. This value is null when there are no more results to return.
16155
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
16156
16156
  */
16157
16157
  NextToken?: String;
16158
16158
  }
@@ -16178,11 +16178,11 @@ declare namespace EC2 {
16178
16178
  */
16179
16179
  InstanceTypes?: InstanceTypeList;
16180
16180
  /**
16181
- * 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.
16181
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
16182
16182
  */
16183
16183
  MaxResults?: Integer;
16184
16184
  /**
16185
- * The token for the next set of results.
16185
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
16186
16186
  */
16187
16187
  NextToken?: String;
16188
16188
  /**
@@ -16196,7 +16196,7 @@ declare namespace EC2 {
16196
16196
  }
16197
16197
  export interface DescribeSpotPriceHistoryResult {
16198
16198
  /**
16199
- * The token required to retrieve the next set of results. This value is null or an empty string when there are no more results to return.
16199
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
16200
16200
  */
16201
16201
  NextToken?: String;
16202
16202
  /**
@@ -16248,11 +16248,11 @@ declare namespace EC2 {
16248
16248
  */
16249
16249
  Filters?: FilterList;
16250
16250
  /**
16251
- * The token for the next page of results.
16251
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
16252
16252
  */
16253
16253
  NextToken?: String;
16254
16254
  /**
16255
- * 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 1 and 200. You cannot specify this parameter and the ImageIDs parameter in the same call.
16255
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination. You cannot specify this parameter and the ImageIDs parameter in the same call.
16256
16256
  */
16257
16257
  MaxResults?: DescribeStoreImageTasksRequestMaxResults;
16258
16258
  }
@@ -16263,7 +16263,7 @@ declare namespace EC2 {
16263
16263
  */
16264
16264
  StoreImageTaskResults?: StoreImageTaskResultSet;
16265
16265
  /**
16266
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
16266
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
16267
16267
  */
16268
16268
  NextToken?: String;
16269
16269
  }
@@ -17736,7 +17736,7 @@ declare namespace EC2 {
17736
17736
  */
17737
17737
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
17738
17738
  /**
17739
- * The maximum number of parallel instances to launch for creating resources.
17739
+ * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.
17740
17740
  */
17741
17741
  MaxParallelLaunches?: Integer;
17742
17742
  /**
@@ -17977,7 +17977,7 @@ declare namespace EC2 {
17977
17977
  /**
17978
17978
  * [EC2-Classic] The Elastic IP address. Required for EC2-Classic.
17979
17979
  */
17980
- PublicIp?: String;
17980
+ PublicIp?: EipAllocationPublicIp;
17981
17981
  /**
17982
17982
  * Checks whether you have the required 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.
17983
17983
  */
@@ -18491,6 +18491,7 @@ declare namespace EC2 {
18491
18491
  export type EgressOnlyInternetGatewayId = string;
18492
18492
  export type EgressOnlyInternetGatewayIdList = EgressOnlyInternetGatewayId[];
18493
18493
  export type EgressOnlyInternetGatewayList = EgressOnlyInternetGateway[];
18494
+ export type EipAllocationPublicIp = string;
18494
18495
  export type EipAssociationIdList = ElasticIpAssociationId[];
18495
18496
  export interface ElasticGpuAssociation {
18496
18497
  /**
@@ -18695,7 +18696,7 @@ declare namespace EC2 {
18695
18696
  */
18696
18697
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest;
18697
18698
  /**
18698
- * The maximum number of parallel instances to launch for creating resources. Value must be 6 or greater.
18699
+ * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching. Value must be 6 or greater.
18699
18700
  */
18700
18701
  MaxParallelLaunches?: Integer;
18701
18702
  /**
@@ -18713,7 +18714,7 @@ declare namespace EC2 {
18713
18714
  */
18714
18715
  ResourceType?: FastLaunchResourceType;
18715
18716
  /**
18716
- * The configuration settings that were defined for creating and managing the pre-provisioned snapshots for faster launching of the Windows AMI. This property is returned when the associated resourceType is snapshot.
18717
+ * Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI. This property is returned when the associated resourceType is snapshot.
18717
18718
  */
18718
18719
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
18719
18720
  /**
@@ -18721,7 +18722,7 @@ declare namespace EC2 {
18721
18722
  */
18722
18723
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
18723
18724
  /**
18724
- * The maximum number of parallel instances to launch for creating resources.
18725
+ * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.
18725
18726
  */
18726
18727
  MaxParallelLaunches?: Integer;
18727
18728
  /**
@@ -19752,7 +19753,7 @@ declare namespace EC2 {
19752
19753
  }
19753
19754
  export interface FleetLaunchTemplateOverrides {
19754
19755
  /**
19755
- * The instance type. If you specify InstanceType, you can't specify InstanceRequirements.
19756
+ * The instance type. mac1.metal is not supported as a launch template override. If you specify InstanceType, you can't specify InstanceRequirements.
19756
19757
  */
19757
19758
  InstanceType?: InstanceType;
19758
19759
  /**
@@ -19792,7 +19793,7 @@ declare namespace EC2 {
19792
19793
  export type FleetLaunchTemplateOverridesListRequest = FleetLaunchTemplateOverridesRequest[];
19793
19794
  export interface FleetLaunchTemplateOverridesRequest {
19794
19795
  /**
19795
- * The instance type. If you specify InstanceType, you can't specify InstanceRequirements.
19796
+ * The instance type. mac1.metal is not supported as a launch template override. If you specify InstanceType, you can't specify InstanceRequirements.
19796
19797
  */
19797
19798
  InstanceType?: InstanceType;
19798
19799
  /**
@@ -20467,11 +20468,11 @@ declare namespace EC2 {
20467
20468
  */
20468
20469
  InstanceRequirements: InstanceRequirementsRequest;
20469
20470
  /**
20470
- * The maximum number of results to return in a single call. Specify a value between 1 and&#x2028; 1000. The default value is 1000. To retrieve the remaining results, make another call with&#x2028; the returned NextToken value.
20471
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
20471
20472
  */
20472
20473
  MaxResults?: Integer;
20473
20474
  /**
20474
- * The token for the next set of results.
20475
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
20475
20476
  */
20476
20477
  NextToken?: String;
20477
20478
  }
@@ -20481,7 +20482,7 @@ declare namespace EC2 {
20481
20482
  */
20482
20483
  InstanceTypes?: InstanceTypeInfoFromInstanceRequirementsSet;
20483
20484
  /**
20484
- * The token for the next set of results.
20485
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
20485
20486
  */
20486
20487
  NextToken?: String;
20487
20488
  }
@@ -20989,11 +20990,11 @@ declare namespace EC2 {
20989
20990
  */
20990
20991
  DryRun?: Boolean;
20991
20992
  /**
20992
- * The maximum number of results to return in a single call. Specify a value between 1 and&#x2028; 1000. The default value is 1000. To retrieve the remaining results, make another call with&#x2028; the returned NextToken value.
20993
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
20993
20994
  */
20994
20995
  MaxResults?: SpotPlacementScoresMaxResults;
20995
20996
  /**
20996
- * The token for the next set of results.
20997
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
20997
20998
  */
20998
20999
  NextToken?: String;
20999
21000
  }
@@ -21003,7 +21004,7 @@ declare namespace EC2 {
21003
21004
  */
21004
21005
  SpotPlacementScores?: SpotPlacementScores;
21005
21006
  /**
21006
- * The token for the next set of results.
21007
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
21007
21008
  */
21008
21009
  NextToken?: String;
21009
21010
  }
@@ -24782,7 +24783,7 @@ declare namespace EC2 {
24782
24783
  }
24783
24784
  export interface LaunchSpecification {
24784
24785
  /**
24785
- * The Base64-encoded user data for the instance.
24786
+ * The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.
24786
24787
  */
24787
24788
  UserData?: SensitiveUserData;
24788
24789
  /**
@@ -25651,11 +25652,11 @@ declare namespace EC2 {
25651
25652
  */
25652
25653
  ImageIds?: ImageIdStringList;
25653
25654
  /**
25654
- * The token for the next page of results.
25655
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
25655
25656
  */
25656
25657
  NextToken?: String;
25657
25658
  /**
25658
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 1,000 items per page by default. For more information, see Pagination.
25659
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
25659
25660
  */
25660
25661
  MaxResults?: ListImagesInRecycleBinMaxResults;
25661
25662
  /**
@@ -25669,7 +25670,7 @@ declare namespace EC2 {
25669
25670
  */
25670
25671
  Images?: ImageRecycleBinInfoList;
25671
25672
  /**
25672
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
25673
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
25673
25674
  */
25674
25675
  NextToken?: String;
25675
25676
  }
@@ -26478,7 +26479,7 @@ declare namespace EC2 {
26478
26479
  }
26479
26480
  export interface ModifyImageAttributeRequest {
26480
26481
  /**
26481
- * The name of the attribute to modify. Valid values: description | launchPermission
26482
+ * The name of the attribute to modify. Valid values: description | imdsSupport | launchPermission
26482
26483
  */
26483
26484
  Attribute?: String;
26484
26485
  /**
@@ -26510,7 +26511,7 @@ declare namespace EC2 {
26510
26511
  */
26511
26512
  UserIds?: UserIdStringList;
26512
26513
  /**
26513
- * The value of the attribute being modified. This parameter can be used only when the Attribute parameter is description.
26514
+ * The value of the attribute being modified. This parameter can be used only when the Attribute parameter is description or imdsSupport.
26514
26515
  */
26515
26516
  Value?: String;
26516
26517
  /**
@@ -26525,6 +26526,10 @@ declare namespace EC2 {
26525
26526
  * The Amazon Resource Name (ARN) of an organizational unit (OU). This parameter can be used only when the Attribute parameter is launchPermission.
26526
26527
  */
26527
26528
  OrganizationalUnitArns?: OrganizationalUnitArnStringList;
26529
+ /**
26530
+ * Set to v2.0 to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide. Do not use this parameter unless your AMI software supports IMDSv2. After you set the value to v2.0, you can't undo it. The only way to “reset” your AMI is to create a new AMI from the underlying snapshot.
26531
+ */
26532
+ ImdsSupport?: AttributeValue;
26528
26533
  }
26529
26534
  export interface ModifyInstanceAttributeRequest {
26530
26535
  /**
@@ -31108,7 +31113,7 @@ declare namespace EC2 {
31108
31113
  */
31109
31114
  SubnetId?: SubnetId;
31110
31115
  /**
31111
- * The Base64-encoded user data for the instance. User data is limited to 16 KB.
31116
+ * The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.
31112
31117
  */
31113
31118
  UserData?: SensitiveUserData;
31114
31119
  }
@@ -33607,7 +33612,7 @@ declare namespace EC2 {
33607
33612
  */
33608
33613
  SubnetId?: SubnetId;
33609
33614
  /**
33610
- * The Base64-encoded user data that instances use when starting up.
33615
+ * The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.
33611
33616
  */
33612
33617
  UserData?: SensitiveUserData;
33613
33618
  /**