aws-sdk-ecs 1.90.0 → 1.91.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 +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 +18 -2
- 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: 5824f7f4a1dd7bcf4e689a3806239f9befb8593b386beb1a479bed2f5474787f
|
|
4
|
+
data.tar.gz: 941a624bc453c8ca23b187b6c808fc646b8823692b99f650934de2ce522b73d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a65d1cde1528a80a7669f762ff6b079a8572514bea7a0b48aa0382bf3880498db692bc88c4a4aa7fc02e1417fa1398c81c173ac559c0c74507e05b1012d93f3
|
|
7
|
+
data.tar.gz: eb3bc6963a2f2139654f71e953f8f434132c044a947abf69c27855cc06ea2df253e9329484738e708a667445b6561b5bc1600f7e2bc6f06db3e69377efd2c4e7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.91.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
data/lib/aws-sdk-ecs/types.rb
CHANGED
|
@@ -1182,10 +1182,14 @@ module Aws::ECS
|
|
|
1182
1182
|
# available memory resources for the container instance where the
|
|
1183
1183
|
# container is placed. Otherwise, the value of `memory` is used.
|
|
1184
1184
|
#
|
|
1185
|
-
# The Docker daemon reserves a minimum of
|
|
1186
|
-
#
|
|
1185
|
+
# The Docker 20.10.0 or later daemon reserves a minimum of 6 MiB of
|
|
1186
|
+
# memory for a container, so you should not specify fewer than 6 MiB
|
|
1187
1187
|
# of memory for your containers.
|
|
1188
1188
|
#
|
|
1189
|
+
# The Docker 19.03.13-ce or earlier daemon reserves a minimum of 4 MiB
|
|
1190
|
+
# of memory for a container, so you should not specify fewer than 4
|
|
1191
|
+
# MiB of memory for your containers.
|
|
1192
|
+
#
|
|
1189
1193
|
#
|
|
1190
1194
|
#
|
|
1191
1195
|
# [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
|
|
@@ -8958,6 +8962,14 @@ module Aws::ECS
|
|
|
8958
8962
|
|
|
8959
8963
|
# Information about the platform for the Amazon ECS service or task.
|
|
8960
8964
|
#
|
|
8965
|
+
# For more informataion about `RuntimePlatform`, see
|
|
8966
|
+
# [RuntimePlatform][1] in the *Amazon Elastic Container Service
|
|
8967
|
+
# Developer Guide*.
|
|
8968
|
+
#
|
|
8969
|
+
#
|
|
8970
|
+
#
|
|
8971
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform
|
|
8972
|
+
#
|
|
8961
8973
|
# @note When making an API call, you may pass RuntimePlatform
|
|
8962
8974
|
# data as a hash:
|
|
8963
8975
|
#
|
|
@@ -8968,6 +8980,10 @@ module Aws::ECS
|
|
|
8968
8980
|
#
|
|
8969
8981
|
# @!attribute [rw] cpu_architecture
|
|
8970
8982
|
# The CPU architecture.
|
|
8983
|
+
#
|
|
8984
|
+
# You can run your Linux tasks on an ARM-based platform by setting the
|
|
8985
|
+
# value to `ARM64`. This option is avaiable for tasks that run on
|
|
8986
|
+
# Linuc Amazon EC2 instance or Linux containers on Fargate.
|
|
8971
8987
|
# @return [String]
|
|
8972
8988
|
#
|
|
8973
8989
|
# @!attribute [rw] operating_system_family
|
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.91.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: 2021-11-
|
|
11
|
+
date: 2021-11-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|