@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
|
@@ -22,13 +22,13 @@ 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>
|
|
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
|
|
@@ -82,6 +82,7 @@ declare const ListPermissionGroupsCommand_base: {
|
|
|
82
82
|
* @throws {@link FinspaceDataServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {
|
|
87
88
|
}
|
|
@@ -22,13 +22,13 @@ 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>
|
|
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 ListUsersByPermissionGroupCommand_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 ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {
|
|
91
92
|
}
|
|
@@ -22,13 +22,13 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListUsersCommand_base: {
|
|
24
24
|
new (input: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, 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 users 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
|
|
@@ -86,6 +86,7 @@ declare const ListUsersCommand_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 ListUsersCommand extends ListUsersCommand_base {
|
|
91
92
|
}
|
|
@@ -22,13 +22,13 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ResetUserPasswordCommand_base: {
|
|
24
24
|
new (input: ResetUserPasswordCommandInput): import("@smithy/smithy-client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ResetUserPasswordCommandInput): import("@smithy/smithy-client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Resets the password for a specified user ID and generates a temporary one. Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the 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
|
|
@@ -76,6 +76,7 @@ declare const ResetUserPasswordCommand_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 ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
|
|
81
82
|
}
|
|
@@ -22,13 +22,13 @@ export interface UpdateChangesetCommandOutput extends UpdateChangesetResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateChangesetCommand_base: {
|
|
24
24
|
new (input: UpdateChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Updates a FinSpace 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
|
|
@@ -83,6 +83,7 @@ declare const UpdateChangesetCommand_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 UpdateChangesetCommand extends UpdateChangesetCommand_base {
|
|
88
89
|
}
|
|
@@ -22,13 +22,13 @@ export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateDatasetCommand_base: {
|
|
24
24
|
new (input: UpdateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Updates 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
|
|
@@ -93,6 +93,7 @@ declare const UpdateDatasetCommand_base: {
|
|
|
93
93
|
* @throws {@link FinspaceDataServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
98
99
|
}
|
|
@@ -22,13 +22,13 @@ export interface UpdatePermissionGroupCommandOutput extends UpdatePermissionGrou
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePermissionGroupCommand_base: {
|
|
24
24
|
new (input: UpdatePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Modifies the details of a permission group. You cannot modify a <code>permissionGroupID</code>.</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 UpdatePermissionGroupCommand_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 UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {
|
|
85
86
|
}
|
|
@@ -22,13 +22,13 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateUserCommand_base: {
|
|
24
24
|
new (input: UpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Modifies the details of the specified user. You cannot update the <code>userId</code> for a 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 UpdateUserCommand_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 UpdateUserCommand extends UpdateUserCommand_base {
|
|
85
86
|
}
|