@aws-sdk/client-codedeploy 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 (68) hide show
  1. package/dist-cjs/index.js +3169 -3269
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodeDeployClient.js +2 -0
  4. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +3 -9
  5. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +3 -9
  6. package/dist-es/commands/BatchGetApplicationsCommand.js +3 -9
  7. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +3 -9
  8. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +3 -9
  9. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +3 -9
  10. package/dist-es/commands/BatchGetDeploymentsCommand.js +3 -9
  11. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +3 -9
  12. package/dist-es/commands/ContinueDeploymentCommand.js +3 -9
  13. package/dist-es/commands/CreateApplicationCommand.js +3 -9
  14. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  15. package/dist-es/commands/CreateDeploymentConfigCommand.js +3 -9
  16. package/dist-es/commands/CreateDeploymentGroupCommand.js +3 -9
  17. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  18. package/dist-es/commands/DeleteDeploymentConfigCommand.js +3 -9
  19. package/dist-es/commands/DeleteDeploymentGroupCommand.js +3 -9
  20. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +3 -9
  21. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +3 -9
  22. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +3 -9
  23. package/dist-es/commands/GetApplicationCommand.js +3 -9
  24. package/dist-es/commands/GetApplicationRevisionCommand.js +3 -9
  25. package/dist-es/commands/GetDeploymentCommand.js +3 -9
  26. package/dist-es/commands/GetDeploymentConfigCommand.js +3 -9
  27. package/dist-es/commands/GetDeploymentGroupCommand.js +3 -9
  28. package/dist-es/commands/GetDeploymentInstanceCommand.js +3 -9
  29. package/dist-es/commands/GetDeploymentTargetCommand.js +3 -9
  30. package/dist-es/commands/GetOnPremisesInstanceCommand.js +3 -9
  31. package/dist-es/commands/ListApplicationRevisionsCommand.js +3 -9
  32. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  33. package/dist-es/commands/ListDeploymentConfigsCommand.js +3 -9
  34. package/dist-es/commands/ListDeploymentGroupsCommand.js +3 -9
  35. package/dist-es/commands/ListDeploymentInstancesCommand.js +3 -9
  36. package/dist-es/commands/ListDeploymentTargetsCommand.js +3 -9
  37. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  38. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +3 -9
  39. package/dist-es/commands/ListOnPremisesInstancesCommand.js +3 -9
  40. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  41. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +3 -9
  42. package/dist-es/commands/RegisterApplicationRevisionCommand.js +3 -9
  43. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +3 -9
  44. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +3 -9
  45. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +3 -9
  46. package/dist-es/commands/StopDeploymentCommand.js +3 -9
  47. package/dist-es/commands/TagResourceCommand.js +3 -9
  48. package/dist-es/commands/UntagResourceCommand.js +3 -9
  49. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  50. package/dist-es/commands/UpdateDeploymentGroupCommand.js +3 -9
  51. package/dist-es/runtimeConfig.shared.js +7 -0
  52. package/dist-es/schemas/schemas_0.js +2762 -0
  53. package/dist-types/CodeDeployClient.d.ts +10 -1
  54. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  55. package/dist-types/runtimeConfig.d.ts +1 -0
  56. package/dist-types/runtimeConfig.native.d.ts +1 -0
  57. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  58. package/dist-types/schemas/schemas_0.d.ts +341 -0
  59. package/dist-types/ts3.4/CodeDeployClient.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  64. package/dist-types/ts3.4/schemas/schemas_0.d.ts +347 -0
  65. package/package.json +5 -5
  66. package/dist-es/protocols/Aws_json1_1.js +0 -2614
  67. package/dist-types/protocols/Aws_json1_1.d.ts +0 -425
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -569
@@ -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_GetDeploymentConfigCommand, se_GetDeploymentConfigCommand } from "../protocols/Aws_json1_1";
4
+ import { GetDeploymentConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDeploymentConfigCommand 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("CodeDeploy_20141006", "GetDeploymentConfig", {})
17
13
  .n("CodeDeployClient", "GetDeploymentConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDeploymentConfigCommand)
20
- .de(de_GetDeploymentConfigCommand)
14
+ .sc(GetDeploymentConfig)
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_GetDeploymentGroupCommand, se_GetDeploymentGroupCommand } from "../protocols/Aws_json1_1";
4
+ import { GetDeploymentGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDeploymentGroupCommand 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("CodeDeploy_20141006", "GetDeploymentGroup", {})
17
13
  .n("CodeDeployClient", "GetDeploymentGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDeploymentGroupCommand)
20
- .de(de_GetDeploymentGroupCommand)
14
+ .sc(GetDeploymentGroup)
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_GetDeploymentInstanceCommand, se_GetDeploymentInstanceCommand } from "../protocols/Aws_json1_1";
4
+ import { GetDeploymentInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDeploymentInstanceCommand 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("CodeDeploy_20141006", "GetDeploymentInstance", {})
17
13
  .n("CodeDeployClient", "GetDeploymentInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDeploymentInstanceCommand)
20
- .de(de_GetDeploymentInstanceCommand)
14
+ .sc(GetDeploymentInstance)
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_GetDeploymentTargetCommand, se_GetDeploymentTargetCommand } from "../protocols/Aws_json1_1";
4
+ import { GetDeploymentTarget } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDeploymentTargetCommand 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("CodeDeploy_20141006", "GetDeploymentTarget", {})
17
13
  .n("CodeDeployClient", "GetDeploymentTargetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDeploymentTargetCommand)
20
- .de(de_GetDeploymentTargetCommand)
14
+ .sc(GetDeploymentTarget)
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_GetOnPremisesInstanceCommand, se_GetOnPremisesInstanceCommand } from "../protocols/Aws_json1_1";
4
+ import { GetOnPremisesInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetOnPremisesInstanceCommand 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("CodeDeploy_20141006", "GetOnPremisesInstance", {})
17
13
  .n("CodeDeployClient", "GetOnPremisesInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetOnPremisesInstanceCommand)
20
- .de(de_GetOnPremisesInstanceCommand)
14
+ .sc(GetOnPremisesInstance)
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_ListApplicationRevisionsCommand, se_ListApplicationRevisionsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListApplicationRevisions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListApplicationRevisionsCommand 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("CodeDeploy_20141006", "ListApplicationRevisions", {})
17
13
  .n("CodeDeployClient", "ListApplicationRevisionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListApplicationRevisionsCommand)
20
- .de(de_ListApplicationRevisionsCommand)
14
+ .sc(ListApplicationRevisions)
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_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListApplications } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListApplicationsCommand 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("CodeDeploy_20141006", "ListApplications", {})
17
13
  .n("CodeDeployClient", "ListApplicationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListApplicationsCommand)
20
- .de(de_ListApplicationsCommand)
14
+ .sc(ListApplications)
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_ListDeploymentConfigsCommand, se_ListDeploymentConfigsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListDeploymentConfigs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeploymentConfigsCommand 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("CodeDeploy_20141006", "ListDeploymentConfigs", {})
17
13
  .n("CodeDeployClient", "ListDeploymentConfigsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeploymentConfigsCommand)
20
- .de(de_ListDeploymentConfigsCommand)
14
+ .sc(ListDeploymentConfigs)
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_ListDeploymentGroupsCommand, se_ListDeploymentGroupsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListDeploymentGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeploymentGroupsCommand 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("CodeDeploy_20141006", "ListDeploymentGroups", {})
17
13
  .n("CodeDeployClient", "ListDeploymentGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeploymentGroupsCommand)
20
- .de(de_ListDeploymentGroupsCommand)
14
+ .sc(ListDeploymentGroups)
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_ListDeploymentInstancesCommand, se_ListDeploymentInstancesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListDeploymentInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeploymentInstancesCommand 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("CodeDeploy_20141006", "ListDeploymentInstances", {})
17
13
  .n("CodeDeployClient", "ListDeploymentInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeploymentInstancesCommand)
20
- .de(de_ListDeploymentInstancesCommand)
14
+ .sc(ListDeploymentInstances)
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_ListDeploymentTargetsCommand, se_ListDeploymentTargetsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListDeploymentTargets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeploymentTargetsCommand 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("CodeDeploy_20141006", "ListDeploymentTargets", {})
17
13
  .n("CodeDeployClient", "ListDeploymentTargetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeploymentTargetsCommand)
20
- .de(de_ListDeploymentTargetsCommand)
14
+ .sc(ListDeploymentTargets)
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_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListDeployments } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeploymentsCommand 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("CodeDeploy_20141006", "ListDeployments", {})
17
13
  .n("CodeDeployClient", "ListDeploymentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeploymentsCommand)
20
- .de(de_ListDeploymentsCommand)
14
+ .sc(ListDeployments)
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_ListGitHubAccountTokenNamesCommand, se_ListGitHubAccountTokenNamesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListGitHubAccountTokenNames } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListGitHubAccountTokenNamesCommand 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("CodeDeploy_20141006", "ListGitHubAccountTokenNames", {})
17
13
  .n("CodeDeployClient", "ListGitHubAccountTokenNamesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListGitHubAccountTokenNamesCommand)
20
- .de(de_ListGitHubAccountTokenNamesCommand)
14
+ .sc(ListGitHubAccountTokenNames)
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_ListOnPremisesInstancesCommand, se_ListOnPremisesInstancesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListOnPremisesInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListOnPremisesInstancesCommand 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("CodeDeploy_20141006", "ListOnPremisesInstances", {})
17
13
  .n("CodeDeployClient", "ListOnPremisesInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListOnPremisesInstancesCommand)
20
- .de(de_ListOnPremisesInstancesCommand)
14
+ .sc(ListOnPremisesInstances)
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("CodeDeploy_20141006", "ListTagsForResource", {})
17
13
  .n("CodeDeployClient", "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_PutLifecycleEventHookExecutionStatusCommand, se_PutLifecycleEventHookExecutionStatusCommand, } from "../protocols/Aws_json1_1";
4
+ import { PutLifecycleEventHookExecutionStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutLifecycleEventHookExecutionStatusCommand 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("CodeDeploy_20141006", "PutLifecycleEventHookExecutionStatus", {})
17
13
  .n("CodeDeployClient", "PutLifecycleEventHookExecutionStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutLifecycleEventHookExecutionStatusCommand)
20
- .de(de_PutLifecycleEventHookExecutionStatusCommand)
14
+ .sc(PutLifecycleEventHookExecutionStatus)
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_RegisterApplicationRevisionCommand, se_RegisterApplicationRevisionCommand } from "../protocols/Aws_json1_1";
4
+ import { RegisterApplicationRevision } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RegisterApplicationRevisionCommand 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("CodeDeploy_20141006", "RegisterApplicationRevision", {})
17
13
  .n("CodeDeployClient", "RegisterApplicationRevisionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RegisterApplicationRevisionCommand)
20
- .de(de_RegisterApplicationRevisionCommand)
14
+ .sc(RegisterApplicationRevision)
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_RegisterOnPremisesInstanceCommand, se_RegisterOnPremisesInstanceCommand } from "../protocols/Aws_json1_1";
4
+ import { RegisterOnPremisesInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RegisterOnPremisesInstanceCommand 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("CodeDeploy_20141006", "RegisterOnPremisesInstance", {})
17
13
  .n("CodeDeployClient", "RegisterOnPremisesInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RegisterOnPremisesInstanceCommand)
20
- .de(de_RegisterOnPremisesInstanceCommand)
14
+ .sc(RegisterOnPremisesInstance)
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_RemoveTagsFromOnPremisesInstancesCommand, se_RemoveTagsFromOnPremisesInstancesCommand, } from "../protocols/Aws_json1_1";
4
+ import { RemoveTagsFromOnPremisesInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveTagsFromOnPremisesInstancesCommand 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("CodeDeploy_20141006", "RemoveTagsFromOnPremisesInstances", {})
17
13
  .n("CodeDeployClient", "RemoveTagsFromOnPremisesInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveTagsFromOnPremisesInstancesCommand)
20
- .de(de_RemoveTagsFromOnPremisesInstancesCommand)
14
+ .sc(RemoveTagsFromOnPremisesInstances)
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_SkipWaitTimeForInstanceTerminationCommand, se_SkipWaitTimeForInstanceTerminationCommand, } from "../protocols/Aws_json1_1";
4
+ import { SkipWaitTimeForInstanceTermination } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class SkipWaitTimeForInstanceTerminationCommand 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("CodeDeploy_20141006", "SkipWaitTimeForInstanceTermination", {})
17
13
  .n("CodeDeployClient", "SkipWaitTimeForInstanceTerminationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_SkipWaitTimeForInstanceTerminationCommand)
20
- .de(de_SkipWaitTimeForInstanceTerminationCommand)
14
+ .sc(SkipWaitTimeForInstanceTermination)
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_StopDeploymentCommand, se_StopDeploymentCommand } from "../protocols/Aws_json1_1";
4
+ import { StopDeployment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopDeploymentCommand 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("CodeDeploy_20141006", "StopDeployment", {})
17
13
  .n("CodeDeployClient", "StopDeploymentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopDeploymentCommand)
20
- .de(de_StopDeploymentCommand)
14
+ .sc(StopDeployment)
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand 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("CodeDeploy_20141006", "TagResource", {})
17
13
  .n("CodeDeployClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand 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("CodeDeploy_20141006", "UntagResource", {})
17
13
  .n("CodeDeployClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }