aws-sdk-ec2 1.364.0 → 1.365.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +343 -198
- data/lib/aws-sdk-ec2/client_api.rb +4 -4
- data/lib/aws-sdk-ec2/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-ec2/endpoint_provider.rb +34 -31
- data/lib/aws-sdk-ec2/types.rb +442 -259
- data/lib/aws-sdk-ec2/volume.rb +13 -14
- data/lib/aws-sdk-ec2/waiters.rb +45 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -3939,13 +3939,13 @@ module Aws::EC2
|
|
3939
3939
|
end
|
3940
3940
|
|
3941
3941
|
# Removes your Amazon Web Services account from the launch permissions
|
3942
|
-
# for the specified AMI. For more information, see [Cancel having an
|
3943
|
-
# shared with your Amazon Web Services account][1] in the *Amazon
|
3944
|
-
# User Guide*.
|
3942
|
+
# for the specified AMI. For more information, see [ Cancel having an
|
3943
|
+
# AMI shared with your Amazon Web Services account][1] in the *Amazon
|
3944
|
+
# EC2 User Guide*.
|
3945
3945
|
#
|
3946
3946
|
#
|
3947
3947
|
#
|
3948
|
-
# [1]: https://docs.aws.amazon.com/
|
3948
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cancel-sharing-an-AMI.html
|
3949
3949
|
#
|
3950
3950
|
# @option params [required, String] :image_id
|
3951
3951
|
# The ID of the AMI that was shared with your Amazon Web Services
|
@@ -19313,8 +19313,8 @@ module Aws::EC2
|
|
19313
19313
|
#
|
19314
19314
|
# * `message` - The Zone message.
|
19315
19315
|
#
|
19316
|
-
# * `opt-in-status` - The opt-in status (`opted-in
|
19317
|
-
#
|
19316
|
+
# * `opt-in-status` - The opt-in status (`opted-in` \| `not-opted-in` \|
|
19317
|
+
# `opt-in-not-required`).
|
19318
19318
|
#
|
19319
19319
|
# * `parent-zoneID` - The ID of the zone that handles some of the Local
|
19320
19320
|
# Zone and Wavelength Zone control plane operations, such as API
|
@@ -19334,13 +19334,12 @@ module Aws::EC2
|
|
19334
19334
|
# `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
|
19335
19335
|
# Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
|
19336
19336
|
#
|
19337
|
-
# * `zone-type` - The type of zone, for example, `local-zone`.
|
19338
|
-
#
|
19339
19337
|
# * `zone-name` - The name of the Availability Zone (for example,
|
19340
19338
|
# `us-east-1a`), the Local Zone (for example, `us-west-2-lax-1a`), or
|
19341
19339
|
# the Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
|
19342
19340
|
#
|
19343
|
-
# * `zone-type` - The type of zone
|
19341
|
+
# * `zone-type` - The type of zone (`availability-zone` \| `local-zone`
|
19342
|
+
# \| `wavelength-zone`).
|
19344
19343
|
#
|
19345
19344
|
# @option params [Array<String>] :zone_names
|
19346
19345
|
# The names of the Availability Zones, Local Zones, and Wavelength
|
@@ -20059,15 +20058,20 @@ module Aws::EC2
|
|
20059
20058
|
# ClassicLink.
|
20060
20059
|
#
|
20061
20060
|
# @option params [Integer] :max_results
|
20062
|
-
# The maximum number of
|
20063
|
-
#
|
20064
|
-
#
|
20061
|
+
# The maximum number of items to return for this request. To get the
|
20062
|
+
# next page of items, make another request with the token returned in
|
20063
|
+
# the output. For more information, see [Pagination][1].
|
20065
20064
|
#
|
20066
20065
|
# Constraint: If the value is greater than 1000, we return only 1000
|
20067
20066
|
# items.
|
20068
20067
|
#
|
20068
|
+
#
|
20069
|
+
#
|
20070
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
20071
|
+
#
|
20069
20072
|
# @option params [String] :next_token
|
20070
|
-
# The token
|
20073
|
+
# The token returned from a previous paginated request. Pagination
|
20074
|
+
# continues from the end of the items returned by the previous request.
|
20071
20075
|
#
|
20072
20076
|
# @return [Types::DescribeClassicLinkInstancesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
20073
20077
|
#
|
@@ -20835,12 +20839,17 @@ module Aws::EC2
|
|
20835
20839
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
20836
20840
|
#
|
20837
20841
|
# @option params [String] :next_token
|
20838
|
-
# The token
|
20842
|
+
# The token returned from a previous paginated request. Pagination
|
20843
|
+
# continues from the end of the items returned by the previous request.
|
20839
20844
|
#
|
20840
20845
|
# @option params [Integer] :max_results
|
20841
|
-
# The maximum number of
|
20842
|
-
#
|
20843
|
-
#
|
20846
|
+
# The maximum number of items to return for this request. To get the
|
20847
|
+
# next page of items, make another request with the token returned in
|
20848
|
+
# the output. For more information, see [Pagination][1].
|
20849
|
+
#
|
20850
|
+
#
|
20851
|
+
#
|
20852
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
20844
20853
|
#
|
20845
20854
|
# @return [Types::DescribeDhcpOptionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
20846
20855
|
#
|
@@ -20932,12 +20941,17 @@ module Aws::EC2
|
|
20932
20941
|
# One or more egress-only internet gateway IDs.
|
20933
20942
|
#
|
20934
20943
|
# @option params [Integer] :max_results
|
20935
|
-
# The maximum number of
|
20936
|
-
#
|
20937
|
-
#
|
20944
|
+
# The maximum number of items to return for this request. To get the
|
20945
|
+
# next page of items, make another request with the token returned in
|
20946
|
+
# the output. For more information, see [Pagination][1].
|
20947
|
+
#
|
20948
|
+
#
|
20949
|
+
#
|
20950
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
20938
20951
|
#
|
20939
20952
|
# @option params [String] :next_token
|
20940
|
-
# The token
|
20953
|
+
# The token returned from a previous paginated request. Pagination
|
20954
|
+
# continues from the end of the items returned by the previous request.
|
20941
20955
|
#
|
20942
20956
|
# @option params [Array<Types::Filter>] :filters
|
20943
20957
|
# One or more filters.
|
@@ -21306,12 +21320,17 @@ module Aws::EC2
|
|
21306
21320
|
# `disabled`).
|
21307
21321
|
#
|
21308
21322
|
# @option params [Integer] :max_results
|
21309
|
-
# The maximum number of
|
21310
|
-
#
|
21311
|
-
#
|
21323
|
+
# The maximum number of items to return for this request. To get the
|
21324
|
+
# next page of items, make another request with the token returned in
|
21325
|
+
# the output. For more information, see [Pagination][1].
|
21326
|
+
#
|
21327
|
+
#
|
21328
|
+
#
|
21329
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
21312
21330
|
#
|
21313
21331
|
# @option params [String] :next_token
|
21314
|
-
# The token
|
21332
|
+
# The token returned from a previous paginated request. Pagination
|
21333
|
+
# continues from the end of the items returned by the previous request.
|
21315
21334
|
#
|
21316
21335
|
# @option params [Boolean] :dry_run
|
21317
21336
|
# Checks whether you have the required permissions for the action,
|
@@ -21855,12 +21874,17 @@ module Aws::EC2
|
|
21855
21874
|
# Constraint: Maximum of 1000 flow log IDs.
|
21856
21875
|
#
|
21857
21876
|
# @option params [Integer] :max_results
|
21858
|
-
# The maximum number of
|
21859
|
-
#
|
21860
|
-
#
|
21877
|
+
# The maximum number of items to return for this request. To get the
|
21878
|
+
# next page of items, make another request with the token returned in
|
21879
|
+
# the output. For more information, see [Pagination][1].
|
21880
|
+
#
|
21881
|
+
#
|
21882
|
+
#
|
21883
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
21861
21884
|
#
|
21862
21885
|
# @option params [String] :next_token
|
21863
|
-
# The token
|
21886
|
+
# The token to request the next page of items. Pagination continues from
|
21887
|
+
# the end of the items returned by the previous request.
|
21864
21888
|
#
|
21865
21889
|
# @return [Types::DescribeFlowLogsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
21866
21890
|
#
|
@@ -22399,12 +22423,17 @@ module Aws::EC2
|
|
22399
22423
|
# `associated` \| `disassociating`).
|
22400
22424
|
#
|
22401
22425
|
# @option params [Integer] :max_results
|
22402
|
-
# The maximum number of
|
22403
|
-
#
|
22404
|
-
#
|
22426
|
+
# The maximum number of items to return for this request. To get the
|
22427
|
+
# next page of items, make another request with the token returned in
|
22428
|
+
# the output. For more information, see [Pagination][1].
|
22429
|
+
#
|
22430
|
+
#
|
22431
|
+
#
|
22432
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
22405
22433
|
#
|
22406
22434
|
# @option params [String] :next_token
|
22407
|
-
# The token
|
22435
|
+
# The token returned from a previous paginated request. Pagination
|
22436
|
+
# continues from the end of the items returned by the previous request.
|
22408
22437
|
#
|
22409
22438
|
# @return [Types::DescribeIamInstanceProfileAssociationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
22410
22439
|
#
|
@@ -23170,6 +23199,11 @@ module Aws::EC2
|
|
23170
23199
|
# resp.import_snapshot_tasks[0].tags[0].value #=> String
|
23171
23200
|
# resp.next_token #=> String
|
23172
23201
|
#
|
23202
|
+
#
|
23203
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
23204
|
+
#
|
23205
|
+
# * snapshot_imported
|
23206
|
+
#
|
23173
23207
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImportSnapshotTasks AWS API Documentation
|
23174
23208
|
#
|
23175
23209
|
# @overload describe_import_snapshot_tasks(params = {})
|
@@ -23387,13 +23421,19 @@ module Aws::EC2
|
|
23387
23421
|
# Constraints: Maximum 1000 explicitly specified instance IDs.
|
23388
23422
|
#
|
23389
23423
|
# @option params [Integer] :max_results
|
23390
|
-
# The maximum number of
|
23391
|
-
#
|
23392
|
-
#
|
23393
|
-
# parameter and the instance IDs parameter in the same call.
|
23424
|
+
# The maximum number of items to return for this request. To get the
|
23425
|
+
# next page of items, make another request with the token returned in
|
23426
|
+
# the output. This value can be between 5 and 1000. You cannot specify
|
23427
|
+
# this parameter and the instance IDs parameter in the same call. For
|
23428
|
+
# more information, see [Pagination][1].
|
23429
|
+
#
|
23430
|
+
#
|
23431
|
+
#
|
23432
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
23394
23433
|
#
|
23395
23434
|
# @option params [String] :next_token
|
23396
|
-
# The token
|
23435
|
+
# The token returned from a previous paginated request. Pagination
|
23436
|
+
# continues from the end of the items returned by the previous request.
|
23397
23437
|
#
|
23398
23438
|
# @return [Types::DescribeInstanceCreditSpecificationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
23399
23439
|
#
|
@@ -23678,13 +23718,19 @@ module Aws::EC2
|
|
23678
23718
|
# Constraints: Maximum 100 explicitly specified instance IDs.
|
23679
23719
|
#
|
23680
23720
|
# @option params [Integer] :max_results
|
23681
|
-
# The maximum number of
|
23682
|
-
# the
|
23683
|
-
#
|
23684
|
-
# parameter and the instance IDs parameter in the same
|
23721
|
+
# The maximum number of items to return for this request. To retrieve
|
23722
|
+
# the next page of items, make another request with the token returned
|
23723
|
+
# in the output. This value can be between 5 and 1000. You cannot
|
23724
|
+
# specify this parameter and the instance IDs parameter in the same
|
23725
|
+
# call. For more information, see [Pagination][1].
|
23726
|
+
#
|
23727
|
+
#
|
23728
|
+
#
|
23729
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
23685
23730
|
#
|
23686
23731
|
# @option params [String] :next_token
|
23687
|
-
# The token
|
23732
|
+
# The token returned from a previous paginated request. Pagination
|
23733
|
+
# continues from the end of the items returned by the previous request.
|
23688
23734
|
#
|
23689
23735
|
# @option params [Boolean] :dry_run
|
23690
23736
|
# Checks whether you have the required permissions for the action,
|
@@ -23830,12 +23876,17 @@ module Aws::EC2
|
|
23830
23876
|
# * `instance-type` - The instance type. For example, `c5.2xlarge`.
|
23831
23877
|
#
|
23832
23878
|
# @option params [Integer] :max_results
|
23833
|
-
# The maximum number of
|
23834
|
-
# page
|
23835
|
-
#
|
23879
|
+
# The maximum number of items to return for this request. To get the
|
23880
|
+
# next page of items, make another request with the token returned in
|
23881
|
+
# the output. For more information, see [Pagination][1].
|
23882
|
+
#
|
23883
|
+
#
|
23884
|
+
#
|
23885
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
23836
23886
|
#
|
23837
23887
|
# @option params [String] :next_token
|
23838
|
-
# The token
|
23888
|
+
# The token returned from a previous paginated request. Pagination
|
23889
|
+
# continues from the end of the items returned by the previous request.
|
23839
23890
|
#
|
23840
23891
|
# @return [Types::DescribeInstanceTypeOfferingsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
23841
23892
|
#
|
@@ -24043,12 +24094,17 @@ module Aws::EC2
|
|
24043
24094
|
# "1,2".
|
24044
24095
|
#
|
24045
24096
|
# @option params [Integer] :max_results
|
24046
|
-
# The maximum number of
|
24047
|
-
# page
|
24048
|
-
#
|
24097
|
+
# The maximum number of items to return for this request. To get the
|
24098
|
+
# next page of items, make another request with the token returned in
|
24099
|
+
# the output. For more information, see [Pagination][1].
|
24100
|
+
#
|
24101
|
+
#
|
24102
|
+
#
|
24103
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
24049
24104
|
#
|
24050
24105
|
# @option params [String] :next_token
|
24051
|
-
# The token
|
24106
|
+
# The token returned from a previous paginated request. Pagination
|
24107
|
+
# continues from the end of the items returned by the previous request.
|
24052
24108
|
#
|
24053
24109
|
# @return [Types::DescribeInstanceTypesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
24054
24110
|
#
|
@@ -24487,13 +24543,19 @@ module Aws::EC2
|
|
24487
24543
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
24488
24544
|
#
|
24489
24545
|
# @option params [Integer] :max_results
|
24490
|
-
# The maximum number of
|
24491
|
-
#
|
24492
|
-
#
|
24493
|
-
# parameter and the instance IDs parameter in the same
|
24546
|
+
# The maximum number of items to return for this request. To get the
|
24547
|
+
# next page of items, make another request with the token returned in
|
24548
|
+
# the output. This value can be between 5 and 1000. You cannot specify
|
24549
|
+
# this parameter and the instance IDs parameter in the same request. For
|
24550
|
+
# more information, see [Pagination][1].
|
24551
|
+
#
|
24552
|
+
#
|
24553
|
+
#
|
24554
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
24494
24555
|
#
|
24495
24556
|
# @option params [String] :next_token
|
24496
|
-
# The token
|
24557
|
+
# The token returned from a previous paginated request. Pagination
|
24558
|
+
# continues from the end of the items returned by the previous request.
|
24497
24559
|
#
|
24498
24560
|
# @return [Types::DescribeInstancesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
24499
24561
|
#
|
@@ -24784,12 +24846,17 @@ module Aws::EC2
|
|
24784
24846
|
# Default: Describes all your internet gateways.
|
24785
24847
|
#
|
24786
24848
|
# @option params [String] :next_token
|
24787
|
-
# The token
|
24849
|
+
# The token returned from a previous paginated request. Pagination
|
24850
|
+
# continues from the end of the items returned by the previous request.
|
24788
24851
|
#
|
24789
24852
|
# @option params [Integer] :max_results
|
24790
|
-
# The maximum number of
|
24791
|
-
#
|
24792
|
-
#
|
24853
|
+
# The maximum number of items to return for this request. To get the
|
24854
|
+
# next page of items, make another request with the token returned in
|
24855
|
+
# the output. For more information, see [Pagination][1].
|
24856
|
+
#
|
24857
|
+
#
|
24858
|
+
#
|
24859
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
24793
24860
|
#
|
24794
24861
|
# @return [Types::DescribeInternetGatewaysResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
24795
24862
|
#
|
@@ -26629,15 +26696,20 @@ module Aws::EC2
|
|
26629
26696
|
# * `vpc-id` - The ID of the VPC in which the NAT gateway resides.
|
26630
26697
|
#
|
26631
26698
|
# @option params [Integer] :max_results
|
26632
|
-
# The maximum number of
|
26633
|
-
#
|
26634
|
-
#
|
26699
|
+
# The maximum number of items to return for this request. To get the
|
26700
|
+
# next page of items, make another request with the token returned in
|
26701
|
+
# the output. For more information, see [Pagination][1].
|
26702
|
+
#
|
26703
|
+
#
|
26704
|
+
#
|
26705
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
26635
26706
|
#
|
26636
26707
|
# @option params [Array<String>] :nat_gateway_ids
|
26637
26708
|
# One or more NAT gateway IDs.
|
26638
26709
|
#
|
26639
26710
|
# @option params [String] :next_token
|
26640
|
-
# The token
|
26711
|
+
# The token returned from a previous paginated request. Pagination
|
26712
|
+
# continues from the end of the items returned by the previous request.
|
26641
26713
|
#
|
26642
26714
|
# @return [Types::DescribeNatGatewaysResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
26643
26715
|
#
|
@@ -26823,12 +26895,17 @@ module Aws::EC2
|
|
26823
26895
|
# Default: Describes all your network ACLs.
|
26824
26896
|
#
|
26825
26897
|
# @option params [String] :next_token
|
26826
|
-
# The token
|
26898
|
+
# The token returned from a previous paginated request. Pagination
|
26899
|
+
# continues from the end of the items returned by the previous request.
|
26827
26900
|
#
|
26828
26901
|
# @option params [Integer] :max_results
|
26829
|
-
# The maximum number of
|
26830
|
-
#
|
26831
|
-
#
|
26902
|
+
# The maximum number of items to return for this request. To get the
|
26903
|
+
# next page of items, make another request with the token returned in
|
26904
|
+
# the output. For more information, see [Pagination][1].
|
26905
|
+
#
|
26906
|
+
#
|
26907
|
+
#
|
26908
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
26832
26909
|
#
|
26833
26910
|
# @return [Types::DescribeNetworkAclsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
26834
26911
|
#
|
@@ -28042,13 +28119,18 @@ module Aws::EC2
|
|
28042
28119
|
# (`INSTANCE-ATTACH` \| `EIP-ASSOCIATE`).
|
28043
28120
|
#
|
28044
28121
|
# @option params [String] :next_token
|
28045
|
-
# The token
|
28122
|
+
# The token returned from a previous paginated request. Pagination
|
28123
|
+
# continues from the end of the items returned by the previous request.
|
28046
28124
|
#
|
28047
28125
|
# @option params [Integer] :max_results
|
28048
|
-
# The maximum number of
|
28049
|
-
#
|
28050
|
-
#
|
28051
|
-
# returned by default.
|
28126
|
+
# The maximum number of items to return for this request. To get the
|
28127
|
+
# next page of items, make another request with the token returned in
|
28128
|
+
# the output. If this parameter is not specified, up to 50 results are
|
28129
|
+
# returned by default. For more information, see [Pagination][1].
|
28130
|
+
#
|
28131
|
+
#
|
28132
|
+
#
|
28133
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
28052
28134
|
#
|
28053
28135
|
# @return [Types::DescribeNetworkInterfacePermissionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
28054
28136
|
#
|
@@ -28224,13 +28306,19 @@ module Aws::EC2
|
|
28224
28306
|
# Default: Describes all your network interfaces.
|
28225
28307
|
#
|
28226
28308
|
# @option params [String] :next_token
|
28227
|
-
# The token
|
28309
|
+
# The token returned from a previous paginated request. Pagination
|
28310
|
+
# continues from the end of the items returned by the previous request.
|
28228
28311
|
#
|
28229
28312
|
# @option params [Integer] :max_results
|
28230
|
-
# The maximum number of items to return for this request.
|
28231
|
-
#
|
28232
|
-
#
|
28233
|
-
# interface IDs parameter in the same request.
|
28313
|
+
# The maximum number of items to return for this request. To get the
|
28314
|
+
# next page of items, make another request with the token returned in
|
28315
|
+
# the output. You cannot specify this parameter and the network
|
28316
|
+
# interface IDs parameter in the same request. For more information, see
|
28317
|
+
# [Pagination][1].
|
28318
|
+
#
|
28319
|
+
#
|
28320
|
+
#
|
28321
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
28234
28322
|
#
|
28235
28323
|
# @return [Types::DescribeNetworkInterfacesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
28236
28324
|
#
|
@@ -28864,12 +28952,17 @@ module Aws::EC2
|
|
28864
28952
|
# ^
|
28865
28953
|
#
|
28866
28954
|
# @option params [Integer] :max_results
|
28867
|
-
# The maximum number of
|
28868
|
-
#
|
28869
|
-
#
|
28955
|
+
# The maximum number of items to return for this request. To get the
|
28956
|
+
# next page of items, make another request with the token returned in
|
28957
|
+
# the output. For more information, see [Pagination][1].
|
28958
|
+
#
|
28959
|
+
#
|
28960
|
+
#
|
28961
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
28870
28962
|
#
|
28871
28963
|
# @option params [String] :next_token
|
28872
|
-
# The token
|
28964
|
+
# The token returned from a previous paginated request. Pagination
|
28965
|
+
# continues from the end of the items returned by the previous request.
|
28873
28966
|
#
|
28874
28967
|
# @option params [Boolean] :dry_run
|
28875
28968
|
# Checks whether you have the required permissions for the action,
|
@@ -29562,12 +29655,17 @@ module Aws::EC2
|
|
29562
29655
|
# Default: Describes all your route tables.
|
29563
29656
|
#
|
29564
29657
|
# @option params [String] :next_token
|
29565
|
-
# The token
|
29658
|
+
# The token returned from a previous paginated request. Pagination
|
29659
|
+
# continues from the end of the items returned by the previous request.
|
29566
29660
|
#
|
29567
29661
|
# @option params [Integer] :max_results
|
29568
|
-
# The maximum number of
|
29569
|
-
#
|
29570
|
-
#
|
29662
|
+
# The maximum number of items to return for this request. To get the
|
29663
|
+
# next page of items, make another request with the token returned in
|
29664
|
+
# the output. For more information, see [Pagination][1].
|
29665
|
+
#
|
29666
|
+
#
|
29667
|
+
#
|
29668
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
29571
29669
|
#
|
29572
29670
|
# @return [Types::DescribeRouteTablesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
29573
29671
|
#
|
@@ -30072,13 +30170,19 @@ module Aws::EC2
|
|
30072
30170
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
30073
30171
|
#
|
30074
30172
|
# @option params [String] :next_token
|
30075
|
-
# The token
|
30173
|
+
# The token returned from a previous paginated request. Pagination
|
30174
|
+
# continues from the end of the items returned by the previous request.
|
30076
30175
|
#
|
30077
30176
|
# @option params [Integer] :max_results
|
30078
|
-
# The maximum number of
|
30079
|
-
#
|
30080
|
-
#
|
30081
|
-
#
|
30177
|
+
# The maximum number of items to return for this request. To get the
|
30178
|
+
# next page of items, make another request with the token returned in
|
30179
|
+
# the output. This value can be between 5 and 1000. If this parameter is
|
30180
|
+
# not specified, then all items are returned. For more information, see
|
30181
|
+
# [Pagination][1].
|
30182
|
+
#
|
30183
|
+
#
|
30184
|
+
#
|
30185
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
30082
30186
|
#
|
30083
30187
|
# @return [Types::DescribeSecurityGroupRulesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
30084
30188
|
#
|
@@ -30261,13 +30365,19 @@ module Aws::EC2
|
|
30261
30365
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
30262
30366
|
#
|
30263
30367
|
# @option params [String] :next_token
|
30264
|
-
# The token
|
30368
|
+
# The token returned from a previous paginated request. Pagination
|
30369
|
+
# continues from the end of the items returned by the previous request.
|
30265
30370
|
#
|
30266
30371
|
# @option params [Integer] :max_results
|
30267
|
-
# The maximum number of
|
30268
|
-
#
|
30269
|
-
#
|
30270
|
-
#
|
30372
|
+
# The maximum number of items to return for this request. To get the
|
30373
|
+
# next page of items, make another request with the token returned in
|
30374
|
+
# the output. This value can be between 5 and 1000. If this parameter is
|
30375
|
+
# not specified, then all items are returned. For more information, see
|
30376
|
+
# [Pagination][1].
|
30377
|
+
#
|
30378
|
+
#
|
30379
|
+
#
|
30380
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
30271
30381
|
#
|
30272
30382
|
# @return [Types::DescribeSecurityGroupsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
30273
30383
|
#
|
@@ -30491,12 +30601,17 @@ module Aws::EC2
|
|
30491
30601
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
30492
30602
|
#
|
30493
30603
|
# @option params [String] :next_token
|
30494
|
-
# The token
|
30604
|
+
# The token returned from a previous paginated request. Pagination
|
30605
|
+
# continues from the end of the items returned by the previous request.
|
30495
30606
|
#
|
30496
30607
|
# @option params [Integer] :max_results
|
30497
|
-
# The maximum number of
|
30498
|
-
#
|
30499
|
-
#
|
30608
|
+
# The maximum number of items to return for this request. To get the
|
30609
|
+
# next page of items, make another request with the token returned in
|
30610
|
+
# the output. For more information, see [Pagination][1].
|
30611
|
+
#
|
30612
|
+
#
|
30613
|
+
#
|
30614
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
30500
30615
|
#
|
30501
30616
|
# @return [Types::DescribeSnapshotTierStatusResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
30502
30617
|
#
|
@@ -30591,22 +30706,19 @@ module Aws::EC2
|
|
30591
30706
|
# public snapshots.
|
30592
30707
|
#
|
30593
30708
|
# If you are describing a long list of snapshots, we recommend that you
|
30594
|
-
# paginate the output to make the list more manageable.
|
30595
|
-
#
|
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.
|
30709
|
+
# paginate the output to make the list more manageable. For more
|
30710
|
+
# information, see [Pagination][1].
|
30600
30711
|
#
|
30601
30712
|
# To get the state of fast snapshot restores for a snapshot, use
|
30602
30713
|
# DescribeFastSnapshotRestores.
|
30603
30714
|
#
|
30604
30715
|
# For more information about EBS snapshots, see [Amazon EBS
|
30605
|
-
# snapshots][
|
30716
|
+
# snapshots][2] in the *Amazon Elastic Compute Cloud User Guide*.
|
30606
30717
|
#
|
30607
30718
|
#
|
30608
30719
|
#
|
30609
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/
|
30720
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
30721
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html
|
30610
30722
|
#
|
30611
30723
|
# @option params [Array<Types::Filter>] :filters
|
30612
30724
|
# The filters.
|
@@ -30652,23 +30764,20 @@ module Aws::EC2
|
|
30652
30764
|
# * `volume-size` - The size of the volume, in GiB.
|
30653
30765
|
#
|
30654
30766
|
# @option params [Integer] :max_results
|
30655
|
-
# The maximum number of
|
30656
|
-
#
|
30657
|
-
#
|
30658
|
-
#
|
30659
|
-
#
|
30660
|
-
#
|
30661
|
-
#
|
30662
|
-
#
|
30663
|
-
#
|
30664
|
-
#
|
30767
|
+
# The maximum number of snapshots to return for this request. This value
|
30768
|
+
# can be between 5 and 1,000; if this value is larger than 1,000, only
|
30769
|
+
# 1,000 results are returned. If this parameter is not used, then the
|
30770
|
+
# request returns all snapshots. You cannot specify this parameter and
|
30771
|
+
# the snapshot IDs parameter in the same request. For more information,
|
30772
|
+
# see [Pagination][1].
|
30773
|
+
#
|
30774
|
+
#
|
30775
|
+
#
|
30776
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
30665
30777
|
#
|
30666
30778
|
# @option params [String] :next_token
|
30667
|
-
# The
|
30668
|
-
#
|
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.
|
30779
|
+
# The token returned from a previous paginated request. Pagination
|
30780
|
+
# continues from the end of the items returned by the previous request.
|
30672
30781
|
#
|
30673
30782
|
# @option params [Array<String>] :owner_ids
|
30674
30783
|
# Scopes the results to snapshots with the specified owners. You can
|
@@ -31888,13 +31997,17 @@ module Aws::EC2
|
|
31888
31997
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
31889
31998
|
#
|
31890
31999
|
# @option params [Integer] :max_results
|
31891
|
-
# The maximum number of items to return for this request.
|
31892
|
-
#
|
31893
|
-
#
|
32000
|
+
# The maximum number of items to return for this request. To get the
|
32001
|
+
# next page of items, make another request with the token returned in
|
32002
|
+
# the output. For more information, see [Pagination][1].
|
32003
|
+
#
|
32004
|
+
#
|
32005
|
+
#
|
32006
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
31894
32007
|
#
|
31895
32008
|
# @option params [String] :next_token
|
31896
|
-
# The token
|
31897
|
-
#
|
32009
|
+
# The token returned from a previous paginated request. Pagination
|
32010
|
+
# continues from the end of the items returned by the previous request.
|
31898
32011
|
#
|
31899
32012
|
# @option params [required, String] :vpc_id
|
31900
32013
|
# The ID of the VPC.
|
@@ -32170,12 +32283,17 @@ module Aws::EC2
|
|
32170
32283
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
32171
32284
|
#
|
32172
32285
|
# @option params [String] :next_token
|
32173
|
-
# The token
|
32286
|
+
# The token returned from a previous paginated request. Pagination
|
32287
|
+
# continues from the end of the items returned by the previous request.
|
32174
32288
|
#
|
32175
32289
|
# @option params [Integer] :max_results
|
32176
|
-
# The maximum number of
|
32177
|
-
#
|
32178
|
-
#
|
32290
|
+
# The maximum number of items to return for this request. To get the
|
32291
|
+
# next page of items, make another request with the token returned in
|
32292
|
+
# the output. For more information, see [Pagination][1].
|
32293
|
+
#
|
32294
|
+
#
|
32295
|
+
#
|
32296
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
32179
32297
|
#
|
32180
32298
|
# @return [Types::DescribeSubnetsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
32181
32299
|
#
|
@@ -32319,12 +32437,18 @@ module Aws::EC2
|
|
32319
32437
|
# * `value` - The tag value.
|
32320
32438
|
#
|
32321
32439
|
# @option params [Integer] :max_results
|
32322
|
-
# The maximum number of
|
32323
|
-
#
|
32324
|
-
#
|
32440
|
+
# The maximum number of items to return for this request. This value can
|
32441
|
+
# be between 5 and 1000. To get the next page of items, make another
|
32442
|
+
# request with the token returned in the output. For more information,
|
32443
|
+
# see [Pagination][1].
|
32444
|
+
#
|
32445
|
+
#
|
32446
|
+
#
|
32447
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
32325
32448
|
#
|
32326
32449
|
# @option params [String] :next_token
|
32327
|
-
# The token
|
32450
|
+
# The token returned from a previous paginated request. Pagination
|
32451
|
+
# continues from the end of the items returned by the previous request.
|
32328
32452
|
#
|
32329
32453
|
# @return [Types::DescribeTagsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
32330
32454
|
#
|
@@ -34150,22 +34274,21 @@ module Aws::EC2
|
|
34150
34274
|
# `impaired` \| `warning` \| `insufficient-data`).
|
34151
34275
|
#
|
34152
34276
|
# @option params [Integer] :max_results
|
34153
|
-
# The maximum number of
|
34154
|
-
#
|
34155
|
-
#
|
34156
|
-
#
|
34157
|
-
#
|
34158
|
-
#
|
34159
|
-
#
|
34160
|
-
#
|
34161
|
-
#
|
34162
|
-
#
|
34277
|
+
# The maximum number of items to return for this request. To get the
|
34278
|
+
# next page of items, make another request with the token returned in
|
34279
|
+
# the output. This value can be between 5 and 1,000; if the value is
|
34280
|
+
# larger than 1,000, only 1,000 results are returned. If this parameter
|
34281
|
+
# is not used, then all items are returned. You cannot specify this
|
34282
|
+
# parameter and the volume IDs parameter in the same request. For more
|
34283
|
+
# information, see [Pagination][1].
|
34284
|
+
#
|
34285
|
+
#
|
34286
|
+
#
|
34287
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
34163
34288
|
#
|
34164
34289
|
# @option params [String] :next_token
|
34165
|
-
# The
|
34166
|
-
#
|
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.
|
34290
|
+
# The token returned from a previous paginated request. Pagination
|
34291
|
+
# continues from the end of the items returned by the previous request.
|
34169
34292
|
#
|
34170
34293
|
# @option params [Array<String>] :volume_ids
|
34171
34294
|
# The IDs of the volumes.
|
@@ -34299,19 +34422,16 @@ module Aws::EC2
|
|
34299
34422
|
# Describes the specified EBS volumes or all of your EBS volumes.
|
34300
34423
|
#
|
34301
34424
|
# If you are describing a long list of volumes, we recommend that you
|
34302
|
-
# paginate the output to make the list more manageable.
|
34303
|
-
#
|
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.
|
34425
|
+
# paginate the output to make the list more manageable. For more
|
34426
|
+
# information, see [Pagination][1].
|
34308
34427
|
#
|
34309
|
-
# For more information about EBS volumes, see [Amazon EBS volumes][
|
34428
|
+
# For more information about EBS volumes, see [Amazon EBS volumes][2] in
|
34310
34429
|
# the *Amazon Elastic Compute Cloud User Guide*.
|
34311
34430
|
#
|
34312
34431
|
#
|
34313
34432
|
#
|
34314
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/
|
34433
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
34434
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html
|
34315
34435
|
#
|
34316
34436
|
# @option params [Array<Types::Filter>] :filters
|
34317
34437
|
# The filters.
|
@@ -34378,23 +34498,21 @@ module Aws::EC2
|
|
34378
34498
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
34379
34499
|
#
|
34380
34500
|
# @option params [Integer] :max_results
|
34381
|
-
# The maximum number of
|
34382
|
-
#
|
34383
|
-
#
|
34384
|
-
#
|
34385
|
-
#
|
34386
|
-
#
|
34387
|
-
#
|
34388
|
-
#
|
34389
|
-
#
|
34390
|
-
#
|
34501
|
+
# The maximum number of volumes to return for this request. This value
|
34502
|
+
# can be between 5 and 500; if you specify a value larger than 500, only
|
34503
|
+
# 500 items are returned. If this parameter is not used, then all items
|
34504
|
+
# are returned. You cannot specify this parameter and the volume IDs
|
34505
|
+
# parameter in the same request. For more information, see
|
34506
|
+
# [Pagination][1].
|
34507
|
+
#
|
34508
|
+
#
|
34509
|
+
#
|
34510
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
34391
34511
|
#
|
34392
34512
|
# @option params [String] :next_token
|
34393
|
-
# The
|
34394
|
-
#
|
34395
|
-
#
|
34396
|
-
# end of the previous results that returned the `NextToken` value. This
|
34397
|
-
# value is `null` when there are no more results to return.
|
34513
|
+
# The token returned from a previous paginated request. Pagination
|
34514
|
+
# continues from the end of the items returned from the previous
|
34515
|
+
# request.
|
34398
34516
|
#
|
34399
34517
|
# @return [Types::DescribeVolumesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
34400
34518
|
#
|
@@ -34602,11 +34720,16 @@ module Aws::EC2
|
|
34602
34720
|
# * `volume-id` - The ID of the volume.
|
34603
34721
|
#
|
34604
34722
|
# @option params [String] :next_token
|
34605
|
-
# The
|
34723
|
+
# The token returned by a previous paginated request. Pagination
|
34724
|
+
# continues from the end of the items returned by the previous request.
|
34606
34725
|
#
|
34607
34726
|
# @option params [Integer] :max_results
|
34608
34727
|
# The maximum number of results (up to a limit of 500) to be returned in
|
34609
|
-
# a paginated request.
|
34728
|
+
# a paginated request. For more information, see [Pagination][1].
|
34729
|
+
#
|
34730
|
+
#
|
34731
|
+
#
|
34732
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
34610
34733
|
#
|
34611
34734
|
# @return [Types::DescribeVolumesModificationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
34612
34735
|
#
|
@@ -34839,12 +34962,17 @@ module Aws::EC2
|
|
34839
34962
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
|
34840
34963
|
#
|
34841
34964
|
# @option params [Integer] :max_results
|
34842
|
-
# The maximum number of
|
34843
|
-
#
|
34844
|
-
#
|
34965
|
+
# The maximum number of items to return for this request. To get the
|
34966
|
+
# next page of items, make another request with the token returned in
|
34967
|
+
# the output. For more information, see [Pagination][1].
|
34968
|
+
#
|
34969
|
+
#
|
34970
|
+
#
|
34971
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
34845
34972
|
#
|
34846
34973
|
# @option params [String] :next_token
|
34847
|
-
# The token
|
34974
|
+
# The token returned from a previous paginated request. Pagination
|
34975
|
+
# continues from the end of the items returned by the previous request.
|
34848
34976
|
#
|
34849
34977
|
# @option params [Array<String>] :vpc_ids
|
34850
34978
|
# One or more VPC IDs.
|
@@ -35513,12 +35641,17 @@ module Aws::EC2
|
|
35513
35641
|
# Default: Describes all your VPC peering connections.
|
35514
35642
|
#
|
35515
35643
|
# @option params [String] :next_token
|
35516
|
-
# The token
|
35644
|
+
# The token returned from a previous paginated request. Pagination
|
35645
|
+
# continues from the end of the items returned by the previous request.
|
35517
35646
|
#
|
35518
35647
|
# @option params [Integer] :max_results
|
35519
|
-
# The maximum number of
|
35520
|
-
#
|
35521
|
-
#
|
35648
|
+
# The maximum number of items to return for this request. To get the
|
35649
|
+
# next page of items, make another request with the token returned in
|
35650
|
+
# the output. For more information, see [Pagination][1].
|
35651
|
+
#
|
35652
|
+
#
|
35653
|
+
#
|
35654
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
35522
35655
|
#
|
35523
35656
|
# @return [Types::DescribeVpcPeeringConnectionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
35524
35657
|
#
|
@@ -35655,12 +35788,17 @@ module Aws::EC2
|
|
35655
35788
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
35656
35789
|
#
|
35657
35790
|
# @option params [String] :next_token
|
35658
|
-
# The token
|
35791
|
+
# The token returned from a previous paginated request. Pagination
|
35792
|
+
# continues from the end of the items returned by the previous request.
|
35659
35793
|
#
|
35660
35794
|
# @option params [Integer] :max_results
|
35661
|
-
# The maximum number of
|
35662
|
-
#
|
35663
|
-
#
|
35795
|
+
# The maximum number of items to return for this request. To get the
|
35796
|
+
# next page of items, make another request with the token returned in
|
35797
|
+
# the output. For more information, see [Pagination][1].
|
35798
|
+
#
|
35799
|
+
#
|
35800
|
+
#
|
35801
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
35664
35802
|
#
|
35665
35803
|
# @return [Types::DescribeVpcsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
35666
35804
|
#
|
@@ -42857,12 +42995,17 @@ module Aws::EC2
|
|
42857
42995
|
# Lists one or more snapshots that are currently in the Recycle Bin.
|
42858
42996
|
#
|
42859
42997
|
# @option params [Integer] :max_results
|
42860
|
-
# The maximum number of
|
42861
|
-
#
|
42862
|
-
#
|
42998
|
+
# The maximum number of items to return for this request. To get the
|
42999
|
+
# next page of items, make another request with the token returned in
|
43000
|
+
# the output. For more information, see [Pagination][1].
|
43001
|
+
#
|
43002
|
+
#
|
43003
|
+
#
|
43004
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
42863
43005
|
#
|
42864
43006
|
# @option params [String] :next_token
|
42865
|
-
# The token
|
43007
|
+
# The token returned from a previous paginated request. Pagination
|
43008
|
+
# continues from the end of the items returned by the previous request.
|
42866
43009
|
#
|
42867
43010
|
# @option params [Array<String>] :snapshot_ids
|
42868
43011
|
# The IDs of the snapshots to list. Omit this parameter to list all of
|
@@ -51119,7 +51262,7 @@ module Aws::EC2
|
|
51119
51262
|
# ramdisk_id: "String",
|
51120
51263
|
# spot_price: "String",
|
51121
51264
|
# subnet_id: "SubnetId",
|
51122
|
-
# user_data: "
|
51265
|
+
# user_data: "SensitiveUserData",
|
51123
51266
|
# weighted_capacity: 1.0,
|
51124
51267
|
# tag_specifications: [
|
51125
51268
|
# {
|
@@ -51589,7 +51732,7 @@ module Aws::EC2
|
|
51589
51732
|
# },
|
51590
51733
|
# ramdisk_id: "RamdiskId",
|
51591
51734
|
# subnet_id: "SubnetId",
|
51592
|
-
# user_data: "
|
51735
|
+
# user_data: "SensitiveUserData",
|
51593
51736
|
# },
|
51594
51737
|
# spot_price: "String",
|
51595
51738
|
# type: "one-time", # accepts one-time, persistent
|
@@ -55414,10 +55557,10 @@ module Aws::EC2
|
|
55414
55557
|
req.send_request(options)
|
55415
55558
|
end
|
55416
55559
|
|
55417
|
-
# Unassigns secondary private
|
55418
|
-
#
|
55419
|
-
#
|
55420
|
-
#
|
55560
|
+
# Unassigns secondary private IPv4 addresses from a private NAT gateway.
|
55561
|
+
# You cannot unassign your primary private IP. For more information, see
|
55562
|
+
# [Edit secondary IP address associations][1] in the *Amazon Virtual
|
55563
|
+
# Private Cloud User Guide*.
|
55421
55564
|
#
|
55422
55565
|
# While unassigning is in progress, you cannot assign/unassign
|
55423
55566
|
# additional IP addresses while the connections are being drained. You
|
@@ -55840,7 +55983,7 @@ module Aws::EC2
|
|
55840
55983
|
params: params,
|
55841
55984
|
config: config)
|
55842
55985
|
context[:gem_name] = 'aws-sdk-ec2'
|
55843
|
-
context[:gem_version] = '1.
|
55986
|
+
context[:gem_version] = '1.365.0'
|
55844
55987
|
Seahorse::Client::Request.new(handlers, context)
|
55845
55988
|
end
|
55846
55989
|
|
@@ -55930,6 +56073,7 @@ module Aws::EC2
|
|
55930
56073
|
# | password_data_available | {Client#get_password_data} | 15 | 40 |
|
55931
56074
|
# | security_group_exists | {Client#describe_security_groups} | 5 | 6 |
|
55932
56075
|
# | snapshot_completed | {Client#describe_snapshots} | 15 | 40 |
|
56076
|
+
# | snapshot_imported | {Client#describe_import_snapshot_tasks} | 15 | 40 |
|
55933
56077
|
# | spot_instance_request_fulfilled | {Client#describe_spot_instance_requests} | 15 | 40 |
|
55934
56078
|
# | subnet_available | {Client#describe_subnets} | 15 | 40 |
|
55935
56079
|
# | system_status_ok | {Client#describe_instance_status} | 15 | 40 |
|
@@ -56014,6 +56158,7 @@ module Aws::EC2
|
|
56014
56158
|
password_data_available: Waiters::PasswordDataAvailable,
|
56015
56159
|
security_group_exists: Waiters::SecurityGroupExists,
|
56016
56160
|
snapshot_completed: Waiters::SnapshotCompleted,
|
56161
|
+
snapshot_imported: Waiters::SnapshotImported,
|
56017
56162
|
spot_instance_request_fulfilled: Waiters::SpotInstanceRequestFulfilled,
|
56018
56163
|
subnet_available: Waiters::SubnetAvailable,
|
56019
56164
|
system_status_ok: Waiters::SystemStatusOk,
|