@kensio/yulin 1.16.2 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (875) hide show
  1. package/README.md +1 -0
  2. package/dist/sdk/router/sim-sdk-caller-options.d.ts +2 -2
  3. package/dist/sdk/router/sim-sdk-caller-options.d.ts.map +1 -1
  4. package/dist/sdk/router/sim-sdk-command-router.type.d.ts +7 -2
  5. package/dist/sdk/router/sim-sdk-command-router.type.d.ts.map +1 -1
  6. package/dist/sdk/sim-sdk-command-dispatcher.d.ts +7 -1
  7. package/dist/sdk/sim-sdk-command-dispatcher.d.ts.map +1 -1
  8. package/dist/sdk/sim-sdk-command-dispatcher.js +16 -4
  9. package/dist/sdk/sim-sdk-command-dispatcher.js.map +1 -1
  10. package/dist/sdk/wire/sim-sdk-wire-dispatcher.d.ts +7 -6
  11. package/dist/sdk/wire/sim-sdk-wire-dispatcher.d.ts.map +1 -1
  12. package/dist/sdk/wire/sim-sdk-wire-dispatcher.js +11 -10
  13. package/dist/sdk/wire/sim-sdk-wire-dispatcher.js.map +1 -1
  14. package/dist/sdk/wire/sim-sdk-wire-operation.d.ts.map +1 -1
  15. package/dist/sdk/wire/sim-sdk-wire-operation.js +1 -0
  16. package/dist/sdk/wire/sim-sdk-wire-operation.js.map +1 -1
  17. package/dist/sdk/wire/sim-sdk-wire-response.d.ts +12 -0
  18. package/dist/sdk/wire/sim-sdk-wire-response.d.ts.map +1 -1
  19. package/dist/sdk/wire/sim-sdk-wire-response.js +2 -2
  20. package/dist/sdk/wire/sim-sdk-wire-response.js.map +1 -1
  21. package/dist/serve/http/api/query/sim-query-endpoint.d.ts +42 -0
  22. package/dist/serve/http/api/query/sim-query-endpoint.d.ts.map +1 -0
  23. package/dist/serve/http/api/query/sim-query-endpoint.js +55 -0
  24. package/dist/serve/http/api/query/sim-query-endpoint.js.map +1 -0
  25. package/dist/serve/http/api/query/sim-query-operation.d.ts +19 -0
  26. package/dist/serve/http/api/query/sim-query-operation.d.ts.map +1 -0
  27. package/dist/serve/http/api/query/sim-query-operation.js +2 -0
  28. package/dist/serve/http/api/query/sim-query-operation.js.map +1 -0
  29. package/dist/serve/http/api/query/sim-query-request.d.ts +85 -0
  30. package/dist/serve/http/api/query/sim-query-request.d.ts.map +1 -0
  31. package/dist/serve/http/api/query/sim-query-request.js +136 -0
  32. package/dist/serve/http/api/query/sim-query-request.js.map +1 -0
  33. package/dist/serve/http/api/query/sim-query-response.d.ts +35 -0
  34. package/dist/serve/http/api/query/sim-query-response.d.ts.map +1 -0
  35. package/dist/serve/http/api/query/sim-query-response.js +63 -0
  36. package/dist/serve/http/api/query/sim-query-response.js.map +1 -0
  37. package/dist/serve/http/api/query/sim-query-result.d.ts +33 -0
  38. package/dist/serve/http/api/query/sim-query-result.d.ts.map +1 -0
  39. package/dist/serve/http/api/query/sim-query-result.js +87 -0
  40. package/dist/serve/http/api/query/sim-query-result.js.map +1 -0
  41. package/dist/serve/http/api/rest-json/sim-rest-json-endpoint.d.ts +40 -0
  42. package/dist/serve/http/api/rest-json/sim-rest-json-endpoint.d.ts.map +1 -0
  43. package/dist/serve/http/api/rest-json/sim-rest-json-endpoint.js +67 -0
  44. package/dist/serve/http/api/rest-json/sim-rest-json-endpoint.js.map +1 -0
  45. package/dist/serve/http/api/rest-json/sim-rest-json-input.d.ts +45 -0
  46. package/dist/serve/http/api/rest-json/sim-rest-json-input.d.ts.map +1 -0
  47. package/dist/serve/http/api/rest-json/sim-rest-json-input.js +52 -0
  48. package/dist/serve/http/api/rest-json/sim-rest-json-input.js.map +1 -0
  49. package/dist/serve/http/api/rest-json/sim-rest-json-request.d.ts +58 -0
  50. package/dist/serve/http/api/rest-json/sim-rest-json-request.d.ts.map +1 -0
  51. package/dist/serve/http/api/rest-json/sim-rest-json-request.js +68 -0
  52. package/dist/serve/http/api/rest-json/sim-rest-json-request.js.map +1 -0
  53. package/dist/serve/http/api/rest-json/sim-rest-json-response.d.ts +35 -0
  54. package/dist/serve/http/api/rest-json/sim-rest-json-response.d.ts.map +1 -0
  55. package/dist/serve/http/api/rest-json/sim-rest-json-response.js +55 -0
  56. package/dist/serve/http/api/rest-json/sim-rest-json-response.js.map +1 -0
  57. package/dist/serve/http/api/rest-json/sim-rest-json-route.type.d.ts +37 -0
  58. package/dist/serve/http/api/rest-json/sim-rest-json-route.type.d.ts.map +1 -0
  59. package/dist/serve/http/api/rest-json/sim-rest-json-route.type.js +2 -0
  60. package/dist/serve/http/api/rest-json/sim-rest-json-route.type.js.map +1 -0
  61. package/dist/serve/http/api/rest-json/sim-rest-json-routes.d.ts +27 -0
  62. package/dist/serve/http/api/rest-json/sim-rest-json-routes.d.ts.map +1 -0
  63. package/dist/serve/http/api/rest-json/sim-rest-json-routes.js +51 -0
  64. package/dist/serve/http/api/rest-json/sim-rest-json-routes.js.map +1 -0
  65. package/dist/serve/http/api/sim-aws-api-endpoint.d.ts +39 -0
  66. package/dist/serve/http/api/sim-aws-api-endpoint.d.ts.map +1 -0
  67. package/dist/serve/http/api/sim-aws-api-endpoint.js +105 -0
  68. package/dist/serve/http/api/sim-aws-api-endpoint.js.map +1 -0
  69. package/dist/serve/http/api/sim-aws-api-protocols.d.ts +13 -0
  70. package/dist/serve/http/api/sim-aws-api-protocols.d.ts.map +1 -0
  71. package/dist/serve/http/api/sim-aws-api-protocols.js +41 -0
  72. package/dist/serve/http/api/sim-aws-api-protocols.js.map +1 -0
  73. package/dist/serve/http/sim-aws-http.d.ts +1 -0
  74. package/dist/serve/http/sim-aws-http.d.ts.map +1 -1
  75. package/dist/serve/http/sim-aws-http.js +9 -0
  76. package/dist/serve/http/sim-aws-http.js.map +1 -1
  77. package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts.map +1 -1
  78. package/dist/service/aws/factory/sim-aws-account-region-service-builder.js +1 -0
  79. package/dist/service/aws/factory/sim-aws-account-region-service-builder.js.map +1 -1
  80. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest-file.d.ts +29 -0
  81. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest-file.d.ts.map +1 -0
  82. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest-file.js +36 -0
  83. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest-file.js.map +1 -0
  84. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest.d.ts +27 -0
  85. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest.d.ts.map +1 -0
  86. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest.js +24 -0
  87. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest.js.map +1 -0
  88. package/dist/service/cloudformation/cdk/sim-cdk-assembly-order.d.ts +12 -0
  89. package/dist/service/cloudformation/cdk/sim-cdk-assembly-order.d.ts.map +1 -0
  90. package/dist/service/cloudformation/cdk/sim-cdk-assembly-order.js +54 -0
  91. package/dist/service/cloudformation/cdk/sim-cdk-assembly-order.js.map +1 -0
  92. package/dist/service/cloudformation/cdk/sim-cdk-assembly-selection.d.ts +17 -0
  93. package/dist/service/cloudformation/cdk/sim-cdk-assembly-selection.d.ts.map +1 -0
  94. package/dist/service/cloudformation/cdk/sim-cdk-assembly-selection.js +33 -0
  95. package/dist/service/cloudformation/cdk/sim-cdk-assembly-selection.js.map +1 -0
  96. package/dist/service/cloudformation/cdk/sim-cdk-cloud-assembly.factory.d.ts +50 -0
  97. package/dist/service/cloudformation/cdk/sim-cdk-cloud-assembly.factory.d.ts.map +1 -0
  98. package/dist/service/cloudformation/cdk/sim-cdk-cloud-assembly.factory.js +69 -0
  99. package/dist/service/cloudformation/cdk/sim-cdk-cloud-assembly.factory.js.map +1 -0
  100. package/dist/service/cloudformation/command/create-stack/create-stack.handler.d.ts +3 -0
  101. package/dist/service/cloudformation/command/create-stack/create-stack.handler.d.ts.map +1 -1
  102. package/dist/service/cloudformation/command/create-stack/create-stack.handler.js +14 -4
  103. package/dist/service/cloudformation/command/create-stack/create-stack.handler.js.map +1 -1
  104. package/dist/service/cloudformation/command/update-stack/update-stack.handler.d.ts +7 -0
  105. package/dist/service/cloudformation/command/update-stack/update-stack.handler.d.ts.map +1 -1
  106. package/dist/service/cloudformation/command/update-stack/update-stack.handler.js +14 -1
  107. package/dist/service/cloudformation/command/update-stack/update-stack.handler.js.map +1 -1
  108. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-deployer.d.ts +24 -0
  109. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-deployer.d.ts.map +1 -0
  110. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-deployer.js +40 -0
  111. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-deployer.js.map +1 -0
  112. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-plan.d.ts +39 -0
  113. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-plan.d.ts.map +1 -0
  114. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-plan.js +35 -0
  115. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-plan.js.map +1 -0
  116. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-stack-options.d.ts +28 -0
  117. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-stack-options.d.ts.map +1 -0
  118. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-stack-options.js +24 -0
  119. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-stack-options.js.map +1 -0
  120. package/dist/service/cloudformation/deploy/sim-cfn-template-deployer.d.ts +9 -0
  121. package/dist/service/cloudformation/deploy/sim-cfn-template-deployer.d.ts.map +1 -1
  122. package/dist/service/cloudformation/deploy/sim-cfn-template-deployer.js +16 -0
  123. package/dist/service/cloudformation/deploy/sim-cfn-template-deployer.js.map +1 -1
  124. package/dist/service/cloudformation/deploy/sim-cfn-template-file-loader.d.ts.map +1 -1
  125. package/dist/service/cloudformation/deploy/sim-cfn-template-file-loader.js +2 -4
  126. package/dist/service/cloudformation/deploy/sim-cfn-template-file-loader.js.map +1 -1
  127. package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.d.ts +13 -0
  128. package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.d.ts.map +1 -0
  129. package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.js +29 -0
  130. package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.js.map +1 -0
  131. package/dist/service/cloudformation/deploy/sim-cfn-template-file-updater.d.ts +3 -0
  132. package/dist/service/cloudformation/deploy/sim-cfn-template-file-updater.d.ts.map +1 -1
  133. package/dist/service/cloudformation/deploy/sim-cfn-template-file-updater.js +3 -0
  134. package/dist/service/cloudformation/deploy/sim-cfn-template-file-updater.js.map +1 -1
  135. package/dist/service/cloudformation/export/sim-cfn-exports.d.ts +43 -0
  136. package/dist/service/cloudformation/export/sim-cfn-exports.d.ts.map +1 -0
  137. package/dist/service/cloudformation/export/sim-cfn-exports.js +65 -0
  138. package/dist/service/cloudformation/export/sim-cfn-exports.js.map +1 -0
  139. package/dist/service/cloudformation/export/sim-cfn-stack-exports.d.ts +11 -0
  140. package/dist/service/cloudformation/export/sim-cfn-stack-exports.d.ts.map +1 -0
  141. package/dist/service/cloudformation/export/sim-cfn-stack-exports.js +23 -0
  142. package/dist/service/cloudformation/export/sim-cfn-stack-exports.js.map +1 -0
  143. package/dist/service/cloudformation/index.d.ts +2 -0
  144. package/dist/service/cloudformation/index.d.ts.map +1 -1
  145. package/dist/service/cloudformation/parameters/sim-cfn-parameter-definitions.d.ts +10 -0
  146. package/dist/service/cloudformation/parameters/sim-cfn-parameter-definitions.d.ts.map +1 -0
  147. package/dist/service/cloudformation/parameters/sim-cfn-parameter-definitions.js +21 -0
  148. package/dist/service/cloudformation/parameters/sim-cfn-parameter-definitions.js.map +1 -0
  149. package/dist/service/cloudformation/parameters/sim-cfn-parameter-input-values.d.ts +10 -0
  150. package/dist/service/cloudformation/parameters/sim-cfn-parameter-input-values.d.ts.map +1 -0
  151. package/dist/service/cloudformation/parameters/sim-cfn-parameter-input-values.js +19 -0
  152. package/dist/service/cloudformation/parameters/sim-cfn-parameter-input-values.js.map +1 -0
  153. package/dist/service/cloudformation/parameters/sim-cfn-parameter-values.d.ts +34 -0
  154. package/dist/service/cloudformation/parameters/sim-cfn-parameter-values.d.ts.map +1 -0
  155. package/dist/service/cloudformation/parameters/sim-cfn-parameter-values.js +43 -0
  156. package/dist/service/cloudformation/parameters/sim-cfn-parameter-values.js.map +1 -0
  157. package/dist/service/cloudformation/parameters/sim-cfn-parameters.d.ts +21 -16
  158. package/dist/service/cloudformation/parameters/sim-cfn-parameters.d.ts.map +1 -1
  159. package/dist/service/cloudformation/parameters/sim-cfn-parameters.js +33 -62
  160. package/dist/service/cloudformation/parameters/sim-cfn-parameters.js.map +1 -1
  161. package/dist/service/cloudformation/parameters/sim-cfn-parameters.type.d.ts +30 -9
  162. package/dist/service/cloudformation/parameters/sim-cfn-parameters.type.d.ts.map +1 -1
  163. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-value-type.d.ts +20 -0
  164. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-value-type.d.ts.map +1 -0
  165. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-value-type.js +20 -0
  166. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-value-type.js.map +1 -0
  167. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-values.d.ts +48 -0
  168. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-values.d.ts.map +1 -0
  169. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-values.js +69 -0
  170. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-values.js.map +1 -0
  171. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.d.ts +17 -0
  172. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.d.ts.map +1 -0
  173. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.js +15 -0
  174. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.js.map +1 -0
  175. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.type.d.ts +28 -0
  176. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.type.d.ts.map +1 -0
  177. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.type.js +2 -0
  178. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.type.js.map +1 -0
  179. package/dist/service/cloudformation/resource/create/sim-cfn-resource-creator.js +1 -1
  180. package/dist/service/cloudformation/resource/create/sim-cfn-resource-creator.js.map +1 -1
  181. package/dist/service/cloudformation/resource/delete/sim-cfn-resource-deleter.js +1 -1
  182. package/dist/service/cloudformation/resource/delete/sim-cfn-resource-deleter.js.map +1 -1
  183. package/dist/service/cloudformation/resource/resolve/property/sim-cfn-resource-property-resolver.d.ts +23 -1
  184. package/dist/service/cloudformation/resource/resolve/property/sim-cfn-resource-property-resolver.d.ts.map +1 -1
  185. package/dist/service/cloudformation/resource/resolve/property/sim-cfn-resource-property-resolver.js +39 -2
  186. package/dist/service/cloudformation/resource/resolve/property/sim-cfn-resource-property-resolver.js.map +1 -1
  187. package/dist/service/cloudformation/resource/sim-cfn-resource-record.d.ts +6 -1
  188. package/dist/service/cloudformation/resource/sim-cfn-resource-record.d.ts.map +1 -1
  189. package/dist/service/cloudformation/resource/sim-cfn-resource-record.js +14 -4
  190. package/dist/service/cloudformation/resource/sim-cfn-resource-record.js.map +1 -1
  191. package/dist/service/cloudformation/resource/sim-cfn-resource.type.d.ts +7 -0
  192. package/dist/service/cloudformation/resource/sim-cfn-resource.type.d.ts.map +1 -1
  193. package/dist/service/cloudformation/serve/sim-cloudformation-api.d.ts +11 -0
  194. package/dist/service/cloudformation/serve/sim-cloudformation-api.d.ts.map +1 -0
  195. package/dist/service/cloudformation/serve/sim-cloudformation-api.js +87 -0
  196. package/dist/service/cloudformation/serve/sim-cloudformation-api.js.map +1 -0
  197. package/dist/service/cloudformation/sim-cloudformation.d.ts +7 -1
  198. package/dist/service/cloudformation/sim-cloudformation.d.ts.map +1 -1
  199. package/dist/service/cloudformation/sim-cloudformation.js +19 -12
  200. package/dist/service/cloudformation/sim-cloudformation.js.map +1 -1
  201. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-lookup.d.ts +31 -0
  202. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-lookup.d.ts.map +1 -0
  203. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-lookup.js +57 -0
  204. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-lookup.js.map +1 -0
  205. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-resolver.d.ts +3 -0
  206. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-resolver.d.ts.map +1 -1
  207. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-resolver.js +3 -0
  208. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-resolver.js.map +1 -1
  209. package/dist/service/cloudformation/stack/output/sim-cfn-stack-outputs.d.ts +31 -0
  210. package/dist/service/cloudformation/stack/output/sim-cfn-stack-outputs.d.ts.map +1 -0
  211. package/dist/service/cloudformation/stack/output/sim-cfn-stack-outputs.js +37 -0
  212. package/dist/service/cloudformation/stack/output/sim-cfn-stack-outputs.js.map +1 -0
  213. package/dist/service/cloudformation/stack/report/sim-cfn-stack-resource-report.d.ts +9 -5
  214. package/dist/service/cloudformation/stack/report/sim-cfn-stack-resource-report.d.ts.map +1 -1
  215. package/dist/service/cloudformation/stack/report/sim-cfn-stack-resource-report.js +15 -9
  216. package/dist/service/cloudformation/stack/report/sim-cfn-stack-resource-report.js.map +1 -1
  217. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-lookup.d.ts +28 -0
  218. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-lookup.d.ts.map +1 -0
  219. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-lookup.js +36 -0
  220. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-lookup.js.map +1 -0
  221. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.d.ts.map +1 -1
  222. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.js +1 -0
  223. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.js.map +1 -1
  224. package/dist/service/cloudformation/stack/sim-cfn-stack.d.ts +24 -29
  225. package/dist/service/cloudformation/stack/sim-cfn-stack.d.ts.map +1 -1
  226. package/dist/service/cloudformation/stack/sim-cfn-stack.js +37 -10
  227. package/dist/service/cloudformation/stack/sim-cfn-stack.js.map +1 -1
  228. package/dist/service/cloudformation/stack/sim-cfn-stack.type.d.ts +35 -0
  229. package/dist/service/cloudformation/stack/sim-cfn-stack.type.d.ts.map +1 -0
  230. package/dist/service/cloudformation/stack/sim-cfn-stack.type.js +2 -0
  231. package/dist/service/cloudformation/stack/sim-cfn-stack.type.js.map +1 -0
  232. package/dist/service/cloudformation/template/dynamic/make-sim-cfn-dynamic-references.d.ts +15 -0
  233. package/dist/service/cloudformation/template/dynamic/make-sim-cfn-dynamic-references.d.ts.map +1 -0
  234. package/dist/service/cloudformation/template/dynamic/make-sim-cfn-dynamic-references.js +19 -0
  235. package/dist/service/cloudformation/template/dynamic/make-sim-cfn-dynamic-references.js.map +1 -0
  236. package/dist/service/cloudformation/template/dynamic/sim-cfn-awaited-dynamic-references.d.ts +42 -0
  237. package/dist/service/cloudformation/template/dynamic/sim-cfn-awaited-dynamic-references.d.ts.map +1 -0
  238. package/dist/service/cloudformation/template/dynamic/sim-cfn-awaited-dynamic-references.js +41 -0
  239. package/dist/service/cloudformation/template/dynamic/sim-cfn-awaited-dynamic-references.js.map +1 -0
  240. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-placeholder.d.ts +21 -0
  241. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-placeholder.d.ts.map +1 -0
  242. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-placeholder.js +61 -0
  243. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-placeholder.js.map +1 -0
  244. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-resolvers.d.ts +31 -0
  245. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-resolvers.d.ts.map +1 -0
  246. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-resolvers.js +25 -0
  247. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-resolvers.js.map +1 -0
  248. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-scan.d.ts +21 -0
  249. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-scan.d.ts.map +1 -0
  250. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-scan.js +39 -0
  251. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-scan.js.map +1 -0
  252. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference.type.d.ts +45 -0
  253. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference.type.d.ts.map +1 -0
  254. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference.type.js +2 -0
  255. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference.type.js.map +1 -0
  256. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-references.d.ts +51 -0
  257. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-references.d.ts.map +1 -0
  258. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-references.js +77 -0
  259. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-references.js.map +1 -0
  260. package/dist/service/cloudformation/template/node/fn/import-value/sim-cfn-fn-import-value.d.ts +33 -0
  261. package/dist/service/cloudformation/template/node/fn/import-value/sim-cfn-fn-import-value.d.ts.map +1 -0
  262. package/dist/service/cloudformation/template/node/fn/import-value/sim-cfn-fn-import-value.js +47 -0
  263. package/dist/service/cloudformation/template/node/fn/import-value/sim-cfn-fn-import-value.js.map +1 -0
  264. package/dist/service/cloudformation/template/node/fn/split/sim-cfn-fn-split.d.ts +7 -0
  265. package/dist/service/cloudformation/template/node/fn/split/sim-cfn-fn-split.d.ts.map +1 -1
  266. package/dist/service/cloudformation/template/node/fn/split/sim-cfn-fn-split.js +12 -0
  267. package/dist/service/cloudformation/template/node/fn/split/sim-cfn-fn-split.js.map +1 -1
  268. package/dist/service/cloudformation/template/node/fn/sub/sim-cfn-fn-sub.d.ts.map +1 -1
  269. package/dist/service/cloudformation/template/node/fn/sub/sim-cfn-fn-sub.js +6 -1
  270. package/dist/service/cloudformation/template/node/fn/sub/sim-cfn-fn-sub.js.map +1 -1
  271. package/dist/service/cloudformation/template/node/sim-cfn-literal.d.ts +9 -2
  272. package/dist/service/cloudformation/template/node/sim-cfn-literal.d.ts.map +1 -1
  273. package/dist/service/cloudformation/template/node/sim-cfn-literal.js +12 -3
  274. package/dist/service/cloudformation/template/node/sim-cfn-literal.js.map +1 -1
  275. package/dist/service/cloudformation/template/parse/fn/import-value/sim-cfn-fn-import-value-parser.d.ts +26 -0
  276. package/dist/service/cloudformation/template/parse/fn/import-value/sim-cfn-fn-import-value-parser.d.ts.map +1 -0
  277. package/dist/service/cloudformation/template/parse/fn/import-value/sim-cfn-fn-import-value-parser.js +31 -0
  278. package/dist/service/cloudformation/template/parse/fn/import-value/sim-cfn-fn-import-value-parser.js.map +1 -0
  279. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parser.d.ts +4 -7
  280. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parser.d.ts.map +1 -1
  281. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parser.js +9 -41
  282. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parser.js.map +1 -1
  283. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parsers.d.ts +19 -0
  284. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parsers.d.ts.map +1 -0
  285. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parsers.js +31 -0
  286. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parsers.js.map +1 -0
  287. package/dist/service/cloudformation/template/resolve/sim-cfn-resolve-context.d.ts +19 -0
  288. package/dist/service/cloudformation/template/resolve/sim-cfn-resolve-context.d.ts.map +1 -1
  289. package/dist/service/cloudformation/template/resolve/sim-cfn-resolve-context.js +18 -0
  290. package/dist/service/cloudformation/template/resolve/sim-cfn-resolve-context.js.map +1 -1
  291. package/dist/service/cloudformation/template/sim-cfn-template.d.ts +5 -0
  292. package/dist/service/cloudformation/template/sim-cfn-template.d.ts.map +1 -1
  293. package/dist/service/cloudformation/template/sim-cfn-template.js +7 -1
  294. package/dist/service/cloudformation/template/sim-cfn-template.js.map +1 -1
  295. package/dist/service/cloudformation/template/value/sim-cfn-template-value-resolver.d.ts +4 -0
  296. package/dist/service/cloudformation/template/value/sim-cfn-template-value-resolver.d.ts.map +1 -1
  297. package/dist/service/cloudformation/template/value/sim-cfn-template-value-resolver.js +2 -0
  298. package/dist/service/cloudformation/template/value/sim-cfn-template-value-resolver.js.map +1 -1
  299. package/dist/service/cloudformation/template/value/sim-cfn-value-path.d.ts +5 -0
  300. package/dist/service/cloudformation/template/value/sim-cfn-value-path.d.ts.map +1 -1
  301. package/dist/service/cloudformation/template/value/sim-cfn-value-path.js +22 -0
  302. package/dist/service/cloudformation/template/value/sim-cfn-value-path.js.map +1 -1
  303. package/dist/service/elbv2/serve/api/sim-elbv2-api.d.ts +15 -0
  304. package/dist/service/elbv2/serve/api/sim-elbv2-api.d.ts.map +1 -0
  305. package/dist/service/elbv2/serve/api/sim-elbv2-api.js +41 -0
  306. package/dist/service/elbv2/serve/api/sim-elbv2-api.js.map +1 -0
  307. package/dist/service/elbv2/serve/api/sim-elbv2-query-action.d.ts +14 -0
  308. package/dist/service/elbv2/serve/api/sim-elbv2-query-action.d.ts.map +1 -0
  309. package/dist/service/elbv2/serve/api/sim-elbv2-query-action.js +52 -0
  310. package/dist/service/elbv2/serve/api/sim-elbv2-query-action.js.map +1 -0
  311. package/dist/service/elbv2/serve/api/sim-elbv2-query-certificate.d.ts +14 -0
  312. package/dist/service/elbv2/serve/api/sim-elbv2-query-certificate.d.ts.map +1 -0
  313. package/dist/service/elbv2/serve/api/sim-elbv2-query-certificate.js +20 -0
  314. package/dist/service/elbv2/serve/api/sim-elbv2-query-certificate.js.map +1 -0
  315. package/dist/service/elbv2/serve/api/sim-elbv2-query-condition.d.ts +11 -0
  316. package/dist/service/elbv2/serve/api/sim-elbv2-query-condition.d.ts.map +1 -0
  317. package/dist/service/elbv2/serve/api/sim-elbv2-query-condition.js +39 -0
  318. package/dist/service/elbv2/serve/api/sim-elbv2-query-condition.js.map +1 -0
  319. package/dist/service/elbv2/serve/api/sim-elbv2-query-input.d.ts +47 -0
  320. package/dist/service/elbv2/serve/api/sim-elbv2-query-input.d.ts.map +1 -0
  321. package/dist/service/elbv2/serve/api/sim-elbv2-query-input.js +71 -0
  322. package/dist/service/elbv2/serve/api/sim-elbv2-query-input.js.map +1 -0
  323. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-certificate-operations.d.ts +11 -0
  324. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-certificate-operations.d.ts.map +1 -0
  325. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-certificate-operations.js +46 -0
  326. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-certificate-operations.js.map +1 -0
  327. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-operations.d.ts +6 -0
  328. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-operations.d.ts.map +1 -0
  329. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-operations.js +77 -0
  330. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-operations.js.map +1 -0
  331. package/dist/service/elbv2/serve/api/sim-elbv2-query-load-balancer-operations.d.ts +6 -0
  332. package/dist/service/elbv2/serve/api/sim-elbv2-query-load-balancer-operations.d.ts.map +1 -0
  333. package/dist/service/elbv2/serve/api/sim-elbv2-query-load-balancer-operations.js +67 -0
  334. package/dist/service/elbv2/serve/api/sim-elbv2-query-load-balancer-operations.js.map +1 -0
  335. package/dist/service/elbv2/serve/api/sim-elbv2-query-result.d.ts +15 -0
  336. package/dist/service/elbv2/serve/api/sim-elbv2-query-result.d.ts.map +1 -0
  337. package/dist/service/elbv2/serve/api/sim-elbv2-query-result.js +25 -0
  338. package/dist/service/elbv2/serve/api/sim-elbv2-query-result.js.map +1 -0
  339. package/dist/service/elbv2/serve/api/sim-elbv2-query-rule-operations.d.ts +6 -0
  340. package/dist/service/elbv2/serve/api/sim-elbv2-query-rule-operations.d.ts.map +1 -0
  341. package/dist/service/elbv2/serve/api/sim-elbv2-query-rule-operations.js +74 -0
  342. package/dist/service/elbv2/serve/api/sim-elbv2-query-rule-operations.js.map +1 -0
  343. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-group-operations.d.ts +6 -0
  344. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-group-operations.d.ts.map +1 -0
  345. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-group-operations.js +114 -0
  346. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-group-operations.js.map +1 -0
  347. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-operations.d.ts +6 -0
  348. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-operations.d.ts.map +1 -0
  349. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-operations.js +64 -0
  350. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-operations.js.map +1 -0
  351. package/dist/service/iam/serve/sim-iam-api.d.ts +18 -0
  352. package/dist/service/iam/serve/sim-iam-api.d.ts.map +1 -0
  353. package/dist/service/iam/serve/sim-iam-api.js +38 -0
  354. package/dist/service/iam/serve/sim-iam-api.js.map +1 -0
  355. package/dist/service/iam/serve/sim-iam-query-entity.d.ts +12 -0
  356. package/dist/service/iam/serve/sim-iam-query-entity.d.ts.map +1 -0
  357. package/dist/service/iam/serve/sim-iam-query-entity.js +22 -0
  358. package/dist/service/iam/serve/sim-iam-query-entity.js.map +1 -0
  359. package/dist/service/iam/serve/sim-iam-query-listing.d.ts +18 -0
  360. package/dist/service/iam/serve/sim-iam-query-listing.d.ts.map +1 -0
  361. package/dist/service/iam/serve/sim-iam-query-listing.js +25 -0
  362. package/dist/service/iam/serve/sim-iam-query-listing.js.map +1 -0
  363. package/dist/service/iam/serve/sim-iam-query-policy-operations.d.ts +6 -0
  364. package/dist/service/iam/serve/sim-iam-query-policy-operations.d.ts.map +1 -0
  365. package/dist/service/iam/serve/sim-iam-query-policy-operations.js +70 -0
  366. package/dist/service/iam/serve/sim-iam-query-policy-operations.js.map +1 -0
  367. package/dist/service/iam/serve/sim-iam-query-role-operations.d.ts +10 -0
  368. package/dist/service/iam/serve/sim-iam-query-role-operations.d.ts.map +1 -0
  369. package/dist/service/iam/serve/sim-iam-query-role-operations.js +108 -0
  370. package/dist/service/iam/serve/sim-iam-query-role-operations.js.map +1 -0
  371. package/dist/service/iam/serve/sim-iam-query-user-operations.d.ts +11 -0
  372. package/dist/service/iam/serve/sim-iam-query-user-operations.d.ts.map +1 -0
  373. package/dist/service/iam/serve/sim-iam-query-user-operations.js +62 -0
  374. package/dist/service/iam/serve/sim-iam-query-user-operations.js.map +1 -0
  375. package/dist/service/iam/sim-iam.d.ts +10 -0
  376. package/dist/service/iam/sim-iam.d.ts.map +1 -1
  377. package/dist/service/iam/sim-iam.js +10 -0
  378. package/dist/service/iam/sim-iam.js.map +1 -1
  379. package/dist/service/lambda/serve/api/sim-lambda-api-event-source-routes.d.ts +9 -0
  380. package/dist/service/lambda/serve/api/sim-lambda-api-event-source-routes.d.ts.map +1 -0
  381. package/dist/service/lambda/serve/api/sim-lambda-api-event-source-routes.js +59 -0
  382. package/dist/service/lambda/serve/api/sim-lambda-api-event-source-routes.js.map +1 -0
  383. package/dist/service/lambda/serve/api/sim-lambda-api-function-routes.d.ts +6 -0
  384. package/dist/service/lambda/serve/api/sim-lambda-api-function-routes.d.ts.map +1 -0
  385. package/dist/service/lambda/serve/api/sim-lambda-api-function-routes.js +91 -0
  386. package/dist/service/lambda/serve/api/sim-lambda-api-function-routes.js.map +1 -0
  387. package/dist/service/lambda/serve/api/sim-lambda-api-invoke-output.d.ts +12 -0
  388. package/dist/service/lambda/serve/api/sim-lambda-api-invoke-output.d.ts.map +1 -0
  389. package/dist/service/lambda/serve/api/sim-lambda-api-invoke-output.js +28 -0
  390. package/dist/service/lambda/serve/api/sim-lambda-api-invoke-output.js.map +1 -0
  391. package/dist/service/lambda/serve/api/sim-lambda-api-permission-routes.d.ts +10 -0
  392. package/dist/service/lambda/serve/api/sim-lambda-api-permission-routes.d.ts.map +1 -0
  393. package/dist/service/lambda/serve/api/sim-lambda-api-permission-routes.js +36 -0
  394. package/dist/service/lambda/serve/api/sim-lambda-api-permission-routes.js.map +1 -0
  395. package/dist/service/lambda/serve/api/sim-lambda-api-routes.d.ts +11 -0
  396. package/dist/service/lambda/serve/api/sim-lambda-api-routes.d.ts.map +1 -0
  397. package/dist/service/lambda/serve/api/sim-lambda-api-routes.js +19 -0
  398. package/dist/service/lambda/serve/api/sim-lambda-api-routes.js.map +1 -0
  399. package/dist/service/lambda/serve/api/sim-lambda-api-url-routes.d.ts +11 -0
  400. package/dist/service/lambda/serve/api/sim-lambda-api-url-routes.d.ts.map +1 -0
  401. package/dist/service/lambda/serve/api/sim-lambda-api-url-routes.js +50 -0
  402. package/dist/service/lambda/serve/api/sim-lambda-api-url-routes.js.map +1 -0
  403. package/dist/service/lambda/serve/api/sim-lambda-api.d.ts +16 -0
  404. package/dist/service/lambda/serve/api/sim-lambda-api.d.ts.map +1 -0
  405. package/dist/service/lambda/serve/api/sim-lambda-api.js +22 -0
  406. package/dist/service/lambda/serve/api/sim-lambda-api.js.map +1 -0
  407. package/dist/service/rekognition/collection/sim-rekognition-collection-faces.d.ts +53 -0
  408. package/dist/service/rekognition/collection/sim-rekognition-collection-faces.d.ts.map +1 -0
  409. package/dist/service/rekognition/collection/sim-rekognition-collection-faces.js +69 -0
  410. package/dist/service/rekognition/collection/sim-rekognition-collection-faces.js.map +1 -0
  411. package/dist/service/rekognition/collection/sim-rekognition-collection.d.ts +26 -0
  412. package/dist/service/rekognition/collection/sim-rekognition-collection.d.ts.map +1 -0
  413. package/dist/service/rekognition/collection/sim-rekognition-collection.js +9 -0
  414. package/dist/service/rekognition/collection/sim-rekognition-collection.js.map +1 -0
  415. package/dist/service/rekognition/collection/sim-rekognition-collections.d.ts +50 -0
  416. package/dist/service/rekognition/collection/sim-rekognition-collections.d.ts.map +1 -0
  417. package/dist/service/rekognition/collection/sim-rekognition-collections.js +78 -0
  418. package/dist/service/rekognition/collection/sim-rekognition-collections.js.map +1 -0
  419. package/dist/service/rekognition/collection/sim-rekognition-indexed-face.d.ts +41 -0
  420. package/dist/service/rekognition/collection/sim-rekognition-indexed-face.d.ts.map +1 -0
  421. package/dist/service/rekognition/collection/sim-rekognition-indexed-face.js +53 -0
  422. package/dist/service/rekognition/collection/sim-rekognition-indexed-face.js.map +1 -0
  423. package/dist/service/rekognition/command/authorize/sim-rekognition-authorizer.d.ts +2 -2
  424. package/dist/service/rekognition/command/authorize/sim-rekognition-authorizer.d.ts.map +1 -1
  425. package/dist/service/rekognition/command/authorize/sim-rekognition-authorizer.js +7 -4
  426. package/dist/service/rekognition/command/authorize/sim-rekognition-authorizer.js.map +1 -1
  427. package/dist/service/rekognition/command/collection/collection-id.d.ts +9 -0
  428. package/dist/service/rekognition/command/collection/collection-id.d.ts.map +1 -0
  429. package/dist/service/rekognition/command/collection/collection-id.js +15 -0
  430. package/dist/service/rekognition/command/collection/collection-id.js.map +1 -0
  431. package/dist/service/rekognition/command/collection/collection.command.d.ts +55 -0
  432. package/dist/service/rekognition/command/collection/collection.command.d.ts.map +1 -0
  433. package/dist/service/rekognition/command/collection/collection.command.js +2 -0
  434. package/dist/service/rekognition/command/collection/collection.command.js.map +1 -0
  435. package/dist/service/rekognition/command/collection/collection.handler.d.ts +40 -0
  436. package/dist/service/rekognition/command/collection/collection.handler.d.ts.map +1 -0
  437. package/dist/service/rekognition/command/collection/collection.handler.js +62 -0
  438. package/dist/service/rekognition/command/collection/collection.handler.js.map +1 -0
  439. package/dist/service/rekognition/command/face/delete-faces-request.d.ts +10 -0
  440. package/dist/service/rekognition/command/face/delete-faces-request.d.ts.map +1 -0
  441. package/dist/service/rekognition/command/face/delete-faces-request.js +18 -0
  442. package/dist/service/rekognition/command/face/delete-faces-request.js.map +1 -0
  443. package/dist/service/rekognition/command/face/external-image-id.d.ts +9 -0
  444. package/dist/service/rekognition/command/face/external-image-id.d.ts.map +1 -0
  445. package/dist/service/rekognition/command/face/external-image-id.js +28 -0
  446. package/dist/service/rekognition/command/face/external-image-id.js.map +1 -0
  447. package/dist/service/rekognition/command/face/face-ids.d.ts +9 -0
  448. package/dist/service/rekognition/command/face/face-ids.d.ts.map +1 -0
  449. package/dist/service/rekognition/command/face/face-ids.js +48 -0
  450. package/dist/service/rekognition/command/face/face-ids.js.map +1 -0
  451. package/dist/service/rekognition/command/face/face-indexer.d.ts +38 -0
  452. package/dist/service/rekognition/command/face/face-indexer.d.ts.map +1 -0
  453. package/dist/service/rekognition/command/face/face-indexer.js +64 -0
  454. package/dist/service/rekognition/command/face/face-indexer.js.map +1 -0
  455. package/dist/service/rekognition/command/face/face-limits.d.ts +22 -0
  456. package/dist/service/rekognition/command/face/face-limits.d.ts.map +1 -0
  457. package/dist/service/rekognition/command/face/face-limits.js +36 -0
  458. package/dist/service/rekognition/command/face/face-limits.js.map +1 -0
  459. package/dist/service/rekognition/command/face/face-listing.d.ts +26 -0
  460. package/dist/service/rekognition/command/face/face-listing.d.ts.map +1 -0
  461. package/dist/service/rekognition/command/face/face-listing.js +36 -0
  462. package/dist/service/rekognition/command/face/face-listing.js.map +1 -0
  463. package/dist/service/rekognition/command/face/face-output.d.ts +65 -0
  464. package/dist/service/rekognition/command/face/face-output.d.ts.map +1 -0
  465. package/dist/service/rekognition/command/face/face-output.js +8 -0
  466. package/dist/service/rekognition/command/face/face-output.js.map +1 -0
  467. package/dist/service/rekognition/command/face/face-searcher.d.ts +32 -0
  468. package/dist/service/rekognition/command/face/face-searcher.d.ts.map +1 -0
  469. package/dist/service/rekognition/command/face/face-searcher.js +45 -0
  470. package/dist/service/rekognition/command/face/face-searcher.js.map +1 -0
  471. package/dist/service/rekognition/command/face/face.command.d.ts +107 -0
  472. package/dist/service/rekognition/command/face/face.command.d.ts.map +1 -0
  473. package/dist/service/rekognition/command/face/face.command.js +2 -0
  474. package/dist/service/rekognition/command/face/face.command.js.map +1 -0
  475. package/dist/service/rekognition/command/face/face.handler.d.ts +62 -0
  476. package/dist/service/rekognition/command/face/face.handler.d.ts.map +1 -0
  477. package/dist/service/rekognition/command/face/face.handler.js +99 -0
  478. package/dist/service/rekognition/command/face/face.handler.js.map +1 -0
  479. package/dist/service/rekognition/command/face/index-faces-request.d.ts +20 -0
  480. package/dist/service/rekognition/command/face/index-faces-request.d.ts.map +1 -0
  481. package/dist/service/rekognition/command/face/index-faces-request.js +39 -0
  482. package/dist/service/rekognition/command/face/index-faces-request.js.map +1 -0
  483. package/dist/service/rekognition/command/face/list-faces-page.d.ts +26 -0
  484. package/dist/service/rekognition/command/face/list-faces-page.d.ts.map +1 -0
  485. package/dist/service/rekognition/command/face/list-faces-page.js +39 -0
  486. package/dist/service/rekognition/command/face/list-faces-page.js.map +1 -0
  487. package/dist/service/rekognition/command/face/list-faces-request.d.ts +17 -0
  488. package/dist/service/rekognition/command/face/list-faces-request.d.ts.map +1 -0
  489. package/dist/service/rekognition/command/face/list-faces-request.js +43 -0
  490. package/dist/service/rekognition/command/face/list-faces-request.js.map +1 -0
  491. package/dist/service/rekognition/command/face/search-faces-by-image-request.d.ts +24 -0
  492. package/dist/service/rekognition/command/face/search-faces-by-image-request.d.ts.map +1 -0
  493. package/dist/service/rekognition/command/face/search-faces-by-image-request.js +61 -0
  494. package/dist/service/rekognition/command/face/search-faces-by-image-request.js.map +1 -0
  495. package/dist/service/rekognition/command/sim-rekognition-detection-handlers.d.ts +32 -0
  496. package/dist/service/rekognition/command/sim-rekognition-detection-handlers.d.ts.map +1 -0
  497. package/dist/service/rekognition/command/sim-rekognition-detection-handlers.js +37 -0
  498. package/dist/service/rekognition/command/sim-rekognition-detection-handlers.js.map +1 -0
  499. package/dist/service/rekognition/error/sim-rekognition.error.d.ts +20 -0
  500. package/dist/service/rekognition/error/sim-rekognition.error.d.ts.map +1 -1
  501. package/dist/service/rekognition/error/sim-rekognition.error.js +24 -0
  502. package/dist/service/rekognition/error/sim-rekognition.error.js.map +1 -1
  503. package/dist/service/rekognition/face/sim-rekognition-detected-face.d.ts +9 -0
  504. package/dist/service/rekognition/face/sim-rekognition-detected-face.d.ts.map +1 -1
  505. package/dist/service/rekognition/face/sim-rekognition-detected-face.js +12 -0
  506. package/dist/service/rekognition/face/sim-rekognition-detected-face.js.map +1 -1
  507. package/dist/service/rekognition/face/sim-rekognition-face-detection.d.ts +9 -0
  508. package/dist/service/rekognition/face/sim-rekognition-face-detection.d.ts.map +1 -1
  509. package/dist/service/rekognition/face/sim-rekognition-face-detection.js +10 -0
  510. package/dist/service/rekognition/face/sim-rekognition-face-detection.js.map +1 -1
  511. package/dist/service/rekognition/face/sim-rekognition-face-frame.d.ts +5 -1
  512. package/dist/service/rekognition/face/sim-rekognition-face-frame.d.ts.map +1 -1
  513. package/dist/service/rekognition/face/sim-rekognition-face-frame.js +3 -0
  514. package/dist/service/rekognition/face/sim-rekognition-face-frame.js.map +1 -1
  515. package/dist/service/rekognition/index.d.ts +3 -1
  516. package/dist/service/rekognition/index.d.ts.map +1 -1
  517. package/dist/service/rekognition/index.js +2 -1
  518. package/dist/service/rekognition/index.js.map +1 -1
  519. package/dist/service/rekognition/match/sim-rekognition-face-match-declaration.d.ts +29 -0
  520. package/dist/service/rekognition/match/sim-rekognition-face-match-declaration.d.ts.map +1 -0
  521. package/dist/service/rekognition/match/sim-rekognition-face-match-declaration.js +2 -0
  522. package/dist/service/rekognition/match/sim-rekognition-face-match-declaration.js.map +1 -0
  523. package/dist/service/rekognition/match/sim-rekognition-face-match-result.d.ts +25 -0
  524. package/dist/service/rekognition/match/sim-rekognition-face-match-result.d.ts.map +1 -0
  525. package/dist/service/rekognition/match/sim-rekognition-face-match-result.js +44 -0
  526. package/dist/service/rekognition/match/sim-rekognition-face-match-result.js.map +1 -0
  527. package/dist/service/rekognition/match/sim-rekognition-face-match-rule.d.ts +26 -0
  528. package/dist/service/rekognition/match/sim-rekognition-face-match-rule.d.ts.map +1 -0
  529. package/dist/service/rekognition/match/sim-rekognition-face-match-rule.js +64 -0
  530. package/dist/service/rekognition/match/sim-rekognition-face-match-rule.js.map +1 -0
  531. package/dist/service/rekognition/match/sim-rekognition-face-matches.d.ts +32 -0
  532. package/dist/service/rekognition/match/sim-rekognition-face-matches.d.ts.map +1 -0
  533. package/dist/service/rekognition/match/sim-rekognition-face-matches.js +39 -0
  534. package/dist/service/rekognition/match/sim-rekognition-face-matches.js.map +1 -0
  535. package/dist/service/rekognition/sdk/sim-rekognition-sdk-command-router.d.ts.map +1 -1
  536. package/dist/service/rekognition/sdk/sim-rekognition-sdk-command-router.js +28 -0
  537. package/dist/service/rekognition/sdk/sim-rekognition-sdk-command-router.js.map +1 -1
  538. package/dist/service/rekognition/sim-rekognition.d.ts +51 -3
  539. package/dist/service/rekognition/sim-rekognition.d.ts.map +1 -1
  540. package/dist/service/rekognition/sim-rekognition.js +84 -16
  541. package/dist/service/rekognition/sim-rekognition.js.map +1 -1
  542. package/dist/service/s3/bucket/notification/sim-s3-notification-event.d.ts +1 -1
  543. package/dist/service/s3/bucket/notification/sim-s3-notification-event.d.ts.map +1 -1
  544. package/dist/service/s3/bucket/notification/sim-s3-notification-event.js +9 -1
  545. package/dist/service/s3/bucket/notification/sim-s3-notification-event.js.map +1 -1
  546. package/dist/service/s3/bucket/notification/sim-s3-unsimulated-notification-events.d.ts.map +1 -1
  547. package/dist/service/s3/bucket/notification/sim-s3-unsimulated-notification-events.js +0 -1
  548. package/dist/service/s3/bucket/notification/sim-s3-unsimulated-notification-events.js.map +1 -1
  549. package/dist/service/s3/bucket/sim-s3-bucket.d.ts +18 -0
  550. package/dist/service/s3/bucket/sim-s3-bucket.d.ts.map +1 -1
  551. package/dist/service/s3/bucket/sim-s3-bucket.js +16 -1
  552. package/dist/service/s3/bucket/sim-s3-bucket.js.map +1 -1
  553. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.command.d.ts +23 -0
  554. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.command.d.ts.map +1 -0
  555. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.command.js +2 -0
  556. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.command.js.map +1 -0
  557. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.handler.d.ts +23 -0
  558. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.handler.d.ts.map +1 -0
  559. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.handler.js +32 -0
  560. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.handler.js.map +1 -0
  561. package/dist/service/s3/command/bucket/sim-s3-bucket-commands.d.ts +1 -0
  562. package/dist/service/s3/command/bucket/sim-s3-bucket-commands.d.ts.map +1 -1
  563. package/dist/service/s3/command/bucket/sim-s3-bucket-commands.js +4 -0
  564. package/dist/service/s3/command/bucket/sim-s3-bucket-commands.js.map +1 -1
  565. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.command.d.ts +42 -0
  566. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.command.d.ts.map +1 -0
  567. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.command.js +2 -0
  568. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.command.js.map +1 -0
  569. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.handler.d.ts +28 -0
  570. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.handler.d.ts.map +1 -0
  571. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.handler.js +73 -0
  572. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.handler.js.map +1 -0
  573. package/dist/service/s3/command/create-bucket/create-bucket.handler.d.ts.map +1 -1
  574. package/dist/service/s3/command/create-bucket/create-bucket.handler.js +1 -0
  575. package/dist/service/s3/command/create-bucket/create-bucket.handler.js.map +1 -1
  576. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.command.d.ts +30 -0
  577. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.command.d.ts.map +1 -0
  578. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.command.js +2 -0
  579. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.command.js.map +1 -0
  580. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.handler.d.ts +21 -0
  581. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.handler.d.ts.map +1 -0
  582. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.handler.js +38 -0
  583. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.handler.js.map +1 -0
  584. package/dist/service/s3/command/head-bucket/head-bucket-authorizer.d.ts +26 -0
  585. package/dist/service/s3/command/head-bucket/head-bucket-authorizer.d.ts.map +1 -0
  586. package/dist/service/s3/command/head-bucket/head-bucket-authorizer.js +48 -0
  587. package/dist/service/s3/command/head-bucket/head-bucket-authorizer.js.map +1 -0
  588. package/dist/service/s3/command/head-bucket/head-bucket.command.d.ts +24 -0
  589. package/dist/service/s3/command/head-bucket/head-bucket.command.d.ts.map +1 -0
  590. package/dist/service/s3/command/head-bucket/head-bucket.command.js +2 -0
  591. package/dist/service/s3/command/head-bucket/head-bucket.command.js.map +1 -0
  592. package/dist/service/s3/command/head-bucket/head-bucket.handler.d.ts +35 -0
  593. package/dist/service/s3/command/head-bucket/head-bucket.handler.d.ts.map +1 -0
  594. package/dist/service/s3/command/head-bucket/head-bucket.handler.js +45 -0
  595. package/dist/service/s3/command/head-bucket/head-bucket.handler.js.map +1 -0
  596. package/dist/service/s3/command/head-object/head-object-loader.d.ts +17 -0
  597. package/dist/service/s3/command/head-object/head-object-loader.d.ts.map +1 -0
  598. package/dist/service/s3/command/head-object/head-object-loader.js +29 -0
  599. package/dist/service/s3/command/head-object/head-object-loader.js.map +1 -0
  600. package/dist/service/s3/command/head-object/head-object.command.d.ts +29 -0
  601. package/dist/service/s3/command/head-object/head-object.command.d.ts.map +1 -0
  602. package/dist/service/s3/command/head-object/head-object.command.js +2 -0
  603. package/dist/service/s3/command/head-object/head-object.command.js.map +1 -0
  604. package/dist/service/s3/command/head-object/head-object.handler.d.ts +38 -0
  605. package/dist/service/s3/command/head-object/head-object.handler.d.ts.map +1 -0
  606. package/dist/service/s3/command/head-object/head-object.handler.js +50 -0
  607. package/dist/service/s3/command/head-object/head-object.handler.js.map +1 -0
  608. package/dist/service/s3/command/list-buckets/list-buckets-page-builder.d.ts.map +1 -1
  609. package/dist/service/s3/command/list-buckets/list-buckets-page-builder.js +1 -0
  610. package/dist/service/s3/command/list-buckets/list-buckets-page-builder.js.map +1 -1
  611. package/dist/service/s3/command/list-buckets/list-buckets.command.d.ts +1 -0
  612. package/dist/service/s3/command/list-buckets/list-buckets.command.d.ts.map +1 -1
  613. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.command.d.ts +34 -0
  614. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.command.d.ts.map +1 -0
  615. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.command.js +2 -0
  616. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.command.js.map +1 -0
  617. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.handler.d.ts +23 -0
  618. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.handler.d.ts.map +1 -0
  619. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.handler.js +43 -0
  620. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.handler.js.map +1 -0
  621. package/dist/service/s3/command/list-parts/list-parts.command.d.ts +37 -0
  622. package/dist/service/s3/command/list-parts/list-parts.command.d.ts.map +1 -0
  623. package/dist/service/s3/command/list-parts/list-parts.command.js +2 -0
  624. package/dist/service/s3/command/list-parts/list-parts.command.js.map +1 -0
  625. package/dist/service/s3/command/list-parts/list-parts.handler.d.ts +22 -0
  626. package/dist/service/s3/command/list-parts/list-parts.handler.d.ts.map +1 -0
  627. package/dist/service/s3/command/list-parts/list-parts.handler.js +47 -0
  628. package/dist/service/s3/command/list-parts/list-parts.handler.js.map +1 -0
  629. package/dist/service/s3/command/multipart/sim-s3-multipart-access.d.ts +54 -0
  630. package/dist/service/s3/command/multipart/sim-s3-multipart-access.d.ts.map +1 -0
  631. package/dist/service/s3/command/multipart/sim-s3-multipart-access.js +60 -0
  632. package/dist/service/s3/command/multipart/sim-s3-multipart-access.js.map +1 -0
  633. package/dist/service/s3/command/multipart/sim-s3-multipart-authorizer.d.ts +36 -0
  634. package/dist/service/s3/command/multipart/sim-s3-multipart-authorizer.d.ts.map +1 -0
  635. package/dist/service/s3/command/multipart/sim-s3-multipart-authorizer.js +52 -0
  636. package/dist/service/s3/command/multipart/sim-s3-multipart-authorizer.js.map +1 -0
  637. package/dist/service/s3/command/multipart/sim-s3-multipart-commands.d.ts +35 -0
  638. package/dist/service/s3/command/multipart/sim-s3-multipart-commands.d.ts.map +1 -0
  639. package/dist/service/s3/command/multipart/sim-s3-multipart-commands.js +52 -0
  640. package/dist/service/s3/command/multipart/sim-s3-multipart-commands.js.map +1 -0
  641. package/dist/service/s3/command/object/sim-s3-object-commands.d.ts +4 -0
  642. package/dist/service/s3/command/object/sim-s3-object-commands.d.ts.map +1 -1
  643. package/dist/service/s3/command/object/sim-s3-object-commands.js +7 -0
  644. package/dist/service/s3/command/object/sim-s3-object-commands.js.map +1 -1
  645. package/dist/service/s3/command/put-object/put-object-builder.d.ts +0 -32
  646. package/dist/service/s3/command/put-object/put-object-builder.d.ts.map +1 -1
  647. package/dist/service/s3/command/put-object/put-object-builder.js +5 -61
  648. package/dist/service/s3/command/put-object/put-object-builder.js.map +1 -1
  649. package/dist/service/s3/command/put-object/put-object.command.d.ts +7 -17
  650. package/dist/service/s3/command/put-object/put-object.command.d.ts.map +1 -1
  651. package/dist/service/s3/command/put-object/put-object.handler.d.ts.map +1 -1
  652. package/dist/service/s3/command/put-object/put-object.handler.js +6 -1
  653. package/dist/service/s3/command/put-object/put-object.handler.js.map +1 -1
  654. package/dist/service/s3/command/sim-s3-command.types.d.ts +8 -0
  655. package/dist/service/s3/command/sim-s3-command.types.d.ts.map +1 -1
  656. package/dist/service/s3/command/upload-part/upload-part.command.d.ts +32 -0
  657. package/dist/service/s3/command/upload-part/upload-part.command.d.ts.map +1 -0
  658. package/dist/service/s3/command/upload-part/upload-part.command.js +2 -0
  659. package/dist/service/s3/command/upload-part/upload-part.command.js.map +1 -0
  660. package/dist/service/s3/command/upload-part/upload-part.handler.d.ts +22 -0
  661. package/dist/service/s3/command/upload-part/upload-part.handler.d.ts.map +1 -0
  662. package/dist/service/s3/command/upload-part/upload-part.handler.js +34 -0
  663. package/dist/service/s3/command/upload-part/upload-part.handler.js.map +1 -0
  664. package/dist/service/s3/error/sim-s3.error.d.ts +46 -0
  665. package/dist/service/s3/error/sim-s3.error.d.ts.map +1 -1
  666. package/dist/service/s3/error/sim-s3.error.js +54 -0
  667. package/dist/service/s3/error/sim-s3.error.js.map +1 -1
  668. package/dist/service/s3/notification/event/sim-s3-object-event-builder.d.ts +10 -0
  669. package/dist/service/s3/notification/event/sim-s3-object-event-builder.d.ts.map +1 -1
  670. package/dist/service/s3/notification/event/sim-s3-object-event-builder.js +1 -1
  671. package/dist/service/s3/notification/event/sim-s3-object-event-builder.js.map +1 -1
  672. package/dist/service/s3/notification/sim-s3-object-notifier.d.ts +1 -1
  673. package/dist/service/s3/notification/sim-s3-object-notifier.js +2 -2
  674. package/dist/service/s3/notification/sim-s3-object-notifier.js.map +1 -1
  675. package/dist/service/s3/object/s3-object-etag.d.ts +20 -4
  676. package/dist/service/s3/object/s3-object-etag.d.ts.map +1 -1
  677. package/dist/service/s3/object/s3-object-etag.js +25 -4
  678. package/dist/service/s3/object/s3-object-etag.js.map +1 -1
  679. package/dist/service/s3/object/s3-object-summary.d.ts +9 -0
  680. package/dist/service/s3/object/s3-object-summary.d.ts.map +1 -1
  681. package/dist/service/s3/object/s3-object-summary.js +2 -2
  682. package/dist/service/s3/object/s3-object-summary.js.map +1 -1
  683. package/dist/service/s3/object/s3-object.d.ts +10 -0
  684. package/dist/service/s3/object/s3-object.d.ts.map +1 -1
  685. package/dist/service/s3/object/s3-object.js +7 -1
  686. package/dist/service/s3/object/s3-object.js.map +1 -1
  687. package/dist/service/s3/object/s3-write-body.d.ts +23 -0
  688. package/dist/service/s3/object/s3-write-body.d.ts.map +1 -0
  689. package/dist/service/s3/object/s3-write-body.js +26 -0
  690. package/dist/service/s3/object/s3-write-body.js.map +1 -0
  691. package/dist/service/s3/object/s3-write-metadata.d.ts +33 -0
  692. package/dist/service/s3/object/s3-write-metadata.d.ts.map +1 -0
  693. package/dist/service/s3/object/s3-write-metadata.js +35 -0
  694. package/dist/service/s3/object/s3-write-metadata.js.map +1 -0
  695. package/dist/service/s3/sdk/sim-s3-sdk-command-router.d.ts.map +1 -1
  696. package/dist/service/s3/sdk/sim-s3-sdk-command-router.js +32 -0
  697. package/dist/service/s3/sdk/sim-s3-sdk-command-router.js.map +1 -1
  698. package/dist/service/s3/serve/api/sim-s3-api-bucket-routes.d.ts +9 -0
  699. package/dist/service/s3/serve/api/sim-s3-api-bucket-routes.d.ts.map +1 -0
  700. package/dist/service/s3/serve/api/sim-s3-api-bucket-routes.js +128 -0
  701. package/dist/service/s3/serve/api/sim-s3-api-bucket-routes.js.map +1 -0
  702. package/dist/service/s3/serve/api/sim-s3-api-configuration-output.d.ts +19 -0
  703. package/dist/service/s3/serve/api/sim-s3-api-configuration-output.d.ts.map +1 -0
  704. package/dist/service/s3/serve/api/sim-s3-api-configuration-output.js +78 -0
  705. package/dist/service/s3/serve/api/sim-s3-api-configuration-output.js.map +1 -0
  706. package/dist/service/s3/serve/api/sim-s3-api-head-output.d.ts +22 -0
  707. package/dist/service/s3/serve/api/sim-s3-api-head-output.d.ts.map +1 -0
  708. package/dist/service/s3/serve/api/sim-s3-api-head-output.js +39 -0
  709. package/dist/service/s3/serve/api/sim-s3-api-head-output.js.map +1 -0
  710. package/dist/service/s3/serve/api/sim-s3-api-input.d.ts +62 -0
  711. package/dist/service/s3/serve/api/sim-s3-api-input.d.ts.map +1 -0
  712. package/dist/service/s3/serve/api/sim-s3-api-input.js +118 -0
  713. package/dist/service/s3/serve/api/sim-s3-api-input.js.map +1 -0
  714. package/dist/service/s3/serve/api/sim-s3-api-listing.d.ts +43 -0
  715. package/dist/service/s3/serve/api/sim-s3-api-listing.d.ts.map +1 -0
  716. package/dist/service/s3/serve/api/sim-s3-api-listing.js +53 -0
  717. package/dist/service/s3/serve/api/sim-s3-api-listing.js.map +1 -0
  718. package/dist/service/s3/serve/api/sim-s3-api-multipart-input.d.ts +25 -0
  719. package/dist/service/s3/serve/api/sim-s3-api-multipart-input.d.ts.map +1 -0
  720. package/dist/service/s3/serve/api/sim-s3-api-multipart-input.js +48 -0
  721. package/dist/service/s3/serve/api/sim-s3-api-multipart-input.js.map +1 -0
  722. package/dist/service/s3/serve/api/sim-s3-api-multipart-listing.d.ts +36 -0
  723. package/dist/service/s3/serve/api/sim-s3-api-multipart-listing.d.ts.map +1 -0
  724. package/dist/service/s3/serve/api/sim-s3-api-multipart-listing.js +34 -0
  725. package/dist/service/s3/serve/api/sim-s3-api-multipart-listing.js.map +1 -0
  726. package/dist/service/s3/serve/api/sim-s3-api-multipart-output.d.ts +10 -0
  727. package/dist/service/s3/serve/api/sim-s3-api-multipart-output.d.ts.map +1 -0
  728. package/dist/service/s3/serve/api/sim-s3-api-multipart-output.js +62 -0
  729. package/dist/service/s3/serve/api/sim-s3-api-multipart-output.js.map +1 -0
  730. package/dist/service/s3/serve/api/sim-s3-api-notification-read.d.ts +8 -0
  731. package/dist/service/s3/serve/api/sim-s3-api-notification-read.d.ts.map +1 -0
  732. package/dist/service/s3/serve/api/sim-s3-api-notification-read.js +54 -0
  733. package/dist/service/s3/serve/api/sim-s3-api-notification-read.js.map +1 -0
  734. package/dist/service/s3/serve/api/sim-s3-api-object-output.d.ts +5 -0
  735. package/dist/service/s3/serve/api/sim-s3-api-object-output.d.ts.map +1 -0
  736. package/dist/service/s3/serve/api/sim-s3-api-object-output.js +31 -0
  737. package/dist/service/s3/serve/api/sim-s3-api-object-output.js.map +1 -0
  738. package/dist/service/s3/serve/api/sim-s3-api-object-routes.d.ts +6 -0
  739. package/dist/service/s3/serve/api/sim-s3-api-object-routes.d.ts.map +1 -0
  740. package/dist/service/s3/serve/api/sim-s3-api-object-routes.js +67 -0
  741. package/dist/service/s3/serve/api/sim-s3-api-object-routes.js.map +1 -0
  742. package/dist/service/s3/serve/api/sim-s3-api-output.d.ts +10 -0
  743. package/dist/service/s3/serve/api/sim-s3-api-output.d.ts.map +1 -0
  744. package/dist/service/s3/serve/api/sim-s3-api-output.js +97 -0
  745. package/dist/service/s3/serve/api/sim-s3-api-output.js.map +1 -0
  746. package/dist/service/s3/serve/api/sim-s3-api-request.d.ts +32 -0
  747. package/dist/service/s3/serve/api/sim-s3-api-request.d.ts.map +1 -0
  748. package/dist/service/s3/serve/api/sim-s3-api-request.js +48 -0
  749. package/dist/service/s3/serve/api/sim-s3-api-request.js.map +1 -0
  750. package/dist/service/s3/serve/api/sim-s3-api-route.type.d.ts +26 -0
  751. package/dist/service/s3/serve/api/sim-s3-api-route.type.d.ts.map +1 -0
  752. package/dist/service/s3/serve/api/sim-s3-api-route.type.js +2 -0
  753. package/dist/service/s3/serve/api/sim-s3-api-route.type.js.map +1 -0
  754. package/dist/service/s3/serve/api/sim-s3-api-routes.d.ts +24 -0
  755. package/dist/service/s3/serve/api/sim-s3-api-routes.d.ts.map +1 -0
  756. package/dist/service/s3/serve/api/sim-s3-api-routes.js +91 -0
  757. package/dist/service/s3/serve/api/sim-s3-api-routes.js.map +1 -0
  758. package/dist/service/s3/serve/api/sim-s3-api-xml-read.d.ts +28 -0
  759. package/dist/service/s3/serve/api/sim-s3-api-xml-read.d.ts.map +1 -0
  760. package/dist/service/s3/serve/api/sim-s3-api-xml-read.js +79 -0
  761. package/dist/service/s3/serve/api/sim-s3-api-xml-read.js.map +1 -0
  762. package/dist/service/s3/serve/api/sim-s3-api.d.ts +29 -0
  763. package/dist/service/s3/serve/api/sim-s3-api.d.ts.map +1 -0
  764. package/dist/service/s3/serve/api/sim-s3-api.js +60 -0
  765. package/dist/service/s3/serve/api/sim-s3-api.js.map +1 -0
  766. package/dist/service/s3/serve/sim-s3-rest-error-response.d.ts +8 -0
  767. package/dist/service/s3/serve/sim-s3-rest-error-response.d.ts.map +1 -1
  768. package/dist/service/s3/serve/sim-s3-rest-error-response.js +15 -10
  769. package/dist/service/s3/serve/sim-s3-rest-error-response.js.map +1 -1
  770. package/dist/service/s3/sim-s3-commands.d.ts +2 -0
  771. package/dist/service/s3/sim-s3-commands.d.ts.map +1 -1
  772. package/dist/service/s3/sim-s3-commands.js +3 -0
  773. package/dist/service/s3/sim-s3-commands.js.map +1 -1
  774. package/dist/service/s3/sim-s3-operations.d.ts +67 -0
  775. package/dist/service/s3/sim-s3-operations.d.ts.map +1 -0
  776. package/dist/service/s3/sim-s3-operations.js +118 -0
  777. package/dist/service/s3/sim-s3-operations.js.map +1 -0
  778. package/dist/service/s3/sim-s3.d.ts +6 -41
  779. package/dist/service/s3/sim-s3.d.ts.map +1 -1
  780. package/dist/service/s3/sim-s3.js +11 -79
  781. package/dist/service/s3/sim-s3.js.map +1 -1
  782. package/dist/service/s3/upload/sim-s3-completed-upload.d.ts +30 -0
  783. package/dist/service/s3/upload/sim-s3-completed-upload.d.ts.map +1 -0
  784. package/dist/service/s3/upload/sim-s3-completed-upload.js +69 -0
  785. package/dist/service/s3/upload/sim-s3-completed-upload.js.map +1 -0
  786. package/dist/service/s3/upload/sim-s3-multipart-upload.d.ts +66 -0
  787. package/dist/service/s3/upload/sim-s3-multipart-upload.d.ts.map +1 -0
  788. package/dist/service/s3/upload/sim-s3-multipart-upload.js +78 -0
  789. package/dist/service/s3/upload/sim-s3-multipart-upload.js.map +1 -0
  790. package/dist/service/s3/upload/sim-s3-multipart-uploads.d.ts +48 -0
  791. package/dist/service/s3/upload/sim-s3-multipart-uploads.d.ts.map +1 -0
  792. package/dist/service/s3/upload/sim-s3-multipart-uploads.js +62 -0
  793. package/dist/service/s3/upload/sim-s3-multipart-uploads.js.map +1 -0
  794. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-dynamic-reference-resolver.d.ts +51 -0
  795. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-dynamic-reference-resolver.d.ts.map +1 -0
  796. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-dynamic-reference-resolver.js +89 -0
  797. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-dynamic-reference-resolver.js.map +1 -0
  798. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-json-key.d.ts +9 -0
  799. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-json-key.d.ts.map +1 -0
  800. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-json-key.js +40 -0
  801. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-json-key.js.map +1 -0
  802. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-reference-body.d.ts +40 -0
  803. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-reference-body.d.ts.map +1 -0
  804. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-reference-body.js +90 -0
  805. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-reference-body.js.map +1 -0
  806. package/dist/service/sns/serve/sim-sns-api.d.ts +15 -0
  807. package/dist/service/sns/serve/sim-sns-api.d.ts.map +1 -0
  808. package/dist/service/sns/serve/sim-sns-api.js +37 -0
  809. package/dist/service/sns/serve/sim-sns-api.js.map +1 -0
  810. package/dist/service/sns/serve/sim-sns-query-publish-operations.d.ts +6 -0
  811. package/dist/service/sns/serve/sim-sns-query-publish-operations.d.ts.map +1 -0
  812. package/dist/service/sns/serve/sim-sns-query-publish-operations.js +36 -0
  813. package/dist/service/sns/serve/sim-sns-query-publish-operations.js.map +1 -0
  814. package/dist/service/sns/serve/sim-sns-query-published-message.d.ts +10 -0
  815. package/dist/service/sns/serve/sim-sns-query-published-message.d.ts.map +1 -0
  816. package/dist/service/sns/serve/sim-sns-query-published-message.js +39 -0
  817. package/dist/service/sns/serve/sim-sns-query-published-message.js.map +1 -0
  818. package/dist/service/sns/serve/sim-sns-query-sms-operations.d.ts +9 -0
  819. package/dist/service/sns/serve/sim-sns-query-sms-operations.d.ts.map +1 -0
  820. package/dist/service/sns/serve/sim-sns-query-sms-operations.js +40 -0
  821. package/dist/service/sns/serve/sim-sns-query-sms-operations.js.map +1 -0
  822. package/dist/service/sns/serve/sim-sns-query-subscription-operations.d.ts +6 -0
  823. package/dist/service/sns/serve/sim-sns-query-subscription-operations.d.ts.map +1 -0
  824. package/dist/service/sns/serve/sim-sns-query-subscription-operations.js +83 -0
  825. package/dist/service/sns/serve/sim-sns-query-subscription-operations.js.map +1 -0
  826. package/dist/service/sns/serve/sim-sns-query-topic-operations.d.ts +6 -0
  827. package/dist/service/sns/serve/sim-sns-query-topic-operations.d.ts.map +1 -0
  828. package/dist/service/sns/serve/sim-sns-query-topic-operations.js +62 -0
  829. package/dist/service/sns/serve/sim-sns-query-topic-operations.js.map +1 -0
  830. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-dynamic-reference-resolver.d.ts +39 -0
  831. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-dynamic-reference-resolver.d.ts.map +1 -0
  832. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-dynamic-reference-resolver.js +95 -0
  833. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-dynamic-reference-resolver.js.map +1 -0
  834. package/dist/service/ssm/cfn/parameter/sim-cfn-ssm-parameter-value-reader.d.ts +36 -0
  835. package/dist/service/ssm/cfn/parameter/sim-cfn-ssm-parameter-value-reader.d.ts.map +1 -0
  836. package/dist/service/ssm/cfn/parameter/sim-cfn-ssm-parameter-value-reader.js +48 -0
  837. package/dist/service/ssm/cfn/parameter/sim-cfn-ssm-parameter-value-reader.js.map +1 -0
  838. package/dist/service/ssm/sim-ssm.d.ts +10 -0
  839. package/dist/service/ssm/sim-ssm.d.ts.map +1 -1
  840. package/dist/service/ssm/sim-ssm.js +14 -0
  841. package/dist/service/ssm/sim-ssm.js.map +1 -1
  842. package/dist/service/sts/command/assume-role/assume-role.handler.d.ts +2 -2
  843. package/dist/service/sts/command/assume-role/assume-role.handler.d.ts.map +1 -1
  844. package/dist/service/sts/command/get-caller-identity/get-caller-identity.command.d.ts +20 -0
  845. package/dist/service/sts/command/get-caller-identity/get-caller-identity.command.d.ts.map +1 -0
  846. package/dist/service/sts/command/get-caller-identity/get-caller-identity.command.js +2 -0
  847. package/dist/service/sts/command/get-caller-identity/get-caller-identity.command.js.map +1 -0
  848. package/dist/service/sts/command/get-caller-identity/get-caller-identity.handler.d.ts +37 -0
  849. package/dist/service/sts/command/get-caller-identity/get-caller-identity.handler.d.ts.map +1 -0
  850. package/dist/service/sts/command/get-caller-identity/get-caller-identity.handler.js +50 -0
  851. package/dist/service/sts/command/get-caller-identity/get-caller-identity.handler.js.map +1 -0
  852. package/dist/service/sts/command/get-caller-identity/sim-sts-caller-user-id.d.ts +15 -0
  853. package/dist/service/sts/command/get-caller-identity/sim-sts-caller-user-id.d.ts.map +1 -0
  854. package/dist/service/sts/command/get-caller-identity/sim-sts-caller-user-id.js +47 -0
  855. package/dist/service/sts/command/get-caller-identity/sim-sts-caller-user-id.js.map +1 -0
  856. package/dist/service/sts/sdk/sim-sts-sdk-command-router.d.ts.map +1 -1
  857. package/dist/service/sts/sdk/sim-sts-sdk-command-router.js +4 -0
  858. package/dist/service/sts/sdk/sim-sts-sdk-command-router.js.map +1 -1
  859. package/dist/service/sts/serve/sim-sts-api.d.ts +12 -0
  860. package/dist/service/sts/serve/sim-sts-api.d.ts.map +1 -0
  861. package/dist/service/sts/serve/sim-sts-api.js +52 -0
  862. package/dist/service/sts/serve/sim-sts-api.js.map +1 -0
  863. package/dist/service/sts/sim-sts.d.ts +9 -2
  864. package/dist/service/sts/sim-sts.d.ts.map +1 -1
  865. package/dist/service/sts/sim-sts.js +11 -0
  866. package/dist/service/sts/sim-sts.js.map +1 -1
  867. package/dist/util/xml/xml-document.d.ts +46 -0
  868. package/dist/util/xml/xml-document.d.ts.map +1 -0
  869. package/dist/util/xml/xml-document.js +108 -0
  870. package/dist/util/xml/xml-document.js.map +1 -0
  871. package/dist/util/xml/xml-writer.d.ts +28 -0
  872. package/dist/util/xml/xml-writer.d.ts.map +1 -0
  873. package/dist/util/xml/xml-writer.js +53 -0
  874. package/dist/util/xml/xml-writer.js.map +1 -0
  875. package/package.json +1 -1
@@ -1,16 +1,19 @@
1
1
  /**
2
2
  * What a Stack's Resources say happened to them.
3
3
  *
4
- * Everything here is read off the Resources rather than collected while the
5
- * Stack ran, so the Stack and its Resources cannot disagree, and a Stack whose
6
- * Resources changed under an update reports the Resources it holds now.
4
+ * Everything here is read off the Resources and the template rather than
5
+ * collected while the Stack ran, so the Stack and its Resources cannot
6
+ * disagree, and a Stack whose Resources changed under an update reports the
7
+ * Resources it holds now.
7
8
  *
8
9
  * It does not create, delete, or order Resources.
9
10
  */
10
11
  export class SimCfnStackResourceReport {
11
12
  resources;
12
- constructor(resources) {
13
+ template;
14
+ constructor(resources, template) {
13
15
  this.resources = resources;
16
+ this.template = template;
14
17
  }
15
18
  /**
16
19
  * Resources that were skipped because their sim implementation is not yet
@@ -45,13 +48,16 @@ export class SimCfnStackResourceReport {
45
48
  return this.matching((resource) => resource.retained);
46
49
  }
47
50
  /**
48
- * Every property a Resource was created without acting on.
51
+ * Every property a Resource was created without acting on, and every template
52
+ * Parameter that resolved to a stand-in value.
49
53
  */
50
54
  get ignoredProperties() {
51
- return this.resources
52
- .values()
53
- .flatMap((resource) => resource.ignoredProperties)
54
- .toArray();
55
+ return [
56
+ ...(this.template?.parameters.ignoredProperties ?? []),
57
+ ...this.resources
58
+ .values()
59
+ .flatMap((resource) => resource.ignoredProperties),
60
+ ];
55
61
  }
56
62
  matching(predicate) {
57
63
  return this.resources.values().filter(predicate).toArray();
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-stack-resource-report.js","sourceRoot":"","sources":["../../../../../src/service/cloudformation/stack/report/sim-cfn-stack-resource-report.ts"],"names":[],"mappings":"AAGA;;;;;;;;GAQG;AACH,MAAM,OAAO,yBAAyB;IACnB,SAAS,CAAsC;IAEhE,YAAY,SAA8C;QACxD,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;IAC7B,CAAC;IAED;;;OAGG;IACH,IAAW,OAAO;QAChB,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;IACvD,CAAC;IAED;;;;;;;OAOG;IACH,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACrD,CAAC;IAED;;;OAGG;IACH,IAAW,eAAe;QACxB,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;IAC/D,CAAC;IAED;;;OAGG;IACH,IAAW,QAAQ;QACjB,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;IACxD,CAAC;IAED;;OAEG;IACH,IAAW,iBAAiB;QAC1B,OAAO,IAAI,CAAC,SAAS;aAClB,MAAM,EAAE;aACR,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;aACjD,OAAO,EAAE,CAAC;IACf,CAAC;IAEO,QAAQ,CACd,SAAgD;QAEhD,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,CAAC;IAC7D,CAAC;CACF"}
1
+ {"version":3,"file":"sim-cfn-stack-resource-report.js","sourceRoot":"","sources":["../../../../../src/service/cloudformation/stack/report/sim-cfn-stack-resource-report.ts"],"names":[],"mappings":"AAIA;;;;;;;;;GASG;AACH,MAAM,OAAO,yBAAyB;IACnB,SAAS,CAAsC;IAC/C,QAAQ,CAA6B;IAEtD,YACE,SAA8C,EAC9C,QAAyB;QAEzB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC3B,CAAC;IAED;;;OAGG;IACH,IAAW,OAAO;QAChB,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;IACvD,CAAC;IAED;;;;;;;OAOG;IACH,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACrD,CAAC;IAED;;;OAGG;IACH,IAAW,eAAe;QACxB,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;IAC/D,CAAC;IAED;;;OAGG;IACH,IAAW,QAAQ;QACjB,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;IACxD,CAAC;IAED;;;OAGG;IACH,IAAW,iBAAiB;QAC1B,OAAO;YACL,GAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,iBAAiB,IAAI,EAAE,CAAC;YACtD,GAAG,IAAI,CAAC,SAAS;iBACd,MAAM,EAAE;iBACR,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;SACrD,CAAC;IACJ,CAAC;IAEO,QAAQ,CACd,SAAgD;QAEhD,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,CAAC;IAC7D,CAAC;CACF"}
@@ -0,0 +1,28 @@
1
+ import type { SimCfnResource } from "../../resource/sim-cfn-resource.js";
2
+ /**
3
+ * Finds one Resource in a Stack by the identifier a caller has for it.
4
+ *
5
+ * A Stack keys its Resources by synthesized logical ID. That is the name a
6
+ * hand-written template gives them. CDK appends a hash to it, and the readable
7
+ * half is the construct ID that bindings already accept. Both names are
8
+ * answered here. A caller that bound a handler by construct ID can then ask the
9
+ * Stack what that binding matched, and never reads the synthesized template.
10
+ *
11
+ * An exact logical ID is answered first. A construct ID is looked for only once
12
+ * no Resource carries the identifier as its logical ID, and a template whose
13
+ * logical IDs read as construct names resolves the way it always has.
14
+ */
15
+ export declare class SimCfnStackResourceLookup {
16
+ private readonly resources;
17
+ constructor(resources: ReadonlyMap<string, SimCfnResource>);
18
+ /**
19
+ * The Resource this identifier names, by logical ID or CDK construct ID.
20
+ *
21
+ * Two Resources in one Stack cannot share a construct ID, since CDK
22
+ * synthesizes a distinct logical ID per construct. The first match is the
23
+ * only one.
24
+ */
25
+ find(logicalId: string): SimCfnResource | undefined;
26
+ private byConstructId;
27
+ }
28
+ //# sourceMappingURL=sim-cfn-stack-resource-lookup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-stack-resource-lookup.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-lookup.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEzE;;;;;;;;;;;;GAYG;AACH,qBAAa,yBAAyB;IACpC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAsC;IAEhE,YAAY,SAAS,EAAE,WAAW,CAAC,MAAM,EAAE,cAAc,CAAC,EAEzD;IAED;;;;;;OAMG;IACH,IAAI,CAAC,SAAS,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAElD;IAED,OAAO,CAAC,aAAa;CAQtB"}
@@ -0,0 +1,36 @@
1
+ import { SimCfnResourceCdkPath } from "../../bind/validate/sim-cfn-resource-cdk-path.js";
2
+ /**
3
+ * Finds one Resource in a Stack by the identifier a caller has for it.
4
+ *
5
+ * A Stack keys its Resources by synthesized logical ID. That is the name a
6
+ * hand-written template gives them. CDK appends a hash to it, and the readable
7
+ * half is the construct ID that bindings already accept. Both names are
8
+ * answered here. A caller that bound a handler by construct ID can then ask the
9
+ * Stack what that binding matched, and never reads the synthesized template.
10
+ *
11
+ * An exact logical ID is answered first. A construct ID is looked for only once
12
+ * no Resource carries the identifier as its logical ID, and a template whose
13
+ * logical IDs read as construct names resolves the way it always has.
14
+ */
15
+ export class SimCfnStackResourceLookup {
16
+ resources;
17
+ constructor(resources) {
18
+ this.resources = resources;
19
+ }
20
+ /**
21
+ * The Resource this identifier names, by logical ID or CDK construct ID.
22
+ *
23
+ * Two Resources in one Stack cannot share a construct ID, since CDK
24
+ * synthesizes a distinct logical ID per construct. The first match is the
25
+ * only one.
26
+ */
27
+ find(logicalId) {
28
+ return this.resources.get(logicalId) ?? this.byConstructId(logicalId);
29
+ }
30
+ byConstructId(constructId) {
31
+ return this.resources
32
+ .values()
33
+ .find((resource) => new SimCfnResourceCdkPath(resource).constructId() === constructId);
34
+ }
35
+ }
36
+ //# sourceMappingURL=sim-cfn-stack-resource-lookup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-stack-resource-lookup.js","sourceRoot":"","sources":["../../../../../src/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-lookup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kDAAkD,CAAC;AAGzF;;;;;;;;;;;;GAYG;AACH,MAAM,OAAO,yBAAyB;IACnB,SAAS,CAAsC;IAEhE,YAAY,SAA8C;QACxD,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;IAC7B,CAAC;IAED;;;;;;OAMG;IACH,IAAI,CAAC,SAAiB;QACpB,OAAO,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACxE,CAAC;IAEO,aAAa,CAAC,WAAmB;QACvC,OAAO,IAAI,CAAC,SAAS;aAClB,MAAM,EAAE;aACR,IAAI,CACH,CAAC,QAAQ,EAAE,EAAE,CACX,IAAI,qBAAqB,CAAC,QAAQ,CAAC,CAAC,WAAW,EAAE,KAAK,WAAW,CACpE,CAAC;IACN,CAAC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-stack-resource-map.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AACrF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEzE,UAAU,oCAAoC;IAC5C,QAAQ,CAAC,kBAAkB,EAAE,wBAAwB,CAAC;IACtD,QAAQ,CAAC,UAAU,EAAE,mBAAmB,CAAC;IACzC,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,oCAAoC,GAC/C,GAAG,CAAC,MAAM,EAAE,cAAc,CAAC,CAyB7B"}
1
+ {"version":3,"file":"sim-cfn-stack-resource-map.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AACrF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEzE,UAAU,oCAAoC;IAC5C,QAAQ,CAAC,kBAAkB,EAAE,wBAAwB,CAAC;IACtD,QAAQ,CAAC,UAAU,EAAE,mBAAmB,CAAC;IACzC,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,oCAAoC,GAC/C,GAAG,CAAC,MAAM,EAAE,cAAc,CAAC,CA0B7B"}
@@ -16,6 +16,7 @@ export function makeSimCfnStackResourceMap(properties) {
16
16
  template: resourceTemplate.template,
17
17
  parameters: template.parameters,
18
18
  resourceLogicalIds,
19
+ exports: template.exports,
19
20
  }));
20
21
  }
21
22
  return resources;
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-stack-resource-map.js","sourceRoot":"","sources":["../../../../../src/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AASpE;;GAEG;AACH,MAAM,UAAU,0BAA0B,CACxC,UAAgD;IAEhD,MAAM,EAAE,kBAAkB,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC;IAChE,MAAM,SAAS,GAAG,IAAI,GAAG,EAA0B,CAAC;IAEpD,MAAM,iBAAiB,GAAG,QAAQ,CAAC,iBAAiB,EAAE,CAAC;IACvD,MAAM,kBAAkB,GAAG,IAAI,GAAG,CAChC,iBAAiB,CAAC,GAAG,CAAC,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,SAAS,CAAC,CACxE,CAAC;IAEF,KAAK,MAAM,gBAAgB,IAAI,iBAAiB,EAAE,CAAC;QACjD,SAAS,CAAC,GAAG,CACX,gBAAgB,CAAC,SAAS,EAC1B,IAAI,cAAc,CAAC;YACjB,kBAAkB;YAClB,UAAU;YACV,SAAS,EAAE,gBAAgB,CAAC,SAAS;YACrC,SAAS,EAAE,QAAQ,CAAC,SAAS;YAC7B,QAAQ,EAAE,gBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,QAAQ,CAAC,UAAU;YAC/B,kBAAkB;SACnB,CAAC,CACH,CAAC;IACJ,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC"}
1
+ {"version":3,"file":"sim-cfn-stack-resource-map.js","sourceRoot":"","sources":["../../../../../src/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AASpE;;GAEG;AACH,MAAM,UAAU,0BAA0B,CACxC,UAAgD;IAEhD,MAAM,EAAE,kBAAkB,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC;IAChE,MAAM,SAAS,GAAG,IAAI,GAAG,EAA0B,CAAC;IAEpD,MAAM,iBAAiB,GAAG,QAAQ,CAAC,iBAAiB,EAAE,CAAC;IACvD,MAAM,kBAAkB,GAAG,IAAI,GAAG,CAChC,iBAAiB,CAAC,GAAG,CAAC,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,SAAS,CAAC,CACxE,CAAC;IAEF,KAAK,MAAM,gBAAgB,IAAI,iBAAiB,EAAE,CAAC;QACjD,SAAS,CAAC,GAAG,CACX,gBAAgB,CAAC,SAAS,EAC1B,IAAI,cAAc,CAAC;YACjB,kBAAkB;YAClB,UAAU;YACV,SAAS,EAAE,gBAAgB,CAAC,SAAS;YACrC,SAAS,EAAE,QAAQ,CAAC,SAAS;YAC7B,QAAQ,EAAE,gBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,QAAQ,CAAC,UAAU;YAC/B,kBAAkB;YAClB,OAAO,EAAE,QAAQ,CAAC,OAAO;SAC1B,CAAC,CACH,CAAC;IACJ,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC"}
@@ -1,36 +1,11 @@
1
- import type { SimAws } from "../../aws/sim-aws.js";
2
- import type { Brand } from "../../../util/brand.type.js";
3
- import type { BackgroundScheduler } from "../../../util/background/background.js";
4
- import type { SimAwsAccountRegionScope } from "../../aws/sim-aws-account-region-scope.js";
5
1
  import type { SimCfnResource } from "../resource/sim-cfn-resource.js";
6
2
  import type { SimCfnIgnoredProperty } from "../resource/ignore/sim-cfn-ignored-property.type.js";
7
3
  import type { CfnTemplateBodyRecord, SimCfnTemplate } from "../template/sim-cfn-template.js";
8
4
  import { SimCfnStackDeletionLifecycle, type SimCfnStackDeleteProperties } from "./teardown/sim-cfn-stack-deletion-lifecycle.js";
9
5
  import { SimCfnStackDeploymentLifecycle } from "./deploy/sim-cfn-stack-deployment-lifecycle.js";
10
6
  import { SimCfnStackUpdateLifecycle } from "./update/sim-cfn-stack-update-lifecycle.js";
11
- import type { SimCdkOutContext } from "../cdk/sim-cdk-out-context.js";
12
- import type { SimCfnDeployBinding } from "../bind/sim-cfn-deploy-binding.js";
13
7
  import type { SimCfnStackOutput } from "./output/sim-cfn-stack-output.js";
14
- export type SimCloudFormationStackName = Brand<string, "SimCloudFormationStackName">;
15
- export type SimCloudFormationStackStatus = "REVIEW_IN_PROGRESS" | "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED";
16
- export interface SimCfnStackUpdateProperties {
17
- /**
18
- * The CDK cloud assembly the new template was synthesized into, when it came
19
- * from a template file that has been synthesized again. The Stack reads
20
- * assets from it from then on, since the manifest it was deployed with
21
- * describes the assembly the previous template came from.
22
- */
23
- readonly cdkOutContext?: SimCdkOutContext | undefined;
24
- }
25
- interface SimCloudFormationStackProperties {
26
- readonly simAws: SimAws;
27
- readonly accountRegionScope: SimAwsAccountRegionScope;
28
- readonly background: BackgroundScheduler;
29
- readonly stackName: SimCloudFormationStackName;
30
- readonly template: SimCfnTemplate;
31
- readonly cdkOutContext?: SimCdkOutContext | undefined;
32
- readonly bindings?: readonly SimCfnDeployBinding[] | undefined;
33
- }
8
+ import type { SimCloudFormationStackProperties, SimCloudFormationStackStatus, SimCfnStackUpdateProperties, SimCloudFormationStackName } from "./sim-cfn-stack.type.js";
34
9
  /**
35
10
  * Lightweight simulated CloudFormation Stack.
36
11
  *
@@ -57,6 +32,7 @@ export declare class SimCfnStack {
57
32
  private readonly background;
58
33
  private readonly operations;
59
34
  private readonly operationStatus;
35
+ private readonly stackOutputs;
60
36
  private cfnTemplate;
61
37
  constructor(properties: SimCloudFormationStackProperties);
62
38
  /** The externally visible Stack status. */
@@ -114,8 +90,27 @@ export declare class SimCfnStack {
114
90
  * the Stack name release that delete() puts on top of it.
115
91
  */
116
92
  teardown(): Promise<void>;
117
- /** Get a Stack Resource by logical ID. */
93
+ /**
94
+ * Get a Stack Resource by logical ID, or by the CDK construct ID a
95
+ * synthesized logical ID was generated from.
96
+ *
97
+ * The construct ID is the identifier a binding takes. A caller that bound a
98
+ * handler by construct ID can ask the Stack what it bound, without holding
99
+ * the hash CDK appended.
100
+ */
118
101
  getResource(logicalId: string): SimCfnResource | undefined;
102
+ /**
103
+ * Get one Stack Output's resolved value, as the string it is.
104
+ *
105
+ * The `outputs` map holds every resolved Output whole, including its
106
+ * description and its export name, typed as the union a parsed template can
107
+ * hold. A caller after the value alone wants the string CloudFormation would
108
+ * have answered with, and this hands it over already narrowed.
109
+ *
110
+ * An Output the template never declared throws, as does one that resolved to
111
+ * something other than a string.
112
+ */
113
+ output(outputKey: string): string;
119
114
  /** Resources skipped because their sim implementation is not available. */
120
115
  get skippedResources(): readonly SimCfnResource[];
121
116
  /** Resources deliberately created as nothing, because nothing reads them. */
@@ -124,11 +119,11 @@ export declare class SimCfnStack {
124
119
  get skippedResourceDeletions(): readonly SimCfnResource[];
125
120
  /** Resources a teardown left in simulated AWS, as their policy says to. */
126
121
  get retainedResources(): readonly SimCfnResource[];
127
- /** Every property a Resource was created without acting on. */
122
+ /** Every property or Parameter that did not reach simulated AWS as written. */
128
123
  get ignoredProperties(): readonly SimCfnIgnoredProperty[];
129
124
  private get report();
130
125
  private createResources;
131
126
  private resolveOutputs;
132
127
  }
133
- export {};
128
+ export { type SimCfnStackUpdateProperties, type SimCloudFormationStackName, type SimCloudFormationStackStatus, } from "./sim-cfn-stack.type.js";
134
129
  //# sourceMappingURL=sim-cfn-stack.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-stack.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/stack/sim-cfn-stack.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sim-cfn-stack.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/stack/sim-cfn-stack.ts"],"names":[],"mappings":"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"}
@@ -1,9 +1,11 @@
1
1
  import { SimCfnStackDeletionLifecycle, } from "./teardown/sim-cfn-stack-deletion-lifecycle.js";
2
2
  import { makeSimCfnStackResourceMap } from "./resource-map/sim-cfn-stack-resource-map.js";
3
+ import { SimCfnStackResourceLookup } from "./resource-map/sim-cfn-stack-resource-lookup.js";
3
4
  import { SimCfnStackDeploymentLifecycle } from "./deploy/sim-cfn-stack-deployment-lifecycle.js";
4
5
  import { SimCfnStackResourceOperations } from "./sim-cfn-stack-resource-operations.js";
5
6
  import { SimCfnStackUpdateLifecycle } from "./update/sim-cfn-stack-update-lifecycle.js";
6
- import { SimCfnStackOutputResolver } from "./output/sim-cfn-stack-output-resolver.js";
7
+ import { SimCfnStackOutputs } from "./output/sim-cfn-stack-outputs.js";
8
+ import { SimCfnStackOutputLookup } from "./output/sim-cfn-stack-output-lookup.js";
7
9
  import { SimCfnStackResourceReport } from "./report/sim-cfn-stack-resource-report.js";
8
10
  import { SimCfnStackOperationStatus } from "./status/sim-cfn-stack-operation-status.js";
9
11
  import { validateSimCfnExecutableResourceBindings } from "../bind/validate/sim-cfn-exec-binding-validator.js";
@@ -33,11 +35,13 @@ export class SimCfnStack {
33
35
  background;
34
36
  operations;
35
37
  operationStatus;
38
+ stackOutputs;
36
39
  cfnTemplate;
37
40
  constructor(properties) {
38
- const { simAws, accountRegionScope, background, stackName, template, cdkOutContext, bindings, } = properties;
41
+ const { simAws, accountRegionScope, background, stackName, template, cdkOutContext, bindings, exports, } = properties;
39
42
  this.background = background;
40
43
  this.stackName = stackName;
44
+ this.stackOutputs = new SimCfnStackOutputs({ stackName, exports });
41
45
  this.cfnTemplate = template;
42
46
  this.template = this.cfnTemplate.template;
43
47
  this.resources = makeSimCfnStackResourceMap({
@@ -167,10 +171,35 @@ export class SimCfnStack {
167
171
  */
168
172
  async teardown() {
169
173
  await this.operations.deleteAll(this.resources);
174
+ this.stackOutputs.release();
170
175
  }
171
- /** Get a Stack Resource by logical ID. */
176
+ /**
177
+ * Get a Stack Resource by logical ID, or by the CDK construct ID a
178
+ * synthesized logical ID was generated from.
179
+ *
180
+ * The construct ID is the identifier a binding takes. A caller that bound a
181
+ * handler by construct ID can ask the Stack what it bound, without holding
182
+ * the hash CDK appended.
183
+ */
172
184
  getResource(logicalId) {
173
- return this.resources.get(logicalId);
185
+ return new SimCfnStackResourceLookup(this.resources).find(logicalId);
186
+ }
187
+ /**
188
+ * Get one Stack Output's resolved value, as the string it is.
189
+ *
190
+ * The `outputs` map holds every resolved Output whole, including its
191
+ * description and its export name, typed as the union a parsed template can
192
+ * hold. A caller after the value alone wants the string CloudFormation would
193
+ * have answered with, and this hands it over already narrowed.
194
+ *
195
+ * An Output the template never declared throws, as does one that resolved to
196
+ * something other than a string.
197
+ */
198
+ output(outputKey) {
199
+ return new SimCfnStackOutputLookup({
200
+ stackName: this.stackName,
201
+ outputs: this.outputs,
202
+ }).value(outputKey);
174
203
  }
175
204
  /** Resources skipped because their sim implementation is not available. */
176
205
  get skippedResources() {
@@ -188,22 +217,20 @@ export class SimCfnStack {
188
217
  get retainedResources() {
189
218
  return this.report.retained;
190
219
  }
191
- /** Every property a Resource was created without acting on. */
220
+ /** Every property or Parameter that did not reach simulated AWS as written. */
192
221
  get ignoredProperties() {
193
222
  return this.report.ignoredProperties;
194
223
  }
195
224
  get report() {
196
- return new SimCfnStackResourceReport(this.resources);
225
+ return new SimCfnStackResourceReport(this.resources, this.cfnTemplate);
197
226
  }
198
227
  async createResources() {
199
228
  await this.operations.createAll(this.resources);
200
229
  this.resolveOutputs();
201
230
  }
202
231
  resolveOutputs() {
203
- this.outputs = new SimCfnStackOutputResolver({
204
- template: this.cfnTemplate,
205
- resources: this.resources,
206
- }).resolve();
232
+ this.outputs = this.stackOutputs.resolve(this.cfnTemplate, this.resources);
207
233
  }
208
234
  }
235
+ export {} from "./sim-cfn-stack.type.js";
209
236
  //# sourceMappingURL=sim-cfn-stack.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-stack.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/stack/sim-cfn-stack.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sim-cfn-stack.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/stack/sim-cfn-stack.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,35 @@
1
+ import type { SimAws } from "../../aws/sim-aws.js";
2
+ import type { Brand } from "../../../util/brand.type.js";
3
+ import type { BackgroundScheduler } from "../../../util/background/background.js";
4
+ import type { SimAwsAccountRegionScope } from "../../aws/sim-aws-account-region-scope.js";
5
+ import type { SimCfnTemplate } from "../template/sim-cfn-template.js";
6
+ import type { SimCdkOutContext } from "../cdk/sim-cdk-out-context.js";
7
+ import type { SimCfnDeployBinding } from "../bind/sim-cfn-deploy-binding.js";
8
+ import type { SimCfnExports } from "../export/sim-cfn-exports.js";
9
+ export type SimCloudFormationStackName = Brand<string, "SimCloudFormationStackName">;
10
+ export type SimCloudFormationStackStatus = "REVIEW_IN_PROGRESS" | "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED";
11
+ export interface SimCfnStackUpdateProperties {
12
+ /**
13
+ * The CDK cloud assembly the new template was synthesized into, when it came
14
+ * from a template file that has been synthesized again. The Stack reads
15
+ * assets from it from then on, since the manifest it was deployed with
16
+ * describes the assembly the previous template came from.
17
+ */
18
+ readonly cdkOutContext?: SimCdkOutContext | undefined;
19
+ }
20
+ export interface SimCloudFormationStackProperties {
21
+ readonly simAws: SimAws;
22
+ readonly accountRegionScope: SimAwsAccountRegionScope;
23
+ readonly background: BackgroundScheduler;
24
+ readonly stackName: SimCloudFormationStackName;
25
+ readonly template: SimCfnTemplate;
26
+ readonly cdkOutContext?: SimCdkOutContext | undefined;
27
+ readonly bindings?: readonly SimCfnDeployBinding[] | undefined;
28
+ /**
29
+ * The export names published in the Account and Region this Stack deploys
30
+ * into. This Stack publishes its own Outputs here and reads the ones its
31
+ * `Fn::ImportValue` expressions name.
32
+ */
33
+ readonly exports?: SimCfnExports | undefined;
34
+ }
35
+ //# sourceMappingURL=sim-cfn-stack.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-stack.type.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/stack/sim-cfn-stack.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAC1F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAElE,MAAM,MAAM,0BAA0B,GAAG,KAAK,CAC5C,MAAM,EACN,4BAA4B,CAC7B,CAAC;AAEF,MAAM,MAAM,4BAA4B,GACpC,oBAAoB,GACpB,oBAAoB,GACpB,iBAAiB,GACjB,eAAe,GACf,oBAAoB,GACpB,iBAAiB,GACjB,eAAe,GACf,oBAAoB,GACpB,iBAAiB,GACjB,eAAe,CAAC;AAEpB,MAAM,WAAW,2BAA2B;IAC1C;;;;;OAKG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACvD;AAED,MAAM,WAAW,gCAAgC;IAC/C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,kBAAkB,EAAE,wBAAwB,CAAC;IACtD,QAAQ,CAAC,UAAU,EAAE,mBAAmB,CAAC;IACzC,QAAQ,CAAC,SAAS,EAAE,0BAA0B,CAAC;IAC/C,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC;IAClC,QAAQ,CAAC,aAAa,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACtD,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,mBAAmB,EAAE,GAAG,SAAS,CAAC;IAE/D;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;CAC9C"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sim-cfn-stack.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-stack.type.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/stack/sim-cfn-stack.type.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import type { SimAws } from "../../../aws/sim-aws.js";
2
+ import type { SimAwsAccountRegionScope } from "../../../aws/sim-aws-account-region-scope.js";
3
+ import type { SimCfnPropertyIgnorer } from "../../resource/ignore/sim-cfn-ignored-property.type.js";
4
+ import { SimCfnDynamicReferences } from "./sim-cfn-dynamic-references.js";
5
+ interface MakeSimCfnDynamicReferencesProperties {
6
+ readonly simAws: SimAws;
7
+ readonly accountRegionScope: SimAwsAccountRegionScope;
8
+ readonly propertyIgnorer?: SimCfnPropertyIgnorer | undefined;
9
+ }
10
+ /**
11
+ * Build the dynamic reference resolvers for one Account and Region scope.
12
+ */
13
+ export declare function makeSimCfnDynamicReferences(properties: MakeSimCfnDynamicReferencesProperties): SimCfnDynamicReferences;
14
+ export {};
15
+ //# sourceMappingURL=make-sim-cfn-dynamic-references.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"make-sim-cfn-dynamic-references.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudformation/template/dynamic/make-sim-cfn-dynamic-references.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AACpG,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAG1E,UAAU,qCAAqC;IAC7C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,kBAAkB,EAAE,wBAAwB,CAAC;IACtD,QAAQ,CAAC,eAAe,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;CAC9D;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,qCAAqC,GAChD,uBAAuB,CAmBzB"}
@@ -0,0 +1,19 @@
1
+ import { SimCfnDynamicReferences } from "./sim-cfn-dynamic-references.js";
2
+ import { simCfnDynamicReferenceResolvers } from "./sim-cfn-dynamic-reference-resolvers.js";
3
+ /**
4
+ * Build the dynamic reference resolvers for one Account and Region scope.
5
+ */
6
+ export function makeSimCfnDynamicReferences(properties) {
7
+ const { simAws, accountRegionScope, propertyIgnorer } = properties;
8
+ const scopedAws = simAws.accountRegionScope(accountRegionScope.accountId, accountRegionScope.regionName);
9
+ return new SimCfnDynamicReferences({
10
+ propertyIgnorer,
11
+ resolvers: new Map(simCfnDynamicReferenceResolvers
12
+ .entries()
13
+ .map(([service, resolver]) => [
14
+ service,
15
+ resolver({ simAws, scopedAws }),
16
+ ])),
17
+ });
18
+ }
19
+ //# sourceMappingURL=make-sim-cfn-dynamic-references.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"make-sim-cfn-dynamic-references.js","sourceRoot":"","sources":["../../../../../src/service/cloudformation/template/dynamic/make-sim-cfn-dynamic-references.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,OAAO,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAQ3F;;GAEG;AACH,MAAM,UAAU,2BAA2B,CACzC,UAAiD;IAEjD,MAAM,EAAE,MAAM,EAAE,kBAAkB,EAAE,eAAe,EAAE,GAAG,UAAU,CAAC;IAEnE,MAAM,SAAS,GAAG,MAAM,CAAC,kBAAkB,CACzC,kBAAkB,CAAC,SAAS,EAC5B,kBAAkB,CAAC,UAAU,CAC9B,CAAC;IAEF,OAAO,IAAI,uBAAuB,CAAC;QACjC,eAAe;QACf,SAAS,EAAE,IAAI,GAAG,CAChB,+BAA+B;aAC5B,OAAO,EAAE;aACT,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,CAAC;YAC5B,OAAO;YACP,QAAQ,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC;SAChC,CAAC,CACL;KACF,CAAC,CAAC;AACL,CAAC"}
@@ -0,0 +1,42 @@
1
+ import type { SimCfnDynamicReferenceResolution } from "./sim-cfn-dynamic-reference.type.js";
2
+ /**
3
+ * One reference, once the service reading it has answered.
4
+ *
5
+ * The property the reference sat on is carried here rather than looked up
6
+ * later. The path is only knowable while resolution is inside that property,
7
+ * and by the time the service answers, resolution has moved on.
8
+ */
9
+ export interface SimCfnSettledDynamicReference {
10
+ readonly placeholder: string;
11
+ readonly path: string;
12
+ readonly resolution: SimCfnDynamicReferenceResolution;
13
+ }
14
+ /**
15
+ * The references of one property resolution that a service is still reading.
16
+ *
17
+ * Each one is held behind a marker while the properties resolve around it. The
18
+ * markers come back in the order the properties were resolved in, so a
19
+ * template holding two references records them in the order it wrote them.
20
+ */
21
+ export declare class SimCfnAwaitedDynamicReferences {
22
+ private readonly awaited;
23
+ /**
24
+ * What this resolution's markers are marked with.
25
+ *
26
+ * A marker is text in a resolved property until the service answers, so it
27
+ * has to be one nothing else can produce. A property that was written to
28
+ * look like a marker misses this marking and is left as it was written.
29
+ */
30
+ private readonly marking;
31
+ /** Whether every reference was answered as the properties resolved. */
32
+ get isEmpty(): boolean;
33
+ /**
34
+ * Hold one reference, and take the marker standing in for it.
35
+ */
36
+ hold(resolution: Promise<SimCfnDynamicReferenceResolution>, path: string): string;
37
+ /**
38
+ * Wait for every service to answer.
39
+ */
40
+ settled(): Promise<readonly SimCfnSettledDynamicReference[]>;
41
+ }
42
+ //# sourceMappingURL=sim-cfn-awaited-dynamic-references.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-awaited-dynamic-references.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudformation/template/dynamic/sim-cfn-awaited-dynamic-references.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AAE5F;;;;;;GAMG;AACH,MAAM,WAAW,6BAA6B;IAC5C,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,UAAU,EAAE,gCAAgC,CAAC;CACvD;AAQD;;;;;;GAMG;AACH,qBAAa,8BAA8B;IACzC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAE/D;;;;;;OAMG;IACH,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAmC;IAE3D,uEAAuE;IACvE,IAAI,OAAO,IAAI,OAAO,CAErB;IAED;;OAEG;IACH,IAAI,CACF,UAAU,EAAE,OAAO,CAAC,gCAAgC,CAAC,EACrD,IAAI,EAAE,MAAM,GACX,MAAM,CASR;IAED;;OAEG;IACG,OAAO,IAAI,OAAO,CAAC,SAAS,6BAA6B,EAAE,CAAC,CAOjE;CACF"}
@@ -0,0 +1,41 @@
1
+ import { simCfnDynamicReferenceMarking, simCfnDynamicReferencePlaceholder, } from "./sim-cfn-dynamic-reference-placeholder.js";
2
+ /**
3
+ * The references of one property resolution that a service is still reading.
4
+ *
5
+ * Each one is held behind a marker while the properties resolve around it. The
6
+ * markers come back in the order the properties were resolved in, so a
7
+ * template holding two references records them in the order it wrote them.
8
+ */
9
+ export class SimCfnAwaitedDynamicReferences {
10
+ awaited = [];
11
+ /**
12
+ * What this resolution's markers are marked with.
13
+ *
14
+ * A marker is text in a resolved property until the service answers, so it
15
+ * has to be one nothing else can produce. A property that was written to
16
+ * look like a marker misses this marking and is left as it was written.
17
+ */
18
+ marking = simCfnDynamicReferenceMarking();
19
+ /** Whether every reference was answered as the properties resolved. */
20
+ get isEmpty() {
21
+ return this.awaited.length === 0;
22
+ }
23
+ /**
24
+ * Hold one reference, and take the marker standing in for it.
25
+ */
26
+ hold(resolution, path) {
27
+ const placeholder = simCfnDynamicReferencePlaceholder(this.marking, this.awaited.length);
28
+ this.awaited.push({ placeholder, path, resolution });
29
+ return placeholder;
30
+ }
31
+ /**
32
+ * Wait for every service to answer.
33
+ */
34
+ async settled() {
35
+ return await Promise.all(this.awaited.map(async (reference) => ({
36
+ ...reference,
37
+ resolution: await reference.resolution,
38
+ })));
39
+ }
40
+ }
41
+ //# sourceMappingURL=sim-cfn-awaited-dynamic-references.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-awaited-dynamic-references.js","sourceRoot":"","sources":["../../../../../src/service/cloudformation/template/dynamic/sim-cfn-awaited-dynamic-references.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,6BAA6B,EAC7B,iCAAiC,GAClC,MAAM,4CAA4C,CAAC;AAsBpD;;;;;;GAMG;AACH,MAAM,OAAO,8BAA8B;IACxB,OAAO,GAAoC,EAAE,CAAC;IAE/D;;;;;;OAMG;IACc,OAAO,GAAG,6BAA6B,EAAE,CAAC;IAE3D,uEAAuE;IACvE,IAAI,OAAO;QACT,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,CAAC;IACnC,CAAC;IAED;;OAEG;IACH,IAAI,CACF,UAAqD,EACrD,IAAY;QAEZ,MAAM,WAAW,GAAG,iCAAiC,CACnD,IAAI,CAAC,OAAO,EACZ,IAAI,CAAC,OAAO,CAAC,MAAM,CACpB,CAAC;QAEF,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,WAAW,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC,CAAC;QAErD,OAAO,WAAW,CAAC;IACrB,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,OAAO;QACX,OAAO,MAAM,OAAO,CAAC,GAAG,CACtB,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,EAAE,SAAS,EAAE,EAAE,CAAC,CAAC;YACrC,GAAG,SAAS;YACZ,UAAU,EAAE,MAAM,SAAS,CAAC,UAAU;SACvC,CAAC,CAAC,CACJ,CAAC;IACJ,CAAC;CACF"}
@@ -0,0 +1,21 @@
1
+ import type { SimCfnTemplateValueRecord } from "../value/sim-cfn-template-value.js";
2
+ /**
3
+ * What one resolution's markers are marked with, so that no other resolution
4
+ * and nothing a template wrote produces the same marker.
5
+ */
6
+ export declare function simCfnDynamicReferenceMarking(): string;
7
+ /**
8
+ * The marker standing in for the reference at this position in a resolution.
9
+ */
10
+ export declare function simCfnDynamicReferencePlaceholder(marking: string, position: number): string;
11
+ /**
12
+ * Replace every marker in a resolved template object with the value the
13
+ * service answered with.
14
+ *
15
+ * A marker sits inside a string rather than being one, since a reference can
16
+ * be written into the middle of a longer value, so each string is rewritten
17
+ * rather than swapped. The rewrite goes through a function so that a value
18
+ * holding `$&` or `$1` arrives as it was written.
19
+ */
20
+ export declare function fillSimCfnDynamicReferencePlaceholders(properties: SimCfnTemplateValueRecord, values: ReadonlyMap<string, string>): SimCfnTemplateValueRecord;
21
+ //# sourceMappingURL=sim-cfn-dynamic-reference-placeholder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-dynamic-reference-placeholder.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-placeholder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAEV,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC;AAuB5C;;;GAGG;AACH,wBAAgB,6BAA6B,IAAI,MAAM,CAEtD;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAC/C,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,GACf,MAAM,CAER;AAED;;;;;;;;GAQG;AACH,wBAAgB,sCAAsC,CACpD,UAAU,EAAE,yBAAyB,EACrC,MAAM,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,GAClC,yBAAyB,CAE3B"}