@aws-sdk/client-finspace-data 3.289.0 → 3.292.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.
Files changed (32) hide show
  1. package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +20 -0
  2. package/dist-types/commands/CreateChangesetCommand.d.ts +23 -0
  3. package/dist-types/commands/CreateDataViewCommand.d.ts +20 -0
  4. package/dist-types/commands/CreateDatasetCommand.d.ts +23 -0
  5. package/dist-types/commands/CreatePermissionGroupCommand.d.ts +20 -0
  6. package/dist-types/commands/CreateUserCommand.d.ts +20 -0
  7. package/dist-types/commands/DeleteDatasetCommand.d.ts +23 -0
  8. package/dist-types/commands/DeletePermissionGroupCommand.d.ts +23 -0
  9. package/dist-types/commands/DisableUserCommand.d.ts +20 -0
  10. package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +20 -0
  11. package/dist-types/commands/EnableUserCommand.d.ts +23 -0
  12. package/dist-types/commands/GetChangesetCommand.d.ts +20 -0
  13. package/dist-types/commands/GetDataViewCommand.d.ts +17 -0
  14. package/dist-types/commands/GetDatasetCommand.d.ts +20 -0
  15. package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +17 -0
  16. package/dist-types/commands/GetPermissionGroupCommand.d.ts +17 -0
  17. package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +14 -0
  18. package/dist-types/commands/GetUserCommand.d.ts +17 -0
  19. package/dist-types/commands/GetWorkingLocationCommand.d.ts +14 -0
  20. package/dist-types/commands/ListChangesetsCommand.d.ts +20 -0
  21. package/dist-types/commands/ListDataViewsCommand.d.ts +17 -0
  22. package/dist-types/commands/ListDatasetsCommand.d.ts +17 -0
  23. package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +17 -0
  24. package/dist-types/commands/ListPermissionGroupsCommand.d.ts +14 -0
  25. package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +17 -0
  26. package/dist-types/commands/ListUsersCommand.d.ts +14 -0
  27. package/dist-types/commands/ResetUserPasswordCommand.d.ts +20 -0
  28. package/dist-types/commands/UpdateChangesetCommand.d.ts +20 -0
  29. package/dist-types/commands/UpdateDatasetCommand.d.ts +20 -0
  30. package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +20 -0
  31. package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
  32. package/package.json +35 -40
@@ -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.289.0",
4
+ "version": "3.292.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,57 +20,52 @@
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.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "@types/uuid": "^8.3.0",
63
63
  "concurrently": "7.0.0",
64
64
  "downlevel-dts": "0.10.1",
65
65
  "rimraf": "3.0.2",
66
- "typedoc": "0.19.2",
66
+ "typedoc": "0.23.23",
67
67
  "typescript": "~4.6.2"
68
68
  },
69
- "overrides": {
70
- "typedoc": {
71
- "typescript": "~4.6.2"
72
- }
73
- },
74
69
  "engines": {
75
70
  "node": ">=14.0.0"
76
71
  },