@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
package/Redshift.ts DELETED
@@ -1,4774 +0,0 @@
1
- import { RedshiftClient } from "./RedshiftClient";
2
- import {
3
- AcceptReservedNodeExchangeCommand,
4
- AcceptReservedNodeExchangeCommandInput,
5
- AcceptReservedNodeExchangeCommandOutput,
6
- } from "./commands/AcceptReservedNodeExchangeCommand";
7
- import { AddPartnerCommand, AddPartnerCommandInput, AddPartnerCommandOutput } from "./commands/AddPartnerCommand";
8
- import {
9
- AssociateDataShareConsumerCommand,
10
- AssociateDataShareConsumerCommandInput,
11
- AssociateDataShareConsumerCommandOutput,
12
- } from "./commands/AssociateDataShareConsumerCommand";
13
- import {
14
- AuthorizeClusterSecurityGroupIngressCommand,
15
- AuthorizeClusterSecurityGroupIngressCommandInput,
16
- AuthorizeClusterSecurityGroupIngressCommandOutput,
17
- } from "./commands/AuthorizeClusterSecurityGroupIngressCommand";
18
- import {
19
- AuthorizeDataShareCommand,
20
- AuthorizeDataShareCommandInput,
21
- AuthorizeDataShareCommandOutput,
22
- } from "./commands/AuthorizeDataShareCommand";
23
- import {
24
- AuthorizeEndpointAccessCommand,
25
- AuthorizeEndpointAccessCommandInput,
26
- AuthorizeEndpointAccessCommandOutput,
27
- } from "./commands/AuthorizeEndpointAccessCommand";
28
- import {
29
- AuthorizeSnapshotAccessCommand,
30
- AuthorizeSnapshotAccessCommandInput,
31
- AuthorizeSnapshotAccessCommandOutput,
32
- } from "./commands/AuthorizeSnapshotAccessCommand";
33
- import {
34
- BatchDeleteClusterSnapshotsCommand,
35
- BatchDeleteClusterSnapshotsCommandInput,
36
- BatchDeleteClusterSnapshotsCommandOutput,
37
- } from "./commands/BatchDeleteClusterSnapshotsCommand";
38
- import {
39
- BatchModifyClusterSnapshotsCommand,
40
- BatchModifyClusterSnapshotsCommandInput,
41
- BatchModifyClusterSnapshotsCommandOutput,
42
- } from "./commands/BatchModifyClusterSnapshotsCommand";
43
- import {
44
- CancelResizeCommand,
45
- CancelResizeCommandInput,
46
- CancelResizeCommandOutput,
47
- } from "./commands/CancelResizeCommand";
48
- import {
49
- CopyClusterSnapshotCommand,
50
- CopyClusterSnapshotCommandInput,
51
- CopyClusterSnapshotCommandOutput,
52
- } from "./commands/CopyClusterSnapshotCommand";
53
- import {
54
- CreateAuthenticationProfileCommand,
55
- CreateAuthenticationProfileCommandInput,
56
- CreateAuthenticationProfileCommandOutput,
57
- } from "./commands/CreateAuthenticationProfileCommand";
58
- import {
59
- CreateClusterCommand,
60
- CreateClusterCommandInput,
61
- CreateClusterCommandOutput,
62
- } from "./commands/CreateClusterCommand";
63
- import {
64
- CreateClusterParameterGroupCommand,
65
- CreateClusterParameterGroupCommandInput,
66
- CreateClusterParameterGroupCommandOutput,
67
- } from "./commands/CreateClusterParameterGroupCommand";
68
- import {
69
- CreateClusterSecurityGroupCommand,
70
- CreateClusterSecurityGroupCommandInput,
71
- CreateClusterSecurityGroupCommandOutput,
72
- } from "./commands/CreateClusterSecurityGroupCommand";
73
- import {
74
- CreateClusterSnapshotCommand,
75
- CreateClusterSnapshotCommandInput,
76
- CreateClusterSnapshotCommandOutput,
77
- } from "./commands/CreateClusterSnapshotCommand";
78
- import {
79
- CreateClusterSubnetGroupCommand,
80
- CreateClusterSubnetGroupCommandInput,
81
- CreateClusterSubnetGroupCommandOutput,
82
- } from "./commands/CreateClusterSubnetGroupCommand";
83
- import {
84
- CreateEndpointAccessCommand,
85
- CreateEndpointAccessCommandInput,
86
- CreateEndpointAccessCommandOutput,
87
- } from "./commands/CreateEndpointAccessCommand";
88
- import {
89
- CreateEventSubscriptionCommand,
90
- CreateEventSubscriptionCommandInput,
91
- CreateEventSubscriptionCommandOutput,
92
- } from "./commands/CreateEventSubscriptionCommand";
93
- import {
94
- CreateHsmClientCertificateCommand,
95
- CreateHsmClientCertificateCommandInput,
96
- CreateHsmClientCertificateCommandOutput,
97
- } from "./commands/CreateHsmClientCertificateCommand";
98
- import {
99
- CreateHsmConfigurationCommand,
100
- CreateHsmConfigurationCommandInput,
101
- CreateHsmConfigurationCommandOutput,
102
- } from "./commands/CreateHsmConfigurationCommand";
103
- import {
104
- CreateScheduledActionCommand,
105
- CreateScheduledActionCommandInput,
106
- CreateScheduledActionCommandOutput,
107
- } from "./commands/CreateScheduledActionCommand";
108
- import {
109
- CreateSnapshotCopyGrantCommand,
110
- CreateSnapshotCopyGrantCommandInput,
111
- CreateSnapshotCopyGrantCommandOutput,
112
- } from "./commands/CreateSnapshotCopyGrantCommand";
113
- import {
114
- CreateSnapshotScheduleCommand,
115
- CreateSnapshotScheduleCommandInput,
116
- CreateSnapshotScheduleCommandOutput,
117
- } from "./commands/CreateSnapshotScheduleCommand";
118
- import { CreateTagsCommand, CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
119
- import {
120
- CreateUsageLimitCommand,
121
- CreateUsageLimitCommandInput,
122
- CreateUsageLimitCommandOutput,
123
- } from "./commands/CreateUsageLimitCommand";
124
- import {
125
- DeauthorizeDataShareCommand,
126
- DeauthorizeDataShareCommandInput,
127
- DeauthorizeDataShareCommandOutput,
128
- } from "./commands/DeauthorizeDataShareCommand";
129
- import {
130
- DeleteAuthenticationProfileCommand,
131
- DeleteAuthenticationProfileCommandInput,
132
- DeleteAuthenticationProfileCommandOutput,
133
- } from "./commands/DeleteAuthenticationProfileCommand";
134
- import {
135
- DeleteClusterCommand,
136
- DeleteClusterCommandInput,
137
- DeleteClusterCommandOutput,
138
- } from "./commands/DeleteClusterCommand";
139
- import {
140
- DeleteClusterParameterGroupCommand,
141
- DeleteClusterParameterGroupCommandInput,
142
- DeleteClusterParameterGroupCommandOutput,
143
- } from "./commands/DeleteClusterParameterGroupCommand";
144
- import {
145
- DeleteClusterSecurityGroupCommand,
146
- DeleteClusterSecurityGroupCommandInput,
147
- DeleteClusterSecurityGroupCommandOutput,
148
- } from "./commands/DeleteClusterSecurityGroupCommand";
149
- import {
150
- DeleteClusterSnapshotCommand,
151
- DeleteClusterSnapshotCommandInput,
152
- DeleteClusterSnapshotCommandOutput,
153
- } from "./commands/DeleteClusterSnapshotCommand";
154
- import {
155
- DeleteClusterSubnetGroupCommand,
156
- DeleteClusterSubnetGroupCommandInput,
157
- DeleteClusterSubnetGroupCommandOutput,
158
- } from "./commands/DeleteClusterSubnetGroupCommand";
159
- import {
160
- DeleteEndpointAccessCommand,
161
- DeleteEndpointAccessCommandInput,
162
- DeleteEndpointAccessCommandOutput,
163
- } from "./commands/DeleteEndpointAccessCommand";
164
- import {
165
- DeleteEventSubscriptionCommand,
166
- DeleteEventSubscriptionCommandInput,
167
- DeleteEventSubscriptionCommandOutput,
168
- } from "./commands/DeleteEventSubscriptionCommand";
169
- import {
170
- DeleteHsmClientCertificateCommand,
171
- DeleteHsmClientCertificateCommandInput,
172
- DeleteHsmClientCertificateCommandOutput,
173
- } from "./commands/DeleteHsmClientCertificateCommand";
174
- import {
175
- DeleteHsmConfigurationCommand,
176
- DeleteHsmConfigurationCommandInput,
177
- DeleteHsmConfigurationCommandOutput,
178
- } from "./commands/DeleteHsmConfigurationCommand";
179
- import {
180
- DeletePartnerCommand,
181
- DeletePartnerCommandInput,
182
- DeletePartnerCommandOutput,
183
- } from "./commands/DeletePartnerCommand";
184
- import {
185
- DeleteScheduledActionCommand,
186
- DeleteScheduledActionCommandInput,
187
- DeleteScheduledActionCommandOutput,
188
- } from "./commands/DeleteScheduledActionCommand";
189
- import {
190
- DeleteSnapshotCopyGrantCommand,
191
- DeleteSnapshotCopyGrantCommandInput,
192
- DeleteSnapshotCopyGrantCommandOutput,
193
- } from "./commands/DeleteSnapshotCopyGrantCommand";
194
- import {
195
- DeleteSnapshotScheduleCommand,
196
- DeleteSnapshotScheduleCommandInput,
197
- DeleteSnapshotScheduleCommandOutput,
198
- } from "./commands/DeleteSnapshotScheduleCommand";
199
- import { DeleteTagsCommand, DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
200
- import {
201
- DeleteUsageLimitCommand,
202
- DeleteUsageLimitCommandInput,
203
- DeleteUsageLimitCommandOutput,
204
- } from "./commands/DeleteUsageLimitCommand";
205
- import {
206
- DescribeAccountAttributesCommand,
207
- DescribeAccountAttributesCommandInput,
208
- DescribeAccountAttributesCommandOutput,
209
- } from "./commands/DescribeAccountAttributesCommand";
210
- import {
211
- DescribeAuthenticationProfilesCommand,
212
- DescribeAuthenticationProfilesCommandInput,
213
- DescribeAuthenticationProfilesCommandOutput,
214
- } from "./commands/DescribeAuthenticationProfilesCommand";
215
- import {
216
- DescribeClusterDbRevisionsCommand,
217
- DescribeClusterDbRevisionsCommandInput,
218
- DescribeClusterDbRevisionsCommandOutput,
219
- } from "./commands/DescribeClusterDbRevisionsCommand";
220
- import {
221
- DescribeClusterParameterGroupsCommand,
222
- DescribeClusterParameterGroupsCommandInput,
223
- DescribeClusterParameterGroupsCommandOutput,
224
- } from "./commands/DescribeClusterParameterGroupsCommand";
225
- import {
226
- DescribeClusterParametersCommand,
227
- DescribeClusterParametersCommandInput,
228
- DescribeClusterParametersCommandOutput,
229
- } from "./commands/DescribeClusterParametersCommand";
230
- import {
231
- DescribeClusterSecurityGroupsCommand,
232
- DescribeClusterSecurityGroupsCommandInput,
233
- DescribeClusterSecurityGroupsCommandOutput,
234
- } from "./commands/DescribeClusterSecurityGroupsCommand";
235
- import {
236
- DescribeClusterSnapshotsCommand,
237
- DescribeClusterSnapshotsCommandInput,
238
- DescribeClusterSnapshotsCommandOutput,
239
- } from "./commands/DescribeClusterSnapshotsCommand";
240
- import {
241
- DescribeClusterSubnetGroupsCommand,
242
- DescribeClusterSubnetGroupsCommandInput,
243
- DescribeClusterSubnetGroupsCommandOutput,
244
- } from "./commands/DescribeClusterSubnetGroupsCommand";
245
- import {
246
- DescribeClusterTracksCommand,
247
- DescribeClusterTracksCommandInput,
248
- DescribeClusterTracksCommandOutput,
249
- } from "./commands/DescribeClusterTracksCommand";
250
- import {
251
- DescribeClusterVersionsCommand,
252
- DescribeClusterVersionsCommandInput,
253
- DescribeClusterVersionsCommandOutput,
254
- } from "./commands/DescribeClusterVersionsCommand";
255
- import {
256
- DescribeClustersCommand,
257
- DescribeClustersCommandInput,
258
- DescribeClustersCommandOutput,
259
- } from "./commands/DescribeClustersCommand";
260
- import {
261
- DescribeDataSharesCommand,
262
- DescribeDataSharesCommandInput,
263
- DescribeDataSharesCommandOutput,
264
- } from "./commands/DescribeDataSharesCommand";
265
- import {
266
- DescribeDataSharesForConsumerCommand,
267
- DescribeDataSharesForConsumerCommandInput,
268
- DescribeDataSharesForConsumerCommandOutput,
269
- } from "./commands/DescribeDataSharesForConsumerCommand";
270
- import {
271
- DescribeDataSharesForProducerCommand,
272
- DescribeDataSharesForProducerCommandInput,
273
- DescribeDataSharesForProducerCommandOutput,
274
- } from "./commands/DescribeDataSharesForProducerCommand";
275
- import {
276
- DescribeDefaultClusterParametersCommand,
277
- DescribeDefaultClusterParametersCommandInput,
278
- DescribeDefaultClusterParametersCommandOutput,
279
- } from "./commands/DescribeDefaultClusterParametersCommand";
280
- import {
281
- DescribeEndpointAccessCommand,
282
- DescribeEndpointAccessCommandInput,
283
- DescribeEndpointAccessCommandOutput,
284
- } from "./commands/DescribeEndpointAccessCommand";
285
- import {
286
- DescribeEndpointAuthorizationCommand,
287
- DescribeEndpointAuthorizationCommandInput,
288
- DescribeEndpointAuthorizationCommandOutput,
289
- } from "./commands/DescribeEndpointAuthorizationCommand";
290
- import {
291
- DescribeEventCategoriesCommand,
292
- DescribeEventCategoriesCommandInput,
293
- DescribeEventCategoriesCommandOutput,
294
- } from "./commands/DescribeEventCategoriesCommand";
295
- import {
296
- DescribeEventSubscriptionsCommand,
297
- DescribeEventSubscriptionsCommandInput,
298
- DescribeEventSubscriptionsCommandOutput,
299
- } from "./commands/DescribeEventSubscriptionsCommand";
300
- import {
301
- DescribeEventsCommand,
302
- DescribeEventsCommandInput,
303
- DescribeEventsCommandOutput,
304
- } from "./commands/DescribeEventsCommand";
305
- import {
306
- DescribeHsmClientCertificatesCommand,
307
- DescribeHsmClientCertificatesCommandInput,
308
- DescribeHsmClientCertificatesCommandOutput,
309
- } from "./commands/DescribeHsmClientCertificatesCommand";
310
- import {
311
- DescribeHsmConfigurationsCommand,
312
- DescribeHsmConfigurationsCommandInput,
313
- DescribeHsmConfigurationsCommandOutput,
314
- } from "./commands/DescribeHsmConfigurationsCommand";
315
- import {
316
- DescribeLoggingStatusCommand,
317
- DescribeLoggingStatusCommandInput,
318
- DescribeLoggingStatusCommandOutput,
319
- } from "./commands/DescribeLoggingStatusCommand";
320
- import {
321
- DescribeNodeConfigurationOptionsCommand,
322
- DescribeNodeConfigurationOptionsCommandInput,
323
- DescribeNodeConfigurationOptionsCommandOutput,
324
- } from "./commands/DescribeNodeConfigurationOptionsCommand";
325
- import {
326
- DescribeOrderableClusterOptionsCommand,
327
- DescribeOrderableClusterOptionsCommandInput,
328
- DescribeOrderableClusterOptionsCommandOutput,
329
- } from "./commands/DescribeOrderableClusterOptionsCommand";
330
- import {
331
- DescribePartnersCommand,
332
- DescribePartnersCommandInput,
333
- DescribePartnersCommandOutput,
334
- } from "./commands/DescribePartnersCommand";
335
- import {
336
- DescribeReservedNodeOfferingsCommand,
337
- DescribeReservedNodeOfferingsCommandInput,
338
- DescribeReservedNodeOfferingsCommandOutput,
339
- } from "./commands/DescribeReservedNodeOfferingsCommand";
340
- import {
341
- DescribeReservedNodesCommand,
342
- DescribeReservedNodesCommandInput,
343
- DescribeReservedNodesCommandOutput,
344
- } from "./commands/DescribeReservedNodesCommand";
345
- import {
346
- DescribeResizeCommand,
347
- DescribeResizeCommandInput,
348
- DescribeResizeCommandOutput,
349
- } from "./commands/DescribeResizeCommand";
350
- import {
351
- DescribeScheduledActionsCommand,
352
- DescribeScheduledActionsCommandInput,
353
- DescribeScheduledActionsCommandOutput,
354
- } from "./commands/DescribeScheduledActionsCommand";
355
- import {
356
- DescribeSnapshotCopyGrantsCommand,
357
- DescribeSnapshotCopyGrantsCommandInput,
358
- DescribeSnapshotCopyGrantsCommandOutput,
359
- } from "./commands/DescribeSnapshotCopyGrantsCommand";
360
- import {
361
- DescribeSnapshotSchedulesCommand,
362
- DescribeSnapshotSchedulesCommandInput,
363
- DescribeSnapshotSchedulesCommandOutput,
364
- } from "./commands/DescribeSnapshotSchedulesCommand";
365
- import {
366
- DescribeStorageCommand,
367
- DescribeStorageCommandInput,
368
- DescribeStorageCommandOutput,
369
- } from "./commands/DescribeStorageCommand";
370
- import {
371
- DescribeTableRestoreStatusCommand,
372
- DescribeTableRestoreStatusCommandInput,
373
- DescribeTableRestoreStatusCommandOutput,
374
- } from "./commands/DescribeTableRestoreStatusCommand";
375
- import {
376
- DescribeTagsCommand,
377
- DescribeTagsCommandInput,
378
- DescribeTagsCommandOutput,
379
- } from "./commands/DescribeTagsCommand";
380
- import {
381
- DescribeUsageLimitsCommand,
382
- DescribeUsageLimitsCommandInput,
383
- DescribeUsageLimitsCommandOutput,
384
- } from "./commands/DescribeUsageLimitsCommand";
385
- import {
386
- DisableLoggingCommand,
387
- DisableLoggingCommandInput,
388
- DisableLoggingCommandOutput,
389
- } from "./commands/DisableLoggingCommand";
390
- import {
391
- DisableSnapshotCopyCommand,
392
- DisableSnapshotCopyCommandInput,
393
- DisableSnapshotCopyCommandOutput,
394
- } from "./commands/DisableSnapshotCopyCommand";
395
- import {
396
- DisassociateDataShareConsumerCommand,
397
- DisassociateDataShareConsumerCommandInput,
398
- DisassociateDataShareConsumerCommandOutput,
399
- } from "./commands/DisassociateDataShareConsumerCommand";
400
- import {
401
- EnableLoggingCommand,
402
- EnableLoggingCommandInput,
403
- EnableLoggingCommandOutput,
404
- } from "./commands/EnableLoggingCommand";
405
- import {
406
- EnableSnapshotCopyCommand,
407
- EnableSnapshotCopyCommandInput,
408
- EnableSnapshotCopyCommandOutput,
409
- } from "./commands/EnableSnapshotCopyCommand";
410
- import {
411
- GetClusterCredentialsCommand,
412
- GetClusterCredentialsCommandInput,
413
- GetClusterCredentialsCommandOutput,
414
- } from "./commands/GetClusterCredentialsCommand";
415
- import {
416
- GetReservedNodeExchangeOfferingsCommand,
417
- GetReservedNodeExchangeOfferingsCommandInput,
418
- GetReservedNodeExchangeOfferingsCommandOutput,
419
- } from "./commands/GetReservedNodeExchangeOfferingsCommand";
420
- import {
421
- ModifyAquaConfigurationCommand,
422
- ModifyAquaConfigurationCommandInput,
423
- ModifyAquaConfigurationCommandOutput,
424
- } from "./commands/ModifyAquaConfigurationCommand";
425
- import {
426
- ModifyAuthenticationProfileCommand,
427
- ModifyAuthenticationProfileCommandInput,
428
- ModifyAuthenticationProfileCommandOutput,
429
- } from "./commands/ModifyAuthenticationProfileCommand";
430
- import {
431
- ModifyClusterCommand,
432
- ModifyClusterCommandInput,
433
- ModifyClusterCommandOutput,
434
- } from "./commands/ModifyClusterCommand";
435
- import {
436
- ModifyClusterDbRevisionCommand,
437
- ModifyClusterDbRevisionCommandInput,
438
- ModifyClusterDbRevisionCommandOutput,
439
- } from "./commands/ModifyClusterDbRevisionCommand";
440
- import {
441
- ModifyClusterIamRolesCommand,
442
- ModifyClusterIamRolesCommandInput,
443
- ModifyClusterIamRolesCommandOutput,
444
- } from "./commands/ModifyClusterIamRolesCommand";
445
- import {
446
- ModifyClusterMaintenanceCommand,
447
- ModifyClusterMaintenanceCommandInput,
448
- ModifyClusterMaintenanceCommandOutput,
449
- } from "./commands/ModifyClusterMaintenanceCommand";
450
- import {
451
- ModifyClusterParameterGroupCommand,
452
- ModifyClusterParameterGroupCommandInput,
453
- ModifyClusterParameterGroupCommandOutput,
454
- } from "./commands/ModifyClusterParameterGroupCommand";
455
- import {
456
- ModifyClusterSnapshotCommand,
457
- ModifyClusterSnapshotCommandInput,
458
- ModifyClusterSnapshotCommandOutput,
459
- } from "./commands/ModifyClusterSnapshotCommand";
460
- import {
461
- ModifyClusterSnapshotScheduleCommand,
462
- ModifyClusterSnapshotScheduleCommandInput,
463
- ModifyClusterSnapshotScheduleCommandOutput,
464
- } from "./commands/ModifyClusterSnapshotScheduleCommand";
465
- import {
466
- ModifyClusterSubnetGroupCommand,
467
- ModifyClusterSubnetGroupCommandInput,
468
- ModifyClusterSubnetGroupCommandOutput,
469
- } from "./commands/ModifyClusterSubnetGroupCommand";
470
- import {
471
- ModifyEndpointAccessCommand,
472
- ModifyEndpointAccessCommandInput,
473
- ModifyEndpointAccessCommandOutput,
474
- } from "./commands/ModifyEndpointAccessCommand";
475
- import {
476
- ModifyEventSubscriptionCommand,
477
- ModifyEventSubscriptionCommandInput,
478
- ModifyEventSubscriptionCommandOutput,
479
- } from "./commands/ModifyEventSubscriptionCommand";
480
- import {
481
- ModifyScheduledActionCommand,
482
- ModifyScheduledActionCommandInput,
483
- ModifyScheduledActionCommandOutput,
484
- } from "./commands/ModifyScheduledActionCommand";
485
- import {
486
- ModifySnapshotCopyRetentionPeriodCommand,
487
- ModifySnapshotCopyRetentionPeriodCommandInput,
488
- ModifySnapshotCopyRetentionPeriodCommandOutput,
489
- } from "./commands/ModifySnapshotCopyRetentionPeriodCommand";
490
- import {
491
- ModifySnapshotScheduleCommand,
492
- ModifySnapshotScheduleCommandInput,
493
- ModifySnapshotScheduleCommandOutput,
494
- } from "./commands/ModifySnapshotScheduleCommand";
495
- import {
496
- ModifyUsageLimitCommand,
497
- ModifyUsageLimitCommandInput,
498
- ModifyUsageLimitCommandOutput,
499
- } from "./commands/ModifyUsageLimitCommand";
500
- import {
501
- PauseClusterCommand,
502
- PauseClusterCommandInput,
503
- PauseClusterCommandOutput,
504
- } from "./commands/PauseClusterCommand";
505
- import {
506
- PurchaseReservedNodeOfferingCommand,
507
- PurchaseReservedNodeOfferingCommandInput,
508
- PurchaseReservedNodeOfferingCommandOutput,
509
- } from "./commands/PurchaseReservedNodeOfferingCommand";
510
- import {
511
- RebootClusterCommand,
512
- RebootClusterCommandInput,
513
- RebootClusterCommandOutput,
514
- } from "./commands/RebootClusterCommand";
515
- import {
516
- RejectDataShareCommand,
517
- RejectDataShareCommandInput,
518
- RejectDataShareCommandOutput,
519
- } from "./commands/RejectDataShareCommand";
520
- import {
521
- ResetClusterParameterGroupCommand,
522
- ResetClusterParameterGroupCommandInput,
523
- ResetClusterParameterGroupCommandOutput,
524
- } from "./commands/ResetClusterParameterGroupCommand";
525
- import {
526
- ResizeClusterCommand,
527
- ResizeClusterCommandInput,
528
- ResizeClusterCommandOutput,
529
- } from "./commands/ResizeClusterCommand";
530
- import {
531
- RestoreFromClusterSnapshotCommand,
532
- RestoreFromClusterSnapshotCommandInput,
533
- RestoreFromClusterSnapshotCommandOutput,
534
- } from "./commands/RestoreFromClusterSnapshotCommand";
535
- import {
536
- RestoreTableFromClusterSnapshotCommand,
537
- RestoreTableFromClusterSnapshotCommandInput,
538
- RestoreTableFromClusterSnapshotCommandOutput,
539
- } from "./commands/RestoreTableFromClusterSnapshotCommand";
540
- import {
541
- ResumeClusterCommand,
542
- ResumeClusterCommandInput,
543
- ResumeClusterCommandOutput,
544
- } from "./commands/ResumeClusterCommand";
545
- import {
546
- RevokeClusterSecurityGroupIngressCommand,
547
- RevokeClusterSecurityGroupIngressCommandInput,
548
- RevokeClusterSecurityGroupIngressCommandOutput,
549
- } from "./commands/RevokeClusterSecurityGroupIngressCommand";
550
- import {
551
- RevokeEndpointAccessCommand,
552
- RevokeEndpointAccessCommandInput,
553
- RevokeEndpointAccessCommandOutput,
554
- } from "./commands/RevokeEndpointAccessCommand";
555
- import {
556
- RevokeSnapshotAccessCommand,
557
- RevokeSnapshotAccessCommandInput,
558
- RevokeSnapshotAccessCommandOutput,
559
- } from "./commands/RevokeSnapshotAccessCommand";
560
- import {
561
- RotateEncryptionKeyCommand,
562
- RotateEncryptionKeyCommandInput,
563
- RotateEncryptionKeyCommandOutput,
564
- } from "./commands/RotateEncryptionKeyCommand";
565
- import {
566
- UpdatePartnerStatusCommand,
567
- UpdatePartnerStatusCommandInput,
568
- UpdatePartnerStatusCommandOutput,
569
- } from "./commands/UpdatePartnerStatusCommand";
570
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
571
-
572
- /**
573
- * <fullname>Amazon Redshift</fullname>
574
- * <p>
575
- * <b>Overview</b>
576
- * </p>
577
- * <p>This is an interface reference for Amazon Redshift. It contains documentation for one of
578
- * the programming or command line interfaces you can use to manage Amazon Redshift clusters.
579
- * Note that Amazon Redshift is asynchronous, which means that some interfaces may require
580
- * techniques, such as polling or asynchronous callback handlers, to determine when a
581
- * command has been applied. In this reference, the parameter descriptions indicate whether
582
- * a change is applied immediately, on the next instance reboot, or during the next
583
- * maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to
584
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/using-aws-sdk.html">Using the
585
- * Amazon Redshift Management Interfaces</a>.</p>
586
- * <p>Amazon Redshift manages all the work of setting up, operating, and scaling a data
587
- * warehouse: provisioning capacity, monitoring and backing up the cluster, and applying
588
- * patches and upgrades to the Amazon Redshift engine. You can focus on using your data to
589
- * acquire new insights for your business and customers.</p>
590
- * <p>If you are a first-time user of Amazon Redshift, we recommend that you begin by reading
591
- * the <a href="https://docs.aws.amazon.com/redshift/latest/gsg/getting-started.html">Amazon Redshift Getting Started Guide</a>.</p>
592
- *
593
- * <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,
594
- * build, query, and maintain the databases that make up your data warehouse. </p>
595
- */
596
- export class Redshift extends RedshiftClient {
597
- /**
598
- * <p>Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the
599
- * configuration (term, payment type, or number of nodes) and no additional costs.
600
- * </p>
601
- */
602
- public acceptReservedNodeExchange(
603
- args: AcceptReservedNodeExchangeCommandInput,
604
- options?: __HttpHandlerOptions
605
- ): Promise<AcceptReservedNodeExchangeCommandOutput>;
606
- public acceptReservedNodeExchange(
607
- args: AcceptReservedNodeExchangeCommandInput,
608
- cb: (err: any, data?: AcceptReservedNodeExchangeCommandOutput) => void
609
- ): void;
610
- public acceptReservedNodeExchange(
611
- args: AcceptReservedNodeExchangeCommandInput,
612
- options: __HttpHandlerOptions,
613
- cb: (err: any, data?: AcceptReservedNodeExchangeCommandOutput) => void
614
- ): void;
615
- public acceptReservedNodeExchange(
616
- args: AcceptReservedNodeExchangeCommandInput,
617
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AcceptReservedNodeExchangeCommandOutput) => void),
618
- cb?: (err: any, data?: AcceptReservedNodeExchangeCommandOutput) => void
619
- ): Promise<AcceptReservedNodeExchangeCommandOutput> | void {
620
- const command = new AcceptReservedNodeExchangeCommand(args);
621
- if (typeof optionsOrCb === "function") {
622
- this.send(command, optionsOrCb);
623
- } else if (typeof cb === "function") {
624
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
625
- this.send(command, optionsOrCb || {}, cb);
626
- } else {
627
- return this.send(command, optionsOrCb);
628
- }
629
- }
630
-
631
- /**
632
- * <p>Adds a partner integration to a cluster.
633
- * This operation authorizes a partner to push status updates for the specified database.
634
- * To complete the integration, you also set up the integration on the partner website.</p>
635
- */
636
- public addPartner(args: AddPartnerCommandInput, options?: __HttpHandlerOptions): Promise<AddPartnerCommandOutput>;
637
- public addPartner(args: AddPartnerCommandInput, cb: (err: any, data?: AddPartnerCommandOutput) => void): void;
638
- public addPartner(
639
- args: AddPartnerCommandInput,
640
- options: __HttpHandlerOptions,
641
- cb: (err: any, data?: AddPartnerCommandOutput) => void
642
- ): void;
643
- public addPartner(
644
- args: AddPartnerCommandInput,
645
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AddPartnerCommandOutput) => void),
646
- cb?: (err: any, data?: AddPartnerCommandOutput) => void
647
- ): Promise<AddPartnerCommandOutput> | void {
648
- const command = new AddPartnerCommand(args);
649
- if (typeof optionsOrCb === "function") {
650
- this.send(command, optionsOrCb);
651
- } else if (typeof cb === "function") {
652
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
653
- this.send(command, optionsOrCb || {}, cb);
654
- } else {
655
- return this.send(command, optionsOrCb);
656
- }
657
- }
658
-
659
- /**
660
- * <p>From a datashare consumer account, associates a datashare with the
661
- * account (AssociateEntireAccount) or the specified namespace (ConsumerArn). If you make this association, the consumer
662
- * can consume the datashare.</p>
663
- */
664
- public associateDataShareConsumer(
665
- args: AssociateDataShareConsumerCommandInput,
666
- options?: __HttpHandlerOptions
667
- ): Promise<AssociateDataShareConsumerCommandOutput>;
668
- public associateDataShareConsumer(
669
- args: AssociateDataShareConsumerCommandInput,
670
- cb: (err: any, data?: AssociateDataShareConsumerCommandOutput) => void
671
- ): void;
672
- public associateDataShareConsumer(
673
- args: AssociateDataShareConsumerCommandInput,
674
- options: __HttpHandlerOptions,
675
- cb: (err: any, data?: AssociateDataShareConsumerCommandOutput) => void
676
- ): void;
677
- public associateDataShareConsumer(
678
- args: AssociateDataShareConsumerCommandInput,
679
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateDataShareConsumerCommandOutput) => void),
680
- cb?: (err: any, data?: AssociateDataShareConsumerCommandOutput) => void
681
- ): Promise<AssociateDataShareConsumerCommandOutput> | void {
682
- const command = new AssociateDataShareConsumerCommand(args);
683
- if (typeof optionsOrCb === "function") {
684
- this.send(command, optionsOrCb);
685
- } else if (typeof cb === "function") {
686
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
687
- this.send(command, optionsOrCb || {}, cb);
688
- } else {
689
- return this.send(command, optionsOrCb);
690
- }
691
- }
692
-
693
- /**
694
- * <p>Adds an inbound (ingress) rule to an Amazon Redshift security group. Depending on whether
695
- * the application accessing your cluster is running on the Internet or an Amazon EC2
696
- * instance, you can authorize inbound access to either a Classless Interdomain Routing
697
- * (CIDR)/Internet Protocol (IP) range or to an Amazon EC2 security group. You can add as
698
- * many as 20 ingress rules to an Amazon Redshift security group.</p>
699
- * <p>If you authorize access to an Amazon EC2 security group, specify
700
- * <i>EC2SecurityGroupName</i> and
701
- * <i>EC2SecurityGroupOwnerId</i>. The Amazon EC2 security group and
702
- * Amazon Redshift cluster must be in the same Amazon Web Services Region. </p>
703
- * <p>If you authorize access to a CIDR/IP address range, specify
704
- * <i>CIDRIP</i>. For an overview of CIDR blocks, see the Wikipedia
705
- * article on <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Classless Inter-Domain Routing</a>. </p>
706
- * <p>You must also associate the security group with a cluster so that clients running
707
- * on these IP addresses or the EC2 instance are authorized to connect to the cluster. For
708
- * 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
709
- * Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
710
- */
711
- public authorizeClusterSecurityGroupIngress(
712
- args: AuthorizeClusterSecurityGroupIngressCommandInput,
713
- options?: __HttpHandlerOptions
714
- ): Promise<AuthorizeClusterSecurityGroupIngressCommandOutput>;
715
- public authorizeClusterSecurityGroupIngress(
716
- args: AuthorizeClusterSecurityGroupIngressCommandInput,
717
- cb: (err: any, data?: AuthorizeClusterSecurityGroupIngressCommandOutput) => void
718
- ): void;
719
- public authorizeClusterSecurityGroupIngress(
720
- args: AuthorizeClusterSecurityGroupIngressCommandInput,
721
- options: __HttpHandlerOptions,
722
- cb: (err: any, data?: AuthorizeClusterSecurityGroupIngressCommandOutput) => void
723
- ): void;
724
- public authorizeClusterSecurityGroupIngress(
725
- args: AuthorizeClusterSecurityGroupIngressCommandInput,
726
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AuthorizeClusterSecurityGroupIngressCommandOutput) => void),
727
- cb?: (err: any, data?: AuthorizeClusterSecurityGroupIngressCommandOutput) => void
728
- ): Promise<AuthorizeClusterSecurityGroupIngressCommandOutput> | void {
729
- const command = new AuthorizeClusterSecurityGroupIngressCommand(args);
730
- if (typeof optionsOrCb === "function") {
731
- this.send(command, optionsOrCb);
732
- } else if (typeof cb === "function") {
733
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
734
- this.send(command, optionsOrCb || {}, cb);
735
- } else {
736
- return this.send(command, optionsOrCb);
737
- }
738
- }
739
-
740
- /**
741
- * <p>From a data producer account, authorizes the sharing of a datashare with one or more
742
- * consumer accounts. To authorize a datashare for a data consumer, the producer account
743
- * must have the correct access privileges.</p>
744
- */
745
- public authorizeDataShare(
746
- args: AuthorizeDataShareCommandInput,
747
- options?: __HttpHandlerOptions
748
- ): Promise<AuthorizeDataShareCommandOutput>;
749
- public authorizeDataShare(
750
- args: AuthorizeDataShareCommandInput,
751
- cb: (err: any, data?: AuthorizeDataShareCommandOutput) => void
752
- ): void;
753
- public authorizeDataShare(
754
- args: AuthorizeDataShareCommandInput,
755
- options: __HttpHandlerOptions,
756
- cb: (err: any, data?: AuthorizeDataShareCommandOutput) => void
757
- ): void;
758
- public authorizeDataShare(
759
- args: AuthorizeDataShareCommandInput,
760
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AuthorizeDataShareCommandOutput) => void),
761
- cb?: (err: any, data?: AuthorizeDataShareCommandOutput) => void
762
- ): Promise<AuthorizeDataShareCommandOutput> | void {
763
- const command = new AuthorizeDataShareCommand(args);
764
- if (typeof optionsOrCb === "function") {
765
- this.send(command, optionsOrCb);
766
- } else if (typeof cb === "function") {
767
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
768
- this.send(command, optionsOrCb || {}, cb);
769
- } else {
770
- return this.send(command, optionsOrCb);
771
- }
772
- }
773
-
774
- /**
775
- * <p>Grants access to a cluster.</p>
776
- */
777
- public authorizeEndpointAccess(
778
- args: AuthorizeEndpointAccessCommandInput,
779
- options?: __HttpHandlerOptions
780
- ): Promise<AuthorizeEndpointAccessCommandOutput>;
781
- public authorizeEndpointAccess(
782
- args: AuthorizeEndpointAccessCommandInput,
783
- cb: (err: any, data?: AuthorizeEndpointAccessCommandOutput) => void
784
- ): void;
785
- public authorizeEndpointAccess(
786
- args: AuthorizeEndpointAccessCommandInput,
787
- options: __HttpHandlerOptions,
788
- cb: (err: any, data?: AuthorizeEndpointAccessCommandOutput) => void
789
- ): void;
790
- public authorizeEndpointAccess(
791
- args: AuthorizeEndpointAccessCommandInput,
792
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AuthorizeEndpointAccessCommandOutput) => void),
793
- cb?: (err: any, data?: AuthorizeEndpointAccessCommandOutput) => void
794
- ): Promise<AuthorizeEndpointAccessCommandOutput> | void {
795
- const command = new AuthorizeEndpointAccessCommand(args);
796
- if (typeof optionsOrCb === "function") {
797
- this.send(command, optionsOrCb);
798
- } else if (typeof cb === "function") {
799
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
800
- this.send(command, optionsOrCb || {}, cb);
801
- } else {
802
- return this.send(command, optionsOrCb);
803
- }
804
- }
805
-
806
- /**
807
- * <p>Authorizes the specified Amazon Web Services account to restore the specified
808
- * snapshot.</p>
809
- * <p>
810
- * For more information about working with snapshots, go to
811
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
812
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
813
- */
814
- public authorizeSnapshotAccess(
815
- args: AuthorizeSnapshotAccessCommandInput,
816
- options?: __HttpHandlerOptions
817
- ): Promise<AuthorizeSnapshotAccessCommandOutput>;
818
- public authorizeSnapshotAccess(
819
- args: AuthorizeSnapshotAccessCommandInput,
820
- cb: (err: any, data?: AuthorizeSnapshotAccessCommandOutput) => void
821
- ): void;
822
- public authorizeSnapshotAccess(
823
- args: AuthorizeSnapshotAccessCommandInput,
824
- options: __HttpHandlerOptions,
825
- cb: (err: any, data?: AuthorizeSnapshotAccessCommandOutput) => void
826
- ): void;
827
- public authorizeSnapshotAccess(
828
- args: AuthorizeSnapshotAccessCommandInput,
829
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AuthorizeSnapshotAccessCommandOutput) => void),
830
- cb?: (err: any, data?: AuthorizeSnapshotAccessCommandOutput) => void
831
- ): Promise<AuthorizeSnapshotAccessCommandOutput> | void {
832
- const command = new AuthorizeSnapshotAccessCommand(args);
833
- if (typeof optionsOrCb === "function") {
834
- this.send(command, optionsOrCb);
835
- } else if (typeof cb === "function") {
836
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
837
- this.send(command, optionsOrCb || {}, cb);
838
- } else {
839
- return this.send(command, optionsOrCb);
840
- }
841
- }
842
-
843
- /**
844
- * <p>Deletes a set of cluster snapshots.</p>
845
- */
846
- public batchDeleteClusterSnapshots(
847
- args: BatchDeleteClusterSnapshotsCommandInput,
848
- options?: __HttpHandlerOptions
849
- ): Promise<BatchDeleteClusterSnapshotsCommandOutput>;
850
- public batchDeleteClusterSnapshots(
851
- args: BatchDeleteClusterSnapshotsCommandInput,
852
- cb: (err: any, data?: BatchDeleteClusterSnapshotsCommandOutput) => void
853
- ): void;
854
- public batchDeleteClusterSnapshots(
855
- args: BatchDeleteClusterSnapshotsCommandInput,
856
- options: __HttpHandlerOptions,
857
- cb: (err: any, data?: BatchDeleteClusterSnapshotsCommandOutput) => void
858
- ): void;
859
- public batchDeleteClusterSnapshots(
860
- args: BatchDeleteClusterSnapshotsCommandInput,
861
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchDeleteClusterSnapshotsCommandOutput) => void),
862
- cb?: (err: any, data?: BatchDeleteClusterSnapshotsCommandOutput) => void
863
- ): Promise<BatchDeleteClusterSnapshotsCommandOutput> | void {
864
- const command = new BatchDeleteClusterSnapshotsCommand(args);
865
- if (typeof optionsOrCb === "function") {
866
- this.send(command, optionsOrCb);
867
- } else if (typeof cb === "function") {
868
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
869
- this.send(command, optionsOrCb || {}, cb);
870
- } else {
871
- return this.send(command, optionsOrCb);
872
- }
873
- }
874
-
875
- /**
876
- * <p>Modifies the settings for a set of cluster snapshots.</p>
877
- */
878
- public batchModifyClusterSnapshots(
879
- args: BatchModifyClusterSnapshotsCommandInput,
880
- options?: __HttpHandlerOptions
881
- ): Promise<BatchModifyClusterSnapshotsCommandOutput>;
882
- public batchModifyClusterSnapshots(
883
- args: BatchModifyClusterSnapshotsCommandInput,
884
- cb: (err: any, data?: BatchModifyClusterSnapshotsCommandOutput) => void
885
- ): void;
886
- public batchModifyClusterSnapshots(
887
- args: BatchModifyClusterSnapshotsCommandInput,
888
- options: __HttpHandlerOptions,
889
- cb: (err: any, data?: BatchModifyClusterSnapshotsCommandOutput) => void
890
- ): void;
891
- public batchModifyClusterSnapshots(
892
- args: BatchModifyClusterSnapshotsCommandInput,
893
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchModifyClusterSnapshotsCommandOutput) => void),
894
- cb?: (err: any, data?: BatchModifyClusterSnapshotsCommandOutput) => void
895
- ): Promise<BatchModifyClusterSnapshotsCommandOutput> | void {
896
- const command = new BatchModifyClusterSnapshotsCommand(args);
897
- if (typeof optionsOrCb === "function") {
898
- this.send(command, optionsOrCb);
899
- } else if (typeof cb === "function") {
900
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
901
- this.send(command, optionsOrCb || {}, cb);
902
- } else {
903
- return this.send(command, optionsOrCb);
904
- }
905
- }
906
-
907
- /**
908
- * <p>Cancels a resize operation for a cluster.</p>
909
- */
910
- public cancelResize(
911
- args: CancelResizeCommandInput,
912
- options?: __HttpHandlerOptions
913
- ): Promise<CancelResizeCommandOutput>;
914
- public cancelResize(args: CancelResizeCommandInput, cb: (err: any, data?: CancelResizeCommandOutput) => void): void;
915
- public cancelResize(
916
- args: CancelResizeCommandInput,
917
- options: __HttpHandlerOptions,
918
- cb: (err: any, data?: CancelResizeCommandOutput) => void
919
- ): void;
920
- public cancelResize(
921
- args: CancelResizeCommandInput,
922
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CancelResizeCommandOutput) => void),
923
- cb?: (err: any, data?: CancelResizeCommandOutput) => void
924
- ): Promise<CancelResizeCommandOutput> | void {
925
- const command = new CancelResizeCommand(args);
926
- if (typeof optionsOrCb === "function") {
927
- this.send(command, optionsOrCb);
928
- } else if (typeof cb === "function") {
929
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
930
- this.send(command, optionsOrCb || {}, cb);
931
- } else {
932
- return this.send(command, optionsOrCb);
933
- }
934
- }
935
-
936
- /**
937
- * <p>Copies the specified automated cluster snapshot to a new manual cluster snapshot.
938
- * The source must be an automated snapshot and it must be in the available
939
- * state.</p>
940
- * <p>When you delete a cluster, Amazon Redshift deletes any automated snapshots of the
941
- * cluster. Also, when the retention period of the snapshot expires, Amazon Redshift
942
- * automatically deletes it. If you want to keep an automated snapshot for a longer period,
943
- * you can make a manual copy of the snapshot. Manual snapshots are retained until you
944
- * delete them.</p>
945
- * <p>
946
- * For more information about working with snapshots, go to
947
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
948
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
949
- */
950
- public copyClusterSnapshot(
951
- args: CopyClusterSnapshotCommandInput,
952
- options?: __HttpHandlerOptions
953
- ): Promise<CopyClusterSnapshotCommandOutput>;
954
- public copyClusterSnapshot(
955
- args: CopyClusterSnapshotCommandInput,
956
- cb: (err: any, data?: CopyClusterSnapshotCommandOutput) => void
957
- ): void;
958
- public copyClusterSnapshot(
959
- args: CopyClusterSnapshotCommandInput,
960
- options: __HttpHandlerOptions,
961
- cb: (err: any, data?: CopyClusterSnapshotCommandOutput) => void
962
- ): void;
963
- public copyClusterSnapshot(
964
- args: CopyClusterSnapshotCommandInput,
965
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CopyClusterSnapshotCommandOutput) => void),
966
- cb?: (err: any, data?: CopyClusterSnapshotCommandOutput) => void
967
- ): Promise<CopyClusterSnapshotCommandOutput> | void {
968
- const command = new CopyClusterSnapshotCommand(args);
969
- if (typeof optionsOrCb === "function") {
970
- this.send(command, optionsOrCb);
971
- } else if (typeof cb === "function") {
972
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
973
- this.send(command, optionsOrCb || {}, cb);
974
- } else {
975
- return this.send(command, optionsOrCb);
976
- }
977
- }
978
-
979
- /**
980
- * <p>Creates an authentication profile with the specified parameters.</p>
981
- */
982
- public createAuthenticationProfile(
983
- args: CreateAuthenticationProfileCommandInput,
984
- options?: __HttpHandlerOptions
985
- ): Promise<CreateAuthenticationProfileCommandOutput>;
986
- public createAuthenticationProfile(
987
- args: CreateAuthenticationProfileCommandInput,
988
- cb: (err: any, data?: CreateAuthenticationProfileCommandOutput) => void
989
- ): void;
990
- public createAuthenticationProfile(
991
- args: CreateAuthenticationProfileCommandInput,
992
- options: __HttpHandlerOptions,
993
- cb: (err: any, data?: CreateAuthenticationProfileCommandOutput) => void
994
- ): void;
995
- public createAuthenticationProfile(
996
- args: CreateAuthenticationProfileCommandInput,
997
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAuthenticationProfileCommandOutput) => void),
998
- cb?: (err: any, data?: CreateAuthenticationProfileCommandOutput) => void
999
- ): Promise<CreateAuthenticationProfileCommandOutput> | void {
1000
- const command = new CreateAuthenticationProfileCommand(args);
1001
- if (typeof optionsOrCb === "function") {
1002
- this.send(command, optionsOrCb);
1003
- } else if (typeof cb === "function") {
1004
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1005
- this.send(command, optionsOrCb || {}, cb);
1006
- } else {
1007
- return this.send(command, optionsOrCb);
1008
- }
1009
- }
1010
-
1011
- /**
1012
- * <p>Creates a new cluster with the specified parameters.</p>
1013
- * <p>To create a cluster in Virtual Private Cloud (VPC), you must provide a cluster
1014
- * subnet group name. The cluster subnet group identifies the subnets of your VPC that
1015
- * Amazon Redshift uses when creating the cluster.
1016
- * For more information about managing clusters, go to
1017
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
1018
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1019
- */
1020
- public createCluster(
1021
- args: CreateClusterCommandInput,
1022
- options?: __HttpHandlerOptions
1023
- ): Promise<CreateClusterCommandOutput>;
1024
- public createCluster(
1025
- args: CreateClusterCommandInput,
1026
- cb: (err: any, data?: CreateClusterCommandOutput) => void
1027
- ): void;
1028
- public createCluster(
1029
- args: CreateClusterCommandInput,
1030
- options: __HttpHandlerOptions,
1031
- cb: (err: any, data?: CreateClusterCommandOutput) => void
1032
- ): void;
1033
- public createCluster(
1034
- args: CreateClusterCommandInput,
1035
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateClusterCommandOutput) => void),
1036
- cb?: (err: any, data?: CreateClusterCommandOutput) => void
1037
- ): Promise<CreateClusterCommandOutput> | void {
1038
- const command = new CreateClusterCommand(args);
1039
- if (typeof optionsOrCb === "function") {
1040
- this.send(command, optionsOrCb);
1041
- } else if (typeof cb === "function") {
1042
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1043
- this.send(command, optionsOrCb || {}, cb);
1044
- } else {
1045
- return this.send(command, optionsOrCb);
1046
- }
1047
- }
1048
-
1049
- /**
1050
- * <p>Creates an Amazon Redshift parameter group.</p>
1051
- * <p>Creating parameter groups is independent of creating clusters. You can associate a
1052
- * cluster with a parameter group when you create the cluster. You can also associate an
1053
- * existing cluster with a parameter group after the cluster is created by using <a>ModifyCluster</a>. </p>
1054
- * <p>Parameters in the parameter group define specific behavior that applies to the
1055
- * databases you create on the cluster.
1056
- * For more information about parameters and parameter groups, go to
1057
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
1058
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1059
- */
1060
- public createClusterParameterGroup(
1061
- args: CreateClusterParameterGroupCommandInput,
1062
- options?: __HttpHandlerOptions
1063
- ): Promise<CreateClusterParameterGroupCommandOutput>;
1064
- public createClusterParameterGroup(
1065
- args: CreateClusterParameterGroupCommandInput,
1066
- cb: (err: any, data?: CreateClusterParameterGroupCommandOutput) => void
1067
- ): void;
1068
- public createClusterParameterGroup(
1069
- args: CreateClusterParameterGroupCommandInput,
1070
- options: __HttpHandlerOptions,
1071
- cb: (err: any, data?: CreateClusterParameterGroupCommandOutput) => void
1072
- ): void;
1073
- public createClusterParameterGroup(
1074
- args: CreateClusterParameterGroupCommandInput,
1075
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateClusterParameterGroupCommandOutput) => void),
1076
- cb?: (err: any, data?: CreateClusterParameterGroupCommandOutput) => void
1077
- ): Promise<CreateClusterParameterGroupCommandOutput> | void {
1078
- const command = new CreateClusterParameterGroupCommand(args);
1079
- if (typeof optionsOrCb === "function") {
1080
- this.send(command, optionsOrCb);
1081
- } else if (typeof cb === "function") {
1082
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1083
- this.send(command, optionsOrCb || {}, cb);
1084
- } else {
1085
- return this.send(command, optionsOrCb);
1086
- }
1087
- }
1088
-
1089
- /**
1090
- * <p>Creates a new Amazon Redshift security group. You use security groups to control access
1091
- * to non-VPC clusters.</p>
1092
- * <p>
1093
- * For information about managing security groups, go to
1094
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
1095
- * <i>Amazon Redshift Cluster Management Guide</i>.</p>
1096
- */
1097
- public createClusterSecurityGroup(
1098
- args: CreateClusterSecurityGroupCommandInput,
1099
- options?: __HttpHandlerOptions
1100
- ): Promise<CreateClusterSecurityGroupCommandOutput>;
1101
- public createClusterSecurityGroup(
1102
- args: CreateClusterSecurityGroupCommandInput,
1103
- cb: (err: any, data?: CreateClusterSecurityGroupCommandOutput) => void
1104
- ): void;
1105
- public createClusterSecurityGroup(
1106
- args: CreateClusterSecurityGroupCommandInput,
1107
- options: __HttpHandlerOptions,
1108
- cb: (err: any, data?: CreateClusterSecurityGroupCommandOutput) => void
1109
- ): void;
1110
- public createClusterSecurityGroup(
1111
- args: CreateClusterSecurityGroupCommandInput,
1112
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateClusterSecurityGroupCommandOutput) => void),
1113
- cb?: (err: any, data?: CreateClusterSecurityGroupCommandOutput) => void
1114
- ): Promise<CreateClusterSecurityGroupCommandOutput> | void {
1115
- const command = new CreateClusterSecurityGroupCommand(args);
1116
- if (typeof optionsOrCb === "function") {
1117
- this.send(command, optionsOrCb);
1118
- } else if (typeof cb === "function") {
1119
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1120
- this.send(command, optionsOrCb || {}, cb);
1121
- } else {
1122
- return this.send(command, optionsOrCb);
1123
- }
1124
- }
1125
-
1126
- /**
1127
- * <p>Creates a manual snapshot of the specified cluster. The cluster must be in the
1128
- * <code>available</code> state. </p>
1129
- * <p>
1130
- * For more information about working with snapshots, go to
1131
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
1132
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1133
- */
1134
- public createClusterSnapshot(
1135
- args: CreateClusterSnapshotCommandInput,
1136
- options?: __HttpHandlerOptions
1137
- ): Promise<CreateClusterSnapshotCommandOutput>;
1138
- public createClusterSnapshot(
1139
- args: CreateClusterSnapshotCommandInput,
1140
- cb: (err: any, data?: CreateClusterSnapshotCommandOutput) => void
1141
- ): void;
1142
- public createClusterSnapshot(
1143
- args: CreateClusterSnapshotCommandInput,
1144
- options: __HttpHandlerOptions,
1145
- cb: (err: any, data?: CreateClusterSnapshotCommandOutput) => void
1146
- ): void;
1147
- public createClusterSnapshot(
1148
- args: CreateClusterSnapshotCommandInput,
1149
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateClusterSnapshotCommandOutput) => void),
1150
- cb?: (err: any, data?: CreateClusterSnapshotCommandOutput) => void
1151
- ): Promise<CreateClusterSnapshotCommandOutput> | void {
1152
- const command = new CreateClusterSnapshotCommand(args);
1153
- if (typeof optionsOrCb === "function") {
1154
- this.send(command, optionsOrCb);
1155
- } else if (typeof cb === "function") {
1156
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1157
- this.send(command, optionsOrCb || {}, cb);
1158
- } else {
1159
- return this.send(command, optionsOrCb);
1160
- }
1161
- }
1162
-
1163
- /**
1164
- * <p>Creates a new Amazon Redshift subnet group. You must provide a list of one or more
1165
- * subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating
1166
- * Amazon Redshift subnet group.</p>
1167
- * <p>
1168
- * For information about subnet groups, go to
1169
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-cluster-subnet-groups.html">Amazon Redshift Cluster Subnet Groups</a> in the
1170
- * <i>Amazon Redshift Cluster Management Guide</i>.</p>
1171
- */
1172
- public createClusterSubnetGroup(
1173
- args: CreateClusterSubnetGroupCommandInput,
1174
- options?: __HttpHandlerOptions
1175
- ): Promise<CreateClusterSubnetGroupCommandOutput>;
1176
- public createClusterSubnetGroup(
1177
- args: CreateClusterSubnetGroupCommandInput,
1178
- cb: (err: any, data?: CreateClusterSubnetGroupCommandOutput) => void
1179
- ): void;
1180
- public createClusterSubnetGroup(
1181
- args: CreateClusterSubnetGroupCommandInput,
1182
- options: __HttpHandlerOptions,
1183
- cb: (err: any, data?: CreateClusterSubnetGroupCommandOutput) => void
1184
- ): void;
1185
- public createClusterSubnetGroup(
1186
- args: CreateClusterSubnetGroupCommandInput,
1187
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateClusterSubnetGroupCommandOutput) => void),
1188
- cb?: (err: any, data?: CreateClusterSubnetGroupCommandOutput) => void
1189
- ): Promise<CreateClusterSubnetGroupCommandOutput> | void {
1190
- const command = new CreateClusterSubnetGroupCommand(args);
1191
- if (typeof optionsOrCb === "function") {
1192
- this.send(command, optionsOrCb);
1193
- } else if (typeof cb === "function") {
1194
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1195
- this.send(command, optionsOrCb || {}, cb);
1196
- } else {
1197
- return this.send(command, optionsOrCb);
1198
- }
1199
- }
1200
-
1201
- /**
1202
- * <p>Creates a Redshift-managed VPC endpoint.</p>
1203
- */
1204
- public createEndpointAccess(
1205
- args: CreateEndpointAccessCommandInput,
1206
- options?: __HttpHandlerOptions
1207
- ): Promise<CreateEndpointAccessCommandOutput>;
1208
- public createEndpointAccess(
1209
- args: CreateEndpointAccessCommandInput,
1210
- cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void
1211
- ): void;
1212
- public createEndpointAccess(
1213
- args: CreateEndpointAccessCommandInput,
1214
- options: __HttpHandlerOptions,
1215
- cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void
1216
- ): void;
1217
- public createEndpointAccess(
1218
- args: CreateEndpointAccessCommandInput,
1219
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEndpointAccessCommandOutput) => void),
1220
- cb?: (err: any, data?: CreateEndpointAccessCommandOutput) => void
1221
- ): Promise<CreateEndpointAccessCommandOutput> | void {
1222
- const command = new CreateEndpointAccessCommand(args);
1223
- if (typeof optionsOrCb === "function") {
1224
- this.send(command, optionsOrCb);
1225
- } else if (typeof cb === "function") {
1226
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1227
- this.send(command, optionsOrCb || {}, cb);
1228
- } else {
1229
- return this.send(command, optionsOrCb);
1230
- }
1231
- }
1232
-
1233
- /**
1234
- * <p>Creates an Amazon Redshift event notification subscription. This action requires an ARN
1235
- * (Amazon Resource Name) of an Amazon SNS topic created by either the Amazon Redshift console,
1236
- * the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you
1237
- * must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in
1238
- * the SNS console.</p>
1239
- * <p>You can specify the source type, and lists of Amazon Redshift source IDs, event
1240
- * categories, and event severities. Notifications will be sent for all events you want
1241
- * that match those criteria. For example, you can specify source type = cluster, source ID
1242
- * = my-cluster-1 and mycluster2, event categories = Availability, Backup, and severity =
1243
- * ERROR. The subscription will only send notifications for those ERROR events in the
1244
- * Availability and Backup categories for the specified clusters.</p>
1245
- * <p>If you specify both the source type and source IDs, such as source type = cluster
1246
- * and source identifier = my-cluster-1, notifications will be sent for all the cluster
1247
- * events for my-cluster-1. If you specify a source type but do not specify a source
1248
- * identifier, you will receive notice of the events for the objects of that type in your
1249
- * Amazon Web Services account. If you do not specify either the SourceType nor the SourceIdentifier, you
1250
- * 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>
1251
- */
1252
- public createEventSubscription(
1253
- args: CreateEventSubscriptionCommandInput,
1254
- options?: __HttpHandlerOptions
1255
- ): Promise<CreateEventSubscriptionCommandOutput>;
1256
- public createEventSubscription(
1257
- args: CreateEventSubscriptionCommandInput,
1258
- cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
1259
- ): void;
1260
- public createEventSubscription(
1261
- args: CreateEventSubscriptionCommandInput,
1262
- options: __HttpHandlerOptions,
1263
- cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
1264
- ): void;
1265
- public createEventSubscription(
1266
- args: CreateEventSubscriptionCommandInput,
1267
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEventSubscriptionCommandOutput) => void),
1268
- cb?: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
1269
- ): Promise<CreateEventSubscriptionCommandOutput> | void {
1270
- const command = new CreateEventSubscriptionCommand(args);
1271
- if (typeof optionsOrCb === "function") {
1272
- this.send(command, optionsOrCb);
1273
- } else if (typeof cb === "function") {
1274
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1275
- this.send(command, optionsOrCb || {}, cb);
1276
- } else {
1277
- return this.send(command, optionsOrCb);
1278
- }
1279
- }
1280
-
1281
- /**
1282
- * <p>Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to
1283
- * the client's HSM in order to store and retrieve the keys used to encrypt the cluster
1284
- * databases.</p>
1285
- * <p>The command returns a public key, which you must store in the HSM. In addition to
1286
- * creating the HSM certificate, you must create an Amazon Redshift HSM configuration that
1287
- * provides a cluster the information needed to store and use encryption keys in the HSM.
1288
- * 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>
1289
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1290
- */
1291
- public createHsmClientCertificate(
1292
- args: CreateHsmClientCertificateCommandInput,
1293
- options?: __HttpHandlerOptions
1294
- ): Promise<CreateHsmClientCertificateCommandOutput>;
1295
- public createHsmClientCertificate(
1296
- args: CreateHsmClientCertificateCommandInput,
1297
- cb: (err: any, data?: CreateHsmClientCertificateCommandOutput) => void
1298
- ): void;
1299
- public createHsmClientCertificate(
1300
- args: CreateHsmClientCertificateCommandInput,
1301
- options: __HttpHandlerOptions,
1302
- cb: (err: any, data?: CreateHsmClientCertificateCommandOutput) => void
1303
- ): void;
1304
- public createHsmClientCertificate(
1305
- args: CreateHsmClientCertificateCommandInput,
1306
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateHsmClientCertificateCommandOutput) => void),
1307
- cb?: (err: any, data?: CreateHsmClientCertificateCommandOutput) => void
1308
- ): Promise<CreateHsmClientCertificateCommandOutput> | void {
1309
- const command = new CreateHsmClientCertificateCommand(args);
1310
- if (typeof optionsOrCb === "function") {
1311
- this.send(command, optionsOrCb);
1312
- } else if (typeof cb === "function") {
1313
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1314
- this.send(command, optionsOrCb || {}, cb);
1315
- } else {
1316
- return this.send(command, optionsOrCb);
1317
- }
1318
- }
1319
-
1320
- /**
1321
- * <p>Creates an HSM configuration that contains the information required by an Amazon Redshift
1322
- * cluster to store and use database encryption keys in a Hardware Security Module (HSM).
1323
- * After creating the HSM configuration, you can specify it as a parameter when creating a
1324
- * cluster. The cluster will then store its encryption keys in the HSM.</p>
1325
- * <p>In addition to creating an HSM configuration, you must also create an HSM client
1326
- * certificate. For more information, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html">Hardware Security Modules</a>
1327
- * in the Amazon Redshift Cluster Management Guide.</p>
1328
- */
1329
- public createHsmConfiguration(
1330
- args: CreateHsmConfigurationCommandInput,
1331
- options?: __HttpHandlerOptions
1332
- ): Promise<CreateHsmConfigurationCommandOutput>;
1333
- public createHsmConfiguration(
1334
- args: CreateHsmConfigurationCommandInput,
1335
- cb: (err: any, data?: CreateHsmConfigurationCommandOutput) => void
1336
- ): void;
1337
- public createHsmConfiguration(
1338
- args: CreateHsmConfigurationCommandInput,
1339
- options: __HttpHandlerOptions,
1340
- cb: (err: any, data?: CreateHsmConfigurationCommandOutput) => void
1341
- ): void;
1342
- public createHsmConfiguration(
1343
- args: CreateHsmConfigurationCommandInput,
1344
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateHsmConfigurationCommandOutput) => void),
1345
- cb?: (err: any, data?: CreateHsmConfigurationCommandOutput) => void
1346
- ): Promise<CreateHsmConfigurationCommandOutput> | void {
1347
- const command = new CreateHsmConfigurationCommand(args);
1348
- if (typeof optionsOrCb === "function") {
1349
- this.send(command, optionsOrCb);
1350
- } else if (typeof cb === "function") {
1351
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1352
- this.send(command, optionsOrCb || {}, cb);
1353
- } else {
1354
- return this.send(command, optionsOrCb);
1355
- }
1356
- }
1357
-
1358
- /**
1359
- * <p>Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action.
1360
- * For example, you can create a schedule of when to run the <code>ResizeCluster</code> API operation.
1361
- * </p>
1362
- */
1363
- public createScheduledAction(
1364
- args: CreateScheduledActionCommandInput,
1365
- options?: __HttpHandlerOptions
1366
- ): Promise<CreateScheduledActionCommandOutput>;
1367
- public createScheduledAction(
1368
- args: CreateScheduledActionCommandInput,
1369
- cb: (err: any, data?: CreateScheduledActionCommandOutput) => void
1370
- ): void;
1371
- public createScheduledAction(
1372
- args: CreateScheduledActionCommandInput,
1373
- options: __HttpHandlerOptions,
1374
- cb: (err: any, data?: CreateScheduledActionCommandOutput) => void
1375
- ): void;
1376
- public createScheduledAction(
1377
- args: CreateScheduledActionCommandInput,
1378
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateScheduledActionCommandOutput) => void),
1379
- cb?: (err: any, data?: CreateScheduledActionCommandOutput) => void
1380
- ): Promise<CreateScheduledActionCommandOutput> | void {
1381
- const command = new CreateScheduledActionCommand(args);
1382
- if (typeof optionsOrCb === "function") {
1383
- this.send(command, optionsOrCb);
1384
- } else if (typeof cb === "function") {
1385
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1386
- this.send(command, optionsOrCb || {}, cb);
1387
- } else {
1388
- return this.send(command, optionsOrCb);
1389
- }
1390
- }
1391
-
1392
- /**
1393
- * <p>Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key
1394
- * (CMK) from Key Management Service (KMS) to encrypt copied snapshots in a
1395
- * destination region.</p>
1396
- * <p>
1397
- * For more information about managing snapshot copy grants, go to
1398
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html">Amazon Redshift Database Encryption</a>
1399
- * in the <i>Amazon Redshift Cluster Management Guide</i>.
1400
- * </p>
1401
- */
1402
- public createSnapshotCopyGrant(
1403
- args: CreateSnapshotCopyGrantCommandInput,
1404
- options?: __HttpHandlerOptions
1405
- ): Promise<CreateSnapshotCopyGrantCommandOutput>;
1406
- public createSnapshotCopyGrant(
1407
- args: CreateSnapshotCopyGrantCommandInput,
1408
- cb: (err: any, data?: CreateSnapshotCopyGrantCommandOutput) => void
1409
- ): void;
1410
- public createSnapshotCopyGrant(
1411
- args: CreateSnapshotCopyGrantCommandInput,
1412
- options: __HttpHandlerOptions,
1413
- cb: (err: any, data?: CreateSnapshotCopyGrantCommandOutput) => void
1414
- ): void;
1415
- public createSnapshotCopyGrant(
1416
- args: CreateSnapshotCopyGrantCommandInput,
1417
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateSnapshotCopyGrantCommandOutput) => void),
1418
- cb?: (err: any, data?: CreateSnapshotCopyGrantCommandOutput) => void
1419
- ): Promise<CreateSnapshotCopyGrantCommandOutput> | void {
1420
- const command = new CreateSnapshotCopyGrantCommand(args);
1421
- if (typeof optionsOrCb === "function") {
1422
- this.send(command, optionsOrCb);
1423
- } else if (typeof cb === "function") {
1424
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1425
- this.send(command, optionsOrCb || {}, cb);
1426
- } else {
1427
- return this.send(command, optionsOrCb);
1428
- }
1429
- }
1430
-
1431
- /**
1432
- * <p>Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup schedule. </p>
1433
- */
1434
- public createSnapshotSchedule(
1435
- args: CreateSnapshotScheduleCommandInput,
1436
- options?: __HttpHandlerOptions
1437
- ): Promise<CreateSnapshotScheduleCommandOutput>;
1438
- public createSnapshotSchedule(
1439
- args: CreateSnapshotScheduleCommandInput,
1440
- cb: (err: any, data?: CreateSnapshotScheduleCommandOutput) => void
1441
- ): void;
1442
- public createSnapshotSchedule(
1443
- args: CreateSnapshotScheduleCommandInput,
1444
- options: __HttpHandlerOptions,
1445
- cb: (err: any, data?: CreateSnapshotScheduleCommandOutput) => void
1446
- ): void;
1447
- public createSnapshotSchedule(
1448
- args: CreateSnapshotScheduleCommandInput,
1449
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateSnapshotScheduleCommandOutput) => void),
1450
- cb?: (err: any, data?: CreateSnapshotScheduleCommandOutput) => void
1451
- ): Promise<CreateSnapshotScheduleCommandOutput> | void {
1452
- const command = new CreateSnapshotScheduleCommand(args);
1453
- if (typeof optionsOrCb === "function") {
1454
- this.send(command, optionsOrCb);
1455
- } else if (typeof cb === "function") {
1456
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1457
- this.send(command, optionsOrCb || {}, cb);
1458
- } else {
1459
- return this.send(command, optionsOrCb);
1460
- }
1461
- }
1462
-
1463
- /**
1464
- * <p>Adds tags to a cluster.</p>
1465
- * <p>A resource can have up to 50 tags. If you try to create more than 50 tags for a
1466
- * resource, you will receive an error and the attempt will fail.</p>
1467
- * <p>If you specify a key that already exists for the resource, the value for that key
1468
- * will be updated with the new value.</p>
1469
- */
1470
- public createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
1471
- public createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
1472
- public createTags(
1473
- args: CreateTagsCommandInput,
1474
- options: __HttpHandlerOptions,
1475
- cb: (err: any, data?: CreateTagsCommandOutput) => void
1476
- ): void;
1477
- public createTags(
1478
- args: CreateTagsCommandInput,
1479
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTagsCommandOutput) => void),
1480
- cb?: (err: any, data?: CreateTagsCommandOutput) => void
1481
- ): Promise<CreateTagsCommandOutput> | void {
1482
- const command = new CreateTagsCommand(args);
1483
- if (typeof optionsOrCb === "function") {
1484
- this.send(command, optionsOrCb);
1485
- } else if (typeof cb === "function") {
1486
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1487
- this.send(command, optionsOrCb || {}, cb);
1488
- } else {
1489
- return this.send(command, optionsOrCb);
1490
- }
1491
- }
1492
-
1493
- /**
1494
- * <p>Creates a usage limit for a specified Amazon Redshift feature on a cluster.
1495
- * The usage limit is identified by the returned usage limit identifier.</p>
1496
- */
1497
- public createUsageLimit(
1498
- args: CreateUsageLimitCommandInput,
1499
- options?: __HttpHandlerOptions
1500
- ): Promise<CreateUsageLimitCommandOutput>;
1501
- public createUsageLimit(
1502
- args: CreateUsageLimitCommandInput,
1503
- cb: (err: any, data?: CreateUsageLimitCommandOutput) => void
1504
- ): void;
1505
- public createUsageLimit(
1506
- args: CreateUsageLimitCommandInput,
1507
- options: __HttpHandlerOptions,
1508
- cb: (err: any, data?: CreateUsageLimitCommandOutput) => void
1509
- ): void;
1510
- public createUsageLimit(
1511
- args: CreateUsageLimitCommandInput,
1512
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUsageLimitCommandOutput) => void),
1513
- cb?: (err: any, data?: CreateUsageLimitCommandOutput) => void
1514
- ): Promise<CreateUsageLimitCommandOutput> | void {
1515
- const command = new CreateUsageLimitCommand(args);
1516
- if (typeof optionsOrCb === "function") {
1517
- this.send(command, optionsOrCb);
1518
- } else if (typeof cb === "function") {
1519
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1520
- this.send(command, optionsOrCb || {}, cb);
1521
- } else {
1522
- return this.send(command, optionsOrCb);
1523
- }
1524
- }
1525
-
1526
- /**
1527
- * <p>From the producer account, removes authorization from the specified datashare. </p>
1528
- */
1529
- public deauthorizeDataShare(
1530
- args: DeauthorizeDataShareCommandInput,
1531
- options?: __HttpHandlerOptions
1532
- ): Promise<DeauthorizeDataShareCommandOutput>;
1533
- public deauthorizeDataShare(
1534
- args: DeauthorizeDataShareCommandInput,
1535
- cb: (err: any, data?: DeauthorizeDataShareCommandOutput) => void
1536
- ): void;
1537
- public deauthorizeDataShare(
1538
- args: DeauthorizeDataShareCommandInput,
1539
- options: __HttpHandlerOptions,
1540
- cb: (err: any, data?: DeauthorizeDataShareCommandOutput) => void
1541
- ): void;
1542
- public deauthorizeDataShare(
1543
- args: DeauthorizeDataShareCommandInput,
1544
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeauthorizeDataShareCommandOutput) => void),
1545
- cb?: (err: any, data?: DeauthorizeDataShareCommandOutput) => void
1546
- ): Promise<DeauthorizeDataShareCommandOutput> | void {
1547
- const command = new DeauthorizeDataShareCommand(args);
1548
- if (typeof optionsOrCb === "function") {
1549
- this.send(command, optionsOrCb);
1550
- } else if (typeof cb === "function") {
1551
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1552
- this.send(command, optionsOrCb || {}, cb);
1553
- } else {
1554
- return this.send(command, optionsOrCb);
1555
- }
1556
- }
1557
-
1558
- /**
1559
- * <p>Deletes an authentication profile.</p>
1560
- */
1561
- public deleteAuthenticationProfile(
1562
- args: DeleteAuthenticationProfileCommandInput,
1563
- options?: __HttpHandlerOptions
1564
- ): Promise<DeleteAuthenticationProfileCommandOutput>;
1565
- public deleteAuthenticationProfile(
1566
- args: DeleteAuthenticationProfileCommandInput,
1567
- cb: (err: any, data?: DeleteAuthenticationProfileCommandOutput) => void
1568
- ): void;
1569
- public deleteAuthenticationProfile(
1570
- args: DeleteAuthenticationProfileCommandInput,
1571
- options: __HttpHandlerOptions,
1572
- cb: (err: any, data?: DeleteAuthenticationProfileCommandOutput) => void
1573
- ): void;
1574
- public deleteAuthenticationProfile(
1575
- args: DeleteAuthenticationProfileCommandInput,
1576
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAuthenticationProfileCommandOutput) => void),
1577
- cb?: (err: any, data?: DeleteAuthenticationProfileCommandOutput) => void
1578
- ): Promise<DeleteAuthenticationProfileCommandOutput> | void {
1579
- const command = new DeleteAuthenticationProfileCommand(args);
1580
- if (typeof optionsOrCb === "function") {
1581
- this.send(command, optionsOrCb);
1582
- } else if (typeof cb === "function") {
1583
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1584
- this.send(command, optionsOrCb || {}, cb);
1585
- } else {
1586
- return this.send(command, optionsOrCb);
1587
- }
1588
- }
1589
-
1590
- /**
1591
- * <p>Deletes a previously provisioned cluster without its final snapshot being created. A successful response from the web
1592
- * service indicates that the request was received correctly. Use <a>DescribeClusters</a> to monitor the status of the deletion. The delete
1593
- * operation cannot be canceled or reverted once submitted.
1594
- * For more information about managing clusters, go to
1595
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
1596
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1597
- * <p>If you want to shut down the cluster and retain it for future use, set
1598
- * <i>SkipFinalClusterSnapshot</i> to <code>false</code> and specify a
1599
- * name for <i>FinalClusterSnapshotIdentifier</i>. You can later restore this
1600
- * snapshot to resume using the cluster. If a final cluster snapshot is requested, the
1601
- * status of the cluster will be "final-snapshot" while the snapshot is being taken, then
1602
- * it's "deleting" once Amazon Redshift begins deleting the cluster. </p>
1603
- * <p>
1604
- * For more information about managing clusters, go to
1605
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
1606
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1607
- */
1608
- public deleteCluster(
1609
- args: DeleteClusterCommandInput,
1610
- options?: __HttpHandlerOptions
1611
- ): Promise<DeleteClusterCommandOutput>;
1612
- public deleteCluster(
1613
- args: DeleteClusterCommandInput,
1614
- cb: (err: any, data?: DeleteClusterCommandOutput) => void
1615
- ): void;
1616
- public deleteCluster(
1617
- args: DeleteClusterCommandInput,
1618
- options: __HttpHandlerOptions,
1619
- cb: (err: any, data?: DeleteClusterCommandOutput) => void
1620
- ): void;
1621
- public deleteCluster(
1622
- args: DeleteClusterCommandInput,
1623
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteClusterCommandOutput) => void),
1624
- cb?: (err: any, data?: DeleteClusterCommandOutput) => void
1625
- ): Promise<DeleteClusterCommandOutput> | void {
1626
- const command = new DeleteClusterCommand(args);
1627
- if (typeof optionsOrCb === "function") {
1628
- this.send(command, optionsOrCb);
1629
- } else if (typeof cb === "function") {
1630
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1631
- this.send(command, optionsOrCb || {}, cb);
1632
- } else {
1633
- return this.send(command, optionsOrCb);
1634
- }
1635
- }
1636
-
1637
- /**
1638
- * <p>Deletes a specified Amazon Redshift parameter group.</p>
1639
- * <note>
1640
- * <p>You cannot delete a parameter group if it is associated with a
1641
- * cluster.</p>
1642
- * </note>
1643
- */
1644
- public deleteClusterParameterGroup(
1645
- args: DeleteClusterParameterGroupCommandInput,
1646
- options?: __HttpHandlerOptions
1647
- ): Promise<DeleteClusterParameterGroupCommandOutput>;
1648
- public deleteClusterParameterGroup(
1649
- args: DeleteClusterParameterGroupCommandInput,
1650
- cb: (err: any, data?: DeleteClusterParameterGroupCommandOutput) => void
1651
- ): void;
1652
- public deleteClusterParameterGroup(
1653
- args: DeleteClusterParameterGroupCommandInput,
1654
- options: __HttpHandlerOptions,
1655
- cb: (err: any, data?: DeleteClusterParameterGroupCommandOutput) => void
1656
- ): void;
1657
- public deleteClusterParameterGroup(
1658
- args: DeleteClusterParameterGroupCommandInput,
1659
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteClusterParameterGroupCommandOutput) => void),
1660
- cb?: (err: any, data?: DeleteClusterParameterGroupCommandOutput) => void
1661
- ): Promise<DeleteClusterParameterGroupCommandOutput> | void {
1662
- const command = new DeleteClusterParameterGroupCommand(args);
1663
- if (typeof optionsOrCb === "function") {
1664
- this.send(command, optionsOrCb);
1665
- } else if (typeof cb === "function") {
1666
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1667
- this.send(command, optionsOrCb || {}, cb);
1668
- } else {
1669
- return this.send(command, optionsOrCb);
1670
- }
1671
- }
1672
-
1673
- /**
1674
- * <p>Deletes an Amazon Redshift security group.</p>
1675
- * <note>
1676
- * <p>You cannot delete a security group that is associated with any clusters. You
1677
- * cannot delete the default security group.</p>
1678
- * </note>
1679
- * <p>
1680
- * For information about managing security groups, go to
1681
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
1682
- * <i>Amazon Redshift Cluster Management Guide</i>.</p>
1683
- */
1684
- public deleteClusterSecurityGroup(
1685
- args: DeleteClusterSecurityGroupCommandInput,
1686
- options?: __HttpHandlerOptions
1687
- ): Promise<DeleteClusterSecurityGroupCommandOutput>;
1688
- public deleteClusterSecurityGroup(
1689
- args: DeleteClusterSecurityGroupCommandInput,
1690
- cb: (err: any, data?: DeleteClusterSecurityGroupCommandOutput) => void
1691
- ): void;
1692
- public deleteClusterSecurityGroup(
1693
- args: DeleteClusterSecurityGroupCommandInput,
1694
- options: __HttpHandlerOptions,
1695
- cb: (err: any, data?: DeleteClusterSecurityGroupCommandOutput) => void
1696
- ): void;
1697
- public deleteClusterSecurityGroup(
1698
- args: DeleteClusterSecurityGroupCommandInput,
1699
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteClusterSecurityGroupCommandOutput) => void),
1700
- cb?: (err: any, data?: DeleteClusterSecurityGroupCommandOutput) => void
1701
- ): Promise<DeleteClusterSecurityGroupCommandOutput> | void {
1702
- const command = new DeleteClusterSecurityGroupCommand(args);
1703
- if (typeof optionsOrCb === "function") {
1704
- this.send(command, optionsOrCb);
1705
- } else if (typeof cb === "function") {
1706
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1707
- this.send(command, optionsOrCb || {}, cb);
1708
- } else {
1709
- return this.send(command, optionsOrCb);
1710
- }
1711
- }
1712
-
1713
- /**
1714
- * <p>Deletes the specified manual snapshot. The snapshot must be in the
1715
- * <code>available</code> state, with no other users authorized to access the snapshot. </p>
1716
- * <p>Unlike automated snapshots, manual snapshots are retained even after you delete
1717
- * your cluster. Amazon Redshift does not delete your manual snapshots. You must delete manual
1718
- * snapshot explicitly to avoid getting charged. If other accounts are authorized to access
1719
- * the snapshot, you must revoke all of the authorizations before you can delete the
1720
- * snapshot.</p>
1721
- */
1722
- public deleteClusterSnapshot(
1723
- args: DeleteClusterSnapshotCommandInput,
1724
- options?: __HttpHandlerOptions
1725
- ): Promise<DeleteClusterSnapshotCommandOutput>;
1726
- public deleteClusterSnapshot(
1727
- args: DeleteClusterSnapshotCommandInput,
1728
- cb: (err: any, data?: DeleteClusterSnapshotCommandOutput) => void
1729
- ): void;
1730
- public deleteClusterSnapshot(
1731
- args: DeleteClusterSnapshotCommandInput,
1732
- options: __HttpHandlerOptions,
1733
- cb: (err: any, data?: DeleteClusterSnapshotCommandOutput) => void
1734
- ): void;
1735
- public deleteClusterSnapshot(
1736
- args: DeleteClusterSnapshotCommandInput,
1737
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteClusterSnapshotCommandOutput) => void),
1738
- cb?: (err: any, data?: DeleteClusterSnapshotCommandOutput) => void
1739
- ): Promise<DeleteClusterSnapshotCommandOutput> | void {
1740
- const command = new DeleteClusterSnapshotCommand(args);
1741
- if (typeof optionsOrCb === "function") {
1742
- this.send(command, optionsOrCb);
1743
- } else if (typeof cb === "function") {
1744
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1745
- this.send(command, optionsOrCb || {}, cb);
1746
- } else {
1747
- return this.send(command, optionsOrCb);
1748
- }
1749
- }
1750
-
1751
- /**
1752
- * <p>Deletes the specified cluster subnet group.</p>
1753
- */
1754
- public deleteClusterSubnetGroup(
1755
- args: DeleteClusterSubnetGroupCommandInput,
1756
- options?: __HttpHandlerOptions
1757
- ): Promise<DeleteClusterSubnetGroupCommandOutput>;
1758
- public deleteClusterSubnetGroup(
1759
- args: DeleteClusterSubnetGroupCommandInput,
1760
- cb: (err: any, data?: DeleteClusterSubnetGroupCommandOutput) => void
1761
- ): void;
1762
- public deleteClusterSubnetGroup(
1763
- args: DeleteClusterSubnetGroupCommandInput,
1764
- options: __HttpHandlerOptions,
1765
- cb: (err: any, data?: DeleteClusterSubnetGroupCommandOutput) => void
1766
- ): void;
1767
- public deleteClusterSubnetGroup(
1768
- args: DeleteClusterSubnetGroupCommandInput,
1769
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteClusterSubnetGroupCommandOutput) => void),
1770
- cb?: (err: any, data?: DeleteClusterSubnetGroupCommandOutput) => void
1771
- ): Promise<DeleteClusterSubnetGroupCommandOutput> | void {
1772
- const command = new DeleteClusterSubnetGroupCommand(args);
1773
- if (typeof optionsOrCb === "function") {
1774
- this.send(command, optionsOrCb);
1775
- } else if (typeof cb === "function") {
1776
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1777
- this.send(command, optionsOrCb || {}, cb);
1778
- } else {
1779
- return this.send(command, optionsOrCb);
1780
- }
1781
- }
1782
-
1783
- /**
1784
- * <p>Deletes a Redshift-managed VPC endpoint.</p>
1785
- */
1786
- public deleteEndpointAccess(
1787
- args: DeleteEndpointAccessCommandInput,
1788
- options?: __HttpHandlerOptions
1789
- ): Promise<DeleteEndpointAccessCommandOutput>;
1790
- public deleteEndpointAccess(
1791
- args: DeleteEndpointAccessCommandInput,
1792
- cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void
1793
- ): void;
1794
- public deleteEndpointAccess(
1795
- args: DeleteEndpointAccessCommandInput,
1796
- options: __HttpHandlerOptions,
1797
- cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void
1798
- ): void;
1799
- public deleteEndpointAccess(
1800
- args: DeleteEndpointAccessCommandInput,
1801
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEndpointAccessCommandOutput) => void),
1802
- cb?: (err: any, data?: DeleteEndpointAccessCommandOutput) => void
1803
- ): Promise<DeleteEndpointAccessCommandOutput> | void {
1804
- const command = new DeleteEndpointAccessCommand(args);
1805
- if (typeof optionsOrCb === "function") {
1806
- this.send(command, optionsOrCb);
1807
- } else if (typeof cb === "function") {
1808
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1809
- this.send(command, optionsOrCb || {}, cb);
1810
- } else {
1811
- return this.send(command, optionsOrCb);
1812
- }
1813
- }
1814
-
1815
- /**
1816
- * <p>Deletes an Amazon Redshift event notification subscription.</p>
1817
- */
1818
- public deleteEventSubscription(
1819
- args: DeleteEventSubscriptionCommandInput,
1820
- options?: __HttpHandlerOptions
1821
- ): Promise<DeleteEventSubscriptionCommandOutput>;
1822
- public deleteEventSubscription(
1823
- args: DeleteEventSubscriptionCommandInput,
1824
- cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
1825
- ): void;
1826
- public deleteEventSubscription(
1827
- args: DeleteEventSubscriptionCommandInput,
1828
- options: __HttpHandlerOptions,
1829
- cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
1830
- ): void;
1831
- public deleteEventSubscription(
1832
- args: DeleteEventSubscriptionCommandInput,
1833
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEventSubscriptionCommandOutput) => void),
1834
- cb?: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
1835
- ): Promise<DeleteEventSubscriptionCommandOutput> | void {
1836
- const command = new DeleteEventSubscriptionCommand(args);
1837
- if (typeof optionsOrCb === "function") {
1838
- this.send(command, optionsOrCb);
1839
- } else if (typeof cb === "function") {
1840
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1841
- this.send(command, optionsOrCb || {}, cb);
1842
- } else {
1843
- return this.send(command, optionsOrCb);
1844
- }
1845
- }
1846
-
1847
- /**
1848
- * <p>Deletes the specified HSM client certificate.</p>
1849
- */
1850
- public deleteHsmClientCertificate(
1851
- args: DeleteHsmClientCertificateCommandInput,
1852
- options?: __HttpHandlerOptions
1853
- ): Promise<DeleteHsmClientCertificateCommandOutput>;
1854
- public deleteHsmClientCertificate(
1855
- args: DeleteHsmClientCertificateCommandInput,
1856
- cb: (err: any, data?: DeleteHsmClientCertificateCommandOutput) => void
1857
- ): void;
1858
- public deleteHsmClientCertificate(
1859
- args: DeleteHsmClientCertificateCommandInput,
1860
- options: __HttpHandlerOptions,
1861
- cb: (err: any, data?: DeleteHsmClientCertificateCommandOutput) => void
1862
- ): void;
1863
- public deleteHsmClientCertificate(
1864
- args: DeleteHsmClientCertificateCommandInput,
1865
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteHsmClientCertificateCommandOutput) => void),
1866
- cb?: (err: any, data?: DeleteHsmClientCertificateCommandOutput) => void
1867
- ): Promise<DeleteHsmClientCertificateCommandOutput> | void {
1868
- const command = new DeleteHsmClientCertificateCommand(args);
1869
- if (typeof optionsOrCb === "function") {
1870
- this.send(command, optionsOrCb);
1871
- } else if (typeof cb === "function") {
1872
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1873
- this.send(command, optionsOrCb || {}, cb);
1874
- } else {
1875
- return this.send(command, optionsOrCb);
1876
- }
1877
- }
1878
-
1879
- /**
1880
- * <p>Deletes the specified Amazon Redshift HSM configuration.</p>
1881
- */
1882
- public deleteHsmConfiguration(
1883
- args: DeleteHsmConfigurationCommandInput,
1884
- options?: __HttpHandlerOptions
1885
- ): Promise<DeleteHsmConfigurationCommandOutput>;
1886
- public deleteHsmConfiguration(
1887
- args: DeleteHsmConfigurationCommandInput,
1888
- cb: (err: any, data?: DeleteHsmConfigurationCommandOutput) => void
1889
- ): void;
1890
- public deleteHsmConfiguration(
1891
- args: DeleteHsmConfigurationCommandInput,
1892
- options: __HttpHandlerOptions,
1893
- cb: (err: any, data?: DeleteHsmConfigurationCommandOutput) => void
1894
- ): void;
1895
- public deleteHsmConfiguration(
1896
- args: DeleteHsmConfigurationCommandInput,
1897
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteHsmConfigurationCommandOutput) => void),
1898
- cb?: (err: any, data?: DeleteHsmConfigurationCommandOutput) => void
1899
- ): Promise<DeleteHsmConfigurationCommandOutput> | void {
1900
- const command = new DeleteHsmConfigurationCommand(args);
1901
- if (typeof optionsOrCb === "function") {
1902
- this.send(command, optionsOrCb);
1903
- } else if (typeof cb === "function") {
1904
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1905
- this.send(command, optionsOrCb || {}, cb);
1906
- } else {
1907
- return this.send(command, optionsOrCb);
1908
- }
1909
- }
1910
-
1911
- /**
1912
- * <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>
1913
- */
1914
- public deletePartner(
1915
- args: DeletePartnerCommandInput,
1916
- options?: __HttpHandlerOptions
1917
- ): Promise<DeletePartnerCommandOutput>;
1918
- public deletePartner(
1919
- args: DeletePartnerCommandInput,
1920
- cb: (err: any, data?: DeletePartnerCommandOutput) => void
1921
- ): void;
1922
- public deletePartner(
1923
- args: DeletePartnerCommandInput,
1924
- options: __HttpHandlerOptions,
1925
- cb: (err: any, data?: DeletePartnerCommandOutput) => void
1926
- ): void;
1927
- public deletePartner(
1928
- args: DeletePartnerCommandInput,
1929
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeletePartnerCommandOutput) => void),
1930
- cb?: (err: any, data?: DeletePartnerCommandOutput) => void
1931
- ): Promise<DeletePartnerCommandOutput> | void {
1932
- const command = new DeletePartnerCommand(args);
1933
- if (typeof optionsOrCb === "function") {
1934
- this.send(command, optionsOrCb);
1935
- } else if (typeof cb === "function") {
1936
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1937
- this.send(command, optionsOrCb || {}, cb);
1938
- } else {
1939
- return this.send(command, optionsOrCb);
1940
- }
1941
- }
1942
-
1943
- /**
1944
- * <p>Deletes a scheduled action.
1945
- * </p>
1946
- */
1947
- public deleteScheduledAction(
1948
- args: DeleteScheduledActionCommandInput,
1949
- options?: __HttpHandlerOptions
1950
- ): Promise<DeleteScheduledActionCommandOutput>;
1951
- public deleteScheduledAction(
1952
- args: DeleteScheduledActionCommandInput,
1953
- cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
1954
- ): void;
1955
- public deleteScheduledAction(
1956
- args: DeleteScheduledActionCommandInput,
1957
- options: __HttpHandlerOptions,
1958
- cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
1959
- ): void;
1960
- public deleteScheduledAction(
1961
- args: DeleteScheduledActionCommandInput,
1962
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteScheduledActionCommandOutput) => void),
1963
- cb?: (err: any, data?: DeleteScheduledActionCommandOutput) => void
1964
- ): Promise<DeleteScheduledActionCommandOutput> | void {
1965
- const command = new DeleteScheduledActionCommand(args);
1966
- if (typeof optionsOrCb === "function") {
1967
- this.send(command, optionsOrCb);
1968
- } else if (typeof cb === "function") {
1969
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1970
- this.send(command, optionsOrCb || {}, cb);
1971
- } else {
1972
- return this.send(command, optionsOrCb);
1973
- }
1974
- }
1975
-
1976
- /**
1977
- * <p>Deletes the specified snapshot copy grant.</p>
1978
- */
1979
- public deleteSnapshotCopyGrant(
1980
- args: DeleteSnapshotCopyGrantCommandInput,
1981
- options?: __HttpHandlerOptions
1982
- ): Promise<DeleteSnapshotCopyGrantCommandOutput>;
1983
- public deleteSnapshotCopyGrant(
1984
- args: DeleteSnapshotCopyGrantCommandInput,
1985
- cb: (err: any, data?: DeleteSnapshotCopyGrantCommandOutput) => void
1986
- ): void;
1987
- public deleteSnapshotCopyGrant(
1988
- args: DeleteSnapshotCopyGrantCommandInput,
1989
- options: __HttpHandlerOptions,
1990
- cb: (err: any, data?: DeleteSnapshotCopyGrantCommandOutput) => void
1991
- ): void;
1992
- public deleteSnapshotCopyGrant(
1993
- args: DeleteSnapshotCopyGrantCommandInput,
1994
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteSnapshotCopyGrantCommandOutput) => void),
1995
- cb?: (err: any, data?: DeleteSnapshotCopyGrantCommandOutput) => void
1996
- ): Promise<DeleteSnapshotCopyGrantCommandOutput> | void {
1997
- const command = new DeleteSnapshotCopyGrantCommand(args);
1998
- if (typeof optionsOrCb === "function") {
1999
- this.send(command, optionsOrCb);
2000
- } else if (typeof cb === "function") {
2001
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2002
- this.send(command, optionsOrCb || {}, cb);
2003
- } else {
2004
- return this.send(command, optionsOrCb);
2005
- }
2006
- }
2007
-
2008
- /**
2009
- * <p>Deletes a snapshot schedule.</p>
2010
- */
2011
- public deleteSnapshotSchedule(
2012
- args: DeleteSnapshotScheduleCommandInput,
2013
- options?: __HttpHandlerOptions
2014
- ): Promise<DeleteSnapshotScheduleCommandOutput>;
2015
- public deleteSnapshotSchedule(
2016
- args: DeleteSnapshotScheduleCommandInput,
2017
- cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void
2018
- ): void;
2019
- public deleteSnapshotSchedule(
2020
- args: DeleteSnapshotScheduleCommandInput,
2021
- options: __HttpHandlerOptions,
2022
- cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void
2023
- ): void;
2024
- public deleteSnapshotSchedule(
2025
- args: DeleteSnapshotScheduleCommandInput,
2026
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteSnapshotScheduleCommandOutput) => void),
2027
- cb?: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void
2028
- ): Promise<DeleteSnapshotScheduleCommandOutput> | void {
2029
- const command = new DeleteSnapshotScheduleCommand(args);
2030
- if (typeof optionsOrCb === "function") {
2031
- this.send(command, optionsOrCb);
2032
- } else if (typeof cb === "function") {
2033
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2034
- this.send(command, optionsOrCb || {}, cb);
2035
- } else {
2036
- return this.send(command, optionsOrCb);
2037
- }
2038
- }
2039
-
2040
- /**
2041
- * <p>Deletes tags from a resource. You must provide the ARN of the resource
2042
- * from which you want to delete the tag or tags.</p>
2043
- */
2044
- public deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
2045
- public deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
2046
- public deleteTags(
2047
- args: DeleteTagsCommandInput,
2048
- options: __HttpHandlerOptions,
2049
- cb: (err: any, data?: DeleteTagsCommandOutput) => void
2050
- ): void;
2051
- public deleteTags(
2052
- args: DeleteTagsCommandInput,
2053
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteTagsCommandOutput) => void),
2054
- cb?: (err: any, data?: DeleteTagsCommandOutput) => void
2055
- ): Promise<DeleteTagsCommandOutput> | void {
2056
- const command = new DeleteTagsCommand(args);
2057
- if (typeof optionsOrCb === "function") {
2058
- this.send(command, optionsOrCb);
2059
- } else if (typeof cb === "function") {
2060
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2061
- this.send(command, optionsOrCb || {}, cb);
2062
- } else {
2063
- return this.send(command, optionsOrCb);
2064
- }
2065
- }
2066
-
2067
- /**
2068
- * <p>Deletes a usage limit from a cluster.</p>
2069
- */
2070
- public deleteUsageLimit(
2071
- args: DeleteUsageLimitCommandInput,
2072
- options?: __HttpHandlerOptions
2073
- ): Promise<DeleteUsageLimitCommandOutput>;
2074
- public deleteUsageLimit(
2075
- args: DeleteUsageLimitCommandInput,
2076
- cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void
2077
- ): void;
2078
- public deleteUsageLimit(
2079
- args: DeleteUsageLimitCommandInput,
2080
- options: __HttpHandlerOptions,
2081
- cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void
2082
- ): void;
2083
- public deleteUsageLimit(
2084
- args: DeleteUsageLimitCommandInput,
2085
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUsageLimitCommandOutput) => void),
2086
- cb?: (err: any, data?: DeleteUsageLimitCommandOutput) => void
2087
- ): Promise<DeleteUsageLimitCommandOutput> | void {
2088
- const command = new DeleteUsageLimitCommand(args);
2089
- if (typeof optionsOrCb === "function") {
2090
- this.send(command, optionsOrCb);
2091
- } else if (typeof cb === "function") {
2092
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2093
- this.send(command, optionsOrCb || {}, cb);
2094
- } else {
2095
- return this.send(command, optionsOrCb);
2096
- }
2097
- }
2098
-
2099
- /**
2100
- * <p>Returns a list of attributes attached to an account</p>
2101
- */
2102
- public describeAccountAttributes(
2103
- args: DescribeAccountAttributesCommandInput,
2104
- options?: __HttpHandlerOptions
2105
- ): Promise<DescribeAccountAttributesCommandOutput>;
2106
- public describeAccountAttributes(
2107
- args: DescribeAccountAttributesCommandInput,
2108
- cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
2109
- ): void;
2110
- public describeAccountAttributes(
2111
- args: DescribeAccountAttributesCommandInput,
2112
- options: __HttpHandlerOptions,
2113
- cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
2114
- ): void;
2115
- public describeAccountAttributes(
2116
- args: DescribeAccountAttributesCommandInput,
2117
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAccountAttributesCommandOutput) => void),
2118
- cb?: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
2119
- ): Promise<DescribeAccountAttributesCommandOutput> | void {
2120
- const command = new DescribeAccountAttributesCommand(args);
2121
- if (typeof optionsOrCb === "function") {
2122
- this.send(command, optionsOrCb);
2123
- } else if (typeof cb === "function") {
2124
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2125
- this.send(command, optionsOrCb || {}, cb);
2126
- } else {
2127
- return this.send(command, optionsOrCb);
2128
- }
2129
- }
2130
-
2131
- /**
2132
- * <p>Describes an authentication profile.</p>
2133
- */
2134
- public describeAuthenticationProfiles(
2135
- args: DescribeAuthenticationProfilesCommandInput,
2136
- options?: __HttpHandlerOptions
2137
- ): Promise<DescribeAuthenticationProfilesCommandOutput>;
2138
- public describeAuthenticationProfiles(
2139
- args: DescribeAuthenticationProfilesCommandInput,
2140
- cb: (err: any, data?: DescribeAuthenticationProfilesCommandOutput) => void
2141
- ): void;
2142
- public describeAuthenticationProfiles(
2143
- args: DescribeAuthenticationProfilesCommandInput,
2144
- options: __HttpHandlerOptions,
2145
- cb: (err: any, data?: DescribeAuthenticationProfilesCommandOutput) => void
2146
- ): void;
2147
- public describeAuthenticationProfiles(
2148
- args: DescribeAuthenticationProfilesCommandInput,
2149
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAuthenticationProfilesCommandOutput) => void),
2150
- cb?: (err: any, data?: DescribeAuthenticationProfilesCommandOutput) => void
2151
- ): Promise<DescribeAuthenticationProfilesCommandOutput> | void {
2152
- const command = new DescribeAuthenticationProfilesCommand(args);
2153
- if (typeof optionsOrCb === "function") {
2154
- this.send(command, optionsOrCb);
2155
- } else if (typeof cb === "function") {
2156
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2157
- this.send(command, optionsOrCb || {}, cb);
2158
- } else {
2159
- return this.send(command, optionsOrCb);
2160
- }
2161
- }
2162
-
2163
- /**
2164
- * <p>Returns an array of <code>ClusterDbRevision</code> objects.</p>
2165
- */
2166
- public describeClusterDbRevisions(
2167
- args: DescribeClusterDbRevisionsCommandInput,
2168
- options?: __HttpHandlerOptions
2169
- ): Promise<DescribeClusterDbRevisionsCommandOutput>;
2170
- public describeClusterDbRevisions(
2171
- args: DescribeClusterDbRevisionsCommandInput,
2172
- cb: (err: any, data?: DescribeClusterDbRevisionsCommandOutput) => void
2173
- ): void;
2174
- public describeClusterDbRevisions(
2175
- args: DescribeClusterDbRevisionsCommandInput,
2176
- options: __HttpHandlerOptions,
2177
- cb: (err: any, data?: DescribeClusterDbRevisionsCommandOutput) => void
2178
- ): void;
2179
- public describeClusterDbRevisions(
2180
- args: DescribeClusterDbRevisionsCommandInput,
2181
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeClusterDbRevisionsCommandOutput) => void),
2182
- cb?: (err: any, data?: DescribeClusterDbRevisionsCommandOutput) => void
2183
- ): Promise<DescribeClusterDbRevisionsCommandOutput> | void {
2184
- const command = new DescribeClusterDbRevisionsCommand(args);
2185
- if (typeof optionsOrCb === "function") {
2186
- this.send(command, optionsOrCb);
2187
- } else if (typeof cb === "function") {
2188
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2189
- this.send(command, optionsOrCb || {}, cb);
2190
- } else {
2191
- return this.send(command, optionsOrCb);
2192
- }
2193
- }
2194
-
2195
- /**
2196
- * <p>Returns a list of Amazon Redshift parameter groups, including parameter groups you
2197
- * created and the default parameter group. For each parameter group, the response includes
2198
- * the parameter group name, description, and parameter group family name. You can
2199
- * optionally specify a name to retrieve the description of a specific parameter
2200
- * group.</p>
2201
- * <p>
2202
- * For more information about parameters and parameter groups, go to
2203
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
2204
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
2205
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
2206
- * all parameter groups that match any combination of the specified keys and values. For
2207
- * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
2208
- * <code>admin</code> and <code>test</code> for tag values, all parameter groups that
2209
- * have any combination of those values are returned.</p>
2210
- * <p>If both tag keys and values are omitted from the request, parameter groups are
2211
- * returned regardless of whether they have tag keys or values associated with
2212
- * them.</p>
2213
- */
2214
- public describeClusterParameterGroups(
2215
- args: DescribeClusterParameterGroupsCommandInput,
2216
- options?: __HttpHandlerOptions
2217
- ): Promise<DescribeClusterParameterGroupsCommandOutput>;
2218
- public describeClusterParameterGroups(
2219
- args: DescribeClusterParameterGroupsCommandInput,
2220
- cb: (err: any, data?: DescribeClusterParameterGroupsCommandOutput) => void
2221
- ): void;
2222
- public describeClusterParameterGroups(
2223
- args: DescribeClusterParameterGroupsCommandInput,
2224
- options: __HttpHandlerOptions,
2225
- cb: (err: any, data?: DescribeClusterParameterGroupsCommandOutput) => void
2226
- ): void;
2227
- public describeClusterParameterGroups(
2228
- args: DescribeClusterParameterGroupsCommandInput,
2229
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeClusterParameterGroupsCommandOutput) => void),
2230
- cb?: (err: any, data?: DescribeClusterParameterGroupsCommandOutput) => void
2231
- ): Promise<DescribeClusterParameterGroupsCommandOutput> | void {
2232
- const command = new DescribeClusterParameterGroupsCommand(args);
2233
- if (typeof optionsOrCb === "function") {
2234
- this.send(command, optionsOrCb);
2235
- } else if (typeof cb === "function") {
2236
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2237
- this.send(command, optionsOrCb || {}, cb);
2238
- } else {
2239
- return this.send(command, optionsOrCb);
2240
- }
2241
- }
2242
-
2243
- /**
2244
- * <p>Returns a detailed list of parameters contained within the specified Amazon Redshift
2245
- * parameter group. For each parameter the response includes information such as parameter
2246
- * name, description, data type, value, whether the parameter value is modifiable, and so
2247
- * on.</p>
2248
- * <p>You can specify <i>source</i> filter to retrieve parameters of only
2249
- * specific type. For example, to retrieve parameters that were modified by a user action
2250
- * such as from <a>ModifyClusterParameterGroup</a>, you can specify
2251
- * <i>source</i> equal to <i>user</i>.</p>
2252
- * <p>
2253
- * For more information about parameters and parameter groups, go to
2254
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
2255
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
2256
- */
2257
- public describeClusterParameters(
2258
- args: DescribeClusterParametersCommandInput,
2259
- options?: __HttpHandlerOptions
2260
- ): Promise<DescribeClusterParametersCommandOutput>;
2261
- public describeClusterParameters(
2262
- args: DescribeClusterParametersCommandInput,
2263
- cb: (err: any, data?: DescribeClusterParametersCommandOutput) => void
2264
- ): void;
2265
- public describeClusterParameters(
2266
- args: DescribeClusterParametersCommandInput,
2267
- options: __HttpHandlerOptions,
2268
- cb: (err: any, data?: DescribeClusterParametersCommandOutput) => void
2269
- ): void;
2270
- public describeClusterParameters(
2271
- args: DescribeClusterParametersCommandInput,
2272
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeClusterParametersCommandOutput) => void),
2273
- cb?: (err: any, data?: DescribeClusterParametersCommandOutput) => void
2274
- ): Promise<DescribeClusterParametersCommandOutput> | void {
2275
- const command = new DescribeClusterParametersCommand(args);
2276
- if (typeof optionsOrCb === "function") {
2277
- this.send(command, optionsOrCb);
2278
- } else if (typeof cb === "function") {
2279
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2280
- this.send(command, optionsOrCb || {}, cb);
2281
- } else {
2282
- return this.send(command, optionsOrCb);
2283
- }
2284
- }
2285
-
2286
- /**
2287
- * <p>Returns properties of provisioned clusters including general cluster properties,
2288
- * cluster database properties, maintenance and backup properties, and security and access
2289
- * properties. This operation supports pagination.
2290
- * For more information about managing clusters, go to
2291
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
2292
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
2293
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
2294
- * all clusters that match any combination of the specified keys and values. For example,
2295
- * if you have <code>owner</code> and <code>environment</code> for tag keys, and
2296
- * <code>admin</code> and <code>test</code> for tag values, all clusters that have any
2297
- * combination of those values are returned.</p>
2298
- * <p>If both tag keys and values are omitted from the request, clusters are returned
2299
- * regardless of whether they have tag keys or values associated with them.</p>
2300
- */
2301
- public describeClusters(
2302
- args: DescribeClustersCommandInput,
2303
- options?: __HttpHandlerOptions
2304
- ): Promise<DescribeClustersCommandOutput>;
2305
- public describeClusters(
2306
- args: DescribeClustersCommandInput,
2307
- cb: (err: any, data?: DescribeClustersCommandOutput) => void
2308
- ): void;
2309
- public describeClusters(
2310
- args: DescribeClustersCommandInput,
2311
- options: __HttpHandlerOptions,
2312
- cb: (err: any, data?: DescribeClustersCommandOutput) => void
2313
- ): void;
2314
- public describeClusters(
2315
- args: DescribeClustersCommandInput,
2316
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeClustersCommandOutput) => void),
2317
- cb?: (err: any, data?: DescribeClustersCommandOutput) => void
2318
- ): Promise<DescribeClustersCommandOutput> | void {
2319
- const command = new DescribeClustersCommand(args);
2320
- if (typeof optionsOrCb === "function") {
2321
- this.send(command, optionsOrCb);
2322
- } else if (typeof cb === "function") {
2323
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2324
- this.send(command, optionsOrCb || {}, cb);
2325
- } else {
2326
- return this.send(command, optionsOrCb);
2327
- }
2328
- }
2329
-
2330
- /**
2331
- * <p>Returns information about Amazon Redshift security groups. If the name of a security
2332
- * group is specified, the response will contain only information about only that security
2333
- * group.</p>
2334
- * <p>
2335
- * For information about managing security groups, go to
2336
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
2337
- * <i>Amazon Redshift Cluster Management Guide</i>.</p>
2338
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
2339
- * all security groups that match any combination of the specified keys and values. For
2340
- * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
2341
- * <code>admin</code> and <code>test</code> for tag values, all security groups that
2342
- * have any combination of those values are returned.</p>
2343
- * <p>If both tag keys and values are omitted from the request, security groups are
2344
- * returned regardless of whether they have tag keys or values associated with
2345
- * them.</p>
2346
- */
2347
- public describeClusterSecurityGroups(
2348
- args: DescribeClusterSecurityGroupsCommandInput,
2349
- options?: __HttpHandlerOptions
2350
- ): Promise<DescribeClusterSecurityGroupsCommandOutput>;
2351
- public describeClusterSecurityGroups(
2352
- args: DescribeClusterSecurityGroupsCommandInput,
2353
- cb: (err: any, data?: DescribeClusterSecurityGroupsCommandOutput) => void
2354
- ): void;
2355
- public describeClusterSecurityGroups(
2356
- args: DescribeClusterSecurityGroupsCommandInput,
2357
- options: __HttpHandlerOptions,
2358
- cb: (err: any, data?: DescribeClusterSecurityGroupsCommandOutput) => void
2359
- ): void;
2360
- public describeClusterSecurityGroups(
2361
- args: DescribeClusterSecurityGroupsCommandInput,
2362
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeClusterSecurityGroupsCommandOutput) => void),
2363
- cb?: (err: any, data?: DescribeClusterSecurityGroupsCommandOutput) => void
2364
- ): Promise<DescribeClusterSecurityGroupsCommandOutput> | void {
2365
- const command = new DescribeClusterSecurityGroupsCommand(args);
2366
- if (typeof optionsOrCb === "function") {
2367
- this.send(command, optionsOrCb);
2368
- } else if (typeof cb === "function") {
2369
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2370
- this.send(command, optionsOrCb || {}, cb);
2371
- } else {
2372
- return this.send(command, optionsOrCb);
2373
- }
2374
- }
2375
-
2376
- /**
2377
- * <p>Returns one or more snapshot objects, which contain metadata about your cluster
2378
- * snapshots. By default, this operation returns information about all snapshots of all
2379
- * clusters that are owned by your Amazon Web Services account. No information is returned for
2380
- * snapshots owned by inactive Amazon Web Services accounts.</p>
2381
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
2382
- * all snapshots that match any combination of the specified keys and values. For example,
2383
- * if you have <code>owner</code> and <code>environment</code> for tag keys, and
2384
- * <code>admin</code> and <code>test</code> for tag values, all snapshots that have any
2385
- * combination of those values are returned. Only snapshots that you own are returned in
2386
- * the response; shared snapshots are not returned with the tag key and tag value request
2387
- * parameters.</p>
2388
- * <p>If both tag keys and values are omitted from the request, snapshots are returned
2389
- * regardless of whether they have tag keys or values associated with them.</p>
2390
- */
2391
- public describeClusterSnapshots(
2392
- args: DescribeClusterSnapshotsCommandInput,
2393
- options?: __HttpHandlerOptions
2394
- ): Promise<DescribeClusterSnapshotsCommandOutput>;
2395
- public describeClusterSnapshots(
2396
- args: DescribeClusterSnapshotsCommandInput,
2397
- cb: (err: any, data?: DescribeClusterSnapshotsCommandOutput) => void
2398
- ): void;
2399
- public describeClusterSnapshots(
2400
- args: DescribeClusterSnapshotsCommandInput,
2401
- options: __HttpHandlerOptions,
2402
- cb: (err: any, data?: DescribeClusterSnapshotsCommandOutput) => void
2403
- ): void;
2404
- public describeClusterSnapshots(
2405
- args: DescribeClusterSnapshotsCommandInput,
2406
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeClusterSnapshotsCommandOutput) => void),
2407
- cb?: (err: any, data?: DescribeClusterSnapshotsCommandOutput) => void
2408
- ): Promise<DescribeClusterSnapshotsCommandOutput> | void {
2409
- const command = new DescribeClusterSnapshotsCommand(args);
2410
- if (typeof optionsOrCb === "function") {
2411
- this.send(command, optionsOrCb);
2412
- } else if (typeof cb === "function") {
2413
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2414
- this.send(command, optionsOrCb || {}, cb);
2415
- } else {
2416
- return this.send(command, optionsOrCb);
2417
- }
2418
- }
2419
-
2420
- /**
2421
- * <p>Returns one or more cluster subnet group objects, which contain metadata about your
2422
- * cluster subnet groups. By default, this operation returns information about all cluster
2423
- * subnet groups that are defined in your Amazon Web Services account.</p>
2424
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
2425
- * all subnet groups that match any combination of the specified keys and values. For
2426
- * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
2427
- * <code>admin</code> and <code>test</code> for tag values, all subnet groups that have
2428
- * any combination of those values are returned.</p>
2429
- * <p>If both tag keys and values are omitted from the request, subnet groups are
2430
- * returned regardless of whether they have tag keys or values associated with
2431
- * them.</p>
2432
- */
2433
- public describeClusterSubnetGroups(
2434
- args: DescribeClusterSubnetGroupsCommandInput,
2435
- options?: __HttpHandlerOptions
2436
- ): Promise<DescribeClusterSubnetGroupsCommandOutput>;
2437
- public describeClusterSubnetGroups(
2438
- args: DescribeClusterSubnetGroupsCommandInput,
2439
- cb: (err: any, data?: DescribeClusterSubnetGroupsCommandOutput) => void
2440
- ): void;
2441
- public describeClusterSubnetGroups(
2442
- args: DescribeClusterSubnetGroupsCommandInput,
2443
- options: __HttpHandlerOptions,
2444
- cb: (err: any, data?: DescribeClusterSubnetGroupsCommandOutput) => void
2445
- ): void;
2446
- public describeClusterSubnetGroups(
2447
- args: DescribeClusterSubnetGroupsCommandInput,
2448
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeClusterSubnetGroupsCommandOutput) => void),
2449
- cb?: (err: any, data?: DescribeClusterSubnetGroupsCommandOutput) => void
2450
- ): Promise<DescribeClusterSubnetGroupsCommandOutput> | void {
2451
- const command = new DescribeClusterSubnetGroupsCommand(args);
2452
- if (typeof optionsOrCb === "function") {
2453
- this.send(command, optionsOrCb);
2454
- } else if (typeof cb === "function") {
2455
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2456
- this.send(command, optionsOrCb || {}, cb);
2457
- } else {
2458
- return this.send(command, optionsOrCb);
2459
- }
2460
- }
2461
-
2462
- /**
2463
- * <p>Returns a list of all the available maintenance tracks.</p>
2464
- */
2465
- public describeClusterTracks(
2466
- args: DescribeClusterTracksCommandInput,
2467
- options?: __HttpHandlerOptions
2468
- ): Promise<DescribeClusterTracksCommandOutput>;
2469
- public describeClusterTracks(
2470
- args: DescribeClusterTracksCommandInput,
2471
- cb: (err: any, data?: DescribeClusterTracksCommandOutput) => void
2472
- ): void;
2473
- public describeClusterTracks(
2474
- args: DescribeClusterTracksCommandInput,
2475
- options: __HttpHandlerOptions,
2476
- cb: (err: any, data?: DescribeClusterTracksCommandOutput) => void
2477
- ): void;
2478
- public describeClusterTracks(
2479
- args: DescribeClusterTracksCommandInput,
2480
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeClusterTracksCommandOutput) => void),
2481
- cb?: (err: any, data?: DescribeClusterTracksCommandOutput) => void
2482
- ): Promise<DescribeClusterTracksCommandOutput> | void {
2483
- const command = new DescribeClusterTracksCommand(args);
2484
- if (typeof optionsOrCb === "function") {
2485
- this.send(command, optionsOrCb);
2486
- } else if (typeof cb === "function") {
2487
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2488
- this.send(command, optionsOrCb || {}, cb);
2489
- } else {
2490
- return this.send(command, optionsOrCb);
2491
- }
2492
- }
2493
-
2494
- /**
2495
- * <p>Returns descriptions of the available Amazon Redshift cluster versions. You can call this
2496
- * operation even before creating any clusters to learn more about the Amazon Redshift versions.
2497
- *
2498
- * For more information about managing clusters, go to
2499
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
2500
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
2501
- */
2502
- public describeClusterVersions(
2503
- args: DescribeClusterVersionsCommandInput,
2504
- options?: __HttpHandlerOptions
2505
- ): Promise<DescribeClusterVersionsCommandOutput>;
2506
- public describeClusterVersions(
2507
- args: DescribeClusterVersionsCommandInput,
2508
- cb: (err: any, data?: DescribeClusterVersionsCommandOutput) => void
2509
- ): void;
2510
- public describeClusterVersions(
2511
- args: DescribeClusterVersionsCommandInput,
2512
- options: __HttpHandlerOptions,
2513
- cb: (err: any, data?: DescribeClusterVersionsCommandOutput) => void
2514
- ): void;
2515
- public describeClusterVersions(
2516
- args: DescribeClusterVersionsCommandInput,
2517
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeClusterVersionsCommandOutput) => void),
2518
- cb?: (err: any, data?: DescribeClusterVersionsCommandOutput) => void
2519
- ): Promise<DescribeClusterVersionsCommandOutput> | void {
2520
- const command = new DescribeClusterVersionsCommand(args);
2521
- if (typeof optionsOrCb === "function") {
2522
- this.send(command, optionsOrCb);
2523
- } else if (typeof cb === "function") {
2524
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2525
- this.send(command, optionsOrCb || {}, cb);
2526
- } else {
2527
- return this.send(command, optionsOrCb);
2528
- }
2529
- }
2530
-
2531
- /**
2532
- * <p>Shows the status of any inbound or outbound datashares available in the specified
2533
- * account.</p>
2534
- */
2535
- public describeDataShares(
2536
- args: DescribeDataSharesCommandInput,
2537
- options?: __HttpHandlerOptions
2538
- ): Promise<DescribeDataSharesCommandOutput>;
2539
- public describeDataShares(
2540
- args: DescribeDataSharesCommandInput,
2541
- cb: (err: any, data?: DescribeDataSharesCommandOutput) => void
2542
- ): void;
2543
- public describeDataShares(
2544
- args: DescribeDataSharesCommandInput,
2545
- options: __HttpHandlerOptions,
2546
- cb: (err: any, data?: DescribeDataSharesCommandOutput) => void
2547
- ): void;
2548
- public describeDataShares(
2549
- args: DescribeDataSharesCommandInput,
2550
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeDataSharesCommandOutput) => void),
2551
- cb?: (err: any, data?: DescribeDataSharesCommandOutput) => void
2552
- ): Promise<DescribeDataSharesCommandOutput> | void {
2553
- const command = new DescribeDataSharesCommand(args);
2554
- if (typeof optionsOrCb === "function") {
2555
- this.send(command, optionsOrCb);
2556
- } else if (typeof cb === "function") {
2557
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2558
- this.send(command, optionsOrCb || {}, cb);
2559
- } else {
2560
- return this.send(command, optionsOrCb);
2561
- }
2562
- }
2563
-
2564
- /**
2565
- * <p>Returns a list of datashares where the account identifier being called is a consumer account identifier.</p>
2566
- */
2567
- public describeDataSharesForConsumer(
2568
- args: DescribeDataSharesForConsumerCommandInput,
2569
- options?: __HttpHandlerOptions
2570
- ): Promise<DescribeDataSharesForConsumerCommandOutput>;
2571
- public describeDataSharesForConsumer(
2572
- args: DescribeDataSharesForConsumerCommandInput,
2573
- cb: (err: any, data?: DescribeDataSharesForConsumerCommandOutput) => void
2574
- ): void;
2575
- public describeDataSharesForConsumer(
2576
- args: DescribeDataSharesForConsumerCommandInput,
2577
- options: __HttpHandlerOptions,
2578
- cb: (err: any, data?: DescribeDataSharesForConsumerCommandOutput) => void
2579
- ): void;
2580
- public describeDataSharesForConsumer(
2581
- args: DescribeDataSharesForConsumerCommandInput,
2582
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeDataSharesForConsumerCommandOutput) => void),
2583
- cb?: (err: any, data?: DescribeDataSharesForConsumerCommandOutput) => void
2584
- ): Promise<DescribeDataSharesForConsumerCommandOutput> | void {
2585
- const command = new DescribeDataSharesForConsumerCommand(args);
2586
- if (typeof optionsOrCb === "function") {
2587
- this.send(command, optionsOrCb);
2588
- } else if (typeof cb === "function") {
2589
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2590
- this.send(command, optionsOrCb || {}, cb);
2591
- } else {
2592
- return this.send(command, optionsOrCb);
2593
- }
2594
- }
2595
-
2596
- /**
2597
- * <p>Returns a list of datashares when the account identifier being called is a producer account identifier.</p>
2598
- */
2599
- public describeDataSharesForProducer(
2600
- args: DescribeDataSharesForProducerCommandInput,
2601
- options?: __HttpHandlerOptions
2602
- ): Promise<DescribeDataSharesForProducerCommandOutput>;
2603
- public describeDataSharesForProducer(
2604
- args: DescribeDataSharesForProducerCommandInput,
2605
- cb: (err: any, data?: DescribeDataSharesForProducerCommandOutput) => void
2606
- ): void;
2607
- public describeDataSharesForProducer(
2608
- args: DescribeDataSharesForProducerCommandInput,
2609
- options: __HttpHandlerOptions,
2610
- cb: (err: any, data?: DescribeDataSharesForProducerCommandOutput) => void
2611
- ): void;
2612
- public describeDataSharesForProducer(
2613
- args: DescribeDataSharesForProducerCommandInput,
2614
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeDataSharesForProducerCommandOutput) => void),
2615
- cb?: (err: any, data?: DescribeDataSharesForProducerCommandOutput) => void
2616
- ): Promise<DescribeDataSharesForProducerCommandOutput> | void {
2617
- const command = new DescribeDataSharesForProducerCommand(args);
2618
- if (typeof optionsOrCb === "function") {
2619
- this.send(command, optionsOrCb);
2620
- } else if (typeof cb === "function") {
2621
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2622
- this.send(command, optionsOrCb || {}, cb);
2623
- } else {
2624
- return this.send(command, optionsOrCb);
2625
- }
2626
- }
2627
-
2628
- /**
2629
- * <p>Returns a list of parameter settings for the specified parameter group
2630
- * family.</p>
2631
- * <p>
2632
- * For more information about parameters and parameter groups, go to
2633
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
2634
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
2635
- */
2636
- public describeDefaultClusterParameters(
2637
- args: DescribeDefaultClusterParametersCommandInput,
2638
- options?: __HttpHandlerOptions
2639
- ): Promise<DescribeDefaultClusterParametersCommandOutput>;
2640
- public describeDefaultClusterParameters(
2641
- args: DescribeDefaultClusterParametersCommandInput,
2642
- cb: (err: any, data?: DescribeDefaultClusterParametersCommandOutput) => void
2643
- ): void;
2644
- public describeDefaultClusterParameters(
2645
- args: DescribeDefaultClusterParametersCommandInput,
2646
- options: __HttpHandlerOptions,
2647
- cb: (err: any, data?: DescribeDefaultClusterParametersCommandOutput) => void
2648
- ): void;
2649
- public describeDefaultClusterParameters(
2650
- args: DescribeDefaultClusterParametersCommandInput,
2651
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeDefaultClusterParametersCommandOutput) => void),
2652
- cb?: (err: any, data?: DescribeDefaultClusterParametersCommandOutput) => void
2653
- ): Promise<DescribeDefaultClusterParametersCommandOutput> | void {
2654
- const command = new DescribeDefaultClusterParametersCommand(args);
2655
- if (typeof optionsOrCb === "function") {
2656
- this.send(command, optionsOrCb);
2657
- } else if (typeof cb === "function") {
2658
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2659
- this.send(command, optionsOrCb || {}, cb);
2660
- } else {
2661
- return this.send(command, optionsOrCb);
2662
- }
2663
- }
2664
-
2665
- /**
2666
- * <p>Describes a Redshift-managed VPC endpoint.</p>
2667
- */
2668
- public describeEndpointAccess(
2669
- args: DescribeEndpointAccessCommandInput,
2670
- options?: __HttpHandlerOptions
2671
- ): Promise<DescribeEndpointAccessCommandOutput>;
2672
- public describeEndpointAccess(
2673
- args: DescribeEndpointAccessCommandInput,
2674
- cb: (err: any, data?: DescribeEndpointAccessCommandOutput) => void
2675
- ): void;
2676
- public describeEndpointAccess(
2677
- args: DescribeEndpointAccessCommandInput,
2678
- options: __HttpHandlerOptions,
2679
- cb: (err: any, data?: DescribeEndpointAccessCommandOutput) => void
2680
- ): void;
2681
- public describeEndpointAccess(
2682
- args: DescribeEndpointAccessCommandInput,
2683
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointAccessCommandOutput) => void),
2684
- cb?: (err: any, data?: DescribeEndpointAccessCommandOutput) => void
2685
- ): Promise<DescribeEndpointAccessCommandOutput> | void {
2686
- const command = new DescribeEndpointAccessCommand(args);
2687
- if (typeof optionsOrCb === "function") {
2688
- this.send(command, optionsOrCb);
2689
- } else if (typeof cb === "function") {
2690
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2691
- this.send(command, optionsOrCb || {}, cb);
2692
- } else {
2693
- return this.send(command, optionsOrCb);
2694
- }
2695
- }
2696
-
2697
- /**
2698
- * <p>Describes an endpoint authorization.</p>
2699
- */
2700
- public describeEndpointAuthorization(
2701
- args: DescribeEndpointAuthorizationCommandInput,
2702
- options?: __HttpHandlerOptions
2703
- ): Promise<DescribeEndpointAuthorizationCommandOutput>;
2704
- public describeEndpointAuthorization(
2705
- args: DescribeEndpointAuthorizationCommandInput,
2706
- cb: (err: any, data?: DescribeEndpointAuthorizationCommandOutput) => void
2707
- ): void;
2708
- public describeEndpointAuthorization(
2709
- args: DescribeEndpointAuthorizationCommandInput,
2710
- options: __HttpHandlerOptions,
2711
- cb: (err: any, data?: DescribeEndpointAuthorizationCommandOutput) => void
2712
- ): void;
2713
- public describeEndpointAuthorization(
2714
- args: DescribeEndpointAuthorizationCommandInput,
2715
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointAuthorizationCommandOutput) => void),
2716
- cb?: (err: any, data?: DescribeEndpointAuthorizationCommandOutput) => void
2717
- ): Promise<DescribeEndpointAuthorizationCommandOutput> | void {
2718
- const command = new DescribeEndpointAuthorizationCommand(args);
2719
- if (typeof optionsOrCb === "function") {
2720
- this.send(command, optionsOrCb);
2721
- } else if (typeof cb === "function") {
2722
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2723
- this.send(command, optionsOrCb || {}, cb);
2724
- } else {
2725
- return this.send(command, optionsOrCb);
2726
- }
2727
- }
2728
-
2729
- /**
2730
- * <p>Displays a list of event categories for all event source types, or for a specified
2731
- * 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
2732
- * Notifications</a>.</p>
2733
- */
2734
- public describeEventCategories(
2735
- args: DescribeEventCategoriesCommandInput,
2736
- options?: __HttpHandlerOptions
2737
- ): Promise<DescribeEventCategoriesCommandOutput>;
2738
- public describeEventCategories(
2739
- args: DescribeEventCategoriesCommandInput,
2740
- cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
2741
- ): void;
2742
- public describeEventCategories(
2743
- args: DescribeEventCategoriesCommandInput,
2744
- options: __HttpHandlerOptions,
2745
- cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
2746
- ): void;
2747
- public describeEventCategories(
2748
- args: DescribeEventCategoriesCommandInput,
2749
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventCategoriesCommandOutput) => void),
2750
- cb?: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
2751
- ): Promise<DescribeEventCategoriesCommandOutput> | void {
2752
- const command = new DescribeEventCategoriesCommand(args);
2753
- if (typeof optionsOrCb === "function") {
2754
- this.send(command, optionsOrCb);
2755
- } else if (typeof cb === "function") {
2756
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2757
- this.send(command, optionsOrCb || {}, cb);
2758
- } else {
2759
- return this.send(command, optionsOrCb);
2760
- }
2761
- }
2762
-
2763
- /**
2764
- * <p>Returns events related to clusters, security groups, snapshots, and parameter
2765
- * groups for the past 14 days. Events specific to a particular cluster, security group,
2766
- * snapshot or parameter group can be obtained by providing the name as a parameter. By
2767
- * default, the past hour of events are returned.</p>
2768
- */
2769
- public describeEvents(
2770
- args: DescribeEventsCommandInput,
2771
- options?: __HttpHandlerOptions
2772
- ): Promise<DescribeEventsCommandOutput>;
2773
- public describeEvents(
2774
- args: DescribeEventsCommandInput,
2775
- cb: (err: any, data?: DescribeEventsCommandOutput) => void
2776
- ): void;
2777
- public describeEvents(
2778
- args: DescribeEventsCommandInput,
2779
- options: __HttpHandlerOptions,
2780
- cb: (err: any, data?: DescribeEventsCommandOutput) => void
2781
- ): void;
2782
- public describeEvents(
2783
- args: DescribeEventsCommandInput,
2784
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventsCommandOutput) => void),
2785
- cb?: (err: any, data?: DescribeEventsCommandOutput) => void
2786
- ): Promise<DescribeEventsCommandOutput> | void {
2787
- const command = new DescribeEventsCommand(args);
2788
- if (typeof optionsOrCb === "function") {
2789
- this.send(command, optionsOrCb);
2790
- } else if (typeof cb === "function") {
2791
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2792
- this.send(command, optionsOrCb || {}, cb);
2793
- } else {
2794
- return this.send(command, optionsOrCb);
2795
- }
2796
- }
2797
-
2798
- /**
2799
- * <p>Lists descriptions of all the Amazon Redshift event notification subscriptions for a
2800
- * customer account. If you specify a subscription name, lists the description for that
2801
- * subscription.</p>
2802
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
2803
- * all event notification subscriptions that match any combination of the specified keys
2804
- * and values. For example, if you have <code>owner</code> and <code>environment</code> for
2805
- * tag keys, and <code>admin</code> and <code>test</code> for tag values, all subscriptions
2806
- * that have any combination of those values are returned.</p>
2807
- * <p>If both tag keys and values are omitted from the request, subscriptions are
2808
- * returned regardless of whether they have tag keys or values associated with
2809
- * them.</p>
2810
- */
2811
- public describeEventSubscriptions(
2812
- args: DescribeEventSubscriptionsCommandInput,
2813
- options?: __HttpHandlerOptions
2814
- ): Promise<DescribeEventSubscriptionsCommandOutput>;
2815
- public describeEventSubscriptions(
2816
- args: DescribeEventSubscriptionsCommandInput,
2817
- cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
2818
- ): void;
2819
- public describeEventSubscriptions(
2820
- args: DescribeEventSubscriptionsCommandInput,
2821
- options: __HttpHandlerOptions,
2822
- cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
2823
- ): void;
2824
- public describeEventSubscriptions(
2825
- args: DescribeEventSubscriptionsCommandInput,
2826
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventSubscriptionsCommandOutput) => void),
2827
- cb?: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
2828
- ): Promise<DescribeEventSubscriptionsCommandOutput> | void {
2829
- const command = new DescribeEventSubscriptionsCommand(args);
2830
- if (typeof optionsOrCb === "function") {
2831
- this.send(command, optionsOrCb);
2832
- } else if (typeof cb === "function") {
2833
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2834
- this.send(command, optionsOrCb || {}, cb);
2835
- } else {
2836
- return this.send(command, optionsOrCb);
2837
- }
2838
- }
2839
-
2840
- /**
2841
- * <p>Returns information about the specified HSM client certificate. If no certificate
2842
- * ID is specified, returns information about all the HSM certificates owned by your Amazon Web Services account.</p>
2843
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
2844
- * all HSM client certificates that match any combination of the specified keys and values.
2845
- * For example, if you have <code>owner</code> and <code>environment</code> for tag keys,
2846
- * and <code>admin</code> and <code>test</code> for tag values, all HSM client certificates
2847
- * that have any combination of those values are returned.</p>
2848
- * <p>If both tag keys and values are omitted from the request, HSM client certificates
2849
- * are returned regardless of whether they have tag keys or values associated with
2850
- * them.</p>
2851
- */
2852
- public describeHsmClientCertificates(
2853
- args: DescribeHsmClientCertificatesCommandInput,
2854
- options?: __HttpHandlerOptions
2855
- ): Promise<DescribeHsmClientCertificatesCommandOutput>;
2856
- public describeHsmClientCertificates(
2857
- args: DescribeHsmClientCertificatesCommandInput,
2858
- cb: (err: any, data?: DescribeHsmClientCertificatesCommandOutput) => void
2859
- ): void;
2860
- public describeHsmClientCertificates(
2861
- args: DescribeHsmClientCertificatesCommandInput,
2862
- options: __HttpHandlerOptions,
2863
- cb: (err: any, data?: DescribeHsmClientCertificatesCommandOutput) => void
2864
- ): void;
2865
- public describeHsmClientCertificates(
2866
- args: DescribeHsmClientCertificatesCommandInput,
2867
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeHsmClientCertificatesCommandOutput) => void),
2868
- cb?: (err: any, data?: DescribeHsmClientCertificatesCommandOutput) => void
2869
- ): Promise<DescribeHsmClientCertificatesCommandOutput> | void {
2870
- const command = new DescribeHsmClientCertificatesCommand(args);
2871
- if (typeof optionsOrCb === "function") {
2872
- this.send(command, optionsOrCb);
2873
- } else if (typeof cb === "function") {
2874
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2875
- this.send(command, optionsOrCb || {}, cb);
2876
- } else {
2877
- return this.send(command, optionsOrCb);
2878
- }
2879
- }
2880
-
2881
- /**
2882
- * <p>Returns information about the specified Amazon Redshift HSM configuration. If no
2883
- * configuration ID is specified, returns information about all the HSM configurations
2884
- * owned by your Amazon Web Services account.</p>
2885
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
2886
- * all HSM connections that match any combination of the specified keys and values. For
2887
- * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
2888
- * <code>admin</code> and <code>test</code> for tag values, all HSM connections that
2889
- * have any combination of those values are returned.</p>
2890
- * <p>If both tag keys and values are omitted from the request, HSM connections are
2891
- * returned regardless of whether they have tag keys or values associated with
2892
- * them.</p>
2893
- */
2894
- public describeHsmConfigurations(
2895
- args: DescribeHsmConfigurationsCommandInput,
2896
- options?: __HttpHandlerOptions
2897
- ): Promise<DescribeHsmConfigurationsCommandOutput>;
2898
- public describeHsmConfigurations(
2899
- args: DescribeHsmConfigurationsCommandInput,
2900
- cb: (err: any, data?: DescribeHsmConfigurationsCommandOutput) => void
2901
- ): void;
2902
- public describeHsmConfigurations(
2903
- args: DescribeHsmConfigurationsCommandInput,
2904
- options: __HttpHandlerOptions,
2905
- cb: (err: any, data?: DescribeHsmConfigurationsCommandOutput) => void
2906
- ): void;
2907
- public describeHsmConfigurations(
2908
- args: DescribeHsmConfigurationsCommandInput,
2909
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeHsmConfigurationsCommandOutput) => void),
2910
- cb?: (err: any, data?: DescribeHsmConfigurationsCommandOutput) => void
2911
- ): Promise<DescribeHsmConfigurationsCommandOutput> | void {
2912
- const command = new DescribeHsmConfigurationsCommand(args);
2913
- if (typeof optionsOrCb === "function") {
2914
- this.send(command, optionsOrCb);
2915
- } else if (typeof cb === "function") {
2916
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2917
- this.send(command, optionsOrCb || {}, cb);
2918
- } else {
2919
- return this.send(command, optionsOrCb);
2920
- }
2921
- }
2922
-
2923
- /**
2924
- * <p>Describes whether information, such as queries and connection attempts, is being
2925
- * logged for the specified Amazon Redshift cluster.</p>
2926
- */
2927
- public describeLoggingStatus(
2928
- args: DescribeLoggingStatusCommandInput,
2929
- options?: __HttpHandlerOptions
2930
- ): Promise<DescribeLoggingStatusCommandOutput>;
2931
- public describeLoggingStatus(
2932
- args: DescribeLoggingStatusCommandInput,
2933
- cb: (err: any, data?: DescribeLoggingStatusCommandOutput) => void
2934
- ): void;
2935
- public describeLoggingStatus(
2936
- args: DescribeLoggingStatusCommandInput,
2937
- options: __HttpHandlerOptions,
2938
- cb: (err: any, data?: DescribeLoggingStatusCommandOutput) => void
2939
- ): void;
2940
- public describeLoggingStatus(
2941
- args: DescribeLoggingStatusCommandInput,
2942
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeLoggingStatusCommandOutput) => void),
2943
- cb?: (err: any, data?: DescribeLoggingStatusCommandOutput) => void
2944
- ): Promise<DescribeLoggingStatusCommandOutput> | void {
2945
- const command = new DescribeLoggingStatusCommand(args);
2946
- if (typeof optionsOrCb === "function") {
2947
- this.send(command, optionsOrCb);
2948
- } else if (typeof cb === "function") {
2949
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2950
- this.send(command, optionsOrCb || {}, cb);
2951
- } else {
2952
- return this.send(command, optionsOrCb);
2953
- }
2954
- }
2955
-
2956
- /**
2957
- * <p>Returns properties of possible node configurations such as node type, number of nodes, and
2958
- * disk usage for the specified action type.</p>
2959
- */
2960
- public describeNodeConfigurationOptions(
2961
- args: DescribeNodeConfigurationOptionsCommandInput,
2962
- options?: __HttpHandlerOptions
2963
- ): Promise<DescribeNodeConfigurationOptionsCommandOutput>;
2964
- public describeNodeConfigurationOptions(
2965
- args: DescribeNodeConfigurationOptionsCommandInput,
2966
- cb: (err: any, data?: DescribeNodeConfigurationOptionsCommandOutput) => void
2967
- ): void;
2968
- public describeNodeConfigurationOptions(
2969
- args: DescribeNodeConfigurationOptionsCommandInput,
2970
- options: __HttpHandlerOptions,
2971
- cb: (err: any, data?: DescribeNodeConfigurationOptionsCommandOutput) => void
2972
- ): void;
2973
- public describeNodeConfigurationOptions(
2974
- args: DescribeNodeConfigurationOptionsCommandInput,
2975
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeNodeConfigurationOptionsCommandOutput) => void),
2976
- cb?: (err: any, data?: DescribeNodeConfigurationOptionsCommandOutput) => void
2977
- ): Promise<DescribeNodeConfigurationOptionsCommandOutput> | void {
2978
- const command = new DescribeNodeConfigurationOptionsCommand(args);
2979
- if (typeof optionsOrCb === "function") {
2980
- this.send(command, optionsOrCb);
2981
- } else if (typeof cb === "function") {
2982
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2983
- this.send(command, optionsOrCb || {}, cb);
2984
- } else {
2985
- return this.send(command, optionsOrCb);
2986
- }
2987
- }
2988
-
2989
- /**
2990
- * <p>Returns a list of orderable cluster options. Before you create a new cluster you
2991
- * can use this operation to find what options are available, such as the EC2 Availability
2992
- * Zones (AZ) in the specific Amazon Web Services Region that you can specify, and the node types you can
2993
- * request. The node types differ by available storage, memory, CPU and price. With the
2994
- * cost involved you might want to obtain a list of cluster options in the specific region
2995
- * and specify values when creating a cluster.
2996
- * For more information about managing clusters, go to
2997
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
2998
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
2999
- */
3000
- public describeOrderableClusterOptions(
3001
- args: DescribeOrderableClusterOptionsCommandInput,
3002
- options?: __HttpHandlerOptions
3003
- ): Promise<DescribeOrderableClusterOptionsCommandOutput>;
3004
- public describeOrderableClusterOptions(
3005
- args: DescribeOrderableClusterOptionsCommandInput,
3006
- cb: (err: any, data?: DescribeOrderableClusterOptionsCommandOutput) => void
3007
- ): void;
3008
- public describeOrderableClusterOptions(
3009
- args: DescribeOrderableClusterOptionsCommandInput,
3010
- options: __HttpHandlerOptions,
3011
- cb: (err: any, data?: DescribeOrderableClusterOptionsCommandOutput) => void
3012
- ): void;
3013
- public describeOrderableClusterOptions(
3014
- args: DescribeOrderableClusterOptionsCommandInput,
3015
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeOrderableClusterOptionsCommandOutput) => void),
3016
- cb?: (err: any, data?: DescribeOrderableClusterOptionsCommandOutput) => void
3017
- ): Promise<DescribeOrderableClusterOptionsCommandOutput> | void {
3018
- const command = new DescribeOrderableClusterOptionsCommand(args);
3019
- if (typeof optionsOrCb === "function") {
3020
- this.send(command, optionsOrCb);
3021
- } else if (typeof cb === "function") {
3022
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3023
- this.send(command, optionsOrCb || {}, cb);
3024
- } else {
3025
- return this.send(command, optionsOrCb);
3026
- }
3027
- }
3028
-
3029
- /**
3030
- * <p>Returns information about the partner integrations defined for a cluster.</p>
3031
- */
3032
- public describePartners(
3033
- args: DescribePartnersCommandInput,
3034
- options?: __HttpHandlerOptions
3035
- ): Promise<DescribePartnersCommandOutput>;
3036
- public describePartners(
3037
- args: DescribePartnersCommandInput,
3038
- cb: (err: any, data?: DescribePartnersCommandOutput) => void
3039
- ): void;
3040
- public describePartners(
3041
- args: DescribePartnersCommandInput,
3042
- options: __HttpHandlerOptions,
3043
- cb: (err: any, data?: DescribePartnersCommandOutput) => void
3044
- ): void;
3045
- public describePartners(
3046
- args: DescribePartnersCommandInput,
3047
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePartnersCommandOutput) => void),
3048
- cb?: (err: any, data?: DescribePartnersCommandOutput) => void
3049
- ): Promise<DescribePartnersCommandOutput> | void {
3050
- const command = new DescribePartnersCommand(args);
3051
- if (typeof optionsOrCb === "function") {
3052
- this.send(command, optionsOrCb);
3053
- } else if (typeof cb === "function") {
3054
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3055
- this.send(command, optionsOrCb || {}, cb);
3056
- } else {
3057
- return this.send(command, optionsOrCb);
3058
- }
3059
- }
3060
-
3061
- /**
3062
- * <p>Returns a list of the available reserved node offerings by Amazon Redshift with their
3063
- * descriptions including the node type, the fixed and recurring costs of reserving the
3064
- * node and duration the node will be reserved for you. These descriptions help you
3065
- * determine which reserve node offering you want to purchase. You then use the unique
3066
- * offering ID in you call to <a>PurchaseReservedNodeOffering</a> to reserve one
3067
- * or more nodes for your Amazon Redshift cluster. </p>
3068
- * <p>
3069
- * For more information about reserved node offerings, go to
3070
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html">Purchasing Reserved Nodes</a>
3071
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
3072
- */
3073
- public describeReservedNodeOfferings(
3074
- args: DescribeReservedNodeOfferingsCommandInput,
3075
- options?: __HttpHandlerOptions
3076
- ): Promise<DescribeReservedNodeOfferingsCommandOutput>;
3077
- public describeReservedNodeOfferings(
3078
- args: DescribeReservedNodeOfferingsCommandInput,
3079
- cb: (err: any, data?: DescribeReservedNodeOfferingsCommandOutput) => void
3080
- ): void;
3081
- public describeReservedNodeOfferings(
3082
- args: DescribeReservedNodeOfferingsCommandInput,
3083
- options: __HttpHandlerOptions,
3084
- cb: (err: any, data?: DescribeReservedNodeOfferingsCommandOutput) => void
3085
- ): void;
3086
- public describeReservedNodeOfferings(
3087
- args: DescribeReservedNodeOfferingsCommandInput,
3088
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReservedNodeOfferingsCommandOutput) => void),
3089
- cb?: (err: any, data?: DescribeReservedNodeOfferingsCommandOutput) => void
3090
- ): Promise<DescribeReservedNodeOfferingsCommandOutput> | void {
3091
- const command = new DescribeReservedNodeOfferingsCommand(args);
3092
- if (typeof optionsOrCb === "function") {
3093
- this.send(command, optionsOrCb);
3094
- } else if (typeof cb === "function") {
3095
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3096
- this.send(command, optionsOrCb || {}, cb);
3097
- } else {
3098
- return this.send(command, optionsOrCb);
3099
- }
3100
- }
3101
-
3102
- /**
3103
- * <p>Returns the descriptions of the reserved nodes.</p>
3104
- */
3105
- public describeReservedNodes(
3106
- args: DescribeReservedNodesCommandInput,
3107
- options?: __HttpHandlerOptions
3108
- ): Promise<DescribeReservedNodesCommandOutput>;
3109
- public describeReservedNodes(
3110
- args: DescribeReservedNodesCommandInput,
3111
- cb: (err: any, data?: DescribeReservedNodesCommandOutput) => void
3112
- ): void;
3113
- public describeReservedNodes(
3114
- args: DescribeReservedNodesCommandInput,
3115
- options: __HttpHandlerOptions,
3116
- cb: (err: any, data?: DescribeReservedNodesCommandOutput) => void
3117
- ): void;
3118
- public describeReservedNodes(
3119
- args: DescribeReservedNodesCommandInput,
3120
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReservedNodesCommandOutput) => void),
3121
- cb?: (err: any, data?: DescribeReservedNodesCommandOutput) => void
3122
- ): Promise<DescribeReservedNodesCommandOutput> | void {
3123
- const command = new DescribeReservedNodesCommand(args);
3124
- if (typeof optionsOrCb === "function") {
3125
- this.send(command, optionsOrCb);
3126
- } else if (typeof cb === "function") {
3127
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3128
- this.send(command, optionsOrCb || {}, cb);
3129
- } else {
3130
- return this.send(command, optionsOrCb);
3131
- }
3132
- }
3133
-
3134
- /**
3135
- * <p>Returns information about the last resize operation for the specified cluster. If
3136
- * no resize operation has ever been initiated for the specified cluster, a <code>HTTP
3137
- * 404</code> error is returned. If a resize operation was initiated and completed, the
3138
- * status of the resize remains as <code>SUCCEEDED</code> until the next resize. </p>
3139
- * <p>A resize operation can be requested using <a>ModifyCluster</a> and
3140
- * specifying a different number or type of nodes for the cluster. </p>
3141
- */
3142
- public describeResize(
3143
- args: DescribeResizeCommandInput,
3144
- options?: __HttpHandlerOptions
3145
- ): Promise<DescribeResizeCommandOutput>;
3146
- public describeResize(
3147
- args: DescribeResizeCommandInput,
3148
- cb: (err: any, data?: DescribeResizeCommandOutput) => void
3149
- ): void;
3150
- public describeResize(
3151
- args: DescribeResizeCommandInput,
3152
- options: __HttpHandlerOptions,
3153
- cb: (err: any, data?: DescribeResizeCommandOutput) => void
3154
- ): void;
3155
- public describeResize(
3156
- args: DescribeResizeCommandInput,
3157
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeResizeCommandOutput) => void),
3158
- cb?: (err: any, data?: DescribeResizeCommandOutput) => void
3159
- ): Promise<DescribeResizeCommandOutput> | void {
3160
- const command = new DescribeResizeCommand(args);
3161
- if (typeof optionsOrCb === "function") {
3162
- this.send(command, optionsOrCb);
3163
- } else if (typeof cb === "function") {
3164
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3165
- this.send(command, optionsOrCb || {}, cb);
3166
- } else {
3167
- return this.send(command, optionsOrCb);
3168
- }
3169
- }
3170
-
3171
- /**
3172
- * <p>Describes properties of scheduled actions.
3173
- * </p>
3174
- */
3175
- public describeScheduledActions(
3176
- args: DescribeScheduledActionsCommandInput,
3177
- options?: __HttpHandlerOptions
3178
- ): Promise<DescribeScheduledActionsCommandOutput>;
3179
- public describeScheduledActions(
3180
- args: DescribeScheduledActionsCommandInput,
3181
- cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void
3182
- ): void;
3183
- public describeScheduledActions(
3184
- args: DescribeScheduledActionsCommandInput,
3185
- options: __HttpHandlerOptions,
3186
- cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void
3187
- ): void;
3188
- public describeScheduledActions(
3189
- args: DescribeScheduledActionsCommandInput,
3190
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeScheduledActionsCommandOutput) => void),
3191
- cb?: (err: any, data?: DescribeScheduledActionsCommandOutput) => void
3192
- ): Promise<DescribeScheduledActionsCommandOutput> | void {
3193
- const command = new DescribeScheduledActionsCommand(args);
3194
- if (typeof optionsOrCb === "function") {
3195
- this.send(command, optionsOrCb);
3196
- } else if (typeof cb === "function") {
3197
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3198
- this.send(command, optionsOrCb || {}, cb);
3199
- } else {
3200
- return this.send(command, optionsOrCb);
3201
- }
3202
- }
3203
-
3204
- /**
3205
- * <p>Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination
3206
- * region.</p>
3207
- * <p>
3208
- * For more information about managing snapshot copy grants, go to
3209
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html">Amazon Redshift Database Encryption</a>
3210
- * in the <i>Amazon Redshift Cluster Management Guide</i>.
3211
- * </p>
3212
- */
3213
- public describeSnapshotCopyGrants(
3214
- args: DescribeSnapshotCopyGrantsCommandInput,
3215
- options?: __HttpHandlerOptions
3216
- ): Promise<DescribeSnapshotCopyGrantsCommandOutput>;
3217
- public describeSnapshotCopyGrants(
3218
- args: DescribeSnapshotCopyGrantsCommandInput,
3219
- cb: (err: any, data?: DescribeSnapshotCopyGrantsCommandOutput) => void
3220
- ): void;
3221
- public describeSnapshotCopyGrants(
3222
- args: DescribeSnapshotCopyGrantsCommandInput,
3223
- options: __HttpHandlerOptions,
3224
- cb: (err: any, data?: DescribeSnapshotCopyGrantsCommandOutput) => void
3225
- ): void;
3226
- public describeSnapshotCopyGrants(
3227
- args: DescribeSnapshotCopyGrantsCommandInput,
3228
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSnapshotCopyGrantsCommandOutput) => void),
3229
- cb?: (err: any, data?: DescribeSnapshotCopyGrantsCommandOutput) => void
3230
- ): Promise<DescribeSnapshotCopyGrantsCommandOutput> | void {
3231
- const command = new DescribeSnapshotCopyGrantsCommand(args);
3232
- if (typeof optionsOrCb === "function") {
3233
- this.send(command, optionsOrCb);
3234
- } else if (typeof cb === "function") {
3235
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3236
- this.send(command, optionsOrCb || {}, cb);
3237
- } else {
3238
- return this.send(command, optionsOrCb);
3239
- }
3240
- }
3241
-
3242
- /**
3243
- * <p>Returns a list of snapshot schedules. </p>
3244
- */
3245
- public describeSnapshotSchedules(
3246
- args: DescribeSnapshotSchedulesCommandInput,
3247
- options?: __HttpHandlerOptions
3248
- ): Promise<DescribeSnapshotSchedulesCommandOutput>;
3249
- public describeSnapshotSchedules(
3250
- args: DescribeSnapshotSchedulesCommandInput,
3251
- cb: (err: any, data?: DescribeSnapshotSchedulesCommandOutput) => void
3252
- ): void;
3253
- public describeSnapshotSchedules(
3254
- args: DescribeSnapshotSchedulesCommandInput,
3255
- options: __HttpHandlerOptions,
3256
- cb: (err: any, data?: DescribeSnapshotSchedulesCommandOutput) => void
3257
- ): void;
3258
- public describeSnapshotSchedules(
3259
- args: DescribeSnapshotSchedulesCommandInput,
3260
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSnapshotSchedulesCommandOutput) => void),
3261
- cb?: (err: any, data?: DescribeSnapshotSchedulesCommandOutput) => void
3262
- ): Promise<DescribeSnapshotSchedulesCommandOutput> | void {
3263
- const command = new DescribeSnapshotSchedulesCommand(args);
3264
- if (typeof optionsOrCb === "function") {
3265
- this.send(command, optionsOrCb);
3266
- } else if (typeof cb === "function") {
3267
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3268
- this.send(command, optionsOrCb || {}, cb);
3269
- } else {
3270
- return this.send(command, optionsOrCb);
3271
- }
3272
- }
3273
-
3274
- /**
3275
- * <p>Returns account level backups storage size and provisional storage.</p>
3276
- */
3277
- public describeStorage(
3278
- args: DescribeStorageCommandInput,
3279
- options?: __HttpHandlerOptions
3280
- ): Promise<DescribeStorageCommandOutput>;
3281
- public describeStorage(
3282
- args: DescribeStorageCommandInput,
3283
- cb: (err: any, data?: DescribeStorageCommandOutput) => void
3284
- ): void;
3285
- public describeStorage(
3286
- args: DescribeStorageCommandInput,
3287
- options: __HttpHandlerOptions,
3288
- cb: (err: any, data?: DescribeStorageCommandOutput) => void
3289
- ): void;
3290
- public describeStorage(
3291
- args: DescribeStorageCommandInput,
3292
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStorageCommandOutput) => void),
3293
- cb?: (err: any, data?: DescribeStorageCommandOutput) => void
3294
- ): Promise<DescribeStorageCommandOutput> | void {
3295
- const command = new DescribeStorageCommand(args);
3296
- if (typeof optionsOrCb === "function") {
3297
- this.send(command, optionsOrCb);
3298
- } else if (typeof cb === "function") {
3299
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3300
- this.send(command, optionsOrCb || {}, cb);
3301
- } else {
3302
- return this.send(command, optionsOrCb);
3303
- }
3304
- }
3305
-
3306
- /**
3307
- * <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
3308
- * for the <code>TableRestoreRequestId</code> parameter, then
3309
- * <code>DescribeTableRestoreStatus</code> returns the status of all table restore
3310
- * requests ordered by the date and time of the request in ascending order. Otherwise
3311
- * <code>DescribeTableRestoreStatus</code> returns the status of the table specified by
3312
- * <code>TableRestoreRequestId</code>.</p>
3313
- */
3314
- public describeTableRestoreStatus(
3315
- args: DescribeTableRestoreStatusCommandInput,
3316
- options?: __HttpHandlerOptions
3317
- ): Promise<DescribeTableRestoreStatusCommandOutput>;
3318
- public describeTableRestoreStatus(
3319
- args: DescribeTableRestoreStatusCommandInput,
3320
- cb: (err: any, data?: DescribeTableRestoreStatusCommandOutput) => void
3321
- ): void;
3322
- public describeTableRestoreStatus(
3323
- args: DescribeTableRestoreStatusCommandInput,
3324
- options: __HttpHandlerOptions,
3325
- cb: (err: any, data?: DescribeTableRestoreStatusCommandOutput) => void
3326
- ): void;
3327
- public describeTableRestoreStatus(
3328
- args: DescribeTableRestoreStatusCommandInput,
3329
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTableRestoreStatusCommandOutput) => void),
3330
- cb?: (err: any, data?: DescribeTableRestoreStatusCommandOutput) => void
3331
- ): Promise<DescribeTableRestoreStatusCommandOutput> | void {
3332
- const command = new DescribeTableRestoreStatusCommand(args);
3333
- if (typeof optionsOrCb === "function") {
3334
- this.send(command, optionsOrCb);
3335
- } else if (typeof cb === "function") {
3336
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3337
- this.send(command, optionsOrCb || {}, cb);
3338
- } else {
3339
- return this.send(command, optionsOrCb);
3340
- }
3341
- }
3342
-
3343
- /**
3344
- * <p>Returns a list of tags. You can return tags from a specific resource by specifying
3345
- * an ARN, or you can return all tags for a given type of resource, such as clusters,
3346
- * snapshots, and so on.</p>
3347
- * <p>The following are limitations for <code>DescribeTags</code>: </p>
3348
- * <ul>
3349
- * <li>
3350
- * <p>You cannot specify an ARN and a resource-type value together in the same
3351
- * request.</p>
3352
- * </li>
3353
- * <li>
3354
- * <p>You cannot use the <code>MaxRecords</code> and <code>Marker</code>
3355
- * parameters together with the ARN parameter.</p>
3356
- * </li>
3357
- * <li>
3358
- * <p>The <code>MaxRecords</code> parameter can be a range from 10 to 50 results
3359
- * to return in a request.</p>
3360
- * </li>
3361
- * </ul>
3362
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
3363
- * all resources that match any combination of the specified keys and values. For example,
3364
- * if you have <code>owner</code> and <code>environment</code> for tag keys, and
3365
- * <code>admin</code> and <code>test</code> for tag values, all resources that have any
3366
- * combination of those values are returned.</p>
3367
- * <p>If both tag keys and values are omitted from the request, resources are returned
3368
- * regardless of whether they have tag keys or values associated with them.</p>
3369
- */
3370
- public describeTags(
3371
- args: DescribeTagsCommandInput,
3372
- options?: __HttpHandlerOptions
3373
- ): Promise<DescribeTagsCommandOutput>;
3374
- public describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
3375
- public describeTags(
3376
- args: DescribeTagsCommandInput,
3377
- options: __HttpHandlerOptions,
3378
- cb: (err: any, data?: DescribeTagsCommandOutput) => void
3379
- ): void;
3380
- public describeTags(
3381
- args: DescribeTagsCommandInput,
3382
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTagsCommandOutput) => void),
3383
- cb?: (err: any, data?: DescribeTagsCommandOutput) => void
3384
- ): Promise<DescribeTagsCommandOutput> | void {
3385
- const command = new DescribeTagsCommand(args);
3386
- if (typeof optionsOrCb === "function") {
3387
- this.send(command, optionsOrCb);
3388
- } else if (typeof cb === "function") {
3389
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3390
- this.send(command, optionsOrCb || {}, cb);
3391
- } else {
3392
- return this.send(command, optionsOrCb);
3393
- }
3394
- }
3395
-
3396
- /**
3397
- * <p>Shows usage limits on a cluster.
3398
- * Results are filtered based on the combination of input usage limit identifier, cluster identifier, and feature type parameters:</p>
3399
- * <ul>
3400
- * <li>
3401
- * <p>If usage limit identifier, cluster identifier, and feature type are not provided,
3402
- * then all usage limit objects for the current account in the current region are returned.</p>
3403
- * </li>
3404
- * <li>
3405
- * <p>If usage limit identifier is provided,
3406
- * then the corresponding usage limit object is returned.</p>
3407
- * </li>
3408
- * <li>
3409
- * <p>If cluster identifier is provided,
3410
- * then all usage limit objects for the specified cluster are returned.</p>
3411
- * </li>
3412
- * <li>
3413
- * <p>If cluster identifier and feature type are provided,
3414
- * then all usage limit objects for the combination of cluster and feature are returned.</p>
3415
- * </li>
3416
- * </ul>
3417
- */
3418
- public describeUsageLimits(
3419
- args: DescribeUsageLimitsCommandInput,
3420
- options?: __HttpHandlerOptions
3421
- ): Promise<DescribeUsageLimitsCommandOutput>;
3422
- public describeUsageLimits(
3423
- args: DescribeUsageLimitsCommandInput,
3424
- cb: (err: any, data?: DescribeUsageLimitsCommandOutput) => void
3425
- ): void;
3426
- public describeUsageLimits(
3427
- args: DescribeUsageLimitsCommandInput,
3428
- options: __HttpHandlerOptions,
3429
- cb: (err: any, data?: DescribeUsageLimitsCommandOutput) => void
3430
- ): void;
3431
- public describeUsageLimits(
3432
- args: DescribeUsageLimitsCommandInput,
3433
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUsageLimitsCommandOutput) => void),
3434
- cb?: (err: any, data?: DescribeUsageLimitsCommandOutput) => void
3435
- ): Promise<DescribeUsageLimitsCommandOutput> | void {
3436
- const command = new DescribeUsageLimitsCommand(args);
3437
- if (typeof optionsOrCb === "function") {
3438
- this.send(command, optionsOrCb);
3439
- } else if (typeof cb === "function") {
3440
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3441
- this.send(command, optionsOrCb || {}, cb);
3442
- } else {
3443
- return this.send(command, optionsOrCb);
3444
- }
3445
- }
3446
-
3447
- /**
3448
- * <p>Stops logging information, such as queries and connection attempts, for the
3449
- * specified Amazon Redshift cluster.</p>
3450
- */
3451
- public disableLogging(
3452
- args: DisableLoggingCommandInput,
3453
- options?: __HttpHandlerOptions
3454
- ): Promise<DisableLoggingCommandOutput>;
3455
- public disableLogging(
3456
- args: DisableLoggingCommandInput,
3457
- cb: (err: any, data?: DisableLoggingCommandOutput) => void
3458
- ): void;
3459
- public disableLogging(
3460
- args: DisableLoggingCommandInput,
3461
- options: __HttpHandlerOptions,
3462
- cb: (err: any, data?: DisableLoggingCommandOutput) => void
3463
- ): void;
3464
- public disableLogging(
3465
- args: DisableLoggingCommandInput,
3466
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisableLoggingCommandOutput) => void),
3467
- cb?: (err: any, data?: DisableLoggingCommandOutput) => void
3468
- ): Promise<DisableLoggingCommandOutput> | void {
3469
- const command = new DisableLoggingCommand(args);
3470
- if (typeof optionsOrCb === "function") {
3471
- this.send(command, optionsOrCb);
3472
- } else if (typeof cb === "function") {
3473
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3474
- this.send(command, optionsOrCb || {}, cb);
3475
- } else {
3476
- return this.send(command, optionsOrCb);
3477
- }
3478
- }
3479
-
3480
- /**
3481
- * <p>Disables the automatic copying of snapshots from one region to another region for a
3482
- * specified cluster.</p>
3483
- * <p>If your cluster and its snapshots are encrypted using a customer master key (CMK)
3484
- * from Key Management Service, use <a>DeleteSnapshotCopyGrant</a> to delete the grant that
3485
- * grants Amazon Redshift permission to the CMK in the destination region. </p>
3486
- */
3487
- public disableSnapshotCopy(
3488
- args: DisableSnapshotCopyCommandInput,
3489
- options?: __HttpHandlerOptions
3490
- ): Promise<DisableSnapshotCopyCommandOutput>;
3491
- public disableSnapshotCopy(
3492
- args: DisableSnapshotCopyCommandInput,
3493
- cb: (err: any, data?: DisableSnapshotCopyCommandOutput) => void
3494
- ): void;
3495
- public disableSnapshotCopy(
3496
- args: DisableSnapshotCopyCommandInput,
3497
- options: __HttpHandlerOptions,
3498
- cb: (err: any, data?: DisableSnapshotCopyCommandOutput) => void
3499
- ): void;
3500
- public disableSnapshotCopy(
3501
- args: DisableSnapshotCopyCommandInput,
3502
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisableSnapshotCopyCommandOutput) => void),
3503
- cb?: (err: any, data?: DisableSnapshotCopyCommandOutput) => void
3504
- ): Promise<DisableSnapshotCopyCommandOutput> | void {
3505
- const command = new DisableSnapshotCopyCommand(args);
3506
- if (typeof optionsOrCb === "function") {
3507
- this.send(command, optionsOrCb);
3508
- } else if (typeof cb === "function") {
3509
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3510
- this.send(command, optionsOrCb || {}, cb);
3511
- } else {
3512
- return this.send(command, optionsOrCb);
3513
- }
3514
- }
3515
-
3516
- /**
3517
- * <p>From a consumer account, remove association for the specified datashare.
3518
- * </p>
3519
- */
3520
- public disassociateDataShareConsumer(
3521
- args: DisassociateDataShareConsumerCommandInput,
3522
- options?: __HttpHandlerOptions
3523
- ): Promise<DisassociateDataShareConsumerCommandOutput>;
3524
- public disassociateDataShareConsumer(
3525
- args: DisassociateDataShareConsumerCommandInput,
3526
- cb: (err: any, data?: DisassociateDataShareConsumerCommandOutput) => void
3527
- ): void;
3528
- public disassociateDataShareConsumer(
3529
- args: DisassociateDataShareConsumerCommandInput,
3530
- options: __HttpHandlerOptions,
3531
- cb: (err: any, data?: DisassociateDataShareConsumerCommandOutput) => void
3532
- ): void;
3533
- public disassociateDataShareConsumer(
3534
- args: DisassociateDataShareConsumerCommandInput,
3535
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateDataShareConsumerCommandOutput) => void),
3536
- cb?: (err: any, data?: DisassociateDataShareConsumerCommandOutput) => void
3537
- ): Promise<DisassociateDataShareConsumerCommandOutput> | void {
3538
- const command = new DisassociateDataShareConsumerCommand(args);
3539
- if (typeof optionsOrCb === "function") {
3540
- this.send(command, optionsOrCb);
3541
- } else if (typeof cb === "function") {
3542
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3543
- this.send(command, optionsOrCb || {}, cb);
3544
- } else {
3545
- return this.send(command, optionsOrCb);
3546
- }
3547
- }
3548
-
3549
- /**
3550
- * <p>Starts logging information, such as queries and connection attempts, for the
3551
- * specified Amazon Redshift cluster.</p>
3552
- */
3553
- public enableLogging(
3554
- args: EnableLoggingCommandInput,
3555
- options?: __HttpHandlerOptions
3556
- ): Promise<EnableLoggingCommandOutput>;
3557
- public enableLogging(
3558
- args: EnableLoggingCommandInput,
3559
- cb: (err: any, data?: EnableLoggingCommandOutput) => void
3560
- ): void;
3561
- public enableLogging(
3562
- args: EnableLoggingCommandInput,
3563
- options: __HttpHandlerOptions,
3564
- cb: (err: any, data?: EnableLoggingCommandOutput) => void
3565
- ): void;
3566
- public enableLogging(
3567
- args: EnableLoggingCommandInput,
3568
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: EnableLoggingCommandOutput) => void),
3569
- cb?: (err: any, data?: EnableLoggingCommandOutput) => void
3570
- ): Promise<EnableLoggingCommandOutput> | void {
3571
- const command = new EnableLoggingCommand(args);
3572
- if (typeof optionsOrCb === "function") {
3573
- this.send(command, optionsOrCb);
3574
- } else if (typeof cb === "function") {
3575
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3576
- this.send(command, optionsOrCb || {}, cb);
3577
- } else {
3578
- return this.send(command, optionsOrCb);
3579
- }
3580
- }
3581
-
3582
- /**
3583
- * <p>Enables the automatic copy of snapshots from one region to another region for a
3584
- * specified cluster.</p>
3585
- */
3586
- public enableSnapshotCopy(
3587
- args: EnableSnapshotCopyCommandInput,
3588
- options?: __HttpHandlerOptions
3589
- ): Promise<EnableSnapshotCopyCommandOutput>;
3590
- public enableSnapshotCopy(
3591
- args: EnableSnapshotCopyCommandInput,
3592
- cb: (err: any, data?: EnableSnapshotCopyCommandOutput) => void
3593
- ): void;
3594
- public enableSnapshotCopy(
3595
- args: EnableSnapshotCopyCommandInput,
3596
- options: __HttpHandlerOptions,
3597
- cb: (err: any, data?: EnableSnapshotCopyCommandOutput) => void
3598
- ): void;
3599
- public enableSnapshotCopy(
3600
- args: EnableSnapshotCopyCommandInput,
3601
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: EnableSnapshotCopyCommandOutput) => void),
3602
- cb?: (err: any, data?: EnableSnapshotCopyCommandOutput) => void
3603
- ): Promise<EnableSnapshotCopyCommandOutput> | void {
3604
- const command = new EnableSnapshotCopyCommand(args);
3605
- if (typeof optionsOrCb === "function") {
3606
- this.send(command, optionsOrCb);
3607
- } else if (typeof cb === "function") {
3608
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3609
- this.send(command, optionsOrCb || {}, cb);
3610
- } else {
3611
- return this.send(command, optionsOrCb);
3612
- }
3613
- }
3614
-
3615
- /**
3616
- * <p>Returns a database user name and temporary password with temporary authorization to
3617
- * log on to an Amazon Redshift database. The action returns the database user name
3618
- * prefixed with <code>IAM:</code> if <code>AutoCreate</code> is <code>False</code> or
3619
- * <code>IAMA:</code> if <code>AutoCreate</code> is <code>True</code>. You can
3620
- * optionally specify one or more database user groups that the user will join at log on.
3621
- * By default, the temporary credentials expire in 900 seconds. You can optionally specify
3622
- * a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). For more
3623
- * information, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/generating-user-credentials.html">Using IAM Authentication
3624
- * to Generate Database User Credentials</a> in the Amazon Redshift Cluster Management Guide.</p>
3625
- * <p>The Identity and Access Management (IAM) user or role that runs
3626
- * GetClusterCredentials must have an IAM policy attached that allows access to all
3627
- * 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
3628
- * Amazon Redshift Cluster Management Guide.</p>
3629
- * <p>If the <code>DbGroups</code> parameter is specified, the IAM policy must allow the
3630
- * <code>redshift:JoinGroup</code> action with access to the listed
3631
- * <code>dbgroups</code>. </p>
3632
- * <p>In addition, if the <code>AutoCreate</code> parameter is set to <code>True</code>,
3633
- * then the policy must include the <code>redshift:CreateClusterUser</code>
3634
- * privilege.</p>
3635
- * <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access
3636
- * to the resource <code>dbname</code> for the specified database name. </p>
3637
- */
3638
- public getClusterCredentials(
3639
- args: GetClusterCredentialsCommandInput,
3640
- options?: __HttpHandlerOptions
3641
- ): Promise<GetClusterCredentialsCommandOutput>;
3642
- public getClusterCredentials(
3643
- args: GetClusterCredentialsCommandInput,
3644
- cb: (err: any, data?: GetClusterCredentialsCommandOutput) => void
3645
- ): void;
3646
- public getClusterCredentials(
3647
- args: GetClusterCredentialsCommandInput,
3648
- options: __HttpHandlerOptions,
3649
- cb: (err: any, data?: GetClusterCredentialsCommandOutput) => void
3650
- ): void;
3651
- public getClusterCredentials(
3652
- args: GetClusterCredentialsCommandInput,
3653
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetClusterCredentialsCommandOutput) => void),
3654
- cb?: (err: any, data?: GetClusterCredentialsCommandOutput) => void
3655
- ): Promise<GetClusterCredentialsCommandOutput> | void {
3656
- const command = new GetClusterCredentialsCommand(args);
3657
- if (typeof optionsOrCb === "function") {
3658
- this.send(command, optionsOrCb);
3659
- } else if (typeof cb === "function") {
3660
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3661
- this.send(command, optionsOrCb || {}, cb);
3662
- } else {
3663
- return this.send(command, optionsOrCb);
3664
- }
3665
- }
3666
-
3667
- /**
3668
- * <p>Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term,
3669
- * and usage price of the given DC1 reserved node.</p>
3670
- */
3671
- public getReservedNodeExchangeOfferings(
3672
- args: GetReservedNodeExchangeOfferingsCommandInput,
3673
- options?: __HttpHandlerOptions
3674
- ): Promise<GetReservedNodeExchangeOfferingsCommandOutput>;
3675
- public getReservedNodeExchangeOfferings(
3676
- args: GetReservedNodeExchangeOfferingsCommandInput,
3677
- cb: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void
3678
- ): void;
3679
- public getReservedNodeExchangeOfferings(
3680
- args: GetReservedNodeExchangeOfferingsCommandInput,
3681
- options: __HttpHandlerOptions,
3682
- cb: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void
3683
- ): void;
3684
- public getReservedNodeExchangeOfferings(
3685
- args: GetReservedNodeExchangeOfferingsCommandInput,
3686
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void),
3687
- cb?: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void
3688
- ): Promise<GetReservedNodeExchangeOfferingsCommandOutput> | void {
3689
- const command = new GetReservedNodeExchangeOfferingsCommand(args);
3690
- if (typeof optionsOrCb === "function") {
3691
- this.send(command, optionsOrCb);
3692
- } else if (typeof cb === "function") {
3693
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3694
- this.send(command, optionsOrCb || {}, cb);
3695
- } else {
3696
- return this.send(command, optionsOrCb);
3697
- }
3698
- }
3699
-
3700
- /**
3701
- * <p>Modifies whether a cluster can use AQUA (Advanced Query Accelerator). </p>
3702
- */
3703
- public modifyAquaConfiguration(
3704
- args: ModifyAquaConfigurationCommandInput,
3705
- options?: __HttpHandlerOptions
3706
- ): Promise<ModifyAquaConfigurationCommandOutput>;
3707
- public modifyAquaConfiguration(
3708
- args: ModifyAquaConfigurationCommandInput,
3709
- cb: (err: any, data?: ModifyAquaConfigurationCommandOutput) => void
3710
- ): void;
3711
- public modifyAquaConfiguration(
3712
- args: ModifyAquaConfigurationCommandInput,
3713
- options: __HttpHandlerOptions,
3714
- cb: (err: any, data?: ModifyAquaConfigurationCommandOutput) => void
3715
- ): void;
3716
- public modifyAquaConfiguration(
3717
- args: ModifyAquaConfigurationCommandInput,
3718
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyAquaConfigurationCommandOutput) => void),
3719
- cb?: (err: any, data?: ModifyAquaConfigurationCommandOutput) => void
3720
- ): Promise<ModifyAquaConfigurationCommandOutput> | void {
3721
- const command = new ModifyAquaConfigurationCommand(args);
3722
- if (typeof optionsOrCb === "function") {
3723
- this.send(command, optionsOrCb);
3724
- } else if (typeof cb === "function") {
3725
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3726
- this.send(command, optionsOrCb || {}, cb);
3727
- } else {
3728
- return this.send(command, optionsOrCb);
3729
- }
3730
- }
3731
-
3732
- /**
3733
- * <p>Modifies an authentication profile.</p>
3734
- */
3735
- public modifyAuthenticationProfile(
3736
- args: ModifyAuthenticationProfileCommandInput,
3737
- options?: __HttpHandlerOptions
3738
- ): Promise<ModifyAuthenticationProfileCommandOutput>;
3739
- public modifyAuthenticationProfile(
3740
- args: ModifyAuthenticationProfileCommandInput,
3741
- cb: (err: any, data?: ModifyAuthenticationProfileCommandOutput) => void
3742
- ): void;
3743
- public modifyAuthenticationProfile(
3744
- args: ModifyAuthenticationProfileCommandInput,
3745
- options: __HttpHandlerOptions,
3746
- cb: (err: any, data?: ModifyAuthenticationProfileCommandOutput) => void
3747
- ): void;
3748
- public modifyAuthenticationProfile(
3749
- args: ModifyAuthenticationProfileCommandInput,
3750
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyAuthenticationProfileCommandOutput) => void),
3751
- cb?: (err: any, data?: ModifyAuthenticationProfileCommandOutput) => void
3752
- ): Promise<ModifyAuthenticationProfileCommandOutput> | void {
3753
- const command = new ModifyAuthenticationProfileCommand(args);
3754
- if (typeof optionsOrCb === "function") {
3755
- this.send(command, optionsOrCb);
3756
- } else if (typeof cb === "function") {
3757
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3758
- this.send(command, optionsOrCb || {}, cb);
3759
- } else {
3760
- return this.send(command, optionsOrCb);
3761
- }
3762
- }
3763
-
3764
- /**
3765
- * <p>Modifies the settings for a cluster.</p>
3766
- * <p>You can also change node type and the number of nodes to scale up or down the
3767
- * cluster. When resizing a cluster, you must specify both the number of nodes and the node
3768
- * type even if one of the parameters does not change.</p>
3769
- * <p>You can add another security or
3770
- * 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.
3771
- * For more information about managing clusters, go to
3772
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
3773
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
3774
- */
3775
- public modifyCluster(
3776
- args: ModifyClusterCommandInput,
3777
- options?: __HttpHandlerOptions
3778
- ): Promise<ModifyClusterCommandOutput>;
3779
- public modifyCluster(
3780
- args: ModifyClusterCommandInput,
3781
- cb: (err: any, data?: ModifyClusterCommandOutput) => void
3782
- ): void;
3783
- public modifyCluster(
3784
- args: ModifyClusterCommandInput,
3785
- options: __HttpHandlerOptions,
3786
- cb: (err: any, data?: ModifyClusterCommandOutput) => void
3787
- ): void;
3788
- public modifyCluster(
3789
- args: ModifyClusterCommandInput,
3790
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyClusterCommandOutput) => void),
3791
- cb?: (err: any, data?: ModifyClusterCommandOutput) => void
3792
- ): Promise<ModifyClusterCommandOutput> | void {
3793
- const command = new ModifyClusterCommand(args);
3794
- if (typeof optionsOrCb === "function") {
3795
- this.send(command, optionsOrCb);
3796
- } else if (typeof cb === "function") {
3797
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3798
- this.send(command, optionsOrCb || {}, cb);
3799
- } else {
3800
- return this.send(command, optionsOrCb);
3801
- }
3802
- }
3803
-
3804
- /**
3805
- * <p>Modifies the database revision of a cluster. The database revision is a unique
3806
- * revision of the database running in a cluster.</p>
3807
- */
3808
- public modifyClusterDbRevision(
3809
- args: ModifyClusterDbRevisionCommandInput,
3810
- options?: __HttpHandlerOptions
3811
- ): Promise<ModifyClusterDbRevisionCommandOutput>;
3812
- public modifyClusterDbRevision(
3813
- args: ModifyClusterDbRevisionCommandInput,
3814
- cb: (err: any, data?: ModifyClusterDbRevisionCommandOutput) => void
3815
- ): void;
3816
- public modifyClusterDbRevision(
3817
- args: ModifyClusterDbRevisionCommandInput,
3818
- options: __HttpHandlerOptions,
3819
- cb: (err: any, data?: ModifyClusterDbRevisionCommandOutput) => void
3820
- ): void;
3821
- public modifyClusterDbRevision(
3822
- args: ModifyClusterDbRevisionCommandInput,
3823
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyClusterDbRevisionCommandOutput) => void),
3824
- cb?: (err: any, data?: ModifyClusterDbRevisionCommandOutput) => void
3825
- ): Promise<ModifyClusterDbRevisionCommandOutput> | void {
3826
- const command = new ModifyClusterDbRevisionCommand(args);
3827
- if (typeof optionsOrCb === "function") {
3828
- this.send(command, optionsOrCb);
3829
- } else if (typeof cb === "function") {
3830
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3831
- this.send(command, optionsOrCb || {}, cb);
3832
- } else {
3833
- return this.send(command, optionsOrCb);
3834
- }
3835
- }
3836
-
3837
- /**
3838
- * <p>Modifies the list of Identity and Access Management (IAM) roles that can be
3839
- * used by the cluster to access other Amazon Web Services services.</p>
3840
- * <p>A cluster can have up to 10 IAM roles associated at any time.</p>
3841
- */
3842
- public modifyClusterIamRoles(
3843
- args: ModifyClusterIamRolesCommandInput,
3844
- options?: __HttpHandlerOptions
3845
- ): Promise<ModifyClusterIamRolesCommandOutput>;
3846
- public modifyClusterIamRoles(
3847
- args: ModifyClusterIamRolesCommandInput,
3848
- cb: (err: any, data?: ModifyClusterIamRolesCommandOutput) => void
3849
- ): void;
3850
- public modifyClusterIamRoles(
3851
- args: ModifyClusterIamRolesCommandInput,
3852
- options: __HttpHandlerOptions,
3853
- cb: (err: any, data?: ModifyClusterIamRolesCommandOutput) => void
3854
- ): void;
3855
- public modifyClusterIamRoles(
3856
- args: ModifyClusterIamRolesCommandInput,
3857
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyClusterIamRolesCommandOutput) => void),
3858
- cb?: (err: any, data?: ModifyClusterIamRolesCommandOutput) => void
3859
- ): Promise<ModifyClusterIamRolesCommandOutput> | void {
3860
- const command = new ModifyClusterIamRolesCommand(args);
3861
- if (typeof optionsOrCb === "function") {
3862
- this.send(command, optionsOrCb);
3863
- } else if (typeof cb === "function") {
3864
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3865
- this.send(command, optionsOrCb || {}, cb);
3866
- } else {
3867
- return this.send(command, optionsOrCb);
3868
- }
3869
- }
3870
-
3871
- /**
3872
- * <p>Modifies the maintenance settings of a cluster.</p>
3873
- */
3874
- public modifyClusterMaintenance(
3875
- args: ModifyClusterMaintenanceCommandInput,
3876
- options?: __HttpHandlerOptions
3877
- ): Promise<ModifyClusterMaintenanceCommandOutput>;
3878
- public modifyClusterMaintenance(
3879
- args: ModifyClusterMaintenanceCommandInput,
3880
- cb: (err: any, data?: ModifyClusterMaintenanceCommandOutput) => void
3881
- ): void;
3882
- public modifyClusterMaintenance(
3883
- args: ModifyClusterMaintenanceCommandInput,
3884
- options: __HttpHandlerOptions,
3885
- cb: (err: any, data?: ModifyClusterMaintenanceCommandOutput) => void
3886
- ): void;
3887
- public modifyClusterMaintenance(
3888
- args: ModifyClusterMaintenanceCommandInput,
3889
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyClusterMaintenanceCommandOutput) => void),
3890
- cb?: (err: any, data?: ModifyClusterMaintenanceCommandOutput) => void
3891
- ): Promise<ModifyClusterMaintenanceCommandOutput> | void {
3892
- const command = new ModifyClusterMaintenanceCommand(args);
3893
- if (typeof optionsOrCb === "function") {
3894
- this.send(command, optionsOrCb);
3895
- } else if (typeof cb === "function") {
3896
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3897
- this.send(command, optionsOrCb || {}, cb);
3898
- } else {
3899
- return this.send(command, optionsOrCb);
3900
- }
3901
- }
3902
-
3903
- /**
3904
- * <p>Modifies the parameters of a parameter group. For the parameters parameter, it can't contain ASCII characters.</p>
3905
- * <p>
3906
- * For more information about parameters and parameter groups, go to
3907
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
3908
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
3909
- */
3910
- public modifyClusterParameterGroup(
3911
- args: ModifyClusterParameterGroupCommandInput,
3912
- options?: __HttpHandlerOptions
3913
- ): Promise<ModifyClusterParameterGroupCommandOutput>;
3914
- public modifyClusterParameterGroup(
3915
- args: ModifyClusterParameterGroupCommandInput,
3916
- cb: (err: any, data?: ModifyClusterParameterGroupCommandOutput) => void
3917
- ): void;
3918
- public modifyClusterParameterGroup(
3919
- args: ModifyClusterParameterGroupCommandInput,
3920
- options: __HttpHandlerOptions,
3921
- cb: (err: any, data?: ModifyClusterParameterGroupCommandOutput) => void
3922
- ): void;
3923
- public modifyClusterParameterGroup(
3924
- args: ModifyClusterParameterGroupCommandInput,
3925
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyClusterParameterGroupCommandOutput) => void),
3926
- cb?: (err: any, data?: ModifyClusterParameterGroupCommandOutput) => void
3927
- ): Promise<ModifyClusterParameterGroupCommandOutput> | void {
3928
- const command = new ModifyClusterParameterGroupCommand(args);
3929
- if (typeof optionsOrCb === "function") {
3930
- this.send(command, optionsOrCb);
3931
- } else if (typeof cb === "function") {
3932
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3933
- this.send(command, optionsOrCb || {}, cb);
3934
- } else {
3935
- return this.send(command, optionsOrCb);
3936
- }
3937
- }
3938
-
3939
- /**
3940
- * <p>Modifies the settings for a snapshot.</p>
3941
- * <p>This exanmple modifies the manual retention period setting for a cluster snapshot.</p>
3942
- */
3943
- public modifyClusterSnapshot(
3944
- args: ModifyClusterSnapshotCommandInput,
3945
- options?: __HttpHandlerOptions
3946
- ): Promise<ModifyClusterSnapshotCommandOutput>;
3947
- public modifyClusterSnapshot(
3948
- args: ModifyClusterSnapshotCommandInput,
3949
- cb: (err: any, data?: ModifyClusterSnapshotCommandOutput) => void
3950
- ): void;
3951
- public modifyClusterSnapshot(
3952
- args: ModifyClusterSnapshotCommandInput,
3953
- options: __HttpHandlerOptions,
3954
- cb: (err: any, data?: ModifyClusterSnapshotCommandOutput) => void
3955
- ): void;
3956
- public modifyClusterSnapshot(
3957
- args: ModifyClusterSnapshotCommandInput,
3958
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyClusterSnapshotCommandOutput) => void),
3959
- cb?: (err: any, data?: ModifyClusterSnapshotCommandOutput) => void
3960
- ): Promise<ModifyClusterSnapshotCommandOutput> | void {
3961
- const command = new ModifyClusterSnapshotCommand(args);
3962
- if (typeof optionsOrCb === "function") {
3963
- this.send(command, optionsOrCb);
3964
- } else if (typeof cb === "function") {
3965
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3966
- this.send(command, optionsOrCb || {}, cb);
3967
- } else {
3968
- return this.send(command, optionsOrCb);
3969
- }
3970
- }
3971
-
3972
- /**
3973
- * <p>Modifies a snapshot schedule for a cluster.</p>
3974
- */
3975
- public modifyClusterSnapshotSchedule(
3976
- args: ModifyClusterSnapshotScheduleCommandInput,
3977
- options?: __HttpHandlerOptions
3978
- ): Promise<ModifyClusterSnapshotScheduleCommandOutput>;
3979
- public modifyClusterSnapshotSchedule(
3980
- args: ModifyClusterSnapshotScheduleCommandInput,
3981
- cb: (err: any, data?: ModifyClusterSnapshotScheduleCommandOutput) => void
3982
- ): void;
3983
- public modifyClusterSnapshotSchedule(
3984
- args: ModifyClusterSnapshotScheduleCommandInput,
3985
- options: __HttpHandlerOptions,
3986
- cb: (err: any, data?: ModifyClusterSnapshotScheduleCommandOutput) => void
3987
- ): void;
3988
- public modifyClusterSnapshotSchedule(
3989
- args: ModifyClusterSnapshotScheduleCommandInput,
3990
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyClusterSnapshotScheduleCommandOutput) => void),
3991
- cb?: (err: any, data?: ModifyClusterSnapshotScheduleCommandOutput) => void
3992
- ): Promise<ModifyClusterSnapshotScheduleCommandOutput> | void {
3993
- const command = new ModifyClusterSnapshotScheduleCommand(args);
3994
- if (typeof optionsOrCb === "function") {
3995
- this.send(command, optionsOrCb);
3996
- } else if (typeof cb === "function") {
3997
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3998
- this.send(command, optionsOrCb || {}, cb);
3999
- } else {
4000
- return this.send(command, optionsOrCb);
4001
- }
4002
- }
4003
-
4004
- /**
4005
- * <p>Modifies a cluster subnet group to include the specified list of VPC subnets. The
4006
- * operation replaces the existing list of subnets with the new list of subnets.</p>
4007
- */
4008
- public modifyClusterSubnetGroup(
4009
- args: ModifyClusterSubnetGroupCommandInput,
4010
- options?: __HttpHandlerOptions
4011
- ): Promise<ModifyClusterSubnetGroupCommandOutput>;
4012
- public modifyClusterSubnetGroup(
4013
- args: ModifyClusterSubnetGroupCommandInput,
4014
- cb: (err: any, data?: ModifyClusterSubnetGroupCommandOutput) => void
4015
- ): void;
4016
- public modifyClusterSubnetGroup(
4017
- args: ModifyClusterSubnetGroupCommandInput,
4018
- options: __HttpHandlerOptions,
4019
- cb: (err: any, data?: ModifyClusterSubnetGroupCommandOutput) => void
4020
- ): void;
4021
- public modifyClusterSubnetGroup(
4022
- args: ModifyClusterSubnetGroupCommandInput,
4023
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyClusterSubnetGroupCommandOutput) => void),
4024
- cb?: (err: any, data?: ModifyClusterSubnetGroupCommandOutput) => void
4025
- ): Promise<ModifyClusterSubnetGroupCommandOutput> | void {
4026
- const command = new ModifyClusterSubnetGroupCommand(args);
4027
- if (typeof optionsOrCb === "function") {
4028
- this.send(command, optionsOrCb);
4029
- } else if (typeof cb === "function") {
4030
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4031
- this.send(command, optionsOrCb || {}, cb);
4032
- } else {
4033
- return this.send(command, optionsOrCb);
4034
- }
4035
- }
4036
-
4037
- /**
4038
- * <p>Modifies a Redshift-managed VPC endpoint.</p>
4039
- */
4040
- public modifyEndpointAccess(
4041
- args: ModifyEndpointAccessCommandInput,
4042
- options?: __HttpHandlerOptions
4043
- ): Promise<ModifyEndpointAccessCommandOutput>;
4044
- public modifyEndpointAccess(
4045
- args: ModifyEndpointAccessCommandInput,
4046
- cb: (err: any, data?: ModifyEndpointAccessCommandOutput) => void
4047
- ): void;
4048
- public modifyEndpointAccess(
4049
- args: ModifyEndpointAccessCommandInput,
4050
- options: __HttpHandlerOptions,
4051
- cb: (err: any, data?: ModifyEndpointAccessCommandOutput) => void
4052
- ): void;
4053
- public modifyEndpointAccess(
4054
- args: ModifyEndpointAccessCommandInput,
4055
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyEndpointAccessCommandOutput) => void),
4056
- cb?: (err: any, data?: ModifyEndpointAccessCommandOutput) => void
4057
- ): Promise<ModifyEndpointAccessCommandOutput> | void {
4058
- const command = new ModifyEndpointAccessCommand(args);
4059
- if (typeof optionsOrCb === "function") {
4060
- this.send(command, optionsOrCb);
4061
- } else if (typeof cb === "function") {
4062
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4063
- this.send(command, optionsOrCb || {}, cb);
4064
- } else {
4065
- return this.send(command, optionsOrCb);
4066
- }
4067
- }
4068
-
4069
- /**
4070
- * <p>Modifies an existing Amazon Redshift event notification subscription.</p>
4071
- */
4072
- public modifyEventSubscription(
4073
- args: ModifyEventSubscriptionCommandInput,
4074
- options?: __HttpHandlerOptions
4075
- ): Promise<ModifyEventSubscriptionCommandOutput>;
4076
- public modifyEventSubscription(
4077
- args: ModifyEventSubscriptionCommandInput,
4078
- cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
4079
- ): void;
4080
- public modifyEventSubscription(
4081
- args: ModifyEventSubscriptionCommandInput,
4082
- options: __HttpHandlerOptions,
4083
- cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
4084
- ): void;
4085
- public modifyEventSubscription(
4086
- args: ModifyEventSubscriptionCommandInput,
4087
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyEventSubscriptionCommandOutput) => void),
4088
- cb?: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
4089
- ): Promise<ModifyEventSubscriptionCommandOutput> | void {
4090
- const command = new ModifyEventSubscriptionCommand(args);
4091
- if (typeof optionsOrCb === "function") {
4092
- this.send(command, optionsOrCb);
4093
- } else if (typeof cb === "function") {
4094
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4095
- this.send(command, optionsOrCb || {}, cb);
4096
- } else {
4097
- return this.send(command, optionsOrCb);
4098
- }
4099
- }
4100
-
4101
- /**
4102
- * <p>Modifies a scheduled action.
4103
- * </p>
4104
- */
4105
- public modifyScheduledAction(
4106
- args: ModifyScheduledActionCommandInput,
4107
- options?: __HttpHandlerOptions
4108
- ): Promise<ModifyScheduledActionCommandOutput>;
4109
- public modifyScheduledAction(
4110
- args: ModifyScheduledActionCommandInput,
4111
- cb: (err: any, data?: ModifyScheduledActionCommandOutput) => void
4112
- ): void;
4113
- public modifyScheduledAction(
4114
- args: ModifyScheduledActionCommandInput,
4115
- options: __HttpHandlerOptions,
4116
- cb: (err: any, data?: ModifyScheduledActionCommandOutput) => void
4117
- ): void;
4118
- public modifyScheduledAction(
4119
- args: ModifyScheduledActionCommandInput,
4120
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyScheduledActionCommandOutput) => void),
4121
- cb?: (err: any, data?: ModifyScheduledActionCommandOutput) => void
4122
- ): Promise<ModifyScheduledActionCommandOutput> | void {
4123
- const command = new ModifyScheduledActionCommand(args);
4124
- if (typeof optionsOrCb === "function") {
4125
- this.send(command, optionsOrCb);
4126
- } else if (typeof cb === "function") {
4127
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4128
- this.send(command, optionsOrCb || {}, cb);
4129
- } else {
4130
- return this.send(command, optionsOrCb);
4131
- }
4132
- }
4133
-
4134
- /**
4135
- * <p>Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after
4136
- * they are copied from the source Amazon Web Services Region. By default, this operation only changes the
4137
- * retention period of copied automated snapshots. The retention periods for both new and
4138
- * existing copied automated snapshots are updated with the new retention period. You can
4139
- * set the manual option to change only the retention periods of copied manual snapshots.
4140
- * If you set this option, only newly copied manual snapshots have the new retention
4141
- * period. </p>
4142
- */
4143
- public modifySnapshotCopyRetentionPeriod(
4144
- args: ModifySnapshotCopyRetentionPeriodCommandInput,
4145
- options?: __HttpHandlerOptions
4146
- ): Promise<ModifySnapshotCopyRetentionPeriodCommandOutput>;
4147
- public modifySnapshotCopyRetentionPeriod(
4148
- args: ModifySnapshotCopyRetentionPeriodCommandInput,
4149
- cb: (err: any, data?: ModifySnapshotCopyRetentionPeriodCommandOutput) => void
4150
- ): void;
4151
- public modifySnapshotCopyRetentionPeriod(
4152
- args: ModifySnapshotCopyRetentionPeriodCommandInput,
4153
- options: __HttpHandlerOptions,
4154
- cb: (err: any, data?: ModifySnapshotCopyRetentionPeriodCommandOutput) => void
4155
- ): void;
4156
- public modifySnapshotCopyRetentionPeriod(
4157
- args: ModifySnapshotCopyRetentionPeriodCommandInput,
4158
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifySnapshotCopyRetentionPeriodCommandOutput) => void),
4159
- cb?: (err: any, data?: ModifySnapshotCopyRetentionPeriodCommandOutput) => void
4160
- ): Promise<ModifySnapshotCopyRetentionPeriodCommandOutput> | void {
4161
- const command = new ModifySnapshotCopyRetentionPeriodCommand(args);
4162
- if (typeof optionsOrCb === "function") {
4163
- this.send(command, optionsOrCb);
4164
- } else if (typeof cb === "function") {
4165
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4166
- this.send(command, optionsOrCb || {}, cb);
4167
- } else {
4168
- return this.send(command, optionsOrCb);
4169
- }
4170
- }
4171
-
4172
- /**
4173
- * <p>Modifies a snapshot schedule. Any schedule associated with a cluster is modified
4174
- * asynchronously.</p>
4175
- */
4176
- public modifySnapshotSchedule(
4177
- args: ModifySnapshotScheduleCommandInput,
4178
- options?: __HttpHandlerOptions
4179
- ): Promise<ModifySnapshotScheduleCommandOutput>;
4180
- public modifySnapshotSchedule(
4181
- args: ModifySnapshotScheduleCommandInput,
4182
- cb: (err: any, data?: ModifySnapshotScheduleCommandOutput) => void
4183
- ): void;
4184
- public modifySnapshotSchedule(
4185
- args: ModifySnapshotScheduleCommandInput,
4186
- options: __HttpHandlerOptions,
4187
- cb: (err: any, data?: ModifySnapshotScheduleCommandOutput) => void
4188
- ): void;
4189
- public modifySnapshotSchedule(
4190
- args: ModifySnapshotScheduleCommandInput,
4191
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifySnapshotScheduleCommandOutput) => void),
4192
- cb?: (err: any, data?: ModifySnapshotScheduleCommandOutput) => void
4193
- ): Promise<ModifySnapshotScheduleCommandOutput> | void {
4194
- const command = new ModifySnapshotScheduleCommand(args);
4195
- if (typeof optionsOrCb === "function") {
4196
- this.send(command, optionsOrCb);
4197
- } else if (typeof cb === "function") {
4198
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4199
- this.send(command, optionsOrCb || {}, cb);
4200
- } else {
4201
- return this.send(command, optionsOrCb);
4202
- }
4203
- }
4204
-
4205
- /**
4206
- * <p>Modifies a usage limit in a cluster.
4207
- * You can't modify the feature type or period of a usage limit.</p>
4208
- */
4209
- public modifyUsageLimit(
4210
- args: ModifyUsageLimitCommandInput,
4211
- options?: __HttpHandlerOptions
4212
- ): Promise<ModifyUsageLimitCommandOutput>;
4213
- public modifyUsageLimit(
4214
- args: ModifyUsageLimitCommandInput,
4215
- cb: (err: any, data?: ModifyUsageLimitCommandOutput) => void
4216
- ): void;
4217
- public modifyUsageLimit(
4218
- args: ModifyUsageLimitCommandInput,
4219
- options: __HttpHandlerOptions,
4220
- cb: (err: any, data?: ModifyUsageLimitCommandOutput) => void
4221
- ): void;
4222
- public modifyUsageLimit(
4223
- args: ModifyUsageLimitCommandInput,
4224
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyUsageLimitCommandOutput) => void),
4225
- cb?: (err: any, data?: ModifyUsageLimitCommandOutput) => void
4226
- ): Promise<ModifyUsageLimitCommandOutput> | void {
4227
- const command = new ModifyUsageLimitCommand(args);
4228
- if (typeof optionsOrCb === "function") {
4229
- this.send(command, optionsOrCb);
4230
- } else if (typeof cb === "function") {
4231
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4232
- this.send(command, optionsOrCb || {}, cb);
4233
- } else {
4234
- return this.send(command, optionsOrCb);
4235
- }
4236
- }
4237
-
4238
- /**
4239
- * <p>Pauses a cluster.</p>
4240
- */
4241
- public pauseCluster(
4242
- args: PauseClusterCommandInput,
4243
- options?: __HttpHandlerOptions
4244
- ): Promise<PauseClusterCommandOutput>;
4245
- public pauseCluster(args: PauseClusterCommandInput, cb: (err: any, data?: PauseClusterCommandOutput) => void): void;
4246
- public pauseCluster(
4247
- args: PauseClusterCommandInput,
4248
- options: __HttpHandlerOptions,
4249
- cb: (err: any, data?: PauseClusterCommandOutput) => void
4250
- ): void;
4251
- public pauseCluster(
4252
- args: PauseClusterCommandInput,
4253
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PauseClusterCommandOutput) => void),
4254
- cb?: (err: any, data?: PauseClusterCommandOutput) => void
4255
- ): Promise<PauseClusterCommandOutput> | void {
4256
- const command = new PauseClusterCommand(args);
4257
- if (typeof optionsOrCb === "function") {
4258
- this.send(command, optionsOrCb);
4259
- } else if (typeof cb === "function") {
4260
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4261
- this.send(command, optionsOrCb || {}, cb);
4262
- } else {
4263
- return this.send(command, optionsOrCb);
4264
- }
4265
- }
4266
-
4267
- /**
4268
- * <p>Allows you to purchase reserved nodes. Amazon Redshift offers a predefined set of
4269
- * reserved node offerings. You can purchase one or more of the offerings. You can call the
4270
- * <a>DescribeReservedNodeOfferings</a> API to obtain the available reserved
4271
- * node offerings. You can call this API by providing a specific reserved node offering and
4272
- * the number of nodes you want to reserve. </p>
4273
- * <p>
4274
- * For more information about reserved node offerings, go to
4275
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html">Purchasing Reserved Nodes</a>
4276
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
4277
- */
4278
- public purchaseReservedNodeOffering(
4279
- args: PurchaseReservedNodeOfferingCommandInput,
4280
- options?: __HttpHandlerOptions
4281
- ): Promise<PurchaseReservedNodeOfferingCommandOutput>;
4282
- public purchaseReservedNodeOffering(
4283
- args: PurchaseReservedNodeOfferingCommandInput,
4284
- cb: (err: any, data?: PurchaseReservedNodeOfferingCommandOutput) => void
4285
- ): void;
4286
- public purchaseReservedNodeOffering(
4287
- args: PurchaseReservedNodeOfferingCommandInput,
4288
- options: __HttpHandlerOptions,
4289
- cb: (err: any, data?: PurchaseReservedNodeOfferingCommandOutput) => void
4290
- ): void;
4291
- public purchaseReservedNodeOffering(
4292
- args: PurchaseReservedNodeOfferingCommandInput,
4293
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PurchaseReservedNodeOfferingCommandOutput) => void),
4294
- cb?: (err: any, data?: PurchaseReservedNodeOfferingCommandOutput) => void
4295
- ): Promise<PurchaseReservedNodeOfferingCommandOutput> | void {
4296
- const command = new PurchaseReservedNodeOfferingCommand(args);
4297
- if (typeof optionsOrCb === "function") {
4298
- this.send(command, optionsOrCb);
4299
- } else if (typeof cb === "function") {
4300
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4301
- this.send(command, optionsOrCb || {}, cb);
4302
- } else {
4303
- return this.send(command, optionsOrCb);
4304
- }
4305
- }
4306
-
4307
- /**
4308
- * <p>Reboots a cluster. This action is taken as soon as possible. It results in a
4309
- * momentary outage to the cluster, during which the cluster status is set to
4310
- * <code>rebooting</code>. A cluster event is created when the reboot is completed. Any
4311
- * pending cluster modifications (see <a>ModifyCluster</a>) are applied at this
4312
- * reboot.
4313
- * For more information about managing clusters, go to
4314
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
4315
- * in the <i>Amazon Redshift Cluster Management Guide</i>. </p>
4316
- */
4317
- public rebootCluster(
4318
- args: RebootClusterCommandInput,
4319
- options?: __HttpHandlerOptions
4320
- ): Promise<RebootClusterCommandOutput>;
4321
- public rebootCluster(
4322
- args: RebootClusterCommandInput,
4323
- cb: (err: any, data?: RebootClusterCommandOutput) => void
4324
- ): void;
4325
- public rebootCluster(
4326
- args: RebootClusterCommandInput,
4327
- options: __HttpHandlerOptions,
4328
- cb: (err: any, data?: RebootClusterCommandOutput) => void
4329
- ): void;
4330
- public rebootCluster(
4331
- args: RebootClusterCommandInput,
4332
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RebootClusterCommandOutput) => void),
4333
- cb?: (err: any, data?: RebootClusterCommandOutput) => void
4334
- ): Promise<RebootClusterCommandOutput> | void {
4335
- const command = new RebootClusterCommand(args);
4336
- if (typeof optionsOrCb === "function") {
4337
- this.send(command, optionsOrCb);
4338
- } else if (typeof cb === "function") {
4339
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4340
- this.send(command, optionsOrCb || {}, cb);
4341
- } else {
4342
- return this.send(command, optionsOrCb);
4343
- }
4344
- }
4345
-
4346
- /**
4347
- * <p>From the consumer account, rejects the specified datashare.</p>
4348
- */
4349
- public rejectDataShare(
4350
- args: RejectDataShareCommandInput,
4351
- options?: __HttpHandlerOptions
4352
- ): Promise<RejectDataShareCommandOutput>;
4353
- public rejectDataShare(
4354
- args: RejectDataShareCommandInput,
4355
- cb: (err: any, data?: RejectDataShareCommandOutput) => void
4356
- ): void;
4357
- public rejectDataShare(
4358
- args: RejectDataShareCommandInput,
4359
- options: __HttpHandlerOptions,
4360
- cb: (err: any, data?: RejectDataShareCommandOutput) => void
4361
- ): void;
4362
- public rejectDataShare(
4363
- args: RejectDataShareCommandInput,
4364
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RejectDataShareCommandOutput) => void),
4365
- cb?: (err: any, data?: RejectDataShareCommandOutput) => void
4366
- ): Promise<RejectDataShareCommandOutput> | void {
4367
- const command = new RejectDataShareCommand(args);
4368
- if (typeof optionsOrCb === "function") {
4369
- this.send(command, optionsOrCb);
4370
- } else if (typeof cb === "function") {
4371
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4372
- this.send(command, optionsOrCb || {}, cb);
4373
- } else {
4374
- return this.send(command, optionsOrCb);
4375
- }
4376
- }
4377
-
4378
- /**
4379
- * <p>Sets one or more parameters of the specified parameter group to their default
4380
- * values and sets the source values of the parameters to "engine-default". To reset the
4381
- * entire parameter group specify the <i>ResetAllParameters</i> parameter.
4382
- * For parameter changes to take effect you must reboot any associated clusters. </p>
4383
- */
4384
- public resetClusterParameterGroup(
4385
- args: ResetClusterParameterGroupCommandInput,
4386
- options?: __HttpHandlerOptions
4387
- ): Promise<ResetClusterParameterGroupCommandOutput>;
4388
- public resetClusterParameterGroup(
4389
- args: ResetClusterParameterGroupCommandInput,
4390
- cb: (err: any, data?: ResetClusterParameterGroupCommandOutput) => void
4391
- ): void;
4392
- public resetClusterParameterGroup(
4393
- args: ResetClusterParameterGroupCommandInput,
4394
- options: __HttpHandlerOptions,
4395
- cb: (err: any, data?: ResetClusterParameterGroupCommandOutput) => void
4396
- ): void;
4397
- public resetClusterParameterGroup(
4398
- args: ResetClusterParameterGroupCommandInput,
4399
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ResetClusterParameterGroupCommandOutput) => void),
4400
- cb?: (err: any, data?: ResetClusterParameterGroupCommandOutput) => void
4401
- ): Promise<ResetClusterParameterGroupCommandOutput> | void {
4402
- const command = new ResetClusterParameterGroupCommand(args);
4403
- if (typeof optionsOrCb === "function") {
4404
- this.send(command, optionsOrCb);
4405
- } else if (typeof cb === "function") {
4406
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4407
- this.send(command, optionsOrCb || {}, cb);
4408
- } else {
4409
- return this.send(command, optionsOrCb);
4410
- }
4411
- }
4412
-
4413
- /**
4414
- * <p>Changes the size of the cluster. You can change the cluster's type, or change the
4415
- * number or type of nodes. The default behavior is to use the elastic resize method. With
4416
- * an elastic resize, your cluster is available for read and write operations more quickly
4417
- * than with the classic resize method. </p>
4418
- * <p>Elastic resize operations have the following restrictions:</p>
4419
- * <ul>
4420
- * <li>
4421
- * <p>You can only resize clusters of the following types:</p>
4422
- * <ul>
4423
- * <li>
4424
- * <p>dc1.large (if your cluster is in a VPC)</p>
4425
- * </li>
4426
- * <li>
4427
- * <p>dc1.8xlarge (if your cluster is in a VPC)</p>
4428
- * </li>
4429
- * <li>
4430
- * <p>dc2.large</p>
4431
- * </li>
4432
- * <li>
4433
- * <p>dc2.8xlarge</p>
4434
- * </li>
4435
- * <li>
4436
- * <p>ds2.xlarge</p>
4437
- * </li>
4438
- * <li>
4439
- * <p>ds2.8xlarge</p>
4440
- * </li>
4441
- * <li>
4442
- * <p>ra3.xlplus</p>
4443
- * </li>
4444
- * <li>
4445
- * <p>ra3.4xlarge</p>
4446
- * </li>
4447
- * <li>
4448
- * <p>ra3.16xlarge</p>
4449
- * </li>
4450
- * </ul>
4451
- * </li>
4452
- * <li>
4453
- * <p>The type of nodes that you add must match the node type for the
4454
- * cluster.</p>
4455
- * </li>
4456
- * </ul>
4457
- */
4458
- public resizeCluster(
4459
- args: ResizeClusterCommandInput,
4460
- options?: __HttpHandlerOptions
4461
- ): Promise<ResizeClusterCommandOutput>;
4462
- public resizeCluster(
4463
- args: ResizeClusterCommandInput,
4464
- cb: (err: any, data?: ResizeClusterCommandOutput) => void
4465
- ): void;
4466
- public resizeCluster(
4467
- args: ResizeClusterCommandInput,
4468
- options: __HttpHandlerOptions,
4469
- cb: (err: any, data?: ResizeClusterCommandOutput) => void
4470
- ): void;
4471
- public resizeCluster(
4472
- args: ResizeClusterCommandInput,
4473
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ResizeClusterCommandOutput) => void),
4474
- cb?: (err: any, data?: ResizeClusterCommandOutput) => void
4475
- ): Promise<ResizeClusterCommandOutput> | void {
4476
- const command = new ResizeClusterCommand(args);
4477
- if (typeof optionsOrCb === "function") {
4478
- this.send(command, optionsOrCb);
4479
- } else if (typeof cb === "function") {
4480
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4481
- this.send(command, optionsOrCb || {}, cb);
4482
- } else {
4483
- return this.send(command, optionsOrCb);
4484
- }
4485
- }
4486
-
4487
- /**
4488
- * <p>Creates a new cluster from a snapshot. By default, Amazon Redshift creates the resulting
4489
- * cluster with the same configuration as the original cluster from which the snapshot was
4490
- * created, except that the new cluster is created with the default cluster security and
4491
- * parameter groups. After Amazon Redshift creates the cluster, you can use the <a>ModifyCluster</a> API to associate a different security group and different
4492
- * parameter group with the restored cluster. If you are using a DS node type, you can also
4493
- * choose to change to another DS node type of the same size during restore.</p>
4494
- * <p>If you restore a cluster into a VPC, you must provide a cluster subnet group where
4495
- * you want the cluster restored.</p>
4496
- * <p>
4497
- * For more information about working with snapshots, go to
4498
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
4499
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
4500
- */
4501
- public restoreFromClusterSnapshot(
4502
- args: RestoreFromClusterSnapshotCommandInput,
4503
- options?: __HttpHandlerOptions
4504
- ): Promise<RestoreFromClusterSnapshotCommandOutput>;
4505
- public restoreFromClusterSnapshot(
4506
- args: RestoreFromClusterSnapshotCommandInput,
4507
- cb: (err: any, data?: RestoreFromClusterSnapshotCommandOutput) => void
4508
- ): void;
4509
- public restoreFromClusterSnapshot(
4510
- args: RestoreFromClusterSnapshotCommandInput,
4511
- options: __HttpHandlerOptions,
4512
- cb: (err: any, data?: RestoreFromClusterSnapshotCommandOutput) => void
4513
- ): void;
4514
- public restoreFromClusterSnapshot(
4515
- args: RestoreFromClusterSnapshotCommandInput,
4516
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RestoreFromClusterSnapshotCommandOutput) => void),
4517
- cb?: (err: any, data?: RestoreFromClusterSnapshotCommandOutput) => void
4518
- ): Promise<RestoreFromClusterSnapshotCommandOutput> | void {
4519
- const command = new RestoreFromClusterSnapshotCommand(args);
4520
- if (typeof optionsOrCb === "function") {
4521
- this.send(command, optionsOrCb);
4522
- } else if (typeof cb === "function") {
4523
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4524
- this.send(command, optionsOrCb || {}, cb);
4525
- } else {
4526
- return this.send(command, optionsOrCb);
4527
- }
4528
- }
4529
-
4530
- /**
4531
- * <p>Creates a new table from a table in an Amazon Redshift cluster snapshot. You must
4532
- * create the new table within the Amazon Redshift cluster that the snapshot was taken
4533
- * from.</p>
4534
- * <p>You cannot use <code>RestoreTableFromClusterSnapshot</code> to restore a table with
4535
- * the same name as an existing table in an Amazon Redshift cluster. That is, you cannot
4536
- * overwrite an existing table in a cluster with a restored table. If you want to replace
4537
- * your original table with a new, restored table, then rename or drop your original table
4538
- * before you call <code>RestoreTableFromClusterSnapshot</code>. When you have renamed your
4539
- * original table, then you can pass the original name of the table as the
4540
- * <code>NewTableName</code> parameter value in the call to
4541
- * <code>RestoreTableFromClusterSnapshot</code>. This way, you can replace the original
4542
- * table with the table created from the snapshot.</p>
4543
- */
4544
- public restoreTableFromClusterSnapshot(
4545
- args: RestoreTableFromClusterSnapshotCommandInput,
4546
- options?: __HttpHandlerOptions
4547
- ): Promise<RestoreTableFromClusterSnapshotCommandOutput>;
4548
- public restoreTableFromClusterSnapshot(
4549
- args: RestoreTableFromClusterSnapshotCommandInput,
4550
- cb: (err: any, data?: RestoreTableFromClusterSnapshotCommandOutput) => void
4551
- ): void;
4552
- public restoreTableFromClusterSnapshot(
4553
- args: RestoreTableFromClusterSnapshotCommandInput,
4554
- options: __HttpHandlerOptions,
4555
- cb: (err: any, data?: RestoreTableFromClusterSnapshotCommandOutput) => void
4556
- ): void;
4557
- public restoreTableFromClusterSnapshot(
4558
- args: RestoreTableFromClusterSnapshotCommandInput,
4559
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RestoreTableFromClusterSnapshotCommandOutput) => void),
4560
- cb?: (err: any, data?: RestoreTableFromClusterSnapshotCommandOutput) => void
4561
- ): Promise<RestoreTableFromClusterSnapshotCommandOutput> | void {
4562
- const command = new RestoreTableFromClusterSnapshotCommand(args);
4563
- if (typeof optionsOrCb === "function") {
4564
- this.send(command, optionsOrCb);
4565
- } else if (typeof cb === "function") {
4566
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4567
- this.send(command, optionsOrCb || {}, cb);
4568
- } else {
4569
- return this.send(command, optionsOrCb);
4570
- }
4571
- }
4572
-
4573
- /**
4574
- * <p>Resumes a paused cluster.</p>
4575
- */
4576
- public resumeCluster(
4577
- args: ResumeClusterCommandInput,
4578
- options?: __HttpHandlerOptions
4579
- ): Promise<ResumeClusterCommandOutput>;
4580
- public resumeCluster(
4581
- args: ResumeClusterCommandInput,
4582
- cb: (err: any, data?: ResumeClusterCommandOutput) => void
4583
- ): void;
4584
- public resumeCluster(
4585
- args: ResumeClusterCommandInput,
4586
- options: __HttpHandlerOptions,
4587
- cb: (err: any, data?: ResumeClusterCommandOutput) => void
4588
- ): void;
4589
- public resumeCluster(
4590
- args: ResumeClusterCommandInput,
4591
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ResumeClusterCommandOutput) => void),
4592
- cb?: (err: any, data?: ResumeClusterCommandOutput) => void
4593
- ): Promise<ResumeClusterCommandOutput> | void {
4594
- const command = new ResumeClusterCommand(args);
4595
- if (typeof optionsOrCb === "function") {
4596
- this.send(command, optionsOrCb);
4597
- } else if (typeof cb === "function") {
4598
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4599
- this.send(command, optionsOrCb || {}, cb);
4600
- } else {
4601
- return this.send(command, optionsOrCb);
4602
- }
4603
- }
4604
-
4605
- /**
4606
- * <p>Revokes an ingress rule in an Amazon Redshift security group for a previously authorized
4607
- * IP range or Amazon EC2 security group. To add an ingress rule, see <a>AuthorizeClusterSecurityGroupIngress</a>.
4608
- * For information about managing security groups, go to
4609
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
4610
- * <i>Amazon Redshift Cluster Management Guide</i>. </p>
4611
- */
4612
- public revokeClusterSecurityGroupIngress(
4613
- args: RevokeClusterSecurityGroupIngressCommandInput,
4614
- options?: __HttpHandlerOptions
4615
- ): Promise<RevokeClusterSecurityGroupIngressCommandOutput>;
4616
- public revokeClusterSecurityGroupIngress(
4617
- args: RevokeClusterSecurityGroupIngressCommandInput,
4618
- cb: (err: any, data?: RevokeClusterSecurityGroupIngressCommandOutput) => void
4619
- ): void;
4620
- public revokeClusterSecurityGroupIngress(
4621
- args: RevokeClusterSecurityGroupIngressCommandInput,
4622
- options: __HttpHandlerOptions,
4623
- cb: (err: any, data?: RevokeClusterSecurityGroupIngressCommandOutput) => void
4624
- ): void;
4625
- public revokeClusterSecurityGroupIngress(
4626
- args: RevokeClusterSecurityGroupIngressCommandInput,
4627
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RevokeClusterSecurityGroupIngressCommandOutput) => void),
4628
- cb?: (err: any, data?: RevokeClusterSecurityGroupIngressCommandOutput) => void
4629
- ): Promise<RevokeClusterSecurityGroupIngressCommandOutput> | void {
4630
- const command = new RevokeClusterSecurityGroupIngressCommand(args);
4631
- if (typeof optionsOrCb === "function") {
4632
- this.send(command, optionsOrCb);
4633
- } else if (typeof cb === "function") {
4634
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4635
- this.send(command, optionsOrCb || {}, cb);
4636
- } else {
4637
- return this.send(command, optionsOrCb);
4638
- }
4639
- }
4640
-
4641
- /**
4642
- * <p>Revokes access to a cluster.</p>
4643
- */
4644
- public revokeEndpointAccess(
4645
- args: RevokeEndpointAccessCommandInput,
4646
- options?: __HttpHandlerOptions
4647
- ): Promise<RevokeEndpointAccessCommandOutput>;
4648
- public revokeEndpointAccess(
4649
- args: RevokeEndpointAccessCommandInput,
4650
- cb: (err: any, data?: RevokeEndpointAccessCommandOutput) => void
4651
- ): void;
4652
- public revokeEndpointAccess(
4653
- args: RevokeEndpointAccessCommandInput,
4654
- options: __HttpHandlerOptions,
4655
- cb: (err: any, data?: RevokeEndpointAccessCommandOutput) => void
4656
- ): void;
4657
- public revokeEndpointAccess(
4658
- args: RevokeEndpointAccessCommandInput,
4659
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RevokeEndpointAccessCommandOutput) => void),
4660
- cb?: (err: any, data?: RevokeEndpointAccessCommandOutput) => void
4661
- ): Promise<RevokeEndpointAccessCommandOutput> | void {
4662
- const command = new RevokeEndpointAccessCommand(args);
4663
- if (typeof optionsOrCb === "function") {
4664
- this.send(command, optionsOrCb);
4665
- } else if (typeof cb === "function") {
4666
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4667
- this.send(command, optionsOrCb || {}, cb);
4668
- } else {
4669
- return this.send(command, optionsOrCb);
4670
- }
4671
- }
4672
-
4673
- /**
4674
- * <p>Removes the ability of the specified Amazon Web Services account to restore the specified
4675
- * snapshot. If the account is currently restoring the snapshot, the restore will run to
4676
- * completion.</p>
4677
- * <p>
4678
- * For more information about working with snapshots, go to
4679
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
4680
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
4681
- */
4682
- public revokeSnapshotAccess(
4683
- args: RevokeSnapshotAccessCommandInput,
4684
- options?: __HttpHandlerOptions
4685
- ): Promise<RevokeSnapshotAccessCommandOutput>;
4686
- public revokeSnapshotAccess(
4687
- args: RevokeSnapshotAccessCommandInput,
4688
- cb: (err: any, data?: RevokeSnapshotAccessCommandOutput) => void
4689
- ): void;
4690
- public revokeSnapshotAccess(
4691
- args: RevokeSnapshotAccessCommandInput,
4692
- options: __HttpHandlerOptions,
4693
- cb: (err: any, data?: RevokeSnapshotAccessCommandOutput) => void
4694
- ): void;
4695
- public revokeSnapshotAccess(
4696
- args: RevokeSnapshotAccessCommandInput,
4697
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RevokeSnapshotAccessCommandOutput) => void),
4698
- cb?: (err: any, data?: RevokeSnapshotAccessCommandOutput) => void
4699
- ): Promise<RevokeSnapshotAccessCommandOutput> | void {
4700
- const command = new RevokeSnapshotAccessCommand(args);
4701
- if (typeof optionsOrCb === "function") {
4702
- this.send(command, optionsOrCb);
4703
- } else if (typeof cb === "function") {
4704
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4705
- this.send(command, optionsOrCb || {}, cb);
4706
- } else {
4707
- return this.send(command, optionsOrCb);
4708
- }
4709
- }
4710
-
4711
- /**
4712
- * <p>Rotates the encryption keys for a cluster.</p>
4713
- */
4714
- public rotateEncryptionKey(
4715
- args: RotateEncryptionKeyCommandInput,
4716
- options?: __HttpHandlerOptions
4717
- ): Promise<RotateEncryptionKeyCommandOutput>;
4718
- public rotateEncryptionKey(
4719
- args: RotateEncryptionKeyCommandInput,
4720
- cb: (err: any, data?: RotateEncryptionKeyCommandOutput) => void
4721
- ): void;
4722
- public rotateEncryptionKey(
4723
- args: RotateEncryptionKeyCommandInput,
4724
- options: __HttpHandlerOptions,
4725
- cb: (err: any, data?: RotateEncryptionKeyCommandOutput) => void
4726
- ): void;
4727
- public rotateEncryptionKey(
4728
- args: RotateEncryptionKeyCommandInput,
4729
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RotateEncryptionKeyCommandOutput) => void),
4730
- cb?: (err: any, data?: RotateEncryptionKeyCommandOutput) => void
4731
- ): Promise<RotateEncryptionKeyCommandOutput> | void {
4732
- const command = new RotateEncryptionKeyCommand(args);
4733
- if (typeof optionsOrCb === "function") {
4734
- this.send(command, optionsOrCb);
4735
- } else if (typeof cb === "function") {
4736
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4737
- this.send(command, optionsOrCb || {}, cb);
4738
- } else {
4739
- return this.send(command, optionsOrCb);
4740
- }
4741
- }
4742
-
4743
- /**
4744
- * <p>Updates the status of a partner integration.</p>
4745
- */
4746
- public updatePartnerStatus(
4747
- args: UpdatePartnerStatusCommandInput,
4748
- options?: __HttpHandlerOptions
4749
- ): Promise<UpdatePartnerStatusCommandOutput>;
4750
- public updatePartnerStatus(
4751
- args: UpdatePartnerStatusCommandInput,
4752
- cb: (err: any, data?: UpdatePartnerStatusCommandOutput) => void
4753
- ): void;
4754
- public updatePartnerStatus(
4755
- args: UpdatePartnerStatusCommandInput,
4756
- options: __HttpHandlerOptions,
4757
- cb: (err: any, data?: UpdatePartnerStatusCommandOutput) => void
4758
- ): void;
4759
- public updatePartnerStatus(
4760
- args: UpdatePartnerStatusCommandInput,
4761
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdatePartnerStatusCommandOutput) => void),
4762
- cb?: (err: any, data?: UpdatePartnerStatusCommandOutput) => void
4763
- ): Promise<UpdatePartnerStatusCommandOutput> | void {
4764
- const command = new UpdatePartnerStatusCommand(args);
4765
- if (typeof optionsOrCb === "function") {
4766
- this.send(command, optionsOrCb);
4767
- } else if (typeof cb === "function") {
4768
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4769
- this.send(command, optionsOrCb || {}, cb);
4770
- } else {
4771
- return this.send(command, optionsOrCb);
4772
- }
4773
- }
4774
- }