@kensio/yulin 0.42.0 → 0.44.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 (872) hide show
  1. package/README.md +1 -0
  2. package/dist/sdk/router/resolve-sim-sdk-command-router.d.ts.map +1 -1
  3. package/dist/sdk/router/resolve-sim-sdk-command-router.js +3 -0
  4. package/dist/sdk/router/resolve-sim-sdk-command-router.js.map +1 -1
  5. package/dist/serve/controller/factory/sim-aws-service-controller-factory.d.ts.map +1 -1
  6. package/dist/serve/controller/factory/sim-aws-service-controller-factory.js +4 -0
  7. package/dist/serve/controller/factory/sim-aws-service-controller-factory.js.map +1 -1
  8. package/dist/serve/controller/sim-aws-service-signing-name.d.ts.map +1 -1
  9. package/dist/serve/controller/sim-aws-service-signing-name.js +3 -0
  10. package/dist/serve/controller/sim-aws-service-signing-name.js.map +1 -1
  11. package/dist/serve/controller/sim-service-controller.d.ts +1 -1
  12. package/dist/serve/controller/sim-service-controller.d.ts.map +1 -1
  13. package/dist/serve/controller/sim-service-controller.js.map +1 -1
  14. package/dist/serve/http/url/sim-aws-local-url.d.ts.map +1 -1
  15. package/dist/serve/http/url/sim-aws-local-url.js +1 -0
  16. package/dist/serve/http/url/sim-aws-local-url.js.map +1 -1
  17. package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts +112 -0
  18. package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts.map +1 -0
  19. package/dist/service/aws/factory/sim-aws-account-region-service-builder.js +196 -0
  20. package/dist/service/aws/factory/sim-aws-account-region-service-builder.js.map +1 -0
  21. package/dist/service/aws/factory/sim-aws-account-service-cache.d.ts +2 -1
  22. package/dist/service/aws/factory/sim-aws-account-service-cache.d.ts.map +1 -1
  23. package/dist/service/aws/factory/sim-aws-account-service-cache.js +2 -1
  24. package/dist/service/aws/factory/sim-aws-account-service-cache.js.map +1 -1
  25. package/dist/service/aws/factory/sim-aws-request-auth-wiring.d.ts +45 -0
  26. package/dist/service/aws/factory/sim-aws-request-auth-wiring.d.ts.map +1 -0
  27. package/dist/service/aws/factory/sim-aws-request-auth-wiring.js +51 -0
  28. package/dist/service/aws/factory/sim-aws-request-auth-wiring.js.map +1 -0
  29. package/dist/service/aws/factory/sim-aws-scoped-service-registries.d.ts +7 -0
  30. package/dist/service/aws/factory/sim-aws-scoped-service-registries.d.ts.map +1 -1
  31. package/dist/service/aws/factory/sim-aws-scoped-service-registries.js +7 -0
  32. package/dist/service/aws/factory/sim-aws-scoped-service-registries.js.map +1 -1
  33. package/dist/service/aws/factory/sim-aws-service-factory.d.ts +32 -74
  34. package/dist/service/aws/factory/sim-aws-service-factory.d.ts.map +1 -1
  35. package/dist/service/aws/factory/sim-aws-service-factory.js +46 -162
  36. package/dist/service/aws/factory/sim-aws-service-factory.js.map +1 -1
  37. package/dist/service/aws/sim-aws-account-region-scope.d.ts +5 -0
  38. package/dist/service/aws/sim-aws-account-region-scope.d.ts.map +1 -1
  39. package/dist/service/aws/sim-aws-account-region-scope.factory.d.ts +1 -1
  40. package/dist/service/aws/sim-aws-account-region-scope.factory.d.ts.map +1 -1
  41. package/dist/service/aws/sim-aws-account-region-scope.js +6 -0
  42. package/dist/service/aws/sim-aws-account-region-scope.js.map +1 -1
  43. package/dist/service/aws/sim-aws-request-authentication.d.ts +3 -3
  44. package/dist/service/aws/sim-aws-request-authentication.d.ts.map +1 -1
  45. package/dist/service/aws/sim-aws-request-authentication.js +4 -4
  46. package/dist/service/aws/sim-aws-request-authentication.js.map +1 -1
  47. package/dist/service/aws/sim-aws.d.ts +3 -0
  48. package/dist/service/aws/sim-aws.d.ts.map +1 -1
  49. package/dist/service/aws/sim-aws.js +5 -1
  50. package/dist/service/aws/sim-aws.js.map +1 -1
  51. package/dist/service/cloudformation/resource/cfn/cloudfront/sim-cff-cfn.factory.d.ts +1 -1
  52. package/dist/service/cloudformation/resource/cfn/cloudfront/sim-cff-cfn.factory.d.ts.map +1 -1
  53. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-cfn-value-adapter.d.ts +6 -0
  54. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-cfn-value-adapter.d.ts.map +1 -0
  55. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-cfn-value-adapter.js +25 -0
  56. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-cfn-value-adapter.js.map +1 -0
  57. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-cfn.d.ts +30 -0
  58. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-cfn.d.ts.map +1 -0
  59. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-cfn.js +45 -0
  60. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-cfn.js.map +1 -0
  61. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-client-cfn.d.ts +30 -0
  62. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-client-cfn.d.ts.map +1 -0
  63. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-client-cfn.js +32 -0
  64. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-client-cfn.js.map +1 -0
  65. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-group-cfn.d.ts +25 -0
  66. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-group-cfn.d.ts.map +1 -0
  67. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-group-cfn.js +24 -0
  68. package/dist/service/cloudformation/resource/cfn/cognito/sim-cognito-user-pool-group-cfn.js.map +1 -0
  69. package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-cfn-value-adapter.d.ts.map +1 -1
  70. package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-cfn-value-adapter.js +8 -0
  71. package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-cfn-value-adapter.js.map +1 -1
  72. package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-event-source-mapping-cfn.d.ts +28 -0
  73. package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-event-source-mapping-cfn.d.ts.map +1 -0
  74. package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-event-source-mapping-cfn.js +33 -0
  75. package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-event-source-mapping-cfn.js.map +1 -0
  76. package/dist/service/cloudformation/resource/cfn/sim-cfn-resource-value-adapter.d.ts.map +1 -1
  77. package/dist/service/cloudformation/resource/cfn/sim-cfn-resource-value-adapter.js +4 -0
  78. package/dist/service/cloudformation/resource/cfn/sim-cfn-resource-value-adapter.js.map +1 -1
  79. package/dist/service/cloudformation/resource/cfn/sqs/sim-sqs-cfn-value-adapter.d.ts +6 -0
  80. package/dist/service/cloudformation/resource/cfn/sqs/sim-sqs-cfn-value-adapter.d.ts.map +1 -0
  81. package/dist/service/cloudformation/resource/cfn/sqs/sim-sqs-cfn-value-adapter.js +13 -0
  82. package/dist/service/cloudformation/resource/cfn/sqs/sim-sqs-cfn-value-adapter.js.map +1 -0
  83. package/dist/service/cloudformation/resource/cfn/sqs/sim-sqs-queue-cfn.d.ts +28 -0
  84. package/dist/service/cloudformation/resource/cfn/sqs/sim-sqs-queue-cfn.d.ts.map +1 -0
  85. package/dist/service/cloudformation/resource/cfn/sqs/sim-sqs-queue-cfn.js +40 -0
  86. package/dist/service/cloudformation/resource/cfn/sqs/sim-sqs-queue-cfn.js.map +1 -0
  87. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-resolver.d.ts.map +1 -1
  88. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-resolver.js +6 -0
  89. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-resolver.js.map +1 -1
  90. package/dist/service/cloudformation/resource/sim-cfn-resource.d.ts +3 -0
  91. package/dist/service/cloudformation/resource/sim-cfn-resource.d.ts.map +1 -1
  92. package/dist/service/cloudformation/resource/sim-cfn-resource.factory.d.ts +1 -1
  93. package/dist/service/cloudformation/resource/sim-cfn-resource.factory.d.ts.map +1 -1
  94. package/dist/service/cloudformation/resource/sim-cfn-resource.js +4 -1
  95. package/dist/service/cloudformation/resource/sim-cfn-resource.js.map +1 -1
  96. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.d.ts.map +1 -1
  97. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.js +1 -0
  98. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.js.map +1 -1
  99. package/dist/service/cloudfront/distribution/sim-cf-distro-config.factory.d.ts +1 -1
  100. package/dist/service/cloudfront/distribution/sim-cf-distro-config.factory.d.ts.map +1 -1
  101. package/dist/service/cloudfront/factory/cloudfront-functions.factory.d.ts +4 -4
  102. package/dist/service/cloudfront/factory/cloudfront-functions.factory.d.ts.map +1 -1
  103. package/dist/service/cognito/cfn/client/sim-cfn-cognito-client-creator.d.ts +25 -0
  104. package/dist/service/cognito/cfn/client/sim-cfn-cognito-client-creator.d.ts.map +1 -0
  105. package/dist/service/cognito/cfn/client/sim-cfn-cognito-client-creator.js +36 -0
  106. package/dist/service/cognito/cfn/client/sim-cfn-cognito-client-creator.js.map +1 -0
  107. package/dist/service/cognito/cfn/client/sim-cfn-cognito-client-properties.d.ts +35 -0
  108. package/dist/service/cognito/cfn/client/sim-cfn-cognito-client-properties.d.ts.map +1 -0
  109. package/dist/service/cognito/cfn/client/sim-cfn-cognito-client-properties.js +88 -0
  110. package/dist/service/cognito/cfn/client/sim-cfn-cognito-client-properties.js.map +1 -0
  111. package/dist/service/cognito/cfn/group/sim-cfn-cognito-group-creator.d.ts +24 -0
  112. package/dist/service/cognito/cfn/group/sim-cfn-cognito-group-creator.d.ts.map +1 -0
  113. package/dist/service/cognito/cfn/group/sim-cfn-cognito-group-creator.js +34 -0
  114. package/dist/service/cognito/cfn/group/sim-cfn-cognito-group-creator.js.map +1 -0
  115. package/dist/service/cognito/cfn/group/sim-cfn-cognito-group-properties.d.ts +32 -0
  116. package/dist/service/cognito/cfn/group/sim-cfn-cognito-group-properties.d.ts.map +1 -0
  117. package/dist/service/cognito/cfn/group/sim-cfn-cognito-group-properties.js +55 -0
  118. package/dist/service/cognito/cfn/group/sim-cfn-cognito-group-properties.js.map +1 -0
  119. package/dist/service/cognito/cfn/sim-cfn-cognito-property-parser.d.ts +52 -0
  120. package/dist/service/cognito/cfn/sim-cfn-cognito-property-parser.d.ts.map +1 -0
  121. package/dist/service/cognito/cfn/sim-cfn-cognito-property-parser.js +77 -0
  122. package/dist/service/cognito/cfn/sim-cfn-cognito-property-parser.js.map +1 -0
  123. package/dist/service/cognito/cfn/sim-cfn-cognito-resource-factory.d.ts +25 -0
  124. package/dist/service/cognito/cfn/sim-cfn-cognito-resource-factory.d.ts.map +1 -0
  125. package/dist/service/cognito/cfn/sim-cfn-cognito-resource-factory.js +42 -0
  126. package/dist/service/cognito/cfn/sim-cfn-cognito-resource-factory.js.map +1 -0
  127. package/dist/service/cognito/cfn/sim-cfn-cognito-value-parser.d.ts +51 -0
  128. package/dist/service/cognito/cfn/sim-cfn-cognito-value-parser.d.ts.map +1 -0
  129. package/dist/service/cognito/cfn/sim-cfn-cognito-value-parser.js +87 -0
  130. package/dist/service/cognito/cfn/sim-cfn-cognito-value-parser.js.map +1 -0
  131. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-password-policy.d.ts +28 -0
  132. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-password-policy.d.ts.map +1 -0
  133. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-password-policy.js +53 -0
  134. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-password-policy.js.map +1 -0
  135. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-policies.d.ts +27 -0
  136. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-policies.d.ts.map +1 -0
  137. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-policies.js +41 -0
  138. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-policies.js.map +1 -0
  139. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-sign-in-policy.d.ts +25 -0
  140. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-sign-in-policy.d.ts.map +1 -0
  141. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-sign-in-policy.js +32 -0
  142. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-sign-in-policy.js.map +1 -0
  143. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-creator.d.ts +26 -0
  144. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-creator.d.ts.map +1 -0
  145. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-creator.js +33 -0
  146. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-creator.js.map +1 -0
  147. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-properties.d.ts +31 -0
  148. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-properties.d.ts.map +1 -0
  149. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-properties.js +60 -0
  150. package/dist/service/cognito/cfn/user-pool/sim-cfn-cognito-user-pool-properties.js.map +1 -0
  151. package/dist/service/cognito/command/auth/auth.command.d.ts +162 -0
  152. package/dist/service/cognito/command/auth/auth.command.d.ts.map +1 -0
  153. package/dist/service/cognito/command/auth/auth.command.js +2 -0
  154. package/dist/service/cognito/command/auth/auth.command.js.map +1 -0
  155. package/dist/service/cognito/command/auth/sim-cognito-admin-initiate-auth.d.ts +32 -0
  156. package/dist/service/cognito/command/auth/sim-cognito-admin-initiate-auth.d.ts.map +1 -0
  157. package/dist/service/cognito/command/auth/sim-cognito-admin-initiate-auth.js +37 -0
  158. package/dist/service/cognito/command/auth/sim-cognito-admin-initiate-auth.js.map +1 -0
  159. package/dist/service/cognito/command/auth/sim-cognito-admin-respond-to-challenge.d.ts +29 -0
  160. package/dist/service/cognito/command/auth/sim-cognito-admin-respond-to-challenge.d.ts.map +1 -0
  161. package/dist/service/cognito/command/auth/sim-cognito-admin-respond-to-challenge.js +34 -0
  162. package/dist/service/cognito/command/auth/sim-cognito-admin-respond-to-challenge.js.map +1 -0
  163. package/dist/service/cognito/command/auth/sim-cognito-auth-challenge.d.ts +12 -0
  164. package/dist/service/cognito/command/auth/sim-cognito-auth-challenge.d.ts.map +1 -0
  165. package/dist/service/cognito/command/auth/sim-cognito-auth-challenge.js +20 -0
  166. package/dist/service/cognito/command/auth/sim-cognito-auth-challenge.js.map +1 -0
  167. package/dist/service/cognito/command/auth/sim-cognito-auth-commands.d.ts +31 -0
  168. package/dist/service/cognito/command/auth/sim-cognito-auth-commands.d.ts.map +1 -0
  169. package/dist/service/cognito/command/auth/sim-cognito-auth-commands.js +63 -0
  170. package/dist/service/cognito/command/auth/sim-cognito-auth-commands.js.map +1 -0
  171. package/dist/service/cognito/command/auth/sim-cognito-auth-flow-runner.d.ts +26 -0
  172. package/dist/service/cognito/command/auth/sim-cognito-auth-flow-runner.d.ts.map +1 -0
  173. package/dist/service/cognito/command/auth/sim-cognito-auth-flow-runner.js +25 -0
  174. package/dist/service/cognito/command/auth/sim-cognito-auth-flow-runner.js.map +1 -0
  175. package/dist/service/cognito/command/auth/sim-cognito-auth-flow.d.ts +42 -0
  176. package/dist/service/cognito/command/auth/sim-cognito-auth-flow.d.ts.map +1 -0
  177. package/dist/service/cognito/command/auth/sim-cognito-auth-flow.js +52 -0
  178. package/dist/service/cognito/command/auth/sim-cognito-auth-flow.js.map +1 -0
  179. package/dist/service/cognito/command/auth/sim-cognito-auth-flows.d.ts +48 -0
  180. package/dist/service/cognito/command/auth/sim-cognito-auth-flows.d.ts.map +1 -0
  181. package/dist/service/cognito/command/auth/sim-cognito-auth-flows.js +79 -0
  182. package/dist/service/cognito/command/auth/sim-cognito-auth-flows.js.map +1 -0
  183. package/dist/service/cognito/command/auth/sim-cognito-auth-parameters.d.ts +21 -0
  184. package/dist/service/cognito/command/auth/sim-cognito-auth-parameters.d.ts.map +1 -0
  185. package/dist/service/cognito/command/auth/sim-cognito-auth-parameters.js +33 -0
  186. package/dist/service/cognito/command/auth/sim-cognito-auth-parameters.js.map +1 -0
  187. package/dist/service/cognito/command/auth/sim-cognito-auth-resolver.d.ts +61 -0
  188. package/dist/service/cognito/command/auth/sim-cognito-auth-resolver.d.ts.map +1 -0
  189. package/dist/service/cognito/command/auth/sim-cognito-auth-resolver.js +56 -0
  190. package/dist/service/cognito/command/auth/sim-cognito-auth-resolver.js.map +1 -0
  191. package/dist/service/cognito/command/auth/sim-cognito-authentication-result.d.ts +17 -0
  192. package/dist/service/cognito/command/auth/sim-cognito-authentication-result.d.ts.map +1 -0
  193. package/dist/service/cognito/command/auth/sim-cognito-authentication-result.js +26 -0
  194. package/dist/service/cognito/command/auth/sim-cognito-authentication-result.js.map +1 -0
  195. package/dist/service/cognito/command/auth/sim-cognito-initiate-auth.d.ts +27 -0
  196. package/dist/service/cognito/command/auth/sim-cognito-initiate-auth.d.ts.map +1 -0
  197. package/dist/service/cognito/command/auth/sim-cognito-initiate-auth.js +36 -0
  198. package/dist/service/cognito/command/auth/sim-cognito-initiate-auth.js.map +1 -0
  199. package/dist/service/cognito/command/auth/sim-cognito-new-password-challenge.d.ts +28 -0
  200. package/dist/service/cognito/command/auth/sim-cognito-new-password-challenge.d.ts.map +1 -0
  201. package/dist/service/cognito/command/auth/sim-cognito-new-password-challenge.js +39 -0
  202. package/dist/service/cognito/command/auth/sim-cognito-new-password-challenge.js.map +1 -0
  203. package/dist/service/cognito/command/auth/sim-cognito-new-password-response.d.ts +39 -0
  204. package/dist/service/cognito/command/auth/sim-cognito-new-password-response.d.ts.map +1 -0
  205. package/dist/service/cognito/command/auth/sim-cognito-new-password-response.js +47 -0
  206. package/dist/service/cognito/command/auth/sim-cognito-new-password-response.js.map +1 -0
  207. package/dist/service/cognito/command/auth/sim-cognito-password-sign-in.d.ts +42 -0
  208. package/dist/service/cognito/command/auth/sim-cognito-password-sign-in.d.ts.map +1 -0
  209. package/dist/service/cognito/command/auth/sim-cognito-password-sign-in.js +39 -0
  210. package/dist/service/cognito/command/auth/sim-cognito-password-sign-in.js.map +1 -0
  211. package/dist/service/cognito/command/auth/sim-cognito-refresh-sign-in.d.ts +28 -0
  212. package/dist/service/cognito/command/auth/sim-cognito-refresh-sign-in.d.ts.map +1 -0
  213. package/dist/service/cognito/command/auth/sim-cognito-refresh-sign-in.js +42 -0
  214. package/dist/service/cognito/command/auth/sim-cognito-refresh-sign-in.js.map +1 -0
  215. package/dist/service/cognito/command/auth/sim-cognito-respond-to-challenge.d.ts +26 -0
  216. package/dist/service/cognito/command/auth/sim-cognito-respond-to-challenge.d.ts.map +1 -0
  217. package/dist/service/cognito/command/auth/sim-cognito-respond-to-challenge.js +35 -0
  218. package/dist/service/cognito/command/auth/sim-cognito-respond-to-challenge.js.map +1 -0
  219. package/dist/service/cognito/command/auth/sim-cognito-sign-out.d.ts +39 -0
  220. package/dist/service/cognito/command/auth/sim-cognito-sign-out.d.ts.map +1 -0
  221. package/dist/service/cognito/command/auth/sim-cognito-sign-out.js +42 -0
  222. package/dist/service/cognito/command/auth/sim-cognito-sign-out.js.map +1 -0
  223. package/dist/service/cognito/command/auth/sim-cognito-unsimulated-auth-options.d.ts +37 -0
  224. package/dist/service/cognito/command/auth/sim-cognito-unsimulated-auth-options.d.ts.map +1 -0
  225. package/dist/service/cognito/command/auth/sim-cognito-unsimulated-auth-options.js +54 -0
  226. package/dist/service/cognito/command/auth/sim-cognito-unsimulated-auth-options.js.map +1 -0
  227. package/dist/service/cognito/command/client/sim-cognito-unsimulated-client-options.d.ts.map +1 -1
  228. package/dist/service/cognito/command/client/sim-cognito-unsimulated-client-options.js +0 -1
  229. package/dist/service/cognito/command/client/sim-cognito-unsimulated-client-options.js.map +1 -1
  230. package/dist/service/cognito/command/client/sim-cognito-user-pool-client-commands.d.ts.map +1 -1
  231. package/dist/service/cognito/command/client/sim-cognito-user-pool-client-commands.js +1 -0
  232. package/dist/service/cognito/command/client/sim-cognito-user-pool-client-commands.js.map +1 -1
  233. package/dist/service/cognito/command/client/sim-cognito-user-pool-client-view.d.ts +2 -1
  234. package/dist/service/cognito/command/client/sim-cognito-user-pool-client-view.d.ts.map +1 -1
  235. package/dist/service/cognito/command/client/sim-cognito-user-pool-client-view.js +3 -1
  236. package/dist/service/cognito/command/client/sim-cognito-user-pool-client-view.js.map +1 -1
  237. package/dist/service/cognito/command/client/user-pool-client.command.d.ts +1 -0
  238. package/dist/service/cognito/command/client/user-pool-client.command.d.ts.map +1 -1
  239. package/dist/service/cognito/command/group/group-membership.command.d.ts +70 -0
  240. package/dist/service/cognito/command/group/group-membership.command.d.ts.map +1 -0
  241. package/dist/service/cognito/command/group/group-membership.command.js +2 -0
  242. package/dist/service/cognito/command/group/group-membership.command.js.map +1 -0
  243. package/dist/service/cognito/command/group/group.command.d.ts +102 -0
  244. package/dist/service/cognito/command/group/group.command.d.ts.map +1 -0
  245. package/dist/service/cognito/command/group/group.command.js +2 -0
  246. package/dist/service/cognito/command/group/group.command.js.map +1 -0
  247. package/dist/service/cognito/command/group/sim-cognito-group-commands.d.ts +51 -0
  248. package/dist/service/cognito/command/group/sim-cognito-group-commands.d.ts.map +1 -0
  249. package/dist/service/cognito/command/group/sim-cognito-group-commands.js +67 -0
  250. package/dist/service/cognito/command/group/sim-cognito-group-commands.js.map +1 -0
  251. package/dist/service/cognito/command/group/sim-cognito-group-membership-commands.d.ts +46 -0
  252. package/dist/service/cognito/command/group/sim-cognito-group-membership-commands.d.ts.map +1 -0
  253. package/dist/service/cognito/command/group/sim-cognito-group-membership-commands.js +80 -0
  254. package/dist/service/cognito/command/group/sim-cognito-group-membership-commands.js.map +1 -0
  255. package/dist/service/cognito/command/group/sim-cognito-group-view.d.ts +18 -0
  256. package/dist/service/cognito/command/group/sim-cognito-group-view.d.ts.map +1 -0
  257. package/dist/service/cognito/command/group/sim-cognito-group-view.js +26 -0
  258. package/dist/service/cognito/command/group/sim-cognito-group-view.js.map +1 -0
  259. package/dist/service/cognito/command/group/sim-cognito-list-groups.d.ts +27 -0
  260. package/dist/service/cognito/command/group/sim-cognito-list-groups.d.ts.map +1 -0
  261. package/dist/service/cognito/command/group/sim-cognito-list-groups.js +38 -0
  262. package/dist/service/cognito/command/group/sim-cognito-list-groups.js.map +1 -0
  263. package/dist/service/cognito/command/sim-cognito-command.types.d.ts +5 -0
  264. package/dist/service/cognito/command/sim-cognito-command.types.d.ts.map +1 -1
  265. package/dist/service/cognito/command/sim-cognito-commands.d.ts +44 -0
  266. package/dist/service/cognito/command/sim-cognito-commands.d.ts.map +1 -0
  267. package/dist/service/cognito/command/sim-cognito-commands.js +72 -0
  268. package/dist/service/cognito/command/sim-cognito-commands.js.map +1 -0
  269. package/dist/service/cognito/command/sim-cognito-page.d.ts +12 -2
  270. package/dist/service/cognito/command/sim-cognito-page.d.ts.map +1 -1
  271. package/dist/service/cognito/command/sim-cognito-page.js +8 -8
  272. package/dist/service/cognito/command/sim-cognito-page.js.map +1 -1
  273. package/dist/service/cognito/command/sim-cognito-request-resolver.d.ts +86 -0
  274. package/dist/service/cognito/command/sim-cognito-request-resolver.d.ts.map +1 -0
  275. package/dist/service/cognito/command/sim-cognito-request-resolver.js +74 -0
  276. package/dist/service/cognito/command/sim-cognito-request-resolver.js.map +1 -0
  277. package/dist/service/cognito/command/user/list-users.command.d.ts +30 -0
  278. package/dist/service/cognito/command/user/list-users.command.d.ts.map +1 -0
  279. package/dist/service/cognito/command/user/list-users.command.js +2 -0
  280. package/dist/service/cognito/command/user/list-users.command.js.map +1 -0
  281. package/dist/service/cognito/command/user/sim-cognito-list-users.d.ts +30 -0
  282. package/dist/service/cognito/command/user/sim-cognito-list-users.d.ts.map +1 -0
  283. package/dist/service/cognito/command/user/sim-cognito-list-users.js +46 -0
  284. package/dist/service/cognito/command/user/sim-cognito-list-users.js.map +1 -0
  285. package/dist/service/cognito/command/user/sim-cognito-unsimulated-user-options.d.ts +35 -0
  286. package/dist/service/cognito/command/user/sim-cognito-unsimulated-user-options.d.ts.map +1 -0
  287. package/dist/service/cognito/command/user/sim-cognito-unsimulated-user-options.js +45 -0
  288. package/dist/service/cognito/command/user/sim-cognito-unsimulated-user-options.js.map +1 -0
  289. package/dist/service/cognito/command/user/sim-cognito-user-commands.d.ts +53 -0
  290. package/dist/service/cognito/command/user/sim-cognito-user-commands.d.ts.map +1 -0
  291. package/dist/service/cognito/command/user/sim-cognito-user-commands.js +72 -0
  292. package/dist/service/cognito/command/user/sim-cognito-user-commands.js.map +1 -0
  293. package/dist/service/cognito/command/user/sim-cognito-user-update-commands.d.ts +47 -0
  294. package/dist/service/cognito/command/user/sim-cognito-user-update-commands.d.ts.map +1 -0
  295. package/dist/service/cognito/command/user/sim-cognito-user-update-commands.js +63 -0
  296. package/dist/service/cognito/command/user/sim-cognito-user-update-commands.js.map +1 -0
  297. package/dist/service/cognito/command/user/sim-cognito-user-view.d.ts +21 -0
  298. package/dist/service/cognito/command/user/sim-cognito-user-view.d.ts.map +1 -0
  299. package/dist/service/cognito/command/user/sim-cognito-user-view.js +37 -0
  300. package/dist/service/cognito/command/user/sim-cognito-user-view.js.map +1 -0
  301. package/dist/service/cognito/command/user/user.command.d.ts +135 -0
  302. package/dist/service/cognito/command/user/user.command.d.ts.map +1 -0
  303. package/dist/service/cognito/command/user/user.command.js +2 -0
  304. package/dist/service/cognito/command/user/user.command.js.map +1 -0
  305. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-view.d.ts +4 -3
  306. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-view.d.ts.map +1 -1
  307. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-view.js +5 -4
  308. package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-view.js.map +1 -1
  309. package/dist/service/cognito/error/sim-cognito.error.d.ts +51 -0
  310. package/dist/service/cognito/error/sim-cognito.error.d.ts.map +1 -1
  311. package/dist/service/cognito/error/sim-cognito.error.js +61 -0
  312. package/dist/service/cognito/error/sim-cognito.error.js.map +1 -1
  313. package/dist/service/cognito/index.d.ts +16 -1
  314. package/dist/service/cognito/index.d.ts.map +1 -1
  315. package/dist/service/cognito/index.js +14 -1
  316. package/dist/service/cognito/index.js.map +1 -1
  317. package/dist/service/cognito/registry/sim-cognito-user-pool-registry.d.ts +31 -0
  318. package/dist/service/cognito/registry/sim-cognito-user-pool-registry.d.ts.map +1 -0
  319. package/dist/service/cognito/registry/sim-cognito-user-pool-registry.js +38 -0
  320. package/dist/service/cognito/registry/sim-cognito-user-pool-registry.js.map +1 -0
  321. package/dist/service/cognito/sdk/sim-cognito-sdk-auth-routes.d.ts +11 -0
  322. package/dist/service/cognito/sdk/sim-cognito-sdk-auth-routes.d.ts.map +1 -0
  323. package/dist/service/cognito/sdk/sim-cognito-sdk-auth-routes.js +37 -0
  324. package/dist/service/cognito/sdk/sim-cognito-sdk-auth-routes.js.map +1 -0
  325. package/dist/service/cognito/sdk/sim-cognito-sdk-command-router.d.ts +5 -1
  326. package/dist/service/cognito/sdk/sim-cognito-sdk-command-router.d.ts.map +1 -1
  327. package/dist/service/cognito/sdk/sim-cognito-sdk-command-router.js +10 -33
  328. package/dist/service/cognito/sdk/sim-cognito-sdk-command-router.js.map +1 -1
  329. package/dist/service/cognito/sdk/sim-cognito-sdk-directory-routes.d.ts +7 -0
  330. package/dist/service/cognito/sdk/sim-cognito-sdk-directory-routes.d.ts.map +1 -0
  331. package/dist/service/cognito/sdk/sim-cognito-sdk-directory-routes.js +77 -0
  332. package/dist/service/cognito/sdk/sim-cognito-sdk-directory-routes.js.map +1 -0
  333. package/dist/service/cognito/sdk/sim-cognito-sdk-pool-routes.d.ts +7 -0
  334. package/dist/service/cognito/sdk/sim-cognito-sdk-pool-routes.d.ts.map +1 -0
  335. package/dist/service/cognito/sdk/sim-cognito-sdk-pool-routes.js +41 -0
  336. package/dist/service/cognito/sdk/sim-cognito-sdk-pool-routes.js.map +1 -0
  337. package/dist/service/cognito/serve/sim-cognito-controller.d.ts +40 -0
  338. package/dist/service/cognito/serve/sim-cognito-controller.d.ts.map +1 -0
  339. package/dist/service/cognito/serve/sim-cognito-controller.js +91 -0
  340. package/dist/service/cognito/serve/sim-cognito-controller.js.map +1 -0
  341. package/dist/service/cognito/serve/sim-cognito-endpoint-response.d.ts +32 -0
  342. package/dist/service/cognito/serve/sim-cognito-endpoint-response.d.ts.map +1 -0
  343. package/dist/service/cognito/serve/sim-cognito-endpoint-response.js +51 -0
  344. package/dist/service/cognito/serve/sim-cognito-endpoint-response.js.map +1 -0
  345. package/dist/service/cognito/serve/sim-cognito-openid-configuration.d.ts +36 -0
  346. package/dist/service/cognito/serve/sim-cognito-openid-configuration.d.ts.map +1 -0
  347. package/dist/service/cognito/serve/sim-cognito-openid-configuration.js +36 -0
  348. package/dist/service/cognito/serve/sim-cognito-openid-configuration.js.map +1 -0
  349. package/dist/service/cognito/sim-cognito-authentication.d.ts +59 -0
  350. package/dist/service/cognito/sim-cognito-authentication.d.ts.map +1 -0
  351. package/dist/service/cognito/sim-cognito-authentication.js +68 -0
  352. package/dist/service/cognito/sim-cognito-authentication.js.map +1 -0
  353. package/dist/service/cognito/sim-cognito-identity-provider.d.ts +32 -11
  354. package/dist/service/cognito/sim-cognito-identity-provider.d.ts.map +1 -1
  355. package/dist/service/cognito/sim-cognito-identity-provider.js +57 -43
  356. package/dist/service/cognito/sim-cognito-identity-provider.js.map +1 -1
  357. package/dist/service/cognito/sim-cognito-user-directory.d.ts +91 -0
  358. package/dist/service/cognito/sim-cognito-user-directory.d.ts.map +1 -0
  359. package/dist/service/cognito/sim-cognito-user-directory.js +136 -0
  360. package/dist/service/cognito/sim-cognito-user-directory.js.map +1 -0
  361. package/dist/service/cognito/user-pool/auth/sim-cognito-auth-session-store.d.ts +45 -0
  362. package/dist/service/cognito/user-pool/auth/sim-cognito-auth-session-store.d.ts.map +1 -0
  363. package/dist/service/cognito/user-pool/auth/sim-cognito-auth-session-store.js +60 -0
  364. package/dist/service/cognito/user-pool/auth/sim-cognito-auth-session-store.js.map +1 -0
  365. package/dist/service/cognito/user-pool/auth/sim-cognito-auth-session.d.ts +31 -0
  366. package/dist/service/cognito/user-pool/auth/sim-cognito-auth-session.d.ts.map +1 -0
  367. package/dist/service/cognito/user-pool/auth/sim-cognito-auth-session.js +45 -0
  368. package/dist/service/cognito/user-pool/auth/sim-cognito-auth-session.js.map +1 -0
  369. package/dist/service/cognito/user-pool/auth/sim-cognito-issued-token-store.d.ts +59 -0
  370. package/dist/service/cognito/user-pool/auth/sim-cognito-issued-token-store.d.ts.map +1 -0
  371. package/dist/service/cognito/user-pool/auth/sim-cognito-issued-token-store.js +81 -0
  372. package/dist/service/cognito/user-pool/auth/sim-cognito-issued-token-store.js.map +1 -0
  373. package/dist/service/cognito/user-pool/auth/sim-cognito-issued-token.d.ts +37 -0
  374. package/dist/service/cognito/user-pool/auth/sim-cognito-issued-token.d.ts.map +1 -0
  375. package/dist/service/cognito/user-pool/auth/sim-cognito-issued-token.js +39 -0
  376. package/dist/service/cognito/user-pool/auth/sim-cognito-issued-token.js.map +1 -0
  377. package/dist/service/cognito/user-pool/auth/sim-cognito-pool-auth.d.ts +49 -0
  378. package/dist/service/cognito/user-pool/auth/sim-cognito-pool-auth.d.ts.map +1 -0
  379. package/dist/service/cognito/user-pool/auth/sim-cognito-pool-auth.js +63 -0
  380. package/dist/service/cognito/user-pool/auth/sim-cognito-pool-auth.js.map +1 -0
  381. package/dist/service/cognito/user-pool/auth/sim-cognito-secret-hash.d.ts +17 -0
  382. package/dist/service/cognito/user-pool/auth/sim-cognito-secret-hash.d.ts.map +1 -0
  383. package/dist/service/cognito/user-pool/auth/sim-cognito-secret-hash.js +34 -0
  384. package/dist/service/cognito/user-pool/auth/sim-cognito-secret-hash.js.map +1 -0
  385. package/dist/service/cognito/user-pool/auth/sim-cognito-sign-in.d.ts +31 -0
  386. package/dist/service/cognito/user-pool/auth/sim-cognito-sign-in.d.ts.map +1 -0
  387. package/dist/service/cognito/user-pool/auth/sim-cognito-sign-in.js +49 -0
  388. package/dist/service/cognito/user-pool/auth/sim-cognito-sign-in.js.map +1 -0
  389. package/dist/service/cognito/user-pool/client/sim-cognito-prevent-user-existence-errors.d.ts +24 -0
  390. package/dist/service/cognito/user-pool/client/sim-cognito-prevent-user-existence-errors.d.ts.map +1 -0
  391. package/dist/service/cognito/user-pool/client/sim-cognito-prevent-user-existence-errors.js +46 -0
  392. package/dist/service/cognito/user-pool/client/sim-cognito-prevent-user-existence-errors.js.map +1 -0
  393. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client-factory.d.ts +1 -0
  394. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client-factory.d.ts.map +1 -1
  395. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client-factory.js +2 -0
  396. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client-factory.js.map +1 -1
  397. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client.d.ts +3 -0
  398. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client.d.ts.map +1 -1
  399. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client.js +2 -0
  400. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client.js.map +1 -1
  401. package/dist/service/cognito/user-pool/group/sim-cognito-group-factory.d.ts +26 -0
  402. package/dist/service/cognito/user-pool/group/sim-cognito-group-factory.d.ts.map +1 -0
  403. package/dist/service/cognito/user-pool/group/sim-cognito-group-factory.js +22 -0
  404. package/dist/service/cognito/user-pool/group/sim-cognito-group-factory.js.map +1 -0
  405. package/dist/service/cognito/user-pool/group/sim-cognito-group-name.d.ts +10 -0
  406. package/dist/service/cognito/user-pool/group/sim-cognito-group-name.d.ts.map +1 -0
  407. package/dist/service/cognito/user-pool/group/sim-cognito-group-name.js +15 -0
  408. package/dist/service/cognito/user-pool/group/sim-cognito-group-name.js.map +1 -0
  409. package/dist/service/cognito/user-pool/group/sim-cognito-group-settings.d.ts +33 -0
  410. package/dist/service/cognito/user-pool/group/sim-cognito-group-settings.d.ts.map +1 -0
  411. package/dist/service/cognito/user-pool/group/sim-cognito-group-settings.js +68 -0
  412. package/dist/service/cognito/user-pool/group/sim-cognito-group-settings.js.map +1 -0
  413. package/dist/service/cognito/user-pool/group/sim-cognito-group-store.d.ts +45 -0
  414. package/dist/service/cognito/user-pool/group/sim-cognito-group-store.d.ts.map +1 -0
  415. package/dist/service/cognito/user-pool/group/sim-cognito-group-store.js +77 -0
  416. package/dist/service/cognito/user-pool/group/sim-cognito-group-store.js.map +1 -0
  417. package/dist/service/cognito/user-pool/group/sim-cognito-group.d.ts +77 -0
  418. package/dist/service/cognito/user-pool/group/sim-cognito-group.d.ts.map +1 -0
  419. package/dist/service/cognito/user-pool/group/sim-cognito-group.js +90 -0
  420. package/dist/service/cognito/user-pool/group/sim-cognito-group.js.map +1 -0
  421. package/dist/service/cognito/user-pool/sim-cognito-identifier.d.ts +26 -0
  422. package/dist/service/cognito/user-pool/sim-cognito-identifier.d.ts.map +1 -0
  423. package/dist/service/cognito/user-pool/sim-cognito-identifier.js +34 -0
  424. package/dist/service/cognito/user-pool/sim-cognito-identifier.js.map +1 -0
  425. package/dist/service/cognito/user-pool/sim-cognito-password-check.d.ts +24 -0
  426. package/dist/service/cognito/user-pool/sim-cognito-password-check.d.ts.map +1 -0
  427. package/dist/service/cognito/user-pool/sim-cognito-password-check.js +73 -0
  428. package/dist/service/cognito/user-pool/sim-cognito-password-check.js.map +1 -0
  429. package/dist/service/cognito/user-pool/sim-cognito-user-pool-store.d.ts +50 -0
  430. package/dist/service/cognito/user-pool/sim-cognito-user-pool-store.d.ts.map +1 -1
  431. package/dist/service/cognito/user-pool/sim-cognito-user-pool-store.js +56 -2
  432. package/dist/service/cognito/user-pool/sim-cognito-user-pool-store.js.map +1 -1
  433. package/dist/service/cognito/user-pool/sim-cognito-user-pool.d.ts +98 -0
  434. package/dist/service/cognito/user-pool/sim-cognito-user-pool.d.ts.map +1 -1
  435. package/dist/service/cognito/user-pool/sim-cognito-user-pool.js +132 -0
  436. package/dist/service/cognito/user-pool/sim-cognito-user-pool.js.map +1 -1
  437. package/dist/service/cognito/user-pool/token/sim-cognito-access-token.d.ts +18 -0
  438. package/dist/service/cognito/user-pool/token/sim-cognito-access-token.d.ts.map +1 -0
  439. package/dist/service/cognito/user-pool/token/sim-cognito-access-token.js +40 -0
  440. package/dist/service/cognito/user-pool/token/sim-cognito-access-token.js.map +1 -0
  441. package/dist/service/cognito/user-pool/token/sim-cognito-id-token.d.ts +26 -0
  442. package/dist/service/cognito/user-pool/token/sim-cognito-id-token.d.ts.map +1 -0
  443. package/dist/service/cognito/user-pool/token/sim-cognito-id-token.js +42 -0
  444. package/dist/service/cognito/user-pool/token/sim-cognito-id-token.js.map +1 -0
  445. package/dist/service/cognito/user-pool/token/sim-cognito-signing-key.d.ts +64 -0
  446. package/dist/service/cognito/user-pool/token/sim-cognito-signing-key.d.ts.map +1 -0
  447. package/dist/service/cognito/user-pool/token/sim-cognito-signing-key.js +91 -0
  448. package/dist/service/cognito/user-pool/token/sim-cognito-signing-key.js.map +1 -0
  449. package/dist/service/cognito/user-pool/token/sim-cognito-token-claims.d.ts +37 -0
  450. package/dist/service/cognito/user-pool/token/sim-cognito-token-claims.d.ts.map +1 -0
  451. package/dist/service/cognito/user-pool/token/sim-cognito-token-claims.js +41 -0
  452. package/dist/service/cognito/user-pool/token/sim-cognito-token-claims.js.map +1 -0
  453. package/dist/service/cognito/user-pool/token/sim-cognito-token-issuer.d.ts +62 -0
  454. package/dist/service/cognito/user-pool/token/sim-cognito-token-issuer.d.ts.map +1 -0
  455. package/dist/service/cognito/user-pool/token/sim-cognito-token-issuer.js +95 -0
  456. package/dist/service/cognito/user-pool/token/sim-cognito-token-issuer.js.map +1 -0
  457. package/dist/service/cognito/user-pool/user/sim-cognito-user-attributes.d.ts +44 -0
  458. package/dist/service/cognito/user-pool/user/sim-cognito-user-attributes.d.ts.map +1 -0
  459. package/dist/service/cognito/user-pool/user/sim-cognito-user-attributes.js +105 -0
  460. package/dist/service/cognito/user-pool/user/sim-cognito-user-attributes.js.map +1 -0
  461. package/dist/service/cognito/user-pool/user/sim-cognito-user-factory.d.ts +34 -0
  462. package/dist/service/cognito/user-pool/user/sim-cognito-user-factory.d.ts.map +1 -0
  463. package/dist/service/cognito/user-pool/user/sim-cognito-user-factory.js +36 -0
  464. package/dist/service/cognito/user-pool/user/sim-cognito-user-factory.js.map +1 -0
  465. package/dist/service/cognito/user-pool/user/sim-cognito-user-password.d.ts +17 -0
  466. package/dist/service/cognito/user-pool/user/sim-cognito-user-password.d.ts.map +1 -0
  467. package/dist/service/cognito/user-pool/user/sim-cognito-user-password.js +21 -0
  468. package/dist/service/cognito/user-pool/user/sim-cognito-user-password.js.map +1 -0
  469. package/dist/service/cognito/user-pool/user/sim-cognito-user-status.d.ts +39 -0
  470. package/dist/service/cognito/user-pool/user/sim-cognito-user-status.d.ts.map +1 -0
  471. package/dist/service/cognito/user-pool/user/sim-cognito-user-status.js +47 -0
  472. package/dist/service/cognito/user-pool/user/sim-cognito-user-status.js.map +1 -0
  473. package/dist/service/cognito/user-pool/user/sim-cognito-user-store.d.ts +46 -0
  474. package/dist/service/cognito/user-pool/user/sim-cognito-user-store.d.ts.map +1 -0
  475. package/dist/service/cognito/user-pool/user/sim-cognito-user-store.js +73 -0
  476. package/dist/service/cognito/user-pool/user/sim-cognito-user-store.js.map +1 -0
  477. package/dist/service/cognito/user-pool/user/sim-cognito-user.d.ts +98 -0
  478. package/dist/service/cognito/user-pool/user/sim-cognito-user.d.ts.map +1 -0
  479. package/dist/service/cognito/user-pool/user/sim-cognito-user.js +122 -0
  480. package/dist/service/cognito/user-pool/user/sim-cognito-user.js.map +1 -0
  481. package/dist/service/cognito/user-pool/user/sim-cognito-username.d.ts +10 -0
  482. package/dist/service/cognito/user-pool/user/sim-cognito-username.d.ts.map +1 -0
  483. package/dist/service/cognito/user-pool/user/sim-cognito-username.js +12 -0
  484. package/dist/service/cognito/user-pool/user/sim-cognito-username.js.map +1 -0
  485. package/dist/service/iam/policy/sim-iam-policy-document.factory.d.ts +43 -0
  486. package/dist/service/iam/policy/sim-iam-policy-document.factory.d.ts.map +1 -0
  487. package/dist/service/iam/policy/sim-iam-policy-document.factory.js +46 -0
  488. package/dist/service/iam/policy/sim-iam-policy-document.factory.js.map +1 -0
  489. package/dist/service/iam/policy/sim-iam-policy.factory.d.ts +1 -1
  490. package/dist/service/iam/policy/sim-iam-policy.factory.d.ts.map +1 -1
  491. package/dist/service/iam/role/sim-iam-role.factory.d.ts +1 -1
  492. package/dist/service/iam/role/sim-iam-role.factory.d.ts.map +1 -1
  493. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-creator.d.ts +26 -0
  494. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-creator.d.ts.map +1 -0
  495. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-creator.js +33 -0
  496. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-creator.js.map +1 -0
  497. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-properties.d.ts +28 -0
  498. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-properties.d.ts.map +1 -0
  499. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-properties.js +38 -0
  500. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-properties.js.map +1 -0
  501. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-property-rules.d.ts +17 -0
  502. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-property-rules.d.ts.map +1 -0
  503. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-property-rules.js +71 -0
  504. package/dist/service/lambda/cfn/event-source-mapping/sim-cfn-lambda-event-source-mapping-property-rules.js.map +1 -0
  505. package/dist/service/lambda/cfn/function/sim-cfn-lambda-property-parser.d.ts +4 -0
  506. package/dist/service/lambda/cfn/function/sim-cfn-lambda-property-parser.d.ts.map +1 -1
  507. package/dist/service/lambda/cfn/function/sim-cfn-lambda-property-parser.js +12 -0
  508. package/dist/service/lambda/cfn/function/sim-cfn-lambda-property-parser.js.map +1 -1
  509. package/dist/service/lambda/cfn/function/sim-cfn-lambda-target-function.d.ts +5 -6
  510. package/dist/service/lambda/cfn/function/sim-cfn-lambda-target-function.d.ts.map +1 -1
  511. package/dist/service/lambda/cfn/function/sim-cfn-lambda-target-function.js +7 -13
  512. package/dist/service/lambda/cfn/function/sim-cfn-lambda-target-function.js.map +1 -1
  513. package/dist/service/lambda/cfn/sim-cfn-lambda-resource-factory.d.ts +1 -0
  514. package/dist/service/lambda/cfn/sim-cfn-lambda-resource-factory.d.ts.map +1 -1
  515. package/dist/service/lambda/cfn/sim-cfn-lambda-resource-factory.js +8 -0
  516. package/dist/service/lambda/cfn/sim-cfn-lambda-resource-factory.js.map +1 -1
  517. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-input.d.ts +25 -0
  518. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-input.d.ts.map +1 -0
  519. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-input.js +55 -0
  520. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-input.js.map +1 -0
  521. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-refusals.d.ts +6 -0
  522. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-refusals.d.ts.map +1 -0
  523. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-refusals.js +64 -0
  524. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-refusals.js.map +1 -0
  525. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-values.d.ts +17 -0
  526. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-values.d.ts.map +1 -0
  527. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-values.js +47 -0
  528. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-values.js.map +1 -0
  529. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping.handler.d.ts +53 -0
  530. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping.handler.d.ts.map +1 -0
  531. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping.handler.js +77 -0
  532. package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping.handler.js.map +1 -0
  533. package/dist/service/lambda/command/event-source-mapping/event-source-mapping-access.d.ts +41 -0
  534. package/dist/service/lambda/command/event-source-mapping/event-source-mapping-access.d.ts.map +1 -0
  535. package/dist/service/lambda/command/event-source-mapping/event-source-mapping-access.js +51 -0
  536. package/dist/service/lambda/command/event-source-mapping/event-source-mapping-access.js.map +1 -0
  537. package/dist/service/lambda/command/event-source-mapping/event-source-mapping.command.d.ts +91 -0
  538. package/dist/service/lambda/command/event-source-mapping/event-source-mapping.command.d.ts.map +1 -0
  539. package/dist/service/lambda/command/event-source-mapping/event-source-mapping.command.js +8 -0
  540. package/dist/service/lambda/command/event-source-mapping/event-source-mapping.command.js.map +1 -0
  541. package/dist/service/lambda/command/event-source-mapping/sim-lambda-event-source-mapping-commands.d.ts +60 -0
  542. package/dist/service/lambda/command/event-source-mapping/sim-lambda-event-source-mapping-commands.d.ts.map +1 -0
  543. package/dist/service/lambda/command/event-source-mapping/sim-lambda-event-source-mapping-commands.js +89 -0
  544. package/dist/service/lambda/command/event-source-mapping/sim-lambda-event-source-mapping-commands.js.map +1 -0
  545. package/dist/service/lambda/command/sim-lambda-command.types.d.ts +1 -0
  546. package/dist/service/lambda/command/sim-lambda-command.types.d.ts.map +1 -1
  547. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-delivery.d.ts +27 -0
  548. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-delivery.d.ts.map +1 -0
  549. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-delivery.js +32 -0
  550. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-delivery.js.map +1 -0
  551. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-poll-schedule.d.ts +40 -0
  552. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-poll-schedule.d.ts.map +1 -0
  553. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-poll-schedule.js +55 -0
  554. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-poll-schedule.js.map +1 -0
  555. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-poller.d.ts +85 -0
  556. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-poller.d.ts.map +1 -0
  557. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-poller.js +136 -0
  558. package/dist/service/lambda/event-source/poll/sim-lambda-event-source-poller.js.map +1 -0
  559. package/dist/service/lambda/event-source/poll/sim-lambda-sqs-batch-response.d.ts +49 -0
  560. package/dist/service/lambda/event-source/poll/sim-lambda-sqs-batch-response.d.ts.map +1 -0
  561. package/dist/service/lambda/event-source/poll/sim-lambda-sqs-batch-response.js +97 -0
  562. package/dist/service/lambda/event-source/poll/sim-lambda-sqs-batch-response.js.map +1 -0
  563. package/dist/service/lambda/event-source/poll/sim-lambda-sqs-event.d.ts +56 -0
  564. package/dist/service/lambda/event-source/poll/sim-lambda-sqs-event.d.ts.map +1 -0
  565. package/dist/service/lambda/event-source/poll/sim-lambda-sqs-event.js +55 -0
  566. package/dist/service/lambda/event-source/poll/sim-lambda-sqs-event.js.map +1 -0
  567. package/dist/service/lambda/event-source/queue/sim-lambda-event-source-queue-service.d.ts +49 -0
  568. package/dist/service/lambda/event-source/queue/sim-lambda-event-source-queue-service.d.ts.map +1 -0
  569. package/dist/service/lambda/event-source/queue/sim-lambda-event-source-queue-service.js +2 -0
  570. package/dist/service/lambda/event-source/queue/sim-lambda-event-source-queue-service.js.map +1 -0
  571. package/dist/service/lambda/event-source/queue/sim-lambda-event-source-queues.d.ts +118 -0
  572. package/dist/service/lambda/event-source/queue/sim-lambda-event-source-queues.d.ts.map +1 -0
  573. package/dist/service/lambda/event-source/queue/sim-lambda-event-source-queues.js +49 -0
  574. package/dist/service/lambda/event-source/queue/sim-lambda-event-source-queues.js.map +1 -0
  575. package/dist/service/lambda/event-source/queue/sim-lambda-sqs-event-source-arn.d.ts +32 -0
  576. package/dist/service/lambda/event-source/queue/sim-lambda-sqs-event-source-arn.d.ts.map +1 -0
  577. package/dist/service/lambda/event-source/queue/sim-lambda-sqs-event-source-arn.js +52 -0
  578. package/dist/service/lambda/event-source/queue/sim-lambda-sqs-event-source-arn.js.map +1 -0
  579. package/dist/service/lambda/event-source/queue/sim-sqs-event-source-queue-attributes.d.ts +29 -0
  580. package/dist/service/lambda/event-source/queue/sim-sqs-event-source-queue-attributes.d.ts.map +1 -0
  581. package/dist/service/lambda/event-source/queue/sim-sqs-event-source-queue-attributes.js +49 -0
  582. package/dist/service/lambda/event-source/queue/sim-sqs-event-source-queue-attributes.js.map +1 -0
  583. package/dist/service/lambda/event-source/queue/sim-sqs-event-source-queues.d.ts +57 -0
  584. package/dist/service/lambda/event-source/queue/sim-sqs-event-source-queues.d.ts.map +1 -0
  585. package/dist/service/lambda/event-source/queue/sim-sqs-event-source-queues.js +89 -0
  586. package/dist/service/lambda/event-source/queue/sim-sqs-event-source-queues.js.map +1 -0
  587. package/dist/service/lambda/event-source/sim-lambda-event-source-mapping-store.d.ts +46 -0
  588. package/dist/service/lambda/event-source/sim-lambda-event-source-mapping-store.d.ts.map +1 -0
  589. package/dist/service/lambda/event-source/sim-lambda-event-source-mapping-store.js +57 -0
  590. package/dist/service/lambda/event-source/sim-lambda-event-source-mapping-store.js.map +1 -0
  591. package/dist/service/lambda/event-source/sim-lambda-event-source-mapping.d.ts +101 -0
  592. package/dist/service/lambda/event-source/sim-lambda-event-source-mapping.d.ts.map +1 -0
  593. package/dist/service/lambda/event-source/sim-lambda-event-source-mapping.js +93 -0
  594. package/dist/service/lambda/event-source/sim-lambda-event-source-mapping.js.map +1 -0
  595. package/dist/service/lambda/event-source/sim-lambda-event-source-pollers.d.ts +37 -0
  596. package/dist/service/lambda/event-source/sim-lambda-event-source-pollers.d.ts.map +1 -0
  597. package/dist/service/lambda/event-source/sim-lambda-event-source-pollers.js +44 -0
  598. package/dist/service/lambda/event-source/sim-lambda-event-source-pollers.js.map +1 -0
  599. package/dist/service/lambda/event-source/sim-lambda-event-source-role-permissions.d.ts +23 -0
  600. package/dist/service/lambda/event-source/sim-lambda-event-source-role-permissions.d.ts.map +1 -0
  601. package/dist/service/lambda/event-source/sim-lambda-event-source-role-permissions.js +46 -0
  602. package/dist/service/lambda/event-source/sim-lambda-event-source-role-permissions.js.map +1 -0
  603. package/dist/service/lambda/function/code/sim-lambda-vm-zip-function.factory.d.ts +31 -0
  604. package/dist/service/lambda/function/code/sim-lambda-vm-zip-function.factory.d.ts.map +1 -0
  605. package/dist/service/lambda/function/code/sim-lambda-vm-zip-function.factory.js +45 -0
  606. package/dist/service/lambda/function/code/sim-lambda-vm-zip-function.factory.js.map +1 -0
  607. package/dist/service/lambda/function/environment/sim-lambda-environment.factory.d.ts +20 -0
  608. package/dist/service/lambda/function/environment/sim-lambda-environment.factory.d.ts.map +1 -0
  609. package/dist/service/lambda/function/environment/sim-lambda-environment.factory.js +17 -0
  610. package/dist/service/lambda/function/environment/sim-lambda-environment.factory.js.map +1 -0
  611. package/dist/service/lambda/function/sim-lambda-function-name.d.ts +10 -0
  612. package/dist/service/lambda/function/sim-lambda-function-name.d.ts.map +1 -0
  613. package/dist/service/lambda/function/sim-lambda-function-name.js +18 -0
  614. package/dist/service/lambda/function/sim-lambda-function-name.js.map +1 -0
  615. package/dist/service/lambda/function/url/sim-lambda-function-lookup.d.ts +4 -0
  616. package/dist/service/lambda/function/url/sim-lambda-function-lookup.d.ts.map +1 -1
  617. package/dist/service/lambda/function/url/sim-lambda-function-lookup.js +6 -0
  618. package/dist/service/lambda/function/url/sim-lambda-function-lookup.js.map +1 -1
  619. package/dist/service/lambda/function/url/sim-lambda-function-url.factory.d.ts +20 -0
  620. package/dist/service/lambda/function/url/sim-lambda-function-url.factory.d.ts.map +1 -0
  621. package/dist/service/lambda/function/url/sim-lambda-function-url.factory.js +23 -0
  622. package/dist/service/lambda/function/url/sim-lambda-function-url.factory.js.map +1 -0
  623. package/dist/service/lambda/index.d.ts +1 -0
  624. package/dist/service/lambda/index.d.ts.map +1 -1
  625. package/dist/service/lambda/sdk/sim-lambda-sdk-command-router.d.ts.map +1 -1
  626. package/dist/service/lambda/sdk/sim-lambda-sdk-command-router.js +16 -0
  627. package/dist/service/lambda/sdk/sim-lambda-sdk-command-router.js.map +1 -1
  628. package/dist/service/lambda/sim-lambda-commands.d.ts +51 -0
  629. package/dist/service/lambda/sim-lambda-commands.d.ts.map +1 -0
  630. package/dist/service/lambda/sim-lambda-commands.js +84 -0
  631. package/dist/service/lambda/sim-lambda-commands.js.map +1 -0
  632. package/dist/service/lambda/sim-lambda.d.ts +35 -39
  633. package/dist/service/lambda/sim-lambda.d.ts.map +1 -1
  634. package/dist/service/lambda/sim-lambda.js +47 -65
  635. package/dist/service/lambda/sim-lambda.js.map +1 -1
  636. package/dist/service/route53/resolve/sim-r53-s3-service-target.d.ts +40 -0
  637. package/dist/service/route53/resolve/sim-r53-s3-service-target.d.ts.map +1 -0
  638. package/dist/service/route53/resolve/sim-r53-s3-service-target.js +85 -0
  639. package/dist/service/route53/resolve/sim-r53-s3-service-target.js.map +1 -0
  640. package/dist/service/route53/resolve/sim-r53-service-target-resolver.d.ts +14 -25
  641. package/dist/service/route53/resolve/sim-r53-service-target-resolver.d.ts.map +1 -1
  642. package/dist/service/route53/resolve/sim-r53-service-target-resolver.js +37 -72
  643. package/dist/service/route53/resolve/sim-r53-service-target-resolver.js.map +1 -1
  644. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-creator.d.ts +25 -0
  645. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-creator.d.ts.map +1 -0
  646. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-creator.js +33 -0
  647. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-creator.js.map +1 -0
  648. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-name.d.ts +45 -0
  649. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-name.d.ts.map +1 -0
  650. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-name.js +67 -0
  651. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-name.js.map +1 -0
  652. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-properties.d.ts +44 -0
  653. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-properties.d.ts.map +1 -0
  654. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-properties.js +72 -0
  655. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-properties.js.map +1 -0
  656. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-property-rules.d.ts +47 -0
  657. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-property-rules.d.ts.map +1 -0
  658. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-property-rules.js +122 -0
  659. package/dist/service/sqs/cfn/queue/sim-cfn-sqs-queue-property-rules.js.map +1 -0
  660. package/dist/service/sqs/cfn/sim-sqs-cfn-resource-factory.d.ts +24 -0
  661. package/dist/service/sqs/cfn/sim-sqs-cfn-resource-factory.d.ts.map +1 -0
  662. package/dist/service/sqs/cfn/sim-sqs-cfn-resource-factory.js +29 -0
  663. package/dist/service/sqs/cfn/sim-sqs-cfn-resource-factory.js.map +1 -0
  664. package/dist/service/sqs/command/authorize/sim-sqs-authorizer.d.ts +41 -0
  665. package/dist/service/sqs/command/authorize/sim-sqs-authorizer.d.ts.map +1 -0
  666. package/dist/service/sqs/command/authorize/sim-sqs-authorizer.js +51 -0
  667. package/dist/service/sqs/command/authorize/sim-sqs-authorizer.js.map +1 -0
  668. package/dist/service/sqs/command/message/consume.command.d.ts +61 -0
  669. package/dist/service/sqs/command/message/consume.command.d.ts.map +1 -0
  670. package/dist/service/sqs/command/message/consume.command.js +2 -0
  671. package/dist/service/sqs/command/message/consume.command.js.map +1 -0
  672. package/dist/service/sqs/command/message/receive.command.d.ts +40 -0
  673. package/dist/service/sqs/command/message/receive.command.d.ts.map +1 -0
  674. package/dist/service/sqs/command/message/receive.command.js +2 -0
  675. package/dist/service/sqs/command/message/receive.command.js.map +1 -0
  676. package/dist/service/sqs/command/message/send.command.d.ts +80 -0
  677. package/dist/service/sqs/command/message/send.command.d.ts.map +1 -0
  678. package/dist/service/sqs/command/message/send.command.js +2 -0
  679. package/dist/service/sqs/command/message/send.command.js.map +1 -0
  680. package/dist/service/sqs/command/message/sim-sqs-batch-entries.d.ts +39 -0
  681. package/dist/service/sqs/command/message/sim-sqs-batch-entries.d.ts.map +1 -0
  682. package/dist/service/sqs/command/message/sim-sqs-batch-entries.js +67 -0
  683. package/dist/service/sqs/command/message/sim-sqs-batch-entries.js.map +1 -0
  684. package/dist/service/sqs/command/message/sim-sqs-change-message-visibility.d.ts +31 -0
  685. package/dist/service/sqs/command/message/sim-sqs-change-message-visibility.d.ts.map +1 -0
  686. package/dist/service/sqs/command/message/sim-sqs-change-message-visibility.js +51 -0
  687. package/dist/service/sqs/command/message/sim-sqs-change-message-visibility.js.map +1 -0
  688. package/dist/service/sqs/command/message/sim-sqs-delete-message-commands.d.ts +38 -0
  689. package/dist/service/sqs/command/message/sim-sqs-delete-message-commands.d.ts.map +1 -0
  690. package/dist/service/sqs/command/message/sim-sqs-delete-message-commands.js +58 -0
  691. package/dist/service/sqs/command/message/sim-sqs-delete-message-commands.js.map +1 -0
  692. package/dist/service/sqs/command/message/sim-sqs-message-handles.d.ts +28 -0
  693. package/dist/service/sqs/command/message/sim-sqs-message-handles.d.ts.map +1 -0
  694. package/dist/service/sqs/command/message/sim-sqs-message-handles.js +36 -0
  695. package/dist/service/sqs/command/message/sim-sqs-message-handles.js.map +1 -0
  696. package/dist/service/sqs/command/message/sim-sqs-receive-limits.d.ts +27 -0
  697. package/dist/service/sqs/command/message/sim-sqs-receive-limits.d.ts.map +1 -0
  698. package/dist/service/sqs/command/message/sim-sqs-receive-limits.js +70 -0
  699. package/dist/service/sqs/command/message/sim-sqs-receive-limits.js.map +1 -0
  700. package/dist/service/sqs/command/message/sim-sqs-receive-message.d.ts +32 -0
  701. package/dist/service/sqs/command/message/sim-sqs-receive-message.d.ts.map +1 -0
  702. package/dist/service/sqs/command/message/sim-sqs-receive-message.js +33 -0
  703. package/dist/service/sqs/command/message/sim-sqs-receive-message.js.map +1 -0
  704. package/dist/service/sqs/command/message/sim-sqs-receive-request.d.ts +33 -0
  705. package/dist/service/sqs/command/message/sim-sqs-receive-request.d.ts.map +1 -0
  706. package/dist/service/sqs/command/message/sim-sqs-receive-request.js +55 -0
  707. package/dist/service/sqs/command/message/sim-sqs-receive-request.js.map +1 -0
  708. package/dist/service/sqs/command/message/sim-sqs-received-message-view.d.ts +25 -0
  709. package/dist/service/sqs/command/message/sim-sqs-received-message-view.d.ts.map +1 -0
  710. package/dist/service/sqs/command/message/sim-sqs-received-message-view.js +38 -0
  711. package/dist/service/sqs/command/message/sim-sqs-received-message-view.js.map +1 -0
  712. package/dist/service/sqs/command/message/sim-sqs-send-message-commands.d.ts +32 -0
  713. package/dist/service/sqs/command/message/sim-sqs-send-message-commands.d.ts.map +1 -0
  714. package/dist/service/sqs/command/message/sim-sqs-send-message-commands.js +56 -0
  715. package/dist/service/sqs/command/message/sim-sqs-send-message-commands.js.map +1 -0
  716. package/dist/service/sqs/command/message/sim-sqs-sent-message.d.ts +18 -0
  717. package/dist/service/sqs/command/message/sim-sqs-sent-message.d.ts.map +1 -0
  718. package/dist/service/sqs/command/message/sim-sqs-sent-message.js +37 -0
  719. package/dist/service/sqs/command/message/sim-sqs-sent-message.js.map +1 -0
  720. package/dist/service/sqs/command/queue/queue.command.d.ts +114 -0
  721. package/dist/service/sqs/command/queue/queue.command.d.ts.map +1 -0
  722. package/dist/service/sqs/command/queue/queue.command.js +2 -0
  723. package/dist/service/sqs/command/queue/queue.command.js.map +1 -0
  724. package/dist/service/sqs/command/queue/sim-sqs-create-queue.d.ts +51 -0
  725. package/dist/service/sqs/command/queue/sim-sqs-create-queue.d.ts.map +1 -0
  726. package/dist/service/sqs/command/queue/sim-sqs-create-queue.js +70 -0
  727. package/dist/service/sqs/command/queue/sim-sqs-create-queue.js.map +1 -0
  728. package/dist/service/sqs/command/queue/sim-sqs-queue-access.d.ts +63 -0
  729. package/dist/service/sqs/command/queue/sim-sqs-queue-access.d.ts.map +1 -0
  730. package/dist/service/sqs/command/queue/sim-sqs-queue-access.js +98 -0
  731. package/dist/service/sqs/command/queue/sim-sqs-queue-access.js.map +1 -0
  732. package/dist/service/sqs/command/queue/sim-sqs-queue-attribute-commands.d.ts +45 -0
  733. package/dist/service/sqs/command/queue/sim-sqs-queue-attribute-commands.d.ts.map +1 -0
  734. package/dist/service/sqs/command/queue/sim-sqs-queue-attribute-commands.js +74 -0
  735. package/dist/service/sqs/command/queue/sim-sqs-queue-attribute-commands.js.map +1 -0
  736. package/dist/service/sqs/command/queue/sim-sqs-queue-commands.d.ts +47 -0
  737. package/dist/service/sqs/command/queue/sim-sqs-queue-commands.d.ts.map +1 -0
  738. package/dist/service/sqs/command/queue/sim-sqs-queue-commands.js +55 -0
  739. package/dist/service/sqs/command/queue/sim-sqs-queue-commands.js.map +1 -0
  740. package/dist/service/sqs/command/queue/sim-sqs-queue-page.d.ts +27 -0
  741. package/dist/service/sqs/command/queue/sim-sqs-queue-page.d.ts.map +1 -0
  742. package/dist/service/sqs/command/queue/sim-sqs-queue-page.js +54 -0
  743. package/dist/service/sqs/command/queue/sim-sqs-queue-page.js.map +1 -0
  744. package/dist/service/sqs/command/queue/sim-sqs-unsimulated-queue-input.d.ts +18 -0
  745. package/dist/service/sqs/command/queue/sim-sqs-unsimulated-queue-input.d.ts.map +1 -0
  746. package/dist/service/sqs/command/queue/sim-sqs-unsimulated-queue-input.js +27 -0
  747. package/dist/service/sqs/command/queue/sim-sqs-unsimulated-queue-input.js.map +1 -0
  748. package/dist/service/sqs/command/sim-sqs-command.types.d.ts +8 -0
  749. package/dist/service/sqs/command/sim-sqs-command.types.d.ts.map +1 -0
  750. package/dist/service/sqs/command/sim-sqs-command.types.js +2 -0
  751. package/dist/service/sqs/command/sim-sqs-command.types.js.map +1 -0
  752. package/dist/service/sqs/error/sim-sqs.error.d.ts +162 -0
  753. package/dist/service/sqs/error/sim-sqs.error.d.ts.map +1 -0
  754. package/dist/service/sqs/error/sim-sqs.error.js +191 -0
  755. package/dist/service/sqs/error/sim-sqs.error.js.map +1 -0
  756. package/dist/service/sqs/index.d.ts +14 -0
  757. package/dist/service/sqs/index.d.ts.map +1 -0
  758. package/dist/service/sqs/index.js +13 -0
  759. package/dist/service/sqs/index.js.map +1 -0
  760. package/dist/service/sqs/message/sim-sqs-message-attribute-payload.d.ts +56 -0
  761. package/dist/service/sqs/message/sim-sqs-message-attribute-payload.d.ts.map +1 -0
  762. package/dist/service/sqs/message/sim-sqs-message-attribute-payload.js +42 -0
  763. package/dist/service/sqs/message/sim-sqs-message-attribute-payload.js.map +1 -0
  764. package/dist/service/sqs/message/sim-sqs-message-attribute-rules.d.ts +23 -0
  765. package/dist/service/sqs/message/sim-sqs-message-attribute-rules.d.ts.map +1 -0
  766. package/dist/service/sqs/message/sim-sqs-message-attribute-rules.js +68 -0
  767. package/dist/service/sqs/message/sim-sqs-message-attribute-rules.js.map +1 -0
  768. package/dist/service/sqs/message/sim-sqs-message-attribute-value.d.ts +17 -0
  769. package/dist/service/sqs/message/sim-sqs-message-attribute-value.d.ts.map +1 -0
  770. package/dist/service/sqs/message/sim-sqs-message-attribute-value.js +2 -0
  771. package/dist/service/sqs/message/sim-sqs-message-attribute-value.js.map +1 -0
  772. package/dist/service/sqs/message/sim-sqs-message-attribute.d.ts +29 -0
  773. package/dist/service/sqs/message/sim-sqs-message-attribute.d.ts.map +1 -0
  774. package/dist/service/sqs/message/sim-sqs-message-attribute.js +56 -0
  775. package/dist/service/sqs/message/sim-sqs-message-attribute.js.map +1 -0
  776. package/dist/service/sqs/message/sim-sqs-message-attributes.d.ts +44 -0
  777. package/dist/service/sqs/message/sim-sqs-message-attributes.d.ts.map +1 -0
  778. package/dist/service/sqs/message/sim-sqs-message-attributes.js +93 -0
  779. package/dist/service/sqs/message/sim-sqs-message-attributes.js.map +1 -0
  780. package/dist/service/sqs/message/sim-sqs-message-body.d.ts +18 -0
  781. package/dist/service/sqs/message/sim-sqs-message-body.d.ts.map +1 -0
  782. package/dist/service/sqs/message/sim-sqs-message-body.js +66 -0
  783. package/dist/service/sqs/message/sim-sqs-message-body.js.map +1 -0
  784. package/dist/service/sqs/message/sim-sqs-message-store.d.ts +74 -0
  785. package/dist/service/sqs/message/sim-sqs-message-store.d.ts.map +1 -0
  786. package/dist/service/sqs/message/sim-sqs-message-store.js +99 -0
  787. package/dist/service/sqs/message/sim-sqs-message-store.js.map +1 -0
  788. package/dist/service/sqs/message/sim-sqs-message-system-attributes.d.ts +28 -0
  789. package/dist/service/sqs/message/sim-sqs-message-system-attributes.d.ts.map +1 -0
  790. package/dist/service/sqs/message/sim-sqs-message-system-attributes.js +75 -0
  791. package/dist/service/sqs/message/sim-sqs-message-system-attributes.js.map +1 -0
  792. package/dist/service/sqs/message/sim-sqs-message-visibility.d.ts +56 -0
  793. package/dist/service/sqs/message/sim-sqs-message-visibility.d.ts.map +1 -0
  794. package/dist/service/sqs/message/sim-sqs-message-visibility.js +79 -0
  795. package/dist/service/sqs/message/sim-sqs-message-visibility.js.map +1 -0
  796. package/dist/service/sqs/message/sim-sqs-message-writer.d.ts +41 -0
  797. package/dist/service/sqs/message/sim-sqs-message-writer.d.ts.map +1 -0
  798. package/dist/service/sqs/message/sim-sqs-message-writer.js +56 -0
  799. package/dist/service/sqs/message/sim-sqs-message-writer.js.map +1 -0
  800. package/dist/service/sqs/message/sim-sqs-message.d.ts +96 -0
  801. package/dist/service/sqs/message/sim-sqs-message.d.ts.map +1 -0
  802. package/dist/service/sqs/message/sim-sqs-message.js +136 -0
  803. package/dist/service/sqs/message/sim-sqs-message.js.map +1 -0
  804. package/dist/service/sqs/message/sim-sqs-receipt-handle.d.ts +10 -0
  805. package/dist/service/sqs/message/sim-sqs-receipt-handle.d.ts.map +1 -0
  806. package/dist/service/sqs/message/sim-sqs-receipt-handle.js +14 -0
  807. package/dist/service/sqs/message/sim-sqs-receipt-handle.js.map +1 -0
  808. package/dist/service/sqs/queue/sim-sqs-dead-letter-targets.d.ts +51 -0
  809. package/dist/service/sqs/queue/sim-sqs-dead-letter-targets.d.ts.map +1 -0
  810. package/dist/service/sqs/queue/sim-sqs-dead-letter-targets.js +62 -0
  811. package/dist/service/sqs/queue/sim-sqs-dead-letter-targets.js.map +1 -0
  812. package/dist/service/sqs/queue/sim-sqs-deleted-queue-names.d.ts +20 -0
  813. package/dist/service/sqs/queue/sim-sqs-deleted-queue-names.d.ts.map +1 -0
  814. package/dist/service/sqs/queue/sim-sqs-deleted-queue-names.js +42 -0
  815. package/dist/service/sqs/queue/sim-sqs-deleted-queue-names.js.map +1 -0
  816. package/dist/service/sqs/queue/sim-sqs-queue-activity.d.ts +65 -0
  817. package/dist/service/sqs/queue/sim-sqs-queue-activity.d.ts.map +1 -0
  818. package/dist/service/sqs/queue/sim-sqs-queue-activity.js +57 -0
  819. package/dist/service/sqs/queue/sim-sqs-queue-activity.js.map +1 -0
  820. package/dist/service/sqs/queue/sim-sqs-queue-arn.d.ts +41 -0
  821. package/dist/service/sqs/queue/sim-sqs-queue-arn.d.ts.map +1 -0
  822. package/dist/service/sqs/queue/sim-sqs-queue-arn.js +47 -0
  823. package/dist/service/sqs/queue/sim-sqs-queue-arn.js.map +1 -0
  824. package/dist/service/sqs/queue/sim-sqs-queue-attribute-names.d.ts +27 -0
  825. package/dist/service/sqs/queue/sim-sqs-queue-attribute-names.d.ts.map +1 -0
  826. package/dist/service/sqs/queue/sim-sqs-queue-attribute-names.js +83 -0
  827. package/dist/service/sqs/queue/sim-sqs-queue-attribute-names.js.map +1 -0
  828. package/dist/service/sqs/queue/sim-sqs-queue-attribute-numbers.d.ts +34 -0
  829. package/dist/service/sqs/queue/sim-sqs-queue-attribute-numbers.d.ts.map +1 -0
  830. package/dist/service/sqs/queue/sim-sqs-queue-attribute-numbers.js +93 -0
  831. package/dist/service/sqs/queue/sim-sqs-queue-attribute-numbers.js.map +1 -0
  832. package/dist/service/sqs/queue/sim-sqs-queue-attribute-specs.d.ts +20 -0
  833. package/dist/service/sqs/queue/sim-sqs-queue-attribute-specs.d.ts.map +1 -0
  834. package/dist/service/sqs/queue/sim-sqs-queue-attribute-specs.js +37 -0
  835. package/dist/service/sqs/queue/sim-sqs-queue-attribute-specs.js.map +1 -0
  836. package/dist/service/sqs/queue/sim-sqs-queue-attributes.d.ts +60 -0
  837. package/dist/service/sqs/queue/sim-sqs-queue-attributes.d.ts.map +1 -0
  838. package/dist/service/sqs/queue/sim-sqs-queue-attributes.js +96 -0
  839. package/dist/service/sqs/queue/sim-sqs-queue-attributes.js.map +1 -0
  840. package/dist/service/sqs/queue/sim-sqs-queue-name.d.ts +21 -0
  841. package/dist/service/sqs/queue/sim-sqs-queue-name.d.ts.map +1 -0
  842. package/dist/service/sqs/queue/sim-sqs-queue-name.js +47 -0
  843. package/dist/service/sqs/queue/sim-sqs-queue-name.js.map +1 -0
  844. package/dist/service/sqs/queue/sim-sqs-queue-report.d.ts +22 -0
  845. package/dist/service/sqs/queue/sim-sqs-queue-report.d.ts.map +1 -0
  846. package/dist/service/sqs/queue/sim-sqs-queue-report.js +29 -0
  847. package/dist/service/sqs/queue/sim-sqs-queue-report.js.map +1 -0
  848. package/dist/service/sqs/queue/sim-sqs-queue-store.d.ts +60 -0
  849. package/dist/service/sqs/queue/sim-sqs-queue-store.d.ts.map +1 -0
  850. package/dist/service/sqs/queue/sim-sqs-queue-store.js +87 -0
  851. package/dist/service/sqs/queue/sim-sqs-queue-store.js.map +1 -0
  852. package/dist/service/sqs/queue/sim-sqs-queue-url.d.ts +24 -0
  853. package/dist/service/sqs/queue/sim-sqs-queue-url.d.ts.map +1 -0
  854. package/dist/service/sqs/queue/sim-sqs-queue-url.js +36 -0
  855. package/dist/service/sqs/queue/sim-sqs-queue-url.js.map +1 -0
  856. package/dist/service/sqs/queue/sim-sqs-queue.d.ts +130 -0
  857. package/dist/service/sqs/queue/sim-sqs-queue.d.ts.map +1 -0
  858. package/dist/service/sqs/queue/sim-sqs-queue.js +188 -0
  859. package/dist/service/sqs/queue/sim-sqs-queue.js.map +1 -0
  860. package/dist/service/sqs/queue/sim-sqs-redrive-policy.d.ts +30 -0
  861. package/dist/service/sqs/queue/sim-sqs-redrive-policy.d.ts.map +1 -0
  862. package/dist/service/sqs/queue/sim-sqs-redrive-policy.js +118 -0
  863. package/dist/service/sqs/queue/sim-sqs-redrive-policy.js.map +1 -0
  864. package/dist/service/sqs/sdk/sim-sqs-sdk-command-router.d.ts +18 -0
  865. package/dist/service/sqs/sdk/sim-sqs-sdk-command-router.d.ts.map +1 -0
  866. package/dist/service/sqs/sdk/sim-sqs-sdk-command-router.js +76 -0
  867. package/dist/service/sqs/sdk/sim-sqs-sdk-command-router.js.map +1 -0
  868. package/dist/service/sqs/sim-sqs.d.ts +119 -0
  869. package/dist/service/sqs/sim-sqs.d.ts.map +1 -0
  870. package/dist/service/sqs/sim-sqs.js +213 -0
  871. package/dist/service/sqs/sim-sqs.js.map +1 -0
  872. package/package.json +8 -2
@@ -0,0 +1,23 @@
1
+ import { MappedFactory } from "@kensio/part-factory";
2
+ import { makeSimLambdaFunctionUrlId, SimLambdaFunctionUrl, } from "./sim-lambda-function-url.js";
3
+ /**
4
+ * Builds a Function URL record on its own, without a simulated Lambda service
5
+ * to hold it.
6
+ *
7
+ * A test that wants a Function URL a simulated Lambda knows about calls
8
+ * CreateFunctionUrlConfig instead, as an application would.
9
+ */
10
+ export const simLambdaFunctionUrlFactory = new MappedFactory(() => ({
11
+ functionName: "greeter",
12
+ functionArn: "arn:aws:lambda:eu-west-2:111111111111:function:greeter",
13
+ accountRegionScope: {
14
+ accountId: "111111111111",
15
+ regionName: "eu-west-2",
16
+ },
17
+ }), (input) => new SimLambdaFunctionUrl({
18
+ urlId: makeSimLambdaFunctionUrlId(),
19
+ functionName: input.functionName,
20
+ functionArn: input.functionArn,
21
+ accountRegionScope: input.accountRegionScope,
22
+ }));
23
+ //# sourceMappingURL=sim-lambda-function-url.factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-lambda-function-url.factory.js","sourceRoot":"","sources":["../../../../../src/service/lambda/function/url/sim-lambda-function-url.factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAIrD,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,GACrB,MAAM,8BAA8B,CAAC;AAWtC;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,IAAI,aAAa,CAI1D,GAAG,EAAE,CAAC,CAAC;IACL,YAAY,EAAE,SAAS;IACvB,WAAW,EAAE,wDAAwD;IACrE,kBAAkB,EAAE;QAClB,SAAS,EAAE,cAAiC;QAC5C,UAAU,EAAE,WAAW;KACxB;CACF,CAAC,EACF,CAAC,KAAK,EAAE,EAAE,CACR,IAAI,oBAAoB,CAAC;IACvB,KAAK,EAAE,0BAA0B,EAAE;IACnC,YAAY,EAAE,KAAK,CAAC,YAAqC;IACzD,WAAW,EAAE,KAAK,CAAC,WAAW;IAC9B,kBAAkB,EAAE,KAAK,CAAC,kBAAkB;CAC7C,CAAC,CACL,CAAC"}
@@ -5,4 +5,5 @@ export { makeLambdaZipFileInput } from "./function/code/lambda-zip-file-input.js
5
5
  export { makeLambdaCodeZip, type LambdaCodeZipFiles, } from "./function/code/make-lambda-code-zip.js";
6
6
  export type { SimLambdaCallback, SimLambdaContext, SimLambdaHandler, } from "./function/sim-lambda-handler.type.js";
7
7
  export type { SimLambdaFunctionUrlEvent, SimLambdaFunctionUrlResult, } from "./serve/event/sim-lambda-url-event.type.js";
8
+ export type { SimLambdaSqsEvent, SimLambdaSqsEventMessageAttribute, SimLambdaSqsEventRecord, } from "./event-source/poll/sim-lambda-sqs-event.js";
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/service/lambda/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EACL,8BAA8B,EAC9B,KAAK,4BAA4B,GAClC,MAAM,6DAA6D,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,6DAA6D,CAAC;AAC3G,OAAO,EAAE,sBAAsB,EAAE,MAAM,0CAA0C,CAAC;AAClF,OAAO,EACL,iBAAiB,EACjB,KAAK,kBAAkB,GACxB,MAAM,yCAAyC,CAAC;AACjD,YAAY,EACV,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,GACjB,MAAM,uCAAuC,CAAC;AAC/C,YAAY,EACV,yBAAyB,EACzB,0BAA0B,GAC3B,MAAM,4CAA4C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/service/lambda/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EACL,8BAA8B,EAC9B,KAAK,4BAA4B,GAClC,MAAM,6DAA6D,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,6DAA6D,CAAC;AAC3G,OAAO,EAAE,sBAAsB,EAAE,MAAM,0CAA0C,CAAC;AAClF,OAAO,EACL,iBAAiB,EACjB,KAAK,kBAAkB,GACxB,MAAM,yCAAyC,CAAC;AACjD,YAAY,EACV,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,GACjB,MAAM,uCAAuC,CAAC;AAC/C,YAAY,EACV,yBAAyB,EACzB,0BAA0B,GAC3B,MAAM,4CAA4C,CAAC;AACpD,YAAY,EACV,iBAAiB,EACjB,iCAAiC,EACjC,uBAAuB,GACxB,MAAM,6CAA6C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"sim-lambda-sdk-command-router.d.ts","sourceRoot":"","sources":["../../../../src/service/lambda/sdk/sim-lambda-sdk-command-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACzB,MAAM,uBAAuB,CAAC;AAY/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD;;GAEG;AACH,qBAAa,yBAA0B,YAAW,mBAAmB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE,YAAY,SAAS,EAAE,SAAS,EA2F/B;IAED;;OAEG;IACH,qBAAqB,IAAI,SAAS,MAAM,EAAE,CAEzC;IAED;;OAEG;IACH,KAAK,CAAC,WAAW,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS,CAEzD;CACF"}
1
+ {"version":3,"file":"sim-lambda-sdk-command-router.d.ts","sourceRoot":"","sources":["../../../../src/service/lambda/sdk/sim-lambda-sdk-command-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACzB,MAAM,uBAAuB,CAAC;AAkB/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD;;GAEG;AACH,qBAAa,yBAA0B,YAAW,mBAAmB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE,YAAY,SAAS,EAAE,SAAS,EA2H/B;IAED;;OAEG;IACH,qBAAqB,IAAI,SAAS,MAAM,EAAE,CAEzC;IAED;;OAEG;IACH,KAAK,CAAC,WAAW,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS,CAEzD;CACF"}
@@ -34,6 +34,22 @@ export class SimLambdaSdkCommandRouter {
34
34
  "DeleteFunctionUrlConfigCommand",
35
35
  async (command, context) => await simLambda.deleteFunctionUrlConfig(command, simSdkCallerOptions(context)),
36
36
  ],
37
+ [
38
+ "CreateEventSourceMappingCommand",
39
+ async (command, context) => await simLambda.createEventSourceMapping(command, simSdkCallerOptions(context)),
40
+ ],
41
+ [
42
+ "GetEventSourceMappingCommand",
43
+ async (command, context) => await simLambda.getEventSourceMapping(command, simSdkCallerOptions(context)),
44
+ ],
45
+ [
46
+ "ListEventSourceMappingsCommand",
47
+ async (command, context) => await simLambda.listEventSourceMappings(command, simSdkCallerOptions(context)),
48
+ ],
49
+ [
50
+ "DeleteEventSourceMappingCommand",
51
+ async (command, context) => await simLambda.deleteEventSourceMapping(command, simSdkCallerOptions(context)),
52
+ ],
37
53
  [
38
54
  "AddPermissionCommand",
39
55
  async (command, context) => await simLambda.addPermission(command, simSdkCallerOptions(context)),
@@ -1 +1 @@
1
- {"version":3,"file":"sim-lambda-sdk-command-router.js","sourceRoot":"","sources":["../../../../src/service/lambda/sdk/sim-lambda-sdk-command-router.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,GAGpB,MAAM,uBAAuB,CAAC;AAc/B;;GAEG;AACH,MAAM,OAAO,yBAAyB;IACnB,MAAM,CAA0C;IAEjE,YAAY,SAAoB;QAC9B,IAAI,CAAC,MAAM,GAAG,IAAI,GAAG,CAA6B;YAChD;gBACE,uBAAuB;gBACvB,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,cAAc,CAC5B,OAAmC,EACnC,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,oBAAoB;gBACpB,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,WAAW,CACzB,OAAgC,EAChC,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,eAAe;gBACf,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,MAAM,CACpB,OAA2B,EAC3B,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,gCAAgC;gBAChC,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,uBAAuB,CACrC,OAA4C,EAC5C,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,6BAA6B;gBAC7B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,oBAAoB,CAClC,OAAyC,EACzC,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,gCAAgC;gBAChC,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,uBAAuB,CACrC,OAA4C,EAC5C,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,gCAAgC;gBAChC,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,uBAAuB,CACrC,OAA4C,EAC5C,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,sBAAsB;gBACtB,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,aAAa,CAC3B,OAAkC,EAClC,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,yBAAyB;gBACzB,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,gBAAgB,CAC9B,OAAqC,EACrC,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,kBAAkB;gBAClB,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,SAAS,CACvB,OAA8B,EAC9B,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,+BAA+B;gBAC/B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,SAAS,CAAC,sBAAsB,CACpC,OAA2C,EAC3C,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;SACF,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,qBAAqB;QACnB,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC;IACtC,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,WAAmB;QACvB,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;IACtC,CAAC;CACF"}
1
+ {"version":3,"file":"sim-lambda-sdk-command-router.js","sourceRoot":"","sources":["../../../../src/service/lambda/sdk/sim-lambda-sdk-command-router.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,51 @@
1
+ import { type BackgroundScheduler } from "../../util/background/background.js";
2
+ import type { SimAwsRunAsOwner } from "../aws/caller/sim-aws-run-as-context.js";
3
+ import type { SimAwsAccountRegionScope } from "../aws/sim-aws-account-region-scope.js";
4
+ import { type SimIamInterServiceAuthZ } from "../iam/authorize/sim-iam-inter-service-auth-z.js";
5
+ import { SimLambdaEventSourceMappingCommands } from "./command/event-source-mapping/sim-lambda-event-source-mapping-commands.js";
6
+ import { SimLambdaFunctionCommands } from "./command/function/sim-lambda-function-commands.js";
7
+ import { SimLambdaFunctionUrlCommands } from "./command/function-url/sim-lambda-function-url-commands.js";
8
+ import { SimLambdaPermissionCommands } from "./command/permission/sim-lambda-permission-commands.js";
9
+ import { type SimLambdaEventSourceQueues } from "./event-source/queue/sim-lambda-event-source-queues.js";
10
+ import type { SimLambdaCodeStore } from "./function/code/store/sim-lambda-code-store.js";
11
+ import type { SimLambdaVmSdkModuleProvider } from "./function/code/vm/sdk/sim-lambda-vm-sdk-module-provider.js";
12
+ import type { SimLambdaFunctionMap } from "./function/sim-lambda-function.js";
13
+ import { SimLambdaFunctionLookup } from "./function/url/sim-lambda-function-lookup.js";
14
+ import { SimLambdaFunctionUrlStore } from "./function/url/sim-lambda-function-url-store.js";
15
+ import { SimLambdaUrlRegistry } from "./registry/sim-lambda-url-registry.js";
16
+ /**
17
+ * How one simulated Lambda is put together.
18
+ */
19
+ export interface SimLambdaProperties {
20
+ readonly accountRegionScope?: SimAwsAccountRegionScope;
21
+ readonly iam?: SimIamInterServiceAuthZ;
22
+ readonly background?: BackgroundScheduler;
23
+ readonly runAsOwner?: SimAwsRunAsOwner;
24
+ readonly codeStore?: SimLambdaCodeStore;
25
+ readonly vmSdkModuleProvider?: SimLambdaVmSdkModuleProvider;
26
+ readonly urlRegistry?: SimLambdaUrlRegistry;
27
+ readonly eventSourceQueues?: SimLambdaEventSourceQueues;
28
+ }
29
+ interface SimLambdaCommandsProperties extends SimLambdaProperties {
30
+ readonly functions: SimLambdaFunctionMap;
31
+ readonly runAsOwner: SimAwsRunAsOwner;
32
+ }
33
+ /**
34
+ * The command areas of one simulated Lambda, and the state they share.
35
+ *
36
+ * The wiring lives here rather than in the SimLambda constructor so the service
37
+ * facade stays what it is meant to be: state and delegation. Each area is
38
+ * grouped by the collaborators it shares, so a command's own handler is reached
39
+ * through the area it belongs to.
40
+ */
41
+ export declare class SimLambdaCommands {
42
+ readonly functionUrlStore: SimLambdaFunctionUrlStore;
43
+ readonly functionLookup: SimLambdaFunctionLookup;
44
+ readonly functions: SimLambdaFunctionCommands;
45
+ readonly functionUrls: SimLambdaFunctionUrlCommands;
46
+ readonly permissions: SimLambdaPermissionCommands;
47
+ readonly eventSourceMappings: SimLambdaEventSourceMappingCommands;
48
+ constructor(properties: SimLambdaCommandsProperties);
49
+ }
50
+ export {};
51
+ //# sourceMappingURL=sim-lambda-commands.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-lambda-commands.d.ts","sourceRoot":"","sources":["../../../src/service/lambda/sim-lambda-commands.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAEhF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AACvF,OAAO,EAEL,KAAK,uBAAuB,EAC7B,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EAAE,mCAAmC,EAAE,MAAM,4EAA4E,CAAC;AACjI,OAAO,EAAE,yBAAyB,EAAE,MAAM,oDAAoD,CAAC;AAC/F,OAAO,EAAE,4BAA4B,EAAE,MAAM,4DAA4D,CAAC;AAC1G,OAAO,EAAE,2BAA2B,EAAE,MAAM,wDAAwD,CAAC;AAErG,OAAO,EACL,KAAK,0BAA0B,EAEhC,MAAM,wDAAwD,CAAC;AAChE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACzF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,6DAA6D,CAAC;AAEhH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAE7E;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,kBAAkB,CAAC,EAAE,wBAAwB,CAAC;IACvD,QAAQ,CAAC,GAAG,CAAC,EAAE,uBAAuB,CAAC;IACvC,QAAQ,CAAC,UAAU,CAAC,EAAE,mBAAmB,CAAC;IAC1C,QAAQ,CAAC,UAAU,CAAC,EAAE,gBAAgB,CAAC;IACvC,QAAQ,CAAC,SAAS,CAAC,EAAE,kBAAkB,CAAC;IACxC,QAAQ,CAAC,mBAAmB,CAAC,EAAE,4BAA4B,CAAC;IAC5D,QAAQ,CAAC,WAAW,CAAC,EAAE,oBAAoB,CAAC;IAC5C,QAAQ,CAAC,iBAAiB,CAAC,EAAE,0BAA0B,CAAC;CACzD;AAED,UAAU,2BAA4B,SAAQ,mBAAmB;IAC/D,QAAQ,CAAC,SAAS,EAAE,oBAAoB,CAAC;IACzC,QAAQ,CAAC,UAAU,EAAE,gBAAgB,CAAC;CACvC;AAED;;;;;;;GAOG;AACH,qBAAa,iBAAiB;IAC5B,SAAgB,gBAAgB,EAAE,yBAAyB,CAAC;IAC5D,SAAgB,cAAc,EAAE,uBAAuB,CAAC;IACxD,SAAgB,SAAS,EAAE,yBAAyB,CAAC;IACrD,SAAgB,YAAY,EAAE,4BAA4B,CAAC;IAC3D,SAAgB,WAAW,EAAE,2BAA2B,CAAC;IACzD,SAAgB,mBAAmB,EAAE,mCAAmC,CAAC;IAEzE,YAAY,UAAU,EAAE,2BAA2B,EA4DlD;CACF"}
@@ -0,0 +1,84 @@
1
+ import { BackgroundTasks, } from "../../util/background/background.js";
2
+ import { simAwsAccountRegionScopeFactory } from "../aws/sim-aws-account-region-scope.factory.js";
3
+ import { SimIamAllowAllAuth, } from "../iam/authorize/sim-iam-inter-service-auth-z.js";
4
+ import { SimLambdaEventSourceMappingCommands } from "./command/event-source-mapping/sim-lambda-event-source-mapping-commands.js";
5
+ import { SimLambdaFunctionCommands } from "./command/function/sim-lambda-function-commands.js";
6
+ import { SimLambdaFunctionUrlCommands } from "./command/function-url/sim-lambda-function-url-commands.js";
7
+ import { SimLambdaPermissionCommands } from "./command/permission/sim-lambda-permission-commands.js";
8
+ import { SimLambdaEventSourcePollers } from "./event-source/sim-lambda-event-source-pollers.js";
9
+ import { SimLambdaNoEventSourceQueues, } from "./event-source/queue/sim-lambda-event-source-queues.js";
10
+ import { SimLambdaEnvironmentConflicts } from "./function/environment/sim-lambda-environment-conflicts.js";
11
+ import { SimLambdaFunctionLookup } from "./function/url/sim-lambda-function-lookup.js";
12
+ import { SimLambdaFunctionUrlStore } from "./function/url/sim-lambda-function-url-store.js";
13
+ import { SimLambdaUrlRegistry } from "./registry/sim-lambda-url-registry.js";
14
+ /**
15
+ * The command areas of one simulated Lambda, and the state they share.
16
+ *
17
+ * The wiring lives here rather than in the SimLambda constructor so the service
18
+ * facade stays what it is meant to be: state and delegation. Each area is
19
+ * grouped by the collaborators it shares, so a command's own handler is reached
20
+ * through the area it belongs to.
21
+ */
22
+ export class SimLambdaCommands {
23
+ functionUrlStore;
24
+ functionLookup;
25
+ functions;
26
+ functionUrls;
27
+ permissions;
28
+ eventSourceMappings;
29
+ constructor(properties) {
30
+ const { accountRegionScope = simAwsAccountRegionScopeFactory.make(), iam = new SimIamAllowAllAuth(), background = new BackgroundTasks(), codeStore, vmSdkModuleProvider,
31
+ // A standalone SimLambda is not reachable over HTTP, so its own registry
32
+ // is enough; a SimAws-created one shares the environment-wide registry
33
+ // the serving layer routes with.
34
+ urlRegistry = new SimLambdaUrlRegistry(),
35
+ // A standalone SimLambda has no simulated SQS to poll, so an event source
36
+ // mapping made on one is refused rather than never delivering.
37
+ eventSourceQueues = new SimLambdaNoEventSourceQueues(), } = properties;
38
+ this.functionLookup = new SimLambdaFunctionLookup({
39
+ accountRegionScope,
40
+ functions: properties.functions,
41
+ });
42
+ this.functionUrlStore = new SimLambdaFunctionUrlStore({
43
+ accountRegionScope,
44
+ urlRegistry,
45
+ clock: background,
46
+ });
47
+ this.functionUrls = new SimLambdaFunctionUrlCommands({
48
+ functionUrls: this.functionUrlStore,
49
+ functions: this.functionLookup,
50
+ iam,
51
+ background,
52
+ });
53
+ this.permissions = new SimLambdaPermissionCommands({
54
+ functions: this.functionLookup,
55
+ iam,
56
+ background,
57
+ });
58
+ this.eventSourceMappings = new SimLambdaEventSourceMappingCommands({
59
+ accountRegionScope,
60
+ pollers: new SimLambdaEventSourcePollers({
61
+ functions: this.functionLookup,
62
+ queues: eventSourceQueues,
63
+ background,
64
+ }),
65
+ queues: eventSourceQueues,
66
+ functions: this.functionLookup,
67
+ iam,
68
+ background,
69
+ });
70
+ this.functions = new SimLambdaFunctionCommands({
71
+ accountRegionScope,
72
+ functions: properties.functions,
73
+ iam,
74
+ background,
75
+ runAsOwner: properties.runAsOwner,
76
+ // Shared across function creations so a conflicting environment variable
77
+ // is only reported once for this simulated Lambda.
78
+ environmentConflicts: new SimLambdaEnvironmentConflicts(),
79
+ codeStore,
80
+ vmSdkModuleProvider,
81
+ });
82
+ }
83
+ }
84
+ //# sourceMappingURL=sim-lambda-commands.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-lambda-commands.js","sourceRoot":"","sources":["../../../src/service/lambda/sim-lambda-commands.ts"],"names":[],"mappings":"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"}
@@ -1,90 +1,87 @@
1
1
  import type { SimSdkCommandRouter } from "../../sdk/index.js";
2
- import { type BackgroundScheduler } from "../../util/background/background.js";
3
2
  import type { SimAwsCaller } from "../aws/caller/sim-aws-caller.js";
4
- import type { SimAwsRunAsOwner } from "../aws/caller/sim-aws-run-as-context.js";
5
- import type { SimAwsAccountRegionScope } from "../aws/sim-aws-account-region-scope.js";
6
- import { type SimIamInterServiceAuthZ } from "../iam/authorize/sim-iam-inter-service-auth-z.js";
7
3
  import type { SimCfnServiceResourceFactory } from "../cloudformation/resource/factory/sim-cfn-resource-factory.type.js";
8
- import type { SimLambdaCodeStore } from "./function/code/store/sim-lambda-code-store.js";
9
- import type { SimLambdaVmSdkModuleProvider } from "./function/code/vm/sdk/sim-lambda-vm-sdk-module-provider.js";
4
+ import type { SimLambdaEventSourceMapping } from "./event-source/sim-lambda-event-source-mapping.js";
10
5
  import type { SimLambdaFunction, SimLambdaFunctionName } from "./function/sim-lambda-function.js";
11
- import type { SimAddPermissionCommand, SimAddPermissionCommandOutput, SimCreateFunctionCommand, SimCreateFunctionCommandOutput, SimCreateFunctionUrlConfigCommand, SimCreateFunctionUrlConfigCommandOutput, SimDeleteFunctionUrlConfigCommand, SimDeleteFunctionUrlConfigCommandOutput, SimGetFunctionCommand, SimGetFunctionCommandOutput, SimGetFunctionUrlConfigCommand, SimGetFunctionUrlConfigCommandOutput, SimGetPolicyCommand, SimGetPolicyCommandOutput, SimInvokeCommand, SimInvokeCommandOutput, SimListFunctionUrlConfigsCommand, SimListFunctionUrlConfigsCommandOutput, SimRemovePermissionCommand, SimRemovePermissionCommandOutput, SimUpdateFunctionUrlConfigCommand, SimUpdateFunctionUrlConfigCommandOutput } from "./command/sim-lambda-command.types.js";
12
6
  import type { SimLambdaFunctionUrl, SimLambdaFunctionUrlId } from "./function/url/sim-lambda-function-url.js";
13
- import { SimLambdaUrlRegistry } from "./registry/sim-lambda-url-registry.js";
7
+ import type * as simLambdaCommands from "./command/sim-lambda-command.types.js";
8
+ import { type SimLambdaProperties } from "./sim-lambda-commands.js";
14
9
  export interface SimLambdaRequestOptions {
15
10
  readonly caller?: SimAwsCaller;
16
11
  }
17
- interface SimLambdaProperties {
18
- readonly accountRegionScope?: SimAwsAccountRegionScope;
19
- readonly iam?: SimIamInterServiceAuthZ;
20
- readonly background?: BackgroundScheduler;
21
- readonly runAsOwner?: SimAwsRunAsOwner;
22
- readonly codeStore?: SimLambdaCodeStore;
23
- readonly vmSdkModuleProvider?: SimLambdaVmSdkModuleProvider;
24
- readonly urlRegistry?: SimLambdaUrlRegistry;
25
- }
26
12
  /**
27
13
  * Simulated Lambda. Handles SDK commands. Emulates AWS behaviour and state.
28
14
  */
29
15
  export declare class SimLambda {
30
16
  private readonly functions;
31
- private readonly functionUrls;
32
- private readonly functionLookup;
33
- private readonly functionCommands;
34
- private readonly functionUrlCommands;
35
- private readonly permissionCommands;
36
- /**
37
- * Shared across function creations so a conflicting environment variable is
38
- * only reported once for this simulated Lambda.
39
- */
40
- private readonly environmentConflicts;
17
+ private readonly commands;
41
18
  private readonly cfnFactory;
42
19
  private readonly sdkRouter;
43
20
  constructor(properties?: SimLambdaProperties);
44
21
  /**
45
22
  * Handle a Create Function Command from the SDK.
46
23
  */
47
- createFunction(command: SimCreateFunctionCommand, options?: SimLambdaRequestOptions): Promise<SimCreateFunctionCommandOutput>;
24
+ createFunction(command: simLambdaCommands.SimCreateFunctionCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimCreateFunctionCommandOutput>;
48
25
  /**
49
26
  * Handle a Get Function Command from the SDK.
50
27
  */
51
- getFunction(command: SimGetFunctionCommand, options?: SimLambdaRequestOptions): Promise<SimGetFunctionCommandOutput>;
28
+ getFunction(command: simLambdaCommands.SimGetFunctionCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimGetFunctionCommandOutput>;
52
29
  /**
53
30
  * Handle an Invoke Command from the SDK.
54
31
  */
55
- invoke(command: SimInvokeCommand, options?: SimLambdaRequestOptions): Promise<SimInvokeCommandOutput>;
32
+ invoke(command: simLambdaCommands.SimInvokeCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimInvokeCommandOutput>;
56
33
  /**
57
34
  * Handle a Create Function Url Config Command from the SDK.
58
35
  */
59
- createFunctionUrlConfig(command: SimCreateFunctionUrlConfigCommand, options?: SimLambdaRequestOptions): Promise<SimCreateFunctionUrlConfigCommandOutput>;
36
+ createFunctionUrlConfig(command: simLambdaCommands.SimCreateFunctionUrlConfigCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimCreateFunctionUrlConfigCommandOutput>;
60
37
  /**
61
38
  * Handle a Get Function Url Config Command from the SDK.
62
39
  */
63
- getFunctionUrlConfig(command: SimGetFunctionUrlConfigCommand, options?: SimLambdaRequestOptions): Promise<SimGetFunctionUrlConfigCommandOutput>;
40
+ getFunctionUrlConfig(command: simLambdaCommands.SimGetFunctionUrlConfigCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimGetFunctionUrlConfigCommandOutput>;
64
41
  /**
65
42
  * Handle an Update Function Url Config Command from the SDK.
66
43
  */
67
- updateFunctionUrlConfig(command: SimUpdateFunctionUrlConfigCommand, options?: SimLambdaRequestOptions): Promise<SimUpdateFunctionUrlConfigCommandOutput>;
44
+ updateFunctionUrlConfig(command: simLambdaCommands.SimUpdateFunctionUrlConfigCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimUpdateFunctionUrlConfigCommandOutput>;
68
45
  /**
69
46
  * Handle a Delete Function Url Config Command from the SDK.
70
47
  */
71
- deleteFunctionUrlConfig(command: SimDeleteFunctionUrlConfigCommand, options?: SimLambdaRequestOptions): Promise<SimDeleteFunctionUrlConfigCommandOutput>;
48
+ deleteFunctionUrlConfig(command: simLambdaCommands.SimDeleteFunctionUrlConfigCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimDeleteFunctionUrlConfigCommandOutput>;
72
49
  /**
73
50
  * Handle a List Function Url Configs Command from the SDK.
74
51
  */
75
- listFunctionUrlConfigs(command: SimListFunctionUrlConfigsCommand, options?: SimLambdaRequestOptions): Promise<SimListFunctionUrlConfigsCommandOutput>;
52
+ listFunctionUrlConfigs(command: simLambdaCommands.SimListFunctionUrlConfigsCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimListFunctionUrlConfigsCommandOutput>;
53
+ /**
54
+ * Handle a Create Event Source Mapping Command from the SDK.
55
+ */
56
+ createEventSourceMapping(command: simLambdaCommands.SimCreateEventSourceMappingCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimCreateEventSourceMappingCommandOutput>;
57
+ /**
58
+ * Handle a Get Event Source Mapping Command from the SDK.
59
+ */
60
+ getEventSourceMapping(command: simLambdaCommands.SimGetEventSourceMappingCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimGetEventSourceMappingCommandOutput>;
61
+ /**
62
+ * Handle a List Event Source Mappings Command from the SDK.
63
+ */
64
+ listEventSourceMappings(command: simLambdaCommands.SimListEventSourceMappingsCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimListEventSourceMappingsCommandOutput>;
65
+ /**
66
+ * Handle a Delete Event Source Mapping Command from the SDK.
67
+ */
68
+ deleteEventSourceMapping(command: simLambdaCommands.SimDeleteEventSourceMappingCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimDeleteEventSourceMappingCommandOutput>;
76
69
  /**
77
70
  * Handle an Add Permission Command from the SDK.
78
71
  */
79
- addPermission(command: SimAddPermissionCommand, options?: SimLambdaRequestOptions): Promise<SimAddPermissionCommandOutput>;
72
+ addPermission(command: simLambdaCommands.SimAddPermissionCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimAddPermissionCommandOutput>;
80
73
  /**
81
74
  * Handle a Remove Permission Command from the SDK.
82
75
  */
83
- removePermission(command: SimRemovePermissionCommand, options?: SimLambdaRequestOptions): Promise<SimRemovePermissionCommandOutput>;
76
+ removePermission(command: simLambdaCommands.SimRemovePermissionCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimRemovePermissionCommandOutput>;
84
77
  /**
85
78
  * Handle a Get Policy Command from the SDK.
86
79
  */
87
- getPolicy(command: SimGetPolicyCommand, options?: SimLambdaRequestOptions): Promise<SimGetPolicyCommandOutput>;
80
+ getPolicy(command: simLambdaCommands.SimGetPolicyCommand, options?: SimLambdaRequestOptions): Promise<simLambdaCommands.SimGetPolicyCommandOutput>;
81
+ /**
82
+ * Get a simulated event source mapping by its UUID.
83
+ */
84
+ getSimEventSourceMapping(uuid: string): SimLambdaEventSourceMapping | undefined;
88
85
  /**
89
86
  * Get a simulated Lambda function instance by name.
90
87
  */
@@ -109,5 +106,4 @@ export declare class SimLambda {
109
106
  */
110
107
  sdkCommandRouter(): SimSdkCommandRouter;
111
108
  }
112
- export {};
113
109
  //# sourceMappingURL=sim-lambda.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-lambda.d.ts","sourceRoot":"","sources":["../../../src/service/lambda/sim-lambda.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sim-lambda.d.ts","sourceRoot":"","sources":["../../../src/service/lambda/sim-lambda.ts"],"names":[],"mappings":"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"}
@@ -1,137 +1,119 @@
1
- import { BackgroundTasks, } from "../../util/background/background.js";
2
- import { simAwsAccountRegionScopeFactory } from "../aws/sim-aws-account-region-scope.factory.js";
3
- import { SimIamAllowAllAuth, } from "../iam/authorize/sim-iam-inter-service-auth-z.js";
4
1
  import { SimLambdaCloudFormationResourceFactory } from "./cfn/sim-cfn-lambda-resource-factory.js";
5
- import { SimLambdaEnvironmentConflicts } from "./function/environment/sim-lambda-environment-conflicts.js";
6
- import { SimLambdaFunctionCommands } from "./command/function/sim-lambda-function-commands.js";
7
- import { SimLambdaFunctionUrlCommands } from "./command/function-url/sim-lambda-function-url-commands.js";
8
- import { SimLambdaPermissionCommands } from "./command/permission/sim-lambda-permission-commands.js";
9
- import { SimLambdaFunctionLookup } from "./function/url/sim-lambda-function-lookup.js";
10
- import { SimLambdaFunctionUrlStore } from "./function/url/sim-lambda-function-url-store.js";
11
- import { SimLambdaUrlRegistry } from "./registry/sim-lambda-url-registry.js";
2
+ import { SimLambdaCommands, } from "./sim-lambda-commands.js";
12
3
  import { SimLambdaSdkCommandRouter } from "./sdk/sim-lambda-sdk-command-router.js";
13
4
  /**
14
5
  * Simulated Lambda. Handles SDK commands. Emulates AWS behaviour and state.
15
6
  */
16
7
  export class SimLambda {
17
8
  functions = new Map();
18
- functionUrls;
19
- functionLookup;
20
- functionCommands;
21
- functionUrlCommands;
22
- permissionCommands;
23
- /**
24
- * Shared across function creations so a conflicting environment variable is
25
- * only reported once for this simulated Lambda.
26
- */
27
- environmentConflicts = new SimLambdaEnvironmentConflicts();
9
+ commands;
28
10
  cfnFactory = new SimLambdaCloudFormationResourceFactory(this);
29
11
  sdkRouter = new SimLambdaSdkCommandRouter(this);
30
12
  constructor(properties = {}) {
31
- const { accountRegionScope = simAwsAccountRegionScopeFactory.make(), iam = new SimIamAllowAllAuth(), background = new BackgroundTasks(), codeStore, vmSdkModuleProvider,
32
- // A standalone SimLambda is not reachable over HTTP, so its own
33
- // registry is enough; a SimAws-created one shares the environment-wide
34
- // registry the serving layer routes with.
35
- urlRegistry = new SimLambdaUrlRegistry(), } = properties;
36
- this.functionLookup = new SimLambdaFunctionLookup({
37
- accountRegionScope,
13
+ this.commands = new SimLambdaCommands({
14
+ ...properties,
38
15
  functions: this.functions,
39
- });
40
- this.functionUrls = new SimLambdaFunctionUrlStore({
41
- accountRegionScope,
42
- urlRegistry,
43
- clock: background,
44
- });
45
- this.functionUrlCommands = new SimLambdaFunctionUrlCommands({
46
- functionUrls: this.functionUrls,
47
- functions: this.functionLookup,
48
- iam,
49
- background,
50
- });
51
- this.permissionCommands = new SimLambdaPermissionCommands({
52
- functions: this.functionLookup,
53
- iam,
54
- background,
55
- });
56
- this.functionCommands = new SimLambdaFunctionCommands({
57
- accountRegionScope,
58
- functions: this.functions,
59
- iam,
60
- background,
61
16
  // Ambient execution-role callers are tracked per owning SimAws instance.
62
17
  // A standalone SimLambda is its own little universe, so it owns its own
63
18
  // ambient callers.
64
19
  runAsOwner: properties.runAsOwner ?? this,
65
- environmentConflicts: this.environmentConflicts,
66
- codeStore,
67
- vmSdkModuleProvider,
68
20
  });
69
21
  }
70
22
  /**
71
23
  * Handle a Create Function Command from the SDK.
72
24
  */
73
25
  async createFunction(command, options) {
74
- return await this.functionCommands.create(command, options);
26
+ return await this.commands.functions.create(command, options);
75
27
  }
76
28
  /**
77
29
  * Handle a Get Function Command from the SDK.
78
30
  */
79
31
  async getFunction(command, options) {
80
- return await this.functionCommands.get(command, options);
32
+ return await this.commands.functions.get(command, options);
81
33
  }
82
34
  /**
83
35
  * Handle an Invoke Command from the SDK.
84
36
  */
85
37
  async invoke(command, options) {
86
- return await this.functionCommands.invoke(command, options);
38
+ return await this.commands.functions.invoke(command, options);
87
39
  }
88
40
  /**
89
41
  * Handle a Create Function Url Config Command from the SDK.
90
42
  */
91
43
  async createFunctionUrlConfig(command, options) {
92
- return await this.functionUrlCommands.create(command, options);
44
+ return await this.commands.functionUrls.create(command, options);
93
45
  }
94
46
  /**
95
47
  * Handle a Get Function Url Config Command from the SDK.
96
48
  */
97
49
  async getFunctionUrlConfig(command, options) {
98
- return await this.functionUrlCommands.get(command, options);
50
+ return await this.commands.functionUrls.get(command, options);
99
51
  }
100
52
  /**
101
53
  * Handle an Update Function Url Config Command from the SDK.
102
54
  */
103
55
  async updateFunctionUrlConfig(command, options) {
104
- return await this.functionUrlCommands.update(command, options);
56
+ return await this.commands.functionUrls.update(command, options);
105
57
  }
106
58
  /**
107
59
  * Handle a Delete Function Url Config Command from the SDK.
108
60
  */
109
61
  async deleteFunctionUrlConfig(command, options) {
110
- return await this.functionUrlCommands.delete(command, options);
62
+ return await this.commands.functionUrls.delete(command, options);
111
63
  }
112
64
  /**
113
65
  * Handle a List Function Url Configs Command from the SDK.
114
66
  */
115
67
  async listFunctionUrlConfigs(command, options) {
116
- return await this.functionUrlCommands.list(command, options);
68
+ return await this.commands.functionUrls.list(command, options);
69
+ }
70
+ /**
71
+ * Handle a Create Event Source Mapping Command from the SDK.
72
+ */
73
+ async createEventSourceMapping(command, options) {
74
+ return await this.commands.eventSourceMappings.create(command, options);
75
+ }
76
+ /**
77
+ * Handle a Get Event Source Mapping Command from the SDK.
78
+ */
79
+ async getEventSourceMapping(command, options) {
80
+ return await this.commands.eventSourceMappings.get(command, options);
81
+ }
82
+ /**
83
+ * Handle a List Event Source Mappings Command from the SDK.
84
+ */
85
+ async listEventSourceMappings(command, options) {
86
+ return await this.commands.eventSourceMappings.list(command, options);
87
+ }
88
+ /**
89
+ * Handle a Delete Event Source Mapping Command from the SDK.
90
+ */
91
+ async deleteEventSourceMapping(command, options) {
92
+ return await this.commands.eventSourceMappings.delete(command, options);
117
93
  }
118
94
  /**
119
95
  * Handle an Add Permission Command from the SDK.
120
96
  */
121
97
  async addPermission(command, options) {
122
- return await this.permissionCommands.add(command, options);
98
+ return await this.commands.permissions.add(command, options);
123
99
  }
124
100
  /**
125
101
  * Handle a Remove Permission Command from the SDK.
126
102
  */
127
103
  async removePermission(command, options) {
128
- return await this.permissionCommands.remove(command, options);
104
+ return await this.commands.permissions.remove(command, options);
129
105
  }
130
106
  /**
131
107
  * Handle a Get Policy Command from the SDK.
132
108
  */
133
109
  async getPolicy(command, options) {
134
- return await this.permissionCommands.getPolicy(command, options);
110
+ return await this.commands.permissions.getPolicy(command, options);
111
+ }
112
+ /**
113
+ * Get a simulated event source mapping by its UUID.
114
+ */
115
+ getSimEventSourceMapping(uuid) {
116
+ return this.commands.eventSourceMappings.find(uuid);
135
117
  }
136
118
  /**
137
119
  * Get a simulated Lambda function instance by name.
@@ -143,7 +125,7 @@ export class SimLambda {
143
125
  * Get a simulated Lambda function's Function URL, if it has one.
144
126
  */
145
127
  getSimFunctionUrl(functionName) {
146
- return this.functionUrls.get(functionName);
128
+ return this.commands.functionUrlStore.get(functionName);
147
129
  }
148
130
  /**
149
131
  * Get a simulated Lambda Function URL by the id in its hostname.
@@ -152,7 +134,7 @@ export class SimLambda {
152
134
  * was addressed to, once the registry has named the owning Account.
153
135
  */
154
136
  getSimFunctionUrlById(urlId) {
155
- return this.functionUrls.byUrlId(urlId);
137
+ return this.commands.functionUrlStore.byUrlId(urlId);
156
138
  }
157
139
  /**
158
140
  * Get this service's CloudFormation Resource factory.
@@ -1 +1 @@
1
- {"version":3,"file":"sim-lambda.js","sourceRoot":"","sources":["../../../src/service/lambda/sim-lambda.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sim-lambda.js","sourceRoot":"","sources":["../../../src/service/lambda/sim-lambda.ts"],"names":[],"mappings":"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"}