@aws-amplify/graphql-api-construct 1.12.0-gen2-migration-0809.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (414) hide show
  1. package/.jsii +311 -227
  2. package/API.md +3 -15
  3. package/CHANGELOG.md +25 -3
  4. package/lib/amplify-dynamodb-table-wrapper.js +1 -1
  5. package/lib/amplify-graphql-api.js +5 -12
  6. package/lib/amplify-graphql-definition.js +1 -1
  7. package/lib/internal/default-parameters.js +1 -2
  8. package/lib/model-datasource-strategy-types.d.ts +1 -19
  9. package/lib/model-datasource-strategy-types.js +1 -1
  10. package/lib/sql-model-datasource-strategy.js +1 -1
  11. package/lib/types.d.ts +5 -28
  12. package/lib/types.js +1 -1
  13. package/node_modules/@aws-amplify/ai-constructs/README.md +66 -0
  14. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.d.ts +28 -0
  15. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.js +74 -0
  16. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/index.d.ts +3 -0
  17. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/index.js +6 -0
  18. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.d.ts +30 -0
  19. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.js +191 -0
  20. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.d.ts +30 -0
  21. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.js +47 -0
  22. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.d.ts +18 -0
  23. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.js +66 -0
  24. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/default_handler.d.ts +8 -0
  25. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/default_handler.js +10 -0
  26. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/event_tools_provider.d.ts +15 -0
  27. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/event_tools_provider.js +32 -0
  28. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_query_factory.d.ts +9 -0
  29. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_query_factory.js +44 -0
  30. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.d.ts +22 -0
  31. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.js +48 -0
  32. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/index.d.ts +3 -0
  33. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/index.js +6 -0
  34. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/types.d.ts +3 -0
  35. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/types.js +3 -0
  36. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/index.d.ts +4 -0
  37. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/index.js +6 -0
  38. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.d.ts +61 -0
  39. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.js +3 -0
  40. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/test-assets/custom_handler.d.ts +5 -0
  41. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/test-assets/custom_handler.js +11 -0
  42. package/node_modules/@aws-amplify/ai-constructs/lib/index.d.ts +3 -0
  43. package/node_modules/@aws-amplify/ai-constructs/lib/index.internal.d.ts +4 -0
  44. package/node_modules/@aws-amplify/ai-constructs/lib/index.internal.js +34 -0
  45. package/node_modules/@aws-amplify/ai-constructs/lib/index.js +29 -0
  46. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/README.md +9 -0
  47. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/amplify_function.d.ts +4 -0
  48. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/amplify_function.js +3 -0
  49. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/auth_resources.d.ts +66 -0
  50. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/auth_resources.js +3 -0
  51. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/aws_client_provider.d.ts +5 -0
  52. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/aws_client_provider.js +3 -0
  53. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_identifier.d.ts +56 -0
  54. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_identifier.js +3 -0
  55. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_output.d.ts +6 -0
  56. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_output.js +3 -0
  57. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_secret_resolver.d.ts +22 -0
  58. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_secret_resolver.js +3 -0
  59. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_creator.d.ts +8 -0
  60. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_creator.js +3 -0
  61. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_resolver.d.ts +7 -0
  62. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_resolver.js +3 -0
  63. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_container.d.ts +35 -0
  64. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_container.js +3 -0
  65. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_factory.d.ts +24 -0
  66. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_factory.js +3 -0
  67. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deep_partial.d.ts +17 -0
  68. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deep_partial.js +3 -0
  69. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deployment_type.d.ts +8 -0
  70. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deployment_type.js +3 -0
  71. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/function_resources.d.ts +8 -0
  72. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/function_resources.js +3 -0
  73. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/import_path_verifier.d.ts +14 -0
  74. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/import_path_verifier.js +3 -0
  75. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/index.d.ts +23 -0
  76. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/index.js +39 -0
  77. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_retrieval_strategy.d.ts +11 -0
  78. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_retrieval_strategy.js +3 -0
  79. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_storage_strategy.d.ts +10 -0
  80. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_storage_strategy.js +3 -0
  81. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/package_manager_controller.d.ts +16 -0
  82. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/package_manager_controller.js +3 -0
  83. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_access_acceptor.d.ts +27 -0
  84. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_access_acceptor.js +3 -0
  85. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_name_validator.d.ts +10 -0
  86. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_name_validator.js +3 -0
  87. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_provider.d.ts +10 -0
  88. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_provider.js +3 -0
  89. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/ssm_environment_entries_generator.d.ts +5 -0
  90. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/ssm_environment_entries_generator.js +3 -0
  91. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/stable_backend_identifiers.d.ts +4 -0
  92. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/stable_backend_identifiers.js +3 -0
  93. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/package.json +24 -0
  94. package/node_modules/@aws-amplify/ai-constructs/package.json +37 -0
  95. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +19 -1
  96. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -1
  97. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +6 -1
  98. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -1
  99. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +26 -20
  100. package/node_modules/@aws-amplify/graphql-conversation-transformer/API.md +33 -0
  101. package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +10 -0
  102. package/node_modules/@aws-amplify/graphql-conversation-transformer/LICENSE +201 -0
  103. package/node_modules/@aws-amplify/graphql-conversation-transformer/README.md +145 -0
  104. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.d.ts +13 -0
  105. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.d.ts.map +1 -0
  106. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js +111 -0
  107. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js.map +1 -0
  108. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/session-model.d.ts +10 -0
  109. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/session-model.d.ts.map +1 -0
  110. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/session-model.js +81 -0
  111. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/session-model.js.map +1 -0
  112. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.d.ts +39 -0
  113. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.d.ts.map +1 -0
  114. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.js +35 -0
  115. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.js.map +1 -0
  116. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/index.d.ts +2 -0
  117. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/index.d.ts.map +1 -0
  118. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/index.js +6 -0
  119. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/index.js.map +1 -0
  120. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.d.ts +3 -0
  121. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.d.ts.map +1 -0
  122. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.js +62 -0
  123. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.js.map +1 -0
  124. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.d.ts +3 -0
  125. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.d.ts.map +1 -0
  126. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.js +77 -0
  127. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.js.map +1 -0
  128. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.d.ts +3 -0
  129. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.d.ts.map +1 -0
  130. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.js +57 -0
  131. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.js.map +1 -0
  132. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.d.ts +3 -0
  133. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.d.ts.map +1 -0
  134. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.js +34 -0
  135. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.js.map +1 -0
  136. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.d.ts +5 -0
  137. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.d.ts.map +1 -0
  138. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.js +104 -0
  139. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.js.map +1 -0
  140. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.d.ts +6 -0
  141. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.d.ts.map +1 -0
  142. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.js +3 -0
  143. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.js.map +1 -0
  144. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.d.ts +3 -0
  145. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.d.ts.map +1 -0
  146. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.js +59 -0
  147. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.js.map +1 -0
  148. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.d.ts +3 -0
  149. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.d.ts.map +1 -0
  150. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.js +50 -0
  151. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.js.map +1 -0
  152. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.d.ts +3 -0
  153. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.d.ts.map +1 -0
  154. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.js +45 -0
  155. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.js.map +1 -0
  156. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.d.ts +12 -0
  157. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.d.ts.map +1 -0
  158. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js +68 -0
  159. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js.map +1 -0
  160. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.d.ts +15 -0
  161. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.d.ts.map +1 -0
  162. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js +44 -0
  163. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js.map +1 -0
  164. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts +20 -0
  165. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts.map +1 -0
  166. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js +184 -0
  167. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js.map +1 -0
  168. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/graphql-json-schema-type.d.ts +5 -0
  169. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/graphql-json-schema-type.d.ts.map +1 -0
  170. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/graphql-json-schema-type.js +81 -0
  171. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/graphql-json-schema-type.js.map +1 -0
  172. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/tools.d.ts +25 -0
  173. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/tools.d.ts.map +1 -0
  174. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/tools.js +116 -0
  175. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/tools.js.map +1 -0
  176. package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +82 -0
  177. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +17 -1
  178. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +19 -13
  179. package/node_modules/@aws-amplify/graphql-directives/API.md +6 -0
  180. package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +10 -2
  181. package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.d.ts.map +1 -1
  182. package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.js +1 -1
  183. package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.js.map +1 -1
  184. package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.d.ts +3 -0
  185. package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.d.ts.map +1 -0
  186. package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.js +31 -0
  187. package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.js.map +1 -0
  188. package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.d.ts +3 -0
  189. package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.d.ts.map +1 -0
  190. package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.js +24 -0
  191. package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.js.map +1 -0
  192. package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.d.ts +2 -0
  193. package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.d.ts.map +1 -1
  194. package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.js +5 -1
  195. package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.js.map +1 -1
  196. package/node_modules/@aws-amplify/graphql-directives/lib/index.d.ts.map +1 -1
  197. package/node_modules/@aws-amplify/graphql-directives/lib/index.js +2 -0
  198. package/node_modules/@aws-amplify/graphql-directives/lib/index.js.map +1 -1
  199. package/node_modules/@aws-amplify/graphql-directives/package.json +12 -6
  200. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +13 -1
  201. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +16 -12
  202. package/node_modules/@aws-amplify/graphql-generation-transformer/API.md +26 -0
  203. package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +11 -0
  204. package/node_modules/@aws-amplify/graphql-generation-transformer/LICENSE +201 -0
  205. package/node_modules/@aws-amplify/graphql-generation-transformer/README.md +85 -0
  206. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.d.ts +32 -0
  207. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.d.ts.map +1 -0
  208. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.js +119 -0
  209. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.js.map +1 -0
  210. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/index.d.ts +2 -0
  211. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/index.d.ts.map +1 -0
  212. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/index.js +6 -0
  213. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/index.js.map +1 -0
  214. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.d.ts +7 -0
  215. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.d.ts.map +1 -0
  216. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.js +72 -0
  217. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.js.map +1 -0
  218. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/graphql-json-schema-type.d.ts +5 -0
  219. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/graphql-json-schema-type.d.ts.map +1 -0
  220. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/graphql-json-schema-type.js +78 -0
  221. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/graphql-json-schema-type.js.map +1 -0
  222. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.d.ts +27 -0
  223. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.d.ts.map +1 -0
  224. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.js +31 -0
  225. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.js.map +1 -0
  226. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/validation.d.ts +4 -0
  227. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/validation.d.ts.map +1 -0
  228. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/validation.js +29 -0
  229. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/validation.js.map +1 -0
  230. package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +78 -0
  231. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +13 -1
  232. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +16 -12
  233. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +17 -1
  234. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +17 -13
  235. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +17 -1
  236. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  237. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +20 -16
  238. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +15 -7
  239. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts.map +1 -1
  240. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js +2 -47
  241. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js.map +1 -1
  242. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  243. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  244. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  245. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts +2 -2
  246. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts.map +1 -1
  247. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js +22 -4
  248. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js.map +1 -1
  249. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts.map +1 -1
  250. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js +3 -12
  251. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +1 -1
  252. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts +0 -2
  253. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts.map +1 -1
  254. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js +2 -4
  255. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js.map +1 -1
  256. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts +0 -3
  257. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts.map +1 -1
  258. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js +1 -111
  259. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js.map +1 -1
  260. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts.map +1 -1
  261. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js +1 -3
  262. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js.map +1 -1
  263. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts +0 -1
  264. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts.map +1 -1
  265. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js +0 -3
  266. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js.map +1 -1
  267. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js +2 -2
  268. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js.map +1 -1
  269. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +18 -16
  270. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +19 -1
  271. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.d.ts.map +1 -1
  272. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js +3 -0
  273. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js.map +1 -1
  274. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  275. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +16 -12
  276. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +23 -3
  277. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts.map +1 -1
  278. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +12 -13
  279. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -1
  280. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts.map +1 -1
  281. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js +13 -11
  282. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js.map +1 -1
  283. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts.map +1 -1
  284. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js +13 -11
  285. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js.map +1 -1
  286. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.d.ts.map +1 -1
  287. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js +7 -0
  288. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js.map +1 -1
  289. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.d.ts.map +1 -1
  290. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js +1 -7
  291. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js.map +1 -1
  292. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.d.ts.map +1 -1
  293. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js +1 -7
  294. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js.map +1 -1
  295. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts +0 -1
  296. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts.map +1 -1
  297. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts +0 -1
  298. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts.map +1 -1
  299. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js +8 -10
  300. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -1
  301. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +18 -14
  302. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +23 -1
  303. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts.map +1 -1
  304. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js +3 -0
  305. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js.map +1 -1
  306. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  307. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +21 -15
  308. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +17 -1
  309. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +17 -13
  310. package/node_modules/@aws-amplify/graphql-transformer/API.md +0 -1
  311. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +23 -2
  312. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +0 -1
  313. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -1
  314. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +11 -6
  315. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
  316. package/node_modules/@aws-amplify/graphql-transformer/package.json +31 -22
  317. package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +11 -8
  318. package/node_modules/@aws-amplify/graphql-transformer-core/API.md +54 -7
  319. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +14 -3
  320. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts +2 -1
  321. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts.map +1 -1
  322. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js +3 -9
  323. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js.map +1 -1
  324. package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts +5 -11
  325. package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts.map +1 -1
  326. package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js +6 -31
  327. package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js.map +1 -1
  328. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts +2 -1
  329. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts.map +1 -1
  330. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js +8 -3
  331. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js.map +1 -1
  332. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts +3 -3
  333. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts.map +1 -1
  334. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js +12 -16
  335. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js.map +1 -1
  336. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts +6 -2
  337. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts.map +1 -1
  338. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js +71 -23
  339. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js.map +1 -1
  340. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts.map +1 -1
  341. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js +0 -1
  342. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js.map +1 -1
  343. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/graphql-scalar-json-schema-definitions.d.ts +20 -0
  344. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/graphql-scalar-json-schema-definitions.d.ts.map +1 -0
  345. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/graphql-scalar-json-schema-definitions.js +89 -0
  346. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/graphql-scalar-json-schema-definitions.js.map +1 -0
  347. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/index.d.ts +4 -0
  348. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/index.d.ts.map +1 -0
  349. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/index.js +10 -0
  350. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/index.js.map +1 -0
  351. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/json-schema.d.ts +21 -0
  352. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/json-schema.d.ts.map +1 -0
  353. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/json-schema.js +3 -0
  354. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/json-schema.js.map +1 -0
  355. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/named-type-conversion.d.ts +4 -0
  356. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/named-type-conversion.d.ts.map +1 -0
  357. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/named-type-conversion.js +44 -0
  358. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/named-type-conversion.js.map +1 -0
  359. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.d.ts +21 -0
  360. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.d.ts.map +1 -0
  361. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.js +27 -0
  362. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.js.map +1 -0
  363. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts +1 -2
  364. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts.map +1 -1
  365. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js +1 -9
  366. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js.map +1 -1
  367. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +18 -12
  368. package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +12 -23
  369. package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +14 -3
  370. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts +3 -4
  371. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts.map +1 -1
  372. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js.map +1 -1
  373. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts +1 -1
  374. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts.map +1 -1
  375. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js.map +1 -1
  376. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts +1 -6
  377. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts.map +1 -1
  378. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.js.map +1 -1
  379. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts +4 -4
  380. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts.map +1 -1
  381. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts +1 -0
  382. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts.map +1 -1
  383. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts +0 -1
  384. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts.map +1 -1
  385. package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +13 -6
  386. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/graphql-api-provider.ts +3 -10
  387. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/index.ts +0 -1
  388. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/model-datasource/types.ts +0 -10
  389. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transform-host-provider.ts +5 -1
  390. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/synth-parameters.ts +1 -0
  391. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameters.ts +0 -3
  392. package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
  393. package/node_modules/graphql-mapping-template/CHANGELOG.md +12 -0
  394. package/node_modules/graphql-mapping-template/LICENSE +201 -0
  395. package/node_modules/graphql-mapping-template/package.json +13 -5
  396. package/node_modules/graphql-transformer-common/API.md +0 -1
  397. package/node_modules/graphql-transformer-common/CHANGELOG.md +9 -3
  398. package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts +0 -1
  399. package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts.map +1 -1
  400. package/node_modules/graphql-transformer-common/lib/ResourceConstants.js +0 -1
  401. package/node_modules/graphql-transformer-common/lib/ResourceConstants.js.map +1 -1
  402. package/node_modules/graphql-transformer-common/package.json +13 -6
  403. package/package.json +40 -29
  404. package/src/amplify-graphql-api.ts +3 -11
  405. package/src/internal/default-parameters.ts +0 -1
  406. package/src/model-datasource-strategy-types.ts +0 -21
  407. package/src/types.ts +5 -29
  408. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/.package-lock.json +0 -13
  409. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/LICENSE +0 -47
  410. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/README.md +0 -18
  411. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/index.js +0 -1848
  412. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/package.json +0 -16
  413. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package-lock.json +0 -21
  414. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json +0 -11
@@ -30,6 +30,7 @@ const ts_dedent_1 = require("ts-dedent");
30
30
  const cdk_compat_1 = require("../cdk-compat");
31
31
  const errors_1 = require("../errors");
32
32
  const SyncUtils = __importStar(require("../transformation/sync-utils"));
33
+ const function_runtime_1 = require("../utils/function-runtime");
33
34
  exports.NONE_DATA_SOURCE_NAME = 'NONE_DS';
34
35
  class ResolverManager {
35
36
  constructor() {
@@ -69,7 +70,7 @@ class ResolverManager {
69
70
  }
70
71
  exports.ResolverManager = ResolverManager;
71
72
  class TransformerResolver {
72
- constructor(typeName, fieldName, resolverLogicalId, requestMappingTemplate, responseMappingTemplate, requestSlots, responseSlots, datasource) {
73
+ constructor(typeName, fieldName, resolverLogicalId, requestMappingTemplate, responseMappingTemplate, requestSlots, responseSlots, datasource, runtime) {
73
74
  this.typeName = typeName;
74
75
  this.fieldName = fieldName;
75
76
  this.resolverLogicalId = resolverLogicalId;
@@ -78,6 +79,7 @@ class TransformerResolver {
78
79
  this.requestSlots = requestSlots;
79
80
  this.responseSlots = responseSlots;
80
81
  this.datasource = datasource;
82
+ this.runtime = runtime;
81
83
  this.slotMap = new Map();
82
84
  this.mapToStack = (stack) => {
83
85
  this.scope = stack;
@@ -85,7 +87,7 @@ class TransformerResolver {
85
87
  this.setScope = (scope) => {
86
88
  this.scope = scope;
87
89
  };
88
- this.addToSlot = (slotName, requestMappingTemplate, responseMappingTemplate, dataSource) => {
90
+ this.addToSlot = (slotName, requestMappingTemplate, responseMappingTemplate, dataSource, runtime) => {
89
91
  if (!this.slotNames.has(slotName)) {
90
92
  throw new Error(`Resolver is missing slot ${slotName}`);
91
93
  }
@@ -104,6 +106,7 @@ class TransformerResolver {
104
106
  requestMappingTemplate,
105
107
  responseMappingTemplate,
106
108
  dataSource,
109
+ runtime,
107
110
  });
108
111
  }
109
112
  this.slotMap.set(slotName, slotEntry);
@@ -147,7 +150,8 @@ class TransformerResolver {
147
150
  const requestFns = this.synthesizeResolvers(scope, api, this.requestSlots);
148
151
  const responseFns = this.synthesizeResolvers(scope, api, this.responseSlots);
149
152
  [this.requestMappingTemplate, this.requestMappingTemplate].map((template) => this.substituteSlotInfo(template, 'main', 0));
150
- const dataSourceProviderFn = api.host.addAppSyncFunction((0, graphql_transformer_common_1.toPascalCase)([this.typeName, this.fieldName, 'DataResolverFn']), this.requestMappingTemplate, this.responseMappingTemplate, ((_a = this.datasource) === null || _a === void 0 ? void 0 : _a.name) || exports.NONE_DATA_SOURCE_NAME, scope);
153
+ const dataSourceProviderFn = api.host.addAppSyncFunction((0, graphql_transformer_common_1.toPascalCase)([this.typeName, this.fieldName, 'DataResolverFn']), this.requestMappingTemplate, this.responseMappingTemplate, ((_a = this.datasource) === null || _a === void 0 ? void 0 : _a.name) || exports.NONE_DATA_SOURCE_NAME, scope, this.runtime);
154
+ const { stashString, stashExpression } = this.createStashStatementGenerator(this.runtime);
151
155
  let dataSourceType = 'NONE';
152
156
  let dataSource = '';
153
157
  if (this.datasource) {
@@ -156,7 +160,7 @@ class TransformerResolver {
156
160
  case 'AMAZON_DYNAMODB':
157
161
  if (this.datasource.ds.dynamoDbConfig && !(0, aws_cdk_lib_1.isResolvableObject)(this.datasource.ds.dynamoDbConfig)) {
158
162
  const tableName = (_b = this.datasource.ds.dynamoDbConfig) === null || _b === void 0 ? void 0 : _b.tableName;
159
- dataSource = `$util.qr($ctx.stash.put("tableName", "${tableName}"))`;
163
+ dataSource = stashString({ name: 'tableName', value: tableName });
160
164
  if (((_c = this.datasource.ds.dynamoDbConfig) === null || _c === void 0 ? void 0 : _c.deltaSyncConfig) &&
161
165
  !(0, aws_cdk_lib_1.isResolvableObject)((_d = this.datasource.ds.dynamoDbConfig) === null || _d === void 0 ? void 0 : _d.deltaSyncConfig)) {
162
166
  const deltaSyncTableTtl = aws_cdk_lib_1.Lazy.string({
@@ -172,7 +176,7 @@ class TransformerResolver {
172
176
  return SyncUtils.syncDataSourceConfig().DeltaSyncTableTTL.toString();
173
177
  },
174
178
  });
175
- dataSource += `\n$util.qr($ctx.stash.put("deltaSyncTableTtl", ${deltaSyncTableTtl}))`;
179
+ dataSource += '\n' + stashString({ name: 'deltaSyncTableTtl', value: deltaSyncTableTtl });
176
180
  }
177
181
  }
178
182
  if (context.isProjectUsingDataStore()) {
@@ -197,19 +201,19 @@ class TransformerResolver {
197
201
  case 'AMAZON_ELASTICSEARCH':
198
202
  if (this.datasource.ds.elasticsearchConfig && !(0, aws_cdk_lib_1.isResolvableObject)(this.datasource.ds.elasticsearchConfig)) {
199
203
  const endpoint = (_e = this.datasource.ds.elasticsearchConfig) === null || _e === void 0 ? void 0 : _e.endpoint;
200
- dataSource = `$util.qr($ctx.stash.put("endpoint", "${endpoint}"))`;
204
+ dataSource = stashString({ name: 'endpoint', value: endpoint });
201
205
  }
202
206
  break;
203
207
  case 'AWS_LAMBDA':
204
208
  if (this.datasource.ds.lambdaConfig && !(0, aws_cdk_lib_1.isResolvableObject)(this.datasource.ds.lambdaConfig)) {
205
209
  const lambdaFunctionArn = (_f = this.datasource.ds.lambdaConfig) === null || _f === void 0 ? void 0 : _f.lambdaFunctionArn;
206
- dataSource = `$util.qr($ctx.stash.put("lambdaFunctionArn", "${lambdaFunctionArn}"))`;
210
+ dataSource = stashString({ name: 'lambdaFunctionArn', value: lambdaFunctionArn });
207
211
  }
208
212
  break;
209
213
  case 'HTTP':
210
214
  if (this.datasource.ds.httpConfig && !(0, aws_cdk_lib_1.isResolvableObject)(this.datasource.ds.httpConfig)) {
211
215
  const endpoint = (_g = this.datasource.ds.httpConfig) === null || _g === void 0 ? void 0 : _g.endpoint;
212
- dataSource = `$util.qr($ctx.stash.put("endpoint", "${endpoint}"))`;
216
+ dataSource = stashString({ name: 'endpoint', value: endpoint });
213
217
  }
214
218
  break;
215
219
  case 'RELATIONAL_DATABASE':
@@ -217,7 +221,7 @@ class TransformerResolver {
217
221
  !(0, aws_cdk_lib_1.isResolvableObject)(this.datasource.ds.relationalDatabaseConfig) &&
218
222
  !(0, aws_cdk_lib_1.isResolvableObject)((_h = this.datasource.ds.relationalDatabaseConfig) === null || _h === void 0 ? void 0 : _h.rdsHttpEndpointConfig)) {
219
223
  const databaseName = (_j = this.datasource.ds.relationalDatabaseConfig) === null || _j === void 0 ? void 0 : _j.rdsHttpEndpointConfig.databaseName;
220
- dataSource = `$util.qr($ctx.stash.metadata.put("databaseName", "${databaseName}"))`;
224
+ dataSource = stashString({ name: 'databaseName', value: databaseName });
221
225
  }
222
226
  break;
223
227
  default:
@@ -225,40 +229,63 @@ class TransformerResolver {
225
229
  }
226
230
  }
227
231
  let initResolver = (0, ts_dedent_1.dedent) `
228
- $util.qr($ctx.stash.put("typeName", "${this.typeName}"))
229
- $util.qr($ctx.stash.put("fieldName", "${this.fieldName}"))
230
- $util.qr($ctx.stash.put("conditions", []))
231
- $util.qr($ctx.stash.put("metadata", {}))
232
- $util.qr($ctx.stash.metadata.put("dataSourceType", "${dataSourceType}"))
233
- $util.qr($ctx.stash.metadata.put("apiId", "${api.apiId}"))
234
- $util.qr($ctx.stash.put("connectionAttributes", {}))
232
+ ${stashString({ name: 'typeName', value: this.typeName })}
233
+ ${stashString({ name: 'fieldName', value: this.fieldName })}
234
+ ${stashExpression({ name: 'conditions', value: '[]' })}
235
+ ${stashExpression({ name: 'metadata', value: '{}' })}
236
+ ${stashString({ name: 'dataSourceType', value: dataSourceType, object: 'metadata' })}
237
+ ${stashString({ name: 'apiId', value: api.apiId, object: 'metadata' })}
238
+ ${stashExpression({ name: 'connectionAttributes', value: '{}' })}
235
239
  ${dataSource}
236
240
  `;
237
241
  const account = aws_cdk_lib_1.Stack.of(context.stackManager.scope).account;
238
242
  const authRole = context.synthParameters.authenticatedUserRoleName;
239
243
  if (authRole) {
244
+ const authRoleArn = `arn:aws:sts::${account}:assumed-role/${authRole}/CognitoIdentityCredentials`;
245
+ const authRoleStatement = stashString({ name: 'authRole', value: authRoleArn });
240
246
  initResolver += (0, ts_dedent_1.dedent) `\n
241
- $util.qr($ctx.stash.put("authRole", "arn:aws:sts::${account}:assumed-role/${authRole}/CognitoIdentityCredentials"))
247
+ ${authRoleStatement}
242
248
  `;
243
249
  }
244
250
  const unauthRole = context.synthParameters.unauthenticatedUserRoleName;
245
251
  if (unauthRole) {
252
+ const unauthRoleArn = `arn:aws:sts::${account}:assumed-role/${unauthRole}/CognitoIdentityCredentials`;
253
+ const unauthRoleStatement = stashString({ name: 'unauthRole', value: unauthRoleArn });
246
254
  initResolver += (0, ts_dedent_1.dedent) `\n
247
- $util.qr($ctx.stash.put("unauthRole", "arn:aws:sts::${account}:assumed-role/${unauthRole}/CognitoIdentityCredentials"))
255
+ ${unauthRoleStatement}
248
256
  `;
249
257
  }
250
258
  const identityPoolId = context.synthParameters.identityPoolId;
251
259
  if (identityPoolId) {
260
+ const identityPoolStatement = stashString({ name: 'identityPoolId', value: identityPoolId });
252
261
  initResolver += (0, ts_dedent_1.dedent) `\n
253
- $util.qr($ctx.stash.put("identityPoolId", "${identityPoolId}"))
262
+ ${identityPoolStatement}
254
263
  `;
255
264
  }
256
265
  const adminRoles = (_k = context.synthParameters.adminRoles) !== null && _k !== void 0 ? _k : [];
266
+ const adminRolesStatement = stashExpression({ name: 'adminRoles', value: JSON.stringify(adminRoles) });
257
267
  initResolver += (0, ts_dedent_1.dedent) `\n
258
- $util.qr($ctx.stash.put("adminRoles", ${JSON.stringify(adminRoles)}))
268
+ ${adminRolesStatement}
259
269
  `;
260
- initResolver += '\n$util.toJson({})';
261
- api.host.addResolver(this.typeName, this.fieldName, cdk_compat_1.MappingTemplate.inlineTemplateFromString(initResolver), cdk_compat_1.MappingTemplate.inlineTemplateFromString('$util.toJson($ctx.prev.result)'), this.resolverLogicalId, undefined, [...requestFns, dataSourceProviderFn, ...responseFns].map((fn) => fn.functionId), scope);
270
+ if ((0, function_runtime_1.isJsResolverFnRuntime)(this.runtime)) {
271
+ initResolver = (0, ts_dedent_1.dedent) `
272
+ export const request = (ctx) => {
273
+ ${initResolver}
274
+ return {};
275
+ }
276
+ `;
277
+ }
278
+ else {
279
+ initResolver += '\n$util.toJson({})';
280
+ }
281
+ const initResponseResolver = (0, function_runtime_1.isJsResolverFnRuntime)(this.runtime)
282
+ ? (0, ts_dedent_1.dedent) `
283
+ export const response = (ctx) => {
284
+ return ctx.prev.result;
285
+ };
286
+ `
287
+ : '$util.toJson($ctx.prev.result)';
288
+ api.host.addResolver(this.typeName, this.fieldName, cdk_compat_1.MappingTemplate.inlineTemplateFromString(initResolver), cdk_compat_1.MappingTemplate.inlineTemplateFromString(initResponseResolver), this.resolverLogicalId, undefined, [...requestFns, dataSourceProviderFn, ...responseFns].map((fn) => fn.functionId), scope, this.runtime);
262
289
  };
263
290
  this.synthesizeResolvers = (scope, api, slotsNames) => {
264
291
  const appSyncFunctions = [];
@@ -271,7 +298,7 @@ class TransformerResolver {
271
298
  const { requestMappingTemplate, responseMappingTemplate, dataSource } = slotItem;
272
299
  requestMappingTemplate && this.substituteSlotInfo(requestMappingTemplate, slotName, index);
273
300
  responseMappingTemplate && this.substituteSlotInfo(responseMappingTemplate, slotName, index);
274
- const fn = api.host.addAppSyncFunction(name, requestMappingTemplate || cdk_compat_1.MappingTemplate.inlineTemplateFromString('$util.toJson({})'), responseMappingTemplate || cdk_compat_1.MappingTemplate.inlineTemplateFromString('$util.toJson({})'), (dataSource === null || dataSource === void 0 ? void 0 : dataSource.name) || exports.NONE_DATA_SOURCE_NAME, scope);
301
+ const fn = api.host.addAppSyncFunction(name, requestMappingTemplate || cdk_compat_1.MappingTemplate.inlineTemplateFromString('$util.toJson({})'), responseMappingTemplate || cdk_compat_1.MappingTemplate.inlineTemplateFromString('$util.toJson({})'), (dataSource === null || dataSource === void 0 ? void 0 : dataSource.name) || exports.NONE_DATA_SOURCE_NAME, scope, slotItem.runtime);
275
302
  appSyncFunctions.push(fn);
276
303
  }
277
304
  }
@@ -313,6 +340,27 @@ class TransformerResolver {
313
340
  });
314
341
  }
315
342
  }
343
+ createStashStatementGenerator(runtime) {
344
+ const jsStash = (props) => {
345
+ const { name, value, object } = props;
346
+ const objectPrefix = object ? `.${object}` : '';
347
+ return `ctx.stash${objectPrefix}.${name} = ${value};`;
348
+ };
349
+ const generateJsStashStatement = {
350
+ stashExpression: (props) => jsStash(props),
351
+ stashString: (props) => jsStash({ ...props, value: `"${props.value}"` }),
352
+ };
353
+ const vtlStash = (props) => {
354
+ const { name, value, object } = props;
355
+ const objectPrefix = object ? `.${object}` : '';
356
+ return `$util.qr($ctx.stash${objectPrefix}.put("${name}", ${value}))`;
357
+ };
358
+ const generateVtlStashStatement = {
359
+ stashExpression: (props) => vtlStash(props),
360
+ stashString: (props) => vtlStash({ ...props, value: `"${props.value}"` }),
361
+ };
362
+ return (0, function_runtime_1.isJsResolverFnRuntime)(runtime) ? generateJsStashStatement : generateVtlStashStatement;
363
+ }
316
364
  }
317
365
  exports.TransformerResolver = TransformerResolver;
318
366
  //# sourceMappingURL=resolver.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resolver.js","sourceRoot":"","sources":["../../src/transformer-context/resolver.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resolver.js","sourceRoot":"","sources":["../../src/transformer-context/resolver.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"transform-parameters.d.ts","sourceRoot":"","sources":["../../src/transformer-context/transform-parameters.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAEvF,eAAO,MAAM,0BAA0B,EAAE,mBA8BxC,CAAC"}
1
+ {"version":3,"file":"transform-parameters.d.ts","sourceRoot":"","sources":["../../src/transformer-context/transform-parameters.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAEvF,eAAO,MAAM,0BAA0B,EAAE,mBA2BxC,CAAC"}
@@ -17,6 +17,5 @@ exports.defaultTransformParameters = {
17
17
  enableAutoIndexQueryNames: true,
18
18
  respectPrimaryKeyAttributesOnConnectionField: true,
19
19
  enableSearchNodeToNodeEncryption: false,
20
- enableGen2Migration: false,
21
20
  };
22
21
  //# sourceMappingURL=transform-parameters.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"transform-parameters.js","sourceRoot":"","sources":["../../src/transformer-context/transform-parameters.ts"],"names":[],"mappings":";;;AAEa,QAAA,0BAA0B,GAAwB;IAE7D,2BAA2B,EAAE,IAAI;IAGjC,sCAAsC,EAAE,IAAI;IAC5C,uBAAuB,EAAE,KAAK;IAC9B,kBAAkB,EAAE,KAAK;IACzB,oCAAoC,EAAE,KAAK;IAC3C,yBAAyB,EAAE,KAAK;IAChC,iBAAiB,EAAE,IAAI;IAGvB,qCAAqC,EAAE,IAAI;IAC3C,oCAAoC,EAAE,IAAI;IAC1C,wBAAwB,EAAE,KAAK;IAC/B,+BAA+B,EAAE,KAAK;IAGtC,iBAAiB,EAAE,IAAI;IACvB,yBAAyB,EAAE,IAAI;IAG/B,4CAA4C,EAAE,IAAI;IAGlD,gCAAgC,EAAE,KAAK;IAGvC,mBAAmB,EAAE,KAAK;CAC3B,CAAC"}
1
+ {"version":3,"file":"transform-parameters.js","sourceRoot":"","sources":["../../src/transformer-context/transform-parameters.ts"],"names":[],"mappings":";;;AAEa,QAAA,0BAA0B,GAAwB;IAE7D,2BAA2B,EAAE,IAAI;IAGjC,sCAAsC,EAAE,IAAI;IAC5C,uBAAuB,EAAE,KAAK;IAC9B,kBAAkB,EAAE,KAAK;IACzB,oCAAoC,EAAE,KAAK;IAC3C,yBAAyB,EAAE,KAAK;IAChC,iBAAiB,EAAE,IAAI;IAGvB,qCAAqC,EAAE,IAAI;IAC3C,oCAAoC,EAAE,IAAI;IAC1C,wBAAwB,EAAE,KAAK;IAC/B,+BAA+B,EAAE,KAAK;IAGtC,iBAAiB,EAAE,IAAI;IACvB,yBAAyB,EAAE,IAAI;IAG/B,4CAA4C,EAAE,IAAI;IAGlD,gCAAgC,EAAE,KAAK;CACxC,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { JSONSchema } from './json-schema';
2
+ export declare const supportedScalarTypes: string[];
3
+ export declare const isDisallowedScalarType: (type: string) => boolean;
4
+ export declare const GraphQLScalarJSONSchemaDefinition: {
5
+ Boolean: JSONSchema;
6
+ Int: JSONSchema;
7
+ Float: JSONSchema;
8
+ String: JSONSchema;
9
+ AWSDateTime: JSONSchema;
10
+ ID: JSONSchema;
11
+ AWSJSON: JSONSchema;
12
+ AWSEmail: JSONSchema;
13
+ AWSDate: JSONSchema;
14
+ AWSTime: JSONSchema;
15
+ AWSTimestamp: JSONSchema;
16
+ AWSPhone: JSONSchema;
17
+ AWSURL: JSONSchema;
18
+ AWSIPAddress: JSONSchema;
19
+ };
20
+ //# sourceMappingURL=graphql-scalar-json-schema-definitions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"graphql-scalar-json-schema-definitions.d.ts","sourceRoot":"","sources":["../../../src/utils/ai/graphql-scalar-json-schema-definitions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AA8H3C,eAAO,MAAM,oBAAoB,UAAyD,CAAC;AAO3F,eAAO,MAAM,sBAAsB,SAAU,MAAM,KAAG,OAErD,CAAC;AAGF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;CAe7C,CAAC"}
@@ -0,0 +1,89 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GraphQLScalarJSONSchemaDefinition = exports.isDisallowedScalarType = exports.supportedScalarTypes = void 0;
4
+ const Boolean = {
5
+ type: 'boolean',
6
+ description: 'A boolean value.',
7
+ };
8
+ const Int = {
9
+ type: 'number',
10
+ description: 'A signed 32-bit integer value.',
11
+ };
12
+ const Float = {
13
+ type: 'number',
14
+ description: 'An IEEE 754 floating point value.',
15
+ };
16
+ const String = {
17
+ type: 'string',
18
+ description: 'A UTF-8 character sequence.',
19
+ };
20
+ const ID = {
21
+ type: 'string',
22
+ description: "A unique identifier for an object. This scalar is serialized like a String but isn't meant to be human-readable.",
23
+ };
24
+ const AWSJSON = {
25
+ type: 'string',
26
+ description: 'A JSON string. Any valid JSON construct is automatically parsed and loaded in the resolver code as maps, lists, or scalar values rather than as the literal input strings. Unquoted strings or otherwise invalid JSON result in a GraphQL validation error.',
27
+ };
28
+ const AWSEmail = {
29
+ type: 'string',
30
+ description: 'An email address in the format local-part@domain-part as defined by RFC 822.',
31
+ pattern: '^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$',
32
+ };
33
+ const AWSDate = {
34
+ type: 'string',
35
+ description: 'An extended ISO 8601 date string in the format YYYY-MM-DD.',
36
+ pattern: '^\\d{4}-d{2}-d{2}$',
37
+ };
38
+ const AWSTime = {
39
+ type: 'string',
40
+ description: 'An extended ISO 8601 time string in the format hh:mm:ss.sss.',
41
+ pattern: '^\\d{2}:\\d{2}:\\d{2}\\.\\d{3}$',
42
+ };
43
+ const AWSDateTime = {
44
+ type: 'string',
45
+ description: 'An extended ISO 8601 date and time string in the format YYYY-MM-DDThh:mm:ss.sssZ.',
46
+ pattern: '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$',
47
+ };
48
+ const AWSTimestamp = {
49
+ type: 'string',
50
+ description: 'An integer value representing the number of seconds before or after 1970-01-01-T00:00Z.',
51
+ pattern: '^\\d+$',
52
+ };
53
+ const AWSPhone = {
54
+ type: 'string',
55
+ description: 'A phone number. This value is stored as a string. Phone numbers can contain either spaces or hyphens to separate digit groups. Phone numbers without a country code are assumed to be US/North American numbers adhering to the North American Numbering Plan (NANP).',
56
+ pattern: '^\\d{3}-d{3}-d{4}$',
57
+ };
58
+ const AWSURL = {
59
+ type: 'string',
60
+ description: "A URL as defined by RFC 1738. For example, https://www.amazon.com/dp/B000NZW3KC/ or mailto:example@example.com. URLs must contain a schema (http, mailto) and can't contain two forward slashes (//) in the path part.",
61
+ pattern: '^(https?|mailto)://[^s/$.?#].[^s]*$',
62
+ };
63
+ const AWSIPAddress = {
64
+ type: 'string',
65
+ description: 'A valid IPv4 or IPv6 address. IPv4 addresses are expected in quad-dotted notation (123.12.34.56). IPv6 addresses are expected in non-bracketed, colon-separated format (1a2b:3c4b::1234:4567). You can include an optional CIDR suffix (123.45.67.89/16) to indicate subnet mask.',
66
+ };
67
+ const disallowedScalarTypes = ['AWSEmail', 'AWSDate', 'AWSTime', 'AWSDateTime', 'AWSTimestamp', 'AWSPhone', 'AWSURL', 'AWSIPAddress'];
68
+ exports.supportedScalarTypes = ['Boolean', 'Int', 'Float', 'String', 'ID', 'AWSJSON'];
69
+ const isDisallowedScalarType = (type) => {
70
+ return disallowedScalarTypes.includes(type);
71
+ };
72
+ exports.isDisallowedScalarType = isDisallowedScalarType;
73
+ exports.GraphQLScalarJSONSchemaDefinition = {
74
+ Boolean,
75
+ Int,
76
+ Float,
77
+ String,
78
+ AWSDateTime,
79
+ ID,
80
+ AWSJSON,
81
+ AWSEmail,
82
+ AWSDate,
83
+ AWSTime,
84
+ AWSTimestamp,
85
+ AWSPhone,
86
+ AWSURL,
87
+ AWSIPAddress,
88
+ };
89
+ //# sourceMappingURL=graphql-scalar-json-schema-definitions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"graphql-scalar-json-schema-definitions.js","sourceRoot":"","sources":["../../../src/utils/ai/graphql-scalar-json-schema-definitions.ts"],"names":[],"mappings":";;;AAeA,MAAM,OAAO,GAAe;IAC1B,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,kBAAkB;CAChC,CAAC;AAGF,MAAM,GAAG,GAAe;IACtB,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,gCAAgC;CAC9C,CAAC;AAGF,MAAM,KAAK,GAAe;IACxB,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,mCAAmC;CACjD,CAAC;AAGF,MAAM,MAAM,GAAe;IACzB,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,6BAA6B;CAC3C,CAAC;AAGF,MAAM,EAAE,GAAe;IACrB,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,kHAAkH;CAChI,CAAC;AAGF,MAAM,OAAO,GAAe;IAC1B,IAAI,EAAE,QAAQ;IACd,WAAW,EACT,6PAA6P;CAChQ,CAAC;AAGF,MAAM,QAAQ,GAAe;IAC3B,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,8EAA8E;IAC3F,OAAO,EAAE,mDAAmD;CAC7D,CAAC;AAGF,MAAM,OAAO,GAAe;IAC1B,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,4DAA4D;IACzE,OAAO,EAAE,oBAAoB;CAC9B,CAAC;AAGF,MAAM,OAAO,GAAe;IAC1B,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,8DAA8D;IAC3E,OAAO,EAAE,iCAAiC;CAC3C,CAAC;AAGF,MAAM,WAAW,GAAe;IAC9B,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,mFAAmF;IAChG,OAAO,EAAE,uDAAuD;CACjE,CAAC;AAGF,MAAM,YAAY,GAAe;IAC/B,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,yFAAyF;IACtG,OAAO,EAAE,QAAQ;CAClB,CAAC;AAGF,MAAM,QAAQ,GAAe;IAC3B,IAAI,EAAE,QAAQ;IACd,WAAW,EACT,uQAAuQ;IACzQ,OAAO,EAAE,oBAAoB;CAC9B,CAAC;AAGF,MAAM,MAAM,GAAe;IACzB,IAAI,EAAE,QAAQ;IACd,WAAW,EACT,wNAAwN;IAC1N,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAGF,MAAM,YAAY,GAAe;IAC/B,IAAI,EAAE,QAAQ;IACd,WAAW,EACT,mRAAmR;CACtR,CAAC;AAgBF,MAAM,qBAAqB,GAAG,CAAC,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAAE,cAAc,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,CAAC,CAAC;AAGzH,QAAA,oBAAoB,GAAG,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;AAOpF,MAAM,sBAAsB,GAAG,CAAC,IAAY,EAAW,EAAE;IAC9D,OAAO,qBAAqB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;AAC9C,CAAC,CAAC;AAFW,QAAA,sBAAsB,0BAEjC;AAGW,QAAA,iCAAiC,GAAG;IAC/C,OAAO;IACP,GAAG;IACH,KAAK;IACL,MAAM;IACN,WAAW;IACX,EAAE;IACF,OAAO;IACP,QAAQ;IACR,OAAO;IACP,OAAO;IACP,YAAY;IACZ,QAAQ;IACR,MAAM;IACN,YAAY;CACb,CAAC"}
@@ -0,0 +1,4 @@
1
+ export type { JSONSchema } from './json-schema';
2
+ export { isDisallowedScalarType, supportedScalarTypes, GraphQLScalarJSONSchemaDefinition } from './graphql-scalar-json-schema-definitions';
3
+ export { convertNamedTypeToJSONSchema } from './named-type-conversion';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/ai/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAC3I,OAAO,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.convertNamedTypeToJSONSchema = exports.GraphQLScalarJSONSchemaDefinition = exports.supportedScalarTypes = exports.isDisallowedScalarType = void 0;
4
+ var graphql_scalar_json_schema_definitions_1 = require("./graphql-scalar-json-schema-definitions");
5
+ Object.defineProperty(exports, "isDisallowedScalarType", { enumerable: true, get: function () { return graphql_scalar_json_schema_definitions_1.isDisallowedScalarType; } });
6
+ Object.defineProperty(exports, "supportedScalarTypes", { enumerable: true, get: function () { return graphql_scalar_json_schema_definitions_1.supportedScalarTypes; } });
7
+ Object.defineProperty(exports, "GraphQLScalarJSONSchemaDefinition", { enumerable: true, get: function () { return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition; } });
8
+ var named_type_conversion_1 = require("./named-type-conversion");
9
+ Object.defineProperty(exports, "convertNamedTypeToJSONSchema", { enumerable: true, get: function () { return named_type_conversion_1.convertNamedTypeToJSONSchema; } });
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/ai/index.ts"],"names":[],"mappings":";;;AACA,mGAA2I;AAAlI,gJAAA,sBAAsB,OAAA;AAAE,8IAAA,oBAAoB,OAAA;AAAE,2JAAA,iCAAiC,OAAA;AACxF,iEAAuE;AAA9D,qIAAA,4BAA4B,OAAA"}
@@ -0,0 +1,21 @@
1
+ export type JSONSchema = {
2
+ type: string;
3
+ properties?: Record<string, JSONSchema>;
4
+ required?: string[];
5
+ items?: JSONSchema;
6
+ enum?: (string | number | boolean | null)[];
7
+ minimum?: number;
8
+ maximum?: number;
9
+ minLength?: number;
10
+ maxLength?: number;
11
+ pattern?: string;
12
+ format?: string;
13
+ description?: string;
14
+ default?: JSONLike;
15
+ additionalProperties?: boolean | JSONSchema;
16
+ };
17
+ type JSONLike = string | number | boolean | null | {
18
+ [key: string]: JSONLike;
19
+ } | JSONLike[];
20
+ export {};
21
+ //# sourceMappingURL=json-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"json-schema.d.ts","sourceRoot":"","sources":["../../../src/utils/ai/json-schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IACxC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAC5C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,oBAAoB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;CAC7C,CAAC;AAEF,KAAK,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,QAAQ,CAAA;CAAE,GAAG,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=json-schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"json-schema.js","sourceRoot":"","sources":["../../../src/utils/ai/json-schema.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { NamedTypeNode } from 'graphql';
2
+ import { JSONSchema } from './json-schema';
3
+ export declare const convertNamedTypeToJSONSchema: (namedType: NamedTypeNode) => JSONSchema;
4
+ //# sourceMappingURL=named-type-conversion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"named-type-conversion.d.ts","sourceRoot":"","sources":["../../../src/utils/ai/named-type-conversion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAQ3C,eAAO,MAAM,4BAA4B,cAAe,aAAa,KAAG,UAqCvE,CAAC"}
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.convertNamedTypeToJSONSchema = void 0;
4
+ const graphql_scalar_json_schema_definitions_1 = require("./graphql-scalar-json-schema-definitions");
5
+ const convertNamedTypeToJSONSchema = (namedType) => {
6
+ switch (namedType.name.value) {
7
+ case 'Int':
8
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.Int;
9
+ case 'Float':
10
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.Float;
11
+ case 'String':
12
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.String;
13
+ case 'ID':
14
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.ID;
15
+ case 'Boolean':
16
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.Boolean;
17
+ case 'AWSJSON':
18
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.AWSJSON;
19
+ case 'AWSEmail':
20
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.AWSEmail;
21
+ case 'AWSDate':
22
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.AWSDate;
23
+ case 'AWSTime':
24
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.AWSTime;
25
+ case 'AWSDateTime':
26
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.AWSDateTime;
27
+ case 'AWSTimestamp':
28
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.AWSTimestamp;
29
+ case 'AWSPhone':
30
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.AWSPhone;
31
+ case 'AWSURL':
32
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.AWSURL;
33
+ case 'AWSIPAddress':
34
+ return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition.AWSIPAddress;
35
+ default:
36
+ return {
37
+ type: 'object',
38
+ properties: {},
39
+ required: [],
40
+ };
41
+ }
42
+ };
43
+ exports.convertNamedTypeToJSONSchema = convertNamedTypeToJSONSchema;
44
+ //# sourceMappingURL=named-type-conversion.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"named-type-conversion.js","sourceRoot":"","sources":["../../../src/utils/ai/named-type-conversion.ts"],"names":[],"mappings":";;;AAEA,qGAA6F;AAOtF,MAAM,4BAA4B,GAAG,CAAC,SAAwB,EAAc,EAAE;IACnF,QAAQ,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE;QAC5B,KAAK,KAAK;YACR,OAAO,0EAAiC,CAAC,GAAG,CAAC;QAC/C,KAAK,OAAO;YACV,OAAO,0EAAiC,CAAC,KAAK,CAAC;QACjD,KAAK,QAAQ;YACX,OAAO,0EAAiC,CAAC,MAAM,CAAC;QAClD,KAAK,IAAI;YACP,OAAO,0EAAiC,CAAC,EAAE,CAAC;QAC9C,KAAK,SAAS;YACZ,OAAO,0EAAiC,CAAC,OAAO,CAAC;QACnD,KAAK,SAAS;YACZ,OAAO,0EAAiC,CAAC,OAAO,CAAC;QACnD,KAAK,UAAU;YACb,OAAO,0EAAiC,CAAC,QAAQ,CAAC;QACpD,KAAK,SAAS;YACZ,OAAO,0EAAiC,CAAC,OAAO,CAAC;QACnD,KAAK,SAAS;YACZ,OAAO,0EAAiC,CAAC,OAAO,CAAC;QACnD,KAAK,aAAa;YAChB,OAAO,0EAAiC,CAAC,WAAW,CAAC;QACvD,KAAK,cAAc;YACjB,OAAO,0EAAiC,CAAC,YAAY,CAAC;QACxD,KAAK,UAAU;YACb,OAAO,0EAAiC,CAAC,QAAQ,CAAC;QACpD,KAAK,QAAQ;YACX,OAAO,0EAAiC,CAAC,MAAM,CAAC;QAClD,KAAK,cAAc;YACjB,OAAO,0EAAiC,CAAC,YAAY,CAAC;QACxD;YACE,OAAO;gBACL,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE,EAAE;gBACd,QAAQ,EAAE,EAAE;aACb,CAAC;KACL;AACH,CAAC,CAAC;AArCW,QAAA,4BAA4B,gCAqCvC"}
@@ -0,0 +1,21 @@
1
+ import { MappingTemplateProvider } from '@aws-amplify/graphql-transformer-interfaces';
2
+ import { CfnFunctionConfiguration } from 'aws-cdk-lib/aws-appsync';
3
+ import { GraphQLApi } from '../graphql-api';
4
+ import { Construct } from 'constructs';
5
+ export declare const isJsResolverFnRuntime: (runtime?: CfnFunctionConfiguration.AppSyncRuntimeProperty) => boolean;
6
+ type RuntimeSpecificFunctionProps = {
7
+ requestMappingTemplate?: string;
8
+ responseMappingTemplate?: string;
9
+ requestMappingTemplateS3Location?: string;
10
+ responseMappingTemplateS3Location?: string;
11
+ runtime?: CfnFunctionConfiguration.AppSyncRuntimeProperty;
12
+ code?: string;
13
+ };
14
+ export declare const getRuntimeSpecificFunctionProps: (scope: Construct, props: {
15
+ requestMappingTemplate: MappingTemplateProvider;
16
+ responseMappingTemplate: MappingTemplateProvider;
17
+ runtime?: CfnFunctionConfiguration.AppSyncRuntimeProperty;
18
+ api: GraphQLApi;
19
+ }) => RuntimeSpecificFunctionProps;
20
+ export {};
21
+ //# sourceMappingURL=function-runtime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"function-runtime.d.ts","sourceRoot":"","sources":["../../src/utils/function-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAOvC,eAAO,MAAM,qBAAqB,aAAc,yBAAyB,sBAAsB,KAAG,OAAyC,CAAC;AAK5I,KAAK,4BAA4B,GAAG;IAElC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC,gCAAgC,CAAC,EAAE,MAAM,CAAC;IAE1C,iCAAiC,CAAC,EAAE,MAAM,CAAC;IAE3C,OAAO,CAAC,EAAE,wBAAwB,CAAC,sBAAsB,CAAC;IAE1D,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAaF,eAAO,MAAM,+BAA+B,UACnC,SAAS,SACT;IACL,sBAAsB,EAAE,uBAAuB,CAAC;IAChD,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,OAAO,CAAC,EAAE,yBAAyB,sBAAsB,CAAC;IAC1D,GAAG,EAAE,UAAU,CAAC;CACjB,KACA,4BAqBF,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getRuntimeSpecificFunctionProps = exports.isJsResolverFnRuntime = void 0;
4
+ const cdk_compat_1 = require("../cdk-compat");
5
+ const isJsResolverFnRuntime = (runtime) => (runtime === null || runtime === void 0 ? void 0 : runtime.name) === 'APPSYNC_JS';
6
+ exports.isJsResolverFnRuntime = isJsResolverFnRuntime;
7
+ const getRuntimeSpecificFunctionProps = (scope, props) => {
8
+ const { requestMappingTemplate, responseMappingTemplate, runtime, api } = props;
9
+ const requestTemplateLocation = requestMappingTemplate.bind(scope, api.assetProvider);
10
+ const responseTemplateLocation = responseMappingTemplate.bind(scope, api.assetProvider);
11
+ if ((0, exports.isJsResolverFnRuntime)(runtime)) {
12
+ return {
13
+ runtime,
14
+ code: requestTemplateLocation + '\n\n' + responseTemplateLocation,
15
+ };
16
+ }
17
+ return {
18
+ ...(requestMappingTemplate instanceof cdk_compat_1.InlineTemplate
19
+ ? { requestMappingTemplate: requestTemplateLocation }
20
+ : { requestMappingTemplateS3Location: requestTemplateLocation }),
21
+ ...(responseMappingTemplate instanceof cdk_compat_1.InlineTemplate
22
+ ? { responseMappingTemplate: responseTemplateLocation }
23
+ : { responseMappingTemplateS3Location: responseTemplateLocation }),
24
+ };
25
+ };
26
+ exports.getRuntimeSpecificFunctionProps = getRuntimeSpecificFunctionProps;
27
+ //# sourceMappingURL=function-runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"function-runtime.js","sourceRoot":"","sources":["../../src/utils/function-runtime.ts"],"names":[],"mappings":";;;AAGA,8CAA+C;AAQxC,MAAM,qBAAqB,GAAG,CAAC,OAAyD,EAAW,EAAE,CAAC,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,IAAI,MAAK,YAAY,CAAC;AAA/H,QAAA,qBAAqB,yBAA0G;AA+BrI,MAAM,+BAA+B,GAAG,CAC7C,KAAgB,EAChB,KAKC,EAC6B,EAAE;IAChC,MAAM,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,OAAO,EAAE,GAAG,EAAE,GAAG,KAAK,CAAC;IAEhF,MAAM,uBAAuB,GAAG,sBAAsB,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,CAAC,aAAa,CAAC,CAAC;IACtF,MAAM,wBAAwB,GAAG,uBAAuB,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,CAAC,aAAa,CAAC,CAAC;IAExF,IAAI,IAAA,6BAAqB,EAAC,OAAO,CAAC,EAAE;QAClC,OAAO;YACL,OAAO;YACP,IAAI,EAAE,uBAAuB,GAAG,MAAM,GAAG,wBAAwB;SAClE,CAAC;KACH;IAED,OAAO;QACL,GAAG,CAAC,sBAAsB,YAAY,2BAAc;YAClD,CAAC,CAAC,EAAE,sBAAsB,EAAE,uBAAuB,EAAE;YACrD,CAAC,CAAC,EAAE,gCAAgC,EAAE,uBAAuB,EAAE,CAAC;QAClE,GAAG,CAAC,uBAAuB,YAAY,2BAAc;YACnD,CAAC,CAAC,EAAE,uBAAuB,EAAE,wBAAwB,EAAE;YACvD,CAAC,CAAC,EAAE,iCAAiC,EAAE,wBAAwB,EAAE,CAAC;KACrE,CAAC;AACJ,CAAC,CAAC;AA7BW,QAAA,+BAA+B,mCA6B1C"}
@@ -1,9 +1,8 @@
1
- import { AmplifyDynamoDbModelDataSourceStrategy, DataSourceStrategiesProvider, DefaultDynamoDbModelDataSourceStrategy, ImportedAmplifyDynamoDbModelDataSourceStrategy, ModelDataSourceStrategy, ModelDataSourceStrategyDbType, ModelDataSourceStrategySqlDbType, SQLLambdaModelDataSourceStrategy } from '@aws-amplify/graphql-transformer-interfaces';
1
+ import { AmplifyDynamoDbModelDataSourceStrategy, DataSourceStrategiesProvider, DefaultDynamoDbModelDataSourceStrategy, ModelDataSourceStrategy, ModelDataSourceStrategyDbType, ModelDataSourceStrategySqlDbType, SQLLambdaModelDataSourceStrategy } from '@aws-amplify/graphql-transformer-interfaces';
2
2
  import { ImportedRDSType } from '../types';
3
3
  export declare const getModelDataSourceNameForTypeName: (ctx: DataSourceStrategiesProvider, typeName: string) => string;
4
4
  export declare const getImportedRDSTypeFromStrategyDbType: (dbType: ModelDataSourceStrategyDbType) => ImportedRDSType;
5
5
  export declare const getModelDataSourceStrategy: (ctx: DataSourceStrategiesProvider, typename: string) => ModelDataSourceStrategy;
6
- export declare const isImportedAmplifyDynamoDbModelDataSourceStrategy: (strategy: ModelDataSourceStrategy) => strategy is ImportedAmplifyDynamoDbModelDataSourceStrategy;
7
6
  export declare const isAmplifyDynamoDbModelDataSourceStrategy: (strategy: ModelDataSourceStrategy) => strategy is AmplifyDynamoDbModelDataSourceStrategy;
8
7
  export declare const isDefaultDynamoDbModelDataSourceStrategy: (strategy: ModelDataSourceStrategy) => strategy is DefaultDynamoDbModelDataSourceStrategy;
9
8
  export declare const isDynamoDbModel: (ctx: DataSourceStrategiesProvider, typename: string) => boolean;