@aws-sdk/client-finspace-data 3.1045.0 → 3.1046.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 +78 -79
- package/dist-cjs/models/FinspaceDataServiceException.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/FinspaceData.js +1 -1
- package/dist-es/FinspaceDataClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateUserToPermissionGroupCommand.js +2 -2
- package/dist-es/commands/CreateChangesetCommand.js +2 -2
- package/dist-es/commands/CreateDataViewCommand.js +2 -2
- package/dist-es/commands/CreateDatasetCommand.js +2 -2
- package/dist-es/commands/CreatePermissionGroupCommand.js +2 -2
- package/dist-es/commands/CreateUserCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetCommand.js +2 -2
- package/dist-es/commands/DeletePermissionGroupCommand.js +2 -2
- package/dist-es/commands/DisableUserCommand.js +2 -2
- package/dist-es/commands/DisassociateUserFromPermissionGroupCommand.js +2 -2
- package/dist-es/commands/EnableUserCommand.js +2 -2
- package/dist-es/commands/GetChangesetCommand.js +2 -2
- package/dist-es/commands/GetDataViewCommand.js +2 -2
- package/dist-es/commands/GetDatasetCommand.js +2 -2
- package/dist-es/commands/GetExternalDataViewAccessDetailsCommand.js +2 -2
- package/dist-es/commands/GetPermissionGroupCommand.js +2 -2
- package/dist-es/commands/GetProgrammaticAccessCredentialsCommand.js +2 -2
- package/dist-es/commands/GetUserCommand.js +2 -2
- package/dist-es/commands/GetWorkingLocationCommand.js +2 -2
- package/dist-es/commands/ListChangesetsCommand.js +2 -2
- package/dist-es/commands/ListDataViewsCommand.js +2 -2
- package/dist-es/commands/ListDatasetsCommand.js +2 -2
- package/dist-es/commands/ListPermissionGroupsByUserCommand.js +2 -2
- package/dist-es/commands/ListPermissionGroupsCommand.js +2 -2
- package/dist-es/commands/ListUsersByPermissionGroupCommand.js +2 -2
- package/dist-es/commands/ListUsersCommand.js +2 -2
- package/dist-es/commands/ResetUserPasswordCommand.js +2 -2
- package/dist-es/commands/UpdateChangesetCommand.js +2 -2
- package/dist-es/commands/UpdateDatasetCommand.js +2 -2
- package/dist-es/commands/UpdatePermissionGroupCommand.js +2 -2
- package/dist-es/commands/UpdateUserCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/FinspaceDataServiceException.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/FinspaceDataClient.d.ts +5 -5
- package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateChangesetCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataViewCommand.d.ts +6 -4
- package/dist-types/commands/CreateDatasetCommand.d.ts +6 -4
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateUserCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -4
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +6 -4
- package/dist-types/commands/DisableUserCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +6 -4
- package/dist-types/commands/EnableUserCommand.d.ts +6 -4
- package/dist-types/commands/GetChangesetCommand.d.ts +6 -4
- package/dist-types/commands/GetDataViewCommand.d.ts +6 -4
- package/dist-types/commands/GetDatasetCommand.d.ts +6 -4
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +6 -4
- package/dist-types/commands/GetUserCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +6 -4
- package/dist-types/commands/ListChangesetsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataViewsCommand.d.ts +6 -4
- package/dist-types/commands/ListDatasetsCommand.d.ts +6 -4
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +6 -4
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +6 -4
- package/dist-types/commands/ListUsersCommand.d.ts +6 -4
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChangesetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateUserCommand.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/FinspaceDataServiceException.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/FinspaceDataClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateUserCommand.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/FinspaceDataServiceException.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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetDatasetCommandOutput
|
|
|
15
15
|
declare const GetDatasetCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetDatasetCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetDatasetCommandInput,
|
|
20
20
|
GetDatasetCommandOutput,
|
|
21
21
|
FinspaceDataClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetDatasetCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetDatasetCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetDatasetCommandInput,
|
|
29
29
|
GetDatasetCommandOutput,
|
|
30
30
|
FinspaceDataClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetDatasetCommand extends GetDatasetCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetExternalDataViewAccessDetailsCommandOutput
|
|
|
19
19
|
declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetExternalDataViewAccessDetailsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetExternalDataViewAccessDetailsCommandInput,
|
|
24
24
|
GetExternalDataViewAccessDetailsCommandOutput,
|
|
25
25
|
FinspaceDataClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetExternalDataViewAccessDetailsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetExternalDataViewAccessDetailsCommandInput,
|
|
33
33
|
GetExternalDataViewAccessDetailsCommandOutput,
|
|
34
34
|
FinspaceDataClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetPermissionGroupCommandOutput
|
|
|
19
19
|
declare const GetPermissionGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetPermissionGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetPermissionGroupCommandInput,
|
|
24
24
|
GetPermissionGroupCommandOutput,
|
|
25
25
|
FinspaceDataClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetPermissionGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetPermissionGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetPermissionGroupCommandInput,
|
|
33
33
|
GetPermissionGroupCommandOutput,
|
|
34
34
|
FinspaceDataClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetProgrammaticAccessCredentialsCommandOutput
|
|
|
19
19
|
declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetProgrammaticAccessCredentialsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetProgrammaticAccessCredentialsCommandInput,
|
|
24
24
|
GetProgrammaticAccessCredentialsCommandOutput,
|
|
25
25
|
FinspaceDataClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetProgrammaticAccessCredentialsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetProgrammaticAccessCredentialsCommandInput,
|
|
33
33
|
GetProgrammaticAccessCredentialsCommandOutput,
|
|
34
34
|
FinspaceDataClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -13,21 +13,23 @@ export interface GetUserCommandOutput
|
|
|
13
13
|
extends GetUserResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetUserCommand_base: {
|
|
16
|
-
new (input: GetUserCommandInput): import("@smithy/
|
|
16
|
+
new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
GetUserCommandInput,
|
|
18
18
|
GetUserCommandOutput,
|
|
19
19
|
FinspaceDataClientResolvedConfig,
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
-
new (input: GetUserCommandInput): import("@smithy/
|
|
23
|
+
new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
24
|
GetUserCommandInput,
|
|
25
25
|
GetUserCommandOutput,
|
|
26
26
|
FinspaceDataClientResolvedConfig,
|
|
27
27
|
ServiceInputTypes,
|
|
28
28
|
ServiceOutputTypes
|
|
29
29
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
31
33
|
};
|
|
32
34
|
export declare class GetUserCommand extends GetUserCommand_base {
|
|
33
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetWorkingLocationCommandOutput
|
|
|
19
19
|
declare const GetWorkingLocationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetWorkingLocationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetWorkingLocationCommandInput,
|
|
24
24
|
GetWorkingLocationCommandOutput,
|
|
25
25
|
FinspaceDataClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetWorkingLocationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetWorkingLocationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetWorkingLocationCommandInput,
|
|
33
33
|
GetWorkingLocationCommandOutput,
|
|
34
34
|
FinspaceDataClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListChangesetsCommandOutput
|
|
|
18
18
|
declare const ListChangesetsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListChangesetsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListChangesetsCommandInput,
|
|
23
23
|
ListChangesetsCommandOutput,
|
|
24
24
|
FinspaceDataClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListChangesetsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListChangesetsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListChangesetsCommandInput,
|
|
32
32
|
ListChangesetsCommandOutput,
|
|
33
33
|
FinspaceDataClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListChangesetsCommand extends ListChangesetsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListDataViewsCommandOutput
|
|
|
18
18
|
declare const ListDataViewsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListDataViewsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListDataViewsCommandInput,
|
|
23
23
|
ListDataViewsCommandOutput,
|
|
24
24
|
FinspaceDataClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListDataViewsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListDataViewsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListDataViewsCommandInput,
|
|
32
32
|
ListDataViewsCommandOutput,
|
|
33
33
|
FinspaceDataClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListDataViewsCommand extends ListDataViewsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListDatasetsCommandOutput
|
|
|
15
15
|
declare const ListDatasetsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListDatasetsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListDatasetsCommandInput,
|
|
20
20
|
ListDatasetsCommandOutput,
|
|
21
21
|
FinspaceDataClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListDatasetsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListDatasetsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListDatasetsCommandInput,
|
|
29
29
|
ListDatasetsCommandOutput,
|
|
30
30
|
FinspaceDataClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListPermissionGroupsByUserCommandOutput
|
|
|
19
19
|
declare const ListPermissionGroupsByUserCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListPermissionGroupsByUserCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListPermissionGroupsByUserCommandInput,
|
|
24
24
|
ListPermissionGroupsByUserCommandOutput,
|
|
25
25
|
FinspaceDataClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListPermissionGroupsByUserCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListPermissionGroupsByUserCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListPermissionGroupsByUserCommandInput,
|
|
33
33
|
ListPermissionGroupsByUserCommandOutput,
|
|
34
34
|
FinspaceDataClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListPermissionGroupsCommandOutput
|
|
|
19
19
|
declare const ListPermissionGroupsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListPermissionGroupsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListPermissionGroupsCommandInput,
|
|
24
24
|
ListPermissionGroupsCommandOutput,
|
|
25
25
|
FinspaceDataClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListPermissionGroupsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListPermissionGroupsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListPermissionGroupsCommandInput,
|
|
33
33
|
ListPermissionGroupsCommandOutput,
|
|
34
34
|
FinspaceDataClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListUsersByPermissionGroupCommandOutput
|
|
|
19
19
|
declare const ListUsersByPermissionGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListUsersByPermissionGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListUsersByPermissionGroupCommandInput,
|
|
24
24
|
ListUsersByPermissionGroupCommandOutput,
|
|
25
25
|
FinspaceDataClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListUsersByPermissionGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListUsersByPermissionGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListUsersByPermissionGroupCommandInput,
|
|
33
33
|
ListUsersByPermissionGroupCommandOutput,
|
|
34
34
|
FinspaceDataClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface ListUsersCommandOutput
|
|
|
13
13
|
extends ListUsersResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListUsersCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListUsersCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListUsersCommandInput,
|
|
20
18
|
ListUsersCommandOutput,
|
|
21
19
|
FinspaceDataClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: ListUsersCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
ListUsersCommandInput,
|
|
29
25
|
ListUsersCommandOutput,
|
|
30
26
|
FinspaceDataClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ResetUserPasswordCommandOutput
|
|
|
19
19
|
declare const ResetUserPasswordCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ResetUserPasswordCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ResetUserPasswordCommandInput,
|
|
24
24
|
ResetUserPasswordCommandOutput,
|
|
25
25
|
FinspaceDataClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ResetUserPasswordCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ResetUserPasswordCommandInput,
|
|
33
33
|
ResetUserPasswordCommandOutput,
|
|
34
34
|
FinspaceDataClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UpdateChangesetCommandOutput
|
|
|
18
18
|
declare const UpdateChangesetCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateChangesetCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateChangesetCommandInput,
|
|
23
23
|
UpdateChangesetCommandOutput,
|
|
24
24
|
FinspaceDataClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateChangesetCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateChangesetCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateChangesetCommandInput,
|
|
32
32
|
UpdateChangesetCommandOutput,
|
|
33
33
|
FinspaceDataClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateChangesetCommand extends UpdateChangesetCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UpdateDatasetCommandOutput
|
|
|
18
18
|
declare const UpdateDatasetCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateDatasetCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateDatasetCommandInput,
|
|
23
23
|
UpdateDatasetCommandOutput,
|
|
24
24
|
FinspaceDataClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateDatasetCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateDatasetCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateDatasetCommandInput,
|
|
32
32
|
UpdateDatasetCommandOutput,
|
|
33
33
|
FinspaceDataClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdatePermissionGroupCommandOutput
|
|
|
19
19
|
declare const UpdatePermissionGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdatePermissionGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdatePermissionGroupCommandInput,
|
|
24
24
|
UpdatePermissionGroupCommandOutput,
|
|
25
25
|
FinspaceDataClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdatePermissionGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdatePermissionGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdatePermissionGroupCommandInput,
|
|
33
33
|
UpdatePermissionGroupCommandOutput,
|
|
34
34
|
FinspaceDataClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FinspaceDataClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateUserCommandOutput
|
|
|
15
15
|
declare const UpdateUserCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateUserCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateUserCommandInput,
|
|
20
20
|
UpdateUserCommandOutput,
|
|
21
21
|
FinspaceDataClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateUserCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateUserCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateUserCommandInput,
|
|
29
29
|
UpdateUserCommandOutput,
|
|
30
30
|
FinspaceDataClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateUserCommand extends UpdateUserCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface FinspaceDataExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class FinspaceDataServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { FinspaceDataServiceException as __BaseException } from "./FinspaceDataServiceException";
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|