@aws-sdk/client-finspace-data 3.533.0 → 3.536.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-types/FinspaceData.d.ts +3 -1
- package/dist-types/FinspaceDataClient.d.ts +1 -1
- package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/CreateChangesetCommand.d.ts +4 -3
- package/dist-types/commands/CreateDataViewCommand.d.ts +4 -3
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -3
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/CreateUserCommand.d.ts +4 -3
- package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -3
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/DisableUserCommand.d.ts +4 -3
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/EnableUserCommand.d.ts +4 -3
- package/dist-types/commands/GetChangesetCommand.d.ts +4 -3
- package/dist-types/commands/GetDataViewCommand.d.ts +4 -3
- package/dist-types/commands/GetDatasetCommand.d.ts +4 -3
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +4 -3
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +4 -3
- package/dist-types/commands/GetUserCommand.d.ts +4 -3
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +4 -3
- package/dist-types/commands/ListChangesetsCommand.d.ts +4 -3
- package/dist-types/commands/ListDataViewsCommand.d.ts +4 -3
- package/dist-types/commands/ListDatasetsCommand.d.ts +4 -3
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +4 -3
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +4 -3
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/ListUsersCommand.d.ts +4 -3
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +4 -3
- package/dist-types/commands/UpdateChangesetCommand.d.ts +4 -3
- package/dist-types/commands/UpdateDatasetCommand.d.ts +4 -3
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/UpdateUserCommand.d.ts +4 -3
- package/dist-types/models/models_0.d.ts +337 -337
- package/dist-types/ts3.4/FinspaceData.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -365,6 +365,7 @@ export interface FinspaceData {
|
|
|
365
365
|
options: __HttpHandlerOptions,
|
|
366
366
|
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
367
367
|
): void;
|
|
368
|
+
getWorkingLocation(): Promise<GetWorkingLocationCommandOutput>;
|
|
368
369
|
getWorkingLocation(
|
|
369
370
|
args: GetWorkingLocationCommandInput,
|
|
370
371
|
options?: __HttpHandlerOptions
|
|
@@ -391,6 +392,7 @@ export interface FinspaceData {
|
|
|
391
392
|
options: __HttpHandlerOptions,
|
|
392
393
|
cb: (err: any, data?: ListChangesetsCommandOutput) => void
|
|
393
394
|
): void;
|
|
395
|
+
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
394
396
|
listDatasets(
|
|
395
397
|
args: ListDatasetsCommandInput,
|
|
396
398
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AssociateUserToPermissionGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociateUserToPermissionGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociateUserToPermissionGroupCommandInput,
|
|
32
|
+
AssociateUserToPermissionGroupCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociateUserToPermissionGroupCommand extends AssociateUserToPermissionGroupCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateChangesetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateChangesetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateChangesetCommandInput,
|
|
31
|
+
CreateChangesetCommandOutput,
|
|
32
|
+
FinspaceDataClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateChangesetCommand extends CreateChangesetCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDataViewCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDataViewCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDataViewCommandInput,
|
|
31
|
+
CreateDataViewCommandOutput,
|
|
32
|
+
FinspaceDataClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDataViewCommand extends CreateDataViewCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDatasetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDatasetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDatasetCommandInput,
|
|
31
|
+
CreateDatasetCommandOutput,
|
|
32
|
+
FinspaceDataClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreatePermissionGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreatePermissionGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreatePermissionGroupCommandInput,
|
|
32
|
+
CreatePermissionGroupCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreatePermissionGroupCommand extends CreatePermissionGroupCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateUserCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateUserCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateUserCommandInput,
|
|
28
|
+
CreateUserCommandOutput,
|
|
29
|
+
FinspaceDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateUserCommand extends CreateUserCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteDatasetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteDatasetCommandInput,
|
|
31
|
+
DeleteDatasetCommandOutput,
|
|
32
|
+
FinspaceDataClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeletePermissionGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeletePermissionGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeletePermissionGroupCommandInput,
|
|
32
|
+
DeletePermissionGroupCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeletePermissionGroupCommand extends DeletePermissionGroupCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DisableUserCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DisableUserCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DisableUserCommandInput,
|
|
28
|
+
DisableUserCommandOutput,
|
|
29
|
+
FinspaceDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DisableUserCommand extends DisableUserCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociateUserFromPermissionGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociateUserFromPermissionGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociateUserFromPermissionGroupCommandInput,
|
|
32
|
+
DisassociateUserFromPermissionGroupCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociateUserFromPermissionGroupCommand extends DisassociateUserFromPermissionGroupCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const EnableUserCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: EnableUserCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
EnableUserCommandInput,
|
|
28
|
+
EnableUserCommandOutput,
|
|
29
|
+
FinspaceDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class EnableUserCommand extends EnableUserCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetChangesetCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetChangesetCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetChangesetCommandInput,
|
|
28
|
+
GetChangesetCommandOutput,
|
|
29
|
+
FinspaceDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetChangesetCommand extends GetChangesetCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetDataViewCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetDataViewCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetDataViewCommandInput,
|
|
28
|
+
GetDataViewCommandOutput,
|
|
29
|
+
FinspaceDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetDataViewCommand extends GetDataViewCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetDatasetCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetDatasetCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetDatasetCommandInput,
|
|
28
|
+
GetDatasetCommandOutput,
|
|
29
|
+
FinspaceDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetDatasetCommand extends GetDatasetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetExternalDataViewAccessDetailsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetExternalDataViewAccessDetailsCommandInput,
|
|
32
|
+
GetExternalDataViewAccessDetailsCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetPermissionGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetPermissionGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetPermissionGroupCommandInput,
|
|
32
|
+
GetPermissionGroupCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetProgrammaticAccessCredentialsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetProgrammaticAccessCredentialsCommandInput,
|
|
32
|
+
GetProgrammaticAccessCredentialsCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {}
|
|
@@ -19,6 +19,13 @@ declare const GetUserCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (__0_0: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetUserCommandInput,
|
|
24
|
+
GetUserCommandOutput,
|
|
25
|
+
FinspaceDataClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
22
29
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
30
|
};
|
|
24
31
|
export declare class GetUserCommand extends GetUserCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetWorkingLocationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [GetWorkingLocationCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetWorkingLocationCommandInput,
|
|
32
|
+
GetWorkingLocationCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListChangesetsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListChangesetsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListChangesetsCommandInput,
|
|
31
|
+
ListChangesetsCommandOutput,
|
|
32
|
+
FinspaceDataClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListChangesetsCommand extends ListChangesetsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListDataViewsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListDataViewsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListDataViewsCommandInput,
|
|
31
|
+
ListDataViewsCommandOutput,
|
|
32
|
+
FinspaceDataClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListDataViewsCommand extends ListDataViewsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListDatasetsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListDatasetsCommandInput,
|
|
28
|
+
ListDatasetsCommandOutput,
|
|
29
|
+
FinspaceDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPermissionGroupsByUserCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListPermissionGroupsByUserCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPermissionGroupsByUserCommandInput,
|
|
32
|
+
ListPermissionGroupsByUserCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPermissionGroupsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListPermissionGroupsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPermissionGroupsCommandInput,
|
|
32
|
+
ListPermissionGroupsCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListUsersByPermissionGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListUsersByPermissionGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListUsersByPermissionGroupCommandInput,
|
|
32
|
+
ListUsersByPermissionGroupCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListUsersCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListUsersCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListUsersCommandInput,
|
|
28
|
+
ListUsersCommandOutput,
|
|
29
|
+
FinspaceDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListUsersCommand extends ListUsersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ResetUserPasswordCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ResetUserPasswordCommandInput,
|
|
32
|
+
ResetUserPasswordCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateChangesetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateChangesetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateChangesetCommandInput,
|
|
31
|
+
UpdateChangesetCommandOutput,
|
|
32
|
+
FinspaceDataClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateChangesetCommand extends UpdateChangesetCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateDatasetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateDatasetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateDatasetCommandInput,
|
|
31
|
+
UpdateDatasetCommandOutput,
|
|
32
|
+
FinspaceDataClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdatePermissionGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdatePermissionGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdatePermissionGroupCommandInput,
|
|
32
|
+
UpdatePermissionGroupCommandOutput,
|
|
33
|
+
FinspaceDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateUserCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateUserCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateUserCommandInput,
|
|
28
|
+
UpdateUserCommandOutput,
|
|
29
|
+
FinspaceDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateUserCommand extends UpdateUserCommand_base {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-finspace-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Finspace Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.536.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-finspace-data",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
43
|
-
"@smithy/middleware-serde": "^2.
|
|
44
|
-
"@smithy/middleware-stack": "^2.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.
|
|
57
|
-
"@smithy/util-middleware": "^2.
|
|
58
|
-
"@smithy/util-retry": "^2.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
60
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.535.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.535.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.535.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.535.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
|
+
"@smithy/hash-node": "^2.2.0",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
44
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
46
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
49
|
+
"@smithy/types": "^2.12.0",
|
|
50
|
+
"@smithy/url-parser": "^2.2.0",
|
|
51
|
+
"@smithy/util-base64": "^2.3.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
57
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
58
|
+
"@smithy/util-retry": "^2.2.0",
|
|
59
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
60
|
+
"tslib": "^2.6.2",
|
|
61
61
|
"uuid": "^9.0.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^9.0.4",
|