@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
@@ -49,6 +49,180 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResult, __Metad
49
49
  * };
50
50
  * const command = new DeleteClusterCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // DeleteClusterResult
53
+ * // Cluster: { // Cluster
54
+ * // ClusterIdentifier: "STRING_VALUE",
55
+ * // NodeType: "STRING_VALUE",
56
+ * // ClusterStatus: "STRING_VALUE",
57
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
58
+ * // ModifyStatus: "STRING_VALUE",
59
+ * // MasterUsername: "STRING_VALUE",
60
+ * // DBName: "STRING_VALUE",
61
+ * // Endpoint: { // Endpoint
62
+ * // Address: "STRING_VALUE",
63
+ * // Port: Number("int"),
64
+ * // VpcEndpoints: [ // VpcEndpointsList
65
+ * // { // VpcEndpoint
66
+ * // VpcEndpointId: "STRING_VALUE",
67
+ * // VpcId: "STRING_VALUE",
68
+ * // NetworkInterfaces: [ // NetworkInterfaceList
69
+ * // { // NetworkInterface
70
+ * // NetworkInterfaceId: "STRING_VALUE",
71
+ * // SubnetId: "STRING_VALUE",
72
+ * // PrivateIpAddress: "STRING_VALUE",
73
+ * // AvailabilityZone: "STRING_VALUE",
74
+ * // },
75
+ * // ],
76
+ * // },
77
+ * // ],
78
+ * // },
79
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
80
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
81
+ * // ManualSnapshotRetentionPeriod: Number("int"),
82
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
83
+ * // { // ClusterSecurityGroupMembership
84
+ * // ClusterSecurityGroupName: "STRING_VALUE",
85
+ * // Status: "STRING_VALUE",
86
+ * // },
87
+ * // ],
88
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
89
+ * // { // VpcSecurityGroupMembership
90
+ * // VpcSecurityGroupId: "STRING_VALUE",
91
+ * // Status: "STRING_VALUE",
92
+ * // },
93
+ * // ],
94
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
95
+ * // { // ClusterParameterGroupStatus
96
+ * // ParameterGroupName: "STRING_VALUE",
97
+ * // ParameterApplyStatus: "STRING_VALUE",
98
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
99
+ * // { // ClusterParameterStatus
100
+ * // ParameterName: "STRING_VALUE",
101
+ * // ParameterApplyStatus: "STRING_VALUE",
102
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
103
+ * // },
104
+ * // ],
105
+ * // },
106
+ * // ],
107
+ * // ClusterSubnetGroupName: "STRING_VALUE",
108
+ * // VpcId: "STRING_VALUE",
109
+ * // AvailabilityZone: "STRING_VALUE",
110
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
111
+ * // PendingModifiedValues: { // PendingModifiedValues
112
+ * // MasterUserPassword: "STRING_VALUE",
113
+ * // NodeType: "STRING_VALUE",
114
+ * // NumberOfNodes: Number("int"),
115
+ * // ClusterType: "STRING_VALUE",
116
+ * // ClusterVersion: "STRING_VALUE",
117
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
118
+ * // ClusterIdentifier: "STRING_VALUE",
119
+ * // PubliclyAccessible: true || false,
120
+ * // EnhancedVpcRouting: true || false,
121
+ * // MaintenanceTrackName: "STRING_VALUE",
122
+ * // EncryptionType: "STRING_VALUE",
123
+ * // },
124
+ * // ClusterVersion: "STRING_VALUE",
125
+ * // AllowVersionUpgrade: true || false,
126
+ * // NumberOfNodes: Number("int"),
127
+ * // PubliclyAccessible: true || false,
128
+ * // Encrypted: true || false,
129
+ * // RestoreStatus: { // RestoreStatus
130
+ * // Status: "STRING_VALUE",
131
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
132
+ * // SnapshotSizeInMegaBytes: Number("long"),
133
+ * // ProgressInMegaBytes: Number("long"),
134
+ * // ElapsedTimeInSeconds: Number("long"),
135
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
136
+ * // },
137
+ * // DataTransferProgress: { // DataTransferProgress
138
+ * // Status: "STRING_VALUE",
139
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
140
+ * // TotalDataInMegaBytes: Number("long"),
141
+ * // DataTransferredInMegaBytes: Number("long"),
142
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
143
+ * // ElapsedTimeInSeconds: Number("long"),
144
+ * // },
145
+ * // HsmStatus: { // HsmStatus
146
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
147
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
148
+ * // Status: "STRING_VALUE",
149
+ * // },
150
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
151
+ * // DestinationRegion: "STRING_VALUE",
152
+ * // RetentionPeriod: Number("long"),
153
+ * // ManualSnapshotRetentionPeriod: Number("int"),
154
+ * // SnapshotCopyGrantName: "STRING_VALUE",
155
+ * // },
156
+ * // ClusterPublicKey: "STRING_VALUE",
157
+ * // ClusterNodes: [ // ClusterNodesList
158
+ * // { // ClusterNode
159
+ * // NodeRole: "STRING_VALUE",
160
+ * // PrivateIPAddress: "STRING_VALUE",
161
+ * // PublicIPAddress: "STRING_VALUE",
162
+ * // },
163
+ * // ],
164
+ * // ElasticIpStatus: { // ElasticIpStatus
165
+ * // ElasticIp: "STRING_VALUE",
166
+ * // Status: "STRING_VALUE",
167
+ * // },
168
+ * // ClusterRevisionNumber: "STRING_VALUE",
169
+ * // Tags: [ // TagList
170
+ * // { // Tag
171
+ * // Key: "STRING_VALUE",
172
+ * // Value: "STRING_VALUE",
173
+ * // },
174
+ * // ],
175
+ * // KmsKeyId: "STRING_VALUE",
176
+ * // EnhancedVpcRouting: true || false,
177
+ * // IamRoles: [ // ClusterIamRoleList
178
+ * // { // ClusterIamRole
179
+ * // IamRoleArn: "STRING_VALUE",
180
+ * // ApplyStatus: "STRING_VALUE",
181
+ * // },
182
+ * // ],
183
+ * // PendingActions: [ // PendingActionsList
184
+ * // "STRING_VALUE",
185
+ * // ],
186
+ * // MaintenanceTrackName: "STRING_VALUE",
187
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
188
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
189
+ * // { // DeferredMaintenanceWindow
190
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
191
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
192
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
193
+ * // },
194
+ * // ],
195
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
196
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
197
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
198
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
199
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
200
+ * // ResizeInfo: { // ResizeInfo
201
+ * // ResizeType: "STRING_VALUE",
202
+ * // AllowCancelResize: true || false,
203
+ * // },
204
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
205
+ * // ClusterNamespaceArn: "STRING_VALUE",
206
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
207
+ * // AquaConfiguration: { // AquaConfiguration
208
+ * // AquaStatus: "enabled" || "disabled" || "applying",
209
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
210
+ * // },
211
+ * // DefaultIamRoleArn: "STRING_VALUE",
212
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
213
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
214
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
215
+ * // RequestTime: new Date("TIMESTAMP"),
216
+ * // SourceReservedNodeId: "STRING_VALUE",
217
+ * // SourceReservedNodeType: "STRING_VALUE",
218
+ * // SourceReservedNodeCount: Number("int"),
219
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
220
+ * // TargetReservedNodeType: "STRING_VALUE",
221
+ * // TargetReservedNodeCount: Number("int"),
222
+ * // },
223
+ * // },
224
+ * // };
225
+ *
52
226
  * ```
53
227
  *
54
228
  * @param DeleteClusterCommandInput - {@link DeleteClusterCommandInput}
@@ -76,6 +250,8 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResult, __Metad
76
250
  * <p>The retention period specified is either in the past or is not a valid value.</p>
77
251
  * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
78
252
  *
253
+ * @throws {@link RedshiftServiceException}
254
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
79
255
  *
80
256
  */
81
257
  export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, RedshiftClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DeleteClusterParameterGroupCommandOutput extends __MetadataBear
35
35
  * };
36
36
  * const command = new DeleteClusterParameterGroupCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DeleteClusterParameterGroupCommandInput - {@link DeleteClusterParameterGroupCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteClusterParameterGroupCommandOutput extends __MetadataBear
51
53
  * progress that involves the parameter group. Wait a few moments and try the operation
52
54
  * again.</p>
53
55
  *
56
+ * @throws {@link RedshiftServiceException}
57
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
54
58
  *
55
59
  */
56
60
  export declare class DeleteClusterParameterGroupCommand extends $Command<DeleteClusterParameterGroupCommandInput, DeleteClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface DeleteClusterSecurityGroupCommandOutput extends __MetadataBeare
39
39
  * };
40
40
  * const command = new DeleteClusterSecurityGroupCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param DeleteClusterSecurityGroupCommandInput - {@link DeleteClusterSecurityGroupCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteClusterSecurityGroupCommandOutput extends __MetadataBeare
54
56
  * @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
55
57
  * <p>The state of the cluster security group is not <code>available</code>. </p>
56
58
  *
59
+ * @throws {@link RedshiftServiceException}
60
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
57
61
  *
58
62
  */
59
63
  export declare class DeleteClusterSecurityGroupCommand extends $Command<DeleteClusterSecurityGroupCommandInput, DeleteClusterSecurityGroupCommandOutput, RedshiftClientResolvedConfig> {
@@ -38,6 +38,57 @@ export interface DeleteClusterSnapshotCommandOutput extends DeleteClusterSnapsho
38
38
  * };
39
39
  * const command = new DeleteClusterSnapshotCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DeleteClusterSnapshotResult
42
+ * // Snapshot: { // Snapshot
43
+ * // SnapshotIdentifier: "STRING_VALUE",
44
+ * // ClusterIdentifier: "STRING_VALUE",
45
+ * // SnapshotCreateTime: new Date("TIMESTAMP"),
46
+ * // Status: "STRING_VALUE",
47
+ * // Port: Number("int"),
48
+ * // AvailabilityZone: "STRING_VALUE",
49
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
50
+ * // MasterUsername: "STRING_VALUE",
51
+ * // ClusterVersion: "STRING_VALUE",
52
+ * // EngineFullVersion: "STRING_VALUE",
53
+ * // SnapshotType: "STRING_VALUE",
54
+ * // NodeType: "STRING_VALUE",
55
+ * // NumberOfNodes: Number("int"),
56
+ * // DBName: "STRING_VALUE",
57
+ * // VpcId: "STRING_VALUE",
58
+ * // Encrypted: true || false,
59
+ * // KmsKeyId: "STRING_VALUE",
60
+ * // EncryptedWithHSM: true || false,
61
+ * // AccountsWithRestoreAccess: [ // AccountsWithRestoreAccessList
62
+ * // { // AccountWithRestoreAccess
63
+ * // AccountId: "STRING_VALUE",
64
+ * // AccountAlias: "STRING_VALUE",
65
+ * // },
66
+ * // ],
67
+ * // OwnerAccount: "STRING_VALUE",
68
+ * // TotalBackupSizeInMegaBytes: Number("double"),
69
+ * // ActualIncrementalBackupSizeInMegaBytes: Number("double"),
70
+ * // BackupProgressInMegaBytes: Number("double"),
71
+ * // CurrentBackupRateInMegaBytesPerSecond: Number("double"),
72
+ * // EstimatedSecondsToCompletion: Number("long"),
73
+ * // ElapsedTimeInSeconds: Number("long"),
74
+ * // SourceRegion: "STRING_VALUE",
75
+ * // Tags: [ // TagList
76
+ * // { // Tag
77
+ * // Key: "STRING_VALUE",
78
+ * // Value: "STRING_VALUE",
79
+ * // },
80
+ * // ],
81
+ * // RestorableNodeTypes: [ // RestorableNodeTypeList
82
+ * // "STRING_VALUE",
83
+ * // ],
84
+ * // EnhancedVpcRouting: true || false,
85
+ * // MaintenanceTrackName: "STRING_VALUE",
86
+ * // ManualSnapshotRetentionPeriod: Number("int"),
87
+ * // ManualSnapshotRemainingDays: Number("int"),
88
+ * // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
89
+ * // },
90
+ * // };
91
+ *
41
92
  * ```
42
93
  *
43
94
  * @param DeleteClusterSnapshotCommandInput - {@link DeleteClusterSnapshotCommandInput}
@@ -53,6 +104,8 @@ export interface DeleteClusterSnapshotCommandOutput extends DeleteClusterSnapsho
53
104
  * <p>The specified cluster snapshot is not in the <code>available</code> state, or other
54
105
  * accounts are authorized to access the snapshot. </p>
55
106
  *
107
+ * @throws {@link RedshiftServiceException}
108
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
56
109
  *
57
110
  */
58
111
  export declare class DeleteClusterSnapshotCommand extends $Command<DeleteClusterSnapshotCommandInput, DeleteClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteClusterSubnetGroupCommandOutput extends __MetadataBearer
31
31
  * };
32
32
  * const command = new DeleteClusterSubnetGroupCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteClusterSubnetGroupCommandInput - {@link DeleteClusterSubnetGroupCommandInput}
@@ -49,6 +51,8 @@ export interface DeleteClusterSubnetGroupCommandOutput extends __MetadataBearer
49
51
  * @throws {@link InvalidClusterSubnetStateFault} (client fault)
50
52
  * <p>The state of the subnet is invalid.</p>
51
53
  *
54
+ * @throws {@link RedshiftServiceException}
55
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
52
56
  *
53
57
  */
54
58
  export declare class DeleteClusterSubnetGroupCommand extends $Command<DeleteClusterSubnetGroupCommandInput, DeleteClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,6 +31,35 @@ export interface DeleteEndpointAccessCommandOutput extends EndpointAccess, __Met
31
31
  * };
32
32
  * const command = new DeleteEndpointAccessCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // EndpointAccess
35
+ * // ClusterIdentifier: "STRING_VALUE",
36
+ * // ResourceOwner: "STRING_VALUE",
37
+ * // SubnetGroupName: "STRING_VALUE",
38
+ * // EndpointStatus: "STRING_VALUE",
39
+ * // EndpointName: "STRING_VALUE",
40
+ * // EndpointCreateTime: new Date("TIMESTAMP"),
41
+ * // Port: Number("int"),
42
+ * // Address: "STRING_VALUE",
43
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
44
+ * // { // VpcSecurityGroupMembership
45
+ * // VpcSecurityGroupId: "STRING_VALUE",
46
+ * // Status: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // VpcEndpoint: { // VpcEndpoint
50
+ * // VpcEndpointId: "STRING_VALUE",
51
+ * // VpcId: "STRING_VALUE",
52
+ * // NetworkInterfaces: [ // NetworkInterfaceList
53
+ * // { // NetworkInterface
54
+ * // NetworkInterfaceId: "STRING_VALUE",
55
+ * // SubnetId: "STRING_VALUE",
56
+ * // PrivateIpAddress: "STRING_VALUE",
57
+ * // AvailabilityZone: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // };
62
+ *
34
63
  * ```
35
64
  *
36
65
  * @param DeleteEndpointAccessCommandInput - {@link DeleteEndpointAccessCommandInput}
@@ -55,6 +84,8 @@ export interface DeleteEndpointAccessCommandOutput extends EndpointAccess, __Met
55
84
  * @throws {@link InvalidEndpointStateFault} (client fault)
56
85
  * <p>The status of the endpoint is not valid.</p>
57
86
  *
87
+ * @throws {@link RedshiftServiceException}
88
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
58
89
  *
59
90
  */
60
91
  export declare class DeleteEndpointAccessCommand extends $Command<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteEventSubscriptionCommandOutput extends __MetadataBearer {
31
31
  * };
32
32
  * const command = new DeleteEventSubscriptionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteEventSubscriptionCommandInput - {@link DeleteEventSubscriptionCommandInput}
@@ -47,6 +49,8 @@ export interface DeleteEventSubscriptionCommandOutput extends __MetadataBearer {
47
49
  * <p>An Amazon Redshift event notification subscription with the specified name does not
48
50
  * exist.</p>
49
51
  *
52
+ * @throws {@link RedshiftServiceException}
53
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
50
54
  *
51
55
  */
52
56
  export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteHsmClientCertificateCommandOutput extends __MetadataBeare
31
31
  * };
32
32
  * const command = new DeleteHsmClientCertificateCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteHsmClientCertificateCommandInput - {@link DeleteHsmClientCertificateCommandInput}
@@ -47,6 +49,8 @@ export interface DeleteHsmClientCertificateCommandOutput extends __MetadataBeare
47
49
  * <p>The specified HSM client certificate is not in the <code>available</code> state, or
48
50
  * it is still in use by one or more Amazon Redshift clusters.</p>
49
51
  *
52
+ * @throws {@link RedshiftServiceException}
53
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
50
54
  *
51
55
  */
52
56
  export declare class DeleteHsmClientCertificateCommand extends $Command<DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificateCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteHsmConfigurationCommandOutput extends __MetadataBearer {
31
31
  * };
32
32
  * const command = new DeleteHsmConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteHsmConfigurationCommandInput - {@link DeleteHsmConfigurationCommandInput}
@@ -46,6 +48,8 @@ export interface DeleteHsmConfigurationCommandOutput extends __MetadataBearer {
46
48
  * <p>The specified HSM configuration is not in the <code>available</code> state, or it
47
49
  * is still in use by one or more Amazon Redshift clusters.</p>
48
50
  *
51
+ * @throws {@link RedshiftServiceException}
52
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
49
53
  *
50
54
  */
51
55
  export declare class DeleteHsmConfigurationCommand extends $Command<DeleteHsmConfigurationCommandInput, DeleteHsmConfigurationCommandOutput, RedshiftClientResolvedConfig> {
@@ -34,6 +34,11 @@ export interface DeletePartnerCommandOutput extends PartnerIntegrationOutputMess
34
34
  * };
35
35
  * const command = new DeletePartnerCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // PartnerIntegrationOutputMessage
38
+ * // DatabaseName: "STRING_VALUE",
39
+ * // PartnerName: "STRING_VALUE",
40
+ * // };
41
+ *
37
42
  * ```
38
43
  *
39
44
  * @param DeletePartnerCommandInput - {@link DeletePartnerCommandInput}
@@ -52,6 +57,8 @@ export interface DeletePartnerCommandOutput extends PartnerIntegrationOutputMess
52
57
  * @throws {@link UnauthorizedPartnerIntegrationFault} (client fault)
53
58
  * <p>The partner integration is not authorized.</p>
54
59
  *
60
+ * @throws {@link RedshiftServiceException}
61
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
55
62
  *
56
63
  */
57
64
  export declare class DeletePartnerCommand extends $Command<DeletePartnerCommandInput, DeletePartnerCommandOutput, RedshiftClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new DeleteScheduledActionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteScheduledActionCommandInput - {@link DeleteScheduledActionCommandInput}
@@ -46,6 +48,8 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
46
48
  * @throws {@link UnauthorizedOperation} (client fault)
47
49
  * <p>Your account is not authorized to perform the requested operation.</p>
48
50
  *
51
+ * @throws {@link RedshiftServiceException}
52
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
49
53
  *
50
54
  */
51
55
  export declare class DeleteScheduledActionCommand extends $Command<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteSnapshotCopyGrantCommandOutput extends __MetadataBearer {
31
31
  * };
32
32
  * const command = new DeleteSnapshotCopyGrantCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteSnapshotCopyGrantCommandInput - {@link DeleteSnapshotCopyGrantCommandInput}
@@ -47,6 +49,8 @@ export interface DeleteSnapshotCopyGrantCommandOutput extends __MetadataBearer {
47
49
  * <p>The specified snapshot copy grant can't be found. Make sure that the name is typed
48
50
  * correctly and that the grant exists in the destination region.</p>
49
51
  *
52
+ * @throws {@link RedshiftServiceException}
53
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
50
54
  *
51
55
  */
52
56
  export declare class DeleteSnapshotCopyGrantCommand extends $Command<DeleteSnapshotCopyGrantCommandInput, DeleteSnapshotCopyGrantCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteSnapshotScheduleCommandOutput extends __MetadataBearer {
31
31
  * };
32
32
  * const command = new DeleteSnapshotScheduleCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteSnapshotScheduleCommandInput - {@link DeleteSnapshotScheduleCommandInput}
@@ -45,6 +47,8 @@ export interface DeleteSnapshotScheduleCommandOutput extends __MetadataBearer {
45
47
  * @throws {@link SnapshotScheduleNotFoundFault} (client fault)
46
48
  * <p>We could not find the specified snapshot schedule. </p>
47
49
  *
50
+ * @throws {@link RedshiftServiceException}
51
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
48
52
  *
49
53
  */
50
54
  export declare class DeleteSnapshotScheduleCommand extends $Command<DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
35
35
  * };
36
36
  * const command = new DeleteTagsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DeleteTagsCommandInput - {@link DeleteTagsCommandInput}
@@ -49,6 +51,8 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
49
51
  * @throws {@link ResourceNotFoundFault} (client fault)
50
52
  * <p>The resource could not be found.</p>
51
53
  *
54
+ * @throws {@link RedshiftServiceException}
55
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
52
56
  *
53
57
  */
54
58
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteUsageLimitCommandOutput extends __MetadataBearer {
31
31
  * };
32
32
  * const command = new DeleteUsageLimitCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteUsageLimitCommandInput - {@link DeleteUsageLimitCommandInput}
@@ -45,6 +47,8 @@ export interface DeleteUsageLimitCommandOutput extends __MetadataBearer {
45
47
  * @throws {@link UsageLimitNotFoundFault} (client fault)
46
48
  * <p>The usage limit identifier can't be found.</p>
47
49
  *
50
+ * @throws {@link RedshiftServiceException}
51
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
48
52
  *
49
53
  */
50
54
  export declare class DeleteUsageLimitCommand extends $Command<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftClientResolvedConfig> {
@@ -33,6 +33,19 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
33
33
  * };
34
34
  * const command = new DescribeAccountAttributesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // AccountAttributeList
37
+ * // AccountAttributes: [ // AttributeList
38
+ * // { // AccountAttribute
39
+ * // AttributeName: "STRING_VALUE",
40
+ * // AttributeValues: [ // AttributeValueList
41
+ * // { // AttributeValueTarget
42
+ * // AttributeValue: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // },
46
+ * // ],
47
+ * // };
48
+ *
36
49
  * ```
37
50
  *
38
51
  * @param DescribeAccountAttributesCommandInput - {@link DescribeAccountAttributesCommandInput}
@@ -41,6 +54,8 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
41
54
  * @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
42
55
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
43
56
  *
57
+ * @throws {@link RedshiftServiceException}
58
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
44
59
  *
45
60
  */
46
61
  export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface DescribeAuthenticationProfilesCommandOutput extends DescribeAut
31
31
  * };
32
32
  * const command = new DescribeAuthenticationProfilesCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeAuthenticationProfilesResult
35
+ * // AuthenticationProfiles: [ // AuthenticationProfileList
36
+ * // { // AuthenticationProfile
37
+ * // AuthenticationProfileName: "STRING_VALUE",
38
+ * // AuthenticationProfileContent: "STRING_VALUE",
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param DescribeAuthenticationProfilesCommandInput - {@link DescribeAuthenticationProfilesCommandInput}
@@ -46,6 +55,8 @@ export interface DescribeAuthenticationProfilesCommandOutput extends DescribeAut
46
55
  * <p>The authentication profile request is not valid. The profile name can't be null or empty.
47
56
  * The authentication profile API operation must be available in the Amazon Web Services Region.</p>
48
57
  *
58
+ * @throws {@link RedshiftServiceException}
59
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
49
60
  *
50
61
  */
51
62
  export declare class DescribeAuthenticationProfilesCommand extends $Command<DescribeAuthenticationProfilesCommandInput, DescribeAuthenticationProfilesCommandOutput, RedshiftClientResolvedConfig> {
@@ -33,6 +33,24 @@ export interface DescribeClusterDbRevisionsCommandOutput extends ClusterDbRevisi
33
33
  * };
34
34
  * const command = new DescribeClusterDbRevisionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ClusterDbRevisionsMessage
37
+ * // Marker: "STRING_VALUE",
38
+ * // ClusterDbRevisions: [ // ClusterDbRevisionsList
39
+ * // { // ClusterDbRevision
40
+ * // ClusterIdentifier: "STRING_VALUE",
41
+ * // CurrentDatabaseRevision: "STRING_VALUE",
42
+ * // DatabaseRevisionReleaseDate: new Date("TIMESTAMP"),
43
+ * // RevisionTargets: [ // RevisionTargetsList
44
+ * // { // RevisionTarget
45
+ * // DatabaseRevision: "STRING_VALUE",
46
+ * // Description: "STRING_VALUE",
47
+ * // DatabaseRevisionReleaseDate: new Date("TIMESTAMP"),
48
+ * // },
49
+ * // ],
50
+ * // },
51
+ * // ],
52
+ * // };
53
+ *
36
54
  * ```
37
55
  *
38
56
  * @param DescribeClusterDbRevisionsCommandInput - {@link DescribeClusterDbRevisionsCommandInput}
@@ -48,6 +66,8 @@ export interface DescribeClusterDbRevisionsCommandOutput extends ClusterDbRevisi
48
66
  * @throws {@link InvalidClusterStateFault} (client fault)
49
67
  * <p>The specified cluster is not in the <code>available</code> state. </p>
50
68
  *
69
+ * @throws {@link RedshiftServiceException}
70
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
51
71
  *
52
72
  */
53
73
  export declare class DescribeClusterDbRevisionsCommand extends $Command<DescribeClusterDbRevisionsCommandInput, DescribeClusterDbRevisionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -55,6 +55,23 @@ export interface DescribeClusterParameterGroupsCommandOutput extends ClusterPara
55
55
  * };
56
56
  * const command = new DescribeClusterParameterGroupsCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // { // ClusterParameterGroupsMessage
59
+ * // Marker: "STRING_VALUE",
60
+ * // ParameterGroups: [ // ParameterGroupList
61
+ * // { // ClusterParameterGroup
62
+ * // ParameterGroupName: "STRING_VALUE",
63
+ * // ParameterGroupFamily: "STRING_VALUE",
64
+ * // Description: "STRING_VALUE",
65
+ * // Tags: [ // TagList
66
+ * // { // Tag
67
+ * // Key: "STRING_VALUE",
68
+ * // Value: "STRING_VALUE",
69
+ * // },
70
+ * // ],
71
+ * // },
72
+ * // ],
73
+ * // };
74
+ *
58
75
  * ```
59
76
  *
60
77
  * @param DescribeClusterParameterGroupsCommandInput - {@link DescribeClusterParameterGroupsCommandInput}
@@ -69,6 +86,8 @@ export interface DescribeClusterParameterGroupsCommandOutput extends ClusterPara
69
86
  * @throws {@link InvalidTagFault} (client fault)
70
87
  * <p>The tag is invalid.</p>
71
88
  *
89
+ * @throws {@link RedshiftServiceException}
90
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
72
91
  *
73
92
  */
74
93
  export declare class DescribeClusterParameterGroupsCommand extends $Command<DescribeClusterParameterGroupsCommandInput, DescribeClusterParameterGroupsCommandOutput, RedshiftClientResolvedConfig> {