@aws-sdk/client-finspace 3.490.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/Finspace.js +1 -109
  2. package/dist-cjs/FinspaceClient.js +1 -43
  3. package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -29
  4. package/dist-cjs/commands/CreateKxChangesetCommand.js +1 -28
  5. package/dist-cjs/commands/CreateKxClusterCommand.js +1 -28
  6. package/dist-cjs/commands/CreateKxDatabaseCommand.js +1 -28
  7. package/dist-cjs/commands/CreateKxDataviewCommand.js +1 -28
  8. package/dist-cjs/commands/CreateKxEnvironmentCommand.js +1 -28
  9. package/dist-cjs/commands/CreateKxScalingGroupCommand.js +1 -28
  10. package/dist-cjs/commands/CreateKxUserCommand.js +1 -28
  11. package/dist-cjs/commands/CreateKxVolumeCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteKxClusterCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteKxDatabaseCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteKxDataviewCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteKxEnvironmentCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteKxScalingGroupCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteKxUserCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteKxVolumeCommand.js +1 -28
  20. package/dist-cjs/commands/GetEnvironmentCommand.js +1 -28
  21. package/dist-cjs/commands/GetKxChangesetCommand.js +1 -28
  22. package/dist-cjs/commands/GetKxClusterCommand.js +1 -28
  23. package/dist-cjs/commands/GetKxConnectionStringCommand.js +1 -29
  24. package/dist-cjs/commands/GetKxDatabaseCommand.js +1 -28
  25. package/dist-cjs/commands/GetKxDataviewCommand.js +1 -28
  26. package/dist-cjs/commands/GetKxEnvironmentCommand.js +1 -28
  27. package/dist-cjs/commands/GetKxScalingGroupCommand.js +1 -28
  28. package/dist-cjs/commands/GetKxUserCommand.js +1 -28
  29. package/dist-cjs/commands/GetKxVolumeCommand.js +1 -28
  30. package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -28
  31. package/dist-cjs/commands/ListKxChangesetsCommand.js +1 -28
  32. package/dist-cjs/commands/ListKxClusterNodesCommand.js +1 -28
  33. package/dist-cjs/commands/ListKxClustersCommand.js +1 -28
  34. package/dist-cjs/commands/ListKxDatabasesCommand.js +1 -28
  35. package/dist-cjs/commands/ListKxDataviewsCommand.js +1 -28
  36. package/dist-cjs/commands/ListKxEnvironmentsCommand.js +1 -28
  37. package/dist-cjs/commands/ListKxScalingGroupsCommand.js +1 -28
  38. package/dist-cjs/commands/ListKxUsersCommand.js +1 -28
  39. package/dist-cjs/commands/ListKxVolumesCommand.js +1 -28
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  41. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  42. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  43. package/dist-cjs/commands/UpdateEnvironmentCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateKxClusterCodeConfigurationCommand.js +1 -28
  45. package/dist-cjs/commands/UpdateKxClusterDatabasesCommand.js +1 -28
  46. package/dist-cjs/commands/UpdateKxDatabaseCommand.js +1 -28
  47. package/dist-cjs/commands/UpdateKxDataviewCommand.js +1 -28
  48. package/dist-cjs/commands/UpdateKxEnvironmentCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateKxEnvironmentNetworkCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateKxUserCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateKxVolumeCommand.js +1 -28
  52. package/dist-cjs/commands/index.js +1 -52
  53. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  54. package/dist-cjs/extensionConfiguration.js +1 -2
  55. package/dist-cjs/index.js +5248 -11
  56. package/dist-cjs/models/FinspaceServiceException.js +1 -12
  57. package/dist-cjs/models/index.js +1 -4
  58. package/dist-cjs/models/models_0.js +1 -286
  59. package/dist-cjs/pagination/Interfaces.js +1 -2
  60. package/dist-cjs/pagination/ListKxChangesetsPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListKxClusterNodesPaginator.js +1 -7
  62. package/dist-cjs/pagination/ListKxDatabasesPaginator.js +1 -7
  63. package/dist-cjs/pagination/ListKxDataviewsPaginator.js +1 -7
  64. package/dist-cjs/pagination/ListKxEnvironmentsPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListKxScalingGroupsPaginator.js +1 -7
  66. package/dist-cjs/pagination/index.js +1 -10
  67. package/dist-cjs/protocols/Aws_restJson1.js +1 -3777
  68. package/dist-cjs/runtimeExtensions.js +1 -22
  69. package/package.json +40 -40
@@ -1,109 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Finspace = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateEnvironmentCommand_1 = require("./commands/CreateEnvironmentCommand");
6
- const CreateKxChangesetCommand_1 = require("./commands/CreateKxChangesetCommand");
7
- const CreateKxClusterCommand_1 = require("./commands/CreateKxClusterCommand");
8
- const CreateKxDatabaseCommand_1 = require("./commands/CreateKxDatabaseCommand");
9
- const CreateKxDataviewCommand_1 = require("./commands/CreateKxDataviewCommand");
10
- const CreateKxEnvironmentCommand_1 = require("./commands/CreateKxEnvironmentCommand");
11
- const CreateKxScalingGroupCommand_1 = require("./commands/CreateKxScalingGroupCommand");
12
- const CreateKxUserCommand_1 = require("./commands/CreateKxUserCommand");
13
- const CreateKxVolumeCommand_1 = require("./commands/CreateKxVolumeCommand");
14
- const DeleteEnvironmentCommand_1 = require("./commands/DeleteEnvironmentCommand");
15
- const DeleteKxClusterCommand_1 = require("./commands/DeleteKxClusterCommand");
16
- const DeleteKxDatabaseCommand_1 = require("./commands/DeleteKxDatabaseCommand");
17
- const DeleteKxDataviewCommand_1 = require("./commands/DeleteKxDataviewCommand");
18
- const DeleteKxEnvironmentCommand_1 = require("./commands/DeleteKxEnvironmentCommand");
19
- const DeleteKxScalingGroupCommand_1 = require("./commands/DeleteKxScalingGroupCommand");
20
- const DeleteKxUserCommand_1 = require("./commands/DeleteKxUserCommand");
21
- const DeleteKxVolumeCommand_1 = require("./commands/DeleteKxVolumeCommand");
22
- const GetEnvironmentCommand_1 = require("./commands/GetEnvironmentCommand");
23
- const GetKxChangesetCommand_1 = require("./commands/GetKxChangesetCommand");
24
- const GetKxClusterCommand_1 = require("./commands/GetKxClusterCommand");
25
- const GetKxConnectionStringCommand_1 = require("./commands/GetKxConnectionStringCommand");
26
- const GetKxDatabaseCommand_1 = require("./commands/GetKxDatabaseCommand");
27
- const GetKxDataviewCommand_1 = require("./commands/GetKxDataviewCommand");
28
- const GetKxEnvironmentCommand_1 = require("./commands/GetKxEnvironmentCommand");
29
- const GetKxScalingGroupCommand_1 = require("./commands/GetKxScalingGroupCommand");
30
- const GetKxUserCommand_1 = require("./commands/GetKxUserCommand");
31
- const GetKxVolumeCommand_1 = require("./commands/GetKxVolumeCommand");
32
- const ListEnvironmentsCommand_1 = require("./commands/ListEnvironmentsCommand");
33
- const ListKxChangesetsCommand_1 = require("./commands/ListKxChangesetsCommand");
34
- const ListKxClusterNodesCommand_1 = require("./commands/ListKxClusterNodesCommand");
35
- const ListKxClustersCommand_1 = require("./commands/ListKxClustersCommand");
36
- const ListKxDatabasesCommand_1 = require("./commands/ListKxDatabasesCommand");
37
- const ListKxDataviewsCommand_1 = require("./commands/ListKxDataviewsCommand");
38
- const ListKxEnvironmentsCommand_1 = require("./commands/ListKxEnvironmentsCommand");
39
- const ListKxScalingGroupsCommand_1 = require("./commands/ListKxScalingGroupsCommand");
40
- const ListKxUsersCommand_1 = require("./commands/ListKxUsersCommand");
41
- const ListKxVolumesCommand_1 = require("./commands/ListKxVolumesCommand");
42
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
43
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
44
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
45
- const UpdateEnvironmentCommand_1 = require("./commands/UpdateEnvironmentCommand");
46
- const UpdateKxClusterCodeConfigurationCommand_1 = require("./commands/UpdateKxClusterCodeConfigurationCommand");
47
- const UpdateKxClusterDatabasesCommand_1 = require("./commands/UpdateKxClusterDatabasesCommand");
48
- const UpdateKxDatabaseCommand_1 = require("./commands/UpdateKxDatabaseCommand");
49
- const UpdateKxDataviewCommand_1 = require("./commands/UpdateKxDataviewCommand");
50
- const UpdateKxEnvironmentCommand_1 = require("./commands/UpdateKxEnvironmentCommand");
51
- const UpdateKxEnvironmentNetworkCommand_1 = require("./commands/UpdateKxEnvironmentNetworkCommand");
52
- const UpdateKxUserCommand_1 = require("./commands/UpdateKxUserCommand");
53
- const UpdateKxVolumeCommand_1 = require("./commands/UpdateKxVolumeCommand");
54
- const FinspaceClient_1 = require("./FinspaceClient");
55
- const commands = {
56
- CreateEnvironmentCommand: CreateEnvironmentCommand_1.CreateEnvironmentCommand,
57
- CreateKxChangesetCommand: CreateKxChangesetCommand_1.CreateKxChangesetCommand,
58
- CreateKxClusterCommand: CreateKxClusterCommand_1.CreateKxClusterCommand,
59
- CreateKxDatabaseCommand: CreateKxDatabaseCommand_1.CreateKxDatabaseCommand,
60
- CreateKxDataviewCommand: CreateKxDataviewCommand_1.CreateKxDataviewCommand,
61
- CreateKxEnvironmentCommand: CreateKxEnvironmentCommand_1.CreateKxEnvironmentCommand,
62
- CreateKxScalingGroupCommand: CreateKxScalingGroupCommand_1.CreateKxScalingGroupCommand,
63
- CreateKxUserCommand: CreateKxUserCommand_1.CreateKxUserCommand,
64
- CreateKxVolumeCommand: CreateKxVolumeCommand_1.CreateKxVolumeCommand,
65
- DeleteEnvironmentCommand: DeleteEnvironmentCommand_1.DeleteEnvironmentCommand,
66
- DeleteKxClusterCommand: DeleteKxClusterCommand_1.DeleteKxClusterCommand,
67
- DeleteKxDatabaseCommand: DeleteKxDatabaseCommand_1.DeleteKxDatabaseCommand,
68
- DeleteKxDataviewCommand: DeleteKxDataviewCommand_1.DeleteKxDataviewCommand,
69
- DeleteKxEnvironmentCommand: DeleteKxEnvironmentCommand_1.DeleteKxEnvironmentCommand,
70
- DeleteKxScalingGroupCommand: DeleteKxScalingGroupCommand_1.DeleteKxScalingGroupCommand,
71
- DeleteKxUserCommand: DeleteKxUserCommand_1.DeleteKxUserCommand,
72
- DeleteKxVolumeCommand: DeleteKxVolumeCommand_1.DeleteKxVolumeCommand,
73
- GetEnvironmentCommand: GetEnvironmentCommand_1.GetEnvironmentCommand,
74
- GetKxChangesetCommand: GetKxChangesetCommand_1.GetKxChangesetCommand,
75
- GetKxClusterCommand: GetKxClusterCommand_1.GetKxClusterCommand,
76
- GetKxConnectionStringCommand: GetKxConnectionStringCommand_1.GetKxConnectionStringCommand,
77
- GetKxDatabaseCommand: GetKxDatabaseCommand_1.GetKxDatabaseCommand,
78
- GetKxDataviewCommand: GetKxDataviewCommand_1.GetKxDataviewCommand,
79
- GetKxEnvironmentCommand: GetKxEnvironmentCommand_1.GetKxEnvironmentCommand,
80
- GetKxScalingGroupCommand: GetKxScalingGroupCommand_1.GetKxScalingGroupCommand,
81
- GetKxUserCommand: GetKxUserCommand_1.GetKxUserCommand,
82
- GetKxVolumeCommand: GetKxVolumeCommand_1.GetKxVolumeCommand,
83
- ListEnvironmentsCommand: ListEnvironmentsCommand_1.ListEnvironmentsCommand,
84
- ListKxChangesetsCommand: ListKxChangesetsCommand_1.ListKxChangesetsCommand,
85
- ListKxClusterNodesCommand: ListKxClusterNodesCommand_1.ListKxClusterNodesCommand,
86
- ListKxClustersCommand: ListKxClustersCommand_1.ListKxClustersCommand,
87
- ListKxDatabasesCommand: ListKxDatabasesCommand_1.ListKxDatabasesCommand,
88
- ListKxDataviewsCommand: ListKxDataviewsCommand_1.ListKxDataviewsCommand,
89
- ListKxEnvironmentsCommand: ListKxEnvironmentsCommand_1.ListKxEnvironmentsCommand,
90
- ListKxScalingGroupsCommand: ListKxScalingGroupsCommand_1.ListKxScalingGroupsCommand,
91
- ListKxUsersCommand: ListKxUsersCommand_1.ListKxUsersCommand,
92
- ListKxVolumesCommand: ListKxVolumesCommand_1.ListKxVolumesCommand,
93
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
94
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
95
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
96
- UpdateEnvironmentCommand: UpdateEnvironmentCommand_1.UpdateEnvironmentCommand,
97
- UpdateKxClusterCodeConfigurationCommand: UpdateKxClusterCodeConfigurationCommand_1.UpdateKxClusterCodeConfigurationCommand,
98
- UpdateKxClusterDatabasesCommand: UpdateKxClusterDatabasesCommand_1.UpdateKxClusterDatabasesCommand,
99
- UpdateKxDatabaseCommand: UpdateKxDatabaseCommand_1.UpdateKxDatabaseCommand,
100
- UpdateKxDataviewCommand: UpdateKxDataviewCommand_1.UpdateKxDataviewCommand,
101
- UpdateKxEnvironmentCommand: UpdateKxEnvironmentCommand_1.UpdateKxEnvironmentCommand,
102
- UpdateKxEnvironmentNetworkCommand: UpdateKxEnvironmentNetworkCommand_1.UpdateKxEnvironmentNetworkCommand,
103
- UpdateKxUserCommand: UpdateKxUserCommand_1.UpdateKxUserCommand,
104
- UpdateKxVolumeCommand: UpdateKxVolumeCommand_1.UpdateKxVolumeCommand,
105
- };
106
- class Finspace extends FinspaceClient_1.FinspaceClient {
107
- }
108
- exports.Finspace = Finspace;
109
- (0, smithy_client_1.createAggregatedClient)(commands, Finspace);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FinspaceClient = 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 FinspaceClient 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.FinspaceClient = FinspaceClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateEnvironmentCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSHabaneroManagementService", "CreateEnvironment", {})
23
- .n("FinspaceClient", "CreateEnvironmentCommand")
24
- .f(models_0_1.CreateEnvironmentRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_CreateEnvironmentCommand)
26
- .de(Aws_restJson1_1.de_CreateEnvironmentCommand)
27
- .build() {
28
- }
29
- exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKxChangesetCommand = 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 CreateKxChangesetCommand 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("AWSHabaneroManagementService", "CreateKxChangeset", {})
22
- .n("FinspaceClient", "CreateKxChangesetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateKxChangesetCommand)
25
- .de(Aws_restJson1_1.de_CreateKxChangesetCommand)
26
- .build() {
27
- }
28
- exports.CreateKxChangesetCommand = CreateKxChangesetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKxClusterCommand = 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 CreateKxClusterCommand 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("AWSHabaneroManagementService", "CreateKxCluster", {})
22
- .n("FinspaceClient", "CreateKxClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateKxClusterCommand)
25
- .de(Aws_restJson1_1.de_CreateKxClusterCommand)
26
- .build() {
27
- }
28
- exports.CreateKxClusterCommand = CreateKxClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKxDatabaseCommand = 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 CreateKxDatabaseCommand 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("AWSHabaneroManagementService", "CreateKxDatabase", {})
22
- .n("FinspaceClient", "CreateKxDatabaseCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateKxDatabaseCommand)
25
- .de(Aws_restJson1_1.de_CreateKxDatabaseCommand)
26
- .build() {
27
- }
28
- exports.CreateKxDatabaseCommand = CreateKxDatabaseCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKxDataviewCommand = 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 CreateKxDataviewCommand 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("AWSHabaneroManagementService", "CreateKxDataview", {})
22
- .n("FinspaceClient", "CreateKxDataviewCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateKxDataviewCommand)
25
- .de(Aws_restJson1_1.de_CreateKxDataviewCommand)
26
- .build() {
27
- }
28
- exports.CreateKxDataviewCommand = CreateKxDataviewCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKxEnvironmentCommand = 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 CreateKxEnvironmentCommand 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("AWSHabaneroManagementService", "CreateKxEnvironment", {})
22
- .n("FinspaceClient", "CreateKxEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateKxEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_CreateKxEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.CreateKxEnvironmentCommand = CreateKxEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKxScalingGroupCommand = 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 CreateKxScalingGroupCommand 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("AWSHabaneroManagementService", "CreateKxScalingGroup", {})
22
- .n("FinspaceClient", "CreateKxScalingGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateKxScalingGroupCommand)
25
- .de(Aws_restJson1_1.de_CreateKxScalingGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateKxScalingGroupCommand = CreateKxScalingGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKxUserCommand = 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 CreateKxUserCommand 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("AWSHabaneroManagementService", "CreateKxUser", {})
22
- .n("FinspaceClient", "CreateKxUserCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateKxUserCommand)
25
- .de(Aws_restJson1_1.de_CreateKxUserCommand)
26
- .build() {
27
- }
28
- exports.CreateKxUserCommand = CreateKxUserCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKxVolumeCommand = 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 CreateKxVolumeCommand 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("AWSHabaneroManagementService", "CreateKxVolume", {})
22
- .n("FinspaceClient", "CreateKxVolumeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateKxVolumeCommand)
25
- .de(Aws_restJson1_1.de_CreateKxVolumeCommand)
26
- .build() {
27
- }
28
- exports.CreateKxVolumeCommand = CreateKxVolumeCommand;
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("AWSHabaneroManagementService", "DeleteEnvironment", {})
22
- .n("FinspaceClient", "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.DeleteKxClusterCommand = 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 DeleteKxClusterCommand 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("AWSHabaneroManagementService", "DeleteKxCluster", {})
22
- .n("FinspaceClient", "DeleteKxClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteKxClusterCommand)
25
- .de(Aws_restJson1_1.de_DeleteKxClusterCommand)
26
- .build() {
27
- }
28
- exports.DeleteKxClusterCommand = DeleteKxClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteKxDatabaseCommand = 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 DeleteKxDatabaseCommand 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("AWSHabaneroManagementService", "DeleteKxDatabase", {})
22
- .n("FinspaceClient", "DeleteKxDatabaseCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteKxDatabaseCommand)
25
- .de(Aws_restJson1_1.de_DeleteKxDatabaseCommand)
26
- .build() {
27
- }
28
- exports.DeleteKxDatabaseCommand = DeleteKxDatabaseCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteKxDataviewCommand = 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 DeleteKxDataviewCommand 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("AWSHabaneroManagementService", "DeleteKxDataview", {})
22
- .n("FinspaceClient", "DeleteKxDataviewCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteKxDataviewCommand)
25
- .de(Aws_restJson1_1.de_DeleteKxDataviewCommand)
26
- .build() {
27
- }
28
- exports.DeleteKxDataviewCommand = DeleteKxDataviewCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteKxEnvironmentCommand = 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 DeleteKxEnvironmentCommand 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("AWSHabaneroManagementService", "DeleteKxEnvironment", {})
22
- .n("FinspaceClient", "DeleteKxEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteKxEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_DeleteKxEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.DeleteKxEnvironmentCommand = DeleteKxEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteKxScalingGroupCommand = 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 DeleteKxScalingGroupCommand 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("AWSHabaneroManagementService", "DeleteKxScalingGroup", {})
22
- .n("FinspaceClient", "DeleteKxScalingGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteKxScalingGroupCommand)
25
- .de(Aws_restJson1_1.de_DeleteKxScalingGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteKxScalingGroupCommand = DeleteKxScalingGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteKxUserCommand = 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 DeleteKxUserCommand 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("AWSHabaneroManagementService", "DeleteKxUser", {})
22
- .n("FinspaceClient", "DeleteKxUserCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteKxUserCommand)
25
- .de(Aws_restJson1_1.de_DeleteKxUserCommand)
26
- .build() {
27
- }
28
- exports.DeleteKxUserCommand = DeleteKxUserCommand;
1
+ module.exports = require("../index.js");