@aws-sdk/client-secrets-manager 3.34.0 → 3.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/SecretsManager.js +2 -68
  3. package/dist-cjs/SecretsManagerClient.js +35 -0
  4. package/dist-cjs/commands/CancelRotateSecretCommand.js +36 -0
  5. package/dist-cjs/commands/CreateSecretCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteSecretCommand.js +36 -0
  8. package/dist-cjs/commands/DescribeSecretCommand.js +36 -0
  9. package/{dist/cjs → dist-cjs}/commands/GetRandomPasswordCommand.js +2 -39
  10. package/dist-cjs/commands/GetResourcePolicyCommand.js +36 -0
  11. package/dist-cjs/commands/GetSecretValueCommand.js +36 -0
  12. package/dist-cjs/commands/ListSecretVersionIdsCommand.js +36 -0
  13. package/dist-cjs/commands/ListSecretsCommand.js +36 -0
  14. package/dist-cjs/commands/PutResourcePolicyCommand.js +36 -0
  15. package/dist-cjs/commands/PutSecretValueCommand.js +36 -0
  16. package/{dist/cjs → dist-cjs}/commands/RemoveRegionsFromReplicationCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/ReplicateSecretToRegionsCommand.js +2 -28
  18. package/dist-cjs/commands/RestoreSecretCommand.js +36 -0
  19. package/dist-cjs/commands/RotateSecretCommand.js +36 -0
  20. package/{dist/cjs → dist-cjs}/commands/StopReplicationToReplicaCommand.js +2 -27
  21. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  22. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  23. package/dist-cjs/commands/UpdateSecretCommand.js +36 -0
  24. package/dist-cjs/commands/UpdateSecretVersionStageCommand.js +36 -0
  25. package/dist-cjs/commands/ValidateResourcePolicyCommand.js +36 -0
  26. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  27. package/{dist/cjs → dist-cjs}/index.js +0 -1
  28. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  29. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -187
  30. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  31. package/{dist/cjs → dist-cjs}/pagination/ListSecretVersionIdsPaginator.js +1 -12
  32. package/{dist/cjs → dist-cjs}/pagination/ListSecretsPaginator.js +1 -12
  33. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  35. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  36. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  37. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  38. package/{dist/es → dist-es}/SecretsManager.js +2 -3
  39. package/{dist/es → dist-es}/SecretsManagerClient.js +1 -2
  40. package/{dist/es → dist-es}/commands/CancelRotateSecretCommand.js +2 -3
  41. package/{dist/es → dist-es}/commands/CreateSecretCommand.js +2 -3
  42. package/{dist/es → dist-es}/commands/DeleteResourcePolicyCommand.js +2 -3
  43. package/{dist/es → dist-es}/commands/DeleteSecretCommand.js +2 -3
  44. package/{dist/es → dist-es}/commands/DescribeSecretCommand.js +2 -3
  45. package/{dist/es → dist-es}/commands/GetRandomPasswordCommand.js +2 -3
  46. package/{dist/es → dist-es}/commands/GetResourcePolicyCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/GetSecretValueCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/ListSecretVersionIdsCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/ListSecretsCommand.js +2 -3
  50. package/{dist/es → dist-es}/commands/PutResourcePolicyCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/PutSecretValueCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/RemoveRegionsFromReplicationCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/ReplicateSecretToRegionsCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/RestoreSecretCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/RotateSecretCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/StopReplicationToReplicaCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/UpdateSecretCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/UpdateSecretVersionStageCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/ValidateResourcePolicyCommand.js +2 -3
  62. package/{dist/es → dist-es}/endpoints.js +1 -2
  63. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  64. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  65. package/{dist/es → dist-es}/models/models_0.js +0 -1
  66. package/dist-es/pagination/Interfaces.js +1 -0
  67. package/{dist/es → dist-es}/pagination/ListSecretVersionIdsPaginator.js +1 -2
  68. package/{dist/es → dist-es}/pagination/ListSecretsPaginator.js +1 -2
  69. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  70. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  71. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  72. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  73. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  74. package/{dist/types → dist-types}/SecretsManager.d.ts +19 -13
  75. package/{dist/types → dist-types}/SecretsManagerClient.d.ts +9 -9
  76. package/{dist/types → dist-types}/commands/CancelRotateSecretCommand.d.ts +3 -3
  77. package/{dist/types → dist-types}/commands/CreateSecretCommand.d.ts +3 -3
  78. package/{dist/types → dist-types}/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  79. package/{dist/types → dist-types}/commands/DeleteSecretCommand.d.ts +3 -3
  80. package/{dist/types → dist-types}/commands/DescribeSecretCommand.d.ts +3 -3
  81. package/{dist/types → dist-types}/commands/GetRandomPasswordCommand.d.ts +3 -3
  82. package/{dist/types → dist-types}/commands/GetResourcePolicyCommand.d.ts +3 -3
  83. package/{dist/types → dist-types}/commands/GetSecretValueCommand.d.ts +3 -3
  84. package/{dist/types → dist-types}/commands/ListSecretVersionIdsCommand.d.ts +3 -3
  85. package/{dist/types → dist-types}/commands/ListSecretsCommand.d.ts +3 -3
  86. package/{dist/types → dist-types}/commands/PutResourcePolicyCommand.d.ts +3 -3
  87. package/{dist/types/ts3.4 → dist-types}/commands/PutSecretValueCommand.d.ts +123 -122
  88. package/{dist/types → dist-types}/commands/RemoveRegionsFromReplicationCommand.d.ts +3 -3
  89. package/{dist/types → dist-types}/commands/ReplicateSecretToRegionsCommand.d.ts +3 -3
  90. package/{dist/types → dist-types}/commands/RestoreSecretCommand.d.ts +3 -3
  91. package/{dist/types → dist-types}/commands/RotateSecretCommand.d.ts +3 -3
  92. package/{dist/types → dist-types}/commands/StopReplicationToReplicaCommand.d.ts +3 -3
  93. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
  94. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
  95. package/{dist/types/ts3.4 → dist-types}/commands/UpdateSecretCommand.d.ts +124 -119
  96. package/{dist/types → dist-types}/commands/UpdateSecretVersionStageCommand.d.ts +3 -3
  97. package/{dist/types → dist-types}/commands/ValidateResourcePolicyCommand.d.ts +3 -3
  98. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  99. package/{index.ts → dist-types/index.d.ts} +0 -0
  100. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  101. package/{dist/types → dist-types}/models/models_0.d.ts +54 -268
  102. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  103. package/{dist/types → dist-types}/pagination/ListSecretVersionIdsPaginator.d.ts +1 -1
  104. package/{dist/types → dist-types}/pagination/ListSecretsPaginator.d.ts +1 -1
  105. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
  106. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  107. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  108. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  109. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  110. package/dist-types/ts3.4/SecretsManager.d.ts +115 -0
  111. package/dist-types/ts3.4/SecretsManagerClient.d.ts +89 -0
  112. package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +17 -0
  124. package/{dist/types → dist-types}/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +5 -23
  125. package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +17 -0
  128. package/{dist/types → dist-types}/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +5 -23
  129. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +17 -0
  134. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  135. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  136. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  137. package/dist-types/ts3.4/models/models_0.d.ts +791 -0
  138. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  139. package/{dist/types → dist-types}/ts3.4/pagination/ListSecretVersionIdsPaginator.d.ts +1 -1
  140. package/{dist/types → dist-types}/ts3.4/pagination/ListSecretsPaginator.d.ts +1 -1
  141. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
  142. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  143. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  144. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  145. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  146. package/package.json +45 -42
  147. package/SecretsManager.ts +0 -1642
  148. package/SecretsManagerClient.ts +0 -384
  149. package/commands/CancelRotateSecretCommand.ts +0 -146
  150. package/commands/CreateSecretCommand.ts +0 -181
  151. package/commands/DeleteResourcePolicyCommand.ts +0 -117
  152. package/commands/DeleteSecretCommand.ts +0 -139
  153. package/commands/DescribeSecretCommand.ts +0 -121
  154. package/commands/GetRandomPasswordCommand.ts +0 -106
  155. package/commands/GetResourcePolicyCommand.ts +0 -120
  156. package/commands/GetSecretValueCommand.ts +0 -121
  157. package/commands/ListSecretVersionIdsCommand.ts +0 -122
  158. package/commands/ListSecretsCommand.ts +0 -123
  159. package/commands/PutResourcePolicyCommand.ts +0 -125
  160. package/commands/PutSecretValueCommand.ts +0 -181
  161. package/commands/RemoveRegionsFromReplicationCommand.ts +0 -99
  162. package/commands/ReplicateSecretToRegionsCommand.ts +0 -95
  163. package/commands/RestoreSecretCommand.ts +0 -112
  164. package/commands/RotateSecretCommand.ts +0 -155
  165. package/commands/StopReplicationToReplicaCommand.ts +0 -94
  166. package/commands/TagResourceCommand.ts +0 -149
  167. package/commands/UntagResourceCommand.ts +0 -122
  168. package/commands/UpdateSecretCommand.ts +0 -178
  169. package/commands/UpdateSecretVersionStageCommand.ts +0 -130
  170. package/commands/ValidateResourcePolicyCommand.ts +0 -128
  171. package/dist/cjs/SecretsManager.js.map +0 -1
  172. package/dist/cjs/SecretsManagerClient.js +0 -106
  173. package/dist/cjs/SecretsManagerClient.js.map +0 -1
  174. package/dist/cjs/commands/CancelRotateSecretCommand.js +0 -113
  175. package/dist/cjs/commands/CancelRotateSecretCommand.js.map +0 -1
  176. package/dist/cjs/commands/CreateSecretCommand.js +0 -148
  177. package/dist/cjs/commands/CreateSecretCommand.js.map +0 -1
  178. package/dist/cjs/commands/DeleteResourcePolicyCommand.js +0 -84
  179. package/dist/cjs/commands/DeleteResourcePolicyCommand.js.map +0 -1
  180. package/dist/cjs/commands/DeleteSecretCommand.js +0 -106
  181. package/dist/cjs/commands/DeleteSecretCommand.js.map +0 -1
  182. package/dist/cjs/commands/DescribeSecretCommand.js +0 -88
  183. package/dist/cjs/commands/DescribeSecretCommand.js.map +0 -1
  184. package/dist/cjs/commands/GetRandomPasswordCommand.js.map +0 -1
  185. package/dist/cjs/commands/GetResourcePolicyCommand.js +0 -87
  186. package/dist/cjs/commands/GetResourcePolicyCommand.js.map +0 -1
  187. package/dist/cjs/commands/GetSecretValueCommand.js +0 -88
  188. package/dist/cjs/commands/GetSecretValueCommand.js.map +0 -1
  189. package/dist/cjs/commands/ListSecretVersionIdsCommand.js +0 -89
  190. package/dist/cjs/commands/ListSecretVersionIdsCommand.js.map +0 -1
  191. package/dist/cjs/commands/ListSecretsCommand.js +0 -90
  192. package/dist/cjs/commands/ListSecretsCommand.js.map +0 -1
  193. package/dist/cjs/commands/PutResourcePolicyCommand.js +0 -92
  194. package/dist/cjs/commands/PutResourcePolicyCommand.js.map +0 -1
  195. package/dist/cjs/commands/PutSecretValueCommand.js +0 -148
  196. package/dist/cjs/commands/PutSecretValueCommand.js.map +0 -1
  197. package/dist/cjs/commands/RemoveRegionsFromReplicationCommand.js.map +0 -1
  198. package/dist/cjs/commands/ReplicateSecretToRegionsCommand.js.map +0 -1
  199. package/dist/cjs/commands/RestoreSecretCommand.js +0 -79
  200. package/dist/cjs/commands/RestoreSecretCommand.js.map +0 -1
  201. package/dist/cjs/commands/RotateSecretCommand.js +0 -122
  202. package/dist/cjs/commands/RotateSecretCommand.js.map +0 -1
  203. package/dist/cjs/commands/StopReplicationToReplicaCommand.js.map +0 -1
  204. package/dist/cjs/commands/TagResourceCommand.js +0 -116
  205. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  206. package/dist/cjs/commands/UntagResourceCommand.js +0 -89
  207. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  208. package/dist/cjs/commands/UpdateSecretCommand.js +0 -145
  209. package/dist/cjs/commands/UpdateSecretCommand.js.map +0 -1
  210. package/dist/cjs/commands/UpdateSecretVersionStageCommand.js +0 -97
  211. package/dist/cjs/commands/UpdateSecretVersionStageCommand.js.map +0 -1
  212. package/dist/cjs/commands/ValidateResourcePolicyCommand.js +0 -95
  213. package/dist/cjs/commands/ValidateResourcePolicyCommand.js.map +0 -1
  214. package/dist/cjs/endpoints.js.map +0 -1
  215. package/dist/cjs/index.js.map +0 -1
  216. package/dist/cjs/models/index.js.map +0 -1
  217. package/dist/cjs/models/models_0.js.map +0 -1
  218. package/dist/cjs/package.json +0 -93
  219. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  220. package/dist/cjs/pagination/ListSecretVersionIdsPaginator.js.map +0 -1
  221. package/dist/cjs/pagination/ListSecretsPaginator.js.map +0 -1
  222. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  223. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  224. package/dist/cjs/runtimeConfig.js.map +0 -1
  225. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  226. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  227. package/dist/es/SecretsManager.js.map +0 -1
  228. package/dist/es/SecretsManagerClient.js.map +0 -1
  229. package/dist/es/commands/CancelRotateSecretCommand.js.map +0 -1
  230. package/dist/es/commands/CreateSecretCommand.js.map +0 -1
  231. package/dist/es/commands/DeleteResourcePolicyCommand.js.map +0 -1
  232. package/dist/es/commands/DeleteSecretCommand.js.map +0 -1
  233. package/dist/es/commands/DescribeSecretCommand.js.map +0 -1
  234. package/dist/es/commands/GetRandomPasswordCommand.js.map +0 -1
  235. package/dist/es/commands/GetResourcePolicyCommand.js.map +0 -1
  236. package/dist/es/commands/GetSecretValueCommand.js.map +0 -1
  237. package/dist/es/commands/ListSecretVersionIdsCommand.js.map +0 -1
  238. package/dist/es/commands/ListSecretsCommand.js.map +0 -1
  239. package/dist/es/commands/PutResourcePolicyCommand.js.map +0 -1
  240. package/dist/es/commands/PutSecretValueCommand.js.map +0 -1
  241. package/dist/es/commands/RemoveRegionsFromReplicationCommand.js.map +0 -1
  242. package/dist/es/commands/ReplicateSecretToRegionsCommand.js.map +0 -1
  243. package/dist/es/commands/RestoreSecretCommand.js.map +0 -1
  244. package/dist/es/commands/RotateSecretCommand.js.map +0 -1
  245. package/dist/es/commands/StopReplicationToReplicaCommand.js.map +0 -1
  246. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  247. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  248. package/dist/es/commands/UpdateSecretCommand.js.map +0 -1
  249. package/dist/es/commands/UpdateSecretVersionStageCommand.js.map +0 -1
  250. package/dist/es/commands/ValidateResourcePolicyCommand.js.map +0 -1
  251. package/dist/es/endpoints.js.map +0 -1
  252. package/dist/es/index.js +0 -29
  253. package/dist/es/index.js.map +0 -1
  254. package/dist/es/models/index.js +0 -2
  255. package/dist/es/models/index.js.map +0 -1
  256. package/dist/es/models/models_0.js.map +0 -1
  257. package/dist/es/package.json +0 -93
  258. package/dist/es/pagination/Interfaces.js +0 -2
  259. package/dist/es/pagination/Interfaces.js.map +0 -1
  260. package/dist/es/pagination/ListSecretVersionIdsPaginator.js.map +0 -1
  261. package/dist/es/pagination/ListSecretsPaginator.js.map +0 -1
  262. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  263. package/dist/es/runtimeConfig.browser.js.map +0 -1
  264. package/dist/es/runtimeConfig.js.map +0 -1
  265. package/dist/es/runtimeConfig.native.js.map +0 -1
  266. package/dist/es/runtimeConfig.shared.js.map +0 -1
  267. package/dist/types/commands/PutSecretValueCommand.d.ts +0 -122
  268. package/dist/types/commands/UpdateSecretCommand.d.ts +0 -119
  269. package/dist/types/ts3.4/SecretsManager.d.ts +0 -1014
  270. package/dist/types/ts3.4/SecretsManagerClient.d.ts +0 -216
  271. package/dist/types/ts3.4/commands/CancelRotateSecretCommand.d.ts +0 -87
  272. package/dist/types/ts3.4/commands/CreateSecretCommand.d.ts +0 -122
  273. package/dist/types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -58
  274. package/dist/types/ts3.4/commands/DeleteSecretCommand.d.ts +0 -80
  275. package/dist/types/ts3.4/commands/DescribeSecretCommand.d.ts +0 -62
  276. package/dist/types/ts3.4/commands/GetRandomPasswordCommand.d.ts +0 -47
  277. package/dist/types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -61
  278. package/dist/types/ts3.4/commands/GetSecretValueCommand.d.ts +0 -62
  279. package/dist/types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +0 -63
  280. package/dist/types/ts3.4/commands/ListSecretsCommand.d.ts +0 -64
  281. package/dist/types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -66
  282. package/dist/types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +0 -36
  283. package/dist/types/ts3.4/commands/RestoreSecretCommand.d.ts +0 -53
  284. package/dist/types/ts3.4/commands/RotateSecretCommand.d.ts +0 -96
  285. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -90
  286. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -63
  287. package/dist/types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +0 -71
  288. package/dist/types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +0 -69
  289. package/dist/types/ts3.4/models/models_0.d.ts +0 -2041
  290. package/endpoints.ts +0 -86
  291. package/jest.config.js +0 -4
  292. package/models/models_0.ts +0 -2422
  293. package/pagination/Interfaces.ts +0 -7
  294. package/pagination/ListSecretVersionIdsPaginator.ts +0 -58
  295. package/pagination/ListSecretsPaginator.ts +0 -54
  296. package/protocols/Aws_json1_1.ts +0 -3421
  297. package/runtimeConfig.browser.ts +0 -40
  298. package/runtimeConfig.native.ts +0 -16
  299. package/runtimeConfig.shared.ts +0 -16
  300. package/runtimeConfig.ts +0 -45
  301. package/tsconfig.es.json +0 -10
  302. package/tsconfig.json +0 -31
  303. package/tsconfig.types.json +0 -8
@@ -5,81 +5,54 @@ exports.ValidateResourcePolicyResponse = exports.ValidationErrorsEntry = exports
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  var ReplicaRegionType;
7
7
  (function (ReplicaRegionType) {
8
- /**
9
- * @internal
10
- */
11
8
  ReplicaRegionType.filterSensitiveLog = (obj) => ({
12
9
  ...obj,
13
10
  });
14
11
  })(ReplicaRegionType = exports.ReplicaRegionType || (exports.ReplicaRegionType = {}));
15
12
  var CancelRotateSecretRequest;
16
13
  (function (CancelRotateSecretRequest) {
17
- /**
18
- * @internal
19
- */
20
14
  CancelRotateSecretRequest.filterSensitiveLog = (obj) => ({
21
15
  ...obj,
22
16
  });
23
17
  })(CancelRotateSecretRequest = exports.CancelRotateSecretRequest || (exports.CancelRotateSecretRequest = {}));
24
18
  var CancelRotateSecretResponse;
25
19
  (function (CancelRotateSecretResponse) {
26
- /**
27
- * @internal
28
- */
29
20
  CancelRotateSecretResponse.filterSensitiveLog = (obj) => ({
30
21
  ...obj,
31
22
  });
32
23
  })(CancelRotateSecretResponse = exports.CancelRotateSecretResponse || (exports.CancelRotateSecretResponse = {}));
33
24
  var InternalServiceError;
34
25
  (function (InternalServiceError) {
35
- /**
36
- * @internal
37
- */
38
26
  InternalServiceError.filterSensitiveLog = (obj) => ({
39
27
  ...obj,
40
28
  });
41
29
  })(InternalServiceError = exports.InternalServiceError || (exports.InternalServiceError = {}));
42
30
  var InvalidParameterException;
43
31
  (function (InvalidParameterException) {
44
- /**
45
- * @internal
46
- */
47
32
  InvalidParameterException.filterSensitiveLog = (obj) => ({
48
33
  ...obj,
49
34
  });
50
35
  })(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
51
36
  var InvalidRequestException;
52
37
  (function (InvalidRequestException) {
53
- /**
54
- * @internal
55
- */
56
38
  InvalidRequestException.filterSensitiveLog = (obj) => ({
57
39
  ...obj,
58
40
  });
59
41
  })(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
60
42
  var ResourceNotFoundException;
61
43
  (function (ResourceNotFoundException) {
62
- /**
63
- * @internal
64
- */
65
44
  ResourceNotFoundException.filterSensitiveLog = (obj) => ({
66
45
  ...obj,
67
46
  });
68
47
  })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
69
48
  var Tag;
70
49
  (function (Tag) {
71
- /**
72
- * @internal
73
- */
74
50
  Tag.filterSensitiveLog = (obj) => ({
75
51
  ...obj,
76
52
  });
77
53
  })(Tag = exports.Tag || (exports.Tag = {}));
78
54
  var CreateSecretRequest;
79
55
  (function (CreateSecretRequest) {
80
- /**
81
- * @internal
82
- */
83
56
  CreateSecretRequest.filterSensitiveLog = (obj) => ({
84
57
  ...obj,
85
58
  ...(obj.SecretBinary && { SecretBinary: smithy_client_1.SENSITIVE_STRING }),
@@ -94,162 +67,108 @@ var StatusType;
94
67
  })(StatusType = exports.StatusType || (exports.StatusType = {}));
95
68
  var ReplicationStatusType;
96
69
  (function (ReplicationStatusType) {
97
- /**
98
- * @internal
99
- */
100
70
  ReplicationStatusType.filterSensitiveLog = (obj) => ({
101
71
  ...obj,
102
72
  });
103
73
  })(ReplicationStatusType = exports.ReplicationStatusType || (exports.ReplicationStatusType = {}));
104
74
  var CreateSecretResponse;
105
75
  (function (CreateSecretResponse) {
106
- /**
107
- * @internal
108
- */
109
76
  CreateSecretResponse.filterSensitiveLog = (obj) => ({
110
77
  ...obj,
111
78
  });
112
79
  })(CreateSecretResponse = exports.CreateSecretResponse || (exports.CreateSecretResponse = {}));
113
80
  var EncryptionFailure;
114
81
  (function (EncryptionFailure) {
115
- /**
116
- * @internal
117
- */
118
82
  EncryptionFailure.filterSensitiveLog = (obj) => ({
119
83
  ...obj,
120
84
  });
121
85
  })(EncryptionFailure = exports.EncryptionFailure || (exports.EncryptionFailure = {}));
122
86
  var LimitExceededException;
123
87
  (function (LimitExceededException) {
124
- /**
125
- * @internal
126
- */
127
88
  LimitExceededException.filterSensitiveLog = (obj) => ({
128
89
  ...obj,
129
90
  });
130
91
  })(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
131
92
  var MalformedPolicyDocumentException;
132
93
  (function (MalformedPolicyDocumentException) {
133
- /**
134
- * @internal
135
- */
136
94
  MalformedPolicyDocumentException.filterSensitiveLog = (obj) => ({
137
95
  ...obj,
138
96
  });
139
97
  })(MalformedPolicyDocumentException = exports.MalformedPolicyDocumentException || (exports.MalformedPolicyDocumentException = {}));
140
98
  var PreconditionNotMetException;
141
99
  (function (PreconditionNotMetException) {
142
- /**
143
- * @internal
144
- */
145
100
  PreconditionNotMetException.filterSensitiveLog = (obj) => ({
146
101
  ...obj,
147
102
  });
148
103
  })(PreconditionNotMetException = exports.PreconditionNotMetException || (exports.PreconditionNotMetException = {}));
149
104
  var ResourceExistsException;
150
105
  (function (ResourceExistsException) {
151
- /**
152
- * @internal
153
- */
154
106
  ResourceExistsException.filterSensitiveLog = (obj) => ({
155
107
  ...obj,
156
108
  });
157
109
  })(ResourceExistsException = exports.ResourceExistsException || (exports.ResourceExistsException = {}));
158
110
  var DecryptionFailure;
159
111
  (function (DecryptionFailure) {
160
- /**
161
- * @internal
162
- */
163
112
  DecryptionFailure.filterSensitiveLog = (obj) => ({
164
113
  ...obj,
165
114
  });
166
115
  })(DecryptionFailure = exports.DecryptionFailure || (exports.DecryptionFailure = {}));
167
116
  var DeleteResourcePolicyRequest;
168
117
  (function (DeleteResourcePolicyRequest) {
169
- /**
170
- * @internal
171
- */
172
118
  DeleteResourcePolicyRequest.filterSensitiveLog = (obj) => ({
173
119
  ...obj,
174
120
  });
175
121
  })(DeleteResourcePolicyRequest = exports.DeleteResourcePolicyRequest || (exports.DeleteResourcePolicyRequest = {}));
176
122
  var DeleteResourcePolicyResponse;
177
123
  (function (DeleteResourcePolicyResponse) {
178
- /**
179
- * @internal
180
- */
181
124
  DeleteResourcePolicyResponse.filterSensitiveLog = (obj) => ({
182
125
  ...obj,
183
126
  });
184
127
  })(DeleteResourcePolicyResponse = exports.DeleteResourcePolicyResponse || (exports.DeleteResourcePolicyResponse = {}));
185
128
  var DeleteSecretRequest;
186
129
  (function (DeleteSecretRequest) {
187
- /**
188
- * @internal
189
- */
190
130
  DeleteSecretRequest.filterSensitiveLog = (obj) => ({
191
131
  ...obj,
192
132
  });
193
133
  })(DeleteSecretRequest = exports.DeleteSecretRequest || (exports.DeleteSecretRequest = {}));
194
134
  var DeleteSecretResponse;
195
135
  (function (DeleteSecretResponse) {
196
- /**
197
- * @internal
198
- */
199
136
  DeleteSecretResponse.filterSensitiveLog = (obj) => ({
200
137
  ...obj,
201
138
  });
202
139
  })(DeleteSecretResponse = exports.DeleteSecretResponse || (exports.DeleteSecretResponse = {}));
203
140
  var DescribeSecretRequest;
204
141
  (function (DescribeSecretRequest) {
205
- /**
206
- * @internal
207
- */
208
142
  DescribeSecretRequest.filterSensitiveLog = (obj) => ({
209
143
  ...obj,
210
144
  });
211
145
  })(DescribeSecretRequest = exports.DescribeSecretRequest || (exports.DescribeSecretRequest = {}));
212
146
  var RotationRulesType;
213
147
  (function (RotationRulesType) {
214
- /**
215
- * @internal
216
- */
217
148
  RotationRulesType.filterSensitiveLog = (obj) => ({
218
149
  ...obj,
219
150
  });
220
151
  })(RotationRulesType = exports.RotationRulesType || (exports.RotationRulesType = {}));
221
152
  var DescribeSecretResponse;
222
153
  (function (DescribeSecretResponse) {
223
- /**
224
- * @internal
225
- */
226
154
  DescribeSecretResponse.filterSensitiveLog = (obj) => ({
227
155
  ...obj,
228
156
  });
229
157
  })(DescribeSecretResponse = exports.DescribeSecretResponse || (exports.DescribeSecretResponse = {}));
230
158
  var Filter;
231
159
  (function (Filter) {
232
- /**
233
- * @internal
234
- */
235
160
  Filter.filterSensitiveLog = (obj) => ({
236
161
  ...obj,
237
162
  });
238
163
  })(Filter = exports.Filter || (exports.Filter = {}));
239
164
  var GetRandomPasswordRequest;
240
165
  (function (GetRandomPasswordRequest) {
241
- /**
242
- * @internal
243
- */
244
166
  GetRandomPasswordRequest.filterSensitiveLog = (obj) => ({
245
167
  ...obj,
246
168
  });
247
169
  })(GetRandomPasswordRequest = exports.GetRandomPasswordRequest || (exports.GetRandomPasswordRequest = {}));
248
170
  var GetRandomPasswordResponse;
249
171
  (function (GetRandomPasswordResponse) {
250
- /**
251
- * @internal
252
- */
253
172
  GetRandomPasswordResponse.filterSensitiveLog = (obj) => ({
254
173
  ...obj,
255
174
  ...(obj.RandomPassword && { RandomPassword: smithy_client_1.SENSITIVE_STRING }),
@@ -257,36 +176,24 @@ var GetRandomPasswordResponse;
257
176
  })(GetRandomPasswordResponse = exports.GetRandomPasswordResponse || (exports.GetRandomPasswordResponse = {}));
258
177
  var GetResourcePolicyRequest;
259
178
  (function (GetResourcePolicyRequest) {
260
- /**
261
- * @internal
262
- */
263
179
  GetResourcePolicyRequest.filterSensitiveLog = (obj) => ({
264
180
  ...obj,
265
181
  });
266
182
  })(GetResourcePolicyRequest = exports.GetResourcePolicyRequest || (exports.GetResourcePolicyRequest = {}));
267
183
  var GetResourcePolicyResponse;
268
184
  (function (GetResourcePolicyResponse) {
269
- /**
270
- * @internal
271
- */
272
185
  GetResourcePolicyResponse.filterSensitiveLog = (obj) => ({
273
186
  ...obj,
274
187
  });
275
188
  })(GetResourcePolicyResponse = exports.GetResourcePolicyResponse || (exports.GetResourcePolicyResponse = {}));
276
189
  var GetSecretValueRequest;
277
190
  (function (GetSecretValueRequest) {
278
- /**
279
- * @internal
280
- */
281
191
  GetSecretValueRequest.filterSensitiveLog = (obj) => ({
282
192
  ...obj,
283
193
  });
284
194
  })(GetSecretValueRequest = exports.GetSecretValueRequest || (exports.GetSecretValueRequest = {}));
285
195
  var GetSecretValueResponse;
286
196
  (function (GetSecretValueResponse) {
287
- /**
288
- * @internal
289
- */
290
197
  GetSecretValueResponse.filterSensitiveLog = (obj) => ({
291
198
  ...obj,
292
199
  ...(obj.SecretBinary && { SecretBinary: smithy_client_1.SENSITIVE_STRING }),
@@ -295,9 +202,6 @@ var GetSecretValueResponse;
295
202
  })(GetSecretValueResponse = exports.GetSecretValueResponse || (exports.GetSecretValueResponse = {}));
296
203
  var InvalidNextTokenException;
297
204
  (function (InvalidNextTokenException) {
298
- /**
299
- * @internal
300
- */
301
205
  InvalidNextTokenException.filterSensitiveLog = (obj) => ({
302
206
  ...obj,
303
207
  });
@@ -309,90 +213,60 @@ var SortOrderType;
309
213
  })(SortOrderType = exports.SortOrderType || (exports.SortOrderType = {}));
310
214
  var ListSecretsRequest;
311
215
  (function (ListSecretsRequest) {
312
- /**
313
- * @internal
314
- */
315
216
  ListSecretsRequest.filterSensitiveLog = (obj) => ({
316
217
  ...obj,
317
218
  });
318
219
  })(ListSecretsRequest = exports.ListSecretsRequest || (exports.ListSecretsRequest = {}));
319
220
  var SecretListEntry;
320
221
  (function (SecretListEntry) {
321
- /**
322
- * @internal
323
- */
324
222
  SecretListEntry.filterSensitiveLog = (obj) => ({
325
223
  ...obj,
326
224
  });
327
225
  })(SecretListEntry = exports.SecretListEntry || (exports.SecretListEntry = {}));
328
226
  var ListSecretsResponse;
329
227
  (function (ListSecretsResponse) {
330
- /**
331
- * @internal
332
- */
333
228
  ListSecretsResponse.filterSensitiveLog = (obj) => ({
334
229
  ...obj,
335
230
  });
336
231
  })(ListSecretsResponse = exports.ListSecretsResponse || (exports.ListSecretsResponse = {}));
337
232
  var ListSecretVersionIdsRequest;
338
233
  (function (ListSecretVersionIdsRequest) {
339
- /**
340
- * @internal
341
- */
342
234
  ListSecretVersionIdsRequest.filterSensitiveLog = (obj) => ({
343
235
  ...obj,
344
236
  });
345
237
  })(ListSecretVersionIdsRequest = exports.ListSecretVersionIdsRequest || (exports.ListSecretVersionIdsRequest = {}));
346
238
  var SecretVersionsListEntry;
347
239
  (function (SecretVersionsListEntry) {
348
- /**
349
- * @internal
350
- */
351
240
  SecretVersionsListEntry.filterSensitiveLog = (obj) => ({
352
241
  ...obj,
353
242
  });
354
243
  })(SecretVersionsListEntry = exports.SecretVersionsListEntry || (exports.SecretVersionsListEntry = {}));
355
244
  var ListSecretVersionIdsResponse;
356
245
  (function (ListSecretVersionIdsResponse) {
357
- /**
358
- * @internal
359
- */
360
246
  ListSecretVersionIdsResponse.filterSensitiveLog = (obj) => ({
361
247
  ...obj,
362
248
  });
363
249
  })(ListSecretVersionIdsResponse = exports.ListSecretVersionIdsResponse || (exports.ListSecretVersionIdsResponse = {}));
364
250
  var PublicPolicyException;
365
251
  (function (PublicPolicyException) {
366
- /**
367
- * @internal
368
- */
369
252
  PublicPolicyException.filterSensitiveLog = (obj) => ({
370
253
  ...obj,
371
254
  });
372
255
  })(PublicPolicyException = exports.PublicPolicyException || (exports.PublicPolicyException = {}));
373
256
  var PutResourcePolicyRequest;
374
257
  (function (PutResourcePolicyRequest) {
375
- /**
376
- * @internal
377
- */
378
258
  PutResourcePolicyRequest.filterSensitiveLog = (obj) => ({
379
259
  ...obj,
380
260
  });
381
261
  })(PutResourcePolicyRequest = exports.PutResourcePolicyRequest || (exports.PutResourcePolicyRequest = {}));
382
262
  var PutResourcePolicyResponse;
383
263
  (function (PutResourcePolicyResponse) {
384
- /**
385
- * @internal
386
- */
387
264
  PutResourcePolicyResponse.filterSensitiveLog = (obj) => ({
388
265
  ...obj,
389
266
  });
390
267
  })(PutResourcePolicyResponse = exports.PutResourcePolicyResponse || (exports.PutResourcePolicyResponse = {}));
391
268
  var PutSecretValueRequest;
392
269
  (function (PutSecretValueRequest) {
393
- /**
394
- * @internal
395
- */
396
270
  PutSecretValueRequest.filterSensitiveLog = (obj) => ({
397
271
  ...obj,
398
272
  ...(obj.SecretBinary && { SecretBinary: smithy_client_1.SENSITIVE_STRING }),
@@ -401,126 +275,84 @@ var PutSecretValueRequest;
401
275
  })(PutSecretValueRequest = exports.PutSecretValueRequest || (exports.PutSecretValueRequest = {}));
402
276
  var PutSecretValueResponse;
403
277
  (function (PutSecretValueResponse) {
404
- /**
405
- * @internal
406
- */
407
278
  PutSecretValueResponse.filterSensitiveLog = (obj) => ({
408
279
  ...obj,
409
280
  });
410
281
  })(PutSecretValueResponse = exports.PutSecretValueResponse || (exports.PutSecretValueResponse = {}));
411
282
  var RemoveRegionsFromReplicationRequest;
412
283
  (function (RemoveRegionsFromReplicationRequest) {
413
- /**
414
- * @internal
415
- */
416
284
  RemoveRegionsFromReplicationRequest.filterSensitiveLog = (obj) => ({
417
285
  ...obj,
418
286
  });
419
287
  })(RemoveRegionsFromReplicationRequest = exports.RemoveRegionsFromReplicationRequest || (exports.RemoveRegionsFromReplicationRequest = {}));
420
288
  var RemoveRegionsFromReplicationResponse;
421
289
  (function (RemoveRegionsFromReplicationResponse) {
422
- /**
423
- * @internal
424
- */
425
290
  RemoveRegionsFromReplicationResponse.filterSensitiveLog = (obj) => ({
426
291
  ...obj,
427
292
  });
428
293
  })(RemoveRegionsFromReplicationResponse = exports.RemoveRegionsFromReplicationResponse || (exports.RemoveRegionsFromReplicationResponse = {}));
429
294
  var ReplicateSecretToRegionsRequest;
430
295
  (function (ReplicateSecretToRegionsRequest) {
431
- /**
432
- * @internal
433
- */
434
296
  ReplicateSecretToRegionsRequest.filterSensitiveLog = (obj) => ({
435
297
  ...obj,
436
298
  });
437
299
  })(ReplicateSecretToRegionsRequest = exports.ReplicateSecretToRegionsRequest || (exports.ReplicateSecretToRegionsRequest = {}));
438
300
  var ReplicateSecretToRegionsResponse;
439
301
  (function (ReplicateSecretToRegionsResponse) {
440
- /**
441
- * @internal
442
- */
443
302
  ReplicateSecretToRegionsResponse.filterSensitiveLog = (obj) => ({
444
303
  ...obj,
445
304
  });
446
305
  })(ReplicateSecretToRegionsResponse = exports.ReplicateSecretToRegionsResponse || (exports.ReplicateSecretToRegionsResponse = {}));
447
306
  var RestoreSecretRequest;
448
307
  (function (RestoreSecretRequest) {
449
- /**
450
- * @internal
451
- */
452
308
  RestoreSecretRequest.filterSensitiveLog = (obj) => ({
453
309
  ...obj,
454
310
  });
455
311
  })(RestoreSecretRequest = exports.RestoreSecretRequest || (exports.RestoreSecretRequest = {}));
456
312
  var RestoreSecretResponse;
457
313
  (function (RestoreSecretResponse) {
458
- /**
459
- * @internal
460
- */
461
314
  RestoreSecretResponse.filterSensitiveLog = (obj) => ({
462
315
  ...obj,
463
316
  });
464
317
  })(RestoreSecretResponse = exports.RestoreSecretResponse || (exports.RestoreSecretResponse = {}));
465
318
  var RotateSecretRequest;
466
319
  (function (RotateSecretRequest) {
467
- /**
468
- * @internal
469
- */
470
320
  RotateSecretRequest.filterSensitiveLog = (obj) => ({
471
321
  ...obj,
472
322
  });
473
323
  })(RotateSecretRequest = exports.RotateSecretRequest || (exports.RotateSecretRequest = {}));
474
324
  var RotateSecretResponse;
475
325
  (function (RotateSecretResponse) {
476
- /**
477
- * @internal
478
- */
479
326
  RotateSecretResponse.filterSensitiveLog = (obj) => ({
480
327
  ...obj,
481
328
  });
482
329
  })(RotateSecretResponse = exports.RotateSecretResponse || (exports.RotateSecretResponse = {}));
483
330
  var StopReplicationToReplicaRequest;
484
331
  (function (StopReplicationToReplicaRequest) {
485
- /**
486
- * @internal
487
- */
488
332
  StopReplicationToReplicaRequest.filterSensitiveLog = (obj) => ({
489
333
  ...obj,
490
334
  });
491
335
  })(StopReplicationToReplicaRequest = exports.StopReplicationToReplicaRequest || (exports.StopReplicationToReplicaRequest = {}));
492
336
  var StopReplicationToReplicaResponse;
493
337
  (function (StopReplicationToReplicaResponse) {
494
- /**
495
- * @internal
496
- */
497
338
  StopReplicationToReplicaResponse.filterSensitiveLog = (obj) => ({
498
339
  ...obj,
499
340
  });
500
341
  })(StopReplicationToReplicaResponse = exports.StopReplicationToReplicaResponse || (exports.StopReplicationToReplicaResponse = {}));
501
342
  var TagResourceRequest;
502
343
  (function (TagResourceRequest) {
503
- /**
504
- * @internal
505
- */
506
344
  TagResourceRequest.filterSensitiveLog = (obj) => ({
507
345
  ...obj,
508
346
  });
509
347
  })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
510
348
  var UntagResourceRequest;
511
349
  (function (UntagResourceRequest) {
512
- /**
513
- * @internal
514
- */
515
350
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
516
351
  ...obj,
517
352
  });
518
353
  })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
519
354
  var UpdateSecretRequest;
520
355
  (function (UpdateSecretRequest) {
521
- /**
522
- * @internal
523
- */
524
356
  UpdateSecretRequest.filterSensitiveLog = (obj) => ({
525
357
  ...obj,
526
358
  ...(obj.SecretBinary && { SecretBinary: smithy_client_1.SENSITIVE_STRING }),
@@ -529,56 +361,37 @@ var UpdateSecretRequest;
529
361
  })(UpdateSecretRequest = exports.UpdateSecretRequest || (exports.UpdateSecretRequest = {}));
530
362
  var UpdateSecretResponse;
531
363
  (function (UpdateSecretResponse) {
532
- /**
533
- * @internal
534
- */
535
364
  UpdateSecretResponse.filterSensitiveLog = (obj) => ({
536
365
  ...obj,
537
366
  });
538
367
  })(UpdateSecretResponse = exports.UpdateSecretResponse || (exports.UpdateSecretResponse = {}));
539
368
  var UpdateSecretVersionStageRequest;
540
369
  (function (UpdateSecretVersionStageRequest) {
541
- /**
542
- * @internal
543
- */
544
370
  UpdateSecretVersionStageRequest.filterSensitiveLog = (obj) => ({
545
371
  ...obj,
546
372
  });
547
373
  })(UpdateSecretVersionStageRequest = exports.UpdateSecretVersionStageRequest || (exports.UpdateSecretVersionStageRequest = {}));
548
374
  var UpdateSecretVersionStageResponse;
549
375
  (function (UpdateSecretVersionStageResponse) {
550
- /**
551
- * @internal
552
- */
553
376
  UpdateSecretVersionStageResponse.filterSensitiveLog = (obj) => ({
554
377
  ...obj,
555
378
  });
556
379
  })(UpdateSecretVersionStageResponse = exports.UpdateSecretVersionStageResponse || (exports.UpdateSecretVersionStageResponse = {}));
557
380
  var ValidateResourcePolicyRequest;
558
381
  (function (ValidateResourcePolicyRequest) {
559
- /**
560
- * @internal
561
- */
562
382
  ValidateResourcePolicyRequest.filterSensitiveLog = (obj) => ({
563
383
  ...obj,
564
384
  });
565
385
  })(ValidateResourcePolicyRequest = exports.ValidateResourcePolicyRequest || (exports.ValidateResourcePolicyRequest = {}));
566
386
  var ValidationErrorsEntry;
567
387
  (function (ValidationErrorsEntry) {
568
- /**
569
- * @internal
570
- */
571
388
  ValidationErrorsEntry.filterSensitiveLog = (obj) => ({
572
389
  ...obj,
573
390
  });
574
391
  })(ValidationErrorsEntry = exports.ValidationErrorsEntry || (exports.ValidationErrorsEntry = {}));
575
392
  var ValidateResourcePolicyResponse;
576
393
  (function (ValidateResourcePolicyResponse) {
577
- /**
578
- * @internal
579
- */
580
394
  ValidateResourcePolicyResponse.filterSensitiveLog = (obj) => ({
581
395
  ...obj,
582
396
  });
583
397
  })(ValidateResourcePolicyResponse = exports.ValidateResourcePolicyResponse || (exports.ValidateResourcePolicyResponse = {}));
584
- //# sourceMappingURL=models_0.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListSecretVersionIds = void 0;
4
+ const ListSecretVersionIdsCommand_1 = require("../commands/ListSecretVersionIdsCommand");
4
5
  const SecretsManager_1 = require("../SecretsManager");
5
6
  const SecretsManagerClient_1 = require("../SecretsManagerClient");
6
- const ListSecretVersionIdsCommand_1 = require("../commands/ListSecretVersionIdsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListSecretVersionIdsCommand_1.ListSecretVersionIdsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listSecretVersionIds(input, ...args);
20
12
  };
21
13
  async function* paginateListSecretVersionIds(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListSecretVersionIds(config, input, ...additionalArgumen
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListSecretVersionIds = paginateListSecretVersionIds;
46
- //# sourceMappingURL=ListSecretVersionIdsPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListSecrets = void 0;
4
+ const ListSecretsCommand_1 = require("../commands/ListSecretsCommand");
4
5
  const SecretsManager_1 = require("../SecretsManager");
5
6
  const SecretsManagerClient_1 = require("../SecretsManagerClient");
6
- const ListSecretsCommand_1 = require("../commands/ListSecretsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListSecretsCommand_1.ListSecretsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listSecrets(input, ...args);
20
12
  };
21
13
  async function* paginateListSecrets(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListSecrets(config, input, ...additionalArguments) {
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListSecrets = paginateListSecrets;
46
- //# sourceMappingURL=ListSecretsPaginator.js.map
@@ -2749,14 +2749,12 @@ const deserializeMetadata = (output) => {
2749
2749
  cfId: output.headers["x-amz-cf-id"],
2750
2750
  });
2751
2751
  };
2752
- // Collect low-level response body stream to Uint8Array.
2753
2752
  const collectBody = (streamBody = new Uint8Array(), context) => {
2754
2753
  if (streamBody instanceof Uint8Array) {
2755
2754
  return Promise.resolve(streamBody);
2756
2755
  }
2757
2756
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
2758
2757
  };
2759
- // Encode Uint8Array data into string with utf-8.
2760
2758
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
2761
2759
  const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
2762
2760
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
@@ -2782,9 +2780,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
2782
2780
  }
2783
2781
  return {};
2784
2782
  });
2785
- /**
2786
- * Load an error code for the aws.rest-json-1.1 protocol.
2787
- */
2788
2783
  const loadRestJsonErrorCode = (output, data) => {
2789
2784
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
2790
2785
  const sanitizeErrorCode = (rawValue) => {
@@ -2809,4 +2804,3 @@ const loadRestJsonErrorCode = (output, data) => {
2809
2804
  }
2810
2805
  return "";
2811
2806
  };
2812
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
7
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
8
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
12
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
13
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
14
14
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
15
- /**
16
- * @internal
17
- */
18
15
  const getRuntimeConfig = (config) => {
19
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
20
17
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
38
35
  };
39
36
  };
40
37
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map