@aws-sdk/client-ecs 3.1076.0 → 3.1078.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/index.js +88 -775
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ContinueServiceDeploymentCommand.js +2 -14
- package/dist-es/commands/CreateCapacityProviderCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateDaemonCommand.js +2 -14
- package/dist-es/commands/CreateExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/CreateServiceCommand.js +2 -14
- package/dist-es/commands/CreateTaskSetCommand.js +2 -14
- package/dist-es/commands/DeleteAccountSettingCommand.js +2 -14
- package/dist-es/commands/DeleteAttributesCommand.js +2 -14
- package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteDaemonCommand.js +2 -14
- package/dist-es/commands/DeleteDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/DeleteServiceCommand.js +2 -14
- package/dist-es/commands/DeleteTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/DeleteTaskSetCommand.js +2 -14
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +2 -14
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +2 -14
- package/dist-es/commands/DescribeClustersCommand.js +2 -14
- package/dist-es/commands/DescribeContainerInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonDeploymentsCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonRevisionsCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/DescribeServiceDeploymentsCommand.js +2 -14
- package/dist-es/commands/DescribeServiceRevisionsCommand.js +2 -14
- package/dist-es/commands/DescribeServicesCommand.js +2 -14
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeTaskSetsCommand.js +2 -14
- package/dist-es/commands/DescribeTasksCommand.js +2 -14
- package/dist-es/commands/DiscoverPollEndpointCommand.js +2 -14
- package/dist-es/commands/ExecuteCommandCommand.js +2 -14
- package/dist-es/commands/GetTaskProtectionCommand.js +2 -14
- package/dist-es/commands/ListAccountSettingsCommand.js +2 -14
- package/dist-es/commands/ListAttributesCommand.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListContainerInstancesCommand.js +2 -14
- package/dist-es/commands/ListDaemonDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListDaemonTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListDaemonsCommand.js +2 -14
- package/dist-es/commands/ListServiceDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListServicesByNamespaceCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +2 -14
- package/dist-es/commands/ListTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListTasksCommand.js +2 -14
- package/dist-es/commands/PutAccountSettingCommand.js +2 -14
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +2 -14
- package/dist-es/commands/PutAttributesCommand.js +2 -14
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +2 -14
- package/dist-es/commands/RegisterContainerInstanceCommand.js +2 -14
- package/dist-es/commands/RegisterDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/RunTaskCommand.js +2 -14
- package/dist-es/commands/StartTaskCommand.js +2 -14
- package/dist-es/commands/StopServiceDeploymentCommand.js +2 -14
- package/dist-es/commands/StopTaskCommand.js +2 -14
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +2 -14
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +2 -14
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -14
- package/dist-es/commands/UpdateClusterCommand.js +2 -14
- package/dist-es/commands/UpdateClusterSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateContainerAgentCommand.js +2 -14
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +2 -14
- package/dist-es/commands/UpdateDaemonCommand.js +2 -14
- package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +2 -14
- package/dist-es/commands/UpdateTaskProtectionCommand.js +2 -14
- package/dist-es/commands/UpdateTaskSetCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ContinueServiceDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateDaemonCommand.d.ts +3 -8
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDaemonCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -8
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +3 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -8
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTasksCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSettingCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -8
- package/dist-types/commands/PutAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/RunTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/StopTaskCommand.d.ts +3 -8
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -8
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +3 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDaemonCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AmazonEC2ContainerServiceV20141113", "ECSClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ContinueServiceDeployment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ContinueServiceDeploymentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "ContinueServiceDeployment", {})
|
|
13
|
-
.n("ECSClient", "ContinueServiceDeploymentCommand")
|
|
14
|
-
.sc(ContinueServiceDeployment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ContinueServiceDeploymentCommand extends command(_ep0, _mw0, "ContinueServiceDeployment", ContinueServiceDeployment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCapacityProvider$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCapacityProviderCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateCapacityProvider", {})
|
|
13
|
-
.n("ECSClient", "CreateCapacityProviderCommand")
|
|
14
|
-
.sc(CreateCapacityProvider$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCapacityProviderCommand extends command(_ep0, _mw0, "CreateCapacityProvider", CreateCapacityProvider$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateCluster", {})
|
|
13
|
-
.n("ECSClient", "CreateClusterCommand")
|
|
14
|
-
.sc(CreateCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDaemon$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDaemonCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateDaemon", {})
|
|
13
|
-
.n("ECSClient", "CreateDaemonCommand")
|
|
14
|
-
.sc(CreateDaemon$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDaemonCommand extends command(_ep0, _mw0, "CreateDaemon", CreateDaemon$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateExpressGatewayService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateExpressGatewayServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateExpressGatewayService", {})
|
|
13
|
-
.n("ECSClient", "CreateExpressGatewayServiceCommand")
|
|
14
|
-
.sc(CreateExpressGatewayService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateExpressGatewayServiceCommand extends command(_ep0, _mw0, "CreateExpressGatewayService", CreateExpressGatewayService$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateService", {})
|
|
13
|
-
.n("ECSClient", "CreateServiceCommand")
|
|
14
|
-
.sc(CreateService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateServiceCommand extends command(_ep0, _mw0, "CreateService", CreateService$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateTaskSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateTaskSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateTaskSet", {})
|
|
13
|
-
.n("ECSClient", "CreateTaskSetCommand")
|
|
14
|
-
.sc(CreateTaskSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateTaskSetCommand extends command(_ep0, _mw0, "CreateTaskSet", CreateTaskSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAccountSetting$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAccountSettingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteAccountSetting", {})
|
|
13
|
-
.n("ECSClient", "DeleteAccountSettingCommand")
|
|
14
|
-
.sc(DeleteAccountSetting$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAccountSettingCommand extends command(_ep0, _mw0, "DeleteAccountSetting", DeleteAccountSetting$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteAttributes", {})
|
|
13
|
-
.n("ECSClient", "DeleteAttributesCommand")
|
|
14
|
-
.sc(DeleteAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAttributesCommand extends command(_ep0, _mw0, "DeleteAttributes", DeleteAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCapacityProvider$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCapacityProviderCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteCapacityProvider", {})
|
|
13
|
-
.n("ECSClient", "DeleteCapacityProviderCommand")
|
|
14
|
-
.sc(DeleteCapacityProvider$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCapacityProviderCommand extends command(_ep0, _mw0, "DeleteCapacityProvider", DeleteCapacityProvider$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteCluster", {})
|
|
13
|
-
.n("ECSClient", "DeleteClusterCommand")
|
|
14
|
-
.sc(DeleteCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDaemon$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDaemonCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteDaemon", {})
|
|
13
|
-
.n("ECSClient", "DeleteDaemonCommand")
|
|
14
|
-
.sc(DeleteDaemon$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDaemonCommand extends command(_ep0, _mw0, "DeleteDaemon", DeleteDaemon$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDaemonTaskDefinition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDaemonTaskDefinitionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteDaemonTaskDefinition", {})
|
|
13
|
-
.n("ECSClient", "DeleteDaemonTaskDefinitionCommand")
|
|
14
|
-
.sc(DeleteDaemonTaskDefinition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDaemonTaskDefinitionCommand extends command(_ep0, _mw0, "DeleteDaemonTaskDefinition", DeleteDaemonTaskDefinition$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteExpressGatewayService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteExpressGatewayServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteExpressGatewayService", {})
|
|
13
|
-
.n("ECSClient", "DeleteExpressGatewayServiceCommand")
|
|
14
|
-
.sc(DeleteExpressGatewayService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteExpressGatewayServiceCommand extends command(_ep0, _mw0, "DeleteExpressGatewayService", DeleteExpressGatewayService$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteService", {})
|
|
13
|
-
.n("ECSClient", "DeleteServiceCommand")
|
|
14
|
-
.sc(DeleteService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteServiceCommand extends command(_ep0, _mw0, "DeleteService", DeleteService$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteTaskDefinitions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTaskDefinitionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteTaskDefinitions", {})
|
|
13
|
-
.n("ECSClient", "DeleteTaskDefinitionsCommand")
|
|
14
|
-
.sc(DeleteTaskDefinitions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTaskDefinitionsCommand extends command(_ep0, _mw0, "DeleteTaskDefinitions", DeleteTaskDefinitions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteTaskSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTaskSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteTaskSet", {})
|
|
13
|
-
.n("ECSClient", "DeleteTaskSetCommand")
|
|
14
|
-
.sc(DeleteTaskSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTaskSetCommand extends command(_ep0, _mw0, "DeleteTaskSet", DeleteTaskSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeregisterContainerInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterContainerInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeregisterContainerInstance", {})
|
|
13
|
-
.n("ECSClient", "DeregisterContainerInstanceCommand")
|
|
14
|
-
.sc(DeregisterContainerInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterContainerInstanceCommand extends command(_ep0, _mw0, "DeregisterContainerInstance", DeregisterContainerInstance$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeregisterTaskDefinition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterTaskDefinitionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeregisterTaskDefinition", {})
|
|
13
|
-
.n("ECSClient", "DeregisterTaskDefinitionCommand")
|
|
14
|
-
.sc(DeregisterTaskDefinition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterTaskDefinitionCommand extends command(_ep0, _mw0, "DeregisterTaskDefinition", DeregisterTaskDefinition$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeCapacityProviders$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCapacityProvidersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeCapacityProviders", {})
|
|
13
|
-
.n("ECSClient", "DescribeCapacityProvidersCommand")
|
|
14
|
-
.sc(DescribeCapacityProviders$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCapacityProvidersCommand extends command(_ep0, _mw0, "DescribeCapacityProviders", DescribeCapacityProviders$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeClusters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeClustersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeClusters", {})
|
|
13
|
-
.n("ECSClient", "DescribeClustersCommand")
|
|
14
|
-
.sc(DescribeClusters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeClustersCommand extends command(_ep0, _mw0, "DescribeClusters", DescribeClusters$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeContainerInstances$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeContainerInstancesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeContainerInstances", {})
|
|
13
|
-
.n("ECSClient", "DescribeContainerInstancesCommand")
|
|
14
|
-
.sc(DescribeContainerInstances$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeContainerInstancesCommand extends command(_ep0, _mw0, "DescribeContainerInstances", DescribeContainerInstances$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDaemon$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDaemonCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemon", {})
|
|
13
|
-
.n("ECSClient", "DescribeDaemonCommand")
|
|
14
|
-
.sc(DescribeDaemon$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDaemonCommand extends command(_ep0, _mw0, "DescribeDaemon", DescribeDaemon$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDaemonDeployments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDaemonDeploymentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonDeployments", {})
|
|
13
|
-
.n("ECSClient", "DescribeDaemonDeploymentsCommand")
|
|
14
|
-
.sc(DescribeDaemonDeployments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDaemonDeploymentsCommand extends command(_ep0, _mw0, "DescribeDaemonDeployments", DescribeDaemonDeployments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDaemonRevisions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDaemonRevisionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonRevisions", {})
|
|
13
|
-
.n("ECSClient", "DescribeDaemonRevisionsCommand")
|
|
14
|
-
.sc(DescribeDaemonRevisions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDaemonRevisionsCommand extends command(_ep0, _mw0, "DescribeDaemonRevisions", DescribeDaemonRevisions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDaemonTaskDefinition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDaemonTaskDefinitionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonTaskDefinition", {})
|
|
13
|
-
.n("ECSClient", "DescribeDaemonTaskDefinitionCommand")
|
|
14
|
-
.sc(DescribeDaemonTaskDefinition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDaemonTaskDefinitionCommand extends command(_ep0, _mw0, "DescribeDaemonTaskDefinition", DescribeDaemonTaskDefinition$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeExpressGatewayService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeExpressGatewayServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeExpressGatewayService", {})
|
|
13
|
-
.n("ECSClient", "DescribeExpressGatewayServiceCommand")
|
|
14
|
-
.sc(DescribeExpressGatewayService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeExpressGatewayServiceCommand extends command(_ep0, _mw0, "DescribeExpressGatewayService", DescribeExpressGatewayService$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeServiceDeployments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeServiceDeploymentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeServiceDeployments", {})
|
|
13
|
-
.n("ECSClient", "DescribeServiceDeploymentsCommand")
|
|
14
|
-
.sc(DescribeServiceDeployments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeServiceDeploymentsCommand extends command(_ep0, _mw0, "DescribeServiceDeployments", DescribeServiceDeployments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeServiceRevisions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeServiceRevisionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeServiceRevisions", {})
|
|
13
|
-
.n("ECSClient", "DescribeServiceRevisionsCommand")
|
|
14
|
-
.sc(DescribeServiceRevisions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeServiceRevisionsCommand extends command(_ep0, _mw0, "DescribeServiceRevisions", DescribeServiceRevisions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeServices$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeServicesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeServices", {})
|
|
13
|
-
.n("ECSClient", "DescribeServicesCommand")
|
|
14
|
-
.sc(DescribeServices$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeServicesCommand extends command(_ep0, _mw0, "DescribeServices", DescribeServices$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeTaskDefinition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeTaskDefinitionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeTaskDefinition", {})
|
|
13
|
-
.n("ECSClient", "DescribeTaskDefinitionCommand")
|
|
14
|
-
.sc(DescribeTaskDefinition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeTaskDefinitionCommand extends command(_ep0, _mw0, "DescribeTaskDefinition", DescribeTaskDefinition$) {
|
|
16
4
|
}
|