@kensio/yulin 1.20.1 → 1.20.3

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 (787) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +1 -0
  4. package/dist/index.js.map +1 -1
  5. package/dist/sdk/router/resolve-sim-sdk-command-router.d.ts +8 -0
  6. package/dist/sdk/router/resolve-sim-sdk-command-router.d.ts.map +1 -1
  7. package/dist/sdk/router/resolve-sim-sdk-command-router.js +10 -0
  8. package/dist/sdk/router/resolve-sim-sdk-command-router.js.map +1 -1
  9. package/dist/service/apigateway/api/sim-rest-api-lambda-proxy.factory.d.ts +2 -5
  10. package/dist/service/apigateway/api/sim-rest-api-lambda-proxy.factory.d.ts.map +1 -1
  11. package/dist/service/apigateway/api/sim-rest-api-lambda-proxy.factory.js +3 -7
  12. package/dist/service/apigateway/api/sim-rest-api-lambda-proxy.factory.js.map +1 -1
  13. package/dist/service/apigateway/api/sim-rest-api-proxy-stage.d.ts +22 -0
  14. package/dist/service/apigateway/api/sim-rest-api-proxy-stage.d.ts.map +1 -0
  15. package/dist/service/apigateway/api/sim-rest-api-proxy-stage.js +31 -0
  16. package/dist/service/apigateway/api/sim-rest-api-proxy-stage.js.map +1 -0
  17. package/dist/service/apigateway/api/stage/settings/sim-rest-api-method-settings.type.d.ts +19 -0
  18. package/dist/service/apigateway/api/stage/settings/sim-rest-api-method-settings.type.d.ts.map +1 -0
  19. package/dist/service/apigateway/api/stage/settings/sim-rest-api-method-settings.type.js +2 -0
  20. package/dist/service/apigateway/api/stage/settings/sim-rest-api-method-settings.type.js.map +1 -0
  21. package/dist/service/apigateway/api/stage/settings/sim-rest-api-stage-method-settings.d.ts +43 -0
  22. package/dist/service/apigateway/api/stage/settings/sim-rest-api-stage-method-settings.d.ts.map +1 -0
  23. package/dist/service/apigateway/api/stage/settings/sim-rest-api-stage-method-settings.js +75 -0
  24. package/dist/service/apigateway/api/stage/settings/sim-rest-api-stage-method-settings.js.map +1 -0
  25. package/dist/service/apigateway/api/stage/sim-rest-api-stage.d.ts +19 -0
  26. package/dist/service/apigateway/api/stage/sim-rest-api-stage.d.ts.map +1 -1
  27. package/dist/service/apigateway/api/stage/sim-rest-api-stage.js +22 -0
  28. package/dist/service/apigateway/api/stage/sim-rest-api-stage.js.map +1 -1
  29. package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-method-settings-properties.d.ts +33 -0
  30. package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-method-settings-properties.d.ts.map +1 -0
  31. package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-method-settings-properties.js +69 -0
  32. package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-method-settings-properties.js.map +1 -0
  33. package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-properties.d.ts +4 -1
  34. package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-properties.d.ts.map +1 -1
  35. package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-properties.js +13 -4
  36. package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-properties.js.map +1 -1
  37. package/dist/service/apigateway/command/sim-api-gateway-unsimulated-input.d.ts +6 -1
  38. package/dist/service/apigateway/command/sim-api-gateway-unsimulated-input.d.ts.map +1 -1
  39. package/dist/service/apigateway/command/sim-api-gateway-unsimulated-input.js +8 -3
  40. package/dist/service/apigateway/command/sim-api-gateway-unsimulated-input.js.map +1 -1
  41. package/dist/service/apigateway/command/stage/sim-rest-api-stage-commands.d.ts.map +1 -1
  42. package/dist/service/apigateway/command/stage/sim-rest-api-stage-commands.js +4 -0
  43. package/dist/service/apigateway/command/stage/sim-rest-api-stage-commands.js.map +1 -1
  44. package/dist/service/apigateway/command/stage/sim-rest-api-stage-method-settings-input.d.ts +18 -0
  45. package/dist/service/apigateway/command/stage/sim-rest-api-stage-method-settings-input.d.ts.map +1 -0
  46. package/dist/service/apigateway/command/stage/sim-rest-api-stage-method-settings-input.js +42 -0
  47. package/dist/service/apigateway/command/stage/sim-rest-api-stage-method-settings-input.js.map +1 -0
  48. package/dist/service/apigateway/command/stage/sim-rest-api-stage-publisher.d.ts +9 -0
  49. package/dist/service/apigateway/command/stage/sim-rest-api-stage-publisher.d.ts.map +1 -1
  50. package/dist/service/apigateway/command/stage/sim-rest-api-stage-publisher.js +17 -0
  51. package/dist/service/apigateway/command/stage/sim-rest-api-stage-publisher.js.map +1 -1
  52. package/dist/service/apigateway/command/stage/stage.command.d.ts +11 -0
  53. package/dist/service/apigateway/command/stage/stage.command.d.ts.map +1 -1
  54. package/dist/service/apigateway/index.d.ts +2 -0
  55. package/dist/service/apigateway/index.d.ts.map +1 -1
  56. package/dist/service/apigateway/index.js +1 -0
  57. package/dist/service/apigateway/index.js.map +1 -1
  58. package/dist/service/apigateway/serve/sim-api-gateway-controller.d.ts +4 -1
  59. package/dist/service/apigateway/serve/sim-api-gateway-controller.d.ts.map +1 -1
  60. package/dist/service/apigateway/serve/sim-api-gateway-controller.js +10 -1
  61. package/dist/service/apigateway/serve/sim-api-gateway-controller.js.map +1 -1
  62. package/dist/service/apigateway/serve/sim-api-gateway-error-response.d.ts +8 -0
  63. package/dist/service/apigateway/serve/sim-api-gateway-error-response.d.ts.map +1 -1
  64. package/dist/service/apigateway/serve/sim-api-gateway-error-response.js +10 -0
  65. package/dist/service/apigateway/serve/sim-api-gateway-error-response.js.map +1 -1
  66. package/dist/service/apigatewayv2/api/sim-http-api-lambda-proxy.factory.d.ts +5 -0
  67. package/dist/service/apigatewayv2/api/sim-http-api-lambda-proxy.factory.d.ts.map +1 -1
  68. package/dist/service/apigatewayv2/api/sim-http-api-lambda-proxy.factory.js +4 -0
  69. package/dist/service/apigatewayv2/api/sim-http-api-lambda-proxy.factory.js.map +1 -1
  70. package/dist/service/apigatewayv2/api/stage/settings/sim-http-api-route-settings.type.d.ts +24 -0
  71. package/dist/service/apigatewayv2/api/stage/settings/sim-http-api-route-settings.type.d.ts.map +1 -0
  72. package/dist/service/apigatewayv2/api/stage/settings/sim-http-api-route-settings.type.js +2 -0
  73. package/dist/service/apigatewayv2/api/stage/settings/sim-http-api-route-settings.type.js.map +1 -0
  74. package/dist/service/apigatewayv2/api/stage/settings/sim-http-api-stage-route-settings.d.ts +39 -0
  75. package/dist/service/apigatewayv2/api/stage/settings/sim-http-api-stage-route-settings.d.ts.map +1 -0
  76. package/dist/service/apigatewayv2/api/stage/settings/sim-http-api-stage-route-settings.js +74 -0
  77. package/dist/service/apigatewayv2/api/stage/settings/sim-http-api-stage-route-settings.js.map +1 -0
  78. package/dist/service/apigatewayv2/api/stage/sim-http-api-stage.d.ts +16 -1
  79. package/dist/service/apigatewayv2/api/stage/sim-http-api-stage.d.ts.map +1 -1
  80. package/dist/service/apigatewayv2/api/stage/sim-http-api-stage.js +16 -0
  81. package/dist/service/apigatewayv2/api/stage/sim-http-api-stage.js.map +1 -1
  82. package/dist/service/apigatewayv2/cfn/stage/sim-cfn-http-api-route-settings-properties.d.ts +30 -0
  83. package/dist/service/apigatewayv2/cfn/stage/sim-cfn-http-api-route-settings-properties.d.ts.map +1 -0
  84. package/dist/service/apigatewayv2/cfn/stage/sim-cfn-http-api-route-settings-properties.js +67 -0
  85. package/dist/service/apigatewayv2/cfn/stage/sim-cfn-http-api-route-settings-properties.js.map +1 -0
  86. package/dist/service/apigatewayv2/cfn/stage/sim-cfn-http-api-stage-properties.d.ts +3 -1
  87. package/dist/service/apigatewayv2/cfn/stage/sim-cfn-http-api-stage-properties.d.ts.map +1 -1
  88. package/dist/service/apigatewayv2/cfn/stage/sim-cfn-http-api-stage-properties.js +16 -5
  89. package/dist/service/apigatewayv2/cfn/stage/sim-cfn-http-api-stage-properties.js.map +1 -1
  90. package/dist/service/apigatewayv2/command/sim-api-gateway-v2-unsimulated-input.d.ts +6 -1
  91. package/dist/service/apigatewayv2/command/sim-api-gateway-v2-unsimulated-input.d.ts.map +1 -1
  92. package/dist/service/apigatewayv2/command/sim-api-gateway-v2-unsimulated-input.js +8 -3
  93. package/dist/service/apigatewayv2/command/sim-api-gateway-v2-unsimulated-input.js.map +1 -1
  94. package/dist/service/apigatewayv2/command/stage/sim-http-api-stage-commands.d.ts.map +1 -1
  95. package/dist/service/apigatewayv2/command/stage/sim-http-api-stage-commands.js +8 -0
  96. package/dist/service/apigatewayv2/command/stage/sim-http-api-stage-commands.js.map +1 -1
  97. package/dist/service/apigatewayv2/command/stage/sim-http-api-stage-route-settings-input.d.ts +18 -0
  98. package/dist/service/apigatewayv2/command/stage/sim-http-api-stage-route-settings-input.d.ts.map +1 -0
  99. package/dist/service/apigatewayv2/command/stage/sim-http-api-stage-route-settings-input.js +32 -0
  100. package/dist/service/apigatewayv2/command/stage/sim-http-api-stage-route-settings-input.js.map +1 -0
  101. package/dist/service/apigatewayv2/command/stage/stage.command.d.ts +3 -0
  102. package/dist/service/apigatewayv2/command/stage/stage.command.d.ts.map +1 -1
  103. package/dist/service/apigatewayv2/index.d.ts +2 -0
  104. package/dist/service/apigatewayv2/index.d.ts.map +1 -1
  105. package/dist/service/apigatewayv2/index.js +1 -0
  106. package/dist/service/apigatewayv2/index.js.map +1 -1
  107. package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-controller.d.ts +4 -1
  108. package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-controller.d.ts.map +1 -1
  109. package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-controller.js +11 -2
  110. package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-controller.js.map +1 -1
  111. package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-error-response.d.ts +8 -0
  112. package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-error-response.d.ts.map +1 -1
  113. package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-error-response.js +10 -0
  114. package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-error-response.js.map +1 -1
  115. package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts +4 -0
  116. package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts.map +1 -1
  117. package/dist/service/aws/factory/sim-aws-account-region-service-builder.js +6 -0
  118. package/dist/service/aws/factory/sim-aws-account-region-service-builder.js.map +1 -1
  119. package/dist/service/aws/factory/sim-aws-account-service-cache.d.ts.map +1 -1
  120. package/dist/service/aws/factory/sim-aws-account-service-cache.js +5 -0
  121. package/dist/service/aws/factory/sim-aws-account-service-cache.js.map +1 -1
  122. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-error.d.ts +15 -0
  123. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-error.d.ts.map +1 -0
  124. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-error.js +18 -0
  125. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-error.js.map +1 -0
  126. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-properties.d.ts +30 -0
  127. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-properties.d.ts.map +1 -0
  128. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-properties.js +74 -0
  129. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-properties.js.map +1 -0
  130. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reader.d.ts +45 -0
  131. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reader.d.ts.map +1 -0
  132. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reader.js +82 -0
  133. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reader.js.map +1 -0
  134. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reading.d.ts +27 -0
  135. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reading.d.ts.map +1 -0
  136. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reading.js +24 -0
  137. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reading.js.map +1 -0
  138. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-template.factory.d.ts +39 -0
  139. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-template.factory.d.ts.map +1 -0
  140. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-template.factory.js +42 -0
  141. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-template.factory.js.map +1 -0
  142. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-cross-region-parameter-cfn.d.ts +32 -0
  143. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-cross-region-parameter-cfn.d.ts.map +1 -0
  144. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-cross-region-parameter-cfn.js +36 -0
  145. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-cross-region-parameter-cfn.js.map +1 -0
  146. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-custom-resource-value-adapter.d.ts +14 -0
  147. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-custom-resource-value-adapter.d.ts.map +1 -0
  148. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-custom-resource-value-adapter.js +23 -0
  149. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-custom-resource-value-adapter.js.map +1 -0
  150. package/dist/service/cloudformation/resource/cfn/sim-cfn-default-resource-value-adapter.d.ts.map +1 -1
  151. package/dist/service/cloudformation/resource/cfn/sim-cfn-default-resource-value-adapter.js +2 -1
  152. package/dist/service/cloudformation/resource/cfn/sim-cfn-default-resource-value-adapter.js.map +1 -1
  153. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.d.ts +2 -1
  154. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.d.ts.map +1 -1
  155. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js +4 -1
  156. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js.map +1 -1
  157. package/dist/service/cloudformation/resource/cfn/sim-cfn-unanswered-attribute.d.ts +23 -0
  158. package/dist/service/cloudformation/resource/cfn/sim-cfn-unanswered-attribute.d.ts.map +1 -0
  159. package/dist/service/cloudformation/resource/cfn/sim-cfn-unanswered-attribute.js +46 -0
  160. package/dist/service/cloudformation/resource/cfn/sim-cfn-unanswered-attribute.js.map +1 -0
  161. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.js +1 -1
  162. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.js.map +1 -1
  163. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-custom-resource-factories.d.ts.map +1 -1
  164. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-custom-resource-factories.js +5 -0
  165. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-custom-resource-factories.js.map +1 -1
  166. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.d.ts.map +1 -1
  167. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js +1 -4
  168. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js.map +1 -1
  169. package/dist/service/cloudformation/resource/sim-cfn-resource-record.d.ts +7 -0
  170. package/dist/service/cloudformation/resource/sim-cfn-resource-record.d.ts.map +1 -1
  171. package/dist/service/cloudformation/resource/sim-cfn-resource-record.js +9 -0
  172. package/dist/service/cloudformation/resource/sim-cfn-resource-record.js.map +1 -1
  173. package/dist/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.d.ts +7 -0
  174. package/dist/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.d.ts.map +1 -1
  175. package/dist/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.js +9 -1
  176. package/dist/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.js.map +1 -1
  177. package/dist/service/cloudfront/behaviour/sim-cloud-front-behavior.d.ts +5 -0
  178. package/dist/service/cloudfront/behaviour/sim-cloud-front-behavior.d.ts.map +1 -1
  179. package/dist/service/cloudfront/behaviour/sim-cloud-front-behavior.js.map +1 -1
  180. package/dist/service/cloudfront/cff/sim-cff-arn.d.ts +13 -0
  181. package/dist/service/cloudfront/cff/sim-cff-arn.d.ts.map +1 -0
  182. package/dist/service/cloudfront/cff/sim-cff-arn.js +18 -0
  183. package/dist/service/cloudfront/cff/sim-cff-arn.js.map +1 -0
  184. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-creator.d.ts +5 -4
  185. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-creator.d.ts.map +1 -1
  186. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-creator.js +14 -5
  187. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-creator.js.map +1 -1
  188. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-edge-associations.d.ts +19 -0
  189. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-edge-associations.d.ts.map +1 -0
  190. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-edge-associations.js +78 -0
  191. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-edge-associations.js.map +1 -0
  192. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-association-skips.d.ts +34 -0
  193. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-association-skips.d.ts.map +1 -0
  194. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-association-skips.js +58 -0
  195. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-association-skips.js.map +1 -0
  196. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-skip-reason.d.ts +26 -0
  197. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-skip-reason.d.ts.map +1 -0
  198. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-skip-reason.js +60 -0
  199. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-skip-reason.js.map +1 -0
  200. package/dist/service/cloudfront/command/create-distribution/create-distribution.command.d.ts +16 -0
  201. package/dist/service/cloudfront/command/create-distribution/create-distribution.command.d.ts.map +1 -1
  202. package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.d.ts +3 -0
  203. package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.d.ts.map +1 -1
  204. package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.js +11 -4
  205. package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.js.map +1 -1
  206. package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.d.ts.map +1 -1
  207. package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.js +1 -0
  208. package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.js.map +1 -1
  209. package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.d.ts +3 -0
  210. package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.d.ts.map +1 -1
  211. package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.js +9 -2
  212. package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.js.map +1 -1
  213. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.d.ts +7 -1
  214. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.d.ts.map +1 -1
  215. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.js +9 -1
  216. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.js.map +1 -1
  217. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.d.ts +40 -0
  218. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.d.ts.map +1 -0
  219. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.js +52 -0
  220. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.js.map +1 -0
  221. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-distribution.d.ts +11 -0
  222. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-distribution.d.ts.map +1 -0
  223. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-distribution.js +14 -0
  224. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-distribution.js.map +1 -0
  225. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-origin-applicator.d.ts +43 -0
  226. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-origin-applicator.d.ts.map +1 -0
  227. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-origin-applicator.js +63 -0
  228. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-origin-applicator.js.map +1 -0
  229. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-run.d.ts +16 -0
  230. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-run.d.ts.map +1 -0
  231. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-run.js +33 -0
  232. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-run.js.map +1 -0
  233. package/dist/service/cloudfront/controller/origin/sim-cf-origin-bound-request.d.ts +14 -0
  234. package/dist/service/cloudfront/controller/origin/sim-cf-origin-bound-request.d.ts.map +1 -0
  235. package/dist/service/cloudfront/controller/origin/sim-cf-origin-bound-request.js +2 -0
  236. package/dist/service/cloudfront/controller/origin/sim-cf-origin-bound-request.js.map +1 -0
  237. package/dist/service/cloudfront/controller/origin/sim-cf-origin-stage.d.ts +45 -0
  238. package/dist/service/cloudfront/controller/origin/sim-cf-origin-stage.d.ts.map +1 -0
  239. package/dist/service/cloudfront/controller/origin/sim-cf-origin-stage.js +47 -0
  240. package/dist/service/cloudfront/controller/origin/sim-cf-origin-stage.js.map +1 -0
  241. package/dist/service/cloudfront/controller/origin/sim-cloudfront-origin-fetcher.d.ts +6 -1
  242. package/dist/service/cloudfront/controller/origin/sim-cloudfront-origin-fetcher.d.ts.map +1 -1
  243. package/dist/service/cloudfront/controller/origin/sim-cloudfront-origin-fetcher.js +6 -2
  244. package/dist/service/cloudfront/controller/origin/sim-cloudfront-origin-fetcher.js.map +1 -1
  245. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.d.ts +9 -3
  246. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.d.ts.map +1 -1
  247. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.js +36 -9
  248. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.js.map +1 -1
  249. package/dist/service/cloudfront/distribution/configurator/sim-cf-behavior-properties.d.ts.map +1 -1
  250. package/dist/service/cloudfront/distribution/configurator/sim-cf-behavior-properties.js +2 -0
  251. package/dist/service/cloudfront/distribution/configurator/sim-cf-behavior-properties.js.map +1 -1
  252. package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.d.ts.map +1 -1
  253. package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.js +1 -0
  254. package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.js.map +1 -1
  255. package/dist/service/cloudfront/distribution/sim-cf-distribution-configuration-state.d.ts +5 -2
  256. package/dist/service/cloudfront/distribution/sim-cf-distribution-configuration-state.d.ts.map +1 -1
  257. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-body.d.ts +24 -0
  258. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-body.d.ts.map +1 -0
  259. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-body.js +51 -0
  260. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-body.js.map +1 -0
  261. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.d.ts +34 -0
  262. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.d.ts.map +1 -0
  263. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.js +70 -0
  264. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.js.map +1 -0
  265. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-config.d.ts +16 -0
  266. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-config.d.ts.map +1 -0
  267. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-config.js +14 -0
  268. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-config.js.map +1 -0
  269. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-headers.d.ts +20 -0
  270. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-headers.d.ts.map +1 -0
  271. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-headers.js +55 -0
  272. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-headers.js.map +1 -0
  273. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin-event-adapter.d.ts +51 -0
  274. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin-event-adapter.d.ts.map +1 -0
  275. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin-event-adapter.js +83 -0
  276. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin-event-adapter.js.map +1 -0
  277. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin.d.ts +23 -0
  278. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin.d.ts.map +1 -0
  279. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin.js +30 -0
  280. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin.js.map +1 -0
  281. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-request-adapter.d.ts +39 -0
  282. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-request-adapter.d.ts.map +1 -0
  283. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-request-adapter.js +110 -0
  284. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-request-adapter.js.map +1 -0
  285. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-response-adapter.d.ts +26 -0
  286. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-response-adapter.d.ts.map +1 -0
  287. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-response-adapter.js +47 -0
  288. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-response-adapter.js.map +1 -0
  289. package/dist/service/cloudfront/edge/sim-aws-cf-edge-functions.d.ts +44 -0
  290. package/dist/service/cloudfront/edge/sim-aws-cf-edge-functions.d.ts.map +1 -0
  291. package/dist/service/cloudfront/edge/sim-aws-cf-edge-functions.js +87 -0
  292. package/dist/service/cloudfront/edge/sim-aws-cf-edge-functions.js.map +1 -0
  293. package/dist/service/cloudfront/edge/sim-cf-edge-association-auth-z.d.ts +7 -0
  294. package/dist/service/cloudfront/edge/sim-cf-edge-association-auth-z.d.ts.map +1 -0
  295. package/dist/service/cloudfront/edge/sim-cf-edge-association-auth-z.js +27 -0
  296. package/dist/service/cloudfront/edge/sim-cf-edge-association-auth-z.js.map +1 -0
  297. package/dist/service/cloudfront/edge/sim-cf-edge-association-checks.d.ts +61 -0
  298. package/dist/service/cloudfront/edge/sim-cf-edge-association-checks.d.ts.map +1 -0
  299. package/dist/service/cloudfront/edge/sim-cf-edge-association-checks.js +106 -0
  300. package/dist/service/cloudfront/edge/sim-cf-edge-association-checks.js.map +1 -0
  301. package/dist/service/cloudfront/edge/sim-cf-edge-association-validator.d.ts +36 -0
  302. package/dist/service/cloudfront/edge/sim-cf-edge-association-validator.d.ts.map +1 -0
  303. package/dist/service/cloudfront/edge/sim-cf-edge-association-validator.js +80 -0
  304. package/dist/service/cloudfront/edge/sim-cf-edge-association-validator.js.map +1 -0
  305. package/dist/service/cloudfront/edge/sim-cf-edge-association.d.ts +26 -0
  306. package/dist/service/cloudfront/edge/sim-cf-edge-association.d.ts.map +1 -0
  307. package/dist/service/cloudfront/edge/sim-cf-edge-association.js +2 -0
  308. package/dist/service/cloudfront/edge/sim-cf-edge-association.js.map +1 -0
  309. package/dist/service/cloudfront/edge/sim-cf-edge-associations-configure.d.ts +14 -0
  310. package/dist/service/cloudfront/edge/sim-cf-edge-associations-configure.d.ts.map +1 -0
  311. package/dist/service/cloudfront/edge/sim-cf-edge-associations-configure.js +52 -0
  312. package/dist/service/cloudfront/edge/sim-cf-edge-associations-configure.js.map +1 -0
  313. package/dist/service/cloudfront/edge/sim-cf-edge-function-arn.d.ts +28 -0
  314. package/dist/service/cloudfront/edge/sim-cf-edge-function-arn.d.ts.map +1 -0
  315. package/dist/service/cloudfront/edge/sim-cf-edge-function-arn.js +71 -0
  316. package/dist/service/cloudfront/edge/sim-cf-edge-function-arn.js.map +1 -0
  317. package/dist/service/cloudfront/edge/sim-cf-edge-function-version.d.ts +14 -0
  318. package/dist/service/cloudfront/edge/sim-cf-edge-function-version.d.ts.map +1 -0
  319. package/dist/service/cloudfront/edge/sim-cf-edge-function-version.js +16 -0
  320. package/dist/service/cloudfront/edge/sim-cf-edge-function-version.js.map +1 -0
  321. package/dist/service/cloudfront/edge/sim-cf-edge-functions.d.ts +25 -0
  322. package/dist/service/cloudfront/edge/sim-cf-edge-functions.d.ts.map +1 -0
  323. package/dist/service/cloudfront/edge/sim-cf-edge-functions.js +2 -0
  324. package/dist/service/cloudfront/edge/sim-cf-edge-functions.js.map +1 -0
  325. package/dist/service/cloudfront/error/sim-cloudfront.error.d.ts +13 -0
  326. package/dist/service/cloudfront/error/sim-cloudfront.error.d.ts.map +1 -1
  327. package/dist/service/cloudfront/error/sim-cloudfront.error.js +15 -0
  328. package/dist/service/cloudfront/error/sim-cloudfront.error.js.map +1 -1
  329. package/dist/service/cloudfront/index.d.ts +1 -0
  330. package/dist/service/cloudfront/index.d.ts.map +1 -1
  331. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-edge.d.ts +27 -0
  332. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-edge.d.ts.map +1 -0
  333. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-edge.js +44 -0
  334. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-edge.js.map +1 -0
  335. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.d.ts +23 -3
  336. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.d.ts.map +1 -1
  337. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.js +30 -2
  338. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.js.map +1 -1
  339. package/dist/service/cloudfront/origin/s3/sim-cf-s3-origin-edge.d.ts +26 -0
  340. package/dist/service/cloudfront/origin/s3/sim-cf-s3-origin-edge.d.ts.map +1 -0
  341. package/dist/service/cloudfront/origin/s3/sim-cf-s3-origin-edge.js +63 -0
  342. package/dist/service/cloudfront/origin/s3/sim-cf-s3-origin-edge.js.map +1 -0
  343. package/dist/service/cloudfront/origin/s3/sim-cloudfront-s3-origin.d.ts +17 -2
  344. package/dist/service/cloudfront/origin/s3/sim-cloudfront-s3-origin.d.ts.map +1 -1
  345. package/dist/service/cloudfront/origin/s3/sim-cloudfront-s3-origin.js +20 -0
  346. package/dist/service/cloudfront/origin/s3/sim-cloudfront-s3-origin.js.map +1 -1
  347. package/dist/service/cloudfront/origin/sim-cf-edge-origin-not-simulated.error.d.ts +15 -0
  348. package/dist/service/cloudfront/origin/sim-cf-edge-origin-not-simulated.error.d.ts.map +1 -0
  349. package/dist/service/cloudfront/origin/sim-cf-edge-origin-not-simulated.error.js +15 -0
  350. package/dist/service/cloudfront/origin/sim-cf-edge-origin-not-simulated.error.js.map +1 -0
  351. package/dist/service/cloudfront/origin/sim-cloudfront-origin.d.ts +13 -0
  352. package/dist/service/cloudfront/origin/sim-cloudfront-origin.d.ts.map +1 -1
  353. package/dist/service/cloudfront/sim-cloudfront-commands.d.ts +10 -0
  354. package/dist/service/cloudfront/sim-cloudfront-commands.d.ts.map +1 -1
  355. package/dist/service/cloudfront/sim-cloudfront-commands.js +10 -1
  356. package/dist/service/cloudfront/sim-cloudfront-commands.js.map +1 -1
  357. package/dist/service/cloudfront/sim-cloudfront.d.ts.map +1 -1
  358. package/dist/service/cloudfront/sim-cloudfront.js +3 -8
  359. package/dist/service/cloudfront/sim-cloudfront.js.map +1 -1
  360. package/dist/service/cloudfront/typings/lambda-at-edge.namespace.d.ts +159 -0
  361. package/dist/service/cloudfront/typings/lambda-at-edge.namespace.d.ts.map +1 -0
  362. package/dist/service/cloudfront/typings/lambda-at-edge.namespace.js +2 -0
  363. package/dist/service/cloudfront/typings/lambda-at-edge.namespace.js.map +1 -0
  364. package/dist/service/lambda/function/environment/sim-lambda-environment.d.ts +22 -20
  365. package/dist/service/lambda/function/environment/sim-lambda-environment.d.ts.map +1 -1
  366. package/dist/service/lambda/function/environment/sim-lambda-environment.js +27 -29
  367. package/dist/service/lambda/function/environment/sim-lambda-environment.js.map +1 -1
  368. package/dist/service/lambda/function/environment/sim-lambda-host-backed-variables.d.ts +28 -0
  369. package/dist/service/lambda/function/environment/sim-lambda-host-backed-variables.d.ts.map +1 -0
  370. package/dist/service/lambda/function/environment/sim-lambda-host-backed-variables.js +49 -0
  371. package/dist/service/lambda/function/environment/sim-lambda-host-backed-variables.js.map +1 -0
  372. package/dist/service/lambda/function/environment/sim-lambda-runtime-variables.d.ts +18 -0
  373. package/dist/service/lambda/function/environment/sim-lambda-runtime-variables.d.ts.map +1 -0
  374. package/dist/service/lambda/function/environment/sim-lambda-runtime-variables.js +23 -0
  375. package/dist/service/lambda/function/environment/sim-lambda-runtime-variables.js.map +1 -0
  376. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-deleter.d.ts +2 -2
  377. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-deleter.d.ts.map +1 -0
  378. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-deleter.js +1 -1
  379. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-deleter.js.map +1 -0
  380. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-error.d.ts.map +1 -0
  381. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-error.js +1 -1
  382. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-error.js.map +1 -0
  383. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-types.d.ts.map +1 -0
  384. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-types.js.map +1 -0
  385. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-step-functions-cfn-resource-factory.d.ts +6 -3
  386. package/dist/service/stepfunctions/cfn/sim-step-functions-cfn-resource-factory.d.ts.map +1 -0
  387. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-step-functions-cfn-resource-factory.js +2 -1
  388. package/dist/service/stepfunctions/cfn/sim-step-functions-cfn-resource-factory.js.map +1 -0
  389. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-creator.d.ts +7 -4
  390. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-creator.d.ts.map +1 -0
  391. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-creator.js +9 -4
  392. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-creator.js.map +1 -0
  393. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-definition.d.ts +12 -13
  394. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-definition.d.ts.map +1 -0
  395. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-definition.js +30 -28
  396. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-definition.js.map +1 -0
  397. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-name.d.ts.map +1 -0
  398. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-name.js +1 -1
  399. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-name.js.map +1 -0
  400. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-properties.d.ts +11 -3
  401. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-properties.d.ts.map +1 -0
  402. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-properties.js +18 -5
  403. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-properties.js.map +1 -0
  404. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-property-names.d.ts.map +1 -0
  405. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-property-names.js +0 -5
  406. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-property-names.js.map +1 -0
  407. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-s3-definition.d.ts +37 -0
  408. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-s3-definition.d.ts.map +1 -0
  409. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-s3-definition.js +63 -0
  410. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-s3-definition.js.map +1 -0
  411. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-substitutions.d.ts +1 -1
  412. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-substitutions.d.ts.map +1 -0
  413. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-substitutions.js +3 -3
  414. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-substitutions.js.map +1 -0
  415. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-tags.d.ts +33 -0
  416. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-tags.d.ts.map +1 -0
  417. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-tags.js +58 -0
  418. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-tags.js.map +1 -0
  419. package/dist/service/stepfunctions/command/execution/sim-states-execution-start.d.ts.map +1 -1
  420. package/dist/service/stepfunctions/command/execution/sim-states-execution-start.js +15 -4
  421. package/dist/service/stepfunctions/command/execution/sim-states-execution-start.js.map +1 -1
  422. package/dist/service/stepfunctions/command/machine/machine.command.d.ts +2 -0
  423. package/dist/service/stepfunctions/command/machine/machine.command.d.ts.map +1 -1
  424. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.d.ts +2 -0
  425. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.d.ts.map +1 -1
  426. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.js +3 -1
  427. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.js.map +1 -1
  428. package/dist/service/stepfunctions/command/sim-step-functions-command.types.d.ts +1 -0
  429. package/dist/service/stepfunctions/command/sim-step-functions-command.types.d.ts.map +1 -1
  430. package/dist/service/stepfunctions/command/tag/sim-state-machine-tag-commands.d.ts +36 -0
  431. package/dist/service/stepfunctions/command/tag/sim-state-machine-tag-commands.d.ts.map +1 -0
  432. package/dist/service/stepfunctions/command/tag/sim-state-machine-tag-commands.js +76 -0
  433. package/dist/service/stepfunctions/command/tag/sim-state-machine-tag-commands.js.map +1 -0
  434. package/dist/service/stepfunctions/command/tag/tag.command.d.ts +46 -0
  435. package/dist/service/stepfunctions/command/tag/tag.command.d.ts.map +1 -0
  436. package/dist/service/stepfunctions/command/tag/tag.command.js +2 -0
  437. package/dist/service/stepfunctions/command/tag/tag.command.js.map +1 -0
  438. package/dist/service/stepfunctions/data/sim-states-context-object.d.ts +45 -0
  439. package/dist/service/stepfunctions/data/sim-states-context-object.d.ts.map +1 -0
  440. package/dist/service/stepfunctions/data/sim-states-context-object.js +48 -0
  441. package/dist/service/stepfunctions/data/sim-states-context-object.js.map +1 -0
  442. package/dist/service/stepfunctions/data/sim-states-context-path.d.ts +22 -0
  443. package/dist/service/stepfunctions/data/sim-states-context-path.d.ts.map +1 -0
  444. package/dist/service/stepfunctions/data/sim-states-context-path.js +30 -0
  445. package/dist/service/stepfunctions/data/sim-states-context-path.js.map +1 -0
  446. package/dist/service/stepfunctions/data/sim-states-data-flow.d.ts +3 -2
  447. package/dist/service/stepfunctions/data/sim-states-data-flow.d.ts.map +1 -1
  448. package/dist/service/stepfunctions/data/sim-states-data-flow.js +10 -9
  449. package/dist/service/stepfunctions/data/sim-states-data-flow.js.map +1 -1
  450. package/dist/service/stepfunctions/data/sim-states-intrinsic.d.ts +1 -1
  451. package/dist/service/stepfunctions/data/sim-states-intrinsic.d.ts.map +1 -1
  452. package/dist/service/stepfunctions/data/sim-states-intrinsic.js +6 -7
  453. package/dist/service/stepfunctions/data/sim-states-intrinsic.js.map +1 -1
  454. package/dist/service/stepfunctions/data/sim-states-payload-template.d.ts +9 -6
  455. package/dist/service/stepfunctions/data/sim-states-payload-template.d.ts.map +1 -1
  456. package/dist/service/stepfunctions/data/sim-states-payload-template.js +16 -14
  457. package/dist/service/stepfunctions/data/sim-states-payload-template.js.map +1 -1
  458. package/dist/service/stepfunctions/data/sim-states-reference-path.d.ts.map +1 -1
  459. package/dist/service/stepfunctions/data/sim-states-reference-path.js +4 -2
  460. package/dist/service/stepfunctions/data/sim-states-reference-path.js.map +1 -1
  461. package/dist/service/stepfunctions/definition/sim-states-definition-parse.d.ts +8 -0
  462. package/dist/service/stepfunctions/definition/sim-states-definition-parse.d.ts.map +1 -1
  463. package/dist/service/stepfunctions/definition/sim-states-definition-parse.js +9 -1
  464. package/dist/service/stepfunctions/definition/sim-states-definition-parse.js.map +1 -1
  465. package/dist/service/stepfunctions/definition/sim-states-map-fields.d.ts +23 -0
  466. package/dist/service/stepfunctions/definition/sim-states-map-fields.d.ts.map +1 -0
  467. package/dist/service/stepfunctions/definition/sim-states-map-fields.js +60 -0
  468. package/dist/service/stepfunctions/definition/sim-states-map-fields.js.map +1 -0
  469. package/dist/service/stepfunctions/definition/sim-states-map-parse.d.ts +12 -0
  470. package/dist/service/stepfunctions/definition/sim-states-map-parse.d.ts.map +1 -0
  471. package/dist/service/stepfunctions/definition/sim-states-map-parse.js +56 -0
  472. package/dist/service/stepfunctions/definition/sim-states-map-parse.js.map +1 -0
  473. package/dist/service/stepfunctions/definition/sim-states-map-processor.d.ts +11 -0
  474. package/dist/service/stepfunctions/definition/sim-states-map-processor.d.ts.map +1 -0
  475. package/dist/service/stepfunctions/definition/sim-states-map-processor.js +62 -0
  476. package/dist/service/stepfunctions/definition/sim-states-map-processor.js.map +1 -0
  477. package/dist/service/stepfunctions/definition/sim-states-nested-refusal.d.ts +14 -0
  478. package/dist/service/stepfunctions/definition/sim-states-nested-refusal.d.ts.map +1 -0
  479. package/dist/service/stepfunctions/definition/sim-states-nested-refusal.js +23 -0
  480. package/dist/service/stepfunctions/definition/sim-states-nested-refusal.js.map +1 -0
  481. package/dist/service/stepfunctions/definition/sim-states-parallel-parse.d.ts +10 -0
  482. package/dist/service/stepfunctions/definition/sim-states-parallel-parse.d.ts.map +1 -0
  483. package/dist/service/stepfunctions/definition/sim-states-parallel-parse.js +50 -0
  484. package/dist/service/stepfunctions/definition/sim-states-parallel-parse.js.map +1 -0
  485. package/dist/service/stepfunctions/definition/sim-states-state-fields.d.ts.map +1 -1
  486. package/dist/service/stepfunctions/definition/sim-states-state-fields.js +5 -0
  487. package/dist/service/stepfunctions/definition/sim-states-state-fields.js.map +1 -1
  488. package/dist/service/stepfunctions/definition/sim-states-state-parse.d.ts.map +1 -1
  489. package/dist/service/stepfunctions/definition/sim-states-state-parse.js +15 -7
  490. package/dist/service/stepfunctions/definition/sim-states-state-parse.js.map +1 -1
  491. package/dist/service/stepfunctions/definition/sim-states-state.d.ts +35 -11
  492. package/dist/service/stepfunctions/definition/sim-states-state.d.ts.map +1 -1
  493. package/dist/service/stepfunctions/definition/sim-states-state.js +1 -15
  494. package/dist/service/stepfunctions/definition/sim-states-state.js.map +1 -1
  495. package/dist/service/stepfunctions/definition/sim-states-transitions.d.ts.map +1 -1
  496. package/dist/service/stepfunctions/definition/sim-states-transitions.js +14 -0
  497. package/dist/service/stepfunctions/definition/sim-states-transitions.js.map +1 -1
  498. package/dist/service/stepfunctions/definition/store/sim-s3-states-definition-store.d.ts +45 -0
  499. package/dist/service/stepfunctions/definition/store/sim-s3-states-definition-store.d.ts.map +1 -0
  500. package/dist/service/stepfunctions/definition/store/sim-s3-states-definition-store.js +58 -0
  501. package/dist/service/stepfunctions/definition/store/sim-s3-states-definition-store.js.map +1 -0
  502. package/dist/service/stepfunctions/definition/store/sim-states-definition-store.d.ts +34 -0
  503. package/dist/service/stepfunctions/definition/store/sim-states-definition-store.d.ts.map +1 -0
  504. package/dist/service/stepfunctions/definition/store/sim-states-definition-store.js +14 -0
  505. package/dist/service/stepfunctions/definition/store/sim-states-definition-store.js.map +1 -0
  506. package/dist/service/stepfunctions/error/sim-step-functions.error.d.ts +36 -0
  507. package/dist/service/stepfunctions/error/sim-step-functions.error.d.ts.map +1 -1
  508. package/dist/service/stepfunctions/error/sim-step-functions.error.js +42 -0
  509. package/dist/service/stepfunctions/error/sim-step-functions.error.js.map +1 -1
  510. package/dist/service/stepfunctions/execution/sim-states-attempt.d.ts +16 -0
  511. package/dist/service/stepfunctions/execution/sim-states-attempt.d.ts.map +1 -0
  512. package/dist/service/stepfunctions/execution/sim-states-attempt.js +2 -0
  513. package/dist/service/stepfunctions/execution/sim-states-attempt.js.map +1 -0
  514. package/dist/service/stepfunctions/execution/sim-states-child-failure.d.ts +11 -0
  515. package/dist/service/stepfunctions/execution/sim-states-child-failure.d.ts.map +1 -0
  516. package/dist/service/stepfunctions/execution/sim-states-child-failure.js +20 -0
  517. package/dist/service/stepfunctions/execution/sim-states-child-failure.js.map +1 -0
  518. package/dist/service/stepfunctions/execution/sim-states-child-run.d.ts +55 -0
  519. package/dist/service/stepfunctions/execution/sim-states-child-run.d.ts.map +1 -0
  520. package/dist/service/stepfunctions/execution/sim-states-child-run.js +86 -0
  521. package/dist/service/stepfunctions/execution/sim-states-child-run.js.map +1 -0
  522. package/dist/service/stepfunctions/execution/sim-states-child-runs.d.ts +69 -0
  523. package/dist/service/stepfunctions/execution/sim-states-child-runs.d.ts.map +1 -0
  524. package/dist/service/stepfunctions/execution/sim-states-child-runs.js +114 -0
  525. package/dist/service/stepfunctions/execution/sim-states-child-runs.js.map +1 -0
  526. package/dist/service/stepfunctions/execution/sim-states-child-walk.d.ts +43 -0
  527. package/dist/service/stepfunctions/execution/sim-states-child-walk.d.ts.map +1 -0
  528. package/dist/service/stepfunctions/execution/sim-states-child-walk.js +2 -0
  529. package/dist/service/stepfunctions/execution/sim-states-child-walk.js.map +1 -0
  530. package/dist/service/stepfunctions/execution/sim-states-child.d.ts +41 -0
  531. package/dist/service/stepfunctions/execution/sim-states-child.d.ts.map +1 -0
  532. package/dist/service/stepfunctions/execution/sim-states-child.js +2 -0
  533. package/dist/service/stepfunctions/execution/sim-states-child.js.map +1 -0
  534. package/dist/service/stepfunctions/execution/sim-states-execution.d.ts +32 -3
  535. package/dist/service/stepfunctions/execution/sim-states-execution.d.ts.map +1 -1
  536. package/dist/service/stepfunctions/execution/sim-states-execution.js +42 -2
  537. package/dist/service/stepfunctions/execution/sim-states-execution.js.map +1 -1
  538. package/dist/service/stepfunctions/execution/sim-states-fan-out-outcome.d.ts +19 -0
  539. package/dist/service/stepfunctions/execution/sim-states-fan-out-outcome.d.ts.map +1 -0
  540. package/dist/service/stepfunctions/execution/sim-states-fan-out-outcome.js +15 -0
  541. package/dist/service/stepfunctions/execution/sim-states-fan-out-outcome.js.map +1 -0
  542. package/dist/service/stepfunctions/execution/sim-states-fan-out.d.ts +46 -0
  543. package/dist/service/stepfunctions/execution/sim-states-fan-out.d.ts.map +1 -0
  544. package/dist/service/stepfunctions/execution/sim-states-fan-out.js +106 -0
  545. package/dist/service/stepfunctions/execution/sim-states-fan-out.js.map +1 -0
  546. package/dist/service/stepfunctions/execution/sim-states-interpreter.d.ts +18 -11
  547. package/dist/service/stepfunctions/execution/sim-states-interpreter.d.ts.map +1 -1
  548. package/dist/service/stepfunctions/execution/sim-states-interpreter.js +55 -65
  549. package/dist/service/stepfunctions/execution/sim-states-interpreter.js.map +1 -1
  550. package/dist/service/stepfunctions/execution/sim-states-map-items.d.ts +13 -0
  551. package/dist/service/stepfunctions/execution/sim-states-map-items.d.ts.map +1 -0
  552. package/dist/service/stepfunctions/execution/sim-states-map-items.js +38 -0
  553. package/dist/service/stepfunctions/execution/sim-states-map-items.js.map +1 -0
  554. package/dist/service/stepfunctions/execution/sim-states-map-iteration.d.ts +32 -0
  555. package/dist/service/stepfunctions/execution/sim-states-map-iteration.d.ts.map +1 -0
  556. package/dist/service/stepfunctions/execution/sim-states-map-iteration.js +37 -0
  557. package/dist/service/stepfunctions/execution/sim-states-map-iteration.js.map +1 -0
  558. package/dist/service/stepfunctions/execution/sim-states-run-choice.d.ts.map +1 -1
  559. package/dist/service/stepfunctions/execution/sim-states-run-choice.js +2 -2
  560. package/dist/service/stepfunctions/execution/sim-states-run-choice.js.map +1 -1
  561. package/dist/service/stepfunctions/execution/sim-states-run-map.d.ts +12 -0
  562. package/dist/service/stepfunctions/execution/sim-states-run-map.d.ts.map +1 -0
  563. package/dist/service/stepfunctions/execution/sim-states-run-map.js +25 -0
  564. package/dist/service/stepfunctions/execution/sim-states-run-map.js.map +1 -0
  565. package/dist/service/stepfunctions/execution/sim-states-run-parallel.d.ts +16 -0
  566. package/dist/service/stepfunctions/execution/sim-states-run-parallel.d.ts.map +1 -0
  567. package/dist/service/stepfunctions/execution/sim-states-run-parallel.js +31 -0
  568. package/dist/service/stepfunctions/execution/sim-states-run-parallel.js.map +1 -0
  569. package/dist/service/stepfunctions/execution/sim-states-run-record.d.ts +47 -0
  570. package/dist/service/stepfunctions/execution/sim-states-run-record.d.ts.map +1 -0
  571. package/dist/service/stepfunctions/execution/sim-states-run-record.js +2 -0
  572. package/dist/service/stepfunctions/execution/sim-states-run-record.js.map +1 -0
  573. package/dist/service/stepfunctions/execution/sim-states-run-state.d.ts +4 -3
  574. package/dist/service/stepfunctions/execution/sim-states-run-state.d.ts.map +1 -1
  575. package/dist/service/stepfunctions/execution/sim-states-run-state.js +20 -11
  576. package/dist/service/stepfunctions/execution/sim-states-run-state.js.map +1 -1
  577. package/dist/service/stepfunctions/execution/sim-states-run-task.d.ts.map +1 -1
  578. package/dist/service/stepfunctions/execution/sim-states-run-task.js +2 -2
  579. package/dist/service/stepfunctions/execution/sim-states-run-task.js.map +1 -1
  580. package/dist/service/stepfunctions/execution/sim-states-run-wait.d.ts.map +1 -1
  581. package/dist/service/stepfunctions/execution/sim-states-run-wait.js +2 -2
  582. package/dist/service/stepfunctions/execution/sim-states-run-wait.js.map +1 -1
  583. package/dist/service/stepfunctions/execution/sim-states-settlement.d.ts +7 -3
  584. package/dist/service/stepfunctions/execution/sim-states-settlement.d.ts.map +1 -1
  585. package/dist/service/stepfunctions/execution/sim-states-settlement.js +11 -5
  586. package/dist/service/stepfunctions/execution/sim-states-settlement.js.map +1 -1
  587. package/dist/service/stepfunctions/execution/sim-states-state-attempts.d.ts +37 -0
  588. package/dist/service/stepfunctions/execution/sim-states-state-attempts.d.ts.map +1 -0
  589. package/dist/service/stepfunctions/execution/sim-states-state-attempts.js +112 -0
  590. package/dist/service/stepfunctions/execution/sim-states-state-attempts.js.map +1 -0
  591. package/dist/service/stepfunctions/execution/sim-states-state-outcome.d.ts +69 -15
  592. package/dist/service/stepfunctions/execution/sim-states-state-outcome.d.ts.map +1 -1
  593. package/dist/service/stepfunctions/execution/sim-states-state-runner.d.ts +26 -12
  594. package/dist/service/stepfunctions/execution/sim-states-state-runner.d.ts.map +1 -1
  595. package/dist/service/stepfunctions/execution/sim-states-state-runner.js +55 -15
  596. package/dist/service/stepfunctions/execution/sim-states-state-runner.js.map +1 -1
  597. package/dist/service/stepfunctions/execution/sim-states-walk-steps.d.ts +19 -0
  598. package/dist/service/stepfunctions/execution/sim-states-walk-steps.d.ts.map +1 -0
  599. package/dist/service/stepfunctions/execution/sim-states-walk-steps.js +35 -0
  600. package/dist/service/stepfunctions/execution/sim-states-walk-steps.js.map +1 -0
  601. package/dist/service/stepfunctions/execution/sim-states-walk.d.ts +19 -0
  602. package/dist/service/stepfunctions/execution/sim-states-walk.d.ts.map +1 -0
  603. package/dist/service/stepfunctions/execution/sim-states-walk.js +2 -0
  604. package/dist/service/stepfunctions/execution/sim-states-walk.js.map +1 -0
  605. package/dist/service/stepfunctions/execution/sim-states-walks.d.ts +25 -0
  606. package/dist/service/stepfunctions/execution/sim-states-walks.d.ts.map +1 -0
  607. package/dist/service/stepfunctions/execution/sim-states-walks.js +25 -0
  608. package/dist/service/stepfunctions/execution/sim-states-walks.js.map +1 -0
  609. package/dist/service/stepfunctions/index.d.ts +10 -3
  610. package/dist/service/stepfunctions/index.d.ts.map +1 -1
  611. package/dist/service/stepfunctions/index.js +4 -2
  612. package/dist/service/stepfunctions/index.js.map +1 -1
  613. package/dist/service/stepfunctions/machine/sim-state-machine-tag.d.ts +43 -0
  614. package/dist/service/stepfunctions/machine/sim-state-machine-tag.d.ts.map +1 -0
  615. package/dist/service/stepfunctions/machine/sim-state-machine-tag.js +111 -0
  616. package/dist/service/stepfunctions/machine/sim-state-machine-tag.js.map +1 -0
  617. package/dist/service/stepfunctions/machine/sim-state-machine-tags.d.ts +39 -0
  618. package/dist/service/stepfunctions/machine/sim-state-machine-tags.d.ts.map +1 -0
  619. package/dist/service/stepfunctions/machine/sim-state-machine-tags.js +80 -0
  620. package/dist/service/stepfunctions/machine/sim-state-machine-tags.js.map +1 -0
  621. package/dist/service/stepfunctions/machine/sim-state-machine.d.ts +6 -0
  622. package/dist/service/stepfunctions/machine/sim-state-machine.d.ts.map +1 -1
  623. package/dist/service/stepfunctions/machine/sim-state-machine.js +5 -0
  624. package/dist/service/stepfunctions/machine/sim-state-machine.js.map +1 -1
  625. package/dist/service/stepfunctions/retry/sim-states-attempt-state.d.ts +37 -0
  626. package/dist/service/stepfunctions/retry/sim-states-attempt-state.d.ts.map +1 -0
  627. package/dist/service/stepfunctions/retry/sim-states-attempt-state.js +38 -0
  628. package/dist/service/stepfunctions/retry/sim-states-attempt-state.js.map +1 -0
  629. package/dist/service/stepfunctions/retry/sim-states-catch-outcome.d.ts +11 -0
  630. package/dist/service/stepfunctions/retry/sim-states-catch-outcome.d.ts.map +1 -0
  631. package/dist/service/stepfunctions/retry/sim-states-catch-outcome.js +20 -0
  632. package/dist/service/stepfunctions/retry/sim-states-catch-outcome.js.map +1 -0
  633. package/dist/service/stepfunctions/retry/sim-states-catch-parse.d.ts +11 -0
  634. package/dist/service/stepfunctions/retry/sim-states-catch-parse.d.ts.map +1 -0
  635. package/dist/service/stepfunctions/retry/sim-states-catch-parse.js +49 -0
  636. package/dist/service/stepfunctions/retry/sim-states-catch-parse.js.map +1 -0
  637. package/dist/service/stepfunctions/retry/sim-states-catcher.d.ts +29 -0
  638. package/dist/service/stepfunctions/retry/sim-states-catcher.d.ts.map +1 -0
  639. package/dist/service/stepfunctions/retry/sim-states-catcher.js +31 -0
  640. package/dist/service/stepfunctions/retry/sim-states-catcher.js.map +1 -0
  641. package/dist/service/stepfunctions/retry/sim-states-error-equals.d.ts +19 -0
  642. package/dist/service/stepfunctions/retry/sim-states-error-equals.d.ts.map +1 -0
  643. package/dist/service/stepfunctions/retry/sim-states-error-equals.js +69 -0
  644. package/dist/service/stepfunctions/retry/sim-states-error-equals.js.map +1 -0
  645. package/dist/service/stepfunctions/retry/sim-states-error-handling.d.ts +31 -0
  646. package/dist/service/stepfunctions/retry/sim-states-error-handling.d.ts.map +1 -0
  647. package/dist/service/stepfunctions/retry/sim-states-error-handling.js +40 -0
  648. package/dist/service/stepfunctions/retry/sim-states-error-handling.js.map +1 -0
  649. package/dist/service/stepfunctions/retry/sim-states-error-name.d.ts +29 -0
  650. package/dist/service/stepfunctions/retry/sim-states-error-name.d.ts.map +1 -0
  651. package/dist/service/stepfunctions/retry/sim-states-error-name.js +34 -0
  652. package/dist/service/stepfunctions/retry/sim-states-error-name.js.map +1 -0
  653. package/dist/service/stepfunctions/retry/sim-states-recover.d.ts +31 -0
  654. package/dist/service/stepfunctions/retry/sim-states-recover.d.ts.map +1 -0
  655. package/dist/service/stepfunctions/retry/sim-states-recover.js +23 -0
  656. package/dist/service/stepfunctions/retry/sim-states-recover.js.map +1 -0
  657. package/dist/service/stepfunctions/retry/sim-states-recovered.d.ts +22 -0
  658. package/dist/service/stepfunctions/retry/sim-states-recovered.d.ts.map +1 -0
  659. package/dist/service/stepfunctions/retry/sim-states-recovered.js +33 -0
  660. package/dist/service/stepfunctions/retry/sim-states-recovered.js.map +1 -0
  661. package/dist/service/stepfunctions/retry/sim-states-retrier.d.ts +35 -0
  662. package/dist/service/stepfunctions/retry/sim-states-retrier.d.ts.map +1 -0
  663. package/dist/service/stepfunctions/retry/sim-states-retrier.js +31 -0
  664. package/dist/service/stepfunctions/retry/sim-states-retrier.js.map +1 -0
  665. package/dist/service/stepfunctions/retry/sim-states-retry-outcome.d.ts +12 -0
  666. package/dist/service/stepfunctions/retry/sim-states-retry-outcome.d.ts.map +1 -0
  667. package/dist/service/stepfunctions/retry/sim-states-retry-outcome.js +44 -0
  668. package/dist/service/stepfunctions/retry/sim-states-retry-outcome.js.map +1 -0
  669. package/dist/service/stepfunctions/retry/sim-states-retry-parse.d.ts +11 -0
  670. package/dist/service/stepfunctions/retry/sim-states-retry-parse.d.ts.map +1 -0
  671. package/dist/service/stepfunctions/retry/sim-states-retry-parse.js +76 -0
  672. package/dist/service/stepfunctions/retry/sim-states-retry-parse.js.map +1 -0
  673. package/dist/service/stepfunctions/retry/sim-states-task-deadline.d.ts +43 -0
  674. package/dist/service/stepfunctions/retry/sim-states-task-deadline.d.ts.map +1 -0
  675. package/dist/service/stepfunctions/retry/sim-states-task-deadline.js +76 -0
  676. package/dist/service/stepfunctions/retry/sim-states-task-deadline.js.map +1 -0
  677. package/dist/service/stepfunctions/retry/sim-states-task-handling.d.ts +11 -0
  678. package/dist/service/stepfunctions/retry/sim-states-task-handling.d.ts.map +1 -0
  679. package/dist/service/stepfunctions/retry/sim-states-task-handling.js +2 -0
  680. package/dist/service/stepfunctions/retry/sim-states-task-handling.js.map +1 -0
  681. package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.d.ts.map +1 -1
  682. package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.js +12 -0
  683. package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.js.map +1 -1
  684. package/dist/service/stepfunctions/sim-step-functions-inspection.d.ts +28 -0
  685. package/dist/service/stepfunctions/sim-step-functions-inspection.d.ts.map +1 -1
  686. package/dist/service/stepfunctions/sim-step-functions-inspection.js +38 -0
  687. package/dist/service/stepfunctions/sim-step-functions-inspection.js.map +1 -1
  688. package/dist/service/stepfunctions/sim-step-functions.d.ts +17 -0
  689. package/dist/service/stepfunctions/sim-step-functions.d.ts.map +1 -1
  690. package/dist/service/stepfunctions/sim-step-functions.js +31 -1
  691. package/dist/service/stepfunctions/sim-step-functions.js.map +1 -1
  692. package/dist/service/stepfunctions/task/service/sim-states-optimized-integrations.d.ts +36 -0
  693. package/dist/service/stepfunctions/task/service/sim-states-optimized-integrations.d.ts.map +1 -0
  694. package/dist/service/stepfunctions/task/service/sim-states-optimized-integrations.js +115 -0
  695. package/dist/service/stepfunctions/task/service/sim-states-optimized-integrations.js.map +1 -0
  696. package/dist/service/stepfunctions/task/service/sim-states-service-call.d.ts +25 -0
  697. package/dist/service/stepfunctions/task/service/sim-states-service-call.d.ts.map +1 -0
  698. package/dist/service/stepfunctions/task/service/sim-states-service-call.js +51 -0
  699. package/dist/service/stepfunctions/task/service/sim-states-service-call.js.map +1 -0
  700. package/dist/service/stepfunctions/task/service/sim-states-service-failure.d.ts +17 -0
  701. package/dist/service/stepfunctions/task/service/sim-states-service-failure.d.ts.map +1 -0
  702. package/dist/service/stepfunctions/task/service/sim-states-service-failure.js +43 -0
  703. package/dist/service/stepfunctions/task/service/sim-states-service-failure.js.map +1 -0
  704. package/dist/service/stepfunctions/task/service/sim-states-service-name.d.ts +42 -0
  705. package/dist/service/stepfunctions/task/service/sim-states-service-name.d.ts.map +1 -0
  706. package/dist/service/stepfunctions/task/service/sim-states-service-name.js +74 -0
  707. package/dist/service/stepfunctions/task/service/sim-states-service-name.js.map +1 -0
  708. package/dist/service/stepfunctions/task/service/sim-states-service-resource.d.ts +10 -0
  709. package/dist/service/stepfunctions/task/service/sim-states-service-resource.d.ts.map +1 -0
  710. package/dist/service/stepfunctions/task/service/sim-states-service-resource.js +79 -0
  711. package/dist/service/stepfunctions/task/service/sim-states-service-resource.js.map +1 -0
  712. package/dist/service/stepfunctions/task/service/sim-states-service-shape.d.ts +27 -0
  713. package/dist/service/stepfunctions/task/service/sim-states-service-shape.d.ts.map +1 -0
  714. package/dist/service/stepfunctions/task/service/sim-states-service-shape.js +2 -0
  715. package/dist/service/stepfunctions/task/service/sim-states-service-shape.js.map +1 -0
  716. package/dist/service/stepfunctions/task/service/sim-states-service-target.d.ts +33 -0
  717. package/dist/service/stepfunctions/task/service/sim-states-service-target.d.ts.map +1 -0
  718. package/dist/service/stepfunctions/task/service/sim-states-service-target.js +60 -0
  719. package/dist/service/stepfunctions/task/service/sim-states-service-target.js.map +1 -0
  720. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.d.ts +11 -9
  721. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.d.ts.map +1 -1
  722. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.js +16 -20
  723. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.js.map +1 -1
  724. package/dist/service/stepfunctions/task/sim-states-function-arn-target.d.ts +2 -2
  725. package/dist/service/stepfunctions/task/sim-states-function-arn-target.d.ts.map +1 -1
  726. package/dist/service/stepfunctions/task/sim-states-function-arn-target.js +2 -2
  727. package/dist/service/stepfunctions/task/sim-states-function-arn-target.js.map +1 -1
  728. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-parameters.d.ts +9 -0
  729. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-parameters.d.ts.map +1 -0
  730. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-parameters.js +37 -0
  731. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-parameters.js.map +1 -0
  732. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.d.ts +2 -2
  733. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.d.ts.map +1 -1
  734. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.js +2 -2
  735. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.js.map +1 -1
  736. package/dist/service/stepfunctions/task/sim-states-lambda-target.d.ts +38 -0
  737. package/dist/service/stepfunctions/task/sim-states-lambda-target.d.ts.map +1 -0
  738. package/dist/service/stepfunctions/task/sim-states-lambda-target.js +37 -0
  739. package/dist/service/stepfunctions/task/sim-states-lambda-target.js.map +1 -0
  740. package/dist/service/stepfunctions/task/sim-states-task-fields.d.ts +6 -5
  741. package/dist/service/stepfunctions/task/sim-states-task-fields.d.ts.map +1 -1
  742. package/dist/service/stepfunctions/task/sim-states-task-fields.js +9 -10
  743. package/dist/service/stepfunctions/task/sim-states-task-fields.js.map +1 -1
  744. package/dist/service/stepfunctions/task/sim-states-task-function.d.ts +2 -2
  745. package/dist/service/stepfunctions/task/sim-states-task-function.d.ts.map +1 -1
  746. package/dist/service/stepfunctions/task/sim-states-task-resource.d.ts +2 -2
  747. package/dist/service/stepfunctions/task/sim-states-task-resource.d.ts.map +1 -1
  748. package/dist/service/stepfunctions/task/sim-states-task-resource.js +16 -40
  749. package/dist/service/stepfunctions/task/sim-states-task-resource.js.map +1 -1
  750. package/dist/service/stepfunctions/task/sim-states-task-target.d.ts +33 -17
  751. package/dist/service/stepfunctions/task/sim-states-task-target.d.ts.map +1 -1
  752. package/dist/service/stepfunctions/task/sim-states-task-target.js +4 -5
  753. package/dist/service/stepfunctions/task/sim-states-task-target.js.map +1 -1
  754. package/dist/util/process/sim-process-environment.d.ts +9 -0
  755. package/dist/util/process/sim-process-environment.d.ts.map +1 -1
  756. package/dist/util/process/sim-process-environment.js +17 -0
  757. package/dist/util/process/sim-process-environment.js.map +1 -1
  758. package/dist/util/throttle/sim-token-bucket.d.ts +32 -0
  759. package/dist/util/throttle/sim-token-bucket.d.ts.map +1 -0
  760. package/dist/util/throttle/sim-token-bucket.js +53 -0
  761. package/dist/util/throttle/sim-token-bucket.js.map +1 -0
  762. package/package.json +3 -2
  763. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.d.ts.map +0 -1
  764. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.js.map +0 -1
  765. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.d.ts.map +0 -1
  766. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.js.map +0 -1
  767. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.d.ts.map +0 -1
  768. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.js.map +0 -1
  769. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.d.ts.map +0 -1
  770. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.js.map +0 -1
  771. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.d.ts.map +0 -1
  772. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.js.map +0 -1
  773. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.d.ts.map +0 -1
  774. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.js.map +0 -1
  775. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.d.ts.map +0 -1
  776. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.js.map +0 -1
  777. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.d.ts.map +0 -1
  778. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.js.map +0 -1
  779. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.d.ts.map +0 -1
  780. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.js.map +0 -1
  781. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.d.ts.map +0 -1
  782. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.js.map +0 -1
  783. /package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-error.d.ts +0 -0
  784. /package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-types.d.ts +0 -0
  785. /package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-types.js +0 -0
  786. /package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-name.d.ts +0 -0
  787. /package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-property-names.d.ts +0 -0
@@ -0,0 +1,52 @@
1
+ import { assertDefined } from "../../../util/type-guard/defined.js";
2
+ /**
3
+ * Configure the Lambda@Edge associations of one cache Behavior.
4
+ *
5
+ * Returns undefined where the Behavior associates none. A Behavior without an
6
+ * edge function carries no empty object describing that.
7
+ *
8
+ * All four event types are mapped. An event type CloudFront has no such event
9
+ * for has already been refused by `SimCfEdgeAssociationValidator`, which runs
10
+ * before any Distribution state is touched.
11
+ */
12
+ export function configureEdgeAssociations(cacheBehavior) {
13
+ const items = cacheBehavior.LambdaFunctionAssociations?.Items;
14
+ if (items === undefined) {
15
+ return undefined;
16
+ }
17
+ let associations = {};
18
+ for (const association of items) {
19
+ const { EventType, LambdaFunctionARN, IncludeBody } = association;
20
+ assertDefined(EventType, "Lambda@Edge association EventType");
21
+ assertDefined(LambdaFunctionARN, "Lambda@Edge association LambdaFunctionARN");
22
+ const configured = {
23
+ functionArn: LambdaFunctionARN,
24
+ includeBody: IncludeBody ?? false,
25
+ };
26
+ associations = {
27
+ ...associations,
28
+ ...associationFor(EventType, configured),
29
+ };
30
+ }
31
+ return Object.keys(associations).length > 0 ? associations : undefined;
32
+ }
33
+ /**
34
+ * The association an event type is held under.
35
+ */
36
+ function associationFor(eventType, association) {
37
+ switch (eventType) {
38
+ case "viewer-request": {
39
+ return { viewerRequest: association };
40
+ }
41
+ case "origin-request": {
42
+ return { originRequest: association };
43
+ }
44
+ case "origin-response": {
45
+ return { originResponse: association };
46
+ }
47
+ case "viewer-response": {
48
+ return { viewerResponse: association };
49
+ }
50
+ }
51
+ }
52
+ //# sourceMappingURL=sim-cf-edge-associations-configure.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cf-edge-associations-configure.js","sourceRoot":"","sources":["../../../../src/service/cloudfront/edge/sim-cf-edge-associations-configure.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAYpE;;;;;;;;;GASG;AACH,MAAM,UAAU,yBAAyB,CACvC,aAEoC;IAEpC,MAAM,KAAK,GAAG,aAAa,CAAC,0BAA0B,EAAE,KAAK,CAAC;IAE9D,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACxB,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,IAAI,YAAY,GAA0B,EAAE,CAAC;IAE7C,KAAK,MAAM,WAAW,IAAI,KAAK,EAAE,CAAC;QAChC,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAE,WAAW,EAAE,GAAG,WAAW,CAAC;QAElE,aAAa,CAAC,SAAS,EAAE,mCAAmC,CAAC,CAAC;QAC9D,aAAa,CACX,iBAAiB,EACjB,2CAA2C,CAC5C,CAAC;QAEF,MAAM,UAAU,GAAG;YACjB,WAAW,EAAE,iBAA2B;YACxC,WAAW,EAAE,WAAW,IAAI,KAAK;SAClC,CAAC;QAEF,YAAY,GAAG;YACb,GAAG,YAAY;YACf,GAAG,cAAc,CAAC,SAAS,EAAE,UAAU,CAAC;SACzC,CAAC;IACJ,CAAC;IAED,OAAO,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;AACzE,CAAC;AAED;;GAEG;AACH,SAAS,cAAc,CACrB,SAAiC,EACjC,WAAiC;IAEjC,QAAQ,SAAS,EAAE,CAAC;QAClB,KAAK,gBAAgB,EAAE,CAAC;YACtB,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,CAAC;QACxC,CAAC;QACD,KAAK,gBAAgB,EAAE,CAAC;YACtB,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,CAAC;QACxC,CAAC;QACD,KAAK,iBAAiB,EAAE,CAAC;YACvB,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC;QACzC,CAAC;QACD,KAAK,iBAAiB,EAAE,CAAC;YACvB,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC;QACzC,CAAC;IACH,CAAC;AACH,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { type SimLambdaFunctionArnParts } from "../../lambda/function/sim-lambda-function-arn-parts.js";
2
+ /**
3
+ * The only Region CloudFront runs a Lambda@Edge function from.
4
+ */
5
+ export declare const lambdaEdgeRegion = "us-east-1";
6
+ /**
7
+ * Read the parts of a Lambda@Edge function ARN, refusing one CloudFront would
8
+ * refuse.
9
+ *
10
+ * These are the two mistakes that get made, and both are refused at
11
+ * association time in AWS rather than showing up as a function that never
12
+ * runs. A function has to live in us-east-1 wherever the rest of the stack
13
+ * lives, and it has to be named by a published version. `$LATEST` moves under
14
+ * the Distribution and an alias can be repointed, so CloudFront takes neither
15
+ * and takes no unqualified ARN either.
16
+ */
17
+ export declare function edgeFunctionArnParts(functionArn: string): SimLambdaFunctionArnParts;
18
+ /**
19
+ * Read the parts of an ARN CloudFront would associate, answering with nothing
20
+ * where it would refuse the ARN itself.
21
+ *
22
+ * A caller that has something to do about such an ARN other than throw reads
23
+ * it here. A Distribution deployed from a template skips an association naming
24
+ * a function this simulation does not hold, and it can only tell whether the
25
+ * function is here once it knows the ARN names a function at all.
26
+ */
27
+ export declare function readEdgeFunctionArnParts(functionArn: string): SimLambdaFunctionArnParts | undefined;
28
+ //# sourceMappingURL=sim-cf-edge-function-arn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cf-edge-function-arn.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudfront/edge/sim-cf-edge-function-arn.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,wDAAwD,CAAC;AAGhE;;GAEG;AACH,eAAO,MAAM,gBAAgB,cAAc,CAAC;AAE5C;;;;;;;;;;GAUG;AACH,wBAAgB,oBAAoB,CAClC,WAAW,EAAE,MAAM,GAClB,yBAAyB,CAoB3B;AAED;;;;;;;;GAQG;AACH,wBAAgB,wBAAwB,CACtC,WAAW,EAAE,MAAM,GAClB,yBAAyB,GAAG,SAAS,CAYvC"}
@@ -0,0 +1,71 @@
1
+ import { parseSimLambdaFunctionArn, } from "../../lambda/function/sim-lambda-function-arn-parts.js";
2
+ import { SimCloudFrontInvalidLambdaFunctionAssociation } from "../error/sim-cloudfront.error.js";
3
+ /**
4
+ * The only Region CloudFront runs a Lambda@Edge function from.
5
+ */
6
+ export const lambdaEdgeRegion = "us-east-1";
7
+ /**
8
+ * Read the parts of a Lambda@Edge function ARN, refusing one CloudFront would
9
+ * refuse.
10
+ *
11
+ * These are the two mistakes that get made, and both are refused at
12
+ * association time in AWS rather than showing up as a function that never
13
+ * runs. A function has to live in us-east-1 wherever the rest of the stack
14
+ * lives, and it has to be named by a published version. `$LATEST` moves under
15
+ * the Distribution and an alias can be repointed, so CloudFront takes neither
16
+ * and takes no unqualified ARN either.
17
+ */
18
+ export function edgeFunctionArnParts(functionArn) {
19
+ const arn = parseSimLambdaFunctionArn(functionArn);
20
+ if (arn === undefined) {
21
+ throw new SimCloudFrontInvalidLambdaFunctionAssociation(`Sim CloudFront LambdaFunctionARN ${functionArn} is not a Lambda function ARN`);
22
+ }
23
+ if (arn.regionName !== lambdaEdgeRegion) {
24
+ throw new SimCloudFrontInvalidLambdaFunctionAssociation(`Sim CloudFront Lambda@Edge function ${functionArn} is in ` +
25
+ `${arn.regionName}, but CloudFront only runs Lambda@Edge functions ` +
26
+ `from ${lambdaEdgeRegion}`);
27
+ }
28
+ assertVersionQualifier(arn, functionArn);
29
+ return arn;
30
+ }
31
+ /**
32
+ * Read the parts of an ARN CloudFront would associate, answering with nothing
33
+ * where it would refuse the ARN itself.
34
+ *
35
+ * A caller that has something to do about such an ARN other than throw reads
36
+ * it here. A Distribution deployed from a template skips an association naming
37
+ * a function this simulation does not hold, and it can only tell whether the
38
+ * function is here once it knows the ARN names a function at all.
39
+ */
40
+ export function readEdgeFunctionArnParts(functionArn) {
41
+ const arn = parseSimLambdaFunctionArn(functionArn);
42
+ if (arn?.regionName !== lambdaEdgeRegion) {
43
+ return undefined;
44
+ }
45
+ if (!isPublishedVersion(arn.qualifier)) {
46
+ return undefined;
47
+ }
48
+ return arn;
49
+ }
50
+ /**
51
+ * Refuse an ARN naming anything but a published version.
52
+ */
53
+ function assertVersionQualifier(arn, functionArn) {
54
+ if (isPublishedVersion(arn.qualifier)) {
55
+ return;
56
+ }
57
+ throw new SimCloudFrontInvalidLambdaFunctionAssociation(`Sim CloudFront LambdaFunctionARN ${functionArn} does not name a ` +
58
+ `published Lambda function version. CloudFront needs a version ` +
59
+ `qualifier such as :1, and takes neither $LATEST nor an alias. ` +
60
+ `Publish a version with PublishVersion or AWS::Lambda::Version.`);
61
+ }
62
+ /**
63
+ * Whether an ARN's qualifier names a published version.
64
+ *
65
+ * A version qualifier is a number, and an alias is a name, which is the whole
66
+ * of the difference between the two in an ARN.
67
+ */
68
+ function isPublishedVersion(qualifier) {
69
+ return qualifier !== undefined && /^\d+$/u.test(qualifier);
70
+ }
71
+ //# sourceMappingURL=sim-cf-edge-function-arn.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cf-edge-function-arn.js","sourceRoot":"","sources":["../../../../src/service/cloudfront/edge/sim-cf-edge-function-arn.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,GAE1B,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAAE,6CAA6C,EAAE,MAAM,kCAAkC,CAAC;AAEjG;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,WAAW,CAAC;AAE5C;;;;;;;;;;GAUG;AACH,MAAM,UAAU,oBAAoB,CAClC,WAAmB;IAEnB,MAAM,GAAG,GAAG,yBAAyB,CAAC,WAAW,CAAC,CAAC;IAEnD,IAAI,GAAG,KAAK,SAAS,EAAE,CAAC;QACtB,MAAM,IAAI,6CAA6C,CACrD,oCAAoC,WAAW,+BAA+B,CAC/E,CAAC;IACJ,CAAC;IAED,IAAI,GAAG,CAAC,UAAU,KAAK,gBAAgB,EAAE,CAAC;QACxC,MAAM,IAAI,6CAA6C,CACrD,uCAAuC,WAAW,SAAS;YACzD,GAAG,GAAG,CAAC,UAAU,mDAAmD;YACpE,QAAQ,gBAAgB,EAAE,CAC7B,CAAC;IACJ,CAAC;IAED,sBAAsB,CAAC,GAAG,EAAE,WAAW,CAAC,CAAC;IAEzC,OAAO,GAAG,CAAC;AACb,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,wBAAwB,CACtC,WAAmB;IAEnB,MAAM,GAAG,GAAG,yBAAyB,CAAC,WAAW,CAAC,CAAC;IAEnD,IAAI,GAAG,EAAE,UAAU,KAAK,gBAAgB,EAAE,CAAC;QACzC,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC;QACvC,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,OAAO,GAAG,CAAC;AACb,CAAC;AAED;;GAEG;AACH,SAAS,sBAAsB,CAC7B,GAA8B,EAC9B,WAAmB;IAEnB,IAAI,kBAAkB,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC;QACtC,OAAO;IACT,CAAC;IAED,MAAM,IAAI,6CAA6C,CACrD,oCAAoC,WAAW,mBAAmB;QAChE,gEAAgE;QAChE,gEAAgE;QAChE,gEAAgE,CACnE,CAAC;AACJ,CAAC;AAED;;;;;GAKG;AACH,SAAS,kBAAkB,CAAC,SAA6B;IACvD,OAAO,SAAS,KAAK,SAAS,IAAI,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;AAC7D,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { SimAws } from "../../aws/sim-aws.js";
2
+ import type { SimLambdaFunctionArnParts } from "../../lambda/function/sim-lambda-function-arn-parts.js";
3
+ import type { SimLambdaFunctionTarget } from "../../lambda/function/version/sim-lambda-function-target.js";
4
+ /**
5
+ * The simulated Lambda function version a Lambda@Edge association names.
6
+ *
7
+ * A `LambdaFunctionARN` can name any Account, so the version is looked up in
8
+ * the scope its own ARN names rather than in CloudFront's. Nothing is thrown
9
+ * here: a caller that refuses an absent function says so in its own words, and
10
+ * a Distribution deployed from a template deploys without the association
11
+ * instead.
12
+ */
13
+ export declare function findSimCfEdgeFunctionVersion(simAws: SimAws, arn: SimLambdaFunctionArnParts): SimLambdaFunctionTarget | undefined;
14
+ //# sourceMappingURL=sim-cf-edge-function-version.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cf-edge-function-version.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudfront/edge/sim-cf-edge-function-version.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,wDAAwD,CAAC;AACxG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6DAA6D,CAAC;AAE3G;;;;;;;;GAQG;AACH,wBAAgB,4BAA4B,CAC1C,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,yBAAyB,GAC7B,uBAAuB,GAAG,SAAS,CAKrC"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * The simulated Lambda function version a Lambda@Edge association names.
3
+ *
4
+ * A `LambdaFunctionARN` can name any Account, so the version is looked up in
5
+ * the scope its own ARN names rather than in CloudFront's. Nothing is thrown
6
+ * here: a caller that refuses an absent function says so in its own words, and
7
+ * a Distribution deployed from a template deploys without the association
8
+ * instead.
9
+ */
10
+ export function findSimCfEdgeFunctionVersion(simAws, arn) {
11
+ return simAws
12
+ .accountRegionScope(arn.accountId, arn.regionName)
13
+ .lambda()
14
+ .getSimFunctionTarget(arn.functionName, arn.qualifier);
15
+ }
16
+ //# sourceMappingURL=sim-cf-edge-function-version.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cf-edge-function-version.js","sourceRoot":"","sources":["../../../../src/service/cloudfront/edge/sim-cf-edge-function-version.ts"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,MAAM,UAAU,4BAA4B,CAC1C,MAAc,EACd,GAA8B;IAE9B,OAAO,MAAM;SACV,kBAAkB,CAAC,GAAG,CAAC,SAAS,EAAE,GAAG,CAAC,UAAU,CAAC;SACjD,MAAM,EAAE;SACR,oBAAoB,CAAC,GAAG,CAAC,YAAY,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC;AAC3D,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * The Lambda functions a simulated Distribution's Behaviors can run at the
3
+ * edge.
4
+ *
5
+ * A `LambdaFunctionARN` can name any Account and Region, so the functions come
6
+ * from the whole simulation rather than from the CloudFront service's own
7
+ * scope. A standalone `SimCloudFront` built without one associates a function
8
+ * by ARN and runs nothing, the same way it accepts a viewer certificate
9
+ * without a simulated ACM to check it against.
10
+ */
11
+ export interface SimCfEdgeFunctions {
12
+ /**
13
+ * Check the function can be associated, throwing when it cannot.
14
+ *
15
+ * Run when the Distribution is created or updated, which is when real
16
+ * CloudFront checks it. A Behavior naming a function that is not there is
17
+ * refused there rather than serving requests that quietly skip it.
18
+ */
19
+ assertAssociable(functionArn: string): Promise<void>;
20
+ /**
21
+ * Run the function for one edge event, answering with what it returned.
22
+ */
23
+ invoke(functionArn: string, event: object): Promise<unknown>;
24
+ }
25
+ //# sourceMappingURL=sim-cf-edge-functions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cf-edge-functions.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudfront/edge/sim-cf-edge-functions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;;;;OAMG;IACH,gBAAgB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAErD;;OAEG;IACH,MAAM,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;CAC9D"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sim-cf-edge-functions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cf-edge-functions.js","sourceRoot":"","sources":["../../../../src/service/cloudfront/edge/sim-cf-edge-functions.ts"],"names":[],"mappings":""}
@@ -163,4 +163,17 @@ export declare class SimCloudFrontInvalidWebAclId extends SimCloudFrontError {
163
163
  readonly name = "InvalidWebACLId";
164
164
  constructor(message: string);
165
165
  }
166
+ /**
167
+ * Simulated CloudFront InvalidLambdaFunctionAssociation error.
168
+ *
169
+ * What CloudFront answers for every way a `LambdaFunctionAssociations` entry
170
+ * can be unusable: an ARN that names no published version, a function outside
171
+ * us-east-1, an execution role Lambda@Edge cannot assume, and a Behavior that
172
+ * mixes a CloudFront Function with a Lambda@Edge function at the viewer
173
+ * events.
174
+ */
175
+ export declare class SimCloudFrontInvalidLambdaFunctionAssociation extends SimCloudFrontError {
176
+ readonly name = "InvalidLambdaFunctionAssociation";
177
+ constructor(message: string);
178
+ }
166
179
  //# sourceMappingURL=sim-cloudfront.error.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cloudfront.error.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudfront/error/sim-cloudfront.error.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;CAClC;AAED;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,KAAK;aAGzB,SAAS,EAAE,0BAA0B;IAFvD,YACE,OAAO,EAAE,MAAM,EACC,SAAS,GAAE,0BAA+B,EAG3D;CACF;AAED;;;;;;GAMG;AACH,qBAAa,qCAAsC,SAAQ,kBAAkB;IAC3E,SAAyB,IAAI,8BAA8B;IAE3D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,qCAAsC,SAAQ,kBAAkB;IAC3E,SAAyB,IAAI,8BAA8B;IAE3D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;GAEG;AACH,qBAAa,6BAA8B,SAAQ,kBAAkB;IACnE,SAAyB,IAAI,sBAAsB;IAEnD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;GAEG;AACH,qBAAa,gCAAiC,SAAQ,kBAAkB;IACtE,SAAyB,IAAI,yBAAyB;IAEtD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;GAEG;AACH,qBAAa,4BAA6B,SAAQ,kBAAkB;IAClE,SAAyB,IAAI,qBAAqB;IAElD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;GAIG;AACH,qBAAa,+BAAgC,SAAQ,kBAAkB;IACrE,SAAyB,IAAI,wBAAwB;IAErD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;GAIG;AACH,qBAAa,iCAAkC,SAAQ,kBAAkB;IACvE,SAAyB,IAAI,0BAA0B;IAEvD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;GAIG;AACH,qBAAa,wCAAyC,SAAQ,kBAAkB;IAC9E,SAAyB,IAAI,iCAAiC;IAE9D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;;GAMG;AACH,qBAAa,2CAA4C,SAAQ,kBAAkB;IACjF,SAAyB,IAAI,oCAAoC;IAEjE,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,+CAAgD,SAAQ,kBAAkB;IACrF,SAAyB,IAAI,wCAAwC;IAErE,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,uCAAwC,SAAQ,kBAAkB;IAC7E,SAAyB,IAAI,gCAAgC;IAE7D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,6CAA8C,SAAQ,kBAAkB;IACnF,SAAyB,IAAI,sCAAsC;IAEnE,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,mCAAoC,SAAQ,kBAAkB;IACzE,SAAyB,IAAI,4BAA4B;IAEzD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,oCAAqC,SAAQ,kBAAkB;IAC1E,SAAyB,IAAI,6BAA6B;IAE1D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;;GAMG;AACH,qBAAa,sCAAuC,SAAQ,kBAAkB;IAC5E,SAAyB,IAAI,+BAA+B;IAE5D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;;GAMG;AACH,qBAAa,4BAA6B,SAAQ,kBAAkB;IAClE,SAAyB,IAAI,qBAAqB;IAElD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF"}
1
+ {"version":3,"file":"sim-cloudfront.error.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudfront/error/sim-cloudfront.error.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;CAClC;AAED;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,KAAK;aAGzB,SAAS,EAAE,0BAA0B;IAFvD,YACE,OAAO,EAAE,MAAM,EACC,SAAS,GAAE,0BAA+B,EAG3D;CACF;AAED;;;;;;GAMG;AACH,qBAAa,qCAAsC,SAAQ,kBAAkB;IAC3E,SAAyB,IAAI,8BAA8B;IAE3D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,qCAAsC,SAAQ,kBAAkB;IAC3E,SAAyB,IAAI,8BAA8B;IAE3D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;GAEG;AACH,qBAAa,6BAA8B,SAAQ,kBAAkB;IACnE,SAAyB,IAAI,sBAAsB;IAEnD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;GAEG;AACH,qBAAa,gCAAiC,SAAQ,kBAAkB;IACtE,SAAyB,IAAI,yBAAyB;IAEtD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;GAEG;AACH,qBAAa,4BAA6B,SAAQ,kBAAkB;IAClE,SAAyB,IAAI,qBAAqB;IAElD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;GAIG;AACH,qBAAa,+BAAgC,SAAQ,kBAAkB;IACrE,SAAyB,IAAI,wBAAwB;IAErD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;GAIG;AACH,qBAAa,iCAAkC,SAAQ,kBAAkB;IACvE,SAAyB,IAAI,0BAA0B;IAEvD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;GAIG;AACH,qBAAa,wCAAyC,SAAQ,kBAAkB;IAC9E,SAAyB,IAAI,iCAAiC;IAE9D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;;GAMG;AACH,qBAAa,2CAA4C,SAAQ,kBAAkB;IACjF,SAAyB,IAAI,oCAAoC;IAEjE,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,+CAAgD,SAAQ,kBAAkB;IACrF,SAAyB,IAAI,wCAAwC;IAErE,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,uCAAwC,SAAQ,kBAAkB;IAC7E,SAAyB,IAAI,gCAAgC;IAE7D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,6CAA8C,SAAQ,kBAAkB;IACnF,SAAyB,IAAI,sCAAsC;IAEnE,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,mCAAoC,SAAQ,kBAAkB;IACzE,SAAyB,IAAI,4BAA4B;IAEzD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;GAKG;AACH,qBAAa,oCAAqC,SAAQ,kBAAkB;IAC1E,SAAyB,IAAI,6BAA6B;IAE1D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;;GAMG;AACH,qBAAa,sCAAuC,SAAQ,kBAAkB;IAC5E,SAAyB,IAAI,+BAA+B;IAE5D,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;;GAMG;AACH,qBAAa,4BAA6B,SAAQ,kBAAkB;IAClE,SAAyB,IAAI,qBAAqB;IAElD,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF;AAED;;;;;;;;GAQG;AACH,qBAAa,6CAA8C,SAAQ,kBAAkB;IACnF,SAAyB,IAAI,sCAAsC;IAEnE,YAAY,OAAO,EAAE,MAAM,EAE1B;CACF"}
@@ -192,4 +192,19 @@ export class SimCloudFrontInvalidWebAclId extends SimCloudFrontError {
192
192
  super(message, { httpStatusCode: 400 });
193
193
  }
194
194
  }
195
+ /**
196
+ * Simulated CloudFront InvalidLambdaFunctionAssociation error.
197
+ *
198
+ * What CloudFront answers for every way a `LambdaFunctionAssociations` entry
199
+ * can be unusable: an ARN that names no published version, a function outside
200
+ * us-east-1, an execution role Lambda@Edge cannot assume, and a Behavior that
201
+ * mixes a CloudFront Function with a Lambda@Edge function at the viewer
202
+ * events.
203
+ */
204
+ export class SimCloudFrontInvalidLambdaFunctionAssociation extends SimCloudFrontError {
205
+ name = "InvalidLambdaFunctionAssociation";
206
+ constructor(message) {
207
+ super(message, { httpStatusCode: 400 });
208
+ }
209
+ }
195
210
  //# sourceMappingURL=sim-cloudfront.error.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cloudfront.error.js","sourceRoot":"","sources":["../../../../src/service/cloudfront/error/sim-cloudfront.error.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,MAAM,OAAO,kBAAmB,SAAQ,KAAK;IAGzB,SAAS;IAF3B,YACE,OAAe,EACC,SAAS,GAA+B,EAAE;QAE1D,KAAK,CAAC,OAAO,CAAC,CAAC;yBAFC,SAAS;IAG3B,CAAC;CACF;AAED;;;;;;GAMG;AACH,MAAM,OAAO,qCAAsC,SAAQ,kBAAkB;IAClD,IAAI,GAAG,0BAA0B,CAAC;IAE3D,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;;GAKG;AACH,MAAM,OAAO,qCAAsC,SAAQ,kBAAkB;IAClD,IAAI,GAAG,0BAA0B,CAAC;IAE3D,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;GAEG;AACH,MAAM,OAAO,6BAA8B,SAAQ,kBAAkB;IAC1C,IAAI,GAAG,kBAAkB,CAAC;IAEnD,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;GAEG;AACH,MAAM,OAAO,gCAAiC,SAAQ,kBAAkB;IAC7C,IAAI,GAAG,qBAAqB,CAAC;IAEtD,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;GAEG;AACH,MAAM,OAAO,4BAA6B,SAAQ,kBAAkB;IACzC,IAAI,GAAG,iBAAiB,CAAC;IAElD,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;GAIG;AACH,MAAM,OAAO,+BAAgC,SAAQ,kBAAkB;IAC5C,IAAI,GAAG,oBAAoB,CAAC;IAErD,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;GAIG;AACH,MAAM,OAAO,iCAAkC,SAAQ,kBAAkB;IAC9C,IAAI,GAAG,sBAAsB,CAAC;IAEvD,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;GAIG;AACH,MAAM,OAAO,wCAAyC,SAAQ,kBAAkB;IACrD,IAAI,GAAG,6BAA6B,CAAC;IAE9D,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;;;GAMG;AACH,MAAM,OAAO,2CAA4C,SAAQ,kBAAkB;IACxD,IAAI,GAAG,gCAAgC,CAAC;IAEjE,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;;GAKG;AACH,MAAM,OAAO,+CAAgD,SAAQ,kBAAkB;IAC5D,IAAI,GAAG,oCAAoC,CAAC;IAErE,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;;GAKG;AACH,MAAM,OAAO,uCAAwC,SAAQ,kBAAkB;IACpD,IAAI,GAAG,4BAA4B,CAAC;IAE7D,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;;GAKG;AACH,MAAM,OAAO,6CAA8C,SAAQ,kBAAkB;IAC1D,IAAI,GAAG,kCAAkC,CAAC;IAEnE,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;;GAKG;AACH,MAAM,OAAO,mCAAoC,SAAQ,kBAAkB;IAChD,IAAI,GAAG,wBAAwB,CAAC;IAEzD,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;;GAKG;AACH,MAAM,OAAO,oCAAqC,SAAQ,kBAAkB;IACjD,IAAI,GAAG,yBAAyB,CAAC;IAE1D,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;;;GAMG;AACH,MAAM,OAAO,sCAAuC,SAAQ,kBAAkB;IACnD,IAAI,GAAG,2BAA2B,CAAC;IAE5D,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;AAED;;;;;;GAMG;AACH,MAAM,OAAO,4BAA6B,SAAQ,kBAAkB;IACzC,IAAI,GAAG,iBAAiB,CAAC;IAElD,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,EAAE,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF"}
1
+ {"version":3,"file":"sim-cloudfront.error.js","sourceRoot":"","sources":["../../../../src/service/cloudfront/error/sim-cloudfront.error.ts"],"names":[],"mappings":"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"}
@@ -2,6 +2,7 @@ export { makeCffFunctionCodeInput } from "./cff/function-code-input/cff-function
2
2
  export { cloudFrontViewerRequestEventFactory, cloudFrontViewerResponseEventFactory, } from "./factory/cloudfront-functions.factory.js";
3
3
  export { cloudFrontFunctionSourceFromModule } from "./cff/function-code-module/cff-code-module-file.js";
4
4
  export type { CloudFrontFunction } from "./typings/cloudfront-functions.namespace.js";
5
+ export type { LambdaAtEdge } from "./typings/lambda-at-edge.namespace.js";
5
6
  export type { SimCloudFrontKeyValueStoreApi } from "./sim-cloudfront-key-value-store.js";
6
7
  export type { SimCfKeyValueStoreCommands } from "./key-value-store/sim-cf-key-value-store-commands.js";
7
8
  export type { SimCloudFrontKeyValueStore, SimCloudFrontKeyValueStoreId, SimCloudFrontKeyValueStoreStatus, } from "./key-value-store/sim-cf-key-value-store.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/service/cloudfront/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sDAAsD,CAAC;AAChG,OAAO,EACL,mCAAmC,EACnC,oCAAoC,GACrC,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,YAAY,EAAE,kBAAkB,EAAE,MAAM,6CAA6C,CAAC;AACtF,YAAY,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACzF,YAAY,EAAE,0BAA0B,EAAE,MAAM,sDAAsD,CAAC;AACvG,YAAY,EACV,0BAA0B,EAC1B,4BAA4B,EAC5B,gCAAgC,GACjC,MAAM,6CAA6C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/service/cloudfront/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sDAAsD,CAAC;AAChG,OAAO,EACL,mCAAmC,EACnC,oCAAoC,GACrC,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,YAAY,EAAE,kBAAkB,EAAE,MAAM,6CAA6C,CAAC;AACtF,YAAY,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAC1E,YAAY,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACzF,YAAY,EAAE,0BAA0B,EAAE,MAAM,sDAAsD,CAAC;AACvG,YAAY,EACV,0BAA0B,EAC1B,4BAA4B,EAC5B,gCAAgC,GACjC,MAAM,6CAA6C,CAAC"}
@@ -0,0 +1,27 @@
1
+ import type { LambdaAtEdge } from "../../typings/lambda-at-edge.namespace.js";
2
+ /**
3
+ * The parts of a custom Origin an origin event carries and a handler can
4
+ * rewrite. `SimCloudFrontCustomOrigin` holds the rest.
5
+ */
6
+ export interface SimCfCustomOriginEdgeParts {
7
+ readonly domainName: string;
8
+ readonly originPath: string;
9
+ readonly customHeaders: Readonly<Record<string, string>>;
10
+ }
11
+ /**
12
+ * A custom Origin as an origin event presents it.
13
+ *
14
+ * The connection settings are the ones CloudFront defaults a custom Origin to.
15
+ * Nothing here opens a socket, so a handler reading them sees what a
16
+ * Distribution would report and a handler writing them changes nothing.
17
+ */
18
+ export declare function customOriginEdgeOrigin(parts: SimCfCustomOriginEdgeParts): LambdaAtEdge.Origin;
19
+ /**
20
+ * The custom Origin an origin-request handler left, ready to fetch from.
21
+ *
22
+ * A handler that handed back an S3 Origin asked for a switch this simulation
23
+ * cannot make. The Bucket behind a domain name is resolved when the
24
+ * Distribution is written.
25
+ */
26
+ export declare function customOriginEdgeParts(originId: string, edgeOrigin: LambdaAtEdge.Origin): SimCfCustomOriginEdgeParts;
27
+ //# sourceMappingURL=sim-cf-custom-origin-edge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cf-custom-origin-edge.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudfront/origin/custom/sim-cf-custom-origin-edge.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAG9E;;;GAGG;AACH,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,aAAa,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;CAC1D;AAED;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,0BAA0B,GAChC,YAAY,CAAC,MAAM,CAarB;AAED;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CACnC,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,YAAY,CAAC,MAAM,GAC9B,0BAA0B,CAgB5B"}
@@ -0,0 +1,44 @@
1
+ import { fromEdgeOriginHeaders, toEdgeOriginHeaders, } from "../../edge/adapter/sim-lambda-edge-origin.js";
2
+ import { SimCfEdgeOriginNotSimulated } from "../sim-cf-edge-origin-not-simulated.error.js";
3
+ /**
4
+ * A custom Origin as an origin event presents it.
5
+ *
6
+ * The connection settings are the ones CloudFront defaults a custom Origin to.
7
+ * Nothing here opens a socket, so a handler reading them sees what a
8
+ * Distribution would report and a handler writing them changes nothing.
9
+ */
10
+ export function customOriginEdgeOrigin(parts) {
11
+ return {
12
+ custom: {
13
+ customHeaders: toEdgeOriginHeaders(parts.customHeaders),
14
+ domainName: parts.domainName,
15
+ path: parts.originPath,
16
+ keepaliveTimeout: 5,
17
+ port: 443,
18
+ protocol: "https",
19
+ readTimeout: 30,
20
+ sslProtocols: ["TLSv1.2"],
21
+ },
22
+ };
23
+ }
24
+ /**
25
+ * The custom Origin an origin-request handler left, ready to fetch from.
26
+ *
27
+ * A handler that handed back an S3 Origin asked for a switch this simulation
28
+ * cannot make. The Bucket behind a domain name is resolved when the
29
+ * Distribution is written.
30
+ */
31
+ export function customOriginEdgeParts(originId, edgeOrigin) {
32
+ const { custom } = edgeOrigin;
33
+ if (custom === undefined) {
34
+ throw new SimCfEdgeOriginNotSimulated(`Sim CloudFront Origin ${originId} is a custom Origin, and a ` +
35
+ `Lambda@Edge function handed back an S3 Origin at origin-request. ` +
36
+ `Switching an Origin between the two kinds is not simulated.`);
37
+ }
38
+ return {
39
+ domainName: custom.domainName,
40
+ originPath: custom.path,
41
+ customHeaders: fromEdgeOriginHeaders(custom.customHeaders),
42
+ };
43
+ }
44
+ //# sourceMappingURL=sim-cf-custom-origin-edge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cf-custom-origin-edge.js","sourceRoot":"","sources":["../../../../../src/service/cloudfront/origin/custom/sim-cf-custom-origin-edge.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,mBAAmB,GACpB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAY3F;;;;;;GAMG;AACH,MAAM,UAAU,sBAAsB,CACpC,KAAiC;IAEjC,OAAO;QACL,MAAM,EAAE;YACN,aAAa,EAAE,mBAAmB,CAAC,KAAK,CAAC,aAAa,CAAC;YACvD,UAAU,EAAE,KAAK,CAAC,UAAU;YAC5B,IAAI,EAAE,KAAK,CAAC,UAAU;YACtB,gBAAgB,EAAE,CAAC;YACnB,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,OAAO;YACjB,WAAW,EAAE,EAAE;YACf,YAAY,EAAE,CAAC,SAAS,CAAC;SAC1B;KACF,CAAC;AACJ,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,qBAAqB,CACnC,QAAgB,EAChB,UAA+B;IAE/B,MAAM,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC;IAE9B,IAAI,MAAM,KAAK,SAAS,EAAE,CAAC;QACzB,MAAM,IAAI,2BAA2B,CACnC,yBAAyB,QAAQ,6BAA6B;YAC5D,mEAAmE;YACnE,6DAA6D,CAChE,CAAC;IACJ,CAAC;IAED,OAAO;QACL,UAAU,EAAE,MAAM,CAAC,UAAU;QAC7B,UAAU,EAAE,MAAM,CAAC,IAAI;QACvB,aAAa,EAAE,qBAAqB,CAAC,MAAM,CAAC,aAAa,CAAC;KAC3D,CAAC;AACJ,CAAC"}
@@ -1,3 +1,4 @@
1
+ import type { LambdaAtEdge } from "../../typings/lambda-at-edge.namespace.js";
1
2
  import type { SimCloudFrontOriginAccessControl } from "../../origin-access-control/sim-cf-origin-access-control.js";
2
3
  import type { SimCloudFrontOrigin } from "../sim-cloudfront-origin.js";
3
4
  import type { SimCloudFrontOriginRequest } from "../sim-cloudfront-request-response.js";
@@ -29,16 +30,21 @@ interface SimCloudFrontCustomOriginProperties {
29
30
  * is what a Function URL behind an origin access control admits.
30
31
  */
31
32
  export declare class SimCloudFrontCustomOrigin implements SimCloudFrontOrigin {
33
+ private readonly properties;
32
34
  /**
33
35
  * The origin access control this Origin was created with, if any.
34
36
  */
35
37
  readonly originAccessControl: SimCloudFrontOriginAccessControl | undefined;
38
+ /**
39
+ * The parts of this Origin an origin event carries, which
40
+ * `SimCfCustomOriginEdgeParts` names.
41
+ */
42
+ readonly domainName: string;
43
+ readonly originPath: string;
44
+ readonly customHeaders: Readonly<Record<string, string>>;
36
45
  private readonly originId;
37
- private readonly domainName;
38
- private readonly originPath;
39
46
  private readonly dispatcher;
40
47
  private readonly signer;
41
- private readonly customHeaders;
42
48
  constructor(properties: SimCloudFrontCustomOriginProperties);
43
49
  /**
44
50
  * Fetch the request from the simulated service behind this Origin.
@@ -48,6 +54,20 @@ export declare class SimCloudFrontCustomOrigin implements SimCloudFrontOrigin {
48
54
  * out to the internet is never what a test meant.
49
55
  */
50
56
  fetch(request: SimCloudFrontOriginRequest): Promise<Response>;
57
+ /**
58
+ * This Origin as an origin event presents it.
59
+ */
60
+ toEdgeOrigin(): LambdaAtEdge.Origin;
61
+ /**
62
+ * This Origin as an origin-request handler left it.
63
+ *
64
+ * The domain name, the Origin path and the custom headers are the parts the
65
+ * fetch reads, so a handler that rewrote any of them sends the request
66
+ * somewhere else, under another path, or carrying another header. A domain
67
+ * name naming nothing in this simulation fails the same way a misconfigured
68
+ * Origin does.
69
+ */
70
+ withEdgeOrigin(edgeOrigin: LambdaAtEdge.Origin): SimCloudFrontOrigin;
51
71
  }
52
72
  export {};
53
73
  //# sourceMappingURL=sim-cloudfront-custom-origin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cloudfront-custom-origin.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,6DAA6D,CAAC;AACpH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AAIxF,UAAU,mCAAmC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,QAAQ,CAAC,UAAU,EAAE,2BAA2B,CAAC;IACjD,QAAQ,CAAC,mBAAmB,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAC5E;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;CACvE;AAED;;;;;;;;;;;;;GAaG;AACH,qBAAa,yBAA0B,YAAW,mBAAmB;IACnE;;OAEG;IACH,SAAgB,mBAAmB,EAC/B,gCAAgC,GAChC,SAAS,CAAC;IAEd,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAS;IAClC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAS;IACpC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAS;IACpC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA8B;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IACjD,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAmC;IAEjE,YAAY,UAAU,EAAE,mCAAmC,EAQ1D;IAED;;;;;;OAMG;IACG,KAAK,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,QAAQ,CAAC,CAkBlE;CACF"}
1
+ {"version":3,"file":"sim-cloudfront-custom-origin.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,6DAA6D,CAAC;AAKpH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AAIxF,UAAU,mCAAmC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,QAAQ,CAAC,UAAU,EAAE,2BAA2B,CAAC;IACjD,QAAQ,CAAC,mBAAmB,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAC5E;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;CACvE;AAED;;;;;;;;;;;;;GAaG;AACH,qBAAa,yBAA0B,YAAW,mBAAmB;IAqBjE,OAAO,CAAC,QAAQ,CAAC,UAAU;IApB7B;;OAEG;IACH,SAAgB,mBAAmB,EAC/B,gCAAgC,GAChC,SAAS,CAAC;IAEd;;;OAGG;IACH,SAAgB,UAAU,EAAE,MAAM,CAAC;IACnC,SAAgB,UAAU,EAAE,MAAM,CAAC;IACnC,SAAgB,aAAa,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAEhE,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAS;IAClC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA8B;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD,YACmB,UAAU,EAAE,mCAAmC,EASjE;IAED;;;;;;OAMG;IACG,KAAK,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,QAAQ,CAAC,CAkBlE;IAED;;OAEG;IACH,YAAY,IAAI,YAAY,CAAC,MAAM,CAElC;IAED;;;;;;;;OAQG;IACH,cAAc,CAAC,UAAU,EAAE,YAAY,CAAC,MAAM,GAAG,mBAAmB,CAKnE;CACF"}
@@ -1,3 +1,4 @@
1
+ import { customOriginEdgeOrigin, customOriginEdgeParts, } from "./sim-cf-custom-origin-edge.js";
1
2
  import { simCfCustomOriginRequest } from "./sim-cf-custom-origin-request.js";
2
3
  import { SimCfCustomOriginSigner } from "./sim-cf-custom-origin-signer.js";
3
4
  /**
@@ -15,17 +16,23 @@ import { SimCfCustomOriginSigner } from "./sim-cf-custom-origin-signer.js";
15
16
  * is what a Function URL behind an origin access control admits.
16
17
  */
17
18
  export class SimCloudFrontCustomOrigin {
19
+ properties;
18
20
  /**
19
21
  * The origin access control this Origin was created with, if any.
20
22
  */
21
23
  originAccessControl;
22
- originId;
24
+ /**
25
+ * The parts of this Origin an origin event carries, which
26
+ * `SimCfCustomOriginEdgeParts` names.
27
+ */
23
28
  domainName;
24
29
  originPath;
30
+ customHeaders;
31
+ originId;
25
32
  dispatcher;
26
33
  signer;
27
- customHeaders;
28
34
  constructor(properties) {
35
+ this.properties = properties;
29
36
  this.originId = properties.originId;
30
37
  this.domainName = properties.domainName;
31
38
  this.originPath = properties.originPath ?? "";
@@ -55,5 +62,26 @@ export class SimCloudFrontCustomOrigin {
55
62
  }
56
63
  return await this.dispatcher.fetch(originRequest);
57
64
  }
65
+ /**
66
+ * This Origin as an origin event presents it.
67
+ */
68
+ toEdgeOrigin() {
69
+ return customOriginEdgeOrigin(this);
70
+ }
71
+ /**
72
+ * This Origin as an origin-request handler left it.
73
+ *
74
+ * The domain name, the Origin path and the custom headers are the parts the
75
+ * fetch reads, so a handler that rewrote any of them sends the request
76
+ * somewhere else, under another path, or carrying another header. A domain
77
+ * name naming nothing in this simulation fails the same way a misconfigured
78
+ * Origin does.
79
+ */
80
+ withEdgeOrigin(edgeOrigin) {
81
+ return new SimCloudFrontCustomOrigin({
82
+ ...this.properties,
83
+ ...customOriginEdgeParts(this.originId, edgeOrigin),
84
+ });
85
+ }
58
86
  }
59
87
  //# sourceMappingURL=sim-cloudfront-custom-origin.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cloudfront-custom-origin.js","sourceRoot":"","sources":["../../../../../src/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAe3E;;;;;;;;;;;;;GAaG;AACH,MAAM,OAAO,yBAAyB;IACpC;;OAEG;IACa,mBAAmB,CAErB;IAEG,QAAQ,CAAS;IACjB,UAAU,CAAS;IACnB,UAAU,CAAS;IACnB,UAAU,CAA8B;IACxC,MAAM,CAA0B;IAChC,aAAa,CAAmC;IAEjE,YAAY,UAA+C;QACzD,IAAI,CAAC,QAAQ,GAAG,UAAU,CAAC,QAAQ,CAAC;QACpC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;QACxC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,IAAI,EAAE,CAAC;QAC9C,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;QACxC,IAAI,CAAC,mBAAmB,GAAG,UAAU,CAAC,mBAAmB,CAAC;QAC1D,IAAI,CAAC,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAAC;QAC1E,IAAI,CAAC,aAAa,GAAG,UAAU,CAAC,aAAa,IAAI,EAAE,CAAC;IACtD,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,KAAK,CAAC,OAAmC;QAC7C,MAAM,aAAa,GAAG,wBAAwB,CAAC;YAC7C,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,OAAO,EAAE,OAAO,CAAC,GAAG;YACpB,aAAa,EAAE,IAAI,CAAC,aAAa;YACjC,cAAc,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC;SAChD,CAAC,CAAC;QAEH,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;QAEhD,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC;YACxC,MAAM,IAAI,KAAK,CACb,yBAAyB,IAAI,CAAC,QAAQ,gBAAgB,IAAI,CAAC,UAAU,8CAA8C,CACpH,CAAC;QACJ,CAAC;QAED,OAAO,MAAM,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IACpD,CAAC;CACF"}
1
+ {"version":3,"file":"sim-cloudfront-custom-origin.js","sourceRoot":"","sources":["../../../../../src/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,gCAAgC,CAAC;AAIxC,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAe3E;;;;;;;;;;;;;GAaG;AACH,MAAM,OAAO,yBAAyB;IAqBjB,UAAU;IApB7B;;OAEG;IACa,mBAAmB,CAErB;IAEd;;;OAGG;IACa,UAAU,CAAS;IACnB,UAAU,CAAS;IACnB,aAAa,CAAmC;IAE/C,QAAQ,CAAS;IACjB,UAAU,CAA8B;IACxC,MAAM,CAA0B;IAEjD,YACmB,UAA+C;0BAA/C,UAAU;QAE3B,IAAI,CAAC,QAAQ,GAAG,UAAU,CAAC,QAAQ,CAAC;QACpC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;QACxC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,IAAI,EAAE,CAAC;QAC9C,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;QACxC,IAAI,CAAC,mBAAmB,GAAG,UAAU,CAAC,mBAAmB,CAAC;QAC1D,IAAI,CAAC,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAAC;QAC1E,IAAI,CAAC,aAAa,GAAG,UAAU,CAAC,aAAa,IAAI,EAAE,CAAC;IACtD,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,KAAK,CAAC,OAAmC;QAC7C,MAAM,aAAa,GAAG,wBAAwB,CAAC;YAC7C,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,OAAO,EAAE,OAAO,CAAC,GAAG;YACpB,aAAa,EAAE,IAAI,CAAC,aAAa;YACjC,cAAc,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC;SAChD,CAAC,CAAC;QAEH,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;QAEhD,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC;YACxC,MAAM,IAAI,KAAK,CACb,yBAAyB,IAAI,CAAC,QAAQ,gBAAgB,IAAI,CAAC,UAAU,8CAA8C,CACpH,CAAC;QACJ,CAAC;QAED,OAAO,MAAM,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IACpD,CAAC;IAED;;OAEG;IACH,YAAY;QACV,OAAO,sBAAsB,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IAED;;;;;;;;OAQG;IACH,cAAc,CAAC,UAA+B;QAC5C,OAAO,IAAI,yBAAyB,CAAC;YACnC,GAAG,IAAI,CAAC,UAAU;YAClB,GAAG,qBAAqB,CAAC,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC;SACpD,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -0,0 +1,26 @@
1
+ import type { LambdaAtEdge } from "../../typings/lambda-at-edge.namespace.js";
2
+ import type { SimCloudFrontS3OriginProperties } from "./sim-cloudfront-s3-origin.js";
3
+ /**
4
+ * The domain name an Origin was configured with.
5
+ *
6
+ * An Origin built without one, as a narrow test does, reports the Bucket's
7
+ * REST endpoint.
8
+ */
9
+ export declare function s3OriginDomainName(properties: SimCloudFrontS3OriginProperties): string;
10
+ /**
11
+ * An S3 Origin as an origin event presents it.
12
+ *
13
+ * The custom headers are empty whatever the Origin was configured with. An S3
14
+ * Origin here reads its Bucket through GetObject rather than building an HTTP
15
+ * request, so there is nothing for a header to travel on.
16
+ */
17
+ export declare function s3OriginEdgeOrigin(properties: SimCloudFrontS3OriginProperties, domainName: string): LambdaAtEdge.Origin;
18
+ /**
19
+ * The Origin path an origin-request handler left on an S3 Origin.
20
+ *
21
+ * The path is the part the read obeys. The domain name is fixed, because the
22
+ * Bucket behind it was resolved when the Distribution was written and nothing
23
+ * here can resolve another one at request time, and so is the kind of Origin.
24
+ */
25
+ export declare function s3OriginEdgePath(domainName: string, edgeOrigin: LambdaAtEdge.Origin): string;
26
+ //# sourceMappingURL=sim-cf-s3-origin-edge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cf-s3-origin-edge.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudfront/origin/s3/sim-cf-s3-origin-edge.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAE9E,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,+BAA+B,CAAC;AAErF;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,+BAA+B,GAC1C,MAAM,CAKR;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,+BAA+B,EAC3C,UAAU,EAAE,MAAM,GACjB,YAAY,CAAC,MAAM,CAYrB;AAED;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAC9B,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,YAAY,CAAC,MAAM,GAC9B,MAAM,CAqBR"}