@aws-sdk/client-ecs 3.693.0 → 3.696.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/README.md +11 -12
- package/dist-cjs/index.js +10 -2
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +2 -0
- package/dist-types/ECS.d.ts +11 -12
- package/dist-types/ECSClient.d.ts +11 -12
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +17 -22
- package/dist-types/commands/CreateClusterCommand.d.ts +17 -19
- package/dist-types/commands/CreateServiceCommand.d.ts +89 -80
- package/dist-types/commands/CreateTaskSetCommand.d.ts +15 -19
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +9 -12
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -4
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +17 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +23 -27
- package/dist-types/commands/DeleteServiceCommand.d.ts +30 -29
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +24 -28
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +14 -17
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +19 -22
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +24 -26
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +8 -10
- package/dist-types/commands/DescribeClustersCommand.d.ts +8 -10
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +10 -12
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +9 -12
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +16 -12
- package/dist-types/commands/DescribeServicesCommand.d.ts +15 -10
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +14 -16
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +13 -17
- package/dist-types/commands/DescribeTasksCommand.d.ts +11 -13
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +7 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +19 -23
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +8 -10
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +8 -10
- package/dist-types/commands/ListAttributesCommand.d.ts +6 -8
- package/dist-types/commands/ListClustersCommand.d.ts +8 -10
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +12 -13
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +9 -12
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +12 -15
- package/dist-types/commands/ListServicesCommand.d.ts +10 -12
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -10
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -17
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +11 -13
- package/dist-types/commands/ListTasksCommand.d.ts +12 -15
- package/dist-types/commands/PutAccountSettingCommand.d.ts +11 -14
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +10 -12
- package/dist-types/commands/PutAttributesCommand.d.ts +7 -11
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +24 -29
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +10 -12
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +23 -23
- package/dist-types/commands/RunTaskCommand.d.ts +33 -37
- package/dist-types/commands/StartTaskCommand.d.ts +16 -16
- package/dist-types/commands/StopTaskCommand.d.ts +18 -22
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +8 -10
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +7 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +8 -10
- package/dist-types/commands/TagResourceCommand.d.ts +11 -14
- package/dist-types/commands/UntagResourceCommand.d.ts +8 -10
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +9 -11
- package/dist-types/commands/UpdateClusterCommand.d.ts +8 -10
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +8 -10
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +33 -37
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +42 -48
- package/dist-types/commands/UpdateServiceCommand.d.ts +105 -101
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +15 -20
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +20 -25
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +15 -19
- package/dist-types/index.d.ts +11 -12
- package/dist-types/models/models_0.d.ts +2882 -3340
- package/dist-types/models/models_1.d.ts +166 -152
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +15 -7
- package/dist-types/ts3.4/models/models_1.d.ts +11 -0
- package/package.json +36 -36
|
@@ -27,9 +27,9 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies a task set. This is used when a service uses the <code>EXTERNAL</code>
|
|
31
|
-
*
|
|
32
|
-
*
|
|
30
|
+
* <p>Modifies a task set. This is used when a service uses the <code>EXTERNAL</code> deployment controller
|
|
31
|
+
* type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment Types</a> in the
|
|
32
|
+
* <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -129,17 +129,16 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
129
129
|
* <p>You don't have authorization to perform the requested action.</p>
|
|
130
130
|
*
|
|
131
131
|
* @throws {@link ClientException} (client fault)
|
|
132
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
133
|
-
*
|
|
134
|
-
*
|
|
132
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
133
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
134
|
+
* be specifying an identifier that isn't valid.</p>
|
|
135
135
|
* <p>The following list includes additional causes for the error:</p>
|
|
136
136
|
* <ul>
|
|
137
137
|
* <li>
|
|
138
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
* service quotas</a>.</p>
|
|
138
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
139
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
140
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
141
|
+
* quotas</a>.</p>
|
|
143
142
|
* </li>
|
|
144
143
|
* </ul>
|
|
145
144
|
*
|
|
@@ -147,23 +146,20 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
147
146
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
148
147
|
*
|
|
149
148
|
* @throws {@link InvalidParameterException} (client fault)
|
|
150
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
151
|
-
* request.</p>
|
|
149
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
152
150
|
*
|
|
153
151
|
* @throws {@link ServerException} (server fault)
|
|
154
152
|
* <p>These errors are usually caused by a server issue.</p>
|
|
155
153
|
*
|
|
156
154
|
* @throws {@link ServiceNotActiveException} (client fault)
|
|
157
|
-
* <p>The specified service isn't active. You can't update a service that's inactive. If you
|
|
158
|
-
*
|
|
155
|
+
* <p>The specified service isn't active. You can't update a service that's inactive. If you have
|
|
156
|
+
* previously deleted a service, you can re-create it with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html">CreateService</a>.</p>
|
|
159
157
|
*
|
|
160
158
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
161
|
-
* <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
162
|
-
* specific.</p>
|
|
159
|
+
* <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region specific.</p>
|
|
163
160
|
*
|
|
164
161
|
* @throws {@link TaskSetNotFoundException} (client fault)
|
|
165
|
-
* <p>The specified task set wasn't found. You can view your available task sets with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTaskSets.html">DescribeTaskSets</a>. Task sets are specific to each cluster, service and
|
|
166
|
-
* Region.</p>
|
|
162
|
+
* <p>The specified task set wasn't found. You can view your available task sets with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTaskSets.html">DescribeTaskSets</a>. Task sets are specific to each cluster, service and Region.</p>
|
|
167
163
|
*
|
|
168
164
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
169
165
|
* <p>The specified task isn't supported in this Region.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <fullname>Amazon Elastic Container Service</fullname>
|
|
3
|
-
* <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
* You also don't need to worry about scaling your management infrastructure. </p>
|
|
3
|
+
* <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes it easy to run,
|
|
4
|
+
* stop, and manage Docker containers. You can host your cluster on a serverless infrastructure that's
|
|
5
|
+
* managed by Amazon ECS by launching your services or tasks on Fargate. For more control, you can host your
|
|
6
|
+
* tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) or External (on-premises) instances that you manage.</p>
|
|
7
|
+
* <p>Amazon ECS makes it easy to launch and stop container-based applications with simple API calls. This makes
|
|
8
|
+
* it easy to get the state of your cluster from a centralized service, and gives you access to many
|
|
9
|
+
* familiar Amazon EC2 features.</p>
|
|
10
|
+
* <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource
|
|
11
|
+
* needs, isolation policies, and availability requirements. With Amazon ECS, you don't need to operate your
|
|
12
|
+
* own cluster management and configuration management systems. You also don't need to worry about scaling
|
|
13
|
+
* your management infrastructure. </p>
|
|
15
14
|
*
|
|
16
15
|
* @packageDocumentation
|
|
17
16
|
*/
|