@aws-sdk/client-ecs 3.703.0 → 3.708.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 +12 -11
- package/dist-types/ECS.d.ts +12 -11
- package/dist-types/ECSClient.d.ts +12 -11
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +22 -17
- package/dist-types/commands/CreateClusterCommand.d.ts +19 -17
- package/dist-types/commands/CreateServiceCommand.d.ts +80 -75
- package/dist-types/commands/CreateTaskSetCommand.d.ts +19 -15
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -9
- package/dist-types/commands/DeleteAttributesCommand.d.ts +4 -2
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +21 -17
- package/dist-types/commands/DeleteClusterCommand.d.ts +28 -23
- package/dist-types/commands/DeleteServiceCommand.d.ts +29 -23
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +28 -23
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +17 -14
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +22 -19
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +26 -23
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +10 -8
- package/dist-types/commands/DescribeClustersCommand.d.ts +10 -8
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +12 -10
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +15 -10
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +14 -11
- package/dist-types/commands/DescribeServicesCommand.d.ts +10 -8
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +16 -13
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +17 -13
- package/dist-types/commands/DescribeTasksCommand.d.ts +13 -11
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +8 -7
- package/dist-types/commands/ExecuteCommandCommand.d.ts +23 -19
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +10 -8
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +10 -8
- package/dist-types/commands/ListAttributesCommand.d.ts +8 -6
- package/dist-types/commands/ListClustersCommand.d.ts +10 -8
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +13 -12
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +14 -10
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +15 -12
- package/dist-types/commands/ListServicesCommand.d.ts +12 -10
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -8
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +17 -13
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -11
- package/dist-types/commands/ListTasksCommand.d.ts +15 -12
- package/dist-types/commands/PutAccountSettingCommand.d.ts +14 -11
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +12 -10
- package/dist-types/commands/PutAttributesCommand.d.ts +10 -7
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +29 -24
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +12 -10
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +24 -21
- package/dist-types/commands/RunTaskCommand.d.ts +37 -33
- package/dist-types/commands/StartTaskCommand.d.ts +16 -16
- package/dist-types/commands/StopTaskCommand.d.ts +22 -18
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +10 -8
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +8 -7
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +10 -8
- package/dist-types/commands/TagResourceCommand.d.ts +14 -11
- package/dist-types/commands/UntagResourceCommand.d.ts +10 -8
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +10 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +10 -8
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +10 -8
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +37 -33
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +48 -42
- package/dist-types/commands/UpdateServiceCommand.d.ts +101 -91
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +20 -15
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +25 -20
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +19 -15
- package/dist-types/index.d.ts +12 -11
- package/dist-types/models/models_0.d.ts +3378 -2890
- package/dist-types/models/models_1.d.ts +165 -146
- package/package.json +1 -1
|
@@ -27,10 +27,9 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of container instances in a specified cluster. You can filter the
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* Query Language</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
30
|
+
* <p>Returns a list of container instances in a specified cluster. You can filter the
|
|
31
|
+
* results of a <code>ListContainerInstances</code> operation with cluster query language
|
|
32
|
+
* statements inside the <code>filter</code> parameter. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html">Cluster Query Language</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
34
33
|
* @example
|
|
35
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
35
|
* ```javascript
|
|
@@ -62,16 +61,17 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
62
61
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
63
62
|
*
|
|
64
63
|
* @throws {@link ClientException} (client fault)
|
|
65
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
66
|
-
* resource on behalf of a user that doesn't have permissions to use the
|
|
67
|
-
* be specifying an identifier that isn't valid.</p>
|
|
64
|
+
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
|
+
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
|
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
68
67
|
* <p>The following list includes additional causes for the error:</p>
|
|
69
68
|
* <ul>
|
|
70
69
|
* <li>
|
|
71
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
72
|
-
* a capacity error because the quota of tasks in the
|
|
73
|
-
*
|
|
74
|
-
*
|
|
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
75
|
* </li>
|
|
76
76
|
* </ul>
|
|
77
77
|
*
|
|
@@ -79,7 +79,8 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
79
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>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
82
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
82
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
83
|
+
* request.</p>
|
|
83
84
|
*
|
|
84
85
|
* @throws {@link ServerException} (server fault)
|
|
85
86
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -27,7 +27,8 @@ declare const ListServiceDeploymentsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation lists all the service deployments that meet the specified filter
|
|
30
|
+
* <p>This operation lists all the service deployments that meet the specified filter
|
|
31
|
+
* criteria.</p>
|
|
31
32
|
* <p>A service deployment happens when you release a softwre update for the service. You
|
|
32
33
|
* route traffic from the running service revisions to the new service revison and control
|
|
33
34
|
* the number of running tasks. </p>
|
|
@@ -82,27 +83,30 @@ declare const ListServiceDeploymentsCommand_base: {
|
|
|
82
83
|
* <p>You don't have authorization to perform the requested action.</p>
|
|
83
84
|
*
|
|
84
85
|
* @throws {@link ClientException} (client fault)
|
|
85
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
86
|
-
* resource on behalf of a user that doesn't have permissions to use the
|
|
87
|
-
* be specifying an identifier that isn't valid.</p>
|
|
86
|
+
* <p>These errors are usually caused by a client action. This client action might be using
|
|
87
|
+
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
88
|
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
88
89
|
* <p>The following list includes additional causes for the error:</p>
|
|
89
90
|
* <ul>
|
|
90
91
|
* <li>
|
|
91
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
92
|
-
* a capacity error because the quota of tasks in the
|
|
93
|
-
*
|
|
94
|
-
*
|
|
92
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
93
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
94
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
95
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
96
|
+
* service quotas</a>.</p>
|
|
95
97
|
* </li>
|
|
96
98
|
* </ul>
|
|
97
99
|
*
|
|
98
100
|
* @throws {@link InvalidParameterException} (client fault)
|
|
99
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
101
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
102
|
+
* request.</p>
|
|
100
103
|
*
|
|
101
104
|
* @throws {@link ServerException} (server fault)
|
|
102
105
|
* <p>These errors are usually caused by a server issue.</p>
|
|
103
106
|
*
|
|
104
107
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
105
|
-
* <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
|
|
108
|
+
* <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
|
|
109
|
+
* specific.</p>
|
|
106
110
|
*
|
|
107
111
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
108
112
|
* <p>The specified task isn't supported in this Region.</p>
|
|
@@ -27,10 +27,11 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation lists all of the services that are associated with a Cloud Map
|
|
31
|
-
* might include services in different clusters. In contrast,
|
|
32
|
-
*
|
|
33
|
-
*
|
|
30
|
+
* <p>This operation lists all of the services that are associated with a Cloud Map
|
|
31
|
+
* namespace. This list might include services in different clusters. In contrast,
|
|
32
|
+
* <code>ListServices</code> can only list services in one cluster at a time. If you
|
|
33
|
+
* need to filter the list of services in a single cluster by various parameters, use
|
|
34
|
+
* <code>ListServices</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html">Service Connect</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
34
35
|
* @example
|
|
35
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
37
|
* ```javascript
|
|
@@ -60,21 +61,23 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
60
61
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
61
62
|
*
|
|
62
63
|
* @throws {@link ClientException} (client fault)
|
|
63
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
64
|
-
* resource on behalf of a user that doesn't have permissions to use the
|
|
65
|
-
* be specifying an identifier that isn't valid.</p>
|
|
64
|
+
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
|
+
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
|
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
66
67
|
* <p>The following list includes additional causes for the error:</p>
|
|
67
68
|
* <ul>
|
|
68
69
|
* <li>
|
|
69
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
70
|
-
* a capacity error because the quota of tasks in the
|
|
71
|
-
*
|
|
72
|
-
*
|
|
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>
|
|
73
75
|
* </li>
|
|
74
76
|
* </ul>
|
|
75
77
|
*
|
|
76
78
|
* @throws {@link InvalidParameterException} (client fault)
|
|
77
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
79
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
80
|
+
* request.</p>
|
|
78
81
|
*
|
|
79
82
|
* @throws {@link NamespaceNotFoundException} (client fault)
|
|
80
83
|
* <p>The specified namespace wasn't found.</p>
|
|
@@ -27,8 +27,8 @@ declare const ListServicesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of services. You can filter the results by cluster, launch type, and
|
|
31
|
-
* strategy.</p>
|
|
30
|
+
* <p>Returns a list of services. You can filter the results by cluster, launch type, and
|
|
31
|
+
* scheduling strategy.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -60,16 +60,17 @@ declare const ListServicesCommand_base: {
|
|
|
60
60
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ClientException} (client fault)
|
|
63
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
64
|
-
* resource on behalf of a user that doesn't have permissions to use the
|
|
65
|
-
* be specifying an identifier that isn't valid.</p>
|
|
63
|
+
* <p>These errors are usually caused by a client action. This client action might be using
|
|
64
|
+
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
65
|
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
66
66
|
* <p>The following list includes additional causes for the error:</p>
|
|
67
67
|
* <ul>
|
|
68
68
|
* <li>
|
|
69
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
70
|
-
* a capacity error because the quota of tasks in the
|
|
71
|
-
*
|
|
72
|
-
*
|
|
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>
|
|
73
74
|
* </li>
|
|
74
75
|
* </ul>
|
|
75
76
|
*
|
|
@@ -77,7 +78,8 @@ declare const ListServicesCommand_base: {
|
|
|
77
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>
|
|
78
79
|
*
|
|
79
80
|
* @throws {@link InvalidParameterException} (client fault)
|
|
80
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
81
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
82
|
+
* request.</p>
|
|
81
83
|
*
|
|
82
84
|
* @throws {@link ServerException} (server fault)
|
|
83
85
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -57,16 +57,17 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
57
57
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link ClientException} (client fault)
|
|
60
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
61
|
-
* resource on behalf of a user that doesn't have permissions to use the
|
|
62
|
-
* be specifying an identifier that isn't valid.</p>
|
|
60
|
+
* <p>These errors are usually caused by a client action. This client action might be using
|
|
61
|
+
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
62
|
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
63
63
|
* <p>The following list includes additional causes for the error:</p>
|
|
64
64
|
* <ul>
|
|
65
65
|
* <li>
|
|
66
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
67
|
-
* a capacity error because the quota of tasks in the
|
|
68
|
-
*
|
|
69
|
-
*
|
|
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>
|
|
70
71
|
* </li>
|
|
71
72
|
* </ul>
|
|
72
73
|
*
|
|
@@ -74,7 +75,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
74
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>
|
|
75
76
|
*
|
|
76
77
|
* @throws {@link InvalidParameterException} (client fault)
|
|
77
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
78
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
79
|
+
* request.</p>
|
|
78
80
|
*
|
|
79
81
|
* @throws {@link ServerException} (server fault)
|
|
80
82
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -27,11 +27,13 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of task definition families that are registered to your account. This
|
|
31
|
-
* task definition families that no longer have any <code>ACTIVE</code> task
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
30
|
+
* <p>Returns a list of task definition families that are registered to your account. This
|
|
31
|
+
* list includes task definition families that no longer have any <code>ACTIVE</code> task
|
|
32
|
+
* definition revisions.</p>
|
|
33
|
+
* <p>You can filter out task definition families that don't contain any <code>ACTIVE</code>
|
|
34
|
+
* task definition revisions by setting the <code>status</code> parameter to
|
|
35
|
+
* <code>ACTIVE</code>. You can also filter the results with the
|
|
36
|
+
* <code>familyPrefix</code> parameter.</p>
|
|
35
37
|
* @example
|
|
36
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
39
|
* ```javascript
|
|
@@ -62,21 +64,23 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
|
62
64
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
63
65
|
*
|
|
64
66
|
* @throws {@link ClientException} (client fault)
|
|
65
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
66
|
-
* resource on behalf of a user that doesn't have permissions to use the
|
|
67
|
-
* be specifying an identifier that isn't valid.</p>
|
|
67
|
+
* <p>These errors are usually caused by a client action. This client action might be using
|
|
68
|
+
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
69
|
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
68
70
|
* <p>The following list includes additional causes for the error:</p>
|
|
69
71
|
* <ul>
|
|
70
72
|
* <li>
|
|
71
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
72
|
-
* a capacity error because the quota of tasks in the
|
|
73
|
-
*
|
|
74
|
-
*
|
|
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>
|
|
75
78
|
* </li>
|
|
76
79
|
* </ul>
|
|
77
80
|
*
|
|
78
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
79
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
82
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
83
|
+
* request.</p>
|
|
80
84
|
*
|
|
81
85
|
* @throws {@link ServerException} (server fault)
|
|
82
86
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -27,9 +27,9 @@ declare const ListTaskDefinitionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of task definitions that are registered to your account. You can filter
|
|
31
|
-
* family name with the <code>familyPrefix</code> parameter or by status
|
|
32
|
-
* parameter.</p>
|
|
30
|
+
* <p>Returns a list of task definitions that are registered to your account. You can filter
|
|
31
|
+
* the results by family name with the <code>familyPrefix</code> parameter or by status
|
|
32
|
+
* with the <code>status</code> parameter.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -61,21 +61,23 @@ declare const ListTaskDefinitionsCommand_base: {
|
|
|
61
61
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ClientException} (client fault)
|
|
64
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
|
-
* resource on behalf of a user that doesn't have permissions to use the
|
|
66
|
-
* be specifying an identifier that isn't valid.</p>
|
|
64
|
+
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
|
+
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
|
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
67
67
|
* <p>The following list includes additional causes for the error:</p>
|
|
68
68
|
* <ul>
|
|
69
69
|
* <li>
|
|
70
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
71
|
-
* a capacity error because the quota of tasks in the
|
|
72
|
-
*
|
|
73
|
-
*
|
|
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>
|
|
74
75
|
* </li>
|
|
75
76
|
* </ul>
|
|
76
77
|
*
|
|
77
78
|
* @throws {@link InvalidParameterException} (client fault)
|
|
78
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
79
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
80
|
+
* request.</p>
|
|
79
81
|
*
|
|
80
82
|
* @throws {@link ServerException} (server fault)
|
|
81
83
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -27,9 +27,9 @@ declare const ListTasksCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of tasks. You can filter the results by cluster, task definition
|
|
31
|
-
* instance, launch type, what IAM principal started the task, or by
|
|
32
|
-
* task.</p>
|
|
30
|
+
* <p>Returns a list of tasks. You can filter the results by cluster, task definition
|
|
31
|
+
* family, container instance, launch type, what IAM principal started the task, or by
|
|
32
|
+
* the desired status of the task.</p>
|
|
33
33
|
* <p>Recently stopped tasks might appear in the returned results. </p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,16 +66,17 @@ declare const ListTasksCommand_base: {
|
|
|
66
66
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ClientException} (client fault)
|
|
69
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
70
|
-
* resource on behalf of a user that doesn't have permissions to use the
|
|
71
|
-
* be specifying an identifier that isn't valid.</p>
|
|
69
|
+
* <p>These errors are usually caused by a client action. This client action might be using
|
|
70
|
+
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
71
|
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
72
72
|
* <p>The following list includes additional causes for the error:</p>
|
|
73
73
|
* <ul>
|
|
74
74
|
* <li>
|
|
75
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
76
|
-
* a capacity error because the quota of tasks in the
|
|
77
|
-
*
|
|
78
|
-
*
|
|
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>
|
|
79
80
|
* </li>
|
|
80
81
|
* </ul>
|
|
81
82
|
*
|
|
@@ -83,13 +84,15 @@ declare const ListTasksCommand_base: {
|
|
|
83
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>
|
|
84
85
|
*
|
|
85
86
|
* @throws {@link InvalidParameterException} (client fault)
|
|
86
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
87
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
88
|
+
* request.</p>
|
|
87
89
|
*
|
|
88
90
|
* @throws {@link ServerException} (server fault)
|
|
89
91
|
* <p>These errors are usually caused by a server issue.</p>
|
|
90
92
|
*
|
|
91
93
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
92
|
-
* <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
|
|
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
|
|
95
|
+
* specific.</p>
|
|
93
96
|
*
|
|
94
97
|
* @throws {@link ECSServiceException}
|
|
95
98
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
@@ -28,9 +28,10 @@ declare const PutAccountSettingCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Modifies an account setting. Account settings are set on a per-Region basis.</p>
|
|
31
|
-
* <p>If you change the root user account setting, the default settings are reset for users and
|
|
32
|
-
* not have specified individual account settings. For more information, see
|
|
33
|
-
*
|
|
31
|
+
* <p>If you change the root user account setting, the default settings are reset for users and
|
|
32
|
+
* roles that do not have specified individual account settings. For more information, see
|
|
33
|
+
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html">Account
|
|
34
|
+
* Settings</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
34
35
|
* @example
|
|
35
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
37
|
* ```javascript
|
|
@@ -62,21 +63,23 @@ declare const PutAccountSettingCommand_base: {
|
|
|
62
63
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
63
64
|
*
|
|
64
65
|
* @throws {@link ClientException} (client fault)
|
|
65
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
66
|
-
* resource on behalf of a user that doesn't have permissions to use the
|
|
67
|
-
* be specifying an identifier that isn't valid.</p>
|
|
66
|
+
* <p>These errors are usually caused by a client action. This client action might be using
|
|
67
|
+
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
68
|
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
68
69
|
* <p>The following list includes additional causes for the error:</p>
|
|
69
70
|
* <ul>
|
|
70
71
|
* <li>
|
|
71
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
72
|
-
* a capacity error because the quota of tasks in the
|
|
73
|
-
*
|
|
74
|
-
*
|
|
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>
|
|
75
77
|
* </li>
|
|
76
78
|
* </ul>
|
|
77
79
|
*
|
|
78
80
|
* @throws {@link InvalidParameterException} (client fault)
|
|
79
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
81
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
82
|
+
* request.</p>
|
|
80
83
|
*
|
|
81
84
|
* @throws {@link ServerException} (server fault)
|
|
82
85
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -27,8 +27,8 @@ declare const PutAccountSettingDefaultCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies an account setting for all users on an account for whom no individual account
|
|
31
|
-
* been specified. Account settings are set on a per-Region basis.</p>
|
|
30
|
+
* <p>Modifies an account setting for all users on an account for whom no individual account
|
|
31
|
+
* setting has been specified. Account settings are set on a per-Region basis.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -59,21 +59,23 @@ declare const PutAccountSettingDefaultCommand_base: {
|
|
|
59
59
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ClientException} (client fault)
|
|
62
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
63
|
-
* resource on behalf of a user that doesn't have permissions to use the
|
|
64
|
-
* be specifying an identifier that isn't valid.</p>
|
|
62
|
+
* <p>These errors are usually caused by a client action. This client action might be using
|
|
63
|
+
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
64
|
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
65
65
|
* <p>The following list includes additional causes for the error:</p>
|
|
66
66
|
* <ul>
|
|
67
67
|
* <li>
|
|
68
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
69
|
-
* a capacity error because the quota of tasks in the
|
|
70
|
-
*
|
|
71
|
-
*
|
|
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>
|
|
72
73
|
* </li>
|
|
73
74
|
* </ul>
|
|
74
75
|
*
|
|
75
76
|
* @throws {@link InvalidParameterException} (client fault)
|
|
76
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
77
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
78
|
+
* request.</p>
|
|
77
79
|
*
|
|
78
80
|
* @throws {@link ServerException} (server fault)
|
|
79
81
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -27,9 +27,9 @@ declare const PutAttributesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Create or update an attribute on an Amazon ECS resource. If the attribute doesn't exist,
|
|
31
|
-
* the attribute exists, its value is replaced with the specified value.
|
|
32
|
-
*
|
|
30
|
+
* <p>Create or update an attribute on an Amazon ECS resource. If the attribute doesn't exist,
|
|
31
|
+
* it's created. If the attribute exists, its value is replaced with the specified value.
|
|
32
|
+
* To delete an attribute, use <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteAttributes.html">DeleteAttributes</a>. For more information, 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>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -69,17 +69,20 @@ declare const PutAttributesCommand_base: {
|
|
|
69
69
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link AttributeLimitExceededException} (client fault)
|
|
72
|
-
* <p>You can apply up to 10 custom attributes for each resource. You can view the
|
|
73
|
-
*
|
|
72
|
+
* <p>You can apply up to 10 custom attributes for each resource. You can view the
|
|
73
|
+
* attributes of a resource with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListAttributes.html">ListAttributes</a>.
|
|
74
|
+
* You can remove existing attributes on a resource with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteAttributes.html">DeleteAttributes</a>.</p>
|
|
74
75
|
*
|
|
75
76
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
76
77
|
* <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>
|
|
77
78
|
*
|
|
78
79
|
* @throws {@link InvalidParameterException} (client fault)
|
|
79
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
80
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
81
|
+
* request.</p>
|
|
80
82
|
*
|
|
81
83
|
* @throws {@link TargetNotFoundException} (client fault)
|
|
82
|
-
* <p>The specified target wasn't found. You can view your available container instances
|
|
84
|
+
* <p>The specified target wasn't found. You can view your available container instances
|
|
85
|
+
* with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListContainerInstances.html">ListContainerInstances</a>. Amazon ECS container instances are cluster-specific and
|
|
83
86
|
* Region-specific.</p>
|
|
84
87
|
*
|
|
85
88
|
* @throws {@link ECSServiceException}
|