@aws-sdk/client-finspace 3.1077.0 → 3.1079.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/index.js +156 -601
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateKxChangesetCommand.js +2 -14
- package/dist-es/commands/CreateKxClusterCommand.js +2 -14
- package/dist-es/commands/CreateKxDatabaseCommand.js +2 -14
- package/dist-es/commands/CreateKxDataviewCommand.js +2 -14
- package/dist-es/commands/CreateKxEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateKxScalingGroupCommand.js +2 -14
- package/dist-es/commands/CreateKxUserCommand.js +2 -14
- package/dist-es/commands/CreateKxVolumeCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteKxClusterCommand.js +2 -14
- package/dist-es/commands/DeleteKxClusterNodeCommand.js +2 -14
- package/dist-es/commands/DeleteKxDatabaseCommand.js +2 -14
- package/dist-es/commands/DeleteKxDataviewCommand.js +2 -14
- package/dist-es/commands/DeleteKxEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteKxScalingGroupCommand.js +2 -14
- package/dist-es/commands/DeleteKxUserCommand.js +2 -14
- package/dist-es/commands/DeleteKxVolumeCommand.js +2 -14
- package/dist-es/commands/GetEnvironmentCommand.js +2 -14
- package/dist-es/commands/GetKxChangesetCommand.js +2 -14
- package/dist-es/commands/GetKxClusterCommand.js +2 -14
- package/dist-es/commands/GetKxConnectionStringCommand.js +2 -14
- package/dist-es/commands/GetKxDatabaseCommand.js +2 -14
- package/dist-es/commands/GetKxDataviewCommand.js +2 -14
- package/dist-es/commands/GetKxEnvironmentCommand.js +2 -14
- package/dist-es/commands/GetKxScalingGroupCommand.js +2 -14
- package/dist-es/commands/GetKxUserCommand.js +2 -14
- package/dist-es/commands/GetKxVolumeCommand.js +2 -14
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListKxChangesetsCommand.js +2 -14
- package/dist-es/commands/ListKxClusterNodesCommand.js +2 -14
- package/dist-es/commands/ListKxClustersCommand.js +2 -14
- package/dist-es/commands/ListKxDatabasesCommand.js +2 -14
- package/dist-es/commands/ListKxDataviewsCommand.js +2 -14
- package/dist-es/commands/ListKxEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListKxScalingGroupsCommand.js +2 -14
- package/dist-es/commands/ListKxUsersCommand.js +2 -14
- package/dist-es/commands/ListKxVolumesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateKxClusterCodeConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateKxClusterDatabasesCommand.js +2 -14
- package/dist-es/commands/UpdateKxDatabaseCommand.js +2 -14
- package/dist-es/commands/UpdateKxDataviewCommand.js +2 -14
- package/dist-es/commands/UpdateKxEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateKxEnvironmentNetworkCommand.js +2 -14
- package/dist-es/commands/UpdateKxUserCommand.js +2 -14
- package/dist-es/commands/UpdateKxVolumeCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxChangesetCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxDataviewCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxUserCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxVolumeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxClusterNodeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxDataviewCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxVolumeCommand.d.ts +3 -8
- package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/GetKxChangesetCommand.d.ts +3 -8
- package/dist-types/commands/GetKxClusterCommand.d.ts +3 -8
- package/dist-types/commands/GetKxConnectionStringCommand.d.ts +3 -8
- package/dist-types/commands/GetKxDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/GetKxDataviewCommand.d.ts +3 -8
- package/dist-types/commands/GetKxEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/GetKxScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetKxUserCommand.d.ts +3 -8
- package/dist-types/commands/GetKxVolumeCommand.d.ts +3 -8
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListKxChangesetsCommand.d.ts +3 -8
- package/dist-types/commands/ListKxClusterNodesCommand.d.ts +3 -8
- package/dist-types/commands/ListKxClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListKxDatabasesCommand.d.ts +3 -8
- package/dist-types/commands/ListKxDataviewsCommand.d.ts +3 -8
- package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListKxUsersCommand.d.ts +3 -8
- package/dist-types/commands/ListKxVolumesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxDataviewCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxUserCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxVolumeCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxClusterNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListKxClusters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListKxClustersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "ListKxClusters", {})
|
|
13
|
-
.n("FinspaceClient", "ListKxClustersCommand")
|
|
14
|
-
.sc(ListKxClusters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListKxClustersCommand extends command(_ep0, _mw0, "ListKxClusters", ListKxClusters$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListKxDatabases$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListKxDatabasesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "ListKxDatabases", {})
|
|
13
|
-
.n("FinspaceClient", "ListKxDatabasesCommand")
|
|
14
|
-
.sc(ListKxDatabases$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListKxDatabasesCommand extends command(_ep0, _mw0, "ListKxDatabases", ListKxDatabases$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListKxDataviews$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListKxDataviewsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "ListKxDataviews", {})
|
|
13
|
-
.n("FinspaceClient", "ListKxDataviewsCommand")
|
|
14
|
-
.sc(ListKxDataviews$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListKxDataviewsCommand extends command(_ep0, _mw0, "ListKxDataviews", ListKxDataviews$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListKxEnvironments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListKxEnvironmentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "ListKxEnvironments", {})
|
|
13
|
-
.n("FinspaceClient", "ListKxEnvironmentsCommand")
|
|
14
|
-
.sc(ListKxEnvironments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListKxEnvironmentsCommand extends command(_ep0, _mw0, "ListKxEnvironments", ListKxEnvironments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListKxScalingGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListKxScalingGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "ListKxScalingGroups", {})
|
|
13
|
-
.n("FinspaceClient", "ListKxScalingGroupsCommand")
|
|
14
|
-
.sc(ListKxScalingGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListKxScalingGroupsCommand extends command(_ep0, _mw0, "ListKxScalingGroups", ListKxScalingGroups$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListKxUsers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListKxUsersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "ListKxUsers", {})
|
|
13
|
-
.n("FinspaceClient", "ListKxUsersCommand")
|
|
14
|
-
.sc(ListKxUsers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListKxUsersCommand extends command(_ep0, _mw0, "ListKxUsers", ListKxUsers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListKxVolumes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListKxVolumesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "ListKxVolumes", {})
|
|
13
|
-
.n("FinspaceClient", "ListKxVolumesCommand")
|
|
14
|
-
.sc(ListKxVolumes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListKxVolumesCommand extends command(_ep0, _mw0, "ListKxVolumes", ListKxVolumes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "ListTagsForResource", {})
|
|
13
|
-
.n("FinspaceClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "TagResource", {})
|
|
13
|
-
.n("FinspaceClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "UntagResource", {})
|
|
13
|
-
.n("FinspaceClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "UpdateEnvironment", {})
|
|
13
|
-
.n("FinspaceClient", "UpdateEnvironmentCommand")
|
|
14
|
-
.sc(UpdateEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateEnvironmentCommand extends command(_ep0, _mw0, "UpdateEnvironment", UpdateEnvironment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateKxClusterCodeConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateKxClusterCodeConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "UpdateKxClusterCodeConfiguration", {})
|
|
13
|
-
.n("FinspaceClient", "UpdateKxClusterCodeConfigurationCommand")
|
|
14
|
-
.sc(UpdateKxClusterCodeConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateKxClusterCodeConfigurationCommand extends command(_ep0, _mw0, "UpdateKxClusterCodeConfiguration", UpdateKxClusterCodeConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateKxClusterDatabases$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateKxClusterDatabasesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "UpdateKxClusterDatabases", {})
|
|
13
|
-
.n("FinspaceClient", "UpdateKxClusterDatabasesCommand")
|
|
14
|
-
.sc(UpdateKxClusterDatabases$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateKxClusterDatabasesCommand extends command(_ep0, _mw0, "UpdateKxClusterDatabases", UpdateKxClusterDatabases$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateKxDatabase$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateKxDatabaseCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "UpdateKxDatabase", {})
|
|
13
|
-
.n("FinspaceClient", "UpdateKxDatabaseCommand")
|
|
14
|
-
.sc(UpdateKxDatabase$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateKxDatabaseCommand extends command(_ep0, _mw0, "UpdateKxDatabase", UpdateKxDatabase$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateKxDataview$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateKxDataviewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "UpdateKxDataview", {})
|
|
13
|
-
.n("FinspaceClient", "UpdateKxDataviewCommand")
|
|
14
|
-
.sc(UpdateKxDataview$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateKxDataviewCommand extends command(_ep0, _mw0, "UpdateKxDataview", UpdateKxDataview$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateKxEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateKxEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "UpdateKxEnvironment", {})
|
|
13
|
-
.n("FinspaceClient", "UpdateKxEnvironmentCommand")
|
|
14
|
-
.sc(UpdateKxEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateKxEnvironmentCommand extends command(_ep0, _mw0, "UpdateKxEnvironment", UpdateKxEnvironment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateKxEnvironmentNetwork$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateKxEnvironmentNetworkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "UpdateKxEnvironmentNetwork", {})
|
|
13
|
-
.n("FinspaceClient", "UpdateKxEnvironmentNetworkCommand")
|
|
14
|
-
.sc(UpdateKxEnvironmentNetwork$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateKxEnvironmentNetworkCommand extends command(_ep0, _mw0, "UpdateKxEnvironmentNetwork", UpdateKxEnvironmentNetwork$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateKxUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateKxUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "UpdateKxUser", {})
|
|
13
|
-
.n("FinspaceClient", "UpdateKxUserCommand")
|
|
14
|
-
.sc(UpdateKxUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateKxUserCommand extends command(_ep0, _mw0, "UpdateKxUser", UpdateKxUser$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateKxVolume$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateKxVolumeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroManagementService", "UpdateKxVolume", {})
|
|
13
|
-
.n("FinspaceClient", "UpdateKxVolumeCommand")
|
|
14
|
-
.sc(UpdateKxVolume$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateKxVolumeCommand extends command(_ep0, _mw0, "UpdateKxVolume", UpdateKxVolume$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./FinspaceClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
2
|
import type { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest
|
|
|
22
19
|
export interface CreateEnvironmentCommandOutput extends CreateEnvironmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateEnvironmentCommand_base: {
|
|
25
|
-
new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a new FinSpace environment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
2
|
import type { CreateKxChangesetRequest, CreateKxChangesetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateKxChangesetCommandInput extends CreateKxChangesetRequest
|
|
|
22
19
|
export interface CreateKxChangesetCommandOutput extends CreateKxChangesetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateKxChangesetCommand_base: {
|
|
25
|
-
new (input: CreateKxChangesetCommandInput): import("@smithy/core/client").CommandImpl<CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateKxChangesetCommandInput): import("@smithy/core/client").CommandImpl<CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateKxChangesetCommandInput): import("@smithy/core/client").CommandImpl<CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateKxChangesetCommandInput): import("@smithy/core/client").CommandImpl<CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
2
|
import type { CreateKxClusterRequest, CreateKxClusterResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateKxClusterCommandInput extends CreateKxClusterRequest {
|
|
|
22
19
|
export interface CreateKxClusterCommandOutput extends CreateKxClusterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateKxClusterCommand_base: {
|
|
25
|
-
new (input: CreateKxClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateKxClusterCommandInput, CreateKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateKxClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateKxClusterCommandInput, CreateKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateKxClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateKxClusterCommandInput, CreateKxClusterCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateKxClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateKxClusterCommandInput, CreateKxClusterCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new kdb cluster.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
2
|
import type { CreateKxDatabaseRequest, CreateKxDatabaseResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateKxDatabaseCommandInput extends CreateKxDatabaseRequest {
|
|
|
22
19
|
export interface CreateKxDatabaseCommandOutput extends CreateKxDatabaseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateKxDatabaseCommand_base: {
|
|
25
|
-
new (input: CreateKxDatabaseCommandInput): import("@smithy/core/client").CommandImpl<CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateKxDatabaseCommandInput): import("@smithy/core/client").CommandImpl<CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateKxDatabaseCommandInput): import("@smithy/core/client").CommandImpl<CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateKxDatabaseCommandInput): import("@smithy/core/client").CommandImpl<CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new kdb database in the environment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
2
|
import type { CreateKxDataviewRequest, CreateKxDataviewResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateKxDataviewCommandInput extends CreateKxDataviewRequest {
|
|
|
22
19
|
export interface CreateKxDataviewCommandOutput extends CreateKxDataviewResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateKxDataviewCommand_base: {
|
|
25
|
-
new (input: CreateKxDataviewCommandInput): import("@smithy/core/client").CommandImpl<CreateKxDataviewCommandInput, CreateKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateKxDataviewCommandInput): import("@smithy/core/client").CommandImpl<CreateKxDataviewCommandInput, CreateKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateKxDataviewCommandInput): import("@smithy/core/client").CommandImpl<CreateKxDataviewCommandInput, CreateKxDataviewCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateKxDataviewCommandInput): import("@smithy/core/client").CommandImpl<CreateKxDataviewCommandInput, CreateKxDataviewCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
2
|
import type { CreateKxEnvironmentRequest, CreateKxEnvironmentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateKxEnvironmentCommandInput extends CreateKxEnvironmentRequ
|
|
|
22
19
|
export interface CreateKxEnvironmentCommandOutput extends CreateKxEnvironmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateKxEnvironmentCommand_base: {
|
|
25
|
-
new (input: CreateKxEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateKxEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateKxEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateKxEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a managed kdb environment for the account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
2
|
import type { CreateKxScalingGroupRequest, CreateKxScalingGroupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateKxScalingGroupCommandInput extends CreateKxScalingGroupRe
|
|
|
22
19
|
export interface CreateKxScalingGroupCommandOutput extends CreateKxScalingGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateKxScalingGroupCommand_base: {
|
|
25
|
-
new (input: CreateKxScalingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateKxScalingGroupCommandInput, CreateKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateKxScalingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateKxScalingGroupCommandInput, CreateKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateKxScalingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateKxScalingGroupCommandInput, CreateKxScalingGroupCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateKxScalingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateKxScalingGroupCommandInput, CreateKxScalingGroupCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new scaling group. </p>
|