@aws-amplify/graphql-api-construct 1.14.0-gen2-migration-0930.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (275) hide show
  1. package/.jsii +171 -172
  2. package/API.md +3 -11
  3. package/CHANGELOG.md +11 -5
  4. package/lib/amplify-dynamodb-table-wrapper.js +1 -1
  5. package/lib/amplify-graphql-api.d.ts +5 -0
  6. package/lib/amplify-graphql-api.js +3 -2
  7. package/lib/amplify-graphql-definition.js +1 -1
  8. package/lib/internal/authorization-modes.js +3 -3
  9. package/lib/model-datasource-strategy-types.d.ts +1 -19
  10. package/lib/model-datasource-strategy-types.js +1 -1
  11. package/lib/sql-model-datasource-strategy.js +1 -1
  12. package/lib/types.d.ts +1 -1
  13. package/lib/types.js +1 -1
  14. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.d.ts +3 -1
  15. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.js +8 -5
  16. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_message_history_retriever.d.ts +44 -0
  17. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_message_history_retriever.js +173 -0
  18. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.d.ts +10 -3
  19. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.js +10 -23
  20. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.d.ts +5 -5
  21. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.js +9 -24
  22. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.d.ts +21 -0
  23. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.js +45 -0
  24. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.d.ts +11 -1
  25. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.js +1 -1
  26. package/node_modules/@aws-amplify/ai-constructs/package.json +1 -1
  27. package/node_modules/@aws-amplify/graphql-auth-transformer/API.md +2 -0
  28. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +7 -1
  29. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts +1 -0
  30. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -1
  31. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +37 -15
  32. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -1
  33. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +15 -15
  34. package/node_modules/@aws-amplify/graphql-conversation-transformer/API.md +2 -1
  35. package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +12 -1
  36. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js +2 -2
  37. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js.map +1 -1
  38. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.d.ts +2 -1
  39. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.d.ts.map +1 -1
  40. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.js +2 -2
  41. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.js.map +1 -1
  42. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver-fn.template.js +43 -0
  43. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.d.ts +3 -2
  44. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.d.ts.map +1 -1
  45. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.js +9 -55
  46. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.js.map +1 -1
  47. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver-fn.template.js +41 -0
  48. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.d.ts +3 -2
  49. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.d.ts.map +1 -1
  50. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.js +18 -70
  51. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.js.map +1 -1
  52. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver-fn.template.js +38 -0
  53. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.d.ts +3 -2
  54. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.d.ts.map +1 -1
  55. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.js +9 -50
  56. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.js.map +1 -1
  57. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver-fn.template.js +16 -0
  58. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.d.ts +2 -2
  59. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.d.ts.map +1 -1
  60. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.js +15 -27
  61. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.js.map +1 -1
  62. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver-fn.template.js +66 -0
  63. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.d.ts +2 -3
  64. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.d.ts.map +1 -1
  65. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.js +49 -76
  66. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.js.map +1 -1
  67. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver-fn.template.js +8 -0
  68. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver.d.ts +4 -0
  69. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver.d.ts.map +1 -0
  70. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver.js +16 -0
  71. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver.js.map +1 -0
  72. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver-fn.template.js +31 -0
  73. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.d.ts +4 -2
  74. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.d.ts.map +1 -1
  75. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.js +27 -43
  76. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.js.map +1 -1
  77. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver-fn.template.js +24 -0
  78. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.d.ts +3 -2
  79. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.d.ts.map +1 -1
  80. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.js +18 -38
  81. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.js.map +1 -1
  82. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts +4 -1
  83. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts.map +1 -1
  84. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js +59 -38
  85. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js.map +1 -1
  86. package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +16 -14
  87. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +7 -1
  88. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.d.ts.map +1 -1
  89. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.js +20 -8
  90. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.js.map +1 -1
  91. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +11 -10
  92. package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +2 -2
  93. package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.d.ts.map +1 -1
  94. package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.js +1 -1
  95. package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.js.map +1 -1
  96. package/node_modules/@aws-amplify/graphql-directives/lib/directives/default.js +1 -1
  97. package/node_modules/@aws-amplify/graphql-directives/package.json +2 -2
  98. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +5 -1
  99. package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.js +2 -2
  100. package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.js.map +1 -1
  101. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +9 -9
  102. package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +8 -1
  103. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.d.ts.map +1 -1
  104. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.js +1 -1
  105. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.js.map +1 -1
  106. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock-resolver-fn.template.js +60 -0
  107. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.d.ts +1 -4
  108. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.d.ts.map +1 -1
  109. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.js +37 -60
  110. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.js.map +1 -1
  111. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.d.ts.map +1 -1
  112. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.js +2 -1
  113. package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.js.map +1 -1
  114. package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +11 -10
  115. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +5 -1
  116. package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.js +2 -2
  117. package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.js.map +1 -1
  118. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +9 -9
  119. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +5 -1
  120. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js +2 -2
  121. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js.map +1 -1
  122. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +10 -10
  123. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +5 -1
  124. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  125. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.js +4 -4
  126. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.js.map +1 -1
  127. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +13 -13
  128. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -13
  129. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts.map +1 -1
  130. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js +2 -7
  131. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js.map +1 -1
  132. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  133. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  134. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  135. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.js +1 -1
  136. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.js.map +1 -1
  137. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts.map +1 -1
  138. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js +3 -12
  139. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +1 -1
  140. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts +0 -2
  141. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts.map +1 -1
  142. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js +2 -4
  143. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js.map +1 -1
  144. 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
  145. 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
  146. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js +1 -141
  147. 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
  148. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js +5 -5
  149. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js.map +1 -1
  150. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +11 -14
  151. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +5 -1
  152. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js +2 -2
  153. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js.map +1 -1
  154. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  155. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +9 -9
  156. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +5 -3
  157. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +0 -3
  158. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -1
  159. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.d.ts.map +1 -1
  160. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js +1 -7
  161. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js.map +1 -1
  162. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.d.ts.map +1 -1
  163. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js +1 -7
  164. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js.map +1 -1
  165. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js +1 -1
  166. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js.map +1 -1
  167. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts +0 -1
  168. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts.map +1 -1
  169. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts +0 -1
  170. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts.map +1 -1
  171. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js +1 -9
  172. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -1
  173. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +11 -11
  174. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +5 -1
  175. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js +1 -1
  176. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js.map +1 -1
  177. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  178. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +10 -10
  179. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +5 -1
  180. package/node_modules/@aws-amplify/graphql-sql-transformer/lib/graphql-sql-transformer.js +1 -1
  181. package/node_modules/@aws-amplify/graphql-sql-transformer/lib/graphql-sql-transformer.js.map +1 -1
  182. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +10 -10
  183. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +5 -5
  184. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +1 -1
  185. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
  186. package/node_modules/@aws-amplify/graphql-transformer/package.json +19 -19
  187. package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +1 -1
  188. package/node_modules/@aws-amplify/graphql-transformer-core/API.md +36 -16
  189. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +8 -5
  190. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts +2 -3
  191. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts.map +1 -1
  192. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js.map +1 -1
  193. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.d.ts +10 -0
  194. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.d.ts.map +1 -1
  195. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.js +26 -1
  196. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.js.map +1 -1
  197. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts +2 -2
  198. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts.map +1 -1
  199. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js +6 -3
  200. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js.map +1 -1
  201. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts +9 -3
  202. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts.map +1 -1
  203. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js +43 -10
  204. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js.map +1 -1
  205. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.d.ts.map +1 -1
  206. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js +1 -1
  207. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js.map +1 -1
  208. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts +12 -10
  209. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts.map +1 -1
  210. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js +107 -38
  211. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js.map +1 -1
  212. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/function-runtime-types.d.ts +4 -0
  213. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/function-runtime-types.d.ts.map +1 -0
  214. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/function-runtime-types.js +6 -0
  215. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/function-runtime-types.js.map +1 -0
  216. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.d.ts +1 -0
  217. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.d.ts.map +1 -1
  218. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.js +4 -1
  219. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.js.map +1 -1
  220. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.d.ts +4 -3
  221. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.d.ts.map +1 -1
  222. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.js +19 -9
  223. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.js.map +1 -1
  224. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/graphql-utils.d.ts +9 -9
  225. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/graphql-utils.d.ts.map +1 -1
  226. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/graphql-utils.js.map +1 -1
  227. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts +3 -2
  228. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts.map +1 -1
  229. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js +13 -9
  230. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js.map +1 -1
  231. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +7 -7
  232. package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +28 -14
  233. package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +4 -7
  234. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts +1 -6
  235. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts.map +1 -1
  236. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.js.map +1 -1
  237. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts +8 -3
  238. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts.map +1 -1
  239. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts +1 -1
  240. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts.map +1 -1
  241. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.js.map +1 -1
  242. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.d.ts +10 -1
  243. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.d.ts.map +1 -1
  244. package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +3 -3
  245. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/model-datasource/types.ts +0 -10
  246. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transform-host-provider.ts +38 -3
  247. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/index.ts +7 -1
  248. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-resolver-provider.ts +6 -1
  249. package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
  250. package/node_modules/graphql-mapping-template/CHANGELOG.md +0 -4
  251. package/node_modules/graphql-mapping-template/package.json +2 -3
  252. package/node_modules/graphql-transformer-common/CHANGELOG.md +0 -10
  253. package/node_modules/graphql-transformer-common/package.json +3 -4
  254. package/package.json +25 -25
  255. package/src/amplify-graphql-api.ts +6 -0
  256. package/src/internal/authorization-modes.ts +2 -2
  257. package/src/model-datasource-strategy-types.ts +0 -21
  258. package/src/types.ts +1 -1
  259. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.d.ts +0 -6
  260. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.d.ts.map +0 -1
  261. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.js +0 -3
  262. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.js.map +0 -1
  263. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.d.ts +0 -3
  264. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.d.ts.map +0 -1
  265. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.js +0 -59
  266. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.js.map +0 -1
  267. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/.package-lock.json +0 -13
  268. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/LICENSE +0 -47
  269. 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
  270. 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
  271. 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
  272. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package-lock.json +0 -21
  273. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json +0 -11
  274. package/node_modules/graphql-mapping-template/LICENSE +0 -201
  275. package/node_modules/graphql-transformer-common/LICENSE +0 -201
package/.jsii CHANGED
@@ -6,26 +6,26 @@
6
6
  ]
7
7
  },
8
8
  "bundled": {
9
- "@aws-amplify/ai-constructs": "^0.1.4",
9
+ "@aws-amplify/ai-constructs": "^0.2.0",
10
10
  "@aws-amplify/backend-output-schemas": "^1.0.0",
11
11
  "@aws-amplify/backend-output-storage": "^1.0.0",
12
- "@aws-amplify/graphql-auth-transformer": "4.1.2-gen2-migration-0930.0",
13
- "@aws-amplify/graphql-conversation-transformer": "0.2.2-gen2-migration-0930.0",
14
- "@aws-amplify/graphql-default-value-transformer": "3.0.4-gen2-migration-0930.0",
15
- "@aws-amplify/graphql-directives": "2.3.0-gen2-migration-0930.0",
16
- "@aws-amplify/graphql-function-transformer": "3.1.1-gen2-migration-0930.0",
17
- "@aws-amplify/graphql-generation-transformer": "0.2.2-gen2-migration-0930.0",
18
- "@aws-amplify/graphql-http-transformer": "3.0.4-gen2-migration-0930.0",
19
- "@aws-amplify/graphql-index-transformer": "3.0.4-gen2-migration-0930.0",
20
- "@aws-amplify/graphql-maps-to-transformer": "4.0.4-gen2-migration-0930.0",
21
- "@aws-amplify/graphql-model-transformer": "3.1.0-gen2-migration-0930.0",
22
- "@aws-amplify/graphql-predictions-transformer": "3.0.4-gen2-migration-0930.0",
23
- "@aws-amplify/graphql-relational-transformer": "3.1.0-gen2-migration-0930.0",
24
- "@aws-amplify/graphql-searchable-transformer": "3.0.4-gen2-migration-0930.0",
25
- "@aws-amplify/graphql-sql-transformer": "0.4.4-gen2-migration-0930.0",
26
- "@aws-amplify/graphql-transformer": "2.2.0-gen2-migration-0930.0",
27
- "@aws-amplify/graphql-transformer-core": "3.2.0-gen2-migration-0930.0",
28
- "@aws-amplify/graphql-transformer-interfaces": "4.2.0-gen2-migration-0930.0",
12
+ "@aws-amplify/graphql-auth-transformer": "4.1.3",
13
+ "@aws-amplify/graphql-conversation-transformer": "0.3.0",
14
+ "@aws-amplify/graphql-default-value-transformer": "3.1.0",
15
+ "@aws-amplify/graphql-directives": "2.3.0",
16
+ "@aws-amplify/graphql-function-transformer": "3.1.2",
17
+ "@aws-amplify/graphql-generation-transformer": "0.2.3",
18
+ "@aws-amplify/graphql-http-transformer": "3.0.5",
19
+ "@aws-amplify/graphql-index-transformer": "3.0.5",
20
+ "@aws-amplify/graphql-maps-to-transformer": "4.0.5",
21
+ "@aws-amplify/graphql-model-transformer": "3.0.5",
22
+ "@aws-amplify/graphql-predictions-transformer": "3.0.5",
23
+ "@aws-amplify/graphql-relational-transformer": "3.0.5",
24
+ "@aws-amplify/graphql-searchable-transformer": "3.0.5",
25
+ "@aws-amplify/graphql-sql-transformer": "0.4.5",
26
+ "@aws-amplify/graphql-transformer": "2.1.3",
27
+ "@aws-amplify/graphql-transformer-core": "3.2.0",
28
+ "@aws-amplify/graphql-transformer-interfaces": "4.1.2",
29
29
  "@aws-amplify/platform-core": "^1.0.0",
30
30
  "@aws-amplify/plugin-types": "^1.0.0",
31
31
  "@aws-crypto/crc32": "5.2.0",
@@ -108,8 +108,8 @@
108
108
  "fs-extra": "^8.1.0",
109
109
  "graceful-fs": "^4.2.0",
110
110
  "graphql": "^15.5.0",
111
- "graphql-mapping-template": "5.0.2-gen2-migration-0930.0",
112
- "graphql-transformer-common": "5.1.0-gen2-migration-0930.0",
111
+ "graphql-mapping-template": "5.0.1",
112
+ "graphql-transformer-common": "5.0.1",
113
113
  "hjson": "^3.2.2",
114
114
  "immer": "^9.0.12",
115
115
  "is-buffer": "~1.1.6",
@@ -130,7 +130,7 @@
130
130
  "zod": "^3.22.2"
131
131
  },
132
132
  "dependencies": {
133
- "aws-cdk-lib": "^2.152.0",
133
+ "aws-cdk-lib": "^2.158.0",
134
134
  "constructs": "^10.3.0"
135
135
  },
136
136
  "dependencyClosure": {
@@ -212,6 +212,36 @@
212
212
  }
213
213
  }
214
214
  },
215
+ "@aws-cdk/cloud-assembly-schema": {
216
+ "targets": {
217
+ "dotnet": {
218
+ "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
219
+ "namespace": "Amazon.CDK.CloudAssembly.Schema",
220
+ "packageId": "Amazon.CDK.CloudAssembly.Schema"
221
+ },
222
+ "go": {
223
+ "moduleName": "github.com/cdklabs/cloud-assembly-schema-go"
224
+ },
225
+ "java": {
226
+ "maven": {
227
+ "artifactId": "cdk-cloud-assembly-schema",
228
+ "groupId": "software.amazon.awscdk"
229
+ },
230
+ "package": "software.amazon.awscdk.cloudassembly.schema"
231
+ },
232
+ "js": {
233
+ "npm": "@aws-cdk/cloud-assembly-schema"
234
+ },
235
+ "python": {
236
+ "classifiers": [
237
+ "Framework :: AWS CDK",
238
+ "Framework :: AWS CDK :: 2"
239
+ ],
240
+ "distName": "aws-cdk.cloud-assembly-schema",
241
+ "module": "aws_cdk.cloud_assembly_schema"
242
+ }
243
+ }
244
+ },
215
245
  "aws-cdk-lib": {
216
246
  "submodules": {
217
247
  "aws-cdk-lib.alexa_ask": {
@@ -2282,6 +2312,19 @@
2282
2312
  }
2283
2313
  }
2284
2314
  },
2315
+ "aws-cdk-lib.aws_launchwizard": {
2316
+ "targets": {
2317
+ "dotnet": {
2318
+ "package": "Amazon.CDK.AWS.LaunchWizard"
2319
+ },
2320
+ "java": {
2321
+ "package": "software.amazon.awscdk.services.launchwizard"
2322
+ },
2323
+ "python": {
2324
+ "module": "aws_cdk.aws_launchwizard"
2325
+ }
2326
+ }
2327
+ },
2285
2328
  "aws-cdk-lib.aws_lex": {
2286
2329
  "targets": {
2287
2330
  "dotnet": {
@@ -2776,6 +2819,19 @@
2776
2819
  }
2777
2820
  }
2778
2821
  },
2822
+ "aws-cdk-lib.aws_pcaconnectorscep": {
2823
+ "targets": {
2824
+ "dotnet": {
2825
+ "package": "Amazon.CDK.AWS.PCAConnectorSCEP"
2826
+ },
2827
+ "java": {
2828
+ "package": "software.amazon.awscdk.services.pcaconnectorscep"
2829
+ },
2830
+ "python": {
2831
+ "module": "aws_cdk.aws_pcaconnectorscep"
2832
+ }
2833
+ }
2834
+ },
2779
2835
  "aws-cdk-lib.aws_personalize": {
2780
2836
  "targets": {
2781
2837
  "dotnet": {
@@ -3491,6 +3547,19 @@
3491
3547
  }
3492
3548
  }
3493
3549
  },
3550
+ "aws-cdk-lib.aws_ssmquicksetup": {
3551
+ "targets": {
3552
+ "dotnet": {
3553
+ "package": "Amazon.CDK.AWS.SSMQuickSetup"
3554
+ },
3555
+ "java": {
3556
+ "package": "software.amazon.awscdk.services.ssmquicksetup"
3557
+ },
3558
+ "python": {
3559
+ "module": "aws_cdk.aws_ssmquicksetup"
3560
+ }
3561
+ }
3562
+ },
3494
3563
  "aws-cdk-lib.aws_sso": {
3495
3564
  "targets": {
3496
3565
  "dotnet": {
@@ -3738,19 +3807,7 @@
3738
3807
  }
3739
3808
  }
3740
3809
  },
3741
- "aws-cdk-lib.cloud_assembly_schema": {
3742
- "targets": {
3743
- "dotnet": {
3744
- "namespace": "Amazon.CDK.CloudAssembly.Schema"
3745
- },
3746
- "java": {
3747
- "package": "software.amazon.awscdk.cloudassembly.schema"
3748
- },
3749
- "python": {
3750
- "module": "aws_cdk.cloud_assembly_schema"
3751
- }
3752
- }
3753
- },
3810
+ "aws-cdk-lib.cloud_assembly_schema": {},
3754
3811
  "aws-cdk-lib.cloudformation_include": {
3755
3812
  "targets": {
3756
3813
  "dotnet": {
@@ -4112,7 +4169,7 @@
4112
4169
  "kind": "interface",
4113
4170
  "locationInModule": {
4114
4171
  "filename": "src/model-datasource-strategy-types.ts",
4115
- "line": 39
4172
+ "line": 38
4116
4173
  },
4117
4174
  "name": "AmplifyDynamoDbModelDataSourceStrategy",
4118
4175
  "properties": [
@@ -4124,7 +4181,7 @@
4124
4181
  "immutable": true,
4125
4182
  "locationInModule": {
4126
4183
  "filename": "src/model-datasource-strategy-types.ts",
4127
- "line": 40
4184
+ "line": 39
4128
4185
  },
4129
4186
  "name": "dbType",
4130
4187
  "type": {
@@ -4139,7 +4196,7 @@
4139
4196
  "immutable": true,
4140
4197
  "locationInModule": {
4141
4198
  "filename": "src/model-datasource-strategy-types.ts",
4142
- "line": 41
4199
+ "line": 40
4143
4200
  },
4144
4201
  "name": "provisionStrategy",
4145
4202
  "type": {
@@ -4386,7 +4443,7 @@
4386
4443
  },
4387
4444
  "locationInModule": {
4388
4445
  "filename": "src/amplify-graphql-api.ts",
4389
- "line": 138
4446
+ "line": 143
4390
4447
  },
4391
4448
  "parameters": [
4392
4449
  {
@@ -4433,7 +4490,7 @@
4433
4490
  },
4434
4491
  "locationInModule": {
4435
4492
  "filename": "src/amplify-graphql-api.ts",
4436
- "line": 286
4493
+ "line": 292
4437
4494
  },
4438
4495
  "name": "addDynamoDbDataSource",
4439
4496
  "parameters": [
@@ -4482,7 +4539,7 @@
4482
4539
  },
4483
4540
  "locationInModule": {
4484
4541
  "filename": "src/amplify-graphql-api.ts",
4485
- "line": 298
4542
+ "line": 304
4486
4543
  },
4487
4544
  "name": "addElasticsearchDataSource",
4488
4545
  "parameters": [
@@ -4529,7 +4586,7 @@
4529
4586
  },
4530
4587
  "locationInModule": {
4531
4588
  "filename": "src/amplify-graphql-api.ts",
4532
- "line": 308
4589
+ "line": 314
4533
4590
  },
4534
4591
  "name": "addEventBridgeDataSource",
4535
4592
  "parameters": [
@@ -4576,7 +4633,7 @@
4576
4633
  },
4577
4634
  "locationInModule": {
4578
4635
  "filename": "src/amplify-graphql-api.ts",
4579
- "line": 390
4636
+ "line": 396
4580
4637
  },
4581
4638
  "name": "addFunction",
4582
4639
  "parameters": [
@@ -4611,7 +4668,7 @@
4611
4668
  },
4612
4669
  "locationInModule": {
4613
4670
  "filename": "src/amplify-graphql-api.ts",
4614
- "line": 319
4671
+ "line": 325
4615
4672
  },
4616
4673
  "name": "addHttpDataSource",
4617
4674
  "parameters": [
@@ -4659,7 +4716,7 @@
4659
4716
  },
4660
4717
  "locationInModule": {
4661
4718
  "filename": "src/amplify-graphql-api.ts",
4662
- "line": 330
4719
+ "line": 336
4663
4720
  },
4664
4721
  "name": "addLambdaDataSource",
4665
4722
  "parameters": [
@@ -4707,7 +4764,7 @@
4707
4764
  },
4708
4765
  "locationInModule": {
4709
4766
  "filename": "src/amplify-graphql-api.ts",
4710
- "line": 341
4767
+ "line": 347
4711
4768
  },
4712
4769
  "name": "addNoneDataSource",
4713
4770
  "parameters": [
@@ -4746,7 +4803,7 @@
4746
4803
  },
4747
4804
  "locationInModule": {
4748
4805
  "filename": "src/amplify-graphql-api.ts",
4749
- "line": 352
4806
+ "line": 358
4750
4807
  },
4751
4808
  "name": "addOpenSearchDataSource",
4752
4809
  "parameters": [
@@ -4794,7 +4851,7 @@
4794
4851
  },
4795
4852
  "locationInModule": {
4796
4853
  "filename": "src/amplify-graphql-api.ts",
4797
- "line": 365
4854
+ "line": 371
4798
4855
  },
4799
4856
  "name": "addRdsDataSource",
4800
4857
  "parameters": [
@@ -4861,7 +4918,7 @@
4861
4918
  },
4862
4919
  "locationInModule": {
4863
4920
  "filename": "src/amplify-graphql-api.ts",
4864
- "line": 381
4921
+ "line": 387
4865
4922
  },
4866
4923
  "name": "addResolver",
4867
4924
  "parameters": [
@@ -4902,7 +4959,7 @@
4902
4959
  "immutable": true,
4903
4960
  "locationInModule": {
4904
4961
  "filename": "src/amplify-graphql-api.ts",
4905
- "line": 119
4962
+ "line": 124
4906
4963
  },
4907
4964
  "name": "apiId",
4908
4965
  "type": {
@@ -4917,7 +4974,7 @@
4917
4974
  "immutable": true,
4918
4975
  "locationInModule": {
4919
4976
  "filename": "src/amplify-graphql-api.ts",
4920
- "line": 99
4977
+ "line": 104
4921
4978
  },
4922
4979
  "name": "generatedFunctionSlots",
4923
4980
  "type": {
@@ -4950,7 +5007,7 @@
4950
5007
  "immutable": true,
4951
5008
  "locationInModule": {
4952
5009
  "filename": "src/amplify-graphql-api.ts",
4953
- "line": 104
5010
+ "line": 109
4954
5011
  },
4955
5012
  "name": "graphqlUrl",
4956
5013
  "type": {
@@ -4966,7 +5023,7 @@
4966
5023
  "immutable": true,
4967
5024
  "locationInModule": {
4968
5025
  "filename": "src/amplify-graphql-api.ts",
4969
- "line": 109
5026
+ "line": 114
4970
5027
  },
4971
5028
  "name": "realtimeUrl",
4972
5029
  "type": {
@@ -4988,6 +5045,21 @@
4988
5045
  "fqn": "@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources"
4989
5046
  }
4990
5047
  },
5048
+ {
5049
+ "docs": {
5050
+ "stability": "stable",
5051
+ "summary": "Reference to parent stack of data construct."
5052
+ },
5053
+ "immutable": true,
5054
+ "locationInModule": {
5055
+ "filename": "src/amplify-graphql-api.ts",
5056
+ "line": 93
5057
+ },
5058
+ "name": "stack",
5059
+ "type": {
5060
+ "fqn": "aws-cdk-lib.Stack"
5061
+ }
5062
+ },
4991
5063
  {
4992
5064
  "docs": {
4993
5065
  "remarks": "May be a CDK Token.",
@@ -4997,7 +5069,7 @@
4997
5069
  "immutable": true,
4998
5070
  "locationInModule": {
4999
5071
  "filename": "src/amplify-graphql-api.ts",
5000
- "line": 114
5072
+ "line": 119
5001
5073
  },
5002
5074
  "name": "apiKey",
5003
5075
  "optional": true,
@@ -5412,7 +5484,7 @@
5412
5484
  {
5413
5485
  "abstract": true,
5414
5486
  "docs": {
5415
- "remarks": "If no outputStorageStrategy is provided a default strategy will be used.",
5487
+ "remarks": "If no outputStorageStrategey is provided a default strategy will be used.",
5416
5488
  "stability": "stable",
5417
5489
  "summary": "Strategy to store construct outputs."
5418
5490
  },
@@ -5781,9 +5853,6 @@
5781
5853
  {
5782
5854
  "fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
5783
5855
  },
5784
- {
5785
- "fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
5786
- },
5787
5856
  {
5788
5857
  "fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
5789
5858
  }
@@ -5836,9 +5905,6 @@
5836
5905
  {
5837
5906
  "fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
5838
5907
  },
5839
- {
5840
- "fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
5841
- },
5842
5908
  {
5843
5909
  "fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
5844
5910
  }
@@ -6234,7 +6300,7 @@
6234
6300
  "kind": "interface",
6235
6301
  "locationInModule": {
6236
6302
  "filename": "src/model-datasource-strategy-types.ts",
6237
- "line": 256
6303
+ "line": 235
6238
6304
  },
6239
6305
  "name": "CustomSqlDataSourceStrategy",
6240
6306
  "properties": [
@@ -6247,7 +6313,7 @@
6247
6313
  "immutable": true,
6248
6314
  "locationInModule": {
6249
6315
  "filename": "src/model-datasource-strategy-types.ts",
6250
- "line": 261
6316
+ "line": 240
6251
6317
  },
6252
6318
  "name": "fieldName",
6253
6319
  "type": {
@@ -6263,7 +6329,7 @@
6263
6329
  "immutable": true,
6264
6330
  "locationInModule": {
6265
6331
  "filename": "src/model-datasource-strategy-types.ts",
6266
- "line": 264
6332
+ "line": 243
6267
6333
  },
6268
6334
  "name": "strategy",
6269
6335
  "type": {
@@ -6279,7 +6345,7 @@
6279
6345
  "immutable": true,
6280
6346
  "locationInModule": {
6281
6347
  "filename": "src/model-datasource-strategy-types.ts",
6282
- "line": 258
6348
+ "line": 237
6283
6349
  },
6284
6350
  "name": "typeName",
6285
6351
  "type": {
@@ -6382,7 +6448,7 @@
6382
6448
  "kind": "interface",
6383
6449
  "locationInModule": {
6384
6450
  "filename": "src/model-datasource-strategy-types.ts",
6385
- "line": 31
6451
+ "line": 30
6386
6452
  },
6387
6453
  "name": "DefaultDynamoDbModelDataSourceStrategy",
6388
6454
  "properties": [
@@ -6394,7 +6460,7 @@
6394
6460
  "immutable": true,
6395
6461
  "locationInModule": {
6396
6462
  "filename": "src/model-datasource-strategy-types.ts",
6397
- "line": 32
6463
+ "line": 31
6398
6464
  },
6399
6465
  "name": "dbType",
6400
6466
  "type": {
@@ -6409,7 +6475,7 @@
6409
6475
  "immutable": true,
6410
6476
  "locationInModule": {
6411
6477
  "filename": "src/model-datasource-strategy-types.ts",
6412
- "line": 33
6478
+ "line": 32
6413
6479
  },
6414
6480
  "name": "provisionStrategy",
6415
6481
  "type": {
@@ -6707,9 +6773,6 @@
6707
6773
  {
6708
6774
  "fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
6709
6775
  },
6710
- {
6711
- "fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
6712
- },
6713
6776
  {
6714
6777
  "fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
6715
6778
  }
@@ -6991,70 +7054,6 @@
6991
7054
  ],
6992
7055
  "symbolId": "src/types:IdentityPoolAuthorizationConfig"
6993
7056
  },
6994
- "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy": {
6995
- "assembly": "@aws-amplify/graphql-api-construct",
6996
- "datatype": true,
6997
- "docs": {
6998
- "remarks": "Tables can be imported only if they meet the following criteria.\n1. The imported table must have been created with through an Amplify Gen 1 project.\n2. The imported table must be in the same account and region as this construct.\n3. The imported table properties must match the corresponding table properties specified in this construct.\n (AttributeDefinitions, KeySchema, GlobalSecondaryIndexes, BillingModeSummary, ProvisionedThroughput, StreamSpecification, SSEDescription, DeletionProtectionEnabled)\n\nThe imported tables will follow the auth rules defined in this construct.\nThe auth rules of the source Gen 1 project will not apply to the API created by this construct.\nEnsure the correct auth rules have been set to prevent data exposure.",
6999
- "stability": "stable",
7000
- "summary": "Use custom resource type 'Custom::ImportedAmplifyDynamoDBTable' to manage an imported table."
7001
- },
7002
- "fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy",
7003
- "kind": "interface",
7004
- "locationInModule": {
7005
- "filename": "src/model-datasource-strategy-types.ts",
7006
- "line": 58
7007
- },
7008
- "name": "ImportedAmplifyDynamoDbModelDataSourceStrategy",
7009
- "properties": [
7010
- {
7011
- "abstract": true,
7012
- "docs": {
7013
- "stability": "stable"
7014
- },
7015
- "immutable": true,
7016
- "locationInModule": {
7017
- "filename": "src/model-datasource-strategy-types.ts",
7018
- "line": 59
7019
- },
7020
- "name": "dbType",
7021
- "type": {
7022
- "primitive": "string"
7023
- }
7024
- },
7025
- {
7026
- "abstract": true,
7027
- "docs": {
7028
- "stability": "stable"
7029
- },
7030
- "immutable": true,
7031
- "locationInModule": {
7032
- "filename": "src/model-datasource-strategy-types.ts",
7033
- "line": 60
7034
- },
7035
- "name": "provisionStrategy",
7036
- "type": {
7037
- "primitive": "string"
7038
- }
7039
- },
7040
- {
7041
- "abstract": true,
7042
- "docs": {
7043
- "stability": "stable"
7044
- },
7045
- "immutable": true,
7046
- "locationInModule": {
7047
- "filename": "src/model-datasource-strategy-types.ts",
7048
- "line": 61
7049
- },
7050
- "name": "tableName",
7051
- "type": {
7052
- "primitive": "string"
7053
- }
7054
- }
7055
- ],
7056
- "symbolId": "src/model-datasource-strategy-types:ImportedAmplifyDynamoDbModelDataSourceStrategy"
7057
- },
7058
7057
  "@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig": {
7059
7058
  "assembly": "@aws-amplify/graphql-api-construct",
7060
7059
  "datatype": true,
@@ -7594,7 +7593,7 @@
7594
7593
  "kind": "interface",
7595
7594
  "locationInModule": {
7596
7595
  "filename": "src/model-datasource-strategy-types.ts",
7597
- "line": 122
7596
+ "line": 101
7598
7597
  },
7599
7598
  "name": "ProvisionedConcurrencyConfig",
7600
7599
  "properties": [
@@ -7608,7 +7607,7 @@
7608
7607
  "immutable": true,
7609
7608
  "locationInModule": {
7610
7609
  "filename": "src/model-datasource-strategy-types.ts",
7611
- "line": 124
7610
+ "line": 103
7612
7611
  },
7613
7612
  "name": "provisionedConcurrentExecutions",
7614
7613
  "type": {
@@ -7733,7 +7732,7 @@
7733
7732
  "kind": "interface",
7734
7733
  "locationInModule": {
7735
7734
  "filename": "src/model-datasource-strategy-types.ts",
7736
- "line": 67
7735
+ "line": 46
7737
7736
  },
7738
7737
  "name": "SQLLambdaModelDataSourceStrategy",
7739
7738
  "properties": [
@@ -7746,7 +7745,7 @@
7746
7745
  "immutable": true,
7747
7746
  "locationInModule": {
7748
7747
  "filename": "src/model-datasource-strategy-types.ts",
7749
- "line": 82
7748
+ "line": 61
7750
7749
  },
7751
7750
  "name": "dbConnectionConfig",
7752
7751
  "type": {
@@ -7774,7 +7773,7 @@
7774
7773
  "immutable": true,
7775
7774
  "locationInModule": {
7776
7775
  "filename": "src/model-datasource-strategy-types.ts",
7777
- "line": 77
7776
+ "line": 56
7778
7777
  },
7779
7778
  "name": "dbType",
7780
7779
  "type": {
@@ -7791,7 +7790,7 @@
7791
7790
  "immutable": true,
7792
7791
  "locationInModule": {
7793
7792
  "filename": "src/model-datasource-strategy-types.ts",
7794
- "line": 72
7793
+ "line": 51
7795
7794
  },
7796
7795
  "name": "name",
7797
7796
  "type": {
@@ -7808,7 +7807,7 @@
7808
7807
  "immutable": true,
7809
7808
  "locationInModule": {
7810
7809
  "filename": "src/model-datasource-strategy-types.ts",
7811
- "line": 93
7810
+ "line": 72
7812
7811
  },
7813
7812
  "name": "customSqlStatements",
7814
7813
  "optional": true,
@@ -7830,7 +7829,7 @@
7830
7829
  "immutable": true,
7831
7830
  "locationInModule": {
7832
7831
  "filename": "src/model-datasource-strategy-types.ts",
7833
- "line": 98
7832
+ "line": 77
7834
7833
  },
7835
7834
  "name": "sqlLambdaProvisionedConcurrencyConfig",
7836
7835
  "optional": true,
@@ -7847,7 +7846,7 @@
7847
7846
  "immutable": true,
7848
7847
  "locationInModule": {
7849
7848
  "filename": "src/model-datasource-strategy-types.ts",
7850
- "line": 87
7849
+ "line": 66
7851
7850
  },
7852
7851
  "name": "vpcConfiguration",
7853
7852
  "optional": true,
@@ -8030,7 +8029,7 @@
8030
8029
  "kind": "interface",
8031
8030
  "locationInModule": {
8032
8031
  "filename": "src/model-datasource-strategy-types.ts",
8033
- "line": 197
8032
+ "line": 176
8034
8033
  },
8035
8034
  "name": "SqlModelDataSourceSecretsManagerDbConnectionConfig",
8036
8035
  "properties": [
@@ -8043,7 +8042,7 @@
8043
8042
  "immutable": true,
8044
8043
  "locationInModule": {
8045
8044
  "filename": "src/model-datasource-strategy-types.ts",
8046
- "line": 211
8045
+ "line": 190
8047
8046
  },
8048
8047
  "name": "databaseName",
8049
8048
  "type": {
@@ -8059,7 +8058,7 @@
8059
8058
  "immutable": true,
8060
8059
  "locationInModule": {
8061
8060
  "filename": "src/model-datasource-strategy-types.ts",
8062
- "line": 214
8061
+ "line": 193
8063
8062
  },
8064
8063
  "name": "hostname",
8065
8064
  "type": {
@@ -8075,7 +8074,7 @@
8075
8074
  "immutable": true,
8076
8075
  "locationInModule": {
8077
8076
  "filename": "src/model-datasource-strategy-types.ts",
8078
- "line": 208
8077
+ "line": 187
8079
8078
  },
8080
8079
  "name": "port",
8081
8080
  "type": {
@@ -8092,7 +8091,7 @@
8092
8091
  "immutable": true,
8093
8092
  "locationInModule": {
8094
8093
  "filename": "src/model-datasource-strategy-types.ts",
8095
- "line": 199
8094
+ "line": 178
8096
8095
  },
8097
8096
  "name": "secretArn",
8098
8097
  "type": {
@@ -8109,7 +8108,7 @@
8109
8108
  "immutable": true,
8110
8109
  "locationInModule": {
8111
8110
  "filename": "src/model-datasource-strategy-types.ts",
8112
- "line": 205
8111
+ "line": 184
8113
8112
  },
8114
8113
  "name": "keyArn",
8115
8114
  "optional": true,
@@ -8126,7 +8125,7 @@
8126
8125
  "immutable": true,
8127
8126
  "locationInModule": {
8128
8127
  "filename": "src/model-datasource-strategy-types.ts",
8129
- "line": 219
8128
+ "line": 198
8130
8129
  },
8131
8130
  "name": "sslCertConfig",
8132
8131
  "optional": true,
@@ -8149,7 +8148,7 @@
8149
8148
  "kind": "interface",
8150
8149
  "locationInModule": {
8151
8150
  "filename": "src/model-datasource-strategy-types.ts",
8152
- "line": 227
8151
+ "line": 206
8153
8152
  },
8154
8153
  "name": "SqlModelDataSourceSsmDbConnectionConfig",
8155
8154
  "properties": [
@@ -8162,7 +8161,7 @@
8162
8161
  "immutable": true,
8163
8162
  "locationInModule": {
8164
8163
  "filename": "src/model-datasource-strategy-types.ts",
8165
- "line": 243
8164
+ "line": 222
8166
8165
  },
8167
8166
  "name": "databaseNameSsmPath",
8168
8167
  "type": {
@@ -8179,7 +8178,7 @@
8179
8178
  "immutable": true,
8180
8179
  "locationInModule": {
8181
8180
  "filename": "src/model-datasource-strategy-types.ts",
8182
- "line": 231
8181
+ "line": 210
8183
8182
  },
8184
8183
  "name": "hostnameSsmPath",
8185
8184
  "type": {
@@ -8195,7 +8194,7 @@
8195
8194
  "immutable": true,
8196
8195
  "locationInModule": {
8197
8196
  "filename": "src/model-datasource-strategy-types.ts",
8198
- "line": 240
8197
+ "line": 219
8199
8198
  },
8200
8199
  "name": "passwordSsmPath",
8201
8200
  "type": {
@@ -8211,7 +8210,7 @@
8211
8210
  "immutable": true,
8212
8211
  "locationInModule": {
8213
8212
  "filename": "src/model-datasource-strategy-types.ts",
8214
- "line": 234
8213
+ "line": 213
8215
8214
  },
8216
8215
  "name": "portSsmPath",
8217
8216
  "type": {
@@ -8227,7 +8226,7 @@
8227
8226
  "immutable": true,
8228
8227
  "locationInModule": {
8229
8228
  "filename": "src/model-datasource-strategy-types.ts",
8230
- "line": 237
8229
+ "line": 216
8231
8230
  },
8232
8231
  "name": "usernameSsmPath",
8233
8232
  "type": {
@@ -8243,7 +8242,7 @@
8243
8242
  "immutable": true,
8244
8243
  "locationInModule": {
8245
8244
  "filename": "src/model-datasource-strategy-types.ts",
8246
- "line": 248
8245
+ "line": 227
8247
8246
  },
8248
8247
  "name": "sslCertConfig",
8249
8248
  "optional": true,
@@ -8265,7 +8264,7 @@
8265
8264
  "kind": "interface",
8266
8265
  "locationInModule": {
8267
8266
  "filename": "src/model-datasource-strategy-types.ts",
8268
- "line": 176
8267
+ "line": 155
8269
8268
  },
8270
8269
  "name": "SqlModelDataSourceSsmDbConnectionStringConfig",
8271
8270
  "properties": [
@@ -8279,7 +8278,7 @@
8279
8278
  "immutable": true,
8280
8279
  "locationInModule": {
8281
8280
  "filename": "src/model-datasource-strategy-types.ts",
8282
- "line": 183
8281
+ "line": 162
8283
8282
  },
8284
8283
  "name": "connectionUriSsmPath",
8285
8284
  "type": {
@@ -8309,7 +8308,7 @@
8309
8308
  "immutable": true,
8310
8309
  "locationInModule": {
8311
8310
  "filename": "src/model-datasource-strategy-types.ts",
8312
- "line": 188
8311
+ "line": 167
8313
8312
  },
8314
8313
  "name": "sslCertConfig",
8315
8314
  "optional": true,
@@ -8332,7 +8331,7 @@
8332
8331
  "kind": "interface",
8333
8332
  "locationInModule": {
8334
8333
  "filename": "src/model-datasource-strategy-types.ts",
8335
- "line": 155
8334
+ "line": 134
8336
8335
  },
8337
8336
  "name": "SslCertConfig",
8338
8337
  "symbolId": "src/model-datasource-strategy-types:SslCertConfig"
@@ -8350,7 +8349,7 @@
8350
8349
  "kind": "interface",
8351
8350
  "locationInModule": {
8352
8351
  "filename": "src/model-datasource-strategy-types.ts",
8353
- "line": 157
8352
+ "line": 136
8354
8353
  },
8355
8354
  "name": "SslCertSsmPathConfig",
8356
8355
  "properties": [
@@ -8364,7 +8363,7 @@
8364
8363
  "immutable": true,
8365
8364
  "locationInModule": {
8366
8365
  "filename": "src/model-datasource-strategy-types.ts",
8367
- "line": 169
8366
+ "line": 148
8368
8367
  },
8369
8368
  "name": "ssmPath",
8370
8369
  "type": {
@@ -8435,7 +8434,7 @@
8435
8434
  "kind": "interface",
8436
8435
  "locationInModule": {
8437
8436
  "filename": "src/model-datasource-strategy-types.ts",
8438
- "line": 132
8437
+ "line": 111
8439
8438
  },
8440
8439
  "name": "SubnetAvailabilityZone",
8441
8440
  "properties": [
@@ -8448,7 +8447,7 @@
8448
8447
  "immutable": true,
8449
8448
  "locationInModule": {
8450
8449
  "filename": "src/model-datasource-strategy-types.ts",
8451
- "line": 137
8450
+ "line": 116
8452
8451
  },
8453
8452
  "name": "availabilityZone",
8454
8453
  "type": {
@@ -8464,7 +8463,7 @@
8464
8463
  "immutable": true,
8465
8464
  "locationInModule": {
8466
8465
  "filename": "src/model-datasource-strategy-types.ts",
8467
- "line": 134
8466
+ "line": 113
8468
8467
  },
8469
8468
  "name": "subnetId",
8470
8469
  "type": {
@@ -8893,7 +8892,7 @@
8893
8892
  "kind": "interface",
8894
8893
  "locationInModule": {
8895
8894
  "filename": "src/model-datasource-strategy-types.ts",
8896
- "line": 108
8895
+ "line": 87
8897
8896
  },
8898
8897
  "name": "VpcConfig",
8899
8898
  "properties": [
@@ -8906,7 +8905,7 @@
8906
8905
  "immutable": true,
8907
8906
  "locationInModule": {
8908
8907
  "filename": "src/model-datasource-strategy-types.ts",
8909
- "line": 113
8908
+ "line": 92
8910
8909
  },
8911
8910
  "name": "securityGroupIds",
8912
8911
  "type": {
@@ -8927,7 +8926,7 @@
8927
8926
  "immutable": true,
8928
8927
  "locationInModule": {
8929
8928
  "filename": "src/model-datasource-strategy-types.ts",
8930
- "line": 116
8929
+ "line": 95
8931
8930
  },
8932
8931
  "name": "subnetAvailabilityZoneConfig",
8933
8932
  "type": {
@@ -8948,7 +8947,7 @@
8948
8947
  "immutable": true,
8949
8948
  "locationInModule": {
8950
8949
  "filename": "src/model-datasource-strategy-types.ts",
8951
- "line": 110
8950
+ "line": 89
8952
8951
  },
8953
8952
  "name": "vpcId",
8954
8953
  "type": {
@@ -8959,6 +8958,6 @@
8959
8958
  "symbolId": "src/model-datasource-strategy-types:VpcConfig"
8960
8959
  }
8961
8960
  },
8962
- "version": "1.14.0-gen2-migration-0930.0",
8963
- "fingerprint": "3hV907Do7yKJNSPV/5g640Z4E3pgMxmXtNFEXCESy60="
8961
+ "version": "1.15.0",
8962
+ "fingerprint": "t3YQzZkQ23GrkBemB6QEclTAHxBBCs7JLRhwlvD7qvQ="
8964
8963
  }