@aws-sdk/client-finspace 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +116 -117
- package/dist-cjs/models/FinspaceServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Finspace.js +1 -1
- package/dist-es/FinspaceClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreateKxChangesetCommand.js +2 -2
- package/dist-es/commands/CreateKxClusterCommand.js +2 -2
- package/dist-es/commands/CreateKxDatabaseCommand.js +2 -2
- package/dist-es/commands/CreateKxDataviewCommand.js +2 -2
- package/dist-es/commands/CreateKxEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreateKxScalingGroupCommand.js +2 -2
- package/dist-es/commands/CreateKxUserCommand.js +2 -2
- package/dist-es/commands/CreateKxVolumeCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteKxClusterCommand.js +2 -2
- package/dist-es/commands/DeleteKxClusterNodeCommand.js +2 -2
- package/dist-es/commands/DeleteKxDatabaseCommand.js +2 -2
- package/dist-es/commands/DeleteKxDataviewCommand.js +2 -2
- package/dist-es/commands/DeleteKxEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteKxScalingGroupCommand.js +2 -2
- package/dist-es/commands/DeleteKxUserCommand.js +2 -2
- package/dist-es/commands/DeleteKxVolumeCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentCommand.js +2 -2
- package/dist-es/commands/GetKxChangesetCommand.js +2 -2
- package/dist-es/commands/GetKxClusterCommand.js +2 -2
- package/dist-es/commands/GetKxConnectionStringCommand.js +2 -2
- package/dist-es/commands/GetKxDatabaseCommand.js +2 -2
- package/dist-es/commands/GetKxDataviewCommand.js +2 -2
- package/dist-es/commands/GetKxEnvironmentCommand.js +2 -2
- package/dist-es/commands/GetKxScalingGroupCommand.js +2 -2
- package/dist-es/commands/GetKxUserCommand.js +2 -2
- package/dist-es/commands/GetKxVolumeCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-es/commands/ListKxChangesetsCommand.js +2 -2
- package/dist-es/commands/ListKxClusterNodesCommand.js +2 -2
- package/dist-es/commands/ListKxClustersCommand.js +2 -2
- package/dist-es/commands/ListKxDatabasesCommand.js +2 -2
- package/dist-es/commands/ListKxDataviewsCommand.js +2 -2
- package/dist-es/commands/ListKxEnvironmentsCommand.js +2 -2
- package/dist-es/commands/ListKxScalingGroupsCommand.js +2 -2
- package/dist-es/commands/ListKxUsersCommand.js +2 -2
- package/dist-es/commands/ListKxVolumesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateKxClusterCodeConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateKxClusterDatabasesCommand.js +2 -2
- package/dist-es/commands/UpdateKxDatabaseCommand.js +2 -2
- package/dist-es/commands/UpdateKxDataviewCommand.js +2 -2
- package/dist-es/commands/UpdateKxEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateKxEnvironmentNetworkCommand.js +2 -2
- package/dist-es/commands/UpdateKxUserCommand.js +2 -2
- package/dist-es/commands/UpdateKxVolumeCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/FinspaceServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/FinspaceClient.d.ts +5 -5
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateKxChangesetCommand.d.ts +6 -4
- package/dist-types/commands/CreateKxClusterCommand.d.ts +6 -4
- package/dist-types/commands/CreateKxDatabaseCommand.d.ts +6 -4
- package/dist-types/commands/CreateKxDataviewCommand.d.ts +6 -4
- package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateKxUserCommand.d.ts +6 -4
- package/dist-types/commands/CreateKxVolumeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKxClusterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKxClusterNodeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKxDataviewCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKxUserCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKxVolumeCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/GetKxChangesetCommand.d.ts +6 -4
- package/dist-types/commands/GetKxClusterCommand.d.ts +6 -4
- package/dist-types/commands/GetKxConnectionStringCommand.d.ts +6 -4
- package/dist-types/commands/GetKxDatabaseCommand.d.ts +6 -4
- package/dist-types/commands/GetKxDataviewCommand.d.ts +6 -4
- package/dist-types/commands/GetKxEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/GetKxScalingGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetKxUserCommand.d.ts +6 -4
- package/dist-types/commands/GetKxVolumeCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListKxChangesetsCommand.d.ts +6 -4
- package/dist-types/commands/ListKxClusterNodesCommand.d.ts +6 -4
- package/dist-types/commands/ListKxClustersCommand.d.ts +6 -4
- package/dist-types/commands/ListKxDatabasesCommand.d.ts +6 -4
- package/dist-types/commands/ListKxDataviewsCommand.d.ts +6 -4
- package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListKxUsersCommand.d.ts +6 -4
- package/dist-types/commands/ListKxVolumesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKxDataviewCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKxUserCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKxVolumeCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/FinspaceServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/FinspaceClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKxClusterNodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/FinspaceServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateEnvironment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateKxClusterCodeConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateKxClusterDatabases$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateKxDatabase$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateKxDataview$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateKxEnvironment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateKxEnvironmentNetwork$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateKxUser$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateKxVolume$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class FinspaceServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultFinspaceHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest
|
|
|
22
22
|
export interface CreateEnvironmentCommandOutput extends CreateEnvironmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEnvironmentCommand_base: {
|
|
25
|
-
new (input: CreateEnvironmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEnvironmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a new FinSpace environment.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { CreateKxChangesetRequest, CreateKxChangesetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateKxChangesetCommandInput extends CreateKxChangesetRequest
|
|
|
22
22
|
export interface CreateKxChangesetCommandOutput extends CreateKxChangesetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKxChangesetCommand_base: {
|
|
25
|
-
new (input: CreateKxChangesetCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKxChangesetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { CreateKxClusterRequest, CreateKxClusterResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateKxClusterCommandInput extends CreateKxClusterRequest {
|
|
|
22
22
|
export interface CreateKxClusterCommandOutput extends CreateKxClusterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKxClusterCommand_base: {
|
|
25
|
-
new (input: CreateKxClusterCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKxClusterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new kdb cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { CreateKxDatabaseRequest, CreateKxDatabaseResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateKxDatabaseCommandInput extends CreateKxDatabaseRequest {
|
|
|
22
22
|
export interface CreateKxDatabaseCommandOutput extends CreateKxDatabaseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKxDatabaseCommand_base: {
|
|
25
|
-
new (input: CreateKxDatabaseCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKxDatabaseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new kdb database in the environment.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { CreateKxDataviewRequest, CreateKxDataviewResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateKxDataviewCommandInput extends CreateKxDataviewRequest {
|
|
|
22
22
|
export interface CreateKxDataviewCommandOutput extends CreateKxDataviewResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKxDataviewCommand_base: {
|
|
25
|
-
new (input: CreateKxDataviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKxDataviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { CreateKxEnvironmentRequest, CreateKxEnvironmentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateKxEnvironmentCommandInput extends CreateKxEnvironmentRequ
|
|
|
22
22
|
export interface CreateKxEnvironmentCommandOutput extends CreateKxEnvironmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKxEnvironmentCommand_base: {
|
|
25
|
-
new (input: CreateKxEnvironmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKxEnvironmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a managed kdb environment for the account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { CreateKxScalingGroupRequest, CreateKxScalingGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateKxScalingGroupCommandInput extends CreateKxScalingGroupRe
|
|
|
22
22
|
export interface CreateKxScalingGroupCommandOutput extends CreateKxScalingGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKxScalingGroupCommand_base: {
|
|
25
|
-
new (input: CreateKxScalingGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKxScalingGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new scaling group. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { CreateKxUserRequest, CreateKxUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateKxUserCommandInput extends CreateKxUserRequest {
|
|
|
22
22
|
export interface CreateKxUserCommandOutput extends CreateKxUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKxUserCommand_base: {
|
|
25
|
-
new (input: CreateKxUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKxUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateKxUserCommandInput): import("@smithy/core/client").CommandImpl<CreateKxUserCommandInput, CreateKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateKxUserCommandInput): import("@smithy/core/client").CommandImpl<CreateKxUserCommandInput, CreateKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a user in FinSpace kdb environment with an associated IAM role.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { CreateKxVolumeRequest, CreateKxVolumeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateKxVolumeCommandInput extends CreateKxVolumeRequest {
|
|
|
22
22
|
export interface CreateKxVolumeCommandOutput extends CreateKxVolumeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKxVolumeCommand_base: {
|
|
25
|
-
new (input: CreateKxVolumeCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKxVolumeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateKxVolumeCommandInput): import("@smithy/core/client").CommandImpl<CreateKxVolumeCommandInput, CreateKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateKxVolumeCommandInput): import("@smithy/core/client").CommandImpl<CreateKxVolumeCommandInput, CreateKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest
|
|
|
22
22
|
export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEnvironmentCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEnvironmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an FinSpace environment.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { DeleteKxClusterRequest, DeleteKxClusterResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteKxClusterCommandInput extends DeleteKxClusterRequest {
|
|
|
22
22
|
export interface DeleteKxClusterCommandOutput extends DeleteKxClusterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKxClusterCommand_base: {
|
|
25
|
-
new (input: DeleteKxClusterCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteKxClusterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteKxClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteKxClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a kdb cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { DeleteKxClusterNodeRequest, DeleteKxClusterNodeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteKxClusterNodeCommandInput extends DeleteKxClusterNodeRequ
|
|
|
22
22
|
export interface DeleteKxClusterNodeCommandOutput extends DeleteKxClusterNodeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKxClusterNodeCommand_base: {
|
|
25
|
-
new (input: DeleteKxClusterNodeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteKxClusterNodeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteKxClusterNodeCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxClusterNodeCommandInput, DeleteKxClusterNodeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteKxClusterNodeCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxClusterNodeCommandInput, DeleteKxClusterNodeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified nodes from a cluster.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { DeleteKxDatabaseRequest, DeleteKxDatabaseResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteKxDatabaseCommandInput extends DeleteKxDatabaseRequest {
|
|
|
22
22
|
export interface DeleteKxDatabaseCommandOutput extends DeleteKxDatabaseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKxDatabaseCommand_base: {
|
|
25
|
-
new (input: DeleteKxDatabaseCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteKxDatabaseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteKxDatabaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteKxDatabaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified database and all of its associated data. This action is irreversible. You must copy any data out of the database before deleting it if the data is to be retained.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { DeleteKxDataviewRequest, DeleteKxDataviewResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteKxDataviewCommandInput extends DeleteKxDataviewRequest {
|
|
|
22
22
|
export interface DeleteKxDataviewCommandOutput extends DeleteKxDataviewResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKxDataviewCommand_base: {
|
|
25
|
-
new (input: DeleteKxDataviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteKxDataviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteKxDataviewCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxDataviewCommandInput, DeleteKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteKxDataviewCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxDataviewCommandInput, DeleteKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { DeleteKxEnvironmentRequest, DeleteKxEnvironmentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteKxEnvironmentCommandInput extends DeleteKxEnvironmentRequ
|
|
|
22
22
|
export interface DeleteKxEnvironmentCommandOutput extends DeleteKxEnvironmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKxEnvironmentCommand_base: {
|
|
25
|
-
new (input: DeleteKxEnvironmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteKxEnvironmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteKxEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteKxEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { DeleteKxScalingGroupRequest, DeleteKxScalingGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteKxScalingGroupCommandInput extends DeleteKxScalingGroupRe
|
|
|
22
22
|
export interface DeleteKxScalingGroupCommandOutput extends DeleteKxScalingGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKxScalingGroupCommand_base: {
|
|
25
|
-
new (input: DeleteKxScalingGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteKxScalingGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteKxScalingGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxScalingGroupCommandInput, DeleteKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteKxScalingGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxScalingGroupCommandInput, DeleteKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
|
|
4
4
|
import type { DeleteKxUserRequest, DeleteKxUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteKxUserCommandInput extends DeleteKxUserRequest {
|
|
|
22
22
|
export interface DeleteKxUserCommandOutput extends DeleteKxUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKxUserCommand_base: {
|
|
25
|
-
new (input: DeleteKxUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteKxUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteKxUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxUserCommandInput, DeleteKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteKxUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteKxUserCommandInput, DeleteKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a user in the specified kdb environment.</p>
|