aws-sdk-ecs 1.170.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: d5ba3a8adb0ca2a0cbe572d3c5316851447e9cf94c082b8962079a660961bb16
4
- data.tar.gz: 2b8d641cf8f3efe8640f04c071bd6b54efc5f4c09777310122b219602abd203c
3
+ metadata.gz: 1db135791584d4b921a5ab4762a1856526a38456a99ecb4c0e55042eb60211ae
4
+ data.tar.gz: 9c75d37ec40380f91c9e32ad246dc3c3b5f5f3cfc0d45969af3350ae3217e524
5
5
  SHA512:
6
- metadata.gz: 3a897493042c405f4f6a354741bfe3ce5242483221053021cbc2f8b9a36b66b02d89d436e49255a1082a72234142651a772465595140fbd28daed83fa695134d
7
- data.tar.gz: fe995a23ea6e9eeca1637f7361225817c561dafeb4d2debfda75ae375a55b3d410d22fe0e47fc4b24cae7570eb46401db44f9c4545fdadd9e88b271087e3705b
6
+ metadata.gz: b098a1d94d71bfeb12f6d5fc7165f13f97032bb5c0eb1d3d7784cd5ed2151cf602f1a2aebaba6fb0f9c772d3fda175c86f93348de4b377764cd46698519fc93e
7
+ data.tar.gz: 990b252f86a3beb2edbc8d31aa65c1e4f67519fc6ee4a97b63157af00a607a6672d46a65b5e99bcf51808ba1403b8fa9fe80eaf124793fe6f11b2ef606bc592b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.171.0 (2024-12-02)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for Container Insights with Enhanced Observability for Amazon ECS.
13
+
4
14
  1.170.0 (2024-11-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.170.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
@@ -2176,7 +2176,7 @@ module Aws::ECS
2176
2176
  #
2177
2177
  # <note markdown="1"> The `FARGATE` and `FARGATE_SPOT` capacity providers are reserved and
2178
2178
  # can't be deleted. You can disassociate them from a cluster using
2179
- # either [PutCapacityProviderProviders][1] or by deleting the cluster.
2179
+ # either [PutClusterCapacityProviders][1] or by deleting the cluster.
2180
2180
  #
2181
2181
  # </note>
2182
2182
  #
@@ -2189,14 +2189,13 @@ module Aws::ECS
2189
2189
  # transitioned to use the capacity from the remaining capacity
2190
2190
  # providers. Only capacity providers that aren't associated with a
2191
2191
  # cluster can be deleted. To remove a capacity provider from a cluster,
2192
- # you can either use [PutClusterCapacityProviders][3] or delete the
2192
+ # you can either use [PutClusterCapacityProviders][1] or delete the
2193
2193
  # cluster.
2194
2194
  #
2195
2195
  #
2196
2196
  #
2197
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutCapacityProviderProviders.html
2197
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html
2198
2198
  # [2]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html
2199
- # [3]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html
2200
2199
  #
2201
2200
  # @option params [required, String] :capacity_provider
2202
2201
  # The short name or full Amazon Resource Name (ARN) of the capacity
@@ -3381,6 +3380,12 @@ module Aws::ECS
3381
3380
 
3382
3381
  # Describes one or more of your clusters.
3383
3382
  #
3383
+ # For CLI examples, see [describe-clusters.rst][1] on GitHub.
3384
+ #
3385
+ #
3386
+ #
3387
+ # [1]: https://github.com/aws/aws-cli/blob/develop/awscli/examples/ecs/describe-clusters.rst
3388
+ #
3384
3389
  # @option params [Array<String>] :clusters
3385
3390
  # A list of up to 100 cluster names or full cluster Amazon Resource Name
3386
3391
  # (ARN) entries. If you do not specify a cluster, the default cluster is
@@ -4573,9 +4578,8 @@ module Aws::ECS
4573
4578
  # @option params [String] :cluster
4574
4579
  # The short name or full Amazon Resource Name (ARN) of the cluster that
4575
4580
  # hosts the task or tasks to describe. If you do not specify a cluster,
4576
- # the default cluster is assumed. This parameter is required if the task
4577
- # or tasks you are describing were launched in any cluster other than
4578
- # the default cluster.
4581
+ # the default cluster is assumed. This parameter is required. If you do
4582
+ # not specify a value, the `default` cluster is used.
4579
4583
  #
4580
4584
  # @option params [required, Array<String>] :tasks
4581
4585
  # A list of up to 100 task IDs or full ARN entries.
@@ -5392,7 +5396,7 @@ module Aws::ECS
5392
5396
  # name or ARN. Starting April 15, 2023, Amazon Web Services will not
5393
5397
  # onboard new customers to Amazon Elastic Inference (EI), and will help
5394
5398
  # current customers migrate their workloads to options that offer better
5395
- # price and performanceIf you don't specify a cluster, `deault` is
5399
+ # price and performanceIf you don't specify a cluster, `default` is
5396
5400
  # used.
5397
5401
  #
5398
5402
  # @option params [Array<String>] :status
@@ -6089,6 +6093,11 @@ module Aws::ECS
6089
6093
  # You must turn on this setting to use Amazon ECS features such as
6090
6094
  # resource tagging.
6091
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
+ #
6092
6101
  # * `containerInstanceLongArnFormat` - When modified, the Amazon
6093
6102
  # Resource Name (ARN) and resource ID format of the resource type for
6094
6103
  # a specified user, role, or the root user for an account is affected.
@@ -6103,23 +6112,36 @@ module Aws::ECS
6103
6112
  # is changed. If `awsvpcTrunking` is turned on, any new container
6104
6113
  # instances that support the feature are launched have the increased
6105
6114
  # ENI limits available to them. For more information, see [Elastic
6106
- # Network Interface Trunking][1] in the *Amazon Elastic Container
6115
+ # Network Interface Trunking][2] in the *Amazon Elastic Container
6107
6116
  # Service Developer Guide*.
6108
6117
  #
6109
- # * `containerInsights` - When modified, the default setting indicating
6110
- # whether Amazon Web Services CloudWatch Container Insights is turned
6111
- # on for your clusters is changed. If `containerInsights` is turned
6112
- # on, any new clusters that are created will have Container Insights
6113
- # turned on unless you disable it during cluster creation. For more
6114
- # information, see [CloudWatch Container Insights][2] in the *Amazon
6118
+ # * `containerInsights` - Container Insights with enhanced observability
6119
+ # provides all the Container Insights metrics, plus additional task
6120
+ # and container metrics. This version supports enhanced observability
6121
+ # for Amazon ECS clusters using the Amazon EC2 and Fargate launch
6122
+ # types. After you configure Container Insights with enhanced
6123
+ # observability on Amazon ECS, Container Insights auto-collects
6124
+ # detailed infrastructure telemetry from the cluster level down to the
6125
+ # container level in your environment and displays these critical
6126
+ # performance data in curated dashboards removing the heavy lifting in
6127
+ # observability set-up.
6128
+ #
6129
+ # To use Container Insights with enhanced observability, set the
6130
+ # `containerInsights` account setting to `enhanced`.
6131
+ #
6132
+ # To use Container Insights, set the `containerInsights` account
6133
+ # setting to `enabled`.
6134
+ #
6135
+ # For more information, see [Monitor Amazon ECS containers using
6136
+ # Container Insights with enhanced observability][3] in the *Amazon
6115
6137
  # Elastic Container Service Developer Guide*.
6116
6138
  #
6117
6139
  # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
6118
6140
  # mode, your tasks using the `awsvpc` network mode can have an IPv6
6119
6141
  # address assigned. For more information on using IPv6 with tasks
6120
6142
  # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
6121
- # mode][3]. For more information on using IPv6 with tasks launched on
6122
- # 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].
6123
6145
  #
6124
6146
  # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
6125
6147
  # determines that a security or infrastructure update is needed for an
@@ -6127,7 +6149,7 @@ module Aws::ECS
6127
6149
  # new tasks launched to replace them. Use
6128
6150
  # `fargateTaskRetirementWaitPeriod` to configure the wait time to
6129
6151
  # retire a Fargate task. For information about the Fargate tasks
6130
- # maintenance, see [Amazon Web Services Fargate task maintenance][5]
6152
+ # maintenance, see [Amazon Web Services Fargate task maintenance][6]
6131
6153
  # in the *Amazon ECS Developer Guide*.
6132
6154
  #
6133
6155
  # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
@@ -6137,7 +6159,7 @@ module Aws::ECS
6137
6159
  # performs additional authorization to verify if users or roles have
6138
6160
  # permissions to create tags. Therefore, you must grant explicit
6139
6161
  # permissions to use the `ecs:TagResource` action. For more
6140
- # information, see [Grant permission to tag resources on creation][6]
6162
+ # information, see [Grant permission to tag resources on creation][7]
6141
6163
  # in the *Amazon ECS Developer Guide*.
6142
6164
  #
6143
6165
  # * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
@@ -6145,21 +6167,22 @@ module Aws::ECS
6145
6167
  # enabled or disabled by your security administrator in your Amazon
6146
6168
  # ECS account. Amazon GuardDuty controls this account setting on your
6147
6169
  # behalf. For more information, see [Protecting Amazon ECS workloads
6148
- # with Amazon ECS Runtime Monitoring][7].
6170
+ # with Amazon ECS Runtime Monitoring][8].
6149
6171
  #
6150
6172
  #
6151
6173
  #
6152
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
6153
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
6154
- # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
6155
- # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
6156
- # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
6157
- # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
6158
- # [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
6159
6182
  #
6160
6183
  # @option params [required, String] :value
6161
6184
  # The account setting value for the specified principal ARN. Accepted
6162
- # values are `enabled`, `disabled`, `on`, and `off`.
6185
+ # values are `enabled`, `disabled`, `enhanced`, `on`, and `off`.
6163
6186
  #
6164
6187
  # When you specify `fargateTaskRetirementWaitPeriod` for the `name`, the
6165
6188
  # following are the valid values:
@@ -6302,12 +6325,25 @@ module Aws::ECS
6302
6325
  # Network Interface Trunking][1] in the *Amazon Elastic Container
6303
6326
  # Service Developer Guide*.
6304
6327
  #
6305
- # * `containerInsights` - When modified, the default setting indicating
6306
- # whether Amazon Web Services CloudWatch Container Insights is turned
6307
- # on for your clusters is changed. If `containerInsights` is turned
6308
- # on, any new clusters that are created will have Container Insights
6309
- # turned on unless you disable it during cluster creation. For more
6310
- # information, see [CloudWatch Container Insights][2] in the *Amazon
6328
+ # * `containerInsights` - Container Insights with enhanced observability
6329
+ # provides all the Container Insights metrics, plus additional task
6330
+ # and container metrics. This version supports enhanced observability
6331
+ # for Amazon ECS clusters using the Amazon EC2 and Fargate launch
6332
+ # types. After you configure Container Insights with enhanced
6333
+ # observability on Amazon ECS, Container Insights auto-collects
6334
+ # detailed infrastructure telemetry from the cluster level down to the
6335
+ # container level in your environment and displays these critical
6336
+ # performance data in curated dashboards removing the heavy lifting in
6337
+ # observability set-up.
6338
+ #
6339
+ # To use Container Insights with enhanced observability, set the
6340
+ # `containerInsights` account setting to `enhanced`.
6341
+ #
6342
+ # To use Container Insights, set the `containerInsights` account
6343
+ # setting to `enabled`.
6344
+ #
6345
+ # For more information, see [Monitor Amazon ECS containers using
6346
+ # Container Insights with enhanced observability][2] in the *Amazon
6311
6347
  # Elastic Container Service Developer Guide*.
6312
6348
  #
6313
6349
  # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
@@ -6358,7 +6394,7 @@ module Aws::ECS
6358
6394
  #
6359
6395
  # @option params [required, String] :value
6360
6396
  # The account setting value for the specified principal ARN. Accepted
6361
- # values are `enabled`, `disabled`, `on`, and `off`.
6397
+ # values are `enabled`, `disabled`, `on`, `enhanced`, and `off`.
6362
6398
  #
6363
6399
  # When you specify `fargateTaskRetirementWaitPeriod` for the `name`, the
6364
6400
  # following are the valid values:
@@ -7714,7 +7750,7 @@ module Aws::ECS
7714
7750
  # When you use cluster auto scaling, you must specify
7715
7751
  # `capacityProviderStrategy` and not `launchType`.
7716
7752
  #
7717
- # A capacity provider strategy may contain a maximum of 6 capacity
7753
+ # A capacity provider strategy can contain a maximum of 20 capacity
7718
7754
  # providers.
7719
7755
  #
7720
7756
  # @option params [String] :cluster
@@ -10803,7 +10839,7 @@ module Aws::ECS
10803
10839
  tracer: tracer
10804
10840
  )
10805
10841
  context[:gem_name] = 'aws-sdk-ecs'
10806
- context[:gem_version] = '1.170.0'
10842
+ context[:gem_version] = '1.172.0'
10807
10843
  Seahorse::Client::Request.new(handlers, context)
10808
10844
  end
10809
10845
 
@@ -267,7 +267,7 @@ module Aws::ECS
267
267
  #
268
268
  # @!attribute [rw] assign_public_ip
269
269
  # Whether the task's elastic network interface receives a public IP
270
- # address. The default value is `DISABLED`.
270
+ # address. The default value is `ENABLED`.
271
271
  # @return [String]
272
272
  #
273
273
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/AwsVpcConfiguration AWS API Documentation
@@ -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
  #
@@ -871,7 +871,26 @@ module Aws::ECS
871
871
  end
872
872
 
873
873
  # The settings to use when creating a cluster. This parameter is used to
874
- # turn on CloudWatch Container Insights for a cluster.
874
+ # turn on CloudWatch Container Insights with enhanced observability or
875
+ # CloudWatch Container Insights for a cluster.
876
+ #
877
+ # Container Insights with enhanced observability provides all the
878
+ # Container Insights metrics, plus additional task and container
879
+ # metrics. This version supports enhanced observability for Amazon ECS
880
+ # clusters using the Amazon EC2 and Fargate launch types. After you
881
+ # configure Container Insights with enhanced observability on Amazon
882
+ # ECS, Container Insights auto-collects detailed infrastructure
883
+ # telemetry from the cluster level down to the container level in your
884
+ # environment and displays these critical performance data in curated
885
+ # dashboards removing the heavy lifting in observability set-up.
886
+ #
887
+ # For more information, see [Monitor Amazon ECS containers using
888
+ # Container Insights with enhanced observability][1] in the *Amazon
889
+ # Elastic Container Service Developer Guide*.
890
+ #
891
+ #
892
+ #
893
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
875
894
  #
876
895
  # @!attribute [rw] name
877
896
  # The name of the cluster setting. The value is `containerInsights` .
@@ -879,12 +898,15 @@ module Aws::ECS
879
898
  #
880
899
  # @!attribute [rw] value
881
900
  # The value to set for the cluster setting. The supported values are
882
- # `enabled` and `disabled`.
901
+ # `enhanced`, `enabled`, and `disabled`.
902
+ #
903
+ # To use Container Insights with enhanced observability, set the
904
+ # `containerInsights` account setting to `enhanced`.
883
905
  #
884
- # If you set `name` to `containerInsights` and `value` to `enabled`,
885
- # CloudWatch Container Insights will be on for the cluster, otherwise
886
- # it will be off unless the `containerInsights` account setting is
887
- # turned on. If a cluster value is specified, it will override the
906
+ # To use Container Insights, set the `containerInsights` account
907
+ # setting to `enabled`.
908
+ #
909
+ # If a cluster value is specified, it will override the
888
910
  # `containerInsights` value set with [PutAccountSetting][1] or
889
911
  # [PutAccountSettingDefault][2].
890
912
  #
@@ -2764,7 +2786,7 @@ module Aws::ECS
2764
2786
  # `launchType` is specified, the `defaultCapacityProviderStrategy` for
2765
2787
  # the cluster is used.
2766
2788
  #
2767
- # A capacity provider strategy may contain a maximum of 6 capacity
2789
+ # A capacity provider strategy can contain a maximum of 20 capacity
2768
2790
  # providers.
2769
2791
  # @return [Array<Types::CapacityProviderStrategyItem>]
2770
2792
  #
@@ -3827,6 +3849,12 @@ module Aws::ECS
3827
3849
  # are available). The default `maximumPercent` value for a service
3828
3850
  # using the `REPLICA` service scheduler is 200%.
3829
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
+ #
3830
3858
  # If a service is using either the blue/green (`CODE_DEPLOY`) or
3831
3859
  # `EXTERNAL` deployment types, and tasks in the service use the EC2
3832
3860
  # launch type, the **maximum percent** value is set to the default
@@ -3844,6 +3872,10 @@ module Aws::ECS
3844
3872
  # If the tasks in the service use the Fargate launch type, the maximum
3845
3873
  # percent value is not used, although it is returned when describing
3846
3874
  # your service.
3875
+ #
3876
+ #
3877
+ #
3878
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html
3847
3879
  # @return [Integer]
3848
3880
  #
3849
3881
  # @!attribute [rw] minimum_healthy_percent
@@ -3858,6 +3890,13 @@ module Aws::ECS
3858
3890
  # existing tasks to free up cluster capacity before starting two new
3859
3891
  # tasks.
3860
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
+ #
3861
3900
  # For services that *do not* use a load balancer, the following should
3862
3901
  # be noted:
3863
3902
  #
@@ -3920,6 +3959,10 @@ module Aws::ECS
3920
3959
  # `EXTERNAL` deployment types and is running tasks that use the
3921
3960
  # Fargate launch type, the minimum healthy percent value is not used,
3922
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
3923
3966
  # @return [Integer]
3924
3967
  #
3925
3968
  # @!attribute [rw] alarms
@@ -4506,9 +4549,8 @@ module Aws::ECS
4506
4549
  # @!attribute [rw] cluster
4507
4550
  # The short name or full Amazon Resource Name (ARN) of the cluster
4508
4551
  # that hosts the task or tasks to describe. If you do not specify a
4509
- # cluster, the default cluster is assumed. This parameter is required
4510
- # if the task or tasks you are describing were launched in any cluster
4511
- # other than the default cluster.
4552
+ # cluster, the default cluster is assumed. This parameter is required.
4553
+ # If you do not specify a value, the `default` cluster is used.
4512
4554
  # @return [String]
4513
4555
  #
4514
4556
  # @!attribute [rw] tasks
@@ -4894,7 +4936,7 @@ module Aws::ECS
4894
4936
  #
4895
4937
  # @!attribute [rw] size_in_gi_b
4896
4938
  # The total amount, in GiB, of ephemeral storage to set for the task.
4897
- # The minimum supported value is `20` GiB and the maximum supported
4939
+ # The minimum supported value is `21` GiB and the maximum supported
4898
4940
  # value is `200` GiB.
4899
4941
  # @return [Integer]
4900
4942
  #
@@ -6107,7 +6149,7 @@ module Aws::ECS
6107
6149
  # onboard new customers to Amazon Elastic Inference (EI), and will
6108
6150
  # help current customers migrate their workloads to options that offer
6109
6151
  # better price and performanceIf you don't specify a cluster,
6110
- # `deault` is used.
6152
+ # `default` is used.
6111
6153
  # @return [String]
6112
6154
  #
6113
6155
  # @!attribute [rw] status
@@ -7840,14 +7882,26 @@ module Aws::ECS
7840
7882
  # [Elastic Network Interface Trunking][1] in the *Amazon Elastic
7841
7883
  # Container Service Developer Guide*.
7842
7884
  #
7843
- # * `containerInsights` - When modified, the default setting
7844
- # indicating whether Amazon Web Services CloudWatch Container
7845
- # Insights is turned on for your clusters is changed. If
7846
- # `containerInsights` is turned on, any new clusters that are
7847
- # created will have Container Insights turned on unless you disable
7848
- # it during cluster creation. For more information, see [CloudWatch
7849
- # Container Insights][2] in the *Amazon Elastic Container Service
7850
- # Developer Guide*.
7885
+ # * `containerInsights` - Container Insights with enhanced
7886
+ # observability provides all the Container Insights metrics, plus
7887
+ # additional task and container metrics. This version supports
7888
+ # enhanced observability for Amazon ECS clusters using the Amazon
7889
+ # EC2 and Fargate launch types. After you configure Container
7890
+ # Insights with enhanced observability on Amazon ECS, Container
7891
+ # Insights auto-collects detailed infrastructure telemetry from the
7892
+ # cluster level down to the container level in your environment and
7893
+ # displays these critical performance data in curated dashboards
7894
+ # removing the heavy lifting in observability set-up.
7895
+ #
7896
+ # To use Container Insights with enhanced observability, set the
7897
+ # `containerInsights` account setting to `enhanced`.
7898
+ #
7899
+ # To use Container Insights, set the `containerInsights` account
7900
+ # setting to `enabled`.
7901
+ #
7902
+ # For more information, see [Monitor Amazon ECS containers using
7903
+ # Container Insights with enhanced observability][2] in the *Amazon
7904
+ # Elastic Container Service Developer Guide*.
7851
7905
  #
7852
7906
  # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
7853
7907
  # mode, your tasks using the `awsvpc` network mode can have an IPv6
@@ -7898,7 +7952,7 @@ module Aws::ECS
7898
7952
  #
7899
7953
  # @!attribute [rw] value
7900
7954
  # The account setting value for the specified principal ARN. Accepted
7901
- # values are `enabled`, `disabled`, `on`, and `off`.
7955
+ # values are `enabled`, `disabled`, `on`, `enhanced`, and `off`.
7902
7956
  #
7903
7957
  # When you specify `fargateTaskRetirementWaitPeriod` for the `name`,
7904
7958
  # the following are the valid values:
@@ -7957,6 +8011,11 @@ module Aws::ECS
7957
8011
  # the resource. You must turn on this setting to use Amazon ECS
7958
8012
  # features such as resource tagging.
7959
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
+ #
7960
8019
  # * `containerInstanceLongArnFormat` - When modified, the Amazon
7961
8020
  # Resource Name (ARN) and resource ID format of the resource type
7962
8021
  # for a specified user, role, or the root user for an account is
@@ -7971,24 +8030,36 @@ module Aws::ECS
7971
8030
  # feature is changed. If `awsvpcTrunking` is turned on, any new
7972
8031
  # container instances that support the feature are launched have the
7973
8032
  # increased ENI limits available to them. For more information, see
7974
- # [Elastic Network Interface Trunking][1] in the *Amazon Elastic
8033
+ # [Elastic Network Interface Trunking][2] in the *Amazon Elastic
7975
8034
  # Container Service Developer Guide*.
7976
8035
  #
7977
- # * `containerInsights` - When modified, the default setting
7978
- # indicating whether Amazon Web Services CloudWatch Container
7979
- # Insights is turned on for your clusters is changed. If
7980
- # `containerInsights` is turned on, any new clusters that are
7981
- # created will have Container Insights turned on unless you disable
7982
- # it during cluster creation. For more information, see [CloudWatch
7983
- # Container Insights][2] in the *Amazon Elastic Container Service
7984
- # Developer Guide*.
8036
+ # * `containerInsights` - Container Insights with enhanced
8037
+ # observability provides all the Container Insights metrics, plus
8038
+ # additional task and container metrics. This version supports
8039
+ # enhanced observability for Amazon ECS clusters using the Amazon
8040
+ # EC2 and Fargate launch types. After you configure Container
8041
+ # Insights with enhanced observability on Amazon ECS, Container
8042
+ # Insights auto-collects detailed infrastructure telemetry from the
8043
+ # cluster level down to the container level in your environment and
8044
+ # displays these critical performance data in curated dashboards
8045
+ # removing the heavy lifting in observability set-up.
8046
+ #
8047
+ # To use Container Insights with enhanced observability, set the
8048
+ # `containerInsights` account setting to `enhanced`.
8049
+ #
8050
+ # To use Container Insights, set the `containerInsights` account
8051
+ # setting to `enabled`.
8052
+ #
8053
+ # For more information, see [Monitor Amazon ECS containers using
8054
+ # Container Insights with enhanced observability][3] in the *Amazon
8055
+ # Elastic Container Service Developer Guide*.
7985
8056
  #
7986
8057
  # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
7987
8058
  # mode, your tasks using the `awsvpc` network mode can have an IPv6
7988
8059
  # address assigned. For more information on using IPv6 with tasks
7989
8060
  # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
7990
- # mode][3]. For more information on using IPv6 with tasks launched
7991
- # 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].
7992
8063
  #
7993
8064
  # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
7994
8065
  # determines that a security or infrastructure update is needed for
@@ -7996,7 +8067,7 @@ module Aws::ECS
7996
8067
  # and new tasks launched to replace them. Use
7997
8068
  # `fargateTaskRetirementWaitPeriod` to configure the wait time to
7998
8069
  # retire a Fargate task. For information about the Fargate tasks
7999
- # maintenance, see [Amazon Web Services Fargate task maintenance][5]
8070
+ # maintenance, see [Amazon Web Services Fargate task maintenance][6]
8000
8071
  # in the *Amazon ECS Developer Guide*.
8001
8072
  #
8002
8073
  # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
@@ -8007,29 +8078,30 @@ module Aws::ECS
8007
8078
  # roles have permissions to create tags. Therefore, you must grant
8008
8079
  # explicit permissions to use the `ecs:TagResource` action. For more
8009
8080
  # information, see [Grant permission to tag resources on
8010
- # creation][6] in the *Amazon ECS Developer Guide*.
8081
+ # creation][7] in the *Amazon ECS Developer Guide*.
8011
8082
  #
8012
8083
  # * `guardDutyActivate` - The `guardDutyActivate` parameter is
8013
8084
  # read-only in Amazon ECS and indicates whether Amazon ECS Runtime
8014
8085
  # Monitoring is enabled or disabled by your security administrator
8015
8086
  # in your Amazon ECS account. Amazon GuardDuty controls this account
8016
8087
  # setting on your behalf. For more information, see [Protecting
8017
- # Amazon ECS workloads with Amazon ECS Runtime Monitoring][7].
8088
+ # Amazon ECS workloads with Amazon ECS Runtime Monitoring][8].
8018
8089
  #
8019
8090
  #
8020
8091
  #
8021
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
8022
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
8023
- # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
8024
- # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
8025
- # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
8026
- # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
8027
- # [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
8028
8100
  # @return [String]
8029
8101
  #
8030
8102
  # @!attribute [rw] value
8031
8103
  # The account setting value for the specified principal ARN. Accepted
8032
- # values are `enabled`, `disabled`, `on`, and `off`.
8104
+ # values are `enabled`, `disabled`, `enhanced`, `on`, and `off`.
8033
8105
  #
8034
8106
  # When you specify `fargateTaskRetirementWaitPeriod` for the `name`,
8035
8107
  # the following are the valid values:
@@ -8855,7 +8927,7 @@ module Aws::ECS
8855
8927
  # When you use cluster auto scaling, you must specify
8856
8928
  # `capacityProviderStrategy` and not `launchType`.
8857
8929
  #
8858
- # A capacity provider strategy may contain a maximum of 6 capacity
8930
+ # A capacity provider strategy can contain a maximum of 20 capacity
8859
8931
  # providers.
8860
8932
  # @return [Array<Types::CapacityProviderStrategyItem>]
8861
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.170.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.170.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-11-20 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