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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +1 -1
- data/lib/aws-sdk-ec2/client_api.rb +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5578937c7f28dc5701d84206ebaefa0805e68fa1292d00c6d1a707967e6f2e67
|
4
|
+
data.tar.gz: a9b91481f0e0cdb17b288e059a87846baa58bdd67fbfa7477791653175679202
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.546.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -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.
|
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