@aws-sdk/client-redshift-serverless 3.289.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.
Files changed (41) hide show
  1. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +19 -0
  2. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +19 -0
  3. package/dist-types/commands/CreateNamespaceCommand.d.ts +13 -0
  4. package/dist-types/commands/CreateSnapshotCommand.d.ts +19 -0
  5. package/dist-types/commands/CreateUsageLimitCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateWorkgroupCommand.d.ts +19 -0
  7. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +13 -0
  8. package/dist-types/commands/DeleteNamespaceCommand.d.ts +13 -0
  9. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +10 -0
  10. package/dist-types/commands/DeleteSnapshotCommand.d.ts +13 -0
  11. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +13 -0
  12. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +13 -0
  13. package/dist-types/commands/GetCredentialsCommand.d.ts +10 -0
  14. package/dist-types/commands/GetEndpointAccessCommand.d.ts +13 -0
  15. package/dist-types/commands/GetNamespaceCommand.d.ts +10 -0
  16. package/dist-types/commands/GetRecoveryPointCommand.d.ts +13 -0
  17. package/dist-types/commands/GetResourcePolicyCommand.d.ts +10 -0
  18. package/dist-types/commands/GetSnapshotCommand.d.ts +10 -0
  19. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +7 -0
  20. package/dist-types/commands/GetUsageLimitCommand.d.ts +13 -0
  21. package/dist-types/commands/GetWorkgroupCommand.d.ts +10 -0
  22. package/dist-types/commands/ListEndpointAccessCommand.d.ts +13 -0
  23. package/dist-types/commands/ListNamespacesCommand.d.ts +7 -0
  24. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +7 -0
  25. package/dist-types/commands/ListSnapshotsCommand.d.ts +10 -0
  26. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +10 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  28. package/dist-types/commands/ListUsageLimitsCommand.d.ts +16 -0
  29. package/dist-types/commands/ListWorkgroupsCommand.d.ts +7 -0
  30. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  31. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +13 -0
  32. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +16 -0
  33. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +13 -0
  34. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  35. package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
  36. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +16 -0
  37. package/dist-types/commands/UpdateNamespaceCommand.d.ts +13 -0
  38. package/dist-types/commands/UpdateSnapshotCommand.d.ts +13 -0
  39. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +13 -0
  40. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +16 -0
  41. package/package.json +29 -29
@@ -30,6 +30,25 @@ export interface ConvertRecoveryPointToSnapshotCommandOutput extends ConvertReco
30
30
  * @see {@link ConvertRecoveryPointToSnapshotCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The submitted action has conflicts.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link ServiceQuotaExceededException} (client fault)
43
+ * <p>The service limit was exceeded.</p>
44
+ *
45
+ * @throws {@link TooManyTagsException} (client fault)
46
+ * <p>The request exceeded the number of tags allowed for a resource.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class ConvertRecoveryPointToSnapshotCommand extends $Command<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
35
54
  readonly input: ConvertRecoveryPointToSnapshotCommandInput;
@@ -29,6 +29,25 @@ export interface CreateEndpointAccessCommandOutput extends CreateEndpointAccessR
29
29
  * @see {@link CreateEndpointAccessCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient'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 submitted action has conflicts.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource could not be found.</p>
43
+ *
44
+ * @throws {@link ServiceQuotaExceededException} (client fault)
45
+ * <p>The service limit was exceeded.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateEndpointAccessCommand extends $Command<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
53
  readonly input: CreateEndpointAccessCommandInput;
@@ -29,6 +29,19 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _
29
29
  * @see {@link CreateNamespaceCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link TooManyTagsException} (client fault)
39
+ * <p>The request exceeded the number of tags allowed for a resource.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class CreateNamespaceCommand extends $Command<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: CreateNamespaceCommandInput;
@@ -32,6 +32,25 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __M
32
32
  * @see {@link CreateSnapshotCommandOutput} for command's `response` shape.
33
33
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
34
34
  *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The submitted action has conflicts.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource could not be found.</p>
43
+ *
44
+ * @throws {@link ServiceQuotaExceededException} (client fault)
45
+ * <p>The service limit was exceeded.</p>
46
+ *
47
+ * @throws {@link TooManyTagsException} (client fault)
48
+ * <p>The request exceeded the number of tags allowed for a resource.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
52
+ *
53
+ *
35
54
  */
36
55
  export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
37
56
  readonly input: CreateSnapshotCommandInput;
@@ -30,6 +30,22 @@ export interface CreateUsageLimitCommandOutput extends CreateUsageLimitResponse,
30
30
  * @see {@link CreateUsageLimitCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The submitted action has conflicts.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link ServiceQuotaExceededException} (client fault)
43
+ * <p>The service limit was exceeded.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class CreateUsageLimitCommand extends $Command<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig> {
35
51
  readonly input: CreateUsageLimitCommandInput;
@@ -29,6 +29,25 @@ export interface CreateWorkgroupCommandOutput extends CreateWorkgroupResponse, _
29
29
  * @see {@link CreateWorkgroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InsufficientCapacityException} (client fault)
36
+ * <p>There is an insufficient capacity to perform the action.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource could not be found.</p>
43
+ *
44
+ * @throws {@link TooManyTagsException} (client fault)
45
+ * <p>The request exceeded the number of tags allowed for a resource.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateWorkgroupCommand extends $Command<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
53
  readonly input: CreateWorkgroupCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteEndpointAccessCommandOutput extends DeleteEndpointAccessR
29
29
  * @see {@link DeleteEndpointAccessCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteEndpointAccessCommand extends $Command<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: DeleteEndpointAccessCommandInput;
@@ -30,6 +30,19 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
30
30
  * @see {@link DeleteNamespaceCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The submitted action has conflicts.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class DeleteNamespaceCommand extends $Command<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
35
48
  readonly input: DeleteNamespaceCommandInput;
@@ -29,6 +29,16 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
29
29
  * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
44
  readonly input: DeleteResourcePolicyCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __M
29
29
  * @see {@link DeleteSnapshotCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteSnapshotCommand extends $Command<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: DeleteSnapshotCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteUsageLimitCommandOutput extends DeleteUsageLimitResponse,
29
29
  * @see {@link DeleteUsageLimitCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteUsageLimitCommand extends $Command<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: DeleteUsageLimitCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteWorkgroupCommandOutput extends DeleteWorkgroupResponse, _
29
29
  * @see {@link DeleteWorkgroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteWorkgroupCommand extends $Command<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: DeleteWorkgroupCommandInput;
@@ -39,6 +39,16 @@ export interface GetCredentialsCommandOutput extends GetCredentialsResponse, __M
39
39
  * @see {@link GetCredentialsCommandOutput} for command's `response` shape.
40
40
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
41
41
  *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The resource could not be found.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
50
+ *
51
+ *
42
52
  */
43
53
  export declare class GetCredentialsCommand extends $Command<GetCredentialsCommandInput, GetCredentialsCommandOutput, RedshiftServerlessClientResolvedConfig> {
44
54
  readonly input: GetCredentialsCommandInput;
@@ -29,6 +29,19 @@ export interface GetEndpointAccessCommandOutput extends GetEndpointAccessRespons
29
29
  * @see {@link GetEndpointAccessCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetEndpointAccessCommand extends $Command<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: GetEndpointAccessCommandInput;
@@ -29,6 +29,16 @@ export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __Metad
29
29
  * @see {@link GetNamespaceCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetNamespaceCommand extends $Command<GetNamespaceCommandInput, GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
44
  readonly input: GetNamespaceCommandInput;
@@ -29,6 +29,19 @@ export interface GetRecoveryPointCommandOutput extends GetRecoveryPointResponse,
29
29
  * @see {@link GetRecoveryPointCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetRecoveryPointCommand extends $Command<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: GetRecoveryPointCommandInput;
@@ -29,6 +29,16 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
29
29
  * @see {@link GetResourcePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
44
  readonly input: GetResourcePolicyCommandInput;
@@ -29,6 +29,16 @@ export interface GetSnapshotCommandOutput extends GetSnapshotResponse, __Metadat
29
29
  * @see {@link GetSnapshotCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetSnapshotCommand extends $Command<GetSnapshotCommandInput, GetSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
44
  readonly input: GetSnapshotCommandInput;
@@ -29,6 +29,13 @@ export interface GetTableRestoreStatusCommandOutput extends GetTableRestoreStatu
29
29
  * @see {@link GetTableRestoreStatusCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>The resource could not be found.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetTableRestoreStatusCommand extends $Command<GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
41
  readonly input: GetTableRestoreStatusCommandInput;
@@ -29,6 +29,19 @@ export interface GetUsageLimitCommandOutput extends GetUsageLimitResponse, __Met
29
29
  * @see {@link GetUsageLimitCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetUsageLimitCommand extends $Command<GetUsageLimitCommandInput, GetUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: GetUsageLimitCommandInput;
@@ -29,6 +29,16 @@ export interface GetWorkgroupCommandOutput extends GetWorkgroupResponse, __Metad
29
29
  * @see {@link GetWorkgroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetWorkgroupCommand extends $Command<GetWorkgroupCommandInput, GetWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
44
  readonly input: GetWorkgroupCommandInput;
@@ -29,6 +29,19 @@ export interface ListEndpointAccessCommandOutput extends ListEndpointAccessRespo
29
29
  * @see {@link ListEndpointAccessCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListEndpointAccessCommand extends $Command<ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: ListEndpointAccessCommandInput;
@@ -29,6 +29,13 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
29
29
  * @see {@link ListNamespacesCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListNamespacesCommand extends $Command<ListNamespacesCommandInput, ListNamespacesCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
41
  readonly input: ListNamespacesCommandInput;
@@ -29,6 +29,13 @@ export interface ListRecoveryPointsCommandOutput extends ListRecoveryPointsRespo
29
29
  * @see {@link ListRecoveryPointsCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListRecoveryPointsCommand extends $Command<ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
41
  readonly input: ListRecoveryPointsCommandInput;
@@ -29,6 +29,16 @@ export interface ListSnapshotsCommandOutput extends ListSnapshotsResponse, __Met
29
29
  * @see {@link ListSnapshotsCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListSnapshotsCommand extends $Command<ListSnapshotsCommandInput, ListSnapshotsCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
44
  readonly input: ListSnapshotsCommandInput;
@@ -29,6 +29,16 @@ export interface ListTableRestoreStatusCommandOutput extends ListTableRestoreSta
29
29
  * @see {@link ListTableRestoreStatusCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidPaginationException} (client fault)
33
+ * <p>The provided pagination token is invalid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTableRestoreStatusCommand extends $Command<ListTableRestoreStatusCommandInput, ListTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
44
  readonly input: ListTableRestoreStatusCommandInput;
@@ -29,6 +29,19 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied due to request throttling.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,22 @@ export interface ListUsageLimitsCommandOutput extends ListUsageLimitsResponse, _
29
29
  * @see {@link ListUsageLimitsCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link InvalidPaginationException} (client fault)
39
+ * <p>The provided pagination token is invalid.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource could not be found.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListUsageLimitsCommand extends $Command<ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
50
  readonly input: ListUsageLimitsCommandInput;
@@ -29,6 +29,13 @@ export interface ListWorkgroupsCommandOutput extends ListWorkgroupsResponse, __M
29
29
  * @see {@link ListWorkgroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListWorkgroupsCommand extends $Command<ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
41
  readonly input: ListWorkgroupsCommandInput;
@@ -29,6 +29,22 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
29
29
  * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service limit was exceeded.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
50
  readonly input: PutResourcePolicyCommandInput;
@@ -29,6 +29,19 @@ export interface RestoreFromRecoveryPointCommandOutput extends RestoreFromRecove
29
29
  * @see {@link RestoreFromRecoveryPointCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class RestoreFromRecoveryPointCommand extends $Command<RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: RestoreFromRecoveryPointCommandInput;
@@ -29,6 +29,22 @@ export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotRes
29
29
  * @see {@link RestoreFromSnapshotCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service limit was exceeded.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class RestoreFromSnapshotCommand extends $Command<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
50
  readonly input: RestoreFromSnapshotCommandInput;
@@ -30,6 +30,19 @@ export interface RestoreTableFromSnapshotCommandOutput extends RestoreTableFromS
30
30
  * @see {@link RestoreTableFromSnapshotCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The submitted action has conflicts.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class RestoreTableFromSnapshotCommand extends $Command<RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
35
48
  readonly input: RestoreTableFromSnapshotCommandInput;
@@ -29,6 +29,22 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied due to request throttling.</p>
40
+ *
41
+ * @throws {@link TooManyTagsException} (client fault)
42
+ * <p>The request exceeded the number of tags allowed for a resource.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
50
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,19 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied due to request throttling.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateEndpointAccessCommandOutput extends UpdateEndpointAccessR
29
29
  * @see {@link UpdateEndpointAccessCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient'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 submitted action has conflicts.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource could not be found.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateEndpointAccessCommand extends $Command<UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
50
  readonly input: UpdateEndpointAccessCommandInput;
@@ -31,6 +31,19 @@ export interface UpdateNamespaceCommandOutput extends UpdateNamespaceResponse, _
31
31
  * @see {@link UpdateNamespaceCommandOutput} for command's `response` shape.
32
32
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
33
33
  *
34
+ * @throws {@link ConflictException} (client fault)
35
+ * <p>The submitted action has conflicts.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The resource could not be found.</p>
42
+ *
43
+ * @throws {@link ValidationException} (client fault)
44
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
45
+ *
46
+ *
34
47
  */
35
48
  export declare class UpdateNamespaceCommand extends $Command<UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
36
49
  readonly input: UpdateNamespaceCommandInput;
@@ -29,6 +29,19 @@ export interface UpdateSnapshotCommandOutput extends UpdateSnapshotResponse, __M
29
29
  * @see {@link UpdateSnapshotCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class UpdateSnapshotCommand extends $Command<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: UpdateSnapshotCommandInput;
@@ -29,6 +29,19 @@ export interface UpdateUsageLimitCommandOutput extends UpdateUsageLimitResponse,
29
29
  * @see {@link UpdateUsageLimitCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The submitted action has conflicts.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class UpdateUsageLimitCommand extends $Command<UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig> {
34
47
  readonly input: UpdateUsageLimitCommandInput;
@@ -30,6 +30,22 @@ export interface UpdateWorkgroupCommandOutput extends UpdateWorkgroupResponse, _
30
30
  * @see {@link UpdateWorkgroupCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The submitted action has conflicts.</p>
35
+ *
36
+ * @throws {@link InsufficientCapacityException} (client fault)
37
+ * <p>There is an insufficient capacity to perform the action.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The resource could not be found.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class UpdateWorkgroupCommand extends $Command<UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig> {
35
51
  readonly input: UpdateWorkgroupCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-redshift-serverless",
3
3
  "description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
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.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",
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.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",
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
  },