@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
|
@@ -22,12 +22,10 @@ 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>
|
|
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 ListUsersCommand_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 ListUsersCommand extends ListUsersCommand_base {
|
|
91
91
|
}
|
|
@@ -22,12 +22,10 @@ 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>
|
|
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 ResetUserPasswordCommand_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 ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
|
|
81
81
|
}
|
|
@@ -22,12 +22,10 @@ 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>
|
|
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 UpdateChangesetCommand_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 UpdateChangesetCommand extends UpdateChangesetCommand_base {
|
|
88
88
|
}
|
|
@@ -22,12 +22,10 @@ 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>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +91,8 @@ declare const UpdateDatasetCommand_base: {
|
|
|
93
91
|
* @throws {@link FinspaceDataServiceException}
|
|
94
92
|
* <p>Base exception class for all service exceptions from FinspaceData service.</p>
|
|
95
93
|
*
|
|
94
|
+
* @public
|
|
95
|
+
* @deprecated This method will be discontinued.
|
|
96
96
|
*/
|
|
97
97
|
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
98
98
|
}
|
|
@@ -22,12 +22,10 @@ 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>
|
|
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 UpdatePermissionGroupCommand_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 UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {
|
|
85
85
|
}
|
|
@@ -22,12 +22,10 @@ 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>
|
|
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 UpdateUserCommand_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 UpdateUserCommand extends UpdateUserCommand_base {
|
|
85
85
|
}
|