@aws-sdk/client-finspace-data 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/FinspaceData.d.ts +107 -145
- package/dist-types/ts3.4/FinspaceDataClient.d.ts +14 -48
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetExternalDataViewAccessDetailsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetExternalDataViewAccessDetailsCommandInput
|
|
8
|
-
extends GetExternalDataViewAccessDetailsRequest {}
|
|
7
|
+
export interface GetExternalDataViewAccessDetailsCommandInput extends GetExternalDataViewAccessDetailsRequest {}
|
|
9
8
|
export interface GetExternalDataViewAccessDetailsCommandOutput
|
|
10
|
-
extends GetExternalDataViewAccessDetailsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetExternalDataViewAccessDetailsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetExternalDataViewAccessDetailsCommandInput
|
|
12
|
+
input: GetExternalDataViewAccessDetailsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetExternalDataViewAccessDetailsCommandInput,
|
|
17
15
|
GetExternalDataViewAccessDetailsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetExternalDataViewAccessDetailsCommandInput
|
|
21
|
+
input: GetExternalDataViewAccessDetailsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetExternalDataViewAccessDetailsCommandInput,
|
|
26
24
|
GetExternalDataViewAccessDetailsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetPermissionGroupRequest,
|
|
4
|
-
GetPermissionGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetPermissionGroupRequest, GetPermissionGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPermissionGroupCommandInput
|
|
8
|
-
extends GetPermissionGroupRequest {}
|
|
4
|
+
export interface GetPermissionGroupCommandInput extends GetPermissionGroupRequest {}
|
|
9
5
|
export interface GetPermissionGroupCommandOutput
|
|
10
|
-
extends GetPermissionGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetPermissionGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetPermissionGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetPermissionGroupCommandInput
|
|
9
|
+
input: GetPermissionGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetPermissionGroupCommandInput,
|
|
17
12
|
GetPermissionGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetPermissionGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetPermissionGroupCommandInput
|
|
18
|
+
input: GetPermissionGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetPermissionGroupCommandInput,
|
|
26
21
|
GetPermissionGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetProgrammaticAccessCredentialsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetProgrammaticAccessCredentialsCommandInput
|
|
8
|
-
extends GetProgrammaticAccessCredentialsRequest {}
|
|
7
|
+
export interface GetProgrammaticAccessCredentialsCommandInput extends GetProgrammaticAccessCredentialsRequest {}
|
|
9
8
|
export interface GetProgrammaticAccessCredentialsCommandOutput
|
|
10
|
-
extends GetProgrammaticAccessCredentialsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetProgrammaticAccessCredentialsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetProgrammaticAccessCredentialsCommandInput
|
|
12
|
+
input: GetProgrammaticAccessCredentialsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetProgrammaticAccessCredentialsCommandInput,
|
|
17
15
|
GetProgrammaticAccessCredentialsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetProgrammaticAccessCredentialsCommandInput
|
|
21
|
+
input: GetProgrammaticAccessCredentialsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetProgrammaticAccessCredentialsCommandInput,
|
|
26
24
|
GetProgrammaticAccessCredentialsCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetUserRequest, GetUserResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetUserCommandInput extends GetUserRequest {}
|
|
5
|
-
export interface GetUserCommandOutput
|
|
6
|
-
extends GetUserResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetUserCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetUserCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetUserCommandInput,
|
|
11
11
|
GetUserCommandOutput,
|
|
12
12
|
import("..").FinspaceDataClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetUserCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetUserCommandInput,
|
|
18
20
|
GetUserCommandOutput,
|
|
19
21
|
import("..").FinspaceDataClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetWorkingLocationRequest,
|
|
4
|
-
GetWorkingLocationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetWorkingLocationCommandInput
|
|
8
|
-
extends GetWorkingLocationRequest {}
|
|
4
|
+
export interface GetWorkingLocationCommandInput extends GetWorkingLocationRequest {}
|
|
9
5
|
export interface GetWorkingLocationCommandOutput
|
|
10
|
-
extends GetWorkingLocationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetWorkingLocationResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetWorkingLocationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetWorkingLocationCommandInput
|
|
9
|
+
input: GetWorkingLocationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetWorkingLocationCommandInput,
|
|
17
12
|
GetWorkingLocationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListChangesetsRequest,
|
|
4
|
-
ListChangesetsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListChangesetsRequest, ListChangesetsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListChangesetsCommandInput extends ListChangesetsRequest {}
|
|
8
|
-
export interface ListChangesetsCommandOutput
|
|
9
|
-
extends ListChangesetsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListChangesetsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListChangesetsCommandInput
|
|
8
|
+
input: ListChangesetsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListChangesetsCommandInput,
|
|
16
11
|
ListChangesetsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListChangesetsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListChangesetsCommandInput
|
|
17
|
+
input: ListChangesetsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListChangesetsCommandInput,
|
|
25
20
|
ListChangesetsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDataViewsRequest,
|
|
4
|
-
ListDataViewsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDataViewsRequest, ListDataViewsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDataViewsCommandInput extends ListDataViewsRequest {}
|
|
8
|
-
export interface ListDataViewsCommandOutput
|
|
9
|
-
extends ListDataViewsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListDataViewsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDataViewsCommandInput
|
|
8
|
+
input: ListDataViewsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDataViewsCommandInput,
|
|
16
11
|
ListDataViewsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListDataViewsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListDataViewsCommandInput
|
|
17
|
+
input: ListDataViewsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListDataViewsCommandInput,
|
|
25
20
|
ListDataViewsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
5
|
-
export interface ListDatasetsCommandOutput
|
|
6
|
-
extends ListDatasetsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListDatasetsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListDatasetsCommandInput
|
|
8
|
+
input: ListDatasetsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListDatasetsCommandInput,
|
|
13
11
|
ListDatasetsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListPermissionGroupsByUserResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPermissionGroupsByUserCommandInput
|
|
8
|
-
extends ListPermissionGroupsByUserRequest {}
|
|
7
|
+
export interface ListPermissionGroupsByUserCommandInput extends ListPermissionGroupsByUserRequest {}
|
|
9
8
|
export interface ListPermissionGroupsByUserCommandOutput
|
|
10
|
-
extends ListPermissionGroupsByUserResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListPermissionGroupsByUserResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListPermissionGroupsByUserCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListPermissionGroupsByUserCommandInput
|
|
12
|
+
input: ListPermissionGroupsByUserCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListPermissionGroupsByUserCommandInput,
|
|
17
15
|
ListPermissionGroupsByUserCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListPermissionGroupsByUserCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListPermissionGroupsByUserCommandInput
|
|
21
|
+
input: ListPermissionGroupsByUserCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListPermissionGroupsByUserCommandInput,
|
|
26
24
|
ListPermissionGroupsByUserCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPermissionGroupsRequest,
|
|
4
|
-
ListPermissionGroupsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPermissionGroupsRequest, ListPermissionGroupsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPermissionGroupsCommandInput
|
|
8
|
-
extends ListPermissionGroupsRequest {}
|
|
4
|
+
export interface ListPermissionGroupsCommandInput extends ListPermissionGroupsRequest {}
|
|
9
5
|
export interface ListPermissionGroupsCommandOutput
|
|
10
|
-
extends ListPermissionGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPermissionGroupsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListPermissionGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPermissionGroupsCommandInput
|
|
9
|
+
input: ListPermissionGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPermissionGroupsCommandInput,
|
|
17
12
|
ListPermissionGroupsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListPermissionGroupsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListPermissionGroupsCommandInput
|
|
18
|
+
input: ListPermissionGroupsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListPermissionGroupsCommandInput,
|
|
26
21
|
ListPermissionGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListUsersByPermissionGroupResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListUsersByPermissionGroupCommandInput
|
|
8
|
-
extends ListUsersByPermissionGroupRequest {}
|
|
7
|
+
export interface ListUsersByPermissionGroupCommandInput extends ListUsersByPermissionGroupRequest {}
|
|
9
8
|
export interface ListUsersByPermissionGroupCommandOutput
|
|
10
|
-
extends ListUsersByPermissionGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListUsersByPermissionGroupResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListUsersByPermissionGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListUsersByPermissionGroupCommandInput
|
|
12
|
+
input: ListUsersByPermissionGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListUsersByPermissionGroupCommandInput,
|
|
17
15
|
ListUsersByPermissionGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListUsersByPermissionGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListUsersByPermissionGroupCommandInput
|
|
21
|
+
input: ListUsersByPermissionGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListUsersByPermissionGroupCommandInput,
|
|
26
24
|
ListUsersByPermissionGroupCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListUsersCommandInput extends ListUsersRequest {}
|
|
5
|
-
export interface ListUsersCommandOutput
|
|
6
|
-
extends ListUsersResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListUsersCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListUsersCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListUsersCommandInput,
|
|
11
11
|
ListUsersCommandOutput,
|
|
12
12
|
import("..").FinspaceDataClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListUsersCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListUsersCommandInput,
|
|
18
20
|
ListUsersCommandOutput,
|
|
19
21
|
import("..").FinspaceDataClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ResetUserPasswordRequest,
|
|
4
|
-
ResetUserPasswordResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ResetUserPasswordRequest, ResetUserPasswordResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ResetUserPasswordCommandInput
|
|
8
|
-
extends ResetUserPasswordRequest {}
|
|
4
|
+
export interface ResetUserPasswordCommandInput extends ResetUserPasswordRequest {}
|
|
9
5
|
export interface ResetUserPasswordCommandOutput
|
|
10
|
-
extends ResetUserPasswordResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ResetUserPasswordResponse, __MetadataBearer {}
|
|
12
7
|
declare const ResetUserPasswordCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ResetUserPasswordCommandInput
|
|
9
|
+
input: ResetUserPasswordCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ResetUserPasswordCommandInput,
|
|
17
12
|
ResetUserPasswordCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ResetUserPasswordCommandInput
|
|
18
|
+
input: ResetUserPasswordCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ResetUserPasswordCommandInput,
|
|
26
21
|
ResetUserPasswordCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateChangesetRequest,
|
|
4
|
-
UpdateChangesetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateChangesetRequest, UpdateChangesetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateChangesetCommandInput extends UpdateChangesetRequest {}
|
|
8
|
-
export interface UpdateChangesetCommandOutput
|
|
9
|
-
extends UpdateChangesetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateChangesetCommandOutput extends UpdateChangesetResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateChangesetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateChangesetCommandInput
|
|
8
|
+
input: UpdateChangesetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateChangesetCommandInput,
|
|
16
11
|
UpdateChangesetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateChangesetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateChangesetCommandInput
|
|
17
|
+
input: UpdateChangesetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateChangesetCommandInput,
|
|
25
20
|
UpdateChangesetCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDatasetRequest,
|
|
4
|
-
UpdateDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
|
|
8
|
-
export interface UpdateDatasetCommandOutput
|
|
9
|
-
extends UpdateDatasetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateDatasetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateDatasetCommandInput
|
|
8
|
+
input: UpdateDatasetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateDatasetCommandInput,
|
|
16
11
|
UpdateDatasetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateDatasetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateDatasetCommandInput
|
|
17
|
+
input: UpdateDatasetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateDatasetCommandInput,
|
|
25
20
|
UpdateDatasetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdatePermissionGroupRequest,
|
|
4
|
-
UpdatePermissionGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdatePermissionGroupRequest, UpdatePermissionGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePermissionGroupCommandInput
|
|
8
|
-
extends UpdatePermissionGroupRequest {}
|
|
4
|
+
export interface UpdatePermissionGroupCommandInput extends UpdatePermissionGroupRequest {}
|
|
9
5
|
export interface UpdatePermissionGroupCommandOutput
|
|
10
|
-
extends UpdatePermissionGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdatePermissionGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdatePermissionGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdatePermissionGroupCommandInput
|
|
9
|
+
input: UpdatePermissionGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdatePermissionGroupCommandInput,
|
|
17
12
|
UpdatePermissionGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdatePermissionGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdatePermissionGroupCommandInput
|
|
18
|
+
input: UpdatePermissionGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdatePermissionGroupCommandInput,
|
|
26
21
|
UpdatePermissionGroupCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateUserCommandInput extends UpdateUserRequest {}
|
|
5
|
-
export interface UpdateUserCommandOutput
|
|
6
|
-
extends UpdateUserResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateUserCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateUserCommandInput
|
|
8
|
+
input: UpdateUserCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateUserCommandInput,
|
|
13
11
|
UpdateUserCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateUserCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateUserCommandInput
|
|
17
|
+
input: UpdateUserCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateUserCommandInput,
|
|
22
20
|
UpdateUserCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ 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
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -39,14 +39,12 @@ export declare const ColumnDataType: {
|
|
|
39
39
|
readonly STRING: "STRING";
|
|
40
40
|
readonly TINYINT: "TINYINT";
|
|
41
41
|
};
|
|
42
|
-
export type ColumnDataType =
|
|
43
|
-
(typeof ColumnDataType)[keyof typeof ColumnDataType];
|
|
42
|
+
export type ColumnDataType = (typeof ColumnDataType)[keyof typeof ColumnDataType];
|
|
44
43
|
export declare const ExportFileFormat: {
|
|
45
44
|
readonly DELIMITED_TEXT: "DELIMITED_TEXT";
|
|
46
45
|
readonly PARQUET: "PARQUET";
|
|
47
46
|
};
|
|
48
|
-
export type ExportFileFormat =
|
|
49
|
-
(typeof ExportFileFormat)[keyof typeof ExportFileFormat];
|
|
47
|
+
export type ExportFileFormat = (typeof ExportFileFormat)[keyof typeof ExportFileFormat];
|
|
50
48
|
export declare const UserType: {
|
|
51
49
|
readonly APP_USER: "APP_USER";
|
|
52
50
|
readonly SUPER_USER: "SUPER_USER";
|
|
@@ -70,8 +68,7 @@ export declare const IngestionStatus: {
|
|
|
70
68
|
readonly STOP_REQUESTED: "STOP_REQUESTED";
|
|
71
69
|
readonly SUCCESS: "SUCCESS";
|
|
72
70
|
};
|
|
73
|
-
export type IngestionStatus =
|
|
74
|
-
(typeof IngestionStatus)[keyof typeof IngestionStatus];
|
|
71
|
+
export type IngestionStatus = (typeof IngestionStatus)[keyof typeof IngestionStatus];
|
|
75
72
|
export declare const DatasetStatus: {
|
|
76
73
|
readonly FAILED: "FAILED";
|
|
77
74
|
readonly PENDING: "PENDING";
|
|
@@ -89,8 +86,7 @@ export declare const DataViewStatus: {
|
|
|
89
86
|
readonly SUCCESS: "SUCCESS";
|
|
90
87
|
readonly TIMEOUT: "TIMEOUT";
|
|
91
88
|
};
|
|
92
|
-
export type DataViewStatus =
|
|
93
|
-
(typeof DataViewStatus)[keyof typeof DataViewStatus];
|
|
89
|
+
export type DataViewStatus = (typeof DataViewStatus)[keyof typeof DataViewStatus];
|
|
94
90
|
export declare const PermissionGroupMembershipStatus: {
|
|
95
91
|
readonly ADDITION_IN_PROGRESS: "ADDITION_IN_PROGRESS";
|
|
96
92
|
readonly ADDITION_SUCCESS: "ADDITION_SUCCESS";
|
|
@@ -3,9 +3,7 @@ import { FinspaceDataServiceException as __BaseException } from "./FinspaceDataS
|
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class ConflictException extends __BaseException {
|
|
11
9
|
readonly name: "ConflictException";
|
|
@@ -16,37 +14,27 @@ export declare class ConflictException extends __BaseException {
|
|
|
16
14
|
export declare class InternalServerException extends __BaseException {
|
|
17
15
|
readonly name: "InternalServerException";
|
|
18
16
|
readonly $fault: "server";
|
|
19
|
-
constructor(
|
|
20
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
21
|
-
);
|
|
17
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
22
18
|
}
|
|
23
19
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
24
20
|
readonly name: "ResourceNotFoundException";
|
|
25
21
|
readonly $fault: "client";
|
|
26
22
|
reason?: string | undefined;
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
29
|
-
);
|
|
23
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
30
24
|
}
|
|
31
25
|
export declare class ThrottlingException extends __BaseException {
|
|
32
26
|
readonly name: "ThrottlingException";
|
|
33
27
|
readonly $fault: "client";
|
|
34
|
-
constructor(
|
|
35
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
36
|
-
);
|
|
28
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
37
29
|
}
|
|
38
30
|
export declare class ValidationException extends __BaseException {
|
|
39
31
|
readonly name: "ValidationException";
|
|
40
32
|
readonly $fault: "client";
|
|
41
33
|
reason?: string | undefined;
|
|
42
|
-
constructor(
|
|
43
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
44
|
-
);
|
|
34
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
45
35
|
}
|
|
46
36
|
export declare class LimitExceededException extends __BaseException {
|
|
47
37
|
readonly name: "LimitExceededException";
|
|
48
38
|
readonly $fault: "client";
|
|
49
|
-
constructor(
|
|
50
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
51
|
-
);
|
|
39
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
52
40
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { FinspaceDataClient } from "../FinspaceDataClient";
|
|
3
|
-
export interface FinspaceDataPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface FinspaceDataPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: FinspaceDataClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListUsersCommandInput,
|
|
4
|
-
ListUsersCommandOutput,
|
|
5
|
-
} from "../commands/ListUsersCommand";
|
|
2
|
+
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
6
3
|
import { FinspaceDataPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListUsers: (
|
|
8
5
|
config: FinspaceDataPaginationConfiguration,
|