@aws-sdk/client-redshift 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 (120) hide show
  1. package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +23 -0
  2. package/dist-types/commands/AddPartnerCommand.d.ts +11 -0
  3. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +7 -0
  4. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +15 -0
  5. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +4 -0
  6. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +20 -0
  7. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +25 -0
  8. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +5 -0
  9. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +9 -0
  10. package/dist-types/commands/CancelResizeCommand.d.ts +14 -0
  11. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +20 -0
  12. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +12 -0
  13. package/dist-types/commands/CreateClusterCommand.d.ts +82 -0
  14. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +17 -0
  15. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +17 -0
  16. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +26 -0
  17. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +36 -0
  18. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +33 -0
  19. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +45 -0
  20. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +17 -0
  21. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +17 -0
  22. package/dist-types/commands/CreateScheduledActionCommand.d.ts +19 -0
  23. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +22 -0
  24. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +19 -0
  25. package/dist-types/commands/CreateTagsCommand.d.ts +13 -0
  26. package/dist-types/commands/CreateUsageLimitCommand.d.ts +23 -0
  27. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +8 -0
  29. package/dist-types/commands/DeleteClusterCommand.d.ts +20 -0
  30. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +9 -0
  31. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +8 -0
  32. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +8 -0
  33. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +11 -0
  34. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +17 -0
  35. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +9 -0
  36. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +9 -0
  37. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +8 -0
  38. package/dist-types/commands/DeletePartnerCommand.d.ts +11 -0
  39. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +7 -0
  40. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +9 -0
  41. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +7 -0
  42. package/dist-types/commands/DeleteTagsCommand.d.ts +7 -0
  43. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +7 -0
  44. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
  45. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +8 -0
  46. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +8 -0
  47. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +7 -0
  48. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +4 -0
  49. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +8 -0
  50. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +14 -0
  51. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +8 -0
  52. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +7 -0
  53. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +1 -0
  54. package/dist-types/commands/DescribeClustersCommand.d.ts +8 -0
  55. package/dist-types/commands/DescribeDataSharesCommand.d.ts +4 -0
  56. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +4 -0
  57. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +4 -0
  58. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -0
  59. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +11 -0
  60. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +8 -0
  61. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
  62. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +8 -0
  63. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
  64. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +8 -0
  65. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +7 -0
  66. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +5 -0
  67. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +19 -0
  68. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +1 -0
  69. package/dist-types/commands/DescribePartnersCommand.d.ts +8 -0
  70. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +10 -0
  71. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +11 -0
  72. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +8 -0
  73. package/dist-types/commands/DescribeResizeCommand.d.ts +8 -0
  74. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +7 -0
  75. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +8 -0
  76. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +1 -0
  77. package/dist-types/commands/DescribeStorageCommand.d.ts +1 -0
  78. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +8 -0
  79. package/dist-types/commands/DescribeTagsCommand.d.ts +7 -0
  80. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +8 -0
  81. package/dist-types/commands/DisableLoggingCommand.d.ts +8 -0
  82. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +14 -0
  83. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +7 -0
  84. package/dist-types/commands/EnableLoggingCommand.d.ts +25 -0
  85. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +39 -0
  86. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +8 -0
  87. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +8 -0
  88. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +27 -0
  89. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +20 -0
  90. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +11 -0
  91. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +12 -0
  92. package/dist-types/commands/ModifyClusterCommand.d.ts +69 -0
  93. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +11 -0
  94. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +8 -0
  95. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +8 -0
  96. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +9 -0
  97. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +12 -0
  98. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +11 -0
  99. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +26 -0
  100. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +20 -0
  101. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +36 -0
  102. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +16 -0
  103. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +19 -0
  104. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +10 -0
  105. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +10 -0
  106. package/dist-types/commands/PauseClusterCommand.d.ts +8 -0
  107. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +16 -0
  108. package/dist-types/commands/RebootClusterCommand.d.ts +8 -0
  109. package/dist-types/commands/RejectDataShareCommand.d.ts +4 -0
  110. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +9 -0
  111. package/dist-types/commands/ResizeClusterCommand.d.ts +53 -0
  112. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +114 -0
  113. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +27 -0
  114. package/dist-types/commands/ResumeClusterCommand.d.ts +12 -0
  115. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +12 -0
  116. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +23 -0
  117. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +15 -0
  118. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +12 -0
  119. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +11 -0
  120. package/package.json +36 -41
@@ -31,6 +31,29 @@ export interface AcceptReservedNodeExchangeCommandOutput extends AcceptReservedN
31
31
  * @see {@link AcceptReservedNodeExchangeCommandOutput} for command's `response` shape.
32
32
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
33
33
  *
34
+ * @throws {@link DependentServiceUnavailableFault} (client fault)
35
+ * <p>Your request cannot be completed because a dependent internal service is
36
+ * temporarily unavailable. Wait 30 to 60 seconds and try again.</p>
37
+ *
38
+ * @throws {@link InvalidReservedNodeStateFault} (client fault)
39
+ * <p>Indicates that the Reserved Node being exchanged is not in an active state.</p>
40
+ *
41
+ * @throws {@link ReservedNodeAlreadyExistsFault} (client fault)
42
+ * <p>User already has a reservation with the given identifier.</p>
43
+ *
44
+ * @throws {@link ReservedNodeAlreadyMigratedFault} (client fault)
45
+ * <p>Indicates that the reserved node has already been exchanged.</p>
46
+ *
47
+ * @throws {@link ReservedNodeNotFoundFault} (client fault)
48
+ * <p>The specified reserved compute node not found.</p>
49
+ *
50
+ * @throws {@link ReservedNodeOfferingNotFoundFault} (client fault)
51
+ * <p>Specified offering does not exist.</p>
52
+ *
53
+ * @throws {@link UnsupportedOperationFault} (client fault)
54
+ * <p>The requested operation isn't supported.</p>
55
+ *
56
+ *
34
57
  */
35
58
  export declare class AcceptReservedNodeExchangeCommand extends $Command<AcceptReservedNodeExchangeCommandInput, AcceptReservedNodeExchangeCommandOutput, RedshiftClientResolvedConfig> {
36
59
  readonly input: AcceptReservedNodeExchangeCommandInput;
@@ -31,6 +31,17 @@ export interface AddPartnerCommandOutput extends PartnerIntegrationOutputMessage
31
31
  * @see {@link AddPartnerCommandOutput} for command's `response` shape.
32
32
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
33
33
  *
34
+ * @throws {@link ClusterNotFoundFault} (client fault)
35
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
36
+ * </p>
37
+ *
38
+ * @throws {@link PartnerNotFoundFault} (client fault)
39
+ * <p>The name of the partner was not found.</p>
40
+ *
41
+ * @throws {@link UnauthorizedPartnerIntegrationFault} (client fault)
42
+ * <p>The partner integration is not authorized.</p>
43
+ *
44
+ *
34
45
  */
35
46
  export declare class AddPartnerCommand extends $Command<AddPartnerCommandInput, AddPartnerCommandOutput, RedshiftClientResolvedConfig> {
36
47
  readonly input: AddPartnerCommandInput;
@@ -31,6 +31,13 @@ export interface AssociateDataShareConsumerCommandOutput extends DataShare, __Me
31
31
  * @see {@link AssociateDataShareConsumerCommandOutput} for command's `response` shape.
32
32
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidDataShareFault} (client fault)
35
+ * <p>There is an error with the datashare.</p>
36
+ *
37
+ * @throws {@link InvalidNamespaceFault} (client fault)
38
+ * <p>The namespace isn't valid because the namespace doesn't exist. Provide a valid namespace.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class AssociateDataShareConsumerCommand extends $Command<AssociateDataShareConsumerCommandInput, AssociateDataShareConsumerCommandOutput, RedshiftClientResolvedConfig> {
36
43
  readonly input: AssociateDataShareConsumerCommandInput;
@@ -44,6 +44,21 @@ export interface AuthorizeClusterSecurityGroupIngressCommandOutput extends Autho
44
44
  * @see {@link AuthorizeClusterSecurityGroupIngressCommandOutput} for command's `response` shape.
45
45
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
46
46
  *
47
+ * @throws {@link AuthorizationAlreadyExistsFault} (client fault)
48
+ * <p>The specified CIDR block or EC2 security group is already authorized for the
49
+ * specified cluster security group.</p>
50
+ *
51
+ * @throws {@link AuthorizationQuotaExceededFault} (client fault)
52
+ * <p>The authorization quota for the cluster security group has been reached.</p>
53
+ *
54
+ * @throws {@link ClusterSecurityGroupNotFoundFault} (client fault)
55
+ * <p>The cluster security group name does not refer to an existing cluster security
56
+ * group.</p>
57
+ *
58
+ * @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
59
+ * <p>The state of the cluster security group is not <code>available</code>. </p>
60
+ *
61
+ *
47
62
  */
48
63
  export declare class AuthorizeClusterSecurityGroupIngressCommand extends $Command<AuthorizeClusterSecurityGroupIngressCommandInput, AuthorizeClusterSecurityGroupIngressCommandOutput, RedshiftClientResolvedConfig> {
49
64
  readonly input: AuthorizeClusterSecurityGroupIngressCommandInput;
@@ -31,6 +31,10 @@ export interface AuthorizeDataShareCommandOutput extends DataShare, __MetadataBe
31
31
  * @see {@link AuthorizeDataShareCommandOutput} for command's `response` shape.
32
32
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidDataShareFault} (client fault)
35
+ * <p>There is an error with the datashare.</p>
36
+ *
37
+ *
34
38
  */
35
39
  export declare class AuthorizeDataShareCommand extends $Command<AuthorizeDataShareCommandInput, AuthorizeDataShareCommandOutput, RedshiftClientResolvedConfig> {
36
40
  readonly input: AuthorizeDataShareCommandInput;
@@ -29,6 +29,26 @@ export interface AuthorizeEndpointAccessCommandOutput extends EndpointAuthorizat
29
29
  * @see {@link AuthorizeEndpointAccessCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClusterNotFoundFault} (client fault)
33
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
34
+ * </p>
35
+ *
36
+ * @throws {@link EndpointAuthorizationAlreadyExistsFault} (client fault)
37
+ * <p>The authorization already exists for this endpoint.</p>
38
+ *
39
+ * @throws {@link EndpointAuthorizationsPerClusterLimitExceededFault} (client fault)
40
+ * <p>The number of endpoint authorizations per cluster has exceeded its limit.</p>
41
+ *
42
+ * @throws {@link InvalidAuthorizationStateFault} (client fault)
43
+ * <p>The status of the authorization is not valid.</p>
44
+ *
45
+ * @throws {@link InvalidClusterStateFault} (client fault)
46
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
47
+ *
48
+ * @throws {@link UnsupportedOperationFault} (client fault)
49
+ * <p>The requested operation isn't supported.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class AuthorizeEndpointAccessCommand extends $Command<AuthorizeEndpointAccessCommandInput, AuthorizeEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
34
54
  readonly input: AuthorizeEndpointAccessCommandInput;
@@ -34,6 +34,31 @@ export interface AuthorizeSnapshotAccessCommandOutput extends AuthorizeSnapshotA
34
34
  * @see {@link AuthorizeSnapshotAccessCommandOutput} for command's `response` shape.
35
35
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
36
36
  *
37
+ * @throws {@link AuthorizationAlreadyExistsFault} (client fault)
38
+ * <p>The specified CIDR block or EC2 security group is already authorized for the
39
+ * specified cluster security group.</p>
40
+ *
41
+ * @throws {@link AuthorizationQuotaExceededFault} (client fault)
42
+ * <p>The authorization quota for the cluster security group has been reached.</p>
43
+ *
44
+ * @throws {@link ClusterSnapshotNotFoundFault} (client fault)
45
+ * <p>The snapshot identifier does not refer to an existing cluster snapshot.</p>
46
+ *
47
+ * @throws {@link DependentServiceRequestThrottlingFault} (client fault)
48
+ * <p>The request cannot be completed because a dependent service is throttling requests
49
+ * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
50
+ *
51
+ * @throws {@link InvalidClusterSnapshotStateFault} (client fault)
52
+ * <p>The specified cluster snapshot is not in the <code>available</code> state, or other
53
+ * accounts are authorized to access the snapshot. </p>
54
+ *
55
+ * @throws {@link LimitExceededFault} (client fault)
56
+ * <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
57
+ *
58
+ * @throws {@link UnsupportedOperationFault} (client fault)
59
+ * <p>The requested operation isn't supported.</p>
60
+ *
61
+ *
37
62
  */
38
63
  export declare class AuthorizeSnapshotAccessCommand extends $Command<AuthorizeSnapshotAccessCommandInput, AuthorizeSnapshotAccessCommandOutput, RedshiftClientResolvedConfig> {
39
64
  readonly input: AuthorizeSnapshotAccessCommandInput;
@@ -29,6 +29,11 @@ export interface BatchDeleteClusterSnapshotsCommandOutput extends BatchDeleteClu
29
29
  * @see {@link BatchDeleteClusterSnapshotsCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link BatchDeleteRequestSizeExceededFault} (client fault)
33
+ * <p>The maximum number for a batch delete of snapshots has been reached. The limit is
34
+ * 100. </p>
35
+ *
36
+ *
32
37
  */
33
38
  export declare class BatchDeleteClusterSnapshotsCommand extends $Command<BatchDeleteClusterSnapshotsCommandInput, BatchDeleteClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig> {
34
39
  readonly input: BatchDeleteClusterSnapshotsCommandInput;
@@ -29,6 +29,15 @@ export interface BatchModifyClusterSnapshotsCommandOutput extends BatchModifyClu
29
29
  * @see {@link BatchModifyClusterSnapshotsCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link BatchModifyClusterSnapshotsLimitExceededFault} (client fault)
33
+ * <p>The maximum number for snapshot identifiers has been reached. The limit is 100.
34
+ * </p>
35
+ *
36
+ * @throws {@link InvalidRetentionPeriodFault} (client fault)
37
+ * <p>The retention period specified is either in the past or is not a valid value.</p>
38
+ * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
39
+ *
40
+ *
32
41
  */
33
42
  export declare class BatchModifyClusterSnapshotsCommand extends $Command<BatchModifyClusterSnapshotsCommandInput, BatchModifyClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig> {
34
43
  readonly input: BatchModifyClusterSnapshotsCommandInput;
@@ -29,6 +29,20 @@ export interface CancelResizeCommandOutput extends ResizeProgressMessage, __Meta
29
29
  * @see {@link CancelResizeCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClusterNotFoundFault} (client fault)
33
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
34
+ * </p>
35
+ *
36
+ * @throws {@link InvalidClusterStateFault} (client fault)
37
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
38
+ *
39
+ * @throws {@link ResizeNotFoundFault} (client fault)
40
+ * <p>A resize operation for the specified cluster is not found.</p>
41
+ *
42
+ * @throws {@link UnsupportedOperationFault} (client fault)
43
+ * <p>The requested operation isn't supported.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class CancelResizeCommand extends $Command<CancelResizeCommandInput, CancelResizeCommandOutput, RedshiftClientResolvedConfig> {
34
48
  readonly input: CancelResizeCommandInput;
@@ -40,6 +40,26 @@ export interface CopyClusterSnapshotCommandOutput extends CopyClusterSnapshotRes
40
40
  * @see {@link CopyClusterSnapshotCommandOutput} for command's `response` shape.
41
41
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
42
42
  *
43
+ * @throws {@link ClusterSnapshotAlreadyExistsFault} (client fault)
44
+ * <p>The value specified as a snapshot identifier is already used by an existing
45
+ * snapshot.</p>
46
+ *
47
+ * @throws {@link ClusterSnapshotNotFoundFault} (client fault)
48
+ * <p>The snapshot identifier does not refer to an existing cluster snapshot.</p>
49
+ *
50
+ * @throws {@link ClusterSnapshotQuotaExceededFault} (client fault)
51
+ * <p>The request would result in the user exceeding the allowed number of cluster
52
+ * snapshots.</p>
53
+ *
54
+ * @throws {@link InvalidClusterSnapshotStateFault} (client fault)
55
+ * <p>The specified cluster snapshot is not in the <code>available</code> state, or other
56
+ * accounts are authorized to access the snapshot. </p>
57
+ *
58
+ * @throws {@link InvalidRetentionPeriodFault} (client fault)
59
+ * <p>The retention period specified is either in the past or is not a valid value.</p>
60
+ * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
61
+ *
62
+ *
43
63
  */
44
64
  export declare class CopyClusterSnapshotCommand extends $Command<CopyClusterSnapshotCommandInput, CopyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
45
65
  readonly input: CopyClusterSnapshotCommandInput;
@@ -29,6 +29,18 @@ export interface CreateAuthenticationProfileCommandOutput extends CreateAuthenti
29
29
  * @see {@link CreateAuthenticationProfileCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthenticationProfileAlreadyExistsFault} (client fault)
33
+ * <p>The authentication profile already exists.</p>
34
+ *
35
+ * @throws {@link AuthenticationProfileQuotaExceededFault} (client fault)
36
+ * <p>The size or number of authentication profiles has exceeded the quota.
37
+ * The maximum length of the JSON string and maximum number of authentication profiles is determined by a quota for your account.</p>
38
+ *
39
+ * @throws {@link InvalidAuthenticationProfileRequestFault} (client fault)
40
+ * <p>The authentication profile request is not valid. The profile name can't be null or empty.
41
+ * The authentication profile API operation must be available in the Amazon Web Services Region.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class CreateAuthenticationProfileCommand extends $Command<CreateAuthenticationProfileCommandInput, CreateAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig> {
34
46
  readonly input: CreateAuthenticationProfileCommandInput;
@@ -35,6 +35,88 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
35
35
  * @see {@link CreateClusterCommandOutput} for command's `response` shape.
36
36
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
37
37
  *
38
+ * @throws {@link ClusterAlreadyExistsFault} (client fault)
39
+ * <p>The account already has a cluster with the given identifier.</p>
40
+ *
41
+ * @throws {@link ClusterParameterGroupNotFoundFault} (client fault)
42
+ * <p>The parameter group name does not refer to an existing parameter group.</p>
43
+ *
44
+ * @throws {@link ClusterQuotaExceededFault} (client fault)
45
+ * <p>The request would exceed the allowed number of cluster instances for this account.
46
+ *
47
+ * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
48
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
49
+ * </p>
50
+ *
51
+ * @throws {@link ClusterSecurityGroupNotFoundFault} (client fault)
52
+ * <p>The cluster security group name does not refer to an existing cluster security
53
+ * group.</p>
54
+ *
55
+ * @throws {@link ClusterSubnetGroupNotFoundFault} (client fault)
56
+ * <p>The cluster subnet group name does not refer to an existing cluster subnet
57
+ * group.</p>
58
+ *
59
+ * @throws {@link DependentServiceRequestThrottlingFault} (client fault)
60
+ * <p>The request cannot be completed because a dependent service is throttling requests
61
+ * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
62
+ *
63
+ * @throws {@link HsmClientCertificateNotFoundFault} (client fault)
64
+ * <p>There is no Amazon Redshift HSM client certificate with the specified
65
+ * identifier.</p>
66
+ *
67
+ * @throws {@link HsmConfigurationNotFoundFault} (client fault)
68
+ * <p>There is no Amazon Redshift HSM configuration with the specified identifier.</p>
69
+ *
70
+ * @throws {@link InsufficientClusterCapacityFault} (client fault)
71
+ * <p>The number of nodes specified exceeds the allotted capacity of the
72
+ * cluster.</p>
73
+ *
74
+ * @throws {@link InvalidClusterSubnetGroupStateFault} (client fault)
75
+ * <p>The cluster subnet group cannot be deleted because it is in use.</p>
76
+ *
77
+ * @throws {@link InvalidClusterTrackFault} (client fault)
78
+ * <p>The provided cluster track name is not valid.</p>
79
+ *
80
+ * @throws {@link InvalidElasticIpFault} (client fault)
81
+ * <p>The Elastic IP (EIP) is invalid or cannot be found.</p>
82
+ *
83
+ * @throws {@link InvalidRetentionPeriodFault} (client fault)
84
+ * <p>The retention period specified is either in the past or is not a valid value.</p>
85
+ * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
86
+ *
87
+ * @throws {@link InvalidSubnet} (client fault)
88
+ * <p>The requested subnet is not valid, or not all of the subnets are in the same
89
+ * VPC.</p>
90
+ *
91
+ * @throws {@link InvalidTagFault} (client fault)
92
+ * <p>The tag is invalid.</p>
93
+ *
94
+ * @throws {@link InvalidVPCNetworkStateFault} (client fault)
95
+ * <p>The cluster subnet group does not cover all Availability Zones.</p>
96
+ *
97
+ * @throws {@link LimitExceededFault} (client fault)
98
+ * <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
99
+ *
100
+ * @throws {@link NumberOfNodesPerClusterLimitExceededFault} (client fault)
101
+ * <p>The operation would exceed the number of nodes allowed for a cluster.</p>
102
+ *
103
+ * @throws {@link NumberOfNodesQuotaExceededFault} (client fault)
104
+ * <p>The operation would exceed the number of nodes allotted to the account.
105
+ *
106
+ * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
107
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
108
+ * </p>
109
+ *
110
+ * @throws {@link SnapshotScheduleNotFoundFault} (client fault)
111
+ * <p>We could not find the specified snapshot schedule. </p>
112
+ *
113
+ * @throws {@link TagLimitExceededFault} (client fault)
114
+ * <p>You have exceeded the number of tags allowed.</p>
115
+ *
116
+ * @throws {@link UnauthorizedOperation} (client fault)
117
+ * <p>Your account is not authorized to perform the requested operation.</p>
118
+ *
119
+ *
38
120
  */
39
121
  export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, RedshiftClientResolvedConfig> {
40
122
  readonly input: CreateClusterCommandInput;
@@ -37,6 +37,23 @@ export interface CreateClusterParameterGroupCommandOutput extends CreateClusterP
37
37
  * @see {@link CreateClusterParameterGroupCommandOutput} for command's `response` shape.
38
38
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
39
39
  *
40
+ * @throws {@link ClusterParameterGroupAlreadyExistsFault} (client fault)
41
+ * <p>A cluster parameter group with the same name already exists.</p>
42
+ *
43
+ * @throws {@link ClusterParameterGroupQuotaExceededFault} (client fault)
44
+ * <p>The request would result in the user exceeding the allowed number of cluster
45
+ * parameter groups.
46
+ * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
47
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
48
+ * </p>
49
+ *
50
+ * @throws {@link InvalidTagFault} (client fault)
51
+ * <p>The tag is invalid.</p>
52
+ *
53
+ * @throws {@link TagLimitExceededFault} (client fault)
54
+ * <p>You have exceeded the number of tags allowed.</p>
55
+ *
56
+ *
40
57
  */
41
58
  export declare class CreateClusterParameterGroupCommand extends $Command<CreateClusterParameterGroupCommandInput, CreateClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
42
59
  readonly input: CreateClusterParameterGroupCommandInput;
@@ -34,6 +34,23 @@ export interface CreateClusterSecurityGroupCommandOutput extends CreateClusterSe
34
34
  * @see {@link CreateClusterSecurityGroupCommandOutput} for command's `response` shape.
35
35
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
36
36
  *
37
+ * @throws {@link ClusterSecurityGroupAlreadyExistsFault} (client fault)
38
+ * <p>A cluster security group with the same name already exists.</p>
39
+ *
40
+ * @throws {@link ClusterSecurityGroupQuotaExceededFault} (client fault)
41
+ * <p>The request would result in the user exceeding the allowed number of cluster
42
+ * security groups.
43
+ * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
44
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
45
+ * </p>
46
+ *
47
+ * @throws {@link InvalidTagFault} (client fault)
48
+ * <p>The tag is invalid.</p>
49
+ *
50
+ * @throws {@link TagLimitExceededFault} (client fault)
51
+ * <p>You have exceeded the number of tags allowed.</p>
52
+ *
53
+ *
37
54
  */
38
55
  export declare class CreateClusterSecurityGroupCommand extends $Command<CreateClusterSecurityGroupCommandInput, CreateClusterSecurityGroupCommandOutput, RedshiftClientResolvedConfig> {
39
56
  readonly input: CreateClusterSecurityGroupCommandInput;
@@ -34,6 +34,32 @@ export interface CreateClusterSnapshotCommandOutput extends CreateClusterSnapsho
34
34
  * @see {@link CreateClusterSnapshotCommandOutput} for command's `response` shape.
35
35
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
36
36
  *
37
+ * @throws {@link ClusterNotFoundFault} (client fault)
38
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
39
+ * </p>
40
+ *
41
+ * @throws {@link ClusterSnapshotAlreadyExistsFault} (client fault)
42
+ * <p>The value specified as a snapshot identifier is already used by an existing
43
+ * snapshot.</p>
44
+ *
45
+ * @throws {@link ClusterSnapshotQuotaExceededFault} (client fault)
46
+ * <p>The request would result in the user exceeding the allowed number of cluster
47
+ * snapshots.</p>
48
+ *
49
+ * @throws {@link InvalidClusterStateFault} (client fault)
50
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
51
+ *
52
+ * @throws {@link InvalidRetentionPeriodFault} (client fault)
53
+ * <p>The retention period specified is either in the past or is not a valid value.</p>
54
+ * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
55
+ *
56
+ * @throws {@link InvalidTagFault} (client fault)
57
+ * <p>The tag is invalid.</p>
58
+ *
59
+ * @throws {@link TagLimitExceededFault} (client fault)
60
+ * <p>You have exceeded the number of tags allowed.</p>
61
+ *
62
+ *
37
63
  */
38
64
  export declare class CreateClusterSnapshotCommand extends $Command<CreateClusterSnapshotCommandInput, CreateClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
39
65
  readonly input: CreateClusterSnapshotCommandInput;
@@ -35,6 +35,42 @@ export interface CreateClusterSubnetGroupCommandOutput extends CreateClusterSubn
35
35
  * @see {@link CreateClusterSubnetGroupCommandOutput} for command's `response` shape.
36
36
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
37
37
  *
38
+ * @throws {@link ClusterSubnetGroupAlreadyExistsFault} (client fault)
39
+ * <p>A <i>ClusterSubnetGroupName</i> is already used by an existing
40
+ * cluster subnet group. </p>
41
+ *
42
+ * @throws {@link ClusterSubnetGroupQuotaExceededFault} (client fault)
43
+ * <p>The request would result in user exceeding the allowed number of cluster subnet
44
+ * groups.
45
+ * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
46
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
47
+ * </p>
48
+ *
49
+ * @throws {@link ClusterSubnetQuotaExceededFault} (client fault)
50
+ * <p>The request would result in user exceeding the allowed number of subnets in a
51
+ * cluster subnet groups.
52
+ * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
53
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
54
+ * </p>
55
+ *
56
+ * @throws {@link DependentServiceRequestThrottlingFault} (client fault)
57
+ * <p>The request cannot be completed because a dependent service is throttling requests
58
+ * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
59
+ *
60
+ * @throws {@link InvalidSubnet} (client fault)
61
+ * <p>The requested subnet is not valid, or not all of the subnets are in the same
62
+ * VPC.</p>
63
+ *
64
+ * @throws {@link InvalidTagFault} (client fault)
65
+ * <p>The tag is invalid.</p>
66
+ *
67
+ * @throws {@link TagLimitExceededFault} (client fault)
68
+ * <p>You have exceeded the number of tags allowed.</p>
69
+ *
70
+ * @throws {@link UnauthorizedOperation} (client fault)
71
+ * <p>Your account is not authorized to perform the requested operation.</p>
72
+ *
73
+ *
38
74
  */
39
75
  export declare class CreateClusterSubnetGroupCommand extends $Command<CreateClusterSubnetGroupCommandInput, CreateClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig> {
40
76
  readonly input: CreateClusterSubnetGroupCommandInput;
@@ -29,6 +29,39 @@ export interface CreateEndpointAccessCommandOutput extends EndpointAccess, __Met
29
29
  * @see {@link CreateEndpointAccessCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessToClusterDeniedFault} (client fault)
33
+ * <p>You are not authorized to access the cluster.</p>
34
+ *
35
+ * @throws {@link ClusterNotFoundFault} (client fault)
36
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
37
+ * </p>
38
+ *
39
+ * @throws {@link ClusterSubnetGroupNotFoundFault} (client fault)
40
+ * <p>The cluster subnet group name does not refer to an existing cluster subnet
41
+ * group.</p>
42
+ *
43
+ * @throws {@link EndpointAlreadyExistsFault} (client fault)
44
+ * <p>The account already has a Redshift-managed VPC endpoint with the given identifier.</p>
45
+ *
46
+ * @throws {@link EndpointsPerAuthorizationLimitExceededFault} (client fault)
47
+ * <p>The number of Redshift-managed VPC endpoints per authorization has exceeded its limit.</p>
48
+ *
49
+ * @throws {@link EndpointsPerClusterLimitExceededFault} (client fault)
50
+ * <p>The number of Redshift-managed VPC endpoints per cluster has exceeded its limit.</p>
51
+ *
52
+ * @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
53
+ * <p>The state of the cluster security group is not <code>available</code>. </p>
54
+ *
55
+ * @throws {@link InvalidClusterStateFault} (client fault)
56
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
57
+ *
58
+ * @throws {@link UnauthorizedOperation} (client fault)
59
+ * <p>Your account is not authorized to perform the requested operation.</p>
60
+ *
61
+ * @throws {@link UnsupportedOperationFault} (client fault)
62
+ * <p>The requested operation isn't supported.</p>
63
+ *
64
+ *
32
65
  */
33
66
  export declare class CreateEndpointAccessCommand extends $Command<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
34
67
  readonly input: CreateEndpointAccessCommandInput;
@@ -45,6 +45,51 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
45
45
  * @see {@link CreateEventSubscriptionCommandOutput} for command's `response` shape.
46
46
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
47
47
  *
48
+ * @throws {@link EventSubscriptionQuotaExceededFault} (client fault)
49
+ * <p>The request would exceed the allowed number of event subscriptions for this
50
+ * account.
51
+ * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
52
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
53
+ * </p>
54
+ *
55
+ * @throws {@link InvalidTagFault} (client fault)
56
+ * <p>The tag is invalid.</p>
57
+ *
58
+ * @throws {@link SNSInvalidTopicFault} (client fault)
59
+ * <p>Amazon SNS has responded that there is a problem with the specified Amazon SNS
60
+ * topic.</p>
61
+ *
62
+ * @throws {@link SNSNoAuthorizationFault} (client fault)
63
+ * <p>You do not have permission to publish to the specified Amazon SNS topic.</p>
64
+ *
65
+ * @throws {@link SNSTopicArnNotFoundFault} (client fault)
66
+ * <p>An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not
67
+ * exist.</p>
68
+ *
69
+ * @throws {@link SourceNotFoundFault} (client fault)
70
+ * <p>The specified Amazon Redshift event source could not be found.</p>
71
+ *
72
+ * @throws {@link SubscriptionAlreadyExistFault} (client fault)
73
+ * <p>There is already an existing event notification subscription with the specified
74
+ * name.</p>
75
+ *
76
+ * @throws {@link SubscriptionCategoryNotFoundFault} (client fault)
77
+ * <p>The value specified for the event category was not one of the allowed values, or it
78
+ * specified a category that does not apply to the specified source type. The allowed
79
+ * values are Configuration, Management, Monitoring, and Security.</p>
80
+ *
81
+ * @throws {@link SubscriptionEventIdNotFoundFault} (client fault)
82
+ * <p>An Amazon Redshift event with the specified event ID does not exist.</p>
83
+ *
84
+ * @throws {@link SubscriptionSeverityNotFoundFault} (client fault)
85
+ * <p>The value specified for the event severity was not one of the allowed values, or it
86
+ * specified a severity that does not apply to the specified source type. The allowed
87
+ * values are ERROR and INFO.</p>
88
+ *
89
+ * @throws {@link TagLimitExceededFault} (client fault)
90
+ * <p>You have exceeded the number of tags allowed.</p>
91
+ *
92
+ *
48
93
  */
49
94
  export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, RedshiftClientResolvedConfig> {
50
95
  readonly input: CreateEventSubscriptionCommandInput;
@@ -36,6 +36,23 @@ export interface CreateHsmClientCertificateCommandOutput extends CreateHsmClient
36
36
  * @see {@link CreateHsmClientCertificateCommandOutput} for command's `response` shape.
37
37
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
38
38
  *
39
+ * @throws {@link HsmClientCertificateAlreadyExistsFault} (client fault)
40
+ * <p>There is already an existing Amazon Redshift HSM client certificate with the specified
41
+ * identifier.</p>
42
+ *
43
+ * @throws {@link HsmClientCertificateQuotaExceededFault} (client fault)
44
+ * <p>The quota for HSM client certificates has been reached.
45
+ * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
46
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
47
+ * </p>
48
+ *
49
+ * @throws {@link InvalidTagFault} (client fault)
50
+ * <p>The tag is invalid.</p>
51
+ *
52
+ * @throws {@link TagLimitExceededFault} (client fault)
53
+ * <p>You have exceeded the number of tags allowed.</p>
54
+ *
55
+ *
39
56
  */
40
57
  export declare class CreateHsmClientCertificateCommand extends $Command<CreateHsmClientCertificateCommandInput, CreateHsmClientCertificateCommandOutput, RedshiftClientResolvedConfig> {
41
58
  readonly input: CreateHsmClientCertificateCommandInput;
@@ -35,6 +35,23 @@ export interface CreateHsmConfigurationCommandOutput extends CreateHsmConfigurat
35
35
  * @see {@link CreateHsmConfigurationCommandOutput} for command's `response` shape.
36
36
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
37
37
  *
38
+ * @throws {@link HsmConfigurationAlreadyExistsFault} (client fault)
39
+ * <p>There is already an existing Amazon Redshift HSM configuration with the specified
40
+ * identifier.</p>
41
+ *
42
+ * @throws {@link HsmConfigurationQuotaExceededFault} (client fault)
43
+ * <p>The quota for HSM configurations has been reached.
44
+ * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
45
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
46
+ * </p>
47
+ *
48
+ * @throws {@link InvalidTagFault} (client fault)
49
+ * <p>The tag is invalid.</p>
50
+ *
51
+ * @throws {@link TagLimitExceededFault} (client fault)
52
+ * <p>You have exceeded the number of tags allowed.</p>
53
+ *
54
+ *
38
55
  */
39
56
  export declare class CreateHsmConfigurationCommand extends $Command<CreateHsmConfigurationCommandInput, CreateHsmConfigurationCommandOutput, RedshiftClientResolvedConfig> {
40
57
  readonly input: CreateHsmConfigurationCommandInput;
@@ -31,6 +31,25 @@ export interface CreateScheduledActionCommandOutput extends ScheduledAction, __M
31
31
  * @see {@link CreateScheduledActionCommandOutput} for command's `response` shape.
32
32
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidScheduledActionFault} (client fault)
35
+ * <p>The scheduled action is not valid. </p>
36
+ *
37
+ * @throws {@link InvalidScheduleFault} (client fault)
38
+ * <p>The schedule you submitted isn't valid.</p>
39
+ *
40
+ * @throws {@link ScheduledActionAlreadyExistsFault} (client fault)
41
+ * <p>The scheduled action already exists. </p>
42
+ *
43
+ * @throws {@link ScheduledActionQuotaExceededFault} (client fault)
44
+ * <p>The quota for scheduled actions exceeded. </p>
45
+ *
46
+ * @throws {@link ScheduledActionTypeUnsupportedFault} (client fault)
47
+ * <p>The action type specified for a scheduled action is not supported. </p>
48
+ *
49
+ * @throws {@link UnauthorizedOperation} (client fault)
50
+ * <p>Your account is not authorized to perform the requested operation.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class CreateScheduledActionCommand extends $Command<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, RedshiftClientResolvedConfig> {
36
55
  readonly input: CreateScheduledActionCommandInput;