@kensio/yulin 1.16.3 → 1.17.1

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 (852) hide show
  1. package/README.md +1 -0
  2. package/dist/sdk/wire/sim-sdk-wire-response.d.ts +12 -0
  3. package/dist/sdk/wire/sim-sdk-wire-response.d.ts.map +1 -1
  4. package/dist/sdk/wire/sim-sdk-wire-response.js +2 -2
  5. package/dist/sdk/wire/sim-sdk-wire-response.js.map +1 -1
  6. package/dist/serve/http/api/query/sim-query-endpoint.d.ts +42 -0
  7. package/dist/serve/http/api/query/sim-query-endpoint.d.ts.map +1 -0
  8. package/dist/serve/http/api/query/sim-query-endpoint.js +55 -0
  9. package/dist/serve/http/api/query/sim-query-endpoint.js.map +1 -0
  10. package/dist/serve/http/api/query/sim-query-operation.d.ts +19 -0
  11. package/dist/serve/http/api/query/sim-query-operation.d.ts.map +1 -0
  12. package/dist/serve/http/api/query/sim-query-operation.js +2 -0
  13. package/dist/serve/http/api/query/sim-query-operation.js.map +1 -0
  14. package/dist/serve/http/api/query/sim-query-request.d.ts +85 -0
  15. package/dist/serve/http/api/query/sim-query-request.d.ts.map +1 -0
  16. package/dist/serve/http/api/query/sim-query-request.js +136 -0
  17. package/dist/serve/http/api/query/sim-query-request.js.map +1 -0
  18. package/dist/serve/http/api/query/sim-query-response.d.ts +35 -0
  19. package/dist/serve/http/api/query/sim-query-response.d.ts.map +1 -0
  20. package/dist/serve/http/api/query/sim-query-response.js +63 -0
  21. package/dist/serve/http/api/query/sim-query-response.js.map +1 -0
  22. package/dist/serve/http/api/query/sim-query-result.d.ts +33 -0
  23. package/dist/serve/http/api/query/sim-query-result.d.ts.map +1 -0
  24. package/dist/serve/http/api/query/sim-query-result.js +87 -0
  25. package/dist/serve/http/api/query/sim-query-result.js.map +1 -0
  26. package/dist/serve/http/api/rest-json/sim-rest-json-endpoint.d.ts +40 -0
  27. package/dist/serve/http/api/rest-json/sim-rest-json-endpoint.d.ts.map +1 -0
  28. package/dist/serve/http/api/rest-json/sim-rest-json-endpoint.js +67 -0
  29. package/dist/serve/http/api/rest-json/sim-rest-json-endpoint.js.map +1 -0
  30. package/dist/serve/http/api/rest-json/sim-rest-json-input.d.ts +45 -0
  31. package/dist/serve/http/api/rest-json/sim-rest-json-input.d.ts.map +1 -0
  32. package/dist/serve/http/api/rest-json/sim-rest-json-input.js +52 -0
  33. package/dist/serve/http/api/rest-json/sim-rest-json-input.js.map +1 -0
  34. package/dist/serve/http/api/rest-json/sim-rest-json-request.d.ts +58 -0
  35. package/dist/serve/http/api/rest-json/sim-rest-json-request.d.ts.map +1 -0
  36. package/dist/serve/http/api/rest-json/sim-rest-json-request.js +68 -0
  37. package/dist/serve/http/api/rest-json/sim-rest-json-request.js.map +1 -0
  38. package/dist/serve/http/api/rest-json/sim-rest-json-response.d.ts +35 -0
  39. package/dist/serve/http/api/rest-json/sim-rest-json-response.d.ts.map +1 -0
  40. package/dist/serve/http/api/rest-json/sim-rest-json-response.js +55 -0
  41. package/dist/serve/http/api/rest-json/sim-rest-json-response.js.map +1 -0
  42. package/dist/serve/http/api/rest-json/sim-rest-json-route.type.d.ts +37 -0
  43. package/dist/serve/http/api/rest-json/sim-rest-json-route.type.d.ts.map +1 -0
  44. package/dist/serve/http/api/rest-json/sim-rest-json-route.type.js +2 -0
  45. package/dist/serve/http/api/rest-json/sim-rest-json-route.type.js.map +1 -0
  46. package/dist/serve/http/api/rest-json/sim-rest-json-routes.d.ts +27 -0
  47. package/dist/serve/http/api/rest-json/sim-rest-json-routes.d.ts.map +1 -0
  48. package/dist/serve/http/api/rest-json/sim-rest-json-routes.js +51 -0
  49. package/dist/serve/http/api/rest-json/sim-rest-json-routes.js.map +1 -0
  50. package/dist/serve/http/api/sim-aws-api-endpoint.d.ts +3 -4
  51. package/dist/serve/http/api/sim-aws-api-endpoint.d.ts.map +1 -1
  52. package/dist/serve/http/api/sim-aws-api-endpoint.js +8 -23
  53. package/dist/serve/http/api/sim-aws-api-endpoint.js.map +1 -1
  54. package/dist/serve/http/api/sim-aws-api-protocols.d.ts +13 -0
  55. package/dist/serve/http/api/sim-aws-api-protocols.d.ts.map +1 -0
  56. package/dist/serve/http/api/sim-aws-api-protocols.js +41 -0
  57. package/dist/serve/http/api/sim-aws-api-protocols.js.map +1 -0
  58. package/dist/service/acm/certificate/register-sim-acm-certificate.d.ts +41 -0
  59. package/dist/service/acm/certificate/register-sim-acm-certificate.d.ts.map +1 -0
  60. package/dist/service/acm/certificate/register-sim-acm-certificate.js +60 -0
  61. package/dist/service/acm/certificate/register-sim-acm-certificate.js.map +1 -0
  62. package/dist/service/acm/command/request-certificate/request-certificate.handler.d.ts +9 -0
  63. package/dist/service/acm/command/request-certificate/request-certificate.handler.d.ts.map +1 -1
  64. package/dist/service/acm/command/request-certificate/request-certificate.handler.js +18 -1
  65. package/dist/service/acm/command/request-certificate/request-certificate.handler.js.map +1 -1
  66. package/dist/service/acm/sim-acm.d.ts +15 -0
  67. package/dist/service/acm/sim-acm.d.ts.map +1 -1
  68. package/dist/service/acm/sim-acm.js +21 -0
  69. package/dist/service/acm/sim-acm.js.map +1 -1
  70. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest-file.d.ts +29 -0
  71. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest-file.d.ts.map +1 -0
  72. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest-file.js +36 -0
  73. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest-file.js.map +1 -0
  74. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest.d.ts +27 -0
  75. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest.d.ts.map +1 -0
  76. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest.js +24 -0
  77. package/dist/service/cloudformation/cdk/sim-cdk-assembly-manifest.js.map +1 -0
  78. package/dist/service/cloudformation/cdk/sim-cdk-assembly-order.d.ts +12 -0
  79. package/dist/service/cloudformation/cdk/sim-cdk-assembly-order.d.ts.map +1 -0
  80. package/dist/service/cloudformation/cdk/sim-cdk-assembly-order.js +54 -0
  81. package/dist/service/cloudformation/cdk/sim-cdk-assembly-order.js.map +1 -0
  82. package/dist/service/cloudformation/cdk/sim-cdk-assembly-selection.d.ts +21 -0
  83. package/dist/service/cloudformation/cdk/sim-cdk-assembly-selection.d.ts.map +1 -0
  84. package/dist/service/cloudformation/cdk/sim-cdk-assembly-selection.js +38 -0
  85. package/dist/service/cloudformation/cdk/sim-cdk-assembly-selection.js.map +1 -0
  86. package/dist/service/cloudformation/cdk/sim-cdk-cloud-assembly.factory.d.ts +50 -0
  87. package/dist/service/cloudformation/cdk/sim-cdk-cloud-assembly.factory.d.ts.map +1 -0
  88. package/dist/service/cloudformation/cdk/sim-cdk-cloud-assembly.factory.js +69 -0
  89. package/dist/service/cloudformation/cdk/sim-cdk-cloud-assembly.factory.js.map +1 -0
  90. package/dist/service/cloudformation/command/create-stack/create-stack.handler.d.ts +3 -0
  91. package/dist/service/cloudformation/command/create-stack/create-stack.handler.d.ts.map +1 -1
  92. package/dist/service/cloudformation/command/create-stack/create-stack.handler.js +14 -4
  93. package/dist/service/cloudformation/command/create-stack/create-stack.handler.js.map +1 -1
  94. package/dist/service/cloudformation/command/update-stack/update-stack.handler.d.ts +7 -0
  95. package/dist/service/cloudformation/command/update-stack/update-stack.handler.d.ts.map +1 -1
  96. package/dist/service/cloudformation/command/update-stack/update-stack.handler.js +14 -1
  97. package/dist/service/cloudformation/command/update-stack/update-stack.handler.js.map +1 -1
  98. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-deployer.d.ts +24 -0
  99. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-deployer.d.ts.map +1 -0
  100. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-deployer.js +42 -0
  101. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-deployer.js.map +1 -0
  102. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-plan.d.ts +43 -0
  103. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-plan.d.ts.map +1 -0
  104. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-plan.js +35 -0
  105. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-plan.js.map +1 -0
  106. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-stack-options.d.ts +51 -0
  107. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-stack-options.d.ts.map +1 -0
  108. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-stack-options.js +37 -0
  109. package/dist/service/cloudformation/deploy/sim-cfn-cdk-out-stack-options.js.map +1 -0
  110. package/dist/service/cloudformation/deploy/sim-cfn-template-deployer.d.ts +9 -0
  111. package/dist/service/cloudformation/deploy/sim-cfn-template-deployer.d.ts.map +1 -1
  112. package/dist/service/cloudformation/deploy/sim-cfn-template-deployer.js +16 -0
  113. package/dist/service/cloudformation/deploy/sim-cfn-template-deployer.js.map +1 -1
  114. package/dist/service/cloudformation/deploy/sim-cfn-template-file-loader.d.ts.map +1 -1
  115. package/dist/service/cloudformation/deploy/sim-cfn-template-file-loader.js +2 -4
  116. package/dist/service/cloudformation/deploy/sim-cfn-template-file-loader.js.map +1 -1
  117. package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.d.ts +13 -0
  118. package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.d.ts.map +1 -0
  119. package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.js +29 -0
  120. package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.js.map +1 -0
  121. package/dist/service/cloudformation/deploy/sim-cfn-template-file-updater.d.ts +3 -0
  122. package/dist/service/cloudformation/deploy/sim-cfn-template-file-updater.d.ts.map +1 -1
  123. package/dist/service/cloudformation/deploy/sim-cfn-template-file-updater.js +3 -0
  124. package/dist/service/cloudformation/deploy/sim-cfn-template-file-updater.js.map +1 -1
  125. package/dist/service/cloudformation/export/sim-cfn-exports.d.ts +43 -0
  126. package/dist/service/cloudformation/export/sim-cfn-exports.d.ts.map +1 -0
  127. package/dist/service/cloudformation/export/sim-cfn-exports.js +65 -0
  128. package/dist/service/cloudformation/export/sim-cfn-exports.js.map +1 -0
  129. package/dist/service/cloudformation/export/sim-cfn-stack-exports.d.ts +11 -0
  130. package/dist/service/cloudformation/export/sim-cfn-stack-exports.d.ts.map +1 -0
  131. package/dist/service/cloudformation/export/sim-cfn-stack-exports.js +23 -0
  132. package/dist/service/cloudformation/export/sim-cfn-stack-exports.js.map +1 -0
  133. package/dist/service/cloudformation/index.d.ts +2 -0
  134. package/dist/service/cloudformation/index.d.ts.map +1 -1
  135. package/dist/service/cloudformation/parameters/sim-cfn-parameter-definitions.d.ts +10 -0
  136. package/dist/service/cloudformation/parameters/sim-cfn-parameter-definitions.d.ts.map +1 -0
  137. package/dist/service/cloudformation/parameters/sim-cfn-parameter-definitions.js +21 -0
  138. package/dist/service/cloudformation/parameters/sim-cfn-parameter-definitions.js.map +1 -0
  139. package/dist/service/cloudformation/parameters/sim-cfn-parameter-input-values.d.ts +10 -0
  140. package/dist/service/cloudformation/parameters/sim-cfn-parameter-input-values.d.ts.map +1 -0
  141. package/dist/service/cloudformation/parameters/sim-cfn-parameter-input-values.js +19 -0
  142. package/dist/service/cloudformation/parameters/sim-cfn-parameter-input-values.js.map +1 -0
  143. package/dist/service/cloudformation/parameters/sim-cfn-parameter-values.d.ts +34 -0
  144. package/dist/service/cloudformation/parameters/sim-cfn-parameter-values.d.ts.map +1 -0
  145. package/dist/service/cloudformation/parameters/sim-cfn-parameter-values.js +43 -0
  146. package/dist/service/cloudformation/parameters/sim-cfn-parameter-values.js.map +1 -0
  147. package/dist/service/cloudformation/parameters/sim-cfn-parameters.d.ts +21 -16
  148. package/dist/service/cloudformation/parameters/sim-cfn-parameters.d.ts.map +1 -1
  149. package/dist/service/cloudformation/parameters/sim-cfn-parameters.js +33 -62
  150. package/dist/service/cloudformation/parameters/sim-cfn-parameters.js.map +1 -1
  151. package/dist/service/cloudformation/parameters/sim-cfn-parameters.type.d.ts +30 -9
  152. package/dist/service/cloudformation/parameters/sim-cfn-parameters.type.d.ts.map +1 -1
  153. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-value-type.d.ts +20 -0
  154. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-value-type.d.ts.map +1 -0
  155. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-value-type.js +20 -0
  156. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-value-type.js.map +1 -0
  157. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-values.d.ts +48 -0
  158. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-values.d.ts.map +1 -0
  159. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-values.js +69 -0
  160. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store-values.js.map +1 -0
  161. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.d.ts +17 -0
  162. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.d.ts.map +1 -0
  163. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.js +15 -0
  164. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.js.map +1 -0
  165. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.type.d.ts +28 -0
  166. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.type.d.ts.map +1 -0
  167. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.type.js +2 -0
  168. package/dist/service/cloudformation/parameters/store/sim-cfn-parameter-store.type.js.map +1 -0
  169. package/dist/service/cloudformation/resource/cfn/iam/sim-iam-cfn-value-adapter.d.ts.map +1 -1
  170. package/dist/service/cloudformation/resource/cfn/iam/sim-iam-cfn-value-adapter.js +4 -0
  171. package/dist/service/cloudformation/resource/cfn/iam/sim-iam-cfn-value-adapter.js.map +1 -1
  172. package/dist/service/cloudformation/resource/cfn/iam/sim-iam-user-cfn.d.ts +28 -0
  173. package/dist/service/cloudformation/resource/cfn/iam/sim-iam-user-cfn.d.ts.map +1 -0
  174. package/dist/service/cloudformation/resource/cfn/iam/sim-iam-user-cfn.js +33 -0
  175. package/dist/service/cloudformation/resource/cfn/iam/sim-iam-user-cfn.js.map +1 -0
  176. package/dist/service/cloudformation/resource/create/sim-cfn-resource-creator.js +1 -1
  177. package/dist/service/cloudformation/resource/create/sim-cfn-resource-creator.js.map +1 -1
  178. package/dist/service/cloudformation/resource/delete/sim-cfn-resource-deleter.js +1 -1
  179. package/dist/service/cloudformation/resource/delete/sim-cfn-resource-deleter.js.map +1 -1
  180. package/dist/service/cloudformation/resource/resolve/property/sim-cfn-resource-property-resolver.d.ts +29 -1
  181. package/dist/service/cloudformation/resource/resolve/property/sim-cfn-resource-property-resolver.d.ts.map +1 -1
  182. package/dist/service/cloudformation/resource/resolve/property/sim-cfn-resource-property-resolver.js +42 -2
  183. package/dist/service/cloudformation/resource/resolve/property/sim-cfn-resource-property-resolver.js.map +1 -1
  184. package/dist/service/cloudformation/resource/sim-cfn-resource-record.d.ts +6 -1
  185. package/dist/service/cloudformation/resource/sim-cfn-resource-record.d.ts.map +1 -1
  186. package/dist/service/cloudformation/resource/sim-cfn-resource-record.js +15 -4
  187. package/dist/service/cloudformation/resource/sim-cfn-resource-record.js.map +1 -1
  188. package/dist/service/cloudformation/resource/sim-cfn-resource.type.d.ts +7 -0
  189. package/dist/service/cloudformation/resource/sim-cfn-resource.type.d.ts.map +1 -1
  190. package/dist/service/cloudformation/serve/sim-cloudformation-api.d.ts +11 -0
  191. package/dist/service/cloudformation/serve/sim-cloudformation-api.d.ts.map +1 -0
  192. package/dist/service/cloudformation/serve/sim-cloudformation-api.js +87 -0
  193. package/dist/service/cloudformation/serve/sim-cloudformation-api.js.map +1 -0
  194. package/dist/service/cloudformation/sim-cloudformation.d.ts +7 -1
  195. package/dist/service/cloudformation/sim-cloudformation.d.ts.map +1 -1
  196. package/dist/service/cloudformation/sim-cloudformation.js +19 -12
  197. package/dist/service/cloudformation/sim-cloudformation.js.map +1 -1
  198. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-lookup.d.ts +31 -0
  199. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-lookup.d.ts.map +1 -0
  200. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-lookup.js +57 -0
  201. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-lookup.js.map +1 -0
  202. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-resolver.d.ts +3 -0
  203. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-resolver.d.ts.map +1 -1
  204. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-resolver.js +3 -0
  205. package/dist/service/cloudformation/stack/output/sim-cfn-stack-output-resolver.js.map +1 -1
  206. package/dist/service/cloudformation/stack/output/sim-cfn-stack-outputs.d.ts +31 -0
  207. package/dist/service/cloudformation/stack/output/sim-cfn-stack-outputs.d.ts.map +1 -0
  208. package/dist/service/cloudformation/stack/output/sim-cfn-stack-outputs.js +37 -0
  209. package/dist/service/cloudformation/stack/output/sim-cfn-stack-outputs.js.map +1 -0
  210. package/dist/service/cloudformation/stack/report/sim-cfn-stack-resource-report.d.ts +9 -5
  211. package/dist/service/cloudformation/stack/report/sim-cfn-stack-resource-report.d.ts.map +1 -1
  212. package/dist/service/cloudformation/stack/report/sim-cfn-stack-resource-report.js +15 -9
  213. package/dist/service/cloudformation/stack/report/sim-cfn-stack-resource-report.js.map +1 -1
  214. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.d.ts.map +1 -1
  215. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.js +1 -0
  216. package/dist/service/cloudformation/stack/resource-map/sim-cfn-stack-resource-map.js.map +1 -1
  217. package/dist/service/cloudformation/stack/sim-cfn-stack.d.ts +14 -1
  218. package/dist/service/cloudformation/stack/sim-cfn-stack.d.ts.map +1 -1
  219. package/dist/service/cloudformation/stack/sim-cfn-stack.js +26 -8
  220. package/dist/service/cloudformation/stack/sim-cfn-stack.js.map +1 -1
  221. package/dist/service/cloudformation/stack/sim-cfn-stack.type.d.ts +7 -0
  222. package/dist/service/cloudformation/stack/sim-cfn-stack.type.d.ts.map +1 -1
  223. package/dist/service/cloudformation/template/dynamic/make-sim-cfn-dynamic-references.d.ts +16 -0
  224. package/dist/service/cloudformation/template/dynamic/make-sim-cfn-dynamic-references.d.ts.map +1 -0
  225. package/dist/service/cloudformation/template/dynamic/make-sim-cfn-dynamic-references.js +20 -0
  226. package/dist/service/cloudformation/template/dynamic/make-sim-cfn-dynamic-references.js.map +1 -0
  227. package/dist/service/cloudformation/template/dynamic/sim-cfn-awaited-dynamic-references.d.ts +42 -0
  228. package/dist/service/cloudformation/template/dynamic/sim-cfn-awaited-dynamic-references.d.ts.map +1 -0
  229. package/dist/service/cloudformation/template/dynamic/sim-cfn-awaited-dynamic-references.js +41 -0
  230. package/dist/service/cloudformation/template/dynamic/sim-cfn-awaited-dynamic-references.js.map +1 -0
  231. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-placeholder.d.ts +21 -0
  232. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-placeholder.d.ts.map +1 -0
  233. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-placeholder.js +61 -0
  234. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-placeholder.js.map +1 -0
  235. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-resolvers.d.ts +31 -0
  236. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-resolvers.d.ts.map +1 -0
  237. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-resolvers.js +29 -0
  238. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-resolvers.js.map +1 -0
  239. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-scan.d.ts +21 -0
  240. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-scan.d.ts.map +1 -0
  241. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-scan.js +39 -0
  242. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference-scan.js.map +1 -0
  243. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference.type.d.ts +63 -0
  244. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference.type.d.ts.map +1 -0
  245. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference.type.js +2 -0
  246. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-reference.type.js.map +1 -0
  247. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-references.d.ts +57 -0
  248. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-references.d.ts.map +1 -0
  249. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-references.js +83 -0
  250. package/dist/service/cloudformation/template/dynamic/sim-cfn-dynamic-references.js.map +1 -0
  251. package/dist/service/cloudformation/template/node/fn/import-value/sim-cfn-fn-import-value.d.ts +33 -0
  252. package/dist/service/cloudformation/template/node/fn/import-value/sim-cfn-fn-import-value.d.ts.map +1 -0
  253. package/dist/service/cloudformation/template/node/fn/import-value/sim-cfn-fn-import-value.js +47 -0
  254. package/dist/service/cloudformation/template/node/fn/import-value/sim-cfn-fn-import-value.js.map +1 -0
  255. package/dist/service/cloudformation/template/node/fn/split/sim-cfn-fn-split.d.ts +7 -0
  256. package/dist/service/cloudformation/template/node/fn/split/sim-cfn-fn-split.d.ts.map +1 -1
  257. package/dist/service/cloudformation/template/node/fn/split/sim-cfn-fn-split.js +12 -0
  258. package/dist/service/cloudformation/template/node/fn/split/sim-cfn-fn-split.js.map +1 -1
  259. package/dist/service/cloudformation/template/node/fn/sub/sim-cfn-fn-sub.d.ts.map +1 -1
  260. package/dist/service/cloudformation/template/node/fn/sub/sim-cfn-fn-sub.js +6 -1
  261. package/dist/service/cloudformation/template/node/fn/sub/sim-cfn-fn-sub.js.map +1 -1
  262. package/dist/service/cloudformation/template/node/sim-cfn-literal.d.ts +9 -2
  263. package/dist/service/cloudformation/template/node/sim-cfn-literal.d.ts.map +1 -1
  264. package/dist/service/cloudformation/template/node/sim-cfn-literal.js +12 -3
  265. package/dist/service/cloudformation/template/node/sim-cfn-literal.js.map +1 -1
  266. package/dist/service/cloudformation/template/parse/fn/import-value/sim-cfn-fn-import-value-parser.d.ts +26 -0
  267. package/dist/service/cloudformation/template/parse/fn/import-value/sim-cfn-fn-import-value-parser.d.ts.map +1 -0
  268. package/dist/service/cloudformation/template/parse/fn/import-value/sim-cfn-fn-import-value-parser.js +31 -0
  269. package/dist/service/cloudformation/template/parse/fn/import-value/sim-cfn-fn-import-value-parser.js.map +1 -0
  270. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parser.d.ts +4 -7
  271. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parser.d.ts.map +1 -1
  272. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parser.js +9 -41
  273. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parser.js.map +1 -1
  274. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parsers.d.ts +19 -0
  275. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parsers.d.ts.map +1 -0
  276. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parsers.js +31 -0
  277. package/dist/service/cloudformation/template/parse/fn/sim-cfn-function-parsers.js.map +1 -0
  278. package/dist/service/cloudformation/template/resolve/sim-cfn-resolve-context.d.ts +19 -0
  279. package/dist/service/cloudformation/template/resolve/sim-cfn-resolve-context.d.ts.map +1 -1
  280. package/dist/service/cloudformation/template/resolve/sim-cfn-resolve-context.js +18 -0
  281. package/dist/service/cloudformation/template/resolve/sim-cfn-resolve-context.js.map +1 -1
  282. package/dist/service/cloudformation/template/sim-cfn-template.d.ts +5 -0
  283. package/dist/service/cloudformation/template/sim-cfn-template.d.ts.map +1 -1
  284. package/dist/service/cloudformation/template/sim-cfn-template.js +7 -1
  285. package/dist/service/cloudformation/template/sim-cfn-template.js.map +1 -1
  286. package/dist/service/cloudformation/template/value/sim-cfn-template-value-resolver.d.ts +4 -0
  287. package/dist/service/cloudformation/template/value/sim-cfn-template-value-resolver.d.ts.map +1 -1
  288. package/dist/service/cloudformation/template/value/sim-cfn-template-value-resolver.js +2 -0
  289. package/dist/service/cloudformation/template/value/sim-cfn-template-value-resolver.js.map +1 -1
  290. package/dist/service/cloudformation/template/value/sim-cfn-value-path.d.ts +5 -0
  291. package/dist/service/cloudformation/template/value/sim-cfn-value-path.d.ts.map +1 -1
  292. package/dist/service/cloudformation/template/value/sim-cfn-value-path.js +22 -0
  293. package/dist/service/cloudformation/template/value/sim-cfn-value-path.js.map +1 -1
  294. package/dist/service/cloudfront/command/create-function/create-function-code-size.d.ts +23 -0
  295. package/dist/service/cloudfront/command/create-function/create-function-code-size.d.ts.map +1 -0
  296. package/dist/service/cloudfront/command/create-function/create-function-code-size.js +33 -0
  297. package/dist/service/cloudfront/command/create-function/create-function-code-size.js.map +1 -0
  298. package/dist/service/cloudfront/command/create-function/create-function.handler.d.ts.map +1 -1
  299. package/dist/service/cloudfront/command/create-function/create-function.handler.js +2 -0
  300. package/dist/service/cloudfront/command/create-function/create-function.handler.js.map +1 -1
  301. package/dist/service/cloudfront/error/sim-cloudfront.error.d.ts +11 -0
  302. package/dist/service/cloudfront/error/sim-cloudfront.error.d.ts.map +1 -1
  303. package/dist/service/cloudfront/error/sim-cloudfront.error.js +13 -0
  304. package/dist/service/cloudfront/error/sim-cloudfront.error.js.map +1 -1
  305. package/dist/service/cloudfront/index.d.ts +1 -1
  306. package/dist/service/cloudfront/index.d.ts.map +1 -1
  307. package/dist/service/cloudfront/index.js +1 -1
  308. package/dist/service/cloudfront/index.js.map +1 -1
  309. package/dist/service/cognito/command/sim-cognito-commands.d.ts +6 -0
  310. package/dist/service/cognito/command/sim-cognito-commands.d.ts.map +1 -1
  311. package/dist/service/cognito/command/sim-cognito-commands.js +22 -6
  312. package/dist/service/cognito/command/sim-cognito-commands.js.map +1 -1
  313. package/dist/service/cognito/error/sim-cognito.error.d.ts +22 -0
  314. package/dist/service/cognito/error/sim-cognito.error.d.ts.map +1 -1
  315. package/dist/service/cognito/error/sim-cognito.error.js +26 -0
  316. package/dist/service/cognito/error/sim-cognito.error.js.map +1 -1
  317. package/dist/service/cognito/index.d.ts +2 -1
  318. package/dist/service/cognito/index.d.ts.map +1 -1
  319. package/dist/service/cognito/index.js +1 -1
  320. package/dist/service/cognito/index.js.map +1 -1
  321. package/dist/service/cognito/sim-cognito-identity-provider.d.ts +24 -0
  322. package/dist/service/cognito/sim-cognito-identity-provider.d.ts.map +1 -1
  323. package/dist/service/cognito/sim-cognito-identity-provider.js +26 -0
  324. package/dist/service/cognito/sim-cognito-identity-provider.js.map +1 -1
  325. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client-factory.d.ts +9 -0
  326. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client-factory.d.ts.map +1 -1
  327. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client-factory.js +2 -2
  328. package/dist/service/cognito/user-pool/client/sim-cognito-user-pool-client-factory.js.map +1 -1
  329. package/dist/service/cognito/user-pool/register-sim-cognito-user-pool-client.d.ts +22 -0
  330. package/dist/service/cognito/user-pool/register-sim-cognito-user-pool-client.d.ts.map +1 -0
  331. package/dist/service/cognito/user-pool/register-sim-cognito-user-pool-client.js +36 -0
  332. package/dist/service/cognito/user-pool/register-sim-cognito-user-pool-client.js.map +1 -0
  333. package/dist/service/cognito/user-pool/register-sim-cognito-user-pool.d.ts +25 -0
  334. package/dist/service/cognito/user-pool/register-sim-cognito-user-pool.d.ts.map +1 -0
  335. package/dist/service/cognito/user-pool/register-sim-cognito-user-pool.js +30 -0
  336. package/dist/service/cognito/user-pool/register-sim-cognito-user-pool.js.map +1 -0
  337. package/dist/service/cognito/user-pool/sim-cognito-registration.types.d.ts +40 -0
  338. package/dist/service/cognito/user-pool/sim-cognito-registration.types.d.ts.map +1 -0
  339. package/dist/service/cognito/user-pool/sim-cognito-registration.types.js +2 -0
  340. package/dist/service/cognito/user-pool/sim-cognito-registration.types.js.map +1 -0
  341. package/dist/service/cognito/user-pool/sim-cognito-registrations.d.ts +34 -0
  342. package/dist/service/cognito/user-pool/sim-cognito-registrations.d.ts.map +1 -0
  343. package/dist/service/cognito/user-pool/sim-cognito-registrations.js +28 -0
  344. package/dist/service/cognito/user-pool/sim-cognito-registrations.js.map +1 -0
  345. package/dist/service/cognito/user-pool/sim-cognito-user-pool-factory.d.ts +9 -0
  346. package/dist/service/cognito/user-pool/sim-cognito-user-pool-factory.d.ts.map +1 -1
  347. package/dist/service/cognito/user-pool/sim-cognito-user-pool-factory.js +3 -2
  348. package/dist/service/cognito/user-pool/sim-cognito-user-pool-factory.js.map +1 -1
  349. package/dist/service/cognito/user-pool/sim-cognito-user-pool-id.d.ts +9 -0
  350. package/dist/service/cognito/user-pool/sim-cognito-user-pool-id.d.ts.map +1 -1
  351. package/dist/service/cognito/user-pool/sim-cognito-user-pool-id.js +18 -0
  352. package/dist/service/cognito/user-pool/sim-cognito-user-pool-id.js.map +1 -1
  353. package/dist/service/cognito/user-pool/sim-cognito-user-pool-store.d.ts +8 -0
  354. package/dist/service/cognito/user-pool/sim-cognito-user-pool-store.d.ts.map +1 -1
  355. package/dist/service/cognito/user-pool/sim-cognito-user-pool-store.js +15 -1
  356. package/dist/service/cognito/user-pool/sim-cognito-user-pool-store.js.map +1 -1
  357. package/dist/service/elbv2/serve/api/sim-elbv2-api.d.ts +15 -0
  358. package/dist/service/elbv2/serve/api/sim-elbv2-api.d.ts.map +1 -0
  359. package/dist/service/elbv2/serve/api/sim-elbv2-api.js +41 -0
  360. package/dist/service/elbv2/serve/api/sim-elbv2-api.js.map +1 -0
  361. package/dist/service/elbv2/serve/api/sim-elbv2-query-action.d.ts +14 -0
  362. package/dist/service/elbv2/serve/api/sim-elbv2-query-action.d.ts.map +1 -0
  363. package/dist/service/elbv2/serve/api/sim-elbv2-query-action.js +52 -0
  364. package/dist/service/elbv2/serve/api/sim-elbv2-query-action.js.map +1 -0
  365. package/dist/service/elbv2/serve/api/sim-elbv2-query-certificate.d.ts +14 -0
  366. package/dist/service/elbv2/serve/api/sim-elbv2-query-certificate.d.ts.map +1 -0
  367. package/dist/service/elbv2/serve/api/sim-elbv2-query-certificate.js +20 -0
  368. package/dist/service/elbv2/serve/api/sim-elbv2-query-certificate.js.map +1 -0
  369. package/dist/service/elbv2/serve/api/sim-elbv2-query-condition.d.ts +11 -0
  370. package/dist/service/elbv2/serve/api/sim-elbv2-query-condition.d.ts.map +1 -0
  371. package/dist/service/elbv2/serve/api/sim-elbv2-query-condition.js +39 -0
  372. package/dist/service/elbv2/serve/api/sim-elbv2-query-condition.js.map +1 -0
  373. package/dist/service/elbv2/serve/api/sim-elbv2-query-input.d.ts +47 -0
  374. package/dist/service/elbv2/serve/api/sim-elbv2-query-input.d.ts.map +1 -0
  375. package/dist/service/elbv2/serve/api/sim-elbv2-query-input.js +71 -0
  376. package/dist/service/elbv2/serve/api/sim-elbv2-query-input.js.map +1 -0
  377. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-certificate-operations.d.ts +11 -0
  378. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-certificate-operations.d.ts.map +1 -0
  379. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-certificate-operations.js +46 -0
  380. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-certificate-operations.js.map +1 -0
  381. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-operations.d.ts +6 -0
  382. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-operations.d.ts.map +1 -0
  383. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-operations.js +77 -0
  384. package/dist/service/elbv2/serve/api/sim-elbv2-query-listener-operations.js.map +1 -0
  385. package/dist/service/elbv2/serve/api/sim-elbv2-query-load-balancer-operations.d.ts +6 -0
  386. package/dist/service/elbv2/serve/api/sim-elbv2-query-load-balancer-operations.d.ts.map +1 -0
  387. package/dist/service/elbv2/serve/api/sim-elbv2-query-load-balancer-operations.js +67 -0
  388. package/dist/service/elbv2/serve/api/sim-elbv2-query-load-balancer-operations.js.map +1 -0
  389. package/dist/service/elbv2/serve/api/sim-elbv2-query-result.d.ts +15 -0
  390. package/dist/service/elbv2/serve/api/sim-elbv2-query-result.d.ts.map +1 -0
  391. package/dist/service/elbv2/serve/api/sim-elbv2-query-result.js +25 -0
  392. package/dist/service/elbv2/serve/api/sim-elbv2-query-result.js.map +1 -0
  393. package/dist/service/elbv2/serve/api/sim-elbv2-query-rule-operations.d.ts +6 -0
  394. package/dist/service/elbv2/serve/api/sim-elbv2-query-rule-operations.d.ts.map +1 -0
  395. package/dist/service/elbv2/serve/api/sim-elbv2-query-rule-operations.js +74 -0
  396. package/dist/service/elbv2/serve/api/sim-elbv2-query-rule-operations.js.map +1 -0
  397. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-group-operations.d.ts +6 -0
  398. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-group-operations.d.ts.map +1 -0
  399. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-group-operations.js +114 -0
  400. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-group-operations.js.map +1 -0
  401. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-operations.d.ts +6 -0
  402. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-operations.d.ts.map +1 -0
  403. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-operations.js +64 -0
  404. package/dist/service/elbv2/serve/api/sim-elbv2-query-target-operations.js.map +1 -0
  405. package/dist/service/iam/cfn/managed-policy/sim-cfn-iam-managed-policy-attacher.d.ts +40 -0
  406. package/dist/service/iam/cfn/managed-policy/sim-cfn-iam-managed-policy-attacher.d.ts.map +1 -0
  407. package/dist/service/iam/cfn/managed-policy/sim-cfn-iam-managed-policy-attacher.js +65 -0
  408. package/dist/service/iam/cfn/managed-policy/sim-cfn-iam-managed-policy-attacher.js.map +1 -0
  409. package/dist/service/iam/cfn/managed-policy/sim-cfn-iam-managed-policy-creator.d.ts +1 -0
  410. package/dist/service/iam/cfn/managed-policy/sim-cfn-iam-managed-policy-creator.d.ts.map +1 -1
  411. package/dist/service/iam/cfn/managed-policy/sim-cfn-iam-managed-policy-creator.js +5 -0
  412. package/dist/service/iam/cfn/managed-policy/sim-cfn-iam-managed-policy-creator.js.map +1 -1
  413. package/dist/service/iam/cfn/policy/sim-cfn-iam-policy-creator.d.ts +11 -20
  414. package/dist/service/iam/cfn/policy/sim-cfn-iam-policy-creator.d.ts.map +1 -1
  415. package/dist/service/iam/cfn/policy/sim-cfn-iam-policy-creator.js +29 -61
  416. package/dist/service/iam/cfn/policy/sim-cfn-iam-policy-creator.js.map +1 -1
  417. package/dist/service/iam/cfn/policy/sim-cfn-iam-policy-properties-parser.d.ts +38 -0
  418. package/dist/service/iam/cfn/policy/sim-cfn-iam-policy-properties-parser.d.ts.map +1 -0
  419. package/dist/service/iam/cfn/policy/sim-cfn-iam-policy-properties-parser.js +79 -0
  420. package/dist/service/iam/cfn/policy/sim-cfn-iam-policy-properties-parser.js.map +1 -0
  421. package/dist/service/iam/cfn/role/sim-cfn-iam-role-properties-parser.d.ts +2 -2
  422. package/dist/service/iam/cfn/role/sim-cfn-iam-role-properties-parser.d.ts.map +1 -1
  423. package/dist/service/iam/cfn/role/sim-cfn-iam-role-properties-parser.js +4 -2
  424. package/dist/service/iam/cfn/role/sim-cfn-iam-role-properties-parser.js.map +1 -1
  425. package/dist/service/iam/cfn/sim-cfn-iam-policies-parser.d.ts +35 -0
  426. package/dist/service/iam/cfn/sim-cfn-iam-policies-parser.d.ts.map +1 -0
  427. package/dist/service/iam/cfn/{role/sim-cfn-iam-role-policies-parser.js → sim-cfn-iam-policies-parser.js} +17 -12
  428. package/dist/service/iam/cfn/sim-cfn-iam-policies-parser.js.map +1 -0
  429. package/dist/service/iam/cfn/sim-cfn-iam-resource-deleter.d.ts +11 -0
  430. package/dist/service/iam/cfn/sim-cfn-iam-resource-deleter.d.ts.map +1 -1
  431. package/dist/service/iam/cfn/sim-cfn-iam-resource-deleter.js +25 -0
  432. package/dist/service/iam/cfn/sim-cfn-iam-resource-deleter.js.map +1 -1
  433. package/dist/service/iam/cfn/sim-cfn-iam-resource-factory.d.ts +1 -0
  434. package/dist/service/iam/cfn/sim-cfn-iam-resource-factory.d.ts.map +1 -1
  435. package/dist/service/iam/cfn/sim-cfn-iam-resource-factory.js +6 -0
  436. package/dist/service/iam/cfn/sim-cfn-iam-resource-factory.js.map +1 -1
  437. package/dist/service/iam/cfn/user/sim-cfn-iam-user-creator.d.ts +28 -0
  438. package/dist/service/iam/cfn/user/sim-cfn-iam-user-creator.d.ts.map +1 -0
  439. package/dist/service/iam/cfn/user/sim-cfn-iam-user-creator.js +67 -0
  440. package/dist/service/iam/cfn/user/sim-cfn-iam-user-creator.js.map +1 -0
  441. package/dist/service/iam/cfn/user/sim-cfn-iam-user-deleter.d.ts +26 -0
  442. package/dist/service/iam/cfn/user/sim-cfn-iam-user-deleter.d.ts.map +1 -0
  443. package/dist/service/iam/cfn/user/sim-cfn-iam-user-deleter.js +29 -0
  444. package/dist/service/iam/cfn/user/sim-cfn-iam-user-deleter.js.map +1 -0
  445. package/dist/service/iam/cfn/user/sim-cfn-iam-user-properties-parser.d.ts +38 -0
  446. package/dist/service/iam/cfn/user/sim-cfn-iam-user-properties-parser.d.ts.map +1 -0
  447. package/dist/service/iam/cfn/user/sim-cfn-iam-user-properties-parser.js +80 -0
  448. package/dist/service/iam/cfn/user/sim-cfn-iam-user-properties-parser.js.map +1 -0
  449. package/dist/service/iam/command/sim-iam-command.types.d.ts +3 -0
  450. package/dist/service/iam/command/sim-iam-command.types.d.ts.map +1 -1
  451. package/dist/service/iam/command/user/attach-user-policy/attach-user-policy.command.d.ts +9 -0
  452. package/dist/service/iam/command/user/attach-user-policy/attach-user-policy.command.d.ts.map +1 -0
  453. package/dist/service/iam/command/user/attach-user-policy/attach-user-policy.command.js +2 -0
  454. package/dist/service/iam/command/user/attach-user-policy/attach-user-policy.command.js.map +1 -0
  455. package/dist/service/iam/command/user/attach-user-policy/attach-user-policy.handler.d.ts +30 -0
  456. package/dist/service/iam/command/user/attach-user-policy/attach-user-policy.handler.d.ts.map +1 -0
  457. package/dist/service/iam/command/user/attach-user-policy/attach-user-policy.handler.js +44 -0
  458. package/dist/service/iam/command/user/attach-user-policy/attach-user-policy.handler.js.map +1 -0
  459. package/dist/service/iam/command/user/create-login-profile/create-login-profile.command.d.ts +16 -0
  460. package/dist/service/iam/command/user/create-login-profile/create-login-profile.command.d.ts.map +1 -0
  461. package/dist/service/iam/command/user/create-login-profile/create-login-profile.command.js +2 -0
  462. package/dist/service/iam/command/user/create-login-profile/create-login-profile.command.js.map +1 -0
  463. package/dist/service/iam/command/user/create-login-profile/create-login-profile.handler.d.ts +32 -0
  464. package/dist/service/iam/command/user/create-login-profile/create-login-profile.handler.d.ts.map +1 -0
  465. package/dist/service/iam/command/user/create-login-profile/create-login-profile.handler.js +59 -0
  466. package/dist/service/iam/command/user/create-login-profile/create-login-profile.handler.js.map +1 -0
  467. package/dist/service/iam/command/user/create-user/create-user-record-factory.d.ts.map +1 -1
  468. package/dist/service/iam/command/user/create-user/create-user-record-factory.js +1 -0
  469. package/dist/service/iam/command/user/create-user/create-user-record-factory.js.map +1 -1
  470. package/dist/service/iam/command/user/delete-user/delete-user.command.d.ts +19 -0
  471. package/dist/service/iam/command/user/delete-user/delete-user.command.d.ts.map +1 -0
  472. package/dist/service/iam/command/user/delete-user/delete-user.command.js +2 -0
  473. package/dist/service/iam/command/user/delete-user/delete-user.command.js.map +1 -0
  474. package/dist/service/iam/command/user/delete-user/delete-user.handler.d.ts +34 -0
  475. package/dist/service/iam/command/user/delete-user/delete-user.handler.d.ts.map +1 -0
  476. package/dist/service/iam/command/user/delete-user/delete-user.handler.js +51 -0
  477. package/dist/service/iam/command/user/delete-user/delete-user.handler.js.map +1 -0
  478. package/dist/service/iam/command/user/sim-iam-user-command-handlers.d.ts +15 -0
  479. package/dist/service/iam/command/user/sim-iam-user-command-handlers.d.ts.map +1 -1
  480. package/dist/service/iam/command/user/sim-iam-user-command-handlers.js +36 -0
  481. package/dist/service/iam/command/user/sim-iam-user-command-handlers.js.map +1 -1
  482. package/dist/service/iam/sdk/sim-iam-sdk-command-router.d.ts.map +1 -1
  483. package/dist/service/iam/sdk/sim-iam-sdk-command-router.js +12 -0
  484. package/dist/service/iam/sdk/sim-iam-sdk-command-router.js.map +1 -1
  485. package/dist/service/iam/serve/sim-iam-api.d.ts +18 -0
  486. package/dist/service/iam/serve/sim-iam-api.d.ts.map +1 -0
  487. package/dist/service/iam/serve/sim-iam-api.js +38 -0
  488. package/dist/service/iam/serve/sim-iam-api.js.map +1 -0
  489. package/dist/service/iam/serve/sim-iam-query-entity.d.ts +12 -0
  490. package/dist/service/iam/serve/sim-iam-query-entity.d.ts.map +1 -0
  491. package/dist/service/iam/serve/sim-iam-query-entity.js +22 -0
  492. package/dist/service/iam/serve/sim-iam-query-entity.js.map +1 -0
  493. package/dist/service/iam/serve/sim-iam-query-listing.d.ts +18 -0
  494. package/dist/service/iam/serve/sim-iam-query-listing.d.ts.map +1 -0
  495. package/dist/service/iam/serve/sim-iam-query-listing.js +25 -0
  496. package/dist/service/iam/serve/sim-iam-query-listing.js.map +1 -0
  497. package/dist/service/iam/serve/sim-iam-query-policy-operations.d.ts +6 -0
  498. package/dist/service/iam/serve/sim-iam-query-policy-operations.d.ts.map +1 -0
  499. package/dist/service/iam/serve/sim-iam-query-policy-operations.js +70 -0
  500. package/dist/service/iam/serve/sim-iam-query-policy-operations.js.map +1 -0
  501. package/dist/service/iam/serve/sim-iam-query-role-operations.d.ts +10 -0
  502. package/dist/service/iam/serve/sim-iam-query-role-operations.d.ts.map +1 -0
  503. package/dist/service/iam/serve/sim-iam-query-role-operations.js +108 -0
  504. package/dist/service/iam/serve/sim-iam-query-role-operations.js.map +1 -0
  505. package/dist/service/iam/serve/sim-iam-query-user-operations.d.ts +11 -0
  506. package/dist/service/iam/serve/sim-iam-query-user-operations.d.ts.map +1 -0
  507. package/dist/service/iam/serve/sim-iam-query-user-operations.js +62 -0
  508. package/dist/service/iam/serve/sim-iam-query-user-operations.js.map +1 -0
  509. package/dist/service/iam/sim-iam.d.ts +12 -0
  510. package/dist/service/iam/sim-iam.d.ts.map +1 -1
  511. package/dist/service/iam/sim-iam.js +18 -0
  512. package/dist/service/iam/sim-iam.js.map +1 -1
  513. package/dist/service/iam/user/sim-iam-user-login-profile.d.ts +14 -0
  514. package/dist/service/iam/user/sim-iam-user-login-profile.d.ts.map +1 -0
  515. package/dist/service/iam/user/sim-iam-user-login-profile.js +2 -0
  516. package/dist/service/iam/user/sim-iam-user-login-profile.js.map +1 -0
  517. package/dist/service/iam/user/sim-iam-user.d.ts +8 -0
  518. package/dist/service/iam/user/sim-iam-user.d.ts.map +1 -1
  519. package/dist/service/lambda/function/code/sim-lambda-executable-code.d.ts +6 -5
  520. package/dist/service/lambda/function/code/sim-lambda-executable-code.d.ts.map +1 -1
  521. package/dist/service/lambda/function/code/sim-lambda-executable-code.js +7 -6
  522. package/dist/service/lambda/function/code/sim-lambda-executable-code.js.map +1 -1
  523. package/dist/service/lambda/function/invoke/sim-lambda-host-scope.d.ts +11 -3
  524. package/dist/service/lambda/function/invoke/sim-lambda-host-scope.d.ts.map +1 -1
  525. package/dist/service/lambda/function/invoke/sim-lambda-host-scope.js +13 -7
  526. package/dist/service/lambda/function/invoke/sim-lambda-host-scope.js.map +1 -1
  527. package/dist/service/lambda/function/invoke/sim-lambda-process-output.d.ts +104 -0
  528. package/dist/service/lambda/function/invoke/sim-lambda-process-output.d.ts.map +1 -0
  529. package/dist/service/lambda/function/invoke/sim-lambda-process-output.js +133 -0
  530. package/dist/service/lambda/function/invoke/sim-lambda-process-output.js.map +1 -0
  531. package/dist/service/lambda/function/logging/sim-lambda-function-logging.d.ts +10 -0
  532. package/dist/service/lambda/function/logging/sim-lambda-function-logging.d.ts.map +1 -1
  533. package/dist/service/lambda/function/logging/sim-lambda-function-logging.js +11 -0
  534. package/dist/service/lambda/function/logging/sim-lambda-function-logging.js.map +1 -1
  535. package/dist/service/lambda/function/sim-lambda-function.d.ts +2 -1
  536. package/dist/service/lambda/function/sim-lambda-function.d.ts.map +1 -1
  537. package/dist/service/lambda/function/sim-lambda-function.js +5 -2
  538. package/dist/service/lambda/function/sim-lambda-function.js.map +1 -1
  539. package/dist/service/lambda/serve/api/sim-lambda-api-event-source-routes.d.ts +9 -0
  540. package/dist/service/lambda/serve/api/sim-lambda-api-event-source-routes.d.ts.map +1 -0
  541. package/dist/service/lambda/serve/api/sim-lambda-api-event-source-routes.js +59 -0
  542. package/dist/service/lambda/serve/api/sim-lambda-api-event-source-routes.js.map +1 -0
  543. package/dist/service/lambda/serve/api/sim-lambda-api-function-routes.d.ts +6 -0
  544. package/dist/service/lambda/serve/api/sim-lambda-api-function-routes.d.ts.map +1 -0
  545. package/dist/service/lambda/serve/api/sim-lambda-api-function-routes.js +91 -0
  546. package/dist/service/lambda/serve/api/sim-lambda-api-function-routes.js.map +1 -0
  547. package/dist/service/lambda/serve/api/sim-lambda-api-invoke-output.d.ts +12 -0
  548. package/dist/service/lambda/serve/api/sim-lambda-api-invoke-output.d.ts.map +1 -0
  549. package/dist/service/lambda/serve/api/sim-lambda-api-invoke-output.js +28 -0
  550. package/dist/service/lambda/serve/api/sim-lambda-api-invoke-output.js.map +1 -0
  551. package/dist/service/lambda/serve/api/sim-lambda-api-permission-routes.d.ts +10 -0
  552. package/dist/service/lambda/serve/api/sim-lambda-api-permission-routes.d.ts.map +1 -0
  553. package/dist/service/lambda/serve/api/sim-lambda-api-permission-routes.js +36 -0
  554. package/dist/service/lambda/serve/api/sim-lambda-api-permission-routes.js.map +1 -0
  555. package/dist/service/lambda/serve/api/sim-lambda-api-routes.d.ts +11 -0
  556. package/dist/service/lambda/serve/api/sim-lambda-api-routes.d.ts.map +1 -0
  557. package/dist/service/lambda/serve/api/sim-lambda-api-routes.js +19 -0
  558. package/dist/service/lambda/serve/api/sim-lambda-api-routes.js.map +1 -0
  559. package/dist/service/lambda/serve/api/sim-lambda-api-url-routes.d.ts +11 -0
  560. package/dist/service/lambda/serve/api/sim-lambda-api-url-routes.d.ts.map +1 -0
  561. package/dist/service/lambda/serve/api/sim-lambda-api-url-routes.js +50 -0
  562. package/dist/service/lambda/serve/api/sim-lambda-api-url-routes.js.map +1 -0
  563. package/dist/service/lambda/serve/api/sim-lambda-api.d.ts +16 -0
  564. package/dist/service/lambda/serve/api/sim-lambda-api.d.ts.map +1 -0
  565. package/dist/service/lambda/serve/api/sim-lambda-api.js +22 -0
  566. package/dist/service/lambda/serve/api/sim-lambda-api.js.map +1 -0
  567. package/dist/service/s3/bucket/notification/sim-s3-notification-event.d.ts +1 -1
  568. package/dist/service/s3/bucket/notification/sim-s3-notification-event.d.ts.map +1 -1
  569. package/dist/service/s3/bucket/notification/sim-s3-notification-event.js +9 -1
  570. package/dist/service/s3/bucket/notification/sim-s3-notification-event.js.map +1 -1
  571. package/dist/service/s3/bucket/notification/sim-s3-unsimulated-notification-events.d.ts.map +1 -1
  572. package/dist/service/s3/bucket/notification/sim-s3-unsimulated-notification-events.js +0 -1
  573. package/dist/service/s3/bucket/notification/sim-s3-unsimulated-notification-events.js.map +1 -1
  574. package/dist/service/s3/bucket/sim-s3-bucket.d.ts +10 -0
  575. package/dist/service/s3/bucket/sim-s3-bucket.d.ts.map +1 -1
  576. package/dist/service/s3/bucket/sim-s3-bucket.js +12 -0
  577. package/dist/service/s3/bucket/sim-s3-bucket.js.map +1 -1
  578. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.command.d.ts +23 -0
  579. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.command.d.ts.map +1 -0
  580. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.command.js +2 -0
  581. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.command.js.map +1 -0
  582. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.handler.d.ts +23 -0
  583. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.handler.d.ts.map +1 -0
  584. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.handler.js +32 -0
  585. package/dist/service/s3/command/abort-multipart-upload/abort-multipart-upload.handler.js.map +1 -0
  586. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.command.d.ts +42 -0
  587. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.command.d.ts.map +1 -0
  588. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.command.js +2 -0
  589. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.command.js.map +1 -0
  590. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.handler.d.ts +28 -0
  591. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.handler.d.ts.map +1 -0
  592. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.handler.js +73 -0
  593. package/dist/service/s3/command/complete-multipart-upload/complete-multipart-upload.handler.js.map +1 -0
  594. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.command.d.ts +30 -0
  595. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.command.d.ts.map +1 -0
  596. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.command.js +2 -0
  597. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.command.js.map +1 -0
  598. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.handler.d.ts +21 -0
  599. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.handler.d.ts.map +1 -0
  600. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.handler.js +38 -0
  601. package/dist/service/s3/command/create-multipart-upload/create-multipart-upload.handler.js.map +1 -0
  602. package/dist/service/s3/command/get-object/get-object-loader.d.ts +5 -3
  603. package/dist/service/s3/command/get-object/get-object-loader.d.ts.map +1 -1
  604. package/dist/service/s3/command/get-object/get-object-loader.js +19 -4
  605. package/dist/service/s3/command/get-object/get-object-loader.js.map +1 -1
  606. package/dist/service/s3/command/get-object/get-object.command.d.ts +13 -0
  607. package/dist/service/s3/command/get-object/get-object.command.d.ts.map +1 -1
  608. package/dist/service/s3/command/get-object/get-object.handler.d.ts +3 -0
  609. package/dist/service/s3/command/get-object/get-object.handler.d.ts.map +1 -1
  610. package/dist/service/s3/command/get-object/get-object.handler.js +4 -1
  611. package/dist/service/s3/command/get-object/get-object.handler.js.map +1 -1
  612. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.command.d.ts +34 -0
  613. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.command.d.ts.map +1 -0
  614. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.command.js +2 -0
  615. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.command.js.map +1 -0
  616. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.handler.d.ts +23 -0
  617. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.handler.d.ts.map +1 -0
  618. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.handler.js +43 -0
  619. package/dist/service/s3/command/list-multipart-uploads/list-multipart-uploads.handler.js.map +1 -0
  620. package/dist/service/s3/command/list-parts/list-parts.command.d.ts +37 -0
  621. package/dist/service/s3/command/list-parts/list-parts.command.d.ts.map +1 -0
  622. package/dist/service/s3/command/list-parts/list-parts.command.js +2 -0
  623. package/dist/service/s3/command/list-parts/list-parts.command.js.map +1 -0
  624. package/dist/service/s3/command/list-parts/list-parts.handler.d.ts +22 -0
  625. package/dist/service/s3/command/list-parts/list-parts.handler.d.ts.map +1 -0
  626. package/dist/service/s3/command/list-parts/list-parts.handler.js +47 -0
  627. package/dist/service/s3/command/list-parts/list-parts.handler.js.map +1 -0
  628. package/dist/service/s3/command/multipart/sim-s3-multipart-access.d.ts +54 -0
  629. package/dist/service/s3/command/multipart/sim-s3-multipart-access.d.ts.map +1 -0
  630. package/dist/service/s3/command/multipart/sim-s3-multipart-access.js +60 -0
  631. package/dist/service/s3/command/multipart/sim-s3-multipart-access.js.map +1 -0
  632. package/dist/service/s3/command/multipart/sim-s3-multipart-authorizer.d.ts +36 -0
  633. package/dist/service/s3/command/multipart/sim-s3-multipart-authorizer.d.ts.map +1 -0
  634. package/dist/service/s3/command/multipart/sim-s3-multipart-authorizer.js +52 -0
  635. package/dist/service/s3/command/multipart/sim-s3-multipart-authorizer.js.map +1 -0
  636. package/dist/service/s3/command/multipart/sim-s3-multipart-commands.d.ts +35 -0
  637. package/dist/service/s3/command/multipart/sim-s3-multipart-commands.d.ts.map +1 -0
  638. package/dist/service/s3/command/multipart/sim-s3-multipart-commands.js +52 -0
  639. package/dist/service/s3/command/multipart/sim-s3-multipart-commands.js.map +1 -0
  640. package/dist/service/s3/command/put-object/put-object-builder.d.ts +0 -32
  641. package/dist/service/s3/command/put-object/put-object-builder.d.ts.map +1 -1
  642. package/dist/service/s3/command/put-object/put-object-builder.js +5 -61
  643. package/dist/service/s3/command/put-object/put-object-builder.js.map +1 -1
  644. package/dist/service/s3/command/put-object/put-object.command.d.ts +7 -17
  645. package/dist/service/s3/command/put-object/put-object.command.d.ts.map +1 -1
  646. package/dist/service/s3/command/put-object/put-object.handler.d.ts.map +1 -1
  647. package/dist/service/s3/command/put-object/put-object.handler.js +6 -1
  648. package/dist/service/s3/command/put-object/put-object.handler.js.map +1 -1
  649. package/dist/service/s3/command/sim-s3-command.types.d.ts +6 -0
  650. package/dist/service/s3/command/sim-s3-command.types.d.ts.map +1 -1
  651. package/dist/service/s3/command/upload-part/upload-part.command.d.ts +32 -0
  652. package/dist/service/s3/command/upload-part/upload-part.command.d.ts.map +1 -0
  653. package/dist/service/s3/command/upload-part/upload-part.command.js +2 -0
  654. package/dist/service/s3/command/upload-part/upload-part.command.js.map +1 -0
  655. package/dist/service/s3/command/upload-part/upload-part.handler.d.ts +22 -0
  656. package/dist/service/s3/command/upload-part/upload-part.handler.d.ts.map +1 -0
  657. package/dist/service/s3/command/upload-part/upload-part.handler.js +34 -0
  658. package/dist/service/s3/command/upload-part/upload-part.handler.js.map +1 -0
  659. package/dist/service/s3/error/sim-s3.error.d.ts +47 -0
  660. package/dist/service/s3/error/sim-s3.error.d.ts.map +1 -1
  661. package/dist/service/s3/error/sim-s3.error.js +55 -0
  662. package/dist/service/s3/error/sim-s3.error.js.map +1 -1
  663. package/dist/service/s3/notification/event/sim-s3-object-event-builder.d.ts +10 -0
  664. package/dist/service/s3/notification/event/sim-s3-object-event-builder.d.ts.map +1 -1
  665. package/dist/service/s3/notification/event/sim-s3-object-event-builder.js +1 -1
  666. package/dist/service/s3/notification/event/sim-s3-object-event-builder.js.map +1 -1
  667. package/dist/service/s3/notification/sim-s3-object-notifier.d.ts +1 -1
  668. package/dist/service/s3/notification/sim-s3-object-notifier.js +2 -2
  669. package/dist/service/s3/notification/sim-s3-object-notifier.js.map +1 -1
  670. package/dist/service/s3/object/s3-object-etag.d.ts +20 -4
  671. package/dist/service/s3/object/s3-object-etag.d.ts.map +1 -1
  672. package/dist/service/s3/object/s3-object-etag.js +25 -4
  673. package/dist/service/s3/object/s3-object-etag.js.map +1 -1
  674. package/dist/service/s3/object/s3-object-range.d.ts +26 -0
  675. package/dist/service/s3/object/s3-object-range.d.ts.map +1 -0
  676. package/dist/service/s3/object/s3-object-range.js +89 -0
  677. package/dist/service/s3/object/s3-object-range.js.map +1 -0
  678. package/dist/service/s3/object/s3-object-response-headers.d.ts +7 -1
  679. package/dist/service/s3/object/s3-object-response-headers.d.ts.map +1 -1
  680. package/dist/service/s3/object/s3-object-response-headers.js +5 -1
  681. package/dist/service/s3/object/s3-object-response-headers.js.map +1 -1
  682. package/dist/service/s3/object/s3-object-summary.d.ts +9 -0
  683. package/dist/service/s3/object/s3-object-summary.d.ts.map +1 -1
  684. package/dist/service/s3/object/s3-object-summary.js +2 -2
  685. package/dist/service/s3/object/s3-object-summary.js.map +1 -1
  686. package/dist/service/s3/object/s3-object.d.ts +10 -0
  687. package/dist/service/s3/object/s3-object.d.ts.map +1 -1
  688. package/dist/service/s3/object/s3-object.js +7 -1
  689. package/dist/service/s3/object/s3-object.js.map +1 -1
  690. package/dist/service/s3/object/s3-write-body.d.ts +23 -0
  691. package/dist/service/s3/object/s3-write-body.d.ts.map +1 -0
  692. package/dist/service/s3/object/s3-write-body.js +26 -0
  693. package/dist/service/s3/object/s3-write-body.js.map +1 -0
  694. package/dist/service/s3/object/s3-write-metadata.d.ts +33 -0
  695. package/dist/service/s3/object/s3-write-metadata.d.ts.map +1 -0
  696. package/dist/service/s3/object/s3-write-metadata.js +35 -0
  697. package/dist/service/s3/object/s3-write-metadata.js.map +1 -0
  698. package/dist/service/s3/sdk/sim-s3-sdk-command-router.d.ts.map +1 -1
  699. package/dist/service/s3/sdk/sim-s3-sdk-command-router.js +24 -0
  700. package/dist/service/s3/sdk/sim-s3-sdk-command-router.js.map +1 -1
  701. package/dist/service/s3/serve/api/sim-s3-api-bucket-routes.d.ts.map +1 -1
  702. package/dist/service/s3/serve/api/sim-s3-api-bucket-routes.js +8 -0
  703. package/dist/service/s3/serve/api/sim-s3-api-bucket-routes.js.map +1 -1
  704. package/dist/service/s3/serve/api/sim-s3-api-input.d.ts +0 -9
  705. package/dist/service/s3/serve/api/sim-s3-api-input.d.ts.map +1 -1
  706. package/dist/service/s3/serve/api/sim-s3-api-input.js +0 -23
  707. package/dist/service/s3/serve/api/sim-s3-api-input.js.map +1 -1
  708. package/dist/service/s3/serve/api/sim-s3-api-multipart-input.d.ts +25 -0
  709. package/dist/service/s3/serve/api/sim-s3-api-multipart-input.d.ts.map +1 -0
  710. package/dist/service/s3/serve/api/sim-s3-api-multipart-input.js +48 -0
  711. package/dist/service/s3/serve/api/sim-s3-api-multipart-input.js.map +1 -0
  712. package/dist/service/s3/serve/api/sim-s3-api-multipart-listing.d.ts +36 -0
  713. package/dist/service/s3/serve/api/sim-s3-api-multipart-listing.d.ts.map +1 -0
  714. package/dist/service/s3/serve/api/sim-s3-api-multipart-listing.js +34 -0
  715. package/dist/service/s3/serve/api/sim-s3-api-multipart-listing.js.map +1 -0
  716. package/dist/service/s3/serve/api/sim-s3-api-multipart-output.d.ts +10 -0
  717. package/dist/service/s3/serve/api/sim-s3-api-multipart-output.d.ts.map +1 -0
  718. package/dist/service/s3/serve/api/sim-s3-api-multipart-output.js +62 -0
  719. package/dist/service/s3/serve/api/sim-s3-api-multipart-output.js.map +1 -0
  720. package/dist/service/s3/serve/api/sim-s3-api-object-input.d.ts +27 -0
  721. package/dist/service/s3/serve/api/sim-s3-api-object-input.d.ts.map +1 -0
  722. package/dist/service/s3/serve/api/sim-s3-api-object-input.js +47 -0
  723. package/dist/service/s3/serve/api/sim-s3-api-object-input.js.map +1 -0
  724. package/dist/service/s3/serve/api/sim-s3-api-object-output.d.ts +10 -0
  725. package/dist/service/s3/serve/api/sim-s3-api-object-output.d.ts.map +1 -0
  726. package/dist/service/s3/serve/api/sim-s3-api-object-output.js +38 -0
  727. package/dist/service/s3/serve/api/sim-s3-api-object-output.js.map +1 -0
  728. package/dist/service/s3/serve/api/sim-s3-api-object-routes.d.ts.map +1 -1
  729. package/dist/service/s3/serve/api/sim-s3-api-object-routes.js +38 -2
  730. package/dist/service/s3/serve/api/sim-s3-api-object-routes.js.map +1 -1
  731. package/dist/service/s3/serve/api/sim-s3-api-output.d.ts.map +1 -1
  732. package/dist/service/s3/serve/api/sim-s3-api-output.js +15 -36
  733. package/dist/service/s3/serve/api/sim-s3-api-output.js.map +1 -1
  734. package/dist/service/s3/serve/api/sim-s3-api-routes.d.ts.map +1 -1
  735. package/dist/service/s3/serve/api/sim-s3-api-routes.js +2 -1
  736. package/dist/service/s3/serve/api/sim-s3-api-routes.js.map +1 -1
  737. package/dist/service/s3/serve/api/sim-s3-api-xml-read.d.ts +7 -0
  738. package/dist/service/s3/serve/api/sim-s3-api-xml-read.d.ts.map +1 -1
  739. package/dist/service/s3/serve/api/sim-s3-api-xml-read.js +16 -1
  740. package/dist/service/s3/serve/api/sim-s3-api-xml-read.js.map +1 -1
  741. package/dist/service/s3/serve/sim-s3-rest-object-reader.d.ts +5 -0
  742. package/dist/service/s3/serve/sim-s3-rest-object-reader.d.ts.map +1 -1
  743. package/dist/service/s3/serve/sim-s3-rest-object-reader.js +20 -3
  744. package/dist/service/s3/serve/sim-s3-rest-object-reader.js.map +1 -1
  745. package/dist/service/s3/sim-s3-commands.d.ts +2 -0
  746. package/dist/service/s3/sim-s3-commands.d.ts.map +1 -1
  747. package/dist/service/s3/sim-s3-commands.js +3 -0
  748. package/dist/service/s3/sim-s3-commands.js.map +1 -1
  749. package/dist/service/s3/sim-s3-operations.d.ts +12 -0
  750. package/dist/service/s3/sim-s3-operations.d.ts.map +1 -1
  751. package/dist/service/s3/sim-s3-operations.js +24 -0
  752. package/dist/service/s3/sim-s3-operations.js.map +1 -1
  753. package/dist/service/s3/upload/sim-s3-completed-upload.d.ts +30 -0
  754. package/dist/service/s3/upload/sim-s3-completed-upload.d.ts.map +1 -0
  755. package/dist/service/s3/upload/sim-s3-completed-upload.js +69 -0
  756. package/dist/service/s3/upload/sim-s3-completed-upload.js.map +1 -0
  757. package/dist/service/s3/upload/sim-s3-multipart-upload.d.ts +66 -0
  758. package/dist/service/s3/upload/sim-s3-multipart-upload.d.ts.map +1 -0
  759. package/dist/service/s3/upload/sim-s3-multipart-upload.js +78 -0
  760. package/dist/service/s3/upload/sim-s3-multipart-upload.js.map +1 -0
  761. package/dist/service/s3/upload/sim-s3-multipart-uploads.d.ts +48 -0
  762. package/dist/service/s3/upload/sim-s3-multipart-uploads.d.ts.map +1 -0
  763. package/dist/service/s3/upload/sim-s3-multipart-uploads.js +62 -0
  764. package/dist/service/s3/upload/sim-s3-multipart-uploads.js.map +1 -0
  765. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-dynamic-reference-resolver.d.ts +51 -0
  766. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-dynamic-reference-resolver.d.ts.map +1 -0
  767. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-dynamic-reference-resolver.js +89 -0
  768. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-dynamic-reference-resolver.js.map +1 -0
  769. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-json-key.d.ts +9 -0
  770. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-json-key.d.ts.map +1 -0
  771. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-json-key.js +40 -0
  772. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-json-key.js.map +1 -0
  773. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-reference-body.d.ts +40 -0
  774. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-reference-body.d.ts.map +1 -0
  775. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-reference-body.js +90 -0
  776. package/dist/service/secretsmanager/cfn/dynamic/sim-cfn-secrets-manager-reference-body.js.map +1 -0
  777. package/dist/service/sns/serve/sim-sns-api.d.ts +15 -0
  778. package/dist/service/sns/serve/sim-sns-api.d.ts.map +1 -0
  779. package/dist/service/sns/serve/sim-sns-api.js +37 -0
  780. package/dist/service/sns/serve/sim-sns-api.js.map +1 -0
  781. package/dist/service/sns/serve/sim-sns-query-publish-operations.d.ts +6 -0
  782. package/dist/service/sns/serve/sim-sns-query-publish-operations.d.ts.map +1 -0
  783. package/dist/service/sns/serve/sim-sns-query-publish-operations.js +36 -0
  784. package/dist/service/sns/serve/sim-sns-query-publish-operations.js.map +1 -0
  785. package/dist/service/sns/serve/sim-sns-query-published-message.d.ts +10 -0
  786. package/dist/service/sns/serve/sim-sns-query-published-message.d.ts.map +1 -0
  787. package/dist/service/sns/serve/sim-sns-query-published-message.js +39 -0
  788. package/dist/service/sns/serve/sim-sns-query-published-message.js.map +1 -0
  789. package/dist/service/sns/serve/sim-sns-query-sms-operations.d.ts +9 -0
  790. package/dist/service/sns/serve/sim-sns-query-sms-operations.d.ts.map +1 -0
  791. package/dist/service/sns/serve/sim-sns-query-sms-operations.js +40 -0
  792. package/dist/service/sns/serve/sim-sns-query-sms-operations.js.map +1 -0
  793. package/dist/service/sns/serve/sim-sns-query-subscription-operations.d.ts +6 -0
  794. package/dist/service/sns/serve/sim-sns-query-subscription-operations.d.ts.map +1 -0
  795. package/dist/service/sns/serve/sim-sns-query-subscription-operations.js +83 -0
  796. package/dist/service/sns/serve/sim-sns-query-subscription-operations.js.map +1 -0
  797. package/dist/service/sns/serve/sim-sns-query-topic-operations.d.ts +6 -0
  798. package/dist/service/sns/serve/sim-sns-query-topic-operations.d.ts.map +1 -0
  799. package/dist/service/sns/serve/sim-sns-query-topic-operations.js +62 -0
  800. package/dist/service/sns/serve/sim-sns-query-topic-operations.js.map +1 -0
  801. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-dynamic-reference-resolver.d.ts +32 -0
  802. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-dynamic-reference-resolver.d.ts.map +1 -0
  803. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-dynamic-reference-resolver.js +61 -0
  804. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-dynamic-reference-resolver.js.map +1 -0
  805. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-reference-body.d.ts +14 -0
  806. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-reference-body.d.ts.map +1 -0
  807. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-reference-body.js +26 -0
  808. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-reference-body.js.map +1 -0
  809. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-reference-stand-in.d.ts +11 -0
  810. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-reference-stand-in.d.ts.map +1 -0
  811. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-reference-stand-in.js +16 -0
  812. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-reference-stand-in.js.map +1 -0
  813. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-dynamic-reference-resolver.d.ts +40 -0
  814. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-dynamic-reference-resolver.d.ts.map +1 -0
  815. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-dynamic-reference-resolver.js +67 -0
  816. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-dynamic-reference-resolver.js.map +1 -0
  817. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-reference-properties.d.ts +8 -0
  818. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-reference-properties.d.ts.map +1 -0
  819. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-reference-properties.js +61 -0
  820. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-reference-properties.js.map +1 -0
  821. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-refusals.d.ts +19 -0
  822. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-refusals.d.ts.map +1 -0
  823. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-refusals.js +37 -0
  824. package/dist/service/ssm/cfn/dynamic/sim-cfn-ssm-secure-refusals.js.map +1 -0
  825. package/dist/service/ssm/cfn/parameter/sim-cfn-ssm-parameter-value-reader.d.ts +36 -0
  826. package/dist/service/ssm/cfn/parameter/sim-cfn-ssm-parameter-value-reader.d.ts.map +1 -0
  827. package/dist/service/ssm/cfn/parameter/sim-cfn-ssm-parameter-value-reader.js +48 -0
  828. package/dist/service/ssm/cfn/parameter/sim-cfn-ssm-parameter-value-reader.js.map +1 -0
  829. package/dist/service/ssm/sim-ssm.d.ts +15 -0
  830. package/dist/service/ssm/sim-ssm.d.ts.map +1 -1
  831. package/dist/service/ssm/sim-ssm.js +21 -0
  832. package/dist/service/ssm/sim-ssm.js.map +1 -1
  833. package/dist/service/sts/serve/sim-sts-api.d.ts +7 -19
  834. package/dist/service/sts/serve/sim-sts-api.d.ts.map +1 -1
  835. package/dist/service/sts/serve/sim-sts-api.js +44 -48
  836. package/dist/service/sts/serve/sim-sts-api.js.map +1 -1
  837. package/dist/util/xml/xml-document.d.ts +4 -0
  838. package/dist/util/xml/xml-document.d.ts.map +1 -1
  839. package/dist/util/xml/xml-document.js +11 -0
  840. package/dist/util/xml/xml-document.js.map +1 -1
  841. package/package.json +1 -1
  842. package/dist/service/iam/cfn/role/sim-cfn-iam-role-policies-parser.d.ts +0 -25
  843. package/dist/service/iam/cfn/role/sim-cfn-iam-role-policies-parser.d.ts.map +0 -1
  844. package/dist/service/iam/cfn/role/sim-cfn-iam-role-policies-parser.js.map +0 -1
  845. package/dist/service/sts/serve/sim-sts-query-request.d.ts +0 -19
  846. package/dist/service/sts/serve/sim-sts-query-request.d.ts.map +0 -1
  847. package/dist/service/sts/serve/sim-sts-query-request.js +0 -27
  848. package/dist/service/sts/serve/sim-sts-query-request.js.map +0 -1
  849. package/dist/service/sts/serve/sim-sts-query-response.d.ts +0 -15
  850. package/dist/service/sts/serve/sim-sts-query-response.d.ts.map +0 -1
  851. package/dist/service/sts/serve/sim-sts-query-response.js +0 -42
  852. package/dist/service/sts/serve/sim-sts-query-response.js.map +0 -1
@@ -0,0 +1,43 @@
1
+ import type { AwsRegionName } from "../../aws/sim-aws-region.js";
2
+ import { type SimCdkAssemblyStack } from "../cdk/sim-cdk-assembly-manifest.js";
3
+ import { type SimCfnCdkOutStackOptionsByName } from "./sim-cfn-cdk-out-stack-options.js";
4
+ export interface SimCloudFormationDeployCdkOutProperties {
5
+ /** The `cdk.out` directory to deploy, holding a `manifest.json`. */
6
+ readonly directoryPath: string;
7
+ /**
8
+ * The Stacks to deploy, named by Stack name or by CDK artifact ID.
9
+ *
10
+ * Every Stack in the assembly is deployed when this is left out, which is
11
+ * rarely what a test wants of an app that also synthesizes a deployment
12
+ * pipeline.
13
+ *
14
+ * The order they are named is the order they deploy in. A Stack the manifest
15
+ * says another depends on still goes first, whatever order the two are named
16
+ * in.
17
+ */
18
+ readonly stackNames?: readonly string[] | undefined;
19
+ /**
20
+ * Bindings, parameters and a transform for individual Stacks, keyed the same
21
+ * way `stackNames` names them.
22
+ */
23
+ readonly stackOptions?: SimCfnCdkOutStackOptionsByName | undefined;
24
+ }
25
+ /** A Stack to deploy, in the region it has been resolved into. */
26
+ export interface SimCfnCdkOutPlannedStack extends SimCdkAssemblyStack {
27
+ readonly regionName: AwsRegionName;
28
+ }
29
+ export interface SimCfnCdkOutPlan {
30
+ readonly stacks: readonly SimCfnCdkOutPlannedStack[];
31
+ readonly stackOptions?: SimCfnCdkOutStackOptionsByName | undefined;
32
+ }
33
+ /**
34
+ * Work out which Stacks to deploy, in what order, and into which region.
35
+ *
36
+ * Everything a deployment decides from the cloud assembly is decided here, so
37
+ * an assembly that cannot be deployed says so before any Stack is created.
38
+ */
39
+ export declare function planCdkOutDeployment(properties: {
40
+ readonly request: SimCloudFormationDeployCdkOutProperties | string;
41
+ readonly defaultRegionName: AwsRegionName;
42
+ }): Promise<SimCfnCdkOutPlan>;
43
+ //# sourceMappingURL=sim-cfn-cdk-out-plan.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-cdk-out-plan.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-cdk-out-plan.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,qCAAqC,CAAC;AAG7C,OAAO,EAEL,KAAK,8BAA8B,EACpC,MAAM,oCAAoC,CAAC;AAE5C,MAAM,WAAW,uCAAuC;IACtD,oEAAoE;IACpE,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAE/B;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,CAAC;IAEpD;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;CACpE;AAED,kEAAkE;AAClE,MAAM,WAAW,wBAAyB,SAAQ,mBAAmB;IACnE,QAAQ,CAAC,UAAU,EAAE,aAAa,CAAC;CACpC;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,MAAM,EAAE,SAAS,wBAAwB,EAAE,CAAC;IACrD,QAAQ,CAAC,YAAY,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;CACpE;AAED;;;;;GAKG;AACH,wBAAsB,oBAAoB,CAAC,UAAU,EAAE;IACrD,QAAQ,CAAC,OAAO,EAAE,uCAAuC,GAAG,MAAM,CAAC;IACnE,QAAQ,CAAC,iBAAiB,EAAE,aAAa,CAAC;CAC3C,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAoB5B"}
@@ -0,0 +1,35 @@
1
+ import path from "node:path";
2
+ import { loadCdkAssemblyStacks, } from "../cdk/sim-cdk-assembly-manifest.js";
3
+ import { orderCdkAssemblyStacks } from "../cdk/sim-cdk-assembly-order.js";
4
+ import { selectCdkAssemblyStacks } from "../cdk/sim-cdk-assembly-selection.js";
5
+ import { assertCdkOutOptionsAreDeployed, } from "./sim-cfn-cdk-out-stack-options.js";
6
+ /**
7
+ * Work out which Stacks to deploy, in what order, and into which region.
8
+ *
9
+ * Everything a deployment decides from the cloud assembly is decided here, so
10
+ * an assembly that cannot be deployed says so before any Stack is created.
11
+ */
12
+ export async function planCdkOutDeployment(properties) {
13
+ const { directoryPath, stackNames, stackOptions } = cdkOutDeployment(properties.request);
14
+ const selected = selectCdkAssemblyStacks({
15
+ stacks: await loadCdkAssemblyStacks(directoryPath),
16
+ stackNames,
17
+ directoryPath: path.resolve(directoryPath),
18
+ });
19
+ assertCdkOutOptionsAreDeployed(stackOptions, selected);
20
+ return {
21
+ stacks: orderCdkAssemblyStacks(selected).map((stack) => ({
22
+ ...stack,
23
+ regionName: stack.regionName ?? properties.defaultRegionName,
24
+ })),
25
+ stackOptions,
26
+ };
27
+ }
28
+ /**
29
+ * Normalize a cloud assembly deployment request, which may be the directory
30
+ * path on its own.
31
+ */
32
+ function cdkOutDeployment(request) {
33
+ return typeof request === "string" ? { directoryPath: request } : request;
34
+ }
35
+ //# sourceMappingURL=sim-cfn-cdk-out-plan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-cdk-out-plan.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-cdk-out-plan.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,WAAW,CAAC;AAE7B,OAAO,EACL,qBAAqB,GAEtB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EACL,8BAA8B,GAE/B,MAAM,oCAAoC,CAAC;AAoC5C;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAC,UAG1C;IACC,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,gBAAgB,CAClE,UAAU,CAAC,OAAO,CACnB,CAAC;IAEF,MAAM,QAAQ,GAAG,uBAAuB,CAAC;QACvC,MAAM,EAAE,MAAM,qBAAqB,CAAC,aAAa,CAAC;QAClD,UAAU;QACV,aAAa,EAAE,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC;KAC3C,CAAC,CAAC;IAEH,8BAA8B,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;IAEvD,OAAO;QACL,MAAM,EAAE,sBAAsB,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;YACvD,GAAG,KAAK;YACR,UAAU,EAAE,KAAK,CAAC,UAAU,IAAI,UAAU,CAAC,iBAAiB;SAC7D,CAAC,CAAC;QACH,YAAY;KACb,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,SAAS,gBAAgB,CACvB,OAAyD;IAEzD,OAAO,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAE,aAAa,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC;AAC5E,CAAC"}
@@ -0,0 +1,51 @@
1
+ import type { SimCdkAssemblyStack } from "../cdk/sim-cdk-assembly-manifest.js";
2
+ import type { SimCfnDeployBinding } from "../bind/sim-cfn-deploy-binding.js";
3
+ import type { SimCfnStack } from "../stack/sim-cfn-stack.js";
4
+ import type { CfnTemplateBodyRecord } from "../template/sim-cfn-template.js";
5
+ import type { SimCfnTemplateFileTransform } from "./sim-cfn-template-file-transform.js";
6
+ /**
7
+ * Adapts one Stack's parsed template, with the Stacks the same call has already
8
+ * deployed to hand.
9
+ *
10
+ * A synthesized template names the real account's resources as literals, and a
11
+ * simulation allocates its own identifiers for them. The deployed Stacks are
12
+ * keyed by Stack name, and a value one of them created is reached through
13
+ * `output(...)` or `getResource(...)`.
14
+ *
15
+ * A transform taking the template alone is this type too, since the deployed
16
+ * Stacks are the second argument.
17
+ */
18
+ export type SimCfnCdkOutTemplateTransform = (template: CfnTemplateBodyRecord, deployed: ReadonlyMap<string, SimCfnStack>) => CfnTemplateBodyRecord;
19
+ /**
20
+ * What one Stack in a cloud assembly is deployed with.
21
+ *
22
+ * These are the per-template options `deployTemplateFile` takes, for the one
23
+ * Stack they are keyed against. The transform sees more than that one does,
24
+ * because a Stack in an assembly has Stacks in front of it.
25
+ */
26
+ export interface SimCfnCdkOutStackOptions {
27
+ readonly parameters?: Record<string, string> | undefined;
28
+ readonly bindings?: readonly SimCfnDeployBinding[] | undefined;
29
+ readonly transform?: SimCfnCdkOutTemplateTransform | undefined;
30
+ }
31
+ export type SimCfnCdkOutStackOptionsByName = Record<string, SimCfnCdkOutStackOptions>;
32
+ /**
33
+ * The options a Stack is deployed with, keyed by Stack name or artifact ID.
34
+ */
35
+ export declare function cdkOutOptionsFor(stack: SimCdkAssemblyStack, optionsByName: SimCfnCdkOutStackOptionsByName | undefined): SimCfnCdkOutStackOptions;
36
+ /**
37
+ * Bind a Stack's transform to the Stacks deployed ahead of it.
38
+ *
39
+ * The deployment is copied on the way in, so a transform holding on to the map
40
+ * keeps the deployment it was handed while the call goes on deploying.
41
+ */
42
+ export declare function cdkOutBoundTransform(transform: SimCfnCdkOutTemplateTransform | undefined, deployed: ReadonlyMap<string, SimCfnStack>): SimCfnTemplateFileTransform | undefined;
43
+ /**
44
+ * Refuse options keyed against a Stack that is not being deployed.
45
+ *
46
+ * A renamed Stack would otherwise take its bindings and its transform with it
47
+ * without saying anything, and the deployment that lost them looks like one
48
+ * that never had them.
49
+ */
50
+ export declare function assertCdkOutOptionsAreDeployed(optionsByName: SimCfnCdkOutStackOptionsByName | undefined, deploying: readonly SimCdkAssemblyStack[]): void;
51
+ //# sourceMappingURL=sim-cfn-cdk-out-stack-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-cdk-out-stack-options.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-cdk-out-stack-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AAExF;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,6BAA6B,GAAG,CAC1C,QAAQ,EAAE,qBAAqB,EAC/B,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,KACvC,qBAAqB,CAAC;AAE3B;;;;;;GAMG;AACH,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IACzD,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,mBAAmB,EAAE,GAAG,SAAS,CAAC;IAC/D,QAAQ,CAAC,SAAS,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;CAChE;AAED,MAAM,MAAM,8BAA8B,GAAG,MAAM,CACjD,MAAM,EACN,wBAAwB,CACzB,CAAC;AAEF;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,mBAAmB,EAC1B,aAAa,EAAE,8BAA8B,GAAG,SAAS,GACxD,wBAAwB,CAI1B;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,6BAA6B,GAAG,SAAS,EACpD,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,GACzC,2BAA2B,GAAG,SAAS,CAQzC;AAED;;;;;;GAMG;AACH,wBAAgB,8BAA8B,CAC5C,aAAa,EAAE,8BAA8B,GAAG,SAAS,EACzD,SAAS,EAAE,SAAS,mBAAmB,EAAE,GACxC,IAAI,CAaN"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * The options a Stack is deployed with, keyed by Stack name or artifact ID.
3
+ */
4
+ export function cdkOutOptionsFor(stack, optionsByName) {
5
+ return (optionsByName?.[stack.stackName] ?? optionsByName?.[stack.artifactId] ?? {});
6
+ }
7
+ /**
8
+ * Bind a Stack's transform to the Stacks deployed ahead of it.
9
+ *
10
+ * The deployment is copied on the way in, so a transform holding on to the map
11
+ * keeps the deployment it was handed while the call goes on deploying.
12
+ */
13
+ export function cdkOutBoundTransform(transform, deployed) {
14
+ if (transform === undefined) {
15
+ return undefined;
16
+ }
17
+ const deployedSoFar = new Map(deployed);
18
+ return (template) => transform(template, deployedSoFar);
19
+ }
20
+ /**
21
+ * Refuse options keyed against a Stack that is not being deployed.
22
+ *
23
+ * A renamed Stack would otherwise take its bindings and its transform with it
24
+ * without saying anything, and the deployment that lost them looks like one
25
+ * that never had them.
26
+ */
27
+ export function assertCdkOutOptionsAreDeployed(optionsByName, deploying) {
28
+ const names = new Set(deploying.flatMap((stack) => [stack.stackName, stack.artifactId]));
29
+ const unmatched = Object.keys(optionsByName ?? {}).filter((name) => !names.has(name));
30
+ if (unmatched.length > 0) {
31
+ throw new Error(`Options were given for ${unmatched.join(", ")}, which no Stack being deployed is named. The Stacks being deployed are ${stackNames(deploying)}.`);
32
+ }
33
+ }
34
+ function stackNames(stacks) {
35
+ return stacks.map((stack) => stack.stackName).join(", ");
36
+ }
37
+ //# sourceMappingURL=sim-cfn-cdk-out-stack-options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-cdk-out-stack-options.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-cdk-out-stack-options.ts"],"names":[],"mappings":"AAyCA;;GAEG;AACH,MAAM,UAAU,gBAAgB,CAC9B,KAA0B,EAC1B,aAAyD;IAEzD,OAAO,CACL,aAAa,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC,IAAI,aAAa,EAAE,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,EAAE,CAC5E,CAAC;AACJ,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,oBAAoB,CAClC,SAAoD,EACpD,QAA0C;IAE1C,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;QAC5B,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,MAAM,aAAa,GAAG,IAAI,GAAG,CAAC,QAAQ,CAAC,CAAC;IAExC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,SAAS,CAAC,QAAQ,EAAE,aAAa,CAAC,CAAC;AAC1D,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,8BAA8B,CAC5C,aAAyD,EACzD,SAAyC;IAEzC,MAAM,KAAK,GAAG,IAAI,GAAG,CACnB,SAAS,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC,CAClE,CAAC;IACF,MAAM,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,aAAa,IAAI,EAAE,CAAC,CAAC,MAAM,CACvD,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAC3B,CAAC;IAEF,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACzB,MAAM,IAAI,KAAK,CACb,0BAA0B,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,2EAA2E,UAAU,CAAC,SAAS,CAAC,GAAG,CAClJ,CAAC;IACJ,CAAC;AACH,CAAC;AAED,SAAS,UAAU,CAAC,MAAsC;IACxD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC3D,CAAC"}
@@ -1,10 +1,12 @@
1
1
  import type { SimCfnStack, SimCloudFormationStackName } from "../stack/sim-cfn-stack.js";
2
2
  import type { CfnTemplateBodyRecord } from "../template/sim-cfn-template.js";
3
3
  import { type SimCloudFormationDeployTemplateFileProperties as SimCloudFormationDeployTemplateFileProperties } from "./sim-cfn-template-file-loader.js";
4
+ import { type SimCloudFormationDeployCdkOutProperties } from "./sim-cfn-cdk-out-deployer.js";
4
5
  import type { SimCfnDeployBinding } from "../bind/sim-cfn-deploy-binding.js";
5
6
  import type { SimAws } from "../../aws/sim-aws.js";
6
7
  import type { SimAwsAccountRegionScope } from "../../aws/sim-aws-account-region-scope.js";
7
8
  import type { BackgroundCompleter, BackgroundScheduler } from "../../../util/background/background.js";
9
+ import type { SimCfnExports } from "../export/sim-cfn-exports.js";
8
10
  export interface SimCloudFormationCreateStackProperties {
9
11
  readonly stackName?: SimCloudFormationStackName | string;
10
12
  readonly template: CfnTemplateBodyRecord;
@@ -26,6 +28,7 @@ interface SimCloudFormationTemplateDeployerProperties {
26
28
  readonly accountRegionScope: SimAwsAccountRegionScope;
27
29
  readonly stacks: Map<SimCloudFormationStackName, SimCfnStack>;
28
30
  readonly background: BackgroundScheduler & BackgroundCompleter;
31
+ readonly exports?: SimCfnExports | undefined;
29
32
  }
30
33
  /**
31
34
  * Deploys parsed or synthesized CloudFormation templates into simulated stacks.
@@ -42,8 +45,10 @@ export declare class SimCloudFormationTemplateDeployer {
42
45
  private readonly accountRegionScope;
43
46
  private readonly stacks;
44
47
  private readonly background;
48
+ private readonly exports;
45
49
  private readonly templateFileLoader;
46
50
  private readonly templateFileUpdater;
51
+ private readonly cdkOutDeployer;
47
52
  private readonly watches;
48
53
  constructor(properties: SimCloudFormationTemplateDeployerProperties);
49
54
  /**
@@ -60,6 +65,10 @@ export declare class SimCloudFormationTemplateDeployer {
60
65
  * keeps trying to update.
61
66
  */
62
67
  deployTemplateFile(properties: SimCloudFormationDeployTemplateFileProperties | string): Promise<SimCfnStack>;
68
+ /**
69
+ * Deploy the Stacks a synthesized CDK cloud assembly holds.
70
+ */
71
+ deployCdkOut(properties: SimCloudFormationDeployCdkOutProperties | string): Promise<ReadonlyMap<string, SimCfnStack>>;
63
72
  /**
64
73
  * Apply a synthesized CDK template file to the Stack it was deployed as, and
65
74
  * wait for the Resource work to finish.
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-template-deployer.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-deployer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,EACX,0BAA0B,EAC3B,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAO7E,OAAO,EAEL,KAAK,6CAA6C,IAAI,6CAA6C,EACpG,MAAM,mCAAmC,CAAC;AAI3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAC1F,OAAO,KAAK,EACV,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,wCAAwC,CAAC;AAKhD,MAAM,WAAW,sCAAsC;IACrD,QAAQ,CAAC,SAAS,CAAC,EAAE,0BAA0B,GAAG,MAAM,CAAC;IACzD,QAAQ,CAAC,QAAQ,EAAE,qBAAqB,CAAC;IACzC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IACzD,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,mBAAmB,EAAE,GAAG,SAAS,CAAC;IAE/D;;;;;;;OAOG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5C;AAED,YAAY,EAAE,6CAA6C,EAAE,MAAM,mCAAmC,CAAC;AAEvG,UAAU,2CAA2C;IACnD,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,kBAAkB,EAAE,wBAAwB,CAAC;IACtD,QAAQ,CAAC,MAAM,EAAE,GAAG,CAAC,0BAA0B,EAAE,WAAW,CAAC,CAAC;IAC9D,QAAQ,CAAC,UAAU,EAAE,mBAAmB,GAAG,mBAAmB,CAAC;CAChE;AAED;;;;;;;;;GASG;AACH,qBAAa,iCAAiC;IAC5C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAChC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA2B;IAC9D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+C;IACtE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA4C;IACvE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAkC;IACrE,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA4B;IAChE,OAAO,CAAC,QAAQ,CAAC,OAAO,CAA4B;IAEpD,YAAY,UAAU,EAAE,2CAA2C,EAalE;IAED;;;OAGG;IACG,cAAc,CAClB,UAAU,EAAE,sCAAsC,GACjD,OAAO,CAAC,WAAW,CAAC,CAUtB;IAED;;;;;;;OAOG;IACG,kBAAkB,CACtB,UAAU,EAAE,6CAA6C,GAAG,MAAM,GACjE,OAAO,CAAC,WAAW,CAAC,CAStB;IAED;;;OAGG;IACG,kBAAkB,CACtB,UAAU,EAAE,6CAA6C,GAAG,MAAM,GACjE,OAAO,CAAC,WAAW,CAAC,CAItB;IAED;;OAEG;IACH,oBAAoB,IAAI,SAAS,MAAM,EAAE,CAExC;IAED;;OAEG;IACH,yBAAyB,IAAI,IAAI,CAEhC;YAEa,yBAAyB;YAqCzB,sBAAsB;CAyBrC"}
1
+ {"version":3,"file":"sim-cfn-template-deployer.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-deployer.ts"],"names":[],"mappings":"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"}
@@ -3,6 +3,7 @@ import { assertDefined } from "../../../util/type-guard/defined.js";
3
3
  import { loadSiblingCdkAssetsManifest, } from "../cdk/sim-cdk-out-context.js";
4
4
  import { SimCfnTemplateFileLoader, } from "./sim-cfn-template-file-loader.js";
5
5
  import { SimCfnTemplateFileUpdater } from "./sim-cfn-template-file-updater.js";
6
+ import { SimCfnCdkOutDeployer, } from "./sim-cfn-cdk-out-deployer.js";
6
7
  import { simCfnTemplateFileDeployment } from "./sim-cfn-template-file-deployment.js";
7
8
  import { SimCfnTemplateFileWatches } from "../watch/sim-cfn-template-file-watches.js";
8
9
  import { CreateStackCommandHandler } from "../command/create-stack/create-stack.handler.js";
@@ -22,15 +23,19 @@ export class SimCloudFormationTemplateDeployer {
22
23
  accountRegionScope;
23
24
  stacks;
24
25
  background;
26
+ exports;
25
27
  templateFileLoader = new SimCfnTemplateFileLoader();
26
28
  templateFileUpdater;
29
+ cdkOutDeployer;
27
30
  watches;
28
31
  constructor(properties) {
29
32
  this.simAws = properties.simAws;
30
33
  this.accountRegionScope = properties.accountRegionScope;
31
34
  this.stacks = properties.stacks;
32
35
  this.background = properties.background;
36
+ this.exports = properties.exports;
33
37
  this.templateFileUpdater = new SimCfnTemplateFileUpdater({
38
+ simAws: this.simAws,
34
39
  accountRegionScope: this.accountRegionScope,
35
40
  stacks: this.stacks,
36
41
  background: this.background,
@@ -38,6 +43,10 @@ export class SimCloudFormationTemplateDeployer {
38
43
  this.watches = new SimCfnTemplateFileWatches({
39
44
  updater: this.templateFileUpdater,
40
45
  });
46
+ this.cdkOutDeployer = new SimCfnCdkOutDeployer({
47
+ simAws: this.simAws,
48
+ accountRegionScope: this.accountRegionScope,
49
+ });
41
50
  }
42
51
  /**
43
52
  * Create and deploy a simulated CloudFormation Stack from a parsed template
@@ -66,6 +75,12 @@ export class SimCloudFormationTemplateDeployer {
66
75
  this.watches.watchIfAsked(deployment);
67
76
  return stack;
68
77
  }
78
+ /**
79
+ * Deploy the Stacks a synthesized CDK cloud assembly holds.
80
+ */
81
+ async deployCdkOut(properties) {
82
+ return await this.cdkOutDeployer.deploy(properties);
83
+ }
69
84
  /**
70
85
  * Apply a synthesized CDK template file to the Stack it was deployed as, and
71
86
  * wait for the Resource work to finish.
@@ -109,6 +124,7 @@ export class SimCloudFormationTemplateDeployer {
109
124
  background: this.background,
110
125
  cdkOutContext,
111
126
  bindings,
127
+ exports: this.exports,
112
128
  });
113
129
  return await handler.handle(command);
114
130
  }
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-template-deployer.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-deployer.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sim-cfn-template-deployer.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-deployer.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-template-file-loader.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-file-loader.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AAC5E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAE7E,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAE7E,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAE9F,OAAO,EAEL,KAAK,2BAA2B,EACjC,MAAM,sCAAsC,CAAC;AAE9C,MAAM,WAAW,6CAA6C;IAC5D,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,SAAS,CAAC,EAAE,0BAA0B,GAAG,MAAM,GAAG,SAAS,CAAC;IACrE,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IACzD,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,mBAAmB,EAAE,GAAG,SAAS,CAAC;IAE/D;;;;;;;;;;;;;;;OAeG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IAE7D;;;;;;;;OAQG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,8BAA8B,GAAG,SAAS,CAAC;CACvE;AAED,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,SAAS,EAAE,0BAA0B,GAAG,MAAM,CAAC;IACxD,QAAQ,CAAC,QAAQ,EAAE,qBAAqB,CAAC;IACzC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IACzD,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,mBAAmB,EAAE,GAAG,SAAS,CAAC;IAC/D,QAAQ,CAAC,aAAa,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACvD;AAED;;;GAGG;AACH,qBAAa,wBAAwB;IACnC;;;OAGG;IACG,IAAI,CACR,UAAU,EAAE,6CAA6C,GAAG,MAAM,GACjE,OAAO,CAAC,wBAAwB,CAAC,CA4BnC;CACF"}
1
+ {"version":3,"file":"sim-cfn-template-file-loader.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-file-loader.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AAC5E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAE7E,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAE7E,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAE9F,OAAO,EAEL,KAAK,2BAA2B,EACjC,MAAM,sCAAsC,CAAC;AAG9C,MAAM,WAAW,6CAA6C;IAC5D,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,SAAS,CAAC,EAAE,0BAA0B,GAAG,MAAM,GAAG,SAAS,CAAC;IACrE,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IACzD,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,mBAAmB,EAAE,GAAG,SAAS,CAAC;IAE/D;;;;;;;;;;;;;;;OAeG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IAE7D;;;;;;;;OAQG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,8BAA8B,GAAG,SAAS,CAAC;CACvE;AAED,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,SAAS,EAAE,0BAA0B,GAAG,MAAM,CAAC;IACxD,QAAQ,CAAC,QAAQ,EAAE,qBAAqB,CAAC;IACzC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IACzD,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,mBAAmB,EAAE,GAAG,SAAS,CAAC;IAC/D,QAAQ,CAAC,aAAa,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACvD;AAED;;;GAGG;AACH,qBAAa,wBAAwB;IACnC;;;OAGG;IACG,IAAI,CACR,UAAU,EAAE,6CAA6C,GAAG,MAAM,GACjE,OAAO,CAAC,wBAAwB,CAAC,CA0BnC;CACF"}
@@ -1,10 +1,10 @@
1
- import { readFile } from "node:fs/promises";
2
1
  import path from "node:path";
3
2
  import { jsonParse } from "../../../util/type-guard/json.js";
4
3
  import { loadSiblingCdkAssetsManifest, } from "../cdk/sim-cdk-out-context.js";
5
4
  import { simWatch } from "../../../watch/sim-watch-runtime.js";
6
5
  import { simCfnTemplateFileDeployment } from "./sim-cfn-template-file-deployment.js";
7
6
  import { transformedTemplate, } from "./sim-cfn-template-file-transform.js";
7
+ import { readTemplateFile } from "./sim-cfn-template-file-read.js";
8
8
  /**
9
9
  * Loads a synthesized CloudFormation template file and gathers adjacent CDK
10
10
  * context needed to deploy it.
@@ -22,9 +22,7 @@ export class SimCfnTemplateFileLoader {
22
22
  // stack restarts the process that deployed it. Nothing happens outside
23
23
  // watch mode.
24
24
  simWatch.reportPath(templatePath);
25
- // oxlint-disable-next-line security/detect-non-literal-fs-filename
26
- const templateBody = await readFile(templatePath, "utf8");
27
- const template = transformedTemplate(jsonParse(templateBody), deployment.transform);
25
+ const template = transformedTemplate(jsonParse(await readTemplateFile(templatePath)), deployment.transform);
28
26
  // Read from the path rather than the template, so what a transform did to
29
27
  // the body leaves the staged assets beside it where they were.
30
28
  const cdkOutContext = await loadSiblingCdkAssetsManifest(templatePath);
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-template-file-loader.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-file-loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,IAAI,MAAM,WAAW,CAAC;AAG7B,OAAO,EAAE,SAAS,EAAmB,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,4BAA4B,GAE7B,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAE/D,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AACrF,OAAO,EACL,mBAAmB,GAEpB,MAAM,sCAAsC,CAAC;AA8C9C;;;GAGG;AACH,MAAM,OAAO,wBAAwB;IACnC;;;OAGG;IACH,KAAK,CAAC,IAAI,CACR,UAAkE;QAElE,MAAM,UAAU,GAAG,4BAA4B,CAAC,UAAU,CAAC,CAAC;QAC5D,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC;QAC1D,MAAM,SAAS,GACb,UAAU,CAAC,SAAS,IAAI,yBAAyB,CAAC,YAAY,CAAC,CAAC;QAElE,wEAAwE;QACxE,uEAAuE;QACvE,cAAc;QACd,QAAQ,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;QAElC,mEAAmE;QACnE,MAAM,YAAY,GAAG,MAAM,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;QAC1D,MAAM,QAAQ,GAAG,mBAAmB,CAClC,SAAS,CAAC,YAAiD,CAAC,EAC5D,UAAU,CAAC,SAAS,CACrB,CAAC;QACF,0EAA0E;QAC1E,+DAA+D;QAC/D,MAAM,aAAa,GAAG,MAAM,4BAA4B,CAAC,YAAY,CAAC,CAAC;QAEvE,OAAO;YACL,SAAS;YACT,QAAQ;YACR,UAAU;YACV,QAAQ;YACR,aAAa;SACd,CAAC;IACJ,CAAC;CACF;AAED,SAAS,yBAAyB,CAChC,YAAoB;IAEpB,OAAO,IAAI;SACR,QAAQ,CAAC,YAAY,CAAC;SACtB,OAAO,CAAC,oBAAoB,EAAE,EAAE,CAA+B,CAAC;AACrE,CAAC"}
1
+ {"version":3,"file":"sim-cfn-template-file-loader.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-file-loader.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,WAAW,CAAC;AAG7B,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAC7D,OAAO,EACL,4BAA4B,GAE7B,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAE/D,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AACrF,OAAO,EACL,mBAAmB,GAEpB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AA8CnE;;;GAGG;AACH,MAAM,OAAO,wBAAwB;IACnC;;;OAGG;IACH,KAAK,CAAC,IAAI,CACR,UAAkE;QAElE,MAAM,UAAU,GAAG,4BAA4B,CAAC,UAAU,CAAC,CAAC;QAC5D,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC;QAC1D,MAAM,SAAS,GACb,UAAU,CAAC,SAAS,IAAI,yBAAyB,CAAC,YAAY,CAAC,CAAC;QAElE,wEAAwE;QACxE,uEAAuE;QACvE,cAAc;QACd,QAAQ,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;QAElC,MAAM,QAAQ,GAAG,mBAAmB,CAClC,SAAS,CAAC,MAAM,gBAAgB,CAAC,YAAY,CAAC,CAAC,EAC/C,UAAU,CAAC,SAAS,CACrB,CAAC;QACF,0EAA0E;QAC1E,+DAA+D;QAC/D,MAAM,aAAa,GAAG,MAAM,4BAA4B,CAAC,YAAY,CAAC,CAAC;QAEvE,OAAO;YACL,SAAS;YACT,QAAQ;YACR,UAAU;YACV,QAAQ;YACR,aAAa;SACd,CAAC;IACJ,CAAC;CACF;AAED,SAAS,yBAAyB,CAChC,YAAoB;IAEpB,OAAO,IAAI;SACR,QAAQ,CAAC,YAAY,CAAC;SACtB,OAAO,CAAC,oBAAoB,EAAE,EAAE,CAA+B,CAAC;AACrE,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { JSONString } from "../../../util/type-guard/json.js";
2
+ import type { CfnTemplateBodyRecord } from "../template/sim-cfn-template.js";
3
+ /**
4
+ * Read the synthesized template file a deployment names.
5
+ *
6
+ * A path with no file at it is refused by naming the resolved path and what
7
+ * was expected there. A template under `cdk.out` is build output that a fresh
8
+ * checkout has yet to write, and the filesystem error for it says only that
9
+ * the path failed to open, which is what leaves callers writing their own
10
+ * guard in front of the deployment.
11
+ */
12
+ export declare function readTemplateFile(templatePath: string): Promise<JSONString<CfnTemplateBodyRecord>>;
13
+ //# sourceMappingURL=sim-cfn-template-file-read.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-template-file-read.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-file-read.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAE7E;;;;;;;;GAQG;AACH,wBAAsB,gBAAgB,CACpC,YAAY,EAAE,MAAM,GACnB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC,CAAC,CAiB5C"}
@@ -0,0 +1,29 @@
1
+ import { readFile } from "node:fs/promises";
2
+ import path from "node:path";
3
+ /**
4
+ * Read the synthesized template file a deployment names.
5
+ *
6
+ * A path with no file at it is refused by naming the resolved path and what
7
+ * was expected there. A template under `cdk.out` is build output that a fresh
8
+ * checkout has yet to write, and the filesystem error for it says only that
9
+ * the path failed to open, which is what leaves callers writing their own
10
+ * guard in front of the deployment.
11
+ */
12
+ export async function readTemplateFile(templatePath) {
13
+ try {
14
+ // oxlint-disable-next-line security/detect-non-literal-fs-filename
15
+ const templateBody = await readFile(templatePath, "utf8");
16
+ return templateBody;
17
+ }
18
+ catch (error) {
19
+ if (isMissingPathError(error)) {
20
+ throw new Error(`No Sim CloudFormation template file at ${path.resolve(templatePath)}`, { cause: error });
21
+ }
22
+ /* v8 ignore next */
23
+ throw error;
24
+ }
25
+ }
26
+ function isMissingPathError(error) {
27
+ return error instanceof Error && "code" in error && error.code === "ENOENT";
28
+ }
29
+ //# sourceMappingURL=sim-cfn-template-file-read.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-template-file-read.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-file-read.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,IAAI,MAAM,WAAW,CAAC;AAI7B;;;;;;;;GAQG;AACH,MAAM,CAAC,KAAK,UAAU,gBAAgB,CACpC,YAAoB;IAEpB,IAAI,CAAC;QACH,mEAAmE;QACnE,MAAM,YAAY,GAAG,MAAM,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;QAE1D,OAAO,YAAiD,CAAC;IAC3D,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,kBAAkB,CAAC,KAAK,CAAC,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CACb,0CAA0C,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,EAAE,EACtE,EAAE,KAAK,EAAE,KAAK,EAAE,CACjB,CAAC;QACJ,CAAC;QAED,oBAAoB;QACpB,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC;AAED,SAAS,kBAAkB,CAAC,KAAc;IACxC,OAAO,KAAK,YAAY,KAAK,IAAI,MAAM,IAAI,KAAK,IAAI,KAAK,CAAC,IAAI,KAAK,QAAQ,CAAC;AAC9E,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import type { SimCfnStack, SimCloudFormationStackName } from "../stack/sim-cfn-stack.js";
2
2
  import { type SimCloudFormationDeployTemplateFileProperties } from "./sim-cfn-template-file-loader.js";
3
+ import type { SimAws } from "../../aws/sim-aws.js";
3
4
  import type { SimAwsAccountRegionScope } from "../../aws/sim-aws-account-region-scope.js";
4
5
  import type { BackgroundCompleter, BackgroundScheduler } from "../../../util/background/background.js";
5
6
  /**
@@ -13,6 +14,7 @@ export interface SimCfnTemplateFileUpdating {
13
14
  update(properties: SimCloudFormationDeployTemplateFileProperties): Promise<SimCfnStack>;
14
15
  }
15
16
  interface SimCfnTemplateFileUpdaterProperties {
17
+ readonly simAws: SimAws;
16
18
  readonly accountRegionScope: SimAwsAccountRegionScope;
17
19
  readonly stacks: Map<SimCloudFormationStackName, SimCfnStack>;
18
20
  readonly background: BackgroundScheduler & BackgroundCompleter;
@@ -30,6 +32,7 @@ interface SimCfnTemplateFileUpdaterProperties {
30
32
  * re-synthesis rewrites beside the template.
31
33
  */
32
34
  export declare class SimCfnTemplateFileUpdater implements SimCfnTemplateFileUpdating {
35
+ private readonly simAws;
33
36
  private readonly accountRegionScope;
34
37
  private readonly stacks;
35
38
  private readonly background;
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-template-file-updater.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-file-updater.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,EACX,0BAA0B,EAC3B,MAAM,2BAA2B,CAAC;AAGnC,OAAO,EAEL,KAAK,6CAA6C,EACnD,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAC1F,OAAO,KAAK,EACV,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,wCAAwC,CAAC;AAGhD;;;;;;GAMG;AACH,MAAM,WAAW,0BAA0B;IACzC,MAAM,CACJ,UAAU,EAAE,6CAA6C,GACxD,OAAO,CAAC,WAAW,CAAC,CAAC;CACzB;AAED,UAAU,mCAAmC;IAC3C,QAAQ,CAAC,kBAAkB,EAAE,wBAAwB,CAAC;IACtD,QAAQ,CAAC,MAAM,EAAE,GAAG,CAAC,0BAA0B,EAAE,WAAW,CAAC,CAAC;IAC9D,QAAQ,CAAC,UAAU,EAAE,mBAAmB,GAAG,mBAAmB,CAAC;CAChE;AAED;;;;;;;;;;;GAWG;AACH,qBAAa,yBAA0B,YAAW,0BAA0B;IAC1E,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA2B;IAC9D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+C;IACtE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA4C;IACvE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAkC;IAErE,YAAY,UAAU,EAAE,mCAAmC,EAI1D;IAED;;;;;;;OAOG;IACG,MAAM,CACV,UAAU,EAAE,6CAA6C,GACxD,OAAO,CAAC,WAAW,CAAC,CA8BtB;CACF"}
1
+ {"version":3,"file":"sim-cfn-template-file-updater.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-file-updater.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,EACX,0BAA0B,EAC3B,MAAM,2BAA2B,CAAC;AAGnC,OAAO,EAEL,KAAK,6CAA6C,EACnD,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAC1F,OAAO,KAAK,EACV,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,wCAAwC,CAAC;AAGhD;;;;;;GAMG;AACH,MAAM,WAAW,0BAA0B;IACzC,MAAM,CACJ,UAAU,EAAE,6CAA6C,GACxD,OAAO,CAAC,WAAW,CAAC,CAAC;CACzB;AAED,UAAU,mCAAmC;IAC3C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,kBAAkB,EAAE,wBAAwB,CAAC;IACtD,QAAQ,CAAC,MAAM,EAAE,GAAG,CAAC,0BAA0B,EAAE,WAAW,CAAC,CAAC;IAC9D,QAAQ,CAAC,UAAU,EAAE,mBAAmB,GAAG,mBAAmB,CAAC;CAChE;AAED;;;;;;;;;;;GAWG;AACH,qBAAa,yBAA0B,YAAW,0BAA0B;IAC1E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAChC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA2B;IAC9D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+C;IACtE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA4C;IACvE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAkC;IAErE,YAAY,UAAU,EAAE,mCAAmC,EAK1D;IAED;;;;;;;OAOG;IACG,MAAM,CACV,UAAU,EAAE,6CAA6C,GACxD,OAAO,CAAC,WAAW,CAAC,CA+BtB;CACF"}
@@ -15,11 +15,13 @@ import { UpdateStackCommandHandler } from "../command/update-stack/update-stack.
15
15
  * re-synthesis rewrites beside the template.
16
16
  */
17
17
  export class SimCfnTemplateFileUpdater {
18
+ simAws;
18
19
  accountRegionScope;
19
20
  stacks;
20
21
  background;
21
22
  templateFileLoader = new SimCfnTemplateFileLoader();
22
23
  constructor(properties) {
24
+ this.simAws = properties.simAws;
23
25
  this.accountRegionScope = properties.accountRegionScope;
24
26
  this.stacks = properties.stacks;
25
27
  this.background = properties.background;
@@ -35,6 +37,7 @@ export class SimCfnTemplateFileUpdater {
35
37
  async update(properties) {
36
38
  const loaded = await this.templateFileLoader.load(properties);
37
39
  const handler = new UpdateStackCommandHandler({
40
+ simAws: this.simAws,
38
41
  accountRegionScope: this.accountRegionScope,
39
42
  stacks: this.stacks,
40
43
  background: this.background,
@@ -1 +1 @@
1
- {"version":3,"file":"sim-cfn-template-file-updater.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-file-updater.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EACL,wBAAwB,GAEzB,MAAM,mCAAmC,CAAC;AAM3C,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAqB5F;;;;;;;;;;;GAWG;AACH,MAAM,OAAO,yBAAyB;IACnB,kBAAkB,CAA2B;IAC7C,MAAM,CAA+C;IACrD,UAAU,CAA4C;IACtD,kBAAkB,GAAG,IAAI,wBAAwB,EAAE,CAAC;IAErE,YAAY,UAA+C;QACzD,IAAI,CAAC,kBAAkB,GAAG,UAAU,CAAC,kBAAkB,CAAC;QACxD,IAAI,CAAC,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;QAChC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;IAC1C,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,MAAM,CACV,UAAyD;QAEzD,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC9D,MAAM,OAAO,GAAG,IAAI,yBAAyB,CAAC;YAC5C,kBAAkB,EAAE,IAAI,CAAC,kBAAkB;YAC3C,MAAM,EAAE,IAAI,CAAC,MAAM;YACnB,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,aAAa,EAAE,MAAM,CAAC,aAAa;SACpC,CAAC,CAAC;QAEH,MAAM,OAAO,CAAC,MAAM,CAAC;YACnB,KAAK,EAAE;gBACL,SAAS,EAAE,MAAM,CAAC,SAAS;gBAC3B,YAAY,EAAE,aAAa,CAAC,MAAM,CAAC,QAAQ,CAAC;gBAC5C,UAAU,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,UAAU,IAAI,EAAE,CAAC,CAAC,GAAG,CACrD,CAAC,CAAC,YAAY,EAAE,cAAc,CAAC,EAAE,EAAE,CAAC,CAAC;oBACnC,YAAY,EAAE,YAAY;oBAC1B,cAAc,EAAE,cAAc;iBAC/B,CAAC,CACH;aACF;SACF,CAAC,CAAC;QAEH,MAAM,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAC3B,MAAM,CAAC,SAAuC,CAC/C,CAAC;QACF,aAAa,CAAC,KAAK,EAAE,kCAAkC,MAAM,CAAC,SAAS,EAAE,CAAC,CAAC;QAE3E,MAAM,KAAK,CAAC,qBAAqB,EAAE,CAAC;QAEpC,OAAO,KAAK,CAAC;IACf,CAAC;CACF"}
1
+ {"version":3,"file":"sim-cfn-template-file-updater.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/deploy/sim-cfn-template-file-updater.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EACL,wBAAwB,GAEzB,MAAM,mCAAmC,CAAC;AAO3C,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAsB5F;;;;;;;;;;;GAWG;AACH,MAAM,OAAO,yBAAyB;IACnB,MAAM,CAAS;IACf,kBAAkB,CAA2B;IAC7C,MAAM,CAA+C;IACrD,UAAU,CAA4C;IACtD,kBAAkB,GAAG,IAAI,wBAAwB,EAAE,CAAC;IAErE,YAAY,UAA+C;QACzD,IAAI,CAAC,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;QAChC,IAAI,CAAC,kBAAkB,GAAG,UAAU,CAAC,kBAAkB,CAAC;QACxD,IAAI,CAAC,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;QAChC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;IAC1C,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,MAAM,CACV,UAAyD;QAEzD,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC9D,MAAM,OAAO,GAAG,IAAI,yBAAyB,CAAC;YAC5C,MAAM,EAAE,IAAI,CAAC,MAAM;YACnB,kBAAkB,EAAE,IAAI,CAAC,kBAAkB;YAC3C,MAAM,EAAE,IAAI,CAAC,MAAM;YACnB,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,aAAa,EAAE,MAAM,CAAC,aAAa;SACpC,CAAC,CAAC;QAEH,MAAM,OAAO,CAAC,MAAM,CAAC;YACnB,KAAK,EAAE;gBACL,SAAS,EAAE,MAAM,CAAC,SAAS;gBAC3B,YAAY,EAAE,aAAa,CAAC,MAAM,CAAC,QAAQ,CAAC;gBAC5C,UAAU,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,UAAU,IAAI,EAAE,CAAC,CAAC,GAAG,CACrD,CAAC,CAAC,YAAY,EAAE,cAAc,CAAC,EAAE,EAAE,CAAC,CAAC;oBACnC,YAAY,EAAE,YAAY;oBAC1B,cAAc,EAAE,cAAc;iBAC/B,CAAC,CACH;aACF;SACF,CAAC,CAAC;QAEH,MAAM,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAC3B,MAAM,CAAC,SAAuC,CAC/C,CAAC;QACF,aAAa,CAAC,KAAK,EAAE,kCAAkC,MAAM,CAAC,SAAS,EAAE,CAAC,CAAC;QAE3E,MAAM,KAAK,CAAC,qBAAqB,EAAE,CAAC;QAEpC,OAAO,KAAK,CAAC;IACf,CAAC;CACF"}
@@ -0,0 +1,43 @@
1
+ import type { SimCfnTemplateValue } from "../template/value/sim-cfn-template-value.js";
2
+ /** One value a Stack publishes under an export name. */
3
+ export interface SimCfnExport {
4
+ readonly name: string;
5
+ readonly value: SimCfnTemplateValue;
6
+ }
7
+ /**
8
+ * The export names published by the Stacks in one Account and Region.
9
+ *
10
+ * CloudFormation scopes exports per Account and Region, and so does this. One
11
+ * of these belongs to a SimCloudFormation, which covers one Account and one
12
+ * Region. A Stack therefore reads the exports of the Stacks deployed alongside
13
+ * it and of no others.
14
+ *
15
+ * A Stack publishes here once its Outputs have resolved, which happens after
16
+ * its Resources have been created. An `Fn::ImportValue` therefore reads a
17
+ * producer that has already finished deploying.
18
+ */
19
+ export declare class SimCfnExports {
20
+ private readonly published;
21
+ /**
22
+ * The value published under an export name.
23
+ *
24
+ * A name no Stack has published is refused with the message CloudFormation
25
+ * refuses an import with.
26
+ */
27
+ value(name: string): SimCfnTemplateValue;
28
+ /** The Stack that published an export name, if any Stack has. */
29
+ publisher(name: string): string | undefined;
30
+ /**
31
+ * Publish everything one Stack exports, replacing what it published before.
32
+ *
33
+ * An export name another Stack already holds is refused. CloudFormation
34
+ * reports that as a deployment failure. It arrives here the same way, since
35
+ * this runs inside the deployment and what it throws becomes the Stack's
36
+ * error.
37
+ */
38
+ publish(stackName: string, exports: readonly SimCfnExport[]): void;
39
+ /** Drop everything a Stack published, once the Stack itself has gone. */
40
+ release(stackName: string): void;
41
+ private assertUnclaimed;
42
+ }
43
+ //# sourceMappingURL=sim-cfn-exports.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-exports.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/export/sim-cfn-exports.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAEvF,wDAAwD;AACxD,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,mBAAmB,CAAC;CACrC;AAMD;;;;;;;;;;;GAWG;AACH,qBAAa,aAAa;IACxB,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA4C;IAEtE;;;;;OAKG;IACH,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,mBAAmB,CAUvC;IAED,iEAAiE;IACjE,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAE1C;IAED;;;;;;;OAOG;IACH,OAAO,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,YAAY,EAAE,GAAG,IAAI,CAOjE;IAED,yEAAyE;IACzE,OAAO,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAM/B;IAED,OAAO,CAAC,eAAe;CAcxB"}
@@ -0,0 +1,65 @@
1
+ import { SimCloudFormationValidationError } from "../error/sim-cloudformation.error.js";
2
+ /**
3
+ * The export names published by the Stacks in one Account and Region.
4
+ *
5
+ * CloudFormation scopes exports per Account and Region, and so does this. One
6
+ * of these belongs to a SimCloudFormation, which covers one Account and one
7
+ * Region. A Stack therefore reads the exports of the Stacks deployed alongside
8
+ * it and of no others.
9
+ *
10
+ * A Stack publishes here once its Outputs have resolved, which happens after
11
+ * its Resources have been created. An `Fn::ImportValue` therefore reads a
12
+ * producer that has already finished deploying.
13
+ */
14
+ export class SimCfnExports {
15
+ published = new Map();
16
+ /**
17
+ * The value published under an export name.
18
+ *
19
+ * A name no Stack has published is refused with the message CloudFormation
20
+ * refuses an import with.
21
+ */
22
+ value(name) {
23
+ const published = this.published.get(name);
24
+ if (published === undefined) {
25
+ throw new SimCloudFormationValidationError(`No export named ${name} found`);
26
+ }
27
+ return published.value;
28
+ }
29
+ /** The Stack that published an export name, if any Stack has. */
30
+ publisher(name) {
31
+ return this.published.get(name)?.stackName;
32
+ }
33
+ /**
34
+ * Publish everything one Stack exports, replacing what it published before.
35
+ *
36
+ * An export name another Stack already holds is refused. CloudFormation
37
+ * reports that as a deployment failure. It arrives here the same way, since
38
+ * this runs inside the deployment and what it throws becomes the Stack's
39
+ * error.
40
+ */
41
+ publish(stackName, exports) {
42
+ this.assertUnclaimed(stackName, exports);
43
+ this.release(stackName);
44
+ for (const exported of exports) {
45
+ this.published.set(exported.name, { ...exported, stackName });
46
+ }
47
+ }
48
+ /** Drop everything a Stack published, once the Stack itself has gone. */
49
+ release(stackName) {
50
+ for (const [name, published] of this.published) {
51
+ if (published.stackName === stackName) {
52
+ this.published.delete(name);
53
+ }
54
+ }
55
+ }
56
+ assertUnclaimed(stackName, exports) {
57
+ for (const exported of exports) {
58
+ const publisher = this.publisher(exported.name);
59
+ if (publisher !== undefined && publisher !== stackName) {
60
+ throw new SimCloudFormationValidationError(`Export with name ${exported.name} is already exported by stack ${publisher}`);
61
+ }
62
+ }
63
+ }
64
+ }
65
+ //# sourceMappingURL=sim-cfn-exports.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-exports.js","sourceRoot":"","sources":["../../../../src/service/cloudformation/export/sim-cfn-exports.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,sCAAsC,CAAC;AAaxF;;;;;;;;;;;GAWG;AACH,MAAM,OAAO,aAAa;IACP,SAAS,GAAG,IAAI,GAAG,EAAiC,CAAC;IAEtE;;;;;OAKG;IACH,KAAK,CAAC,IAAY;QAChB,MAAM,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAE3C,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;YAC5B,MAAM,IAAI,gCAAgC,CACxC,mBAAmB,IAAI,QAAQ,CAChC,CAAC;QACJ,CAAC;QAED,OAAO,SAAS,CAAC,KAAK,CAAC;IACzB,CAAC;IAED,iEAAiE;IACjE,SAAS,CAAC,IAAY;QACpB,OAAO,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC;IAC7C,CAAC;IAED;;;;;;;OAOG;IACH,OAAO,CAAC,SAAiB,EAAE,OAAgC;QACzD,IAAI,CAAC,eAAe,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;QACzC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;QAExB,KAAK,MAAM,QAAQ,IAAI,OAAO,EAAE,CAAC;YAC/B,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,EAAE,EAAE,GAAG,QAAQ,EAAE,SAAS,EAAE,CAAC,CAAC;QAChE,CAAC;IACH,CAAC;IAED,yEAAyE;IACzE,OAAO,CAAC,SAAiB;QACvB,KAAK,MAAM,CAAC,IAAI,EAAE,SAAS,CAAC,IAAI,IAAI,CAAC,SAAS,EAAE,CAAC;YAC/C,IAAI,SAAS,CAAC,SAAS,KAAK,SAAS,EAAE,CAAC;gBACtC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;YAC9B,CAAC;QACH,CAAC;IACH,CAAC;IAEO,eAAe,CACrB,SAAiB,EACjB,OAAgC;QAEhC,KAAK,MAAM,QAAQ,IAAI,OAAO,EAAE,CAAC;YAC/B,MAAM,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAEhD,IAAI,SAAS,KAAK,SAAS,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;gBACvD,MAAM,IAAI,gCAAgC,CACxC,oBAAoB,QAAQ,CAAC,IAAI,iCAAiC,SAAS,EAAE,CAC9E,CAAC;YACJ,CAAC;QACH,CAAC;IACH,CAAC;CACF"}
@@ -0,0 +1,11 @@
1
+ import type { SimCfnStackOutput } from "../stack/output/sim-cfn-stack-output.js";
2
+ import type { SimCfnExport } from "./sim-cfn-exports.js";
3
+ /**
4
+ * The exports a Stack's resolved Outputs publish.
5
+ *
6
+ * An Output carries an export name only where the template gave it an
7
+ * `Export.Name`, and the rest of the Outputs are readable through
8
+ * DescribeStacks without being importable.
9
+ */
10
+ export declare function simCfnStackExports(outputs: ReadonlyMap<string, SimCfnStackOutput>): SimCfnExport[];
11
+ //# sourceMappingURL=sim-cfn-stack-exports.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-cfn-stack-exports.d.ts","sourceRoot":"","sources":["../../../../src/service/cloudformation/export/sim-cfn-stack-exports.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,WAAW,CAAC,MAAM,EAAE,iBAAiB,CAAC,GAC9C,YAAY,EAAE,CAqBhB"}