aws-sdk-ecs 1.142.0 → 1.143.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 +46 -17
- data/lib/aws-sdk-ecs/types.rb +24 -12
- 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: fa2e14609f9924ebd33ec3c7c71e5cdd866b657bdb263738a84a783a6d8989e9
|
4
|
+
data.tar.gz: 827e14b23d93c1219cc0e615381f53ed8a70a165498afa161c69ecb340b15e61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0869d6df05f58d3316ff44858a084b167c34bcf2508a39f10a627a898a67bc42af88e9bb1da9a92b6d8f98c6cdb9d1d3eb8c58d4aa60bf57a26dd66545bc733e'
|
7
|
+
data.tar.gz: 11a83ee0f5aab96a9c477db0e5479380122b474250893cf0b05892221a4f61c311fbb73d162536edf35caadc772e3dade7ea3844793de27abad041eb5230513a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.143.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -757,14 +757,9 @@ module Aws::ECS
|
|
757
757
|
# specified cluster. To update an existing service, see the
|
758
758
|
# UpdateService action.
|
759
759
|
#
|
760
|
-
# <note markdown="1">
|
761
|
-
#
|
762
|
-
#
|
763
|
-
# and performance. After April 15, 2023, new customers will not be able
|
764
|
-
# to launch instances with Amazon EI accelerators in Amazon SageMaker,
|
765
|
-
# Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
|
766
|
-
# at least once during the past 30-day period are considered current
|
767
|
-
# customers and will be able to continue using the service.
|
760
|
+
# <note markdown="1"> The following change began on March 21, 2024. When the task definition
|
761
|
+
# revision is not specified, Amazon ECS resolves the task definition
|
762
|
+
# revision before it authorizes the task definition.
|
768
763
|
#
|
769
764
|
# </note>
|
770
765
|
#
|
@@ -866,7 +861,16 @@ module Aws::ECS
|
|
866
861
|
# When the service scheduler launches new tasks, it determines task
|
867
862
|
# placement. For information about task placement and task placement
|
868
863
|
# strategies, see [Amazon ECS task placement][5] in the *Amazon Elastic
|
869
|
-
# Container Service Developer Guide
|
864
|
+
# Container Service Developer Guide*
|
865
|
+
#
|
866
|
+
# Starting April 15, 2023, Amazon Web Services will not onboard new
|
867
|
+
# customers to Amazon Elastic Inference (EI), and will help current
|
868
|
+
# customers migrate their workloads to options that offer better price
|
869
|
+
# and performance. After April 15, 2023, new customers will not be able
|
870
|
+
# to launch instances with Amazon EI accelerators in Amazon SageMaker,
|
871
|
+
# Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
|
872
|
+
# at least once during the past 30-day period are considered current
|
873
|
+
# customers and will be able to continue using the service.
|
870
874
|
#
|
871
875
|
#
|
872
876
|
#
|
@@ -996,7 +1000,7 @@ module Aws::ECS
|
|
996
1000
|
#
|
997
1001
|
# <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
|
998
1002
|
# provider strategy must be used. For more information, see [Fargate
|
999
|
-
# capacity providers][2] in the *Amazon ECS
|
1003
|
+
# capacity providers][2] in the *Amazon ECS Developer Guide*.
|
1000
1004
|
#
|
1001
1005
|
# </note>
|
1002
1006
|
#
|
@@ -1201,11 +1205,16 @@ module Aws::ECS
|
|
1201
1205
|
# can only be propagated to the task during task creation. To add tags
|
1202
1206
|
# to a task after task creation, use the [TagResource][1] API action.
|
1203
1207
|
#
|
1208
|
+
# You must set this to a value other than `NONE` when you use Cost
|
1209
|
+
# Explorer. For more information, see [Amazon ECS usage reports][2] in
|
1210
|
+
# the *Amazon Elastic Container Service Developer Guide*.
|
1211
|
+
#
|
1204
1212
|
# The default is `NONE`.
|
1205
1213
|
#
|
1206
1214
|
#
|
1207
1215
|
#
|
1208
1216
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TagResource.html
|
1217
|
+
# [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/usage-reports.html
|
1209
1218
|
#
|
1210
1219
|
# @option params [Boolean] :enable_execute_command
|
1211
1220
|
# Determines whether the execute command functionality is turned on for
|
@@ -1690,6 +1699,12 @@ module Aws::ECS
|
|
1690
1699
|
# more information, see [Amazon ECS deployment types][1] in the *Amazon
|
1691
1700
|
# Elastic Container Service Developer Guide*.
|
1692
1701
|
#
|
1702
|
+
# <note markdown="1"> The following change began on March 21, 2024. When the task definition
|
1703
|
+
# revision is not specified, Amazon ECS resolves the task definition
|
1704
|
+
# revision before it authorizes the task definition.
|
1705
|
+
#
|
1706
|
+
# </note>
|
1707
|
+
#
|
1693
1708
|
# For information about the maximum number of task sets and otther
|
1694
1709
|
# quotas, see [Amazon ECS service quotas][2] in the *Amazon Elastic
|
1695
1710
|
# Container Service Developer Guide*.
|
@@ -7174,6 +7189,12 @@ module Aws::ECS
|
|
7174
7189
|
|
7175
7190
|
# Starts a new task using the specified task definition.
|
7176
7191
|
#
|
7192
|
+
# <note markdown="1"> The following change began on March 21, 2024. When the task definition
|
7193
|
+
# revision is not specified, Amazon ECS resolves the task definition
|
7194
|
+
# revision before it authorizes the task definition.
|
7195
|
+
#
|
7196
|
+
# </note>
|
7197
|
+
#
|
7177
7198
|
# You can allow Amazon ECS to place tasks for you, or you can customize
|
7178
7199
|
# how Amazon ECS places tasks using placement constraints and placement
|
7179
7200
|
# strategies. For more information, see [Scheduling Tasks][1] in the
|
@@ -7182,7 +7203,7 @@ module Aws::ECS
|
|
7182
7203
|
# Alternatively, you can use StartTask to use your own scheduler or
|
7183
7204
|
# place tasks manually on specific container instances.
|
7184
7205
|
#
|
7185
|
-
#
|
7206
|
+
# Starting April 15, 2023, Amazon Web Services will not onboard new
|
7186
7207
|
# customers to Amazon Elastic Inference (EI), and will help current
|
7187
7208
|
# customers migrate their workloads to options that offer better price
|
7188
7209
|
# and performance. After April 15, 2023, new customers will not be able
|
@@ -7191,8 +7212,6 @@ module Aws::ECS
|
|
7191
7212
|
# at least once during the past 30-day period are considered current
|
7192
7213
|
# customers and will be able to continue using the service.
|
7193
7214
|
#
|
7194
|
-
# </note>
|
7195
|
-
#
|
7196
7215
|
# You can attach Amazon EBS volumes to Amazon ECS tasks by configuring
|
7197
7216
|
# the volume when creating or updating a service. For more infomation,
|
7198
7217
|
# see [Amazon EBS volumes][2] in the *Amazon Elastic Container Service
|
@@ -7748,7 +7767,13 @@ module Aws::ECS
|
|
7748
7767
|
# Starts a new task from the specified task definition on the specified
|
7749
7768
|
# container instance or instances.
|
7750
7769
|
#
|
7751
|
-
# <note markdown="1">
|
7770
|
+
# <note markdown="1"> The following change began on March 21, 2024. When the task definition
|
7771
|
+
# revision is not specified, Amazon ECS resolves the task definition
|
7772
|
+
# revision before it authorizes the task definition.
|
7773
|
+
#
|
7774
|
+
# </note>
|
7775
|
+
#
|
7776
|
+
# Starting April 15, 2023, Amazon Web Services will not onboard new
|
7752
7777
|
# customers to Amazon Elastic Inference (EI), and will help current
|
7753
7778
|
# customers migrate their workloads to options that offer better price
|
7754
7779
|
# and performance. After April 15, 2023, new customers will not be able
|
@@ -7757,8 +7782,6 @@ module Aws::ECS
|
|
7757
7782
|
# at least once during the past 30-day period are considered current
|
7758
7783
|
# customers and will be able to continue using the service.
|
7759
7784
|
#
|
7760
|
-
# </note>
|
7761
|
-
#
|
7762
7785
|
# Alternatively, you can use RunTask to place tasks for you. For more
|
7763
7786
|
# information, see [Scheduling Tasks][1] in the *Amazon Elastic
|
7764
7787
|
# Container Service Developer Guide*.
|
@@ -9146,6 +9169,12 @@ module Aws::ECS
|
|
9146
9169
|
|
9147
9170
|
# Modifies the parameters of a service.
|
9148
9171
|
#
|
9172
|
+
# <note markdown="1"> The following change began on March 21, 2024. When the task definition
|
9173
|
+
# revision is not specified, Amazon ECS resolves the task definition
|
9174
|
+
# revision before it authorizes the task definition.
|
9175
|
+
#
|
9176
|
+
# </note>
|
9177
|
+
#
|
9149
9178
|
# For services using the rolling update (`ECS`) you can update the
|
9150
9179
|
# desired count, deployment configuration, network configuration, load
|
9151
9180
|
# balancers, service registries, enable ECS managed tags option,
|
@@ -10225,7 +10254,7 @@ module Aws::ECS
|
|
10225
10254
|
params: params,
|
10226
10255
|
config: config)
|
10227
10256
|
context[:gem_name] = 'aws-sdk-ecs'
|
10228
|
-
context[:gem_version] = '1.
|
10257
|
+
context[:gem_version] = '1.143.0'
|
10229
10258
|
Seahorse::Client::Request.new(handlers, context)
|
10230
10259
|
end
|
10231
10260
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -42,9 +42,9 @@ module Aws::ECS
|
|
42
42
|
# For Service Connect services, this includes `portName`,
|
43
43
|
# `clientAliases`, `discoveryName`, and `ingressPortOverride`.
|
44
44
|
#
|
45
|
-
# For
|
46
|
-
# `
|
47
|
-
#
|
45
|
+
# For Elastic Block Storage, this includes `roleArn`,
|
46
|
+
# `deleteOnTermination`, `volumeName`, `volumeId`, and `statusReason`
|
47
|
+
# (only when the attachment fails to create or attach).
|
48
48
|
# @return [Array<Types::KeyValuePair>]
|
49
49
|
#
|
50
50
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/Attachment AWS API Documentation
|
@@ -2728,7 +2728,7 @@ module Aws::ECS
|
|
2728
2728
|
#
|
2729
2729
|
# <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
|
2730
2730
|
# provider strategy must be used. For more information, see [Fargate
|
2731
|
-
# capacity providers][2] in the *Amazon ECS
|
2731
|
+
# capacity providers][2] in the *Amazon ECS Developer Guide*.
|
2732
2732
|
#
|
2733
2733
|
# </note>
|
2734
2734
|
#
|
@@ -2952,11 +2952,16 @@ module Aws::ECS
|
|
2952
2952
|
# tags to a task after task creation, use the [TagResource][1] API
|
2953
2953
|
# action.
|
2954
2954
|
#
|
2955
|
+
# You must set this to a value other than `NONE` when you use Cost
|
2956
|
+
# Explorer. For more information, see [Amazon ECS usage reports][2] in
|
2957
|
+
# the *Amazon Elastic Container Service Developer Guide*.
|
2958
|
+
#
|
2955
2959
|
# The default is `NONE`.
|
2956
2960
|
#
|
2957
2961
|
#
|
2958
2962
|
#
|
2959
2963
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TagResource.html
|
2964
|
+
# [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/usage-reports.html
|
2960
2965
|
# @return [String]
|
2961
2966
|
#
|
2962
2967
|
# @!attribute [rw] enable_execute_command
|
@@ -4668,9 +4673,12 @@ module Aws::ECS
|
|
4668
4673
|
# variables contained within an environment file. If multiple
|
4669
4674
|
# environment files are specified that contain the same variable,
|
4670
4675
|
# they're processed from the top down. We recommend that you use unique
|
4671
|
-
# variable names. For more information, see [
|
4672
|
-
# variables][1] in the *Amazon Elastic
|
4673
|
-
# Guide*.
|
4676
|
+
# variable names. For more information, see [Use a file to pass
|
4677
|
+
# environment variables to a container][1] in the *Amazon Elastic
|
4678
|
+
# Container Service Developer Guide*.
|
4679
|
+
#
|
4680
|
+
# Environment variable files are objects in Amazon S3 and all Amazon S3
|
4681
|
+
# security considerations apply.
|
4674
4682
|
#
|
4675
4683
|
# You must use the following platforms for the Fargate launch type:
|
4676
4684
|
#
|
@@ -4688,7 +4696,7 @@ module Aws::ECS
|
|
4688
4696
|
#
|
4689
4697
|
#
|
4690
4698
|
#
|
4691
|
-
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/
|
4699
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/use-environment-file.html
|
4692
4700
|
#
|
4693
4701
|
# @!attribute [rw] value
|
4694
4702
|
# The Amazon Resource Name (ARN) of the Amazon S3 object containing
|
@@ -4696,7 +4704,8 @@ module Aws::ECS
|
|
4696
4704
|
# @return [String]
|
4697
4705
|
#
|
4698
4706
|
# @!attribute [rw] type
|
4699
|
-
# The file type to use.
|
4707
|
+
# The file type to use. Environment files are objects in Amazon S3.
|
4708
|
+
# The only supported value is `s3`.
|
4700
4709
|
# @return [String]
|
4701
4710
|
#
|
4702
4711
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/EnvironmentFile AWS API Documentation
|
@@ -4729,7 +4738,7 @@ module Aws::ECS
|
|
4729
4738
|
#
|
4730
4739
|
# @!attribute [rw] size_in_gi_b
|
4731
4740
|
# The total amount, in GiB, of ephemeral storage to set for the task.
|
4732
|
-
# The minimum supported value is `
|
4741
|
+
# The minimum supported value is `20` GiB and the maximum supported
|
4733
4742
|
# value is `200` GiB.
|
4734
4743
|
# @return [Integer]
|
4735
4744
|
#
|
@@ -5118,6 +5127,9 @@ module Aws::ECS
|
|
5118
5127
|
# The health check is designed to make sure that your containers survive
|
5119
5128
|
# agent restarts, upgrades, or temporary unavailability.
|
5120
5129
|
#
|
5130
|
+
# Amazon ECS performs health checks on containers with the default that
|
5131
|
+
# launched the container instance or the task.
|
5132
|
+
#
|
5121
5133
|
# The following describes the possible `healthStatus` values for a
|
5122
5134
|
# container:
|
5123
5135
|
#
|
@@ -5423,8 +5435,8 @@ module Aws::ECS
|
|
5423
5435
|
#
|
5424
5436
|
class InvalidParameterException < Aws::EmptyStructure; end
|
5425
5437
|
|
5426
|
-
# The Linux capabilities
|
5427
|
-
#
|
5438
|
+
# The Linux capabilities to add or remove from the default Docker
|
5439
|
+
# configuration for a container defined in the task definition. For more
|
5428
5440
|
# information about the default capabilities and the non-default
|
5429
5441
|
# available capabilities, see [Runtime privilege and Linux
|
5430
5442
|
# capabilities][1] in the *Docker run reference*. For more detailed
|
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.143.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: 2024-
|
11
|
+
date: 2024-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|