@aws-sdk/client-redshift 3.325.0 → 3.327.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 +25 -0
- package/dist-types/commands/AddPartnerCommand.d.ts +7 -0
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +18 -0
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +40 -0
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +18 -0
- package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +53 -0
- package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/CancelResizeCommand.d.ts +27 -0
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +7 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +176 -0
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +40 -0
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +31 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +31 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +27 -0
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +15 -0
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +17 -0
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +32 -0
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +15 -0
- package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +26 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +18 -0
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +18 -0
- package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +6 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +176 -0
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +31 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeletePartnerCommand.d.ts +7 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +20 -0
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +19 -0
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +56 -0
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +34 -0
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +23 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +179 -0
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +22 -0
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +21 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +30 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +20 -0
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +15 -0
- package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +23 -0
- package/dist-types/commands/DescribePartnersCommand.d.ts +15 -0
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +19 -0
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeReservedNodesCommand.d.ts +28 -0
- package/dist-types/commands/DescribeResizeCommand.d.ts +27 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +31 -0
- package/dist-types/commands/DescribeStorageCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +24 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +23 -0
- package/dist-types/commands/DisableLoggingCommand.d.ts +15 -0
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +176 -0
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
- package/dist-types/commands/EnableLoggingCommand.d.ts +15 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +176 -0
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +8 -0
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +9 -0
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +47 -0
- package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +24 -0
- package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +7 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +7 -0
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +4 -0
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +31 -0
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +31 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +27 -0
- package/dist-types/commands/ModifyScheduledActionCommand.d.ts +32 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +176 -0
- package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +26 -0
- package/dist-types/commands/ModifyUsageLimitCommand.d.ts +18 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +176 -0
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +25 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +176 -0
- package/dist-types/commands/RejectDataShareCommand.d.ts +18 -0
- package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +7 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +176 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +176 -0
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +21 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +176 -0
- package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +40 -0
- package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +53 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +176 -0
- package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +7 -0
- package/package.json +7 -7
|
@@ -34,6 +34,29 @@ export interface AcceptReservedNodeExchangeCommandOutput extends AcceptReservedN
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new AcceptReservedNodeExchangeCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // AcceptReservedNodeExchangeOutputMessage
|
|
38
|
+
* // ExchangedReservedNode: { // ReservedNode
|
|
39
|
+
* // ReservedNodeId: "STRING_VALUE",
|
|
40
|
+
* // ReservedNodeOfferingId: "STRING_VALUE",
|
|
41
|
+
* // NodeType: "STRING_VALUE",
|
|
42
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // Duration: Number("int"),
|
|
44
|
+
* // FixedPrice: Number("double"),
|
|
45
|
+
* // UsagePrice: Number("double"),
|
|
46
|
+
* // CurrencyCode: "STRING_VALUE",
|
|
47
|
+
* // NodeCount: Number("int"),
|
|
48
|
+
* // State: "STRING_VALUE",
|
|
49
|
+
* // OfferingType: "STRING_VALUE",
|
|
50
|
+
* // RecurringCharges: [ // RecurringChargeList
|
|
51
|
+
* // { // RecurringCharge
|
|
52
|
+
* // RecurringChargeAmount: Number("double"),
|
|
53
|
+
* // RecurringChargeFrequency: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // ReservedNodeOfferingType: "Regular" || "Upgradable",
|
|
57
|
+
* // },
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
37
60
|
* ```
|
|
38
61
|
*
|
|
39
62
|
* @param AcceptReservedNodeExchangeCommandInput - {@link AcceptReservedNodeExchangeCommandInput}
|
|
@@ -64,6 +87,8 @@ export interface AcceptReservedNodeExchangeCommandOutput extends AcceptReservedN
|
|
|
64
87
|
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
65
88
|
* <p>The requested operation isn't supported.</p>
|
|
66
89
|
*
|
|
90
|
+
* @throws {@link RedshiftServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
67
92
|
*
|
|
68
93
|
*/
|
|
69
94
|
export declare class AcceptReservedNodeExchangeCommand extends $Command<AcceptReservedNodeExchangeCommandInput, AcceptReservedNodeExchangeCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -36,6 +36,11 @@ export interface AddPartnerCommandOutput extends PartnerIntegrationOutputMessage
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new AddPartnerCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // PartnerIntegrationOutputMessage
|
|
40
|
+
* // DatabaseName: "STRING_VALUE",
|
|
41
|
+
* // PartnerName: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
41
46
|
* @param AddPartnerCommandInput - {@link AddPartnerCommandInput}
|
|
@@ -54,6 +59,8 @@ export interface AddPartnerCommandOutput extends PartnerIntegrationOutputMessage
|
|
|
54
59
|
* @throws {@link UnauthorizedPartnerIntegrationFault} (client fault)
|
|
55
60
|
* <p>The partner integration is not authorized.</p>
|
|
56
61
|
*
|
|
62
|
+
* @throws {@link RedshiftServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
57
64
|
*
|
|
58
65
|
*/
|
|
59
66
|
export declare class AddPartnerCommand extends $Command<AddPartnerCommandInput, AddPartnerCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -36,6 +36,22 @@ export interface AssociateDataShareConsumerCommandOutput extends DataShare, __Me
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new AssociateDataShareConsumerCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DataShare
|
|
40
|
+
* // DataShareArn: "STRING_VALUE",
|
|
41
|
+
* // ProducerArn: "STRING_VALUE",
|
|
42
|
+
* // AllowPubliclyAccessibleConsumers: true || false,
|
|
43
|
+
* // DataShareAssociations: [ // DataShareAssociationList
|
|
44
|
+
* // { // DataShareAssociation
|
|
45
|
+
* // ConsumerIdentifier: "STRING_VALUE",
|
|
46
|
+
* // Status: "ACTIVE" || "PENDING_AUTHORIZATION" || "AUTHORIZED" || "DEAUTHORIZED" || "REJECTED" || "AVAILABLE",
|
|
47
|
+
* // ConsumerRegion: "STRING_VALUE",
|
|
48
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
49
|
+
* // StatusChangeDate: new Date("TIMESTAMP"),
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // ManagedBy: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
39
55
|
* ```
|
|
40
56
|
*
|
|
41
57
|
* @param AssociateDataShareConsumerCommandInput - {@link AssociateDataShareConsumerCommandInput}
|
|
@@ -50,6 +66,8 @@ export interface AssociateDataShareConsumerCommandOutput extends DataShare, __Me
|
|
|
50
66
|
* @throws {@link InvalidNamespaceFault} (client fault)
|
|
51
67
|
* <p>The namespace isn't valid because the namespace doesn't exist. Provide a valid namespace.</p>
|
|
52
68
|
*
|
|
69
|
+
* @throws {@link RedshiftServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
53
71
|
*
|
|
54
72
|
*/
|
|
55
73
|
export declare class AssociateDataShareConsumerCommand extends $Command<AssociateDataShareConsumerCommandInput, AssociateDataShareConsumerCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -49,6 +49,44 @@ export interface AuthorizeClusterSecurityGroupIngressCommandOutput extends Autho
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new AuthorizeClusterSecurityGroupIngressCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // AuthorizeClusterSecurityGroupIngressResult
|
|
53
|
+
* // ClusterSecurityGroup: { // ClusterSecurityGroup
|
|
54
|
+
* // ClusterSecurityGroupName: "STRING_VALUE",
|
|
55
|
+
* // Description: "STRING_VALUE",
|
|
56
|
+
* // EC2SecurityGroups: [ // EC2SecurityGroupList
|
|
57
|
+
* // { // EC2SecurityGroup
|
|
58
|
+
* // Status: "STRING_VALUE",
|
|
59
|
+
* // EC2SecurityGroupName: "STRING_VALUE",
|
|
60
|
+
* // EC2SecurityGroupOwnerId: "STRING_VALUE",
|
|
61
|
+
* // Tags: [ // TagList
|
|
62
|
+
* // { // Tag
|
|
63
|
+
* // Key: "STRING_VALUE",
|
|
64
|
+
* // Value: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // IPRanges: [ // IPRangeList
|
|
70
|
+
* // { // IPRange
|
|
71
|
+
* // Status: "STRING_VALUE",
|
|
72
|
+
* // CIDRIP: "STRING_VALUE",
|
|
73
|
+
* // Tags: [
|
|
74
|
+
* // {
|
|
75
|
+
* // Key: "STRING_VALUE",
|
|
76
|
+
* // Value: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // Tags: [
|
|
82
|
+
* // {
|
|
83
|
+
* // Key: "STRING_VALUE",
|
|
84
|
+
* // Value: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // },
|
|
88
|
+
* // };
|
|
89
|
+
*
|
|
52
90
|
* ```
|
|
53
91
|
*
|
|
54
92
|
* @param AuthorizeClusterSecurityGroupIngressCommandInput - {@link AuthorizeClusterSecurityGroupIngressCommandInput}
|
|
@@ -71,6 +109,8 @@ export interface AuthorizeClusterSecurityGroupIngressCommandOutput extends Autho
|
|
|
71
109
|
* @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
|
|
72
110
|
* <p>The state of the cluster security group is not <code>available</code>. </p>
|
|
73
111
|
*
|
|
112
|
+
* @throws {@link RedshiftServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
74
114
|
*
|
|
75
115
|
*/
|
|
76
116
|
export declare class AuthorizeClusterSecurityGroupIngressCommand extends $Command<AuthorizeClusterSecurityGroupIngressCommandInput, AuthorizeClusterSecurityGroupIngressCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -34,6 +34,22 @@ export interface AuthorizeDataShareCommandOutput extends DataShare, __MetadataBe
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new AuthorizeDataShareCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DataShare
|
|
38
|
+
* // DataShareArn: "STRING_VALUE",
|
|
39
|
+
* // ProducerArn: "STRING_VALUE",
|
|
40
|
+
* // AllowPubliclyAccessibleConsumers: true || false,
|
|
41
|
+
* // DataShareAssociations: [ // DataShareAssociationList
|
|
42
|
+
* // { // DataShareAssociation
|
|
43
|
+
* // ConsumerIdentifier: "STRING_VALUE",
|
|
44
|
+
* // Status: "ACTIVE" || "PENDING_AUTHORIZATION" || "AUTHORIZED" || "DEAUTHORIZED" || "REJECTED" || "AVAILABLE",
|
|
45
|
+
* // ConsumerRegion: "STRING_VALUE",
|
|
46
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
47
|
+
* // StatusChangeDate: new Date("TIMESTAMP"),
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // ManagedBy: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
37
53
|
* ```
|
|
38
54
|
*
|
|
39
55
|
* @param AuthorizeDataShareCommandInput - {@link AuthorizeDataShareCommandInput}
|
|
@@ -45,6 +61,8 @@ export interface AuthorizeDataShareCommandOutput extends DataShare, __MetadataBe
|
|
|
45
61
|
* @throws {@link InvalidDataShareFault} (client fault)
|
|
46
62
|
* <p>There is an error with the datashare.</p>
|
|
47
63
|
*
|
|
64
|
+
* @throws {@link RedshiftServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
48
66
|
*
|
|
49
67
|
*/
|
|
50
68
|
export declare class AuthorizeDataShareCommand extends $Command<AuthorizeDataShareCommandInput, AuthorizeDataShareCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -35,6 +35,20 @@ export interface AuthorizeEndpointAccessCommandOutput extends EndpointAuthorizat
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new AuthorizeEndpointAccessCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // EndpointAuthorization
|
|
39
|
+
* // Grantor: "STRING_VALUE",
|
|
40
|
+
* // Grantee: "STRING_VALUE",
|
|
41
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
42
|
+
* // AuthorizeTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // ClusterStatus: "STRING_VALUE",
|
|
44
|
+
* // Status: "Authorized" || "Revoking",
|
|
45
|
+
* // AllowedAllVPCs: true || false,
|
|
46
|
+
* // AllowedVPCs: [ // VpcIdentifierList
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // EndpointCount: Number("int"),
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
38
52
|
* ```
|
|
39
53
|
*
|
|
40
54
|
* @param AuthorizeEndpointAccessCommandInput - {@link AuthorizeEndpointAccessCommandInput}
|
|
@@ -62,6 +76,8 @@ export interface AuthorizeEndpointAccessCommandOutput extends EndpointAuthorizat
|
|
|
62
76
|
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
63
77
|
* <p>The requested operation isn't supported.</p>
|
|
64
78
|
*
|
|
79
|
+
* @throws {@link RedshiftServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
65
81
|
*
|
|
66
82
|
*/
|
|
67
83
|
export declare class AuthorizeEndpointAccessCommand extends $Command<AuthorizeEndpointAccessCommandInput, AuthorizeEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -39,6 +39,57 @@ export interface AuthorizeSnapshotAccessCommandOutput extends AuthorizeSnapshotA
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new AuthorizeSnapshotAccessCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // AuthorizeSnapshotAccessResult
|
|
43
|
+
* // Snapshot: { // Snapshot
|
|
44
|
+
* // SnapshotIdentifier: "STRING_VALUE",
|
|
45
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
46
|
+
* // SnapshotCreateTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // Status: "STRING_VALUE",
|
|
48
|
+
* // Port: Number("int"),
|
|
49
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
50
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // MasterUsername: "STRING_VALUE",
|
|
52
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
53
|
+
* // EngineFullVersion: "STRING_VALUE",
|
|
54
|
+
* // SnapshotType: "STRING_VALUE",
|
|
55
|
+
* // NodeType: "STRING_VALUE",
|
|
56
|
+
* // NumberOfNodes: Number("int"),
|
|
57
|
+
* // DBName: "STRING_VALUE",
|
|
58
|
+
* // VpcId: "STRING_VALUE",
|
|
59
|
+
* // Encrypted: true || false,
|
|
60
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
61
|
+
* // EncryptedWithHSM: true || false,
|
|
62
|
+
* // AccountsWithRestoreAccess: [ // AccountsWithRestoreAccessList
|
|
63
|
+
* // { // AccountWithRestoreAccess
|
|
64
|
+
* // AccountId: "STRING_VALUE",
|
|
65
|
+
* // AccountAlias: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // OwnerAccount: "STRING_VALUE",
|
|
69
|
+
* // TotalBackupSizeInMegaBytes: Number("double"),
|
|
70
|
+
* // ActualIncrementalBackupSizeInMegaBytes: Number("double"),
|
|
71
|
+
* // BackupProgressInMegaBytes: Number("double"),
|
|
72
|
+
* // CurrentBackupRateInMegaBytesPerSecond: Number("double"),
|
|
73
|
+
* // EstimatedSecondsToCompletion: Number("long"),
|
|
74
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
75
|
+
* // SourceRegion: "STRING_VALUE",
|
|
76
|
+
* // Tags: [ // TagList
|
|
77
|
+
* // { // Tag
|
|
78
|
+
* // Key: "STRING_VALUE",
|
|
79
|
+
* // Value: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // RestorableNodeTypes: [ // RestorableNodeTypeList
|
|
83
|
+
* // "STRING_VALUE",
|
|
84
|
+
* // ],
|
|
85
|
+
* // EnhancedVpcRouting: true || false,
|
|
86
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
87
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
88
|
+
* // ManualSnapshotRemainingDays: Number("int"),
|
|
89
|
+
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
90
|
+
* // },
|
|
91
|
+
* // };
|
|
92
|
+
*
|
|
42
93
|
* ```
|
|
43
94
|
*
|
|
44
95
|
* @param AuthorizeSnapshotAccessCommandInput - {@link AuthorizeSnapshotAccessCommandInput}
|
|
@@ -71,6 +122,8 @@ export interface AuthorizeSnapshotAccessCommandOutput extends AuthorizeSnapshotA
|
|
|
71
122
|
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
72
123
|
* <p>The requested operation isn't supported.</p>
|
|
73
124
|
*
|
|
125
|
+
* @throws {@link RedshiftServiceException}
|
|
126
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
74
127
|
*
|
|
75
128
|
*/
|
|
76
129
|
export declare class AuthorizeSnapshotAccessCommand extends $Command<AuthorizeSnapshotAccessCommandInput, AuthorizeSnapshotAccessCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -36,6 +36,20 @@ export interface BatchDeleteClusterSnapshotsCommandOutput extends BatchDeleteClu
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new BatchDeleteClusterSnapshotsCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // BatchDeleteClusterSnapshotsResult
|
|
40
|
+
* // Resources: [ // SnapshotIdentifierList
|
|
41
|
+
* // "STRING_VALUE",
|
|
42
|
+
* // ],
|
|
43
|
+
* // Errors: [ // BatchSnapshotOperationErrorList
|
|
44
|
+
* // { // SnapshotErrorMessage
|
|
45
|
+
* // SnapshotIdentifier: "STRING_VALUE",
|
|
46
|
+
* // SnapshotClusterIdentifier: "STRING_VALUE",
|
|
47
|
+
* // FailureCode: "STRING_VALUE",
|
|
48
|
+
* // FailureReason: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
39
53
|
* ```
|
|
40
54
|
*
|
|
41
55
|
* @param BatchDeleteClusterSnapshotsCommandInput - {@link BatchDeleteClusterSnapshotsCommandInput}
|
|
@@ -48,6 +62,8 @@ export interface BatchDeleteClusterSnapshotsCommandOutput extends BatchDeleteClu
|
|
|
48
62
|
* <p>The maximum number for a batch delete of snapshots has been reached. The limit is
|
|
49
63
|
* 100. </p>
|
|
50
64
|
*
|
|
65
|
+
* @throws {@link RedshiftServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
51
67
|
*
|
|
52
68
|
*/
|
|
53
69
|
export declare class BatchDeleteClusterSnapshotsCommand extends $Command<BatchDeleteClusterSnapshotsCommandInput, BatchDeleteClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -35,6 +35,20 @@ export interface BatchModifyClusterSnapshotsCommandOutput extends BatchModifyClu
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new BatchModifyClusterSnapshotsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // BatchModifyClusterSnapshotsOutputMessage
|
|
39
|
+
* // Resources: [ // SnapshotIdentifierList
|
|
40
|
+
* // "STRING_VALUE",
|
|
41
|
+
* // ],
|
|
42
|
+
* // Errors: [ // BatchSnapshotOperationErrors
|
|
43
|
+
* // { // SnapshotErrorMessage
|
|
44
|
+
* // SnapshotIdentifier: "STRING_VALUE",
|
|
45
|
+
* // SnapshotClusterIdentifier: "STRING_VALUE",
|
|
46
|
+
* // FailureCode: "STRING_VALUE",
|
|
47
|
+
* // FailureReason: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
38
52
|
* ```
|
|
39
53
|
*
|
|
40
54
|
* @param BatchModifyClusterSnapshotsCommandInput - {@link BatchModifyClusterSnapshotsCommandInput}
|
|
@@ -51,6 +65,8 @@ export interface BatchModifyClusterSnapshotsCommandOutput extends BatchModifyClu
|
|
|
51
65
|
* <p>The retention period specified is either in the past or is not a valid value.</p>
|
|
52
66
|
* <p>The value must be either -1 or an integer between 1 and 3,653.</p>
|
|
53
67
|
*
|
|
68
|
+
* @throws {@link RedshiftServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
54
70
|
*
|
|
55
71
|
*/
|
|
56
72
|
export declare class BatchModifyClusterSnapshotsCommand extends $Command<BatchModifyClusterSnapshotsCommandInput, BatchModifyClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -31,6 +31,31 @@ export interface CancelResizeCommandOutput extends ResizeProgressMessage, __Meta
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelResizeCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // ResizeProgressMessage
|
|
35
|
+
* // TargetNodeType: "STRING_VALUE",
|
|
36
|
+
* // TargetNumberOfNodes: Number("int"),
|
|
37
|
+
* // TargetClusterType: "STRING_VALUE",
|
|
38
|
+
* // Status: "STRING_VALUE",
|
|
39
|
+
* // ImportTablesCompleted: [ // ImportTablesCompleted
|
|
40
|
+
* // "STRING_VALUE",
|
|
41
|
+
* // ],
|
|
42
|
+
* // ImportTablesInProgress: [ // ImportTablesInProgress
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // ImportTablesNotStarted: [ // ImportTablesNotStarted
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // AvgResizeRateInMegaBytesPerSecond: Number("double"),
|
|
49
|
+
* // TotalResizeDataInMegaBytes: Number("long"),
|
|
50
|
+
* // ProgressInMegaBytes: Number("long"),
|
|
51
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
52
|
+
* // EstimatedTimeToCompletionInSeconds: Number("long"),
|
|
53
|
+
* // ResizeType: "STRING_VALUE",
|
|
54
|
+
* // Message: "STRING_VALUE",
|
|
55
|
+
* // TargetEncryptionType: "STRING_VALUE",
|
|
56
|
+
* // DataTransferProgressPercent: Number("double"),
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
34
59
|
* ```
|
|
35
60
|
*
|
|
36
61
|
* @param CancelResizeCommandInput - {@link CancelResizeCommandInput}
|
|
@@ -52,6 +77,8 @@ export interface CancelResizeCommandOutput extends ResizeProgressMessage, __Meta
|
|
|
52
77
|
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
53
78
|
* <p>The requested operation isn't supported.</p>
|
|
54
79
|
*
|
|
80
|
+
* @throws {@link RedshiftServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
55
82
|
*
|
|
56
83
|
*/
|
|
57
84
|
export declare class CancelResizeCommand extends $Command<CancelResizeCommandInput, CancelResizeCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -45,6 +45,57 @@ export interface CopyClusterSnapshotCommandOutput extends CopyClusterSnapshotRes
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CopyClusterSnapshotCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CopyClusterSnapshotResult
|
|
49
|
+
* // Snapshot: { // Snapshot
|
|
50
|
+
* // SnapshotIdentifier: "STRING_VALUE",
|
|
51
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
52
|
+
* // SnapshotCreateTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // Status: "STRING_VALUE",
|
|
54
|
+
* // Port: Number("int"),
|
|
55
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
56
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // MasterUsername: "STRING_VALUE",
|
|
58
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
59
|
+
* // EngineFullVersion: "STRING_VALUE",
|
|
60
|
+
* // SnapshotType: "STRING_VALUE",
|
|
61
|
+
* // NodeType: "STRING_VALUE",
|
|
62
|
+
* // NumberOfNodes: Number("int"),
|
|
63
|
+
* // DBName: "STRING_VALUE",
|
|
64
|
+
* // VpcId: "STRING_VALUE",
|
|
65
|
+
* // Encrypted: true || false,
|
|
66
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
67
|
+
* // EncryptedWithHSM: true || false,
|
|
68
|
+
* // AccountsWithRestoreAccess: [ // AccountsWithRestoreAccessList
|
|
69
|
+
* // { // AccountWithRestoreAccess
|
|
70
|
+
* // AccountId: "STRING_VALUE",
|
|
71
|
+
* // AccountAlias: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // OwnerAccount: "STRING_VALUE",
|
|
75
|
+
* // TotalBackupSizeInMegaBytes: Number("double"),
|
|
76
|
+
* // ActualIncrementalBackupSizeInMegaBytes: Number("double"),
|
|
77
|
+
* // BackupProgressInMegaBytes: Number("double"),
|
|
78
|
+
* // CurrentBackupRateInMegaBytesPerSecond: Number("double"),
|
|
79
|
+
* // EstimatedSecondsToCompletion: Number("long"),
|
|
80
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
81
|
+
* // SourceRegion: "STRING_VALUE",
|
|
82
|
+
* // Tags: [ // TagList
|
|
83
|
+
* // { // Tag
|
|
84
|
+
* // Key: "STRING_VALUE",
|
|
85
|
+
* // Value: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // ],
|
|
88
|
+
* // RestorableNodeTypes: [ // RestorableNodeTypeList
|
|
89
|
+
* // "STRING_VALUE",
|
|
90
|
+
* // ],
|
|
91
|
+
* // EnhancedVpcRouting: true || false,
|
|
92
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
93
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
94
|
+
* // ManualSnapshotRemainingDays: Number("int"),
|
|
95
|
+
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
96
|
+
* // },
|
|
97
|
+
* // };
|
|
98
|
+
*
|
|
48
99
|
* ```
|
|
49
100
|
*
|
|
50
101
|
* @param CopyClusterSnapshotCommandInput - {@link CopyClusterSnapshotCommandInput}
|
|
@@ -72,6 +123,8 @@ export interface CopyClusterSnapshotCommandOutput extends CopyClusterSnapshotRes
|
|
|
72
123
|
* <p>The retention period specified is either in the past or is not a valid value.</p>
|
|
73
124
|
* <p>The value must be either -1 or an integer between 1 and 3,653.</p>
|
|
74
125
|
*
|
|
126
|
+
* @throws {@link RedshiftServiceException}
|
|
127
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
75
128
|
*
|
|
76
129
|
*/
|
|
77
130
|
export declare class CopyClusterSnapshotCommand extends $Command<CopyClusterSnapshotCommandInput, CopyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -32,6 +32,11 @@ export interface CreateAuthenticationProfileCommandOutput extends CreateAuthenti
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new CreateAuthenticationProfileCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // CreateAuthenticationProfileResult
|
|
36
|
+
* // AuthenticationProfileName: "STRING_VALUE",
|
|
37
|
+
* // AuthenticationProfileContent: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
37
42
|
* @param CreateAuthenticationProfileCommandInput - {@link CreateAuthenticationProfileCommandInput}
|
|
@@ -51,6 +56,8 @@ export interface CreateAuthenticationProfileCommandOutput extends CreateAuthenti
|
|
|
51
56
|
* <p>The authentication profile request is not valid. The profile name can't be null or empty.
|
|
52
57
|
* The authentication profile API operation must be available in the Amazon Web Services Region.</p>
|
|
53
58
|
*
|
|
59
|
+
* @throws {@link RedshiftServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
54
61
|
*
|
|
55
62
|
*/
|
|
56
63
|
export declare class CreateAuthenticationProfileCommand extends $Command<CreateAuthenticationProfileCommandInput, CreateAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -81,6 +81,180 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
|
|
|
81
81
|
* };
|
|
82
82
|
* const command = new CreateClusterCommand(input);
|
|
83
83
|
* const response = await client.send(command);
|
|
84
|
+
* // { // CreateClusterResult
|
|
85
|
+
* // Cluster: { // Cluster
|
|
86
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
87
|
+
* // NodeType: "STRING_VALUE",
|
|
88
|
+
* // ClusterStatus: "STRING_VALUE",
|
|
89
|
+
* // ClusterAvailabilityStatus: "STRING_VALUE",
|
|
90
|
+
* // ModifyStatus: "STRING_VALUE",
|
|
91
|
+
* // MasterUsername: "STRING_VALUE",
|
|
92
|
+
* // DBName: "STRING_VALUE",
|
|
93
|
+
* // Endpoint: { // Endpoint
|
|
94
|
+
* // Address: "STRING_VALUE",
|
|
95
|
+
* // Port: Number("int"),
|
|
96
|
+
* // VpcEndpoints: [ // VpcEndpointsList
|
|
97
|
+
* // { // VpcEndpoint
|
|
98
|
+
* // VpcEndpointId: "STRING_VALUE",
|
|
99
|
+
* // VpcId: "STRING_VALUE",
|
|
100
|
+
* // NetworkInterfaces: [ // NetworkInterfaceList
|
|
101
|
+
* // { // NetworkInterface
|
|
102
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
103
|
+
* // SubnetId: "STRING_VALUE",
|
|
104
|
+
* // PrivateIpAddress: "STRING_VALUE",
|
|
105
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // ],
|
|
108
|
+
* // },
|
|
109
|
+
* // ],
|
|
110
|
+
* // },
|
|
111
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
112
|
+
* // AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
113
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
114
|
+
* // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
|
|
115
|
+
* // { // ClusterSecurityGroupMembership
|
|
116
|
+
* // ClusterSecurityGroupName: "STRING_VALUE",
|
|
117
|
+
* // Status: "STRING_VALUE",
|
|
118
|
+
* // },
|
|
119
|
+
* // ],
|
|
120
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
121
|
+
* // { // VpcSecurityGroupMembership
|
|
122
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
123
|
+
* // Status: "STRING_VALUE",
|
|
124
|
+
* // },
|
|
125
|
+
* // ],
|
|
126
|
+
* // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
|
|
127
|
+
* // { // ClusterParameterGroupStatus
|
|
128
|
+
* // ParameterGroupName: "STRING_VALUE",
|
|
129
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
130
|
+
* // ClusterParameterStatusList: [ // ClusterParameterStatusList
|
|
131
|
+
* // { // ClusterParameterStatus
|
|
132
|
+
* // ParameterName: "STRING_VALUE",
|
|
133
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
134
|
+
* // ParameterApplyErrorDescription: "STRING_VALUE",
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
137
|
+
* // },
|
|
138
|
+
* // ],
|
|
139
|
+
* // ClusterSubnetGroupName: "STRING_VALUE",
|
|
140
|
+
* // VpcId: "STRING_VALUE",
|
|
141
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
142
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
143
|
+
* // PendingModifiedValues: { // PendingModifiedValues
|
|
144
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
145
|
+
* // NodeType: "STRING_VALUE",
|
|
146
|
+
* // NumberOfNodes: Number("int"),
|
|
147
|
+
* // ClusterType: "STRING_VALUE",
|
|
148
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
149
|
+
* // AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
150
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
151
|
+
* // PubliclyAccessible: true || false,
|
|
152
|
+
* // EnhancedVpcRouting: true || false,
|
|
153
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
154
|
+
* // EncryptionType: "STRING_VALUE",
|
|
155
|
+
* // },
|
|
156
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
157
|
+
* // AllowVersionUpgrade: true || false,
|
|
158
|
+
* // NumberOfNodes: Number("int"),
|
|
159
|
+
* // PubliclyAccessible: true || false,
|
|
160
|
+
* // Encrypted: true || false,
|
|
161
|
+
* // RestoreStatus: { // RestoreStatus
|
|
162
|
+
* // Status: "STRING_VALUE",
|
|
163
|
+
* // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
|
|
164
|
+
* // SnapshotSizeInMegaBytes: Number("long"),
|
|
165
|
+
* // ProgressInMegaBytes: Number("long"),
|
|
166
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
167
|
+
* // EstimatedTimeToCompletionInSeconds: Number("long"),
|
|
168
|
+
* // },
|
|
169
|
+
* // DataTransferProgress: { // DataTransferProgress
|
|
170
|
+
* // Status: "STRING_VALUE",
|
|
171
|
+
* // CurrentRateInMegaBytesPerSecond: Number("double"),
|
|
172
|
+
* // TotalDataInMegaBytes: Number("long"),
|
|
173
|
+
* // DataTransferredInMegaBytes: Number("long"),
|
|
174
|
+
* // EstimatedTimeToCompletionInSeconds: Number("long"),
|
|
175
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
176
|
+
* // },
|
|
177
|
+
* // HsmStatus: { // HsmStatus
|
|
178
|
+
* // HsmClientCertificateIdentifier: "STRING_VALUE",
|
|
179
|
+
* // HsmConfigurationIdentifier: "STRING_VALUE",
|
|
180
|
+
* // Status: "STRING_VALUE",
|
|
181
|
+
* // },
|
|
182
|
+
* // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
|
|
183
|
+
* // DestinationRegion: "STRING_VALUE",
|
|
184
|
+
* // RetentionPeriod: Number("long"),
|
|
185
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
186
|
+
* // SnapshotCopyGrantName: "STRING_VALUE",
|
|
187
|
+
* // },
|
|
188
|
+
* // ClusterPublicKey: "STRING_VALUE",
|
|
189
|
+
* // ClusterNodes: [ // ClusterNodesList
|
|
190
|
+
* // { // ClusterNode
|
|
191
|
+
* // NodeRole: "STRING_VALUE",
|
|
192
|
+
* // PrivateIPAddress: "STRING_VALUE",
|
|
193
|
+
* // PublicIPAddress: "STRING_VALUE",
|
|
194
|
+
* // },
|
|
195
|
+
* // ],
|
|
196
|
+
* // ElasticIpStatus: { // ElasticIpStatus
|
|
197
|
+
* // ElasticIp: "STRING_VALUE",
|
|
198
|
+
* // Status: "STRING_VALUE",
|
|
199
|
+
* // },
|
|
200
|
+
* // ClusterRevisionNumber: "STRING_VALUE",
|
|
201
|
+
* // Tags: [ // TagList
|
|
202
|
+
* // { // Tag
|
|
203
|
+
* // Key: "STRING_VALUE",
|
|
204
|
+
* // Value: "STRING_VALUE",
|
|
205
|
+
* // },
|
|
206
|
+
* // ],
|
|
207
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
208
|
+
* // EnhancedVpcRouting: true || false,
|
|
209
|
+
* // IamRoles: [ // ClusterIamRoleList
|
|
210
|
+
* // { // ClusterIamRole
|
|
211
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
212
|
+
* // ApplyStatus: "STRING_VALUE",
|
|
213
|
+
* // },
|
|
214
|
+
* // ],
|
|
215
|
+
* // PendingActions: [ // PendingActionsList
|
|
216
|
+
* // "STRING_VALUE",
|
|
217
|
+
* // ],
|
|
218
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
219
|
+
* // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
|
|
220
|
+
* // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
|
|
221
|
+
* // { // DeferredMaintenanceWindow
|
|
222
|
+
* // DeferMaintenanceIdentifier: "STRING_VALUE",
|
|
223
|
+
* // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
|
|
224
|
+
* // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
|
|
225
|
+
* // },
|
|
226
|
+
* // ],
|
|
227
|
+
* // SnapshotScheduleIdentifier: "STRING_VALUE",
|
|
228
|
+
* // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
|
|
229
|
+
* // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
|
|
230
|
+
* // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
|
|
231
|
+
* // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
|
|
232
|
+
* // ResizeInfo: { // ResizeInfo
|
|
233
|
+
* // ResizeType: "STRING_VALUE",
|
|
234
|
+
* // AllowCancelResize: true || false,
|
|
235
|
+
* // },
|
|
236
|
+
* // AvailabilityZoneRelocationStatus: "STRING_VALUE",
|
|
237
|
+
* // ClusterNamespaceArn: "STRING_VALUE",
|
|
238
|
+
* // TotalStorageCapacityInMegaBytes: Number("long"),
|
|
239
|
+
* // AquaConfiguration: { // AquaConfiguration
|
|
240
|
+
* // AquaStatus: "enabled" || "disabled" || "applying",
|
|
241
|
+
* // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
|
|
242
|
+
* // },
|
|
243
|
+
* // DefaultIamRoleArn: "STRING_VALUE",
|
|
244
|
+
* // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
|
|
245
|
+
* // ReservedNodeExchangeRequestId: "STRING_VALUE",
|
|
246
|
+
* // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
|
|
247
|
+
* // RequestTime: new Date("TIMESTAMP"),
|
|
248
|
+
* // SourceReservedNodeId: "STRING_VALUE",
|
|
249
|
+
* // SourceReservedNodeType: "STRING_VALUE",
|
|
250
|
+
* // SourceReservedNodeCount: Number("int"),
|
|
251
|
+
* // TargetReservedNodeOfferingId: "STRING_VALUE",
|
|
252
|
+
* // TargetReservedNodeType: "STRING_VALUE",
|
|
253
|
+
* // TargetReservedNodeCount: Number("int"),
|
|
254
|
+
* // },
|
|
255
|
+
* // },
|
|
256
|
+
* // };
|
|
257
|
+
*
|
|
84
258
|
* ```
|
|
85
259
|
*
|
|
86
260
|
* @param CreateClusterCommandInput - {@link CreateClusterCommandInput}
|
|
@@ -170,6 +344,8 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
|
|
|
170
344
|
* @throws {@link UnauthorizedOperation} (client fault)
|
|
171
345
|
* <p>Your account is not authorized to perform the requested operation.</p>
|
|
172
346
|
*
|
|
347
|
+
* @throws {@link RedshiftServiceException}
|
|
348
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
173
349
|
*
|
|
174
350
|
*/
|
|
175
351
|
export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, RedshiftClientResolvedConfig> {
|