@aws-amplify/graphql-api-construct 1.12.0-gen2-migration.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +496 -215
- package/API.md +3 -11
- package/CHANGELOG.md +39 -3
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +9 -10
- package/lib/amplify-graphql-definition.js +1 -1
- 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 +11 -2
- 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 +27 -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 +27 -21
- 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 +25 -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 +14 -0
- package/node_modules/@aws-amplify/graphql-directives/LICENSE +201 -0
- 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 +13 -6
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +17 -1
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +17 -13
- 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 +17 -1
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +17 -13
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +25 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +18 -14
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +27 -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 +21 -17
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +27 -4
- 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 +11 -11
- 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 +10 -4
- 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 +91 -37
- 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/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.js +2 -2
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.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 +21 -16
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +23 -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 +17 -13
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +34 -1
- 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 +13 -0
- 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 -0
- 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 -0
- 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/resolver/rds-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.js +7 -8
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.js.map +1 -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 +7 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +19 -15
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +31 -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 +22 -16
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +25 -1
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +18 -14
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +33 -2
- 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 +8 -2
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/package.json +32 -23
- package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +8 -2
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +54 -7
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +20 -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 +1 -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 +19 -13
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +13 -23
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +20 -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 +1 -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 +14 -7
- 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 +1 -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 +42 -31
- package/src/amplify-graphql-api.ts +7 -8
- package/src/model-datasource-strategy-types.ts +0 -21
- package/src/types.ts +12 -2
@@ -0,0 +1,6 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ConversationTurnEventToolsProvider = void 0;
|
4
|
+
const event_tools_provider_js_1 = require("./event_tools_provider.js");
|
5
|
+
Object.defineProperty(exports, "ConversationTurnEventToolsProvider", { enumerable: true, get: function () { return event_tools_provider_js_1.ConversationTurnEventToolsProvider; } });
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvY29udmVyc2F0aW9uL3J1bnRpbWUvZXZlbnQtdG9vbHMtcHJvdmlkZXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsdUVBQStFO0FBRXRFLG1IQUZBLDREQUFrQyxPQUVBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29udmVyc2F0aW9uVHVybkV2ZW50VG9vbHNQcm92aWRlciB9IGZyb20gJy4vZXZlbnRfdG9vbHNfcHJvdmlkZXIuanMnO1xuXG5leHBvcnQgeyBDb252ZXJzYXRpb25UdXJuRXZlbnRUb29sc1Byb3ZpZGVyIH07XG4iXX0=
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvY29udmVyc2F0aW9uL3J1bnRpbWUvZXZlbnQtdG9vbHMtcHJvdmlkZXIvdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbnZlcnNhdGlvblR1cm5FdmVudCB9IGZyb20gJy4uL3R5cGVzJztcblxuZXhwb3J0IHR5cGUgQ29udmVyc2F0aW9uVHVybkV2ZW50VG9vbENvbmZpZ3VyYXRpb24gPSBOb25OdWxsYWJsZTxcbiAgTm9uTnVsbGFibGU8Q29udmVyc2F0aW9uVHVybkV2ZW50Wyd0b29sc0NvbmZpZ3VyYXRpb24nXT5bJ2RhdGFUb29scyddXG4+W251bWJlcl07XG4iXX0=
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { ConversationMessage, ConversationMessageContentBlock, ConversationTurnEvent, ExecutableTool, ToolDefinition, ToolExecutionInput, ToolInputSchema, ToolResultContentBlock } from './types.js';
|
2
|
+
import { handleConversationTurnEvent } from './conversation_turn_executor.js';
|
3
|
+
export { ConversationMessage, ConversationMessageContentBlock, ConversationTurnEvent, ExecutableTool, handleConversationTurnEvent, ToolDefinition, ToolExecutionInput, ToolInputSchema, ToolResultContentBlock, };
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1,6 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.handleConversationTurnEvent = void 0;
|
4
|
+
const conversation_turn_executor_js_1 = require("./conversation_turn_executor.js");
|
5
|
+
Object.defineProperty(exports, "handleConversationTurnEvent", { enumerable: true, get: function () { return conversation_turn_executor_js_1.handleConversationTurnEvent; } });
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvY29udmVyc2F0aW9uL3J1bnRpbWUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBV0EsbUZBQThFO0FBTzVFLDRHQVBPLDJEQUEyQixPQU9QIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29udmVyc2F0aW9uTWVzc2FnZSxcbiAgQ29udmVyc2F0aW9uTWVzc2FnZUNvbnRlbnRCbG9jayxcbiAgQ29udmVyc2F0aW9uVHVybkV2ZW50LFxuICBFeGVjdXRhYmxlVG9vbCxcbiAgVG9vbERlZmluaXRpb24sXG4gIFRvb2xFeGVjdXRpb25JbnB1dCxcbiAgVG9vbElucHV0U2NoZW1hLFxuICBUb29sUmVzdWx0Q29udGVudEJsb2NrLFxufSBmcm9tICcuL3R5cGVzLmpzJztcblxuaW1wb3J0IHsgaGFuZGxlQ29udmVyc2F0aW9uVHVybkV2ZW50IH0gZnJvbSAnLi9jb252ZXJzYXRpb25fdHVybl9leGVjdXRvci5qcyc7XG5cbmV4cG9ydCB7XG4gIENvbnZlcnNhdGlvbk1lc3NhZ2UsXG4gIENvbnZlcnNhdGlvbk1lc3NhZ2VDb250ZW50QmxvY2ssXG4gIENvbnZlcnNhdGlvblR1cm5FdmVudCxcbiAgRXhlY3V0YWJsZVRvb2wsXG4gIGhhbmRsZUNvbnZlcnNhdGlvblR1cm5FdmVudCxcbiAgVG9vbERlZmluaXRpb24sXG4gIFRvb2xFeGVjdXRpb25JbnB1dCxcbiAgVG9vbElucHV0U2NoZW1hLFxuICBUb29sUmVzdWx0Q29udGVudEJsb2NrLFxufTtcbiJdfQ==
|
@@ -0,0 +1,61 @@
|
|
1
|
+
import * as bedrock from '@aws-sdk/client-bedrock-runtime';
|
2
|
+
import * as smithy from '@smithy/types';
|
3
|
+
export type ToolInputSchema = bedrock.ToolInputSchema;
|
4
|
+
export type ToolResultContentBlock = bedrock.ToolResultContentBlock;
|
5
|
+
export type ToolExecutionInput = smithy.DocumentType;
|
6
|
+
export type ConversationMessage = {
|
7
|
+
role: 'user' | 'assistant';
|
8
|
+
content: Array<ConversationMessageContentBlock>;
|
9
|
+
};
|
10
|
+
export type ConversationMessageContentBlock = bedrock.ContentBlock | {
|
11
|
+
image: Omit<bedrock.ImageBlock, 'source'> & {
|
12
|
+
source: {
|
13
|
+
bytes: string;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
};
|
17
|
+
export type ToolDefinition = {
|
18
|
+
name: string;
|
19
|
+
description: string;
|
20
|
+
inputSchema: ToolInputSchema;
|
21
|
+
};
|
22
|
+
export type ConversationTurnEvent = {
|
23
|
+
conversationId: string;
|
24
|
+
currentMessageId: string;
|
25
|
+
responseMutation: {
|
26
|
+
name: string;
|
27
|
+
inputTypeName: string;
|
28
|
+
selectionSet: string;
|
29
|
+
};
|
30
|
+
graphqlApiEndpoint: string;
|
31
|
+
modelConfiguration: {
|
32
|
+
modelId: string;
|
33
|
+
systemPrompt: string;
|
34
|
+
region?: string;
|
35
|
+
inferenceConfiguration?: {
|
36
|
+
maxTokens?: number;
|
37
|
+
temperature?: number;
|
38
|
+
topP?: number;
|
39
|
+
};
|
40
|
+
};
|
41
|
+
request: {
|
42
|
+
headers: {
|
43
|
+
authorization: string;
|
44
|
+
};
|
45
|
+
};
|
46
|
+
messages: Array<ConversationMessage>;
|
47
|
+
toolsConfiguration?: {
|
48
|
+
dataTools?: Array<ToolDefinition & {
|
49
|
+
graphqlRequestInputDescriptor: {
|
50
|
+
queryName: string;
|
51
|
+
selectionSet: string;
|
52
|
+
propertyTypes: Record<string, string>;
|
53
|
+
};
|
54
|
+
}>;
|
55
|
+
clientTools?: Array<ToolDefinition>;
|
56
|
+
};
|
57
|
+
};
|
58
|
+
export type ExecutableTool = ToolDefinition & {
|
59
|
+
execute: (input: ToolExecutionInput | undefined) => Promise<ToolResultContentBlock>;
|
60
|
+
};
|
61
|
+
//# sourceMappingURL=types.d.ts.map
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvY29udmVyc2F0aW9uL3J1bnRpbWUvdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGJlZHJvY2sgZnJvbSAnQGF3cy1zZGsvY2xpZW50LWJlZHJvY2stcnVudGltZSc7XG5pbXBvcnQgKiBhcyBzbWl0aHkgZnJvbSAnQHNtaXRoeS90eXBlcyc7XG5cbi8qXG4gIE5vdGljZTogVGhpcyBmaWxlIGNvbnRhaW5zIHR5cGVzIHRoYXQgYXJlIGV4cG9zZWQgcHVibGljbHkuXG4gIFRoZXJlZm9yZSwgd2UgYXZvaWQgZWFnZXIgaW50cm9kdWN0aW9uIG9mIHR5cGVzIHRoYXQgd291bGRuJ3QgYmUgdXNlZnVsIGZvclxuICBwdWJsaWMgQVBJIGNvbnN1bWVyIGFuZCBwb3RlbnRpYWxseSBwb2xsdXRlIHN5bnRheCBhc3Npc3QgaW4gSURFcy5cbiAqL1xuXG5leHBvcnQgdHlwZSBUb29sSW5wdXRTY2hlbWEgPSBiZWRyb2NrLlRvb2xJbnB1dFNjaGVtYTtcbmV4cG9ydCB0eXBlIFRvb2xSZXN1bHRDb250ZW50QmxvY2sgPSBiZWRyb2NrLlRvb2xSZXN1bHRDb250ZW50QmxvY2s7XG5leHBvcnQgdHlwZSBUb29sRXhlY3V0aW9uSW5wdXQgPSBzbWl0aHkuRG9jdW1lbnRUeXBlO1xuXG5leHBvcnQgdHlwZSBDb252ZXJzYXRpb25NZXNzYWdlID0ge1xuICByb2xlOiAndXNlcicgfCAnYXNzaXN0YW50JztcbiAgY29udGVudDogQXJyYXk8Q29udmVyc2F0aW9uTWVzc2FnZUNvbnRlbnRCbG9jaz47XG59O1xuXG5leHBvcnQgdHlwZSBDb252ZXJzYXRpb25NZXNzYWdlQ29udGVudEJsb2NrID1cbiAgfCBiZWRyb2NrLkNvbnRlbnRCbG9ja1xuICB8IHtcbiAgICAgIGltYWdlOiBPbWl0PGJlZHJvY2suSW1hZ2VCbG9jaywgJ3NvdXJjZSc+ICYge1xuICAgICAgICAvLyBVcHN0cmVhbSAoQXBwc3luYykgbWF5IHNlbmQgaW1hZ2VzIGluIGEgZm9ybSBvZiBCYXNlNjQgZW5jb2RlZCBzdHJpbmdzXG4gICAgICAgIHNvdXJjZTogeyBieXRlczogc3RyaW5nIH07XG4gICAgICB9O1xuICAgIH07XG5cbmV4cG9ydCB0eXBlIFRvb2xEZWZpbml0aW9uID0ge1xuICBuYW1lOiBzdHJpbmc7XG4gIGRlc2NyaXB0aW9uOiBzdHJpbmc7XG4gIGlucHV0U2NoZW1hOiBUb29sSW5wdXRTY2hlbWE7XG59O1xuXG4vLyBDdXN0b21lcnMgYXJlIG5vdCBleHBlY3RlZCB0byBjcmVhdGUgZXZlbnRzIHRoZW1zZWx2ZXMsIHRoZXJlZm9yZVxuLy8gZGVmaW5pdGlvbiBvZiBuZXN0ZWQgcHJvcGVydGllcyBpcyBpbmxpbmUuXG5leHBvcnQgdHlwZSBDb252ZXJzYXRpb25UdXJuRXZlbnQgPSB7XG4gIGNvbnZlcnNhdGlvbklkOiBzdHJpbmc7XG4gIGN1cnJlbnRNZXNzYWdlSWQ6IHN0cmluZztcbiAgcmVzcG9uc2VNdXRhdGlvbjoge1xuICAgIG5hbWU6IHN0cmluZztcbiAgICBpbnB1dFR5cGVOYW1lOiBzdHJpbmc7XG4gICAgc2VsZWN0aW9uU2V0OiBzdHJpbmc7XG4gIH07XG4gIGdyYXBocWxBcGlFbmRwb2ludDogc3RyaW5nO1xuICBtb2RlbENvbmZpZ3VyYXRpb246IHtcbiAgICBtb2RlbElkOiBzdHJpbmc7XG4gICAgc3lzdGVtUHJvbXB0OiBzdHJpbmc7XG4gICAgcmVnaW9uPzogc3RyaW5nO1xuICAgIGluZmVyZW5jZUNvbmZpZ3VyYXRpb24/OiB7XG4gICAgICBtYXhUb2tlbnM/OiBudW1iZXI7XG4gICAgICB0ZW1wZXJhdHVyZT86IG51bWJlcjtcbiAgICAgIHRvcFA/OiBudW1iZXI7XG4gICAgfTtcbiAgfTtcbiAgcmVxdWVzdDoge1xuICAgIGhlYWRlcnM6IHtcbiAgICAgIGF1dGhvcml6YXRpb246IHN0cmluZztcbiAgICB9O1xuICB9O1xuICBtZXNzYWdlczogQXJyYXk8Q29udmVyc2F0aW9uTWVzc2FnZT47XG4gIHRvb2xzQ29uZmlndXJhdGlvbj86IHtcbiAgICBkYXRhVG9vbHM/OiBBcnJheTxcbiAgICAgIFRvb2xEZWZpbml0aW9uICYge1xuICAgICAgICBncmFwaHFsUmVxdWVzdElucHV0RGVzY3JpcHRvcjoge1xuICAgICAgICAgIHF1ZXJ5TmFtZTogc3RyaW5nO1xuICAgICAgICAgIHNlbGVjdGlvblNldDogc3RyaW5nO1xuICAgICAgICAgIHByb3BlcnR5VHlwZXM6IFJlY29yZDxzdHJpbmcsIHN0cmluZz47XG4gICAgICAgIH07XG4gICAgICB9XG4gICAgPjtcbiAgICBjbGllbnRUb29scz86IEFycmF5PFRvb2xEZWZpbml0aW9uPjtcbiAgfTtcbn07XG5cbmV4cG9ydCB0eXBlIEV4ZWN1dGFibGVUb29sID0gVG9vbERlZmluaXRpb24gJiB7XG4gIGV4ZWN1dGU6IChcbiAgICBpbnB1dDogVG9vbEV4ZWN1dGlvbklucHV0IHwgdW5kZWZpbmVkXG4gICkgPT4gUHJvbWlzZTxUb29sUmVzdWx0Q29udGVudEJsb2NrPjtcbn07XG4iXX0=
|
package/node_modules/@aws-amplify/ai-constructs/lib/conversation/test-assets/custom_handler.js
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.handler = void 0;
|
4
|
+
/**
|
5
|
+
* Hello world lambda used for testing custom handler.
|
6
|
+
*/
|
7
|
+
const handler = async () => {
|
8
|
+
return 'hello world lambda';
|
9
|
+
};
|
10
|
+
exports.handler = handler;
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tX2hhbmRsZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvY29udmVyc2F0aW9uL3Rlc3QtYXNzZXRzL2N1c3RvbV9oYW5kbGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBOztHQUVHO0FBQ0ksTUFBTSxPQUFPLEdBQUcsS0FBSyxJQUFJLEVBQUU7SUFDaEMsT0FBTyxvQkFBb0IsQ0FBQztBQUM5QixDQUFDLENBQUM7QUFGVyxRQUFBLE9BQU8sV0FFbEIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEhlbGxvIHdvcmxkIGxhbWJkYSB1c2VkIGZvciB0ZXN0aW5nIGN1c3RvbSBoYW5kbGVyLlxuICovXG5leHBvcnQgY29uc3QgaGFuZGxlciA9IGFzeW5jICgpID0+IHtcbiAgcmV0dXJuICdoZWxsbyB3b3JsZCBsYW1iZGEnO1xufTtcbiJdfQ==
|
@@ -0,0 +1,34 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.__export__conversation__runtime = exports.__export__conversation = void 0;
|
27
|
+
// Suppressing to allow special prefix __export__ that is recognized by API checks.
|
28
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
29
|
+
const __export__conversation = __importStar(require("./conversation/index.js"));
|
30
|
+
exports.__export__conversation = __export__conversation;
|
31
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
32
|
+
const __export__conversation__runtime = __importStar(require("./conversation/runtime/index.js"));
|
33
|
+
exports.__export__conversation__runtime = __export__conversation__runtime;
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguaW50ZXJuYWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXguaW50ZXJuYWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxtRkFBbUY7QUFDbkYsZ0VBQWdFO0FBQ2hFLGdGQUFrRTtBQVV6RCx3REFBc0I7QUFUL0IsZ0VBQWdFO0FBQ2hFLGlHQUFtRjtBQVFsRCwwRUFBK0IiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBTdXBwcmVzc2luZyB0byBhbGxvdyBzcGVjaWFsIHByZWZpeCBfX2V4cG9ydF9fIHRoYXQgaXMgcmVjb2duaXplZCBieSBBUEkgY2hlY2tzLlxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuaW1wb3J0ICogYXMgX19leHBvcnRfX2NvbnZlcnNhdGlvbiBmcm9tICcuL2NvbnZlcnNhdGlvbi9pbmRleC5qcyc7XG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5pbXBvcnQgKiBhcyBfX2V4cG9ydF9fY29udmVyc2F0aW9uX19ydW50aW1lIGZyb20gJy4vY29udmVyc2F0aW9uL3J1bnRpbWUvaW5kZXguanMnO1xuXG4vKlxuIEFwaS1leHRyYWN0b3IgZG9lcyBub3QgKFt5ZXRdKGh0dHBzOi8vZ2l0aHViLmNvbS9taWNyb3NvZnQvcnVzaHN0YWNrL2lzc3Vlcy8xNTk2KSkgc3VwcG9ydCBtdWx0aXBsZSBwYWNrYWdlIGVudHJ5IHBvaW50c1xuIEJlY2F1c2UgdGhpcyBwYWNrYWdlIGhhcyBhIHN1Ym1vZHVsZSBleHBvcnQsIHdlIGFyZSB3b3JraW5nIGFyb3VuZCB0aGlzIGlzc3VlIGJ5IGluY2x1ZGluZyB0aGF0IGV4cG9ydCBoZXJlIGFuZCBkaXJlY3RpbmcgYXBpLWV4dHJhY3QgdG8gdGhpcyBlbnRyeSBwb2ludCBpbnN0ZWFkXG4gVGhpcyBhbGxvd3MgYXBpLWV4dHJhY3RvciB0byBwaWNrIHVwIHRoZSBzdWJtb2R1bGUgZXhwb3J0cyBpbiBpdHMgYW5hbHlzaXNcbiAqL1xuXG5leHBvcnQgeyBfX2V4cG9ydF9fY29udmVyc2F0aW9uLCBfX2V4cG9ydF9fY29udmVyc2F0aW9uX19ydW50aW1lIH07XG4iXX0=
|
@@ -0,0 +1,29 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.conversation = void 0;
|
27
|
+
const conversation = __importStar(require("./conversation"));
|
28
|
+
exports.conversation = conversation;
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSw2REFBK0M7QUFFdEMsb0NBQVkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBjb252ZXJzYXRpb24gZnJvbSAnLi9jb252ZXJzYXRpb24nO1xuXG5leHBvcnQgeyBjb252ZXJzYXRpb24gfTtcbiJdfQ==
|
package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/README.md
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
# Description
|
2
|
+
|
3
|
+
This is a **types only** package that is used to facilitate dependency injection patterns across the codebase.
|
4
|
+
Components can declare that they need an instance of a certain type that comes from this package and another component can provide the implementation.
|
5
|
+
This allows us to depend on interfaces rather than implementations in many parts of the codebase.
|
6
|
+
|
7
|
+
Whenever two packages in this repo need to talk to each other, they should do so through an interface defined in this package.
|
8
|
+
|
9
|
+
This package may also need to be split at some point into different logical groupings.
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW1wbGlmeV9mdW5jdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9hbXBsaWZ5X2Z1bmN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBSZXNvdXJjZVByb3ZpZGVyIH0gZnJvbSAnLi9yZXNvdXJjZV9wcm92aWRlci5qcyc7XG5pbXBvcnQgeyBGdW5jdGlvblJlc291cmNlcyB9IGZyb20gJy4vZnVuY3Rpb25fcmVzb3VyY2VzLmpzJztcblxuZXhwb3J0IHR5cGUgQW1wbGlmeUZ1bmN0aW9uID0gUmVzb3VyY2VQcm92aWRlcjxGdW5jdGlvblJlc291cmNlcz47XG4iXX0=
|
@@ -0,0 +1,66 @@
|
|
1
|
+
import { IRole } from 'aws-cdk-lib/aws-iam';
|
2
|
+
import { CfnIdentityPool, CfnIdentityPoolRoleAttachment, CfnUserPool, CfnUserPoolClient, CfnUserPoolGroup, IUserPool, IUserPoolClient } from 'aws-cdk-lib/aws-cognito';
|
3
|
+
/**
|
4
|
+
* Accessible Cfn resources from the Auth construct, which were generated during
|
5
|
+
* initialization.
|
6
|
+
*/
|
7
|
+
export type AuthCfnResources = {
|
8
|
+
/**
|
9
|
+
* The generated CfnUserPool L1 resource.
|
10
|
+
*/
|
11
|
+
cfnUserPool: CfnUserPool;
|
12
|
+
/**
|
13
|
+
* The generated CfnUserPoolClient L1 resource.
|
14
|
+
*/
|
15
|
+
cfnUserPoolClient: CfnUserPoolClient;
|
16
|
+
/**
|
17
|
+
* The generated CfnIdentityPool L1 resource.
|
18
|
+
*/
|
19
|
+
cfnIdentityPool: CfnIdentityPool;
|
20
|
+
/**
|
21
|
+
* The generated CfnIdentityPoolRoleAttachment L1 resource.
|
22
|
+
*/
|
23
|
+
cfnIdentityPoolRoleAttachment: CfnIdentityPoolRoleAttachment;
|
24
|
+
};
|
25
|
+
/**
|
26
|
+
* Auth L2 and L1 resources.
|
27
|
+
*/
|
28
|
+
export type AuthResources = {
|
29
|
+
/**
|
30
|
+
* The generated UserPool L2 Resource.
|
31
|
+
*/
|
32
|
+
userPool: IUserPool;
|
33
|
+
/**
|
34
|
+
* The generated UserPoolClient L2 Resource.
|
35
|
+
*/
|
36
|
+
userPoolClient: IUserPoolClient;
|
37
|
+
/**
|
38
|
+
* The generated auth role.
|
39
|
+
*/
|
40
|
+
authenticatedUserIamRole: IRole;
|
41
|
+
/**
|
42
|
+
* The generated unauth role.
|
43
|
+
*/
|
44
|
+
unauthenticatedUserIamRole: IRole;
|
45
|
+
/**
|
46
|
+
* L1 Cfn Resources, for when dipping down a level of abstraction is desirable.
|
47
|
+
*/
|
48
|
+
cfnResources: AuthCfnResources;
|
49
|
+
/**
|
50
|
+
* A map of group names to the generated resources for that group.
|
51
|
+
*/
|
52
|
+
groups: {
|
53
|
+
[groupName: string]: {
|
54
|
+
/**
|
55
|
+
* The generated CfnUserPoolGroup for this group
|
56
|
+
*/
|
57
|
+
cfnUserGroup: CfnUserPoolGroup;
|
58
|
+
/**
|
59
|
+
* The generated Role for this group
|
60
|
+
*/
|
61
|
+
role: IRole;
|
62
|
+
};
|
63
|
+
};
|
64
|
+
};
|
65
|
+
export type AuthRoleName = keyof Pick<AuthResources, 'authenticatedUserIamRole' | 'unauthenticatedUserIamRole'>;
|
66
|
+
//# sourceMappingURL=auth_resources.d.ts.map
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0aF9yZXNvdXJjZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYXV0aF9yZXNvdXJjZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElSb2xlIH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWlhbSc7XG5pbXBvcnQge1xuICBDZm5JZGVudGl0eVBvb2wsXG4gIENmbklkZW50aXR5UG9vbFJvbGVBdHRhY2htZW50LFxuICBDZm5Vc2VyUG9vbCxcbiAgQ2ZuVXNlclBvb2xDbGllbnQsXG4gIENmblVzZXJQb29sR3JvdXAsXG4gIElVc2VyUG9vbCxcbiAgSVVzZXJQb29sQ2xpZW50LFxufSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtY29nbml0byc7XG5cbi8qKlxuICogQWNjZXNzaWJsZSBDZm4gcmVzb3VyY2VzIGZyb20gdGhlIEF1dGggY29uc3RydWN0LCB3aGljaCB3ZXJlIGdlbmVyYXRlZCBkdXJpbmdcbiAqIGluaXRpYWxpemF0aW9uLlxuICovXG5leHBvcnQgdHlwZSBBdXRoQ2ZuUmVzb3VyY2VzID0ge1xuICAvKipcbiAgICogVGhlIGdlbmVyYXRlZCBDZm5Vc2VyUG9vbCBMMSByZXNvdXJjZS5cbiAgICovXG4gIGNmblVzZXJQb29sOiBDZm5Vc2VyUG9vbDtcbiAgLyoqXG4gICAqIFRoZSBnZW5lcmF0ZWQgQ2ZuVXNlclBvb2xDbGllbnQgTDEgcmVzb3VyY2UuXG4gICAqL1xuICBjZm5Vc2VyUG9vbENsaWVudDogQ2ZuVXNlclBvb2xDbGllbnQ7XG4gIC8qKlxuICAgKiBUaGUgZ2VuZXJhdGVkIENmbklkZW50aXR5UG9vbCBMMSByZXNvdXJjZS5cbiAgICovXG4gIGNmbklkZW50aXR5UG9vbDogQ2ZuSWRlbnRpdHlQb29sO1xuICAvKipcbiAgICogVGhlIGdlbmVyYXRlZCBDZm5JZGVudGl0eVBvb2xSb2xlQXR0YWNobWVudCBMMSByZXNvdXJjZS5cbiAgICovXG4gIGNmbklkZW50aXR5UG9vbFJvbGVBdHRhY2htZW50OiBDZm5JZGVudGl0eVBvb2xSb2xlQXR0YWNobWVudDtcbn07XG4vKipcbiAqIEF1dGggTDIgYW5kIEwxIHJlc291cmNlcy5cbiAqL1xuZXhwb3J0IHR5cGUgQXV0aFJlc291cmNlcyA9IHtcbiAgLyoqXG4gICAqIFRoZSBnZW5lcmF0ZWQgVXNlclBvb2wgTDIgUmVzb3VyY2UuXG4gICAqL1xuICB1c2VyUG9vbDogSVVzZXJQb29sO1xuICAvKipcbiAgICogVGhlIGdlbmVyYXRlZCBVc2VyUG9vbENsaWVudCBMMiBSZXNvdXJjZS5cbiAgICovXG4gIHVzZXJQb29sQ2xpZW50OiBJVXNlclBvb2xDbGllbnQ7XG4gIC8qKlxuICAgKiBUaGUgZ2VuZXJhdGVkIGF1dGggcm9sZS5cbiAgICovXG4gIGF1dGhlbnRpY2F0ZWRVc2VySWFtUm9sZTogSVJvbGU7XG4gIC8qKlxuICAgKiBUaGUgZ2VuZXJhdGVkIHVuYXV0aCByb2xlLlxuICAgKi9cbiAgdW5hdXRoZW50aWNhdGVkVXNlcklhbVJvbGU6IElSb2xlO1xuICAvKipcbiAgICogTDEgQ2ZuIFJlc291cmNlcywgZm9yIHdoZW4gZGlwcGluZyBkb3duIGEgbGV2ZWwgb2YgYWJzdHJhY3Rpb24gaXMgZGVzaXJhYmxlLlxuICAgKi9cbiAgY2ZuUmVzb3VyY2VzOiBBdXRoQ2ZuUmVzb3VyY2VzO1xuICAvKipcbiAgICogQSBtYXAgb2YgZ3JvdXAgbmFtZXMgdG8gdGhlIGdlbmVyYXRlZCByZXNvdXJjZXMgZm9yIHRoYXQgZ3JvdXAuXG4gICAqL1xuICBncm91cHM6IHtcbiAgICBbZ3JvdXBOYW1lOiBzdHJpbmddOiB7XG4gICAgICAvKipcbiAgICAgICAqIFRoZSBnZW5lcmF0ZWQgQ2ZuVXNlclBvb2xHcm91cCBmb3IgdGhpcyBncm91cFxuICAgICAgICovXG4gICAgICBjZm5Vc2VyR3JvdXA6IENmblVzZXJQb29sR3JvdXA7XG4gICAgICAvKipcbiAgICAgICAqIFRoZSBnZW5lcmF0ZWQgUm9sZSBmb3IgdGhpcyBncm91cFxuICAgICAgICovXG4gICAgICByb2xlOiBJUm9sZTtcbiAgICB9O1xuICB9O1xufTtcblxuZXhwb3J0IHR5cGUgQXV0aFJvbGVOYW1lID0ga2V5b2YgUGljazxcbiAgQXV0aFJlc291cmNlcyxcbiAgJ2F1dGhlbnRpY2F0ZWRVc2VySWFtUm9sZScgfCAndW5hdXRoZW50aWNhdGVkVXNlcklhbVJvbGUnXG4+O1xuIl19
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzX2NsaWVudF9wcm92aWRlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9hd3NfY2xpZW50X3Byb3ZpZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDbGllbnQsIE1ldGFkYXRhQmVhcmVyIH0gZnJvbSAnQGF3cy1zZGsvdHlwZXMnO1xuZXhwb3J0IHR5cGUgQVdTQ2xpZW50UHJvdmlkZXI8XG4gIFQgZXh0ZW5kcyBSZWNvcmQ8XG4gICAgYGdldCR7c3RyaW5nfUNsaWVudGAsXG4gICAgQ2xpZW50PG9iamVjdCwgTWV0YWRhdGFCZWFyZXIsIHVua25vd24+XG4gID5cbj4gPSB7XG4gIFtLIGluIGtleW9mIFRdOiAoKSA9PiBUW0tdO1xufTtcbiJdfQ==
|
@@ -0,0 +1,56 @@
|
|
1
|
+
import { DeploymentType } from './deployment_type';
|
2
|
+
/**
|
3
|
+
* These are some utility types to make the BackendIdentifier a bit more self-documenting
|
4
|
+
*/
|
5
|
+
export type AppId = string;
|
6
|
+
export type ProjectName = string;
|
7
|
+
export type BranchName = string;
|
8
|
+
export type SandboxName = string;
|
9
|
+
/**
|
10
|
+
* This tuple defines the constituent parts that are used to construct backend stack names
|
11
|
+
* The stack name becomes what identifies a deployed backend.
|
12
|
+
*
|
13
|
+
* To translate to/from a stack name, use the utility methods in @aws-amplify/platform-core
|
14
|
+
*/
|
15
|
+
export type BackendIdentifier = {
|
16
|
+
/**
|
17
|
+
* The Amplify AppId for the backend
|
18
|
+
*/
|
19
|
+
namespace: Readonly<AppId>;
|
20
|
+
/**
|
21
|
+
* The Amplify branch name for the backend
|
22
|
+
*/
|
23
|
+
name: Readonly<BranchName>;
|
24
|
+
/**
|
25
|
+
* Const that determines this BackendIdentifier is for a branch backend
|
26
|
+
*/
|
27
|
+
type: Readonly<Extract<DeploymentType, 'branch'>>;
|
28
|
+
/**
|
29
|
+
* Optional hash for consistent stack naming in cases where namespace or name contain characters that can't be serialized into a stack name
|
30
|
+
*/
|
31
|
+
hash?: Readonly<string>;
|
32
|
+
} | {
|
33
|
+
/**
|
34
|
+
* The project name for the sandbox.
|
35
|
+
*
|
36
|
+
* While this type does not enforce any specific behavior, at the time of writing, this value defaults to package.json#name when running sandbox commands
|
37
|
+
* Consult upstream code for exact usage.
|
38
|
+
*/
|
39
|
+
namespace: Readonly<ProjectName>;
|
40
|
+
/**
|
41
|
+
* The name of this sandbox.
|
42
|
+
*
|
43
|
+
* While this type does not enforce any specific behavior, at the time of writing, this value defaults to the current local username and can be overridden with the --name argument to sandbox.
|
44
|
+
* Consult upstream code for exact usage.
|
45
|
+
*/
|
46
|
+
name: Readonly<SandboxName>;
|
47
|
+
/**
|
48
|
+
* Const that determines this BackendIdentifier is for a sandbox backend
|
49
|
+
*/
|
50
|
+
type: Readonly<Extract<DeploymentType, 'sandbox'>>;
|
51
|
+
/**
|
52
|
+
* Optional hash for consistent stack naming in cases where namespace or name contain characters that can't be serialized into a stack name
|
53
|
+
*/
|
54
|
+
hash?: Readonly<string>;
|
55
|
+
};
|
56
|
+
//# sourceMappingURL=backend_identifier.d.ts.map
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2VuZF9pZGVudGlmaWVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2JhY2tlbmRfaWRlbnRpZmllci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGVwbG95bWVudFR5cGUgfSBmcm9tICcuL2RlcGxveW1lbnRfdHlwZSc7XG5cbi8qKlxuICogVGhlc2UgYXJlIHNvbWUgdXRpbGl0eSB0eXBlcyB0byBtYWtlIHRoZSBCYWNrZW5kSWRlbnRpZmllciBhIGJpdCBtb3JlIHNlbGYtZG9jdW1lbnRpbmdcbiAqL1xuZXhwb3J0IHR5cGUgQXBwSWQgPSBzdHJpbmc7XG5leHBvcnQgdHlwZSBQcm9qZWN0TmFtZSA9IHN0cmluZztcbmV4cG9ydCB0eXBlIEJyYW5jaE5hbWUgPSBzdHJpbmc7XG5leHBvcnQgdHlwZSBTYW5kYm94TmFtZSA9IHN0cmluZztcblxuLyoqXG4gKiBUaGlzIHR1cGxlIGRlZmluZXMgdGhlIGNvbnN0aXR1ZW50IHBhcnRzIHRoYXQgYXJlIHVzZWQgdG8gY29uc3RydWN0IGJhY2tlbmQgc3RhY2sgbmFtZXNcbiAqIFRoZSBzdGFjayBuYW1lIGJlY29tZXMgd2hhdCBpZGVudGlmaWVzIGEgZGVwbG95ZWQgYmFja2VuZC5cbiAqXG4gKiBUbyB0cmFuc2xhdGUgdG8vZnJvbSBhIHN0YWNrIG5hbWUsIHVzZSB0aGUgdXRpbGl0eSBtZXRob2RzIGluIEBhd3MtYW1wbGlmeS9wbGF0Zm9ybS1jb3JlXG4gKi9cbmV4cG9ydCB0eXBlIEJhY2tlbmRJZGVudGlmaWVyID1cbiAgfCB7XG4gICAgICAvKipcbiAgICAgICAqIFRoZSBBbXBsaWZ5IEFwcElkIGZvciB0aGUgYmFja2VuZFxuICAgICAgICovXG4gICAgICBuYW1lc3BhY2U6IFJlYWRvbmx5PEFwcElkPjtcbiAgICAgIC8qKlxuICAgICAgICogVGhlIEFtcGxpZnkgYnJhbmNoIG5hbWUgZm9yIHRoZSBiYWNrZW5kXG4gICAgICAgKi9cbiAgICAgIG5hbWU6IFJlYWRvbmx5PEJyYW5jaE5hbWU+O1xuICAgICAgLyoqXG4gICAgICAgKiBDb25zdCB0aGF0IGRldGVybWluZXMgdGhpcyBCYWNrZW5kSWRlbnRpZmllciBpcyBmb3IgYSBicmFuY2ggYmFja2VuZFxuICAgICAgICovXG4gICAgICB0eXBlOiBSZWFkb25seTxFeHRyYWN0PERlcGxveW1lbnRUeXBlLCAnYnJhbmNoJz4+O1xuICAgICAgLyoqXG4gICAgICAgKiBPcHRpb25hbCBoYXNoIGZvciBjb25zaXN0ZW50IHN0YWNrIG5hbWluZyBpbiBjYXNlcyB3aGVyZSBuYW1lc3BhY2Ugb3IgbmFtZSBjb250YWluIGNoYXJhY3RlcnMgdGhhdCBjYW4ndCBiZSBzZXJpYWxpemVkIGludG8gYSBzdGFjayBuYW1lXG4gICAgICAgKi9cbiAgICAgIGhhc2g/OiBSZWFkb25seTxzdHJpbmc+O1xuICAgIH1cbiAgfCB7XG4gICAgICAvKipcbiAgICAgICAqIFRoZSBwcm9qZWN0IG5hbWUgZm9yIHRoZSBzYW5kYm94LlxuICAgICAgICpcbiAgICAgICAqIFdoaWxlIHRoaXMgdHlwZSBkb2VzIG5vdCBlbmZvcmNlIGFueSBzcGVjaWZpYyBiZWhhdmlvciwgYXQgdGhlIHRpbWUgb2Ygd3JpdGluZywgdGhpcyB2YWx1ZSBkZWZhdWx0cyB0byBwYWNrYWdlLmpzb24jbmFtZSB3aGVuIHJ1bm5pbmcgc2FuZGJveCBjb21tYW5kc1xuICAgICAgICogQ29uc3VsdCB1cHN0cmVhbSBjb2RlIGZvciBleGFjdCB1c2FnZS5cbiAgICAgICAqL1xuICAgICAgbmFtZXNwYWNlOiBSZWFkb25seTxQcm9qZWN0TmFtZT47XG4gICAgICAvKipcbiAgICAgICAqIFRoZSBuYW1lIG9mIHRoaXMgc2FuZGJveC5cbiAgICAgICAqXG4gICAgICAgKiBXaGlsZSB0aGlzIHR5cGUgZG9lcyBub3QgZW5mb3JjZSBhbnkgc3BlY2lmaWMgYmVoYXZpb3IsIGF0IHRoZSB0aW1lIG9mIHdyaXRpbmcsIHRoaXMgdmFsdWUgZGVmYXVsdHMgdG8gdGhlIGN1cnJlbnQgbG9jYWwgdXNlcm5hbWUgYW5kIGNhbiBiZSBvdmVycmlkZGVuIHdpdGggdGhlIC0tbmFtZSBhcmd1bWVudCB0byBzYW5kYm94LlxuICAgICAgICogQ29uc3VsdCB1cHN0cmVhbSBjb2RlIGZvciBleGFjdCB1c2FnZS5cbiAgICAgICAqL1xuICAgICAgbmFtZTogUmVhZG9ubHk8U2FuZGJveE5hbWU+O1xuICAgICAgLyoqXG4gICAgICAgKiBDb25zdCB0aGF0IGRldGVybWluZXMgdGhpcyBCYWNrZW5kSWRlbnRpZmllciBpcyBmb3IgYSBzYW5kYm94IGJhY2tlbmRcbiAgICAgICAqL1xuICAgICAgdHlwZTogUmVhZG9ubHk8RXh0cmFjdDxEZXBsb3ltZW50VHlwZSwgJ3NhbmRib3gnPj47XG4gICAgICAvKipcbiAgICAgICAqIE9wdGlvbmFsIGhhc2ggZm9yIGNvbnNpc3RlbnQgc3RhY2sgbmFtaW5nIGluIGNhc2VzIHdoZXJlIG5hbWVzcGFjZSBvciBuYW1lIGNvbnRhaW4gY2hhcmFjdGVycyB0aGF0IGNhbid0IGJlIHNlcmlhbGl6ZWQgaW50byBhIHN0YWNrIG5hbWVcbiAgICAgICAqL1xuICAgICAgaGFzaD86IFJlYWRvbmx5PHN0cmluZz47XG4gICAgfTtcbiJdfQ==
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2VuZF9vdXRwdXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYmFja2VuZF9vdXRwdXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIEJhY2tlbmRPdXRwdXRFbnRyeTxcbiAgVCBleHRlbmRzIFJlY29yZDxzdHJpbmcsIHN0cmluZz4gPSBSZWNvcmQ8c3RyaW5nLCBzdHJpbmc+XG4+ID0ge1xuICByZWFkb25seSB2ZXJzaW9uOiBzdHJpbmc7XG4gIHJlYWRvbmx5IHBheWxvYWQ6IFQ7XG59O1xuXG5leHBvcnQgdHlwZSBCYWNrZW5kT3V0cHV0ID0gUmVjb3JkPHN0cmluZywgQmFja2VuZE91dHB1dEVudHJ5PjtcbiJdfQ==
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { Construct } from 'constructs';
|
2
|
+
import { BackendIdentifier } from './backend_identifier.js';
|
3
|
+
import { SecretValue } from 'aws-cdk-lib';
|
4
|
+
export type BackendSecret = {
|
5
|
+
/**
|
6
|
+
* Resolves the given secret to a CDK token.
|
7
|
+
*/
|
8
|
+
resolve: (scope: Construct, backendIdentifier: BackendIdentifier) => SecretValue;
|
9
|
+
/**
|
10
|
+
* Resolves the given secret to its path
|
11
|
+
*/
|
12
|
+
resolvePath: (backendIdentifier: BackendIdentifier) => ResolvePathResult;
|
13
|
+
};
|
14
|
+
export type BackendSecretResolver = {
|
15
|
+
resolveSecret: (backendSecret: BackendSecret) => SecretValue;
|
16
|
+
resolvePath: (backendSecret: BackendSecret) => ResolvePathResult;
|
17
|
+
};
|
18
|
+
export type ResolvePathResult = {
|
19
|
+
branchSecretPath: string;
|
20
|
+
sharedSecretPath: string;
|
21
|
+
};
|
22
|
+
//# sourceMappingURL=backend_secret_resolver.d.ts.map
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2VuZF9zZWNyZXRfcmVzb2x2ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYmFja2VuZF9zZWNyZXRfcmVzb2x2ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbnN0cnVjdCB9IGZyb20gJ2NvbnN0cnVjdHMnO1xuaW1wb3J0IHsgQmFja2VuZElkZW50aWZpZXIgfSBmcm9tICcuL2JhY2tlbmRfaWRlbnRpZmllci5qcyc7XG5pbXBvcnQgeyBTZWNyZXRWYWx1ZSB9IGZyb20gJ2F3cy1jZGstbGliJztcblxuZXhwb3J0IHR5cGUgQmFja2VuZFNlY3JldCA9IHtcbiAgLyoqXG4gICAqIFJlc29sdmVzIHRoZSBnaXZlbiBzZWNyZXQgdG8gYSBDREsgdG9rZW4uXG4gICAqL1xuICByZXNvbHZlOiAoXG4gICAgc2NvcGU6IENvbnN0cnVjdCxcbiAgICBiYWNrZW5kSWRlbnRpZmllcjogQmFja2VuZElkZW50aWZpZXJcbiAgKSA9PiBTZWNyZXRWYWx1ZTtcblxuICAvKipcbiAgICogUmVzb2x2ZXMgdGhlIGdpdmVuIHNlY3JldCB0byBpdHMgcGF0aFxuICAgKi9cbiAgcmVzb2x2ZVBhdGg6IChiYWNrZW5kSWRlbnRpZmllcjogQmFja2VuZElkZW50aWZpZXIpID0+IFJlc29sdmVQYXRoUmVzdWx0O1xufTtcblxuZXhwb3J0IHR5cGUgQmFja2VuZFNlY3JldFJlc29sdmVyID0ge1xuICByZXNvbHZlU2VjcmV0OiAoYmFja2VuZFNlY3JldDogQmFja2VuZFNlY3JldCkgPT4gU2VjcmV0VmFsdWU7XG4gIHJlc29sdmVQYXRoOiAoYmFja2VuZFNlY3JldDogQmFja2VuZFNlY3JldCkgPT4gUmVzb2x2ZVBhdGhSZXN1bHQ7XG59O1xuXG5leHBvcnQgdHlwZSBSZXNvbHZlUGF0aFJlc3VsdCA9IHtcbiAgYnJhbmNoU2VjcmV0UGF0aDogc3RyaW5nO1xuICBzaGFyZWRTZWNyZXRQYXRoOiBzdHJpbmc7XG59O1xuIl19
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2VuZF9zdGFja19jcmVhdG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2JhY2tlbmRfc3RhY2tfY3JlYXRvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU3RhY2sgfSBmcm9tICdhd3MtY2RrLWxpYic7XG5cbi8qKlxuICogSW50ZXJmYWNlIGZvciBvYmplY3RzIHRoYXQgY2FuIGNyZWF0ZSBzdGFja3MgaW4gYSBnaXZlbiBzY29wZVxuICovXG5leHBvcnQgdHlwZSBNYWluU3RhY2tDcmVhdG9yID0ge1xuICBnZXRPckNyZWF0ZU1haW5TdGFjazogKCkgPT4gU3RhY2s7XG59O1xuIl19
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2VuZF9zdGFja19yZXNvbHZlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9iYWNrZW5kX3N0YWNrX3Jlc29sdmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEludGVyZmFjZSBmb3Igb2JqZWN0cyB0aGF0IGNhbiByZXNvbHZlIGEgc3RhY2sgbmFtZVxuICovXG5leHBvcnQgdHlwZSBNYWluU3RhY2tOYW1lUmVzb2x2ZXIgPSB7XG4gIHJlc29sdmVNYWluU3RhY2tOYW1lOiAoKSA9PiBQcm9taXNlPHN0cmluZz47XG59O1xuIl19
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { Construct } from 'constructs';
|
2
|
+
import { ConstructFactory } from './construct_factory.js';
|
3
|
+
import { BackendSecretResolver } from './backend_secret_resolver.js';
|
4
|
+
import { ResourceProvider } from './resource_provider.js';
|
5
|
+
import { SsmEnvironmentEntriesGenerator } from './ssm_environment_entries_generator.js';
|
6
|
+
import { StableBackendIdentifiers } from './stable_backend_identifiers.js';
|
7
|
+
/**
|
8
|
+
* Initializes a CDK Construct in a given scope
|
9
|
+
*/
|
10
|
+
export type ConstructContainerEntryGenerator<T extends object = object> = {
|
11
|
+
/**
|
12
|
+
* A group name for this generator.
|
13
|
+
* This is used by the cache to determine which stack to place the generated construct in
|
14
|
+
*/
|
15
|
+
resourceGroupName: string;
|
16
|
+
/**
|
17
|
+
* Create a new instance of a CDK construct in the provided scope.
|
18
|
+
*/
|
19
|
+
generateContainerEntry: (props: GenerateContainerEntryProps) => ResourceProvider<T>;
|
20
|
+
};
|
21
|
+
export type GenerateContainerEntryProps = {
|
22
|
+
scope: Construct;
|
23
|
+
backendSecretResolver: BackendSecretResolver;
|
24
|
+
ssmEnvironmentEntriesGenerator: SsmEnvironmentEntriesGenerator;
|
25
|
+
stableBackendIdentifiers: StableBackendIdentifiers;
|
26
|
+
};
|
27
|
+
/**
|
28
|
+
* Vends Constructs based on an initializer function
|
29
|
+
*/
|
30
|
+
export type ConstructContainer = {
|
31
|
+
getOrCompute: (generator: ConstructContainerEntryGenerator) => ResourceProvider;
|
32
|
+
registerConstructFactory: (token: string, provider: ConstructFactory) => void;
|
33
|
+
getConstructFactory: <T extends ResourceProvider>(token: string) => ConstructFactory<T> | undefined;
|
34
|
+
};
|
35
|
+
//# sourceMappingURL=construct_container.d.ts.map
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RydWN0X2NvbnRhaW5lci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jb25zdHJ1Y3RfY29udGFpbmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcbmltcG9ydCB7IENvbnN0cnVjdEZhY3RvcnkgfSBmcm9tICcuL2NvbnN0cnVjdF9mYWN0b3J5LmpzJztcbmltcG9ydCB7IEJhY2tlbmRTZWNyZXRSZXNvbHZlciB9IGZyb20gJy4vYmFja2VuZF9zZWNyZXRfcmVzb2x2ZXIuanMnO1xuaW1wb3J0IHsgUmVzb3VyY2VQcm92aWRlciB9IGZyb20gJy4vcmVzb3VyY2VfcHJvdmlkZXIuanMnO1xuaW1wb3J0IHsgU3NtRW52aXJvbm1lbnRFbnRyaWVzR2VuZXJhdG9yIH0gZnJvbSAnLi9zc21fZW52aXJvbm1lbnRfZW50cmllc19nZW5lcmF0b3IuanMnO1xuaW1wb3J0IHsgU3RhYmxlQmFja2VuZElkZW50aWZpZXJzIH0gZnJvbSAnLi9zdGFibGVfYmFja2VuZF9pZGVudGlmaWVycy5qcyc7XG4vKipcbiAqIEluaXRpYWxpemVzIGEgQ0RLIENvbnN0cnVjdCBpbiBhIGdpdmVuIHNjb3BlXG4gKi9cbmV4cG9ydCB0eXBlIENvbnN0cnVjdENvbnRhaW5lckVudHJ5R2VuZXJhdG9yPFQgZXh0ZW5kcyBvYmplY3QgPSBvYmplY3Q+ID0ge1xuICAvKipcbiAgICogQSBncm91cCBuYW1lIGZvciB0aGlzIGdlbmVyYXRvci5cbiAgICogVGhpcyBpcyB1c2VkIGJ5IHRoZSBjYWNoZSB0byBkZXRlcm1pbmUgd2hpY2ggc3RhY2sgdG8gcGxhY2UgdGhlIGdlbmVyYXRlZCBjb25zdHJ1Y3QgaW5cbiAgICovXG4gIHJlc291cmNlR3JvdXBOYW1lOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIENyZWF0ZSBhIG5ldyBpbnN0YW5jZSBvZiBhIENESyBjb25zdHJ1Y3QgaW4gdGhlIHByb3ZpZGVkIHNjb3BlLlxuICAgKi9cbiAgZ2VuZXJhdGVDb250YWluZXJFbnRyeTogKFxuICAgIHByb3BzOiBHZW5lcmF0ZUNvbnRhaW5lckVudHJ5UHJvcHNcbiAgKSA9PiBSZXNvdXJjZVByb3ZpZGVyPFQ+O1xufTtcblxuZXhwb3J0IHR5cGUgR2VuZXJhdGVDb250YWluZXJFbnRyeVByb3BzID0ge1xuICBzY29wZTogQ29uc3RydWN0O1xuICBiYWNrZW5kU2VjcmV0UmVzb2x2ZXI6IEJhY2tlbmRTZWNyZXRSZXNvbHZlcjtcbiAgc3NtRW52aXJvbm1lbnRFbnRyaWVzR2VuZXJhdG9yOiBTc21FbnZpcm9ubWVudEVudHJpZXNHZW5lcmF0b3I7XG4gIHN0YWJsZUJhY2tlbmRJZGVudGlmaWVyczogU3RhYmxlQmFja2VuZElkZW50aWZpZXJzO1xufTtcblxuLyoqXG4gKiBWZW5kcyBDb25zdHJ1Y3RzIGJhc2VkIG9uIGFuIGluaXRpYWxpemVyIGZ1bmN0aW9uXG4gKi9cbmV4cG9ydCB0eXBlIENvbnN0cnVjdENvbnRhaW5lciA9IHtcbiAgZ2V0T3JDb21wdXRlOiAoXG4gICAgZ2VuZXJhdG9yOiBDb25zdHJ1Y3RDb250YWluZXJFbnRyeUdlbmVyYXRvclxuICApID0+IFJlc291cmNlUHJvdmlkZXI7XG4gIHJlZ2lzdGVyQ29uc3RydWN0RmFjdG9yeTogKHRva2VuOiBzdHJpbmcsIHByb3ZpZGVyOiBDb25zdHJ1Y3RGYWN0b3J5KSA9PiB2b2lkO1xuICBnZXRDb25zdHJ1Y3RGYWN0b3J5OiA8VCBleHRlbmRzIFJlc291cmNlUHJvdmlkZXI+KFxuICAgIHRva2VuOiBzdHJpbmdcbiAgKSA9PiBDb25zdHJ1Y3RGYWN0b3J5PFQ+IHwgdW5kZWZpbmVkO1xufTtcbiJdfQ==
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { ConstructContainer } from './construct_container.js';
|
2
|
+
import { BackendOutputStorageStrategy } from './output_storage_strategy.js';
|
3
|
+
import { BackendOutputEntry } from './backend_output.js';
|
4
|
+
import { ImportPathVerifier } from './import_path_verifier.js';
|
5
|
+
import { ResourceProvider } from './resource_provider.js';
|
6
|
+
import { ResourceNameValidator } from './resource_name_validator.js';
|
7
|
+
export type ConstructFactoryGetInstanceProps = {
|
8
|
+
constructContainer: ConstructContainer;
|
9
|
+
outputStorageStrategy: BackendOutputStorageStrategy<BackendOutputEntry>;
|
10
|
+
importPathVerifier?: ImportPathVerifier;
|
11
|
+
resourceNameValidator?: ResourceNameValidator;
|
12
|
+
};
|
13
|
+
/**
|
14
|
+
* Functional interface for construct factories. All objects in the backend-engine definition must implement this interface.
|
15
|
+
*/
|
16
|
+
export type ConstructFactory<T extends ResourceProvider = ResourceProvider> = {
|
17
|
+
/**
|
18
|
+
* A construct factory can register that the return value implements additional interfaces
|
19
|
+
* Registering as a provider allows other construct factories to fetch this one based on the provides token
|
20
|
+
*/
|
21
|
+
readonly provides?: string;
|
22
|
+
getInstance: (props: ConstructFactoryGetInstanceProps) => T;
|
23
|
+
};
|
24
|
+
//# sourceMappingURL=construct_factory.d.ts.map
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RydWN0X2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY29uc3RydWN0X2ZhY3RvcnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbnN0cnVjdENvbnRhaW5lciB9IGZyb20gJy4vY29uc3RydWN0X2NvbnRhaW5lci5qcyc7XG5pbXBvcnQgeyBCYWNrZW5kT3V0cHV0U3RvcmFnZVN0cmF0ZWd5IH0gZnJvbSAnLi9vdXRwdXRfc3RvcmFnZV9zdHJhdGVneS5qcyc7XG5pbXBvcnQgeyBCYWNrZW5kT3V0cHV0RW50cnkgfSBmcm9tICcuL2JhY2tlbmRfb3V0cHV0LmpzJztcbmltcG9ydCB7IEltcG9ydFBhdGhWZXJpZmllciB9IGZyb20gJy4vaW1wb3J0X3BhdGhfdmVyaWZpZXIuanMnO1xuaW1wb3J0IHsgUmVzb3VyY2VQcm92aWRlciB9IGZyb20gJy4vcmVzb3VyY2VfcHJvdmlkZXIuanMnO1xuaW1wb3J0IHsgUmVzb3VyY2VOYW1lVmFsaWRhdG9yIH0gZnJvbSAnLi9yZXNvdXJjZV9uYW1lX3ZhbGlkYXRvci5qcyc7XG5cbmV4cG9ydCB0eXBlIENvbnN0cnVjdEZhY3RvcnlHZXRJbnN0YW5jZVByb3BzID0ge1xuICBjb25zdHJ1Y3RDb250YWluZXI6IENvbnN0cnVjdENvbnRhaW5lcjtcbiAgb3V0cHV0U3RvcmFnZVN0cmF0ZWd5OiBCYWNrZW5kT3V0cHV0U3RvcmFnZVN0cmF0ZWd5PEJhY2tlbmRPdXRwdXRFbnRyeT47XG4gIGltcG9ydFBhdGhWZXJpZmllcj86IEltcG9ydFBhdGhWZXJpZmllcjtcbiAgcmVzb3VyY2VOYW1lVmFsaWRhdG9yPzogUmVzb3VyY2VOYW1lVmFsaWRhdG9yO1xufTtcblxuLyoqXG4gKiBGdW5jdGlvbmFsIGludGVyZmFjZSBmb3IgY29uc3RydWN0IGZhY3Rvcmllcy4gQWxsIG9iamVjdHMgaW4gdGhlIGJhY2tlbmQtZW5naW5lIGRlZmluaXRpb24gbXVzdCBpbXBsZW1lbnQgdGhpcyBpbnRlcmZhY2UuXG4gKi9cbmV4cG9ydCB0eXBlIENvbnN0cnVjdEZhY3Rvcnk8VCBleHRlbmRzIFJlc291cmNlUHJvdmlkZXIgPSBSZXNvdXJjZVByb3ZpZGVyPiA9IHtcbiAgLyoqXG4gICAqIEEgY29uc3RydWN0IGZhY3RvcnkgY2FuIHJlZ2lzdGVyIHRoYXQgdGhlIHJldHVybiB2YWx1ZSBpbXBsZW1lbnRzIGFkZGl0aW9uYWwgaW50ZXJmYWNlc1xuICAgKiBSZWdpc3RlcmluZyBhcyBhIHByb3ZpZGVyIGFsbG93cyBvdGhlciBjb25zdHJ1Y3QgZmFjdG9yaWVzIHRvIGZldGNoIHRoaXMgb25lIGJhc2VkIG9uIHRoZSBwcm92aWRlcyB0b2tlblxuICAgKi9cbiAgcmVhZG9ubHkgcHJvdmlkZXM/OiBzdHJpbmc7XG4gIGdldEluc3RhbmNlOiAocHJvcHM6IENvbnN0cnVjdEZhY3RvcnlHZXRJbnN0YW5jZVByb3BzKSA9PiBUO1xufTtcbiJdfQ==
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* Represents a type that allows partial deep cloning of an object.
|
3
|
+
* The `DeepPartial` type recursively makes all properties of `T` optional.
|
4
|
+
* If a property is an object, it will also be made partially optional.
|
5
|
+
* @template T - The type of the object to make partially optional.
|
6
|
+
*/
|
7
|
+
export type DeepPartial<T> = {
|
8
|
+
[P in keyof T]?: T[P] extends object ? DeepPartial<T[P]> : T[P];
|
9
|
+
};
|
10
|
+
/**
|
11
|
+
* Makes all the properties of the entire nested object partial for Amplify generated configs
|
12
|
+
* instead of just the top level properties. Other properties are not changed.
|
13
|
+
*/
|
14
|
+
export type DeepPartialAmplifyGeneratedConfigs<T> = {
|
15
|
+
[P in keyof T]?: P extends 'auth' | 'data' | 'storage' ? T[P] extends object ? DeepPartialAmplifyGeneratedConfigs<T[P]> : Partial<T[P]> : T[P];
|
16
|
+
};
|
17
|
+
//# sourceMappingURL=deep_partial.d.ts.map
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVlcF9wYXJ0aWFsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2RlZXBfcGFydGlhbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBSZXByZXNlbnRzIGEgdHlwZSB0aGF0IGFsbG93cyBwYXJ0aWFsIGRlZXAgY2xvbmluZyBvZiBhbiBvYmplY3QuXG4gKiBUaGUgYERlZXBQYXJ0aWFsYCB0eXBlIHJlY3Vyc2l2ZWx5IG1ha2VzIGFsbCBwcm9wZXJ0aWVzIG9mIGBUYCBvcHRpb25hbC5cbiAqIElmIGEgcHJvcGVydHkgaXMgYW4gb2JqZWN0LCBpdCB3aWxsIGFsc28gYmUgbWFkZSBwYXJ0aWFsbHkgb3B0aW9uYWwuXG4gKiBAdGVtcGxhdGUgVCAtIFRoZSB0eXBlIG9mIHRoZSBvYmplY3QgdG8gbWFrZSBwYXJ0aWFsbHkgb3B0aW9uYWwuXG4gKi9cbmV4cG9ydCB0eXBlIERlZXBQYXJ0aWFsPFQ+ID0ge1xuICBbUCBpbiBrZXlvZiBUXT86IFRbUF0gZXh0ZW5kcyBvYmplY3QgPyBEZWVwUGFydGlhbDxUW1BdPiA6IFRbUF07XG59O1xuXG4vKipcbiAqIE1ha2VzIGFsbCB0aGUgcHJvcGVydGllcyBvZiB0aGUgZW50aXJlIG5lc3RlZCBvYmplY3QgcGFydGlhbCBmb3IgQW1wbGlmeSBnZW5lcmF0ZWQgY29uZmlnc1xuICogaW5zdGVhZCBvZiBqdXN0IHRoZSB0b3AgbGV2ZWwgcHJvcGVydGllcy4gT3RoZXIgcHJvcGVydGllcyBhcmUgbm90IGNoYW5nZWQuXG4gKi9cbmV4cG9ydCB0eXBlIERlZXBQYXJ0aWFsQW1wbGlmeUdlbmVyYXRlZENvbmZpZ3M8VD4gPSB7XG4gIFtQIGluIGtleW9mIFRdPzogUCBleHRlbmRzICdhdXRoJyB8ICdkYXRhJyB8ICdzdG9yYWdlJ1xuICAgID8gVFtQXSBleHRlbmRzIG9iamVjdFxuICAgICAgPyBEZWVwUGFydGlhbEFtcGxpZnlHZW5lcmF0ZWRDb25maWdzPFRbUF0+XG4gICAgICA6IFBhcnRpYWw8VFtQXT5cbiAgICA6IFRbUF07XG59O1xuIl19
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* Represents the types of Amplify deployments
|
3
|
+
*
|
4
|
+
* Branch deployments are tied to specific git branches and are designed to be used in CI/CD
|
5
|
+
* Sandbox deployments are local development environments
|
6
|
+
*/
|
7
|
+
export type DeploymentType = 'branch' | 'sandbox';
|
8
|
+
//# sourceMappingURL=deployment_type.d.ts.map
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwbG95bWVudF90eXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2RlcGxveW1lbnRfdHlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBSZXByZXNlbnRzIHRoZSB0eXBlcyBvZiBBbXBsaWZ5IGRlcGxveW1lbnRzXG4gKlxuICogQnJhbmNoIGRlcGxveW1lbnRzIGFyZSB0aWVkIHRvIHNwZWNpZmljIGdpdCBicmFuY2hlcyBhbmQgYXJlIGRlc2lnbmVkIHRvIGJlIHVzZWQgaW4gQ0kvQ0RcbiAqIFNhbmRib3ggZGVwbG95bWVudHMgYXJlIGxvY2FsIGRldmVsb3BtZW50IGVudmlyb25tZW50c1xuICovXG5leHBvcnQgdHlwZSBEZXBsb3ltZW50VHlwZSA9ICdicmFuY2gnIHwgJ3NhbmRib3gnO1xuIl19
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuY3Rpb25fcmVzb3VyY2VzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2Z1bmN0aW9uX3Jlc291cmNlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2ZuRnVuY3Rpb24sIElGdW5jdGlvbiB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1sYW1iZGEnO1xuXG5leHBvcnQgdHlwZSBGdW5jdGlvblJlc291cmNlcyA9IHtcbiAgbGFtYmRhOiBJRnVuY3Rpb247XG4gIGNmblJlc291cmNlczoge1xuICAgIGNmbkZ1bmN0aW9uOiBDZm5GdW5jdGlvbjtcbiAgfTtcbn07XG4iXX0=
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* Implementors can verify that an error originated from an expected location
|
3
|
+
*/
|
4
|
+
export type ImportPathVerifier = {
|
5
|
+
/**
|
6
|
+
* Verify that the given stack originated from an expected file path
|
7
|
+
*
|
8
|
+
* importStack is expected to be in the format returned by (new Error()).stack
|
9
|
+
*
|
10
|
+
* If the error was not imported by the expected file, an error with errorMessage is thrown
|
11
|
+
*/
|
12
|
+
verify: (importStack: string | undefined, expectedImportingFile: string, errorMessage: string) => void;
|
13
|
+
};
|
14
|
+
//# sourceMappingURL=import_path_verifier.d.ts.map
|