@aws-sdk/client-finspace 3.478.0 → 3.484.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/commands/CreateEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/CreateKxChangesetCommand.js +18 -41
- package/dist-cjs/commands/CreateKxClusterCommand.js +18 -41
- package/dist-cjs/commands/CreateKxDatabaseCommand.js +18 -41
- package/dist-cjs/commands/CreateKxDataviewCommand.js +18 -41
- package/dist-cjs/commands/CreateKxEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/CreateKxScalingGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateKxUserCommand.js +18 -41
- package/dist-cjs/commands/CreateKxVolumeCommand.js +18 -41
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/DeleteKxClusterCommand.js +18 -41
- package/dist-cjs/commands/DeleteKxDatabaseCommand.js +18 -41
- package/dist-cjs/commands/DeleteKxDataviewCommand.js +18 -41
- package/dist-cjs/commands/DeleteKxEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/DeleteKxScalingGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteKxUserCommand.js +18 -41
- package/dist-cjs/commands/DeleteKxVolumeCommand.js +18 -41
- package/dist-cjs/commands/GetEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/GetKxChangesetCommand.js +18 -41
- package/dist-cjs/commands/GetKxClusterCommand.js +18 -41
- package/dist-cjs/commands/GetKxConnectionStringCommand.js +18 -41
- package/dist-cjs/commands/GetKxDatabaseCommand.js +18 -41
- package/dist-cjs/commands/GetKxDataviewCommand.js +18 -41
- package/dist-cjs/commands/GetKxEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/GetKxScalingGroupCommand.js +18 -41
- package/dist-cjs/commands/GetKxUserCommand.js +18 -41
- package/dist-cjs/commands/GetKxVolumeCommand.js +18 -41
- package/dist-cjs/commands/ListEnvironmentsCommand.js +18 -41
- package/dist-cjs/commands/ListKxChangesetsCommand.js +18 -41
- package/dist-cjs/commands/ListKxClusterNodesCommand.js +18 -41
- package/dist-cjs/commands/ListKxClustersCommand.js +18 -41
- package/dist-cjs/commands/ListKxDatabasesCommand.js +18 -41
- package/dist-cjs/commands/ListKxDataviewsCommand.js +18 -41
- package/dist-cjs/commands/ListKxEnvironmentsCommand.js +18 -41
- package/dist-cjs/commands/ListKxScalingGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListKxUsersCommand.js +18 -41
- package/dist-cjs/commands/ListKxVolumesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/UpdateKxClusterCodeConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateKxClusterDatabasesCommand.js +18 -41
- package/dist-cjs/commands/UpdateKxDatabaseCommand.js +18 -41
- package/dist-cjs/commands/UpdateKxDataviewCommand.js +18 -41
- package/dist-cjs/commands/UpdateKxEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/UpdateKxEnvironmentNetworkCommand.js +18 -41
- package/dist-cjs/commands/UpdateKxUserCommand.js +18 -41
- package/dist-cjs/commands/UpdateKxVolumeCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateEnvironmentCommand.js +18 -41
- package/dist-es/commands/CreateKxChangesetCommand.js +18 -41
- package/dist-es/commands/CreateKxClusterCommand.js +18 -41
- package/dist-es/commands/CreateKxDatabaseCommand.js +18 -41
- package/dist-es/commands/CreateKxDataviewCommand.js +18 -41
- package/dist-es/commands/CreateKxEnvironmentCommand.js +18 -41
- package/dist-es/commands/CreateKxScalingGroupCommand.js +18 -41
- package/dist-es/commands/CreateKxUserCommand.js +18 -41
- package/dist-es/commands/CreateKxVolumeCommand.js +18 -41
- package/dist-es/commands/DeleteEnvironmentCommand.js +18 -41
- package/dist-es/commands/DeleteKxClusterCommand.js +18 -41
- package/dist-es/commands/DeleteKxDatabaseCommand.js +18 -41
- package/dist-es/commands/DeleteKxDataviewCommand.js +18 -41
- package/dist-es/commands/DeleteKxEnvironmentCommand.js +18 -41
- package/dist-es/commands/DeleteKxScalingGroupCommand.js +18 -41
- package/dist-es/commands/DeleteKxUserCommand.js +18 -41
- package/dist-es/commands/DeleteKxVolumeCommand.js +18 -41
- package/dist-es/commands/GetEnvironmentCommand.js +18 -41
- package/dist-es/commands/GetKxChangesetCommand.js +18 -41
- package/dist-es/commands/GetKxClusterCommand.js +18 -41
- package/dist-es/commands/GetKxConnectionStringCommand.js +18 -41
- package/dist-es/commands/GetKxDatabaseCommand.js +18 -41
- package/dist-es/commands/GetKxDataviewCommand.js +18 -41
- package/dist-es/commands/GetKxEnvironmentCommand.js +18 -41
- package/dist-es/commands/GetKxScalingGroupCommand.js +18 -41
- package/dist-es/commands/GetKxUserCommand.js +18 -41
- package/dist-es/commands/GetKxVolumeCommand.js +18 -41
- package/dist-es/commands/ListEnvironmentsCommand.js +18 -41
- package/dist-es/commands/ListKxChangesetsCommand.js +18 -41
- package/dist-es/commands/ListKxClusterNodesCommand.js +18 -41
- package/dist-es/commands/ListKxClustersCommand.js +18 -41
- package/dist-es/commands/ListKxDatabasesCommand.js +18 -41
- package/dist-es/commands/ListKxDataviewsCommand.js +18 -41
- package/dist-es/commands/ListKxEnvironmentsCommand.js +18 -41
- package/dist-es/commands/ListKxScalingGroupsCommand.js +18 -41
- package/dist-es/commands/ListKxUsersCommand.js +18 -41
- package/dist-es/commands/ListKxVolumesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateEnvironmentCommand.js +18 -41
- package/dist-es/commands/UpdateKxClusterCodeConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateKxClusterDatabasesCommand.js +18 -41
- package/dist-es/commands/UpdateKxDatabaseCommand.js +18 -41
- package/dist-es/commands/UpdateKxDataviewCommand.js +18 -41
- package/dist-es/commands/UpdateKxEnvironmentCommand.js +18 -41
- package/dist-es/commands/UpdateKxEnvironmentNetworkCommand.js +18 -41
- package/dist-es/commands/UpdateKxUserCommand.js +18 -41
- package/dist-es/commands/UpdateKxVolumeCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/CreateKxChangesetCommand.d.ts +6 -21
- package/dist-types/commands/CreateKxClusterCommand.d.ts +6 -21
- package/dist-types/commands/CreateKxDatabaseCommand.d.ts +6 -21
- package/dist-types/commands/CreateKxDataviewCommand.d.ts +6 -21
- package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateKxUserCommand.d.ts +6 -21
- package/dist-types/commands/CreateKxVolumeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKxClusterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKxDataviewCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKxUserCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKxVolumeCommand.d.ts +6 -21
- package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/GetKxChangesetCommand.d.ts +6 -21
- package/dist-types/commands/GetKxClusterCommand.d.ts +6 -21
- package/dist-types/commands/GetKxConnectionStringCommand.d.ts +6 -21
- package/dist-types/commands/GetKxDatabaseCommand.d.ts +6 -21
- package/dist-types/commands/GetKxDataviewCommand.d.ts +6 -21
- package/dist-types/commands/GetKxEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/GetKxScalingGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetKxUserCommand.d.ts +6 -21
- package/dist-types/commands/GetKxVolumeCommand.d.ts +6 -21
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -21
- package/dist-types/commands/ListKxChangesetsCommand.d.ts +6 -21
- package/dist-types/commands/ListKxClusterNodesCommand.d.ts +6 -21
- package/dist-types/commands/ListKxClustersCommand.d.ts +6 -21
- package/dist-types/commands/ListKxDatabasesCommand.d.ts +6 -21
- package/dist-types/commands/ListKxDataviewsCommand.d.ts +6 -21
- package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +6 -21
- package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListKxUsersCommand.d.ts +6 -21
- package/dist-types/commands/ListKxVolumesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKxDataviewCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKxUserCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKxVolumeCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { DeleteKxVolumeRequest, DeleteKxVolumeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteKxVolumeCommandInput extends DeleteKxVolumeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteKxVolumeCommandOutput extends DeleteKxVolumeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteKxVolumeCommand_base: {
|
|
24
|
+
new (input: DeleteKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxVolumeCommandInput, DeleteKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -76,23 +79,5 @@ export interface DeleteKxVolumeCommandOutput extends DeleteKxVolumeResponse, __M
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class DeleteKxVolumeCommand extends
|
|
80
|
-
readonly input: DeleteKxVolumeCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: DeleteKxVolumeCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteKxVolumeCommandInput, DeleteKxVolumeCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class DeleteKxVolumeCommand extends DeleteKxVolumeCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEnvironmentCommand_base: {
|
|
24
|
+
new (input: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -88,23 +91,5 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class GetEnvironmentCommand extends
|
|
92
|
-
readonly input: GetEnvironmentCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: GetEnvironmentCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEnvironmentCommandInput, GetEnvironmentCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { GetKxChangesetRequest, GetKxChangesetResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetKxChangesetCommandInput extends GetKxChangesetRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetKxChangesetCommandOutput extends GetKxChangesetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetKxChangesetCommand_base: {
|
|
24
|
+
new (input: GetKxChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxChangesetCommandInput, GetKxChangesetCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about a kdb changeset.</p>
|
|
@@ -86,23 +89,5 @@ export interface GetKxChangesetCommandOutput extends GetKxChangesetResponse, __M
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class GetKxChangesetCommand extends
|
|
90
|
-
readonly input: GetKxChangesetCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: GetKxChangesetCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKxChangesetCommandInput, GetKxChangesetCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class GetKxChangesetCommand extends GetKxChangesetCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { GetKxClusterRequest, GetKxClusterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetKxClusterCommandInput extends GetKxClusterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetKxClusterCommandOutput extends GetKxClusterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetKxClusterCommand_base: {
|
|
24
|
+
new (input: GetKxClusterCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxClusterCommandInput, GetKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves information about a kdb cluster.</p>
|
|
@@ -176,23 +179,5 @@ export interface GetKxClusterCommandOutput extends GetKxClusterResponse, __Metad
|
|
|
176
179
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
177
180
|
*
|
|
178
181
|
*/
|
|
179
|
-
export declare class GetKxClusterCommand extends
|
|
180
|
-
readonly input: GetKxClusterCommandInput;
|
|
181
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
182
|
-
/**
|
|
183
|
-
* @public
|
|
184
|
-
*/
|
|
185
|
-
constructor(input: GetKxClusterCommandInput);
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKxClusterCommandInput, GetKxClusterCommandOutput>;
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
|
-
private serialize;
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
private deserialize;
|
|
182
|
+
export declare class GetKxClusterCommand extends GetKxClusterCommand_base {
|
|
198
183
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { GetKxConnectionStringRequest, GetKxConnectionStringResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetKxConnectionStringCommandInput extends GetKxConnectionString
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetKxConnectionStringCommandOutput extends GetKxConnectionStringResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetKxConnectionStringCommand_base: {
|
|
24
|
+
new (input: GetKxConnectionStringCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxConnectionStringCommandInput, GetKxConnectionStringCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a connection string for a user to connect to a kdb cluster. You must call this API using the same role that you have defined while creating a user. </p>
|
|
@@ -69,23 +72,5 @@ export interface GetKxConnectionStringCommandOutput extends GetKxConnectionStrin
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class GetKxConnectionStringCommand extends
|
|
73
|
-
readonly input: GetKxConnectionStringCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: GetKxConnectionStringCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKxConnectionStringCommandInput, GetKxConnectionStringCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class GetKxConnectionStringCommand extends GetKxConnectionStringCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { GetKxDatabaseRequest, GetKxDatabaseResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetKxDatabaseCommandInput extends GetKxDatabaseRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetKxDatabaseCommandOutput extends GetKxDatabaseResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetKxDatabaseCommand_base: {
|
|
24
|
+
new (input: GetKxDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxDatabaseCommandInput, GetKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns database information for the specified environment ID.</p>
|
|
@@ -77,23 +80,5 @@ export interface GetKxDatabaseCommandOutput extends GetKxDatabaseResponse, __Met
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class GetKxDatabaseCommand extends
|
|
81
|
-
readonly input: GetKxDatabaseCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: GetKxDatabaseCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKxDatabaseCommandInput, GetKxDatabaseCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class GetKxDatabaseCommand extends GetKxDatabaseCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { GetKxDataviewRequest, GetKxDataviewResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetKxDataviewCommandInput extends GetKxDataviewRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetKxDataviewCommandOutput extends GetKxDataviewResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetKxDataviewCommand_base: {
|
|
24
|
+
new (input: GetKxDataviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxDataviewCommandInput, GetKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -108,23 +111,5 @@ export interface GetKxDataviewCommandOutput extends GetKxDataviewResponse, __Met
|
|
|
108
111
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
109
112
|
*
|
|
110
113
|
*/
|
|
111
|
-
export declare class GetKxDataviewCommand extends
|
|
112
|
-
readonly input: GetKxDataviewCommandInput;
|
|
113
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
114
|
-
/**
|
|
115
|
-
* @public
|
|
116
|
-
*/
|
|
117
|
-
constructor(input: GetKxDataviewCommandInput);
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKxDataviewCommandInput, GetKxDataviewCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private serialize;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private deserialize;
|
|
114
|
+
export declare class GetKxDataviewCommand extends GetKxDataviewCommand_base {
|
|
130
115
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { GetKxEnvironmentRequest, GetKxEnvironmentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetKxEnvironmentCommandInput extends GetKxEnvironmentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetKxEnvironmentCommandOutput extends GetKxEnvironmentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetKxEnvironmentCommand_base: {
|
|
24
|
+
new (input: GetKxEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxEnvironmentCommandInput, GetKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves all the information for the specified kdb environment.</p>
|
|
@@ -109,23 +112,5 @@ export interface GetKxEnvironmentCommandOutput extends GetKxEnvironmentResponse,
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class GetKxEnvironmentCommand extends
|
|
113
|
-
readonly input: GetKxEnvironmentCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: GetKxEnvironmentCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKxEnvironmentCommandInput, GetKxEnvironmentCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class GetKxEnvironmentCommand extends GetKxEnvironmentCommand_base {
|
|
131
116
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { GetKxScalingGroupRequest, GetKxScalingGroupResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetKxScalingGroupCommandInput extends GetKxScalingGroupRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetKxScalingGroupCommandOutput extends GetKxScalingGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetKxScalingGroupCommand_base: {
|
|
24
|
+
new (input: GetKxScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxScalingGroupCommandInput, GetKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -85,23 +88,5 @@ export interface GetKxScalingGroupCommandOutput extends GetKxScalingGroupRespons
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class GetKxScalingGroupCommand extends
|
|
89
|
-
readonly input: GetKxScalingGroupCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: GetKxScalingGroupCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKxScalingGroupCommandInput, GetKxScalingGroupCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class GetKxScalingGroupCommand extends GetKxScalingGroupCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { GetKxUserRequest, GetKxUserResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetKxUserCommandInput extends GetKxUserRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetKxUserCommandOutput extends GetKxUserResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetKxUserCommand_base: {
|
|
24
|
+
new (input: GetKxUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxUserCommandInput, GetKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves information about the specified kdb user.</p>
|
|
@@ -71,23 +74,5 @@ export interface GetKxUserCommandOutput extends GetKxUserResponse, __MetadataBea
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class GetKxUserCommand extends
|
|
75
|
-
readonly input: GetKxUserCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: GetKxUserCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKxUserCommandInput, GetKxUserCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class GetKxUserCommand extends GetKxUserCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { GetKxVolumeRequest, GetKxVolumeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetKxVolumeCommandInput extends GetKxVolumeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetKxVolumeCommandOutput extends GetKxVolumeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetKxVolumeCommand_base: {
|
|
24
|
+
new (input: GetKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxVolumeCommandInput, GetKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -98,23 +101,5 @@ export interface GetKxVolumeCommandOutput extends GetKxVolumeResponse, __Metadat
|
|
|
98
101
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class GetKxVolumeCommand extends
|
|
102
|
-
readonly input: GetKxVolumeCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: GetKxVolumeCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKxVolumeCommandInput, GetKxVolumeCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class GetKxVolumeCommand extends GetKxVolumeCommand_base {
|
|
120
105
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListEnvironmentsCommand_base: {
|
|
24
|
+
new (input: ListEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -89,23 +92,5 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class ListEnvironmentsCommand extends
|
|
93
|
-
readonly input: ListEnvironmentsCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: ListEnvironmentsCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { ListKxChangesetsRequest, ListKxChangesetsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListKxChangesetsCommandInput extends ListKxChangesetsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListKxChangesetsCommandOutput extends ListKxChangesetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListKxChangesetsCommand_base: {
|
|
24
|
+
new (input: ListKxChangesetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxChangesetsCommandInput, ListKxChangesetsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the changesets for a database.</p>
|
|
@@ -79,23 +82,5 @@ export interface ListKxChangesetsCommandOutput extends ListKxChangesetsResponse,
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class ListKxChangesetsCommand extends
|
|
83
|
-
readonly input: ListKxChangesetsCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: ListKxChangesetsCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKxChangesetsCommandInput, ListKxChangesetsCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class ListKxChangesetsCommand extends ListKxChangesetsCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
5
4
|
import { ListKxClusterNodesRequest, ListKxClusterNodesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListKxClusterNodesCommandInput extends ListKxClusterNodesReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListKxClusterNodesCommandOutput extends ListKxClusterNodesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListKxClusterNodesCommand_base: {
|
|
24
|
+
new (input: ListKxClusterNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxClusterNodesCommandInput, ListKxClusterNodesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the nodes in a kdb cluster.</p>
|
|
@@ -80,23 +83,5 @@ export interface ListKxClusterNodesCommandOutput extends ListKxClusterNodesRespo
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListKxClusterNodesCommand extends
|
|
84
|
-
readonly input: ListKxClusterNodesCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListKxClusterNodesCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKxClusterNodesCommandInput, ListKxClusterNodesCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListKxClusterNodesCommand extends ListKxClusterNodesCommand_base {
|
|
102
87
|
}
|