aws-sdk-ec2 1.364.0 → 1.366.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1057,6 +1057,17 @@ module Aws::EC2
1057
1057
  # The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on
1058
1058
  # which to allocate the Dedicated Host.
1059
1059
  #
1060
+ # @option params [String] :host_maintenance
1061
+ # Indicates whether to enable or disable host maintenance for the
1062
+ # Dedicated Host. For more information, see [ Host maintenance][1] in
1063
+ # the *Amazon EC2 User Guide*.
1064
+ #
1065
+ # Default: `on`
1066
+ #
1067
+ #
1068
+ #
1069
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html
1070
+ #
1060
1071
  # @return [Types::AllocateHostsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1061
1072
  #
1062
1073
  # * {Types::AllocateHostsResult#host_ids #host_ids} => Array<String>
@@ -1083,6 +1094,7 @@ module Aws::EC2
1083
1094
  # ],
1084
1095
  # host_recovery: "on", # accepts on, off
1085
1096
  # outpost_arn: "String",
1097
+ # host_maintenance: "on", # accepts on, off
1086
1098
  # })
1087
1099
  #
1088
1100
  # @example Response structure
@@ -3939,13 +3951,13 @@ module Aws::EC2
3939
3951
  end
3940
3952
 
3941
3953
  # Removes your Amazon Web Services account from the launch permissions
3942
- # for the specified AMI. For more information, see [Cancel having an AMI
3943
- # shared with your Amazon Web Services account][1] in the *Amazon EC2
3944
- # User Guide*.
3954
+ # for the specified AMI. For more information, see [ Cancel having an
3955
+ # AMI shared with your Amazon Web Services account][1] in the *Amazon
3956
+ # EC2 User Guide*.
3945
3957
  #
3946
3958
  #
3947
3959
  #
3948
- # [1]: https://docs.aws.amazon.com/
3960
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cancel-sharing-an-AMI.html
3949
3961
  #
3950
3962
  # @option params [required, String] :image_id
3951
3963
  # The ID of the AMI that was shared with your Amazon Web Services
@@ -19313,8 +19325,8 @@ module Aws::EC2
19313
19325
  #
19314
19326
  # * `message` - The Zone message.
19315
19327
  #
19316
- # * `opt-in-status` - The opt-in status (`opted-in`, and `not-opted-in`
19317
- # \| `opt-in-not-required`).
19328
+ # * `opt-in-status` - The opt-in status (`opted-in` \| `not-opted-in` \|
19329
+ # `opt-in-not-required`).
19318
19330
  #
19319
19331
  # * `parent-zoneID` - The ID of the zone that handles some of the Local
19320
19332
  # Zone and Wavelength Zone control plane operations, such as API
@@ -19334,13 +19346,12 @@ module Aws::EC2
19334
19346
  # `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
19335
19347
  # Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
19336
19348
  #
19337
- # * `zone-type` - The type of zone, for example, `local-zone`.
19338
- #
19339
19349
  # * `zone-name` - The name of the Availability Zone (for example,
19340
19350
  # `us-east-1a`), the Local Zone (for example, `us-west-2-lax-1a`), or
19341
19351
  # the Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
19342
19352
  #
19343
- # * `zone-type` - The type of zone, for example, `local-zone`.
19353
+ # * `zone-type` - The type of zone (`availability-zone` \| `local-zone`
19354
+ # \| `wavelength-zone`).
19344
19355
  #
19345
19356
  # @option params [Array<String>] :zone_names
19346
19357
  # The names of the Availability Zones, Local Zones, and Wavelength
@@ -20059,15 +20070,20 @@ module Aws::EC2
20059
20070
  # ClassicLink.
20060
20071
  #
20061
20072
  # @option params [Integer] :max_results
20062
- # The maximum number of results to return with a single call. To
20063
- # retrieve the remaining results, make another call with the returned
20064
- # `nextToken` value.
20073
+ # The maximum number of items to return for this request. To get the
20074
+ # next page of items, make another request with the token returned in
20075
+ # the output. For more information, see [Pagination][1].
20065
20076
  #
20066
20077
  # Constraint: If the value is greater than 1000, we return only 1000
20067
20078
  # items.
20068
20079
  #
20080
+ #
20081
+ #
20082
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
20083
+ #
20069
20084
  # @option params [String] :next_token
20070
- # The token for the next page of results.
20085
+ # The token returned from a previous paginated request. Pagination
20086
+ # continues from the end of the items returned by the previous request.
20071
20087
  #
20072
20088
  # @return [Types::DescribeClassicLinkInstancesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
20073
20089
  #
@@ -20835,12 +20851,17 @@ module Aws::EC2
20835
20851
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
20836
20852
  #
20837
20853
  # @option params [String] :next_token
20838
- # The token for the next page of results.
20854
+ # The token returned from a previous paginated request. Pagination
20855
+ # continues from the end of the items returned by the previous request.
20839
20856
  #
20840
20857
  # @option params [Integer] :max_results
20841
- # The maximum number of results to return with a single call. To
20842
- # retrieve the remaining results, make another call with the returned
20843
- # `nextToken` value.
20858
+ # The maximum number of items to return for this request. To get the
20859
+ # next page of items, make another request with the token returned in
20860
+ # the output. For more information, see [Pagination][1].
20861
+ #
20862
+ #
20863
+ #
20864
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
20844
20865
  #
20845
20866
  # @return [Types::DescribeDhcpOptionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
20846
20867
  #
@@ -20932,12 +20953,17 @@ module Aws::EC2
20932
20953
  # One or more egress-only internet gateway IDs.
20933
20954
  #
20934
20955
  # @option params [Integer] :max_results
20935
- # The maximum number of results to return with a single call. To
20936
- # retrieve the remaining results, make another call with the returned
20937
- # `nextToken` value.
20956
+ # The maximum number of items to return for this request. To get the
20957
+ # next page of items, make another request with the token returned in
20958
+ # the output. For more information, see [Pagination][1].
20959
+ #
20960
+ #
20961
+ #
20962
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
20938
20963
  #
20939
20964
  # @option params [String] :next_token
20940
- # The token for the next page of results.
20965
+ # The token returned from a previous paginated request. Pagination
20966
+ # continues from the end of the items returned by the previous request.
20941
20967
  #
20942
20968
  # @option params [Array<Types::Filter>] :filters
20943
20969
  # One or more filters.
@@ -21306,12 +21332,17 @@ module Aws::EC2
21306
21332
  # `disabled`).
21307
21333
  #
21308
21334
  # @option params [Integer] :max_results
21309
- # The maximum number of results to return with a single call. To
21310
- # retrieve the remaining results, make another call with the returned
21311
- # `nextToken` value.
21335
+ # The maximum number of items to return for this request. To get the
21336
+ # next page of items, make another request with the token returned in
21337
+ # the output. For more information, see [Pagination][1].
21338
+ #
21339
+ #
21340
+ #
21341
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21312
21342
  #
21313
21343
  # @option params [String] :next_token
21314
- # The token for the next page of results.
21344
+ # The token returned from a previous paginated request. Pagination
21345
+ # continues from the end of the items returned by the previous request.
21315
21346
  #
21316
21347
  # @option params [Boolean] :dry_run
21317
21348
  # Checks whether you have the required permissions for the action,
@@ -21855,12 +21886,17 @@ module Aws::EC2
21855
21886
  # Constraint: Maximum of 1000 flow log IDs.
21856
21887
  #
21857
21888
  # @option params [Integer] :max_results
21858
- # The maximum number of results to return with a single call. To
21859
- # retrieve the remaining results, make another call with the returned
21860
- # `nextToken` value.
21889
+ # The maximum number of items to return for this request. To get the
21890
+ # next page of items, make another request with the token returned in
21891
+ # the output. For more information, see [Pagination][1].
21892
+ #
21893
+ #
21894
+ #
21895
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21861
21896
  #
21862
21897
  # @option params [String] :next_token
21863
- # The token for the next page of results.
21898
+ # The token to request the next page of items. Pagination continues from
21899
+ # the end of the items returned by the previous request.
21864
21900
  #
21865
21901
  # @return [Types::DescribeFlowLogsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21866
21902
  #
@@ -22374,6 +22410,7 @@ module Aws::EC2
22374
22410
  # resp.hosts[0].availability_zone_id #=> String
22375
22411
  # resp.hosts[0].member_of_service_linked_resource_group #=> Boolean
22376
22412
  # resp.hosts[0].outpost_arn #=> String
22413
+ # resp.hosts[0].host_maintenance #=> String, one of "on", "off"
22377
22414
  # resp.next_token #=> String
22378
22415
  #
22379
22416
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeHosts AWS API Documentation
@@ -22399,12 +22436,17 @@ module Aws::EC2
22399
22436
  # `associated` \| `disassociating`).
22400
22437
  #
22401
22438
  # @option params [Integer] :max_results
22402
- # The maximum number of results to return in a single call. To retrieve
22403
- # the remaining results, make another call with the returned `NextToken`
22404
- # value.
22439
+ # The maximum number of items to return for this request. To get the
22440
+ # next page of items, make another request with the token returned in
22441
+ # the output. For more information, see [Pagination][1].
22442
+ #
22443
+ #
22444
+ #
22445
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
22405
22446
  #
22406
22447
  # @option params [String] :next_token
22407
- # The token to request the next page of results.
22448
+ # The token returned from a previous paginated request. Pagination
22449
+ # continues from the end of the items returned by the previous request.
22408
22450
  #
22409
22451
  # @return [Types::DescribeIamInstanceProfileAssociationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
22410
22452
  #
@@ -23170,6 +23212,11 @@ module Aws::EC2
23170
23212
  # resp.import_snapshot_tasks[0].tags[0].value #=> String
23171
23213
  # resp.next_token #=> String
23172
23214
  #
23215
+ #
23216
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
23217
+ #
23218
+ # * snapshot_imported
23219
+ #
23173
23220
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImportSnapshotTasks AWS API Documentation
23174
23221
  #
23175
23222
  # @overload describe_import_snapshot_tasks(params = {})
@@ -23387,13 +23434,19 @@ module Aws::EC2
23387
23434
  # Constraints: Maximum 1000 explicitly specified instance IDs.
23388
23435
  #
23389
23436
  # @option params [Integer] :max_results
23390
- # The maximum number of results to return in a single call. To retrieve
23391
- # the remaining results, make another call with the returned `NextToken`
23392
- # value. This value can be between 5 and 1000. You cannot specify this
23393
- # parameter and the instance IDs parameter in the same call.
23437
+ # The maximum number of items to return for this request. To get the
23438
+ # next page of items, make another request with the token returned in
23439
+ # the output. This value can be between 5 and 1000. You cannot specify
23440
+ # this parameter and the instance IDs parameter in the same call. For
23441
+ # more information, see [Pagination][1].
23442
+ #
23443
+ #
23444
+ #
23445
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23394
23446
  #
23395
23447
  # @option params [String] :next_token
23396
- # The token to retrieve the next page of results.
23448
+ # The token returned from a previous paginated request. Pagination
23449
+ # continues from the end of the items returned by the previous request.
23397
23450
  #
23398
23451
  # @return [Types::DescribeInstanceCreditSpecificationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
23399
23452
  #
@@ -23678,13 +23731,19 @@ module Aws::EC2
23678
23731
  # Constraints: Maximum 100 explicitly specified instance IDs.
23679
23732
  #
23680
23733
  # @option params [Integer] :max_results
23681
- # The maximum number of results to return in a single call. To retrieve
23682
- # the remaining results, make another call with the returned `NextToken`
23683
- # value. This value can be between 5 and 1000. You cannot specify this
23684
- # parameter and the instance IDs parameter in the same call.
23734
+ # The maximum number of items to return for this request. To retrieve
23735
+ # the next page of items, make another request with the token returned
23736
+ # in the output. This value can be between 5 and 1000. You cannot
23737
+ # specify this parameter and the instance IDs parameter in the same
23738
+ # call. For more information, see [Pagination][1].
23739
+ #
23740
+ #
23741
+ #
23742
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23685
23743
  #
23686
23744
  # @option params [String] :next_token
23687
- # The token to retrieve the next page of results.
23745
+ # The token returned from a previous paginated request. Pagination
23746
+ # continues from the end of the items returned by the previous request.
23688
23747
  #
23689
23748
  # @option params [Boolean] :dry_run
23690
23749
  # Checks whether you have the required permissions for the action,
@@ -23830,12 +23889,17 @@ module Aws::EC2
23830
23889
  # * `instance-type` - The instance type. For example, `c5.2xlarge`.
23831
23890
  #
23832
23891
  # @option params [Integer] :max_results
23833
- # The maximum number of results to return for the request in a single
23834
- # page. The remaining results can be seen by sending another request
23835
- # with the next token value.
23892
+ # The maximum number of items to return for this request. To get the
23893
+ # next page of items, make another request with the token returned in
23894
+ # the output. For more information, see [Pagination][1].
23895
+ #
23896
+ #
23897
+ #
23898
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
23836
23899
  #
23837
23900
  # @option params [String] :next_token
23838
- # The token to retrieve the next page of results.
23901
+ # The token returned from a previous paginated request. Pagination
23902
+ # continues from the end of the items returned by the previous request.
23839
23903
  #
23840
23904
  # @return [Types::DescribeInstanceTypeOfferingsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
23841
23905
  #
@@ -24043,12 +24107,17 @@ module Aws::EC2
24043
24107
  # "1,2".
24044
24108
  #
24045
24109
  # @option params [Integer] :max_results
24046
- # The maximum number of results to return for the request in a single
24047
- # page. The remaining results can be seen by sending another request
24048
- # with the next token value.
24110
+ # The maximum number of items to return for this request. To get the
24111
+ # next page of items, make another request with the token returned in
24112
+ # the output. For more information, see [Pagination][1].
24113
+ #
24114
+ #
24115
+ #
24116
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
24049
24117
  #
24050
24118
  # @option params [String] :next_token
24051
- # The token to retrieve the next page of results.
24119
+ # The token returned from a previous paginated request. Pagination
24120
+ # continues from the end of the items returned by the previous request.
24052
24121
  #
24053
24122
  # @return [Types::DescribeInstanceTypesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
24054
24123
  #
@@ -24487,13 +24556,19 @@ module Aws::EC2
24487
24556
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
24488
24557
  #
24489
24558
  # @option params [Integer] :max_results
24490
- # The maximum number of results to return in a single call. To retrieve
24491
- # the remaining results, make another call with the returned `NextToken`
24492
- # value. This value can be between 5 and 1000. You cannot specify this
24493
- # parameter and the instance IDs parameter in the same call.
24559
+ # The maximum number of items to return for this request. To get the
24560
+ # next page of items, make another request with the token returned in
24561
+ # the output. This value can be between 5 and 1000. You cannot specify
24562
+ # this parameter and the instance IDs parameter in the same request. For
24563
+ # more information, see [Pagination][1].
24564
+ #
24565
+ #
24566
+ #
24567
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
24494
24568
  #
24495
24569
  # @option params [String] :next_token
24496
- # The token to request the next page of results.
24570
+ # The token returned from a previous paginated request. Pagination
24571
+ # continues from the end of the items returned by the previous request.
24497
24572
  #
24498
24573
  # @return [Types::DescribeInstancesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
24499
24574
  #
@@ -24784,12 +24859,17 @@ module Aws::EC2
24784
24859
  # Default: Describes all your internet gateways.
24785
24860
  #
24786
24861
  # @option params [String] :next_token
24787
- # The token for the next page of results.
24862
+ # The token returned from a previous paginated request. Pagination
24863
+ # continues from the end of the items returned by the previous request.
24788
24864
  #
24789
24865
  # @option params [Integer] :max_results
24790
- # The maximum number of results to return with a single call. To
24791
- # retrieve the remaining results, make another call with the returned
24792
- # `nextToken` value.
24866
+ # The maximum number of items to return for this request. To get the
24867
+ # next page of items, make another request with the token returned in
24868
+ # the output. For more information, see [Pagination][1].
24869
+ #
24870
+ #
24871
+ #
24872
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
24793
24873
  #
24794
24874
  # @return [Types::DescribeInternetGatewaysResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
24795
24875
  #
@@ -26629,15 +26709,20 @@ module Aws::EC2
26629
26709
  # * `vpc-id` - The ID of the VPC in which the NAT gateway resides.
26630
26710
  #
26631
26711
  # @option params [Integer] :max_results
26632
- # The maximum number of results to return with a single call. To
26633
- # retrieve the remaining results, make another call with the returned
26634
- # `nextToken` value.
26712
+ # The maximum number of items to return for this request. To get the
26713
+ # next page of items, make another request with the token returned in
26714
+ # the output. For more information, see [Pagination][1].
26715
+ #
26716
+ #
26717
+ #
26718
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
26635
26719
  #
26636
26720
  # @option params [Array<String>] :nat_gateway_ids
26637
26721
  # One or more NAT gateway IDs.
26638
26722
  #
26639
26723
  # @option params [String] :next_token
26640
- # The token for the next page of results.
26724
+ # The token returned from a previous paginated request. Pagination
26725
+ # continues from the end of the items returned by the previous request.
26641
26726
  #
26642
26727
  # @return [Types::DescribeNatGatewaysResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
26643
26728
  #
@@ -26823,12 +26908,17 @@ module Aws::EC2
26823
26908
  # Default: Describes all your network ACLs.
26824
26909
  #
26825
26910
  # @option params [String] :next_token
26826
- # The token for the next page of results.
26911
+ # The token returned from a previous paginated request. Pagination
26912
+ # continues from the end of the items returned by the previous request.
26827
26913
  #
26828
26914
  # @option params [Integer] :max_results
26829
- # The maximum number of results to return with a single call. To
26830
- # retrieve the remaining results, make another call with the returned
26831
- # `nextToken` value.
26915
+ # The maximum number of items to return for this request. To get the
26916
+ # next page of items, make another request with the token returned in
26917
+ # the output. For more information, see [Pagination][1].
26918
+ #
26919
+ #
26920
+ #
26921
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
26832
26922
  #
26833
26923
  # @return [Types::DescribeNetworkAclsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
26834
26924
  #
@@ -28042,13 +28132,18 @@ module Aws::EC2
28042
28132
  # (`INSTANCE-ATTACH` \| `EIP-ASSOCIATE`).
28043
28133
  #
28044
28134
  # @option params [String] :next_token
28045
- # The token to request the next page of results.
28135
+ # The token returned from a previous paginated request. Pagination
28136
+ # continues from the end of the items returned by the previous request.
28046
28137
  #
28047
28138
  # @option params [Integer] :max_results
28048
- # The maximum number of results to return in a single call. To retrieve
28049
- # the remaining results, make another call with the returned `NextToken`
28050
- # value. If this parameter is not specified, up to 50 results are
28051
- # returned by default.
28139
+ # The maximum number of items to return for this request. To get the
28140
+ # next page of items, make another request with the token returned in
28141
+ # the output. If this parameter is not specified, up to 50 results are
28142
+ # returned by default. For more information, see [Pagination][1].
28143
+ #
28144
+ #
28145
+ #
28146
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
28052
28147
  #
28053
28148
  # @return [Types::DescribeNetworkInterfacePermissionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
28054
28149
  #
@@ -28224,13 +28319,19 @@ module Aws::EC2
28224
28319
  # Default: Describes all your network interfaces.
28225
28320
  #
28226
28321
  # @option params [String] :next_token
28227
- # The token to retrieve the next page of results.
28322
+ # The token returned from a previous paginated request. Pagination
28323
+ # continues from the end of the items returned by the previous request.
28228
28324
  #
28229
28325
  # @option params [Integer] :max_results
28230
- # The maximum number of items to return for this request. The request
28231
- # returns a token that you can specify in a subsequent call to get the
28232
- # next set of results. You cannot specify this parameter and the network
28233
- # interface IDs parameter in the same request.
28326
+ # The maximum number of items to return for this request. To get the
28327
+ # next page of items, make another request with the token returned in
28328
+ # the output. You cannot specify this parameter and the network
28329
+ # interface IDs parameter in the same request. For more information, see
28330
+ # [Pagination][1].
28331
+ #
28332
+ #
28333
+ #
28334
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
28234
28335
  #
28235
28336
  # @return [Types::DescribeNetworkInterfacesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
28236
28337
  #
@@ -28864,12 +28965,17 @@ module Aws::EC2
28864
28965
  # ^
28865
28966
  #
28866
28967
  # @option params [Integer] :max_results
28867
- # The maximum number of results to return with a single call. To
28868
- # retrieve the remaining results, make another call with the returned
28869
- # `nextToken` value.
28968
+ # The maximum number of items to return for this request. To get the
28969
+ # next page of items, make another request with the token returned in
28970
+ # the output. For more information, see [Pagination][1].
28971
+ #
28972
+ #
28973
+ #
28974
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
28870
28975
  #
28871
28976
  # @option params [String] :next_token
28872
- # The token for the next page of results.
28977
+ # The token returned from a previous paginated request. Pagination
28978
+ # continues from the end of the items returned by the previous request.
28873
28979
  #
28874
28980
  # @option params [Boolean] :dry_run
28875
28981
  # Checks whether you have the required permissions for the action,
@@ -29562,12 +29668,17 @@ module Aws::EC2
29562
29668
  # Default: Describes all your route tables.
29563
29669
  #
29564
29670
  # @option params [String] :next_token
29565
- # The token for the next page of results.
29671
+ # The token returned from a previous paginated request. Pagination
29672
+ # continues from the end of the items returned by the previous request.
29566
29673
  #
29567
29674
  # @option params [Integer] :max_results
29568
- # The maximum number of results to return with a single call. To
29569
- # retrieve the remaining results, make another call with the returned
29570
- # `nextToken` value.
29675
+ # The maximum number of items to return for this request. To get the
29676
+ # next page of items, make another request with the token returned in
29677
+ # the output. For more information, see [Pagination][1].
29678
+ #
29679
+ #
29680
+ #
29681
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
29571
29682
  #
29572
29683
  # @return [Types::DescribeRouteTablesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
29573
29684
  #
@@ -30072,13 +30183,19 @@ module Aws::EC2
30072
30183
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
30073
30184
  #
30074
30185
  # @option params [String] :next_token
30075
- # The token for the next page of results.
30186
+ # The token returned from a previous paginated request. Pagination
30187
+ # continues from the end of the items returned by the previous request.
30076
30188
  #
30077
30189
  # @option params [Integer] :max_results
30078
- # The maximum number of results to return in a single call. To retrieve
30079
- # the remaining results, make another request with the returned
30080
- # `NextToken` value. This value can be between 5 and 1000. If this
30081
- # parameter is not specified, then all results are returned.
30190
+ # The maximum number of items to return for this request. To get the
30191
+ # next page of items, make another request with the token returned in
30192
+ # the output. This value can be between 5 and 1000. If this parameter is
30193
+ # not specified, then all items are returned. For more information, see
30194
+ # [Pagination][1].
30195
+ #
30196
+ #
30197
+ #
30198
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
30082
30199
  #
30083
30200
  # @return [Types::DescribeSecurityGroupRulesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
30084
30201
  #
@@ -30261,13 +30378,19 @@ module Aws::EC2
30261
30378
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
30262
30379
  #
30263
30380
  # @option params [String] :next_token
30264
- # The token to request the next page of results.
30381
+ # The token returned from a previous paginated request. Pagination
30382
+ # continues from the end of the items returned by the previous request.
30265
30383
  #
30266
30384
  # @option params [Integer] :max_results
30267
- # The maximum number of results to return in a single call. To retrieve
30268
- # the remaining results, make another request with the returned
30269
- # `NextToken` value. This value can be between 5 and 1000. If this
30270
- # parameter is not specified, then all results are returned.
30385
+ # The maximum number of items to return for this request. To get the
30386
+ # next page of items, make another request with the token returned in
30387
+ # the output. This value can be between 5 and 1000. If this parameter is
30388
+ # not specified, then all items are returned. For more information, see
30389
+ # [Pagination][1].
30390
+ #
30391
+ #
30392
+ #
30393
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
30271
30394
  #
30272
30395
  # @return [Types::DescribeSecurityGroupsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
30273
30396
  #
@@ -30491,12 +30614,17 @@ module Aws::EC2
30491
30614
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
30492
30615
  #
30493
30616
  # @option params [String] :next_token
30494
- # The token for the next page of results.
30617
+ # The token returned from a previous paginated request. Pagination
30618
+ # continues from the end of the items returned by the previous request.
30495
30619
  #
30496
30620
  # @option params [Integer] :max_results
30497
- # The maximum number of results to return with a single call. To
30498
- # retrieve the remaining results, make another call with the returned
30499
- # `nextToken` value.
30621
+ # The maximum number of items to return for this request. To get the
30622
+ # next page of items, make another request with the token returned in
30623
+ # the output. For more information, see [Pagination][1].
30624
+ #
30625
+ #
30626
+ #
30627
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
30500
30628
  #
30501
30629
  # @return [Types::DescribeSnapshotTierStatusResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
30502
30630
  #
@@ -30591,22 +30719,19 @@ module Aws::EC2
30591
30719
  # public snapshots.
30592
30720
  #
30593
30721
  # If you are describing a long list of snapshots, we recommend that you
30594
- # paginate the output to make the list more manageable. The `MaxResults`
30595
- # parameter sets the maximum number of results returned in a single
30596
- # page. If the list of results exceeds your `MaxResults` value, then
30597
- # that number of results is returned along with a `NextToken` value that
30598
- # can be passed to a subsequent `DescribeSnapshots` request to retrieve
30599
- # the remaining results.
30722
+ # paginate the output to make the list more manageable. For more
30723
+ # information, see [Pagination][1].
30600
30724
  #
30601
30725
  # To get the state of fast snapshot restores for a snapshot, use
30602
30726
  # DescribeFastSnapshotRestores.
30603
30727
  #
30604
30728
  # For more information about EBS snapshots, see [Amazon EBS
30605
- # snapshots][1] in the *Amazon Elastic Compute Cloud User Guide*.
30729
+ # snapshots][2] in the *Amazon Elastic Compute Cloud User Guide*.
30606
30730
  #
30607
30731
  #
30608
30732
  #
30609
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html
30733
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
30734
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html
30610
30735
  #
30611
30736
  # @option params [Array<Types::Filter>] :filters
30612
30737
  # The filters.
@@ -30652,23 +30777,20 @@ module Aws::EC2
30652
30777
  # * `volume-size` - The size of the volume, in GiB.
30653
30778
  #
30654
30779
  # @option params [Integer] :max_results
30655
- # The maximum number of snapshot results returned by `DescribeSnapshots`
30656
- # in paginated output. When this parameter is used, `DescribeSnapshots`
30657
- # only returns `MaxResults` results in a single page along with a
30658
- # `NextToken` response element. The remaining results of the initial
30659
- # request can be seen by sending another `DescribeSnapshots` request
30660
- # with the returned `NextToken` value. This value can be between 5 and
30661
- # 1,000; if `MaxResults` is given a value larger than 1,000, only 1,000
30662
- # results are returned. If this parameter is not used, then
30663
- # `DescribeSnapshots` returns all results. You cannot specify this
30664
- # parameter and the snapshot IDs parameter in the same request.
30780
+ # The maximum number of snapshots to return for this request. This value
30781
+ # can be between 5 and 1,000; if this value is larger than 1,000, only
30782
+ # 1,000 results are returned. If this parameter is not used, then the
30783
+ # request returns all snapshots. You cannot specify this parameter and
30784
+ # the snapshot IDs parameter in the same request. For more information,
30785
+ # see [Pagination][1].
30786
+ #
30787
+ #
30788
+ #
30789
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
30665
30790
  #
30666
30791
  # @option params [String] :next_token
30667
- # The `NextToken` value returned from a previous paginated
30668
- # `DescribeSnapshots` request where `MaxResults` was used and the
30669
- # results exceeded the value of that parameter. Pagination continues
30670
- # from the end of the previous results that returned the `NextToken`
30671
- # value. This value is `null` when there are no more results to return.
30792
+ # The token returned from a previous paginated request. Pagination
30793
+ # continues from the end of the items returned by the previous request.
30672
30794
  #
30673
30795
  # @option params [Array<String>] :owner_ids
30674
30796
  # Scopes the results to snapshots with the specified owners. You can
@@ -31888,13 +32010,17 @@ module Aws::EC2
31888
32010
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
31889
32011
  #
31890
32012
  # @option params [Integer] :max_results
31891
- # The maximum number of items to return for this request. The request
31892
- # returns a token that you can specify in a subsequent call to get the
31893
- # next set of results.
32013
+ # The maximum number of items to return for this request. To get the
32014
+ # next page of items, make another request with the token returned in
32015
+ # the output. For more information, see [Pagination][1].
32016
+ #
32017
+ #
32018
+ #
32019
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
31894
32020
  #
31895
32021
  # @option params [String] :next_token
31896
- # The token for the next set of items to return. (You received this
31897
- # token from a prior call.)
32022
+ # The token returned from a previous paginated request. Pagination
32023
+ # continues from the end of the items returned by the previous request.
31898
32024
  #
31899
32025
  # @option params [required, String] :vpc_id
31900
32026
  # The ID of the VPC.
@@ -32170,12 +32296,17 @@ module Aws::EC2
32170
32296
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
32171
32297
  #
32172
32298
  # @option params [String] :next_token
32173
- # The token for the next page of results.
32299
+ # The token returned from a previous paginated request. Pagination
32300
+ # continues from the end of the items returned by the previous request.
32174
32301
  #
32175
32302
  # @option params [Integer] :max_results
32176
- # The maximum number of results to return with a single call. To
32177
- # retrieve the remaining results, make another call with the returned
32178
- # `nextToken` value.
32303
+ # The maximum number of items to return for this request. To get the
32304
+ # next page of items, make another request with the token returned in
32305
+ # the output. For more information, see [Pagination][1].
32306
+ #
32307
+ #
32308
+ #
32309
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
32179
32310
  #
32180
32311
  # @return [Types::DescribeSubnetsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
32181
32312
  #
@@ -32319,12 +32450,18 @@ module Aws::EC2
32319
32450
  # * `value` - The tag value.
32320
32451
  #
32321
32452
  # @option params [Integer] :max_results
32322
- # The maximum number of results to return in a single call. This value
32323
- # can be between 5 and 1000. To retrieve the remaining results, make
32324
- # another call with the returned `NextToken` value.
32453
+ # The maximum number of items to return for this request. This value can
32454
+ # be between 5 and 1000. To get the next page of items, make another
32455
+ # request with the token returned in the output. For more information,
32456
+ # see [Pagination][1].
32457
+ #
32458
+ #
32459
+ #
32460
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
32325
32461
  #
32326
32462
  # @option params [String] :next_token
32327
- # The token to retrieve the next page of results.
32463
+ # The token returned from a previous paginated request. Pagination
32464
+ # continues from the end of the items returned by the previous request.
32328
32465
  #
32329
32466
  # @return [Types::DescribeTagsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
32330
32467
  #
@@ -34150,22 +34287,21 @@ module Aws::EC2
34150
34287
  # `impaired` \| `warning` \| `insufficient-data`).
34151
34288
  #
34152
34289
  # @option params [Integer] :max_results
34153
- # The maximum number of volume results returned by
34154
- # `DescribeVolumeStatus` in paginated output. When this parameter is
34155
- # used, the request only returns `MaxResults` results in a single page
34156
- # along with a `NextToken` response element. The remaining results of
34157
- # the initial request can be seen by sending another request with the
34158
- # returned `NextToken` value. This value can be between 5 and 1,000; if
34159
- # `MaxResults` is given a value larger than 1,000, only 1,000 results
34160
- # are returned. If this parameter is not used, then
34161
- # `DescribeVolumeStatus` returns all results. You cannot specify this
34162
- # parameter and the volume IDs parameter in the same request.
34290
+ # The maximum number of items to return for this request. To get the
34291
+ # next page of items, make another request with the token returned in
34292
+ # the output. This value can be between 5 and 1,000; if the value is
34293
+ # larger than 1,000, only 1,000 results are returned. If this parameter
34294
+ # is not used, then all items are returned. You cannot specify this
34295
+ # parameter and the volume IDs parameter in the same request. For more
34296
+ # information, see [Pagination][1].
34297
+ #
34298
+ #
34299
+ #
34300
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
34163
34301
  #
34164
34302
  # @option params [String] :next_token
34165
- # The `NextToken` value to include in a future `DescribeVolumeStatus`
34166
- # request. When the results of the request exceed `MaxResults`, this
34167
- # value can be used to retrieve the next page of results. This value is
34168
- # `null` when there are no more results to return.
34303
+ # The token returned from a previous paginated request. Pagination
34304
+ # continues from the end of the items returned by the previous request.
34169
34305
  #
34170
34306
  # @option params [Array<String>] :volume_ids
34171
34307
  # The IDs of the volumes.
@@ -34299,19 +34435,16 @@ module Aws::EC2
34299
34435
  # Describes the specified EBS volumes or all of your EBS volumes.
34300
34436
  #
34301
34437
  # If you are describing a long list of volumes, we recommend that you
34302
- # paginate the output to make the list more manageable. The `MaxResults`
34303
- # parameter sets the maximum number of results returned in a single
34304
- # page. If the list of results exceeds your `MaxResults` value, then
34305
- # that number of results is returned along with a `NextToken` value that
34306
- # can be passed to a subsequent `DescribeVolumes` request to retrieve
34307
- # the remaining results.
34438
+ # paginate the output to make the list more manageable. For more
34439
+ # information, see [Pagination][1].
34308
34440
  #
34309
- # For more information about EBS volumes, see [Amazon EBS volumes][1] in
34441
+ # For more information about EBS volumes, see [Amazon EBS volumes][2] in
34310
34442
  # the *Amazon Elastic Compute Cloud User Guide*.
34311
34443
  #
34312
34444
  #
34313
34445
  #
34314
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html
34446
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
34447
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html
34315
34448
  #
34316
34449
  # @option params [Array<Types::Filter>] :filters
34317
34450
  # The filters.
@@ -34378,23 +34511,21 @@ module Aws::EC2
34378
34511
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
34379
34512
  #
34380
34513
  # @option params [Integer] :max_results
34381
- # The maximum number of volume results returned by `DescribeVolumes` in
34382
- # paginated output. When this parameter is used, `DescribeVolumes` only
34383
- # returns `MaxResults` results in a single page along with a `NextToken`
34384
- # response element. The remaining results of the initial request can be
34385
- # seen by sending another `DescribeVolumes` request with the returned
34386
- # `NextToken` value. This value can be between 5 and 500; if
34387
- # `MaxResults` is given a value larger than 500, only 500 results are
34388
- # returned. If this parameter is not used, then `DescribeVolumes`
34389
- # returns all results. You cannot specify this parameter and the volume
34390
- # IDs parameter in the same request.
34514
+ # The maximum number of volumes to return for this request. This value
34515
+ # can be between 5 and 500; if you specify a value larger than 500, only
34516
+ # 500 items are returned. If this parameter is not used, then all items
34517
+ # are returned. You cannot specify this parameter and the volume IDs
34518
+ # parameter in the same request. For more information, see
34519
+ # [Pagination][1].
34520
+ #
34521
+ #
34522
+ #
34523
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
34391
34524
  #
34392
34525
  # @option params [String] :next_token
34393
- # The `NextToken` value returned from a previous paginated
34394
- # `DescribeVolumes` request where `MaxResults` was used and the results
34395
- # exceeded the value of that parameter. Pagination continues from the
34396
- # end of the previous results that returned the `NextToken` value. This
34397
- # value is `null` when there are no more results to return.
34526
+ # The token returned from a previous paginated request. Pagination
34527
+ # continues from the end of the items returned from the previous
34528
+ # request.
34398
34529
  #
34399
34530
  # @return [Types::DescribeVolumesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
34400
34531
  #
@@ -34602,11 +34733,16 @@ module Aws::EC2
34602
34733
  # * `volume-id` - The ID of the volume.
34603
34734
  #
34604
34735
  # @option params [String] :next_token
34605
- # The `nextToken` value returned by a previous paginated request.
34736
+ # The token returned by a previous paginated request. Pagination
34737
+ # continues from the end of the items returned by the previous request.
34606
34738
  #
34607
34739
  # @option params [Integer] :max_results
34608
34740
  # The maximum number of results (up to a limit of 500) to be returned in
34609
- # a paginated request.
34741
+ # a paginated request. For more information, see [Pagination][1].
34742
+ #
34743
+ #
34744
+ #
34745
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
34610
34746
  #
34611
34747
  # @return [Types::DescribeVolumesModificationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
34612
34748
  #
@@ -34839,12 +34975,17 @@ module Aws::EC2
34839
34975
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
34840
34976
  #
34841
34977
  # @option params [Integer] :max_results
34842
- # The maximum number of results to return with a single call. To
34843
- # retrieve the remaining results, make another call with the returned
34844
- # `nextToken` value.
34978
+ # The maximum number of items to return for this request. To get the
34979
+ # next page of items, make another request with the token returned in
34980
+ # the output. For more information, see [Pagination][1].
34981
+ #
34982
+ #
34983
+ #
34984
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
34845
34985
  #
34846
34986
  # @option params [String] :next_token
34847
- # The token for the next page of results.
34987
+ # The token returned from a previous paginated request. Pagination
34988
+ # continues from the end of the items returned by the previous request.
34848
34989
  #
34849
34990
  # @option params [Array<String>] :vpc_ids
34850
34991
  # One or more VPC IDs.
@@ -35513,12 +35654,17 @@ module Aws::EC2
35513
35654
  # Default: Describes all your VPC peering connections.
35514
35655
  #
35515
35656
  # @option params [String] :next_token
35516
- # The token for the next page of results.
35657
+ # The token returned from a previous paginated request. Pagination
35658
+ # continues from the end of the items returned by the previous request.
35517
35659
  #
35518
35660
  # @option params [Integer] :max_results
35519
- # The maximum number of results to return with a single call. To
35520
- # retrieve the remaining results, make another call with the returned
35521
- # `nextToken` value.
35661
+ # The maximum number of items to return for this request. To get the
35662
+ # next page of items, make another request with the token returned in
35663
+ # the output. For more information, see [Pagination][1].
35664
+ #
35665
+ #
35666
+ #
35667
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
35522
35668
  #
35523
35669
  # @return [Types::DescribeVpcPeeringConnectionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
35524
35670
  #
@@ -35655,12 +35801,17 @@ module Aws::EC2
35655
35801
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
35656
35802
  #
35657
35803
  # @option params [String] :next_token
35658
- # The token for the next page of results.
35804
+ # The token returned from a previous paginated request. Pagination
35805
+ # continues from the end of the items returned by the previous request.
35659
35806
  #
35660
35807
  # @option params [Integer] :max_results
35661
- # The maximum number of results to return with a single call. To
35662
- # retrieve the remaining results, make another call with the returned
35663
- # `nextToken` value.
35808
+ # The maximum number of items to return for this request. To get the
35809
+ # next page of items, make another request with the token returned in
35810
+ # the output. For more information, see [Pagination][1].
35811
+ #
35812
+ #
35813
+ #
35814
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
35664
35815
  #
35665
35816
  # @return [Types::DescribeVpcsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
35666
35817
  #
@@ -42857,12 +43008,17 @@ module Aws::EC2
42857
43008
  # Lists one or more snapshots that are currently in the Recycle Bin.
42858
43009
  #
42859
43010
  # @option params [Integer] :max_results
42860
- # The maximum number of results to return with a single call. To
42861
- # retrieve the remaining results, make another call with the returned
42862
- # `nextToken` value.
43011
+ # The maximum number of items to return for this request. To get the
43012
+ # next page of items, make another request with the token returned in
43013
+ # the output. For more information, see [Pagination][1].
43014
+ #
43015
+ #
43016
+ #
43017
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
42863
43018
  #
42864
43019
  # @option params [String] :next_token
42865
- # The token for the next page of results.
43020
+ # The token returned from a previous paginated request. Pagination
43021
+ # continues from the end of the items returned by the previous request.
42866
43022
  #
42867
43023
  # @option params [Array<String>] :snapshot_ids
42868
43024
  # The IDs of the snapshots to list. Omit this parameter to list all of
@@ -43762,6 +43918,15 @@ module Aws::EC2
43762
43918
  # You cannot specify **InstanceFamily** and **InstanceType** in the same
43763
43919
  # request.
43764
43920
  #
43921
+ # @option params [String] :host_maintenance
43922
+ # Indicates whether to enable or disable host maintenance for the
43923
+ # Dedicated Host. For more information, see [ Host maintenance][1] in
43924
+ # the *Amazon EC2 User Guide*.
43925
+ #
43926
+ #
43927
+ #
43928
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html
43929
+ #
43765
43930
  # @return [Types::ModifyHostsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
43766
43931
  #
43767
43932
  # * {Types::ModifyHostsResult#successful #successful} => Array&lt;String&gt;
@@ -43775,6 +43940,7 @@ module Aws::EC2
43775
43940
  # host_recovery: "on", # accepts on, off
43776
43941
  # instance_type: "String",
43777
43942
  # instance_family: "String",
43943
+ # host_maintenance: "on", # accepts on, off
43778
43944
  # })
43779
43945
  #
43780
43946
  # @example Response structure
@@ -51119,7 +51285,7 @@ module Aws::EC2
51119
51285
  # ramdisk_id: "String",
51120
51286
  # spot_price: "String",
51121
51287
  # subnet_id: "SubnetId",
51122
- # user_data: "String",
51288
+ # user_data: "SensitiveUserData",
51123
51289
  # weighted_capacity: 1.0,
51124
51290
  # tag_specifications: [
51125
51291
  # {
@@ -51589,7 +51755,7 @@ module Aws::EC2
51589
51755
  # },
51590
51756
  # ramdisk_id: "RamdiskId",
51591
51757
  # subnet_id: "SubnetId",
51592
- # user_data: "String",
51758
+ # user_data: "SensitiveUserData",
51593
51759
  # },
51594
51760
  # spot_price: "String",
51595
51761
  # type: "one-time", # accepts one-time, persistent
@@ -55414,10 +55580,10 @@ module Aws::EC2
55414
55580
  req.send_request(options)
55415
55581
  end
55416
55582
 
55417
- # Unassigns secondary private NAT gateway IPv4 addresses from a private
55418
- # NAT gateway. You cannot unassign your primary private IP. For more
55419
- # information, see [Edit secondary IP address associations][1] in the
55420
- # *Amazon Virtual Private Cloud User Guide*.
55583
+ # Unassigns secondary private IPv4 addresses from a private NAT gateway.
55584
+ # You cannot unassign your primary private IP. For more information, see
55585
+ # [Edit secondary IP address associations][1] in the *Amazon Virtual
55586
+ # Private Cloud User Guide*.
55421
55587
  #
55422
55588
  # While unassigning is in progress, you cannot assign/unassign
55423
55589
  # additional IP addresses while the connections are being drained. You
@@ -55840,7 +56006,7 @@ module Aws::EC2
55840
56006
  params: params,
55841
56007
  config: config)
55842
56008
  context[:gem_name] = 'aws-sdk-ec2'
55843
- context[:gem_version] = '1.364.0'
56009
+ context[:gem_version] = '1.366.0'
55844
56010
  Seahorse::Client::Request.new(handlers, context)
55845
56011
  end
55846
56012
 
@@ -55930,6 +56096,7 @@ module Aws::EC2
55930
56096
  # | password_data_available | {Client#get_password_data} | 15 | 40 |
55931
56097
  # | security_group_exists | {Client#describe_security_groups} | 5 | 6 |
55932
56098
  # | snapshot_completed | {Client#describe_snapshots} | 15 | 40 |
56099
+ # | snapshot_imported | {Client#describe_import_snapshot_tasks} | 15 | 40 |
55933
56100
  # | spot_instance_request_fulfilled | {Client#describe_spot_instance_requests} | 15 | 40 |
55934
56101
  # | subnet_available | {Client#describe_subnets} | 15 | 40 |
55935
56102
  # | system_status_ok | {Client#describe_instance_status} | 15 | 40 |
@@ -56014,6 +56181,7 @@ module Aws::EC2
56014
56181
  password_data_available: Waiters::PasswordDataAvailable,
56015
56182
  security_group_exists: Waiters::SecurityGroupExists,
56016
56183
  snapshot_completed: Waiters::SnapshotCompleted,
56184
+ snapshot_imported: Waiters::SnapshotImported,
56017
56185
  spot_instance_request_fulfilled: Waiters::SpotInstanceRequestFulfilled,
56018
56186
  subnet_available: Waiters::SubnetAvailable,
56019
56187
  system_status_ok: Waiters::SystemStatusOk,