aws-sdk-ecs 1.27.0 → 1.28.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 +4 -4
- data/lib/aws-sdk-ecs/types.rb +4 -4
- 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: a9b9f37731079923048c30a03c74ac841bc4bf06
|
|
4
|
+
data.tar.gz: 854646ecb0cfaa94bfd985f8c4307a2781a4cfab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e41db36a2c3a29ae4bead798e8de2daa29b55309b62ff094468008ed8c322ff6c20cafa7fedf377d9654ffc068cfa2e76c79fd04fb94ad7563d19e982749260e
|
|
7
|
+
data.tar.gz: 79170495d2e804b005951a16d905659595e05c8f3f6f19ab5c5995f538770083afd312ef6ea4fa7053e348c8cd5f2b54933d3c5520f65052d17d0563e79a6284
|
data/lib/aws-sdk-ecs.rb
CHANGED
data/lib/aws-sdk-ecs/client.rb
CHANGED
|
@@ -620,7 +620,7 @@ module Aws::ECS
|
|
|
620
620
|
#
|
|
621
621
|
#
|
|
622
622
|
#
|
|
623
|
-
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/
|
|
623
|
+
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html
|
|
624
624
|
#
|
|
625
625
|
# @option params [String] :propagate_tags
|
|
626
626
|
# Specifies whether to propagate the tags from the task definition or
|
|
@@ -4267,7 +4267,7 @@ module Aws::ECS
|
|
|
4267
4267
|
#
|
|
4268
4268
|
#
|
|
4269
4269
|
#
|
|
4270
|
-
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/
|
|
4270
|
+
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html
|
|
4271
4271
|
#
|
|
4272
4272
|
# @option params [String] :propagate_tags
|
|
4273
4273
|
# Specifies whether to propagate the tags from the task definition or
|
|
@@ -4532,7 +4532,7 @@ module Aws::ECS
|
|
|
4532
4532
|
#
|
|
4533
4533
|
#
|
|
4534
4534
|
#
|
|
4535
|
-
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/
|
|
4535
|
+
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html
|
|
4536
4536
|
#
|
|
4537
4537
|
# @option params [String] :propagate_tags
|
|
4538
4538
|
# Specifies whether to propagate the tags from the task definition or
|
|
@@ -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.28.0'
|
|
5625
5625
|
Seahorse::Client::Request.new(handlers, context)
|
|
5626
5626
|
end
|
|
5627
5627
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
|
@@ -1788,7 +1788,7 @@ module Aws::ECS
|
|
|
1788
1788
|
#
|
|
1789
1789
|
#
|
|
1790
1790
|
#
|
|
1791
|
-
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/
|
|
1791
|
+
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html
|
|
1792
1792
|
# @return [Boolean]
|
|
1793
1793
|
#
|
|
1794
1794
|
# @!attribute [rw] propagate_tags
|
|
@@ -5256,7 +5256,7 @@ module Aws::ECS
|
|
|
5256
5256
|
#
|
|
5257
5257
|
#
|
|
5258
5258
|
#
|
|
5259
|
-
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/
|
|
5259
|
+
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html
|
|
5260
5260
|
# @return [Boolean]
|
|
5261
5261
|
#
|
|
5262
5262
|
# @!attribute [rw] propagate_tags
|
|
@@ -5544,7 +5544,7 @@ module Aws::ECS
|
|
|
5544
5544
|
#
|
|
5545
5545
|
#
|
|
5546
5546
|
#
|
|
5547
|
-
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/
|
|
5547
|
+
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html
|
|
5548
5548
|
# @return [Boolean]
|
|
5549
5549
|
#
|
|
5550
5550
|
# @!attribute [rw] propagate_tags
|
|
@@ -5819,7 +5819,7 @@ module Aws::ECS
|
|
|
5819
5819
|
#
|
|
5820
5820
|
#
|
|
5821
5821
|
#
|
|
5822
|
-
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/
|
|
5822
|
+
# [1]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html
|
|
5823
5823
|
# @return [Boolean]
|
|
5824
5824
|
#
|
|
5825
5825
|
# @!attribute [rw] propagate_tags
|
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.28.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: 2019-01-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|