aws-sdk-ecs 1.26.0 → 1.27.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/lib/aws-sdk-ecs.rb +1 -1
- data/lib/aws-sdk-ecs/client.rb +2 -2
- data/lib/aws-sdk-ecs/types.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3160cd99c2fd8f80cb5787c8f7918ddb89d71676
|
4
|
+
data.tar.gz: 68ed41550cf15ac539af489d642f0443ea518934
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc467297ecf55d29f085e0a8e3d8388ab7ed92ffee8a16a4c543e31692f6c5fef58aa4242f209c46c9de7e10449c431c4681fb7f62ca37e92b233eb7ba6457ee
|
7
|
+
data.tar.gz: b9ab1b3f9b4005ba1e991531fbbf5288cda9626cda280a77e566ca60f4e7cd5a47320aef6064f5bfd784950ad5b1d207e642bd001e6311c3379c2c100c82a2f6
|
data/lib/aws-sdk-ecs.rb
CHANGED
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -3284,7 +3284,7 @@ module Aws::ECS
|
|
3284
3284
|
#
|
3285
3285
|
# @option params [required, String] :value
|
3286
3286
|
# The account setting value for the specified principal ARN. Accepted
|
3287
|
-
# values are `
|
3287
|
+
# values are `enabled` and `disabled`.
|
3288
3288
|
#
|
3289
3289
|
# @option params [String] :principal_arn
|
3290
3290
|
# The ARN of the principal, which can be an IAM user, IAM role, or the
|
@@ -5621,7 +5621,7 @@ module Aws::ECS
|
|
5621
5621
|
params: params,
|
5622
5622
|
config: config)
|
5623
5623
|
context[:gem_name] = 'aws-sdk-ecs'
|
5624
|
-
context[:gem_version] = '1.
|
5624
|
+
context[:gem_version] = '1.27.0'
|
5625
5625
|
Seahorse::Client::Request.new(handlers, context)
|
5626
5626
|
end
|
5627
5627
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -4370,7 +4370,7 @@ module Aws::ECS
|
|
4370
4370
|
#
|
4371
4371
|
# @!attribute [rw] value
|
4372
4372
|
# The account setting value for the specified principal ARN. Accepted
|
4373
|
-
# values are `
|
4373
|
+
# values are `enabled` and `disabled`.
|
4374
4374
|
# @return [String]
|
4375
4375
|
#
|
4376
4376
|
# @!attribute [rw] principal_arn
|
@@ -5678,9 +5678,9 @@ module Aws::ECS
|
|
5678
5678
|
# @return [String]
|
5679
5679
|
#
|
5680
5680
|
# @!attribute [rw] value
|
5681
|
-
# The current account setting for the resource name. If `
|
5681
|
+
# The current account setting for the resource name. If `enabled`,
|
5682
5682
|
# then the resource will receive the new Amazon Resource Name (ARN)
|
5683
|
-
# and resource identifier (ID) format. If `
|
5683
|
+
# and resource identifier (ID) format. If `disabled`, then the
|
5684
5684
|
# resource will receive the old Amazon Resource Name (ARN) and
|
5685
5685
|
# resource identifier (ID) format.
|
5686
5686
|
# @return [String]
|
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.27.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: 2018-11
|
11
|
+
date: 2018-12-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|