@aws-sdk/client-ecs 3.799.0 → 3.803.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +0 -10
- package/dist-types/commands/CreateClusterCommand.d.ts +0 -10
- package/dist-types/commands/CreateServiceCommand.d.ts +0 -10
- package/dist-types/commands/CreateTaskSetCommand.d.ts +0 -10
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +0 -10
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +0 -10
- package/dist-types/commands/DeleteClusterCommand.d.ts +0 -10
- package/dist-types/commands/DeleteServiceCommand.d.ts +0 -10
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +0 -10
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +0 -10
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +0 -10
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +0 -10
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +0 -10
- package/dist-types/commands/DescribeClustersCommand.d.ts +0 -10
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +0 -10
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +0 -10
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +0 -10
- package/dist-types/commands/DescribeServicesCommand.d.ts +0 -10
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +0 -10
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +0 -10
- package/dist-types/commands/DescribeTasksCommand.d.ts +0 -10
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +0 -10
- package/dist-types/commands/ExecuteCommandCommand.d.ts +0 -10
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +0 -10
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +0 -10
- package/dist-types/commands/ListClustersCommand.d.ts +0 -10
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +0 -10
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +0 -10
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +0 -10
- package/dist-types/commands/ListServicesCommand.d.ts +0 -10
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -10
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +0 -10
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +0 -10
- package/dist-types/commands/ListTasksCommand.d.ts +0 -10
- package/dist-types/commands/PutAccountSettingCommand.d.ts +0 -10
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +0 -10
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +0 -10
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +0 -10
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +0 -10
- package/dist-types/commands/RunTaskCommand.d.ts +5 -10
- package/dist-types/commands/StartTaskCommand.d.ts +0 -10
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +12 -13
- package/dist-types/commands/StopTaskCommand.d.ts +0 -10
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +0 -10
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +0 -10
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +0 -10
- package/dist-types/commands/TagResourceCommand.d.ts +0 -10
- package/dist-types/commands/UntagResourceCommand.d.ts +0 -10
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +0 -10
- package/dist-types/commands/UpdateClusterCommand.d.ts +0 -10
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +0 -10
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +0 -10
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +0 -10
- package/dist-types/commands/UpdateServiceCommand.d.ts +0 -10
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +0 -10
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +0 -10
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +0 -10
- package/dist-types/models/models_0.d.ts +5 -12
- package/package.json +4 -4
|
@@ -103,16 +103,6 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
103
103
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
104
104
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
105
105
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
106
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
107
|
-
* <ul>
|
|
108
|
-
* <li>
|
|
109
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
110
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
111
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
112
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
113
|
-
* service quotas</a>.</p>
|
|
114
|
-
* </li>
|
|
115
|
-
* </ul>
|
|
116
106
|
*
|
|
117
107
|
* @throws {@link InvalidParameterException} (client fault)
|
|
118
108
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -177,16 +177,6 @@ declare const CreateClusterCommand_base: {
|
|
|
177
177
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
178
178
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
179
179
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
180
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
181
|
-
* <ul>
|
|
182
|
-
* <li>
|
|
183
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
184
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
185
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
186
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
187
|
-
* service quotas</a>.</p>
|
|
188
|
-
* </li>
|
|
189
|
-
* </ul>
|
|
190
180
|
*
|
|
191
181
|
* @throws {@link InvalidParameterException} (client fault)
|
|
192
182
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -580,16 +580,6 @@ declare const CreateServiceCommand_base: {
|
|
|
580
580
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
581
581
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
582
582
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
583
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
584
|
-
* <ul>
|
|
585
|
-
* <li>
|
|
586
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
587
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
588
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
589
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
590
|
-
* service quotas</a>.</p>
|
|
591
|
-
* </li>
|
|
592
|
-
* </ul>
|
|
593
583
|
*
|
|
594
584
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
595
585
|
* <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>
|
|
@@ -182,16 +182,6 @@ declare const CreateTaskSetCommand_base: {
|
|
|
182
182
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
183
183
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
184
184
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
185
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
186
|
-
* <ul>
|
|
187
|
-
* <li>
|
|
188
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
189
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
190
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
191
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
192
|
-
* service quotas</a>.</p>
|
|
193
|
-
* </li>
|
|
194
|
-
* </ul>
|
|
195
185
|
*
|
|
196
186
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
197
187
|
* <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>
|
|
@@ -62,16 +62,6 @@ declare const DeleteAccountSettingCommand_base: {
|
|
|
62
62
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
63
63
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
64
64
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
65
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
66
|
-
* <ul>
|
|
67
|
-
* <li>
|
|
68
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
69
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
70
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
71
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
72
|
-
* service quotas</a>.</p>
|
|
73
|
-
* </li>
|
|
74
|
-
* </ul>
|
|
75
65
|
*
|
|
76
66
|
* @throws {@link InvalidParameterException} (client fault)
|
|
77
67
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -92,16 +92,6 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
92
92
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
93
93
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
94
94
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
95
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
96
|
-
* <ul>
|
|
97
|
-
* <li>
|
|
98
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
99
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
100
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
101
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
102
|
-
* service quotas</a>.</p>
|
|
103
|
-
* </li>
|
|
104
|
-
* </ul>
|
|
105
95
|
*
|
|
106
96
|
* @throws {@link InvalidParameterException} (client fault)
|
|
107
97
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -130,16 +130,6 @@ declare const DeleteClusterCommand_base: {
|
|
|
130
130
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
131
131
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
132
132
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
133
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
134
|
-
* <ul>
|
|
135
|
-
* <li>
|
|
136
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
137
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
138
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
139
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
140
|
-
* service quotas</a>.</p>
|
|
141
|
-
* </li>
|
|
142
|
-
* </ul>
|
|
143
133
|
*
|
|
144
134
|
* @throws {@link ClusterContainsContainerInstancesException} (client fault)
|
|
145
135
|
* <p>You can't delete a cluster that has registered container instances. First, deregister
|
|
@@ -355,16 +355,6 @@ declare const DeleteServiceCommand_base: {
|
|
|
355
355
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
356
356
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
357
357
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
358
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
359
|
-
* <ul>
|
|
360
|
-
* <li>
|
|
361
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
362
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
363
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
364
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
365
|
-
* service quotas</a>.</p>
|
|
366
|
-
* </li>
|
|
367
|
-
* </ul>
|
|
368
358
|
*
|
|
369
359
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
370
360
|
* <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>
|
|
@@ -359,16 +359,6 @@ declare const DeleteTaskDefinitionsCommand_base: {
|
|
|
359
359
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
360
360
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
361
361
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
362
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
363
|
-
* <ul>
|
|
364
|
-
* <li>
|
|
365
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
366
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
367
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
368
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
369
|
-
* service quotas</a>.</p>
|
|
370
|
-
* </li>
|
|
371
|
-
* </ul>
|
|
372
362
|
*
|
|
373
363
|
* @throws {@link InvalidParameterException} (client fault)
|
|
374
364
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -128,16 +128,6 @@ declare const DeleteTaskSetCommand_base: {
|
|
|
128
128
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
129
129
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
130
130
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
131
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
132
|
-
* <ul>
|
|
133
|
-
* <li>
|
|
134
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
135
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
136
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
137
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
138
|
-
* service quotas</a>.</p>
|
|
139
|
-
* </li>
|
|
140
|
-
* </ul>
|
|
141
131
|
*
|
|
142
132
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
143
133
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -149,16 +149,6 @@ declare const DeregisterContainerInstanceCommand_base: {
|
|
|
149
149
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
150
150
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
151
151
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
152
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
153
|
-
* <ul>
|
|
154
|
-
* <li>
|
|
155
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
156
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
157
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
158
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
159
|
-
* service quotas</a>.</p>
|
|
160
|
-
* </li>
|
|
161
|
-
* </ul>
|
|
162
152
|
*
|
|
163
153
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
164
154
|
* <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>
|
|
@@ -343,16 +343,6 @@ declare const DeregisterTaskDefinitionCommand_base: {
|
|
|
343
343
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
344
344
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
345
345
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
346
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
347
|
-
* <ul>
|
|
348
|
-
* <li>
|
|
349
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
350
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
351
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
352
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
353
|
-
* service quotas</a>.</p>
|
|
354
|
-
* </li>
|
|
355
|
-
* </ul>
|
|
356
346
|
*
|
|
357
347
|
* @throws {@link InvalidParameterException} (client fault)
|
|
358
348
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -96,16 +96,6 @@ declare const DescribeCapacityProvidersCommand_base: {
|
|
|
96
96
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
97
97
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
98
98
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
99
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
100
|
-
* <ul>
|
|
101
|
-
* <li>
|
|
102
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
103
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
104
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
105
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
106
|
-
* service quotas</a>.</p>
|
|
107
|
-
* </li>
|
|
108
|
-
* </ul>
|
|
109
99
|
*
|
|
110
100
|
* @throws {@link InvalidParameterException} (client fault)
|
|
111
101
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -140,16 +140,6 @@ declare const DescribeClustersCommand_base: {
|
|
|
140
140
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
141
141
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
142
142
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
143
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
144
|
-
* <ul>
|
|
145
|
-
* <li>
|
|
146
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
147
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
148
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
149
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
150
|
-
* service quotas</a>.</p>
|
|
151
|
-
* </li>
|
|
152
|
-
* </ul>
|
|
153
143
|
*
|
|
154
144
|
* @throws {@link InvalidParameterException} (client fault)
|
|
155
145
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -150,16 +150,6 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
150
150
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
151
151
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
152
152
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
153
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
154
|
-
* <ul>
|
|
155
|
-
* <li>
|
|
156
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
157
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
158
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
159
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
160
|
-
* service quotas</a>.</p>
|
|
161
|
-
* </li>
|
|
162
|
-
* </ul>
|
|
163
153
|
*
|
|
164
154
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
165
155
|
* <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>
|
|
@@ -130,16 +130,6 @@ declare const DescribeServiceDeploymentsCommand_base: {
|
|
|
130
130
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
131
131
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
132
132
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
133
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
134
|
-
* <ul>
|
|
135
|
-
* <li>
|
|
136
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
137
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
138
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
139
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
140
|
-
* service quotas</a>.</p>
|
|
141
|
-
* </li>
|
|
142
|
-
* </ul>
|
|
143
133
|
*
|
|
144
134
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
145
135
|
* <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>
|
|
@@ -202,16 +202,6 @@ declare const DescribeServiceRevisionsCommand_base: {
|
|
|
202
202
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
203
203
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
204
204
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
205
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
206
|
-
* <ul>
|
|
207
|
-
* <li>
|
|
208
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
209
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
210
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
211
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
212
|
-
* service quotas</a>.</p>
|
|
213
|
-
* </li>
|
|
214
|
-
* </ul>
|
|
215
205
|
*
|
|
216
206
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
217
207
|
* <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>
|
|
@@ -348,16 +348,6 @@ declare const DescribeServicesCommand_base: {
|
|
|
348
348
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
349
349
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
350
350
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
351
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
352
|
-
* <ul>
|
|
353
|
-
* <li>
|
|
354
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
355
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
356
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
357
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
358
|
-
* service quotas</a>.</p>
|
|
359
|
-
* </li>
|
|
360
|
-
* </ul>
|
|
361
351
|
*
|
|
362
352
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
363
353
|
* <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>
|
|
@@ -342,16 +342,6 @@ declare const DescribeTaskDefinitionCommand_base: {
|
|
|
342
342
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
343
343
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
344
344
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
345
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
346
|
-
* <ul>
|
|
347
|
-
* <li>
|
|
348
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
349
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
350
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
351
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
352
|
-
* service quotas</a>.</p>
|
|
353
|
-
* </li>
|
|
354
|
-
* </ul>
|
|
355
345
|
*
|
|
356
346
|
* @throws {@link InvalidParameterException} (client fault)
|
|
357
347
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -143,16 +143,6 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
143
143
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
144
144
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
145
145
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
146
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
147
|
-
* <ul>
|
|
148
|
-
* <li>
|
|
149
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
150
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
151
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
152
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
153
|
-
* service quotas</a>.</p>
|
|
154
|
-
* </li>
|
|
155
|
-
* </ul>
|
|
156
146
|
*
|
|
157
147
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
158
148
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -233,16 +233,6 @@ declare const DescribeTasksCommand_base: {
|
|
|
233
233
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
234
234
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
235
235
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
236
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
237
|
-
* <ul>
|
|
238
|
-
* <li>
|
|
239
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
240
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
241
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
242
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
243
|
-
* service quotas</a>.</p>
|
|
244
|
-
* </li>
|
|
245
|
-
* </ul>
|
|
246
236
|
*
|
|
247
237
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
248
238
|
* <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>
|
|
@@ -61,16 +61,6 @@ declare const DiscoverPollEndpointCommand_base: {
|
|
|
61
61
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
62
62
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
63
63
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
64
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
65
|
-
* <ul>
|
|
66
|
-
* <li>
|
|
67
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
68
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
69
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
70
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
71
|
-
* service quotas</a>.</p>
|
|
72
|
-
* </li>
|
|
73
|
-
* </ul>
|
|
74
64
|
*
|
|
75
65
|
* @throws {@link ServerException} (server fault)
|
|
76
66
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -78,16 +78,6 @@ declare const ExecuteCommandCommand_base: {
|
|
|
78
78
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
79
79
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
80
80
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
81
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
82
|
-
* <ul>
|
|
83
|
-
* <li>
|
|
84
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
85
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
86
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
87
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
88
|
-
* service quotas</a>.</p>
|
|
89
|
-
* </li>
|
|
90
|
-
* </ul>
|
|
91
81
|
*
|
|
92
82
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
93
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>
|
|
@@ -74,16 +74,6 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
74
74
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
75
75
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
76
76
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
77
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
78
|
-
* <ul>
|
|
79
|
-
* <li>
|
|
80
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
81
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
82
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
83
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
84
|
-
* service quotas</a>.</p>
|
|
85
|
-
* </li>
|
|
86
|
-
* </ul>
|
|
87
77
|
*
|
|
88
78
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
89
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>
|
|
@@ -68,16 +68,6 @@ declare const ListAccountSettingsCommand_base: {
|
|
|
68
68
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
69
69
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
70
70
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
71
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
72
|
-
* <ul>
|
|
73
|
-
* <li>
|
|
74
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
75
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
76
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
77
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
78
|
-
* service quotas</a>.</p>
|
|
79
|
-
* </li>
|
|
80
|
-
* </ul>
|
|
81
71
|
*
|
|
82
72
|
* @throws {@link InvalidParameterException} (client fault)
|
|
83
73
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -59,16 +59,6 @@ declare const ListClustersCommand_base: {
|
|
|
59
59
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
60
60
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
61
61
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
62
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
63
|
-
* <ul>
|
|
64
|
-
* <li>
|
|
65
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
66
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
67
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
68
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
69
|
-
* service quotas</a>.</p>
|
|
70
|
-
* </li>
|
|
71
|
-
* </ul>
|
|
72
62
|
*
|
|
73
63
|
* @throws {@link InvalidParameterException} (client fault)
|
|
74
64
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -64,16 +64,6 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
64
64
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
65
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
66
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
67
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
68
|
-
* <ul>
|
|
69
|
-
* <li>
|
|
70
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
71
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
72
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
73
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
74
|
-
* service quotas</a>.</p>
|
|
75
|
-
* </li>
|
|
76
|
-
* </ul>
|
|
77
67
|
*
|
|
78
68
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
79
69
|
* <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>
|
|
@@ -86,16 +86,6 @@ declare const ListServiceDeploymentsCommand_base: {
|
|
|
86
86
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
87
87
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
88
88
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
89
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
90
|
-
* <ul>
|
|
91
|
-
* <li>
|
|
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>
|
|
97
|
-
* </li>
|
|
98
|
-
* </ul>
|
|
99
89
|
*
|
|
100
90
|
* @throws {@link InvalidParameterException} (client fault)
|
|
101
91
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -64,16 +64,6 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
64
64
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
65
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
66
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
67
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
68
|
-
* <ul>
|
|
69
|
-
* <li>
|
|
70
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
71
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
72
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
73
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
74
|
-
* service quotas</a>.</p>
|
|
75
|
-
* </li>
|
|
76
|
-
* </ul>
|
|
77
67
|
*
|
|
78
68
|
* @throws {@link InvalidParameterException} (client fault)
|
|
79
69
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -63,16 +63,6 @@ declare const ListServicesCommand_base: {
|
|
|
63
63
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
64
64
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
65
65
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
66
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
67
|
-
* <ul>
|
|
68
|
-
* <li>
|
|
69
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
70
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
71
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
72
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
73
|
-
* service quotas</a>.</p>
|
|
74
|
-
* </li>
|
|
75
|
-
* </ul>
|
|
76
66
|
*
|
|
77
67
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
78
68
|
* <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>
|
|
@@ -60,16 +60,6 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
60
60
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
61
61
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
62
62
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
63
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
64
|
-
* <ul>
|
|
65
|
-
* <li>
|
|
66
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
67
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
68
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
69
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
70
|
-
* service quotas</a>.</p>
|
|
71
|
-
* </li>
|
|
72
|
-
* </ul>
|
|
73
63
|
*
|
|
74
64
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
75
65
|
* <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>
|
|
@@ -67,16 +67,6 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
|
67
67
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
68
68
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
69
69
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
70
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
71
|
-
* <ul>
|
|
72
|
-
* <li>
|
|
73
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
74
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
75
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
76
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
77
|
-
* service quotas</a>.</p>
|
|
78
|
-
* </li>
|
|
79
|
-
* </ul>
|
|
80
70
|
*
|
|
81
71
|
* @throws {@link InvalidParameterException} (client fault)
|
|
82
72
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -64,16 +64,6 @@ declare const ListTaskDefinitionsCommand_base: {
|
|
|
64
64
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
65
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
66
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
67
|
-
* <p>The following list includes additional causes for the error:</p>
|
|
68
|
-
* <ul>
|
|
69
|
-
* <li>
|
|
70
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
71
|
-
* scaling and there is a capacity error because the quota of tasks in the
|
|
72
|
-
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
73
|
-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
74
|
-
* service quotas</a>.</p>
|
|
75
|
-
* </li>
|
|
76
|
-
* </ul>
|
|
77
67
|
*
|
|
78
68
|
* @throws {@link InvalidParameterException} (client fault)
|
|
79
69
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|