@aws-sdk/client-m2 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 (56) hide show
  1. package/dist-cjs/M2.js +1 -77
  2. package/dist-cjs/M2Client.js +1 -43
  3. package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +1 -28
  4. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  5. package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +1 -28
  6. package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
  7. package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -28
  11. package/dist-cjs/commands/GetApplicationCommand.js +1 -28
  12. package/dist-cjs/commands/GetApplicationVersionCommand.js +1 -28
  13. package/dist-cjs/commands/GetBatchJobExecutionCommand.js +1 -28
  14. package/dist-cjs/commands/GetDataSetDetailsCommand.js +1 -28
  15. package/dist-cjs/commands/GetDataSetImportTaskCommand.js +1 -28
  16. package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
  17. package/dist-cjs/commands/GetEnvironmentCommand.js +1 -28
  18. package/dist-cjs/commands/GetSignedBluinsightsUrlCommand.js +1 -28
  19. package/dist-cjs/commands/ListApplicationVersionsCommand.js +1 -28
  20. package/dist-cjs/commands/ListApplicationsCommand.js +1 -28
  21. package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +1 -28
  22. package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +1 -28
  23. package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +1 -28
  24. package/dist-cjs/commands/ListDataSetsCommand.js +1 -28
  25. package/dist-cjs/commands/ListDeploymentsCommand.js +1 -28
  26. package/dist-cjs/commands/ListEngineVersionsCommand.js +1 -28
  27. package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -28
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  29. package/dist-cjs/commands/StartApplicationCommand.js +1 -28
  30. package/dist-cjs/commands/StartBatchJobCommand.js +1 -28
  31. package/dist-cjs/commands/StopApplicationCommand.js +1 -28
  32. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  33. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  34. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
  35. package/dist-cjs/commands/UpdateEnvironmentCommand.js +1 -28
  36. package/dist-cjs/commands/index.js +1 -36
  37. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  38. package/dist-cjs/extensionConfiguration.js +1 -2
  39. package/dist-cjs/index.js +3675 -11
  40. package/dist-cjs/models/M2ServiceException.js +1 -12
  41. package/dist-cjs/models/index.js +1 -4
  42. package/dist-cjs/models/models_0.js +1 -306
  43. package/dist-cjs/pagination/Interfaces.js +1 -2
  44. package/dist-cjs/pagination/ListApplicationVersionsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
  46. package/dist-cjs/pagination/ListBatchJobDefinitionsPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListBatchJobExecutionsPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListDataSetImportHistoryPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListDataSetsPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListDeploymentsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListEngineVersionsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +1 -7
  53. package/dist-cjs/pagination/index.js +1 -13
  54. package/dist-cjs/protocols/Aws_restJson1.js +1 -2485
  55. package/dist-cjs/runtimeExtensions.js +1 -22
  56. package/package.json +40 -40
package/dist-cjs/M2.js CHANGED
@@ -1,77 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.M2 = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CancelBatchJobExecutionCommand_1 = require("./commands/CancelBatchJobExecutionCommand");
6
- const CreateApplicationCommand_1 = require("./commands/CreateApplicationCommand");
7
- const CreateDataSetImportTaskCommand_1 = require("./commands/CreateDataSetImportTaskCommand");
8
- const CreateDeploymentCommand_1 = require("./commands/CreateDeploymentCommand");
9
- const CreateEnvironmentCommand_1 = require("./commands/CreateEnvironmentCommand");
10
- const DeleteApplicationCommand_1 = require("./commands/DeleteApplicationCommand");
11
- const DeleteApplicationFromEnvironmentCommand_1 = require("./commands/DeleteApplicationFromEnvironmentCommand");
12
- const DeleteEnvironmentCommand_1 = require("./commands/DeleteEnvironmentCommand");
13
- const GetApplicationCommand_1 = require("./commands/GetApplicationCommand");
14
- const GetApplicationVersionCommand_1 = require("./commands/GetApplicationVersionCommand");
15
- const GetBatchJobExecutionCommand_1 = require("./commands/GetBatchJobExecutionCommand");
16
- const GetDataSetDetailsCommand_1 = require("./commands/GetDataSetDetailsCommand");
17
- const GetDataSetImportTaskCommand_1 = require("./commands/GetDataSetImportTaskCommand");
18
- const GetDeploymentCommand_1 = require("./commands/GetDeploymentCommand");
19
- const GetEnvironmentCommand_1 = require("./commands/GetEnvironmentCommand");
20
- const GetSignedBluinsightsUrlCommand_1 = require("./commands/GetSignedBluinsightsUrlCommand");
21
- const ListApplicationsCommand_1 = require("./commands/ListApplicationsCommand");
22
- const ListApplicationVersionsCommand_1 = require("./commands/ListApplicationVersionsCommand");
23
- const ListBatchJobDefinitionsCommand_1 = require("./commands/ListBatchJobDefinitionsCommand");
24
- const ListBatchJobExecutionsCommand_1 = require("./commands/ListBatchJobExecutionsCommand");
25
- const ListDataSetImportHistoryCommand_1 = require("./commands/ListDataSetImportHistoryCommand");
26
- const ListDataSetsCommand_1 = require("./commands/ListDataSetsCommand");
27
- const ListDeploymentsCommand_1 = require("./commands/ListDeploymentsCommand");
28
- const ListEngineVersionsCommand_1 = require("./commands/ListEngineVersionsCommand");
29
- const ListEnvironmentsCommand_1 = require("./commands/ListEnvironmentsCommand");
30
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
31
- const StartApplicationCommand_1 = require("./commands/StartApplicationCommand");
32
- const StartBatchJobCommand_1 = require("./commands/StartBatchJobCommand");
33
- const StopApplicationCommand_1 = require("./commands/StopApplicationCommand");
34
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
35
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
36
- const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
37
- const UpdateEnvironmentCommand_1 = require("./commands/UpdateEnvironmentCommand");
38
- const M2Client_1 = require("./M2Client");
39
- const commands = {
40
- CancelBatchJobExecutionCommand: CancelBatchJobExecutionCommand_1.CancelBatchJobExecutionCommand,
41
- CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
42
- CreateDataSetImportTaskCommand: CreateDataSetImportTaskCommand_1.CreateDataSetImportTaskCommand,
43
- CreateDeploymentCommand: CreateDeploymentCommand_1.CreateDeploymentCommand,
44
- CreateEnvironmentCommand: CreateEnvironmentCommand_1.CreateEnvironmentCommand,
45
- DeleteApplicationCommand: DeleteApplicationCommand_1.DeleteApplicationCommand,
46
- DeleteApplicationFromEnvironmentCommand: DeleteApplicationFromEnvironmentCommand_1.DeleteApplicationFromEnvironmentCommand,
47
- DeleteEnvironmentCommand: DeleteEnvironmentCommand_1.DeleteEnvironmentCommand,
48
- GetApplicationCommand: GetApplicationCommand_1.GetApplicationCommand,
49
- GetApplicationVersionCommand: GetApplicationVersionCommand_1.GetApplicationVersionCommand,
50
- GetBatchJobExecutionCommand: GetBatchJobExecutionCommand_1.GetBatchJobExecutionCommand,
51
- GetDataSetDetailsCommand: GetDataSetDetailsCommand_1.GetDataSetDetailsCommand,
52
- GetDataSetImportTaskCommand: GetDataSetImportTaskCommand_1.GetDataSetImportTaskCommand,
53
- GetDeploymentCommand: GetDeploymentCommand_1.GetDeploymentCommand,
54
- GetEnvironmentCommand: GetEnvironmentCommand_1.GetEnvironmentCommand,
55
- GetSignedBluinsightsUrlCommand: GetSignedBluinsightsUrlCommand_1.GetSignedBluinsightsUrlCommand,
56
- ListApplicationsCommand: ListApplicationsCommand_1.ListApplicationsCommand,
57
- ListApplicationVersionsCommand: ListApplicationVersionsCommand_1.ListApplicationVersionsCommand,
58
- ListBatchJobDefinitionsCommand: ListBatchJobDefinitionsCommand_1.ListBatchJobDefinitionsCommand,
59
- ListBatchJobExecutionsCommand: ListBatchJobExecutionsCommand_1.ListBatchJobExecutionsCommand,
60
- ListDataSetImportHistoryCommand: ListDataSetImportHistoryCommand_1.ListDataSetImportHistoryCommand,
61
- ListDataSetsCommand: ListDataSetsCommand_1.ListDataSetsCommand,
62
- ListDeploymentsCommand: ListDeploymentsCommand_1.ListDeploymentsCommand,
63
- ListEngineVersionsCommand: ListEngineVersionsCommand_1.ListEngineVersionsCommand,
64
- ListEnvironmentsCommand: ListEnvironmentsCommand_1.ListEnvironmentsCommand,
65
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
66
- StartApplicationCommand: StartApplicationCommand_1.StartApplicationCommand,
67
- StartBatchJobCommand: StartBatchJobCommand_1.StartBatchJobCommand,
68
- StopApplicationCommand: StopApplicationCommand_1.StopApplicationCommand,
69
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
70
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
71
- UpdateApplicationCommand: UpdateApplicationCommand_1.UpdateApplicationCommand,
72
- UpdateEnvironmentCommand: UpdateEnvironmentCommand_1.UpdateEnvironmentCommand,
73
- };
74
- class M2 extends M2Client_1.M2Client {
75
- }
76
- exports.M2 = M2;
77
- (0, smithy_client_1.createAggregatedClient)(commands, M2);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.M2Client = 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 M2Client 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.M2Client = M2Client;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelBatchJobExecutionCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelBatchJobExecutionCommand 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("AwsSupernovaControlPlaneService", "CancelBatchJobExecution", {})
22
- .n("M2Client", "CancelBatchJobExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelBatchJobExecutionCommand)
25
- .de(Aws_restJson1_1.de_CancelBatchJobExecutionCommand)
26
- .build() {
27
- }
28
- exports.CancelBatchJobExecutionCommand = CancelBatchJobExecutionCommand;
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_restJson1_1 = require("../protocols/Aws_restJson1");
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("AwsSupernovaControlPlaneService", "CreateApplication", {})
22
- .n("M2Client", "CreateApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateApplicationCommand)
25
- .de(Aws_restJson1_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.CreateDataSetImportTaskCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateDataSetImportTaskCommand 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("AwsSupernovaControlPlaneService", "CreateDataSetImportTask", {})
22
- .n("M2Client", "CreateDataSetImportTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDataSetImportTaskCommand)
25
- .de(Aws_restJson1_1.de_CreateDataSetImportTaskCommand)
26
- .build() {
27
- }
28
- exports.CreateDataSetImportTaskCommand = CreateDataSetImportTaskCommand;
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_restJson1_1 = require("../protocols/Aws_restJson1");
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("AwsSupernovaControlPlaneService", "CreateDeployment", {})
22
- .n("M2Client", "CreateDeploymentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDeploymentCommand)
25
- .de(Aws_restJson1_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.CreateEnvironmentCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateEnvironmentCommand 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("AwsSupernovaControlPlaneService", "CreateEnvironment", {})
22
- .n("M2Client", "CreateEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_CreateEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
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_restJson1_1 = require("../protocols/Aws_restJson1");
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("AwsSupernovaControlPlaneService", "DeleteApplication", {})
22
- .n("M2Client", "DeleteApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteApplicationCommand)
25
- .de(Aws_restJson1_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.DeleteApplicationFromEnvironmentCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteApplicationFromEnvironmentCommand 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("AwsSupernovaControlPlaneService", "DeleteApplicationFromEnvironment", {})
22
- .n("M2Client", "DeleteApplicationFromEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteApplicationFromEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_DeleteApplicationFromEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.DeleteApplicationFromEnvironmentCommand = DeleteApplicationFromEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEnvironmentCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteEnvironmentCommand 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("AwsSupernovaControlPlaneService", "DeleteEnvironment", {})
22
- .n("M2Client", "DeleteEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_DeleteEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.DeleteEnvironmentCommand = DeleteEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetApplicationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetApplicationCommand 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("AwsSupernovaControlPlaneService", "GetApplication", {})
22
- .n("M2Client", "GetApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetApplicationCommand)
25
- .de(Aws_restJson1_1.de_GetApplicationCommand)
26
- .build() {
27
- }
28
- exports.GetApplicationCommand = GetApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetApplicationVersionCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetApplicationVersionCommand 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("AwsSupernovaControlPlaneService", "GetApplicationVersion", {})
22
- .n("M2Client", "GetApplicationVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetApplicationVersionCommand)
25
- .de(Aws_restJson1_1.de_GetApplicationVersionCommand)
26
- .build() {
27
- }
28
- exports.GetApplicationVersionCommand = GetApplicationVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBatchJobExecutionCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetBatchJobExecutionCommand 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("AwsSupernovaControlPlaneService", "GetBatchJobExecution", {})
22
- .n("M2Client", "GetBatchJobExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetBatchJobExecutionCommand)
25
- .de(Aws_restJson1_1.de_GetBatchJobExecutionCommand)
26
- .build() {
27
- }
28
- exports.GetBatchJobExecutionCommand = GetBatchJobExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDataSetDetailsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDataSetDetailsCommand 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("AwsSupernovaControlPlaneService", "GetDataSetDetails", {})
22
- .n("M2Client", "GetDataSetDetailsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDataSetDetailsCommand)
25
- .de(Aws_restJson1_1.de_GetDataSetDetailsCommand)
26
- .build() {
27
- }
28
- exports.GetDataSetDetailsCommand = GetDataSetDetailsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDataSetImportTaskCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDataSetImportTaskCommand 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("AwsSupernovaControlPlaneService", "GetDataSetImportTask", {})
22
- .n("M2Client", "GetDataSetImportTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDataSetImportTaskCommand)
25
- .de(Aws_restJson1_1.de_GetDataSetImportTaskCommand)
26
- .build() {
27
- }
28
- exports.GetDataSetImportTaskCommand = GetDataSetImportTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDeploymentCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDeploymentCommand 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("AwsSupernovaControlPlaneService", "GetDeployment", {})
22
- .n("M2Client", "GetDeploymentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDeploymentCommand)
25
- .de(Aws_restJson1_1.de_GetDeploymentCommand)
26
- .build() {
27
- }
28
- exports.GetDeploymentCommand = GetDeploymentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEnvironmentCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetEnvironmentCommand 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("AwsSupernovaControlPlaneService", "GetEnvironment", {})
22
- .n("M2Client", "GetEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_GetEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.GetEnvironmentCommand = GetEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSignedBluinsightsUrlCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSignedBluinsightsUrlCommand 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("AwsSupernovaControlPlaneService", "GetSignedBluinsightsUrl", {})
22
- .n("M2Client", "GetSignedBluinsightsUrlCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSignedBluinsightsUrlCommand)
25
- .de(Aws_restJson1_1.de_GetSignedBluinsightsUrlCommand)
26
- .build() {
27
- }
28
- exports.GetSignedBluinsightsUrlCommand = GetSignedBluinsightsUrlCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListApplicationVersionsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListApplicationVersionsCommand 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("AwsSupernovaControlPlaneService", "ListApplicationVersions", {})
22
- .n("M2Client", "ListApplicationVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListApplicationVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListApplicationVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListApplicationVersionsCommand = ListApplicationVersionsCommand;
1
+ module.exports = require("../index.js");