aws-sdk-ec2 1.545.0 → 1.546.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: 11f2309e09f49664b9e704e3355454e0f439a3a61141ec28d2ba6acfb67ea8d3
4
- data.tar.gz: ca7074696a8d011730400c6c34f8c14461ed10cdc034fbb0ac3770e69474c3eb
3
+ metadata.gz: 5578937c7f28dc5701d84206ebaefa0805e68fa1292d00c6d1a707967e6f2e67
4
+ data.tar.gz: a9b91481f0e0cdb17b288e059a87846baa58bdd67fbfa7477791653175679202
5
5
  SHA512:
6
- metadata.gz: '06192b6a8bf2a6758f934d9f81e1650da7083fc0a74154d4484719307b5944be8170c63e9b0b4e9fe46a571505e4a0dd14bbd4c59b9d20f0835de336a1124089'
7
- data.tar.gz: c6190333d388d905e5af844aca1aecc6f5a1705b0d72c2654917eddd3c60fb82c8de516f11a4e081d49fa7c1dd1096723a0807b27d4c2af06b7983605d8c7523
6
+ metadata.gz: 316ef455c8d76db361e0faa2f67dda381c2c429a7a5c1bf8d1fb862ea8677d848a2b8ab6160a1d06868d2cf1020f67df0ad66fb90cbb7dd62033ed75c0612864
7
+ data.tar.gz: 6f980f5c8c18d9570f8f914c001cccde2f54c3c0aaa2b71df00bb0f1db3fe9775a5b385f73a629af7dc3fc04fcc4ac22e8a97323f836a1809dc1b30529442272
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.546.0 (2025-08-06)
5
+ ------------------
6
+
7
+ * Feature - Mark Elastic Inference Accelerators and Elastic Graphics Processor parameters as deprecated on the RunInstances and LaunchTemplate APIs.
8
+
4
9
  1.545.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.545.0
1
+ 1.546.0
@@ -66418,7 +66418,7 @@ module Aws::EC2
66418
66418
  tracer: tracer
66419
66419
  )
66420
66420
  context[:gem_name] = 'aws-sdk-ec2'
66421
- context[:gem_version] = '1.545.0'
66421
+ context[:gem_version] = '1.546.0'
66422
66422
  Seahorse::Client::Request.new(handlers, context)
66423
66423
  end
66424
66424
 
@@ -14801,8 +14801,8 @@ module Aws::EC2
14801
14801
  RequestLaunchTemplateData.add_member(:instance_initiated_shutdown_behavior, Shapes::ShapeRef.new(shape: ShutdownBehavior, location_name: "InstanceInitiatedShutdownBehavior"))
14802
14802
  RequestLaunchTemplateData.add_member(:user_data, Shapes::ShapeRef.new(shape: SensitiveUserData, location_name: "UserData"))
14803
14803
  RequestLaunchTemplateData.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: LaunchTemplateTagSpecificationRequestList, location_name: "TagSpecification"))
14804
- RequestLaunchTemplateData.add_member(:elastic_gpu_specifications, Shapes::ShapeRef.new(shape: ElasticGpuSpecificationList, location_name: "ElasticGpuSpecification"))
14805
- RequestLaunchTemplateData.add_member(:elastic_inference_accelerators, Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAcceleratorList, location_name: "ElasticInferenceAccelerator"))
14804
+ RequestLaunchTemplateData.add_member(:elastic_gpu_specifications, Shapes::ShapeRef.new(shape: ElasticGpuSpecificationList, deprecated: true, location_name: "ElasticGpuSpecification", metadata: {"deprecatedMessage" => "Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.", "deprecatedSince" => "2024-01-08"}))
14805
+ RequestLaunchTemplateData.add_member(:elastic_inference_accelerators, Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAcceleratorList, deprecated: true, location_name: "ElasticInferenceAccelerator", metadata: {"deprecatedMessage" => "Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.", "deprecatedSince" => "2024-01-08"}))
14806
14806
  RequestLaunchTemplateData.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdStringList, location_name: "SecurityGroupId"))
14807
14807
  RequestLaunchTemplateData.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupStringList, location_name: "SecurityGroup"))
14808
14808
  RequestLaunchTemplateData.add_member(:instance_market_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMarketOptionsRequest, location_name: "InstanceMarketOptions"))
@@ -15398,8 +15398,8 @@ module Aws::EC2
15398
15398
  RunInstancesRequest.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupStringList, location_name: "SecurityGroup"))
15399
15399
  RunInstancesRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
15400
15400
  RunInstancesRequest.add_member(:user_data, Shapes::ShapeRef.new(shape: RunInstancesUserData, location_name: "UserData"))
15401
- RunInstancesRequest.add_member(:elastic_gpu_specification, Shapes::ShapeRef.new(shape: ElasticGpuSpecifications, location_name: "ElasticGpuSpecification"))
15402
- RunInstancesRequest.add_member(:elastic_inference_accelerators, Shapes::ShapeRef.new(shape: ElasticInferenceAccelerators, location_name: "ElasticInferenceAccelerator"))
15401
+ RunInstancesRequest.add_member(:elastic_gpu_specification, Shapes::ShapeRef.new(shape: ElasticGpuSpecifications, deprecated: true, location_name: "ElasticGpuSpecification", metadata: {"deprecatedMessage" => "Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.", "deprecatedSince" => "2024-01-08"}))
15402
+ RunInstancesRequest.add_member(:elastic_inference_accelerators, Shapes::ShapeRef.new(shape: ElasticInferenceAccelerators, deprecated: true, location_name: "ElasticInferenceAccelerator", metadata: {"deprecatedMessage" => "Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.", "deprecatedSince" => "2024-01-08"}))
15403
15403
  RunInstancesRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
15404
15404
  RunInstancesRequest.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "LaunchTemplate"))
15405
15405
  RunInstancesRequest.add_member(:instance_market_options, Shapes::ShapeRef.new(shape: InstanceMarketOptionsRequest, location_name: "InstanceMarketOptions"))
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.545.0'
81
+ GEM_VERSION = '1.546.0'
82
82
 
83
83
  end
84
84
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.545.0
4
+ version: 1.546.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services