aws-sdk-ecs 1.188.0 → 1.189.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 +32 -5
- data/lib/aws-sdk-ecs/types.rb +11 -15
- data/lib/aws-sdk-ecs.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ff23fa3d510624f45025ba779669622185cb188cd184ab1528c1fbe95c3ba5f
|
4
|
+
data.tar.gz: 2229746b3464141cb887dbe34b878e2ee79095dddc79125b697591a47de5b2b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c724140c0d845925a17c0ff68a1ff94b02e9aa758a7781cd994a01f1d9885d087033864257c7b1162a2f41c4721de1ebc7c4d5c733bc2bb0abf5fdfdd0426d31
|
7
|
+
data.tar.gz: a1c3f90c058bc0b6da7ffb628a8c0cbbe10bb58172b4a4ba73b1ceb0ace1d24bd0ddde8f94c2f98ce5d1d4a50633f349678979f57425651584e5060a5f9b58eb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.189.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -2173,13 +2173,16 @@ module Aws::ECS
|
|
2173
2173
|
# container instances is affected.
|
2174
2174
|
#
|
2175
2175
|
# @option params [String] :principal_arn
|
2176
|
-
# The Amazon Resource Name (ARN) of the principal. It can be
|
2176
|
+
# The Amazon Resource Name (ARN) of the principal. It can be a user,
|
2177
2177
|
# role, or the root user. If you specify the root user, it disables the
|
2178
2178
|
# account setting for all users, roles, and the root user of the account
|
2179
2179
|
# unless a user or role explicitly overrides these settings. If this
|
2180
2180
|
# field is omitted, the setting is changed only for the authenticated
|
2181
2181
|
# user.
|
2182
2182
|
#
|
2183
|
+
# In order to use this parameter, you must be the root user, or the
|
2184
|
+
# principal.
|
2185
|
+
#
|
2183
2186
|
# @return [Types::DeleteAccountSettingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2184
2187
|
#
|
2185
2188
|
# * {Types::DeleteAccountSettingResponse#setting #setting} => Types::Setting
|
@@ -5552,6 +5555,9 @@ module Aws::ECS
|
|
5552
5555
|
# If this field is omitted, the account settings are listed only for the
|
5553
5556
|
# authenticated user.
|
5554
5557
|
#
|
5558
|
+
# In order to use this parameter, you must be the root user, or the
|
5559
|
+
# principal.
|
5560
|
+
#
|
5555
5561
|
# <note markdown="1"> Federated users assume the account setting of the root user and can't
|
5556
5562
|
# have explicit account settings set for them.
|
5557
5563
|
#
|
@@ -6827,6 +6833,9 @@ module Aws::ECS
|
|
6827
6833
|
# explicitly overrides these settings. If this field is omitted, the
|
6828
6834
|
# setting is changed only for the authenticated user.
|
6829
6835
|
#
|
6836
|
+
# In order to use this parameter, you must be the root user, or the
|
6837
|
+
# principal.
|
6838
|
+
#
|
6830
6839
|
# <note markdown="1"> You must use the root user when you set the Fargate wait time
|
6831
6840
|
# (`fargateTaskRetirementWaitPeriod`).
|
6832
6841
|
#
|
@@ -8647,10 +8656,17 @@ module Aws::ECS
|
|
8647
8656
|
# * Run `RunTask` with the `clientToken` and the original set of
|
8648
8657
|
# parameters
|
8649
8658
|
#
|
8659
|
+
# If you get a `ClientException`error, the `RunTask` could not be
|
8660
|
+
# processed because you use managed scaling and there is a capacity
|
8661
|
+
# error because the quota of tasks in the `PROVISIONING` per cluster has
|
8662
|
+
# been reached. For information about the service quotas, see [Amazon
|
8663
|
+
# ECS service quotas][3].
|
8664
|
+
#
|
8650
8665
|
#
|
8651
8666
|
#
|
8652
8667
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html
|
8653
8668
|
# [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types
|
8669
|
+
# [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html
|
8654
8670
|
#
|
8655
8671
|
# @option params [Array<Types::CapacityProviderStrategyItem>] :capacity_provider_strategy
|
8656
8672
|
# The capacity provider strategy to use for the task.
|
@@ -9614,9 +9630,20 @@ module Aws::ECS
|
|
9614
9630
|
|
9615
9631
|
# Stops an ongoing service deployment.
|
9616
9632
|
#
|
9617
|
-
#
|
9633
|
+
# The following stop types are avaiable:
|
9618
9634
|
#
|
9619
|
-
#
|
9635
|
+
# * ROLLBACK - This option rolls back the service deployment to the
|
9636
|
+
# previous service revision.
|
9637
|
+
#
|
9638
|
+
# You can use this option even if you didn't configure the service
|
9639
|
+
# deployment for the rollback option.
|
9640
|
+
#
|
9641
|
+
# For more information, see [Stopping Amazon ECS service deployments][1]
|
9642
|
+
# in the *Amazon Elastic Container Service Developer Guide*.
|
9643
|
+
#
|
9644
|
+
#
|
9645
|
+
#
|
9646
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/stop-service-deployment.html
|
9620
9647
|
#
|
9621
9648
|
# @option params [required, String] :service_deployment_arn
|
9622
9649
|
# The ARN of the service deployment that you want to stop.
|
@@ -9624,7 +9651,7 @@ module Aws::ECS
|
|
9624
9651
|
# @option params [String] :stop_type
|
9625
9652
|
# How you want Amazon ECS to stop the service.
|
9626
9653
|
#
|
9627
|
-
# The
|
9654
|
+
# The valid values are `ROLLBACK`.
|
9628
9655
|
#
|
9629
9656
|
# @return [Types::StopServiceDeploymentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9630
9657
|
#
|
@@ -12511,7 +12538,7 @@ module Aws::ECS
|
|
12511
12538
|
tracer: tracer
|
12512
12539
|
)
|
12513
12540
|
context[:gem_name] = 'aws-sdk-ecs'
|
12514
|
-
context[:gem_version] = '1.
|
12541
|
+
context[:gem_version] = '1.189.0'
|
12515
12542
|
Seahorse::Client::Request.new(handlers, context)
|
12516
12543
|
end
|
12517
12544
|
|
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]
|
@@ -3286,12 +3273,15 @@ module Aws::ECS
|
|
3286
3273
|
# @return [String]
|
3287
3274
|
#
|
3288
3275
|
# @!attribute [rw] principal_arn
|
3289
|
-
# The Amazon Resource Name (ARN) of the principal. It can be
|
3276
|
+
# The Amazon Resource Name (ARN) of the principal. It can be a user,
|
3290
3277
|
# role, or the root user. If you specify the root user, it disables
|
3291
3278
|
# the account setting for all users, roles, and the root user of the
|
3292
3279
|
# account unless a user or role explicitly overrides these settings.
|
3293
3280
|
# If this field is omitted, the setting is changed only for the
|
3294
3281
|
# authenticated user.
|
3282
|
+
#
|
3283
|
+
# In order to use this parameter, you must be the root user, or the
|
3284
|
+
# principal.
|
3295
3285
|
# @return [String]
|
3296
3286
|
#
|
3297
3287
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DeleteAccountSettingRequest AWS API Documentation
|
@@ -5888,6 +5878,9 @@ module Aws::ECS
|
|
5888
5878
|
# user. If this field is omitted, the account settings are listed only
|
5889
5879
|
# for the authenticated user.
|
5890
5880
|
#
|
5881
|
+
# In order to use this parameter, you must be the root user, or the
|
5882
|
+
# principal.
|
5883
|
+
#
|
5891
5884
|
# <note markdown="1"> Federated users assume the account setting of the root user and
|
5892
5885
|
# can't have explicit account settings set for them.
|
5893
5886
|
#
|
@@ -8198,6 +8191,9 @@ module Aws::ECS
|
|
8198
8191
|
# or role explicitly overrides these settings. If this field is
|
8199
8192
|
# omitted, the setting is changed only for the authenticated user.
|
8200
8193
|
#
|
8194
|
+
# In order to use this parameter, you must be the root user, or the
|
8195
|
+
# principal.
|
8196
|
+
#
|
8201
8197
|
# <note markdown="1"> You must use the root user when you set the Fargate wait time
|
8202
8198
|
# (`fargateTaskRetirementWaitPeriod`).
|
8203
8199
|
#
|
@@ -11038,7 +11034,7 @@ module Aws::ECS
|
|
11038
11034
|
# @!attribute [rw] stop_type
|
11039
11035
|
# How you want Amazon ECS to stop the service.
|
11040
11036
|
#
|
11041
|
-
# The
|
11037
|
+
# The valid values are `ROLLBACK`.
|
11042
11038
|
# @return [String]
|
11043
11039
|
#
|
11044
11040
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/StopServiceDeploymentRequest AWS API Documentation
|
data/lib/aws-sdk-ecs.rb
CHANGED