aws-sdk-ecs 1.179.0 → 1.181.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92000356ad64eca00712b42b25b751b384fcd7a65e8f16bdabf4e55447da49f0
4
- data.tar.gz: c6e34147c22cef8b2b898f314e8415f354df36d1b575d591565aefb0d81892f5
3
+ metadata.gz: 6e7d526b5e8d22f2f96938c6ac396eb3a89efb3535d6bb99855fa831096c8313
4
+ data.tar.gz: 1a1e85378a505be720c894da53befa8e5ae76bd367200cface2885be22e25b06
5
5
  SHA512:
6
- metadata.gz: 86821e660f0bf957bb50f45845b625275dcce4c9f9b0083e028a35cf94b625fefe809b53242c616036ae3d7b40d44b1b9cb5c50319d3a7cd6a1c6340d94f6b8e
7
- data.tar.gz: 958f25d301845f33cd9bf7ff41b9bebe11113cb28fb029ae4aa8ffca10dbe7bd3222cd4f3431956c0ad0fa257aa901d1a26b6c4a277f3fdf1977d66a85baef04
6
+ metadata.gz: c28928eea92e371a0c36cf9b55d58bf5a1956a060a40e962aeb278716e57a82809af2abd62cb98a2b3bb9f5c6660d305d9415a45e70d8289f7ce5ae7ebacc17b
7
+ data.tar.gz: a41cd1f6074973f8e440bac3059d66f9e05ebd4bdd1f10bb33367d1ed235d69625e3830783c43f357eab97bf0b6de192f2a72186f1c132f1448d4d3b4587d8da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.181.0 (2025-03-11)
5
+ ------------------
6
+
7
+ * Feature - This is a documentation only update for Amazon ECS to address various tickets.
8
+
9
+ 1.180.0 (2025-02-19)
10
+ ------------------
11
+
12
+ * Feature - This is a documentation only release for Amazon ECS that supports the CPU task limit increase.
13
+
4
14
  1.179.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.179.0
1
+ 1.181.0
@@ -7868,10 +7868,10 @@ module Aws::ECS
7868
7868
  #
7869
7869
  # </note>
7870
7870
  #
7871
- # If you're using the EC2 launch type, this field is optional.
7872
- # Supported values are between `128` CPU units (`0.125` vCPUs) and
7873
- # `10240` CPU units (`10` vCPUs). If you do not specify a value, the
7874
- # parameter is ignored.
7871
+ # If you're using the EC2 launch type or external launch type, this
7872
+ # field is optional. Supported values are between `128` CPU units
7873
+ # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
7874
+ # specify a value, the parameter is ignored.
7875
7875
  #
7876
7876
  # If you're using the Fargate launch type, this field is required and
7877
7877
  # you must use one of the following values, which determines your range
@@ -12448,7 +12448,7 @@ module Aws::ECS
12448
12448
  tracer: tracer
12449
12449
  )
12450
12450
  context[:gem_name] = 'aws-sdk-ecs'
12451
- context[:gem_version] = '1.179.0'
12451
+ context[:gem_version] = '1.181.0'
12452
12452
  Seahorse::Client::Request.new(handlers, context)
12453
12453
  end
12454
12454
 
@@ -266,7 +266,15 @@ module Aws::ECS
266
266
  #
267
267
  # @!attribute [rw] assign_public_ip
268
268
  # Whether the task's elastic network interface receives a public IP
269
- # address. The default value is `ENABLED`.
269
+ # address.
270
+ #
271
+ # Consider the following when you set this value:
272
+ #
273
+ # * When you use `create-service` or `update-service`, the default is
274
+ # `DISABLED`.
275
+ #
276
+ # * When the service `deploymentController` is `ECS`, the value must
277
+ # be `DISABLED`.
270
278
  # @return [String]
271
279
  #
272
280
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/AwsVpcConfiguration AWS API Documentation
@@ -280,7 +288,7 @@ module Aws::ECS
280
288
  end
281
289
 
282
290
  # Your Amazon Web Services account was blocked. For more information,
283
- # contact [ Amazon Web Services Support][1].
291
+ # contact [ Amazon Web ServicesSupport][1].
284
292
  #
285
293
  #
286
294
  #
@@ -835,8 +843,8 @@ module Aws::ECS
835
843
  # Map namespace that's used when you create a service and don't
836
844
  # specify a Service Connect configuration. The namespace name can
837
845
  # include up to 1024 characters. The name is case-sensitive. The name
838
- # can't include hyphens (-), tilde (~), greater than (&gt;), less
839
- # than (&lt;), or slash (/).
846
+ # can't include greater than (&gt;), less than (&lt;), double
847
+ # quotation marks ("), or slash (/).
840
848
  #
841
849
  # If you enter an existing namespace name or ARN, then that namespace
842
850
  # will be used. Any namespace type is supported. The namespace must be
@@ -5639,6 +5647,13 @@ module Aws::ECS
5639
5647
  # The specified parameter isn't valid. Review the available parameters
5640
5648
  # for the API request.
5641
5649
  #
5650
+ # For more information about service event errors, see [Amazon ECS
5651
+ # service event messages][1].
5652
+ #
5653
+ #
5654
+ #
5655
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html
5656
+ #
5642
5657
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/InvalidParameterException AWS API Documentation
5643
5658
  #
5644
5659
  class InvalidParameterException < Aws::EmptyStructure; end
@@ -8520,10 +8535,10 @@ module Aws::ECS
8520
8535
  #
8521
8536
  # </note>
8522
8537
  #
8523
- # If you're using the EC2 launch type, this field is optional.
8524
- # Supported values are between `128` CPU units (`0.125` vCPUs) and
8525
- # `10240` CPU units (`10` vCPUs). If you do not specify a value, the
8526
- # parameter is ignored.
8538
+ # If you're using the EC2 launch type or external launch type, this
8539
+ # field is optional. Supported values are between `128` CPU units
8540
+ # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
8541
+ # specify a value, the parameter is ignored.
8527
8542
  #
8528
8543
  # If you're using the Fargate launch type, this field is required and
8529
8544
  # you must use one of the following values, which determines your
@@ -11502,13 +11517,14 @@ module Aws::ECS
11502
11517
  # an integer that indicates the CPU units when the task definition is
11503
11518
  # registered.
11504
11519
  #
11505
- # If you use the EC2 launch type, this field is optional. Supported
11506
- # values are between `128` CPU units (`0.125` vCPUs) and `10240` CPU
11507
- # units (`10` vCPUs).
11520
+ # If you're using the EC2 launch type or the external launch type,
11521
+ # this field is optional. Supported values are between `128` CPU units
11522
+ # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
11523
+ # specify a value, the parameter is ignored.
11508
11524
  #
11509
- # If you use the Fargate launch type, this field is required. You must
11510
- # use one of the following values. These values determine the range of
11511
- # supported values for the `memory` parameter:
11525
+ # If you're using the Fargate launch type, this field is required.
11526
+ # You must use one of the following values. These values determine the
11527
+ # range of supported values for the `memory` parameter:
11512
11528
  #
11513
11529
  # The CPU units cannot be less than 1 vCPU when you use Windows
11514
11530
  # containers on Fargate.
@@ -12019,12 +12035,11 @@ module Aws::ECS
12019
12035
  # one of the following values. The value that you choose determines
12020
12036
  # your range of valid values for the `memory` parameter.
12021
12037
  #
12022
- # If you use the EC2 launch type, this field is optional. Supported
12023
- # values are between `128` CPU units (`0.125` vCPUs) and `10240` CPU
12024
- # units (`10` vCPUs).
12025
- #
12026
- # The CPU units cannot be less than 1 vCPU when you use Windows
12027
- # containers on Fargate.
12038
+ # If you're using the EC2 launch type or the external launch type,
12039
+ # this field is optional. Supported values are between `128` CPU units
12040
+ # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). The CPU units
12041
+ # cannot be less than 1 vCPU when you use Windows containers on
12042
+ # Fargate.
12028
12043
  #
12029
12044
  # * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
12030
12045
  # GB), 2048 (2 GB)
data/lib/aws-sdk-ecs.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECS
55
55
  autoload :EndpointProvider, 'aws-sdk-ecs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecs/endpoints'
57
57
 
58
- GEM_VERSION = '1.179.0'
58
+ GEM_VERSION = '1.181.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.179.0
4
+ version: 1.181.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core