@aws-sdk/client-ecs 3.631.0 → 3.635.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-es/models/index.js +1 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +10 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +12 -2
- package/dist-types/commands/CreateServiceCommand.d.ts +16 -6
- package/dist-types/commands/CreateTaskSetCommand.d.ts +14 -4
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +10 -0
- package/dist-types/commands/DeleteAttributesCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +13 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +14 -4
- package/dist-types/commands/DeleteServiceCommand.d.ts +16 -6
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +17 -0
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +14 -4
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +11 -1
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +17 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +10 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +10 -0
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +11 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +11 -1
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +17 -0
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +13 -3
- package/dist-types/commands/DescribeTasksCommand.d.ts +11 -1
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +10 -0
- package/dist-types/commands/ExecuteCommandCommand.d.ts +11 -1
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +11 -1
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +10 -0
- package/dist-types/commands/ListAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListClustersCommand.d.ts +10 -0
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +11 -1
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +10 -0
- package/dist-types/commands/ListServicesCommand.d.ts +11 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -1
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +10 -0
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListTasksCommand.d.ts +12 -2
- package/dist-types/commands/PutAccountSettingCommand.d.ts +10 -0
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +10 -0
- package/dist-types/commands/PutAttributesCommand.d.ts +6 -6
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +12 -2
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +10 -0
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +26 -5
- package/dist-types/commands/RunTaskCommand.d.ts +12 -2
- package/dist-types/commands/StartTaskCommand.d.ts +12 -2
- package/dist-types/commands/StopTaskCommand.d.ts +14 -4
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +10 -0
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +10 -0
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -1
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +10 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +11 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +11 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +11 -1
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +13 -3
- package/dist-types/commands/UpdateServiceCommand.d.ts +15 -5
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +14 -4
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +11 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +16 -5
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +292 -328
- package/dist-types/models/models_1.d.ts +11 -0
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -3
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/package.json +12 -12
|
@@ -233,9 +233,19 @@ declare const DescribeTasksCommand_base: {
|
|
|
233
233
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
234
234
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
235
235
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
236
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
237
|
+
* <ul>
|
|
238
|
+
* <li>
|
|
239
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
240
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
241
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
242
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
243
|
+
* service quotas</a>.</p>
|
|
244
|
+
* </li>
|
|
245
|
+
* </ul>
|
|
236
246
|
*
|
|
237
247
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
238
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
248
|
+
* <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>
|
|
239
249
|
*
|
|
240
250
|
* @throws {@link InvalidParameterException} (client fault)
|
|
241
251
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -61,6 +61,16 @@ declare const DiscoverPollEndpointCommand_base: {
|
|
|
61
61
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
62
62
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
63
63
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
64
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
65
|
+
* <ul>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
68
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
69
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
70
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
71
|
+
* service quotas</a>.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* </ul>
|
|
64
74
|
*
|
|
65
75
|
* @throws {@link ServerException} (server fault)
|
|
66
76
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -78,9 +78,19 @@ declare const ExecuteCommandCommand_base: {
|
|
|
78
78
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
79
79
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
80
80
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
81
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
82
|
+
* <ul>
|
|
83
|
+
* <li>
|
|
84
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
85
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
86
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
87
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
88
|
+
* service quotas</a>.</p>
|
|
89
|
+
* </li>
|
|
90
|
+
* </ul>
|
|
81
91
|
*
|
|
82
92
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
83
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
93
|
+
* <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>
|
|
84
94
|
*
|
|
85
95
|
* @throws {@link InvalidParameterException} (client fault)
|
|
86
96
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -74,9 +74,19 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
74
74
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
75
75
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
76
76
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
77
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
78
|
+
* <ul>
|
|
79
|
+
* <li>
|
|
80
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
81
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
82
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
83
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
84
|
+
* service quotas</a>.</p>
|
|
85
|
+
* </li>
|
|
86
|
+
* </ul>
|
|
77
87
|
*
|
|
78
88
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
79
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
89
|
+
* <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>
|
|
80
90
|
*
|
|
81
91
|
* @throws {@link InvalidParameterException} (client fault)
|
|
82
92
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -68,6 +68,16 @@ declare const ListAccountSettingsCommand_base: {
|
|
|
68
68
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
69
69
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
70
70
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
71
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
72
|
+
* <ul>
|
|
73
|
+
* <li>
|
|
74
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
75
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
76
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
77
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
78
|
+
* service quotas</a>.</p>
|
|
79
|
+
* </li>
|
|
80
|
+
* </ul>
|
|
71
81
|
*
|
|
72
82
|
* @throws {@link InvalidParameterException} (client fault)
|
|
73
83
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -71,7 +71,7 @@ declare const ListAttributesCommand_base: {
|
|
|
71
71
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
74
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
74
|
+
* <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>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link InvalidParameterException} (client fault)
|
|
77
77
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -59,6 +59,16 @@ declare const ListClustersCommand_base: {
|
|
|
59
59
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
60
60
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
61
61
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
62
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
63
|
+
* <ul>
|
|
64
|
+
* <li>
|
|
65
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
66
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
67
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
68
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
69
|
+
* service quotas</a>.</p>
|
|
70
|
+
* </li>
|
|
71
|
+
* </ul>
|
|
62
72
|
*
|
|
63
73
|
* @throws {@link InvalidParameterException} (client fault)
|
|
64
74
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -64,9 +64,19 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
64
64
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
65
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
66
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
67
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
68
|
+
* <ul>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
71
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
72
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
73
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
74
|
+
* service quotas</a>.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* </ul>
|
|
67
77
|
*
|
|
68
78
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
69
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
79
|
+
* <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>
|
|
70
80
|
*
|
|
71
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
72
82
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -64,6 +64,16 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
64
64
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
65
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
66
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
67
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
68
|
+
* <ul>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
71
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
72
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
73
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
74
|
+
* service quotas</a>.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* </ul>
|
|
67
77
|
*
|
|
68
78
|
* @throws {@link InvalidParameterException} (client fault)
|
|
69
79
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -63,9 +63,19 @@ declare const ListServicesCommand_base: {
|
|
|
63
63
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
64
64
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
65
65
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
66
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
67
|
+
* <ul>
|
|
68
|
+
* <li>
|
|
69
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
70
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
71
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
72
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
73
|
+
* service quotas</a>.</p>
|
|
74
|
+
* </li>
|
|
75
|
+
* </ul>
|
|
66
76
|
*
|
|
67
77
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
68
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
78
|
+
* <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>
|
|
69
79
|
*
|
|
70
80
|
* @throws {@link InvalidParameterException} (client fault)
|
|
71
81
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -60,9 +60,19 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
60
60
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
61
61
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
62
62
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
63
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
64
|
+
* <ul>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
67
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
68
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
69
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
70
|
+
* service quotas</a>.</p>
|
|
71
|
+
* </li>
|
|
72
|
+
* </ul>
|
|
63
73
|
*
|
|
64
74
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
65
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
75
|
+
* <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>
|
|
66
76
|
*
|
|
67
77
|
* @throws {@link InvalidParameterException} (client fault)
|
|
68
78
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -67,6 +67,16 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
|
67
67
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
68
68
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
69
69
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
70
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
71
|
+
* <ul>
|
|
72
|
+
* <li>
|
|
73
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
74
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
75
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
76
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
77
|
+
* service quotas</a>.</p>
|
|
78
|
+
* </li>
|
|
79
|
+
* </ul>
|
|
70
80
|
*
|
|
71
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
72
82
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -64,6 +64,16 @@ declare const ListTaskDefinitionsCommand_base: {
|
|
|
64
64
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
65
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
66
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
67
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
68
|
+
* <ul>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
71
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
72
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
73
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
74
|
+
* service quotas</a>.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* </ul>
|
|
67
77
|
*
|
|
68
78
|
* @throws {@link InvalidParameterException} (client fault)
|
|
69
79
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -69,9 +69,19 @@ declare const ListTasksCommand_base: {
|
|
|
69
69
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
70
70
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
71
71
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
72
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
73
|
+
* <ul>
|
|
74
|
+
* <li>
|
|
75
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
76
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
77
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
78
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
79
|
+
* service quotas</a>.</p>
|
|
80
|
+
* </li>
|
|
81
|
+
* </ul>
|
|
72
82
|
*
|
|
73
83
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
74
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
84
|
+
* <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>
|
|
75
85
|
*
|
|
76
86
|
* @throws {@link InvalidParameterException} (client fault)
|
|
77
87
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -81,7 +91,7 @@ declare const ListTasksCommand_base: {
|
|
|
81
91
|
* <p>These errors are usually caused by a server issue.</p>
|
|
82
92
|
*
|
|
83
93
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
84
|
-
* <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
|
|
94
|
+
* <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
|
|
85
95
|
* specific.</p>
|
|
86
96
|
*
|
|
87
97
|
* @throws {@link ECSServiceException}
|
|
@@ -66,6 +66,16 @@ declare const PutAccountSettingCommand_base: {
|
|
|
66
66
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
67
67
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
68
68
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
69
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
70
|
+
* <ul>
|
|
71
|
+
* <li>
|
|
72
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
73
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
74
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
75
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
76
|
+
* service quotas</a>.</p>
|
|
77
|
+
* </li>
|
|
78
|
+
* </ul>
|
|
69
79
|
*
|
|
70
80
|
* @throws {@link InvalidParameterException} (client fault)
|
|
71
81
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -62,6 +62,16 @@ declare const PutAccountSettingDefaultCommand_base: {
|
|
|
62
62
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
63
63
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
64
64
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
65
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
66
|
+
* <ul>
|
|
67
|
+
* <li>
|
|
68
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
69
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
70
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
71
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
72
|
+
* service quotas</a>.</p>
|
|
73
|
+
* </li>
|
|
74
|
+
* </ul>
|
|
65
75
|
*
|
|
66
76
|
* @throws {@link InvalidParameterException} (client fault)
|
|
67
77
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -29,7 +29,7 @@ declare const PutAttributesCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Create or update an attribute on an Amazon ECS resource. If the attribute doesn't exist,
|
|
31
31
|
* it's created. If the attribute exists, its value is replaced with the specified value.
|
|
32
|
-
* To delete an attribute, use <a>DeleteAttributes</a>. For more information,
|
|
32
|
+
* To delete an attribute, use <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteAttributes.html">DeleteAttributes</a>. For more information,
|
|
33
33
|
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html#attributes">Attributes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,11 +71,11 @@ declare const PutAttributesCommand_base: {
|
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link AttributeLimitExceededException} (client fault)
|
|
73
73
|
* <p>You can apply up to 10 custom attributes for each resource. You can view the
|
|
74
|
-
* attributes of a resource with <a>ListAttributes</a>. You can remove existing
|
|
75
|
-
* attributes on a resource with <a>DeleteAttributes</a>.</p>
|
|
74
|
+
* attributes of a resource with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListAttributes.html">ListAttributes</a>. You can remove existing
|
|
75
|
+
* attributes on a resource with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteAttributes.html">DeleteAttributes</a>.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
78
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
78
|
+
* <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>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link InvalidParameterException} (client fault)
|
|
81
81
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -83,8 +83,8 @@ declare const PutAttributesCommand_base: {
|
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link TargetNotFoundException} (client fault)
|
|
85
85
|
* <p>The specified target wasn't found. You can view your available container instances
|
|
86
|
-
* with <a>ListContainerInstances</a>. Amazon ECS container instances are
|
|
87
|
-
*
|
|
86
|
+
* with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListContainerInstances.html">ListContainerInstances</a>. Amazon ECS container instances are cluster-specific and
|
|
87
|
+
* Region-specific.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link ECSServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
@@ -33,7 +33,7 @@ declare const PutClusterCapacityProvidersCommand_base: {
|
|
|
33
33
|
* strategy for the cluster. If the specified cluster has existing capacity providers
|
|
34
34
|
* associated with it, you must specify all existing capacity providers in addition to any
|
|
35
35
|
* new ones you want to add. Any existing capacity providers that are associated with a
|
|
36
|
-
* cluster that are omitted from a <a>PutClusterCapacityProviders</a> API call
|
|
36
|
+
* cluster that are omitted from a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a> API call
|
|
37
37
|
* will be disassociated with the cluster. You can only disassociate an existing capacity
|
|
38
38
|
* provider from a cluster if it's not being used by any existing tasks.</p>
|
|
39
39
|
* <p>When creating a service or running a task on a cluster, if no capacity provider or
|
|
@@ -148,9 +148,19 @@ declare const PutClusterCapacityProvidersCommand_base: {
|
|
|
148
148
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
149
149
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
150
150
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
151
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
152
|
+
* <ul>
|
|
153
|
+
* <li>
|
|
154
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
155
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
156
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
157
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
158
|
+
* service quotas</a>.</p>
|
|
159
|
+
* </li>
|
|
160
|
+
* </ul>
|
|
151
161
|
*
|
|
152
162
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
153
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
163
|
+
* <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>
|
|
154
164
|
*
|
|
155
165
|
* @throws {@link InvalidParameterException} (client fault)
|
|
156
166
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -178,6 +178,16 @@ declare const RegisterContainerInstanceCommand_base: {
|
|
|
178
178
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
179
179
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
180
180
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
181
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
182
|
+
* <ul>
|
|
183
|
+
* <li>
|
|
184
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
185
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
186
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
187
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
188
|
+
* service quotas</a>.</p>
|
|
189
|
+
* </li>
|
|
190
|
+
* </ul>
|
|
181
191
|
*
|
|
182
192
|
* @throws {@link InvalidParameterException} (client fault)
|
|
183
193
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -38,11 +38,8 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
38
38
|
* policy that's associated with the role. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html">IAM
|
|
39
39
|
* Roles for Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
40
40
|
* <p>You can specify a Docker networking mode for the containers in your task definition
|
|
41
|
-
* with the <code>networkMode</code> parameter.
|
|
42
|
-
*
|
|
43
|
-
* settings</a> in the Docker run reference. If you specify the <code>awsvpc</code>
|
|
44
|
-
* network mode, the task is allocated an elastic network interface, and you must specify a
|
|
45
|
-
* <a>NetworkConfiguration</a> when you create a service or run a task with
|
|
41
|
+
* with the <code>networkMode</code> parameter. If you specify the <code>awsvpc</code>
|
|
42
|
+
* network mode, the task is allocated an elastic network interface, and you must specify a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html">NetworkConfiguration</a> when you create a service or run a task with
|
|
46
43
|
* the task definition. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html">Task Networking</a>
|
|
47
44
|
* in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
48
45
|
* @example
|
|
@@ -80,6 +77,13 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
80
77
|
* },
|
|
81
78
|
* ],
|
|
82
79
|
* essential: true || false,
|
|
80
|
+
* restartPolicy: { // ContainerRestartPolicy
|
|
81
|
+
* enabled: true || false, // required
|
|
82
|
+
* ignoredExitCodes: [ // IntegerList
|
|
83
|
+
* Number("int"),
|
|
84
|
+
* ],
|
|
85
|
+
* restartAttemptPeriod: Number("int"),
|
|
86
|
+
* },
|
|
83
87
|
* entryPoint: [
|
|
84
88
|
* "STRING_VALUE",
|
|
85
89
|
* ],
|
|
@@ -332,6 +336,13 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
332
336
|
* // },
|
|
333
337
|
* // ],
|
|
334
338
|
* // essential: true || false,
|
|
339
|
+
* // restartPolicy: { // ContainerRestartPolicy
|
|
340
|
+
* // enabled: true || false, // required
|
|
341
|
+
* // ignoredExitCodes: [ // IntegerList
|
|
342
|
+
* // Number("int"),
|
|
343
|
+
* // ],
|
|
344
|
+
* // restartAttemptPeriod: Number("int"),
|
|
345
|
+
* // },
|
|
335
346
|
* // entryPoint: [
|
|
336
347
|
* // "STRING_VALUE",
|
|
337
348
|
* // ],
|
|
@@ -589,6 +600,16 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
589
600
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
590
601
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
591
602
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
603
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
604
|
+
* <ul>
|
|
605
|
+
* <li>
|
|
606
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
607
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
608
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
609
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
610
|
+
* service quotas</a>.</p>
|
|
611
|
+
* </li>
|
|
612
|
+
* </ul>
|
|
592
613
|
*
|
|
593
614
|
* @throws {@link InvalidParameterException} (client fault)
|
|
594
615
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -34,7 +34,7 @@ declare const RunTaskCommand_base: {
|
|
|
34
34
|
* <p>You can allow Amazon ECS to place tasks for you, or you can customize how Amazon ECS places
|
|
35
35
|
* tasks using placement constraints and placement strategies. For more information, see
|
|
36
36
|
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html">Scheduling Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
37
|
-
* <p>Alternatively, you can use <
|
|
37
|
+
* <p>Alternatively, you can use <code>StartTask</code> to use your own scheduler or
|
|
38
38
|
* place tasks manually on specific container instances.</p>
|
|
39
39
|
* <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>
|
|
40
40
|
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when creating or
|
|
@@ -385,9 +385,19 @@ declare const RunTaskCommand_base: {
|
|
|
385
385
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
386
386
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
387
387
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
388
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
389
|
+
* <ul>
|
|
390
|
+
* <li>
|
|
391
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
392
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
393
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
394
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
395
|
+
* service quotas</a>.</p>
|
|
396
|
+
* </li>
|
|
397
|
+
* </ul>
|
|
388
398
|
*
|
|
389
399
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
390
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
400
|
+
* <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>
|
|
391
401
|
*
|
|
392
402
|
* @throws {@link ConflictException} (client fault)
|
|
393
403
|
* <p>The <code>RunTask</code> request could not be processed due to conflicts. The provided
|
|
@@ -33,7 +33,7 @@ declare const StartTaskCommand_base: {
|
|
|
33
33
|
* <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>
|
|
34
34
|
* </note>
|
|
35
35
|
* <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>
|
|
36
|
-
* <p>Alternatively, you can use
|
|
36
|
+
* <p>Alternatively, you can use<code>RunTask</code> to place tasks for you. For more
|
|
37
37
|
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html">Scheduling Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
38
38
|
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when creating or
|
|
39
39
|
* updating a service. For more infomation, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
@@ -332,9 +332,19 @@ declare const StartTaskCommand_base: {
|
|
|
332
332
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
333
333
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
334
334
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
335
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
336
|
+
* <ul>
|
|
337
|
+
* <li>
|
|
338
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
339
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
340
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
341
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
342
|
+
* service quotas</a>.</p>
|
|
343
|
+
* </li>
|
|
344
|
+
* </ul>
|
|
335
345
|
*
|
|
336
346
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
337
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
347
|
+
* <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>
|
|
338
348
|
*
|
|
339
349
|
* @throws {@link InvalidParameterException} (client fault)
|
|
340
350
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -28,14 +28,14 @@ declare const StopTaskCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Stops a running task. Any tags associated with the task will be deleted.</p>
|
|
31
|
-
* <p>When <
|
|
31
|
+
* <p>When you call <code>StopTask</code> on a task, the equivalent of <code>docker
|
|
32
32
|
* stop</code> is issued to the containers running in the task. This results in a
|
|
33
33
|
* <code>SIGTERM</code> value and a default 30-second timeout, after which the
|
|
34
34
|
* <code>SIGKILL</code> value is sent and the containers are forcibly stopped. If the
|
|
35
35
|
* container handles the <code>SIGTERM</code> value gracefully and exits within 30 seconds
|
|
36
36
|
* from receiving it, no <code>SIGKILL</code> value is sent.</p>
|
|
37
|
-
* <p>For Windows containers, POSIX signals do not work and runtime stops the container by
|
|
38
|
-
* a <code>CTRL_SHUTDOWN_EVENT</code>. For more information, see <a href="https://github.com/moby/moby/issues/25982">Unable to react to graceful shutdown
|
|
37
|
+
* <p>For Windows containers, POSIX signals do not work and runtime stops the container by
|
|
38
|
+
* sending a <code>CTRL_SHUTDOWN_EVENT</code>. For more information, see <a href="https://github.com/moby/moby/issues/25982">Unable to react to graceful shutdown
|
|
39
39
|
* of (Windows) container #25982</a> on GitHub.</p>
|
|
40
40
|
* <note>
|
|
41
41
|
* <p>The default 30-second timeout can be configured on the Amazon ECS container agent with
|
|
@@ -231,9 +231,19 @@ declare const StopTaskCommand_base: {
|
|
|
231
231
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
232
232
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
233
233
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
234
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
235
|
+
* <ul>
|
|
236
|
+
* <li>
|
|
237
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
238
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
239
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
240
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
241
|
+
* service quotas</a>.</p>
|
|
242
|
+
* </li>
|
|
243
|
+
* </ul>
|
|
234
244
|
*
|
|
235
245
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
236
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
246
|
+
* <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>
|
|
237
247
|
*
|
|
238
248
|
* @throws {@link InvalidParameterException} (client fault)
|
|
239
249
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -67,6 +67,16 @@ declare const SubmitAttachmentStateChangesCommand_base: {
|
|
|
67
67
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
68
68
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
69
69
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
70
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
71
|
+
* <ul>
|
|
72
|
+
* <li>
|
|
73
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
74
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
75
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
76
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
77
|
+
* service quotas</a>.</p>
|
|
78
|
+
* </li>
|
|
79
|
+
* </ul>
|
|
70
80
|
*
|
|
71
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
72
82
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -77,6 +77,16 @@ declare const SubmitContainerStateChangeCommand_base: {
|
|
|
77
77
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
78
78
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
79
79
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
80
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
81
|
+
* <ul>
|
|
82
|
+
* <li>
|
|
83
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
84
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
85
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
86
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
87
|
+
* service quotas</a>.</p>
|
|
88
|
+
* </li>
|
|
89
|
+
* </ul>
|
|
80
90
|
*
|
|
81
91
|
* @throws {@link ServerException} (server fault)
|
|
82
92
|
* <p>These errors are usually caused by a server issue.</p>
|