aws-sdk-ecs 1.116.0 → 1.117.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 +3 -3
- data/lib/aws-sdk-ecs/types.rb +2 -2
- 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: ab6e8f908b4baa4205d6adaba4bf9be2383afd92fc329a3e69f3ec96facdbac6
|
4
|
+
data.tar.gz: c6ec15bfffe19579c59090da933cf2ad809f3cf879a60adf9d75865a270ae1d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 963cbe6cc13453a29fe98b287fe9c18ac40214b6ffafbed48985518e5ec18ff353c046d272eee7143f62a78c49ab1f9114efdff3af2943879f1f84610ca9a1ad
|
7
|
+
data.tar.gz: 5ccd70c444ae1dea5a87d101b5c1585aca0854cfb0d215a04865826f347dad469e80bce989f93748896ba1a9060ed9af78349686c78bb34429ca96d6ac784d06
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.117.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -5479,7 +5479,7 @@ module Aws::ECS
|
|
5479
5479
|
#
|
5480
5480
|
# @option params [required, String] :value
|
5481
5481
|
# The account setting value for the specified principal ARN. Accepted
|
5482
|
-
# values are `enabled` and `
|
5482
|
+
# values are `enabled`, `disabled`, `on`, and `off`.
|
5483
5483
|
#
|
5484
5484
|
# @option params [String] :principal_arn
|
5485
5485
|
# The ARN of the principal, which can be a user, role, or the root user.
|
@@ -5595,7 +5595,7 @@ module Aws::ECS
|
|
5595
5595
|
#
|
5596
5596
|
# @option params [required, String] :value
|
5597
5597
|
# The account setting value for the specified principal ARN. Accepted
|
5598
|
-
# values are `enabled` and `
|
5598
|
+
# values are `enabled`, `disabled`, `on`, and `off`.
|
5599
5599
|
#
|
5600
5600
|
# @return [Types::PutAccountSettingDefaultResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5601
5601
|
#
|
@@ -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.117.0'
|
9708
9708
|
Seahorse::Client::Request.new(handlers, context)
|
9709
9709
|
end
|
9710
9710
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -7186,7 +7186,7 @@ module Aws::ECS
|
|
7186
7186
|
#
|
7187
7187
|
# @!attribute [rw] value
|
7188
7188
|
# The account setting value for the specified principal ARN. Accepted
|
7189
|
-
# values are `enabled` and `
|
7189
|
+
# values are `enabled`, `disabled`, `on`, and `off`.
|
7190
7190
|
# @return [String]
|
7191
7191
|
#
|
7192
7192
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/PutAccountSettingDefaultRequest AWS API Documentation
|
@@ -7234,7 +7234,7 @@ module Aws::ECS
|
|
7234
7234
|
#
|
7235
7235
|
# @!attribute [rw] value
|
7236
7236
|
# The account setting value for the specified principal ARN. Accepted
|
7237
|
-
# values are `enabled` and `
|
7237
|
+
# values are `enabled`, `disabled`, `on`, and `off`.
|
7238
7238
|
# @return [String]
|
7239
7239
|
#
|
7240
7240
|
# @!attribute [rw] principal_arn
|
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.117.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-
|
11
|
+
date: 2023-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|