@aws-sdk/client-redshift 3.50.0 → 3.53.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 (191) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/RedshiftServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +1399 -4
  5. package/dist-cjs/models/models_1.js +251 -3
  6. package/dist-cjs/protocols/Aws_query.js +1315 -4522
  7. package/dist-es/index.js +1 -0
  8. package/dist-es/models/RedshiftServiceException.js +12 -0
  9. package/dist-es/models/models_0.js +1287 -1
  10. package/dist-es/models/models_1.js +230 -1
  11. package/dist-es/protocols/Aws_query.js +2680 -4687
  12. package/dist-types/Redshift.d.ts +7 -5
  13. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +2 -2
  14. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -2
  15. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +3 -1
  16. package/dist-types/index.d.ts +1 -0
  17. package/dist-types/models/RedshiftServiceException.d.ts +10 -0
  18. package/dist-types/models/models_0.d.ts +771 -438
  19. package/dist-types/models/models_1.d.ts +147 -86
  20. package/dist-types/ts3.4/Redshift.d.ts +595 -0
  21. package/dist-types/ts3.4/RedshiftClient.d.ts +191 -0
  22. package/dist-types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/AddPartnerCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CancelResizeCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DeletePartnerCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +18 -0
  87. package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DescribePartnersCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/DescribeResizeCommand.d.ts +18 -0
  95. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/DescribeStorageCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DisableLoggingCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
  105. package/dist-types/ts3.4/commands/EnableLoggingCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +18 -0
  108. package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +18 -0
  117. package/dist-types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +18 -0
  121. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +18 -0
  123. package/dist-types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +18 -0
  125. package/dist-types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +18 -0
  126. package/dist-types/ts3.4/commands/PauseClusterCommand.d.ts +18 -0
  127. package/dist-types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/RebootClusterCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/RejectDataShareCommand.d.ts +18 -0
  130. package/dist-types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +18 -0
  131. package/dist-types/ts3.4/commands/ResizeClusterCommand.d.ts +18 -0
  132. package/dist-types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/ResumeClusterCommand.d.ts +18 -0
  135. package/dist-types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +18 -0
  137. package/dist-types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +18 -0
  140. package/dist-types/ts3.4/commands/index.d.ts +118 -0
  141. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  142. package/dist-types/ts3.4/index.d.ts +7 -0
  143. package/dist-types/ts3.4/models/RedshiftServiceException.d.ts +6 -0
  144. package/dist-types/ts3.4/models/index.d.ts +2 -0
  145. package/dist-types/ts3.4/models/models_0.d.ts +3351 -0
  146. package/dist-types/ts3.4/models/models_1.d.ts +1474 -0
  147. package/dist-types/ts3.4/pagination/DescribeClusterDbRevisionsPaginator.d.ts +4 -0
  148. package/dist-types/ts3.4/pagination/DescribeClusterParameterGroupsPaginator.d.ts +4 -0
  149. package/dist-types/ts3.4/pagination/DescribeClusterParametersPaginator.d.ts +4 -0
  150. package/dist-types/ts3.4/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +4 -0
  151. package/dist-types/ts3.4/pagination/DescribeClusterSnapshotsPaginator.d.ts +4 -0
  152. package/dist-types/ts3.4/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +4 -0
  153. package/dist-types/ts3.4/pagination/DescribeClusterTracksPaginator.d.ts +4 -0
  154. package/dist-types/ts3.4/pagination/DescribeClusterVersionsPaginator.d.ts +4 -0
  155. package/dist-types/ts3.4/pagination/DescribeClustersPaginator.d.ts +4 -0
  156. package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
  157. package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
  158. package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
  159. package/dist-types/ts3.4/pagination/DescribeDefaultClusterParametersPaginator.d.ts +4 -0
  160. package/dist-types/ts3.4/pagination/DescribeEndpointAccessPaginator.d.ts +4 -0
  161. package/dist-types/ts3.4/pagination/DescribeEndpointAuthorizationPaginator.d.ts +4 -0
  162. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  163. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
  164. package/dist-types/ts3.4/pagination/DescribeHsmClientCertificatesPaginator.d.ts +4 -0
  165. package/dist-types/ts3.4/pagination/DescribeHsmConfigurationsPaginator.d.ts +4 -0
  166. package/dist-types/ts3.4/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +4 -0
  167. package/dist-types/ts3.4/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +4 -0
  168. package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
  169. package/dist-types/ts3.4/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +4 -0
  170. package/dist-types/ts3.4/pagination/DescribeReservedNodesPaginator.d.ts +4 -0
  171. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
  172. package/dist-types/ts3.4/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +4 -0
  173. package/dist-types/ts3.4/pagination/DescribeSnapshotSchedulesPaginator.d.ts +4 -0
  174. package/dist-types/ts3.4/pagination/DescribeTableRestoreStatusPaginator.d.ts +4 -0
  175. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
  176. package/dist-types/ts3.4/pagination/DescribeUsageLimitsPaginator.d.ts +4 -0
  177. package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
  178. package/dist-types/ts3.4/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +4 -0
  179. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  180. package/dist-types/ts3.4/pagination/index.d.ts +33 -0
  181. package/dist-types/ts3.4/protocols/Aws_query.d.ts +356 -0
  182. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  183. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  184. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  185. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  186. package/dist-types/ts3.4/waiters/index.d.ts +4 -0
  187. package/dist-types/ts3.4/waiters/waitForClusterAvailable.d.ts +7 -0
  188. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +7 -0
  189. package/dist-types/ts3.4/waiters/waitForClusterRestored.d.ts +7 -0
  190. package/dist-types/ts3.4/waiters/waitForSnapshotAvailable.d.ts +7 -0
  191. package/package.json +34 -34
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { RotateEncryptionKeyMessage, RotateEncryptionKeyResult } from "../models/models_1";
4
+ import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
5
+ export interface RotateEncryptionKeyCommandInput extends RotateEncryptionKeyMessage {
6
+ }
7
+ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class RotateEncryptionKeyCommand extends $Command<RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput, RedshiftClientResolvedConfig> {
11
+ readonly input: RotateEncryptionKeyCommandInput;
12
+ constructor(input: RotateEncryptionKeyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,18 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { PartnerIntegrationOutputMessage } from "../models/models_0";
4
+ import { UpdatePartnerStatusInputMessage } from "../models/models_1";
5
+ import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ export interface UpdatePartnerStatusCommandInput extends UpdatePartnerStatusInputMessage {
7
+ }
8
+ export interface UpdatePartnerStatusCommandOutput extends PartnerIntegrationOutputMessage, __MetadataBearer {
9
+ }
10
+
11
+ export declare class UpdatePartnerStatusCommand extends $Command<UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput, RedshiftClientResolvedConfig> {
12
+ readonly input: UpdatePartnerStatusCommandInput;
13
+ constructor(input: UpdatePartnerStatusCommandInput);
14
+
15
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput>;
16
+ private serialize;
17
+ private deserialize;
18
+ }
@@ -0,0 +1,118 @@
1
+ export * from "./AcceptReservedNodeExchangeCommand";
2
+ export * from "./AddPartnerCommand";
3
+ export * from "./AssociateDataShareConsumerCommand";
4
+ export * from "./AuthorizeClusterSecurityGroupIngressCommand";
5
+ export * from "./AuthorizeDataShareCommand";
6
+ export * from "./AuthorizeEndpointAccessCommand";
7
+ export * from "./AuthorizeSnapshotAccessCommand";
8
+ export * from "./BatchDeleteClusterSnapshotsCommand";
9
+ export * from "./BatchModifyClusterSnapshotsCommand";
10
+ export * from "./CancelResizeCommand";
11
+ export * from "./CopyClusterSnapshotCommand";
12
+ export * from "./CreateAuthenticationProfileCommand";
13
+ export * from "./CreateClusterCommand";
14
+ export * from "./CreateClusterParameterGroupCommand";
15
+ export * from "./CreateClusterSecurityGroupCommand";
16
+ export * from "./CreateClusterSnapshotCommand";
17
+ export * from "./CreateClusterSubnetGroupCommand";
18
+ export * from "./CreateEndpointAccessCommand";
19
+ export * from "./CreateEventSubscriptionCommand";
20
+ export * from "./CreateHsmClientCertificateCommand";
21
+ export * from "./CreateHsmConfigurationCommand";
22
+ export * from "./CreateScheduledActionCommand";
23
+ export * from "./CreateSnapshotCopyGrantCommand";
24
+ export * from "./CreateSnapshotScheduleCommand";
25
+ export * from "./CreateTagsCommand";
26
+ export * from "./CreateUsageLimitCommand";
27
+ export * from "./DeauthorizeDataShareCommand";
28
+ export * from "./DeleteAuthenticationProfileCommand";
29
+ export * from "./DeleteClusterCommand";
30
+ export * from "./DeleteClusterParameterGroupCommand";
31
+ export * from "./DeleteClusterSecurityGroupCommand";
32
+ export * from "./DeleteClusterSnapshotCommand";
33
+ export * from "./DeleteClusterSubnetGroupCommand";
34
+ export * from "./DeleteEndpointAccessCommand";
35
+ export * from "./DeleteEventSubscriptionCommand";
36
+ export * from "./DeleteHsmClientCertificateCommand";
37
+ export * from "./DeleteHsmConfigurationCommand";
38
+ export * from "./DeletePartnerCommand";
39
+ export * from "./DeleteScheduledActionCommand";
40
+ export * from "./DeleteSnapshotCopyGrantCommand";
41
+ export * from "./DeleteSnapshotScheduleCommand";
42
+ export * from "./DeleteTagsCommand";
43
+ export * from "./DeleteUsageLimitCommand";
44
+ export * from "./DescribeAccountAttributesCommand";
45
+ export * from "./DescribeAuthenticationProfilesCommand";
46
+ export * from "./DescribeClusterDbRevisionsCommand";
47
+ export * from "./DescribeClusterParameterGroupsCommand";
48
+ export * from "./DescribeClusterParametersCommand";
49
+ export * from "./DescribeClusterSecurityGroupsCommand";
50
+ export * from "./DescribeClusterSnapshotsCommand";
51
+ export * from "./DescribeClusterSubnetGroupsCommand";
52
+ export * from "./DescribeClusterTracksCommand";
53
+ export * from "./DescribeClusterVersionsCommand";
54
+ export * from "./DescribeClustersCommand";
55
+ export * from "./DescribeDataSharesCommand";
56
+ export * from "./DescribeDataSharesForConsumerCommand";
57
+ export * from "./DescribeDataSharesForProducerCommand";
58
+ export * from "./DescribeDefaultClusterParametersCommand";
59
+ export * from "./DescribeEndpointAccessCommand";
60
+ export * from "./DescribeEndpointAuthorizationCommand";
61
+ export * from "./DescribeEventCategoriesCommand";
62
+ export * from "./DescribeEventSubscriptionsCommand";
63
+ export * from "./DescribeEventsCommand";
64
+ export * from "./DescribeHsmClientCertificatesCommand";
65
+ export * from "./DescribeHsmConfigurationsCommand";
66
+ export * from "./DescribeLoggingStatusCommand";
67
+ export * from "./DescribeNodeConfigurationOptionsCommand";
68
+ export * from "./DescribeOrderableClusterOptionsCommand";
69
+ export * from "./DescribePartnersCommand";
70
+ export * from "./DescribeReservedNodeExchangeStatusCommand";
71
+ export * from "./DescribeReservedNodeOfferingsCommand";
72
+ export * from "./DescribeReservedNodesCommand";
73
+ export * from "./DescribeResizeCommand";
74
+ export * from "./DescribeScheduledActionsCommand";
75
+ export * from "./DescribeSnapshotCopyGrantsCommand";
76
+ export * from "./DescribeSnapshotSchedulesCommand";
77
+ export * from "./DescribeStorageCommand";
78
+ export * from "./DescribeTableRestoreStatusCommand";
79
+ export * from "./DescribeTagsCommand";
80
+ export * from "./DescribeUsageLimitsCommand";
81
+ export * from "./DisableLoggingCommand";
82
+ export * from "./DisableSnapshotCopyCommand";
83
+ export * from "./DisassociateDataShareConsumerCommand";
84
+ export * from "./EnableLoggingCommand";
85
+ export * from "./EnableSnapshotCopyCommand";
86
+ export * from "./GetClusterCredentialsCommand";
87
+ export * from "./GetReservedNodeExchangeConfigurationOptionsCommand";
88
+ export * from "./GetReservedNodeExchangeOfferingsCommand";
89
+ export * from "./ModifyAquaConfigurationCommand";
90
+ export * from "./ModifyAuthenticationProfileCommand";
91
+ export * from "./ModifyClusterCommand";
92
+ export * from "./ModifyClusterDbRevisionCommand";
93
+ export * from "./ModifyClusterIamRolesCommand";
94
+ export * from "./ModifyClusterMaintenanceCommand";
95
+ export * from "./ModifyClusterParameterGroupCommand";
96
+ export * from "./ModifyClusterSnapshotCommand";
97
+ export * from "./ModifyClusterSnapshotScheduleCommand";
98
+ export * from "./ModifyClusterSubnetGroupCommand";
99
+ export * from "./ModifyEndpointAccessCommand";
100
+ export * from "./ModifyEventSubscriptionCommand";
101
+ export * from "./ModifyScheduledActionCommand";
102
+ export * from "./ModifySnapshotCopyRetentionPeriodCommand";
103
+ export * from "./ModifySnapshotScheduleCommand";
104
+ export * from "./ModifyUsageLimitCommand";
105
+ export * from "./PauseClusterCommand";
106
+ export * from "./PurchaseReservedNodeOfferingCommand";
107
+ export * from "./RebootClusterCommand";
108
+ export * from "./RejectDataShareCommand";
109
+ export * from "./ResetClusterParameterGroupCommand";
110
+ export * from "./ResizeClusterCommand";
111
+ export * from "./RestoreFromClusterSnapshotCommand";
112
+ export * from "./RestoreTableFromClusterSnapshotCommand";
113
+ export * from "./ResumeClusterCommand";
114
+ export * from "./RevokeClusterSecurityGroupIngressCommand";
115
+ export * from "./RevokeEndpointAccessCommand";
116
+ export * from "./RevokeSnapshotAccessCommand";
117
+ export * from "./RotateEncryptionKeyCommand";
118
+ export * from "./UpdatePartnerStatusCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,7 @@
1
+ export * from "./Redshift";
2
+ export * from "./RedshiftClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { RedshiftServiceException } from "./models/RedshiftServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class RedshiftServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./models_0";
2
+ export * from "./models_1";