aws-sdk-ec2 1.322.0 → 1.323.0
Sign up to get free protection for your applications and to get access to all the features.
- 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/types.rb
CHANGED
@@ -599,9 +599,12 @@ module Aws::EC2
|
|
599
599
|
# IPAM only discovers and monitors resources in the Amazon Web Services
|
600
600
|
# Regions you select as operating Regions.
|
601
601
|
#
|
602
|
-
# For more information about operating Regions, see [Create an
|
603
|
-
#
|
604
|
-
#
|
602
|
+
# For more information about operating Regions, see [Create an IPAM][1]
|
603
|
+
# in the *Amazon VPC IPAM User Guide*.
|
604
|
+
#
|
605
|
+
#
|
606
|
+
#
|
607
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html
|
605
608
|
#
|
606
609
|
# @note When making an API call, you may pass AddIpamOperatingRegion
|
607
610
|
# data as a hash:
|
@@ -2478,31 +2481,43 @@ module Aws::EC2
|
|
2478
2481
|
# @!attribute [rw] ipv_4_ipam_pool_id
|
2479
2482
|
# Associate a CIDR allocated from an IPv4 IPAM pool to a VPC. For more
|
2480
2483
|
# information about Amazon VPC IP Address Manager (IPAM), see [What is
|
2481
|
-
# IPAM?]
|
2482
|
-
#
|
2484
|
+
# IPAM?][1] in the *Amazon VPC IPAM User Guide*.
|
2485
|
+
#
|
2486
|
+
#
|
2487
|
+
#
|
2488
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
2483
2489
|
# @return [String]
|
2484
2490
|
#
|
2485
2491
|
# @!attribute [rw] ipv_4_netmask_length
|
2486
2492
|
# The netmask length of the IPv4 CIDR you would like to associate from
|
2487
2493
|
# an Amazon VPC IP Address Manager (IPAM) pool. For more information
|
2488
|
-
# about IPAM, see [What is
|
2489
|
-
#
|
2490
|
-
#
|
2494
|
+
# about IPAM, see [What is IPAM?][1] in the *Amazon VPC IPAM User
|
2495
|
+
# Guide*.
|
2496
|
+
#
|
2497
|
+
#
|
2498
|
+
#
|
2499
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
2491
2500
|
# @return [Integer]
|
2492
2501
|
#
|
2493
2502
|
# @!attribute [rw] ipv_6_ipam_pool_id
|
2494
2503
|
# Associates a CIDR allocated from an IPv6 IPAM pool to a VPC. For
|
2495
2504
|
# more information about Amazon VPC IP Address Manager (IPAM), see
|
2496
|
-
# [What is IPAM?]
|
2497
|
-
#
|
2505
|
+
# [What is IPAM?][1] in the *Amazon VPC IPAM User Guide*.
|
2506
|
+
#
|
2507
|
+
#
|
2508
|
+
#
|
2509
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
2498
2510
|
# @return [String]
|
2499
2511
|
#
|
2500
2512
|
# @!attribute [rw] ipv_6_netmask_length
|
2501
2513
|
# The netmask length of the IPv6 CIDR you would like to associate from
|
2502
2514
|
# an Amazon VPC IP Address Manager (IPAM) pool. For more information
|
2503
|
-
# about IPAM, see [What is
|
2504
|
-
#
|
2505
|
-
#
|
2515
|
+
# about IPAM, see [What is IPAM?][1] in the *Amazon VPC IPAM User
|
2516
|
+
# Guide*.
|
2517
|
+
#
|
2518
|
+
#
|
2519
|
+
#
|
2520
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
2506
2521
|
# @return [Integer]
|
2507
2522
|
#
|
2508
2523
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateVpcCidrBlockRequest AWS API Documentation
|
@@ -8911,8 +8926,11 @@ module Aws::EC2
|
|
8911
8926
|
# Services Regions you select as operating Regions.
|
8912
8927
|
#
|
8913
8928
|
# For more information about operating Regions, see [Create an
|
8914
|
-
# IPAM]
|
8915
|
-
#
|
8929
|
+
# IPAM][1] in the *Amazon VPC IPAM User Guide*.
|
8930
|
+
#
|
8931
|
+
#
|
8932
|
+
#
|
8933
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html
|
8916
8934
|
# @return [Array<Types::AddIpamOperatingRegion>]
|
8917
8935
|
#
|
8918
8936
|
# @!attribute [rw] tag_specifications
|
@@ -9649,13 +9667,17 @@ module Aws::EC2
|
|
9649
9667
|
# @return [String]
|
9650
9668
|
#
|
9651
9669
|
# @!attribute [rw] launch_template_id
|
9652
|
-
# The ID of the launch template.
|
9653
|
-
#
|
9670
|
+
# The ID of the launch template.
|
9671
|
+
#
|
9672
|
+
# You must specify either the `LaunchTemplateId` or the
|
9673
|
+
# `LaunchTemplateName`, but not both.
|
9654
9674
|
# @return [String]
|
9655
9675
|
#
|
9656
9676
|
# @!attribute [rw] launch_template_name
|
9657
|
-
# The name of the launch template.
|
9658
|
-
#
|
9677
|
+
# The name of the launch template.
|
9678
|
+
#
|
9679
|
+
# You must specify the `LaunchTemplateName` or the `LaunchTemplateId`,
|
9680
|
+
# but not both.
|
9659
9681
|
# @return [String]
|
9660
9682
|
#
|
9661
9683
|
# @!attribute [rw] source_version
|
@@ -12677,6 +12699,7 @@ module Aws::EC2
|
|
12677
12699
|
# @return [String]
|
12678
12700
|
#
|
12679
12701
|
# @!attribute [rw] options
|
12702
|
+
# Requests a transit gateway peering attachment.
|
12680
12703
|
# @return [Types::CreateTransitGatewayPeeringAttachmentRequestOptions]
|
12681
12704
|
#
|
12682
12705
|
# @!attribute [rw] tag_specifications
|
@@ -12704,6 +12727,9 @@ module Aws::EC2
|
|
12704
12727
|
include Aws::Structure
|
12705
12728
|
end
|
12706
12729
|
|
12730
|
+
# Describes whether dynamic routing is enabled or disabled for the
|
12731
|
+
# transit gateway peering request.
|
12732
|
+
#
|
12707
12733
|
# @note When making an API call, you may pass CreateTransitGatewayPeeringAttachmentRequestOptions
|
12708
12734
|
# data as a hash:
|
12709
12735
|
#
|
@@ -12712,6 +12738,7 @@ module Aws::EC2
|
|
12712
12738
|
# }
|
12713
12739
|
#
|
12714
12740
|
# @!attribute [rw] dynamic_routing
|
12741
|
+
# Indicates whether dynamic routing is enabled or disabled.
|
12715
12742
|
# @return [String]
|
12716
12743
|
#
|
12717
12744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTransitGatewayPeeringAttachmentRequestOptions AWS API Documentation
|
@@ -13975,17 +14002,23 @@ module Aws::EC2
|
|
13975
14002
|
#
|
13976
14003
|
# @!attribute [rw] ipv_4_ipam_pool_id
|
13977
14004
|
# The ID of an IPv4 IPAM pool you want to use for allocating this
|
13978
|
-
# VPC's CIDR. For more information, see [What is
|
13979
|
-
#
|
13980
|
-
#
|
14005
|
+
# VPC's CIDR. For more information, see [What is IPAM?][1] in the
|
14006
|
+
# *Amazon VPC IPAM User Guide*.
|
14007
|
+
#
|
14008
|
+
#
|
14009
|
+
#
|
14010
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
13981
14011
|
# @return [String]
|
13982
14012
|
#
|
13983
14013
|
# @!attribute [rw] ipv_4_netmask_length
|
13984
14014
|
# The netmask length of the IPv4 CIDR you want to allocate to this VPC
|
13985
14015
|
# from an Amazon VPC IP Address Manager (IPAM) pool. For more
|
13986
|
-
# information about IPAM, see [What is
|
13987
|
-
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC
|
14016
|
+
# information about IPAM, see [What is IPAM?][1] in the *Amazon VPC
|
13988
14017
|
# IPAM User Guide*.
|
14018
|
+
#
|
14019
|
+
#
|
14020
|
+
#
|
14021
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
13989
14022
|
# @return [Integer]
|
13990
14023
|
#
|
13991
14024
|
# @!attribute [rw] ipv_6_ipam_pool_id
|
@@ -13994,17 +14027,23 @@ module Aws::EC2
|
|
13994
14027
|
# your IP address management workflows including assigning, tracking,
|
13995
14028
|
# troubleshooting, and auditing IP addresses across Amazon Web
|
13996
14029
|
# Services Regions and accounts throughout your Amazon Web Services
|
13997
|
-
# Organization. For more information, see [What is
|
13998
|
-
#
|
13999
|
-
#
|
14030
|
+
# Organization. For more information, see [What is IPAM?][1] in the
|
14031
|
+
# *Amazon VPC IPAM User Guide*.
|
14032
|
+
#
|
14033
|
+
#
|
14034
|
+
#
|
14035
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
14000
14036
|
# @return [String]
|
14001
14037
|
#
|
14002
14038
|
# @!attribute [rw] ipv_6_netmask_length
|
14003
14039
|
# The netmask length of the IPv6 CIDR you want to allocate to this VPC
|
14004
14040
|
# from an Amazon VPC IP Address Manager (IPAM) pool. For more
|
14005
|
-
# information about IPAM, see [What is
|
14006
|
-
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC
|
14041
|
+
# information about IPAM, see [What is IPAM?][1] in the *Amazon VPC
|
14007
14042
|
# IPAM User Guide*.
|
14043
|
+
#
|
14044
|
+
#
|
14045
|
+
#
|
14046
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
14008
14047
|
# @return [Integer]
|
14009
14048
|
#
|
14010
14049
|
# @!attribute [rw] dry_run
|
@@ -14322,12 +14361,12 @@ module Aws::EC2
|
|
14322
14361
|
include Aws::Structure
|
14323
14362
|
end
|
14324
14363
|
|
14325
|
-
# Describes the credit option for CPU usage of a
|
14326
|
-
# instance.
|
14364
|
+
# Describes the credit option for CPU usage of a T instance.
|
14327
14365
|
#
|
14328
14366
|
# @!attribute [rw] cpu_credits
|
14329
|
-
# The credit option for CPU usage of a
|
14330
|
-
#
|
14367
|
+
# The credit option for CPU usage of a T instance.
|
14368
|
+
#
|
14369
|
+
# Valid values: `standard` \| `unlimited`
|
14331
14370
|
# @return [String]
|
14332
14371
|
#
|
14333
14372
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreditSpecification AWS API Documentation
|
@@ -14338,7 +14377,7 @@ module Aws::EC2
|
|
14338
14377
|
include Aws::Structure
|
14339
14378
|
end
|
14340
14379
|
|
14341
|
-
# The credit option for CPU usage of a
|
14380
|
+
# The credit option for CPU usage of a T instance.
|
14342
14381
|
#
|
14343
14382
|
# @note When making an API call, you may pass CreditSpecificationRequest
|
14344
14383
|
# data as a hash:
|
@@ -14348,8 +14387,9 @@ module Aws::EC2
|
|
14348
14387
|
# }
|
14349
14388
|
#
|
14350
14389
|
# @!attribute [rw] cpu_credits
|
14351
|
-
# The credit option for CPU usage of a
|
14352
|
-
#
|
14390
|
+
# The credit option for CPU usage of a T instance.
|
14391
|
+
#
|
14392
|
+
# Valid values: `standard` \| `unlimited`
|
14353
14393
|
# @return [String]
|
14354
14394
|
#
|
14355
14395
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreditSpecificationRequest AWS API Documentation
|
@@ -15123,13 +15163,17 @@ module Aws::EC2
|
|
15123
15163
|
# @return [Boolean]
|
15124
15164
|
#
|
15125
15165
|
# @!attribute [rw] launch_template_id
|
15126
|
-
# The ID of the launch template.
|
15127
|
-
#
|
15166
|
+
# The ID of the launch template.
|
15167
|
+
#
|
15168
|
+
# You must specify either the `LaunchTemplateId` or the
|
15169
|
+
# `LaunchTemplateName`, but not both.
|
15128
15170
|
# @return [String]
|
15129
15171
|
#
|
15130
15172
|
# @!attribute [rw] launch_template_name
|
15131
|
-
# The name of the launch template.
|
15132
|
-
#
|
15173
|
+
# The name of the launch template.
|
15174
|
+
#
|
15175
|
+
# You must specify either the `LaunchTemplateName` or the
|
15176
|
+
# `LaunchTemplateId`, but not both.
|
15133
15177
|
# @return [String]
|
15134
15178
|
#
|
15135
15179
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteLaunchTemplateRequest AWS API Documentation
|
@@ -15172,13 +15216,17 @@ module Aws::EC2
|
|
15172
15216
|
# @return [Boolean]
|
15173
15217
|
#
|
15174
15218
|
# @!attribute [rw] launch_template_id
|
15175
|
-
# The ID of the launch template.
|
15176
|
-
#
|
15219
|
+
# The ID of the launch template.
|
15220
|
+
#
|
15221
|
+
# You must specify either the `LaunchTemplateId` or the
|
15222
|
+
# `LaunchTemplateName`, but not both.
|
15177
15223
|
# @return [String]
|
15178
15224
|
#
|
15179
15225
|
# @!attribute [rw] launch_template_name
|
15180
|
-
# The name of the launch template.
|
15181
|
-
#
|
15226
|
+
# The name of the launch template.
|
15227
|
+
#
|
15228
|
+
# You must specify either the `LaunchTemplateName` or the
|
15229
|
+
# `LaunchTemplateId`, but not both.
|
15182
15230
|
# @return [String]
|
15183
15231
|
#
|
15184
15232
|
# @!attribute [rw] versions
|
@@ -22579,19 +22627,25 @@ module Aws::EC2
|
|
22579
22627
|
# @return [Boolean]
|
22580
22628
|
#
|
22581
22629
|
# @!attribute [rw] launch_template_id
|
22582
|
-
# The ID of the launch template.
|
22583
|
-
#
|
22584
|
-
#
|
22585
|
-
#
|
22586
|
-
#
|
22630
|
+
# The ID of the launch template.
|
22631
|
+
#
|
22632
|
+
# To describe one or more versions of a specified launch template, you
|
22633
|
+
# must specify either the `LaunchTemplateId` or the
|
22634
|
+
# `LaunchTemplateName`, but not both.
|
22635
|
+
#
|
22636
|
+
# To describe all the latest or default launch template versions in
|
22637
|
+
# your account, you must omit this parameter.
|
22587
22638
|
# @return [String]
|
22588
22639
|
#
|
22589
22640
|
# @!attribute [rw] launch_template_name
|
22590
|
-
# The name of the launch template.
|
22591
|
-
#
|
22592
|
-
#
|
22593
|
-
#
|
22594
|
-
#
|
22641
|
+
# The name of the launch template.
|
22642
|
+
#
|
22643
|
+
# To describe one or more versions of a specified launch template, you
|
22644
|
+
# must specify either the `LaunchTemplateName` or the
|
22645
|
+
# `LaunchTemplateId`, but not both.
|
22646
|
+
#
|
22647
|
+
# To describe all the latest or default launch template versions in
|
22648
|
+
# your account, you must omit this parameter.
|
22595
22649
|
# @return [String]
|
22596
22650
|
#
|
22597
22651
|
# @!attribute [rw] versions
|
@@ -22606,7 +22660,7 @@ module Aws::EC2
|
|
22606
22660
|
# the latest version, the valid value is `$Latest`. To describe all
|
22607
22661
|
# launch templates in your account that are defined as the default
|
22608
22662
|
# version, the valid value is `$Default`. You can specify `$Latest`
|
22609
|
-
# and `$Default` in the same
|
22663
|
+
# and `$Default` in the same request. You cannot specify numbers.
|
22610
22664
|
# @return [Array<String>]
|
22611
22665
|
#
|
22612
22666
|
# @!attribute [rw] min_version
|
@@ -34438,7 +34492,12 @@ module Aws::EC2
|
|
34438
34492
|
#
|
34439
34493
|
# @!attribute [rw] max_price
|
34440
34494
|
# The maximum price per unit hour that you are willing to pay for a
|
34441
|
-
# Spot Instance.
|
34495
|
+
# Spot Instance. We do not recommend using this parameter because it
|
34496
|
+
# can lead to increased interruptions. If you do not specify this
|
34497
|
+
# parameter, you will pay the current Spot price.
|
34498
|
+
#
|
34499
|
+
# If you specify a maximum price, your instances will be interrupted
|
34500
|
+
# more frequently than if you do not specify this parameter.
|
34442
34501
|
# @return [String]
|
34443
34502
|
#
|
34444
34503
|
# @!attribute [rw] subnet_id
|
@@ -34584,7 +34643,12 @@ module Aws::EC2
|
|
34584
34643
|
#
|
34585
34644
|
# @!attribute [rw] max_price
|
34586
34645
|
# The maximum price per unit hour that you are willing to pay for a
|
34587
|
-
# Spot Instance.
|
34646
|
+
# Spot Instance. We do not recommend using this parameter because it
|
34647
|
+
# can lead to increased interruptions. If you do not specify this
|
34648
|
+
# parameter, you will pay the current Spot price.
|
34649
|
+
#
|
34650
|
+
# If you specify a maximum price, your instances will be interrupted
|
34651
|
+
# more frequently than if you do not specify this parameter.
|
34588
34652
|
# @return [String]
|
34589
34653
|
#
|
34590
34654
|
# @!attribute [rw] subnet_id
|
@@ -34651,11 +34715,13 @@ module Aws::EC2
|
|
34651
34715
|
include Aws::Structure
|
34652
34716
|
end
|
34653
34717
|
|
34654
|
-
#
|
34655
|
-
#
|
34656
|
-
#
|
34657
|
-
#
|
34658
|
-
#
|
34718
|
+
# The Amazon EC2 launch template that can be used by a Spot Fleet to
|
34719
|
+
# configure Amazon EC2 instances. You must specify either the ID or name
|
34720
|
+
# of the launch template in the request, but not both.
|
34721
|
+
#
|
34722
|
+
# For information about launch templates, see [Launch an instance from a
|
34723
|
+
# launch template][1] in the *Amazon EC2 User Guide for Linux
|
34724
|
+
# Instances*.
|
34659
34725
|
#
|
34660
34726
|
#
|
34661
34727
|
#
|
@@ -34671,13 +34737,17 @@ module Aws::EC2
|
|
34671
34737
|
# }
|
34672
34738
|
#
|
34673
34739
|
# @!attribute [rw] launch_template_id
|
34674
|
-
# The ID of the launch template.
|
34675
|
-
#
|
34740
|
+
# The ID of the launch template.
|
34741
|
+
#
|
34742
|
+
# You must specify the `LaunchTemplateId` or the `LaunchTemplateName`,
|
34743
|
+
# but not both.
|
34676
34744
|
# @return [String]
|
34677
34745
|
#
|
34678
34746
|
# @!attribute [rw] launch_template_name
|
34679
|
-
# The name of the launch template.
|
34680
|
-
#
|
34747
|
+
# The name of the launch template.
|
34748
|
+
#
|
34749
|
+
# You must specify the `LaunchTemplateName` or the `LaunchTemplateId`,
|
34750
|
+
# but not both.
|
34681
34751
|
# @return [String]
|
34682
34752
|
#
|
34683
34753
|
# @!attribute [rw] version
|
@@ -34701,10 +34771,12 @@ module Aws::EC2
|
|
34701
34771
|
include Aws::Structure
|
34702
34772
|
end
|
34703
34773
|
|
34704
|
-
#
|
34705
|
-
#
|
34706
|
-
#
|
34707
|
-
#
|
34774
|
+
# The Amazon EC2 launch template that can be used by an EC2 Fleet to
|
34775
|
+
# configure Amazon EC2 instances. You must specify either the ID or name
|
34776
|
+
# of the launch template in the request, but not both.
|
34777
|
+
#
|
34778
|
+
# For information about launch templates, see [Launch an instance from a
|
34779
|
+
# launch template][1] in the *Amazon EC2 User Guide*.
|
34708
34780
|
#
|
34709
34781
|
#
|
34710
34782
|
#
|
@@ -34720,13 +34792,17 @@ module Aws::EC2
|
|
34720
34792
|
# }
|
34721
34793
|
#
|
34722
34794
|
# @!attribute [rw] launch_template_id
|
34723
|
-
# The ID of the launch template.
|
34724
|
-
#
|
34795
|
+
# The ID of the launch template.
|
34796
|
+
#
|
34797
|
+
# You must specify the `LaunchTemplateId` or the `LaunchTemplateName`,
|
34798
|
+
# but not both.
|
34725
34799
|
# @return [String]
|
34726
34800
|
#
|
34727
34801
|
# @!attribute [rw] launch_template_name
|
34728
|
-
# The name of the launch template.
|
34729
|
-
#
|
34802
|
+
# The name of the launch template.
|
34803
|
+
#
|
34804
|
+
# You must specify the `LaunchTemplateName` or the `LaunchTemplateId`,
|
34805
|
+
# but not both.
|
34730
34806
|
# @return [String]
|
34731
34807
|
#
|
34732
34808
|
# @!attribute [rw] version
|
@@ -41861,9 +41937,10 @@ module Aws::EC2
|
|
41861
41937
|
# @!attribute [rw] spot_max_price_percentage_over_lowest_price
|
41862
41938
|
# The price protection threshold for Spot Instances. This is the
|
41863
41939
|
# maximum you’ll pay for a Spot Instance, expressed as a percentage
|
41864
|
-
# above the
|
41865
|
-
# attributes. When Amazon EC2 selects
|
41866
|
-
# attributes, it excludes instance types
|
41940
|
+
# above the least expensive current generation M, C, or R instance
|
41941
|
+
# type with your specified attributes. When Amazon EC2 selects
|
41942
|
+
# instance types with your attributes, it excludes instance types
|
41943
|
+
# priced above your threshold.
|
41867
41944
|
#
|
41868
41945
|
# The parameter accepts an integer, which Amazon EC2 interprets as a
|
41869
41946
|
# percentage.
|
@@ -41891,10 +41968,10 @@ module Aws::EC2
|
|
41891
41968
|
# @!attribute [rw] on_demand_max_price_percentage_over_lowest_price
|
41892
41969
|
# The price protection threshold for On-Demand Instances. This is the
|
41893
41970
|
# maximum you’ll pay for an On-Demand Instance, expressed as a
|
41894
|
-
# percentage above the
|
41895
|
-
# specified attributes. When Amazon EC2
|
41896
|
-
# your attributes, it excludes instance
|
41897
|
-
# threshold.
|
41971
|
+
# percentage above the least expensive current generation M, C, or R
|
41972
|
+
# instance type with your specified attributes. When Amazon EC2
|
41973
|
+
# selects instance types with your attributes, it excludes instance
|
41974
|
+
# types priced above your threshold.
|
41898
41975
|
#
|
41899
41976
|
# The parameter accepts an integer, which Amazon EC2 interprets as a
|
41900
41977
|
# percentage.
|
@@ -42261,9 +42338,10 @@ module Aws::EC2
|
|
42261
42338
|
# @!attribute [rw] spot_max_price_percentage_over_lowest_price
|
42262
42339
|
# The price protection threshold for Spot Instance. This is the
|
42263
42340
|
# maximum you’ll pay for an Spot Instance, expressed as a percentage
|
42264
|
-
# above the
|
42265
|
-
# attributes. When Amazon EC2 selects
|
42266
|
-
# attributes, it excludes instance types
|
42341
|
+
# above the least expensive current generation M, C, or R instance
|
42342
|
+
# type with your specified attributes. When Amazon EC2 selects
|
42343
|
+
# instance types with your attributes, it excludes instance types
|
42344
|
+
# priced above your threshold.
|
42267
42345
|
#
|
42268
42346
|
# The parameter accepts an integer, which Amazon EC2 interprets as a
|
42269
42347
|
# percentage.
|
@@ -42291,10 +42369,10 @@ module Aws::EC2
|
|
42291
42369
|
# @!attribute [rw] on_demand_max_price_percentage_over_lowest_price
|
42292
42370
|
# The price protection threshold for On-Demand Instances. This is the
|
42293
42371
|
# maximum you’ll pay for an On-Demand Instance, expressed as a
|
42294
|
-
# percentage above the
|
42295
|
-
# specified attributes. When Amazon EC2
|
42296
|
-
# your attributes, it excludes instance
|
42297
|
-
# threshold.
|
42372
|
+
# percentage above the least expensive current generation M, C, or R
|
42373
|
+
# instance type with your specified attributes. When Amazon EC2
|
42374
|
+
# selects instance types with your attributes, it excludes instance
|
42375
|
+
# types priced above your threshold.
|
42298
42376
|
#
|
42299
42377
|
# The parameter accepts an integer, which Amazon EC2 interprets as a
|
42300
42378
|
# percentage.
|
@@ -43309,9 +43387,12 @@ module Aws::EC2
|
|
43309
43387
|
# management workflows including assigning, tracking, troubleshooting,
|
43310
43388
|
# and auditing IP addresses across Amazon Web Services Regions and
|
43311
43389
|
# accounts throughout your Amazon Web Services Organization. For more
|
43312
|
-
# information, see [What is
|
43313
|
-
#
|
43314
|
-
#
|
43390
|
+
# information, see [What is IPAM?][1] in the *Amazon VPC IPAM User
|
43391
|
+
# Guide*.
|
43392
|
+
#
|
43393
|
+
#
|
43394
|
+
#
|
43395
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html
|
43315
43396
|
#
|
43316
43397
|
# @!attribute [rw] owner_id
|
43317
43398
|
# The Amazon Web Services account ID of the owner of the IPAM.
|
@@ -43339,9 +43420,12 @@ module Aws::EC2
|
|
43339
43420
|
#
|
43340
43421
|
# @!attribute [rw] scope_count
|
43341
43422
|
# The number of scopes in the IPAM. The scope quota is 5. For more
|
43342
|
-
# information on quotas, see [Quotas in
|
43343
|
-
# IPAM
|
43344
|
-
#
|
43423
|
+
# information on quotas, see [Quotas in IPAM][1] in the *Amazon VPC
|
43424
|
+
# IPAM User Guide*.
|
43425
|
+
#
|
43426
|
+
#
|
43427
|
+
#
|
43428
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html
|
43345
43429
|
# @return [Integer]
|
43346
43430
|
#
|
43347
43431
|
# @!attribute [rw] description
|
@@ -43355,8 +43439,11 @@ module Aws::EC2
|
|
43355
43439
|
# Services Regions you select as operating Regions.
|
43356
43440
|
#
|
43357
43441
|
# For more information about operating Regions, see [Create an
|
43358
|
-
# IPAM]
|
43359
|
-
#
|
43442
|
+
# IPAM][1] in the *Amazon VPC IPAM User Guide*.
|
43443
|
+
#
|
43444
|
+
#
|
43445
|
+
#
|
43446
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html
|
43360
43447
|
# @return [Array<Types::IpamOperatingRegion>]
|
43361
43448
|
#
|
43362
43449
|
# @!attribute [rw] state
|
@@ -43390,9 +43477,12 @@ module Aws::EC2
|
|
43390
43477
|
end
|
43391
43478
|
|
43392
43479
|
# The historical record of a CIDR within an IPAM scope. For more
|
43393
|
-
# information, see [View the history of IP
|
43394
|
-
#
|
43395
|
-
#
|
43480
|
+
# information, see [View the history of IP addresses][1] in the *Amazon
|
43481
|
+
# VPC IPAM User Guide*.
|
43482
|
+
#
|
43483
|
+
#
|
43484
|
+
#
|
43485
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html
|
43396
43486
|
#
|
43397
43487
|
# @!attribute [rw] resource_owner_id
|
43398
43488
|
# The ID of the resource owner.
|
@@ -43420,17 +43510,23 @@ module Aws::EC2
|
|
43420
43510
|
#
|
43421
43511
|
# @!attribute [rw] resource_compliance_status
|
43422
43512
|
# The compliance status of a resource. For more information on
|
43423
|
-
# compliance statuses, see [Monitor CIDR usage by
|
43424
|
-
# resource](/vpc/latest/ipam/monitor-cidr-compliance-ipam.html) in the
|
43513
|
+
# compliance statuses, see [Monitor CIDR usage by resource][1] in the
|
43425
43514
|
# *Amazon VPC IPAM User Guide*.
|
43515
|
+
#
|
43516
|
+
#
|
43517
|
+
#
|
43518
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html
|
43426
43519
|
# @return [String]
|
43427
43520
|
#
|
43428
43521
|
# @!attribute [rw] resource_overlap_status
|
43429
43522
|
# The overlap status of an IPAM resource. The overlap status tells you
|
43430
43523
|
# if the CIDR for a resource overlaps with another CIDR in the scope.
|
43431
43524
|
# For more information on overlap statuses, see [Monitor CIDR usage by
|
43432
|
-
# resource]
|
43433
|
-
#
|
43525
|
+
# resource][1] in the *Amazon VPC IPAM User Guide*.
|
43526
|
+
#
|
43527
|
+
#
|
43528
|
+
#
|
43529
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html
|
43434
43530
|
# @return [String]
|
43435
43531
|
#
|
43436
43532
|
# @!attribute [rw] vpc_id
|
@@ -43500,9 +43596,12 @@ module Aws::EC2
|
|
43500
43596
|
# IPAM only discovers and monitors resources in the Amazon Web Services
|
43501
43597
|
# Regions you select as operating Regions.
|
43502
43598
|
#
|
43503
|
-
# For more information about operating Regions, see [Create an
|
43504
|
-
#
|
43505
|
-
#
|
43599
|
+
# For more information about operating Regions, see [Create an IPAM][1]
|
43600
|
+
# in the *Amazon VPC IPAM User Guide*.
|
43601
|
+
#
|
43602
|
+
#
|
43603
|
+
#
|
43604
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html
|
43506
43605
|
#
|
43507
43606
|
# @!attribute [rw] region_name
|
43508
43607
|
# The name of the operating Region.
|
@@ -43575,9 +43674,12 @@ module Aws::EC2
|
|
43575
43674
|
#
|
43576
43675
|
# @!attribute [rw] pool_depth
|
43577
43676
|
# The depth of pools in your IPAM pool. The pool depth quota is 10.
|
43578
|
-
# For more information, see [Quotas in
|
43579
|
-
# IPAM
|
43580
|
-
#
|
43677
|
+
# For more information, see [Quotas in IPAM][1] in the *Amazon VPC
|
43678
|
+
# IPAM User Guide*.
|
43679
|
+
#
|
43680
|
+
#
|
43681
|
+
#
|
43682
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html
|
43581
43683
|
# @return [Integer]
|
43582
43684
|
#
|
43583
43685
|
# @!attribute [rw] state
|
@@ -43829,31 +43931,53 @@ module Aws::EC2
|
|
43829
43931
|
# @return [Array<Types::IpamResourceTag>]
|
43830
43932
|
#
|
43831
43933
|
# @!attribute [rw] ip_usage
|
43832
|
-
# The IP address space in
|
43833
|
-
#
|
43834
|
-
#
|
43934
|
+
# The percentage of IP address space in use. To convert the decimal to
|
43935
|
+
# a percentage, multiply the decimal by 100. Note the following:
|
43936
|
+
#
|
43937
|
+
# * For a resources that are VPCs, this is the percentage of IP
|
43938
|
+
# address space in the VPC that's taken up by subnet CIDRs.
|
43939
|
+
#
|
43940
|
+
# * For resources that are subnets, if the subnet has an IPv4 CIDR
|
43941
|
+
# provisioned to it, this is the percentage of IPv4 address space in
|
43942
|
+
# the subnet that's in use. If the subnet has an IPv6 CIDR
|
43943
|
+
# provisioned to it, the percentage of IPv6 address space in use is
|
43944
|
+
# not represented. The percentage of IPv6 address space in use
|
43945
|
+
# cannot currently be calculated.
|
43946
|
+
#
|
43947
|
+
# * For resources that are public IPv4 pools, this is the percentage
|
43948
|
+
# of IP address space in the pool that's been allocated to Elastic
|
43949
|
+
# IP addresses (EIPs).
|
43835
43950
|
# @return [Float]
|
43836
43951
|
#
|
43837
43952
|
# @!attribute [rw] compliance_status
|
43838
43953
|
# The compliance status of the IPAM resource. For more information on
|
43839
|
-
# compliance statuses, see [Monitor CIDR usage by
|
43840
|
-
# resource](/vpc/latest/ipam/monitor-cidr-compliance-ipam.html) in the
|
43954
|
+
# compliance statuses, see [Monitor CIDR usage by resource][1] in the
|
43841
43955
|
# *Amazon VPC IPAM User Guide*.
|
43956
|
+
#
|
43957
|
+
#
|
43958
|
+
#
|
43959
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html
|
43842
43960
|
# @return [String]
|
43843
43961
|
#
|
43844
43962
|
# @!attribute [rw] management_state
|
43845
43963
|
# The management state of the resource. For more information about
|
43846
|
-
# management states, see [Monitor CIDR usage by
|
43847
|
-
# resource](/vpc/latest/ipam/monitor-cidr-compliance-ipam.html) in the
|
43964
|
+
# management states, see [Monitor CIDR usage by resource][1] in the
|
43848
43965
|
# *Amazon VPC IPAM User Guide*.
|
43966
|
+
#
|
43967
|
+
#
|
43968
|
+
#
|
43969
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html
|
43849
43970
|
# @return [String]
|
43850
43971
|
#
|
43851
43972
|
# @!attribute [rw] overlap_status
|
43852
43973
|
# The overlap status of an IPAM resource. The overlap status tells you
|
43853
43974
|
# if the CIDR for a resource overlaps with another CIDR in the scope.
|
43854
43975
|
# For more information on overlap statuses, see [Monitor CIDR usage by
|
43855
|
-
# resource]
|
43856
|
-
#
|
43976
|
+
# resource][1] in the *Amazon VPC IPAM User Guide*.
|
43977
|
+
#
|
43978
|
+
#
|
43979
|
+
#
|
43980
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html
|
43857
43981
|
# @return [String]
|
43858
43982
|
#
|
43859
43983
|
# @!attribute [rw] vpc_id
|
@@ -43914,9 +44038,12 @@ module Aws::EC2
|
|
43914
44038
|
# space. Scopes enable you to reuse IP addresses across multiple
|
43915
44039
|
# unconnected networks without causing IP address overlap or conflict.
|
43916
44040
|
#
|
43917
|
-
# For more information, see [How IPAM
|
43918
|
-
#
|
43919
|
-
#
|
44041
|
+
# For more information, see [How IPAM works][1] in the *Amazon VPC IPAM
|
44042
|
+
# User Guide*.
|
44043
|
+
#
|
44044
|
+
#
|
44045
|
+
#
|
44046
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/how-it-works-ipam.html
|
43920
44047
|
#
|
43921
44048
|
# @!attribute [rw] owner_id
|
43922
44049
|
# The Amazon Web Services account ID of the owner of the scope.
|
@@ -44854,8 +44981,8 @@ module Aws::EC2
|
|
44854
44981
|
#
|
44855
44982
|
# @!attribute [rw] threads_per_core
|
44856
44983
|
# The number of threads per CPU core. To disable multithreading for
|
44857
|
-
# the instance, specify a value of 1
|
44858
|
-
# value of 2
|
44984
|
+
# the instance, specify a value of `1`. Otherwise, specify the default
|
44985
|
+
# value of `2`.
|
44859
44986
|
# @return [Integer]
|
44860
44987
|
#
|
44861
44988
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateCpuOptionsRequest AWS API Documentation
|
@@ -45312,7 +45439,7 @@ module Aws::EC2
|
|
45312
45439
|
end
|
45313
45440
|
|
45314
45441
|
# The metadata options for the instance. For more information, see
|
45315
|
-
# [Instance
|
45442
|
+
# [Instance metadata and user data][1] in the *Amazon Elastic Compute
|
45316
45443
|
# Cloud User Guide*.
|
45317
45444
|
#
|
45318
45445
|
#
|
@@ -45401,7 +45528,7 @@ module Aws::EC2
|
|
45401
45528
|
end
|
45402
45529
|
|
45403
45530
|
# The metadata options for the instance. For more information, see
|
45404
|
-
# [Instance
|
45531
|
+
# [Instance metadata and user data][1] in the *Amazon Elastic Compute
|
45405
45532
|
# Cloud User Guide*.
|
45406
45533
|
#
|
45407
45534
|
#
|
@@ -45442,7 +45569,7 @@ module Aws::EC2
|
|
45442
45569
|
# requests. The larger the number, the further instance metadata
|
45443
45570
|
# requests can travel.
|
45444
45571
|
#
|
45445
|
-
# Default: 1
|
45572
|
+
# Default: `1`
|
45446
45573
|
#
|
45447
45574
|
# Possible values: Integers from 1 to 64
|
45448
45575
|
# @return [Integer]
|
@@ -45893,7 +46020,12 @@ module Aws::EC2
|
|
45893
46020
|
#
|
45894
46021
|
# @!attribute [rw] spot_price
|
45895
46022
|
# The maximum price per unit hour that you are willing to pay for a
|
45896
|
-
# Spot Instance.
|
46023
|
+
# Spot Instance. We do not recommend using this parameter because it
|
46024
|
+
# can lead to increased interruptions. If you do not specify this
|
46025
|
+
# parameter, you will pay the current Spot price.
|
46026
|
+
#
|
46027
|
+
# If you specify a maximum price, your instances will be interrupted
|
46028
|
+
# more frequently than if you do not specify this parameter.
|
45897
46029
|
# @return [String]
|
45898
46030
|
#
|
45899
46031
|
# @!attribute [rw] subnet_id
|
@@ -46153,10 +46285,16 @@ module Aws::EC2
|
|
46153
46285
|
#
|
46154
46286
|
# @!attribute [rw] launch_template_id
|
46155
46287
|
# The ID of the launch template.
|
46288
|
+
#
|
46289
|
+
# You must specify the `LaunchTemplateId` or the `LaunchTemplateName`,
|
46290
|
+
# but not both.
|
46156
46291
|
# @return [String]
|
46157
46292
|
#
|
46158
46293
|
# @!attribute [rw] launch_template_name
|
46159
46294
|
# The name of the launch template.
|
46295
|
+
#
|
46296
|
+
# You must specify the `LaunchTemplateName` or the `LaunchTemplateId`,
|
46297
|
+
# but not both.
|
46160
46298
|
# @return [String]
|
46161
46299
|
#
|
46162
46300
|
# @!attribute [rw] version
|
@@ -46179,7 +46317,13 @@ module Aws::EC2
|
|
46179
46317
|
#
|
46180
46318
|
# @!attribute [rw] max_price
|
46181
46319
|
# The maximum hourly price you're willing to pay for the Spot
|
46182
|
-
# Instances.
|
46320
|
+
# Instances. We do not recommend using this parameter because it can
|
46321
|
+
# lead to increased interruptions. If you do not specify this
|
46322
|
+
# parameter, you will pay the current Spot price.
|
46323
|
+
#
|
46324
|
+
# If you specify a maximum price, your Spot Instances will be
|
46325
|
+
# interrupted more frequently than if you do not specify this
|
46326
|
+
# parameter.
|
46183
46327
|
# @return [String]
|
46184
46328
|
#
|
46185
46329
|
# @!attribute [rw] spot_instance_type
|
@@ -46230,7 +46374,13 @@ module Aws::EC2
|
|
46230
46374
|
#
|
46231
46375
|
# @!attribute [rw] max_price
|
46232
46376
|
# The maximum hourly price you're willing to pay for the Spot
|
46233
|
-
# Instances.
|
46377
|
+
# Instances. We do not recommend using this parameter because it can
|
46378
|
+
# lead to increased interruptions. If you do not specify this
|
46379
|
+
# parameter, you will pay the current Spot price.
|
46380
|
+
#
|
46381
|
+
# If you specify a maximum price, your Spot Instances will be
|
46382
|
+
# interrupted more frequently than if you do not specify this
|
46383
|
+
# parameter.
|
46234
46384
|
# @return [String]
|
46235
46385
|
#
|
46236
46386
|
# @!attribute [rw] spot_instance_type
|
@@ -46238,17 +46388,22 @@ module Aws::EC2
|
|
46238
46388
|
# @return [String]
|
46239
46389
|
#
|
46240
46390
|
# @!attribute [rw] block_duration_minutes
|
46241
|
-
#
|
46242
|
-
# blocks), in minutes. This value must be a multiple of 60 (60, 120,
|
46243
|
-
# 180, 240, 300, or 360).
|
46391
|
+
# Deprecated.
|
46244
46392
|
# @return [Integer]
|
46245
46393
|
#
|
46246
46394
|
# @!attribute [rw] valid_until
|
46247
|
-
# The end date of the request
|
46248
|
-
#
|
46249
|
-
#
|
46250
|
-
#
|
46251
|
-
#
|
46395
|
+
# The end date of the request, in UTC format
|
46396
|
+
# (*YYYY-MM-DD*T*HH:MM:SS*Z). Supported only for persistent requests.
|
46397
|
+
#
|
46398
|
+
# * For a persistent request, the request remains active until the
|
46399
|
+
# `ValidUntil` date and time is reached. Otherwise, the request
|
46400
|
+
# remains active until you cancel it.
|
46401
|
+
#
|
46402
|
+
# * For a one-time request, `ValidUntil` is not supported. The request
|
46403
|
+
# remains active until all instances launch or you cancel the
|
46404
|
+
# request.
|
46405
|
+
#
|
46406
|
+
# Default: 7 days from the current date
|
46252
46407
|
# @return [Time]
|
46253
46408
|
#
|
46254
46409
|
# @!attribute [rw] instance_interruption_behavior
|
@@ -49102,9 +49257,12 @@ module Aws::EC2
|
|
49102
49257
|
#
|
49103
49258
|
# @!attribute [rw] add_allocation_resource_tags
|
49104
49259
|
# Add tag allocation rules to a pool. For more information about
|
49105
|
-
# allocation rules, see [Create a top-level
|
49106
|
-
#
|
49107
|
-
#
|
49260
|
+
# allocation rules, see [Create a top-level pool][1] in the *Amazon
|
49261
|
+
# VPC IPAM User Guide*.
|
49262
|
+
#
|
49263
|
+
#
|
49264
|
+
#
|
49265
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-top-ipam.html
|
49108
49266
|
# @return [Array<Types::RequestIpamResourceTag>]
|
49109
49267
|
#
|
49110
49268
|
# @!attribute [rw] remove_allocation_resource_tags
|
@@ -49181,8 +49339,11 @@ module Aws::EC2
|
|
49181
49339
|
# Amazon Web Services Regions you select as operating Regions.
|
49182
49340
|
#
|
49183
49341
|
# For more information about operating Regions, see [Create an
|
49184
|
-
# IPAM]
|
49185
|
-
#
|
49342
|
+
# IPAM][1] in the *Amazon VPC IPAM User Guide*.
|
49343
|
+
#
|
49344
|
+
#
|
49345
|
+
#
|
49346
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html
|
49186
49347
|
# @return [Array<Types::AddIpamOperatingRegion>]
|
49187
49348
|
#
|
49188
49349
|
# @!attribute [rw] remove_operating_regions
|
@@ -49362,13 +49523,17 @@ module Aws::EC2
|
|
49362
49523
|
# @return [String]
|
49363
49524
|
#
|
49364
49525
|
# @!attribute [rw] launch_template_id
|
49365
|
-
# The ID of the launch template.
|
49366
|
-
#
|
49526
|
+
# The ID of the launch template.
|
49527
|
+
#
|
49528
|
+
# You must specify either the `LaunchTemplateId` or the
|
49529
|
+
# `LaunchTemplateName`, but not both.
|
49367
49530
|
# @return [String]
|
49368
49531
|
#
|
49369
49532
|
# @!attribute [rw] launch_template_name
|
49370
|
-
# The name of the launch template.
|
49371
|
-
#
|
49533
|
+
# The name of the launch template.
|
49534
|
+
#
|
49535
|
+
# You must specify either the `LaunchTemplateName` or the
|
49536
|
+
# `LaunchTemplateId`, but not both.
|
49372
49537
|
# @return [String]
|
49373
49538
|
#
|
49374
49539
|
# @!attribute [rw] default_version
|
@@ -53694,6 +53859,8 @@ module Aws::EC2
|
|
53694
53859
|
# @return [String]
|
53695
53860
|
#
|
53696
53861
|
# @!attribute [rw] core_network_id
|
53862
|
+
# The ID of the core network where the transit gateway peer is
|
53863
|
+
# located.
|
53697
53864
|
# @return [String]
|
53698
53865
|
#
|
53699
53866
|
# @!attribute [rw] owner_id
|
@@ -56177,9 +56344,12 @@ module Aws::EC2
|
|
56177
56344
|
# CIDRs. IPAM only discovers and monitors resources in the Amazon Web
|
56178
56345
|
# Services Regions you select as operating Regions.
|
56179
56346
|
#
|
56180
|
-
# For more information about operating Regions, see [Create an
|
56181
|
-
#
|
56182
|
-
#
|
56347
|
+
# For more information about operating Regions, see [Create an IPAM][1]
|
56348
|
+
# in the *Amazon VPC IPAM User Guide*
|
56349
|
+
#
|
56350
|
+
#
|
56351
|
+
#
|
56352
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html
|
56183
56353
|
#
|
56184
56354
|
# @note When making an API call, you may pass RemoveIpamOperatingRegion
|
56185
56355
|
# data as a hash:
|
@@ -57832,8 +58002,13 @@ module Aws::EC2
|
|
57832
58002
|
# @return [Types::RequestSpotLaunchSpecification]
|
57833
58003
|
#
|
57834
58004
|
# @!attribute [rw] spot_price
|
57835
|
-
# The maximum price per hour that you are willing to pay for a
|
57836
|
-
# Instance.
|
58005
|
+
# The maximum price per unit hour that you are willing to pay for a
|
58006
|
+
# Spot Instance. We do not recommend using this parameter because it
|
58007
|
+
# can lead to increased interruptions. If you do not specify this
|
58008
|
+
# parameter, you will pay the current Spot price.
|
58009
|
+
#
|
58010
|
+
# If you specify a maximum price, your instances will be interrupted
|
58011
|
+
# more frequently than if you do not specify this parameter.
|
57837
58012
|
# @return [String]
|
57838
58013
|
#
|
57839
58014
|
# @!attribute [rw] type
|
@@ -60623,10 +60798,22 @@ module Aws::EC2
|
|
60623
60798
|
# @return [Array<Types::ElasticInferenceAccelerator>]
|
60624
60799
|
#
|
60625
60800
|
# @!attribute [rw] tag_specifications
|
60626
|
-
# The tags to apply to the resources
|
60627
|
-
#
|
60628
|
-
#
|
60629
|
-
#
|
60801
|
+
# The tags to apply to the resources that are created during instance
|
60802
|
+
# launch.
|
60803
|
+
#
|
60804
|
+
# You can specify tags for the following resources only:
|
60805
|
+
#
|
60806
|
+
# * Instances
|
60807
|
+
#
|
60808
|
+
# * Volumes
|
60809
|
+
#
|
60810
|
+
# * Elastic graphics
|
60811
|
+
#
|
60812
|
+
# * Spot Instance requests
|
60813
|
+
#
|
60814
|
+
# * Network interfaces
|
60815
|
+
#
|
60816
|
+
# To tag a resource after it has been created, see [CreateTags][1].
|
60630
60817
|
#
|
60631
60818
|
#
|
60632
60819
|
#
|
@@ -60733,7 +60920,7 @@ module Aws::EC2
|
|
60733
60920
|
#
|
60734
60921
|
# @!attribute [rw] disable_api_stop
|
60735
60922
|
# Indicates whether an instance is enabled for stop protection. For
|
60736
|
-
# more information, see [Stop
|
60923
|
+
# more information, see [Stop protection][1].
|
60737
60924
|
#
|
60738
60925
|
#
|
60739
60926
|
#
|
@@ -62521,7 +62708,7 @@ module Aws::EC2
|
|
62521
62708
|
# Describes a VPC endpoint service.
|
62522
62709
|
#
|
62523
62710
|
# @!attribute [rw] service_name
|
62524
|
-
# The
|
62711
|
+
# The name of the service.
|
62525
62712
|
# @return [String]
|
62526
62713
|
#
|
62527
62714
|
# @!attribute [rw] service_id
|
@@ -63500,9 +63687,12 @@ module Aws::EC2
|
|
63500
63687
|
#
|
63501
63688
|
# @!attribute [rw] spot_price
|
63502
63689
|
# The maximum price per unit hour that you are willing to pay for a
|
63503
|
-
# Spot Instance.
|
63504
|
-
#
|
63505
|
-
#
|
63690
|
+
# Spot Instance. We do not recommend using this parameter because it
|
63691
|
+
# can lead to increased interruptions. If you do not specify this
|
63692
|
+
# parameter, you will pay the current Spot price.
|
63693
|
+
#
|
63694
|
+
# If you specify a maximum price, your instances will be interrupted
|
63695
|
+
# more frequently than if you do not specify this parameter.
|
63506
63696
|
# @return [String]
|
63507
63697
|
#
|
63508
63698
|
# @!attribute [rw] subnet_id
|
@@ -64010,7 +64200,12 @@ module Aws::EC2
|
|
64010
64200
|
#
|
64011
64201
|
# @!attribute [rw] spot_price
|
64012
64202
|
# The maximum price per unit hour that you are willing to pay for a
|
64013
|
-
# Spot Instance.
|
64203
|
+
# Spot Instance. We do not recommend using this parameter because it
|
64204
|
+
# can lead to increased interruptions. If you do not specify this
|
64205
|
+
# parameter, you will pay the current Spot price.
|
64206
|
+
#
|
64207
|
+
# If you specify a maximum price, your instances will be interrupted
|
64208
|
+
# more frequently than if you do not specify this parameter.
|
64014
64209
|
# @return [String]
|
64015
64210
|
#
|
64016
64211
|
# @!attribute [rw] target_capacity
|
@@ -64273,8 +64468,13 @@ module Aws::EC2
|
|
64273
64468
|
# @return [String]
|
64274
64469
|
#
|
64275
64470
|
# @!attribute [rw] spot_price
|
64276
|
-
# The maximum price per hour that you are willing to pay for a
|
64277
|
-
# Instance.
|
64471
|
+
# The maximum price per unit hour that you are willing to pay for a
|
64472
|
+
# Spot Instance. We do not recommend using this parameter because it
|
64473
|
+
# can lead to increased interruptions. If you do not specify this
|
64474
|
+
# parameter, you will pay the current Spot price.
|
64475
|
+
#
|
64476
|
+
# If you specify a maximum price, your instances will be interrupted
|
64477
|
+
# more frequently than if you do not specify this parameter.
|
64278
64478
|
# @return [String]
|
64279
64479
|
#
|
64280
64480
|
# @!attribute [rw] state
|
@@ -64446,8 +64646,14 @@ module Aws::EC2
|
|
64446
64646
|
# }
|
64447
64647
|
#
|
64448
64648
|
# @!attribute [rw] max_price
|
64449
|
-
# The maximum hourly price you're willing to pay for
|
64450
|
-
#
|
64649
|
+
# The maximum hourly price that you're willing to pay for a Spot
|
64650
|
+
# Instance. We do not recommend using this parameter because it can
|
64651
|
+
# lead to increased interruptions. If you do not specify this
|
64652
|
+
# parameter, you will pay the current Spot price.
|
64653
|
+
#
|
64654
|
+
# If you specify a maximum price, your Spot Instances will be
|
64655
|
+
# interrupted more frequently than if you do not specify this
|
64656
|
+
# parameter.
|
64451
64657
|
# @return [String]
|
64452
64658
|
#
|
64453
64659
|
# @!attribute [rw] spot_instance_type
|
@@ -64582,7 +64788,13 @@ module Aws::EC2
|
|
64582
64788
|
#
|
64583
64789
|
# @!attribute [rw] max_total_price
|
64584
64790
|
# The maximum amount per hour for Spot Instances that you're willing
|
64585
|
-
# to pay.
|
64791
|
+
# to pay. We do not recommend using this parameter because it can lead
|
64792
|
+
# to increased interruptions. If you do not specify this parameter,
|
64793
|
+
# you will pay the current Spot price.
|
64794
|
+
#
|
64795
|
+
# If you specify a maximum price, your Spot Instances will be
|
64796
|
+
# interrupted more frequently than if you do not specify this
|
64797
|
+
# parameter.
|
64586
64798
|
# @return [String]
|
64587
64799
|
#
|
64588
64800
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SpotOptions AWS API Documentation
|
@@ -64705,7 +64917,13 @@ module Aws::EC2
|
|
64705
64917
|
#
|
64706
64918
|
# @!attribute [rw] max_total_price
|
64707
64919
|
# The maximum amount per hour for Spot Instances that you're willing
|
64708
|
-
# to pay.
|
64920
|
+
# to pay. We do not recommend using this parameter because it can lead
|
64921
|
+
# to increased interruptions. If you do not specify this parameter,
|
64922
|
+
# you will pay the current Spot price.
|
64923
|
+
#
|
64924
|
+
# If you specify a maximum price, your Spot Instances will be
|
64925
|
+
# interrupted more frequently than if you do not specify this
|
64926
|
+
# parameter.
|
64709
64927
|
# @return [String]
|
64710
64928
|
#
|
64711
64929
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SpotOptionsRequest AWS API Documentation
|
@@ -64791,8 +65009,13 @@ module Aws::EC2
|
|
64791
65009
|
include Aws::Structure
|
64792
65010
|
end
|
64793
65011
|
|
64794
|
-
#
|
64795
|
-
#
|
65012
|
+
# The maximum price per unit hour that you are willing to pay for a Spot
|
65013
|
+
# Instance. We do not recommend using this parameter because it can lead
|
65014
|
+
# to increased interruptions. If you do not specify this parameter, you
|
65015
|
+
# will pay the current Spot price.
|
65016
|
+
#
|
65017
|
+
# If you specify a maximum price, your instances will be interrupted
|
65018
|
+
# more frequently than if you do not specify this parameter.
|
64796
65019
|
#
|
64797
65020
|
# @!attribute [rw] availability_zone
|
64798
65021
|
# The Availability Zone.
|
@@ -64807,8 +65030,13 @@ module Aws::EC2
|
|
64807
65030
|
# @return [String]
|
64808
65031
|
#
|
64809
65032
|
# @!attribute [rw] spot_price
|
64810
|
-
# The maximum price per hour that you are willing to pay for a
|
64811
|
-
# Instance.
|
65033
|
+
# The maximum price per unit hour that you are willing to pay for a
|
65034
|
+
# Spot Instance. We do not recommend using this parameter because it
|
65035
|
+
# can lead to increased interruptions. If you do not specify this
|
65036
|
+
# parameter, you will pay the current Spot price.
|
65037
|
+
#
|
65038
|
+
# If you specify a maximum price, your instances will be interrupted
|
65039
|
+
# more frequently than if you do not specify this parameter.
|
64812
65040
|
# @return [String]
|
64813
65041
|
#
|
64814
65042
|
# @!attribute [rw] timestamp
|
@@ -65707,6 +65935,13 @@ module Aws::EC2
|
|
65707
65935
|
|
65708
65936
|
# The tags to apply to a resource when the resource is being created.
|
65709
65937
|
#
|
65938
|
+
# <note markdown="1"> The `Valid Values` lists all the resource types that can be tagged.
|
65939
|
+
# However, the action you're using might not support tagging all of
|
65940
|
+
# these resource types. If you try to tag a resource type that is
|
65941
|
+
# unsupported for the action you're using, you'll get an error.
|
65942
|
+
#
|
65943
|
+
# </note>
|
65944
|
+
#
|
65710
65945
|
# @note When making an API call, you may pass TagSpecification
|
65711
65946
|
# data as a hash:
|
65712
65947
|
#
|
@@ -67303,6 +67538,7 @@ module Aws::EC2
|
|
67303
67538
|
# @return [Types::PeeringTgwInfo]
|
67304
67539
|
#
|
67305
67540
|
# @!attribute [rw] options
|
67541
|
+
# Details about the transit gateway peering attachment.
|
67306
67542
|
# @return [Types::TransitGatewayPeeringAttachmentOptions]
|
67307
67543
|
#
|
67308
67544
|
# @!attribute [rw] status
|
@@ -67338,7 +67574,11 @@ module Aws::EC2
|
|
67338
67574
|
include Aws::Structure
|
67339
67575
|
end
|
67340
67576
|
|
67577
|
+
# Describes dynamic routing for the transit gateway peering attachment.
|
67578
|
+
#
|
67341
67579
|
# @!attribute [rw] dynamic_routing
|
67580
|
+
# Describes whether dynamic routing is enabled or disabled for the
|
67581
|
+
# transit gateway peering attachment.
|
67342
67582
|
# @return [String]
|
67343
67583
|
#
|
67344
67584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/TransitGatewayPeeringAttachmentOptions AWS API Documentation
|
@@ -67689,6 +67929,7 @@ module Aws::EC2
|
|
67689
67929
|
# @return [String]
|
67690
67930
|
#
|
67691
67931
|
# @!attribute [rw] transit_gateway_route_table_announcement_id
|
67932
|
+
# The ID of the transit gateway route table announcement.
|
67692
67933
|
# @return [String]
|
67693
67934
|
#
|
67694
67935
|
# @!attribute [rw] transit_gateway_attachments
|
@@ -67798,6 +68039,8 @@ module Aws::EC2
|
|
67798
68039
|
# @return [String]
|
67799
68040
|
#
|
67800
68041
|
# @!attribute [rw] core_network_id
|
68042
|
+
# The ID of the core network for the transit gateway route table
|
68043
|
+
# announcement.
|
67801
68044
|
# @return [String]
|
67802
68045
|
#
|
67803
68046
|
# @!attribute [rw] peer_transit_gateway_id
|
@@ -67805,6 +68048,7 @@ module Aws::EC2
|
|
67805
68048
|
# @return [String]
|
67806
68049
|
#
|
67807
68050
|
# @!attribute [rw] peer_core_network_id
|
68051
|
+
# The ID of the core network ID for the peer.
|
67808
68052
|
# @return [String]
|
67809
68053
|
#
|
67810
68054
|
# @!attribute [rw] peering_attachment_id
|