@aws-sdk/client-ecs 3.533.0 → 3.540.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-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ECS.d.ts +15 -1
- package/dist-types/ECSClient.d.ts +1 -1
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTasksCommand.d.ts +2 -1
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -1
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -1
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/RunTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopTaskCommand.d.ts +2 -1
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +999 -999
- package/dist-types/ts3.4/ECS.d.ts +14 -0
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -4383,9 +4383,6 @@ var waitUntilTasksStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4383
4383
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState4);
|
|
4384
4384
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
4385
4385
|
}, "waitUntilTasksStopped");
|
|
4386
|
-
|
|
4387
|
-
// src/index.ts
|
|
4388
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
4389
4386
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4390
4387
|
|
|
4391
4388
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
package/dist-types/ECS.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ export interface ECS {
|
|
|
66
66
|
/**
|
|
67
67
|
* @see {@link CreateClusterCommand}
|
|
68
68
|
*/
|
|
69
|
+
createCluster(): Promise<CreateClusterCommandOutput>;
|
|
69
70
|
createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
|
|
70
71
|
createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
|
|
71
72
|
createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
|
|
@@ -138,12 +139,14 @@ export interface ECS {
|
|
|
138
139
|
/**
|
|
139
140
|
* @see {@link DescribeCapacityProvidersCommand}
|
|
140
141
|
*/
|
|
142
|
+
describeCapacityProviders(): Promise<DescribeCapacityProvidersCommandOutput>;
|
|
141
143
|
describeCapacityProviders(args: DescribeCapacityProvidersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCapacityProvidersCommandOutput>;
|
|
142
144
|
describeCapacityProviders(args: DescribeCapacityProvidersCommandInput, cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void): void;
|
|
143
145
|
describeCapacityProviders(args: DescribeCapacityProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void): void;
|
|
144
146
|
/**
|
|
145
147
|
* @see {@link DescribeClustersCommand}
|
|
146
148
|
*/
|
|
149
|
+
describeClusters(): Promise<DescribeClustersCommandOutput>;
|
|
147
150
|
describeClusters(args: DescribeClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClustersCommandOutput>;
|
|
148
151
|
describeClusters(args: DescribeClustersCommandInput, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
|
|
149
152
|
describeClusters(args: DescribeClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
|
|
@@ -180,6 +183,7 @@ export interface ECS {
|
|
|
180
183
|
/**
|
|
181
184
|
* @see {@link DiscoverPollEndpointCommand}
|
|
182
185
|
*/
|
|
186
|
+
discoverPollEndpoint(): Promise<DiscoverPollEndpointCommandOutput>;
|
|
183
187
|
discoverPollEndpoint(args: DiscoverPollEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DiscoverPollEndpointCommandOutput>;
|
|
184
188
|
discoverPollEndpoint(args: DiscoverPollEndpointCommandInput, cb: (err: any, data?: DiscoverPollEndpointCommandOutput) => void): void;
|
|
185
189
|
discoverPollEndpoint(args: DiscoverPollEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DiscoverPollEndpointCommandOutput) => void): void;
|
|
@@ -198,6 +202,7 @@ export interface ECS {
|
|
|
198
202
|
/**
|
|
199
203
|
* @see {@link ListAccountSettingsCommand}
|
|
200
204
|
*/
|
|
205
|
+
listAccountSettings(): Promise<ListAccountSettingsCommandOutput>;
|
|
201
206
|
listAccountSettings(args: ListAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountSettingsCommandOutput>;
|
|
202
207
|
listAccountSettings(args: ListAccountSettingsCommandInput, cb: (err: any, data?: ListAccountSettingsCommandOutput) => void): void;
|
|
203
208
|
listAccountSettings(args: ListAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountSettingsCommandOutput) => void): void;
|
|
@@ -210,18 +215,21 @@ export interface ECS {
|
|
|
210
215
|
/**
|
|
211
216
|
* @see {@link ListClustersCommand}
|
|
212
217
|
*/
|
|
218
|
+
listClusters(): Promise<ListClustersCommandOutput>;
|
|
213
219
|
listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
|
|
214
220
|
listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
215
221
|
listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
216
222
|
/**
|
|
217
223
|
* @see {@link ListContainerInstancesCommand}
|
|
218
224
|
*/
|
|
225
|
+
listContainerInstances(): Promise<ListContainerInstancesCommandOutput>;
|
|
219
226
|
listContainerInstances(args: ListContainerInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListContainerInstancesCommandOutput>;
|
|
220
227
|
listContainerInstances(args: ListContainerInstancesCommandInput, cb: (err: any, data?: ListContainerInstancesCommandOutput) => void): void;
|
|
221
228
|
listContainerInstances(args: ListContainerInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContainerInstancesCommandOutput) => void): void;
|
|
222
229
|
/**
|
|
223
230
|
* @see {@link ListServicesCommand}
|
|
224
231
|
*/
|
|
232
|
+
listServices(): Promise<ListServicesCommandOutput>;
|
|
225
233
|
listServices(args: ListServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicesCommandOutput>;
|
|
226
234
|
listServices(args: ListServicesCommandInput, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
|
|
227
235
|
listServices(args: ListServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
|
|
@@ -240,18 +248,21 @@ export interface ECS {
|
|
|
240
248
|
/**
|
|
241
249
|
* @see {@link ListTaskDefinitionFamiliesCommand}
|
|
242
250
|
*/
|
|
251
|
+
listTaskDefinitionFamilies(): Promise<ListTaskDefinitionFamiliesCommandOutput>;
|
|
243
252
|
listTaskDefinitionFamilies(args: ListTaskDefinitionFamiliesCommandInput, options?: __HttpHandlerOptions): Promise<ListTaskDefinitionFamiliesCommandOutput>;
|
|
244
253
|
listTaskDefinitionFamilies(args: ListTaskDefinitionFamiliesCommandInput, cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void): void;
|
|
245
254
|
listTaskDefinitionFamilies(args: ListTaskDefinitionFamiliesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void): void;
|
|
246
255
|
/**
|
|
247
256
|
* @see {@link ListTaskDefinitionsCommand}
|
|
248
257
|
*/
|
|
258
|
+
listTaskDefinitions(): Promise<ListTaskDefinitionsCommandOutput>;
|
|
249
259
|
listTaskDefinitions(args: ListTaskDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTaskDefinitionsCommandOutput>;
|
|
250
260
|
listTaskDefinitions(args: ListTaskDefinitionsCommandInput, cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void): void;
|
|
251
261
|
listTaskDefinitions(args: ListTaskDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void): void;
|
|
252
262
|
/**
|
|
253
263
|
* @see {@link ListTasksCommand}
|
|
254
264
|
*/
|
|
265
|
+
listTasks(): Promise<ListTasksCommandOutput>;
|
|
255
266
|
listTasks(args: ListTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListTasksCommandOutput>;
|
|
256
267
|
listTasks(args: ListTasksCommandInput, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
|
|
257
268
|
listTasks(args: ListTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
|
|
@@ -282,6 +293,7 @@ export interface ECS {
|
|
|
282
293
|
/**
|
|
283
294
|
* @see {@link RegisterContainerInstanceCommand}
|
|
284
295
|
*/
|
|
296
|
+
registerContainerInstance(): Promise<RegisterContainerInstanceCommandOutput>;
|
|
285
297
|
registerContainerInstance(args: RegisterContainerInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RegisterContainerInstanceCommandOutput>;
|
|
286
298
|
registerContainerInstance(args: RegisterContainerInstanceCommandInput, cb: (err: any, data?: RegisterContainerInstanceCommandOutput) => void): void;
|
|
287
299
|
registerContainerInstance(args: RegisterContainerInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterContainerInstanceCommandOutput) => void): void;
|
|
@@ -318,12 +330,14 @@ export interface ECS {
|
|
|
318
330
|
/**
|
|
319
331
|
* @see {@link SubmitContainerStateChangeCommand}
|
|
320
332
|
*/
|
|
333
|
+
submitContainerStateChange(): Promise<SubmitContainerStateChangeCommandOutput>;
|
|
321
334
|
submitContainerStateChange(args: SubmitContainerStateChangeCommandInput, options?: __HttpHandlerOptions): Promise<SubmitContainerStateChangeCommandOutput>;
|
|
322
335
|
submitContainerStateChange(args: SubmitContainerStateChangeCommandInput, cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void): void;
|
|
323
336
|
submitContainerStateChange(args: SubmitContainerStateChangeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void): void;
|
|
324
337
|
/**
|
|
325
338
|
* @see {@link SubmitTaskStateChangeCommand}
|
|
326
339
|
*/
|
|
340
|
+
submitTaskStateChange(): Promise<SubmitTaskStateChangeCommandOutput>;
|
|
327
341
|
submitTaskStateChange(args: SubmitTaskStateChangeCommandInput, options?: __HttpHandlerOptions): Promise<SubmitTaskStateChangeCommandOutput>;
|
|
328
342
|
submitTaskStateChange(args: SubmitTaskStateChangeCommandInput, cb: (err: any, data?: SubmitTaskStateChangeCommandOutput) => void): void;
|
|
329
343
|
submitTaskStateChange(args: SubmitTaskStateChangeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SubmitTaskStateChangeCommandOutput) => void): void;
|
|
@@ -395,7 +409,6 @@ export interface ECS {
|
|
|
395
409
|
updateTaskSet(args: UpdateTaskSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTaskSetCommandOutput) => void): void;
|
|
396
410
|
}
|
|
397
411
|
/**
|
|
398
|
-
* @public
|
|
399
412
|
* <fullname>Amazon Elastic Container Service</fullname>
|
|
400
413
|
* <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes
|
|
401
414
|
* it easy to run, stop, and manage Docker containers. You can host your cluster on a
|
|
@@ -409,6 +422,7 @@ export interface ECS {
|
|
|
409
422
|
* your resource needs, isolation policies, and availability requirements. With Amazon ECS, you
|
|
410
423
|
* don't need to operate your own cluster management and configuration management systems.
|
|
411
424
|
* You also don't need to worry about scaling your management infrastructure. </p>
|
|
425
|
+
* @public
|
|
412
426
|
*/
|
|
413
427
|
export declare class ECS extends ECSClient implements ECS {
|
|
414
428
|
}
|
|
@@ -207,7 +207,6 @@ export type ECSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
|
|
|
207
207
|
export interface ECSClientResolvedConfig extends ECSClientResolvedConfigType {
|
|
208
208
|
}
|
|
209
209
|
/**
|
|
210
|
-
* @public
|
|
211
210
|
* <fullname>Amazon Elastic Container Service</fullname>
|
|
212
211
|
* <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes
|
|
213
212
|
* it easy to run, stop, and manage Docker containers. You can host your cluster on a
|
|
@@ -221,6 +220,7 @@ export interface ECSClientResolvedConfig extends ECSClientResolvedConfigType {
|
|
|
221
220
|
* your resource needs, isolation policies, and availability requirements. With Amazon ECS, you
|
|
222
221
|
* don't need to operate your own cluster management and configuration management systems.
|
|
223
222
|
* You also don't need to worry about scaling your management infrastructure. </p>
|
|
223
|
+
* @public
|
|
224
224
|
*/
|
|
225
225
|
export declare class ECSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ECSClientResolvedConfig> {
|
|
226
226
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateCapacityProviderCommandOutput extends CreateCapacityProvi
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCapacityProviderCommand_base: {
|
|
24
24
|
new (input: CreateCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new capacity provider. Capacity providers are associated with an Amazon ECS
|
|
30
30
|
* cluster and are used in capacity provider strategies to facilitate cluster auto
|
|
31
31
|
* scaling.</p>
|
|
@@ -123,6 +123,7 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
123
123
|
* @throws {@link ECSServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
125
125
|
*
|
|
126
|
+
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class CreateCapacityProviderCommand extends CreateCapacityProviderCommand_base {
|
|
128
129
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateClusterCommand_base: {
|
|
24
24
|
new (input: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [CreateClusterCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new Amazon ECS cluster. By default, your account receives a <code>default</code>
|
|
30
30
|
* cluster when you launch your first container instance. However, you can create your own
|
|
31
31
|
* cluster with a unique name with the <code>CreateCluster</code> action.</p>
|
|
@@ -182,6 +182,7 @@ declare const CreateClusterCommand_base: {
|
|
|
182
182
|
* @throws {@link ECSServiceException}
|
|
183
183
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
184
184
|
*
|
|
185
|
+
* @public
|
|
185
186
|
* @example To create a new cluster
|
|
186
187
|
* ```javascript
|
|
187
188
|
* // This example creates a cluster in your default region.
|
|
@@ -22,10 +22,10 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateServiceCommand_base: {
|
|
24
24
|
new (input: CreateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Runs and maintains your desired number of tasks from a specified task definition. If
|
|
30
30
|
* the number of tasks running in a service drops below the <code>desiredCount</code>,
|
|
31
31
|
* Amazon ECS runs another copy of the task in the specified cluster. To update an existing
|
|
@@ -580,6 +580,7 @@ declare const CreateServiceCommand_base: {
|
|
|
580
580
|
* @throws {@link ECSServiceException}
|
|
581
581
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
582
582
|
*
|
|
583
|
+
* @public
|
|
583
584
|
* @example To create a new service
|
|
584
585
|
* ```javascript
|
|
585
586
|
* // This example creates a service in your default region called ``ecs-simple-service``. The service uses the ``hello_world`` task definition and it maintains 10 copies of that task.
|
|
@@ -22,10 +22,10 @@ export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTaskSetCommand_base: {
|
|
24
24
|
new (input: CreateTaskSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTaskSetCommandInput, CreateTaskSetCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTaskSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTaskSetCommandInput, CreateTaskSetCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Create a task set in the specified cluster and service. This is used when a service
|
|
30
30
|
* uses the <code>EXTERNAL</code> deployment controller type. For more information, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS deployment
|
|
@@ -210,6 +210,7 @@ declare const CreateTaskSetCommand_base: {
|
|
|
210
210
|
* @throws {@link ECSServiceException}
|
|
211
211
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
212
212
|
*
|
|
213
|
+
* @public
|
|
213
214
|
*/
|
|
214
215
|
export declare class CreateTaskSetCommand extends CreateTaskSetCommand_base {
|
|
215
216
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAccountSettingCommandOutput extends DeleteAccountSettingR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAccountSettingCommand_base: {
|
|
24
24
|
new (input: DeleteAccountSettingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountSettingCommandInput, DeleteAccountSettingCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAccountSettingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountSettingCommandInput, DeleteAccountSettingCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disables an account setting for a specified user, role, or the root user for an
|
|
30
30
|
* account.</p>
|
|
31
31
|
* @example
|
|
@@ -72,6 +72,7 @@ declare const DeleteAccountSettingCommand_base: {
|
|
|
72
72
|
* @throws {@link ECSServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
* @example To delete your account setting
|
|
76
77
|
* ```javascript
|
|
77
78
|
* // This example deletes the account setting for your user for the specified resource type.
|
|
@@ -22,10 +22,10 @@ export interface DeleteAttributesCommandOutput extends DeleteAttributesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAttributesCommand_base: {
|
|
24
24
|
new (input: DeleteAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAttributesCommandInput, DeleteAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAttributesCommandInput, DeleteAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes one or more custom attributes from an Amazon ECS resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const DeleteAttributesCommand_base: {
|
|
|
80
80
|
* @throws {@link ECSServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteAttributesCommand extends DeleteAttributesCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteCapacityProviderCommandOutput extends DeleteCapacityProvi
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCapacityProviderCommand_base: {
|
|
24
24
|
new (input: DeleteCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified capacity provider.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>The <code>FARGATE</code> and <code>FARGATE_SPOT</code> capacity providers are
|
|
@@ -103,6 +103,7 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
103
103
|
* @throws {@link ECSServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class DeleteCapacityProviderCommand extends DeleteCapacityProviderCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteClusterCommand_base: {
|
|
24
24
|
new (input: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified cluster. The cluster transitions to the <code>INACTIVE</code>
|
|
30
30
|
* state. Clusters with an <code>INACTIVE</code> status might remain discoverable in your
|
|
31
31
|
* account for a period of time. However, this behavior is subject to change in the future.
|
|
@@ -159,6 +159,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
159
159
|
* @throws {@link ECSServiceException}
|
|
160
160
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
161
161
|
*
|
|
162
|
+
* @public
|
|
162
163
|
* @example To delete an empty cluster
|
|
163
164
|
* ```javascript
|
|
164
165
|
* // This example deletes an empty cluster in your default region.
|
|
@@ -22,10 +22,10 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteServiceCommand_base: {
|
|
24
24
|
new (input: DeleteServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a specified service within a cluster. You can delete a service if you have no
|
|
30
30
|
* running tasks in it and the desired task count is zero. If the service is actively
|
|
31
31
|
* maintaining tasks, you can't delete it, and you must update the service to a desired
|
|
@@ -358,6 +358,7 @@ declare const DeleteServiceCommand_base: {
|
|
|
358
358
|
* @throws {@link ECSServiceException}
|
|
359
359
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
360
360
|
*
|
|
361
|
+
* @public
|
|
361
362
|
* @example To delete a service
|
|
362
363
|
* ```javascript
|
|
363
364
|
* // This example deletes the my-http-service service. The service must have a desired count and running count of 0 before you can delete it.
|
|
@@ -22,10 +22,10 @@ export interface DeleteTaskDefinitionsCommandOutput extends DeleteTaskDefinition
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTaskDefinitionsCommand_base: {
|
|
24
24
|
new (input: DeleteTaskDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTaskDefinitionsCommandInput, DeleteTaskDefinitionsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTaskDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTaskDefinitionsCommandInput, DeleteTaskDefinitionsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes one or more task definitions.</p>
|
|
30
30
|
* <p>You must deregister a task definition revision before you delete it. For more
|
|
31
31
|
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeregisterTaskDefinition.html">DeregisterTaskDefinition</a>.</p>
|
|
@@ -360,6 +360,7 @@ declare const DeleteTaskDefinitionsCommand_base: {
|
|
|
360
360
|
* @throws {@link ECSServiceException}
|
|
361
361
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
362
362
|
*
|
|
363
|
+
* @public
|
|
363
364
|
*/
|
|
364
365
|
export declare class DeleteTaskDefinitionsCommand extends DeleteTaskDefinitionsCommand_base {
|
|
365
366
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteTaskSetCommandOutput extends DeleteTaskSetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTaskSetCommand_base: {
|
|
24
24
|
new (input: DeleteTaskSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTaskSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a specified task set within a service. This is used when a service uses the
|
|
30
30
|
* <code>EXTERNAL</code> deployment controller type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS deployment types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
31
31
|
* @example
|
|
@@ -153,6 +153,7 @@ declare const DeleteTaskSetCommand_base: {
|
|
|
153
153
|
* @throws {@link ECSServiceException}
|
|
154
154
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
155
155
|
*
|
|
156
|
+
* @public
|
|
156
157
|
*/
|
|
157
158
|
export declare class DeleteTaskSetCommand extends DeleteTaskSetCommand_base {
|
|
158
159
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeregisterContainerInstanceCommandOutput extends DeregisterCont
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeregisterContainerInstanceCommand_base: {
|
|
24
24
|
new (input: DeregisterContainerInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeregisterContainerInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deregisters an Amazon ECS container instance from the specified cluster. This instance is
|
|
30
30
|
* no longer available to run tasks.</p>
|
|
31
31
|
* <p>If you intend to use the container instance for some other purpose after
|
|
@@ -162,6 +162,7 @@ declare const DeregisterContainerInstanceCommand_base: {
|
|
|
162
162
|
* @throws {@link ECSServiceException}
|
|
163
163
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
164
164
|
*
|
|
165
|
+
* @public
|
|
165
166
|
* @example To deregister a container instance from a cluster
|
|
166
167
|
* ```javascript
|
|
167
168
|
* // This example deregisters a container instance from the specified cluster in your default region. If there are still tasks running on the container instance, you must either stop those tasks before deregistering, or use the force option.
|
|
@@ -22,10 +22,10 @@ export interface DeregisterTaskDefinitionCommandOutput extends DeregisterTaskDef
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeregisterTaskDefinitionCommand_base: {
|
|
24
24
|
new (input: DeregisterTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeregisterTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deregisters the specified task definition by family and revision. Upon deregistration,
|
|
30
30
|
* the task definition is marked as <code>INACTIVE</code>. Existing tasks and services that
|
|
31
31
|
* reference an <code>INACTIVE</code> task definition continue to run without disruption.
|
|
@@ -344,6 +344,7 @@ declare const DeregisterTaskDefinitionCommand_base: {
|
|
|
344
344
|
* @throws {@link ECSServiceException}
|
|
345
345
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
346
346
|
*
|
|
347
|
+
* @public
|
|
347
348
|
*/
|
|
348
349
|
export declare class DeregisterTaskDefinitionCommand extends DeregisterTaskDefinitionCommand_base {
|
|
349
350
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeCapacityProvidersCommandOutput extends DescribeCapacity
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCapacityProvidersCommand_base: {
|
|
24
24
|
new (input: DescribeCapacityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeCapacityProvidersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes one or more of your capacity providers.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -106,6 +106,7 @@ declare const DescribeCapacityProvidersCommand_base: {
|
|
|
106
106
|
* @throws {@link ECSServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
108
108
|
*
|
|
109
|
+
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class DescribeCapacityProvidersCommand extends DescribeCapacityProvidersCommand_base {
|
|
111
112
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeClustersCommand_base: {
|
|
24
24
|
new (input: DescribeClustersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeClustersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes one or more of your clusters.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -145,6 +145,7 @@ declare const DescribeClustersCommand_base: {
|
|
|
145
145
|
* @throws {@link ECSServiceException}
|
|
146
146
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
147
147
|
*
|
|
148
|
+
* @public
|
|
148
149
|
* @example To describe a cluster
|
|
149
150
|
* ```javascript
|
|
150
151
|
* // This example provides a description of the specified cluster in your default region.
|
|
@@ -22,10 +22,10 @@ export interface DescribeContainerInstancesCommandOutput extends DescribeContain
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeContainerInstancesCommand_base: {
|
|
24
24
|
new (input: DescribeContainerInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeContainerInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes one or more container instances. Returns metadata about each container
|
|
30
30
|
* instance requested.</p>
|
|
31
31
|
* @example
|
|
@@ -163,6 +163,7 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
163
163
|
* @throws {@link ECSServiceException}
|
|
164
164
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
165
165
|
*
|
|
166
|
+
* @public
|
|
166
167
|
* @example To describe container instance
|
|
167
168
|
* ```javascript
|
|
168
169
|
* // This example provides a description of the specified container instance in your default region, using the container instance UUID as an identifier.
|
|
@@ -22,10 +22,10 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeServicesCommand_base: {
|
|
24
24
|
new (input: DescribeServicesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeServicesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified services running in your cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -347,6 +347,7 @@ declare const DescribeServicesCommand_base: {
|
|
|
347
347
|
* @throws {@link ECSServiceException}
|
|
348
348
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
349
349
|
*
|
|
350
|
+
* @public
|
|
350
351
|
* @example To describe a service
|
|
351
352
|
* ```javascript
|
|
352
353
|
* // This example provides descriptive information about the service named ``ecs-simple-service``.
|
|
@@ -22,10 +22,10 @@ export interface DescribeTaskDefinitionCommandOutput extends DescribeTaskDefinit
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTaskDefinitionCommand_base: {
|
|
24
24
|
new (input: DescribeTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a task definition. You can specify a <code>family</code> and
|
|
30
30
|
* <code>revision</code> to find information about a specific task definition, or you
|
|
31
31
|
* can simply specify the family to find the latest <code>ACTIVE</code> revision in that
|
|
@@ -343,6 +343,7 @@ declare const DescribeTaskDefinitionCommand_base: {
|
|
|
343
343
|
* @throws {@link ECSServiceException}
|
|
344
344
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
345
345
|
*
|
|
346
|
+
* @public
|
|
346
347
|
* @example To describe a task definition
|
|
347
348
|
* ```javascript
|
|
348
349
|
* // This example provides a description of the specified task definition.
|
|
@@ -22,10 +22,10 @@ export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTaskSetsCommand_base: {
|
|
24
24
|
new (input: DescribeTaskSetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTaskSetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the task sets in the specified cluster and service. This is used when a
|
|
30
30
|
* service uses the <code>EXTERNAL</code> deployment controller type. For more information,
|
|
31
31
|
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
|
|
@@ -164,6 +164,7 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
164
164
|
* @throws {@link ECSServiceException}
|
|
165
165
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
166
166
|
*
|
|
167
|
+
* @public
|
|
167
168
|
*/
|
|
168
169
|
export declare class DescribeTaskSetsCommand extends DescribeTaskSetsCommand_base {
|
|
169
170
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTasksCommandOutput extends DescribeTasksResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTasksCommand_base: {
|
|
24
24
|
new (input: DescribeTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTasksCommandInput, DescribeTasksCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTasksCommandInput, DescribeTasksCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a specified task or tasks.</p>
|
|
30
30
|
* <p>Currently, stopped tasks appear in the returned results for at least one hour.</p>
|
|
31
31
|
* <p>If you have tasks with tags, and then delete the cluster, the tagged tasks are
|
|
@@ -242,6 +242,7 @@ declare const DescribeTasksCommand_base: {
|
|
|
242
242
|
* @throws {@link ECSServiceException}
|
|
243
243
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
244
244
|
*
|
|
245
|
+
* @public
|
|
245
246
|
* @example To describe a task
|
|
246
247
|
* ```javascript
|
|
247
248
|
* // This example provides a description of the specified task, using the task UUID as an identifier.
|
|
@@ -22,10 +22,10 @@ export interface DiscoverPollEndpointCommandOutput extends DiscoverPollEndpointR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DiscoverPollEndpointCommand_base: {
|
|
24
24
|
new (input: DiscoverPollEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DiscoverPollEndpointCommandInput]): import("@smithy/smithy-client").CommandImpl<DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p>
|
|
31
31
|
* </note>
|
|
@@ -67,6 +67,7 @@ declare const DiscoverPollEndpointCommand_base: {
|
|
|
67
67
|
* @throws {@link ECSServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DiscoverPollEndpointCommand extends DiscoverPollEndpointCommand_base {
|
|
72
73
|
}
|