@aws-sdk/client-finspace-data 3.533.0 → 3.536.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/FinspaceData.d.ts +3 -1
- package/dist-types/FinspaceDataClient.d.ts +1 -1
- package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/CreateChangesetCommand.d.ts +4 -3
- package/dist-types/commands/CreateDataViewCommand.d.ts +4 -3
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -3
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/CreateUserCommand.d.ts +4 -3
- package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -3
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/DisableUserCommand.d.ts +4 -3
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/EnableUserCommand.d.ts +4 -3
- package/dist-types/commands/GetChangesetCommand.d.ts +4 -3
- package/dist-types/commands/GetDataViewCommand.d.ts +4 -3
- package/dist-types/commands/GetDatasetCommand.d.ts +4 -3
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +4 -3
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +4 -3
- package/dist-types/commands/GetUserCommand.d.ts +4 -3
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +4 -3
- package/dist-types/commands/ListChangesetsCommand.d.ts +4 -3
- package/dist-types/commands/ListDataViewsCommand.d.ts +4 -3
- package/dist-types/commands/ListDatasetsCommand.d.ts +4 -3
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +4 -3
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +4 -3
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/ListUsersCommand.d.ts +4 -3
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +4 -3
- package/dist-types/commands/UpdateChangesetCommand.d.ts +4 -3
- package/dist-types/commands/UpdateDatasetCommand.d.ts +4 -3
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +4 -3
- package/dist-types/commands/UpdateUserCommand.d.ts +4 -3
- package/dist-types/models/models_0.d.ts +337 -337
- package/dist-types/ts3.4/FinspaceData.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -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,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -76,6 +76,7 @@ declare const AssociateUserToPermissionGroupCommand_base: {
|
|
|
76
76
|
* @throws {@link FinspaceDataServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class AssociateUserToPermissionGroupCommand extends AssociateUserToPermissionGroupCommand_base {
|
|
81
82
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -86,6 +86,7 @@ declare const CreateChangesetCommand_base: {
|
|
|
86
86
|
* @throws {@link FinspaceDataServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateChangesetCommand extends CreateChangesetCommand_base {
|
|
91
92
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -91,6 +91,7 @@ declare const CreateDataViewCommand_base: {
|
|
|
91
91
|
* @throws {@link FinspaceDataServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateDataViewCommand extends CreateDataViewCommand_base {
|
|
96
97
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -108,6 +108,7 @@ declare const CreateDatasetCommand_base: {
|
|
|
108
108
|
* @throws {@link FinspaceDataServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
113
114
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -79,6 +79,7 @@ declare const CreatePermissionGroupCommand_base: {
|
|
|
79
79
|
* @throws {@link FinspaceDataServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreatePermissionGroupCommand extends CreatePermissionGroupCommand_base {
|
|
84
85
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -80,6 +80,7 @@ declare const CreateUserCommand_base: {
|
|
|
80
80
|
* @throws {@link FinspaceDataServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
85
86
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -78,6 +78,7 @@ declare const DeleteDatasetCommand_base: {
|
|
|
78
78
|
* @throws {@link FinspaceDataServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
83
84
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -78,6 +78,7 @@ declare const DeletePermissionGroupCommand_base: {
|
|
|
78
78
|
* @throws {@link FinspaceDataServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeletePermissionGroupCommand extends DeletePermissionGroupCommand_base {
|
|
83
84
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -75,6 +75,7 @@ declare const DisableUserCommand_base: {
|
|
|
75
75
|
* @throws {@link FinspaceDataServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DisableUserCommand extends DisableUserCommand_base {
|
|
80
81
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -76,6 +76,7 @@ declare const DisassociateUserFromPermissionGroupCommand_base: {
|
|
|
76
76
|
* @throws {@link FinspaceDataServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DisassociateUserFromPermissionGroupCommand extends DisassociateUserFromPermissionGroupCommand_base {
|
|
81
82
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -78,6 +78,7 @@ declare const EnableUserCommand_base: {
|
|
|
78
78
|
* @throws {@link FinspaceDataServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class EnableUserCommand extends EnableUserCommand_base {
|
|
83
84
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -94,6 +94,7 @@ declare const GetChangesetCommand_base: {
|
|
|
94
94
|
* @throws {@link FinspaceDataServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetChangesetCommand extends GetChangesetCommand_base {
|
|
99
100
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -96,6 +96,7 @@ declare const GetDataViewCommand_base: {
|
|
|
96
96
|
* @throws {@link FinspaceDataServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetDataViewCommand extends GetDataViewCommand_base {
|
|
101
102
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -96,6 +96,7 @@ declare const GetDatasetCommand_base: {
|
|
|
96
96
|
* @throws {@link FinspaceDataServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetDatasetCommand extends GetDatasetCommand_base {
|
|
101
102
|
}
|
|
@@ -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>
|
|
@@ -37,6 +35,8 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
|
37
35
|
* <p>You must be a member of a FinSpace user group, where the dataset that you want to access has <code>Read Dataset Data</code> permissions.</p>
|
|
38
36
|
* </li>
|
|
39
37
|
* </ul>
|
|
38
|
+
*
|
|
39
|
+
* @deprecated This method will be discontinued.
|
|
40
40
|
* @example
|
|
41
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
42
|
* ```javascript
|
|
@@ -89,6 +89,7 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
|
89
89
|
* @throws {@link FinspaceDataServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {
|
|
94
95
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -81,6 +81,7 @@ declare const GetPermissionGroupCommand_base: {
|
|
|
81
81
|
* @throws {@link FinspaceDataServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {
|
|
86
87
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -74,6 +74,7 @@ declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
|
74
74
|
* @throws {@link FinspaceDataServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -83,6 +83,7 @@ declare const GetUserCommand_base: {
|
|
|
83
83
|
* @throws {@link FinspaceDataServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetUserCommand extends GetUserCommand_base {
|
|
88
89
|
}
|
|
@@ -22,14 +22,14 @@ 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>
|
|
31
|
+
*
|
|
32
|
+
* @deprecated This method will be discontinued.
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -71,6 +71,7 @@ declare const GetWorkingLocationCommand_base: {
|
|
|
71
71
|
* @throws {@link FinspaceDataServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {
|
|
76
77
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -100,6 +100,7 @@ declare const ListChangesetsCommand_base: {
|
|
|
100
100
|
* @throws {@link FinspaceDataServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListChangesetsCommand extends ListChangesetsCommand_base {
|
|
105
106
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -102,6 +102,7 @@ declare const ListDataViewsCommand_base: {
|
|
|
102
102
|
* @throws {@link FinspaceDataServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class ListDataViewsCommand extends ListDataViewsCommand_base {
|
|
107
108
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -103,6 +103,7 @@ declare const ListDatasetsCommand_base: {
|
|
|
103
103
|
* @throws {@link FinspaceDataServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
108
109
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -80,6 +80,7 @@ declare const ListPermissionGroupsByUserCommand_base: {
|
|
|
80
80
|
* @throws {@link FinspaceDataServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {
|
|
85
86
|
}
|