aws-sdk-ecs 1.182.0 → 1.183.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: 84caf9dbe2dd3afcbd832abede9fd1b119a83e5ccf5e43bbe2467b84874a5bed
4
- data.tar.gz: b0bb3e5a7002934ba437a247cdbe6fec7d979030b709936e0546ec3eae8ef34c
3
+ metadata.gz: d79578ea843034d9a242097e52194d3ea118c2754fa0023f790cb176ecf12340
4
+ data.tar.gz: d6d5f2e085eec885390a15016138b535dd38750b08e5cd880348a123f259d360
5
5
  SHA512:
6
- metadata.gz: 58c2affed577f45ed7325fc086bb7f05b90ef152b46b018a3c3c9d751a470fbca4a5aef55194ff10a5320baf5f068faecd659233b608771df2467cbaf7fe979a
7
- data.tar.gz: 5341f814222adc6f62196931d88699966ec294ffc2d8a1457f955dbdbdf8abd47dc47555889da424120566625076e539652ea1ae7174317e0310234ba0b5c101
6
+ metadata.gz: c1d96398f032377d356d1cd6a0f03beda6cc803dc554fbe746c888786fd1050d0ce129a0ca822b610cc2fba803f899c657a3fde4ee68b11ed083c5816410f719
7
+ data.tar.gz: b230b111126495d3b87f70b85ec898901d116a45f058b0c5b1b3d33efe159a0e1861225dbb5a89b7def859214c02c76258d44091603a4fb12f7d3a194c1a4568
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.183.0 (2025-04-02)
5
+ ------------------
6
+
7
+ * Feature - This is an Amazon ECS documentation only update to address various tickets.
8
+
4
9
  1.182.0 (2025-03-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.182.0
1
+ 1.183.0
@@ -12442,7 +12442,7 @@ module Aws::ECS
12442
12442
  tracer: tracer
12443
12443
  )
12444
12444
  context[:gem_name] = 'aws-sdk-ecs'
12445
- context[:gem_version] = '1.182.0'
12445
+ context[:gem_version] = '1.183.0'
12446
12446
  Seahorse::Client::Request.new(handlers, context)
12447
12447
  end
12448
12448
 
@@ -8948,20 +8948,6 @@ module Aws::ECS
8948
8948
  #
8949
8949
  # @!attribute [rw] service_revision_arn
8950
8950
  # The ARN of the service revision deployed as part of the rollback.
8951
- #
8952
- # When the type is `GPU`, the value is the number of physical `GPUs`
8953
- # the Amazon ECS container agent reserves for the container. The
8954
- # number of GPUs that's reserved for all containers in a task can't
8955
- # exceed the number of available GPUs on the container instance that
8956
- # the task is launched on.
8957
- #
8958
- # When the type is `InferenceAccelerator`, the `value` matches the
8959
- # `deviceName` for an [InferenceAccelerator][1] specified in a task
8960
- # definition.
8961
- #
8962
- #
8963
- #
8964
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_InferenceAccelerator.html
8965
8951
  # @return [String]
8966
8952
  #
8967
8953
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/Rollback 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.182.0'
58
+ GEM_VERSION = '1.183.0'
59
59
 
60
60
  end
61
61
 
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.182.0
4
+ version: 1.183.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: 2025-03-28 00:00:00.000000000 Z
11
+ date: 2025-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core