@aws-sdk/client-ecs 3.952.0 → 3.954.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 +1324 -916
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
- package/dist-es/commands/CreateClusterCommand.js +2 -2
- package/dist-es/commands/CreateExpressGatewayServiceCommand.js +2 -2
- package/dist-es/commands/CreateServiceCommand.js +2 -2
- package/dist-es/commands/CreateTaskSetCommand.js +2 -2
- package/dist-es/commands/DeleteAccountSettingCommand.js +2 -2
- package/dist-es/commands/DeleteAttributesCommand.js +2 -2
- package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
- package/dist-es/commands/DeleteClusterCommand.js +2 -2
- package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +2 -2
- package/dist-es/commands/DeleteServiceCommand.js +2 -2
- package/dist-es/commands/DeleteTaskDefinitionsCommand.js +2 -2
- package/dist-es/commands/DeleteTaskSetCommand.js +2 -2
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +2 -2
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +2 -2
- package/dist-es/commands/DescribeClustersCommand.js +2 -2
- package/dist-es/commands/DescribeContainerInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +2 -2
- package/dist-es/commands/DescribeServiceDeploymentsCommand.js +2 -2
- package/dist-es/commands/DescribeServiceRevisionsCommand.js +2 -2
- package/dist-es/commands/DescribeServicesCommand.js +2 -2
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/DescribeTaskSetsCommand.js +2 -2
- package/dist-es/commands/DescribeTasksCommand.js +2 -2
- package/dist-es/commands/DiscoverPollEndpointCommand.js +2 -2
- package/dist-es/commands/ExecuteCommandCommand.js +2 -2
- package/dist-es/commands/GetTaskProtectionCommand.js +2 -2
- package/dist-es/commands/ListAccountSettingsCommand.js +2 -2
- package/dist-es/commands/ListAttributesCommand.js +2 -2
- package/dist-es/commands/ListClustersCommand.js +2 -2
- package/dist-es/commands/ListContainerInstancesCommand.js +2 -2
- package/dist-es/commands/ListServiceDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListServicesByNamespaceCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +2 -2
- package/dist-es/commands/ListTaskDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListTasksCommand.js +2 -2
- package/dist-es/commands/PutAccountSettingCommand.js +2 -2
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +2 -2
- package/dist-es/commands/PutAttributesCommand.js +2 -2
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +2 -2
- package/dist-es/commands/RegisterContainerInstanceCommand.js +2 -2
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/RunTaskCommand.js +2 -2
- package/dist-es/commands/StartTaskCommand.js +2 -2
- package/dist-es/commands/StopServiceDeploymentCommand.js +2 -2
- package/dist-es/commands/StopTaskCommand.js +2 -2
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +2 -2
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +2 -2
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
- package/dist-es/commands/UpdateClusterCommand.js +2 -2
- package/dist-es/commands/UpdateClusterSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateContainerAgentCommand.js +2 -2
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +2 -2
- package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +2 -2
- package/dist-es/commands/UpdateServiceCommand.js +2 -2
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +2 -2
- package/dist-es/commands/UpdateTaskProtectionCommand.js +2 -2
- package/dist-es/commands/UpdateTaskSetCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +822 -798
- package/dist-types/ECSClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +385 -492
- package/dist-types/ts3.4/ECSClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +384 -493
- package/package.json +35 -35
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "ListTagsForResource", {})
|
|
13
13
|
.n("ECSClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTaskDefinitionFamilies } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTaskDefinitionFamilies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTaskDefinitionFamiliesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTaskDefinitionFamiliesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitionFamilies", {})
|
|
13
13
|
.n("ECSClient", "ListTaskDefinitionFamiliesCommand")
|
|
14
|
-
.sc(ListTaskDefinitionFamilies)
|
|
14
|
+
.sc(ListTaskDefinitionFamilies$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTaskDefinitions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTaskDefinitions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTaskDefinitionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTaskDefinitionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitions", {})
|
|
13
13
|
.n("ECSClient", "ListTaskDefinitionsCommand")
|
|
14
|
-
.sc(ListTaskDefinitions)
|
|
14
|
+
.sc(ListTaskDefinitions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTasks } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTasks$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTasksCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTasksCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "ListTasks", {})
|
|
13
13
|
.n("ECSClient", "ListTasksCommand")
|
|
14
|
-
.sc(ListTasks)
|
|
14
|
+
.sc(ListTasks$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutAccountSetting } from "../schemas/schemas_0";
|
|
4
|
+
import { PutAccountSetting$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutAccountSettingCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutAccountSettingCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "PutAccountSetting", {})
|
|
13
13
|
.n("ECSClient", "PutAccountSettingCommand")
|
|
14
|
-
.sc(PutAccountSetting)
|
|
14
|
+
.sc(PutAccountSetting$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutAccountSettingDefault } from "../schemas/schemas_0";
|
|
4
|
+
import { PutAccountSettingDefault$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutAccountSettingDefaultCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutAccountSettingDefaultCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "PutAccountSettingDefault", {})
|
|
13
13
|
.n("ECSClient", "PutAccountSettingDefaultCommand")
|
|
14
|
-
.sc(PutAccountSettingDefault)
|
|
14
|
+
.sc(PutAccountSettingDefault$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { PutAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "PutAttributes", {})
|
|
13
13
|
.n("ECSClient", "PutAttributesCommand")
|
|
14
|
-
.sc(PutAttributes)
|
|
14
|
+
.sc(PutAttributes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutClusterCapacityProviders } from "../schemas/schemas_0";
|
|
4
|
+
import { PutClusterCapacityProviders$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutClusterCapacityProvidersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutClusterCapacityProvidersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "PutClusterCapacityProviders", {})
|
|
13
13
|
.n("ECSClient", "PutClusterCapacityProvidersCommand")
|
|
14
|
-
.sc(PutClusterCapacityProviders)
|
|
14
|
+
.sc(PutClusterCapacityProviders$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RegisterContainerInstance } from "../schemas/schemas_0";
|
|
4
|
+
import { RegisterContainerInstance$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RegisterContainerInstanceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RegisterContainerInstanceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "RegisterContainerInstance", {})
|
|
13
13
|
.n("ECSClient", "RegisterContainerInstanceCommand")
|
|
14
|
-
.sc(RegisterContainerInstance)
|
|
14
|
+
.sc(RegisterContainerInstance$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RegisterTaskDefinition } from "../schemas/schemas_0";
|
|
4
|
+
import { RegisterTaskDefinition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RegisterTaskDefinitionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RegisterTaskDefinitionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "RegisterTaskDefinition", {})
|
|
13
13
|
.n("ECSClient", "RegisterTaskDefinitionCommand")
|
|
14
|
-
.sc(RegisterTaskDefinition)
|
|
14
|
+
.sc(RegisterTaskDefinition$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RunTask } from "../schemas/schemas_0";
|
|
4
|
+
import { RunTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RunTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RunTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "RunTask", {})
|
|
13
13
|
.n("ECSClient", "RunTaskCommand")
|
|
14
|
-
.sc(RunTask)
|
|
14
|
+
.sc(RunTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartTask } from "../schemas/schemas_0";
|
|
4
|
+
import { StartTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "StartTask", {})
|
|
13
13
|
.n("ECSClient", "StartTaskCommand")
|
|
14
|
-
.sc(StartTask)
|
|
14
|
+
.sc(StartTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopServiceDeployment } from "../schemas/schemas_0";
|
|
4
|
+
import { StopServiceDeployment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopServiceDeploymentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopServiceDeploymentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "StopServiceDeployment", {})
|
|
13
13
|
.n("ECSClient", "StopServiceDeploymentCommand")
|
|
14
|
-
.sc(StopServiceDeployment)
|
|
14
|
+
.sc(StopServiceDeployment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopTask } from "../schemas/schemas_0";
|
|
4
|
+
import { StopTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "StopTask", {})
|
|
13
13
|
.n("ECSClient", "StopTaskCommand")
|
|
14
|
-
.sc(StopTask)
|
|
14
|
+
.sc(StopTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SubmitAttachmentStateChanges } from "../schemas/schemas_0";
|
|
4
|
+
import { SubmitAttachmentStateChanges$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SubmitAttachmentStateChangesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SubmitAttachmentStateChangesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "SubmitAttachmentStateChanges", {})
|
|
13
13
|
.n("ECSClient", "SubmitAttachmentStateChangesCommand")
|
|
14
|
-
.sc(SubmitAttachmentStateChanges)
|
|
14
|
+
.sc(SubmitAttachmentStateChanges$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SubmitContainerStateChange } from "../schemas/schemas_0";
|
|
4
|
+
import { SubmitContainerStateChange$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SubmitContainerStateChangeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SubmitContainerStateChangeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "SubmitContainerStateChange", {})
|
|
13
13
|
.n("ECSClient", "SubmitContainerStateChangeCommand")
|
|
14
|
-
.sc(SubmitContainerStateChange)
|
|
14
|
+
.sc(SubmitContainerStateChange$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SubmitTaskStateChange } from "../schemas/schemas_0";
|
|
4
|
+
import { SubmitTaskStateChange$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SubmitTaskStateChangeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SubmitTaskStateChangeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "SubmitTaskStateChange", {})
|
|
13
13
|
.n("ECSClient", "SubmitTaskStateChangeCommand")
|
|
14
|
-
.sc(SubmitTaskStateChange)
|
|
14
|
+
.sc(SubmitTaskStateChange$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "TagResource", {})
|
|
13
13
|
.n("ECSClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UntagResource", {})
|
|
13
13
|
.n("ECSClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCapacityProvider } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCapacityProvider$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCapacityProviderCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCapacityProviderCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateCapacityProvider", {})
|
|
13
13
|
.n("ECSClient", "UpdateCapacityProviderCommand")
|
|
14
|
-
.sc(UpdateCapacityProvider)
|
|
14
|
+
.sc(UpdateCapacityProvider$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateCluster", {})
|
|
13
13
|
.n("ECSClient", "UpdateClusterCommand")
|
|
14
|
-
.sc(UpdateCluster)
|
|
14
|
+
.sc(UpdateCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateClusterSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateClusterSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateClusterSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateClusterSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateClusterSettings", {})
|
|
13
13
|
.n("ECSClient", "UpdateClusterSettingsCommand")
|
|
14
|
-
.sc(UpdateClusterSettings)
|
|
14
|
+
.sc(UpdateClusterSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateContainerAgent } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateContainerAgent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateContainerAgentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateContainerAgentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateContainerAgent", {})
|
|
13
13
|
.n("ECSClient", "UpdateContainerAgentCommand")
|
|
14
|
-
.sc(UpdateContainerAgent)
|
|
14
|
+
.sc(UpdateContainerAgent$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateContainerInstancesState } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateContainerInstancesState$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateContainerInstancesStateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateContainerInstancesStateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateContainerInstancesState", {})
|
|
13
13
|
.n("ECSClient", "UpdateContainerInstancesStateCommand")
|
|
14
|
-
.sc(UpdateContainerInstancesState)
|
|
14
|
+
.sc(UpdateContainerInstancesState$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateExpressGatewayService } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateExpressGatewayService$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateExpressGatewayServiceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateExpressGatewayServiceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateExpressGatewayService", {})
|
|
13
13
|
.n("ECSClient", "UpdateExpressGatewayServiceCommand")
|
|
14
|
-
.sc(UpdateExpressGatewayService)
|
|
14
|
+
.sc(UpdateExpressGatewayService$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateService } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateService$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateServiceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateServiceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateService", {})
|
|
13
13
|
.n("ECSClient", "UpdateServiceCommand")
|
|
14
|
-
.sc(UpdateService)
|
|
14
|
+
.sc(UpdateService$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateServicePrimaryTaskSet } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateServicePrimaryTaskSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateServicePrimaryTaskSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateServicePrimaryTaskSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateServicePrimaryTaskSet", {})
|
|
13
13
|
.n("ECSClient", "UpdateServicePrimaryTaskSetCommand")
|
|
14
|
-
.sc(UpdateServicePrimaryTaskSet)
|
|
14
|
+
.sc(UpdateServicePrimaryTaskSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateTaskProtection } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateTaskProtection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateTaskProtectionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateTaskProtectionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateTaskProtection", {})
|
|
13
13
|
.n("ECSClient", "UpdateTaskProtectionCommand")
|
|
14
|
-
.sc(UpdateTaskProtection)
|
|
14
|
+
.sc(UpdateTaskProtection$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateTaskSet } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateTaskSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateTaskSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateTaskSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateTaskSet", {})
|
|
13
13
|
.n("ECSClient", "UpdateTaskSetCommand")
|
|
14
|
-
.sc(UpdateTaskSet)
|
|
14
|
+
.sc(UpdateTaskSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,13 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.ecs",
|
|
29
|
+
xmlNamespace: "http://ecs.amazonaws.com/doc/2014-11-13/",
|
|
30
|
+
version: "2014-11-13",
|
|
31
|
+
serviceTarget: "AmazonEC2ContainerServiceV20141113",
|
|
32
|
+
},
|
|
32
33
|
serviceId: config?.serviceId ?? "ECS",
|
|
33
34
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
35
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|