aws-sdk-ecs 1.191.0 → 1.193.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +60 -33
- data/lib/aws-sdk-ecs/types.rb +62 -100
- data/lib/aws-sdk-ecs.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87c40760ea45c679271d1afac3dda39cf978f54202b3e5abde8a9f1656448002
|
4
|
+
data.tar.gz: d3742aeb3ba24251dded9a117f1ea98b613130112d05d44884a7d2e1981282d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13cc472445993c3bfcbc09b54971ba8105a595b80df567cfe2397805b197117deeb2770c28f213f0aebca6e11ec90e48aab7c00a9bdd8962a7d4d46a5105d32f
|
7
|
+
data.tar.gz: f0eae285ed5a9dba8fb274f4915526c7c76228381ebf21a603040e97723c928083d638396e129f0e6b65d5b2f363cc0a14e0d70daa8e571f84c2a0dd84495abb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.193.0 (2025-06-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updates Amazon ECS documentation to include note for upcoming default log driver mode change.
|
8
|
+
|
9
|
+
1.192.0 (2025-05-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This is an Amazon ECs documentation only release to support the change of the container exit "reason" field from 255 characters to 1024 characters.
|
13
|
+
|
4
14
|
1.191.0 (2025-05-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.193.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -2174,13 +2174,16 @@ module Aws::ECS
|
|
2174
2174
|
# container instances is affected.
|
2175
2175
|
#
|
2176
2176
|
# @option params [String] :principal_arn
|
2177
|
-
# The Amazon Resource Name (ARN) of the principal. It can be
|
2177
|
+
# The Amazon Resource Name (ARN) of the principal. It can be a user,
|
2178
2178
|
# role, or the root user. If you specify the root user, it disables the
|
2179
2179
|
# account setting for all users, roles, and the root user of the account
|
2180
2180
|
# unless a user or role explicitly overrides these settings. If this
|
2181
2181
|
# field is omitted, the setting is changed only for the authenticated
|
2182
2182
|
# user.
|
2183
2183
|
#
|
2184
|
+
# In order to use this parameter, you must be the root user, or the
|
2185
|
+
# principal.
|
2186
|
+
#
|
2184
2187
|
# @return [Types::DeleteAccountSettingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2185
2188
|
#
|
2186
2189
|
# * {Types::DeleteAccountSettingResponse#setting #setting} => Types::Setting
|
@@ -5549,6 +5552,9 @@ module Aws::ECS
|
|
5549
5552
|
# If this field is omitted, the account settings are listed only for the
|
5550
5553
|
# authenticated user.
|
5551
5554
|
#
|
5555
|
+
# In order to use this parameter, you must be the root user, or the
|
5556
|
+
# principal.
|
5557
|
+
#
|
5552
5558
|
# <note markdown="1"> Federated users assume the account setting of the root user and can't
|
5553
5559
|
# have explicit account settings set for them.
|
5554
5560
|
#
|
@@ -6783,6 +6789,18 @@ module Aws::ECS
|
|
6783
6789
|
# using this account setting will be used as the default. For more
|
6784
6790
|
# information about log delivery modes, see [LogConfiguration][7].
|
6785
6791
|
#
|
6792
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver mode
|
6793
|
+
# from `blocking` to `non-blocking` to prioritize task availability
|
6794
|
+
# over logging. To continue using the `blocking` mode after this
|
6795
|
+
# change, do one of the following:
|
6796
|
+
#
|
6797
|
+
# * Set the `mode` option in your container definition's
|
6798
|
+
# `logConfiguration` as `blocking`.
|
6799
|
+
#
|
6800
|
+
# * Set the `defaultLogDriverMode` account setting to `blocking`.
|
6801
|
+
#
|
6802
|
+
# </note>
|
6803
|
+
#
|
6786
6804
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
|
6787
6805
|
# in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
|
6788
6806
|
# enabled or disabled by your security administrator in your Amazon
|
@@ -6824,6 +6842,9 @@ module Aws::ECS
|
|
6824
6842
|
# explicitly overrides these settings. If this field is omitted, the
|
6825
6843
|
# setting is changed only for the authenticated user.
|
6826
6844
|
#
|
6845
|
+
# In order to use this parameter, you must be the root user, or the
|
6846
|
+
# principal.
|
6847
|
+
#
|
6827
6848
|
# <note markdown="1"> You must use the root user when you set the Fargate wait time
|
6828
6849
|
# (`fargateTaskRetirementWaitPeriod`).
|
6829
6850
|
#
|
@@ -7007,6 +7028,18 @@ module Aws::ECS
|
|
7007
7028
|
# using this account setting will be used as the default. For more
|
7008
7029
|
# information about log delivery modes, see [LogConfiguration][7].
|
7009
7030
|
#
|
7031
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver mode
|
7032
|
+
# from `blocking` to `non-blocking` to prioritize task availability
|
7033
|
+
# over logging. To continue using the `blocking` mode after this
|
7034
|
+
# change, do one of the following:
|
7035
|
+
#
|
7036
|
+
# * Set the `mode` option in your container definition's
|
7037
|
+
# `logConfiguration` as `blocking`.
|
7038
|
+
#
|
7039
|
+
# * Set the `defaultLogDriverMode` account setting to `blocking`.
|
7040
|
+
#
|
7041
|
+
# </note>
|
7042
|
+
#
|
7010
7043
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
|
7011
7044
|
# in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
|
7012
7045
|
# enabled or disabled by your security administrator in your Amazon
|
@@ -7888,37 +7921,13 @@ module Aws::ECS
|
|
7888
7921
|
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
|
7889
7922
|
# specify a value, the parameter is ignored.
|
7890
7923
|
#
|
7891
|
-
#
|
7892
|
-
#
|
7893
|
-
#
|
7894
|
-
#
|
7895
|
-
# The CPU units cannot be less than 1 vCPU when you use Windows
|
7896
|
-
# containers on Fargate.
|
7897
|
-
#
|
7898
|
-
# * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
|
7899
|
-
# GB), 2048 (2 GB)
|
7900
|
-
#
|
7901
|
-
# * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2 GB),
|
7902
|
-
# 3072 (3 GB), 4096 (4 GB)
|
7903
|
-
#
|
7904
|
-
# * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3 GB),
|
7905
|
-
# 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB)
|
7906
|
-
#
|
7907
|
-
# * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384 (16
|
7908
|
-
# GB) in increments of 1024 (1 GB)
|
7909
|
-
#
|
7910
|
-
# * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720 (30
|
7911
|
-
# GB) in increments of 1024 (1 GB)
|
7912
|
-
#
|
7913
|
-
# * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
|
7914
|
-
# increments
|
7924
|
+
# This field is required for Fargate. For information about the valid
|
7925
|
+
# values, see [Task size][1] in the *Amazon Elastic Container Service
|
7926
|
+
# Developer Guide*.
|
7915
7927
|
#
|
7916
|
-
# This option requires Linux platform `1.4.0` or later.
|
7917
7928
|
#
|
7918
|
-
# * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8 GB
|
7919
|
-
# increments
|
7920
7929
|
#
|
7921
|
-
#
|
7930
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
|
7922
7931
|
#
|
7923
7932
|
# @option params [String] :memory
|
7924
7933
|
# The amount of memory (in MiB) used by the task. It can be expressed as
|
@@ -8668,10 +8677,17 @@ module Aws::ECS
|
|
8668
8677
|
# * Run `RunTask` with the `clientToken` and the original set of
|
8669
8678
|
# parameters
|
8670
8679
|
#
|
8680
|
+
# If you get a `ClientException`error, the `RunTask` could not be
|
8681
|
+
# processed because you use managed scaling and there is a capacity
|
8682
|
+
# error because the quota of tasks in the `PROVISIONING` per cluster has
|
8683
|
+
# been reached. For information about the service quotas, see [Amazon
|
8684
|
+
# ECS service quotas][3].
|
8685
|
+
#
|
8671
8686
|
#
|
8672
8687
|
#
|
8673
8688
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html
|
8674
8689
|
# [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types
|
8690
|
+
# [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html
|
8675
8691
|
#
|
8676
8692
|
# @option params [Array<Types::CapacityProviderStrategyItem>] :capacity_provider_strategy
|
8677
8693
|
# The capacity provider strategy to use for the task.
|
@@ -9637,9 +9653,20 @@ module Aws::ECS
|
|
9637
9653
|
|
9638
9654
|
# Stops an ongoing service deployment.
|
9639
9655
|
#
|
9640
|
-
#
|
9656
|
+
# The following stop types are avaiable:
|
9641
9657
|
#
|
9642
|
-
#
|
9658
|
+
# * ROLLBACK - This option rolls back the service deployment to the
|
9659
|
+
# previous service revision.
|
9660
|
+
#
|
9661
|
+
# You can use this option even if you didn't configure the service
|
9662
|
+
# deployment for the rollback option.
|
9663
|
+
#
|
9664
|
+
# For more information, see [Stopping Amazon ECS service deployments][1]
|
9665
|
+
# in the *Amazon Elastic Container Service Developer Guide*.
|
9666
|
+
#
|
9667
|
+
#
|
9668
|
+
#
|
9669
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/stop-service-deployment.html
|
9643
9670
|
#
|
9644
9671
|
# @option params [required, String] :service_deployment_arn
|
9645
9672
|
# The ARN of the service deployment that you want to stop.
|
@@ -9647,7 +9674,7 @@ module Aws::ECS
|
|
9647
9674
|
# @option params [String] :stop_type
|
9648
9675
|
# How you want Amazon ECS to stop the service.
|
9649
9676
|
#
|
9650
|
-
# The
|
9677
|
+
# The valid values are `ROLLBACK`.
|
9651
9678
|
#
|
9652
9679
|
# @return [Types::StopServiceDeploymentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9653
9680
|
#
|
@@ -12536,7 +12563,7 @@ module Aws::ECS
|
|
12536
12563
|
tracer: tracer
|
12537
12564
|
)
|
12538
12565
|
context[:gem_name] = 'aws-sdk-ecs'
|
12539
|
-
context[:gem_version] = '1.
|
12566
|
+
context[:gem_version] = '1.193.0'
|
12540
12567
|
Seahorse::Client::Request.new(handlers, context)
|
12541
12568
|
end
|
12542
12569
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -477,19 +477,6 @@ module Aws::ECS
|
|
477
477
|
# have permissions to use the action or resource. Or, it might be
|
478
478
|
# specifying an identifier that isn't valid.
|
479
479
|
#
|
480
|
-
# The following list includes additional causes for the error:
|
481
|
-
#
|
482
|
-
# * The `RunTask` could not be processed because you use managed scaling
|
483
|
-
# and there is a capacity error because the quota of tasks in the
|
484
|
-
# `PROVISIONING` per cluster has been reached. For information about
|
485
|
-
# the service quotas, see [Amazon ECS service quotas][1].
|
486
|
-
#
|
487
|
-
# ^
|
488
|
-
#
|
489
|
-
#
|
490
|
-
#
|
491
|
-
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html
|
492
|
-
#
|
493
480
|
# @!attribute [rw] message
|
494
481
|
# Message that describes the cause of the exception.
|
495
482
|
# @return [String]
|
@@ -984,7 +971,7 @@ module Aws::ECS
|
|
984
971
|
# @return [Integer]
|
985
972
|
#
|
986
973
|
# @!attribute [rw] reason
|
987
|
-
# A short (
|
974
|
+
# A short (1024 max characters) human-readable string to provide
|
988
975
|
# additional details about a running or stopped container.
|
989
976
|
# @return [String]
|
990
977
|
#
|
@@ -3287,12 +3274,15 @@ module Aws::ECS
|
|
3287
3274
|
# @return [String]
|
3288
3275
|
#
|
3289
3276
|
# @!attribute [rw] principal_arn
|
3290
|
-
# The Amazon Resource Name (ARN) of the principal. It can be
|
3277
|
+
# The Amazon Resource Name (ARN) of the principal. It can be a user,
|
3291
3278
|
# role, or the root user. If you specify the root user, it disables
|
3292
3279
|
# the account setting for all users, roles, and the root user of the
|
3293
3280
|
# account unless a user or role explicitly overrides these settings.
|
3294
3281
|
# If this field is omitted, the setting is changed only for the
|
3295
3282
|
# authenticated user.
|
3283
|
+
#
|
3284
|
+
# In order to use this parameter, you must be the root user, or the
|
3285
|
+
# principal.
|
3296
3286
|
# @return [String]
|
3297
3287
|
#
|
3298
3288
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DeleteAccountSettingRequest AWS API Documentation
|
@@ -5889,6 +5879,9 @@ module Aws::ECS
|
|
5889
5879
|
# user. If this field is omitted, the account settings are listed only
|
5890
5880
|
# for the authenticated user.
|
5891
5881
|
#
|
5882
|
+
# In order to use this parameter, you must be the root user, or the
|
5883
|
+
# principal.
|
5884
|
+
#
|
5892
5885
|
# <note markdown="1"> Federated users assume the account setting of the root user and
|
5893
5886
|
# can't have explicit account settings set for them.
|
5894
5887
|
#
|
@@ -7034,6 +7027,18 @@ module Aws::ECS
|
|
7034
7027
|
# see [Default log driver mode][4] in the *Amazon Elastic Container
|
7035
7028
|
# Service Developer Guide*.
|
7036
7029
|
#
|
7030
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
|
7031
|
+
# mode from `blocking` to `non-blocking` to prioritize task
|
7032
|
+
# availability over logging. To continue using the `blocking` mode
|
7033
|
+
# after this change, do one of the following:
|
7034
|
+
#
|
7035
|
+
# * Set the `mode` option in your container definition's
|
7036
|
+
# `logConfiguration` as `blocking`.
|
7037
|
+
#
|
7038
|
+
# * Set the `defaultLogDriverMode` account setting to `blocking`.
|
7039
|
+
#
|
7040
|
+
# </note>
|
7041
|
+
#
|
7037
7042
|
# max-buffer-size
|
7038
7043
|
#
|
7039
7044
|
# : Required: No
|
@@ -8024,6 +8029,18 @@ module Aws::ECS
|
|
8024
8029
|
# using this account setting will be used as the default. For more
|
8025
8030
|
# information about log delivery modes, see [LogConfiguration][7].
|
8026
8031
|
#
|
8032
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
|
8033
|
+
# mode from `blocking` to `non-blocking` to prioritize task
|
8034
|
+
# availability over logging. To continue using the `blocking` mode
|
8035
|
+
# after this change, do one of the following:
|
8036
|
+
#
|
8037
|
+
# * Set the `mode` option in your container definition's
|
8038
|
+
# `logConfiguration` as `blocking`.
|
8039
|
+
#
|
8040
|
+
# * Set the `defaultLogDriverMode` account setting to `blocking`.
|
8041
|
+
#
|
8042
|
+
# </note>
|
8043
|
+
#
|
8027
8044
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is
|
8028
8045
|
# read-only in Amazon ECS and indicates whether Amazon ECS Runtime
|
8029
8046
|
# Monitoring is enabled or disabled by your security administrator
|
@@ -8179,6 +8196,18 @@ module Aws::ECS
|
|
8179
8196
|
# using this account setting will be used as the default. For more
|
8180
8197
|
# information about log delivery modes, see [LogConfiguration][7].
|
8181
8198
|
#
|
8199
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
|
8200
|
+
# mode from `blocking` to `non-blocking` to prioritize task
|
8201
|
+
# availability over logging. To continue using the `blocking` mode
|
8202
|
+
# after this change, do one of the following:
|
8203
|
+
#
|
8204
|
+
# * Set the `mode` option in your container definition's
|
8205
|
+
# `logConfiguration` as `blocking`.
|
8206
|
+
#
|
8207
|
+
# * Set the `defaultLogDriverMode` account setting to `blocking`.
|
8208
|
+
#
|
8209
|
+
# </note>
|
8210
|
+
#
|
8182
8211
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is
|
8183
8212
|
# read-only in Amazon ECS and indicates whether Amazon ECS Runtime
|
8184
8213
|
# Monitoring is enabled or disabled by your security administrator
|
@@ -8222,6 +8251,9 @@ module Aws::ECS
|
|
8222
8251
|
# or role explicitly overrides these settings. If this field is
|
8223
8252
|
# omitted, the setting is changed only for the authenticated user.
|
8224
8253
|
#
|
8254
|
+
# In order to use this parameter, you must be the root user, or the
|
8255
|
+
# principal.
|
8256
|
+
#
|
8225
8257
|
# <note markdown="1"> You must use the root user when you set the Fargate wait time
|
8226
8258
|
# (`fargateTaskRetirementWaitPeriod`).
|
8227
8259
|
#
|
@@ -8582,38 +8614,13 @@ module Aws::ECS
|
|
8582
8614
|
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
|
8583
8615
|
# specify a value, the parameter is ignored.
|
8584
8616
|
#
|
8585
|
-
#
|
8586
|
-
#
|
8587
|
-
#
|
8588
|
-
#
|
8589
|
-
# The CPU units cannot be less than 1 vCPU when you use Windows
|
8590
|
-
# containers on Fargate.
|
8591
|
-
#
|
8592
|
-
# * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
|
8593
|
-
# GB), 2048 (2 GB)
|
8594
|
-
#
|
8595
|
-
# * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2
|
8596
|
-
# GB), 3072 (3 GB), 4096 (4 GB)
|
8597
|
-
#
|
8598
|
-
# * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3
|
8599
|
-
# GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8
|
8600
|
-
# GB)
|
8601
|
-
#
|
8602
|
-
# * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384
|
8603
|
-
# (16 GB) in increments of 1024 (1 GB)
|
8604
|
-
#
|
8605
|
-
# * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720
|
8606
|
-
# (30 GB) in increments of 1024 (1 GB)
|
8607
|
-
#
|
8608
|
-
# * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
|
8609
|
-
# increments
|
8617
|
+
# This field is required for Fargate. For information about the valid
|
8618
|
+
# values, see [Task size][1] in the *Amazon Elastic Container Service
|
8619
|
+
# Developer Guide*.
|
8610
8620
|
#
|
8611
|
-
# This option requires Linux platform `1.4.0` or later.
|
8612
8621
|
#
|
8613
|
-
# * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8
|
8614
|
-
# GB increments
|
8615
8622
|
#
|
8616
|
-
#
|
8623
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
|
8617
8624
|
# @return [String]
|
8618
8625
|
#
|
8619
8626
|
# @!attribute [rw] memory
|
@@ -11106,7 +11113,7 @@ module Aws::ECS
|
|
11106
11113
|
# @!attribute [rw] stop_type
|
11107
11114
|
# How you want Amazon ECS to stop the service.
|
11108
11115
|
#
|
11109
|
-
# The
|
11116
|
+
# The valid values are `ROLLBACK`.
|
11110
11117
|
# @return [String]
|
11111
11118
|
#
|
11112
11119
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/StopServiceDeploymentRequest AWS API Documentation
|
@@ -11613,38 +11620,13 @@ module Aws::ECS
|
|
11613
11620
|
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
|
11614
11621
|
# specify a value, the parameter is ignored.
|
11615
11622
|
#
|
11616
|
-
#
|
11617
|
-
#
|
11618
|
-
#
|
11619
|
-
#
|
11620
|
-
# The CPU units cannot be less than 1 vCPU when you use Windows
|
11621
|
-
# containers on Fargate.
|
11622
|
-
#
|
11623
|
-
# * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
|
11624
|
-
# GB), 2048 (2 GB)
|
11625
|
-
#
|
11626
|
-
# * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2
|
11627
|
-
# GB), 3072 (3 GB), 4096 (4 GB)
|
11628
|
-
#
|
11629
|
-
# * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3
|
11630
|
-
# GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8
|
11631
|
-
# GB)
|
11632
|
-
#
|
11633
|
-
# * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384
|
11634
|
-
# (16 GB) in increments of 1024 (1 GB)
|
11635
|
-
#
|
11636
|
-
# * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720
|
11637
|
-
# (30 GB) in increments of 1024 (1 GB)
|
11623
|
+
# This field is required for Fargate. For information about the valid
|
11624
|
+
# values, see [Task size][1] in the *Amazon Elastic Container Service
|
11625
|
+
# Developer Guide*.
|
11638
11626
|
#
|
11639
|
-
# * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
|
11640
|
-
# increments
|
11641
11627
|
#
|
11642
|
-
# This option requires Linux platform `1.4.0` or later.
|
11643
11628
|
#
|
11644
|
-
#
|
11645
|
-
# GB increments
|
11646
|
-
#
|
11647
|
-
# This option requires Linux platform `1.4.0` or later.
|
11629
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
|
11648
11630
|
# @return [String]
|
11649
11631
|
#
|
11650
11632
|
# @!attribute [rw] created_at
|
@@ -12128,35 +12110,15 @@ module Aws::ECS
|
|
12128
12110
|
#
|
12129
12111
|
# If you're using the EC2 launch type or the external launch type,
|
12130
12112
|
# this field is optional. Supported values are between `128` CPU units
|
12131
|
-
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs).
|
12132
|
-
# cannot be less than 1 vCPU when you use Windows containers on
|
12133
|
-
# Fargate.
|
12134
|
-
#
|
12135
|
-
# * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
|
12136
|
-
# GB), 2048 (2 GB)
|
12113
|
+
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs).
|
12137
12114
|
#
|
12138
|
-
#
|
12139
|
-
#
|
12140
|
-
#
|
12141
|
-
# * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3
|
12142
|
-
# GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8
|
12143
|
-
# GB)
|
12144
|
-
#
|
12145
|
-
# * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384
|
12146
|
-
# (16 GB) in increments of 1024 (1 GB)
|
12147
|
-
#
|
12148
|
-
# * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720
|
12149
|
-
# (30 GB) in increments of 1024 (1 GB)
|
12150
|
-
#
|
12151
|
-
# * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
|
12152
|
-
# increments
|
12115
|
+
# This field is required for Fargate. For information about the valid
|
12116
|
+
# values, see [Task size][1] in the *Amazon Elastic Container Service
|
12117
|
+
# Developer Guide*.
|
12153
12118
|
#
|
12154
|
-
# This option requires Linux platform `1.4.0` or later.
|
12155
12119
|
#
|
12156
|
-
# * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8
|
12157
|
-
# GB increments
|
12158
12120
|
#
|
12159
|
-
#
|
12121
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
|
12160
12122
|
# @return [String]
|
12161
12123
|
#
|
12162
12124
|
# @!attribute [rw] memory
|
@@ -13821,7 +13783,7 @@ module Aws::ECS
|
|
13821
13783
|
#
|
13822
13784
|
#
|
13823
13785
|
#
|
13824
|
-
# [1]: https://github.com/aws/amazon-ecs-agent
|
13786
|
+
# [1]: https://github.com/aws/amazon-ecs-agent
|
13825
13787
|
# @return [String]
|
13826
13788
|
#
|
13827
13789
|
# @!attribute [rw] docker_version
|
data/lib/aws-sdk-ecs.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.193.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.225.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.225.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
84
84
|
requirements:
|
85
85
|
- - ">="
|
86
86
|
- !ruby/object:Gem::Version
|
87
|
-
version: '2.
|
87
|
+
version: '2.7'
|
88
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
89
89
|
requirements:
|
90
90
|
- - ">="
|