aws-sdk-ecs 1.143.0 → 1.145.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: fa2e14609f9924ebd33ec3c7c71e5cdd866b657bdb263738a84a783a6d8989e9
4
- data.tar.gz: 827e14b23d93c1219cc0e615381f53ed8a70a165498afa161c69ecb340b15e61
3
+ metadata.gz: 28aaaa491aa79993e7d0f66a3cdfdee12f7c1780d4a60d57dfeb14b78e1c6fa9
4
+ data.tar.gz: 77b11c809ff641d82bb22320a7ee0b33d18dee8c3a5e3e25e2cdc98d23613940
5
5
  SHA512:
6
- metadata.gz: '0869d6df05f58d3316ff44858a084b167c34bcf2508a39f10a627a898a67bc42af88e9bb1da9a92b6d8f98c6cdb9d1d3eb8c58d4aa60bf57a26dd66545bc733e'
7
- data.tar.gz: 11a83ee0f5aab96a9c477db0e5479380122b474250893cf0b05892221a4f61c311fbb73d162536edf35caadc772e3dade7ea3844793de27abad041eb5230513a
6
+ metadata.gz: e4d1a8e77321cf0cc1a9e9e6de9f995e3a90e5f7114b87e0141512a29ceec685f7e62fcb68007bb2e1a0797b1ae1bfd0d14a43c68cbf6cddc11fec8a3f47c028
7
+ data.tar.gz: 9887951dbbf82eed3edd9e202b8037f6201b5161a9a8605ddff32e8225f6cc7fecd9ca99277808a62e72b60216d458130315c63ce0fc76c1f624d37bc030833c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.145.0 (2024-04-02)
5
+ ------------------
6
+
7
+ * Feature - Documentation only update for Amazon ECS.
8
+
9
+ 1.144.0 (2024-03-26)
10
+ ------------------
11
+
12
+ * Feature - This is a documentation update for Amazon ECS.
13
+
4
14
  1.143.0 (2024-03-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.143.0
1
+ 1.145.0
@@ -757,9 +757,10 @@ module Aws::ECS
757
757
  # specified cluster. To update an existing service, see the
758
758
  # UpdateService action.
759
759
  #
760
- # <note markdown="1"> The following change began on March 21, 2024. When the task definition
761
- # revision is not specified, Amazon ECS resolves the task definition
762
- # revision before it authorizes the task definition.
760
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
761
+ # revision before authorization. When a task definition revision is not
762
+ # specified, authorization will occur using the latest revision of a
763
+ # task definition.
763
764
  #
764
765
  # </note>
765
766
  #
@@ -1699,9 +1700,10 @@ module Aws::ECS
1699
1700
  # more information, see [Amazon ECS deployment types][1] in the *Amazon
1700
1701
  # Elastic Container Service Developer Guide*.
1701
1702
  #
1702
- # <note markdown="1"> The following change began on March 21, 2024. When the task definition
1703
- # revision is not specified, Amazon ECS resolves the task definition
1704
- # revision before it authorizes the task definition.
1703
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
1704
+ # revision before authorization. When a task definition revision is not
1705
+ # specified, authorization will occur using the latest revision of a
1706
+ # task definition.
1705
1707
  #
1706
1708
  # </note>
1707
1709
  #
@@ -7189,9 +7191,10 @@ module Aws::ECS
7189
7191
 
7190
7192
  # Starts a new task using the specified task definition.
7191
7193
  #
7192
- # <note markdown="1"> The following change began on March 21, 2024. When the task definition
7193
- # revision is not specified, Amazon ECS resolves the task definition
7194
- # revision before it authorizes the task definition.
7194
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
7195
+ # revision before authorization. When a task definition revision is not
7196
+ # specified, authorization will occur using the latest revision of a
7197
+ # task definition.
7195
7198
  #
7196
7199
  # </note>
7197
7200
  #
@@ -7427,28 +7430,22 @@ module Aws::ECS
7427
7430
  # task definition to run. If a `revision` isn't specified, the latest
7428
7431
  # `ACTIVE` revision is used.
7429
7432
  #
7430
- # When you create a policy for run-task, you can set the resource to be
7431
- # the latest task definition revision, or a specific revision.
7432
- #
7433
7433
  # The full ARN value must match the value that you specified as the
7434
7434
  # `Resource` of the principal's permissions policy.
7435
7435
  #
7436
- # When you specify the policy resource as the latest task definition
7437
- # version (by setting the `Resource` in the policy to
7438
- # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName`),
7439
- # then set this value to
7440
- # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName`.
7436
+ # When you specify a task definition, you must either specify a specific
7437
+ # revision, or all revisions in the ARN.
7438
+ #
7439
+ # To specify a specific revision, include the revision number in the
7440
+ # ARN. For example, to specify revision 2, use
7441
+ # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:2`.
7441
7442
  #
7442
- # When you specify the policy resource as a specific task definition
7443
- # version (by setting the `Resource` in the policy to
7444
- # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1`
7445
- # or
7446
- # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*`),
7447
- # then set this value to
7448
- # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1`.
7443
+ # To specify all revisions, use the wildcard (*) in the ARN. For
7444
+ # example, to specify all revisions, use
7445
+ # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*`.
7449
7446
  #
7450
7447
  # For more information, see [Policy Resources for Amazon ECS][1] in the
7451
- # Amazon Elastic Container Service developer Guide.
7448
+ # Amazon Elastic Container Service Developer Guide.
7452
7449
  #
7453
7450
  #
7454
7451
  #
@@ -7767,9 +7764,10 @@ module Aws::ECS
7767
7764
  # Starts a new task from the specified task definition on the specified
7768
7765
  # container instance or instances.
7769
7766
  #
7770
- # <note markdown="1"> The following change began on March 21, 2024. When the task definition
7771
- # revision is not specified, Amazon ECS resolves the task definition
7772
- # revision before it authorizes the task definition.
7767
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
7768
+ # revision before authorization. When a task definition revision is not
7769
+ # specified, authorization will occur using the latest revision of a
7770
+ # task definition.
7773
7771
  #
7774
7772
  # </note>
7775
7773
  #
@@ -9169,9 +9167,10 @@ module Aws::ECS
9169
9167
 
9170
9168
  # Modifies the parameters of a service.
9171
9169
  #
9172
- # <note markdown="1"> The following change began on March 21, 2024. When the task definition
9173
- # revision is not specified, Amazon ECS resolves the task definition
9174
- # revision before it authorizes the task definition.
9170
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
9171
+ # revision before authorization. When a task definition revision is not
9172
+ # specified, authorization will occur using the latest revision of a
9173
+ # task definition.
9175
9174
  #
9176
9175
  # </note>
9177
9176
  #
@@ -10254,7 +10253,7 @@ module Aws::ECS
10254
10253
  params: params,
10255
10254
  config: config)
10256
10255
  context[:gem_name] = 'aws-sdk-ecs'
10257
- context[:gem_version] = '1.143.0'
10256
+ context[:gem_version] = '1.145.0'
10258
10257
  Seahorse::Client::Request.new(handlers, context)
10259
10258
  end
10260
10259
 
@@ -3833,6 +3833,16 @@ module Aws::ECS
3833
3833
  # return a healthy status before counting the task towards the
3834
3834
  # minimum healthy percent total.
3835
3835
  #
3836
+ # The default value for a replica service for `minimumHealthyPercent`
3837
+ # is 100%. The default `minimumHealthyPercent` value for a service
3838
+ # using the `DAEMON` service schedule is 0% for the CLI, the Amazon
3839
+ # Web Services SDKs, and the APIs and 50% for the Amazon Web Services
3840
+ # Management Console.
3841
+ #
3842
+ # The minimum number of healthy tasks during a deployment is the
3843
+ # `desiredCount` multiplied by the `minimumHealthyPercent`/100,
3844
+ # rounded up to the nearest integer value.
3845
+ #
3836
3846
  # If a service is using either the blue/green (`CODE_DEPLOY`) or
3837
3847
  # `EXTERNAL` deployment types and is running tasks that use the EC2
3838
3848
  # launch type, the **minimum healthy percent** value is set to the
@@ -8603,28 +8613,22 @@ module Aws::ECS
8603
8613
  # task definition to run. If a `revision` isn't specified, the latest
8604
8614
  # `ACTIVE` revision is used.
8605
8615
  #
8606
- # When you create a policy for run-task, you can set the resource to
8607
- # be the latest task definition revision, or a specific revision.
8608
- #
8609
8616
  # The full ARN value must match the value that you specified as the
8610
8617
  # `Resource` of the principal's permissions policy.
8611
8618
  #
8612
- # When you specify the policy resource as the latest task definition
8613
- # version (by setting the `Resource` in the policy to
8614
- # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName`),
8615
- # then set this value to
8616
- # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName`.
8619
+ # When you specify a task definition, you must either specify a
8620
+ # specific revision, or all revisions in the ARN.
8621
+ #
8622
+ # To specify a specific revision, include the revision number in the
8623
+ # ARN. For example, to specify revision 2, use
8624
+ # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:2`.
8617
8625
  #
8618
- # When you specify the policy resource as a specific task definition
8619
- # version (by setting the `Resource` in the policy to
8620
- # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1`
8621
- # or
8622
- # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*`),
8623
- # then set this value to
8624
- # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1`.
8626
+ # To specify all revisions, use the wildcard (*) in the ARN. For
8627
+ # example, to specify all revisions, use
8628
+ # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*`.
8625
8629
  #
8626
8630
  # For more information, see [Policy Resources for Amazon ECS][1] in
8627
- # the Amazon Elastic Container Service developer Guide.
8631
+ # the Amazon Elastic Container Service Developer Guide.
8628
8632
  #
8629
8633
  #
8630
8634
  #
data/lib/aws-sdk-ecs.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ecs/customizations'
53
53
  # @!group service
54
54
  module Aws::ECS
55
55
 
56
- GEM_VERSION = '1.143.0'
56
+ GEM_VERSION = '1.145.0'
57
57
 
58
58
  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.143.0
4
+ version: 1.145.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: 2024-03-25 00:00:00.000000000 Z
11
+ date: 2024-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core