@kensio/yulin 1.15.0 → 1.16.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 (756) hide show
  1. package/README.md +2 -0
  2. package/dist/sdk/error/sim-sdk.error.d.ts +10 -0
  3. package/dist/sdk/error/sim-sdk.error.d.ts.map +1 -1
  4. package/dist/sdk/error/sim-sdk.error.js +10 -0
  5. package/dist/sdk/error/sim-sdk.error.js.map +1 -1
  6. package/dist/sdk/index.d.ts +1 -1
  7. package/dist/sdk/index.d.ts.map +1 -1
  8. package/dist/sdk/index.js +1 -1
  9. package/dist/sdk/index.js.map +1 -1
  10. package/dist/sdk/router/resolve-sim-sdk-command-router.d.ts.map +1 -1
  11. package/dist/sdk/router/resolve-sim-sdk-command-router.js +5 -0
  12. package/dist/sdk/router/resolve-sim-sdk-command-router.js.map +1 -1
  13. package/dist/sdk/wire/sim-sdk-wire-command.d.ts +20 -0
  14. package/dist/sdk/wire/sim-sdk-wire-command.d.ts.map +1 -0
  15. package/dist/sdk/wire/sim-sdk-wire-command.js +31 -0
  16. package/dist/sdk/wire/sim-sdk-wire-command.js.map +1 -0
  17. package/dist/sdk/wire/sim-sdk-wire-dispatcher.d.ts +42 -0
  18. package/dist/sdk/wire/sim-sdk-wire-dispatcher.d.ts.map +1 -0
  19. package/dist/sdk/wire/sim-sdk-wire-dispatcher.js +63 -0
  20. package/dist/sdk/wire/sim-sdk-wire-dispatcher.js.map +1 -0
  21. package/dist/sdk/wire/sim-sdk-wire-json.d.ts +26 -0
  22. package/dist/sdk/wire/sim-sdk-wire-json.d.ts.map +1 -0
  23. package/dist/sdk/wire/sim-sdk-wire-json.js +59 -0
  24. package/dist/sdk/wire/sim-sdk-wire-json.js.map +1 -0
  25. package/dist/sdk/wire/sim-sdk-wire-operation.d.ts +37 -0
  26. package/dist/sdk/wire/sim-sdk-wire-operation.d.ts.map +1 -0
  27. package/dist/sdk/wire/sim-sdk-wire-operation.js +79 -0
  28. package/dist/sdk/wire/sim-sdk-wire-operation.js.map +1 -0
  29. package/dist/sdk/wire/sim-sdk-wire-response.d.ts +17 -0
  30. package/dist/sdk/wire/sim-sdk-wire-response.d.ts.map +1 -0
  31. package/dist/sdk/wire/sim-sdk-wire-response.js +67 -0
  32. package/dist/sdk/wire/sim-sdk-wire-response.js.map +1 -0
  33. package/dist/sdk/wire/sim-sdk-wire-unbridged.d.ts +17 -0
  34. package/dist/sdk/wire/sim-sdk-wire-unbridged.d.ts.map +1 -0
  35. package/dist/sdk/wire/sim-sdk-wire-unbridged.js +25 -0
  36. package/dist/sdk/wire/sim-sdk-wire-unbridged.js.map +1 -0
  37. package/dist/sdk/wire/sim-sdk-wire.types.d.ts +32 -0
  38. package/dist/sdk/wire/sim-sdk-wire.types.d.ts.map +1 -0
  39. package/dist/sdk/wire/sim-sdk-wire.types.js +2 -0
  40. package/dist/sdk/wire/sim-sdk-wire.types.js.map +1 -0
  41. package/dist/serve/payload-2/sim-payload-2-endpoint-style.d.ts +33 -0
  42. package/dist/serve/payload-2/sim-payload-2-endpoint-style.d.ts.map +1 -0
  43. package/dist/serve/payload-2/sim-payload-2-endpoint-style.js +2 -0
  44. package/dist/serve/payload-2/sim-payload-2-endpoint-style.js.map +1 -0
  45. package/dist/serve/payload-2/sim-payload-2-event-builder.d.ts.map +1 -1
  46. package/dist/serve/payload-2/sim-payload-2-event-builder.js +2 -2
  47. package/dist/serve/payload-2/sim-payload-2-event-builder.js.map +1 -1
  48. package/dist/serve/payload-2/sim-payload-2-event-query.d.ts +12 -0
  49. package/dist/serve/payload-2/sim-payload-2-event-query.d.ts.map +1 -0
  50. package/dist/serve/payload-2/sim-payload-2-event-query.js +15 -0
  51. package/dist/serve/payload-2/sim-payload-2-event-query.js.map +1 -0
  52. package/dist/serve/payload-2/sim-payload-2-event-request.d.ts +32 -0
  53. package/dist/serve/payload-2/sim-payload-2-event-request.d.ts.map +1 -0
  54. package/dist/serve/payload-2/sim-payload-2-event-request.js +42 -0
  55. package/dist/serve/payload-2/sim-payload-2-event-request.js.map +1 -0
  56. package/dist/serve/payload-2/sim-payload-2-event.factory.d.ts +15 -0
  57. package/dist/serve/payload-2/sim-payload-2-event.factory.d.ts.map +1 -0
  58. package/dist/serve/payload-2/sim-payload-2-event.factory.js +71 -0
  59. package/dist/serve/payload-2/sim-payload-2-event.factory.js.map +1 -0
  60. package/dist/serve/payload-2/sim-payload-2-request-parts.d.ts +23 -12
  61. package/dist/serve/payload-2/sim-payload-2-request-parts.d.ts.map +1 -1
  62. package/dist/serve/payload-2/sim-payload-2-request-parts.js +38 -26
  63. package/dist/serve/payload-2/sim-payload-2-request-parts.js.map +1 -1
  64. package/dist/service/apigatewayv2/factory/http-api-proxy-event.factory.d.ts +35 -0
  65. package/dist/service/apigatewayv2/factory/http-api-proxy-event.factory.d.ts.map +1 -0
  66. package/dist/service/apigatewayv2/factory/http-api-proxy-event.factory.js +65 -0
  67. package/dist/service/apigatewayv2/factory/http-api-proxy-event.factory.js.map +1 -0
  68. package/dist/service/apigatewayv2/index.d.ts +1 -0
  69. package/dist/service/apigatewayv2/index.d.ts.map +1 -1
  70. package/dist/service/apigatewayv2/index.js +1 -0
  71. package/dist/service/apigatewayv2/index.js.map +1 -1
  72. package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts +10 -36
  73. package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts.map +1 -1
  74. package/dist/service/aws/factory/sim-aws-account-region-service-builder.js +16 -63
  75. package/dist/service/aws/factory/sim-aws-account-region-service-builder.js.map +1 -1
  76. package/dist/service/aws/factory/sim-aws-cloudwatch-collaborators.d.ts +22 -0
  77. package/dist/service/aws/factory/sim-aws-cloudwatch-collaborators.d.ts.map +1 -0
  78. package/dist/service/aws/factory/sim-aws-cloudwatch-collaborators.js +20 -0
  79. package/dist/service/aws/factory/sim-aws-cloudwatch-collaborators.js.map +1 -0
  80. package/dist/service/aws/factory/sim-aws-registered-service-builder.d.ts +71 -0
  81. package/dist/service/aws/factory/sim-aws-registered-service-builder.d.ts.map +1 -0
  82. package/dist/service/aws/factory/sim-aws-registered-service-builder.js +96 -0
  83. package/dist/service/aws/factory/sim-aws-registered-service-builder.js.map +1 -0
  84. package/dist/service/aws/factory/sim-aws-self-contained-service-builder.d.ts +9 -0
  85. package/dist/service/aws/factory/sim-aws-self-contained-service-builder.d.ts.map +1 -1
  86. package/dist/service/aws/factory/sim-aws-self-contained-service-builder.js +11 -0
  87. package/dist/service/aws/factory/sim-aws-self-contained-service-builder.js.map +1 -1
  88. package/dist/service/aws/factory/sim-aws-service-factory.d.ts +7 -0
  89. package/dist/service/aws/factory/sim-aws-service-factory.d.ts.map +1 -1
  90. package/dist/service/aws/factory/sim-aws-service-factory.js +19 -5
  91. package/dist/service/aws/factory/sim-aws-service-factory.js.map +1 -1
  92. package/dist/service/aws/sim-aws-account-region-scope.d.ts +6 -0
  93. package/dist/service/aws/sim-aws-account-region-scope.d.ts.map +1 -1
  94. package/dist/service/aws/sim-aws-account-region-scope.js +8 -0
  95. package/dist/service/aws/sim-aws-account-region-scope.js.map +1 -1
  96. package/dist/service/aws/sim-aws-service-accessors.d.ts +6 -0
  97. package/dist/service/aws/sim-aws-service-accessors.d.ts.map +1 -1
  98. package/dist/service/aws/sim-aws-service-accessors.js +8 -0
  99. package/dist/service/aws/sim-aws-service-accessors.js.map +1 -1
  100. package/dist/service/cloudformation/resource/cfn/cloudwatch/sim-cloudwatch-alarm-cfn.d.ts +26 -0
  101. package/dist/service/cloudformation/resource/cfn/cloudwatch/sim-cloudwatch-alarm-cfn.d.ts.map +1 -0
  102. package/dist/service/cloudformation/resource/cfn/cloudwatch/sim-cloudwatch-alarm-cfn.js +28 -0
  103. package/dist/service/cloudformation/resource/cfn/cloudwatch/sim-cloudwatch-alarm-cfn.js.map +1 -0
  104. package/dist/service/cloudformation/resource/cfn/cloudwatch/sim-cloudwatch-cfn-value-adapter.d.ts +6 -0
  105. package/dist/service/cloudformation/resource/cfn/cloudwatch/sim-cloudwatch-cfn-value-adapter.d.ts.map +1 -0
  106. package/dist/service/cloudformation/resource/cfn/cloudwatch/sim-cloudwatch-cfn-value-adapter.js +13 -0
  107. package/dist/service/cloudformation/resource/cfn/cloudwatch/sim-cloudwatch-cfn-value-adapter.js.map +1 -0
  108. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-cfn-value-adapter.d.ts +6 -0
  109. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-cfn-value-adapter.d.ts.map +1 -0
  110. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-cfn-value-adapter.js +19 -0
  111. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-cfn-value-adapter.js.map +1 -0
  112. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-dkim-tokens.d.ts +27 -0
  113. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-dkim-tokens.d.ts.map +1 -0
  114. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-dkim-tokens.js +46 -0
  115. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-dkim-tokens.js.map +1 -0
  116. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-identity-cfn.d.ts +33 -0
  117. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-identity-cfn.d.ts.map +1 -0
  118. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-identity-cfn.js +48 -0
  119. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-identity-cfn.js.map +1 -0
  120. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-template-cfn.d.ts +27 -0
  121. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-template-cfn.d.ts.map +1 -0
  122. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-template-cfn.js +29 -0
  123. package/dist/service/cloudformation/resource/cfn/ses/sim-ses-template-cfn.js.map +1 -0
  124. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.d.ts.map +1 -1
  125. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js +4 -0
  126. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js.map +1 -1
  127. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.d.ts.map +1 -1
  128. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js +8 -0
  129. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js.map +1 -1
  130. package/dist/service/cloudwatch/alarm/action/sim-aws-cloudwatch-alarm-topics.d.ts +34 -0
  131. package/dist/service/cloudwatch/alarm/action/sim-aws-cloudwatch-alarm-topics.d.ts.map +1 -0
  132. package/dist/service/cloudwatch/alarm/action/sim-aws-cloudwatch-alarm-topics.js +51 -0
  133. package/dist/service/cloudwatch/alarm/action/sim-aws-cloudwatch-alarm-topics.js.map +1 -0
  134. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-action-failures.d.ts +54 -0
  135. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-action-failures.d.ts.map +1 -0
  136. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-action-failures.js +70 -0
  137. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-action-failures.js.map +1 -0
  138. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-actions.d.ts +30 -0
  139. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-actions.d.ts.map +1 -0
  140. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-actions.js +58 -0
  141. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-actions.js.map +1 -0
  142. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-notification.d.ts +26 -0
  143. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-notification.d.ts.map +1 -0
  144. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-notification.js +56 -0
  145. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-notification.js.map +1 -0
  146. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-targets.d.ts +37 -0
  147. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-targets.d.ts.map +1 -0
  148. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-targets.js +19 -0
  149. package/dist/service/cloudwatch/alarm/action/sim-cloudwatch-alarm-targets.js.map +1 -0
  150. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-arn.d.ts +10 -0
  151. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-arn.d.ts.map +1 -0
  152. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-arn.js +11 -0
  153. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-arn.js.map +1 -0
  154. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-definition.d.ts +33 -0
  155. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-definition.d.ts.map +1 -0
  156. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-definition.js +2 -0
  157. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-definition.js.map +1 -0
  158. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-evaluation.d.ts +32 -0
  159. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-evaluation.d.ts.map +1 -0
  160. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-evaluation.js +75 -0
  161. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-evaluation.js.map +1 -0
  162. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-history.d.ts +26 -0
  163. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-history.d.ts.map +1 -0
  164. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-history.js +16 -0
  165. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-history.js.map +1 -0
  166. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-periods.d.ts +23 -0
  167. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-periods.d.ts.map +1 -0
  168. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-periods.js +37 -0
  169. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-periods.js.map +1 -0
  170. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-schedule.d.ts +55 -0
  171. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-schedule.d.ts.map +1 -0
  172. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-schedule.js +84 -0
  173. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-schedule.js.map +1 -0
  174. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-state.d.ts +18 -0
  175. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-state.d.ts.map +1 -0
  176. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-state.js +29 -0
  177. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-state.js.map +1 -0
  178. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-store.d.ts +24 -0
  179. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-store.d.ts.map +1 -0
  180. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-store.js +33 -0
  181. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm-store.js.map +1 -0
  182. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm.d.ts +57 -0
  183. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm.d.ts.map +1 -0
  184. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm.js +84 -0
  185. package/dist/service/cloudwatch/alarm/sim-cloudwatch-alarm.js.map +1 -0
  186. package/dist/service/cloudwatch/alarm/sim-cloudwatch-comparison.d.ts +19 -0
  187. package/dist/service/cloudwatch/alarm/sim-cloudwatch-comparison.d.ts.map +1 -0
  188. package/dist/service/cloudwatch/alarm/sim-cloudwatch-comparison.js +48 -0
  189. package/dist/service/cloudwatch/alarm/sim-cloudwatch-comparison.js.map +1 -0
  190. package/dist/service/cloudwatch/alarm/sim-cloudwatch-missing-data.d.ts +16 -0
  191. package/dist/service/cloudwatch/alarm/sim-cloudwatch-missing-data.d.ts.map +1 -0
  192. package/dist/service/cloudwatch/alarm/sim-cloudwatch-missing-data.js +31 -0
  193. package/dist/service/cloudwatch/alarm/sim-cloudwatch-missing-data.js.map +1 -0
  194. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-creator.d.ts +33 -0
  195. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-creator.d.ts.map +1 -0
  196. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-creator.js +41 -0
  197. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-creator.js.map +1 -0
  198. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-properties.d.ts +39 -0
  199. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-properties.d.ts.map +1 -0
  200. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-properties.js +80 -0
  201. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-properties.js.map +1 -0
  202. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-property-rules.d.ts +20 -0
  203. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-property-rules.d.ts.map +1 -0
  204. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-property-rules.js +80 -0
  205. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-property-rules.js.map +1 -0
  206. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-values.d.ts +56 -0
  207. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-values.d.ts.map +1 -0
  208. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-values.js +107 -0
  209. package/dist/service/cloudwatch/cfn/alarm/sim-cfn-alarm-values.js.map +1 -0
  210. package/dist/service/cloudwatch/cfn/sim-cloudwatch-cfn-resource-factory.d.ts +29 -0
  211. package/dist/service/cloudwatch/cfn/sim-cloudwatch-cfn-resource-factory.d.ts.map +1 -0
  212. package/dist/service/cloudwatch/cfn/sim-cloudwatch-cfn-resource-factory.js +43 -0
  213. package/dist/service/cloudwatch/cfn/sim-cloudwatch-cfn-resource-factory.js.map +1 -0
  214. package/dist/service/cloudwatch/command/alarm/alarm.command.d.ts +155 -0
  215. package/dist/service/cloudwatch/command/alarm/alarm.command.d.ts.map +1 -0
  216. package/dist/service/cloudwatch/command/alarm/alarm.command.js +2 -0
  217. package/dist/service/cloudwatch/command/alarm/alarm.command.js.map +1 -0
  218. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-action-input.d.ts +19 -0
  219. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-action-input.d.ts.map +1 -0
  220. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-action-input.js +56 -0
  221. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-action-input.js.map +1 -0
  222. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-context.d.ts +22 -0
  223. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-context.d.ts.map +1 -0
  224. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-context.js +2 -0
  225. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-context.js.map +1 -0
  226. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-detail.d.ts +15 -0
  227. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-detail.d.ts.map +1 -0
  228. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-detail.js +61 -0
  229. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-detail.js.map +1 -0
  230. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-input.d.ts +7 -0
  231. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-input.d.ts.map +1 -0
  232. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-input.js +39 -0
  233. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-input.js.map +1 -0
  234. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-numbers.d.ts +20 -0
  235. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-numbers.d.ts.map +1 -0
  236. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-numbers.js +52 -0
  237. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-numbers.js.map +1 -0
  238. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-reads.d.ts +25 -0
  239. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-reads.d.ts.map +1 -0
  240. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-reads.js +60 -0
  241. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-reads.js.map +1 -0
  242. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-selection.d.ts +12 -0
  243. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-selection.d.ts.map +1 -0
  244. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-selection.js +59 -0
  245. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-selection.js.map +1 -0
  246. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-writes.d.ts +23 -0
  247. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-writes.d.ts.map +1 -0
  248. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-writes.js +63 -0
  249. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-alarm-writes.js.map +1 -0
  250. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-set-alarm-state.d.ts +19 -0
  251. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-set-alarm-state.d.ts.map +1 -0
  252. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-set-alarm-state.js +47 -0
  253. package/dist/service/cloudwatch/command/alarm/sim-cloudwatch-set-alarm-state.js.map +1 -0
  254. package/dist/service/cloudwatch/command/authorize/sim-cloudwatch-authorizer.d.ts +41 -0
  255. package/dist/service/cloudwatch/command/authorize/sim-cloudwatch-authorizer.d.ts.map +1 -0
  256. package/dist/service/cloudwatch/command/authorize/sim-cloudwatch-authorizer.js +65 -0
  257. package/dist/service/cloudwatch/command/authorize/sim-cloudwatch-authorizer.js.map +1 -0
  258. package/dist/service/cloudwatch/command/authorize/sim-cloudwatch-decide.d.ts +23 -0
  259. package/dist/service/cloudwatch/command/authorize/sim-cloudwatch-decide.d.ts.map +1 -0
  260. package/dist/service/cloudwatch/command/authorize/sim-cloudwatch-decide.js +30 -0
  261. package/dist/service/cloudwatch/command/authorize/sim-cloudwatch-decide.js.map +1 -0
  262. package/dist/service/cloudwatch/command/data/data.command.d.ts +42 -0
  263. package/dist/service/cloudwatch/command/data/data.command.d.ts.map +1 -0
  264. package/dist/service/cloudwatch/command/data/data.command.js +2 -0
  265. package/dist/service/cloudwatch/command/data/data.command.js.map +1 -0
  266. package/dist/service/cloudwatch/command/data/sim-cloudwatch-metric-datum.d.ts +11 -0
  267. package/dist/service/cloudwatch/command/data/sim-cloudwatch-metric-datum.d.ts.map +1 -0
  268. package/dist/service/cloudwatch/command/data/sim-cloudwatch-metric-datum.js +66 -0
  269. package/dist/service/cloudwatch/command/data/sim-cloudwatch-metric-datum.js.map +1 -0
  270. package/dist/service/cloudwatch/command/data/sim-cloudwatch-metric-value.d.ts +14 -0
  271. package/dist/service/cloudwatch/command/data/sim-cloudwatch-metric-value.d.ts.map +1 -0
  272. package/dist/service/cloudwatch/command/data/sim-cloudwatch-metric-value.js +58 -0
  273. package/dist/service/cloudwatch/command/data/sim-cloudwatch-metric-value.js.map +1 -0
  274. package/dist/service/cloudwatch/command/data/sim-cloudwatch-observation.d.ts +15 -0
  275. package/dist/service/cloudwatch/command/data/sim-cloudwatch-observation.d.ts.map +1 -0
  276. package/dist/service/cloudwatch/command/data/sim-cloudwatch-observation.js +34 -0
  277. package/dist/service/cloudwatch/command/data/sim-cloudwatch-observation.js.map +1 -0
  278. package/dist/service/cloudwatch/command/data/sim-cloudwatch-put-metric-data.d.ts +28 -0
  279. package/dist/service/cloudwatch/command/data/sim-cloudwatch-put-metric-data.d.ts.map +1 -0
  280. package/dist/service/cloudwatch/command/data/sim-cloudwatch-put-metric-data.js +66 -0
  281. package/dist/service/cloudwatch/command/data/sim-cloudwatch-put-metric-data.js.map +1 -0
  282. package/dist/service/cloudwatch/command/data/sim-cloudwatch-weighted-values.d.ts +9 -0
  283. package/dist/service/cloudwatch/command/data/sim-cloudwatch-weighted-values.d.ts.map +1 -0
  284. package/dist/service/cloudwatch/command/data/sim-cloudwatch-weighted-values.js +22 -0
  285. package/dist/service/cloudwatch/command/data/sim-cloudwatch-weighted-values.js.map +1 -0
  286. package/dist/service/cloudwatch/command/query/query.command.d.ts +133 -0
  287. package/dist/service/cloudwatch/command/query/query.command.d.ts.map +1 -0
  288. package/dist/service/cloudwatch/command/query/query.command.js +2 -0
  289. package/dist/service/cloudwatch/command/query/query.command.js.map +1 -0
  290. package/dist/service/cloudwatch/command/query/sim-cloudwatch-get-metric-data.d.ts +25 -0
  291. package/dist/service/cloudwatch/command/query/sim-cloudwatch-get-metric-data.d.ts.map +1 -0
  292. package/dist/service/cloudwatch/command/query/sim-cloudwatch-get-metric-data.js +46 -0
  293. package/dist/service/cloudwatch/command/query/sim-cloudwatch-get-metric-data.js.map +1 -0
  294. package/dist/service/cloudwatch/command/query/sim-cloudwatch-get-metric-statistics.d.ts +25 -0
  295. package/dist/service/cloudwatch/command/query/sim-cloudwatch-get-metric-statistics.d.ts.map +1 -0
  296. package/dist/service/cloudwatch/command/query/sim-cloudwatch-get-metric-statistics.js +55 -0
  297. package/dist/service/cloudwatch/command/query/sim-cloudwatch-get-metric-statistics.js.map +1 -0
  298. package/dist/service/cloudwatch/command/query/sim-cloudwatch-list-metrics.d.ts +23 -0
  299. package/dist/service/cloudwatch/command/query/sim-cloudwatch-list-metrics.d.ts.map +1 -0
  300. package/dist/service/cloudwatch/command/query/sim-cloudwatch-list-metrics.js +46 -0
  301. package/dist/service/cloudwatch/command/query/sim-cloudwatch-list-metrics.js.map +1 -0
  302. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-query.d.ts +25 -0
  303. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-query.d.ts.map +1 -0
  304. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-query.js +63 -0
  305. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-query.js.map +1 -0
  306. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-request.d.ts +26 -0
  307. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-request.d.ts.map +1 -0
  308. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-request.js +61 -0
  309. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-request.js.map +1 -0
  310. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-result.d.ts +20 -0
  311. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-result.d.ts.map +1 -0
  312. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-result.js +36 -0
  313. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-data-result.js.map +1 -0
  314. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-filter.d.ts +12 -0
  315. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-filter.d.ts.map +1 -0
  316. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-filter.js +27 -0
  317. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-filter.js.map +1 -0
  318. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-listing.d.ts +20 -0
  319. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-listing.d.ts.map +1 -0
  320. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-listing.js +52 -0
  321. package/dist/service/cloudwatch/command/query/sim-cloudwatch-metric-listing.js.map +1 -0
  322. package/dist/service/cloudwatch/command/query/sim-cloudwatch-requested-statistics.d.ts +10 -0
  323. package/dist/service/cloudwatch/command/query/sim-cloudwatch-requested-statistics.d.ts.map +1 -0
  324. package/dist/service/cloudwatch/command/query/sim-cloudwatch-requested-statistics.js +20 -0
  325. package/dist/service/cloudwatch/command/query/sim-cloudwatch-requested-statistics.js.map +1 -0
  326. package/dist/service/cloudwatch/command/query/sim-cloudwatch-statistic-datapoints.d.ts +17 -0
  327. package/dist/service/cloudwatch/command/query/sim-cloudwatch-statistic-datapoints.d.ts.map +1 -0
  328. package/dist/service/cloudwatch/command/query/sim-cloudwatch-statistic-datapoints.js +45 -0
  329. package/dist/service/cloudwatch/command/query/sim-cloudwatch-statistic-datapoints.js.map +1 -0
  330. package/dist/service/cloudwatch/command/sim-cloudwatch-command.types.d.ts +7 -0
  331. package/dist/service/cloudwatch/command/sim-cloudwatch-command.types.d.ts.map +1 -0
  332. package/dist/service/cloudwatch/command/sim-cloudwatch-command.types.js +2 -0
  333. package/dist/service/cloudwatch/command/sim-cloudwatch-command.types.js.map +1 -0
  334. package/dist/service/cloudwatch/command/sim-cloudwatch-page.d.ts +24 -0
  335. package/dist/service/cloudwatch/command/sim-cloudwatch-page.d.ts.map +1 -0
  336. package/dist/service/cloudwatch/command/sim-cloudwatch-page.js +36 -0
  337. package/dist/service/cloudwatch/command/sim-cloudwatch-page.js.map +1 -0
  338. package/dist/service/cloudwatch/command/sim-cloudwatch-request-options.d.ts +21 -0
  339. package/dist/service/cloudwatch/command/sim-cloudwatch-request-options.d.ts.map +1 -0
  340. package/dist/service/cloudwatch/command/sim-cloudwatch-request-options.js +10 -0
  341. package/dist/service/cloudwatch/command/sim-cloudwatch-request-options.js.map +1 -0
  342. package/dist/service/cloudwatch/error/sim-cloudwatch.error.d.ts +48 -0
  343. package/dist/service/cloudwatch/error/sim-cloudwatch.error.d.ts.map +1 -0
  344. package/dist/service/cloudwatch/error/sim-cloudwatch.error.js +51 -0
  345. package/dist/service/cloudwatch/error/sim-cloudwatch.error.js.map +1 -0
  346. package/dist/service/cloudwatch/index.d.ts +26 -0
  347. package/dist/service/cloudwatch/index.d.ts.map +1 -0
  348. package/dist/service/cloudwatch/index.js +25 -0
  349. package/dist/service/cloudwatch/index.js.map +1 -0
  350. package/dist/service/cloudwatch/metric/sim-cloudwatch-datapoint.d.ts +54 -0
  351. package/dist/service/cloudwatch/metric/sim-cloudwatch-datapoint.d.ts.map +1 -0
  352. package/dist/service/cloudwatch/metric/sim-cloudwatch-datapoint.js +29 -0
  353. package/dist/service/cloudwatch/metric/sim-cloudwatch-datapoint.js.map +1 -0
  354. package/dist/service/cloudwatch/metric/sim-cloudwatch-dimension.d.ts +37 -0
  355. package/dist/service/cloudwatch/metric/sim-cloudwatch-dimension.d.ts.map +1 -0
  356. package/dist/service/cloudwatch/metric/sim-cloudwatch-dimension.js +42 -0
  357. package/dist/service/cloudwatch/metric/sim-cloudwatch-dimension.js.map +1 -0
  358. package/dist/service/cloudwatch/metric/sim-cloudwatch-metric-store.d.ts +46 -0
  359. package/dist/service/cloudwatch/metric/sim-cloudwatch-metric-store.d.ts.map +1 -0
  360. package/dist/service/cloudwatch/metric/sim-cloudwatch-metric-store.js +61 -0
  361. package/dist/service/cloudwatch/metric/sim-cloudwatch-metric-store.js.map +1 -0
  362. package/dist/service/cloudwatch/metric/sim-cloudwatch-metric.d.ts +53 -0
  363. package/dist/service/cloudwatch/metric/sim-cloudwatch-metric.d.ts.map +1 -0
  364. package/dist/service/cloudwatch/metric/sim-cloudwatch-metric.js +45 -0
  365. package/dist/service/cloudwatch/metric/sim-cloudwatch-metric.js.map +1 -0
  366. package/dist/service/cloudwatch/metric/sim-cloudwatch-name.d.ts +22 -0
  367. package/dist/service/cloudwatch/metric/sim-cloudwatch-name.d.ts.map +1 -0
  368. package/dist/service/cloudwatch/metric/sim-cloudwatch-name.js +54 -0
  369. package/dist/service/cloudwatch/metric/sim-cloudwatch-name.js.map +1 -0
  370. package/dist/service/cloudwatch/metric/sim-cloudwatch-namespace.d.ts +22 -0
  371. package/dist/service/cloudwatch/metric/sim-cloudwatch-namespace.d.ts.map +1 -0
  372. package/dist/service/cloudwatch/metric/sim-cloudwatch-namespace.js +34 -0
  373. package/dist/service/cloudwatch/metric/sim-cloudwatch-namespace.js.map +1 -0
  374. package/dist/service/cloudwatch/metric/sim-cloudwatch-period.d.ts +32 -0
  375. package/dist/service/cloudwatch/metric/sim-cloudwatch-period.d.ts.map +1 -0
  376. package/dist/service/cloudwatch/metric/sim-cloudwatch-period.js +70 -0
  377. package/dist/service/cloudwatch/metric/sim-cloudwatch-period.js.map +1 -0
  378. package/dist/service/cloudwatch/metric/sim-cloudwatch-statistic.d.ts +20 -0
  379. package/dist/service/cloudwatch/metric/sim-cloudwatch-statistic.d.ts.map +1 -0
  380. package/dist/service/cloudwatch/metric/sim-cloudwatch-statistic.js +51 -0
  381. package/dist/service/cloudwatch/metric/sim-cloudwatch-statistic.js.map +1 -0
  382. package/dist/service/cloudwatch/metric/sim-cloudwatch-time-range.d.ts +16 -0
  383. package/dist/service/cloudwatch/metric/sim-cloudwatch-time-range.d.ts.map +1 -0
  384. package/dist/service/cloudwatch/metric/sim-cloudwatch-time-range.js +25 -0
  385. package/dist/service/cloudwatch/metric/sim-cloudwatch-time-range.js.map +1 -0
  386. package/dist/service/cloudwatch/metric/sim-cloudwatch-unit.d.ts +18 -0
  387. package/dist/service/cloudwatch/metric/sim-cloudwatch-unit.d.ts.map +1 -0
  388. package/dist/service/cloudwatch/metric/sim-cloudwatch-unit.js +56 -0
  389. package/dist/service/cloudwatch/metric/sim-cloudwatch-unit.js.map +1 -0
  390. package/dist/service/cloudwatch/sdk/sim-cloudwatch-sdk-command-router.d.ts +18 -0
  391. package/dist/service/cloudwatch/sdk/sim-cloudwatch-sdk-command-router.d.ts.map +1 -0
  392. package/dist/service/cloudwatch/sdk/sim-cloudwatch-sdk-command-router.js +60 -0
  393. package/dist/service/cloudwatch/sdk/sim-cloudwatch-sdk-command-router.js.map +1 -0
  394. package/dist/service/cloudwatch/sim-cloudwatch-commands.d.ts +47 -0
  395. package/dist/service/cloudwatch/sim-cloudwatch-commands.d.ts.map +1 -0
  396. package/dist/service/cloudwatch/sim-cloudwatch-commands.js +86 -0
  397. package/dist/service/cloudwatch/sim-cloudwatch-commands.js.map +1 -0
  398. package/dist/service/cloudwatch/sim-cloudwatch.d.ts +98 -0
  399. package/dist/service/cloudwatch/sim-cloudwatch.d.ts.map +1 -0
  400. package/dist/service/cloudwatch/sim-cloudwatch.js +138 -0
  401. package/dist/service/cloudwatch/sim-cloudwatch.js.map +1 -0
  402. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-account-recovery.d.ts +32 -0
  403. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-account-recovery.d.ts.map +1 -0
  404. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-account-recovery.js +61 -0
  405. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-account-recovery.js.map +1 -0
  406. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-properties.d.ts +2 -3
  407. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-properties.d.ts.map +1 -1
  408. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-properties.js +23 -9
  409. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-properties.js.map +1 -1
  410. package/dist/service/cognito/command/user/sim-cognito-sign-in-value-check.d.ts +30 -0
  411. package/dist/service/cognito/command/user/sim-cognito-sign-in-value-check.d.ts.map +1 -0
  412. package/dist/service/cognito/command/user/sim-cognito-sign-in-value-check.js +47 -0
  413. package/dist/service/cognito/command/user/sim-cognito-sign-in-value-check.js.map +1 -0
  414. package/dist/service/cognito/command/user/sim-cognito-sign-up-commands.d.ts.map +1 -1
  415. package/dist/service/cognito/command/user/sim-cognito-sign-up-commands.js +8 -4
  416. package/dist/service/cognito/command/user/sim-cognito-sign-up-commands.js.map +1 -1
  417. package/dist/service/cognito/command/user/sim-cognito-user-commands.d.ts.map +1 -1
  418. package/dist/service/cognito/command/user/sim-cognito-user-commands.js +7 -3
  419. package/dist/service/cognito/command/user/sim-cognito-user-commands.js.map +1 -1
  420. package/dist/service/cognito/command/user/sim-cognito-user-update-commands.d.ts.map +1 -1
  421. package/dist/service/cognito/command/user/sim-cognito-user-update-commands.js +3 -1
  422. package/dist/service/cognito/command/user/sim-cognito-user-update-commands.js.map +1 -1
  423. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-features.d.ts +3 -4
  424. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-features.d.ts.map +1 -1
  425. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-features.js +3 -22
  426. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-features.js.map +1 -1
  427. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-identity.d.ts +9 -16
  428. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-identity.d.ts.map +1 -1
  429. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-identity.js +9 -26
  430. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-identity.js.map +1 -1
  431. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-updates.d.ts +12 -3
  432. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-updates.d.ts.map +1 -1
  433. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-updates.js +19 -3
  434. package/dist/service/cognito/command/user-pool/sim-cognito-unsimulated-pool-updates.js.map +1 -1
  435. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-commands.d.ts.map +1 -1
  436. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-commands.js +5 -4
  437. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-commands.js.map +1 -1
  438. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-view.d.ts +6 -2
  439. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-view.d.ts.map +1 -1
  440. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-view.js +8 -3
  441. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-view.js.map +1 -1
  442. package/dist/service/cognito/command/user-pool/user-pool.command.d.ts +10 -8
  443. package/dist/service/cognito/command/user-pool/user-pool.command.d.ts.map +1 -1
  444. package/dist/service/cognito/error/sim-cognito.error.d.ts +10 -0
  445. package/dist/service/cognito/error/sim-cognito.error.d.ts.map +1 -1
  446. package/dist/service/cognito/error/sim-cognito.error.js +12 -0
  447. package/dist/service/cognito/error/sim-cognito.error.js.map +1 -1
  448. package/dist/service/cognito/index.d.ts +1 -1
  449. package/dist/service/cognito/index.d.ts.map +1 -1
  450. package/dist/service/cognito/index.js +1 -1
  451. package/dist/service/cognito/index.js.map +1 -1
  452. package/dist/service/cognito/user-pool/sim-cognito-account-recovery.d.ts +86 -0
  453. package/dist/service/cognito/user-pool/sim-cognito-account-recovery.d.ts.map +1 -0
  454. package/dist/service/cognito/user-pool/sim-cognito-account-recovery.js +127 -0
  455. package/dist/service/cognito/user-pool/sim-cognito-account-recovery.js.map +1 -0
  456. package/dist/service/cognito/user-pool/sim-cognito-sign-in-attribute.d.ts +22 -0
  457. package/dist/service/cognito/user-pool/sim-cognito-sign-in-attribute.d.ts.map +1 -0
  458. package/dist/service/cognito/user-pool/sim-cognito-sign-in-attribute.js +52 -0
  459. package/dist/service/cognito/user-pool/sim-cognito-sign-in-attribute.js.map +1 -0
  460. package/dist/service/cognito/user-pool/sim-cognito-user-pool-settings.d.ts +34 -15
  461. package/dist/service/cognito/user-pool/sim-cognito-user-pool-settings.d.ts.map +1 -1
  462. package/dist/service/cognito/user-pool/sim-cognito-user-pool-settings.js +30 -15
  463. package/dist/service/cognito/user-pool/sim-cognito-user-pool-settings.js.map +1 -1
  464. package/dist/service/cognito/user-pool/sim-cognito-user-pool.d.ts.map +1 -1
  465. package/dist/service/cognito/user-pool/sim-cognito-user-pool.js +2 -1
  466. package/dist/service/cognito/user-pool/sim-cognito-user-pool.js.map +1 -1
  467. package/dist/service/cognito/user-pool/sim-cognito-username-attributes.d.ts +87 -0
  468. package/dist/service/cognito/user-pool/sim-cognito-username-attributes.d.ts.map +1 -0
  469. package/dist/service/cognito/user-pool/sim-cognito-username-attributes.js +137 -0
  470. package/dist/service/cognito/user-pool/sim-cognito-username-attributes.js.map +1 -0
  471. package/dist/service/cognito/user-pool/user/sim-cognito-user-store.d.ts +25 -1
  472. package/dist/service/cognito/user-pool/user/sim-cognito-user-store.d.ts.map +1 -1
  473. package/dist/service/cognito/user-pool/user/sim-cognito-user-store.js +39 -2
  474. package/dist/service/cognito/user-pool/user/sim-cognito-user-store.js.map +1 -1
  475. package/dist/service/lambda/factory/lambda-dynamodb-stream-event.factory.d.ts +47 -0
  476. package/dist/service/lambda/factory/lambda-dynamodb-stream-event.factory.d.ts.map +1 -0
  477. package/dist/service/lambda/factory/lambda-dynamodb-stream-event.factory.js +96 -0
  478. package/dist/service/lambda/factory/lambda-dynamodb-stream-event.factory.js.map +1 -0
  479. package/dist/service/lambda/factory/lambda-dynamodb-stream-record-change.d.ts +36 -0
  480. package/dist/service/lambda/factory/lambda-dynamodb-stream-record-change.d.ts.map +1 -0
  481. package/dist/service/lambda/factory/lambda-dynamodb-stream-record-change.js +64 -0
  482. package/dist/service/lambda/factory/lambda-dynamodb-stream-record-change.js.map +1 -0
  483. package/dist/service/lambda/factory/lambda-function-url-event.factory.d.ts +37 -0
  484. package/dist/service/lambda/factory/lambda-function-url-event.factory.d.ts.map +1 -0
  485. package/dist/service/lambda/factory/lambda-function-url-event.factory.js +55 -0
  486. package/dist/service/lambda/factory/lambda-function-url-event.factory.js.map +1 -0
  487. package/dist/service/lambda/factory/lambda-sqs-event.factory.d.ts +37 -0
  488. package/dist/service/lambda/factory/lambda-sqs-event.factory.d.ts.map +1 -0
  489. package/dist/service/lambda/factory/lambda-sqs-event.factory.js +78 -0
  490. package/dist/service/lambda/factory/lambda-sqs-event.factory.js.map +1 -0
  491. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-http-module.d.ts +27 -0
  492. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-http-module.d.ts.map +1 -0
  493. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-http-module.js +78 -0
  494. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-http-module.js.map +1 -0
  495. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-http-target.d.ts +23 -0
  496. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-http-target.d.ts.map +1 -0
  497. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-http-target.js +111 -0
  498. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-http-target.js.map +1 -0
  499. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-wire-request.d.ts +37 -0
  500. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-wire-request.d.ts.map +1 -0
  501. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-wire-request.js +78 -0
  502. package/dist/service/lambda/function/code/vm/http/sim-lambda-vm-wire-request.js.map +1 -0
  503. package/dist/service/lambda/function/code/vm/sdk/sim-lambda-vm-sdk-module-provider.d.ts +5 -3
  504. package/dist/service/lambda/function/code/vm/sdk/sim-lambda-vm-sdk-module-provider.d.ts.map +1 -1
  505. package/dist/service/lambda/function/code/vm/sdk/sim-lambda-vm-sdk-module-provider.js.map +1 -1
  506. package/dist/service/lambda/function/code/vm/sdk/sim-sdk-lambda-vm-module-provider.d.ts +10 -2
  507. package/dist/service/lambda/function/code/vm/sdk/sim-sdk-lambda-vm-module-provider.d.ts.map +1 -1
  508. package/dist/service/lambda/function/code/vm/sdk/sim-sdk-lambda-vm-module-provider.js +21 -6
  509. package/dist/service/lambda/function/code/vm/sdk/sim-sdk-lambda-vm-module-provider.js.map +1 -1
  510. package/dist/service/lambda/function/code/vm/sim-lambda-vm-module.types.d.ts +12 -0
  511. package/dist/service/lambda/function/code/vm/sim-lambda-vm-module.types.d.ts.map +1 -0
  512. package/dist/service/lambda/function/code/vm/sim-lambda-vm-module.types.js +2 -0
  513. package/dist/service/lambda/function/code/vm/sim-lambda-vm-module.types.js.map +1 -0
  514. package/dist/service/lambda/function/code/vm/sim-lambda-vm-modules.d.ts.map +1 -1
  515. package/dist/service/lambda/function/code/vm/sim-lambda-vm-modules.js +5 -1
  516. package/dist/service/lambda/function/code/vm/sim-lambda-vm-modules.js.map +1 -1
  517. package/dist/service/lambda/function/environment/sim-lambda-environment.d.ts.map +1 -1
  518. package/dist/service/lambda/function/environment/sim-lambda-environment.js +2 -0
  519. package/dist/service/lambda/function/environment/sim-lambda-environment.js.map +1 -1
  520. package/dist/service/lambda/function/environment/sim-lambda-execution-credentials.d.ts +19 -0
  521. package/dist/service/lambda/function/environment/sim-lambda-execution-credentials.d.ts.map +1 -0
  522. package/dist/service/lambda/function/environment/sim-lambda-execution-credentials.js +20 -0
  523. package/dist/service/lambda/function/environment/sim-lambda-execution-credentials.js.map +1 -0
  524. package/dist/service/lambda/index.d.ts +3 -0
  525. package/dist/service/lambda/index.d.ts.map +1 -1
  526. package/dist/service/lambda/index.js +3 -0
  527. package/dist/service/lambda/index.js.map +1 -1
  528. package/dist/service/s3/factory/s3-notification-event-object.d.ts +10 -0
  529. package/dist/service/s3/factory/s3-notification-event-object.d.ts.map +1 -0
  530. package/dist/service/s3/factory/s3-notification-event-object.js +12 -0
  531. package/dist/service/s3/factory/s3-notification-event-object.js.map +1 -0
  532. package/dist/service/s3/factory/s3-notification-event.factory.d.ts +45 -0
  533. package/dist/service/s3/factory/s3-notification-event.factory.d.ts.map +1 -0
  534. package/dist/service/s3/factory/s3-notification-event.factory.js +102 -0
  535. package/dist/service/s3/factory/s3-notification-event.factory.js.map +1 -0
  536. package/dist/service/s3/index.d.ts +2 -0
  537. package/dist/service/s3/index.d.ts.map +1 -1
  538. package/dist/service/s3/index.js +1 -0
  539. package/dist/service/s3/index.js.map +1 -1
  540. package/dist/service/s3/notification/event/sim-s3-event-records.d.ts +32 -1
  541. package/dist/service/s3/notification/event/sim-s3-event-records.d.ts.map +1 -1
  542. package/dist/service/s3/notification/event/sim-s3-event-records.js +5 -5
  543. package/dist/service/s3/notification/event/sim-s3-event-records.js.map +1 -1
  544. package/dist/service/s3/notification/event/sim-s3-event.type.d.ts +83 -0
  545. package/dist/service/s3/notification/event/sim-s3-event.type.d.ts.map +1 -0
  546. package/dist/service/s3/notification/event/sim-s3-event.type.js +2 -0
  547. package/dist/service/s3/notification/event/sim-s3-event.type.js.map +1 -0
  548. package/dist/service/ses/account/sim-ses-account.d.ts +59 -0
  549. package/dist/service/ses/account/sim-ses-account.d.ts.map +1 -0
  550. package/dist/service/ses/account/sim-ses-account.js +66 -0
  551. package/dist/service/ses/account/sim-ses-account.js.map +1 -0
  552. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-creator.d.ts +35 -0
  553. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-creator.d.ts.map +1 -0
  554. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-creator.js +52 -0
  555. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-creator.js.map +1 -0
  556. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-properties.d.ts +37 -0
  557. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-properties.d.ts.map +1 -0
  558. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-properties.js +61 -0
  559. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-properties.js.map +1 -0
  560. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-unsimulated-properties.d.ts +17 -0
  561. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-unsimulated-properties.d.ts.map +1 -0
  562. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-unsimulated-properties.js +48 -0
  563. package/dist/service/ses/cfn/identity/sim-cfn-ses-identity-unsimulated-properties.js.map +1 -0
  564. package/dist/service/ses/cfn/sim-cfn-ses-resource-error.d.ts +24 -0
  565. package/dist/service/ses/cfn/sim-cfn-ses-resource-error.d.ts.map +1 -0
  566. package/dist/service/ses/cfn/sim-cfn-ses-resource-error.js +39 -0
  567. package/dist/service/ses/cfn/sim-cfn-ses-resource-error.js.map +1 -0
  568. package/dist/service/ses/cfn/sim-cfn-ses-resource-types.d.ts +13 -0
  569. package/dist/service/ses/cfn/sim-cfn-ses-resource-types.d.ts.map +1 -0
  570. package/dist/service/ses/cfn/sim-cfn-ses-resource-types.js +13 -0
  571. package/dist/service/ses/cfn/sim-cfn-ses-resource-types.js.map +1 -0
  572. package/dist/service/ses/cfn/sim-ses-cfn-resource-factory.d.ts +28 -0
  573. package/dist/service/ses/cfn/sim-ses-cfn-resource-factory.d.ts.map +1 -0
  574. package/dist/service/ses/cfn/sim-ses-cfn-resource-factory.js +69 -0
  575. package/dist/service/ses/cfn/sim-ses-cfn-resource-factory.js.map +1 -0
  576. package/dist/service/ses/cfn/template/sim-cfn-ses-template-creator.d.ts +30 -0
  577. package/dist/service/ses/cfn/template/sim-cfn-ses-template-creator.d.ts.map +1 -0
  578. package/dist/service/ses/cfn/template/sim-cfn-ses-template-creator.js +48 -0
  579. package/dist/service/ses/cfn/template/sim-cfn-ses-template-creator.js.map +1 -0
  580. package/dist/service/ses/cfn/template/sim-cfn-ses-template-properties.d.ts +58 -0
  581. package/dist/service/ses/cfn/template/sim-cfn-ses-template-properties.d.ts.map +1 -0
  582. package/dist/service/ses/cfn/template/sim-cfn-ses-template-properties.js +121 -0
  583. package/dist/service/ses/cfn/template/sim-cfn-ses-template-properties.js.map +1 -0
  584. package/dist/service/ses/command/account/account.command.d.ts +59 -0
  585. package/dist/service/ses/command/account/account.command.d.ts.map +1 -0
  586. package/dist/service/ses/command/account/account.command.js +2 -0
  587. package/dist/service/ses/command/account/account.command.js.map +1 -0
  588. package/dist/service/ses/command/account/sim-ses-account-commands.d.ts +34 -0
  589. package/dist/service/ses/command/account/sim-ses-account-commands.d.ts.map +1 -0
  590. package/dist/service/ses/command/account/sim-ses-account-commands.js +41 -0
  591. package/dist/service/ses/command/account/sim-ses-account-commands.js.map +1 -0
  592. package/dist/service/ses/command/account/sim-ses-account-details-input.d.ts +11 -0
  593. package/dist/service/ses/command/account/sim-ses-account-details-input.d.ts.map +1 -0
  594. package/dist/service/ses/command/account/sim-ses-account-details-input.js +50 -0
  595. package/dist/service/ses/command/account/sim-ses-account-details-input.js.map +1 -0
  596. package/dist/service/ses/command/account/sim-ses-account-report.d.ts +21 -0
  597. package/dist/service/ses/command/account/sim-ses-account-report.d.ts.map +1 -0
  598. package/dist/service/ses/command/account/sim-ses-account-report.js +45 -0
  599. package/dist/service/ses/command/account/sim-ses-account-report.js.map +1 -0
  600. package/dist/service/ses/command/authorize/sim-ses-authorizer.d.ts +55 -0
  601. package/dist/service/ses/command/authorize/sim-ses-authorizer.d.ts.map +1 -0
  602. package/dist/service/ses/command/authorize/sim-ses-authorizer.js +78 -0
  603. package/dist/service/ses/command/authorize/sim-ses-authorizer.js.map +1 -0
  604. package/dist/service/ses/command/identity/identity.command.d.ts +84 -0
  605. package/dist/service/ses/command/identity/identity.command.d.ts.map +1 -0
  606. package/dist/service/ses/command/identity/identity.command.js +2 -0
  607. package/dist/service/ses/command/identity/identity.command.js.map +1 -0
  608. package/dist/service/ses/command/identity/sim-ses-identity-commands.d.ts +44 -0
  609. package/dist/service/ses/command/identity/sim-ses-identity-commands.d.ts.map +1 -0
  610. package/dist/service/ses/command/identity/sim-ses-identity-commands.js +92 -0
  611. package/dist/service/ses/command/identity/sim-ses-identity-commands.js.map +1 -0
  612. package/dist/service/ses/command/identity/sim-ses-unsimulated-identity-input.d.ts +12 -0
  613. package/dist/service/ses/command/identity/sim-ses-unsimulated-identity-input.d.ts.map +1 -0
  614. package/dist/service/ses/command/identity/sim-ses-unsimulated-identity-input.js +26 -0
  615. package/dist/service/ses/command/identity/sim-ses-unsimulated-identity-input.js.map +1 -0
  616. package/dist/service/ses/command/send/send.command.d.ts +71 -0
  617. package/dist/service/ses/command/send/send.command.d.ts.map +1 -0
  618. package/dist/service/ses/command/send/send.command.js +2 -0
  619. package/dist/service/ses/command/send/send.command.js.map +1 -0
  620. package/dist/service/ses/command/send/sim-ses-content.d.ts +24 -0
  621. package/dist/service/ses/command/send/sim-ses-content.d.ts.map +1 -0
  622. package/dist/service/ses/command/send/sim-ses-content.js +40 -0
  623. package/dist/service/ses/command/send/sim-ses-content.js.map +1 -0
  624. package/dist/service/ses/command/send/sim-ses-read-content.d.ts +19 -0
  625. package/dist/service/ses/command/send/sim-ses-read-content.d.ts.map +1 -0
  626. package/dist/service/ses/command/send/sim-ses-read-content.js +2 -0
  627. package/dist/service/ses/command/send/sim-ses-read-content.js.map +1 -0
  628. package/dist/service/ses/command/send/sim-ses-send-email.d.ts +36 -0
  629. package/dist/service/ses/command/send/sim-ses-send-email.d.ts.map +1 -0
  630. package/dist/service/ses/command/send/sim-ses-send-email.js +80 -0
  631. package/dist/service/ses/command/send/sim-ses-send-email.js.map +1 -0
  632. package/dist/service/ses/command/send/sim-ses-simple-content.d.ts +12 -0
  633. package/dist/service/ses/command/send/sim-ses-simple-content.d.ts.map +1 -0
  634. package/dist/service/ses/command/send/sim-ses-simple-content.js +33 -0
  635. package/dist/service/ses/command/send/sim-ses-simple-content.js.map +1 -0
  636. package/dist/service/ses/command/send/sim-ses-template-send.d.ts +34 -0
  637. package/dist/service/ses/command/send/sim-ses-template-send.d.ts.map +1 -0
  638. package/dist/service/ses/command/send/sim-ses-template-send.js +101 -0
  639. package/dist/service/ses/command/send/sim-ses-template-send.js.map +1 -0
  640. package/dist/service/ses/command/send/sim-ses-unsimulated-send-input.d.ts +12 -0
  641. package/dist/service/ses/command/send/sim-ses-unsimulated-send-input.d.ts.map +1 -0
  642. package/dist/service/ses/command/send/sim-ses-unsimulated-send-input.js +26 -0
  643. package/dist/service/ses/command/send/sim-ses-unsimulated-send-input.js.map +1 -0
  644. package/dist/service/ses/command/send/sim-ses-verified-identities.d.ts +36 -0
  645. package/dist/service/ses/command/send/sim-ses-verified-identities.d.ts.map +1 -0
  646. package/dist/service/ses/command/send/sim-ses-verified-identities.js +50 -0
  647. package/dist/service/ses/command/send/sim-ses-verified-identities.js.map +1 -0
  648. package/dist/service/ses/command/sim-ses-command.types.d.ts +8 -0
  649. package/dist/service/ses/command/sim-ses-command.types.d.ts.map +1 -0
  650. package/dist/service/ses/command/sim-ses-command.types.js +2 -0
  651. package/dist/service/ses/command/sim-ses-command.types.js.map +1 -0
  652. package/dist/service/ses/command/sim-ses-page.d.ts +20 -0
  653. package/dist/service/ses/command/sim-ses-page.d.ts.map +1 -0
  654. package/dist/service/ses/command/sim-ses-page.js +49 -0
  655. package/dist/service/ses/command/sim-ses-page.js.map +1 -0
  656. package/dist/service/ses/command/sim-ses-request-options.d.ts +12 -0
  657. package/dist/service/ses/command/sim-ses-request-options.d.ts.map +1 -0
  658. package/dist/service/ses/command/sim-ses-request-options.js +2 -0
  659. package/dist/service/ses/command/sim-ses-request-options.js.map +1 -0
  660. package/dist/service/ses/command/template/sim-ses-template-commands.d.ts +56 -0
  661. package/dist/service/ses/command/template/sim-ses-template-commands.d.ts.map +1 -0
  662. package/dist/service/ses/command/template/sim-ses-template-commands.js +96 -0
  663. package/dist/service/ses/command/template/sim-ses-template-commands.js.map +1 -0
  664. package/dist/service/ses/command/template/sim-ses-template-reporting.d.ts +14 -0
  665. package/dist/service/ses/command/template/sim-ses-template-reporting.d.ts.map +1 -0
  666. package/dist/service/ses/command/template/sim-ses-template-reporting.js +23 -0
  667. package/dist/service/ses/command/template/sim-ses-template-reporting.js.map +1 -0
  668. package/dist/service/ses/command/template/template.command.d.ts +98 -0
  669. package/dist/service/ses/command/template/template.command.d.ts.map +1 -0
  670. package/dist/service/ses/command/template/template.command.js +2 -0
  671. package/dist/service/ses/command/template/template.command.js.map +1 -0
  672. package/dist/service/ses/email/sim-ses-address.d.ts +15 -0
  673. package/dist/service/ses/email/sim-ses-address.d.ts.map +1 -0
  674. package/dist/service/ses/email/sim-ses-address.js +29 -0
  675. package/dist/service/ses/email/sim-ses-address.js.map +1 -0
  676. package/dist/service/ses/email/sim-ses-sent-email-store.d.ts +33 -0
  677. package/dist/service/ses/email/sim-ses-sent-email-store.d.ts.map +1 -0
  678. package/dist/service/ses/email/sim-ses-sent-email-store.js +42 -0
  679. package/dist/service/ses/email/sim-ses-sent-email-store.js.map +1 -0
  680. package/dist/service/ses/email/sim-ses-sent-email.d.ts +78 -0
  681. package/dist/service/ses/email/sim-ses-sent-email.d.ts.map +1 -0
  682. package/dist/service/ses/email/sim-ses-sent-email.js +61 -0
  683. package/dist/service/ses/email/sim-ses-sent-email.js.map +1 -0
  684. package/dist/service/ses/error/sim-ses.error.d.ts +70 -0
  685. package/dist/service/ses/error/sim-ses.error.d.ts.map +1 -0
  686. package/dist/service/ses/error/sim-ses.error.js +77 -0
  687. package/dist/service/ses/error/sim-ses.error.js.map +1 -0
  688. package/dist/service/ses/identity/sim-ses-identity-name.d.ts +34 -0
  689. package/dist/service/ses/identity/sim-ses-identity-name.d.ts.map +1 -0
  690. package/dist/service/ses/identity/sim-ses-identity-name.js +90 -0
  691. package/dist/service/ses/identity/sim-ses-identity-name.js.map +1 -0
  692. package/dist/service/ses/identity/sim-ses-identity-store.d.ts +62 -0
  693. package/dist/service/ses/identity/sim-ses-identity-store.d.ts.map +1 -0
  694. package/dist/service/ses/identity/sim-ses-identity-store.js +93 -0
  695. package/dist/service/ses/identity/sim-ses-identity-store.js.map +1 -0
  696. package/dist/service/ses/identity/sim-ses-identity.d.ts +63 -0
  697. package/dist/service/ses/identity/sim-ses-identity.d.ts.map +1 -0
  698. package/dist/service/ses/identity/sim-ses-identity.js +62 -0
  699. package/dist/service/ses/identity/sim-ses-identity.js.map +1 -0
  700. package/dist/service/ses/index.d.ts +13 -0
  701. package/dist/service/ses/index.d.ts.map +1 -0
  702. package/dist/service/ses/index.js +11 -0
  703. package/dist/service/ses/index.js.map +1 -0
  704. package/dist/service/ses/sdk/sim-ses-sdk-command-router.d.ts +18 -0
  705. package/dist/service/ses/sdk/sim-ses-sdk-command-router.d.ts.map +1 -0
  706. package/dist/service/ses/sdk/sim-ses-sdk-command-router.js +72 -0
  707. package/dist/service/ses/sdk/sim-ses-sdk-command-router.js.map +1 -0
  708. package/dist/service/ses/sim-ses-arn.d.ts +20 -0
  709. package/dist/service/ses/sim-ses-arn.d.ts.map +1 -0
  710. package/dist/service/ses/sim-ses-arn.js +25 -0
  711. package/dist/service/ses/sim-ses-arn.js.map +1 -0
  712. package/dist/service/ses/sim-ses-commands.d.ts +37 -0
  713. package/dist/service/ses/sim-ses-commands.d.ts.map +1 -0
  714. package/dist/service/ses/sim-ses-commands.js +75 -0
  715. package/dist/service/ses/sim-ses-commands.js.map +1 -0
  716. package/dist/service/ses/sim-ses-v2.d.ts +139 -0
  717. package/dist/service/ses/sim-ses-v2.d.ts.map +1 -0
  718. package/dist/service/ses/sim-ses-v2.js +195 -0
  719. package/dist/service/ses/sim-ses-v2.js.map +1 -0
  720. package/dist/service/ses/template/sim-ses-render.d.ts +16 -0
  721. package/dist/service/ses/template/sim-ses-render.d.ts.map +1 -0
  722. package/dist/service/ses/template/sim-ses-render.js +88 -0
  723. package/dist/service/ses/template/sim-ses-render.js.map +1 -0
  724. package/dist/service/ses/template/sim-ses-template-content.d.ts +28 -0
  725. package/dist/service/ses/template/sim-ses-template-content.d.ts.map +1 -0
  726. package/dist/service/ses/template/sim-ses-template-content.js +67 -0
  727. package/dist/service/ses/template/sim-ses-template-content.js.map +1 -0
  728. package/dist/service/ses/template/sim-ses-template-store.d.ts +47 -0
  729. package/dist/service/ses/template/sim-ses-template-store.d.ts.map +1 -0
  730. package/dist/service/ses/template/sim-ses-template-store.js +81 -0
  731. package/dist/service/ses/template/sim-ses-template-store.js.map +1 -0
  732. package/dist/service/ses/template/sim-ses-template.d.ts +38 -0
  733. package/dist/service/ses/template/sim-ses-template.d.ts.map +1 -0
  734. package/dist/service/ses/template/sim-ses-template.js +39 -0
  735. package/dist/service/ses/template/sim-ses-template.js.map +1 -0
  736. package/dist/service/sqs/message/sim-sqs-message-body.d.ts +10 -5
  737. package/dist/service/sqs/message/sim-sqs-message-body.d.ts.map +1 -1
  738. package/dist/service/sqs/message/sim-sqs-message-body.js +13 -6
  739. package/dist/service/sqs/message/sim-sqs-message-body.js.map +1 -1
  740. package/dist/util/factory/sim-records-event.factory.d.ts +60 -0
  741. package/dist/util/factory/sim-records-event.factory.d.ts.map +1 -0
  742. package/dist/util/factory/sim-records-event.factory.js +47 -0
  743. package/dist/util/factory/sim-records-event.factory.js.map +1 -0
  744. package/package.json +12 -2
  745. package/dist/service/cognito/command/sim-cognito-canonical-value.d.ts +0 -28
  746. package/dist/service/cognito/command/sim-cognito-canonical-value.d.ts.map +0 -1
  747. package/dist/service/cognito/command/sim-cognito-canonical-value.js +0 -44
  748. package/dist/service/cognito/command/sim-cognito-canonical-value.js.map +0 -1
  749. package/dist/service/cognito/command/sim-cognito-unsimulated-structure.d.ts +0 -23
  750. package/dist/service/cognito/command/sim-cognito-unsimulated-structure.d.ts.map +0 -1
  751. package/dist/service/cognito/command/sim-cognito-unsimulated-structure.js +0 -38
  752. package/dist/service/cognito/command/sim-cognito-unsimulated-structure.js.map +0 -1
  753. package/dist/service/cognito/user-pool/sim-cognito-unsimulated-pool-settings.d.ts +0 -45
  754. package/dist/service/cognito/user-pool/sim-cognito-unsimulated-pool-settings.d.ts.map +0 -1
  755. package/dist/service/cognito/user-pool/sim-cognito-unsimulated-pool-settings.js +0 -46
  756. package/dist/service/cognito/user-pool/sim-cognito-unsimulated-pool-settings.js.map +0 -1
@@ -0,0 +1,86 @@
1
+ /**
2
+ * One way a pool offers to recover a forgotten password, and where it comes in
3
+ * the order they are offered.
4
+ *
5
+ * https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RecoveryOptionType.html
6
+ */
7
+ export interface SimCognitoRecoveryOptionType {
8
+ readonly Name?: string | undefined;
9
+ readonly Priority?: number | undefined;
10
+ }
11
+ /**
12
+ * The `AccountRecoverySetting` a pool can be created or updated with.
13
+ *
14
+ * https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AccountRecoverySettingType.html
15
+ */
16
+ export interface SimCognitoAccountRecoverySettingType {
17
+ readonly RecoveryMechanisms?: readonly SimCognitoRecoveryOptionType[] | undefined;
18
+ }
19
+ /**
20
+ * How a pool recovers an account whose password was forgotten.
21
+ *
22
+ * A pool records the mechanisms it was asked for and `DescribeUserPool`
23
+ * reports them back, which is how a test sees that a template's declaration
24
+ * reached the pool rather than being dropped on the way. Email-only recovery
25
+ * is the setting that goes with a pool that sends no SMS, and it is written as
26
+ * `AccountRecovery.EMAIL_ONLY` by CDK.
27
+ *
28
+ * Nothing reads the mechanisms back out. There is no `ForgotPassword` here, so
29
+ * no recovery is ever started and no mechanism is ever chosen. The refusal
30
+ * belongs at the command that would have to choose one, where it can say what
31
+ * was being attempted, rather than at the pool that named them.
32
+ *
33
+ * The setting is still held to the shape real Cognito states for it, because a
34
+ * pool created outside that shape would exist here and fail to be created on
35
+ * real AWS. A list of mechanisms carries one or two of them, each naming a
36
+ * mechanism Cognito has at a priority of one or two.
37
+ */
38
+ export declare class SimCognitoAccountRecovery {
39
+ private readonly operation;
40
+ private readonly requested;
41
+ /**
42
+ * The setting the request carried, and the operation a refusal names, which
43
+ * is `CreateUserPool` or `UpdateUserPool`.
44
+ */
45
+ constructor(requested: SimCognitoAccountRecoverySettingType | undefined, operation: string);
46
+ /**
47
+ * This setting as a described pool reports it, or nothing where the request
48
+ * named none.
49
+ *
50
+ * A pool created without one describes without it, rather than describing
51
+ * the mechanisms real Cognito would have given it. Nothing here recovers an
52
+ * account, so reporting a default would say the pool had chosen something it
53
+ * never chose.
54
+ */
55
+ toOutput(): SimCognitoAccountRecoverySettingType | undefined;
56
+ /**
57
+ * The setting copied out of the request rather than kept by reference, once
58
+ * it says what real Cognito would have accepted.
59
+ *
60
+ * The copy goes all the way down, so a described pool reports what the
61
+ * request said at the time it was made even where the caller edits the
62
+ * object afterwards to create a second pool from it.
63
+ *
64
+ * A setting naming no mechanisms at all is left alone. Real Cognito states
65
+ * `RecoveryMechanisms` as optional, and a list is only held to its bounds
66
+ * where the request wrote one.
67
+ */
68
+ private accepted;
69
+ /**
70
+ * Refuse a list of mechanisms real Cognito would refuse for its length.
71
+ *
72
+ * There are three mechanisms and a pool ranks at most two of them, so an
73
+ * empty list and a list of all three are both outside what Cognito takes.
74
+ */
75
+ private requireOneOrTwo;
76
+ /**
77
+ * Refuse a mechanism real Cognito would refuse.
78
+ */
79
+ private requireMechanism;
80
+ /**
81
+ * The refusal this setting answers with, named after the operation that
82
+ * carried it.
83
+ */
84
+ private refuse;
85
+ }
86
+ //# sourceMappingURL=sim-cognito-account-recovery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cognito-account-recovery.d.ts","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-account-recovery.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC;AAED;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACnD,QAAQ,CAAC,kBAAkB,CAAC,EACxB,SAAS,4BAA4B,EAAE,GACvC,SAAS,CAAC;CACf;AAqBD;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAAa,yBAAyB;IACpC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAS;IACnC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAmD;IAE7E;;;OAGG;IACH,YACE,SAAS,EAAE,oCAAoC,GAAG,SAAS,EAC3D,SAAS,EAAE,MAAM,EAIlB;IAED;;;;;;;;OAQG;IACH,QAAQ,IAAI,oCAAoC,GAAG,SAAS,CAM3D;IAED;;;;;;;;;;;OAWG;IACH,OAAO,CAAC,QAAQ;IAoBhB;;;;;OAKG;IACH,OAAO,CAAC,eAAe;IAavB;;OAEG;IACH,OAAO,CAAC,gBAAgB;IAuBxB;;;OAGG;IACH,OAAO,CAAC,MAAM;CAKf"}
@@ -0,0 +1,127 @@
1
+ import { SimCognitoInvalidParameterException } from "../error/sim-cognito.error.js";
2
+ /**
3
+ * The mechanisms Cognito recovers an account through.
4
+ *
5
+ * `admin_only` is the one that recovers nothing by itself: it says a user
6
+ * cannot start a recovery at all, and an administrator resets the password
7
+ * instead. CDK writes it for `AccountRecovery.NONE`.
8
+ */
9
+ const recoveryMechanismNames = [
10
+ "verified_email",
11
+ "verified_phone_number",
12
+ "admin_only",
13
+ ];
14
+ /**
15
+ * The priorities Cognito takes, which is one for the mechanism it tries first
16
+ * and two for the one it falls back to.
17
+ */
18
+ const recoveryPriorities = new Set([1, 2]);
19
+ /**
20
+ * How a pool recovers an account whose password was forgotten.
21
+ *
22
+ * A pool records the mechanisms it was asked for and `DescribeUserPool`
23
+ * reports them back, which is how a test sees that a template's declaration
24
+ * reached the pool rather than being dropped on the way. Email-only recovery
25
+ * is the setting that goes with a pool that sends no SMS, and it is written as
26
+ * `AccountRecovery.EMAIL_ONLY` by CDK.
27
+ *
28
+ * Nothing reads the mechanisms back out. There is no `ForgotPassword` here, so
29
+ * no recovery is ever started and no mechanism is ever chosen. The refusal
30
+ * belongs at the command that would have to choose one, where it can say what
31
+ * was being attempted, rather than at the pool that named them.
32
+ *
33
+ * The setting is still held to the shape real Cognito states for it, because a
34
+ * pool created outside that shape would exist here and fail to be created on
35
+ * real AWS. A list of mechanisms carries one or two of them, each naming a
36
+ * mechanism Cognito has at a priority of one or two.
37
+ */
38
+ export class SimCognitoAccountRecovery {
39
+ operation;
40
+ requested;
41
+ /**
42
+ * The setting the request carried, and the operation a refusal names, which
43
+ * is `CreateUserPool` or `UpdateUserPool`.
44
+ */
45
+ constructor(requested, operation) {
46
+ this.operation = operation;
47
+ this.requested = this.accepted(requested);
48
+ }
49
+ /**
50
+ * This setting as a described pool reports it, or nothing where the request
51
+ * named none.
52
+ *
53
+ * A pool created without one describes without it, rather than describing
54
+ * the mechanisms real Cognito would have given it. Nothing here recovers an
55
+ * account, so reporting a default would say the pool had chosen something it
56
+ * never chose.
57
+ */
58
+ toOutput() {
59
+ if (this.requested === undefined) {
60
+ return undefined;
61
+ }
62
+ return structuredClone(this.requested);
63
+ }
64
+ /**
65
+ * The setting copied out of the request rather than kept by reference, once
66
+ * it says what real Cognito would have accepted.
67
+ *
68
+ * The copy goes all the way down, so a described pool reports what the
69
+ * request said at the time it was made even where the caller edits the
70
+ * object afterwards to create a second pool from it.
71
+ *
72
+ * A setting naming no mechanisms at all is left alone. Real Cognito states
73
+ * `RecoveryMechanisms` as optional, and a list is only held to its bounds
74
+ * where the request wrote one.
75
+ */
76
+ accepted(requested) {
77
+ if (requested === undefined) {
78
+ return undefined;
79
+ }
80
+ const mechanisms = requested.RecoveryMechanisms;
81
+ if (mechanisms !== undefined) {
82
+ this.requireOneOrTwo(mechanisms);
83
+ for (const mechanism of mechanisms) {
84
+ this.requireMechanism(mechanism);
85
+ }
86
+ }
87
+ return structuredClone(requested);
88
+ }
89
+ /**
90
+ * Refuse a list of mechanisms real Cognito would refuse for its length.
91
+ *
92
+ * There are three mechanisms and a pool ranks at most two of them, so an
93
+ * empty list and a list of all three are both outside what Cognito takes.
94
+ */
95
+ requireOneOrTwo(mechanisms) {
96
+ if (mechanisms.length > 0 && mechanisms.length <= 2) {
97
+ return;
98
+ }
99
+ throw this.refuse(`RecoveryMechanisms lists ${String(mechanisms.length)} mechanisms: ` +
100
+ `Cognito takes one or two`);
101
+ }
102
+ /**
103
+ * Refuse a mechanism real Cognito would refuse.
104
+ */
105
+ requireMechanism(mechanism) {
106
+ if (mechanism.Name === undefined) {
107
+ throw this.refuse("RecoveryMechanisms has a mechanism with no Name");
108
+ }
109
+ if (!recoveryMechanismNames.includes(mechanism.Name)) {
110
+ throw this.refuse(`RecoveryMechanisms '${mechanism.Name}' is not a Cognito account ` +
111
+ `recovery mechanism: use ${recoveryMechanismNames.join(", ")}`);
112
+ }
113
+ if (mechanism.Priority === undefined ||
114
+ !recoveryPriorities.has(mechanism.Priority)) {
115
+ throw this.refuse(`RecoveryMechanisms '${mechanism.Name}' has a Priority of ` +
116
+ `${String(mechanism.Priority)}: Cognito takes 1 or 2`);
117
+ }
118
+ }
119
+ /**
120
+ * The refusal this setting answers with, named after the operation that
121
+ * carried it.
122
+ */
123
+ refuse(problem) {
124
+ return new SimCognitoInvalidParameterException(`${this.operation} AccountRecoverySetting ${problem}`);
125
+ }
126
+ }
127
+ //# sourceMappingURL=sim-cognito-account-recovery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cognito-account-recovery.js","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-account-recovery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mCAAmC,EAAE,MAAM,+BAA+B,CAAC;AAwBpF;;;;;;GAMG;AACH,MAAM,sBAAsB,GAAsB;IAChD,gBAAgB;IAChB,uBAAuB;IACvB,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,kBAAkB,GAAwB,IAAI,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAEhE;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,OAAO,yBAAyB;IACnB,SAAS,CAAS;IAClB,SAAS,CAAmD;IAE7E;;;OAGG;IACH,YACE,SAA2D,EAC3D,SAAiB;QAEjB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;IAC5C,CAAC;IAED;;;;;;;;OAQG;IACH,QAAQ;QACN,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,EAAE,CAAC;YACjC,OAAO,SAAS,CAAC;QACnB,CAAC;QAED,OAAO,eAAe,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IACzC,CAAC;IAED;;;;;;;;;;;OAWG;IACK,QAAQ,CACd,SAA2D;QAE3D,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;YAC5B,OAAO,SAAS,CAAC;QACnB,CAAC;QAED,MAAM,UAAU,GAAG,SAAS,CAAC,kBAAkB,CAAC;QAEhD,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;YAC7B,IAAI,CAAC,eAAe,CAAC,UAAU,CAAC,CAAC;YAEjC,KAAK,MAAM,SAAS,IAAI,UAAU,EAAE,CAAC;gBACnC,IAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC;YACnC,CAAC;QACH,CAAC;QAED,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;IACpC,CAAC;IAED;;;;;OAKG;IACK,eAAe,CACrB,UAAmD;QAEnD,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,IAAI,UAAU,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC;YACpD,OAAO;QACT,CAAC;QAED,MAAM,IAAI,CAAC,MAAM,CACf,4BAA4B,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,eAAe;YAClE,0BAA0B,CAC7B,CAAC;IACJ,CAAC;IAED;;OAEG;IACK,gBAAgB,CAAC,SAAuC;QAC9D,IAAI,SAAS,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,IAAI,CAAC,MAAM,CAAC,iDAAiD,CAAC,CAAC;QACvE,CAAC;QAED,IAAI,CAAC,sBAAsB,CAAC,QAAQ,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC;YACrD,MAAM,IAAI,CAAC,MAAM,CACf,uBAAuB,SAAS,CAAC,IAAI,6BAA6B;gBAChE,2BAA2B,sBAAsB,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CACjE,CAAC;QACJ,CAAC;QAED,IACE,SAAS,CAAC,QAAQ,KAAK,SAAS;YAChC,CAAC,kBAAkB,CAAC,GAAG,CAAC,SAAS,CAAC,QAAQ,CAAC,EAC3C,CAAC;YACD,MAAM,IAAI,CAAC,MAAM,CACf,uBAAuB,SAAS,CAAC,IAAI,sBAAsB;gBACzD,GAAG,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,wBAAwB,CACxD,CAAC;QACJ,CAAC;IACH,CAAC;IAED;;;OAGG;IACK,MAAM,CAAC,OAAe;QAC5B,OAAO,IAAI,mCAAmC,CAC5C,GAAG,IAAI,CAAC,SAAS,2BAA2B,OAAO,EAAE,CACtD,CAAC;IACJ,CAAC;CACF"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * One attribute a pool signs its users in by.
3
+ *
4
+ * Real Cognito holds the value a `UsernameAttributes` pool is signed in with
5
+ * to the form of the attribute it fills, and refuses a `SignUp` carrying
6
+ * anything else, so the form is checked here rather than left to reach the
7
+ * pool as a username that could never sign in.
8
+ */
9
+ export declare class SimCognitoSignInAttribute {
10
+ readonly name: string;
11
+ private readonly form;
12
+ constructor(name: string);
13
+ /**
14
+ * How a refusal names the values of this attribute.
15
+ */
16
+ get description(): string;
17
+ /**
18
+ * Whether a value is written the way this attribute's values are.
19
+ */
20
+ holds(value: string): boolean;
21
+ }
22
+ //# sourceMappingURL=sim-cognito-sign-in-attribute.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cognito-sign-in-attribute.d.ts","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-sign-in-attribute.ts"],"names":[],"mappings":"AA4BA;;;;;;;GAOG;AACH,qBAAa,yBAAyB;IACpC,SAAgB,IAAI,EAAE,MAAM,CAAC;IAC7B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAgC;IAErD,YAAY,IAAI,EAAE,MAAM,EAYvB;IAED;;OAEG;IACH,IAAI,WAAW,IAAI,MAAM,CAExB;IAED;;OAEG;IACH,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE5B;CACF"}
@@ -0,0 +1,52 @@
1
+ import { SimCognitoInvalidParameterException } from "../error/sim-cognito.error.js";
2
+ /**
3
+ * How each attribute a pool can sign users in by is written, and how a
4
+ * refusal describes it.
5
+ *
6
+ * These are the two Cognito allows in `UsernameAttributes`, and they are the
7
+ * same two it can send a confirmation code to.
8
+ */
9
+ const signInAttributeForms = new Map([
10
+ [
11
+ "email",
12
+ { description: "an email", pattern: /^[^\s@]+@[^\s@]+\.[^\s@]+$/u },
13
+ ],
14
+ [
15
+ "phone_number",
16
+ { description: "a phone number", pattern: /^\+[1-9]\d{1,14}$/u },
17
+ ],
18
+ ]);
19
+ /**
20
+ * One attribute a pool signs its users in by.
21
+ *
22
+ * Real Cognito holds the value a `UsernameAttributes` pool is signed in with
23
+ * to the form of the attribute it fills, and refuses a `SignUp` carrying
24
+ * anything else, so the form is checked here rather than left to reach the
25
+ * pool as a username that could never sign in.
26
+ */
27
+ export class SimCognitoSignInAttribute {
28
+ name;
29
+ form;
30
+ constructor(name) {
31
+ const form = signInAttributeForms.get(name);
32
+ if (form === undefined) {
33
+ throw new SimCognitoInvalidParameterException(`UsernameAttributes '${name}' is not an attribute Cognito can sign ` +
34
+ `users in by. Only ${signInAttributeForms.keys().toArray().join(" and ")} can be`);
35
+ }
36
+ this.name = name;
37
+ this.form = form;
38
+ }
39
+ /**
40
+ * How a refusal names the values of this attribute.
41
+ */
42
+ get description() {
43
+ return this.form.description;
44
+ }
45
+ /**
46
+ * Whether a value is written the way this attribute's values are.
47
+ */
48
+ holds(value) {
49
+ return this.form.pattern.test(value);
50
+ }
51
+ }
52
+ //# sourceMappingURL=sim-cognito-sign-in-attribute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cognito-sign-in-attribute.js","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-sign-in-attribute.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mCAAmC,EAAE,MAAM,+BAA+B,CAAC;AAEpF;;;;;;GAMG;AACH,MAAM,oBAAoB,GAAG,IAAI,GAAG,CAAwC;IAC1E;QACE,OAAO;QACP,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,6BAA6B,EAAE;KACpE;IACD;QACE,cAAc;QACd,EAAE,WAAW,EAAE,gBAAgB,EAAE,OAAO,EAAE,oBAAoB,EAAE;KACjE;CACF,CAAC,CAAC;AAUH;;;;;;;GAOG;AACH,MAAM,OAAO,yBAAyB;IACpB,IAAI,CAAS;IACZ,IAAI,CAAgC;IAErD,YAAY,IAAY;QACtB,MAAM,IAAI,GAAG,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAE5C,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YACvB,MAAM,IAAI,mCAAmC,CAC3C,uBAAuB,IAAI,yCAAyC;gBAClE,qBAAqB,oBAAoB,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,CACpF,CAAC;QACJ,CAAC;QAED,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAED;;OAEG;IACH,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC;IAC/B,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,KAAa;QACjB,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACvC,CAAC;CACF"}
@@ -1,12 +1,13 @@
1
+ import { SimCognitoAccountRecovery, type SimCognitoAccountRecoverySettingType } from "./sim-cognito-account-recovery.js";
1
2
  import { SimCognitoAdminCreateUserConfig, type SimCognitoAdminCreateUserConfigType } from "./sim-cognito-admin-create-user-config.js";
2
3
  import { SimCognitoAutoVerifiedAttributes } from "./sim-cognito-auto-verified-attributes.js";
3
4
  import { SimCognitoDeletionProtection } from "./sim-cognito-deletion-protection.js";
4
5
  import { SimCognitoUserPoolMfa } from "./mfa/sim-cognito-user-pool-mfa.js";
5
6
  import { SimCognitoPasswordPolicy, type SimCognitoUserPoolPoliciesType } from "./sim-cognito-password-policy.js";
6
7
  import { SimCognitoVerificationMessages, type SimCognitoVerificationMessagesType } from "./message/sim-cognito-verification-messages.js";
7
- import { SimCognitoUnsimulatedPoolSettings, type SimCognitoUnsimulatedPoolSettingsType } from "./sim-cognito-unsimulated-pool-settings.js";
8
8
  import type { SimCognitoSchemaAttributeType } from "./schema/sim-cognito-schema-attribute.js";
9
9
  import { SimCognitoUserPoolSchema } from "./schema/sim-cognito-user-pool-schema.js";
10
+ import { SimCognitoUsernameAttributes } from "./sim-cognito-username-attributes.js";
10
11
  import { SimCognitoLambdaConfig } from "./trigger/sim-cognito-lambda-config.js";
11
12
  /**
12
13
  * The pool settings a request can set, in the shape the SDK sends them.
@@ -14,7 +15,8 @@ import { SimCognitoLambdaConfig } from "./trigger/sim-cognito-lambda-config.js";
14
15
  * `CreateUserPool` and `UpdateUserPool` both carry these, which is what lets
15
16
  * an update build a pool's settings the same way a creation does.
16
17
  */
17
- export interface SimCognitoUserPoolSettingsInput extends SimCognitoUnsimulatedPoolSettingsType, SimCognitoVerificationMessagesType {
18
+ export interface SimCognitoUserPoolSettingsInput extends SimCognitoVerificationMessagesType {
19
+ readonly AccountRecoverySetting?: SimCognitoAccountRecoverySettingType | undefined;
18
20
  readonly Policies?: SimCognitoUserPoolPoliciesType | undefined;
19
21
  readonly DeletionProtection?: string | undefined;
20
22
  readonly MfaConfiguration?: string | undefined;
@@ -30,6 +32,14 @@ export interface SimCognitoUserPoolSettingsInput extends SimCognitoUnsimulatedPo
30
32
  * users written against it.
31
33
  */
32
34
  readonly Schema?: readonly SimCognitoSchemaAttributeType[] | undefined;
35
+ /**
36
+ * The attributes the pool signs its users in by, rather than by username.
37
+ *
38
+ * Only `CreateUserPool` carries it, for the same reason `Schema` is here:
39
+ * it is the pool's settings that hold it, and `UpdateUserPool` refuses one
40
+ * rather than changing how a pool with users already in it identifies them.
41
+ */
42
+ readonly UsernameAttributes?: readonly string[] | undefined;
33
43
  }
34
44
  interface SimCognitoUserPoolSettingsProperties {
35
45
  readonly input: SimCognitoUserPoolSettingsInput;
@@ -43,7 +53,8 @@ interface SimCognitoUserPoolSettingsProperties {
43
53
  * The settings of one simulated user pool that a request can change: the
44
54
  * password policy, the deletion protection, whether users may sign themselves
45
55
  * up, what confirming a sign-up verifies, the Lambda triggers the pool runs,
46
- * whether it asks for a second factor and what its messages say.
56
+ * whether it asks for a second factor, how it recovers an account and what its
57
+ * messages say.
47
58
  *
48
59
  * The pool's id, ARN and name are not among them. The first two identify the
49
60
  * pool, and renaming one is not simulated.
@@ -54,9 +65,10 @@ interface SimCognitoUserPoolSettingsProperties {
54
65
  * request, and the pool swaps to it, so a setting the update is silent about
55
66
  * goes back to its default rather than staying as it was.
56
67
  *
57
- * The schema is the exception. Only `CreateUserPool` declares one, so an
58
- * update takes on the schema of the settings it replaces rather than dropping
59
- * the pool back to the standard attributes.
68
+ * The schema and the attributes the pool signs users in by are the
69
+ * exceptions. Only `CreateUserPool` declares either, so an update takes both
70
+ * on from the settings it replaces rather than dropping the pool back to the
71
+ * standard attributes and to signing in by username.
60
72
  */
61
73
  export declare class SimCognitoUserPoolSettings {
62
74
  #private;
@@ -84,10 +96,10 @@ export declare class SimCognitoUserPoolSettings {
84
96
  */
85
97
  readonly verificationMessages: SimCognitoVerificationMessages;
86
98
  /**
87
- * What the request set that nothing here acts on, kept so a described pool
88
- * reports it.
99
+ * How the pool recovers an account whose password was forgotten, kept so a
100
+ * described pool reports it. Nothing here starts a recovery.
89
101
  */
90
- readonly unsimulated: SimCognitoUnsimulatedPoolSettings;
102
+ readonly accountRecovery: SimCognitoAccountRecovery;
91
103
  constructor(properties: SimCognitoUserPoolSettingsProperties);
92
104
  /**
93
105
  * The attributes the pool holds on its users: the standard ones, and the
@@ -95,14 +107,21 @@ export declare class SimCognitoUserPoolSettings {
95
107
  */
96
108
  get schema(): SimCognitoUserPoolSchema;
97
109
  /**
98
- * Take on the schema of the settings this set replaces.
110
+ * The attributes the pool signs its users in by, from its
111
+ * `UsernameAttributes`. A pool created without any signs users in by
112
+ * username.
113
+ */
114
+ get usernameAttributes(): SimCognitoUsernameAttributes;
115
+ /**
116
+ * Take on the settings only a creation declares from the ones this set
117
+ * replaces: the pool's schema, and what it signs its users in by.
99
118
  *
100
- * `UpdateUserPool` has no `Schema` input on real Cognito, so an update
101
- * changes nothing about the attributes a pool holds. Carrying the schema
102
- * across is what keeps that true here, where an update otherwise replaces
103
- * every setting with the default of the one it left out.
119
+ * Real `UpdateUserPool` has neither input, so an update changes nothing
120
+ * about the attributes a pool holds or how it identifies its users.
121
+ * Carrying them across is what keeps that true here, where an update
122
+ * otherwise replaces every setting with the default of the one it left out.
104
123
  */
105
- keepSchemaOf(replaced: SimCognitoUserPoolSettings): void;
124
+ keepCreationSettingsOf(replaced: SimCognitoUserPoolSettings): void;
106
125
  }
107
126
  export {};
108
127
  //# sourceMappingURL=sim-cognito-user-pool-settings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cognito-user-pool-settings.d.ts","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-user-pool-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,+BAA+B,EAC/B,KAAK,mCAAmC,EACzC,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAC;AAC7F,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AAEpF,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EACL,wBAAwB,EACxB,KAAK,8BAA8B,EACpC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,8BAA8B,EAC9B,KAAK,kCAAkC,EACxC,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,iCAAiC,EACjC,KAAK,qCAAqC,EAC3C,MAAM,4CAA4C,CAAC;AACpD,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAEhF;;;;;GAKG;AACH,MAAM,WAAW,+BACf,SACE,qCAAqC,EACrC,kCAAkC;IACpC,QAAQ,CAAC,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAC/D,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjD,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/C,QAAQ,CAAC,qBAAqB,CAAC,EAC3B,mCAAmC,GACnC,SAAS,CAAC;IACd,QAAQ,CAAC,sBAAsB,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,CAAC;IAChE,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3C;;;;;;;OAOG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAS,6BAA6B,EAAE,GAAG,SAAS,CAAC;CACxE;AAED,UAAU,oCAAoC;IAC5C,QAAQ,CAAC,KAAK,EAAE,+BAA+B,CAAC;IAEhD;;;OAGG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC5B;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAAa,0BAA0B;;IACrC,SAAgB,cAAc,EAAE,wBAAwB,CAAC;IACzD,SAAgB,kBAAkB,EAAE,4BAA4B,CAAC;IACjE,SAAgB,qBAAqB,EAAE,+BAA+B,CAAC;IACvE,SAAgB,sBAAsB,EAAE,gCAAgC,CAAC;IAEzE;;OAEG;IACH,SAAgB,YAAY,EAAE,sBAAsB,CAAC;IAErD;;;;;;;;;OASG;IACH,SAAgB,GAAG,EAAE,qBAAqB,CAAC;IAE3C;;OAEG;IACH,SAAgB,oBAAoB,EAAE,8BAA8B,CAAC;IAErE;;;OAGG;IACH,SAAgB,WAAW,EAAE,iCAAiC,CAAC;IAI/D,YAAY,UAAU,EAAE,oCAAoC,EAyB3D;IAED;;;OAGG;IACH,IAAI,MAAM,IAAI,wBAAwB,CAErC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,QAAQ,EAAE,0BAA0B,GAAG,IAAI,CAEvD;CACF"}
1
+ {"version":3,"file":"sim-cognito-user-pool-settings.d.ts","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-user-pool-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,KAAK,oCAAoC,EAC1C,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,+BAA+B,EAC/B,KAAK,mCAAmC,EACzC,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAC;AAC7F,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AAEpF,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EACL,wBAAwB,EACxB,KAAK,8BAA8B,EACpC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,8BAA8B,EAC9B,KAAK,kCAAkC,EACxC,MAAM,gDAAgD,CAAC;AACxD,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAEhF;;;;;GAKG;AACH,MAAM,WAAW,+BAAgC,SAAQ,kCAAkC;IACzF,QAAQ,CAAC,sBAAsB,CAAC,EAC5B,oCAAoC,GACpC,SAAS,CAAC;IACd,QAAQ,CAAC,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAC/D,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjD,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/C,QAAQ,CAAC,qBAAqB,CAAC,EAC3B,mCAAmC,GACnC,SAAS,CAAC;IACd,QAAQ,CAAC,sBAAsB,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,CAAC;IAChE,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3C;;;;;;;OAOG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAS,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAEvE;;;;;;OAMG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,CAAC;CAC7D;AAED,UAAU,oCAAoC;IAC5C,QAAQ,CAAC,KAAK,EAAE,+BAA+B,CAAC;IAEhD;;;OAGG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC5B;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAAa,0BAA0B;;IACrC,SAAgB,cAAc,EAAE,wBAAwB,CAAC;IACzD,SAAgB,kBAAkB,EAAE,4BAA4B,CAAC;IACjE,SAAgB,qBAAqB,EAAE,+BAA+B,CAAC;IACvE,SAAgB,sBAAsB,EAAE,gCAAgC,CAAC;IAEzE;;OAEG;IACH,SAAgB,YAAY,EAAE,sBAAsB,CAAC;IAErD;;;;;;;;;OASG;IACH,SAAgB,GAAG,EAAE,qBAAqB,CAAC;IAE3C;;OAEG;IACH,SAAgB,oBAAoB,EAAE,8BAA8B,CAAC;IAErE;;;OAGG;IACH,SAAgB,eAAe,EAAE,yBAAyB,CAAC;IAK3D,YAAY,UAAU,EAAE,oCAAoC,EA+B3D;IAED;;;OAGG;IACH,IAAI,MAAM,IAAI,wBAAwB,CAErC;IAED;;;;OAIG;IACH,IAAI,kBAAkB,IAAI,4BAA4B,CAErD;IAED;;;;;;;;OAQG;IACH,sBAAsB,CAAC,QAAQ,EAAE,0BAA0B,GAAG,IAAI,CAGjE;CACF"}
@@ -1,3 +1,4 @@
1
+ import { SimCognitoAccountRecovery, } from "./sim-cognito-account-recovery.js";
1
2
  import { SimCognitoAdminCreateUserConfig, } from "./sim-cognito-admin-create-user-config.js";
2
3
  import { SimCognitoAutoVerifiedAttributes } from "./sim-cognito-auto-verified-attributes.js";
3
4
  import { SimCognitoDeletionProtection } from "./sim-cognito-deletion-protection.js";
@@ -5,14 +6,15 @@ import { SimCognitoMfaConfiguration } from "./mfa/sim-cognito-mfa-configuration.
5
6
  import { SimCognitoUserPoolMfa } from "./mfa/sim-cognito-user-pool-mfa.js";
6
7
  import { SimCognitoPasswordPolicy, } from "./sim-cognito-password-policy.js";
7
8
  import { SimCognitoVerificationMessages, } from "./message/sim-cognito-verification-messages.js";
8
- import { SimCognitoUnsimulatedPoolSettings, } from "./sim-cognito-unsimulated-pool-settings.js";
9
9
  import { SimCognitoUserPoolSchema } from "./schema/sim-cognito-user-pool-schema.js";
10
+ import { SimCognitoUsernameAttributes } from "./sim-cognito-username-attributes.js";
10
11
  import { SimCognitoLambdaConfig } from "./trigger/sim-cognito-lambda-config.js";
11
12
  /**
12
13
  * The settings of one simulated user pool that a request can change: the
13
14
  * password policy, the deletion protection, whether users may sign themselves
14
15
  * up, what confirming a sign-up verifies, the Lambda triggers the pool runs,
15
- * whether it asks for a second factor and what its messages say.
16
+ * whether it asks for a second factor, how it recovers an account and what its
17
+ * messages say.
16
18
  *
17
19
  * The pool's id, ARN and name are not among them. The first two identify the
18
20
  * pool, and renaming one is not simulated.
@@ -23,9 +25,10 @@ import { SimCognitoLambdaConfig } from "./trigger/sim-cognito-lambda-config.js";
23
25
  * request, and the pool swaps to it, so a setting the update is silent about
24
26
  * goes back to its default rather than staying as it was.
25
27
  *
26
- * The schema is the exception. Only `CreateUserPool` declares one, so an
27
- * update takes on the schema of the settings it replaces rather than dropping
28
- * the pool back to the standard attributes.
28
+ * The schema and the attributes the pool signs users in by are the
29
+ * exceptions. Only `CreateUserPool` declares either, so an update takes both
30
+ * on from the settings it replaces rather than dropping the pool back to the
31
+ * standard attributes and to signing in by username.
29
32
  */
30
33
  export class SimCognitoUserPoolSettings {
31
34
  passwordPolicy;
@@ -52,11 +55,12 @@ export class SimCognitoUserPoolSettings {
52
55
  */
53
56
  verificationMessages;
54
57
  /**
55
- * What the request set that nothing here acts on, kept so a described pool
56
- * reports it.
58
+ * How the pool recovers an account whose password was forgotten, kept so a
59
+ * described pool reports it. Nothing here starts a recovery.
57
60
  */
58
- unsimulated;
61
+ accountRecovery;
59
62
  #schema;
63
+ #usernameAttributes;
60
64
  constructor(properties) {
61
65
  const { input, operation } = properties;
62
66
  this.passwordPolicy = new SimCognitoPasswordPolicy(input.Policies?.PasswordPolicy);
@@ -66,8 +70,9 @@ export class SimCognitoUserPoolSettings {
66
70
  this.lambdaConfig = new SimCognitoLambdaConfig(input.LambdaConfig, operation);
67
71
  this.mfa = new SimCognitoUserPoolMfa(new SimCognitoMfaConfiguration(input.MfaConfiguration));
68
72
  this.verificationMessages = new SimCognitoVerificationMessages(input);
69
- this.unsimulated = new SimCognitoUnsimulatedPoolSettings(input);
73
+ this.accountRecovery = new SimCognitoAccountRecovery(input.AccountRecoverySetting, operation);
70
74
  this.#schema = new SimCognitoUserPoolSchema(input.Schema);
75
+ this.#usernameAttributes = new SimCognitoUsernameAttributes(input.UsernameAttributes);
71
76
  }
72
77
  /**
73
78
  * The attributes the pool holds on its users: the standard ones, and the
@@ -77,15 +82,25 @@ export class SimCognitoUserPoolSettings {
77
82
  return this.#schema;
78
83
  }
79
84
  /**
80
- * Take on the schema of the settings this set replaces.
85
+ * The attributes the pool signs its users in by, from its
86
+ * `UsernameAttributes`. A pool created without any signs users in by
87
+ * username.
88
+ */
89
+ get usernameAttributes() {
90
+ return this.#usernameAttributes;
91
+ }
92
+ /**
93
+ * Take on the settings only a creation declares from the ones this set
94
+ * replaces: the pool's schema, and what it signs its users in by.
81
95
  *
82
- * `UpdateUserPool` has no `Schema` input on real Cognito, so an update
83
- * changes nothing about the attributes a pool holds. Carrying the schema
84
- * across is what keeps that true here, where an update otherwise replaces
85
- * every setting with the default of the one it left out.
96
+ * Real `UpdateUserPool` has neither input, so an update changes nothing
97
+ * about the attributes a pool holds or how it identifies its users.
98
+ * Carrying them across is what keeps that true here, where an update
99
+ * otherwise replaces every setting with the default of the one it left out.
86
100
  */
87
- keepSchemaOf(replaced) {
101
+ keepCreationSettingsOf(replaced) {
88
102
  this.#schema = replaced.schema;
103
+ this.#usernameAttributes = replaced.usernameAttributes;
89
104
  }
90
105
  }
91
106
  //# sourceMappingURL=sim-cognito-user-pool-settings.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cognito-user-pool-settings.js","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-user-pool-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,+BAA+B,GAEhC,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAC;AAC7F,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACpF,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EACL,wBAAwB,GAEzB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,8BAA8B,GAE/B,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,iCAAiC,GAElC,MAAM,4CAA4C,CAAC;AAEpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AA0ChF;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,OAAO,0BAA0B;IACrB,cAAc,CAA2B;IACzC,kBAAkB,CAA+B;IACjD,qBAAqB,CAAkC;IACvD,sBAAsB,CAAmC;IAEzE;;OAEG;IACa,YAAY,CAAyB;IAErD;;;;;;;;;OASG;IACa,GAAG,CAAwB;IAE3C;;OAEG;IACa,oBAAoB,CAAiC;IAErE;;;OAGG;IACa,WAAW,CAAoC;IAE/D,OAAO,CAA2B;IAElC,YAAY,UAAgD;QAC1D,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,UAAU,CAAC;QAExC,IAAI,CAAC,cAAc,GAAG,IAAI,wBAAwB,CAChD,KAAK,CAAC,QAAQ,EAAE,cAAc,CAC/B,CAAC;QACF,IAAI,CAAC,kBAAkB,GAAG,IAAI,4BAA4B,CACxD,KAAK,CAAC,kBAAkB,CACzB,CAAC;QACF,IAAI,CAAC,qBAAqB,GAAG,IAAI,+BAA+B,CAC9D,KAAK,CAAC,qBAAqB,CAC5B,CAAC;QACF,IAAI,CAAC,sBAAsB,GAAG,IAAI,gCAAgC,CAChE,KAAK,CAAC,sBAAsB,CAC7B,CAAC;QACF,IAAI,CAAC,YAAY,GAAG,IAAI,sBAAsB,CAC5C,KAAK,CAAC,YAAY,EAClB,SAAS,CACV,CAAC;QACF,IAAI,CAAC,GAAG,GAAG,IAAI,qBAAqB,CAClC,IAAI,0BAA0B,CAAC,KAAK,CAAC,gBAAgB,CAAC,CACvD,CAAC;QACF,IAAI,CAAC,oBAAoB,GAAG,IAAI,8BAA8B,CAAC,KAAK,CAAC,CAAC;QACtE,IAAI,CAAC,WAAW,GAAG,IAAI,iCAAiC,CAAC,KAAK,CAAC,CAAC;QAChE,IAAI,CAAC,OAAO,GAAG,IAAI,wBAAwB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5D,CAAC;IAED;;;OAGG;IACH,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,OAAO,CAAC;IACtB,CAAC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,QAAoC;QAC/C,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC,MAAM,CAAC;IACjC,CAAC;CACF"}
1
+ {"version":3,"file":"sim-cognito-user-pool-settings.js","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-user-pool-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,GAE1B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,+BAA+B,GAEhC,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAC;AAC7F,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACpF,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EACL,wBAAwB,GAEzB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,8BAA8B,GAE/B,MAAM,gDAAgD,CAAC;AAExD,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAmDhF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,OAAO,0BAA0B;IACrB,cAAc,CAA2B;IACzC,kBAAkB,CAA+B;IACjD,qBAAqB,CAAkC;IACvD,sBAAsB,CAAmC;IAEzE;;OAEG;IACa,YAAY,CAAyB;IAErD;;;;;;;;;OASG;IACa,GAAG,CAAwB;IAE3C;;OAEG;IACa,oBAAoB,CAAiC;IAErE;;;OAGG;IACa,eAAe,CAA4B;IAE3D,OAAO,CAA2B;IAClC,mBAAmB,CAA+B;IAElD,YAAY,UAAgD;QAC1D,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,UAAU,CAAC;QAExC,IAAI,CAAC,cAAc,GAAG,IAAI,wBAAwB,CAChD,KAAK,CAAC,QAAQ,EAAE,cAAc,CAC/B,CAAC;QACF,IAAI,CAAC,kBAAkB,GAAG,IAAI,4BAA4B,CACxD,KAAK,CAAC,kBAAkB,CACzB,CAAC;QACF,IAAI,CAAC,qBAAqB,GAAG,IAAI,+BAA+B,CAC9D,KAAK,CAAC,qBAAqB,CAC5B,CAAC;QACF,IAAI,CAAC,sBAAsB,GAAG,IAAI,gCAAgC,CAChE,KAAK,CAAC,sBAAsB,CAC7B,CAAC;QACF,IAAI,CAAC,YAAY,GAAG,IAAI,sBAAsB,CAC5C,KAAK,CAAC,YAAY,EAClB,SAAS,CACV,CAAC;QACF,IAAI,CAAC,GAAG,GAAG,IAAI,qBAAqB,CAClC,IAAI,0BAA0B,CAAC,KAAK,CAAC,gBAAgB,CAAC,CACvD,CAAC;QACF,IAAI,CAAC,oBAAoB,GAAG,IAAI,8BAA8B,CAAC,KAAK,CAAC,CAAC;QACtE,IAAI,CAAC,eAAe,GAAG,IAAI,yBAAyB,CAClD,KAAK,CAAC,sBAAsB,EAC5B,SAAS,CACV,CAAC;QACF,IAAI,CAAC,OAAO,GAAG,IAAI,wBAAwB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAC1D,IAAI,CAAC,mBAAmB,GAAG,IAAI,4BAA4B,CACzD,KAAK,CAAC,kBAAkB,CACzB,CAAC;IACJ,CAAC;IAED;;;OAGG;IACH,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,OAAO,CAAC;IACtB,CAAC;IAED;;;;OAIG;IACH,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,mBAAmB,CAAC;IAClC,CAAC;IAED;;;;;;;;OAQG;IACH,sBAAsB,CAAC,QAAoC;QACzD,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC,MAAM,CAAC;QAC/B,IAAI,CAAC,mBAAmB,GAAG,QAAQ,CAAC,kBAAkB,CAAC;IACzD,CAAC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cognito-user-pool.d.ts","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-user-pool.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sim-cognito-user-pool.d.ts","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-user-pool.ts"],"names":[],"mappings":"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"}
@@ -30,7 +30,7 @@ export class SimCognitoUserPool {
30
30
  messages = new SimCognitoSentMessageStore();
31
31
  clock;
32
32
  clientStore = new SimCognitoUserPoolClientStore();
33
- userStore = new SimCognitoUserStore();
33
+ userStore;
34
34
  groupStore = new SimCognitoGroupStore();
35
35
  keys = new SimCognitoPoolKeys();
36
36
  #settings;
@@ -40,6 +40,7 @@ export class SimCognitoUserPool {
40
40
  this.arn = properties.arn;
41
41
  this.name = properties.name.value;
42
42
  this.#settings = properties.settings;
43
+ this.userStore = new SimCognitoUserStore(properties.settings.usernameAttributes);
43
44
  this.clock = properties.clock;
44
45
  this.creationDate = this.clock.now();
45
46
  this.#modifiedDate = this.creationDate;
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cognito-user-pool.js","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-user-pool.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sim-cognito-user-pool.js","sourceRoot":"","sources":["../../../../src/service/cognito/user-pool/sim-cognito-user-pool.ts"],"names":[],"mappings":"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"}