aws-sdk-ecs 1.166.0 → 1.167.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: 99d056b3966f9e2861eaac224376a7c2ccf663f4e4b8ca48c95be78be63affbe
4
- data.tar.gz: 726ccb487b9208d5fd8bda8b368859733fa76149083f478f3bb12f774f0c1c1e
3
+ metadata.gz: edda24a27897186dd3bc79f07a068ce9c96d495845a7dd3f8aed949b19a94001
4
+ data.tar.gz: ab9a6237522618405f1aacee49e08e2d097bdee2888da5b8fd672ec480111c05
5
5
  SHA512:
6
- metadata.gz: 3a373f18745bf2b55ced5554ca2441a6457c41bb49104e891f2a20ab1c48ad1935041aeb434510207c68b039d20427f0f7a3baff6cdef5e7e2b21da44423fb93
7
- data.tar.gz: f00c5f482626e6c448ae5b67a2890b8709c2c8be108ec3a95e9307dc02f881b8943e1c657d2323195b4577c0d87eac8b62d50163b18609ab87f4022a91887d58
6
+ metadata.gz: e80cd0231e6f1319f8f51dd26526d65d1da05c2aee29ac2c1f878dc06c623a2d149930c0e8317e1e1e3a366f6655063311bad97e3e5d5db6e5e5b53c520c6235
7
+ data.tar.gz: 69168e6e336bacb3ca9db8dddb5ce881e9a838fc9a064e242c07d575c024121e925273a35eff11a0a658c3eecd7c9a03ffe3c60ab054f9dc2d0bae56627d35bc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.167.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.166.0 (2024-10-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.166.0
1
+ 1.167.0
@@ -10744,7 +10744,7 @@ module Aws::ECS
10744
10744
  tracer: tracer
10745
10745
  )
10746
10746
  context[:gem_name] = 'aws-sdk-ecs'
10747
- context[:gem_version] = '1.166.0'
10747
+ context[:gem_version] = '1.167.0'
10748
10748
  Seahorse::Client::Request.new(handlers, context)
10749
10749
  end
10750
10750
 
@@ -242,7 +242,7 @@ module Aws::ECS
242
242
 
243
243
  # An object representing the networking details for a task or service.
244
244
  # For example
245
- # `awsVpcConfiguration=\{subnets=["subnet-12344321"],securityGroups=["sg-12344321"]\}`.
245
+ # `awsVpcConfiguration={subnets=["subnet-12344321"],securityGroups=["sg-12344321"]}`.
246
246
  #
247
247
  # @!attribute [rw] subnets
248
248
  # The IDs of the subnets associated with the task or service. There's
@@ -1667,7 +1667,7 @@ module Aws::ECS
1667
1667
  # of the Docker Remote API or greater on your container instance. To
1668
1668
  # check the Docker Remote API version on your container instance, log
1669
1669
  # in to your container instance and run the following command: `sudo
1670
- # docker version --format '\{\{.Server.APIVersion\}\}'`
1670
+ # docker version --format '{{.Server.APIVersion}}'`
1671
1671
  # @return [Hash<String,String>]
1672
1672
  #
1673
1673
  # @!attribute [rw] ulimits
@@ -1688,7 +1688,7 @@ module Aws::ECS
1688
1688
  # greater on your container instance. To check the Docker Remote API
1689
1689
  # version on your container instance, log in to your container
1690
1690
  # instance and run the following command: `sudo docker version
1691
- # --format '\{\{.Server.APIVersion\}\}'`
1691
+ # --format '{{.Server.APIVersion}}'`
1692
1692
  #
1693
1693
  # <note markdown="1"> This parameter is not supported for Windows containers.
1694
1694
  #
@@ -1723,7 +1723,7 @@ module Aws::ECS
1723
1723
  # greater on your container instance. To check the Docker Remote API
1724
1724
  # version on your container instance, log in to your container
1725
1725
  # instance and run the following command: `sudo docker version
1726
- # --format '\{\{.Server.APIVersion\}\}'`
1726
+ # --format '{{.Server.APIVersion}}'`
1727
1727
  #
1728
1728
  # <note markdown="1"> The Amazon ECS container agent running on a container instance must
1729
1729
  # register the logging drivers available on that instance with the
@@ -2200,7 +2200,7 @@ module Aws::ECS
2200
2200
 
2201
2201
  # The overrides that are sent to a container. An empty container
2202
2202
  # override can be passed in. An example of an empty container override
2203
- # is `\{"containerOverrides": [ ] \}`. If a non-empty container override
2203
+ # is `{"containerOverrides": [ ] }`. If a non-empty container override
2204
2204
  # is specified, the `name` parameter must be included.
2205
2205
  #
2206
2206
  # You can use Secrets Manager or Amazon Web Services Systems Manager
@@ -5152,7 +5152,7 @@ module Aws::ECS
5152
5152
  # to add additional metadata, such as the task, task definition,
5153
5153
  # cluster, and container instance details to the log event. If
5154
5154
  # specified, the syntax to use is
5155
- # `"options":\{"enable-ecs-log-metadata":"true|false","config-file-type:"s3|file","config-file-value":"arn:aws:s3:::mybucket/fluent.conf|filepath"\}`.
5155
+ # `"options":{"enable-ecs-log-metadata":"true|false","config-file-type:"s3|file","config-file-value":"arn:aws:s3:::mybucket/fluent.conf|filepath"}`.
5156
5156
  # For more information, see [Creating a task definition that uses a
5157
5157
  # FireLens configuration][1] in the *Amazon Elastic Container Service
5158
5158
  # Developer Guide*.
@@ -5671,7 +5671,7 @@ module Aws::ECS
5671
5671
  # Remote API or greater on your container instance. To check the
5672
5672
  # Docker Remote API version on your container instance, log in to your
5673
5673
  # container instance and run the following command: `sudo docker
5674
- # version --format '\{\{.Server.APIVersion\}\}'`
5674
+ # version --format '{{.Server.APIVersion}}'`
5675
5675
  # @return [Boolean]
5676
5676
  #
5677
5677
  # @!attribute [rw] shared_memory_size
@@ -6947,7 +6947,7 @@ module Aws::ECS
6947
6947
  # greater on your container instance. To check the Docker Remote API
6948
6948
  # version on your container instance, log in to your container
6949
6949
  # instance and run the following command: `sudo docker version
6950
- # --format '\{\{.Server.APIVersion\}\}'`
6950
+ # --format '{{.Server.APIVersion}}'`
6951
6951
  #
6952
6952
  #
6953
6953
  #
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.166.0'
58
+ GEM_VERSION = '1.167.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.166.0
4
+ version: 1.167.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-30 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core