aws-sdk-ecs 1.186.0 → 1.187.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +5 -29
- data/lib/aws-sdk-ecs/types.rb +13 -83
- 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: '09c619b78988ca5a2fa649f490f1cf3aecc5b3c1eed42080433dbd9772395b3c'
|
4
|
+
data.tar.gz: 4b2518777e4fb53f18a1888d685757a7eae6b3e1dc14ffaac12394079526b171
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00f4e4804053306a2c19d3d9845eb2ae858b4a476dfec8db1992781f453715b034e8b23c272705dcd0ee689a78cfe9e2500b19440661cf3e22db037c145fc352
|
7
|
+
data.tar.gz: 0d97846575b79ce159643ab3f981b4d9aca6a5a93fdf5a8fdddf1f1fcf45a62d7a5dafe8133f66e396f9ab69d6370a6a18f36a09cf18a1e383c1b17574650c7a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.187.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -7891,37 +7891,13 @@ module Aws::ECS
|
|
7891
7891
|
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
|
7892
7892
|
# specify a value, the parameter is ignored.
|
7893
7893
|
#
|
7894
|
-
#
|
7895
|
-
#
|
7896
|
-
#
|
7897
|
-
#
|
7898
|
-
# The CPU units cannot be less than 1 vCPU when you use Windows
|
7899
|
-
# containers on Fargate.
|
7900
|
-
#
|
7901
|
-
# * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
|
7902
|
-
# GB), 2048 (2 GB)
|
7903
|
-
#
|
7904
|
-
# * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2 GB),
|
7905
|
-
# 3072 (3 GB), 4096 (4 GB)
|
7906
|
-
#
|
7907
|
-
# * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3 GB),
|
7908
|
-
# 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB)
|
7909
|
-
#
|
7910
|
-
# * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384 (16
|
7911
|
-
# GB) in increments of 1024 (1 GB)
|
7912
|
-
#
|
7913
|
-
# * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720 (30
|
7914
|
-
# GB) in increments of 1024 (1 GB)
|
7915
|
-
#
|
7916
|
-
# * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
|
7917
|
-
# increments
|
7894
|
+
# This field is required for Fargate. For information about the valid
|
7895
|
+
# values, see [Task size][1] in the *Amazon Elastic Container Service
|
7896
|
+
# Developer Guide*.
|
7918
7897
|
#
|
7919
|
-
# This option requires Linux platform `1.4.0` or later.
|
7920
7898
|
#
|
7921
|
-
# * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8 GB
|
7922
|
-
# increments
|
7923
7899
|
#
|
7924
|
-
#
|
7900
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
|
7925
7901
|
#
|
7926
7902
|
# @option params [String] :memory
|
7927
7903
|
# The amount of memory (in MiB) used by the task. It can be expressed as
|
@@ -12535,7 +12511,7 @@ module Aws::ECS
|
|
12535
12511
|
tracer: tracer
|
12536
12512
|
)
|
12537
12513
|
context[:gem_name] = 'aws-sdk-ecs'
|
12538
|
-
context[:gem_version] = '1.
|
12514
|
+
context[:gem_version] = '1.187.0'
|
12539
12515
|
Seahorse::Client::Request.new(handlers, context)
|
12540
12516
|
end
|
12541
12517
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -8558,38 +8558,13 @@ module Aws::ECS
|
|
8558
8558
|
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
|
8559
8559
|
# specify a value, the parameter is ignored.
|
8560
8560
|
#
|
8561
|
-
#
|
8562
|
-
#
|
8563
|
-
#
|
8564
|
-
#
|
8565
|
-
# The CPU units cannot be less than 1 vCPU when you use Windows
|
8566
|
-
# containers on Fargate.
|
8567
|
-
#
|
8568
|
-
# * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
|
8569
|
-
# GB), 2048 (2 GB)
|
8570
|
-
#
|
8571
|
-
# * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2
|
8572
|
-
# GB), 3072 (3 GB), 4096 (4 GB)
|
8573
|
-
#
|
8574
|
-
# * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3
|
8575
|
-
# GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8
|
8576
|
-
# GB)
|
8577
|
-
#
|
8578
|
-
# * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384
|
8579
|
-
# (16 GB) in increments of 1024 (1 GB)
|
8580
|
-
#
|
8581
|
-
# * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720
|
8582
|
-
# (30 GB) in increments of 1024 (1 GB)
|
8583
|
-
#
|
8584
|
-
# * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
|
8585
|
-
# increments
|
8561
|
+
# This field is required for Fargate. For information about the valid
|
8562
|
+
# values, see [Task size][1] in the *Amazon Elastic Container Service
|
8563
|
+
# Developer Guide*.
|
8586
8564
|
#
|
8587
|
-
# This option requires Linux platform `1.4.0` or later.
|
8588
8565
|
#
|
8589
|
-
# * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8
|
8590
|
-
# GB increments
|
8591
8566
|
#
|
8592
|
-
#
|
8567
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
|
8593
8568
|
# @return [String]
|
8594
8569
|
#
|
8595
8570
|
# @!attribute [rw] memory
|
@@ -11568,38 +11543,13 @@ module Aws::ECS
|
|
11568
11543
|
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
|
11569
11544
|
# specify a value, the parameter is ignored.
|
11570
11545
|
#
|
11571
|
-
#
|
11572
|
-
#
|
11573
|
-
#
|
11574
|
-
#
|
11575
|
-
# The CPU units cannot be less than 1 vCPU when you use Windows
|
11576
|
-
# containers on Fargate.
|
11577
|
-
#
|
11578
|
-
# * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
|
11579
|
-
# GB), 2048 (2 GB)
|
11580
|
-
#
|
11581
|
-
# * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2
|
11582
|
-
# GB), 3072 (3 GB), 4096 (4 GB)
|
11583
|
-
#
|
11584
|
-
# * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3
|
11585
|
-
# GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8
|
11586
|
-
# GB)
|
11587
|
-
#
|
11588
|
-
# * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384
|
11589
|
-
# (16 GB) in increments of 1024 (1 GB)
|
11590
|
-
#
|
11591
|
-
# * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720
|
11592
|
-
# (30 GB) in increments of 1024 (1 GB)
|
11593
|
-
#
|
11594
|
-
# * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
|
11595
|
-
# increments
|
11546
|
+
# This field is required for Fargate. For information about the valid
|
11547
|
+
# values, see [Task size][1] in the *Amazon Elastic Container Service
|
11548
|
+
# Developer Guide*.
|
11596
11549
|
#
|
11597
|
-
# This option requires Linux platform `1.4.0` or later.
|
11598
11550
|
#
|
11599
|
-
# * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8
|
11600
|
-
# GB increments
|
11601
11551
|
#
|
11602
|
-
#
|
11552
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
|
11603
11553
|
# @return [String]
|
11604
11554
|
#
|
11605
11555
|
# @!attribute [rw] created_at
|
@@ -12083,35 +12033,15 @@ module Aws::ECS
|
|
12083
12033
|
#
|
12084
12034
|
# If you're using the EC2 launch type or the external launch type,
|
12085
12035
|
# this field is optional. Supported values are between `128` CPU units
|
12086
|
-
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs).
|
12087
|
-
# cannot be less than 1 vCPU when you use Windows containers on
|
12088
|
-
# Fargate.
|
12036
|
+
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs).
|
12089
12037
|
#
|
12090
|
-
#
|
12091
|
-
#
|
12092
|
-
#
|
12093
|
-
# * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2
|
12094
|
-
# GB), 3072 (3 GB), 4096 (4 GB)
|
12095
|
-
#
|
12096
|
-
# * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3
|
12097
|
-
# GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8
|
12098
|
-
# GB)
|
12099
|
-
#
|
12100
|
-
# * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384
|
12101
|
-
# (16 GB) in increments of 1024 (1 GB)
|
12102
|
-
#
|
12103
|
-
# * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720
|
12104
|
-
# (30 GB) in increments of 1024 (1 GB)
|
12105
|
-
#
|
12106
|
-
# * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
|
12107
|
-
# increments
|
12038
|
+
# This field is required for Fargate. For information about the valid
|
12039
|
+
# values, see [Task size][1] in the *Amazon Elastic Container Service
|
12040
|
+
# Developer Guide*.
|
12108
12041
|
#
|
12109
|
-
# This option requires Linux platform `1.4.0` or later.
|
12110
12042
|
#
|
12111
|
-
# * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8
|
12112
|
-
# GB increments
|
12113
12043
|
#
|
12114
|
-
#
|
12044
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
|
12115
12045
|
# @return [String]
|
12116
12046
|
#
|
12117
12047
|
# @!attribute [rw] memory
|
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.187.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-04-
|
11
|
+
date: 2025-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|