@aws-sdk/client-ecs 3.541.0 → 3.542.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.
- package/dist-types/commands/CreateServiceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/RunTaskCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +1 -1
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ declare const CreateServiceCommand_base: {
|
|
|
31
31
|
* Amazon ECS runs another copy of the task in the specified cluster. To update an existing
|
|
32
32
|
* service, see the <a>UpdateService</a> action.</p>
|
|
33
33
|
* <note>
|
|
34
|
-
* <p>
|
|
34
|
+
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
|
|
35
35
|
* </note>
|
|
36
36
|
* <p>In addition to maintaining the desired count of tasks in your service, you can
|
|
37
37
|
* optionally run your service behind one or more load balancers. The load balancers
|
|
@@ -31,7 +31,7 @@ declare const CreateTaskSetCommand_base: {
|
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS deployment
|
|
32
32
|
* types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
33
33
|
* <note>
|
|
34
|
-
* <p>
|
|
34
|
+
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
|
|
35
35
|
* </note>
|
|
36
36
|
* <p>For information about the maximum number of task sets and otther quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
37
37
|
* service quotas</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
@@ -28,7 +28,7 @@ declare const RunTaskCommand_base: {
|
|
|
28
28
|
/**
|
|
29
29
|
* <p>Starts a new task using the specified task definition.</p>
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>
|
|
31
|
+
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
|
|
32
32
|
* </note>
|
|
33
33
|
* <p>You can allow Amazon ECS to place tasks for you, or you can customize how Amazon ECS places
|
|
34
34
|
* tasks using placement constraints and placement strategies. For more information, see
|
|
@@ -29,7 +29,7 @@ declare const StartTaskCommand_base: {
|
|
|
29
29
|
* <p>Starts a new task from the specified task definition on the specified container
|
|
30
30
|
* instance or instances.</p>
|
|
31
31
|
* <note>
|
|
32
|
-
* <p>
|
|
32
|
+
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
|
|
33
33
|
* </note>
|
|
34
34
|
* <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service. </p>
|
|
35
35
|
* <p>Alternatively, you can use <a>RunTask</a> to place tasks for you. For more
|
|
@@ -28,7 +28,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
28
28
|
/**
|
|
29
29
|
* <p>Modifies the parameters of a service.</p>
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>
|
|
31
|
+
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
|
|
32
32
|
* </note>
|
|
33
33
|
* <p>For services using the rolling update (<code>ECS</code>) you can update the desired
|
|
34
34
|
* count, deployment configuration, network configuration, load balancers, service
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.542.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|