@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
@@ -37,6 +37,75 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
37
37
  * @see {@link ModifyClusterCommandOutput} for command's `response` shape.
38
38
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
39
39
  *
40
+ * @throws {@link ClusterAlreadyExistsFault} (client fault)
41
+ * <p>The account already has a cluster with the given identifier.</p>
42
+ *
43
+ * @throws {@link ClusterNotFoundFault} (client fault)
44
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
45
+ * </p>
46
+ *
47
+ * @throws {@link ClusterParameterGroupNotFoundFault} (client fault)
48
+ * <p>The parameter group name does not refer to an existing parameter group.</p>
49
+ *
50
+ * @throws {@link ClusterSecurityGroupNotFoundFault} (client fault)
51
+ * <p>The cluster security group name does not refer to an existing cluster security
52
+ * group.</p>
53
+ *
54
+ * @throws {@link DependentServiceRequestThrottlingFault} (client fault)
55
+ * <p>The request cannot be completed because a dependent service is throttling requests
56
+ * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
57
+ *
58
+ * @throws {@link HsmClientCertificateNotFoundFault} (client fault)
59
+ * <p>There is no Amazon Redshift HSM client certificate with the specified
60
+ * identifier.</p>
61
+ *
62
+ * @throws {@link HsmConfigurationNotFoundFault} (client fault)
63
+ * <p>There is no Amazon Redshift HSM configuration with the specified identifier.</p>
64
+ *
65
+ * @throws {@link InsufficientClusterCapacityFault} (client fault)
66
+ * <p>The number of nodes specified exceeds the allotted capacity of the
67
+ * cluster.</p>
68
+ *
69
+ * @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
70
+ * <p>The state of the cluster security group is not <code>available</code>. </p>
71
+ *
72
+ * @throws {@link InvalidClusterStateFault} (client fault)
73
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
74
+ *
75
+ * @throws {@link InvalidClusterTrackFault} (client fault)
76
+ * <p>The provided cluster track name is not valid.</p>
77
+ *
78
+ * @throws {@link InvalidElasticIpFault} (client fault)
79
+ * <p>The Elastic IP (EIP) is invalid or cannot be found.</p>
80
+ *
81
+ * @throws {@link InvalidRetentionPeriodFault} (client fault)
82
+ * <p>The retention period specified is either in the past or is not a valid value.</p>
83
+ * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
84
+ *
85
+ * @throws {@link LimitExceededFault} (client fault)
86
+ * <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
87
+ *
88
+ * @throws {@link NumberOfNodesPerClusterLimitExceededFault} (client fault)
89
+ * <p>The operation would exceed the number of nodes allowed for a cluster.</p>
90
+ *
91
+ * @throws {@link NumberOfNodesQuotaExceededFault} (client fault)
92
+ * <p>The operation would exceed the number of nodes allotted to the account.
93
+ *
94
+ * 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>
95
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
96
+ * </p>
97
+ *
98
+ * @throws {@link TableLimitExceededFault} (client fault)
99
+ * <p>The number of tables in the cluster exceeds the limit for the requested new cluster
100
+ * node type. </p>
101
+ *
102
+ * @throws {@link UnauthorizedOperation} (client fault)
103
+ * <p>Your account is not authorized to perform the requested operation.</p>
104
+ *
105
+ * @throws {@link UnsupportedOptionFault} (client fault)
106
+ * <p>A request option was specified that is not supported.</p>
107
+ *
108
+ *
40
109
  */
41
110
  export declare class ModifyClusterCommand extends $Command<ModifyClusterCommandInput, ModifyClusterCommandOutput, RedshiftClientResolvedConfig> {
42
111
  readonly input: ModifyClusterCommandInput;
@@ -30,6 +30,17 @@ export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRev
30
30
  * @see {@link ModifyClusterDbRevisionCommandOutput} 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 ClusterOnLatestRevisionFault} (client fault)
38
+ * <p>Cluster is already on the latest database revision.</p>
39
+ *
40
+ * @throws {@link InvalidClusterStateFault} (client fault)
41
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
42
+ *
43
+ *
33
44
  */
34
45
  export declare class ModifyClusterDbRevisionCommand extends $Command<ModifyClusterDbRevisionCommandInput, ModifyClusterDbRevisionCommandOutput, RedshiftClientResolvedConfig> {
35
46
  readonly input: ModifyClusterDbRevisionCommandInput;
@@ -33,6 +33,14 @@ export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRole
33
33
  * @see {@link ModifyClusterIamRolesCommandOutput} for command's `response` shape.
34
34
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
35
35
  *
36
+ * @throws {@link ClusterNotFoundFault} (client fault)
37
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
38
+ * </p>
39
+ *
40
+ * @throws {@link InvalidClusterStateFault} (client fault)
41
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
42
+ *
43
+ *
36
44
  */
37
45
  export declare class ModifyClusterIamRolesCommand extends $Command<ModifyClusterIamRolesCommandInput, ModifyClusterIamRolesCommandOutput, RedshiftClientResolvedConfig> {
38
46
  readonly input: ModifyClusterIamRolesCommandInput;
@@ -29,6 +29,14 @@ export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMain
29
29
  * @see {@link ModifyClusterMaintenanceCommandOutput} 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 ModifyClusterMaintenanceCommand extends $Command<ModifyClusterMaintenanceCommandInput, ModifyClusterMaintenanceCommandOutput, RedshiftClientResolvedConfig> {
34
42
  readonly input: ModifyClusterMaintenanceCommandInput;
@@ -34,6 +34,15 @@ export interface ModifyClusterParameterGroupCommandOutput extends ClusterParamet
34
34
  * @see {@link ModifyClusterParameterGroupCommandOutput} for command's `response` shape.
35
35
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
36
36
  *
37
+ * @throws {@link ClusterParameterGroupNotFoundFault} (client fault)
38
+ * <p>The parameter group name does not refer to an existing parameter group.</p>
39
+ *
40
+ * @throws {@link InvalidClusterParameterGroupStateFault} (client fault)
41
+ * <p>The cluster parameter group action can not be completed because another task is in
42
+ * progress that involves the parameter group. Wait a few moments and try the operation
43
+ * again.</p>
44
+ *
45
+ *
37
46
  */
38
47
  export declare class ModifyClusterParameterGroupCommand extends $Command<ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
39
48
  readonly input: ModifyClusterParameterGroupCommandInput;
@@ -30,6 +30,18 @@ export interface ModifyClusterSnapshotCommandOutput extends ModifyClusterSnapsho
30
30
  * @see {@link ModifyClusterSnapshotCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
32
32
  *
33
+ * @throws {@link ClusterSnapshotNotFoundFault} (client fault)
34
+ * <p>The snapshot identifier does not refer to an existing cluster snapshot.</p>
35
+ *
36
+ * @throws {@link InvalidClusterSnapshotStateFault} (client fault)
37
+ * <p>The specified cluster snapshot is not in the <code>available</code> state, or other
38
+ * accounts are authorized to access the snapshot. </p>
39
+ *
40
+ * @throws {@link InvalidRetentionPeriodFault} (client fault)
41
+ * <p>The retention period specified is either in the past or is not a valid value.</p>
42
+ * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
43
+ *
44
+ *
33
45
  */
34
46
  export declare class ModifyClusterSnapshotCommand extends $Command<ModifyClusterSnapshotCommandInput, ModifyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
35
47
  readonly input: ModifyClusterSnapshotCommandInput;
@@ -29,6 +29,17 @@ export interface ModifyClusterSnapshotScheduleCommandOutput extends __MetadataBe
29
29
  * @see {@link ModifyClusterSnapshotScheduleCommandOutput} 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 InvalidClusterSnapshotScheduleStateFault} (client fault)
37
+ * <p>The cluster snapshot schedule state is not valid.</p>
38
+ *
39
+ * @throws {@link SnapshotScheduleNotFoundFault} (client fault)
40
+ * <p>We could not find the specified snapshot schedule. </p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ModifyClusterSnapshotScheduleCommand extends $Command<ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
34
45
  readonly input: ModifyClusterSnapshotScheduleCommandInput;
@@ -30,6 +30,32 @@ export interface ModifyClusterSubnetGroupCommandOutput extends ModifyClusterSubn
30
30
  * @see {@link ModifyClusterSubnetGroupCommandOutput} for command's `response` shape.
31
31
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
32
32
  *
33
+ * @throws {@link ClusterSubnetGroupNotFoundFault} (client fault)
34
+ * <p>The cluster subnet group name does not refer to an existing cluster subnet
35
+ * group.</p>
36
+ *
37
+ * @throws {@link ClusterSubnetQuotaExceededFault} (client fault)
38
+ * <p>The request would result in user exceeding the allowed number of subnets in a
39
+ * cluster subnet groups.
40
+ * 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>
41
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
42
+ * </p>
43
+ *
44
+ * @throws {@link DependentServiceRequestThrottlingFault} (client fault)
45
+ * <p>The request cannot be completed because a dependent service is throttling requests
46
+ * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
47
+ *
48
+ * @throws {@link InvalidSubnet} (client fault)
49
+ * <p>The requested subnet is not valid, or not all of the subnets are in the same
50
+ * VPC.</p>
51
+ *
52
+ * @throws {@link SubnetAlreadyInUse} (client fault)
53
+ * <p>A specified subnet is already in use by another cluster.</p>
54
+ *
55
+ * @throws {@link UnauthorizedOperation} (client fault)
56
+ * <p>Your account is not authorized to perform the requested operation.</p>
57
+ *
58
+ *
33
59
  */
34
60
  export declare class ModifyClusterSubnetGroupCommand extends $Command<ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig> {
35
61
  readonly input: ModifyClusterSubnetGroupCommandInput;
@@ -30,6 +30,26 @@ export interface ModifyEndpointAccessCommandOutput extends EndpointAccess, __Met
30
30
  * @see {@link ModifyEndpointAccessCommandOutput} 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 EndpointNotFoundFault} (client fault)
38
+ * <p>The endpoint name doesn't refer to an existing endpoint.</p>
39
+ *
40
+ * @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
41
+ * <p>The state of the cluster security group is not <code>available</code>. </p>
42
+ *
43
+ * @throws {@link InvalidClusterStateFault} (client fault)
44
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
45
+ *
46
+ * @throws {@link InvalidEndpointStateFault} (client fault)
47
+ * <p>The status of the endpoint is not valid.</p>
48
+ *
49
+ * @throws {@link UnauthorizedOperation} (client fault)
50
+ * <p>Your account is not authorized to perform the requested operation.</p>
51
+ *
52
+ *
33
53
  */
34
54
  export declare class ModifyEndpointAccessCommand extends $Command<ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
35
55
  readonly input: ModifyEndpointAccessCommandInput;
@@ -29,6 +29,42 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
29
29
  * @see {@link ModifyEventSubscriptionCommandOutput} 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 SNSInvalidTopicFault} (client fault)
37
+ * <p>Amazon SNS has responded that there is a problem with the specified Amazon SNS
38
+ * topic.</p>
39
+ *
40
+ * @throws {@link SNSNoAuthorizationFault} (client fault)
41
+ * <p>You do not have permission to publish to the specified Amazon SNS topic.</p>
42
+ *
43
+ * @throws {@link SNSTopicArnNotFoundFault} (client fault)
44
+ * <p>An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not
45
+ * exist.</p>
46
+ *
47
+ * @throws {@link SourceNotFoundFault} (client fault)
48
+ * <p>The specified Amazon Redshift event source could not be found.</p>
49
+ *
50
+ * @throws {@link SubscriptionCategoryNotFoundFault} (client fault)
51
+ * <p>The value specified for the event category was not one of the allowed values, or it
52
+ * specified a category that does not apply to the specified source type. The allowed
53
+ * values are Configuration, Management, Monitoring, and Security.</p>
54
+ *
55
+ * @throws {@link SubscriptionEventIdNotFoundFault} (client fault)
56
+ * <p>An Amazon Redshift event with the specified event ID does not exist.</p>
57
+ *
58
+ * @throws {@link SubscriptionNotFoundFault} (client fault)
59
+ * <p>An Amazon Redshift event notification subscription with the specified name does not
60
+ * exist.</p>
61
+ *
62
+ * @throws {@link SubscriptionSeverityNotFoundFault} (client fault)
63
+ * <p>The value specified for the event severity was not one of the allowed values, or it
64
+ * specified a severity that does not apply to the specified source type. The allowed
65
+ * values are ERROR and INFO.</p>
66
+ *
67
+ *
32
68
  */
33
69
  export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, RedshiftClientResolvedConfig> {
34
70
  readonly input: ModifyEventSubscriptionCommandInput;
@@ -31,6 +31,22 @@ export interface ModifyScheduledActionCommandOutput extends ScheduledAction, __M
31
31
  * @see {@link ModifyScheduledActionCommandOutput} 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 ScheduledActionNotFoundFault} (client fault)
41
+ * <p>The scheduled action cannot be found. </p>
42
+ *
43
+ * @throws {@link ScheduledActionTypeUnsupportedFault} (client fault)
44
+ * <p>The action type specified for a scheduled action is not supported. </p>
45
+ *
46
+ * @throws {@link UnauthorizedOperation} (client fault)
47
+ * <p>Your account is not authorized to perform the requested operation.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class ModifyScheduledActionCommand extends $Command<ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput, RedshiftClientResolvedConfig> {
36
52
  readonly input: ModifyScheduledActionCommandInput;
@@ -35,6 +35,25 @@ export interface ModifySnapshotCopyRetentionPeriodCommandOutput extends ModifySn
35
35
  * @see {@link ModifySnapshotCopyRetentionPeriodCommandOutput} for command's `response` shape.
36
36
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
37
37
  *
38
+ * @throws {@link ClusterNotFoundFault} (client fault)
39
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
40
+ * </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 InvalidRetentionPeriodFault} (client fault)
46
+ * <p>The retention period specified is either in the past or is not a valid value.</p>
47
+ * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
48
+ *
49
+ * @throws {@link SnapshotCopyDisabledFault} (client fault)
50
+ * <p>Cross-region snapshot copy was temporarily disabled. Try your request
51
+ * again.</p>
52
+ *
53
+ * @throws {@link UnauthorizedOperation} (client fault)
54
+ * <p>Your account is not authorized to perform the requested operation.</p>
55
+ *
56
+ *
38
57
  */
39
58
  export declare class ModifySnapshotCopyRetentionPeriodCommand extends $Command<ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput, RedshiftClientResolvedConfig> {
40
59
  readonly input: ModifySnapshotCopyRetentionPeriodCommandInput;
@@ -31,6 +31,16 @@ export interface ModifySnapshotScheduleCommandOutput extends SnapshotSchedule, _
31
31
  * @see {@link ModifySnapshotScheduleCommandOutput} for command's `response` shape.
32
32
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidScheduleFault} (client fault)
35
+ * <p>The schedule you submitted isn't valid.</p>
36
+ *
37
+ * @throws {@link SnapshotScheduleNotFoundFault} (client fault)
38
+ * <p>We could not find the specified snapshot schedule. </p>
39
+ *
40
+ * @throws {@link SnapshotScheduleUpdateInProgressFault} (client fault)
41
+ * <p>The specified snapshot schedule is already being updated.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class ModifySnapshotScheduleCommand extends $Command<ModifySnapshotScheduleCommandInput, ModifySnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
36
46
  readonly input: ModifySnapshotScheduleCommandInput;
@@ -31,6 +31,16 @@ export interface ModifyUsageLimitCommandOutput extends UsageLimit, __MetadataBea
31
31
  * @see {@link ModifyUsageLimitCommandOutput} for command's `response` shape.
32
32
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidUsageLimitFault} (client fault)
35
+ * <p>The usage limit is not valid.</p>
36
+ *
37
+ * @throws {@link UnsupportedOperationFault} (client fault)
38
+ * <p>The requested operation isn't supported.</p>
39
+ *
40
+ * @throws {@link UsageLimitNotFoundFault} (client fault)
41
+ * <p>The usage limit identifier can't be found.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class ModifyUsageLimitCommand extends $Command<ModifyUsageLimitCommandInput, ModifyUsageLimitCommandOutput, RedshiftClientResolvedConfig> {
36
46
  readonly input: ModifyUsageLimitCommandInput;
@@ -30,6 +30,14 @@ export interface PauseClusterCommandOutput extends PauseClusterResult, __Metadat
30
30
  * @see {@link PauseClusterCommandOutput} 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
+ *
33
41
  */
34
42
  export declare class PauseClusterCommand extends $Command<PauseClusterCommandInput, PauseClusterCommandOutput, RedshiftClientResolvedConfig> {
35
43
  readonly input: PauseClusterCommandInput;
@@ -37,6 +37,22 @@ export interface PurchaseReservedNodeOfferingCommandOutput extends PurchaseReser
37
37
  * @see {@link PurchaseReservedNodeOfferingCommandOutput} for command's `response` shape.
38
38
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
39
39
  *
40
+ * @throws {@link ReservedNodeAlreadyExistsFault} (client fault)
41
+ * <p>User already has a reservation with the given identifier.</p>
42
+ *
43
+ * @throws {@link ReservedNodeOfferingNotFoundFault} (client fault)
44
+ * <p>Specified offering does not exist.</p>
45
+ *
46
+ * @throws {@link ReservedNodeQuotaExceededFault} (client fault)
47
+ * <p>Request would exceed the user's compute node quota.
48
+ * 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>
49
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
50
+ * </p>
51
+ *
52
+ * @throws {@link UnsupportedOperationFault} (client fault)
53
+ * <p>The requested operation isn't supported.</p>
54
+ *
55
+ *
40
56
  */
41
57
  export declare class PurchaseReservedNodeOfferingCommand extends $Command<PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput, RedshiftClientResolvedConfig> {
42
58
  readonly input: PurchaseReservedNodeOfferingCommandInput;
@@ -36,6 +36,14 @@ export interface RebootClusterCommandOutput extends RebootClusterResult, __Metad
36
36
  * @see {@link RebootClusterCommandOutput} for command's `response` shape.
37
37
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
38
38
  *
39
+ * @throws {@link ClusterNotFoundFault} (client fault)
40
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
41
+ * </p>
42
+ *
43
+ * @throws {@link InvalidClusterStateFault} (client fault)
44
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
45
+ *
46
+ *
39
47
  */
40
48
  export declare class RebootClusterCommand extends $Command<RebootClusterCommandInput, RebootClusterCommandOutput, RedshiftClientResolvedConfig> {
41
49
  readonly input: RebootClusterCommandInput;
@@ -30,6 +30,10 @@ export interface RejectDataShareCommandOutput extends DataShare, __MetadataBeare
30
30
  * @see {@link RejectDataShareCommandOutput} 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 RejectDataShareCommand extends $Command<RejectDataShareCommandInput, RejectDataShareCommandOutput, RedshiftClientResolvedConfig> {
35
39
  readonly input: RejectDataShareCommandInput;
@@ -33,6 +33,15 @@ export interface ResetClusterParameterGroupCommandOutput extends ClusterParamete
33
33
  * @see {@link ResetClusterParameterGroupCommandOutput} 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 ResetClusterParameterGroupCommand extends $Command<ResetClusterParameterGroupCommandInput, ResetClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
38
47
  readonly input: ResetClusterParameterGroupCommandInput;
@@ -72,6 +72,59 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad
72
72
  * @see {@link ResizeClusterCommandOutput} for command's `response` shape.
73
73
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
74
74
  *
75
+ * @throws {@link ClusterNotFoundFault} (client fault)
76
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
77
+ * </p>
78
+ *
79
+ * @throws {@link DependentServiceUnavailableFault} (client fault)
80
+ * <p>Your request cannot be completed because a dependent internal service is
81
+ * temporarily unavailable. Wait 30 to 60 seconds and try again.</p>
82
+ *
83
+ * @throws {@link InsufficientClusterCapacityFault} (client fault)
84
+ * <p>The number of nodes specified exceeds the allotted capacity of the
85
+ * cluster.</p>
86
+ *
87
+ * @throws {@link InvalidClusterStateFault} (client fault)
88
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
89
+ *
90
+ * @throws {@link InvalidReservedNodeStateFault} (client fault)
91
+ * <p>Indicates that the Reserved Node being exchanged is not in an active state.</p>
92
+ *
93
+ * @throws {@link LimitExceededFault} (client fault)
94
+ * <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
95
+ *
96
+ * @throws {@link NumberOfNodesPerClusterLimitExceededFault} (client fault)
97
+ * <p>The operation would exceed the number of nodes allowed for a cluster.</p>
98
+ *
99
+ * @throws {@link NumberOfNodesQuotaExceededFault} (client fault)
100
+ * <p>The operation would exceed the number of nodes allotted to the account.
101
+ *
102
+ * 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>
103
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
104
+ * </p>
105
+ *
106
+ * @throws {@link ReservedNodeAlreadyExistsFault} (client fault)
107
+ * <p>User already has a reservation with the given identifier.</p>
108
+ *
109
+ * @throws {@link ReservedNodeAlreadyMigratedFault} (client fault)
110
+ * <p>Indicates that the reserved node has already been exchanged.</p>
111
+ *
112
+ * @throws {@link ReservedNodeNotFoundFault} (client fault)
113
+ * <p>The specified reserved compute node not found.</p>
114
+ *
115
+ * @throws {@link ReservedNodeOfferingNotFoundFault} (client fault)
116
+ * <p>Specified offering does not exist.</p>
117
+ *
118
+ * @throws {@link UnauthorizedOperation} (client fault)
119
+ * <p>Your account is not authorized to perform the requested operation.</p>
120
+ *
121
+ * @throws {@link UnsupportedOperationFault} (client fault)
122
+ * <p>The requested operation isn't supported.</p>
123
+ *
124
+ * @throws {@link UnsupportedOptionFault} (client fault)
125
+ * <p>A request option was specified that is not supported.</p>
126
+ *
127
+ *
75
128
  */
76
129
  export declare class ResizeClusterCommand extends $Command<ResizeClusterCommandInput, ResizeClusterCommandOutput, RedshiftClientResolvedConfig> {
77
130
  readonly input: ResizeClusterCommandInput;
@@ -40,6 +40,120 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
40
40
  * @see {@link RestoreFromClusterSnapshotCommandOutput} for command's `response` shape.
41
41
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
42
42
  *
43
+ * @throws {@link AccessToSnapshotDeniedFault} (client fault)
44
+ * <p>The owner of the specified snapshot has not authorized your account to access the
45
+ * snapshot.</p>
46
+ *
47
+ * @throws {@link ClusterAlreadyExistsFault} (client fault)
48
+ * <p>The account already has a cluster with the given identifier.</p>
49
+ *
50
+ * @throws {@link ClusterParameterGroupNotFoundFault} (client fault)
51
+ * <p>The parameter group name does not refer to an existing parameter group.</p>
52
+ *
53
+ * @throws {@link ClusterQuotaExceededFault} (client fault)
54
+ * <p>The request would exceed the allowed number of cluster instances for this account.
55
+ *
56
+ * 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>
57
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
58
+ * </p>
59
+ *
60
+ * @throws {@link ClusterSecurityGroupNotFoundFault} (client fault)
61
+ * <p>The cluster security group name does not refer to an existing cluster security
62
+ * group.</p>
63
+ *
64
+ * @throws {@link ClusterSnapshotNotFoundFault} (client fault)
65
+ * <p>The snapshot identifier does not refer to an existing cluster snapshot.</p>
66
+ *
67
+ * @throws {@link ClusterSubnetGroupNotFoundFault} (client fault)
68
+ * <p>The cluster subnet group name does not refer to an existing cluster subnet
69
+ * group.</p>
70
+ *
71
+ * @throws {@link DependentServiceRequestThrottlingFault} (client fault)
72
+ * <p>The request cannot be completed because a dependent service is throttling requests
73
+ * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
74
+ *
75
+ * @throws {@link DependentServiceUnavailableFault} (client fault)
76
+ * <p>Your request cannot be completed because a dependent internal service is
77
+ * temporarily unavailable. Wait 30 to 60 seconds and try again.</p>
78
+ *
79
+ * @throws {@link HsmClientCertificateNotFoundFault} (client fault)
80
+ * <p>There is no Amazon Redshift HSM client certificate with the specified
81
+ * identifier.</p>
82
+ *
83
+ * @throws {@link HsmConfigurationNotFoundFault} (client fault)
84
+ * <p>There is no Amazon Redshift HSM configuration with the specified identifier.</p>
85
+ *
86
+ * @throws {@link InsufficientClusterCapacityFault} (client fault)
87
+ * <p>The number of nodes specified exceeds the allotted capacity of the
88
+ * cluster.</p>
89
+ *
90
+ * @throws {@link InvalidClusterSnapshotStateFault} (client fault)
91
+ * <p>The specified cluster snapshot is not in the <code>available</code> state, or other
92
+ * accounts are authorized to access the snapshot. </p>
93
+ *
94
+ * @throws {@link InvalidClusterSubnetGroupStateFault} (client fault)
95
+ * <p>The cluster subnet group cannot be deleted because it is in use.</p>
96
+ *
97
+ * @throws {@link InvalidClusterTrackFault} (client fault)
98
+ * <p>The provided cluster track name is not valid.</p>
99
+ *
100
+ * @throws {@link InvalidElasticIpFault} (client fault)
101
+ * <p>The Elastic IP (EIP) is invalid or cannot be found.</p>
102
+ *
103
+ * @throws {@link InvalidReservedNodeStateFault} (client fault)
104
+ * <p>Indicates that the Reserved Node being exchanged is not in an active state.</p>
105
+ *
106
+ * @throws {@link InvalidRestoreFault} (client fault)
107
+ * <p>The restore is invalid.</p>
108
+ *
109
+ * @throws {@link InvalidSubnet} (client fault)
110
+ * <p>The requested subnet is not valid, or not all of the subnets are in the same
111
+ * VPC.</p>
112
+ *
113
+ * @throws {@link InvalidTagFault} (client fault)
114
+ * <p>The tag is invalid.</p>
115
+ *
116
+ * @throws {@link InvalidVPCNetworkStateFault} (client fault)
117
+ * <p>The cluster subnet group does not cover all Availability Zones.</p>
118
+ *
119
+ * @throws {@link LimitExceededFault} (client fault)
120
+ * <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
121
+ *
122
+ * @throws {@link NumberOfNodesPerClusterLimitExceededFault} (client fault)
123
+ * <p>The operation would exceed the number of nodes allowed for a cluster.</p>
124
+ *
125
+ * @throws {@link NumberOfNodesQuotaExceededFault} (client fault)
126
+ * <p>The operation would exceed the number of nodes allotted to the account.
127
+ *
128
+ * 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>
129
+ * in the <i>Amazon Redshift Cluster Management Guide</i>.
130
+ * </p>
131
+ *
132
+ * @throws {@link ReservedNodeAlreadyExistsFault} (client fault)
133
+ * <p>User already has a reservation with the given identifier.</p>
134
+ *
135
+ * @throws {@link ReservedNodeAlreadyMigratedFault} (client fault)
136
+ * <p>Indicates that the reserved node has already been exchanged.</p>
137
+ *
138
+ * @throws {@link ReservedNodeNotFoundFault} (client fault)
139
+ * <p>The specified reserved compute node not found.</p>
140
+ *
141
+ * @throws {@link ReservedNodeOfferingNotFoundFault} (client fault)
142
+ * <p>Specified offering does not exist.</p>
143
+ *
144
+ * @throws {@link SnapshotScheduleNotFoundFault} (client fault)
145
+ * <p>We could not find the specified snapshot schedule. </p>
146
+ *
147
+ * @throws {@link TagLimitExceededFault} (client fault)
148
+ * <p>You have exceeded the number of tags allowed.</p>
149
+ *
150
+ * @throws {@link UnauthorizedOperation} (client fault)
151
+ * <p>Your account is not authorized to perform the requested operation.</p>
152
+ *
153
+ * @throws {@link UnsupportedOperationFault} (client fault)
154
+ * <p>The requested operation isn't supported.</p>
155
+ *
156
+ *
43
157
  */
44
158
  export declare class RestoreFromClusterSnapshotCommand extends $Command<RestoreFromClusterSnapshotCommandInput, RestoreFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
45
159
  readonly input: RestoreFromClusterSnapshotCommandInput;