@aws-sdk/client-ecs 3.692.0 → 3.695.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 (71) hide show
  1. package/README.md +11 -12
  2. package/dist-cjs/index.js +4 -2
  3. package/dist-es/protocols/Aws_json1_1.js +2 -0
  4. package/dist-types/ECS.d.ts +11 -12
  5. package/dist-types/ECSClient.d.ts +11 -12
  6. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +17 -22
  7. package/dist-types/commands/CreateClusterCommand.d.ts +17 -19
  8. package/dist-types/commands/CreateServiceCommand.d.ts +89 -80
  9. package/dist-types/commands/CreateTaskSetCommand.d.ts +15 -19
  10. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +9 -12
  11. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -4
  12. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +17 -21
  13. package/dist-types/commands/DeleteClusterCommand.d.ts +23 -27
  14. package/dist-types/commands/DeleteServiceCommand.d.ts +30 -29
  15. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +23 -28
  16. package/dist-types/commands/DeleteTaskSetCommand.d.ts +14 -17
  17. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +19 -22
  18. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +23 -26
  19. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +8 -10
  20. package/dist-types/commands/DescribeClustersCommand.d.ts +8 -10
  21. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +10 -12
  22. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +9 -12
  23. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +16 -12
  24. package/dist-types/commands/DescribeServicesCommand.d.ts +15 -10
  25. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +13 -16
  26. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +13 -17
  27. package/dist-types/commands/DescribeTasksCommand.d.ts +11 -13
  28. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +7 -8
  29. package/dist-types/commands/ExecuteCommandCommand.d.ts +19 -23
  30. package/dist-types/commands/GetTaskProtectionCommand.d.ts +8 -10
  31. package/dist-types/commands/ListAccountSettingsCommand.d.ts +8 -10
  32. package/dist-types/commands/ListAttributesCommand.d.ts +6 -8
  33. package/dist-types/commands/ListClustersCommand.d.ts +8 -10
  34. package/dist-types/commands/ListContainerInstancesCommand.d.ts +12 -13
  35. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +9 -12
  36. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +12 -15
  37. package/dist-types/commands/ListServicesCommand.d.ts +10 -12
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -10
  39. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -17
  40. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +11 -13
  41. package/dist-types/commands/ListTasksCommand.d.ts +12 -15
  42. package/dist-types/commands/PutAccountSettingCommand.d.ts +11 -14
  43. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +10 -12
  44. package/dist-types/commands/PutAttributesCommand.d.ts +7 -11
  45. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +24 -29
  46. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +10 -12
  47. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +21 -23
  48. package/dist-types/commands/RunTaskCommand.d.ts +33 -37
  49. package/dist-types/commands/StartTaskCommand.d.ts +16 -16
  50. package/dist-types/commands/StopTaskCommand.d.ts +18 -22
  51. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +8 -10
  52. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +7 -8
  53. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +8 -10
  54. package/dist-types/commands/TagResourceCommand.d.ts +11 -14
  55. package/dist-types/commands/UntagResourceCommand.d.ts +8 -10
  56. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +10 -11
  57. package/dist-types/commands/UpdateClusterCommand.d.ts +8 -10
  58. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +8 -10
  59. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +33 -37
  60. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +42 -48
  61. package/dist-types/commands/UpdateServiceCommand.d.ts +105 -101
  62. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +15 -20
  63. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +20 -25
  64. package/dist-types/commands/UpdateTaskSetCommand.d.ts +15 -19
  65. package/dist-types/index.d.ts +11 -12
  66. package/dist-types/models/models_0.d.ts +2860 -3324
  67. package/dist-types/models/models_1.d.ts +150 -152
  68. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -4
  69. package/dist-types/ts3.4/models/models_0.d.ts +8 -3
  70. package/dist-types/ts3.4/models/models_1.d.ts +6 -0
  71. package/package.json +13 -13
@@ -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>
@@ -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
- * family, container instance, launch type, what IAM principal started the task, or by
32
- * the desired status of the task.</p>
30
+ * <p>Returns a list of tasks. You can filter the results by cluster, task definition family, container
31
+ * instance, launch type, what IAM principal started the task, or by the desired status of the
32
+ * 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,17 +66,16 @@ 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
- * 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>
69
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
70
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
71
+ * 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
- * 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>
75
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
76
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
77
+ * 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
78
+ * quotas</a>.</p>
80
79
  * </li>
81
80
  * </ul>
82
81
  *
@@ -84,15 +83,13 @@ declare const ListTasksCommand_base: {
84
83
  * <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>
85
84
  *
86
85
  * @throws {@link InvalidParameterException} (client fault)
87
- * <p>The specified parameter isn't valid. Review the available parameters for the API
88
- * request.</p>
86
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
89
87
  *
90
88
  * @throws {@link ServerException} (server fault)
91
89
  * <p>These errors are usually caused by a server issue.</p>
92
90
  *
93
91
  * @throws {@link ServiceNotFoundException} (client fault)
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>
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 specific.</p>
96
93
  *
97
94
  * @throws {@link ECSServiceException}
98
95
  * <p>Base exception class for all service exceptions from ECS service.</p>
@@ -28,10 +28,9 @@ 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
- * 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>
31
+ * <p>If you change the root user account setting, the default settings are reset for users and roles that do
32
+ * not have specified individual account settings. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html">Account Settings</a> in the
33
+ * <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
@@ -63,23 +62,21 @@ declare const PutAccountSettingCommand_base: {
63
62
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
64
63
  *
65
64
  * @throws {@link ClientException} (client fault)
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>
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>
69
68
  * <p>The following list includes additional causes for the error:</p>
70
69
  * <ul>
71
70
  * <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>
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>
77
75
  * </li>
78
76
  * </ul>
79
77
  *
80
78
  * @throws {@link InvalidParameterException} (client fault)
81
- * <p>The specified parameter isn't valid. Review the available parameters for the API
82
- * request.</p>
79
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
83
80
  *
84
81
  * @throws {@link ServerException} (server fault)
85
82
  * <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
- * setting has 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 setting has
31
+ * 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,23 +59,21 @@ 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
- * 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>
62
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
63
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
64
+ * 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
- * 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>
68
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
69
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
70
+ * 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
71
+ * quotas</a>.</p>
73
72
  * </li>
74
73
  * </ul>
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 ServerException} (server fault)
81
79
  * <p>These errors are usually caused by a server issue.</p>