cdk-docker-image-deployment 0.0.160 → 0.0.162

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.
@@ -373,11 +373,11 @@ declare class EC2 extends Service {
373
373
  */
374
374
  cancelExportTask(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
375
375
  /**
376
- * Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.
376
+ * Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.
377
377
  */
378
378
  cancelImageLaunchPermission(params: EC2.Types.CancelImageLaunchPermissionRequest, callback?: (err: AWSError, data: EC2.Types.CancelImageLaunchPermissionResult) => void): Request<EC2.Types.CancelImageLaunchPermissionResult, AWSError>;
379
379
  /**
380
- * Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.
380
+ * Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.
381
381
  */
382
382
  cancelImageLaunchPermission(callback?: (err: AWSError, data: EC2.Types.CancelImageLaunchPermissionResult) => void): Request<EC2.Types.CancelImageLaunchPermissionResult, AWSError>;
383
383
  /**
@@ -2509,11 +2509,11 @@ declare class EC2 extends Service {
2509
2509
  */
2510
2510
  describeSnapshotTierStatus(callback?: (err: AWSError, data: EC2.Types.DescribeSnapshotTierStatusResult) => void): Request<EC2.Types.DescribeSnapshotTierStatusResult, AWSError>;
2511
2511
  /**
2512
- * Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you. The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions. The create volume permissions fall into the following categories: public: The owner of the snapshot granted create volume permissions for the snapshot to the all group. All Amazon Web Services accounts have create volume permissions for these snapshots. explicit: The owner of the snapshot granted create volume permissions to a specific Amazon Web Services account. implicit: An Amazon Web Services account has implicit create volume permissions for all snapshots it owns. The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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, we recommend that you 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. To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores. For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.
2512
+ * Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you. The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions. The create volume permissions fall into the following categories: public: The owner of the snapshot granted create volume permissions for the snapshot to the all group. All Amazon Web Services accounts have create volume permissions for these snapshots. explicit: The owner of the snapshot granted create volume permissions to a specific Amazon Web Services account. implicit: An Amazon Web Services account has implicit create volume permissions for all snapshots it owns. The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination. To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores. For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.
2513
2513
  */
2514
2514
  describeSnapshots(params: EC2.Types.DescribeSnapshotsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeSnapshotsResult) => void): Request<EC2.Types.DescribeSnapshotsResult, AWSError>;
2515
2515
  /**
2516
- * Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you. The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions. The create volume permissions fall into the following categories: public: The owner of the snapshot granted create volume permissions for the snapshot to the all group. All Amazon Web Services accounts have create volume permissions for these snapshots. explicit: The owner of the snapshot granted create volume permissions to a specific Amazon Web Services account. implicit: An Amazon Web Services account has implicit create volume permissions for all snapshots it owns. The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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, we recommend that you 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. To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores. For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.
2516
+ * Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you. The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions. The create volume permissions fall into the following categories: public: The owner of the snapshot granted create volume permissions for the snapshot to the all group. All Amazon Web Services accounts have create volume permissions for these snapshots. explicit: The owner of the snapshot granted create volume permissions to a specific Amazon Web Services account. implicit: An Amazon Web Services account has implicit create volume permissions for all snapshots it owns. The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination. To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores. For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.
2517
2517
  */
2518
2518
  describeSnapshots(callback?: (err: AWSError, data: EC2.Types.DescribeSnapshotsResult) => void): Request<EC2.Types.DescribeSnapshotsResult, AWSError>;
2519
2519
  /**
@@ -2765,11 +2765,11 @@ declare class EC2 extends Service {
2765
2765
  */
2766
2766
  describeVolumeStatus(callback?: (err: AWSError, data: EC2.Types.DescribeVolumeStatusResult) => void): Request<EC2.Types.DescribeVolumeStatusResult, AWSError>;
2767
2767
  /**
2768
- * Describes the specified EBS volumes or all of your EBS volumes. If you are describing a long list of volumes, we recommend that you 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.
2768
+ * Describes the specified EBS volumes or all of your EBS volumes. If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination. For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.
2769
2769
  */
2770
2770
  describeVolumes(params: EC2.Types.DescribeVolumesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVolumesResult) => void): Request<EC2.Types.DescribeVolumesResult, AWSError>;
2771
2771
  /**
2772
- * Describes the specified EBS volumes or all of your EBS volumes. If you are describing a long list of volumes, we recommend that you 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.
2772
+ * Describes the specified EBS volumes or all of your EBS volumes. If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination. For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.
2773
2773
  */
2774
2774
  describeVolumes(callback?: (err: AWSError, data: EC2.Types.DescribeVolumesResult) => void): Request<EC2.Types.DescribeVolumesResult, AWSError>;
2775
2775
  /**
@@ -4685,11 +4685,11 @@ declare class EC2 extends Service {
4685
4685
  */
4686
4686
  unassignPrivateIpAddresses(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
4687
4687
  /**
4688
- * Unassigns secondary private NAT gateway IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon Virtual Private Cloud User Guide. While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway. A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses get released.
4688
+ * Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon Virtual Private Cloud User Guide. While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway. A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses get released.
4689
4689
  */
4690
4690
  unassignPrivateNatGatewayAddress(params: EC2.Types.UnassignPrivateNatGatewayAddressRequest, callback?: (err: AWSError, data: EC2.Types.UnassignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.UnassignPrivateNatGatewayAddressResult, AWSError>;
4691
4691
  /**
4692
- * Unassigns secondary private NAT gateway IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon Virtual Private Cloud User Guide. While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway. A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses get released.
4692
+ * Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon Virtual Private Cloud User Guide. While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway. A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses get released.
4693
4693
  */
4694
4694
  unassignPrivateNatGatewayAddress(callback?: (err: AWSError, data: EC2.Types.UnassignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.UnassignPrivateNatGatewayAddressResult, AWSError>;
4695
4695
  /**
@@ -4892,6 +4892,14 @@ declare class EC2 extends Service {
4892
4892
  * Waits for the snapshotCompleted state by periodically calling the underlying EC2.describeSnapshotsoperation every 15 seconds (at most 40 times).
4893
4893
  */
4894
4894
  waitFor(state: "snapshotCompleted", callback?: (err: AWSError, data: EC2.Types.DescribeSnapshotsResult) => void): Request<EC2.Types.DescribeSnapshotsResult, AWSError>;
4895
+ /**
4896
+ * Waits for the snapshotImported state by periodically calling the underlying EC2.describeImportSnapshotTasksoperation every 15 seconds (at most 40 times).
4897
+ */
4898
+ waitFor(state: "snapshotImported", params: EC2.Types.DescribeImportSnapshotTasksRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: EC2.Types.DescribeImportSnapshotTasksResult) => void): Request<EC2.Types.DescribeImportSnapshotTasksResult, AWSError>;
4899
+ /**
4900
+ * Waits for the snapshotImported state by periodically calling the underlying EC2.describeImportSnapshotTasksoperation every 15 seconds (at most 40 times).
4901
+ */
4902
+ waitFor(state: "snapshotImported", callback?: (err: AWSError, data: EC2.Types.DescribeImportSnapshotTasksResult) => void): Request<EC2.Types.DescribeImportSnapshotTasksResult, AWSError>;
4895
4903
  /**
4896
4904
  * Waits for the securityGroupExists state by periodically calling the underlying EC2.describeSecurityGroupsoperation every 5 seconds (at most 6 times).
4897
4905
  */
@@ -12954,7 +12962,7 @@ declare namespace EC2 {
12954
12962
  }
12955
12963
  export interface DescribeAvailabilityZonesRequest {
12956
12964
  /**
12957
- * The filters. group-name - For Availability Zones, use the Region name. For Local Zones, use the name of the group associated with the Local Zone (for example, us-west-2-lax-1) For Wavelength Zones, use the name of the group associated with the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). message - The Zone message. opt-in-status - The opt-in status (opted-in, and not-opted-in | opt-in-not-required). parent-zoneID - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls. parent-zoneName - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls. region-name - The name of the Region for the Zone (for example, us-east-1). state - The state of the Availability Zone, the Local Zone, or the Wavelength Zone (available). zone-id - The ID of the Availability Zone (for example, use1-az1), the Local Zone (for example, usw2-lax1-az1), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). zone-type - The type of zone, for example, local-zone. zone-name - The name of the Availability Zone (for example, us-east-1a), the Local Zone (for example, us-west-2-lax-1a), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). zone-type - The type of zone, for example, local-zone.
12965
+ * The filters. group-name - For Availability Zones, use the Region name. For Local Zones, use the name of the group associated with the Local Zone (for example, us-west-2-lax-1) For Wavelength Zones, use the name of the group associated with the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). message - The Zone message. opt-in-status - The opt-in status (opted-in | not-opted-in | opt-in-not-required). parent-zoneID - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls. parent-zoneName - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls. region-name - The name of the Region for the Zone (for example, us-east-1). state - The state of the Availability Zone, the Local Zone, or the Wavelength Zone (available). zone-id - The ID of the Availability Zone (for example, use1-az1), the Local Zone (for example, usw2-lax1-az1), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). zone-name - The name of the Availability Zone (for example, us-east-1a), the Local Zone (for example, us-west-2-lax-1a), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). zone-type - The type of zone (availability-zone | local-zone | wavelength-zone).
12958
12966
  */
12959
12967
  Filters?: FilterList;
12960
12968
  /**
@@ -13166,11 +13174,11 @@ declare namespace EC2 {
13166
13174
  */
13167
13175
  InstanceIds?: InstanceIdStringList;
13168
13176
  /**
13169
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. Constraint: If the value is greater than 1000, we return only 1000 items.
13177
+ * 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. Constraint: If the value is greater than 1000, we return only 1000 items.
13170
13178
  */
13171
13179
  MaxResults?: DescribeClassicLinkInstancesMaxResults;
13172
13180
  /**
13173
- * The token for the next page of results.
13181
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
13174
13182
  */
13175
13183
  NextToken?: String;
13176
13184
  }
@@ -13180,7 +13188,7 @@ declare namespace EC2 {
13180
13188
  */
13181
13189
  Instances?: ClassicLinkInstanceList;
13182
13190
  /**
13183
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
13191
+ * 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.
13184
13192
  */
13185
13193
  NextToken?: String;
13186
13194
  }
@@ -13437,11 +13445,11 @@ declare namespace EC2 {
13437
13445
  */
13438
13446
  DryRun?: Boolean;
13439
13447
  /**
13440
- * The token for the next page of results.
13448
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
13441
13449
  */
13442
13450
  NextToken?: String;
13443
13451
  /**
13444
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
13452
+ * 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.
13445
13453
  */
13446
13454
  MaxResults?: DescribeDhcpOptionsMaxResults;
13447
13455
  }
@@ -13451,7 +13459,7 @@ declare namespace EC2 {
13451
13459
  */
13452
13460
  DhcpOptions?: DhcpOptionsList;
13453
13461
  /**
13454
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
13462
+ * 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.
13455
13463
  */
13456
13464
  NextToken?: String;
13457
13465
  }
@@ -13466,11 +13474,11 @@ declare namespace EC2 {
13466
13474
  */
13467
13475
  EgressOnlyInternetGatewayIds?: EgressOnlyInternetGatewayIdList;
13468
13476
  /**
13469
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
13477
+ * 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.
13470
13478
  */
13471
13479
  MaxResults?: DescribeEgressOnlyInternetGatewaysMaxResults;
13472
13480
  /**
13473
- * The token for the next page of results.
13481
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
13474
13482
  */
13475
13483
  NextToken?: String;
13476
13484
  /**
@@ -13484,7 +13492,7 @@ declare namespace EC2 {
13484
13492
  */
13485
13493
  EgressOnlyInternetGateways?: EgressOnlyInternetGatewayList;
13486
13494
  /**
13487
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
13495
+ * 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.
13488
13496
  */
13489
13497
  NextToken?: String;
13490
13498
  }
@@ -13700,11 +13708,11 @@ declare namespace EC2 {
13700
13708
  */
13701
13709
  Filters?: FilterList;
13702
13710
  /**
13703
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
13711
+ * 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.
13704
13712
  */
13705
13713
  MaxResults?: DescribeFastSnapshotRestoresMaxResults;
13706
13714
  /**
13707
- * The token for the next page of results.
13715
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
13708
13716
  */
13709
13717
  NextToken?: NextToken;
13710
13718
  /**
@@ -13718,7 +13726,7 @@ declare namespace EC2 {
13718
13726
  */
13719
13727
  FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessSet;
13720
13728
  /**
13721
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
13729
+ * 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.
13722
13730
  */
13723
13731
  NextToken?: NextToken;
13724
13732
  }
@@ -13894,11 +13902,11 @@ declare namespace EC2 {
13894
13902
  */
13895
13903
  FlowLogIds?: FlowLogIdList;
13896
13904
  /**
13897
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
13905
+ * 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.
13898
13906
  */
13899
13907
  MaxResults?: Integer;
13900
13908
  /**
13901
- * The token for the next page of results.
13909
+ * The token to request the next page of items. Pagination continues from the end of the items returned by the previous request.
13902
13910
  */
13903
13911
  NextToken?: String;
13904
13912
  }
@@ -13908,7 +13916,7 @@ declare namespace EC2 {
13908
13916
  */
13909
13917
  FlowLogs?: FlowLogSet;
13910
13918
  /**
13911
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
13919
+ * The token to request the next page of items. This value is null when there are no more items to return.
13912
13920
  */
13913
13921
  NextToken?: String;
13914
13922
  }
@@ -14073,11 +14081,11 @@ declare namespace EC2 {
14073
14081
  */
14074
14082
  Filters?: FilterList;
14075
14083
  /**
14076
- * The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.
14084
+ * 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.
14077
14085
  */
14078
14086
  MaxResults?: DescribeIamInstanceProfileAssociationsMaxResults;
14079
14087
  /**
14080
- * The token to request the next page of results.
14088
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
14081
14089
  */
14082
14090
  NextToken?: NextToken;
14083
14091
  }
@@ -14087,7 +14095,7 @@ declare namespace EC2 {
14087
14095
  */
14088
14096
  IamInstanceProfileAssociations?: IamInstanceProfileAssociationSet;
14089
14097
  /**
14090
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
14098
+ * 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.
14091
14099
  */
14092
14100
  NextToken?: NextToken;
14093
14101
  }
@@ -14270,11 +14278,11 @@ declare namespace EC2 {
14270
14278
  */
14271
14279
  InstanceIds?: InstanceIdStringList;
14272
14280
  /**
14273
- * 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.
14281
+ * 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.
14274
14282
  */
14275
14283
  MaxResults?: DescribeInstanceCreditSpecificationsMaxResults;
14276
14284
  /**
14277
- * The token to retrieve the next page of results.
14285
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
14278
14286
  */
14279
14287
  NextToken?: String;
14280
14288
  }
@@ -14284,7 +14292,7 @@ declare namespace EC2 {
14284
14292
  */
14285
14293
  InstanceCreditSpecifications?: InstanceCreditSpecificationList;
14286
14294
  /**
14287
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
14295
+ * 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.
14288
14296
  */
14289
14297
  NextToken?: String;
14290
14298
  }
@@ -14342,11 +14350,11 @@ declare namespace EC2 {
14342
14350
  */
14343
14351
  InstanceIds?: InstanceIdStringList;
14344
14352
  /**
14345
- * 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.
14353
+ * 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.
14346
14354
  */
14347
14355
  MaxResults?: Integer;
14348
14356
  /**
14349
- * The token to retrieve the next page of results.
14357
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
14350
14358
  */
14351
14359
  NextToken?: String;
14352
14360
  /**
@@ -14364,7 +14372,7 @@ declare namespace EC2 {
14364
14372
  */
14365
14373
  InstanceStatuses?: InstanceStatusList;
14366
14374
  /**
14367
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
14375
+ * 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.
14368
14376
  */
14369
14377
  NextToken?: String;
14370
14378
  }
@@ -14382,11 +14390,11 @@ declare namespace EC2 {
14382
14390
  */
14383
14391
  Filters?: FilterList;
14384
14392
  /**
14385
- * The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the next token value.
14393
+ * 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.
14386
14394
  */
14387
14395
  MaxResults?: DITOMaxResults;
14388
14396
  /**
14389
- * The token to retrieve the next page of results.
14397
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
14390
14398
  */
14391
14399
  NextToken?: NextToken;
14392
14400
  }
@@ -14396,7 +14404,7 @@ declare namespace EC2 {
14396
14404
  */
14397
14405
  InstanceTypeOfferings?: InstanceTypeOfferingsList;
14398
14406
  /**
14399
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
14407
+ * 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.
14400
14408
  */
14401
14409
  NextToken?: NextToken;
14402
14410
  }
@@ -14414,11 +14422,11 @@ declare namespace EC2 {
14414
14422
  */
14415
14423
  Filters?: FilterList;
14416
14424
  /**
14417
- * The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the next token value.
14425
+ * 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.
14418
14426
  */
14419
14427
  MaxResults?: DITMaxResults;
14420
14428
  /**
14421
- * The token to retrieve the next page of results.
14429
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
14422
14430
  */
14423
14431
  NextToken?: NextToken;
14424
14432
  }
@@ -14428,7 +14436,7 @@ declare namespace EC2 {
14428
14436
  */
14429
14437
  InstanceTypes?: InstanceTypeInfoList;
14430
14438
  /**
14431
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
14439
+ * 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.
14432
14440
  */
14433
14441
  NextToken?: NextToken;
14434
14442
  }
@@ -14446,11 +14454,11 @@ declare namespace EC2 {
14446
14454
  */
14447
14455
  DryRun?: Boolean;
14448
14456
  /**
14449
- * 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.
14457
+ * 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.
14450
14458
  */
14451
14459
  MaxResults?: Integer;
14452
14460
  /**
14453
- * The token to request the next page of results.
14461
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
14454
14462
  */
14455
14463
  NextToken?: String;
14456
14464
  }
@@ -14460,7 +14468,7 @@ declare namespace EC2 {
14460
14468
  */
14461
14469
  Reservations?: ReservationList;
14462
14470
  /**
14463
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
14471
+ * 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.
14464
14472
  */
14465
14473
  NextToken?: String;
14466
14474
  }
@@ -14479,11 +14487,11 @@ declare namespace EC2 {
14479
14487
  */
14480
14488
  InternetGatewayIds?: InternetGatewayIdList;
14481
14489
  /**
14482
- * The token for the next page of results.
14490
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
14483
14491
  */
14484
14492
  NextToken?: String;
14485
14493
  /**
14486
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
14494
+ * 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.
14487
14495
  */
14488
14496
  MaxResults?: DescribeInternetGatewaysMaxResults;
14489
14497
  }
@@ -14493,7 +14501,7 @@ declare namespace EC2 {
14493
14501
  */
14494
14502
  InternetGateways?: InternetGatewayList;
14495
14503
  /**
14496
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
14504
+ * 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.
14497
14505
  */
14498
14506
  NextToken?: String;
14499
14507
  }
@@ -15074,7 +15082,7 @@ declare namespace EC2 {
15074
15082
  */
15075
15083
  Filter?: FilterList;
15076
15084
  /**
15077
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
15085
+ * 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.
15078
15086
  */
15079
15087
  MaxResults?: DescribeNatGatewaysMaxResults;
15080
15088
  /**
@@ -15082,7 +15090,7 @@ declare namespace EC2 {
15082
15090
  */
15083
15091
  NatGatewayIds?: NatGatewayIdStringList;
15084
15092
  /**
15085
- * The token for the next page of results.
15093
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
15086
15094
  */
15087
15095
  NextToken?: String;
15088
15096
  }
@@ -15092,7 +15100,7 @@ declare namespace EC2 {
15092
15100
  */
15093
15101
  NatGateways?: NatGatewayList;
15094
15102
  /**
15095
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
15103
+ * 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.
15096
15104
  */
15097
15105
  NextToken?: String;
15098
15106
  }
@@ -15111,11 +15119,11 @@ declare namespace EC2 {
15111
15119
  */
15112
15120
  NetworkAclIds?: NetworkAclIdStringList;
15113
15121
  /**
15114
- * The token for the next page of results.
15122
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
15115
15123
  */
15116
15124
  NextToken?: String;
15117
15125
  /**
15118
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
15126
+ * 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.
15119
15127
  */
15120
15128
  MaxResults?: DescribeNetworkAclsMaxResults;
15121
15129
  }
@@ -15125,7 +15133,7 @@ declare namespace EC2 {
15125
15133
  */
15126
15134
  NetworkAcls?: NetworkAclList;
15127
15135
  /**
15128
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
15136
+ * 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.
15129
15137
  */
15130
15138
  NextToken?: String;
15131
15139
  }
@@ -15328,11 +15336,11 @@ declare namespace EC2 {
15328
15336
  */
15329
15337
  Filters?: FilterList;
15330
15338
  /**
15331
- * The token to request the next page of results.
15339
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
15332
15340
  */
15333
15341
  NextToken?: String;
15334
15342
  /**
15335
- * 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.
15343
+ * 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. If this parameter is not specified, up to 50 results are returned by default. For more information, see Pagination.
15336
15344
  */
15337
15345
  MaxResults?: DescribeNetworkInterfacePermissionsMaxResults;
15338
15346
  }
@@ -15342,7 +15350,7 @@ declare namespace EC2 {
15342
15350
  */
15343
15351
  NetworkInterfacePermissions?: NetworkInterfacePermissionList;
15344
15352
  /**
15345
- * The token to use to retrieve the next page of results.
15353
+ * 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.
15346
15354
  */
15347
15355
  NextToken?: String;
15348
15356
  }
@@ -15361,11 +15369,11 @@ declare namespace EC2 {
15361
15369
  */
15362
15370
  NetworkInterfaceIds?: NetworkInterfaceIdList;
15363
15371
  /**
15364
- * The token to retrieve the next page of results.
15372
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
15365
15373
  */
15366
15374
  NextToken?: String;
15367
15375
  /**
15368
- * The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. You cannot specify this parameter and the network interface IDs parameter in the same request.
15376
+ * 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. You cannot specify this parameter and the network interface IDs parameter in the same request. For more information, see Pagination.
15369
15377
  */
15370
15378
  MaxResults?: DescribeNetworkInterfacesMaxResults;
15371
15379
  }
@@ -15375,7 +15383,7 @@ declare namespace EC2 {
15375
15383
  */
15376
15384
  NetworkInterfaces?: NetworkInterfaceList;
15377
15385
  /**
15378
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
15386
+ * 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.
15379
15387
  */
15380
15388
  NextToken?: String;
15381
15389
  }
@@ -15527,11 +15535,11 @@ declare namespace EC2 {
15527
15535
  */
15528
15536
  Filters?: FilterList;
15529
15537
  /**
15530
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
15538
+ * 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.
15531
15539
  */
15532
15540
  MaxResults?: DescribeReplaceRootVolumeTasksMaxResults;
15533
15541
  /**
15534
- * The token for the next page of results.
15542
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
15535
15543
  */
15536
15544
  NextToken?: NextToken;
15537
15545
  /**
@@ -15545,7 +15553,7 @@ declare namespace EC2 {
15545
15553
  */
15546
15554
  ReplaceRootVolumeTasks?: ReplaceRootVolumeTasks;
15547
15555
  /**
15548
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
15556
+ * 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.
15549
15557
  */
15550
15558
  NextToken?: String;
15551
15559
  }
@@ -15708,11 +15716,11 @@ declare namespace EC2 {
15708
15716
  */
15709
15717
  RouteTableIds?: RouteTableIdStringList;
15710
15718
  /**
15711
- * The token for the next page of results.
15719
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
15712
15720
  */
15713
15721
  NextToken?: String;
15714
15722
  /**
15715
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
15723
+ * 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.
15716
15724
  */
15717
15725
  MaxResults?: DescribeRouteTablesMaxResults;
15718
15726
  }
@@ -15722,7 +15730,7 @@ declare namespace EC2 {
15722
15730
  */
15723
15731
  RouteTables?: RouteTableList;
15724
15732
  /**
15725
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
15733
+ * 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.
15726
15734
  */
15727
15735
  NextToken?: String;
15728
15736
  }
@@ -15838,11 +15846,11 @@ declare namespace EC2 {
15838
15846
  */
15839
15847
  DryRun?: Boolean;
15840
15848
  /**
15841
- * The token for the next page of results.
15849
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
15842
15850
  */
15843
15851
  NextToken?: String;
15844
15852
  /**
15845
- * 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. If this parameter is not specified, then all results are returned.
15853
+ * 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. If this parameter is not specified, then all items are returned. For more information, see Pagination.
15846
15854
  */
15847
15855
  MaxResults?: DescribeSecurityGroupRulesMaxResults;
15848
15856
  }
@@ -15852,7 +15860,7 @@ declare namespace EC2 {
15852
15860
  */
15853
15861
  SecurityGroupRules?: SecurityGroupRuleList;
15854
15862
  /**
15855
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
15863
+ * 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.
15856
15864
  */
15857
15865
  NextToken?: String;
15858
15866
  }
@@ -15875,11 +15883,11 @@ declare namespace EC2 {
15875
15883
  */
15876
15884
  DryRun?: Boolean;
15877
15885
  /**
15878
- * The token to request the next page of results.
15886
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
15879
15887
  */
15880
15888
  NextToken?: String;
15881
15889
  /**
15882
- * 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. If this parameter is not specified, then all results are returned.
15890
+ * 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. If this parameter is not specified, then all items are returned. For more information, see Pagination.
15883
15891
  */
15884
15892
  MaxResults?: DescribeSecurityGroupsMaxResults;
15885
15893
  }
@@ -15889,7 +15897,7 @@ declare namespace EC2 {
15889
15897
  */
15890
15898
  SecurityGroups?: SecurityGroupList;
15891
15899
  /**
15892
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
15900
+ * 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.
15893
15901
  */
15894
15902
  NextToken?: String;
15895
15903
  }
@@ -15932,11 +15940,11 @@ declare namespace EC2 {
15932
15940
  */
15933
15941
  DryRun?: Boolean;
15934
15942
  /**
15935
- * The token for the next page of results.
15943
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
15936
15944
  */
15937
15945
  NextToken?: String;
15938
15946
  /**
15939
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
15947
+ * 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.
15940
15948
  */
15941
15949
  MaxResults?: DescribeSnapshotTierStatusMaxResults;
15942
15950
  }
@@ -15946,7 +15954,7 @@ declare namespace EC2 {
15946
15954
  */
15947
15955
  SnapshotTierStatuses?: snapshotTierStatusSet;
15948
15956
  /**
15949
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
15957
+ * 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.
15950
15958
  */
15951
15959
  NextToken?: String;
15952
15960
  }
@@ -15956,11 +15964,11 @@ declare namespace EC2 {
15956
15964
  */
15957
15965
  Filters?: FilterList;
15958
15966
  /**
15959
- * 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 1,000; if MaxResults is given a value larger than 1,000, only 1,000 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.
15967
+ * The maximum number of snapshots to return for this request. This value can be between 5 and 1,000; if this value is larger than 1,000, only 1,000 results are returned. If this parameter is not used, then the request returns all snapshots. You cannot specify this parameter and the snapshot IDs parameter in the same request. For more information, see Pagination.
15960
15968
  */
15961
15969
  MaxResults?: Integer;
15962
15970
  /**
15963
- * 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.
15971
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
15964
15972
  */
15965
15973
  NextToken?: String;
15966
15974
  /**
@@ -15986,7 +15994,7 @@ declare namespace EC2 {
15986
15994
  */
15987
15995
  Snapshots?: SnapshotList;
15988
15996
  /**
15989
- * 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.
15997
+ * The token to include in another request to return the next page of snapshots. This value is null when there are no more snapshots to return.
15990
15998
  */
15991
15999
  NextToken?: String;
15992
16000
  }
@@ -16200,11 +16208,11 @@ declare namespace EC2 {
16200
16208
  */
16201
16209
  DryRun?: Boolean;
16202
16210
  /**
16203
- * 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.
16211
+ * 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.
16204
16212
  */
16205
16213
  MaxResults?: DescribeStaleSecurityGroupsMaxResults;
16206
16214
  /**
16207
- * The token for the next set of items to return. (You received this token from a prior call.)
16215
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
16208
16216
  */
16209
16217
  NextToken?: DescribeStaleSecurityGroupsNextToken;
16210
16218
  /**
@@ -16214,7 +16222,7 @@ declare namespace EC2 {
16214
16222
  }
16215
16223
  export interface DescribeStaleSecurityGroupsResult {
16216
16224
  /**
16217
- * The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
16225
+ * The token to include in another request to get the next page of items. If there are no additional items to return, the string is empty.
16218
16226
  */
16219
16227
  NextToken?: String;
16220
16228
  /**
@@ -16270,11 +16278,11 @@ declare namespace EC2 {
16270
16278
  */
16271
16279
  DryRun?: Boolean;
16272
16280
  /**
16273
- * The token for the next page of results.
16281
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
16274
16282
  */
16275
16283
  NextToken?: String;
16276
16284
  /**
16277
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
16285
+ * 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.
16278
16286
  */
16279
16287
  MaxResults?: DescribeSubnetsMaxResults;
16280
16288
  }
@@ -16284,7 +16292,7 @@ declare namespace EC2 {
16284
16292
  */
16285
16293
  Subnets?: SubnetList;
16286
16294
  /**
16287
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
16295
+ * 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.
16288
16296
  */
16289
16297
  NextToken?: String;
16290
16298
  }
@@ -16298,17 +16306,17 @@ declare namespace EC2 {
16298
16306
  */
16299
16307
  Filters?: FilterList;
16300
16308
  /**
16301
- * 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.
16309
+ * The maximum number of items to return for this request. This value can be between 5 and 1000. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
16302
16310
  */
16303
16311
  MaxResults?: Integer;
16304
16312
  /**
16305
- * The token to retrieve the next page of results.
16313
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
16306
16314
  */
16307
16315
  NextToken?: String;
16308
16316
  }
16309
16317
  export interface DescribeTagsResult {
16310
16318
  /**
16311
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
16319
+ * 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.
16312
16320
  */
16313
16321
  NextToken?: String;
16314
16322
  /**
@@ -16976,11 +16984,11 @@ declare namespace EC2 {
16976
16984
  */
16977
16985
  Filters?: FilterList;
16978
16986
  /**
16979
- * 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 1,000; if MaxResults is given a value larger than 1,000, only 1,000 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.
16987
+ * 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 1,000; if the value is larger than 1,000, only 1,000 results are returned. If this parameter is not used, then all items are returned. You cannot specify this parameter and the volume IDs parameter in the same request. For more information, see Pagination.
16980
16988
  */
16981
16989
  MaxResults?: Integer;
16982
16990
  /**
16983
- * 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.
16991
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
16984
16992
  */
16985
16993
  NextToken?: String;
16986
16994
  /**
@@ -16994,7 +17002,7 @@ declare namespace EC2 {
16994
17002
  }
16995
17003
  export interface DescribeVolumeStatusResult {
16996
17004
  /**
16997
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
17005
+ * 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.
16998
17006
  */
16999
17007
  NextToken?: String;
17000
17008
  /**
@@ -17016,11 +17024,11 @@ declare namespace EC2 {
17016
17024
  */
17017
17025
  Filters?: FilterList;
17018
17026
  /**
17019
- * The nextToken value returned by a previous paginated request.
17027
+ * The token returned by a previous paginated request. Pagination continues from the end of the items returned by the previous request.
17020
17028
  */
17021
17029
  NextToken?: String;
17022
17030
  /**
17023
- * The maximum number of results (up to a limit of 500) to be returned in a paginated request.
17031
+ * The maximum number of results (up to a limit of 500) to be returned in a paginated request. For more information, see Pagination.
17024
17032
  */
17025
17033
  MaxResults?: Integer;
17026
17034
  }
@@ -17030,7 +17038,7 @@ declare namespace EC2 {
17030
17038
  */
17031
17039
  VolumesModifications?: VolumeModificationList;
17032
17040
  /**
17033
- * Token for pagination, null if there are no more results
17041
+ * The token to include in another request to get the next page of items. This value is null if there are no more items to return.
17034
17042
  */
17035
17043
  NextToken?: String;
17036
17044
  }
@@ -17048,11 +17056,11 @@ declare namespace EC2 {
17048
17056
  */
17049
17057
  DryRun?: Boolean;
17050
17058
  /**
17051
- * 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.
17059
+ * The maximum number of volumes to return for this request. This value can be between 5 and 500; if you specify a value larger than 500, only 500 items are returned. If this parameter is not used, then all items are returned. You cannot specify this parameter and the volume IDs parameter in the same request. For more information, see Pagination.
17052
17060
  */
17053
17061
  MaxResults?: Integer;
17054
17062
  /**
17055
- * 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.
17063
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned from the previous request.
17056
17064
  */
17057
17065
  NextToken?: String;
17058
17066
  }
@@ -17062,7 +17070,7 @@ declare namespace EC2 {
17062
17070
  */
17063
17071
  Volumes?: VolumeList;
17064
17072
  /**
17065
- * 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.
17073
+ * 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.
17066
17074
  */
17067
17075
  NextToken?: String;
17068
17076
  }
@@ -17102,11 +17110,11 @@ declare namespace EC2 {
17102
17110
  export type DescribeVpcClassicLinkDnsSupportNextToken = string;
17103
17111
  export interface DescribeVpcClassicLinkDnsSupportRequest {
17104
17112
  /**
17105
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
17113
+ * 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.
17106
17114
  */
17107
17115
  MaxResults?: DescribeVpcClassicLinkDnsSupportMaxResults;
17108
17116
  /**
17109
- * The token for the next page of results.
17117
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
17110
17118
  */
17111
17119
  NextToken?: DescribeVpcClassicLinkDnsSupportNextToken;
17112
17120
  /**
@@ -17116,7 +17124,7 @@ declare namespace EC2 {
17116
17124
  }
17117
17125
  export interface DescribeVpcClassicLinkDnsSupportResult {
17118
17126
  /**
17119
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
17127
+ * 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.
17120
17128
  */
17121
17129
  NextToken?: DescribeVpcClassicLinkDnsSupportNextToken;
17122
17130
  /**
@@ -17351,11 +17359,11 @@ declare namespace EC2 {
17351
17359
  */
17352
17360
  VpcPeeringConnectionIds?: VpcPeeringConnectionIdList;
17353
17361
  /**
17354
- * The token for the next page of results.
17362
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
17355
17363
  */
17356
17364
  NextToken?: String;
17357
17365
  /**
17358
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
17366
+ * 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.
17359
17367
  */
17360
17368
  MaxResults?: DescribeVpcPeeringConnectionsMaxResults;
17361
17369
  }
@@ -17365,7 +17373,7 @@ declare namespace EC2 {
17365
17373
  */
17366
17374
  VpcPeeringConnections?: VpcPeeringConnectionList;
17367
17375
  /**
17368
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
17376
+ * 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.
17369
17377
  */
17370
17378
  NextToken?: String;
17371
17379
  }
@@ -17384,11 +17392,11 @@ declare namespace EC2 {
17384
17392
  */
17385
17393
  DryRun?: Boolean;
17386
17394
  /**
17387
- * The token for the next page of results.
17395
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
17388
17396
  */
17389
17397
  NextToken?: String;
17390
17398
  /**
17391
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
17399
+ * 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.
17392
17400
  */
17393
17401
  MaxResults?: DescribeVpcsMaxResults;
17394
17402
  }
@@ -17398,7 +17406,7 @@ declare namespace EC2 {
17398
17406
  */
17399
17407
  Vpcs?: VpcList;
17400
17408
  /**
17401
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
17409
+ * 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.
17402
17410
  */
17403
17411
  NextToken?: String;
17404
17412
  }
@@ -18376,7 +18384,7 @@ declare namespace EC2 {
18376
18384
  */
18377
18385
  OutpostArn?: String;
18378
18386
  /**
18379
- * Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide. In no case can you remove encryption from an encrypted volume. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types. This parameter is not returned by DescribeImageAttribute. For CreateImage and RegisterImage, you can specify this parameter only for block device mappings that result in new, empty volumes when instances are launched from the image. Omit this parameter on block device mappings that include an existing volume or snapshot. If you include this parameter, and specify an encryption setting that is different from the existing volume or snapshot, the request will fail.
18387
+ * Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide. In no case can you remove encryption from an encrypted volume. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types. This parameter is not returned by DescribeImageAttribute. For CreateImage and RegisterImage, whether you can include this parameter, and the allowed values differ depending on the type of block device mapping you are creating. If you are creating a block device mapping for a new (empty) volume, you can include this parameter, and specify either true for an encrypted volume, or false for an unencrypted volume. If you omit this parameter, it defaults to false (unencrypted). If you are creating a block device mapping from an existing encrypted or unencrypted snapshot, you must omit this parameter. If you include this parameter, the request will fail, regardless of the value that you specify. If you are creating a block device mapping from an existing unencrypted volume, you can include this parameter, but you must specify false. If you specify true, the request will fail. In this case, we recommend that you omit the parameter. If you are creating a block device mapping from an existing encrypted volume, you can include this parameter, and specify either true or false. However, if you specify false, the parameter is ignored and the block device mapping is always encrypted. In this case, we recommend that you omit the parameter.
18380
18388
  */
18381
18389
  Encrypted?: Boolean;
18382
18390
  }
@@ -24767,7 +24775,7 @@ declare namespace EC2 {
24767
24775
  /**
24768
24776
  * The Base64-encoded user data for the instance.
24769
24777
  */
24770
- UserData?: String;
24778
+ UserData?: SensitiveUserData;
24771
24779
  /**
24772
24780
  * 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.
24773
24781
  */
@@ -25659,11 +25667,11 @@ declare namespace EC2 {
25659
25667
  export type ListSnapshotsInRecycleBinMaxResults = number;
25660
25668
  export interface ListSnapshotsInRecycleBinRequest {
25661
25669
  /**
25662
- * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
25670
+ * 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.
25663
25671
  */
25664
25672
  MaxResults?: ListSnapshotsInRecycleBinMaxResults;
25665
25673
  /**
25666
- * The token for the next page of results.
25674
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
25667
25675
  */
25668
25676
  NextToken?: String;
25669
25677
  /**
@@ -25681,7 +25689,7 @@ declare namespace EC2 {
25681
25689
  */
25682
25690
  Snapshots?: SnapshotRecycleBinInfoList;
25683
25691
  /**
25684
- * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
25692
+ * 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.
25685
25693
  */
25686
25694
  NextToken?: String;
25687
25695
  }
@@ -31089,7 +31097,7 @@ declare namespace EC2 {
31089
31097
  /**
31090
31098
  * The Base64-encoded user data for the instance. User data is limited to 16 KB.
31091
31099
  */
31092
- UserData?: String;
31100
+ UserData?: SensitiveUserData;
31093
31101
  }
31094
31102
  export type RequestSpotLaunchSpecificationSecurityGroupIdList = SecurityGroupId[];
31095
31103
  export type RequestSpotLaunchSpecificationSecurityGroupList = String[];
@@ -31655,7 +31663,7 @@ declare namespace EC2 {
31655
31663
  /**
31656
31664
  * The user data for the instance.
31657
31665
  */
31658
- UserData?: String;
31666
+ UserData?: SensitiveUserData;
31659
31667
  /**
31660
31668
  * The tags that are applied to the resources that are created during instance launch.
31661
31669
  */
@@ -33588,7 +33596,7 @@ declare namespace EC2 {
33588
33596
  /**
33589
33597
  * The Base64-encoded user data that instances use when starting up.
33590
33598
  */
33591
- UserData?: String;
33599
+ UserData?: SensitiveUserData;
33592
33600
  /**
33593
33601
  * The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms of instances, or a performance characteristic such as vCPUs, memory, or I/O. If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the number of instances to the next whole number. If this value is not specified, the default is 1.
33594
33602
  */