@kensio/yulin 1.20.0 → 1.20.2

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 (868) hide show
  1. package/README.md +1 -0
  2. package/dist/index.d.ts +1 -0
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +1 -0
  5. package/dist/index.js.map +1 -1
  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 +8 -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 +11 -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 +17 -1
  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/aws/factory/sim-aws-cross-account-collaborators.d.ts +10 -0
  123. package/dist/service/aws/factory/sim-aws-cross-account-collaborators.d.ts.map +1 -1
  124. package/dist/service/aws/factory/sim-aws-cross-account-collaborators.js +15 -0
  125. package/dist/service/aws/factory/sim-aws-cross-account-collaborators.js.map +1 -1
  126. package/dist/service/aws/factory/sim-aws-self-contained-service-builder.d.ts +9 -0
  127. package/dist/service/aws/factory/sim-aws-self-contained-service-builder.d.ts.map +1 -1
  128. package/dist/service/aws/factory/sim-aws-self-contained-service-builder.js +15 -0
  129. package/dist/service/aws/factory/sim-aws-self-contained-service-builder.js.map +1 -1
  130. package/dist/service/aws/factory/sim-aws-service-factory.d.ts +6 -0
  131. package/dist/service/aws/factory/sim-aws-service-factory.d.ts.map +1 -1
  132. package/dist/service/aws/factory/sim-aws-service-factory.js +8 -0
  133. package/dist/service/aws/factory/sim-aws-service-factory.js.map +1 -1
  134. package/dist/service/aws/sim-aws-account-region-scope.d.ts +6 -0
  135. package/dist/service/aws/sim-aws-account-region-scope.d.ts.map +1 -1
  136. package/dist/service/aws/sim-aws-account-region-scope.js +8 -0
  137. package/dist/service/aws/sim-aws-account-region-scope.js.map +1 -1
  138. package/dist/service/aws/sim-aws-account.d.ts +5 -0
  139. package/dist/service/aws/sim-aws-account.d.ts.map +1 -1
  140. package/dist/service/aws/sim-aws-account.js +6 -0
  141. package/dist/service/aws/sim-aws-account.js.map +1 -1
  142. package/dist/service/aws/sim-aws-region.d.ts +5 -0
  143. package/dist/service/aws/sim-aws-region.d.ts.map +1 -1
  144. package/dist/service/aws/sim-aws-region.js +6 -0
  145. package/dist/service/aws/sim-aws-region.js.map +1 -1
  146. package/dist/service/aws/sim-aws-service-accessors.d.ts +6 -0
  147. package/dist/service/aws/sim-aws-service-accessors.d.ts.map +1 -1
  148. package/dist/service/aws/sim-aws-service-accessors.js +8 -0
  149. package/dist/service/aws/sim-aws-service-accessors.js.map +1 -1
  150. package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.d.ts +6 -0
  151. package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.d.ts.map +1 -0
  152. package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.js +15 -0
  153. package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.js.map +1 -0
  154. package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.d.ts +23 -0
  155. package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.d.ts.map +1 -0
  156. package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.js +29 -0
  157. package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.js.map +1 -0
  158. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.d.ts.map +1 -1
  159. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js +4 -0
  160. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js.map +1 -1
  161. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.d.ts +27 -0
  162. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.d.ts.map +1 -0
  163. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.js +47 -0
  164. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.js.map +1 -0
  165. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.d.ts +49 -0
  166. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.d.ts.map +1 -0
  167. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.js +89 -0
  168. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.js.map +1 -0
  169. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.d.ts +23 -0
  170. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.d.ts.map +1 -0
  171. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.js +28 -0
  172. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.js.map +1 -0
  173. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.d.ts +57 -0
  174. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.d.ts.map +1 -0
  175. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.js +99 -0
  176. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.js.map +1 -0
  177. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.d.ts +21 -0
  178. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.d.ts.map +1 -0
  179. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.js +37 -0
  180. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.js.map +1 -0
  181. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.d.ts +32 -0
  182. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.d.ts.map +1 -0
  183. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.js +56 -0
  184. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.js.map +1 -0
  185. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.d.ts +20 -0
  186. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.d.ts.map +1 -0
  187. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.js +28 -0
  188. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.js.map +1 -0
  189. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.d.ts +43 -0
  190. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.d.ts.map +1 -0
  191. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.js +64 -0
  192. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.js.map +1 -0
  193. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.d.ts +10 -0
  194. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.d.ts.map +1 -0
  195. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.js +10 -0
  196. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.js.map +1 -0
  197. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-state-machine-cfn.d.ts +27 -0
  198. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-state-machine-cfn.d.ts.map +1 -0
  199. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-state-machine-cfn.js +37 -0
  200. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-state-machine-cfn.js.map +1 -0
  201. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.d.ts +31 -0
  202. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.d.ts.map +1 -0
  203. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.js +42 -0
  204. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.js.map +1 -0
  205. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.d.ts +7 -0
  206. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.d.ts.map +1 -0
  207. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.js +16 -0
  208. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.js.map +1 -0
  209. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.d.ts.map +1 -1
  210. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js +11 -0
  211. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js.map +1 -1
  212. package/dist/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.d.ts +7 -0
  213. package/dist/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.d.ts.map +1 -1
  214. package/dist/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.js +9 -1
  215. package/dist/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.js.map +1 -1
  216. package/dist/service/cloudfront/behaviour/sim-cloud-front-behavior.d.ts +5 -0
  217. package/dist/service/cloudfront/behaviour/sim-cloud-front-behavior.d.ts.map +1 -1
  218. package/dist/service/cloudfront/behaviour/sim-cloud-front-behavior.js.map +1 -1
  219. package/dist/service/cloudfront/cff/sim-cff-arn.d.ts +13 -0
  220. package/dist/service/cloudfront/cff/sim-cff-arn.d.ts.map +1 -0
  221. package/dist/service/cloudfront/cff/sim-cff-arn.js +18 -0
  222. package/dist/service/cloudfront/cff/sim-cff-arn.js.map +1 -0
  223. package/dist/service/cloudfront/command/create-distribution/create-distribution.command.d.ts +41 -0
  224. package/dist/service/cloudfront/command/create-distribution/create-distribution.command.d.ts.map +1 -1
  225. package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.d.ts +3 -0
  226. package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.d.ts.map +1 -1
  227. package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.js +11 -4
  228. package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.js.map +1 -1
  229. package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.d.ts +0 -1
  230. package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.d.ts.map +1 -1
  231. package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.js +9 -36
  232. package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.js.map +1 -1
  233. package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-list.d.ts +19 -0
  234. package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-list.d.ts.map +1 -0
  235. package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-list.js +39 -0
  236. package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-list.js.map +1 -0
  237. package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-origin.d.ts +10 -0
  238. package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-origin.d.ts.map +1 -0
  239. package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-origin.js +17 -0
  240. package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-origin.js.map +1 -0
  241. package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.d.ts +3 -0
  242. package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.d.ts.map +1 -1
  243. package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.js +9 -2
  244. package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.js.map +1 -1
  245. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.d.ts +3 -0
  246. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.d.ts.map +1 -1
  247. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.js +6 -0
  248. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.js.map +1 -1
  249. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.d.ts +48 -0
  250. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.d.ts.map +1 -0
  251. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.js +66 -0
  252. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.js.map +1 -0
  253. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-distribution.d.ts +11 -0
  254. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-distribution.d.ts.map +1 -0
  255. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-distribution.js +14 -0
  256. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-distribution.js.map +1 -0
  257. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.d.ts +5 -0
  258. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.d.ts.map +1 -1
  259. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.js +16 -1
  260. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.js.map +1 -1
  261. package/dist/service/cloudfront/distribution/configurator/sim-cf-behavior-properties.d.ts.map +1 -1
  262. package/dist/service/cloudfront/distribution/configurator/sim-cf-behavior-properties.js +2 -0
  263. package/dist/service/cloudfront/distribution/configurator/sim-cf-behavior-properties.js.map +1 -1
  264. package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.d.ts.map +1 -1
  265. package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.js +8 -0
  266. package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.js.map +1 -1
  267. package/dist/service/cloudfront/distribution/sim-cf-distribution-configuration-state.d.ts +5 -2
  268. package/dist/service/cloudfront/distribution/sim-cf-distribution-configuration-state.d.ts.map +1 -1
  269. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-body.d.ts +24 -0
  270. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-body.d.ts.map +1 -0
  271. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-body.js +51 -0
  272. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-body.js.map +1 -0
  273. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.d.ts +41 -0
  274. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.d.ts.map +1 -0
  275. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.js +78 -0
  276. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.js.map +1 -0
  277. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-headers.d.ts +20 -0
  278. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-headers.d.ts.map +1 -0
  279. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-headers.js +55 -0
  280. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-headers.js.map +1 -0
  281. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-request-adapter.d.ts +30 -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 +90 -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 +89 -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 +47 -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 +71 -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 +79 -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 +23 -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 +36 -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 +18 -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 +47 -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-functions.d.ts +25 -0
  318. package/dist/service/cloudfront/edge/sim-cf-edge-functions.d.ts.map +1 -0
  319. package/dist/service/cloudfront/edge/sim-cf-edge-functions.js +2 -0
  320. package/dist/service/cloudfront/edge/sim-cf-edge-functions.js.map +1 -0
  321. package/dist/service/cloudfront/error/sim-cloudfront.error.d.ts +13 -0
  322. package/dist/service/cloudfront/error/sim-cloudfront.error.d.ts.map +1 -1
  323. package/dist/service/cloudfront/error/sim-cloudfront.error.js +15 -0
  324. package/dist/service/cloudfront/error/sim-cloudfront.error.js.map +1 -1
  325. package/dist/service/cloudfront/index.d.ts +1 -0
  326. package/dist/service/cloudfront/index.d.ts.map +1 -1
  327. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-request.d.ts +4 -0
  328. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-request.d.ts.map +1 -1
  329. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-request.js +7 -0
  330. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-request.js.map +1 -1
  331. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.d.ts +6 -0
  332. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.d.ts.map +1 -1
  333. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.js +3 -0
  334. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.js.map +1 -1
  335. package/dist/service/cloudfront/origin/sim-cf-origin-custom-headers.d.ts +15 -0
  336. package/dist/service/cloudfront/origin/sim-cf-origin-custom-headers.d.ts.map +1 -0
  337. package/dist/service/cloudfront/origin/sim-cf-origin-custom-headers.js +74 -0
  338. package/dist/service/cloudfront/origin/sim-cf-origin-custom-headers.js.map +1 -0
  339. package/dist/service/cloudfront/sim-cloudfront-commands.d.ts +10 -0
  340. package/dist/service/cloudfront/sim-cloudfront-commands.d.ts.map +1 -1
  341. package/dist/service/cloudfront/sim-cloudfront-commands.js +10 -1
  342. package/dist/service/cloudfront/sim-cloudfront-commands.js.map +1 -1
  343. package/dist/service/cloudfront/sim-cloudfront.d.ts.map +1 -1
  344. package/dist/service/cloudfront/sim-cloudfront.js +3 -8
  345. package/dist/service/cloudfront/sim-cloudfront.js.map +1 -1
  346. package/dist/service/cloudfront/typings/lambda-at-edge.namespace.d.ts +91 -0
  347. package/dist/service/cloudfront/typings/lambda-at-edge.namespace.d.ts.map +1 -0
  348. package/dist/service/cloudfront/typings/lambda-at-edge.namespace.js +2 -0
  349. package/dist/service/cloudfront/typings/lambda-at-edge.namespace.js.map +1 -0
  350. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.d.ts +33 -0
  351. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.d.ts.map +1 -0
  352. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.js +44 -0
  353. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.js.map +1 -0
  354. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.d.ts +23 -0
  355. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.d.ts.map +1 -0
  356. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.js +28 -0
  357. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.js.map +1 -0
  358. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.d.ts +48 -0
  359. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.d.ts.map +1 -0
  360. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.js +92 -0
  361. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.js.map +1 -0
  362. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.d.ts +51 -0
  363. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.d.ts.map +1 -0
  364. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.js +114 -0
  365. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.js.map +1 -0
  366. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.d.ts +19 -0
  367. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.d.ts.map +1 -0
  368. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.js +44 -0
  369. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.js.map +1 -0
  370. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-s3-destination.d.ts +47 -0
  371. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-s3-destination.d.ts.map +1 -0
  372. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-s3-destination.js +105 -0
  373. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-s3-destination.js.map +1 -0
  374. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-source-choice.d.ts +19 -0
  375. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-source-choice.d.ts.map +1 -0
  376. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-source-choice.js +58 -0
  377. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-source-choice.js.map +1 -0
  378. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-tags.d.ts +11 -0
  379. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-tags.d.ts.map +1 -0
  380. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-tags.js +33 -0
  381. package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-tags.js.map +1 -0
  382. package/dist/service/firehose/cfn/sim-cfn-firehose-archive.resources.d.ts +44 -0
  383. package/dist/service/firehose/cfn/sim-cfn-firehose-archive.resources.d.ts.map +1 -0
  384. package/dist/service/firehose/cfn/sim-cfn-firehose-archive.resources.js +144 -0
  385. package/dist/service/firehose/cfn/sim-cfn-firehose-archive.resources.js.map +1 -0
  386. package/dist/service/firehose/cfn/sim-cfn-firehose-delivery-stream-template.factory.d.ts +51 -0
  387. package/dist/service/firehose/cfn/sim-cfn-firehose-delivery-stream-template.factory.d.ts.map +1 -0
  388. package/dist/service/firehose/cfn/sim-cfn-firehose-delivery-stream-template.factory.js +65 -0
  389. package/dist/service/firehose/cfn/sim-cfn-firehose-delivery-stream-template.factory.js.map +1 -0
  390. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-deleter.d.ts +19 -0
  391. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-deleter.d.ts.map +1 -0
  392. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-deleter.js +26 -0
  393. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-deleter.js.map +1 -0
  394. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-error.d.ts +44 -0
  395. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-error.d.ts.map +1 -0
  396. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-error.js +75 -0
  397. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-error.js.map +1 -0
  398. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-types.d.ts +14 -0
  399. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-types.d.ts.map +1 -0
  400. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-types.js +14 -0
  401. package/dist/service/firehose/cfn/sim-cfn-firehose-resource-types.js.map +1 -0
  402. package/dist/service/firehose/cfn/sim-firehose-cfn-resource-factory.d.ts +29 -0
  403. package/dist/service/firehose/cfn/sim-firehose-cfn-resource-factory.d.ts.map +1 -0
  404. package/dist/service/firehose/cfn/sim-firehose-cfn-resource-factory.js +38 -0
  405. package/dist/service/firehose/cfn/sim-firehose-cfn-resource-factory.js.map +1 -0
  406. package/dist/service/firehose/command/authorize/sim-firehose-authorizer.d.ts +39 -0
  407. package/dist/service/firehose/command/authorize/sim-firehose-authorizer.d.ts.map +1 -0
  408. package/dist/service/firehose/command/authorize/sim-firehose-authorizer.js +49 -0
  409. package/dist/service/firehose/command/authorize/sim-firehose-authorizer.js.map +1 -0
  410. package/dist/service/firehose/command/record/record.command.d.ts +55 -0
  411. package/dist/service/firehose/command/record/record.command.d.ts.map +1 -0
  412. package/dist/service/firehose/command/record/record.command.js +2 -0
  413. package/dist/service/firehose/command/record/record.command.js.map +1 -0
  414. package/dist/service/firehose/command/record/sim-firehose-put-commands.d.ts +43 -0
  415. package/dist/service/firehose/command/record/sim-firehose-put-commands.d.ts.map +1 -0
  416. package/dist/service/firehose/command/record/sim-firehose-put-commands.js +59 -0
  417. package/dist/service/firehose/command/record/sim-firehose-put-commands.js.map +1 -0
  418. package/dist/service/firehose/command/record/sim-firehose-record-data.d.ts +21 -0
  419. package/dist/service/firehose/command/record/sim-firehose-record-data.d.ts.map +1 -0
  420. package/dist/service/firehose/command/record/sim-firehose-record-data.js +54 -0
  421. package/dist/service/firehose/command/record/sim-firehose-record-data.js.map +1 -0
  422. package/dist/service/firehose/command/sim-firehose-command.types.d.ts +6 -0
  423. package/dist/service/firehose/command/sim-firehose-command.types.d.ts.map +1 -0
  424. package/dist/service/firehose/command/sim-firehose-command.types.js +2 -0
  425. package/dist/service/firehose/command/sim-firehose-command.types.js.map +1 -0
  426. package/dist/service/firehose/command/sim-firehose-commands.d.ts +37 -0
  427. package/dist/service/firehose/command/sim-firehose-commands.d.ts.map +1 -0
  428. package/dist/service/firehose/command/sim-firehose-commands.js +57 -0
  429. package/dist/service/firehose/command/sim-firehose-commands.js.map +1 -0
  430. package/dist/service/firehose/command/sim-firehose-delivery-stream-access.d.ts +47 -0
  431. package/dist/service/firehose/command/sim-firehose-delivery-stream-access.d.ts.map +1 -0
  432. package/dist/service/firehose/command/sim-firehose-delivery-stream-access.js +58 -0
  433. package/dist/service/firehose/command/sim-firehose-delivery-stream-access.js.map +1 -0
  434. package/dist/service/firehose/command/sim-firehose-request-options.d.ts +12 -0
  435. package/dist/service/firehose/command/sim-firehose-request-options.d.ts.map +1 -0
  436. package/dist/service/firehose/command/sim-firehose-request-options.js +2 -0
  437. package/dist/service/firehose/command/sim-firehose-request-options.js.map +1 -0
  438. package/dist/service/firehose/command/stream/sim-firehose-create-delivery-stream.d.ts +49 -0
  439. package/dist/service/firehose/command/stream/sim-firehose-create-delivery-stream.d.ts.map +1 -0
  440. package/dist/service/firehose/command/stream/sim-firehose-create-delivery-stream.js +69 -0
  441. package/dist/service/firehose/command/stream/sim-firehose-create-delivery-stream.js.map +1 -0
  442. package/dist/service/firehose/command/stream/sim-firehose-delivery-stream-page.d.ts +19 -0
  443. package/dist/service/firehose/command/stream/sim-firehose-delivery-stream-page.d.ts.map +1 -0
  444. package/dist/service/firehose/command/stream/sim-firehose-delivery-stream-page.js +24 -0
  445. package/dist/service/firehose/command/stream/sim-firehose-delivery-stream-page.js.map +1 -0
  446. package/dist/service/firehose/command/stream/sim-firehose-stream-commands.d.ts +50 -0
  447. package/dist/service/firehose/command/stream/sim-firehose-stream-commands.d.ts.map +1 -0
  448. package/dist/service/firehose/command/stream/sim-firehose-stream-commands.js +72 -0
  449. package/dist/service/firehose/command/stream/sim-firehose-stream-commands.js.map +1 -0
  450. package/dist/service/firehose/command/stream/sim-firehose-stream-descriptions.d.ts +7 -0
  451. package/dist/service/firehose/command/stream/sim-firehose-stream-descriptions.d.ts.map +1 -0
  452. package/dist/service/firehose/command/stream/sim-firehose-stream-descriptions.js +70 -0
  453. package/dist/service/firehose/command/stream/sim-firehose-stream-descriptions.js.map +1 -0
  454. package/dist/service/firehose/command/stream/stream.command.d.ts +137 -0
  455. package/dist/service/firehose/command/stream/stream.command.d.ts.map +1 -0
  456. package/dist/service/firehose/command/stream/stream.command.js +2 -0
  457. package/dist/service/firehose/command/stream/stream.command.js.map +1 -0
  458. package/dist/service/firehose/delivery/sim-firehose-buffer.d.ts +36 -0
  459. package/dist/service/firehose/delivery/sim-firehose-buffer.d.ts.map +1 -0
  460. package/dist/service/firehose/delivery/sim-firehose-buffer.js +55 -0
  461. package/dist/service/firehose/delivery/sim-firehose-buffer.js.map +1 -0
  462. package/dist/service/firehose/delivery/sim-firehose-delivery-failures.d.ts +34 -0
  463. package/dist/service/firehose/delivery/sim-firehose-delivery-failures.d.ts.map +1 -0
  464. package/dist/service/firehose/delivery/sim-firehose-delivery-failures.js +24 -0
  465. package/dist/service/firehose/delivery/sim-firehose-delivery-failures.js.map +1 -0
  466. package/dist/service/firehose/delivery/sim-firehose-delivery.d.ts +47 -0
  467. package/dist/service/firehose/delivery/sim-firehose-delivery.d.ts.map +1 -0
  468. package/dist/service/firehose/delivery/sim-firehose-delivery.js +76 -0
  469. package/dist/service/firehose/delivery/sim-firehose-delivery.js.map +1 -0
  470. package/dist/service/firehose/delivery/sim-firehose-object-key.d.ts +21 -0
  471. package/dist/service/firehose/delivery/sim-firehose-object-key.d.ts.map +1 -0
  472. package/dist/service/firehose/delivery/sim-firehose-object-key.js +27 -0
  473. package/dist/service/firehose/delivery/sim-firehose-object-key.js.map +1 -0
  474. package/dist/service/firehose/delivery/sim-firehose-object-writer.d.ts +50 -0
  475. package/dist/service/firehose/delivery/sim-firehose-object-writer.d.ts.map +1 -0
  476. package/dist/service/firehose/delivery/sim-firehose-object-writer.js +57 -0
  477. package/dist/service/firehose/delivery/sim-firehose-object-writer.js.map +1 -0
  478. package/dist/service/firehose/destination/sim-firehose-buffering-hints.d.ts +29 -0
  479. package/dist/service/firehose/destination/sim-firehose-buffering-hints.d.ts.map +1 -0
  480. package/dist/service/firehose/destination/sim-firehose-buffering-hints.js +45 -0
  481. package/dist/service/firehose/destination/sim-firehose-buffering-hints.js.map +1 -0
  482. package/dist/service/firehose/destination/sim-firehose-destination-choice.d.ts +35 -0
  483. package/dist/service/firehose/destination/sim-firehose-destination-choice.d.ts.map +1 -0
  484. package/dist/service/firehose/destination/sim-firehose-destination-choice.js +48 -0
  485. package/dist/service/firehose/destination/sim-firehose-destination-choice.js.map +1 -0
  486. package/dist/service/firehose/destination/sim-firehose-s3-destination.d.ts +32 -0
  487. package/dist/service/firehose/destination/sim-firehose-s3-destination.d.ts.map +1 -0
  488. package/dist/service/firehose/destination/sim-firehose-s3-destination.js +51 -0
  489. package/dist/service/firehose/destination/sim-firehose-s3-destination.js.map +1 -0
  490. package/dist/service/firehose/error/sim-firehose.error.d.ts +69 -0
  491. package/dist/service/firehose/error/sim-firehose.error.d.ts.map +1 -0
  492. package/dist/service/firehose/error/sim-firehose.error.js +79 -0
  493. package/dist/service/firehose/error/sim-firehose.error.js.map +1 -0
  494. package/dist/service/firehose/failure/sim-firehose-failure.d.ts +38 -0
  495. package/dist/service/firehose/failure/sim-firehose-failure.d.ts.map +1 -0
  496. package/dist/service/firehose/failure/sim-firehose-failure.js +40 -0
  497. package/dist/service/firehose/failure/sim-firehose-failure.js.map +1 -0
  498. package/dist/service/firehose/failure/sim-firehose-failures.d.ts +32 -0
  499. package/dist/service/firehose/failure/sim-firehose-failures.d.ts.map +1 -0
  500. package/dist/service/firehose/failure/sim-firehose-failures.js +47 -0
  501. package/dist/service/firehose/failure/sim-firehose-failures.js.map +1 -0
  502. package/dist/service/firehose/index.d.ts +17 -0
  503. package/dist/service/firehose/index.d.ts.map +1 -0
  504. package/dist/service/firehose/index.js +12 -0
  505. package/dist/service/firehose/index.js.map +1 -0
  506. package/dist/service/firehose/sdk/sim-firehose-sdk-command-router.d.ts +18 -0
  507. package/dist/service/firehose/sdk/sim-firehose-sdk-command-router.d.ts.map +1 -0
  508. package/dist/service/firehose/sdk/sim-firehose-sdk-command-router.js +48 -0
  509. package/dist/service/firehose/sdk/sim-firehose-sdk-command-router.js.map +1 -0
  510. package/dist/service/firehose/sim-firehose.d.ts +104 -0
  511. package/dist/service/firehose/sim-firehose.d.ts.map +1 -0
  512. package/dist/service/firehose/sim-firehose.js +130 -0
  513. package/dist/service/firehose/sim-firehose.js.map +1 -0
  514. package/dist/service/firehose/source/read/sim-firehose-source-poll.d.ts +39 -0
  515. package/dist/service/firehose/source/read/sim-firehose-source-poll.d.ts.map +1 -0
  516. package/dist/service/firehose/source/read/sim-firehose-source-poll.js +48 -0
  517. package/dist/service/firehose/source/read/sim-firehose-source-poll.js.map +1 -0
  518. package/dist/service/firehose/source/read/sim-firehose-source-reader.d.ts +62 -0
  519. package/dist/service/firehose/source/read/sim-firehose-source-reader.d.ts.map +1 -0
  520. package/dist/service/firehose/source/read/sim-firehose-source-reader.js +94 -0
  521. package/dist/service/firehose/source/read/sim-firehose-source-reader.js.map +1 -0
  522. package/dist/service/firehose/source/read/sim-firehose-source-reading.d.ts +39 -0
  523. package/dist/service/firehose/source/read/sim-firehose-source-reading.d.ts.map +1 -0
  524. package/dist/service/firehose/source/read/sim-firehose-source-reading.js +48 -0
  525. package/dist/service/firehose/source/read/sim-firehose-source-reading.js.map +1 -0
  526. package/dist/service/firehose/source/read/sim-firehose-source-shard-ids.d.ts +12 -0
  527. package/dist/service/firehose/source/read/sim-firehose-source-shard-ids.d.ts.map +1 -0
  528. package/dist/service/firehose/source/read/sim-firehose-source-shard-ids.js +56 -0
  529. package/dist/service/firehose/source/read/sim-firehose-source-shard-ids.js.map +1 -0
  530. package/dist/service/firehose/source/read/sim-firehose-source-shard.d.ts +36 -0
  531. package/dist/service/firehose/source/read/sim-firehose-source-shard.d.ts.map +1 -0
  532. package/dist/service/firehose/source/read/sim-firehose-source-shard.js +45 -0
  533. package/dist/service/firehose/source/read/sim-firehose-source-shard.js.map +1 -0
  534. package/dist/service/firehose/source/read/sim-firehose-source-shards.d.ts +42 -0
  535. package/dist/service/firehose/source/read/sim-firehose-source-shards.d.ts.map +1 -0
  536. package/dist/service/firehose/source/read/sim-firehose-source-shards.js +53 -0
  537. package/dist/service/firehose/source/read/sim-firehose-source-shards.js.map +1 -0
  538. package/dist/service/firehose/source/sim-firehose-kinesis-source-arn.d.ts +29 -0
  539. package/dist/service/firehose/source/sim-firehose-kinesis-source-arn.d.ts.map +1 -0
  540. package/dist/service/firehose/source/sim-firehose-kinesis-source-arn.js +57 -0
  541. package/dist/service/firehose/source/sim-firehose-kinesis-source-arn.js.map +1 -0
  542. package/dist/service/firehose/source/sim-firehose-record-source.d.ts +140 -0
  543. package/dist/service/firehose/source/sim-firehose-record-source.d.ts.map +1 -0
  544. package/dist/service/firehose/source/sim-firehose-record-source.js +53 -0
  545. package/dist/service/firehose/source/sim-firehose-record-source.js.map +1 -0
  546. package/dist/service/firehose/source/sim-firehose-source-choice.d.ts +26 -0
  547. package/dist/service/firehose/source/sim-firehose-source-choice.d.ts.map +1 -0
  548. package/dist/service/firehose/source/sim-firehose-source-choice.js +68 -0
  549. package/dist/service/firehose/source/sim-firehose-source-choice.js.map +1 -0
  550. package/dist/service/firehose/source/sim-firehose-source-failures.d.ts +38 -0
  551. package/dist/service/firehose/source/sim-firehose-source-failures.d.ts.map +1 -0
  552. package/dist/service/firehose/source/sim-firehose-source-failures.js +33 -0
  553. package/dist/service/firehose/source/sim-firehose-source-failures.js.map +1 -0
  554. package/dist/service/firehose/source/sim-firehose-source.d.ts +64 -0
  555. package/dist/service/firehose/source/sim-firehose-source.d.ts.map +1 -0
  556. package/dist/service/firehose/source/sim-firehose-source.js +58 -0
  557. package/dist/service/firehose/source/sim-firehose-source.js.map +1 -0
  558. package/dist/service/firehose/stream/sim-firehose-delivery-stream-arn.d.ts +10 -0
  559. package/dist/service/firehose/stream/sim-firehose-delivery-stream-arn.d.ts.map +1 -0
  560. package/dist/service/firehose/stream/sim-firehose-delivery-stream-arn.js +12 -0
  561. package/dist/service/firehose/stream/sim-firehose-delivery-stream-arn.js.map +1 -0
  562. package/dist/service/firehose/stream/sim-firehose-delivery-stream-name.d.ts +9 -0
  563. package/dist/service/firehose/stream/sim-firehose-delivery-stream-name.d.ts.map +1 -0
  564. package/dist/service/firehose/stream/sim-firehose-delivery-stream-name.js +25 -0
  565. package/dist/service/firehose/stream/sim-firehose-delivery-stream-name.js.map +1 -0
  566. package/dist/service/firehose/stream/sim-firehose-delivery-stream-store.d.ts +37 -0
  567. package/dist/service/firehose/stream/sim-firehose-delivery-stream-store.d.ts.map +1 -0
  568. package/dist/service/firehose/stream/sim-firehose-delivery-stream-store.js +55 -0
  569. package/dist/service/firehose/stream/sim-firehose-delivery-stream-store.js.map +1 -0
  570. package/dist/service/firehose/stream/sim-firehose-delivery-stream.d.ts +50 -0
  571. package/dist/service/firehose/stream/sim-firehose-delivery-stream.d.ts.map +1 -0
  572. package/dist/service/firehose/stream/sim-firehose-delivery-stream.factory.d.ts +57 -0
  573. package/dist/service/firehose/stream/sim-firehose-delivery-stream.factory.d.ts.map +1 -0
  574. package/dist/service/firehose/stream/sim-firehose-delivery-stream.factory.js +61 -0
  575. package/dist/service/firehose/stream/sim-firehose-delivery-stream.factory.js.map +1 -0
  576. package/dist/service/firehose/stream/sim-firehose-delivery-stream.js +42 -0
  577. package/dist/service/firehose/stream/sim-firehose-delivery-stream.js.map +1 -0
  578. package/dist/service/lambda/function/environment/sim-lambda-environment.d.ts +22 -20
  579. package/dist/service/lambda/function/environment/sim-lambda-environment.d.ts.map +1 -1
  580. package/dist/service/lambda/function/environment/sim-lambda-environment.js +27 -29
  581. package/dist/service/lambda/function/environment/sim-lambda-environment.js.map +1 -1
  582. package/dist/service/lambda/function/environment/sim-lambda-host-backed-variables.d.ts +28 -0
  583. package/dist/service/lambda/function/environment/sim-lambda-host-backed-variables.d.ts.map +1 -0
  584. package/dist/service/lambda/function/environment/sim-lambda-host-backed-variables.js +49 -0
  585. package/dist/service/lambda/function/environment/sim-lambda-host-backed-variables.js.map +1 -0
  586. package/dist/service/lambda/function/environment/sim-lambda-runtime-variables.d.ts +18 -0
  587. package/dist/service/lambda/function/environment/sim-lambda-runtime-variables.d.ts.map +1 -0
  588. package/dist/service/lambda/function/environment/sim-lambda-runtime-variables.js +23 -0
  589. package/dist/service/lambda/function/environment/sim-lambda-runtime-variables.js.map +1 -0
  590. package/dist/service/stepfunctions/choice/sim-states-choice-group-test.d.ts +32 -0
  591. package/dist/service/stepfunctions/choice/sim-states-choice-group-test.d.ts.map +1 -0
  592. package/dist/service/stepfunctions/choice/sim-states-choice-group-test.js +42 -0
  593. package/dist/service/stepfunctions/choice/sim-states-choice-group-test.js.map +1 -0
  594. package/dist/service/stepfunctions/choice/sim-states-choice-operand.d.ts +29 -0
  595. package/dist/service/stepfunctions/choice/sim-states-choice-operand.d.ts.map +1 -0
  596. package/dist/service/stepfunctions/choice/sim-states-choice-operand.js +38 -0
  597. package/dist/service/stepfunctions/choice/sim-states-choice-operand.js.map +1 -0
  598. package/dist/service/stepfunctions/choice/sim-states-choice-parse.d.ts +15 -0
  599. package/dist/service/stepfunctions/choice/sim-states-choice-parse.d.ts.map +1 -0
  600. package/dist/service/stepfunctions/choice/sim-states-choice-parse.js +44 -0
  601. package/dist/service/stepfunctions/choice/sim-states-choice-parse.js.map +1 -0
  602. package/dist/service/stepfunctions/choice/sim-states-choice-rule-record.d.ts +10 -0
  603. package/dist/service/stepfunctions/choice/sim-states-choice-rule-record.d.ts.map +1 -0
  604. package/dist/service/stepfunctions/choice/sim-states-choice-rule-record.js +31 -0
  605. package/dist/service/stepfunctions/choice/sim-states-choice-rule-record.js.map +1 -0
  606. package/dist/service/stepfunctions/choice/sim-states-choice-rule.d.ts +15 -0
  607. package/dist/service/stepfunctions/choice/sim-states-choice-rule.d.ts.map +1 -0
  608. package/dist/service/stepfunctions/choice/sim-states-choice-rule.js +18 -0
  609. package/dist/service/stepfunctions/choice/sim-states-choice-rule.js.map +1 -0
  610. package/dist/service/stepfunctions/choice/sim-states-choice-test-parse.d.ts +7 -0
  611. package/dist/service/stepfunctions/choice/sim-states-choice-test-parse.d.ts.map +1 -0
  612. package/dist/service/stepfunctions/choice/sim-states-choice-test-parse.js +72 -0
  613. package/dist/service/stepfunctions/choice/sim-states-choice-test-parse.js.map +1 -0
  614. package/dist/service/stepfunctions/choice/sim-states-choice-test.d.ts +33 -0
  615. package/dist/service/stepfunctions/choice/sim-states-choice-test.d.ts.map +1 -0
  616. package/dist/service/stepfunctions/choice/sim-states-choice-test.js +34 -0
  617. package/dist/service/stepfunctions/choice/sim-states-choice-test.js.map +1 -0
  618. package/dist/service/stepfunctions/choice/sim-states-comparison-families.d.ts +26 -0
  619. package/dist/service/stepfunctions/choice/sim-states-comparison-families.d.ts.map +1 -0
  620. package/dist/service/stepfunctions/choice/sim-states-comparison-families.js +65 -0
  621. package/dist/service/stepfunctions/choice/sim-states-comparison-families.js.map +1 -0
  622. package/dist/service/stepfunctions/choice/sim-states-comparison-parse.d.ts +15 -0
  623. package/dist/service/stepfunctions/choice/sim-states-comparison-parse.d.ts.map +1 -0
  624. package/dist/service/stepfunctions/choice/sim-states-comparison-parse.js +43 -0
  625. package/dist/service/stepfunctions/choice/sim-states-comparison-parse.js.map +1 -0
  626. package/dist/service/stepfunctions/choice/sim-states-comparison.d.ts +49 -0
  627. package/dist/service/stepfunctions/choice/sim-states-comparison.d.ts.map +1 -0
  628. package/dist/service/stepfunctions/choice/sim-states-comparison.js +51 -0
  629. package/dist/service/stepfunctions/choice/sim-states-comparison.js.map +1 -0
  630. package/dist/service/stepfunctions/choice/sim-states-comparisons.d.ts +6 -0
  631. package/dist/service/stepfunctions/choice/sim-states-comparisons.d.ts.map +1 -0
  632. package/dist/service/stepfunctions/choice/sim-states-comparisons.js +64 -0
  633. package/dist/service/stepfunctions/choice/sim-states-comparisons.js.map +1 -0
  634. package/dist/service/stepfunctions/choice/sim-states-glob.d.ts +14 -0
  635. package/dist/service/stepfunctions/choice/sim-states-glob.d.ts.map +1 -0
  636. package/dist/service/stepfunctions/choice/sim-states-glob.js +73 -0
  637. package/dist/service/stepfunctions/choice/sim-states-glob.js.map +1 -0
  638. package/dist/service/stepfunctions/command/execution/execution.command.d.ts +32 -0
  639. package/dist/service/stepfunctions/command/execution/execution.command.d.ts.map +1 -0
  640. package/dist/service/stepfunctions/command/execution/execution.command.js +2 -0
  641. package/dist/service/stepfunctions/command/execution/execution.command.js.map +1 -0
  642. package/dist/service/stepfunctions/command/execution/sim-states-execution-describe.d.ts +11 -0
  643. package/dist/service/stepfunctions/command/execution/sim-states-execution-describe.d.ts.map +1 -0
  644. package/dist/service/stepfunctions/command/execution/sim-states-execution-describe.js +23 -0
  645. package/dist/service/stepfunctions/command/execution/sim-states-execution-describe.js.map +1 -0
  646. package/dist/service/stepfunctions/command/execution/sim-states-execution-name.d.ts +12 -0
  647. package/dist/service/stepfunctions/command/execution/sim-states-execution-name.d.ts.map +1 -0
  648. package/dist/service/stepfunctions/command/execution/sim-states-execution-name.js +23 -0
  649. package/dist/service/stepfunctions/command/execution/sim-states-execution-name.js.map +1 -0
  650. package/dist/service/stepfunctions/command/execution/sim-states-execution-repeat.d.ts +12 -0
  651. package/dist/service/stepfunctions/command/execution/sim-states-execution-repeat.d.ts.map +1 -0
  652. package/dist/service/stepfunctions/command/execution/sim-states-execution-repeat.js +21 -0
  653. package/dist/service/stepfunctions/command/execution/sim-states-execution-repeat.js.map +1 -0
  654. package/dist/service/stepfunctions/command/execution/sim-states-execution-start.d.ts +36 -0
  655. package/dist/service/stepfunctions/command/execution/sim-states-execution-start.d.ts.map +1 -0
  656. package/dist/service/stepfunctions/command/execution/sim-states-execution-start.js +64 -0
  657. package/dist/service/stepfunctions/command/execution/sim-states-execution-start.js.map +1 -0
  658. package/dist/service/stepfunctions/command/execution/sim-states-execution-view.d.ts +18 -0
  659. package/dist/service/stepfunctions/command/execution/sim-states-execution-view.d.ts.map +1 -0
  660. package/dist/service/stepfunctions/command/execution/sim-states-execution-view.js +41 -0
  661. package/dist/service/stepfunctions/command/execution/sim-states-execution-view.js.map +1 -0
  662. package/dist/service/stepfunctions/command/machine/machine.command.d.ts +63 -0
  663. package/dist/service/stepfunctions/command/machine/machine.command.d.ts.map +1 -0
  664. package/dist/service/stepfunctions/command/machine/machine.command.js +2 -0
  665. package/dist/service/stepfunctions/command/machine/machine.command.js.map +1 -0
  666. package/dist/service/stepfunctions/command/machine/sim-state-machine-create.d.ts +30 -0
  667. package/dist/service/stepfunctions/command/machine/sim-state-machine-create.d.ts.map +1 -0
  668. package/dist/service/stepfunctions/command/machine/sim-state-machine-create.js +64 -0
  669. package/dist/service/stepfunctions/command/machine/sim-state-machine-create.js.map +1 -0
  670. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.d.ts +22 -0
  671. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.d.ts.map +1 -0
  672. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.js +38 -0
  673. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.js.map +1 -0
  674. package/dist/service/stepfunctions/command/machine/sim-state-machine-lookup.d.ts +7 -0
  675. package/dist/service/stepfunctions/command/machine/sim-state-machine-lookup.d.ts.map +1 -0
  676. package/dist/service/stepfunctions/command/machine/sim-state-machine-lookup.js +15 -0
  677. package/dist/service/stepfunctions/command/machine/sim-state-machine-lookup.js.map +1 -0
  678. package/dist/service/stepfunctions/command/machine/sim-state-machine-reads.d.ts +18 -0
  679. package/dist/service/stepfunctions/command/machine/sim-state-machine-reads.d.ts.map +1 -0
  680. package/dist/service/stepfunctions/command/machine/sim-state-machine-reads.js +49 -0
  681. package/dist/service/stepfunctions/command/machine/sim-state-machine-reads.js.map +1 -0
  682. package/dist/service/stepfunctions/command/machine/sim-state-machine-writes.d.ts +26 -0
  683. package/dist/service/stepfunctions/command/machine/sim-state-machine-writes.d.ts.map +1 -0
  684. package/dist/service/stepfunctions/command/machine/sim-state-machine-writes.js +44 -0
  685. package/dist/service/stepfunctions/command/machine/sim-state-machine-writes.js.map +1 -0
  686. package/dist/service/stepfunctions/command/sim-step-functions-command.types.d.ts +6 -0
  687. package/dist/service/stepfunctions/command/sim-step-functions-command.types.d.ts.map +1 -0
  688. package/dist/service/stepfunctions/command/sim-step-functions-command.types.js +2 -0
  689. package/dist/service/stepfunctions/command/sim-step-functions-command.types.js.map +1 -0
  690. package/dist/service/stepfunctions/command/sim-step-functions-request-options.d.ts +12 -0
  691. package/dist/service/stepfunctions/command/sim-step-functions-request-options.d.ts.map +1 -0
  692. package/dist/service/stepfunctions/command/sim-step-functions-request-options.js +2 -0
  693. package/dist/service/stepfunctions/command/sim-step-functions-request-options.js.map +1 -0
  694. package/dist/service/stepfunctions/data/sim-states-result-path.js +1 -1
  695. package/dist/service/stepfunctions/data/sim-states-result-path.js.map +1 -1
  696. package/dist/service/stepfunctions/data/sim-states-timestamp-fields.d.ts +10 -0
  697. package/dist/service/stepfunctions/data/sim-states-timestamp-fields.d.ts.map +1 -0
  698. package/dist/service/stepfunctions/data/sim-states-timestamp-fields.js +45 -0
  699. package/dist/service/stepfunctions/data/sim-states-timestamp-fields.js.map +1 -0
  700. package/dist/service/stepfunctions/data/sim-states-timestamp.d.ts +10 -0
  701. package/dist/service/stepfunctions/data/sim-states-timestamp.d.ts.map +1 -0
  702. package/dist/service/stepfunctions/data/sim-states-timestamp.js +26 -0
  703. package/dist/service/stepfunctions/data/sim-states-timestamp.js.map +1 -0
  704. package/dist/service/stepfunctions/definition/sim-states-definition-parse.d.ts +10 -0
  705. package/dist/service/stepfunctions/definition/sim-states-definition-parse.d.ts.map +1 -0
  706. package/dist/service/stepfunctions/definition/sim-states-definition-parse.js +61 -0
  707. package/dist/service/stepfunctions/definition/sim-states-definition-parse.js.map +1 -0
  708. package/dist/service/stepfunctions/definition/sim-states-definition.d.ts +15 -0
  709. package/dist/service/stepfunctions/definition/sim-states-definition.d.ts.map +1 -0
  710. package/dist/service/stepfunctions/definition/sim-states-definition.js +2 -0
  711. package/dist/service/stepfunctions/definition/sim-states-definition.js.map +1 -0
  712. package/dist/service/stepfunctions/definition/sim-states-state-fields.d.ts +17 -0
  713. package/dist/service/stepfunctions/definition/sim-states-state-fields.d.ts.map +1 -0
  714. package/dist/service/stepfunctions/definition/sim-states-state-fields.js +47 -0
  715. package/dist/service/stepfunctions/definition/sim-states-state-fields.js.map +1 -0
  716. package/dist/service/stepfunctions/definition/sim-states-state-parse.d.ts +7 -0
  717. package/dist/service/stepfunctions/definition/sim-states-state-parse.d.ts.map +1 -0
  718. package/dist/service/stepfunctions/definition/sim-states-state-parse.js +67 -0
  719. package/dist/service/stepfunctions/definition/sim-states-state-parse.js.map +1 -0
  720. package/dist/service/stepfunctions/definition/sim-states-state.d.ts +98 -0
  721. package/dist/service/stepfunctions/definition/sim-states-state.d.ts.map +1 -0
  722. package/dist/service/stepfunctions/definition/sim-states-state.js +34 -0
  723. package/dist/service/stepfunctions/definition/sim-states-state.js.map +1 -0
  724. package/dist/service/stepfunctions/definition/sim-states-transitions.d.ts +10 -0
  725. package/dist/service/stepfunctions/definition/sim-states-transitions.d.ts.map +1 -0
  726. package/dist/service/stepfunctions/definition/sim-states-transitions.js +79 -0
  727. package/dist/service/stepfunctions/definition/sim-states-transitions.js.map +1 -0
  728. package/dist/service/stepfunctions/error/sim-step-functions.error.d.ts +99 -0
  729. package/dist/service/stepfunctions/error/sim-step-functions.error.d.ts.map +1 -1
  730. package/dist/service/stepfunctions/error/sim-step-functions.error.js +119 -0
  731. package/dist/service/stepfunctions/error/sim-step-functions.error.js.map +1 -1
  732. package/dist/service/stepfunctions/execution/sim-states-execution-store.d.ts +33 -0
  733. package/dist/service/stepfunctions/execution/sim-states-execution-store.d.ts.map +1 -0
  734. package/dist/service/stepfunctions/execution/sim-states-execution-store.js +55 -0
  735. package/dist/service/stepfunctions/execution/sim-states-execution-store.js.map +1 -0
  736. package/dist/service/stepfunctions/execution/sim-states-execution.d.ts +53 -0
  737. package/dist/service/stepfunctions/execution/sim-states-execution.d.ts.map +1 -0
  738. package/dist/service/stepfunctions/execution/sim-states-execution.js +77 -0
  739. package/dist/service/stepfunctions/execution/sim-states-execution.js.map +1 -0
  740. package/dist/service/stepfunctions/execution/sim-states-failure.d.ts +24 -0
  741. package/dist/service/stepfunctions/execution/sim-states-failure.d.ts.map +1 -0
  742. package/dist/service/stepfunctions/execution/sim-states-failure.js +50 -0
  743. package/dist/service/stepfunctions/execution/sim-states-failure.js.map +1 -0
  744. package/dist/service/stepfunctions/execution/sim-states-interpreter.d.ts +42 -0
  745. package/dist/service/stepfunctions/execution/sim-states-interpreter.d.ts.map +1 -0
  746. package/dist/service/stepfunctions/execution/sim-states-interpreter.js +124 -0
  747. package/dist/service/stepfunctions/execution/sim-states-interpreter.js.map +1 -0
  748. package/dist/service/stepfunctions/execution/sim-states-run-choice.d.ts +12 -0
  749. package/dist/service/stepfunctions/execution/sim-states-run-choice.d.ts.map +1 -0
  750. package/dist/service/stepfunctions/execution/sim-states-run-choice.js +24 -0
  751. package/dist/service/stepfunctions/execution/sim-states-run-choice.js.map +1 -0
  752. package/dist/service/stepfunctions/execution/sim-states-run-state.d.ts +15 -0
  753. package/dist/service/stepfunctions/execution/sim-states-run-state.d.ts.map +1 -0
  754. package/dist/service/stepfunctions/execution/sim-states-run-state.js +68 -0
  755. package/dist/service/stepfunctions/execution/sim-states-run-state.js.map +1 -0
  756. package/dist/service/stepfunctions/execution/sim-states-run-task.d.ts +14 -0
  757. package/dist/service/stepfunctions/execution/sim-states-run-task.d.ts.map +1 -0
  758. package/dist/service/stepfunctions/execution/sim-states-run-task.js +23 -0
  759. package/dist/service/stepfunctions/execution/sim-states-run-task.js.map +1 -0
  760. package/dist/service/stepfunctions/execution/sim-states-run-wait.d.ts +11 -0
  761. package/dist/service/stepfunctions/execution/sim-states-run-wait.d.ts.map +1 -0
  762. package/dist/service/stepfunctions/execution/sim-states-run-wait.js +21 -0
  763. package/dist/service/stepfunctions/execution/sim-states-run-wait.js.map +1 -0
  764. package/dist/service/stepfunctions/execution/sim-states-settlement.d.ts +27 -0
  765. package/dist/service/stepfunctions/execution/sim-states-settlement.d.ts.map +1 -0
  766. package/dist/service/stepfunctions/execution/sim-states-settlement.js +33 -0
  767. package/dist/service/stepfunctions/execution/sim-states-settlement.js.map +1 -0
  768. package/dist/service/stepfunctions/execution/sim-states-state-outcome.d.ts +46 -0
  769. package/dist/service/stepfunctions/execution/sim-states-state-outcome.d.ts.map +1 -0
  770. package/dist/service/stepfunctions/execution/sim-states-state-outcome.js +2 -0
  771. package/dist/service/stepfunctions/execution/sim-states-state-outcome.js.map +1 -0
  772. package/dist/service/stepfunctions/execution/sim-states-state-runner.d.ts +27 -0
  773. package/dist/service/stepfunctions/execution/sim-states-state-runner.d.ts.map +1 -0
  774. package/dist/service/stepfunctions/execution/sim-states-state-runner.js +36 -0
  775. package/dist/service/stepfunctions/execution/sim-states-state-runner.js.map +1 -0
  776. package/dist/service/stepfunctions/index.d.ts +16 -0
  777. package/dist/service/stepfunctions/index.d.ts.map +1 -0
  778. package/dist/service/stepfunctions/index.js +9 -0
  779. package/dist/service/stepfunctions/index.js.map +1 -0
  780. package/dist/service/stepfunctions/machine/sim-state-machine-arn.d.ts +30 -0
  781. package/dist/service/stepfunctions/machine/sim-state-machine-arn.d.ts.map +1 -0
  782. package/dist/service/stepfunctions/machine/sim-state-machine-arn.js +48 -0
  783. package/dist/service/stepfunctions/machine/sim-state-machine-arn.js.map +1 -0
  784. package/dist/service/stepfunctions/machine/sim-state-machine-store.d.ts +20 -0
  785. package/dist/service/stepfunctions/machine/sim-state-machine-store.d.ts.map +1 -0
  786. package/dist/service/stepfunctions/machine/sim-state-machine-store.js +32 -0
  787. package/dist/service/stepfunctions/machine/sim-state-machine-store.js.map +1 -0
  788. package/dist/service/stepfunctions/machine/sim-state-machine.d.ts +54 -0
  789. package/dist/service/stepfunctions/machine/sim-state-machine.d.ts.map +1 -0
  790. package/dist/service/stepfunctions/machine/sim-state-machine.js +60 -0
  791. package/dist/service/stepfunctions/machine/sim-state-machine.js.map +1 -0
  792. package/dist/service/stepfunctions/machine/sim-states-name.d.ts +10 -0
  793. package/dist/service/stepfunctions/machine/sim-states-name.d.ts.map +1 -0
  794. package/dist/service/stepfunctions/machine/sim-states-name.js +42 -0
  795. package/dist/service/stepfunctions/machine/sim-states-name.js.map +1 -0
  796. package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.d.ts +19 -0
  797. package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.d.ts.map +1 -0
  798. package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.js +53 -0
  799. package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.js.map +1 -0
  800. package/dist/service/stepfunctions/sim-step-functions-inspection.d.ts +22 -0
  801. package/dist/service/stepfunctions/sim-step-functions-inspection.d.ts.map +1 -0
  802. package/dist/service/stepfunctions/sim-step-functions-inspection.js +29 -0
  803. package/dist/service/stepfunctions/sim-step-functions-inspection.js.map +1 -0
  804. package/dist/service/stepfunctions/sim-step-functions.d.ts +67 -0
  805. package/dist/service/stepfunctions/sim-step-functions.d.ts.map +1 -0
  806. package/dist/service/stepfunctions/sim-step-functions.js +124 -0
  807. package/dist/service/stepfunctions/sim-step-functions.js.map +1 -0
  808. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.d.ts +33 -0
  809. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.d.ts.map +1 -0
  810. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.js +49 -0
  811. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.js.map +1 -0
  812. package/dist/service/stepfunctions/task/sim-states-execution-role.d.ts +25 -0
  813. package/dist/service/stepfunctions/task/sim-states-execution-role.d.ts.map +1 -0
  814. package/dist/service/stepfunctions/task/sim-states-execution-role.js +57 -0
  815. package/dist/service/stepfunctions/task/sim-states-execution-role.js.map +1 -0
  816. package/dist/service/stepfunctions/task/sim-states-function-arn-target.d.ts +31 -0
  817. package/dist/service/stepfunctions/task/sim-states-function-arn-target.d.ts.map +1 -0
  818. package/dist/service/stepfunctions/task/sim-states-function-arn-target.js +39 -0
  819. package/dist/service/stepfunctions/task/sim-states-function-arn-target.js.map +1 -0
  820. package/dist/service/stepfunctions/task/sim-states-function-location.d.ts +20 -0
  821. package/dist/service/stepfunctions/task/sim-states-function-location.d.ts.map +1 -0
  822. package/dist/service/stepfunctions/task/sim-states-function-location.js +28 -0
  823. package/dist/service/stepfunctions/task/sim-states-function-location.js.map +1 -0
  824. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.d.ts +34 -0
  825. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.d.ts.map +1 -0
  826. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.js +65 -0
  827. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.js.map +1 -0
  828. package/dist/service/stepfunctions/task/sim-states-no-task-targets.d.ts +16 -0
  829. package/dist/service/stepfunctions/task/sim-states-no-task-targets.d.ts.map +1 -0
  830. package/dist/service/stepfunctions/task/sim-states-no-task-targets.js +19 -0
  831. package/dist/service/stepfunctions/task/sim-states-no-task-targets.js.map +1 -0
  832. package/dist/service/stepfunctions/task/sim-states-task-fields.d.ts +14 -0
  833. package/dist/service/stepfunctions/task/sim-states-task-fields.d.ts.map +1 -0
  834. package/dist/service/stepfunctions/task/sim-states-task-fields.js +29 -0
  835. package/dist/service/stepfunctions/task/sim-states-task-fields.js.map +1 -0
  836. package/dist/service/stepfunctions/task/sim-states-task-function.d.ts +57 -0
  837. package/dist/service/stepfunctions/task/sim-states-task-function.d.ts.map +1 -0
  838. package/dist/service/stepfunctions/task/sim-states-task-function.js +93 -0
  839. package/dist/service/stepfunctions/task/sim-states-task-function.js.map +1 -0
  840. package/dist/service/stepfunctions/task/sim-states-task-invocation.d.ts +29 -0
  841. package/dist/service/stepfunctions/task/sim-states-task-invocation.d.ts.map +1 -0
  842. package/dist/service/stepfunctions/task/sim-states-task-invocation.js +2 -0
  843. package/dist/service/stepfunctions/task/sim-states-task-invocation.js.map +1 -0
  844. package/dist/service/stepfunctions/task/sim-states-task-resource.d.ts +12 -0
  845. package/dist/service/stepfunctions/task/sim-states-task-resource.d.ts.map +1 -0
  846. package/dist/service/stepfunctions/task/sim-states-task-resource.js +64 -0
  847. package/dist/service/stepfunctions/task/sim-states-task-resource.js.map +1 -0
  848. package/dist/service/stepfunctions/task/sim-states-task-target.d.ts +37 -0
  849. package/dist/service/stepfunctions/task/sim-states-task-target.d.ts.map +1 -0
  850. package/dist/service/stepfunctions/task/sim-states-task-target.js +12 -0
  851. package/dist/service/stepfunctions/task/sim-states-task-target.js.map +1 -0
  852. package/dist/service/stepfunctions/wait/sim-states-wait-due.d.ts +11 -0
  853. package/dist/service/stepfunctions/wait/sim-states-wait-due.d.ts.map +1 -0
  854. package/dist/service/stepfunctions/wait/sim-states-wait-due.js +67 -0
  855. package/dist/service/stepfunctions/wait/sim-states-wait-due.js.map +1 -0
  856. package/dist/service/stepfunctions/wait/sim-states-wait-fields.d.ts +18 -0
  857. package/dist/service/stepfunctions/wait/sim-states-wait-fields.d.ts.map +1 -0
  858. package/dist/service/stepfunctions/wait/sim-states-wait-fields.js +85 -0
  859. package/dist/service/stepfunctions/wait/sim-states-wait-fields.js.map +1 -0
  860. package/dist/util/process/sim-process-environment.d.ts +9 -0
  861. package/dist/util/process/sim-process-environment.d.ts.map +1 -1
  862. package/dist/util/process/sim-process-environment.js +17 -0
  863. package/dist/util/process/sim-process-environment.js.map +1 -1
  864. package/dist/util/throttle/sim-token-bucket.d.ts +32 -0
  865. package/dist/util/throttle/sim-token-bucket.d.ts.map +1 -0
  866. package/dist/util/throttle/sim-token-bucket.js +53 -0
  867. package/dist/util/throttle/sim-token-bucket.js.map +1 -0
  868. package/package.json +11 -1
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Build the error a Resource of a simulated Step Functions type is refused
3
+ * with.
4
+ *
5
+ * Sim CloudFormation fails a Stack on this one, so it is kept for a Resource
6
+ * nothing coherent could be deployed from. A template carrying no definition
7
+ * at all, a definition Amazon States Language itself refuses, a name Step
8
+ * Functions will not take. Real CloudFormation fails those too. A definition
9
+ * this simulator cannot run is a different thing and takes the skip below.
10
+ */
11
+ export declare function simCfnStepFunctionsResourceError(resourceType: string, logicalId: string, reason: string, cause?: unknown): Error;
12
+ /**
13
+ * Build the error a Resource carrying something the interpreter cannot run is
14
+ * skipped with.
15
+ *
16
+ * The "Unsupported sim ... CloudFormation" wording is what sim CloudFormation
17
+ * reads as a Resource to record and step over, so the Resource lands on
18
+ * `stack.skippedResources` carrying the reason Step Functions gave, and the
19
+ * rest of the template deploys.
20
+ *
21
+ * A state machine missing one state runs wrong, and a test watching it run
22
+ * wrong is worse off than one watching it be absent. So the whole state
23
+ * machine goes rather than the state, and the Stack around it is no business
24
+ * of one workflow.
25
+ */
26
+ export declare function simCfnStepFunctionsSkippedResourceError(resourceType: string, logicalId: string, reason: string, cause?: unknown): Error;
27
+ /**
28
+ * Run the simulated Step Functions commands one Resource is made of, naming
29
+ * the Resource in whatever they refuse.
30
+ *
31
+ * Every Resource type here goes through the ordinary Step Functions commands,
32
+ * so what a template may ask for is decided once, by simulated Step Functions,
33
+ * rather than again in the CloudFormation layer. What that leaves out is where
34
+ * the request came from. A deployment failing with `The state Fan is a Parallel
35
+ * state` says which state but not which Resource declared it, and a template
36
+ * can hold several.
37
+ *
38
+ * The two kinds of refusal part company here. A definition Amazon States
39
+ * Language refuses is a failed Resource, and one it accepts that this
40
+ * simulator cannot run is a skipped one.
41
+ */
42
+ export declare function simCfnStepFunctionsResourceCommand<T>(resourceType: string, logicalId: string, run: () => Promise<T>): Promise<T>;
43
+ //# sourceMappingURL=sim-cfn-step-functions-resource-error.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-step-functions-resource-error.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;AACH,wBAAgB,gCAAgC,CAC9C,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,MAAM,EACd,KAAK,CAAC,EAAE,OAAO,GACd,KAAK,CAIP;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,uCAAuC,CACrD,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,MAAM,EACd,KAAK,CAAC,EAAE,OAAO,GACd,KAAK,CAMP;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAsB,kCAAkC,CAAC,CAAC,EACxD,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,MAAM,EACjB,GAAG,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,GACpB,OAAO,CAAC,CAAC,CAAC,CAwBZ"}
@@ -0,0 +1,64 @@
1
+ import { SimStatesUnsimulatedInput, SimStepFunctionsError, } from "../../../../stepfunctions/error/sim-step-functions.error.js";
2
+ /**
3
+ * Build the error a Resource of a simulated Step Functions type is refused
4
+ * with.
5
+ *
6
+ * Sim CloudFormation fails a Stack on this one, so it is kept for a Resource
7
+ * nothing coherent could be deployed from. A template carrying no definition
8
+ * at all, a definition Amazon States Language itself refuses, a name Step
9
+ * Functions will not take. Real CloudFormation fails those too. A definition
10
+ * this simulator cannot run is a different thing and takes the skip below.
11
+ */
12
+ export function simCfnStepFunctionsResourceError(resourceType, logicalId, reason, cause) {
13
+ return new Error(`Invalid ${resourceType} Resource ${logicalId}: ${reason}`, {
14
+ cause,
15
+ });
16
+ }
17
+ /**
18
+ * Build the error a Resource carrying something the interpreter cannot run is
19
+ * skipped with.
20
+ *
21
+ * The "Unsupported sim ... CloudFormation" wording is what sim CloudFormation
22
+ * reads as a Resource to record and step over, so the Resource lands on
23
+ * `stack.skippedResources` carrying the reason Step Functions gave, and the
24
+ * rest of the template deploys.
25
+ *
26
+ * A state machine missing one state runs wrong, and a test watching it run
27
+ * wrong is worse off than one watching it be absent. So the whole state
28
+ * machine goes rather than the state, and the Stack around it is no business
29
+ * of one workflow.
30
+ */
31
+ export function simCfnStepFunctionsSkippedResourceError(resourceType, logicalId, reason, cause) {
32
+ return new Error(`Unsupported sim StepFunctions CloudFormation ${resourceType} Resource ` +
33
+ `${logicalId}: ${reason}`, { cause });
34
+ }
35
+ /**
36
+ * Run the simulated Step Functions commands one Resource is made of, naming
37
+ * the Resource in whatever they refuse.
38
+ *
39
+ * Every Resource type here goes through the ordinary Step Functions commands,
40
+ * so what a template may ask for is decided once, by simulated Step Functions,
41
+ * rather than again in the CloudFormation layer. What that leaves out is where
42
+ * the request came from. A deployment failing with `The state Fan is a Parallel
43
+ * state` says which state but not which Resource declared it, and a template
44
+ * can hold several.
45
+ *
46
+ * The two kinds of refusal part company here. A definition Amazon States
47
+ * Language refuses is a failed Resource, and one it accepts that this
48
+ * simulator cannot run is a skipped one.
49
+ */
50
+ export async function simCfnStepFunctionsResourceCommand(resourceType, logicalId, run) {
51
+ try {
52
+ return await run();
53
+ }
54
+ catch (error) {
55
+ if (error instanceof SimStatesUnsimulatedInput) {
56
+ throw simCfnStepFunctionsSkippedResourceError(resourceType, logicalId, error.message, error);
57
+ }
58
+ if (error instanceof SimStepFunctionsError) {
59
+ throw simCfnStepFunctionsResourceError(resourceType, logicalId, error.message, error);
60
+ }
61
+ throw error;
62
+ }
63
+ }
64
+ //# sourceMappingURL=sim-cfn-step-functions-resource-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-step-functions-resource-error.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,qBAAqB,GACtB,MAAM,6DAA6D,CAAC;AAErE;;;;;;;;;GASG;AACH,MAAM,UAAU,gCAAgC,CAC9C,YAAoB,EACpB,SAAiB,EACjB,MAAc,EACd,KAAe;IAEf,OAAO,IAAI,KAAK,CAAC,WAAW,YAAY,aAAa,SAAS,KAAK,MAAM,EAAE,EAAE;QAC3E,KAAK;KACN,CAAC,CAAC;AACL,CAAC;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,UAAU,uCAAuC,CACrD,YAAoB,EACpB,SAAiB,EACjB,MAAc,EACd,KAAe;IAEf,OAAO,IAAI,KAAK,CACd,gDAAgD,YAAY,YAAY;QACtE,GAAG,SAAS,KAAK,MAAM,EAAE,EAC3B,EAAE,KAAK,EAAE,CACV,CAAC;AACJ,CAAC;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,KAAK,UAAU,kCAAkC,CACtD,YAAoB,EACpB,SAAiB,EACjB,GAAqB;IAErB,IAAI,CAAC;QACH,OAAO,MAAM,GAAG,EAAE,CAAC;IACrB,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,yBAAyB,EAAE,CAAC;YAC/C,MAAM,uCAAuC,CAC3C,YAAY,EACZ,SAAS,EACT,KAAK,CAAC,OAAO,EACb,KAAK,CACN,CAAC;QACJ,CAAC;QAED,IAAI,KAAK,YAAY,qBAAqB,EAAE,CAAC;YAC3C,MAAM,gCAAgC,CACpC,YAAY,EACZ,SAAS,EACT,KAAK,CAAC,OAAO,EACb,KAAK,CACN,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * The CloudFormation Resource types simulated Step Functions creates.
3
+ *
4
+ * Named here rather than spelled out where they are used, because each one is
5
+ * written twice, once by the factory dispatching on it and once by the
6
+ * refusals that quote it back to whoever wrote the template.
7
+ */
8
+ export declare const stateMachineResourceType = "AWS::StepFunctions::StateMachine";
9
+ export declare const stateMachineResourceTypeName = "StateMachine";
10
+ //# sourceMappingURL=sim-cfn-step-functions-resource-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-step-functions-resource-types.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,qCAAqC,CAAC;AAE3E,eAAO,MAAM,4BAA4B,iBAAiB,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * The CloudFormation Resource types simulated Step Functions creates.
3
+ *
4
+ * Named here rather than spelled out where they are used, because each one is
5
+ * written twice, once by the factory dispatching on it and once by the
6
+ * refusals that quote it back to whoever wrote the template.
7
+ */
8
+ export const stateMachineResourceType = "AWS::StepFunctions::StateMachine";
9
+ export const stateMachineResourceTypeName = "StateMachine";
10
+ //# sourceMappingURL=sim-cfn-step-functions-resource-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-step-functions-resource-types.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,kCAAkC,CAAC;AAE3E,MAAM,CAAC,MAAM,4BAA4B,GAAG,cAAc,CAAC"}
@@ -0,0 +1,27 @@
1
+ import type { SimStateMachine } from "../../../../stepfunctions/machine/sim-state-machine.js";
2
+ import type { SimCfnTemplateValue } from "../../../template/value/sim-cfn-template-value.js";
3
+ import type { SimCfnResourceValueAdapter } from "../sim-cfn-resource-value-adapter.js";
4
+ /**
5
+ * CloudFormation-facing values for a simulated state machine.
6
+ */
7
+ export declare class SimStateMachineCfn implements SimCfnResourceValueAdapter {
8
+ #private;
9
+ constructor(stateMachine: SimStateMachine);
10
+ /**
11
+ * A Ref to an AWS::StepFunctions::StateMachine returns the ARN.
12
+ *
13
+ * The other way round from most Resources, and the way round real
14
+ * CloudFormation publishes this one. It is also what CDK reads for
15
+ * `stateMachineArn`, so a grant or an environment variable pointing at a
16
+ * workflow resolves.
17
+ */
18
+ refValue(): SimCfnTemplateValue;
19
+ /**
20
+ * The two attributes the Resource publishes, which are the ARN and the name.
21
+ *
22
+ * `StateMachineRevisionId` is left out. A revision is what a published
23
+ * version is cut from, and neither is simulated.
24
+ */
25
+ attributeValue(attributeName: string): SimCfnTemplateValue;
26
+ }
27
+ //# sourceMappingURL=sim-state-machine-cfn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-state-machine-cfn.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-state-machine-cfn.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wDAAwD,CAAC;AAC9F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAC7F,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAEvF;;GAEG;AACH,qBAAa,kBAAmB,YAAW,0BAA0B;;IAGnE,YAAY,YAAY,EAAE,eAAe,EAExC;IAED;;;;;;;OAOG;IACH,QAAQ,IAAI,mBAAmB,CAE9B;IAED;;;;;OAKG;IACH,cAAc,CAAC,aAAa,EAAE,MAAM,GAAG,mBAAmB,CAazD;CACF"}
@@ -0,0 +1,37 @@
1
+ import { assertDefined } from "../../../../../util/type-guard/defined.js";
2
+ /**
3
+ * CloudFormation-facing values for a simulated state machine.
4
+ */
5
+ export class SimStateMachineCfn {
6
+ #stateMachine;
7
+ constructor(stateMachine) {
8
+ this.#stateMachine = stateMachine;
9
+ }
10
+ /**
11
+ * A Ref to an AWS::StepFunctions::StateMachine returns the ARN.
12
+ *
13
+ * The other way round from most Resources, and the way round real
14
+ * CloudFormation publishes this one. It is also what CDK reads for
15
+ * `stateMachineArn`, so a grant or an environment variable pointing at a
16
+ * workflow resolves.
17
+ */
18
+ refValue() {
19
+ return this.#stateMachine.arn;
20
+ }
21
+ /**
22
+ * The two attributes the Resource publishes, which are the ARN and the name.
23
+ *
24
+ * `StateMachineRevisionId` is left out. A revision is what a published
25
+ * version is cut from, and neither is simulated.
26
+ */
27
+ attributeValue(attributeName) {
28
+ const values = new Map([
29
+ ["Arn", this.#stateMachine.arn],
30
+ ["Name", this.#stateMachine.name],
31
+ ]);
32
+ const value = values.get(attributeName);
33
+ assertDefined(value, `Unsupported AWS::StepFunctions::StateMachine attribute ${attributeName}`);
34
+ return value;
35
+ }
36
+ }
37
+ //# sourceMappingURL=sim-state-machine-cfn.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-state-machine-cfn.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-state-machine-cfn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAK1E;;GAEG;AACH,MAAM,OAAO,kBAAkB;IACpB,aAAa,CAAkB;IAExC,YAAY,YAA6B;QACvC,IAAI,CAAC,aAAa,GAAG,YAAY,CAAC;IACpC,CAAC;IAED;;;;;;;OAOG;IACH,QAAQ;QACN,OAAO,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC;IAChC,CAAC;IAED;;;;;OAKG;IACH,cAAc,CAAC,aAAqB;QAClC,MAAM,MAAM,GAAG,IAAI,GAAG,CAAC;YACrB,CAAC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC;YAC/B,CAAC,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC;SAClC,CAAC,CAAC;QACH,MAAM,KAAK,GAAG,MAAM,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAExC,aAAa,CACX,KAAK,EACL,0DAA0D,aAAa,EAAE,CAC1E,CAAC;QAEF,OAAO,KAAK,CAAC;IACf,CAAC;CACF"}
@@ -0,0 +1,31 @@
1
+ import type { SimStepFunctions } from "../../../../stepfunctions/sim-step-functions.js";
2
+ import type { SimCfnServiceResourceFactory } from "../../factory/sim-cfn-resource-factory.type.js";
3
+ import type { SimCfnResource, SimCloudFormationResourceCreateContext, SimCloudFormationResourceDeleteContext } from "../../sim-cfn-resource.js";
4
+ interface SimStepFunctionsCfnResourceFactoryProperties {
5
+ readonly stepFunctions: SimStepFunctions;
6
+ }
7
+ /**
8
+ * CloudFormation Resource factory for simulated Step Functions resources.
9
+ */
10
+ export declare class SimStepFunctionsCfnResourceFactory implements SimCfnServiceResourceFactory {
11
+ #private;
12
+ constructor(properties: SimStepFunctionsCfnResourceFactoryProperties);
13
+ /**
14
+ * Create a simulated Step Functions resource from a CloudFormation Resource.
15
+ *
16
+ * The state machine is the one AWS::StepFunctions::* Resource type this
17
+ * simulation models. `StateMachineVersion` publishes an immutable copy of a
18
+ * definition and `StateMachineAlias` routes executions between versions, and
19
+ * neither has anything to act on while every execution runs the definition
20
+ * the state machine currently holds. Both are reported as unsupported and
21
+ * skipped rather than quietly treated as deployed.
22
+ */
23
+ create(resourceTypeName: string, resource: SimCfnResource, context: SimCloudFormationResourceCreateContext): Promise<object | undefined>;
24
+ /**
25
+ * Delete a simulated Step Functions resource created from a CloudFormation
26
+ * Resource.
27
+ */
28
+ delete(resourceTypeName: string, resource: SimCfnResource, _context: SimCloudFormationResourceDeleteContext): Promise<void>;
29
+ }
30
+ export {};
31
+ //# sourceMappingURL=sim-step-functions-cfn-resource-factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-step-functions-cfn-resource-factory.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iDAAiD,CAAC;AACxF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AACnG,OAAO,KAAK,EACV,cAAc,EACd,sCAAsC,EACtC,sCAAsC,EACvC,MAAM,2BAA2B,CAAC;AAKnC,UAAU,4CAA4C;IACpD,QAAQ,CAAC,aAAa,EAAE,gBAAgB,CAAC;CAC1C;AAED;;GAEG;AACH,qBAAa,kCAAmC,YAAW,4BAA4B;;IAIrF,YAAY,UAAU,EAAE,4CAA4C,EAOnE;IAED;;;;;;;;;OASG;IACG,MAAM,CACV,gBAAgB,EAAE,MAAM,EACxB,QAAQ,EAAE,cAAc,EACxB,OAAO,EAAE,sCAAsC,GAC9C,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAW7B;IAED;;;OAGG;IACG,MAAM,CACV,gBAAgB,EAAE,MAAM,EACxB,QAAQ,EAAE,cAAc,EACxB,QAAQ,EAAE,sCAAsC,GAC/C,OAAO,CAAC,IAAI,CAAC,CAEf;CACF"}
@@ -0,0 +1,42 @@
1
+ import { SimCfnStateMachineCreator } from "./sim-cfn-state-machine-creator.js";
2
+ import { SimCfnStepFunctionsResourceDeleter } from "./sim-cfn-step-functions-resource-deleter.js";
3
+ import { stateMachineResourceTypeName } from "./sim-cfn-step-functions-resource-types.js";
4
+ /**
5
+ * CloudFormation Resource factory for simulated Step Functions resources.
6
+ */
7
+ export class SimStepFunctionsCfnResourceFactory {
8
+ #stateMachineCreator;
9
+ #deleter;
10
+ constructor(properties) {
11
+ this.#stateMachineCreator = new SimCfnStateMachineCreator({
12
+ stepFunctions: properties.stepFunctions,
13
+ });
14
+ this.#deleter = new SimCfnStepFunctionsResourceDeleter({
15
+ stepFunctions: properties.stepFunctions,
16
+ });
17
+ }
18
+ /**
19
+ * Create a simulated Step Functions resource from a CloudFormation Resource.
20
+ *
21
+ * The state machine is the one AWS::StepFunctions::* Resource type this
22
+ * simulation models. `StateMachineVersion` publishes an immutable copy of a
23
+ * definition and `StateMachineAlias` routes executions between versions, and
24
+ * neither has anything to act on while every execution runs the definition
25
+ * the state machine currently holds. Both are reported as unsupported and
26
+ * skipped rather than quietly treated as deployed.
27
+ */
28
+ async create(resourceTypeName, resource, context) {
29
+ if (resourceTypeName !== stateMachineResourceTypeName) {
30
+ throw new Error(`Unsupported sim StepFunctions CloudFormation Resource ${resourceTypeName}`);
31
+ }
32
+ return await this.#stateMachineCreator.create(resource, context.resolvedProperties ?? resource.properties);
33
+ }
34
+ /**
35
+ * Delete a simulated Step Functions resource created from a CloudFormation
36
+ * Resource.
37
+ */
38
+ async delete(resourceTypeName, resource, _context) {
39
+ await this.#deleter.delete(resourceTypeName, resource);
40
+ }
41
+ }
42
+ //# sourceMappingURL=sim-step-functions-cfn-resource-factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-step-functions-cfn-resource-factory.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAC/E,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAM1F;;GAEG;AACH,MAAM,OAAO,kCAAkC;IACpC,oBAAoB,CAA4B;IAChD,QAAQ,CAAqC;IAEtD,YAAY,UAAwD;QAClE,IAAI,CAAC,oBAAoB,GAAG,IAAI,yBAAyB,CAAC;YACxD,aAAa,EAAE,UAAU,CAAC,aAAa;SACxC,CAAC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,kCAAkC,CAAC;YACrD,aAAa,EAAE,UAAU,CAAC,aAAa;SACxC,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,MAAM,CACV,gBAAwB,EACxB,QAAwB,EACxB,OAA+C;QAE/C,IAAI,gBAAgB,KAAK,4BAA4B,EAAE,CAAC;YACtD,MAAM,IAAI,KAAK,CACb,yDAAyD,gBAAgB,EAAE,CAC5E,CAAC;QACJ,CAAC;QAED,OAAO,MAAM,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAC3C,QAAQ,EACR,OAAO,CAAC,kBAAkB,IAAI,QAAQ,CAAC,UAAU,CAClD,CAAC;IACJ,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,MAAM,CACV,gBAAwB,EACxB,QAAwB,EACxB,QAAgD;QAEhD,MAAM,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;IACzD,CAAC;CACF"}
@@ -0,0 +1,7 @@
1
+ import type { SimCfnResourceValueAdapterProperties, SimCfnServiceValueAdapter } from "../sim-cfn-resource-value-adapter.js";
2
+ /**
3
+ * The CloudFormation-facing value adapter for a simulated Step Functions
4
+ * Resource.
5
+ */
6
+ export declare function stepFunctionsValueAdapter(properties: SimCfnResourceValueAdapterProperties): SimCfnServiceValueAdapter;
7
+ //# sourceMappingURL=sim-step-functions-cfn-value-adapter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-step-functions-cfn-value-adapter.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,oCAAoC,EACpC,yBAAyB,EAC1B,MAAM,sCAAsC,CAAC;AAI9C;;;GAGG;AACH,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,oCAAoC,GAC/C,yBAAyB,CAW3B"}
@@ -0,0 +1,16 @@
1
+ import { SimStateMachine } from "../../../../stepfunctions/machine/sim-state-machine.js";
2
+ import { SimStateMachineCfn } from "./sim-state-machine-cfn.js";
3
+ import { stateMachineResourceType } from "./sim-cfn-step-functions-resource-types.js";
4
+ /**
5
+ * The CloudFormation-facing value adapter for a simulated Step Functions
6
+ * Resource.
7
+ */
8
+ export function stepFunctionsValueAdapter(properties) {
9
+ const { type, simResource } = properties;
10
+ if (type === stateMachineResourceType &&
11
+ simResource instanceof SimStateMachine) {
12
+ return new SimStateMachineCfn(simResource);
13
+ }
14
+ return undefined;
15
+ }
16
+ //# sourceMappingURL=sim-step-functions-cfn-value-adapter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-step-functions-cfn-value-adapter.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wDAAwD,CAAC;AAKzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AAEtF;;;GAGG;AACH,MAAM,UAAU,yBAAyB,CACvC,UAAgD;IAEhD,MAAM,EAAE,IAAI,EAAE,WAAW,EAAE,GAAG,UAAU,CAAC;IAEzC,IACE,IAAI,KAAK,wBAAwB;QACjC,WAAW,YAAY,eAAe,EACtC,CAAC;QACD,OAAO,IAAI,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAC7C,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-service-factories.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iDAAiD,CAAC;AACpG,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGnG;;;GAGG;AACH,KAAK,0BAA0B,GAAG,CAChC,SAAS,EAAE,4BAA4B,KACpC,4BAA4B,CAAC;AAWlC;;;;;;;;;GASG;AACH,eAAO,MAAM,8BAA8B,EAAE,WAAW,CACtD,MAAM,EACN,0BAA0B,CAqI1B,CAAC"}
1
+ {"version":3,"file":"sim-cfn-service-factories.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iDAAiD,CAAC;AACpG,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAInG;;;GAGG;AACH,KAAK,0BAA0B,GAAG,CAChC,SAAS,EAAE,4BAA4B,KACpC,4BAA4B,CAAC;AAWlC;;;;;;;;;GASG;AACH,eAAO,MAAM,8BAA8B,EAAE,WAAW,CACtD,MAAM,EACN,0BAA0B,CAiJ1B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { SimCfnCfnResourceFactory } from "../../factory/sim-cfn-cfn-resource-factory.js";
2
+ import { SimStepFunctionsCfnResourceFactory } from "../../cfn/stepfunctions/sim-step-functions-cfn-resource-factory.js";
2
3
  /**
3
4
  * Certificates arrive under two service names. `AWS::CertificateManager::*` is
4
5
  * the real one, and `AWS::ACM::*` is the shorthand some templates use, so both
@@ -66,6 +67,10 @@ export const simCfnServiceResourceFactories = new Map([
66
67
  "Kinesis",
67
68
  (scopedAws) => scopedAws.kinesis().cfnResourceFactory(),
68
69
  ],
70
+ [
71
+ "KinesisFirehose",
72
+ (scopedAws) => scopedAws.firehose().cfnResourceFactory(),
73
+ ],
69
74
  [
70
75
  "KMS",
71
76
  (scopedAws) => scopedAws.kms().cfnResourceFactory(),
@@ -118,6 +123,12 @@ export const simCfnServiceResourceFactories = new Map([
118
123
  "SSM",
119
124
  (scopedAws) => scopedAws.ssm().cfnResourceFactory(),
120
125
  ],
126
+ [
127
+ "StepFunctions",
128
+ (scopedAws) => new SimStepFunctionsCfnResourceFactory({
129
+ stepFunctions: scopedAws.stepFunctions(),
130
+ }),
131
+ ],
121
132
  [
122
133
  "WAFv2",
123
134
  (scopedAws) => scopedAws.wafV2().cfnResourceFactory(),
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-service-factories.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;AAUzF;;;;GAIG;AACH,MAAM,kBAAkB,GAA+B,CACrD,SAAS,EACqB,EAAE,CAAC,SAAS,CAAC,GAAG,EAAE,CAAC,kBAAkB,EAAE,CAAC;AAExE;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAGvC,IAAI,GAAG,CAAC;IACV,CAAC,KAAK,EAAE,kBAAkB,CAAC;IAC3B,CAAC,oBAAoB,EAAE,kBAAkB,CAAC;IAC1C;QACE,YAAY;QACZ,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,UAAU,EAAE,CAAC,kBAAkB,EAAE;KAC9C;IACD;QACE,cAAc;QACd,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,YAAY,EAAE,CAAC,kBAAkB,EAAE;KAChD;IACD;QACE,gBAAgB;QAChB,GAAiC,EAAE,CAAC,IAAI,wBAAwB,EAAE;KACnE;IACD;QACE,YAAY;QACZ,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,UAAU,EAAE,CAAC,kBAAkB,EAAE;KAC9C;IACD;QACE,YAAY;QACZ,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,UAAU,EAAE,CAAC,kBAAkB,EAAE;KAC9C;IACD;QACE,SAAS;QACT,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,uBAAuB,EAAE,CAAC,kBAAkB,EAAE;KAC3D;IACD;QACE,UAAU;QACV,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,QAAQ,EAAE,CAAC,kBAAkB,EAAE;KAC5C;IACD;QACE,KAAK;QACL,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,GAAG,EAAE,CAAC,kBAAkB,EAAE;KACvC;IACD;QACE,KAAK;QACL,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,GAAG,EAAE,CAAC,kBAAkB,EAAE;KACvC;IACD;QACE,wBAAwB;QACxB,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,KAAK,EAAE,CAAC,kBAAkB,EAAE;KACzC;IACD;QACE,KAAK;QACL,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,GAAG,EAAE,CAAC,kBAAkB,EAAE;KACvC;IACD;QACE,SAAS;QACT,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAE;KAC3C;IACD;QACE,KAAK;QACL,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,GAAG,EAAE,CAAC,kBAAkB,EAAE;KACvC;IACD;QACE,QAAQ;QACR,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,MAAM,EAAE,CAAC,kBAAkB,EAAE;KAC1C;IACD;QACE,MAAM;QACN,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,IAAI,EAAE,CAAC,kBAAkB,EAAE;KACxC;IACD;QACE,aAAa;QACb,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,WAAW,EAAE,CAAC,kBAAkB,EAAE;KAC/C;IACD;QACE,SAAS;QACT,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAE;KAC3C;IACD;QACE,IAAI;QACJ,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,EAAE,EAAE,CAAC,kBAAkB,EAAE;KACtC;IACD;QACE,gBAAgB;QAChB,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,cAAc,EAAE,CAAC,kBAAkB,EAAE;KAClD;IACD;QACE,QAAQ;QACR,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,WAAW,EAAE,CAAC,kBAAkB,EAAE;KAC/C;IACD;QACE,WAAW;QACX,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,SAAS,EAAE,CAAC,kBAAkB,EAAE;KAC7C;IACD;QACE,KAAK;QACL,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,KAAK,EAAE,CAAC,kBAAkB,EAAE;KACzC;IACD;QACE,KAAK;QACL,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,GAAG,EAAE,CAAC,kBAAkB,EAAE;KACvC;IACD;QACE,KAAK;QACL,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,GAAG,EAAE,CAAC,kBAAkB,EAAE;KACvC;IACD;QACE,KAAK;QACL,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,GAAG,EAAE,CAAC,kBAAkB,EAAE;KACvC;IACD;QACE,OAAO;QACP,CAAC,SAAS,EAAgC,EAAE,CAC1C,SAAS,CAAC,KAAK,EAAE,CAAC,kBAAkB,EAAE;KACzC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"sim-cfn-service-factories.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.ts"],"names":[],"mappings":"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"}
@@ -22,6 +22,13 @@ export declare class SimCfnFnJoin extends SimCfnNode {
22
22
  * during the up-front pass before Resources exist), this node re-emits
23
23
  * itself in template form. A later resolution pass can finish it once the
24
24
  * referenced Resources are available.
25
+ *
26
+ * A dynamic reference can be assembled out of the joined values, as CDK
27
+ * writes one whenever the secret it reads sits in the same Stack: the
28
+ * opening `{{resolve:secretsmanager:`, a `Ref` to the secret, and the
29
+ * trailing segments. No single value holds a whole reference, so the
30
+ * reference is read from the finished string, as `Fn::Sub` reads one built
31
+ * out of its variables.
25
32
  */
26
33
  resolve(context: SimCfnResolveContext): SimCfnTemplateValue;
27
34
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-fn-join.d.ts","sourceRoot":"","sources":["../../../../../../../src/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AAExF;;;;;;;;GAQG;AACH,qBAAa,YAAa,SAAQ,UAAU;IAExC,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,MAAM;IAFzB,YACmB,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,SAAS,UAAU,EAAE,EAG/C;IAED;;;;;;;;OAQG;IACH,OAAO,CAAC,OAAO,EAAE,oBAAoB,GAAG,mBAAmB,CAU1D;IAED;;OAEG;IACM,eAAe,IAAI,MAAM,EAAE,CAEnC;IAED,OAAO,CAAC,YAAY;IAmBpB;;;;;;OAMG;IACH,OAAO,CAAC,oBAAoB;CAG7B"}
1
+ {"version":3,"file":"sim-cfn-fn-join.d.ts","sourceRoot":"","sources":["../../../../../../../src/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AAExF;;;;;;;;GAQG;AACH,qBAAa,YAAa,SAAQ,UAAU;IAExC,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,MAAM;IAFzB,YACmB,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,SAAS,UAAU,EAAE,EAG/C;IAED;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,OAAO,EAAE,oBAAoB,GAAG,mBAAmB,CAY1D;IAED;;OAEG;IACM,eAAe,IAAI,MAAM,EAAE,CAEnC;IAED,OAAO,CAAC,YAAY;IAmBpB;;;;;;OAMG;IACH,OAAO,CAAC,oBAAoB;CAG7B"}
@@ -24,11 +24,19 @@ export class SimCfnFnJoin extends SimCfnNode {
24
24
  * during the up-front pass before Resources exist), this node re-emits
25
25
  * itself in template form. A later resolution pass can finish it once the
26
26
  * referenced Resources are available.
27
+ *
28
+ * A dynamic reference can be assembled out of the joined values, as CDK
29
+ * writes one whenever the secret it reads sits in the same Stack: the
30
+ * opening `{{resolve:secretsmanager:`, a `Ref` to the secret, and the
31
+ * trailing segments. No single value holds a whole reference, so the
32
+ * reference is read from the finished string, as `Fn::Sub` reads one built
33
+ * out of its variables.
27
34
  */
28
35
  resolve(context) {
29
36
  const resolved = this.values.map((value) => this.resolveValue(value, context));
30
37
  if (resolved.every((value) => typeof value === "string")) {
31
- return resolved.join(this.delimiter);
38
+ const joined = resolved.join(this.delimiter);
39
+ return context.dynamicReferences?.substitute(joined) ?? joined;
32
40
  }
33
41
  return { "Fn::Join": [this.delimiter, resolved] };
34
42
  }
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-fn-join.js","sourceRoot":"","sources":["../../../../../../../src/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAInD;;;;;;;;GAQG;AACH,MAAM,OAAO,YAAa,SAAQ,UAAU;IAEvB,SAAS;IACT,MAAM;IAFzB,YACmB,SAAiB,EACjB,MAA6B;QAE9C,KAAK,EAAE,CAAC;yBAHS,SAAS;sBACT,MAAM;IAGzB,CAAC;IAED;;;;;;;;OAQG;IACH,OAAO,CAAC,OAA6B;QACnC,MAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CACzC,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAClC,CAAC;QAEF,IAAI,QAAQ,CAAC,KAAK,CAAC,CAAC,KAAK,EAAmB,EAAE,CAAC,OAAO,KAAK,KAAK,QAAQ,CAAC,EAAE,CAAC;YAC1E,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvC,CAAC;QAED,OAAO,EAAE,UAAU,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,EAAE,CAAC;IACpD,CAAC;IAED;;OAEG;IACM,eAAe;QACtB,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC,CAAC;IACjE,CAAC;IAEO,YAAY,CAClB,KAAiB,EACjB,OAA6B;QAE7B,MAAM,QAAQ,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QAExC,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE,CAAC;YACjC,OAAO,QAAQ,CAAC;QAClB,CAAC;QAED,IAAI,IAAI,CAAC,oBAAoB,CAAC,QAAQ,CAAC,EAAE,CAAC;YACxC,OAAO,QAAQ,CAAC;QAClB,CAAC;QAED,MAAM,IAAI,SAAS,CACjB,yEAAyE,OAAO,QAAQ,EAAE,CAC3F,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,oBAAoB,CAAC,KAA0B;QACrD,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,CAAC;IACrD,CAAC;CACF"}
1
+ {"version":3,"file":"sim-cfn-fn-join.js","sourceRoot":"","sources":["../../../../../../../src/service/cloudformation/template/node/fn/join/sim-cfn-fn-join.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAInD;;;;;;;;GAQG;AACH,MAAM,OAAO,YAAa,SAAQ,UAAU;IAEvB,SAAS;IACT,MAAM;IAFzB,YACmB,SAAiB,EACjB,MAA6B;QAE9C,KAAK,EAAE,CAAC;yBAHS,SAAS;sBACT,MAAM;IAGzB,CAAC;IAED;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,OAA6B;QACnC,MAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CACzC,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAClC,CAAC;QAEF,IAAI,QAAQ,CAAC,KAAK,CAAC,CAAC,KAAK,EAAmB,EAAE,CAAC,OAAO,KAAK,KAAK,QAAQ,CAAC,EAAE,CAAC;YAC1E,MAAM,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YAE7C,OAAO,OAAO,CAAC,iBAAiB,EAAE,UAAU,CAAC,MAAM,CAAC,IAAI,MAAM,CAAC;QACjE,CAAC;QAED,OAAO,EAAE,UAAU,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,EAAE,CAAC;IACpD,CAAC;IAED;;OAEG;IACM,eAAe;QACtB,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC,CAAC;IACjE,CAAC;IAEO,YAAY,CAClB,KAAiB,EACjB,OAA6B;QAE7B,MAAM,QAAQ,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QAExC,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE,CAAC;YACjC,OAAO,QAAQ,CAAC;QAClB,CAAC;QAED,IAAI,IAAI,CAAC,oBAAoB,CAAC,QAAQ,CAAC,EAAE,CAAC;YACxC,OAAO,QAAQ,CAAC;QAClB,CAAC;QAED,MAAM,IAAI,SAAS,CACjB,yEAAyE,OAAO,QAAQ,EAAE,CAC3F,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,oBAAoB,CAAC,KAA0B;QACrD,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,CAAC;IACrD,CAAC;CACF"}
@@ -1,5 +1,6 @@
1
1
  import { StaticFactory } from "@kensio/part-factory";
2
2
  import type { SimArn } from "../../aws/arn.js";
3
+ import type { SimCfEdgeAssociations } from "../edge/sim-cf-edge-association.js";
3
4
  export interface SimCloudFrontBehavior {
4
5
  pathPattern?: string;
5
6
  targetOriginName: string;
@@ -15,6 +16,10 @@ export interface SimCloudFrontBehavior {
15
16
  viewerRequest?: SimArn;
16
17
  viewerResponse?: SimArn;
17
18
  };
19
+ /**
20
+ * The Lambda@Edge functions this Behavior runs, by event type.
21
+ */
22
+ lambdaFunctionAssociations?: SimCfEdgeAssociations | undefined;
18
23
  }
19
24
  /**
20
25
  * Generate a fake SimCloudFrontBehavior.
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cloud-front-behavior.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudfront/behaviour/sim-cloud-front-behavior.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,MAAM,WAAW,qBAAqB;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B,aAAa,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,oBAAoB,CAAC,EAAE,WAAW,GAAG,mBAAmB,GAAG,YAAY,CAAC;IACxE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7C,oBAAoB,CAAC,EACjB,SAAS,GACT;QACE,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC;CACP;AAED;;GAEG;AACH,eAAO,MAAM,4BAA4B,sCAQrC,CAAC"}
1
+ {"version":3,"file":"sim-cloud-front-behavior.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudfront/behaviour/sim-cloud-front-behavior.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAEhF,MAAM,WAAW,qBAAqB;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B,aAAa,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,oBAAoB,CAAC,EAAE,WAAW,GAAG,mBAAmB,GAAG,YAAY,CAAC;IACxE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7C,oBAAoB,CAAC,EACjB,SAAS,GACT;QACE,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC;IACN;;OAEG;IACH,0BAA0B,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;CAChE;AAED;;GAEG;AACH,eAAO,MAAM,4BAA4B,sCAQrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cloud-front-behavior.js","sourceRoot":"","sources":["../../../../src/service/cloudfront/behaviour/sim-cloud-front-behavior.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAsBrD;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GACvC,IAAI,aAAa,CAAwB;IACvC,WAAW,EAAE,GAAG;IAChB,gBAAgB,EAAE,eAAe;IACjC,cAAc,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;IACxC,aAAa,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;IACvC,oBAAoB,EAAE,WAAW;IACjC,UAAU,EAAE,cAAc;CAC3B,CAAC,CAAC"}
1
+ {"version":3,"file":"sim-cloud-front-behavior.js","sourceRoot":"","sources":["../../../../src/service/cloudfront/behaviour/sim-cloud-front-behavior.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AA2BrD;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GACvC,IAAI,aAAa,CAAwB;IACvC,WAAW,EAAE,GAAG;IAChB,gBAAgB,EAAE,eAAe;IACjC,cAAc,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;IACxC,aAAa,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;IACvC,oBAAoB,EAAE,WAAW;IACjC,UAAU,EAAE,cAAc;CAC3B,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { SimArn } from "../../aws/arn.js";
2
+ import type { SimAwsAccountId } from "../../aws/sim-aws-account.js";
3
+ import type { SimCloudFrontFunctionName } from "./sim-cloudfront-function.js";
4
+ /**
5
+ * The Function name a CloudFront Function ARN carries, when the ARN belongs to
6
+ * this Account.
7
+ *
8
+ * A CloudFront Function is a global resource, so its ARN carries an Account
9
+ * and no Region. One naming another Account belongs to another simulated
10
+ * CloudFront and answers with nothing here.
11
+ */
12
+ export declare function simCffNameInArn(cloudFrontFunctionArn: SimArn, accountId: SimAwsAccountId): SimCloudFrontFunctionName | undefined;
13
+ //# sourceMappingURL=sim-cff-arn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cff-arn.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudfront/cff/sim-cff-arn.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AAE9E;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAC7B,qBAAqB,EAAE,MAAM,EAC7B,SAAS,EAAE,eAAe,GACzB,yBAAyB,GAAG,SAAS,CAavC"}
@@ -0,0 +1,18 @@
1
+ import { assertDefined } from "../../../util/type-guard/defined.js";
2
+ /**
3
+ * The Function name a CloudFront Function ARN carries, when the ARN belongs to
4
+ * this Account.
5
+ *
6
+ * A CloudFront Function is a global resource, so its ARN carries an Account
7
+ * and no Region. One naming another Account belongs to another simulated
8
+ * CloudFront and answers with nothing here.
9
+ */
10
+ export function simCffNameInArn(cloudFrontFunctionArn, accountId) {
11
+ if (cloudFrontFunctionArn.split(":", 5)[4] !== accountId) {
12
+ return undefined;
13
+ }
14
+ const cloudFrontFunctionName = cloudFrontFunctionArn.split("/").pop();
15
+ assertDefined(cloudFrontFunctionName, `CloudFront Function name in ARN ${cloudFrontFunctionArn}`);
16
+ return cloudFrontFunctionName;
17
+ }
18
+ //# sourceMappingURL=sim-cff-arn.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cff-arn.js","sourceRoot":"","sources":["../../../../src/service/cloudfront/cff/sim-cff-arn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAKpE;;;;;;;GAOG;AACH,MAAM,UAAU,eAAe,CAC7B,qBAA6B,EAC7B,SAA0B;IAE1B,IAAI,qBAAqB,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,SAAS,EAAE,CAAC;QACzD,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,MAAM,sBAAsB,GAAG,qBAAqB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;IAEtE,aAAa,CACX,sBAAsB,EACtB,mCAAmC,qBAAqB,EAAE,CAC3D,CAAC;IAEF,OAAO,sBAAmD,CAAC;AAC7D,CAAC"}
@@ -102,6 +102,31 @@ export interface SimCloudFrontOriginConfig {
102
102
  readonly OriginAccessControlId?: string | undefined;
103
103
  readonly S3OriginConfig?: SimCloudFrontS3OriginConfig | undefined;
104
104
  readonly CustomOriginConfig?: object | undefined;
105
+ /**
106
+ * The headers CloudFront adds to a request it sends to this Origin.
107
+ *
108
+ * The CloudFront API and CloudFormation name this field differently. The API
109
+ * has `CustomHeaders` and `AWS::CloudFront::Distribution` has
110
+ * `OriginCustomHeaders`, as they differ over `ACMCertificateArn` and
111
+ * `AcmCertificateArn`. Both spellings are accepted so a template and an SDK
112
+ * call reach the simulator the same way.
113
+ */
114
+ readonly CustomHeaders?: SimCloudFrontOriginCustomHeaders | undefined;
115
+ readonly OriginCustomHeaders?: SimCloudFrontOriginCustomHeaders | undefined;
116
+ }
117
+ /**
118
+ * Minimal structural sim CloudFront Origin custom header list.
119
+ */
120
+ export interface SimCloudFrontOriginCustomHeaders {
121
+ readonly Quantity?: number | undefined;
122
+ readonly Items?: readonly SimCloudFrontOriginCustomHeader[] | undefined;
123
+ }
124
+ /**
125
+ * Minimal structural sim CloudFront Origin custom header.
126
+ */
127
+ export interface SimCloudFrontOriginCustomHeader {
128
+ readonly HeaderName?: string | undefined;
129
+ readonly HeaderValue?: string | undefined;
105
130
  }
106
131
  /**
107
132
  * Minimal structural sim CloudFront S3 Origin config.
@@ -117,6 +142,7 @@ export interface SimCloudFrontDefaultCacheBehaviorConfig {
117
142
  readonly AllowedMethods?: SimCloudFrontAllowedMethods | undefined;
118
143
  readonly ViewerProtocolPolicy?: SimCloudFrontViewerProtocolPolicy | undefined;
119
144
  readonly FunctionAssociations?: SimCloudFrontFunctionAssociations | undefined;
145
+ readonly LambdaFunctionAssociations?: SimCloudFrontLambdaFunctionAssociations | undefined;
120
146
  readonly ResponseHeadersPolicyId?: string | undefined;
121
147
  }
122
148
  /**
@@ -140,6 +166,21 @@ export interface SimCloudFrontFunctionAssociation {
140
166
  readonly EventType?: "viewer-request" | "viewer-response" | "origin-request" | "origin-response" | undefined;
141
167
  readonly FunctionARN?: string | undefined;
142
168
  }
169
+ /**
170
+ * Minimal structural sim CloudFront Lambda@Edge associations list.
171
+ */
172
+ export interface SimCloudFrontLambdaFunctionAssociations {
173
+ readonly Quantity?: number | undefined;
174
+ readonly Items?: readonly SimCloudFrontLambdaFunctionAssociation[] | undefined;
175
+ }
176
+ /**
177
+ * Minimal structural sim CloudFront Lambda@Edge association.
178
+ */
179
+ export interface SimCloudFrontLambdaFunctionAssociation {
180
+ readonly EventType?: "viewer-request" | "viewer-response" | "origin-request" | "origin-response" | undefined;
181
+ readonly LambdaFunctionARN?: string | undefined;
182
+ readonly IncludeBody?: boolean | undefined;
183
+ }
143
184
  /**
144
185
  * Minimal structural sim CloudFront allowed methods list.
145
186
  */
@@ -1 +1 @@
1
- {"version":3,"file":"create-distribution.command.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudfront/command/create-distribution/create-distribution.command.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"create-distribution.command.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudfront/command/create-distribution/create-distribution.command.ts"],"names":[],"mappings":"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"}