aws-sdk-ecs 1.93.0 → 1.94.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 +4 -4
- data/lib/aws-sdk-ecs/types.rb +5 -4
- 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: b62c50b9fc913a1bd72efd43f5772bd445485d4e23d4aac533cf710fd2169f06
|
|
4
|
+
data.tar.gz: c324afbe5488ff3f81fb568dfa08e945bcb2c281c57f52f8fc5518a443c7bf46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0dc2f6ddeb55cfd3d38641fd9df7a0a63f14af31dccac6704132046ccd6da328ab637751661ee5cd5be5e1398c2b5309d5e3572ec76571bee71a55f3922f8a2
|
|
7
|
+
data.tar.gz: 0230007a30d13d9b5a3f8dfe85de08eb964d01a774b7dbd6c2d9dfc0c2e0eb590b768c14ac44195102a3b4aa1cd38eee8ec014f29a9b4e3580c6ed333d2f3bf7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.94.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
|
@@ -6214,8 +6214,8 @@ module Aws::ECS
|
|
|
6214
6214
|
# place tasks manually on specific container instances.
|
|
6215
6215
|
#
|
|
6216
6216
|
# The Amazon ECS API follows an eventual consistency model. This is
|
|
6217
|
-
# because the distributed nature of the system supporting the API.
|
|
6218
|
-
# means that the result of an API command you run that affects your
|
|
6217
|
+
# because of the distributed nature of the system supporting the API.
|
|
6218
|
+
# This means that the result of an API command you run that affects your
|
|
6219
6219
|
# Amazon ECS resources might not be immediately visible to all
|
|
6220
6220
|
# subsequent commands you run. Keep this in mind when you carry out an
|
|
6221
6221
|
# API command that immediately follows a previous API command.
|
|
@@ -7878,7 +7878,7 @@ module Aws::ECS
|
|
|
7878
7878
|
# cluster, the default cluster is assumed.
|
|
7879
7879
|
#
|
|
7880
7880
|
# @option params [required, Array<String>] :container_instances
|
|
7881
|
-
# A list of container instance IDs or full ARN entries.
|
|
7881
|
+
# A list of up to 10 container instance IDs or full ARN entries.
|
|
7882
7882
|
#
|
|
7883
7883
|
# @option params [required, String] :status
|
|
7884
7884
|
# The container instance state to update the container instance with.
|
|
@@ -8614,7 +8614,7 @@ module Aws::ECS
|
|
|
8614
8614
|
params: params,
|
|
8615
8615
|
config: config)
|
|
8616
8616
|
context[:gem_name] = 'aws-sdk-ecs'
|
|
8617
|
-
context[:gem_version] = '1.
|
|
8617
|
+
context[:gem_version] = '1.94.0'
|
|
8618
8618
|
Seahorse::Client::Request.new(handlers, context)
|
|
8619
8619
|
end
|
|
8620
8620
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
|
@@ -28,8 +28,8 @@ module Aws::ECS
|
|
|
28
28
|
#
|
|
29
29
|
# @!attribute [rw] status
|
|
30
30
|
# The status of the attachment. Valid values are `PRECREATED`,
|
|
31
|
-
# `CREATED`, `ATTACHING`, `ATTACHED`, `DETACHING`, `DETACHED`,
|
|
32
|
-
# `DELETED`.
|
|
31
|
+
# `CREATED`, `ATTACHING`, `ATTACHED`, `DETACHING`, `DETACHED`,
|
|
32
|
+
# `DELETED`, and `FAILED`.
|
|
33
33
|
# @return [String]
|
|
34
34
|
#
|
|
35
35
|
# @!attribute [rw] details
|
|
@@ -171,7 +171,8 @@ module Aws::ECS
|
|
|
171
171
|
# @!attribute [rw] managed_termination_protection
|
|
172
172
|
# The managed termination protection setting to use for the Auto
|
|
173
173
|
# Scaling group capacity provider. This determines whether the Auto
|
|
174
|
-
# Scaling group has managed termination protection.
|
|
174
|
+
# Scaling group has managed termination protection. The default is
|
|
175
|
+
# disabled.
|
|
175
176
|
#
|
|
176
177
|
# When using managed termination protection, managed scaling must also
|
|
177
178
|
# be used otherwise managed termination protection doesn't work.
|
|
@@ -11688,7 +11689,7 @@ module Aws::ECS
|
|
|
11688
11689
|
# @return [String]
|
|
11689
11690
|
#
|
|
11690
11691
|
# @!attribute [rw] container_instances
|
|
11691
|
-
# A list of container instance IDs or full ARN entries.
|
|
11692
|
+
# A list of up to 10 container instance IDs or full ARN entries.
|
|
11692
11693
|
# @return [Array<String>]
|
|
11693
11694
|
#
|
|
11694
11695
|
# @!attribute [rw] status
|
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.94.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:
|
|
11
|
+
date: 2022-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|