aws-sdk-ecs 1.101.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: c7c24151220082593d3c62306451f919d4c149fc6de728ed403bc089d676a919
4
- data.tar.gz: df34f28a6c24b274f665b097e5c0503a5ce7e6d3594e68b31333552fbd120070
3
+ metadata.gz: f6c8edd6cb14ad1f63d54fd3a1fbb64098588a38ef492c7dbb6340e7dd10087c
4
+ data.tar.gz: 4ff2dd8d3ef897787523c3e9ac93d7e01050d5c165649afbf180749332651ee7
5
5
  SHA512:
6
- metadata.gz: 8ef2762169198b943b4570319db65dd67ebd69213b079692969c8b1f56258e02df37654714c96f2397be95add6454850f718d8f39afd5b32d9b5f973fd02b071
7
- data.tar.gz: ca0a50f297f85f18ed896f8554c86a2239424cbc42967751fd7e4bdbaecaa5405cd75f3252d8d111020e876590c535714989ce54581ab012740bb63c067bcc5a
6
+ metadata.gz: b31e39e4ed3de881670b831715b3d213b800c5e364dc44f40376fe51e7372f69b44f03d987a8001b052fab8bc7279e2d961b687fa9b36ff071ba451e3efdcc31
7
+ data.tar.gz: ed953e544b1ac65a7145a5f3162cde328ae683e567057393b4131746a9f6212d7e940c63e7722e4c7d41bb5217dede73619743a2bbce5e966348b5a942a69269
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.102.0 (2022-10-04)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates to address various Amazon ECS tickets.
13
+
4
14
  1.101.0 (2022-09-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.103.0
@@ -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
- # * Windows platform version `1.0.0` or later.
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.101.0'
8773
+ context[:gem_version] = '1.103.0'
8764
8774
  Seahorse::Client::Request.new(handlers, context)
8765
8775
  end
8766
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
@@ -7432,11 +7444,6 @@ module Aws::ECS
7432
7444
  # In general, ports below 32768 are outside of the ephemeral port
7433
7445
  # range.
7434
7446
  #
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
7447
  # The default reserved ports are 22 for SSH, the Docker ports 2375 and
7441
7448
  # 2376, and the Amazon ECS container agent ports 51678-51680. Any host
7442
7449
  # port that was previously specified in a running task is also
@@ -7561,6 +7568,16 @@ module Aws::ECS
7561
7568
  # container instances is affected. If `containerInsights` is
7562
7569
  # specified, the default setting for CloudWatch Container Insights for
7563
7570
  # your clusters is affected.
7571
+ #
7572
+ # Fargate is transitioning from task count-based quotas to vCPU-based
7573
+ # quotas. You can set the name to `fargateVCPULimit` to opt in or opt
7574
+ # out of the vCPU-based quotas. For information about the opt in
7575
+ # timeline, see [Fargate vCPU-based quotas timeline][1] in the *Amazon
7576
+ # ECS Developer Guide*.
7577
+ #
7578
+ #
7579
+ #
7580
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#fargate-quota-timeline
7564
7581
  # @return [String]
7565
7582
  #
7566
7583
  # @!attribute [rw] value
@@ -8501,7 +8518,7 @@ module Aws::ECS
8501
8518
  #
8502
8519
  # * Linux platform version `1.4.0` or later.
8503
8520
  #
8504
- # * Windows platform version `1.0.0` or later.
8521
+ # ^
8505
8522
  #
8506
8523
  # </note>
8507
8524
  #
@@ -9389,9 +9406,7 @@ module Aws::ECS
9389
9406
  # @return [String]
9390
9407
  #
9391
9408
  # @!attribute [rw] deployment_controller
9392
- # The deployment controller type the service is using. When using the
9393
- # DescribeServices API, this field is omitted if the service uses the
9394
- # `ECS` deployment controller type.
9409
+ # The deployment controller type the service is using.
9395
9410
  # @return [Types::DeploymentController]
9396
9411
  #
9397
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.101.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.101.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-09-16 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