@aws-sdk/client-finspace-data 3.335.0 → 3.338.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/FinspaceDataClient.js +2 -1
- package/dist-cjs/commands/AssociateUserToPermissionGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateChangesetCommand.js +2 -1
- package/dist-cjs/commands/CreateDataViewCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
- package/dist-cjs/commands/CreatePermissionGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateUserCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
- package/dist-cjs/commands/DeletePermissionGroupCommand.js +2 -1
- package/dist-cjs/commands/DisableUserCommand.js +2 -1
- package/dist-cjs/commands/DisassociateUserFromPermissionGroupCommand.js +2 -1
- package/dist-cjs/commands/EnableUserCommand.js +2 -1
- package/dist-cjs/commands/GetChangesetCommand.js +2 -1
- package/dist-cjs/commands/GetDataViewCommand.js +2 -1
- package/dist-cjs/commands/GetDatasetCommand.js +2 -1
- package/dist-cjs/commands/GetExternalDataViewAccessDetailsCommand.js +2 -1
- package/dist-cjs/commands/GetPermissionGroupCommand.js +2 -1
- package/dist-cjs/commands/GetProgrammaticAccessCredentialsCommand.js +2 -1
- package/dist-cjs/commands/GetUserCommand.js +2 -1
- package/dist-cjs/commands/GetWorkingLocationCommand.js +2 -1
- package/dist-cjs/commands/ListChangesetsCommand.js +2 -1
- package/dist-cjs/commands/ListDataViewsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -1
- package/dist-cjs/commands/ListPermissionGroupsByUserCommand.js +2 -1
- package/dist-cjs/commands/ListPermissionGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListUsersByPermissionGroupCommand.js +2 -1
- package/dist-cjs/commands/ListUsersCommand.js +2 -1
- package/dist-cjs/commands/ResetUserPasswordCommand.js +2 -1
- package/dist-cjs/commands/UpdateChangesetCommand.js +2 -1
- package/dist-cjs/commands/UpdateDatasetCommand.js +2 -1
- package/dist-cjs/commands/UpdatePermissionGroupCommand.js +2 -1
- package/dist-cjs/commands/UpdateUserCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/FinspaceDataServiceException.js +2 -1
- package/dist-es/FinspaceDataClient.js +1 -0
- package/dist-es/commands/AssociateUserToPermissionGroupCommand.js +1 -0
- package/dist-es/commands/CreateChangesetCommand.js +1 -0
- package/dist-es/commands/CreateDataViewCommand.js +1 -0
- package/dist-es/commands/CreateDatasetCommand.js +1 -0
- package/dist-es/commands/CreatePermissionGroupCommand.js +1 -0
- package/dist-es/commands/CreateUserCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetCommand.js +1 -0
- package/dist-es/commands/DeletePermissionGroupCommand.js +1 -0
- package/dist-es/commands/DisableUserCommand.js +1 -0
- package/dist-es/commands/DisassociateUserFromPermissionGroupCommand.js +1 -0
- package/dist-es/commands/EnableUserCommand.js +1 -0
- package/dist-es/commands/GetChangesetCommand.js +1 -0
- package/dist-es/commands/GetDataViewCommand.js +1 -0
- package/dist-es/commands/GetDatasetCommand.js +1 -0
- package/dist-es/commands/GetExternalDataViewAccessDetailsCommand.js +1 -0
- package/dist-es/commands/GetPermissionGroupCommand.js +1 -0
- package/dist-es/commands/GetProgrammaticAccessCredentialsCommand.js +1 -0
- package/dist-es/commands/GetUserCommand.js +1 -0
- package/dist-es/commands/GetWorkingLocationCommand.js +1 -0
- package/dist-es/commands/ListChangesetsCommand.js +1 -0
- package/dist-es/commands/ListDataViewsCommand.js +1 -0
- package/dist-es/commands/ListDatasetsCommand.js +1 -0
- package/dist-es/commands/ListPermissionGroupsByUserCommand.js +1 -0
- package/dist-es/commands/ListPermissionGroupsCommand.js +1 -0
- package/dist-es/commands/ListUsersByPermissionGroupCommand.js +1 -0
- package/dist-es/commands/ListUsersCommand.js +1 -0
- package/dist-es/commands/ResetUserPasswordCommand.js +1 -0
- package/dist-es/commands/UpdateChangesetCommand.js +1 -0
- package/dist-es/commands/UpdateDatasetCommand.js +1 -0
- package/dist-es/commands/UpdatePermissionGroupCommand.js +1 -0
- package/dist-es/commands/UpdateUserCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/FinspaceDataServiceException.js +1 -0
- package/dist-types/FinspaceDataClient.d.ts +3 -3
- package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateChangesetCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataViewCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateUserCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +4 -0
- package/dist-types/commands/DisableUserCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +4 -0
- package/dist-types/commands/EnableUserCommand.d.ts +4 -0
- package/dist-types/commands/GetChangesetCommand.d.ts +4 -0
- package/dist-types/commands/GetDataViewCommand.d.ts +4 -0
- package/dist-types/commands/GetDatasetCommand.d.ts +4 -0
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +4 -0
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +4 -0
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +4 -0
- package/dist-types/commands/GetUserCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +4 -0
- package/dist-types/commands/ListChangesetsCommand.d.ts +4 -0
- package/dist-types/commands/ListDataViewsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +4 -0
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +4 -0
- package/dist-types/commands/ListUsersCommand.d.ts +4 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +4 -0
- package/dist-types/commands/UpdateChangesetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/FinspaceDataServiceException.d.ts +1 -0
- package/dist-types/ts3.4/FinspaceDataClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/FinspaceDataServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateChangesetRequest,
|
|
16
16
|
CreateChangesetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateChangesetCommandInput extends CreateChangesetRequest {}
|
|
19
20
|
export interface CreateChangesetCommandOutput
|
|
20
21
|
extends CreateChangesetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDataViewRequest,
|
|
16
16
|
CreateDataViewResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDataViewCommandInput extends CreateDataViewRequest {}
|
|
19
20
|
export interface CreateDataViewCommandOutput
|
|
20
21
|
extends CreateDataViewResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDatasetRequest,
|
|
16
16
|
CreateDatasetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
19
20
|
export interface CreateDatasetCommandOutput
|
|
20
21
|
extends CreateDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreatePermissionGroupRequest,
|
|
16
16
|
CreatePermissionGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreatePermissionGroupCommandInput
|
|
19
20
|
extends CreatePermissionGroupRequest {}
|
|
20
21
|
export interface CreatePermissionGroupCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FinspaceDataClient";
|
|
14
14
|
import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateUserCommandInput extends CreateUserRequest {}
|
|
16
17
|
export interface CreateUserCommandOutput
|
|
17
18
|
extends CreateUserResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteDatasetRequest,
|
|
16
16
|
DeleteDatasetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
19
20
|
export interface DeleteDatasetCommandOutput
|
|
20
21
|
extends DeleteDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeletePermissionGroupRequest,
|
|
16
16
|
DeletePermissionGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeletePermissionGroupCommandInput
|
|
19
20
|
extends DeletePermissionGroupRequest {}
|
|
20
21
|
export interface DeletePermissionGroupCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FinspaceDataClient";
|
|
14
14
|
import { DisableUserRequest, DisableUserResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DisableUserCommandInput extends DisableUserRequest {}
|
|
16
17
|
export interface DisableUserCommandOutput
|
|
17
18
|
extends DisableUserResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DisassociateUserFromPermissionGroupRequest,
|
|
16
16
|
DisassociateUserFromPermissionGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateUserFromPermissionGroupCommandInput
|
|
19
20
|
extends DisassociateUserFromPermissionGroupRequest {}
|
|
20
21
|
export interface DisassociateUserFromPermissionGroupCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FinspaceDataClient";
|
|
14
14
|
import { EnableUserRequest, EnableUserResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface EnableUserCommandInput extends EnableUserRequest {}
|
|
16
17
|
export interface EnableUserCommandOutput
|
|
17
18
|
extends EnableUserResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FinspaceDataClient";
|
|
14
14
|
import { GetChangesetRequest, GetChangesetResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetChangesetCommandInput extends GetChangesetRequest {}
|
|
16
17
|
export interface GetChangesetCommandOutput
|
|
17
18
|
extends GetChangesetResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FinspaceDataClient";
|
|
14
14
|
import { GetDataViewRequest, GetDataViewResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetDataViewCommandInput extends GetDataViewRequest {}
|
|
16
17
|
export interface GetDataViewCommandOutput
|
|
17
18
|
extends GetDataViewResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FinspaceDataClient";
|
|
14
14
|
import { GetDatasetRequest, GetDatasetResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetDatasetCommandInput extends GetDatasetRequest {}
|
|
16
17
|
export interface GetDatasetCommandOutput
|
|
17
18
|
extends GetDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetExternalDataViewAccessDetailsRequest,
|
|
16
16
|
GetExternalDataViewAccessDetailsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetExternalDataViewAccessDetailsCommandInput
|
|
19
20
|
extends GetExternalDataViewAccessDetailsRequest {}
|
|
20
21
|
export interface GetExternalDataViewAccessDetailsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetPermissionGroupRequest,
|
|
16
16
|
GetPermissionGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetPermissionGroupCommandInput
|
|
19
20
|
extends GetPermissionGroupRequest {}
|
|
20
21
|
export interface GetPermissionGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetProgrammaticAccessCredentialsRequest,
|
|
16
16
|
GetProgrammaticAccessCredentialsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetProgrammaticAccessCredentialsCommandInput
|
|
19
20
|
extends GetProgrammaticAccessCredentialsRequest {}
|
|
20
21
|
export interface GetProgrammaticAccessCredentialsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FinspaceDataClient";
|
|
14
14
|
import { GetUserRequest, GetUserResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetUserCommandInput extends GetUserRequest {}
|
|
16
17
|
export interface GetUserCommandOutput
|
|
17
18
|
extends GetUserResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetWorkingLocationRequest,
|
|
16
16
|
GetWorkingLocationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetWorkingLocationCommandInput
|
|
19
20
|
extends GetWorkingLocationRequest {}
|
|
20
21
|
export interface GetWorkingLocationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListChangesetsRequest,
|
|
16
16
|
ListChangesetsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListChangesetsCommandInput extends ListChangesetsRequest {}
|
|
19
20
|
export interface ListChangesetsCommandOutput
|
|
20
21
|
extends ListChangesetsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDataViewsRequest,
|
|
16
16
|
ListDataViewsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDataViewsCommandInput extends ListDataViewsRequest {}
|
|
19
20
|
export interface ListDataViewsCommandOutput
|
|
20
21
|
extends ListDataViewsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FinspaceDataClient";
|
|
14
14
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
16
17
|
export interface ListDatasetsCommandOutput
|
|
17
18
|
extends ListDatasetsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListPermissionGroupsByUserRequest,
|
|
16
16
|
ListPermissionGroupsByUserResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPermissionGroupsByUserCommandInput
|
|
19
20
|
extends ListPermissionGroupsByUserRequest {}
|
|
20
21
|
export interface ListPermissionGroupsByUserCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListPermissionGroupsRequest,
|
|
16
16
|
ListPermissionGroupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPermissionGroupsCommandInput
|
|
19
20
|
extends ListPermissionGroupsRequest {}
|
|
20
21
|
export interface ListPermissionGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListUsersByPermissionGroupRequest,
|
|
16
16
|
ListUsersByPermissionGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListUsersByPermissionGroupCommandInput
|
|
19
20
|
extends ListUsersByPermissionGroupRequest {}
|
|
20
21
|
export interface ListUsersByPermissionGroupCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FinspaceDataClient";
|
|
14
14
|
import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListUsersCommandInput extends ListUsersRequest {}
|
|
16
17
|
export interface ListUsersCommandOutput
|
|
17
18
|
extends ListUsersResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ResetUserPasswordRequest,
|
|
16
16
|
ResetUserPasswordResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ResetUserPasswordCommandInput
|
|
19
20
|
extends ResetUserPasswordRequest {}
|
|
20
21
|
export interface ResetUserPasswordCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateChangesetRequest,
|
|
16
16
|
UpdateChangesetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateChangesetCommandInput extends UpdateChangesetRequest {}
|
|
19
20
|
export interface UpdateChangesetCommandOutput
|
|
20
21
|
extends UpdateChangesetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateDatasetRequest,
|
|
16
16
|
UpdateDatasetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
|
|
19
20
|
export interface UpdateDatasetCommandOutput
|
|
20
21
|
extends UpdateDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdatePermissionGroupRequest,
|
|
16
16
|
UpdatePermissionGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdatePermissionGroupCommandInput
|
|
19
20
|
extends UpdatePermissionGroupRequest {}
|
|
20
21
|
export interface UpdatePermissionGroupCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FinspaceDataClient";
|
|
14
14
|
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateUserCommandInput extends UpdateUserRequest {}
|
|
16
17
|
export interface UpdateUserCommandOutput
|
|
17
18
|
extends UpdateUserResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./FinspaceData";
|
|
2
1
|
export * from "./FinspaceDataClient";
|
|
2
|
+
export * from "./FinspaceData";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { FinspaceDataServiceException } from "./models/FinspaceDataServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class FinspaceDataServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
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.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|