@aws-sdk/client-redshift 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 (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 +30 -30
@@ -36,6 +36,28 @@ export interface CreateSnapshotCopyGrantCommandOutput extends CreateSnapshotCopy
36
36
  * @see {@link CreateSnapshotCopyGrantCommandOutput} for command's `response` shape.
37
37
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
38
38
  *
39
+ * @throws {@link DependentServiceRequestThrottlingFault} (client fault)
40
+ * <p>The request cannot be completed because a dependent service is throttling requests
41
+ * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
42
+ *
43
+ * @throws {@link InvalidTagFault} (client fault)
44
+ * <p>The tag is invalid.</p>
45
+ *
46
+ * @throws {@link LimitExceededFault} (client fault)
47
+ * <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
48
+ *
49
+ * @throws {@link SnapshotCopyGrantAlreadyExistsFault} (client fault)
50
+ * <p>The snapshot copy grant can't be created because a grant with the same name already
51
+ * exists.</p>
52
+ *
53
+ * @throws {@link SnapshotCopyGrantQuotaExceededFault} (client fault)
54
+ * <p>The Amazon Web Services account has exceeded the maximum number of snapshot copy grants in this
55
+ * region.</p>
56
+ *
57
+ * @throws {@link TagLimitExceededFault} (client fault)
58
+ * <p>You have exceeded the number of tags allowed.</p>
59
+ *
60
+ *
39
61
  */
40
62
  export declare class CreateSnapshotCopyGrantCommand extends $Command<CreateSnapshotCopyGrantCommandInput, CreateSnapshotCopyGrantCommandOutput, RedshiftClientResolvedConfig> {
41
63
  readonly input: CreateSnapshotCopyGrantCommandInput;
@@ -29,6 +29,25 @@ export interface CreateSnapshotScheduleCommandOutput extends SnapshotSchedule, _
29
29
  * @see {@link CreateSnapshotScheduleCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidScheduleFault} (client fault)
33
+ * <p>The schedule you submitted isn't valid.</p>
34
+ *
35
+ * @throws {@link InvalidTagFault} (client fault)
36
+ * <p>The tag is invalid.</p>
37
+ *
38
+ * @throws {@link ScheduleDefinitionTypeUnsupportedFault} (client fault)
39
+ * <p>The definition you submitted is not supported.</p>
40
+ *
41
+ * @throws {@link SnapshotScheduleAlreadyExistsFault} (client fault)
42
+ * <p>The specified snapshot schedule already exists. </p>
43
+ *
44
+ * @throws {@link SnapshotScheduleQuotaExceededFault} (client fault)
45
+ * <p>You have exceeded the quota of snapshot schedules. </p>
46
+ *
47
+ * @throws {@link TagLimitExceededFault} (client fault)
48
+ * <p>You have exceeded the number of tags allowed.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateSnapshotScheduleCommand extends $Command<CreateSnapshotScheduleCommandInput, CreateSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
34
53
  readonly input: CreateSnapshotScheduleCommandInput;
@@ -33,6 +33,19 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
33
33
  * @see {@link CreateTagsCommandOutput} for command's `response` shape.
34
34
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
35
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 InvalidTagFault} (client fault)
40
+ * <p>The tag is invalid.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundFault} (client fault)
43
+ * <p>The resource could not be found.</p>
44
+ *
45
+ * @throws {@link TagLimitExceededFault} (client fault)
46
+ * <p>You have exceeded the number of tags allowed.</p>
47
+ *
48
+ *
36
49
  */
37
50
  export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, RedshiftClientResolvedConfig> {
38
51
  readonly input: CreateTagsCommandInput;
@@ -30,6 +30,29 @@ export interface CreateUsageLimitCommandOutput extends UsageLimit, __MetadataBea
30
30
  * @see {@link CreateUsageLimitCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
32
32
  *
33
+ * @throws {@link ClusterNotFoundFault} (client fault)
34
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
35
+ * </p>
36
+ *
37
+ * @throws {@link InvalidClusterStateFault} (client fault)
38
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
39
+ *
40
+ * @throws {@link InvalidUsageLimitFault} (client fault)
41
+ * <p>The usage limit is not valid.</p>
42
+ *
43
+ * @throws {@link LimitExceededFault} (client fault)
44
+ * <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
45
+ *
46
+ * @throws {@link TagLimitExceededFault} (client fault)
47
+ * <p>You have exceeded the number of tags allowed.</p>
48
+ *
49
+ * @throws {@link UnsupportedOperationFault} (client fault)
50
+ * <p>The requested operation isn't supported.</p>
51
+ *
52
+ * @throws {@link UsageLimitAlreadyExistsFault} (client fault)
53
+ * <p>The usage limit already exists. </p>
54
+ *
55
+ *
33
56
  */
34
57
  export declare class CreateUsageLimitCommand extends $Command<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftClientResolvedConfig> {
35
58
  readonly input: CreateUsageLimitCommandInput;
@@ -29,6 +29,10 @@ export interface DeauthorizeDataShareCommandOutput extends DataShare, __Metadata
29
29
  * @see {@link DeauthorizeDataShareCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidDataShareFault} (client fault)
33
+ * <p>There is an error with the datashare.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class DeauthorizeDataShareCommand extends $Command<DeauthorizeDataShareCommandInput, DeauthorizeDataShareCommandOutput, RedshiftClientResolvedConfig> {
34
38
  readonly input: DeauthorizeDataShareCommandInput;
@@ -29,6 +29,14 @@ export interface DeleteAuthenticationProfileCommandOutput extends DeleteAuthenti
29
29
  * @see {@link DeleteAuthenticationProfileCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthenticationProfileNotFoundFault} (client fault)
33
+ * <p>The authentication profile can't be found.</p>
34
+ *
35
+ * @throws {@link InvalidAuthenticationProfileRequestFault} (client fault)
36
+ * <p>The authentication profile request is not valid. The profile name can't be null or empty.
37
+ * The authentication profile API operation must be available in the Amazon Web Services Region.</p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class DeleteAuthenticationProfileCommand extends $Command<DeleteAuthenticationProfileCommandInput, DeleteAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig> {
34
42
  readonly input: DeleteAuthenticationProfileCommandInput;
@@ -44,6 +44,26 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResult, __Metad
44
44
  * @see {@link DeleteClusterCommandOutput} for command's `response` shape.
45
45
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
46
46
  *
47
+ * @throws {@link ClusterNotFoundFault} (client fault)
48
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
49
+ * </p>
50
+ *
51
+ * @throws {@link ClusterSnapshotAlreadyExistsFault} (client fault)
52
+ * <p>The value specified as a snapshot identifier is already used by an existing
53
+ * snapshot.</p>
54
+ *
55
+ * @throws {@link ClusterSnapshotQuotaExceededFault} (client fault)
56
+ * <p>The request would result in the user exceeding the allowed number of cluster
57
+ * snapshots.</p>
58
+ *
59
+ * @throws {@link InvalidClusterStateFault} (client fault)
60
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
61
+ *
62
+ * @throws {@link InvalidRetentionPeriodFault} (client fault)
63
+ * <p>The retention period specified is either in the past or is not a valid value.</p>
64
+ * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
65
+ *
66
+ *
47
67
  */
48
68
  export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, RedshiftClientResolvedConfig> {
49
69
  readonly input: DeleteClusterCommandInput;
@@ -33,6 +33,15 @@ export interface DeleteClusterParameterGroupCommandOutput extends __MetadataBear
33
33
  * @see {@link DeleteClusterParameterGroupCommandOutput} for command's `response` shape.
34
34
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
35
35
  *
36
+ * @throws {@link ClusterParameterGroupNotFoundFault} (client fault)
37
+ * <p>The parameter group name does not refer to an existing parameter group.</p>
38
+ *
39
+ * @throws {@link InvalidClusterParameterGroupStateFault} (client fault)
40
+ * <p>The cluster parameter group action can not be completed because another task is in
41
+ * progress that involves the parameter group. Wait a few moments and try the operation
42
+ * again.</p>
43
+ *
44
+ *
36
45
  */
37
46
  export declare class DeleteClusterParameterGroupCommand extends $Command<DeleteClusterParameterGroupCommandInput, DeleteClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
38
47
  readonly input: DeleteClusterParameterGroupCommandInput;
@@ -37,6 +37,14 @@ export interface DeleteClusterSecurityGroupCommandOutput extends __MetadataBeare
37
37
  * @see {@link DeleteClusterSecurityGroupCommandOutput} for command's `response` shape.
38
38
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
39
39
  *
40
+ * @throws {@link ClusterSecurityGroupNotFoundFault} (client fault)
41
+ * <p>The cluster security group name does not refer to an existing cluster security
42
+ * group.</p>
43
+ *
44
+ * @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
45
+ * <p>The state of the cluster security group is not <code>available</code>. </p>
46
+ *
47
+ *
40
48
  */
41
49
  export declare class DeleteClusterSecurityGroupCommand extends $Command<DeleteClusterSecurityGroupCommandInput, DeleteClusterSecurityGroupCommandOutput, RedshiftClientResolvedConfig> {
42
50
  readonly input: DeleteClusterSecurityGroupCommandInput;
@@ -35,6 +35,14 @@ export interface DeleteClusterSnapshotCommandOutput extends DeleteClusterSnapsho
35
35
  * @see {@link DeleteClusterSnapshotCommandOutput} for command's `response` shape.
36
36
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
37
37
  *
38
+ * @throws {@link ClusterSnapshotNotFoundFault} (client fault)
39
+ * <p>The snapshot identifier does not refer to an existing cluster snapshot.</p>
40
+ *
41
+ * @throws {@link InvalidClusterSnapshotStateFault} (client fault)
42
+ * <p>The specified cluster snapshot is not in the <code>available</code> state, or other
43
+ * accounts are authorized to access the snapshot. </p>
44
+ *
45
+ *
38
46
  */
39
47
  export declare class DeleteClusterSnapshotCommand extends $Command<DeleteClusterSnapshotCommandInput, DeleteClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
40
48
  readonly input: DeleteClusterSnapshotCommandInput;
@@ -29,6 +29,17 @@ export interface DeleteClusterSubnetGroupCommandOutput extends __MetadataBearer
29
29
  * @see {@link DeleteClusterSubnetGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClusterSubnetGroupNotFoundFault} (client fault)
33
+ * <p>The cluster subnet group name does not refer to an existing cluster subnet
34
+ * group.</p>
35
+ *
36
+ * @throws {@link InvalidClusterSubnetGroupStateFault} (client fault)
37
+ * <p>The cluster subnet group cannot be deleted because it is in use.</p>
38
+ *
39
+ * @throws {@link InvalidClusterSubnetStateFault} (client fault)
40
+ * <p>The state of the subnet is invalid.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class DeleteClusterSubnetGroupCommand extends $Command<DeleteClusterSubnetGroupCommandInput, DeleteClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig> {
34
45
  readonly input: DeleteClusterSubnetGroupCommandInput;
@@ -29,6 +29,23 @@ export interface DeleteEndpointAccessCommandOutput extends EndpointAccess, __Met
29
29
  * @see {@link DeleteEndpointAccessCommandOutput} 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 EndpointNotFoundFault} (client fault)
37
+ * <p>The endpoint name doesn't refer to an existing endpoint.</p>
38
+ *
39
+ * @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
40
+ * <p>The state of the cluster security group is not <code>available</code>. </p>
41
+ *
42
+ * @throws {@link InvalidClusterStateFault} (client fault)
43
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
44
+ *
45
+ * @throws {@link InvalidEndpointStateFault} (client fault)
46
+ * <p>The status of the endpoint is not valid.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DeleteEndpointAccessCommand extends $Command<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
34
51
  readonly input: DeleteEndpointAccessCommandInput;
@@ -29,6 +29,15 @@ export interface DeleteEventSubscriptionCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteEventSubscriptionCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidSubscriptionStateFault} (client fault)
33
+ * <p>The subscription request is invalid because it is a duplicate request. This
34
+ * subscription request is already in progress.</p>
35
+ *
36
+ * @throws {@link SubscriptionNotFoundFault} (client fault)
37
+ * <p>An Amazon Redshift event notification subscription with the specified name does not
38
+ * exist.</p>
39
+ *
40
+ *
32
41
  */
33
42
  export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, RedshiftClientResolvedConfig> {
34
43
  readonly input: DeleteEventSubscriptionCommandInput;
@@ -29,6 +29,15 @@ export interface DeleteHsmClientCertificateCommandOutput extends __MetadataBeare
29
29
  * @see {@link DeleteHsmClientCertificateCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link HsmClientCertificateNotFoundFault} (client fault)
33
+ * <p>There is no Amazon Redshift HSM client certificate with the specified
34
+ * identifier.</p>
35
+ *
36
+ * @throws {@link InvalidHsmClientCertificateStateFault} (client fault)
37
+ * <p>The specified HSM client certificate is not in the <code>available</code> state, or
38
+ * it is still in use by one or more Amazon Redshift clusters.</p>
39
+ *
40
+ *
32
41
  */
33
42
  export declare class DeleteHsmClientCertificateCommand extends $Command<DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificateCommandOutput, RedshiftClientResolvedConfig> {
34
43
  readonly input: DeleteHsmClientCertificateCommandInput;
@@ -29,6 +29,14 @@ export interface DeleteHsmConfigurationCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteHsmConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link HsmConfigurationNotFoundFault} (client fault)
33
+ * <p>There is no Amazon Redshift HSM configuration with the specified identifier.</p>
34
+ *
35
+ * @throws {@link InvalidHsmConfigurationStateFault} (client fault)
36
+ * <p>The specified HSM configuration is not in the <code>available</code> state, or it
37
+ * is still in use by one or more Amazon Redshift clusters.</p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class DeleteHsmConfigurationCommand extends $Command<DeleteHsmConfigurationCommandInput, DeleteHsmConfigurationCommandOutput, RedshiftClientResolvedConfig> {
34
42
  readonly input: DeleteHsmConfigurationCommandInput;
@@ -29,6 +29,17 @@ export interface DeletePartnerCommandOutput extends PartnerIntegrationOutputMess
29
29
  * @see {@link DeletePartnerCommandOutput} 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 PartnerNotFoundFault} (client fault)
37
+ * <p>The name of the partner was not found.</p>
38
+ *
39
+ * @throws {@link UnauthorizedPartnerIntegrationFault} (client fault)
40
+ * <p>The partner integration is not authorized.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class DeletePartnerCommand extends $Command<DeletePartnerCommandInput, DeletePartnerCommandOutput, RedshiftClientResolvedConfig> {
34
45
  readonly input: DeletePartnerCommandInput;
@@ -30,6 +30,13 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
30
30
  * @see {@link DeleteScheduledActionCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
32
32
  *
33
+ * @throws {@link ScheduledActionNotFoundFault} (client fault)
34
+ * <p>The scheduled action cannot be found. </p>
35
+ *
36
+ * @throws {@link UnauthorizedOperation} (client fault)
37
+ * <p>Your account is not authorized to perform the requested operation.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DeleteScheduledActionCommand extends $Command<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftClientResolvedConfig> {
35
42
  readonly input: DeleteScheduledActionCommandInput;
@@ -29,6 +29,15 @@ export interface DeleteSnapshotCopyGrantCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteSnapshotCopyGrantCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidSnapshotCopyGrantStateFault} (client fault)
33
+ * <p>The snapshot copy grant can't be deleted because it is used by one or more
34
+ * clusters.</p>
35
+ *
36
+ * @throws {@link SnapshotCopyGrantNotFoundFault} (client fault)
37
+ * <p>The specified snapshot copy grant can't be found. Make sure that the name is typed
38
+ * correctly and that the grant exists in the destination region.</p>
39
+ *
40
+ *
32
41
  */
33
42
  export declare class DeleteSnapshotCopyGrantCommand extends $Command<DeleteSnapshotCopyGrantCommandInput, DeleteSnapshotCopyGrantCommandOutput, RedshiftClientResolvedConfig> {
34
43
  readonly input: DeleteSnapshotCopyGrantCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteSnapshotScheduleCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteSnapshotScheduleCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidClusterSnapshotScheduleStateFault} (client fault)
33
+ * <p>The cluster snapshot schedule state is not valid.</p>
34
+ *
35
+ * @throws {@link SnapshotScheduleNotFoundFault} (client fault)
36
+ * <p>We could not find the specified snapshot schedule. </p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DeleteSnapshotScheduleCommand extends $Command<DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
34
41
  readonly input: DeleteSnapshotScheduleCommandInput;
@@ -30,6 +30,13 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
30
30
  * @see {@link DeleteTagsCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidTagFault} (client fault)
34
+ * <p>The tag is invalid.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundFault} (client fault)
37
+ * <p>The resource could not be found.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, RedshiftClientResolvedConfig> {
35
42
  readonly input: DeleteTagsCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteUsageLimitCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteUsageLimitCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link UnsupportedOperationFault} (client fault)
33
+ * <p>The requested operation isn't supported.</p>
34
+ *
35
+ * @throws {@link UsageLimitNotFoundFault} (client fault)
36
+ * <p>The usage limit identifier can't be found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DeleteUsageLimitCommand extends $Command<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftClientResolvedConfig> {
34
41
  readonly input: DeleteUsageLimitCommandInput;
@@ -29,6 +29,7 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
29
29
  * @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ *
32
33
  */
33
34
  export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, RedshiftClientResolvedConfig> {
34
35
  readonly input: DescribeAccountAttributesCommandInput;
@@ -29,6 +29,14 @@ export interface DescribeAuthenticationProfilesCommandOutput extends DescribeAut
29
29
  * @see {@link DescribeAuthenticationProfilesCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthenticationProfileNotFoundFault} (client fault)
33
+ * <p>The authentication profile can't be found.</p>
34
+ *
35
+ * @throws {@link InvalidAuthenticationProfileRequestFault} (client fault)
36
+ * <p>The authentication profile request is not valid. The profile name can't be null or empty.
37
+ * The authentication profile API operation must be available in the Amazon Web Services Region.</p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class DescribeAuthenticationProfilesCommand extends $Command<DescribeAuthenticationProfilesCommandInput, DescribeAuthenticationProfilesCommandOutput, RedshiftClientResolvedConfig> {
34
42
  readonly input: DescribeAuthenticationProfilesCommandInput;
@@ -29,6 +29,14 @@ export interface DescribeClusterDbRevisionsCommandOutput extends ClusterDbRevisi
29
29
  * @see {@link DescribeClusterDbRevisionsCommandOutput} 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
+ *
32
40
  */
33
41
  export declare class DescribeClusterDbRevisionsCommand extends $Command<DescribeClusterDbRevisionsCommandInput, DescribeClusterDbRevisionsCommandOutput, RedshiftClientResolvedConfig> {
34
42
  readonly input: DescribeClusterDbRevisionsCommandInput;
@@ -45,6 +45,13 @@ export interface DescribeClusterParameterGroupsCommandOutput extends ClusterPara
45
45
  * @see {@link DescribeClusterParameterGroupsCommandOutput} for command's `response` shape.
46
46
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
47
47
  *
48
+ * @throws {@link ClusterParameterGroupNotFoundFault} (client fault)
49
+ * <p>The parameter group name does not refer to an existing parameter group.</p>
50
+ *
51
+ * @throws {@link InvalidTagFault} (client fault)
52
+ * <p>The tag is invalid.</p>
53
+ *
54
+ *
48
55
  */
49
56
  export declare class DescribeClusterParameterGroupsCommand extends $Command<DescribeClusterParameterGroupsCommandInput, DescribeClusterParameterGroupsCommandOutput, RedshiftClientResolvedConfig> {
50
57
  readonly input: DescribeClusterParameterGroupsCommandInput;
@@ -40,6 +40,10 @@ export interface DescribeClusterParametersCommandOutput extends ClusterParameter
40
40
  * @see {@link DescribeClusterParametersCommandOutput} for command's `response` shape.
41
41
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
42
42
  *
43
+ * @throws {@link ClusterParameterGroupNotFoundFault} (client fault)
44
+ * <p>The parameter group name does not refer to an existing parameter group.</p>
45
+ *
46
+ *
43
47
  */
44
48
  export declare class DescribeClusterParametersCommand extends $Command<DescribeClusterParametersCommandInput, DescribeClusterParametersCommandOutput, RedshiftClientResolvedConfig> {
45
49
  readonly input: DescribeClusterParametersCommandInput;
@@ -43,6 +43,14 @@ export interface DescribeClusterSecurityGroupsCommandOutput extends ClusterSecur
43
43
  * @see {@link DescribeClusterSecurityGroupsCommandOutput} for command's `response` shape.
44
44
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
45
45
  *
46
+ * @throws {@link ClusterSecurityGroupNotFoundFault} (client fault)
47
+ * <p>The cluster security group name does not refer to an existing cluster security
48
+ * group.</p>
49
+ *
50
+ * @throws {@link InvalidTagFault} (client fault)
51
+ * <p>The tag is invalid.</p>
52
+ *
53
+ *
46
54
  */
47
55
  export declare class DescribeClusterSecurityGroupsCommand extends $Command<DescribeClusterSecurityGroupsCommandInput, DescribeClusterSecurityGroupsCommandOutput, RedshiftClientResolvedConfig> {
48
56
  readonly input: DescribeClusterSecurityGroupsCommandInput;
@@ -41,6 +41,20 @@ export interface DescribeClusterSnapshotsCommandOutput extends SnapshotMessage,
41
41
  * @see {@link DescribeClusterSnapshotsCommandOutput} for command's `response` shape.
42
42
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
43
43
  *
44
+ * @throws {@link ClusterNotFoundFault} (client fault)
45
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
46
+ * </p>
47
+ *
48
+ * @throws {@link ClusterSnapshotNotFoundFault} (client fault)
49
+ * <p>The snapshot identifier does not refer to an existing cluster snapshot.</p>
50
+ *
51
+ * @throws {@link InvalidTagFault} (client fault)
52
+ * <p>The tag is invalid.</p>
53
+ *
54
+ * @throws {@link UnsupportedOperationFault} (client fault)
55
+ * <p>The requested operation isn't supported.</p>
56
+ *
57
+ *
44
58
  */
45
59
  export declare class DescribeClusterSnapshotsCommand extends $Command<DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig> {
46
60
  readonly input: DescribeClusterSnapshotsCommandInput;
@@ -39,6 +39,14 @@ export interface DescribeClusterSubnetGroupsCommandOutput extends ClusterSubnetG
39
39
  * @see {@link DescribeClusterSubnetGroupsCommandOutput} for command's `response` shape.
40
40
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
41
41
  *
42
+ * @throws {@link ClusterSubnetGroupNotFoundFault} (client fault)
43
+ * <p>The cluster subnet group name does not refer to an existing cluster subnet
44
+ * group.</p>
45
+ *
46
+ * @throws {@link InvalidTagFault} (client fault)
47
+ * <p>The tag is invalid.</p>
48
+ *
49
+ *
42
50
  */
43
51
  export declare class DescribeClusterSubnetGroupsCommand extends $Command<DescribeClusterSubnetGroupsCommandInput, DescribeClusterSubnetGroupsCommandOutput, RedshiftClientResolvedConfig> {
44
52
  readonly input: DescribeClusterSubnetGroupsCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeClusterTracksCommandOutput extends TrackListMessage, __
29
29
  * @see {@link DescribeClusterTracksCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidClusterTrackFault} (client fault)
33
+ * <p>The provided cluster track name is not valid.</p>
34
+ *
35
+ * @throws {@link UnauthorizedOperation} (client fault)
36
+ * <p>Your account is not authorized to perform the requested operation.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeClusterTracksCommand extends $Command<DescribeClusterTracksCommandInput, DescribeClusterTracksCommandOutput, RedshiftClientResolvedConfig> {
34
41
  readonly input: DescribeClusterTracksCommandInput;
@@ -34,6 +34,7 @@ export interface DescribeClusterVersionsCommandOutput extends ClusterVersionsMes
34
34
  * @see {@link DescribeClusterVersionsCommandOutput} for command's `response` shape.
35
35
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
36
36
  *
37
+ *
37
38
  */
38
39
  export declare class DescribeClusterVersionsCommand extends $Command<DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput, RedshiftClientResolvedConfig> {
39
40
  readonly input: DescribeClusterVersionsCommandInput;
@@ -41,6 +41,14 @@ export interface DescribeClustersCommandOutput extends ClustersMessage, __Metada
41
41
  * @see {@link DescribeClustersCommandOutput} for command's `response` shape.
42
42
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
43
43
  *
44
+ * @throws {@link ClusterNotFoundFault} (client fault)
45
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
46
+ * </p>
47
+ *
48
+ * @throws {@link InvalidTagFault} (client fault)
49
+ * <p>The tag is invalid.</p>
50
+ *
51
+ *
44
52
  */
45
53
  export declare class DescribeClustersCommand extends $Command<DescribeClustersCommandInput, DescribeClustersCommandOutput, RedshiftClientResolvedConfig> {
46
54
  readonly input: DescribeClustersCommandInput;
@@ -30,6 +30,10 @@ export interface DescribeDataSharesCommandOutput extends DescribeDataSharesResul
30
30
  * @see {@link DescribeDataSharesCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidDataShareFault} (client fault)
34
+ * <p>There is an error with the datashare.</p>
35
+ *
36
+ *
33
37
  */
34
38
  export declare class DescribeDataSharesCommand extends $Command<DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput, RedshiftClientResolvedConfig> {
35
39
  readonly input: DescribeDataSharesCommandInput;
@@ -29,6 +29,10 @@ export interface DescribeDataSharesForConsumerCommandOutput extends DescribeData
29
29
  * @see {@link DescribeDataSharesForConsumerCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidNamespaceFault} (client fault)
33
+ * <p>The namespace isn't valid because the namespace doesn't exist. Provide a valid namespace.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class DescribeDataSharesForConsumerCommand extends $Command<DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput, RedshiftClientResolvedConfig> {
34
38
  readonly input: DescribeDataSharesForConsumerCommandInput;
@@ -29,6 +29,10 @@ export interface DescribeDataSharesForProducerCommandOutput extends DescribeData
29
29
  * @see {@link DescribeDataSharesForProducerCommandOutput} for command's `response` shape.
30
30
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidNamespaceFault} (client fault)
33
+ * <p>The namespace isn't valid because the namespace doesn't exist. Provide a valid namespace.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class DescribeDataSharesForProducerCommand extends $Command<DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput, RedshiftClientResolvedConfig> {
34
38
  readonly input: DescribeDataSharesForProducerCommandInput;
@@ -34,6 +34,7 @@ export interface DescribeDefaultClusterParametersCommandOutput extends DescribeD
34
34
  * @see {@link DescribeDefaultClusterParametersCommandOutput} for command's `response` shape.
35
35
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
36
36
  *
37
+ *
37
38
  */
38
39
  export declare class DescribeDefaultClusterParametersCommand extends $Command<DescribeDefaultClusterParametersCommandInput, DescribeDefaultClusterParametersCommandOutput, RedshiftClientResolvedConfig> {
39
40
  readonly input: DescribeDefaultClusterParametersCommandInput;
@@ -29,6 +29,17 @@ export interface DescribeEndpointAccessCommandOutput extends EndpointAccessList,
29
29
  * @see {@link DescribeEndpointAccessCommandOutput} 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 EndpointNotFoundFault} (client fault)
37
+ * <p>The endpoint name doesn't refer to an existing endpoint.</p>
38
+ *
39
+ * @throws {@link InvalidClusterStateFault} (client fault)
40
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class DescribeEndpointAccessCommand extends $Command<DescribeEndpointAccessCommandInput, DescribeEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
34
45
  readonly input: DescribeEndpointAccessCommandInput;