aws-sdk-ecs 1.142.0 → 1.144.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4500302c9d80a2ade7b9c76b57217d9cc672c7a2b2291b3de8d2dffb89ab499a
4
- data.tar.gz: 9ec3133f14d07fb569729fb4e619853a39d7d6870b3d0a78356ffd8c901017ba
3
+ metadata.gz: 21435feeacbac309446d33890d3261f38cbea1d23a3db469faec64a0e411794d
4
+ data.tar.gz: '042429b968f451e6c444328e330c0edf316dfb689cdbe6c687308a92d21f084f'
5
5
  SHA512:
6
- metadata.gz: bcc243650eb87d14bb39fae429315363dfcc07cd67f3c509646d072195d2bbb85cf852d3802f7e597ffc75352971bc0e454a710f1a9c8fbee79f7892bc0a62a1
7
- data.tar.gz: f9cf25eb551d6f1d3a4fecd925eb01b283f1e91ae0019893f7ebd8075e85483466a0e07b698cce08a2e2555ff95ba447b413ee873ce0c398d3e898963639f7d1
6
+ metadata.gz: e068ccad0cd96cdb5cbf651480dcd5722556d16585469d90d0e7bbf87d16f07fe7373bc3bb5354449d6d37481c43a12820d0836ec081f0e71170c316291c8907
7
+ data.tar.gz: 39a8dbe4a43be21989ff613142369cac8d8bf3f450d3df8bcfa2141c3c4427f8c4ee157f1902f3478739bce95b71fad2623e9298d1cbbffc0db8da910c314c54
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.144.0 (2024-03-26)
5
+ ------------------
6
+
7
+ * Feature - This is a documentation update for Amazon ECS.
8
+
9
+ 1.143.0 (2024-03-25)
10
+ ------------------
11
+
12
+ * Feature - Documentation only update for Amazon ECS.
13
+
4
14
  1.142.0 (2024-02-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.142.0
1
+ 1.144.0
@@ -757,14 +757,10 @@ module Aws::ECS
757
757
  # specified cluster. To update an existing service, see the
758
758
  # UpdateService action.
759
759
  #
760
- # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
761
- # customers to Amazon Elastic Inference (EI), and will help current
762
- # customers migrate their workloads to options that offer better price
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"> On March 21, 2024, a change was made to resolve the task definition
761
+ # revision before authorization. When a task definition revision is not
762
+ # specified, authorization will occur using the latest revision of a
763
+ # task definition.
768
764
  #
769
765
  # </note>
770
766
  #
@@ -866,7 +862,16 @@ module Aws::ECS
866
862
  # When the service scheduler launches new tasks, it determines task
867
863
  # placement. For information about task placement and task placement
868
864
  # strategies, see [Amazon ECS task placement][5] in the *Amazon Elastic
869
- # Container Service Developer Guide*.
865
+ # Container Service Developer Guide*
866
+ #
867
+ # Starting April 15, 2023, Amazon Web Services will not onboard new
868
+ # customers to Amazon Elastic Inference (EI), and will help current
869
+ # customers migrate their workloads to options that offer better price
870
+ # and performance. After April 15, 2023, new customers will not be able
871
+ # to launch instances with Amazon EI accelerators in Amazon SageMaker,
872
+ # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
873
+ # at least once during the past 30-day period are considered current
874
+ # customers and will be able to continue using the service.
870
875
  #
871
876
  #
872
877
  #
@@ -996,7 +1001,7 @@ module Aws::ECS
996
1001
  #
997
1002
  # <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
998
1003
  # provider strategy must be used. For more information, see [Fargate
999
- # capacity providers][2] in the *Amazon ECS User Guide for Fargate*.
1004
+ # capacity providers][2] in the *Amazon ECS Developer Guide*.
1000
1005
  #
1001
1006
  # </note>
1002
1007
  #
@@ -1201,11 +1206,16 @@ module Aws::ECS
1201
1206
  # can only be propagated to the task during task creation. To add tags
1202
1207
  # to a task after task creation, use the [TagResource][1] API action.
1203
1208
  #
1209
+ # You must set this to a value other than `NONE` when you use Cost
1210
+ # Explorer. For more information, see [Amazon ECS usage reports][2] in
1211
+ # the *Amazon Elastic Container Service Developer Guide*.
1212
+ #
1204
1213
  # The default is `NONE`.
1205
1214
  #
1206
1215
  #
1207
1216
  #
1208
1217
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TagResource.html
1218
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/usage-reports.html
1209
1219
  #
1210
1220
  # @option params [Boolean] :enable_execute_command
1211
1221
  # Determines whether the execute command functionality is turned on for
@@ -1690,6 +1700,13 @@ module Aws::ECS
1690
1700
  # more information, see [Amazon ECS deployment types][1] in the *Amazon
1691
1701
  # Elastic Container Service Developer Guide*.
1692
1702
  #
1703
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
1704
+ # revision before authorization. When a task definition revision is not
1705
+ # specified, authorization will occur using the latest revision of a
1706
+ # task definition.
1707
+ #
1708
+ # </note>
1709
+ #
1693
1710
  # For information about the maximum number of task sets and otther
1694
1711
  # quotas, see [Amazon ECS service quotas][2] in the *Amazon Elastic
1695
1712
  # Container Service Developer Guide*.
@@ -7174,6 +7191,13 @@ module Aws::ECS
7174
7191
 
7175
7192
  # Starts a new task using the specified task definition.
7176
7193
  #
7194
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
7195
+ # revision before authorization. When a task definition revision is not
7196
+ # specified, authorization will occur using the latest revision of a
7197
+ # task definition.
7198
+ #
7199
+ # </note>
7200
+ #
7177
7201
  # You can allow Amazon ECS to place tasks for you, or you can customize
7178
7202
  # how Amazon ECS places tasks using placement constraints and placement
7179
7203
  # strategies. For more information, see [Scheduling Tasks][1] in the
@@ -7182,7 +7206,7 @@ module Aws::ECS
7182
7206
  # Alternatively, you can use StartTask to use your own scheduler or
7183
7207
  # place tasks manually on specific container instances.
7184
7208
  #
7185
- # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
7209
+ # Starting April 15, 2023, Amazon Web Services will not onboard new
7186
7210
  # customers to Amazon Elastic Inference (EI), and will help current
7187
7211
  # customers migrate their workloads to options that offer better price
7188
7212
  # and performance. After April 15, 2023, new customers will not be able
@@ -7191,8 +7215,6 @@ module Aws::ECS
7191
7215
  # at least once during the past 30-day period are considered current
7192
7216
  # customers and will be able to continue using the service.
7193
7217
  #
7194
- # </note>
7195
- #
7196
7218
  # You can attach Amazon EBS volumes to Amazon ECS tasks by configuring
7197
7219
  # the volume when creating or updating a service. For more infomation,
7198
7220
  # see [Amazon EBS volumes][2] in the *Amazon Elastic Container Service
@@ -7748,7 +7770,14 @@ module Aws::ECS
7748
7770
  # Starts a new task from the specified task definition on the specified
7749
7771
  # container instance or instances.
7750
7772
  #
7751
- # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
7773
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
7774
+ # revision before authorization. When a task definition revision is not
7775
+ # specified, authorization will occur using the latest revision of a
7776
+ # task definition.
7777
+ #
7778
+ # </note>
7779
+ #
7780
+ # Starting April 15, 2023, Amazon Web Services will not onboard new
7752
7781
  # customers to Amazon Elastic Inference (EI), and will help current
7753
7782
  # customers migrate their workloads to options that offer better price
7754
7783
  # and performance. After April 15, 2023, new customers will not be able
@@ -7757,8 +7786,6 @@ module Aws::ECS
7757
7786
  # at least once during the past 30-day period are considered current
7758
7787
  # customers and will be able to continue using the service.
7759
7788
  #
7760
- # </note>
7761
- #
7762
7789
  # Alternatively, you can use RunTask to place tasks for you. For more
7763
7790
  # information, see [Scheduling Tasks][1] in the *Amazon Elastic
7764
7791
  # Container Service Developer Guide*.
@@ -9146,6 +9173,13 @@ module Aws::ECS
9146
9173
 
9147
9174
  # Modifies the parameters of a service.
9148
9175
  #
9176
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
9177
+ # revision before authorization. When a task definition revision is not
9178
+ # specified, authorization will occur using the latest revision of a
9179
+ # task definition.
9180
+ #
9181
+ # </note>
9182
+ #
9149
9183
  # For services using the rolling update (`ECS`) you can update the
9150
9184
  # desired count, deployment configuration, network configuration, load
9151
9185
  # balancers, service registries, enable ECS managed tags option,
@@ -10225,7 +10259,7 @@ module Aws::ECS
10225
10259
  params: params,
10226
10260
  config: config)
10227
10261
  context[:gem_name] = 'aws-sdk-ecs'
10228
- context[:gem_version] = '1.142.0'
10262
+ context[:gem_version] = '1.144.0'
10229
10263
  Seahorse::Client::Request.new(handlers, context)
10230
10264
  end
10231
10265
 
@@ -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 elastic block storage, this includes `roleArn`, `encrypted`,
46
- # `filesystemType`, `iops`, `kmsKeyId`, `sizeInGiB`, `snapshotId`,
47
- # `tagSpecifications`, `throughput`, and `volumeType`.
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 User Guide for Fargate*.
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 [Specifying environment
4672
- # variables][1] in the *Amazon Elastic Container Service Developer
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/taskdef-envfiles.html
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. The only supported value is `s3`.
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 `21` GiB and the maximum supported
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 for the container that are added to or dropped
5427
- # from the default configuration provided by Docker. For more
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ecs/customizations'
53
53
  # @!group service
54
54
  module Aws::ECS
55
55
 
56
- GEM_VERSION = '1.142.0'
56
+ GEM_VERSION = '1.144.0'
57
57
 
58
58
  end
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.142.0
4
+ version: 1.144.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-02-09 00:00:00.000000000 Z
11
+ date: 2024-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core