@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,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
|
ListUsersByPermissionGroupRequest,
|
|
10
4
|
ListUsersByPermissionGroupResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListUsersByPermissionGroupCommandInput
|
|
15
8
|
extends ListUsersByPermissionGroupRequest {}
|
|
16
9
|
export interface ListUsersByPermissionGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListUsersByPermissionGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListUsersByPermissionGroupCommandInput,
|
|
24
17
|
ListUsersByPermissionGroupCommandOutput,
|
|
25
|
-
FinspaceDataClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListUsersByPermissionGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListUsersByPermissionGroupCommandInput,
|
|
33
26
|
ListUsersByPermissionGroupCommandOutput,
|
|
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 ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_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 { ListUsersRequest, ListUsersResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListUsersCommandInput extends ListUsersRequest {}
|
|
12
5
|
export interface ListUsersCommandOutput
|
|
13
6
|
extends ListUsersResponse,
|
|
@@ -16,20 +9,18 @@ declare const ListUsersCommand_base: {
|
|
|
16
9
|
new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListUsersCommandInput,
|
|
18
11
|
ListUsersCommandOutput,
|
|
19
|
-
FinspaceDataClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
ListUsersCommandInput,
|
|
25
18
|
ListUsersCommandOutput,
|
|
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 ListUsersCommand extends ListUsersCommand_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
|
ResetUserPasswordRequest,
|
|
10
4
|
ResetUserPasswordResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ResetUserPasswordCommandInput
|
|
15
8
|
extends ResetUserPasswordRequest {}
|
|
16
9
|
export interface ResetUserPasswordCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ResetUserPasswordCommandInput,
|
|
24
17
|
ResetUserPasswordCommandOutput,
|
|
25
|
-
FinspaceDataClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ResetUserPasswordCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ResetUserPasswordCommandInput,
|
|
33
26
|
ResetUserPasswordCommandOutput,
|
|
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 ResetUserPasswordCommand extends ResetUserPasswordCommand_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
|
UpdateChangesetRequest,
|
|
10
4
|
UpdateChangesetResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateChangesetCommandInput extends UpdateChangesetRequest {}
|
|
15
8
|
export interface UpdateChangesetCommandOutput
|
|
16
9
|
extends UpdateChangesetResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateChangesetCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateChangesetCommandInput,
|
|
23
16
|
UpdateChangesetCommandOutput,
|
|
24
|
-
FinspaceDataClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateChangesetCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateChangesetCommandInput,
|
|
32
25
|
UpdateChangesetCommandOutput,
|
|
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 UpdateChangesetCommand extends UpdateChangesetCommand_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
|
UpdateDatasetRequest,
|
|
10
4
|
UpdateDatasetResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
|
|
15
8
|
export interface UpdateDatasetCommandOutput
|
|
16
9
|
extends UpdateDatasetResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateDatasetCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateDatasetCommandInput,
|
|
23
16
|
UpdateDatasetCommandOutput,
|
|
24
|
-
FinspaceDataClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateDatasetCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateDatasetCommandInput,
|
|
32
25
|
UpdateDatasetCommandOutput,
|
|
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 UpdateDatasetCommand extends UpdateDatasetCommand_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
|
UpdatePermissionGroupRequest,
|
|
10
4
|
UpdatePermissionGroupResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdatePermissionGroupCommandInput
|
|
15
8
|
extends UpdatePermissionGroupRequest {}
|
|
16
9
|
export interface UpdatePermissionGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdatePermissionGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdatePermissionGroupCommandInput,
|
|
24
17
|
UpdatePermissionGroupCommandOutput,
|
|
25
|
-
FinspaceDataClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdatePermissionGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdatePermissionGroupCommandInput,
|
|
33
26
|
UpdatePermissionGroupCommandOutput,
|
|
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 UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_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 { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateUserCommandInput extends UpdateUserRequest {}
|
|
12
5
|
export interface UpdateUserCommandOutput
|
|
13
6
|
extends UpdateUserResponse,
|
|
@@ -18,22 +11,20 @@ declare const UpdateUserCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateUserCommandInput,
|
|
20
13
|
UpdateUserCommandOutput,
|
|
21
|
-
FinspaceDataClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").FinspaceDataClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateUserCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateUserCommandInput,
|
|
29
22
|
UpdateUserCommandOutput,
|
|
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 UpdateUserCommand extends UpdateUserCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { FinspaceDataExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
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.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|