aws-sdk-ecs 1.85.0 → 1.86.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 +10 -2
- data/lib/aws-sdk-ecs/types.rb +26 -6
- 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: 3ca2c8c1ca5c458e7d9f2d50e49ec331f80f44aa82d6ba5d4c4f1007441f7639
|
4
|
+
data.tar.gz: a91292f1766c79d5707811572801e4287ad9d8e673e5e72a0cc1c4099eab7280
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bd43a91dd33f82c6496f26a300c1ea6a88762f9fd5bb309cd0bc6003fa0876619f74a4127c7e02816bb77d4f08c20ea526dff35edc2c65f33f9a706e8183df3
|
7
|
+
data.tar.gz: 462b50d3322f6f552c430b64d4c8076b2e56ccee90d1009b25d39066293a7fe1c885727d8b405b1755073854d66d09719bc2185250a889cbdf457be88f08ff83
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.86.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -1079,7 +1079,8 @@ module Aws::ECS
|
|
1079
1079
|
# the service to the tasks in the service. If no value is specified, the
|
1080
1080
|
# tags are not propagated. Tags can only be propagated to the tasks
|
1081
1081
|
# within the service during service creation. To add tags to a task
|
1082
|
-
# after service creation, use the TagResource API
|
1082
|
+
# after service creation or task creation, use the TagResource API
|
1083
|
+
# action.
|
1083
1084
|
#
|
1084
1085
|
# @option params [Boolean] :enable_execute_command
|
1085
1086
|
# Whether or not the execute command functionality is enabled for the
|
@@ -6331,6 +6332,13 @@ module Aws::ECS
|
|
6331
6332
|
# task definition to run. If a `revision` is not specified, the latest
|
6332
6333
|
# `ACTIVE` revision is used.
|
6333
6334
|
#
|
6335
|
+
# The full ARN value must match the value that you specified ias the
|
6336
|
+
# `Resource` of the IAM principal's permissions policy. For example, if
|
6337
|
+
# the `Resource` is
|
6338
|
+
# arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*,
|
6339
|
+
# the `taskDefinition` ARN value must be
|
6340
|
+
# `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName`.
|
6341
|
+
#
|
6334
6342
|
# @return [Types::RunTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6335
6343
|
#
|
6336
6344
|
# * {Types::RunTaskResponse#tasks #tasks} => Array<Types::Task>
|
@@ -8499,7 +8507,7 @@ module Aws::ECS
|
|
8499
8507
|
params: params,
|
8500
8508
|
config: config)
|
8501
8509
|
context[:gem_name] = 'aws-sdk-ecs'
|
8502
|
-
context[:gem_version] = '1.
|
8510
|
+
context[:gem_version] = '1.86.0'
|
8503
8511
|
Seahorse::Client::Request.new(handlers, context)
|
8504
8512
|
end
|
8505
8513
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -3049,7 +3049,8 @@ module Aws::ECS
|
|
3049
3049
|
# the service to the tasks in the service. If no value is specified,
|
3050
3050
|
# the tags are not propagated. Tags can only be propagated to the
|
3051
3051
|
# tasks within the service during service creation. To add tags to a
|
3052
|
-
# task after service creation, use the TagResource
|
3052
|
+
# task after service creation or task creation, use the TagResource
|
3053
|
+
# API action.
|
3053
3054
|
# @return [String]
|
3054
3055
|
#
|
3055
3056
|
# @!attribute [rw] enable_execute_command
|
@@ -5440,7 +5441,7 @@ module Aws::ECS
|
|
5440
5441
|
#
|
5441
5442
|
#
|
5442
5443
|
#
|
5443
|
-
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-
|
5444
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html
|
5444
5445
|
#
|
5445
5446
|
# @note When making an API call, you may pass InferenceAccelerator
|
5446
5447
|
# data as a hash:
|
@@ -5477,7 +5478,7 @@ module Aws::ECS
|
|
5477
5478
|
#
|
5478
5479
|
#
|
5479
5480
|
#
|
5480
|
-
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-
|
5481
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html
|
5481
5482
|
#
|
5482
5483
|
# @note When making an API call, you may pass InferenceAcceleratorOverride
|
5483
5484
|
# data as a hash:
|
@@ -8458,7 +8459,7 @@ module Aws::ECS
|
|
8458
8459
|
#
|
8459
8460
|
#
|
8460
8461
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-gpu.html
|
8461
|
-
# [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-
|
8462
|
+
# [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html
|
8462
8463
|
#
|
8463
8464
|
# @note When making an API call, you may pass ResourceRequirement
|
8464
8465
|
# data as a hash:
|
@@ -8782,6 +8783,13 @@ module Aws::ECS
|
|
8782
8783
|
# The `family` and `revision` (`family:revision`) or full ARN of the
|
8783
8784
|
# task definition to run. If a `revision` is not specified, the latest
|
8784
8785
|
# `ACTIVE` revision is used.
|
8786
|
+
#
|
8787
|
+
# The full ARN value must match the value that you specified ias the
|
8788
|
+
# `Resource` of the IAM principal's permissions policy. For example,
|
8789
|
+
# if the `Resource` is
|
8790
|
+
# arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*,
|
8791
|
+
# the `taskDefinition` ARN value must be
|
8792
|
+
# `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName`.
|
8785
8793
|
# @return [String]
|
8786
8794
|
#
|
8787
8795
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/RunTaskRequest AWS API Documentation
|
@@ -10847,7 +10855,13 @@ module Aws::ECS
|
|
10847
10855
|
#
|
10848
10856
|
# @!attribute [rw] execution_role_arn
|
10849
10857
|
# The Amazon Resource Name (ARN) of the task execution IAM role
|
10850
|
-
# override for the task.
|
10858
|
+
# override for the task. For more information, see [Amazon ECS task
|
10859
|
+
# execution IAM role][1] in the *Amazon Elastic Container Service
|
10860
|
+
# Developer Guide*.
|
10861
|
+
#
|
10862
|
+
#
|
10863
|
+
#
|
10864
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html
|
10851
10865
|
# @return [String]
|
10852
10866
|
#
|
10853
10867
|
# @!attribute [rw] memory
|
@@ -10857,7 +10871,13 @@ module Aws::ECS
|
|
10857
10871
|
# @!attribute [rw] task_role_arn
|
10858
10872
|
# The Amazon Resource Name (ARN) of the IAM role that containers in
|
10859
10873
|
# this task can assume. All containers in this task are granted the
|
10860
|
-
# permissions that are specified in this role.
|
10874
|
+
# permissions that are specified in this role. For more information,
|
10875
|
+
# see [IAM Role for Tasks][1] in the *Amazon Elastic Container Service
|
10876
|
+
# Developer Guide*.
|
10877
|
+
#
|
10878
|
+
#
|
10879
|
+
#
|
10880
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html
|
10861
10881
|
# @return [String]
|
10862
10882
|
#
|
10863
10883
|
# @!attribute [rw] ephemeral_storage
|
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.86.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: 2021-
|
11
|
+
date: 2021-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|