@aws-sdk/client-redshift 3.34.0 → 3.37.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 (1756) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Redshift.js +1747 -0
  3. package/dist-cjs/RedshiftClient.js +35 -0
  4. package/dist-cjs/commands/AcceptReservedNodeExchangeCommand.js +36 -0
  5. package/dist-cjs/commands/AddPartnerCommand.js +36 -0
  6. package/dist-cjs/commands/AssociateDataShareConsumerCommand.js +36 -0
  7. package/dist-cjs/commands/AuthorizeClusterSecurityGroupIngressCommand.js +36 -0
  8. package/dist-cjs/commands/AuthorizeDataShareCommand.js +36 -0
  9. package/dist-cjs/commands/AuthorizeEndpointAccessCommand.js +36 -0
  10. package/dist-cjs/commands/AuthorizeSnapshotAccessCommand.js +36 -0
  11. package/dist-cjs/commands/BatchDeleteClusterSnapshotsCommand.js +36 -0
  12. package/dist-cjs/commands/BatchModifyClusterSnapshotsCommand.js +36 -0
  13. package/dist-cjs/commands/CancelResizeCommand.js +36 -0
  14. package/dist-cjs/commands/CopyClusterSnapshotCommand.js +36 -0
  15. package/dist-cjs/commands/CreateAuthenticationProfileCommand.js +36 -0
  16. package/dist-cjs/commands/CreateClusterCommand.js +36 -0
  17. package/dist-cjs/commands/CreateClusterParameterGroupCommand.js +36 -0
  18. package/dist-cjs/commands/CreateClusterSecurityGroupCommand.js +36 -0
  19. package/dist-cjs/commands/CreateClusterSnapshotCommand.js +36 -0
  20. package/dist-cjs/commands/CreateClusterSubnetGroupCommand.js +36 -0
  21. package/dist-cjs/commands/CreateEndpointAccessCommand.js +36 -0
  22. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +36 -0
  23. package/dist-cjs/commands/CreateHsmClientCertificateCommand.js +36 -0
  24. package/dist-cjs/commands/CreateHsmConfigurationCommand.js +36 -0
  25. package/dist-cjs/commands/CreateScheduledActionCommand.js +36 -0
  26. package/dist-cjs/commands/CreateSnapshotCopyGrantCommand.js +36 -0
  27. package/dist-cjs/commands/CreateSnapshotScheduleCommand.js +36 -0
  28. package/dist-cjs/commands/CreateTagsCommand.js +36 -0
  29. package/dist-cjs/commands/CreateUsageLimitCommand.js +36 -0
  30. package/dist-cjs/commands/DeauthorizeDataShareCommand.js +36 -0
  31. package/dist-cjs/commands/DeleteAuthenticationProfileCommand.js +36 -0
  32. package/dist-cjs/commands/DeleteClusterCommand.js +36 -0
  33. package/dist-cjs/commands/DeleteClusterParameterGroupCommand.js +36 -0
  34. package/dist-cjs/commands/DeleteClusterSecurityGroupCommand.js +36 -0
  35. package/dist-cjs/commands/DeleteClusterSnapshotCommand.js +36 -0
  36. package/dist-cjs/commands/DeleteClusterSubnetGroupCommand.js +36 -0
  37. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +36 -0
  38. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +36 -0
  39. package/dist-cjs/commands/DeleteHsmClientCertificateCommand.js +36 -0
  40. package/dist-cjs/commands/DeleteHsmConfigurationCommand.js +36 -0
  41. package/dist-cjs/commands/DeletePartnerCommand.js +36 -0
  42. package/dist-cjs/commands/DeleteScheduledActionCommand.js +36 -0
  43. package/dist-cjs/commands/DeleteSnapshotCopyGrantCommand.js +36 -0
  44. package/dist-cjs/commands/DeleteSnapshotScheduleCommand.js +36 -0
  45. package/dist-cjs/commands/DeleteTagsCommand.js +36 -0
  46. package/dist-cjs/commands/DeleteUsageLimitCommand.js +36 -0
  47. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +36 -0
  48. package/dist-cjs/commands/DescribeAuthenticationProfilesCommand.js +36 -0
  49. package/dist-cjs/commands/DescribeClusterDbRevisionsCommand.js +36 -0
  50. package/dist-cjs/commands/DescribeClusterParameterGroupsCommand.js +36 -0
  51. package/dist-cjs/commands/DescribeClusterParametersCommand.js +36 -0
  52. package/dist-cjs/commands/DescribeClusterSecurityGroupsCommand.js +36 -0
  53. package/dist-cjs/commands/DescribeClusterSnapshotsCommand.js +36 -0
  54. package/dist-cjs/commands/DescribeClusterSubnetGroupsCommand.js +36 -0
  55. package/dist-cjs/commands/DescribeClusterTracksCommand.js +36 -0
  56. package/dist-cjs/commands/DescribeClusterVersionsCommand.js +36 -0
  57. package/dist-cjs/commands/DescribeClustersCommand.js +36 -0
  58. package/dist-cjs/commands/DescribeDataSharesCommand.js +36 -0
  59. package/dist-cjs/commands/DescribeDataSharesForConsumerCommand.js +36 -0
  60. package/dist-cjs/commands/DescribeDataSharesForProducerCommand.js +36 -0
  61. package/dist-cjs/commands/DescribeDefaultClusterParametersCommand.js +36 -0
  62. package/dist-cjs/commands/DescribeEndpointAccessCommand.js +36 -0
  63. package/dist-cjs/commands/DescribeEndpointAuthorizationCommand.js +36 -0
  64. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +36 -0
  65. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +36 -0
  66. package/dist-cjs/commands/DescribeEventsCommand.js +36 -0
  67. package/dist-cjs/commands/DescribeHsmClientCertificatesCommand.js +36 -0
  68. package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +36 -0
  69. package/dist-cjs/commands/DescribeLoggingStatusCommand.js +37 -0
  70. package/dist-cjs/commands/DescribeNodeConfigurationOptionsCommand.js +36 -0
  71. package/dist-cjs/commands/DescribeOrderableClusterOptionsCommand.js +36 -0
  72. package/dist-cjs/commands/DescribePartnersCommand.js +36 -0
  73. package/dist-cjs/commands/DescribeReservedNodeOfferingsCommand.js +36 -0
  74. package/dist-cjs/commands/DescribeReservedNodesCommand.js +36 -0
  75. package/dist-cjs/commands/DescribeResizeCommand.js +37 -0
  76. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +36 -0
  77. package/dist-cjs/commands/DescribeSnapshotCopyGrantsCommand.js +36 -0
  78. package/dist-cjs/commands/DescribeSnapshotSchedulesCommand.js +36 -0
  79. package/dist-cjs/commands/DescribeStorageCommand.js +36 -0
  80. package/dist-cjs/commands/DescribeTableRestoreStatusCommand.js +36 -0
  81. package/dist-cjs/commands/DescribeTagsCommand.js +36 -0
  82. package/dist-cjs/commands/DescribeUsageLimitsCommand.js +36 -0
  83. package/dist-cjs/commands/DisableLoggingCommand.js +36 -0
  84. package/dist-cjs/commands/DisableSnapshotCopyCommand.js +36 -0
  85. package/dist-cjs/commands/DisassociateDataShareConsumerCommand.js +37 -0
  86. package/dist-cjs/commands/EnableLoggingCommand.js +36 -0
  87. package/dist-cjs/commands/EnableSnapshotCopyCommand.js +36 -0
  88. package/dist-cjs/commands/GetClusterCredentialsCommand.js +37 -0
  89. package/dist-cjs/commands/GetReservedNodeExchangeOfferingsCommand.js +36 -0
  90. package/dist-cjs/commands/ModifyAquaConfigurationCommand.js +36 -0
  91. package/dist-cjs/commands/ModifyAuthenticationProfileCommand.js +36 -0
  92. package/dist-cjs/commands/ModifyClusterCommand.js +36 -0
  93. package/dist-cjs/commands/ModifyClusterDbRevisionCommand.js +36 -0
  94. package/dist-cjs/commands/ModifyClusterIamRolesCommand.js +36 -0
  95. package/dist-cjs/commands/ModifyClusterMaintenanceCommand.js +36 -0
  96. package/dist-cjs/commands/ModifyClusterParameterGroupCommand.js +37 -0
  97. package/dist-cjs/commands/ModifyClusterSnapshotCommand.js +36 -0
  98. package/dist-cjs/commands/ModifyClusterSnapshotScheduleCommand.js +36 -0
  99. package/dist-cjs/commands/ModifyClusterSubnetGroupCommand.js +36 -0
  100. package/dist-cjs/commands/ModifyEndpointAccessCommand.js +37 -0
  101. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +36 -0
  102. package/dist-cjs/commands/ModifyScheduledActionCommand.js +37 -0
  103. package/dist-cjs/commands/ModifySnapshotCopyRetentionPeriodCommand.js +36 -0
  104. package/dist-cjs/commands/ModifySnapshotScheduleCommand.js +37 -0
  105. package/dist-cjs/commands/ModifyUsageLimitCommand.js +37 -0
  106. package/dist-cjs/commands/PauseClusterCommand.js +37 -0
  107. package/dist-cjs/commands/PurchaseReservedNodeOfferingCommand.js +36 -0
  108. package/dist-cjs/commands/RebootClusterCommand.js +36 -0
  109. package/dist-cjs/commands/RejectDataShareCommand.js +37 -0
  110. package/dist-cjs/commands/ResetClusterParameterGroupCommand.js +37 -0
  111. package/dist-cjs/commands/ResizeClusterCommand.js +37 -0
  112. package/dist-cjs/commands/RestoreFromClusterSnapshotCommand.js +36 -0
  113. package/dist-cjs/commands/RestoreTableFromClusterSnapshotCommand.js +36 -0
  114. package/dist-cjs/commands/ResumeClusterCommand.js +37 -0
  115. package/dist-cjs/commands/RevokeClusterSecurityGroupIngressCommand.js +36 -0
  116. package/dist-cjs/commands/RevokeEndpointAccessCommand.js +37 -0
  117. package/dist-cjs/commands/RevokeSnapshotAccessCommand.js +36 -0
  118. package/dist-cjs/commands/RotateEncryptionKeyCommand.js +36 -0
  119. package/dist-cjs/commands/UpdatePartnerStatusCommand.js +37 -0
  120. package/dist-cjs/endpoints.js +90 -0
  121. package/dist-cjs/index.js +154 -0
  122. package/dist-cjs/models/index.js +5 -0
  123. package/dist-cjs/models/models_0.js +1785 -0
  124. package/dist-cjs/models/models_1.js +687 -0
  125. package/dist-cjs/pagination/DescribeClusterDbRevisionsPaginator.js +35 -0
  126. package/dist-cjs/pagination/DescribeClusterParameterGroupsPaginator.js +35 -0
  127. package/dist-cjs/pagination/DescribeClusterParametersPaginator.js +35 -0
  128. package/dist-cjs/pagination/DescribeClusterSecurityGroupsPaginator.js +35 -0
  129. package/dist-cjs/pagination/DescribeClusterSnapshotsPaginator.js +35 -0
  130. package/dist-cjs/pagination/DescribeClusterSubnetGroupsPaginator.js +35 -0
  131. package/dist-cjs/pagination/DescribeClusterTracksPaginator.js +35 -0
  132. package/dist-cjs/pagination/DescribeClusterVersionsPaginator.js +35 -0
  133. package/dist-cjs/pagination/DescribeClustersPaginator.js +35 -0
  134. package/dist-cjs/pagination/DescribeDefaultClusterParametersPaginator.js +35 -0
  135. package/dist-cjs/pagination/DescribeEndpointAccessPaginator.js +35 -0
  136. package/dist-cjs/pagination/DescribeEndpointAuthorizationPaginator.js +35 -0
  137. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +35 -0
  138. package/dist-cjs/pagination/DescribeEventsPaginator.js +35 -0
  139. package/dist-cjs/pagination/DescribeHsmClientCertificatesPaginator.js +35 -0
  140. package/dist-cjs/pagination/DescribeHsmConfigurationsPaginator.js +35 -0
  141. package/dist-cjs/pagination/DescribeNodeConfigurationOptionsPaginator.js +35 -0
  142. package/dist-cjs/pagination/DescribeOrderableClusterOptionsPaginator.js +35 -0
  143. package/dist-cjs/pagination/DescribeReservedNodeOfferingsPaginator.js +35 -0
  144. package/dist-cjs/pagination/DescribeReservedNodesPaginator.js +35 -0
  145. package/dist-cjs/pagination/DescribeScheduledActionsPaginator.js +35 -0
  146. package/dist-cjs/pagination/DescribeSnapshotCopyGrantsPaginator.js +35 -0
  147. package/dist-cjs/pagination/DescribeSnapshotSchedulesPaginator.js +35 -0
  148. package/dist-cjs/pagination/DescribeTableRestoreStatusPaginator.js +35 -0
  149. package/dist-cjs/pagination/DescribeTagsPaginator.js +35 -0
  150. package/dist-cjs/pagination/DescribeUsageLimitsPaginator.js +35 -0
  151. package/dist-cjs/pagination/GetReservedNodeExchangeOfferingsPaginator.js +35 -0
  152. package/dist-cjs/pagination/Interfaces.js +2 -0
  153. package/dist-cjs/protocols/Aws_query.js +18263 -0
  154. package/dist-cjs/runtimeConfig.browser.js +37 -0
  155. package/dist-cjs/runtimeConfig.js +42 -0
  156. package/dist-cjs/runtimeConfig.native.js +16 -0
  157. package/dist-cjs/runtimeConfig.shared.js +17 -0
  158. package/dist-cjs/waiters/waitForClusterAvailable.js +62 -0
  159. package/dist-cjs/waiters/waitForClusterDeleted.js +60 -0
  160. package/dist-cjs/waiters/waitForClusterRestored.js +59 -0
  161. package/dist-cjs/waiters/waitForSnapshotAvailable.js +74 -0
  162. package/dist-es/Redshift.js +1750 -0
  163. package/dist-es/RedshiftClient.js +37 -0
  164. package/dist-es/commands/AcceptReservedNodeExchangeCommand.js +39 -0
  165. package/dist-es/commands/AddPartnerCommand.js +39 -0
  166. package/dist-es/commands/AssociateDataShareConsumerCommand.js +39 -0
  167. package/dist-es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +39 -0
  168. package/dist-es/commands/AuthorizeDataShareCommand.js +39 -0
  169. package/dist-es/commands/AuthorizeEndpointAccessCommand.js +39 -0
  170. package/dist-es/commands/AuthorizeSnapshotAccessCommand.js +39 -0
  171. package/dist-es/commands/BatchDeleteClusterSnapshotsCommand.js +39 -0
  172. package/dist-es/commands/BatchModifyClusterSnapshotsCommand.js +39 -0
  173. package/dist-es/commands/CancelResizeCommand.js +39 -0
  174. package/dist-es/commands/CopyClusterSnapshotCommand.js +39 -0
  175. package/dist-es/commands/CreateAuthenticationProfileCommand.js +39 -0
  176. package/dist-es/commands/CreateClusterCommand.js +39 -0
  177. package/dist-es/commands/CreateClusterParameterGroupCommand.js +39 -0
  178. package/dist-es/commands/CreateClusterSecurityGroupCommand.js +39 -0
  179. package/dist-es/commands/CreateClusterSnapshotCommand.js +39 -0
  180. package/dist-es/commands/CreateClusterSubnetGroupCommand.js +39 -0
  181. package/dist-es/commands/CreateEndpointAccessCommand.js +39 -0
  182. package/dist-es/commands/CreateEventSubscriptionCommand.js +39 -0
  183. package/dist-es/commands/CreateHsmClientCertificateCommand.js +39 -0
  184. package/dist-es/commands/CreateHsmConfigurationCommand.js +39 -0
  185. package/dist-es/commands/CreateScheduledActionCommand.js +39 -0
  186. package/dist-es/commands/CreateSnapshotCopyGrantCommand.js +39 -0
  187. package/dist-es/commands/CreateSnapshotScheduleCommand.js +39 -0
  188. package/dist-es/commands/CreateTagsCommand.js +39 -0
  189. package/dist-es/commands/CreateUsageLimitCommand.js +39 -0
  190. package/dist-es/commands/DeauthorizeDataShareCommand.js +39 -0
  191. package/dist-es/commands/DeleteAuthenticationProfileCommand.js +39 -0
  192. package/dist-es/commands/DeleteClusterCommand.js +39 -0
  193. package/dist-es/commands/DeleteClusterParameterGroupCommand.js +39 -0
  194. package/dist-es/commands/DeleteClusterSecurityGroupCommand.js +39 -0
  195. package/dist-es/commands/DeleteClusterSnapshotCommand.js +39 -0
  196. package/dist-es/commands/DeleteClusterSubnetGroupCommand.js +39 -0
  197. package/dist-es/commands/DeleteEndpointAccessCommand.js +39 -0
  198. package/dist-es/commands/DeleteEventSubscriptionCommand.js +39 -0
  199. package/dist-es/commands/DeleteHsmClientCertificateCommand.js +39 -0
  200. package/dist-es/commands/DeleteHsmConfigurationCommand.js +39 -0
  201. package/dist-es/commands/DeletePartnerCommand.js +39 -0
  202. package/dist-es/commands/DeleteScheduledActionCommand.js +39 -0
  203. package/dist-es/commands/DeleteSnapshotCopyGrantCommand.js +39 -0
  204. package/dist-es/commands/DeleteSnapshotScheduleCommand.js +39 -0
  205. package/dist-es/commands/DeleteTagsCommand.js +39 -0
  206. package/dist-es/commands/DeleteUsageLimitCommand.js +39 -0
  207. package/dist-es/commands/DescribeAccountAttributesCommand.js +39 -0
  208. package/dist-es/commands/DescribeAuthenticationProfilesCommand.js +39 -0
  209. package/dist-es/commands/DescribeClusterDbRevisionsCommand.js +39 -0
  210. package/dist-es/commands/DescribeClusterParameterGroupsCommand.js +39 -0
  211. package/dist-es/commands/DescribeClusterParametersCommand.js +39 -0
  212. package/dist-es/commands/DescribeClusterSecurityGroupsCommand.js +39 -0
  213. package/dist-es/commands/DescribeClusterSnapshotsCommand.js +39 -0
  214. package/dist-es/commands/DescribeClusterSubnetGroupsCommand.js +39 -0
  215. package/dist-es/commands/DescribeClusterTracksCommand.js +39 -0
  216. package/dist-es/commands/DescribeClusterVersionsCommand.js +39 -0
  217. package/dist-es/commands/DescribeClustersCommand.js +39 -0
  218. package/dist-es/commands/DescribeDataSharesCommand.js +39 -0
  219. package/dist-es/commands/DescribeDataSharesForConsumerCommand.js +39 -0
  220. package/dist-es/commands/DescribeDataSharesForProducerCommand.js +39 -0
  221. package/dist-es/commands/DescribeDefaultClusterParametersCommand.js +39 -0
  222. package/dist-es/commands/DescribeEndpointAccessCommand.js +39 -0
  223. package/dist-es/commands/DescribeEndpointAuthorizationCommand.js +39 -0
  224. package/dist-es/commands/DescribeEventCategoriesCommand.js +39 -0
  225. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +39 -0
  226. package/dist-es/commands/DescribeEventsCommand.js +39 -0
  227. package/dist-es/commands/DescribeHsmClientCertificatesCommand.js +39 -0
  228. package/dist-es/commands/DescribeHsmConfigurationsCommand.js +39 -0
  229. package/dist-es/commands/DescribeLoggingStatusCommand.js +40 -0
  230. package/dist-es/commands/DescribeNodeConfigurationOptionsCommand.js +39 -0
  231. package/dist-es/commands/DescribeOrderableClusterOptionsCommand.js +39 -0
  232. package/dist-es/commands/DescribePartnersCommand.js +39 -0
  233. package/dist-es/commands/DescribeReservedNodeOfferingsCommand.js +39 -0
  234. package/dist-es/commands/DescribeReservedNodesCommand.js +39 -0
  235. package/dist-es/commands/DescribeResizeCommand.js +40 -0
  236. package/dist-es/commands/DescribeScheduledActionsCommand.js +39 -0
  237. package/dist-es/commands/DescribeSnapshotCopyGrantsCommand.js +39 -0
  238. package/dist-es/commands/DescribeSnapshotSchedulesCommand.js +39 -0
  239. package/dist-es/commands/DescribeStorageCommand.js +39 -0
  240. package/dist-es/commands/DescribeTableRestoreStatusCommand.js +39 -0
  241. package/dist-es/commands/DescribeTagsCommand.js +39 -0
  242. package/dist-es/commands/DescribeUsageLimitsCommand.js +39 -0
  243. package/dist-es/commands/DisableLoggingCommand.js +39 -0
  244. package/dist-es/commands/DisableSnapshotCopyCommand.js +39 -0
  245. package/dist-es/commands/DisassociateDataShareConsumerCommand.js +40 -0
  246. package/dist-es/commands/EnableLoggingCommand.js +39 -0
  247. package/dist-es/commands/EnableSnapshotCopyCommand.js +39 -0
  248. package/dist-es/commands/GetClusterCredentialsCommand.js +40 -0
  249. package/dist-es/commands/GetReservedNodeExchangeOfferingsCommand.js +39 -0
  250. package/dist-es/commands/ModifyAquaConfigurationCommand.js +39 -0
  251. package/dist-es/commands/ModifyAuthenticationProfileCommand.js +39 -0
  252. package/dist-es/commands/ModifyClusterCommand.js +39 -0
  253. package/dist-es/commands/ModifyClusterDbRevisionCommand.js +39 -0
  254. package/dist-es/commands/ModifyClusterIamRolesCommand.js +39 -0
  255. package/dist-es/commands/ModifyClusterMaintenanceCommand.js +39 -0
  256. package/dist-es/commands/ModifyClusterParameterGroupCommand.js +40 -0
  257. package/dist-es/commands/ModifyClusterSnapshotCommand.js +39 -0
  258. package/dist-es/commands/ModifyClusterSnapshotScheduleCommand.js +39 -0
  259. package/dist-es/commands/ModifyClusterSubnetGroupCommand.js +39 -0
  260. package/dist-es/commands/ModifyEndpointAccessCommand.js +40 -0
  261. package/dist-es/commands/ModifyEventSubscriptionCommand.js +39 -0
  262. package/dist-es/commands/ModifyScheduledActionCommand.js +40 -0
  263. package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +39 -0
  264. package/dist-es/commands/ModifySnapshotScheduleCommand.js +40 -0
  265. package/dist-es/commands/ModifyUsageLimitCommand.js +40 -0
  266. package/dist-es/commands/PauseClusterCommand.js +40 -0
  267. package/dist-es/commands/PurchaseReservedNodeOfferingCommand.js +39 -0
  268. package/dist-es/commands/RebootClusterCommand.js +39 -0
  269. package/dist-es/commands/RejectDataShareCommand.js +40 -0
  270. package/dist-es/commands/ResetClusterParameterGroupCommand.js +40 -0
  271. package/dist-es/commands/ResizeClusterCommand.js +40 -0
  272. package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +39 -0
  273. package/dist-es/commands/RestoreTableFromClusterSnapshotCommand.js +39 -0
  274. package/dist-es/commands/ResumeClusterCommand.js +40 -0
  275. package/dist-es/commands/RevokeClusterSecurityGroupIngressCommand.js +39 -0
  276. package/dist-es/commands/RevokeEndpointAccessCommand.js +40 -0
  277. package/dist-es/commands/RevokeSnapshotAccessCommand.js +39 -0
  278. package/dist-es/commands/RotateEncryptionKeyCommand.js +39 -0
  279. package/dist-es/commands/UpdatePartnerStatusCommand.js +40 -0
  280. package/dist-es/endpoints.js +86 -0
  281. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  282. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  283. package/dist-es/models/models_0.js +1213 -0
  284. package/dist-es/models/models_1.js +469 -0
  285. package/dist-es/pagination/DescribeClusterDbRevisionsPaginator.js +74 -0
  286. package/dist-es/pagination/DescribeClusterParameterGroupsPaginator.js +74 -0
  287. package/dist-es/pagination/DescribeClusterParametersPaginator.js +74 -0
  288. package/dist-es/pagination/DescribeClusterSecurityGroupsPaginator.js +74 -0
  289. package/dist-es/pagination/DescribeClusterSnapshotsPaginator.js +74 -0
  290. package/dist-es/pagination/DescribeClusterSubnetGroupsPaginator.js +74 -0
  291. package/dist-es/pagination/DescribeClusterTracksPaginator.js +74 -0
  292. package/dist-es/pagination/DescribeClusterVersionsPaginator.js +74 -0
  293. package/dist-es/pagination/DescribeClustersPaginator.js +74 -0
  294. package/dist-es/pagination/DescribeDefaultClusterParametersPaginator.js +74 -0
  295. package/dist-es/pagination/DescribeEndpointAccessPaginator.js +74 -0
  296. package/dist-es/pagination/DescribeEndpointAuthorizationPaginator.js +74 -0
  297. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +74 -0
  298. package/dist-es/pagination/DescribeEventsPaginator.js +74 -0
  299. package/dist-es/pagination/DescribeHsmClientCertificatesPaginator.js +74 -0
  300. package/dist-es/pagination/DescribeHsmConfigurationsPaginator.js +74 -0
  301. package/dist-es/pagination/DescribeNodeConfigurationOptionsPaginator.js +74 -0
  302. package/dist-es/pagination/DescribeOrderableClusterOptionsPaginator.js +74 -0
  303. package/dist-es/pagination/DescribeReservedNodeOfferingsPaginator.js +74 -0
  304. package/dist-es/pagination/DescribeReservedNodesPaginator.js +74 -0
  305. package/dist-es/pagination/DescribeScheduledActionsPaginator.js +74 -0
  306. package/dist-es/pagination/DescribeSnapshotCopyGrantsPaginator.js +74 -0
  307. package/dist-es/pagination/DescribeSnapshotSchedulesPaginator.js +74 -0
  308. package/dist-es/pagination/DescribeTableRestoreStatusPaginator.js +74 -0
  309. package/dist-es/pagination/DescribeTagsPaginator.js +74 -0
  310. package/dist-es/pagination/DescribeUsageLimitsPaginator.js +74 -0
  311. package/dist-es/pagination/GetReservedNodeExchangeOfferingsPaginator.js +74 -0
  312. package/dist-es/pagination/Interfaces.js +1 -0
  313. package/dist-es/protocols/Aws_query.js +19033 -0
  314. package/dist-es/runtimeConfig.browser.js +16 -0
  315. package/dist-es/runtimeConfig.js +21 -0
  316. package/dist-es/runtimeConfig.native.js +8 -0
  317. package/dist-es/runtimeConfig.shared.js +13 -0
  318. package/dist-es/waiters/waitForClusterAvailable.js +98 -0
  319. package/dist-es/waiters/waitForClusterDeleted.js +96 -0
  320. package/dist-es/waiters/waitForClusterRestored.js +95 -0
  321. package/dist-es/waiters/waitForSnapshotAvailable.js +120 -0
  322. package/dist-types/Redshift.d.ts +1333 -0
  323. package/dist-types/RedshiftClient.d.ts +269 -0
  324. package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +37 -0
  325. package/dist-types/commands/AddPartnerCommand.d.ts +37 -0
  326. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +37 -0
  327. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +50 -0
  328. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +37 -0
  329. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +35 -0
  330. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +40 -0
  331. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +35 -0
  332. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +35 -0
  333. package/dist-types/commands/CancelResizeCommand.d.ts +35 -0
  334. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +46 -0
  335. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +35 -0
  336. package/dist-types/commands/CreateClusterCommand.d.ts +41 -0
  337. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +43 -0
  338. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +40 -0
  339. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +40 -0
  340. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +41 -0
  341. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +35 -0
  342. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +51 -0
  343. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +42 -0
  344. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +41 -0
  345. package/dist-types/commands/CreateScheduledActionCommand.d.ts +37 -0
  346. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +42 -0
  347. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +35 -0
  348. package/dist-types/commands/CreateTagsCommand.d.ts +39 -0
  349. package/dist-types/commands/CreateUsageLimitCommand.d.ts +36 -0
  350. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +35 -0
  351. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +35 -0
  352. package/dist-types/commands/DeleteClusterCommand.d.ts +50 -0
  353. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +39 -0
  354. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +43 -0
  355. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +41 -0
  356. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +35 -0
  357. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +35 -0
  358. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
  359. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +35 -0
  360. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +35 -0
  361. package/dist-types/commands/DeletePartnerCommand.d.ts +35 -0
  362. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +36 -0
  363. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +35 -0
  364. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +35 -0
  365. package/dist-types/commands/DeleteTagsCommand.d.ts +36 -0
  366. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +35 -0
  367. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +35 -0
  368. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +35 -0
  369. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +35 -0
  370. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +51 -0
  371. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +46 -0
  372. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +49 -0
  373. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +47 -0
  374. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +45 -0
  375. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +35 -0
  376. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +40 -0
  377. package/dist-types/commands/DescribeClustersCommand.d.ts +47 -0
  378. package/dist-types/commands/DescribeDataSharesCommand.d.ts +36 -0
  379. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +35 -0
  380. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +35 -0
  381. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +40 -0
  382. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +35 -0
  383. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +35 -0
  384. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +37 -0
  385. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +45 -0
  386. package/dist-types/commands/DescribeEventsCommand.d.ts +38 -0
  387. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +44 -0
  388. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +45 -0
  389. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +37 -0
  390. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +36 -0
  391. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +43 -0
  392. package/dist-types/commands/DescribePartnersCommand.d.ts +35 -0
  393. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +44 -0
  394. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +35 -0
  395. package/dist-types/commands/DescribeResizeCommand.d.ts +41 -0
  396. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +36 -0
  397. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +41 -0
  398. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +35 -0
  399. package/dist-types/commands/DescribeStorageCommand.d.ts +35 -0
  400. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +40 -0
  401. package/dist-types/commands/DescribeTagsCommand.d.ts +59 -0
  402. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +54 -0
  403. package/dist-types/commands/DisableLoggingCommand.d.ts +36 -0
  404. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +39 -0
  405. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +37 -0
  406. package/dist-types/commands/EnableLoggingCommand.d.ts +36 -0
  407. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +36 -0
  408. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +56 -0
  409. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +36 -0
  410. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +35 -0
  411. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +35 -0
  412. package/dist-types/commands/ModifyClusterCommand.d.ts +43 -0
  413. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +36 -0
  414. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +37 -0
  415. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +35 -0
  416. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +40 -0
  417. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +36 -0
  418. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +35 -0
  419. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +36 -0
  420. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +36 -0
  421. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +35 -0
  422. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +37 -0
  423. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +41 -0
  424. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +37 -0
  425. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +37 -0
  426. package/dist-types/commands/PauseClusterCommand.d.ts +36 -0
  427. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +43 -0
  428. package/dist-types/commands/RebootClusterCommand.d.ts +42 -0
  429. package/dist-types/commands/RejectDataShareCommand.d.ts +36 -0
  430. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +39 -0
  431. package/dist-types/commands/ResizeClusterCommand.d.ts +78 -0
  432. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +46 -0
  433. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +46 -0
  434. package/dist-types/commands/ResumeClusterCommand.d.ts +36 -0
  435. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +39 -0
  436. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +36 -0
  437. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +41 -0
  438. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +35 -0
  439. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +36 -0
  440. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  441. package/{index.ts → dist-types/index.d.ts} +0 -0
  442. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  443. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  444. package/dist-types/models/models_1.d.ts +3193 -0
  445. package/dist-types/pagination/DescribeClusterDbRevisionsPaginator.d.ts +4 -0
  446. package/dist-types/pagination/DescribeClusterParameterGroupsPaginator.d.ts +4 -0
  447. package/dist-types/pagination/DescribeClusterParametersPaginator.d.ts +4 -0
  448. package/dist-types/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +4 -0
  449. package/dist-types/pagination/DescribeClusterSnapshotsPaginator.d.ts +4 -0
  450. package/dist-types/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +4 -0
  451. package/dist-types/pagination/DescribeClusterTracksPaginator.d.ts +4 -0
  452. package/dist-types/pagination/DescribeClusterVersionsPaginator.d.ts +4 -0
  453. package/dist-types/pagination/DescribeClustersPaginator.d.ts +4 -0
  454. package/dist-types/pagination/DescribeDefaultClusterParametersPaginator.d.ts +4 -0
  455. package/dist-types/pagination/DescribeEndpointAccessPaginator.d.ts +4 -0
  456. package/dist-types/pagination/DescribeEndpointAuthorizationPaginator.d.ts +4 -0
  457. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  458. package/dist-types/pagination/DescribeEventsPaginator.d.ts +4 -0
  459. package/dist-types/pagination/DescribeHsmClientCertificatesPaginator.d.ts +4 -0
  460. package/dist-types/pagination/DescribeHsmConfigurationsPaginator.d.ts +4 -0
  461. package/dist-types/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +4 -0
  462. package/dist-types/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +4 -0
  463. package/dist-types/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +4 -0
  464. package/dist-types/pagination/DescribeReservedNodesPaginator.d.ts +4 -0
  465. package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
  466. package/dist-types/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +4 -0
  467. package/dist-types/pagination/DescribeSnapshotSchedulesPaginator.d.ts +4 -0
  468. package/dist-types/pagination/DescribeTableRestoreStatusPaginator.d.ts +4 -0
  469. package/dist-types/pagination/DescribeTagsPaginator.d.ts +4 -0
  470. package/dist-types/pagination/DescribeUsageLimitsPaginator.d.ts +4 -0
  471. package/dist-types/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +4 -0
  472. package/dist-types/pagination/Interfaces.d.ts +6 -0
  473. package/dist-types/protocols/Aws_query.d.ts +350 -0
  474. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  475. package/dist-types/runtimeConfig.d.ts +37 -0
  476. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  477. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  478. package/dist-types/ts3.4/Redshift.d.ts +585 -0
  479. package/dist-types/ts3.4/RedshiftClient.d.ts +183 -0
  480. package/dist-types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +17 -0
  481. package/dist-types/ts3.4/commands/AddPartnerCommand.d.ts +17 -0
  482. package/dist-types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +17 -0
  483. package/dist-types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +17 -0
  484. package/dist-types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +17 -0
  485. package/dist-types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +17 -0
  486. package/dist-types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +17 -0
  487. package/dist-types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +17 -0
  488. package/dist-types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +17 -0
  489. package/dist-types/ts3.4/commands/CancelResizeCommand.d.ts +17 -0
  490. package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +17 -0
  491. package/dist-types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +17 -0
  492. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
  493. package/dist-types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +17 -0
  494. package/dist-types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +17 -0
  495. package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +17 -0
  496. package/dist-types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +17 -0
  497. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +17 -0
  498. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
  499. package/dist-types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +17 -0
  500. package/dist-types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +17 -0
  501. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +17 -0
  502. package/dist-types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +17 -0
  503. package/dist-types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +17 -0
  504. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  505. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +17 -0
  506. package/dist-types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +17 -0
  507. package/dist-types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +17 -0
  508. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
  509. package/dist-types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +17 -0
  510. package/dist-types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +17 -0
  511. package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +17 -0
  512. package/dist-types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +17 -0
  513. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +17 -0
  514. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
  515. package/dist-types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +17 -0
  516. package/dist-types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +17 -0
  517. package/dist-types/ts3.4/commands/DeletePartnerCommand.d.ts +17 -0
  518. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +17 -0
  519. package/dist-types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +17 -0
  520. package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +17 -0
  521. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  522. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +17 -0
  523. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
  524. package/dist-types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +17 -0
  525. package/dist-types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +17 -0
  526. package/dist-types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +17 -0
  527. package/dist-types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +17 -0
  528. package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +17 -0
  529. package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +17 -0
  530. package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +17 -0
  531. package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +17 -0
  532. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +17 -0
  533. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +17 -0
  534. package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +17 -0
  535. package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +17 -0
  536. package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +17 -0
  537. package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +17 -0
  538. package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +17 -0
  539. package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +17 -0
  540. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
  541. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
  542. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
  543. package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +17 -0
  544. package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +17 -0
  545. package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +18 -0
  546. package/dist-types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +17 -0
  547. package/dist-types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +17 -0
  548. package/dist-types/ts3.4/commands/DescribePartnersCommand.d.ts +17 -0
  549. package/dist-types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +17 -0
  550. package/dist-types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +17 -0
  551. package/dist-types/ts3.4/commands/DescribeResizeCommand.d.ts +18 -0
  552. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +17 -0
  553. package/dist-types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +17 -0
  554. package/dist-types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +17 -0
  555. package/dist-types/ts3.4/commands/DescribeStorageCommand.d.ts +17 -0
  556. package/dist-types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +17 -0
  557. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  558. package/dist-types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +17 -0
  559. package/dist-types/ts3.4/commands/DisableLoggingCommand.d.ts +17 -0
  560. package/dist-types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +17 -0
  561. package/dist-types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
  562. package/dist-types/ts3.4/commands/EnableLoggingCommand.d.ts +17 -0
  563. package/dist-types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +17 -0
  564. package/dist-types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +18 -0
  565. package/dist-types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +17 -0
  566. package/dist-types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +17 -0
  567. package/dist-types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +17 -0
  568. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +17 -0
  569. package/dist-types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +17 -0
  570. package/dist-types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +17 -0
  571. package/dist-types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +17 -0
  572. package/dist-types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +18 -0
  573. package/dist-types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +17 -0
  574. package/dist-types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +17 -0
  575. package/dist-types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +17 -0
  576. package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +18 -0
  577. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
  578. package/dist-types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +18 -0
  579. package/dist-types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +17 -0
  580. package/dist-types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +18 -0
  581. package/dist-types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +18 -0
  582. package/dist-types/ts3.4/commands/PauseClusterCommand.d.ts +18 -0
  583. package/dist-types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +17 -0
  584. package/dist-types/ts3.4/commands/RebootClusterCommand.d.ts +17 -0
  585. package/dist-types/ts3.4/commands/RejectDataShareCommand.d.ts +18 -0
  586. package/dist-types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +18 -0
  587. package/dist-types/ts3.4/commands/ResizeClusterCommand.d.ts +18 -0
  588. package/dist-types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +17 -0
  589. package/dist-types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +17 -0
  590. package/dist-types/ts3.4/commands/ResumeClusterCommand.d.ts +18 -0
  591. package/dist-types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +17 -0
  592. package/dist-types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +18 -0
  593. package/dist-types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +17 -0
  594. package/dist-types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +17 -0
  595. package/dist-types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +18 -0
  596. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  597. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  598. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  599. package/dist-types/ts3.4/models/models_0.d.ts +3641 -0
  600. package/dist-types/ts3.4/models/models_1.d.ts +1423 -0
  601. package/dist-types/ts3.4/pagination/DescribeClusterDbRevisionsPaginator.d.ts +4 -0
  602. package/dist-types/ts3.4/pagination/DescribeClusterParameterGroupsPaginator.d.ts +4 -0
  603. package/dist-types/ts3.4/pagination/DescribeClusterParametersPaginator.d.ts +4 -0
  604. package/dist-types/ts3.4/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +4 -0
  605. package/dist-types/ts3.4/pagination/DescribeClusterSnapshotsPaginator.d.ts +4 -0
  606. package/dist-types/ts3.4/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +4 -0
  607. package/dist-types/ts3.4/pagination/DescribeClusterTracksPaginator.d.ts +4 -0
  608. package/dist-types/ts3.4/pagination/DescribeClusterVersionsPaginator.d.ts +4 -0
  609. package/dist-types/ts3.4/pagination/DescribeClustersPaginator.d.ts +4 -0
  610. package/dist-types/ts3.4/pagination/DescribeDefaultClusterParametersPaginator.d.ts +4 -0
  611. package/dist-types/ts3.4/pagination/DescribeEndpointAccessPaginator.d.ts +4 -0
  612. package/dist-types/ts3.4/pagination/DescribeEndpointAuthorizationPaginator.d.ts +4 -0
  613. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  614. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
  615. package/dist-types/ts3.4/pagination/DescribeHsmClientCertificatesPaginator.d.ts +4 -0
  616. package/dist-types/ts3.4/pagination/DescribeHsmConfigurationsPaginator.d.ts +4 -0
  617. package/dist-types/ts3.4/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +4 -0
  618. package/dist-types/ts3.4/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +4 -0
  619. package/dist-types/ts3.4/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +4 -0
  620. package/dist-types/ts3.4/pagination/DescribeReservedNodesPaginator.d.ts +4 -0
  621. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
  622. package/dist-types/ts3.4/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +4 -0
  623. package/dist-types/ts3.4/pagination/DescribeSnapshotSchedulesPaginator.d.ts +4 -0
  624. package/dist-types/ts3.4/pagination/DescribeTableRestoreStatusPaginator.d.ts +4 -0
  625. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
  626. package/dist-types/ts3.4/pagination/DescribeUsageLimitsPaginator.d.ts +4 -0
  627. package/dist-types/ts3.4/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +4 -0
  628. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  629. package/dist-types/ts3.4/protocols/Aws_query.d.ts +350 -0
  630. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  631. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  632. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  633. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  634. package/dist-types/ts3.4/waiters/waitForClusterAvailable.d.ts +7 -0
  635. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +7 -0
  636. package/dist-types/ts3.4/waiters/waitForClusterRestored.d.ts +7 -0
  637. package/dist-types/ts3.4/waiters/waitForSnapshotAvailable.d.ts +7 -0
  638. package/dist-types/waiters/waitForClusterAvailable.d.ts +14 -0
  639. package/dist-types/waiters/waitForClusterDeleted.d.ts +14 -0
  640. package/dist-types/waiters/waitForClusterRestored.d.ts +14 -0
  641. package/dist-types/waiters/waitForSnapshotAvailable.d.ts +14 -0
  642. package/package.json +46 -43
  643. package/Redshift.ts +0 -4774
  644. package/RedshiftClient.ts +0 -871
  645. package/commands/AcceptReservedNodeExchangeCommand.ts +0 -101
  646. package/commands/AddPartnerCommand.ts +0 -93
  647. package/commands/AssociateDataShareConsumerCommand.ts +0 -99
  648. package/commands/AuthorizeClusterSecurityGroupIngressCommand.ts +0 -120
  649. package/commands/AuthorizeDataShareCommand.ts +0 -96
  650. package/commands/AuthorizeEndpointAccessCommand.ts +0 -94
  651. package/commands/AuthorizeSnapshotAccessCommand.ts +0 -99
  652. package/commands/BatchDeleteClusterSnapshotsCommand.ts +0 -97
  653. package/commands/BatchModifyClusterSnapshotsCommand.ts +0 -99
  654. package/commands/CancelResizeCommand.ts +0 -91
  655. package/commands/CopyClusterSnapshotCommand.ts +0 -105
  656. package/commands/CreateAuthenticationProfileCommand.ts +0 -97
  657. package/commands/CreateClusterCommand.ts +0 -100
  658. package/commands/CreateClusterParameterGroupCommand.ts +0 -105
  659. package/commands/CreateClusterSecurityGroupCommand.ts +0 -102
  660. package/commands/CreateClusterSnapshotCommand.ts +0 -99
  661. package/commands/CreateClusterSubnetGroupCommand.ts +0 -100
  662. package/commands/CreateEndpointAccessCommand.ts +0 -94
  663. package/commands/CreateEventSubscriptionCommand.ts +0 -110
  664. package/commands/CreateHsmClientCertificateCommand.ts +0 -104
  665. package/commands/CreateHsmConfigurationCommand.ts +0 -100
  666. package/commands/CreateScheduledActionCommand.ts +0 -96
  667. package/commands/CreateSnapshotCopyGrantCommand.ts +0 -101
  668. package/commands/CreateSnapshotScheduleCommand.ts +0 -94
  669. package/commands/CreateTagsCommand.ts +0 -95
  670. package/commands/CreateUsageLimitCommand.ts +0 -95
  671. package/commands/DeauthorizeDataShareCommand.ts +0 -94
  672. package/commands/DeleteAuthenticationProfileCommand.ts +0 -97
  673. package/commands/DeleteClusterCommand.ts +0 -109
  674. package/commands/DeleteClusterParameterGroupCommand.ts +0 -101
  675. package/commands/DeleteClusterSecurityGroupCommand.ts +0 -105
  676. package/commands/DeleteClusterSnapshotCommand.ts +0 -100
  677. package/commands/DeleteClusterSubnetGroupCommand.ts +0 -94
  678. package/commands/DeleteEndpointAccessCommand.ts +0 -94
  679. package/commands/DeleteEventSubscriptionCommand.ts +0 -94
  680. package/commands/DeleteHsmClientCertificateCommand.ts +0 -97
  681. package/commands/DeleteHsmConfigurationCommand.ts +0 -94
  682. package/commands/DeletePartnerCommand.ts +0 -94
  683. package/commands/DeleteScheduledActionCommand.ts +0 -95
  684. package/commands/DeleteSnapshotCopyGrantCommand.ts +0 -94
  685. package/commands/DeleteSnapshotScheduleCommand.ts +0 -94
  686. package/commands/DeleteTagsCommand.ts +0 -92
  687. package/commands/DeleteUsageLimitCommand.ts +0 -94
  688. package/commands/DescribeAccountAttributesCommand.ts +0 -97
  689. package/commands/DescribeAuthenticationProfilesCommand.ts +0 -102
  690. package/commands/DescribeClusterDbRevisionsCommand.ts +0 -97
  691. package/commands/DescribeClusterParameterGroupsCommand.ts +0 -116
  692. package/commands/DescribeClusterParametersCommand.ts +0 -108
  693. package/commands/DescribeClusterSecurityGroupsCommand.ts +0 -111
  694. package/commands/DescribeClusterSnapshotsCommand.ts +0 -106
  695. package/commands/DescribeClusterSubnetGroupsCommand.ts +0 -107
  696. package/commands/DescribeClusterTracksCommand.ts +0 -94
  697. package/commands/DescribeClusterVersionsCommand.ts +0 -99
  698. package/commands/DescribeClustersCommand.ts +0 -106
  699. package/commands/DescribeDataSharesCommand.ts +0 -95
  700. package/commands/DescribeDataSharesForConsumerCommand.ts +0 -99
  701. package/commands/DescribeDataSharesForProducerCommand.ts +0 -99
  702. package/commands/DescribeDefaultClusterParametersCommand.ts +0 -107
  703. package/commands/DescribeEndpointAccessCommand.ts +0 -94
  704. package/commands/DescribeEndpointAuthorizationCommand.ts +0 -97
  705. package/commands/DescribeEventCategoriesCommand.ts +0 -96
  706. package/commands/DescribeEventSubscriptionsCommand.ts +0 -107
  707. package/commands/DescribeEventsCommand.ts +0 -97
  708. package/commands/DescribeHsmClientCertificatesCommand.ts +0 -106
  709. package/commands/DescribeHsmConfigurationsCommand.ts +0 -107
  710. package/commands/DescribeLoggingStatusCommand.ts +0 -96
  711. package/commands/DescribeNodeConfigurationOptionsCommand.ts +0 -103
  712. package/commands/DescribeOrderableClusterOptionsCommand.ts +0 -110
  713. package/commands/DescribePartnersCommand.ts +0 -94
  714. package/commands/DescribeReservedNodeOfferingsCommand.ts +0 -106
  715. package/commands/DescribeReservedNodesCommand.ts +0 -94
  716. package/commands/DescribeResizeCommand.ts +0 -100
  717. package/commands/DescribeScheduledActionsCommand.ts +0 -95
  718. package/commands/DescribeSnapshotCopyGrantsCommand.ts +0 -103
  719. package/commands/DescribeSnapshotSchedulesCommand.ts +0 -99
  720. package/commands/DescribeStorageCommand.ts +0 -94
  721. package/commands/DescribeTableRestoreStatusCommand.ts +0 -102
  722. package/commands/DescribeTagsCommand.ts +0 -115
  723. package/commands/DescribeUsageLimitsCommand.ts +0 -113
  724. package/commands/DisableLoggingCommand.ts +0 -95
  725. package/commands/DisableSnapshotCopyCommand.ts +0 -98
  726. package/commands/DisassociateDataShareConsumerCommand.ts +0 -99
  727. package/commands/EnableLoggingCommand.ts +0 -95
  728. package/commands/EnableSnapshotCopyCommand.ts +0 -95
  729. package/commands/GetClusterCredentialsCommand.ts +0 -115
  730. package/commands/GetReservedNodeExchangeOfferingsCommand.ts +0 -106
  731. package/commands/ModifyAquaConfigurationCommand.ts +0 -94
  732. package/commands/ModifyAuthenticationProfileCommand.ts +0 -97
  733. package/commands/ModifyClusterCommand.ts +0 -102
  734. package/commands/ModifyClusterDbRevisionCommand.ts +0 -95
  735. package/commands/ModifyClusterIamRolesCommand.ts +0 -96
  736. package/commands/ModifyClusterMaintenanceCommand.ts +0 -94
  737. package/commands/ModifyClusterParameterGroupCommand.ts +0 -102
  738. package/commands/ModifyClusterSnapshotCommand.ts +0 -95
  739. package/commands/ModifyClusterSnapshotScheduleCommand.ts +0 -97
  740. package/commands/ModifyClusterSubnetGroupCommand.ts +0 -95
  741. package/commands/ModifyEndpointAccessCommand.ts +0 -95
  742. package/commands/ModifyEventSubscriptionCommand.ts +0 -94
  743. package/commands/ModifyScheduledActionCommand.ts +0 -96
  744. package/commands/ModifySnapshotCopyRetentionPeriodCommand.ts +0 -108
  745. package/commands/ModifySnapshotScheduleCommand.ts +0 -96
  746. package/commands/ModifyUsageLimitCommand.ts +0 -96
  747. package/commands/PauseClusterCommand.ts +0 -92
  748. package/commands/PurchaseReservedNodeOfferingCommand.ts +0 -107
  749. package/commands/RebootClusterCommand.ts +0 -101
  750. package/commands/RejectDataShareCommand.ts +0 -95
  751. package/commands/ResetClusterParameterGroupCommand.ts +0 -101
  752. package/commands/ResizeClusterCommand.ts +0 -137
  753. package/commands/RestoreFromClusterSnapshotCommand.ts +0 -108
  754. package/commands/RestoreTableFromClusterSnapshotCommand.ts +0 -113
  755. package/commands/ResumeClusterCommand.ts +0 -95
  756. package/commands/RevokeClusterSecurityGroupIngressCommand.ts +0 -106
  757. package/commands/RevokeEndpointAccessCommand.ts +0 -95
  758. package/commands/RevokeSnapshotAccessCommand.ts +0 -100
  759. package/commands/RotateEncryptionKeyCommand.ts +0 -94
  760. package/commands/UpdatePartnerStatusCommand.ts +0 -95
  761. package/dist/cjs/Redshift.js +0 -1772
  762. package/dist/cjs/Redshift.js.map +0 -1
  763. package/dist/cjs/RedshiftClient.js +0 -65
  764. package/dist/cjs/RedshiftClient.js.map +0 -1
  765. package/dist/cjs/commands/AcceptReservedNodeExchangeCommand.js +0 -63
  766. package/dist/cjs/commands/AcceptReservedNodeExchangeCommand.js.map +0 -1
  767. package/dist/cjs/commands/AddPartnerCommand.js +0 -63
  768. package/dist/cjs/commands/AddPartnerCommand.js.map +0 -1
  769. package/dist/cjs/commands/AssociateDataShareConsumerCommand.js +0 -63
  770. package/dist/cjs/commands/AssociateDataShareConsumerCommand.js.map +0 -1
  771. package/dist/cjs/commands/AuthorizeClusterSecurityGroupIngressCommand.js +0 -76
  772. package/dist/cjs/commands/AuthorizeClusterSecurityGroupIngressCommand.js.map +0 -1
  773. package/dist/cjs/commands/AuthorizeDataShareCommand.js +0 -63
  774. package/dist/cjs/commands/AuthorizeDataShareCommand.js.map +0 -1
  775. package/dist/cjs/commands/AuthorizeEndpointAccessCommand.js +0 -61
  776. package/dist/cjs/commands/AuthorizeEndpointAccessCommand.js.map +0 -1
  777. package/dist/cjs/commands/AuthorizeSnapshotAccessCommand.js +0 -66
  778. package/dist/cjs/commands/AuthorizeSnapshotAccessCommand.js.map +0 -1
  779. package/dist/cjs/commands/BatchDeleteClusterSnapshotsCommand.js +0 -61
  780. package/dist/cjs/commands/BatchDeleteClusterSnapshotsCommand.js.map +0 -1
  781. package/dist/cjs/commands/BatchModifyClusterSnapshotsCommand.js +0 -61
  782. package/dist/cjs/commands/BatchModifyClusterSnapshotsCommand.js.map +0 -1
  783. package/dist/cjs/commands/CancelResizeCommand.js +0 -61
  784. package/dist/cjs/commands/CancelResizeCommand.js.map +0 -1
  785. package/dist/cjs/commands/CopyClusterSnapshotCommand.js +0 -72
  786. package/dist/cjs/commands/CopyClusterSnapshotCommand.js.map +0 -1
  787. package/dist/cjs/commands/CreateAuthenticationProfileCommand.js +0 -61
  788. package/dist/cjs/commands/CreateAuthenticationProfileCommand.js.map +0 -1
  789. package/dist/cjs/commands/CreateClusterCommand.js +0 -67
  790. package/dist/cjs/commands/CreateClusterCommand.js.map +0 -1
  791. package/dist/cjs/commands/CreateClusterParameterGroupCommand.js +0 -69
  792. package/dist/cjs/commands/CreateClusterParameterGroupCommand.js.map +0 -1
  793. package/dist/cjs/commands/CreateClusterSecurityGroupCommand.js +0 -66
  794. package/dist/cjs/commands/CreateClusterSecurityGroupCommand.js.map +0 -1
  795. package/dist/cjs/commands/CreateClusterSnapshotCommand.js +0 -66
  796. package/dist/cjs/commands/CreateClusterSnapshotCommand.js.map +0 -1
  797. package/dist/cjs/commands/CreateClusterSubnetGroupCommand.js +0 -67
  798. package/dist/cjs/commands/CreateClusterSubnetGroupCommand.js.map +0 -1
  799. package/dist/cjs/commands/CreateEndpointAccessCommand.js +0 -61
  800. package/dist/cjs/commands/CreateEndpointAccessCommand.js.map +0 -1
  801. package/dist/cjs/commands/CreateEventSubscriptionCommand.js +0 -77
  802. package/dist/cjs/commands/CreateEventSubscriptionCommand.js.map +0 -1
  803. package/dist/cjs/commands/CreateHsmClientCertificateCommand.js +0 -68
  804. package/dist/cjs/commands/CreateHsmClientCertificateCommand.js.map +0 -1
  805. package/dist/cjs/commands/CreateHsmConfigurationCommand.js +0 -67
  806. package/dist/cjs/commands/CreateHsmConfigurationCommand.js.map +0 -1
  807. package/dist/cjs/commands/CreateScheduledActionCommand.js +0 -63
  808. package/dist/cjs/commands/CreateScheduledActionCommand.js.map +0 -1
  809. package/dist/cjs/commands/CreateSnapshotCopyGrantCommand.js +0 -68
  810. package/dist/cjs/commands/CreateSnapshotCopyGrantCommand.js.map +0 -1
  811. package/dist/cjs/commands/CreateSnapshotScheduleCommand.js +0 -61
  812. package/dist/cjs/commands/CreateSnapshotScheduleCommand.js.map +0 -1
  813. package/dist/cjs/commands/CreateTagsCommand.js +0 -65
  814. package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
  815. package/dist/cjs/commands/CreateUsageLimitCommand.js +0 -62
  816. package/dist/cjs/commands/CreateUsageLimitCommand.js.map +0 -1
  817. package/dist/cjs/commands/DeauthorizeDataShareCommand.js +0 -61
  818. package/dist/cjs/commands/DeauthorizeDataShareCommand.js.map +0 -1
  819. package/dist/cjs/commands/DeleteAuthenticationProfileCommand.js +0 -61
  820. package/dist/cjs/commands/DeleteAuthenticationProfileCommand.js.map +0 -1
  821. package/dist/cjs/commands/DeleteClusterCommand.js +0 -76
  822. package/dist/cjs/commands/DeleteClusterCommand.js.map +0 -1
  823. package/dist/cjs/commands/DeleteClusterParameterGroupCommand.js +0 -65
  824. package/dist/cjs/commands/DeleteClusterParameterGroupCommand.js.map +0 -1
  825. package/dist/cjs/commands/DeleteClusterSecurityGroupCommand.js +0 -69
  826. package/dist/cjs/commands/DeleteClusterSecurityGroupCommand.js.map +0 -1
  827. package/dist/cjs/commands/DeleteClusterSnapshotCommand.js +0 -67
  828. package/dist/cjs/commands/DeleteClusterSnapshotCommand.js.map +0 -1
  829. package/dist/cjs/commands/DeleteClusterSubnetGroupCommand.js +0 -61
  830. package/dist/cjs/commands/DeleteClusterSubnetGroupCommand.js.map +0 -1
  831. package/dist/cjs/commands/DeleteEndpointAccessCommand.js +0 -61
  832. package/dist/cjs/commands/DeleteEndpointAccessCommand.js.map +0 -1
  833. package/dist/cjs/commands/DeleteEventSubscriptionCommand.js +0 -61
  834. package/dist/cjs/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  835. package/dist/cjs/commands/DeleteHsmClientCertificateCommand.js +0 -61
  836. package/dist/cjs/commands/DeleteHsmClientCertificateCommand.js.map +0 -1
  837. package/dist/cjs/commands/DeleteHsmConfigurationCommand.js +0 -61
  838. package/dist/cjs/commands/DeleteHsmConfigurationCommand.js.map +0 -1
  839. package/dist/cjs/commands/DeletePartnerCommand.js +0 -61
  840. package/dist/cjs/commands/DeletePartnerCommand.js.map +0 -1
  841. package/dist/cjs/commands/DeleteScheduledActionCommand.js +0 -62
  842. package/dist/cjs/commands/DeleteScheduledActionCommand.js.map +0 -1
  843. package/dist/cjs/commands/DeleteSnapshotCopyGrantCommand.js +0 -61
  844. package/dist/cjs/commands/DeleteSnapshotCopyGrantCommand.js.map +0 -1
  845. package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js +0 -61
  846. package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
  847. package/dist/cjs/commands/DeleteTagsCommand.js +0 -62
  848. package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
  849. package/dist/cjs/commands/DeleteUsageLimitCommand.js +0 -61
  850. package/dist/cjs/commands/DeleteUsageLimitCommand.js.map +0 -1
  851. package/dist/cjs/commands/DescribeAccountAttributesCommand.js +0 -61
  852. package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
  853. package/dist/cjs/commands/DescribeAuthenticationProfilesCommand.js +0 -61
  854. package/dist/cjs/commands/DescribeAuthenticationProfilesCommand.js.map +0 -1
  855. package/dist/cjs/commands/DescribeClusterDbRevisionsCommand.js +0 -61
  856. package/dist/cjs/commands/DescribeClusterDbRevisionsCommand.js.map +0 -1
  857. package/dist/cjs/commands/DescribeClusterParameterGroupsCommand.js +0 -77
  858. package/dist/cjs/commands/DescribeClusterParameterGroupsCommand.js.map +0 -1
  859. package/dist/cjs/commands/DescribeClusterParametersCommand.js +0 -72
  860. package/dist/cjs/commands/DescribeClusterParametersCommand.js.map +0 -1
  861. package/dist/cjs/commands/DescribeClusterSecurityGroupsCommand.js +0 -75
  862. package/dist/cjs/commands/DescribeClusterSecurityGroupsCommand.js.map +0 -1
  863. package/dist/cjs/commands/DescribeClusterSnapshotsCommand.js +0 -73
  864. package/dist/cjs/commands/DescribeClusterSnapshotsCommand.js.map +0 -1
  865. package/dist/cjs/commands/DescribeClusterSubnetGroupsCommand.js +0 -71
  866. package/dist/cjs/commands/DescribeClusterSubnetGroupsCommand.js.map +0 -1
  867. package/dist/cjs/commands/DescribeClusterTracksCommand.js +0 -61
  868. package/dist/cjs/commands/DescribeClusterTracksCommand.js.map +0 -1
  869. package/dist/cjs/commands/DescribeClusterVersionsCommand.js +0 -66
  870. package/dist/cjs/commands/DescribeClusterVersionsCommand.js.map +0 -1
  871. package/dist/cjs/commands/DescribeClustersCommand.js +0 -73
  872. package/dist/cjs/commands/DescribeClustersCommand.js.map +0 -1
  873. package/dist/cjs/commands/DescribeDataSharesCommand.js +0 -62
  874. package/dist/cjs/commands/DescribeDataSharesCommand.js.map +0 -1
  875. package/dist/cjs/commands/DescribeDataSharesForConsumerCommand.js +0 -61
  876. package/dist/cjs/commands/DescribeDataSharesForConsumerCommand.js.map +0 -1
  877. package/dist/cjs/commands/DescribeDataSharesForProducerCommand.js +0 -61
  878. package/dist/cjs/commands/DescribeDataSharesForProducerCommand.js.map +0 -1
  879. package/dist/cjs/commands/DescribeDefaultClusterParametersCommand.js +0 -66
  880. package/dist/cjs/commands/DescribeDefaultClusterParametersCommand.js.map +0 -1
  881. package/dist/cjs/commands/DescribeEndpointAccessCommand.js +0 -61
  882. package/dist/cjs/commands/DescribeEndpointAccessCommand.js.map +0 -1
  883. package/dist/cjs/commands/DescribeEndpointAuthorizationCommand.js +0 -61
  884. package/dist/cjs/commands/DescribeEndpointAuthorizationCommand.js.map +0 -1
  885. package/dist/cjs/commands/DescribeEventCategoriesCommand.js +0 -63
  886. package/dist/cjs/commands/DescribeEventCategoriesCommand.js.map +0 -1
  887. package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js +0 -71
  888. package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  889. package/dist/cjs/commands/DescribeEventsCommand.js +0 -64
  890. package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
  891. package/dist/cjs/commands/DescribeHsmClientCertificatesCommand.js +0 -70
  892. package/dist/cjs/commands/DescribeHsmClientCertificatesCommand.js.map +0 -1
  893. package/dist/cjs/commands/DescribeHsmConfigurationsCommand.js +0 -71
  894. package/dist/cjs/commands/DescribeHsmConfigurationsCommand.js.map +0 -1
  895. package/dist/cjs/commands/DescribeLoggingStatusCommand.js +0 -63
  896. package/dist/cjs/commands/DescribeLoggingStatusCommand.js.map +0 -1
  897. package/dist/cjs/commands/DescribeNodeConfigurationOptionsCommand.js +0 -62
  898. package/dist/cjs/commands/DescribeNodeConfigurationOptionsCommand.js.map +0 -1
  899. package/dist/cjs/commands/DescribeOrderableClusterOptionsCommand.js +0 -69
  900. package/dist/cjs/commands/DescribeOrderableClusterOptionsCommand.js.map +0 -1
  901. package/dist/cjs/commands/DescribePartnersCommand.js +0 -61
  902. package/dist/cjs/commands/DescribePartnersCommand.js.map +0 -1
  903. package/dist/cjs/commands/DescribeReservedNodeOfferingsCommand.js +0 -70
  904. package/dist/cjs/commands/DescribeReservedNodeOfferingsCommand.js.map +0 -1
  905. package/dist/cjs/commands/DescribeReservedNodesCommand.js +0 -61
  906. package/dist/cjs/commands/DescribeReservedNodesCommand.js.map +0 -1
  907. package/dist/cjs/commands/DescribeResizeCommand.js +0 -67
  908. package/dist/cjs/commands/DescribeResizeCommand.js.map +0 -1
  909. package/dist/cjs/commands/DescribeScheduledActionsCommand.js +0 -62
  910. package/dist/cjs/commands/DescribeScheduledActionsCommand.js.map +0 -1
  911. package/dist/cjs/commands/DescribeSnapshotCopyGrantsCommand.js +0 -67
  912. package/dist/cjs/commands/DescribeSnapshotCopyGrantsCommand.js.map +0 -1
  913. package/dist/cjs/commands/DescribeSnapshotSchedulesCommand.js +0 -61
  914. package/dist/cjs/commands/DescribeSnapshotSchedulesCommand.js.map +0 -1
  915. package/dist/cjs/commands/DescribeStorageCommand.js +0 -61
  916. package/dist/cjs/commands/DescribeStorageCommand.js.map +0 -1
  917. package/dist/cjs/commands/DescribeTableRestoreStatusCommand.js +0 -66
  918. package/dist/cjs/commands/DescribeTableRestoreStatusCommand.js.map +0 -1
  919. package/dist/cjs/commands/DescribeTagsCommand.js +0 -85
  920. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  921. package/dist/cjs/commands/DescribeUsageLimitsCommand.js +0 -80
  922. package/dist/cjs/commands/DescribeUsageLimitsCommand.js.map +0 -1
  923. package/dist/cjs/commands/DisableLoggingCommand.js +0 -62
  924. package/dist/cjs/commands/DisableLoggingCommand.js.map +0 -1
  925. package/dist/cjs/commands/DisableSnapshotCopyCommand.js +0 -65
  926. package/dist/cjs/commands/DisableSnapshotCopyCommand.js.map +0 -1
  927. package/dist/cjs/commands/DisassociateDataShareConsumerCommand.js +0 -63
  928. package/dist/cjs/commands/DisassociateDataShareConsumerCommand.js.map +0 -1
  929. package/dist/cjs/commands/EnableLoggingCommand.js +0 -62
  930. package/dist/cjs/commands/EnableLoggingCommand.js.map +0 -1
  931. package/dist/cjs/commands/EnableSnapshotCopyCommand.js +0 -62
  932. package/dist/cjs/commands/EnableSnapshotCopyCommand.js.map +0 -1
  933. package/dist/cjs/commands/GetClusterCredentialsCommand.js +0 -82
  934. package/dist/cjs/commands/GetClusterCredentialsCommand.js.map +0 -1
  935. package/dist/cjs/commands/GetReservedNodeExchangeOfferingsCommand.js +0 -62
  936. package/dist/cjs/commands/GetReservedNodeExchangeOfferingsCommand.js.map +0 -1
  937. package/dist/cjs/commands/ModifyAquaConfigurationCommand.js +0 -61
  938. package/dist/cjs/commands/ModifyAquaConfigurationCommand.js.map +0 -1
  939. package/dist/cjs/commands/ModifyAuthenticationProfileCommand.js +0 -61
  940. package/dist/cjs/commands/ModifyAuthenticationProfileCommand.js.map +0 -1
  941. package/dist/cjs/commands/ModifyClusterCommand.js +0 -69
  942. package/dist/cjs/commands/ModifyClusterCommand.js.map +0 -1
  943. package/dist/cjs/commands/ModifyClusterDbRevisionCommand.js +0 -62
  944. package/dist/cjs/commands/ModifyClusterDbRevisionCommand.js.map +0 -1
  945. package/dist/cjs/commands/ModifyClusterIamRolesCommand.js +0 -63
  946. package/dist/cjs/commands/ModifyClusterIamRolesCommand.js.map +0 -1
  947. package/dist/cjs/commands/ModifyClusterMaintenanceCommand.js +0 -61
  948. package/dist/cjs/commands/ModifyClusterMaintenanceCommand.js.map +0 -1
  949. package/dist/cjs/commands/ModifyClusterParameterGroupCommand.js +0 -66
  950. package/dist/cjs/commands/ModifyClusterParameterGroupCommand.js.map +0 -1
  951. package/dist/cjs/commands/ModifyClusterSnapshotCommand.js +0 -62
  952. package/dist/cjs/commands/ModifyClusterSnapshotCommand.js.map +0 -1
  953. package/dist/cjs/commands/ModifyClusterSnapshotScheduleCommand.js +0 -61
  954. package/dist/cjs/commands/ModifyClusterSnapshotScheduleCommand.js.map +0 -1
  955. package/dist/cjs/commands/ModifyClusterSubnetGroupCommand.js +0 -62
  956. package/dist/cjs/commands/ModifyClusterSubnetGroupCommand.js.map +0 -1
  957. package/dist/cjs/commands/ModifyEndpointAccessCommand.js +0 -62
  958. package/dist/cjs/commands/ModifyEndpointAccessCommand.js.map +0 -1
  959. package/dist/cjs/commands/ModifyEventSubscriptionCommand.js +0 -61
  960. package/dist/cjs/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  961. package/dist/cjs/commands/ModifyScheduledActionCommand.js +0 -63
  962. package/dist/cjs/commands/ModifyScheduledActionCommand.js.map +0 -1
  963. package/dist/cjs/commands/ModifySnapshotCopyRetentionPeriodCommand.js +0 -67
  964. package/dist/cjs/commands/ModifySnapshotCopyRetentionPeriodCommand.js.map +0 -1
  965. package/dist/cjs/commands/ModifySnapshotScheduleCommand.js +0 -63
  966. package/dist/cjs/commands/ModifySnapshotScheduleCommand.js.map +0 -1
  967. package/dist/cjs/commands/ModifyUsageLimitCommand.js +0 -63
  968. package/dist/cjs/commands/ModifyUsageLimitCommand.js.map +0 -1
  969. package/dist/cjs/commands/PauseClusterCommand.js +0 -62
  970. package/dist/cjs/commands/PauseClusterCommand.js.map +0 -1
  971. package/dist/cjs/commands/PurchaseReservedNodeOfferingCommand.js +0 -69
  972. package/dist/cjs/commands/PurchaseReservedNodeOfferingCommand.js.map +0 -1
  973. package/dist/cjs/commands/RebootClusterCommand.js +0 -68
  974. package/dist/cjs/commands/RebootClusterCommand.js.map +0 -1
  975. package/dist/cjs/commands/RejectDataShareCommand.js +0 -62
  976. package/dist/cjs/commands/RejectDataShareCommand.js.map +0 -1
  977. package/dist/cjs/commands/ResetClusterParameterGroupCommand.js +0 -65
  978. package/dist/cjs/commands/ResetClusterParameterGroupCommand.js.map +0 -1
  979. package/dist/cjs/commands/ResizeClusterCommand.js +0 -104
  980. package/dist/cjs/commands/ResizeClusterCommand.js.map +0 -1
  981. package/dist/cjs/commands/RestoreFromClusterSnapshotCommand.js +0 -72
  982. package/dist/cjs/commands/RestoreFromClusterSnapshotCommand.js.map +0 -1
  983. package/dist/cjs/commands/RestoreTableFromClusterSnapshotCommand.js +0 -72
  984. package/dist/cjs/commands/RestoreTableFromClusterSnapshotCommand.js.map +0 -1
  985. package/dist/cjs/commands/ResumeClusterCommand.js +0 -62
  986. package/dist/cjs/commands/ResumeClusterCommand.js.map +0 -1
  987. package/dist/cjs/commands/RevokeClusterSecurityGroupIngressCommand.js +0 -65
  988. package/dist/cjs/commands/RevokeClusterSecurityGroupIngressCommand.js.map +0 -1
  989. package/dist/cjs/commands/RevokeEndpointAccessCommand.js +0 -62
  990. package/dist/cjs/commands/RevokeEndpointAccessCommand.js.map +0 -1
  991. package/dist/cjs/commands/RevokeSnapshotAccessCommand.js +0 -67
  992. package/dist/cjs/commands/RevokeSnapshotAccessCommand.js.map +0 -1
  993. package/dist/cjs/commands/RotateEncryptionKeyCommand.js +0 -61
  994. package/dist/cjs/commands/RotateEncryptionKeyCommand.js.map +0 -1
  995. package/dist/cjs/commands/UpdatePartnerStatusCommand.js +0 -62
  996. package/dist/cjs/commands/UpdatePartnerStatusCommand.js.map +0 -1
  997. package/dist/cjs/endpoints.js +0 -91
  998. package/dist/cjs/endpoints.js.map +0 -1
  999. package/dist/cjs/index.js +0 -155
  1000. package/dist/cjs/index.js.map +0 -1
  1001. package/dist/cjs/models/index.js +0 -6
  1002. package/dist/cjs/models/index.js.map +0 -1
  1003. package/dist/cjs/models/models_0.js +0 -2632
  1004. package/dist/cjs/models/models_0.js.map +0 -1
  1005. package/dist/cjs/models/models_1.js +0 -1009
  1006. package/dist/cjs/models/models_1.js.map +0 -1
  1007. package/dist/cjs/package.json +0 -94
  1008. package/dist/cjs/pagination/DescribeClusterDbRevisionsPaginator.js +0 -46
  1009. package/dist/cjs/pagination/DescribeClusterDbRevisionsPaginator.js.map +0 -1
  1010. package/dist/cjs/pagination/DescribeClusterParameterGroupsPaginator.js +0 -46
  1011. package/dist/cjs/pagination/DescribeClusterParameterGroupsPaginator.js.map +0 -1
  1012. package/dist/cjs/pagination/DescribeClusterParametersPaginator.js +0 -46
  1013. package/dist/cjs/pagination/DescribeClusterParametersPaginator.js.map +0 -1
  1014. package/dist/cjs/pagination/DescribeClusterSecurityGroupsPaginator.js +0 -46
  1015. package/dist/cjs/pagination/DescribeClusterSecurityGroupsPaginator.js.map +0 -1
  1016. package/dist/cjs/pagination/DescribeClusterSnapshotsPaginator.js +0 -46
  1017. package/dist/cjs/pagination/DescribeClusterSnapshotsPaginator.js.map +0 -1
  1018. package/dist/cjs/pagination/DescribeClusterSubnetGroupsPaginator.js +0 -46
  1019. package/dist/cjs/pagination/DescribeClusterSubnetGroupsPaginator.js.map +0 -1
  1020. package/dist/cjs/pagination/DescribeClusterTracksPaginator.js +0 -46
  1021. package/dist/cjs/pagination/DescribeClusterTracksPaginator.js.map +0 -1
  1022. package/dist/cjs/pagination/DescribeClusterVersionsPaginator.js +0 -46
  1023. package/dist/cjs/pagination/DescribeClusterVersionsPaginator.js.map +0 -1
  1024. package/dist/cjs/pagination/DescribeClustersPaginator.js +0 -46
  1025. package/dist/cjs/pagination/DescribeClustersPaginator.js.map +0 -1
  1026. package/dist/cjs/pagination/DescribeDefaultClusterParametersPaginator.js +0 -46
  1027. package/dist/cjs/pagination/DescribeDefaultClusterParametersPaginator.js.map +0 -1
  1028. package/dist/cjs/pagination/DescribeEndpointAccessPaginator.js +0 -46
  1029. package/dist/cjs/pagination/DescribeEndpointAccessPaginator.js.map +0 -1
  1030. package/dist/cjs/pagination/DescribeEndpointAuthorizationPaginator.js +0 -46
  1031. package/dist/cjs/pagination/DescribeEndpointAuthorizationPaginator.js.map +0 -1
  1032. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -46
  1033. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  1034. package/dist/cjs/pagination/DescribeEventsPaginator.js +0 -46
  1035. package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
  1036. package/dist/cjs/pagination/DescribeHsmClientCertificatesPaginator.js +0 -46
  1037. package/dist/cjs/pagination/DescribeHsmClientCertificatesPaginator.js.map +0 -1
  1038. package/dist/cjs/pagination/DescribeHsmConfigurationsPaginator.js +0 -46
  1039. package/dist/cjs/pagination/DescribeHsmConfigurationsPaginator.js.map +0 -1
  1040. package/dist/cjs/pagination/DescribeNodeConfigurationOptionsPaginator.js +0 -46
  1041. package/dist/cjs/pagination/DescribeNodeConfigurationOptionsPaginator.js.map +0 -1
  1042. package/dist/cjs/pagination/DescribeOrderableClusterOptionsPaginator.js +0 -46
  1043. package/dist/cjs/pagination/DescribeOrderableClusterOptionsPaginator.js.map +0 -1
  1044. package/dist/cjs/pagination/DescribeReservedNodeOfferingsPaginator.js +0 -46
  1045. package/dist/cjs/pagination/DescribeReservedNodeOfferingsPaginator.js.map +0 -1
  1046. package/dist/cjs/pagination/DescribeReservedNodesPaginator.js +0 -46
  1047. package/dist/cjs/pagination/DescribeReservedNodesPaginator.js.map +0 -1
  1048. package/dist/cjs/pagination/DescribeScheduledActionsPaginator.js +0 -46
  1049. package/dist/cjs/pagination/DescribeScheduledActionsPaginator.js.map +0 -1
  1050. package/dist/cjs/pagination/DescribeSnapshotCopyGrantsPaginator.js +0 -46
  1051. package/dist/cjs/pagination/DescribeSnapshotCopyGrantsPaginator.js.map +0 -1
  1052. package/dist/cjs/pagination/DescribeSnapshotSchedulesPaginator.js +0 -46
  1053. package/dist/cjs/pagination/DescribeSnapshotSchedulesPaginator.js.map +0 -1
  1054. package/dist/cjs/pagination/DescribeTableRestoreStatusPaginator.js +0 -46
  1055. package/dist/cjs/pagination/DescribeTableRestoreStatusPaginator.js.map +0 -1
  1056. package/dist/cjs/pagination/DescribeTagsPaginator.js +0 -46
  1057. package/dist/cjs/pagination/DescribeTagsPaginator.js.map +0 -1
  1058. package/dist/cjs/pagination/DescribeUsageLimitsPaginator.js +0 -46
  1059. package/dist/cjs/pagination/DescribeUsageLimitsPaginator.js.map +0 -1
  1060. package/dist/cjs/pagination/GetReservedNodeExchangeOfferingsPaginator.js +0 -46
  1061. package/dist/cjs/pagination/GetReservedNodeExchangeOfferingsPaginator.js.map +0 -1
  1062. package/dist/cjs/pagination/Interfaces.js +0 -3
  1063. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  1064. package/dist/cjs/protocols/Aws_query.js +0 -18266
  1065. package/dist/cjs/protocols/Aws_query.js.map +0 -1
  1066. package/dist/cjs/runtimeConfig.browser.js +0 -41
  1067. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  1068. package/dist/cjs/runtimeConfig.js +0 -46
  1069. package/dist/cjs/runtimeConfig.js.map +0 -1
  1070. package/dist/cjs/runtimeConfig.native.js +0 -20
  1071. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  1072. package/dist/cjs/runtimeConfig.shared.js +0 -21
  1073. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  1074. package/dist/cjs/waiters/waitForClusterAvailable.js +0 -72
  1075. package/dist/cjs/waiters/waitForClusterAvailable.js.map +0 -1
  1076. package/dist/cjs/waiters/waitForClusterDeleted.js +0 -70
  1077. package/dist/cjs/waiters/waitForClusterDeleted.js.map +0 -1
  1078. package/dist/cjs/waiters/waitForClusterRestored.js +0 -69
  1079. package/dist/cjs/waiters/waitForClusterRestored.js.map +0 -1
  1080. package/dist/cjs/waiters/waitForSnapshotAvailable.js +0 -84
  1081. package/dist/cjs/waiters/waitForSnapshotAvailable.js.map +0 -1
  1082. package/dist/es/Redshift.js +0 -1751
  1083. package/dist/es/Redshift.js.map +0 -1
  1084. package/dist/es/RedshiftClient.js +0 -38
  1085. package/dist/es/RedshiftClient.js.map +0 -1
  1086. package/dist/es/commands/AcceptReservedNodeExchangeCommand.js +0 -40
  1087. package/dist/es/commands/AcceptReservedNodeExchangeCommand.js.map +0 -1
  1088. package/dist/es/commands/AddPartnerCommand.js +0 -40
  1089. package/dist/es/commands/AddPartnerCommand.js.map +0 -1
  1090. package/dist/es/commands/AssociateDataShareConsumerCommand.js +0 -40
  1091. package/dist/es/commands/AssociateDataShareConsumerCommand.js.map +0 -1
  1092. package/dist/es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +0 -40
  1093. package/dist/es/commands/AuthorizeClusterSecurityGroupIngressCommand.js.map +0 -1
  1094. package/dist/es/commands/AuthorizeDataShareCommand.js +0 -40
  1095. package/dist/es/commands/AuthorizeDataShareCommand.js.map +0 -1
  1096. package/dist/es/commands/AuthorizeEndpointAccessCommand.js +0 -40
  1097. package/dist/es/commands/AuthorizeEndpointAccessCommand.js.map +0 -1
  1098. package/dist/es/commands/AuthorizeSnapshotAccessCommand.js +0 -40
  1099. package/dist/es/commands/AuthorizeSnapshotAccessCommand.js.map +0 -1
  1100. package/dist/es/commands/BatchDeleteClusterSnapshotsCommand.js +0 -40
  1101. package/dist/es/commands/BatchDeleteClusterSnapshotsCommand.js.map +0 -1
  1102. package/dist/es/commands/BatchModifyClusterSnapshotsCommand.js +0 -40
  1103. package/dist/es/commands/BatchModifyClusterSnapshotsCommand.js.map +0 -1
  1104. package/dist/es/commands/CancelResizeCommand.js +0 -40
  1105. package/dist/es/commands/CancelResizeCommand.js.map +0 -1
  1106. package/dist/es/commands/CopyClusterSnapshotCommand.js +0 -40
  1107. package/dist/es/commands/CopyClusterSnapshotCommand.js.map +0 -1
  1108. package/dist/es/commands/CreateAuthenticationProfileCommand.js +0 -40
  1109. package/dist/es/commands/CreateAuthenticationProfileCommand.js.map +0 -1
  1110. package/dist/es/commands/CreateClusterCommand.js +0 -40
  1111. package/dist/es/commands/CreateClusterCommand.js.map +0 -1
  1112. package/dist/es/commands/CreateClusterParameterGroupCommand.js +0 -40
  1113. package/dist/es/commands/CreateClusterParameterGroupCommand.js.map +0 -1
  1114. package/dist/es/commands/CreateClusterSecurityGroupCommand.js +0 -40
  1115. package/dist/es/commands/CreateClusterSecurityGroupCommand.js.map +0 -1
  1116. package/dist/es/commands/CreateClusterSnapshotCommand.js +0 -40
  1117. package/dist/es/commands/CreateClusterSnapshotCommand.js.map +0 -1
  1118. package/dist/es/commands/CreateClusterSubnetGroupCommand.js +0 -40
  1119. package/dist/es/commands/CreateClusterSubnetGroupCommand.js.map +0 -1
  1120. package/dist/es/commands/CreateEndpointAccessCommand.js +0 -40
  1121. package/dist/es/commands/CreateEndpointAccessCommand.js.map +0 -1
  1122. package/dist/es/commands/CreateEventSubscriptionCommand.js +0 -40
  1123. package/dist/es/commands/CreateEventSubscriptionCommand.js.map +0 -1
  1124. package/dist/es/commands/CreateHsmClientCertificateCommand.js +0 -40
  1125. package/dist/es/commands/CreateHsmClientCertificateCommand.js.map +0 -1
  1126. package/dist/es/commands/CreateHsmConfigurationCommand.js +0 -40
  1127. package/dist/es/commands/CreateHsmConfigurationCommand.js.map +0 -1
  1128. package/dist/es/commands/CreateScheduledActionCommand.js +0 -40
  1129. package/dist/es/commands/CreateScheduledActionCommand.js.map +0 -1
  1130. package/dist/es/commands/CreateSnapshotCopyGrantCommand.js +0 -40
  1131. package/dist/es/commands/CreateSnapshotCopyGrantCommand.js.map +0 -1
  1132. package/dist/es/commands/CreateSnapshotScheduleCommand.js +0 -40
  1133. package/dist/es/commands/CreateSnapshotScheduleCommand.js.map +0 -1
  1134. package/dist/es/commands/CreateTagsCommand.js +0 -40
  1135. package/dist/es/commands/CreateTagsCommand.js.map +0 -1
  1136. package/dist/es/commands/CreateUsageLimitCommand.js +0 -40
  1137. package/dist/es/commands/CreateUsageLimitCommand.js.map +0 -1
  1138. package/dist/es/commands/DeauthorizeDataShareCommand.js +0 -40
  1139. package/dist/es/commands/DeauthorizeDataShareCommand.js.map +0 -1
  1140. package/dist/es/commands/DeleteAuthenticationProfileCommand.js +0 -40
  1141. package/dist/es/commands/DeleteAuthenticationProfileCommand.js.map +0 -1
  1142. package/dist/es/commands/DeleteClusterCommand.js +0 -40
  1143. package/dist/es/commands/DeleteClusterCommand.js.map +0 -1
  1144. package/dist/es/commands/DeleteClusterParameterGroupCommand.js +0 -40
  1145. package/dist/es/commands/DeleteClusterParameterGroupCommand.js.map +0 -1
  1146. package/dist/es/commands/DeleteClusterSecurityGroupCommand.js +0 -40
  1147. package/dist/es/commands/DeleteClusterSecurityGroupCommand.js.map +0 -1
  1148. package/dist/es/commands/DeleteClusterSnapshotCommand.js +0 -40
  1149. package/dist/es/commands/DeleteClusterSnapshotCommand.js.map +0 -1
  1150. package/dist/es/commands/DeleteClusterSubnetGroupCommand.js +0 -40
  1151. package/dist/es/commands/DeleteClusterSubnetGroupCommand.js.map +0 -1
  1152. package/dist/es/commands/DeleteEndpointAccessCommand.js +0 -40
  1153. package/dist/es/commands/DeleteEndpointAccessCommand.js.map +0 -1
  1154. package/dist/es/commands/DeleteEventSubscriptionCommand.js +0 -40
  1155. package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  1156. package/dist/es/commands/DeleteHsmClientCertificateCommand.js +0 -40
  1157. package/dist/es/commands/DeleteHsmClientCertificateCommand.js.map +0 -1
  1158. package/dist/es/commands/DeleteHsmConfigurationCommand.js +0 -40
  1159. package/dist/es/commands/DeleteHsmConfigurationCommand.js.map +0 -1
  1160. package/dist/es/commands/DeletePartnerCommand.js +0 -40
  1161. package/dist/es/commands/DeletePartnerCommand.js.map +0 -1
  1162. package/dist/es/commands/DeleteScheduledActionCommand.js +0 -40
  1163. package/dist/es/commands/DeleteScheduledActionCommand.js.map +0 -1
  1164. package/dist/es/commands/DeleteSnapshotCopyGrantCommand.js +0 -40
  1165. package/dist/es/commands/DeleteSnapshotCopyGrantCommand.js.map +0 -1
  1166. package/dist/es/commands/DeleteSnapshotScheduleCommand.js +0 -40
  1167. package/dist/es/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
  1168. package/dist/es/commands/DeleteTagsCommand.js +0 -40
  1169. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  1170. package/dist/es/commands/DeleteUsageLimitCommand.js +0 -40
  1171. package/dist/es/commands/DeleteUsageLimitCommand.js.map +0 -1
  1172. package/dist/es/commands/DescribeAccountAttributesCommand.js +0 -40
  1173. package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
  1174. package/dist/es/commands/DescribeAuthenticationProfilesCommand.js +0 -40
  1175. package/dist/es/commands/DescribeAuthenticationProfilesCommand.js.map +0 -1
  1176. package/dist/es/commands/DescribeClusterDbRevisionsCommand.js +0 -40
  1177. package/dist/es/commands/DescribeClusterDbRevisionsCommand.js.map +0 -1
  1178. package/dist/es/commands/DescribeClusterParameterGroupsCommand.js +0 -40
  1179. package/dist/es/commands/DescribeClusterParameterGroupsCommand.js.map +0 -1
  1180. package/dist/es/commands/DescribeClusterParametersCommand.js +0 -40
  1181. package/dist/es/commands/DescribeClusterParametersCommand.js.map +0 -1
  1182. package/dist/es/commands/DescribeClusterSecurityGroupsCommand.js +0 -40
  1183. package/dist/es/commands/DescribeClusterSecurityGroupsCommand.js.map +0 -1
  1184. package/dist/es/commands/DescribeClusterSnapshotsCommand.js +0 -40
  1185. package/dist/es/commands/DescribeClusterSnapshotsCommand.js.map +0 -1
  1186. package/dist/es/commands/DescribeClusterSubnetGroupsCommand.js +0 -40
  1187. package/dist/es/commands/DescribeClusterSubnetGroupsCommand.js.map +0 -1
  1188. package/dist/es/commands/DescribeClusterTracksCommand.js +0 -40
  1189. package/dist/es/commands/DescribeClusterTracksCommand.js.map +0 -1
  1190. package/dist/es/commands/DescribeClusterVersionsCommand.js +0 -40
  1191. package/dist/es/commands/DescribeClusterVersionsCommand.js.map +0 -1
  1192. package/dist/es/commands/DescribeClustersCommand.js +0 -40
  1193. package/dist/es/commands/DescribeClustersCommand.js.map +0 -1
  1194. package/dist/es/commands/DescribeDataSharesCommand.js +0 -40
  1195. package/dist/es/commands/DescribeDataSharesCommand.js.map +0 -1
  1196. package/dist/es/commands/DescribeDataSharesForConsumerCommand.js +0 -40
  1197. package/dist/es/commands/DescribeDataSharesForConsumerCommand.js.map +0 -1
  1198. package/dist/es/commands/DescribeDataSharesForProducerCommand.js +0 -40
  1199. package/dist/es/commands/DescribeDataSharesForProducerCommand.js.map +0 -1
  1200. package/dist/es/commands/DescribeDefaultClusterParametersCommand.js +0 -40
  1201. package/dist/es/commands/DescribeDefaultClusterParametersCommand.js.map +0 -1
  1202. package/dist/es/commands/DescribeEndpointAccessCommand.js +0 -40
  1203. package/dist/es/commands/DescribeEndpointAccessCommand.js.map +0 -1
  1204. package/dist/es/commands/DescribeEndpointAuthorizationCommand.js +0 -40
  1205. package/dist/es/commands/DescribeEndpointAuthorizationCommand.js.map +0 -1
  1206. package/dist/es/commands/DescribeEventCategoriesCommand.js +0 -40
  1207. package/dist/es/commands/DescribeEventCategoriesCommand.js.map +0 -1
  1208. package/dist/es/commands/DescribeEventSubscriptionsCommand.js +0 -40
  1209. package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  1210. package/dist/es/commands/DescribeEventsCommand.js +0 -40
  1211. package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
  1212. package/dist/es/commands/DescribeHsmClientCertificatesCommand.js +0 -40
  1213. package/dist/es/commands/DescribeHsmClientCertificatesCommand.js.map +0 -1
  1214. package/dist/es/commands/DescribeHsmConfigurationsCommand.js +0 -40
  1215. package/dist/es/commands/DescribeHsmConfigurationsCommand.js.map +0 -1
  1216. package/dist/es/commands/DescribeLoggingStatusCommand.js +0 -41
  1217. package/dist/es/commands/DescribeLoggingStatusCommand.js.map +0 -1
  1218. package/dist/es/commands/DescribeNodeConfigurationOptionsCommand.js +0 -40
  1219. package/dist/es/commands/DescribeNodeConfigurationOptionsCommand.js.map +0 -1
  1220. package/dist/es/commands/DescribeOrderableClusterOptionsCommand.js +0 -40
  1221. package/dist/es/commands/DescribeOrderableClusterOptionsCommand.js.map +0 -1
  1222. package/dist/es/commands/DescribePartnersCommand.js +0 -40
  1223. package/dist/es/commands/DescribePartnersCommand.js.map +0 -1
  1224. package/dist/es/commands/DescribeReservedNodeOfferingsCommand.js +0 -40
  1225. package/dist/es/commands/DescribeReservedNodeOfferingsCommand.js.map +0 -1
  1226. package/dist/es/commands/DescribeReservedNodesCommand.js +0 -40
  1227. package/dist/es/commands/DescribeReservedNodesCommand.js.map +0 -1
  1228. package/dist/es/commands/DescribeResizeCommand.js +0 -41
  1229. package/dist/es/commands/DescribeResizeCommand.js.map +0 -1
  1230. package/dist/es/commands/DescribeScheduledActionsCommand.js +0 -40
  1231. package/dist/es/commands/DescribeScheduledActionsCommand.js.map +0 -1
  1232. package/dist/es/commands/DescribeSnapshotCopyGrantsCommand.js +0 -40
  1233. package/dist/es/commands/DescribeSnapshotCopyGrantsCommand.js.map +0 -1
  1234. package/dist/es/commands/DescribeSnapshotSchedulesCommand.js +0 -40
  1235. package/dist/es/commands/DescribeSnapshotSchedulesCommand.js.map +0 -1
  1236. package/dist/es/commands/DescribeStorageCommand.js +0 -40
  1237. package/dist/es/commands/DescribeStorageCommand.js.map +0 -1
  1238. package/dist/es/commands/DescribeTableRestoreStatusCommand.js +0 -40
  1239. package/dist/es/commands/DescribeTableRestoreStatusCommand.js.map +0 -1
  1240. package/dist/es/commands/DescribeTagsCommand.js +0 -40
  1241. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  1242. package/dist/es/commands/DescribeUsageLimitsCommand.js +0 -40
  1243. package/dist/es/commands/DescribeUsageLimitsCommand.js.map +0 -1
  1244. package/dist/es/commands/DisableLoggingCommand.js +0 -40
  1245. package/dist/es/commands/DisableLoggingCommand.js.map +0 -1
  1246. package/dist/es/commands/DisableSnapshotCopyCommand.js +0 -40
  1247. package/dist/es/commands/DisableSnapshotCopyCommand.js.map +0 -1
  1248. package/dist/es/commands/DisassociateDataShareConsumerCommand.js +0 -41
  1249. package/dist/es/commands/DisassociateDataShareConsumerCommand.js.map +0 -1
  1250. package/dist/es/commands/EnableLoggingCommand.js +0 -40
  1251. package/dist/es/commands/EnableLoggingCommand.js.map +0 -1
  1252. package/dist/es/commands/EnableSnapshotCopyCommand.js +0 -40
  1253. package/dist/es/commands/EnableSnapshotCopyCommand.js.map +0 -1
  1254. package/dist/es/commands/GetClusterCredentialsCommand.js +0 -41
  1255. package/dist/es/commands/GetClusterCredentialsCommand.js.map +0 -1
  1256. package/dist/es/commands/GetReservedNodeExchangeOfferingsCommand.js +0 -40
  1257. package/dist/es/commands/GetReservedNodeExchangeOfferingsCommand.js.map +0 -1
  1258. package/dist/es/commands/ModifyAquaConfigurationCommand.js +0 -40
  1259. package/dist/es/commands/ModifyAquaConfigurationCommand.js.map +0 -1
  1260. package/dist/es/commands/ModifyAuthenticationProfileCommand.js +0 -40
  1261. package/dist/es/commands/ModifyAuthenticationProfileCommand.js.map +0 -1
  1262. package/dist/es/commands/ModifyClusterCommand.js +0 -40
  1263. package/dist/es/commands/ModifyClusterCommand.js.map +0 -1
  1264. package/dist/es/commands/ModifyClusterDbRevisionCommand.js +0 -40
  1265. package/dist/es/commands/ModifyClusterDbRevisionCommand.js.map +0 -1
  1266. package/dist/es/commands/ModifyClusterIamRolesCommand.js +0 -40
  1267. package/dist/es/commands/ModifyClusterIamRolesCommand.js.map +0 -1
  1268. package/dist/es/commands/ModifyClusterMaintenanceCommand.js +0 -40
  1269. package/dist/es/commands/ModifyClusterMaintenanceCommand.js.map +0 -1
  1270. package/dist/es/commands/ModifyClusterParameterGroupCommand.js +0 -41
  1271. package/dist/es/commands/ModifyClusterParameterGroupCommand.js.map +0 -1
  1272. package/dist/es/commands/ModifyClusterSnapshotCommand.js +0 -40
  1273. package/dist/es/commands/ModifyClusterSnapshotCommand.js.map +0 -1
  1274. package/dist/es/commands/ModifyClusterSnapshotScheduleCommand.js +0 -40
  1275. package/dist/es/commands/ModifyClusterSnapshotScheduleCommand.js.map +0 -1
  1276. package/dist/es/commands/ModifyClusterSubnetGroupCommand.js +0 -40
  1277. package/dist/es/commands/ModifyClusterSubnetGroupCommand.js.map +0 -1
  1278. package/dist/es/commands/ModifyEndpointAccessCommand.js +0 -41
  1279. package/dist/es/commands/ModifyEndpointAccessCommand.js.map +0 -1
  1280. package/dist/es/commands/ModifyEventSubscriptionCommand.js +0 -40
  1281. package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  1282. package/dist/es/commands/ModifyScheduledActionCommand.js +0 -41
  1283. package/dist/es/commands/ModifyScheduledActionCommand.js.map +0 -1
  1284. package/dist/es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +0 -40
  1285. package/dist/es/commands/ModifySnapshotCopyRetentionPeriodCommand.js.map +0 -1
  1286. package/dist/es/commands/ModifySnapshotScheduleCommand.js +0 -41
  1287. package/dist/es/commands/ModifySnapshotScheduleCommand.js.map +0 -1
  1288. package/dist/es/commands/ModifyUsageLimitCommand.js +0 -41
  1289. package/dist/es/commands/ModifyUsageLimitCommand.js.map +0 -1
  1290. package/dist/es/commands/PauseClusterCommand.js +0 -41
  1291. package/dist/es/commands/PauseClusterCommand.js.map +0 -1
  1292. package/dist/es/commands/PurchaseReservedNodeOfferingCommand.js +0 -40
  1293. package/dist/es/commands/PurchaseReservedNodeOfferingCommand.js.map +0 -1
  1294. package/dist/es/commands/RebootClusterCommand.js +0 -40
  1295. package/dist/es/commands/RebootClusterCommand.js.map +0 -1
  1296. package/dist/es/commands/RejectDataShareCommand.js +0 -41
  1297. package/dist/es/commands/RejectDataShareCommand.js.map +0 -1
  1298. package/dist/es/commands/ResetClusterParameterGroupCommand.js +0 -41
  1299. package/dist/es/commands/ResetClusterParameterGroupCommand.js.map +0 -1
  1300. package/dist/es/commands/ResizeClusterCommand.js +0 -41
  1301. package/dist/es/commands/ResizeClusterCommand.js.map +0 -1
  1302. package/dist/es/commands/RestoreFromClusterSnapshotCommand.js +0 -40
  1303. package/dist/es/commands/RestoreFromClusterSnapshotCommand.js.map +0 -1
  1304. package/dist/es/commands/RestoreTableFromClusterSnapshotCommand.js +0 -40
  1305. package/dist/es/commands/RestoreTableFromClusterSnapshotCommand.js.map +0 -1
  1306. package/dist/es/commands/ResumeClusterCommand.js +0 -41
  1307. package/dist/es/commands/ResumeClusterCommand.js.map +0 -1
  1308. package/dist/es/commands/RevokeClusterSecurityGroupIngressCommand.js +0 -40
  1309. package/dist/es/commands/RevokeClusterSecurityGroupIngressCommand.js.map +0 -1
  1310. package/dist/es/commands/RevokeEndpointAccessCommand.js +0 -41
  1311. package/dist/es/commands/RevokeEndpointAccessCommand.js.map +0 -1
  1312. package/dist/es/commands/RevokeSnapshotAccessCommand.js +0 -40
  1313. package/dist/es/commands/RevokeSnapshotAccessCommand.js.map +0 -1
  1314. package/dist/es/commands/RotateEncryptionKeyCommand.js +0 -40
  1315. package/dist/es/commands/RotateEncryptionKeyCommand.js.map +0 -1
  1316. package/dist/es/commands/UpdatePartnerStatusCommand.js +0 -41
  1317. package/dist/es/commands/UpdatePartnerStatusCommand.js.map +0 -1
  1318. package/dist/es/endpoints.js +0 -87
  1319. package/dist/es/endpoints.js.map +0 -1
  1320. package/dist/es/index.js +0 -152
  1321. package/dist/es/index.js.map +0 -1
  1322. package/dist/es/models/index.js +0 -3
  1323. package/dist/es/models/index.js.map +0 -1
  1324. package/dist/es/models/models_0.js +0 -1214
  1325. package/dist/es/models/models_0.js.map +0 -1
  1326. package/dist/es/models/models_1.js +0 -470
  1327. package/dist/es/models/models_1.js.map +0 -1
  1328. package/dist/es/package.json +0 -94
  1329. package/dist/es/pagination/DescribeClusterDbRevisionsPaginator.js +0 -75
  1330. package/dist/es/pagination/DescribeClusterDbRevisionsPaginator.js.map +0 -1
  1331. package/dist/es/pagination/DescribeClusterParameterGroupsPaginator.js +0 -75
  1332. package/dist/es/pagination/DescribeClusterParameterGroupsPaginator.js.map +0 -1
  1333. package/dist/es/pagination/DescribeClusterParametersPaginator.js +0 -75
  1334. package/dist/es/pagination/DescribeClusterParametersPaginator.js.map +0 -1
  1335. package/dist/es/pagination/DescribeClusterSecurityGroupsPaginator.js +0 -75
  1336. package/dist/es/pagination/DescribeClusterSecurityGroupsPaginator.js.map +0 -1
  1337. package/dist/es/pagination/DescribeClusterSnapshotsPaginator.js +0 -75
  1338. package/dist/es/pagination/DescribeClusterSnapshotsPaginator.js.map +0 -1
  1339. package/dist/es/pagination/DescribeClusterSubnetGroupsPaginator.js +0 -75
  1340. package/dist/es/pagination/DescribeClusterSubnetGroupsPaginator.js.map +0 -1
  1341. package/dist/es/pagination/DescribeClusterTracksPaginator.js +0 -75
  1342. package/dist/es/pagination/DescribeClusterTracksPaginator.js.map +0 -1
  1343. package/dist/es/pagination/DescribeClusterVersionsPaginator.js +0 -75
  1344. package/dist/es/pagination/DescribeClusterVersionsPaginator.js.map +0 -1
  1345. package/dist/es/pagination/DescribeClustersPaginator.js +0 -75
  1346. package/dist/es/pagination/DescribeClustersPaginator.js.map +0 -1
  1347. package/dist/es/pagination/DescribeDefaultClusterParametersPaginator.js +0 -75
  1348. package/dist/es/pagination/DescribeDefaultClusterParametersPaginator.js.map +0 -1
  1349. package/dist/es/pagination/DescribeEndpointAccessPaginator.js +0 -75
  1350. package/dist/es/pagination/DescribeEndpointAccessPaginator.js.map +0 -1
  1351. package/dist/es/pagination/DescribeEndpointAuthorizationPaginator.js +0 -75
  1352. package/dist/es/pagination/DescribeEndpointAuthorizationPaginator.js.map +0 -1
  1353. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +0 -75
  1354. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  1355. package/dist/es/pagination/DescribeEventsPaginator.js +0 -75
  1356. package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
  1357. package/dist/es/pagination/DescribeHsmClientCertificatesPaginator.js +0 -75
  1358. package/dist/es/pagination/DescribeHsmClientCertificatesPaginator.js.map +0 -1
  1359. package/dist/es/pagination/DescribeHsmConfigurationsPaginator.js +0 -75
  1360. package/dist/es/pagination/DescribeHsmConfigurationsPaginator.js.map +0 -1
  1361. package/dist/es/pagination/DescribeNodeConfigurationOptionsPaginator.js +0 -75
  1362. package/dist/es/pagination/DescribeNodeConfigurationOptionsPaginator.js.map +0 -1
  1363. package/dist/es/pagination/DescribeOrderableClusterOptionsPaginator.js +0 -75
  1364. package/dist/es/pagination/DescribeOrderableClusterOptionsPaginator.js.map +0 -1
  1365. package/dist/es/pagination/DescribeReservedNodeOfferingsPaginator.js +0 -75
  1366. package/dist/es/pagination/DescribeReservedNodeOfferingsPaginator.js.map +0 -1
  1367. package/dist/es/pagination/DescribeReservedNodesPaginator.js +0 -75
  1368. package/dist/es/pagination/DescribeReservedNodesPaginator.js.map +0 -1
  1369. package/dist/es/pagination/DescribeScheduledActionsPaginator.js +0 -75
  1370. package/dist/es/pagination/DescribeScheduledActionsPaginator.js.map +0 -1
  1371. package/dist/es/pagination/DescribeSnapshotCopyGrantsPaginator.js +0 -75
  1372. package/dist/es/pagination/DescribeSnapshotCopyGrantsPaginator.js.map +0 -1
  1373. package/dist/es/pagination/DescribeSnapshotSchedulesPaginator.js +0 -75
  1374. package/dist/es/pagination/DescribeSnapshotSchedulesPaginator.js.map +0 -1
  1375. package/dist/es/pagination/DescribeTableRestoreStatusPaginator.js +0 -75
  1376. package/dist/es/pagination/DescribeTableRestoreStatusPaginator.js.map +0 -1
  1377. package/dist/es/pagination/DescribeTagsPaginator.js +0 -75
  1378. package/dist/es/pagination/DescribeTagsPaginator.js.map +0 -1
  1379. package/dist/es/pagination/DescribeUsageLimitsPaginator.js +0 -75
  1380. package/dist/es/pagination/DescribeUsageLimitsPaginator.js.map +0 -1
  1381. package/dist/es/pagination/GetReservedNodeExchangeOfferingsPaginator.js +0 -75
  1382. package/dist/es/pagination/GetReservedNodeExchangeOfferingsPaginator.js.map +0 -1
  1383. package/dist/es/pagination/Interfaces.js +0 -2
  1384. package/dist/es/pagination/Interfaces.js.map +0 -1
  1385. package/dist/es/protocols/Aws_query.js +0 -19034
  1386. package/dist/es/protocols/Aws_query.js.map +0 -1
  1387. package/dist/es/runtimeConfig.browser.js +0 -17
  1388. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1389. package/dist/es/runtimeConfig.js +0 -22
  1390. package/dist/es/runtimeConfig.js.map +0 -1
  1391. package/dist/es/runtimeConfig.native.js +0 -9
  1392. package/dist/es/runtimeConfig.native.js.map +0 -1
  1393. package/dist/es/runtimeConfig.shared.js +0 -14
  1394. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1395. package/dist/es/waiters/waitForClusterAvailable.js +0 -99
  1396. package/dist/es/waiters/waitForClusterAvailable.js.map +0 -1
  1397. package/dist/es/waiters/waitForClusterDeleted.js +0 -97
  1398. package/dist/es/waiters/waitForClusterDeleted.js.map +0 -1
  1399. package/dist/es/waiters/waitForClusterRestored.js +0 -96
  1400. package/dist/es/waiters/waitForClusterRestored.js.map +0 -1
  1401. package/dist/es/waiters/waitForSnapshotAvailable.js +0 -121
  1402. package/dist/es/waiters/waitForSnapshotAvailable.js.map +0 -1
  1403. package/dist/types/Redshift.d.ts +0 -1333
  1404. package/dist/types/RedshiftClient.d.ts +0 -269
  1405. package/dist/types/commands/AcceptReservedNodeExchangeCommand.d.ts +0 -37
  1406. package/dist/types/commands/AddPartnerCommand.d.ts +0 -37
  1407. package/dist/types/commands/AssociateDataShareConsumerCommand.d.ts +0 -37
  1408. package/dist/types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +0 -50
  1409. package/dist/types/commands/AuthorizeDataShareCommand.d.ts +0 -37
  1410. package/dist/types/commands/AuthorizeEndpointAccessCommand.d.ts +0 -35
  1411. package/dist/types/commands/AuthorizeSnapshotAccessCommand.d.ts +0 -40
  1412. package/dist/types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +0 -35
  1413. package/dist/types/commands/BatchModifyClusterSnapshotsCommand.d.ts +0 -35
  1414. package/dist/types/commands/CancelResizeCommand.d.ts +0 -35
  1415. package/dist/types/commands/CopyClusterSnapshotCommand.d.ts +0 -46
  1416. package/dist/types/commands/CreateAuthenticationProfileCommand.d.ts +0 -35
  1417. package/dist/types/commands/CreateClusterCommand.d.ts +0 -41
  1418. package/dist/types/commands/CreateClusterParameterGroupCommand.d.ts +0 -43
  1419. package/dist/types/commands/CreateClusterSecurityGroupCommand.d.ts +0 -40
  1420. package/dist/types/commands/CreateClusterSnapshotCommand.d.ts +0 -40
  1421. package/dist/types/commands/CreateClusterSubnetGroupCommand.d.ts +0 -41
  1422. package/dist/types/commands/CreateEndpointAccessCommand.d.ts +0 -35
  1423. package/dist/types/commands/CreateEventSubscriptionCommand.d.ts +0 -51
  1424. package/dist/types/commands/CreateHsmClientCertificateCommand.d.ts +0 -42
  1425. package/dist/types/commands/CreateHsmConfigurationCommand.d.ts +0 -41
  1426. package/dist/types/commands/CreateScheduledActionCommand.d.ts +0 -37
  1427. package/dist/types/commands/CreateSnapshotCopyGrantCommand.d.ts +0 -42
  1428. package/dist/types/commands/CreateSnapshotScheduleCommand.d.ts +0 -35
  1429. package/dist/types/commands/CreateTagsCommand.d.ts +0 -39
  1430. package/dist/types/commands/CreateUsageLimitCommand.d.ts +0 -36
  1431. package/dist/types/commands/DeauthorizeDataShareCommand.d.ts +0 -35
  1432. package/dist/types/commands/DeleteAuthenticationProfileCommand.d.ts +0 -35
  1433. package/dist/types/commands/DeleteClusterCommand.d.ts +0 -50
  1434. package/dist/types/commands/DeleteClusterParameterGroupCommand.d.ts +0 -39
  1435. package/dist/types/commands/DeleteClusterSecurityGroupCommand.d.ts +0 -43
  1436. package/dist/types/commands/DeleteClusterSnapshotCommand.d.ts +0 -41
  1437. package/dist/types/commands/DeleteClusterSubnetGroupCommand.d.ts +0 -35
  1438. package/dist/types/commands/DeleteEndpointAccessCommand.d.ts +0 -35
  1439. package/dist/types/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1440. package/dist/types/commands/DeleteHsmClientCertificateCommand.d.ts +0 -35
  1441. package/dist/types/commands/DeleteHsmConfigurationCommand.d.ts +0 -35
  1442. package/dist/types/commands/DeletePartnerCommand.d.ts +0 -35
  1443. package/dist/types/commands/DeleteScheduledActionCommand.d.ts +0 -36
  1444. package/dist/types/commands/DeleteSnapshotCopyGrantCommand.d.ts +0 -35
  1445. package/dist/types/commands/DeleteSnapshotScheduleCommand.d.ts +0 -35
  1446. package/dist/types/commands/DeleteTagsCommand.d.ts +0 -36
  1447. package/dist/types/commands/DeleteUsageLimitCommand.d.ts +0 -35
  1448. package/dist/types/commands/DescribeAccountAttributesCommand.d.ts +0 -35
  1449. package/dist/types/commands/DescribeAuthenticationProfilesCommand.d.ts +0 -35
  1450. package/dist/types/commands/DescribeClusterDbRevisionsCommand.d.ts +0 -35
  1451. package/dist/types/commands/DescribeClusterParameterGroupsCommand.d.ts +0 -51
  1452. package/dist/types/commands/DescribeClusterParametersCommand.d.ts +0 -46
  1453. package/dist/types/commands/DescribeClusterSecurityGroupsCommand.d.ts +0 -49
  1454. package/dist/types/commands/DescribeClusterSnapshotsCommand.d.ts +0 -47
  1455. package/dist/types/commands/DescribeClusterSubnetGroupsCommand.d.ts +0 -45
  1456. package/dist/types/commands/DescribeClusterTracksCommand.d.ts +0 -35
  1457. package/dist/types/commands/DescribeClusterVersionsCommand.d.ts +0 -40
  1458. package/dist/types/commands/DescribeClustersCommand.d.ts +0 -47
  1459. package/dist/types/commands/DescribeDataSharesCommand.d.ts +0 -36
  1460. package/dist/types/commands/DescribeDataSharesForConsumerCommand.d.ts +0 -35
  1461. package/dist/types/commands/DescribeDataSharesForProducerCommand.d.ts +0 -35
  1462. package/dist/types/commands/DescribeDefaultClusterParametersCommand.d.ts +0 -40
  1463. package/dist/types/commands/DescribeEndpointAccessCommand.d.ts +0 -35
  1464. package/dist/types/commands/DescribeEndpointAuthorizationCommand.d.ts +0 -35
  1465. package/dist/types/commands/DescribeEventCategoriesCommand.d.ts +0 -37
  1466. package/dist/types/commands/DescribeEventSubscriptionsCommand.d.ts +0 -45
  1467. package/dist/types/commands/DescribeEventsCommand.d.ts +0 -38
  1468. package/dist/types/commands/DescribeHsmClientCertificatesCommand.d.ts +0 -44
  1469. package/dist/types/commands/DescribeHsmConfigurationsCommand.d.ts +0 -45
  1470. package/dist/types/commands/DescribeLoggingStatusCommand.d.ts +0 -37
  1471. package/dist/types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +0 -36
  1472. package/dist/types/commands/DescribeOrderableClusterOptionsCommand.d.ts +0 -43
  1473. package/dist/types/commands/DescribePartnersCommand.d.ts +0 -35
  1474. package/dist/types/commands/DescribeReservedNodeOfferingsCommand.d.ts +0 -44
  1475. package/dist/types/commands/DescribeReservedNodesCommand.d.ts +0 -35
  1476. package/dist/types/commands/DescribeResizeCommand.d.ts +0 -41
  1477. package/dist/types/commands/DescribeScheduledActionsCommand.d.ts +0 -36
  1478. package/dist/types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +0 -41
  1479. package/dist/types/commands/DescribeSnapshotSchedulesCommand.d.ts +0 -35
  1480. package/dist/types/commands/DescribeStorageCommand.d.ts +0 -35
  1481. package/dist/types/commands/DescribeTableRestoreStatusCommand.d.ts +0 -40
  1482. package/dist/types/commands/DescribeTagsCommand.d.ts +0 -59
  1483. package/dist/types/commands/DescribeUsageLimitsCommand.d.ts +0 -54
  1484. package/dist/types/commands/DisableLoggingCommand.d.ts +0 -36
  1485. package/dist/types/commands/DisableSnapshotCopyCommand.d.ts +0 -39
  1486. package/dist/types/commands/DisassociateDataShareConsumerCommand.d.ts +0 -37
  1487. package/dist/types/commands/EnableLoggingCommand.d.ts +0 -36
  1488. package/dist/types/commands/EnableSnapshotCopyCommand.d.ts +0 -36
  1489. package/dist/types/commands/GetClusterCredentialsCommand.d.ts +0 -56
  1490. package/dist/types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +0 -36
  1491. package/dist/types/commands/ModifyAquaConfigurationCommand.d.ts +0 -35
  1492. package/dist/types/commands/ModifyAuthenticationProfileCommand.d.ts +0 -35
  1493. package/dist/types/commands/ModifyClusterCommand.d.ts +0 -43
  1494. package/dist/types/commands/ModifyClusterDbRevisionCommand.d.ts +0 -36
  1495. package/dist/types/commands/ModifyClusterIamRolesCommand.d.ts +0 -37
  1496. package/dist/types/commands/ModifyClusterMaintenanceCommand.d.ts +0 -35
  1497. package/dist/types/commands/ModifyClusterParameterGroupCommand.d.ts +0 -40
  1498. package/dist/types/commands/ModifyClusterSnapshotCommand.d.ts +0 -36
  1499. package/dist/types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +0 -35
  1500. package/dist/types/commands/ModifyClusterSubnetGroupCommand.d.ts +0 -36
  1501. package/dist/types/commands/ModifyEndpointAccessCommand.d.ts +0 -36
  1502. package/dist/types/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
  1503. package/dist/types/commands/ModifyScheduledActionCommand.d.ts +0 -37
  1504. package/dist/types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +0 -41
  1505. package/dist/types/commands/ModifySnapshotScheduleCommand.d.ts +0 -37
  1506. package/dist/types/commands/ModifyUsageLimitCommand.d.ts +0 -37
  1507. package/dist/types/commands/PauseClusterCommand.d.ts +0 -36
  1508. package/dist/types/commands/PurchaseReservedNodeOfferingCommand.d.ts +0 -43
  1509. package/dist/types/commands/RebootClusterCommand.d.ts +0 -42
  1510. package/dist/types/commands/RejectDataShareCommand.d.ts +0 -36
  1511. package/dist/types/commands/ResetClusterParameterGroupCommand.d.ts +0 -39
  1512. package/dist/types/commands/ResizeClusterCommand.d.ts +0 -78
  1513. package/dist/types/commands/RestoreFromClusterSnapshotCommand.d.ts +0 -46
  1514. package/dist/types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +0 -46
  1515. package/dist/types/commands/ResumeClusterCommand.d.ts +0 -36
  1516. package/dist/types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +0 -39
  1517. package/dist/types/commands/RevokeEndpointAccessCommand.d.ts +0 -36
  1518. package/dist/types/commands/RevokeSnapshotAccessCommand.d.ts +0 -41
  1519. package/dist/types/commands/RotateEncryptionKeyCommand.d.ts +0 -35
  1520. package/dist/types/commands/UpdatePartnerStatusCommand.d.ts +0 -36
  1521. package/dist/types/models/models_1.d.ts +0 -3193
  1522. package/dist/types/pagination/DescribeClusterDbRevisionsPaginator.d.ts +0 -4
  1523. package/dist/types/pagination/DescribeClusterParameterGroupsPaginator.d.ts +0 -4
  1524. package/dist/types/pagination/DescribeClusterParametersPaginator.d.ts +0 -4
  1525. package/dist/types/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +0 -4
  1526. package/dist/types/pagination/DescribeClusterSnapshotsPaginator.d.ts +0 -4
  1527. package/dist/types/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +0 -4
  1528. package/dist/types/pagination/DescribeClusterTracksPaginator.d.ts +0 -4
  1529. package/dist/types/pagination/DescribeClusterVersionsPaginator.d.ts +0 -4
  1530. package/dist/types/pagination/DescribeClustersPaginator.d.ts +0 -4
  1531. package/dist/types/pagination/DescribeDefaultClusterParametersPaginator.d.ts +0 -4
  1532. package/dist/types/pagination/DescribeEndpointAccessPaginator.d.ts +0 -4
  1533. package/dist/types/pagination/DescribeEndpointAuthorizationPaginator.d.ts +0 -4
  1534. package/dist/types/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1535. package/dist/types/pagination/DescribeEventsPaginator.d.ts +0 -4
  1536. package/dist/types/pagination/DescribeHsmClientCertificatesPaginator.d.ts +0 -4
  1537. package/dist/types/pagination/DescribeHsmConfigurationsPaginator.d.ts +0 -4
  1538. package/dist/types/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +0 -4
  1539. package/dist/types/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +0 -4
  1540. package/dist/types/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +0 -4
  1541. package/dist/types/pagination/DescribeReservedNodesPaginator.d.ts +0 -4
  1542. package/dist/types/pagination/DescribeScheduledActionsPaginator.d.ts +0 -4
  1543. package/dist/types/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +0 -4
  1544. package/dist/types/pagination/DescribeSnapshotSchedulesPaginator.d.ts +0 -4
  1545. package/dist/types/pagination/DescribeTableRestoreStatusPaginator.d.ts +0 -4
  1546. package/dist/types/pagination/DescribeTagsPaginator.d.ts +0 -4
  1547. package/dist/types/pagination/DescribeUsageLimitsPaginator.d.ts +0 -4
  1548. package/dist/types/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +0 -4
  1549. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1550. package/dist/types/protocols/Aws_query.d.ts +0 -350
  1551. package/dist/types/runtimeConfig.d.ts +0 -37
  1552. package/dist/types/ts3.4/Redshift.d.ts +0 -1333
  1553. package/dist/types/ts3.4/RedshiftClient.d.ts +0 -269
  1554. package/dist/types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +0 -37
  1555. package/dist/types/ts3.4/commands/AddPartnerCommand.d.ts +0 -37
  1556. package/dist/types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +0 -37
  1557. package/dist/types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +0 -50
  1558. package/dist/types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +0 -37
  1559. package/dist/types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +0 -35
  1560. package/dist/types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +0 -40
  1561. package/dist/types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +0 -35
  1562. package/dist/types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +0 -35
  1563. package/dist/types/ts3.4/commands/CancelResizeCommand.d.ts +0 -35
  1564. package/dist/types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +0 -46
  1565. package/dist/types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +0 -35
  1566. package/dist/types/ts3.4/commands/CreateClusterCommand.d.ts +0 -41
  1567. package/dist/types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +0 -43
  1568. package/dist/types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +0 -40
  1569. package/dist/types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +0 -40
  1570. package/dist/types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +0 -41
  1571. package/dist/types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +0 -35
  1572. package/dist/types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +0 -51
  1573. package/dist/types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +0 -42
  1574. package/dist/types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +0 -41
  1575. package/dist/types/ts3.4/commands/CreateScheduledActionCommand.d.ts +0 -37
  1576. package/dist/types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +0 -42
  1577. package/dist/types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +0 -35
  1578. package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -39
  1579. package/dist/types/ts3.4/commands/CreateUsageLimitCommand.d.ts +0 -36
  1580. package/dist/types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +0 -35
  1581. package/dist/types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +0 -35
  1582. package/dist/types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -50
  1583. package/dist/types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +0 -39
  1584. package/dist/types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +0 -43
  1585. package/dist/types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +0 -41
  1586. package/dist/types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +0 -35
  1587. package/dist/types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +0 -35
  1588. package/dist/types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1589. package/dist/types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +0 -35
  1590. package/dist/types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +0 -35
  1591. package/dist/types/ts3.4/commands/DeletePartnerCommand.d.ts +0 -35
  1592. package/dist/types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +0 -36
  1593. package/dist/types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +0 -35
  1594. package/dist/types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +0 -35
  1595. package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -36
  1596. package/dist/types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +0 -35
  1597. package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -35
  1598. package/dist/types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +0 -35
  1599. package/dist/types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +0 -35
  1600. package/dist/types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +0 -51
  1601. package/dist/types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +0 -46
  1602. package/dist/types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +0 -49
  1603. package/dist/types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +0 -47
  1604. package/dist/types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +0 -45
  1605. package/dist/types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +0 -35
  1606. package/dist/types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +0 -40
  1607. package/dist/types/ts3.4/commands/DescribeClustersCommand.d.ts +0 -47
  1608. package/dist/types/ts3.4/commands/DescribeDataSharesCommand.d.ts +0 -36
  1609. package/dist/types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +0 -35
  1610. package/dist/types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +0 -35
  1611. package/dist/types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +0 -40
  1612. package/dist/types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +0 -35
  1613. package/dist/types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +0 -35
  1614. package/dist/types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +0 -37
  1615. package/dist/types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +0 -45
  1616. package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -38
  1617. package/dist/types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +0 -44
  1618. package/dist/types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +0 -45
  1619. package/dist/types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +0 -37
  1620. package/dist/types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +0 -36
  1621. package/dist/types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +0 -43
  1622. package/dist/types/ts3.4/commands/DescribePartnersCommand.d.ts +0 -35
  1623. package/dist/types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +0 -44
  1624. package/dist/types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +0 -35
  1625. package/dist/types/ts3.4/commands/DescribeResizeCommand.d.ts +0 -41
  1626. package/dist/types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +0 -36
  1627. package/dist/types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +0 -41
  1628. package/dist/types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +0 -35
  1629. package/dist/types/ts3.4/commands/DescribeStorageCommand.d.ts +0 -35
  1630. package/dist/types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +0 -40
  1631. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -59
  1632. package/dist/types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +0 -54
  1633. package/dist/types/ts3.4/commands/DisableLoggingCommand.d.ts +0 -36
  1634. package/dist/types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +0 -39
  1635. package/dist/types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +0 -37
  1636. package/dist/types/ts3.4/commands/EnableLoggingCommand.d.ts +0 -36
  1637. package/dist/types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +0 -36
  1638. package/dist/types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +0 -56
  1639. package/dist/types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +0 -36
  1640. package/dist/types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +0 -35
  1641. package/dist/types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +0 -35
  1642. package/dist/types/ts3.4/commands/ModifyClusterCommand.d.ts +0 -43
  1643. package/dist/types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +0 -36
  1644. package/dist/types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +0 -37
  1645. package/dist/types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +0 -35
  1646. package/dist/types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +0 -40
  1647. package/dist/types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +0 -36
  1648. package/dist/types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +0 -35
  1649. package/dist/types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +0 -36
  1650. package/dist/types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +0 -36
  1651. package/dist/types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
  1652. package/dist/types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +0 -37
  1653. package/dist/types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +0 -41
  1654. package/dist/types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +0 -37
  1655. package/dist/types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +0 -37
  1656. package/dist/types/ts3.4/commands/PauseClusterCommand.d.ts +0 -36
  1657. package/dist/types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +0 -43
  1658. package/dist/types/ts3.4/commands/RebootClusterCommand.d.ts +0 -42
  1659. package/dist/types/ts3.4/commands/RejectDataShareCommand.d.ts +0 -36
  1660. package/dist/types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +0 -39
  1661. package/dist/types/ts3.4/commands/ResizeClusterCommand.d.ts +0 -78
  1662. package/dist/types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +0 -46
  1663. package/dist/types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +0 -46
  1664. package/dist/types/ts3.4/commands/ResumeClusterCommand.d.ts +0 -36
  1665. package/dist/types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +0 -39
  1666. package/dist/types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +0 -36
  1667. package/dist/types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +0 -41
  1668. package/dist/types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +0 -35
  1669. package/dist/types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +0 -36
  1670. package/dist/types/ts3.4/models/models_0.d.ts +0 -7523
  1671. package/dist/types/ts3.4/models/models_1.d.ts +0 -3193
  1672. package/dist/types/ts3.4/pagination/DescribeClusterDbRevisionsPaginator.d.ts +0 -4
  1673. package/dist/types/ts3.4/pagination/DescribeClusterParameterGroupsPaginator.d.ts +0 -4
  1674. package/dist/types/ts3.4/pagination/DescribeClusterParametersPaginator.d.ts +0 -4
  1675. package/dist/types/ts3.4/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +0 -4
  1676. package/dist/types/ts3.4/pagination/DescribeClusterSnapshotsPaginator.d.ts +0 -4
  1677. package/dist/types/ts3.4/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +0 -4
  1678. package/dist/types/ts3.4/pagination/DescribeClusterTracksPaginator.d.ts +0 -4
  1679. package/dist/types/ts3.4/pagination/DescribeClusterVersionsPaginator.d.ts +0 -4
  1680. package/dist/types/ts3.4/pagination/DescribeClustersPaginator.d.ts +0 -4
  1681. package/dist/types/ts3.4/pagination/DescribeDefaultClusterParametersPaginator.d.ts +0 -4
  1682. package/dist/types/ts3.4/pagination/DescribeEndpointAccessPaginator.d.ts +0 -4
  1683. package/dist/types/ts3.4/pagination/DescribeEndpointAuthorizationPaginator.d.ts +0 -4
  1684. package/dist/types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1685. package/dist/types/ts3.4/pagination/DescribeEventsPaginator.d.ts +0 -4
  1686. package/dist/types/ts3.4/pagination/DescribeHsmClientCertificatesPaginator.d.ts +0 -4
  1687. package/dist/types/ts3.4/pagination/DescribeHsmConfigurationsPaginator.d.ts +0 -4
  1688. package/dist/types/ts3.4/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +0 -4
  1689. package/dist/types/ts3.4/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +0 -4
  1690. package/dist/types/ts3.4/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +0 -4
  1691. package/dist/types/ts3.4/pagination/DescribeReservedNodesPaginator.d.ts +0 -4
  1692. package/dist/types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +0 -4
  1693. package/dist/types/ts3.4/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +0 -4
  1694. package/dist/types/ts3.4/pagination/DescribeSnapshotSchedulesPaginator.d.ts +0 -4
  1695. package/dist/types/ts3.4/pagination/DescribeTableRestoreStatusPaginator.d.ts +0 -4
  1696. package/dist/types/ts3.4/pagination/DescribeTagsPaginator.d.ts +0 -4
  1697. package/dist/types/ts3.4/pagination/DescribeUsageLimitsPaginator.d.ts +0 -4
  1698. package/dist/types/ts3.4/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +0 -4
  1699. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1700. package/dist/types/ts3.4/protocols/Aws_query.d.ts +0 -350
  1701. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  1702. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  1703. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1704. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  1705. package/dist/types/ts3.4/waiters/waitForClusterAvailable.d.ts +0 -14
  1706. package/dist/types/ts3.4/waiters/waitForClusterDeleted.d.ts +0 -14
  1707. package/dist/types/ts3.4/waiters/waitForClusterRestored.d.ts +0 -14
  1708. package/dist/types/ts3.4/waiters/waitForSnapshotAvailable.d.ts +0 -14
  1709. package/dist/types/waiters/waitForClusterAvailable.d.ts +0 -14
  1710. package/dist/types/waiters/waitForClusterDeleted.d.ts +0 -14
  1711. package/dist/types/waiters/waitForClusterRestored.d.ts +0 -14
  1712. package/dist/types/waiters/waitForSnapshotAvailable.d.ts +0 -14
  1713. package/endpoints.ts +0 -91
  1714. package/jest.config.js +0 -4
  1715. package/models/models_0.ts +0 -9167
  1716. package/models/models_1.ts +0 -3876
  1717. package/pagination/DescribeClusterDbRevisionsPaginator.ts +0 -58
  1718. package/pagination/DescribeClusterParameterGroupsPaginator.ts +0 -58
  1719. package/pagination/DescribeClusterParametersPaginator.ts +0 -58
  1720. package/pagination/DescribeClusterSecurityGroupsPaginator.ts +0 -58
  1721. package/pagination/DescribeClusterSnapshotsPaginator.ts +0 -58
  1722. package/pagination/DescribeClusterSubnetGroupsPaginator.ts +0 -58
  1723. package/pagination/DescribeClusterTracksPaginator.ts +0 -58
  1724. package/pagination/DescribeClusterVersionsPaginator.ts +0 -58
  1725. package/pagination/DescribeClustersPaginator.ts +0 -58
  1726. package/pagination/DescribeDefaultClusterParametersPaginator.ts +0 -58
  1727. package/pagination/DescribeEndpointAccessPaginator.ts +0 -58
  1728. package/pagination/DescribeEndpointAuthorizationPaginator.ts +0 -58
  1729. package/pagination/DescribeEventSubscriptionsPaginator.ts +0 -58
  1730. package/pagination/DescribeEventsPaginator.ts +0 -58
  1731. package/pagination/DescribeHsmClientCertificatesPaginator.ts +0 -58
  1732. package/pagination/DescribeHsmConfigurationsPaginator.ts +0 -58
  1733. package/pagination/DescribeNodeConfigurationOptionsPaginator.ts +0 -58
  1734. package/pagination/DescribeOrderableClusterOptionsPaginator.ts +0 -58
  1735. package/pagination/DescribeReservedNodeOfferingsPaginator.ts +0 -58
  1736. package/pagination/DescribeReservedNodesPaginator.ts +0 -58
  1737. package/pagination/DescribeScheduledActionsPaginator.ts +0 -58
  1738. package/pagination/DescribeSnapshotCopyGrantsPaginator.ts +0 -58
  1739. package/pagination/DescribeSnapshotSchedulesPaginator.ts +0 -58
  1740. package/pagination/DescribeTableRestoreStatusPaginator.ts +0 -58
  1741. package/pagination/DescribeTagsPaginator.ts +0 -58
  1742. package/pagination/DescribeUsageLimitsPaginator.ts +0 -58
  1743. package/pagination/GetReservedNodeExchangeOfferingsPaginator.ts +0 -58
  1744. package/pagination/Interfaces.ts +0 -7
  1745. package/protocols/Aws_query.ts +0 -22357
  1746. package/runtimeConfig.browser.ts +0 -40
  1747. package/runtimeConfig.native.ts +0 -16
  1748. package/runtimeConfig.shared.ts +0 -16
  1749. package/runtimeConfig.ts +0 -45
  1750. package/tsconfig.es.json +0 -10
  1751. package/tsconfig.json +0 -31
  1752. package/tsconfig.types.json +0 -8
  1753. package/waiters/waitForClusterAvailable.ts +0 -71
  1754. package/waiters/waitForClusterDeleted.ts +0 -69
  1755. package/waiters/waitForClusterRestored.ts +0 -68
  1756. package/waiters/waitForSnapshotAvailable.ts +0 -88
@@ -1,1333 +0,0 @@
1
- import { RedshiftClient } from "./RedshiftClient";
2
- import { AcceptReservedNodeExchangeCommandInput, AcceptReservedNodeExchangeCommandOutput } from "./commands/AcceptReservedNodeExchangeCommand";
3
- import { AddPartnerCommandInput, AddPartnerCommandOutput } from "./commands/AddPartnerCommand";
4
- import { AssociateDataShareConsumerCommandInput, AssociateDataShareConsumerCommandOutput } from "./commands/AssociateDataShareConsumerCommand";
5
- import { AuthorizeClusterSecurityGroupIngressCommandInput, AuthorizeClusterSecurityGroupIngressCommandOutput } from "./commands/AuthorizeClusterSecurityGroupIngressCommand";
6
- import { AuthorizeDataShareCommandInput, AuthorizeDataShareCommandOutput } from "./commands/AuthorizeDataShareCommand";
7
- import { AuthorizeEndpointAccessCommandInput, AuthorizeEndpointAccessCommandOutput } from "./commands/AuthorizeEndpointAccessCommand";
8
- import { AuthorizeSnapshotAccessCommandInput, AuthorizeSnapshotAccessCommandOutput } from "./commands/AuthorizeSnapshotAccessCommand";
9
- import { BatchDeleteClusterSnapshotsCommandInput, BatchDeleteClusterSnapshotsCommandOutput } from "./commands/BatchDeleteClusterSnapshotsCommand";
10
- import { BatchModifyClusterSnapshotsCommandInput, BatchModifyClusterSnapshotsCommandOutput } from "./commands/BatchModifyClusterSnapshotsCommand";
11
- import { CancelResizeCommandInput, CancelResizeCommandOutput } from "./commands/CancelResizeCommand";
12
- import { CopyClusterSnapshotCommandInput, CopyClusterSnapshotCommandOutput } from "./commands/CopyClusterSnapshotCommand";
13
- import { CreateAuthenticationProfileCommandInput, CreateAuthenticationProfileCommandOutput } from "./commands/CreateAuthenticationProfileCommand";
14
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
15
- import { CreateClusterParameterGroupCommandInput, CreateClusterParameterGroupCommandOutput } from "./commands/CreateClusterParameterGroupCommand";
16
- import { CreateClusterSecurityGroupCommandInput, CreateClusterSecurityGroupCommandOutput } from "./commands/CreateClusterSecurityGroupCommand";
17
- import { CreateClusterSnapshotCommandInput, CreateClusterSnapshotCommandOutput } from "./commands/CreateClusterSnapshotCommand";
18
- import { CreateClusterSubnetGroupCommandInput, CreateClusterSubnetGroupCommandOutput } from "./commands/CreateClusterSubnetGroupCommand";
19
- import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
20
- import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
21
- import { CreateHsmClientCertificateCommandInput, CreateHsmClientCertificateCommandOutput } from "./commands/CreateHsmClientCertificateCommand";
22
- import { CreateHsmConfigurationCommandInput, CreateHsmConfigurationCommandOutput } from "./commands/CreateHsmConfigurationCommand";
23
- import { CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput } from "./commands/CreateScheduledActionCommand";
24
- import { CreateSnapshotCopyGrantCommandInput, CreateSnapshotCopyGrantCommandOutput } from "./commands/CreateSnapshotCopyGrantCommand";
25
- import { CreateSnapshotScheduleCommandInput, CreateSnapshotScheduleCommandOutput } from "./commands/CreateSnapshotScheduleCommand";
26
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
27
- import { CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput } from "./commands/CreateUsageLimitCommand";
28
- import { DeauthorizeDataShareCommandInput, DeauthorizeDataShareCommandOutput } from "./commands/DeauthorizeDataShareCommand";
29
- import { DeleteAuthenticationProfileCommandInput, DeleteAuthenticationProfileCommandOutput } from "./commands/DeleteAuthenticationProfileCommand";
30
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
31
- import { DeleteClusterParameterGroupCommandInput, DeleteClusterParameterGroupCommandOutput } from "./commands/DeleteClusterParameterGroupCommand";
32
- import { DeleteClusterSecurityGroupCommandInput, DeleteClusterSecurityGroupCommandOutput } from "./commands/DeleteClusterSecurityGroupCommand";
33
- import { DeleteClusterSnapshotCommandInput, DeleteClusterSnapshotCommandOutput } from "./commands/DeleteClusterSnapshotCommand";
34
- import { DeleteClusterSubnetGroupCommandInput, DeleteClusterSubnetGroupCommandOutput } from "./commands/DeleteClusterSubnetGroupCommand";
35
- import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "./commands/DeleteEndpointAccessCommand";
36
- import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
37
- import { DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificateCommandOutput } from "./commands/DeleteHsmClientCertificateCommand";
38
- import { DeleteHsmConfigurationCommandInput, DeleteHsmConfigurationCommandOutput } from "./commands/DeleteHsmConfigurationCommand";
39
- import { DeletePartnerCommandInput, DeletePartnerCommandOutput } from "./commands/DeletePartnerCommand";
40
- import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
41
- import { DeleteSnapshotCopyGrantCommandInput, DeleteSnapshotCopyGrantCommandOutput } from "./commands/DeleteSnapshotCopyGrantCommand";
42
- import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
43
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
44
- import { DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput } from "./commands/DeleteUsageLimitCommand";
45
- import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
46
- import { DescribeAuthenticationProfilesCommandInput, DescribeAuthenticationProfilesCommandOutput } from "./commands/DescribeAuthenticationProfilesCommand";
47
- import { DescribeClusterDbRevisionsCommandInput, DescribeClusterDbRevisionsCommandOutput } from "./commands/DescribeClusterDbRevisionsCommand";
48
- import { DescribeClusterParameterGroupsCommandInput, DescribeClusterParameterGroupsCommandOutput } from "./commands/DescribeClusterParameterGroupsCommand";
49
- import { DescribeClusterParametersCommandInput, DescribeClusterParametersCommandOutput } from "./commands/DescribeClusterParametersCommand";
50
- import { DescribeClusterSecurityGroupsCommandInput, DescribeClusterSecurityGroupsCommandOutput } from "./commands/DescribeClusterSecurityGroupsCommand";
51
- import { DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOutput } from "./commands/DescribeClusterSnapshotsCommand";
52
- import { DescribeClusterSubnetGroupsCommandInput, DescribeClusterSubnetGroupsCommandOutput } from "./commands/DescribeClusterSubnetGroupsCommand";
53
- import { DescribeClusterTracksCommandInput, DescribeClusterTracksCommandOutput } from "./commands/DescribeClusterTracksCommand";
54
- import { DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput } from "./commands/DescribeClusterVersionsCommand";
55
- import { DescribeClustersCommandInput, DescribeClustersCommandOutput } from "./commands/DescribeClustersCommand";
56
- import { DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput } from "./commands/DescribeDataSharesCommand";
57
- import { DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput } from "./commands/DescribeDataSharesForConsumerCommand";
58
- import { DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput } from "./commands/DescribeDataSharesForProducerCommand";
59
- import { DescribeDefaultClusterParametersCommandInput, DescribeDefaultClusterParametersCommandOutput } from "./commands/DescribeDefaultClusterParametersCommand";
60
- import { DescribeEndpointAccessCommandInput, DescribeEndpointAccessCommandOutput } from "./commands/DescribeEndpointAccessCommand";
61
- import { DescribeEndpointAuthorizationCommandInput, DescribeEndpointAuthorizationCommandOutput } from "./commands/DescribeEndpointAuthorizationCommand";
62
- import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
63
- import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
64
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
65
- import { DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput } from "./commands/DescribeHsmClientCertificatesCommand";
66
- import { DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput } from "./commands/DescribeHsmConfigurationsCommand";
67
- import { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput } from "./commands/DescribeLoggingStatusCommand";
68
- import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "./commands/DescribeNodeConfigurationOptionsCommand";
69
- import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "./commands/DescribeOrderableClusterOptionsCommand";
70
- import { DescribePartnersCommandInput, DescribePartnersCommandOutput } from "./commands/DescribePartnersCommand";
71
- import { DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput } from "./commands/DescribeReservedNodeOfferingsCommand";
72
- import { DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput } from "./commands/DescribeReservedNodesCommand";
73
- import { DescribeResizeCommandInput, DescribeResizeCommandOutput } from "./commands/DescribeResizeCommand";
74
- import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "./commands/DescribeScheduledActionsCommand";
75
- import { DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput } from "./commands/DescribeSnapshotCopyGrantsCommand";
76
- import { DescribeSnapshotSchedulesCommandInput, DescribeSnapshotSchedulesCommandOutput } from "./commands/DescribeSnapshotSchedulesCommand";
77
- import { DescribeStorageCommandInput, DescribeStorageCommandOutput } from "./commands/DescribeStorageCommand";
78
- import { DescribeTableRestoreStatusCommandInput, DescribeTableRestoreStatusCommandOutput } from "./commands/DescribeTableRestoreStatusCommand";
79
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
80
- import { DescribeUsageLimitsCommandInput, DescribeUsageLimitsCommandOutput } from "./commands/DescribeUsageLimitsCommand";
81
- import { DisableLoggingCommandInput, DisableLoggingCommandOutput } from "./commands/DisableLoggingCommand";
82
- import { DisableSnapshotCopyCommandInput, DisableSnapshotCopyCommandOutput } from "./commands/DisableSnapshotCopyCommand";
83
- import { DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsumerCommandOutput } from "./commands/DisassociateDataShareConsumerCommand";
84
- import { EnableLoggingCommandInput, EnableLoggingCommandOutput } from "./commands/EnableLoggingCommand";
85
- import { EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput } from "./commands/EnableSnapshotCopyCommand";
86
- import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput } from "./commands/GetClusterCredentialsCommand";
87
- import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "./commands/GetReservedNodeExchangeOfferingsCommand";
88
- import { ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput } from "./commands/ModifyAquaConfigurationCommand";
89
- import { ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput } from "./commands/ModifyAuthenticationProfileCommand";
90
- import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
91
- import { ModifyClusterDbRevisionCommandInput, ModifyClusterDbRevisionCommandOutput } from "./commands/ModifyClusterDbRevisionCommand";
92
- import { ModifyClusterIamRolesCommandInput, ModifyClusterIamRolesCommandOutput } from "./commands/ModifyClusterIamRolesCommand";
93
- import { ModifyClusterMaintenanceCommandInput, ModifyClusterMaintenanceCommandOutput } from "./commands/ModifyClusterMaintenanceCommand";
94
- import { ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCommandOutput } from "./commands/ModifyClusterParameterGroupCommand";
95
- import { ModifyClusterSnapshotCommandInput, ModifyClusterSnapshotCommandOutput } from "./commands/ModifyClusterSnapshotCommand";
96
- import { ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput } from "./commands/ModifyClusterSnapshotScheduleCommand";
97
- import { ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOutput } from "./commands/ModifyClusterSubnetGroupCommand";
98
- import { ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutput } from "./commands/ModifyEndpointAccessCommand";
99
- import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
100
- import { ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput } from "./commands/ModifyScheduledActionCommand";
101
- import { ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput } from "./commands/ModifySnapshotCopyRetentionPeriodCommand";
102
- import { ModifySnapshotScheduleCommandInput, ModifySnapshotScheduleCommandOutput } from "./commands/ModifySnapshotScheduleCommand";
103
- import { ModifyUsageLimitCommandInput, ModifyUsageLimitCommandOutput } from "./commands/ModifyUsageLimitCommand";
104
- import { PauseClusterCommandInput, PauseClusterCommandOutput } from "./commands/PauseClusterCommand";
105
- import { PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput } from "./commands/PurchaseReservedNodeOfferingCommand";
106
- import { RebootClusterCommandInput, RebootClusterCommandOutput } from "./commands/RebootClusterCommand";
107
- import { RejectDataShareCommandInput, RejectDataShareCommandOutput } from "./commands/RejectDataShareCommand";
108
- import { ResetClusterParameterGroupCommandInput, ResetClusterParameterGroupCommandOutput } from "./commands/ResetClusterParameterGroupCommand";
109
- import { ResizeClusterCommandInput, ResizeClusterCommandOutput } from "./commands/ResizeClusterCommand";
110
- import { RestoreFromClusterSnapshotCommandInput, RestoreFromClusterSnapshotCommandOutput } from "./commands/RestoreFromClusterSnapshotCommand";
111
- import { RestoreTableFromClusterSnapshotCommandInput, RestoreTableFromClusterSnapshotCommandOutput } from "./commands/RestoreTableFromClusterSnapshotCommand";
112
- import { ResumeClusterCommandInput, ResumeClusterCommandOutput } from "./commands/ResumeClusterCommand";
113
- import { RevokeClusterSecurityGroupIngressCommandInput, RevokeClusterSecurityGroupIngressCommandOutput } from "./commands/RevokeClusterSecurityGroupIngressCommand";
114
- import { RevokeEndpointAccessCommandInput, RevokeEndpointAccessCommandOutput } from "./commands/RevokeEndpointAccessCommand";
115
- import { RevokeSnapshotAccessCommandInput, RevokeSnapshotAccessCommandOutput } from "./commands/RevokeSnapshotAccessCommand";
116
- import { RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput } from "./commands/RotateEncryptionKeyCommand";
117
- import { UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput } from "./commands/UpdatePartnerStatusCommand";
118
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
119
- /**
120
- * <fullname>Amazon Redshift</fullname>
121
- * <p>
122
- * <b>Overview</b>
123
- * </p>
124
- * <p>This is an interface reference for Amazon Redshift. It contains documentation for one of
125
- * the programming or command line interfaces you can use to manage Amazon Redshift clusters.
126
- * Note that Amazon Redshift is asynchronous, which means that some interfaces may require
127
- * techniques, such as polling or asynchronous callback handlers, to determine when a
128
- * command has been applied. In this reference, the parameter descriptions indicate whether
129
- * a change is applied immediately, on the next instance reboot, or during the next
130
- * maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to
131
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/using-aws-sdk.html">Using the
132
- * Amazon Redshift Management Interfaces</a>.</p>
133
- * <p>Amazon Redshift manages all the work of setting up, operating, and scaling a data
134
- * warehouse: provisioning capacity, monitoring and backing up the cluster, and applying
135
- * patches and upgrades to the Amazon Redshift engine. You can focus on using your data to
136
- * acquire new insights for your business and customers.</p>
137
- * <p>If you are a first-time user of Amazon Redshift, we recommend that you begin by reading
138
- * the <a href="https://docs.aws.amazon.com/redshift/latest/gsg/getting-started.html">Amazon Redshift Getting Started Guide</a>.</p>
139
- *
140
- * <p>If you are a database developer, the <a href="https://docs.aws.amazon.com/redshift/latest/dg/welcome.html">Amazon Redshift Database Developer Guide</a> explains how to design,
141
- * build, query, and maintain the databases that make up your data warehouse. </p>
142
- */
143
- export declare class Redshift extends RedshiftClient {
144
- /**
145
- * <p>Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the
146
- * configuration (term, payment type, or number of nodes) and no additional costs.
147
- * </p>
148
- */
149
- acceptReservedNodeExchange(args: AcceptReservedNodeExchangeCommandInput, options?: __HttpHandlerOptions): Promise<AcceptReservedNodeExchangeCommandOutput>;
150
- acceptReservedNodeExchange(args: AcceptReservedNodeExchangeCommandInput, cb: (err: any, data?: AcceptReservedNodeExchangeCommandOutput) => void): void;
151
- acceptReservedNodeExchange(args: AcceptReservedNodeExchangeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptReservedNodeExchangeCommandOutput) => void): void;
152
- /**
153
- * <p>Adds a partner integration to a cluster.
154
- * This operation authorizes a partner to push status updates for the specified database.
155
- * To complete the integration, you also set up the integration on the partner website.</p>
156
- */
157
- addPartner(args: AddPartnerCommandInput, options?: __HttpHandlerOptions): Promise<AddPartnerCommandOutput>;
158
- addPartner(args: AddPartnerCommandInput, cb: (err: any, data?: AddPartnerCommandOutput) => void): void;
159
- addPartner(args: AddPartnerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddPartnerCommandOutput) => void): void;
160
- /**
161
- * <p>From a datashare consumer account, associates a datashare with the
162
- * account (AssociateEntireAccount) or the specified namespace (ConsumerArn). If you make this association, the consumer
163
- * can consume the datashare.</p>
164
- */
165
- associateDataShareConsumer(args: AssociateDataShareConsumerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateDataShareConsumerCommandOutput>;
166
- associateDataShareConsumer(args: AssociateDataShareConsumerCommandInput, cb: (err: any, data?: AssociateDataShareConsumerCommandOutput) => void): void;
167
- associateDataShareConsumer(args: AssociateDataShareConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateDataShareConsumerCommandOutput) => void): void;
168
- /**
169
- * <p>Adds an inbound (ingress) rule to an Amazon Redshift security group. Depending on whether
170
- * the application accessing your cluster is running on the Internet or an Amazon EC2
171
- * instance, you can authorize inbound access to either a Classless Interdomain Routing
172
- * (CIDR)/Internet Protocol (IP) range or to an Amazon EC2 security group. You can add as
173
- * many as 20 ingress rules to an Amazon Redshift security group.</p>
174
- * <p>If you authorize access to an Amazon EC2 security group, specify
175
- * <i>EC2SecurityGroupName</i> and
176
- * <i>EC2SecurityGroupOwnerId</i>. The Amazon EC2 security group and
177
- * Amazon Redshift cluster must be in the same Amazon Web Services Region. </p>
178
- * <p>If you authorize access to a CIDR/IP address range, specify
179
- * <i>CIDRIP</i>. For an overview of CIDR blocks, see the Wikipedia
180
- * article on <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Classless Inter-Domain Routing</a>. </p>
181
- * <p>You must also associate the security group with a cluster so that clients running
182
- * on these IP addresses or the EC2 instance are authorized to connect to the cluster. For
183
- * information about managing security groups, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Working with Security
184
- * Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
185
- */
186
- authorizeClusterSecurityGroupIngress(args: AuthorizeClusterSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeClusterSecurityGroupIngressCommandOutput>;
187
- authorizeClusterSecurityGroupIngress(args: AuthorizeClusterSecurityGroupIngressCommandInput, cb: (err: any, data?: AuthorizeClusterSecurityGroupIngressCommandOutput) => void): void;
188
- authorizeClusterSecurityGroupIngress(args: AuthorizeClusterSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeClusterSecurityGroupIngressCommandOutput) => void): void;
189
- /**
190
- * <p>From a data producer account, authorizes the sharing of a datashare with one or more
191
- * consumer accounts. To authorize a datashare for a data consumer, the producer account
192
- * must have the correct access privileges.</p>
193
- */
194
- authorizeDataShare(args: AuthorizeDataShareCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeDataShareCommandOutput>;
195
- authorizeDataShare(args: AuthorizeDataShareCommandInput, cb: (err: any, data?: AuthorizeDataShareCommandOutput) => void): void;
196
- authorizeDataShare(args: AuthorizeDataShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeDataShareCommandOutput) => void): void;
197
- /**
198
- * <p>Grants access to a cluster.</p>
199
- */
200
- authorizeEndpointAccess(args: AuthorizeEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeEndpointAccessCommandOutput>;
201
- authorizeEndpointAccess(args: AuthorizeEndpointAccessCommandInput, cb: (err: any, data?: AuthorizeEndpointAccessCommandOutput) => void): void;
202
- authorizeEndpointAccess(args: AuthorizeEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeEndpointAccessCommandOutput) => void): void;
203
- /**
204
- * <p>Authorizes the specified Amazon Web Services account to restore the specified
205
- * snapshot.</p>
206
- * <p>
207
- * For more information about working with snapshots, go to
208
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
209
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
210
- */
211
- authorizeSnapshotAccess(args: AuthorizeSnapshotAccessCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeSnapshotAccessCommandOutput>;
212
- authorizeSnapshotAccess(args: AuthorizeSnapshotAccessCommandInput, cb: (err: any, data?: AuthorizeSnapshotAccessCommandOutput) => void): void;
213
- authorizeSnapshotAccess(args: AuthorizeSnapshotAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeSnapshotAccessCommandOutput) => void): void;
214
- /**
215
- * <p>Deletes a set of cluster snapshots.</p>
216
- */
217
- batchDeleteClusterSnapshots(args: BatchDeleteClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteClusterSnapshotsCommandOutput>;
218
- batchDeleteClusterSnapshots(args: BatchDeleteClusterSnapshotsCommandInput, cb: (err: any, data?: BatchDeleteClusterSnapshotsCommandOutput) => void): void;
219
- batchDeleteClusterSnapshots(args: BatchDeleteClusterSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteClusterSnapshotsCommandOutput) => void): void;
220
- /**
221
- * <p>Modifies the settings for a set of cluster snapshots.</p>
222
- */
223
- batchModifyClusterSnapshots(args: BatchModifyClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<BatchModifyClusterSnapshotsCommandOutput>;
224
- batchModifyClusterSnapshots(args: BatchModifyClusterSnapshotsCommandInput, cb: (err: any, data?: BatchModifyClusterSnapshotsCommandOutput) => void): void;
225
- batchModifyClusterSnapshots(args: BatchModifyClusterSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchModifyClusterSnapshotsCommandOutput) => void): void;
226
- /**
227
- * <p>Cancels a resize operation for a cluster.</p>
228
- */
229
- cancelResize(args: CancelResizeCommandInput, options?: __HttpHandlerOptions): Promise<CancelResizeCommandOutput>;
230
- cancelResize(args: CancelResizeCommandInput, cb: (err: any, data?: CancelResizeCommandOutput) => void): void;
231
- cancelResize(args: CancelResizeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelResizeCommandOutput) => void): void;
232
- /**
233
- * <p>Copies the specified automated cluster snapshot to a new manual cluster snapshot.
234
- * The source must be an automated snapshot and it must be in the available
235
- * state.</p>
236
- * <p>When you delete a cluster, Amazon Redshift deletes any automated snapshots of the
237
- * cluster. Also, when the retention period of the snapshot expires, Amazon Redshift
238
- * automatically deletes it. If you want to keep an automated snapshot for a longer period,
239
- * you can make a manual copy of the snapshot. Manual snapshots are retained until you
240
- * delete them.</p>
241
- * <p>
242
- * For more information about working with snapshots, go to
243
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
244
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
245
- */
246
- copyClusterSnapshot(args: CopyClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyClusterSnapshotCommandOutput>;
247
- copyClusterSnapshot(args: CopyClusterSnapshotCommandInput, cb: (err: any, data?: CopyClusterSnapshotCommandOutput) => void): void;
248
- copyClusterSnapshot(args: CopyClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyClusterSnapshotCommandOutput) => void): void;
249
- /**
250
- * <p>Creates an authentication profile with the specified parameters.</p>
251
- */
252
- createAuthenticationProfile(args: CreateAuthenticationProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateAuthenticationProfileCommandOutput>;
253
- createAuthenticationProfile(args: CreateAuthenticationProfileCommandInput, cb: (err: any, data?: CreateAuthenticationProfileCommandOutput) => void): void;
254
- createAuthenticationProfile(args: CreateAuthenticationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAuthenticationProfileCommandOutput) => void): void;
255
- /**
256
- * <p>Creates a new cluster with the specified parameters.</p>
257
- * <p>To create a cluster in Virtual Private Cloud (VPC), you must provide a cluster
258
- * subnet group name. The cluster subnet group identifies the subnets of your VPC that
259
- * Amazon Redshift uses when creating the cluster.
260
- * For more information about managing clusters, go to
261
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
262
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
263
- */
264
- createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
265
- createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
266
- createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
267
- /**
268
- * <p>Creates an Amazon Redshift parameter group.</p>
269
- * <p>Creating parameter groups is independent of creating clusters. You can associate a
270
- * cluster with a parameter group when you create the cluster. You can also associate an
271
- * existing cluster with a parameter group after the cluster is created by using <a>ModifyCluster</a>. </p>
272
- * <p>Parameters in the parameter group define specific behavior that applies to the
273
- * databases you create on the cluster.
274
- * For more information about parameters and parameter groups, go to
275
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
276
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
277
- */
278
- createClusterParameterGroup(args: CreateClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterParameterGroupCommandOutput>;
279
- createClusterParameterGroup(args: CreateClusterParameterGroupCommandInput, cb: (err: any, data?: CreateClusterParameterGroupCommandOutput) => void): void;
280
- createClusterParameterGroup(args: CreateClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterParameterGroupCommandOutput) => void): void;
281
- /**
282
- * <p>Creates a new Amazon Redshift security group. You use security groups to control access
283
- * to non-VPC clusters.</p>
284
- * <p>
285
- * For information about managing security groups, go to
286
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
287
- * <i>Amazon Redshift Cluster Management Guide</i>.</p>
288
- */
289
- createClusterSecurityGroup(args: CreateClusterSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterSecurityGroupCommandOutput>;
290
- createClusterSecurityGroup(args: CreateClusterSecurityGroupCommandInput, cb: (err: any, data?: CreateClusterSecurityGroupCommandOutput) => void): void;
291
- createClusterSecurityGroup(args: CreateClusterSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterSecurityGroupCommandOutput) => void): void;
292
- /**
293
- * <p>Creates a manual snapshot of the specified cluster. The cluster must be in the
294
- * <code>available</code> state. </p>
295
- * <p>
296
- * For more information about working with snapshots, go to
297
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
298
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
299
- */
300
- createClusterSnapshot(args: CreateClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterSnapshotCommandOutput>;
301
- createClusterSnapshot(args: CreateClusterSnapshotCommandInput, cb: (err: any, data?: CreateClusterSnapshotCommandOutput) => void): void;
302
- createClusterSnapshot(args: CreateClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterSnapshotCommandOutput) => void): void;
303
- /**
304
- * <p>Creates a new Amazon Redshift subnet group. You must provide a list of one or more
305
- * subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating
306
- * Amazon Redshift subnet group.</p>
307
- * <p>
308
- * For information about subnet groups, go to
309
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-cluster-subnet-groups.html">Amazon Redshift Cluster Subnet Groups</a> in the
310
- * <i>Amazon Redshift Cluster Management Guide</i>.</p>
311
- */
312
- createClusterSubnetGroup(args: CreateClusterSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterSubnetGroupCommandOutput>;
313
- createClusterSubnetGroup(args: CreateClusterSubnetGroupCommandInput, cb: (err: any, data?: CreateClusterSubnetGroupCommandOutput) => void): void;
314
- createClusterSubnetGroup(args: CreateClusterSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterSubnetGroupCommandOutput) => void): void;
315
- /**
316
- * <p>Creates a Redshift-managed VPC endpoint.</p>
317
- */
318
- createEndpointAccess(args: CreateEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<CreateEndpointAccessCommandOutput>;
319
- createEndpointAccess(args: CreateEndpointAccessCommandInput, cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void): void;
320
- createEndpointAccess(args: CreateEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void): void;
321
- /**
322
- * <p>Creates an Amazon Redshift event notification subscription. This action requires an ARN
323
- * (Amazon Resource Name) of an Amazon SNS topic created by either the Amazon Redshift console,
324
- * the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you
325
- * must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in
326
- * the SNS console.</p>
327
- * <p>You can specify the source type, and lists of Amazon Redshift source IDs, event
328
- * categories, and event severities. Notifications will be sent for all events you want
329
- * that match those criteria. For example, you can specify source type = cluster, source ID
330
- * = my-cluster-1 and mycluster2, event categories = Availability, Backup, and severity =
331
- * ERROR. The subscription will only send notifications for those ERROR events in the
332
- * Availability and Backup categories for the specified clusters.</p>
333
- * <p>If you specify both the source type and source IDs, such as source type = cluster
334
- * and source identifier = my-cluster-1, notifications will be sent for all the cluster
335
- * events for my-cluster-1. If you specify a source type but do not specify a source
336
- * identifier, you will receive notice of the events for the objects of that type in your
337
- * Amazon Web Services account. If you do not specify either the SourceType nor the SourceIdentifier, you
338
- * will be notified of events generated from all Amazon Redshift sources belonging to your Amazon Web Services account. You must specify a source type if you specify a source ID.</p>
339
- */
340
- createEventSubscription(args: CreateEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventSubscriptionCommandOutput>;
341
- createEventSubscription(args: CreateEventSubscriptionCommandInput, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
342
- createEventSubscription(args: CreateEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
343
- /**
344
- * <p>Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to
345
- * the client's HSM in order to store and retrieve the keys used to encrypt the cluster
346
- * databases.</p>
347
- * <p>The command returns a public key, which you must store in the HSM. In addition to
348
- * creating the HSM certificate, you must create an Amazon Redshift HSM configuration that
349
- * provides a cluster the information needed to store and use encryption keys in the HSM.
350
- * For more information, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html#working-with-HSM">Hardware Security Modules</a>
351
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
352
- */
353
- createHsmClientCertificate(args: CreateHsmClientCertificateCommandInput, options?: __HttpHandlerOptions): Promise<CreateHsmClientCertificateCommandOutput>;
354
- createHsmClientCertificate(args: CreateHsmClientCertificateCommandInput, cb: (err: any, data?: CreateHsmClientCertificateCommandOutput) => void): void;
355
- createHsmClientCertificate(args: CreateHsmClientCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHsmClientCertificateCommandOutput) => void): void;
356
- /**
357
- * <p>Creates an HSM configuration that contains the information required by an Amazon Redshift
358
- * cluster to store and use database encryption keys in a Hardware Security Module (HSM).
359
- * After creating the HSM configuration, you can specify it as a parameter when creating a
360
- * cluster. The cluster will then store its encryption keys in the HSM.</p>
361
- * <p>In addition to creating an HSM configuration, you must also create an HSM client
362
- * certificate. For more information, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html">Hardware Security Modules</a>
363
- * in the Amazon Redshift Cluster Management Guide.</p>
364
- */
365
- createHsmConfiguration(args: CreateHsmConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateHsmConfigurationCommandOutput>;
366
- createHsmConfiguration(args: CreateHsmConfigurationCommandInput, cb: (err: any, data?: CreateHsmConfigurationCommandOutput) => void): void;
367
- createHsmConfiguration(args: CreateHsmConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHsmConfigurationCommandOutput) => void): void;
368
- /**
369
- * <p>Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action.
370
- * For example, you can create a schedule of when to run the <code>ResizeCluster</code> API operation.
371
- * </p>
372
- */
373
- createScheduledAction(args: CreateScheduledActionCommandInput, options?: __HttpHandlerOptions): Promise<CreateScheduledActionCommandOutput>;
374
- createScheduledAction(args: CreateScheduledActionCommandInput, cb: (err: any, data?: CreateScheduledActionCommandOutput) => void): void;
375
- createScheduledAction(args: CreateScheduledActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateScheduledActionCommandOutput) => void): void;
376
- /**
377
- * <p>Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key
378
- * (CMK) from Key Management Service (KMS) to encrypt copied snapshots in a
379
- * destination region.</p>
380
- * <p>
381
- * For more information about managing snapshot copy grants, go to
382
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html">Amazon Redshift Database Encryption</a>
383
- * in the <i>Amazon Redshift Cluster Management Guide</i>.
384
- * </p>
385
- */
386
- createSnapshotCopyGrant(args: CreateSnapshotCopyGrantCommandInput, options?: __HttpHandlerOptions): Promise<CreateSnapshotCopyGrantCommandOutput>;
387
- createSnapshotCopyGrant(args: CreateSnapshotCopyGrantCommandInput, cb: (err: any, data?: CreateSnapshotCopyGrantCommandOutput) => void): void;
388
- createSnapshotCopyGrant(args: CreateSnapshotCopyGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotCopyGrantCommandOutput) => void): void;
389
- /**
390
- * <p>Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup schedule. </p>
391
- */
392
- createSnapshotSchedule(args: CreateSnapshotScheduleCommandInput, options?: __HttpHandlerOptions): Promise<CreateSnapshotScheduleCommandOutput>;
393
- createSnapshotSchedule(args: CreateSnapshotScheduleCommandInput, cb: (err: any, data?: CreateSnapshotScheduleCommandOutput) => void): void;
394
- createSnapshotSchedule(args: CreateSnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotScheduleCommandOutput) => void): void;
395
- /**
396
- * <p>Adds tags to a cluster.</p>
397
- * <p>A resource can have up to 50 tags. If you try to create more than 50 tags for a
398
- * resource, you will receive an error and the attempt will fail.</p>
399
- * <p>If you specify a key that already exists for the resource, the value for that key
400
- * will be updated with the new value.</p>
401
- */
402
- createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
403
- createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
404
- createTags(args: CreateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
405
- /**
406
- * <p>Creates a usage limit for a specified Amazon Redshift feature on a cluster.
407
- * The usage limit is identified by the returned usage limit identifier.</p>
408
- */
409
- createUsageLimit(args: CreateUsageLimitCommandInput, options?: __HttpHandlerOptions): Promise<CreateUsageLimitCommandOutput>;
410
- createUsageLimit(args: CreateUsageLimitCommandInput, cb: (err: any, data?: CreateUsageLimitCommandOutput) => void): void;
411
- createUsageLimit(args: CreateUsageLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUsageLimitCommandOutput) => void): void;
412
- /**
413
- * <p>From the producer account, removes authorization from the specified datashare. </p>
414
- */
415
- deauthorizeDataShare(args: DeauthorizeDataShareCommandInput, options?: __HttpHandlerOptions): Promise<DeauthorizeDataShareCommandOutput>;
416
- deauthorizeDataShare(args: DeauthorizeDataShareCommandInput, cb: (err: any, data?: DeauthorizeDataShareCommandOutput) => void): void;
417
- deauthorizeDataShare(args: DeauthorizeDataShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeauthorizeDataShareCommandOutput) => void): void;
418
- /**
419
- * <p>Deletes an authentication profile.</p>
420
- */
421
- deleteAuthenticationProfile(args: DeleteAuthenticationProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAuthenticationProfileCommandOutput>;
422
- deleteAuthenticationProfile(args: DeleteAuthenticationProfileCommandInput, cb: (err: any, data?: DeleteAuthenticationProfileCommandOutput) => void): void;
423
- deleteAuthenticationProfile(args: DeleteAuthenticationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAuthenticationProfileCommandOutput) => void): void;
424
- /**
425
- * <p>Deletes a previously provisioned cluster without its final snapshot being created. A successful response from the web
426
- * service indicates that the request was received correctly. Use <a>DescribeClusters</a> to monitor the status of the deletion. The delete
427
- * operation cannot be canceled or reverted once submitted.
428
- * For more information about managing clusters, go to
429
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
430
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
431
- * <p>If you want to shut down the cluster and retain it for future use, set
432
- * <i>SkipFinalClusterSnapshot</i> to <code>false</code> and specify a
433
- * name for <i>FinalClusterSnapshotIdentifier</i>. You can later restore this
434
- * snapshot to resume using the cluster. If a final cluster snapshot is requested, the
435
- * status of the cluster will be "final-snapshot" while the snapshot is being taken, then
436
- * it's "deleting" once Amazon Redshift begins deleting the cluster. </p>
437
- * <p>
438
- * For more information about managing clusters, go to
439
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
440
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
441
- */
442
- deleteCluster(args: DeleteClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterCommandOutput>;
443
- deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
444
- deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
445
- /**
446
- * <p>Deletes a specified Amazon Redshift parameter group.</p>
447
- * <note>
448
- * <p>You cannot delete a parameter group if it is associated with a
449
- * cluster.</p>
450
- * </note>
451
- */
452
- deleteClusterParameterGroup(args: DeleteClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterParameterGroupCommandOutput>;
453
- deleteClusterParameterGroup(args: DeleteClusterParameterGroupCommandInput, cb: (err: any, data?: DeleteClusterParameterGroupCommandOutput) => void): void;
454
- deleteClusterParameterGroup(args: DeleteClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterParameterGroupCommandOutput) => void): void;
455
- /**
456
- * <p>Deletes an Amazon Redshift security group.</p>
457
- * <note>
458
- * <p>You cannot delete a security group that is associated with any clusters. You
459
- * cannot delete the default security group.</p>
460
- * </note>
461
- * <p>
462
- * For information about managing security groups, go to
463
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
464
- * <i>Amazon Redshift Cluster Management Guide</i>.</p>
465
- */
466
- deleteClusterSecurityGroup(args: DeleteClusterSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterSecurityGroupCommandOutput>;
467
- deleteClusterSecurityGroup(args: DeleteClusterSecurityGroupCommandInput, cb: (err: any, data?: DeleteClusterSecurityGroupCommandOutput) => void): void;
468
- deleteClusterSecurityGroup(args: DeleteClusterSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterSecurityGroupCommandOutput) => void): void;
469
- /**
470
- * <p>Deletes the specified manual snapshot. The snapshot must be in the
471
- * <code>available</code> state, with no other users authorized to access the snapshot. </p>
472
- * <p>Unlike automated snapshots, manual snapshots are retained even after you delete
473
- * your cluster. Amazon Redshift does not delete your manual snapshots. You must delete manual
474
- * snapshot explicitly to avoid getting charged. If other accounts are authorized to access
475
- * the snapshot, you must revoke all of the authorizations before you can delete the
476
- * snapshot.</p>
477
- */
478
- deleteClusterSnapshot(args: DeleteClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterSnapshotCommandOutput>;
479
- deleteClusterSnapshot(args: DeleteClusterSnapshotCommandInput, cb: (err: any, data?: DeleteClusterSnapshotCommandOutput) => void): void;
480
- deleteClusterSnapshot(args: DeleteClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterSnapshotCommandOutput) => void): void;
481
- /**
482
- * <p>Deletes the specified cluster subnet group.</p>
483
- */
484
- deleteClusterSubnetGroup(args: DeleteClusterSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterSubnetGroupCommandOutput>;
485
- deleteClusterSubnetGroup(args: DeleteClusterSubnetGroupCommandInput, cb: (err: any, data?: DeleteClusterSubnetGroupCommandOutput) => void): void;
486
- deleteClusterSubnetGroup(args: DeleteClusterSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterSubnetGroupCommandOutput) => void): void;
487
- /**
488
- * <p>Deletes a Redshift-managed VPC endpoint.</p>
489
- */
490
- deleteEndpointAccess(args: DeleteEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointAccessCommandOutput>;
491
- deleteEndpointAccess(args: DeleteEndpointAccessCommandInput, cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void): void;
492
- deleteEndpointAccess(args: DeleteEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void): void;
493
- /**
494
- * <p>Deletes an Amazon Redshift event notification subscription.</p>
495
- */
496
- deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventSubscriptionCommandOutput>;
497
- deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
498
- deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
499
- /**
500
- * <p>Deletes the specified HSM client certificate.</p>
501
- */
502
- deleteHsmClientCertificate(args: DeleteHsmClientCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHsmClientCertificateCommandOutput>;
503
- deleteHsmClientCertificate(args: DeleteHsmClientCertificateCommandInput, cb: (err: any, data?: DeleteHsmClientCertificateCommandOutput) => void): void;
504
- deleteHsmClientCertificate(args: DeleteHsmClientCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHsmClientCertificateCommandOutput) => void): void;
505
- /**
506
- * <p>Deletes the specified Amazon Redshift HSM configuration.</p>
507
- */
508
- deleteHsmConfiguration(args: DeleteHsmConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHsmConfigurationCommandOutput>;
509
- deleteHsmConfiguration(args: DeleteHsmConfigurationCommandInput, cb: (err: any, data?: DeleteHsmConfigurationCommandOutput) => void): void;
510
- deleteHsmConfiguration(args: DeleteHsmConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHsmConfigurationCommandOutput) => void): void;
511
- /**
512
- * <p>Deletes a partner integration from a cluster. Data can still flow to the cluster until the integration is deleted at the partner's website.</p>
513
- */
514
- deletePartner(args: DeletePartnerCommandInput, options?: __HttpHandlerOptions): Promise<DeletePartnerCommandOutput>;
515
- deletePartner(args: DeletePartnerCommandInput, cb: (err: any, data?: DeletePartnerCommandOutput) => void): void;
516
- deletePartner(args: DeletePartnerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartnerCommandOutput) => void): void;
517
- /**
518
- * <p>Deletes a scheduled action.
519
- * </p>
520
- */
521
- deleteScheduledAction(args: DeleteScheduledActionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteScheduledActionCommandOutput>;
522
- deleteScheduledAction(args: DeleteScheduledActionCommandInput, cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void): void;
523
- deleteScheduledAction(args: DeleteScheduledActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void): void;
524
- /**
525
- * <p>Deletes the specified snapshot copy grant.</p>
526
- */
527
- deleteSnapshotCopyGrant(args: DeleteSnapshotCopyGrantCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSnapshotCopyGrantCommandOutput>;
528
- deleteSnapshotCopyGrant(args: DeleteSnapshotCopyGrantCommandInput, cb: (err: any, data?: DeleteSnapshotCopyGrantCommandOutput) => void): void;
529
- deleteSnapshotCopyGrant(args: DeleteSnapshotCopyGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotCopyGrantCommandOutput) => void): void;
530
- /**
531
- * <p>Deletes a snapshot schedule.</p>
532
- */
533
- deleteSnapshotSchedule(args: DeleteSnapshotScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSnapshotScheduleCommandOutput>;
534
- deleteSnapshotSchedule(args: DeleteSnapshotScheduleCommandInput, cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void): void;
535
- deleteSnapshotSchedule(args: DeleteSnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void): void;
536
- /**
537
- * <p>Deletes tags from a resource. You must provide the ARN of the resource
538
- * from which you want to delete the tag or tags.</p>
539
- */
540
- deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
541
- deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
542
- deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
543
- /**
544
- * <p>Deletes a usage limit from a cluster.</p>
545
- */
546
- deleteUsageLimit(args: DeleteUsageLimitCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUsageLimitCommandOutput>;
547
- deleteUsageLimit(args: DeleteUsageLimitCommandInput, cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void): void;
548
- deleteUsageLimit(args: DeleteUsageLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void): void;
549
- /**
550
- * <p>Returns a list of attributes attached to an account</p>
551
- */
552
- describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAttributesCommandOutput>;
553
- describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
554
- describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
555
- /**
556
- * <p>Describes an authentication profile.</p>
557
- */
558
- describeAuthenticationProfiles(args: DescribeAuthenticationProfilesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAuthenticationProfilesCommandOutput>;
559
- describeAuthenticationProfiles(args: DescribeAuthenticationProfilesCommandInput, cb: (err: any, data?: DescribeAuthenticationProfilesCommandOutput) => void): void;
560
- describeAuthenticationProfiles(args: DescribeAuthenticationProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuthenticationProfilesCommandOutput) => void): void;
561
- /**
562
- * <p>Returns an array of <code>ClusterDbRevision</code> objects.</p>
563
- */
564
- describeClusterDbRevisions(args: DescribeClusterDbRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterDbRevisionsCommandOutput>;
565
- describeClusterDbRevisions(args: DescribeClusterDbRevisionsCommandInput, cb: (err: any, data?: DescribeClusterDbRevisionsCommandOutput) => void): void;
566
- describeClusterDbRevisions(args: DescribeClusterDbRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterDbRevisionsCommandOutput) => void): void;
567
- /**
568
- * <p>Returns a list of Amazon Redshift parameter groups, including parameter groups you
569
- * created and the default parameter group. For each parameter group, the response includes
570
- * the parameter group name, description, and parameter group family name. You can
571
- * optionally specify a name to retrieve the description of a specific parameter
572
- * group.</p>
573
- * <p>
574
- * For more information about parameters and parameter groups, go to
575
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
576
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
577
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
578
- * all parameter groups that match any combination of the specified keys and values. For
579
- * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
580
- * <code>admin</code> and <code>test</code> for tag values, all parameter groups that
581
- * have any combination of those values are returned.</p>
582
- * <p>If both tag keys and values are omitted from the request, parameter groups are
583
- * returned regardless of whether they have tag keys or values associated with
584
- * them.</p>
585
- */
586
- describeClusterParameterGroups(args: DescribeClusterParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterParameterGroupsCommandOutput>;
587
- describeClusterParameterGroups(args: DescribeClusterParameterGroupsCommandInput, cb: (err: any, data?: DescribeClusterParameterGroupsCommandOutput) => void): void;
588
- describeClusterParameterGroups(args: DescribeClusterParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterParameterGroupsCommandOutput) => void): void;
589
- /**
590
- * <p>Returns a detailed list of parameters contained within the specified Amazon Redshift
591
- * parameter group. For each parameter the response includes information such as parameter
592
- * name, description, data type, value, whether the parameter value is modifiable, and so
593
- * on.</p>
594
- * <p>You can specify <i>source</i> filter to retrieve parameters of only
595
- * specific type. For example, to retrieve parameters that were modified by a user action
596
- * such as from <a>ModifyClusterParameterGroup</a>, you can specify
597
- * <i>source</i> equal to <i>user</i>.</p>
598
- * <p>
599
- * For more information about parameters and parameter groups, go to
600
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
601
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
602
- */
603
- describeClusterParameters(args: DescribeClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterParametersCommandOutput>;
604
- describeClusterParameters(args: DescribeClusterParametersCommandInput, cb: (err: any, data?: DescribeClusterParametersCommandOutput) => void): void;
605
- describeClusterParameters(args: DescribeClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterParametersCommandOutput) => void): void;
606
- /**
607
- * <p>Returns properties of provisioned clusters including general cluster properties,
608
- * cluster database properties, maintenance and backup properties, and security and access
609
- * properties. This operation supports pagination.
610
- * For more information about managing clusters, go to
611
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
612
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
613
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
614
- * all clusters that match any combination of the specified keys and values. For example,
615
- * if you have <code>owner</code> and <code>environment</code> for tag keys, and
616
- * <code>admin</code> and <code>test</code> for tag values, all clusters that have any
617
- * combination of those values are returned.</p>
618
- * <p>If both tag keys and values are omitted from the request, clusters are returned
619
- * regardless of whether they have tag keys or values associated with them.</p>
620
- */
621
- describeClusters(args: DescribeClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClustersCommandOutput>;
622
- describeClusters(args: DescribeClustersCommandInput, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
623
- describeClusters(args: DescribeClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
624
- /**
625
- * <p>Returns information about Amazon Redshift security groups. If the name of a security
626
- * group is specified, the response will contain only information about only that security
627
- * group.</p>
628
- * <p>
629
- * For information about managing security groups, go to
630
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
631
- * <i>Amazon Redshift Cluster Management Guide</i>.</p>
632
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
633
- * all security groups that match any combination of the specified keys and values. For
634
- * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
635
- * <code>admin</code> and <code>test</code> for tag values, all security groups that
636
- * have any combination of those values are returned.</p>
637
- * <p>If both tag keys and values are omitted from the request, security groups are
638
- * returned regardless of whether they have tag keys or values associated with
639
- * them.</p>
640
- */
641
- describeClusterSecurityGroups(args: DescribeClusterSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterSecurityGroupsCommandOutput>;
642
- describeClusterSecurityGroups(args: DescribeClusterSecurityGroupsCommandInput, cb: (err: any, data?: DescribeClusterSecurityGroupsCommandOutput) => void): void;
643
- describeClusterSecurityGroups(args: DescribeClusterSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterSecurityGroupsCommandOutput) => void): void;
644
- /**
645
- * <p>Returns one or more snapshot objects, which contain metadata about your cluster
646
- * snapshots. By default, this operation returns information about all snapshots of all
647
- * clusters that are owned by your Amazon Web Services account. No information is returned for
648
- * snapshots owned by inactive Amazon Web Services accounts.</p>
649
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
650
- * all snapshots that match any combination of the specified keys and values. For example,
651
- * if you have <code>owner</code> and <code>environment</code> for tag keys, and
652
- * <code>admin</code> and <code>test</code> for tag values, all snapshots that have any
653
- * combination of those values are returned. Only snapshots that you own are returned in
654
- * the response; shared snapshots are not returned with the tag key and tag value request
655
- * parameters.</p>
656
- * <p>If both tag keys and values are omitted from the request, snapshots are returned
657
- * regardless of whether they have tag keys or values associated with them.</p>
658
- */
659
- describeClusterSnapshots(args: DescribeClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterSnapshotsCommandOutput>;
660
- describeClusterSnapshots(args: DescribeClusterSnapshotsCommandInput, cb: (err: any, data?: DescribeClusterSnapshotsCommandOutput) => void): void;
661
- describeClusterSnapshots(args: DescribeClusterSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterSnapshotsCommandOutput) => void): void;
662
- /**
663
- * <p>Returns one or more cluster subnet group objects, which contain metadata about your
664
- * cluster subnet groups. By default, this operation returns information about all cluster
665
- * subnet groups that are defined in your Amazon Web Services account.</p>
666
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
667
- * all subnet groups that match any combination of the specified keys and values. For
668
- * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
669
- * <code>admin</code> and <code>test</code> for tag values, all subnet groups that have
670
- * any combination of those values are returned.</p>
671
- * <p>If both tag keys and values are omitted from the request, subnet groups are
672
- * returned regardless of whether they have tag keys or values associated with
673
- * them.</p>
674
- */
675
- describeClusterSubnetGroups(args: DescribeClusterSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterSubnetGroupsCommandOutput>;
676
- describeClusterSubnetGroups(args: DescribeClusterSubnetGroupsCommandInput, cb: (err: any, data?: DescribeClusterSubnetGroupsCommandOutput) => void): void;
677
- describeClusterSubnetGroups(args: DescribeClusterSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterSubnetGroupsCommandOutput) => void): void;
678
- /**
679
- * <p>Returns a list of all the available maintenance tracks.</p>
680
- */
681
- describeClusterTracks(args: DescribeClusterTracksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterTracksCommandOutput>;
682
- describeClusterTracks(args: DescribeClusterTracksCommandInput, cb: (err: any, data?: DescribeClusterTracksCommandOutput) => void): void;
683
- describeClusterTracks(args: DescribeClusterTracksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterTracksCommandOutput) => void): void;
684
- /**
685
- * <p>Returns descriptions of the available Amazon Redshift cluster versions. You can call this
686
- * operation even before creating any clusters to learn more about the Amazon Redshift versions.
687
- *
688
- * For more information about managing clusters, go to
689
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
690
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
691
- */
692
- describeClusterVersions(args: DescribeClusterVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterVersionsCommandOutput>;
693
- describeClusterVersions(args: DescribeClusterVersionsCommandInput, cb: (err: any, data?: DescribeClusterVersionsCommandOutput) => void): void;
694
- describeClusterVersions(args: DescribeClusterVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterVersionsCommandOutput) => void): void;
695
- /**
696
- * <p>Shows the status of any inbound or outbound datashares available in the specified
697
- * account.</p>
698
- */
699
- describeDataShares(args: DescribeDataSharesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSharesCommandOutput>;
700
- describeDataShares(args: DescribeDataSharesCommandInput, cb: (err: any, data?: DescribeDataSharesCommandOutput) => void): void;
701
- describeDataShares(args: DescribeDataSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSharesCommandOutput) => void): void;
702
- /**
703
- * <p>Returns a list of datashares where the account identifier being called is a consumer account identifier.</p>
704
- */
705
- describeDataSharesForConsumer(args: DescribeDataSharesForConsumerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSharesForConsumerCommandOutput>;
706
- describeDataSharesForConsumer(args: DescribeDataSharesForConsumerCommandInput, cb: (err: any, data?: DescribeDataSharesForConsumerCommandOutput) => void): void;
707
- describeDataSharesForConsumer(args: DescribeDataSharesForConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSharesForConsumerCommandOutput) => void): void;
708
- /**
709
- * <p>Returns a list of datashares when the account identifier being called is a producer account identifier.</p>
710
- */
711
- describeDataSharesForProducer(args: DescribeDataSharesForProducerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSharesForProducerCommandOutput>;
712
- describeDataSharesForProducer(args: DescribeDataSharesForProducerCommandInput, cb: (err: any, data?: DescribeDataSharesForProducerCommandOutput) => void): void;
713
- describeDataSharesForProducer(args: DescribeDataSharesForProducerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSharesForProducerCommandOutput) => void): void;
714
- /**
715
- * <p>Returns a list of parameter settings for the specified parameter group
716
- * family.</p>
717
- * <p>
718
- * For more information about parameters and parameter groups, go to
719
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
720
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
721
- */
722
- describeDefaultClusterParameters(args: DescribeDefaultClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultClusterParametersCommandOutput>;
723
- describeDefaultClusterParameters(args: DescribeDefaultClusterParametersCommandInput, cb: (err: any, data?: DescribeDefaultClusterParametersCommandOutput) => void): void;
724
- describeDefaultClusterParameters(args: DescribeDefaultClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultClusterParametersCommandOutput) => void): void;
725
- /**
726
- * <p>Describes a Redshift-managed VPC endpoint.</p>
727
- */
728
- describeEndpointAccess(args: DescribeEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointAccessCommandOutput>;
729
- describeEndpointAccess(args: DescribeEndpointAccessCommandInput, cb: (err: any, data?: DescribeEndpointAccessCommandOutput) => void): void;
730
- describeEndpointAccess(args: DescribeEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointAccessCommandOutput) => void): void;
731
- /**
732
- * <p>Describes an endpoint authorization.</p>
733
- */
734
- describeEndpointAuthorization(args: DescribeEndpointAuthorizationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointAuthorizationCommandOutput>;
735
- describeEndpointAuthorization(args: DescribeEndpointAuthorizationCommandInput, cb: (err: any, data?: DescribeEndpointAuthorizationCommandOutput) => void): void;
736
- describeEndpointAuthorization(args: DescribeEndpointAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointAuthorizationCommandOutput) => void): void;
737
- /**
738
- * <p>Displays a list of event categories for all event source types, or for a specified
739
- * source type. For a list of the event categories and source types, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-event-notifications.html">Amazon Redshift Event
740
- * Notifications</a>.</p>
741
- */
742
- describeEventCategories(args: DescribeEventCategoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventCategoriesCommandOutput>;
743
- describeEventCategories(args: DescribeEventCategoriesCommandInput, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
744
- describeEventCategories(args: DescribeEventCategoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
745
- /**
746
- * <p>Returns events related to clusters, security groups, snapshots, and parameter
747
- * groups for the past 14 days. Events specific to a particular cluster, security group,
748
- * snapshot or parameter group can be obtained by providing the name as a parameter. By
749
- * default, the past hour of events are returned.</p>
750
- */
751
- describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
752
- describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
753
- describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
754
- /**
755
- * <p>Lists descriptions of all the Amazon Redshift event notification subscriptions for a
756
- * customer account. If you specify a subscription name, lists the description for that
757
- * subscription.</p>
758
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
759
- * all event notification subscriptions that match any combination of the specified keys
760
- * and values. For example, if you have <code>owner</code> and <code>environment</code> for
761
- * tag keys, and <code>admin</code> and <code>test</code> for tag values, all subscriptions
762
- * that have any combination of those values are returned.</p>
763
- * <p>If both tag keys and values are omitted from the request, subscriptions are
764
- * returned regardless of whether they have tag keys or values associated with
765
- * them.</p>
766
- */
767
- describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventSubscriptionsCommandOutput>;
768
- describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
769
- describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
770
- /**
771
- * <p>Returns information about the specified HSM client certificate. If no certificate
772
- * ID is specified, returns information about all the HSM certificates owned by your Amazon Web Services account.</p>
773
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
774
- * all HSM client certificates that match any combination of the specified keys and values.
775
- * For example, if you have <code>owner</code> and <code>environment</code> for tag keys,
776
- * and <code>admin</code> and <code>test</code> for tag values, all HSM client certificates
777
- * that have any combination of those values are returned.</p>
778
- * <p>If both tag keys and values are omitted from the request, HSM client certificates
779
- * are returned regardless of whether they have tag keys or values associated with
780
- * them.</p>
781
- */
782
- describeHsmClientCertificates(args: DescribeHsmClientCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHsmClientCertificatesCommandOutput>;
783
- describeHsmClientCertificates(args: DescribeHsmClientCertificatesCommandInput, cb: (err: any, data?: DescribeHsmClientCertificatesCommandOutput) => void): void;
784
- describeHsmClientCertificates(args: DescribeHsmClientCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHsmClientCertificatesCommandOutput) => void): void;
785
- /**
786
- * <p>Returns information about the specified Amazon Redshift HSM configuration. If no
787
- * configuration ID is specified, returns information about all the HSM configurations
788
- * owned by your Amazon Web Services account.</p>
789
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
790
- * all HSM connections that match any combination of the specified keys and values. For
791
- * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
792
- * <code>admin</code> and <code>test</code> for tag values, all HSM connections that
793
- * have any combination of those values are returned.</p>
794
- * <p>If both tag keys and values are omitted from the request, HSM connections are
795
- * returned regardless of whether they have tag keys or values associated with
796
- * them.</p>
797
- */
798
- describeHsmConfigurations(args: DescribeHsmConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHsmConfigurationsCommandOutput>;
799
- describeHsmConfigurations(args: DescribeHsmConfigurationsCommandInput, cb: (err: any, data?: DescribeHsmConfigurationsCommandOutput) => void): void;
800
- describeHsmConfigurations(args: DescribeHsmConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHsmConfigurationsCommandOutput) => void): void;
801
- /**
802
- * <p>Describes whether information, such as queries and connection attempts, is being
803
- * logged for the specified Amazon Redshift cluster.</p>
804
- */
805
- describeLoggingStatus(args: DescribeLoggingStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingStatusCommandOutput>;
806
- describeLoggingStatus(args: DescribeLoggingStatusCommandInput, cb: (err: any, data?: DescribeLoggingStatusCommandOutput) => void): void;
807
- describeLoggingStatus(args: DescribeLoggingStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingStatusCommandOutput) => void): void;
808
- /**
809
- * <p>Returns properties of possible node configurations such as node type, number of nodes, and
810
- * disk usage for the specified action type.</p>
811
- */
812
- describeNodeConfigurationOptions(args: DescribeNodeConfigurationOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNodeConfigurationOptionsCommandOutput>;
813
- describeNodeConfigurationOptions(args: DescribeNodeConfigurationOptionsCommandInput, cb: (err: any, data?: DescribeNodeConfigurationOptionsCommandOutput) => void): void;
814
- describeNodeConfigurationOptions(args: DescribeNodeConfigurationOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNodeConfigurationOptionsCommandOutput) => void): void;
815
- /**
816
- * <p>Returns a list of orderable cluster options. Before you create a new cluster you
817
- * can use this operation to find what options are available, such as the EC2 Availability
818
- * Zones (AZ) in the specific Amazon Web Services Region that you can specify, and the node types you can
819
- * request. The node types differ by available storage, memory, CPU and price. With the
820
- * cost involved you might want to obtain a list of cluster options in the specific region
821
- * and specify values when creating a cluster.
822
- * For more information about managing clusters, go to
823
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
824
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
825
- */
826
- describeOrderableClusterOptions(args: DescribeOrderableClusterOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrderableClusterOptionsCommandOutput>;
827
- describeOrderableClusterOptions(args: DescribeOrderableClusterOptionsCommandInput, cb: (err: any, data?: DescribeOrderableClusterOptionsCommandOutput) => void): void;
828
- describeOrderableClusterOptions(args: DescribeOrderableClusterOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrderableClusterOptionsCommandOutput) => void): void;
829
- /**
830
- * <p>Returns information about the partner integrations defined for a cluster.</p>
831
- */
832
- describePartners(args: DescribePartnersCommandInput, options?: __HttpHandlerOptions): Promise<DescribePartnersCommandOutput>;
833
- describePartners(args: DescribePartnersCommandInput, cb: (err: any, data?: DescribePartnersCommandOutput) => void): void;
834
- describePartners(args: DescribePartnersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePartnersCommandOutput) => void): void;
835
- /**
836
- * <p>Returns a list of the available reserved node offerings by Amazon Redshift with their
837
- * descriptions including the node type, the fixed and recurring costs of reserving the
838
- * node and duration the node will be reserved for you. These descriptions help you
839
- * determine which reserve node offering you want to purchase. You then use the unique
840
- * offering ID in you call to <a>PurchaseReservedNodeOffering</a> to reserve one
841
- * or more nodes for your Amazon Redshift cluster. </p>
842
- * <p>
843
- * For more information about reserved node offerings, go to
844
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html">Purchasing Reserved Nodes</a>
845
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
846
- */
847
- describeReservedNodeOfferings(args: DescribeReservedNodeOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedNodeOfferingsCommandOutput>;
848
- describeReservedNodeOfferings(args: DescribeReservedNodeOfferingsCommandInput, cb: (err: any, data?: DescribeReservedNodeOfferingsCommandOutput) => void): void;
849
- describeReservedNodeOfferings(args: DescribeReservedNodeOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedNodeOfferingsCommandOutput) => void): void;
850
- /**
851
- * <p>Returns the descriptions of the reserved nodes.</p>
852
- */
853
- describeReservedNodes(args: DescribeReservedNodesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedNodesCommandOutput>;
854
- describeReservedNodes(args: DescribeReservedNodesCommandInput, cb: (err: any, data?: DescribeReservedNodesCommandOutput) => void): void;
855
- describeReservedNodes(args: DescribeReservedNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedNodesCommandOutput) => void): void;
856
- /**
857
- * <p>Returns information about the last resize operation for the specified cluster. If
858
- * no resize operation has ever been initiated for the specified cluster, a <code>HTTP
859
- * 404</code> error is returned. If a resize operation was initiated and completed, the
860
- * status of the resize remains as <code>SUCCEEDED</code> until the next resize. </p>
861
- * <p>A resize operation can be requested using <a>ModifyCluster</a> and
862
- * specifying a different number or type of nodes for the cluster. </p>
863
- */
864
- describeResize(args: DescribeResizeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResizeCommandOutput>;
865
- describeResize(args: DescribeResizeCommandInput, cb: (err: any, data?: DescribeResizeCommandOutput) => void): void;
866
- describeResize(args: DescribeResizeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResizeCommandOutput) => void): void;
867
- /**
868
- * <p>Describes properties of scheduled actions.
869
- * </p>
870
- */
871
- describeScheduledActions(args: DescribeScheduledActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScheduledActionsCommandOutput>;
872
- describeScheduledActions(args: DescribeScheduledActionsCommandInput, cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void): void;
873
- describeScheduledActions(args: DescribeScheduledActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void): void;
874
- /**
875
- * <p>Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination
876
- * region.</p>
877
- * <p>
878
- * For more information about managing snapshot copy grants, go to
879
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html">Amazon Redshift Database Encryption</a>
880
- * in the <i>Amazon Redshift Cluster Management Guide</i>.
881
- * </p>
882
- */
883
- describeSnapshotCopyGrants(args: DescribeSnapshotCopyGrantsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSnapshotCopyGrantsCommandOutput>;
884
- describeSnapshotCopyGrants(args: DescribeSnapshotCopyGrantsCommandInput, cb: (err: any, data?: DescribeSnapshotCopyGrantsCommandOutput) => void): void;
885
- describeSnapshotCopyGrants(args: DescribeSnapshotCopyGrantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotCopyGrantsCommandOutput) => void): void;
886
- /**
887
- * <p>Returns a list of snapshot schedules. </p>
888
- */
889
- describeSnapshotSchedules(args: DescribeSnapshotSchedulesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSnapshotSchedulesCommandOutput>;
890
- describeSnapshotSchedules(args: DescribeSnapshotSchedulesCommandInput, cb: (err: any, data?: DescribeSnapshotSchedulesCommandOutput) => void): void;
891
- describeSnapshotSchedules(args: DescribeSnapshotSchedulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotSchedulesCommandOutput) => void): void;
892
- /**
893
- * <p>Returns account level backups storage size and provisional storage.</p>
894
- */
895
- describeStorage(args: DescribeStorageCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStorageCommandOutput>;
896
- describeStorage(args: DescribeStorageCommandInput, cb: (err: any, data?: DescribeStorageCommandOutput) => void): void;
897
- describeStorage(args: DescribeStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorageCommandOutput) => void): void;
898
- /**
899
- * <p>Lists the status of one or more table restore requests made using the <a>RestoreTableFromClusterSnapshot</a> API action. If you don't specify a value
900
- * for the <code>TableRestoreRequestId</code> parameter, then
901
- * <code>DescribeTableRestoreStatus</code> returns the status of all table restore
902
- * requests ordered by the date and time of the request in ascending order. Otherwise
903
- * <code>DescribeTableRestoreStatus</code> returns the status of the table specified by
904
- * <code>TableRestoreRequestId</code>.</p>
905
- */
906
- describeTableRestoreStatus(args: DescribeTableRestoreStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTableRestoreStatusCommandOutput>;
907
- describeTableRestoreStatus(args: DescribeTableRestoreStatusCommandInput, cb: (err: any, data?: DescribeTableRestoreStatusCommandOutput) => void): void;
908
- describeTableRestoreStatus(args: DescribeTableRestoreStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTableRestoreStatusCommandOutput) => void): void;
909
- /**
910
- * <p>Returns a list of tags. You can return tags from a specific resource by specifying
911
- * an ARN, or you can return all tags for a given type of resource, such as clusters,
912
- * snapshots, and so on.</p>
913
- * <p>The following are limitations for <code>DescribeTags</code>: </p>
914
- * <ul>
915
- * <li>
916
- * <p>You cannot specify an ARN and a resource-type value together in the same
917
- * request.</p>
918
- * </li>
919
- * <li>
920
- * <p>You cannot use the <code>MaxRecords</code> and <code>Marker</code>
921
- * parameters together with the ARN parameter.</p>
922
- * </li>
923
- * <li>
924
- * <p>The <code>MaxRecords</code> parameter can be a range from 10 to 50 results
925
- * to return in a request.</p>
926
- * </li>
927
- * </ul>
928
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
929
- * all resources that match any combination of the specified keys and values. For example,
930
- * if you have <code>owner</code> and <code>environment</code> for tag keys, and
931
- * <code>admin</code> and <code>test</code> for tag values, all resources that have any
932
- * combination of those values are returned.</p>
933
- * <p>If both tag keys and values are omitted from the request, resources are returned
934
- * regardless of whether they have tag keys or values associated with them.</p>
935
- */
936
- describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
937
- describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
938
- describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
939
- /**
940
- * <p>Shows usage limits on a cluster.
941
- * Results are filtered based on the combination of input usage limit identifier, cluster identifier, and feature type parameters:</p>
942
- * <ul>
943
- * <li>
944
- * <p>If usage limit identifier, cluster identifier, and feature type are not provided,
945
- * then all usage limit objects for the current account in the current region are returned.</p>
946
- * </li>
947
- * <li>
948
- * <p>If usage limit identifier is provided,
949
- * then the corresponding usage limit object is returned.</p>
950
- * </li>
951
- * <li>
952
- * <p>If cluster identifier is provided,
953
- * then all usage limit objects for the specified cluster are returned.</p>
954
- * </li>
955
- * <li>
956
- * <p>If cluster identifier and feature type are provided,
957
- * then all usage limit objects for the combination of cluster and feature are returned.</p>
958
- * </li>
959
- * </ul>
960
- */
961
- describeUsageLimits(args: DescribeUsageLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUsageLimitsCommandOutput>;
962
- describeUsageLimits(args: DescribeUsageLimitsCommandInput, cb: (err: any, data?: DescribeUsageLimitsCommandOutput) => void): void;
963
- describeUsageLimits(args: DescribeUsageLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsageLimitsCommandOutput) => void): void;
964
- /**
965
- * <p>Stops logging information, such as queries and connection attempts, for the
966
- * specified Amazon Redshift cluster.</p>
967
- */
968
- disableLogging(args: DisableLoggingCommandInput, options?: __HttpHandlerOptions): Promise<DisableLoggingCommandOutput>;
969
- disableLogging(args: DisableLoggingCommandInput, cb: (err: any, data?: DisableLoggingCommandOutput) => void): void;
970
- disableLogging(args: DisableLoggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableLoggingCommandOutput) => void): void;
971
- /**
972
- * <p>Disables the automatic copying of snapshots from one region to another region for a
973
- * specified cluster.</p>
974
- * <p>If your cluster and its snapshots are encrypted using a customer master key (CMK)
975
- * from Key Management Service, use <a>DeleteSnapshotCopyGrant</a> to delete the grant that
976
- * grants Amazon Redshift permission to the CMK in the destination region. </p>
977
- */
978
- disableSnapshotCopy(args: DisableSnapshotCopyCommandInput, options?: __HttpHandlerOptions): Promise<DisableSnapshotCopyCommandOutput>;
979
- disableSnapshotCopy(args: DisableSnapshotCopyCommandInput, cb: (err: any, data?: DisableSnapshotCopyCommandOutput) => void): void;
980
- disableSnapshotCopy(args: DisableSnapshotCopyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableSnapshotCopyCommandOutput) => void): void;
981
- /**
982
- * <p>From a consumer account, remove association for the specified datashare.
983
- * </p>
984
- */
985
- disassociateDataShareConsumer(args: DisassociateDataShareConsumerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateDataShareConsumerCommandOutput>;
986
- disassociateDataShareConsumer(args: DisassociateDataShareConsumerCommandInput, cb: (err: any, data?: DisassociateDataShareConsumerCommandOutput) => void): void;
987
- disassociateDataShareConsumer(args: DisassociateDataShareConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateDataShareConsumerCommandOutput) => void): void;
988
- /**
989
- * <p>Starts logging information, such as queries and connection attempts, for the
990
- * specified Amazon Redshift cluster.</p>
991
- */
992
- enableLogging(args: EnableLoggingCommandInput, options?: __HttpHandlerOptions): Promise<EnableLoggingCommandOutput>;
993
- enableLogging(args: EnableLoggingCommandInput, cb: (err: any, data?: EnableLoggingCommandOutput) => void): void;
994
- enableLogging(args: EnableLoggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableLoggingCommandOutput) => void): void;
995
- /**
996
- * <p>Enables the automatic copy of snapshots from one region to another region for a
997
- * specified cluster.</p>
998
- */
999
- enableSnapshotCopy(args: EnableSnapshotCopyCommandInput, options?: __HttpHandlerOptions): Promise<EnableSnapshotCopyCommandOutput>;
1000
- enableSnapshotCopy(args: EnableSnapshotCopyCommandInput, cb: (err: any, data?: EnableSnapshotCopyCommandOutput) => void): void;
1001
- enableSnapshotCopy(args: EnableSnapshotCopyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableSnapshotCopyCommandOutput) => void): void;
1002
- /**
1003
- * <p>Returns a database user name and temporary password with temporary authorization to
1004
- * log on to an Amazon Redshift database. The action returns the database user name
1005
- * prefixed with <code>IAM:</code> if <code>AutoCreate</code> is <code>False</code> or
1006
- * <code>IAMA:</code> if <code>AutoCreate</code> is <code>True</code>. You can
1007
- * optionally specify one or more database user groups that the user will join at log on.
1008
- * By default, the temporary credentials expire in 900 seconds. You can optionally specify
1009
- * a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). For more
1010
- * information, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/generating-user-credentials.html">Using IAM Authentication
1011
- * to Generate Database User Credentials</a> in the Amazon Redshift Cluster Management Guide.</p>
1012
- * <p>The Identity and Access Management (IAM) user or role that runs
1013
- * GetClusterCredentials must have an IAM policy attached that allows access to all
1014
- * necessary actions and resources. For more information about permissions, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html#redshift-policy-resources.getclustercredentials-resources">Resource Policies for GetClusterCredentials</a> in the
1015
- * Amazon Redshift Cluster Management Guide.</p>
1016
- * <p>If the <code>DbGroups</code> parameter is specified, the IAM policy must allow the
1017
- * <code>redshift:JoinGroup</code> action with access to the listed
1018
- * <code>dbgroups</code>. </p>
1019
- * <p>In addition, if the <code>AutoCreate</code> parameter is set to <code>True</code>,
1020
- * then the policy must include the <code>redshift:CreateClusterUser</code>
1021
- * privilege.</p>
1022
- * <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access
1023
- * to the resource <code>dbname</code> for the specified database name. </p>
1024
- */
1025
- getClusterCredentials(args: GetClusterCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<GetClusterCredentialsCommandOutput>;
1026
- getClusterCredentials(args: GetClusterCredentialsCommandInput, cb: (err: any, data?: GetClusterCredentialsCommandOutput) => void): void;
1027
- getClusterCredentials(args: GetClusterCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClusterCredentialsCommandOutput) => void): void;
1028
- /**
1029
- * <p>Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term,
1030
- * and usage price of the given DC1 reserved node.</p>
1031
- */
1032
- getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<GetReservedNodeExchangeOfferingsCommandOutput>;
1033
- getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, cb: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void): void;
1034
- getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void): void;
1035
- /**
1036
- * <p>Modifies whether a cluster can use AQUA (Advanced Query Accelerator). </p>
1037
- */
1038
- modifyAquaConfiguration(args: ModifyAquaConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyAquaConfigurationCommandOutput>;
1039
- modifyAquaConfiguration(args: ModifyAquaConfigurationCommandInput, cb: (err: any, data?: ModifyAquaConfigurationCommandOutput) => void): void;
1040
- modifyAquaConfiguration(args: ModifyAquaConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyAquaConfigurationCommandOutput) => void): void;
1041
- /**
1042
- * <p>Modifies an authentication profile.</p>
1043
- */
1044
- modifyAuthenticationProfile(args: ModifyAuthenticationProfileCommandInput, options?: __HttpHandlerOptions): Promise<ModifyAuthenticationProfileCommandOutput>;
1045
- modifyAuthenticationProfile(args: ModifyAuthenticationProfileCommandInput, cb: (err: any, data?: ModifyAuthenticationProfileCommandOutput) => void): void;
1046
- modifyAuthenticationProfile(args: ModifyAuthenticationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyAuthenticationProfileCommandOutput) => void): void;
1047
- /**
1048
- * <p>Modifies the settings for a cluster.</p>
1049
- * <p>You can also change node type and the number of nodes to scale up or down the
1050
- * cluster. When resizing a cluster, you must specify both the number of nodes and the node
1051
- * type even if one of the parameters does not change.</p>
1052
- * <p>You can add another security or
1053
- * parameter group, or change the admin user password. Resetting a cluster password or modifying the security groups associated with a cluster do not need a reboot. However, modifying a parameter group requires a reboot for parameters to take effect.
1054
- * For more information about managing clusters, go to
1055
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
1056
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1057
- */
1058
- modifyCluster(args: ModifyClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClusterCommandOutput>;
1059
- modifyCluster(args: ModifyClusterCommandInput, cb: (err: any, data?: ModifyClusterCommandOutput) => void): void;
1060
- modifyCluster(args: ModifyClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClusterCommandOutput) => void): void;
1061
- /**
1062
- * <p>Modifies the database revision of a cluster. The database revision is a unique
1063
- * revision of the database running in a cluster.</p>
1064
- */
1065
- modifyClusterDbRevision(args: ModifyClusterDbRevisionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClusterDbRevisionCommandOutput>;
1066
- modifyClusterDbRevision(args: ModifyClusterDbRevisionCommandInput, cb: (err: any, data?: ModifyClusterDbRevisionCommandOutput) => void): void;
1067
- modifyClusterDbRevision(args: ModifyClusterDbRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClusterDbRevisionCommandOutput) => void): void;
1068
- /**
1069
- * <p>Modifies the list of Identity and Access Management (IAM) roles that can be
1070
- * used by the cluster to access other Amazon Web Services services.</p>
1071
- * <p>A cluster can have up to 10 IAM roles associated at any time.</p>
1072
- */
1073
- modifyClusterIamRoles(args: ModifyClusterIamRolesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClusterIamRolesCommandOutput>;
1074
- modifyClusterIamRoles(args: ModifyClusterIamRolesCommandInput, cb: (err: any, data?: ModifyClusterIamRolesCommandOutput) => void): void;
1075
- modifyClusterIamRoles(args: ModifyClusterIamRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClusterIamRolesCommandOutput) => void): void;
1076
- /**
1077
- * <p>Modifies the maintenance settings of a cluster.</p>
1078
- */
1079
- modifyClusterMaintenance(args: ModifyClusterMaintenanceCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClusterMaintenanceCommandOutput>;
1080
- modifyClusterMaintenance(args: ModifyClusterMaintenanceCommandInput, cb: (err: any, data?: ModifyClusterMaintenanceCommandOutput) => void): void;
1081
- modifyClusterMaintenance(args: ModifyClusterMaintenanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClusterMaintenanceCommandOutput) => void): void;
1082
- /**
1083
- * <p>Modifies the parameters of a parameter group. For the parameters parameter, it can't contain ASCII characters.</p>
1084
- * <p>
1085
- * For more information about parameters and parameter groups, go to
1086
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
1087
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1088
- */
1089
- modifyClusterParameterGroup(args: ModifyClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClusterParameterGroupCommandOutput>;
1090
- modifyClusterParameterGroup(args: ModifyClusterParameterGroupCommandInput, cb: (err: any, data?: ModifyClusterParameterGroupCommandOutput) => void): void;
1091
- modifyClusterParameterGroup(args: ModifyClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClusterParameterGroupCommandOutput) => void): void;
1092
- /**
1093
- * <p>Modifies the settings for a snapshot.</p>
1094
- * <p>This exanmple modifies the manual retention period setting for a cluster snapshot.</p>
1095
- */
1096
- modifyClusterSnapshot(args: ModifyClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClusterSnapshotCommandOutput>;
1097
- modifyClusterSnapshot(args: ModifyClusterSnapshotCommandInput, cb: (err: any, data?: ModifyClusterSnapshotCommandOutput) => void): void;
1098
- modifyClusterSnapshot(args: ModifyClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClusterSnapshotCommandOutput) => void): void;
1099
- /**
1100
- * <p>Modifies a snapshot schedule for a cluster.</p>
1101
- */
1102
- modifyClusterSnapshotSchedule(args: ModifyClusterSnapshotScheduleCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClusterSnapshotScheduleCommandOutput>;
1103
- modifyClusterSnapshotSchedule(args: ModifyClusterSnapshotScheduleCommandInput, cb: (err: any, data?: ModifyClusterSnapshotScheduleCommandOutput) => void): void;
1104
- modifyClusterSnapshotSchedule(args: ModifyClusterSnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClusterSnapshotScheduleCommandOutput) => void): void;
1105
- /**
1106
- * <p>Modifies a cluster subnet group to include the specified list of VPC subnets. The
1107
- * operation replaces the existing list of subnets with the new list of subnets.</p>
1108
- */
1109
- modifyClusterSubnetGroup(args: ModifyClusterSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClusterSubnetGroupCommandOutput>;
1110
- modifyClusterSubnetGroup(args: ModifyClusterSubnetGroupCommandInput, cb: (err: any, data?: ModifyClusterSubnetGroupCommandOutput) => void): void;
1111
- modifyClusterSubnetGroup(args: ModifyClusterSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClusterSubnetGroupCommandOutput) => void): void;
1112
- /**
1113
- * <p>Modifies a Redshift-managed VPC endpoint.</p>
1114
- */
1115
- modifyEndpointAccess(args: ModifyEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<ModifyEndpointAccessCommandOutput>;
1116
- modifyEndpointAccess(args: ModifyEndpointAccessCommandInput, cb: (err: any, data?: ModifyEndpointAccessCommandOutput) => void): void;
1117
- modifyEndpointAccess(args: ModifyEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyEndpointAccessCommandOutput) => void): void;
1118
- /**
1119
- * <p>Modifies an existing Amazon Redshift event notification subscription.</p>
1120
- */
1121
- modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyEventSubscriptionCommandOutput>;
1122
- modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
1123
- modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
1124
- /**
1125
- * <p>Modifies a scheduled action.
1126
- * </p>
1127
- */
1128
- modifyScheduledAction(args: ModifyScheduledActionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyScheduledActionCommandOutput>;
1129
- modifyScheduledAction(args: ModifyScheduledActionCommandInput, cb: (err: any, data?: ModifyScheduledActionCommandOutput) => void): void;
1130
- modifyScheduledAction(args: ModifyScheduledActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyScheduledActionCommandOutput) => void): void;
1131
- /**
1132
- * <p>Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after
1133
- * they are copied from the source Amazon Web Services Region. By default, this operation only changes the
1134
- * retention period of copied automated snapshots. The retention periods for both new and
1135
- * existing copied automated snapshots are updated with the new retention period. You can
1136
- * set the manual option to change only the retention periods of copied manual snapshots.
1137
- * If you set this option, only newly copied manual snapshots have the new retention
1138
- * period. </p>
1139
- */
1140
- modifySnapshotCopyRetentionPeriod(args: ModifySnapshotCopyRetentionPeriodCommandInput, options?: __HttpHandlerOptions): Promise<ModifySnapshotCopyRetentionPeriodCommandOutput>;
1141
- modifySnapshotCopyRetentionPeriod(args: ModifySnapshotCopyRetentionPeriodCommandInput, cb: (err: any, data?: ModifySnapshotCopyRetentionPeriodCommandOutput) => void): void;
1142
- modifySnapshotCopyRetentionPeriod(args: ModifySnapshotCopyRetentionPeriodCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifySnapshotCopyRetentionPeriodCommandOutput) => void): void;
1143
- /**
1144
- * <p>Modifies a snapshot schedule. Any schedule associated with a cluster is modified
1145
- * asynchronously.</p>
1146
- */
1147
- modifySnapshotSchedule(args: ModifySnapshotScheduleCommandInput, options?: __HttpHandlerOptions): Promise<ModifySnapshotScheduleCommandOutput>;
1148
- modifySnapshotSchedule(args: ModifySnapshotScheduleCommandInput, cb: (err: any, data?: ModifySnapshotScheduleCommandOutput) => void): void;
1149
- modifySnapshotSchedule(args: ModifySnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifySnapshotScheduleCommandOutput) => void): void;
1150
- /**
1151
- * <p>Modifies a usage limit in a cluster.
1152
- * You can't modify the feature type or period of a usage limit.</p>
1153
- */
1154
- modifyUsageLimit(args: ModifyUsageLimitCommandInput, options?: __HttpHandlerOptions): Promise<ModifyUsageLimitCommandOutput>;
1155
- modifyUsageLimit(args: ModifyUsageLimitCommandInput, cb: (err: any, data?: ModifyUsageLimitCommandOutput) => void): void;
1156
- modifyUsageLimit(args: ModifyUsageLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyUsageLimitCommandOutput) => void): void;
1157
- /**
1158
- * <p>Pauses a cluster.</p>
1159
- */
1160
- pauseCluster(args: PauseClusterCommandInput, options?: __HttpHandlerOptions): Promise<PauseClusterCommandOutput>;
1161
- pauseCluster(args: PauseClusterCommandInput, cb: (err: any, data?: PauseClusterCommandOutput) => void): void;
1162
- pauseCluster(args: PauseClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PauseClusterCommandOutput) => void): void;
1163
- /**
1164
- * <p>Allows you to purchase reserved nodes. Amazon Redshift offers a predefined set of
1165
- * reserved node offerings. You can purchase one or more of the offerings. You can call the
1166
- * <a>DescribeReservedNodeOfferings</a> API to obtain the available reserved
1167
- * node offerings. You can call this API by providing a specific reserved node offering and
1168
- * the number of nodes you want to reserve. </p>
1169
- * <p>
1170
- * For more information about reserved node offerings, go to
1171
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html">Purchasing Reserved Nodes</a>
1172
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1173
- */
1174
- purchaseReservedNodeOffering(args: PurchaseReservedNodeOfferingCommandInput, options?: __HttpHandlerOptions): Promise<PurchaseReservedNodeOfferingCommandOutput>;
1175
- purchaseReservedNodeOffering(args: PurchaseReservedNodeOfferingCommandInput, cb: (err: any, data?: PurchaseReservedNodeOfferingCommandOutput) => void): void;
1176
- purchaseReservedNodeOffering(args: PurchaseReservedNodeOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseReservedNodeOfferingCommandOutput) => void): void;
1177
- /**
1178
- * <p>Reboots a cluster. This action is taken as soon as possible. It results in a
1179
- * momentary outage to the cluster, during which the cluster status is set to
1180
- * <code>rebooting</code>. A cluster event is created when the reboot is completed. Any
1181
- * pending cluster modifications (see <a>ModifyCluster</a>) are applied at this
1182
- * reboot.
1183
- * For more information about managing clusters, go to
1184
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
1185
- * in the <i>Amazon Redshift Cluster Management Guide</i>. </p>
1186
- */
1187
- rebootCluster(args: RebootClusterCommandInput, options?: __HttpHandlerOptions): Promise<RebootClusterCommandOutput>;
1188
- rebootCluster(args: RebootClusterCommandInput, cb: (err: any, data?: RebootClusterCommandOutput) => void): void;
1189
- rebootCluster(args: RebootClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootClusterCommandOutput) => void): void;
1190
- /**
1191
- * <p>From the consumer account, rejects the specified datashare.</p>
1192
- */
1193
- rejectDataShare(args: RejectDataShareCommandInput, options?: __HttpHandlerOptions): Promise<RejectDataShareCommandOutput>;
1194
- rejectDataShare(args: RejectDataShareCommandInput, cb: (err: any, data?: RejectDataShareCommandOutput) => void): void;
1195
- rejectDataShare(args: RejectDataShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectDataShareCommandOutput) => void): void;
1196
- /**
1197
- * <p>Sets one or more parameters of the specified parameter group to their default
1198
- * values and sets the source values of the parameters to "engine-default". To reset the
1199
- * entire parameter group specify the <i>ResetAllParameters</i> parameter.
1200
- * For parameter changes to take effect you must reboot any associated clusters. </p>
1201
- */
1202
- resetClusterParameterGroup(args: ResetClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetClusterParameterGroupCommandOutput>;
1203
- resetClusterParameterGroup(args: ResetClusterParameterGroupCommandInput, cb: (err: any, data?: ResetClusterParameterGroupCommandOutput) => void): void;
1204
- resetClusterParameterGroup(args: ResetClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetClusterParameterGroupCommandOutput) => void): void;
1205
- /**
1206
- * <p>Changes the size of the cluster. You can change the cluster's type, or change the
1207
- * number or type of nodes. The default behavior is to use the elastic resize method. With
1208
- * an elastic resize, your cluster is available for read and write operations more quickly
1209
- * than with the classic resize method. </p>
1210
- * <p>Elastic resize operations have the following restrictions:</p>
1211
- * <ul>
1212
- * <li>
1213
- * <p>You can only resize clusters of the following types:</p>
1214
- * <ul>
1215
- * <li>
1216
- * <p>dc1.large (if your cluster is in a VPC)</p>
1217
- * </li>
1218
- * <li>
1219
- * <p>dc1.8xlarge (if your cluster is in a VPC)</p>
1220
- * </li>
1221
- * <li>
1222
- * <p>dc2.large</p>
1223
- * </li>
1224
- * <li>
1225
- * <p>dc2.8xlarge</p>
1226
- * </li>
1227
- * <li>
1228
- * <p>ds2.xlarge</p>
1229
- * </li>
1230
- * <li>
1231
- * <p>ds2.8xlarge</p>
1232
- * </li>
1233
- * <li>
1234
- * <p>ra3.xlplus</p>
1235
- * </li>
1236
- * <li>
1237
- * <p>ra3.4xlarge</p>
1238
- * </li>
1239
- * <li>
1240
- * <p>ra3.16xlarge</p>
1241
- * </li>
1242
- * </ul>
1243
- * </li>
1244
- * <li>
1245
- * <p>The type of nodes that you add must match the node type for the
1246
- * cluster.</p>
1247
- * </li>
1248
- * </ul>
1249
- */
1250
- resizeCluster(args: ResizeClusterCommandInput, options?: __HttpHandlerOptions): Promise<ResizeClusterCommandOutput>;
1251
- resizeCluster(args: ResizeClusterCommandInput, cb: (err: any, data?: ResizeClusterCommandOutput) => void): void;
1252
- resizeCluster(args: ResizeClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResizeClusterCommandOutput) => void): void;
1253
- /**
1254
- * <p>Creates a new cluster from a snapshot. By default, Amazon Redshift creates the resulting
1255
- * cluster with the same configuration as the original cluster from which the snapshot was
1256
- * created, except that the new cluster is created with the default cluster security and
1257
- * parameter groups. After Amazon Redshift creates the cluster, you can use the <a>ModifyCluster</a> API to associate a different security group and different
1258
- * parameter group with the restored cluster. If you are using a DS node type, you can also
1259
- * choose to change to another DS node type of the same size during restore.</p>
1260
- * <p>If you restore a cluster into a VPC, you must provide a cluster subnet group where
1261
- * you want the cluster restored.</p>
1262
- * <p>
1263
- * For more information about working with snapshots, go to
1264
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
1265
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1266
- */
1267
- restoreFromClusterSnapshot(args: RestoreFromClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreFromClusterSnapshotCommandOutput>;
1268
- restoreFromClusterSnapshot(args: RestoreFromClusterSnapshotCommandInput, cb: (err: any, data?: RestoreFromClusterSnapshotCommandOutput) => void): void;
1269
- restoreFromClusterSnapshot(args: RestoreFromClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreFromClusterSnapshotCommandOutput) => void): void;
1270
- /**
1271
- * <p>Creates a new table from a table in an Amazon Redshift cluster snapshot. You must
1272
- * create the new table within the Amazon Redshift cluster that the snapshot was taken
1273
- * from.</p>
1274
- * <p>You cannot use <code>RestoreTableFromClusterSnapshot</code> to restore a table with
1275
- * the same name as an existing table in an Amazon Redshift cluster. That is, you cannot
1276
- * overwrite an existing table in a cluster with a restored table. If you want to replace
1277
- * your original table with a new, restored table, then rename or drop your original table
1278
- * before you call <code>RestoreTableFromClusterSnapshot</code>. When you have renamed your
1279
- * original table, then you can pass the original name of the table as the
1280
- * <code>NewTableName</code> parameter value in the call to
1281
- * <code>RestoreTableFromClusterSnapshot</code>. This way, you can replace the original
1282
- * table with the table created from the snapshot.</p>
1283
- */
1284
- restoreTableFromClusterSnapshot(args: RestoreTableFromClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreTableFromClusterSnapshotCommandOutput>;
1285
- restoreTableFromClusterSnapshot(args: RestoreTableFromClusterSnapshotCommandInput, cb: (err: any, data?: RestoreTableFromClusterSnapshotCommandOutput) => void): void;
1286
- restoreTableFromClusterSnapshot(args: RestoreTableFromClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreTableFromClusterSnapshotCommandOutput) => void): void;
1287
- /**
1288
- * <p>Resumes a paused cluster.</p>
1289
- */
1290
- resumeCluster(args: ResumeClusterCommandInput, options?: __HttpHandlerOptions): Promise<ResumeClusterCommandOutput>;
1291
- resumeCluster(args: ResumeClusterCommandInput, cb: (err: any, data?: ResumeClusterCommandOutput) => void): void;
1292
- resumeCluster(args: ResumeClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeClusterCommandOutput) => void): void;
1293
- /**
1294
- * <p>Revokes an ingress rule in an Amazon Redshift security group for a previously authorized
1295
- * IP range or Amazon EC2 security group. To add an ingress rule, see <a>AuthorizeClusterSecurityGroupIngress</a>.
1296
- * For information about managing security groups, go to
1297
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
1298
- * <i>Amazon Redshift Cluster Management Guide</i>. </p>
1299
- */
1300
- revokeClusterSecurityGroupIngress(args: RevokeClusterSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<RevokeClusterSecurityGroupIngressCommandOutput>;
1301
- revokeClusterSecurityGroupIngress(args: RevokeClusterSecurityGroupIngressCommandInput, cb: (err: any, data?: RevokeClusterSecurityGroupIngressCommandOutput) => void): void;
1302
- revokeClusterSecurityGroupIngress(args: RevokeClusterSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeClusterSecurityGroupIngressCommandOutput) => void): void;
1303
- /**
1304
- * <p>Revokes access to a cluster.</p>
1305
- */
1306
- revokeEndpointAccess(args: RevokeEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<RevokeEndpointAccessCommandOutput>;
1307
- revokeEndpointAccess(args: RevokeEndpointAccessCommandInput, cb: (err: any, data?: RevokeEndpointAccessCommandOutput) => void): void;
1308
- revokeEndpointAccess(args: RevokeEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeEndpointAccessCommandOutput) => void): void;
1309
- /**
1310
- * <p>Removes the ability of the specified Amazon Web Services account to restore the specified
1311
- * snapshot. If the account is currently restoring the snapshot, the restore will run to
1312
- * completion.</p>
1313
- * <p>
1314
- * For more information about working with snapshots, go to
1315
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
1316
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1317
- */
1318
- revokeSnapshotAccess(args: RevokeSnapshotAccessCommandInput, options?: __HttpHandlerOptions): Promise<RevokeSnapshotAccessCommandOutput>;
1319
- revokeSnapshotAccess(args: RevokeSnapshotAccessCommandInput, cb: (err: any, data?: RevokeSnapshotAccessCommandOutput) => void): void;
1320
- revokeSnapshotAccess(args: RevokeSnapshotAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeSnapshotAccessCommandOutput) => void): void;
1321
- /**
1322
- * <p>Rotates the encryption keys for a cluster.</p>
1323
- */
1324
- rotateEncryptionKey(args: RotateEncryptionKeyCommandInput, options?: __HttpHandlerOptions): Promise<RotateEncryptionKeyCommandOutput>;
1325
- rotateEncryptionKey(args: RotateEncryptionKeyCommandInput, cb: (err: any, data?: RotateEncryptionKeyCommandOutput) => void): void;
1326
- rotateEncryptionKey(args: RotateEncryptionKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RotateEncryptionKeyCommandOutput) => void): void;
1327
- /**
1328
- * <p>Updates the status of a partner integration.</p>
1329
- */
1330
- updatePartnerStatus(args: UpdatePartnerStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePartnerStatusCommandOutput>;
1331
- updatePartnerStatus(args: UpdatePartnerStatusCommandInput, cb: (err: any, data?: UpdatePartnerStatusCommandOutput) => void): void;
1332
- updatePartnerStatus(args: UpdatePartnerStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartnerStatusCommandOutput) => void): void;
1333
- }