aws-sdk-ecs 1.239.0 → 1.240.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 +1 -1
- data/lib/aws-sdk-ecs/types.rb +1 -6
- data/lib/aws-sdk-ecs.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd19b34028bdae8dc8978aafeadeb092c467e3b994eb19dd3967751bfc7dc07d
|
|
4
|
+
data.tar.gz: e4f092e3d39d32930282fb7b603058482434e6d58a5384a0aaaa9158d65d4428
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 045c89469470687303ed1a7fbd73b567938801c6bf8e88c7578872d8160b180cce7c3850e178a8ab5a2d7ac41ebdc2b87353785bd21b5674625ac78875645691
|
|
7
|
+
data.tar.gz: a01ea4226e824f628c196db53aa944ab93c272fb9aae1be3cf038280ac4b7093d2142b9be9990b22e4ac77377690a7f4e1d889c60cf4a9f4e4f1017daddde5de
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.240.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
|
@@ -16246,7 +16246,7 @@ module Aws::ECS
|
|
|
16246
16246
|
tracer: tracer
|
|
16247
16247
|
)
|
|
16248
16248
|
context[:gem_name] = 'aws-sdk-ecs'
|
|
16249
|
-
context[:gem_version] = '1.
|
|
16249
|
+
context[:gem_version] = '1.240.0'
|
|
16250
16250
|
Seahorse::Client::Request.new(handlers, context)
|
|
16251
16251
|
end
|
|
16252
16252
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
|
@@ -5748,12 +5748,7 @@ module Aws::ECS
|
|
|
5748
5748
|
#
|
|
5749
5749
|
# @!attribute [rw] threshold_configuration
|
|
5750
5750
|
# The threshold configuration that controls when the deployment
|
|
5751
|
-
# circuit breaker triggers.
|
|
5752
|
-
# [ThresholdConfiguration][1].
|
|
5753
|
-
#
|
|
5754
|
-
#
|
|
5755
|
-
#
|
|
5756
|
-
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ThresholdConfiguration.html
|
|
5751
|
+
# circuit breaker triggers.
|
|
5757
5752
|
# @return [Types::ThresholdConfiguration]
|
|
5758
5753
|
#
|
|
5759
5754
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DeploymentCircuitBreaker AWS API Documentation
|
data/lib/aws-sdk-ecs.rb
CHANGED