@aws-sdk/client-ecs 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/dist-cjs/index.js +3726 -3105
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ECSClient.js +2 -0
  4. package/dist-es/commands/CreateCapacityProviderCommand.js +3 -9
  5. package/dist-es/commands/CreateClusterCommand.js +3 -9
  6. package/dist-es/commands/CreateServiceCommand.js +3 -9
  7. package/dist-es/commands/CreateTaskSetCommand.js +3 -9
  8. package/dist-es/commands/DeleteAccountSettingCommand.js +3 -9
  9. package/dist-es/commands/DeleteAttributesCommand.js +3 -9
  10. package/dist-es/commands/DeleteCapacityProviderCommand.js +3 -9
  11. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  12. package/dist-es/commands/DeleteServiceCommand.js +3 -9
  13. package/dist-es/commands/DeleteTaskDefinitionsCommand.js +3 -9
  14. package/dist-es/commands/DeleteTaskSetCommand.js +3 -9
  15. package/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -9
  16. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -9
  17. package/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -9
  18. package/dist-es/commands/DescribeClustersCommand.js +3 -9
  19. package/dist-es/commands/DescribeContainerInstancesCommand.js +3 -9
  20. package/dist-es/commands/DescribeServiceDeploymentsCommand.js +3 -9
  21. package/dist-es/commands/DescribeServiceRevisionsCommand.js +3 -9
  22. package/dist-es/commands/DescribeServicesCommand.js +3 -9
  23. package/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -9
  24. package/dist-es/commands/DescribeTaskSetsCommand.js +3 -9
  25. package/dist-es/commands/DescribeTasksCommand.js +3 -9
  26. package/dist-es/commands/DiscoverPollEndpointCommand.js +3 -9
  27. package/dist-es/commands/ExecuteCommandCommand.js +3 -10
  28. package/dist-es/commands/GetTaskProtectionCommand.js +3 -9
  29. package/dist-es/commands/ListAccountSettingsCommand.js +3 -9
  30. package/dist-es/commands/ListAttributesCommand.js +3 -9
  31. package/dist-es/commands/ListClustersCommand.js +3 -9
  32. package/dist-es/commands/ListContainerInstancesCommand.js +3 -9
  33. package/dist-es/commands/ListServiceDeploymentsCommand.js +3 -9
  34. package/dist-es/commands/ListServicesByNamespaceCommand.js +3 -9
  35. package/dist-es/commands/ListServicesCommand.js +3 -9
  36. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  37. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -9
  38. package/dist-es/commands/ListTaskDefinitionsCommand.js +3 -9
  39. package/dist-es/commands/ListTasksCommand.js +3 -9
  40. package/dist-es/commands/PutAccountSettingCommand.js +3 -9
  41. package/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -9
  42. package/dist-es/commands/PutAttributesCommand.js +3 -9
  43. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -9
  44. package/dist-es/commands/RegisterContainerInstanceCommand.js +3 -9
  45. package/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -9
  46. package/dist-es/commands/RunTaskCommand.js +3 -9
  47. package/dist-es/commands/StartTaskCommand.js +3 -9
  48. package/dist-es/commands/StopServiceDeploymentCommand.js +3 -9
  49. package/dist-es/commands/StopTaskCommand.js +3 -9
  50. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -9
  51. package/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -9
  52. package/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -9
  53. package/dist-es/commands/TagResourceCommand.js +3 -9
  54. package/dist-es/commands/UntagResourceCommand.js +3 -9
  55. package/dist-es/commands/UpdateCapacityProviderCommand.js +3 -9
  56. package/dist-es/commands/UpdateClusterCommand.js +3 -9
  57. package/dist-es/commands/UpdateClusterSettingsCommand.js +3 -9
  58. package/dist-es/commands/UpdateContainerAgentCommand.js +3 -9
  59. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -9
  60. package/dist-es/commands/UpdateServiceCommand.js +3 -9
  61. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -9
  62. package/dist-es/commands/UpdateTaskProtectionCommand.js +3 -9
  63. package/dist-es/commands/UpdateTaskSetCommand.js +3 -9
  64. package/dist-es/models/models_0.js +0 -9
  65. package/dist-es/runtimeConfig.shared.js +7 -0
  66. package/dist-es/schemas/schemas_0.js +3541 -0
  67. package/dist-types/ECSClient.d.ts +10 -1
  68. package/dist-types/models/models_0.d.ts +0 -8
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  70. package/dist-types/runtimeConfig.d.ts +1 -0
  71. package/dist-types/runtimeConfig.native.d.ts +1 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  73. package/dist-types/schemas/schemas_0.d.ts +446 -0
  74. package/dist-types/ts3.4/ECSClient.d.ts +4 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -4
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +452 -0
  81. package/package.json +5 -6
  82. package/dist-es/protocols/Aws_json1_1.js +0 -2596
  83. package/dist-types/protocols/Aws_json1_1.d.ts +0 -542
  84. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -725
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DiscoverPollEndpointCommand, se_DiscoverPollEndpointCommand } from "../protocols/Aws_json1_1";
4
+ import { DiscoverPollEndpoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DiscoverPollEndpointCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "DiscoverPollEndpoint", {})
17
13
  .n("ECSClient", "DiscoverPollEndpointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DiscoverPollEndpointCommand)
20
- .de(de_DiscoverPollEndpointCommand)
14
+ .sc(DiscoverPollEndpoint)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ExecuteCommandResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ExecuteCommandCommand, se_ExecuteCommandCommand } from "../protocols/Aws_json1_1";
4
+ import { ExecuteCommand } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ExecuteCommandCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonEC2ContainerServiceV20141113", "ExecuteCommand", {})
18
13
  .n("ECSClient", "ExecuteCommandCommand")
19
- .f(void 0, ExecuteCommandResponseFilterSensitiveLog)
20
- .ser(se_ExecuteCommandCommand)
21
- .de(de_ExecuteCommandCommand)
14
+ .sc(ExecuteCommand)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTaskProtectionCommand, se_GetTaskProtectionCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTaskProtection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTaskProtectionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "GetTaskProtection", {})
17
13
  .n("ECSClient", "GetTaskProtectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTaskProtectionCommand)
20
- .de(de_GetTaskProtectionCommand)
14
+ .sc(GetTaskProtection)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAccountSettingsCommand, se_ListAccountSettingsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListAccountSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAccountSettingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListAccountSettings", {})
17
13
  .n("ECSClient", "ListAccountSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAccountSettingsCommand)
20
- .de(de_ListAccountSettingsCommand)
14
+ .sc(ListAccountSettings)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAttributesCommand, se_ListAttributesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAttributesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListAttributes", {})
17
13
  .n("ECSClient", "ListAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAttributesCommand)
20
- .de(de_ListAttributesCommand)
14
+ .sc(ListAttributes)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_json1_1";
4
+ import { ListClusters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListClustersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListClusters", {})
17
13
  .n("ECSClient", "ListClustersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListClustersCommand)
20
- .de(de_ListClustersCommand)
14
+ .sc(ListClusters)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListContainerInstancesCommand, se_ListContainerInstancesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListContainerInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListContainerInstancesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListContainerInstances", {})
17
13
  .n("ECSClient", "ListContainerInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListContainerInstancesCommand)
20
- .de(de_ListContainerInstancesCommand)
14
+ .sc(ListContainerInstances)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListServiceDeploymentsCommand, se_ListServiceDeploymentsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListServiceDeployments } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListServiceDeploymentsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListServiceDeployments", {})
17
13
  .n("ECSClient", "ListServiceDeploymentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListServiceDeploymentsCommand)
20
- .de(de_ListServiceDeploymentsCommand)
14
+ .sc(ListServiceDeployments)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListServicesByNamespaceCommand, se_ListServicesByNamespaceCommand } from "../protocols/Aws_json1_1";
4
+ import { ListServicesByNamespace } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListServicesByNamespaceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListServicesByNamespace", {})
17
13
  .n("ECSClient", "ListServicesByNamespaceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListServicesByNamespaceCommand)
20
- .de(de_ListServicesByNamespaceCommand)
14
+ .sc(ListServicesByNamespace)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListServices } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListServicesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListServices", {})
17
13
  .n("ECSClient", "ListServicesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListServicesCommand)
20
- .de(de_ListServicesCommand)
14
+ .sc(ListServices)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListTagsForResource", {})
17
13
  .n("ECSClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTaskDefinitionFamiliesCommand, se_ListTaskDefinitionFamiliesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTaskDefinitionFamilies } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTaskDefinitionFamiliesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitionFamilies", {})
17
13
  .n("ECSClient", "ListTaskDefinitionFamiliesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTaskDefinitionFamiliesCommand)
20
- .de(de_ListTaskDefinitionFamiliesCommand)
14
+ .sc(ListTaskDefinitionFamilies)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTaskDefinitionsCommand, se_ListTaskDefinitionsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTaskDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTaskDefinitionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitions", {})
17
13
  .n("ECSClient", "ListTaskDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTaskDefinitionsCommand)
20
- .de(de_ListTaskDefinitionsCommand)
14
+ .sc(ListTaskDefinitions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTasksCommand, se_ListTasksCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTasks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTasksCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "ListTasks", {})
17
13
  .n("ECSClient", "ListTasksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTasksCommand)
20
- .de(de_ListTasksCommand)
14
+ .sc(ListTasks)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutAccountSettingCommand, se_PutAccountSettingCommand } from "../protocols/Aws_json1_1";
4
+ import { PutAccountSetting } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutAccountSettingCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "PutAccountSetting", {})
17
13
  .n("ECSClient", "PutAccountSettingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutAccountSettingCommand)
20
- .de(de_PutAccountSettingCommand)
14
+ .sc(PutAccountSetting)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutAccountSettingDefaultCommand, se_PutAccountSettingDefaultCommand } from "../protocols/Aws_json1_1";
4
+ import { PutAccountSettingDefault } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutAccountSettingDefaultCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "PutAccountSettingDefault", {})
17
13
  .n("ECSClient", "PutAccountSettingDefaultCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutAccountSettingDefaultCommand)
20
- .de(de_PutAccountSettingDefaultCommand)
14
+ .sc(PutAccountSettingDefault)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutAttributesCommand, se_PutAttributesCommand } from "../protocols/Aws_json1_1";
4
+ import { PutAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutAttributesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "PutAttributes", {})
17
13
  .n("ECSClient", "PutAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutAttributesCommand)
20
- .de(de_PutAttributesCommand)
14
+ .sc(PutAttributes)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutClusterCapacityProvidersCommand, se_PutClusterCapacityProvidersCommand } from "../protocols/Aws_json1_1";
4
+ import { PutClusterCapacityProviders } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutClusterCapacityProvidersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "PutClusterCapacityProviders", {})
17
13
  .n("ECSClient", "PutClusterCapacityProvidersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutClusterCapacityProvidersCommand)
20
- .de(de_PutClusterCapacityProvidersCommand)
14
+ .sc(PutClusterCapacityProviders)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RegisterContainerInstanceCommand, se_RegisterContainerInstanceCommand } from "../protocols/Aws_json1_1";
4
+ import { RegisterContainerInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RegisterContainerInstanceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "RegisterContainerInstance", {})
17
13
  .n("ECSClient", "RegisterContainerInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RegisterContainerInstanceCommand)
20
- .de(de_RegisterContainerInstanceCommand)
14
+ .sc(RegisterContainerInstance)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RegisterTaskDefinitionCommand, se_RegisterTaskDefinitionCommand } from "../protocols/Aws_json1_1";
4
+ import { RegisterTaskDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RegisterTaskDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "RegisterTaskDefinition", {})
17
13
  .n("ECSClient", "RegisterTaskDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RegisterTaskDefinitionCommand)
20
- .de(de_RegisterTaskDefinitionCommand)
14
+ .sc(RegisterTaskDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RunTaskCommand, se_RunTaskCommand } from "../protocols/Aws_json1_1";
4
+ import { RunTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RunTaskCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "RunTask", {})
17
13
  .n("ECSClient", "RunTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RunTaskCommand)
20
- .de(de_RunTaskCommand)
14
+ .sc(RunTask)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartTaskCommand, se_StartTaskCommand } from "../protocols/Aws_json1_1";
4
+ import { StartTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartTaskCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "StartTask", {})
17
13
  .n("ECSClient", "StartTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartTaskCommand)
20
- .de(de_StartTaskCommand)
14
+ .sc(StartTask)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopServiceDeploymentCommand, se_StopServiceDeploymentCommand } from "../protocols/Aws_json1_1";
4
+ import { StopServiceDeployment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopServiceDeploymentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonEC2ContainerServiceV20141113", "StopServiceDeployment", {})
17
13
  .n("ECSClient", "StopServiceDeploymentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopServiceDeploymentCommand)
20
- .de(de_StopServiceDeploymentCommand)
14
+ .sc(StopServiceDeployment)
21
15
  .build() {
22
16
  }