aws-sdk-ecs 1.162.0 → 1.163.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb4b72671b0e9cb778b7b4d15c95f1ca241c1a569d601aaac7ac6e67505b5b95
4
- data.tar.gz: f5b249ff7b9265a28872e21c01925e25a9e97ddc864a608b79b472e0b204de4a
3
+ metadata.gz: 44d27d9a269ed64d38a3a5135e191b4b8c72ef56b5bc715754a3f9660f1a3558
4
+ data.tar.gz: e177f0ecca6c86a859ad47ee6811d412dd6380ffde1c28e1bfbd5faaf5a3bb56
5
5
  SHA512:
6
- metadata.gz: e4e6ca2b76e483c818816bf002a1deef60cae9a1d9f63a2e88f3b4de775a2453023a5ac11d4652a85dc659ac23be3723db87ffda7f648779617583a83605e77c
7
- data.tar.gz: b571ed1ca314aca94d80ea7d9dd4dc258dfef6f84d390bc6cda5a6165798dfbfa5058b32936e261d3a1752984ee2cd50765a1190243f12be442a2577d2c2b1b5
6
+ metadata.gz: d369d0b8b10e20090723dad673169955729286e98a58b1db40ffc63ffb7e5e083112b759caaa2b7a704145bd9fe5770e83af4261aeb3624b59026f754775dd7f
7
+ data.tar.gz: b44bc62bdd812a17ab7a1345eb60971583875e5e278b147bf8bcc30ef8d21ee0f3a608b405fb5fd5bb8010c6f6055c7c4f9741bac45b9bf7fa1e4db0ae6ec080
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.163.0 (2024-10-17)
5
+ ------------------
6
+
7
+ * Feature - This is an Amazon ECS documentation only update to address tickets.
8
+
4
9
  1.162.0 (2024-10-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.162.0
1
+ 1.163.0
@@ -7501,8 +7501,8 @@ module Aws::ECS
7501
7501
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TagResource.html
7502
7502
  #
7503
7503
  # @option params [String] :reference_id
7504
- # The reference ID to use for the task. The reference ID can have a
7505
- # maximum length of 1024 characters.
7504
+ # This parameter is only used by Amazon ECS. It is not intended for use
7505
+ # by customers.
7506
7506
  #
7507
7507
  # @option params [String] :started_by
7508
7508
  # An optional tag specified when a task is started. For example, if you
@@ -7972,7 +7972,8 @@ module Aws::ECS
7972
7972
  # propagated.
7973
7973
  #
7974
7974
  # @option params [String] :reference_id
7975
- # The reference ID to use for the task.
7975
+ # This parameter is only used by Amazon ECS. It is not intended for use
7976
+ # by customers.
7976
7977
  #
7977
7978
  # @option params [String] :started_by
7978
7979
  # An optional tag specified when a task is started. For example, if you
@@ -10431,7 +10432,7 @@ module Aws::ECS
10431
10432
  tracer: tracer
10432
10433
  )
10433
10434
  context[:gem_name] = 'aws-sdk-ecs'
10434
- context[:gem_version] = '1.162.0'
10435
+ context[:gem_version] = '1.163.0'
10435
10436
  Seahorse::Client::Request.new(handlers, context)
10436
10437
  end
10437
10438
 
@@ -8692,8 +8692,8 @@ module Aws::ECS
8692
8692
  # @return [String]
8693
8693
  #
8694
8694
  # @!attribute [rw] reference_id
8695
- # The reference ID to use for the task. The reference ID can have a
8696
- # maximum length of 1024 characters.
8695
+ # This parameter is only used by Amazon ECS. It is not intended for
8696
+ # use by customers.
8697
8697
  # @return [String]
8698
8698
  #
8699
8699
  # @!attribute [rw] started_by
@@ -10047,7 +10047,8 @@ module Aws::ECS
10047
10047
  # @return [String]
10048
10048
  #
10049
10049
  # @!attribute [rw] reference_id
10050
- # The reference ID to use for the task.
10050
+ # This parameter is only used by Amazon ECS. It is not intended for
10051
+ # use by customers.
10051
10052
  # @return [String]
10052
10053
  #
10053
10054
  # @!attribute [rw] started_by
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.162.0'
58
+ GEM_VERSION = '1.163.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.162.0
4
+ version: 1.163.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: 2024-10-10 00:00:00.000000000 Z
11
+ date: 2024-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core