aws-sdk-ecs 1.140.0 → 1.141.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: f3ad61a3d47472c1e242ee04c8669aff14ff8c0f8d2e1b56cae8416d330e4ab4
4
+ data.tar.gz: 1d5a94bf33ee8f725646c21a50e89fee75eac22d83d9af9ef54641f1efaf29d5
5
5
  SHA512:
6
- metadata.gz: 1f3a5b00b4411b4ef86a6c2a0befbbef76bfdf33087ee8c7bfdb84407301bfd8452b3332c5f9e1007329ef9caddf41a131eaf5bb16719ba48fbb68edad4c34c2
7
- data.tar.gz: 23135947a05304faf7753b311f629e0a00eae7c18afeb24ac17dbb7ab801d1f2e7c8afc5e25a5d122fd3dbc120366f1f9c90d7beda4da5ccf6c4cab4ee8bcb51
6
+ metadata.gz: 557e5a29a2720be4b2beb318589f9b863e0389d61aa5d4b2793d646a7a38f0f1994b41749e98e87f1d61dc1d41db9ed81d3a82bd10eca7afafe33fd30031a59a
7
+ data.tar.gz: 32a6bbae27f29832b8fe7957b2d0acfc443a8b3fe847141d0299e30e7e3f9372bb72c61b366700feccfc15c23af92f69d01196318ffb08c23867569228199a31
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.141.0 (2024-02-06)
5
+ ------------------
6
+
7
+ * Feature - This release is a documentation only update to address customer issues.
8
+
4
9
  1.140.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.140.0
1
+ 1.141.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.
@@ -6609,8 +6609,8 @@ module Aws::ECS
6609
6609
  # The amount of ephemeral storage to allocate for the task. This
6610
6610
  # parameter is used to expand the total amount of ephemeral storage
6611
6611
  # 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*.
6612
+ # more information, see [Using data volumes in tasks][1] in the *Amazon
6613
+ # ECS Developer Guide*.
6614
6614
  #
6615
6615
  # <note markdown="1"> For tasks using the Fargate launch type, the task requires the
6616
6616
  # following platforms:
@@ -6623,7 +6623,7 @@ module Aws::ECS
6623
6623
  #
6624
6624
  #
6625
6625
  #
6626
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html
6626
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html
6627
6627
  #
6628
6628
  # @option params [Types::RuntimePlatform] :runtime_platform
6629
6629
  # The operating system that your tasks definitions run on. A platform
@@ -7222,7 +7222,7 @@ module Aws::ECS
7222
7222
  #
7223
7223
  # <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
7224
7224
  # provider strategy must be used. For more information, see [Fargate
7225
- # capacity providers][2] in the *Amazon ECS User Guide for Fargate*.
7225
+ # capacity providers][2] in the *Amazon ECS Developer Guide*.
7226
7226
  #
7227
7227
  # </note>
7228
7228
  #
@@ -7242,7 +7242,7 @@ module Aws::ECS
7242
7242
  #
7243
7243
  #
7244
7244
  # [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
7245
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html
7246
7246
  #
7247
7247
  # @option params [Types::NetworkConfiguration] :network_configuration
7248
7248
  # The network configuration for the task. This parameter is required for
@@ -10167,7 +10167,7 @@ module Aws::ECS
10167
10167
  params: params,
10168
10168
  config: config)
10169
10169
  context[:gem_name] = 'aws-sdk-ecs'
10170
- context[:gem_version] = '1.140.0'
10170
+ context[:gem_version] = '1.141.0'
10171
10171
  Seahorse::Client::Request.new(handlers, context)
10172
10172
  end
10173
10173
 
@@ -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
@@ -8109,8 +8091,8 @@ module Aws::ECS
8109
8091
  # The amount of ephemeral storage to allocate for the task. This
8110
8092
  # parameter is used to expand the total amount of ephemeral storage
8111
8093
  # 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*.
8094
+ # For more information, see [Using data volumes in tasks][1] in the
8095
+ # *Amazon ECS Developer Guide*.
8114
8096
  #
8115
8097
  # <note markdown="1"> For tasks using the Fargate launch type, the task requires the
8116
8098
  # following platforms:
@@ -8123,7 +8105,7 @@ module Aws::ECS
8123
8105
  #
8124
8106
  #
8125
8107
  #
8126
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html
8108
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html
8127
8109
  # @return [Types::EphemeralStorage]
8128
8110
  #
8129
8111
  # @!attribute [rw] runtime_platform
@@ -8359,7 +8341,7 @@ module Aws::ECS
8359
8341
  #
8360
8342
  # <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
8361
8343
  # provider strategy must be used. For more information, see [Fargate
8362
- # capacity providers][2] in the *Amazon ECS User Guide for Fargate*.
8344
+ # capacity providers][2] in the *Amazon ECS Developer Guide*.
8363
8345
  #
8364
8346
  # </note>
8365
8347
  #
@@ -8379,7 +8361,7 @@ module Aws::ECS
8379
8361
  #
8380
8362
  #
8381
8363
  # [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
8364
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html
8383
8365
  # @return [String]
8384
8366
  #
8385
8367
  # @!attribute [rw] network_configuration
@@ -10085,29 +10067,49 @@ module Aws::ECS
10085
10067
  # A list of namespaced kernel parameters to set in the container. This
10086
10068
  # parameter maps to `Sysctls` in the [Create a container][1] section of
10087
10069
  # the [Docker Remote API][2] and the `--sysctl` option to [docker
10088
- # run][3].
10070
+ # run][3]. For example, you can configure `net.ipv4.tcp_keepalive_time`
10071
+ # setting to maintain longer lived connections.
10089
10072
  #
10090
10073
  # 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.
10074
+ # parameters for multiple containers in a single task that also uses
10075
+ # either the `awsvpc` or `host` network mode. Doing this has the
10076
+ # following disadvantages:
10077
+ #
10078
+ # * For tasks that use the `awsvpc` network mode including Fargate, if
10079
+ # you set `systemControls` for any container, it applies to all
10080
+ # containers in the task. If you set different `systemControls` for
10081
+ # multiple containers in a single task, the container that's started
10082
+ # last determines which `systemControls` take effect.
10083
+ #
10084
+ # * For tasks that use the `host` network mode, the network namespace
10085
+ # `systemControls` aren't supported.
10086
+ #
10087
+ # If you're setting an IPC resource namespace to use for the containers
10088
+ # in the task, the following conditions apply to your system controls.
10089
+ # For more information, see [IPC mode][4].
10090
+ #
10091
+ # * For tasks that use the `host` IPC mode, IPC namespace
10092
+ # `systemControls` aren't supported.
10093
+ #
10094
+ # * For tasks that use the `task` IPC mode, IPC namespace
10095
+ # `systemControls` values apply to all containers within a task.
10096
+ #
10097
+ # <note markdown="1"> This parameter is not supported for Windows containers.
10098
+ #
10099
+ # </note>
10100
+ #
10101
+ # <note markdown="1"> This parameter is only supported for tasks that are hosted on Fargate
10102
+ # if the tasks are using platform version `1.4.0` or later (Linux). This
10103
+ # isn't supported for Windows containers on Fargate.
10104
+ #
10105
+ # </note>
10105
10106
  #
10106
10107
  #
10107
10108
  #
10108
10109
  # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10109
10110
  # [2]: https://docs.docker.com/engine/api/v1.35/
10110
10111
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10112
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_definition_ipcmode
10111
10113
  #
10112
10114
  # @!attribute [rw] namespace
10113
10115
  # The namespaced kernel parameter to set a `value` for.
@@ -10510,11 +10512,11 @@ module Aws::ECS
10510
10512
  # might contain additional details.
10511
10513
  #
10512
10514
  # For more information about stop code, see [Stopped tasks error
10513
- # codes][1] in the *Amazon ECS User Guide*.
10515
+ # codes][1] in the *Amazon ECS Developer Guide*.
10514
10516
  #
10515
10517
  #
10516
10518
  #
10517
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/stopped-task-error-codes.html
10519
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/stopped-task-error-codes.html
10518
10520
  # @return [String]
10519
10521
  #
10520
10522
  # @!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.141.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.141.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core