aws-sdk-ecs 1.101.0 → 1.102.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 +12 -2
- data/lib/aws-sdk-ecs/types.rb +11 -6
- 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: 40246590a9286ae0c974b7b423c9568a06b5f6e31b8342b9841dae00557ccb8b
|
4
|
+
data.tar.gz: 62b5fb042ca7e1de9196ca0484490b560ce6c81b7b97e930853dccca32eb861c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef03ab4ce6a13749c3eb798bd360a1a257afa6e0eb271f431b3b1dc2c2b2a58317b1d5a6d5cee2bdf8fb00a597b12740d69ee625142241404b682991159d039e
|
7
|
+
data.tar.gz: 6acbe1f1e29fefed9e75c2909ad1fe9ee7934262aaba8513dda9ecc74c7c76b609c16c1e11665320438b3bbd652af93ac7a2d400dc390b323b7ef18af38ae3dd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.102.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -4973,6 +4973,16 @@ module Aws::ECS
|
|
4973
4973
|
# the default setting for CloudWatch Container Insights for your
|
4974
4974
|
# clusters is affected.
|
4975
4975
|
#
|
4976
|
+
# Fargate is transitioning from task count-based quotas to vCPU-based
|
4977
|
+
# quotas. You can set the name to `fargateVCPULimit` to opt in or opt
|
4978
|
+
# out of the vCPU-based quotas. For information about the opt in
|
4979
|
+
# timeline, see [Fargate vCPU-based quotas timeline][1] in the *Amazon
|
4980
|
+
# ECS Developer Guide*.
|
4981
|
+
#
|
4982
|
+
#
|
4983
|
+
#
|
4984
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#fargate-quota-timeline
|
4985
|
+
#
|
4976
4986
|
# @option params [required, String] :value
|
4977
4987
|
# The account setting value for the specified principal ARN. Accepted
|
4978
4988
|
# values are `enabled` and `disabled`.
|
@@ -5737,7 +5747,7 @@ module Aws::ECS
|
|
5737
5747
|
#
|
5738
5748
|
# * Linux platform version `1.4.0` or later.
|
5739
5749
|
#
|
5740
|
-
#
|
5750
|
+
# ^
|
5741
5751
|
#
|
5742
5752
|
# </note>
|
5743
5753
|
#
|
@@ -8760,7 +8770,7 @@ module Aws::ECS
|
|
8760
8770
|
params: params,
|
8761
8771
|
config: config)
|
8762
8772
|
context[:gem_name] = 'aws-sdk-ecs'
|
8763
|
-
context[:gem_version] = '1.
|
8773
|
+
context[:gem_version] = '1.102.0'
|
8764
8774
|
Seahorse::Client::Request.new(handlers, context)
|
8765
8775
|
end
|
8766
8776
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -7432,11 +7432,6 @@ module Aws::ECS
|
|
7432
7432
|
# In general, ports below 32768 are outside of the ephemeral port
|
7433
7433
|
# range.
|
7434
7434
|
#
|
7435
|
-
# <note markdown="1"> The default ephemeral port range from 49153 through 65535 is always
|
7436
|
-
# used for Docker versions before 1.6.0.
|
7437
|
-
#
|
7438
|
-
# </note>
|
7439
|
-
#
|
7440
7435
|
# The default reserved ports are 22 for SSH, the Docker ports 2375 and
|
7441
7436
|
# 2376, and the Amazon ECS container agent ports 51678-51680. Any host
|
7442
7437
|
# port that was previously specified in a running task is also
|
@@ -7561,6 +7556,16 @@ module Aws::ECS
|
|
7561
7556
|
# container instances is affected. If `containerInsights` is
|
7562
7557
|
# specified, the default setting for CloudWatch Container Insights for
|
7563
7558
|
# your clusters is affected.
|
7559
|
+
#
|
7560
|
+
# Fargate is transitioning from task count-based quotas to vCPU-based
|
7561
|
+
# quotas. You can set the name to `fargateVCPULimit` to opt in or opt
|
7562
|
+
# out of the vCPU-based quotas. For information about the opt in
|
7563
|
+
# timeline, see [Fargate vCPU-based quotas timeline][1] in the *Amazon
|
7564
|
+
# ECS Developer Guide*.
|
7565
|
+
#
|
7566
|
+
#
|
7567
|
+
#
|
7568
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#fargate-quota-timeline
|
7564
7569
|
# @return [String]
|
7565
7570
|
#
|
7566
7571
|
# @!attribute [rw] value
|
@@ -8501,7 +8506,7 @@ module Aws::ECS
|
|
8501
8506
|
#
|
8502
8507
|
# * Linux platform version `1.4.0` or later.
|
8503
8508
|
#
|
8504
|
-
#
|
8509
|
+
# ^
|
8505
8510
|
#
|
8506
8511
|
# </note>
|
8507
8512
|
#
|
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.102.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: 2022-
|
11
|
+
date: 2022-10-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|