aws-sdk-ecs 1.93.0 → 1.94.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b0dd2bb15d1ed0c33ac6d990e3a7a47103df5c7e213eda8fa3a837201a71fba
4
- data.tar.gz: 876191fd19f3358bb3a6175abd9480c3c45261763d035cd4408799c02caebca9
3
+ metadata.gz: b62c50b9fc913a1bd72efd43f5772bd445485d4e23d4aac533cf710fd2169f06
4
+ data.tar.gz: c324afbe5488ff3f81fb568dfa08e945bcb2c281c57f52f8fc5518a443c7bf46
5
5
  SHA512:
6
- metadata.gz: 193ccb83837d44060c2ba481d4cc26e161ed25cc52a680d0d43cbf53f88722afbcf3bd861a7d78ea3d8ab452a82b4bb9a0e003bb120061d1d5855d62ad82bf01
7
- data.tar.gz: 2ffbc36a9e6a1f8ae35ad948546f5c9a845225b0e173b9acdaf7288a384dea812852b85b28aaaec4e37ff43a935a6ea24f3e18a4d0af1f83085560f1a9c9cc37
6
+ metadata.gz: c0dc2f6ddeb55cfd3d38641fd9df7a0a63f14af31dccac6704132046ccd6da328ab637751661ee5cd5be5e1398c2b5309d5e3572ec76571bee71a55f3922f8a2
7
+ data.tar.gz: 0230007a30d13d9b5a3f8dfe85de08eb964d01a774b7dbd6c2d9dfc0c2e0eb590b768c14ac44195102a3b4aa1cd38eee8ec014f29a9b4e3580c6ed333d2f3bf7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2022-01-05)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for ticket fixes.
8
+
4
9
  1.93.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -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. This
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.93.0'
8617
+ context[:gem_version] = '1.94.0'
8618
8618
  Seahorse::Client::Request.new(handlers, context)
8619
8619
  end
8620
8620
 
@@ -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`, and
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
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ecs/customizations'
49
49
  # @!group service
50
50
  module Aws::ECS
51
51
 
52
- GEM_VERSION = '1.93.0'
52
+ GEM_VERSION = '1.94.0'
53
53
 
54
54
  end
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.93.0
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: 2021-12-21 00:00:00.000000000 Z
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