aws-sdk-ec2 1.364.0 → 1.366.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -992,6 +992,18 @@ module Aws::EC2
992
992
  # which to allocate the Dedicated Host.
993
993
  # @return [String]
994
994
  #
995
+ # @!attribute [rw] host_maintenance
996
+ # Indicates whether to enable or disable host maintenance for the
997
+ # Dedicated Host. For more information, see [ Host maintenance][1] in
998
+ # the *Amazon EC2 User Guide*.
999
+ #
1000
+ # Default: `on`
1001
+ #
1002
+ #
1003
+ #
1004
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html
1005
+ # @return [String]
1006
+ #
995
1007
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AllocateHostsRequest AWS API Documentation
996
1008
  #
997
1009
  class AllocateHostsRequest < Struct.new(
@@ -1003,7 +1015,8 @@ module Aws::EC2
1003
1015
  :quantity,
1004
1016
  :tag_specifications,
1005
1017
  :host_recovery,
1006
- :outpost_arn)
1018
+ :outpost_arn,
1019
+ :host_maintenance)
1007
1020
  SENSITIVE = []
1008
1021
  include Aws::Structure
1009
1022
  end
@@ -15648,8 +15661,8 @@ module Aws::EC2
15648
15661
  #
15649
15662
  # * `message` - The Zone message.
15650
15663
  #
15651
- # * `opt-in-status` - The opt-in status (`opted-in`, and
15652
- # `not-opted-in` \| `opt-in-not-required`).
15664
+ # * `opt-in-status` - The opt-in status (`opted-in` \| `not-opted-in`
15665
+ # \| `opt-in-not-required`).
15653
15666
  #
15654
15667
  # * `parent-zoneID` - The ID of the zone that handles some of the
15655
15668
  # Local Zone and Wavelength Zone control plane operations, such as
@@ -15669,13 +15682,12 @@ module Aws::EC2
15669
15682
  # `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
15670
15683
  # Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
15671
15684
  #
15672
- # * `zone-type` - The type of zone, for example, `local-zone`.
15673
- #
15674
15685
  # * `zone-name` - The name of the Availability Zone (for example,
15675
15686
  # `us-east-1a`), the Local Zone (for example, `us-west-2-lax-1a`),
15676
15687
  # or the Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
15677
15688
  #
15678
- # * `zone-type` - The type of zone, for example, `local-zone`.
15689
+ # * `zone-type` - The type of zone (`availability-zone` \|
15690
+ # `local-zone` \| `wavelength-zone`).
15679
15691
  # @return [Array<Types::Filter>]
15680
15692
  #
15681
15693
  # @!attribute [rw] zone_names
@@ -16208,16 +16220,22 @@ module Aws::EC2
16208
16220
  # @return [Array<String>]
16209
16221
  #
16210
16222
  # @!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.
16223
+ # The maximum number of items to return for this request. To get the
16224
+ # next page of items, make another request with the token returned in
16225
+ # the output. For more information, see [Pagination][1].
16214
16226
  #
16215
16227
  # Constraint: If the value is greater than 1000, we return only 1000
16216
16228
  # items.
16229
+ #
16230
+ #
16231
+ #
16232
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
16217
16233
  # @return [Integer]
16218
16234
  #
16219
16235
  # @!attribute [rw] next_token
16220
- # The token for the next page of results.
16236
+ # The token returned from a previous paginated request. Pagination
16237
+ # continues from the end of the items returned by the previous
16238
+ # request.
16221
16239
  # @return [String]
16222
16240
  #
16223
16241
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeClassicLinkInstancesRequest AWS API Documentation
@@ -16237,8 +16255,8 @@ module Aws::EC2
16237
16255
  # @return [Array<Types::ClassicLinkInstance>]
16238
16256
  #
16239
16257
  # @!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.
16258
+ # The token to include in another request to get the next page of
16259
+ # items. This value is `null` when there are no more items to return.
16242
16260
  # @return [String]
16243
16261
  #
16244
16262
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeClassicLinkInstancesResult AWS API Documentation
@@ -16760,13 +16778,19 @@ module Aws::EC2
16760
16778
  # @return [Boolean]
16761
16779
  #
16762
16780
  # @!attribute [rw] next_token
16763
- # The token for the next page of results.
16781
+ # The token returned from a previous paginated request. Pagination
16782
+ # continues from the end of the items returned by the previous
16783
+ # request.
16764
16784
  # @return [String]
16765
16785
  #
16766
16786
  # @!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.
16787
+ # The maximum number of items to return for this request. To get the
16788
+ # next page of items, make another request with the token returned in
16789
+ # the output. For more information, see [Pagination][1].
16790
+ #
16791
+ #
16792
+ #
16793
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
16770
16794
  # @return [Integer]
16771
16795
  #
16772
16796
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeDhcpOptionsRequest AWS API Documentation
@@ -16786,8 +16810,8 @@ module Aws::EC2
16786
16810
  # @return [Array<Types::DhcpOptions>]
16787
16811
  #
16788
16812
  # @!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.
16813
+ # The token to include in another request to get the next page of
16814
+ # items. This value is `null` when there are no more items to return.
16791
16815
  # @return [String]
16792
16816
  #
16793
16817
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeDhcpOptionsResult AWS API Documentation
@@ -16811,13 +16835,19 @@ module Aws::EC2
16811
16835
  # @return [Array<String>]
16812
16836
  #
16813
16837
  # @!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.
16838
+ # The maximum number of items to return for this request. To get the
16839
+ # next page of items, make another request with the token returned in
16840
+ # the output. For more information, see [Pagination][1].
16841
+ #
16842
+ #
16843
+ #
16844
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
16817
16845
  # @return [Integer]
16818
16846
  #
16819
16847
  # @!attribute [rw] next_token
16820
- # The token for the next page of results.
16848
+ # The token returned from a previous paginated request. Pagination
16849
+ # continues from the end of the items returned by the previous
16850
+ # request.
16821
16851
  # @return [String]
16822
16852
  #
16823
16853
  # @!attribute [rw] filters
@@ -16851,8 +16881,8 @@ module Aws::EC2
16851
16881
  # @return [Array<Types::EgressOnlyInternetGateway>]
16852
16882
  #
16853
16883
  # @!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.
16884
+ # The token to include in another request to get the next page of
16885
+ # items. This value is `null` when there are no more items to return.
16856
16886
  # @return [String]
16857
16887
  #
16858
16888
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeEgressOnlyInternetGatewaysResult AWS API Documentation
@@ -17248,13 +17278,19 @@ module Aws::EC2
17248
17278
  # @return [Array<Types::Filter>]
17249
17279
  #
17250
17280
  # @!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.
17281
+ # The maximum number of items to return for this request. To get the
17282
+ # next page of items, make another request with the token returned in
17283
+ # the output. For more information, see [Pagination][1].
17284
+ #
17285
+ #
17286
+ #
17287
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
17254
17288
  # @return [Integer]
17255
17289
  #
17256
17290
  # @!attribute [rw] next_token
17257
- # The token for the next page of results.
17291
+ # The token returned from a previous paginated request. Pagination
17292
+ # continues from the end of the items returned by the previous
17293
+ # request.
17258
17294
  # @return [String]
17259
17295
  #
17260
17296
  # @!attribute [rw] dry_run
@@ -17280,8 +17316,8 @@ module Aws::EC2
17280
17316
  # @return [Array<Types::DescribeFastSnapshotRestoreSuccessItem>]
17281
17317
  #
17282
17318
  # @!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.
17319
+ # The token to include in another request to get the next page of
17320
+ # items. This value is `null` when there are no more items to return.
17285
17321
  # @return [String]
17286
17322
  #
17287
17323
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFastSnapshotRestoresResult AWS API Documentation
@@ -17643,13 +17679,18 @@ module Aws::EC2
17643
17679
  # @return [Array<String>]
17644
17680
  #
17645
17681
  # @!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.
17682
+ # The maximum number of items to return for this request. To get the
17683
+ # next page of items, make another request with the token returned in
17684
+ # the output. For more information, see [Pagination][1].
17685
+ #
17686
+ #
17687
+ #
17688
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
17649
17689
  # @return [Integer]
17650
17690
  #
17651
17691
  # @!attribute [rw] next_token
17652
- # The token for the next page of results.
17692
+ # The token to request the next page of items. Pagination continues
17693
+ # from the end of the items returned by the previous request.
17653
17694
  # @return [String]
17654
17695
  #
17655
17696
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFlowLogsRequest AWS API Documentation
@@ -17669,8 +17710,8 @@ module Aws::EC2
17669
17710
  # @return [Array<Types::FlowLog>]
17670
17711
  #
17671
17712
  # @!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.
17713
+ # The token to request the next page of items. This value is `null`
17714
+ # when there are no more items to return.
17674
17715
  # @return [String]
17675
17716
  #
17676
17717
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFlowLogsResult AWS API Documentation
@@ -18041,13 +18082,19 @@ module Aws::EC2
18041
18082
  # @return [Array<Types::Filter>]
18042
18083
  #
18043
18084
  # @!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.
18085
+ # The maximum number of items to return for this request. To get the
18086
+ # next page of items, make another request with the token returned in
18087
+ # the output. For more information, see [Pagination][1].
18088
+ #
18089
+ #
18090
+ #
18091
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18047
18092
  # @return [Integer]
18048
18093
  #
18049
18094
  # @!attribute [rw] next_token
18050
- # The token to request the next page of results.
18095
+ # The token returned from a previous paginated request. Pagination
18096
+ # continues from the end of the items returned by the previous
18097
+ # request.
18051
18098
  # @return [String]
18052
18099
  #
18053
18100
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIamInstanceProfileAssociationsRequest AWS API Documentation
@@ -18066,8 +18113,8 @@ module Aws::EC2
18066
18113
  # @return [Array<Types::IamInstanceProfileAssociation>]
18067
18114
  #
18068
18115
  # @!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.
18116
+ # The token to include in another request to get the next page of
18117
+ # items. This value is `null` when there are no more items to return.
18071
18118
  # @return [String]
18072
18119
  #
18073
18120
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIamInstanceProfileAssociationsResult AWS API Documentation
@@ -18541,15 +18588,21 @@ module Aws::EC2
18541
18588
  # @return [Array<String>]
18542
18589
  #
18543
18590
  # @!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.
18591
+ # The maximum number of items to return for this request. To get the
18592
+ # next page of items, make another request with the token returned in
18593
+ # the output. This value can be between 5 and 1000. You cannot specify
18594
+ # this parameter and the instance IDs parameter in the same call. For
18595
+ # more information, see [Pagination][1].
18596
+ #
18597
+ #
18598
+ #
18599
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18549
18600
  # @return [Integer]
18550
18601
  #
18551
18602
  # @!attribute [rw] next_token
18552
- # The token to retrieve the next page of results.
18603
+ # The token returned from a previous paginated request. Pagination
18604
+ # continues from the end of the items returned by the previous
18605
+ # request.
18553
18606
  # @return [String]
18554
18607
  #
18555
18608
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceCreditSpecificationsRequest AWS API Documentation
@@ -18569,8 +18622,8 @@ module Aws::EC2
18569
18622
  # @return [Array<Types::InstanceCreditSpecification>]
18570
18623
  #
18571
18624
  # @!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.
18625
+ # The token to include in another request to get the next page of
18626
+ # items. This value is `null` when there are no more items to return.
18574
18627
  # @return [String]
18575
18628
  #
18576
18629
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceCreditSpecificationsResult AWS API Documentation
@@ -18760,15 +18813,21 @@ module Aws::EC2
18760
18813
  # @return [Array<String>]
18761
18814
  #
18762
18815
  # @!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
18816
+ # The maximum number of items to return for this request. To retrieve
18817
+ # the next page of items, make another request with the token returned
18818
+ # in the output. This value can be between 5 and 1000. You cannot
18766
18819
  # specify this parameter and the instance IDs parameter in the same
18767
- # call.
18820
+ # call. For more information, see [Pagination][1].
18821
+ #
18822
+ #
18823
+ #
18824
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18768
18825
  # @return [Integer]
18769
18826
  #
18770
18827
  # @!attribute [rw] next_token
18771
- # The token to retrieve the next page of results.
18828
+ # The token returned from a previous paginated request. Pagination
18829
+ # continues from the end of the items returned by the previous
18830
+ # request.
18772
18831
  # @return [String]
18773
18832
  #
18774
18833
  # @!attribute [rw] dry_run
@@ -18803,8 +18862,8 @@ module Aws::EC2
18803
18862
  # @return [Array<Types::InstanceStatus>]
18804
18863
  #
18805
18864
  # @!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.
18865
+ # The token to include in another request to get the next page of
18866
+ # items. This value is `null` when there are no more items to return.
18808
18867
  # @return [String]
18809
18868
  #
18810
18869
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceStatusResult AWS API Documentation
@@ -18838,13 +18897,19 @@ module Aws::EC2
18838
18897
  # @return [Array<Types::Filter>]
18839
18898
  #
18840
18899
  # @!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.
18900
+ # The maximum number of items to return for this request. To get the
18901
+ # next page of items, make another request with the token returned in
18902
+ # the output. For more information, see [Pagination][1].
18903
+ #
18904
+ #
18905
+ #
18906
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18844
18907
  # @return [Integer]
18845
18908
  #
18846
18909
  # @!attribute [rw] next_token
18847
- # The token to retrieve the next page of results.
18910
+ # The token returned from a previous paginated request. Pagination
18911
+ # continues from the end of the items returned by the previous
18912
+ # request.
18848
18913
  # @return [String]
18849
18914
  #
18850
18915
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypeOfferingsRequest AWS API Documentation
@@ -18864,8 +18929,8 @@ module Aws::EC2
18864
18929
  # @return [Array<Types::InstanceTypeOffering>]
18865
18930
  #
18866
18931
  # @!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.
18932
+ # The token to include in another request to get the next page of
18933
+ # items. This value is `null` when there are no more items to return.
18869
18934
  # @return [String]
18870
18935
  #
18871
18936
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypeOfferingsResult AWS API Documentation
@@ -19044,13 +19109,19 @@ module Aws::EC2
19044
19109
  # @return [Array<Types::Filter>]
19045
19110
  #
19046
19111
  # @!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.
19112
+ # The maximum number of items to return for this request. To get the
19113
+ # next page of items, make another request with the token returned in
19114
+ # the output. For more information, see [Pagination][1].
19115
+ #
19116
+ #
19117
+ #
19118
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
19050
19119
  # @return [Integer]
19051
19120
  #
19052
19121
  # @!attribute [rw] next_token
19053
- # The token to retrieve the next page of results.
19122
+ # The token returned from a previous paginated request. Pagination
19123
+ # continues from the end of the items returned by the previous
19124
+ # request.
19054
19125
  # @return [String]
19055
19126
  #
19056
19127
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypesRequest AWS API Documentation
@@ -19075,8 +19146,8 @@ module Aws::EC2
19075
19146
  # @return [Array<Types::InstanceTypeInfo>]
19076
19147
  #
19077
19148
  # @!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.
19149
+ # The token to include in another request to get the next page of
19150
+ # items. This value is `null` when there are no more items to return.
19080
19151
  # @return [String]
19081
19152
  #
19082
19153
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypesResult AWS API Documentation
@@ -19398,15 +19469,21 @@ module Aws::EC2
19398
19469
  # @return [Boolean]
19399
19470
  #
19400
19471
  # @!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.
19472
+ # The maximum number of items to return for this request. To get the
19473
+ # next page of items, make another request with the token returned in
19474
+ # the output. This value can be between 5 and 1000. You cannot specify
19475
+ # this parameter and the instance IDs parameter in the same request.
19476
+ # For more information, see [Pagination][1].
19477
+ #
19478
+ #
19479
+ #
19480
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
19406
19481
  # @return [Integer]
19407
19482
  #
19408
19483
  # @!attribute [rw] next_token
19409
- # The token to request the next page of results.
19484
+ # The token returned from a previous paginated request. Pagination
19485
+ # continues from the end of the items returned by the previous
19486
+ # request.
19410
19487
  # @return [String]
19411
19488
  #
19412
19489
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstancesRequest AWS API Documentation
@@ -19426,8 +19503,8 @@ module Aws::EC2
19426
19503
  # @return [Array<Types::Reservation>]
19427
19504
  #
19428
19505
  # @!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.
19506
+ # The token to include in another request to get the next page of
19507
+ # items. This value is `null` when there are no more items to return.
19431
19508
  # @return [String]
19432
19509
  #
19433
19510
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstancesResult AWS API Documentation
@@ -19478,13 +19555,19 @@ module Aws::EC2
19478
19555
  # @return [Array<String>]
19479
19556
  #
19480
19557
  # @!attribute [rw] next_token
19481
- # The token for the next page of results.
19558
+ # The token returned from a previous paginated request. Pagination
19559
+ # continues from the end of the items returned by the previous
19560
+ # request.
19482
19561
  # @return [String]
19483
19562
  #
19484
19563
  # @!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.
19564
+ # The maximum number of items to return for this request. To get the
19565
+ # next page of items, make another request with the token returned in
19566
+ # the output. For more information, see [Pagination][1].
19567
+ #
19568
+ #
19569
+ #
19570
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
19488
19571
  # @return [Integer]
19489
19572
  #
19490
19573
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInternetGatewaysRequest AWS API Documentation
@@ -19504,8 +19587,8 @@ module Aws::EC2
19504
19587
  # @return [Array<Types::InternetGateway>]
19505
19588
  #
19506
19589
  # @!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.
19590
+ # The token to include in another request to get the next page of
19591
+ # items. This value is `null` when there are no more items to return.
19509
19592
  # @return [String]
19510
19593
  #
19511
19594
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInternetGatewaysResult AWS API Documentation
@@ -20738,9 +20821,13 @@ module Aws::EC2
20738
20821
  # @return [Array<Types::Filter>]
20739
20822
  #
20740
20823
  # @!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.
20824
+ # The maximum number of items to return for this request. To get the
20825
+ # next page of items, make another request with the token returned in
20826
+ # the output. For more information, see [Pagination][1].
20827
+ #
20828
+ #
20829
+ #
20830
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
20744
20831
  # @return [Integer]
20745
20832
  #
20746
20833
  # @!attribute [rw] nat_gateway_ids
@@ -20748,7 +20835,9 @@ module Aws::EC2
20748
20835
  # @return [Array<String>]
20749
20836
  #
20750
20837
  # @!attribute [rw] next_token
20751
- # The token for the next page of results.
20838
+ # The token returned from a previous paginated request. Pagination
20839
+ # continues from the end of the items returned by the previous
20840
+ # request.
20752
20841
  # @return [String]
20753
20842
  #
20754
20843
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNatGatewaysRequest AWS API Documentation
@@ -20768,8 +20857,8 @@ module Aws::EC2
20768
20857
  # @return [Array<Types::NatGateway>]
20769
20858
  #
20770
20859
  # @!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.
20860
+ # The token to include in another request to get the next page of
20861
+ # items. This value is `null` when there are no more items to return.
20773
20862
  # @return [String]
20774
20863
  #
20775
20864
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNatGatewaysResult AWS API Documentation
@@ -20854,13 +20943,19 @@ module Aws::EC2
20854
20943
  # @return [Array<String>]
20855
20944
  #
20856
20945
  # @!attribute [rw] next_token
20857
- # The token for the next page of results.
20946
+ # The token returned from a previous paginated request. Pagination
20947
+ # continues from the end of the items returned by the previous
20948
+ # request.
20858
20949
  # @return [String]
20859
20950
  #
20860
20951
  # @!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.
20952
+ # The maximum number of items to return for this request. To get the
20953
+ # next page of items, make another request with the token returned in
20954
+ # the output. For more information, see [Pagination][1].
20955
+ #
20956
+ #
20957
+ #
20958
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
20864
20959
  # @return [Integer]
20865
20960
  #
20866
20961
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkAclsRequest AWS API Documentation
@@ -20880,8 +20975,8 @@ module Aws::EC2
20880
20975
  # @return [Array<Types::NetworkAcl>]
20881
20976
  #
20882
20977
  # @!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.
20978
+ # The token to include in another request to get the next page of
20979
+ # items. This value is `null` when there are no more items to return.
20885
20980
  # @return [String]
20886
20981
  #
20887
20982
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkAclsResult AWS API Documentation
@@ -21248,14 +21343,20 @@ module Aws::EC2
21248
21343
  # @return [Array<Types::Filter>]
21249
21344
  #
21250
21345
  # @!attribute [rw] next_token
21251
- # The token to request the next page of results.
21346
+ # The token returned from a previous paginated request. Pagination
21347
+ # continues from the end of the items returned by the previous
21348
+ # request.
21252
21349
  # @return [String]
21253
21350
  #
21254
21351
  # @!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.
21352
+ # The maximum number of items to return for this request. To get the
21353
+ # next page of items, make another request with the token returned in
21354
+ # the output. If this parameter is not specified, up to 50 results are
21355
+ # returned by default. For more information, see [Pagination][1].
21356
+ #
21357
+ #
21358
+ #
21359
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21259
21360
  # @return [Integer]
21260
21361
  #
21261
21362
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacePermissionsRequest AWS API Documentation
@@ -21276,7 +21377,8 @@ module Aws::EC2
21276
21377
  # @return [Array<Types::NetworkInterfacePermission>]
21277
21378
  #
21278
21379
  # @!attribute [rw] next_token
21279
- # The token to use to retrieve the next page of results.
21380
+ # The token to include in another request to get the next page of
21381
+ # items. This value is `null` when there are no more items to return.
21280
21382
  # @return [String]
21281
21383
  #
21282
21384
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacePermissionsResult AWS API Documentation
@@ -21424,14 +21526,21 @@ module Aws::EC2
21424
21526
  # @return [Array<String>]
21425
21527
  #
21426
21528
  # @!attribute [rw] next_token
21427
- # The token to retrieve the next page of results.
21529
+ # The token returned from a previous paginated request. Pagination
21530
+ # continues from the end of the items returned by the previous
21531
+ # request.
21428
21532
  # @return [String]
21429
21533
  #
21430
21534
  # @!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.
21535
+ # The maximum number of items to return for this request. To get the
21536
+ # next page of items, make another request with the token returned in
21537
+ # the output. You cannot specify this parameter and the network
21538
+ # interface IDs parameter in the same request. For more information,
21539
+ # see [Pagination][1].
21540
+ #
21541
+ #
21542
+ #
21543
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21435
21544
  # @return [Integer]
21436
21545
  #
21437
21546
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesRequest AWS API Documentation
@@ -21446,15 +21555,13 @@ module Aws::EC2
21446
21555
  include Aws::Structure
21447
21556
  end
21448
21557
 
21449
- # Contains the output of DescribeNetworkInterfaces.
21450
- #
21451
21558
  # @!attribute [rw] network_interfaces
21452
21559
  # Information about one or more network interfaces.
21453
21560
  # @return [Array<Types::NetworkInterface>]
21454
21561
  #
21455
21562
  # @!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.
21563
+ # The token to include in another request to get the next page of
21564
+ # items. This value is `null` when there are no more items to return.
21458
21565
  # @return [String]
21459
21566
  #
21460
21567
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesResult AWS API Documentation
@@ -21776,13 +21883,19 @@ module Aws::EC2
21776
21883
  # @return [Array<Types::Filter>]
21777
21884
  #
21778
21885
  # @!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.
21886
+ # The maximum number of items to return for this request. To get the
21887
+ # next page of items, make another request with the token returned in
21888
+ # the output. For more information, see [Pagination][1].
21889
+ #
21890
+ #
21891
+ #
21892
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21782
21893
  # @return [Integer]
21783
21894
  #
21784
21895
  # @!attribute [rw] next_token
21785
- # The token for the next page of results.
21896
+ # The token returned from a previous paginated request. Pagination
21897
+ # continues from the end of the items returned by the previous
21898
+ # request.
21786
21899
  # @return [String]
21787
21900
  #
21788
21901
  # @!attribute [rw] dry_run
@@ -21809,8 +21922,8 @@ module Aws::EC2
21809
21922
  # @return [Array<Types::ReplaceRootVolumeTask>]
21810
21923
  #
21811
21924
  # @!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.
21925
+ # The token to include in another request to get the next page of
21926
+ # items. This value is `null` when there are no more items to return.
21814
21927
  # @return [String]
21815
21928
  #
21816
21929
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeReplaceRootVolumeTasksResult AWS API Documentation
@@ -22327,13 +22440,19 @@ module Aws::EC2
22327
22440
  # @return [Array<String>]
22328
22441
  #
22329
22442
  # @!attribute [rw] next_token
22330
- # The token for the next page of results.
22443
+ # The token returned from a previous paginated request. Pagination
22444
+ # continues from the end of the items returned by the previous
22445
+ # request.
22331
22446
  # @return [String]
22332
22447
  #
22333
22448
  # @!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.
22449
+ # The maximum number of items to return for this request. To get the
22450
+ # next page of items, make another request with the token returned in
22451
+ # the output. For more information, see [Pagination][1].
22452
+ #
22453
+ #
22454
+ #
22455
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22337
22456
  # @return [Integer]
22338
22457
  #
22339
22458
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRouteTablesRequest AWS API Documentation
@@ -22355,8 +22474,8 @@ module Aws::EC2
22355
22474
  # @return [Array<Types::RouteTable>]
22356
22475
  #
22357
22476
  # @!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.
22477
+ # The token to include in another request to get the next page of
22478
+ # items. This value is `null` when there are no more items to return.
22360
22479
  # @return [String]
22361
22480
  #
22362
22481
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRouteTablesResult AWS API Documentation
@@ -22590,14 +22709,21 @@ module Aws::EC2
22590
22709
  # @return [Boolean]
22591
22710
  #
22592
22711
  # @!attribute [rw] next_token
22593
- # The token for the next page of results.
22712
+ # The token returned from a previous paginated request. Pagination
22713
+ # continues from the end of the items returned by the previous
22714
+ # request.
22594
22715
  # @return [String]
22595
22716
  #
22596
22717
  # @!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.
22718
+ # The maximum number of items to return for this request. To get the
22719
+ # next page of items, make another request with the token returned in
22720
+ # the output. This value can be between 5 and 1000. If this parameter
22721
+ # is not specified, then all items are returned. For more information,
22722
+ # see [Pagination][1].
22723
+ #
22724
+ #
22725
+ #
22726
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22601
22727
  # @return [Integer]
22602
22728
  #
22603
22729
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesRequest AWS API Documentation
@@ -22617,8 +22743,8 @@ module Aws::EC2
22617
22743
  # @return [Array<Types::SecurityGroupRule>]
22618
22744
  #
22619
22745
  # @!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.
22746
+ # The token to include in another request to get the next page of
22747
+ # items. This value is `null` when there are no more items to return.
22622
22748
  # @return [String]
22623
22749
  #
22624
22750
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesResult AWS API Documentation
@@ -22740,14 +22866,21 @@ module Aws::EC2
22740
22866
  # @return [Boolean]
22741
22867
  #
22742
22868
  # @!attribute [rw] next_token
22743
- # The token to request the next page of results.
22869
+ # The token returned from a previous paginated request. Pagination
22870
+ # continues from the end of the items returned by the previous
22871
+ # request.
22744
22872
  # @return [String]
22745
22873
  #
22746
22874
  # @!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.
22875
+ # The maximum number of items to return for this request. To get the
22876
+ # next page of items, make another request with the token returned in
22877
+ # the output. This value can be between 5 and 1000. If this parameter
22878
+ # is not specified, then all items are returned. For more information,
22879
+ # see [Pagination][1].
22880
+ #
22881
+ #
22882
+ #
22883
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22751
22884
  # @return [Integer]
22752
22885
  #
22753
22886
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupsRequest AWS API Documentation
@@ -22768,8 +22901,8 @@ module Aws::EC2
22768
22901
  # @return [Array<Types::SecurityGroup>]
22769
22902
  #
22770
22903
  # @!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.
22904
+ # The token to include in another request to get the next page of
22905
+ # items. This value is `null` when there are no more items to return.
22773
22906
  # @return [String]
22774
22907
  #
22775
22908
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupsResult AWS API Documentation
@@ -22852,13 +22985,19 @@ module Aws::EC2
22852
22985
  # @return [Boolean]
22853
22986
  #
22854
22987
  # @!attribute [rw] next_token
22855
- # The token for the next page of results.
22988
+ # The token returned from a previous paginated request. Pagination
22989
+ # continues from the end of the items returned by the previous
22990
+ # request.
22856
22991
  # @return [String]
22857
22992
  #
22858
22993
  # @!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.
22994
+ # The maximum number of items to return for this request. To get the
22995
+ # next page of items, make another request with the token returned in
22996
+ # the output. For more information, see [Pagination][1].
22997
+ #
22998
+ #
22999
+ #
23000
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22862
23001
  # @return [Integer]
22863
23002
  #
22864
23003
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSnapshotTierStatusRequest AWS API Documentation
@@ -22877,8 +23016,8 @@ module Aws::EC2
22877
23016
  # @return [Array<Types::SnapshotTierStatus>]
22878
23017
  #
22879
23018
  # @!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.
23019
+ # The token to include in another request to get the next page of
23020
+ # items. This value is `null` when there are no more items to return.
22882
23021
  # @return [String]
22883
23022
  #
22884
23023
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSnapshotTierStatusResult AWS API Documentation
@@ -22936,26 +23075,22 @@ module Aws::EC2
22936
23075
  # @return [Array<Types::Filter>]
22937
23076
  #
22938
23077
  # @!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.
23078
+ # The maximum number of snapshots to return for this request. This
23079
+ # value can be between 5 and 1,000; if this value is larger than
23080
+ # 1,000, only 1,000 results are returned. If this parameter is not
23081
+ # used, then the request returns all snapshots. You cannot specify
23082
+ # this parameter and the snapshot IDs parameter in the same request.
23083
+ # For more information, see [Pagination][1].
23084
+ #
23085
+ #
23086
+ #
23087
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22950
23088
  # @return [Integer]
22951
23089
  #
22952
23090
  # @!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.
23091
+ # The token returned from a previous paginated request. Pagination
23092
+ # continues from the end of the items returned by the previous
23093
+ # request.
22959
23094
  # @return [String]
22960
23095
  #
22961
23096
  # @!attribute [rw] owner_ids
@@ -23002,10 +23137,8 @@ module Aws::EC2
23002
23137
  # @return [Array<Types::Snapshot>]
23003
23138
  #
23004
23139
  # @!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
23140
+ # The token to include in another request to return the next page of
23141
+ # snapshots. This value is `null` when there are no more snapshots to
23009
23142
  # return.
23010
23143
  # @return [String]
23011
23144
  #
@@ -23545,14 +23678,19 @@ module Aws::EC2
23545
23678
  # @return [Boolean]
23546
23679
  #
23547
23680
  # @!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.
23681
+ # The maximum number of items to return for this request. To get the
23682
+ # next page of items, make another request with the token returned in
23683
+ # the output. For more information, see [Pagination][1].
23684
+ #
23685
+ #
23686
+ #
23687
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23551
23688
  # @return [Integer]
23552
23689
  #
23553
23690
  # @!attribute [rw] next_token
23554
- # The token for the next set of items to return. (You received this
23555
- # token from a prior call.)
23691
+ # The token returned from a previous paginated request. Pagination
23692
+ # continues from the end of the items returned by the previous
23693
+ # request.
23556
23694
  # @return [String]
23557
23695
  #
23558
23696
  # @!attribute [rw] vpc_id
@@ -23571,8 +23709,9 @@ module Aws::EC2
23571
23709
  end
23572
23710
 
23573
23711
  # @!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.
23712
+ # The token to include in another request to get the next page of
23713
+ # items. If there are no additional items to return, the string is
23714
+ # empty.
23576
23715
  # @return [String]
23577
23716
  #
23578
23717
  # @!attribute [rw] stale_security_group_set
@@ -23757,13 +23896,19 @@ module Aws::EC2
23757
23896
  # @return [Boolean]
23758
23897
  #
23759
23898
  # @!attribute [rw] next_token
23760
- # The token for the next page of results.
23899
+ # The token returned from a previous paginated request. Pagination
23900
+ # continues from the end of the items returned by the previous
23901
+ # request.
23761
23902
  # @return [String]
23762
23903
  #
23763
23904
  # @!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.
23905
+ # The maximum number of items to return for this request. To get the
23906
+ # next page of items, make another request with the token returned in
23907
+ # the output. For more information, see [Pagination][1].
23908
+ #
23909
+ #
23910
+ #
23911
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23767
23912
  # @return [Integer]
23768
23913
  #
23769
23914
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSubnetsRequest AWS API Documentation
@@ -23783,8 +23928,8 @@ module Aws::EC2
23783
23928
  # @return [Array<Types::Subnet>]
23784
23929
  #
23785
23930
  # @!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.
23931
+ # The token to include in another request to get the next page of
23932
+ # items. This value is `null` when there are no more items to return.
23788
23933
  # @return [String]
23789
23934
  #
23790
23935
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSubnetsResult AWS API Documentation
@@ -23830,13 +23975,20 @@ module Aws::EC2
23830
23975
  # @return [Array<Types::Filter>]
23831
23976
  #
23832
23977
  # @!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.
23978
+ # The maximum number of items to return for this request. This value
23979
+ # can be between 5 and 1000. To get the next page of items, make
23980
+ # another request with the token returned in the output. For more
23981
+ # information, see [Pagination][1].
23982
+ #
23983
+ #
23984
+ #
23985
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23836
23986
  # @return [Integer]
23837
23987
  #
23838
23988
  # @!attribute [rw] next_token
23839
- # The token to retrieve the next page of results.
23989
+ # The token returned from a previous paginated request. Pagination
23990
+ # continues from the end of the items returned by the previous
23991
+ # request.
23840
23992
  # @return [String]
23841
23993
  #
23842
23994
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTagsRequest AWS API Documentation
@@ -23851,8 +24003,8 @@ module Aws::EC2
23851
24003
  end
23852
24004
 
23853
24005
  # @!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.
24006
+ # The token to include in another request to get the next page of
24007
+ # items. This value is `null` when there are no more items to return.
23856
24008
  # @return [String]
23857
24009
  #
23858
24010
  # @!attribute [rw] tags
@@ -25201,23 +25353,23 @@ module Aws::EC2
25201
25353
  # @return [Array<Types::Filter>]
25202
25354
  #
25203
25355
  # @!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.
25356
+ # The maximum number of items to return for this request. To get the
25357
+ # next page of items, make another request with the token returned in
25358
+ # the output. This value can be between 5 and 1,000; if the value is
25359
+ # larger than 1,000, only 1,000 results are returned. If this
25360
+ # parameter is not used, then all items are returned. You cannot
25361
+ # specify this parameter and the volume IDs parameter in the same
25362
+ # request. For more information, see [Pagination][1].
25363
+ #
25364
+ #
25365
+ #
25366
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25214
25367
  # @return [Integer]
25215
25368
  #
25216
25369
  # @!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.
25370
+ # The token returned from a previous paginated request. Pagination
25371
+ # continues from the end of the items returned by the previous
25372
+ # request.
25221
25373
  # @return [String]
25222
25374
  #
25223
25375
  # @!attribute [rw] volume_ids
@@ -25246,8 +25398,8 @@ module Aws::EC2
25246
25398
  end
25247
25399
 
25248
25400
  # @!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.
25401
+ # The token to include in another request to get the next page of
25402
+ # items. This value is `null` when there are no more items to return.
25251
25403
  # @return [String]
25252
25404
  #
25253
25405
  # @!attribute [rw] volume_statuses
@@ -25306,12 +25458,18 @@ module Aws::EC2
25306
25458
  # @return [Array<Types::Filter>]
25307
25459
  #
25308
25460
  # @!attribute [rw] next_token
25309
- # The `nextToken` value returned by a previous paginated request.
25461
+ # The token returned by a previous paginated request. Pagination
25462
+ # continues from the end of the items returned by the previous
25463
+ # request.
25310
25464
  # @return [String]
25311
25465
  #
25312
25466
  # @!attribute [rw] max_results
25313
25467
  # The maximum number of results (up to a limit of 500) to be returned
25314
- # in a paginated request.
25468
+ # in a paginated request. For more information, see [Pagination][1].
25469
+ #
25470
+ #
25471
+ #
25472
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25315
25473
  # @return [Integer]
25316
25474
  #
25317
25475
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesModificationsRequest AWS API Documentation
@@ -25331,7 +25489,8 @@ module Aws::EC2
25331
25489
  # @return [Array<Types::VolumeModification>]
25332
25490
  #
25333
25491
  # @!attribute [rw] next_token
25334
- # Token for pagination, null if there are no more results
25492
+ # The token to include in another request to get the next page of
25493
+ # items. This value is `null` if there are no more items to return.
25335
25494
  # @return [String]
25336
25495
  #
25337
25496
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesModificationsResult AWS API Documentation
@@ -25411,25 +25570,22 @@ module Aws::EC2
25411
25570
  # @return [Boolean]
25412
25571
  #
25413
25572
  # @!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.
25573
+ # The maximum number of volumes to return for this request. This value
25574
+ # can be between 5 and 500; if you specify a value larger than 500,
25575
+ # only 500 items are returned. If this parameter is not used, then all
25576
+ # items are returned. You cannot specify this parameter and the volume
25577
+ # IDs parameter in the same request. For more information, see
25578
+ # [Pagination][1].
25579
+ #
25580
+ #
25581
+ #
25582
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25424
25583
  # @return [Integer]
25425
25584
  #
25426
25585
  # @!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.
25586
+ # The token returned from a previous paginated request. Pagination
25587
+ # continues from the end of the items returned from the previous
25588
+ # request.
25433
25589
  # @return [String]
25434
25590
  #
25435
25591
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesRequest AWS API Documentation
@@ -25449,11 +25605,8 @@ module Aws::EC2
25449
25605
  # @return [Array<Types::Volume>]
25450
25606
  #
25451
25607
  # @!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.
25608
+ # The token to include in another request to get the next page of
25609
+ # items. This value is `null` when there are no more items to return.
25457
25610
  # @return [String]
25458
25611
  #
25459
25612
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesResult AWS API Documentation
@@ -25524,13 +25677,19 @@ module Aws::EC2
25524
25677
  end
25525
25678
 
25526
25679
  # @!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.
25680
+ # The maximum number of items to return for this request. To get the
25681
+ # next page of items, make another request with the token returned in
25682
+ # the output. For more information, see [Pagination][1].
25683
+ #
25684
+ #
25685
+ #
25686
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25530
25687
  # @return [Integer]
25531
25688
  #
25532
25689
  # @!attribute [rw] next_token
25533
- # The token for the next page of results.
25690
+ # The token returned from a previous paginated request. Pagination
25691
+ # continues from the end of the items returned by the previous
25692
+ # request.
25534
25693
  # @return [String]
25535
25694
  #
25536
25695
  # @!attribute [rw] vpc_ids
@@ -25548,8 +25707,8 @@ module Aws::EC2
25548
25707
  end
25549
25708
 
25550
25709
  # @!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.
25710
+ # The token to include in another request to get the next page of
25711
+ # items. This value is `null` when there are no more items to return.
25553
25712
  # @return [String]
25554
25713
  #
25555
25714
  # @!attribute [rw] vpcs
@@ -26116,13 +26275,19 @@ module Aws::EC2
26116
26275
  # @return [Array<String>]
26117
26276
  #
26118
26277
  # @!attribute [rw] next_token
26119
- # The token for the next page of results.
26278
+ # The token returned from a previous paginated request. Pagination
26279
+ # continues from the end of the items returned by the previous
26280
+ # request.
26120
26281
  # @return [String]
26121
26282
  #
26122
26283
  # @!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.
26284
+ # The maximum number of items to return for this request. To get the
26285
+ # next page of items, make another request with the token returned in
26286
+ # the output. For more information, see [Pagination][1].
26287
+ #
26288
+ #
26289
+ #
26290
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
26126
26291
  # @return [Integer]
26127
26292
  #
26128
26293
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcPeeringConnectionsRequest AWS API Documentation
@@ -26142,8 +26307,8 @@ module Aws::EC2
26142
26307
  # @return [Array<Types::VpcPeeringConnection>]
26143
26308
  #
26144
26309
  # @!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.
26310
+ # The token to include in another request to get the next page of
26311
+ # items. This value is `null` when there are no more items to return.
26147
26312
  # @return [String]
26148
26313
  #
26149
26314
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcPeeringConnectionsResult AWS API Documentation
@@ -26220,13 +26385,19 @@ module Aws::EC2
26220
26385
  # @return [Boolean]
26221
26386
  #
26222
26387
  # @!attribute [rw] next_token
26223
- # The token for the next page of results.
26388
+ # The token returned from a previous paginated request. Pagination
26389
+ # continues from the end of the items returned by the previous
26390
+ # request.
26224
26391
  # @return [String]
26225
26392
  #
26226
26393
  # @!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.
26394
+ # The maximum number of items to return for this request. To get the
26395
+ # next page of items, make another request with the token returned in
26396
+ # the output. For more information, see [Pagination][1].
26397
+ #
26398
+ #
26399
+ #
26400
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
26230
26401
  # @return [Integer]
26231
26402
  #
26232
26403
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcsRequest AWS API Documentation
@@ -26246,8 +26417,8 @@ module Aws::EC2
26246
26417
  # @return [Array<Types::Vpc>]
26247
26418
  #
26248
26419
  # @!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.
26420
+ # The token to include in another request to get the next page of
26421
+ # items. This value is `null` when there are no more items to return.
26251
26422
  # @return [String]
26252
26423
  #
26253
26424
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcsResult AWS API Documentation
@@ -28241,21 +28412,38 @@ module Aws::EC2
28241
28412
  # Amazon EBS encryption. For more information, see [Supported instance
28242
28413
  # types][2].
28243
28414
  #
28244
- # This parameter is not returned by [DescribeImageAttribute][3].
28415
+ # This parameter is not returned by DescribeImageAttribute.
28416
+ #
28417
+ # For CreateImage and RegisterImage, whether you can include this
28418
+ # parameter, and the allowed values differ depending on the type of
28419
+ # block device mapping you are creating.
28420
+ #
28421
+ # * If you are creating a block device mapping for a **new (empty)
28422
+ # volume**, you can include this parameter, and specify either
28423
+ # `true` for an encrypted volume, or `false` for an unencrypted
28424
+ # volume. If you omit this parameter, it defaults to `false`
28425
+ # (unencrypted).
28426
+ #
28427
+ # * If you are creating a block device mapping from an **existing
28428
+ # encrypted or unencrypted snapshot**, you must omit this parameter.
28429
+ # If you include this parameter, the request will fail, regardless
28430
+ # of the value that you specify.
28245
28431
  #
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.
28432
+ # * If you are creating a block device mapping from an **existing
28433
+ # unencrypted volume**, you can include this parameter, but you must
28434
+ # specify `false`. If you specify `true`, the request will fail. In
28435
+ # this case, we recommend that you omit the parameter.
28436
+ #
28437
+ # * If you are creating a block device mapping from an **existing
28438
+ # encrypted volume**, you can include this parameter, and specify
28439
+ # either `true` or `false`. However, if you specify `false`, the
28440
+ # parameter is ignored and the block device mapping is always
28441
+ # encrypted. In this case, we recommend that you omit the parameter.
28253
28442
  #
28254
28443
  #
28255
28444
  #
28256
28445
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-parameters
28257
28446
  # [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
28447
  # @return [Boolean]
28260
28448
  #
28261
28449
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EbsBlockDevice AWS API Documentation
@@ -34081,6 +34269,11 @@ module Aws::EC2
34081
34269
  # which the Dedicated Host is allocated.
34082
34270
  # @return [String]
34083
34271
  #
34272
+ # @!attribute [rw] host_maintenance
34273
+ # Indicates whether host maintenance is enabled or disabled for the
34274
+ # Dedicated Host.
34275
+ # @return [String]
34276
+ #
34084
34277
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Host AWS API Documentation
34085
34278
  #
34086
34279
  class Host < Struct.new(
@@ -34101,7 +34294,8 @@ module Aws::EC2
34101
34294
  :owner_id,
34102
34295
  :availability_zone_id,
34103
34296
  :member_of_service_linked_resource_group,
34104
- :outpost_arn)
34297
+ :outpost_arn,
34298
+ :host_maintenance)
34105
34299
  SENSITIVE = []
34106
34300
  include Aws::Structure
34107
34301
  end
@@ -40378,7 +40572,7 @@ module Aws::EC2
40378
40572
  :ramdisk_id,
40379
40573
  :subnet_id,
40380
40574
  :monitoring)
40381
- SENSITIVE = []
40575
+ SENSITIVE = [:user_data]
40382
40576
  include Aws::Structure
40383
40577
  end
40384
40578
 
@@ -42078,13 +42272,19 @@ module Aws::EC2
42078
42272
  end
42079
42273
 
42080
42274
  # @!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.
42275
+ # The maximum number of items to return for this request. To get the
42276
+ # next page of items, make another request with the token returned in
42277
+ # the output. For more information, see [Pagination][1].
42278
+ #
42279
+ #
42280
+ #
42281
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
42084
42282
  # @return [Integer]
42085
42283
  #
42086
42284
  # @!attribute [rw] next_token
42087
- # The token for the next page of results.
42285
+ # The token returned from a previous paginated request. Pagination
42286
+ # continues from the end of the items returned by the previous
42287
+ # request.
42088
42288
  # @return [String]
42089
42289
  #
42090
42290
  # @!attribute [rw] snapshot_ids
@@ -42115,8 +42315,8 @@ module Aws::EC2
42115
42315
  # @return [Array<Types::SnapshotRecycleBinInfo>]
42116
42316
  #
42117
42317
  # @!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.
42318
+ # The token to include in another request to get the next page of
42319
+ # items. This value is `null` when there are no more items to return.
42120
42320
  # @return [String]
42121
42321
  #
42122
42322
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ListSnapshotsInRecycleBinResult AWS API Documentation
@@ -43380,6 +43580,16 @@ module Aws::EC2
43380
43580
  # in the same request.
43381
43581
  # @return [String]
43382
43582
  #
43583
+ # @!attribute [rw] host_maintenance
43584
+ # Indicates whether to enable or disable host maintenance for the
43585
+ # Dedicated Host. For more information, see [ Host maintenance][1] in
43586
+ # the *Amazon EC2 User Guide*.
43587
+ #
43588
+ #
43589
+ #
43590
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html
43591
+ # @return [String]
43592
+ #
43383
43593
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyHostsRequest AWS API Documentation
43384
43594
  #
43385
43595
  class ModifyHostsRequest < Struct.new(
@@ -43387,7 +43597,8 @@ module Aws::EC2
43387
43597
  :host_ids,
43388
43598
  :host_recovery,
43389
43599
  :instance_type,
43390
- :instance_family)
43600
+ :instance_family,
43601
+ :host_maintenance)
43391
43602
  SENSITIVE = []
43392
43603
  include Aws::Structure
43393
43604
  end
@@ -52181,7 +52392,7 @@ module Aws::EC2
52181
52392
  :ramdisk_id,
52182
52393
  :subnet_id,
52183
52394
  :user_data)
52184
- SENSITIVE = []
52395
+ SENSITIVE = [:user_data]
52185
52396
  include Aws::Structure
52186
52397
  end
52187
52398
 
@@ -53249,7 +53460,7 @@ module Aws::EC2
53249
53460
  :private_dns_name_options,
53250
53461
  :maintenance_options,
53251
53462
  :disable_api_stop)
53252
- SENSITIVE = []
53463
+ SENSITIVE = [:user_data]
53253
53464
  include Aws::Structure
53254
53465
  end
53255
53466
 
@@ -54489,7 +54700,7 @@ module Aws::EC2
54489
54700
  :instance_count,
54490
54701
  :launch_specification,
54491
54702
  :scheduled_instance_id)
54492
- SENSITIVE = []
54703
+ SENSITIVE = [:launch_specification]
54493
54704
  include Aws::Structure
54494
54705
  end
54495
54706
 
@@ -56686,7 +56897,7 @@ module Aws::EC2
56686
56897
  :weighted_capacity,
56687
56898
  :tag_specifications,
56688
56899
  :instance_requirements)
56689
- SENSITIVE = []
56900
+ SENSITIVE = [:user_data]
56690
56901
  include Aws::Structure
56691
56902
  end
56692
56903
 
@@ -58558,6 +58769,8 @@ module Aws::EC2
58558
58769
  end
58559
58770
 
58560
58771
  # The tags to apply to a resource when the resource is being created.
58772
+ # When you specify a tag, you must specify the resource type to tag,
58773
+ # otherwise the request will fail.
58561
58774
  #
58562
58775
  # <note markdown="1"> The `Valid Values` lists all the resource types that can be tagged.
58563
58776
  # However, the action you're using might not support tagging all of