@aws-sdk/client-docdb 3.35.0 → 3.38.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 (476) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/DocDB.js +0 -4
  3. package/dist-cjs/DocDBClient.js +0 -9
  4. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +0 -26
  5. package/dist-cjs/commands/AddTagsToResourceCommand.js +0 -28
  6. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +0 -26
  7. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +0 -25
  8. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +0 -36
  9. package/dist-cjs/commands/CreateDBClusterCommand.js +0 -25
  10. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +0 -43
  11. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +0 -25
  12. package/dist-cjs/commands/CreateDBInstanceCommand.js +0 -25
  13. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +0 -26
  14. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +0 -27
  15. package/dist-cjs/commands/CreateGlobalClusterCommand.js +0 -30
  16. package/dist-cjs/commands/DeleteDBClusterCommand.js +0 -26
  17. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +0 -25
  18. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +0 -28
  19. package/dist-cjs/commands/DeleteDBInstanceCommand.js +0 -25
  20. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +0 -29
  21. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +0 -25
  22. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +0 -28
  23. package/dist-cjs/commands/DescribeCertificatesCommand.js +0 -25
  24. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +0 -25
  25. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +0 -26
  26. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +0 -28
  27. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +0 -25
  28. package/dist-cjs/commands/DescribeDBClustersCommand.js +0 -30
  29. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +0 -25
  30. package/dist-cjs/commands/DescribeDBInstancesCommand.js +0 -25
  31. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +0 -26
  32. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +0 -26
  33. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +0 -26
  34. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +0 -26
  35. package/dist-cjs/commands/DescribeEventsCommand.js +0 -25
  36. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +0 -28
  37. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +0 -25
  38. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +0 -26
  39. package/dist-cjs/commands/FailoverDBClusterCommand.js +0 -27
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  41. package/dist-cjs/commands/ModifyDBClusterCommand.js +0 -27
  42. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +0 -43
  43. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +0 -26
  44. package/dist-cjs/commands/ModifyDBInstanceCommand.js +0 -25
  45. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +0 -25
  46. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +0 -25
  47. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +0 -28
  48. package/dist-cjs/commands/RebootDBInstanceCommand.js +0 -31
  49. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +0 -28
  50. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +0 -26
  51. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +0 -25
  52. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +0 -32
  53. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +0 -27
  54. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +0 -29
  55. package/dist-cjs/commands/StartDBClusterCommand.js +0 -27
  56. package/dist-cjs/commands/StopDBClusterCommand.js +0 -28
  57. package/dist-cjs/commands/index.js +56 -0
  58. package/dist-cjs/endpoints.js +1 -2
  59. package/dist-cjs/index.js +5 -71
  60. package/dist-cjs/models/index.js +0 -1
  61. package/dist-cjs/models/models_0.js +0 -571
  62. package/dist-cjs/pagination/DescribeCertificatesPaginator.js +0 -11
  63. package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +0 -11
  64. package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js +0 -11
  65. package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +0 -11
  66. package/dist-cjs/pagination/DescribeDBClustersPaginator.js +0 -11
  67. package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js +0 -11
  68. package/dist-cjs/pagination/DescribeDBInstancesPaginator.js +0 -11
  69. package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js +0 -11
  70. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -11
  71. package/dist-cjs/pagination/DescribeEventsPaginator.js +0 -11
  72. package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js +0 -11
  73. package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +0 -11
  74. package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -11
  75. package/dist-cjs/pagination/Interfaces.js +0 -1
  76. package/dist-cjs/pagination/index.js +17 -0
  77. package/dist-cjs/protocols/Aws_query.js +0 -3
  78. package/dist-cjs/runtimeConfig.browser.js +1 -6
  79. package/dist-cjs/runtimeConfig.js +2 -7
  80. package/dist-cjs/runtimeConfig.native.js +0 -4
  81. package/dist-cjs/runtimeConfig.shared.js +0 -4
  82. package/dist-cjs/waiters/index.js +4 -0
  83. package/dist-cjs/waiters/waitForDBInstanceAvailable.js +0 -10
  84. package/dist-es/DocDB.js +0 -1
  85. package/dist-es/DocDBClient.js +0 -1
  86. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +0 -1
  87. package/dist-es/commands/AddTagsToResourceCommand.js +0 -1
  88. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +0 -1
  89. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +0 -1
  90. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +0 -1
  91. package/dist-es/commands/CreateDBClusterCommand.js +0 -1
  92. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +0 -1
  93. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +0 -1
  94. package/dist-es/commands/CreateDBInstanceCommand.js +0 -1
  95. package/dist-es/commands/CreateDBSubnetGroupCommand.js +0 -1
  96. package/dist-es/commands/CreateEventSubscriptionCommand.js +0 -1
  97. package/dist-es/commands/CreateGlobalClusterCommand.js +0 -1
  98. package/dist-es/commands/DeleteDBClusterCommand.js +0 -1
  99. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +0 -1
  100. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +0 -1
  101. package/dist-es/commands/DeleteDBInstanceCommand.js +0 -1
  102. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +0 -1
  103. package/dist-es/commands/DeleteEventSubscriptionCommand.js +0 -1
  104. package/dist-es/commands/DeleteGlobalClusterCommand.js +0 -1
  105. package/dist-es/commands/DescribeCertificatesCommand.js +0 -1
  106. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +0 -1
  107. package/dist-es/commands/DescribeDBClusterParametersCommand.js +0 -1
  108. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +0 -1
  109. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +0 -1
  110. package/dist-es/commands/DescribeDBClustersCommand.js +0 -1
  111. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +0 -1
  112. package/dist-es/commands/DescribeDBInstancesCommand.js +0 -1
  113. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +0 -1
  114. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +0 -1
  115. package/dist-es/commands/DescribeEventCategoriesCommand.js +0 -1
  116. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +0 -1
  117. package/dist-es/commands/DescribeEventsCommand.js +0 -1
  118. package/dist-es/commands/DescribeGlobalClustersCommand.js +0 -1
  119. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +0 -1
  120. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +0 -1
  121. package/dist-es/commands/FailoverDBClusterCommand.js +0 -1
  122. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  123. package/dist-es/commands/ModifyDBClusterCommand.js +0 -1
  124. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +0 -1
  125. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +0 -1
  126. package/dist-es/commands/ModifyDBInstanceCommand.js +0 -1
  127. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +0 -1
  128. package/dist-es/commands/ModifyEventSubscriptionCommand.js +0 -1
  129. package/dist-es/commands/ModifyGlobalClusterCommand.js +0 -1
  130. package/dist-es/commands/RebootDBInstanceCommand.js +0 -1
  131. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +0 -1
  132. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +0 -1
  133. package/dist-es/commands/RemoveTagsFromResourceCommand.js +0 -1
  134. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +0 -1
  135. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +0 -1
  136. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +0 -1
  137. package/dist-es/commands/StartDBClusterCommand.js +0 -1
  138. package/dist-es/commands/StopDBClusterCommand.js +0 -1
  139. package/dist-es/commands/index.js +53 -0
  140. package/dist-es/endpoints.js +1 -2
  141. package/dist-es/index.js +5 -71
  142. package/dist-es/models/index.js +0 -1
  143. package/dist-es/models/models_0.js +0 -1
  144. package/dist-es/pagination/DescribeCertificatesPaginator.js +0 -1
  145. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +0 -1
  146. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +0 -1
  147. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +0 -1
  148. package/dist-es/pagination/DescribeDBClustersPaginator.js +0 -1
  149. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +0 -1
  150. package/dist-es/pagination/DescribeDBInstancesPaginator.js +0 -1
  151. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +0 -1
  152. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +0 -1
  153. package/dist-es/pagination/DescribeEventsPaginator.js +0 -1
  154. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +0 -1
  155. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +0 -1
  156. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -1
  157. package/dist-es/pagination/Interfaces.js +0 -1
  158. package/dist-es/pagination/index.js +14 -0
  159. package/dist-es/protocols/Aws_query.js +0 -1
  160. package/dist-es/runtimeConfig.browser.js +1 -2
  161. package/dist-es/runtimeConfig.js +2 -3
  162. package/dist-es/runtimeConfig.native.js +0 -1
  163. package/dist-es/runtimeConfig.shared.js +0 -1
  164. package/dist-es/waiters/index.js +1 -0
  165. package/dist-es/waiters/waitForDBInstanceAvailable.js +0 -1
  166. package/dist-types/commands/index.d.ts +53 -0
  167. package/dist-types/index.d.ts +5 -70
  168. package/dist-types/pagination/index.d.ts +14 -0
  169. package/dist-types/ts3.4/DocDB.d.ts +54 -286
  170. package/dist-types/ts3.4/DocDBClient.d.ts +24 -89
  171. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +2 -21
  172. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +2 -23
  173. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +2 -21
  174. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +2 -20
  175. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +2 -31
  176. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +2 -20
  177. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -38
  178. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +2 -20
  179. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +2 -20
  180. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +2 -21
  181. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +2 -22
  182. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +2 -25
  183. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +2 -21
  184. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +2 -20
  185. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -23
  186. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +2 -20
  187. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +2 -24
  188. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +2 -20
  189. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +2 -23
  190. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +2 -20
  191. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -20
  192. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +2 -21
  193. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -23
  194. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -20
  195. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +2 -25
  196. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +2 -20
  197. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +2 -20
  198. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -21
  199. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -21
  200. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +2 -21
  201. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +2 -21
  202. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -20
  203. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +2 -23
  204. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -20
  205. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +2 -21
  206. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +2 -22
  207. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  208. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +2 -22
  209. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +2 -38
  210. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -21
  211. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +2 -20
  212. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +2 -20
  213. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +2 -20
  214. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +2 -23
  215. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +2 -26
  216. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +2 -23
  217. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +2 -21
  218. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +2 -20
  219. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +2 -27
  220. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +2 -22
  221. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +2 -24
  222. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +2 -22
  223. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +2 -23
  224. package/dist-types/ts3.4/commands/index.d.ts +53 -0
  225. package/dist-types/ts3.4/index.d.ts +5 -70
  226. package/dist-types/ts3.4/models/models_0.d.ts +845 -3657
  227. package/dist-types/ts3.4/pagination/index.d.ts +14 -0
  228. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  229. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  230. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  231. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  232. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  233. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +2 -9
  234. package/dist-types/waiters/index.d.ts +1 -0
  235. package/package.json +35 -32
  236. package/dist-cjs/DocDB.js.map +0 -1
  237. package/dist-cjs/DocDBClient.js.map +0 -1
  238. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js.map +0 -1
  239. package/dist-cjs/commands/AddTagsToResourceCommand.js.map +0 -1
  240. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
  241. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js.map +0 -1
  242. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js.map +0 -1
  243. package/dist-cjs/commands/CreateDBClusterCommand.js.map +0 -1
  244. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js.map +0 -1
  245. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js.map +0 -1
  246. package/dist-cjs/commands/CreateDBInstanceCommand.js.map +0 -1
  247. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js.map +0 -1
  248. package/dist-cjs/commands/CreateEventSubscriptionCommand.js.map +0 -1
  249. package/dist-cjs/commands/CreateGlobalClusterCommand.js.map +0 -1
  250. package/dist-cjs/commands/DeleteDBClusterCommand.js.map +0 -1
  251. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js.map +0 -1
  252. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js.map +0 -1
  253. package/dist-cjs/commands/DeleteDBInstanceCommand.js.map +0 -1
  254. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js.map +0 -1
  255. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  256. package/dist-cjs/commands/DeleteGlobalClusterCommand.js.map +0 -1
  257. package/dist-cjs/commands/DescribeCertificatesCommand.js.map +0 -1
  258. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js.map +0 -1
  259. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js.map +0 -1
  260. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js.map +0 -1
  261. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js.map +0 -1
  262. package/dist-cjs/commands/DescribeDBClustersCommand.js.map +0 -1
  263. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js.map +0 -1
  264. package/dist-cjs/commands/DescribeDBInstancesCommand.js.map +0 -1
  265. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js.map +0 -1
  266. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js.map +0 -1
  267. package/dist-cjs/commands/DescribeEventCategoriesCommand.js.map +0 -1
  268. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  269. package/dist-cjs/commands/DescribeEventsCommand.js.map +0 -1
  270. package/dist-cjs/commands/DescribeGlobalClustersCommand.js.map +0 -1
  271. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js.map +0 -1
  272. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
  273. package/dist-cjs/commands/FailoverDBClusterCommand.js.map +0 -1
  274. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  275. package/dist-cjs/commands/ModifyDBClusterCommand.js.map +0 -1
  276. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js.map +0 -1
  277. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js.map +0 -1
  278. package/dist-cjs/commands/ModifyDBInstanceCommand.js.map +0 -1
  279. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js.map +0 -1
  280. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  281. package/dist-cjs/commands/ModifyGlobalClusterCommand.js.map +0 -1
  282. package/dist-cjs/commands/RebootDBInstanceCommand.js.map +0 -1
  283. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js.map +0 -1
  284. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js.map +0 -1
  285. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  286. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js.map +0 -1
  287. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js.map +0 -1
  288. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js.map +0 -1
  289. package/dist-cjs/commands/StartDBClusterCommand.js.map +0 -1
  290. package/dist-cjs/commands/StopDBClusterCommand.js.map +0 -1
  291. package/dist-cjs/endpoints.js.map +0 -1
  292. package/dist-cjs/index.js.map +0 -1
  293. package/dist-cjs/models/index.js.map +0 -1
  294. package/dist-cjs/models/models_0.js.map +0 -1
  295. package/dist-cjs/pagination/DescribeCertificatesPaginator.js.map +0 -1
  296. package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js.map +0 -1
  297. package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js.map +0 -1
  298. package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js.map +0 -1
  299. package/dist-cjs/pagination/DescribeDBClustersPaginator.js.map +0 -1
  300. package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js.map +0 -1
  301. package/dist-cjs/pagination/DescribeDBInstancesPaginator.js.map +0 -1
  302. package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js.map +0 -1
  303. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  304. package/dist-cjs/pagination/DescribeEventsPaginator.js.map +0 -1
  305. package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js.map +0 -1
  306. package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js.map +0 -1
  307. package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
  308. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  309. package/dist-cjs/protocols/Aws_query.js.map +0 -1
  310. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  311. package/dist-cjs/runtimeConfig.js.map +0 -1
  312. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  313. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  314. package/dist-cjs/waiters/waitForDBInstanceAvailable.js.map +0 -1
  315. package/dist-es/DocDB.js.map +0 -1
  316. package/dist-es/DocDBClient.js.map +0 -1
  317. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js.map +0 -1
  318. package/dist-es/commands/AddTagsToResourceCommand.js.map +0 -1
  319. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
  320. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js.map +0 -1
  321. package/dist-es/commands/CopyDBClusterSnapshotCommand.js.map +0 -1
  322. package/dist-es/commands/CreateDBClusterCommand.js.map +0 -1
  323. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js.map +0 -1
  324. package/dist-es/commands/CreateDBClusterSnapshotCommand.js.map +0 -1
  325. package/dist-es/commands/CreateDBInstanceCommand.js.map +0 -1
  326. package/dist-es/commands/CreateDBSubnetGroupCommand.js.map +0 -1
  327. package/dist-es/commands/CreateEventSubscriptionCommand.js.map +0 -1
  328. package/dist-es/commands/CreateGlobalClusterCommand.js.map +0 -1
  329. package/dist-es/commands/DeleteDBClusterCommand.js.map +0 -1
  330. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js.map +0 -1
  331. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js.map +0 -1
  332. package/dist-es/commands/DeleteDBInstanceCommand.js.map +0 -1
  333. package/dist-es/commands/DeleteDBSubnetGroupCommand.js.map +0 -1
  334. package/dist-es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  335. package/dist-es/commands/DeleteGlobalClusterCommand.js.map +0 -1
  336. package/dist-es/commands/DescribeCertificatesCommand.js.map +0 -1
  337. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js.map +0 -1
  338. package/dist-es/commands/DescribeDBClusterParametersCommand.js.map +0 -1
  339. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js.map +0 -1
  340. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js.map +0 -1
  341. package/dist-es/commands/DescribeDBClustersCommand.js.map +0 -1
  342. package/dist-es/commands/DescribeDBEngineVersionsCommand.js.map +0 -1
  343. package/dist-es/commands/DescribeDBInstancesCommand.js.map +0 -1
  344. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js.map +0 -1
  345. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js.map +0 -1
  346. package/dist-es/commands/DescribeEventCategoriesCommand.js.map +0 -1
  347. package/dist-es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  348. package/dist-es/commands/DescribeEventsCommand.js.map +0 -1
  349. package/dist-es/commands/DescribeGlobalClustersCommand.js.map +0 -1
  350. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js.map +0 -1
  351. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
  352. package/dist-es/commands/FailoverDBClusterCommand.js.map +0 -1
  353. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  354. package/dist-es/commands/ModifyDBClusterCommand.js.map +0 -1
  355. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js.map +0 -1
  356. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js.map +0 -1
  357. package/dist-es/commands/ModifyDBInstanceCommand.js.map +0 -1
  358. package/dist-es/commands/ModifyDBSubnetGroupCommand.js.map +0 -1
  359. package/dist-es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  360. package/dist-es/commands/ModifyGlobalClusterCommand.js.map +0 -1
  361. package/dist-es/commands/RebootDBInstanceCommand.js.map +0 -1
  362. package/dist-es/commands/RemoveFromGlobalClusterCommand.js.map +0 -1
  363. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js.map +0 -1
  364. package/dist-es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  365. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js.map +0 -1
  366. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js.map +0 -1
  367. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js.map +0 -1
  368. package/dist-es/commands/StartDBClusterCommand.js.map +0 -1
  369. package/dist-es/commands/StopDBClusterCommand.js.map +0 -1
  370. package/dist-es/endpoints.js.map +0 -1
  371. package/dist-es/index.js.map +0 -1
  372. package/dist-es/models/index.js.map +0 -1
  373. package/dist-es/models/models_0.js.map +0 -1
  374. package/dist-es/pagination/DescribeCertificatesPaginator.js.map +0 -1
  375. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js.map +0 -1
  376. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js.map +0 -1
  377. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js.map +0 -1
  378. package/dist-es/pagination/DescribeDBClustersPaginator.js.map +0 -1
  379. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js.map +0 -1
  380. package/dist-es/pagination/DescribeDBInstancesPaginator.js.map +0 -1
  381. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js.map +0 -1
  382. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  383. package/dist-es/pagination/DescribeEventsPaginator.js.map +0 -1
  384. package/dist-es/pagination/DescribeGlobalClustersPaginator.js.map +0 -1
  385. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js.map +0 -1
  386. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
  387. package/dist-es/pagination/Interfaces.js.map +0 -1
  388. package/dist-es/protocols/Aws_query.js.map +0 -1
  389. package/dist-es/runtimeConfig.browser.js.map +0 -1
  390. package/dist-es/runtimeConfig.js.map +0 -1
  391. package/dist-es/runtimeConfig.native.js.map +0 -1
  392. package/dist-es/runtimeConfig.shared.js.map +0 -1
  393. package/dist-es/waiters/waitForDBInstanceAvailable.js.map +0 -1
  394. package/jest.config.js +0 -4
  395. package/src/DocDB.ts +0 -2097
  396. package/src/DocDBClient.ts +0 -515
  397. package/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +0 -104
  398. package/src/commands/AddTagsToResourceCommand.ts +0 -98
  399. package/src/commands/ApplyPendingMaintenanceActionCommand.ts +0 -101
  400. package/src/commands/CopyDBClusterParameterGroupCommand.ts +0 -98
  401. package/src/commands/CopyDBClusterSnapshotCommand.ts +0 -108
  402. package/src/commands/CreateDBClusterCommand.ts +0 -95
  403. package/src/commands/CreateDBClusterParameterGroupCommand.ts +0 -118
  404. package/src/commands/CreateDBClusterSnapshotCommand.ts +0 -95
  405. package/src/commands/CreateDBInstanceCommand.ts +0 -95
  406. package/src/commands/CreateDBSubnetGroupCommand.ts +0 -96
  407. package/src/commands/CreateEventSubscriptionCommand.ts +0 -97
  408. package/src/commands/CreateGlobalClusterCommand.ts +0 -100
  409. package/src/commands/DeleteDBClusterCommand.ts +0 -96
  410. package/src/commands/DeleteDBClusterParameterGroupCommand.ts +0 -98
  411. package/src/commands/DeleteDBClusterSnapshotCommand.ts +0 -98
  412. package/src/commands/DeleteDBInstanceCommand.ts +0 -95
  413. package/src/commands/DeleteDBSubnetGroupCommand.ts +0 -99
  414. package/src/commands/DeleteEventSubscriptionCommand.ts +0 -95
  415. package/src/commands/DeleteGlobalClusterCommand.ts +0 -98
  416. package/src/commands/DescribeCertificatesCommand.ts +0 -95
  417. package/src/commands/DescribeDBClusterParameterGroupsCommand.ts +0 -103
  418. package/src/commands/DescribeDBClusterParametersCommand.ts +0 -99
  419. package/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +0 -109
  420. package/src/commands/DescribeDBClusterSnapshotsCommand.ts +0 -98
  421. package/src/commands/DescribeDBClustersCommand.ts +0 -100
  422. package/src/commands/DescribeDBEngineVersionsCommand.ts +0 -95
  423. package/src/commands/DescribeDBInstancesCommand.ts +0 -95
  424. package/src/commands/DescribeDBSubnetGroupsCommand.ts +0 -96
  425. package/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +0 -108
  426. package/src/commands/DescribeEventCategoriesCommand.ts +0 -96
  427. package/src/commands/DescribeEventSubscriptionsCommand.ts +0 -99
  428. package/src/commands/DescribeEventsCommand.ts +0 -95
  429. package/src/commands/DescribeGlobalClustersCommand.ts +0 -98
  430. package/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +0 -103
  431. package/src/commands/DescribePendingMaintenanceActionsCommand.ts +0 -104
  432. package/src/commands/FailoverDBClusterCommand.ts +0 -97
  433. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  434. package/src/commands/ModifyDBClusterCommand.ts +0 -97
  435. package/src/commands/ModifyDBClusterParameterGroupCommand.ts +0 -118
  436. package/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +0 -104
  437. package/src/commands/ModifyDBInstanceCommand.ts +0 -95
  438. package/src/commands/ModifyDBSubnetGroupCommand.ts +0 -95
  439. package/src/commands/ModifyEventSubscriptionCommand.ts +0 -95
  440. package/src/commands/ModifyGlobalClusterCommand.ts +0 -98
  441. package/src/commands/RebootDBInstanceCommand.ts +0 -101
  442. package/src/commands/RemoveFromGlobalClusterCommand.ts +0 -98
  443. package/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +0 -108
  444. package/src/commands/RemoveTagsFromResourceCommand.ts +0 -95
  445. package/src/commands/ResetDBClusterParameterGroupCommand.ts +0 -107
  446. package/src/commands/RestoreDBClusterFromSnapshotCommand.ts +0 -102
  447. package/src/commands/RestoreDBClusterToPointInTimeCommand.ts +0 -104
  448. package/src/commands/StartDBClusterCommand.ts +0 -97
  449. package/src/commands/StopDBClusterCommand.ts +0 -98
  450. package/src/endpoints.ts +0 -91
  451. package/src/index.ts +0 -71
  452. package/src/models/index.ts +0 -1
  453. package/src/models/models_0.ts +0 -6422
  454. package/src/pagination/DescribeCertificatesPaginator.ts +0 -59
  455. package/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts +0 -59
  456. package/src/pagination/DescribeDBClusterParametersPaginator.ts +0 -59
  457. package/src/pagination/DescribeDBClusterSnapshotsPaginator.ts +0 -59
  458. package/src/pagination/DescribeDBClustersPaginator.ts +0 -59
  459. package/src/pagination/DescribeDBEngineVersionsPaginator.ts +0 -59
  460. package/src/pagination/DescribeDBInstancesPaginator.ts +0 -59
  461. package/src/pagination/DescribeDBSubnetGroupsPaginator.ts +0 -59
  462. package/src/pagination/DescribeEventSubscriptionsPaginator.ts +0 -59
  463. package/src/pagination/DescribeEventsPaginator.ts +0 -59
  464. package/src/pagination/DescribeGlobalClustersPaginator.ts +0 -59
  465. package/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts +0 -59
  466. package/src/pagination/DescribePendingMaintenanceActionsPaginator.ts +0 -59
  467. package/src/pagination/Interfaces.ts +0 -8
  468. package/src/protocols/Aws_query.ts +0 -10761
  469. package/src/runtimeConfig.browser.ts +0 -41
  470. package/src/runtimeConfig.native.ts +0 -17
  471. package/src/runtimeConfig.shared.ts +0 -17
  472. package/src/runtimeConfig.ts +0 -46
  473. package/src/waiters/waitForDBInstanceAvailable.ts +0 -125
  474. package/tsconfig.es.json +0 -10
  475. package/tsconfig.json +0 -33
  476. package/tsconfig.types.json +0 -9
@@ -53,449 +53,217 @@ import { RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTim
53
53
  import { StartDBClusterCommandInput, StartDBClusterCommandOutput } from "./commands/StartDBClusterCommand";
54
54
  import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
55
55
  import { DocDBClient } from "./DocDBClient";
56
- /**
57
- * <p>Amazon DocumentDB API documentation</p>
58
- */
56
+
59
57
  export declare class DocDB extends DocDBClient {
60
- /**
61
- * <p>Adds a source identifier to an existing event notification
62
- * subscription.</p>
63
- */
58
+
64
59
  addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
65
60
  addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void): void;
66
61
  addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void): void;
67
- /**
68
- * <p>Adds metadata tags to an Amazon DocumentDB resource. You can use these tags
69
- * with cost allocation reporting to track costs that are associated
70
- * with Amazon DocumentDB resources or in a <code>Condition</code> statement in
71
- * an Identity and Access Management (IAM) policy for Amazon DocumentDB.</p>
72
- */
62
+
73
63
  addTagsToResource(args: AddTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToResourceCommandOutput>;
74
64
  addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
75
65
  addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
76
- /**
77
- * <p>Applies a pending maintenance action to a resource (for example,
78
- * to an Amazon DocumentDB instance).</p>
79
- */
66
+
80
67
  applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, options?: __HttpHandlerOptions): Promise<ApplyPendingMaintenanceActionCommandOutput>;
81
68
  applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void): void;
82
69
  applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void): void;
83
- /**
84
- * <p>Copies the specified cluster parameter group.</p>
85
- */
70
+
86
71
  copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBClusterParameterGroupCommandOutput>;
87
72
  copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void): void;
88
73
  copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void): void;
89
- /**
90
- * <p>Copies a snapshot of a cluster.</p>
91
- *
92
- * <p>To copy a cluster snapshot from a shared manual cluster snapshot,
93
- * <code>SourceDBClusterSnapshotIdentifier</code> must be the Amazon
94
- * Resource Name (ARN) of the shared cluster snapshot. You can only
95
- * copy a shared DB cluster snapshot, whether encrypted or not, in the
96
- * same Region.</p>
97
- *
98
- * <p>To cancel the copy operation after it is in progress, delete the
99
- * target cluster snapshot identified by
100
- * <code>TargetDBClusterSnapshotIdentifier</code> while that cluster
101
- * snapshot is in the <i>copying</i> status.</p>
102
- */
74
+
103
75
  copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBClusterSnapshotCommandOutput>;
104
76
  copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void): void;
105
77
  copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void): void;
106
- /**
107
- * <p>Creates a new Amazon DocumentDB cluster.</p>
108
- */
78
+
109
79
  createDBCluster(args: CreateDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterCommandOutput>;
110
80
  createDBCluster(args: CreateDBClusterCommandInput, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
111
81
  createDBCluster(args: CreateDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
112
- /**
113
- * <p>Creates a new cluster parameter group.</p>
114
- * <p>Parameters in a cluster parameter group apply to all of the
115
- * instances in a cluster.</p>
116
- * <p>A cluster parameter group is initially created with the default
117
- * parameters for the database engine used by instances in the cluster.
118
- * In Amazon DocumentDB, you cannot make modifications directly to the
119
- * <code>default.docdb3.6</code> cluster parameter group. If your
120
- * Amazon DocumentDB cluster is using the default cluster parameter group and you
121
- * want to modify a value in it, you must first <a href="https://docs.aws.amazon.com/documentdb/latest/developerguide/cluster_parameter_group-create.html">
122
- * create a new parameter group</a>
123
- * or <a href="https://docs.aws.amazon.com/documentdb/latest/developerguide/cluster_parameter_group-copy.html">
124
- * copy an existing parameter group</a>,
125
- * modify it, and then apply the modified parameter group to your
126
- * cluster. For the new cluster parameter group and associated settings
127
- * to take effect, you must then reboot the instances in the cluster
128
- * without failover. For more information,
129
- * see <a href="https://docs.aws.amazon.com/documentdb/latest/developerguide/cluster_parameter_group-modify.html">
130
- * Modifying Amazon DocumentDB Cluster Parameter Groups</a>.
131
- * </p>
132
- */
82
+
133
83
  createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterParameterGroupCommandOutput>;
134
84
  createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
135
85
  createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
136
- /**
137
- * <p>Creates a snapshot of a cluster. </p>
138
- */
86
+
139
87
  createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterSnapshotCommandOutput>;
140
88
  createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
141
89
  createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
142
- /**
143
- * <p>Creates a new instance.</p>
144
- */
90
+
145
91
  createDBInstance(args: CreateDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBInstanceCommandOutput>;
146
92
  createDBInstance(args: CreateDBInstanceCommandInput, cb: (err: any, data?: CreateDBInstanceCommandOutput) => void): void;
147
93
  createDBInstance(args: CreateDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBInstanceCommandOutput) => void): void;
148
- /**
149
- * <p>Creates a new subnet group. subnet groups must contain at least one subnet in at
150
- * least two Availability Zones in the Region.</p>
151
- */
94
+
152
95
  createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSubnetGroupCommandOutput>;
153
96
  createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void): void;
154
97
  createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void): void;
155
- /**
156
- * <p>Creates an Amazon DocumentDB event notification subscription. This action requires a topic Amazon Resource Name (ARN) created by using the Amazon DocumentDB console, the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the Amazon SNS console.</p>
157
- * <p>You can specify the type of source (<code>SourceType</code>) that you want to be notified of. You can also provide a list of Amazon DocumentDB sources (<code>SourceIds</code>) that trigger the events, and you can provide a list of event categories (<code>EventCategories</code>) for events that you want to be notified of. For example, you can specify <code>SourceType = db-instance</code>, <code>SourceIds = mydbinstance1, mydbinstance2</code> and <code>EventCategories = Availability, Backup</code>.</p>
158
- * <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code> (such as <code>SourceType = db-instance</code> and <code>SourceIdentifier = myDBInstance1</code>), you are notified of all the <code>db-instance</code> events for the specified source. If you specify a <code>SourceType</code> but do not specify a <code>SourceIdentifier</code>, you receive notice of the events for that source type for all your Amazon DocumentDB sources. If you do not specify either the <code>SourceType</code> or the <code>SourceIdentifier</code>, you are notified of events generated from all Amazon DocumentDB sources belonging to your customer account.</p>
159
- */
98
+
160
99
  createEventSubscription(args: CreateEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventSubscriptionCommandOutput>;
161
100
  createEventSubscription(args: CreateEventSubscriptionCommandInput, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
162
101
  createEventSubscription(args: CreateEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
163
- /**
164
- * <p>Creates an Amazon DocumentDB global cluster that can span multiple multiple Regions. The global cluster contains one primary cluster with read-write capability, and up-to give read-only secondary clusters. Global clusters uses storage-based fast replication across regions with latencies less than one second, using dedicated infrastructure with no impact to your workload’s performance.</p>
165
- * <p></p>
166
- * <p>You can create a global cluster that is initially empty, and then add a primary and a secondary to it. Or you can specify an existing cluster during the create operation, and this cluster becomes the primary of the global cluster. </p>
167
- * <note>
168
- * <p>This action only applies to Amazon DocumentDB clusters.</p>
169
- * </note>
170
- */
102
+
171
103
  createGlobalCluster(args: CreateGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateGlobalClusterCommandOutput>;
172
104
  createGlobalCluster(args: CreateGlobalClusterCommandInput, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
173
105
  createGlobalCluster(args: CreateGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
174
- /**
175
- * <p>Deletes a previously provisioned cluster. When you delete a cluster, all automated backups for that cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified cluster are not deleted.</p>
176
- * <p></p>
177
- */
106
+
178
107
  deleteDBCluster(args: DeleteDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterCommandOutput>;
179
108
  deleteDBCluster(args: DeleteDBClusterCommandInput, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
180
109
  deleteDBCluster(args: DeleteDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
181
- /**
182
- * <p>Deletes a specified cluster parameter group. The cluster parameter group to be deleted can't be associated with any clusters.</p>
183
- */
110
+
184
111
  deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterParameterGroupCommandOutput>;
185
112
  deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
186
113
  deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
187
- /**
188
- * <p>Deletes a cluster snapshot. If the snapshot is being copied, the copy operation is terminated.</p>
189
- * <note>
190
- * <p>The cluster snapshot must be in the <code>available</code> state to be deleted.</p>
191
- * </note>
192
- */
114
+
193
115
  deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterSnapshotCommandOutput>;
194
116
  deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void): void;
195
117
  deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void): void;
196
- /**
197
- * <p>Deletes a previously provisioned instance.</p>
198
- */
118
+
199
119
  deleteDBInstance(args: DeleteDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBInstanceCommandOutput>;
200
120
  deleteDBInstance(args: DeleteDBInstanceCommandInput, cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void): void;
201
121
  deleteDBInstance(args: DeleteDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void): void;
202
- /**
203
- * <p>Deletes a subnet group.</p>
204
- * <note>
205
- * <p>The specified database subnet group must not be associated with any DB
206
- * instances.</p>
207
- * </note>
208
- */
122
+
209
123
  deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSubnetGroupCommandOutput>;
210
124
  deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void): void;
211
125
  deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void): void;
212
- /**
213
- * <p>Deletes an Amazon DocumentDB event notification subscription.</p>
214
- */
126
+
215
127
  deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventSubscriptionCommandOutput>;
216
128
  deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
217
129
  deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
218
- /**
219
- * <p>Deletes a global cluster. The primary and secondary clusters must already be detached or deleted before attempting to delete a global cluster.</p>
220
- * <note>
221
- * <p>This action only applies to Amazon DocumentDB clusters.</p>
222
- * </note>
223
- */
130
+
224
131
  deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGlobalClusterCommandOutput>;
225
132
  deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
226
133
  deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
227
- /**
228
- * <p>Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this account.</p>
229
- */
134
+
230
135
  describeCertificates(args: DescribeCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificatesCommandOutput>;
231
136
  describeCertificates(args: DescribeCertificatesCommandInput, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
232
137
  describeCertificates(args: DescribeCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
233
- /**
234
- * <p>Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a <code>DBClusterParameterGroupName</code> parameter is specified, the list contains only the description of the specified cluster parameter group. </p>
235
- */
138
+
236
139
  describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
237
140
  describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
238
141
  describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
239
- /**
240
- * <p>Returns the detailed parameter list for a particular cluster parameter
241
- * group.</p>
242
- */
142
+
243
143
  describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParametersCommandOutput>;
244
144
  describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
245
145
  describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
246
- /**
247
- * <p>Returns information about provisioned Amazon DocumentDB clusters. This API
248
- * operation supports pagination. For certain management features
249
- * such as cluster and instance lifecycle management, Amazon DocumentDB leverages
250
- * operational technology that is shared with Amazon RDS and Amazon
251
- * Neptune. Use the <code>filterName=engine,Values=docdb</code> filter
252
- * parameter to return only Amazon DocumentDB clusters.</p>
253
- */
146
+
254
147
  describeDBClusters(args: DescribeDBClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClustersCommandOutput>;
255
148
  describeDBClusters(args: DescribeDBClustersCommandInput, cb: (err: any, data?: DescribeDBClustersCommandOutput) => void): void;
256
149
  describeDBClusters(args: DescribeDBClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClustersCommandOutput) => void): void;
257
- /**
258
- * <p>Returns a list of cluster snapshot attribute names and values for a manual DB
259
- * cluster snapshot.</p>
260
- * <p>When you share snapshots with other accounts,
261
- * <code>DescribeDBClusterSnapshotAttributes</code> returns the <code>restore</code> attribute and a list of IDs for the accounts that are authorized to copy or restore the manual cluster snapshot. If <code>all</code> is included in the list of values for the <code>restore</code> attribute, then the manual cluster snapshot is public and can be copied or restored by all accounts.</p>
262
- */
150
+
263
151
  describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
264
152
  describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void): void;
265
153
  describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void): void;
266
- /**
267
- * <p>Returns information about cluster snapshots. This API operation supports pagination.</p>
268
- */
154
+
269
155
  describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotsCommandOutput>;
270
156
  describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void): void;
271
157
  describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void): void;
272
- /**
273
- * <p>Returns a list of the available engines.</p>
274
- */
158
+
275
159
  describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBEngineVersionsCommandOutput>;
276
160
  describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void): void;
277
161
  describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void): void;
278
- /**
279
- * <p>Returns information about provisioned Amazon DocumentDB instances. This API supports pagination.</p>
280
- */
162
+
281
163
  describeDBInstances(args: DescribeDBInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBInstancesCommandOutput>;
282
164
  describeDBInstances(args: DescribeDBInstancesCommandInput, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
283
165
  describeDBInstances(args: DescribeDBInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
284
- /**
285
- * <p>Returns a list of <code>DBSubnetGroup</code> descriptions. If a
286
- * <code>DBSubnetGroupName</code> is specified, the list will contain only the descriptions of the specified <code>DBSubnetGroup</code>.</p>
287
- */
166
+
288
167
  describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSubnetGroupsCommandOutput>;
289
168
  describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void): void;
290
169
  describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void): void;
291
- /**
292
- * <p>Returns the default engine and system parameter information for the cluster database
293
- * engine.</p>
294
- */
170
+
295
171
  describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
296
172
  describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, cb: (err: any, data?: DescribeEngineDefaultClusterParametersCommandOutput) => void): void;
297
173
  describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngineDefaultClusterParametersCommandOutput) => void): void;
298
- /**
299
- * <p>Displays a list of categories for all event source types, or, if specified, for a
300
- * specified source type. </p>
301
- */
174
+
302
175
  describeEventCategories(args: DescribeEventCategoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventCategoriesCommandOutput>;
303
176
  describeEventCategories(args: DescribeEventCategoriesCommandInput, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
304
177
  describeEventCategories(args: DescribeEventCategoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
305
- /**
306
- * <p>Returns events related to instances, security groups, snapshots, and DB parameter groups for the past 14 days. You can obtain events specific to a particular DB instance, security group, snapshot, or parameter group by providing the name as a parameter. By default, the events of the past hour are returned.</p>
307
- */
178
+
308
179
  describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
309
180
  describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
310
181
  describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
311
- /**
312
- * <p>Lists all the subscription descriptions for a customer account. The description for a subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>, <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>, <code>CreationTime</code>, and <code>Status</code>.</p>
313
- * <p>If you specify a <code>SubscriptionName</code>, lists the description for that subscription.</p>
314
- */
182
+
315
183
  describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventSubscriptionsCommandOutput>;
316
184
  describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
317
185
  describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
318
- /**
319
- * <p>Returns information about Amazon DocumentDB global clusters. This API supports pagination.</p>
320
- * <note>
321
- * <p>This action only applies to Amazon DocumentDB clusters.</p>
322
- * </note>
323
- */
186
+
324
187
  describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalClustersCommandOutput>;
325
188
  describeGlobalClusters(args: DescribeGlobalClustersCommandInput, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
326
189
  describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
327
- /**
328
- * <p>Returns a list of orderable instance options for the specified engine.</p>
329
- */
190
+
330
191
  describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
331
192
  describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, cb: (err: any, data?: DescribeOrderableDBInstanceOptionsCommandOutput) => void): void;
332
193
  describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrderableDBInstanceOptionsCommandOutput) => void): void;
333
- /**
334
- * <p>Returns a list of resources (for example, instances) that have at least one pending
335
- * maintenance action.</p>
336
- */
194
+
337
195
  describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribePendingMaintenanceActionsCommandOutput>;
338
196
  describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void): void;
339
197
  describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void): void;
340
- /**
341
- * <p>Forces a failover for a cluster.</p>
342
- * <p>A failover for a cluster promotes one of the Amazon DocumentDB replicas (read-only instances) in the cluster to be the primary instance (the cluster writer).</p>
343
- * <p>If the primary instance fails, Amazon DocumentDB automatically fails over to an Amazon DocumentDB replica, if one exists. You can force a failover when you want to simulate a failure of a primary instance for testing.</p>
344
- */
198
+
345
199
  failoverDBCluster(args: FailoverDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverDBClusterCommandOutput>;
346
200
  failoverDBCluster(args: FailoverDBClusterCommandInput, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
347
201
  failoverDBCluster(args: FailoverDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
348
- /**
349
- * <p>Lists all tags on an Amazon DocumentDB resource.</p>
350
- */
202
+
351
203
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
352
204
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
353
205
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
354
- /**
355
- * <p>Modifies a setting for an Amazon DocumentDB cluster. You can change one or more database
356
- * configuration parameters by specifying these parameters and the new values in the
357
- * request. </p>
358
- */
206
+
359
207
  modifyDBCluster(args: ModifyDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterCommandOutput>;
360
208
  modifyDBCluster(args: ModifyDBClusterCommandInput, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
361
209
  modifyDBCluster(args: ModifyDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
362
- /**
363
- * <p> Modifies the parameters of a cluster parameter group. To modify more than one
364
- * parameter, submit a list of the following: <code>ParameterName</code>,
365
- * <code>ParameterValue</code>, and <code>ApplyMethod</code>. A maximum of 20
366
- * parameters can be modified in a single request. </p>
367
- * <note>
368
- * <p>Changes to dynamic parameters are applied immediately. Changes to static
369
- * parameters require a reboot or maintenance window
370
- *
371
- * before the change can take effect.</p>
372
- * </note>
373
- * <important>
374
- * <p>After you create a cluster parameter group, you should wait at least 5 minutes
375
- * before creating your first cluster that uses that cluster parameter group as
376
- * the default parameter group. This allows Amazon DocumentDB to fully complete the create action
377
- * before the parameter group is used as the default for a new cluster. This step is
378
- * especially important for parameters that are critical when creating the default
379
- * database for a cluster, such as the character set for the default database
380
- * defined by the <code>character_set_database</code> parameter.</p>
381
- * </important>
382
- */
210
+
383
211
  modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterParameterGroupCommandOutput>;
384
212
  modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void): void;
385
213
  modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void): void;
386
- /**
387
- * <p>Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.</p>
388
- * <p>To share a manual cluster snapshot with other accounts, specify <code>restore</code> as the <code>AttributeName</code>, and use the <code>ValuesToAdd</code> parameter to add a list of IDs of the accounts that are authorized to restore the manual cluster snapshot. Use the value <code>all</code> to make the manual cluster snapshot public, which means that it can be copied or restored by all accounts. Do not add the <code>all</code> value for any manual cluster snapshots that contain private information that you don't want available to all accounts. If a manual cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized account IDs for the <code>ValuesToAdd</code> parameter. You can't use <code>all</code> as a value for that parameter in this case.</p>
389
- */
214
+
390
215
  modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
391
216
  modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void): void;
392
217
  modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void): void;
393
- /**
394
- * <p>Modifies settings for an instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.</p>
395
- */
218
+
396
219
  modifyDBInstance(args: ModifyDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBInstanceCommandOutput>;
397
220
  modifyDBInstance(args: ModifyDBInstanceCommandInput, cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void): void;
398
221
  modifyDBInstance(args: ModifyDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void): void;
399
- /**
400
- * <p>Modifies an existing subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Region.</p>
401
- */
222
+
402
223
  modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSubnetGroupCommandOutput>;
403
224
  modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void): void;
404
225
  modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void): void;
405
- /**
406
- * <p>Modifies an existing Amazon DocumentDB event notification subscription.</p>
407
- */
226
+
408
227
  modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyEventSubscriptionCommandOutput>;
409
228
  modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
410
229
  modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
411
- /**
412
- * <p>Modify a setting for an Amazon DocumentDB global cluster. You can change one or more configuration parameters (for example: deletion protection), or the global cluster identifier by specifying these parameters and the new values in the request.</p>
413
- * <note>
414
- * <p>This action only applies to Amazon DocumentDB clusters.</p>
415
- * </note>
416
- */
230
+
417
231
  modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyGlobalClusterCommandOutput>;
418
232
  modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
419
233
  modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
420
- /**
421
- * <p>You might need to reboot your instance, usually for maintenance reasons. For
422
- * example, if you make certain changes, or if you change the cluster parameter group
423
- * that is associated with the instance, you must reboot the instance for the changes to
424
- * take effect. </p>
425
- * <p>Rebooting an instance restarts the database engine service. Rebooting an instance
426
- * results in a momentary outage, during which the instance status is set to
427
- * <i>rebooting</i>. </p>
428
- */
234
+
429
235
  rebootDBInstance(args: RebootDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBInstanceCommandOutput>;
430
236
  rebootDBInstance(args: RebootDBInstanceCommandInput, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
431
237
  rebootDBInstance(args: RebootDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
432
- /**
433
- * <p>Detaches an Amazon DocumentDB secondary cluster from a global cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary in a different region. </p>
434
- * <note>
435
- * <p>This action only applies to Amazon DocumentDB clusters.</p>
436
- * </note>
437
- */
238
+
438
239
  removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveFromGlobalClusterCommandOutput>;
439
240
  removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
440
241
  removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
441
- /**
442
- * <p>Removes a source identifier from an existing Amazon DocumentDB event notification
443
- * subscription.</p>
444
- */
242
+
445
243
  removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
446
244
  removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void): void;
447
245
  removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void): void;
448
- /**
449
- * <p>Removes metadata tags from an Amazon DocumentDB resource.</p>
450
- */
246
+
451
247
  removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromResourceCommandOutput>;
452
248
  removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
453
249
  removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
454
- /**
455
- * <p> Modifies the parameters of a cluster parameter group to the default value. To
456
- * reset specific parameters, submit a list of the following: <code>ParameterName</code>
457
- * and <code>ApplyMethod</code>. To reset the entire cluster parameter group, specify
458
- * the <code>DBClusterParameterGroupName</code> and <code>ResetAllParameters</code>
459
- * parameters. </p>
460
- * <p> When you reset the entire group, dynamic parameters are updated immediately and
461
- * static parameters are set to <code>pending-reboot</code> to take effect on the next DB
462
- * instance reboot.</p>
463
- */
250
+
464
251
  resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetDBClusterParameterGroupCommandOutput>;
465
252
  resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void): void;
466
253
  resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void): void;
467
- /**
468
- * <p>Creates a new cluster from a snapshot or cluster snapshot.</p>
469
- * <p>If a snapshot is specified, the target cluster is created from the source DB snapshot with a default configuration and default security group.</p>
470
- * <p>If a cluster snapshot is specified, the target cluster is created from the source cluster restore point with the same configuration as the original source DB cluster, except that the new cluster is created with the default security group.</p>
471
- */
254
+
472
255
  restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterFromSnapshotCommandOutput>;
473
256
  restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void): void;
474
257
  restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void): void;
475
- /**
476
- * <p>Restores a cluster to an arbitrary point in time. Users can restore to any point in
477
- * time before <code>LatestRestorableTime</code> for up to
478
- * <code>BackupRetentionPeriod</code> days. The target cluster is created from the
479
- * source cluster with the same configuration as the original cluster, except that
480
- * the new cluster is created with the default security group. </p>
481
- */
258
+
482
259
  restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterToPointInTimeCommandOutput>;
483
260
  restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void): void;
484
261
  restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void): void;
485
- /**
486
- * <p>Restarts the stopped cluster that is specified by <code>DBClusterIdentifier</code>.
487
- * For more information, see <a href="https://docs.aws.amazon.com/documentdb/latest/developerguide/db-cluster-stop-start.html">Stopping and
488
- * Starting an Amazon DocumentDB Cluster</a>.</p>
489
- */
262
+
490
263
  startDBCluster(args: StartDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<StartDBClusterCommandOutput>;
491
264
  startDBCluster(args: StartDBClusterCommandInput, cb: (err: any, data?: StartDBClusterCommandOutput) => void): void;
492
265
  startDBCluster(args: StartDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBClusterCommandOutput) => void): void;
493
- /**
494
- * <p>Stops the running cluster that is specified by <code>DBClusterIdentifier</code>. The
495
- * cluster must be in the <i>available</i> state. For more information, see
496
- * <a href="https://docs.aws.amazon.com/documentdb/latest/developerguide/db-cluster-stop-start.html">Stopping and
497
- * Starting an Amazon DocumentDB Cluster</a>.</p>
498
- */
266
+
499
267
  stopDBCluster(args: StopDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<StopDBClusterCommandOutput>;
500
268
  stopDBCluster(args: StopDBClusterCommandInput, cb: (err: any, data?: StopDBClusterCommandOutput) => void): void;
501
269
  stopDBCluster(args: StopDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBClusterCommandOutput) => void): void;