@aws-sdk/client-redshift 3.325.0 → 3.326.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 +25 -0
  2. package/dist-types/commands/AddPartnerCommand.d.ts +7 -0
  3. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +18 -0
  4. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +40 -0
  5. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +18 -0
  6. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +16 -0
  7. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +53 -0
  8. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +16 -0
  10. package/dist-types/commands/CancelResizeCommand.d.ts +27 -0
  11. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +53 -0
  12. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +7 -0
  13. package/dist-types/commands/CreateClusterCommand.d.ts +176 -0
  14. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +40 -0
  16. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +53 -0
  17. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +31 -0
  18. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +31 -0
  19. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +27 -0
  20. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +15 -0
  21. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +17 -0
  22. package/dist-types/commands/CreateScheduledActionCommand.d.ts +32 -0
  23. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +15 -0
  24. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +26 -0
  25. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  26. package/dist-types/commands/CreateUsageLimitCommand.d.ts +18 -0
  27. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +18 -0
  28. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteClusterCommand.d.ts +176 -0
  30. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +4 -0
  32. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +53 -0
  33. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +4 -0
  34. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +31 -0
  35. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +4 -0
  36. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +4 -0
  37. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +4 -0
  38. package/dist-types/commands/DeletePartnerCommand.d.ts +7 -0
  39. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +4 -0
  44. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +15 -0
  45. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +11 -0
  46. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +20 -0
  47. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +19 -0
  48. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +19 -0
  49. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +43 -0
  50. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +56 -0
  51. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +34 -0
  52. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +23 -0
  53. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +13 -0
  54. package/dist-types/commands/DescribeClustersCommand.d.ts +179 -0
  55. package/dist-types/commands/DescribeDataSharesCommand.d.ts +23 -0
  56. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +23 -0
  57. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +23 -0
  58. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +22 -0
  59. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +36 -0
  60. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +21 -0
  61. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +20 -0
  62. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +30 -0
  63. package/dist-types/commands/DescribeEventsCommand.d.ts +19 -0
  64. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +18 -0
  65. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +20 -0
  66. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +15 -0
  67. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +14 -0
  68. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +23 -0
  69. package/dist-types/commands/DescribePartnersCommand.d.ts +15 -0
  70. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +19 -0
  71. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +24 -0
  72. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +28 -0
  73. package/dist-types/commands/DescribeResizeCommand.d.ts +27 -0
  74. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +37 -0
  75. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +18 -0
  76. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +31 -0
  77. package/dist-types/commands/DescribeStorageCommand.d.ts +7 -0
  78. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +24 -0
  79. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  80. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +23 -0
  81. package/dist-types/commands/DisableLoggingCommand.d.ts +15 -0
  82. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +176 -0
  83. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
  84. package/dist-types/commands/EnableLoggingCommand.d.ts +15 -0
  85. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +176 -0
  86. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +8 -0
  87. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +9 -0
  88. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +47 -0
  89. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +24 -0
  90. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +9 -0
  91. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +7 -0
  92. package/dist-types/commands/ModifyClusterCommand.d.ts +176 -0
  93. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +176 -0
  94. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +176 -0
  95. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +176 -0
  96. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +7 -0
  97. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +53 -0
  98. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +4 -0
  99. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +31 -0
  100. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +31 -0
  101. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +27 -0
  102. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +32 -0
  103. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +176 -0
  104. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +26 -0
  105. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +18 -0
  106. package/dist-types/commands/PauseClusterCommand.d.ts +176 -0
  107. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +25 -0
  108. package/dist-types/commands/RebootClusterCommand.d.ts +176 -0
  109. package/dist-types/commands/RejectDataShareCommand.d.ts +18 -0
  110. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +7 -0
  111. package/dist-types/commands/ResizeClusterCommand.d.ts +176 -0
  112. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +176 -0
  113. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +21 -0
  114. package/dist-types/commands/ResumeClusterCommand.d.ts +176 -0
  115. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +40 -0
  116. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +16 -0
  117. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +53 -0
  118. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +176 -0
  119. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +7 -0
  120. package/package.json +3 -3
@@ -38,6 +38,180 @@ export interface RebootClusterCommandOutput extends RebootClusterResult, __Metad
38
38
  * };
39
39
  * const command = new RebootClusterCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // RebootClusterResult
42
+ * // Cluster: { // Cluster
43
+ * // ClusterIdentifier: "STRING_VALUE",
44
+ * // NodeType: "STRING_VALUE",
45
+ * // ClusterStatus: "STRING_VALUE",
46
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
47
+ * // ModifyStatus: "STRING_VALUE",
48
+ * // MasterUsername: "STRING_VALUE",
49
+ * // DBName: "STRING_VALUE",
50
+ * // Endpoint: { // Endpoint
51
+ * // Address: "STRING_VALUE",
52
+ * // Port: Number("int"),
53
+ * // VpcEndpoints: [ // VpcEndpointsList
54
+ * // { // VpcEndpoint
55
+ * // VpcEndpointId: "STRING_VALUE",
56
+ * // VpcId: "STRING_VALUE",
57
+ * // NetworkInterfaces: [ // NetworkInterfaceList
58
+ * // { // NetworkInterface
59
+ * // NetworkInterfaceId: "STRING_VALUE",
60
+ * // SubnetId: "STRING_VALUE",
61
+ * // PrivateIpAddress: "STRING_VALUE",
62
+ * // AvailabilityZone: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // },
66
+ * // ],
67
+ * // },
68
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
69
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
70
+ * // ManualSnapshotRetentionPeriod: Number("int"),
71
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
72
+ * // { // ClusterSecurityGroupMembership
73
+ * // ClusterSecurityGroupName: "STRING_VALUE",
74
+ * // Status: "STRING_VALUE",
75
+ * // },
76
+ * // ],
77
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
78
+ * // { // VpcSecurityGroupMembership
79
+ * // VpcSecurityGroupId: "STRING_VALUE",
80
+ * // Status: "STRING_VALUE",
81
+ * // },
82
+ * // ],
83
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
84
+ * // { // ClusterParameterGroupStatus
85
+ * // ParameterGroupName: "STRING_VALUE",
86
+ * // ParameterApplyStatus: "STRING_VALUE",
87
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
88
+ * // { // ClusterParameterStatus
89
+ * // ParameterName: "STRING_VALUE",
90
+ * // ParameterApplyStatus: "STRING_VALUE",
91
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
92
+ * // },
93
+ * // ],
94
+ * // },
95
+ * // ],
96
+ * // ClusterSubnetGroupName: "STRING_VALUE",
97
+ * // VpcId: "STRING_VALUE",
98
+ * // AvailabilityZone: "STRING_VALUE",
99
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
100
+ * // PendingModifiedValues: { // PendingModifiedValues
101
+ * // MasterUserPassword: "STRING_VALUE",
102
+ * // NodeType: "STRING_VALUE",
103
+ * // NumberOfNodes: Number("int"),
104
+ * // ClusterType: "STRING_VALUE",
105
+ * // ClusterVersion: "STRING_VALUE",
106
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
107
+ * // ClusterIdentifier: "STRING_VALUE",
108
+ * // PubliclyAccessible: true || false,
109
+ * // EnhancedVpcRouting: true || false,
110
+ * // MaintenanceTrackName: "STRING_VALUE",
111
+ * // EncryptionType: "STRING_VALUE",
112
+ * // },
113
+ * // ClusterVersion: "STRING_VALUE",
114
+ * // AllowVersionUpgrade: true || false,
115
+ * // NumberOfNodes: Number("int"),
116
+ * // PubliclyAccessible: true || false,
117
+ * // Encrypted: true || false,
118
+ * // RestoreStatus: { // RestoreStatus
119
+ * // Status: "STRING_VALUE",
120
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
121
+ * // SnapshotSizeInMegaBytes: Number("long"),
122
+ * // ProgressInMegaBytes: Number("long"),
123
+ * // ElapsedTimeInSeconds: Number("long"),
124
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
125
+ * // },
126
+ * // DataTransferProgress: { // DataTransferProgress
127
+ * // Status: "STRING_VALUE",
128
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
129
+ * // TotalDataInMegaBytes: Number("long"),
130
+ * // DataTransferredInMegaBytes: Number("long"),
131
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
132
+ * // ElapsedTimeInSeconds: Number("long"),
133
+ * // },
134
+ * // HsmStatus: { // HsmStatus
135
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
136
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
137
+ * // Status: "STRING_VALUE",
138
+ * // },
139
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
140
+ * // DestinationRegion: "STRING_VALUE",
141
+ * // RetentionPeriod: Number("long"),
142
+ * // ManualSnapshotRetentionPeriod: Number("int"),
143
+ * // SnapshotCopyGrantName: "STRING_VALUE",
144
+ * // },
145
+ * // ClusterPublicKey: "STRING_VALUE",
146
+ * // ClusterNodes: [ // ClusterNodesList
147
+ * // { // ClusterNode
148
+ * // NodeRole: "STRING_VALUE",
149
+ * // PrivateIPAddress: "STRING_VALUE",
150
+ * // PublicIPAddress: "STRING_VALUE",
151
+ * // },
152
+ * // ],
153
+ * // ElasticIpStatus: { // ElasticIpStatus
154
+ * // ElasticIp: "STRING_VALUE",
155
+ * // Status: "STRING_VALUE",
156
+ * // },
157
+ * // ClusterRevisionNumber: "STRING_VALUE",
158
+ * // Tags: [ // TagList
159
+ * // { // Tag
160
+ * // Key: "STRING_VALUE",
161
+ * // Value: "STRING_VALUE",
162
+ * // },
163
+ * // ],
164
+ * // KmsKeyId: "STRING_VALUE",
165
+ * // EnhancedVpcRouting: true || false,
166
+ * // IamRoles: [ // ClusterIamRoleList
167
+ * // { // ClusterIamRole
168
+ * // IamRoleArn: "STRING_VALUE",
169
+ * // ApplyStatus: "STRING_VALUE",
170
+ * // },
171
+ * // ],
172
+ * // PendingActions: [ // PendingActionsList
173
+ * // "STRING_VALUE",
174
+ * // ],
175
+ * // MaintenanceTrackName: "STRING_VALUE",
176
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
177
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
178
+ * // { // DeferredMaintenanceWindow
179
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
180
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
181
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
182
+ * // },
183
+ * // ],
184
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
185
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
186
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
187
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
188
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
189
+ * // ResizeInfo: { // ResizeInfo
190
+ * // ResizeType: "STRING_VALUE",
191
+ * // AllowCancelResize: true || false,
192
+ * // },
193
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
194
+ * // ClusterNamespaceArn: "STRING_VALUE",
195
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
196
+ * // AquaConfiguration: { // AquaConfiguration
197
+ * // AquaStatus: "enabled" || "disabled" || "applying",
198
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
199
+ * // },
200
+ * // DefaultIamRoleArn: "STRING_VALUE",
201
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
202
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
203
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
204
+ * // RequestTime: new Date("TIMESTAMP"),
205
+ * // SourceReservedNodeId: "STRING_VALUE",
206
+ * // SourceReservedNodeType: "STRING_VALUE",
207
+ * // SourceReservedNodeCount: Number("int"),
208
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
209
+ * // TargetReservedNodeType: "STRING_VALUE",
210
+ * // TargetReservedNodeCount: Number("int"),
211
+ * // },
212
+ * // },
213
+ * // };
214
+ *
41
215
  * ```
42
216
  *
43
217
  * @param RebootClusterCommandInput - {@link RebootClusterCommandInput}
@@ -53,6 +227,8 @@ export interface RebootClusterCommandOutput extends RebootClusterResult, __Metad
53
227
  * @throws {@link InvalidClusterStateFault} (client fault)
54
228
  * <p>The specified cluster is not in the <code>available</code> state. </p>
55
229
  *
230
+ * @throws {@link RedshiftServiceException}
231
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
56
232
  *
57
233
  */
58
234
  export declare class RebootClusterCommand extends $Command<RebootClusterCommandInput, RebootClusterCommandOutput, RedshiftClientResolvedConfig> {
@@ -32,6 +32,22 @@ export interface RejectDataShareCommandOutput extends DataShare, __MetadataBeare
32
32
  * };
33
33
  * const command = new RejectDataShareCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DataShare
36
+ * // DataShareArn: "STRING_VALUE",
37
+ * // ProducerArn: "STRING_VALUE",
38
+ * // AllowPubliclyAccessibleConsumers: true || false,
39
+ * // DataShareAssociations: [ // DataShareAssociationList
40
+ * // { // DataShareAssociation
41
+ * // ConsumerIdentifier: "STRING_VALUE",
42
+ * // Status: "ACTIVE" || "PENDING_AUTHORIZATION" || "AUTHORIZED" || "DEAUTHORIZED" || "REJECTED" || "AVAILABLE",
43
+ * // ConsumerRegion: "STRING_VALUE",
44
+ * // CreatedDate: new Date("TIMESTAMP"),
45
+ * // StatusChangeDate: new Date("TIMESTAMP"),
46
+ * // },
47
+ * // ],
48
+ * // ManagedBy: "STRING_VALUE",
49
+ * // };
50
+ *
35
51
  * ```
36
52
  *
37
53
  * @param RejectDataShareCommandInput - {@link RejectDataShareCommandInput}
@@ -43,6 +59,8 @@ export interface RejectDataShareCommandOutput extends DataShare, __MetadataBeare
43
59
  * @throws {@link InvalidDataShareFault} (client fault)
44
60
  * <p>There is an error with the datashare.</p>
45
61
  *
62
+ * @throws {@link RedshiftServiceException}
63
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
46
64
  *
47
65
  */
48
66
  export declare class RejectDataShareCommand extends $Command<RejectDataShareCommandInput, RejectDataShareCommandOutput, RedshiftClientResolvedConfig> {
@@ -49,6 +49,11 @@ export interface ResetClusterParameterGroupCommandOutput extends ClusterParamete
49
49
  * };
50
50
  * const command = new ResetClusterParameterGroupCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // ClusterParameterGroupNameMessage
53
+ * // ParameterGroupName: "STRING_VALUE",
54
+ * // ParameterGroupStatus: "STRING_VALUE",
55
+ * // };
56
+ *
52
57
  * ```
53
58
  *
54
59
  * @param ResetClusterParameterGroupCommandInput - {@link ResetClusterParameterGroupCommandInput}
@@ -65,6 +70,8 @@ export interface ResetClusterParameterGroupCommandOutput extends ClusterParamete
65
70
  * progress that involves the parameter group. Wait a few moments and try the operation
66
71
  * again.</p>
67
72
  *
73
+ * @throws {@link RedshiftServiceException}
74
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
68
75
  *
69
76
  */
70
77
  export declare class ResetClusterParameterGroupCommand extends $Command<ResetClusterParameterGroupCommandInput, ResetClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
@@ -80,6 +80,180 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad
80
80
  * };
81
81
  * const command = new ResizeClusterCommand(input);
82
82
  * const response = await client.send(command);
83
+ * // { // ResizeClusterResult
84
+ * // Cluster: { // Cluster
85
+ * // ClusterIdentifier: "STRING_VALUE",
86
+ * // NodeType: "STRING_VALUE",
87
+ * // ClusterStatus: "STRING_VALUE",
88
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
89
+ * // ModifyStatus: "STRING_VALUE",
90
+ * // MasterUsername: "STRING_VALUE",
91
+ * // DBName: "STRING_VALUE",
92
+ * // Endpoint: { // Endpoint
93
+ * // Address: "STRING_VALUE",
94
+ * // Port: Number("int"),
95
+ * // VpcEndpoints: [ // VpcEndpointsList
96
+ * // { // VpcEndpoint
97
+ * // VpcEndpointId: "STRING_VALUE",
98
+ * // VpcId: "STRING_VALUE",
99
+ * // NetworkInterfaces: [ // NetworkInterfaceList
100
+ * // { // NetworkInterface
101
+ * // NetworkInterfaceId: "STRING_VALUE",
102
+ * // SubnetId: "STRING_VALUE",
103
+ * // PrivateIpAddress: "STRING_VALUE",
104
+ * // AvailabilityZone: "STRING_VALUE",
105
+ * // },
106
+ * // ],
107
+ * // },
108
+ * // ],
109
+ * // },
110
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
111
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
112
+ * // ManualSnapshotRetentionPeriod: Number("int"),
113
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
114
+ * // { // ClusterSecurityGroupMembership
115
+ * // ClusterSecurityGroupName: "STRING_VALUE",
116
+ * // Status: "STRING_VALUE",
117
+ * // },
118
+ * // ],
119
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
120
+ * // { // VpcSecurityGroupMembership
121
+ * // VpcSecurityGroupId: "STRING_VALUE",
122
+ * // Status: "STRING_VALUE",
123
+ * // },
124
+ * // ],
125
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
126
+ * // { // ClusterParameterGroupStatus
127
+ * // ParameterGroupName: "STRING_VALUE",
128
+ * // ParameterApplyStatus: "STRING_VALUE",
129
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
130
+ * // { // ClusterParameterStatus
131
+ * // ParameterName: "STRING_VALUE",
132
+ * // ParameterApplyStatus: "STRING_VALUE",
133
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
134
+ * // },
135
+ * // ],
136
+ * // },
137
+ * // ],
138
+ * // ClusterSubnetGroupName: "STRING_VALUE",
139
+ * // VpcId: "STRING_VALUE",
140
+ * // AvailabilityZone: "STRING_VALUE",
141
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
142
+ * // PendingModifiedValues: { // PendingModifiedValues
143
+ * // MasterUserPassword: "STRING_VALUE",
144
+ * // NodeType: "STRING_VALUE",
145
+ * // NumberOfNodes: Number("int"),
146
+ * // ClusterType: "STRING_VALUE",
147
+ * // ClusterVersion: "STRING_VALUE",
148
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
149
+ * // ClusterIdentifier: "STRING_VALUE",
150
+ * // PubliclyAccessible: true || false,
151
+ * // EnhancedVpcRouting: true || false,
152
+ * // MaintenanceTrackName: "STRING_VALUE",
153
+ * // EncryptionType: "STRING_VALUE",
154
+ * // },
155
+ * // ClusterVersion: "STRING_VALUE",
156
+ * // AllowVersionUpgrade: true || false,
157
+ * // NumberOfNodes: Number("int"),
158
+ * // PubliclyAccessible: true || false,
159
+ * // Encrypted: true || false,
160
+ * // RestoreStatus: { // RestoreStatus
161
+ * // Status: "STRING_VALUE",
162
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
163
+ * // SnapshotSizeInMegaBytes: Number("long"),
164
+ * // ProgressInMegaBytes: Number("long"),
165
+ * // ElapsedTimeInSeconds: Number("long"),
166
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
167
+ * // },
168
+ * // DataTransferProgress: { // DataTransferProgress
169
+ * // Status: "STRING_VALUE",
170
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
171
+ * // TotalDataInMegaBytes: Number("long"),
172
+ * // DataTransferredInMegaBytes: Number("long"),
173
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
174
+ * // ElapsedTimeInSeconds: Number("long"),
175
+ * // },
176
+ * // HsmStatus: { // HsmStatus
177
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
178
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
179
+ * // Status: "STRING_VALUE",
180
+ * // },
181
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
182
+ * // DestinationRegion: "STRING_VALUE",
183
+ * // RetentionPeriod: Number("long"),
184
+ * // ManualSnapshotRetentionPeriod: Number("int"),
185
+ * // SnapshotCopyGrantName: "STRING_VALUE",
186
+ * // },
187
+ * // ClusterPublicKey: "STRING_VALUE",
188
+ * // ClusterNodes: [ // ClusterNodesList
189
+ * // { // ClusterNode
190
+ * // NodeRole: "STRING_VALUE",
191
+ * // PrivateIPAddress: "STRING_VALUE",
192
+ * // PublicIPAddress: "STRING_VALUE",
193
+ * // },
194
+ * // ],
195
+ * // ElasticIpStatus: { // ElasticIpStatus
196
+ * // ElasticIp: "STRING_VALUE",
197
+ * // Status: "STRING_VALUE",
198
+ * // },
199
+ * // ClusterRevisionNumber: "STRING_VALUE",
200
+ * // Tags: [ // TagList
201
+ * // { // Tag
202
+ * // Key: "STRING_VALUE",
203
+ * // Value: "STRING_VALUE",
204
+ * // },
205
+ * // ],
206
+ * // KmsKeyId: "STRING_VALUE",
207
+ * // EnhancedVpcRouting: true || false,
208
+ * // IamRoles: [ // ClusterIamRoleList
209
+ * // { // ClusterIamRole
210
+ * // IamRoleArn: "STRING_VALUE",
211
+ * // ApplyStatus: "STRING_VALUE",
212
+ * // },
213
+ * // ],
214
+ * // PendingActions: [ // PendingActionsList
215
+ * // "STRING_VALUE",
216
+ * // ],
217
+ * // MaintenanceTrackName: "STRING_VALUE",
218
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
219
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
220
+ * // { // DeferredMaintenanceWindow
221
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
222
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
223
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
224
+ * // },
225
+ * // ],
226
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
227
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
228
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
229
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
230
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
231
+ * // ResizeInfo: { // ResizeInfo
232
+ * // ResizeType: "STRING_VALUE",
233
+ * // AllowCancelResize: true || false,
234
+ * // },
235
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
236
+ * // ClusterNamespaceArn: "STRING_VALUE",
237
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
238
+ * // AquaConfiguration: { // AquaConfiguration
239
+ * // AquaStatus: "enabled" || "disabled" || "applying",
240
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
241
+ * // },
242
+ * // DefaultIamRoleArn: "STRING_VALUE",
243
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
244
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
245
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
246
+ * // RequestTime: new Date("TIMESTAMP"),
247
+ * // SourceReservedNodeId: "STRING_VALUE",
248
+ * // SourceReservedNodeType: "STRING_VALUE",
249
+ * // SourceReservedNodeCount: Number("int"),
250
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
251
+ * // TargetReservedNodeType: "STRING_VALUE",
252
+ * // TargetReservedNodeCount: Number("int"),
253
+ * // },
254
+ * // },
255
+ * // };
256
+ *
83
257
  * ```
84
258
  *
85
259
  * @param ResizeClusterCommandInput - {@link ResizeClusterCommandInput}
@@ -140,6 +314,8 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad
140
314
  * @throws {@link UnsupportedOptionFault} (client fault)
141
315
  * <p>A request option was specified that is not supported.</p>
142
316
  *
317
+ * @throws {@link RedshiftServiceException}
318
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
143
319
  *
144
320
  */
145
321
  export declare class ResizeClusterCommand extends $Command<ResizeClusterCommandInput, ResizeClusterCommandOutput, RedshiftClientResolvedConfig> {
@@ -80,6 +80,180 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
80
80
  * };
81
81
  * const command = new RestoreFromClusterSnapshotCommand(input);
82
82
  * const response = await client.send(command);
83
+ * // { // RestoreFromClusterSnapshotResult
84
+ * // Cluster: { // Cluster
85
+ * // ClusterIdentifier: "STRING_VALUE",
86
+ * // NodeType: "STRING_VALUE",
87
+ * // ClusterStatus: "STRING_VALUE",
88
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
89
+ * // ModifyStatus: "STRING_VALUE",
90
+ * // MasterUsername: "STRING_VALUE",
91
+ * // DBName: "STRING_VALUE",
92
+ * // Endpoint: { // Endpoint
93
+ * // Address: "STRING_VALUE",
94
+ * // Port: Number("int"),
95
+ * // VpcEndpoints: [ // VpcEndpointsList
96
+ * // { // VpcEndpoint
97
+ * // VpcEndpointId: "STRING_VALUE",
98
+ * // VpcId: "STRING_VALUE",
99
+ * // NetworkInterfaces: [ // NetworkInterfaceList
100
+ * // { // NetworkInterface
101
+ * // NetworkInterfaceId: "STRING_VALUE",
102
+ * // SubnetId: "STRING_VALUE",
103
+ * // PrivateIpAddress: "STRING_VALUE",
104
+ * // AvailabilityZone: "STRING_VALUE",
105
+ * // },
106
+ * // ],
107
+ * // },
108
+ * // ],
109
+ * // },
110
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
111
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
112
+ * // ManualSnapshotRetentionPeriod: Number("int"),
113
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
114
+ * // { // ClusterSecurityGroupMembership
115
+ * // ClusterSecurityGroupName: "STRING_VALUE",
116
+ * // Status: "STRING_VALUE",
117
+ * // },
118
+ * // ],
119
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
120
+ * // { // VpcSecurityGroupMembership
121
+ * // VpcSecurityGroupId: "STRING_VALUE",
122
+ * // Status: "STRING_VALUE",
123
+ * // },
124
+ * // ],
125
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
126
+ * // { // ClusterParameterGroupStatus
127
+ * // ParameterGroupName: "STRING_VALUE",
128
+ * // ParameterApplyStatus: "STRING_VALUE",
129
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
130
+ * // { // ClusterParameterStatus
131
+ * // ParameterName: "STRING_VALUE",
132
+ * // ParameterApplyStatus: "STRING_VALUE",
133
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
134
+ * // },
135
+ * // ],
136
+ * // },
137
+ * // ],
138
+ * // ClusterSubnetGroupName: "STRING_VALUE",
139
+ * // VpcId: "STRING_VALUE",
140
+ * // AvailabilityZone: "STRING_VALUE",
141
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
142
+ * // PendingModifiedValues: { // PendingModifiedValues
143
+ * // MasterUserPassword: "STRING_VALUE",
144
+ * // NodeType: "STRING_VALUE",
145
+ * // NumberOfNodes: Number("int"),
146
+ * // ClusterType: "STRING_VALUE",
147
+ * // ClusterVersion: "STRING_VALUE",
148
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
149
+ * // ClusterIdentifier: "STRING_VALUE",
150
+ * // PubliclyAccessible: true || false,
151
+ * // EnhancedVpcRouting: true || false,
152
+ * // MaintenanceTrackName: "STRING_VALUE",
153
+ * // EncryptionType: "STRING_VALUE",
154
+ * // },
155
+ * // ClusterVersion: "STRING_VALUE",
156
+ * // AllowVersionUpgrade: true || false,
157
+ * // NumberOfNodes: Number("int"),
158
+ * // PubliclyAccessible: true || false,
159
+ * // Encrypted: true || false,
160
+ * // RestoreStatus: { // RestoreStatus
161
+ * // Status: "STRING_VALUE",
162
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
163
+ * // SnapshotSizeInMegaBytes: Number("long"),
164
+ * // ProgressInMegaBytes: Number("long"),
165
+ * // ElapsedTimeInSeconds: Number("long"),
166
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
167
+ * // },
168
+ * // DataTransferProgress: { // DataTransferProgress
169
+ * // Status: "STRING_VALUE",
170
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
171
+ * // TotalDataInMegaBytes: Number("long"),
172
+ * // DataTransferredInMegaBytes: Number("long"),
173
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
174
+ * // ElapsedTimeInSeconds: Number("long"),
175
+ * // },
176
+ * // HsmStatus: { // HsmStatus
177
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
178
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
179
+ * // Status: "STRING_VALUE",
180
+ * // },
181
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
182
+ * // DestinationRegion: "STRING_VALUE",
183
+ * // RetentionPeriod: Number("long"),
184
+ * // ManualSnapshotRetentionPeriod: Number("int"),
185
+ * // SnapshotCopyGrantName: "STRING_VALUE",
186
+ * // },
187
+ * // ClusterPublicKey: "STRING_VALUE",
188
+ * // ClusterNodes: [ // ClusterNodesList
189
+ * // { // ClusterNode
190
+ * // NodeRole: "STRING_VALUE",
191
+ * // PrivateIPAddress: "STRING_VALUE",
192
+ * // PublicIPAddress: "STRING_VALUE",
193
+ * // },
194
+ * // ],
195
+ * // ElasticIpStatus: { // ElasticIpStatus
196
+ * // ElasticIp: "STRING_VALUE",
197
+ * // Status: "STRING_VALUE",
198
+ * // },
199
+ * // ClusterRevisionNumber: "STRING_VALUE",
200
+ * // Tags: [ // TagList
201
+ * // { // Tag
202
+ * // Key: "STRING_VALUE",
203
+ * // Value: "STRING_VALUE",
204
+ * // },
205
+ * // ],
206
+ * // KmsKeyId: "STRING_VALUE",
207
+ * // EnhancedVpcRouting: true || false,
208
+ * // IamRoles: [ // ClusterIamRoleList
209
+ * // { // ClusterIamRole
210
+ * // IamRoleArn: "STRING_VALUE",
211
+ * // ApplyStatus: "STRING_VALUE",
212
+ * // },
213
+ * // ],
214
+ * // PendingActions: [ // PendingActionsList
215
+ * // "STRING_VALUE",
216
+ * // ],
217
+ * // MaintenanceTrackName: "STRING_VALUE",
218
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
219
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
220
+ * // { // DeferredMaintenanceWindow
221
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
222
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
223
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
224
+ * // },
225
+ * // ],
226
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
227
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
228
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
229
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
230
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
231
+ * // ResizeInfo: { // ResizeInfo
232
+ * // ResizeType: "STRING_VALUE",
233
+ * // AllowCancelResize: true || false,
234
+ * // },
235
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
236
+ * // ClusterNamespaceArn: "STRING_VALUE",
237
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
238
+ * // AquaConfiguration: { // AquaConfiguration
239
+ * // AquaStatus: "enabled" || "disabled" || "applying",
240
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
241
+ * // },
242
+ * // DefaultIamRoleArn: "STRING_VALUE",
243
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
244
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
245
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
246
+ * // RequestTime: new Date("TIMESTAMP"),
247
+ * // SourceReservedNodeId: "STRING_VALUE",
248
+ * // SourceReservedNodeType: "STRING_VALUE",
249
+ * // SourceReservedNodeCount: Number("int"),
250
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
251
+ * // TargetReservedNodeType: "STRING_VALUE",
252
+ * // TargetReservedNodeCount: Number("int"),
253
+ * // },
254
+ * // },
255
+ * // };
256
+ *
83
257
  * ```
84
258
  *
85
259
  * @param RestoreFromClusterSnapshotCommandInput - {@link RestoreFromClusterSnapshotCommandInput}
@@ -201,6 +375,8 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
201
375
  * @throws {@link UnsupportedOperationFault} (client fault)
202
376
  * <p>The requested operation isn't supported.</p>
203
377
  *
378
+ * @throws {@link RedshiftServiceException}
379
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
204
380
  *
205
381
  */
206
382
  export declare class RestoreFromClusterSnapshotCommand extends $Command<RestoreFromClusterSnapshotCommandInput, RestoreFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
@@ -52,6 +52,25 @@ export interface RestoreTableFromClusterSnapshotCommandOutput extends RestoreTab
52
52
  * };
53
53
  * const command = new RestoreTableFromClusterSnapshotCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // RestoreTableFromClusterSnapshotResult
56
+ * // TableRestoreStatus: { // TableRestoreStatus
57
+ * // TableRestoreRequestId: "STRING_VALUE",
58
+ * // Status: "PENDING" || "IN_PROGRESS" || "SUCCEEDED" || "FAILED" || "CANCELED",
59
+ * // Message: "STRING_VALUE",
60
+ * // RequestTime: new Date("TIMESTAMP"),
61
+ * // ProgressInMegaBytes: Number("long"),
62
+ * // TotalDataInMegaBytes: Number("long"),
63
+ * // ClusterIdentifier: "STRING_VALUE",
64
+ * // SnapshotIdentifier: "STRING_VALUE",
65
+ * // SourceDatabaseName: "STRING_VALUE",
66
+ * // SourceSchemaName: "STRING_VALUE",
67
+ * // SourceTableName: "STRING_VALUE",
68
+ * // TargetDatabaseName: "STRING_VALUE",
69
+ * // TargetSchemaName: "STRING_VALUE",
70
+ * // NewTableName: "STRING_VALUE",
71
+ * // },
72
+ * // };
73
+ *
55
74
  * ```
56
75
  *
57
76
  * @param RestoreTableFromClusterSnapshotCommandInput - {@link RestoreTableFromClusterSnapshotCommandInput}
@@ -86,6 +105,8 @@ export interface RestoreTableFromClusterSnapshotCommandOutput extends RestoreTab
86
105
  * @throws {@link UnsupportedOperationFault} (client fault)
87
106
  * <p>The requested operation isn't supported.</p>
88
107
  *
108
+ * @throws {@link RedshiftServiceException}
109
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
89
110
  *
90
111
  */
91
112
  export declare class RestoreTableFromClusterSnapshotCommand extends $Command<RestoreTableFromClusterSnapshotCommandInput, RestoreTableFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {