aws-sdk-ecs 1.182.0 → 1.183.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-ecs/client.rb +1 -1
- data/lib/aws-sdk-ecs/types.rb +0 -14
- data/lib/aws-sdk-ecs.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: d79578ea843034d9a242097e52194d3ea118c2754fa0023f790cb176ecf12340
|
4
|
+
data.tar.gz: d6d5f2e085eec885390a15016138b535dd38750b08e5cd880348a123f259d360
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1d96398f032377d356d1cd6a0f03beda6cc803dc554fbe746c888786fd1050d0ce129a0ca822b610cc2fba803f899c657a3fde4ee68b11ed083c5816410f719
|
7
|
+
data.tar.gz: b230b111126495d3b87f70b85ec898901d116a45f058b0c5b1b3d33efe159a0e1861225dbb5a89b7def859214c02c76258d44091603a4fb12f7d3a194c1a4568
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.183.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -12442,7 +12442,7 @@ module Aws::ECS
|
|
12442
12442
|
tracer: tracer
|
12443
12443
|
)
|
12444
12444
|
context[:gem_name] = 'aws-sdk-ecs'
|
12445
|
-
context[:gem_version] = '1.
|
12445
|
+
context[:gem_version] = '1.183.0'
|
12446
12446
|
Seahorse::Client::Request.new(handlers, context)
|
12447
12447
|
end
|
12448
12448
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -8948,20 +8948,6 @@ module Aws::ECS
|
|
8948
8948
|
#
|
8949
8949
|
# @!attribute [rw] service_revision_arn
|
8950
8950
|
# The ARN of the service revision deployed as part of the rollback.
|
8951
|
-
#
|
8952
|
-
# When the type is `GPU`, the value is the number of physical `GPUs`
|
8953
|
-
# the Amazon ECS container agent reserves for the container. The
|
8954
|
-
# number of GPUs that's reserved for all containers in a task can't
|
8955
|
-
# exceed the number of available GPUs on the container instance that
|
8956
|
-
# the task is launched on.
|
8957
|
-
#
|
8958
|
-
# When the type is `InferenceAccelerator`, the `value` matches the
|
8959
|
-
# `deviceName` for an [InferenceAccelerator][1] specified in a task
|
8960
|
-
# definition.
|
8961
|
-
#
|
8962
|
-
#
|
8963
|
-
#
|
8964
|
-
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_InferenceAccelerator.html
|
8965
8951
|
# @return [String]
|
8966
8952
|
#
|
8967
8953
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/Rollback AWS API Documentation
|
data/lib/aws-sdk-ecs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ecs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.183.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-
|
11
|
+
date: 2025-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|