@aws-sdk/client-ec2 3.267.0 → 3.271.0

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.
Files changed (68) hide show
  1. package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +2 -1
  2. package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +1 -2
  3. package/dist-cjs/endpoint/ruleset.js +3 -3
  4. package/dist-cjs/models/models_0.js +7 -7
  5. package/dist-cjs/models/models_1.js +18 -10
  6. package/dist-cjs/models/models_2.js +9 -9
  7. package/dist-cjs/models/models_3.js +10 -10
  8. package/dist-cjs/models/models_4.js +29 -10
  9. package/dist-cjs/models/models_5.js +9 -6
  10. package/dist-cjs/models/models_6.js +23 -10
  11. package/dist-cjs/models/models_7.js +5 -1
  12. package/dist-cjs/protocols/Aws_ec2.js +10 -0
  13. package/dist-cjs/waiters/index.js +1 -0
  14. package/dist-cjs/waiters/waitForSnapshotImported.js +59 -0
  15. package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +2 -1
  16. package/dist-es/commands/UnassignIpv6AddressesCommand.js +1 -2
  17. package/dist-es/endpoint/ruleset.js +3 -3
  18. package/dist-es/models/models_0.js +5 -5
  19. package/dist-es/models/models_1.js +12 -3
  20. package/dist-es/models/models_2.js +3 -3
  21. package/dist-es/models/models_3.js +3 -3
  22. package/dist-es/models/models_4.js +22 -3
  23. package/dist-es/models/models_5.js +7 -5
  24. package/dist-es/models/models_6.js +17 -3
  25. package/dist-es/models/models_7.js +3 -0
  26. package/dist-es/protocols/Aws_ec2.js +10 -0
  27. package/dist-es/waiters/index.js +1 -0
  28. package/dist-es/waiters/waitForSnapshotImported.js +54 -0
  29. package/dist-types/EC2.d.ts +6 -13
  30. package/dist-types/EC2Client.d.ts +15 -15
  31. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -2
  32. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -5
  34. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -5
  35. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -2
  36. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  37. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  38. package/dist-types/models/models_0.d.ts +14 -5
  39. package/dist-types/models/models_1.d.ts +36 -40
  40. package/dist-types/models/models_2.d.ts +35 -12
  41. package/dist-types/models/models_3.d.ts +65 -304
  42. package/dist-types/models/models_4.d.ts +399 -148
  43. package/dist-types/models/models_5.d.ts +42 -23
  44. package/dist-types/models/models_6.d.ts +13 -21
  45. package/dist-types/models/models_7.d.ts +18 -0
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  47. package/dist-types/runtimeConfig.d.ts +1 -1
  48. package/dist-types/runtimeConfig.native.d.ts +4 -4
  49. package/dist-types/ts3.4/EC2Client.d.ts +4 -4
  50. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +4 -2
  52. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +5 -4
  54. package/dist-types/ts3.4/models/models_1.d.ts +4 -13
  55. package/dist-types/ts3.4/models/models_2.d.ts +12 -7
  56. package/dist-types/ts3.4/models/models_3.d.ts +8 -61
  57. package/dist-types/ts3.4/models/models_4.d.ts +81 -8
  58. package/dist-types/ts3.4/models/models_5.d.ts +8 -5
  59. package/dist-types/ts3.4/models/models_6.d.ts +7 -10
  60. package/dist-types/ts3.4/models/models_7.d.ts +8 -0
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  64. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  65. package/dist-types/ts3.4/waiters/waitForSnapshotImported.d.ts +11 -0
  66. package/dist-types/waiters/index.d.ts +1 -0
  67. package/dist-types/waiters/waitForSnapshotImported.d.ts +14 -0
  68. package/package.json +31 -31
@@ -1,7 +1,266 @@
1
- import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
1
+ import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PlatformValues, PrivateIpAddressSpecification, ReplaceRootVolumeTask, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
3
3
  import { RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume } from "./models_2";
4
- import { AttributeBooleanValue, EventInformation, Filter, IdFormat, Instance, InstanceState, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
4
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HibernationOptions, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceLifecycleType, InstanceMaintenanceOptions, InstanceMetadataOptionsResponse, InstanceNetworkInterface, InstanceState, LicenseConfiguration, Monitoring, PermissionGroup, PrivateDnsNameOptionsResponse, ProductCode, VirtualizationType } from "./models_3";
5
+ /**
6
+ * <p>Describes an instance.</p>
7
+ */
8
+ export interface Instance {
9
+ /**
10
+ * <p>The AMI launch index, which can be used to find this instance in the launch
11
+ * group.</p>
12
+ */
13
+ AmiLaunchIndex?: number;
14
+ /**
15
+ * <p>The ID of the AMI used to launch the instance.</p>
16
+ */
17
+ ImageId?: string;
18
+ /**
19
+ * <p>The ID of the instance.</p>
20
+ */
21
+ InstanceId?: string;
22
+ /**
23
+ * <p>The instance type.</p>
24
+ */
25
+ InstanceType?: _InstanceType | string;
26
+ /**
27
+ * <p>The kernel associated with this instance, if applicable.</p>
28
+ */
29
+ KernelId?: string;
30
+ /**
31
+ * <p>The name of the key pair, if this instance was launched with an associated key
32
+ * pair.</p>
33
+ */
34
+ KeyName?: string;
35
+ /**
36
+ * <p>The time the instance was launched.</p>
37
+ */
38
+ LaunchTime?: Date;
39
+ /**
40
+ * <p>The monitoring for the instance.</p>
41
+ */
42
+ Monitoring?: Monitoring;
43
+ /**
44
+ * <p>The location where the instance launched, if applicable.</p>
45
+ */
46
+ Placement?: Placement;
47
+ /**
48
+ * <p>The value is <code>Windows</code> for Windows instances; otherwise blank.</p>
49
+ */
50
+ Platform?: PlatformValues | string;
51
+ /**
52
+ * <p>(IPv4 only) The private DNS hostname name assigned to the instance. This DNS hostname
53
+ * can only be used inside the Amazon EC2 network. This name is not available until the
54
+ * instance enters the <code>running</code> state. </p>
55
+ * <p>[EC2-VPC] The Amazon-provided DNS server resolves Amazon-provided private DNS
56
+ * hostnames if you've enabled DNS resolution and DNS hostnames in your VPC. If you are not
57
+ * using the Amazon-provided DNS server in your VPC, your custom domain name servers must
58
+ * resolve the hostname as appropriate.</p>
59
+ */
60
+ PrivateDnsName?: string;
61
+ /**
62
+ * <p>The private IPv4 address assigned to the instance.</p>
63
+ */
64
+ PrivateIpAddress?: string;
65
+ /**
66
+ * <p>The product codes attached to this instance, if applicable.</p>
67
+ */
68
+ ProductCodes?: ProductCode[];
69
+ /**
70
+ * <p>(IPv4 only) The public DNS name assigned to the instance. This name is not available
71
+ * until the instance enters the <code>running</code> state. For EC2-VPC, this name is only
72
+ * available if you've enabled DNS hostnames for your VPC.</p>
73
+ */
74
+ PublicDnsName?: string;
75
+ /**
76
+ * <p>The public IPv4 address, or the Carrier IP address assigned to the instance, if
77
+ * applicable.</p>
78
+ * <p>A Carrier IP address only applies to an instance launched in a subnet associated with
79
+ * a Wavelength Zone.</p>
80
+ */
81
+ PublicIpAddress?: string;
82
+ /**
83
+ * <p>The RAM disk associated with this instance, if applicable.</p>
84
+ */
85
+ RamdiskId?: string;
86
+ /**
87
+ * <p>The current state of the instance.</p>
88
+ */
89
+ State?: InstanceState;
90
+ /**
91
+ * <p>The reason for the most recent state transition. This might be an empty string.</p>
92
+ */
93
+ StateTransitionReason?: string;
94
+ /**
95
+ * <p>[EC2-VPC] The ID of the subnet in which the instance is running.</p>
96
+ */
97
+ SubnetId?: string;
98
+ /**
99
+ * <p>[EC2-VPC] The ID of the VPC in which the instance is running.</p>
100
+ */
101
+ VpcId?: string;
102
+ /**
103
+ * <p>The architecture of the image.</p>
104
+ */
105
+ Architecture?: ArchitectureValues | string;
106
+ /**
107
+ * <p>Any block device mapping entries for the instance.</p>
108
+ */
109
+ BlockDeviceMappings?: InstanceBlockDeviceMapping[];
110
+ /**
111
+ * <p>The idempotency token you provided when you launched the instance, if
112
+ * applicable.</p>
113
+ */
114
+ ClientToken?: string;
115
+ /**
116
+ * <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
117
+ * provides dedicated throughput to Amazon EBS and an optimized configuration stack to
118
+ * provide optimal I/O performance. This optimization isn't available with all instance
119
+ * types. Additional usage charges apply when using an EBS Optimized instance.</p>
120
+ */
121
+ EbsOptimized?: boolean;
122
+ /**
123
+ * <p>Specifies whether enhanced networking with ENA is enabled.</p>
124
+ */
125
+ EnaSupport?: boolean;
126
+ /**
127
+ * <p>The hypervisor type of the instance. The value <code>xen</code> is used for both Xen
128
+ * and Nitro hypervisors.</p>
129
+ */
130
+ Hypervisor?: HypervisorType | string;
131
+ /**
132
+ * <p>The IAM instance profile associated with the instance, if
133
+ * applicable.</p>
134
+ */
135
+ IamInstanceProfile?: IamInstanceProfile;
136
+ /**
137
+ * <p>Indicates whether this is a Spot Instance or a Scheduled Instance.</p>
138
+ */
139
+ InstanceLifecycle?: InstanceLifecycleType | string;
140
+ /**
141
+ * <p>The Elastic GPU associated with the instance.</p>
142
+ */
143
+ ElasticGpuAssociations?: ElasticGpuAssociation[];
144
+ /**
145
+ * <p> The elastic inference accelerator associated with the instance.</p>
146
+ */
147
+ ElasticInferenceAcceleratorAssociations?: ElasticInferenceAcceleratorAssociation[];
148
+ /**
149
+ * <p>[EC2-VPC] The network interfaces for the instance.</p>
150
+ */
151
+ NetworkInterfaces?: InstanceNetworkInterface[];
152
+ /**
153
+ * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
154
+ */
155
+ OutpostArn?: string;
156
+ /**
157
+ * <p>The device name of the root device volume (for example,
158
+ * <code>/dev/sda1</code>).</p>
159
+ */
160
+ RootDeviceName?: string;
161
+ /**
162
+ * <p>The root device type used by the AMI. The AMI can use an EBS volume or an instance
163
+ * store volume.</p>
164
+ */
165
+ RootDeviceType?: DeviceType | string;
166
+ /**
167
+ * <p>The security groups for the instance.</p>
168
+ */
169
+ SecurityGroups?: GroupIdentifier[];
170
+ /**
171
+ * <p>Indicates whether source/destination checking is enabled.</p>
172
+ */
173
+ SourceDestCheck?: boolean;
174
+ /**
175
+ * <p>If the request is a Spot Instance request, the ID of the request.</p>
176
+ */
177
+ SpotInstanceRequestId?: string;
178
+ /**
179
+ * <p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface
180
+ * is enabled.</p>
181
+ */
182
+ SriovNetSupport?: string;
183
+ /**
184
+ * <p>The reason for the most recent state transition.</p>
185
+ */
186
+ StateReason?: StateReason;
187
+ /**
188
+ * <p>Any tags assigned to the instance.</p>
189
+ */
190
+ Tags?: Tag[];
191
+ /**
192
+ * <p>The virtualization type of the instance.</p>
193
+ */
194
+ VirtualizationType?: VirtualizationType | string;
195
+ /**
196
+ * <p>The CPU options for the instance.</p>
197
+ */
198
+ CpuOptions?: CpuOptions;
199
+ /**
200
+ * <p>The ID of the Capacity Reservation.</p>
201
+ */
202
+ CapacityReservationId?: string;
203
+ /**
204
+ * <p>Information about the Capacity Reservation targeting option.</p>
205
+ */
206
+ CapacityReservationSpecification?: CapacityReservationSpecificationResponse;
207
+ /**
208
+ * <p>Indicates whether the instance is enabled for hibernation.</p>
209
+ */
210
+ HibernationOptions?: HibernationOptions;
211
+ /**
212
+ * <p>The license configurations for the instance.</p>
213
+ */
214
+ Licenses?: LicenseConfiguration[];
215
+ /**
216
+ * <p>The metadata options for the instance.</p>
217
+ */
218
+ MetadataOptions?: InstanceMetadataOptionsResponse;
219
+ /**
220
+ * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro
221
+ * Enclaves.</p>
222
+ */
223
+ EnclaveOptions?: EnclaveOptions;
224
+ /**
225
+ * <p>The boot mode of the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
226
+ * <i>Amazon EC2 User Guide</i>.</p>
227
+ */
228
+ BootMode?: BootModeValues | string;
229
+ /**
230
+ * <p>The platform details value for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html">AMI
231
+ * billing information fields</a> in the
232
+ * <i>Amazon EC2 User Guide</i>.</p>
233
+ */
234
+ PlatformDetails?: string;
235
+ /**
236
+ * <p>The usage operation value for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html">AMI
237
+ * billing information fields</a> in the
238
+ * <i>Amazon EC2 User Guide</i>.</p>
239
+ */
240
+ UsageOperation?: string;
241
+ /**
242
+ * <p>The time that the usage operation was last updated.</p>
243
+ */
244
+ UsageOperationUpdateTime?: Date;
245
+ /**
246
+ * <p>The options for the instance hostname.</p>
247
+ */
248
+ PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse;
249
+ /**
250
+ * <p>The IPv6 address assigned to the instance.</p>
251
+ */
252
+ Ipv6Address?: string;
253
+ /**
254
+ * <p>If the instance is configured for NitroTPM support, the value is <code>v2.0</code>.
255
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the
256
+ * <i>Amazon EC2 User Guide</i>.</p>
257
+ */
258
+ TpmSupport?: string;
259
+ /**
260
+ * <p>Provides information on the recovery and maintenance options of your instance.</p>
261
+ */
262
+ MaintenanceOptions?: InstanceMaintenanceOptions;
263
+ }
5
264
  /**
6
265
  * <p>Describes a launch request for one or more instances, and includes owner, requester,
7
266
  * and security group information that applies to all instances in the launch
@@ -36,8 +295,8 @@ export interface DescribeInstancesResult {
36
295
  */
37
296
  Reservations?: Reservation[];
38
297
  /**
39
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
40
- * when there are no more results to return.</p>
298
+ * <p>The token to include in another request to get the next page of items.
299
+ * This value is <code>null</code> when there are no more items to return.</p>
41
300
  */
42
301
  NextToken?: string;
43
302
  }
@@ -129,14 +388,15 @@ export interface DescribeInstanceStatusRequest {
129
388
  */
130
389
  InstanceIds?: string[];
131
390
  /**
132
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
133
- * results, make another call with the returned <code>NextToken</code> value. This value
391
+ * <p>The maximum number of items to return for this request. To retrieve the next page of
392
+ * items, make another request with the token returned in the output. This value
134
393
  * can be between 5 and 1000. You cannot specify this parameter and the instance IDs
135
- * parameter in the same call.</p>
394
+ * parameter in the same call. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
136
395
  */
137
396
  MaxResults?: number;
138
397
  /**
139
- * <p>The token to retrieve the next page of results.</p>
398
+ * <p>The token returned from a previous paginated request.
399
+ * Pagination continues from the end of the items returned by the previous request.</p>
140
400
  */
141
401
  NextToken?: string;
142
402
  /**
@@ -281,8 +541,8 @@ export interface DescribeInstanceStatusResult {
281
541
  */
282
542
  InstanceStatuses?: InstanceStatus[];
283
543
  /**
284
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
285
- * when there are no more results to return.</p>
544
+ * <p>The token to include in another request to get the next page of items.
545
+ * This value is <code>null</code> when there are no more items to return.</p>
286
546
  */
287
547
  NextToken?: string;
288
548
  }
@@ -319,12 +579,13 @@ export interface DescribeInstanceTypeOfferingsRequest {
319
579
  */
320
580
  Filters?: Filter[];
321
581
  /**
322
- * <p>The maximum number of results to return for the request in a single page. The remaining results
323
- * can be seen by sending another request with the next token value.</p>
582
+ * <p>The maximum number of items to return for this request.
583
+ * To get the next page of items, make another request with the token returned in the output.
584
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
324
585
  */
325
586
  MaxResults?: number;
326
587
  /**
327
- * <p>The token to retrieve the next page of results.</p>
588
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
328
589
  */
329
590
  NextToken?: string;
330
591
  }
@@ -352,8 +613,8 @@ export interface DescribeInstanceTypeOfferingsResult {
352
613
  */
353
614
  InstanceTypeOfferings?: InstanceTypeOffering[];
354
615
  /**
355
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there
356
- * are no more results to return.</p>
616
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
617
+ * are no more items to return.</p>
357
618
  */
358
619
  NextToken?: string;
359
620
  }
@@ -596,12 +857,13 @@ export interface DescribeInstanceTypesRequest {
596
857
  */
597
858
  Filters?: Filter[];
598
859
  /**
599
- * <p>The maximum number of results to return for the request in a single page. The remaining results
600
- * can be seen by sending another request with the next token value.</p>
860
+ * <p>The maximum number of items to return for this request.
861
+ * To get the next page of items, make another request with the token returned in the output.
862
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
601
863
  */
602
864
  MaxResults?: number;
603
865
  /**
604
- * <p>The token to retrieve the next page of results.</p>
866
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
605
867
  */
606
868
  NextToken?: string;
607
869
  }
@@ -1115,8 +1377,8 @@ export interface DescribeInstanceTypesResult {
1115
1377
  */
1116
1378
  InstanceTypes?: InstanceTypeInfo[];
1117
1379
  /**
1118
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there
1119
- * are no more results to return.</p>
1380
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
1381
+ * are no more items to return.</p>
1120
1382
  */
1121
1383
  NextToken?: string;
1122
1384
  }
@@ -1165,12 +1427,13 @@ export interface DescribeInternetGatewaysRequest {
1165
1427
  */
1166
1428
  InternetGatewayIds?: string[];
1167
1429
  /**
1168
- * <p>The token for the next page of results.</p>
1430
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
1169
1431
  */
1170
1432
  NextToken?: string;
1171
1433
  /**
1172
- * <p>The maximum number of results to return with a single call.
1173
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
1434
+ * <p>The maximum number of items to return for this request.
1435
+ * To get the next page of items, make another request with the token returned in the output.
1436
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
1174
1437
  */
1175
1438
  MaxResults?: number;
1176
1439
  }
@@ -1180,7 +1443,7 @@ export interface DescribeInternetGatewaysResult {
1180
1443
  */
1181
1444
  InternetGateways?: InternetGateway[];
1182
1445
  /**
1183
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1446
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
1184
1447
  */
1185
1448
  NextToken?: string;
1186
1449
  }
@@ -2373,8 +2636,9 @@ export interface DescribeNatGatewaysRequest {
2373
2636
  */
2374
2637
  Filter?: Filter[];
2375
2638
  /**
2376
- * <p>The maximum number of results to return with a single call.
2377
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
2639
+ * <p>The maximum number of items to return for this request.
2640
+ * To get the next page of items, make another request with the token returned in the output.
2641
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
2378
2642
  */
2379
2643
  MaxResults?: number;
2380
2644
  /**
@@ -2382,7 +2646,7 @@ export interface DescribeNatGatewaysRequest {
2382
2646
  */
2383
2647
  NatGatewayIds?: string[];
2384
2648
  /**
2385
- * <p>The token for the next page of results.</p>
2649
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
2386
2650
  */
2387
2651
  NextToken?: string;
2388
2652
  }
@@ -2392,7 +2656,7 @@ export interface DescribeNatGatewaysResult {
2392
2656
  */
2393
2657
  NatGateways?: NatGateway[];
2394
2658
  /**
2395
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
2659
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
2396
2660
  */
2397
2661
  NextToken?: string;
2398
2662
  }
@@ -2494,12 +2758,13 @@ export interface DescribeNetworkAclsRequest {
2494
2758
  */
2495
2759
  NetworkAclIds?: string[];
2496
2760
  /**
2497
- * <p>The token for the next page of results.</p>
2761
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
2498
2762
  */
2499
2763
  NextToken?: string;
2500
2764
  /**
2501
- * <p>The maximum number of results to return with a single call.
2502
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
2765
+ * <p>The maximum number of items to return for this request.
2766
+ * To get the next page of items, make another request with the token returned in the output.
2767
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
2503
2768
  */
2504
2769
  MaxResults?: number;
2505
2770
  }
@@ -2509,7 +2774,7 @@ export interface DescribeNetworkAclsResult {
2509
2774
  */
2510
2775
  NetworkAcls?: NetworkAcl[];
2511
2776
  /**
2512
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
2777
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
2513
2778
  */
2514
2779
  NextToken?: string;
2515
2780
  }
@@ -2916,12 +3181,15 @@ export interface DescribeNetworkInterfacePermissionsRequest {
2916
3181
  */
2917
3182
  Filters?: Filter[];
2918
3183
  /**
2919
- * <p>The token to request the next page of results.</p>
3184
+ * <p>The token returned from a previous paginated request.
3185
+ * Pagination continues from the end of the items returned by the previous request.</p>
2920
3186
  */
2921
3187
  NextToken?: string;
2922
3188
  /**
2923
- * <p>The maximum number of results to return in a single call. To retrieve the remaining results,
2924
- * make another call with the returned <code>NextToken</code> value. If this parameter is not specified, up to 50 results are returned by default.</p>
3189
+ * <p>The maximum number of items to return for this request. To get the next page of items,
3190
+ * make another request with the token returned in the output. If this parameter is not specified,
3191
+ * up to 50 results are returned by default. For more information, see
3192
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
2925
3193
  */
2926
3194
  MaxResults?: number;
2927
3195
  }
@@ -2934,7 +3202,8 @@ export interface DescribeNetworkInterfacePermissionsResult {
2934
3202
  */
2935
3203
  NetworkInterfacePermissions?: NetworkInterfacePermission[];
2936
3204
  /**
2937
- * <p>The token to use to retrieve the next page of results.</p>
3205
+ * <p>The token to include in another request to get the next page of items.
3206
+ * This value is <code>null</code> when there are no more items to return.</p>
2938
3207
  */
2939
3208
  NextToken?: string;
2940
3209
  }
@@ -3121,26 +3390,26 @@ export interface DescribeNetworkInterfacesRequest {
3121
3390
  */
3122
3391
  NetworkInterfaceIds?: string[];
3123
3392
  /**
3124
- * <p>The token to retrieve the next page of results.</p>
3393
+ * <p>The token returned from a previous paginated request.
3394
+ * Pagination continues from the end of the items returned by the previous request.</p>
3125
3395
  */
3126
3396
  NextToken?: string;
3127
3397
  /**
3128
- * <p>The maximum number of items to return for this request. The request returns a token that you
3129
- * can specify in a subsequent call to get the next set of results. You cannot specify this
3130
- * parameter and the network interface IDs parameter in the same request.</p>
3398
+ * <p>The maximum number of items to return for this request. To get the next page of items,
3399
+ * make another request with the token returned in the output. You cannot specify this
3400
+ * parameter and the network interface IDs parameter in the same request. For more information,
3401
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
3131
3402
  */
3132
3403
  MaxResults?: number;
3133
3404
  }
3134
- /**
3135
- * <p>Contains the output of DescribeNetworkInterfaces.</p>
3136
- */
3137
3405
  export interface DescribeNetworkInterfacesResult {
3138
3406
  /**
3139
3407
  * <p>Information about one or more network interfaces.</p>
3140
3408
  */
3141
3409
  NetworkInterfaces?: NetworkInterface[];
3142
3410
  /**
3143
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
3411
+ * <p>The token to include in another request to get the next page of items.
3412
+ * This value is <code>null</code> when there are no more items to return.</p>
3144
3413
  */
3145
3414
  NextToken?: string;
3146
3415
  }
@@ -3499,12 +3768,14 @@ export interface DescribeReplaceRootVolumeTasksRequest {
3499
3768
  */
3500
3769
  Filters?: Filter[];
3501
3770
  /**
3502
- * <p>The maximum number of results to return with a single call.
3503
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
3771
+ * <p>The maximum number of items to return for this request.
3772
+ * To get the next page of items, make another request with the token returned in the output.
3773
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
3504
3774
  */
3505
3775
  MaxResults?: number;
3506
3776
  /**
3507
- * <p>The token for the next page of results.</p>
3777
+ * <p>The token returned from a previous paginated request.
3778
+ * Pagination continues from the end of the items returned by the previous request.</p>
3508
3779
  */
3509
3780
  NextToken?: string;
3510
3781
  /**
@@ -3520,7 +3791,8 @@ export interface DescribeReplaceRootVolumeTasksResult {
3520
3791
  */
3521
3792
  ReplaceRootVolumeTasks?: ReplaceRootVolumeTask[];
3522
3793
  /**
3523
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
3794
+ * <p>The token to include in another request to get the next page of items.
3795
+ * This value is <code>null</code> when there are no more items to return.</p>
3524
3796
  */
3525
3797
  NextToken?: string;
3526
3798
  }
@@ -4329,12 +4601,13 @@ export interface DescribeRouteTablesRequest {
4329
4601
  */
4330
4602
  RouteTableIds?: string[];
4331
4603
  /**
4332
- * <p>The token for the next page of results.</p>
4604
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
4333
4605
  */
4334
4606
  NextToken?: string;
4335
4607
  /**
4336
- * <p>The maximum number of results to return with a single call.
4337
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
4608
+ * <p>The maximum number of items to return for this request.
4609
+ * To get the next page of items, make another request with the token returned in the output.
4610
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
4338
4611
  */
4339
4612
  MaxResults?: number;
4340
4613
  }
@@ -4347,7 +4620,7 @@ export interface DescribeRouteTablesResult {
4347
4620
  */
4348
4621
  RouteTables?: RouteTable[];
4349
4622
  /**
4350
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
4623
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
4351
4624
  */
4352
4625
  NextToken?: string;
4353
4626
  }
@@ -4759,14 +5032,15 @@ export interface DescribeSecurityGroupRulesRequest {
4759
5032
  */
4760
5033
  DryRun?: boolean;
4761
5034
  /**
4762
- * <p>The token for the next page of results.</p>
5035
+ * <p>The token returned from a previous paginated request.
5036
+ * Pagination continues from the end of the items returned by the previous request.</p>
4763
5037
  */
4764
5038
  NextToken?: string;
4765
5039
  /**
4766
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
4767
- * results, make another request with the returned <code>NextToken</code> value. This value
4768
- * can be between 5 and 1000. If this parameter is not specified, then all results are
4769
- * returned.</p>
5040
+ * <p>The maximum number of items to return for this request. To get the next page of
5041
+ * items, make another request with the token returned in the output. This value
5042
+ * can be between 5 and 1000. If this parameter is not specified, then all items are
5043
+ * returned. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
4770
5044
  */
4771
5045
  MaxResults?: number;
4772
5046
  }
@@ -4776,7 +5050,8 @@ export interface DescribeSecurityGroupRulesResult {
4776
5050
  */
4777
5051
  SecurityGroupRules?: SecurityGroupRule[];
4778
5052
  /**
4779
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>
5053
+ * <p>The token to include in another request to get the next page of items.
5054
+ * This value is <code>null</code> when there are no more items to return.</p>
4780
5055
  */
4781
5056
  NextToken?: string;
4782
5057
  }
@@ -4926,14 +5201,15 @@ export interface DescribeSecurityGroupsRequest {
4926
5201
  */
4927
5202
  DryRun?: boolean;
4928
5203
  /**
4929
- * <p>The token to request the next page of results.</p>
5204
+ * <p>The token returned from a previous paginated request.
5205
+ * Pagination continues from the end of the items returned by the previous request.</p>
4930
5206
  */
4931
5207
  NextToken?: string;
4932
5208
  /**
4933
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
4934
- * results, make another request with the returned <code>NextToken</code> value. This value
4935
- * can be between 5 and 1000. If this parameter is not specified, then all results are
4936
- * returned.</p>
5209
+ * <p>The maximum number of items to return for this request. To get the next page of items,
5210
+ * make another request with the token returned in the output. This value can be between 5 and 1000.
5211
+ * If this parameter is not specified, then all items are returned. For more information, see
5212
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
4937
5213
  */
4938
5214
  MaxResults?: number;
4939
5215
  }
@@ -4980,7 +5256,8 @@ export interface DescribeSecurityGroupsResult {
4980
5256
  */
4981
5257
  SecurityGroups?: SecurityGroup[];
4982
5258
  /**
4983
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
5259
+ * <p>The token to include in another request to get the next page of items.
5260
+ * This value is <code>null</code> when there are no more items to return.</p>
4984
5261
  */
4985
5262
  NextToken?: string;
4986
5263
  }
@@ -5102,23 +5379,16 @@ export interface DescribeSnapshotsRequest {
5102
5379
  */
5103
5380
  Filters?: Filter[];
5104
5381
  /**
5105
- * <p>The maximum number of snapshot results returned by <code>DescribeSnapshots</code> in
5106
- * paginated output. When this parameter is used, <code>DescribeSnapshots</code> only returns
5107
- * <code>MaxResults</code> results in a single page along with a <code>NextToken</code>
5108
- * response element. The remaining results of the initial request can be seen by sending another
5109
- * <code>DescribeSnapshots</code> request with the returned <code>NextToken</code> value. This
5110
- * value can be between 5 and 1,000; if <code>MaxResults</code> is given a value larger than 1,000,
5111
- * only 1,000 results are returned. If this parameter is not used, then
5112
- * <code>DescribeSnapshots</code> returns all results. You cannot specify this parameter and
5113
- * the snapshot IDs parameter in the same request.</p>
5382
+ * <p>The maximum number of snapshots to return for this request.
5383
+ * This value can be between 5 and 1,000; if this value is larger than 1,000, only 1,000 results are returned.
5384
+ * If this parameter is not used, then the request returns all snapshots.
5385
+ * You cannot specify this parameter and the snapshot IDs parameter in the same request. For more information,
5386
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
5114
5387
  */
5115
5388
  MaxResults?: number;
5116
5389
  /**
5117
- * <p>The <code>NextToken</code> value returned from a previous paginated
5118
- * <code>DescribeSnapshots</code> request where <code>MaxResults</code> was used and the
5119
- * results exceeded the value of that parameter. Pagination continues from the end of the
5120
- * previous results that returned the <code>NextToken</code> value. This value is
5121
- * <code>null</code> when there are no more results to return.</p>
5390
+ * <p>The token returned from a previous paginated request.
5391
+ * Pagination continues from the end of the items returned by the previous request.</p>
5122
5392
  */
5123
5393
  NextToken?: string;
5124
5394
  /**
@@ -5148,10 +5418,8 @@ export interface DescribeSnapshotsResult {
5148
5418
  */
5149
5419
  Snapshots?: Snapshot[];
5150
5420
  /**
5151
- * <p>The <code>NextToken</code> value to include in a future <code>DescribeSnapshots</code>
5152
- * request. When the results of a <code>DescribeSnapshots</code> request exceed
5153
- * <code>MaxResults</code>, this value can be used to retrieve the next page of results. This
5154
- * value is <code>null</code> when there are no more results to return.</p>
5421
+ * <p>The token to include in another request to return the next page of snapshots.
5422
+ * This value is <code>null</code> when there are no more snapshots to return.</p>
5155
5423
  */
5156
5424
  NextToken?: string;
5157
5425
  }
@@ -5183,12 +5451,14 @@ export interface DescribeSnapshotTierStatusRequest {
5183
5451
  */
5184
5452
  DryRun?: boolean;
5185
5453
  /**
5186
- * <p>The token for the next page of results.</p>
5454
+ * <p>The token returned from a previous paginated request.
5455
+ * Pagination continues from the end of the items returned by the previous request.</p>
5187
5456
  */
5188
5457
  NextToken?: string;
5189
5458
  /**
5190
- * <p>The maximum number of results to return with a single call.
5191
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
5459
+ * <p>The maximum number of items to return for this request.
5460
+ * To get the next page of items, make another request with the token returned in the output.
5461
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
5192
5462
  */
5193
5463
  MaxResults?: number;
5194
5464
  }
@@ -5266,7 +5536,8 @@ export interface DescribeSnapshotTierStatusResult {
5266
5536
  */
5267
5537
  SnapshotTierStatuses?: SnapshotTierStatus[];
5268
5538
  /**
5269
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
5539
+ * <p>The token to include in another request to get the next page of items.
5540
+ * This value is <code>null</code> when there are no more items to return.</p>
5270
5541
  */
5271
5542
  NextToken?: string;
5272
5543
  }
@@ -6786,11 +7057,14 @@ export interface DescribeStaleSecurityGroupsRequest {
6786
7057
  */
6787
7058
  DryRun?: boolean;
6788
7059
  /**
6789
- * <p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</p>
7060
+ * <p>The maximum number of items to return for this request. To get the next page of items,
7061
+ * make another request with the token returned in the output. For more information,
7062
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
6790
7063
  */
6791
7064
  MaxResults?: number;
6792
7065
  /**
6793
- * <p>The token for the next set of items to return. (You received this token from a prior call.)</p>
7066
+ * <p>The token returned from a previous paginated request.
7067
+ * Pagination continues from the end of the items returned by the previous request.</p>
6794
7068
  */
6795
7069
  NextToken?: string;
6796
7070
  /**
@@ -6860,7 +7134,8 @@ export interface StaleSecurityGroup {
6860
7134
  }
6861
7135
  export interface DescribeStaleSecurityGroupsResult {
6862
7136
  /**
6863
- * <p>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</p>
7137
+ * <p>The token to include in another request to get the next page of items.
7138
+ * If there are no additional items to return, the string is empty.</p>
6864
7139
  */
6865
7140
  NextToken?: string;
6866
7141
  /**
@@ -7103,12 +7378,13 @@ export interface DescribeSubnetsRequest {
7103
7378
  */
7104
7379
  DryRun?: boolean;
7105
7380
  /**
7106
- * <p>The token for the next page of results.</p>
7381
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
7107
7382
  */
7108
7383
  NextToken?: string;
7109
7384
  /**
7110
- * <p>The maximum number of results to return with a single call.
7111
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7385
+ * <p>The maximum number of items to return for this request.
7386
+ * To get the next page of items, make another request with the token returned in the output.
7387
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
7112
7388
  */
7113
7389
  MaxResults?: number;
7114
7390
  }
@@ -7118,7 +7394,7 @@ export interface DescribeSubnetsResult {
7118
7394
  */
7119
7395
  Subnets?: Subnet[];
7120
7396
  /**
7121
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7397
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
7122
7398
  */
7123
7399
  NextToken?: string;
7124
7400
  }
@@ -7158,13 +7434,14 @@ export interface DescribeTagsRequest {
7158
7434
  */
7159
7435
  Filters?: Filter[];
7160
7436
  /**
7161
- * <p>The maximum number of results to return in a single call.
7162
- * This value can be between 5 and 1000.
7163
- * To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>
7437
+ * <p>The maximum number of items to return for this request. This value can be between 5 and 1000.
7438
+ * To get the next page of items, make another request with the token returned in the output.
7439
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
7164
7440
  */
7165
7441
  MaxResults?: number;
7166
7442
  /**
7167
- * <p>The token to retrieve the next page of results.</p>
7443
+ * <p>The token returned from a previous paginated request.
7444
+ * Pagination continues from the end of the items returned by the previous request.</p>
7168
7445
  */
7169
7446
  NextToken?: string;
7170
7447
  }
@@ -7191,8 +7468,8 @@ export interface TagDescription {
7191
7468
  }
7192
7469
  export interface DescribeTagsResult {
7193
7470
  /**
7194
- * <p>The token to use to retrieve the next page of results. This value is
7195
- * <code>null</code> when there are no more results to return.</p>
7471
+ * <p>The token to include in another request to get the next page of items.
7472
+ * This value is <code>null</code> when there are no more items to return.</p>
7196
7473
  */
7197
7474
  NextToken?: string;
7198
7475
  /**
@@ -8475,23 +8752,15 @@ export interface DescribeVolumesRequest {
8475
8752
  */
8476
8753
  DryRun?: boolean;
8477
8754
  /**
8478
- * <p>The maximum number of volume results returned by <code>DescribeVolumes</code> in paginated
8479
- * output. When this parameter is used, <code>DescribeVolumes</code> only returns
8480
- * <code>MaxResults</code> results in a single page along with a <code>NextToken</code>
8481
- * response element. The remaining results of the initial request can be seen by sending another
8482
- * <code>DescribeVolumes</code> request with the returned <code>NextToken</code> value. This
8483
- * value can be between 5 and 500; if <code>MaxResults</code> is given a value larger than 500,
8484
- * only 500 results are returned. If this parameter is not used, then
8485
- * <code>DescribeVolumes</code> returns all results. You cannot specify this parameter and the
8486
- * volume IDs parameter in the same request.</p>
8755
+ * <p>The maximum number of volumes to return for this request.
8756
+ * This value can be between 5 and 500; if you specify a value larger than 500, only 500 items are returned.
8757
+ * If this parameter is not used, then all items are returned. You cannot specify this parameter and the
8758
+ * volume IDs parameter in the same request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
8487
8759
  */
8488
8760
  MaxResults?: number;
8489
8761
  /**
8490
- * <p>The <code>NextToken</code> value returned from a previous paginated
8491
- * <code>DescribeVolumes</code> request where <code>MaxResults</code> was used and the results
8492
- * exceeded the value of that parameter. Pagination continues from the end of the previous
8493
- * results that returned the <code>NextToken</code> value. This value is <code>null</code> when
8494
- * there are no more results to return.</p>
8762
+ * <p>The token returned from a previous paginated request.
8763
+ * Pagination continues from the end of the items returned from the previous request.</p>
8495
8764
  */
8496
8765
  NextToken?: string;
8497
8766
  }
@@ -8501,10 +8770,8 @@ export interface DescribeVolumesResult {
8501
8770
  */
8502
8771
  Volumes?: Volume[];
8503
8772
  /**
8504
- * <p>The <code>NextToken</code> value to include in a future <code>DescribeVolumes</code>
8505
- * request. When the results of a <code>DescribeVolumes</code> request exceed
8506
- * <code>MaxResults</code>, this value can be used to retrieve the next page of results. This
8507
- * value is <code>null</code> when there are no more results to return.</p>
8773
+ * <p>The token to include in another request to get the next page of items.
8774
+ * This value is <code>null</code> when there are no more items to return.</p>
8508
8775
  */
8509
8776
  NextToken?: string;
8510
8777
  }
@@ -8573,12 +8840,13 @@ export interface DescribeVolumesModificationsRequest {
8573
8840
  */
8574
8841
  Filters?: Filter[];
8575
8842
  /**
8576
- * <p>The <code>nextToken</code> value returned by a previous paginated request.</p>
8843
+ * <p>The token returned by a previous paginated request.
8844
+ * Pagination continues from the end of the items returned by the previous request.</p>
8577
8845
  */
8578
8846
  NextToken?: string;
8579
8847
  /**
8580
8848
  * <p>The maximum number of results (up to a limit of 500) to be returned in a paginated
8581
- * request.</p>
8849
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
8582
8850
  */
8583
8851
  MaxResults?: number;
8584
8852
  }
@@ -8665,7 +8933,8 @@ export interface DescribeVolumesModificationsResult {
8665
8933
  */
8666
8934
  VolumesModifications?: VolumeModification[];
8667
8935
  /**
8668
- * <p>Token for pagination, null if there are no more results </p>
8936
+ * <p>The token to include in another request to get the next page of items.
8937
+ * This value is <code>null</code> if there are no more items to return.</p>
8669
8938
  */
8670
8939
  NextToken?: string;
8671
8940
  }
@@ -8736,21 +9005,16 @@ export interface DescribeVolumeStatusRequest {
8736
9005
  */
8737
9006
  Filters?: Filter[];
8738
9007
  /**
8739
- * <p>The maximum number of volume results returned by <code>DescribeVolumeStatus</code> in
8740
- * paginated output. When this parameter is used, the request only returns
8741
- * <code>MaxResults</code> results in a single page along with a <code>NextToken</code>
8742
- * response element. The remaining results of the initial request can be seen by sending another
8743
- * request with the returned <code>NextToken</code> value. This value can be between 5 and 1,000;
8744
- * if <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are returned.
8745
- * If this parameter is not used, then <code>DescribeVolumeStatus</code> returns all results. You
8746
- * cannot specify this parameter and the volume IDs parameter in the same request.</p>
9008
+ * <p>The maximum number of items to return for this request. To get the next page of items,
9009
+ * make another request with the token returned in the output. This value can be between 5 and 1,000;
9010
+ * if the value is larger than 1,000, only 1,000 results are returned. If this parameter is not used,
9011
+ * then all items are returned. You cannot specify this parameter and the volume IDs parameter in the
9012
+ * same request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
8747
9013
  */
8748
9014
  MaxResults?: number;
8749
9015
  /**
8750
- * <p>The <code>NextToken</code> value to include in a future <code>DescribeVolumeStatus</code>
8751
- * request. When the results of the request exceed <code>MaxResults</code>, this value can be
8752
- * used to retrieve the next page of results. This value is <code>null</code> when there are no
8753
- * more results to return.</p>
9016
+ * <p>The token returned from a previous paginated request.
9017
+ * Pagination continues from the end of the items returned by the previous request.</p>
8754
9018
  */
8755
9019
  NextToken?: string;
8756
9020
  /**
@@ -8833,18 +9097,9 @@ export declare enum VolumeStatusName {
8833
9097
  io_performance = "io-performance"
8834
9098
  }
8835
9099
  /**
8836
- * <p>Describes a volume status.</p>
9100
+ * @internal
8837
9101
  */
8838
- export interface VolumeStatusDetails {
8839
- /**
8840
- * <p>The name of the volume status.</p>
8841
- */
8842
- Name?: VolumeStatusName | string;
8843
- /**
8844
- * <p>The intended status of the volume status.</p>
8845
- */
8846
- Status?: string;
8847
- }
9102
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
8848
9103
  /**
8849
9104
  * @internal
8850
9105
  */
@@ -9885,7 +10140,3 @@ export declare const VolumeStatusAttachmentStatusFilterSensitiveLog: (obj: Volum
9885
10140
  * @internal
9886
10141
  */
9887
10142
  export declare const VolumeStatusEventFilterSensitiveLog: (obj: VolumeStatusEvent) => any;
9888
- /**
9889
- * @internal
9890
- */
9891
- export declare const VolumeStatusDetailsFilterSensitiveLog: (obj: VolumeStatusDetails) => any;