aws-sdk-ecs 1.179.0 → 1.180.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: 92000356ad64eca00712b42b25b751b384fcd7a65e8f16bdabf4e55447da49f0
4
- data.tar.gz: c6e34147c22cef8b2b898f314e8415f354df36d1b575d591565aefb0d81892f5
3
+ metadata.gz: 0f836d60a9a037d4ac8463315f8ef36005d7724cbdb1120d48437c80d5be69cf
4
+ data.tar.gz: b35be142b9b23c3e038273f72b21838029b9eebe2262fa01dbc309abc2935b6d
5
5
  SHA512:
6
- metadata.gz: 86821e660f0bf957bb50f45845b625275dcce4c9f9b0083e028a35cf94b625fefe809b53242c616036ae3d7b40d44b1b9cb5c50319d3a7cd6a1c6340d94f6b8e
7
- data.tar.gz: 958f25d301845f33cd9bf7ff41b9bebe11113cb28fb029ae4aa8ffca10dbe7bd3222cd4f3431956c0ad0fa257aa901d1a26b6c4a277f3fdf1977d66a85baef04
6
+ metadata.gz: a5ac8d91eb85751fe36a37a91e7c58f48ee4ee3fcb893c2834c0621c153a76d5fed48899e952828250e9942712e024e9785dc2e1f5dc19da068e9559322ea14e
7
+ data.tar.gz: cd3dc6e2d2d5735ea89cb6798be8bb2bc9c36bd97dc92dd179b29b62b4ddfbf888cac83e2b196c84f7869d0b57c46acfc893e7b291c640047bcf9ff65ff0c9e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.180.0 (2025-02-19)
5
+ ------------------
6
+
7
+ * Feature - This is a documentation only release for Amazon ECS that supports the CPU task limit increase.
8
+
4
9
  1.179.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.179.0
1
+ 1.180.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.180.0'
12452
12452
  Seahorse::Client::Request.new(handlers, context)
12453
12453
  end
12454
12454
 
@@ -266,7 +266,18 @@ 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`.
278
+ #
279
+ # * When you use `create-service` or `update-service`, the default is
280
+ # `ENABLED`.
270
281
  # @return [String]
271
282
  #
272
283
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/AwsVpcConfiguration AWS API Documentation
@@ -280,7 +291,7 @@ module Aws::ECS
280
291
  end
281
292
 
282
293
  # Your Amazon Web Services account was blocked. For more information,
283
- # contact [ Amazon Web Services Support][1].
294
+ # contact [ Amazon Web ServicesSupport][1].
284
295
  #
285
296
  #
286
297
  #
@@ -8520,10 +8531,10 @@ module Aws::ECS
8520
8531
  #
8521
8532
  # </note>
8522
8533
  #
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.
8534
+ # If you're using the EC2 launch type or external launch type, this
8535
+ # field is optional. Supported values are between `128` CPU units
8536
+ # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
8537
+ # specify a value, the parameter is ignored.
8527
8538
  #
8528
8539
  # If you're using the Fargate launch type, this field is required and
8529
8540
  # you must use one of the following values, which determines your
@@ -11502,13 +11513,14 @@ module Aws::ECS
11502
11513
  # an integer that indicates the CPU units when the task definition is
11503
11514
  # registered.
11504
11515
  #
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).
11516
+ # If you're using the EC2 launch type or the external launch type,
11517
+ # this field is optional. Supported values are between `128` CPU units
11518
+ # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
11519
+ # specify a value, the parameter is ignored.
11508
11520
  #
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:
11521
+ # If you're using the Fargate launch type, this field is required.
11522
+ # You must use one of the following values. These values determine the
11523
+ # range of supported values for the `memory` parameter:
11512
11524
  #
11513
11525
  # The CPU units cannot be less than 1 vCPU when you use Windows
11514
11526
  # containers on Fargate.
@@ -12019,12 +12031,15 @@ module Aws::ECS
12019
12031
  # one of the following values. The value that you choose determines
12020
12032
  # your range of valid values for the `memory` parameter.
12021
12033
  #
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).
12034
+ # If you're using the EC2 launch type or the external launch type,
12035
+ # this field is optional. Supported values are between `128` CPU units
12036
+ # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs).
12025
12037
  #
12026
- # The CPU units cannot be less than 1 vCPU when you use Windows
12027
- # containers on Fargate.
12038
+ # If you're using the Fargate launch type, this field is required and
12039
+ # you must use one of the following values, which determines your
12040
+ # range of supported values for the `memory` parameter. 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.180.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.180.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-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core