@aws-sdk/client-ecs 3.632.0 → 3.637.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/CreateClusterCommand.d.ts +2 -2
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -4
- package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +4 -4
- package/dist-types/commands/DeleteServiceCommand.d.ts +6 -6
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -4
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
- package/dist-types/commands/ExecuteCommandCommand.d.ts +1 -1
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
- package/dist-types/commands/ListAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -2
- package/dist-types/commands/PutAttributesCommand.d.ts +4 -4
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -2
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/RunTaskCommand.d.ts +2 -2
- package/dist-types/commands/StartTaskCommand.d.ts +2 -2
- package/dist-types/commands/StopTaskCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -2
- package/dist-types/commands/UpdateServiceCommand.d.ts +5 -5
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -4
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +92 -92
- package/package.json +12 -12
|
@@ -53,7 +53,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
53
53
|
* count, task placement constraints and strategies, health check grace period, enable ECS
|
|
54
54
|
* managed tags option, and propagate tags option, using this API. If the launch type, load
|
|
55
55
|
* balancer, network configuration, platform version, or task definition need to be
|
|
56
|
-
* updated, create a new task set For more information, see <a>CreateTaskSet</a>.</p>
|
|
56
|
+
* updated, create a new task set For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateTaskSet.html">CreateTaskSet</a>.</p>
|
|
57
57
|
* <p>You can add to or subtract from the number of instantiations of a task definition in a
|
|
58
58
|
* service by specifying the cluster that the service is running in and a new
|
|
59
59
|
* <code>desiredCount</code> parameter.</p>
|
|
@@ -94,7 +94,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
94
94
|
* (provided that the cluster resources required to do this are available).</p>
|
|
95
95
|
* </li>
|
|
96
96
|
* </ul>
|
|
97
|
-
* <p>When <a>UpdateService</a> stops a task during a deployment, the equivalent
|
|
97
|
+
* <p>When <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html">UpdateService</a> stops a task during a deployment, the equivalent
|
|
98
98
|
* of <code>docker stop</code> is issued to the containers running in the task. This
|
|
99
99
|
* results in a <code>SIGTERM</code> and a 30-second timeout. After this,
|
|
100
100
|
* <code>SIGKILL</code> is sent and the containers are forcibly stopped. If the
|
|
@@ -613,7 +613,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
613
613
|
* </ul>
|
|
614
614
|
*
|
|
615
615
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
616
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
616
|
+
* <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>
|
|
617
617
|
*
|
|
618
618
|
* @throws {@link InvalidParameterException} (client fault)
|
|
619
619
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -634,10 +634,10 @@ declare const UpdateServiceCommand_base: {
|
|
|
634
634
|
*
|
|
635
635
|
* @throws {@link ServiceNotActiveException} (client fault)
|
|
636
636
|
* <p>The specified service isn't active. You can't update a service that's inactive. If you
|
|
637
|
-
* have previously deleted a service, you can re-create it with <a>CreateService</a>.</p>
|
|
637
|
+
* have 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>
|
|
638
638
|
*
|
|
639
639
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
640
|
-
* <p>The specified service wasn't found. You can view your available services with <a>ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
640
|
+
* <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
|
|
641
641
|
* specific.</p>
|
|
642
642
|
*
|
|
643
643
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
@@ -142,7 +142,7 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
|
|
|
142
142
|
* </ul>
|
|
143
143
|
*
|
|
144
144
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
145
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
145
|
+
* <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>
|
|
146
146
|
*
|
|
147
147
|
* @throws {@link InvalidParameterException} (client fault)
|
|
148
148
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -153,14 +153,14 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
|
|
|
153
153
|
*
|
|
154
154
|
* @throws {@link ServiceNotActiveException} (client fault)
|
|
155
155
|
* <p>The specified service isn't active. You can't update a service that's inactive. If you
|
|
156
|
-
* have previously deleted a service, you can re-create it with <a>CreateService</a>.</p>
|
|
156
|
+
* have 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>
|
|
157
157
|
*
|
|
158
158
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
159
|
-
* <p>The specified service wasn't found. You can view your available services with <a>ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
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
|
|
160
160
|
* specific.</p>
|
|
161
161
|
*
|
|
162
162
|
* @throws {@link TaskSetNotFoundException} (client fault)
|
|
163
|
-
* <p>The specified task set wasn't found. You can view your available task sets with <a>DescribeTaskSets</a>. Task sets are specific to each cluster, service and
|
|
163
|
+
* <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
|
|
164
164
|
* Region.</p>
|
|
165
165
|
*
|
|
166
166
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
@@ -114,7 +114,7 @@ declare const UpdateTaskProtectionCommand_base: {
|
|
|
114
114
|
* </ul>
|
|
115
115
|
*
|
|
116
116
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
117
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
117
|
+
* <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>
|
|
118
118
|
*
|
|
119
119
|
* @throws {@link InvalidParameterException} (client fault)
|
|
120
120
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -145,7 +145,7 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
145
145
|
* </ul>
|
|
146
146
|
*
|
|
147
147
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
148
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
148
|
+
* <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>
|
|
149
149
|
*
|
|
150
150
|
* @throws {@link InvalidParameterException} (client fault)
|
|
151
151
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -156,14 +156,14 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
156
156
|
*
|
|
157
157
|
* @throws {@link ServiceNotActiveException} (client fault)
|
|
158
158
|
* <p>The specified service isn't active. You can't update a service that's inactive. If you
|
|
159
|
-
* have previously deleted a service, you can re-create it with <a>CreateService</a>.</p>
|
|
159
|
+
* have 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>
|
|
160
160
|
*
|
|
161
161
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
162
|
-
* <p>The specified service wasn't found. You can view your available services with <a>ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
162
|
+
* <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
|
|
163
163
|
* specific.</p>
|
|
164
164
|
*
|
|
165
165
|
* @throws {@link TaskSetNotFoundException} (client fault)
|
|
166
|
-
* <p>The specified task set wasn't found. You can view your available task sets with <a>DescribeTaskSets</a>. Task sets are specific to each cluster, service and
|
|
166
|
+
* <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
|
|
167
167
|
* Region.</p>
|
|
168
168
|
*
|
|
169
169
|
* @throws {@link UnsupportedFeatureException} (client fault)
|