aws-sdk-ec2 1.363.0 → 1.365.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7257,6 +7257,8 @@ module Aws::EC2
7257
7257
  # Indicates whether running instances should be terminated if the
7258
7258
  # total target capacity of the EC2 Fleet is decreased below the
7259
7259
  # current size of the EC2 Fleet.
7260
+ #
7261
+ # Supported only for fleets of type `maintain`.
7260
7262
  # @return [String]
7261
7263
  #
7262
7264
  # @!attribute [rw] launch_template_configs
@@ -11753,6 +11755,9 @@ module Aws::EC2
11753
11755
  #
11754
11756
  # * Magnetic: `standard`
11755
11757
  #
11758
+ # Throughput Optimized HDD (`st1`) and Cold HDD (`sc1`) volumes can't
11759
+ # be used as boot volumes.
11760
+ #
11756
11761
  # For more information, see [Amazon EBS volume types][1] in the
11757
11762
  # *Amazon Elastic Compute Cloud User Guide*.
11758
11763
  #
@@ -15643,8 +15648,8 @@ module Aws::EC2
15643
15648
  #
15644
15649
  # * `message` - The Zone message.
15645
15650
  #
15646
- # * `opt-in-status` - The opt-in status (`opted-in`, and
15647
- # `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`).
15648
15653
  #
15649
15654
  # * `parent-zoneID` - The ID of the zone that handles some of the
15650
15655
  # Local Zone and Wavelength Zone control plane operations, such as
@@ -15664,13 +15669,12 @@ module Aws::EC2
15664
15669
  # `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
15665
15670
  # Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
15666
15671
  #
15667
- # * `zone-type` - The type of zone, for example, `local-zone`.
15668
- #
15669
15672
  # * `zone-name` - The name of the Availability Zone (for example,
15670
15673
  # `us-east-1a`), the Local Zone (for example, `us-west-2-lax-1a`),
15671
15674
  # or the Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
15672
15675
  #
15673
- # * `zone-type` - The type of zone, for example, `local-zone`.
15676
+ # * `zone-type` - The type of zone (`availability-zone` \|
15677
+ # `local-zone` \| `wavelength-zone`).
15674
15678
  # @return [Array<Types::Filter>]
15675
15679
  #
15676
15680
  # @!attribute [rw] zone_names
@@ -16203,16 +16207,22 @@ module Aws::EC2
16203
16207
  # @return [Array<String>]
16204
16208
  #
16205
16209
  # @!attribute [rw] max_results
16206
- # The maximum number of results to return with a single call. To
16207
- # retrieve the remaining results, make another call with the returned
16208
- # `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].
16209
16213
  #
16210
16214
  # Constraint: If the value is greater than 1000, we return only 1000
16211
16215
  # items.
16216
+ #
16217
+ #
16218
+ #
16219
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
16212
16220
  # @return [Integer]
16213
16221
  #
16214
16222
  # @!attribute [rw] next_token
16215
- # 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.
16216
16226
  # @return [String]
16217
16227
  #
16218
16228
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeClassicLinkInstancesRequest AWS API Documentation
@@ -16232,8 +16242,8 @@ module Aws::EC2
16232
16242
  # @return [Array<Types::ClassicLinkInstance>]
16233
16243
  #
16234
16244
  # @!attribute [rw] next_token
16235
- # The token to use to retrieve the next page of results. This value is
16236
- # `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.
16237
16247
  # @return [String]
16238
16248
  #
16239
16249
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeClassicLinkInstancesResult AWS API Documentation
@@ -16755,13 +16765,19 @@ module Aws::EC2
16755
16765
  # @return [Boolean]
16756
16766
  #
16757
16767
  # @!attribute [rw] next_token
16758
- # 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.
16759
16771
  # @return [String]
16760
16772
  #
16761
16773
  # @!attribute [rw] max_results
16762
- # The maximum number of results to return with a single call. To
16763
- # retrieve the remaining results, make another call with the returned
16764
- # `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
16765
16781
  # @return [Integer]
16766
16782
  #
16767
16783
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeDhcpOptionsRequest AWS API Documentation
@@ -16781,8 +16797,8 @@ module Aws::EC2
16781
16797
  # @return [Array<Types::DhcpOptions>]
16782
16798
  #
16783
16799
  # @!attribute [rw] next_token
16784
- # The token to use to retrieve the next page of results. This value is
16785
- # `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.
16786
16802
  # @return [String]
16787
16803
  #
16788
16804
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeDhcpOptionsResult AWS API Documentation
@@ -16806,13 +16822,19 @@ module Aws::EC2
16806
16822
  # @return [Array<String>]
16807
16823
  #
16808
16824
  # @!attribute [rw] max_results
16809
- # The maximum number of results to return with a single call. To
16810
- # retrieve the remaining results, make another call with the returned
16811
- # `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
16812
16832
  # @return [Integer]
16813
16833
  #
16814
16834
  # @!attribute [rw] next_token
16815
- # 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.
16816
16838
  # @return [String]
16817
16839
  #
16818
16840
  # @!attribute [rw] filters
@@ -16846,8 +16868,8 @@ module Aws::EC2
16846
16868
  # @return [Array<Types::EgressOnlyInternetGateway>]
16847
16869
  #
16848
16870
  # @!attribute [rw] next_token
16849
- # The token to use to retrieve the next page of results. This value is
16850
- # `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.
16851
16873
  # @return [String]
16852
16874
  #
16853
16875
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeEgressOnlyInternetGatewaysResult AWS API Documentation
@@ -17243,13 +17265,19 @@ module Aws::EC2
17243
17265
  # @return [Array<Types::Filter>]
17244
17266
  #
17245
17267
  # @!attribute [rw] max_results
17246
- # The maximum number of results to return with a single call. To
17247
- # retrieve the remaining results, make another call with the returned
17248
- # `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
17249
17275
  # @return [Integer]
17250
17276
  #
17251
17277
  # @!attribute [rw] next_token
17252
- # 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.
17253
17281
  # @return [String]
17254
17282
  #
17255
17283
  # @!attribute [rw] dry_run
@@ -17275,8 +17303,8 @@ module Aws::EC2
17275
17303
  # @return [Array<Types::DescribeFastSnapshotRestoreSuccessItem>]
17276
17304
  #
17277
17305
  # @!attribute [rw] next_token
17278
- # The token to use to retrieve the next page of results. This value is
17279
- # `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.
17280
17308
  # @return [String]
17281
17309
  #
17282
17310
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFastSnapshotRestoresResult AWS API Documentation
@@ -17638,13 +17666,18 @@ module Aws::EC2
17638
17666
  # @return [Array<String>]
17639
17667
  #
17640
17668
  # @!attribute [rw] max_results
17641
- # The maximum number of results to return with a single call. To
17642
- # retrieve the remaining results, make another call with the returned
17643
- # `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
17644
17676
  # @return [Integer]
17645
17677
  #
17646
17678
  # @!attribute [rw] next_token
17647
- # 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.
17648
17681
  # @return [String]
17649
17682
  #
17650
17683
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFlowLogsRequest AWS API Documentation
@@ -17664,8 +17697,8 @@ module Aws::EC2
17664
17697
  # @return [Array<Types::FlowLog>]
17665
17698
  #
17666
17699
  # @!attribute [rw] next_token
17667
- # The token to use to retrieve the next page of results. This value is
17668
- # `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.
17669
17702
  # @return [String]
17670
17703
  #
17671
17704
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFlowLogsResult AWS API Documentation
@@ -18036,13 +18069,19 @@ module Aws::EC2
18036
18069
  # @return [Array<Types::Filter>]
18037
18070
  #
18038
18071
  # @!attribute [rw] max_results
18039
- # The maximum number of results to return in a single call. To
18040
- # retrieve the remaining results, make another call with the returned
18041
- # `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
18042
18079
  # @return [Integer]
18043
18080
  #
18044
18081
  # @!attribute [rw] next_token
18045
- # 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.
18046
18085
  # @return [String]
18047
18086
  #
18048
18087
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIamInstanceProfileAssociationsRequest AWS API Documentation
@@ -18061,8 +18100,8 @@ module Aws::EC2
18061
18100
  # @return [Array<Types::IamInstanceProfileAssociation>]
18062
18101
  #
18063
18102
  # @!attribute [rw] next_token
18064
- # The token to use to retrieve the next page of results. This value is
18065
- # `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.
18066
18105
  # @return [String]
18067
18106
  #
18068
18107
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIamInstanceProfileAssociationsResult AWS API Documentation
@@ -18536,15 +18575,21 @@ module Aws::EC2
18536
18575
  # @return [Array<String>]
18537
18576
  #
18538
18577
  # @!attribute [rw] max_results
18539
- # The maximum number of results to return in a single call. To
18540
- # retrieve the remaining results, make another call with the returned
18541
- # `NextToken` value. This value can be between 5 and 1000. You cannot
18542
- # specify this parameter and the instance IDs parameter in the same
18543
- # 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
18544
18587
  # @return [Integer]
18545
18588
  #
18546
18589
  # @!attribute [rw] next_token
18547
- # 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.
18548
18593
  # @return [String]
18549
18594
  #
18550
18595
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceCreditSpecificationsRequest AWS API Documentation
@@ -18564,8 +18609,8 @@ module Aws::EC2
18564
18609
  # @return [Array<Types::InstanceCreditSpecification>]
18565
18610
  #
18566
18611
  # @!attribute [rw] next_token
18567
- # The token to use to retrieve the next page of results. This value is
18568
- # `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.
18569
18614
  # @return [String]
18570
18615
  #
18571
18616
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceCreditSpecificationsResult AWS API Documentation
@@ -18755,15 +18800,21 @@ module Aws::EC2
18755
18800
  # @return [Array<String>]
18756
18801
  #
18757
18802
  # @!attribute [rw] max_results
18758
- # The maximum number of results to return in a single call. To
18759
- # retrieve the remaining results, make another call with the returned
18760
- # `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
18761
18806
  # specify this parameter and the instance IDs parameter in the same
18762
- # 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
18763
18812
  # @return [Integer]
18764
18813
  #
18765
18814
  # @!attribute [rw] next_token
18766
- # 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.
18767
18818
  # @return [String]
18768
18819
  #
18769
18820
  # @!attribute [rw] dry_run
@@ -18798,8 +18849,8 @@ module Aws::EC2
18798
18849
  # @return [Array<Types::InstanceStatus>]
18799
18850
  #
18800
18851
  # @!attribute [rw] next_token
18801
- # The token to use to retrieve the next page of results. This value is
18802
- # `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.
18803
18854
  # @return [String]
18804
18855
  #
18805
18856
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceStatusResult AWS API Documentation
@@ -18833,13 +18884,19 @@ module Aws::EC2
18833
18884
  # @return [Array<Types::Filter>]
18834
18885
  #
18835
18886
  # @!attribute [rw] max_results
18836
- # The maximum number of results to return for the request in a single
18837
- # page. The remaining results can be seen by sending another request
18838
- # 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
18839
18894
  # @return [Integer]
18840
18895
  #
18841
18896
  # @!attribute [rw] next_token
18842
- # 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.
18843
18900
  # @return [String]
18844
18901
  #
18845
18902
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypeOfferingsRequest AWS API Documentation
@@ -18859,8 +18916,8 @@ module Aws::EC2
18859
18916
  # @return [Array<Types::InstanceTypeOffering>]
18860
18917
  #
18861
18918
  # @!attribute [rw] next_token
18862
- # The token to use to retrieve the next page of results. This value is
18863
- # `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.
18864
18921
  # @return [String]
18865
18922
  #
18866
18923
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypeOfferingsResult AWS API Documentation
@@ -19039,13 +19096,19 @@ module Aws::EC2
19039
19096
  # @return [Array<Types::Filter>]
19040
19097
  #
19041
19098
  # @!attribute [rw] max_results
19042
- # The maximum number of results to return for the request in a single
19043
- # page. The remaining results can be seen by sending another request
19044
- # 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
19045
19106
  # @return [Integer]
19046
19107
  #
19047
19108
  # @!attribute [rw] next_token
19048
- # 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.
19049
19112
  # @return [String]
19050
19113
  #
19051
19114
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypesRequest AWS API Documentation
@@ -19070,8 +19133,8 @@ module Aws::EC2
19070
19133
  # @return [Array<Types::InstanceTypeInfo>]
19071
19134
  #
19072
19135
  # @!attribute [rw] next_token
19073
- # The token to use to retrieve the next page of results. This value is
19074
- # `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.
19075
19138
  # @return [String]
19076
19139
  #
19077
19140
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypesResult AWS API Documentation
@@ -19393,15 +19456,21 @@ module Aws::EC2
19393
19456
  # @return [Boolean]
19394
19457
  #
19395
19458
  # @!attribute [rw] max_results
19396
- # The maximum number of results to return in a single call. To
19397
- # retrieve the remaining results, make another call with the returned
19398
- # `NextToken` value. This value can be between 5 and 1000. You cannot
19399
- # specify this parameter and the instance IDs parameter in the same
19400
- # 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
19401
19468
  # @return [Integer]
19402
19469
  #
19403
19470
  # @!attribute [rw] next_token
19404
- # 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.
19405
19474
  # @return [String]
19406
19475
  #
19407
19476
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstancesRequest AWS API Documentation
@@ -19421,8 +19490,8 @@ module Aws::EC2
19421
19490
  # @return [Array<Types::Reservation>]
19422
19491
  #
19423
19492
  # @!attribute [rw] next_token
19424
- # The token to use to retrieve the next page of results. This value is
19425
- # `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.
19426
19495
  # @return [String]
19427
19496
  #
19428
19497
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstancesResult AWS API Documentation
@@ -19473,13 +19542,19 @@ module Aws::EC2
19473
19542
  # @return [Array<String>]
19474
19543
  #
19475
19544
  # @!attribute [rw] next_token
19476
- # 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.
19477
19548
  # @return [String]
19478
19549
  #
19479
19550
  # @!attribute [rw] max_results
19480
- # The maximum number of results to return with a single call. To
19481
- # retrieve the remaining results, make another call with the returned
19482
- # `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
19483
19558
  # @return [Integer]
19484
19559
  #
19485
19560
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInternetGatewaysRequest AWS API Documentation
@@ -19499,8 +19574,8 @@ module Aws::EC2
19499
19574
  # @return [Array<Types::InternetGateway>]
19500
19575
  #
19501
19576
  # @!attribute [rw] next_token
19502
- # The token to use to retrieve the next page of results. This value is
19503
- # `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.
19504
19579
  # @return [String]
19505
19580
  #
19506
19581
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInternetGatewaysResult AWS API Documentation
@@ -20733,9 +20808,13 @@ module Aws::EC2
20733
20808
  # @return [Array<Types::Filter>]
20734
20809
  #
20735
20810
  # @!attribute [rw] max_results
20736
- # The maximum number of results to return with a single call. To
20737
- # retrieve the remaining results, make another call with the returned
20738
- # `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
20739
20818
  # @return [Integer]
20740
20819
  #
20741
20820
  # @!attribute [rw] nat_gateway_ids
@@ -20743,7 +20822,9 @@ module Aws::EC2
20743
20822
  # @return [Array<String>]
20744
20823
  #
20745
20824
  # @!attribute [rw] next_token
20746
- # 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.
20747
20828
  # @return [String]
20748
20829
  #
20749
20830
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNatGatewaysRequest AWS API Documentation
@@ -20763,8 +20844,8 @@ module Aws::EC2
20763
20844
  # @return [Array<Types::NatGateway>]
20764
20845
  #
20765
20846
  # @!attribute [rw] next_token
20766
- # The token to use to retrieve the next page of results. This value is
20767
- # `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.
20768
20849
  # @return [String]
20769
20850
  #
20770
20851
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNatGatewaysResult AWS API Documentation
@@ -20849,13 +20930,19 @@ module Aws::EC2
20849
20930
  # @return [Array<String>]
20850
20931
  #
20851
20932
  # @!attribute [rw] next_token
20852
- # 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.
20853
20936
  # @return [String]
20854
20937
  #
20855
20938
  # @!attribute [rw] max_results
20856
- # The maximum number of results to return with a single call. To
20857
- # retrieve the remaining results, make another call with the returned
20858
- # `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
20859
20946
  # @return [Integer]
20860
20947
  #
20861
20948
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkAclsRequest AWS API Documentation
@@ -20875,8 +20962,8 @@ module Aws::EC2
20875
20962
  # @return [Array<Types::NetworkAcl>]
20876
20963
  #
20877
20964
  # @!attribute [rw] next_token
20878
- # The token to use to retrieve the next page of results. This value is
20879
- # `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.
20880
20967
  # @return [String]
20881
20968
  #
20882
20969
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkAclsResult AWS API Documentation
@@ -21243,14 +21330,20 @@ module Aws::EC2
21243
21330
  # @return [Array<Types::Filter>]
21244
21331
  #
21245
21332
  # @!attribute [rw] next_token
21246
- # 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.
21247
21336
  # @return [String]
21248
21337
  #
21249
21338
  # @!attribute [rw] max_results
21250
- # The maximum number of results to return in a single call. To
21251
- # retrieve the remaining results, make another call with the returned
21252
- # `NextToken` value. If this parameter is not specified, up to 50
21253
- # 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
21254
21347
  # @return [Integer]
21255
21348
  #
21256
21349
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacePermissionsRequest AWS API Documentation
@@ -21271,7 +21364,8 @@ module Aws::EC2
21271
21364
  # @return [Array<Types::NetworkInterfacePermission>]
21272
21365
  #
21273
21366
  # @!attribute [rw] next_token
21274
- # 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.
21275
21369
  # @return [String]
21276
21370
  #
21277
21371
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacePermissionsResult AWS API Documentation
@@ -21419,14 +21513,21 @@ module Aws::EC2
21419
21513
  # @return [Array<String>]
21420
21514
  #
21421
21515
  # @!attribute [rw] next_token
21422
- # 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.
21423
21519
  # @return [String]
21424
21520
  #
21425
21521
  # @!attribute [rw] max_results
21426
- # The maximum number of items to return for this request. The request
21427
- # returns a token that you can specify in a subsequent call to get the
21428
- # next set of results. You cannot specify this parameter and the
21429
- # 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
21430
21531
  # @return [Integer]
21431
21532
  #
21432
21533
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesRequest AWS API Documentation
@@ -21441,15 +21542,13 @@ module Aws::EC2
21441
21542
  include Aws::Structure
21442
21543
  end
21443
21544
 
21444
- # Contains the output of DescribeNetworkInterfaces.
21445
- #
21446
21545
  # @!attribute [rw] network_interfaces
21447
21546
  # Information about one or more network interfaces.
21448
21547
  # @return [Array<Types::NetworkInterface>]
21449
21548
  #
21450
21549
  # @!attribute [rw] next_token
21451
- # The token to use to retrieve the next page of results. This value is
21452
- # `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.
21453
21552
  # @return [String]
21454
21553
  #
21455
21554
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesResult AWS API Documentation
@@ -21771,13 +21870,19 @@ module Aws::EC2
21771
21870
  # @return [Array<Types::Filter>]
21772
21871
  #
21773
21872
  # @!attribute [rw] max_results
21774
- # The maximum number of results to return with a single call. To
21775
- # retrieve the remaining results, make another call with the returned
21776
- # `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
21777
21880
  # @return [Integer]
21778
21881
  #
21779
21882
  # @!attribute [rw] next_token
21780
- # 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.
21781
21886
  # @return [String]
21782
21887
  #
21783
21888
  # @!attribute [rw] dry_run
@@ -21804,8 +21909,8 @@ module Aws::EC2
21804
21909
  # @return [Array<Types::ReplaceRootVolumeTask>]
21805
21910
  #
21806
21911
  # @!attribute [rw] next_token
21807
- # The token to use to retrieve the next page of results. This value is
21808
- # `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.
21809
21914
  # @return [String]
21810
21915
  #
21811
21916
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeReplaceRootVolumeTasksResult AWS API Documentation
@@ -22322,13 +22427,19 @@ module Aws::EC2
22322
22427
  # @return [Array<String>]
22323
22428
  #
22324
22429
  # @!attribute [rw] next_token
22325
- # 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.
22326
22433
  # @return [String]
22327
22434
  #
22328
22435
  # @!attribute [rw] max_results
22329
- # The maximum number of results to return with a single call. To
22330
- # retrieve the remaining results, make another call with the returned
22331
- # `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
22332
22443
  # @return [Integer]
22333
22444
  #
22334
22445
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRouteTablesRequest AWS API Documentation
@@ -22350,8 +22461,8 @@ module Aws::EC2
22350
22461
  # @return [Array<Types::RouteTable>]
22351
22462
  #
22352
22463
  # @!attribute [rw] next_token
22353
- # The token to use to retrieve the next page of results. This value is
22354
- # `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.
22355
22466
  # @return [String]
22356
22467
  #
22357
22468
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRouteTablesResult AWS API Documentation
@@ -22585,14 +22696,21 @@ module Aws::EC2
22585
22696
  # @return [Boolean]
22586
22697
  #
22587
22698
  # @!attribute [rw] next_token
22588
- # 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.
22589
22702
  # @return [String]
22590
22703
  #
22591
22704
  # @!attribute [rw] max_results
22592
- # The maximum number of results to return in a single call. To
22593
- # retrieve the remaining results, make another request with the
22594
- # returned `NextToken` value. This value can be between 5 and 1000. If
22595
- # 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
22596
22714
  # @return [Integer]
22597
22715
  #
22598
22716
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesRequest AWS API Documentation
@@ -22612,8 +22730,8 @@ module Aws::EC2
22612
22730
  # @return [Array<Types::SecurityGroupRule>]
22613
22731
  #
22614
22732
  # @!attribute [rw] next_token
22615
- # The token to use to retrieve the next page of results. This value is
22616
- # `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.
22617
22735
  # @return [String]
22618
22736
  #
22619
22737
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesResult AWS API Documentation
@@ -22735,14 +22853,21 @@ module Aws::EC2
22735
22853
  # @return [Boolean]
22736
22854
  #
22737
22855
  # @!attribute [rw] next_token
22738
- # 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.
22739
22859
  # @return [String]
22740
22860
  #
22741
22861
  # @!attribute [rw] max_results
22742
- # The maximum number of results to return in a single call. To
22743
- # retrieve the remaining results, make another request with the
22744
- # returned `NextToken` value. This value can be between 5 and 1000. If
22745
- # 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
22746
22871
  # @return [Integer]
22747
22872
  #
22748
22873
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupsRequest AWS API Documentation
@@ -22763,8 +22888,8 @@ module Aws::EC2
22763
22888
  # @return [Array<Types::SecurityGroup>]
22764
22889
  #
22765
22890
  # @!attribute [rw] next_token
22766
- # The token to use to retrieve the next page of results. This value is
22767
- # `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.
22768
22893
  # @return [String]
22769
22894
  #
22770
22895
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupsResult AWS API Documentation
@@ -22847,13 +22972,19 @@ module Aws::EC2
22847
22972
  # @return [Boolean]
22848
22973
  #
22849
22974
  # @!attribute [rw] next_token
22850
- # 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.
22851
22978
  # @return [String]
22852
22979
  #
22853
22980
  # @!attribute [rw] max_results
22854
- # The maximum number of results to return with a single call. To
22855
- # retrieve the remaining results, make another call with the returned
22856
- # `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
22857
22988
  # @return [Integer]
22858
22989
  #
22859
22990
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSnapshotTierStatusRequest AWS API Documentation
@@ -22872,8 +23003,8 @@ module Aws::EC2
22872
23003
  # @return [Array<Types::SnapshotTierStatus>]
22873
23004
  #
22874
23005
  # @!attribute [rw] next_token
22875
- # The token to use to retrieve the next page of results. This value is
22876
- # `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.
22877
23008
  # @return [String]
22878
23009
  #
22879
23010
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSnapshotTierStatusResult AWS API Documentation
@@ -22931,26 +23062,22 @@ module Aws::EC2
22931
23062
  # @return [Array<Types::Filter>]
22932
23063
  #
22933
23064
  # @!attribute [rw] max_results
22934
- # The maximum number of snapshot results returned by
22935
- # `DescribeSnapshots` in paginated output. When this parameter is
22936
- # used, `DescribeSnapshots` only returns `MaxResults` results in a
22937
- # single page along with a `NextToken` response element. The remaining
22938
- # results of the initial request can be seen by sending another
22939
- # `DescribeSnapshots` request with the returned `NextToken` value.
22940
- # This value can be between 5 and 1,000; if `MaxResults` is given a
22941
- # value larger than 1,000, only 1,000 results are returned. If this
22942
- # parameter is not used, then `DescribeSnapshots` returns all results.
22943
- # You cannot specify this parameter and the snapshot IDs parameter in
22944
- # 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
22945
23075
  # @return [Integer]
22946
23076
  #
22947
23077
  # @!attribute [rw] next_token
22948
- # The `NextToken` value returned from a previous paginated
22949
- # `DescribeSnapshots` request where `MaxResults` was used and the
22950
- # results exceeded the value of that parameter. Pagination continues
22951
- # from the end of the previous results that returned the `NextToken`
22952
- # value. This value is `null` when there are no more results to
22953
- # 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.
22954
23081
  # @return [String]
22955
23082
  #
22956
23083
  # @!attribute [rw] owner_ids
@@ -22997,10 +23124,8 @@ module Aws::EC2
22997
23124
  # @return [Array<Types::Snapshot>]
22998
23125
  #
22999
23126
  # @!attribute [rw] next_token
23000
- # The `NextToken` value to include in a future `DescribeSnapshots`
23001
- # request. When the results of a `DescribeSnapshots` request exceed
23002
- # `MaxResults`, this value can be used to retrieve the next page of
23003
- # 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
23004
23129
  # return.
23005
23130
  # @return [String]
23006
23131
  #
@@ -23540,14 +23665,19 @@ module Aws::EC2
23540
23665
  # @return [Boolean]
23541
23666
  #
23542
23667
  # @!attribute [rw] max_results
23543
- # The maximum number of items to return for this request. The request
23544
- # returns a token that you can specify in a subsequent call to get the
23545
- # 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
23546
23675
  # @return [Integer]
23547
23676
  #
23548
23677
  # @!attribute [rw] next_token
23549
- # The token for the next set of items to return. (You received this
23550
- # 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.
23551
23681
  # @return [String]
23552
23682
  #
23553
23683
  # @!attribute [rw] vpc_id
@@ -23566,8 +23696,9 @@ module Aws::EC2
23566
23696
  end
23567
23697
 
23568
23698
  # @!attribute [rw] next_token
23569
- # The token to use when requesting the next set of items. If there are
23570
- # 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.
23571
23702
  # @return [String]
23572
23703
  #
23573
23704
  # @!attribute [rw] stale_security_group_set
@@ -23752,13 +23883,19 @@ module Aws::EC2
23752
23883
  # @return [Boolean]
23753
23884
  #
23754
23885
  # @!attribute [rw] next_token
23755
- # 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.
23756
23889
  # @return [String]
23757
23890
  #
23758
23891
  # @!attribute [rw] max_results
23759
- # The maximum number of results to return with a single call. To
23760
- # retrieve the remaining results, make another call with the returned
23761
- # `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
23762
23899
  # @return [Integer]
23763
23900
  #
23764
23901
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSubnetsRequest AWS API Documentation
@@ -23778,8 +23915,8 @@ module Aws::EC2
23778
23915
  # @return [Array<Types::Subnet>]
23779
23916
  #
23780
23917
  # @!attribute [rw] next_token
23781
- # The token to use to retrieve the next page of results. This value is
23782
- # `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.
23783
23920
  # @return [String]
23784
23921
  #
23785
23922
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSubnetsResult AWS API Documentation
@@ -23825,13 +23962,20 @@ module Aws::EC2
23825
23962
  # @return [Array<Types::Filter>]
23826
23963
  #
23827
23964
  # @!attribute [rw] max_results
23828
- # The maximum number of results to return in a single call. This value
23829
- # can be between 5 and 1000. To retrieve the remaining results, make
23830
- # 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
23831
23973
  # @return [Integer]
23832
23974
  #
23833
23975
  # @!attribute [rw] next_token
23834
- # 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.
23835
23979
  # @return [String]
23836
23980
  #
23837
23981
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTagsRequest AWS API Documentation
@@ -23846,8 +23990,8 @@ module Aws::EC2
23846
23990
  end
23847
23991
 
23848
23992
  # @!attribute [rw] next_token
23849
- # The token to use to retrieve the next page of results. This value is
23850
- # `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.
23851
23995
  # @return [String]
23852
23996
  #
23853
23997
  # @!attribute [rw] tags
@@ -25196,23 +25340,23 @@ module Aws::EC2
25196
25340
  # @return [Array<Types::Filter>]
25197
25341
  #
25198
25342
  # @!attribute [rw] max_results
25199
- # The maximum number of volume results returned by
25200
- # `DescribeVolumeStatus` in paginated output. When this parameter is
25201
- # used, the request only returns `MaxResults` results in a single page
25202
- # along with a `NextToken` response element. The remaining results of
25203
- # the initial request can be seen by sending another request with the
25204
- # returned `NextToken` value. This value can be between 5 and 1,000;
25205
- # if `MaxResults` is given a value larger than 1,000, only 1,000
25206
- # results are returned. If this parameter is not used, then
25207
- # `DescribeVolumeStatus` returns all results. You cannot specify this
25208
- # 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
25209
25354
  # @return [Integer]
25210
25355
  #
25211
25356
  # @!attribute [rw] next_token
25212
- # The `NextToken` value to include in a future `DescribeVolumeStatus`
25213
- # request. When the results of the request exceed `MaxResults`, this
25214
- # value can be used to retrieve the next page of results. This value
25215
- # 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.
25216
25360
  # @return [String]
25217
25361
  #
25218
25362
  # @!attribute [rw] volume_ids
@@ -25241,8 +25385,8 @@ module Aws::EC2
25241
25385
  end
25242
25386
 
25243
25387
  # @!attribute [rw] next_token
25244
- # The token to use to retrieve the next page of results. This value is
25245
- # `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.
25246
25390
  # @return [String]
25247
25391
  #
25248
25392
  # @!attribute [rw] volume_statuses
@@ -25301,12 +25445,18 @@ module Aws::EC2
25301
25445
  # @return [Array<Types::Filter>]
25302
25446
  #
25303
25447
  # @!attribute [rw] next_token
25304
- # 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.
25305
25451
  # @return [String]
25306
25452
  #
25307
25453
  # @!attribute [rw] max_results
25308
25454
  # The maximum number of results (up to a limit of 500) to be returned
25309
- # 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
25310
25460
  # @return [Integer]
25311
25461
  #
25312
25462
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesModificationsRequest AWS API Documentation
@@ -25326,7 +25476,8 @@ module Aws::EC2
25326
25476
  # @return [Array<Types::VolumeModification>]
25327
25477
  #
25328
25478
  # @!attribute [rw] next_token
25329
- # 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.
25330
25481
  # @return [String]
25331
25482
  #
25332
25483
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesModificationsResult AWS API Documentation
@@ -25406,25 +25557,22 @@ module Aws::EC2
25406
25557
  # @return [Boolean]
25407
25558
  #
25408
25559
  # @!attribute [rw] max_results
25409
- # The maximum number of volume results returned by `DescribeVolumes`
25410
- # in paginated output. When this parameter is used, `DescribeVolumes`
25411
- # only returns `MaxResults` results in a single page along with a
25412
- # `NextToken` response element. The remaining results of the initial
25413
- # request can be seen by sending another `DescribeVolumes` request
25414
- # with the returned `NextToken` value. This value can be between 5 and
25415
- # 500; if `MaxResults` is given a value larger than 500, only 500
25416
- # results are returned. If this parameter is not used, then
25417
- # `DescribeVolumes` returns all results. You cannot specify this
25418
- # 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
25419
25570
  # @return [Integer]
25420
25571
  #
25421
25572
  # @!attribute [rw] next_token
25422
- # The `NextToken` value returned from a previous paginated
25423
- # `DescribeVolumes` request where `MaxResults` was used and the
25424
- # results exceeded the value of that parameter. Pagination continues
25425
- # from the end of the previous results that returned the `NextToken`
25426
- # value. This value is `null` when there are no more results to
25427
- # 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.
25428
25576
  # @return [String]
25429
25577
  #
25430
25578
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesRequest AWS API Documentation
@@ -25444,11 +25592,8 @@ module Aws::EC2
25444
25592
  # @return [Array<Types::Volume>]
25445
25593
  #
25446
25594
  # @!attribute [rw] next_token
25447
- # The `NextToken` value to include in a future `DescribeVolumes`
25448
- # request. When the results of a `DescribeVolumes` request exceed
25449
- # `MaxResults`, this value can be used to retrieve the next page of
25450
- # results. This value is `null` when there are no more results to
25451
- # 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.
25452
25597
  # @return [String]
25453
25598
  #
25454
25599
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesResult AWS API Documentation
@@ -25519,13 +25664,19 @@ module Aws::EC2
25519
25664
  end
25520
25665
 
25521
25666
  # @!attribute [rw] max_results
25522
- # The maximum number of results to return with a single call. To
25523
- # retrieve the remaining results, make another call with the returned
25524
- # `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
25525
25674
  # @return [Integer]
25526
25675
  #
25527
25676
  # @!attribute [rw] next_token
25528
- # 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.
25529
25680
  # @return [String]
25530
25681
  #
25531
25682
  # @!attribute [rw] vpc_ids
@@ -25543,8 +25694,8 @@ module Aws::EC2
25543
25694
  end
25544
25695
 
25545
25696
  # @!attribute [rw] next_token
25546
- # The token to use to retrieve the next page of results. This value is
25547
- # `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.
25548
25699
  # @return [String]
25549
25700
  #
25550
25701
  # @!attribute [rw] vpcs
@@ -26111,13 +26262,19 @@ module Aws::EC2
26111
26262
  # @return [Array<String>]
26112
26263
  #
26113
26264
  # @!attribute [rw] next_token
26114
- # 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.
26115
26268
  # @return [String]
26116
26269
  #
26117
26270
  # @!attribute [rw] max_results
26118
- # The maximum number of results to return with a single call. To
26119
- # retrieve the remaining results, make another call with the returned
26120
- # `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
26121
26278
  # @return [Integer]
26122
26279
  #
26123
26280
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcPeeringConnectionsRequest AWS API Documentation
@@ -26137,8 +26294,8 @@ module Aws::EC2
26137
26294
  # @return [Array<Types::VpcPeeringConnection>]
26138
26295
  #
26139
26296
  # @!attribute [rw] next_token
26140
- # The token to use to retrieve the next page of results. This value is
26141
- # `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.
26142
26299
  # @return [String]
26143
26300
  #
26144
26301
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcPeeringConnectionsResult AWS API Documentation
@@ -26215,13 +26372,19 @@ module Aws::EC2
26215
26372
  # @return [Boolean]
26216
26373
  #
26217
26374
  # @!attribute [rw] next_token
26218
- # 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.
26219
26378
  # @return [String]
26220
26379
  #
26221
26380
  # @!attribute [rw] max_results
26222
- # The maximum number of results to return with a single call. To
26223
- # retrieve the remaining results, make another call with the returned
26224
- # `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
26225
26388
  # @return [Integer]
26226
26389
  #
26227
26390
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcsRequest AWS API Documentation
@@ -26241,8 +26404,8 @@ module Aws::EC2
26241
26404
  # @return [Array<Types::Vpc>]
26242
26405
  #
26243
26406
  # @!attribute [rw] next_token
26244
- # The token to use to retrieve the next page of results. This value is
26245
- # `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.
26246
26409
  # @return [String]
26247
26410
  #
26248
26411
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcsResult AWS API Documentation
@@ -28236,13 +28399,38 @@ module Aws::EC2
28236
28399
  # Amazon EBS encryption. For more information, see [Supported instance
28237
28400
  # types][2].
28238
28401
  #
28239
- # 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.
28418
+ #
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.
28240
28429
  #
28241
28430
  #
28242
28431
  #
28243
28432
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-parameters
28244
28433
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances
28245
- # [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImageAttribute.html
28246
28434
  # @return [Boolean]
28247
28435
  #
28248
28436
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EbsBlockDevice AWS API Documentation
@@ -30574,6 +30762,8 @@ module Aws::EC2
30574
30762
  # Indicates whether running instances should be terminated if the
30575
30763
  # target capacity of the EC2 Fleet is decreased below the current size
30576
30764
  # of the EC2 Fleet.
30765
+ #
30766
+ # Supported only for fleets of type `maintain`.
30577
30767
  # @return [String]
30578
30768
  #
30579
30769
  # @!attribute [rw] fulfilled_capacity
@@ -39600,8 +39790,8 @@ module Aws::EC2
39600
39790
  include Aws::Structure
39601
39791
  end
39602
39792
 
39603
- # A resource discovery is an IPAM component that enables IPAM Service to
39604
- # manage and monitor resources that belong to the owning account.
39793
+ # A resource discovery is an IPAM component that enables IPAM to manage
39794
+ # and monitor resources that belong to the owning account.
39605
39795
  #
39606
39796
  # @!attribute [rw] owner_id
39607
39797
  # The ID of the owner.
@@ -40363,7 +40553,7 @@ module Aws::EC2
40363
40553
  :ramdisk_id,
40364
40554
  :subnet_id,
40365
40555
  :monitoring)
40366
- SENSITIVE = []
40556
+ SENSITIVE = [:user_data]
40367
40557
  include Aws::Structure
40368
40558
  end
40369
40559
 
@@ -42063,13 +42253,19 @@ module Aws::EC2
42063
42253
  end
42064
42254
 
42065
42255
  # @!attribute [rw] max_results
42066
- # The maximum number of results to return with a single call. To
42067
- # retrieve the remaining results, make another call with the returned
42068
- # `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
42069
42263
  # @return [Integer]
42070
42264
  #
42071
42265
  # @!attribute [rw] next_token
42072
- # 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.
42073
42269
  # @return [String]
42074
42270
  #
42075
42271
  # @!attribute [rw] snapshot_ids
@@ -42100,8 +42296,8 @@ module Aws::EC2
42100
42296
  # @return [Array<Types::SnapshotRecycleBinInfo>]
42101
42297
  #
42102
42298
  # @!attribute [rw] next_token
42103
- # The token to use to retrieve the next page of results. This value is
42104
- # `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.
42105
42301
  # @return [String]
42106
42302
  #
42107
42303
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ListSnapshotsInRecycleBinResult AWS API Documentation
@@ -43202,6 +43398,8 @@ module Aws::EC2
43202
43398
  # Indicates whether running instances should be terminated if the
43203
43399
  # total target capacity of the EC2 Fleet is decreased below the
43204
43400
  # current size of the EC2 Fleet.
43401
+ #
43402
+ # Supported only for fleets of type `maintain`.
43205
43403
  # @return [String]
43206
43404
  #
43207
43405
  # @!attribute [rw] launch_template_configs
@@ -44903,9 +45101,11 @@ module Aws::EC2
44903
45101
  # Contains the parameters for ModifySpotFleetRequest.
44904
45102
  #
44905
45103
  # @!attribute [rw] excess_capacity_termination_policy
44906
- # Indicates whether running Spot Instances should be terminated if the
45104
+ # Indicates whether running instances should be terminated if the
44907
45105
  # target capacity of the Spot Fleet request is decreased below the
44908
45106
  # current size of the Spot Fleet.
45107
+ #
45108
+ # Supported only for fleets of type `maintain`.
44909
45109
  # @return [String]
44910
45110
  #
44911
45111
  # @!attribute [rw] launch_template_configs
@@ -51580,12 +51780,12 @@ module Aws::EC2
51580
51780
  #
51581
51781
  # * `resolve:ssm:parameter-name:label`
51582
51782
  #
51583
- # For more information, see [Use a Systems Manager parameter instead
51584
- # of an AMI ID][1] in the *Amazon Elastic Compute Cloud User Guide*.
51783
+ # For more information, see [Use a Systems Manager parameter to find
51784
+ # an AMI][1] in the *Amazon Elastic Compute Cloud User Guide*.
51585
51785
  #
51586
51786
  #
51587
51787
  #
51588
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id
51788
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html#using-systems-manager-parameter-to-find-AMI
51589
51789
  # @return [String]
51590
51790
  #
51591
51791
  # @!attribute [rw] instance_type
@@ -52162,7 +52362,7 @@ module Aws::EC2
52162
52362
  :ramdisk_id,
52163
52363
  :subnet_id,
52164
52364
  :user_data)
52165
- SENSITIVE = []
52365
+ SENSITIVE = [:user_data]
52166
52366
  include Aws::Structure
52167
52367
  end
52168
52368
 
@@ -53230,7 +53430,7 @@ module Aws::EC2
53230
53430
  :private_dns_name_options,
53231
53431
  :maintenance_options,
53232
53432
  :disable_api_stop)
53233
- SENSITIVE = []
53433
+ SENSITIVE = [:user_data]
53234
53434
  include Aws::Structure
53235
53435
  end
53236
53436
 
@@ -54470,7 +54670,7 @@ module Aws::EC2
54470
54670
  :instance_count,
54471
54671
  :launch_specification,
54472
54672
  :scheduled_instance_id)
54473
- SENSITIVE = []
54673
+ SENSITIVE = [:launch_specification]
54474
54674
  include Aws::Structure
54475
54675
  end
54476
54676
 
@@ -54525,11 +54725,12 @@ module Aws::EC2
54525
54725
  # @!attribute [rw] aws_access_key_id
54526
54726
  # The access key ID of the owner of the bucket. Before you specify a
54527
54727
  # value for your access key ID, review and follow the guidance in
54528
- # [Best practices for managing Amazon Web Services access keys][1].
54728
+ # [Best Practices for Amazon Web Services accounts][1] in the *Account
54729
+ # ManagementReference Guide*.
54529
54730
  #
54530
54731
  #
54531
54732
  #
54532
- # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html
54733
+ # [1]: https://docs.aws.amazon.com/accounts/latest/reference/best-practices.html
54533
54734
  # @return [String]
54534
54735
  #
54535
54736
  # @!attribute [rw] bucket
@@ -56666,7 +56867,7 @@ module Aws::EC2
56666
56867
  :weighted_capacity,
56667
56868
  :tag_specifications,
56668
56869
  :instance_requirements)
56669
- SENSITIVE = []
56870
+ SENSITIVE = [:user_data]
56670
56871
  include Aws::Structure
56671
56872
  end
56672
56873
 
@@ -56816,9 +57017,11 @@ module Aws::EC2
56816
57017
  # @return [String]
56817
57018
  #
56818
57019
  # @!attribute [rw] excess_capacity_termination_policy
56819
- # Indicates whether running Spot Instances should be terminated if you
57020
+ # Indicates whether running instances should be terminated if you
56820
57021
  # decrease the target capacity of the Spot Fleet request below the
56821
57022
  # current size of the Spot Fleet.
57023
+ #
57024
+ # Supported only for fleets of type `maintain`.
56822
57025
  # @return [String]
56823
57026
  #
56824
57027
  # @!attribute [rw] fulfilled_capacity
@@ -58536,6 +58739,8 @@ module Aws::EC2
58536
58739
  end
58537
58740
 
58538
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.
58539
58744
  #
58540
58745
  # <note markdown="1"> The `Valid Values` lists all the resource types that can be tagged.
58541
58746
  # However, the action you're using might not support tagging all of