@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
@@ -1,4 +1,5 @@
1
1
  import { SimAcmRegistry } from "../../acm/registry/sim-acm-registry.js";
2
+ import { SimCognitoUserPoolRegistry } from "../../cognito/registry/sim-cognito-user-pool-registry.js";
2
3
  import { SimRoute53Registry } from "../../route53/registry/sim-route53-registry.js";
3
4
  import { SimS3GlobalRegistry } from "../../s3/sim-s3-global-registry.js";
4
5
  /**
@@ -16,6 +17,12 @@ export declare class SimAwsScopedServiceRegistries {
16
17
  * can resolve the Certificate it names.
17
18
  */
18
19
  readonly acm: SimAcmRegistry;
20
+ /**
21
+ * Indexes the user pools created in any Account and Region of one SimAws
22
+ * instance, so a served request naming only a pool id, such as one for a
23
+ * pool's JWKS, finds the pool it belongs to.
24
+ */
25
+ readonly cognito: SimCognitoUserPoolRegistry;
19
26
  /**
20
27
  * Owns hosted zone and DNS record state shared by the account-scoped Route53
21
28
  * service instances created for one SimAws instance.
@@ -1 +1 @@
1
- {"version":3,"file":"sim-aws-scoped-service-registries.d.ts","sourceRoot":"","sources":["../../../../src/service/aws/factory/sim-aws-scoped-service-registries.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE;;;;;;;GAOG;AACH,qBAAa,6BAA6B;IACxC;;;;OAIG;IACH,SAAgB,GAAG,iBAAwB;IAE3C;;;OAGG;IACH,SAAgB,OAAO,qBAA4B;IAEnD;;;;OAIG;IACH,SAAgB,EAAE,sBAA6B;CAChD"}
1
+ {"version":3,"file":"sim-aws-scoped-service-registries.d.ts","sourceRoot":"","sources":["../../../../src/service/aws/factory/sim-aws-scoped-service-registries.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,0DAA0D,CAAC;AACtG,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE;;;;;;;GAOG;AACH,qBAAa,6BAA6B;IACxC;;;;OAIG;IACH,SAAgB,GAAG,iBAAwB;IAE3C;;;;OAIG;IACH,SAAgB,OAAO,6BAAoC;IAE3D;;;OAGG;IACH,SAAgB,OAAO,qBAA4B;IAEnD;;;;OAIG;IACH,SAAgB,EAAE,sBAA6B;CAChD"}
@@ -1,4 +1,5 @@
1
1
  import { SimAcmRegistry } from "../../acm/registry/sim-acm-registry.js";
2
+ import { SimCognitoUserPoolRegistry } from "../../cognito/registry/sim-cognito-user-pool-registry.js";
2
3
  import { SimRoute53Registry } from "../../route53/registry/sim-route53-registry.js";
3
4
  import { SimS3GlobalRegistry } from "../../s3/sim-s3-global-registry.js";
4
5
  /**
@@ -16,6 +17,12 @@ export class SimAwsScopedServiceRegistries {
16
17
  * can resolve the Certificate it names.
17
18
  */
18
19
  acm = new SimAcmRegistry();
20
+ /**
21
+ * Indexes the user pools created in any Account and Region of one SimAws
22
+ * instance, so a served request naming only a pool id, such as one for a
23
+ * pool's JWKS, finds the pool it belongs to.
24
+ */
25
+ cognito = new SimCognitoUserPoolRegistry();
19
26
  /**
20
27
  * Owns hosted zone and DNS record state shared by the account-scoped Route53
21
28
  * service instances created for one SimAws instance.
@@ -1 +1 @@
1
- {"version":3,"file":"sim-aws-scoped-service-registries.js","sourceRoot":"","sources":["../../../../src/service/aws/factory/sim-aws-scoped-service-registries.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE;;;;;;;GAOG;AACH,MAAM,OAAO,6BAA6B;IACxC;;;;OAIG;IACa,GAAG,GAAG,IAAI,cAAc,EAAE,CAAC;IAE3C;;;OAGG;IACa,OAAO,GAAG,IAAI,kBAAkB,EAAE,CAAC;IAEnD;;;;OAIG;IACa,EAAE,GAAG,IAAI,mBAAmB,EAAE,CAAC;CAChD"}
1
+ {"version":3,"file":"sim-aws-scoped-service-registries.js","sourceRoot":"","sources":["../../../../src/service/aws/factory/sim-aws-scoped-service-registries.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,0DAA0D,CAAC;AACtG,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE;;;;;;;GAOG;AACH,MAAM,OAAO,6BAA6B;IACxC;;;;OAIG;IACa,GAAG,GAAG,IAAI,cAAc,EAAE,CAAC;IAE3C;;;;OAIG;IACa,OAAO,GAAG,IAAI,0BAA0B,EAAE,CAAC;IAE3D;;;OAGG;IACa,OAAO,GAAG,IAAI,kBAAkB,EAAE,CAAC;IAEnD;;;;OAIG;IACa,EAAE,GAAG,IAAI,mBAAmB,EAAE,CAAC;CAChD"}
@@ -1,25 +1,24 @@
1
1
  import type { BackgroundCompleter, BackgroundScheduler } from "../../../util/background/background.js";
2
2
  import type { SimAwsAccountRegionContainer } from "../sim-aws-account-region-scope.js";
3
3
  import type { SimAws } from "../sim-aws.js";
4
- import { SimCloudFormation } from "../../cloudformation/index.js";
5
- import { SimCognitoIdentityProvider } from "../../cognito/index.js";
4
+ import type { SimAcm } from "../../acm/sim-acm.js";
5
+ import type { SimCloudFormation } from "../../cloudformation/index.js";
6
+ import type { SimCognitoIdentityProvider } from "../../cognito/index.js";
6
7
  import { SimCloudFrontRegistry } from "../../cloudfront/registry/sim-cloud-front-registry.js";
7
8
  import type { SimCloudFront } from "../../cloudfront/sim-cloudfront.js";
8
- import { SimDynamoDb as SimDynamoDatabase } from "../../dynamodb/index.js";
9
+ import type { SimDynamoDb as SimDynamoDatabase } from "../../dynamodb/index.js";
9
10
  import type { SimRoute53 } from "../../route53/index.js";
10
- import { SimS3 } from "../../s3/sim-s3.js";
11
- import { SimAcm } from "../../acm/sim-acm.js";
11
+ import type { SimS3 } from "../../s3/sim-s3.js";
12
12
  import type { SimIam } from "../../iam/index.js";
13
13
  import { SimIamRegistry } from "../../iam/registry/sim-iam-registry.js";
14
- import { SimIamAccessKeyRegistry } from "../../iam/registry/sim-iam-access-key-registry.js";
15
- import { SimIamSigV4Verifier } from "../../iam/sigv4/sim-iam-sigv4-verifier.js";
16
- import { SimAwsRequestCallerResolver } from "../../iam/request/sim-aws-request-caller-resolver.js";
17
- import { SimKms } from "../../kms/index.js";
18
- import { SimLambda } from "../../lambda/index.js";
14
+ import type { SimKms } from "../../kms/index.js";
15
+ import type { SimLambda } from "../../lambda/index.js";
19
16
  import { SimLambdaUrlRegistry } from "../../lambda/registry/sim-lambda-url-registry.js";
20
- import { SimSecretsManager } from "../../secretsmanager/index.js";
21
- import { SimSsm } from "../../ssm/index.js";
22
- import { SimSts } from "../../sts/sim-sts.js";
17
+ import type { SimSecretsManager } from "../../secretsmanager/index.js";
18
+ import type { SimSqs } from "../../sqs/index.js";
19
+ import type { SimSsm } from "../../ssm/index.js";
20
+ import type { SimSts } from "../../sts/sim-sts.js";
21
+ import { SimAwsRequestAuthWiring } from "./sim-aws-request-auth-wiring.js";
23
22
  interface SimAwsServiceFactoryProperties {
24
23
  readonly simAws: SimAws;
25
24
  readonly background: BackgroundScheduler & BackgroundCompleter;
@@ -28,15 +27,17 @@ interface SimAwsServiceFactoryProperties {
28
27
  * Factory for simulated AWS services used by one SimAws instance.
29
28
  *
30
29
  * This class is the top-level construction boundary behind the SimAws facade.
31
- * It wires shared collaborators such as background tasks and service
32
- * registries, creates new account/region-scoped service instances, and
33
- * delegates account-scoped singleton lifetimes to SimAwsAccountServiceCache.
30
+ * It owns the collaborators shared by every scope, such as the cross-scope
31
+ * registries and request authentication, and it decides which scope each
32
+ * simulated service belongs to.
34
33
  *
35
- * SimAwsAccountServiceCache is narrower: it only caches services that should be
36
- * reused for an entire account. This factory decides whether a service should
37
- * be created fresh for the requested account/region scope, such as ACM,
38
- * CloudFormation, DynamoDB, and S3, or routed through that account-level cache,
39
- * such as IAM, Route53, and CloudFront.
34
+ * That decision is all this class states, one line per service, and the two
35
+ * collaborators it routes between are what the two answers mean. A service
36
+ * scoped to an account, such as IAM, Route53, and CloudFront, is reused for
37
+ * every Region in that account by SimAwsAccountServiceCache. A service scoped
38
+ * to an account and region, such as ACM, DynamoDB, and S3, is built fresh for
39
+ * the asking scope by SimAwsAccountRegionServiceBuilder, which is also where
40
+ * the wiring for one of those services lives.
40
41
  */
41
42
  export declare class SimAwsServiceFactory {
42
43
  /**
@@ -55,27 +56,10 @@ export declare class SimAwsServiceFactory {
55
56
  */
56
57
  readonly iamRegistry: SimIamRegistry;
57
58
  /**
58
- * Shared index of which Account owns each simulated access key.
59
- *
60
- * A SigV4 signed request names an access key but not an Account, so this is
61
- * what lets a signature be traced back to the IAM that issued it.
62
- * @internal
63
- */
64
- readonly accessKeyRegistry: SimIamAccessKeyRegistry;
65
- /**
66
- * Verifies SigV4 signatures made with any access key in this simulation.
59
+ * Shared request authentication collaborators for this simulation.
67
60
  * @internal
68
61
  */
69
- readonly signedRequests: SimIamSigV4Verifier;
70
- /**
71
- * Resolves the principal behind an HTTP request into this simulation.
72
- *
73
- * This is the single request authentication boundary: everything arriving
74
- * over HTTP, including the in-process `SimAwsHttp.fetch()` path, gets its
75
- * caller from here.
76
- * @internal
77
- */
78
- readonly requestCallers: SimAwsRequestCallerResolver;
62
+ readonly requestAuth: SimAwsRequestAuthWiring;
79
63
  /**
80
64
  * Shared simulated Lambda Function URL registry.
81
65
  *
@@ -85,13 +69,12 @@ export declare class SimAwsServiceFactory {
85
69
  * @internal
86
70
  */
87
71
  readonly lambdaUrlRegistry: SimLambdaUrlRegistry;
88
- private readonly simAws;
89
- private readonly background;
90
72
  /**
91
73
  * The registries this simulation's scoped services share between them.
92
74
  */
93
75
  private readonly registries;
94
76
  private readonly accountServices;
77
+ private readonly accountRegionServices;
95
78
  constructor(properties: SimAwsServiceFactoryProperties);
96
79
  /** Create simulated ACM for an Account Region scope. */
97
80
  createAcm(scope: SimAwsAccountRegionContainer): SimAcm;
@@ -99,50 +82,25 @@ export declare class SimAwsServiceFactory {
99
82
  createCloudFormation(scope: SimAwsAccountRegionContainer): SimCloudFormation;
100
83
  /** Create or get simulated CloudFront for an Account scope. */
101
84
  createCloudFront(scope: SimAwsAccountRegionContainer): SimCloudFront;
102
- /**
103
- * Create simulated Cognito user pools for an Account Region scope.
104
- *
105
- * User pools are Region-scoped on real AWS: a pool id names its Region, and
106
- * a pool cannot be reached from another one.
107
- */
85
+ /** Create simulated Cognito user pools for an Account Region scope. */
108
86
  createCognitoIdentityProvider(scope: SimAwsAccountRegionContainer): SimCognitoIdentityProvider;
109
87
  /** Create simulated DynamoDB for an Account Region scope. */
110
88
  createDynamoDb(scope: SimAwsAccountRegionContainer): SimDynamoDatabase;
111
89
  /** Create or get simulated IAM for an Account scope. */
112
90
  createIam(scope: SimAwsAccountRegionContainer): SimIam;
113
- /**
114
- * Create simulated KMS for an Account Region scope.
115
- *
116
- * KMS keys are Region-scoped on real AWS: a key ARN names its Region, and a
117
- * ciphertext produced in one Region cannot be decrypted in another.
118
- */
91
+ /** Create simulated KMS for an Account Region scope. */
119
92
  createKms(scope: SimAwsAccountRegionContainer): SimKms;
120
- /**
121
- * Create simulated Lambda for an Account Region scope.
122
- *
123
- * S3-located function code is fetched from the same Account/Region scope's
124
- * simulated S3, as real Lambda requires same-region code buckets. Function
125
- * code running in the vm runtime is provided host-installed AWS SDK
126
- * packages intercepted into this SimAws, as the real Lambda runtime
127
- * provides the SDK.
128
- */
93
+ /** Create simulated Lambda for an Account Region scope. */
129
94
  createLambda(scope: SimAwsAccountRegionContainer): SimLambda;
130
95
  /** Create or get simulated Route53 for an Account scope. */
131
96
  createRoute53(scope: SimAwsAccountRegionContainer): SimRoute53;
132
97
  /** Create simulated S3 for an Account Region scope. */
133
98
  createS3(scope: SimAwsAccountRegionContainer): SimS3;
134
- /**
135
- * Create simulated Secrets Manager for an Account Region scope, whose secret
136
- * values are encrypted through that same scope's simulated KMS.
137
- */
99
+ /** Create simulated Secrets Manager for an Account Region scope. */
138
100
  createSecretsManager(scope: SimAwsAccountRegionContainer): SimSecretsManager;
139
- /**
140
- * Create simulated SSM for an Account Region scope.
141
- *
142
- * Parameters are Region-scoped on real AWS: a parameter name is unique
143
- * within one Account and Region, and its ARN names the Region. SecureString
144
- * values are encrypted through that same scope's simulated KMS.
145
- */
101
+ /** Create simulated SQS for an Account Region scope. */
102
+ createSqs(scope: SimAwsAccountRegionContainer): SimSqs;
103
+ /** Create simulated SSM for an Account Region scope. */
146
104
  createSsm(scope: SimAwsAccountRegionContainer): SimSsm;
147
105
  /** Create simulated STS for an Account/Region scope. */
148
106
  createSts(scope: SimAwsAccountRegionContainer): SimSts;
@@ -1 +1 @@
1
- {"version":3,"file":"sim-aws-service-factory.d.ts","sourceRoot":"","sources":["../../../../src/service/aws/factory/sim-aws-service-factory.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sim-aws-service-factory.d.ts","sourceRoot":"","sources":["../../../../src/service/aws/factory/sim-aws-service-factory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,wCAAwC,CAAC;AAChD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AACvF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAC9F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,KAAK,EAAE,WAAW,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAChF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAGnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAG3E,UAAU,8BAA8B;IACtC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,UAAU,EAAE,mBAAmB,GAAG,mBAAmB,CAAC;CAChE;AAED;;;;;;;;;;;;;;;GAeG;AACH,qBAAa,oBAAoB;IAC/B;;;;;;OAMG;IACH,SAAgB,kBAAkB,wBAA+B;IAEjE;;;;;OAKG;IACH,SAAgB,WAAW,iBAAwB;IAEnD;;;OAGG;IACH,SAAgB,WAAW,0BAExB;IAEH;;;;;;;OAOG;IACH,SAAgB,iBAAiB,uBAA8B;IAE/D;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuC;IAElE,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA4B;IAC5D,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAoC;IAE1E,YAAY,UAAU,EAAE,8BAA8B,EAkBrD;IAED,wDAAwD;IACxD,SAAS,CAAC,KAAK,EAAE,4BAA4B,GAAG,MAAM,CAErD;IAED,mEAAmE;IACnE,oBAAoB,CAAC,KAAK,EAAE,4BAA4B,GAAG,iBAAiB,CAE3E;IAED,+DAA+D;IAC/D,gBAAgB,CAAC,KAAK,EAAE,4BAA4B,GAAG,aAAa,CAEnE;IAED,uEAAuE;IACvE,6BAA6B,CAC3B,KAAK,EAAE,4BAA4B,GAClC,0BAA0B,CAE5B;IAED,6DAA6D;IAC7D,cAAc,CAAC,KAAK,EAAE,4BAA4B,GAAG,iBAAiB,CAErE;IAED,wDAAwD;IACxD,SAAS,CAAC,KAAK,EAAE,4BAA4B,GAAG,MAAM,CAErD;IAED,wDAAwD;IACxD,SAAS,CAAC,KAAK,EAAE,4BAA4B,GAAG,MAAM,CAErD;IAED,2DAA2D;IAC3D,YAAY,CAAC,KAAK,EAAE,4BAA4B,GAAG,SAAS,CAE3D;IAED,4DAA4D;IAC5D,aAAa,CAAC,KAAK,EAAE,4BAA4B,GAAG,UAAU,CAE7D;IAED,uDAAuD;IACvD,QAAQ,CAAC,KAAK,EAAE,4BAA4B,GAAG,KAAK,CAEnD;IAED,oEAAoE;IACpE,oBAAoB,CAAC,KAAK,EAAE,4BAA4B,GAAG,iBAAiB,CAE3E;IAED,wDAAwD;IACxD,SAAS,CAAC,KAAK,EAAE,4BAA4B,GAAG,MAAM,CAErD;IAED,wDAAwD;IACxD,SAAS,CAAC,KAAK,EAAE,4BAA4B,GAAG,MAAM,CAErD;IAED,wDAAwD;IACxD,SAAS,CAAC,KAAK,EAAE,4BAA4B,GAAG,MAAM,CAErD;CACF"}
@@ -1,38 +1,25 @@
1
- import { SimCloudFormation } from "../../cloudformation/index.js";
2
- import { SimCognitoIdentityProvider } from "../../cognito/index.js";
3
1
  import { SimCloudFrontRegistry } from "../../cloudfront/registry/sim-cloud-front-registry.js";
4
- import { SimDynamoDb as SimDynamoDatabase } from "../../dynamodb/index.js";
5
- import { SimS3 } from "../../s3/sim-s3.js";
6
- import { SimAwsAccountServiceCache } from "./sim-aws-account-service-cache.js";
7
- import { SimAwsScopedServiceRegistries } from "./sim-aws-scoped-service-registries.js";
8
- import { SimAcm } from "../../acm/sim-acm.js";
9
- import { SimRoute53AcmDnsRecords } from "../../acm/validation/sim-route53-acm-dns-records.js";
10
2
  import { SimIamRegistry } from "../../iam/registry/sim-iam-registry.js";
11
- import { SimIamAccessKeyRegistry } from "../../iam/registry/sim-iam-access-key-registry.js";
12
- import { SimIamGlobalCredentialResolver } from "../../iam/registry/sim-iam-global-credential-resolver.js";
13
- import { SimIamSigV4Verifier } from "../../iam/sigv4/sim-iam-sigv4-verifier.js";
14
- import { SimAwsRequestCallerResolver } from "../../iam/request/sim-aws-request-caller-resolver.js";
15
- import { SimKms } from "../../kms/index.js";
16
- import { SimLambda } from "../../lambda/index.js";
17
3
  import { SimLambdaUrlRegistry } from "../../lambda/registry/sim-lambda-url-registry.js";
18
- import { SimS3LambdaCodeStore } from "../../lambda/function/code/store/sim-s3-lambda-code-store.js";
19
- import { SimSdkLambdaVmModuleProvider } from "../../lambda/function/code/vm/sdk/sim-sdk-lambda-vm-module-provider.js";
20
- import { SimSecretsManager } from "../../secretsmanager/index.js";
21
- import { SimSsm } from "../../ssm/index.js";
22
- import { SimSts } from "../../sts/sim-sts.js";
4
+ import { SimAwsAccountRegionServiceBuilder } from "./sim-aws-account-region-service-builder.js";
5
+ import { SimAwsAccountServiceCache } from "./sim-aws-account-service-cache.js";
6
+ import { SimAwsRequestAuthWiring } from "./sim-aws-request-auth-wiring.js";
7
+ import { SimAwsScopedServiceRegistries } from "./sim-aws-scoped-service-registries.js";
23
8
  /**
24
9
  * Factory for simulated AWS services used by one SimAws instance.
25
10
  *
26
11
  * This class is the top-level construction boundary behind the SimAws facade.
27
- * It wires shared collaborators such as background tasks and service
28
- * registries, creates new account/region-scoped service instances, and
29
- * delegates account-scoped singleton lifetimes to SimAwsAccountServiceCache.
12
+ * It owns the collaborators shared by every scope, such as the cross-scope
13
+ * registries and request authentication, and it decides which scope each
14
+ * simulated service belongs to.
30
15
  *
31
- * SimAwsAccountServiceCache is narrower: it only caches services that should be
32
- * reused for an entire account. This factory decides whether a service should
33
- * be created fresh for the requested account/region scope, such as ACM,
34
- * CloudFormation, DynamoDB, and S3, or routed through that account-level cache,
35
- * such as IAM, Route53, and CloudFront.
16
+ * That decision is all this class states, one line per service, and the two
17
+ * collaborators it routes between are what the two answers mean. A service
18
+ * scoped to an account, such as IAM, Route53, and CloudFront, is reused for
19
+ * every Region in that account by SimAwsAccountServiceCache. A service scoped
20
+ * to an account and region, such as ACM, DynamoDB, and S3, is built fresh for
21
+ * the asking scope by SimAwsAccountRegionServiceBuilder, which is also where
22
+ * the wiring for one of those services lives.
36
23
  */
37
24
  export class SimAwsServiceFactory {
38
25
  /**
@@ -51,33 +38,11 @@ export class SimAwsServiceFactory {
51
38
  */
52
39
  iamRegistry = new SimIamRegistry();
53
40
  /**
54
- * Shared index of which Account owns each simulated access key.
55
- *
56
- * A SigV4 signed request names an access key but not an Account, so this is
57
- * what lets a signature be traced back to the IAM that issued it.
41
+ * Shared request authentication collaborators for this simulation.
58
42
  * @internal
59
43
  */
60
- accessKeyRegistry = new SimIamAccessKeyRegistry();
61
- /**
62
- * Verifies SigV4 signatures made with any access key in this simulation.
63
- * @internal
64
- */
65
- signedRequests = new SimIamSigV4Verifier({
66
- credentials: new SimIamGlobalCredentialResolver({
67
- accessKeys: this.accessKeyRegistry,
68
- iam: this.iamRegistry,
69
- }),
70
- });
71
- /**
72
- * Resolves the principal behind an HTTP request into this simulation.
73
- *
74
- * This is the single request authentication boundary: everything arriving
75
- * over HTTP, including the in-process `SimAwsHttp.fetch()` path, gets its
76
- * caller from here.
77
- * @internal
78
- */
79
- requestCallers = new SimAwsRequestCallerResolver({
80
- signedRequests: this.signedRequests,
44
+ requestAuth = new SimAwsRequestAuthWiring({
45
+ iamRegistry: this.iamRegistry,
81
46
  });
82
47
  /**
83
48
  * Shared simulated Lambda Function URL registry.
@@ -88,16 +53,13 @@ export class SimAwsServiceFactory {
88
53
  * @internal
89
54
  */
90
55
  lambdaUrlRegistry = new SimLambdaUrlRegistry();
91
- simAws;
92
- background;
93
56
  /**
94
57
  * The registries this simulation's scoped services share between them.
95
58
  */
96
59
  registries = new SimAwsScopedServiceRegistries();
97
60
  accountServices;
61
+ accountRegionServices;
98
62
  constructor(properties) {
99
- this.simAws = properties.simAws;
100
- this.background = properties.background;
101
63
  this.accountServices = new SimAwsAccountServiceCache({
102
64
  simAws: properties.simAws,
103
65
  background: properties.background,
@@ -105,100 +67,48 @@ export class SimAwsServiceFactory {
105
67
  cloudFrontRegistry: this.cloudFrontRegistry,
106
68
  route53Registry: this.registries.route53,
107
69
  iamRegistry: this.iamRegistry,
108
- accessKeyRegistry: this.accessKeyRegistry,
70
+ accessKeyRegistry: this.requestAuth.accessKeyRegistry,
71
+ });
72
+ this.accountRegionServices = new SimAwsAccountRegionServiceBuilder({
73
+ simAws: properties.simAws,
74
+ background: properties.background,
75
+ registries: this.registries,
76
+ iamRegistry: this.iamRegistry,
77
+ lambdaUrlRegistry: this.lambdaUrlRegistry,
78
+ accountServices: this.accountServices,
109
79
  });
110
80
  }
111
81
  /** Create simulated ACM for an Account Region scope. */
112
82
  createAcm(scope) {
113
- const iam = this.createIam(scope);
114
- const acm = new SimAcm({
115
- accountRegionScope: scope.accountRegionScope,
116
- iam,
117
- background: this.background,
118
- // Certificates validate against Hosted Zones from any simulated Account,
119
- // as real ACM validates against public DNS.
120
- dnsRecords: new SimRoute53AcmDnsRecords({
121
- route53Registry: this.registries.route53,
122
- }),
123
- });
124
- this.registries.acm.register(scope.accountRegionScope, acm);
125
- return acm;
83
+ return this.accountRegionServices.createAcm(scope);
126
84
  }
127
85
  /** Create simulated CloudFormation for an Account Region scope. */
128
86
  createCloudFormation(scope) {
129
- return new SimCloudFormation({
130
- simAws: this.simAws,
131
- accountRegionScope: scope.accountRegionScope,
132
- iam: this.createIam(scope),
133
- background: this.background,
134
- });
87
+ return this.accountRegionServices.createCloudFormation(scope);
135
88
  }
136
89
  /** Create or get simulated CloudFront for an Account scope. */
137
90
  createCloudFront(scope) {
138
91
  return this.accountServices.createCloudFront(scope);
139
92
  }
140
- /**
141
- * Create simulated Cognito user pools for an Account Region scope.
142
- *
143
- * User pools are Region-scoped on real AWS: a pool id names its Region, and
144
- * a pool cannot be reached from another one.
145
- */
93
+ /** Create simulated Cognito user pools for an Account Region scope. */
146
94
  createCognitoIdentityProvider(scope) {
147
- return new SimCognitoIdentityProvider({
148
- accountRegionScope: scope.accountRegionScope,
149
- iam: this.createIam(scope),
150
- background: this.background,
151
- });
95
+ return this.accountRegionServices.createCognitoIdentityProvider(scope);
152
96
  }
153
97
  /** Create simulated DynamoDB for an Account Region scope. */
154
98
  createDynamoDb(scope) {
155
- const iam = this.createIam(scope);
156
- return new SimDynamoDatabase({
157
- accountRegionScope: scope.accountRegionScope,
158
- iam,
159
- background: this.background,
160
- });
99
+ return this.accountRegionServices.createDynamoDb(scope);
161
100
  }
162
101
  /** Create or get simulated IAM for an Account scope. */
163
102
  createIam(scope) {
164
103
  return this.accountServices.createIam(scope);
165
104
  }
166
- /**
167
- * Create simulated KMS for an Account Region scope.
168
- *
169
- * KMS keys are Region-scoped on real AWS: a key ARN names its Region, and a
170
- * ciphertext produced in one Region cannot be decrypted in another.
171
- */
105
+ /** Create simulated KMS for an Account Region scope. */
172
106
  createKms(scope) {
173
- return new SimKms({
174
- accountRegionScope: scope.accountRegionScope,
175
- iam: this.createIam(scope),
176
- background: this.background,
177
- });
107
+ return this.accountRegionServices.createKms(scope);
178
108
  }
179
- /**
180
- * Create simulated Lambda for an Account Region scope.
181
- *
182
- * S3-located function code is fetched from the same Account/Region scope's
183
- * simulated S3, as real Lambda requires same-region code buckets. Function
184
- * code running in the vm runtime is provided host-installed AWS SDK
185
- * packages intercepted into this SimAws, as the real Lambda runtime
186
- * provides the SDK.
187
- */
109
+ /** Create simulated Lambda for an Account Region scope. */
188
110
  createLambda(scope) {
189
- const iam = this.createIam(scope);
190
- return new SimLambda({
191
- accountRegionScope: scope.accountRegionScope,
192
- iam,
193
- background: this.background,
194
- runAsOwner: this.simAws,
195
- urlRegistry: this.lambdaUrlRegistry,
196
- codeStore: new SimS3LambdaCodeStore({ s3: scope.s3() }),
197
- vmSdkModuleProvider: new SimSdkLambdaVmModuleProvider({
198
- simAws: this.simAws,
199
- regionName: scope.accountRegionScope.regionName,
200
- }),
201
- });
111
+ return this.accountRegionServices.createLambda(scope);
202
112
  }
203
113
  /** Create or get simulated Route53 for an Account scope. */
204
114
  createRoute53(scope) {
@@ -206,49 +116,23 @@ export class SimAwsServiceFactory {
206
116
  }
207
117
  /** Create simulated S3 for an Account Region scope. */
208
118
  createS3(scope) {
209
- const iam = this.createIam(scope);
210
- return new SimS3({
211
- accountRegionScope: scope.accountRegionScope,
212
- s3GlobalRegistry: this.registries.s3,
213
- iam,
214
- background: this.background,
215
- });
119
+ return this.accountRegionServices.createS3(scope);
216
120
  }
217
- /**
218
- * Create simulated Secrets Manager for an Account Region scope, whose secret
219
- * values are encrypted through that same scope's simulated KMS.
220
- */
121
+ /** Create simulated Secrets Manager for an Account Region scope. */
221
122
  createSecretsManager(scope) {
222
- return new SimSecretsManager({
223
- accountRegionScope: scope.accountRegionScope,
224
- iam: this.createIam(scope),
225
- background: this.background,
226
- kms: scope.kms(),
227
- });
123
+ return this.accountRegionServices.createSecretsManager(scope);
228
124
  }
229
- /**
230
- * Create simulated SSM for an Account Region scope.
231
- *
232
- * Parameters are Region-scoped on real AWS: a parameter name is unique
233
- * within one Account and Region, and its ARN names the Region. SecureString
234
- * values are encrypted through that same scope's simulated KMS.
235
- */
125
+ /** Create simulated SQS for an Account Region scope. */
126
+ createSqs(scope) {
127
+ return this.accountRegionServices.createSqs(scope);
128
+ }
129
+ /** Create simulated SSM for an Account Region scope. */
236
130
  createSsm(scope) {
237
- return new SimSsm({
238
- accountRegionScope: scope.accountRegionScope,
239
- iam: this.createIam(scope),
240
- background: this.background,
241
- kms: scope.kms(),
242
- });
131
+ return this.accountRegionServices.createSsm(scope);
243
132
  }
244
133
  /** Create simulated STS for an Account/Region scope. */
245
134
  createSts(scope) {
246
- this.createIam(scope);
247
- return new SimSts({
248
- accountRegionScope: scope.accountRegionScope,
249
- background: this.background,
250
- iamResolver: this.iamRegistry,
251
- });
135
+ return this.accountRegionServices.createSts(scope);
252
136
  }
253
137
  }
254
138
  //# sourceMappingURL=sim-aws-service-factory.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-aws-service-factory.js","sourceRoot":"","sources":["../../../../src/service/aws/factory/sim-aws-service-factory.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sim-aws-service-factory.js","sourceRoot":"","sources":["../../../../src/service/aws/factory/sim-aws-service-factory.ts"],"names":[],"mappings":"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"}
@@ -12,6 +12,7 @@ import type { SimIam } from "../iam/index.js";
12
12
  import type { SimKms } from "../kms/index.js";
13
13
  import type { SimLambda } from "../lambda/index.js";
14
14
  import type { SimSecretsManager } from "../secretsmanager/index.js";
15
+ import type { SimSqs } from "../sqs/index.js";
15
16
  import type { SimSsm } from "../ssm/index.js";
16
17
  import type { SimSts } from "../sts/sim-sts.js";
17
18
  export type SimAccountRegionScopeKey = `${SimAwsAccountId}:${AwsRegionName}`;
@@ -75,6 +76,10 @@ export declare class SimAwsAccountRegionContainer {
75
76
  * Get simulated Secrets Manager for this account and region.
76
77
  */
77
78
  secretsManager(): SimSecretsManager;
79
+ /**
80
+ * Get simulated SQS for this account and region.
81
+ */
82
+ sqs(): SimSqs;
78
83
  /**
79
84
  * Get simulated SSM for this account and region.
80
85
  */
@@ -1 +1 @@
1
- {"version":3,"file":"sim-aws-account-region-scope.d.ts","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-account-region-scope.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEvE,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,EAAE,WAAW,IAAI,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC7E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AACtE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,MAAM,wBAAwB,GAAG,GAAG,eAAe,IAAI,aAAa,EAAE,CAAC;AAE7E,UAAU,sCAAsC;IAC9C,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,OAAO,CAAC,EAAE,aAAa,CAAC;IACjC,QAAQ,CAAC,MAAM,CAAC,EAAE,YAAY,CAAC;CAChC;AAED;;;GAGG;AACH,qBAAa,4BAA4B;IACvC,SAAgB,OAAO,EAAE,aAAa,CAAC;IACvC,SAAgB,MAAM,EAAE,YAAY,CAAC;IACrC,SAAgB,kBAAkB,EAAE,wBAAwB,CAAC;IAE7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAChC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAsB;IAE3C,YAAY,UAAU,GAAE,sCAA2C,EAelE;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;IAED;;OAEG;IACH,cAAc,IAAI,iBAAiB,CAIlC;IAED;;OAEG;IACH,UAAU,IAAI,aAAa,CAI1B;IAED;;OAEG;IACH,uBAAuB,IAAI,0BAA0B,CAIpD;IAED;;OAEG;IACH,QAAQ,IAAI,iBAAiB,CAI5B;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;IAED;;OAEG;IACH,MAAM,IAAI,SAAS,CAIlB;IAED;;OAEG;IACH,OAAO,IAAI,UAAU,CAIpB;IAED;;OAEG;IACH,EAAE,IAAI,KAAK,CAIV;IAED;;OAEG;IACH,cAAc,IAAI,iBAAiB,CAIlC;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;CACF;AAED,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,eAAe,CAAC;IAC3B,UAAU,EAAE,aAAa,CAAC;CAC3B"}
1
+ {"version":3,"file":"sim-aws-account-region-scope.d.ts","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-account-region-scope.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEvE,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,EAAE,WAAW,IAAI,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC7E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AACtE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,MAAM,wBAAwB,GAAG,GAAG,eAAe,IAAI,aAAa,EAAE,CAAC;AAE7E,UAAU,sCAAsC;IAC9C,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,OAAO,CAAC,EAAE,aAAa,CAAC;IACjC,QAAQ,CAAC,MAAM,CAAC,EAAE,YAAY,CAAC;CAChC;AAED;;;GAGG;AACH,qBAAa,4BAA4B;IACvC,SAAgB,OAAO,EAAE,aAAa,CAAC;IACvC,SAAgB,MAAM,EAAE,YAAY,CAAC;IACrC,SAAgB,kBAAkB,EAAE,wBAAwB,CAAC;IAE7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAChC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAsB;IAE3C,YAAY,UAAU,GAAE,sCAA2C,EAelE;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;IAED;;OAEG;IACH,cAAc,IAAI,iBAAiB,CAIlC;IAED;;OAEG;IACH,UAAU,IAAI,aAAa,CAI1B;IAED;;OAEG;IACH,uBAAuB,IAAI,0BAA0B,CAIpD;IAED;;OAEG;IACH,QAAQ,IAAI,iBAAiB,CAI5B;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;IAED;;OAEG;IACH,MAAM,IAAI,SAAS,CAIlB;IAED;;OAEG;IACH,OAAO,IAAI,UAAU,CAIpB;IAED;;OAEG;IACH,EAAE,IAAI,KAAK,CAIV;IAED;;OAEG;IACH,cAAc,IAAI,iBAAiB,CAIlC;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;IAED;;OAEG;IACH,GAAG,IAAI,MAAM,CAIZ;CACF;AAED,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,eAAe,CAAC;IAC3B,UAAU,EAAE,aAAa,CAAC;CAC3B"}
@@ -3,5 +3,5 @@ import type { SimAwsAccountRegionScope } from "./sim-aws-account-region-scope.js
3
3
  /**
4
4
  * Generates fake simulated AWS resource scopes.
5
5
  */
6
- export declare const simAwsAccountRegionScopeFactory: DynamicFactory<SimAwsAccountRegionScope>;
6
+ export declare const simAwsAccountRegionScopeFactory: DynamicFactory<SimAwsAccountRegionScope, undefined>;
7
7
  //# sourceMappingURL=sim-aws-account-region-scope.factory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-aws-account-region-scope.factory.d.ts","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-account-region-scope.factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGtD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAElF;;GAEG;AACH,eAAO,MAAM,+BAA+B,0CAIvC,CAAC"}
1
+ {"version":3,"file":"sim-aws-account-region-scope.factory.d.ts","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-account-region-scope.factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGtD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAElF;;GAEG;AACH,eAAO,MAAM,+BAA+B,qDAIvC,CAAC"}
@@ -90,6 +90,12 @@ export class SimAwsAccountRegionContainer {
90
90
  secretsManager() {
91
91
  return this.memo.getOrCreate("secretsManager", () => this.simAws.serviceFactory.createSecretsManager(this));
92
92
  }
93
+ /**
94
+ * Get simulated SQS for this account and region.
95
+ */
96
+ sqs() {
97
+ return this.memo.getOrCreate("sqs", () => this.simAws.serviceFactory.createSqs(this));
98
+ }
93
99
  /**
94
100
  * Get simulated SSM for this account and region.
95
101
  */
@@ -1 +1 @@
1
- {"version":3,"file":"sim-aws-account-region-scope.js","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-account-region-scope.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sim-aws-account-region-scope.js","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-account-region-scope.ts"],"names":[],"mappings":"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"}