aws-sdk-ec2 1.364.0 → 1.369.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -992,6 +992,16 @@ 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
+ #
1001
+ #
1002
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html
1003
+ # @return [String]
1004
+ #
995
1005
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AllocateHostsRequest AWS API Documentation
996
1006
  #
997
1007
  class AllocateHostsRequest < Struct.new(
@@ -1003,7 +1013,8 @@ module Aws::EC2
1003
1013
  :quantity,
1004
1014
  :tag_specifications,
1005
1015
  :host_recovery,
1006
- :outpost_arn)
1016
+ :outpost_arn,
1017
+ :host_maintenance)
1007
1018
  SENSITIVE = []
1008
1019
  include Aws::Structure
1009
1020
  end
@@ -3927,8 +3938,12 @@ module Aws::EC2
3927
3938
  # @return [Array<String>]
3928
3939
  #
3929
3940
  # @!attribute [rw] terminate_instances
3930
- # Indicates whether to terminate instances for a Spot Fleet request if
3931
- # it is canceled successfully.
3941
+ # Indicates whether to terminate the associated instances when the
3942
+ # Spot Fleet request is canceled. The default is to terminate the
3943
+ # instances.
3944
+ #
3945
+ # To let the instances continue to run after the Spot Fleet request is
3946
+ # canceled, specify `no-terminate-instances`.
3932
3947
  # @return [Boolean]
3933
3948
  #
3934
3949
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CancelSpotFleetRequestsRequest AWS API Documentation
@@ -12938,11 +12953,11 @@ module Aws::EC2
12938
12953
  # @return [Array<String>]
12939
12954
  #
12940
12955
  # @!attribute [rw] terminate_instances
12941
- # Indicates whether to terminate the instances when the EC2 Fleet is
12942
- # deleted. The default is to terminate the instances.
12956
+ # Indicates whether to terminate the associated instances when the EC2
12957
+ # Fleet is deleted. The default is to terminate the instances.
12943
12958
  #
12944
12959
  # To let the instances continue to run after the EC2 Fleet is deleted,
12945
- # specify `NoTerminateInstances`. Supported only for fleets of type
12960
+ # specify `no-terminate-instances`. Supported only for fleets of type
12946
12961
  # `maintain` and `request`.
12947
12962
  #
12948
12963
  # For `instant` fleets, you cannot specify `NoTerminateInstances`. A
@@ -15196,7 +15211,11 @@ module Aws::EC2
15196
15211
  # @return [String]
15197
15212
  #
15198
15213
  # @!attribute [rw] cidr
15199
- # The CIDR you want to deprovision from the pool.
15214
+ # The CIDR you want to deprovision from the pool. Enter the CIDR you
15215
+ # want to deprovision with a netmask of `/32`. You must rerun this
15216
+ # command for each IP address in the CIDR range. If your CIDR is a
15217
+ # `/24`, you will have to run this command to deprovision each of the
15218
+ # 256 IP addresses in the `/24` CIDR.
15200
15219
  # @return [String]
15201
15220
  #
15202
15221
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeprovisionPublicIpv4PoolCidrRequest AWS API Documentation
@@ -15648,8 +15667,8 @@ module Aws::EC2
15648
15667
  #
15649
15668
  # * `message` - The Zone message.
15650
15669
  #
15651
- # * `opt-in-status` - The opt-in status (`opted-in`, and
15652
- # `not-opted-in` \| `opt-in-not-required`).
15670
+ # * `opt-in-status` - The opt-in status (`opted-in` \| `not-opted-in`
15671
+ # \| `opt-in-not-required`).
15653
15672
  #
15654
15673
  # * `parent-zoneID` - The ID of the zone that handles some of the
15655
15674
  # Local Zone and Wavelength Zone control plane operations, such as
@@ -15669,13 +15688,12 @@ module Aws::EC2
15669
15688
  # `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
15670
15689
  # Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
15671
15690
  #
15672
- # * `zone-type` - The type of zone, for example, `local-zone`.
15673
- #
15674
15691
  # * `zone-name` - The name of the Availability Zone (for example,
15675
15692
  # `us-east-1a`), the Local Zone (for example, `us-west-2-lax-1a`),
15676
15693
  # or the Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
15677
15694
  #
15678
- # * `zone-type` - The type of zone, for example, `local-zone`.
15695
+ # * `zone-type` - The type of zone (`availability-zone` \|
15696
+ # `local-zone` \| `wavelength-zone`).
15679
15697
  # @return [Array<Types::Filter>]
15680
15698
  #
15681
15699
  # @!attribute [rw] zone_names
@@ -16208,16 +16226,22 @@ module Aws::EC2
16208
16226
  # @return [Array<String>]
16209
16227
  #
16210
16228
  # @!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.
16229
+ # The maximum number of items to return for this request. To get the
16230
+ # next page of items, make another request with the token returned in
16231
+ # the output. For more information, see [Pagination][1].
16214
16232
  #
16215
16233
  # Constraint: If the value is greater than 1000, we return only 1000
16216
16234
  # items.
16235
+ #
16236
+ #
16237
+ #
16238
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
16217
16239
  # @return [Integer]
16218
16240
  #
16219
16241
  # @!attribute [rw] next_token
16220
- # The token for the next page of results.
16242
+ # The token returned from a previous paginated request. Pagination
16243
+ # continues from the end of the items returned by the previous
16244
+ # request.
16221
16245
  # @return [String]
16222
16246
  #
16223
16247
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeClassicLinkInstancesRequest AWS API Documentation
@@ -16237,8 +16261,8 @@ module Aws::EC2
16237
16261
  # @return [Array<Types::ClassicLinkInstance>]
16238
16262
  #
16239
16263
  # @!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.
16264
+ # The token to include in another request to get the next page of
16265
+ # items. This value is `null` when there are no more items to return.
16242
16266
  # @return [String]
16243
16267
  #
16244
16268
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeClassicLinkInstancesResult AWS API Documentation
@@ -16760,13 +16784,19 @@ module Aws::EC2
16760
16784
  # @return [Boolean]
16761
16785
  #
16762
16786
  # @!attribute [rw] next_token
16763
- # The token for the next page of results.
16787
+ # The token returned from a previous paginated request. Pagination
16788
+ # continues from the end of the items returned by the previous
16789
+ # request.
16764
16790
  # @return [String]
16765
16791
  #
16766
16792
  # @!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.
16793
+ # The maximum number of items to return for this request. To get the
16794
+ # next page of items, make another request with the token returned in
16795
+ # the output. For more information, see [Pagination][1].
16796
+ #
16797
+ #
16798
+ #
16799
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
16770
16800
  # @return [Integer]
16771
16801
  #
16772
16802
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeDhcpOptionsRequest AWS API Documentation
@@ -16786,8 +16816,8 @@ module Aws::EC2
16786
16816
  # @return [Array<Types::DhcpOptions>]
16787
16817
  #
16788
16818
  # @!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.
16819
+ # The token to include in another request to get the next page of
16820
+ # items. This value is `null` when there are no more items to return.
16791
16821
  # @return [String]
16792
16822
  #
16793
16823
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeDhcpOptionsResult AWS API Documentation
@@ -16811,13 +16841,19 @@ module Aws::EC2
16811
16841
  # @return [Array<String>]
16812
16842
  #
16813
16843
  # @!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.
16844
+ # The maximum number of items to return for this request. To get the
16845
+ # next page of items, make another request with the token returned in
16846
+ # the output. For more information, see [Pagination][1].
16847
+ #
16848
+ #
16849
+ #
16850
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
16817
16851
  # @return [Integer]
16818
16852
  #
16819
16853
  # @!attribute [rw] next_token
16820
- # The token for the next page of results.
16854
+ # The token returned from a previous paginated request. Pagination
16855
+ # continues from the end of the items returned by the previous
16856
+ # request.
16821
16857
  # @return [String]
16822
16858
  #
16823
16859
  # @!attribute [rw] filters
@@ -16851,8 +16887,8 @@ module Aws::EC2
16851
16887
  # @return [Array<Types::EgressOnlyInternetGateway>]
16852
16888
  #
16853
16889
  # @!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.
16890
+ # The token to include in another request to get the next page of
16891
+ # items. This value is `null` when there are no more items to return.
16856
16892
  # @return [String]
16857
16893
  #
16858
16894
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeEgressOnlyInternetGatewaysResult AWS API Documentation
@@ -17043,14 +17079,19 @@ module Aws::EC2
17043
17079
  # @return [Array<Types::Filter>]
17044
17080
  #
17045
17081
  # @!attribute [rw] max_results
17046
- # The maximum number of results to return in a single call. To
17047
- # retrieve the remaining results, make another request with the
17048
- # returned NextToken value. If this parameter is not specified, then
17049
- # all results are returned.
17082
+ # The maximum number of items to return for this request. To get the
17083
+ # next page of items, make another request with the token returned in
17084
+ # the output. For more information, see [Pagination][1].
17085
+ #
17086
+ #
17087
+ #
17088
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
17050
17089
  # @return [Integer]
17051
17090
  #
17052
17091
  # @!attribute [rw] next_token
17053
- # The token for the next set of results.
17092
+ # The token returned from a previous paginated request. Pagination
17093
+ # continues from the end of the items returned by the previous
17094
+ # request.
17054
17095
  # @return [String]
17055
17096
  #
17056
17097
  # @!attribute [rw] dry_run
@@ -17078,8 +17119,8 @@ module Aws::EC2
17078
17119
  # @return [Array<Types::DescribeFastLaunchImagesSuccessItem>]
17079
17120
  #
17080
17121
  # @!attribute [rw] next_token
17081
- # The token to use for the next set of results. This value is null
17082
- # when there are no more results to return.
17122
+ # The token to include in another request to get the next page of
17123
+ # items. This value is `null` when there are no more items to return.
17083
17124
  # @return [String]
17084
17125
  #
17085
17126
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFastLaunchImagesResult AWS API Documentation
@@ -17115,8 +17156,9 @@ module Aws::EC2
17115
17156
  # @return [Types::FastLaunchLaunchTemplateSpecificationResponse]
17116
17157
  #
17117
17158
  # @!attribute [rw] max_parallel_launches
17118
- # The maximum number of parallel instances that are launched for
17119
- # creating resources.
17159
+ # The maximum number of instances that Amazon EC2 can launch at the
17160
+ # same time to create pre-provisioned snapshots for Windows faster
17161
+ # launching.
17120
17162
  # @return [Integer]
17121
17163
  #
17122
17164
  # @!attribute [rw] owner_id
@@ -17248,13 +17290,19 @@ module Aws::EC2
17248
17290
  # @return [Array<Types::Filter>]
17249
17291
  #
17250
17292
  # @!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.
17293
+ # The maximum number of items to return for this request. To get the
17294
+ # next page of items, make another request with the token returned in
17295
+ # the output. For more information, see [Pagination][1].
17296
+ #
17297
+ #
17298
+ #
17299
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
17254
17300
  # @return [Integer]
17255
17301
  #
17256
17302
  # @!attribute [rw] next_token
17257
- # The token for the next page of results.
17303
+ # The token returned from a previous paginated request. Pagination
17304
+ # continues from the end of the items returned by the previous
17305
+ # request.
17258
17306
  # @return [String]
17259
17307
  #
17260
17308
  # @!attribute [rw] dry_run
@@ -17280,8 +17328,8 @@ module Aws::EC2
17280
17328
  # @return [Array<Types::DescribeFastSnapshotRestoreSuccessItem>]
17281
17329
  #
17282
17330
  # @!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.
17331
+ # The token to include in another request to get the next page of
17332
+ # items. This value is `null` when there are no more items to return.
17285
17333
  # @return [String]
17286
17334
  #
17287
17335
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFastSnapshotRestoresResult AWS API Documentation
@@ -17350,14 +17398,19 @@ module Aws::EC2
17350
17398
  # @return [String]
17351
17399
  #
17352
17400
  # @!attribute [rw] max_results
17353
- # The maximum number of results to return in a single call. Specify a
17354
- # value between 1 and 1000. The default value is 1000. To retrieve the
17355
- # remaining results, make another call with the returned `NextToken`
17356
- # value.
17401
+ # The maximum number of items to return for this request. To get the
17402
+ # next page of items, make another request with the token returned in
17403
+ # the output. For more information, see [Pagination][1].
17404
+ #
17405
+ #
17406
+ #
17407
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
17357
17408
  # @return [Integer]
17358
17409
  #
17359
17410
  # @!attribute [rw] next_token
17360
- # The token for the next set of results.
17411
+ # The token returned from a previous paginated request. Pagination
17412
+ # continues from the end of the items returned by the previous
17413
+ # request.
17361
17414
  # @return [String]
17362
17415
  #
17363
17416
  # @!attribute [rw] fleet_id
@@ -17391,12 +17444,13 @@ module Aws::EC2
17391
17444
  # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). All records up to this time
17392
17445
  # were retrieved.
17393
17446
  #
17394
- # If `nextToken` indicates that there are more results, this value is
17447
+ # If `nextToken` indicates that there are more items, this value is
17395
17448
  # not present.
17396
17449
  # @return [Time]
17397
17450
  #
17398
17451
  # @!attribute [rw] next_token
17399
- # The token for the next set of results.
17452
+ # The token to include in another request to get the next page of
17453
+ # items. This value is `null` when there are no more items to return.
17400
17454
  # @return [String]
17401
17455
  #
17402
17456
  # @!attribute [rw] fleet_id
@@ -17428,14 +17482,19 @@ module Aws::EC2
17428
17482
  # @return [Boolean]
17429
17483
  #
17430
17484
  # @!attribute [rw] max_results
17431
- # The maximum number of results to return in a single call. Specify a
17432
- # value between 1 and 1000. The default value is 1000. To retrieve the
17433
- # remaining results, make another call with the returned `NextToken`
17434
- # value.
17485
+ # The maximum number of items to return for this request. To get the
17486
+ # next page of items, make another request with the token returned in
17487
+ # the output. For more information, see [Pagination][1].
17488
+ #
17489
+ #
17490
+ #
17491
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
17435
17492
  # @return [Integer]
17436
17493
  #
17437
17494
  # @!attribute [rw] next_token
17438
- # The token for the next set of results.
17495
+ # The token returned from a previous paginated request. Pagination
17496
+ # continues from the end of the items returned by the previous
17497
+ # request.
17439
17498
  # @return [String]
17440
17499
  #
17441
17500
  # @!attribute [rw] fleet_id
@@ -17468,7 +17527,8 @@ module Aws::EC2
17468
17527
  # @return [Array<Types::ActiveInstance>]
17469
17528
  #
17470
17529
  # @!attribute [rw] next_token
17471
- # The token for the next set of results.
17530
+ # The token to include in another request to get the next page of
17531
+ # items. This value is `null` when there are no more items to return.
17472
17532
  # @return [String]
17473
17533
  #
17474
17534
  # @!attribute [rw] fleet_id
@@ -17531,14 +17591,19 @@ module Aws::EC2
17531
17591
  # @return [Boolean]
17532
17592
  #
17533
17593
  # @!attribute [rw] max_results
17534
- # The maximum number of results to return in a single call. Specify a
17535
- # value between 1 and 1000. The default value is 1000. To retrieve the
17536
- # remaining results, make another call with the returned `NextToken`
17537
- # value.
17594
+ # The maximum number of items to return for this request. To get the
17595
+ # next page of items, make another request with the token returned in
17596
+ # the output. For more information, see [Pagination][1].
17597
+ #
17598
+ #
17599
+ #
17600
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
17538
17601
  # @return [Integer]
17539
17602
  #
17540
17603
  # @!attribute [rw] next_token
17541
- # The token for the next set of results.
17604
+ # The token returned from a previous paginated request. Pagination
17605
+ # continues from the end of the items returned by the previous
17606
+ # request.
17542
17607
  # @return [String]
17543
17608
  #
17544
17609
  # @!attribute [rw] fleet_ids
@@ -17584,7 +17649,8 @@ module Aws::EC2
17584
17649
  end
17585
17650
 
17586
17651
  # @!attribute [rw] next_token
17587
- # The token for the next set of results.
17652
+ # The token to include in another request to get the next page of
17653
+ # items. This value is `null` when there are no more items to return.
17588
17654
  # @return [String]
17589
17655
  #
17590
17656
  # @!attribute [rw] fleets
@@ -17643,13 +17709,18 @@ module Aws::EC2
17643
17709
  # @return [Array<String>]
17644
17710
  #
17645
17711
  # @!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.
17712
+ # The maximum number of items to return for this request. To get the
17713
+ # next page of items, make another request with the token returned in
17714
+ # the output. For more information, see [Pagination][1].
17715
+ #
17716
+ #
17717
+ #
17718
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
17649
17719
  # @return [Integer]
17650
17720
  #
17651
17721
  # @!attribute [rw] next_token
17652
- # The token for the next page of results.
17722
+ # The token to request the next page of items. Pagination continues
17723
+ # from the end of the items returned by the previous request.
17653
17724
  # @return [String]
17654
17725
  #
17655
17726
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFlowLogsRequest AWS API Documentation
@@ -17669,8 +17740,8 @@ module Aws::EC2
17669
17740
  # @return [Array<Types::FlowLog>]
17670
17741
  #
17671
17742
  # @!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.
17743
+ # The token to request the next page of items. This value is `null`
17744
+ # when there are no more items to return.
17674
17745
  # @return [String]
17675
17746
  #
17676
17747
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFlowLogsResult AWS API Documentation
@@ -18041,13 +18112,19 @@ module Aws::EC2
18041
18112
  # @return [Array<Types::Filter>]
18042
18113
  #
18043
18114
  # @!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.
18115
+ # The maximum number of items to return for this request. To get the
18116
+ # next page of items, make another request with the token returned in
18117
+ # the output. For more information, see [Pagination][1].
18118
+ #
18119
+ #
18120
+ #
18121
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18047
18122
  # @return [Integer]
18048
18123
  #
18049
18124
  # @!attribute [rw] next_token
18050
- # The token to request the next page of results.
18125
+ # The token returned from a previous paginated request. Pagination
18126
+ # continues from the end of the items returned by the previous
18127
+ # request.
18051
18128
  # @return [String]
18052
18129
  #
18053
18130
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIamInstanceProfileAssociationsRequest AWS API Documentation
@@ -18066,8 +18143,8 @@ module Aws::EC2
18066
18143
  # @return [Array<Types::IamInstanceProfileAssociation>]
18067
18144
  #
18068
18145
  # @!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.
18146
+ # The token to include in another request to get the next page of
18147
+ # items. This value is `null` when there are no more items to return.
18071
18148
  # @return [String]
18072
18149
  #
18073
18150
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIamInstanceProfileAssociationsResult AWS API Documentation
@@ -18337,13 +18414,19 @@ module Aws::EC2
18337
18414
  # @return [Boolean]
18338
18415
  #
18339
18416
  # @!attribute [rw] max_results
18340
- # The maximum number of results to return with a single call. To
18341
- # retrieve the remaining results, make another call with the returned
18342
- # `nextToken` value.
18417
+ # The maximum number of items to return for this request. To get the
18418
+ # next page of items, make another request with the token returned in
18419
+ # the output. For more information, see [Pagination][1].
18420
+ #
18421
+ #
18422
+ #
18423
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18343
18424
  # @return [Integer]
18344
18425
  #
18345
18426
  # @!attribute [rw] next_token
18346
- # The token for the next page of results.
18427
+ # The token returned from a previous paginated request. Pagination
18428
+ # continues from the end of the items returned by the previous
18429
+ # request.
18347
18430
  # @return [String]
18348
18431
  #
18349
18432
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImagesRequest AWS API Documentation
@@ -18366,8 +18449,8 @@ module Aws::EC2
18366
18449
  # @return [Array<Types::Image>]
18367
18450
  #
18368
18451
  # @!attribute [rw] next_token
18369
- # The token to use to retrieve the next page of results. This value is
18370
- # `null` when there are no more results to return.
18452
+ # The token to include in another request to get the next page of
18453
+ # items. This value is `null` when there are no more items to return.
18371
18454
  # @return [String]
18372
18455
  #
18373
18456
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImagesResult AWS API Documentation
@@ -18541,15 +18624,22 @@ module Aws::EC2
18541
18624
  # @return [Array<String>]
18542
18625
  #
18543
18626
  # @!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.
18627
+ # The maximum number of items to return for this request. To get the
18628
+ # next page of items, make another request with the token returned in
18629
+ # the output. For more information, see [Pagination][1].
18630
+ #
18631
+ # You cannot specify this parameter and the instance IDs parameter in
18632
+ # the same call.
18633
+ #
18634
+ #
18635
+ #
18636
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18549
18637
  # @return [Integer]
18550
18638
  #
18551
18639
  # @!attribute [rw] next_token
18552
- # The token to retrieve the next page of results.
18640
+ # The token returned from a previous paginated request. Pagination
18641
+ # continues from the end of the items returned by the previous
18642
+ # request.
18553
18643
  # @return [String]
18554
18644
  #
18555
18645
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceCreditSpecificationsRequest AWS API Documentation
@@ -18569,8 +18659,8 @@ module Aws::EC2
18569
18659
  # @return [Array<Types::InstanceCreditSpecification>]
18570
18660
  #
18571
18661
  # @!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.
18662
+ # The token to include in another request to get the next page of
18663
+ # items. This value is `null` when there are no more items to return.
18574
18664
  # @return [String]
18575
18665
  #
18576
18666
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceCreditSpecificationsResult AWS API Documentation
@@ -18760,15 +18850,22 @@ module Aws::EC2
18760
18850
  # @return [Array<String>]
18761
18851
  #
18762
18852
  # @!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
18766
- # specify this parameter and the instance IDs parameter in the same
18767
- # call.
18853
+ # The maximum number of items to return for this request. To get the
18854
+ # next page of items, make another request with the token returned in
18855
+ # the output. For more information, see [Pagination][1].
18856
+ #
18857
+ # You cannot specify this parameter and the instance IDs parameter in
18858
+ # the same request.
18859
+ #
18860
+ #
18861
+ #
18862
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18768
18863
  # @return [Integer]
18769
18864
  #
18770
18865
  # @!attribute [rw] next_token
18771
- # The token to retrieve the next page of results.
18866
+ # The token returned from a previous paginated request. Pagination
18867
+ # continues from the end of the items returned by the previous
18868
+ # request.
18772
18869
  # @return [String]
18773
18870
  #
18774
18871
  # @!attribute [rw] dry_run
@@ -18803,8 +18900,8 @@ module Aws::EC2
18803
18900
  # @return [Array<Types::InstanceStatus>]
18804
18901
  #
18805
18902
  # @!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.
18903
+ # The token to include in another request to get the next page of
18904
+ # items. This value is `null` when there are no more items to return.
18808
18905
  # @return [String]
18809
18906
  #
18810
18907
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceStatusResult AWS API Documentation
@@ -18838,13 +18935,19 @@ module Aws::EC2
18838
18935
  # @return [Array<Types::Filter>]
18839
18936
  #
18840
18937
  # @!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.
18938
+ # The maximum number of items to return for this request. To get the
18939
+ # next page of items, make another request with the token returned in
18940
+ # the output. For more information, see [Pagination][1].
18941
+ #
18942
+ #
18943
+ #
18944
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
18844
18945
  # @return [Integer]
18845
18946
  #
18846
18947
  # @!attribute [rw] next_token
18847
- # The token to retrieve the next page of results.
18948
+ # The token returned from a previous paginated request. Pagination
18949
+ # continues from the end of the items returned by the previous
18950
+ # request.
18848
18951
  # @return [String]
18849
18952
  #
18850
18953
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypeOfferingsRequest AWS API Documentation
@@ -18864,8 +18967,8 @@ module Aws::EC2
18864
18967
  # @return [Array<Types::InstanceTypeOffering>]
18865
18968
  #
18866
18969
  # @!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.
18970
+ # The token to include in another request to get the next page of
18971
+ # items. This value is `null` when there are no more items to return.
18869
18972
  # @return [String]
18870
18973
  #
18871
18974
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypeOfferingsResult AWS API Documentation
@@ -19044,13 +19147,19 @@ module Aws::EC2
19044
19147
  # @return [Array<Types::Filter>]
19045
19148
  #
19046
19149
  # @!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.
19150
+ # The maximum number of items to return for this request. To get the
19151
+ # next page of items, make another request with the token returned in
19152
+ # the output. For more information, see [Pagination][1].
19153
+ #
19154
+ #
19155
+ #
19156
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
19050
19157
  # @return [Integer]
19051
19158
  #
19052
19159
  # @!attribute [rw] next_token
19053
- # The token to retrieve the next page of results.
19160
+ # The token returned from a previous paginated request. Pagination
19161
+ # continues from the end of the items returned by the previous
19162
+ # request.
19054
19163
  # @return [String]
19055
19164
  #
19056
19165
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypesRequest AWS API Documentation
@@ -19075,8 +19184,8 @@ module Aws::EC2
19075
19184
  # @return [Array<Types::InstanceTypeInfo>]
19076
19185
  #
19077
19186
  # @!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.
19187
+ # The token to include in another request to get the next page of
19188
+ # items. This value is `null` when there are no more items to return.
19080
19189
  # @return [String]
19081
19190
  #
19082
19191
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypesResult AWS API Documentation
@@ -19398,15 +19507,22 @@ module Aws::EC2
19398
19507
  # @return [Boolean]
19399
19508
  #
19400
19509
  # @!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.
19510
+ # The maximum number of items to return for this request. To get the
19511
+ # next page of items, make another request with the token returned in
19512
+ # the output. For more information, see [Pagination][1].
19513
+ #
19514
+ # You cannot specify this parameter and the instance IDs parameter in
19515
+ # the same request.
19516
+ #
19517
+ #
19518
+ #
19519
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
19406
19520
  # @return [Integer]
19407
19521
  #
19408
19522
  # @!attribute [rw] next_token
19409
- # The token to request the next page of results.
19523
+ # The token returned from a previous paginated request. Pagination
19524
+ # continues from the end of the items returned by the previous
19525
+ # request.
19410
19526
  # @return [String]
19411
19527
  #
19412
19528
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstancesRequest AWS API Documentation
@@ -19426,8 +19542,8 @@ module Aws::EC2
19426
19542
  # @return [Array<Types::Reservation>]
19427
19543
  #
19428
19544
  # @!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.
19545
+ # The token to include in another request to get the next page of
19546
+ # items. This value is `null` when there are no more items to return.
19431
19547
  # @return [String]
19432
19548
  #
19433
19549
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstancesResult AWS API Documentation
@@ -19478,13 +19594,19 @@ module Aws::EC2
19478
19594
  # @return [Array<String>]
19479
19595
  #
19480
19596
  # @!attribute [rw] next_token
19481
- # The token for the next page of results.
19597
+ # The token returned from a previous paginated request. Pagination
19598
+ # continues from the end of the items returned by the previous
19599
+ # request.
19482
19600
  # @return [String]
19483
19601
  #
19484
19602
  # @!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.
19603
+ # The maximum number of items to return for this request. To get the
19604
+ # next page of items, make another request with the token returned in
19605
+ # the output. For more information, see [Pagination][1].
19606
+ #
19607
+ #
19608
+ #
19609
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
19488
19610
  # @return [Integer]
19489
19611
  #
19490
19612
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInternetGatewaysRequest AWS API Documentation
@@ -19504,8 +19626,8 @@ module Aws::EC2
19504
19626
  # @return [Array<Types::InternetGateway>]
19505
19627
  #
19506
19628
  # @!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.
19629
+ # The token to include in another request to get the next page of
19630
+ # items. This value is `null` when there are no more items to return.
19509
19631
  # @return [String]
19510
19632
  #
19511
19633
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInternetGatewaysResult AWS API Documentation
@@ -20738,9 +20860,13 @@ module Aws::EC2
20738
20860
  # @return [Array<Types::Filter>]
20739
20861
  #
20740
20862
  # @!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.
20863
+ # The maximum number of items to return for this request. To get the
20864
+ # next page of items, make another request with the token returned in
20865
+ # the output. For more information, see [Pagination][1].
20866
+ #
20867
+ #
20868
+ #
20869
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
20744
20870
  # @return [Integer]
20745
20871
  #
20746
20872
  # @!attribute [rw] nat_gateway_ids
@@ -20748,7 +20874,9 @@ module Aws::EC2
20748
20874
  # @return [Array<String>]
20749
20875
  #
20750
20876
  # @!attribute [rw] next_token
20751
- # The token for the next page of results.
20877
+ # The token returned from a previous paginated request. Pagination
20878
+ # continues from the end of the items returned by the previous
20879
+ # request.
20752
20880
  # @return [String]
20753
20881
  #
20754
20882
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNatGatewaysRequest AWS API Documentation
@@ -20768,8 +20896,8 @@ module Aws::EC2
20768
20896
  # @return [Array<Types::NatGateway>]
20769
20897
  #
20770
20898
  # @!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.
20899
+ # The token to include in another request to get the next page of
20900
+ # items. This value is `null` when there are no more items to return.
20773
20901
  # @return [String]
20774
20902
  #
20775
20903
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNatGatewaysResult AWS API Documentation
@@ -20854,13 +20982,19 @@ module Aws::EC2
20854
20982
  # @return [Array<String>]
20855
20983
  #
20856
20984
  # @!attribute [rw] next_token
20857
- # The token for the next page of results.
20985
+ # The token returned from a previous paginated request. Pagination
20986
+ # continues from the end of the items returned by the previous
20987
+ # request.
20858
20988
  # @return [String]
20859
20989
  #
20860
20990
  # @!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.
20991
+ # The maximum number of items to return for this request. To get the
20992
+ # next page of items, make another request with the token returned in
20993
+ # the output. For more information, see [Pagination][1].
20994
+ #
20995
+ #
20996
+ #
20997
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
20864
20998
  # @return [Integer]
20865
20999
  #
20866
21000
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkAclsRequest AWS API Documentation
@@ -20880,8 +21014,8 @@ module Aws::EC2
20880
21014
  # @return [Array<Types::NetworkAcl>]
20881
21015
  #
20882
21016
  # @!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.
21017
+ # The token to include in another request to get the next page of
21018
+ # items. This value is `null` when there are no more items to return.
20885
21019
  # @return [String]
20886
21020
  #
20887
21021
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkAclsResult AWS API Documentation
@@ -21248,14 +21382,20 @@ module Aws::EC2
21248
21382
  # @return [Array<Types::Filter>]
21249
21383
  #
21250
21384
  # @!attribute [rw] next_token
21251
- # The token to request the next page of results.
21385
+ # The token returned from a previous paginated request. Pagination
21386
+ # continues from the end of the items returned by the previous
21387
+ # request.
21252
21388
  # @return [String]
21253
21389
  #
21254
21390
  # @!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.
21391
+ # The maximum number of items to return for this request. To get the
21392
+ # next page of items, make another request with the token returned in
21393
+ # the output. If this parameter is not specified, up to 50 results are
21394
+ # returned by default. For more information, see [Pagination][1].
21395
+ #
21396
+ #
21397
+ #
21398
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21259
21399
  # @return [Integer]
21260
21400
  #
21261
21401
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacePermissionsRequest AWS API Documentation
@@ -21276,7 +21416,8 @@ module Aws::EC2
21276
21416
  # @return [Array<Types::NetworkInterfacePermission>]
21277
21417
  #
21278
21418
  # @!attribute [rw] next_token
21279
- # The token to use to retrieve the next page of results.
21419
+ # The token to include in another request to get the next page of
21420
+ # items. This value is `null` when there are no more items to return.
21280
21421
  # @return [String]
21281
21422
  #
21282
21423
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacePermissionsResult AWS API Documentation
@@ -21424,14 +21565,21 @@ module Aws::EC2
21424
21565
  # @return [Array<String>]
21425
21566
  #
21426
21567
  # @!attribute [rw] next_token
21427
- # The token to retrieve the next page of results.
21568
+ # The token returned from a previous paginated request. Pagination
21569
+ # continues from the end of the items returned by the previous
21570
+ # request.
21428
21571
  # @return [String]
21429
21572
  #
21430
21573
  # @!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.
21574
+ # The maximum number of items to return for this request. To get the
21575
+ # next page of items, make another request with the token returned in
21576
+ # the output. You cannot specify this parameter and the network
21577
+ # interface IDs parameter in the same request. For more information,
21578
+ # see [Pagination][1].
21579
+ #
21580
+ #
21581
+ #
21582
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21435
21583
  # @return [Integer]
21436
21584
  #
21437
21585
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesRequest AWS API Documentation
@@ -21446,15 +21594,13 @@ module Aws::EC2
21446
21594
  include Aws::Structure
21447
21595
  end
21448
21596
 
21449
- # Contains the output of DescribeNetworkInterfaces.
21450
- #
21451
21597
  # @!attribute [rw] network_interfaces
21452
21598
  # Information about one or more network interfaces.
21453
21599
  # @return [Array<Types::NetworkInterface>]
21454
21600
  #
21455
21601
  # @!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.
21602
+ # The token to include in another request to get the next page of
21603
+ # items. This value is `null` when there are no more items to return.
21458
21604
  # @return [String]
21459
21605
  #
21460
21606
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesResult AWS API Documentation
@@ -21776,13 +21922,19 @@ module Aws::EC2
21776
21922
  # @return [Array<Types::Filter>]
21777
21923
  #
21778
21924
  # @!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.
21925
+ # The maximum number of items to return for this request. To get the
21926
+ # next page of items, make another request with the token returned in
21927
+ # the output. For more information, see [Pagination][1].
21928
+ #
21929
+ #
21930
+ #
21931
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21782
21932
  # @return [Integer]
21783
21933
  #
21784
21934
  # @!attribute [rw] next_token
21785
- # The token for the next page of results.
21935
+ # The token returned from a previous paginated request. Pagination
21936
+ # continues from the end of the items returned by the previous
21937
+ # request.
21786
21938
  # @return [String]
21787
21939
  #
21788
21940
  # @!attribute [rw] dry_run
@@ -21809,8 +21961,8 @@ module Aws::EC2
21809
21961
  # @return [Array<Types::ReplaceRootVolumeTask>]
21810
21962
  #
21811
21963
  # @!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.
21964
+ # The token to include in another request to get the next page of
21965
+ # items. This value is `null` when there are no more items to return.
21814
21966
  # @return [String]
21815
21967
  #
21816
21968
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeReplaceRootVolumeTasksResult AWS API Documentation
@@ -22327,13 +22479,19 @@ module Aws::EC2
22327
22479
  # @return [Array<String>]
22328
22480
  #
22329
22481
  # @!attribute [rw] next_token
22330
- # The token for the next page of results.
22482
+ # The token returned from a previous paginated request. Pagination
22483
+ # continues from the end of the items returned by the previous
22484
+ # request.
22331
22485
  # @return [String]
22332
22486
  #
22333
22487
  # @!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.
22488
+ # The maximum number of items to return for this request. To get the
22489
+ # next page of items, make another request with the token returned in
22490
+ # the output. For more information, see [Pagination][1].
22491
+ #
22492
+ #
22493
+ #
22494
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22337
22495
  # @return [Integer]
22338
22496
  #
22339
22497
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRouteTablesRequest AWS API Documentation
@@ -22355,8 +22513,8 @@ module Aws::EC2
22355
22513
  # @return [Array<Types::RouteTable>]
22356
22514
  #
22357
22515
  # @!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.
22516
+ # The token to include in another request to get the next page of
22517
+ # items. This value is `null` when there are no more items to return.
22360
22518
  # @return [String]
22361
22519
  #
22362
22520
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRouteTablesResult AWS API Documentation
@@ -22590,14 +22748,21 @@ module Aws::EC2
22590
22748
  # @return [Boolean]
22591
22749
  #
22592
22750
  # @!attribute [rw] next_token
22593
- # The token for the next page of results.
22751
+ # The token returned from a previous paginated request. Pagination
22752
+ # continues from the end of the items returned by the previous
22753
+ # request.
22594
22754
  # @return [String]
22595
22755
  #
22596
22756
  # @!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.
22757
+ # The maximum number of items to return for this request. To get the
22758
+ # next page of items, make another request with the token returned in
22759
+ # the output. This value can be between 5 and 1000. If this parameter
22760
+ # is not specified, then all items are returned. For more information,
22761
+ # see [Pagination][1].
22762
+ #
22763
+ #
22764
+ #
22765
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22601
22766
  # @return [Integer]
22602
22767
  #
22603
22768
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesRequest AWS API Documentation
@@ -22617,8 +22782,8 @@ module Aws::EC2
22617
22782
  # @return [Array<Types::SecurityGroupRule>]
22618
22783
  #
22619
22784
  # @!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.
22785
+ # The token to include in another request to get the next page of
22786
+ # items. This value is `null` when there are no more items to return.
22622
22787
  # @return [String]
22623
22788
  #
22624
22789
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesResult AWS API Documentation
@@ -22740,14 +22905,21 @@ module Aws::EC2
22740
22905
  # @return [Boolean]
22741
22906
  #
22742
22907
  # @!attribute [rw] next_token
22743
- # The token to request the next page of results.
22908
+ # The token returned from a previous paginated request. Pagination
22909
+ # continues from the end of the items returned by the previous
22910
+ # request.
22744
22911
  # @return [String]
22745
22912
  #
22746
22913
  # @!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.
22914
+ # The maximum number of items to return for this request. To get the
22915
+ # next page of items, make another request with the token returned in
22916
+ # the output. This value can be between 5 and 1000. If this parameter
22917
+ # is not specified, then all items are returned. For more information,
22918
+ # see [Pagination][1].
22919
+ #
22920
+ #
22921
+ #
22922
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22751
22923
  # @return [Integer]
22752
22924
  #
22753
22925
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupsRequest AWS API Documentation
@@ -22768,8 +22940,8 @@ module Aws::EC2
22768
22940
  # @return [Array<Types::SecurityGroup>]
22769
22941
  #
22770
22942
  # @!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.
22943
+ # The token to include in another request to get the next page of
22944
+ # items. This value is `null` when there are no more items to return.
22773
22945
  # @return [String]
22774
22946
  #
22775
22947
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupsResult AWS API Documentation
@@ -22852,13 +23024,19 @@ module Aws::EC2
22852
23024
  # @return [Boolean]
22853
23025
  #
22854
23026
  # @!attribute [rw] next_token
22855
- # The token for the next page of results.
23027
+ # The token returned from a previous paginated request. Pagination
23028
+ # continues from the end of the items returned by the previous
23029
+ # request.
22856
23030
  # @return [String]
22857
23031
  #
22858
23032
  # @!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.
23033
+ # The maximum number of items to return for this request. To get the
23034
+ # next page of items, make another request with the token returned in
23035
+ # the output. For more information, see [Pagination][1].
23036
+ #
23037
+ #
23038
+ #
23039
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22862
23040
  # @return [Integer]
22863
23041
  #
22864
23042
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSnapshotTierStatusRequest AWS API Documentation
@@ -22877,8 +23055,8 @@ module Aws::EC2
22877
23055
  # @return [Array<Types::SnapshotTierStatus>]
22878
23056
  #
22879
23057
  # @!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.
23058
+ # The token to include in another request to get the next page of
23059
+ # items. This value is `null` when there are no more items to return.
22882
23060
  # @return [String]
22883
23061
  #
22884
23062
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSnapshotTierStatusResult AWS API Documentation
@@ -22936,26 +23114,22 @@ module Aws::EC2
22936
23114
  # @return [Array<Types::Filter>]
22937
23115
  #
22938
23116
  # @!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.
23117
+ # The maximum number of snapshots to return for this request. This
23118
+ # value can be between 5 and 1,000; if this value is larger than
23119
+ # 1,000, only 1,000 results are returned. If this parameter is not
23120
+ # used, then the request returns all snapshots. You cannot specify
23121
+ # this parameter and the snapshot IDs parameter in the same request.
23122
+ # For more information, see [Pagination][1].
23123
+ #
23124
+ #
23125
+ #
23126
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22950
23127
  # @return [Integer]
22951
23128
  #
22952
23129
  # @!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.
23130
+ # The token returned from a previous paginated request. Pagination
23131
+ # continues from the end of the items returned by the previous
23132
+ # request.
22959
23133
  # @return [String]
22960
23134
  #
22961
23135
  # @!attribute [rw] owner_ids
@@ -23002,10 +23176,8 @@ module Aws::EC2
23002
23176
  # @return [Array<Types::Snapshot>]
23003
23177
  #
23004
23178
  # @!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
23179
+ # The token to include in another request to return the next page of
23180
+ # snapshots. This value is `null` when there are no more snapshots to
23009
23181
  # return.
23010
23182
  # @return [String]
23011
23183
  #
@@ -23059,14 +23231,18 @@ module Aws::EC2
23059
23231
  # @return [Boolean]
23060
23232
  #
23061
23233
  # @!attribute [rw] max_results
23062
- # The maximum number of results to return in a single call. Specify a
23063
- # value between 1 and 1000. The default value is 1000. To retrieve the
23064
- # remaining results, make another call with the returned `NextToken`
23065
- # value.
23234
+ # The maximum number of items to return for this request. To get the
23235
+ # next page of items, make another request with the token returned in
23236
+ # the output. For more information, see [Pagination][1].
23237
+ #
23238
+ #
23239
+ #
23240
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23066
23241
  # @return [Integer]
23067
23242
  #
23068
23243
  # @!attribute [rw] next_token
23069
- # The token for the next set of results.
23244
+ # The token to include in another request to get the next page of
23245
+ # items. This value is `null` when there are no more items to return.
23070
23246
  # @return [String]
23071
23247
  #
23072
23248
  # @!attribute [rw] spot_fleet_request_id
@@ -23092,8 +23268,8 @@ module Aws::EC2
23092
23268
  # @return [Array<Types::ActiveInstance>]
23093
23269
  #
23094
23270
  # @!attribute [rw] next_token
23095
- # The token required to retrieve the next set of results. This value
23096
- # is `null` when there are no more results to return.
23271
+ # The token to include in another request to get the next page of
23272
+ # items. This value is `null` when there are no more items to return.
23097
23273
  # @return [String]
23098
23274
  #
23099
23275
  # @!attribute [rw] spot_fleet_request_id
@@ -23125,14 +23301,18 @@ module Aws::EC2
23125
23301
  # @return [String]
23126
23302
  #
23127
23303
  # @!attribute [rw] max_results
23128
- # The maximum number of results to return in a single call. Specify a
23129
- # value between 1 and 1000. The default value is 1000. To retrieve the
23130
- # remaining results, make another call with the returned `NextToken`
23131
- # value.
23304
+ # The maximum number of items to return for this request. To get the
23305
+ # next page of items, make another request with the token returned in
23306
+ # the output. For more information, see [Pagination][1].
23307
+ #
23308
+ #
23309
+ #
23310
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23132
23311
  # @return [Integer]
23133
23312
  #
23134
23313
  # @!attribute [rw] next_token
23135
- # The token for the next set of results.
23314
+ # The token to include in another request to get the next page of
23315
+ # items. This value is `null` when there are no more items to return.
23136
23316
  # @return [String]
23137
23317
  #
23138
23318
  # @!attribute [rw] spot_fleet_request_id
@@ -23169,13 +23349,13 @@ module Aws::EC2
23169
23349
  # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). All records up to this time
23170
23350
  # were retrieved.
23171
23351
  #
23172
- # If `nextToken` indicates that there are more results, this value is
23352
+ # If `nextToken` indicates that there are more items, this value is
23173
23353
  # not present.
23174
23354
  # @return [Time]
23175
23355
  #
23176
23356
  # @!attribute [rw] next_token
23177
- # The token required to retrieve the next set of results. This value
23178
- # is `null` when there are no more results to return.
23357
+ # The token to include in another request to get the next page of
23358
+ # items. This value is `null` when there are no more items to return.
23179
23359
  # @return [String]
23180
23360
  #
23181
23361
  # @!attribute [rw] spot_fleet_request_id
@@ -23209,14 +23389,18 @@ module Aws::EC2
23209
23389
  # @return [Boolean]
23210
23390
  #
23211
23391
  # @!attribute [rw] max_results
23212
- # The maximum number of results to return in a single call. Specify a
23213
- # value between 1 and 1000. The default value is 1000. To retrieve the
23214
- # remaining results, make another call with the returned `NextToken`
23215
- # value.
23392
+ # The maximum number of items to return for this request. To get the
23393
+ # next page of items, make another request with the token returned in
23394
+ # the output. For more information, see [Pagination][1].
23395
+ #
23396
+ #
23397
+ #
23398
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23216
23399
  # @return [Integer]
23217
23400
  #
23218
23401
  # @!attribute [rw] next_token
23219
- # The token for the next set of results.
23402
+ # The token to include in another request to get the next page of
23403
+ # items. This value is `null` when there are no more items to return.
23220
23404
  # @return [String]
23221
23405
  #
23222
23406
  # @!attribute [rw] spot_fleet_request_ids
@@ -23237,8 +23421,8 @@ module Aws::EC2
23237
23421
  # Contains the output of DescribeSpotFleetRequests.
23238
23422
  #
23239
23423
  # @!attribute [rw] next_token
23240
- # The token required to retrieve the next set of results. This value
23241
- # is `null` when there are no more results to return.
23424
+ # The token to include in another request to get the next page of
23425
+ # items. This value is `null` when there are no more items to return.
23242
23426
  # @return [String]
23243
23427
  #
23244
23428
  # @!attribute [rw] spot_fleet_request_configs
@@ -23391,14 +23575,19 @@ module Aws::EC2
23391
23575
  # @return [Array<String>]
23392
23576
  #
23393
23577
  # @!attribute [rw] next_token
23394
- # The token to request the next set of results. This value is `null`
23395
- # when there are no more results to return.
23578
+ # The token returned from a previous paginated request. Pagination
23579
+ # continues from the end of the items returned by the previous
23580
+ # request.
23396
23581
  # @return [String]
23397
23582
  #
23398
23583
  # @!attribute [rw] max_results
23399
- # The maximum number of results to return in a single call. Specify a
23400
- # value between 5 and 1000. To retrieve the remaining results, make
23401
- # another call with the returned `NextToken` value.
23584
+ # The maximum number of items to return for this request. To get the
23585
+ # next page of items, make another request with the token returned in
23586
+ # the output. For more information, see [Pagination][1].
23587
+ #
23588
+ #
23589
+ #
23590
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23402
23591
  # @return [Integer]
23403
23592
  #
23404
23593
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSpotInstanceRequestsRequest AWS API Documentation
@@ -23420,8 +23609,8 @@ module Aws::EC2
23420
23609
  # @return [Array<Types::SpotInstanceRequest>]
23421
23610
  #
23422
23611
  # @!attribute [rw] next_token
23423
- # The token to use to retrieve the next set of results. This value is
23424
- # `null` when there are no more results to return.
23612
+ # The token to include in another request to get the next page of
23613
+ # items. This value is `null` when there are no more items to return.
23425
23614
  # @return [String]
23426
23615
  #
23427
23616
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSpotInstanceRequestsResult AWS API Documentation
@@ -23481,14 +23670,19 @@ module Aws::EC2
23481
23670
  # @return [Array<String>]
23482
23671
  #
23483
23672
  # @!attribute [rw] max_results
23484
- # The maximum number of results to return in a single call. Specify a
23485
- # value between 1 and 1000. The default value is 1000. To retrieve the
23486
- # remaining results, make another call with the returned `NextToken`
23487
- # value.
23673
+ # The maximum number of items to return for this request. To get the
23674
+ # next page of items, make another request with the token returned in
23675
+ # the output. For more information, see [Pagination][1].
23676
+ #
23677
+ #
23678
+ #
23679
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23488
23680
  # @return [Integer]
23489
23681
  #
23490
23682
  # @!attribute [rw] next_token
23491
- # The token for the next set of results.
23683
+ # The token returned from a previous paginated request. Pagination
23684
+ # continues from the end of the items returned by the previous
23685
+ # request.
23492
23686
  # @return [String]
23493
23687
  #
23494
23688
  # @!attribute [rw] product_descriptions
@@ -23520,8 +23714,8 @@ module Aws::EC2
23520
23714
  # Contains the output of DescribeSpotPriceHistory.
23521
23715
  #
23522
23716
  # @!attribute [rw] next_token
23523
- # The token required to retrieve the next set of results. This value
23524
- # is null or an empty string when there are no more results to return.
23717
+ # The token to include in another request to get the next page of
23718
+ # items. This value is `null` when there are no more items to return.
23525
23719
  # @return [String]
23526
23720
  #
23527
23721
  # @!attribute [rw] spot_price_history
@@ -23545,14 +23739,19 @@ module Aws::EC2
23545
23739
  # @return [Boolean]
23546
23740
  #
23547
23741
  # @!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.
23742
+ # The maximum number of items to return for this request. To get the
23743
+ # next page of items, make another request with the token returned in
23744
+ # the output. For more information, see [Pagination][1].
23745
+ #
23746
+ #
23747
+ #
23748
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23551
23749
  # @return [Integer]
23552
23750
  #
23553
23751
  # @!attribute [rw] next_token
23554
- # The token for the next set of items to return. (You received this
23555
- # token from a prior call.)
23752
+ # The token returned from a previous paginated request. Pagination
23753
+ # continues from the end of the items returned by the previous
23754
+ # request.
23556
23755
  # @return [String]
23557
23756
  #
23558
23757
  # @!attribute [rw] vpc_id
@@ -23571,8 +23770,9 @@ module Aws::EC2
23571
23770
  end
23572
23771
 
23573
23772
  # @!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.
23773
+ # The token to include in another request to get the next page of
23774
+ # items. If there are no additional items to return, the string is
23775
+ # empty.
23576
23776
  # @return [String]
23577
23777
  #
23578
23778
  # @!attribute [rw] stale_security_group_set
@@ -23611,15 +23811,22 @@ module Aws::EC2
23611
23811
  # @return [Array<Types::Filter>]
23612
23812
  #
23613
23813
  # @!attribute [rw] next_token
23614
- # The token for the next page of results.
23814
+ # The token returned from a previous paginated request. Pagination
23815
+ # continues from the end of the items returned by the previous
23816
+ # request.
23615
23817
  # @return [String]
23616
23818
  #
23617
23819
  # @!attribute [rw] max_results
23618
- # The maximum number of results to return in a single call. To
23619
- # retrieve the remaining results, make another call with the returned
23620
- # `NextToken` value. This value can be between 1 and 200. You cannot
23621
- # specify this parameter and the `ImageIDs` parameter in the same
23622
- # call.
23820
+ # The maximum number of items to return for this request. To get the
23821
+ # next page of items, make another request with the token returned in
23822
+ # the output. For more information, see [Pagination][1].
23823
+ #
23824
+ # You cannot specify this parameter and the `ImageIDs` parameter in
23825
+ # the same call.
23826
+ #
23827
+ #
23828
+ #
23829
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23623
23830
  # @return [Integer]
23624
23831
  #
23625
23832
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeStoreImageTasksRequest AWS API Documentation
@@ -23639,8 +23846,8 @@ module Aws::EC2
23639
23846
  # @return [Array<Types::StoreImageTaskResult>]
23640
23847
  #
23641
23848
  # @!attribute [rw] next_token
23642
- # The token to use to retrieve the next page of results. This value is
23643
- # `null` when there are no more results to return.
23849
+ # The token to include in another request to get the next page of
23850
+ # items. This value is `null` when there are no more items to return.
23644
23851
  # @return [String]
23645
23852
  #
23646
23853
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeStoreImageTasksResult AWS API Documentation
@@ -23757,13 +23964,19 @@ module Aws::EC2
23757
23964
  # @return [Boolean]
23758
23965
  #
23759
23966
  # @!attribute [rw] next_token
23760
- # The token for the next page of results.
23967
+ # The token returned from a previous paginated request. Pagination
23968
+ # continues from the end of the items returned by the previous
23969
+ # request.
23761
23970
  # @return [String]
23762
23971
  #
23763
23972
  # @!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.
23973
+ # The maximum number of items to return for this request. To get the
23974
+ # next page of items, make another request with the token returned in
23975
+ # the output. For more information, see [Pagination][1].
23976
+ #
23977
+ #
23978
+ #
23979
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23767
23980
  # @return [Integer]
23768
23981
  #
23769
23982
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSubnetsRequest AWS API Documentation
@@ -23783,8 +23996,8 @@ module Aws::EC2
23783
23996
  # @return [Array<Types::Subnet>]
23784
23997
  #
23785
23998
  # @!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.
23999
+ # The token to include in another request to get the next page of
24000
+ # items. This value is `null` when there are no more items to return.
23788
24001
  # @return [String]
23789
24002
  #
23790
24003
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSubnetsResult AWS API Documentation
@@ -23830,13 +24043,20 @@ module Aws::EC2
23830
24043
  # @return [Array<Types::Filter>]
23831
24044
  #
23832
24045
  # @!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.
24046
+ # The maximum number of items to return for this request. This value
24047
+ # can be between 5 and 1000. To get the next page of items, make
24048
+ # another request with the token returned in the output. For more
24049
+ # information, see [Pagination][1].
24050
+ #
24051
+ #
24052
+ #
24053
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23836
24054
  # @return [Integer]
23837
24055
  #
23838
24056
  # @!attribute [rw] next_token
23839
- # The token to retrieve the next page of results.
24057
+ # The token returned from a previous paginated request. Pagination
24058
+ # continues from the end of the items returned by the previous
24059
+ # request.
23840
24060
  # @return [String]
23841
24061
  #
23842
24062
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTagsRequest AWS API Documentation
@@ -23851,8 +24071,8 @@ module Aws::EC2
23851
24071
  end
23852
24072
 
23853
24073
  # @!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.
24074
+ # The token to include in another request to get the next page of
24075
+ # items. This value is `null` when there are no more items to return.
23856
24076
  # @return [String]
23857
24077
  #
23858
24078
  # @!attribute [rw] tags
@@ -25201,23 +25421,23 @@ module Aws::EC2
25201
25421
  # @return [Array<Types::Filter>]
25202
25422
  #
25203
25423
  # @!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.
25424
+ # The maximum number of items to return for this request. To get the
25425
+ # next page of items, make another request with the token returned in
25426
+ # the output. This value can be between 5 and 1,000; if the value is
25427
+ # larger than 1,000, only 1,000 results are returned. If this
25428
+ # parameter is not used, then all items are returned. You cannot
25429
+ # specify this parameter and the volume IDs parameter in the same
25430
+ # request. For more information, see [Pagination][1].
25431
+ #
25432
+ #
25433
+ #
25434
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25214
25435
  # @return [Integer]
25215
25436
  #
25216
25437
  # @!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.
25438
+ # The token returned from a previous paginated request. Pagination
25439
+ # continues from the end of the items returned by the previous
25440
+ # request.
25221
25441
  # @return [String]
25222
25442
  #
25223
25443
  # @!attribute [rw] volume_ids
@@ -25246,8 +25466,8 @@ module Aws::EC2
25246
25466
  end
25247
25467
 
25248
25468
  # @!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.
25469
+ # The token to include in another request to get the next page of
25470
+ # items. This value is `null` when there are no more items to return.
25251
25471
  # @return [String]
25252
25472
  #
25253
25473
  # @!attribute [rw] volume_statuses
@@ -25306,12 +25526,18 @@ module Aws::EC2
25306
25526
  # @return [Array<Types::Filter>]
25307
25527
  #
25308
25528
  # @!attribute [rw] next_token
25309
- # The `nextToken` value returned by a previous paginated request.
25529
+ # The token returned by a previous paginated request. Pagination
25530
+ # continues from the end of the items returned by the previous
25531
+ # request.
25310
25532
  # @return [String]
25311
25533
  #
25312
25534
  # @!attribute [rw] max_results
25313
25535
  # The maximum number of results (up to a limit of 500) to be returned
25314
- # in a paginated request.
25536
+ # in a paginated request. For more information, see [Pagination][1].
25537
+ #
25538
+ #
25539
+ #
25540
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25315
25541
  # @return [Integer]
25316
25542
  #
25317
25543
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesModificationsRequest AWS API Documentation
@@ -25331,7 +25557,8 @@ module Aws::EC2
25331
25557
  # @return [Array<Types::VolumeModification>]
25332
25558
  #
25333
25559
  # @!attribute [rw] next_token
25334
- # Token for pagination, null if there are no more results
25560
+ # The token to include in another request to get the next page of
25561
+ # items. This value is `null` if there are no more items to return.
25335
25562
  # @return [String]
25336
25563
  #
25337
25564
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesModificationsResult AWS API Documentation
@@ -25411,25 +25638,22 @@ module Aws::EC2
25411
25638
  # @return [Boolean]
25412
25639
  #
25413
25640
  # @!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.
25641
+ # The maximum number of volumes to return for this request. This value
25642
+ # can be between 5 and 500; if you specify a value larger than 500,
25643
+ # only 500 items are returned. If this parameter is not used, then all
25644
+ # items are returned. You cannot specify this parameter and the volume
25645
+ # IDs parameter in the same request. For more information, see
25646
+ # [Pagination][1].
25647
+ #
25648
+ #
25649
+ #
25650
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25424
25651
  # @return [Integer]
25425
25652
  #
25426
25653
  # @!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.
25654
+ # The token returned from a previous paginated request. Pagination
25655
+ # continues from the end of the items returned from the previous
25656
+ # request.
25433
25657
  # @return [String]
25434
25658
  #
25435
25659
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesRequest AWS API Documentation
@@ -25449,11 +25673,8 @@ module Aws::EC2
25449
25673
  # @return [Array<Types::Volume>]
25450
25674
  #
25451
25675
  # @!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.
25676
+ # The token to include in another request to get the next page of
25677
+ # items. This value is `null` when there are no more items to return.
25457
25678
  # @return [String]
25458
25679
  #
25459
25680
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesResult AWS API Documentation
@@ -25524,13 +25745,19 @@ module Aws::EC2
25524
25745
  end
25525
25746
 
25526
25747
  # @!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.
25748
+ # The maximum number of items to return for this request. To get the
25749
+ # next page of items, make another request with the token returned in
25750
+ # the output. For more information, see [Pagination][1].
25751
+ #
25752
+ #
25753
+ #
25754
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
25530
25755
  # @return [Integer]
25531
25756
  #
25532
25757
  # @!attribute [rw] next_token
25533
- # The token for the next page of results.
25758
+ # The token returned from a previous paginated request. Pagination
25759
+ # continues from the end of the items returned by the previous
25760
+ # request.
25534
25761
  # @return [String]
25535
25762
  #
25536
25763
  # @!attribute [rw] vpc_ids
@@ -25548,8 +25775,8 @@ module Aws::EC2
25548
25775
  end
25549
25776
 
25550
25777
  # @!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.
25778
+ # The token to include in another request to get the next page of
25779
+ # items. This value is `null` when there are no more items to return.
25553
25780
  # @return [String]
25554
25781
  #
25555
25782
  # @!attribute [rw] vpcs
@@ -26116,13 +26343,19 @@ module Aws::EC2
26116
26343
  # @return [Array<String>]
26117
26344
  #
26118
26345
  # @!attribute [rw] next_token
26119
- # The token for the next page of results.
26346
+ # The token returned from a previous paginated request. Pagination
26347
+ # continues from the end of the items returned by the previous
26348
+ # request.
26120
26349
  # @return [String]
26121
26350
  #
26122
26351
  # @!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.
26352
+ # The maximum number of items to return for this request. To get the
26353
+ # next page of items, make another request with the token returned in
26354
+ # the output. For more information, see [Pagination][1].
26355
+ #
26356
+ #
26357
+ #
26358
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
26126
26359
  # @return [Integer]
26127
26360
  #
26128
26361
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcPeeringConnectionsRequest AWS API Documentation
@@ -26142,8 +26375,8 @@ module Aws::EC2
26142
26375
  # @return [Array<Types::VpcPeeringConnection>]
26143
26376
  #
26144
26377
  # @!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.
26378
+ # The token to include in another request to get the next page of
26379
+ # items. This value is `null` when there are no more items to return.
26147
26380
  # @return [String]
26148
26381
  #
26149
26382
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcPeeringConnectionsResult AWS API Documentation
@@ -26220,13 +26453,19 @@ module Aws::EC2
26220
26453
  # @return [Boolean]
26221
26454
  #
26222
26455
  # @!attribute [rw] next_token
26223
- # The token for the next page of results.
26456
+ # The token returned from a previous paginated request. Pagination
26457
+ # continues from the end of the items returned by the previous
26458
+ # request.
26224
26459
  # @return [String]
26225
26460
  #
26226
26461
  # @!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.
26462
+ # The maximum number of items to return for this request. To get the
26463
+ # next page of items, make another request with the token returned in
26464
+ # the output. For more information, see [Pagination][1].
26465
+ #
26466
+ #
26467
+ #
26468
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
26230
26469
  # @return [Integer]
26231
26470
  #
26232
26471
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcsRequest AWS API Documentation
@@ -26246,8 +26485,8 @@ module Aws::EC2
26246
26485
  # @return [Array<Types::Vpc>]
26247
26486
  #
26248
26487
  # @!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.
26488
+ # The token to include in another request to get the next page of
26489
+ # items. This value is `null` when there are no more items to return.
26251
26490
  # @return [String]
26252
26491
  #
26253
26492
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcsResult AWS API Documentation
@@ -26952,8 +27191,9 @@ module Aws::EC2
26952
27191
  # @return [Types::FastLaunchLaunchTemplateSpecificationResponse]
26953
27192
  #
26954
27193
  # @!attribute [rw] max_parallel_launches
26955
- # The maximum number of parallel instances to launch for creating
26956
- # resources.
27194
+ # The maximum number of instances that Amazon EC2 can launch at the
27195
+ # same time to create pre-provisioned snapshots for Windows faster
27196
+ # launching.
26957
27197
  # @return [Integer]
26958
27198
  #
26959
27199
  # @!attribute [rw] owner_id
@@ -28241,21 +28481,38 @@ module Aws::EC2
28241
28481
  # Amazon EBS encryption. For more information, see [Supported instance
28242
28482
  # types][2].
28243
28483
  #
28244
- # This parameter is not returned by [DescribeImageAttribute][3].
28484
+ # This parameter is not returned by DescribeImageAttribute.
28485
+ #
28486
+ # For CreateImage and RegisterImage, whether you can include this
28487
+ # parameter, and the allowed values differ depending on the type of
28488
+ # block device mapping you are creating.
28489
+ #
28490
+ # * If you are creating a block device mapping for a **new (empty)
28491
+ # volume**, you can include this parameter, and specify either
28492
+ # `true` for an encrypted volume, or `false` for an unencrypted
28493
+ # volume. If you omit this parameter, it defaults to `false`
28494
+ # (unencrypted).
28495
+ #
28496
+ # * If you are creating a block device mapping from an **existing
28497
+ # encrypted or unencrypted snapshot**, you must omit this parameter.
28498
+ # If you include this parameter, the request will fail, regardless
28499
+ # of the value that you specify.
28500
+ #
28501
+ # * If you are creating a block device mapping from an **existing
28502
+ # unencrypted volume**, you can include this parameter, but you must
28503
+ # specify `false`. If you specify `true`, the request will fail. In
28504
+ # this case, we recommend that you omit the parameter.
28245
28505
  #
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.
28506
+ # * If you are creating a block device mapping from an **existing
28507
+ # encrypted volume**, you can include this parameter, and specify
28508
+ # either `true` or `false`. However, if you specify `false`, the
28509
+ # parameter is ignored and the block device mapping is always
28510
+ # encrypted. In this case, we recommend that you omit the parameter.
28253
28511
  #
28254
28512
  #
28255
28513
  #
28256
28514
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-parameters
28257
28515
  # [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
28516
  # @return [Boolean]
28260
28517
  #
28261
28518
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EbsBlockDevice AWS API Documentation
@@ -28814,8 +29071,9 @@ module Aws::EC2
28814
29071
  # @return [Types::FastLaunchLaunchTemplateSpecificationRequest]
28815
29072
  #
28816
29073
  # @!attribute [rw] max_parallel_launches
28817
- # The maximum number of parallel instances to launch for creating
28818
- # resources. Value must be `6` or greater.
29074
+ # The maximum number of instances that Amazon EC2 can launch at the
29075
+ # same time to create pre-provisioned snapshots for Windows faster
29076
+ # launching. Value must be `6` or greater.
28819
29077
  # @return [Integer]
28820
29078
  #
28821
29079
  # @!attribute [rw] dry_run
@@ -28849,10 +29107,10 @@ module Aws::EC2
28849
29107
  # @return [String]
28850
29108
  #
28851
29109
  # @!attribute [rw] snapshot_configuration
28852
- # The configuration settings that were defined for creating and
28853
- # managing the pre-provisioned snapshots for faster launching of the
28854
- # Windows AMI. This property is returned when the associated
28855
- # `resourceType` is `snapshot`.
29110
+ # Settings to create and manage the pre-provisioned snapshots that
29111
+ # Amazon EC2 uses for faster launches from the Windows AMI. This
29112
+ # property is returned when the associated `resourceType` is
29113
+ # `snapshot`.
28856
29114
  # @return [Types::FastLaunchSnapshotConfigurationResponse]
28857
29115
  #
28858
29116
  # @!attribute [rw] launch_template
@@ -28861,8 +29119,9 @@ module Aws::EC2
28861
29119
  # @return [Types::FastLaunchLaunchTemplateSpecificationResponse]
28862
29120
  #
28863
29121
  # @!attribute [rw] max_parallel_launches
28864
- # The maximum number of parallel instances to launch for creating
28865
- # resources.
29122
+ # The maximum number of instances that Amazon EC2 can launch at the
29123
+ # same time to create pre-provisioned snapshots for Windows faster
29124
+ # launching.
28866
29125
  # @return [Integer]
28867
29126
  #
28868
29127
  # @!attribute [rw] owner_id
@@ -30756,6 +31015,8 @@ module Aws::EC2
30756
31015
  # @!attribute [rw] instance_type
30757
31016
  # The instance type.
30758
31017
  #
31018
+ # `mac1.metal` is not supported as a launch template override.
31019
+ #
30759
31020
  # <note markdown="1"> If you specify `InstanceType`, you can't specify
30760
31021
  # `InstanceRequirements`.
30761
31022
  #
@@ -30844,6 +31105,8 @@ module Aws::EC2
30844
31105
  # @!attribute [rw] instance_type
30845
31106
  # The instance type.
30846
31107
  #
31108
+ # `mac1.metal` is not supported as a launch template override.
31109
+ #
30847
31110
  # <note markdown="1"> If you specify `InstanceType`, you can't specify
30848
31111
  # `InstanceRequirements`.
30849
31112
  #
@@ -32134,14 +32397,19 @@ module Aws::EC2
32134
32397
  # @return [Types::InstanceRequirementsRequest]
32135
32398
  #
32136
32399
  # @!attribute [rw] max_results
32137
- # The maximum number of results to return in a single call. Specify a
32138
- # value between 1 and
 1000. The default value is 1000. To retrieve
32139
- # the remaining results, make another call with
 the returned
32140
- # `NextToken` value.
32400
+ # The maximum number of items to return for this request. To get the
32401
+ # next page of and
 1000.items, make another request with the token returned in
32402
+ # the output. For more information, see with
 the returned[Pagination][1].
32403
+ #
32404
+ #
32405
+ #
32406
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
32141
32407
  # @return [Integer]
32142
32408
  #
32143
32409
  # @!attribute [rw] next_token
32144
- # The token for the next set of results.
32410
+ # The token returned from a previous paginated request. Pagination
32411
+ # continues from the end of the items returned by the previous
32412
+ # request.
32145
32413
  # @return [String]
32146
32414
  #
32147
32415
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetInstanceTypesFromInstanceRequirementsRequest AWS API Documentation
@@ -32162,7 +32430,8 @@ module Aws::EC2
32162
32430
  # @return [Array<Types::InstanceTypeInfoFromInstanceRequirements>]
32163
32431
  #
32164
32432
  # @!attribute [rw] next_token
32165
- # The token for the next set of results.
32433
+ # The token to include in another request to get the next page of
32434
+ # items. This value is `null` when there are no more items to return.
32166
32435
  # @return [String]
32167
32436
  #
32168
32437
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetInstanceTypesFromInstanceRequirementsResult AWS API Documentation
@@ -33049,14 +33318,19 @@ module Aws::EC2
33049
33318
  # @return [Boolean]
33050
33319
  #
33051
33320
  # @!attribute [rw] max_results
33052
- # The maximum number of results to return in a single call. Specify a
33053
- # value between 1 and
 1000. The default value is 1000. To retrieve
33054
- # the remaining results, make another call with
 the returned
33055
- # `NextToken` value.
33321
+ # The maximum number of items to return for this request. To get the
33322
+ # next page of and
 1000.items, make another request with the token returned in
33323
+ # the output. For more information, see with
 the returned[Pagination][1].
33324
+ #
33325
+ #
33326
+ #
33327
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
33056
33328
  # @return [Integer]
33057
33329
  #
33058
33330
  # @!attribute [rw] next_token
33059
- # The token for the next set of results.
33331
+ # The token returned from a previous paginated request. Pagination
33332
+ # continues from the end of the items returned by the previous
33333
+ # request.
33060
33334
  # @return [String]
33061
33335
  #
33062
33336
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetSpotPlacementScoresRequest AWS API Documentation
@@ -33103,7 +33377,8 @@ module Aws::EC2
33103
33377
  # @return [Array<Types::SpotPlacementScore>]
33104
33378
  #
33105
33379
  # @!attribute [rw] next_token
33106
- # The token for the next set of results.
33380
+ # The token to include in another request to get the next page of
33381
+ # items. This value is `null` when there are no more items to return.
33107
33382
  # @return [String]
33108
33383
  #
33109
33384
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetSpotPlacementScoresResult AWS API Documentation
@@ -34081,6 +34356,11 @@ module Aws::EC2
34081
34356
  # which the Dedicated Host is allocated.
34082
34357
  # @return [String]
34083
34358
  #
34359
+ # @!attribute [rw] host_maintenance
34360
+ # Indicates whether host maintenance is enabled or disabled for the
34361
+ # Dedicated Host.
34362
+ # @return [String]
34363
+ #
34084
34364
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Host AWS API Documentation
34085
34365
  #
34086
34366
  class Host < Struct.new(
@@ -34101,7 +34381,8 @@ module Aws::EC2
34101
34381
  :owner_id,
34102
34382
  :availability_zone_id,
34103
34383
  :member_of_service_linked_resource_group,
34104
- :outpost_arn)
34384
+ :outpost_arn,
34385
+ :host_maintenance)
34105
34386
  SENSITIVE = []
34106
34387
  include Aws::Structure
34107
34388
  end
@@ -36028,8 +36309,18 @@ module Aws::EC2
36028
36309
  # @return [Types::EnclaveOptions]
36029
36310
  #
36030
36311
  # @!attribute [rw] boot_mode
36031
- # The boot mode of the instance. For more information, see [Boot
36032
- # modes][1] in the *Amazon EC2 User Guide*.
36312
+ # The boot mode that was specified by the AMI. If the value is
36313
+ # `uefi-preferred`, the AMI supports both UEFI and Legacy BIOS. The
36314
+ # `currentInstanceBootMode` parameter is the boot mode that is used to
36315
+ # boot the instance at launch or start.
36316
+ #
36317
+ # <note markdown="1"> The operating system contained in the AMI must be configured to
36318
+ # support the specified boot mode.
36319
+ #
36320
+ # </note>
36321
+ #
36322
+ # For more information, see [Boot modes][1] in the *Amazon EC2 User
36323
+ # Guide*.
36033
36324
  #
36034
36325
  #
36035
36326
  #
@@ -36083,6 +36374,16 @@ module Aws::EC2
36083
36374
  # instance.
36084
36375
  # @return [Types::InstanceMaintenanceOptions]
36085
36376
  #
36377
+ # @!attribute [rw] current_instance_boot_mode
36378
+ # The boot mode that is used to boot the instance at launch or start.
36379
+ # For more information, see [Boot modes][1] in the *Amazon EC2 User
36380
+ # Guide*.
36381
+ #
36382
+ #
36383
+ #
36384
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html
36385
+ # @return [String]
36386
+ #
36086
36387
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Instance AWS API Documentation
36087
36388
  #
36088
36389
  class Instance < Struct.new(
@@ -36141,7 +36442,8 @@ module Aws::EC2
36141
36442
  :private_dns_name_options,
36142
36443
  :ipv_6_address,
36143
36444
  :tpm_support,
36144
- :maintenance_options)
36445
+ :maintenance_options,
36446
+ :current_instance_boot_mode)
36145
36447
  SENSITIVE = []
36146
36448
  include Aws::Structure
36147
36449
  end
@@ -40289,7 +40591,8 @@ module Aws::EC2
40289
40591
  # Describes the launch specification for an instance.
40290
40592
  #
40291
40593
  # @!attribute [rw] user_data
40292
- # The Base64-encoded user data for the instance.
40594
+ # The base64-encoded user data that instances use when starting up.
40595
+ # User data is limited to 16 KB.
40293
40596
  # @return [String]
40294
40597
  #
40295
40598
  # @!attribute [rw] security_groups
@@ -40378,7 +40681,7 @@ module Aws::EC2
40378
40681
  :ramdisk_id,
40379
40682
  :subnet_id,
40380
40683
  :monitoring)
40381
- SENSITIVE = []
40684
+ SENSITIVE = [:user_data]
40382
40685
  include Aws::Structure
40383
40686
  end
40384
40687
 
@@ -42024,17 +42327,15 @@ module Aws::EC2
42024
42327
  # @return [Array<String>]
42025
42328
  #
42026
42329
  # @!attribute [rw] next_token
42027
- # The token for the next page of results.
42330
+ # The token returned from a previous paginated request. Pagination
42331
+ # continues from the end of the items returned by the previous
42332
+ # request.
42028
42333
  # @return [String]
42029
42334
  #
42030
42335
  # @!attribute [rw] max_results
42031
- # The maximum number of results to return with a single call. To
42032
- # retrieve the remaining results, make another call with the returned
42033
- # `nextToken` value.
42034
- #
42035
- # If you do not specify a value for *MaxResults*, the request returns
42036
- # 1,000 items per page by default. For more information, see [
42037
- # Pagination][1].
42336
+ # The maximum number of items to return for this request. To get the
42337
+ # next page of items, make another request with the token returned in
42338
+ # the output. For more information, see [Pagination][1].
42038
42339
  #
42039
42340
  #
42040
42341
  #
@@ -42064,8 +42365,8 @@ module Aws::EC2
42064
42365
  # @return [Array<Types::ImageRecycleBinInfo>]
42065
42366
  #
42066
42367
  # @!attribute [rw] next_token
42067
- # The token to use to retrieve the next page of results. This value is
42068
- # `null` when there are no more results to return.
42368
+ # The token to include in another request to get the next page of
42369
+ # items. This value is `null` when there are no more items to return.
42069
42370
  # @return [String]
42070
42371
  #
42071
42372
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ListImagesInRecycleBinResult AWS API Documentation
@@ -42078,13 +42379,19 @@ module Aws::EC2
42078
42379
  end
42079
42380
 
42080
42381
  # @!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.
42382
+ # The maximum number of items to return for this request. To get the
42383
+ # next page of items, make another request with the token returned in
42384
+ # the output. For more information, see [Pagination][1].
42385
+ #
42386
+ #
42387
+ #
42388
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
42084
42389
  # @return [Integer]
42085
42390
  #
42086
42391
  # @!attribute [rw] next_token
42087
- # The token for the next page of results.
42392
+ # The token returned from a previous paginated request. Pagination
42393
+ # continues from the end of the items returned by the previous
42394
+ # request.
42088
42395
  # @return [String]
42089
42396
  #
42090
42397
  # @!attribute [rw] snapshot_ids
@@ -42115,8 +42422,8 @@ module Aws::EC2
42115
42422
  # @return [Array<Types::SnapshotRecycleBinInfo>]
42116
42423
  #
42117
42424
  # @!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.
42425
+ # The token to include in another request to get the next page of
42426
+ # items. This value is `null` when there are no more items to return.
42120
42427
  # @return [String]
42121
42428
  #
42122
42429
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ListSnapshotsInRecycleBinResult AWS API Documentation
@@ -43380,6 +43687,16 @@ module Aws::EC2
43380
43687
  # in the same request.
43381
43688
  # @return [String]
43382
43689
  #
43690
+ # @!attribute [rw] host_maintenance
43691
+ # Indicates whether to enable or disable host maintenance for the
43692
+ # Dedicated Host. For more information, see [ Host maintenance][1] in
43693
+ # the *Amazon EC2 User Guide*.
43694
+ #
43695
+ #
43696
+ #
43697
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html
43698
+ # @return [String]
43699
+ #
43383
43700
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyHostsRequest AWS API Documentation
43384
43701
  #
43385
43702
  class ModifyHostsRequest < Struct.new(
@@ -43387,7 +43704,8 @@ module Aws::EC2
43387
43704
  :host_ids,
43388
43705
  :host_recovery,
43389
43706
  :instance_type,
43390
- :instance_family)
43707
+ :instance_family,
43708
+ :host_maintenance)
43391
43709
  SENSITIVE = []
43392
43710
  include Aws::Structure
43393
43711
  end
@@ -43482,7 +43800,7 @@ module Aws::EC2
43482
43800
  # @!attribute [rw] attribute
43483
43801
  # The name of the attribute to modify.
43484
43802
  #
43485
- # Valid values: `description` \| `launchPermission`
43803
+ # Valid values: `description` \| `imdsSupport` \| `launchPermission`
43486
43804
  # @return [String]
43487
43805
  #
43488
43806
  # @!attribute [rw] description
@@ -43518,7 +43836,8 @@ module Aws::EC2
43518
43836
  #
43519
43837
  # @!attribute [rw] value
43520
43838
  # The value of the attribute being modified. This parameter can be
43521
- # used only when the `Attribute` parameter is `description`.
43839
+ # used only when the `Attribute` parameter is `description` or
43840
+ # `imdsSupport`.
43522
43841
  # @return [String]
43523
43842
  #
43524
43843
  # @!attribute [rw] dry_run
@@ -43540,6 +43859,25 @@ module Aws::EC2
43540
43859
  # `launchPermission`.
43541
43860
  # @return [Array<String>]
43542
43861
  #
43862
+ # @!attribute [rw] imds_support
43863
+ # Set to `v2.0` to indicate that IMDSv2 is specified in the AMI.
43864
+ # Instances launched from this AMI will have `HttpTokens`
43865
+ # automatically set to `required` so that, by default, the instance
43866
+ # requires that IMDSv2 is used when requesting instance metadata. In
43867
+ # addition, `HttpPutResponseHopLimit` is set to `2`. For more
43868
+ # information, see [Configure the AMI][1] in the *Amazon EC2 User
43869
+ # Guide*.
43870
+ #
43871
+ # Do not use this parameter unless your AMI software supports IMDSv2.
43872
+ # After you set the value to `v2.0`, you can't undo it. The only way
43873
+ # to “reset” your AMI is to create a new AMI from the underlying
43874
+ # snapshot.
43875
+ #
43876
+ #
43877
+ #
43878
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration
43879
+ # @return [Types::AttributeValue]
43880
+ #
43543
43881
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyImageAttributeRequest AWS API Documentation
43544
43882
  #
43545
43883
  class ModifyImageAttributeRequest < Struct.new(
@@ -43554,7 +43892,8 @@ module Aws::EC2
43554
43892
  :value,
43555
43893
  :dry_run,
43556
43894
  :organization_arns,
43557
- :organizational_unit_arns)
43895
+ :organizational_unit_arns,
43896
+ :imds_support)
43558
43897
  SENSITIVE = []
43559
43898
  include Aws::Structure
43560
43899
  end
@@ -50487,8 +50826,16 @@ module Aws::EC2
50487
50826
  # @return [String]
50488
50827
  #
50489
50828
  # @!attribute [rw] boot_mode
50490
- # The boot mode of the AMI. For more information, see [Boot modes][1]
50491
- # in the *Amazon EC2 User Guide*.
50829
+ # The boot mode of the AMI. A value of `uefi-preferred` indicates that
50830
+ # the AMI supports both UEFI and Legacy BIOS.
50831
+ #
50832
+ # <note markdown="1"> The operating system contained in the AMI must be configured to
50833
+ # support the specified boot mode.
50834
+ #
50835
+ # </note>
50836
+ #
50837
+ # For more information, see [Boot modes][1] in the *Amazon EC2 User
50838
+ # Guide*.
50492
50839
  #
50493
50840
  #
50494
50841
  #
@@ -52158,8 +52505,8 @@ module Aws::EC2
52158
52505
  # @return [String]
52159
52506
  #
52160
52507
  # @!attribute [rw] user_data
52161
- # The Base64-encoded user data for the instance. User data is limited
52162
- # to 16 KB.
52508
+ # The base64-encoded user data that instances use when starting up.
52509
+ # User data is limited to 16 KB.
52163
52510
  # @return [String]
52164
52511
  #
52165
52512
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RequestSpotLaunchSpecification AWS API Documentation
@@ -52181,7 +52528,7 @@ module Aws::EC2
52181
52528
  :ramdisk_id,
52182
52529
  :subnet_id,
52183
52530
  :user_data)
52184
- SENSITIVE = []
52531
+ SENSITIVE = [:user_data]
52185
52532
  include Aws::Structure
52186
52533
  end
52187
52534
 
@@ -53249,7 +53596,7 @@ module Aws::EC2
53249
53596
  :private_dns_name_options,
53250
53597
  :maintenance_options,
53251
53598
  :disable_api_stop)
53252
- SENSITIVE = []
53599
+ SENSITIVE = [:user_data]
53253
53600
  include Aws::Structure
53254
53601
  end
53255
53602
 
@@ -54489,7 +54836,7 @@ module Aws::EC2
54489
54836
  :instance_count,
54490
54837
  :launch_specification,
54491
54838
  :scheduled_instance_id)
54492
- SENSITIVE = []
54839
+ SENSITIVE = [:launch_specification]
54493
54840
  include Aws::Structure
54494
54841
  end
54495
54842
 
@@ -56635,7 +56982,8 @@ module Aws::EC2
56635
56982
  # @return [String]
56636
56983
  #
56637
56984
  # @!attribute [rw] user_data
56638
- # The Base64-encoded user data that instances use when starting up.
56985
+ # The base64-encoded user data that instances use when starting up.
56986
+ # User data is limited to 16 KB.
56639
56987
  # @return [String]
56640
56988
  #
56641
56989
  # @!attribute [rw] weighted_capacity
@@ -56686,7 +57034,7 @@ module Aws::EC2
56686
57034
  :weighted_capacity,
56687
57035
  :tag_specifications,
56688
57036
  :instance_requirements)
56689
- SENSITIVE = []
57037
+ SENSITIVE = [:user_data]
56690
57038
  include Aws::Structure
56691
57039
  end
56692
57040
 
@@ -58558,6 +58906,8 @@ module Aws::EC2
58558
58906
  end
58559
58907
 
58560
58908
  # The tags to apply to a resource when the resource is being created.
58909
+ # When you specify a tag, you must specify the resource type to tag,
58910
+ # otherwise the request will fail.
58561
58911
  #
58562
58912
  # <note markdown="1"> The `Valid Values` lists all the resource types that can be tagged.
58563
58913
  # However, the action you're using might not support tagging all of