aws-sdk-ecs 1.141.0 → 1.143.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: f3ad61a3d47472c1e242ee04c8669aff14ff8c0f8d2e1b56cae8416d330e4ab4
4
- data.tar.gz: 1d5a94bf33ee8f725646c21a50e89fee75eac22d83d9af9ef54641f1efaf29d5
3
+ metadata.gz: fa2e14609f9924ebd33ec3c7c71e5cdd866b657bdb263738a84a783a6d8989e9
4
+ data.tar.gz: 827e14b23d93c1219cc0e615381f53ed8a70a165498afa161c69ecb340b15e61
5
5
  SHA512:
6
- metadata.gz: 557e5a29a2720be4b2beb318589f9b863e0389d61aa5d4b2793d646a7a38f0f1994b41749e98e87f1d61dc1d41db9ed81d3a82bd10eca7afafe33fd30031a59a
7
- data.tar.gz: 32a6bbae27f29832b8fe7957b2d0acfc443a8b3fe847141d0299e30e7e3f9372bb72c61b366700feccfc15c23af92f69d01196318ffb08c23867569228199a31
6
+ metadata.gz: '0869d6df05f58d3316ff44858a084b167c34bcf2508a39f10a627a898a67bc42af88e9bb1da9a92b6d8f98c6cdb9d1d3eb8c58d4aa60bf57a26dd66545bc733e'
7
+ data.tar.gz: 11a83ee0f5aab96a9c477db0e5479380122b474250893cf0b05892221a4f61c311fbb73d162536edf35caadc772e3dade7ea3844793de27abad041eb5230513a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.143.0 (2024-03-25)
5
+ ------------------
6
+
7
+ * Feature - Documentation only update for Amazon ECS.
8
+
9
+ 1.142.0 (2024-02-09)
10
+ ------------------
11
+
12
+ * Feature - Documentation only update for Amazon ECS.
13
+
4
14
  1.141.0 (2024-02-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.141.0
1
+ 1.143.0
@@ -757,14 +757,9 @@ module Aws::ECS
757
757
  # specified cluster. To update an existing service, see the
758
758
  # UpdateService action.
759
759
  #
760
- # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
761
- # customers to Amazon Elastic Inference (EI), and will help current
762
- # customers migrate their workloads to options that offer better price
763
- # and performance. After April 15, 2023, new customers will not be able
764
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
765
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
766
- # at least once during the past 30-day period are considered current
767
- # customers and will be able to continue using the service.
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.
768
763
  #
769
764
  # </note>
770
765
  #
@@ -866,7 +861,16 @@ module Aws::ECS
866
861
  # When the service scheduler launches new tasks, it determines task
867
862
  # placement. For information about task placement and task placement
868
863
  # strategies, see [Amazon ECS task placement][5] in the *Amazon Elastic
869
- # Container Service Developer Guide*.
864
+ # Container Service Developer Guide*
865
+ #
866
+ # Starting April 15, 2023, Amazon Web Services will not onboard new
867
+ # customers to Amazon Elastic Inference (EI), and will help current
868
+ # customers migrate their workloads to options that offer better price
869
+ # and performance. After April 15, 2023, new customers will not be able
870
+ # to launch instances with Amazon EI accelerators in Amazon SageMaker,
871
+ # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
872
+ # at least once during the past 30-day period are considered current
873
+ # customers and will be able to continue using the service.
870
874
  #
871
875
  #
872
876
  #
@@ -996,7 +1000,7 @@ module Aws::ECS
996
1000
  #
997
1001
  # <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
998
1002
  # provider strategy must be used. For more information, see [Fargate
999
- # capacity providers][2] in the *Amazon ECS User Guide for Fargate*.
1003
+ # capacity providers][2] in the *Amazon ECS Developer Guide*.
1000
1004
  #
1001
1005
  # </note>
1002
1006
  #
@@ -1201,11 +1205,16 @@ module Aws::ECS
1201
1205
  # can only be propagated to the task during task creation. To add tags
1202
1206
  # to a task after task creation, use the [TagResource][1] API action.
1203
1207
  #
1208
+ # You must set this to a value other than `NONE` when you use Cost
1209
+ # Explorer. For more information, see [Amazon ECS usage reports][2] in
1210
+ # the *Amazon Elastic Container Service Developer Guide*.
1211
+ #
1204
1212
  # The default is `NONE`.
1205
1213
  #
1206
1214
  #
1207
1215
  #
1208
1216
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TagResource.html
1217
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/usage-reports.html
1209
1218
  #
1210
1219
  # @option params [Boolean] :enable_execute_command
1211
1220
  # Determines whether the execute command functionality is turned on for
@@ -1690,6 +1699,12 @@ module Aws::ECS
1690
1699
  # more information, see [Amazon ECS deployment types][1] in the *Amazon
1691
1700
  # Elastic Container Service Developer Guide*.
1692
1701
  #
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.
1705
+ #
1706
+ # </note>
1707
+ #
1693
1708
  # For information about the maximum number of task sets and otther
1694
1709
  # quotas, see [Amazon ECS service quotas][2] in the *Amazon Elastic
1695
1710
  # Container Service Developer Guide*.
@@ -5588,93 +5603,103 @@ module Aws::ECS
5588
5603
  # account settings. For more information, see [Account Settings][1] in
5589
5604
  # the *Amazon Elastic Container Service Developer Guide*.
5590
5605
  #
5591
- # When you specify `serviceLongArnFormat`, `taskLongArnFormat`, or
5592
- # `containerInstanceLongArnFormat`, the Amazon Resource Name (ARN) and
5593
- # resource ID format of the resource type for a specified user, role, or
5594
- # the root user for an account is affected. The opt-in and opt-out
5595
- # account setting must be set for each Amazon ECS resource separately.
5596
- # The ARN and resource ID format of a resource is defined by the opt-in
5597
- # status of the user or role that created the resource. You must turn on
5598
- # this setting to use Amazon ECS features such as resource tagging.
5599
- #
5600
- # When you specify `awsvpcTrunking`, the elastic network interface (ENI)
5601
- # limit for any new container instances that support the feature is
5602
- # changed. If `awsvpcTrunking` is turned on, any new container instances
5603
- # that support the feature are launched have the increased ENI limits
5604
- # available to them. For more information, see [Elastic Network
5605
- # Interface Trunking][2] in the *Amazon Elastic Container Service
5606
- # Developer Guide*.
5607
- #
5608
- # When you specify `containerInsights`, the default setting indicating
5609
- # whether Amazon Web Services CloudWatch Container Insights is turned on
5610
- # for your clusters is changed. If `containerInsights` is turned on, any
5611
- # new clusters that are created will have Container Insights turned on
5612
- # unless you disable it during cluster creation. For more information,
5613
- # see [CloudWatch Container Insights][3] in the *Amazon Elastic
5614
- # Container Service Developer Guide*.
5615
- #
5616
- # Amazon ECS is introducing tagging authorization for resource creation.
5617
- # Users must have permissions for actions that create the resource, such
5618
- # as `ecsCreateCluster`. If tags are specified when you create a
5619
- # resource, Amazon Web Services performs additional authorization to
5620
- # verify if users or roles have permissions to create tags. Therefore,
5621
- # you must grant explicit permissions to use the `ecs:TagResource`
5622
- # action. For more information, see [Grant permission to tag resources
5623
- # on creation][4] in the *Amazon ECS Developer Guide*.
5624
- #
5625
- # When Amazon Web Services determines that a security or infrastructure
5626
- # update is needed for an Amazon ECS task hosted on Fargate, the tasks
5627
- # need to be stopped and new tasks launched to replace them. Use
5628
- # `fargateTaskRetirementWaitPeriod` to configure the wait time to retire
5629
- # a Fargate task. For information about the Fargate tasks maintenance,
5630
- # see [Amazon Web Services Fargate task maintenance][5] in the *Amazon
5631
- # ECS Developer Guide*.
5632
- #
5633
- # The `guardDutyActivate` parameter is read-only in Amazon ECS and
5634
- # indicates whether Amazon ECS Runtime Monitoring is enabled or disabled
5635
- # by your security administrator in your Amazon ECS account. Amazon
5636
- # GuardDuty controls this account setting on your behalf. For more
5637
- # information, see [Protecting Amazon ECS workloads with Amazon ECS
5638
- # Runtime Monitoring][6].
5639
- #
5640
5606
  #
5641
5607
  #
5642
5608
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html
5643
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
5644
- # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
5645
- # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
5646
- # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
5647
- # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
5648
5609
  #
5649
5610
  # @option params [required, String] :name
5650
- # The Amazon ECS resource name for which to modify the account setting.
5651
- # If you specify `serviceLongArnFormat`, the ARN for your Amazon ECS
5652
- # services is affected. If you specify `taskLongArnFormat`, the ARN and
5653
- # resource ID for your Amazon ECS tasks is affected. If you specify
5654
- # `containerInstanceLongArnFormat`, the ARN and resource ID for your
5655
- # Amazon ECS container instances is affected. If you specify
5656
- # `awsvpcTrunking`, the elastic network interface (ENI) limit for your
5657
- # Amazon ECS container instances is affected. If you specify
5658
- # `containerInsights`, the default setting for Amazon Web Services
5659
- # CloudWatch Container Insights for your clusters is affected. If you
5660
- # specify `fargateFIPSMode`, Fargate FIPS 140 compliance is affected. If
5661
- # you specify `tagResourceAuthorization`, the opt-in option for tagging
5662
- # resources on creation is affected. For information about the opt-in
5663
- # timeline, see [Tagging authorization timeline][1] in the *Amazon ECS
5664
- # Developer Guide*. If you specify `fargateTaskRetirementWaitPeriod`,
5665
- # the wait time to retire a Fargate task is affected.
5666
- #
5667
- # The `guardDutyActivate` parameter is read-only in Amazon ECS and
5668
- # indicates whether Amazon ECS Runtime Monitoring is enabled or disabled
5669
- # by your security administrator in your Amazon ECS account. Amazon
5670
- # GuardDuty controls this account setting on your behalf. For more
5671
- # information, see [Protecting Amazon ECS workloads with Amazon ECS
5672
- # Runtime Monitoring][2].
5673
- #
5674
- #
5675
- #
5676
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#tag-resources
5677
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
5611
+ # The Amazon ECS account setting name to modify.
5612
+ #
5613
+ # The following are the valid values for the account setting name.
5614
+ #
5615
+ # * `serviceLongArnFormat` - When modified, the Amazon Resource Name
5616
+ # (ARN) and resource ID format of the resource type for a specified
5617
+ # user, role, or the root user for an account is affected. The opt-in
5618
+ # and opt-out account setting must be set for each Amazon ECS resource
5619
+ # separately. The ARN and resource ID format of a resource is defined
5620
+ # by the opt-in status of the user or role that created the resource.
5621
+ # You must turn on this setting to use Amazon ECS features such as
5622
+ # resource tagging.
5623
+ #
5624
+ # * `taskLongArnFormat` - When modified, the Amazon Resource Name (ARN)
5625
+ # and resource ID format of the resource type for a specified user,
5626
+ # role, or the root user for an account is affected. The opt-in and
5627
+ # opt-out account setting must be set for each Amazon ECS resource
5628
+ # separately. The ARN and resource ID format of a resource is defined
5629
+ # by the opt-in status of the user or role that created the resource.
5630
+ # You must turn on this setting to use Amazon ECS features such as
5631
+ # resource tagging.
5632
+ #
5633
+ # * `containerInstanceLongArnFormat` - When modified, the Amazon
5634
+ # Resource Name (ARN) and resource ID format of the resource type for
5635
+ # a specified user, role, or the root user for an account is affected.
5636
+ # The opt-in and opt-out account setting must be set for each Amazon
5637
+ # ECS resource separately. The ARN and resource ID format of a
5638
+ # resource is defined by the opt-in status of the user or role that
5639
+ # created the resource. You must turn on this setting to use Amazon
5640
+ # ECS features such as resource tagging.
5641
+ #
5642
+ # * `awsvpcTrunking` - When modified, the elastic network interface
5643
+ # (ENI) limit for any new container instances that support the feature
5644
+ # is changed. If `awsvpcTrunking` is turned on, any new container
5645
+ # instances that support the feature are launched have the increased
5646
+ # ENI limits available to them. For more information, see [Elastic
5647
+ # Network Interface Trunking][1] in the *Amazon Elastic Container
5648
+ # Service Developer Guide*.
5649
+ #
5650
+ # * `containerInsights` - When modified, the default setting indicating
5651
+ # whether Amazon Web Services CloudWatch Container Insights is turned
5652
+ # on for your clusters is changed. If `containerInsights` is turned
5653
+ # on, any new clusters that are created will have Container Insights
5654
+ # turned on unless you disable it during cluster creation. For more
5655
+ # information, see [CloudWatch Container Insights][2] in the *Amazon
5656
+ # Elastic Container Service Developer Guide*.
5657
+ #
5658
+ # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
5659
+ # mode, your tasks using the `awsvpc` network mode can have an IPv6
5660
+ # address assigned. For more information on using IPv6 with tasks
5661
+ # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
5662
+ # mode][3]. For more information on using IPv6 with tasks launched on
5663
+ # Fargate, see [Using a VPC in dual-stack mode][4].
5664
+ #
5665
+ # * `fargateFIPSMode` - If you specify `fargateFIPSMode`, Fargate FIPS
5666
+ # 140 compliance is affected.
5667
+ #
5668
+ # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
5669
+ # determines that a security or infrastructure update is needed for an
5670
+ # Amazon ECS task hosted on Fargate, the tasks need to be stopped and
5671
+ # new tasks launched to replace them. Use
5672
+ # `fargateTaskRetirementWaitPeriod` to configure the wait time to
5673
+ # retire a Fargate task. For information about the Fargate tasks
5674
+ # maintenance, see [Amazon Web Services Fargate task maintenance][5]
5675
+ # in the *Amazon ECS Developer Guide*.
5676
+ #
5677
+ # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
5678
+ # authorization for resource creation. Users must have permissions for
5679
+ # actions that create the resource, such as `ecsCreateCluster`. If
5680
+ # tags are specified when you create a resource, Amazon Web Services
5681
+ # performs additional authorization to verify if users or roles have
5682
+ # permissions to create tags. Therefore, you must grant explicit
5683
+ # permissions to use the `ecs:TagResource` action. For more
5684
+ # information, see [Grant permission to tag resources on creation][6]
5685
+ # in the *Amazon ECS Developer Guide*.
5686
+ #
5687
+ # * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
5688
+ # in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
5689
+ # enabled or disabled by your security administrator in your Amazon
5690
+ # ECS account. Amazon GuardDuty controls this account setting on your
5691
+ # behalf. For more information, see [Protecting Amazon ECS workloads
5692
+ # with Amazon ECS Runtime Monitoring][7].
5693
+ #
5694
+ #
5695
+ #
5696
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
5697
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
5698
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
5699
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
5700
+ # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
5701
+ # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
5702
+ # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
5678
5703
  #
5679
5704
  # @option params [required, String] :value
5680
5705
  # The account setting value for the specified principal ARN. Accepted
@@ -5782,50 +5807,98 @@ module Aws::ECS
5782
5807
  # set on a per-Region basis.
5783
5808
  #
5784
5809
  # @option params [required, String] :name
5785
- # The resource name for which to modify the account setting. If you
5786
- # specify `serviceLongArnFormat`, the ARN for your Amazon ECS services
5787
- # is affected. If you specify `taskLongArnFormat`, the ARN and resource
5788
- # ID for your Amazon ECS tasks is affected. If you specify
5789
- # `containerInstanceLongArnFormat`, the ARN and resource ID for your
5790
- # Amazon ECS container instances is affected. If you specify
5791
- # `awsvpcTrunking`, the ENI limit for your Amazon ECS container
5792
- # instances is affected. If you specify `containerInsights`, the default
5793
- # setting for Amazon Web Services CloudWatch Container Insights for your
5794
- # clusters is affected. If you specify `tagResourceAuthorization`, the
5795
- # opt-in option for tagging resources on creation is affected. For
5796
- # information about the opt-in timeline, see [Tagging authorization
5797
- # timeline][1] in the *Amazon ECS Developer Guide*. If you specify
5798
- # `fargateTaskRetirementWaitPeriod`, the default wait time to retire a
5799
- # Fargate task due to required maintenance is affected.
5800
- #
5801
- # When you specify `fargateFIPSMode` for the `name` and `enabled` for
5802
- # the `value`, Fargate uses FIPS-140 compliant cryptographic algorithms
5803
- # on your tasks. For more information about FIPS-140 compliance with
5804
- # Fargate, see [ Amazon Web Services Fargate Federal Information
5805
- # Processing Standard (FIPS) 140-2 compliance][2] in the *Amazon Elastic
5806
- # Container Service Developer Guide*.
5807
- #
5808
- # When Amazon Web Services determines that a security or infrastructure
5809
- # update is needed for an Amazon ECS task hosted on Fargate, the tasks
5810
- # need to be stopped and new tasks launched to replace them. Use
5811
- # `fargateTaskRetirementWaitPeriod` to set the wait time to retire a
5812
- # Fargate task to the default. For information about the Fargate tasks
5813
- # maintenance, see [Amazon Web Services Fargate task maintenance][3] in
5814
- # the *Amazon ECS Developer Guide*.
5815
- #
5816
- # The `guardDutyActivate` parameter is read-only in Amazon ECS and
5817
- # indicates whether Amazon ECS Runtime Monitoring is enabled or disabled
5818
- # by your security administrator in your Amazon ECS account. Amazon
5819
- # GuardDuty controls this account setting on your behalf. For more
5820
- # information, see [Protecting Amazon ECS workloads with Amazon ECS
5821
- # Runtime Monitoring][4].
5822
- #
5823
- #
5824
- #
5825
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#tag-resources
5826
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-fips-compliance.html
5827
- # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
5828
- # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
5810
+ # The resource name for which to modify the account setting.
5811
+ #
5812
+ # The following are the valid values for the account setting name.
5813
+ #
5814
+ # * `serviceLongArnFormat` - When modified, the Amazon Resource Name
5815
+ # (ARN) and resource ID format of the resource type for a specified
5816
+ # user, role, or the root user for an account is affected. The opt-in
5817
+ # and opt-out account setting must be set for each Amazon ECS resource
5818
+ # separately. The ARN and resource ID format of a resource is defined
5819
+ # by the opt-in status of the user or role that created the resource.
5820
+ # You must turn on this setting to use Amazon ECS features such as
5821
+ # resource tagging.
5822
+ #
5823
+ # * `taskLongArnFormat` - When modified, the Amazon Resource Name (ARN)
5824
+ # and resource ID format of the resource type for a specified user,
5825
+ # role, or the root user for an account is affected. The opt-in and
5826
+ # opt-out account setting must be set for each Amazon ECS resource
5827
+ # separately. The ARN and resource ID format of a resource is defined
5828
+ # by the opt-in status of the user or role that created the resource.
5829
+ # You must turn on this setting to use Amazon ECS features such as
5830
+ # resource tagging.
5831
+ #
5832
+ # * `containerInstanceLongArnFormat` - When modified, the Amazon
5833
+ # Resource Name (ARN) and resource ID format of the resource type for
5834
+ # a specified user, role, or the root user for an account is affected.
5835
+ # The opt-in and opt-out account setting must be set for each Amazon
5836
+ # ECS resource separately. The ARN and resource ID format of a
5837
+ # resource is defined by the opt-in status of the user or role that
5838
+ # created the resource. You must turn on this setting to use Amazon
5839
+ # ECS features such as resource tagging.
5840
+ #
5841
+ # * `awsvpcTrunking` - When modified, the elastic network interface
5842
+ # (ENI) limit for any new container instances that support the feature
5843
+ # is changed. If `awsvpcTrunking` is turned on, any new container
5844
+ # instances that support the feature are launched have the increased
5845
+ # ENI limits available to them. For more information, see [Elastic
5846
+ # Network Interface Trunking][1] in the *Amazon Elastic Container
5847
+ # Service Developer Guide*.
5848
+ #
5849
+ # * `containerInsights` - When modified, the default setting indicating
5850
+ # whether Amazon Web Services CloudWatch Container Insights is turned
5851
+ # on for your clusters is changed. If `containerInsights` is turned
5852
+ # on, any new clusters that are created will have Container Insights
5853
+ # turned on unless you disable it during cluster creation. For more
5854
+ # information, see [CloudWatch Container Insights][2] in the *Amazon
5855
+ # Elastic Container Service Developer Guide*.
5856
+ #
5857
+ # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
5858
+ # mode, your tasks using the `awsvpc` network mode can have an IPv6
5859
+ # address assigned. For more information on using IPv6 with tasks
5860
+ # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
5861
+ # mode][3]. For more information on using IPv6 with tasks launched on
5862
+ # Fargate, see [Using a VPC in dual-stack mode][4].
5863
+ #
5864
+ # * `fargateFIPSMode` - If you specify `fargateFIPSMode`, Fargate FIPS
5865
+ # 140 compliance is affected.
5866
+ #
5867
+ # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
5868
+ # determines that a security or infrastructure update is needed for an
5869
+ # Amazon ECS task hosted on Fargate, the tasks need to be stopped and
5870
+ # new tasks launched to replace them. Use
5871
+ # `fargateTaskRetirementWaitPeriod` to configure the wait time to
5872
+ # retire a Fargate task. For information about the Fargate tasks
5873
+ # maintenance, see [Amazon Web Services Fargate task maintenance][5]
5874
+ # in the *Amazon ECS Developer Guide*.
5875
+ #
5876
+ # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
5877
+ # authorization for resource creation. Users must have permissions for
5878
+ # actions that create the resource, such as `ecsCreateCluster`. If
5879
+ # tags are specified when you create a resource, Amazon Web Services
5880
+ # performs additional authorization to verify if users or roles have
5881
+ # permissions to create tags. Therefore, you must grant explicit
5882
+ # permissions to use the `ecs:TagResource` action. For more
5883
+ # information, see [Grant permission to tag resources on creation][6]
5884
+ # in the *Amazon ECS Developer Guide*.
5885
+ #
5886
+ # * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
5887
+ # in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
5888
+ # enabled or disabled by your security administrator in your Amazon
5889
+ # ECS account. Amazon GuardDuty controls this account setting on your
5890
+ # behalf. For more information, see [Protecting Amazon ECS workloads
5891
+ # with Amazon ECS Runtime Monitoring][7].
5892
+ #
5893
+ #
5894
+ #
5895
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
5896
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
5897
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
5898
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
5899
+ # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
5900
+ # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
5901
+ # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
5829
5902
  #
5830
5903
  # @option params [required, String] :value
5831
5904
  # The account setting value for the specified principal ARN. Accepted
@@ -7116,6 +7189,12 @@ module Aws::ECS
7116
7189
 
7117
7190
  # Starts a new task using the specified task definition.
7118
7191
  #
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.
7195
+ #
7196
+ # </note>
7197
+ #
7119
7198
  # You can allow Amazon ECS to place tasks for you, or you can customize
7120
7199
  # how Amazon ECS places tasks using placement constraints and placement
7121
7200
  # strategies. For more information, see [Scheduling Tasks][1] in the
@@ -7124,7 +7203,7 @@ module Aws::ECS
7124
7203
  # Alternatively, you can use StartTask to use your own scheduler or
7125
7204
  # place tasks manually on specific container instances.
7126
7205
  #
7127
- # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
7206
+ # Starting April 15, 2023, Amazon Web Services will not onboard new
7128
7207
  # customers to Amazon Elastic Inference (EI), and will help current
7129
7208
  # customers migrate their workloads to options that offer better price
7130
7209
  # and performance. After April 15, 2023, new customers will not be able
@@ -7133,8 +7212,6 @@ module Aws::ECS
7133
7212
  # at least once during the past 30-day period are considered current
7134
7213
  # customers and will be able to continue using the service.
7135
7214
  #
7136
- # </note>
7137
- #
7138
7215
  # You can attach Amazon EBS volumes to Amazon ECS tasks by configuring
7139
7216
  # the volume when creating or updating a service. For more infomation,
7140
7217
  # see [Amazon EBS volumes][2] in the *Amazon Elastic Container Service
@@ -7690,7 +7767,13 @@ module Aws::ECS
7690
7767
  # Starts a new task from the specified task definition on the specified
7691
7768
  # container instance or instances.
7692
7769
  #
7693
- # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
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.
7773
+ #
7774
+ # </note>
7775
+ #
7776
+ # Starting April 15, 2023, Amazon Web Services will not onboard new
7694
7777
  # customers to Amazon Elastic Inference (EI), and will help current
7695
7778
  # customers migrate their workloads to options that offer better price
7696
7779
  # and performance. After April 15, 2023, new customers will not be able
@@ -7699,8 +7782,6 @@ module Aws::ECS
7699
7782
  # at least once during the past 30-day period are considered current
7700
7783
  # customers and will be able to continue using the service.
7701
7784
  #
7702
- # </note>
7703
- #
7704
7785
  # Alternatively, you can use RunTask to place tasks for you. For more
7705
7786
  # information, see [Scheduling Tasks][1] in the *Amazon Elastic
7706
7787
  # Container Service Developer Guide*.
@@ -9088,6 +9169,12 @@ module Aws::ECS
9088
9169
 
9089
9170
  # Modifies the parameters of a service.
9090
9171
  #
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.
9175
+ #
9176
+ # </note>
9177
+ #
9091
9178
  # For services using the rolling update (`ECS`) you can update the
9092
9179
  # desired count, deployment configuration, network configuration, load
9093
9180
  # balancers, service registries, enable ECS managed tags option,
@@ -10167,7 +10254,7 @@ module Aws::ECS
10167
10254
  params: params,
10168
10255
  config: config)
10169
10256
  context[:gem_name] = 'aws-sdk-ecs'
10170
- context[:gem_version] = '1.141.0'
10257
+ context[:gem_version] = '1.143.0'
10171
10258
  Seahorse::Client::Request.new(handlers, context)
10172
10259
  end
10173
10260
 
@@ -42,9 +42,9 @@ module Aws::ECS
42
42
  # For Service Connect services, this includes `portName`,
43
43
  # `clientAliases`, `discoveryName`, and `ingressPortOverride`.
44
44
  #
45
- # For elastic block storage, this includes `roleArn`, `encrypted`,
46
- # `filesystemType`, `iops`, `kmsKeyId`, `sizeInGiB`, `snapshotId`,
47
- # `tagSpecifications`, `throughput`, and `volumeType`.
45
+ # For Elastic Block Storage, this includes `roleArn`,
46
+ # `deleteOnTermination`, `volumeName`, `volumeId`, and `statusReason`
47
+ # (only when the attachment fails to create or attach).
48
48
  # @return [Array<Types::KeyValuePair>]
49
49
  #
50
50
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/Attachment AWS API Documentation
@@ -2728,7 +2728,7 @@ module Aws::ECS
2728
2728
  #
2729
2729
  # <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
2730
2730
  # provider strategy must be used. For more information, see [Fargate
2731
- # capacity providers][2] in the *Amazon ECS User Guide for Fargate*.
2731
+ # capacity providers][2] in the *Amazon ECS Developer Guide*.
2732
2732
  #
2733
2733
  # </note>
2734
2734
  #
@@ -2952,11 +2952,16 @@ module Aws::ECS
2952
2952
  # tags to a task after task creation, use the [TagResource][1] API
2953
2953
  # action.
2954
2954
  #
2955
+ # You must set this to a value other than `NONE` when you use Cost
2956
+ # Explorer. For more information, see [Amazon ECS usage reports][2] in
2957
+ # the *Amazon Elastic Container Service Developer Guide*.
2958
+ #
2955
2959
  # The default is `NONE`.
2956
2960
  #
2957
2961
  #
2958
2962
  #
2959
2963
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TagResource.html
2964
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/usage-reports.html
2960
2965
  # @return [String]
2961
2966
  #
2962
2967
  # @!attribute [rw] enable_execute_command
@@ -4668,9 +4673,12 @@ module Aws::ECS
4668
4673
  # variables contained within an environment file. If multiple
4669
4674
  # environment files are specified that contain the same variable,
4670
4675
  # they're processed from the top down. We recommend that you use unique
4671
- # variable names. For more information, see [Specifying environment
4672
- # variables][1] in the *Amazon Elastic Container Service Developer
4673
- # Guide*.
4676
+ # variable names. For more information, see [Use a file to pass
4677
+ # environment variables to a container][1] in the *Amazon Elastic
4678
+ # Container Service Developer Guide*.
4679
+ #
4680
+ # Environment variable files are objects in Amazon S3 and all Amazon S3
4681
+ # security considerations apply.
4674
4682
  #
4675
4683
  # You must use the following platforms for the Fargate launch type:
4676
4684
  #
@@ -4688,7 +4696,7 @@ module Aws::ECS
4688
4696
  #
4689
4697
  #
4690
4698
  #
4691
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/taskdef-envfiles.html
4699
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/use-environment-file.html
4692
4700
  #
4693
4701
  # @!attribute [rw] value
4694
4702
  # The Amazon Resource Name (ARN) of the Amazon S3 object containing
@@ -4696,7 +4704,8 @@ module Aws::ECS
4696
4704
  # @return [String]
4697
4705
  #
4698
4706
  # @!attribute [rw] type
4699
- # The file type to use. The only supported value is `s3`.
4707
+ # The file type to use. Environment files are objects in Amazon S3.
4708
+ # The only supported value is `s3`.
4700
4709
  # @return [String]
4701
4710
  #
4702
4711
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/EnvironmentFile AWS API Documentation
@@ -4729,7 +4738,7 @@ module Aws::ECS
4729
4738
  #
4730
4739
  # @!attribute [rw] size_in_gi_b
4731
4740
  # The total amount, in GiB, of ephemeral storage to set for the task.
4732
- # The minimum supported value is `21` GiB and the maximum supported
4741
+ # The minimum supported value is `20` GiB and the maximum supported
4733
4742
  # value is `200` GiB.
4734
4743
  # @return [Integer]
4735
4744
  #
@@ -5118,6 +5127,9 @@ module Aws::ECS
5118
5127
  # The health check is designed to make sure that your containers survive
5119
5128
  # agent restarts, upgrades, or temporary unavailability.
5120
5129
  #
5130
+ # Amazon ECS performs health checks on containers with the default that
5131
+ # launched the container instance or the task.
5132
+ #
5121
5133
  # The following describes the possible `healthStatus` values for a
5122
5134
  # container:
5123
5135
  #
@@ -5423,8 +5435,8 @@ module Aws::ECS
5423
5435
  #
5424
5436
  class InvalidParameterException < Aws::EmptyStructure; end
5425
5437
 
5426
- # The Linux capabilities for the container that are added to or dropped
5427
- # from the default configuration provided by Docker. For more
5438
+ # The Linux capabilities to add or remove from the default Docker
5439
+ # configuration for a container defined in the task definition. For more
5428
5440
  # information about the default capabilities and the non-default
5429
5441
  # available capabilities, see [Runtime privilege and Linux
5430
5442
  # capabilities][1] in the *Docker run reference*. For more detailed
@@ -7377,51 +7389,99 @@ module Aws::ECS
7377
7389
  end
7378
7390
 
7379
7391
  # @!attribute [rw] name
7380
- # The resource name for which to modify the account setting. If you
7381
- # specify `serviceLongArnFormat`, the ARN for your Amazon ECS services
7382
- # is affected. If you specify `taskLongArnFormat`, the ARN and
7383
- # resource ID for your Amazon ECS tasks is affected. If you specify
7384
- # `containerInstanceLongArnFormat`, the ARN and resource ID for your
7385
- # Amazon ECS container instances is affected. If you specify
7386
- # `awsvpcTrunking`, the ENI limit for your Amazon ECS container
7387
- # instances is affected. If you specify `containerInsights`, the
7388
- # default setting for Amazon Web Services CloudWatch Container
7389
- # Insights for your clusters is affected. If you specify
7390
- # `tagResourceAuthorization`, the opt-in option for tagging resources
7391
- # on creation is affected. For information about the opt-in timeline,
7392
- # see [Tagging authorization timeline][1] in the *Amazon ECS Developer
7393
- # Guide*. If you specify `fargateTaskRetirementWaitPeriod`, the
7394
- # default wait time to retire a Fargate task due to required
7395
- # maintenance is affected.
7396
- #
7397
- # When you specify `fargateFIPSMode` for the `name` and `enabled` for
7398
- # the `value`, Fargate uses FIPS-140 compliant cryptographic
7399
- # algorithms on your tasks. For more information about FIPS-140
7400
- # compliance with Fargate, see [ Amazon Web Services Fargate Federal
7401
- # Information Processing Standard (FIPS) 140-2 compliance][2] in the
7402
- # *Amazon Elastic Container Service Developer Guide*.
7403
- #
7404
- # When Amazon Web Services determines that a security or
7405
- # infrastructure update is needed for an Amazon ECS task hosted on
7406
- # Fargate, the tasks need to be stopped and new tasks launched to
7407
- # replace them. Use `fargateTaskRetirementWaitPeriod` to set the wait
7408
- # time to retire a Fargate task to the default. For information about
7409
- # the Fargate tasks maintenance, see [Amazon Web Services Fargate task
7410
- # maintenance][3] in the *Amazon ECS Developer Guide*.
7411
- #
7412
- # The `guardDutyActivate` parameter is read-only in Amazon ECS and
7413
- # indicates whether Amazon ECS Runtime Monitoring is enabled or
7414
- # disabled by your security administrator in your Amazon ECS account.
7415
- # Amazon GuardDuty controls this account setting on your behalf. For
7416
- # more information, see [Protecting Amazon ECS workloads with Amazon
7417
- # ECS Runtime Monitoring][4].
7418
- #
7419
- #
7392
+ # The resource name for which to modify the account setting.
7393
+ #
7394
+ # The following are the valid values for the account setting name.
7395
+ #
7396
+ # * `serviceLongArnFormat` - When modified, the Amazon Resource Name
7397
+ # (ARN) and resource ID format of the resource type for a specified
7398
+ # user, role, or the root user for an account is affected. The
7399
+ # opt-in and opt-out account setting must be set for each Amazon ECS
7400
+ # resource separately. The ARN and resource ID format of a resource
7401
+ # is defined by the opt-in status of the user or role that created
7402
+ # the resource. You must turn on this setting to use Amazon ECS
7403
+ # features such as resource tagging.
7404
+ #
7405
+ # * `taskLongArnFormat` - When modified, the Amazon Resource Name
7406
+ # (ARN) and resource ID format of the resource type for a specified
7407
+ # user, role, or the root user for an account is affected. The
7408
+ # opt-in and opt-out account setting must be set for each Amazon ECS
7409
+ # resource separately. The ARN and resource ID format of a resource
7410
+ # is defined by the opt-in status of the user or role that created
7411
+ # the resource. You must turn on this setting to use Amazon ECS
7412
+ # features such as resource tagging.
7413
+ #
7414
+ # * `containerInstanceLongArnFormat` - When modified, the Amazon
7415
+ # Resource Name (ARN) and resource ID format of the resource type
7416
+ # for a specified user, role, or the root user for an account is
7417
+ # affected. The opt-in and opt-out account setting must be set for
7418
+ # each Amazon ECS resource separately. The ARN and resource ID
7419
+ # format of a resource is defined by the opt-in status of the user
7420
+ # or role that created the resource. You must turn on this setting
7421
+ # to use Amazon ECS features such as resource tagging.
7422
+ #
7423
+ # * `awsvpcTrunking` - When modified, the elastic network interface
7424
+ # (ENI) limit for any new container instances that support the
7425
+ # feature is changed. If `awsvpcTrunking` is turned on, any new
7426
+ # container instances that support the feature are launched have the
7427
+ # increased ENI limits available to them. For more information, see
7428
+ # [Elastic Network Interface Trunking][1] in the *Amazon Elastic
7429
+ # Container Service Developer Guide*.
7430
+ #
7431
+ # * `containerInsights` - When modified, the default setting
7432
+ # indicating whether Amazon Web Services CloudWatch Container
7433
+ # Insights is turned on for your clusters is changed. If
7434
+ # `containerInsights` is turned on, any new clusters that are
7435
+ # created will have Container Insights turned on unless you disable
7436
+ # it during cluster creation. For more information, see [CloudWatch
7437
+ # Container Insights][2] in the *Amazon Elastic Container Service
7438
+ # Developer Guide*.
7420
7439
  #
7421
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#tag-resources
7422
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-fips-compliance.html
7423
- # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
7424
- # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
7440
+ # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
7441
+ # mode, your tasks using the `awsvpc` network mode can have an IPv6
7442
+ # address assigned. For more information on using IPv6 with tasks
7443
+ # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
7444
+ # mode][3]. For more information on using IPv6 with tasks launched
7445
+ # on Fargate, see [Using a VPC in dual-stack mode][4].
7446
+ #
7447
+ # * `fargateFIPSMode` - If you specify `fargateFIPSMode`, Fargate FIPS
7448
+ # 140 compliance is affected.
7449
+ #
7450
+ # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
7451
+ # determines that a security or infrastructure update is needed for
7452
+ # an Amazon ECS task hosted on Fargate, the tasks need to be stopped
7453
+ # and new tasks launched to replace them. Use
7454
+ # `fargateTaskRetirementWaitPeriod` to configure the wait time to
7455
+ # retire a Fargate task. For information about the Fargate tasks
7456
+ # maintenance, see [Amazon Web Services Fargate task maintenance][5]
7457
+ # in the *Amazon ECS Developer Guide*.
7458
+ #
7459
+ # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
7460
+ # authorization for resource creation. Users must have permissions
7461
+ # for actions that create the resource, such as `ecsCreateCluster`.
7462
+ # If tags are specified when you create a resource, Amazon Web
7463
+ # Services performs additional authorization to verify if users or
7464
+ # roles have permissions to create tags. Therefore, you must grant
7465
+ # explicit permissions to use the `ecs:TagResource` action. For more
7466
+ # information, see [Grant permission to tag resources on
7467
+ # creation][6] in the *Amazon ECS Developer Guide*.
7468
+ #
7469
+ # * `guardDutyActivate` - The `guardDutyActivate` parameter is
7470
+ # read-only in Amazon ECS and indicates whether Amazon ECS Runtime
7471
+ # Monitoring is enabled or disabled by your security administrator
7472
+ # in your Amazon ECS account. Amazon GuardDuty controls this account
7473
+ # setting on your behalf. For more information, see [Protecting
7474
+ # Amazon ECS workloads with Amazon ECS Runtime Monitoring][7].
7475
+ #
7476
+ #
7477
+ #
7478
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
7479
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
7480
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
7481
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
7482
+ # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
7483
+ # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
7484
+ # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
7425
7485
  # @return [String]
7426
7486
  #
7427
7487
  # @!attribute [rw] value
@@ -7463,35 +7523,99 @@ module Aws::ECS
7463
7523
  end
7464
7524
 
7465
7525
  # @!attribute [rw] name
7466
- # The Amazon ECS resource name for which to modify the account
7467
- # setting. If you specify `serviceLongArnFormat`, the ARN for your
7468
- # Amazon ECS services is affected. If you specify `taskLongArnFormat`,
7469
- # the ARN and resource ID for your Amazon ECS tasks is affected. If
7470
- # you specify `containerInstanceLongArnFormat`, the ARN and resource
7471
- # ID for your Amazon ECS container instances is affected. If you
7472
- # specify `awsvpcTrunking`, the elastic network interface (ENI) limit
7473
- # for your Amazon ECS container instances is affected. If you specify
7474
- # `containerInsights`, the default setting for Amazon Web Services
7475
- # CloudWatch Container Insights for your clusters is affected. If you
7476
- # specify `fargateFIPSMode`, Fargate FIPS 140 compliance is affected.
7477
- # If you specify `tagResourceAuthorization`, the opt-in option for
7478
- # tagging resources on creation is affected. For information about the
7479
- # opt-in timeline, see [Tagging authorization timeline][1] in the
7480
- # *Amazon ECS Developer Guide*. If you specify
7481
- # `fargateTaskRetirementWaitPeriod`, the wait time to retire a Fargate
7482
- # task is affected.
7483
- #
7484
- # The `guardDutyActivate` parameter is read-only in Amazon ECS and
7485
- # indicates whether Amazon ECS Runtime Monitoring is enabled or
7486
- # disabled by your security administrator in your Amazon ECS account.
7487
- # Amazon GuardDuty controls this account setting on your behalf. For
7488
- # more information, see [Protecting Amazon ECS workloads with Amazon
7489
- # ECS Runtime Monitoring][2].
7490
- #
7491
- #
7492
- #
7493
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#tag-resources
7494
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
7526
+ # The Amazon ECS account setting name to modify.
7527
+ #
7528
+ # The following are the valid values for the account setting name.
7529
+ #
7530
+ # * `serviceLongArnFormat` - When modified, the Amazon Resource Name
7531
+ # (ARN) and resource ID format of the resource type for a specified
7532
+ # user, role, or the root user for an account is affected. The
7533
+ # opt-in and opt-out account setting must be set for each Amazon ECS
7534
+ # resource separately. The ARN and resource ID format of a resource
7535
+ # is defined by the opt-in status of the user or role that created
7536
+ # the resource. You must turn on this setting to use Amazon ECS
7537
+ # features such as resource tagging.
7538
+ #
7539
+ # * `taskLongArnFormat` - When modified, the Amazon Resource Name
7540
+ # (ARN) and resource ID format of the resource type for a specified
7541
+ # user, role, or the root user for an account is affected. The
7542
+ # opt-in and opt-out account setting must be set for each Amazon ECS
7543
+ # resource separately. The ARN and resource ID format of a resource
7544
+ # is defined by the opt-in status of the user or role that created
7545
+ # the resource. You must turn on this setting to use Amazon ECS
7546
+ # features such as resource tagging.
7547
+ #
7548
+ # * `containerInstanceLongArnFormat` - When modified, the Amazon
7549
+ # Resource Name (ARN) and resource ID format of the resource type
7550
+ # for a specified user, role, or the root user for an account is
7551
+ # affected. The opt-in and opt-out account setting must be set for
7552
+ # each Amazon ECS resource separately. The ARN and resource ID
7553
+ # format of a resource is defined by the opt-in status of the user
7554
+ # or role that created the resource. You must turn on this setting
7555
+ # to use Amazon ECS features such as resource tagging.
7556
+ #
7557
+ # * `awsvpcTrunking` - When modified, the elastic network interface
7558
+ # (ENI) limit for any new container instances that support the
7559
+ # feature is changed. If `awsvpcTrunking` is turned on, any new
7560
+ # container instances that support the feature are launched have the
7561
+ # increased ENI limits available to them. For more information, see
7562
+ # [Elastic Network Interface Trunking][1] in the *Amazon Elastic
7563
+ # Container Service Developer Guide*.
7564
+ #
7565
+ # * `containerInsights` - When modified, the default setting
7566
+ # indicating whether Amazon Web Services CloudWatch Container
7567
+ # Insights is turned on for your clusters is changed. If
7568
+ # `containerInsights` is turned on, any new clusters that are
7569
+ # created will have Container Insights turned on unless you disable
7570
+ # it during cluster creation. For more information, see [CloudWatch
7571
+ # Container Insights][2] in the *Amazon Elastic Container Service
7572
+ # Developer Guide*.
7573
+ #
7574
+ # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
7575
+ # mode, your tasks using the `awsvpc` network mode can have an IPv6
7576
+ # address assigned. For more information on using IPv6 with tasks
7577
+ # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
7578
+ # mode][3]. For more information on using IPv6 with tasks launched
7579
+ # on Fargate, see [Using a VPC in dual-stack mode][4].
7580
+ #
7581
+ # * `fargateFIPSMode` - If you specify `fargateFIPSMode`, Fargate FIPS
7582
+ # 140 compliance is affected.
7583
+ #
7584
+ # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
7585
+ # determines that a security or infrastructure update is needed for
7586
+ # an Amazon ECS task hosted on Fargate, the tasks need to be stopped
7587
+ # and new tasks launched to replace them. Use
7588
+ # `fargateTaskRetirementWaitPeriod` to configure the wait time to
7589
+ # retire a Fargate task. For information about the Fargate tasks
7590
+ # maintenance, see [Amazon Web Services Fargate task maintenance][5]
7591
+ # in the *Amazon ECS Developer Guide*.
7592
+ #
7593
+ # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
7594
+ # authorization for resource creation. Users must have permissions
7595
+ # for actions that create the resource, such as `ecsCreateCluster`.
7596
+ # If tags are specified when you create a resource, Amazon Web
7597
+ # Services performs additional authorization to verify if users or
7598
+ # roles have permissions to create tags. Therefore, you must grant
7599
+ # explicit permissions to use the `ecs:TagResource` action. For more
7600
+ # information, see [Grant permission to tag resources on
7601
+ # creation][6] in the *Amazon ECS Developer Guide*.
7602
+ #
7603
+ # * `guardDutyActivate` - The `guardDutyActivate` parameter is
7604
+ # read-only in Amazon ECS and indicates whether Amazon ECS Runtime
7605
+ # Monitoring is enabled or disabled by your security administrator
7606
+ # in your Amazon ECS account. Amazon GuardDuty controls this account
7607
+ # setting on your behalf. For more information, see [Protecting
7608
+ # Amazon ECS workloads with Amazon ECS Runtime Monitoring][7].
7609
+ #
7610
+ #
7611
+ #
7612
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
7613
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
7614
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
7615
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
7616
+ # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
7617
+ # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
7618
+ # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
7495
7619
  # @return [String]
7496
7620
  #
7497
7621
  # @!attribute [rw] value
@@ -8566,6 +8690,15 @@ module Aws::ECS
8566
8690
  #
8567
8691
  # @!attribute [rw] failures
8568
8692
  # Any failures associated with the call.
8693
+ #
8694
+ # For information about how to address failures, see [Service event
8695
+ # messages][1] and [API failure reasons][2] in the *Amazon Elastic
8696
+ # Container Service Developer Guide*.
8697
+ #
8698
+ #
8699
+ #
8700
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages.html#service-event-messages-list
8701
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/api_failures_messages.html
8569
8702
  # @return [Array<Types::Failure>]
8570
8703
  #
8571
8704
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/RunTaskResponse AWS API Documentation
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.141.0'
56
+ GEM_VERSION = '1.143.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.141.0
4
+ version: 1.143.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-02-06 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core