@aws-sdk/client-finspace-data 3.533.0 → 3.535.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 +3 -3
- package/dist-types/commands/CreateChangesetCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataViewCommand.d.ts +3 -3
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -3
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -3
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +3 -3
- package/dist-types/commands/DisableUserCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +3 -3
- package/dist-types/commands/EnableUserCommand.d.ts +3 -3
- package/dist-types/commands/GetChangesetCommand.d.ts +3 -3
- package/dist-types/commands/GetDataViewCommand.d.ts +3 -3
- package/dist-types/commands/GetDatasetCommand.d.ts +3 -3
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +3 -3
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +3 -3
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +3 -3
- package/dist-types/commands/GetUserCommand.d.ts +3 -3
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +3 -3
- package/dist-types/commands/ListChangesetsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataViewsCommand.d.ts +3 -3
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -3
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +3 -3
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +3 -3
- package/dist-types/commands/ListUsersCommand.d.ts +3 -3
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +3 -3
- package/dist-types/commands/UpdateChangesetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -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
|
@@ -143,6 +143,7 @@ export interface FinspaceData {
|
|
|
143
143
|
/**
|
|
144
144
|
* @see {@link GetWorkingLocationCommand}
|
|
145
145
|
*/
|
|
146
|
+
getWorkingLocation(): Promise<GetWorkingLocationCommandOutput>;
|
|
146
147
|
getWorkingLocation(args: GetWorkingLocationCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkingLocationCommandOutput>;
|
|
147
148
|
getWorkingLocation(args: GetWorkingLocationCommandInput, cb: (err: any, data?: GetWorkingLocationCommandOutput) => void): void;
|
|
148
149
|
getWorkingLocation(args: GetWorkingLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkingLocationCommandOutput) => void): void;
|
|
@@ -155,6 +156,7 @@ export interface FinspaceData {
|
|
|
155
156
|
/**
|
|
156
157
|
* @see {@link ListDatasetsCommand}
|
|
157
158
|
*/
|
|
159
|
+
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
158
160
|
listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
|
|
159
161
|
listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
|
|
160
162
|
listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
|
|
@@ -220,8 +222,8 @@ export interface FinspaceData {
|
|
|
220
222
|
updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
|
|
221
223
|
}
|
|
222
224
|
/**
|
|
223
|
-
* @public
|
|
224
225
|
* <p> The FinSpace APIs let you take actions inside the FinSpace.</p>
|
|
226
|
+
* @public
|
|
225
227
|
*/
|
|
226
228
|
export declare class FinspaceData extends FinspaceDataClient implements FinspaceData {
|
|
227
229
|
}
|
|
@@ -182,8 +182,8 @@ export type FinspaceDataClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
182
182
|
export interface FinspaceDataClientResolvedConfig extends FinspaceDataClientResolvedConfigType {
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
|
-
* @public
|
|
186
185
|
* <p> The FinSpace APIs let you take actions inside the FinSpace.</p>
|
|
186
|
+
* @public
|
|
187
187
|
*/
|
|
188
188
|
export declare class FinspaceDataClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FinspaceDataClientResolvedConfig> {
|
|
189
189
|
/**
|
|
@@ -22,12 +22,10 @@ export interface AssociateUserToPermissionGroupCommandOutput extends AssociateUs
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateUserToPermissionGroupCommand_base: {
|
|
24
24
|
new (input: AssociateUserToPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserToPermissionGroupCommandInput, AssociateUserToPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateUserToPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserToPermissionGroupCommandInput, AssociateUserToPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Adds a user to a permission group to grant permissions for actions a user can perform in FinSpace.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +74,8 @@ declare const AssociateUserToPermissionGroupCommand_base: {
|
|
|
76
74
|
* @throws {@link FinspaceDataServiceException}
|
|
77
75
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
78
76
|
*
|
|
77
|
+
* @public
|
|
78
|
+
* @deprecated This method will be discontinued.
|
|
79
79
|
*/
|
|
80
80
|
export declare class AssociateUserToPermissionGroupCommand extends AssociateUserToPermissionGroupCommand_base {
|
|
81
81
|
}
|
|
@@ -22,12 +22,10 @@ export interface CreateChangesetCommandOutput extends CreateChangesetResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateChangesetCommand_base: {
|
|
24
24
|
new (input: CreateChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChangesetCommandInput, CreateChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChangesetCommandInput, CreateChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Creates a new Changeset in a FinSpace Dataset.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +84,8 @@ declare const CreateChangesetCommand_base: {
|
|
|
86
84
|
* @throws {@link FinspaceDataServiceException}
|
|
87
85
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
88
86
|
*
|
|
87
|
+
* @public
|
|
88
|
+
* @deprecated This method will be discontinued.
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreateChangesetCommand extends CreateChangesetCommand_base {
|
|
91
91
|
}
|
|
@@ -22,12 +22,10 @@ export interface CreateDataViewCommandOutput extends CreateDataViewResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDataViewCommand_base: {
|
|
24
24
|
new (input: CreateDataViewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataViewCommandInput, CreateDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDataViewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataViewCommandInput, CreateDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Creates a Dataview for a Dataset.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -91,6 +89,8 @@ declare const CreateDataViewCommand_base: {
|
|
|
91
89
|
* @throws {@link FinspaceDataServiceException}
|
|
92
90
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
93
91
|
*
|
|
92
|
+
* @public
|
|
93
|
+
* @deprecated This method will be discontinued.
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreateDataViewCommand extends CreateDataViewCommand_base {
|
|
96
96
|
}
|
|
@@ -22,12 +22,10 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDatasetCommand_base: {
|
|
24
24
|
new (input: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Creates a new FinSpace Dataset.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -108,6 +106,8 @@ declare const CreateDatasetCommand_base: {
|
|
|
108
106
|
* @throws {@link FinspaceDataServiceException}
|
|
109
107
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
110
108
|
*
|
|
109
|
+
* @public
|
|
110
|
+
* @deprecated This method will be discontinued.
|
|
111
111
|
*/
|
|
112
112
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
113
113
|
}
|
|
@@ -22,12 +22,10 @@ export interface CreatePermissionGroupCommandOutput extends CreatePermissionGrou
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePermissionGroupCommand_base: {
|
|
24
24
|
new (input: CreatePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePermissionGroupCommandInput, CreatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePermissionGroupCommandInput, CreatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Creates a group of permissions for various actions that a user can perform in FinSpace.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +77,8 @@ declare const CreatePermissionGroupCommand_base: {
|
|
|
79
77
|
* @throws {@link FinspaceDataServiceException}
|
|
80
78
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
81
79
|
*
|
|
80
|
+
* @public
|
|
81
|
+
* @deprecated This method will be discontinued.
|
|
82
82
|
*/
|
|
83
83
|
export declare class CreatePermissionGroupCommand extends CreatePermissionGroupCommand_base {
|
|
84
84
|
}
|
|
@@ -22,12 +22,10 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateUserCommand_base: {
|
|
24
24
|
new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Creates a new user in FinSpace.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +78,8 @@ declare const CreateUserCommand_base: {
|
|
|
80
78
|
* @throws {@link FinspaceDataServiceException}
|
|
81
79
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
82
80
|
*
|
|
81
|
+
* @public
|
|
82
|
+
* @deprecated This method will be discontinued.
|
|
83
83
|
*/
|
|
84
84
|
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
85
85
|
}
|
|
@@ -22,12 +22,10 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDatasetCommand_base: {
|
|
24
24
|
new (input: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Deletes a FinSpace Dataset.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +76,8 @@ declare const DeleteDatasetCommand_base: {
|
|
|
78
76
|
* @throws {@link FinspaceDataServiceException}
|
|
79
77
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
80
78
|
*
|
|
79
|
+
* @public
|
|
80
|
+
* @deprecated This method will be discontinued.
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
83
83
|
}
|
|
@@ -22,12 +22,10 @@ export interface DeletePermissionGroupCommandOutput extends DeletePermissionGrou
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePermissionGroupCommand_base: {
|
|
24
24
|
new (input: DeletePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionGroupCommandInput, DeletePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionGroupCommandInput, DeletePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Deletes a permission group. This action is irreversible.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +76,8 @@ declare const DeletePermissionGroupCommand_base: {
|
|
|
78
76
|
* @throws {@link FinspaceDataServiceException}
|
|
79
77
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
80
78
|
*
|
|
79
|
+
* @public
|
|
80
|
+
* @deprecated This method will be discontinued.
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeletePermissionGroupCommand extends DeletePermissionGroupCommand_base {
|
|
83
83
|
}
|
|
@@ -22,12 +22,10 @@ export interface DisableUserCommandOutput extends DisableUserResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableUserCommand_base: {
|
|
24
24
|
new (input: DisableUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Denies access to the FinSpace web application and API for the specified user.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +73,8 @@ declare const DisableUserCommand_base: {
|
|
|
75
73
|
* @throws {@link FinspaceDataServiceException}
|
|
76
74
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
77
75
|
*
|
|
76
|
+
* @public
|
|
77
|
+
* @deprecated This method will be discontinued.
|
|
78
78
|
*/
|
|
79
79
|
export declare class DisableUserCommand extends DisableUserCommand_base {
|
|
80
80
|
}
|
|
@@ -22,12 +22,10 @@ export interface DisassociateUserFromPermissionGroupCommandOutput extends Disass
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateUserFromPermissionGroupCommand_base: {
|
|
24
24
|
new (input: DisassociateUserFromPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateUserFromPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Removes a user from a permission group.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +74,8 @@ declare const DisassociateUserFromPermissionGroupCommand_base: {
|
|
|
76
74
|
* @throws {@link FinspaceDataServiceException}
|
|
77
75
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
78
76
|
*
|
|
77
|
+
* @public
|
|
78
|
+
* @deprecated This method will be discontinued.
|
|
79
79
|
*/
|
|
80
80
|
export declare class DisassociateUserFromPermissionGroupCommand extends DisassociateUserFromPermissionGroupCommand_base {
|
|
81
81
|
}
|
|
@@ -22,12 +22,10 @@ export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableUserCommand_base: {
|
|
24
24
|
new (input: EnableUserCommandInput): import("@smithy/smithy-client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableUserCommandInput): import("@smithy/smithy-client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p> Allows the specified user to access the FinSpace web application and API.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +76,8 @@ declare const EnableUserCommand_base: {
|
|
|
78
76
|
* @throws {@link FinspaceDataServiceException}
|
|
79
77
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
80
78
|
*
|
|
79
|
+
* @public
|
|
80
|
+
* @deprecated This method will be discontinued.
|
|
81
81
|
*/
|
|
82
82
|
export declare class EnableUserCommand extends EnableUserCommand_base {
|
|
83
83
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetChangesetCommandOutput extends GetChangesetResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetChangesetCommand_base: {
|
|
24
24
|
new (input: GetChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<GetChangesetCommandInput, GetChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<GetChangesetCommandInput, GetChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Get information about a Changeset.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +92,8 @@ declare const GetChangesetCommand_base: {
|
|
|
94
92
|
* @throws {@link FinspaceDataServiceException}
|
|
95
93
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
96
94
|
*
|
|
95
|
+
* @public
|
|
96
|
+
* @deprecated This method will be discontinued.
|
|
97
97
|
*/
|
|
98
98
|
export declare class GetChangesetCommand extends GetChangesetCommand_base {
|
|
99
99
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetDataViewCommandOutput extends GetDataViewResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDataViewCommand_base: {
|
|
24
24
|
new (input: GetDataViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataViewCommandInput, GetDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDataViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataViewCommandInput, GetDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Gets information about a Dataview.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +94,8 @@ declare const GetDataViewCommand_base: {
|
|
|
96
94
|
* @throws {@link FinspaceDataServiceException}
|
|
97
95
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
98
96
|
*
|
|
97
|
+
* @public
|
|
98
|
+
* @deprecated This method will be discontinued.
|
|
99
99
|
*/
|
|
100
100
|
export declare class GetDataViewCommand extends GetDataViewCommand_base {
|
|
101
101
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDatasetCommand_base: {
|
|
24
24
|
new (input: GetDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatasetCommandInput, GetDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatasetCommandInput, GetDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Returns information about a Dataset.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +94,8 @@ declare const GetDatasetCommand_base: {
|
|
|
96
94
|
* @throws {@link FinspaceDataServiceException}
|
|
97
95
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
98
96
|
*
|
|
97
|
+
* @public
|
|
98
|
+
* @deprecated This method will be discontinued.
|
|
99
99
|
*/
|
|
100
100
|
export declare class GetDatasetCommand extends GetDatasetCommand_base {
|
|
101
101
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetExternalDataViewAccessDetailsCommandOutput extends GetExtern
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
24
24
|
new (input: GetExternalDataViewAccessDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetExternalDataViewAccessDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Returns the credentials to access the external Dataview from an S3 location. To call this API:</p>
|
|
32
30
|
* <ul>
|
|
33
31
|
* <li>
|
|
@@ -89,6 +87,8 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
|
89
87
|
* @throws {@link FinspaceDataServiceException}
|
|
90
88
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
91
89
|
*
|
|
90
|
+
* @public
|
|
91
|
+
* @deprecated This method will be discontinued.
|
|
92
92
|
*/
|
|
93
93
|
export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {
|
|
94
94
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetPermissionGroupCommandOutput extends GetPermissionGroupRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetPermissionGroupCommand_base: {
|
|
24
24
|
new (input: GetPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Retrieves the details of a specific permission group.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +79,8 @@ declare const GetPermissionGroupCommand_base: {
|
|
|
81
79
|
* @throws {@link FinspaceDataServiceException}
|
|
82
80
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
83
81
|
*
|
|
82
|
+
* @public
|
|
83
|
+
* @deprecated This method will be discontinued.
|
|
84
84
|
*/
|
|
85
85
|
export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {
|
|
86
86
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetProgrammaticAccessCredentialsCommandOutput extends GetProgra
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
24
24
|
new (input: GetProgrammaticAccessCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetProgrammaticAccessCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Request programmatic credentials to use with FinSpace SDK. For more information, see <a href="https://docs.aws.amazon.com/finspace/latest/data-api/fs-using-the-finspace-api.html#accessing-credentials">Step 2. Access credentials programmatically using IAM access key id and secret access key</a>.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +72,8 @@ declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
|
74
72
|
* @throws {@link FinspaceDataServiceException}
|
|
75
73
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
76
74
|
*
|
|
75
|
+
* @public
|
|
76
|
+
* @deprecated This method will be discontinued.
|
|
77
77
|
*/
|
|
78
78
|
export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {
|
|
79
79
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetUserCommand_base: {
|
|
24
24
|
new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Retrieves details for a specific user.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +81,8 @@ declare const GetUserCommand_base: {
|
|
|
83
81
|
* @throws {@link FinspaceDataServiceException}
|
|
84
82
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
85
83
|
*
|
|
84
|
+
* @public
|
|
85
|
+
* @deprecated This method will be discontinued.
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetUserCommand extends GetUserCommand_base {
|
|
88
88
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetWorkingLocationCommandOutput extends GetWorkingLocationRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetWorkingLocationCommand_base: {
|
|
24
24
|
new (input: GetWorkingLocationCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetWorkingLocationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>A temporary Amazon S3 location, where you can copy your files from a source location to stage or use
|
|
32
30
|
* as a scratch space in FinSpace notebook.</p>
|
|
33
31
|
* @example
|
|
@@ -71,6 +69,8 @@ declare const GetWorkingLocationCommand_base: {
|
|
|
71
69
|
* @throws {@link FinspaceDataServiceException}
|
|
72
70
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
73
71
|
*
|
|
72
|
+
* @public
|
|
73
|
+
* @deprecated This method will be discontinued.
|
|
74
74
|
*/
|
|
75
75
|
export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {
|
|
76
76
|
}
|
|
@@ -22,12 +22,10 @@ export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListChangesetsCommand_base: {
|
|
24
24
|
new (input: ListChangesetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChangesetsCommandInput, ListChangesetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListChangesetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChangesetsCommandInput, ListChangesetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Lists the FinSpace Changesets for a Dataset.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +98,8 @@ declare const ListChangesetsCommand_base: {
|
|
|
100
98
|
* @throws {@link FinspaceDataServiceException}
|
|
101
99
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
102
100
|
*
|
|
101
|
+
* @public
|
|
102
|
+
* @deprecated This method will be discontinued.
|
|
103
103
|
*/
|
|
104
104
|
export declare class ListChangesetsCommand extends ListChangesetsCommand_base {
|
|
105
105
|
}
|
|
@@ -22,12 +22,10 @@ export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDataViewsCommand_base: {
|
|
24
24
|
new (input: ListDataViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataViewsCommandInput, ListDataViewsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDataViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataViewsCommandInput, ListDataViewsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Lists all available Dataviews for a Dataset.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -102,6 +100,8 @@ declare const ListDataViewsCommand_base: {
|
|
|
102
100
|
* @throws {@link FinspaceDataServiceException}
|
|
103
101
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
104
102
|
*
|
|
103
|
+
* @public
|
|
104
|
+
* @deprecated This method will be discontinued.
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListDataViewsCommand extends ListDataViewsCommand_base {
|
|
107
107
|
}
|
|
@@ -22,12 +22,10 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDatasetsCommand_base: {
|
|
24
24
|
new (input: ListDatasetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Lists all of the active Datasets that a user has access to.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -103,6 +101,8 @@ declare const ListDatasetsCommand_base: {
|
|
|
103
101
|
* @throws {@link FinspaceDataServiceException}
|
|
104
102
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
105
103
|
*
|
|
104
|
+
* @public
|
|
105
|
+
* @deprecated This method will be discontinued.
|
|
106
106
|
*/
|
|
107
107
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
108
108
|
}
|
|
@@ -22,12 +22,10 @@ export interface ListPermissionGroupsByUserCommandOutput extends ListPermissionG
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPermissionGroupsByUserCommand_base: {
|
|
24
24
|
new (input: ListPermissionGroupsByUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionGroupsByUserCommandInput, ListPermissionGroupsByUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPermissionGroupsByUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionGroupsByUserCommandInput, ListPermissionGroupsByUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Lists all the permission groups that are associated with a specific user.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +78,8 @@ declare const ListPermissionGroupsByUserCommand_base: {
|
|
|
80
78
|
* @throws {@link FinspaceDataServiceException}
|
|
81
79
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
82
80
|
*
|
|
81
|
+
* @public
|
|
82
|
+
* @deprecated This method will be discontinued.
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {
|
|
85
85
|
}
|
|
@@ -22,12 +22,10 @@ export interface ListPermissionGroupsCommandOutput extends ListPermissionGroupsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPermissionGroupsCommand_base: {
|
|
24
24
|
new (input: ListPermissionGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPermissionGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Lists all available permission groups in FinSpace.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +80,8 @@ declare const ListPermissionGroupsCommand_base: {
|
|
|
82
80
|
* @throws {@link FinspaceDataServiceException}
|
|
83
81
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
84
82
|
*
|
|
83
|
+
* @public
|
|
84
|
+
* @deprecated This method will be discontinued.
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {
|
|
87
87
|
}
|
|
@@ -22,12 +22,10 @@ export interface ListUsersByPermissionGroupCommandOutput extends ListUsersByPerm
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListUsersByPermissionGroupCommand_base: {
|
|
24
24
|
new (input: ListUsersByPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListUsersByPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Lists details of all the users in a specific permission group.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +84,8 @@ declare const ListUsersByPermissionGroupCommand_base: {
|
|
|
86
84
|
* @throws {@link FinspaceDataServiceException}
|
|
87
85
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
88
86
|
*
|
|
87
|
+
* @public
|
|
88
|
+
* @deprecated This method will be discontinued.
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {
|
|
91
91
|
}
|