aws-sdk-ecs 1.166.0 → 1.167.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +8 -8
- data/lib/aws-sdk-ecs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: edda24a27897186dd3bc79f07a068ce9c96d495845a7dd3f8aed949b19a94001
|
4
|
+
data.tar.gz: ab9a6237522618405f1aacee49e08e2d097bdee2888da5b8fd672ec480111c05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e80cd0231e6f1319f8f51dd26526d65d1da05c2aee29ac2c1f878dc06c623a2d149930c0e8317e1e1e3a366f6655063311bad97e3e5d5db6e5e5b53c520c6235
|
7
|
+
data.tar.gz: 69168e6e336bacb3ca9db8dddb5ce881e9a838fc9a064e242c07d575c024121e925273a35eff11a0a658c3eecd7c9a03ffe3c60ab054f9dc2d0bae56627d35bc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.167.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -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.
|
10747
|
+
context[:gem_version] = '1.167.0'
|
10748
10748
|
Seahorse::Client::Request.new(handlers, context)
|
10749
10749
|
end
|
10750
10750
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -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
|
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 '
|
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 '
|
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 '
|
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
|
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"
|
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 '
|
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 '
|
6950
|
+
# --format '{{.Server.APIVersion}}'`
|
6951
6951
|
#
|
6952
6952
|
#
|
6953
6953
|
#
|
data/lib/aws-sdk-ecs.rb
CHANGED
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.
|
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-
|
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
|