@aws-sdk/client-finspace-data 3.288.0 → 3.290.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/commands/AssociateUserToPermissionGroupCommand.d.ts +20 -0
- package/dist-types/commands/CreateChangesetCommand.d.ts +23 -0
- package/dist-types/commands/CreateDataViewCommand.d.ts +20 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +23 -0
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +20 -0
- package/dist-types/commands/CreateUserCommand.d.ts +20 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +23 -0
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +23 -0
- package/dist-types/commands/DisableUserCommand.d.ts +20 -0
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +20 -0
- package/dist-types/commands/EnableUserCommand.d.ts +23 -0
- package/dist-types/commands/GetChangesetCommand.d.ts +20 -0
- package/dist-types/commands/GetDataViewCommand.d.ts +17 -0
- package/dist-types/commands/GetDatasetCommand.d.ts +20 -0
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +17 -0
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +17 -0
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +14 -0
- package/dist-types/commands/GetUserCommand.d.ts +17 -0
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +14 -0
- package/dist-types/commands/ListChangesetsCommand.d.ts +20 -0
- package/dist-types/commands/ListDataViewsCommand.d.ts +17 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +17 -0
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +17 -0
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +14 -0
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +17 -0
- package/dist-types/commands/ListUsersCommand.d.ts +14 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +20 -0
- package/dist-types/commands/UpdateChangesetCommand.d.ts +20 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +20 -0
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +20 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
- package/package.json +29 -29
|
@@ -29,6 +29,26 @@ export interface AssociateUserToPermissionGroupCommandOutput extends AssociateUs
|
|
|
29
29
|
* @see {@link AssociateUserToPermissionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class AssociateUserToPermissionGroupCommand extends $Command<AssociateUserToPermissionGroupCommandInput, AssociateUserToPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: AssociateUserToPermissionGroupCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface CreateChangesetCommandOutput extends CreateChangesetResponse, _
|
|
|
29
29
|
* @see {@link CreateChangesetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>A limit has exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>One or more resources can't be found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class CreateChangesetCommand extends $Command<CreateChangesetCommandInput, CreateChangesetCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
57
|
readonly input: CreateChangesetCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface CreateDataViewCommandOutput extends CreateDataViewResponse, __M
|
|
|
29
29
|
* @see {@link CreateDataViewCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
40
|
+
* <p>A limit has exceeded.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class CreateDataViewCommand extends $Command<CreateDataViewCommandInput, CreateDataViewCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: CreateDataViewCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
29
29
|
* @see {@link CreateDatasetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>A limit has exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>One or more resources can't be found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
57
|
readonly input: CreateDatasetCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface CreatePermissionGroupCommandOutput extends CreatePermissionGrou
|
|
|
29
29
|
* @see {@link CreatePermissionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>A limit has exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class CreatePermissionGroupCommand extends $Command<CreatePermissionGroupCommandInput, CreatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: CreatePermissionGroupCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
|
|
|
29
29
|
* @see {@link CreateUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>A limit has exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: CreateUserCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>A limit has exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>One or more resources can't be found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
57
|
readonly input: DeleteDatasetCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface DeletePermissionGroupCommandOutput extends DeletePermissionGrou
|
|
|
29
29
|
* @see {@link DeletePermissionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>A limit has exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>One or more resources can't be found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class DeletePermissionGroupCommand extends $Command<DeletePermissionGroupCommandInput, DeletePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
57
|
readonly input: DeletePermissionGroupCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DisableUserCommandOutput extends DisableUserResponse, __Metadat
|
|
|
29
29
|
* @see {@link DisableUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DisableUserCommand extends $Command<DisableUserCommandInput, DisableUserCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: DisableUserCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DisassociateUserFromPermissionGroupCommandOutput extends Disass
|
|
|
29
29
|
* @see {@link DisassociateUserFromPermissionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DisassociateUserFromPermissionGroupCommand extends $Command<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: DisassociateUserFromPermissionGroupCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataB
|
|
|
29
29
|
* @see {@link EnableUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>A limit has exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>One or more resources can't be found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class EnableUserCommand extends $Command<EnableUserCommandInput, EnableUserCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
57
|
readonly input: EnableUserCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface GetChangesetCommandOutput extends GetChangesetResponse, __Metad
|
|
|
29
29
|
* @see {@link GetChangesetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class GetChangesetCommand extends $Command<GetChangesetCommandInput, GetChangesetCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: GetChangesetCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface GetDataViewCommandOutput extends GetDataViewResponse, __Metadat
|
|
|
29
29
|
* @see {@link GetDataViewCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>One or more resources can't be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied due to request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class GetDataViewCommand extends $Command<GetDataViewCommandInput, GetDataViewCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
51
|
readonly input: GetDataViewCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataB
|
|
|
29
29
|
* @see {@link GetDatasetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class GetDatasetCommand extends $Command<GetDatasetCommandInput, GetDatasetCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: GetDatasetCommandInput;
|
|
@@ -37,6 +37,23 @@ export interface GetExternalDataViewAccessDetailsCommandOutput extends GetExtern
|
|
|
37
37
|
* @see {@link GetExternalDataViewAccessDetailsCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
45
|
+
* failure.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>One or more resources can't be found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The request was denied due to request throttling.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
40
57
|
*/
|
|
41
58
|
export declare class GetExternalDataViewAccessDetailsCommand extends $Command<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
42
59
|
readonly input: GetExternalDataViewAccessDetailsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface GetPermissionGroupCommandOutput extends GetPermissionGroupRespo
|
|
|
29
29
|
* @see {@link GetPermissionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>One or more resources can't be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied due to request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class GetPermissionGroupCommand extends $Command<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
51
|
readonly input: GetPermissionGroupCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface GetProgrammaticAccessCredentialsCommandOutput extends GetProgra
|
|
|
29
29
|
* @see {@link GetProgrammaticAccessCredentialsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied due to request throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class GetProgrammaticAccessCredentialsCommand extends $Command<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
48
|
readonly input: GetProgrammaticAccessCredentialsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
|
|
|
29
29
|
* @see {@link GetUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>One or more resources can't be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied due to request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class GetUserCommand extends $Command<GetUserCommandInput, GetUserCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
51
|
readonly input: GetUserCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface GetWorkingLocationCommandOutput extends GetWorkingLocationRespo
|
|
|
30
30
|
* @see {@link GetWorkingLocationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
38
|
+
* failure.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
41
|
+
* <p>The request was denied due to request throttling.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class GetWorkingLocationCommand extends $Command<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
35
49
|
readonly input: GetWorkingLocationCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __M
|
|
|
29
29
|
* @see {@link ListChangesetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class ListChangesetsCommand extends $Command<ListChangesetsCommandInput, ListChangesetsCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: ListChangesetsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __Met
|
|
|
29
29
|
* @see {@link ListDataViewsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>One or more resources can't be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied due to request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListDataViewsCommand extends $Command<ListDataViewsCommandInput, ListDataViewsCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
51
|
readonly input: ListDataViewsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
29
29
|
* @see {@link ListDatasetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>One or more resources can't be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied due to request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
51
|
readonly input: ListDatasetsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListPermissionGroupsByUserCommandOutput extends ListPermissionG
|
|
|
29
29
|
* @see {@link ListPermissionGroupsByUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>One or more resources can't be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied due to request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListPermissionGroupsByUserCommand extends $Command<ListPermissionGroupsByUserCommandInput, ListPermissionGroupsByUserCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
51
|
readonly input: ListPermissionGroupsByUserCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListPermissionGroupsCommandOutput extends ListPermissionGroupsR
|
|
|
29
29
|
* @see {@link ListPermissionGroupsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied due to request throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListPermissionGroupsCommand extends $Command<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
48
|
readonly input: ListPermissionGroupsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListUsersByPermissionGroupCommandOutput extends ListUsersByPerm
|
|
|
29
29
|
* @see {@link ListUsersByPermissionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>One or more resources can't be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied due to request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListUsersByPermissionGroupCommand extends $Command<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
51
|
readonly input: ListUsersByPermissionGroupCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link ListUsersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
37
|
+
* failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied due to request throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
48
|
readonly input: ListUsersCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordRespons
|
|
|
29
29
|
* @see {@link ResetUserPasswordCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class ResetUserPasswordCommand extends $Command<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: ResetUserPasswordCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface UpdateChangesetCommandOutput extends UpdateChangesetResponse, _
|
|
|
29
29
|
* @see {@link UpdateChangesetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class UpdateChangesetCommand extends $Command<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: UpdateChangesetCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateDatasetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class UpdateDatasetCommand extends $Command<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: UpdateDatasetCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface UpdatePermissionGroupCommandOutput extends UpdatePermissionGrou
|
|
|
29
29
|
* @see {@link UpdatePermissionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class UpdatePermissionGroupCommand extends $Command<UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: UpdatePermissionGroupCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
29
29
|
* @see {@link UpdateUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link FinspaceDataClientResolvedConfig | config} for FinspaceDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request conflicts with an existing resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>One or more resources can't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, FinspaceDataClientResolvedConfig> {
|
|
34
54
|
readonly input: UpdateUserCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-finspace-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Finspace Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|