@aws-sdk/client-redshift 3.34.0 → 3.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1756) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Redshift.js +1747 -0
  3. package/dist-cjs/RedshiftClient.js +35 -0
  4. package/dist-cjs/commands/AcceptReservedNodeExchangeCommand.js +36 -0
  5. package/dist-cjs/commands/AddPartnerCommand.js +36 -0
  6. package/dist-cjs/commands/AssociateDataShareConsumerCommand.js +36 -0
  7. package/dist-cjs/commands/AuthorizeClusterSecurityGroupIngressCommand.js +36 -0
  8. package/dist-cjs/commands/AuthorizeDataShareCommand.js +36 -0
  9. package/dist-cjs/commands/AuthorizeEndpointAccessCommand.js +36 -0
  10. package/dist-cjs/commands/AuthorizeSnapshotAccessCommand.js +36 -0
  11. package/dist-cjs/commands/BatchDeleteClusterSnapshotsCommand.js +36 -0
  12. package/dist-cjs/commands/BatchModifyClusterSnapshotsCommand.js +36 -0
  13. package/dist-cjs/commands/CancelResizeCommand.js +36 -0
  14. package/dist-cjs/commands/CopyClusterSnapshotCommand.js +36 -0
  15. package/dist-cjs/commands/CreateAuthenticationProfileCommand.js +36 -0
  16. package/dist-cjs/commands/CreateClusterCommand.js +36 -0
  17. package/dist-cjs/commands/CreateClusterParameterGroupCommand.js +36 -0
  18. package/dist-cjs/commands/CreateClusterSecurityGroupCommand.js +36 -0
  19. package/dist-cjs/commands/CreateClusterSnapshotCommand.js +36 -0
  20. package/dist-cjs/commands/CreateClusterSubnetGroupCommand.js +36 -0
  21. package/dist-cjs/commands/CreateEndpointAccessCommand.js +36 -0
  22. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +36 -0
  23. package/dist-cjs/commands/CreateHsmClientCertificateCommand.js +36 -0
  24. package/dist-cjs/commands/CreateHsmConfigurationCommand.js +36 -0
  25. package/dist-cjs/commands/CreateScheduledActionCommand.js +36 -0
  26. package/dist-cjs/commands/CreateSnapshotCopyGrantCommand.js +36 -0
  27. package/dist-cjs/commands/CreateSnapshotScheduleCommand.js +36 -0
  28. package/dist-cjs/commands/CreateTagsCommand.js +36 -0
  29. package/dist-cjs/commands/CreateUsageLimitCommand.js +36 -0
  30. package/dist-cjs/commands/DeauthorizeDataShareCommand.js +36 -0
  31. package/dist-cjs/commands/DeleteAuthenticationProfileCommand.js +36 -0
  32. package/dist-cjs/commands/DeleteClusterCommand.js +36 -0
  33. package/dist-cjs/commands/DeleteClusterParameterGroupCommand.js +36 -0
  34. package/dist-cjs/commands/DeleteClusterSecurityGroupCommand.js +36 -0
  35. package/dist-cjs/commands/DeleteClusterSnapshotCommand.js +36 -0
  36. package/dist-cjs/commands/DeleteClusterSubnetGroupCommand.js +36 -0
  37. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +36 -0
  38. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +36 -0
  39. package/dist-cjs/commands/DeleteHsmClientCertificateCommand.js +36 -0
  40. package/dist-cjs/commands/DeleteHsmConfigurationCommand.js +36 -0
  41. package/dist-cjs/commands/DeletePartnerCommand.js +36 -0
  42. package/dist-cjs/commands/DeleteScheduledActionCommand.js +36 -0
  43. package/dist-cjs/commands/DeleteSnapshotCopyGrantCommand.js +36 -0
  44. package/dist-cjs/commands/DeleteSnapshotScheduleCommand.js +36 -0
  45. package/dist-cjs/commands/DeleteTagsCommand.js +36 -0
  46. package/dist-cjs/commands/DeleteUsageLimitCommand.js +36 -0
  47. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +36 -0
  48. package/dist-cjs/commands/DescribeAuthenticationProfilesCommand.js +36 -0
  49. package/dist-cjs/commands/DescribeClusterDbRevisionsCommand.js +36 -0
  50. package/dist-cjs/commands/DescribeClusterParameterGroupsCommand.js +36 -0
  51. package/dist-cjs/commands/DescribeClusterParametersCommand.js +36 -0
  52. package/dist-cjs/commands/DescribeClusterSecurityGroupsCommand.js +36 -0
  53. package/dist-cjs/commands/DescribeClusterSnapshotsCommand.js +36 -0
  54. package/dist-cjs/commands/DescribeClusterSubnetGroupsCommand.js +36 -0
  55. package/dist-cjs/commands/DescribeClusterTracksCommand.js +36 -0
  56. package/dist-cjs/commands/DescribeClusterVersionsCommand.js +36 -0
  57. package/dist-cjs/commands/DescribeClustersCommand.js +36 -0
  58. package/dist-cjs/commands/DescribeDataSharesCommand.js +36 -0
  59. package/dist-cjs/commands/DescribeDataSharesForConsumerCommand.js +36 -0
  60. package/dist-cjs/commands/DescribeDataSharesForProducerCommand.js +36 -0
  61. package/dist-cjs/commands/DescribeDefaultClusterParametersCommand.js +36 -0
  62. package/dist-cjs/commands/DescribeEndpointAccessCommand.js +36 -0
  63. package/dist-cjs/commands/DescribeEndpointAuthorizationCommand.js +36 -0
  64. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +36 -0
  65. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +36 -0
  66. package/dist-cjs/commands/DescribeEventsCommand.js +36 -0
  67. package/dist-cjs/commands/DescribeHsmClientCertificatesCommand.js +36 -0
  68. package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +36 -0
  69. package/dist-cjs/commands/DescribeLoggingStatusCommand.js +37 -0
  70. package/dist-cjs/commands/DescribeNodeConfigurationOptionsCommand.js +36 -0
  71. package/dist-cjs/commands/DescribeOrderableClusterOptionsCommand.js +36 -0
  72. package/dist-cjs/commands/DescribePartnersCommand.js +36 -0
  73. package/dist-cjs/commands/DescribeReservedNodeOfferingsCommand.js +36 -0
  74. package/dist-cjs/commands/DescribeReservedNodesCommand.js +36 -0
  75. package/dist-cjs/commands/DescribeResizeCommand.js +37 -0
  76. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +36 -0
  77. package/dist-cjs/commands/DescribeSnapshotCopyGrantsCommand.js +36 -0
  78. package/dist-cjs/commands/DescribeSnapshotSchedulesCommand.js +36 -0
  79. package/dist-cjs/commands/DescribeStorageCommand.js +36 -0
  80. package/dist-cjs/commands/DescribeTableRestoreStatusCommand.js +36 -0
  81. package/dist-cjs/commands/DescribeTagsCommand.js +36 -0
  82. package/dist-cjs/commands/DescribeUsageLimitsCommand.js +36 -0
  83. package/dist-cjs/commands/DisableLoggingCommand.js +36 -0
  84. package/dist-cjs/commands/DisableSnapshotCopyCommand.js +36 -0
  85. package/dist-cjs/commands/DisassociateDataShareConsumerCommand.js +37 -0
  86. package/dist-cjs/commands/EnableLoggingCommand.js +36 -0
  87. package/dist-cjs/commands/EnableSnapshotCopyCommand.js +36 -0
  88. package/dist-cjs/commands/GetClusterCredentialsCommand.js +37 -0
  89. package/dist-cjs/commands/GetReservedNodeExchangeOfferingsCommand.js +36 -0
  90. package/dist-cjs/commands/ModifyAquaConfigurationCommand.js +36 -0
  91. package/dist-cjs/commands/ModifyAuthenticationProfileCommand.js +36 -0
  92. package/dist-cjs/commands/ModifyClusterCommand.js +36 -0
  93. package/dist-cjs/commands/ModifyClusterDbRevisionCommand.js +36 -0
  94. package/dist-cjs/commands/ModifyClusterIamRolesCommand.js +36 -0
  95. package/dist-cjs/commands/ModifyClusterMaintenanceCommand.js +36 -0
  96. package/dist-cjs/commands/ModifyClusterParameterGroupCommand.js +37 -0
  97. package/dist-cjs/commands/ModifyClusterSnapshotCommand.js +36 -0
  98. package/dist-cjs/commands/ModifyClusterSnapshotScheduleCommand.js +36 -0
  99. package/dist-cjs/commands/ModifyClusterSubnetGroupCommand.js +36 -0
  100. package/dist-cjs/commands/ModifyEndpointAccessCommand.js +37 -0
  101. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +36 -0
  102. package/dist-cjs/commands/ModifyScheduledActionCommand.js +37 -0
  103. package/dist-cjs/commands/ModifySnapshotCopyRetentionPeriodCommand.js +36 -0
  104. package/dist-cjs/commands/ModifySnapshotScheduleCommand.js +37 -0
  105. package/dist-cjs/commands/ModifyUsageLimitCommand.js +37 -0
  106. package/dist-cjs/commands/PauseClusterCommand.js +37 -0
  107. package/dist-cjs/commands/PurchaseReservedNodeOfferingCommand.js +36 -0
  108. package/dist-cjs/commands/RebootClusterCommand.js +36 -0
  109. package/dist-cjs/commands/RejectDataShareCommand.js +37 -0
  110. package/dist-cjs/commands/ResetClusterParameterGroupCommand.js +37 -0
  111. package/dist-cjs/commands/ResizeClusterCommand.js +37 -0
  112. package/dist-cjs/commands/RestoreFromClusterSnapshotCommand.js +36 -0
  113. package/dist-cjs/commands/RestoreTableFromClusterSnapshotCommand.js +36 -0
  114. package/dist-cjs/commands/ResumeClusterCommand.js +37 -0
  115. package/dist-cjs/commands/RevokeClusterSecurityGroupIngressCommand.js +36 -0
  116. package/dist-cjs/commands/RevokeEndpointAccessCommand.js +37 -0
  117. package/dist-cjs/commands/RevokeSnapshotAccessCommand.js +36 -0
  118. package/dist-cjs/commands/RotateEncryptionKeyCommand.js +36 -0
  119. package/dist-cjs/commands/UpdatePartnerStatusCommand.js +37 -0
  120. package/dist-cjs/endpoints.js +90 -0
  121. package/dist-cjs/index.js +154 -0
  122. package/dist-cjs/models/index.js +5 -0
  123. package/dist-cjs/models/models_0.js +1785 -0
  124. package/dist-cjs/models/models_1.js +687 -0
  125. package/dist-cjs/pagination/DescribeClusterDbRevisionsPaginator.js +35 -0
  126. package/dist-cjs/pagination/DescribeClusterParameterGroupsPaginator.js +35 -0
  127. package/dist-cjs/pagination/DescribeClusterParametersPaginator.js +35 -0
  128. package/dist-cjs/pagination/DescribeClusterSecurityGroupsPaginator.js +35 -0
  129. package/dist-cjs/pagination/DescribeClusterSnapshotsPaginator.js +35 -0
  130. package/dist-cjs/pagination/DescribeClusterSubnetGroupsPaginator.js +35 -0
  131. package/dist-cjs/pagination/DescribeClusterTracksPaginator.js +35 -0
  132. package/dist-cjs/pagination/DescribeClusterVersionsPaginator.js +35 -0
  133. package/dist-cjs/pagination/DescribeClustersPaginator.js +35 -0
  134. package/dist-cjs/pagination/DescribeDefaultClusterParametersPaginator.js +35 -0
  135. package/dist-cjs/pagination/DescribeEndpointAccessPaginator.js +35 -0
  136. package/dist-cjs/pagination/DescribeEndpointAuthorizationPaginator.js +35 -0
  137. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +35 -0
  138. package/dist-cjs/pagination/DescribeEventsPaginator.js +35 -0
  139. package/dist-cjs/pagination/DescribeHsmClientCertificatesPaginator.js +35 -0
  140. package/dist-cjs/pagination/DescribeHsmConfigurationsPaginator.js +35 -0
  141. package/dist-cjs/pagination/DescribeNodeConfigurationOptionsPaginator.js +35 -0
  142. package/dist-cjs/pagination/DescribeOrderableClusterOptionsPaginator.js +35 -0
  143. package/dist-cjs/pagination/DescribeReservedNodeOfferingsPaginator.js +35 -0
  144. package/dist-cjs/pagination/DescribeReservedNodesPaginator.js +35 -0
  145. package/dist-cjs/pagination/DescribeScheduledActionsPaginator.js +35 -0
  146. package/dist-cjs/pagination/DescribeSnapshotCopyGrantsPaginator.js +35 -0
  147. package/dist-cjs/pagination/DescribeSnapshotSchedulesPaginator.js +35 -0
  148. package/dist-cjs/pagination/DescribeTableRestoreStatusPaginator.js +35 -0
  149. package/dist-cjs/pagination/DescribeTagsPaginator.js +35 -0
  150. package/dist-cjs/pagination/DescribeUsageLimitsPaginator.js +35 -0
  151. package/dist-cjs/pagination/GetReservedNodeExchangeOfferingsPaginator.js +35 -0
  152. package/dist-cjs/pagination/Interfaces.js +2 -0
  153. package/dist-cjs/protocols/Aws_query.js +18263 -0
  154. package/dist-cjs/runtimeConfig.browser.js +37 -0
  155. package/dist-cjs/runtimeConfig.js +42 -0
  156. package/dist-cjs/runtimeConfig.native.js +16 -0
  157. package/dist-cjs/runtimeConfig.shared.js +17 -0
  158. package/dist-cjs/waiters/waitForClusterAvailable.js +62 -0
  159. package/dist-cjs/waiters/waitForClusterDeleted.js +60 -0
  160. package/dist-cjs/waiters/waitForClusterRestored.js +59 -0
  161. package/dist-cjs/waiters/waitForSnapshotAvailable.js +74 -0
  162. package/dist-es/Redshift.js +1750 -0
  163. package/dist-es/RedshiftClient.js +37 -0
  164. package/dist-es/commands/AcceptReservedNodeExchangeCommand.js +39 -0
  165. package/dist-es/commands/AddPartnerCommand.js +39 -0
  166. package/dist-es/commands/AssociateDataShareConsumerCommand.js +39 -0
  167. package/dist-es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +39 -0
  168. package/dist-es/commands/AuthorizeDataShareCommand.js +39 -0
  169. package/dist-es/commands/AuthorizeEndpointAccessCommand.js +39 -0
  170. package/dist-es/commands/AuthorizeSnapshotAccessCommand.js +39 -0
  171. package/dist-es/commands/BatchDeleteClusterSnapshotsCommand.js +39 -0
  172. package/dist-es/commands/BatchModifyClusterSnapshotsCommand.js +39 -0
  173. package/dist-es/commands/CancelResizeCommand.js +39 -0
  174. package/dist-es/commands/CopyClusterSnapshotCommand.js +39 -0
  175. package/dist-es/commands/CreateAuthenticationProfileCommand.js +39 -0
  176. package/dist-es/commands/CreateClusterCommand.js +39 -0
  177. package/dist-es/commands/CreateClusterParameterGroupCommand.js +39 -0
  178. package/dist-es/commands/CreateClusterSecurityGroupCommand.js +39 -0
  179. package/dist-es/commands/CreateClusterSnapshotCommand.js +39 -0
  180. package/dist-es/commands/CreateClusterSubnetGroupCommand.js +39 -0
  181. package/dist-es/commands/CreateEndpointAccessCommand.js +39 -0
  182. package/dist-es/commands/CreateEventSubscriptionCommand.js +39 -0
  183. package/dist-es/commands/CreateHsmClientCertificateCommand.js +39 -0
  184. package/dist-es/commands/CreateHsmConfigurationCommand.js +39 -0
  185. package/dist-es/commands/CreateScheduledActionCommand.js +39 -0
  186. package/dist-es/commands/CreateSnapshotCopyGrantCommand.js +39 -0
  187. package/dist-es/commands/CreateSnapshotScheduleCommand.js +39 -0
  188. package/dist-es/commands/CreateTagsCommand.js +39 -0
  189. package/dist-es/commands/CreateUsageLimitCommand.js +39 -0
  190. package/dist-es/commands/DeauthorizeDataShareCommand.js +39 -0
  191. package/dist-es/commands/DeleteAuthenticationProfileCommand.js +39 -0
  192. package/dist-es/commands/DeleteClusterCommand.js +39 -0
  193. package/dist-es/commands/DeleteClusterParameterGroupCommand.js +39 -0
  194. package/dist-es/commands/DeleteClusterSecurityGroupCommand.js +39 -0
  195. package/dist-es/commands/DeleteClusterSnapshotCommand.js +39 -0
  196. package/dist-es/commands/DeleteClusterSubnetGroupCommand.js +39 -0
  197. package/dist-es/commands/DeleteEndpointAccessCommand.js +39 -0
  198. package/dist-es/commands/DeleteEventSubscriptionCommand.js +39 -0
  199. package/dist-es/commands/DeleteHsmClientCertificateCommand.js +39 -0
  200. package/dist-es/commands/DeleteHsmConfigurationCommand.js +39 -0
  201. package/dist-es/commands/DeletePartnerCommand.js +39 -0
  202. package/dist-es/commands/DeleteScheduledActionCommand.js +39 -0
  203. package/dist-es/commands/DeleteSnapshotCopyGrantCommand.js +39 -0
  204. package/dist-es/commands/DeleteSnapshotScheduleCommand.js +39 -0
  205. package/dist-es/commands/DeleteTagsCommand.js +39 -0
  206. package/dist-es/commands/DeleteUsageLimitCommand.js +39 -0
  207. package/dist-es/commands/DescribeAccountAttributesCommand.js +39 -0
  208. package/dist-es/commands/DescribeAuthenticationProfilesCommand.js +39 -0
  209. package/dist-es/commands/DescribeClusterDbRevisionsCommand.js +39 -0
  210. package/dist-es/commands/DescribeClusterParameterGroupsCommand.js +39 -0
  211. package/dist-es/commands/DescribeClusterParametersCommand.js +39 -0
  212. package/dist-es/commands/DescribeClusterSecurityGroupsCommand.js +39 -0
  213. package/dist-es/commands/DescribeClusterSnapshotsCommand.js +39 -0
  214. package/dist-es/commands/DescribeClusterSubnetGroupsCommand.js +39 -0
  215. package/dist-es/commands/DescribeClusterTracksCommand.js +39 -0
  216. package/dist-es/commands/DescribeClusterVersionsCommand.js +39 -0
  217. package/dist-es/commands/DescribeClustersCommand.js +39 -0
  218. package/dist-es/commands/DescribeDataSharesCommand.js +39 -0
  219. package/dist-es/commands/DescribeDataSharesForConsumerCommand.js +39 -0
  220. package/dist-es/commands/DescribeDataSharesForProducerCommand.js +39 -0
  221. package/dist-es/commands/DescribeDefaultClusterParametersCommand.js +39 -0
  222. package/dist-es/commands/DescribeEndpointAccessCommand.js +39 -0
  223. package/dist-es/commands/DescribeEndpointAuthorizationCommand.js +39 -0
  224. package/dist-es/commands/DescribeEventCategoriesCommand.js +39 -0
  225. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +39 -0
  226. package/dist-es/commands/DescribeEventsCommand.js +39 -0
  227. package/dist-es/commands/DescribeHsmClientCertificatesCommand.js +39 -0
  228. package/dist-es/commands/DescribeHsmConfigurationsCommand.js +39 -0
  229. package/dist-es/commands/DescribeLoggingStatusCommand.js +40 -0
  230. package/dist-es/commands/DescribeNodeConfigurationOptionsCommand.js +39 -0
  231. package/dist-es/commands/DescribeOrderableClusterOptionsCommand.js +39 -0
  232. package/dist-es/commands/DescribePartnersCommand.js +39 -0
  233. package/dist-es/commands/DescribeReservedNodeOfferingsCommand.js +39 -0
  234. package/dist-es/commands/DescribeReservedNodesCommand.js +39 -0
  235. package/dist-es/commands/DescribeResizeCommand.js +40 -0
  236. package/dist-es/commands/DescribeScheduledActionsCommand.js +39 -0
  237. package/dist-es/commands/DescribeSnapshotCopyGrantsCommand.js +39 -0
  238. package/dist-es/commands/DescribeSnapshotSchedulesCommand.js +39 -0
  239. package/dist-es/commands/DescribeStorageCommand.js +39 -0
  240. package/dist-es/commands/DescribeTableRestoreStatusCommand.js +39 -0
  241. package/dist-es/commands/DescribeTagsCommand.js +39 -0
  242. package/dist-es/commands/DescribeUsageLimitsCommand.js +39 -0
  243. package/dist-es/commands/DisableLoggingCommand.js +39 -0
  244. package/dist-es/commands/DisableSnapshotCopyCommand.js +39 -0
  245. package/dist-es/commands/DisassociateDataShareConsumerCommand.js +40 -0
  246. package/dist-es/commands/EnableLoggingCommand.js +39 -0
  247. package/dist-es/commands/EnableSnapshotCopyCommand.js +39 -0
  248. package/dist-es/commands/GetClusterCredentialsCommand.js +40 -0
  249. package/dist-es/commands/GetReservedNodeExchangeOfferingsCommand.js +39 -0
  250. package/dist-es/commands/ModifyAquaConfigurationCommand.js +39 -0
  251. package/dist-es/commands/ModifyAuthenticationProfileCommand.js +39 -0
  252. package/dist-es/commands/ModifyClusterCommand.js +39 -0
  253. package/dist-es/commands/ModifyClusterDbRevisionCommand.js +39 -0
  254. package/dist-es/commands/ModifyClusterIamRolesCommand.js +39 -0
  255. package/dist-es/commands/ModifyClusterMaintenanceCommand.js +39 -0
  256. package/dist-es/commands/ModifyClusterParameterGroupCommand.js +40 -0
  257. package/dist-es/commands/ModifyClusterSnapshotCommand.js +39 -0
  258. package/dist-es/commands/ModifyClusterSnapshotScheduleCommand.js +39 -0
  259. package/dist-es/commands/ModifyClusterSubnetGroupCommand.js +39 -0
  260. package/dist-es/commands/ModifyEndpointAccessCommand.js +40 -0
  261. package/dist-es/commands/ModifyEventSubscriptionCommand.js +39 -0
  262. package/dist-es/commands/ModifyScheduledActionCommand.js +40 -0
  263. package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +39 -0
  264. package/dist-es/commands/ModifySnapshotScheduleCommand.js +40 -0
  265. package/dist-es/commands/ModifyUsageLimitCommand.js +40 -0
  266. package/dist-es/commands/PauseClusterCommand.js +40 -0
  267. package/dist-es/commands/PurchaseReservedNodeOfferingCommand.js +39 -0
  268. package/dist-es/commands/RebootClusterCommand.js +39 -0
  269. package/dist-es/commands/RejectDataShareCommand.js +40 -0
  270. package/dist-es/commands/ResetClusterParameterGroupCommand.js +40 -0
  271. package/dist-es/commands/ResizeClusterCommand.js +40 -0
  272. package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +39 -0
  273. package/dist-es/commands/RestoreTableFromClusterSnapshotCommand.js +39 -0
  274. package/dist-es/commands/ResumeClusterCommand.js +40 -0
  275. package/dist-es/commands/RevokeClusterSecurityGroupIngressCommand.js +39 -0
  276. package/dist-es/commands/RevokeEndpointAccessCommand.js +40 -0
  277. package/dist-es/commands/RevokeSnapshotAccessCommand.js +39 -0
  278. package/dist-es/commands/RotateEncryptionKeyCommand.js +39 -0
  279. package/dist-es/commands/UpdatePartnerStatusCommand.js +40 -0
  280. package/dist-es/endpoints.js +86 -0
  281. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  282. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  283. package/dist-es/models/models_0.js +1213 -0
  284. package/dist-es/models/models_1.js +469 -0
  285. package/dist-es/pagination/DescribeClusterDbRevisionsPaginator.js +74 -0
  286. package/dist-es/pagination/DescribeClusterParameterGroupsPaginator.js +74 -0
  287. package/dist-es/pagination/DescribeClusterParametersPaginator.js +74 -0
  288. package/dist-es/pagination/DescribeClusterSecurityGroupsPaginator.js +74 -0
  289. package/dist-es/pagination/DescribeClusterSnapshotsPaginator.js +74 -0
  290. package/dist-es/pagination/DescribeClusterSubnetGroupsPaginator.js +74 -0
  291. package/dist-es/pagination/DescribeClusterTracksPaginator.js +74 -0
  292. package/dist-es/pagination/DescribeClusterVersionsPaginator.js +74 -0
  293. package/dist-es/pagination/DescribeClustersPaginator.js +74 -0
  294. package/dist-es/pagination/DescribeDefaultClusterParametersPaginator.js +74 -0
  295. package/dist-es/pagination/DescribeEndpointAccessPaginator.js +74 -0
  296. package/dist-es/pagination/DescribeEndpointAuthorizationPaginator.js +74 -0
  297. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +74 -0
  298. package/dist-es/pagination/DescribeEventsPaginator.js +74 -0
  299. package/dist-es/pagination/DescribeHsmClientCertificatesPaginator.js +74 -0
  300. package/dist-es/pagination/DescribeHsmConfigurationsPaginator.js +74 -0
  301. package/dist-es/pagination/DescribeNodeConfigurationOptionsPaginator.js +74 -0
  302. package/dist-es/pagination/DescribeOrderableClusterOptionsPaginator.js +74 -0
  303. package/dist-es/pagination/DescribeReservedNodeOfferingsPaginator.js +74 -0
  304. package/dist-es/pagination/DescribeReservedNodesPaginator.js +74 -0
  305. package/dist-es/pagination/DescribeScheduledActionsPaginator.js +74 -0
  306. package/dist-es/pagination/DescribeSnapshotCopyGrantsPaginator.js +74 -0
  307. package/dist-es/pagination/DescribeSnapshotSchedulesPaginator.js +74 -0
  308. package/dist-es/pagination/DescribeTableRestoreStatusPaginator.js +74 -0
  309. package/dist-es/pagination/DescribeTagsPaginator.js +74 -0
  310. package/dist-es/pagination/DescribeUsageLimitsPaginator.js +74 -0
  311. package/dist-es/pagination/GetReservedNodeExchangeOfferingsPaginator.js +74 -0
  312. package/dist-es/pagination/Interfaces.js +1 -0
  313. package/dist-es/protocols/Aws_query.js +19033 -0
  314. package/dist-es/runtimeConfig.browser.js +16 -0
  315. package/dist-es/runtimeConfig.js +21 -0
  316. package/dist-es/runtimeConfig.native.js +8 -0
  317. package/dist-es/runtimeConfig.shared.js +13 -0
  318. package/dist-es/waiters/waitForClusterAvailable.js +98 -0
  319. package/dist-es/waiters/waitForClusterDeleted.js +96 -0
  320. package/dist-es/waiters/waitForClusterRestored.js +95 -0
  321. package/dist-es/waiters/waitForSnapshotAvailable.js +120 -0
  322. package/dist-types/Redshift.d.ts +1333 -0
  323. package/dist-types/RedshiftClient.d.ts +269 -0
  324. package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +37 -0
  325. package/dist-types/commands/AddPartnerCommand.d.ts +37 -0
  326. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +37 -0
  327. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +50 -0
  328. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +37 -0
  329. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +35 -0
  330. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +40 -0
  331. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +35 -0
  332. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +35 -0
  333. package/dist-types/commands/CancelResizeCommand.d.ts +35 -0
  334. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +46 -0
  335. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +35 -0
  336. package/dist-types/commands/CreateClusterCommand.d.ts +41 -0
  337. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +43 -0
  338. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +40 -0
  339. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +40 -0
  340. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +41 -0
  341. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +35 -0
  342. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +51 -0
  343. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +42 -0
  344. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +41 -0
  345. package/dist-types/commands/CreateScheduledActionCommand.d.ts +37 -0
  346. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +42 -0
  347. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +35 -0
  348. package/dist-types/commands/CreateTagsCommand.d.ts +39 -0
  349. package/dist-types/commands/CreateUsageLimitCommand.d.ts +36 -0
  350. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +35 -0
  351. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +35 -0
  352. package/dist-types/commands/DeleteClusterCommand.d.ts +50 -0
  353. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +39 -0
  354. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +43 -0
  355. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +41 -0
  356. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +35 -0
  357. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +35 -0
  358. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
  359. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +35 -0
  360. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +35 -0
  361. package/dist-types/commands/DeletePartnerCommand.d.ts +35 -0
  362. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +36 -0
  363. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +35 -0
  364. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +35 -0
  365. package/dist-types/commands/DeleteTagsCommand.d.ts +36 -0
  366. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +35 -0
  367. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +35 -0
  368. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +35 -0
  369. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +35 -0
  370. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +51 -0
  371. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +46 -0
  372. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +49 -0
  373. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +47 -0
  374. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +45 -0
  375. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +35 -0
  376. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +40 -0
  377. package/dist-types/commands/DescribeClustersCommand.d.ts +47 -0
  378. package/dist-types/commands/DescribeDataSharesCommand.d.ts +36 -0
  379. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +35 -0
  380. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +35 -0
  381. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +40 -0
  382. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +35 -0
  383. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +35 -0
  384. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +37 -0
  385. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +45 -0
  386. package/dist-types/commands/DescribeEventsCommand.d.ts +38 -0
  387. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +44 -0
  388. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +45 -0
  389. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +37 -0
  390. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +36 -0
  391. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +43 -0
  392. package/dist-types/commands/DescribePartnersCommand.d.ts +35 -0
  393. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +44 -0
  394. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +35 -0
  395. package/dist-types/commands/DescribeResizeCommand.d.ts +41 -0
  396. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +36 -0
  397. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +41 -0
  398. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +35 -0
  399. package/dist-types/commands/DescribeStorageCommand.d.ts +35 -0
  400. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +40 -0
  401. package/dist-types/commands/DescribeTagsCommand.d.ts +59 -0
  402. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +54 -0
  403. package/dist-types/commands/DisableLoggingCommand.d.ts +36 -0
  404. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +39 -0
  405. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +37 -0
  406. package/dist-types/commands/EnableLoggingCommand.d.ts +36 -0
  407. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +36 -0
  408. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +56 -0
  409. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +36 -0
  410. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +35 -0
  411. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +35 -0
  412. package/dist-types/commands/ModifyClusterCommand.d.ts +43 -0
  413. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +36 -0
  414. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +37 -0
  415. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +35 -0
  416. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +40 -0
  417. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +36 -0
  418. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +35 -0
  419. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +36 -0
  420. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +36 -0
  421. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +35 -0
  422. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +37 -0
  423. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +41 -0
  424. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +37 -0
  425. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +37 -0
  426. package/dist-types/commands/PauseClusterCommand.d.ts +36 -0
  427. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +43 -0
  428. package/dist-types/commands/RebootClusterCommand.d.ts +42 -0
  429. package/dist-types/commands/RejectDataShareCommand.d.ts +36 -0
  430. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +39 -0
  431. package/dist-types/commands/ResizeClusterCommand.d.ts +78 -0
  432. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +46 -0
  433. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +46 -0
  434. package/dist-types/commands/ResumeClusterCommand.d.ts +36 -0
  435. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +39 -0
  436. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +36 -0
  437. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +41 -0
  438. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +35 -0
  439. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +36 -0
  440. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  441. package/{index.ts → dist-types/index.d.ts} +0 -0
  442. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  443. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  444. package/dist-types/models/models_1.d.ts +3193 -0
  445. package/dist-types/pagination/DescribeClusterDbRevisionsPaginator.d.ts +4 -0
  446. package/dist-types/pagination/DescribeClusterParameterGroupsPaginator.d.ts +4 -0
  447. package/dist-types/pagination/DescribeClusterParametersPaginator.d.ts +4 -0
  448. package/dist-types/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +4 -0
  449. package/dist-types/pagination/DescribeClusterSnapshotsPaginator.d.ts +4 -0
  450. package/dist-types/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +4 -0
  451. package/dist-types/pagination/DescribeClusterTracksPaginator.d.ts +4 -0
  452. package/dist-types/pagination/DescribeClusterVersionsPaginator.d.ts +4 -0
  453. package/dist-types/pagination/DescribeClustersPaginator.d.ts +4 -0
  454. package/dist-types/pagination/DescribeDefaultClusterParametersPaginator.d.ts +4 -0
  455. package/dist-types/pagination/DescribeEndpointAccessPaginator.d.ts +4 -0
  456. package/dist-types/pagination/DescribeEndpointAuthorizationPaginator.d.ts +4 -0
  457. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  458. package/dist-types/pagination/DescribeEventsPaginator.d.ts +4 -0
  459. package/dist-types/pagination/DescribeHsmClientCertificatesPaginator.d.ts +4 -0
  460. package/dist-types/pagination/DescribeHsmConfigurationsPaginator.d.ts +4 -0
  461. package/dist-types/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +4 -0
  462. package/dist-types/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +4 -0
  463. package/dist-types/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +4 -0
  464. package/dist-types/pagination/DescribeReservedNodesPaginator.d.ts +4 -0
  465. package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
  466. package/dist-types/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +4 -0
  467. package/dist-types/pagination/DescribeSnapshotSchedulesPaginator.d.ts +4 -0
  468. package/dist-types/pagination/DescribeTableRestoreStatusPaginator.d.ts +4 -0
  469. package/dist-types/pagination/DescribeTagsPaginator.d.ts +4 -0
  470. package/dist-types/pagination/DescribeUsageLimitsPaginator.d.ts +4 -0
  471. package/dist-types/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +4 -0
  472. package/dist-types/pagination/Interfaces.d.ts +6 -0
  473. package/dist-types/protocols/Aws_query.d.ts +350 -0
  474. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  475. package/dist-types/runtimeConfig.d.ts +37 -0
  476. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  477. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  478. package/dist-types/ts3.4/Redshift.d.ts +585 -0
  479. package/dist-types/ts3.4/RedshiftClient.d.ts +183 -0
  480. package/dist-types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +17 -0
  481. package/dist-types/ts3.4/commands/AddPartnerCommand.d.ts +17 -0
  482. package/dist-types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +17 -0
  483. package/dist-types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +17 -0
  484. package/dist-types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +17 -0
  485. package/dist-types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +17 -0
  486. package/dist-types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +17 -0
  487. package/dist-types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +17 -0
  488. package/dist-types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +17 -0
  489. package/dist-types/ts3.4/commands/CancelResizeCommand.d.ts +17 -0
  490. package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +17 -0
  491. package/dist-types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +17 -0
  492. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
  493. package/dist-types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +17 -0
  494. package/dist-types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +17 -0
  495. package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +17 -0
  496. package/dist-types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +17 -0
  497. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +17 -0
  498. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
  499. package/dist-types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +17 -0
  500. package/dist-types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +17 -0
  501. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +17 -0
  502. package/dist-types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +17 -0
  503. package/dist-types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +17 -0
  504. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  505. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +17 -0
  506. package/dist-types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +17 -0
  507. package/dist-types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +17 -0
  508. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
  509. package/dist-types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +17 -0
  510. package/dist-types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +17 -0
  511. package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +17 -0
  512. package/dist-types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +17 -0
  513. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +17 -0
  514. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
  515. package/dist-types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +17 -0
  516. package/dist-types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +17 -0
  517. package/dist-types/ts3.4/commands/DeletePartnerCommand.d.ts +17 -0
  518. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +17 -0
  519. package/dist-types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +17 -0
  520. package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +17 -0
  521. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  522. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +17 -0
  523. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
  524. package/dist-types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +17 -0
  525. package/dist-types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +17 -0
  526. package/dist-types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +17 -0
  527. package/dist-types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +17 -0
  528. package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +17 -0
  529. package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +17 -0
  530. package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +17 -0
  531. package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +17 -0
  532. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +17 -0
  533. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +17 -0
  534. package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +17 -0
  535. package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +17 -0
  536. package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +17 -0
  537. package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +17 -0
  538. package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +17 -0
  539. package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +17 -0
  540. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
  541. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
  542. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
  543. package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +17 -0
  544. package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +17 -0
  545. package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +18 -0
  546. package/dist-types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +17 -0
  547. package/dist-types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +17 -0
  548. package/dist-types/ts3.4/commands/DescribePartnersCommand.d.ts +17 -0
  549. package/dist-types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +17 -0
  550. package/dist-types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +17 -0
  551. package/dist-types/ts3.4/commands/DescribeResizeCommand.d.ts +18 -0
  552. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +17 -0
  553. package/dist-types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +17 -0
  554. package/dist-types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +17 -0
  555. package/dist-types/ts3.4/commands/DescribeStorageCommand.d.ts +17 -0
  556. package/dist-types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +17 -0
  557. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  558. package/dist-types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +17 -0
  559. package/dist-types/ts3.4/commands/DisableLoggingCommand.d.ts +17 -0
  560. package/dist-types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +17 -0
  561. package/dist-types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
  562. package/dist-types/ts3.4/commands/EnableLoggingCommand.d.ts +17 -0
  563. package/dist-types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +17 -0
  564. package/dist-types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +18 -0
  565. package/dist-types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +17 -0
  566. package/dist-types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +17 -0
  567. package/dist-types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +17 -0
  568. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +17 -0
  569. package/dist-types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +17 -0
  570. package/dist-types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +17 -0
  571. package/dist-types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +17 -0
  572. package/dist-types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +18 -0
  573. package/dist-types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +17 -0
  574. package/dist-types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +17 -0
  575. package/dist-types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +17 -0
  576. package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +18 -0
  577. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
  578. package/dist-types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +18 -0
  579. package/dist-types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +17 -0
  580. package/dist-types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +18 -0
  581. package/dist-types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +18 -0
  582. package/dist-types/ts3.4/commands/PauseClusterCommand.d.ts +18 -0
  583. package/dist-types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +17 -0
  584. package/dist-types/ts3.4/commands/RebootClusterCommand.d.ts +17 -0
  585. package/dist-types/ts3.4/commands/RejectDataShareCommand.d.ts +18 -0
  586. package/dist-types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +18 -0
  587. package/dist-types/ts3.4/commands/ResizeClusterCommand.d.ts +18 -0
  588. package/dist-types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +17 -0
  589. package/dist-types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +17 -0
  590. package/dist-types/ts3.4/commands/ResumeClusterCommand.d.ts +18 -0
  591. package/dist-types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +17 -0
  592. package/dist-types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +18 -0
  593. package/dist-types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +17 -0
  594. package/dist-types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +17 -0
  595. package/dist-types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +18 -0
  596. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  597. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  598. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  599. package/dist-types/ts3.4/models/models_0.d.ts +3641 -0
  600. package/dist-types/ts3.4/models/models_1.d.ts +1423 -0
  601. package/dist-types/ts3.4/pagination/DescribeClusterDbRevisionsPaginator.d.ts +4 -0
  602. package/dist-types/ts3.4/pagination/DescribeClusterParameterGroupsPaginator.d.ts +4 -0
  603. package/dist-types/ts3.4/pagination/DescribeClusterParametersPaginator.d.ts +4 -0
  604. package/dist-types/ts3.4/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +4 -0
  605. package/dist-types/ts3.4/pagination/DescribeClusterSnapshotsPaginator.d.ts +4 -0
  606. package/dist-types/ts3.4/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +4 -0
  607. package/dist-types/ts3.4/pagination/DescribeClusterTracksPaginator.d.ts +4 -0
  608. package/dist-types/ts3.4/pagination/DescribeClusterVersionsPaginator.d.ts +4 -0
  609. package/dist-types/ts3.4/pagination/DescribeClustersPaginator.d.ts +4 -0
  610. package/dist-types/ts3.4/pagination/DescribeDefaultClusterParametersPaginator.d.ts +4 -0
  611. package/dist-types/ts3.4/pagination/DescribeEndpointAccessPaginator.d.ts +4 -0
  612. package/dist-types/ts3.4/pagination/DescribeEndpointAuthorizationPaginator.d.ts +4 -0
  613. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  614. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
  615. package/dist-types/ts3.4/pagination/DescribeHsmClientCertificatesPaginator.d.ts +4 -0
  616. package/dist-types/ts3.4/pagination/DescribeHsmConfigurationsPaginator.d.ts +4 -0
  617. package/dist-types/ts3.4/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +4 -0
  618. package/dist-types/ts3.4/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +4 -0
  619. package/dist-types/ts3.4/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +4 -0
  620. package/dist-types/ts3.4/pagination/DescribeReservedNodesPaginator.d.ts +4 -0
  621. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
  622. package/dist-types/ts3.4/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +4 -0
  623. package/dist-types/ts3.4/pagination/DescribeSnapshotSchedulesPaginator.d.ts +4 -0
  624. package/dist-types/ts3.4/pagination/DescribeTableRestoreStatusPaginator.d.ts +4 -0
  625. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
  626. package/dist-types/ts3.4/pagination/DescribeUsageLimitsPaginator.d.ts +4 -0
  627. package/dist-types/ts3.4/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +4 -0
  628. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  629. package/dist-types/ts3.4/protocols/Aws_query.d.ts +350 -0
  630. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  631. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  632. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  633. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  634. package/dist-types/ts3.4/waiters/waitForClusterAvailable.d.ts +7 -0
  635. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +7 -0
  636. package/dist-types/ts3.4/waiters/waitForClusterRestored.d.ts +7 -0
  637. package/dist-types/ts3.4/waiters/waitForSnapshotAvailable.d.ts +7 -0
  638. package/dist-types/waiters/waitForClusterAvailable.d.ts +14 -0
  639. package/dist-types/waiters/waitForClusterDeleted.d.ts +14 -0
  640. package/dist-types/waiters/waitForClusterRestored.d.ts +14 -0
  641. package/dist-types/waiters/waitForSnapshotAvailable.d.ts +14 -0
  642. package/package.json +46 -43
  643. package/Redshift.ts +0 -4774
  644. package/RedshiftClient.ts +0 -871
  645. package/commands/AcceptReservedNodeExchangeCommand.ts +0 -101
  646. package/commands/AddPartnerCommand.ts +0 -93
  647. package/commands/AssociateDataShareConsumerCommand.ts +0 -99
  648. package/commands/AuthorizeClusterSecurityGroupIngressCommand.ts +0 -120
  649. package/commands/AuthorizeDataShareCommand.ts +0 -96
  650. package/commands/AuthorizeEndpointAccessCommand.ts +0 -94
  651. package/commands/AuthorizeSnapshotAccessCommand.ts +0 -99
  652. package/commands/BatchDeleteClusterSnapshotsCommand.ts +0 -97
  653. package/commands/BatchModifyClusterSnapshotsCommand.ts +0 -99
  654. package/commands/CancelResizeCommand.ts +0 -91
  655. package/commands/CopyClusterSnapshotCommand.ts +0 -105
  656. package/commands/CreateAuthenticationProfileCommand.ts +0 -97
  657. package/commands/CreateClusterCommand.ts +0 -100
  658. package/commands/CreateClusterParameterGroupCommand.ts +0 -105
  659. package/commands/CreateClusterSecurityGroupCommand.ts +0 -102
  660. package/commands/CreateClusterSnapshotCommand.ts +0 -99
  661. package/commands/CreateClusterSubnetGroupCommand.ts +0 -100
  662. package/commands/CreateEndpointAccessCommand.ts +0 -94
  663. package/commands/CreateEventSubscriptionCommand.ts +0 -110
  664. package/commands/CreateHsmClientCertificateCommand.ts +0 -104
  665. package/commands/CreateHsmConfigurationCommand.ts +0 -100
  666. package/commands/CreateScheduledActionCommand.ts +0 -96
  667. package/commands/CreateSnapshotCopyGrantCommand.ts +0 -101
  668. package/commands/CreateSnapshotScheduleCommand.ts +0 -94
  669. package/commands/CreateTagsCommand.ts +0 -95
  670. package/commands/CreateUsageLimitCommand.ts +0 -95
  671. package/commands/DeauthorizeDataShareCommand.ts +0 -94
  672. package/commands/DeleteAuthenticationProfileCommand.ts +0 -97
  673. package/commands/DeleteClusterCommand.ts +0 -109
  674. package/commands/DeleteClusterParameterGroupCommand.ts +0 -101
  675. package/commands/DeleteClusterSecurityGroupCommand.ts +0 -105
  676. package/commands/DeleteClusterSnapshotCommand.ts +0 -100
  677. package/commands/DeleteClusterSubnetGroupCommand.ts +0 -94
  678. package/commands/DeleteEndpointAccessCommand.ts +0 -94
  679. package/commands/DeleteEventSubscriptionCommand.ts +0 -94
  680. package/commands/DeleteHsmClientCertificateCommand.ts +0 -97
  681. package/commands/DeleteHsmConfigurationCommand.ts +0 -94
  682. package/commands/DeletePartnerCommand.ts +0 -94
  683. package/commands/DeleteScheduledActionCommand.ts +0 -95
  684. package/commands/DeleteSnapshotCopyGrantCommand.ts +0 -94
  685. package/commands/DeleteSnapshotScheduleCommand.ts +0 -94
  686. package/commands/DeleteTagsCommand.ts +0 -92
  687. package/commands/DeleteUsageLimitCommand.ts +0 -94
  688. package/commands/DescribeAccountAttributesCommand.ts +0 -97
  689. package/commands/DescribeAuthenticationProfilesCommand.ts +0 -102
  690. package/commands/DescribeClusterDbRevisionsCommand.ts +0 -97
  691. package/commands/DescribeClusterParameterGroupsCommand.ts +0 -116
  692. package/commands/DescribeClusterParametersCommand.ts +0 -108
  693. package/commands/DescribeClusterSecurityGroupsCommand.ts +0 -111
  694. package/commands/DescribeClusterSnapshotsCommand.ts +0 -106
  695. package/commands/DescribeClusterSubnetGroupsCommand.ts +0 -107
  696. package/commands/DescribeClusterTracksCommand.ts +0 -94
  697. package/commands/DescribeClusterVersionsCommand.ts +0 -99
  698. package/commands/DescribeClustersCommand.ts +0 -106
  699. package/commands/DescribeDataSharesCommand.ts +0 -95
  700. package/commands/DescribeDataSharesForConsumerCommand.ts +0 -99
  701. package/commands/DescribeDataSharesForProducerCommand.ts +0 -99
  702. package/commands/DescribeDefaultClusterParametersCommand.ts +0 -107
  703. package/commands/DescribeEndpointAccessCommand.ts +0 -94
  704. package/commands/DescribeEndpointAuthorizationCommand.ts +0 -97
  705. package/commands/DescribeEventCategoriesCommand.ts +0 -96
  706. package/commands/DescribeEventSubscriptionsCommand.ts +0 -107
  707. package/commands/DescribeEventsCommand.ts +0 -97
  708. package/commands/DescribeHsmClientCertificatesCommand.ts +0 -106
  709. package/commands/DescribeHsmConfigurationsCommand.ts +0 -107
  710. package/commands/DescribeLoggingStatusCommand.ts +0 -96
  711. package/commands/DescribeNodeConfigurationOptionsCommand.ts +0 -103
  712. package/commands/DescribeOrderableClusterOptionsCommand.ts +0 -110
  713. package/commands/DescribePartnersCommand.ts +0 -94
  714. package/commands/DescribeReservedNodeOfferingsCommand.ts +0 -106
  715. package/commands/DescribeReservedNodesCommand.ts +0 -94
  716. package/commands/DescribeResizeCommand.ts +0 -100
  717. package/commands/DescribeScheduledActionsCommand.ts +0 -95
  718. package/commands/DescribeSnapshotCopyGrantsCommand.ts +0 -103
  719. package/commands/DescribeSnapshotSchedulesCommand.ts +0 -99
  720. package/commands/DescribeStorageCommand.ts +0 -94
  721. package/commands/DescribeTableRestoreStatusCommand.ts +0 -102
  722. package/commands/DescribeTagsCommand.ts +0 -115
  723. package/commands/DescribeUsageLimitsCommand.ts +0 -113
  724. package/commands/DisableLoggingCommand.ts +0 -95
  725. package/commands/DisableSnapshotCopyCommand.ts +0 -98
  726. package/commands/DisassociateDataShareConsumerCommand.ts +0 -99
  727. package/commands/EnableLoggingCommand.ts +0 -95
  728. package/commands/EnableSnapshotCopyCommand.ts +0 -95
  729. package/commands/GetClusterCredentialsCommand.ts +0 -115
  730. package/commands/GetReservedNodeExchangeOfferingsCommand.ts +0 -106
  731. package/commands/ModifyAquaConfigurationCommand.ts +0 -94
  732. package/commands/ModifyAuthenticationProfileCommand.ts +0 -97
  733. package/commands/ModifyClusterCommand.ts +0 -102
  734. package/commands/ModifyClusterDbRevisionCommand.ts +0 -95
  735. package/commands/ModifyClusterIamRolesCommand.ts +0 -96
  736. package/commands/ModifyClusterMaintenanceCommand.ts +0 -94
  737. package/commands/ModifyClusterParameterGroupCommand.ts +0 -102
  738. package/commands/ModifyClusterSnapshotCommand.ts +0 -95
  739. package/commands/ModifyClusterSnapshotScheduleCommand.ts +0 -97
  740. package/commands/ModifyClusterSubnetGroupCommand.ts +0 -95
  741. package/commands/ModifyEndpointAccessCommand.ts +0 -95
  742. package/commands/ModifyEventSubscriptionCommand.ts +0 -94
  743. package/commands/ModifyScheduledActionCommand.ts +0 -96
  744. package/commands/ModifySnapshotCopyRetentionPeriodCommand.ts +0 -108
  745. package/commands/ModifySnapshotScheduleCommand.ts +0 -96
  746. package/commands/ModifyUsageLimitCommand.ts +0 -96
  747. package/commands/PauseClusterCommand.ts +0 -92
  748. package/commands/PurchaseReservedNodeOfferingCommand.ts +0 -107
  749. package/commands/RebootClusterCommand.ts +0 -101
  750. package/commands/RejectDataShareCommand.ts +0 -95
  751. package/commands/ResetClusterParameterGroupCommand.ts +0 -101
  752. package/commands/ResizeClusterCommand.ts +0 -137
  753. package/commands/RestoreFromClusterSnapshotCommand.ts +0 -108
  754. package/commands/RestoreTableFromClusterSnapshotCommand.ts +0 -113
  755. package/commands/ResumeClusterCommand.ts +0 -95
  756. package/commands/RevokeClusterSecurityGroupIngressCommand.ts +0 -106
  757. package/commands/RevokeEndpointAccessCommand.ts +0 -95
  758. package/commands/RevokeSnapshotAccessCommand.ts +0 -100
  759. package/commands/RotateEncryptionKeyCommand.ts +0 -94
  760. package/commands/UpdatePartnerStatusCommand.ts +0 -95
  761. package/dist/cjs/Redshift.js +0 -1772
  762. package/dist/cjs/Redshift.js.map +0 -1
  763. package/dist/cjs/RedshiftClient.js +0 -65
  764. package/dist/cjs/RedshiftClient.js.map +0 -1
  765. package/dist/cjs/commands/AcceptReservedNodeExchangeCommand.js +0 -63
  766. package/dist/cjs/commands/AcceptReservedNodeExchangeCommand.js.map +0 -1
  767. package/dist/cjs/commands/AddPartnerCommand.js +0 -63
  768. package/dist/cjs/commands/AddPartnerCommand.js.map +0 -1
  769. package/dist/cjs/commands/AssociateDataShareConsumerCommand.js +0 -63
  770. package/dist/cjs/commands/AssociateDataShareConsumerCommand.js.map +0 -1
  771. package/dist/cjs/commands/AuthorizeClusterSecurityGroupIngressCommand.js +0 -76
  772. package/dist/cjs/commands/AuthorizeClusterSecurityGroupIngressCommand.js.map +0 -1
  773. package/dist/cjs/commands/AuthorizeDataShareCommand.js +0 -63
  774. package/dist/cjs/commands/AuthorizeDataShareCommand.js.map +0 -1
  775. package/dist/cjs/commands/AuthorizeEndpointAccessCommand.js +0 -61
  776. package/dist/cjs/commands/AuthorizeEndpointAccessCommand.js.map +0 -1
  777. package/dist/cjs/commands/AuthorizeSnapshotAccessCommand.js +0 -66
  778. package/dist/cjs/commands/AuthorizeSnapshotAccessCommand.js.map +0 -1
  779. package/dist/cjs/commands/BatchDeleteClusterSnapshotsCommand.js +0 -61
  780. package/dist/cjs/commands/BatchDeleteClusterSnapshotsCommand.js.map +0 -1
  781. package/dist/cjs/commands/BatchModifyClusterSnapshotsCommand.js +0 -61
  782. package/dist/cjs/commands/BatchModifyClusterSnapshotsCommand.js.map +0 -1
  783. package/dist/cjs/commands/CancelResizeCommand.js +0 -61
  784. package/dist/cjs/commands/CancelResizeCommand.js.map +0 -1
  785. package/dist/cjs/commands/CopyClusterSnapshotCommand.js +0 -72
  786. package/dist/cjs/commands/CopyClusterSnapshotCommand.js.map +0 -1
  787. package/dist/cjs/commands/CreateAuthenticationProfileCommand.js +0 -61
  788. package/dist/cjs/commands/CreateAuthenticationProfileCommand.js.map +0 -1
  789. package/dist/cjs/commands/CreateClusterCommand.js +0 -67
  790. package/dist/cjs/commands/CreateClusterCommand.js.map +0 -1
  791. package/dist/cjs/commands/CreateClusterParameterGroupCommand.js +0 -69
  792. package/dist/cjs/commands/CreateClusterParameterGroupCommand.js.map +0 -1
  793. package/dist/cjs/commands/CreateClusterSecurityGroupCommand.js +0 -66
  794. package/dist/cjs/commands/CreateClusterSecurityGroupCommand.js.map +0 -1
  795. package/dist/cjs/commands/CreateClusterSnapshotCommand.js +0 -66
  796. package/dist/cjs/commands/CreateClusterSnapshotCommand.js.map +0 -1
  797. package/dist/cjs/commands/CreateClusterSubnetGroupCommand.js +0 -67
  798. package/dist/cjs/commands/CreateClusterSubnetGroupCommand.js.map +0 -1
  799. package/dist/cjs/commands/CreateEndpointAccessCommand.js +0 -61
  800. package/dist/cjs/commands/CreateEndpointAccessCommand.js.map +0 -1
  801. package/dist/cjs/commands/CreateEventSubscriptionCommand.js +0 -77
  802. package/dist/cjs/commands/CreateEventSubscriptionCommand.js.map +0 -1
  803. package/dist/cjs/commands/CreateHsmClientCertificateCommand.js +0 -68
  804. package/dist/cjs/commands/CreateHsmClientCertificateCommand.js.map +0 -1
  805. package/dist/cjs/commands/CreateHsmConfigurationCommand.js +0 -67
  806. package/dist/cjs/commands/CreateHsmConfigurationCommand.js.map +0 -1
  807. package/dist/cjs/commands/CreateScheduledActionCommand.js +0 -63
  808. package/dist/cjs/commands/CreateScheduledActionCommand.js.map +0 -1
  809. package/dist/cjs/commands/CreateSnapshotCopyGrantCommand.js +0 -68
  810. package/dist/cjs/commands/CreateSnapshotCopyGrantCommand.js.map +0 -1
  811. package/dist/cjs/commands/CreateSnapshotScheduleCommand.js +0 -61
  812. package/dist/cjs/commands/CreateSnapshotScheduleCommand.js.map +0 -1
  813. package/dist/cjs/commands/CreateTagsCommand.js +0 -65
  814. package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
  815. package/dist/cjs/commands/CreateUsageLimitCommand.js +0 -62
  816. package/dist/cjs/commands/CreateUsageLimitCommand.js.map +0 -1
  817. package/dist/cjs/commands/DeauthorizeDataShareCommand.js +0 -61
  818. package/dist/cjs/commands/DeauthorizeDataShareCommand.js.map +0 -1
  819. package/dist/cjs/commands/DeleteAuthenticationProfileCommand.js +0 -61
  820. package/dist/cjs/commands/DeleteAuthenticationProfileCommand.js.map +0 -1
  821. package/dist/cjs/commands/DeleteClusterCommand.js +0 -76
  822. package/dist/cjs/commands/DeleteClusterCommand.js.map +0 -1
  823. package/dist/cjs/commands/DeleteClusterParameterGroupCommand.js +0 -65
  824. package/dist/cjs/commands/DeleteClusterParameterGroupCommand.js.map +0 -1
  825. package/dist/cjs/commands/DeleteClusterSecurityGroupCommand.js +0 -69
  826. package/dist/cjs/commands/DeleteClusterSecurityGroupCommand.js.map +0 -1
  827. package/dist/cjs/commands/DeleteClusterSnapshotCommand.js +0 -67
  828. package/dist/cjs/commands/DeleteClusterSnapshotCommand.js.map +0 -1
  829. package/dist/cjs/commands/DeleteClusterSubnetGroupCommand.js +0 -61
  830. package/dist/cjs/commands/DeleteClusterSubnetGroupCommand.js.map +0 -1
  831. package/dist/cjs/commands/DeleteEndpointAccessCommand.js +0 -61
  832. package/dist/cjs/commands/DeleteEndpointAccessCommand.js.map +0 -1
  833. package/dist/cjs/commands/DeleteEventSubscriptionCommand.js +0 -61
  834. package/dist/cjs/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  835. package/dist/cjs/commands/DeleteHsmClientCertificateCommand.js +0 -61
  836. package/dist/cjs/commands/DeleteHsmClientCertificateCommand.js.map +0 -1
  837. package/dist/cjs/commands/DeleteHsmConfigurationCommand.js +0 -61
  838. package/dist/cjs/commands/DeleteHsmConfigurationCommand.js.map +0 -1
  839. package/dist/cjs/commands/DeletePartnerCommand.js +0 -61
  840. package/dist/cjs/commands/DeletePartnerCommand.js.map +0 -1
  841. package/dist/cjs/commands/DeleteScheduledActionCommand.js +0 -62
  842. package/dist/cjs/commands/DeleteScheduledActionCommand.js.map +0 -1
  843. package/dist/cjs/commands/DeleteSnapshotCopyGrantCommand.js +0 -61
  844. package/dist/cjs/commands/DeleteSnapshotCopyGrantCommand.js.map +0 -1
  845. package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js +0 -61
  846. package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
  847. package/dist/cjs/commands/DeleteTagsCommand.js +0 -62
  848. package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
  849. package/dist/cjs/commands/DeleteUsageLimitCommand.js +0 -61
  850. package/dist/cjs/commands/DeleteUsageLimitCommand.js.map +0 -1
  851. package/dist/cjs/commands/DescribeAccountAttributesCommand.js +0 -61
  852. package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
  853. package/dist/cjs/commands/DescribeAuthenticationProfilesCommand.js +0 -61
  854. package/dist/cjs/commands/DescribeAuthenticationProfilesCommand.js.map +0 -1
  855. package/dist/cjs/commands/DescribeClusterDbRevisionsCommand.js +0 -61
  856. package/dist/cjs/commands/DescribeClusterDbRevisionsCommand.js.map +0 -1
  857. package/dist/cjs/commands/DescribeClusterParameterGroupsCommand.js +0 -77
  858. package/dist/cjs/commands/DescribeClusterParameterGroupsCommand.js.map +0 -1
  859. package/dist/cjs/commands/DescribeClusterParametersCommand.js +0 -72
  860. package/dist/cjs/commands/DescribeClusterParametersCommand.js.map +0 -1
  861. package/dist/cjs/commands/DescribeClusterSecurityGroupsCommand.js +0 -75
  862. package/dist/cjs/commands/DescribeClusterSecurityGroupsCommand.js.map +0 -1
  863. package/dist/cjs/commands/DescribeClusterSnapshotsCommand.js +0 -73
  864. package/dist/cjs/commands/DescribeClusterSnapshotsCommand.js.map +0 -1
  865. package/dist/cjs/commands/DescribeClusterSubnetGroupsCommand.js +0 -71
  866. package/dist/cjs/commands/DescribeClusterSubnetGroupsCommand.js.map +0 -1
  867. package/dist/cjs/commands/DescribeClusterTracksCommand.js +0 -61
  868. package/dist/cjs/commands/DescribeClusterTracksCommand.js.map +0 -1
  869. package/dist/cjs/commands/DescribeClusterVersionsCommand.js +0 -66
  870. package/dist/cjs/commands/DescribeClusterVersionsCommand.js.map +0 -1
  871. package/dist/cjs/commands/DescribeClustersCommand.js +0 -73
  872. package/dist/cjs/commands/DescribeClustersCommand.js.map +0 -1
  873. package/dist/cjs/commands/DescribeDataSharesCommand.js +0 -62
  874. package/dist/cjs/commands/DescribeDataSharesCommand.js.map +0 -1
  875. package/dist/cjs/commands/DescribeDataSharesForConsumerCommand.js +0 -61
  876. package/dist/cjs/commands/DescribeDataSharesForConsumerCommand.js.map +0 -1
  877. package/dist/cjs/commands/DescribeDataSharesForProducerCommand.js +0 -61
  878. package/dist/cjs/commands/DescribeDataSharesForProducerCommand.js.map +0 -1
  879. package/dist/cjs/commands/DescribeDefaultClusterParametersCommand.js +0 -66
  880. package/dist/cjs/commands/DescribeDefaultClusterParametersCommand.js.map +0 -1
  881. package/dist/cjs/commands/DescribeEndpointAccessCommand.js +0 -61
  882. package/dist/cjs/commands/DescribeEndpointAccessCommand.js.map +0 -1
  883. package/dist/cjs/commands/DescribeEndpointAuthorizationCommand.js +0 -61
  884. package/dist/cjs/commands/DescribeEndpointAuthorizationCommand.js.map +0 -1
  885. package/dist/cjs/commands/DescribeEventCategoriesCommand.js +0 -63
  886. package/dist/cjs/commands/DescribeEventCategoriesCommand.js.map +0 -1
  887. package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js +0 -71
  888. package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  889. package/dist/cjs/commands/DescribeEventsCommand.js +0 -64
  890. package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
  891. package/dist/cjs/commands/DescribeHsmClientCertificatesCommand.js +0 -70
  892. package/dist/cjs/commands/DescribeHsmClientCertificatesCommand.js.map +0 -1
  893. package/dist/cjs/commands/DescribeHsmConfigurationsCommand.js +0 -71
  894. package/dist/cjs/commands/DescribeHsmConfigurationsCommand.js.map +0 -1
  895. package/dist/cjs/commands/DescribeLoggingStatusCommand.js +0 -63
  896. package/dist/cjs/commands/DescribeLoggingStatusCommand.js.map +0 -1
  897. package/dist/cjs/commands/DescribeNodeConfigurationOptionsCommand.js +0 -62
  898. package/dist/cjs/commands/DescribeNodeConfigurationOptionsCommand.js.map +0 -1
  899. package/dist/cjs/commands/DescribeOrderableClusterOptionsCommand.js +0 -69
  900. package/dist/cjs/commands/DescribeOrderableClusterOptionsCommand.js.map +0 -1
  901. package/dist/cjs/commands/DescribePartnersCommand.js +0 -61
  902. package/dist/cjs/commands/DescribePartnersCommand.js.map +0 -1
  903. package/dist/cjs/commands/DescribeReservedNodeOfferingsCommand.js +0 -70
  904. package/dist/cjs/commands/DescribeReservedNodeOfferingsCommand.js.map +0 -1
  905. package/dist/cjs/commands/DescribeReservedNodesCommand.js +0 -61
  906. package/dist/cjs/commands/DescribeReservedNodesCommand.js.map +0 -1
  907. package/dist/cjs/commands/DescribeResizeCommand.js +0 -67
  908. package/dist/cjs/commands/DescribeResizeCommand.js.map +0 -1
  909. package/dist/cjs/commands/DescribeScheduledActionsCommand.js +0 -62
  910. package/dist/cjs/commands/DescribeScheduledActionsCommand.js.map +0 -1
  911. package/dist/cjs/commands/DescribeSnapshotCopyGrantsCommand.js +0 -67
  912. package/dist/cjs/commands/DescribeSnapshotCopyGrantsCommand.js.map +0 -1
  913. package/dist/cjs/commands/DescribeSnapshotSchedulesCommand.js +0 -61
  914. package/dist/cjs/commands/DescribeSnapshotSchedulesCommand.js.map +0 -1
  915. package/dist/cjs/commands/DescribeStorageCommand.js +0 -61
  916. package/dist/cjs/commands/DescribeStorageCommand.js.map +0 -1
  917. package/dist/cjs/commands/DescribeTableRestoreStatusCommand.js +0 -66
  918. package/dist/cjs/commands/DescribeTableRestoreStatusCommand.js.map +0 -1
  919. package/dist/cjs/commands/DescribeTagsCommand.js +0 -85
  920. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  921. package/dist/cjs/commands/DescribeUsageLimitsCommand.js +0 -80
  922. package/dist/cjs/commands/DescribeUsageLimitsCommand.js.map +0 -1
  923. package/dist/cjs/commands/DisableLoggingCommand.js +0 -62
  924. package/dist/cjs/commands/DisableLoggingCommand.js.map +0 -1
  925. package/dist/cjs/commands/DisableSnapshotCopyCommand.js +0 -65
  926. package/dist/cjs/commands/DisableSnapshotCopyCommand.js.map +0 -1
  927. package/dist/cjs/commands/DisassociateDataShareConsumerCommand.js +0 -63
  928. package/dist/cjs/commands/DisassociateDataShareConsumerCommand.js.map +0 -1
  929. package/dist/cjs/commands/EnableLoggingCommand.js +0 -62
  930. package/dist/cjs/commands/EnableLoggingCommand.js.map +0 -1
  931. package/dist/cjs/commands/EnableSnapshotCopyCommand.js +0 -62
  932. package/dist/cjs/commands/EnableSnapshotCopyCommand.js.map +0 -1
  933. package/dist/cjs/commands/GetClusterCredentialsCommand.js +0 -82
  934. package/dist/cjs/commands/GetClusterCredentialsCommand.js.map +0 -1
  935. package/dist/cjs/commands/GetReservedNodeExchangeOfferingsCommand.js +0 -62
  936. package/dist/cjs/commands/GetReservedNodeExchangeOfferingsCommand.js.map +0 -1
  937. package/dist/cjs/commands/ModifyAquaConfigurationCommand.js +0 -61
  938. package/dist/cjs/commands/ModifyAquaConfigurationCommand.js.map +0 -1
  939. package/dist/cjs/commands/ModifyAuthenticationProfileCommand.js +0 -61
  940. package/dist/cjs/commands/ModifyAuthenticationProfileCommand.js.map +0 -1
  941. package/dist/cjs/commands/ModifyClusterCommand.js +0 -69
  942. package/dist/cjs/commands/ModifyClusterCommand.js.map +0 -1
  943. package/dist/cjs/commands/ModifyClusterDbRevisionCommand.js +0 -62
  944. package/dist/cjs/commands/ModifyClusterDbRevisionCommand.js.map +0 -1
  945. package/dist/cjs/commands/ModifyClusterIamRolesCommand.js +0 -63
  946. package/dist/cjs/commands/ModifyClusterIamRolesCommand.js.map +0 -1
  947. package/dist/cjs/commands/ModifyClusterMaintenanceCommand.js +0 -61
  948. package/dist/cjs/commands/ModifyClusterMaintenanceCommand.js.map +0 -1
  949. package/dist/cjs/commands/ModifyClusterParameterGroupCommand.js +0 -66
  950. package/dist/cjs/commands/ModifyClusterParameterGroupCommand.js.map +0 -1
  951. package/dist/cjs/commands/ModifyClusterSnapshotCommand.js +0 -62
  952. package/dist/cjs/commands/ModifyClusterSnapshotCommand.js.map +0 -1
  953. package/dist/cjs/commands/ModifyClusterSnapshotScheduleCommand.js +0 -61
  954. package/dist/cjs/commands/ModifyClusterSnapshotScheduleCommand.js.map +0 -1
  955. package/dist/cjs/commands/ModifyClusterSubnetGroupCommand.js +0 -62
  956. package/dist/cjs/commands/ModifyClusterSubnetGroupCommand.js.map +0 -1
  957. package/dist/cjs/commands/ModifyEndpointAccessCommand.js +0 -62
  958. package/dist/cjs/commands/ModifyEndpointAccessCommand.js.map +0 -1
  959. package/dist/cjs/commands/ModifyEventSubscriptionCommand.js +0 -61
  960. package/dist/cjs/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  961. package/dist/cjs/commands/ModifyScheduledActionCommand.js +0 -63
  962. package/dist/cjs/commands/ModifyScheduledActionCommand.js.map +0 -1
  963. package/dist/cjs/commands/ModifySnapshotCopyRetentionPeriodCommand.js +0 -67
  964. package/dist/cjs/commands/ModifySnapshotCopyRetentionPeriodCommand.js.map +0 -1
  965. package/dist/cjs/commands/ModifySnapshotScheduleCommand.js +0 -63
  966. package/dist/cjs/commands/ModifySnapshotScheduleCommand.js.map +0 -1
  967. package/dist/cjs/commands/ModifyUsageLimitCommand.js +0 -63
  968. package/dist/cjs/commands/ModifyUsageLimitCommand.js.map +0 -1
  969. package/dist/cjs/commands/PauseClusterCommand.js +0 -62
  970. package/dist/cjs/commands/PauseClusterCommand.js.map +0 -1
  971. package/dist/cjs/commands/PurchaseReservedNodeOfferingCommand.js +0 -69
  972. package/dist/cjs/commands/PurchaseReservedNodeOfferingCommand.js.map +0 -1
  973. package/dist/cjs/commands/RebootClusterCommand.js +0 -68
  974. package/dist/cjs/commands/RebootClusterCommand.js.map +0 -1
  975. package/dist/cjs/commands/RejectDataShareCommand.js +0 -62
  976. package/dist/cjs/commands/RejectDataShareCommand.js.map +0 -1
  977. package/dist/cjs/commands/ResetClusterParameterGroupCommand.js +0 -65
  978. package/dist/cjs/commands/ResetClusterParameterGroupCommand.js.map +0 -1
  979. package/dist/cjs/commands/ResizeClusterCommand.js +0 -104
  980. package/dist/cjs/commands/ResizeClusterCommand.js.map +0 -1
  981. package/dist/cjs/commands/RestoreFromClusterSnapshotCommand.js +0 -72
  982. package/dist/cjs/commands/RestoreFromClusterSnapshotCommand.js.map +0 -1
  983. package/dist/cjs/commands/RestoreTableFromClusterSnapshotCommand.js +0 -72
  984. package/dist/cjs/commands/RestoreTableFromClusterSnapshotCommand.js.map +0 -1
  985. package/dist/cjs/commands/ResumeClusterCommand.js +0 -62
  986. package/dist/cjs/commands/ResumeClusterCommand.js.map +0 -1
  987. package/dist/cjs/commands/RevokeClusterSecurityGroupIngressCommand.js +0 -65
  988. package/dist/cjs/commands/RevokeClusterSecurityGroupIngressCommand.js.map +0 -1
  989. package/dist/cjs/commands/RevokeEndpointAccessCommand.js +0 -62
  990. package/dist/cjs/commands/RevokeEndpointAccessCommand.js.map +0 -1
  991. package/dist/cjs/commands/RevokeSnapshotAccessCommand.js +0 -67
  992. package/dist/cjs/commands/RevokeSnapshotAccessCommand.js.map +0 -1
  993. package/dist/cjs/commands/RotateEncryptionKeyCommand.js +0 -61
  994. package/dist/cjs/commands/RotateEncryptionKeyCommand.js.map +0 -1
  995. package/dist/cjs/commands/UpdatePartnerStatusCommand.js +0 -62
  996. package/dist/cjs/commands/UpdatePartnerStatusCommand.js.map +0 -1
  997. package/dist/cjs/endpoints.js +0 -91
  998. package/dist/cjs/endpoints.js.map +0 -1
  999. package/dist/cjs/index.js +0 -155
  1000. package/dist/cjs/index.js.map +0 -1
  1001. package/dist/cjs/models/index.js +0 -6
  1002. package/dist/cjs/models/index.js.map +0 -1
  1003. package/dist/cjs/models/models_0.js +0 -2632
  1004. package/dist/cjs/models/models_0.js.map +0 -1
  1005. package/dist/cjs/models/models_1.js +0 -1009
  1006. package/dist/cjs/models/models_1.js.map +0 -1
  1007. package/dist/cjs/package.json +0 -94
  1008. package/dist/cjs/pagination/DescribeClusterDbRevisionsPaginator.js +0 -46
  1009. package/dist/cjs/pagination/DescribeClusterDbRevisionsPaginator.js.map +0 -1
  1010. package/dist/cjs/pagination/DescribeClusterParameterGroupsPaginator.js +0 -46
  1011. package/dist/cjs/pagination/DescribeClusterParameterGroupsPaginator.js.map +0 -1
  1012. package/dist/cjs/pagination/DescribeClusterParametersPaginator.js +0 -46
  1013. package/dist/cjs/pagination/DescribeClusterParametersPaginator.js.map +0 -1
  1014. package/dist/cjs/pagination/DescribeClusterSecurityGroupsPaginator.js +0 -46
  1015. package/dist/cjs/pagination/DescribeClusterSecurityGroupsPaginator.js.map +0 -1
  1016. package/dist/cjs/pagination/DescribeClusterSnapshotsPaginator.js +0 -46
  1017. package/dist/cjs/pagination/DescribeClusterSnapshotsPaginator.js.map +0 -1
  1018. package/dist/cjs/pagination/DescribeClusterSubnetGroupsPaginator.js +0 -46
  1019. package/dist/cjs/pagination/DescribeClusterSubnetGroupsPaginator.js.map +0 -1
  1020. package/dist/cjs/pagination/DescribeClusterTracksPaginator.js +0 -46
  1021. package/dist/cjs/pagination/DescribeClusterTracksPaginator.js.map +0 -1
  1022. package/dist/cjs/pagination/DescribeClusterVersionsPaginator.js +0 -46
  1023. package/dist/cjs/pagination/DescribeClusterVersionsPaginator.js.map +0 -1
  1024. package/dist/cjs/pagination/DescribeClustersPaginator.js +0 -46
  1025. package/dist/cjs/pagination/DescribeClustersPaginator.js.map +0 -1
  1026. package/dist/cjs/pagination/DescribeDefaultClusterParametersPaginator.js +0 -46
  1027. package/dist/cjs/pagination/DescribeDefaultClusterParametersPaginator.js.map +0 -1
  1028. package/dist/cjs/pagination/DescribeEndpointAccessPaginator.js +0 -46
  1029. package/dist/cjs/pagination/DescribeEndpointAccessPaginator.js.map +0 -1
  1030. package/dist/cjs/pagination/DescribeEndpointAuthorizationPaginator.js +0 -46
  1031. package/dist/cjs/pagination/DescribeEndpointAuthorizationPaginator.js.map +0 -1
  1032. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -46
  1033. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  1034. package/dist/cjs/pagination/DescribeEventsPaginator.js +0 -46
  1035. package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
  1036. package/dist/cjs/pagination/DescribeHsmClientCertificatesPaginator.js +0 -46
  1037. package/dist/cjs/pagination/DescribeHsmClientCertificatesPaginator.js.map +0 -1
  1038. package/dist/cjs/pagination/DescribeHsmConfigurationsPaginator.js +0 -46
  1039. package/dist/cjs/pagination/DescribeHsmConfigurationsPaginator.js.map +0 -1
  1040. package/dist/cjs/pagination/DescribeNodeConfigurationOptionsPaginator.js +0 -46
  1041. package/dist/cjs/pagination/DescribeNodeConfigurationOptionsPaginator.js.map +0 -1
  1042. package/dist/cjs/pagination/DescribeOrderableClusterOptionsPaginator.js +0 -46
  1043. package/dist/cjs/pagination/DescribeOrderableClusterOptionsPaginator.js.map +0 -1
  1044. package/dist/cjs/pagination/DescribeReservedNodeOfferingsPaginator.js +0 -46
  1045. package/dist/cjs/pagination/DescribeReservedNodeOfferingsPaginator.js.map +0 -1
  1046. package/dist/cjs/pagination/DescribeReservedNodesPaginator.js +0 -46
  1047. package/dist/cjs/pagination/DescribeReservedNodesPaginator.js.map +0 -1
  1048. package/dist/cjs/pagination/DescribeScheduledActionsPaginator.js +0 -46
  1049. package/dist/cjs/pagination/DescribeScheduledActionsPaginator.js.map +0 -1
  1050. package/dist/cjs/pagination/DescribeSnapshotCopyGrantsPaginator.js +0 -46
  1051. package/dist/cjs/pagination/DescribeSnapshotCopyGrantsPaginator.js.map +0 -1
  1052. package/dist/cjs/pagination/DescribeSnapshotSchedulesPaginator.js +0 -46
  1053. package/dist/cjs/pagination/DescribeSnapshotSchedulesPaginator.js.map +0 -1
  1054. package/dist/cjs/pagination/DescribeTableRestoreStatusPaginator.js +0 -46
  1055. package/dist/cjs/pagination/DescribeTableRestoreStatusPaginator.js.map +0 -1
  1056. package/dist/cjs/pagination/DescribeTagsPaginator.js +0 -46
  1057. package/dist/cjs/pagination/DescribeTagsPaginator.js.map +0 -1
  1058. package/dist/cjs/pagination/DescribeUsageLimitsPaginator.js +0 -46
  1059. package/dist/cjs/pagination/DescribeUsageLimitsPaginator.js.map +0 -1
  1060. package/dist/cjs/pagination/GetReservedNodeExchangeOfferingsPaginator.js +0 -46
  1061. package/dist/cjs/pagination/GetReservedNodeExchangeOfferingsPaginator.js.map +0 -1
  1062. package/dist/cjs/pagination/Interfaces.js +0 -3
  1063. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  1064. package/dist/cjs/protocols/Aws_query.js +0 -18266
  1065. package/dist/cjs/protocols/Aws_query.js.map +0 -1
  1066. package/dist/cjs/runtimeConfig.browser.js +0 -41
  1067. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  1068. package/dist/cjs/runtimeConfig.js +0 -46
  1069. package/dist/cjs/runtimeConfig.js.map +0 -1
  1070. package/dist/cjs/runtimeConfig.native.js +0 -20
  1071. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  1072. package/dist/cjs/runtimeConfig.shared.js +0 -21
  1073. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  1074. package/dist/cjs/waiters/waitForClusterAvailable.js +0 -72
  1075. package/dist/cjs/waiters/waitForClusterAvailable.js.map +0 -1
  1076. package/dist/cjs/waiters/waitForClusterDeleted.js +0 -70
  1077. package/dist/cjs/waiters/waitForClusterDeleted.js.map +0 -1
  1078. package/dist/cjs/waiters/waitForClusterRestored.js +0 -69
  1079. package/dist/cjs/waiters/waitForClusterRestored.js.map +0 -1
  1080. package/dist/cjs/waiters/waitForSnapshotAvailable.js +0 -84
  1081. package/dist/cjs/waiters/waitForSnapshotAvailable.js.map +0 -1
  1082. package/dist/es/Redshift.js +0 -1751
  1083. package/dist/es/Redshift.js.map +0 -1
  1084. package/dist/es/RedshiftClient.js +0 -38
  1085. package/dist/es/RedshiftClient.js.map +0 -1
  1086. package/dist/es/commands/AcceptReservedNodeExchangeCommand.js +0 -40
  1087. package/dist/es/commands/AcceptReservedNodeExchangeCommand.js.map +0 -1
  1088. package/dist/es/commands/AddPartnerCommand.js +0 -40
  1089. package/dist/es/commands/AddPartnerCommand.js.map +0 -1
  1090. package/dist/es/commands/AssociateDataShareConsumerCommand.js +0 -40
  1091. package/dist/es/commands/AssociateDataShareConsumerCommand.js.map +0 -1
  1092. package/dist/es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +0 -40
  1093. package/dist/es/commands/AuthorizeClusterSecurityGroupIngressCommand.js.map +0 -1
  1094. package/dist/es/commands/AuthorizeDataShareCommand.js +0 -40
  1095. package/dist/es/commands/AuthorizeDataShareCommand.js.map +0 -1
  1096. package/dist/es/commands/AuthorizeEndpointAccessCommand.js +0 -40
  1097. package/dist/es/commands/AuthorizeEndpointAccessCommand.js.map +0 -1
  1098. package/dist/es/commands/AuthorizeSnapshotAccessCommand.js +0 -40
  1099. package/dist/es/commands/AuthorizeSnapshotAccessCommand.js.map +0 -1
  1100. package/dist/es/commands/BatchDeleteClusterSnapshotsCommand.js +0 -40
  1101. package/dist/es/commands/BatchDeleteClusterSnapshotsCommand.js.map +0 -1
  1102. package/dist/es/commands/BatchModifyClusterSnapshotsCommand.js +0 -40
  1103. package/dist/es/commands/BatchModifyClusterSnapshotsCommand.js.map +0 -1
  1104. package/dist/es/commands/CancelResizeCommand.js +0 -40
  1105. package/dist/es/commands/CancelResizeCommand.js.map +0 -1
  1106. package/dist/es/commands/CopyClusterSnapshotCommand.js +0 -40
  1107. package/dist/es/commands/CopyClusterSnapshotCommand.js.map +0 -1
  1108. package/dist/es/commands/CreateAuthenticationProfileCommand.js +0 -40
  1109. package/dist/es/commands/CreateAuthenticationProfileCommand.js.map +0 -1
  1110. package/dist/es/commands/CreateClusterCommand.js +0 -40
  1111. package/dist/es/commands/CreateClusterCommand.js.map +0 -1
  1112. package/dist/es/commands/CreateClusterParameterGroupCommand.js +0 -40
  1113. package/dist/es/commands/CreateClusterParameterGroupCommand.js.map +0 -1
  1114. package/dist/es/commands/CreateClusterSecurityGroupCommand.js +0 -40
  1115. package/dist/es/commands/CreateClusterSecurityGroupCommand.js.map +0 -1
  1116. package/dist/es/commands/CreateClusterSnapshotCommand.js +0 -40
  1117. package/dist/es/commands/CreateClusterSnapshotCommand.js.map +0 -1
  1118. package/dist/es/commands/CreateClusterSubnetGroupCommand.js +0 -40
  1119. package/dist/es/commands/CreateClusterSubnetGroupCommand.js.map +0 -1
  1120. package/dist/es/commands/CreateEndpointAccessCommand.js +0 -40
  1121. package/dist/es/commands/CreateEndpointAccessCommand.js.map +0 -1
  1122. package/dist/es/commands/CreateEventSubscriptionCommand.js +0 -40
  1123. package/dist/es/commands/CreateEventSubscriptionCommand.js.map +0 -1
  1124. package/dist/es/commands/CreateHsmClientCertificateCommand.js +0 -40
  1125. package/dist/es/commands/CreateHsmClientCertificateCommand.js.map +0 -1
  1126. package/dist/es/commands/CreateHsmConfigurationCommand.js +0 -40
  1127. package/dist/es/commands/CreateHsmConfigurationCommand.js.map +0 -1
  1128. package/dist/es/commands/CreateScheduledActionCommand.js +0 -40
  1129. package/dist/es/commands/CreateScheduledActionCommand.js.map +0 -1
  1130. package/dist/es/commands/CreateSnapshotCopyGrantCommand.js +0 -40
  1131. package/dist/es/commands/CreateSnapshotCopyGrantCommand.js.map +0 -1
  1132. package/dist/es/commands/CreateSnapshotScheduleCommand.js +0 -40
  1133. package/dist/es/commands/CreateSnapshotScheduleCommand.js.map +0 -1
  1134. package/dist/es/commands/CreateTagsCommand.js +0 -40
  1135. package/dist/es/commands/CreateTagsCommand.js.map +0 -1
  1136. package/dist/es/commands/CreateUsageLimitCommand.js +0 -40
  1137. package/dist/es/commands/CreateUsageLimitCommand.js.map +0 -1
  1138. package/dist/es/commands/DeauthorizeDataShareCommand.js +0 -40
  1139. package/dist/es/commands/DeauthorizeDataShareCommand.js.map +0 -1
  1140. package/dist/es/commands/DeleteAuthenticationProfileCommand.js +0 -40
  1141. package/dist/es/commands/DeleteAuthenticationProfileCommand.js.map +0 -1
  1142. package/dist/es/commands/DeleteClusterCommand.js +0 -40
  1143. package/dist/es/commands/DeleteClusterCommand.js.map +0 -1
  1144. package/dist/es/commands/DeleteClusterParameterGroupCommand.js +0 -40
  1145. package/dist/es/commands/DeleteClusterParameterGroupCommand.js.map +0 -1
  1146. package/dist/es/commands/DeleteClusterSecurityGroupCommand.js +0 -40
  1147. package/dist/es/commands/DeleteClusterSecurityGroupCommand.js.map +0 -1
  1148. package/dist/es/commands/DeleteClusterSnapshotCommand.js +0 -40
  1149. package/dist/es/commands/DeleteClusterSnapshotCommand.js.map +0 -1
  1150. package/dist/es/commands/DeleteClusterSubnetGroupCommand.js +0 -40
  1151. package/dist/es/commands/DeleteClusterSubnetGroupCommand.js.map +0 -1
  1152. package/dist/es/commands/DeleteEndpointAccessCommand.js +0 -40
  1153. package/dist/es/commands/DeleteEndpointAccessCommand.js.map +0 -1
  1154. package/dist/es/commands/DeleteEventSubscriptionCommand.js +0 -40
  1155. package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  1156. package/dist/es/commands/DeleteHsmClientCertificateCommand.js +0 -40
  1157. package/dist/es/commands/DeleteHsmClientCertificateCommand.js.map +0 -1
  1158. package/dist/es/commands/DeleteHsmConfigurationCommand.js +0 -40
  1159. package/dist/es/commands/DeleteHsmConfigurationCommand.js.map +0 -1
  1160. package/dist/es/commands/DeletePartnerCommand.js +0 -40
  1161. package/dist/es/commands/DeletePartnerCommand.js.map +0 -1
  1162. package/dist/es/commands/DeleteScheduledActionCommand.js +0 -40
  1163. package/dist/es/commands/DeleteScheduledActionCommand.js.map +0 -1
  1164. package/dist/es/commands/DeleteSnapshotCopyGrantCommand.js +0 -40
  1165. package/dist/es/commands/DeleteSnapshotCopyGrantCommand.js.map +0 -1
  1166. package/dist/es/commands/DeleteSnapshotScheduleCommand.js +0 -40
  1167. package/dist/es/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
  1168. package/dist/es/commands/DeleteTagsCommand.js +0 -40
  1169. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  1170. package/dist/es/commands/DeleteUsageLimitCommand.js +0 -40
  1171. package/dist/es/commands/DeleteUsageLimitCommand.js.map +0 -1
  1172. package/dist/es/commands/DescribeAccountAttributesCommand.js +0 -40
  1173. package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
  1174. package/dist/es/commands/DescribeAuthenticationProfilesCommand.js +0 -40
  1175. package/dist/es/commands/DescribeAuthenticationProfilesCommand.js.map +0 -1
  1176. package/dist/es/commands/DescribeClusterDbRevisionsCommand.js +0 -40
  1177. package/dist/es/commands/DescribeClusterDbRevisionsCommand.js.map +0 -1
  1178. package/dist/es/commands/DescribeClusterParameterGroupsCommand.js +0 -40
  1179. package/dist/es/commands/DescribeClusterParameterGroupsCommand.js.map +0 -1
  1180. package/dist/es/commands/DescribeClusterParametersCommand.js +0 -40
  1181. package/dist/es/commands/DescribeClusterParametersCommand.js.map +0 -1
  1182. package/dist/es/commands/DescribeClusterSecurityGroupsCommand.js +0 -40
  1183. package/dist/es/commands/DescribeClusterSecurityGroupsCommand.js.map +0 -1
  1184. package/dist/es/commands/DescribeClusterSnapshotsCommand.js +0 -40
  1185. package/dist/es/commands/DescribeClusterSnapshotsCommand.js.map +0 -1
  1186. package/dist/es/commands/DescribeClusterSubnetGroupsCommand.js +0 -40
  1187. package/dist/es/commands/DescribeClusterSubnetGroupsCommand.js.map +0 -1
  1188. package/dist/es/commands/DescribeClusterTracksCommand.js +0 -40
  1189. package/dist/es/commands/DescribeClusterTracksCommand.js.map +0 -1
  1190. package/dist/es/commands/DescribeClusterVersionsCommand.js +0 -40
  1191. package/dist/es/commands/DescribeClusterVersionsCommand.js.map +0 -1
  1192. package/dist/es/commands/DescribeClustersCommand.js +0 -40
  1193. package/dist/es/commands/DescribeClustersCommand.js.map +0 -1
  1194. package/dist/es/commands/DescribeDataSharesCommand.js +0 -40
  1195. package/dist/es/commands/DescribeDataSharesCommand.js.map +0 -1
  1196. package/dist/es/commands/DescribeDataSharesForConsumerCommand.js +0 -40
  1197. package/dist/es/commands/DescribeDataSharesForConsumerCommand.js.map +0 -1
  1198. package/dist/es/commands/DescribeDataSharesForProducerCommand.js +0 -40
  1199. package/dist/es/commands/DescribeDataSharesForProducerCommand.js.map +0 -1
  1200. package/dist/es/commands/DescribeDefaultClusterParametersCommand.js +0 -40
  1201. package/dist/es/commands/DescribeDefaultClusterParametersCommand.js.map +0 -1
  1202. package/dist/es/commands/DescribeEndpointAccessCommand.js +0 -40
  1203. package/dist/es/commands/DescribeEndpointAccessCommand.js.map +0 -1
  1204. package/dist/es/commands/DescribeEndpointAuthorizationCommand.js +0 -40
  1205. package/dist/es/commands/DescribeEndpointAuthorizationCommand.js.map +0 -1
  1206. package/dist/es/commands/DescribeEventCategoriesCommand.js +0 -40
  1207. package/dist/es/commands/DescribeEventCategoriesCommand.js.map +0 -1
  1208. package/dist/es/commands/DescribeEventSubscriptionsCommand.js +0 -40
  1209. package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  1210. package/dist/es/commands/DescribeEventsCommand.js +0 -40
  1211. package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
  1212. package/dist/es/commands/DescribeHsmClientCertificatesCommand.js +0 -40
  1213. package/dist/es/commands/DescribeHsmClientCertificatesCommand.js.map +0 -1
  1214. package/dist/es/commands/DescribeHsmConfigurationsCommand.js +0 -40
  1215. package/dist/es/commands/DescribeHsmConfigurationsCommand.js.map +0 -1
  1216. package/dist/es/commands/DescribeLoggingStatusCommand.js +0 -41
  1217. package/dist/es/commands/DescribeLoggingStatusCommand.js.map +0 -1
  1218. package/dist/es/commands/DescribeNodeConfigurationOptionsCommand.js +0 -40
  1219. package/dist/es/commands/DescribeNodeConfigurationOptionsCommand.js.map +0 -1
  1220. package/dist/es/commands/DescribeOrderableClusterOptionsCommand.js +0 -40
  1221. package/dist/es/commands/DescribeOrderableClusterOptionsCommand.js.map +0 -1
  1222. package/dist/es/commands/DescribePartnersCommand.js +0 -40
  1223. package/dist/es/commands/DescribePartnersCommand.js.map +0 -1
  1224. package/dist/es/commands/DescribeReservedNodeOfferingsCommand.js +0 -40
  1225. package/dist/es/commands/DescribeReservedNodeOfferingsCommand.js.map +0 -1
  1226. package/dist/es/commands/DescribeReservedNodesCommand.js +0 -40
  1227. package/dist/es/commands/DescribeReservedNodesCommand.js.map +0 -1
  1228. package/dist/es/commands/DescribeResizeCommand.js +0 -41
  1229. package/dist/es/commands/DescribeResizeCommand.js.map +0 -1
  1230. package/dist/es/commands/DescribeScheduledActionsCommand.js +0 -40
  1231. package/dist/es/commands/DescribeScheduledActionsCommand.js.map +0 -1
  1232. package/dist/es/commands/DescribeSnapshotCopyGrantsCommand.js +0 -40
  1233. package/dist/es/commands/DescribeSnapshotCopyGrantsCommand.js.map +0 -1
  1234. package/dist/es/commands/DescribeSnapshotSchedulesCommand.js +0 -40
  1235. package/dist/es/commands/DescribeSnapshotSchedulesCommand.js.map +0 -1
  1236. package/dist/es/commands/DescribeStorageCommand.js +0 -40
  1237. package/dist/es/commands/DescribeStorageCommand.js.map +0 -1
  1238. package/dist/es/commands/DescribeTableRestoreStatusCommand.js +0 -40
  1239. package/dist/es/commands/DescribeTableRestoreStatusCommand.js.map +0 -1
  1240. package/dist/es/commands/DescribeTagsCommand.js +0 -40
  1241. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  1242. package/dist/es/commands/DescribeUsageLimitsCommand.js +0 -40
  1243. package/dist/es/commands/DescribeUsageLimitsCommand.js.map +0 -1
  1244. package/dist/es/commands/DisableLoggingCommand.js +0 -40
  1245. package/dist/es/commands/DisableLoggingCommand.js.map +0 -1
  1246. package/dist/es/commands/DisableSnapshotCopyCommand.js +0 -40
  1247. package/dist/es/commands/DisableSnapshotCopyCommand.js.map +0 -1
  1248. package/dist/es/commands/DisassociateDataShareConsumerCommand.js +0 -41
  1249. package/dist/es/commands/DisassociateDataShareConsumerCommand.js.map +0 -1
  1250. package/dist/es/commands/EnableLoggingCommand.js +0 -40
  1251. package/dist/es/commands/EnableLoggingCommand.js.map +0 -1
  1252. package/dist/es/commands/EnableSnapshotCopyCommand.js +0 -40
  1253. package/dist/es/commands/EnableSnapshotCopyCommand.js.map +0 -1
  1254. package/dist/es/commands/GetClusterCredentialsCommand.js +0 -41
  1255. package/dist/es/commands/GetClusterCredentialsCommand.js.map +0 -1
  1256. package/dist/es/commands/GetReservedNodeExchangeOfferingsCommand.js +0 -40
  1257. package/dist/es/commands/GetReservedNodeExchangeOfferingsCommand.js.map +0 -1
  1258. package/dist/es/commands/ModifyAquaConfigurationCommand.js +0 -40
  1259. package/dist/es/commands/ModifyAquaConfigurationCommand.js.map +0 -1
  1260. package/dist/es/commands/ModifyAuthenticationProfileCommand.js +0 -40
  1261. package/dist/es/commands/ModifyAuthenticationProfileCommand.js.map +0 -1
  1262. package/dist/es/commands/ModifyClusterCommand.js +0 -40
  1263. package/dist/es/commands/ModifyClusterCommand.js.map +0 -1
  1264. package/dist/es/commands/ModifyClusterDbRevisionCommand.js +0 -40
  1265. package/dist/es/commands/ModifyClusterDbRevisionCommand.js.map +0 -1
  1266. package/dist/es/commands/ModifyClusterIamRolesCommand.js +0 -40
  1267. package/dist/es/commands/ModifyClusterIamRolesCommand.js.map +0 -1
  1268. package/dist/es/commands/ModifyClusterMaintenanceCommand.js +0 -40
  1269. package/dist/es/commands/ModifyClusterMaintenanceCommand.js.map +0 -1
  1270. package/dist/es/commands/ModifyClusterParameterGroupCommand.js +0 -41
  1271. package/dist/es/commands/ModifyClusterParameterGroupCommand.js.map +0 -1
  1272. package/dist/es/commands/ModifyClusterSnapshotCommand.js +0 -40
  1273. package/dist/es/commands/ModifyClusterSnapshotCommand.js.map +0 -1
  1274. package/dist/es/commands/ModifyClusterSnapshotScheduleCommand.js +0 -40
  1275. package/dist/es/commands/ModifyClusterSnapshotScheduleCommand.js.map +0 -1
  1276. package/dist/es/commands/ModifyClusterSubnetGroupCommand.js +0 -40
  1277. package/dist/es/commands/ModifyClusterSubnetGroupCommand.js.map +0 -1
  1278. package/dist/es/commands/ModifyEndpointAccessCommand.js +0 -41
  1279. package/dist/es/commands/ModifyEndpointAccessCommand.js.map +0 -1
  1280. package/dist/es/commands/ModifyEventSubscriptionCommand.js +0 -40
  1281. package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  1282. package/dist/es/commands/ModifyScheduledActionCommand.js +0 -41
  1283. package/dist/es/commands/ModifyScheduledActionCommand.js.map +0 -1
  1284. package/dist/es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +0 -40
  1285. package/dist/es/commands/ModifySnapshotCopyRetentionPeriodCommand.js.map +0 -1
  1286. package/dist/es/commands/ModifySnapshotScheduleCommand.js +0 -41
  1287. package/dist/es/commands/ModifySnapshotScheduleCommand.js.map +0 -1
  1288. package/dist/es/commands/ModifyUsageLimitCommand.js +0 -41
  1289. package/dist/es/commands/ModifyUsageLimitCommand.js.map +0 -1
  1290. package/dist/es/commands/PauseClusterCommand.js +0 -41
  1291. package/dist/es/commands/PauseClusterCommand.js.map +0 -1
  1292. package/dist/es/commands/PurchaseReservedNodeOfferingCommand.js +0 -40
  1293. package/dist/es/commands/PurchaseReservedNodeOfferingCommand.js.map +0 -1
  1294. package/dist/es/commands/RebootClusterCommand.js +0 -40
  1295. package/dist/es/commands/RebootClusterCommand.js.map +0 -1
  1296. package/dist/es/commands/RejectDataShareCommand.js +0 -41
  1297. package/dist/es/commands/RejectDataShareCommand.js.map +0 -1
  1298. package/dist/es/commands/ResetClusterParameterGroupCommand.js +0 -41
  1299. package/dist/es/commands/ResetClusterParameterGroupCommand.js.map +0 -1
  1300. package/dist/es/commands/ResizeClusterCommand.js +0 -41
  1301. package/dist/es/commands/ResizeClusterCommand.js.map +0 -1
  1302. package/dist/es/commands/RestoreFromClusterSnapshotCommand.js +0 -40
  1303. package/dist/es/commands/RestoreFromClusterSnapshotCommand.js.map +0 -1
  1304. package/dist/es/commands/RestoreTableFromClusterSnapshotCommand.js +0 -40
  1305. package/dist/es/commands/RestoreTableFromClusterSnapshotCommand.js.map +0 -1
  1306. package/dist/es/commands/ResumeClusterCommand.js +0 -41
  1307. package/dist/es/commands/ResumeClusterCommand.js.map +0 -1
  1308. package/dist/es/commands/RevokeClusterSecurityGroupIngressCommand.js +0 -40
  1309. package/dist/es/commands/RevokeClusterSecurityGroupIngressCommand.js.map +0 -1
  1310. package/dist/es/commands/RevokeEndpointAccessCommand.js +0 -41
  1311. package/dist/es/commands/RevokeEndpointAccessCommand.js.map +0 -1
  1312. package/dist/es/commands/RevokeSnapshotAccessCommand.js +0 -40
  1313. package/dist/es/commands/RevokeSnapshotAccessCommand.js.map +0 -1
  1314. package/dist/es/commands/RotateEncryptionKeyCommand.js +0 -40
  1315. package/dist/es/commands/RotateEncryptionKeyCommand.js.map +0 -1
  1316. package/dist/es/commands/UpdatePartnerStatusCommand.js +0 -41
  1317. package/dist/es/commands/UpdatePartnerStatusCommand.js.map +0 -1
  1318. package/dist/es/endpoints.js +0 -87
  1319. package/dist/es/endpoints.js.map +0 -1
  1320. package/dist/es/index.js +0 -152
  1321. package/dist/es/index.js.map +0 -1
  1322. package/dist/es/models/index.js +0 -3
  1323. package/dist/es/models/index.js.map +0 -1
  1324. package/dist/es/models/models_0.js +0 -1214
  1325. package/dist/es/models/models_0.js.map +0 -1
  1326. package/dist/es/models/models_1.js +0 -470
  1327. package/dist/es/models/models_1.js.map +0 -1
  1328. package/dist/es/package.json +0 -94
  1329. package/dist/es/pagination/DescribeClusterDbRevisionsPaginator.js +0 -75
  1330. package/dist/es/pagination/DescribeClusterDbRevisionsPaginator.js.map +0 -1
  1331. package/dist/es/pagination/DescribeClusterParameterGroupsPaginator.js +0 -75
  1332. package/dist/es/pagination/DescribeClusterParameterGroupsPaginator.js.map +0 -1
  1333. package/dist/es/pagination/DescribeClusterParametersPaginator.js +0 -75
  1334. package/dist/es/pagination/DescribeClusterParametersPaginator.js.map +0 -1
  1335. package/dist/es/pagination/DescribeClusterSecurityGroupsPaginator.js +0 -75
  1336. package/dist/es/pagination/DescribeClusterSecurityGroupsPaginator.js.map +0 -1
  1337. package/dist/es/pagination/DescribeClusterSnapshotsPaginator.js +0 -75
  1338. package/dist/es/pagination/DescribeClusterSnapshotsPaginator.js.map +0 -1
  1339. package/dist/es/pagination/DescribeClusterSubnetGroupsPaginator.js +0 -75
  1340. package/dist/es/pagination/DescribeClusterSubnetGroupsPaginator.js.map +0 -1
  1341. package/dist/es/pagination/DescribeClusterTracksPaginator.js +0 -75
  1342. package/dist/es/pagination/DescribeClusterTracksPaginator.js.map +0 -1
  1343. package/dist/es/pagination/DescribeClusterVersionsPaginator.js +0 -75
  1344. package/dist/es/pagination/DescribeClusterVersionsPaginator.js.map +0 -1
  1345. package/dist/es/pagination/DescribeClustersPaginator.js +0 -75
  1346. package/dist/es/pagination/DescribeClustersPaginator.js.map +0 -1
  1347. package/dist/es/pagination/DescribeDefaultClusterParametersPaginator.js +0 -75
  1348. package/dist/es/pagination/DescribeDefaultClusterParametersPaginator.js.map +0 -1
  1349. package/dist/es/pagination/DescribeEndpointAccessPaginator.js +0 -75
  1350. package/dist/es/pagination/DescribeEndpointAccessPaginator.js.map +0 -1
  1351. package/dist/es/pagination/DescribeEndpointAuthorizationPaginator.js +0 -75
  1352. package/dist/es/pagination/DescribeEndpointAuthorizationPaginator.js.map +0 -1
  1353. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +0 -75
  1354. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  1355. package/dist/es/pagination/DescribeEventsPaginator.js +0 -75
  1356. package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
  1357. package/dist/es/pagination/DescribeHsmClientCertificatesPaginator.js +0 -75
  1358. package/dist/es/pagination/DescribeHsmClientCertificatesPaginator.js.map +0 -1
  1359. package/dist/es/pagination/DescribeHsmConfigurationsPaginator.js +0 -75
  1360. package/dist/es/pagination/DescribeHsmConfigurationsPaginator.js.map +0 -1
  1361. package/dist/es/pagination/DescribeNodeConfigurationOptionsPaginator.js +0 -75
  1362. package/dist/es/pagination/DescribeNodeConfigurationOptionsPaginator.js.map +0 -1
  1363. package/dist/es/pagination/DescribeOrderableClusterOptionsPaginator.js +0 -75
  1364. package/dist/es/pagination/DescribeOrderableClusterOptionsPaginator.js.map +0 -1
  1365. package/dist/es/pagination/DescribeReservedNodeOfferingsPaginator.js +0 -75
  1366. package/dist/es/pagination/DescribeReservedNodeOfferingsPaginator.js.map +0 -1
  1367. package/dist/es/pagination/DescribeReservedNodesPaginator.js +0 -75
  1368. package/dist/es/pagination/DescribeReservedNodesPaginator.js.map +0 -1
  1369. package/dist/es/pagination/DescribeScheduledActionsPaginator.js +0 -75
  1370. package/dist/es/pagination/DescribeScheduledActionsPaginator.js.map +0 -1
  1371. package/dist/es/pagination/DescribeSnapshotCopyGrantsPaginator.js +0 -75
  1372. package/dist/es/pagination/DescribeSnapshotCopyGrantsPaginator.js.map +0 -1
  1373. package/dist/es/pagination/DescribeSnapshotSchedulesPaginator.js +0 -75
  1374. package/dist/es/pagination/DescribeSnapshotSchedulesPaginator.js.map +0 -1
  1375. package/dist/es/pagination/DescribeTableRestoreStatusPaginator.js +0 -75
  1376. package/dist/es/pagination/DescribeTableRestoreStatusPaginator.js.map +0 -1
  1377. package/dist/es/pagination/DescribeTagsPaginator.js +0 -75
  1378. package/dist/es/pagination/DescribeTagsPaginator.js.map +0 -1
  1379. package/dist/es/pagination/DescribeUsageLimitsPaginator.js +0 -75
  1380. package/dist/es/pagination/DescribeUsageLimitsPaginator.js.map +0 -1
  1381. package/dist/es/pagination/GetReservedNodeExchangeOfferingsPaginator.js +0 -75
  1382. package/dist/es/pagination/GetReservedNodeExchangeOfferingsPaginator.js.map +0 -1
  1383. package/dist/es/pagination/Interfaces.js +0 -2
  1384. package/dist/es/pagination/Interfaces.js.map +0 -1
  1385. package/dist/es/protocols/Aws_query.js +0 -19034
  1386. package/dist/es/protocols/Aws_query.js.map +0 -1
  1387. package/dist/es/runtimeConfig.browser.js +0 -17
  1388. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1389. package/dist/es/runtimeConfig.js +0 -22
  1390. package/dist/es/runtimeConfig.js.map +0 -1
  1391. package/dist/es/runtimeConfig.native.js +0 -9
  1392. package/dist/es/runtimeConfig.native.js.map +0 -1
  1393. package/dist/es/runtimeConfig.shared.js +0 -14
  1394. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1395. package/dist/es/waiters/waitForClusterAvailable.js +0 -99
  1396. package/dist/es/waiters/waitForClusterAvailable.js.map +0 -1
  1397. package/dist/es/waiters/waitForClusterDeleted.js +0 -97
  1398. package/dist/es/waiters/waitForClusterDeleted.js.map +0 -1
  1399. package/dist/es/waiters/waitForClusterRestored.js +0 -96
  1400. package/dist/es/waiters/waitForClusterRestored.js.map +0 -1
  1401. package/dist/es/waiters/waitForSnapshotAvailable.js +0 -121
  1402. package/dist/es/waiters/waitForSnapshotAvailable.js.map +0 -1
  1403. package/dist/types/Redshift.d.ts +0 -1333
  1404. package/dist/types/RedshiftClient.d.ts +0 -269
  1405. package/dist/types/commands/AcceptReservedNodeExchangeCommand.d.ts +0 -37
  1406. package/dist/types/commands/AddPartnerCommand.d.ts +0 -37
  1407. package/dist/types/commands/AssociateDataShareConsumerCommand.d.ts +0 -37
  1408. package/dist/types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +0 -50
  1409. package/dist/types/commands/AuthorizeDataShareCommand.d.ts +0 -37
  1410. package/dist/types/commands/AuthorizeEndpointAccessCommand.d.ts +0 -35
  1411. package/dist/types/commands/AuthorizeSnapshotAccessCommand.d.ts +0 -40
  1412. package/dist/types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +0 -35
  1413. package/dist/types/commands/BatchModifyClusterSnapshotsCommand.d.ts +0 -35
  1414. package/dist/types/commands/CancelResizeCommand.d.ts +0 -35
  1415. package/dist/types/commands/CopyClusterSnapshotCommand.d.ts +0 -46
  1416. package/dist/types/commands/CreateAuthenticationProfileCommand.d.ts +0 -35
  1417. package/dist/types/commands/CreateClusterCommand.d.ts +0 -41
  1418. package/dist/types/commands/CreateClusterParameterGroupCommand.d.ts +0 -43
  1419. package/dist/types/commands/CreateClusterSecurityGroupCommand.d.ts +0 -40
  1420. package/dist/types/commands/CreateClusterSnapshotCommand.d.ts +0 -40
  1421. package/dist/types/commands/CreateClusterSubnetGroupCommand.d.ts +0 -41
  1422. package/dist/types/commands/CreateEndpointAccessCommand.d.ts +0 -35
  1423. package/dist/types/commands/CreateEventSubscriptionCommand.d.ts +0 -51
  1424. package/dist/types/commands/CreateHsmClientCertificateCommand.d.ts +0 -42
  1425. package/dist/types/commands/CreateHsmConfigurationCommand.d.ts +0 -41
  1426. package/dist/types/commands/CreateScheduledActionCommand.d.ts +0 -37
  1427. package/dist/types/commands/CreateSnapshotCopyGrantCommand.d.ts +0 -42
  1428. package/dist/types/commands/CreateSnapshotScheduleCommand.d.ts +0 -35
  1429. package/dist/types/commands/CreateTagsCommand.d.ts +0 -39
  1430. package/dist/types/commands/CreateUsageLimitCommand.d.ts +0 -36
  1431. package/dist/types/commands/DeauthorizeDataShareCommand.d.ts +0 -35
  1432. package/dist/types/commands/DeleteAuthenticationProfileCommand.d.ts +0 -35
  1433. package/dist/types/commands/DeleteClusterCommand.d.ts +0 -50
  1434. package/dist/types/commands/DeleteClusterParameterGroupCommand.d.ts +0 -39
  1435. package/dist/types/commands/DeleteClusterSecurityGroupCommand.d.ts +0 -43
  1436. package/dist/types/commands/DeleteClusterSnapshotCommand.d.ts +0 -41
  1437. package/dist/types/commands/DeleteClusterSubnetGroupCommand.d.ts +0 -35
  1438. package/dist/types/commands/DeleteEndpointAccessCommand.d.ts +0 -35
  1439. package/dist/types/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1440. package/dist/types/commands/DeleteHsmClientCertificateCommand.d.ts +0 -35
  1441. package/dist/types/commands/DeleteHsmConfigurationCommand.d.ts +0 -35
  1442. package/dist/types/commands/DeletePartnerCommand.d.ts +0 -35
  1443. package/dist/types/commands/DeleteScheduledActionCommand.d.ts +0 -36
  1444. package/dist/types/commands/DeleteSnapshotCopyGrantCommand.d.ts +0 -35
  1445. package/dist/types/commands/DeleteSnapshotScheduleCommand.d.ts +0 -35
  1446. package/dist/types/commands/DeleteTagsCommand.d.ts +0 -36
  1447. package/dist/types/commands/DeleteUsageLimitCommand.d.ts +0 -35
  1448. package/dist/types/commands/DescribeAccountAttributesCommand.d.ts +0 -35
  1449. package/dist/types/commands/DescribeAuthenticationProfilesCommand.d.ts +0 -35
  1450. package/dist/types/commands/DescribeClusterDbRevisionsCommand.d.ts +0 -35
  1451. package/dist/types/commands/DescribeClusterParameterGroupsCommand.d.ts +0 -51
  1452. package/dist/types/commands/DescribeClusterParametersCommand.d.ts +0 -46
  1453. package/dist/types/commands/DescribeClusterSecurityGroupsCommand.d.ts +0 -49
  1454. package/dist/types/commands/DescribeClusterSnapshotsCommand.d.ts +0 -47
  1455. package/dist/types/commands/DescribeClusterSubnetGroupsCommand.d.ts +0 -45
  1456. package/dist/types/commands/DescribeClusterTracksCommand.d.ts +0 -35
  1457. package/dist/types/commands/DescribeClusterVersionsCommand.d.ts +0 -40
  1458. package/dist/types/commands/DescribeClustersCommand.d.ts +0 -47
  1459. package/dist/types/commands/DescribeDataSharesCommand.d.ts +0 -36
  1460. package/dist/types/commands/DescribeDataSharesForConsumerCommand.d.ts +0 -35
  1461. package/dist/types/commands/DescribeDataSharesForProducerCommand.d.ts +0 -35
  1462. package/dist/types/commands/DescribeDefaultClusterParametersCommand.d.ts +0 -40
  1463. package/dist/types/commands/DescribeEndpointAccessCommand.d.ts +0 -35
  1464. package/dist/types/commands/DescribeEndpointAuthorizationCommand.d.ts +0 -35
  1465. package/dist/types/commands/DescribeEventCategoriesCommand.d.ts +0 -37
  1466. package/dist/types/commands/DescribeEventSubscriptionsCommand.d.ts +0 -45
  1467. package/dist/types/commands/DescribeEventsCommand.d.ts +0 -38
  1468. package/dist/types/commands/DescribeHsmClientCertificatesCommand.d.ts +0 -44
  1469. package/dist/types/commands/DescribeHsmConfigurationsCommand.d.ts +0 -45
  1470. package/dist/types/commands/DescribeLoggingStatusCommand.d.ts +0 -37
  1471. package/dist/types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +0 -36
  1472. package/dist/types/commands/DescribeOrderableClusterOptionsCommand.d.ts +0 -43
  1473. package/dist/types/commands/DescribePartnersCommand.d.ts +0 -35
  1474. package/dist/types/commands/DescribeReservedNodeOfferingsCommand.d.ts +0 -44
  1475. package/dist/types/commands/DescribeReservedNodesCommand.d.ts +0 -35
  1476. package/dist/types/commands/DescribeResizeCommand.d.ts +0 -41
  1477. package/dist/types/commands/DescribeScheduledActionsCommand.d.ts +0 -36
  1478. package/dist/types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +0 -41
  1479. package/dist/types/commands/DescribeSnapshotSchedulesCommand.d.ts +0 -35
  1480. package/dist/types/commands/DescribeStorageCommand.d.ts +0 -35
  1481. package/dist/types/commands/DescribeTableRestoreStatusCommand.d.ts +0 -40
  1482. package/dist/types/commands/DescribeTagsCommand.d.ts +0 -59
  1483. package/dist/types/commands/DescribeUsageLimitsCommand.d.ts +0 -54
  1484. package/dist/types/commands/DisableLoggingCommand.d.ts +0 -36
  1485. package/dist/types/commands/DisableSnapshotCopyCommand.d.ts +0 -39
  1486. package/dist/types/commands/DisassociateDataShareConsumerCommand.d.ts +0 -37
  1487. package/dist/types/commands/EnableLoggingCommand.d.ts +0 -36
  1488. package/dist/types/commands/EnableSnapshotCopyCommand.d.ts +0 -36
  1489. package/dist/types/commands/GetClusterCredentialsCommand.d.ts +0 -56
  1490. package/dist/types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +0 -36
  1491. package/dist/types/commands/ModifyAquaConfigurationCommand.d.ts +0 -35
  1492. package/dist/types/commands/ModifyAuthenticationProfileCommand.d.ts +0 -35
  1493. package/dist/types/commands/ModifyClusterCommand.d.ts +0 -43
  1494. package/dist/types/commands/ModifyClusterDbRevisionCommand.d.ts +0 -36
  1495. package/dist/types/commands/ModifyClusterIamRolesCommand.d.ts +0 -37
  1496. package/dist/types/commands/ModifyClusterMaintenanceCommand.d.ts +0 -35
  1497. package/dist/types/commands/ModifyClusterParameterGroupCommand.d.ts +0 -40
  1498. package/dist/types/commands/ModifyClusterSnapshotCommand.d.ts +0 -36
  1499. package/dist/types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +0 -35
  1500. package/dist/types/commands/ModifyClusterSubnetGroupCommand.d.ts +0 -36
  1501. package/dist/types/commands/ModifyEndpointAccessCommand.d.ts +0 -36
  1502. package/dist/types/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
  1503. package/dist/types/commands/ModifyScheduledActionCommand.d.ts +0 -37
  1504. package/dist/types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +0 -41
  1505. package/dist/types/commands/ModifySnapshotScheduleCommand.d.ts +0 -37
  1506. package/dist/types/commands/ModifyUsageLimitCommand.d.ts +0 -37
  1507. package/dist/types/commands/PauseClusterCommand.d.ts +0 -36
  1508. package/dist/types/commands/PurchaseReservedNodeOfferingCommand.d.ts +0 -43
  1509. package/dist/types/commands/RebootClusterCommand.d.ts +0 -42
  1510. package/dist/types/commands/RejectDataShareCommand.d.ts +0 -36
  1511. package/dist/types/commands/ResetClusterParameterGroupCommand.d.ts +0 -39
  1512. package/dist/types/commands/ResizeClusterCommand.d.ts +0 -78
  1513. package/dist/types/commands/RestoreFromClusterSnapshotCommand.d.ts +0 -46
  1514. package/dist/types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +0 -46
  1515. package/dist/types/commands/ResumeClusterCommand.d.ts +0 -36
  1516. package/dist/types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +0 -39
  1517. package/dist/types/commands/RevokeEndpointAccessCommand.d.ts +0 -36
  1518. package/dist/types/commands/RevokeSnapshotAccessCommand.d.ts +0 -41
  1519. package/dist/types/commands/RotateEncryptionKeyCommand.d.ts +0 -35
  1520. package/dist/types/commands/UpdatePartnerStatusCommand.d.ts +0 -36
  1521. package/dist/types/models/models_1.d.ts +0 -3193
  1522. package/dist/types/pagination/DescribeClusterDbRevisionsPaginator.d.ts +0 -4
  1523. package/dist/types/pagination/DescribeClusterParameterGroupsPaginator.d.ts +0 -4
  1524. package/dist/types/pagination/DescribeClusterParametersPaginator.d.ts +0 -4
  1525. package/dist/types/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +0 -4
  1526. package/dist/types/pagination/DescribeClusterSnapshotsPaginator.d.ts +0 -4
  1527. package/dist/types/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +0 -4
  1528. package/dist/types/pagination/DescribeClusterTracksPaginator.d.ts +0 -4
  1529. package/dist/types/pagination/DescribeClusterVersionsPaginator.d.ts +0 -4
  1530. package/dist/types/pagination/DescribeClustersPaginator.d.ts +0 -4
  1531. package/dist/types/pagination/DescribeDefaultClusterParametersPaginator.d.ts +0 -4
  1532. package/dist/types/pagination/DescribeEndpointAccessPaginator.d.ts +0 -4
  1533. package/dist/types/pagination/DescribeEndpointAuthorizationPaginator.d.ts +0 -4
  1534. package/dist/types/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1535. package/dist/types/pagination/DescribeEventsPaginator.d.ts +0 -4
  1536. package/dist/types/pagination/DescribeHsmClientCertificatesPaginator.d.ts +0 -4
  1537. package/dist/types/pagination/DescribeHsmConfigurationsPaginator.d.ts +0 -4
  1538. package/dist/types/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +0 -4
  1539. package/dist/types/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +0 -4
  1540. package/dist/types/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +0 -4
  1541. package/dist/types/pagination/DescribeReservedNodesPaginator.d.ts +0 -4
  1542. package/dist/types/pagination/DescribeScheduledActionsPaginator.d.ts +0 -4
  1543. package/dist/types/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +0 -4
  1544. package/dist/types/pagination/DescribeSnapshotSchedulesPaginator.d.ts +0 -4
  1545. package/dist/types/pagination/DescribeTableRestoreStatusPaginator.d.ts +0 -4
  1546. package/dist/types/pagination/DescribeTagsPaginator.d.ts +0 -4
  1547. package/dist/types/pagination/DescribeUsageLimitsPaginator.d.ts +0 -4
  1548. package/dist/types/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +0 -4
  1549. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1550. package/dist/types/protocols/Aws_query.d.ts +0 -350
  1551. package/dist/types/runtimeConfig.d.ts +0 -37
  1552. package/dist/types/ts3.4/Redshift.d.ts +0 -1333
  1553. package/dist/types/ts3.4/RedshiftClient.d.ts +0 -269
  1554. package/dist/types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +0 -37
  1555. package/dist/types/ts3.4/commands/AddPartnerCommand.d.ts +0 -37
  1556. package/dist/types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +0 -37
  1557. package/dist/types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +0 -50
  1558. package/dist/types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +0 -37
  1559. package/dist/types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +0 -35
  1560. package/dist/types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +0 -40
  1561. package/dist/types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +0 -35
  1562. package/dist/types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +0 -35
  1563. package/dist/types/ts3.4/commands/CancelResizeCommand.d.ts +0 -35
  1564. package/dist/types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +0 -46
  1565. package/dist/types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +0 -35
  1566. package/dist/types/ts3.4/commands/CreateClusterCommand.d.ts +0 -41
  1567. package/dist/types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +0 -43
  1568. package/dist/types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +0 -40
  1569. package/dist/types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +0 -40
  1570. package/dist/types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +0 -41
  1571. package/dist/types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +0 -35
  1572. package/dist/types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +0 -51
  1573. package/dist/types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +0 -42
  1574. package/dist/types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +0 -41
  1575. package/dist/types/ts3.4/commands/CreateScheduledActionCommand.d.ts +0 -37
  1576. package/dist/types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +0 -42
  1577. package/dist/types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +0 -35
  1578. package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -39
  1579. package/dist/types/ts3.4/commands/CreateUsageLimitCommand.d.ts +0 -36
  1580. package/dist/types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +0 -35
  1581. package/dist/types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +0 -35
  1582. package/dist/types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -50
  1583. package/dist/types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +0 -39
  1584. package/dist/types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +0 -43
  1585. package/dist/types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +0 -41
  1586. package/dist/types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +0 -35
  1587. package/dist/types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +0 -35
  1588. package/dist/types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1589. package/dist/types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +0 -35
  1590. package/dist/types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +0 -35
  1591. package/dist/types/ts3.4/commands/DeletePartnerCommand.d.ts +0 -35
  1592. package/dist/types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +0 -36
  1593. package/dist/types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +0 -35
  1594. package/dist/types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +0 -35
  1595. package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -36
  1596. package/dist/types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +0 -35
  1597. package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -35
  1598. package/dist/types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +0 -35
  1599. package/dist/types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +0 -35
  1600. package/dist/types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +0 -51
  1601. package/dist/types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +0 -46
  1602. package/dist/types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +0 -49
  1603. package/dist/types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +0 -47
  1604. package/dist/types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +0 -45
  1605. package/dist/types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +0 -35
  1606. package/dist/types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +0 -40
  1607. package/dist/types/ts3.4/commands/DescribeClustersCommand.d.ts +0 -47
  1608. package/dist/types/ts3.4/commands/DescribeDataSharesCommand.d.ts +0 -36
  1609. package/dist/types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +0 -35
  1610. package/dist/types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +0 -35
  1611. package/dist/types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +0 -40
  1612. package/dist/types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +0 -35
  1613. package/dist/types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +0 -35
  1614. package/dist/types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +0 -37
  1615. package/dist/types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +0 -45
  1616. package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -38
  1617. package/dist/types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +0 -44
  1618. package/dist/types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +0 -45
  1619. package/dist/types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +0 -37
  1620. package/dist/types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +0 -36
  1621. package/dist/types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +0 -43
  1622. package/dist/types/ts3.4/commands/DescribePartnersCommand.d.ts +0 -35
  1623. package/dist/types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +0 -44
  1624. package/dist/types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +0 -35
  1625. package/dist/types/ts3.4/commands/DescribeResizeCommand.d.ts +0 -41
  1626. package/dist/types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +0 -36
  1627. package/dist/types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +0 -41
  1628. package/dist/types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +0 -35
  1629. package/dist/types/ts3.4/commands/DescribeStorageCommand.d.ts +0 -35
  1630. package/dist/types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +0 -40
  1631. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -59
  1632. package/dist/types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +0 -54
  1633. package/dist/types/ts3.4/commands/DisableLoggingCommand.d.ts +0 -36
  1634. package/dist/types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +0 -39
  1635. package/dist/types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +0 -37
  1636. package/dist/types/ts3.4/commands/EnableLoggingCommand.d.ts +0 -36
  1637. package/dist/types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +0 -36
  1638. package/dist/types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +0 -56
  1639. package/dist/types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +0 -36
  1640. package/dist/types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +0 -35
  1641. package/dist/types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +0 -35
  1642. package/dist/types/ts3.4/commands/ModifyClusterCommand.d.ts +0 -43
  1643. package/dist/types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +0 -36
  1644. package/dist/types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +0 -37
  1645. package/dist/types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +0 -35
  1646. package/dist/types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +0 -40
  1647. package/dist/types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +0 -36
  1648. package/dist/types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +0 -35
  1649. package/dist/types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +0 -36
  1650. package/dist/types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +0 -36
  1651. package/dist/types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
  1652. package/dist/types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +0 -37
  1653. package/dist/types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +0 -41
  1654. package/dist/types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +0 -37
  1655. package/dist/types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +0 -37
  1656. package/dist/types/ts3.4/commands/PauseClusterCommand.d.ts +0 -36
  1657. package/dist/types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +0 -43
  1658. package/dist/types/ts3.4/commands/RebootClusterCommand.d.ts +0 -42
  1659. package/dist/types/ts3.4/commands/RejectDataShareCommand.d.ts +0 -36
  1660. package/dist/types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +0 -39
  1661. package/dist/types/ts3.4/commands/ResizeClusterCommand.d.ts +0 -78
  1662. package/dist/types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +0 -46
  1663. package/dist/types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +0 -46
  1664. package/dist/types/ts3.4/commands/ResumeClusterCommand.d.ts +0 -36
  1665. package/dist/types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +0 -39
  1666. package/dist/types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +0 -36
  1667. package/dist/types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +0 -41
  1668. package/dist/types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +0 -35
  1669. package/dist/types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +0 -36
  1670. package/dist/types/ts3.4/models/models_0.d.ts +0 -7523
  1671. package/dist/types/ts3.4/models/models_1.d.ts +0 -3193
  1672. package/dist/types/ts3.4/pagination/DescribeClusterDbRevisionsPaginator.d.ts +0 -4
  1673. package/dist/types/ts3.4/pagination/DescribeClusterParameterGroupsPaginator.d.ts +0 -4
  1674. package/dist/types/ts3.4/pagination/DescribeClusterParametersPaginator.d.ts +0 -4
  1675. package/dist/types/ts3.4/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +0 -4
  1676. package/dist/types/ts3.4/pagination/DescribeClusterSnapshotsPaginator.d.ts +0 -4
  1677. package/dist/types/ts3.4/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +0 -4
  1678. package/dist/types/ts3.4/pagination/DescribeClusterTracksPaginator.d.ts +0 -4
  1679. package/dist/types/ts3.4/pagination/DescribeClusterVersionsPaginator.d.ts +0 -4
  1680. package/dist/types/ts3.4/pagination/DescribeClustersPaginator.d.ts +0 -4
  1681. package/dist/types/ts3.4/pagination/DescribeDefaultClusterParametersPaginator.d.ts +0 -4
  1682. package/dist/types/ts3.4/pagination/DescribeEndpointAccessPaginator.d.ts +0 -4
  1683. package/dist/types/ts3.4/pagination/DescribeEndpointAuthorizationPaginator.d.ts +0 -4
  1684. package/dist/types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1685. package/dist/types/ts3.4/pagination/DescribeEventsPaginator.d.ts +0 -4
  1686. package/dist/types/ts3.4/pagination/DescribeHsmClientCertificatesPaginator.d.ts +0 -4
  1687. package/dist/types/ts3.4/pagination/DescribeHsmConfigurationsPaginator.d.ts +0 -4
  1688. package/dist/types/ts3.4/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +0 -4
  1689. package/dist/types/ts3.4/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +0 -4
  1690. package/dist/types/ts3.4/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +0 -4
  1691. package/dist/types/ts3.4/pagination/DescribeReservedNodesPaginator.d.ts +0 -4
  1692. package/dist/types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +0 -4
  1693. package/dist/types/ts3.4/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +0 -4
  1694. package/dist/types/ts3.4/pagination/DescribeSnapshotSchedulesPaginator.d.ts +0 -4
  1695. package/dist/types/ts3.4/pagination/DescribeTableRestoreStatusPaginator.d.ts +0 -4
  1696. package/dist/types/ts3.4/pagination/DescribeTagsPaginator.d.ts +0 -4
  1697. package/dist/types/ts3.4/pagination/DescribeUsageLimitsPaginator.d.ts +0 -4
  1698. package/dist/types/ts3.4/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +0 -4
  1699. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1700. package/dist/types/ts3.4/protocols/Aws_query.d.ts +0 -350
  1701. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  1702. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  1703. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1704. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  1705. package/dist/types/ts3.4/waiters/waitForClusterAvailable.d.ts +0 -14
  1706. package/dist/types/ts3.4/waiters/waitForClusterDeleted.d.ts +0 -14
  1707. package/dist/types/ts3.4/waiters/waitForClusterRestored.d.ts +0 -14
  1708. package/dist/types/ts3.4/waiters/waitForSnapshotAvailable.d.ts +0 -14
  1709. package/dist/types/waiters/waitForClusterAvailable.d.ts +0 -14
  1710. package/dist/types/waiters/waitForClusterDeleted.d.ts +0 -14
  1711. package/dist/types/waiters/waitForClusterRestored.d.ts +0 -14
  1712. package/dist/types/waiters/waitForSnapshotAvailable.d.ts +0 -14
  1713. package/endpoints.ts +0 -91
  1714. package/jest.config.js +0 -4
  1715. package/models/models_0.ts +0 -9167
  1716. package/models/models_1.ts +0 -3876
  1717. package/pagination/DescribeClusterDbRevisionsPaginator.ts +0 -58
  1718. package/pagination/DescribeClusterParameterGroupsPaginator.ts +0 -58
  1719. package/pagination/DescribeClusterParametersPaginator.ts +0 -58
  1720. package/pagination/DescribeClusterSecurityGroupsPaginator.ts +0 -58
  1721. package/pagination/DescribeClusterSnapshotsPaginator.ts +0 -58
  1722. package/pagination/DescribeClusterSubnetGroupsPaginator.ts +0 -58
  1723. package/pagination/DescribeClusterTracksPaginator.ts +0 -58
  1724. package/pagination/DescribeClusterVersionsPaginator.ts +0 -58
  1725. package/pagination/DescribeClustersPaginator.ts +0 -58
  1726. package/pagination/DescribeDefaultClusterParametersPaginator.ts +0 -58
  1727. package/pagination/DescribeEndpointAccessPaginator.ts +0 -58
  1728. package/pagination/DescribeEndpointAuthorizationPaginator.ts +0 -58
  1729. package/pagination/DescribeEventSubscriptionsPaginator.ts +0 -58
  1730. package/pagination/DescribeEventsPaginator.ts +0 -58
  1731. package/pagination/DescribeHsmClientCertificatesPaginator.ts +0 -58
  1732. package/pagination/DescribeHsmConfigurationsPaginator.ts +0 -58
  1733. package/pagination/DescribeNodeConfigurationOptionsPaginator.ts +0 -58
  1734. package/pagination/DescribeOrderableClusterOptionsPaginator.ts +0 -58
  1735. package/pagination/DescribeReservedNodeOfferingsPaginator.ts +0 -58
  1736. package/pagination/DescribeReservedNodesPaginator.ts +0 -58
  1737. package/pagination/DescribeScheduledActionsPaginator.ts +0 -58
  1738. package/pagination/DescribeSnapshotCopyGrantsPaginator.ts +0 -58
  1739. package/pagination/DescribeSnapshotSchedulesPaginator.ts +0 -58
  1740. package/pagination/DescribeTableRestoreStatusPaginator.ts +0 -58
  1741. package/pagination/DescribeTagsPaginator.ts +0 -58
  1742. package/pagination/DescribeUsageLimitsPaginator.ts +0 -58
  1743. package/pagination/GetReservedNodeExchangeOfferingsPaginator.ts +0 -58
  1744. package/pagination/Interfaces.ts +0 -7
  1745. package/protocols/Aws_query.ts +0 -22357
  1746. package/runtimeConfig.browser.ts +0 -40
  1747. package/runtimeConfig.native.ts +0 -16
  1748. package/runtimeConfig.shared.ts +0 -16
  1749. package/runtimeConfig.ts +0 -45
  1750. package/tsconfig.es.json +0 -10
  1751. package/tsconfig.json +0 -31
  1752. package/tsconfig.types.json +0 -8
  1753. package/waiters/waitForClusterAvailable.ts +0 -71
  1754. package/waiters/waitForClusterDeleted.ts +0 -69
  1755. package/waiters/waitForClusterRestored.ts +0 -68
  1756. package/waiters/waitForSnapshotAvailable.ts +0 -88
@@ -1,3876 +0,0 @@
1
- import {
2
- ActionType,
3
- AquaConfiguration,
4
- AquaConfigurationStatus,
5
- AvailabilityZone,
6
- Cluster,
7
- ClusterSecurityGroup,
8
- ClusterSubnetGroup,
9
- EventSubscription,
10
- Parameter,
11
- RecurringCharge,
12
- ReservedNode,
13
- ReservedNodeOfferingType,
14
- ScheduledAction,
15
- ScheduledActionType,
16
- Snapshot,
17
- SnapshotCopyGrant,
18
- SnapshotSchedule,
19
- Tag,
20
- UsageLimit,
21
- UsageLimitBreachAction,
22
- UsageLimitFeatureType,
23
- } from "./models_0";
24
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
25
-
26
- /**
27
- * <p>Describes the status of logging for a cluster.</p>
28
- */
29
- export interface LoggingStatus {
30
- /**
31
- * <p>
32
- * <code>true</code> if logging is on, <code>false</code> if logging is off.</p>
33
- */
34
- LoggingEnabled?: boolean;
35
-
36
- /**
37
- * <p>The name of the S3 bucket where the log files are stored.</p>
38
- */
39
- BucketName?: string;
40
-
41
- /**
42
- * <p>The prefix applied to the log file names.</p>
43
- */
44
- S3KeyPrefix?: string;
45
-
46
- /**
47
- * <p>The last time that logs were delivered.</p>
48
- */
49
- LastSuccessfulDeliveryTime?: Date;
50
-
51
- /**
52
- * <p>The last time when logs failed to be delivered.</p>
53
- */
54
- LastFailureTime?: Date;
55
-
56
- /**
57
- * <p>The message indicating that logs failed to be delivered.</p>
58
- */
59
- LastFailureMessage?: string;
60
- }
61
-
62
- export namespace LoggingStatus {
63
- /**
64
- * @internal
65
- */
66
- export const filterSensitiveLog = (obj: LoggingStatus): any => ({
67
- ...obj,
68
- });
69
- }
70
-
71
- export enum NodeConfigurationOptionsFilterName {
72
- ESTIMATED_DISK_UTILIZATION_PERCENT = "EstimatedDiskUtilizationPercent",
73
- MODE = "Mode",
74
- NODE_TYPE = "NodeType",
75
- NUM_NODES = "NumberOfNodes",
76
- }
77
-
78
- export enum OperatorType {
79
- BETWEEN = "between",
80
- EQ = "eq",
81
- GE = "ge",
82
- GT = "gt",
83
- IN = "in",
84
- LE = "le",
85
- LT = "lt",
86
- }
87
-
88
- /**
89
- * <p>A set of elements to filter the returned node configurations.</p>
90
- */
91
- export interface NodeConfigurationOptionsFilter {
92
- /**
93
- * <p>The name of the element to filter.</p>
94
- */
95
- Name?: NodeConfigurationOptionsFilterName | string;
96
-
97
- /**
98
- * <p>The filter operator.
99
- * If filter Name is NodeType only the 'in' operator is supported.
100
- * Provide one value to evaluate for 'eq', 'lt', 'le', 'gt', and 'ge'.
101
- * Provide two values to evaluate for 'between'.
102
- * Provide a list of values for 'in'.</p>
103
- */
104
- Operator?: OperatorType | string;
105
-
106
- /**
107
- * <p>List of values. Compare Name using Operator to Values.
108
- * If filter Name is NumberOfNodes, then values can range from 0 to 200.
109
- * If filter Name is EstimatedDiskUtilizationPercent, then values can range from 0 to 100.
110
- * For example, filter NumberOfNodes (name) GT (operator) 3 (values).</p>
111
- */
112
- Values?: string[];
113
- }
114
-
115
- export namespace NodeConfigurationOptionsFilter {
116
- /**
117
- * @internal
118
- */
119
- export const filterSensitiveLog = (obj: NodeConfigurationOptionsFilter): any => ({
120
- ...obj,
121
- });
122
- }
123
-
124
- export interface DescribeNodeConfigurationOptionsMessage {
125
- /**
126
- * <p>The action type to evaluate for possible node configurations.
127
- * Specify "restore-cluster" to get configuration combinations based on an existing snapshot.
128
- * Specify "recommend-node-config" to get configuration recommendations based on an existing cluster or snapshot.
129
- * Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster.
130
- * </p>
131
- */
132
- ActionType: ActionType | string | undefined;
133
-
134
- /**
135
- * <p>The identifier of the cluster to evaluate for possible node configurations.</p>
136
- */
137
- ClusterIdentifier?: string;
138
-
139
- /**
140
- * <p>The identifier of the snapshot to evaluate for possible node configurations.</p>
141
- */
142
- SnapshotIdentifier?: string;
143
-
144
- /**
145
- * <p>The Amazon Web Services account used to create or copy the snapshot.
146
- * Required if you are restoring a snapshot you do not own,
147
- * optional if you own the snapshot.</p>
148
- */
149
- OwnerAccount?: string;
150
-
151
- /**
152
- * <p>A set of name, operator, and value items to filter the results.</p>
153
- */
154
- Filters?: NodeConfigurationOptionsFilter[];
155
-
156
- /**
157
- * <p>An optional parameter that specifies the starting point to return a set of response
158
- * records. When the results of a <a>DescribeNodeConfigurationOptions</a> request
159
- * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
160
- * <code>Marker</code> field of the response. You can retrieve the next set of response
161
- * records by providing the returned marker value in the <code>Marker</code> parameter and
162
- * retrying the request. </p>
163
- */
164
- Marker?: string;
165
-
166
- /**
167
- * <p>The maximum number of response records to return in each call. If the number of
168
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
169
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
170
- * set of records by retrying the command with the returned marker value. </p>
171
- * <p>Default: <code>500</code>
172
- * </p>
173
- * <p>Constraints: minimum 100, maximum 500.</p>
174
- */
175
- MaxRecords?: number;
176
- }
177
-
178
- export namespace DescribeNodeConfigurationOptionsMessage {
179
- /**
180
- * @internal
181
- */
182
- export const filterSensitiveLog = (obj: DescribeNodeConfigurationOptionsMessage): any => ({
183
- ...obj,
184
- });
185
- }
186
-
187
- export enum Mode {
188
- HIGH_PERFORMANCE = "high-performance",
189
- STANDARD = "standard",
190
- }
191
-
192
- /**
193
- * <p>A list of node configurations.</p>
194
- */
195
- export interface NodeConfigurationOption {
196
- /**
197
- * <p>The node type, such as, "ds2.8xlarge".</p>
198
- */
199
- NodeType?: string;
200
-
201
- /**
202
- * <p>The number of nodes.</p>
203
- */
204
- NumberOfNodes?: number;
205
-
206
- /**
207
- * <p>The estimated disk utilizaton percentage.</p>
208
- */
209
- EstimatedDiskUtilizationPercent?: number;
210
-
211
- /**
212
- * <p>The category of the node configuration recommendation.</p>
213
- */
214
- Mode?: Mode | string;
215
- }
216
-
217
- export namespace NodeConfigurationOption {
218
- /**
219
- * @internal
220
- */
221
- export const filterSensitiveLog = (obj: NodeConfigurationOption): any => ({
222
- ...obj,
223
- });
224
- }
225
-
226
- export interface NodeConfigurationOptionsMessage {
227
- /**
228
- * <p>A list of valid node configurations.</p>
229
- */
230
- NodeConfigurationOptionList?: NodeConfigurationOption[];
231
-
232
- /**
233
- * <p>A value that indicates the starting point for the next set of response records in a
234
- * subsequent request. If a value is returned in a response, you can retrieve the next set
235
- * of records by providing this returned marker value in the <code>Marker</code> parameter
236
- * and retrying the command. If the <code>Marker</code> field is empty, all response
237
- * records have been retrieved for the request. </p>
238
- */
239
- Marker?: string;
240
- }
241
-
242
- export namespace NodeConfigurationOptionsMessage {
243
- /**
244
- * @internal
245
- */
246
- export const filterSensitiveLog = (obj: NodeConfigurationOptionsMessage): any => ({
247
- ...obj,
248
- });
249
- }
250
-
251
- /**
252
- * <p></p>
253
- */
254
- export interface DescribeOrderableClusterOptionsMessage {
255
- /**
256
- * <p>The version filter value. Specify this parameter to show only the available
257
- * offerings matching the specified version.</p>
258
- * <p>Default: All versions.</p>
259
- * <p>Constraints: Must be one of the version returned from <a>DescribeClusterVersions</a>.</p>
260
- */
261
- ClusterVersion?: string;
262
-
263
- /**
264
- * <p>The node type filter value. Specify this parameter to show only the available
265
- * offerings matching the specified node type.</p>
266
- */
267
- NodeType?: string;
268
-
269
- /**
270
- * <p>The maximum number of response records to return in each call. If the number of
271
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
272
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
273
- * set of records by retrying the command with the returned marker value. </p>
274
- * <p>Default: <code>100</code>
275
- * </p>
276
- * <p>Constraints: minimum 20, maximum 100.</p>
277
- */
278
- MaxRecords?: number;
279
-
280
- /**
281
- * <p>An optional parameter that specifies the starting point to return a set of response
282
- * records. When the results of a <a>DescribeOrderableClusterOptions</a> request
283
- * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
284
- * <code>Marker</code> field of the response. You can retrieve the next set of response
285
- * records by providing the returned marker value in the <code>Marker</code> parameter and
286
- * retrying the request. </p>
287
- */
288
- Marker?: string;
289
- }
290
-
291
- export namespace DescribeOrderableClusterOptionsMessage {
292
- /**
293
- * @internal
294
- */
295
- export const filterSensitiveLog = (obj: DescribeOrderableClusterOptionsMessage): any => ({
296
- ...obj,
297
- });
298
- }
299
-
300
- /**
301
- * <p>Describes an orderable cluster option.</p>
302
- */
303
- export interface OrderableClusterOption {
304
- /**
305
- * <p>The version of the orderable cluster.</p>
306
- */
307
- ClusterVersion?: string;
308
-
309
- /**
310
- * <p>The cluster type, for example <code>multi-node</code>. </p>
311
- */
312
- ClusterType?: string;
313
-
314
- /**
315
- * <p>The node type for the orderable cluster.</p>
316
- */
317
- NodeType?: string;
318
-
319
- /**
320
- * <p>A list of availability zones for the orderable cluster.</p>
321
- */
322
- AvailabilityZones?: AvailabilityZone[];
323
- }
324
-
325
- export namespace OrderableClusterOption {
326
- /**
327
- * @internal
328
- */
329
- export const filterSensitiveLog = (obj: OrderableClusterOption): any => ({
330
- ...obj,
331
- });
332
- }
333
-
334
- /**
335
- * <p>Contains the output from the <a>DescribeOrderableClusterOptions</a>
336
- * action. </p>
337
- */
338
- export interface OrderableClusterOptionsMessage {
339
- /**
340
- * <p>An <code>OrderableClusterOption</code> structure containing information about
341
- * orderable options for the cluster.</p>
342
- */
343
- OrderableClusterOptions?: OrderableClusterOption[];
344
-
345
- /**
346
- * <p>A value that indicates the starting point for the next set of response records in a
347
- * subsequent request. If a value is returned in a response, you can retrieve the next set
348
- * of records by providing this returned marker value in the <code>Marker</code> parameter
349
- * and retrying the command. If the <code>Marker</code> field is empty, all response
350
- * records have been retrieved for the request. </p>
351
- */
352
- Marker?: string;
353
- }
354
-
355
- export namespace OrderableClusterOptionsMessage {
356
- /**
357
- * @internal
358
- */
359
- export const filterSensitiveLog = (obj: OrderableClusterOptionsMessage): any => ({
360
- ...obj,
361
- });
362
- }
363
-
364
- export interface DescribePartnersInputMessage {
365
- /**
366
- * <p>The Amazon Web Services account ID that owns the cluster.</p>
367
- */
368
- AccountId: string | undefined;
369
-
370
- /**
371
- * <p>The cluster identifier of the cluster whose partner integration is being described.</p>
372
- */
373
- ClusterIdentifier: string | undefined;
374
-
375
- /**
376
- * <p>The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.</p>
377
- */
378
- DatabaseName?: string;
379
-
380
- /**
381
- * <p>The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.</p>
382
- */
383
- PartnerName?: string;
384
- }
385
-
386
- export namespace DescribePartnersInputMessage {
387
- /**
388
- * @internal
389
- */
390
- export const filterSensitiveLog = (obj: DescribePartnersInputMessage): any => ({
391
- ...obj,
392
- });
393
- }
394
-
395
- export enum PartnerIntegrationStatus {
396
- Active = "Active",
397
- ConnectionFailure = "ConnectionFailure",
398
- Inactive = "Inactive",
399
- RuntimeFailure = "RuntimeFailure",
400
- }
401
-
402
- /**
403
- * <p>Describes a partner integration.</p>
404
- */
405
- export interface PartnerIntegrationInfo {
406
- /**
407
- * <p>The name of the database that receives data from a partner.</p>
408
- */
409
- DatabaseName?: string;
410
-
411
- /**
412
- * <p>The name of the partner.</p>
413
- */
414
- PartnerName?: string;
415
-
416
- /**
417
- * <p>The partner integration status.</p>
418
- */
419
- Status?: PartnerIntegrationStatus | string;
420
-
421
- /**
422
- * <p>The status message provided by the partner.</p>
423
- */
424
- StatusMessage?: string;
425
-
426
- /**
427
- * <p>The date (UTC) that the partner integration was created.</p>
428
- */
429
- CreatedAt?: Date;
430
-
431
- /**
432
- * <p>The date (UTC) that the partner integration status was last updated by the partner.</p>
433
- */
434
- UpdatedAt?: Date;
435
- }
436
-
437
- export namespace PartnerIntegrationInfo {
438
- /**
439
- * @internal
440
- */
441
- export const filterSensitiveLog = (obj: PartnerIntegrationInfo): any => ({
442
- ...obj,
443
- });
444
- }
445
-
446
- export interface DescribePartnersOutputMessage {
447
- /**
448
- * <p>A list of partner integrations.</p>
449
- */
450
- PartnerIntegrationInfoList?: PartnerIntegrationInfo[];
451
- }
452
-
453
- export namespace DescribePartnersOutputMessage {
454
- /**
455
- * @internal
456
- */
457
- export const filterSensitiveLog = (obj: DescribePartnersOutputMessage): any => ({
458
- ...obj,
459
- });
460
- }
461
-
462
- /**
463
- * <p></p>
464
- */
465
- export interface DescribeReservedNodeOfferingsMessage {
466
- /**
467
- * <p>The unique identifier for the offering.</p>
468
- */
469
- ReservedNodeOfferingId?: string;
470
-
471
- /**
472
- * <p>The maximum number of response records to return in each call. If the number of
473
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
474
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
475
- * set of records by retrying the command with the returned marker value. </p>
476
- * <p>Default: <code>100</code>
477
- * </p>
478
- * <p>Constraints: minimum 20, maximum 100.</p>
479
- */
480
- MaxRecords?: number;
481
-
482
- /**
483
- * <p>An optional parameter that specifies the starting point to return a set of response
484
- * records. When the results of a <a>DescribeReservedNodeOfferings</a> request
485
- * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
486
- * <code>Marker</code> field of the response. You can retrieve the next set of response
487
- * records by providing the returned marker value in the <code>Marker</code> parameter and
488
- * retrying the request. </p>
489
- */
490
- Marker?: string;
491
- }
492
-
493
- export namespace DescribeReservedNodeOfferingsMessage {
494
- /**
495
- * @internal
496
- */
497
- export const filterSensitiveLog = (obj: DescribeReservedNodeOfferingsMessage): any => ({
498
- ...obj,
499
- });
500
- }
501
-
502
- /**
503
- * <p>Describes a reserved node offering.</p>
504
- */
505
- export interface ReservedNodeOffering {
506
- /**
507
- * <p>The offering identifier.</p>
508
- */
509
- ReservedNodeOfferingId?: string;
510
-
511
- /**
512
- * <p>The node type offered by the reserved node offering.</p>
513
- */
514
- NodeType?: string;
515
-
516
- /**
517
- * <p>The duration, in seconds, for which the offering will reserve the node.</p>
518
- */
519
- Duration?: number;
520
-
521
- /**
522
- * <p>The upfront fixed charge you will pay to purchase the specific reserved node
523
- * offering.</p>
524
- */
525
- FixedPrice?: number;
526
-
527
- /**
528
- * <p>The rate you are charged for each hour the cluster that is using the offering is
529
- * running.</p>
530
- */
531
- UsagePrice?: number;
532
-
533
- /**
534
- * <p>The currency code for the compute nodes offering.</p>
535
- */
536
- CurrencyCode?: string;
537
-
538
- /**
539
- * <p>The anticipated utilization of the reserved node, as defined in the reserved node
540
- * offering.</p>
541
- */
542
- OfferingType?: string;
543
-
544
- /**
545
- * <p>The charge to your account regardless of whether you are creating any clusters
546
- * using the node offering. Recurring charges are only in effect for heavy-utilization
547
- * reserved nodes.</p>
548
- */
549
- RecurringCharges?: RecurringCharge[];
550
-
551
- /**
552
- * <p></p>
553
- */
554
- ReservedNodeOfferingType?: ReservedNodeOfferingType | string;
555
- }
556
-
557
- export namespace ReservedNodeOffering {
558
- /**
559
- * @internal
560
- */
561
- export const filterSensitiveLog = (obj: ReservedNodeOffering): any => ({
562
- ...obj,
563
- });
564
- }
565
-
566
- /**
567
- * <p></p>
568
- */
569
- export interface ReservedNodeOfferingsMessage {
570
- /**
571
- * <p>A value that indicates the starting point for the next set of response records in a
572
- * subsequent request. If a value is returned in a response, you can retrieve the next set
573
- * of records by providing this returned marker value in the <code>Marker</code> parameter
574
- * and retrying the command. If the <code>Marker</code> field is empty, all response
575
- * records have been retrieved for the request. </p>
576
- */
577
- Marker?: string;
578
-
579
- /**
580
- * <p>A list of <code>ReservedNodeOffering</code> objects.</p>
581
- */
582
- ReservedNodeOfferings?: ReservedNodeOffering[];
583
- }
584
-
585
- export namespace ReservedNodeOfferingsMessage {
586
- /**
587
- * @internal
588
- */
589
- export const filterSensitiveLog = (obj: ReservedNodeOfferingsMessage): any => ({
590
- ...obj,
591
- });
592
- }
593
-
594
- /**
595
- * <p></p>
596
- */
597
- export interface DescribeReservedNodesMessage {
598
- /**
599
- * <p>Identifier for the node reservation.</p>
600
- */
601
- ReservedNodeId?: string;
602
-
603
- /**
604
- * <p>The maximum number of response records to return in each call. If the number of
605
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
606
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
607
- * set of records by retrying the command with the returned marker value. </p>
608
- * <p>Default: <code>100</code>
609
- * </p>
610
- * <p>Constraints: minimum 20, maximum 100.</p>
611
- */
612
- MaxRecords?: number;
613
-
614
- /**
615
- * <p>An optional parameter that specifies the starting point to return a set of response
616
- * records. When the results of a <a>DescribeReservedNodes</a> request exceed
617
- * the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
618
- * <code>Marker</code> field of the response. You can retrieve the next set of response
619
- * records by providing the returned marker value in the <code>Marker</code> parameter and
620
- * retrying the request. </p>
621
- */
622
- Marker?: string;
623
- }
624
-
625
- export namespace DescribeReservedNodesMessage {
626
- /**
627
- * @internal
628
- */
629
- export const filterSensitiveLog = (obj: DescribeReservedNodesMessage): any => ({
630
- ...obj,
631
- });
632
- }
633
-
634
- /**
635
- * <p></p>
636
- */
637
- export interface ReservedNodesMessage {
638
- /**
639
- * <p>A value that indicates the starting point for the next set of response records in a
640
- * subsequent request. If a value is returned in a response, you can retrieve the next set
641
- * of records by providing this returned marker value in the <code>Marker</code> parameter
642
- * and retrying the command. If the <code>Marker</code> field is empty, all response
643
- * records have been retrieved for the request. </p>
644
- */
645
- Marker?: string;
646
-
647
- /**
648
- * <p>The list of <code>ReservedNode</code> objects.</p>
649
- */
650
- ReservedNodes?: ReservedNode[];
651
- }
652
-
653
- export namespace ReservedNodesMessage {
654
- /**
655
- * @internal
656
- */
657
- export const filterSensitiveLog = (obj: ReservedNodesMessage): any => ({
658
- ...obj,
659
- });
660
- }
661
-
662
- /**
663
- * <p></p>
664
- */
665
- export interface DescribeResizeMessage {
666
- /**
667
- * <p>The unique identifier of a cluster whose resize progress you are requesting. This
668
- * parameter is case-sensitive.</p>
669
- * <p>By default, resize operations for all clusters defined for an Amazon Web Services account are
670
- * returned.</p>
671
- */
672
- ClusterIdentifier: string | undefined;
673
- }
674
-
675
- export namespace DescribeResizeMessage {
676
- /**
677
- * @internal
678
- */
679
- export const filterSensitiveLog = (obj: DescribeResizeMessage): any => ({
680
- ...obj,
681
- });
682
- }
683
-
684
- export enum ScheduledActionFilterName {
685
- CLUSTER_IDENTIFIER = "cluster-identifier",
686
- IAM_ROLE = "iam-role",
687
- }
688
-
689
- /**
690
- * <p>A set of elements to filter the returned scheduled actions. </p>
691
- */
692
- export interface ScheduledActionFilter {
693
- /**
694
- * <p>The type of element to filter. </p>
695
- */
696
- Name: ScheduledActionFilterName | string | undefined;
697
-
698
- /**
699
- * <p>List of values. Compare if the value (of type defined by <code>Name</code>) equals an item in the list of scheduled actions. </p>
700
- */
701
- Values: string[] | undefined;
702
- }
703
-
704
- export namespace ScheduledActionFilter {
705
- /**
706
- * @internal
707
- */
708
- export const filterSensitiveLog = (obj: ScheduledActionFilter): any => ({
709
- ...obj,
710
- });
711
- }
712
-
713
- export enum ScheduledActionTypeValues {
714
- PAUSE_CLUSTER = "PauseCluster",
715
- RESIZE_CLUSTER = "ResizeCluster",
716
- RESUME_CLUSTER = "ResumeCluster",
717
- }
718
-
719
- export interface DescribeScheduledActionsMessage {
720
- /**
721
- * <p>The name of the scheduled action to retrieve. </p>
722
- */
723
- ScheduledActionName?: string;
724
-
725
- /**
726
- * <p>The type of the scheduled actions to retrieve. </p>
727
- */
728
- TargetActionType?: ScheduledActionTypeValues | string;
729
-
730
- /**
731
- * <p>The start time in UTC of the scheduled actions to retrieve.
732
- * Only active scheduled actions that have invocations after this time are retrieved.</p>
733
- */
734
- StartTime?: Date;
735
-
736
- /**
737
- * <p>The end time in UTC of the scheduled action to retrieve.
738
- * Only active scheduled actions that have invocations before this time are retrieved.</p>
739
- */
740
- EndTime?: Date;
741
-
742
- /**
743
- * <p>If true, retrieve only active scheduled actions.
744
- * If false, retrieve only disabled scheduled actions. </p>
745
- */
746
- Active?: boolean;
747
-
748
- /**
749
- * <p>List of scheduled action filters. </p>
750
- */
751
- Filters?: ScheduledActionFilter[];
752
-
753
- /**
754
- * <p>An optional parameter that specifies the starting point to return a set of response
755
- * records. When the results of a <a>DescribeScheduledActions</a> request
756
- * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
757
- * <code>Marker</code> field of the response. You can retrieve the next set of response
758
- * records by providing the returned marker value in the <code>Marker</code> parameter and
759
- * retrying the request. </p>
760
- */
761
- Marker?: string;
762
-
763
- /**
764
- * <p>The maximum number of response records to return in each call. If the number of
765
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
766
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
767
- * set of records by retrying the command with the returned marker value. </p>
768
- * <p>Default: <code>100</code>
769
- * </p>
770
- * <p>Constraints: minimum 20, maximum 100.</p>
771
- */
772
- MaxRecords?: number;
773
- }
774
-
775
- export namespace DescribeScheduledActionsMessage {
776
- /**
777
- * @internal
778
- */
779
- export const filterSensitiveLog = (obj: DescribeScheduledActionsMessage): any => ({
780
- ...obj,
781
- });
782
- }
783
-
784
- export interface ScheduledActionsMessage {
785
- /**
786
- * <p>An optional parameter that specifies the starting point to return a set of response
787
- * records. When the results of a <a>DescribeScheduledActions</a> request
788
- * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
789
- * <code>Marker</code> field of the response. You can retrieve the next set of response
790
- * records by providing the returned marker value in the <code>Marker</code> parameter and
791
- * retrying the request. </p>
792
- */
793
- Marker?: string;
794
-
795
- /**
796
- * <p>List of retrieved scheduled actions. </p>
797
- */
798
- ScheduledActions?: ScheduledAction[];
799
- }
800
-
801
- export namespace ScheduledActionsMessage {
802
- /**
803
- * @internal
804
- */
805
- export const filterSensitiveLog = (obj: ScheduledActionsMessage): any => ({
806
- ...obj,
807
- });
808
- }
809
-
810
- /**
811
- * <p>The result of the <code>DescribeSnapshotCopyGrants</code> action.</p>
812
- */
813
- export interface DescribeSnapshotCopyGrantsMessage {
814
- /**
815
- * <p>The name of the snapshot copy grant.</p>
816
- */
817
- SnapshotCopyGrantName?: string;
818
-
819
- /**
820
- * <p>The maximum number of response records to return in each call. If the number of
821
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
822
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
823
- * set of records by retrying the command with the returned marker value. </p>
824
- * <p>Default: <code>100</code>
825
- * </p>
826
- * <p>Constraints: minimum 20, maximum 100.</p>
827
- */
828
- MaxRecords?: number;
829
-
830
- /**
831
- * <p>An optional parameter that specifies the starting point to return a set of response
832
- * records. When the results of a <code>DescribeSnapshotCopyGrant</code> request exceed the
833
- * value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
834
- * <code>Marker</code> field of the response. You can retrieve the next set of response
835
- * records by providing the returned marker value in the <code>Marker</code> parameter and
836
- * retrying the request. </p>
837
- * <p>Constraints: You can specify either the <b>SnapshotCopyGrantName</b> parameter or the <b>Marker</b> parameter, but not both. </p>
838
- */
839
- Marker?: string;
840
-
841
- /**
842
- * <p>A tag key or keys for which you want to return all matching resources that are
843
- * associated with the specified key or keys. For example, suppose that you have resources
844
- * tagged with keys called <code>owner</code> and <code>environment</code>. If you specify
845
- * both of these tag keys in the request, Amazon Redshift returns a response with all resources
846
- * that have either or both of these tag keys associated with them.</p>
847
- */
848
- TagKeys?: string[];
849
-
850
- /**
851
- * <p>A tag value or values for which you want to return all matching resources that are
852
- * associated with the specified value or values. For example, suppose that you have
853
- * resources tagged with values called <code>admin</code> and <code>test</code>. If you
854
- * specify both of these tag values in the request, Amazon Redshift returns a response with all
855
- * resources that have either or both of these tag values associated with them.</p>
856
- */
857
- TagValues?: string[];
858
- }
859
-
860
- export namespace DescribeSnapshotCopyGrantsMessage {
861
- /**
862
- * @internal
863
- */
864
- export const filterSensitiveLog = (obj: DescribeSnapshotCopyGrantsMessage): any => ({
865
- ...obj,
866
- });
867
- }
868
-
869
- /**
870
- * <p></p>
871
- */
872
- export interface SnapshotCopyGrantMessage {
873
- /**
874
- * <p>An optional parameter that specifies the starting point to return a set of response
875
- * records. When the results of a <code>DescribeSnapshotCopyGrant</code> request exceed the
876
- * value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
877
- * <code>Marker</code> field of the response. You can retrieve the next set of response
878
- * records by providing the returned marker value in the <code>Marker</code> parameter and
879
- * retrying the request. </p>
880
- * <p>Constraints: You can specify either the <b>SnapshotCopyGrantName</b> parameter or the <b>Marker</b> parameter, but not both. </p>
881
- */
882
- Marker?: string;
883
-
884
- /**
885
- * <p>The list of <code>SnapshotCopyGrant</code> objects.</p>
886
- */
887
- SnapshotCopyGrants?: SnapshotCopyGrant[];
888
- }
889
-
890
- export namespace SnapshotCopyGrantMessage {
891
- /**
892
- * @internal
893
- */
894
- export const filterSensitiveLog = (obj: SnapshotCopyGrantMessage): any => ({
895
- ...obj,
896
- });
897
- }
898
-
899
- export interface DescribeSnapshotSchedulesMessage {
900
- /**
901
- * <p>The unique identifier for the cluster whose snapshot schedules you want to
902
- * view.</p>
903
- */
904
- ClusterIdentifier?: string;
905
-
906
- /**
907
- * <p>A unique identifier for a snapshot schedule.</p>
908
- */
909
- ScheduleIdentifier?: string;
910
-
911
- /**
912
- * <p>The key value for a snapshot schedule tag.</p>
913
- */
914
- TagKeys?: string[];
915
-
916
- /**
917
- * <p>The value corresponding to the key of the snapshot schedule tag.</p>
918
- */
919
- TagValues?: string[];
920
-
921
- /**
922
- * <p>A value that indicates the starting point for the next set of response records in a
923
- * subsequent request. If a value is returned in a response, you can retrieve the next set
924
- * of records by providing this returned marker value in the <code>marker</code> parameter
925
- * and retrying the command. If the <code>marker</code> field is empty, all response
926
- * records have been retrieved for the request.</p>
927
- */
928
- Marker?: string;
929
-
930
- /**
931
- * <p>The maximum number or response records to return in each call. If the number of
932
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
933
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
934
- * set of records by retrying the command with the returned <code>marker</code>
935
- * value.</p>
936
- */
937
- MaxRecords?: number;
938
- }
939
-
940
- export namespace DescribeSnapshotSchedulesMessage {
941
- /**
942
- * @internal
943
- */
944
- export const filterSensitiveLog = (obj: DescribeSnapshotSchedulesMessage): any => ({
945
- ...obj,
946
- });
947
- }
948
-
949
- export interface DescribeSnapshotSchedulesOutputMessage {
950
- /**
951
- * <p>A list of SnapshotSchedules.</p>
952
- */
953
- SnapshotSchedules?: SnapshotSchedule[];
954
-
955
- /**
956
- * <p>A value that indicates the starting point for the next set of response records in a
957
- * subsequent request. If a value is returned in a response, you can retrieve the next set
958
- * of records by providing this returned marker value in the <code>marker</code> parameter
959
- * and retrying the command. If the <code>marker</code> field is empty, all response
960
- * records have been retrieved for the request.</p>
961
- */
962
- Marker?: string;
963
- }
964
-
965
- export namespace DescribeSnapshotSchedulesOutputMessage {
966
- /**
967
- * @internal
968
- */
969
- export const filterSensitiveLog = (obj: DescribeSnapshotSchedulesOutputMessage): any => ({
970
- ...obj,
971
- });
972
- }
973
-
974
- /**
975
- * <p></p>
976
- */
977
- export interface DescribeTableRestoreStatusMessage {
978
- /**
979
- * <p>The Amazon Redshift cluster that the table is being restored to.</p>
980
- */
981
- ClusterIdentifier?: string;
982
-
983
- /**
984
- * <p>The identifier of the table restore request to return status for. If you don't
985
- * specify a <code>TableRestoreRequestId</code> value, then
986
- * <code>DescribeTableRestoreStatus</code> returns the status of all in-progress table
987
- * restore requests.</p>
988
- */
989
- TableRestoreRequestId?: string;
990
-
991
- /**
992
- * <p>The maximum number of records to include in the response. If more records exist
993
- * than the specified <code>MaxRecords</code> value, a pagination token called a marker is
994
- * included in the response so that the remaining results can be retrieved.</p>
995
- */
996
- MaxRecords?: number;
997
-
998
- /**
999
- * <p>An optional pagination token provided by a previous
1000
- * <code>DescribeTableRestoreStatus</code> request. If this parameter is specified, the
1001
- * response includes only records beyond the marker, up to the value specified by the
1002
- * <code>MaxRecords</code> parameter.</p>
1003
- */
1004
- Marker?: string;
1005
- }
1006
-
1007
- export namespace DescribeTableRestoreStatusMessage {
1008
- /**
1009
- * @internal
1010
- */
1011
- export const filterSensitiveLog = (obj: DescribeTableRestoreStatusMessage): any => ({
1012
- ...obj,
1013
- });
1014
- }
1015
-
1016
- /**
1017
- * <p>The specified <code>TableRestoreRequestId</code> value was not found.</p>
1018
- */
1019
- export interface TableRestoreNotFoundFault extends __SmithyException, $MetadataBearer {
1020
- name: "TableRestoreNotFoundFault";
1021
- $fault: "client";
1022
- message?: string;
1023
- }
1024
-
1025
- export namespace TableRestoreNotFoundFault {
1026
- /**
1027
- * @internal
1028
- */
1029
- export const filterSensitiveLog = (obj: TableRestoreNotFoundFault): any => ({
1030
- ...obj,
1031
- });
1032
- }
1033
-
1034
- export type TableRestoreStatusType = "CANCELED" | "FAILED" | "IN_PROGRESS" | "PENDING" | "SUCCEEDED";
1035
-
1036
- /**
1037
- * <p>Describes the status of a <a>RestoreTableFromClusterSnapshot</a>
1038
- * operation.</p>
1039
- */
1040
- export interface TableRestoreStatus {
1041
- /**
1042
- * <p>The unique identifier for the table restore request.</p>
1043
- */
1044
- TableRestoreRequestId?: string;
1045
-
1046
- /**
1047
- * <p>A value that describes the current state of the table restore request.</p>
1048
- * <p>Valid Values: <code>SUCCEEDED</code>, <code>FAILED</code>, <code>CANCELED</code>,
1049
- * <code>PENDING</code>, <code>IN_PROGRESS</code>
1050
- * </p>
1051
- */
1052
- Status?: TableRestoreStatusType | string;
1053
-
1054
- /**
1055
- * <p>A description of the status of the table restore request. Status values include
1056
- * <code>SUCCEEDED</code>, <code>FAILED</code>, <code>CANCELED</code>,
1057
- * <code>PENDING</code>, <code>IN_PROGRESS</code>.</p>
1058
- */
1059
- Message?: string;
1060
-
1061
- /**
1062
- * <p>The time that the table restore request was made, in Universal Coordinated Time
1063
- * (UTC).</p>
1064
- */
1065
- RequestTime?: Date;
1066
-
1067
- /**
1068
- * <p>The amount of data restored to the new table so far, in megabytes (MB).</p>
1069
- */
1070
- ProgressInMegaBytes?: number;
1071
-
1072
- /**
1073
- * <p>The total amount of data to restore to the new table, in megabytes (MB).</p>
1074
- */
1075
- TotalDataInMegaBytes?: number;
1076
-
1077
- /**
1078
- * <p>The identifier of the Amazon Redshift cluster that the table is being restored
1079
- * to.</p>
1080
- */
1081
- ClusterIdentifier?: string;
1082
-
1083
- /**
1084
- * <p>The identifier of the snapshot that the table is being restored from.</p>
1085
- */
1086
- SnapshotIdentifier?: string;
1087
-
1088
- /**
1089
- * <p>The name of the source database that contains the table being restored.</p>
1090
- */
1091
- SourceDatabaseName?: string;
1092
-
1093
- /**
1094
- * <p>The name of the source schema that contains the table being restored.</p>
1095
- */
1096
- SourceSchemaName?: string;
1097
-
1098
- /**
1099
- * <p>The name of the source table being restored.</p>
1100
- */
1101
- SourceTableName?: string;
1102
-
1103
- /**
1104
- * <p>The name of the database to restore the table to.</p>
1105
- */
1106
- TargetDatabaseName?: string;
1107
-
1108
- /**
1109
- * <p>The name of the schema to restore the table to.</p>
1110
- */
1111
- TargetSchemaName?: string;
1112
-
1113
- /**
1114
- * <p>The name of the table to create as a result of the table restore request.</p>
1115
- */
1116
- NewTableName?: string;
1117
- }
1118
-
1119
- export namespace TableRestoreStatus {
1120
- /**
1121
- * @internal
1122
- */
1123
- export const filterSensitiveLog = (obj: TableRestoreStatus): any => ({
1124
- ...obj,
1125
- });
1126
- }
1127
-
1128
- /**
1129
- * <p></p>
1130
- */
1131
- export interface TableRestoreStatusMessage {
1132
- /**
1133
- * <p>A list of status details for one or more table restore requests.</p>
1134
- */
1135
- TableRestoreStatusDetails?: TableRestoreStatus[];
1136
-
1137
- /**
1138
- * <p>A pagination token that can be used in a subsequent <a>DescribeTableRestoreStatus</a> request.</p>
1139
- */
1140
- Marker?: string;
1141
- }
1142
-
1143
- export namespace TableRestoreStatusMessage {
1144
- /**
1145
- * @internal
1146
- */
1147
- export const filterSensitiveLog = (obj: TableRestoreStatusMessage): any => ({
1148
- ...obj,
1149
- });
1150
- }
1151
-
1152
- /**
1153
- * <p></p>
1154
- */
1155
- export interface DescribeTagsMessage {
1156
- /**
1157
- * <p>The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For
1158
- * example, <code>arn:aws:redshift:us-east-2:123456789:cluster:t1</code>. </p>
1159
- */
1160
- ResourceName?: string;
1161
-
1162
- /**
1163
- * <p>The type of resource with which you want to view tags. Valid resource types are: </p>
1164
- * <ul>
1165
- * <li>
1166
- * <p>Cluster</p>
1167
- * </li>
1168
- * <li>
1169
- * <p>CIDR/IP</p>
1170
- * </li>
1171
- * <li>
1172
- * <p>EC2 security group</p>
1173
- * </li>
1174
- * <li>
1175
- * <p>Snapshot</p>
1176
- * </li>
1177
- * <li>
1178
- * <p>Cluster security group</p>
1179
- * </li>
1180
- * <li>
1181
- * <p>Subnet group</p>
1182
- * </li>
1183
- * <li>
1184
- * <p>HSM connection</p>
1185
- * </li>
1186
- * <li>
1187
- * <p>HSM certificate</p>
1188
- * </li>
1189
- * <li>
1190
- * <p>Parameter group</p>
1191
- * </li>
1192
- * <li>
1193
- * <p>Snapshot copy grant</p>
1194
- * </li>
1195
- * </ul>
1196
- * <p>For more information about Amazon Redshift resource types and constructing ARNs, go to
1197
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-iam-access-control-specify-actions">Specifying Policy Elements: Actions, Effects, Resources, and Principals</a> in
1198
- * the Amazon Redshift Cluster Management Guide. </p>
1199
- */
1200
- ResourceType?: string;
1201
-
1202
- /**
1203
- * <p>The maximum number or response records to return in each call. If the number of
1204
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
1205
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
1206
- * set of records by retrying the command with the returned <code>marker</code> value.
1207
- * </p>
1208
- */
1209
- MaxRecords?: number;
1210
-
1211
- /**
1212
- * <p>A value that indicates the starting point for the next set of response records in a
1213
- * subsequent request. If a value is returned in a response, you can retrieve the next set
1214
- * of records by providing this returned marker value in the <code>marker</code> parameter
1215
- * and retrying the command. If the <code>marker</code> field is empty, all response
1216
- * records have been retrieved for the request. </p>
1217
- */
1218
- Marker?: string;
1219
-
1220
- /**
1221
- * <p>A tag key or keys for which you want to return all matching resources that are
1222
- * associated with the specified key or keys. For example, suppose that you have resources
1223
- * tagged with keys called <code>owner</code> and <code>environment</code>. If you specify
1224
- * both of these tag keys in the request, Amazon Redshift returns a response with all resources
1225
- * that have either or both of these tag keys associated with them.</p>
1226
- */
1227
- TagKeys?: string[];
1228
-
1229
- /**
1230
- * <p>A tag value or values for which you want to return all matching resources that are
1231
- * associated with the specified value or values. For example, suppose that you have
1232
- * resources tagged with values called <code>admin</code> and <code>test</code>. If you
1233
- * specify both of these tag values in the request, Amazon Redshift returns a response with all
1234
- * resources that have either or both of these tag values associated with them.</p>
1235
- */
1236
- TagValues?: string[];
1237
- }
1238
-
1239
- export namespace DescribeTagsMessage {
1240
- /**
1241
- * @internal
1242
- */
1243
- export const filterSensitiveLog = (obj: DescribeTagsMessage): any => ({
1244
- ...obj,
1245
- });
1246
- }
1247
-
1248
- /**
1249
- * <p>A tag and its associated resource.</p>
1250
- */
1251
- export interface TaggedResource {
1252
- /**
1253
- * <p>The tag for the resource.</p>
1254
- */
1255
- Tag?: Tag;
1256
-
1257
- /**
1258
- * <p>The Amazon Resource Name (ARN) with which the tag is associated, for example:
1259
- * <code>arn:aws:redshift:us-east-2:123456789:cluster:t1</code>.</p>
1260
- */
1261
- ResourceName?: string;
1262
-
1263
- /**
1264
- * <p>The type of resource with which the tag is associated. Valid resource types are: </p>
1265
- * <ul>
1266
- * <li>
1267
- * <p>Cluster</p>
1268
- * </li>
1269
- * <li>
1270
- * <p>CIDR/IP</p>
1271
- * </li>
1272
- * <li>
1273
- * <p>EC2 security group</p>
1274
- * </li>
1275
- * <li>
1276
- * <p>Snapshot</p>
1277
- * </li>
1278
- * <li>
1279
- * <p>Cluster security group</p>
1280
- * </li>
1281
- * <li>
1282
- * <p>Subnet group</p>
1283
- * </li>
1284
- * <li>
1285
- * <p>HSM connection</p>
1286
- * </li>
1287
- * <li>
1288
- * <p>HSM certificate</p>
1289
- * </li>
1290
- * <li>
1291
- * <p>Parameter group</p>
1292
- * </li>
1293
- * </ul>
1294
- * <p>For more information about Amazon Redshift resource types and constructing ARNs, go to
1295
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-iam-access-control-specify-actions">Constructing an Amazon Redshift Amazon Resource Name (ARN)</a> in the
1296
- * Amazon Redshift Cluster Management Guide. </p>
1297
- */
1298
- ResourceType?: string;
1299
- }
1300
-
1301
- export namespace TaggedResource {
1302
- /**
1303
- * @internal
1304
- */
1305
- export const filterSensitiveLog = (obj: TaggedResource): any => ({
1306
- ...obj,
1307
- });
1308
- }
1309
-
1310
- /**
1311
- * <p></p>
1312
- */
1313
- export interface TaggedResourceListMessage {
1314
- /**
1315
- * <p>A list of tags with their associated resources.</p>
1316
- */
1317
- TaggedResources?: TaggedResource[];
1318
-
1319
- /**
1320
- * <p>A value that indicates the starting point for the next set of response records in a
1321
- * subsequent request. If a value is returned in a response, you can retrieve the next set
1322
- * of records by providing this returned marker value in the <code>Marker</code> parameter
1323
- * and retrying the command. If the <code>Marker</code> field is empty, all response
1324
- * records have been retrieved for the request. </p>
1325
- */
1326
- Marker?: string;
1327
- }
1328
-
1329
- export namespace TaggedResourceListMessage {
1330
- /**
1331
- * @internal
1332
- */
1333
- export const filterSensitiveLog = (obj: TaggedResourceListMessage): any => ({
1334
- ...obj,
1335
- });
1336
- }
1337
-
1338
- export interface DescribeUsageLimitsMessage {
1339
- /**
1340
- * <p>The identifier of the usage limit to describe.</p>
1341
- */
1342
- UsageLimitId?: string;
1343
-
1344
- /**
1345
- * <p>The identifier of the cluster for which you want to describe usage limits.</p>
1346
- */
1347
- ClusterIdentifier?: string;
1348
-
1349
- /**
1350
- * <p>The feature type for which you want to describe usage limits.</p>
1351
- */
1352
- FeatureType?: UsageLimitFeatureType | string;
1353
-
1354
- /**
1355
- * <p>The maximum number of response records to return in each call. If the number of
1356
- * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
1357
- * is returned in a <code>marker</code> field of the response. You can retrieve the next
1358
- * set of records by retrying the command with the returned marker value. </p>
1359
- * <p>Default: <code>100</code>
1360
- * </p>
1361
- * <p>Constraints: minimum 20, maximum 100.</p>
1362
- */
1363
- MaxRecords?: number;
1364
-
1365
- /**
1366
- * <p>An optional parameter that specifies the starting point to return a set of response
1367
- * records. When the results of a <a>DescribeUsageLimits</a> request
1368
- * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
1369
- * <code>Marker</code> field of the response. You can retrieve the next set of response
1370
- * records by providing the returned marker value in the <code>Marker</code> parameter and
1371
- * retrying the request. </p>
1372
- */
1373
- Marker?: string;
1374
-
1375
- /**
1376
- * <p>A tag key or keys for which you want to return all matching usage limit objects
1377
- * that are associated with the specified key or keys. For example, suppose that you
1378
- * have parameter groups that are tagged with keys called <code>owner</code> and
1379
- * <code>environment</code>. If you specify both of these tag keys in the request,
1380
- * Amazon Redshift returns a response with the usage limit objects have either or both of these
1381
- * tag keys associated with them.</p>
1382
- */
1383
- TagKeys?: string[];
1384
-
1385
- /**
1386
- * <p>A tag value or values for which you want to return all matching usage limit objects
1387
- * that are associated with the specified tag value or values. For example, suppose
1388
- * that you have parameter groups that are tagged with values called <code>admin</code> and
1389
- * <code>test</code>. If you specify both of these tag values in the request, Amazon Redshift
1390
- * returns a response with the usage limit objects that have either or both of these tag
1391
- * values associated with them.</p>
1392
- */
1393
- TagValues?: string[];
1394
- }
1395
-
1396
- export namespace DescribeUsageLimitsMessage {
1397
- /**
1398
- * @internal
1399
- */
1400
- export const filterSensitiveLog = (obj: DescribeUsageLimitsMessage): any => ({
1401
- ...obj,
1402
- });
1403
- }
1404
-
1405
- export interface UsageLimitList {
1406
- /**
1407
- * <p>Contains the output from the <a>DescribeUsageLimits</a>
1408
- * action. </p>
1409
- */
1410
- UsageLimits?: UsageLimit[];
1411
-
1412
- /**
1413
- * <p>A value that indicates the starting point for the next set of response records in a
1414
- * subsequent request. If a value is returned in a response, you can retrieve the next set
1415
- * of records by providing this returned marker value in the <code>Marker</code> parameter
1416
- * and retrying the command. If the <code>Marker</code> field is empty, all response
1417
- * records have been retrieved for the request. </p>
1418
- */
1419
- Marker?: string;
1420
- }
1421
-
1422
- export namespace UsageLimitList {
1423
- /**
1424
- * @internal
1425
- */
1426
- export const filterSensitiveLog = (obj: UsageLimitList): any => ({
1427
- ...obj,
1428
- });
1429
- }
1430
-
1431
- /**
1432
- * <p></p>
1433
- */
1434
- export interface DisableLoggingMessage {
1435
- /**
1436
- * <p>The identifier of the cluster on which logging is to be stopped.</p>
1437
- * <p>Example: <code>examplecluster</code>
1438
- * </p>
1439
- */
1440
- ClusterIdentifier: string | undefined;
1441
- }
1442
-
1443
- export namespace DisableLoggingMessage {
1444
- /**
1445
- * @internal
1446
- */
1447
- export const filterSensitiveLog = (obj: DisableLoggingMessage): any => ({
1448
- ...obj,
1449
- });
1450
- }
1451
-
1452
- /**
1453
- * <p></p>
1454
- */
1455
- export interface DisableSnapshotCopyMessage {
1456
- /**
1457
- * <p>The unique identifier of the source cluster that you want to disable copying of
1458
- * snapshots to a destination region.</p>
1459
- * <p>Constraints: Must be the valid name of an existing cluster that has cross-region
1460
- * snapshot copy enabled.</p>
1461
- */
1462
- ClusterIdentifier: string | undefined;
1463
- }
1464
-
1465
- export namespace DisableSnapshotCopyMessage {
1466
- /**
1467
- * @internal
1468
- */
1469
- export const filterSensitiveLog = (obj: DisableSnapshotCopyMessage): any => ({
1470
- ...obj,
1471
- });
1472
- }
1473
-
1474
- export interface DisableSnapshotCopyResult {
1475
- /**
1476
- * <p>Describes a cluster.</p>
1477
- */
1478
- Cluster?: Cluster;
1479
- }
1480
-
1481
- export namespace DisableSnapshotCopyResult {
1482
- /**
1483
- * @internal
1484
- */
1485
- export const filterSensitiveLog = (obj: DisableSnapshotCopyResult): any => ({
1486
- ...obj,
1487
- });
1488
- }
1489
-
1490
- /**
1491
- * <p>The cluster already has cross-region snapshot copy disabled.</p>
1492
- */
1493
- export interface SnapshotCopyAlreadyDisabledFault extends __SmithyException, $MetadataBearer {
1494
- name: "SnapshotCopyAlreadyDisabledFault";
1495
- $fault: "client";
1496
- message?: string;
1497
- }
1498
-
1499
- export namespace SnapshotCopyAlreadyDisabledFault {
1500
- /**
1501
- * @internal
1502
- */
1503
- export const filterSensitiveLog = (obj: SnapshotCopyAlreadyDisabledFault): any => ({
1504
- ...obj,
1505
- });
1506
- }
1507
-
1508
- export interface DisassociateDataShareConsumerMessage {
1509
- /**
1510
- * <p>The Amazon Resource Name (ARN) of the datashare to remove association for. </p>
1511
- */
1512
- DataShareArn: string | undefined;
1513
-
1514
- /**
1515
- * <p>A value that specifies whether association for the datashare is removed from the
1516
- * entire account.</p>
1517
- */
1518
- DisassociateEntireAccount?: boolean;
1519
-
1520
- /**
1521
- * <p>The Amazon Resource Name (ARN) of the consumer that association for
1522
- * the datashare is removed from.</p>
1523
- */
1524
- ConsumerArn?: string;
1525
- }
1526
-
1527
- export namespace DisassociateDataShareConsumerMessage {
1528
- /**
1529
- * @internal
1530
- */
1531
- export const filterSensitiveLog = (obj: DisassociateDataShareConsumerMessage): any => ({
1532
- ...obj,
1533
- });
1534
- }
1535
-
1536
- /**
1537
- * <p></p>
1538
- */
1539
- export interface EnableLoggingMessage {
1540
- /**
1541
- * <p>The identifier of the cluster on which logging is to be started.</p>
1542
- * <p>Example: <code>examplecluster</code>
1543
- * </p>
1544
- */
1545
- ClusterIdentifier: string | undefined;
1546
-
1547
- /**
1548
- * <p>The name of an existing S3 bucket where the log files are to be stored.</p>
1549
- * <p>Constraints:</p>
1550
- * <ul>
1551
- * <li>
1552
- * <p>Must be in the same region as the cluster</p>
1553
- * </li>
1554
- * <li>
1555
- * <p>The cluster must have read bucket and put object permissions</p>
1556
- * </li>
1557
- * </ul>
1558
- */
1559
- BucketName: string | undefined;
1560
-
1561
- /**
1562
- * <p>The prefix applied to the log file names.</p>
1563
- * <p>Constraints:</p>
1564
- * <ul>
1565
- * <li>
1566
- * <p>Cannot exceed 512 characters</p>
1567
- * </li>
1568
- * <li>
1569
- * <p>Cannot contain spaces( ), double quotes ("), single quotes ('), a backslash
1570
- * (\), or control characters. The hexadecimal codes for invalid characters are: </p>
1571
- * <ul>
1572
- * <li>
1573
- * <p>x00 to x20</p>
1574
- * </li>
1575
- * <li>
1576
- * <p>x22</p>
1577
- * </li>
1578
- * <li>
1579
- * <p>x27</p>
1580
- * </li>
1581
- * <li>
1582
- * <p>x5c</p>
1583
- * </li>
1584
- * <li>
1585
- * <p>x7f or larger</p>
1586
- * </li>
1587
- * </ul>
1588
- * </li>
1589
- * </ul>
1590
- */
1591
- S3KeyPrefix?: string;
1592
- }
1593
-
1594
- export namespace EnableLoggingMessage {
1595
- /**
1596
- * @internal
1597
- */
1598
- export const filterSensitiveLog = (obj: EnableLoggingMessage): any => ({
1599
- ...obj,
1600
- });
1601
- }
1602
-
1603
- /**
1604
- * <p>The cluster does not have read bucket or put object permissions on the S3 bucket
1605
- * specified when enabling logging.</p>
1606
- */
1607
- export interface InsufficientS3BucketPolicyFault extends __SmithyException, $MetadataBearer {
1608
- name: "InsufficientS3BucketPolicyFault";
1609
- $fault: "client";
1610
- message?: string;
1611
- }
1612
-
1613
- export namespace InsufficientS3BucketPolicyFault {
1614
- /**
1615
- * @internal
1616
- */
1617
- export const filterSensitiveLog = (obj: InsufficientS3BucketPolicyFault): any => ({
1618
- ...obj,
1619
- });
1620
- }
1621
-
1622
- /**
1623
- * <p>The S3 bucket name is invalid. For more information about naming rules, go to
1624
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html">Bucket
1625
- * Restrictions and Limitations</a> in the Amazon Simple Storage Service (S3)
1626
- * Developer Guide.</p>
1627
- */
1628
- export interface InvalidS3BucketNameFault extends __SmithyException, $MetadataBearer {
1629
- name: "InvalidS3BucketNameFault";
1630
- $fault: "client";
1631
- message?: string;
1632
- }
1633
-
1634
- export namespace InvalidS3BucketNameFault {
1635
- /**
1636
- * @internal
1637
- */
1638
- export const filterSensitiveLog = (obj: InvalidS3BucketNameFault): any => ({
1639
- ...obj,
1640
- });
1641
- }
1642
-
1643
- /**
1644
- * <p>The string specified for the logging S3 key prefix does not comply with the
1645
- * documented constraints.</p>
1646
- */
1647
- export interface InvalidS3KeyPrefixFault extends __SmithyException, $MetadataBearer {
1648
- name: "InvalidS3KeyPrefixFault";
1649
- $fault: "client";
1650
- message?: string;
1651
- }
1652
-
1653
- export namespace InvalidS3KeyPrefixFault {
1654
- /**
1655
- * @internal
1656
- */
1657
- export const filterSensitiveLog = (obj: InvalidS3KeyPrefixFault): any => ({
1658
- ...obj,
1659
- });
1660
- }
1661
-
1662
- /**
1663
- * <p></p>
1664
- */
1665
- export interface EnableSnapshotCopyMessage {
1666
- /**
1667
- * <p>The unique identifier of the source cluster to copy snapshots from.</p>
1668
- * <p>Constraints: Must be the valid name of an existing cluster that does not already
1669
- * have cross-region snapshot copy enabled.</p>
1670
- */
1671
- ClusterIdentifier: string | undefined;
1672
-
1673
- /**
1674
- * <p>The destination Amazon Web Services Region that you want to copy snapshots to.</p>
1675
- * <p>Constraints: Must be the name of a valid Amazon Web Services Region. For more information, see
1676
- * <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#redshift_region">Regions and Endpoints</a> in the Amazon Web Services General Reference.
1677
- * </p>
1678
- */
1679
- DestinationRegion: string | undefined;
1680
-
1681
- /**
1682
- * <p>The number of days to retain automated snapshots in the destination region after
1683
- * they are copied from the source region.</p>
1684
- * <p>Default: 7.</p>
1685
- * <p>Constraints: Must be at least 1 and no more than 35.</p>
1686
- */
1687
- RetentionPeriod?: number;
1688
-
1689
- /**
1690
- * <p>The name of the snapshot copy grant to use when snapshots of an Amazon Web Services KMS-encrypted
1691
- * cluster are copied to the destination region.</p>
1692
- */
1693
- SnapshotCopyGrantName?: string;
1694
-
1695
- /**
1696
- * <p>The number of days to retain newly copied snapshots in the destination Amazon Web Services Region
1697
- * after they are copied from the source Amazon Web Services Region. If the value is -1, the manual
1698
- * snapshot is retained indefinitely. </p>
1699
- * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
1700
- */
1701
- ManualSnapshotRetentionPeriod?: number;
1702
- }
1703
-
1704
- export namespace EnableSnapshotCopyMessage {
1705
- /**
1706
- * @internal
1707
- */
1708
- export const filterSensitiveLog = (obj: EnableSnapshotCopyMessage): any => ({
1709
- ...obj,
1710
- });
1711
- }
1712
-
1713
- export interface EnableSnapshotCopyResult {
1714
- /**
1715
- * <p>Describes a cluster.</p>
1716
- */
1717
- Cluster?: Cluster;
1718
- }
1719
-
1720
- export namespace EnableSnapshotCopyResult {
1721
- /**
1722
- * @internal
1723
- */
1724
- export const filterSensitiveLog = (obj: EnableSnapshotCopyResult): any => ({
1725
- ...obj,
1726
- });
1727
- }
1728
-
1729
- /**
1730
- * <p>The specified options are incompatible.</p>
1731
- */
1732
- export interface IncompatibleOrderableOptions extends __SmithyException, $MetadataBearer {
1733
- name: "IncompatibleOrderableOptions";
1734
- $fault: "client";
1735
- message?: string;
1736
- }
1737
-
1738
- export namespace IncompatibleOrderableOptions {
1739
- /**
1740
- * @internal
1741
- */
1742
- export const filterSensitiveLog = (obj: IncompatibleOrderableOptions): any => ({
1743
- ...obj,
1744
- });
1745
- }
1746
-
1747
- /**
1748
- * <p>The cluster already has cross-region snapshot copy enabled.</p>
1749
- */
1750
- export interface SnapshotCopyAlreadyEnabledFault extends __SmithyException, $MetadataBearer {
1751
- name: "SnapshotCopyAlreadyEnabledFault";
1752
- $fault: "client";
1753
- message?: string;
1754
- }
1755
-
1756
- export namespace SnapshotCopyAlreadyEnabledFault {
1757
- /**
1758
- * @internal
1759
- */
1760
- export const filterSensitiveLog = (obj: SnapshotCopyAlreadyEnabledFault): any => ({
1761
- ...obj,
1762
- });
1763
- }
1764
-
1765
- /**
1766
- * <p>The specified region is incorrect or does not exist.</p>
1767
- */
1768
- export interface UnknownSnapshotCopyRegionFault extends __SmithyException, $MetadataBearer {
1769
- name: "UnknownSnapshotCopyRegionFault";
1770
- $fault: "client";
1771
- message?: string;
1772
- }
1773
-
1774
- export namespace UnknownSnapshotCopyRegionFault {
1775
- /**
1776
- * @internal
1777
- */
1778
- export const filterSensitiveLog = (obj: UnknownSnapshotCopyRegionFault): any => ({
1779
- ...obj,
1780
- });
1781
- }
1782
-
1783
- /**
1784
- * <p>The authorization for this endpoint can't be found.</p>
1785
- */
1786
- export interface EndpointAuthorizationNotFoundFault extends __SmithyException, $MetadataBearer {
1787
- name: "EndpointAuthorizationNotFoundFault";
1788
- $fault: "client";
1789
- message?: string;
1790
- }
1791
-
1792
- export namespace EndpointAuthorizationNotFoundFault {
1793
- /**
1794
- * @internal
1795
- */
1796
- export const filterSensitiveLog = (obj: EndpointAuthorizationNotFoundFault): any => ({
1797
- ...obj,
1798
- });
1799
- }
1800
-
1801
- /**
1802
- * <p>The request parameters to get cluster credentials.</p>
1803
- */
1804
- export interface GetClusterCredentialsMessage {
1805
- /**
1806
- * <p>The name of a database user. If a user name matching <code>DbUser</code> exists in
1807
- * the database, the temporary user credentials have the same permissions as the existing
1808
- * user. If <code>DbUser</code> doesn't exist in the database and <code>Autocreate</code>
1809
- * is <code>True</code>, a new user is created using the value for <code>DbUser</code> with
1810
- * PUBLIC permissions. If a database user matching the value for <code>DbUser</code>
1811
- * doesn't exist and <code>Autocreate</code> is <code>False</code>, then the command
1812
- * succeeds but the connection attempt will fail because the user doesn't exist in the
1813
- * database.</p>
1814
- * <p>For more information, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html">CREATE USER</a> in the Amazon
1815
- * Redshift Database Developer Guide. </p>
1816
- * <p>Constraints:</p>
1817
- * <ul>
1818
- * <li>
1819
- * <p>Must be 1 to 64 alphanumeric characters or hyphens. The user name can't be
1820
- * <code>PUBLIC</code>.</p>
1821
- * </li>
1822
- * <li>
1823
- * <p>Must contain only lowercase letters, numbers, underscore, plus sign, period
1824
- * (dot), at symbol (@), or hyphen.</p>
1825
- * </li>
1826
- * <li>
1827
- * <p>First character must be a letter.</p>
1828
- * </li>
1829
- * <li>
1830
- * <p>Must not contain a colon ( : ) or slash ( / ). </p>
1831
- * </li>
1832
- * <li>
1833
- * <p>Cannot be a reserved word. A list of reserved words can be found in <a href="http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html">Reserved Words</a> in the Amazon
1834
- * Redshift Database Developer Guide.</p>
1835
- * </li>
1836
- * </ul>
1837
- */
1838
- DbUser: string | undefined;
1839
-
1840
- /**
1841
- * <p>The name of a database that <code>DbUser</code> is authorized to log on to. If
1842
- * <code>DbName</code> is not specified, <code>DbUser</code> can log on to any existing
1843
- * database.</p>
1844
- * <p>Constraints:</p>
1845
- * <ul>
1846
- * <li>
1847
- * <p>Must be 1 to 64 alphanumeric characters or hyphens</p>
1848
- * </li>
1849
- * <li>
1850
- * <p>Must contain only lowercase letters, numbers, underscore, plus sign, period
1851
- * (dot), at symbol (@), or hyphen.</p>
1852
- * </li>
1853
- * <li>
1854
- * <p>First character must be a letter.</p>
1855
- * </li>
1856
- * <li>
1857
- * <p>Must not contain a colon ( : ) or slash ( / ). </p>
1858
- * </li>
1859
- * <li>
1860
- * <p>Cannot be a reserved word. A list of reserved words can be found in <a href="http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html">Reserved Words</a> in the Amazon
1861
- * Redshift Database Developer Guide.</p>
1862
- * </li>
1863
- * </ul>
1864
- */
1865
- DbName?: string;
1866
-
1867
- /**
1868
- * <p>The unique identifier of the cluster that contains the database for which your are
1869
- * requesting credentials. This parameter is case sensitive.</p>
1870
- */
1871
- ClusterIdentifier: string | undefined;
1872
-
1873
- /**
1874
- * <p>The number of seconds until the returned temporary password expires.</p>
1875
- * <p>Constraint: minimum 900, maximum 3600.</p>
1876
- * <p>Default: 900</p>
1877
- */
1878
- DurationSeconds?: number;
1879
-
1880
- /**
1881
- * <p>Create a database user with the name specified for the user named in
1882
- * <code>DbUser</code> if one does not exist.</p>
1883
- */
1884
- AutoCreate?: boolean;
1885
-
1886
- /**
1887
- * <p>A list of the names of existing database groups that the user named in
1888
- * <code>DbUser</code> will join for the current session, in addition to any group
1889
- * memberships for an existing user. If not specified, a new user is added only to
1890
- * PUBLIC.</p>
1891
- * <p>Database group name constraints</p>
1892
- * <ul>
1893
- * <li>
1894
- * <p>Must be 1 to 64 alphanumeric characters or hyphens</p>
1895
- * </li>
1896
- * <li>
1897
- * <p>Must contain only lowercase letters, numbers, underscore, plus sign, period
1898
- * (dot), at symbol (@), or hyphen.</p>
1899
- * </li>
1900
- * <li>
1901
- * <p>First character must be a letter.</p>
1902
- * </li>
1903
- * <li>
1904
- * <p>Must not contain a colon ( : ) or slash ( / ). </p>
1905
- * </li>
1906
- * <li>
1907
- * <p>Cannot be a reserved word. A list of reserved words can be found in <a href="http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html">Reserved Words</a> in the Amazon
1908
- * Redshift Database Developer Guide.</p>
1909
- * </li>
1910
- * </ul>
1911
- */
1912
- DbGroups?: string[];
1913
- }
1914
-
1915
- export namespace GetClusterCredentialsMessage {
1916
- /**
1917
- * @internal
1918
- */
1919
- export const filterSensitiveLog = (obj: GetClusterCredentialsMessage): any => ({
1920
- ...obj,
1921
- });
1922
- }
1923
-
1924
- /**
1925
- * <p></p>
1926
- */
1927
- export interface GetReservedNodeExchangeOfferingsInputMessage {
1928
- /**
1929
- * <p>A string representing the node identifier for the DC1 Reserved Node to be
1930
- * exchanged.</p>
1931
- */
1932
- ReservedNodeId: string | undefined;
1933
-
1934
- /**
1935
- * <p>An integer setting the maximum number of ReservedNodeOfferings to
1936
- * retrieve.</p>
1937
- */
1938
- MaxRecords?: number;
1939
-
1940
- /**
1941
- * <p>A value that indicates the starting point for the next set of
1942
- * ReservedNodeOfferings.</p>
1943
- */
1944
- Marker?: string;
1945
- }
1946
-
1947
- export namespace GetReservedNodeExchangeOfferingsInputMessage {
1948
- /**
1949
- * @internal
1950
- */
1951
- export const filterSensitiveLog = (obj: GetReservedNodeExchangeOfferingsInputMessage): any => ({
1952
- ...obj,
1953
- });
1954
- }
1955
-
1956
- export interface GetReservedNodeExchangeOfferingsOutputMessage {
1957
- /**
1958
- * <p>An optional parameter that specifies the starting point for returning a set of
1959
- * response records. When the results of a <code>GetReservedNodeExchangeOfferings</code>
1960
- * request exceed the value specified in MaxRecords, Amazon Redshift returns a value in the
1961
- * marker field of the response. You can retrieve the next set of response records by
1962
- * providing the returned marker value in the marker parameter and retrying the request.
1963
- * </p>
1964
- */
1965
- Marker?: string;
1966
-
1967
- /**
1968
- * <p>Returns an array of <a>ReservedNodeOffering</a> objects.</p>
1969
- */
1970
- ReservedNodeOfferings?: ReservedNodeOffering[];
1971
- }
1972
-
1973
- export namespace GetReservedNodeExchangeOfferingsOutputMessage {
1974
- /**
1975
- * @internal
1976
- */
1977
- export const filterSensitiveLog = (obj: GetReservedNodeExchangeOfferingsOutputMessage): any => ({
1978
- ...obj,
1979
- });
1980
- }
1981
-
1982
- /**
1983
- * <p>You have exceeded the allowed number of table restore requests. Wait for your
1984
- * current table restore requests to complete before making a new request.</p>
1985
- */
1986
- export interface InProgressTableRestoreQuotaExceededFault extends __SmithyException, $MetadataBearer {
1987
- name: "InProgressTableRestoreQuotaExceededFault";
1988
- $fault: "client";
1989
- message?: string;
1990
- }
1991
-
1992
- export namespace InProgressTableRestoreQuotaExceededFault {
1993
- /**
1994
- * @internal
1995
- */
1996
- export const filterSensitiveLog = (obj: InProgressTableRestoreQuotaExceededFault): any => ({
1997
- ...obj,
1998
- });
1999
- }
2000
-
2001
- /**
2002
- * <p>The restore is invalid.</p>
2003
- */
2004
- export interface InvalidRestoreFault extends __SmithyException, $MetadataBearer {
2005
- name: "InvalidRestoreFault";
2006
- $fault: "client";
2007
- message?: string;
2008
- }
2009
-
2010
- export namespace InvalidRestoreFault {
2011
- /**
2012
- * @internal
2013
- */
2014
- export const filterSensitiveLog = (obj: InvalidRestoreFault): any => ({
2015
- ...obj,
2016
- });
2017
- }
2018
-
2019
- /**
2020
- * <p>The value specified for the <code>sourceDatabaseName</code>,
2021
- * <code>sourceSchemaName</code>, or <code>sourceTableName</code> parameter, or a
2022
- * combination of these, doesn't exist in the snapshot.</p>
2023
- */
2024
- export interface InvalidTableRestoreArgumentFault extends __SmithyException, $MetadataBearer {
2025
- name: "InvalidTableRestoreArgumentFault";
2026
- $fault: "client";
2027
- message?: string;
2028
- }
2029
-
2030
- export namespace InvalidTableRestoreArgumentFault {
2031
- /**
2032
- * @internal
2033
- */
2034
- export const filterSensitiveLog = (obj: InvalidTableRestoreArgumentFault): any => ({
2035
- ...obj,
2036
- });
2037
- }
2038
-
2039
- export interface ModifyAquaInputMessage {
2040
- /**
2041
- * <p>The identifier of the cluster to be modified.</p>
2042
- */
2043
- ClusterIdentifier: string | undefined;
2044
-
2045
- /**
2046
- * <p>The new value of AQUA configuration status. Possible values include the following.</p>
2047
- * <ul>
2048
- * <li>
2049
- * <p>enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.</p>
2050
- * </li>
2051
- * <li>
2052
- * <p>disabled - Don't use AQUA. </p>
2053
- * </li>
2054
- * <li>
2055
- * <p>auto - Amazon Redshift determines whether to use AQUA.</p>
2056
- * </li>
2057
- * </ul>
2058
- */
2059
- AquaConfigurationStatus?: AquaConfigurationStatus | string;
2060
- }
2061
-
2062
- export namespace ModifyAquaInputMessage {
2063
- /**
2064
- * @internal
2065
- */
2066
- export const filterSensitiveLog = (obj: ModifyAquaInputMessage): any => ({
2067
- ...obj,
2068
- });
2069
- }
2070
-
2071
- export interface ModifyAquaOutputMessage {
2072
- /**
2073
- * <p>The updated AQUA configuration of the cluster. </p>
2074
- */
2075
- AquaConfiguration?: AquaConfiguration;
2076
- }
2077
-
2078
- export namespace ModifyAquaOutputMessage {
2079
- /**
2080
- * @internal
2081
- */
2082
- export const filterSensitiveLog = (obj: ModifyAquaOutputMessage): any => ({
2083
- ...obj,
2084
- });
2085
- }
2086
-
2087
- export interface ModifyAuthenticationProfileMessage {
2088
- /**
2089
- * <p>The name of the authentication profile to replace.</p>
2090
- */
2091
- AuthenticationProfileName: string | undefined;
2092
-
2093
- /**
2094
- * <p>The new content of the authentication profile in JSON format.
2095
- * The maximum length of the JSON string is determined by a quota for your account.</p>
2096
- */
2097
- AuthenticationProfileContent: string | undefined;
2098
- }
2099
-
2100
- export namespace ModifyAuthenticationProfileMessage {
2101
- /**
2102
- * @internal
2103
- */
2104
- export const filterSensitiveLog = (obj: ModifyAuthenticationProfileMessage): any => ({
2105
- ...obj,
2106
- });
2107
- }
2108
-
2109
- export interface ModifyAuthenticationProfileResult {
2110
- /**
2111
- * <p>The name of the authentication profile that was replaced.</p>
2112
- */
2113
- AuthenticationProfileName?: string;
2114
-
2115
- /**
2116
- * <p>The updated content of the authentication profile in JSON format.</p>
2117
- */
2118
- AuthenticationProfileContent?: string;
2119
- }
2120
-
2121
- export namespace ModifyAuthenticationProfileResult {
2122
- /**
2123
- * @internal
2124
- */
2125
- export const filterSensitiveLog = (obj: ModifyAuthenticationProfileResult): any => ({
2126
- ...obj,
2127
- });
2128
- }
2129
-
2130
- /**
2131
- * <p></p>
2132
- */
2133
- export interface ModifyClusterMessage {
2134
- /**
2135
- * <p>The unique identifier of the cluster to be modified.</p>
2136
- * <p>Example: <code>examplecluster</code>
2137
- * </p>
2138
- */
2139
- ClusterIdentifier: string | undefined;
2140
-
2141
- /**
2142
- * <p>The new cluster type.</p>
2143
- * <p>When you submit your cluster resize request, your existing cluster goes into a
2144
- * read-only mode. After Amazon Redshift provisions a new cluster based on your resize
2145
- * requirements, there will be outage for a period while the old cluster is deleted and
2146
- * your connection is switched to the new cluster. You can use <a>DescribeResize</a> to track the progress of the resize request. </p>
2147
- * <p>Valid Values: <code> multi-node | single-node </code>
2148
- * </p>
2149
- */
2150
- ClusterType?: string;
2151
-
2152
- /**
2153
- * <p>The new node type of the cluster. If you specify a new node type, you must also
2154
- * specify the number of nodes parameter.</p>
2155
- * <p>
2156
- * For more information about resizing clusters, go to
2157
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/rs-resize-tutorial.html">Resizing Clusters in Amazon Redshift</a>
2158
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
2159
- *
2160
- * <p>Valid Values: <code>ds2.xlarge</code> | <code>ds2.8xlarge</code> |
2161
- * <code>dc1.large</code> | <code>dc1.8xlarge</code> |
2162
- * <code>dc2.large</code> | <code>dc2.8xlarge</code> |
2163
- * <code>ra3.xlplus</code> | <code>ra3.4xlarge</code> | <code>ra3.16xlarge</code>
2164
- * </p>
2165
- */
2166
- NodeType?: string;
2167
-
2168
- /**
2169
- * <p>The new number of nodes of the cluster. If you specify a new number of nodes, you
2170
- * must also specify the node type parameter.</p>
2171
- * <p>
2172
- * For more information about resizing clusters, go to
2173
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/rs-resize-tutorial.html">Resizing Clusters in Amazon Redshift</a>
2174
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
2175
- *
2176
- * <p>Valid Values: Integer greater than <code>0</code>.</p>
2177
- */
2178
- NumberOfNodes?: number;
2179
-
2180
- /**
2181
- * <p>A list of cluster security groups to be authorized on this cluster. This change is
2182
- * asynchronously applied as soon as possible.</p>
2183
- * <p>Security groups currently associated with the cluster, and not in the list of
2184
- * groups to apply, will be revoked from the cluster.</p>
2185
- * <p>Constraints:</p>
2186
- * <ul>
2187
- * <li>
2188
- * <p>Must be 1 to 255 alphanumeric characters or hyphens</p>
2189
- * </li>
2190
- * <li>
2191
- * <p>First character must be a letter</p>
2192
- * </li>
2193
- * <li>
2194
- * <p>Cannot end with a hyphen or contain two consecutive hyphens</p>
2195
- * </li>
2196
- * </ul>
2197
- */
2198
- ClusterSecurityGroups?: string[];
2199
-
2200
- /**
2201
- * <p>A list of virtual private cloud (VPC) security groups to be associated with the
2202
- * cluster. This change is asynchronously applied as soon as possible.</p>
2203
- */
2204
- VpcSecurityGroupIds?: string[];
2205
-
2206
- /**
2207
- * <p>The new password for the cluster admin user. This change is asynchronously applied
2208
- * as soon as possible. Between the time of the request and the completion of the request,
2209
- * the <code>MasterUserPassword</code> element exists in the
2210
- * <code>PendingModifiedValues</code> element of the operation response. </p>
2211
- * <note>
2212
- * <p>Operations never return the password, so this operation provides a way to
2213
- * regain access to the admin user account for a cluster if the password is
2214
- * lost.</p>
2215
- * </note>
2216
- * <p>Default: Uses existing setting.</p>
2217
- * <p>Constraints:</p>
2218
- * <ul>
2219
- * <li>
2220
- * <p>Must be between 8 and 64 characters in length.</p>
2221
- * </li>
2222
- * <li>
2223
- * <p>Must contain at least one uppercase letter.</p>
2224
- * </li>
2225
- * <li>
2226
- * <p>Must contain at least one lowercase letter.</p>
2227
- * </li>
2228
- * <li>
2229
- * <p>Must contain one number.</p>
2230
- * </li>
2231
- * <li>
2232
- * <p>Can be any printable ASCII character (ASCII code 33 to 126) except '
2233
- * (single quote), " (double quote), \, /, @, or space.</p>
2234
- * </li>
2235
- * </ul>
2236
- */
2237
- MasterUserPassword?: string;
2238
-
2239
- /**
2240
- * <p>The name of the cluster parameter group to apply to this cluster. This change is
2241
- * applied only after the cluster is rebooted. To reboot a cluster use <a>RebootCluster</a>. </p>
2242
- * <p>Default: Uses existing setting.</p>
2243
- * <p>Constraints: The cluster parameter group must be in the same parameter group family
2244
- * that matches the cluster version.</p>
2245
- */
2246
- ClusterParameterGroupName?: string;
2247
-
2248
- /**
2249
- * <p>The number of days that automated snapshots are retained. If the value is 0,
2250
- * automated snapshots are disabled. Even if automated snapshots are disabled, you can
2251
- * still create manual snapshots when you want with <a>CreateClusterSnapshot</a>. </p>
2252
- * <p>If you decrease the automated snapshot retention period from its current value,
2253
- * existing automated snapshots that fall outside of the new retention period will be
2254
- * immediately deleted.</p>
2255
- *
2256
- * <p>You can't disable automated snapshots for RA3 node types. Set the automated retention period from 1-35 days.</p>
2257
- * <p>Default: Uses existing setting.</p>
2258
- * <p>Constraints: Must be a value from 0 to 35.</p>
2259
- */
2260
- AutomatedSnapshotRetentionPeriod?: number;
2261
-
2262
- /**
2263
- * <p>The default for number of days that a newly created manual snapshot is retained. If
2264
- * the value is -1, the manual snapshot is retained indefinitely. This value doesn't
2265
- * retroactively change the retention periods of existing manual snapshots.</p>
2266
- * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
2267
- * <p>The default value is -1.</p>
2268
- */
2269
- ManualSnapshotRetentionPeriod?: number;
2270
-
2271
- /**
2272
- * <p>The weekly time range (in UTC) during which system maintenance can occur, if
2273
- * necessary. If system maintenance is necessary during the window, it may result in an
2274
- * outage.</p>
2275
- * <p>This maintenance window change is made immediately. If the new maintenance window
2276
- * indicates the current time, there must be at least 120 minutes between the current time
2277
- * and end of the window in order to ensure that pending changes are applied.</p>
2278
- * <p>Default: Uses existing setting.</p>
2279
- * <p>Format: ddd:hh24:mi-ddd:hh24:mi, for example
2280
- * <code>wed:07:30-wed:08:00</code>.</p>
2281
- * <p>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</p>
2282
- * <p>Constraints: Must be at least 30 minutes.</p>
2283
- */
2284
- PreferredMaintenanceWindow?: string;
2285
-
2286
- /**
2287
- * <p>The new version number of the Amazon Redshift engine to upgrade to.</p>
2288
- * <p>For major version upgrades, if a non-default cluster parameter group is currently
2289
- * in use, a new cluster parameter group in the cluster parameter group family for the new
2290
- * version must be specified. The new cluster parameter group can be the default for that
2291
- * cluster parameter group family.
2292
- * For more information about parameters and parameter groups, go to
2293
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
2294
- * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
2295
- * <p>Example: <code>1.0</code>
2296
- * </p>
2297
- */
2298
- ClusterVersion?: string;
2299
-
2300
- /**
2301
- * <p>If <code>true</code>, major version upgrades will be applied automatically to the
2302
- * cluster during the maintenance window. </p>
2303
- * <p>Default: <code>false</code>
2304
- * </p>
2305
- */
2306
- AllowVersionUpgrade?: boolean;
2307
-
2308
- /**
2309
- * <p>Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to
2310
- * retrieve the data encryption keys stored in an HSM.</p>
2311
- */
2312
- HsmClientCertificateIdentifier?: string;
2313
-
2314
- /**
2315
- * <p>Specifies the name of the HSM configuration that contains the information the
2316
- * Amazon Redshift cluster can use to retrieve and store keys in an HSM.</p>
2317
- */
2318
- HsmConfigurationIdentifier?: string;
2319
-
2320
- /**
2321
- * <p>The new identifier for the cluster.</p>
2322
- * <p>Constraints:</p>
2323
- * <ul>
2324
- * <li>
2325
- * <p>Must contain from 1 to 63 alphanumeric characters or hyphens.</p>
2326
- * </li>
2327
- * <li>
2328
- * <p>Alphabetic characters must be lowercase.</p>
2329
- * </li>
2330
- * <li>
2331
- * <p>First character must be a letter.</p>
2332
- * </li>
2333
- * <li>
2334
- * <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>
2335
- * </li>
2336
- * <li>
2337
- * <p>Must be unique for all clusters within an Amazon Web Services account.</p>
2338
- * </li>
2339
- * </ul>
2340
- *
2341
- * <p>Example: <code>examplecluster</code>
2342
- * </p>
2343
- */
2344
- NewClusterIdentifier?: string;
2345
-
2346
- /**
2347
- * <p>If <code>true</code>, the cluster can be accessed from a public network. Only
2348
- * clusters in VPCs can be set to be publicly available.</p>
2349
- */
2350
- PubliclyAccessible?: boolean;
2351
-
2352
- /**
2353
- * <p>The Elastic IP (EIP) address for the cluster.</p>
2354
- * <p>Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible
2355
- * through an Internet gateway. For more information about provisioning clusters in
2356
- * EC2-VPC, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#cluster-platforms">Supported
2357
- * Platforms to Launch Your Cluster</a> in the Amazon Redshift Cluster Management Guide.</p>
2358
- */
2359
- ElasticIp?: string;
2360
-
2361
- /**
2362
- * <p>An option that specifies whether to create the cluster with enhanced VPC routing
2363
- * enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a
2364
- * VPC. For more information, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/enhanced-vpc-routing.html">Enhanced VPC Routing</a> in
2365
- * the Amazon Redshift Cluster Management Guide.</p>
2366
- * <p>If this option is <code>true</code>, enhanced VPC routing is enabled. </p>
2367
- * <p>Default: false</p>
2368
- */
2369
- EnhancedVpcRouting?: boolean;
2370
-
2371
- /**
2372
- * <p>The name for the maintenance track that you want to assign for the cluster. This name
2373
- * change is asynchronous. The new track name stays in the
2374
- * <code>PendingModifiedValues</code> for the cluster until the next maintenance
2375
- * window. When the maintenance track changes, the cluster is switched to the latest
2376
- * cluster release available for the maintenance track. At this point, the maintenance
2377
- * track name is applied.</p>
2378
- */
2379
- MaintenanceTrackName?: string;
2380
-
2381
- /**
2382
- * <p>Indicates whether the cluster is encrypted. If the value is encrypted (true) and you
2383
- * provide a value for the <code>KmsKeyId</code> parameter, we encrypt the cluster
2384
- * with the provided <code>KmsKeyId</code>. If you don't provide a <code>KmsKeyId</code>,
2385
- * we encrypt with the default key. </p>
2386
- * <p>If the value is not encrypted (false), then the cluster is decrypted. </p>
2387
- */
2388
- Encrypted?: boolean;
2389
-
2390
- /**
2391
- * <p>The Key Management Service (KMS) key ID of the encryption key that you want to use
2392
- * to encrypt data in the cluster.</p>
2393
- */
2394
- KmsKeyId?: string;
2395
-
2396
- /**
2397
- * <p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.</p>
2398
- */
2399
- AvailabilityZoneRelocation?: boolean;
2400
-
2401
- /**
2402
- * <p>The option to initiate relocation for an Amazon Redshift cluster to the target Availability Zone.</p>
2403
- */
2404
- AvailabilityZone?: string;
2405
-
2406
- /**
2407
- * <p>The option to change the port of an Amazon Redshift cluster.</p>
2408
- */
2409
- Port?: number;
2410
- }
2411
-
2412
- export namespace ModifyClusterMessage {
2413
- /**
2414
- * @internal
2415
- */
2416
- export const filterSensitiveLog = (obj: ModifyClusterMessage): any => ({
2417
- ...obj,
2418
- });
2419
- }
2420
-
2421
- export interface ModifyClusterResult {
2422
- /**
2423
- * <p>Describes a cluster.</p>
2424
- */
2425
- Cluster?: Cluster;
2426
- }
2427
-
2428
- export namespace ModifyClusterResult {
2429
- /**
2430
- * @internal
2431
- */
2432
- export const filterSensitiveLog = (obj: ModifyClusterResult): any => ({
2433
- ...obj,
2434
- });
2435
- }
2436
-
2437
- /**
2438
- * <p>The number of tables in the cluster exceeds the limit for the requested new cluster
2439
- * node type. </p>
2440
- */
2441
- export interface TableLimitExceededFault extends __SmithyException, $MetadataBearer {
2442
- name: "TableLimitExceededFault";
2443
- $fault: "client";
2444
- message?: string;
2445
- }
2446
-
2447
- export namespace TableLimitExceededFault {
2448
- /**
2449
- * @internal
2450
- */
2451
- export const filterSensitiveLog = (obj: TableLimitExceededFault): any => ({
2452
- ...obj,
2453
- });
2454
- }
2455
-
2456
- /**
2457
- * <p>A request option was specified that is not supported.</p>
2458
- */
2459
- export interface UnsupportedOptionFault extends __SmithyException, $MetadataBearer {
2460
- name: "UnsupportedOptionFault";
2461
- $fault: "client";
2462
- message?: string;
2463
- }
2464
-
2465
- export namespace UnsupportedOptionFault {
2466
- /**
2467
- * @internal
2468
- */
2469
- export const filterSensitiveLog = (obj: UnsupportedOptionFault): any => ({
2470
- ...obj,
2471
- });
2472
- }
2473
-
2474
- export interface ModifyClusterDbRevisionMessage {
2475
- /**
2476
- * <p>The unique identifier of a cluster whose database revision you want to modify. </p>
2477
- * <p>Example: <code>examplecluster</code>
2478
- * </p>
2479
- */
2480
- ClusterIdentifier: string | undefined;
2481
-
2482
- /**
2483
- * <p>The identifier of the database revision. You can retrieve this value from the
2484
- * response to the <a>DescribeClusterDbRevisions</a> request.</p>
2485
- */
2486
- RevisionTarget: string | undefined;
2487
- }
2488
-
2489
- export namespace ModifyClusterDbRevisionMessage {
2490
- /**
2491
- * @internal
2492
- */
2493
- export const filterSensitiveLog = (obj: ModifyClusterDbRevisionMessage): any => ({
2494
- ...obj,
2495
- });
2496
- }
2497
-
2498
- export interface ModifyClusterDbRevisionResult {
2499
- /**
2500
- * <p>Describes a cluster.</p>
2501
- */
2502
- Cluster?: Cluster;
2503
- }
2504
-
2505
- export namespace ModifyClusterDbRevisionResult {
2506
- /**
2507
- * @internal
2508
- */
2509
- export const filterSensitiveLog = (obj: ModifyClusterDbRevisionResult): any => ({
2510
- ...obj,
2511
- });
2512
- }
2513
-
2514
- /**
2515
- * <p></p>
2516
- */
2517
- export interface ModifyClusterIamRolesMessage {
2518
- /**
2519
- * <p>The unique identifier of the cluster for which you want to associate or
2520
- * disassociate IAM roles.</p>
2521
- */
2522
- ClusterIdentifier: string | undefined;
2523
-
2524
- /**
2525
- * <p>Zero or more IAM roles to associate with the cluster. The roles must be in their
2526
- * Amazon Resource Name (ARN) format. You can associate up to 10 IAM roles with a single
2527
- * cluster in a single request.</p>
2528
- */
2529
- AddIamRoles?: string[];
2530
-
2531
- /**
2532
- * <p>Zero or more IAM roles in ARN format to disassociate from the cluster. You can
2533
- * disassociate up to 10 IAM roles from a single cluster in a single request.</p>
2534
- */
2535
- RemoveIamRoles?: string[];
2536
- }
2537
-
2538
- export namespace ModifyClusterIamRolesMessage {
2539
- /**
2540
- * @internal
2541
- */
2542
- export const filterSensitiveLog = (obj: ModifyClusterIamRolesMessage): any => ({
2543
- ...obj,
2544
- });
2545
- }
2546
-
2547
- export interface ModifyClusterIamRolesResult {
2548
- /**
2549
- * <p>Describes a cluster.</p>
2550
- */
2551
- Cluster?: Cluster;
2552
- }
2553
-
2554
- export namespace ModifyClusterIamRolesResult {
2555
- /**
2556
- * @internal
2557
- */
2558
- export const filterSensitiveLog = (obj: ModifyClusterIamRolesResult): any => ({
2559
- ...obj,
2560
- });
2561
- }
2562
-
2563
- export interface ModifyClusterMaintenanceMessage {
2564
- /**
2565
- * <p>A unique identifier for the cluster.</p>
2566
- */
2567
- ClusterIdentifier: string | undefined;
2568
-
2569
- /**
2570
- * <p>A boolean indicating whether to enable the deferred maintenance window. </p>
2571
- */
2572
- DeferMaintenance?: boolean;
2573
-
2574
- /**
2575
- * <p>A unique identifier for the deferred maintenance window.</p>
2576
- */
2577
- DeferMaintenanceIdentifier?: string;
2578
-
2579
- /**
2580
- * <p>A timestamp indicating the start time for the deferred maintenance window.</p>
2581
- */
2582
- DeferMaintenanceStartTime?: Date;
2583
-
2584
- /**
2585
- * <p>A timestamp indicating end time for the deferred maintenance window. If you specify an
2586
- * end time, you can't specify a duration.</p>
2587
- */
2588
- DeferMaintenanceEndTime?: Date;
2589
-
2590
- /**
2591
- * <p>An integer indicating the duration of the maintenance window in days. If you specify a
2592
- * duration, you can't specify an end time. The duration must be 45 days or less.</p>
2593
- */
2594
- DeferMaintenanceDuration?: number;
2595
- }
2596
-
2597
- export namespace ModifyClusterMaintenanceMessage {
2598
- /**
2599
- * @internal
2600
- */
2601
- export const filterSensitiveLog = (obj: ModifyClusterMaintenanceMessage): any => ({
2602
- ...obj,
2603
- });
2604
- }
2605
-
2606
- export interface ModifyClusterMaintenanceResult {
2607
- /**
2608
- * <p>Describes a cluster.</p>
2609
- */
2610
- Cluster?: Cluster;
2611
- }
2612
-
2613
- export namespace ModifyClusterMaintenanceResult {
2614
- /**
2615
- * @internal
2616
- */
2617
- export const filterSensitiveLog = (obj: ModifyClusterMaintenanceResult): any => ({
2618
- ...obj,
2619
- });
2620
- }
2621
-
2622
- /**
2623
- * <p>Describes a modify cluster parameter group operation. </p>
2624
- */
2625
- export interface ModifyClusterParameterGroupMessage {
2626
- /**
2627
- * <p>The name of the parameter group to be modified.</p>
2628
- */
2629
- ParameterGroupName: string | undefined;
2630
-
2631
- /**
2632
- * <p>An array of parameters to be modified. A maximum of 20 parameters can be modified
2633
- * in a single request.</p>
2634
- * <p>For each parameter to be modified, you must supply at least the parameter name and
2635
- * parameter value; other name-value pairs of the parameter are optional.</p>
2636
- * <p>For the workload management (WLM) configuration, you must supply all the name-value
2637
- * pairs in the wlm_json_configuration parameter.</p>
2638
- */
2639
- Parameters: Parameter[] | undefined;
2640
- }
2641
-
2642
- export namespace ModifyClusterParameterGroupMessage {
2643
- /**
2644
- * @internal
2645
- */
2646
- export const filterSensitiveLog = (obj: ModifyClusterParameterGroupMessage): any => ({
2647
- ...obj,
2648
- });
2649
- }
2650
-
2651
- export interface ModifyClusterSnapshotMessage {
2652
- /**
2653
- * <p>The identifier of the snapshot whose setting you want to modify.</p>
2654
- */
2655
- SnapshotIdentifier: string | undefined;
2656
-
2657
- /**
2658
- * <p>The number of days that a manual snapshot is retained. If the value is -1, the manual
2659
- * snapshot is retained indefinitely.</p>
2660
- * <p>If the manual snapshot falls outside of the new retention period, you can specify the
2661
- * force option to immediately delete the snapshot.</p>
2662
- * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
2663
- */
2664
- ManualSnapshotRetentionPeriod?: number;
2665
-
2666
- /**
2667
- * <p>A Boolean option to override an exception if the retention period has already
2668
- * passed.</p>
2669
- */
2670
- Force?: boolean;
2671
- }
2672
-
2673
- export namespace ModifyClusterSnapshotMessage {
2674
- /**
2675
- * @internal
2676
- */
2677
- export const filterSensitiveLog = (obj: ModifyClusterSnapshotMessage): any => ({
2678
- ...obj,
2679
- });
2680
- }
2681
-
2682
- export interface ModifyClusterSnapshotResult {
2683
- /**
2684
- * <p>Describes a snapshot.</p>
2685
- */
2686
- Snapshot?: Snapshot;
2687
- }
2688
-
2689
- export namespace ModifyClusterSnapshotResult {
2690
- /**
2691
- * @internal
2692
- */
2693
- export const filterSensitiveLog = (obj: ModifyClusterSnapshotResult): any => ({
2694
- ...obj,
2695
- });
2696
- }
2697
-
2698
- export interface ModifyClusterSnapshotScheduleMessage {
2699
- /**
2700
- * <p>A unique identifier for the cluster whose snapshot schedule you want to modify.
2701
- * </p>
2702
- */
2703
- ClusterIdentifier: string | undefined;
2704
-
2705
- /**
2706
- * <p>A unique alphanumeric identifier for the schedule that you want to associate with the
2707
- * cluster.</p>
2708
- */
2709
- ScheduleIdentifier?: string;
2710
-
2711
- /**
2712
- * <p>A boolean to indicate whether to remove the assoiciation between the cluster and the
2713
- * schedule.</p>
2714
- */
2715
- DisassociateSchedule?: boolean;
2716
- }
2717
-
2718
- export namespace ModifyClusterSnapshotScheduleMessage {
2719
- /**
2720
- * @internal
2721
- */
2722
- export const filterSensitiveLog = (obj: ModifyClusterSnapshotScheduleMessage): any => ({
2723
- ...obj,
2724
- });
2725
- }
2726
-
2727
- /**
2728
- * <p></p>
2729
- */
2730
- export interface ModifyClusterSubnetGroupMessage {
2731
- /**
2732
- * <p>The name of the subnet group to be modified.</p>
2733
- */
2734
- ClusterSubnetGroupName: string | undefined;
2735
-
2736
- /**
2737
- * <p>A text description of the subnet group to be modified.</p>
2738
- */
2739
- Description?: string;
2740
-
2741
- /**
2742
- * <p>An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single
2743
- * request.</p>
2744
- */
2745
- SubnetIds: string[] | undefined;
2746
- }
2747
-
2748
- export namespace ModifyClusterSubnetGroupMessage {
2749
- /**
2750
- * @internal
2751
- */
2752
- export const filterSensitiveLog = (obj: ModifyClusterSubnetGroupMessage): any => ({
2753
- ...obj,
2754
- });
2755
- }
2756
-
2757
- export interface ModifyClusterSubnetGroupResult {
2758
- /**
2759
- * <p>Describes a subnet group.</p>
2760
- */
2761
- ClusterSubnetGroup?: ClusterSubnetGroup;
2762
- }
2763
-
2764
- export namespace ModifyClusterSubnetGroupResult {
2765
- /**
2766
- * @internal
2767
- */
2768
- export const filterSensitiveLog = (obj: ModifyClusterSubnetGroupResult): any => ({
2769
- ...obj,
2770
- });
2771
- }
2772
-
2773
- /**
2774
- * <p>A specified subnet is already in use by another cluster.</p>
2775
- */
2776
- export interface SubnetAlreadyInUse extends __SmithyException, $MetadataBearer {
2777
- name: "SubnetAlreadyInUse";
2778
- $fault: "client";
2779
- message?: string;
2780
- }
2781
-
2782
- export namespace SubnetAlreadyInUse {
2783
- /**
2784
- * @internal
2785
- */
2786
- export const filterSensitiveLog = (obj: SubnetAlreadyInUse): any => ({
2787
- ...obj,
2788
- });
2789
- }
2790
-
2791
- export interface ModifyEndpointAccessMessage {
2792
- /**
2793
- * <p>The endpoint to be modified.</p>
2794
- */
2795
- EndpointName: string | undefined;
2796
-
2797
- /**
2798
- * <p>The complete list of VPC security groups associated with the endpoint after the endpoint is modified.</p>
2799
- */
2800
- VpcSecurityGroupIds?: string[];
2801
- }
2802
-
2803
- export namespace ModifyEndpointAccessMessage {
2804
- /**
2805
- * @internal
2806
- */
2807
- export const filterSensitiveLog = (obj: ModifyEndpointAccessMessage): any => ({
2808
- ...obj,
2809
- });
2810
- }
2811
-
2812
- /**
2813
- * <p></p>
2814
- */
2815
- export interface ModifyEventSubscriptionMessage {
2816
- /**
2817
- * <p>The name of the modified Amazon Redshift event notification subscription.</p>
2818
- */
2819
- SubscriptionName: string | undefined;
2820
-
2821
- /**
2822
- * <p>The Amazon Resource Name (ARN) of the SNS topic to be used by the event
2823
- * notification subscription.</p>
2824
- */
2825
- SnsTopicArn?: string;
2826
-
2827
- /**
2828
- * <p>The type of source that will be generating the events. For example, if you want to
2829
- * be notified of events generated by a cluster, you would set this parameter to cluster.
2830
- * If this value is not specified, events are returned for all Amazon Redshift objects in your
2831
- * Amazon Web Services account. You must specify a source type in order to specify source IDs.</p>
2832
- * <p>Valid values: cluster, cluster-parameter-group, cluster-security-group, cluster-snapshot, and scheduled-action.</p>
2833
- */
2834
- SourceType?: string;
2835
-
2836
- /**
2837
- * <p>A list of one or more identifiers of Amazon Redshift source objects. All of the objects
2838
- * must be of the same type as was specified in the source type parameter. The event
2839
- * subscription will return only events generated by the specified objects. If not
2840
- * specified, then events are returned for all objects within the source type
2841
- * specified.</p>
2842
- * <p>Example: my-cluster-1, my-cluster-2</p>
2843
- * <p>Example: my-snapshot-20131010</p>
2844
- */
2845
- SourceIds?: string[];
2846
-
2847
- /**
2848
- * <p>Specifies the Amazon Redshift event categories to be published by the event notification
2849
- * subscription.</p>
2850
- * <p>Values: configuration, management, monitoring, security, pending</p>
2851
- */
2852
- EventCategories?: string[];
2853
-
2854
- /**
2855
- * <p>Specifies the Amazon Redshift event severity to be published by the event notification
2856
- * subscription.</p>
2857
- * <p>Values: ERROR, INFO</p>
2858
- */
2859
- Severity?: string;
2860
-
2861
- /**
2862
- * <p>A Boolean value indicating if the subscription is enabled. <code>true</code>
2863
- * indicates the subscription is enabled </p>
2864
- */
2865
- Enabled?: boolean;
2866
- }
2867
-
2868
- export namespace ModifyEventSubscriptionMessage {
2869
- /**
2870
- * @internal
2871
- */
2872
- export const filterSensitiveLog = (obj: ModifyEventSubscriptionMessage): any => ({
2873
- ...obj,
2874
- });
2875
- }
2876
-
2877
- export interface ModifyEventSubscriptionResult {
2878
- /**
2879
- * <p>Describes event subscriptions.</p>
2880
- */
2881
- EventSubscription?: EventSubscription;
2882
- }
2883
-
2884
- export namespace ModifyEventSubscriptionResult {
2885
- /**
2886
- * @internal
2887
- */
2888
- export const filterSensitiveLog = (obj: ModifyEventSubscriptionResult): any => ({
2889
- ...obj,
2890
- });
2891
- }
2892
-
2893
- export interface ModifyScheduledActionMessage {
2894
- /**
2895
- * <p>The name of the scheduled action to modify. </p>
2896
- */
2897
- ScheduledActionName: string | undefined;
2898
-
2899
- /**
2900
- * <p>A modified JSON format of the scheduled action.
2901
- * For more information about this parameter, see <a>ScheduledAction</a>. </p>
2902
- */
2903
- TargetAction?: ScheduledActionType;
2904
-
2905
- /**
2906
- * <p>A modified schedule in either <code>at( )</code> or <code>cron( )</code> format.
2907
- * For more information about this parameter, see <a>ScheduledAction</a>.</p>
2908
- */
2909
- Schedule?: string;
2910
-
2911
- /**
2912
- * <p>A different IAM role to assume to run the target action.
2913
- * For more information about this parameter, see <a>ScheduledAction</a>.</p>
2914
- */
2915
- IamRole?: string;
2916
-
2917
- /**
2918
- * <p>A modified description of the scheduled action. </p>
2919
- */
2920
- ScheduledActionDescription?: string;
2921
-
2922
- /**
2923
- * <p>A modified start time of the scheduled action.
2924
- * For more information about this parameter, see <a>ScheduledAction</a>. </p>
2925
- */
2926
- StartTime?: Date;
2927
-
2928
- /**
2929
- * <p>A modified end time of the scheduled action.
2930
- * For more information about this parameter, see <a>ScheduledAction</a>. </p>
2931
- */
2932
- EndTime?: Date;
2933
-
2934
- /**
2935
- * <p>A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled. </p>
2936
- */
2937
- Enable?: boolean;
2938
- }
2939
-
2940
- export namespace ModifyScheduledActionMessage {
2941
- /**
2942
- * @internal
2943
- */
2944
- export const filterSensitiveLog = (obj: ModifyScheduledActionMessage): any => ({
2945
- ...obj,
2946
- });
2947
- }
2948
-
2949
- /**
2950
- * <p></p>
2951
- */
2952
- export interface ModifySnapshotCopyRetentionPeriodMessage {
2953
- /**
2954
- * <p>The unique identifier of the cluster for which you want to change the retention
2955
- * period for either automated or manual snapshots that are copied to a destination Amazon Web Services Region.</p>
2956
- * <p>Constraints: Must be the valid name of an existing cluster that has cross-region
2957
- * snapshot copy enabled.</p>
2958
- */
2959
- ClusterIdentifier: string | undefined;
2960
-
2961
- /**
2962
- * <p>The number of days to retain automated snapshots in the destination Amazon Web Services Region
2963
- * after they are copied from the source Amazon Web Services Region.</p>
2964
- * <p>By default, this only changes the retention period of copied automated snapshots. </p>
2965
- * <p>If you decrease the retention period for automated snapshots that are copied to a
2966
- * destination Amazon Web Services Region, Amazon Redshift deletes any existing automated snapshots that were
2967
- * copied to the destination Amazon Web Services Region and that fall outside of the new retention
2968
- * period.</p>
2969
- * <p>Constraints: Must be at least 1 and no more than 35 for automated snapshots. </p>
2970
- * <p>If you specify the <code>manual</code> option, only newly copied manual snapshots will
2971
- * have the new retention period. </p>
2972
- * <p>If you specify the value of -1 newly copied manual snapshots are retained
2973
- * indefinitely.</p>
2974
- * <p>Constraints: The number of days must be either -1 or an integer between 1 and 3,653
2975
- * for manual snapshots.</p>
2976
- */
2977
- RetentionPeriod: number | undefined;
2978
-
2979
- /**
2980
- * <p>Indicates whether to apply the snapshot retention period to newly copied manual
2981
- * snapshots instead of automated snapshots.</p>
2982
- */
2983
- Manual?: boolean;
2984
- }
2985
-
2986
- export namespace ModifySnapshotCopyRetentionPeriodMessage {
2987
- /**
2988
- * @internal
2989
- */
2990
- export const filterSensitiveLog = (obj: ModifySnapshotCopyRetentionPeriodMessage): any => ({
2991
- ...obj,
2992
- });
2993
- }
2994
-
2995
- export interface ModifySnapshotCopyRetentionPeriodResult {
2996
- /**
2997
- * <p>Describes a cluster.</p>
2998
- */
2999
- Cluster?: Cluster;
3000
- }
3001
-
3002
- export namespace ModifySnapshotCopyRetentionPeriodResult {
3003
- /**
3004
- * @internal
3005
- */
3006
- export const filterSensitiveLog = (obj: ModifySnapshotCopyRetentionPeriodResult): any => ({
3007
- ...obj,
3008
- });
3009
- }
3010
-
3011
- /**
3012
- * <p>Cross-region snapshot copy was temporarily disabled. Try your request
3013
- * again.</p>
3014
- */
3015
- export interface SnapshotCopyDisabledFault extends __SmithyException, $MetadataBearer {
3016
- name: "SnapshotCopyDisabledFault";
3017
- $fault: "client";
3018
- message?: string;
3019
- }
3020
-
3021
- export namespace SnapshotCopyDisabledFault {
3022
- /**
3023
- * @internal
3024
- */
3025
- export const filterSensitiveLog = (obj: SnapshotCopyDisabledFault): any => ({
3026
- ...obj,
3027
- });
3028
- }
3029
-
3030
- export interface ModifySnapshotScheduleMessage {
3031
- /**
3032
- * <p>A unique alphanumeric identifier of the schedule to modify.</p>
3033
- */
3034
- ScheduleIdentifier: string | undefined;
3035
-
3036
- /**
3037
- * <p>An updated list of schedule definitions. A schedule definition is made up of schedule
3038
- * expressions, for example, "cron(30 12 *)" or "rate(12 hours)".</p>
3039
- */
3040
- ScheduleDefinitions: string[] | undefined;
3041
- }
3042
-
3043
- export namespace ModifySnapshotScheduleMessage {
3044
- /**
3045
- * @internal
3046
- */
3047
- export const filterSensitiveLog = (obj: ModifySnapshotScheduleMessage): any => ({
3048
- ...obj,
3049
- });
3050
- }
3051
-
3052
- /**
3053
- * <p>The specified snapshot schedule is already being updated.</p>
3054
- */
3055
- export interface SnapshotScheduleUpdateInProgressFault extends __SmithyException, $MetadataBearer {
3056
- name: "SnapshotScheduleUpdateInProgressFault";
3057
- $fault: "client";
3058
- message?: string;
3059
- }
3060
-
3061
- export namespace SnapshotScheduleUpdateInProgressFault {
3062
- /**
3063
- * @internal
3064
- */
3065
- export const filterSensitiveLog = (obj: SnapshotScheduleUpdateInProgressFault): any => ({
3066
- ...obj,
3067
- });
3068
- }
3069
-
3070
- export interface ModifyUsageLimitMessage {
3071
- /**
3072
- * <p>The identifier of the usage limit to modify.</p>
3073
- */
3074
- UsageLimitId: string | undefined;
3075
-
3076
- /**
3077
- * <p>The new limit amount.
3078
- * For more information about this parameter, see <a>UsageLimit</a>. </p>
3079
- */
3080
- Amount?: number;
3081
-
3082
- /**
3083
- * <p>The new action that Amazon Redshift takes when the limit is reached.
3084
- * For more information about this parameter, see <a>UsageLimit</a>. </p>
3085
- */
3086
- BreachAction?: UsageLimitBreachAction | string;
3087
- }
3088
-
3089
- export namespace ModifyUsageLimitMessage {
3090
- /**
3091
- * @internal
3092
- */
3093
- export const filterSensitiveLog = (obj: ModifyUsageLimitMessage): any => ({
3094
- ...obj,
3095
- });
3096
- }
3097
-
3098
- export interface PauseClusterResult {
3099
- /**
3100
- * <p>Describes a cluster.</p>
3101
- */
3102
- Cluster?: Cluster;
3103
- }
3104
-
3105
- export namespace PauseClusterResult {
3106
- /**
3107
- * @internal
3108
- */
3109
- export const filterSensitiveLog = (obj: PauseClusterResult): any => ({
3110
- ...obj,
3111
- });
3112
- }
3113
-
3114
- /**
3115
- * <p></p>
3116
- */
3117
- export interface PurchaseReservedNodeOfferingMessage {
3118
- /**
3119
- * <p>The unique identifier of the reserved node offering you want to purchase.</p>
3120
- */
3121
- ReservedNodeOfferingId: string | undefined;
3122
-
3123
- /**
3124
- * <p>The number of reserved nodes that you want to purchase.</p>
3125
- * <p>Default: <code>1</code>
3126
- * </p>
3127
- */
3128
- NodeCount?: number;
3129
- }
3130
-
3131
- export namespace PurchaseReservedNodeOfferingMessage {
3132
- /**
3133
- * @internal
3134
- */
3135
- export const filterSensitiveLog = (obj: PurchaseReservedNodeOfferingMessage): any => ({
3136
- ...obj,
3137
- });
3138
- }
3139
-
3140
- export interface PurchaseReservedNodeOfferingResult {
3141
- /**
3142
- * <p>Describes a reserved node. You can call the <a>DescribeReservedNodeOfferings</a> API to obtain the available reserved node
3143
- * offerings. </p>
3144
- */
3145
- ReservedNode?: ReservedNode;
3146
- }
3147
-
3148
- export namespace PurchaseReservedNodeOfferingResult {
3149
- /**
3150
- * @internal
3151
- */
3152
- export const filterSensitiveLog = (obj: PurchaseReservedNodeOfferingResult): any => ({
3153
- ...obj,
3154
- });
3155
- }
3156
-
3157
- /**
3158
- * <p>Request would exceed the user's compute node quota.
3159
- * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
3160
- * in the <i>Amazon Redshift Cluster Management Guide</i>.
3161
- * </p>
3162
- */
3163
- export interface ReservedNodeQuotaExceededFault extends __SmithyException, $MetadataBearer {
3164
- name: "ReservedNodeQuotaExceededFault";
3165
- $fault: "client";
3166
- message?: string;
3167
- }
3168
-
3169
- export namespace ReservedNodeQuotaExceededFault {
3170
- /**
3171
- * @internal
3172
- */
3173
- export const filterSensitiveLog = (obj: ReservedNodeQuotaExceededFault): any => ({
3174
- ...obj,
3175
- });
3176
- }
3177
-
3178
- /**
3179
- * <p></p>
3180
- */
3181
- export interface RebootClusterMessage {
3182
- /**
3183
- * <p>The cluster identifier.</p>
3184
- */
3185
- ClusterIdentifier: string | undefined;
3186
- }
3187
-
3188
- export namespace RebootClusterMessage {
3189
- /**
3190
- * @internal
3191
- */
3192
- export const filterSensitiveLog = (obj: RebootClusterMessage): any => ({
3193
- ...obj,
3194
- });
3195
- }
3196
-
3197
- export interface RebootClusterResult {
3198
- /**
3199
- * <p>Describes a cluster.</p>
3200
- */
3201
- Cluster?: Cluster;
3202
- }
3203
-
3204
- export namespace RebootClusterResult {
3205
- /**
3206
- * @internal
3207
- */
3208
- export const filterSensitiveLog = (obj: RebootClusterResult): any => ({
3209
- ...obj,
3210
- });
3211
- }
3212
-
3213
- export interface RejectDataShareMessage {
3214
- /**
3215
- * <p>The Amazon Resource Name (ARN) of the datashare to reject.</p>
3216
- */
3217
- DataShareArn: string | undefined;
3218
- }
3219
-
3220
- export namespace RejectDataShareMessage {
3221
- /**
3222
- * @internal
3223
- */
3224
- export const filterSensitiveLog = (obj: RejectDataShareMessage): any => ({
3225
- ...obj,
3226
- });
3227
- }
3228
-
3229
- /**
3230
- * <p></p>
3231
- */
3232
- export interface ResetClusterParameterGroupMessage {
3233
- /**
3234
- * <p>The name of the cluster parameter group to be reset.</p>
3235
- */
3236
- ParameterGroupName: string | undefined;
3237
-
3238
- /**
3239
- * <p>If <code>true</code>, all parameters in the specified parameter group will be reset
3240
- * to their default values. </p>
3241
- * <p>Default: <code>true</code>
3242
- * </p>
3243
- */
3244
- ResetAllParameters?: boolean;
3245
-
3246
- /**
3247
- * <p>An array of names of parameters to be reset. If
3248
- * <i>ResetAllParameters</i> option is not used, then at least one
3249
- * parameter name must be supplied. </p>
3250
- * <p>Constraints: A maximum of 20 parameters can be reset in a single request.</p>
3251
- */
3252
- Parameters?: Parameter[];
3253
- }
3254
-
3255
- export namespace ResetClusterParameterGroupMessage {
3256
- /**
3257
- * @internal
3258
- */
3259
- export const filterSensitiveLog = (obj: ResetClusterParameterGroupMessage): any => ({
3260
- ...obj,
3261
- });
3262
- }
3263
-
3264
- export interface ResizeClusterResult {
3265
- /**
3266
- * <p>Describes a cluster.</p>
3267
- */
3268
- Cluster?: Cluster;
3269
- }
3270
-
3271
- export namespace ResizeClusterResult {
3272
- /**
3273
- * @internal
3274
- */
3275
- export const filterSensitiveLog = (obj: ResizeClusterResult): any => ({
3276
- ...obj,
3277
- });
3278
- }
3279
-
3280
- /**
3281
- * <p></p>
3282
- */
3283
- export interface RestoreFromClusterSnapshotMessage {
3284
- /**
3285
- * <p>The identifier of the cluster that will be created from restoring the
3286
- * snapshot.</p>
3287
- * <p>Constraints:</p>
3288
- * <ul>
3289
- * <li>
3290
- * <p>Must contain from 1 to 63 alphanumeric characters or hyphens.</p>
3291
- * </li>
3292
- * <li>
3293
- * <p>Alphabetic characters must be lowercase.</p>
3294
- * </li>
3295
- * <li>
3296
- * <p>First character must be a letter.</p>
3297
- * </li>
3298
- * <li>
3299
- * <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>
3300
- * </li>
3301
- * <li>
3302
- * <p>Must be unique for all clusters within an Amazon Web Services account.</p>
3303
- * </li>
3304
- * </ul>
3305
- */
3306
- ClusterIdentifier: string | undefined;
3307
-
3308
- /**
3309
- * <p>The name of the snapshot from which to create the new cluster. This parameter isn't
3310
- * case sensitive.</p>
3311
- * <p>Example: <code>my-snapshot-id</code>
3312
- * </p>
3313
- */
3314
- SnapshotIdentifier: string | undefined;
3315
-
3316
- /**
3317
- * <p>The name of the cluster the source snapshot was created from. This parameter is
3318
- * required if your IAM user has a policy containing a snapshot resource element that
3319
- * specifies anything other than * for the cluster name.</p>
3320
- */
3321
- SnapshotClusterIdentifier?: string;
3322
-
3323
- /**
3324
- * <p>The port number on which the cluster accepts connections.</p>
3325
- * <p>Default: The same port as the original cluster.</p>
3326
- * <p>Constraints: Must be between <code>1115</code> and <code>65535</code>.</p>
3327
- */
3328
- Port?: number;
3329
-
3330
- /**
3331
- * <p>The Amazon EC2 Availability Zone in which to restore the cluster.</p>
3332
- * <p>Default: A random, system-chosen Availability Zone.</p>
3333
- * <p>Example: <code>us-east-2a</code>
3334
- * </p>
3335
- */
3336
- AvailabilityZone?: string;
3337
-
3338
- /**
3339
- * <p>If <code>true</code>, major version upgrades can be applied during the maintenance
3340
- * window to the Amazon Redshift engine that is running on the cluster. </p>
3341
- * <p>Default: <code>true</code>
3342
- * </p>
3343
- */
3344
- AllowVersionUpgrade?: boolean;
3345
-
3346
- /**
3347
- * <p>The name of the subnet group where you want to cluster restored.</p>
3348
- * <p>A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must
3349
- * provide subnet group name where you want the cluster restored.</p>
3350
- */
3351
- ClusterSubnetGroupName?: string;
3352
-
3353
- /**
3354
- * <p>If <code>true</code>, the cluster can be accessed from a public network. </p>
3355
- */
3356
- PubliclyAccessible?: boolean;
3357
-
3358
- /**
3359
- * <p>The Amazon Web Services account used to create or copy the snapshot. Required if you are
3360
- * restoring a snapshot you do not own, optional if you own the snapshot.</p>
3361
- */
3362
- OwnerAccount?: string;
3363
-
3364
- /**
3365
- * <p>Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to
3366
- * retrieve the data encryption keys stored in an HSM.</p>
3367
- */
3368
- HsmClientCertificateIdentifier?: string;
3369
-
3370
- /**
3371
- * <p>Specifies the name of the HSM configuration that contains the information the
3372
- * Amazon Redshift cluster can use to retrieve and store keys in an HSM.</p>
3373
- */
3374
- HsmConfigurationIdentifier?: string;
3375
-
3376
- /**
3377
- * <p>The elastic IP (EIP) address for the cluster.</p>
3378
- */
3379
- ElasticIp?: string;
3380
-
3381
- /**
3382
- * <p>The name of the parameter group to be associated with this cluster.</p>
3383
- * <p>Default: The default Amazon Redshift cluster parameter group. For information about the
3384
- * default parameter group, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Working with Amazon
3385
- * Redshift Parameter Groups</a>.</p>
3386
- * <p>Constraints:</p>
3387
- * <ul>
3388
- * <li>
3389
- * <p>Must be 1 to 255 alphanumeric characters or hyphens.</p>
3390
- * </li>
3391
- * <li>
3392
- * <p>First character must be a letter.</p>
3393
- * </li>
3394
- * <li>
3395
- * <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>
3396
- * </li>
3397
- * </ul>
3398
- */
3399
- ClusterParameterGroupName?: string;
3400
-
3401
- /**
3402
- * <p>A list of security groups to be associated with this cluster.</p>
3403
- * <p>Default: The default cluster security group for Amazon Redshift.</p>
3404
- * <p>Cluster security groups only apply to clusters outside of VPCs.</p>
3405
- */
3406
- ClusterSecurityGroups?: string[];
3407
-
3408
- /**
3409
- * <p>A list of Virtual Private Cloud (VPC) security groups to be associated with the
3410
- * cluster.</p>
3411
- * <p>Default: The default VPC security group is associated with the cluster.</p>
3412
- * <p>VPC security groups only apply to clusters in VPCs.</p>
3413
- */
3414
- VpcSecurityGroupIds?: string[];
3415
-
3416
- /**
3417
- * <p>The weekly time range (in UTC) during which automated cluster maintenance can
3418
- * occur.</p>
3419
- * <p> Format: <code>ddd:hh24:mi-ddd:hh24:mi</code>
3420
- * </p>
3421
- * <p> Default: The value selected for the cluster from which the snapshot was taken. For
3422
- * more information about the time blocks for each region, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-maintenance-windows">Maintenance Windows</a> in Amazon Redshift Cluster Management Guide. </p>
3423
- * <p>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</p>
3424
- * <p>Constraints: Minimum 30-minute window.</p>
3425
- */
3426
- PreferredMaintenanceWindow?: string;
3427
-
3428
- /**
3429
- * <p>The number of days that automated snapshots are retained. If the value is 0,
3430
- * automated snapshots are disabled. Even if automated snapshots are disabled, you can
3431
- * still create manual snapshots when you want with <a>CreateClusterSnapshot</a>. </p>
3432
- *
3433
- * <p>You can't disable automated snapshots for RA3 node types. Set the automated retention period from 1-35 days.</p>
3434
- * <p>Default: The value selected for the cluster from which the snapshot was
3435
- * taken.</p>
3436
- * <p>Constraints: Must be a value from 0 to 35.</p>
3437
- */
3438
- AutomatedSnapshotRetentionPeriod?: number;
3439
-
3440
- /**
3441
- * <p>The default number of days to retain a manual snapshot. If the value is -1, the
3442
- * snapshot is retained indefinitely. This setting doesn't change the retention period
3443
- * of existing snapshots.</p>
3444
- * <p>The value must be either -1 or an integer between 1 and 3,653.</p>
3445
- */
3446
- ManualSnapshotRetentionPeriod?: number;
3447
-
3448
- /**
3449
- * <p>The Key Management Service (KMS) key ID of the encryption key that you want to
3450
- * use to encrypt data in the cluster that you restore from a shared snapshot.</p>
3451
- */
3452
- KmsKeyId?: string;
3453
-
3454
- /**
3455
- * <p>The node type that the restored cluster will be provisioned with.</p>
3456
- * <p>Default: The node type of the cluster from which the snapshot was taken. You can
3457
- * modify this if you are using any DS node type. In that case, you can choose to restore
3458
- * into another DS node type of the same size. For example, you can restore ds1.8xlarge
3459
- * into ds2.8xlarge, or ds1.xlarge into ds2.xlarge. If you have a DC instance type, you
3460
- * must restore into that same instance type and size. In other words, you can only restore
3461
- * a dc1.large instance type into another dc1.large instance type or dc2.large instance
3462
- * type. You can't restore dc1.8xlarge to dc2.8xlarge. First restore to a dc1.8xlarge
3463
- * cluster, then resize to a dc2.8large cluster. For more information about node types, see
3464
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-about-clusters-and-nodes">
3465
- * About Clusters and Nodes</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </p>
3466
- */
3467
- NodeType?: string;
3468
-
3469
- /**
3470
- * <p>An option that specifies whether to create the cluster with enhanced VPC routing
3471
- * enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a
3472
- * VPC. For more information, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/enhanced-vpc-routing.html">Enhanced VPC Routing</a> in
3473
- * the Amazon Redshift Cluster Management Guide.</p>
3474
- * <p>If this option is <code>true</code>, enhanced VPC routing is enabled. </p>
3475
- * <p>Default: false</p>
3476
- */
3477
- EnhancedVpcRouting?: boolean;
3478
-
3479
- /**
3480
- * <p>Reserved.</p>
3481
- */
3482
- AdditionalInfo?: string;
3483
-
3484
- /**
3485
- * <p>A list of Identity and Access Management (IAM) roles that can be used by the
3486
- * cluster to access other Amazon Web Services services. You must supply the IAM roles in their Amazon
3487
- * Resource Name (ARN) format. You can supply up to 10 IAM roles in a single
3488
- * request.</p>
3489
- * <p>A cluster can have up to 10 IAM roles associated at any time.</p>
3490
- */
3491
- IamRoles?: string[];
3492
-
3493
- /**
3494
- * <p>The name of the maintenance track for the restored cluster. When you take a snapshot,
3495
- * the snapshot inherits the <code>MaintenanceTrack</code> value from the cluster. The
3496
- * snapshot might be on a different track than the cluster that was the source for the
3497
- * snapshot. For example, suppose that you take a snapshot of a cluster that is on the
3498
- * current track and then change the cluster to be on the trailing track. In this case, the
3499
- * snapshot and the source cluster are on different tracks.</p>
3500
- */
3501
- MaintenanceTrackName?: string;
3502
-
3503
- /**
3504
- * <p>A unique identifier for the snapshot schedule.</p>
3505
- */
3506
- SnapshotScheduleIdentifier?: string;
3507
-
3508
- /**
3509
- * <p>The number of nodes specified when provisioning the restored cluster.</p>
3510
- */
3511
- NumberOfNodes?: number;
3512
-
3513
- /**
3514
- * <p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is restored.</p>
3515
- */
3516
- AvailabilityZoneRelocation?: boolean;
3517
-
3518
- /**
3519
- * <p>The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored. Possible values include the following.</p>
3520
- * <ul>
3521
- * <li>
3522
- * <p>enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.</p>
3523
- * </li>
3524
- * <li>
3525
- * <p>disabled - Don't use AQUA. </p>
3526
- * </li>
3527
- * <li>
3528
- * <p>auto - Amazon Redshift determines whether to use AQUA.</p>
3529
- * </li>
3530
- * </ul>
3531
- */
3532
- AquaConfigurationStatus?: AquaConfigurationStatus | string;
3533
- }
3534
-
3535
- export namespace RestoreFromClusterSnapshotMessage {
3536
- /**
3537
- * @internal
3538
- */
3539
- export const filterSensitiveLog = (obj: RestoreFromClusterSnapshotMessage): any => ({
3540
- ...obj,
3541
- });
3542
- }
3543
-
3544
- export interface RestoreFromClusterSnapshotResult {
3545
- /**
3546
- * <p>Describes a cluster.</p>
3547
- */
3548
- Cluster?: Cluster;
3549
- }
3550
-
3551
- export namespace RestoreFromClusterSnapshotResult {
3552
- /**
3553
- * @internal
3554
- */
3555
- export const filterSensitiveLog = (obj: RestoreFromClusterSnapshotResult): any => ({
3556
- ...obj,
3557
- });
3558
- }
3559
-
3560
- /**
3561
- * <p></p>
3562
- */
3563
- export interface RestoreTableFromClusterSnapshotMessage {
3564
- /**
3565
- * <p>The identifier of the Amazon Redshift cluster to restore the table to.</p>
3566
- */
3567
- ClusterIdentifier: string | undefined;
3568
-
3569
- /**
3570
- * <p>The identifier of the snapshot to restore the table from. This snapshot must have
3571
- * been created from the Amazon Redshift cluster specified by the
3572
- * <code>ClusterIdentifier</code> parameter.</p>
3573
- */
3574
- SnapshotIdentifier: string | undefined;
3575
-
3576
- /**
3577
- * <p>The name of the source database that contains the table to restore from.</p>
3578
- */
3579
- SourceDatabaseName: string | undefined;
3580
-
3581
- /**
3582
- * <p>The name of the source schema that contains the table to restore from. If you do
3583
- * not specify a <code>SourceSchemaName</code> value, the default is
3584
- * <code>public</code>.</p>
3585
- */
3586
- SourceSchemaName?: string;
3587
-
3588
- /**
3589
- * <p>The name of the source table to restore from.</p>
3590
- */
3591
- SourceTableName: string | undefined;
3592
-
3593
- /**
3594
- * <p>The name of the database to restore the table to.</p>
3595
- */
3596
- TargetDatabaseName?: string;
3597
-
3598
- /**
3599
- * <p>The name of the schema to restore the table to.</p>
3600
- */
3601
- TargetSchemaName?: string;
3602
-
3603
- /**
3604
- * <p>The name of the table to create as a result of the current request.</p>
3605
- */
3606
- NewTableName: string | undefined;
3607
-
3608
- /**
3609
- * <p>Indicates whether name identifiers for database, schema, and table are case sensitive.
3610
- * If <code>true</code>, the names are case sensitive.
3611
- * If <code>false</code> (default), the names are not case sensitive.</p>
3612
- */
3613
- EnableCaseSensitiveIdentifier?: boolean;
3614
- }
3615
-
3616
- export namespace RestoreTableFromClusterSnapshotMessage {
3617
- /**
3618
- * @internal
3619
- */
3620
- export const filterSensitiveLog = (obj: RestoreTableFromClusterSnapshotMessage): any => ({
3621
- ...obj,
3622
- });
3623
- }
3624
-
3625
- export interface RestoreTableFromClusterSnapshotResult {
3626
- /**
3627
- * <p>Describes the status of a <a>RestoreTableFromClusterSnapshot</a>
3628
- * operation.</p>
3629
- */
3630
- TableRestoreStatus?: TableRestoreStatus;
3631
- }
3632
-
3633
- export namespace RestoreTableFromClusterSnapshotResult {
3634
- /**
3635
- * @internal
3636
- */
3637
- export const filterSensitiveLog = (obj: RestoreTableFromClusterSnapshotResult): any => ({
3638
- ...obj,
3639
- });
3640
- }
3641
-
3642
- export interface ResumeClusterResult {
3643
- /**
3644
- * <p>Describes a cluster.</p>
3645
- */
3646
- Cluster?: Cluster;
3647
- }
3648
-
3649
- export namespace ResumeClusterResult {
3650
- /**
3651
- * @internal
3652
- */
3653
- export const filterSensitiveLog = (obj: ResumeClusterResult): any => ({
3654
- ...obj,
3655
- });
3656
- }
3657
-
3658
- /**
3659
- * <p></p>
3660
- */
3661
- export interface RevokeClusterSecurityGroupIngressMessage {
3662
- /**
3663
- * <p>The name of the security Group from which to revoke the ingress rule.</p>
3664
- */
3665
- ClusterSecurityGroupName: string | undefined;
3666
-
3667
- /**
3668
- * <p>The IP range for which to revoke access. This range must be a valid Classless
3669
- * Inter-Domain Routing (CIDR) block of IP addresses. If <code>CIDRIP</code> is specified,
3670
- * <code>EC2SecurityGroupName</code> and <code>EC2SecurityGroupOwnerId</code> cannot be
3671
- * provided. </p>
3672
- */
3673
- CIDRIP?: string;
3674
-
3675
- /**
3676
- * <p>The name of the EC2 Security Group whose access is to be revoked. If
3677
- * <code>EC2SecurityGroupName</code> is specified, <code>EC2SecurityGroupOwnerId</code>
3678
- * must also be provided and <code>CIDRIP</code> cannot be provided. </p>
3679
- */
3680
- EC2SecurityGroupName?: string;
3681
-
3682
- /**
3683
- * <p>The Amazon Web Services account number of the owner of the security group specified in the
3684
- * <code>EC2SecurityGroupName</code> parameter. The Amazon Web Services access key ID is not an
3685
- * acceptable value. If <code>EC2SecurityGroupOwnerId</code> is specified,
3686
- * <code>EC2SecurityGroupName</code> must also be provided. and <code>CIDRIP</code>
3687
- * cannot be provided. </p>
3688
- * <p>Example: <code>111122223333</code>
3689
- * </p>
3690
- */
3691
- EC2SecurityGroupOwnerId?: string;
3692
- }
3693
-
3694
- export namespace RevokeClusterSecurityGroupIngressMessage {
3695
- /**
3696
- * @internal
3697
- */
3698
- export const filterSensitiveLog = (obj: RevokeClusterSecurityGroupIngressMessage): any => ({
3699
- ...obj,
3700
- });
3701
- }
3702
-
3703
- export interface RevokeClusterSecurityGroupIngressResult {
3704
- /**
3705
- * <p>Describes a security group.</p>
3706
- */
3707
- ClusterSecurityGroup?: ClusterSecurityGroup;
3708
- }
3709
-
3710
- export namespace RevokeClusterSecurityGroupIngressResult {
3711
- /**
3712
- * @internal
3713
- */
3714
- export const filterSensitiveLog = (obj: RevokeClusterSecurityGroupIngressResult): any => ({
3715
- ...obj,
3716
- });
3717
- }
3718
-
3719
- export interface RevokeEndpointAccessMessage {
3720
- /**
3721
- * <p>The cluster to revoke access from.</p>
3722
- */
3723
- ClusterIdentifier?: string;
3724
-
3725
- /**
3726
- * <p>The Amazon Web Services account ID whose access is to be revoked.</p>
3727
- */
3728
- Account?: string;
3729
-
3730
- /**
3731
- * <p>The virtual private cloud (VPC) identifiers for which access is to be revoked.</p>
3732
- */
3733
- VpcIds?: string[];
3734
-
3735
- /**
3736
- * <p>Indicates whether to force the revoke action.
3737
- * If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.</p>
3738
- */
3739
- Force?: boolean;
3740
- }
3741
-
3742
- export namespace RevokeEndpointAccessMessage {
3743
- /**
3744
- * @internal
3745
- */
3746
- export const filterSensitiveLog = (obj: RevokeEndpointAccessMessage): any => ({
3747
- ...obj,
3748
- });
3749
- }
3750
-
3751
- /**
3752
- * <p></p>
3753
- */
3754
- export interface RevokeSnapshotAccessMessage {
3755
- /**
3756
- * <p>The identifier of the snapshot that the account can no longer access.</p>
3757
- */
3758
- SnapshotIdentifier: string | undefined;
3759
-
3760
- /**
3761
- * <p>The identifier of the cluster the snapshot was created from. This parameter is
3762
- * required if your IAM user has a policy containing a snapshot resource element that
3763
- * specifies anything other than * for the cluster name.</p>
3764
- */
3765
- SnapshotClusterIdentifier?: string;
3766
-
3767
- /**
3768
- * <p>The identifier of the Amazon Web Services account that can no longer restore the specified
3769
- * snapshot.</p>
3770
- */
3771
- AccountWithRestoreAccess: string | undefined;
3772
- }
3773
-
3774
- export namespace RevokeSnapshotAccessMessage {
3775
- /**
3776
- * @internal
3777
- */
3778
- export const filterSensitiveLog = (obj: RevokeSnapshotAccessMessage): any => ({
3779
- ...obj,
3780
- });
3781
- }
3782
-
3783
- export interface RevokeSnapshotAccessResult {
3784
- /**
3785
- * <p>Describes a snapshot.</p>
3786
- */
3787
- Snapshot?: Snapshot;
3788
- }
3789
-
3790
- export namespace RevokeSnapshotAccessResult {
3791
- /**
3792
- * @internal
3793
- */
3794
- export const filterSensitiveLog = (obj: RevokeSnapshotAccessResult): any => ({
3795
- ...obj,
3796
- });
3797
- }
3798
-
3799
- /**
3800
- * <p></p>
3801
- */
3802
- export interface RotateEncryptionKeyMessage {
3803
- /**
3804
- * <p>The unique identifier of the cluster that you want to rotate the encryption keys
3805
- * for.</p>
3806
- * <p>Constraints: Must be the name of valid cluster that has encryption
3807
- * enabled.</p>
3808
- */
3809
- ClusterIdentifier: string | undefined;
3810
- }
3811
-
3812
- export namespace RotateEncryptionKeyMessage {
3813
- /**
3814
- * @internal
3815
- */
3816
- export const filterSensitiveLog = (obj: RotateEncryptionKeyMessage): any => ({
3817
- ...obj,
3818
- });
3819
- }
3820
-
3821
- export interface RotateEncryptionKeyResult {
3822
- /**
3823
- * <p>Describes a cluster.</p>
3824
- */
3825
- Cluster?: Cluster;
3826
- }
3827
-
3828
- export namespace RotateEncryptionKeyResult {
3829
- /**
3830
- * @internal
3831
- */
3832
- export const filterSensitiveLog = (obj: RotateEncryptionKeyResult): any => ({
3833
- ...obj,
3834
- });
3835
- }
3836
-
3837
- export interface UpdatePartnerStatusInputMessage {
3838
- /**
3839
- * <p>The Amazon Web Services account ID that owns the cluster.</p>
3840
- */
3841
- AccountId: string | undefined;
3842
-
3843
- /**
3844
- * <p>The cluster identifier of the cluster whose partner integration status is being updated.</p>
3845
- */
3846
- ClusterIdentifier: string | undefined;
3847
-
3848
- /**
3849
- * <p>The name of the database whose partner integration status is being updated.</p>
3850
- */
3851
- DatabaseName: string | undefined;
3852
-
3853
- /**
3854
- * <p>The name of the partner whose integration status is being updated.</p>
3855
- */
3856
- PartnerName: string | undefined;
3857
-
3858
- /**
3859
- * <p>The value of the updated status.</p>
3860
- */
3861
- Status: PartnerIntegrationStatus | string | undefined;
3862
-
3863
- /**
3864
- * <p>The status message provided by the partner.</p>
3865
- */
3866
- StatusMessage?: string;
3867
- }
3868
-
3869
- export namespace UpdatePartnerStatusInputMessage {
3870
- /**
3871
- * @internal
3872
- */
3873
- export const filterSensitiveLog = (obj: UpdatePartnerStatusInputMessage): any => ({
3874
- ...obj,
3875
- });
3876
- }