aws-sdk-ec2 1.364.0 → 1.365.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15648,8 +15648,8 @@ module Aws::EC2
15648
15648
  #
15649
15649
  # * `message` - The Zone message.
15650
15650
  #
15651
- # * `opt-in-status` - The opt-in status (`opted-in`, and
15652
- # `not-opted-in` \| `opt-in-not-required`).
15651
+ # * `opt-in-status` - The opt-in status (`opted-in` \| `not-opted-in`
15652
+ # \| `opt-in-not-required`).
15653
15653
  #
15654
15654
  # * `parent-zoneID` - The ID of the zone that handles some of the
15655
15655
  # Local Zone and Wavelength Zone control plane operations, such as
@@ -15669,13 +15669,12 @@ module Aws::EC2
15669
15669
  # `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
15670
15670
  # Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
15671
15671
  #
15672
- # * `zone-type` - The type of zone, for example, `local-zone`.
15673
- #
15674
15672
  # * `zone-name` - The name of the Availability Zone (for example,
15675
15673
  # `us-east-1a`), the Local Zone (for example, `us-west-2-lax-1a`),
15676
15674
  # or the Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
15677
15675
  #
15678
- # * `zone-type` - The type of zone, for example, `local-zone`.
15676
+ # * `zone-type` - The type of zone (`availability-zone` \|
15677
+ # `local-zone` \| `wavelength-zone`).
15679
15678
  # @return [Array<Types::Filter>]
15680
15679
  #
15681
15680
  # @!attribute [rw] zone_names
@@ -16208,16 +16207,22 @@ module Aws::EC2
16208
16207
  # @return [Array<String>]
16209
16208
  #
16210
16209
  # @!attribute [rw] max_results
16211
- # The maximum number of results to return with a single call. To
16212
- # retrieve the remaining results, make another call with the returned
16213
- # `nextToken` value.
16210
+ # The maximum number of items to return for this request. To get the
16211
+ # next page of items, make another request with the token returned in
16212
+ # the output. For more information, see [Pagination][1].
16214
16213
  #
16215
16214
  # Constraint: If the value is greater than 1000, we return only 1000
16216
16215
  # items.
16216
+ #
16217
+ #
16218
+ #
16219
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
16217
16220
  # @return [Integer]
16218
16221
  #
16219
16222
  # @!attribute [rw] next_token
16220
- # The token for the next page of results.
16223
+ # The token returned from a previous paginated request. Pagination
16224
+ # continues from the end of the items returned by the previous
16225
+ # request.
16221
16226
  # @return [String]
16222
16227
  #
16223
16228
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeClassicLinkInstancesRequest AWS API Documentation
@@ -16237,8 +16242,8 @@ module Aws::EC2
16237
16242
  # @return [Array<Types::ClassicLinkInstance>]
16238
16243
  #
16239
16244
  # @!attribute [rw] next_token
16240
- # The token to use to retrieve the next page of results. This value is
16241
- # `null` when there are no more results to return.
16245
+ # The token to include in another request to get the next page of
16246
+ # items. This value is `null` when there are no more items to return.
16242
16247
  # @return [String]
16243
16248
  #
16244
16249
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeClassicLinkInstancesResult AWS API Documentation
@@ -16760,13 +16765,19 @@ module Aws::EC2
16760
16765
  # @return [Boolean]
16761
16766
  #
16762
16767
  # @!attribute [rw] next_token
16763
- # The token for the next page of results.
16768
+ # The token returned from a previous paginated request. Pagination
16769
+ # continues from the end of the items returned by the previous
16770
+ # request.
16764
16771
  # @return [String]
16765
16772
  #
16766
16773
  # @!attribute [rw] max_results
16767
- # The maximum number of results to return with a single call. To
16768
- # retrieve the remaining results, make another call with the returned
16769
- # `nextToken` value.
16774
+ # The maximum number of items to return for this request. To get the
16775
+ # next page of items, make another request with the token returned in
16776
+ # the output. For more information, see [Pagination][1].
16777
+ #
16778
+ #
16779
+ #
16780
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
16770
16781
  # @return [Integer]
16771
16782
  #
16772
16783
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeDhcpOptionsRequest AWS API Documentation
@@ -16786,8 +16797,8 @@ module Aws::EC2
16786
16797
  # @return [Array<Types::DhcpOptions>]
16787
16798
  #
16788
16799
  # @!attribute [rw] next_token
16789
- # The token to use to retrieve the next page of results. This value is
16790
- # `null` when there are no more results to return.
16800
+ # The token to include in another request to get the next page of
16801
+ # items. This value is `null` when there are no more items to return.
16791
16802
  # @return [String]
16792
16803
  #
16793
16804
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeDhcpOptionsResult AWS API Documentation
@@ -16811,13 +16822,19 @@ module Aws::EC2
16811
16822
  # @return [Array<String>]
16812
16823
  #
16813
16824
  # @!attribute [rw] max_results
16814
- # The maximum number of results to return with a single call. To
16815
- # retrieve the remaining results, make another call with the returned
16816
- # `nextToken` value.
16825
+ # The maximum number of items to return for this request. To get the
16826
+ # next page of items, make another request with the token returned in
16827
+ # the output. For more information, see [Pagination][1].
16828
+ #
16829
+ #
16830
+ #
16831
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
16817
16832
  # @return [Integer]
16818
16833
  #
16819
16834
  # @!attribute [rw] next_token
16820
- # The token for the next page of results.
16835
+ # The token returned from a previous paginated request. Pagination
16836
+ # continues from the end of the items returned by the previous
16837
+ # request.
16821
16838
  # @return [String]
16822
16839
  #
16823
16840
  # @!attribute [rw] filters
@@ -16851,8 +16868,8 @@ module Aws::EC2
16851
16868
  # @return [Array<Types::EgressOnlyInternetGateway>]
16852
16869
  #
16853
16870
  # @!attribute [rw] next_token
16854
- # The token to use to retrieve the next page of results. This value is
16855
- # `null` when there are no more results to return.
16871
+ # The token to include in another request to get the next page of
16872
+ # items. This value is `null` when there are no more items to return.
16856
16873
  # @return [String]
16857
16874
  #
16858
16875
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeEgressOnlyInternetGatewaysResult AWS API Documentation
@@ -17248,13 +17265,19 @@ module Aws::EC2
17248
17265
  # @return [Array<Types::Filter>]
17249
17266
  #
17250
17267
  # @!attribute [rw] max_results
17251
- # The maximum number of results to return with a single call. To
17252
- # retrieve the remaining results, make another call with the returned
17253
- # `nextToken` value.
17268
+ # The maximum number of items to return for this request. To get the
17269
+ # next page of items, make another request with the token returned in
17270
+ # the output. For more information, see [Pagination][1].
17271
+ #
17272
+ #
17273
+ #
17274
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
17254
17275
  # @return [Integer]
17255
17276
  #
17256
17277
  # @!attribute [rw] next_token
17257
- # The token for the next page of results.
17278
+ # The token returned from a previous paginated request. Pagination
17279
+ # continues from the end of the items returned by the previous
17280
+ # request.
17258
17281
  # @return [String]
17259
17282
  #
17260
17283
  # @!attribute [rw] dry_run
@@ -17280,8 +17303,8 @@ module Aws::EC2
17280
17303
  # @return [Array<Types::DescribeFastSnapshotRestoreSuccessItem>]
17281
17304
  #
17282
17305
  # @!attribute [rw] next_token
17283
- # The token to use to retrieve the next page of results. This value is
17284
- # `null` when there are no more results to return.
17306
+ # The token to include in another request to get the next page of
17307
+ # items. This value is `null` when there are no more items to return.
17285
17308
  # @return [String]
17286
17309
  #
17287
17310
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFastSnapshotRestoresResult AWS API Documentation
@@ -17643,13 +17666,18 @@ module Aws::EC2
17643
17666
  # @return [Array<String>]
17644
17667
  #
17645
17668
  # @!attribute [rw] max_results
17646
- # The maximum number of results to return with a single call. To
17647
- # retrieve the remaining results, make another call with the returned
17648
- # `nextToken` value.
17669
+ # The maximum number of items to return for this request. To get the
17670
+ # next page of items, make another request with the token returned in
17671
+ # the output. For more information, see [Pagination][1].
17672
+ #
17673
+ #
17674
+ #
17675
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
17649
17676
  # @return [Integer]
17650
17677
  #
17651
17678
  # @!attribute [rw] next_token
17652
- # The token for the next page of results.
17679
+ # The token to request the next page of items. Pagination continues
17680
+ # from the end of the items returned by the previous request.
17653
17681
  # @return [String]
17654
17682
  #
17655
17683
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFlowLogsRequest AWS API Documentation
@@ -17669,8 +17697,8 @@ module Aws::EC2
17669
17697
  # @return [Array<Types::FlowLog>]
17670
17698
  #
17671
17699
  # @!attribute [rw] next_token
17672
- # The token to use to retrieve the next page of results. This value is
17673
- # `null` when there are no more results to return.
17700
+ # The token to request the next page of items. This value is `null`
17701
+ # when there are no more items to return.
17674
17702
  # @return [String]
17675
17703
  #
17676
17704
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFlowLogsResult AWS API Documentation
@@ -18041,13 +18069,19 @@ module Aws::EC2
18041
18069
  # @return [Array<Types::Filter>]
18042
18070
  #
18043
18071
  # @!attribute [rw] max_results
18044
- # The maximum number of results to return in a single call. To
18045
- # retrieve the remaining results, make another call with the returned
18046
- # `NextToken` value.
18072
+ # The maximum number of items to return for this request. To get the
18073
+ # next page of items, make another request with the token returned in
18074
+ # the output. For more information, see [Pagination][1].
18075
+ #
18076
+ #
18077
+ #
18078
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18047
18079
  # @return [Integer]
18048
18080
  #
18049
18081
  # @!attribute [rw] next_token
18050
- # The token to request the next page of results.
18082
+ # The token returned from a previous paginated request. Pagination
18083
+ # continues from the end of the items returned by the previous
18084
+ # request.
18051
18085
  # @return [String]
18052
18086
  #
18053
18087
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIamInstanceProfileAssociationsRequest AWS API Documentation
@@ -18066,8 +18100,8 @@ module Aws::EC2
18066
18100
  # @return [Array<Types::IamInstanceProfileAssociation>]
18067
18101
  #
18068
18102
  # @!attribute [rw] next_token
18069
- # The token to use to retrieve the next page of results. This value is
18070
- # `null` when there are no more results to return.
18103
+ # The token to include in another request to get the next page of
18104
+ # items. This value is `null` when there are no more items to return.
18071
18105
  # @return [String]
18072
18106
  #
18073
18107
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIamInstanceProfileAssociationsResult AWS API Documentation
@@ -18541,15 +18575,21 @@ module Aws::EC2
18541
18575
  # @return [Array<String>]
18542
18576
  #
18543
18577
  # @!attribute [rw] max_results
18544
- # The maximum number of results to return in a single call. To
18545
- # retrieve the remaining results, make another call with the returned
18546
- # `NextToken` value. This value can be between 5 and 1000. You cannot
18547
- # specify this parameter and the instance IDs parameter in the same
18548
- # call.
18578
+ # The maximum number of items to return for this request. To get the
18579
+ # next page of items, make another request with the token returned in
18580
+ # the output. This value can be between 5 and 1000. You cannot specify
18581
+ # this parameter and the instance IDs parameter in the same call. For
18582
+ # more information, see [Pagination][1].
18583
+ #
18584
+ #
18585
+ #
18586
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18549
18587
  # @return [Integer]
18550
18588
  #
18551
18589
  # @!attribute [rw] next_token
18552
- # The token to retrieve the next page of results.
18590
+ # The token returned from a previous paginated request. Pagination
18591
+ # continues from the end of the items returned by the previous
18592
+ # request.
18553
18593
  # @return [String]
18554
18594
  #
18555
18595
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceCreditSpecificationsRequest AWS API Documentation
@@ -18569,8 +18609,8 @@ module Aws::EC2
18569
18609
  # @return [Array<Types::InstanceCreditSpecification>]
18570
18610
  #
18571
18611
  # @!attribute [rw] next_token
18572
- # The token to use to retrieve the next page of results. This value is
18573
- # `null` when there are no more results to return.
18612
+ # The token to include in another request to get the next page of
18613
+ # items. This value is `null` when there are no more items to return.
18574
18614
  # @return [String]
18575
18615
  #
18576
18616
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceCreditSpecificationsResult AWS API Documentation
@@ -18760,15 +18800,21 @@ module Aws::EC2
18760
18800
  # @return [Array<String>]
18761
18801
  #
18762
18802
  # @!attribute [rw] max_results
18763
- # The maximum number of results to return in a single call. To
18764
- # retrieve the remaining results, make another call with the returned
18765
- # `NextToken` value. This value can be between 5 and 1000. You cannot
18803
+ # The maximum number of items to return for this request. To retrieve
18804
+ # the next page of items, make another request with the token returned
18805
+ # in the output. This value can be between 5 and 1000. You cannot
18766
18806
  # specify this parameter and the instance IDs parameter in the same
18767
- # call.
18807
+ # call. For more information, see [Pagination][1].
18808
+ #
18809
+ #
18810
+ #
18811
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18768
18812
  # @return [Integer]
18769
18813
  #
18770
18814
  # @!attribute [rw] next_token
18771
- # The token to retrieve the next page of results.
18815
+ # The token returned from a previous paginated request. Pagination
18816
+ # continues from the end of the items returned by the previous
18817
+ # request.
18772
18818
  # @return [String]
18773
18819
  #
18774
18820
  # @!attribute [rw] dry_run
@@ -18803,8 +18849,8 @@ module Aws::EC2
18803
18849
  # @return [Array<Types::InstanceStatus>]
18804
18850
  #
18805
18851
  # @!attribute [rw] next_token
18806
- # The token to use to retrieve the next page of results. This value is
18807
- # `null` when there are no more results to return.
18852
+ # The token to include in another request to get the next page of
18853
+ # items. This value is `null` when there are no more items to return.
18808
18854
  # @return [String]
18809
18855
  #
18810
18856
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceStatusResult AWS API Documentation
@@ -18838,13 +18884,19 @@ module Aws::EC2
18838
18884
  # @return [Array<Types::Filter>]
18839
18885
  #
18840
18886
  # @!attribute [rw] max_results
18841
- # The maximum number of results to return for the request in a single
18842
- # page. The remaining results can be seen by sending another request
18843
- # with the next token value.
18887
+ # The maximum number of items to return for this request. To get the
18888
+ # next page of items, make another request with the token returned in
18889
+ # the output. For more information, see [Pagination][1].
18890
+ #
18891
+ #
18892
+ #
18893
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18844
18894
  # @return [Integer]
18845
18895
  #
18846
18896
  # @!attribute [rw] next_token
18847
- # The token to retrieve the next page of results.
18897
+ # The token returned from a previous paginated request. Pagination
18898
+ # continues from the end of the items returned by the previous
18899
+ # request.
18848
18900
  # @return [String]
18849
18901
  #
18850
18902
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypeOfferingsRequest AWS API Documentation
@@ -18864,8 +18916,8 @@ module Aws::EC2
18864
18916
  # @return [Array<Types::InstanceTypeOffering>]
18865
18917
  #
18866
18918
  # @!attribute [rw] next_token
18867
- # The token to use to retrieve the next page of results. This value is
18868
- # `null` when there are no more results to return.
18919
+ # The token to include in another request to get the next page of
18920
+ # items. This value is `null` when there are no more items to return.
18869
18921
  # @return [String]
18870
18922
  #
18871
18923
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypeOfferingsResult AWS API Documentation
@@ -19044,13 +19096,19 @@ module Aws::EC2
19044
19096
  # @return [Array<Types::Filter>]
19045
19097
  #
19046
19098
  # @!attribute [rw] max_results
19047
- # The maximum number of results to return for the request in a single
19048
- # page. The remaining results can be seen by sending another request
19049
- # with the next token value.
19099
+ # The maximum number of items to return for this request. To get the
19100
+ # next page of items, make another request with the token returned in
19101
+ # the output. For more information, see [Pagination][1].
19102
+ #
19103
+ #
19104
+ #
19105
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
19050
19106
  # @return [Integer]
19051
19107
  #
19052
19108
  # @!attribute [rw] next_token
19053
- # The token to retrieve the next page of results.
19109
+ # The token returned from a previous paginated request. Pagination
19110
+ # continues from the end of the items returned by the previous
19111
+ # request.
19054
19112
  # @return [String]
19055
19113
  #
19056
19114
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypesRequest AWS API Documentation
@@ -19075,8 +19133,8 @@ module Aws::EC2
19075
19133
  # @return [Array<Types::InstanceTypeInfo>]
19076
19134
  #
19077
19135
  # @!attribute [rw] next_token
19078
- # The token to use to retrieve the next page of results. This value is
19079
- # `null` when there are no more results to return.
19136
+ # The token to include in another request to get the next page of
19137
+ # items. This value is `null` when there are no more items to return.
19080
19138
  # @return [String]
19081
19139
  #
19082
19140
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypesResult AWS API Documentation
@@ -19398,15 +19456,21 @@ module Aws::EC2
19398
19456
  # @return [Boolean]
19399
19457
  #
19400
19458
  # @!attribute [rw] max_results
19401
- # The maximum number of results to return in a single call. To
19402
- # retrieve the remaining results, make another call with the returned
19403
- # `NextToken` value. This value can be between 5 and 1000. You cannot
19404
- # specify this parameter and the instance IDs parameter in the same
19405
- # call.
19459
+ # The maximum number of items to return for this request. To get the
19460
+ # next page of items, make another request with the token returned in
19461
+ # the output. This value can be between 5 and 1000. You cannot specify
19462
+ # this parameter and the instance IDs parameter in the same request.
19463
+ # For more information, see [Pagination][1].
19464
+ #
19465
+ #
19466
+ #
19467
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
19406
19468
  # @return [Integer]
19407
19469
  #
19408
19470
  # @!attribute [rw] next_token
19409
- # The token to request the next page of results.
19471
+ # The token returned from a previous paginated request. Pagination
19472
+ # continues from the end of the items returned by the previous
19473
+ # request.
19410
19474
  # @return [String]
19411
19475
  #
19412
19476
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstancesRequest AWS API Documentation
@@ -19426,8 +19490,8 @@ module Aws::EC2
19426
19490
  # @return [Array<Types::Reservation>]
19427
19491
  #
19428
19492
  # @!attribute [rw] next_token
19429
- # The token to use to retrieve the next page of results. This value is
19430
- # `null` when there are no more results to return.
19493
+ # The token to include in another request to get the next page of
19494
+ # items. This value is `null` when there are no more items to return.
19431
19495
  # @return [String]
19432
19496
  #
19433
19497
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstancesResult AWS API Documentation
@@ -19478,13 +19542,19 @@ module Aws::EC2
19478
19542
  # @return [Array<String>]
19479
19543
  #
19480
19544
  # @!attribute [rw] next_token
19481
- # The token for the next page of results.
19545
+ # The token returned from a previous paginated request. Pagination
19546
+ # continues from the end of the items returned by the previous
19547
+ # request.
19482
19548
  # @return [String]
19483
19549
  #
19484
19550
  # @!attribute [rw] max_results
19485
- # The maximum number of results to return with a single call. To
19486
- # retrieve the remaining results, make another call with the returned
19487
- # `nextToken` value.
19551
+ # The maximum number of items to return for this request. To get the
19552
+ # next page of items, make another request with the token returned in
19553
+ # the output. For more information, see [Pagination][1].
19554
+ #
19555
+ #
19556
+ #
19557
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
19488
19558
  # @return [Integer]
19489
19559
  #
19490
19560
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInternetGatewaysRequest AWS API Documentation
@@ -19504,8 +19574,8 @@ module Aws::EC2
19504
19574
  # @return [Array<Types::InternetGateway>]
19505
19575
  #
19506
19576
  # @!attribute [rw] next_token
19507
- # The token to use to retrieve the next page of results. This value is
19508
- # `null` when there are no more results to return.
19577
+ # The token to include in another request to get the next page of
19578
+ # items. This value is `null` when there are no more items to return.
19509
19579
  # @return [String]
19510
19580
  #
19511
19581
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInternetGatewaysResult AWS API Documentation
@@ -20738,9 +20808,13 @@ module Aws::EC2
20738
20808
  # @return [Array<Types::Filter>]
20739
20809
  #
20740
20810
  # @!attribute [rw] max_results
20741
- # The maximum number of results to return with a single call. To
20742
- # retrieve the remaining results, make another call with the returned
20743
- # `nextToken` value.
20811
+ # The maximum number of items to return for this request. To get the
20812
+ # next page of items, make another request with the token returned in
20813
+ # the output. For more information, see [Pagination][1].
20814
+ #
20815
+ #
20816
+ #
20817
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
20744
20818
  # @return [Integer]
20745
20819
  #
20746
20820
  # @!attribute [rw] nat_gateway_ids
@@ -20748,7 +20822,9 @@ module Aws::EC2
20748
20822
  # @return [Array<String>]
20749
20823
  #
20750
20824
  # @!attribute [rw] next_token
20751
- # The token for the next page of results.
20825
+ # The token returned from a previous paginated request. Pagination
20826
+ # continues from the end of the items returned by the previous
20827
+ # request.
20752
20828
  # @return [String]
20753
20829
  #
20754
20830
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNatGatewaysRequest AWS API Documentation
@@ -20768,8 +20844,8 @@ module Aws::EC2
20768
20844
  # @return [Array<Types::NatGateway>]
20769
20845
  #
20770
20846
  # @!attribute [rw] next_token
20771
- # The token to use to retrieve the next page of results. This value is
20772
- # `null` when there are no more results to return.
20847
+ # The token to include in another request to get the next page of
20848
+ # items. This value is `null` when there are no more items to return.
20773
20849
  # @return [String]
20774
20850
  #
20775
20851
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNatGatewaysResult AWS API Documentation
@@ -20854,13 +20930,19 @@ module Aws::EC2
20854
20930
  # @return [Array<String>]
20855
20931
  #
20856
20932
  # @!attribute [rw] next_token
20857
- # The token for the next page of results.
20933
+ # The token returned from a previous paginated request. Pagination
20934
+ # continues from the end of the items returned by the previous
20935
+ # request.
20858
20936
  # @return [String]
20859
20937
  #
20860
20938
  # @!attribute [rw] max_results
20861
- # The maximum number of results to return with a single call. To
20862
- # retrieve the remaining results, make another call with the returned
20863
- # `nextToken` value.
20939
+ # The maximum number of items to return for this request. To get the
20940
+ # next page of items, make another request with the token returned in
20941
+ # the output. For more information, see [Pagination][1].
20942
+ #
20943
+ #
20944
+ #
20945
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
20864
20946
  # @return [Integer]
20865
20947
  #
20866
20948
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkAclsRequest AWS API Documentation
@@ -20880,8 +20962,8 @@ module Aws::EC2
20880
20962
  # @return [Array<Types::NetworkAcl>]
20881
20963
  #
20882
20964
  # @!attribute [rw] next_token
20883
- # The token to use to retrieve the next page of results. This value is
20884
- # `null` when there are no more results to return.
20965
+ # The token to include in another request to get the next page of
20966
+ # items. This value is `null` when there are no more items to return.
20885
20967
  # @return [String]
20886
20968
  #
20887
20969
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkAclsResult AWS API Documentation
@@ -21248,14 +21330,20 @@ module Aws::EC2
21248
21330
  # @return [Array<Types::Filter>]
21249
21331
  #
21250
21332
  # @!attribute [rw] next_token
21251
- # The token to request the next page of results.
21333
+ # The token returned from a previous paginated request. Pagination
21334
+ # continues from the end of the items returned by the previous
21335
+ # request.
21252
21336
  # @return [String]
21253
21337
  #
21254
21338
  # @!attribute [rw] max_results
21255
- # The maximum number of results to return in a single call. To
21256
- # retrieve the remaining results, make another call with the returned
21257
- # `NextToken` value. If this parameter is not specified, up to 50
21258
- # results are returned by default.
21339
+ # The maximum number of items to return for this request. To get the
21340
+ # next page of items, make another request with the token returned in
21341
+ # the output. If this parameter is not specified, up to 50 results are
21342
+ # returned by default. For more information, see [Pagination][1].
21343
+ #
21344
+ #
21345
+ #
21346
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21259
21347
  # @return [Integer]
21260
21348
  #
21261
21349
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacePermissionsRequest AWS API Documentation
@@ -21276,7 +21364,8 @@ module Aws::EC2
21276
21364
  # @return [Array<Types::NetworkInterfacePermission>]
21277
21365
  #
21278
21366
  # @!attribute [rw] next_token
21279
- # The token to use to retrieve the next page of results.
21367
+ # The token to include in another request to get the next page of
21368
+ # items. This value is `null` when there are no more items to return.
21280
21369
  # @return [String]
21281
21370
  #
21282
21371
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacePermissionsResult AWS API Documentation
@@ -21424,14 +21513,21 @@ module Aws::EC2
21424
21513
  # @return [Array<String>]
21425
21514
  #
21426
21515
  # @!attribute [rw] next_token
21427
- # The token to retrieve the next page of results.
21516
+ # The token returned from a previous paginated request. Pagination
21517
+ # continues from the end of the items returned by the previous
21518
+ # request.
21428
21519
  # @return [String]
21429
21520
  #
21430
21521
  # @!attribute [rw] max_results
21431
- # The maximum number of items to return for this request. The request
21432
- # returns a token that you can specify in a subsequent call to get the
21433
- # next set of results. You cannot specify this parameter and the
21434
- # network interface IDs parameter in the same request.
21522
+ # The maximum number of items to return for this request. To get the
21523
+ # next page of items, make another request with the token returned in
21524
+ # the output. You cannot specify this parameter and the network
21525
+ # interface IDs parameter in the same request. For more information,
21526
+ # see [Pagination][1].
21527
+ #
21528
+ #
21529
+ #
21530
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21435
21531
  # @return [Integer]
21436
21532
  #
21437
21533
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesRequest AWS API Documentation
@@ -21446,15 +21542,13 @@ module Aws::EC2
21446
21542
  include Aws::Structure
21447
21543
  end
21448
21544
 
21449
- # Contains the output of DescribeNetworkInterfaces.
21450
- #
21451
21545
  # @!attribute [rw] network_interfaces
21452
21546
  # Information about one or more network interfaces.
21453
21547
  # @return [Array<Types::NetworkInterface>]
21454
21548
  #
21455
21549
  # @!attribute [rw] next_token
21456
- # The token to use to retrieve the next page of results. This value is
21457
- # `null` when there are no more results to return.
21550
+ # The token to include in another request to get the next page of
21551
+ # items. This value is `null` when there are no more items to return.
21458
21552
  # @return [String]
21459
21553
  #
21460
21554
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesResult AWS API Documentation
@@ -21776,13 +21870,19 @@ module Aws::EC2
21776
21870
  # @return [Array<Types::Filter>]
21777
21871
  #
21778
21872
  # @!attribute [rw] max_results
21779
- # The maximum number of results to return with a single call. To
21780
- # retrieve the remaining results, make another call with the returned
21781
- # `nextToken` value.
21873
+ # The maximum number of items to return for this request. To get the
21874
+ # next page of items, make another request with the token returned in
21875
+ # the output. For more information, see [Pagination][1].
21876
+ #
21877
+ #
21878
+ #
21879
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21782
21880
  # @return [Integer]
21783
21881
  #
21784
21882
  # @!attribute [rw] next_token
21785
- # The token for the next page of results.
21883
+ # The token returned from a previous paginated request. Pagination
21884
+ # continues from the end of the items returned by the previous
21885
+ # request.
21786
21886
  # @return [String]
21787
21887
  #
21788
21888
  # @!attribute [rw] dry_run
@@ -21809,8 +21909,8 @@ module Aws::EC2
21809
21909
  # @return [Array<Types::ReplaceRootVolumeTask>]
21810
21910
  #
21811
21911
  # @!attribute [rw] next_token
21812
- # The token to use to retrieve the next page of results. This value is
21813
- # `null` when there are no more results to return.
21912
+ # The token to include in another request to get the next page of
21913
+ # items. This value is `null` when there are no more items to return.
21814
21914
  # @return [String]
21815
21915
  #
21816
21916
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeReplaceRootVolumeTasksResult AWS API Documentation
@@ -22327,13 +22427,19 @@ module Aws::EC2
22327
22427
  # @return [Array<String>]
22328
22428
  #
22329
22429
  # @!attribute [rw] next_token
22330
- # The token for the next page of results.
22430
+ # The token returned from a previous paginated request. Pagination
22431
+ # continues from the end of the items returned by the previous
22432
+ # request.
22331
22433
  # @return [String]
22332
22434
  #
22333
22435
  # @!attribute [rw] max_results
22334
- # The maximum number of results to return with a single call. To
22335
- # retrieve the remaining results, make another call with the returned
22336
- # `nextToken` value.
22436
+ # The maximum number of items to return for this request. To get the
22437
+ # next page of items, make another request with the token returned in
22438
+ # the output. For more information, see [Pagination][1].
22439
+ #
22440
+ #
22441
+ #
22442
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22337
22443
  # @return [Integer]
22338
22444
  #
22339
22445
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRouteTablesRequest AWS API Documentation
@@ -22355,8 +22461,8 @@ module Aws::EC2
22355
22461
  # @return [Array<Types::RouteTable>]
22356
22462
  #
22357
22463
  # @!attribute [rw] next_token
22358
- # The token to use to retrieve the next page of results. This value is
22359
- # `null` when there are no more results to return.
22464
+ # The token to include in another request to get the next page of
22465
+ # items. This value is `null` when there are no more items to return.
22360
22466
  # @return [String]
22361
22467
  #
22362
22468
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRouteTablesResult AWS API Documentation
@@ -22590,14 +22696,21 @@ module Aws::EC2
22590
22696
  # @return [Boolean]
22591
22697
  #
22592
22698
  # @!attribute [rw] next_token
22593
- # The token for the next page of results.
22699
+ # The token returned from a previous paginated request. Pagination
22700
+ # continues from the end of the items returned by the previous
22701
+ # request.
22594
22702
  # @return [String]
22595
22703
  #
22596
22704
  # @!attribute [rw] max_results
22597
- # The maximum number of results to return in a single call. To
22598
- # retrieve the remaining results, make another request with the
22599
- # returned `NextToken` value. This value can be between 5 and 1000. If
22600
- # this parameter is not specified, then all results are returned.
22705
+ # The maximum number of items to return for this request. To get the
22706
+ # next page of items, make another request with the token returned in
22707
+ # the output. This value can be between 5 and 1000. If this parameter
22708
+ # is not specified, then all items are returned. For more information,
22709
+ # see [Pagination][1].
22710
+ #
22711
+ #
22712
+ #
22713
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22601
22714
  # @return [Integer]
22602
22715
  #
22603
22716
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesRequest AWS API Documentation
@@ -22617,8 +22730,8 @@ module Aws::EC2
22617
22730
  # @return [Array<Types::SecurityGroupRule>]
22618
22731
  #
22619
22732
  # @!attribute [rw] next_token
22620
- # The token to use to retrieve the next page of results. This value is
22621
- # `null` when there are no more results to return.
22733
+ # The token to include in another request to get the next page of
22734
+ # items. This value is `null` when there are no more items to return.
22622
22735
  # @return [String]
22623
22736
  #
22624
22737
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesResult AWS API Documentation
@@ -22740,14 +22853,21 @@ module Aws::EC2
22740
22853
  # @return [Boolean]
22741
22854
  #
22742
22855
  # @!attribute [rw] next_token
22743
- # The token to request the next page of results.
22856
+ # The token returned from a previous paginated request. Pagination
22857
+ # continues from the end of the items returned by the previous
22858
+ # request.
22744
22859
  # @return [String]
22745
22860
  #
22746
22861
  # @!attribute [rw] max_results
22747
- # The maximum number of results to return in a single call. To
22748
- # retrieve the remaining results, make another request with the
22749
- # returned `NextToken` value. This value can be between 5 and 1000. If
22750
- # this parameter is not specified, then all results are returned.
22862
+ # The maximum number of items to return for this request. To get the
22863
+ # next page of items, make another request with the token returned in
22864
+ # the output. This value can be between 5 and 1000. If this parameter
22865
+ # is not specified, then all items are returned. For more information,
22866
+ # see [Pagination][1].
22867
+ #
22868
+ #
22869
+ #
22870
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22751
22871
  # @return [Integer]
22752
22872
  #
22753
22873
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupsRequest AWS API Documentation
@@ -22768,8 +22888,8 @@ module Aws::EC2
22768
22888
  # @return [Array<Types::SecurityGroup>]
22769
22889
  #
22770
22890
  # @!attribute [rw] next_token
22771
- # The token to use to retrieve the next page of results. This value is
22772
- # `null` when there are no more results to return.
22891
+ # The token to include in another request to get the next page of
22892
+ # items. This value is `null` when there are no more items to return.
22773
22893
  # @return [String]
22774
22894
  #
22775
22895
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupsResult AWS API Documentation
@@ -22852,13 +22972,19 @@ module Aws::EC2
22852
22972
  # @return [Boolean]
22853
22973
  #
22854
22974
  # @!attribute [rw] next_token
22855
- # The token for the next page of results.
22975
+ # The token returned from a previous paginated request. Pagination
22976
+ # continues from the end of the items returned by the previous
22977
+ # request.
22856
22978
  # @return [String]
22857
22979
  #
22858
22980
  # @!attribute [rw] max_results
22859
- # The maximum number of results to return with a single call. To
22860
- # retrieve the remaining results, make another call with the returned
22861
- # `nextToken` value.
22981
+ # The maximum number of items to return for this request. To get the
22982
+ # next page of items, make another request with the token returned in
22983
+ # the output. For more information, see [Pagination][1].
22984
+ #
22985
+ #
22986
+ #
22987
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22862
22988
  # @return [Integer]
22863
22989
  #
22864
22990
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSnapshotTierStatusRequest AWS API Documentation
@@ -22877,8 +23003,8 @@ module Aws::EC2
22877
23003
  # @return [Array<Types::SnapshotTierStatus>]
22878
23004
  #
22879
23005
  # @!attribute [rw] next_token
22880
- # The token to use to retrieve the next page of results. This value is
22881
- # `null` when there are no more results to return.
23006
+ # The token to include in another request to get the next page of
23007
+ # items. This value is `null` when there are no more items to return.
22882
23008
  # @return [String]
22883
23009
  #
22884
23010
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSnapshotTierStatusResult AWS API Documentation
@@ -22936,26 +23062,22 @@ module Aws::EC2
22936
23062
  # @return [Array<Types::Filter>]
22937
23063
  #
22938
23064
  # @!attribute [rw] max_results
22939
- # The maximum number of snapshot results returned by
22940
- # `DescribeSnapshots` in paginated output. When this parameter is
22941
- # used, `DescribeSnapshots` only returns `MaxResults` results in a
22942
- # single page along with a `NextToken` response element. The remaining
22943
- # results of the initial request can be seen by sending another
22944
- # `DescribeSnapshots` request with the returned `NextToken` value.
22945
- # This value can be between 5 and 1,000; if `MaxResults` is given a
22946
- # value larger than 1,000, only 1,000 results are returned. If this
22947
- # parameter is not used, then `DescribeSnapshots` returns all results.
22948
- # You cannot specify this parameter and the snapshot IDs parameter in
22949
- # the same request.
23065
+ # The maximum number of snapshots to return for this request. This
23066
+ # value can be between 5 and 1,000; if this value is larger than
23067
+ # 1,000, only 1,000 results are returned. If this parameter is not
23068
+ # used, then the request returns all snapshots. You cannot specify
23069
+ # this parameter and the snapshot IDs parameter in the same request.
23070
+ # For more information, see [Pagination][1].
23071
+ #
23072
+ #
23073
+ #
23074
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22950
23075
  # @return [Integer]
22951
23076
  #
22952
23077
  # @!attribute [rw] next_token
22953
- # The `NextToken` value returned from a previous paginated
22954
- # `DescribeSnapshots` request where `MaxResults` was used and the
22955
- # results exceeded the value of that parameter. Pagination continues
22956
- # from the end of the previous results that returned the `NextToken`
22957
- # value. This value is `null` when there are no more results to
22958
- # return.
23078
+ # The token returned from a previous paginated request. Pagination
23079
+ # continues from the end of the items returned by the previous
23080
+ # request.
22959
23081
  # @return [String]
22960
23082
  #
22961
23083
  # @!attribute [rw] owner_ids
@@ -23002,10 +23124,8 @@ module Aws::EC2
23002
23124
  # @return [Array<Types::Snapshot>]
23003
23125
  #
23004
23126
  # @!attribute [rw] next_token
23005
- # The `NextToken` value to include in a future `DescribeSnapshots`
23006
- # request. When the results of a `DescribeSnapshots` request exceed
23007
- # `MaxResults`, this value can be used to retrieve the next page of
23008
- # results. This value is `null` when there are no more results to
23127
+ # The token to include in another request to return the next page of
23128
+ # snapshots. This value is `null` when there are no more snapshots to
23009
23129
  # return.
23010
23130
  # @return [String]
23011
23131
  #
@@ -23545,14 +23665,19 @@ module Aws::EC2
23545
23665
  # @return [Boolean]
23546
23666
  #
23547
23667
  # @!attribute [rw] max_results
23548
- # The maximum number of items to return for this request. The request
23549
- # returns a token that you can specify in a subsequent call to get the
23550
- # next set of results.
23668
+ # The maximum number of items to return for this request. To get the
23669
+ # next page of items, make another request with the token returned in
23670
+ # the output. For more information, see [Pagination][1].
23671
+ #
23672
+ #
23673
+ #
23674
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23551
23675
  # @return [Integer]
23552
23676
  #
23553
23677
  # @!attribute [rw] next_token
23554
- # The token for the next set of items to return. (You received this
23555
- # token from a prior call.)
23678
+ # The token returned from a previous paginated request. Pagination
23679
+ # continues from the end of the items returned by the previous
23680
+ # request.
23556
23681
  # @return [String]
23557
23682
  #
23558
23683
  # @!attribute [rw] vpc_id
@@ -23571,8 +23696,9 @@ module Aws::EC2
23571
23696
  end
23572
23697
 
23573
23698
  # @!attribute [rw] next_token
23574
- # The token to use when requesting the next set of items. If there are
23575
- # no additional items to return, the string is empty.
23699
+ # The token to include in another request to get the next page of
23700
+ # items. If there are no additional items to return, the string is
23701
+ # empty.
23576
23702
  # @return [String]
23577
23703
  #
23578
23704
  # @!attribute [rw] stale_security_group_set
@@ -23757,13 +23883,19 @@ module Aws::EC2
23757
23883
  # @return [Boolean]
23758
23884
  #
23759
23885
  # @!attribute [rw] next_token
23760
- # The token for the next page of results.
23886
+ # The token returned from a previous paginated request. Pagination
23887
+ # continues from the end of the items returned by the previous
23888
+ # request.
23761
23889
  # @return [String]
23762
23890
  #
23763
23891
  # @!attribute [rw] max_results
23764
- # The maximum number of results to return with a single call. To
23765
- # retrieve the remaining results, make another call with the returned
23766
- # `nextToken` value.
23892
+ # The maximum number of items to return for this request. To get the
23893
+ # next page of items, make another request with the token returned in
23894
+ # the output. For more information, see [Pagination][1].
23895
+ #
23896
+ #
23897
+ #
23898
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23767
23899
  # @return [Integer]
23768
23900
  #
23769
23901
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSubnetsRequest AWS API Documentation
@@ -23783,8 +23915,8 @@ module Aws::EC2
23783
23915
  # @return [Array<Types::Subnet>]
23784
23916
  #
23785
23917
  # @!attribute [rw] next_token
23786
- # The token to use to retrieve the next page of results. This value is
23787
- # `null` when there are no more results to return.
23918
+ # The token to include in another request to get the next page of
23919
+ # items. This value is `null` when there are no more items to return.
23788
23920
  # @return [String]
23789
23921
  #
23790
23922
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSubnetsResult AWS API Documentation
@@ -23830,13 +23962,20 @@ module Aws::EC2
23830
23962
  # @return [Array<Types::Filter>]
23831
23963
  #
23832
23964
  # @!attribute [rw] max_results
23833
- # The maximum number of results to return in a single call. This value
23834
- # can be between 5 and 1000. To retrieve the remaining results, make
23835
- # another call with the returned `NextToken` value.
23965
+ # The maximum number of items to return for this request. This value
23966
+ # can be between 5 and 1000. To get the next page of items, make
23967
+ # another request with the token returned in the output. For more
23968
+ # information, see [Pagination][1].
23969
+ #
23970
+ #
23971
+ #
23972
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23836
23973
  # @return [Integer]
23837
23974
  #
23838
23975
  # @!attribute [rw] next_token
23839
- # The token to retrieve the next page of results.
23976
+ # The token returned from a previous paginated request. Pagination
23977
+ # continues from the end of the items returned by the previous
23978
+ # request.
23840
23979
  # @return [String]
23841
23980
  #
23842
23981
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTagsRequest AWS API Documentation
@@ -23851,8 +23990,8 @@ module Aws::EC2
23851
23990
  end
23852
23991
 
23853
23992
  # @!attribute [rw] next_token
23854
- # The token to use to retrieve the next page of results. This value is
23855
- # `null` when there are no more results to return.
23993
+ # The token to include in another request to get the next page of
23994
+ # items. This value is `null` when there are no more items to return.
23856
23995
  # @return [String]
23857
23996
  #
23858
23997
  # @!attribute [rw] tags
@@ -25201,23 +25340,23 @@ module Aws::EC2
25201
25340
  # @return [Array<Types::Filter>]
25202
25341
  #
25203
25342
  # @!attribute [rw] max_results
25204
- # The maximum number of volume results returned by
25205
- # `DescribeVolumeStatus` in paginated output. When this parameter is
25206
- # used, the request only returns `MaxResults` results in a single page
25207
- # along with a `NextToken` response element. The remaining results of
25208
- # the initial request can be seen by sending another request with the
25209
- # returned `NextToken` value. This value can be between 5 and 1,000;
25210
- # if `MaxResults` is given a value larger than 1,000, only 1,000
25211
- # results are returned. If this parameter is not used, then
25212
- # `DescribeVolumeStatus` returns all results. You cannot specify this
25213
- # parameter and the volume IDs parameter in the same request.
25343
+ # The maximum number of items to return for this request. To get the
25344
+ # next page of items, make another request with the token returned in
25345
+ # the output. This value can be between 5 and 1,000; if the value is
25346
+ # larger than 1,000, only 1,000 results are returned. If this
25347
+ # parameter is not used, then all items are returned. You cannot
25348
+ # specify this parameter and the volume IDs parameter in the same
25349
+ # request. For more information, see [Pagination][1].
25350
+ #
25351
+ #
25352
+ #
25353
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25214
25354
  # @return [Integer]
25215
25355
  #
25216
25356
  # @!attribute [rw] next_token
25217
- # The `NextToken` value to include in a future `DescribeVolumeStatus`
25218
- # request. When the results of the request exceed `MaxResults`, this
25219
- # value can be used to retrieve the next page of results. This value
25220
- # is `null` when there are no more results to return.
25357
+ # The token returned from a previous paginated request. Pagination
25358
+ # continues from the end of the items returned by the previous
25359
+ # request.
25221
25360
  # @return [String]
25222
25361
  #
25223
25362
  # @!attribute [rw] volume_ids
@@ -25246,8 +25385,8 @@ module Aws::EC2
25246
25385
  end
25247
25386
 
25248
25387
  # @!attribute [rw] next_token
25249
- # The token to use to retrieve the next page of results. This value is
25250
- # `null` when there are no more results to return.
25388
+ # The token to include in another request to get the next page of
25389
+ # items. This value is `null` when there are no more items to return.
25251
25390
  # @return [String]
25252
25391
  #
25253
25392
  # @!attribute [rw] volume_statuses
@@ -25306,12 +25445,18 @@ module Aws::EC2
25306
25445
  # @return [Array<Types::Filter>]
25307
25446
  #
25308
25447
  # @!attribute [rw] next_token
25309
- # The `nextToken` value returned by a previous paginated request.
25448
+ # The token returned by a previous paginated request. Pagination
25449
+ # continues from the end of the items returned by the previous
25450
+ # request.
25310
25451
  # @return [String]
25311
25452
  #
25312
25453
  # @!attribute [rw] max_results
25313
25454
  # The maximum number of results (up to a limit of 500) to be returned
25314
- # in a paginated request.
25455
+ # in a paginated request. For more information, see [Pagination][1].
25456
+ #
25457
+ #
25458
+ #
25459
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25315
25460
  # @return [Integer]
25316
25461
  #
25317
25462
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesModificationsRequest AWS API Documentation
@@ -25331,7 +25476,8 @@ module Aws::EC2
25331
25476
  # @return [Array<Types::VolumeModification>]
25332
25477
  #
25333
25478
  # @!attribute [rw] next_token
25334
- # Token for pagination, null if there are no more results
25479
+ # The token to include in another request to get the next page of
25480
+ # items. This value is `null` if there are no more items to return.
25335
25481
  # @return [String]
25336
25482
  #
25337
25483
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesModificationsResult AWS API Documentation
@@ -25411,25 +25557,22 @@ module Aws::EC2
25411
25557
  # @return [Boolean]
25412
25558
  #
25413
25559
  # @!attribute [rw] max_results
25414
- # The maximum number of volume results returned by `DescribeVolumes`
25415
- # in paginated output. When this parameter is used, `DescribeVolumes`
25416
- # only returns `MaxResults` results in a single page along with a
25417
- # `NextToken` response element. The remaining results of the initial
25418
- # request can be seen by sending another `DescribeVolumes` request
25419
- # with the returned `NextToken` value. This value can be between 5 and
25420
- # 500; if `MaxResults` is given a value larger than 500, only 500
25421
- # results are returned. If this parameter is not used, then
25422
- # `DescribeVolumes` returns all results. You cannot specify this
25423
- # parameter and the volume IDs parameter in the same request.
25560
+ # The maximum number of volumes to return for this request. This value
25561
+ # can be between 5 and 500; if you specify a value larger than 500,
25562
+ # only 500 items are returned. If this parameter is not used, then all
25563
+ # items are returned. You cannot specify this parameter and the volume
25564
+ # IDs parameter in the same request. For more information, see
25565
+ # [Pagination][1].
25566
+ #
25567
+ #
25568
+ #
25569
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25424
25570
  # @return [Integer]
25425
25571
  #
25426
25572
  # @!attribute [rw] next_token
25427
- # The `NextToken` value returned from a previous paginated
25428
- # `DescribeVolumes` request where `MaxResults` was used and the
25429
- # results exceeded the value of that parameter. Pagination continues
25430
- # from the end of the previous results that returned the `NextToken`
25431
- # value. This value is `null` when there are no more results to
25432
- # return.
25573
+ # The token returned from a previous paginated request. Pagination
25574
+ # continues from the end of the items returned from the previous
25575
+ # request.
25433
25576
  # @return [String]
25434
25577
  #
25435
25578
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesRequest AWS API Documentation
@@ -25449,11 +25592,8 @@ module Aws::EC2
25449
25592
  # @return [Array<Types::Volume>]
25450
25593
  #
25451
25594
  # @!attribute [rw] next_token
25452
- # The `NextToken` value to include in a future `DescribeVolumes`
25453
- # request. When the results of a `DescribeVolumes` request exceed
25454
- # `MaxResults`, this value can be used to retrieve the next page of
25455
- # results. This value is `null` when there are no more results to
25456
- # return.
25595
+ # The token to include in another request to get the next page of
25596
+ # items. This value is `null` when there are no more items to return.
25457
25597
  # @return [String]
25458
25598
  #
25459
25599
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesResult AWS API Documentation
@@ -25524,13 +25664,19 @@ module Aws::EC2
25524
25664
  end
25525
25665
 
25526
25666
  # @!attribute [rw] max_results
25527
- # The maximum number of results to return with a single call. To
25528
- # retrieve the remaining results, make another call with the returned
25529
- # `nextToken` value.
25667
+ # The maximum number of items to return for this request. To get the
25668
+ # next page of items, make another request with the token returned in
25669
+ # the output. For more information, see [Pagination][1].
25670
+ #
25671
+ #
25672
+ #
25673
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25530
25674
  # @return [Integer]
25531
25675
  #
25532
25676
  # @!attribute [rw] next_token
25533
- # The token for the next page of results.
25677
+ # The token returned from a previous paginated request. Pagination
25678
+ # continues from the end of the items returned by the previous
25679
+ # request.
25534
25680
  # @return [String]
25535
25681
  #
25536
25682
  # @!attribute [rw] vpc_ids
@@ -25548,8 +25694,8 @@ module Aws::EC2
25548
25694
  end
25549
25695
 
25550
25696
  # @!attribute [rw] next_token
25551
- # The token to use to retrieve the next page of results. This value is
25552
- # `null` when there are no more results to return.
25697
+ # The token to include in another request to get the next page of
25698
+ # items. This value is `null` when there are no more items to return.
25553
25699
  # @return [String]
25554
25700
  #
25555
25701
  # @!attribute [rw] vpcs
@@ -26116,13 +26262,19 @@ module Aws::EC2
26116
26262
  # @return [Array<String>]
26117
26263
  #
26118
26264
  # @!attribute [rw] next_token
26119
- # The token for the next page of results.
26265
+ # The token returned from a previous paginated request. Pagination
26266
+ # continues from the end of the items returned by the previous
26267
+ # request.
26120
26268
  # @return [String]
26121
26269
  #
26122
26270
  # @!attribute [rw] max_results
26123
- # The maximum number of results to return with a single call. To
26124
- # retrieve the remaining results, make another call with the returned
26125
- # `nextToken` value.
26271
+ # The maximum number of items to return for this request. To get the
26272
+ # next page of items, make another request with the token returned in
26273
+ # the output. For more information, see [Pagination][1].
26274
+ #
26275
+ #
26276
+ #
26277
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
26126
26278
  # @return [Integer]
26127
26279
  #
26128
26280
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcPeeringConnectionsRequest AWS API Documentation
@@ -26142,8 +26294,8 @@ module Aws::EC2
26142
26294
  # @return [Array<Types::VpcPeeringConnection>]
26143
26295
  #
26144
26296
  # @!attribute [rw] next_token
26145
- # The token to use to retrieve the next page of results. This value is
26146
- # `null` when there are no more results to return.
26297
+ # The token to include in another request to get the next page of
26298
+ # items. This value is `null` when there are no more items to return.
26147
26299
  # @return [String]
26148
26300
  #
26149
26301
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcPeeringConnectionsResult AWS API Documentation
@@ -26220,13 +26372,19 @@ module Aws::EC2
26220
26372
  # @return [Boolean]
26221
26373
  #
26222
26374
  # @!attribute [rw] next_token
26223
- # The token for the next page of results.
26375
+ # The token returned from a previous paginated request. Pagination
26376
+ # continues from the end of the items returned by the previous
26377
+ # request.
26224
26378
  # @return [String]
26225
26379
  #
26226
26380
  # @!attribute [rw] max_results
26227
- # The maximum number of results to return with a single call. To
26228
- # retrieve the remaining results, make another call with the returned
26229
- # `nextToken` value.
26381
+ # The maximum number of items to return for this request. To get the
26382
+ # next page of items, make another request with the token returned in
26383
+ # the output. For more information, see [Pagination][1].
26384
+ #
26385
+ #
26386
+ #
26387
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
26230
26388
  # @return [Integer]
26231
26389
  #
26232
26390
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcsRequest AWS API Documentation
@@ -26246,8 +26404,8 @@ module Aws::EC2
26246
26404
  # @return [Array<Types::Vpc>]
26247
26405
  #
26248
26406
  # @!attribute [rw] next_token
26249
- # The token to use to retrieve the next page of results. This value is
26250
- # `null` when there are no more results to return.
26407
+ # The token to include in another request to get the next page of
26408
+ # items. This value is `null` when there are no more items to return.
26251
26409
  # @return [String]
26252
26410
  #
26253
26411
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcsResult AWS API Documentation
@@ -28241,21 +28399,38 @@ module Aws::EC2
28241
28399
  # Amazon EBS encryption. For more information, see [Supported instance
28242
28400
  # types][2].
28243
28401
  #
28244
- # This parameter is not returned by [DescribeImageAttribute][3].
28402
+ # This parameter is not returned by DescribeImageAttribute.
28403
+ #
28404
+ # For CreateImage and RegisterImage, whether you can include this
28405
+ # parameter, and the allowed values differ depending on the type of
28406
+ # block device mapping you are creating.
28407
+ #
28408
+ # * If you are creating a block device mapping for a **new (empty)
28409
+ # volume**, you can include this parameter, and specify either
28410
+ # `true` for an encrypted volume, or `false` for an unencrypted
28411
+ # volume. If you omit this parameter, it defaults to `false`
28412
+ # (unencrypted).
28413
+ #
28414
+ # * If you are creating a block device mapping from an **existing
28415
+ # encrypted or unencrypted snapshot**, you must omit this parameter.
28416
+ # If you include this parameter, the request will fail, regardless
28417
+ # of the value that you specify.
28245
28418
  #
28246
- # For CreateImage and RegisterImage, you can specify this parameter
28247
- # only for block device mappings that result in new, empty volumes
28248
- # when instances are launched from the image. Omit this parameter on
28249
- # block device mappings that include an existing volume or snapshot.
28250
- # If you include this parameter, and specify an encryption setting
28251
- # that is different from the existing volume or snapshot, the request
28252
- # will fail.
28419
+ # * If you are creating a block device mapping from an **existing
28420
+ # unencrypted volume**, you can include this parameter, but you must
28421
+ # specify `false`. If you specify `true`, the request will fail. In
28422
+ # this case, we recommend that you omit the parameter.
28423
+ #
28424
+ # * If you are creating a block device mapping from an **existing
28425
+ # encrypted volume**, you can include this parameter, and specify
28426
+ # either `true` or `false`. However, if you specify `false`, the
28427
+ # parameter is ignored and the block device mapping is always
28428
+ # encrypted. In this case, we recommend that you omit the parameter.
28253
28429
  #
28254
28430
  #
28255
28431
  #
28256
28432
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-parameters
28257
28433
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances
28258
- # [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImageAttribute.html
28259
28434
  # @return [Boolean]
28260
28435
  #
28261
28436
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EbsBlockDevice AWS API Documentation
@@ -40378,7 +40553,7 @@ module Aws::EC2
40378
40553
  :ramdisk_id,
40379
40554
  :subnet_id,
40380
40555
  :monitoring)
40381
- SENSITIVE = []
40556
+ SENSITIVE = [:user_data]
40382
40557
  include Aws::Structure
40383
40558
  end
40384
40559
 
@@ -42078,13 +42253,19 @@ module Aws::EC2
42078
42253
  end
42079
42254
 
42080
42255
  # @!attribute [rw] max_results
42081
- # The maximum number of results to return with a single call. To
42082
- # retrieve the remaining results, make another call with the returned
42083
- # `nextToken` value.
42256
+ # The maximum number of items to return for this request. To get the
42257
+ # next page of items, make another request with the token returned in
42258
+ # the output. For more information, see [Pagination][1].
42259
+ #
42260
+ #
42261
+ #
42262
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
42084
42263
  # @return [Integer]
42085
42264
  #
42086
42265
  # @!attribute [rw] next_token
42087
- # The token for the next page of results.
42266
+ # The token returned from a previous paginated request. Pagination
42267
+ # continues from the end of the items returned by the previous
42268
+ # request.
42088
42269
  # @return [String]
42089
42270
  #
42090
42271
  # @!attribute [rw] snapshot_ids
@@ -42115,8 +42296,8 @@ module Aws::EC2
42115
42296
  # @return [Array<Types::SnapshotRecycleBinInfo>]
42116
42297
  #
42117
42298
  # @!attribute [rw] next_token
42118
- # The token to use to retrieve the next page of results. This value is
42119
- # `null` when there are no more results to return.
42299
+ # The token to include in another request to get the next page of
42300
+ # items. This value is `null` when there are no more items to return.
42120
42301
  # @return [String]
42121
42302
  #
42122
42303
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ListSnapshotsInRecycleBinResult AWS API Documentation
@@ -52181,7 +52362,7 @@ module Aws::EC2
52181
52362
  :ramdisk_id,
52182
52363
  :subnet_id,
52183
52364
  :user_data)
52184
- SENSITIVE = []
52365
+ SENSITIVE = [:user_data]
52185
52366
  include Aws::Structure
52186
52367
  end
52187
52368
 
@@ -53249,7 +53430,7 @@ module Aws::EC2
53249
53430
  :private_dns_name_options,
53250
53431
  :maintenance_options,
53251
53432
  :disable_api_stop)
53252
- SENSITIVE = []
53433
+ SENSITIVE = [:user_data]
53253
53434
  include Aws::Structure
53254
53435
  end
53255
53436
 
@@ -54489,7 +54670,7 @@ module Aws::EC2
54489
54670
  :instance_count,
54490
54671
  :launch_specification,
54491
54672
  :scheduled_instance_id)
54492
- SENSITIVE = []
54673
+ SENSITIVE = [:launch_specification]
54493
54674
  include Aws::Structure
54494
54675
  end
54495
54676
 
@@ -56686,7 +56867,7 @@ module Aws::EC2
56686
56867
  :weighted_capacity,
56687
56868
  :tag_specifications,
56688
56869
  :instance_requirements)
56689
- SENSITIVE = []
56870
+ SENSITIVE = [:user_data]
56690
56871
  include Aws::Structure
56691
56872
  end
56692
56873
 
@@ -58558,6 +58739,8 @@ module Aws::EC2
58558
58739
  end
58559
58740
 
58560
58741
  # The tags to apply to a resource when the resource is being created.
58742
+ # When you specify a tag, you must specify the resource type to tag,
58743
+ # otherwise the request will fail.
58561
58744
  #
58562
58745
  # <note markdown="1"> The `Valid Values` lists all the resource types that can be tagged.
58563
58746
  # However, the action you're using might not support tagging all of