@aws-sdk/client-docdb 3.362.0 → 3.369.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 (285) hide show
  1. package/dist-cjs/DocDB.js +1 -1
  2. package/dist-cjs/DocDBClient.js +5 -5
  3. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -3
  4. package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
  5. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
  6. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +3 -3
  7. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +3 -3
  8. package/dist-cjs/commands/CreateDBClusterCommand.js +3 -3
  9. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +3 -3
  10. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +3 -3
  11. package/dist-cjs/commands/CreateDBInstanceCommand.js +3 -3
  12. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +3 -3
  13. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +3 -3
  14. package/dist-cjs/commands/CreateGlobalClusterCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteDBClusterCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteDBInstanceCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeCertificatesCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeDBClustersCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeDBInstancesCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -3
  37. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
  38. package/dist-cjs/commands/FailoverDBClusterCommand.js +3 -3
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  40. package/dist-cjs/commands/ModifyDBClusterCommand.js +3 -3
  41. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +3 -3
  42. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -3
  43. package/dist-cjs/commands/ModifyDBInstanceCommand.js +3 -3
  44. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +3 -3
  45. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +3 -3
  46. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +3 -3
  47. package/dist-cjs/commands/RebootDBInstanceCommand.js +3 -3
  48. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +3 -3
  49. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -3
  50. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
  51. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +3 -3
  52. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +3 -3
  53. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +3 -3
  54. package/dist-cjs/commands/StartDBClusterCommand.js +3 -3
  55. package/dist-cjs/commands/StopDBClusterCommand.js +3 -3
  56. package/dist-cjs/models/DocDBServiceException.js +1 -1
  57. package/dist-cjs/protocols/Aws_query.js +1 -1
  58. package/dist-cjs/runtimeConfig.browser.js +7 -7
  59. package/dist-cjs/runtimeConfig.js +10 -10
  60. package/dist-cjs/runtimeConfig.shared.js +4 -4
  61. package/dist-cjs/waiters/waitForDBInstanceAvailable.js +1 -1
  62. package/dist-cjs/waiters/waitForDBInstanceDeleted.js +1 -1
  63. package/dist-es/DocDB.js +1 -1
  64. package/dist-es/DocDBClient.js +5 -5
  65. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -3
  66. package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
  67. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
  68. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +3 -3
  69. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +3 -3
  70. package/dist-es/commands/CreateDBClusterCommand.js +3 -3
  71. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +3 -3
  72. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +3 -3
  73. package/dist-es/commands/CreateDBInstanceCommand.js +3 -3
  74. package/dist-es/commands/CreateDBSubnetGroupCommand.js +3 -3
  75. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -3
  76. package/dist-es/commands/CreateGlobalClusterCommand.js +3 -3
  77. package/dist-es/commands/DeleteDBClusterCommand.js +3 -3
  78. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +3 -3
  79. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +3 -3
  80. package/dist-es/commands/DeleteDBInstanceCommand.js +3 -3
  81. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +3 -3
  82. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -3
  83. package/dist-es/commands/DeleteGlobalClusterCommand.js +3 -3
  84. package/dist-es/commands/DescribeCertificatesCommand.js +3 -3
  85. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +3 -3
  86. package/dist-es/commands/DescribeDBClusterParametersCommand.js +3 -3
  87. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -3
  88. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +3 -3
  89. package/dist-es/commands/DescribeDBClustersCommand.js +3 -3
  90. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +3 -3
  91. package/dist-es/commands/DescribeDBInstancesCommand.js +3 -3
  92. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +3 -3
  93. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -3
  94. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -3
  95. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -3
  96. package/dist-es/commands/DescribeEventsCommand.js +3 -3
  97. package/dist-es/commands/DescribeGlobalClustersCommand.js +3 -3
  98. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -3
  99. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
  100. package/dist-es/commands/FailoverDBClusterCommand.js +3 -3
  101. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  102. package/dist-es/commands/ModifyDBClusterCommand.js +3 -3
  103. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +3 -3
  104. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -3
  105. package/dist-es/commands/ModifyDBInstanceCommand.js +3 -3
  106. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +3 -3
  107. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -3
  108. package/dist-es/commands/ModifyGlobalClusterCommand.js +3 -3
  109. package/dist-es/commands/RebootDBInstanceCommand.js +3 -3
  110. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +3 -3
  111. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -3
  112. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
  113. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +3 -3
  114. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +3 -3
  115. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +3 -3
  116. package/dist-es/commands/StartDBClusterCommand.js +3 -3
  117. package/dist-es/commands/StopDBClusterCommand.js +3 -3
  118. package/dist-es/models/DocDBServiceException.js +1 -1
  119. package/dist-es/protocols/Aws_query.js +1 -1
  120. package/dist-es/runtimeConfig.browser.js +7 -7
  121. package/dist-es/runtimeConfig.js +10 -10
  122. package/dist-es/runtimeConfig.shared.js +4 -4
  123. package/dist-es/waiters/waitForDBInstanceAvailable.js +1 -1
  124. package/dist-es/waiters/waitForDBInstanceDeleted.js +1 -1
  125. package/dist-types/DocDB.d.ts +1 -1
  126. package/dist-types/DocDBClient.d.ts +8 -8
  127. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +3 -3
  128. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
  129. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -3
  130. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -3
  131. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -3
  132. package/dist-types/commands/CreateDBClusterCommand.d.ts +3 -3
  133. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +3 -3
  134. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -3
  135. package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -3
  136. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -3
  137. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +3 -3
  138. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -3
  139. package/dist-types/commands/DeleteDBClusterCommand.d.ts +3 -3
  140. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -3
  141. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -3
  142. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +3 -3
  143. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +3 -3
  144. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -3
  145. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +3 -3
  146. package/dist-types/commands/DescribeCertificatesCommand.d.ts +3 -3
  147. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -3
  148. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +3 -3
  149. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +3 -3
  150. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +3 -3
  151. package/dist-types/commands/DescribeDBClustersCommand.d.ts +3 -3
  152. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +3 -3
  153. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +3 -3
  154. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +3 -3
  155. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +3 -3
  156. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +3 -3
  157. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +3 -3
  158. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
  159. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +3 -3
  160. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +3 -3
  161. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -3
  162. package/dist-types/commands/FailoverDBClusterCommand.d.ts +3 -3
  163. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  164. package/dist-types/commands/ModifyDBClusterCommand.d.ts +3 -3
  165. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -3
  166. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +3 -3
  167. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +3 -3
  168. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -3
  169. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +3 -3
  170. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +3 -3
  171. package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -3
  172. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +3 -3
  173. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +3 -3
  174. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
  175. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -3
  176. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +3 -3
  177. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +3 -3
  178. package/dist-types/commands/StartDBClusterCommand.d.ts +3 -3
  179. package/dist-types/commands/StopDBClusterCommand.d.ts +3 -3
  180. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  181. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  182. package/dist-types/endpoint/ruleset.d.ts +1 -1
  183. package/dist-types/models/DocDBServiceException.d.ts +1 -1
  184. package/dist-types/models/models_0.d.ts +1 -1
  185. package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +1 -1
  186. package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +1 -1
  187. package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +1 -1
  188. package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +1 -1
  189. package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +1 -1
  190. package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +1 -1
  191. package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +1 -1
  192. package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +1 -1
  193. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
  194. package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
  195. package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +1 -1
  196. package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +1 -1
  197. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
  198. package/dist-types/pagination/Interfaces.d.ts +1 -1
  199. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  200. package/dist-types/runtimeConfig.d.ts +20 -20
  201. package/dist-types/runtimeConfig.native.d.ts +19 -19
  202. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  203. package/dist-types/ts3.4/DocDB.d.ts +1 -1
  204. package/dist-types/ts3.4/DocDBClient.d.ts +19 -21
  205. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +3 -3
  206. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -3
  207. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -3
  208. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -3
  209. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +3 -3
  210. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +3 -3
  211. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +3 -3
  212. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +3 -3
  213. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +3 -3
  214. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +3 -3
  215. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +3 -3
  216. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +3 -3
  217. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +3 -3
  218. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -3
  219. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -3
  220. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +3 -3
  221. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +3 -3
  222. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +3 -3
  223. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +3 -3
  224. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +3 -3
  225. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -3
  226. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +3 -3
  227. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +3 -3
  228. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +3 -3
  229. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +3 -3
  230. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +3 -3
  231. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +3 -3
  232. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +3 -3
  233. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +3 -3
  234. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +3 -3
  235. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +3 -3
  236. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -3
  237. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +3 -3
  238. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +3 -3
  239. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -3
  240. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +3 -3
  241. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  242. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +3 -3
  243. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -3
  244. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +3 -3
  245. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +3 -3
  246. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +3 -3
  247. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +3 -3
  248. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +3 -3
  249. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +3 -3
  250. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +3 -3
  251. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +3 -3
  252. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
  253. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -3
  254. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +3 -3
  255. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +3 -3
  256. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +3 -3
  257. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +3 -3
  258. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  259. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  260. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  261. package/dist-types/ts3.4/models/DocDBServiceException.d.ts +1 -1
  262. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  263. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +1 -1
  264. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +1 -1
  265. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +1 -1
  266. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +1 -1
  267. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +1 -1
  268. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +1 -1
  269. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +1 -1
  270. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +1 -1
  271. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
  272. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
  273. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +1 -1
  274. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +1 -1
  275. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
  276. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  277. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  278. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  279. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  280. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  281. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +1 -1
  282. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +1 -1
  283. package/dist-types/waiters/waitForDBInstanceAvailable.d.ts +1 -1
  284. package/dist-types/waiters/waitForDBInstanceDeleted.d.ts +1 -1
  285. package/package.json +36 -35
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ModifyDBClusterSnapshotAttributeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class ModifyDBClusterSnapshotAttributeCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ModifyDBInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class ModifyDBInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ModifyDBSubnetGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class ModifyDBSubnetGroupCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ModifyEventSubscriptionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class ModifyEventSubscriptionCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ModifyGlobalClusterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class ModifyGlobalClusterCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RebootDBInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class RebootDBInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RemoveFromGlobalClusterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class RemoveFromGlobalClusterCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RemoveSourceIdentifierFromSubscriptionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class RemoveSourceIdentifierFromSubscriptionCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RemoveTagsFromResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class RemoveTagsFromResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ResetDBClusterParameterGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class ResetDBClusterParameterGroupCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RestoreDBClusterFromSnapshotCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class RestoreDBClusterFromSnapshotCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RestoreDBClusterToPointInTimeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class RestoreDBClusterToPointInTimeCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StartDBClusterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class StartDBClusterCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StopDBClusterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_query_1 = require("../protocols/Aws_query");
9
9
  class StopDBClusterCommand extends smithy_client_1.Command {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DocDBServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
6
  class DocDBServiceException extends smithy_client_1.ServiceException {
7
7
  constructor(options) {
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.se_RestoreDBClusterFromSnapshotCommand = exports.se_ResetDBClusterParameterGroupCommand = exports.se_RemoveTagsFromResourceCommand = exports.se_RemoveSourceIdentifierFromSubscriptionCommand = exports.se_RemoveFromGlobalClusterCommand = exports.se_RebootDBInstanceCommand = exports.se_ModifyGlobalClusterCommand = exports.se_ModifyEventSubscriptionCommand = exports.se_ModifyDBSubnetGroupCommand = exports.se_ModifyDBInstanceCommand = exports.se_ModifyDBClusterSnapshotAttributeCommand = exports.se_ModifyDBClusterParameterGroupCommand = exports.se_ModifyDBClusterCommand = exports.se_ListTagsForResourceCommand = exports.se_FailoverDBClusterCommand = exports.se_DescribePendingMaintenanceActionsCommand = exports.se_DescribeOrderableDBInstanceOptionsCommand = exports.se_DescribeGlobalClustersCommand = exports.se_DescribeEventSubscriptionsCommand = exports.se_DescribeEventsCommand = exports.se_DescribeEventCategoriesCommand = exports.se_DescribeEngineDefaultClusterParametersCommand = exports.se_DescribeDBSubnetGroupsCommand = exports.se_DescribeDBInstancesCommand = exports.se_DescribeDBEngineVersionsCommand = exports.se_DescribeDBClusterSnapshotsCommand = exports.se_DescribeDBClusterSnapshotAttributesCommand = exports.se_DescribeDBClustersCommand = exports.se_DescribeDBClusterParametersCommand = exports.se_DescribeDBClusterParameterGroupsCommand = exports.se_DescribeCertificatesCommand = exports.se_DeleteGlobalClusterCommand = exports.se_DeleteEventSubscriptionCommand = exports.se_DeleteDBSubnetGroupCommand = exports.se_DeleteDBInstanceCommand = exports.se_DeleteDBClusterSnapshotCommand = exports.se_DeleteDBClusterParameterGroupCommand = exports.se_DeleteDBClusterCommand = exports.se_CreateGlobalClusterCommand = exports.se_CreateEventSubscriptionCommand = exports.se_CreateDBSubnetGroupCommand = exports.se_CreateDBInstanceCommand = exports.se_CreateDBClusterSnapshotCommand = exports.se_CreateDBClusterParameterGroupCommand = exports.se_CreateDBClusterCommand = exports.se_CopyDBClusterSnapshotCommand = exports.se_CopyDBClusterParameterGroupCommand = exports.se_ApplyPendingMaintenanceActionCommand = exports.se_AddTagsToResourceCommand = exports.se_AddSourceIdentifierToSubscriptionCommand = void 0;
4
4
  exports.de_RemoveSourceIdentifierFromSubscriptionCommand = exports.de_RemoveFromGlobalClusterCommand = exports.de_RebootDBInstanceCommand = exports.de_ModifyGlobalClusterCommand = exports.de_ModifyEventSubscriptionCommand = exports.de_ModifyDBSubnetGroupCommand = exports.de_ModifyDBInstanceCommand = exports.de_ModifyDBClusterSnapshotAttributeCommand = exports.de_ModifyDBClusterParameterGroupCommand = exports.de_ModifyDBClusterCommand = exports.de_ListTagsForResourceCommand = exports.de_FailoverDBClusterCommand = exports.de_DescribePendingMaintenanceActionsCommand = exports.de_DescribeOrderableDBInstanceOptionsCommand = exports.de_DescribeGlobalClustersCommand = exports.de_DescribeEventSubscriptionsCommand = exports.de_DescribeEventsCommand = exports.de_DescribeEventCategoriesCommand = exports.de_DescribeEngineDefaultClusterParametersCommand = exports.de_DescribeDBSubnetGroupsCommand = exports.de_DescribeDBInstancesCommand = exports.de_DescribeDBEngineVersionsCommand = exports.de_DescribeDBClusterSnapshotsCommand = exports.de_DescribeDBClusterSnapshotAttributesCommand = exports.de_DescribeDBClustersCommand = exports.de_DescribeDBClusterParametersCommand = exports.de_DescribeDBClusterParameterGroupsCommand = exports.de_DescribeCertificatesCommand = exports.de_DeleteGlobalClusterCommand = exports.de_DeleteEventSubscriptionCommand = exports.de_DeleteDBSubnetGroupCommand = exports.de_DeleteDBInstanceCommand = exports.de_DeleteDBClusterSnapshotCommand = exports.de_DeleteDBClusterParameterGroupCommand = exports.de_DeleteDBClusterCommand = exports.de_CreateGlobalClusterCommand = exports.de_CreateEventSubscriptionCommand = exports.de_CreateDBSubnetGroupCommand = exports.de_CreateDBInstanceCommand = exports.de_CreateDBClusterSnapshotCommand = exports.de_CreateDBClusterParameterGroupCommand = exports.de_CreateDBClusterCommand = exports.de_CopyDBClusterSnapshotCommand = exports.de_CopyDBClusterParameterGroupCommand = exports.de_ApplyPendingMaintenanceActionCommand = exports.de_AddTagsToResourceCommand = exports.de_AddSourceIdentifierToSubscriptionCommand = exports.se_StopDBClusterCommand = exports.se_StartDBClusterCommand = exports.se_RestoreDBClusterToPointInTimeCommand = void 0;
5
5
  exports.de_StopDBClusterCommand = exports.de_StartDBClusterCommand = exports.de_RestoreDBClusterToPointInTimeCommand = exports.de_RestoreDBClusterFromSnapshotCommand = exports.de_ResetDBClusterParameterGroupCommand = exports.de_RemoveTagsFromResourceCommand = void 0;
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
7
6
  const protocol_http_1 = require("@smithy/protocol-http");
7
+ const smithy_client_1 = require("@smithy/smithy-client");
8
8
  const fast_xml_parser_1 = require("fast-xml-parser");
9
9
  const DocDBServiceException_1 = require("../models/DocDBServiceException");
10
10
  const models_0_1 = require("../models/models_0");
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
- const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
- const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
10
- const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
- const util_retry_1 = require("@aws-sdk/util-retry");
12
7
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
12
+ const util_retry_1 = require("@smithy/util-retry");
13
13
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@aws-sdk/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
15
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
7
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
9
- const hash_node_1 = require("@aws-sdk/hash-node");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
- const node_config_provider_1 = require("@aws-sdk/node-config-provider");
12
- const node_http_handler_1 = require("@aws-sdk/node-http-handler");
13
- const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
14
- const util_retry_1 = require("@aws-sdk/util-retry");
15
8
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const hash_node_1 = require("@smithy/hash-node");
11
+ const middleware_retry_1 = require("@smithy/middleware-retry");
12
+ const node_config_provider_1 = require("@smithy/node-config-provider");
13
+ const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const util_body_length_node_1 = require("@smithy/util-body-length-node");
15
+ const util_retry_1 = require("@smithy/util-retry");
16
16
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@aws-sdk/smithy-client");
18
- const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
19
- const smithy_client_2 = require("@aws-sdk/smithy-client");
17
+ const smithy_client_1 = require("@smithy/smithy-client");
18
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
+ const smithy_client_2 = require("@smithy/smithy-client");
20
20
  const getRuntimeConfig = (config) => {
21
21
  (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
22
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
5
- const url_parser_1 = require("@aws-sdk/url-parser");
6
- const util_base64_1 = require("@aws-sdk/util-base64");
7
- const util_utf8_1 = require("@aws-sdk/util-utf8");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ const url_parser_1 = require("@smithy/url-parser");
6
+ const util_base64_1 = require("@smithy/util-base64");
7
+ const util_utf8_1 = require("@smithy/util-utf8");
8
8
  const endpointResolver_1 = require("./endpoint/endpointResolver");
9
9
  const getRuntimeConfig = (config) => ({
10
10
  apiVersion: "2014-10-31",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilDBInstanceAvailable = exports.waitForDBInstanceAvailable = void 0;
4
- const util_waiter_1 = require("@aws-sdk/util-waiter");
4
+ const util_waiter_1 = require("@smithy/util-waiter");
5
5
  const DescribeDBInstancesCommand_1 = require("../commands/DescribeDBInstancesCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilDBInstanceDeleted = exports.waitForDBInstanceDeleted = void 0;
4
- const util_waiter_1 = require("@aws-sdk/util-waiter");
4
+ const util_waiter_1 = require("@smithy/util-waiter");
5
5
  const DescribeDBInstancesCommand_1 = require("../commands/DescribeDBInstancesCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
package/dist-es/DocDB.js CHANGED
@@ -1,4 +1,4 @@
1
- import { createAggregatedClient } from "@aws-sdk/smithy-client";
1
+ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AddSourceIdentifierToSubscriptionCommand, } from "./commands/AddSourceIdentifierToSubscriptionCommand";
3
3
  import { AddTagsToResourceCommand, } from "./commands/AddTagsToResourceCommand";
4
4
  import { ApplyPendingMaintenanceActionCommand, } from "./commands/ApplyPendingMaintenanceActionCommand";
@@ -1,13 +1,13 @@
1
- import { resolveRegionConfig } from "@aws-sdk/config-resolver";
2
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
3
- import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
4
1
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
2
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
3
  import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
7
- import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
4
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
5
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
- import { Client as __Client, } from "@aws-sdk/smithy-client";
6
+ import { resolveRegionConfig } from "@smithy/config-resolver";
7
+ import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
+ import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
+ import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
10
+ import { Client as __Client, } from "@smithy/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
13
  export { __Client };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_AddSourceIdentifierToSubscriptionCommand, se_AddSourceIdentifierToSubscriptionCommand, } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class AddSourceIdentifierToSubscriptionCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class AddTagsToResourceCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ApplyPendingMaintenanceActionCommand, se_ApplyPendingMaintenanceActionCommand, } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class ApplyPendingMaintenanceActionCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class CopyDBClusterParameterGroupCommand extends $Command {
@@ -1,7 +1,7 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
1
  import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
3
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
+ import { getSerdePlugin } from "@smithy/middleware-serde";
4
+ import { Command as $Command } from "@smithy/smithy-client";
5
5
  import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
7
  export class CopyDBClusterSnapshotCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class CreateDBClusterCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateDBClusterParameterGroupCommand, se_CreateDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class CreateDBClusterParameterGroupCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateDBClusterSnapshotCommand, se_CreateDBClusterSnapshotCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class CreateDBClusterSnapshotCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class CreateDBInstanceCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateDBSubnetGroupCommand, se_CreateDBSubnetGroupCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class CreateDBSubnetGroupCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class CreateEventSubscriptionCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateGlobalClusterCommand, se_CreateGlobalClusterCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class CreateGlobalClusterCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteDBClusterCommand, se_DeleteDBClusterCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class DeleteDBClusterCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteDBClusterParameterGroupCommand, se_DeleteDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class DeleteDBClusterParameterGroupCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteDBClusterSnapshotCommand, se_DeleteDBClusterSnapshotCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class DeleteDBClusterSnapshotCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteDBInstanceCommand, se_DeleteDBInstanceCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class DeleteDBInstanceCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteDBSubnetGroupCommand, se_DeleteDBSubnetGroupCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class DeleteDBSubnetGroupCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class DeleteEventSubscriptionCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteGlobalClusterCommand, se_DeleteGlobalClusterCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class DeleteGlobalClusterCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeCertificatesCommand, se_DescribeCertificatesCommand } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class DescribeCertificatesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeDBClusterParameterGroupsCommand, se_DescribeDBClusterParameterGroupsCommand, } from "../protocols/Aws_query";
5
5
  export { $Command };
6
6
  export class DescribeDBClusterParameterGroupsCommand extends $Command {