aws-sdk-ec2 1.512.0 → 1.513.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 +2 -2
- data/lib/aws-sdk-ec2/types.rb +65 -93
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3576ad879edc64942c5d867c511046d0f1ea02f344cd16ecade27d55ae31266
|
4
|
+
data.tar.gz: 2b92a31a32a39aeda9c7546d8a0b6c9cd1b35d898553ef97909677674ab497c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57e7e48a42a1a0fad4dd2a6a1557bcdebf79b3633bf908b462d0c5c3238e06dae804a083b5911b2a5682cedf0c11ecb26862ed734bde4d9e835e8ae73edf2cb4
|
7
|
+
data.tar.gz: '0952dab01bfa2b5f23253816c5407f7e47a5ca524392476cd8877e13604577d02c278f339c7fe18d2f013f83db57ac6d5137dfcaa69213ed7d0e43e7e820d922'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.513.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -21226,7 +21226,7 @@ module Aws::EC2
|
|
21226
21226
|
# `us-east-1`).
|
21227
21227
|
#
|
21228
21228
|
# * `state` - The state of the Availability Zone, the Local Zone, or the
|
21229
|
-
# Wavelength Zone (`available`).
|
21229
|
+
# Wavelength Zone (`available` \| `unavailable` \| `constrained`).
|
21230
21230
|
#
|
21231
21231
|
# * `zone-id` - The ID of the Availability Zone (for example,
|
21232
21232
|
# `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
|
@@ -63402,7 +63402,7 @@ module Aws::EC2
|
|
63402
63402
|
tracer: tracer
|
63403
63403
|
)
|
63404
63404
|
context[:gem_name] = 'aws-sdk-ec2'
|
63405
|
-
context[:gem_version] = '1.
|
63405
|
+
context[:gem_version] = '1.513.0'
|
63406
63406
|
Seahorse::Client::Request.new(handlers, context)
|
63407
63407
|
end
|
63408
63408
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -5065,24 +5065,30 @@ module Aws::EC2
|
|
5065
5065
|
# constraints, or instance limit constraints. You can view a failed
|
5066
5066
|
# request for 60 minutes.
|
5067
5067
|
#
|
5068
|
-
# * `scheduled` - (*Future-dated Capacity Reservations
|
5068
|
+
# * `scheduled` - (*Future-dated Capacity Reservations*) The
|
5069
5069
|
# future-dated Capacity Reservation request was approved and the
|
5070
5070
|
# Capacity Reservation is scheduled for delivery on the requested
|
5071
5071
|
# start date.
|
5072
5072
|
#
|
5073
|
-
# * `
|
5074
|
-
#
|
5075
|
-
#
|
5073
|
+
# * `payment-pending` - (*Capacity Blocks*) The upfront payment has
|
5074
|
+
# not been processed yet.
|
5075
|
+
#
|
5076
|
+
# * `payment-failed` - (*Capacity Blocks*) The upfront payment was not
|
5077
|
+
# processed in the 12-hour time frame. Your Capacity Block was
|
5078
|
+
# released.
|
5079
|
+
#
|
5080
|
+
# * `assessing` - (*Future-dated Capacity Reservations*) Amazon EC2 is
|
5081
|
+
# assessing your request for a future-dated Capacity Reservation.
|
5076
5082
|
#
|
5077
|
-
# * `delayed` - (*Future-dated Capacity Reservations
|
5083
|
+
# * `delayed` - (*Future-dated Capacity Reservations*) Amazon EC2
|
5078
5084
|
# encountered a delay in provisioning the requested future-dated
|
5079
5085
|
# Capacity Reservation. Amazon EC2 is unable to deliver the
|
5080
5086
|
# requested capacity by the requested start date and time.
|
5081
5087
|
#
|
5082
|
-
# * `unsupported` - (*Future-dated Capacity Reservations
|
5083
|
-
#
|
5084
|
-
#
|
5085
|
-
#
|
5088
|
+
# * `unsupported` - (*Future-dated Capacity Reservations*) Amazon EC2
|
5089
|
+
# can't support the future-dated Capacity Reservation request due
|
5090
|
+
# to capacity constraints. You can view unsupported requests for 30
|
5091
|
+
# days. The Capacity Reservation will not be delivered.
|
5086
5092
|
# @return [String]
|
5087
5093
|
#
|
5088
5094
|
# @!attribute [rw] start_date
|
@@ -18142,7 +18148,8 @@ module Aws::EC2
|
|
18142
18148
|
# `us-east-1`).
|
18143
18149
|
#
|
18144
18150
|
# * `state` - The state of the Availability Zone, the Local Zone, or
|
18145
|
-
# the Wavelength Zone (`available`
|
18151
|
+
# the Wavelength Zone (`available` \| `unavailable` \|
|
18152
|
+
# `constrained`).
|
18146
18153
|
#
|
18147
18154
|
# * `zone-id` - The ID of the Availability Zone (for example,
|
18148
18155
|
# `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
|
@@ -33185,18 +33192,14 @@ module Aws::EC2
|
|
33185
33192
|
|
33186
33193
|
# Deprecated.
|
33187
33194
|
#
|
33188
|
-
# <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
|
33189
|
-
# workloads that require graphics acceleration, we recommend that you
|
33190
|
-
# use Amazon EC2 G4ad, G4dn, or G5 instances.
|
33195
|
+
# <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
|
33191
33196
|
#
|
33192
33197
|
# </note>
|
33193
33198
|
#
|
33194
33199
|
# @!attribute [rw] type
|
33195
33200
|
# Deprecated.
|
33196
33201
|
#
|
33197
|
-
# <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
|
33198
|
-
# workloads that require graphics acceleration, we recommend that you
|
33199
|
-
# use Amazon EC2 G4ad, G4dn, or G5 instances.
|
33202
|
+
# <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
|
33200
33203
|
#
|
33201
33204
|
# </note>
|
33202
33205
|
# @return [String]
|
@@ -36001,14 +36004,14 @@ module Aws::EC2
|
|
36001
36004
|
# customer managed KMS key to use for EBS encryption.
|
36002
36005
|
#
|
36003
36006
|
# This parameter is only supported on `BlockDeviceMapping` objects
|
36004
|
-
# called by [
|
36005
|
-
# [
|
36007
|
+
# called by [CreateFleet][1], [RequestSpotInstances][2], and
|
36008
|
+
# [RunInstances][3].
|
36006
36009
|
#
|
36007
36010
|
#
|
36008
36011
|
#
|
36009
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/
|
36010
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/
|
36011
|
-
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/
|
36012
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html
|
36013
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html
|
36014
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
|
36012
36015
|
# @return [String]
|
36013
36016
|
#
|
36014
36017
|
# @!attribute [rw] snapshot_id
|
@@ -36236,10 +36239,13 @@ module Aws::EC2
|
|
36236
36239
|
# @return [String]
|
36237
36240
|
#
|
36238
36241
|
# @!attribute [rw] block_device_mappings
|
36239
|
-
# The block device
|
36240
|
-
# store volumes to attach to the instance at launch.
|
36241
|
-
#
|
36242
|
-
#
|
36242
|
+
# The block device mappings, which define the EBS volumes and instance
|
36243
|
+
# store volumes to attach to the instance at launch.
|
36244
|
+
#
|
36245
|
+
# Supported only for fleets of type `instant`.
|
36246
|
+
#
|
36247
|
+
# For more information, see [Block device mappings for volumes on
|
36248
|
+
# Amazon EC2 instances][1] in the *Amazon EC2 User Guide*.
|
36243
36249
|
#
|
36244
36250
|
#
|
36245
36251
|
#
|
@@ -36345,26 +36351,13 @@ module Aws::EC2
|
|
36345
36351
|
# @return [Types::Placement]
|
36346
36352
|
#
|
36347
36353
|
# @!attribute [rw] block_device_mappings
|
36348
|
-
# The block device
|
36349
|
-
# store volumes to attach to the instance at launch.
|
36350
|
-
# information, see [Block device mappings for volumes on Amazon EC2
|
36351
|
-
# instances][1] in the *Amazon EC2 User Guide*.
|
36352
|
-
#
|
36353
|
-
# To override a block device mapping specified in the launch template:
|
36354
|
-
#
|
36355
|
-
# * Specify the exact same `DeviceName` here as specified in the
|
36356
|
-
# launch template.
|
36357
|
-
#
|
36358
|
-
# * Only specify the parameters you want to change.
|
36354
|
+
# The block device mappings, which define the EBS volumes and instance
|
36355
|
+
# store volumes to attach to the instance at launch.
|
36359
36356
|
#
|
36360
|
-
#
|
36361
|
-
# launch template values.
|
36362
|
-
#
|
36363
|
-
# To add a new block device mapping:
|
36364
|
-
#
|
36365
|
-
# * Specify a `DeviceName` that doesn't exist in the launch template.
|
36357
|
+
# Supported only for fleets of type `instant`.
|
36366
36358
|
#
|
36367
|
-
#
|
36359
|
+
# For more information, see [Block device mappings for volumes on
|
36360
|
+
# Amazon EC2 instances][1] in the *Amazon EC2 User Guide*.
|
36368
36361
|
#
|
36369
36362
|
#
|
36370
36363
|
#
|
@@ -37269,24 +37262,30 @@ module Aws::EC2
|
|
37269
37262
|
# constraints, or instance limit constraints. You can view a failed
|
37270
37263
|
# request for 60 minutes.
|
37271
37264
|
#
|
37272
|
-
# * `scheduled` - (*Future-dated Capacity Reservations
|
37265
|
+
# * `scheduled` - (*Future-dated Capacity Reservations*) The
|
37273
37266
|
# future-dated Capacity Reservation request was approved and the
|
37274
37267
|
# Capacity Reservation is scheduled for delivery on the requested
|
37275
37268
|
# start date.
|
37276
37269
|
#
|
37277
|
-
# * `
|
37278
|
-
#
|
37279
|
-
#
|
37270
|
+
# * `payment-pending` - (*Capacity Blocks*) The upfront payment has
|
37271
|
+
# not been processed yet.
|
37272
|
+
#
|
37273
|
+
# * `payment-failed` - (*Capacity Blocks*) The upfront payment was not
|
37274
|
+
# processed in the 12-hour time frame. Your Capacity Block was
|
37275
|
+
# released.
|
37276
|
+
#
|
37277
|
+
# * `assessing` - (*Future-dated Capacity Reservations*) Amazon EC2 is
|
37278
|
+
# assessing your request for a future-dated Capacity Reservation.
|
37280
37279
|
#
|
37281
|
-
# * `delayed` - (*Future-dated Capacity Reservations
|
37280
|
+
# * `delayed` - (*Future-dated Capacity Reservations*) Amazon EC2
|
37282
37281
|
# encountered a delay in provisioning the requested future-dated
|
37283
37282
|
# Capacity Reservation. Amazon EC2 is unable to deliver the
|
37284
37283
|
# requested capacity by the requested start date and time.
|
37285
37284
|
#
|
37286
|
-
# * `unsupported` - (*Future-dated Capacity Reservations
|
37287
|
-
#
|
37288
|
-
#
|
37289
|
-
#
|
37285
|
+
# * `unsupported` - (*Future-dated Capacity Reservations*) Amazon EC2
|
37286
|
+
# can't support the future-dated Capacity Reservation request due
|
37287
|
+
# to capacity constraints. You can view unsupported requests for 30
|
37288
|
+
# days. The Capacity Reservation will not be delivered.
|
37290
37289
|
# @return [String]
|
37291
37290
|
#
|
37292
37291
|
# @!attribute [rw] instance_usages
|
@@ -42992,6 +42991,11 @@ module Aws::EC2
|
|
42992
42991
|
# @!attribute [rw] instance_tags
|
42993
42992
|
# The instance tags to associate with the event window. Any instances
|
42994
42993
|
# associated with the tags will be associated with the event window.
|
42994
|
+
#
|
42995
|
+
# Note that while you can't create tag keys beginning with `aws:`,
|
42996
|
+
# you can specify existing Amazon Web Services managed tag keys (with
|
42997
|
+
# the `aws:` prefix) when specifying them as targets to associate with
|
42998
|
+
# the event window.
|
42995
42999
|
# @return [Array<Types::Tag>]
|
42996
43000
|
#
|
42997
43001
|
# @!attribute [rw] dedicated_host_ids
|
@@ -43017,6 +43021,11 @@ module Aws::EC2
|
|
43017
43021
|
# @!attribute [rw] tags
|
43018
43022
|
# The instance tags associated with the event window. Any instances
|
43019
43023
|
# associated with the tags will be associated with the event window.
|
43024
|
+
#
|
43025
|
+
# Note that while you can't create tag keys beginning with `aws:`,
|
43026
|
+
# you can specify existing Amazon Web Services managed tag keys (with
|
43027
|
+
# the `aws:` prefix) when specifying them as targets to associate with
|
43028
|
+
# the event window.
|
43020
43029
|
# @return [Array<Types::Tag>]
|
43021
43030
|
#
|
43022
43031
|
# @!attribute [rw] dedicated_host_ids
|
@@ -44398,12 +44407,6 @@ module Aws::EC2
|
|
44398
44407
|
#
|
44399
44408
|
# * For instance types with GPU accelerators, specify `gpu`.
|
44400
44409
|
#
|
44401
|
-
# * For instance types with Inference accelerators, specify
|
44402
|
-
# `inference`.
|
44403
|
-
#
|
44404
|
-
# * For instance types with Inference accelerators, specify
|
44405
|
-
# `inference`.
|
44406
|
-
#
|
44407
44410
|
# Default: Any accelerator type
|
44408
44411
|
# @return [Array<String>]
|
44409
44412
|
#
|
@@ -44887,9 +44890,6 @@ module Aws::EC2
|
|
44887
44890
|
#
|
44888
44891
|
# * For instance types with GPU accelerators, specify `gpu`.
|
44889
44892
|
#
|
44890
|
-
# * For instance types with Inference accelerators, specify
|
44891
|
-
# `inference`.
|
44892
|
-
#
|
44893
44893
|
# Default: Any accelerator type
|
44894
44894
|
# @return [Array<String>]
|
44895
44895
|
#
|
@@ -57620,11 +57620,11 @@ module Aws::EC2
|
|
57620
57620
|
include Aws::Structure
|
57621
57621
|
end
|
57622
57622
|
|
57623
|
-
# Describes whether the resource is managed by
|
57623
|
+
# Describes whether the resource is managed by a service provider and,
|
57624
57624
|
# if so, describes the service provider that manages it.
|
57625
57625
|
#
|
57626
57626
|
# @!attribute [rw] managed
|
57627
|
-
# If `true`, the resource is managed by
|
57627
|
+
# If `true`, the resource is managed by a service provider.
|
57628
57628
|
# @return [Boolean]
|
57629
57629
|
#
|
57630
57630
|
# @!attribute [rw] principal
|
@@ -61444,9 +61444,7 @@ module Aws::EC2
|
|
61444
61444
|
# @!attribute [rw] elastic_gpu_specifications
|
61445
61445
|
# Deprecated.
|
61446
61446
|
#
|
61447
|
-
# <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
|
61448
|
-
# workloads that require graphics acceleration, we recommend that you
|
61449
|
-
# use Amazon EC2 G4ad, G4dn, or G5 instances.
|
61447
|
+
# <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
|
61450
61448
|
#
|
61451
61449
|
# </note>
|
61452
61450
|
# @return [Array<Types::ElasticGpuSpecification>]
|
@@ -61463,18 +61461,6 @@ module Aws::EC2
|
|
61463
61461
|
#
|
61464
61462
|
# You cannot specify accelerators from different generations in the
|
61465
61463
|
# same request.
|
61466
|
-
#
|
61467
|
-
# <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
|
61468
|
-
# customers to Amazon Elastic Inference (EI), and will help current
|
61469
|
-
# customers migrate their workloads to options that offer better price
|
61470
|
-
# and performance. After April 15, 2023, new customers will not be
|
61471
|
-
# able to launch instances with Amazon EI accelerators in Amazon
|
61472
|
-
# SageMaker, Amazon ECS, or Amazon EC2. However, customers who have
|
61473
|
-
# used Amazon EI at least once during the past 30-day period are
|
61474
|
-
# considered current customers and will be able to continue using the
|
61475
|
-
# service.
|
61476
|
-
#
|
61477
|
-
# </note>
|
61478
61464
|
# @return [Array<Types::LaunchTemplateElasticInferenceAccelerator>]
|
61479
61465
|
#
|
61480
61466
|
# @!attribute [rw] security_group_ids
|
@@ -62918,9 +62904,7 @@ module Aws::EC2
|
|
62918
62904
|
# @!attribute [rw] elastic_gpu_specifications
|
62919
62905
|
# Deprecated.
|
62920
62906
|
#
|
62921
|
-
# <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
|
62922
|
-
# workloads that require graphics acceleration, we recommend that you
|
62923
|
-
# use Amazon EC2 G4ad, G4dn, or G5 instances.
|
62907
|
+
# <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
|
62924
62908
|
#
|
62925
62909
|
# </note>
|
62926
62910
|
# @return [Array<Types::ElasticGpuSpecificationResponse>]
|
@@ -62937,18 +62921,6 @@ module Aws::EC2
|
|
62937
62921
|
#
|
62938
62922
|
# You cannot specify accelerators from different generations in the
|
62939
62923
|
# same request.
|
62940
|
-
#
|
62941
|
-
# <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
|
62942
|
-
# customers to Amazon Elastic Inference (EI), and will help current
|
62943
|
-
# customers migrate their workloads to options that offer better price
|
62944
|
-
# and performance. After April 15, 2023, new customers will not be
|
62945
|
-
# able to launch instances with Amazon EI accelerators in Amazon
|
62946
|
-
# SageMaker, Amazon ECS, or Amazon EC2. However, customers who have
|
62947
|
-
# used Amazon EI at least once during the past 30-day period are
|
62948
|
-
# considered current customers and will be able to continue using the
|
62949
|
-
# service.
|
62950
|
-
#
|
62951
|
-
# </note>
|
62952
62924
|
# @return [Array<Types::LaunchTemplateElasticInferenceAcceleratorResponse>]
|
62953
62925
|
#
|
62954
62926
|
# @!attribute [rw] security_group_ids
|
data/lib/aws-sdk-ec2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.513.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|