aws-sdk-ecs 1.140.0 → 1.142.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: 6e05ad89afd573c0b3c7be317dc9dc9db93ddb0f3ea17f5da7bc934a7de4ed64
4
- data.tar.gz: 5214991fb7dcbf3e47052274395e5ef18347490649d69899ec894740f5b95d8e
3
+ metadata.gz: 4500302c9d80a2ade7b9c76b57217d9cc672c7a2b2291b3de8d2dffb89ab499a
4
+ data.tar.gz: 9ec3133f14d07fb569729fb4e619853a39d7d6870b3d0a78356ffd8c901017ba
5
5
  SHA512:
6
- metadata.gz: 1f3a5b00b4411b4ef86a6c2a0befbbef76bfdf33087ee8c7bfdb84407301bfd8452b3332c5f9e1007329ef9caddf41a131eaf5bb16719ba48fbb68edad4c34c2
7
- data.tar.gz: 23135947a05304faf7753b311f629e0a00eae7c18afeb24ac17dbb7ab801d1f2e7c8afc5e25a5d122fd3dbc120366f1f9c90d7beda4da5ccf6c4cab4ee8bcb51
6
+ metadata.gz: bcc243650eb87d14bb39fae429315363dfcc07cd67f3c509646d072195d2bbb85cf852d3802f7e597ffc75352971bc0e454a710f1a9c8fbee79f7892bc0a62a1
7
+ data.tar.gz: f9cf25eb551d6f1d3a4fecd925eb01b283f1e91ae0019893f7ebd8075e85483466a0e07b698cce08a2e2555ff95ba447b413ee873ce0c398d3e898963639f7d1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.142.0 (2024-02-09)
5
+ ------------------
6
+
7
+ * Feature - Documentation only update for Amazon ECS.
8
+
9
+ 1.141.0 (2024-02-06)
10
+ ------------------
11
+
12
+ * Feature - This release is a documentation only update to address customer issues.
13
+
4
14
  1.140.0 (2024-01-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.140.0
1
+ 1.142.0
@@ -1013,7 +1013,7 @@ module Aws::ECS
1013
1013
  #
1014
1014
  #
1015
1015
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
1016
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-capacity-providers.html
1016
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html
1017
1017
  #
1018
1018
  # @option params [Array<Types::CapacityProviderStrategyItem>] :capacity_provider_strategy
1019
1019
  # The capacity provider strategy to use for the service.
@@ -5588,93 +5588,103 @@ module Aws::ECS
5588
5588
  # account settings. For more information, see [Account Settings][1] in
5589
5589
  # the *Amazon Elastic Container Service Developer Guide*.
5590
5590
  #
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
5591
  #
5641
5592
  #
5642
5593
  # [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
5594
  #
5649
5595
  # @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
5596
+ # The Amazon ECS account setting name to modify.
5597
+ #
5598
+ # The following are the valid values for the account setting name.
5599
+ #
5600
+ # * `serviceLongArnFormat` - When modified, the Amazon Resource Name
5601
+ # (ARN) and resource ID format of the resource type for a specified
5602
+ # user, role, or the root user for an account is affected. The opt-in
5603
+ # and opt-out account setting must be set for each Amazon ECS resource
5604
+ # separately. The ARN and resource ID format of a resource is defined
5605
+ # by the opt-in status of the user or role that created the resource.
5606
+ # You must turn on this setting to use Amazon ECS features such as
5607
+ # resource tagging.
5608
+ #
5609
+ # * `taskLongArnFormat` - When modified, the Amazon Resource Name (ARN)
5610
+ # and resource ID format of the resource type for a specified user,
5611
+ # role, or the root user for an account is affected. The opt-in and
5612
+ # opt-out account setting must be set for each Amazon ECS resource
5613
+ # separately. The ARN and resource ID format of a resource is defined
5614
+ # by the opt-in status of the user or role that created the resource.
5615
+ # You must turn on this setting to use Amazon ECS features such as
5616
+ # resource tagging.
5617
+ #
5618
+ # * `containerInstanceLongArnFormat` - When modified, the Amazon
5619
+ # Resource Name (ARN) and resource ID format of the resource type for
5620
+ # a specified user, role, or the root user for an account is affected.
5621
+ # The opt-in and opt-out account setting must be set for each Amazon
5622
+ # ECS resource separately. The ARN and resource ID format of a
5623
+ # resource is defined by the opt-in status of the user or role that
5624
+ # created the resource. You must turn on this setting to use Amazon
5625
+ # ECS features such as resource tagging.
5626
+ #
5627
+ # * `awsvpcTrunking` - When modified, the elastic network interface
5628
+ # (ENI) limit for any new container instances that support the feature
5629
+ # is changed. If `awsvpcTrunking` is turned on, any new container
5630
+ # instances that support the feature are launched have the increased
5631
+ # ENI limits available to them. For more information, see [Elastic
5632
+ # Network Interface Trunking][1] in the *Amazon Elastic Container
5633
+ # Service Developer Guide*.
5634
+ #
5635
+ # * `containerInsights` - When modified, the default setting indicating
5636
+ # whether Amazon Web Services CloudWatch Container Insights is turned
5637
+ # on for your clusters is changed. If `containerInsights` is turned
5638
+ # on, any new clusters that are created will have Container Insights
5639
+ # turned on unless you disable it during cluster creation. For more
5640
+ # information, see [CloudWatch Container Insights][2] in the *Amazon
5641
+ # Elastic Container Service Developer Guide*.
5642
+ #
5643
+ # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
5644
+ # mode, your tasks using the `awsvpc` network mode can have an IPv6
5645
+ # address assigned. For more information on using IPv6 with tasks
5646
+ # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
5647
+ # mode][3]. For more information on using IPv6 with tasks launched on
5648
+ # Fargate, see [Using a VPC in dual-stack mode][4].
5649
+ #
5650
+ # * `fargateFIPSMode` - If you specify `fargateFIPSMode`, Fargate FIPS
5651
+ # 140 compliance is affected.
5652
+ #
5653
+ # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
5654
+ # determines that a security or infrastructure update is needed for an
5655
+ # Amazon ECS task hosted on Fargate, the tasks need to be stopped and
5656
+ # new tasks launched to replace them. Use
5657
+ # `fargateTaskRetirementWaitPeriod` to configure the wait time to
5658
+ # retire a Fargate task. For information about the Fargate tasks
5659
+ # maintenance, see [Amazon Web Services Fargate task maintenance][5]
5660
+ # in the *Amazon ECS Developer Guide*.
5661
+ #
5662
+ # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
5663
+ # authorization for resource creation. Users must have permissions for
5664
+ # actions that create the resource, such as `ecsCreateCluster`. If
5665
+ # tags are specified when you create a resource, Amazon Web Services
5666
+ # performs additional authorization to verify if users or roles have
5667
+ # permissions to create tags. Therefore, you must grant explicit
5668
+ # permissions to use the `ecs:TagResource` action. For more
5669
+ # information, see [Grant permission to tag resources on creation][6]
5670
+ # in the *Amazon ECS Developer Guide*.
5671
+ #
5672
+ # * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
5673
+ # in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
5674
+ # enabled or disabled by your security administrator in your Amazon
5675
+ # ECS account. Amazon GuardDuty controls this account setting on your
5676
+ # behalf. For more information, see [Protecting Amazon ECS workloads
5677
+ # with Amazon ECS Runtime Monitoring][7].
5678
+ #
5679
+ #
5680
+ #
5681
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
5682
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
5683
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
5684
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
5685
+ # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
5686
+ # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
5687
+ # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
5678
5688
  #
5679
5689
  # @option params [required, String] :value
5680
5690
  # The account setting value for the specified principal ARN. Accepted
@@ -5782,50 +5792,98 @@ module Aws::ECS
5782
5792
  # set on a per-Region basis.
5783
5793
  #
5784
5794
  # @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
5795
+ # The resource name for which to modify the account setting.
5796
+ #
5797
+ # The following are the valid values for the account setting name.
5798
+ #
5799
+ # * `serviceLongArnFormat` - When modified, the Amazon Resource Name
5800
+ # (ARN) and resource ID format of the resource type for a specified
5801
+ # user, role, or the root user for an account is affected. The opt-in
5802
+ # and opt-out account setting must be set for each Amazon ECS resource
5803
+ # separately. The ARN and resource ID format of a resource is defined
5804
+ # by the opt-in status of the user or role that created the resource.
5805
+ # You must turn on this setting to use Amazon ECS features such as
5806
+ # resource tagging.
5807
+ #
5808
+ # * `taskLongArnFormat` - When modified, the Amazon Resource Name (ARN)
5809
+ # and resource ID format of the resource type for a specified user,
5810
+ # role, or the root user for an account is affected. The opt-in and
5811
+ # opt-out account setting must be set for each Amazon ECS resource
5812
+ # separately. The ARN and resource ID format of a resource is defined
5813
+ # by the opt-in status of the user or role that created the resource.
5814
+ # You must turn on this setting to use Amazon ECS features such as
5815
+ # resource tagging.
5816
+ #
5817
+ # * `containerInstanceLongArnFormat` - When modified, the Amazon
5818
+ # Resource Name (ARN) and resource ID format of the resource type for
5819
+ # a specified user, role, or the root user for an account is affected.
5820
+ # The opt-in and opt-out account setting must be set for each Amazon
5821
+ # ECS resource separately. The ARN and resource ID format of a
5822
+ # resource is defined by the opt-in status of the user or role that
5823
+ # created the resource. You must turn on this setting to use Amazon
5824
+ # ECS features such as resource tagging.
5825
+ #
5826
+ # * `awsvpcTrunking` - When modified, the elastic network interface
5827
+ # (ENI) limit for any new container instances that support the feature
5828
+ # is changed. If `awsvpcTrunking` is turned on, any new container
5829
+ # instances that support the feature are launched have the increased
5830
+ # ENI limits available to them. For more information, see [Elastic
5831
+ # Network Interface Trunking][1] in the *Amazon Elastic Container
5832
+ # Service Developer Guide*.
5833
+ #
5834
+ # * `containerInsights` - When modified, the default setting indicating
5835
+ # whether Amazon Web Services CloudWatch Container Insights is turned
5836
+ # on for your clusters is changed. If `containerInsights` is turned
5837
+ # on, any new clusters that are created will have Container Insights
5838
+ # turned on unless you disable it during cluster creation. For more
5839
+ # information, see [CloudWatch Container Insights][2] in the *Amazon
5840
+ # Elastic Container Service Developer Guide*.
5841
+ #
5842
+ # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
5843
+ # mode, your tasks using the `awsvpc` network mode can have an IPv6
5844
+ # address assigned. For more information on using IPv6 with tasks
5845
+ # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
5846
+ # mode][3]. For more information on using IPv6 with tasks launched on
5847
+ # Fargate, see [Using a VPC in dual-stack mode][4].
5848
+ #
5849
+ # * `fargateFIPSMode` - If you specify `fargateFIPSMode`, Fargate FIPS
5850
+ # 140 compliance is affected.
5851
+ #
5852
+ # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
5853
+ # determines that a security or infrastructure update is needed for an
5854
+ # Amazon ECS task hosted on Fargate, the tasks need to be stopped and
5855
+ # new tasks launched to replace them. Use
5856
+ # `fargateTaskRetirementWaitPeriod` to configure the wait time to
5857
+ # retire a Fargate task. For information about the Fargate tasks
5858
+ # maintenance, see [Amazon Web Services Fargate task maintenance][5]
5859
+ # in the *Amazon ECS Developer Guide*.
5860
+ #
5861
+ # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
5862
+ # authorization for resource creation. Users must have permissions for
5863
+ # actions that create the resource, such as `ecsCreateCluster`. If
5864
+ # tags are specified when you create a resource, Amazon Web Services
5865
+ # performs additional authorization to verify if users or roles have
5866
+ # permissions to create tags. Therefore, you must grant explicit
5867
+ # permissions to use the `ecs:TagResource` action. For more
5868
+ # information, see [Grant permission to tag resources on creation][6]
5869
+ # in the *Amazon ECS Developer Guide*.
5870
+ #
5871
+ # * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
5872
+ # in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
5873
+ # enabled or disabled by your security administrator in your Amazon
5874
+ # ECS account. Amazon GuardDuty controls this account setting on your
5875
+ # behalf. For more information, see [Protecting Amazon ECS workloads
5876
+ # with Amazon ECS Runtime Monitoring][7].
5877
+ #
5878
+ #
5879
+ #
5880
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
5881
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
5882
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
5883
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
5884
+ # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
5885
+ # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
5886
+ # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
5829
5887
  #
5830
5888
  # @option params [required, String] :value
5831
5889
  # The account setting value for the specified principal ARN. Accepted
@@ -6609,8 +6667,8 @@ module Aws::ECS
6609
6667
  # The amount of ephemeral storage to allocate for the task. This
6610
6668
  # parameter is used to expand the total amount of ephemeral storage
6611
6669
  # available, beyond the default amount, for tasks hosted on Fargate. For
6612
- # more information, see [Fargate task storage][1] in the *Amazon ECS
6613
- # User Guide for Fargate*.
6670
+ # more information, see [Using data volumes in tasks][1] in the *Amazon
6671
+ # ECS Developer Guide*.
6614
6672
  #
6615
6673
  # <note markdown="1"> For tasks using the Fargate launch type, the task requires the
6616
6674
  # following platforms:
@@ -6623,7 +6681,7 @@ module Aws::ECS
6623
6681
  #
6624
6682
  #
6625
6683
  #
6626
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html
6684
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html
6627
6685
  #
6628
6686
  # @option params [Types::RuntimePlatform] :runtime_platform
6629
6687
  # The operating system that your tasks definitions run on. A platform
@@ -7222,7 +7280,7 @@ module Aws::ECS
7222
7280
  #
7223
7281
  # <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
7224
7282
  # provider strategy must be used. For more information, see [Fargate
7225
- # capacity providers][2] in the *Amazon ECS User Guide for Fargate*.
7283
+ # capacity providers][2] in the *Amazon ECS Developer Guide*.
7226
7284
  #
7227
7285
  # </note>
7228
7286
  #
@@ -7242,7 +7300,7 @@ module Aws::ECS
7242
7300
  #
7243
7301
  #
7244
7302
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
7245
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-capacity-providers.html
7303
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html
7246
7304
  #
7247
7305
  # @option params [Types::NetworkConfiguration] :network_configuration
7248
7306
  # The network configuration for the task. This parameter is required for
@@ -10167,7 +10225,7 @@ module Aws::ECS
10167
10225
  params: params,
10168
10226
  config: config)
10169
10227
  context[:gem_name] = 'aws-sdk-ecs'
10170
- context[:gem_version] = '1.140.0'
10228
+ context[:gem_version] = '1.142.0'
10171
10229
  Seahorse::Client::Request.new(handlers, context)
10172
10230
  end
10173
10231
 
@@ -1862,27 +1862,6 @@ module Aws::ECS
1862
1862
  # `net.ipv4.tcp_keepalive_time` setting to maintain longer lived
1863
1863
  # connections.
1864
1864
  #
1865
- # <note markdown="1"> We don't recommended that you specify network-related
1866
- # `systemControls` parameters for multiple containers in a single task
1867
- # that also uses either the `awsvpc` or `host` network modes. For
1868
- # tasks that use the `awsvpc` network mode, the container that's
1869
- # started last determines which `systemControls` parameters take
1870
- # effect. For tasks that use the `host` network mode, it changes the
1871
- # container instance's namespaced kernel parameters as well as the
1872
- # containers.
1873
- #
1874
- # </note>
1875
- #
1876
- # <note markdown="1"> This parameter is not supported for Windows containers.
1877
- #
1878
- # </note>
1879
- #
1880
- # <note markdown="1"> This parameter is only supported for tasks that are hosted on
1881
- # Fargate if the tasks are using platform version `1.4.0` or later
1882
- # (Linux). This isn't supported for Windows containers on Fargate.
1883
- #
1884
- # </note>
1885
- #
1886
1865
  #
1887
1866
  #
1888
1867
  # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
@@ -2766,7 +2745,7 @@ module Aws::ECS
2766
2745
  #
2767
2746
  #
2768
2747
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
2769
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-capacity-providers.html
2748
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html
2770
2749
  # @return [String]
2771
2750
  #
2772
2751
  # @!attribute [rw] capacity_provider_strategy
@@ -4732,8 +4711,8 @@ module Aws::ECS
4732
4711
  # The amount of ephemeral storage to allocate for the task. This
4733
4712
  # parameter is used to expand the total amount of ephemeral storage
4734
4713
  # available, beyond the default amount, for tasks hosted on Fargate. For
4735
- # more information, see [Fargate task storage][1] in the *Amazon ECS
4736
- # User Guide for Fargate*.
4714
+ # more information, see [Using data volumes in tasks][1] in the *Amazon
4715
+ # ECS Developer Guide;*.
4737
4716
  #
4738
4717
  # <note markdown="1"> For tasks using the Fargate launch type, the task requires the
4739
4718
  # following platforms:
@@ -4746,7 +4725,7 @@ module Aws::ECS
4746
4725
  #
4747
4726
  #
4748
4727
  #
4749
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html
4728
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html
4750
4729
  #
4751
4730
  # @!attribute [rw] size_in_gi_b
4752
4731
  # The total amount, in GiB, of ephemeral storage to set for the task.
@@ -6494,6 +6473,9 @@ module Aws::ECS
6494
6473
  # @!attribute [rw] container_name
6495
6474
  # The name of the container (as it appears in a container definition)
6496
6475
  # to associate with the load balancer.
6476
+ #
6477
+ # You need to specify the container name when configuring the target
6478
+ # group for an Amazon ECS load balancer.
6497
6479
  # @return [String]
6498
6480
  #
6499
6481
  # @!attribute [rw] container_port
@@ -7395,51 +7377,99 @@ module Aws::ECS
7395
7377
  end
7396
7378
 
7397
7379
  # @!attribute [rw] name
7398
- # The resource name for which to modify the account setting. If you
7399
- # specify `serviceLongArnFormat`, the ARN for your Amazon ECS services
7400
- # is affected. If you specify `taskLongArnFormat`, the ARN and
7401
- # resource ID for your Amazon ECS tasks is affected. If you specify
7402
- # `containerInstanceLongArnFormat`, the ARN and resource ID for your
7403
- # Amazon ECS container instances is affected. If you specify
7404
- # `awsvpcTrunking`, the ENI limit for your Amazon ECS container
7405
- # instances is affected. If you specify `containerInsights`, the
7406
- # default setting for Amazon Web Services CloudWatch Container
7407
- # Insights for your clusters is affected. If you specify
7408
- # `tagResourceAuthorization`, the opt-in option for tagging resources
7409
- # on creation is affected. For information about the opt-in timeline,
7410
- # see [Tagging authorization timeline][1] in the *Amazon ECS Developer
7411
- # Guide*. If you specify `fargateTaskRetirementWaitPeriod`, the
7412
- # default wait time to retire a Fargate task due to required
7413
- # maintenance is affected.
7414
- #
7415
- # When you specify `fargateFIPSMode` for the `name` and `enabled` for
7416
- # the `value`, Fargate uses FIPS-140 compliant cryptographic
7417
- # algorithms on your tasks. For more information about FIPS-140
7418
- # compliance with Fargate, see [ Amazon Web Services Fargate Federal
7419
- # Information Processing Standard (FIPS) 140-2 compliance][2] in the
7420
- # *Amazon Elastic Container Service Developer Guide*.
7421
- #
7422
- # When Amazon Web Services determines that a security or
7423
- # infrastructure update is needed for an Amazon ECS task hosted on
7424
- # Fargate, the tasks need to be stopped and new tasks launched to
7425
- # replace them. Use `fargateTaskRetirementWaitPeriod` to set the wait
7426
- # time to retire a Fargate task to the default. For information about
7427
- # the Fargate tasks maintenance, see [Amazon Web Services Fargate task
7428
- # maintenance][3] in the *Amazon ECS Developer Guide*.
7429
- #
7430
- # The `guardDutyActivate` parameter is read-only in Amazon ECS and
7431
- # indicates whether Amazon ECS Runtime Monitoring is enabled or
7432
- # disabled by your security administrator in your Amazon ECS account.
7433
- # Amazon GuardDuty controls this account setting on your behalf. For
7434
- # more information, see [Protecting Amazon ECS workloads with Amazon
7435
- # ECS Runtime Monitoring][4].
7436
- #
7437
- #
7380
+ # The resource name for which to modify the account setting.
7381
+ #
7382
+ # The following are the valid values for the account setting name.
7383
+ #
7384
+ # * `serviceLongArnFormat` - When modified, the Amazon Resource Name
7385
+ # (ARN) and resource ID format of the resource type for a specified
7386
+ # user, role, or the root user for an account is affected. The
7387
+ # opt-in and opt-out account setting must be set for each Amazon ECS
7388
+ # resource separately. The ARN and resource ID format of a resource
7389
+ # is defined by the opt-in status of the user or role that created
7390
+ # the resource. You must turn on this setting to use Amazon ECS
7391
+ # features such as resource tagging.
7392
+ #
7393
+ # * `taskLongArnFormat` - When modified, the Amazon Resource Name
7394
+ # (ARN) and resource ID format of the resource type for a specified
7395
+ # user, role, or the root user for an account is affected. The
7396
+ # opt-in and opt-out account setting must be set for each Amazon ECS
7397
+ # resource separately. The ARN and resource ID format of a resource
7398
+ # is defined by the opt-in status of the user or role that created
7399
+ # the resource. You must turn on this setting to use Amazon ECS
7400
+ # features such as resource tagging.
7401
+ #
7402
+ # * `containerInstanceLongArnFormat` - When modified, the Amazon
7403
+ # Resource Name (ARN) and resource ID format of the resource type
7404
+ # for a specified user, role, or the root user for an account is
7405
+ # affected. The opt-in and opt-out account setting must be set for
7406
+ # each Amazon ECS resource separately. The ARN and resource ID
7407
+ # format of a resource is defined by the opt-in status of the user
7408
+ # or role that created the resource. You must turn on this setting
7409
+ # to use Amazon ECS features such as resource tagging.
7410
+ #
7411
+ # * `awsvpcTrunking` - When modified, the elastic network interface
7412
+ # (ENI) limit for any new container instances that support the
7413
+ # feature is changed. If `awsvpcTrunking` is turned on, any new
7414
+ # container instances that support the feature are launched have the
7415
+ # increased ENI limits available to them. For more information, see
7416
+ # [Elastic Network Interface Trunking][1] in the *Amazon Elastic
7417
+ # Container Service Developer Guide*.
7418
+ #
7419
+ # * `containerInsights` - When modified, the default setting
7420
+ # indicating whether Amazon Web Services CloudWatch Container
7421
+ # Insights is turned on for your clusters is changed. If
7422
+ # `containerInsights` is turned on, any new clusters that are
7423
+ # created will have Container Insights turned on unless you disable
7424
+ # it during cluster creation. For more information, see [CloudWatch
7425
+ # Container Insights][2] in the *Amazon Elastic Container Service
7426
+ # Developer Guide*.
7438
7427
  #
7439
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#tag-resources
7440
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-fips-compliance.html
7441
- # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
7442
- # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
7428
+ # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
7429
+ # mode, your tasks using the `awsvpc` network mode can have an IPv6
7430
+ # address assigned. For more information on using IPv6 with tasks
7431
+ # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
7432
+ # mode][3]. For more information on using IPv6 with tasks launched
7433
+ # on Fargate, see [Using a VPC in dual-stack mode][4].
7434
+ #
7435
+ # * `fargateFIPSMode` - If you specify `fargateFIPSMode`, Fargate FIPS
7436
+ # 140 compliance is affected.
7437
+ #
7438
+ # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
7439
+ # determines that a security or infrastructure update is needed for
7440
+ # an Amazon ECS task hosted on Fargate, the tasks need to be stopped
7441
+ # and new tasks launched to replace them. Use
7442
+ # `fargateTaskRetirementWaitPeriod` to configure the wait time to
7443
+ # retire a Fargate task. For information about the Fargate tasks
7444
+ # maintenance, see [Amazon Web Services Fargate task maintenance][5]
7445
+ # in the *Amazon ECS Developer Guide*.
7446
+ #
7447
+ # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
7448
+ # authorization for resource creation. Users must have permissions
7449
+ # for actions that create the resource, such as `ecsCreateCluster`.
7450
+ # If tags are specified when you create a resource, Amazon Web
7451
+ # Services performs additional authorization to verify if users or
7452
+ # roles have permissions to create tags. Therefore, you must grant
7453
+ # explicit permissions to use the `ecs:TagResource` action. For more
7454
+ # information, see [Grant permission to tag resources on
7455
+ # creation][6] in the *Amazon ECS Developer Guide*.
7456
+ #
7457
+ # * `guardDutyActivate` - The `guardDutyActivate` parameter is
7458
+ # read-only in Amazon ECS and indicates whether Amazon ECS Runtime
7459
+ # Monitoring is enabled or disabled by your security administrator
7460
+ # in your Amazon ECS account. Amazon GuardDuty controls this account
7461
+ # setting on your behalf. For more information, see [Protecting
7462
+ # Amazon ECS workloads with Amazon ECS Runtime Monitoring][7].
7463
+ #
7464
+ #
7465
+ #
7466
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
7467
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
7468
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
7469
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
7470
+ # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
7471
+ # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
7472
+ # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
7443
7473
  # @return [String]
7444
7474
  #
7445
7475
  # @!attribute [rw] value
@@ -7481,35 +7511,99 @@ module Aws::ECS
7481
7511
  end
7482
7512
 
7483
7513
  # @!attribute [rw] name
7484
- # The Amazon ECS resource name for which to modify the account
7485
- # setting. If you specify `serviceLongArnFormat`, the ARN for your
7486
- # Amazon ECS services is affected. If you specify `taskLongArnFormat`,
7487
- # the ARN and resource ID for your Amazon ECS tasks is affected. If
7488
- # you specify `containerInstanceLongArnFormat`, the ARN and resource
7489
- # ID for your Amazon ECS container instances is affected. If you
7490
- # specify `awsvpcTrunking`, the elastic network interface (ENI) limit
7491
- # for your Amazon ECS container instances is affected. If you specify
7492
- # `containerInsights`, the default setting for Amazon Web Services
7493
- # CloudWatch Container Insights for your clusters is affected. If you
7494
- # specify `fargateFIPSMode`, Fargate FIPS 140 compliance is affected.
7495
- # If you specify `tagResourceAuthorization`, the opt-in option for
7496
- # tagging resources on creation is affected. For information about the
7497
- # opt-in timeline, see [Tagging authorization timeline][1] in the
7498
- # *Amazon ECS Developer Guide*. If you specify
7499
- # `fargateTaskRetirementWaitPeriod`, the wait time to retire a Fargate
7500
- # task is affected.
7501
- #
7502
- # The `guardDutyActivate` parameter is read-only in Amazon ECS and
7503
- # indicates whether Amazon ECS Runtime Monitoring is enabled or
7504
- # disabled by your security administrator in your Amazon ECS account.
7505
- # Amazon GuardDuty controls this account setting on your behalf. For
7506
- # more information, see [Protecting Amazon ECS workloads with Amazon
7507
- # ECS Runtime Monitoring][2].
7508
- #
7509
- #
7510
- #
7511
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#tag-resources
7512
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
7514
+ # The Amazon ECS account setting name to modify.
7515
+ #
7516
+ # The following are the valid values for the account setting name.
7517
+ #
7518
+ # * `serviceLongArnFormat` - When modified, the Amazon Resource Name
7519
+ # (ARN) and resource ID format of the resource type for a specified
7520
+ # user, role, or the root user for an account is affected. The
7521
+ # opt-in and opt-out account setting must be set for each Amazon ECS
7522
+ # resource separately. The ARN and resource ID format of a resource
7523
+ # is defined by the opt-in status of the user or role that created
7524
+ # the resource. You must turn on this setting to use Amazon ECS
7525
+ # features such as resource tagging.
7526
+ #
7527
+ # * `taskLongArnFormat` - When modified, the Amazon Resource Name
7528
+ # (ARN) and resource ID format of the resource type for a specified
7529
+ # user, role, or the root user for an account is affected. The
7530
+ # opt-in and opt-out account setting must be set for each Amazon ECS
7531
+ # resource separately. The ARN and resource ID format of a resource
7532
+ # is defined by the opt-in status of the user or role that created
7533
+ # the resource. You must turn on this setting to use Amazon ECS
7534
+ # features such as resource tagging.
7535
+ #
7536
+ # * `containerInstanceLongArnFormat` - When modified, the Amazon
7537
+ # Resource Name (ARN) and resource ID format of the resource type
7538
+ # for a specified user, role, or the root user for an account is
7539
+ # affected. The opt-in and opt-out account setting must be set for
7540
+ # each Amazon ECS resource separately. The ARN and resource ID
7541
+ # format of a resource is defined by the opt-in status of the user
7542
+ # or role that created the resource. You must turn on this setting
7543
+ # to use Amazon ECS features such as resource tagging.
7544
+ #
7545
+ # * `awsvpcTrunking` - When modified, the elastic network interface
7546
+ # (ENI) limit for any new container instances that support the
7547
+ # feature is changed. If `awsvpcTrunking` is turned on, any new
7548
+ # container instances that support the feature are launched have the
7549
+ # increased ENI limits available to them. For more information, see
7550
+ # [Elastic Network Interface Trunking][1] in the *Amazon Elastic
7551
+ # Container Service Developer Guide*.
7552
+ #
7553
+ # * `containerInsights` - When modified, the default setting
7554
+ # indicating whether Amazon Web Services CloudWatch Container
7555
+ # Insights is turned on for your clusters is changed. If
7556
+ # `containerInsights` is turned on, any new clusters that are
7557
+ # created will have Container Insights turned on unless you disable
7558
+ # it during cluster creation. For more information, see [CloudWatch
7559
+ # Container Insights][2] in the *Amazon Elastic Container Service
7560
+ # Developer Guide*.
7561
+ #
7562
+ # * `dualStackIPv6` - When turned on, when using a VPC in dual stack
7563
+ # mode, your tasks using the `awsvpc` network mode can have an IPv6
7564
+ # address assigned. For more information on using IPv6 with tasks
7565
+ # launched on Amazon EC2 instances, see [Using a VPC in dual-stack
7566
+ # mode][3]. For more information on using IPv6 with tasks launched
7567
+ # on Fargate, see [Using a VPC in dual-stack mode][4].
7568
+ #
7569
+ # * `fargateFIPSMode` - If you specify `fargateFIPSMode`, Fargate FIPS
7570
+ # 140 compliance is affected.
7571
+ #
7572
+ # * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
7573
+ # determines that a security or infrastructure update is needed for
7574
+ # an Amazon ECS task hosted on Fargate, the tasks need to be stopped
7575
+ # and new tasks launched to replace them. Use
7576
+ # `fargateTaskRetirementWaitPeriod` to configure the wait time to
7577
+ # retire a Fargate task. For information about the Fargate tasks
7578
+ # maintenance, see [Amazon Web Services Fargate task maintenance][5]
7579
+ # in the *Amazon ECS Developer Guide*.
7580
+ #
7581
+ # * `tagResourceAuthorization` - Amazon ECS is introducing tagging
7582
+ # authorization for resource creation. Users must have permissions
7583
+ # for actions that create the resource, such as `ecsCreateCluster`.
7584
+ # If tags are specified when you create a resource, Amazon Web
7585
+ # Services performs additional authorization to verify if users or
7586
+ # roles have permissions to create tags. Therefore, you must grant
7587
+ # explicit permissions to use the `ecs:TagResource` action. For more
7588
+ # information, see [Grant permission to tag resources on
7589
+ # creation][6] in the *Amazon ECS Developer Guide*.
7590
+ #
7591
+ # * `guardDutyActivate` - The `guardDutyActivate` parameter is
7592
+ # read-only in Amazon ECS and indicates whether Amazon ECS Runtime
7593
+ # Monitoring is enabled or disabled by your security administrator
7594
+ # in your Amazon ECS account. Amazon GuardDuty controls this account
7595
+ # setting on your behalf. For more information, see [Protecting
7596
+ # Amazon ECS workloads with Amazon ECS Runtime Monitoring][7].
7597
+ #
7598
+ #
7599
+ #
7600
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html
7601
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
7602
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack
7603
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
7604
+ # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
7605
+ # [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
7606
+ # [7]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
7513
7607
  # @return [String]
7514
7608
  #
7515
7609
  # @!attribute [rw] value
@@ -8109,8 +8203,8 @@ module Aws::ECS
8109
8203
  # The amount of ephemeral storage to allocate for the task. This
8110
8204
  # parameter is used to expand the total amount of ephemeral storage
8111
8205
  # available, beyond the default amount, for tasks hosted on Fargate.
8112
- # For more information, see [Fargate task storage][1] in the *Amazon
8113
- # ECS User Guide for Fargate*.
8206
+ # For more information, see [Using data volumes in tasks][1] in the
8207
+ # *Amazon ECS Developer Guide*.
8114
8208
  #
8115
8209
  # <note markdown="1"> For tasks using the Fargate launch type, the task requires the
8116
8210
  # following platforms:
@@ -8123,7 +8217,7 @@ module Aws::ECS
8123
8217
  #
8124
8218
  #
8125
8219
  #
8126
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html
8220
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html
8127
8221
  # @return [Types::EphemeralStorage]
8128
8222
  #
8129
8223
  # @!attribute [rw] runtime_platform
@@ -8359,7 +8453,7 @@ module Aws::ECS
8359
8453
  #
8360
8454
  # <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
8361
8455
  # provider strategy must be used. For more information, see [Fargate
8362
- # capacity providers][2] in the *Amazon ECS User Guide for Fargate*.
8456
+ # capacity providers][2] in the *Amazon ECS Developer Guide*.
8363
8457
  #
8364
8458
  # </note>
8365
8459
  #
@@ -8379,7 +8473,7 @@ module Aws::ECS
8379
8473
  #
8380
8474
  #
8381
8475
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
8382
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-capacity-providers.html
8476
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html
8383
8477
  # @return [String]
8384
8478
  #
8385
8479
  # @!attribute [rw] network_configuration
@@ -8584,6 +8678,15 @@ module Aws::ECS
8584
8678
  #
8585
8679
  # @!attribute [rw] failures
8586
8680
  # Any failures associated with the call.
8681
+ #
8682
+ # For information about how to address failures, see [Service event
8683
+ # messages][1] and [API failure reasons][2] in the *Amazon Elastic
8684
+ # Container Service Developer Guide*.
8685
+ #
8686
+ #
8687
+ #
8688
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages.html#service-event-messages-list
8689
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/api_failures_messages.html
8587
8690
  # @return [Array<Types::Failure>]
8588
8691
  #
8589
8692
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/RunTaskResponse AWS API Documentation
@@ -10085,29 +10188,49 @@ module Aws::ECS
10085
10188
  # A list of namespaced kernel parameters to set in the container. This
10086
10189
  # parameter maps to `Sysctls` in the [Create a container][1] section of
10087
10190
  # the [Docker Remote API][2] and the `--sysctl` option to [docker
10088
- # run][3].
10191
+ # run][3]. For example, you can configure `net.ipv4.tcp_keepalive_time`
10192
+ # setting to maintain longer lived connections.
10089
10193
  #
10090
10194
  # We don't recommend that you specify network-related `systemControls`
10091
- # parameters for multiple containers in a single task. This task also
10092
- # uses either the `awsvpc` or `host` network mode. It does it for the
10093
- # following reasons.
10094
- #
10095
- # * For tasks that use the `awsvpc` network mode, if you set
10096
- # `systemControls` for any container, it applies to all containers in
10097
- # the task. If you set different `systemControls` for multiple
10098
- # containers in a single task, the container that's started last
10099
- # determines which `systemControls` take effect.
10100
- #
10101
- # * For tasks that use the `host` network mode, the `systemControls`
10102
- # parameter applies to the container instance's kernel parameter and
10103
- # that of all containers of any tasks running on that container
10104
- # instance.
10195
+ # parameters for multiple containers in a single task that also uses
10196
+ # either the `awsvpc` or `host` network mode. Doing this has the
10197
+ # following disadvantages:
10198
+ #
10199
+ # * For tasks that use the `awsvpc` network mode including Fargate, if
10200
+ # you set `systemControls` for any container, it applies to all
10201
+ # containers in the task. If you set different `systemControls` for
10202
+ # multiple containers in a single task, the container that's started
10203
+ # last determines which `systemControls` take effect.
10204
+ #
10205
+ # * For tasks that use the `host` network mode, the network namespace
10206
+ # `systemControls` aren't supported.
10207
+ #
10208
+ # If you're setting an IPC resource namespace to use for the containers
10209
+ # in the task, the following conditions apply to your system controls.
10210
+ # For more information, see [IPC mode][4].
10211
+ #
10212
+ # * For tasks that use the `host` IPC mode, IPC namespace
10213
+ # `systemControls` aren't supported.
10214
+ #
10215
+ # * For tasks that use the `task` IPC mode, IPC namespace
10216
+ # `systemControls` values apply to all containers within a task.
10217
+ #
10218
+ # <note markdown="1"> This parameter is not supported for Windows containers.
10219
+ #
10220
+ # </note>
10221
+ #
10222
+ # <note markdown="1"> This parameter is only supported for tasks that are hosted on Fargate
10223
+ # if the tasks are using platform version `1.4.0` or later (Linux). This
10224
+ # isn't supported for Windows containers on Fargate.
10225
+ #
10226
+ # </note>
10105
10227
  #
10106
10228
  #
10107
10229
  #
10108
10230
  # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10109
10231
  # [2]: https://docs.docker.com/engine/api/v1.35/
10110
10232
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10233
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_definition_ipcmode
10111
10234
  #
10112
10235
  # @!attribute [rw] namespace
10113
10236
  # The namespaced kernel parameter to set a `value` for.
@@ -10510,11 +10633,11 @@ module Aws::ECS
10510
10633
  # might contain additional details.
10511
10634
  #
10512
10635
  # For more information about stop code, see [Stopped tasks error
10513
- # codes][1] in the *Amazon ECS User Guide*.
10636
+ # codes][1] in the *Amazon ECS Developer Guide*.
10514
10637
  #
10515
10638
  #
10516
10639
  #
10517
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/stopped-task-error-codes.html
10640
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/stopped-task-error-codes.html
10518
10641
  # @return [String]
10519
10642
  #
10520
10643
  # @!attribute [rw] stopped_at
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.140.0'
56
+ GEM_VERSION = '1.142.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.140.0
4
+ version: 1.142.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-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core