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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 40246590a9286ae0c974b7b423c9568a06b5f6e31b8342b9841dae00557ccb8b
4
- data.tar.gz: 62b5fb042ca7e1de9196ca0484490b560ce6c81b7b97e930853dccca32eb861c
3
+ metadata.gz: f6c8edd6cb14ad1f63d54fd3a1fbb64098588a38ef492c7dbb6340e7dd10087c
4
+ data.tar.gz: 4ff2dd8d3ef897787523c3e9ac93d7e01050d5c165649afbf180749332651ee7
5
5
  SHA512:
6
- metadata.gz: ef03ab4ce6a13749c3eb798bd360a1a257afa6e0eb271f431b3b1dc2c2b2a58317b1d5a6d5cee2bdf8fb00a597b12740d69ee625142241404b682991159d039e
7
- data.tar.gz: 6acbe1f1e29fefed9e75c2909ad1fe9ee7934262aaba8513dda9ecc74c7c76b609c16c1e11665320438b3bbd652af93ac7a2d400dc390b323b7ef18af38ae3dd
6
+ metadata.gz: b31e39e4ed3de881670b831715b3d213b800c5e364dc44f40376fe51e7372f69b44f03d987a8001b052fab8bc7279e2d961b687fa9b36ff071ba451e3efdcc31
7
+ data.tar.gz: ed953e544b1ac65a7145a5f3162cde328ae683e567057393b4131746a9f6212d7e940c63e7722e4c7d41bb5217dede73619743a2bbce5e966348b5a942a69269
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.103.0 (2022-10-13)
5
+ ------------------
6
+
7
+ * Feature - Documentation update to address tickets.
8
+
4
9
  1.102.0 (2022-10-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.103.0
@@ -8770,7 +8770,7 @@ module Aws::ECS
8770
8770
  params: params,
8771
8771
  config: config)
8772
8772
  context[:gem_name] = 'aws-sdk-ecs'
8773
- context[:gem_version] = '1.102.0'
8773
+ context[:gem_version] = '1.103.0'
8774
8774
  Seahorse::Client::Request.new(handlers, context)
8775
8775
  end
8776
8776
 
@@ -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 container instances that Amazon ECS scales in
7046
- # or scales out at one time. If this parameter is omitted, the default
7047
- # value of `1` is used.
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 container instances that Amazon ECS scales in
7052
- # or scales out at one time. If this parameter is omitted, the default
7053
- # value of `10000` is used.
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. When using the
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
@@ -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.102.0'
52
+ GEM_VERSION = '1.103.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.102.0
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-04 00:00:00.000000000 Z
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