aws-sdk-ecs 1.118.0 → 1.119.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +2 -2
- data/lib/aws-sdk-ecs/types.rb +1 -6
- 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: 6d51f932c0ca092778235d7913b205e68085c38e16916c14fd36d88c33ff0e67
|
4
|
+
data.tar.gz: 2d98839ec831ff8d645b5c73acccba8471bd9ca2f7ddc3a6bc069063a24d0ec7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 947aa8c44aff67b696dcf19e464f421f12cfe3839b4e3e65efbc119a360ed5cc57e803cb9c9b7294dab73a7da98c6737c1644f148d069dd41c4e0ef5067b7832
|
7
|
+
data.tar.gz: 9d8bbb734c54e354781e8ba19be00c22a43bc91470838cf5a0b3dbf55959e9eb01a6ce496f89b306fd36f70b6aed571ebcbc73c7d03e63b34a5a028f707c8a76
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.119.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -946,7 +946,7 @@ module Aws::ECS
|
|
946
946
|
#
|
947
947
|
# @option params [Integer] :desired_count
|
948
948
|
# The number of instantiations of the specified task definition to place
|
949
|
-
# and keep running
|
949
|
+
# and keep running in your service.
|
950
950
|
#
|
951
951
|
# This is required if `schedulingStrategy` is `REPLICA` or isn't
|
952
952
|
# specified. If `schedulingStrategy` is `DAEMON` then this isn't
|
@@ -9704,7 +9704,7 @@ module Aws::ECS
|
|
9704
9704
|
params: params,
|
9705
9705
|
config: config)
|
9706
9706
|
context[:gem_name] = 'aws-sdk-ecs'
|
9707
|
-
context[:gem_version] = '1.
|
9707
|
+
context[:gem_version] = '1.119.0'
|
9708
9708
|
Seahorse::Client::Request.new(handlers, context)
|
9709
9709
|
end
|
9710
9710
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -837,11 +837,6 @@ module Aws::ECS
|
|
837
837
|
#
|
838
838
|
# @!attribute [rw] image_digest
|
839
839
|
# The container image manifest digest.
|
840
|
-
#
|
841
|
-
# <note markdown="1"> The `imageDigest` is only returned if the container is using an
|
842
|
-
# image hosted in Amazon ECR, otherwise it is omitted.
|
843
|
-
#
|
844
|
-
# </note>
|
845
840
|
# @return [String]
|
846
841
|
#
|
847
842
|
# @!attribute [rw] runtime_id
|
@@ -2601,7 +2596,7 @@ module Aws::ECS
|
|
2601
2596
|
#
|
2602
2597
|
# @!attribute [rw] desired_count
|
2603
2598
|
# The number of instantiations of the specified task definition to
|
2604
|
-
# place and keep running
|
2599
|
+
# place and keep running in your service.
|
2605
2600
|
#
|
2606
2601
|
# This is required if `schedulingStrategy` is `REPLICA` or isn't
|
2607
2602
|
# specified. If `schedulingStrategy` is `DAEMON` then this isn't
|
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.119.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: 2023-05-
|
11
|
+
date: 2023-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|