aws-sdk-ecs 1.178.0 → 1.180.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: 1b4561a5807e5fe903700e0cde47ec9fc125537abe216cf24d038f9543d89232
4
- data.tar.gz: e4f72015685fa1cc9766ec5c62a861ca2da949c79aa961ce635753bfb6e47dcb
3
+ metadata.gz: 0f836d60a9a037d4ac8463315f8ef36005d7724cbdb1120d48437c80d5be69cf
4
+ data.tar.gz: b35be142b9b23c3e038273f72b21838029b9eebe2262fa01dbc309abc2935b6d
5
5
  SHA512:
6
- metadata.gz: 8605768a2833dee137709afec9e59d44857e0173b6a8af100d5637157666f0239377e41625ea6d6fa11b1d9143e47291f8e42dcf9b951593d24991bed4a3b6e6
7
- data.tar.gz: 9282fae9b60bdd0aa378ea1ee0dd976af7fc40e74150b99f391b3c7730b96d8c2717bc17c59cdac8f4a7a06cfb0411bf9e598ef7f9667f867784ef824f30136d
6
+ metadata.gz: a5ac8d91eb85751fe36a37a91e7c58f48ee4ee3fcb893c2834c0621c153a76d5fed48899e952828250e9942712e024e9785dc2e1f5dc19da068e9559322ea14e
7
+ data.tar.gz: cd3dc6e2d2d5735ea89cb6798be8bb2bc9c36bd97dc92dd179b29b62b4ddfbf888cac83e2b196c84f7869d0b57c46acfc893e7b291c640047bcf9ff65ff0c9e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.179.0 (2025-02-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.178.0 (2025-02-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.178.0
1
+ 1.180.0
@@ -7,34 +7,34 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
- require 'seahorse/client/plugins/content_length.rb'
11
- require 'aws-sdk-core/plugins/credentials_configuration.rb'
12
- require 'aws-sdk-core/plugins/logging.rb'
13
- require 'aws-sdk-core/plugins/param_converter.rb'
14
- require 'aws-sdk-core/plugins/param_validator.rb'
15
- require 'aws-sdk-core/plugins/user_agent.rb'
16
- require 'aws-sdk-core/plugins/helpful_socket_errors.rb'
17
- require 'aws-sdk-core/plugins/retry_errors.rb'
18
- require 'aws-sdk-core/plugins/global_configuration.rb'
19
- require 'aws-sdk-core/plugins/regional_endpoint.rb'
20
- require 'aws-sdk-core/plugins/endpoint_discovery.rb'
21
- require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
- require 'aws-sdk-core/plugins/response_paging.rb'
23
- require 'aws-sdk-core/plugins/stub_responses.rb'
24
- require 'aws-sdk-core/plugins/idempotency_token.rb'
25
- require 'aws-sdk-core/plugins/invocation_id.rb'
26
- require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
27
- require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
28
- require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
29
- require 'aws-sdk-core/plugins/transfer_encoding.rb'
30
- require 'aws-sdk-core/plugins/http_checksum.rb'
31
- require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
- require 'aws-sdk-core/plugins/request_compression.rb'
33
- require 'aws-sdk-core/plugins/defaults_mode.rb'
34
- require 'aws-sdk-core/plugins/recursion_detection.rb'
35
- require 'aws-sdk-core/plugins/telemetry.rb'
36
- require 'aws-sdk-core/plugins/sign.rb'
37
- require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
10
+ require 'seahorse/client/plugins/content_length'
11
+ require 'aws-sdk-core/plugins/credentials_configuration'
12
+ require 'aws-sdk-core/plugins/logging'
13
+ require 'aws-sdk-core/plugins/param_converter'
14
+ require 'aws-sdk-core/plugins/param_validator'
15
+ require 'aws-sdk-core/plugins/user_agent'
16
+ require 'aws-sdk-core/plugins/helpful_socket_errors'
17
+ require 'aws-sdk-core/plugins/retry_errors'
18
+ require 'aws-sdk-core/plugins/global_configuration'
19
+ require 'aws-sdk-core/plugins/regional_endpoint'
20
+ require 'aws-sdk-core/plugins/endpoint_discovery'
21
+ require 'aws-sdk-core/plugins/endpoint_pattern'
22
+ require 'aws-sdk-core/plugins/response_paging'
23
+ require 'aws-sdk-core/plugins/stub_responses'
24
+ require 'aws-sdk-core/plugins/idempotency_token'
25
+ require 'aws-sdk-core/plugins/invocation_id'
26
+ require 'aws-sdk-core/plugins/jsonvalue_converter'
27
+ require 'aws-sdk-core/plugins/client_metrics_plugin'
28
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin'
29
+ require 'aws-sdk-core/plugins/transfer_encoding'
30
+ require 'aws-sdk-core/plugins/http_checksum'
31
+ require 'aws-sdk-core/plugins/checksum_algorithm'
32
+ require 'aws-sdk-core/plugins/request_compression'
33
+ require 'aws-sdk-core/plugins/defaults_mode'
34
+ require 'aws-sdk-core/plugins/recursion_detection'
35
+ require 'aws-sdk-core/plugins/telemetry'
36
+ require 'aws-sdk-core/plugins/sign'
37
+ require 'aws-sdk-core/plugins/protocols/json_rpc'
38
38
 
39
39
  module Aws::ECS
40
40
  # An API client for ECS. To construct a client, you need to configure a `:region` and `:credentials`.
@@ -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.178.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.178.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.178.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-13 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