aws-sdk-ec2 1.511.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01fcf4c573be22d5df6baaee10bcc31d55e28f705a890813e42c8eae5cf9445c
4
- data.tar.gz: 5e267f949bda84a0057b50f51bfa984cba05e58b2b7ae8c3ca900185ebd63827
3
+ metadata.gz: c3576ad879edc64942c5d867c511046d0f1ea02f344cd16ecade27d55ae31266
4
+ data.tar.gz: 2b92a31a32a39aeda9c7546d8a0b6c9cd1b35d898553ef97909677674ab497c1
5
5
  SHA512:
6
- metadata.gz: d81987eea06f1fb31793a584d56a361e113eeb706e3dd6565c3f18e214d2d33a1da95ae2cbfb3b3df06b83c879b49e9cf5550b27dc2ea9cb1ab02a5a615280c8
7
- data.tar.gz: 53b0a810e0c7f7e367500298ccc32571876e62d518137f422d411d2380cd6de3b4d030199dd1ef401849411acc3dc0d1c2923afec617a4bf2b33582216a9d3b2
6
+ metadata.gz: 57e7e48a42a1a0fad4dd2a6a1557bcdebf79b3633bf908b462d0c5c3238e06dae804a083b5911b2a5682cedf0c11ecb26862ed734bde4d9e835e8ae73edf2cb4
7
+ data.tar.gz: '0952dab01bfa2b5f23253816c5407f7e47a5ca524392476cd8877e13604577d02c278f339c7fe18d2f013f83db57ac6d5137dfcaa69213ed7d0e43e7e820d922'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.513.0 (2025-03-19)
5
+ ------------------
6
+
7
+ * Feature - Doc-only updates for EC2 for March 2025.
8
+
9
+ 1.512.0 (2025-03-13)
10
+ ------------------
11
+
12
+ * Feature - This release changes the CreateLaunchTemplate, CreateLaunchTemplateVersion, ModifyLaunchTemplate CLI and SDKs such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
13
+
4
14
  1.511.0 (2025-03-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.511.0
1
+ 1.513.0
@@ -8894,11 +8894,16 @@ module Aws::EC2
8894
8894
  #
8895
8895
  # @option params [String] :client_token
8896
8896
  # Unique, case-sensitive identifier you provide to ensure the
8897
- # idempotency of the request. For more information, see [Ensuring
8898
- # idempotency][1].
8897
+ # idempotency of the request. If a client token isn't specified, a
8898
+ # randomly generated token is used in the request to ensure idempotency.
8899
+ #
8900
+ # For more information, see [Ensuring idempotency][1].
8899
8901
  #
8900
8902
  # Constraint: Maximum 128 ASCII characters.
8901
8903
  #
8904
+ # **A suitable default value is auto-generated.** You should normally
8905
+ # not need to pass this option.**
8906
+ #
8902
8907
  #
8903
8908
  #
8904
8909
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
@@ -9297,11 +9302,16 @@ module Aws::EC2
9297
9302
  #
9298
9303
  # @option params [String] :client_token
9299
9304
  # Unique, case-sensitive identifier you provide to ensure the
9300
- # idempotency of the request. For more information, see [Ensuring
9301
- # idempotency][1].
9305
+ # idempotency of the request. If a client token isn't specified, a
9306
+ # randomly generated token is used in the request to ensure idempotency.
9307
+ #
9308
+ # For more information, see [Ensuring idempotency][1].
9302
9309
  #
9303
9310
  # Constraint: Maximum 128 ASCII characters.
9304
9311
  #
9312
+ # **A suitable default value is auto-generated.** You should normally
9313
+ # not need to pass this option.**
9314
+ #
9305
9315
  #
9306
9316
  #
9307
9317
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
@@ -21149,9 +21159,7 @@ module Aws::EC2
21149
21159
  end
21150
21160
 
21151
21161
  # Describes the Availability Zones, Local Zones, and Wavelength Zones
21152
- # that are available to you. If there is an event impacting a zone, you
21153
- # can use this request to view the state and any provided messages for
21154
- # that zone.
21162
+ # that are available to you.
21155
21163
  #
21156
21164
  # For more information about Availability Zones, Local Zones, and
21157
21165
  # Wavelength Zones, see [Regions and zones][1] in the *Amazon EC2 User
@@ -21218,7 +21226,7 @@ module Aws::EC2
21218
21226
  # `us-east-1`).
21219
21227
  #
21220
21228
  # * `state` - The state of the Availability Zone, the Local Zone, or the
21221
- # Wavelength Zone (`available`).
21229
+ # Wavelength Zone (`available` \| `unavailable` \| `constrained`).
21222
21230
  #
21223
21231
  # * `zone-id` - The ID of the Availability Zone (for example,
21224
21232
  # `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
@@ -51646,11 +51654,16 @@ module Aws::EC2
51646
51654
  #
51647
51655
  # @option params [String] :client_token
51648
51656
  # Unique, case-sensitive identifier you provide to ensure the
51649
- # idempotency of the request. For more information, see [Ensuring
51650
- # idempotency in Amazon EC2 API requests][1].
51657
+ # idempotency of the request. If a client token isn't specified, a
51658
+ # randomly generated token is used in the request to ensure idempotency.
51659
+ #
51660
+ # For more information, see [Ensuring idempotency][1].
51651
51661
  #
51652
51662
  # Constraint: Maximum 128 ASCII characters.
51653
51663
  #
51664
+ # **A suitable default value is auto-generated.** You should normally
51665
+ # not need to pass this option.**
51666
+ #
51654
51667
  #
51655
51668
  #
51656
51669
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
@@ -63389,7 +63402,7 @@ module Aws::EC2
63389
63402
  tracer: tracer
63390
63403
  )
63391
63404
  context[:gem_name] = 'aws-sdk-ec2'
63392
- context[:gem_version] = '1.511.0'
63405
+ context[:gem_version] = '1.513.0'
63393
63406
  Seahorse::Client::Request.new(handlers, context)
63394
63407
  end
63395
63408
 
@@ -5232,7 +5232,7 @@ module Aws::EC2
5232
5232
  CreateKeyPairRequest.struct_class = Types::CreateKeyPairRequest
5233
5233
 
5234
5234
  CreateLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5235
- CreateLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
5235
+ CreateLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
5236
5236
  CreateLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, required: true, location_name: "LaunchTemplateName"))
5237
5237
  CreateLaunchTemplateRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
5238
5238
  CreateLaunchTemplateRequest.add_member(:launch_template_data, Shapes::ShapeRef.new(shape: RequestLaunchTemplateData, required: true, location_name: "LaunchTemplateData"))
@@ -5245,7 +5245,7 @@ module Aws::EC2
5245
5245
  CreateLaunchTemplateResult.struct_class = Types::CreateLaunchTemplateResult
5246
5246
 
5247
5247
  CreateLaunchTemplateVersionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5248
- CreateLaunchTemplateVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
5248
+ CreateLaunchTemplateVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
5249
5249
  CreateLaunchTemplateVersionRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
5250
5250
  CreateLaunchTemplateVersionRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
5251
5251
  CreateLaunchTemplateVersionRequest.add_member(:source_version, Shapes::ShapeRef.new(shape: String, location_name: "SourceVersion"))
@@ -12484,7 +12484,7 @@ module Aws::EC2
12484
12484
  ModifyIpamScopeResult.struct_class = Types::ModifyIpamScopeResult
12485
12485
 
12486
12486
  ModifyLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
12487
- ModifyLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
12487
+ ModifyLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
12488
12488
  ModifyLaunchTemplateRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
12489
12489
  ModifyLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
12490
12490
  ModifyLaunchTemplateRequest.add_member(:default_version, Shapes::ShapeRef.new(shape: String, location_name: "SetDefaultVersion"))
@@ -3658,7 +3658,7 @@ module Aws::EC2
3658
3658
  # `opt-in-not-required`.
3659
3659
  #
3660
3660
  # For Local Zones and Wavelength Zones, this parameter is the opt-in
3661
- # status. The possible values are `opted-in`, and `not-opted-in`.
3661
+ # status. The possible values are `opted-in` and `not-opted-in`.
3662
3662
  # @return [String]
3663
3663
  #
3664
3664
  # @!attribute [rw] messages
@@ -3693,8 +3693,10 @@ module Aws::EC2
3693
3693
  # @return [String]
3694
3694
  #
3695
3695
  # @!attribute [rw] zone_type
3696
- # The type of zone. The valid values are `availability-zone`,
3697
- # `local-zone`, and `wavelength-zone`.
3696
+ # The type of zone.
3697
+ #
3698
+ # Valid values: `availability-zone` \| `local-zone` \|
3699
+ # `wavelength-zone`
3698
3700
  # @return [String]
3699
3701
  #
3700
3702
  # @!attribute [rw] parent_zone_name
@@ -3714,7 +3716,8 @@ module Aws::EC2
3714
3716
  #
3715
3717
  # @!attribute [rw] state
3716
3718
  # The state of the Availability Zone, Local Zone, or Wavelength Zone.
3717
- # This value is always `available`.
3719
+ # The possible values are `available`, `unavailable`, and
3720
+ # `constrained`.
3718
3721
  # @return [String]
3719
3722
  #
3720
3723
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AvailabilityZone AWS API Documentation
@@ -5062,24 +5065,30 @@ module Aws::EC2
5062
5065
  # constraints, or instance limit constraints. You can view a failed
5063
5066
  # request for 60 minutes.
5064
5067
  #
5065
- # * `scheduled` - (*Future-dated Capacity Reservations only*) The
5068
+ # * `scheduled` - (*Future-dated Capacity Reservations*) The
5066
5069
  # future-dated Capacity Reservation request was approved and the
5067
5070
  # Capacity Reservation is scheduled for delivery on the requested
5068
5071
  # start date.
5069
5072
  #
5070
- # * `assessing` - (*Future-dated Capacity Reservations only*) Amazon
5071
- # EC2 is assessing your request for a future-dated Capacity
5072
- # Reservation.
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.
5073
5082
  #
5074
- # * `delayed` - (*Future-dated Capacity Reservations only*) Amazon EC2
5083
+ # * `delayed` - (*Future-dated Capacity Reservations*) Amazon EC2
5075
5084
  # encountered a delay in provisioning the requested future-dated
5076
5085
  # Capacity Reservation. Amazon EC2 is unable to deliver the
5077
5086
  # requested capacity by the requested start date and time.
5078
5087
  #
5079
- # * `unsupported` - (*Future-dated Capacity Reservations only*) Amazon
5080
- # EC2 can't support the future-dated Capacity Reservation request
5081
- # due to capacity constraints. You can view unsupported requests for
5082
- # 30 days. The Capacity Reservation will not be delivered.
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.
5083
5092
  # @return [String]
5084
5093
  #
5085
5094
  # @!attribute [rw] start_date
@@ -9971,11 +9980,17 @@ module Aws::EC2
9971
9980
  #
9972
9981
  # @!attribute [rw] client_token
9973
9982
  # Unique, case-sensitive identifier you provide to ensure the
9974
- # idempotency of the request. For more information, see [Ensuring
9975
- # idempotency][1].
9983
+ # idempotency of the request. If a client token isn't specified, a
9984
+ # randomly generated token is used in the request to ensure
9985
+ # idempotency.
9986
+ #
9987
+ # For more information, see [Ensuring idempotency][1].
9976
9988
  #
9977
9989
  # Constraint: Maximum 128 ASCII characters.
9978
9990
  #
9991
+ # **A suitable default value is auto-generated.** You should normally
9992
+ # not need to pass this option.
9993
+ #
9979
9994
  #
9980
9995
  #
9981
9996
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
@@ -10052,11 +10067,17 @@ module Aws::EC2
10052
10067
  #
10053
10068
  # @!attribute [rw] client_token
10054
10069
  # Unique, case-sensitive identifier you provide to ensure the
10055
- # idempotency of the request. For more information, see [Ensuring
10056
- # idempotency][1].
10070
+ # idempotency of the request. If a client token isn't specified, a
10071
+ # randomly generated token is used in the request to ensure
10072
+ # idempotency.
10073
+ #
10074
+ # For more information, see [Ensuring idempotency][1].
10057
10075
  #
10058
10076
  # Constraint: Maximum 128 ASCII characters.
10059
10077
  #
10078
+ # **A suitable default value is auto-generated.** You should normally
10079
+ # not need to pass this option.
10080
+ #
10060
10081
  #
10061
10082
  #
10062
10083
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
@@ -18127,7 +18148,8 @@ module Aws::EC2
18127
18148
  # `us-east-1`).
18128
18149
  #
18129
18150
  # * `state` - The state of the Availability Zone, the Local Zone, or
18130
- # the Wavelength Zone (`available`).
18151
+ # the Wavelength Zone (`available` \| `unavailable` \|
18152
+ # `constrained`).
18131
18153
  #
18132
18154
  # * `zone-id` - The ID of the Availability Zone (for example,
18133
18155
  # `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
@@ -33170,18 +33192,14 @@ module Aws::EC2
33170
33192
 
33171
33193
  # Deprecated.
33172
33194
  #
33173
- # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
33174
- # workloads that require graphics acceleration, we recommend that you
33175
- # use Amazon EC2 G4ad, G4dn, or G5 instances.
33195
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
33176
33196
  #
33177
33197
  # </note>
33178
33198
  #
33179
33199
  # @!attribute [rw] type
33180
33200
  # Deprecated.
33181
33201
  #
33182
- # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
33183
- # workloads that require graphics acceleration, we recommend that you
33184
- # use Amazon EC2 G4ad, G4dn, or G5 instances.
33202
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
33185
33203
  #
33186
33204
  # </note>
33187
33205
  # @return [String]
@@ -36221,10 +36239,13 @@ module Aws::EC2
36221
36239
  # @return [String]
36222
36240
  #
36223
36241
  # @!attribute [rw] block_device_mappings
36224
- # The block device mapping, which defines the EBS volumes and instance
36225
- # store volumes to attach to the instance at launch. For more
36226
- # information, see [Block device mappings for volumes on Amazon EC2
36227
- # instances][1] in the *Amazon EC2 User Guide*.
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*.
36228
36249
  #
36229
36250
  #
36230
36251
  #
@@ -36330,10 +36351,13 @@ module Aws::EC2
36330
36351
  # @return [Types::Placement]
36331
36352
  #
36332
36353
  # @!attribute [rw] block_device_mappings
36333
- # The block device mapping, which defines the EBS volumes and instance
36334
- # store volumes to attach to the instance at launch. For more
36335
- # information, see [Block device mappings for volumes on Amazon EC2
36336
- # instances][1] in the *Amazon EC2 User Guide*.
36354
+ # The block device mappings, which define the EBS volumes and instance
36355
+ # store volumes to attach to the instance at launch.
36356
+ #
36357
+ # Supported only for fleets of type `instant`.
36358
+ #
36359
+ # For more information, see [Block device mappings for volumes on
36360
+ # Amazon EC2 instances][1] in the *Amazon EC2 User Guide*.
36337
36361
  #
36338
36362
  #
36339
36363
  #
@@ -37238,24 +37262,30 @@ module Aws::EC2
37238
37262
  # constraints, or instance limit constraints. You can view a failed
37239
37263
  # request for 60 minutes.
37240
37264
  #
37241
- # * `scheduled` - (*Future-dated Capacity Reservations only*) The
37265
+ # * `scheduled` - (*Future-dated Capacity Reservations*) The
37242
37266
  # future-dated Capacity Reservation request was approved and the
37243
37267
  # Capacity Reservation is scheduled for delivery on the requested
37244
37268
  # start date.
37245
37269
  #
37246
- # * `assessing` - (*Future-dated Capacity Reservations only*) Amazon
37247
- # EC2 is assessing your request for a future-dated Capacity
37248
- # Reservation.
37270
+ # * `payment-pending` - (*Capacity Blocks*) The upfront payment has
37271
+ # not been processed yet.
37249
37272
  #
37250
- # * `delayed` - (*Future-dated Capacity Reservations only*) Amazon EC2
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.
37279
+ #
37280
+ # * `delayed` - (*Future-dated Capacity Reservations*) Amazon EC2
37251
37281
  # encountered a delay in provisioning the requested future-dated
37252
37282
  # Capacity Reservation. Amazon EC2 is unable to deliver the
37253
37283
  # requested capacity by the requested start date and time.
37254
37284
  #
37255
- # * `unsupported` - (*Future-dated Capacity Reservations only*) Amazon
37256
- # EC2 can't support the future-dated Capacity Reservation request
37257
- # due to capacity constraints. You can view unsupported requests for
37258
- # 30 days. The Capacity Reservation will not be delivered.
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.
37259
37289
  # @return [String]
37260
37290
  #
37261
37291
  # @!attribute [rw] instance_usages
@@ -42961,6 +42991,11 @@ module Aws::EC2
42961
42991
  # @!attribute [rw] instance_tags
42962
42992
  # The instance tags to associate with the event window. Any instances
42963
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.
42964
42999
  # @return [Array<Types::Tag>]
42965
43000
  #
42966
43001
  # @!attribute [rw] dedicated_host_ids
@@ -44372,9 +44407,6 @@ module Aws::EC2
44372
44407
  #
44373
44408
  # * For instance types with GPU accelerators, specify `gpu`.
44374
44409
  #
44375
- # * For instance types with Inference accelerators, specify
44376
- # `inference`.
44377
- #
44378
44410
  # Default: Any accelerator type
44379
44411
  # @return [Array<String>]
44380
44412
  #
@@ -44858,9 +44890,6 @@ module Aws::EC2
44858
44890
  #
44859
44891
  # * For instance types with GPU accelerators, specify `gpu`.
44860
44892
  #
44861
- # * For instance types with Inference accelerators, specify
44862
- # `inference`.
44863
- #
44864
44893
  # Default: Any accelerator type
44865
44894
  # @return [Array<String>]
44866
44895
  #
@@ -52828,11 +52857,17 @@ module Aws::EC2
52828
52857
  #
52829
52858
  # @!attribute [rw] client_token
52830
52859
  # Unique, case-sensitive identifier you provide to ensure the
52831
- # idempotency of the request. For more information, see [Ensuring
52832
- # idempotency in Amazon EC2 API requests][1].
52860
+ # idempotency of the request. If a client token isn't specified, a
52861
+ # randomly generated token is used in the request to ensure
52862
+ # idempotency.
52863
+ #
52864
+ # For more information, see [Ensuring idempotency][1].
52833
52865
  #
52834
52866
  # Constraint: Maximum 128 ASCII characters.
52835
52867
  #
52868
+ # **A suitable default value is auto-generated.** You should normally
52869
+ # not need to pass this option.
52870
+ #
52836
52871
  #
52837
52872
  #
52838
52873
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
@@ -61409,9 +61444,7 @@ module Aws::EC2
61409
61444
  # @!attribute [rw] elastic_gpu_specifications
61410
61445
  # Deprecated.
61411
61446
  #
61412
- # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
61413
- # workloads that require graphics acceleration, we recommend that you
61414
- # use Amazon EC2 G4ad, G4dn, or G5 instances.
61447
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
61415
61448
  #
61416
61449
  # </note>
61417
61450
  # @return [Array<Types::ElasticGpuSpecification>]
@@ -61428,18 +61461,6 @@ module Aws::EC2
61428
61461
  #
61429
61462
  # You cannot specify accelerators from different generations in the
61430
61463
  # same request.
61431
- #
61432
- # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
61433
- # customers to Amazon Elastic Inference (EI), and will help current
61434
- # customers migrate their workloads to options that offer better price
61435
- # and performance. After April 15, 2023, new customers will not be
61436
- # able to launch instances with Amazon EI accelerators in Amazon
61437
- # SageMaker, Amazon ECS, or Amazon EC2. However, customers who have
61438
- # used Amazon EI at least once during the past 30-day period are
61439
- # considered current customers and will be able to continue using the
61440
- # service.
61441
- #
61442
- # </note>
61443
61464
  # @return [Array<Types::LaunchTemplateElasticInferenceAccelerator>]
61444
61465
  #
61445
61466
  # @!attribute [rw] security_group_ids
@@ -62883,9 +62904,7 @@ module Aws::EC2
62883
62904
  # @!attribute [rw] elastic_gpu_specifications
62884
62905
  # Deprecated.
62885
62906
  #
62886
- # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
62887
- # workloads that require graphics acceleration, we recommend that you
62888
- # use Amazon EC2 G4ad, G4dn, or G5 instances.
62907
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
62889
62908
  #
62890
62909
  # </note>
62891
62910
  # @return [Array<Types::ElasticGpuSpecificationResponse>]
@@ -62902,18 +62921,6 @@ module Aws::EC2
62902
62921
  #
62903
62922
  # You cannot specify accelerators from different generations in the
62904
62923
  # same request.
62905
- #
62906
- # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
62907
- # customers to Amazon Elastic Inference (EI), and will help current
62908
- # customers migrate their workloads to options that offer better price
62909
- # and performance. After April 15, 2023, new customers will not be
62910
- # able to launch instances with Amazon EI accelerators in Amazon
62911
- # SageMaker, Amazon ECS, or Amazon EC2. However, customers who have
62912
- # used Amazon EI at least once during the past 30-day period are
62913
- # considered current customers and will be able to continue using the
62914
- # service.
62915
- #
62916
- # </note>
62917
62924
  # @return [Array<Types::LaunchTemplateElasticInferenceAcceleratorResponse>]
62918
62925
  #
62919
62926
  # @!attribute [rw] security_group_ids
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.511.0'
81
+ GEM_VERSION = '1.513.0'
82
82
 
83
83
  end
84
84
 
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.511.0
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 00:00:00.000000000 Z
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