aws-sdk-ecs 1.171.0 → 1.172.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: 88ccea68f205a92d9da5e2b856a4231d9de923ad3547e10bc7609b9922b9d7e1
4
- data.tar.gz: aca1bda31828f6721925f74a48383fc4395f8e2505d8f1151fbd1a1eb678ed36
3
+ metadata.gz: 1db135791584d4b921a5ab4762a1856526a38456a99ecb4c0e55042eb60211ae
4
+ data.tar.gz: 9c75d37ec40380f91c9e32ad246dc3c3b5f5f3cfc0d45969af3350ae3217e524
5
5
  SHA512:
6
- metadata.gz: c897395e2379e1f7fac7f3915e957060709cfb9ee502429367241f2625eff539c91bfcf3b790531b2373375a7219328981d0e86cf5049119c53be3aa0ee90a6e
7
- data.tar.gz: d9d8525ac28e0061fb07942493d1dcd03fa71642ac8246d080820dcbb9523256e33bdb0f308b3848da67c6e97d3e9dfb4f1c279c6ef66456c1671ff3ba4f3924
6
+ metadata.gz: b098a1d94d71bfeb12f6d5fc7165f13f97032bb5c0eb1d3d7784cd5ed2151cf602f1a2aebaba6fb0f9c772d3fda175c86f93348de4b377764cd46698519fc93e
7
+ data.tar.gz: 990b252f86a3beb2edbc8d31aa65c1e4f67519fc6ee4a97b63157af00a607a6672d46a65b5e99bcf51808ba1403b8fa9fe80eaf124793fe6f11b2ef606bc592b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.172.0 (2024-12-09)
5
+ ------------------
6
+
7
+ * Feature - This is a documentation only update to address various tickets for Amazon ECS.
8
+
4
9
  1.171.0 (2024-12-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.171.0
1
+ 1.172.0
@@ -1105,7 +1105,7 @@ module Aws::ECS
1105
1105
  # `launchType` is specified, the `defaultCapacityProviderStrategy` for
1106
1106
  # the cluster is used.
1107
1107
  #
1108
- # A capacity provider strategy may contain a maximum of 6 capacity
1108
+ # A capacity provider strategy can contain a maximum of 20 capacity
1109
1109
  # providers.
1110
1110
  #
1111
1111
  # @option params [String] :platform_version
@@ -6093,6 +6093,11 @@ module Aws::ECS
6093
6093
  # You must turn on this setting to use Amazon ECS features such as
6094
6094
  # resource tagging.
6095
6095
  #
6096
+ # * `fargateFIPSMode` - When turned on, you can run Fargate workloads in
6097
+ # a manner that is compliant with Federal Information Processing
6098
+ # Standard (FIPS-140). For more information, see [Fargate Federal
6099
+ # Information Processing Standard (FIPS-140)][1].
6100
+ #
6096
6101
  # * `containerInstanceLongArnFormat` - When modified, the Amazon
6097
6102
  # Resource Name (ARN) and resource ID format of the resource type for
6098
6103
  # a specified user, role, or the root user for an account is affected.
@@ -6107,7 +6112,7 @@ module Aws::ECS
6107
6112
  # is changed. If `awsvpcTrunking` is turned on, any new container
6108
6113
  # instances that support the feature are launched have the increased
6109
6114
  # ENI limits available to them. For more information, see [Elastic
6110
- # Network Interface Trunking][1] in the *Amazon Elastic Container
6115
+ # Network Interface Trunking][2] in the *Amazon Elastic Container
6111
6116
  # Service Developer Guide*.
6112
6117
  #
6113
6118
  # * `containerInsights` - Container Insights with enhanced observability
@@ -6128,15 +6133,15 @@ module Aws::ECS
6128
6133
  # setting to `enabled`.
6129
6134
  #
6130
6135
  # For more information, see [Monitor Amazon ECS containers using
6131
- # Container Insights with enhanced observability][2] in the *Amazon
6136
+ # Container Insights with enhanced observability][3] in the *Amazon
6132
6137
  # Elastic Container Service Developer Guide*.
6133
6138
  #
6134
6139
  # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
6135
6140
  # mode, your tasks using the `awsvpc` network mode can have an IPv6
6136
6141
  # address assigned. For more information on using IPv6 with tasks
6137
6142
  # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
6138
- # mode][3]. For more information on using IPv6 with tasks launched on
6139
- # Fargate, see [Using a VPC in dual-stack mode][4].
6143
+ # mode][4]. For more information on using IPv6 with tasks launched on
6144
+ # Fargate, see [Using a VPC in dual-stack mode][5].
6140
6145
  #
6141
6146
  # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
6142
6147
  # determines that a security or infrastructure update is needed for an
@@ -6144,7 +6149,7 @@ module Aws::ECS
6144
6149
  # new tasks launched to replace them. Use
6145
6150
  # `fargateTaskRetirementWaitPeriod` to configure the wait time to
6146
6151
  # retire a Fargate task. For information about the Fargate tasks
6147
- # maintenance, see [Amazon Web Services Fargate task maintenance][5]
6152
+ # maintenance, see [Amazon Web Services Fargate task maintenance][6]
6148
6153
  # in the *Amazon ECS Developer Guide*.
6149
6154
  #
6150
6155
  # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
@@ -6154,7 +6159,7 @@ module Aws::ECS
6154
6159
  # performs additional authorization to verify if users or roles have
6155
6160
  # permissions to create tags. Therefore, you must grant explicit
6156
6161
  # permissions to use the `ecs:TagResource` action. For more
6157
- # information, see [Grant permission to tag resources on creation][6]
6162
+ # information, see [Grant permission to tag resources on creation][7]
6158
6163
  # in the *Amazon ECS Developer Guide*.
6159
6164
  #
6160
6165
  # * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
@@ -6162,17 +6167,18 @@ module Aws::ECS
6162
6167
  # enabled or disabled by your security administrator in your Amazon
6163
6168
  # ECS account. Amazon GuardDuty controls this account setting on your
6164
6169
  # behalf. For more information, see [Protecting Amazon ECS workloads
6165
- # with Amazon ECS Runtime Monitoring][7].
6170
+ # with Amazon ECS Runtime Monitoring][8].
6166
6171
  #
6167
6172
  #
6168
6173
  #
6169
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
6170
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
6171
- # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
6172
- # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
6173
- # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
6174
- # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
6175
- # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
6174
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-fips-compliance.html
6175
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
6176
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
6177
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
6178
+ # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
6179
+ # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
6180
+ # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
6181
+ # [8]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
6176
6182
  #
6177
6183
  # @option params [required, String] :value
6178
6184
  # The account setting value for the specified principal ARN. Accepted
@@ -7744,7 +7750,7 @@ module Aws::ECS
7744
7750
  # When you use cluster auto scaling, you must specify
7745
7751
  # `capacityProviderStrategy` and not `launchType`.
7746
7752
  #
7747
- # A capacity provider strategy may contain a maximum of 6 capacity
7753
+ # A capacity provider strategy can contain a maximum of 20 capacity
7748
7754
  # providers.
7749
7755
  #
7750
7756
  # @option params [String] :cluster
@@ -10833,7 +10839,7 @@ module Aws::ECS
10833
10839
  tracer: tracer
10834
10840
  )
10835
10841
  context[:gem_name] = 'aws-sdk-ecs'
10836
- context[:gem_version] = '1.171.0'
10842
+ context[:gem_version] = '1.172.0'
10837
10843
  Seahorse::Client::Request.new(handlers, context)
10838
10844
  end
10839
10845
 
@@ -410,7 +410,7 @@ module Aws::ECS
410
410
  # supports Linux tasks with the ARM64 architecture on platform version
411
411
  # 1.4.0 or later.
412
412
  #
413
- # A capacity provider strategy may contain a maximum of 6 capacity
413
+ # A capacity provider strategy can contain a maximum of 20 capacity
414
414
  # providers.
415
415
  #
416
416
  #
@@ -2786,7 +2786,7 @@ module Aws::ECS
2786
2786
  # `launchType` is specified, the `defaultCapacityProviderStrategy` for
2787
2787
  # the cluster is used.
2788
2788
  #
2789
- # A capacity provider strategy may contain a maximum of 6 capacity
2789
+ # A capacity provider strategy can contain a maximum of 20 capacity
2790
2790
  # providers.
2791
2791
  # @return [Array<Types::CapacityProviderStrategyItem>]
2792
2792
  #
@@ -3849,6 +3849,12 @@ module Aws::ECS
3849
3849
  # are available). The default `maximumPercent` value for a service
3850
3850
  # using the `REPLICA` service scheduler is 200%.
3851
3851
  #
3852
+ # The Amazon ECS scheduler uses this parameter to replace unhealthy
3853
+ # tasks by starting replacement tasks first and then stopping the
3854
+ # unhealthy tasks, as long as cluster resources for starting
3855
+ # replacement tasks are available. For more information about how the
3856
+ # scheduler replaces unhealthy tasks, see [Amazon ECS services][1].
3857
+ #
3852
3858
  # If a service is using either the blue/green (`CODE_DEPLOY`) or
3853
3859
  # `EXTERNAL` deployment types, and tasks in the service use the EC2
3854
3860
  # launch type, the **maximum percent** value is set to the default
@@ -3866,6 +3872,10 @@ module Aws::ECS
3866
3872
  # If the tasks in the service use the Fargate launch type, the maximum
3867
3873
  # percent value is not used, although it is returned when describing
3868
3874
  # your service.
3875
+ #
3876
+ #
3877
+ #
3878
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html
3869
3879
  # @return [Integer]
3870
3880
  #
3871
3881
  # @!attribute [rw] minimum_healthy_percent
@@ -3880,6 +3890,13 @@ module Aws::ECS
3880
3890
  # existing tasks to free up cluster capacity before starting two new
3881
3891
  # tasks.
3882
3892
  #
3893
+ # If any tasks are unhealthy and if `maximumPercent` doesn't allow
3894
+ # the Amazon ECS scheduler to start replacement tasks, the scheduler
3895
+ # stops the unhealthy tasks one-by-one — using the
3896
+ # `minimumHealthyPercent` as a constraint — to clear up capacity to
3897
+ # launch replacement tasks. For more information about how the
3898
+ # scheduler replaces unhealthy tasks, see [Amazon ECS services][1] .
3899
+ #
3883
3900
  # For services that *do not* use a load balancer, the following should
3884
3901
  # be noted:
3885
3902
  #
@@ -3942,6 +3959,10 @@ module Aws::ECS
3942
3959
  # `EXTERNAL` deployment types and is running tasks that use the
3943
3960
  # Fargate launch type, the minimum healthy percent value is not used,
3944
3961
  # although it is returned when describing your service.
3962
+ #
3963
+ #
3964
+ #
3965
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html
3945
3966
  # @return [Integer]
3946
3967
  #
3947
3968
  # @!attribute [rw] alarms
@@ -7990,6 +8011,11 @@ module Aws::ECS
7990
8011
  # the resource. You must turn on this setting to use Amazon ECS
7991
8012
  # features such as resource tagging.
7992
8013
  #
8014
+ # * `fargateFIPSMode` - When turned on, you can run Fargate workloads
8015
+ # in a manner that is compliant with Federal Information Processing
8016
+ # Standard (FIPS-140). For more information, see [Fargate Federal
8017
+ # Information Processing Standard (FIPS-140)][1].
8018
+ #
7993
8019
  # * `containerInstanceLongArnFormat` - When modified, the Amazon
7994
8020
  # Resource Name (ARN) and resource ID format of the resource type
7995
8021
  # for a specified user, role, or the root user for an account is
@@ -8004,7 +8030,7 @@ module Aws::ECS
8004
8030
  # feature is changed. If `awsvpcTrunking` is turned on, any new
8005
8031
  # container instances that support the feature are launched have the
8006
8032
  # increased ENI limits available to them. For more information, see
8007
- # [Elastic Network Interface Trunking][1] in the *Amazon Elastic
8033
+ # [Elastic Network Interface Trunking][2] in the *Amazon Elastic
8008
8034
  # Container Service Developer Guide*.
8009
8035
  #
8010
8036
  # * `containerInsights` - Container Insights with enhanced
@@ -8025,15 +8051,15 @@ module Aws::ECS
8025
8051
  # setting to `enabled`.
8026
8052
  #
8027
8053
  # For more information, see [Monitor Amazon ECS containers using
8028
- # Container Insights with enhanced observability][2] in the *Amazon
8054
+ # Container Insights with enhanced observability][3] in the *Amazon
8029
8055
  # Elastic Container Service Developer Guide*.
8030
8056
  #
8031
8057
  # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
8032
8058
  # mode, your tasks using the `awsvpc` network mode can have an IPv6
8033
8059
  # address assigned. For more information on using IPv6 with tasks
8034
8060
  # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
8035
- # mode][3]. For more information on using IPv6 with tasks launched
8036
- # on Fargate, see [Using a VPC in dual-stack mode][4].
8061
+ # mode][4]. For more information on using IPv6 with tasks launched
8062
+ # on Fargate, see [Using a VPC in dual-stack mode][5].
8037
8063
  #
8038
8064
  # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
8039
8065
  # determines that a security or infrastructure update is needed for
@@ -8041,7 +8067,7 @@ module Aws::ECS
8041
8067
  # and new tasks launched to replace them. Use
8042
8068
  # `fargateTaskRetirementWaitPeriod` to configure the wait time to
8043
8069
  # retire a Fargate task. For information about the Fargate tasks
8044
- # maintenance, see [Amazon Web Services Fargate task maintenance][5]
8070
+ # maintenance, see [Amazon Web Services Fargate task maintenance][6]
8045
8071
  # in the *Amazon ECS Developer Guide*.
8046
8072
  #
8047
8073
  # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
@@ -8052,24 +8078,25 @@ module Aws::ECS
8052
8078
  # roles have permissions to create tags. Therefore, you must grant
8053
8079
  # explicit permissions to use the `ecs:TagResource` action. For more
8054
8080
  # information, see [Grant permission to tag resources on
8055
- # creation][6] in the *Amazon ECS Developer Guide*.
8081
+ # creation][7] in the *Amazon ECS Developer Guide*.
8056
8082
  #
8057
8083
  # * `guardDutyActivate` - The `guardDutyActivate` parameter is
8058
8084
  # read-only in Amazon ECS and indicates whether Amazon ECS Runtime
8059
8085
  # Monitoring is enabled or disabled by your security administrator
8060
8086
  # in your Amazon ECS account. Amazon GuardDuty controls this account
8061
8087
  # setting on your behalf. For more information, see [Protecting
8062
- # Amazon ECS workloads with Amazon ECS Runtime Monitoring][7].
8088
+ # Amazon ECS workloads with Amazon ECS Runtime Monitoring][8].
8063
8089
  #
8064
8090
  #
8065
8091
  #
8066
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
8067
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
8068
- # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
8069
- # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
8070
- # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
8071
- # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
8072
- # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
8092
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-fips-compliance.html
8093
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
8094
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
8095
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
8096
+ # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
8097
+ # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
8098
+ # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
8099
+ # [8]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
8073
8100
  # @return [String]
8074
8101
  #
8075
8102
  # @!attribute [rw] value
@@ -8900,7 +8927,7 @@ module Aws::ECS
8900
8927
  # When you use cluster auto scaling, you must specify
8901
8928
  # `capacityProviderStrategy` and not `launchType`.
8902
8929
  #
8903
- # A capacity provider strategy may contain a maximum of 6 capacity
8930
+ # A capacity provider strategy can contain a maximum of 20 capacity
8904
8931
  # providers.
8905
8932
  # @return [Array<Types::CapacityProviderStrategyItem>]
8906
8933
  #
data/lib/aws-sdk-ecs.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECS
55
55
  autoload :EndpointProvider, 'aws-sdk-ecs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecs/endpoints'
57
57
 
58
- GEM_VERSION = '1.171.0'
58
+ GEM_VERSION = '1.172.0'
59
59
 
60
60
  end
61
61
 
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.171.0
4
+ version: 1.172.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-12-02 00:00:00.000000000 Z
11
+ date: 2024-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core