@aws-sdk/client-finspace-data 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +39 -313
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateUserToPermissionGroupCommand.js +2 -14
- package/dist-es/commands/CreateChangesetCommand.js +2 -14
- package/dist-es/commands/CreateDataViewCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreatePermissionGroupCommand.js +2 -14
- package/dist-es/commands/CreateUserCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeletePermissionGroupCommand.js +2 -14
- package/dist-es/commands/DisableUserCommand.js +2 -14
- package/dist-es/commands/DisassociateUserFromPermissionGroupCommand.js +2 -14
- package/dist-es/commands/EnableUserCommand.js +2 -14
- package/dist-es/commands/GetChangesetCommand.js +2 -14
- package/dist-es/commands/GetDataViewCommand.js +2 -14
- package/dist-es/commands/GetDatasetCommand.js +2 -14
- package/dist-es/commands/GetExternalDataViewAccessDetailsCommand.js +2 -14
- package/dist-es/commands/GetPermissionGroupCommand.js +2 -14
- package/dist-es/commands/GetProgrammaticAccessCredentialsCommand.js +2 -14
- package/dist-es/commands/GetUserCommand.js +2 -14
- package/dist-es/commands/GetWorkingLocationCommand.js +2 -14
- package/dist-es/commands/ListChangesetsCommand.js +2 -14
- package/dist-es/commands/ListDataViewsCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListPermissionGroupsByUserCommand.js +2 -14
- package/dist-es/commands/ListPermissionGroupsCommand.js +2 -14
- package/dist-es/commands/ListUsersByPermissionGroupCommand.js +2 -14
- package/dist-es/commands/ListUsersCommand.js +2 -14
- package/dist-es/commands/ResetUserPasswordCommand.js +2 -14
- package/dist-es/commands/UpdateChangesetCommand.js +2 -14
- package/dist-es/commands/UpdateDatasetCommand.js +2 -14
- package/dist-es/commands/UpdatePermissionGroupCommand.js +2 -14
- package/dist-es/commands/UpdateUserCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateChangesetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataViewCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/DisableUserCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/EnableUserCommand.d.ts +3 -8
- package/dist-types/commands/GetChangesetCommand.d.ts +3 -8
- package/dist-types/commands/GetDataViewCommand.d.ts +3 -8
- package/dist-types/commands/GetDatasetCommand.d.ts +3 -8
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +3 -8
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/GetUserCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +3 -8
- package/dist-types/commands/ListChangesetsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataViewsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListUsersCommand.d.ts +3 -8
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChangesetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import { EnableUserRequest, EnableUserResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface EnableUserCommandInput extends EnableUserRequest {}
|
|
12
5
|
export interface EnableUserCommandOutput
|
|
13
6
|
extends EnableUserResponse,
|
|
@@ -18,22 +11,20 @@ declare const EnableUserCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
EnableUserCommandInput,
|
|
20
13
|
EnableUserCommandOutput,
|
|
21
|
-
FinspaceDataClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: EnableUserCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
EnableUserCommandInput,
|
|
29
22
|
EnableUserCommandOutput,
|
|
30
|
-
FinspaceDataClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class EnableUserCommand extends EnableUserCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import { GetChangesetRequest, GetChangesetResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetChangesetCommandInput extends GetChangesetRequest {}
|
|
12
5
|
export interface GetChangesetCommandOutput
|
|
13
6
|
extends GetChangesetResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetChangesetCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetChangesetCommandInput,
|
|
20
13
|
GetChangesetCommandOutput,
|
|
21
|
-
FinspaceDataClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetChangesetCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetChangesetCommandInput,
|
|
29
22
|
GetChangesetCommandOutput,
|
|
30
|
-
FinspaceDataClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetChangesetCommand extends GetChangesetCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import { GetDataViewRequest, GetDataViewResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetDataViewCommandInput extends GetDataViewRequest {}
|
|
12
5
|
export interface GetDataViewCommandOutput
|
|
13
6
|
extends GetDataViewResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetDataViewCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetDataViewCommandInput,
|
|
20
13
|
GetDataViewCommandOutput,
|
|
21
|
-
FinspaceDataClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetDataViewCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetDataViewCommandInput,
|
|
29
22
|
GetDataViewCommandOutput,
|
|
30
|
-
FinspaceDataClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetDataViewCommand extends GetDataViewCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import { GetDatasetRequest, GetDatasetResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetDatasetCommandInput extends GetDatasetRequest {}
|
|
12
5
|
export interface GetDatasetCommandOutput
|
|
13
6
|
extends GetDatasetResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetDatasetCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetDatasetCommandInput,
|
|
20
13
|
GetDatasetCommandOutput,
|
|
21
|
-
FinspaceDataClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetDatasetCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetDatasetCommandInput,
|
|
29
22
|
GetDatasetCommandOutput,
|
|
30
|
-
FinspaceDataClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetDatasetCommand extends GetDatasetCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import {
|
|
9
3
|
GetExternalDataViewAccessDetailsRequest,
|
|
10
4
|
GetExternalDataViewAccessDetailsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetExternalDataViewAccessDetailsCommandInput
|
|
15
8
|
extends GetExternalDataViewAccessDetailsRequest {}
|
|
16
9
|
export interface GetExternalDataViewAccessDetailsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetExternalDataViewAccessDetailsCommandInput,
|
|
24
17
|
GetExternalDataViewAccessDetailsCommandOutput,
|
|
25
|
-
FinspaceDataClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetExternalDataViewAccessDetailsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetExternalDataViewAccessDetailsCommandInput,
|
|
33
26
|
GetExternalDataViewAccessDetailsCommandOutput,
|
|
34
|
-
FinspaceDataClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import {
|
|
9
3
|
GetPermissionGroupRequest,
|
|
10
4
|
GetPermissionGroupResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetPermissionGroupCommandInput
|
|
15
8
|
extends GetPermissionGroupRequest {}
|
|
16
9
|
export interface GetPermissionGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetPermissionGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetPermissionGroupCommandInput,
|
|
24
17
|
GetPermissionGroupCommandOutput,
|
|
25
|
-
FinspaceDataClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetPermissionGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetPermissionGroupCommandInput,
|
|
33
26
|
GetPermissionGroupCommandOutput,
|
|
34
|
-
FinspaceDataClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import {
|
|
9
3
|
GetProgrammaticAccessCredentialsRequest,
|
|
10
4
|
GetProgrammaticAccessCredentialsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetProgrammaticAccessCredentialsCommandInput
|
|
15
8
|
extends GetProgrammaticAccessCredentialsRequest {}
|
|
16
9
|
export interface GetProgrammaticAccessCredentialsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetProgrammaticAccessCredentialsCommandInput,
|
|
24
17
|
GetProgrammaticAccessCredentialsCommandOutput,
|
|
25
|
-
FinspaceDataClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetProgrammaticAccessCredentialsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetProgrammaticAccessCredentialsCommandInput,
|
|
33
26
|
GetProgrammaticAccessCredentialsCommandOutput,
|
|
34
|
-
FinspaceDataClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import { GetUserRequest, GetUserResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetUserCommandInput extends GetUserRequest {}
|
|
12
5
|
export interface GetUserCommandOutput
|
|
13
6
|
extends GetUserResponse,
|
|
@@ -16,20 +9,18 @@ declare const GetUserCommand_base: {
|
|
|
16
9
|
new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetUserCommandInput,
|
|
18
11
|
GetUserCommandOutput,
|
|
19
|
-
FinspaceDataClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetUserCommandInput,
|
|
25
18
|
GetUserCommandOutput,
|
|
26
|
-
FinspaceDataClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetUserCommand extends GetUserCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import {
|
|
9
3
|
GetWorkingLocationRequest,
|
|
10
4
|
GetWorkingLocationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetWorkingLocationCommandInput
|
|
15
8
|
extends GetWorkingLocationRequest {}
|
|
16
9
|
export interface GetWorkingLocationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetWorkingLocationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetWorkingLocationCommandInput,
|
|
24
17
|
GetWorkingLocationCommandOutput,
|
|
25
|
-
FinspaceDataClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetWorkingLocationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetWorkingLocationCommandInput,
|
|
33
26
|
GetWorkingLocationCommandOutput,
|
|
34
|
-
FinspaceDataClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import {
|
|
9
3
|
ListChangesetsRequest,
|
|
10
4
|
ListChangesetsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListChangesetsCommandInput extends ListChangesetsRequest {}
|
|
15
8
|
export interface ListChangesetsCommandOutput
|
|
16
9
|
extends ListChangesetsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListChangesetsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListChangesetsCommandInput,
|
|
23
16
|
ListChangesetsCommandOutput,
|
|
24
|
-
FinspaceDataClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListChangesetsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListChangesetsCommandInput,
|
|
32
25
|
ListChangesetsCommandOutput,
|
|
33
|
-
FinspaceDataClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListChangesetsCommand extends ListChangesetsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import {
|
|
9
3
|
ListDataViewsRequest,
|
|
10
4
|
ListDataViewsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDataViewsCommandInput extends ListDataViewsRequest {}
|
|
15
8
|
export interface ListDataViewsCommandOutput
|
|
16
9
|
extends ListDataViewsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListDataViewsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListDataViewsCommandInput,
|
|
23
16
|
ListDataViewsCommandOutput,
|
|
24
|
-
FinspaceDataClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListDataViewsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListDataViewsCommandInput,
|
|
32
25
|
ListDataViewsCommandOutput,
|
|
33
|
-
FinspaceDataClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListDataViewsCommand extends ListDataViewsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
12
5
|
export interface ListDatasetsCommandOutput
|
|
13
6
|
extends ListDatasetsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListDatasetsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListDatasetsCommandInput,
|
|
20
13
|
ListDatasetsCommandOutput,
|
|
21
|
-
FinspaceDataClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListDatasetsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListDatasetsCommandInput,
|
|
29
22
|
ListDatasetsCommandOutput,
|
|
30
|
-
FinspaceDataClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import {
|
|
9
3
|
ListPermissionGroupsByUserRequest,
|
|
10
4
|
ListPermissionGroupsByUserResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPermissionGroupsByUserCommandInput
|
|
15
8
|
extends ListPermissionGroupsByUserRequest {}
|
|
16
9
|
export interface ListPermissionGroupsByUserCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPermissionGroupsByUserCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPermissionGroupsByUserCommandInput,
|
|
24
17
|
ListPermissionGroupsByUserCommandOutput,
|
|
25
|
-
FinspaceDataClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListPermissionGroupsByUserCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPermissionGroupsByUserCommandInput,
|
|
33
26
|
ListPermissionGroupsByUserCommandOutput,
|
|
34
|
-
FinspaceDataClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FinspaceDataClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FinspaceDataClient";
|
|
8
2
|
import {
|
|
9
3
|
ListPermissionGroupsRequest,
|
|
10
4
|
ListPermissionGroupsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPermissionGroupsCommandInput
|
|
15
8
|
extends ListPermissionGroupsRequest {}
|
|
16
9
|
export interface ListPermissionGroupsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPermissionGroupsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPermissionGroupsCommandInput,
|
|
24
17
|
ListPermissionGroupsCommandOutput,
|
|
25
|
-
FinspaceDataClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListPermissionGroupsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPermissionGroupsCommandInput,
|
|
33
26
|
ListPermissionGroupsCommandOutput,
|
|
34
|
-
FinspaceDataClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {
|
|
43
34
|
protected static __types: {
|