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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +5 -5
- data/lib/aws-sdk-ecs/types.rb +32 -17
- data/lib/aws-sdk-ecs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f836d60a9a037d4ac8463315f8ef36005d7724cbdb1120d48437c80d5be69cf
|
4
|
+
data.tar.gz: b35be142b9b23c3e038273f72b21838029b9eebe2262fa01dbc309abc2935b6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5ac8d91eb85751fe36a37a91e7c58f48ee4ee3fcb893c2834c0621c153a76d5fed48899e952828250e9942712e024e9785dc2e1f5dc19da068e9559322ea14e
|
7
|
+
data.tar.gz: cd3dc6e2d2d5735ea89cb6798be8bb2bc9c36bd97dc92dd179b29b62b4ddfbf888cac83e2b196c84f7869d0b57c46acfc893e7b291c640047bcf9ff65ff0c9e4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.180.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -7868,10 +7868,10 @@ module Aws::ECS
|
|
7868
7868
|
#
|
7869
7869
|
# </note>
|
7870
7870
|
#
|
7871
|
-
# If you're using the EC2 launch type
|
7872
|
-
# Supported values are between `128` CPU units
|
7873
|
-
# `
|
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.
|
12451
|
+
context[:gem_version] = '1.180.0'
|
12452
12452
|
Seahorse::Client::Request.new(handlers, context)
|
12453
12453
|
end
|
12454
12454
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -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.
|
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
|
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
|
8524
|
-
# Supported values are between `128` CPU units
|
8525
|
-
# `
|
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
|
11506
|
-
# values are between `128` CPU units
|
11507
|
-
# units (`
|
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
|
11510
|
-
# use one of the following values. These values determine the
|
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
|
12023
|
-
# values are between `128` CPU units
|
12024
|
-
# units (`
|
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
|
-
#
|
12027
|
-
#
|
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
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.
|
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-
|
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
|