aws-sdk-ec2 1.322.0 → 1.323.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 +251 -125
- data/lib/aws-sdk-ec2/resource.rb +38 -14
- data/lib/aws-sdk-ec2/subnet.rb +17 -5
- data/lib/aws-sdk-ec2/types.rb +415 -171
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -1013,9 +1013,12 @@ module Aws::EC2
|
|
1013
1013
|
|
1014
1014
|
# Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR
|
1015
1015
|
# assignment from an IPAM pool to another resource or IPAM pool. For
|
1016
|
-
# more information, see [Allocate
|
1017
|
-
#
|
1018
|
-
#
|
1016
|
+
# more information, see [Allocate CIDRs][1] in the *Amazon VPC IPAM User
|
1017
|
+
# Guide*.
|
1018
|
+
#
|
1019
|
+
#
|
1020
|
+
#
|
1021
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/allocate-cidrs-ipam.html
|
1019
1022
|
#
|
1020
1023
|
# @option params [Boolean] :dry_run
|
1021
1024
|
# A check for whether you have the required permissions for the action
|
@@ -2256,26 +2259,40 @@ module Aws::EC2
|
|
2256
2259
|
# @option params [String] :ipv_4_ipam_pool_id
|
2257
2260
|
# Associate a CIDR allocated from an IPv4 IPAM pool to a VPC. For more
|
2258
2261
|
# information about Amazon VPC IP Address Manager (IPAM), see [What is
|
2259
|
-
# IPAM?]
|
2260
|
-
#
|
2262
|
+
# IPAM?][1] in the *Amazon VPC IPAM User Guide*.
|
2263
|
+
#
|
2264
|
+
#
|
2265
|
+
#
|
2266
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
2261
2267
|
#
|
2262
2268
|
# @option params [Integer] :ipv_4_netmask_length
|
2263
2269
|
# The netmask length of the IPv4 CIDR you would like to associate from
|
2264
2270
|
# an Amazon VPC IP Address Manager (IPAM) pool. For more information
|
2265
|
-
# about IPAM, see [What is IPAM?]
|
2266
|
-
#
|
2271
|
+
# about IPAM, see [What is IPAM?][1] in the *Amazon VPC IPAM User
|
2272
|
+
# Guide*.
|
2273
|
+
#
|
2274
|
+
#
|
2275
|
+
#
|
2276
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
2267
2277
|
#
|
2268
2278
|
# @option params [String] :ipv_6_ipam_pool_id
|
2269
2279
|
# Associates a CIDR allocated from an IPv6 IPAM pool to a VPC. For more
|
2270
2280
|
# information about Amazon VPC IP Address Manager (IPAM), see [What is
|
2271
|
-
# IPAM?]
|
2272
|
-
#
|
2281
|
+
# IPAM?][1] in the *Amazon VPC IPAM User Guide*.
|
2282
|
+
#
|
2283
|
+
#
|
2284
|
+
#
|
2285
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
2273
2286
|
#
|
2274
2287
|
# @option params [Integer] :ipv_6_netmask_length
|
2275
2288
|
# The netmask length of the IPv6 CIDR you would like to associate from
|
2276
2289
|
# an Amazon VPC IP Address Manager (IPAM) pool. For more information
|
2277
|
-
# about IPAM, see [What is IPAM?]
|
2278
|
-
#
|
2290
|
+
# about IPAM, see [What is IPAM?][1] in the *Amazon VPC IPAM User
|
2291
|
+
# Guide*.
|
2292
|
+
#
|
2293
|
+
#
|
2294
|
+
#
|
2295
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
2279
2296
|
#
|
2280
2297
|
# @return [Types::AssociateVpcCidrBlockResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2281
2298
|
#
|
@@ -6640,9 +6657,12 @@ module Aws::EC2
|
|
6640
6657
|
# addresses across Amazon Web Services Regions and accounts throughout
|
6641
6658
|
# your Amazon Web Services Organization.
|
6642
6659
|
#
|
6643
|
-
# For more information, see [Create an
|
6644
|
-
#
|
6645
|
-
#
|
6660
|
+
# For more information, see [Create an IPAM][1] in the *Amazon VPC IPAM
|
6661
|
+
# User Guide*.
|
6662
|
+
#
|
6663
|
+
#
|
6664
|
+
#
|
6665
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html
|
6646
6666
|
#
|
6647
6667
|
# @option params [Boolean] :dry_run
|
6648
6668
|
# A check for whether you have the required permissions for the action
|
@@ -6659,9 +6679,12 @@ module Aws::EC2
|
|
6659
6679
|
# IPAM only discovers and monitors resources in the Amazon Web Services
|
6660
6680
|
# Regions you select as operating Regions.
|
6661
6681
|
#
|
6662
|
-
# For more information about operating Regions, see [Create an
|
6663
|
-
#
|
6664
|
-
#
|
6682
|
+
# For more information about operating Regions, see [Create an IPAM][1]
|
6683
|
+
# in the *Amazon VPC IPAM User Guide*.
|
6684
|
+
#
|
6685
|
+
#
|
6686
|
+
#
|
6687
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html
|
6665
6688
|
#
|
6666
6689
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
6667
6690
|
# The key/value combination of a tag assigned to the resource. Use the
|
@@ -6743,9 +6766,12 @@ module Aws::EC2
|
|
6743
6766
|
# needs for development and production applications, you can create a
|
6744
6767
|
# pool for each.
|
6745
6768
|
#
|
6746
|
-
# For more information, see [Create a top-level
|
6747
|
-
#
|
6748
|
-
#
|
6769
|
+
# For more information, see [Create a top-level pool][1] in the *Amazon
|
6770
|
+
# VPC IPAM User Guide*.
|
6771
|
+
#
|
6772
|
+
#
|
6773
|
+
#
|
6774
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-top-ipam.html
|
6749
6775
|
#
|
6750
6776
|
# @option params [Boolean] :dry_run
|
6751
6777
|
# A check for whether you have the required permissions for the action
|
@@ -6934,10 +6960,13 @@ module Aws::EC2
|
|
6934
6960
|
# IP addresses across multiple unconnected networks without causing IP
|
6935
6961
|
# address overlap or conflict.
|
6936
6962
|
#
|
6937
|
-
# For more information, see [Add a
|
6938
|
-
# scope](/vpc/latest/ipam/add-scope-ipam.html) in the *Amazon VPC IPAM
|
6963
|
+
# For more information, see [Add a scope][1] in the *Amazon VPC IPAM
|
6939
6964
|
# User Guide*.
|
6940
6965
|
#
|
6966
|
+
#
|
6967
|
+
#
|
6968
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/add-scope-ipam.html
|
6969
|
+
#
|
6941
6970
|
# @option params [Boolean] :dry_run
|
6942
6971
|
# A check for whether you have the required permissions for the action
|
6943
6972
|
# without actually making the request and provides an error response. If
|
@@ -7482,7 +7511,7 @@ module Aws::EC2
|
|
7482
7511
|
req.send_request(options)
|
7483
7512
|
end
|
7484
7513
|
|
7485
|
-
# Creates a new version
|
7514
|
+
# Creates a new version of a launch template. You can specify an
|
7486
7515
|
# existing version of launch template from which to base the new
|
7487
7516
|
# version.
|
7488
7517
|
#
|
@@ -7495,7 +7524,7 @@ module Aws::EC2
|
|
7495
7524
|
# launch template that includes any changes you require.
|
7496
7525
|
#
|
7497
7526
|
# For more information, see [Modify a launch template (manage launch
|
7498
|
-
# template versions)][1]in the *Amazon Elastic Compute Cloud User
|
7527
|
+
# template versions)][1] in the *Amazon Elastic Compute Cloud User
|
7499
7528
|
# Guide*.
|
7500
7529
|
#
|
7501
7530
|
#
|
@@ -7520,12 +7549,16 @@ module Aws::EC2
|
|
7520
7549
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
7521
7550
|
#
|
7522
7551
|
# @option params [String] :launch_template_id
|
7523
|
-
# The ID of the launch template.
|
7524
|
-
#
|
7552
|
+
# The ID of the launch template.
|
7553
|
+
#
|
7554
|
+
# You must specify either the `LaunchTemplateId` or the
|
7555
|
+
# `LaunchTemplateName`, but not both.
|
7525
7556
|
#
|
7526
7557
|
# @option params [String] :launch_template_name
|
7527
|
-
# The name of the launch template.
|
7528
|
-
#
|
7558
|
+
# The name of the launch template.
|
7559
|
+
#
|
7560
|
+
# You must specify the `LaunchTemplateName` or the `LaunchTemplateId`,
|
7561
|
+
# but not both.
|
7529
7562
|
#
|
7530
7563
|
# @option params [String] :source_version
|
7531
7564
|
# The version number of the launch template version on which to base the
|
@@ -10764,11 +10797,12 @@ module Aws::EC2
|
|
10764
10797
|
# maximum of 50 tags. Each tag consists of a key and optional value. Tag
|
10765
10798
|
# keys must be unique per resource.
|
10766
10799
|
#
|
10767
|
-
# For more information about tags, see [
|
10768
|
-
# the *Amazon Elastic Compute Cloud User Guide*. For
|
10769
|
-
# about creating IAM policies that control users'
|
10770
|
-
# based on tags, see [Supported
|
10771
|
-
# EC2 API
|
10800
|
+
# For more information about tags, see [Tag your Amazon EC2
|
10801
|
+
# resources][1] in the *Amazon Elastic Compute Cloud User Guide*. For
|
10802
|
+
# more information about creating IAM policies that control users'
|
10803
|
+
# access to resources based on tags, see [Supported resource-level
|
10804
|
+
# permissions for Amazon EC2 API actions][2] in the *Amazon Elastic
|
10805
|
+
# Compute Cloud User Guide*.
|
10772
10806
|
#
|
10773
10807
|
#
|
10774
10808
|
#
|
@@ -11652,9 +11686,8 @@ module Aws::EC2
|
|
11652
11686
|
|
11653
11687
|
# Requests a transit gateway peering attachment between the specified
|
11654
11688
|
# transit gateway (requester) and a peer transit gateway (accepter). The
|
11655
|
-
# transit
|
11656
|
-
#
|
11657
|
-
# account.
|
11689
|
+
# peer transit gateway can be in your account or a different Amazon Web
|
11690
|
+
# Services account.
|
11658
11691
|
#
|
11659
11692
|
# After you create the peering attachment, the owner of the accepter
|
11660
11693
|
# transit gateway must accept the attachment request.
|
@@ -11674,6 +11707,7 @@ module Aws::EC2
|
|
11674
11707
|
# The Region where the peer transit gateway is located.
|
11675
11708
|
#
|
11676
11709
|
# @option params [Types::CreateTransitGatewayPeeringAttachmentRequestOptions] :options
|
11710
|
+
# Requests a transit gateway peering attachment.
|
11677
11711
|
#
|
11678
11712
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
11679
11713
|
# The tags to apply to the transit gateway peering attachment.
|
@@ -12488,34 +12522,46 @@ module Aws::EC2
|
|
12488
12522
|
#
|
12489
12523
|
# @option params [String] :ipv_4_ipam_pool_id
|
12490
12524
|
# The ID of an IPv4 IPAM pool you want to use for allocating this VPC's
|
12491
|
-
# CIDR. For more information, see [What is
|
12492
|
-
# IPAM
|
12493
|
-
#
|
12525
|
+
# CIDR. For more information, see [What is IPAM?][1] in the *Amazon VPC
|
12526
|
+
# IPAM User Guide*.
|
12527
|
+
#
|
12528
|
+
#
|
12529
|
+
#
|
12530
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
12494
12531
|
#
|
12495
12532
|
# @option params [Integer] :ipv_4_netmask_length
|
12496
12533
|
# The netmask length of the IPv4 CIDR you want to allocate to this VPC
|
12497
12534
|
# from an Amazon VPC IP Address Manager (IPAM) pool. For more
|
12498
|
-
# information about IPAM, see [What is
|
12499
|
-
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
12535
|
+
# information about IPAM, see [What is IPAM?][1] in the *Amazon VPC IPAM
|
12500
12536
|
# User Guide*.
|
12501
12537
|
#
|
12538
|
+
#
|
12539
|
+
#
|
12540
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
12541
|
+
#
|
12502
12542
|
# @option params [String] :ipv_6_ipam_pool_id
|
12503
12543
|
# The ID of an IPv6 IPAM pool which will be used to allocate this VPC an
|
12504
12544
|
# IPv6 CIDR. IPAM is a VPC feature that you can use to automate your IP
|
12505
12545
|
# address management workflows including assigning, tracking,
|
12506
12546
|
# troubleshooting, and auditing IP addresses across Amazon Web Services
|
12507
12547
|
# Regions and accounts throughout your Amazon Web Services Organization.
|
12508
|
-
# For more information, see [What is
|
12509
|
-
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
12548
|
+
# For more information, see [What is IPAM?][1] in the *Amazon VPC IPAM
|
12510
12549
|
# User Guide*.
|
12511
12550
|
#
|
12551
|
+
#
|
12552
|
+
#
|
12553
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
12554
|
+
#
|
12512
12555
|
# @option params [Integer] :ipv_6_netmask_length
|
12513
12556
|
# The netmask length of the IPv6 CIDR you want to allocate to this VPC
|
12514
12557
|
# from an Amazon VPC IP Address Manager (IPAM) pool. For more
|
12515
|
-
# information about IPAM, see [What is
|
12516
|
-
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
12558
|
+
# information about IPAM, see [What is IPAM?][1] in the *Amazon VPC IPAM
|
12517
12559
|
# User Guide*.
|
12518
12560
|
#
|
12561
|
+
#
|
12562
|
+
#
|
12563
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
12564
|
+
#
|
12519
12565
|
# @option params [Boolean] :dry_run
|
12520
12566
|
# Checks whether you have the required permissions for the action,
|
12521
12567
|
# without actually making the request, and provides an error response.
|
@@ -13940,9 +13986,12 @@ module Aws::EC2
|
|
13940
13986
|
# Delete an IPAM. Deleting an IPAM removes all monitored data associated
|
13941
13987
|
# with the IPAM including the historical data for CIDRs.
|
13942
13988
|
#
|
13943
|
-
# For more information, see [Delete an
|
13944
|
-
#
|
13945
|
-
#
|
13989
|
+
# For more information, see [Delete an IPAM][1] in the *Amazon VPC IPAM
|
13990
|
+
# User Guide*.
|
13991
|
+
#
|
13992
|
+
#
|
13993
|
+
#
|
13994
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/delete-ipam.html
|
13946
13995
|
#
|
13947
13996
|
# @option params [Boolean] :dry_run
|
13948
13997
|
# A check for whether you have the required permissions for the action
|
@@ -14024,14 +14073,14 @@ module Aws::EC2
|
|
14024
14073
|
#
|
14025
14074
|
# </note>
|
14026
14075
|
#
|
14027
|
-
# For more information, see [Delete a
|
14028
|
-
# pool](/vpc/latest/ipam/delete-pool-ipam.html) in the *Amazon VPC IPAM
|
14076
|
+
# For more information, see [Delete a pool][3] in the *Amazon VPC IPAM
|
14029
14077
|
# User Guide*.
|
14030
14078
|
#
|
14031
14079
|
#
|
14032
14080
|
#
|
14033
14081
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ReleaseIpamPoolAllocation.html
|
14034
14082
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeprovisionIpamPoolCidr.html
|
14083
|
+
# [3]: https://docs.aws.amazon.com/vpc/latest/ipam/delete-pool-ipam.html
|
14035
14084
|
#
|
14036
14085
|
# @option params [Boolean] :dry_run
|
14037
14086
|
# A check for whether you have the required permissions for the action
|
@@ -14093,9 +14142,12 @@ module Aws::EC2
|
|
14093
14142
|
|
14094
14143
|
# Delete the scope for an IPAM. You cannot delete the default scopes.
|
14095
14144
|
#
|
14096
|
-
# For more information, see [Delete a
|
14097
|
-
#
|
14098
|
-
#
|
14145
|
+
# For more information, see [Delete a scope][1] in the *Amazon VPC IPAM
|
14146
|
+
# User Guide*.
|
14147
|
+
#
|
14148
|
+
#
|
14149
|
+
#
|
14150
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/delete-scope-ipam.html
|
14099
14151
|
#
|
14100
14152
|
# @option params [Boolean] :dry_run
|
14101
14153
|
# A check for whether you have the required permissions for the action
|
@@ -14195,12 +14247,16 @@ module Aws::EC2
|
|
14195
14247
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
14196
14248
|
#
|
14197
14249
|
# @option params [String] :launch_template_id
|
14198
|
-
# The ID of the launch template.
|
14199
|
-
#
|
14250
|
+
# The ID of the launch template.
|
14251
|
+
#
|
14252
|
+
# You must specify either the `LaunchTemplateId` or the
|
14253
|
+
# `LaunchTemplateName`, but not both.
|
14200
14254
|
#
|
14201
14255
|
# @option params [String] :launch_template_name
|
14202
|
-
# The name of the launch template.
|
14203
|
-
#
|
14256
|
+
# The name of the launch template.
|
14257
|
+
#
|
14258
|
+
# You must specify either the `LaunchTemplateName` or the
|
14259
|
+
# `LaunchTemplateId`, but not both.
|
14204
14260
|
#
|
14205
14261
|
# @return [Types::DeleteLaunchTemplateResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
14206
14262
|
#
|
@@ -14269,12 +14325,16 @@ module Aws::EC2
|
|
14269
14325
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
14270
14326
|
#
|
14271
14327
|
# @option params [String] :launch_template_id
|
14272
|
-
# The ID of the launch template.
|
14273
|
-
#
|
14328
|
+
# The ID of the launch template.
|
14329
|
+
#
|
14330
|
+
# You must specify either the `LaunchTemplateId` or the
|
14331
|
+
# `LaunchTemplateName`, but not both.
|
14274
14332
|
#
|
14275
14333
|
# @option params [String] :launch_template_name
|
14276
|
-
# The name of the launch template.
|
14277
|
-
#
|
14334
|
+
# The name of the launch template.
|
14335
|
+
#
|
14336
|
+
# You must specify either the `LaunchTemplateName` or the
|
14337
|
+
# `LaunchTemplateId`, but not both.
|
14278
14338
|
#
|
14279
14339
|
# @option params [required, Array<String>] :versions
|
14280
14340
|
# The version numbers of one or more launch template versions to delete.
|
@@ -15295,8 +15355,8 @@ module Aws::EC2
|
|
15295
15355
|
# Deletes the specified set of tags from the specified set of resources.
|
15296
15356
|
#
|
15297
15357
|
# To list the current tags, use DescribeTags. For more information about
|
15298
|
-
# tags, see [
|
15299
|
-
# Cloud User Guide*.
|
15358
|
+
# tags, see [Tag your Amazon EC2 resources][1] in the *Amazon Elastic
|
15359
|
+
# Compute Cloud User Guide*.
|
15300
15360
|
#
|
15301
15361
|
#
|
15302
15362
|
#
|
@@ -16468,8 +16528,11 @@ module Aws::EC2
|
|
16468
16528
|
# Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a
|
16469
16529
|
# CIDR from a pool that has a source pool, the CIDR is recycled back
|
16470
16530
|
# into the source pool. For more information, see [Deprovision pool
|
16471
|
-
# CIDRs]
|
16472
|
-
#
|
16531
|
+
# CIDRs][1] in the *Amazon VPC IPAM User Guide*.
|
16532
|
+
#
|
16533
|
+
#
|
16534
|
+
#
|
16535
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/depro-pool-cidr-ipam.html
|
16473
16536
|
#
|
16474
16537
|
# @option params [Boolean] :dry_run
|
16475
16538
|
# A check for whether you have the required permissions for the action
|
@@ -22842,10 +22905,13 @@ module Aws::EC2
|
|
22842
22905
|
|
22843
22906
|
# Get information about your IPAM pools.
|
22844
22907
|
#
|
22845
|
-
# For more information, see [What is
|
22846
|
-
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
22908
|
+
# For more information, see [What is IPAM?][1] in the *Amazon VPC IPAM
|
22847
22909
|
# User Guide*.
|
22848
22910
|
#
|
22911
|
+
#
|
22912
|
+
#
|
22913
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
22914
|
+
#
|
22849
22915
|
# @option params [Boolean] :dry_run
|
22850
22916
|
# A check for whether you have the required permissions for the action
|
22851
22917
|
# without actually making the request and provides an error response. If
|
@@ -23120,18 +23186,24 @@ module Aws::EC2
|
|
23120
23186
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
23121
23187
|
#
|
23122
23188
|
# @option params [String] :launch_template_id
|
23123
|
-
# The ID of the launch template.
|
23124
|
-
#
|
23125
|
-
#
|
23126
|
-
#
|
23127
|
-
#
|
23189
|
+
# The ID of the launch template.
|
23190
|
+
#
|
23191
|
+
# To describe one or more versions of a specified launch template, you
|
23192
|
+
# must specify either the `LaunchTemplateId` or the
|
23193
|
+
# `LaunchTemplateName`, but not both.
|
23194
|
+
#
|
23195
|
+
# To describe all the latest or default launch template versions in your
|
23196
|
+
# account, you must omit this parameter.
|
23128
23197
|
#
|
23129
23198
|
# @option params [String] :launch_template_name
|
23130
|
-
# The name of the launch template.
|
23131
|
-
#
|
23132
|
-
#
|
23133
|
-
#
|
23134
|
-
#
|
23199
|
+
# The name of the launch template.
|
23200
|
+
#
|
23201
|
+
# To describe one or more versions of a specified launch template, you
|
23202
|
+
# must specify either the `LaunchTemplateName` or the
|
23203
|
+
# `LaunchTemplateId`, but not both.
|
23204
|
+
#
|
23205
|
+
# To describe all the latest or default launch template versions in your
|
23206
|
+
# account, you must omit this parameter.
|
23135
23207
|
#
|
23136
23208
|
# @option params [Array<String>] :versions
|
23137
23209
|
# One or more versions of the launch template. Valid values depend on
|
@@ -23145,7 +23217,7 @@ module Aws::EC2
|
|
23145
23217
|
# the latest version, the valid value is `$Latest`. To describe all
|
23146
23218
|
# launch templates in your account that are defined as the default
|
23147
23219
|
# version, the valid value is `$Default`. You can specify `$Latest` and
|
23148
|
-
# `$Default` in the same
|
23220
|
+
# `$Default` in the same request. You cannot specify numbers.
|
23149
23221
|
#
|
23150
23222
|
# @option params [String] :min_version
|
23151
23223
|
# The version number after which to describe launch template versions.
|
@@ -29528,8 +29600,8 @@ module Aws::EC2
|
|
29528
29600
|
|
29529
29601
|
# Describes the specified tags for your EC2 resources.
|
29530
29602
|
#
|
29531
|
-
# For more information about tags, see [
|
29532
|
-
# the *Amazon Elastic Compute Cloud User Guide*.
|
29603
|
+
# For more information about tags, see [Tag your Amazon EC2
|
29604
|
+
# resources][1] in the *Amazon Elastic Compute Cloud User Guide*.
|
29533
29605
|
#
|
29534
29606
|
#
|
29535
29607
|
#
|
@@ -33341,9 +33413,12 @@ module Aws::EC2
|
|
33341
33413
|
end
|
33342
33414
|
|
33343
33415
|
# Disable the IPAM account. For more information, see [Enable
|
33344
|
-
# integration with
|
33345
|
-
#
|
33346
|
-
#
|
33416
|
+
# integration with Organizations][1] in the *Amazon VPC IPAM User
|
33417
|
+
# Guide*.
|
33418
|
+
#
|
33419
|
+
#
|
33420
|
+
#
|
33421
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/enable-integ-ipam.html
|
33347
33422
|
#
|
33348
33423
|
# @option params [Boolean] :dry_run
|
33349
33424
|
# A check for whether you have the required permissions for the action
|
@@ -34474,8 +34549,11 @@ module Aws::EC2
|
|
34474
34549
|
# Enable an Organizations member account as the IPAM admin account. You
|
34475
34550
|
# cannot select the Organizations management account as the IPAM admin
|
34476
34551
|
# account. For more information, see [Enable integration with
|
34477
|
-
# Organizations]
|
34478
|
-
#
|
34552
|
+
# Organizations][1] in the *Amazon VPC IPAM User Guide*.
|
34553
|
+
#
|
34554
|
+
#
|
34555
|
+
#
|
34556
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/enable-integ-ipam.html
|
34479
34557
|
#
|
34480
34558
|
# @option params [Boolean] :dry_run
|
34481
34559
|
# A check for whether you have the required permissions for the action
|
@@ -35888,10 +35966,13 @@ module Aws::EC2
|
|
35888
35966
|
end
|
35889
35967
|
|
35890
35968
|
# Retrieve historical information about a CIDR within an IPAM scope. For
|
35891
|
-
# more information, see [View the history of IP
|
35892
|
-
# addresses](/vpc/latest/ipam/view-history-cidr-ipam.html) in the
|
35969
|
+
# more information, see [View the history of IP addresses][1] in the
|
35893
35970
|
# *Amazon VPC IPAM User Guide*.
|
35894
35971
|
#
|
35972
|
+
#
|
35973
|
+
#
|
35974
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html
|
35975
|
+
#
|
35895
35976
|
# @option params [Boolean] :dry_run
|
35896
35977
|
# A check for whether you have the required permissions for the action
|
35897
35978
|
# without actually making the request and provides an error response. If
|
@@ -36214,9 +36295,10 @@ module Aws::EC2
|
|
36214
36295
|
# This action calls on other describe actions to get instance
|
36215
36296
|
# information. Depending on your instance configuration, you may need to
|
36216
36297
|
# allow the following actions in your IAM policy:
|
36217
|
-
# DescribeSpotInstanceRequests
|
36218
|
-
# DescribeVolumes
|
36219
|
-
# Or, you can
|
36298
|
+
# `DescribeSpotInstanceRequests`,
|
36299
|
+
# `DescribeInstanceCreditSpecifications`, `DescribeVolumes`,
|
36300
|
+
# `DescribeInstanceAttribute`, and `DescribeElasticGpus`. Or, you can
|
36301
|
+
# allow `describe*` depending on your instance requirements.
|
36220
36302
|
#
|
36221
36303
|
# @option params [Boolean] :dry_run
|
36222
36304
|
# Checks whether you have the required permissions for the action,
|
@@ -40679,9 +40761,12 @@ module Aws::EC2
|
|
40679
40761
|
# address CIDRs. IPAM only discovers and monitors resources in the
|
40680
40762
|
# Amazon Web Services Regions you select as operating Regions.
|
40681
40763
|
#
|
40682
|
-
# For more information about operating Regions, see [Create an
|
40683
|
-
#
|
40684
|
-
#
|
40764
|
+
# For more information about operating Regions, see [Create an IPAM][1]
|
40765
|
+
# in the *Amazon VPC IPAM User Guide*.
|
40766
|
+
#
|
40767
|
+
#
|
40768
|
+
#
|
40769
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html
|
40685
40770
|
#
|
40686
40771
|
# @option params [Array<Types::RemoveIpamOperatingRegion>] :remove_operating_regions
|
40687
40772
|
# The operating Regions to remove.
|
@@ -40736,10 +40821,13 @@ module Aws::EC2
|
|
40736
40821
|
|
40737
40822
|
# Modify the configurations of an IPAM pool.
|
40738
40823
|
#
|
40739
|
-
# For more information, see [Modify a
|
40740
|
-
# pool](/vpc/latest/ipam/mod-pool-ipam.html) in the *Amazon VPC IPAM
|
40824
|
+
# For more information, see [Modify a pool][1] in the *Amazon VPC IPAM
|
40741
40825
|
# User Guide*.
|
40742
40826
|
#
|
40827
|
+
#
|
40828
|
+
#
|
40829
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/mod-pool-ipam.html
|
40830
|
+
#
|
40743
40831
|
# @option params [Boolean] :dry_run
|
40744
40832
|
# A check for whether you have the required permissions for the action
|
40745
40833
|
# without actually making the request and provides an error response. If
|
@@ -40789,9 +40877,12 @@ module Aws::EC2
|
|
40789
40877
|
#
|
40790
40878
|
# @option params [Array<Types::RequestIpamResourceTag>] :add_allocation_resource_tags
|
40791
40879
|
# Add tag allocation rules to a pool. For more information about
|
40792
|
-
# allocation rules, see [Create a top-level
|
40793
|
-
#
|
40794
|
-
#
|
40880
|
+
# allocation rules, see [Create a top-level pool][1] in the *Amazon VPC
|
40881
|
+
# IPAM User Guide*.
|
40882
|
+
#
|
40883
|
+
#
|
40884
|
+
#
|
40885
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-top-ipam.html
|
40795
40886
|
#
|
40796
40887
|
# @option params [Array<Types::RequestIpamResourceTag>] :remove_allocation_resource_tags
|
40797
40888
|
# Remove tag allocation rules from a pool.
|
@@ -40869,11 +40960,14 @@ module Aws::EC2
|
|
40869
40960
|
# it cannot be auto-imported into a pool, and it will be removed from
|
40870
40961
|
# any pool it has an allocation in.
|
40871
40962
|
#
|
40872
|
-
# For more information, see [Move resource CIDRs between
|
40873
|
-
#
|
40874
|
-
#
|
40875
|
-
#
|
40876
|
-
#
|
40963
|
+
# For more information, see [Move resource CIDRs between scopes][1] and
|
40964
|
+
# [Change the monitoring state of resource CIDRs][2] in the *Amazon VPC
|
40965
|
+
# IPAM User Guide*.
|
40966
|
+
#
|
40967
|
+
#
|
40968
|
+
#
|
40969
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/move-resource-ipam.html
|
40970
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/ipam/change-monitoring-state-ipam.html
|
40877
40971
|
#
|
40878
40972
|
# @option params [Boolean] :dry_run
|
40879
40973
|
# A check for whether you have the required permissions for the action
|
@@ -41020,12 +41114,16 @@ module Aws::EC2
|
|
41020
41114
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
41021
41115
|
#
|
41022
41116
|
# @option params [String] :launch_template_id
|
41023
|
-
# The ID of the launch template.
|
41024
|
-
#
|
41117
|
+
# The ID of the launch template.
|
41118
|
+
#
|
41119
|
+
# You must specify either the `LaunchTemplateId` or the
|
41120
|
+
# `LaunchTemplateName`, but not both.
|
41025
41121
|
#
|
41026
41122
|
# @option params [String] :launch_template_name
|
41027
|
-
# The name of the launch template.
|
41028
|
-
#
|
41123
|
+
# The name of the launch template.
|
41124
|
+
#
|
41125
|
+
# You must specify either the `LaunchTemplateName` or the
|
41126
|
+
# `LaunchTemplateId`, but not both.
|
41029
41127
|
#
|
41030
41128
|
# @option params [String] :default_version
|
41031
41129
|
# The version number of the launch template to set as the default
|
@@ -43816,7 +43914,11 @@ module Aws::EC2
|
|
43816
43914
|
# can move the CIDR to IPAM from a public IPv4 pool. You cannot move an
|
43817
43915
|
# IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web
|
43818
43916
|
# Services for the first time, complete the steps in [Tutorial: BYOIP
|
43819
|
-
# address CIDRs to IPAM]
|
43917
|
+
# address CIDRs to IPAM][1].
|
43918
|
+
#
|
43919
|
+
#
|
43920
|
+
#
|
43921
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoip-ipam.html
|
43820
43922
|
#
|
43821
43923
|
# @option params [Boolean] :dry_run
|
43822
43924
|
# A check for whether you have the required permissions for the action
|
@@ -43967,9 +44069,12 @@ module Aws::EC2
|
|
43967
44069
|
# new CIDRs to a top-level pool or to transfer a CIDR from a top-level
|
43968
44070
|
# pool to a pool within it.
|
43969
44071
|
#
|
43970
|
-
# For more information, see [Provision CIDRs to
|
43971
|
-
#
|
43972
|
-
#
|
44072
|
+
# For more information, see [Provision CIDRs to pools][1] in the *Amazon
|
44073
|
+
# VPC IPAM User Guide*.
|
44074
|
+
#
|
44075
|
+
#
|
44076
|
+
#
|
44077
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/prov-cidr-ipam.html
|
43973
44078
|
#
|
43974
44079
|
# @option params [Boolean] :dry_run
|
43975
44080
|
# A check for whether you have the required permissions for the action
|
@@ -44022,9 +44127,12 @@ module Aws::EC2
|
|
44022
44127
|
|
44023
44128
|
# Provision a CIDR to a public IPv4 pool.
|
44024
44129
|
#
|
44025
|
-
# For more information about IPAM, see [What is
|
44026
|
-
# IPAM
|
44027
|
-
#
|
44130
|
+
# For more information about IPAM, see [What is IPAM?][1] in the *Amazon
|
44131
|
+
# VPC IPAM User Guide*.
|
44132
|
+
#
|
44133
|
+
#
|
44134
|
+
#
|
44135
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
44028
44136
|
#
|
44029
44137
|
# @option params [Boolean] :dry_run
|
44030
44138
|
# A check for whether you have the required permissions for the action
|
@@ -44428,7 +44536,8 @@ module Aws::EC2
|
|
44428
44536
|
#
|
44429
44537
|
# <note markdown="1"> For Amazon EBS-backed instances, CreateImage creates and registers the
|
44430
44538
|
# AMI in a single request, so you don't have to register the AMI
|
44431
|
-
# yourself.
|
44539
|
+
# yourself. We recommend that you always use CreateImage unless you have
|
44540
|
+
# a specific reason to use RegisterImage.
|
44432
44541
|
#
|
44433
44542
|
# </note>
|
44434
44543
|
#
|
@@ -45203,12 +45312,12 @@ module Aws::EC2
|
|
45203
45312
|
# action to release manual allocations. To remove an allocation for a
|
45204
45313
|
# resource without deleting the resource, set its monitored state to
|
45205
45314
|
# false using [ModifyIpamResourceCidr][1]. For more information, see
|
45206
|
-
# [Release an allocation]
|
45207
|
-
# in the *Amazon VPC IPAM User Guide*.
|
45315
|
+
# [Release an allocation][2] in the *Amazon VPC IPAM User Guide*.
|
45208
45316
|
#
|
45209
45317
|
#
|
45210
45318
|
#
|
45211
45319
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamResourceCidr.html
|
45320
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/ipam/release-pool-alloc-ipam.html
|
45212
45321
|
#
|
45213
45322
|
# @option params [Boolean] :dry_run
|
45214
45323
|
# A check for whether you have the required permissions for the action
|
@@ -46357,8 +46466,13 @@ module Aws::EC2
|
|
46357
46466
|
# The launch specification.
|
46358
46467
|
#
|
46359
46468
|
# @option params [String] :spot_price
|
46360
|
-
# The maximum price per hour that you are willing to pay for a Spot
|
46361
|
-
# Instance.
|
46469
|
+
# The maximum price per unit hour that you are willing to pay for a Spot
|
46470
|
+
# Instance. We do not recommend using this parameter because it can lead
|
46471
|
+
# to increased interruptions. If you do not specify this parameter, you
|
46472
|
+
# will pay the current Spot price.
|
46473
|
+
#
|
46474
|
+
# If you specify a maximum price, your instances will be interrupted
|
46475
|
+
# more frequently than if you do not specify this parameter.
|
46362
46476
|
#
|
46363
46477
|
# @option params [String] :type
|
46364
46478
|
# The Spot Instance request type.
|
@@ -47964,10 +48078,22 @@ module Aws::EC2
|
|
47964
48078
|
# request.
|
47965
48079
|
#
|
47966
48080
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
47967
|
-
# The tags to apply to the resources
|
47968
|
-
#
|
47969
|
-
#
|
47970
|
-
#
|
48081
|
+
# The tags to apply to the resources that are created during instance
|
48082
|
+
# launch.
|
48083
|
+
#
|
48084
|
+
# You can specify tags for the following resources only:
|
48085
|
+
#
|
48086
|
+
# * Instances
|
48087
|
+
#
|
48088
|
+
# * Volumes
|
48089
|
+
#
|
48090
|
+
# * Elastic graphics
|
48091
|
+
#
|
48092
|
+
# * Spot Instance requests
|
48093
|
+
#
|
48094
|
+
# * Network interfaces
|
48095
|
+
#
|
48096
|
+
# To tag a resource after it has been created, see [CreateTags][1].
|
47971
48097
|
#
|
47972
48098
|
#
|
47973
48099
|
#
|
@@ -48062,7 +48188,7 @@ module Aws::EC2
|
|
48062
48188
|
#
|
48063
48189
|
# @option params [Boolean] :disable_api_stop
|
48064
48190
|
# Indicates whether an instance is enabled for stop protection. For more
|
48065
|
-
# information, see [Stop
|
48191
|
+
# information, see [Stop protection][1].
|
48066
48192
|
#
|
48067
48193
|
#
|
48068
48194
|
#
|
@@ -50351,7 +50477,7 @@ module Aws::EC2
|
|
50351
50477
|
params: params,
|
50352
50478
|
config: config)
|
50353
50479
|
context[:gem_name] = 'aws-sdk-ec2'
|
50354
|
-
context[:gem_version] = '1.
|
50480
|
+
context[:gem_version] = '1.323.0'
|
50355
50481
|
Seahorse::Client::Request.new(handlers, context)
|
50356
50482
|
end
|
50357
50483
|
|