@aws-sdk/client-redshift 3.288.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.
- package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +23 -0
- package/dist-types/commands/AddPartnerCommand.d.ts +11 -0
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +7 -0
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +15 -0
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +4 -0
- package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +20 -0
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +25 -0
- package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +5 -0
- package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +9 -0
- package/dist-types/commands/CancelResizeCommand.d.ts +14 -0
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +20 -0
- package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +12 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +82 -0
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +17 -0
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +26 -0
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +36 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +33 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +45 -0
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +17 -0
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +17 -0
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +19 -0
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +22 -0
- package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +19 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +13 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +23 -0
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +8 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +20 -0
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +8 -0
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +17 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/DeletePartnerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +9 -0
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +7 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +7 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +7 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +8 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +5 -0
- package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribePartnersCommand.d.ts +8 -0
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +10 -0
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeReservedNodesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeResizeCommand.d.ts +8 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStorageCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +8 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +8 -0
- package/dist-types/commands/DisableLoggingCommand.d.ts +8 -0
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +14 -0
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +7 -0
- package/dist-types/commands/EnableLoggingCommand.d.ts +25 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +39 -0
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +8 -0
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +8 -0
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +27 -0
- package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +20 -0
- package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +12 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +69 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +11 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +8 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +8 -0
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +12 -0
- package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +11 -0
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +26 -0
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +20 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +36 -0
- package/dist-types/commands/ModifyScheduledActionCommand.d.ts +16 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +19 -0
- package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +10 -0
- package/dist-types/commands/ModifyUsageLimitCommand.d.ts +10 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +8 -0
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +16 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +8 -0
- package/dist-types/commands/RejectDataShareCommand.d.ts +4 -0
- package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +53 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +114 -0
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +27 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +12 -0
- package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +12 -0
- package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +23 -0
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +15 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +12 -0
- package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +11 -0
- package/package.json +30 -30
|
@@ -29,6 +29,14 @@ export interface DescribeEndpointAuthorizationCommandOutput extends EndpointAuth
|
|
|
29
29
|
* @see {@link DescribeEndpointAuthorizationCommandOutput} 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 UnsupportedOperationFault} (client fault)
|
|
37
|
+
* <p>The requested operation isn't supported.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class DescribeEndpointAuthorizationCommand extends $Command<DescribeEndpointAuthorizationCommandInput, DescribeEndpointAuthorizationCommandOutput, RedshiftClientResolvedConfig> {
|
|
34
42
|
readonly input: DescribeEndpointAuthorizationCommandInput;
|
|
@@ -31,6 +31,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
|
|
|
31
31
|
* @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
*
|
|
34
35
|
*/
|
|
35
36
|
export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, RedshiftClientResolvedConfig> {
|
|
36
37
|
readonly input: DescribeEventCategoriesCommandInput;
|
|
@@ -39,6 +39,14 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
|
|
|
39
39
|
* @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link InvalidTagFault} (client fault)
|
|
43
|
+
* <p>The tag is invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link SubscriptionNotFoundFault} (client fault)
|
|
46
|
+
* <p>An Amazon Redshift event notification subscription with the specified name does not
|
|
47
|
+
* exist.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
42
50
|
*/
|
|
43
51
|
export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, RedshiftClientResolvedConfig> {
|
|
44
52
|
readonly input: DescribeEventSubscriptionsCommandInput;
|
|
@@ -32,6 +32,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
|
|
|
32
32
|
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
*
|
|
35
36
|
*/
|
|
36
37
|
export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, RedshiftClientResolvedConfig> {
|
|
37
38
|
readonly input: DescribeEventsCommandInput;
|
|
@@ -38,6 +38,14 @@ export interface DescribeHsmClientCertificatesCommandOutput extends HsmClientCer
|
|
|
38
38
|
* @see {@link DescribeHsmClientCertificatesCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link HsmClientCertificateNotFoundFault} (client fault)
|
|
42
|
+
* <p>There is no Amazon Redshift HSM client certificate with the specified
|
|
43
|
+
* identifier.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidTagFault} (client fault)
|
|
46
|
+
* <p>The tag is invalid.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
41
49
|
*/
|
|
42
50
|
export declare class DescribeHsmClientCertificatesCommand extends $Command<DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput, RedshiftClientResolvedConfig> {
|
|
43
51
|
readonly input: DescribeHsmClientCertificatesCommandInput;
|
|
@@ -39,6 +39,13 @@ export interface DescribeHsmConfigurationsCommandOutput extends HsmConfiguration
|
|
|
39
39
|
* @see {@link DescribeHsmConfigurationsCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link HsmConfigurationNotFoundFault} (client fault)
|
|
43
|
+
* <p>There is no Amazon Redshift HSM configuration with the specified identifier.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidTagFault} (client fault)
|
|
46
|
+
* <p>The tag is invalid.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
42
49
|
*/
|
|
43
50
|
export declare class DescribeHsmConfigurationsCommand extends $Command<DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput, RedshiftClientResolvedConfig> {
|
|
44
51
|
readonly input: DescribeHsmConfigurationsCommandInput;
|
|
@@ -30,6 +30,11 @@ export interface DescribeLoggingStatusCommandOutput extends LoggingStatus, __Met
|
|
|
30
30
|
* @see {@link DescribeLoggingStatusCommandOutput} 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
|
+
*
|
|
33
38
|
*/
|
|
34
39
|
export declare class DescribeLoggingStatusCommand extends $Command<DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
40
|
readonly input: DescribeLoggingStatusCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface DescribeNodeConfigurationOptionsCommandOutput extends NodeConfi
|
|
|
30
30
|
* @see {@link DescribeNodeConfigurationOptionsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessToSnapshotDeniedFault} (client fault)
|
|
34
|
+
* <p>The owner of the specified snapshot has not authorized your account to access the
|
|
35
|
+
* snapshot.</p>
|
|
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 ClusterSnapshotNotFoundFault} (client fault)
|
|
42
|
+
* <p>The snapshot identifier does not refer to an existing cluster snapshot.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidClusterSnapshotStateFault} (client fault)
|
|
45
|
+
* <p>The specified cluster snapshot is not in the <code>available</code> state, or other
|
|
46
|
+
* accounts are authorized to access the snapshot. </p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
49
|
+
* <p>The requested operation isn't supported.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class DescribeNodeConfigurationOptionsCommand extends $Command<DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
54
|
readonly input: DescribeNodeConfigurationOptionsCommandInput;
|
|
@@ -37,6 +37,7 @@ export interface DescribeOrderableClusterOptionsCommandOutput extends OrderableC
|
|
|
37
37
|
* @see {@link DescribeOrderableClusterOptionsCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
*
|
|
40
41
|
*/
|
|
41
42
|
export declare class DescribeOrderableClusterOptionsCommand extends $Command<DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput, RedshiftClientResolvedConfig> {
|
|
42
43
|
readonly input: DescribeOrderableClusterOptionsCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface DescribePartnersCommandOutput extends DescribePartnersOutputMes
|
|
|
29
29
|
* @see {@link DescribePartnersCommandOutput} 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 UnauthorizedPartnerIntegrationFault} (client fault)
|
|
37
|
+
* <p>The partner integration is not authorized.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class DescribePartnersCommand extends $Command<DescribePartnersCommandInput, DescribePartnersCommandOutput, RedshiftClientResolvedConfig> {
|
|
34
42
|
readonly input: DescribePartnersCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DescribeReservedNodeExchangeStatusCommandOutput extends Describ
|
|
|
30
30
|
* @see {@link DescribeReservedNodeExchangeStatusCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ReservedNodeExchangeNotFoundFault} (client fault)
|
|
34
|
+
* <p>The reserved-node exchange status wasn't found.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ReservedNodeNotFoundFault} (client fault)
|
|
37
|
+
* <p>The specified reserved compute node not found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
40
|
+
* <p>The requested operation isn't supported.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class DescribeReservedNodeExchangeStatusCommand extends $Command<DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
45
|
readonly input: DescribeReservedNodeExchangeStatusCommandInput;
|
|
@@ -38,6 +38,17 @@ export interface DescribeReservedNodeOfferingsCommandOutput extends ReservedNode
|
|
|
38
38
|
* @see {@link DescribeReservedNodeOfferingsCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link DependentServiceUnavailableFault} (client fault)
|
|
42
|
+
* <p>Your request cannot be completed because a dependent internal service is
|
|
43
|
+
* temporarily unavailable. Wait 30 to 60 seconds and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ReservedNodeOfferingNotFoundFault} (client fault)
|
|
46
|
+
* <p>Specified offering does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
49
|
+
* <p>The requested operation isn't supported.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
41
52
|
*/
|
|
42
53
|
export declare class DescribeReservedNodeOfferingsCommand extends $Command<DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput, RedshiftClientResolvedConfig> {
|
|
43
54
|
readonly input: DescribeReservedNodeOfferingsCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface DescribeReservedNodesCommandOutput extends ReservedNodesMessage
|
|
|
29
29
|
* @see {@link DescribeReservedNodesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DependentServiceUnavailableFault} (client fault)
|
|
33
|
+
* <p>Your request cannot be completed because a dependent internal service is
|
|
34
|
+
* temporarily unavailable. Wait 30 to 60 seconds and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ReservedNodeNotFoundFault} (client fault)
|
|
37
|
+
* <p>The specified reserved compute node not found.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class DescribeReservedNodesCommand extends $Command<DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput, RedshiftClientResolvedConfig> {
|
|
34
42
|
readonly input: DescribeReservedNodesCommandInput;
|
|
@@ -35,6 +35,14 @@ export interface DescribeResizeCommandOutput extends ResizeProgressMessage, __Me
|
|
|
35
35
|
* @see {@link DescribeResizeCommandOutput} 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 ResizeNotFoundFault} (client fault)
|
|
43
|
+
* <p>A resize operation for the specified cluster is not found.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
38
46
|
*/
|
|
39
47
|
export declare class DescribeResizeCommand extends $Command<DescribeResizeCommandInput, DescribeResizeCommandOutput, RedshiftClientResolvedConfig> {
|
|
40
48
|
readonly input: DescribeResizeCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsM
|
|
|
30
30
|
* @see {@link DescribeScheduledActionsCommandOutput} 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 DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
42
|
readonly input: DescribeScheduledActionsCommandInput;
|
|
@@ -35,6 +35,14 @@ export interface DescribeSnapshotCopyGrantsCommandOutput extends SnapshotCopyGra
|
|
|
35
35
|
* @see {@link DescribeSnapshotCopyGrantsCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InvalidTagFault} (client fault)
|
|
39
|
+
* <p>The tag is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link SnapshotCopyGrantNotFoundFault} (client fault)
|
|
42
|
+
* <p>The specified snapshot copy grant can't be found. Make sure that the name is typed
|
|
43
|
+
* correctly and that the grant exists in the destination region.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
38
46
|
*/
|
|
39
47
|
export declare class DescribeSnapshotCopyGrantsCommand extends $Command<DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput, RedshiftClientResolvedConfig> {
|
|
40
48
|
readonly input: DescribeSnapshotCopyGrantsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DescribeSnapshotSchedulesCommandOutput extends DescribeSnapshot
|
|
|
29
29
|
* @see {@link DescribeSnapshotSchedulesCommandOutput} 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 DescribeSnapshotSchedulesCommand extends $Command<DescribeSnapshotSchedulesCommandInput, DescribeSnapshotSchedulesCommandOutput, RedshiftClientResolvedConfig> {
|
|
34
35
|
readonly input: DescribeSnapshotSchedulesCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DescribeStorageCommandOutput extends CustomerStorageMessage, __
|
|
|
29
29
|
* @see {@link DescribeStorageCommandOutput} 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 DescribeStorageCommand extends $Command<DescribeStorageCommandInput, DescribeStorageCommandOutput, RedshiftClientResolvedConfig> {
|
|
34
35
|
readonly input: DescribeStorageCommandInput;
|
|
@@ -34,6 +34,14 @@ export interface DescribeTableRestoreStatusCommandOutput extends TableRestoreSta
|
|
|
34
34
|
* @see {@link DescribeTableRestoreStatusCommandOutput} 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 TableRestoreNotFoundFault} (client fault)
|
|
42
|
+
* <p>The specified <code>TableRestoreRequestId</code> value was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
37
45
|
*/
|
|
38
46
|
export declare class DescribeTableRestoreStatusCommand extends $Command<DescribeTableRestoreStatusCommandInput, DescribeTableRestoreStatusCommandOutput, RedshiftClientResolvedConfig> {
|
|
39
47
|
readonly input: DescribeTableRestoreStatusCommandInput;
|
|
@@ -53,6 +53,13 @@ export interface DescribeTagsCommandOutput extends TaggedResourceListMessage, __
|
|
|
53
53
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
54
54
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
55
55
|
*
|
|
56
|
+
* @throws {@link InvalidTagFault} (client fault)
|
|
57
|
+
* <p>The tag is invalid.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
60
|
+
* <p>The resource could not be found.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
56
63
|
*/
|
|
57
64
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, RedshiftClientResolvedConfig> {
|
|
58
65
|
readonly input: DescribeTagsCommandInput;
|
|
@@ -48,6 +48,14 @@ export interface DescribeUsageLimitsCommandOutput extends UsageLimitList, __Meta
|
|
|
48
48
|
* @see {@link DescribeUsageLimitsCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link ClusterNotFoundFault} (client fault)
|
|
52
|
+
* <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
|
|
53
|
+
* </p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
56
|
+
* <p>The requested operation isn't supported.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
51
59
|
*/
|
|
52
60
|
export declare class DescribeUsageLimitsCommand extends $Command<DescribeUsageLimitsCommandInput, DescribeUsageLimitsCommandOutput, RedshiftClientResolvedConfig> {
|
|
53
61
|
readonly input: DescribeUsageLimitsCommandInput;
|
|
@@ -30,6 +30,14 @@ export interface DisableLoggingCommandOutput extends LoggingStatus, __MetadataBe
|
|
|
30
30
|
* @see {@link DisableLoggingCommandOutput} 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 DisableLoggingCommand extends $Command<DisableLoggingCommandInput, DisableLoggingCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
43
|
readonly input: DisableLoggingCommandInput;
|
|
@@ -33,6 +33,20 @@ export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyRes
|
|
|
33
33
|
* @see {@link DisableSnapshotCopyCommandOutput} 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
|
+
* @throws {@link SnapshotCopyAlreadyDisabledFault} (client fault)
|
|
44
|
+
* <p>The cluster already has cross-region snapshot copy disabled.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link UnauthorizedOperation} (client fault)
|
|
47
|
+
* <p>Your account is not authorized to perform the requested operation.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
36
50
|
*/
|
|
37
51
|
export declare class DisableSnapshotCopyCommand extends $Command<DisableSnapshotCopyCommandInput, DisableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig> {
|
|
38
52
|
readonly input: DisableSnapshotCopyCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface DisassociateDataShareConsumerCommandOutput extends DataShare, _
|
|
|
31
31
|
* @see {@link DisassociateDataShareConsumerCommandOutput} 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 DisassociateDataShareConsumerCommand extends $Command<DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsumerCommandOutput, RedshiftClientResolvedConfig> {
|
|
36
43
|
readonly input: DisassociateDataShareConsumerCommandInput;
|
|
@@ -30,6 +30,31 @@ export interface EnableLoggingCommandOutput extends LoggingStatus, __MetadataBea
|
|
|
30
30
|
* @see {@link EnableLoggingCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BucketNotFoundFault} (client fault)
|
|
34
|
+
* <p>Could not find the specified S3 bucket.</p>
|
|
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 InsufficientS3BucketPolicyFault} (client fault)
|
|
41
|
+
* <p>The cluster does not have read bucket or put object permissions on the S3 bucket
|
|
42
|
+
* specified when enabling logging.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidClusterStateFault} (client fault)
|
|
45
|
+
* <p>The specified cluster is not in the <code>available</code> state. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidS3BucketNameFault} (client fault)
|
|
48
|
+
* <p>The S3 bucket name is invalid. For more information about naming rules, go to
|
|
49
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html">Bucket
|
|
50
|
+
* Restrictions and Limitations</a> in the Amazon Simple Storage Service (S3)
|
|
51
|
+
* Developer Guide.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidS3KeyPrefixFault} (client fault)
|
|
54
|
+
* <p>The string specified for the logging S3 key prefix does not comply with the
|
|
55
|
+
* documented constraints.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
33
58
|
*/
|
|
34
59
|
export declare class EnableLoggingCommand extends $Command<EnableLoggingCommandInput, EnableLoggingCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
60
|
readonly input: EnableLoggingCommandInput;
|
|
@@ -30,6 +30,45 @@ export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResul
|
|
|
30
30
|
* @see {@link EnableSnapshotCopyCommandOutput} 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 CopyToRegionDisabledFault} (client fault)
|
|
38
|
+
* <p>Cross-region snapshot copy was temporarily disabled. Try your request
|
|
39
|
+
* again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DependentServiceRequestThrottlingFault} (client fault)
|
|
42
|
+
* <p>The request cannot be completed because a dependent service is throttling requests
|
|
43
|
+
* made by Amazon Redshift on your behalf. Wait and retry the request.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link IncompatibleOrderableOptions} (client fault)
|
|
46
|
+
* <p>The specified options are incompatible.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidClusterStateFault} (client fault)
|
|
49
|
+
* <p>The specified cluster is not in the <code>available</code> state. </p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidRetentionPeriodFault} (client fault)
|
|
52
|
+
* <p>The retention period specified is either in the past or is not a valid value.</p>
|
|
53
|
+
* <p>The value must be either -1 or an integer between 1 and 3,653.</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 SnapshotCopyAlreadyEnabledFault} (client fault)
|
|
59
|
+
* <p>The cluster already has cross-region snapshot copy enabled.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link SnapshotCopyGrantNotFoundFault} (client fault)
|
|
62
|
+
* <p>The specified snapshot copy grant can't be found. Make sure that the name is typed
|
|
63
|
+
* correctly and that the grant exists in the destination region.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link UnauthorizedOperation} (client fault)
|
|
66
|
+
* <p>Your account is not authorized to perform the requested operation.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link UnknownSnapshotCopyRegionFault} (client fault)
|
|
69
|
+
* <p>The specified region is incorrect or does not exist.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
33
72
|
*/
|
|
34
73
|
export declare class EnableSnapshotCopyCommand extends $Command<EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
74
|
readonly input: EnableSnapshotCopyCommandInput;
|
|
@@ -50,6 +50,14 @@ export interface GetClusterCredentialsCommandOutput extends ClusterCredentials,
|
|
|
50
50
|
* @see {@link GetClusterCredentialsCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
+
* @throws {@link ClusterNotFoundFault} (client fault)
|
|
54
|
+
* <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
|
|
55
|
+
* </p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
58
|
+
* <p>The requested operation isn't supported.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
53
61
|
*/
|
|
54
62
|
export declare class GetClusterCredentialsCommand extends $Command<GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput, RedshiftClientResolvedConfig> {
|
|
55
63
|
readonly input: GetClusterCredentialsCommandInput;
|
|
@@ -39,6 +39,14 @@ export interface GetClusterCredentialsWithIAMCommandOutput extends ClusterExtend
|
|
|
39
39
|
* @see {@link GetClusterCredentialsWithIAMCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link ClusterNotFoundFault} (client fault)
|
|
43
|
+
* <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
|
|
44
|
+
* </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
47
|
+
* <p>The requested operation isn't supported.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
42
50
|
*/
|
|
43
51
|
export declare class GetClusterCredentialsWithIAMCommand extends $Command<GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput, RedshiftClientResolvedConfig> {
|
|
44
52
|
readonly input: GetClusterCredentialsWithIAMCommandInput;
|
|
@@ -31,6 +31,33 @@ export interface GetReservedNodeExchangeConfigurationOptionsCommandOutput extend
|
|
|
31
31
|
* @see {@link GetReservedNodeExchangeConfigurationOptionsCommandOutput} 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 ClusterSnapshotNotFoundFault} (client fault)
|
|
39
|
+
* <p>The snapshot identifier does not refer to an existing cluster snapshot.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DependentServiceUnavailableFault} (client fault)
|
|
42
|
+
* <p>Your request cannot be completed because a dependent internal service is
|
|
43
|
+
* temporarily unavailable. Wait 30 to 60 seconds and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidReservedNodeStateFault} (client fault)
|
|
46
|
+
* <p>Indicates that the Reserved Node being exchanged is not in an active state.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ReservedNodeAlreadyMigratedFault} (client fault)
|
|
49
|
+
* <p>Indicates that the reserved node has already been exchanged.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ReservedNodeNotFoundFault} (client fault)
|
|
52
|
+
* <p>The specified reserved compute node not found.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ReservedNodeOfferingNotFoundFault} (client fault)
|
|
55
|
+
* <p>Specified offering does not exist.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
58
|
+
* <p>The requested operation isn't supported.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
34
61
|
*/
|
|
35
62
|
export declare class GetReservedNodeExchangeConfigurationOptionsCommand extends $Command<GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig> {
|
|
36
63
|
readonly input: GetReservedNodeExchangeConfigurationOptionsCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface GetReservedNodeExchangeOfferingsCommandOutput extends GetReserv
|
|
|
30
30
|
* @see {@link GetReservedNodeExchangeOfferingsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DependentServiceUnavailableFault} (client fault)
|
|
34
|
+
* <p>Your request cannot be completed because a dependent internal service is
|
|
35
|
+
* temporarily unavailable. Wait 30 to 60 seconds and try again.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidReservedNodeStateFault} (client fault)
|
|
38
|
+
* <p>Indicates that the Reserved Node being exchanged is not in an active state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ReservedNodeAlreadyMigratedFault} (client fault)
|
|
41
|
+
* <p>Indicates that the reserved node has already been exchanged.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ReservedNodeNotFoundFault} (client fault)
|
|
44
|
+
* <p>The specified reserved compute node not found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ReservedNodeOfferingNotFoundFault} (client fault)
|
|
47
|
+
* <p>Specified offering does not exist.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
50
|
+
* <p>The requested operation isn't supported.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class GetReservedNodeExchangeOfferingsCommand extends $Command<GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
55
|
readonly input: GetReservedNodeExchangeOfferingsCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ModifyAquaConfigurationCommandOutput extends ModifyAquaOutputMe
|
|
|
29
29
|
* @see {@link ModifyAquaConfigurationCommandOutput} 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 UnsupportedOperationFault} (client fault)
|
|
40
|
+
* <p>The requested operation isn't supported.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ModifyAquaConfigurationCommand extends $Command<ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput, RedshiftClientResolvedConfig> {
|
|
34
45
|
readonly input: ModifyAquaConfigurationCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface ModifyAuthenticationProfileCommandOutput extends ModifyAuthenti
|
|
|
29
29
|
* @see {@link ModifyAuthenticationProfileCommandOutput} 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 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 ModifyAuthenticationProfileCommand extends $Command<ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig> {
|
|
34
46
|
readonly input: ModifyAuthenticationProfileCommandInput;
|