@aws-sdk/client-codedeploy 3.489.0 → 3.495.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 (69) hide show
  1. package/dist-cjs/CodeDeploy.js +1 -105
  2. package/dist-cjs/CodeDeployClient.js +1 -43
  3. package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +1 -28
  4. package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +1 -28
  5. package/dist-cjs/commands/BatchGetApplicationsCommand.js +1 -28
  6. package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +1 -28
  7. package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +1 -28
  8. package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +1 -28
  9. package/dist-cjs/commands/BatchGetDeploymentsCommand.js +1 -28
  10. package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +1 -28
  11. package/dist-cjs/commands/ContinueDeploymentCommand.js +1 -28
  12. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  13. package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
  14. package/dist-cjs/commands/CreateDeploymentConfigCommand.js +1 -28
  15. package/dist-cjs/commands/CreateDeploymentGroupCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +1 -28
  21. package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +1 -28
  22. package/dist-cjs/commands/GetApplicationCommand.js +1 -28
  23. package/dist-cjs/commands/GetApplicationRevisionCommand.js +1 -28
  24. package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
  25. package/dist-cjs/commands/GetDeploymentConfigCommand.js +1 -28
  26. package/dist-cjs/commands/GetDeploymentGroupCommand.js +1 -28
  27. package/dist-cjs/commands/GetDeploymentInstanceCommand.js +1 -28
  28. package/dist-cjs/commands/GetDeploymentTargetCommand.js +1 -28
  29. package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +1 -28
  30. package/dist-cjs/commands/ListApplicationRevisionsCommand.js +1 -28
  31. package/dist-cjs/commands/ListApplicationsCommand.js +1 -28
  32. package/dist-cjs/commands/ListDeploymentConfigsCommand.js +1 -28
  33. package/dist-cjs/commands/ListDeploymentGroupsCommand.js +1 -28
  34. package/dist-cjs/commands/ListDeploymentInstancesCommand.js +1 -28
  35. package/dist-cjs/commands/ListDeploymentTargetsCommand.js +1 -28
  36. package/dist-cjs/commands/ListDeploymentsCommand.js +1 -28
  37. package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +1 -28
  38. package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +1 -28
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  40. package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +1 -28
  41. package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +1 -28
  42. package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +1 -28
  43. package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +1 -28
  44. package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +1 -28
  45. package/dist-cjs/commands/StopDeploymentCommand.js +1 -28
  46. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  47. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  48. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +1 -28
  50. package/dist-cjs/commands/index.js +1 -50
  51. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  52. package/dist-cjs/extensionConfiguration.js +1 -2
  53. package/dist-cjs/index.js +7607 -12
  54. package/dist-cjs/models/CodeDeployServiceException.js +1 -12
  55. package/dist-cjs/models/index.js +1 -4
  56. package/dist-cjs/models/models_0.js +1 -1657
  57. package/dist-cjs/pagination/Interfaces.js +1 -2
  58. package/dist-cjs/pagination/ListApplicationRevisionsPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListDeploymentConfigsPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListDeploymentGroupsPaginator.js +1 -7
  62. package/dist-cjs/pagination/ListDeploymentInstancesPaginator.js +1 -7
  63. package/dist-cjs/pagination/ListDeploymentsPaginator.js +1 -7
  64. package/dist-cjs/pagination/index.js +1 -10
  65. package/dist-cjs/protocols/Aws_json1_1.js +1 -4159
  66. package/dist-cjs/runtimeExtensions.js +1 -22
  67. package/dist-cjs/waiters/index.js +1 -4
  68. package/dist-cjs/waiters/waitForDeploymentSuccessful.js +1 -54
  69. package/package.json +41 -41
@@ -1,105 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeDeploy = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CodeDeployClient_1 = require("./CodeDeployClient");
6
- const AddTagsToOnPremisesInstancesCommand_1 = require("./commands/AddTagsToOnPremisesInstancesCommand");
7
- const BatchGetApplicationRevisionsCommand_1 = require("./commands/BatchGetApplicationRevisionsCommand");
8
- const BatchGetApplicationsCommand_1 = require("./commands/BatchGetApplicationsCommand");
9
- const BatchGetDeploymentGroupsCommand_1 = require("./commands/BatchGetDeploymentGroupsCommand");
10
- const BatchGetDeploymentInstancesCommand_1 = require("./commands/BatchGetDeploymentInstancesCommand");
11
- const BatchGetDeploymentsCommand_1 = require("./commands/BatchGetDeploymentsCommand");
12
- const BatchGetDeploymentTargetsCommand_1 = require("./commands/BatchGetDeploymentTargetsCommand");
13
- const BatchGetOnPremisesInstancesCommand_1 = require("./commands/BatchGetOnPremisesInstancesCommand");
14
- const ContinueDeploymentCommand_1 = require("./commands/ContinueDeploymentCommand");
15
- const CreateApplicationCommand_1 = require("./commands/CreateApplicationCommand");
16
- const CreateDeploymentCommand_1 = require("./commands/CreateDeploymentCommand");
17
- const CreateDeploymentConfigCommand_1 = require("./commands/CreateDeploymentConfigCommand");
18
- const CreateDeploymentGroupCommand_1 = require("./commands/CreateDeploymentGroupCommand");
19
- const DeleteApplicationCommand_1 = require("./commands/DeleteApplicationCommand");
20
- const DeleteDeploymentConfigCommand_1 = require("./commands/DeleteDeploymentConfigCommand");
21
- const DeleteDeploymentGroupCommand_1 = require("./commands/DeleteDeploymentGroupCommand");
22
- const DeleteGitHubAccountTokenCommand_1 = require("./commands/DeleteGitHubAccountTokenCommand");
23
- const DeleteResourcesByExternalIdCommand_1 = require("./commands/DeleteResourcesByExternalIdCommand");
24
- const DeregisterOnPremisesInstanceCommand_1 = require("./commands/DeregisterOnPremisesInstanceCommand");
25
- const GetApplicationCommand_1 = require("./commands/GetApplicationCommand");
26
- const GetApplicationRevisionCommand_1 = require("./commands/GetApplicationRevisionCommand");
27
- const GetDeploymentCommand_1 = require("./commands/GetDeploymentCommand");
28
- const GetDeploymentConfigCommand_1 = require("./commands/GetDeploymentConfigCommand");
29
- const GetDeploymentGroupCommand_1 = require("./commands/GetDeploymentGroupCommand");
30
- const GetDeploymentInstanceCommand_1 = require("./commands/GetDeploymentInstanceCommand");
31
- const GetDeploymentTargetCommand_1 = require("./commands/GetDeploymentTargetCommand");
32
- const GetOnPremisesInstanceCommand_1 = require("./commands/GetOnPremisesInstanceCommand");
33
- const ListApplicationRevisionsCommand_1 = require("./commands/ListApplicationRevisionsCommand");
34
- const ListApplicationsCommand_1 = require("./commands/ListApplicationsCommand");
35
- const ListDeploymentConfigsCommand_1 = require("./commands/ListDeploymentConfigsCommand");
36
- const ListDeploymentGroupsCommand_1 = require("./commands/ListDeploymentGroupsCommand");
37
- const ListDeploymentInstancesCommand_1 = require("./commands/ListDeploymentInstancesCommand");
38
- const ListDeploymentsCommand_1 = require("./commands/ListDeploymentsCommand");
39
- const ListDeploymentTargetsCommand_1 = require("./commands/ListDeploymentTargetsCommand");
40
- const ListGitHubAccountTokenNamesCommand_1 = require("./commands/ListGitHubAccountTokenNamesCommand");
41
- const ListOnPremisesInstancesCommand_1 = require("./commands/ListOnPremisesInstancesCommand");
42
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
43
- const PutLifecycleEventHookExecutionStatusCommand_1 = require("./commands/PutLifecycleEventHookExecutionStatusCommand");
44
- const RegisterApplicationRevisionCommand_1 = require("./commands/RegisterApplicationRevisionCommand");
45
- const RegisterOnPremisesInstanceCommand_1 = require("./commands/RegisterOnPremisesInstanceCommand");
46
- const RemoveTagsFromOnPremisesInstancesCommand_1 = require("./commands/RemoveTagsFromOnPremisesInstancesCommand");
47
- const SkipWaitTimeForInstanceTerminationCommand_1 = require("./commands/SkipWaitTimeForInstanceTerminationCommand");
48
- const StopDeploymentCommand_1 = require("./commands/StopDeploymentCommand");
49
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
50
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
51
- const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
52
- const UpdateDeploymentGroupCommand_1 = require("./commands/UpdateDeploymentGroupCommand");
53
- const commands = {
54
- AddTagsToOnPremisesInstancesCommand: AddTagsToOnPremisesInstancesCommand_1.AddTagsToOnPremisesInstancesCommand,
55
- BatchGetApplicationRevisionsCommand: BatchGetApplicationRevisionsCommand_1.BatchGetApplicationRevisionsCommand,
56
- BatchGetApplicationsCommand: BatchGetApplicationsCommand_1.BatchGetApplicationsCommand,
57
- BatchGetDeploymentGroupsCommand: BatchGetDeploymentGroupsCommand_1.BatchGetDeploymentGroupsCommand,
58
- BatchGetDeploymentInstancesCommand: BatchGetDeploymentInstancesCommand_1.BatchGetDeploymentInstancesCommand,
59
- BatchGetDeploymentsCommand: BatchGetDeploymentsCommand_1.BatchGetDeploymentsCommand,
60
- BatchGetDeploymentTargetsCommand: BatchGetDeploymentTargetsCommand_1.BatchGetDeploymentTargetsCommand,
61
- BatchGetOnPremisesInstancesCommand: BatchGetOnPremisesInstancesCommand_1.BatchGetOnPremisesInstancesCommand,
62
- ContinueDeploymentCommand: ContinueDeploymentCommand_1.ContinueDeploymentCommand,
63
- CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
64
- CreateDeploymentCommand: CreateDeploymentCommand_1.CreateDeploymentCommand,
65
- CreateDeploymentConfigCommand: CreateDeploymentConfigCommand_1.CreateDeploymentConfigCommand,
66
- CreateDeploymentGroupCommand: CreateDeploymentGroupCommand_1.CreateDeploymentGroupCommand,
67
- DeleteApplicationCommand: DeleteApplicationCommand_1.DeleteApplicationCommand,
68
- DeleteDeploymentConfigCommand: DeleteDeploymentConfigCommand_1.DeleteDeploymentConfigCommand,
69
- DeleteDeploymentGroupCommand: DeleteDeploymentGroupCommand_1.DeleteDeploymentGroupCommand,
70
- DeleteGitHubAccountTokenCommand: DeleteGitHubAccountTokenCommand_1.DeleteGitHubAccountTokenCommand,
71
- DeleteResourcesByExternalIdCommand: DeleteResourcesByExternalIdCommand_1.DeleteResourcesByExternalIdCommand,
72
- DeregisterOnPremisesInstanceCommand: DeregisterOnPremisesInstanceCommand_1.DeregisterOnPremisesInstanceCommand,
73
- GetApplicationCommand: GetApplicationCommand_1.GetApplicationCommand,
74
- GetApplicationRevisionCommand: GetApplicationRevisionCommand_1.GetApplicationRevisionCommand,
75
- GetDeploymentCommand: GetDeploymentCommand_1.GetDeploymentCommand,
76
- GetDeploymentConfigCommand: GetDeploymentConfigCommand_1.GetDeploymentConfigCommand,
77
- GetDeploymentGroupCommand: GetDeploymentGroupCommand_1.GetDeploymentGroupCommand,
78
- GetDeploymentInstanceCommand: GetDeploymentInstanceCommand_1.GetDeploymentInstanceCommand,
79
- GetDeploymentTargetCommand: GetDeploymentTargetCommand_1.GetDeploymentTargetCommand,
80
- GetOnPremisesInstanceCommand: GetOnPremisesInstanceCommand_1.GetOnPremisesInstanceCommand,
81
- ListApplicationRevisionsCommand: ListApplicationRevisionsCommand_1.ListApplicationRevisionsCommand,
82
- ListApplicationsCommand: ListApplicationsCommand_1.ListApplicationsCommand,
83
- ListDeploymentConfigsCommand: ListDeploymentConfigsCommand_1.ListDeploymentConfigsCommand,
84
- ListDeploymentGroupsCommand: ListDeploymentGroupsCommand_1.ListDeploymentGroupsCommand,
85
- ListDeploymentInstancesCommand: ListDeploymentInstancesCommand_1.ListDeploymentInstancesCommand,
86
- ListDeploymentsCommand: ListDeploymentsCommand_1.ListDeploymentsCommand,
87
- ListDeploymentTargetsCommand: ListDeploymentTargetsCommand_1.ListDeploymentTargetsCommand,
88
- ListGitHubAccountTokenNamesCommand: ListGitHubAccountTokenNamesCommand_1.ListGitHubAccountTokenNamesCommand,
89
- ListOnPremisesInstancesCommand: ListOnPremisesInstancesCommand_1.ListOnPremisesInstancesCommand,
90
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
91
- PutLifecycleEventHookExecutionStatusCommand: PutLifecycleEventHookExecutionStatusCommand_1.PutLifecycleEventHookExecutionStatusCommand,
92
- RegisterApplicationRevisionCommand: RegisterApplicationRevisionCommand_1.RegisterApplicationRevisionCommand,
93
- RegisterOnPremisesInstanceCommand: RegisterOnPremisesInstanceCommand_1.RegisterOnPremisesInstanceCommand,
94
- RemoveTagsFromOnPremisesInstancesCommand: RemoveTagsFromOnPremisesInstancesCommand_1.RemoveTagsFromOnPremisesInstancesCommand,
95
- SkipWaitTimeForInstanceTerminationCommand: SkipWaitTimeForInstanceTerminationCommand_1.SkipWaitTimeForInstanceTerminationCommand,
96
- StopDeploymentCommand: StopDeploymentCommand_1.StopDeploymentCommand,
97
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
98
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
99
- UpdateApplicationCommand: UpdateApplicationCommand_1.UpdateApplicationCommand,
100
- UpdateDeploymentGroupCommand: UpdateDeploymentGroupCommand_1.UpdateDeploymentGroupCommand,
101
- };
102
- class CodeDeploy extends CodeDeployClient_1.CodeDeployClient {
103
- }
104
- exports.CodeDeploy = CodeDeploy;
105
- (0, smithy_client_1.createAggregatedClient)(commands, CodeDeploy);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeDeployClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class CodeDeployClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.CodeDeployClient = CodeDeployClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsToOnPremisesInstancesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class AddTagsToOnPremisesInstancesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "AddTagsToOnPremisesInstances", {})
22
- .n("CodeDeployClient", "AddTagsToOnPremisesInstancesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddTagsToOnPremisesInstancesCommand)
25
- .de(Aws_json1_1_1.de_AddTagsToOnPremisesInstancesCommand)
26
- .build() {
27
- }
28
- exports.AddTagsToOnPremisesInstancesCommand = AddTagsToOnPremisesInstancesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetApplicationRevisionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetApplicationRevisionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "BatchGetApplicationRevisions", {})
22
- .n("CodeDeployClient", "BatchGetApplicationRevisionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetApplicationRevisionsCommand)
25
- .de(Aws_json1_1_1.de_BatchGetApplicationRevisionsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetApplicationRevisionsCommand = BatchGetApplicationRevisionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetApplicationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetApplicationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "BatchGetApplications", {})
22
- .n("CodeDeployClient", "BatchGetApplicationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetApplicationsCommand)
25
- .de(Aws_json1_1_1.de_BatchGetApplicationsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetApplicationsCommand = BatchGetApplicationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetDeploymentGroupsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetDeploymentGroupsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "BatchGetDeploymentGroups", {})
22
- .n("CodeDeployClient", "BatchGetDeploymentGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetDeploymentGroupsCommand)
25
- .de(Aws_json1_1_1.de_BatchGetDeploymentGroupsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetDeploymentGroupsCommand = BatchGetDeploymentGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetDeploymentInstancesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetDeploymentInstancesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "BatchGetDeploymentInstances", {})
22
- .n("CodeDeployClient", "BatchGetDeploymentInstancesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetDeploymentInstancesCommand)
25
- .de(Aws_json1_1_1.de_BatchGetDeploymentInstancesCommand)
26
- .build() {
27
- }
28
- exports.BatchGetDeploymentInstancesCommand = BatchGetDeploymentInstancesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetDeploymentTargetsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetDeploymentTargetsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "BatchGetDeploymentTargets", {})
22
- .n("CodeDeployClient", "BatchGetDeploymentTargetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetDeploymentTargetsCommand)
25
- .de(Aws_json1_1_1.de_BatchGetDeploymentTargetsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetDeploymentTargetsCommand = BatchGetDeploymentTargetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetDeploymentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetDeploymentsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "BatchGetDeployments", {})
22
- .n("CodeDeployClient", "BatchGetDeploymentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetDeploymentsCommand)
25
- .de(Aws_json1_1_1.de_BatchGetDeploymentsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetDeploymentsCommand = BatchGetDeploymentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetOnPremisesInstancesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetOnPremisesInstancesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "BatchGetOnPremisesInstances", {})
22
- .n("CodeDeployClient", "BatchGetOnPremisesInstancesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetOnPremisesInstancesCommand)
25
- .de(Aws_json1_1_1.de_BatchGetOnPremisesInstancesCommand)
26
- .build() {
27
- }
28
- exports.BatchGetOnPremisesInstancesCommand = BatchGetOnPremisesInstancesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ContinueDeploymentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ContinueDeploymentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "ContinueDeployment", {})
22
- .n("CodeDeployClient", "ContinueDeploymentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ContinueDeploymentCommand)
25
- .de(Aws_json1_1_1.de_ContinueDeploymentCommand)
26
- .build() {
27
- }
28
- exports.ContinueDeploymentCommand = ContinueDeploymentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApplicationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateApplicationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "CreateApplication", {})
22
- .n("CodeDeployClient", "CreateApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateApplicationCommand)
25
- .de(Aws_json1_1_1.de_CreateApplicationCommand)
26
- .build() {
27
- }
28
- exports.CreateApplicationCommand = CreateApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDeploymentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateDeploymentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "CreateDeployment", {})
22
- .n("CodeDeployClient", "CreateDeploymentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateDeploymentCommand)
25
- .de(Aws_json1_1_1.de_CreateDeploymentCommand)
26
- .build() {
27
- }
28
- exports.CreateDeploymentCommand = CreateDeploymentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDeploymentConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateDeploymentConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "CreateDeploymentConfig", {})
22
- .n("CodeDeployClient", "CreateDeploymentConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateDeploymentConfigCommand)
25
- .de(Aws_json1_1_1.de_CreateDeploymentConfigCommand)
26
- .build() {
27
- }
28
- exports.CreateDeploymentConfigCommand = CreateDeploymentConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDeploymentGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateDeploymentGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "CreateDeploymentGroup", {})
22
- .n("CodeDeployClient", "CreateDeploymentGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateDeploymentGroupCommand)
25
- .de(Aws_json1_1_1.de_CreateDeploymentGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateDeploymentGroupCommand = CreateDeploymentGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteApplicationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteApplicationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "DeleteApplication", {})
22
- .n("CodeDeployClient", "DeleteApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteApplicationCommand)
25
- .de(Aws_json1_1_1.de_DeleteApplicationCommand)
26
- .build() {
27
- }
28
- exports.DeleteApplicationCommand = DeleteApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDeploymentConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteDeploymentConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "DeleteDeploymentConfig", {})
22
- .n("CodeDeployClient", "DeleteDeploymentConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteDeploymentConfigCommand)
25
- .de(Aws_json1_1_1.de_DeleteDeploymentConfigCommand)
26
- .build() {
27
- }
28
- exports.DeleteDeploymentConfigCommand = DeleteDeploymentConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDeploymentGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteDeploymentGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeDeploy_20141006", "DeleteDeploymentGroup", {})
22
- .n("CodeDeployClient", "DeleteDeploymentGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteDeploymentGroupCommand)
25
- .de(Aws_json1_1_1.de_DeleteDeploymentGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteDeploymentGroupCommand = DeleteDeploymentGroupCommand;
1
+ module.exports = require("../index.js");