@aws-sdk/client-finspace 3.490.0 → 3.496.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.
- package/dist-cjs/Finspace.js +1 -109
- package/dist-cjs/FinspaceClient.js +1 -43
- package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -29
- package/dist-cjs/commands/CreateKxChangesetCommand.js +1 -28
- package/dist-cjs/commands/CreateKxClusterCommand.js +1 -28
- package/dist-cjs/commands/CreateKxDatabaseCommand.js +1 -28
- package/dist-cjs/commands/CreateKxDataviewCommand.js +1 -28
- package/dist-cjs/commands/CreateKxEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/CreateKxScalingGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateKxUserCommand.js +1 -28
- package/dist-cjs/commands/CreateKxVolumeCommand.js +1 -28
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/DeleteKxClusterCommand.js +1 -28
- package/dist-cjs/commands/DeleteKxDatabaseCommand.js +1 -28
- package/dist-cjs/commands/DeleteKxDataviewCommand.js +1 -28
- package/dist-cjs/commands/DeleteKxEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/DeleteKxScalingGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteKxUserCommand.js +1 -28
- package/dist-cjs/commands/DeleteKxVolumeCommand.js +1 -28
- package/dist-cjs/commands/GetEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/GetKxChangesetCommand.js +1 -28
- package/dist-cjs/commands/GetKxClusterCommand.js +1 -28
- package/dist-cjs/commands/GetKxConnectionStringCommand.js +1 -29
- package/dist-cjs/commands/GetKxDatabaseCommand.js +1 -28
- package/dist-cjs/commands/GetKxDataviewCommand.js +1 -28
- package/dist-cjs/commands/GetKxEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/GetKxScalingGroupCommand.js +1 -28
- package/dist-cjs/commands/GetKxUserCommand.js +1 -28
- package/dist-cjs/commands/GetKxVolumeCommand.js +1 -28
- package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -28
- package/dist-cjs/commands/ListKxChangesetsCommand.js +1 -28
- package/dist-cjs/commands/ListKxClusterNodesCommand.js +1 -28
- package/dist-cjs/commands/ListKxClustersCommand.js +1 -28
- package/dist-cjs/commands/ListKxDatabasesCommand.js +1 -28
- package/dist-cjs/commands/ListKxDataviewsCommand.js +1 -28
- package/dist-cjs/commands/ListKxEnvironmentsCommand.js +1 -28
- package/dist-cjs/commands/ListKxScalingGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListKxUsersCommand.js +1 -28
- package/dist-cjs/commands/ListKxVolumesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/UpdateKxClusterCodeConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateKxClusterDatabasesCommand.js +1 -28
- package/dist-cjs/commands/UpdateKxDatabaseCommand.js +1 -28
- package/dist-cjs/commands/UpdateKxDataviewCommand.js +1 -28
- package/dist-cjs/commands/UpdateKxEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/UpdateKxEnvironmentNetworkCommand.js +1 -28
- package/dist-cjs/commands/UpdateKxUserCommand.js +1 -28
- package/dist-cjs/commands/UpdateKxVolumeCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -52
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5250 -11
- package/dist-cjs/models/FinspaceServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -286
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListKxChangesetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListKxClusterNodesPaginator.js +1 -7
- package/dist-cjs/pagination/ListKxDatabasesPaginator.js +1 -7
- package/dist-cjs/pagination/ListKxDataviewsPaginator.js +1 -7
- package/dist-cjs/pagination/ListKxEnvironmentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListKxScalingGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3777
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
|
|
22
|
-
.n("FinspaceClient", "ListTagsForResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ListTagsForResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
|
|
22
|
-
.n("FinspaceClient", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
|
|
22
|
-
.n("FinspaceClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateEnvironmentCommand = 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 UpdateEnvironmentCommand 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", "UpdateEnvironment", {})
|
|
22
|
-
.n("FinspaceClient", "UpdateEnvironmentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateEnvironmentCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateEnvironmentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateKxClusterCodeConfigurationCommand = 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 UpdateKxClusterCodeConfigurationCommand 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", "UpdateKxClusterCodeConfiguration", {})
|
|
22
|
-
.n("FinspaceClient", "UpdateKxClusterCodeConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateKxClusterCodeConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateKxClusterCodeConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateKxClusterCodeConfigurationCommand = UpdateKxClusterCodeConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateKxClusterDatabasesCommand = 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 UpdateKxClusterDatabasesCommand 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", "UpdateKxClusterDatabases", {})
|
|
22
|
-
.n("FinspaceClient", "UpdateKxClusterDatabasesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateKxClusterDatabasesCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateKxClusterDatabasesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateKxClusterDatabasesCommand = UpdateKxClusterDatabasesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateKxDatabaseCommand = 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 UpdateKxDatabaseCommand 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", "UpdateKxDatabase", {})
|
|
22
|
-
.n("FinspaceClient", "UpdateKxDatabaseCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateKxDatabaseCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateKxDatabaseCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateKxDatabaseCommand = UpdateKxDatabaseCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateKxDataviewCommand = 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 UpdateKxDataviewCommand 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", "UpdateKxDataview", {})
|
|
22
|
-
.n("FinspaceClient", "UpdateKxDataviewCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateKxDataviewCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateKxDataviewCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateKxDataviewCommand = UpdateKxDataviewCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateKxEnvironmentCommand = 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 UpdateKxEnvironmentCommand 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", "UpdateKxEnvironment", {})
|
|
22
|
-
.n("FinspaceClient", "UpdateKxEnvironmentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateKxEnvironmentCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateKxEnvironmentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateKxEnvironmentCommand = UpdateKxEnvironmentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateKxEnvironmentNetworkCommand = 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 UpdateKxEnvironmentNetworkCommand 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", "UpdateKxEnvironmentNetwork", {})
|
|
22
|
-
.n("FinspaceClient", "UpdateKxEnvironmentNetworkCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateKxEnvironmentNetworkCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateKxEnvironmentNetworkCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateKxEnvironmentNetworkCommand = UpdateKxEnvironmentNetworkCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateKxUserCommand = 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 UpdateKxUserCommand 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", "UpdateKxUser", {})
|
|
22
|
-
.n("FinspaceClient", "UpdateKxUserCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateKxUserCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateKxUserCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateKxUserCommand = UpdateKxUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateKxVolumeCommand = 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 UpdateKxVolumeCommand 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", "UpdateKxVolume", {})
|
|
22
|
-
.n("FinspaceClient", "UpdateKxVolumeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateKxVolumeCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateKxVolumeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateKxVolumeCommand = UpdateKxVolumeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,52 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateEnvironmentCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateKxChangesetCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateKxClusterCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateKxDatabaseCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateKxDataviewCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateKxEnvironmentCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateKxScalingGroupCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateKxUserCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateKxVolumeCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteEnvironmentCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteKxClusterCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteKxDatabaseCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteKxDataviewCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteKxEnvironmentCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteKxScalingGroupCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteKxUserCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteKxVolumeCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetEnvironmentCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetKxChangesetCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetKxClusterCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetKxConnectionStringCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetKxDatabaseCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetKxDataviewCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetKxEnvironmentCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetKxScalingGroupCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetKxUserCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetKxVolumeCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListEnvironmentsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListKxChangesetsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListKxClusterNodesCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListKxClustersCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListKxDatabasesCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListKxDataviewsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListKxEnvironmentsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./ListKxScalingGroupsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ListKxUsersCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListKxVolumesCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./UpdateEnvironmentCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./UpdateKxClusterCodeConfigurationCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./UpdateKxClusterDatabasesCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./UpdateKxDatabaseCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./UpdateKxDataviewCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./UpdateKxEnvironmentCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./UpdateKxEnvironmentNetworkCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./UpdateKxUserCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./UpdateKxVolumeCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "finspace",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|