@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.
- package/.jsii +311 -227
- package/API.md +3 -15
- package/CHANGELOG.md +25 -3
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +5 -12
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/internal/default-parameters.js +1 -2
- package/lib/model-datasource-strategy-types.d.ts +1 -19
- package/lib/model-datasource-strategy-types.js +1 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/lib/types.d.ts +5 -28
- package/lib/types.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/README.md +66 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.js +74 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.js +191 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.js +47 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.js +66 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/default_handler.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/default_handler.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/event_tools_provider.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/event_tools_provider.js +32 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_query_factory.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_query_factory.js +44 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.js +48 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/types.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/types.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/test-assets/custom_handler.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/test-assets/custom_handler.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/index.internal.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/index.internal.js +34 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/index.js +29 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/README.md +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/amplify_function.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/amplify_function.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/auth_resources.d.ts +66 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/auth_resources.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/aws_client_provider.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/aws_client_provider.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_identifier.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_identifier.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_output.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_output.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_secret_resolver.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_secret_resolver.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_creator.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_creator.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_resolver.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_resolver.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_container.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_container.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_factory.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_factory.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deep_partial.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deep_partial.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deployment_type.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deployment_type.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/function_resources.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/function_resources.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/import_path_verifier.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/import_path_verifier.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/index.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/index.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_retrieval_strategy.d.ts +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_retrieval_strategy.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_storage_strategy.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_storage_strategy.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/package_manager_controller.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/package_manager_controller.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_access_acceptor.d.ts +27 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_access_acceptor.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_name_validator.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_name_validator.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_provider.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_provider.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/ssm_environment_entries_generator.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/ssm_environment_entries_generator.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/stable_backend_identifiers.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/stable_backend_identifiers.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/package.json +24 -0
- package/node_modules/@aws-amplify/ai-constructs/package.json +37 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +19 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +6 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +26 -20
- package/node_modules/@aws-amplify/graphql-conversation-transformer/API.md +33 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +10 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/README.md +145 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js +111 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/session-model.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/session-model.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/session-model.js +81 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/session-model.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.d.ts +39 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.js +35 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.js +62 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-messages-subscription-resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.js +77 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-mutation-resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.js +57 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/auth-resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.js +34 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.js +104 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/js-resolver-function-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.js +59 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.js +50 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.js +45 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/write-message-to-table-resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js +68 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js +44 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts +20 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js +184 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/graphql-json-schema-type.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/graphql-json-schema-type.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/graphql-json-schema-type.js +81 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/graphql-json-schema-type.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/tools.d.ts +25 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/tools.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/tools.js +116 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/utils/tools.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +82 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +17 -1
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +19 -13
- package/node_modules/@aws-amplify/graphql-directives/API.md +6 -0
- package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +10 -2
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.js +1 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.js +31 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.js +24 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.js +5 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/index.js +2 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/package.json +12 -6
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +13 -1
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +16 -12
- package/node_modules/@aws-amplify/graphql-generation-transformer/API.md +26 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +11 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/README.md +85 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.d.ts +32 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.js +119 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/grapqhl-generation-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.js +72 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/resolvers/invoke-bedrock.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/graphql-json-schema-type.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/graphql-json-schema-type.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/graphql-json-schema-type.js +78 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/graphql-json-schema-type.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.d.ts +27 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.js +31 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/utils/tools.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/validation.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/validation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/validation.js +29 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/lib/validation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +78 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +13 -1
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +16 -12
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +17 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +17 -13
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +17 -1
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +20 -16
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +15 -7
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js +2 -47
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts +2 -2
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js +22 -4
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js +3 -12
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts +0 -2
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js +2 -4
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js.map +1 -1
- 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
- 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
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js +1 -111
- 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
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js +1 -3
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts +0 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js +0 -3
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js +2 -2
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +18 -16
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +19 -1
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js +3 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +16 -12
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +23 -3
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +12 -13
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js +13 -11
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js +13 -11
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js +7 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js +1 -7
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js +1 -7
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts +0 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts +0 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js +8 -10
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +18 -14
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +23 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js +3 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +21 -15
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +17 -1
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +17 -13
- package/node_modules/@aws-amplify/graphql-transformer/API.md +0 -1
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +23 -2
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +0 -1
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +11 -6
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/package.json +31 -22
- package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +11 -8
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +54 -7
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +14 -3
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js +3 -9
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts +5 -11
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js +6 -31
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js +8 -3
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts +3 -3
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js +12 -16
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts +6 -2
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js +71 -23
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/graphql-scalar-json-schema-definitions.d.ts +20 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/graphql-scalar-json-schema-definitions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/graphql-scalar-json-schema-definitions.js +89 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/graphql-scalar-json-schema-definitions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/index.js +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/json-schema.d.ts +21 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/json-schema.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/json-schema.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/json-schema.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/named-type-conversion.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/named-type-conversion.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/named-type-conversion.js +44 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/named-type-conversion.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.d.ts +21 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.js +27 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/function-runtime.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts +1 -2
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js +1 -9
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +18 -12
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +12 -23
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +14 -3
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts +3 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts +1 -6
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts +4 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +13 -6
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/graphql-api-provider.ts +3 -10
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/index.ts +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/model-datasource/types.ts +0 -10
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transform-host-provider.ts +5 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/synth-parameters.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameters.ts +0 -3
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/graphql-mapping-template/CHANGELOG.md +12 -0
- package/node_modules/graphql-mapping-template/LICENSE +201 -0
- package/node_modules/graphql-mapping-template/package.json +13 -5
- package/node_modules/graphql-transformer-common/API.md +0 -1
- package/node_modules/graphql-transformer-common/CHANGELOG.md +9 -3
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts +0 -1
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts.map +1 -1
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js +0 -1
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js.map +1 -1
- package/node_modules/graphql-transformer-common/package.json +13 -6
- package/package.json +40 -29
- package/src/amplify-graphql-api.ts +3 -11
- package/src/internal/default-parameters.ts +0 -1
- package/src/model-datasource-strategy-types.ts +0 -21
- package/src/types.ts +5 -29
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/.package-lock.json +0 -13
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/LICENSE +0 -47
- 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
- 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
- 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
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package-lock.json +0 -21
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json +0 -11
package/.jsii
CHANGED
@@ -6,23 +6,26 @@
|
|
6
6
|
]
|
7
7
|
},
|
8
8
|
"bundled": {
|
9
|
+
"@aws-amplify/ai-constructs": "^0.1.2",
|
9
10
|
"@aws-amplify/backend-output-schemas": "^0.4.0",
|
10
11
|
"@aws-amplify/backend-output-storage": "^0.2.2",
|
11
|
-
"@aws-amplify/graphql-auth-transformer": "
|
12
|
-
"@aws-amplify/graphql-
|
13
|
-
"@aws-amplify/graphql-
|
14
|
-
"@aws-amplify/graphql-
|
15
|
-
"@aws-amplify/graphql-
|
16
|
-
"@aws-amplify/graphql-
|
17
|
-
"@aws-amplify/graphql-
|
18
|
-
"@aws-amplify/graphql-
|
19
|
-
"@aws-amplify/graphql-
|
20
|
-
"@aws-amplify/graphql-
|
21
|
-
"@aws-amplify/graphql-
|
22
|
-
"@aws-amplify/graphql-
|
23
|
-
"@aws-amplify/graphql-transformer": "
|
24
|
-
"@aws-amplify/graphql-transformer
|
25
|
-
"@aws-amplify/graphql-transformer
|
12
|
+
"@aws-amplify/graphql-auth-transformer": "4.1.0",
|
13
|
+
"@aws-amplify/graphql-conversation-transformer": "0.2.0",
|
14
|
+
"@aws-amplify/graphql-default-value-transformer": "3.0.2",
|
15
|
+
"@aws-amplify/graphql-directives": "2.1.0",
|
16
|
+
"@aws-amplify/graphql-function-transformer": "3.0.2",
|
17
|
+
"@aws-amplify/graphql-generation-transformer": "0.2.0",
|
18
|
+
"@aws-amplify/graphql-http-transformer": "3.0.2",
|
19
|
+
"@aws-amplify/graphql-index-transformer": "3.0.2",
|
20
|
+
"@aws-amplify/graphql-maps-to-transformer": "4.0.2",
|
21
|
+
"@aws-amplify/graphql-model-transformer": "3.0.2",
|
22
|
+
"@aws-amplify/graphql-predictions-transformer": "3.0.2",
|
23
|
+
"@aws-amplify/graphql-relational-transformer": "3.0.2",
|
24
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.2",
|
25
|
+
"@aws-amplify/graphql-sql-transformer": "0.4.2",
|
26
|
+
"@aws-amplify/graphql-transformer": "2.1.0",
|
27
|
+
"@aws-amplify/graphql-transformer-core": "3.1.0",
|
28
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.1.0",
|
26
29
|
"@aws-amplify/platform-core": "^0.2.0",
|
27
30
|
"@aws-amplify/plugin-types": "^0.4.1",
|
28
31
|
"charenc": "^0.0.2",
|
@@ -30,8 +33,8 @@
|
|
30
33
|
"fs-extra": "^8.1.0",
|
31
34
|
"graceful-fs": "^4.2.11",
|
32
35
|
"graphql": "^15.5.0",
|
33
|
-
"graphql-mapping-template": "
|
34
|
-
"graphql-transformer-common": "
|
36
|
+
"graphql-mapping-template": "5.0.1",
|
37
|
+
"graphql-transformer-common": "5.0.1",
|
35
38
|
"hjson": "^3.2.2",
|
36
39
|
"immer": "^9.0.12",
|
37
40
|
"is-buffer": "^2.0.5",
|
@@ -46,7 +49,7 @@
|
|
46
49
|
"zod": "^3.22.3"
|
47
50
|
},
|
48
51
|
"dependencies": {
|
49
|
-
"aws-cdk-lib": "^2.
|
52
|
+
"aws-cdk-lib": "^2.152.0",
|
50
53
|
"constructs": "^10.3.0"
|
51
54
|
},
|
52
55
|
"dependencyClosure": {
|
@@ -260,8 +263,32 @@
|
|
260
263
|
}
|
261
264
|
}
|
262
265
|
},
|
263
|
-
"aws-cdk-lib.aws_apigatewayv2_authorizers": {
|
264
|
-
|
266
|
+
"aws-cdk-lib.aws_apigatewayv2_authorizers": {
|
267
|
+
"targets": {
|
268
|
+
"dotnet": {
|
269
|
+
"namespace": "Amazon.CDK.AwsApigatewayv2Authorizers"
|
270
|
+
},
|
271
|
+
"java": {
|
272
|
+
"package": "software.amazon.awscdk.aws_apigatewayv2_authorizers"
|
273
|
+
},
|
274
|
+
"python": {
|
275
|
+
"module": "aws_cdk.aws_apigatewayv2_authorizers"
|
276
|
+
}
|
277
|
+
}
|
278
|
+
},
|
279
|
+
"aws-cdk-lib.aws_apigatewayv2_integrations": {
|
280
|
+
"targets": {
|
281
|
+
"dotnet": {
|
282
|
+
"namespace": "Amazon.CDK.AwsApigatewayv2Integrations"
|
283
|
+
},
|
284
|
+
"java": {
|
285
|
+
"package": "software.amazon.awscdk.aws_apigatewayv2_integrations"
|
286
|
+
},
|
287
|
+
"python": {
|
288
|
+
"module": "aws_cdk.aws_apigatewayv2_integrations"
|
289
|
+
}
|
290
|
+
}
|
291
|
+
},
|
265
292
|
"aws-cdk-lib.aws_appconfig": {
|
266
293
|
"targets": {
|
267
294
|
"dotnet": {
|
@@ -327,6 +354,19 @@
|
|
327
354
|
}
|
328
355
|
}
|
329
356
|
},
|
357
|
+
"aws-cdk-lib.aws_applicationsignals": {
|
358
|
+
"targets": {
|
359
|
+
"dotnet": {
|
360
|
+
"package": "Amazon.CDK.AWS.ApplicationSignals"
|
361
|
+
},
|
362
|
+
"java": {
|
363
|
+
"package": "software.amazon.awscdk.services.applicationsignals"
|
364
|
+
},
|
365
|
+
"python": {
|
366
|
+
"module": "aws_cdk.aws_applicationsignals"
|
367
|
+
}
|
368
|
+
}
|
369
|
+
},
|
330
370
|
"aws-cdk-lib.aws_appmesh": {
|
331
371
|
"targets": {
|
332
372
|
"dotnet": {
|
@@ -379,6 +419,19 @@
|
|
379
419
|
}
|
380
420
|
}
|
381
421
|
},
|
422
|
+
"aws-cdk-lib.aws_apptest": {
|
423
|
+
"targets": {
|
424
|
+
"dotnet": {
|
425
|
+
"package": "Amazon.CDK.AWS.AppTest"
|
426
|
+
},
|
427
|
+
"java": {
|
428
|
+
"package": "software.amazon.awscdk.services.apptest"
|
429
|
+
},
|
430
|
+
"python": {
|
431
|
+
"module": "aws_cdk.aws_apptest"
|
432
|
+
}
|
433
|
+
}
|
434
|
+
},
|
382
435
|
"aws-cdk-lib.aws_aps": {
|
383
436
|
"targets": {
|
384
437
|
"dotnet": {
|
@@ -535,10 +588,23 @@
|
|
535
588
|
}
|
536
589
|
}
|
537
590
|
},
|
591
|
+
"aws-cdk-lib.aws_bcmdataexports": {
|
592
|
+
"targets": {
|
593
|
+
"dotnet": {
|
594
|
+
"package": "Amazon.CDK.AWS.BCMDataExports"
|
595
|
+
},
|
596
|
+
"java": {
|
597
|
+
"package": "software.amazon.awscdk.services.bcmdataexports"
|
598
|
+
},
|
599
|
+
"python": {
|
600
|
+
"module": "aws_cdk.aws_bcmdataexports"
|
601
|
+
}
|
602
|
+
}
|
603
|
+
},
|
538
604
|
"aws-cdk-lib.aws_bedrock": {
|
539
605
|
"targets": {
|
540
606
|
"dotnet": {
|
541
|
-
"
|
607
|
+
"package": "Amazon.CDK.AWS.Bedrock"
|
542
608
|
},
|
543
609
|
"java": {
|
544
610
|
"package": "software.amazon.awscdk.services.bedrock"
|
@@ -639,6 +705,19 @@
|
|
639
705
|
}
|
640
706
|
}
|
641
707
|
},
|
708
|
+
"aws-cdk-lib.aws_cleanroomsml": {
|
709
|
+
"targets": {
|
710
|
+
"dotnet": {
|
711
|
+
"package": "Amazon.CDK.AWS.CleanRoomsML"
|
712
|
+
},
|
713
|
+
"java": {
|
714
|
+
"package": "software.amazon.awscdk.services.cleanroomsml"
|
715
|
+
},
|
716
|
+
"python": {
|
717
|
+
"module": "aws_cdk.aws_cleanroomsml"
|
718
|
+
}
|
719
|
+
}
|
720
|
+
},
|
642
721
|
"aws-cdk-lib.aws_cloud9": {
|
643
722
|
"targets": {
|
644
723
|
"dotnet": {
|
@@ -770,6 +849,19 @@
|
|
770
849
|
}
|
771
850
|
}
|
772
851
|
},
|
852
|
+
"aws-cdk-lib.aws_codeconnections": {
|
853
|
+
"targets": {
|
854
|
+
"dotnet": {
|
855
|
+
"package": "Amazon.CDK.AWS.CodeConnections"
|
856
|
+
},
|
857
|
+
"java": {
|
858
|
+
"package": "software.amazon.awscdk.services.codeconnections"
|
859
|
+
},
|
860
|
+
"python": {
|
861
|
+
"module": "aws_cdk.aws_codeconnections"
|
862
|
+
}
|
863
|
+
}
|
864
|
+
},
|
773
865
|
"aws-cdk-lib.aws_codedeploy": {
|
774
866
|
"targets": {
|
775
867
|
"dotnet": {
|
@@ -1043,6 +1135,19 @@
|
|
1043
1135
|
}
|
1044
1136
|
}
|
1045
1137
|
},
|
1138
|
+
"aws-cdk-lib.aws_deadline": {
|
1139
|
+
"targets": {
|
1140
|
+
"dotnet": {
|
1141
|
+
"package": "Amazon.CDK.AWS.Deadline"
|
1142
|
+
},
|
1143
|
+
"java": {
|
1144
|
+
"package": "software.amazon.awscdk.services.deadline"
|
1145
|
+
},
|
1146
|
+
"python": {
|
1147
|
+
"module": "aws_cdk.aws_deadline"
|
1148
|
+
}
|
1149
|
+
}
|
1150
|
+
},
|
1046
1151
|
"aws-cdk-lib.aws_detective": {
|
1047
1152
|
"targets": {
|
1048
1153
|
"dotnet": {
|
@@ -2564,6 +2669,19 @@
|
|
2564
2669
|
}
|
2565
2670
|
}
|
2566
2671
|
},
|
2672
|
+
"aws-cdk-lib.aws_paymentcryptography": {
|
2673
|
+
"targets": {
|
2674
|
+
"dotnet": {
|
2675
|
+
"package": "Amazon.CDK.AWS.PaymentCryptography"
|
2676
|
+
},
|
2677
|
+
"java": {
|
2678
|
+
"package": "software.amazon.awscdk.services.paymentcryptography"
|
2679
|
+
},
|
2680
|
+
"python": {
|
2681
|
+
"module": "aws_cdk.aws_paymentcryptography"
|
2682
|
+
}
|
2683
|
+
}
|
2684
|
+
},
|
2567
2685
|
"aws-cdk-lib.aws_pcaconnectorad": {
|
2568
2686
|
"targets": {
|
2569
2687
|
"dotnet": {
|
@@ -2642,6 +2760,19 @@
|
|
2642
2760
|
}
|
2643
2761
|
}
|
2644
2762
|
},
|
2763
|
+
"aws-cdk-lib.aws_qbusiness": {
|
2764
|
+
"targets": {
|
2765
|
+
"dotnet": {
|
2766
|
+
"package": "Amazon.CDK.AWS.QBusiness"
|
2767
|
+
},
|
2768
|
+
"java": {
|
2769
|
+
"package": "software.amazon.awscdk.services.qbusiness"
|
2770
|
+
},
|
2771
|
+
"python": {
|
2772
|
+
"module": "aws_cdk.aws_qbusiness"
|
2773
|
+
}
|
2774
|
+
}
|
2775
|
+
},
|
2645
2776
|
"aws-cdk-lib.aws_qldb": {
|
2646
2777
|
"targets": {
|
2647
2778
|
"dotnet": {
|
@@ -2850,6 +2981,19 @@
|
|
2850
2981
|
}
|
2851
2982
|
}
|
2852
2983
|
},
|
2984
|
+
"aws-cdk-lib.aws_route53profiles": {
|
2985
|
+
"targets": {
|
2986
|
+
"dotnet": {
|
2987
|
+
"package": "Amazon.CDK.AWS.Route53Profiles"
|
2988
|
+
},
|
2989
|
+
"java": {
|
2990
|
+
"package": "software.amazon.awscdk.services.route53profiles"
|
2991
|
+
},
|
2992
|
+
"python": {
|
2993
|
+
"module": "aws_cdk.aws_route53profiles"
|
2994
|
+
}
|
2995
|
+
}
|
2996
|
+
},
|
2853
2997
|
"aws-cdk-lib.aws_route53recoverycontrol": {
|
2854
2998
|
"targets": {
|
2855
2999
|
"dotnet": {
|
@@ -3071,6 +3215,19 @@
|
|
3071
3215
|
}
|
3072
3216
|
}
|
3073
3217
|
},
|
3218
|
+
"aws-cdk-lib.aws_securitylake": {
|
3219
|
+
"targets": {
|
3220
|
+
"dotnet": {
|
3221
|
+
"package": "Amazon.CDK.AWS.SecurityLake"
|
3222
|
+
},
|
3223
|
+
"java": {
|
3224
|
+
"package": "software.amazon.awscdk.services.securitylake"
|
3225
|
+
},
|
3226
|
+
"python": {
|
3227
|
+
"module": "aws_cdk.aws_securitylake"
|
3228
|
+
}
|
3229
|
+
}
|
3230
|
+
},
|
3074
3231
|
"aws-cdk-lib.aws_servicecatalog": {
|
3075
3232
|
"targets": {
|
3076
3233
|
"dotnet": {
|
@@ -3734,7 +3891,7 @@
|
|
3734
3891
|
"kind": "interface",
|
3735
3892
|
"locationInModule": {
|
3736
3893
|
"filename": "src/types.ts",
|
3737
|
-
"line":
|
3894
|
+
"line": 868
|
3738
3895
|
},
|
3739
3896
|
"name": "AddFunctionProps",
|
3740
3897
|
"properties": [
|
@@ -3747,7 +3904,7 @@
|
|
3747
3904
|
"immutable": true,
|
3748
3905
|
"locationInModule": {
|
3749
3906
|
"filename": "src/types.ts",
|
3750
|
-
"line":
|
3907
|
+
"line": 872
|
3751
3908
|
},
|
3752
3909
|
"name": "dataSource",
|
3753
3910
|
"type": {
|
@@ -3763,7 +3920,7 @@
|
|
3763
3920
|
"immutable": true,
|
3764
3921
|
"locationInModule": {
|
3765
3922
|
"filename": "src/types.ts",
|
3766
|
-
"line":
|
3923
|
+
"line": 877
|
3767
3924
|
},
|
3768
3925
|
"name": "name",
|
3769
3926
|
"type": {
|
@@ -3780,7 +3937,7 @@
|
|
3780
3937
|
"immutable": true,
|
3781
3938
|
"locationInModule": {
|
3782
3939
|
"filename": "src/types.ts",
|
3783
|
-
"line":
|
3940
|
+
"line": 912
|
3784
3941
|
},
|
3785
3942
|
"name": "code",
|
3786
3943
|
"optional": true,
|
@@ -3798,7 +3955,7 @@
|
|
3798
3955
|
"immutable": true,
|
3799
3956
|
"locationInModule": {
|
3800
3957
|
"filename": "src/types.ts",
|
3801
|
-
"line":
|
3958
|
+
"line": 884
|
3802
3959
|
},
|
3803
3960
|
"name": "description",
|
3804
3961
|
"optional": true,
|
@@ -3816,7 +3973,7 @@
|
|
3816
3973
|
"immutable": true,
|
3817
3974
|
"locationInModule": {
|
3818
3975
|
"filename": "src/types.ts",
|
3819
|
-
"line":
|
3976
|
+
"line": 891
|
3820
3977
|
},
|
3821
3978
|
"name": "requestMappingTemplate",
|
3822
3979
|
"optional": true,
|
@@ -3834,7 +3991,7 @@
|
|
3834
3991
|
"immutable": true,
|
3835
3992
|
"locationInModule": {
|
3836
3993
|
"filename": "src/types.ts",
|
3837
|
-
"line":
|
3994
|
+
"line": 898
|
3838
3995
|
},
|
3839
3996
|
"name": "responseMappingTemplate",
|
3840
3997
|
"optional": true,
|
@@ -3852,7 +4009,7 @@
|
|
3852
4009
|
"immutable": true,
|
3853
4010
|
"locationInModule": {
|
3854
4011
|
"filename": "src/types.ts",
|
3855
|
-
"line":
|
4012
|
+
"line": 905
|
3856
4013
|
},
|
3857
4014
|
"name": "runtime",
|
3858
4015
|
"optional": true,
|
@@ -3874,7 +4031,7 @@
|
|
3874
4031
|
"kind": "interface",
|
3875
4032
|
"locationInModule": {
|
3876
4033
|
"filename": "src/model-datasource-strategy-types.ts",
|
3877
|
-
"line":
|
4034
|
+
"line": 38
|
3878
4035
|
},
|
3879
4036
|
"name": "AmplifyDynamoDbModelDataSourceStrategy",
|
3880
4037
|
"properties": [
|
@@ -3886,7 +4043,7 @@
|
|
3886
4043
|
"immutable": true,
|
3887
4044
|
"locationInModule": {
|
3888
4045
|
"filename": "src/model-datasource-strategy-types.ts",
|
3889
|
-
"line":
|
4046
|
+
"line": 39
|
3890
4047
|
},
|
3891
4048
|
"name": "dbType",
|
3892
4049
|
"type": {
|
@@ -3901,7 +4058,7 @@
|
|
3901
4058
|
"immutable": true,
|
3902
4059
|
"locationInModule": {
|
3903
4060
|
"filename": "src/model-datasource-strategy-types.ts",
|
3904
|
-
"line":
|
4061
|
+
"line": 40
|
3905
4062
|
},
|
3906
4063
|
"name": "provisionStrategy",
|
3907
4064
|
"type": {
|
@@ -4148,7 +4305,7 @@
|
|
4148
4305
|
},
|
4149
4306
|
"locationInModule": {
|
4150
4307
|
"filename": "src/amplify-graphql-api.ts",
|
4151
|
-
"line":
|
4308
|
+
"line": 138
|
4152
4309
|
},
|
4153
4310
|
"parameters": [
|
4154
4311
|
{
|
@@ -4183,7 +4340,7 @@
|
|
4183
4340
|
"kind": "class",
|
4184
4341
|
"locationInModule": {
|
4185
4342
|
"filename": "src/amplify-graphql-api.ts",
|
4186
|
-
"line":
|
4343
|
+
"line": 84
|
4187
4344
|
},
|
4188
4345
|
"methods": [
|
4189
4346
|
{
|
@@ -4195,7 +4352,7 @@
|
|
4195
4352
|
},
|
4196
4353
|
"locationInModule": {
|
4197
4354
|
"filename": "src/amplify-graphql-api.ts",
|
4198
|
-
"line":
|
4355
|
+
"line": 286
|
4199
4356
|
},
|
4200
4357
|
"name": "addDynamoDbDataSource",
|
4201
4358
|
"parameters": [
|
@@ -4244,7 +4401,7 @@
|
|
4244
4401
|
},
|
4245
4402
|
"locationInModule": {
|
4246
4403
|
"filename": "src/amplify-graphql-api.ts",
|
4247
|
-
"line":
|
4404
|
+
"line": 298
|
4248
4405
|
},
|
4249
4406
|
"name": "addElasticsearchDataSource",
|
4250
4407
|
"parameters": [
|
@@ -4291,7 +4448,7 @@
|
|
4291
4448
|
},
|
4292
4449
|
"locationInModule": {
|
4293
4450
|
"filename": "src/amplify-graphql-api.ts",
|
4294
|
-
"line":
|
4451
|
+
"line": 308
|
4295
4452
|
},
|
4296
4453
|
"name": "addEventBridgeDataSource",
|
4297
4454
|
"parameters": [
|
@@ -4338,7 +4495,7 @@
|
|
4338
4495
|
},
|
4339
4496
|
"locationInModule": {
|
4340
4497
|
"filename": "src/amplify-graphql-api.ts",
|
4341
|
-
"line":
|
4498
|
+
"line": 390
|
4342
4499
|
},
|
4343
4500
|
"name": "addFunction",
|
4344
4501
|
"parameters": [
|
@@ -4373,7 +4530,7 @@
|
|
4373
4530
|
},
|
4374
4531
|
"locationInModule": {
|
4375
4532
|
"filename": "src/amplify-graphql-api.ts",
|
4376
|
-
"line":
|
4533
|
+
"line": 319
|
4377
4534
|
},
|
4378
4535
|
"name": "addHttpDataSource",
|
4379
4536
|
"parameters": [
|
@@ -4421,7 +4578,7 @@
|
|
4421
4578
|
},
|
4422
4579
|
"locationInModule": {
|
4423
4580
|
"filename": "src/amplify-graphql-api.ts",
|
4424
|
-
"line":
|
4581
|
+
"line": 330
|
4425
4582
|
},
|
4426
4583
|
"name": "addLambdaDataSource",
|
4427
4584
|
"parameters": [
|
@@ -4469,7 +4626,7 @@
|
|
4469
4626
|
},
|
4470
4627
|
"locationInModule": {
|
4471
4628
|
"filename": "src/amplify-graphql-api.ts",
|
4472
|
-
"line":
|
4629
|
+
"line": 341
|
4473
4630
|
},
|
4474
4631
|
"name": "addNoneDataSource",
|
4475
4632
|
"parameters": [
|
@@ -4508,7 +4665,7 @@
|
|
4508
4665
|
},
|
4509
4666
|
"locationInModule": {
|
4510
4667
|
"filename": "src/amplify-graphql-api.ts",
|
4511
|
-
"line":
|
4668
|
+
"line": 352
|
4512
4669
|
},
|
4513
4670
|
"name": "addOpenSearchDataSource",
|
4514
4671
|
"parameters": [
|
@@ -4556,7 +4713,7 @@
|
|
4556
4713
|
},
|
4557
4714
|
"locationInModule": {
|
4558
4715
|
"filename": "src/amplify-graphql-api.ts",
|
4559
|
-
"line":
|
4716
|
+
"line": 365
|
4560
4717
|
},
|
4561
4718
|
"name": "addRdsDataSource",
|
4562
4719
|
"parameters": [
|
@@ -4623,7 +4780,7 @@
|
|
4623
4780
|
},
|
4624
4781
|
"locationInModule": {
|
4625
4782
|
"filename": "src/amplify-graphql-api.ts",
|
4626
|
-
"line":
|
4783
|
+
"line": 381
|
4627
4784
|
},
|
4628
4785
|
"name": "addResolver",
|
4629
4786
|
"parameters": [
|
@@ -4664,7 +4821,7 @@
|
|
4664
4821
|
"immutable": true,
|
4665
4822
|
"locationInModule": {
|
4666
4823
|
"filename": "src/amplify-graphql-api.ts",
|
4667
|
-
"line":
|
4824
|
+
"line": 119
|
4668
4825
|
},
|
4669
4826
|
"name": "apiId",
|
4670
4827
|
"type": {
|
@@ -4679,7 +4836,7 @@
|
|
4679
4836
|
"immutable": true,
|
4680
4837
|
"locationInModule": {
|
4681
4838
|
"filename": "src/amplify-graphql-api.ts",
|
4682
|
-
"line":
|
4839
|
+
"line": 99
|
4683
4840
|
},
|
4684
4841
|
"name": "generatedFunctionSlots",
|
4685
4842
|
"type": {
|
@@ -4712,7 +4869,7 @@
|
|
4712
4869
|
"immutable": true,
|
4713
4870
|
"locationInModule": {
|
4714
4871
|
"filename": "src/amplify-graphql-api.ts",
|
4715
|
-
"line":
|
4872
|
+
"line": 104
|
4716
4873
|
},
|
4717
4874
|
"name": "graphqlUrl",
|
4718
4875
|
"type": {
|
@@ -4728,7 +4885,7 @@
|
|
4728
4885
|
"immutable": true,
|
4729
4886
|
"locationInModule": {
|
4730
4887
|
"filename": "src/amplify-graphql-api.ts",
|
4731
|
-
"line":
|
4888
|
+
"line": 109
|
4732
4889
|
},
|
4733
4890
|
"name": "realtimeUrl",
|
4734
4891
|
"type": {
|
@@ -4743,7 +4900,7 @@
|
|
4743
4900
|
"immutable": true,
|
4744
4901
|
"locationInModule": {
|
4745
4902
|
"filename": "src/amplify-graphql-api.ts",
|
4746
|
-
"line":
|
4903
|
+
"line": 88
|
4747
4904
|
},
|
4748
4905
|
"name": "resources",
|
4749
4906
|
"type": {
|
@@ -4759,7 +4916,7 @@
|
|
4759
4916
|
"immutable": true,
|
4760
4917
|
"locationInModule": {
|
4761
4918
|
"filename": "src/amplify-graphql-api.ts",
|
4762
|
-
"line":
|
4919
|
+
"line": 114
|
4763
4920
|
},
|
4764
4921
|
"name": "apiKey",
|
4765
4922
|
"optional": true,
|
@@ -4782,7 +4939,7 @@
|
|
4782
4939
|
"kind": "interface",
|
4783
4940
|
"locationInModule": {
|
4784
4941
|
"filename": "src/types.ts",
|
4785
|
-
"line":
|
4942
|
+
"line": 771
|
4786
4943
|
},
|
4787
4944
|
"name": "AmplifyGraphqlApiCfnResources",
|
4788
4945
|
"properties": [
|
@@ -4795,7 +4952,7 @@
|
|
4795
4952
|
"immutable": true,
|
4796
4953
|
"locationInModule": {
|
4797
4954
|
"filename": "src/types.ts",
|
4798
|
-
"line":
|
4955
|
+
"line": 825
|
4799
4956
|
},
|
4800
4957
|
"name": "additionalCfnResources",
|
4801
4958
|
"type": {
|
@@ -4816,7 +4973,7 @@
|
|
4816
4973
|
"immutable": true,
|
4817
4974
|
"locationInModule": {
|
4818
4975
|
"filename": "src/types.ts",
|
4819
|
-
"line":
|
4976
|
+
"line": 810
|
4820
4977
|
},
|
4821
4978
|
"name": "amplifyDynamoDbTables",
|
4822
4979
|
"type": {
|
@@ -4837,7 +4994,7 @@
|
|
4837
4994
|
"immutable": true,
|
4838
4995
|
"locationInModule": {
|
4839
4996
|
"filename": "src/types.ts",
|
4840
|
-
"line":
|
4997
|
+
"line": 800
|
4841
4998
|
},
|
4842
4999
|
"name": "cfnDataSources",
|
4843
5000
|
"type": {
|
@@ -4858,7 +5015,7 @@
|
|
4858
5015
|
"immutable": true,
|
4859
5016
|
"locationInModule": {
|
4860
5017
|
"filename": "src/types.ts",
|
4861
|
-
"line":
|
5018
|
+
"line": 795
|
4862
5019
|
},
|
4863
5020
|
"name": "cfnFunctionConfigurations",
|
4864
5021
|
"type": {
|
@@ -4879,7 +5036,7 @@
|
|
4879
5036
|
"immutable": true,
|
4880
5037
|
"locationInModule": {
|
4881
5038
|
"filename": "src/types.ts",
|
4882
|
-
"line":
|
5039
|
+
"line": 820
|
4883
5040
|
},
|
4884
5041
|
"name": "cfnFunctions",
|
4885
5042
|
"type": {
|
@@ -4900,7 +5057,7 @@
|
|
4900
5057
|
"immutable": true,
|
4901
5058
|
"locationInModule": {
|
4902
5059
|
"filename": "src/types.ts",
|
4903
|
-
"line":
|
5060
|
+
"line": 775
|
4904
5061
|
},
|
4905
5062
|
"name": "cfnGraphqlApi",
|
4906
5063
|
"type": {
|
@@ -4916,7 +5073,7 @@
|
|
4916
5073
|
"immutable": true,
|
4917
5074
|
"locationInModule": {
|
4918
5075
|
"filename": "src/types.ts",
|
4919
|
-
"line":
|
5076
|
+
"line": 780
|
4920
5077
|
},
|
4921
5078
|
"name": "cfnGraphqlSchema",
|
4922
5079
|
"type": {
|
@@ -4932,7 +5089,7 @@
|
|
4932
5089
|
"immutable": true,
|
4933
5090
|
"locationInModule": {
|
4934
5091
|
"filename": "src/types.ts",
|
4935
|
-
"line":
|
5092
|
+
"line": 790
|
4936
5093
|
},
|
4937
5094
|
"name": "cfnResolvers",
|
4938
5095
|
"type": {
|
@@ -4953,7 +5110,7 @@
|
|
4953
5110
|
"immutable": true,
|
4954
5111
|
"locationInModule": {
|
4955
5112
|
"filename": "src/types.ts",
|
4956
|
-
"line":
|
5113
|
+
"line": 815
|
4957
5114
|
},
|
4958
5115
|
"name": "cfnRoles",
|
4959
5116
|
"type": {
|
@@ -4974,7 +5131,7 @@
|
|
4974
5131
|
"immutable": true,
|
4975
5132
|
"locationInModule": {
|
4976
5133
|
"filename": "src/types.ts",
|
4977
|
-
"line":
|
5134
|
+
"line": 805
|
4978
5135
|
},
|
4979
5136
|
"name": "cfnTables",
|
4980
5137
|
"type": {
|
@@ -4995,7 +5152,7 @@
|
|
4995
5152
|
"immutable": true,
|
4996
5153
|
"locationInModule": {
|
4997
5154
|
"filename": "src/types.ts",
|
4998
|
-
"line":
|
5155
|
+
"line": 785
|
4999
5156
|
},
|
5000
5157
|
"name": "cfnApiKey",
|
5001
5158
|
"optional": true,
|
@@ -5018,7 +5175,7 @@
|
|
5018
5175
|
"kind": "interface",
|
5019
5176
|
"locationInModule": {
|
5020
5177
|
"filename": "src/types.ts",
|
5021
|
-
"line":
|
5178
|
+
"line": 688
|
5022
5179
|
},
|
5023
5180
|
"name": "AmplifyGraphqlApiProps",
|
5024
5181
|
"properties": [
|
@@ -5032,7 +5189,7 @@
|
|
5032
5189
|
"immutable": true,
|
5033
5190
|
"locationInModule": {
|
5034
5191
|
"filename": "src/types.ts",
|
5035
|
-
"line":
|
5192
|
+
"line": 705
|
5036
5193
|
},
|
5037
5194
|
"name": "authorizationModes",
|
5038
5195
|
"type": {
|
@@ -5049,7 +5206,7 @@
|
|
5049
5206
|
"immutable": true,
|
5050
5207
|
"locationInModule": {
|
5051
5208
|
"filename": "src/types.ts",
|
5052
|
-
"line":
|
5209
|
+
"line": 693
|
5053
5210
|
},
|
5054
5211
|
"name": "definition",
|
5055
5212
|
"type": {
|
@@ -5066,7 +5223,7 @@
|
|
5066
5223
|
"immutable": true,
|
5067
5224
|
"locationInModule": {
|
5068
5225
|
"filename": "src/types.ts",
|
5069
|
-
"line":
|
5226
|
+
"line": 699
|
5070
5227
|
},
|
5071
5228
|
"name": "apiName",
|
5072
5229
|
"optional": true,
|
@@ -5085,7 +5242,7 @@
|
|
5085
5242
|
"immutable": true,
|
5086
5243
|
"locationInModule": {
|
5087
5244
|
"filename": "src/types.ts",
|
5088
|
-
"line":
|
5245
|
+
"line": 720
|
5089
5246
|
},
|
5090
5247
|
"name": "conflictResolution",
|
5091
5248
|
"optional": true,
|
@@ -5103,7 +5260,7 @@
|
|
5103
5260
|
"immutable": true,
|
5104
5261
|
"locationInModule": {
|
5105
5262
|
"filename": "src/types.ts",
|
5106
|
-
"line":
|
5263
|
+
"line": 764
|
5107
5264
|
},
|
5108
5265
|
"name": "dataStoreConfiguration",
|
5109
5266
|
"optional": true,
|
@@ -5123,7 +5280,7 @@
|
|
5123
5280
|
"immutable": true,
|
5124
5281
|
"locationInModule": {
|
5125
5282
|
"filename": "src/types.ts",
|
5126
|
-
"line":
|
5283
|
+
"line": 713
|
5127
5284
|
},
|
5128
5285
|
"name": "functionNameMap",
|
5129
5286
|
"optional": true,
|
@@ -5146,7 +5303,7 @@
|
|
5146
5303
|
"immutable": true,
|
5147
5304
|
"locationInModule": {
|
5148
5305
|
"filename": "src/types.ts",
|
5149
|
-
"line":
|
5306
|
+
"line": 735
|
5150
5307
|
},
|
5151
5308
|
"name": "functionSlots",
|
5152
5309
|
"optional": true,
|
@@ -5174,14 +5331,14 @@
|
|
5174
5331
|
{
|
5175
5332
|
"abstract": true,
|
5176
5333
|
"docs": {
|
5177
|
-
"remarks": "If no
|
5334
|
+
"remarks": "If no outputStorageStrategey is provided a default strategy will be used.",
|
5178
5335
|
"stability": "stable",
|
5179
5336
|
"summary": "Strategy to store construct outputs."
|
5180
5337
|
},
|
5181
5338
|
"immutable": true,
|
5182
5339
|
"locationInModule": {
|
5183
5340
|
"filename": "src/types.ts",
|
5184
|
-
"line":
|
5341
|
+
"line": 758
|
5185
5342
|
},
|
5186
5343
|
"name": "outputStorageStrategy",
|
5187
5344
|
"optional": true,
|
@@ -5198,7 +5355,7 @@
|
|
5198
5355
|
"immutable": true,
|
5199
5356
|
"locationInModule": {
|
5200
5357
|
"filename": "src/types.ts",
|
5201
|
-
"line":
|
5358
|
+
"line": 747
|
5202
5359
|
},
|
5203
5360
|
"name": "predictionsBucket",
|
5204
5361
|
"optional": true,
|
@@ -5216,7 +5373,7 @@
|
|
5216
5373
|
"immutable": true,
|
5217
5374
|
"locationInModule": {
|
5218
5375
|
"filename": "src/types.ts",
|
5219
|
-
"line":
|
5376
|
+
"line": 729
|
5220
5377
|
},
|
5221
5378
|
"name": "stackMappings",
|
5222
5379
|
"optional": true,
|
@@ -5242,7 +5399,7 @@
|
|
5242
5399
|
"immutable": true,
|
5243
5400
|
"locationInModule": {
|
5244
5401
|
"filename": "src/types.ts",
|
5245
|
-
"line":
|
5402
|
+
"line": 742
|
5246
5403
|
},
|
5247
5404
|
"name": "transformerPlugins",
|
5248
5405
|
"optional": true,
|
@@ -5264,7 +5421,7 @@
|
|
5264
5421
|
"immutable": true,
|
5265
5422
|
"locationInModule": {
|
5266
5423
|
"filename": "src/types.ts",
|
5267
|
-
"line":
|
5424
|
+
"line": 753
|
5268
5425
|
},
|
5269
5426
|
"name": "translationBehavior",
|
5270
5427
|
"optional": true,
|
@@ -5287,7 +5444,7 @@
|
|
5287
5444
|
"kind": "interface",
|
5288
5445
|
"locationInModule": {
|
5289
5446
|
"filename": "src/types.ts",
|
5290
|
-
"line":
|
5447
|
+
"line": 832
|
5291
5448
|
},
|
5292
5449
|
"name": "AmplifyGraphqlApiResources",
|
5293
5450
|
"properties": [
|
@@ -5300,7 +5457,7 @@
|
|
5300
5457
|
"immutable": true,
|
5301
5458
|
"locationInModule": {
|
5302
5459
|
"filename": "src/types.ts",
|
5303
|
-
"line":
|
5460
|
+
"line": 856
|
5304
5461
|
},
|
5305
5462
|
"name": "cfnResources",
|
5306
5463
|
"type": {
|
@@ -5316,7 +5473,7 @@
|
|
5316
5473
|
"immutable": true,
|
5317
5474
|
"locationInModule": {
|
5318
5475
|
"filename": "src/types.ts",
|
5319
|
-
"line":
|
5476
|
+
"line": 851
|
5320
5477
|
},
|
5321
5478
|
"name": "functions",
|
5322
5479
|
"type": {
|
@@ -5337,7 +5494,7 @@
|
|
5337
5494
|
"immutable": true,
|
5338
5495
|
"locationInModule": {
|
5339
5496
|
"filename": "src/types.ts",
|
5340
|
-
"line":
|
5497
|
+
"line": 836
|
5341
5498
|
},
|
5342
5499
|
"name": "graphqlApi",
|
5343
5500
|
"type": {
|
@@ -5353,7 +5510,7 @@
|
|
5353
5510
|
"immutable": true,
|
5354
5511
|
"locationInModule": {
|
5355
5512
|
"filename": "src/types.ts",
|
5356
|
-
"line":
|
5513
|
+
"line": 861
|
5357
5514
|
},
|
5358
5515
|
"name": "nestedStacks",
|
5359
5516
|
"type": {
|
@@ -5374,7 +5531,7 @@
|
|
5374
5531
|
"immutable": true,
|
5375
5532
|
"locationInModule": {
|
5376
5533
|
"filename": "src/types.ts",
|
5377
|
-
"line":
|
5534
|
+
"line": 846
|
5378
5535
|
},
|
5379
5536
|
"name": "roles",
|
5380
5537
|
"type": {
|
@@ -5395,7 +5552,7 @@
|
|
5395
5552
|
"immutable": true,
|
5396
5553
|
"locationInModule": {
|
5397
5554
|
"filename": "src/types.ts",
|
5398
|
-
"line":
|
5555
|
+
"line": 841
|
5399
5556
|
},
|
5400
5557
|
"name": "tables",
|
5401
5558
|
"type": {
|
@@ -5543,9 +5700,6 @@
|
|
5543
5700
|
{
|
5544
5701
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
5545
5702
|
},
|
5546
|
-
{
|
5547
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
5548
|
-
},
|
5549
5703
|
{
|
5550
5704
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
5551
5705
|
}
|
@@ -5598,9 +5752,6 @@
|
|
5598
5752
|
{
|
5599
5753
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
5600
5754
|
},
|
5601
|
-
{
|
5602
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
5603
|
-
},
|
5604
5755
|
{
|
5605
5756
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
5606
5757
|
}
|
@@ -5996,7 +6147,7 @@
|
|
5996
6147
|
"kind": "interface",
|
5997
6148
|
"locationInModule": {
|
5998
6149
|
"filename": "src/model-datasource-strategy-types.ts",
|
5999
|
-
"line":
|
6150
|
+
"line": 235
|
6000
6151
|
},
|
6001
6152
|
"name": "CustomSqlDataSourceStrategy",
|
6002
6153
|
"properties": [
|
@@ -6009,7 +6160,7 @@
|
|
6009
6160
|
"immutable": true,
|
6010
6161
|
"locationInModule": {
|
6011
6162
|
"filename": "src/model-datasource-strategy-types.ts",
|
6012
|
-
"line":
|
6163
|
+
"line": 240
|
6013
6164
|
},
|
6014
6165
|
"name": "fieldName",
|
6015
6166
|
"type": {
|
@@ -6025,7 +6176,7 @@
|
|
6025
6176
|
"immutable": true,
|
6026
6177
|
"locationInModule": {
|
6027
6178
|
"filename": "src/model-datasource-strategy-types.ts",
|
6028
|
-
"line":
|
6179
|
+
"line": 243
|
6029
6180
|
},
|
6030
6181
|
"name": "strategy",
|
6031
6182
|
"type": {
|
@@ -6041,7 +6192,7 @@
|
|
6041
6192
|
"immutable": true,
|
6042
6193
|
"locationInModule": {
|
6043
6194
|
"filename": "src/model-datasource-strategy-types.ts",
|
6044
|
-
"line":
|
6195
|
+
"line": 237
|
6045
6196
|
},
|
6046
6197
|
"name": "typeName",
|
6047
6198
|
"type": {
|
@@ -6144,7 +6295,7 @@
|
|
6144
6295
|
"kind": "interface",
|
6145
6296
|
"locationInModule": {
|
6146
6297
|
"filename": "src/model-datasource-strategy-types.ts",
|
6147
|
-
"line":
|
6298
|
+
"line": 30
|
6148
6299
|
},
|
6149
6300
|
"name": "DefaultDynamoDbModelDataSourceStrategy",
|
6150
6301
|
"properties": [
|
@@ -6156,7 +6307,7 @@
|
|
6156
6307
|
"immutable": true,
|
6157
6308
|
"locationInModule": {
|
6158
6309
|
"filename": "src/model-datasource-strategy-types.ts",
|
6159
|
-
"line":
|
6310
|
+
"line": 31
|
6160
6311
|
},
|
6161
6312
|
"name": "dbType",
|
6162
6313
|
"type": {
|
@@ -6171,7 +6322,7 @@
|
|
6171
6322
|
"immutable": true,
|
6172
6323
|
"locationInModule": {
|
6173
6324
|
"filename": "src/model-datasource-strategy-types.ts",
|
6174
|
-
"line":
|
6325
|
+
"line": 32
|
6175
6326
|
},
|
6176
6327
|
"name": "provisionStrategy",
|
6177
6328
|
"type": {
|
@@ -6440,7 +6591,7 @@
|
|
6440
6591
|
"kind": "interface",
|
6441
6592
|
"locationInModule": {
|
6442
6593
|
"filename": "src/types.ts",
|
6443
|
-
"line":
|
6594
|
+
"line": 622
|
6444
6595
|
},
|
6445
6596
|
"name": "IAmplifyGraphqlDefinition",
|
6446
6597
|
"properties": [
|
@@ -6455,7 +6606,7 @@
|
|
6455
6606
|
"immutable": true,
|
6456
6607
|
"locationInModule": {
|
6457
6608
|
"filename": "src/types.ts",
|
6458
|
-
"line":
|
6609
|
+
"line": 647
|
6459
6610
|
},
|
6460
6611
|
"name": "dataSourceStrategies",
|
6461
6612
|
"type": {
|
@@ -6469,9 +6620,6 @@
|
|
6469
6620
|
{
|
6470
6621
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
6471
6622
|
},
|
6472
|
-
{
|
6473
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
6474
|
-
},
|
6475
6623
|
{
|
6476
6624
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
6477
6625
|
}
|
@@ -6492,7 +6640,7 @@
|
|
6492
6640
|
"immutable": true,
|
6493
6641
|
"locationInModule": {
|
6494
6642
|
"filename": "src/types.ts",
|
6495
|
-
"line":
|
6643
|
+
"line": 633
|
6496
6644
|
},
|
6497
6645
|
"name": "functionSlots",
|
6498
6646
|
"type": {
|
@@ -6526,7 +6674,7 @@
|
|
6526
6674
|
"immutable": true,
|
6527
6675
|
"locationInModule": {
|
6528
6676
|
"filename": "src/types.ts",
|
6529
|
-
"line":
|
6677
|
+
"line": 627
|
6530
6678
|
},
|
6531
6679
|
"name": "schema",
|
6532
6680
|
"type": {
|
@@ -6543,7 +6691,7 @@
|
|
6543
6691
|
"immutable": true,
|
6544
6692
|
"locationInModule": {
|
6545
6693
|
"filename": "src/types.ts",
|
6546
|
-
"line":
|
6694
|
+
"line": 653
|
6547
6695
|
},
|
6548
6696
|
"name": "customSqlDataSourceStrategies",
|
6549
6697
|
"optional": true,
|
@@ -6567,7 +6715,7 @@
|
|
6567
6715
|
"immutable": true,
|
6568
6716
|
"locationInModule": {
|
6569
6717
|
"filename": "src/types.ts",
|
6570
|
-
"line":
|
6718
|
+
"line": 641
|
6571
6719
|
},
|
6572
6720
|
"name": "referencedLambdaFunctions",
|
6573
6721
|
"optional": true,
|
@@ -6593,7 +6741,7 @@
|
|
6593
6741
|
"kind": "interface",
|
6594
6742
|
"locationInModule": {
|
6595
6743
|
"filename": "src/types.ts",
|
6596
|
-
"line":
|
6744
|
+
"line": 659
|
6597
6745
|
},
|
6598
6746
|
"name": "IBackendOutputEntry",
|
6599
6747
|
"properties": [
|
@@ -6606,7 +6754,7 @@
|
|
6606
6754
|
"immutable": true,
|
6607
6755
|
"locationInModule": {
|
6608
6756
|
"filename": "src/types.ts",
|
6609
|
-
"line":
|
6757
|
+
"line": 668
|
6610
6758
|
},
|
6611
6759
|
"name": "payload",
|
6612
6760
|
"type": {
|
@@ -6627,7 +6775,7 @@
|
|
6627
6775
|
"immutable": true,
|
6628
6776
|
"locationInModule": {
|
6629
6777
|
"filename": "src/types.ts",
|
6630
|
-
"line":
|
6778
|
+
"line": 663
|
6631
6779
|
},
|
6632
6780
|
"name": "version",
|
6633
6781
|
"type": {
|
@@ -6647,7 +6795,7 @@
|
|
6647
6795
|
"kind": "interface",
|
6648
6796
|
"locationInModule": {
|
6649
6797
|
"filename": "src/types.ts",
|
6650
|
-
"line":
|
6798
|
+
"line": 674
|
6651
6799
|
},
|
6652
6800
|
"methods": [
|
6653
6801
|
{
|
@@ -6658,7 +6806,7 @@
|
|
6658
6806
|
},
|
6659
6807
|
"locationInModule": {
|
6660
6808
|
"filename": "src/types.ts",
|
6661
|
-
"line":
|
6809
|
+
"line": 681
|
6662
6810
|
},
|
6663
6811
|
"name": "addBackendOutputEntry",
|
6664
6812
|
"parameters": [
|
@@ -6753,70 +6901,6 @@
|
|
6753
6901
|
],
|
6754
6902
|
"symbolId": "src/types:IdentityPoolAuthorizationConfig"
|
6755
6903
|
},
|
6756
|
-
"@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy": {
|
6757
|
-
"assembly": "@aws-amplify/graphql-api-construct",
|
6758
|
-
"datatype": true,
|
6759
|
-
"docs": {
|
6760
|
-
"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.",
|
6761
|
-
"stability": "stable",
|
6762
|
-
"summary": "Use custom resource type 'Custom::ImportedAmplifyDynamoDBTable' to manage an imported table."
|
6763
|
-
},
|
6764
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy",
|
6765
|
-
"kind": "interface",
|
6766
|
-
"locationInModule": {
|
6767
|
-
"filename": "src/model-datasource-strategy-types.ts",
|
6768
|
-
"line": 58
|
6769
|
-
},
|
6770
|
-
"name": "ImportedAmplifyDynamoDbModelDataSourceStrategy",
|
6771
|
-
"properties": [
|
6772
|
-
{
|
6773
|
-
"abstract": true,
|
6774
|
-
"docs": {
|
6775
|
-
"stability": "stable"
|
6776
|
-
},
|
6777
|
-
"immutable": true,
|
6778
|
-
"locationInModule": {
|
6779
|
-
"filename": "src/model-datasource-strategy-types.ts",
|
6780
|
-
"line": 59
|
6781
|
-
},
|
6782
|
-
"name": "dbType",
|
6783
|
-
"type": {
|
6784
|
-
"primitive": "string"
|
6785
|
-
}
|
6786
|
-
},
|
6787
|
-
{
|
6788
|
-
"abstract": true,
|
6789
|
-
"docs": {
|
6790
|
-
"stability": "stable"
|
6791
|
-
},
|
6792
|
-
"immutable": true,
|
6793
|
-
"locationInModule": {
|
6794
|
-
"filename": "src/model-datasource-strategy-types.ts",
|
6795
|
-
"line": 60
|
6796
|
-
},
|
6797
|
-
"name": "provisionStrategy",
|
6798
|
-
"type": {
|
6799
|
-
"primitive": "string"
|
6800
|
-
}
|
6801
|
-
},
|
6802
|
-
{
|
6803
|
-
"abstract": true,
|
6804
|
-
"docs": {
|
6805
|
-
"stability": "stable"
|
6806
|
-
},
|
6807
|
-
"immutable": true,
|
6808
|
-
"locationInModule": {
|
6809
|
-
"filename": "src/model-datasource-strategy-types.ts",
|
6810
|
-
"line": 61
|
6811
|
-
},
|
6812
|
-
"name": "tableName",
|
6813
|
-
"type": {
|
6814
|
-
"primitive": "string"
|
6815
|
-
}
|
6816
|
-
}
|
6817
|
-
],
|
6818
|
-
"symbolId": "src/model-datasource-strategy-types:ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
6819
|
-
},
|
6820
6904
|
"@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig": {
|
6821
6905
|
"assembly": "@aws-amplify/graphql-api-construct",
|
6822
6906
|
"datatype": true,
|
@@ -7072,7 +7156,7 @@
|
|
7072
7156
|
"kind": "interface",
|
7073
7157
|
"locationInModule": {
|
7074
7158
|
"filename": "src/types.ts",
|
7075
|
-
"line":
|
7159
|
+
"line": 504
|
7076
7160
|
},
|
7077
7161
|
"name": "PartialTranslationBehavior",
|
7078
7162
|
"properties": [
|
@@ -7087,7 +7171,7 @@
|
|
7087
7171
|
"immutable": true,
|
7088
7172
|
"locationInModule": {
|
7089
7173
|
"filename": "src/types.ts",
|
7090
|
-
"line":
|
7174
|
+
"line": 596
|
7091
7175
|
},
|
7092
7176
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
7093
7177
|
"optional": true,
|
@@ -7105,7 +7189,7 @@
|
|
7105
7189
|
"immutable": true,
|
7106
7190
|
"locationInModule": {
|
7107
7191
|
"filename": "src/types.ts",
|
7108
|
-
"line":
|
7192
|
+
"line": 516
|
7109
7193
|
},
|
7110
7194
|
"name": "disableResolverDeduping",
|
7111
7195
|
"optional": true,
|
@@ -7127,7 +7211,7 @@
|
|
7127
7211
|
"immutable": true,
|
7128
7212
|
"locationInModule": {
|
7129
7213
|
"filename": "src/types.ts",
|
7130
|
-
"line":
|
7214
|
+
"line": 561
|
7131
7215
|
},
|
7132
7216
|
"name": "enableAutoIndexQueryNames",
|
7133
7217
|
"optional": true,
|
@@ -7146,7 +7230,7 @@
|
|
7146
7230
|
"immutable": true,
|
7147
7231
|
"locationInModule": {
|
7148
7232
|
"filename": "src/types.ts",
|
7149
|
-
"line":
|
7233
|
+
"line": 576
|
7150
7234
|
},
|
7151
7235
|
"name": "enableSearchNodeToNodeEncryption",
|
7152
7236
|
"optional": true,
|
@@ -7164,7 +7248,7 @@
|
|
7164
7248
|
"immutable": true,
|
7165
7249
|
"locationInModule": {
|
7166
7250
|
"filename": "src/types.ts",
|
7167
|
-
"line":
|
7251
|
+
"line": 582
|
7168
7252
|
},
|
7169
7253
|
"name": "enableTransformerCfnOutputs",
|
7170
7254
|
"optional": true,
|
@@ -7182,7 +7266,7 @@
|
|
7182
7266
|
"immutable": true,
|
7183
7267
|
"locationInModule": {
|
7184
7268
|
"filename": "src/types.ts",
|
7185
|
-
"line":
|
7269
|
+
"line": 541
|
7186
7270
|
},
|
7187
7271
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
7188
7272
|
"optional": true,
|
@@ -7201,7 +7285,7 @@
|
|
7201
7285
|
"immutable": true,
|
7202
7286
|
"locationInModule": {
|
7203
7287
|
"filename": "src/types.ts",
|
7204
|
-
"line":
|
7288
|
+
"line": 606
|
7205
7289
|
},
|
7206
7290
|
"name": "replaceTableUponGsiUpdate",
|
7207
7291
|
"optional": true,
|
@@ -7219,7 +7303,7 @@
|
|
7219
7303
|
"immutable": true,
|
7220
7304
|
"locationInModule": {
|
7221
7305
|
"filename": "src/types.ts",
|
7222
|
-
"line":
|
7306
|
+
"line": 567
|
7223
7307
|
},
|
7224
7308
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
7225
7309
|
"optional": true,
|
@@ -7237,7 +7321,7 @@
|
|
7237
7321
|
"immutable": true,
|
7238
7322
|
"locationInModule": {
|
7239
7323
|
"filename": "src/types.ts",
|
7240
|
-
"line":
|
7324
|
+
"line": 522
|
7241
7325
|
},
|
7242
7326
|
"name": "sandboxModeEnabled",
|
7243
7327
|
"optional": true,
|
@@ -7258,7 +7342,7 @@
|
|
7258
7342
|
"immutable": true,
|
7259
7343
|
"locationInModule": {
|
7260
7344
|
"filename": "src/types.ts",
|
7261
|
-
"line":
|
7345
|
+
"line": 554
|
7262
7346
|
},
|
7263
7347
|
"name": "secondaryKeyAsGSI",
|
7264
7348
|
"optional": true,
|
@@ -7279,7 +7363,7 @@
|
|
7279
7363
|
"immutable": true,
|
7280
7364
|
"locationInModule": {
|
7281
7365
|
"filename": "src/types.ts",
|
7282
|
-
"line":
|
7366
|
+
"line": 509
|
7283
7367
|
},
|
7284
7368
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
7285
7369
|
"optional": true,
|
@@ -7297,7 +7381,7 @@
|
|
7297
7381
|
"immutable": true,
|
7298
7382
|
"locationInModule": {
|
7299
7383
|
"filename": "src/types.ts",
|
7300
|
-
"line":
|
7384
|
+
"line": 535
|
7301
7385
|
},
|
7302
7386
|
"name": "subscriptionsInheritPrimaryAuth",
|
7303
7387
|
"optional": true,
|
@@ -7316,7 +7400,7 @@
|
|
7316
7400
|
"immutable": true,
|
7317
7401
|
"locationInModule": {
|
7318
7402
|
"filename": "src/types.ts",
|
7319
|
-
"line":
|
7403
|
+
"line": 548
|
7320
7404
|
},
|
7321
7405
|
"name": "suppressApiKeyGeneration",
|
7322
7406
|
"optional": true,
|
@@ -7334,7 +7418,7 @@
|
|
7334
7418
|
"immutable": true,
|
7335
7419
|
"locationInModule": {
|
7336
7420
|
"filename": "src/types.ts",
|
7337
|
-
"line":
|
7421
|
+
"line": 529
|
7338
7422
|
},
|
7339
7423
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
7340
7424
|
"optional": true,
|
@@ -7356,7 +7440,7 @@
|
|
7356
7440
|
"kind": "interface",
|
7357
7441
|
"locationInModule": {
|
7358
7442
|
"filename": "src/model-datasource-strategy-types.ts",
|
7359
|
-
"line":
|
7443
|
+
"line": 101
|
7360
7444
|
},
|
7361
7445
|
"name": "ProvisionedConcurrencyConfig",
|
7362
7446
|
"properties": [
|
@@ -7370,7 +7454,7 @@
|
|
7370
7454
|
"immutable": true,
|
7371
7455
|
"locationInModule": {
|
7372
7456
|
"filename": "src/model-datasource-strategy-types.ts",
|
7373
|
-
"line":
|
7457
|
+
"line": 103
|
7374
7458
|
},
|
7375
7459
|
"name": "provisionedConcurrentExecutions",
|
7376
7460
|
"type": {
|
@@ -7495,7 +7579,7 @@
|
|
7495
7579
|
"kind": "interface",
|
7496
7580
|
"locationInModule": {
|
7497
7581
|
"filename": "src/model-datasource-strategy-types.ts",
|
7498
|
-
"line":
|
7582
|
+
"line": 46
|
7499
7583
|
},
|
7500
7584
|
"name": "SQLLambdaModelDataSourceStrategy",
|
7501
7585
|
"properties": [
|
@@ -7508,7 +7592,7 @@
|
|
7508
7592
|
"immutable": true,
|
7509
7593
|
"locationInModule": {
|
7510
7594
|
"filename": "src/model-datasource-strategy-types.ts",
|
7511
|
-
"line":
|
7595
|
+
"line": 61
|
7512
7596
|
},
|
7513
7597
|
"name": "dbConnectionConfig",
|
7514
7598
|
"type": {
|
@@ -7536,7 +7620,7 @@
|
|
7536
7620
|
"immutable": true,
|
7537
7621
|
"locationInModule": {
|
7538
7622
|
"filename": "src/model-datasource-strategy-types.ts",
|
7539
|
-
"line":
|
7623
|
+
"line": 56
|
7540
7624
|
},
|
7541
7625
|
"name": "dbType",
|
7542
7626
|
"type": {
|
@@ -7553,7 +7637,7 @@
|
|
7553
7637
|
"immutable": true,
|
7554
7638
|
"locationInModule": {
|
7555
7639
|
"filename": "src/model-datasource-strategy-types.ts",
|
7556
|
-
"line":
|
7640
|
+
"line": 51
|
7557
7641
|
},
|
7558
7642
|
"name": "name",
|
7559
7643
|
"type": {
|
@@ -7570,7 +7654,7 @@
|
|
7570
7654
|
"immutable": true,
|
7571
7655
|
"locationInModule": {
|
7572
7656
|
"filename": "src/model-datasource-strategy-types.ts",
|
7573
|
-
"line":
|
7657
|
+
"line": 72
|
7574
7658
|
},
|
7575
7659
|
"name": "customSqlStatements",
|
7576
7660
|
"optional": true,
|
@@ -7592,7 +7676,7 @@
|
|
7592
7676
|
"immutable": true,
|
7593
7677
|
"locationInModule": {
|
7594
7678
|
"filename": "src/model-datasource-strategy-types.ts",
|
7595
|
-
"line":
|
7679
|
+
"line": 77
|
7596
7680
|
},
|
7597
7681
|
"name": "sqlLambdaProvisionedConcurrencyConfig",
|
7598
7682
|
"optional": true,
|
@@ -7609,7 +7693,7 @@
|
|
7609
7693
|
"immutable": true,
|
7610
7694
|
"locationInModule": {
|
7611
7695
|
"filename": "src/model-datasource-strategy-types.ts",
|
7612
|
-
"line":
|
7696
|
+
"line": 66
|
7613
7697
|
},
|
7614
7698
|
"name": "vpcConfiguration",
|
7615
7699
|
"optional": true,
|
@@ -7792,7 +7876,7 @@
|
|
7792
7876
|
"kind": "interface",
|
7793
7877
|
"locationInModule": {
|
7794
7878
|
"filename": "src/model-datasource-strategy-types.ts",
|
7795
|
-
"line":
|
7879
|
+
"line": 176
|
7796
7880
|
},
|
7797
7881
|
"name": "SqlModelDataSourceSecretsManagerDbConnectionConfig",
|
7798
7882
|
"properties": [
|
@@ -7805,7 +7889,7 @@
|
|
7805
7889
|
"immutable": true,
|
7806
7890
|
"locationInModule": {
|
7807
7891
|
"filename": "src/model-datasource-strategy-types.ts",
|
7808
|
-
"line":
|
7892
|
+
"line": 190
|
7809
7893
|
},
|
7810
7894
|
"name": "databaseName",
|
7811
7895
|
"type": {
|
@@ -7821,7 +7905,7 @@
|
|
7821
7905
|
"immutable": true,
|
7822
7906
|
"locationInModule": {
|
7823
7907
|
"filename": "src/model-datasource-strategy-types.ts",
|
7824
|
-
"line":
|
7908
|
+
"line": 193
|
7825
7909
|
},
|
7826
7910
|
"name": "hostname",
|
7827
7911
|
"type": {
|
@@ -7837,7 +7921,7 @@
|
|
7837
7921
|
"immutable": true,
|
7838
7922
|
"locationInModule": {
|
7839
7923
|
"filename": "src/model-datasource-strategy-types.ts",
|
7840
|
-
"line":
|
7924
|
+
"line": 187
|
7841
7925
|
},
|
7842
7926
|
"name": "port",
|
7843
7927
|
"type": {
|
@@ -7854,7 +7938,7 @@
|
|
7854
7938
|
"immutable": true,
|
7855
7939
|
"locationInModule": {
|
7856
7940
|
"filename": "src/model-datasource-strategy-types.ts",
|
7857
|
-
"line":
|
7941
|
+
"line": 178
|
7858
7942
|
},
|
7859
7943
|
"name": "secretArn",
|
7860
7944
|
"type": {
|
@@ -7871,7 +7955,7 @@
|
|
7871
7955
|
"immutable": true,
|
7872
7956
|
"locationInModule": {
|
7873
7957
|
"filename": "src/model-datasource-strategy-types.ts",
|
7874
|
-
"line":
|
7958
|
+
"line": 184
|
7875
7959
|
},
|
7876
7960
|
"name": "keyArn",
|
7877
7961
|
"optional": true,
|
@@ -7888,7 +7972,7 @@
|
|
7888
7972
|
"immutable": true,
|
7889
7973
|
"locationInModule": {
|
7890
7974
|
"filename": "src/model-datasource-strategy-types.ts",
|
7891
|
-
"line":
|
7975
|
+
"line": 198
|
7892
7976
|
},
|
7893
7977
|
"name": "sslCertConfig",
|
7894
7978
|
"optional": true,
|
@@ -7911,7 +7995,7 @@
|
|
7911
7995
|
"kind": "interface",
|
7912
7996
|
"locationInModule": {
|
7913
7997
|
"filename": "src/model-datasource-strategy-types.ts",
|
7914
|
-
"line":
|
7998
|
+
"line": 206
|
7915
7999
|
},
|
7916
8000
|
"name": "SqlModelDataSourceSsmDbConnectionConfig",
|
7917
8001
|
"properties": [
|
@@ -7924,7 +8008,7 @@
|
|
7924
8008
|
"immutable": true,
|
7925
8009
|
"locationInModule": {
|
7926
8010
|
"filename": "src/model-datasource-strategy-types.ts",
|
7927
|
-
"line":
|
8011
|
+
"line": 222
|
7928
8012
|
},
|
7929
8013
|
"name": "databaseNameSsmPath",
|
7930
8014
|
"type": {
|
@@ -7941,7 +8025,7 @@
|
|
7941
8025
|
"immutable": true,
|
7942
8026
|
"locationInModule": {
|
7943
8027
|
"filename": "src/model-datasource-strategy-types.ts",
|
7944
|
-
"line":
|
8028
|
+
"line": 210
|
7945
8029
|
},
|
7946
8030
|
"name": "hostnameSsmPath",
|
7947
8031
|
"type": {
|
@@ -7957,7 +8041,7 @@
|
|
7957
8041
|
"immutable": true,
|
7958
8042
|
"locationInModule": {
|
7959
8043
|
"filename": "src/model-datasource-strategy-types.ts",
|
7960
|
-
"line":
|
8044
|
+
"line": 219
|
7961
8045
|
},
|
7962
8046
|
"name": "passwordSsmPath",
|
7963
8047
|
"type": {
|
@@ -7973,7 +8057,7 @@
|
|
7973
8057
|
"immutable": true,
|
7974
8058
|
"locationInModule": {
|
7975
8059
|
"filename": "src/model-datasource-strategy-types.ts",
|
7976
|
-
"line":
|
8060
|
+
"line": 213
|
7977
8061
|
},
|
7978
8062
|
"name": "portSsmPath",
|
7979
8063
|
"type": {
|
@@ -7989,7 +8073,7 @@
|
|
7989
8073
|
"immutable": true,
|
7990
8074
|
"locationInModule": {
|
7991
8075
|
"filename": "src/model-datasource-strategy-types.ts",
|
7992
|
-
"line":
|
8076
|
+
"line": 216
|
7993
8077
|
},
|
7994
8078
|
"name": "usernameSsmPath",
|
7995
8079
|
"type": {
|
@@ -8005,7 +8089,7 @@
|
|
8005
8089
|
"immutable": true,
|
8006
8090
|
"locationInModule": {
|
8007
8091
|
"filename": "src/model-datasource-strategy-types.ts",
|
8008
|
-
"line":
|
8092
|
+
"line": 227
|
8009
8093
|
},
|
8010
8094
|
"name": "sslCertConfig",
|
8011
8095
|
"optional": true,
|
@@ -8027,7 +8111,7 @@
|
|
8027
8111
|
"kind": "interface",
|
8028
8112
|
"locationInModule": {
|
8029
8113
|
"filename": "src/model-datasource-strategy-types.ts",
|
8030
|
-
"line":
|
8114
|
+
"line": 155
|
8031
8115
|
},
|
8032
8116
|
"name": "SqlModelDataSourceSsmDbConnectionStringConfig",
|
8033
8117
|
"properties": [
|
@@ -8041,7 +8125,7 @@
|
|
8041
8125
|
"immutable": true,
|
8042
8126
|
"locationInModule": {
|
8043
8127
|
"filename": "src/model-datasource-strategy-types.ts",
|
8044
|
-
"line":
|
8128
|
+
"line": 162
|
8045
8129
|
},
|
8046
8130
|
"name": "connectionUriSsmPath",
|
8047
8131
|
"type": {
|
@@ -8071,7 +8155,7 @@
|
|
8071
8155
|
"immutable": true,
|
8072
8156
|
"locationInModule": {
|
8073
8157
|
"filename": "src/model-datasource-strategy-types.ts",
|
8074
|
-
"line":
|
8158
|
+
"line": 167
|
8075
8159
|
},
|
8076
8160
|
"name": "sslCertConfig",
|
8077
8161
|
"optional": true,
|
@@ -8094,7 +8178,7 @@
|
|
8094
8178
|
"kind": "interface",
|
8095
8179
|
"locationInModule": {
|
8096
8180
|
"filename": "src/model-datasource-strategy-types.ts",
|
8097
|
-
"line":
|
8181
|
+
"line": 134
|
8098
8182
|
},
|
8099
8183
|
"name": "SslCertConfig",
|
8100
8184
|
"symbolId": "src/model-datasource-strategy-types:SslCertConfig"
|
@@ -8112,7 +8196,7 @@
|
|
8112
8196
|
"kind": "interface",
|
8113
8197
|
"locationInModule": {
|
8114
8198
|
"filename": "src/model-datasource-strategy-types.ts",
|
8115
|
-
"line":
|
8199
|
+
"line": 136
|
8116
8200
|
},
|
8117
8201
|
"name": "SslCertSsmPathConfig",
|
8118
8202
|
"properties": [
|
@@ -8126,7 +8210,7 @@
|
|
8126
8210
|
"immutable": true,
|
8127
8211
|
"locationInModule": {
|
8128
8212
|
"filename": "src/model-datasource-strategy-types.ts",
|
8129
|
-
"line":
|
8213
|
+
"line": 148
|
8130
8214
|
},
|
8131
8215
|
"name": "ssmPath",
|
8132
8216
|
"type": {
|
@@ -8197,7 +8281,7 @@
|
|
8197
8281
|
"kind": "interface",
|
8198
8282
|
"locationInModule": {
|
8199
8283
|
"filename": "src/model-datasource-strategy-types.ts",
|
8200
|
-
"line":
|
8284
|
+
"line": 111
|
8201
8285
|
},
|
8202
8286
|
"name": "SubnetAvailabilityZone",
|
8203
8287
|
"properties": [
|
@@ -8210,7 +8294,7 @@
|
|
8210
8294
|
"immutable": true,
|
8211
8295
|
"locationInModule": {
|
8212
8296
|
"filename": "src/model-datasource-strategy-types.ts",
|
8213
|
-
"line":
|
8297
|
+
"line": 116
|
8214
8298
|
},
|
8215
8299
|
"name": "availabilityZone",
|
8216
8300
|
"type": {
|
@@ -8226,7 +8310,7 @@
|
|
8226
8310
|
"immutable": true,
|
8227
8311
|
"locationInModule": {
|
8228
8312
|
"filename": "src/model-datasource-strategy-types.ts",
|
8229
|
-
"line":
|
8313
|
+
"line": 113
|
8230
8314
|
},
|
8231
8315
|
"name": "subnetId",
|
8232
8316
|
"type": {
|
@@ -8655,7 +8739,7 @@
|
|
8655
8739
|
"kind": "interface",
|
8656
8740
|
"locationInModule": {
|
8657
8741
|
"filename": "src/model-datasource-strategy-types.ts",
|
8658
|
-
"line":
|
8742
|
+
"line": 87
|
8659
8743
|
},
|
8660
8744
|
"name": "VpcConfig",
|
8661
8745
|
"properties": [
|
@@ -8668,7 +8752,7 @@
|
|
8668
8752
|
"immutable": true,
|
8669
8753
|
"locationInModule": {
|
8670
8754
|
"filename": "src/model-datasource-strategy-types.ts",
|
8671
|
-
"line":
|
8755
|
+
"line": 92
|
8672
8756
|
},
|
8673
8757
|
"name": "securityGroupIds",
|
8674
8758
|
"type": {
|
@@ -8689,7 +8773,7 @@
|
|
8689
8773
|
"immutable": true,
|
8690
8774
|
"locationInModule": {
|
8691
8775
|
"filename": "src/model-datasource-strategy-types.ts",
|
8692
|
-
"line":
|
8776
|
+
"line": 95
|
8693
8777
|
},
|
8694
8778
|
"name": "subnetAvailabilityZoneConfig",
|
8695
8779
|
"type": {
|
@@ -8710,7 +8794,7 @@
|
|
8710
8794
|
"immutable": true,
|
8711
8795
|
"locationInModule": {
|
8712
8796
|
"filename": "src/model-datasource-strategy-types.ts",
|
8713
|
-
"line":
|
8797
|
+
"line": 89
|
8714
8798
|
},
|
8715
8799
|
"name": "vpcId",
|
8716
8800
|
"type": {
|
@@ -8721,6 +8805,6 @@
|
|
8721
8805
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
8722
8806
|
}
|
8723
8807
|
},
|
8724
|
-
"version": "1.12.0
|
8725
|
-
"fingerprint": "
|
8808
|
+
"version": "1.12.0",
|
8809
|
+
"fingerprint": "mCyzGdr1DlLsr+q/Lmna163gizeDFKRJwZmRsvbD3WI="
|
8726
8810
|
}
|