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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b0cab3ba672b63cd9ba00d3bee69feb3aa351f3c67850e0b530813986858633
4
- data.tar.gz: 5b5848645b48129c84faed820b50c468a194ab9a7478a2f6c68b87d1360023c7
3
+ metadata.gz: 5824f7f4a1dd7bcf4e689a3806239f9befb8593b386beb1a479bed2f5474787f
4
+ data.tar.gz: 941a624bc453c8ca23b187b6c808fc646b8823692b99f650934de2ce522b73d3
5
5
  SHA512:
6
- metadata.gz: f613b581bbe033d37fc3ecce992d6478f2cf9dac559e7dca6ad4631999f712a15ec1947daaac5dab7ea8f1fe071b2bb8619f9d6397cc5a97bfe34ef8a20c29dc
7
- data.tar.gz: b5452d6fa507aaa2c47f81467aeeae63b1344837e74ff49e0868d32a5456b081f6d6457107564221b7c9301645998431cb8990cd9ba25aa121639e7967ea26d3
6
+ metadata.gz: 7a65d1cde1528a80a7669f762ff6b079a8572514bea7a0b48aa0382bf3880498db692bc88c4a4aa7fc02e1417fa1398c81c173ac559c0c74507e05b1012d93f3
7
+ data.tar.gz: eb3bc6963a2f2139654f71e953f8f434132c044a947abf69c27855cc06ea2df253e9329484738e708a667445b6561b5bc1600f7e2bc6f06db3e69377efd2c4e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2021-11-23)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for ARM support on Amazon ECS.
8
+
4
9
  1.90.0 (2021-11-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -8603,7 +8603,7 @@ module Aws::ECS
8603
8603
  params: params,
8604
8604
  config: config)
8605
8605
  context[:gem_name] = 'aws-sdk-ecs'
8606
- context[:gem_version] = '1.90.0'
8606
+ context[:gem_version] = '1.91.0'
8607
8607
  Seahorse::Client::Request.new(handlers, context)
8608
8608
  end
8609
8609
 
@@ -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 4 MiB of memory for a
1186
- # container. Therefore, we recommend that you specify fewer than 4 MiB
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
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ecs/customizations'
49
49
  # @!group service
50
50
  module Aws::ECS
51
51
 
52
- GEM_VERSION = '1.90.0'
52
+ GEM_VERSION = '1.91.0'
53
53
 
54
54
  end
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.90.0
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-10 00:00:00.000000000 Z
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