aws-sdk-ecs 1.102.0 → 1.103.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 +19 -9
- 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: f6c8edd6cb14ad1f63d54fd3a1fbb64098588a38ef492c7dbb6340e7dd10087c
|
4
|
+
data.tar.gz: 4ff2dd8d3ef897787523c3e9ac93d7e01050d5c165649afbf180749332651ee7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b31e39e4ed3de881670b831715b3d213b800c5e364dc44f40376fe51e7372f69b44f03d987a8001b052fab8bc7279e2d961b687fa9b36ff071ba451e3efdcc31
|
7
|
+
data.tar.gz: ed953e544b1ac65a7145a5f3162cde328ae683e567057393b4131746a9f6212d7e940c63e7722e4c7d41bb5217dede73619743a2bbce5e966348b5a942a69269
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.103.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -7042,15 +7042,27 @@ module Aws::ECS
|
|
7042
7042
|
# @return [Integer]
|
7043
7043
|
#
|
7044
7044
|
# @!attribute [rw] minimum_scaling_step_size
|
7045
|
-
# The minimum number of
|
7046
|
-
#
|
7047
|
-
# value of `1` is
|
7045
|
+
# The minimum number of Amazon EC2 instances that Amazon ECS will
|
7046
|
+
# scale out at one time. The scale in process is not affected by this
|
7047
|
+
# parameter If this parameter is omitted, the default value of `1` is
|
7048
|
+
# used.
|
7049
|
+
#
|
7050
|
+
# When additional capacity is required, Amazon ECS will scale up the
|
7051
|
+
# minimum scaling step size even if the actual demand is less than the
|
7052
|
+
# minimum scaling step size.
|
7053
|
+
#
|
7054
|
+
# If you use a capacity provider with an Auto Scaling group configured
|
7055
|
+
# with more than one Amazon EC2 instance type or Availability Zone,
|
7056
|
+
# Amazon ECS will scale up by the exact minimum scaling step size
|
7057
|
+
# value and will ignore both the maximum scaling step size as well as
|
7058
|
+
# the capacity demand.
|
7048
7059
|
# @return [Integer]
|
7049
7060
|
#
|
7050
7061
|
# @!attribute [rw] maximum_scaling_step_size
|
7051
|
-
# The maximum number of
|
7052
|
-
#
|
7053
|
-
#
|
7062
|
+
# The maximum number of Amazon EC2 instances that Amazon ECS will
|
7063
|
+
# scale out at one time. The scale in process is not affected by this
|
7064
|
+
# parameter. If this parameter is omitted, the default value of
|
7065
|
+
# `10000` is used.
|
7054
7066
|
# @return [Integer]
|
7055
7067
|
#
|
7056
7068
|
# @!attribute [rw] instance_warmup_period
|
@@ -9394,9 +9406,7 @@ module Aws::ECS
|
|
9394
9406
|
# @return [String]
|
9395
9407
|
#
|
9396
9408
|
# @!attribute [rw] deployment_controller
|
9397
|
-
# The deployment controller type the service is using.
|
9398
|
-
# DescribeServices API, this field is omitted if the service uses the
|
9399
|
-
# `ECS` deployment controller type.
|
9409
|
+
# The deployment controller type the service is using.
|
9400
9410
|
# @return [Types::DeploymentController]
|
9401
9411
|
#
|
9402
9412
|
# @!attribute [rw] tags
|
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.103.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-10-
|
11
|
+
date: 2022-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|