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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aae803f2c6b8d956b64b5b1b4155a1c78b4aa8c4e826575c618eb81b1921359c
4
- data.tar.gz: 75af27be15564316af3d62a11fb8606d06551b8a0b88ea8f20c247c0e950b0b7
3
+ metadata.gz: bd19b34028bdae8dc8978aafeadeb092c467e3b994eb19dd3967751bfc7dc07d
4
+ data.tar.gz: e4f092e3d39d32930282fb7b603058482434e6d58a5384a0aaaa9158d65d4428
5
5
  SHA512:
6
- metadata.gz: e2452fda81f4cf9b148b10c72ed06be12e9314b9d1f0781fc64a58dc1a69a2e1b7cc773c3b4dd04a6e26bdee3677ffa8bf37be4fc49b39a30c17c4d29bc7936c
7
- data.tar.gz: 945abfa550a5dc6a2721bf90eba53950563ed02f8e4f2070ab25f7c97b6a00ac8b8ef7bdfb59a9802d114202f8a0b616f6a2bf4f66b0de711d992feeb57e0c6a
6
+ metadata.gz: 045c89469470687303ed1a7fbd73b567938801c6bf8e88c7578872d8160b180cce7c3850e178a8ab5a2d7ac41ebdc2b87353785bd21b5674625ac78875645691
7
+ data.tar.gz: a01ea4226e824f628c196db53aa944ab93c272fb9aae1be3cf038280ac4b7093d2142b9be9990b22e4ac77377690a7f4e1d889c60cf4a9f4e4f1017daddde5de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.240.0 (2026-06-30)
5
+ ------------------
6
+
7
+ * Feature - Updated threshold configuration documentation.
8
+
4
9
  1.239.0 (2026-06-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.239.0
1
+ 1.240.0
@@ -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.239.0'
16249
+ context[:gem_version] = '1.240.0'
16250
16250
  Seahorse::Client::Request.new(handlers, context)
16251
16251
  end
16252
16252
 
@@ -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. For more information, see
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
@@ -55,7 +55,7 @@ module Aws::ECS
55
55
  autoload :EndpointProvider, 'aws-sdk-ecs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecs/endpoints'
57
57
 
58
- GEM_VERSION = '1.239.0'
58
+ GEM_VERSION = '1.240.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.239.0
4
+ version: 1.240.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services