@aws-sdk/client-finspace-data 3.337.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
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetProgrammaticAccessCredentialsCommand, se_GetProgrammaticAccessCredentialsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetProgrammaticAccessCredentialsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { GetUserResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class GetUserCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetWorkingLocationCommand, se_GetWorkingLocationCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetWorkingLocationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListChangesetsCommand, se_ListChangesetsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListChangesetsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListDataViewsCommand, se_ListDataViewsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListDataViewsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { ListDatasetsResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class ListDatasetsCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { ListPermissionGroupsByUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_ListPermissionGroupsByUserCommand, se_ListPermissionGroupsByUserCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class ListPermissionGroupsByUserCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { ListPermissionGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_ListPermissionGroupsCommand, se_ListPermissionGroupsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class ListPermissionGroupsCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { ListUsersByPermissionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_ListUsersByPermissionGroupCommand, se_ListUsersByPermissionGroupCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class ListUsersByPermissionGroupCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { ListUsersResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class ListUsersCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { ResetUserPasswordResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_ResetUserPasswordCommand, se_ResetUserPasswordCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class ResetUserPasswordCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateChangesetCommand, se_UpdateChangesetCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateChangesetCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateDatasetCommand, se_UpdateDatasetCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateDatasetCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { UpdatePermissionGroupRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_UpdatePermissionGroupCommand, se_UpdatePermissionGroupCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class UpdatePermissionGroupCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { UpdateUserRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class UpdateUserCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -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";
|
|
@@ -40,6 +40,7 @@ import { UpdateDatasetCommandInput, UpdateDatasetCommandOutput } from "./command
|
|
|
40
40
|
import { UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput } from "./commands/UpdatePermissionGroupCommand";
|
|
41
41
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
42
42
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
43
|
+
export { __Client };
|
|
43
44
|
/**
|
|
44
45
|
* @public
|
|
45
46
|
*/
|
|
@@ -154,7 +155,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
154
155
|
/**
|
|
155
156
|
* @public
|
|
156
157
|
*/
|
|
157
|
-
type FinspaceDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
158
|
+
export type FinspaceDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
158
159
|
/**
|
|
159
160
|
* @public
|
|
160
161
|
*
|
|
@@ -165,7 +166,7 @@ export interface FinspaceDataClientConfig extends FinspaceDataClientConfigType {
|
|
|
165
166
|
/**
|
|
166
167
|
* @public
|
|
167
168
|
*/
|
|
168
|
-
type FinspaceDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
169
|
+
export type FinspaceDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
169
170
|
/**
|
|
170
171
|
* @public
|
|
171
172
|
*
|
|
@@ -190,4 +191,3 @@ export declare class FinspaceDataClient extends __Client<__HttpHandlerOptions, S
|
|
|
190
191
|
*/
|
|
191
192
|
destroy(): void;
|
|
192
193
|
}
|
|
193
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { AssociateUserToPermissionGroupRequest, AssociateUserToPermissionGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { CreateChangesetRequest, CreateChangesetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { CreateDataViewRequest, CreateDataViewResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { CreatePermissionGroupRequest, CreatePermissionGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { DeletePermissionGroupRequest, DeletePermissionGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { DisableUserRequest, DisableUserResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { DisassociateUserFromPermissionGroupRequest, DisassociateUserFromPermissionGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { EnableUserRequest, EnableUserResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { GetChangesetRequest, GetChangesetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { GetDataViewRequest, GetDataViewResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { GetDatasetRequest, GetDatasetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { GetExternalDataViewAccessDetailsRequest, GetExternalDataViewAccessDetailsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { GetPermissionGroupRequest, GetPermissionGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { GetProgrammaticAccessCredentialsRequest, GetProgrammaticAccessCredentialsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { GetUserRequest, GetUserResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { ListChangesetsRequest, ListChangesetsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { ListDataViewsRequest, ListDataViewsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { ListPermissionGroupsByUserRequest, ListPermissionGroupsByUserResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { ListPermissionGroupsRequest, ListPermissionGroupsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { ListUsersByPermissionGroupRequest, ListUsersByPermissionGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { ResetUserPasswordRequest, ResetUserPasswordResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { UpdateChangesetRequest, UpdateChangesetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { UpdatePermissionGroupRequest, UpdatePermissionGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
5
5
|
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p> The FinSpace APIs let you take actions inside the FinSpace.</p>
|
|
3
|
+
*
|
|
4
|
+
* @packageDocumentation
|
|
5
|
+
*/
|
|
2
6
|
export * from "./FinspaceDataClient";
|
|
7
|
+
export * from "./FinspaceData";
|
|
3
8
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
9
|
export * from "./pagination";
|
|
10
|
+
export * from "./models";
|
|
6
11
|
export { FinspaceDataServiceException } from "./models/FinspaceDataServiceException";
|
|
@@ -175,6 +175,7 @@ import {
|
|
|
175
175
|
ClientResolvedEndpointParameters,
|
|
176
176
|
EndpointParameters,
|
|
177
177
|
} from "./endpoint/EndpointParameters";
|
|
178
|
+
export { __Client };
|
|
178
179
|
export type ServiceInputTypes =
|
|
179
180
|
| AssociateUserToPermissionGroupCommandInput
|
|
180
181
|
| CreateChangesetCommandInput
|
|
@@ -263,7 +264,7 @@ export interface ClientDefaults
|
|
|
263
264
|
logger?: __Logger;
|
|
264
265
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
265
266
|
}
|
|
266
|
-
type FinspaceDataClientConfigType = Partial<
|
|
267
|
+
export type FinspaceDataClientConfigType = Partial<
|
|
267
268
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
268
269
|
> &
|
|
269
270
|
ClientDefaults &
|
|
@@ -276,7 +277,7 @@ type FinspaceDataClientConfigType = Partial<
|
|
|
276
277
|
ClientInputEndpointParameters;
|
|
277
278
|
export interface FinspaceDataClientConfig
|
|
278
279
|
extends FinspaceDataClientConfigType {}
|
|
279
|
-
type FinspaceDataClientResolvedConfigType =
|
|
280
|
+
export type FinspaceDataClientResolvedConfigType =
|
|
280
281
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
281
282
|
Required<ClientDefaults> &
|
|
282
283
|
RegionResolvedConfig &
|
|
@@ -298,4 +299,3 @@ export declare class FinspaceDataClient extends __Client<
|
|
|
298
299
|
constructor(configuration: FinspaceDataClientConfig);
|
|
299
300
|
destroy(): void;
|
|
300
301
|
}
|
|
301
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AssociateUserToPermissionGroupRequest,
|
|
16
16
|
AssociateUserToPermissionGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateUserToPermissionGroupCommandInput
|
|
19
20
|
extends AssociateUserToPermissionGroupRequest {}
|
|
20
21
|
export interface AssociateUserToPermissionGroupCommandOutput
|