@aws-sdk/client-ecs 3.693.0 → 3.696.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/README.md +11 -12
  2. package/dist-cjs/index.js +10 -2
  3. package/dist-es/models/models_0.js +4 -0
  4. package/dist-es/protocols/Aws_json1_1.js +2 -0
  5. package/dist-types/ECS.d.ts +11 -12
  6. package/dist-types/ECSClient.d.ts +11 -12
  7. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +17 -22
  8. package/dist-types/commands/CreateClusterCommand.d.ts +17 -19
  9. package/dist-types/commands/CreateServiceCommand.d.ts +89 -80
  10. package/dist-types/commands/CreateTaskSetCommand.d.ts +15 -19
  11. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +9 -12
  12. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -4
  13. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +17 -21
  14. package/dist-types/commands/DeleteClusterCommand.d.ts +23 -27
  15. package/dist-types/commands/DeleteServiceCommand.d.ts +30 -29
  16. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +24 -28
  17. package/dist-types/commands/DeleteTaskSetCommand.d.ts +14 -17
  18. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +19 -22
  19. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +24 -26
  20. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +8 -10
  21. package/dist-types/commands/DescribeClustersCommand.d.ts +8 -10
  22. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +10 -12
  23. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +9 -12
  24. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +16 -12
  25. package/dist-types/commands/DescribeServicesCommand.d.ts +15 -10
  26. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +14 -16
  27. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +13 -17
  28. package/dist-types/commands/DescribeTasksCommand.d.ts +11 -13
  29. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +7 -8
  30. package/dist-types/commands/ExecuteCommandCommand.d.ts +19 -23
  31. package/dist-types/commands/GetTaskProtectionCommand.d.ts +8 -10
  32. package/dist-types/commands/ListAccountSettingsCommand.d.ts +8 -10
  33. package/dist-types/commands/ListAttributesCommand.d.ts +6 -8
  34. package/dist-types/commands/ListClustersCommand.d.ts +8 -10
  35. package/dist-types/commands/ListContainerInstancesCommand.d.ts +12 -13
  36. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +9 -12
  37. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +12 -15
  38. package/dist-types/commands/ListServicesCommand.d.ts +10 -12
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -10
  40. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -17
  41. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +11 -13
  42. package/dist-types/commands/ListTasksCommand.d.ts +12 -15
  43. package/dist-types/commands/PutAccountSettingCommand.d.ts +11 -14
  44. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +10 -12
  45. package/dist-types/commands/PutAttributesCommand.d.ts +7 -11
  46. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +24 -29
  47. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +10 -12
  48. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +23 -23
  49. package/dist-types/commands/RunTaskCommand.d.ts +33 -37
  50. package/dist-types/commands/StartTaskCommand.d.ts +16 -16
  51. package/dist-types/commands/StopTaskCommand.d.ts +18 -22
  52. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +8 -10
  53. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +7 -8
  54. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +8 -10
  55. package/dist-types/commands/TagResourceCommand.d.ts +11 -14
  56. package/dist-types/commands/UntagResourceCommand.d.ts +8 -10
  57. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +9 -11
  58. package/dist-types/commands/UpdateClusterCommand.d.ts +8 -10
  59. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +8 -10
  60. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +33 -37
  61. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +42 -48
  62. package/dist-types/commands/UpdateServiceCommand.d.ts +105 -101
  63. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +15 -20
  64. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +20 -25
  65. package/dist-types/commands/UpdateTaskSetCommand.d.ts +15 -19
  66. package/dist-types/index.d.ts +11 -12
  67. package/dist-types/models/models_0.d.ts +2882 -3340
  68. package/dist-types/models/models_1.d.ts +166 -152
  69. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/models/models_0.d.ts +15 -7
  71. package/dist-types/ts3.4/models/models_1.d.ts +11 -0
  72. package/package.json +36 -36
@@ -58,17 +58,16 @@ declare const DiscoverPollEndpointCommand_base: {
58
58
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
59
59
  *
60
60
  * @throws {@link ClientException} (client fault)
61
- * <p>These errors are usually caused by a client action. This client action might be using
62
- * an action or resource on behalf of a user that doesn't have permissions to use the
63
- * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
61
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
62
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
63
+ * be specifying an identifier that isn't valid.</p>
64
64
  * <p>The following list includes additional causes for the error:</p>
65
65
  * <ul>
66
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>
67
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
68
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
69
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
70
+ * quotas</a>.</p>
72
71
  * </li>
73
72
  * </ul>
74
73
  *
@@ -28,13 +28,11 @@ declare const ExecuteCommandCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Runs a command remotely on a container within a task.</p>
31
- * <p>If you use a condition key in your IAM policy to refine the conditions for the
32
- * policy statement, for example limit the actions to a specific cluster, you receive an
33
- * <code>AccessDeniedException</code> when there is a mismatch between the condition
34
- * key value and the corresponding parameter value.</p>
35
- * <p>For information about required permissions and considerations, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Using Amazon ECS
36
- * Exec for debugging</a> in the <i>Amazon ECS Developer Guide</i>.
37
- * </p>
31
+ * <p>If you use a condition key in your IAM policy to refine the conditions for the policy statement,
32
+ * for example limit the actions to a specific cluster, you receive an <code>AccessDeniedException</code>
33
+ * when there is a mismatch between the condition key value and the corresponding parameter value.</p>
34
+ * <p>For information about required permissions and considerations, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Using Amazon ECS Exec for debugging</a> in the
35
+ * <i>Amazon ECS Developer Guide</i>. </p>
38
36
  * @example
39
37
  * Use a bare-bones client and the command you need to make an API call.
40
38
  * ```javascript
@@ -75,17 +73,16 @@ declare const ExecuteCommandCommand_base: {
75
73
  * <p>You don't have authorization to perform the requested action.</p>
76
74
  *
77
75
  * @throws {@link ClientException} (client fault)
78
- * <p>These errors are usually caused by a client action. This client action might be using
79
- * an action or resource on behalf of a user that doesn't have permissions to use the
80
- * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
76
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
77
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
78
+ * be specifying an identifier that isn't valid.</p>
81
79
  * <p>The following list includes additional causes for the error:</p>
82
80
  * <ul>
83
81
  * <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>
82
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
83
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
84
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
85
+ * quotas</a>.</p>
89
86
  * </li>
90
87
  * </ul>
91
88
  *
@@ -93,15 +90,14 @@ declare const ExecuteCommandCommand_base: {
93
90
  * <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>
94
91
  *
95
92
  * @throws {@link InvalidParameterException} (client fault)
96
- * <p>The specified parameter isn't valid. Review the available parameters for the API
97
- * request.</p>
93
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
98
94
  *
99
95
  * @throws {@link ServerException} (server fault)
100
96
  * <p>These errors are usually caused by a server issue.</p>
101
97
  *
102
98
  * @throws {@link TargetNotConnectedException} (client fault)
103
- * <p>The execute command cannot run. This error can be caused by any of the following
104
- * configuration issues:</p>
99
+ * <p>The execute command cannot run. This error can be caused by any of the following configuration
100
+ * issues:</p>
105
101
  * <ul>
106
102
  * <li>
107
103
  * <p>Incorrect IAM permissions</p>
@@ -110,12 +106,12 @@ declare const ExecuteCommandCommand_base: {
110
106
  * <p>The SSM agent is not installed or is not running</p>
111
107
  * </li>
112
108
  * <li>
113
- * <p> There is an interface Amazon VPC endpoint for Amazon ECS, but there is not one for
114
- * Systems Manager Session Manager</p>
109
+ * <p> There is an interface Amazon VPC endpoint for Amazon ECS, but there is not one for Systems
110
+ * Manager Session Manager</p>
115
111
  * </li>
116
112
  * </ul>
117
- * <p>For information about how to troubleshoot the issues, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Troubleshooting issues with ECS
118
- * Exec</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
113
+ * <p>For information about how to troubleshoot the issues, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Troubleshooting issues with ECS Exec</a> in
114
+ * the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
119
115
  *
120
116
  * @throws {@link ECSServiceException}
121
117
  * <p>Base exception class for all service exceptions from ECS service.</p>
@@ -71,17 +71,16 @@ declare const GetTaskProtectionCommand_base: {
71
71
  * <p>You don't have authorization to perform the requested action.</p>
72
72
  *
73
73
  * @throws {@link ClientException} (client fault)
74
- * <p>These errors are usually caused by a client action. This client action might be using
75
- * an action or resource on behalf of a user that doesn't have permissions to use the
76
- * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
74
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
75
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
76
+ * be specifying an identifier that isn't valid.</p>
77
77
  * <p>The following list includes additional causes for the error:</p>
78
78
  * <ul>
79
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>
80
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
81
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
82
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
83
+ * quotas</a>.</p>
85
84
  * </li>
86
85
  * </ul>
87
86
  *
@@ -89,8 +88,7 @@ declare const GetTaskProtectionCommand_base: {
89
88
  * <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>
90
89
  *
91
90
  * @throws {@link InvalidParameterException} (client fault)
92
- * <p>The specified parameter isn't valid. Review the available parameters for the API
93
- * request.</p>
91
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
94
92
  *
95
93
  * @throws {@link ResourceNotFoundException} (client fault)
96
94
  * <p>The specified resource wasn't found.</p>
@@ -65,23 +65,21 @@ declare const ListAccountSettingsCommand_base: {
65
65
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
66
66
  *
67
67
  * @throws {@link ClientException} (client fault)
68
- * <p>These errors are usually caused by a client action. This client action might be using
69
- * an action or resource on behalf of a user that doesn't have permissions to use the
70
- * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
68
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
69
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
70
+ * be specifying an identifier that isn't valid.</p>
71
71
  * <p>The following list includes additional causes for the error:</p>
72
72
  * <ul>
73
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>
74
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
75
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
76
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
77
+ * quotas</a>.</p>
79
78
  * </li>
80
79
  * </ul>
81
80
  *
82
81
  * @throws {@link InvalidParameterException} (client fault)
83
- * <p>The specified parameter isn't valid. Review the available parameters for the API
84
- * request.</p>
82
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
85
83
  *
86
84
  * @throws {@link ServerException} (server fault)
87
85
  * <p>These errors are usually caused by a server issue.</p>
@@ -27,12 +27,11 @@ declare const ListAttributesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the attributes for Amazon ECS resources within a specified target type and cluster.
31
- * When you specify a target type and cluster, <code>ListAttributes</code> returns a list
32
- * of attribute objects, one for each attribute on each resource. You can filter the list
33
- * of results to a single attribute name to only return results that have that name. You
34
- * can also filter the results by attribute name and value. You can do this, for example,
35
- * to see which container instances in a cluster are running a Linux AMI
30
+ * <p>Lists the attributes for Amazon ECS resources within a specified target type and cluster. When you specify
31
+ * a target type and cluster, <code>ListAttributes</code> returns a list of attribute objects, one for
32
+ * each attribute on each resource. You can filter the list of results to a single attribute name to only
33
+ * return results that have that name. You can also filter the results by attribute name and value. You
34
+ * can do this, for example, to see which container instances in a cluster are running a Linux AMI
36
35
  * (<code>ecs.os-type=linux</code>). </p>
37
36
  * @example
38
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,8 +73,7 @@ declare const ListAttributesCommand_base: {
74
73
  * <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
74
  *
76
75
  * @throws {@link InvalidParameterException} (client fault)
77
- * <p>The specified parameter isn't valid. Review the available parameters for the API
78
- * request.</p>
76
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
79
77
  *
80
78
  * @throws {@link ECSServiceException}
81
79
  * <p>Base exception class for all service exceptions from ECS service.</p>
@@ -56,23 +56,21 @@ declare const ListClustersCommand_base: {
56
56
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
57
57
  *
58
58
  * @throws {@link ClientException} (client fault)
59
- * <p>These errors are usually caused by a client action. This client action might be using
60
- * an action or resource on behalf of a user that doesn't have permissions to use the
61
- * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
59
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
60
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
61
+ * be specifying an identifier that isn't valid.</p>
62
62
  * <p>The following list includes additional causes for the error:</p>
63
63
  * <ul>
64
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>
65
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
66
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
67
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
68
+ * quotas</a>.</p>
70
69
  * </li>
71
70
  * </ul>
72
71
  *
73
72
  * @throws {@link InvalidParameterException} (client fault)
74
- * <p>The specified parameter isn't valid. Review the available parameters for the API
75
- * request.</p>
73
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
76
74
  *
77
75
  * @throws {@link ServerException} (server fault)
78
76
  * <p>These errors are usually caused by a server issue.</p>
@@ -27,9 +27,10 @@ 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
- * 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>
30
+ * <p>Returns a list of container instances in a specified cluster. You can filter the results of a
31
+ * <code>ListContainerInstances</code> operation with cluster query language statements inside the
32
+ * <code>filter</code> parameter. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html">Cluster
33
+ * Query Language</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
35
36
  * ```javascript
@@ -61,17 +62,16 @@ declare const ListContainerInstancesCommand_base: {
61
62
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
62
63
  *
63
64
  * @throws {@link ClientException} (client fault)
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>
65
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
66
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
67
+ * be specifying an identifier that isn't valid.</p>
67
68
  * <p>The following list includes additional causes for the error:</p>
68
69
  * <ul>
69
70
  * <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>
71
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
72
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
73
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
74
+ * quotas</a>.</p>
75
75
  * </li>
76
76
  * </ul>
77
77
  *
@@ -79,8 +79,7 @@ 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
83
- * request.</p>
82
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
84
83
  *
85
84
  * @throws {@link ServerException} (server fault)
86
85
  * <p>These errors are usually caused by a server issue.</p>
@@ -82,30 +82,27 @@ declare const ListServiceDeploymentsCommand_base: {
82
82
  * <p>You don't have authorization to perform the requested action.</p>
83
83
  *
84
84
  * @throws {@link ClientException} (client fault)
85
- * <p>These errors are usually caused by a client action. This client action might be using
86
- * an action or resource on behalf of a user that doesn't have permissions to use the
87
- * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
85
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
86
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
87
+ * be specifying an identifier that isn't valid.</p>
88
88
  * <p>The following list includes additional causes for the error:</p>
89
89
  * <ul>
90
90
  * <li>
91
- * <p>The <code>RunTask</code> could not be processed because you use managed
92
- * scaling and there is a capacity error because the quota of tasks in the
93
- * <code>PROVISIONING</code> per cluster has been reached. For information
94
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
95
- * service quotas</a>.</p>
91
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
92
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
93
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
94
+ * quotas</a>.</p>
96
95
  * </li>
97
96
  * </ul>
98
97
  *
99
98
  * @throws {@link InvalidParameterException} (client fault)
100
- * <p>The specified parameter isn't valid. Review the available parameters for the API
101
- * request.</p>
99
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
102
100
  *
103
101
  * @throws {@link ServerException} (server fault)
104
102
  * <p>These errors are usually caused by a server issue.</p>
105
103
  *
106
104
  * @throws {@link ServiceNotFoundException} (client fault)
107
- * <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
- * specific.</p>
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 specific.</p>
109
106
  *
110
107
  * @throws {@link UnsupportedFeatureException} (client fault)
111
108
  * <p>The specified task isn't supported in this Region.</p>
@@ -27,11 +27,10 @@ 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
- * 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>
30
+ * <p>This operation lists all of the services that are associated with a Cloud Map namespace. This list
31
+ * might include services in different clusters. In contrast, <code>ListServices</code> can only list
32
+ * services in one cluster at a time. If you need to filter the list of services in a single cluster by
33
+ * various parameters, use <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>
35
34
  * @example
36
35
  * Use a bare-bones client and the command you need to make an API call.
37
36
  * ```javascript
@@ -61,23 +60,21 @@ declare const ListServicesByNamespaceCommand_base: {
61
60
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
62
61
  *
63
62
  * @throws {@link ClientException} (client fault)
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>
63
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
64
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
65
+ * be specifying an identifier that isn't valid.</p>
67
66
  * <p>The following list includes additional causes for the error:</p>
68
67
  * <ul>
69
68
  * <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>
69
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
70
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
71
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
72
+ * quotas</a>.</p>
75
73
  * </li>
76
74
  * </ul>
77
75
  *
78
76
  * @throws {@link InvalidParameterException} (client fault)
79
- * <p>The specified parameter isn't valid. Review the available parameters for the API
80
- * request.</p>
77
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
81
78
  *
82
79
  * @throws {@link NamespaceNotFoundException} (client fault)
83
80
  * <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
- * scheduling strategy.</p>
30
+ * <p>Returns a list of services. You can filter the results by cluster, launch type, and scheduling
31
+ * 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,17 +60,16 @@ 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
- * 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>
63
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
64
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
65
+ * 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
- * 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>
69
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
70
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
71
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
72
+ * quotas</a>.</p>
74
73
  * </li>
75
74
  * </ul>
76
75
  *
@@ -78,8 +77,7 @@ declare const ListServicesCommand_base: {
78
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>
79
78
  *
80
79
  * @throws {@link InvalidParameterException} (client fault)
81
- * <p>The specified parameter isn't valid. Review the available parameters for the API
82
- * request.</p>
80
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
83
81
  *
84
82
  * @throws {@link ServerException} (server fault)
85
83
  * <p>These errors are usually caused by a server issue.</p>
@@ -57,17 +57,16 @@ 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
- * 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>
60
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
61
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
62
+ * 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
- * 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>
66
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
67
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
68
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
69
+ * quotas</a>.</p>
71
70
  * </li>
72
71
  * </ul>
73
72
  *
@@ -75,8 +74,7 @@ declare const ListTagsForResourceCommand_base: {
75
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>
76
75
  *
77
76
  * @throws {@link InvalidParameterException} (client fault)
78
- * <p>The specified parameter isn't valid. Review the available parameters for the API
79
- * request.</p>
77
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
80
78
  *
81
79
  * @throws {@link ServerException} (server fault)
82
80
  * <p>These errors are usually caused by a server issue.</p>
@@ -27,13 +27,11 @@ 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
- * 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>
30
+ * <p>Returns a list of task definition families that are registered to your account. This list includes
31
+ * task definition families that no longer have any <code>ACTIVE</code> task definition revisions.</p>
32
+ * <p>You can filter out task definition families that don't contain any <code>ACTIVE</code> task
33
+ * definition revisions by setting the <code>status</code> parameter to <code>ACTIVE</code>. You can also
34
+ * filter the results with the <code>familyPrefix</code> parameter.</p>
37
35
  * @example
38
36
  * Use a bare-bones client and the command you need to make an API call.
39
37
  * ```javascript
@@ -64,23 +62,21 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
64
62
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
65
63
  *
66
64
  * @throws {@link ClientException} (client fault)
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>
65
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
66
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
67
+ * be specifying an identifier that isn't valid.</p>
70
68
  * <p>The following list includes additional causes for the error:</p>
71
69
  * <ul>
72
70
  * <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>
71
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
72
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
73
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
74
+ * quotas</a>.</p>
78
75
  * </li>
79
76
  * </ul>
80
77
  *
81
78
  * @throws {@link InvalidParameterException} (client fault)
82
- * <p>The specified parameter isn't valid. Review the available parameters for the API
83
- * request.</p>
79
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
84
80
  *
85
81
  * @throws {@link ServerException} (server fault)
86
82
  * <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
- * the results by family name with the <code>familyPrefix</code> parameter or by status
32
- * with the <code>status</code> parameter.</p>
30
+ * <p>Returns a list of task definitions that are registered to your account. You can filter the results by
31
+ * family name with the <code>familyPrefix</code> parameter or by status with the <code>status</code>
32
+ * 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,23 +61,21 @@ 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
- * 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>
64
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
65
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
66
+ * 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
- * 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>
70
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
71
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
72
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
73
+ * quotas</a>.</p>
75
74
  * </li>
76
75
  * </ul>
77
76
  *
78
77
  * @throws {@link InvalidParameterException} (client fault)
79
- * <p>The specified parameter isn't valid. Review the available parameters for the API
80
- * request.</p>
78
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
81
79
  *
82
80
  * @throws {@link ServerException} (server fault)
83
81
  * <p>These errors are usually caused by a server issue.</p>