@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
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,8 +49,8 @@
|
|
46
49
|
"zod": "^3.22.3"
|
47
50
|
},
|
48
51
|
"dependencies": {
|
49
|
-
"aws-cdk-lib": "^2.
|
50
|
-
"constructs": "^10.0
|
52
|
+
"aws-cdk-lib": "^2.152.0",
|
53
|
+
"constructs": "^10.3.0"
|
51
54
|
},
|
52
55
|
"dependencyClosure": {
|
53
56
|
"@aws-cdk/asset-awscli-v1": {
|
@@ -102,29 +105,29 @@
|
|
102
105
|
}
|
103
106
|
}
|
104
107
|
},
|
105
|
-
"@aws-cdk/asset-node-proxy-agent-
|
108
|
+
"@aws-cdk/asset-node-proxy-agent-v6": {
|
106
109
|
"targets": {
|
107
110
|
"dotnet": {
|
108
|
-
"namespace": "Amazon.CDK.Asset.
|
109
|
-
"packageId": "Amazon.CDK.Asset.
|
111
|
+
"namespace": "Amazon.CDK.Asset.NodeProxyAgentV6",
|
112
|
+
"packageId": "Amazon.CDK.Asset.NodeProxyAgentV6"
|
110
113
|
},
|
111
114
|
"go": {
|
112
115
|
"moduleName": "github.com/cdklabs/awscdk-asset-node-proxy-agent-go",
|
113
|
-
"packageName": "
|
116
|
+
"packageName": "nodeproxyagentv6"
|
114
117
|
},
|
115
118
|
"java": {
|
116
119
|
"maven": {
|
117
|
-
"artifactId": "cdk-asset-node-proxy-agent-
|
120
|
+
"artifactId": "cdk-asset-node-proxy-agent-v6",
|
118
121
|
"groupId": "software.amazon.awscdk"
|
119
122
|
},
|
120
|
-
"package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.
|
123
|
+
"package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.v6"
|
121
124
|
},
|
122
125
|
"js": {
|
123
|
-
"npm": "@aws-cdk/asset-node-proxy-agent-
|
126
|
+
"npm": "@aws-cdk/asset-node-proxy-agent-v6"
|
124
127
|
},
|
125
128
|
"python": {
|
126
|
-
"distName": "aws-cdk.asset-node-proxy-agent-
|
127
|
-
"module": "aws_cdk.
|
129
|
+
"distName": "aws-cdk.asset-node-proxy-agent-v6",
|
130
|
+
"module": "aws_cdk.asset_node_proxy_agent_v6"
|
128
131
|
}
|
129
132
|
}
|
130
133
|
},
|
@@ -260,6 +263,32 @@
|
|
260
263
|
}
|
261
264
|
}
|
262
265
|
},
|
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
|
+
},
|
263
292
|
"aws-cdk-lib.aws_appconfig": {
|
264
293
|
"targets": {
|
265
294
|
"dotnet": {
|
@@ -325,6 +354,19 @@
|
|
325
354
|
}
|
326
355
|
}
|
327
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
|
+
},
|
328
370
|
"aws-cdk-lib.aws_appmesh": {
|
329
371
|
"targets": {
|
330
372
|
"dotnet": {
|
@@ -377,6 +419,19 @@
|
|
377
419
|
}
|
378
420
|
}
|
379
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
|
+
},
|
380
435
|
"aws-cdk-lib.aws_aps": {
|
381
436
|
"targets": {
|
382
437
|
"dotnet": {
|
@@ -390,6 +445,19 @@
|
|
390
445
|
}
|
391
446
|
}
|
392
447
|
},
|
448
|
+
"aws-cdk-lib.aws_arczonalshift": {
|
449
|
+
"targets": {
|
450
|
+
"dotnet": {
|
451
|
+
"package": "Amazon.CDK.AWS.ARCZonalShift"
|
452
|
+
},
|
453
|
+
"java": {
|
454
|
+
"package": "software.amazon.awscdk.services.arczonalshift"
|
455
|
+
},
|
456
|
+
"python": {
|
457
|
+
"module": "aws_cdk.aws_arczonalshift"
|
458
|
+
}
|
459
|
+
}
|
460
|
+
},
|
393
461
|
"aws-cdk-lib.aws_athena": {
|
394
462
|
"targets": {
|
395
463
|
"dotnet": {
|
@@ -468,6 +536,19 @@
|
|
468
536
|
}
|
469
537
|
}
|
470
538
|
},
|
539
|
+
"aws-cdk-lib.aws_b2bi": {
|
540
|
+
"targets": {
|
541
|
+
"dotnet": {
|
542
|
+
"package": "Amazon.CDK.AWS.B2BI"
|
543
|
+
},
|
544
|
+
"java": {
|
545
|
+
"package": "software.amazon.awscdk.services.b2bi"
|
546
|
+
},
|
547
|
+
"python": {
|
548
|
+
"module": "aws_cdk.aws_b2bi"
|
549
|
+
}
|
550
|
+
}
|
551
|
+
},
|
471
552
|
"aws-cdk-lib.aws_backup": {
|
472
553
|
"targets": {
|
473
554
|
"dotnet": {
|
@@ -487,7 +568,7 @@
|
|
487
568
|
"package": "Amazon.CDK.AWS.BackupGateway"
|
488
569
|
},
|
489
570
|
"java": {
|
490
|
-
"package": "services.backupgateway"
|
571
|
+
"package": "software.amazon.awscdk.services.backupgateway"
|
491
572
|
},
|
492
573
|
"python": {
|
493
574
|
"module": "aws_cdk.aws_backupgateway"
|
@@ -507,6 +588,32 @@
|
|
507
588
|
}
|
508
589
|
}
|
509
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
|
+
},
|
604
|
+
"aws-cdk-lib.aws_bedrock": {
|
605
|
+
"targets": {
|
606
|
+
"dotnet": {
|
607
|
+
"package": "Amazon.CDK.AWS.Bedrock"
|
608
|
+
},
|
609
|
+
"java": {
|
610
|
+
"package": "software.amazon.awscdk.services.bedrock"
|
611
|
+
},
|
612
|
+
"python": {
|
613
|
+
"module": "aws_cdk.aws_bedrock"
|
614
|
+
}
|
615
|
+
}
|
616
|
+
},
|
510
617
|
"aws-cdk-lib.aws_billingconductor": {
|
511
618
|
"targets": {
|
512
619
|
"dotnet": {
|
@@ -585,6 +692,32 @@
|
|
585
692
|
}
|
586
693
|
}
|
587
694
|
},
|
695
|
+
"aws-cdk-lib.aws_cleanrooms": {
|
696
|
+
"targets": {
|
697
|
+
"dotnet": {
|
698
|
+
"package": "Amazon.CDK.AWS.CleanRooms"
|
699
|
+
},
|
700
|
+
"java": {
|
701
|
+
"package": "software.amazon.awscdk.services.cleanrooms"
|
702
|
+
},
|
703
|
+
"python": {
|
704
|
+
"module": "aws_cdk.aws_cleanrooms"
|
705
|
+
}
|
706
|
+
}
|
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
|
+
},
|
588
721
|
"aws-cdk-lib.aws_cloud9": {
|
589
722
|
"targets": {
|
590
723
|
"dotnet": {
|
@@ -716,6 +849,19 @@
|
|
716
849
|
}
|
717
850
|
}
|
718
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
|
+
},
|
719
865
|
"aws-cdk-lib.aws_codedeploy": {
|
720
866
|
"targets": {
|
721
867
|
"dotnet": {
|
@@ -963,6 +1109,19 @@
|
|
963
1109
|
}
|
964
1110
|
}
|
965
1111
|
},
|
1112
|
+
"aws-cdk-lib.aws_datazone": {
|
1113
|
+
"targets": {
|
1114
|
+
"dotnet": {
|
1115
|
+
"package": "Amazon.CDK.AWS.DataZone"
|
1116
|
+
},
|
1117
|
+
"java": {
|
1118
|
+
"package": "software.amazon.awscdk.services.datazone"
|
1119
|
+
},
|
1120
|
+
"python": {
|
1121
|
+
"module": "aws_cdk.aws_datazone"
|
1122
|
+
}
|
1123
|
+
}
|
1124
|
+
},
|
966
1125
|
"aws-cdk-lib.aws_dax": {
|
967
1126
|
"targets": {
|
968
1127
|
"dotnet": {
|
@@ -976,6 +1135,19 @@
|
|
976
1135
|
}
|
977
1136
|
}
|
978
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
|
+
},
|
979
1151
|
"aws-cdk-lib.aws_detective": {
|
980
1152
|
"targets": {
|
981
1153
|
"dotnet": {
|
@@ -1314,6 +1486,19 @@
|
|
1314
1486
|
}
|
1315
1487
|
}
|
1316
1488
|
},
|
1489
|
+
"aws-cdk-lib.aws_entityresolution": {
|
1490
|
+
"targets": {
|
1491
|
+
"dotnet": {
|
1492
|
+
"package": "Amazon.CDK.AWS.EntityResolution"
|
1493
|
+
},
|
1494
|
+
"java": {
|
1495
|
+
"package": "software.amazon.awscdk.services.entityresolution"
|
1496
|
+
},
|
1497
|
+
"python": {
|
1498
|
+
"module": "aws_cdk.aws_entityresolution"
|
1499
|
+
}
|
1500
|
+
}
|
1501
|
+
},
|
1317
1502
|
"aws-cdk-lib.aws_events": {
|
1318
1503
|
"targets": {
|
1319
1504
|
"dotnet": {
|
@@ -1561,6 +1746,19 @@
|
|
1561
1746
|
}
|
1562
1747
|
}
|
1563
1748
|
},
|
1749
|
+
"aws-cdk-lib.aws_healthimaging": {
|
1750
|
+
"targets": {
|
1751
|
+
"dotnet": {
|
1752
|
+
"package": "Amazon.CDK.AWS.HealthImaging"
|
1753
|
+
},
|
1754
|
+
"java": {
|
1755
|
+
"package": "software.amazon.awscdk.services.healthimaging"
|
1756
|
+
},
|
1757
|
+
"python": {
|
1758
|
+
"module": "aws_cdk.aws_healthimaging"
|
1759
|
+
}
|
1760
|
+
}
|
1761
|
+
},
|
1564
1762
|
"aws-cdk-lib.aws_healthlake": {
|
1565
1763
|
"targets": {
|
1566
1764
|
"dotnet": {
|
@@ -2211,6 +2409,19 @@
|
|
2211
2409
|
}
|
2212
2410
|
}
|
2213
2411
|
},
|
2412
|
+
"aws-cdk-lib.aws_mediapackagev2": {
|
2413
|
+
"targets": {
|
2414
|
+
"dotnet": {
|
2415
|
+
"package": "Amazon.CDK.AWS.MediaPackageV2"
|
2416
|
+
},
|
2417
|
+
"java": {
|
2418
|
+
"package": "software.amazon.awscdk.services.mediapackagev2"
|
2419
|
+
},
|
2420
|
+
"python": {
|
2421
|
+
"module": "aws_cdk.aws_mediapackagev2"
|
2422
|
+
}
|
2423
|
+
}
|
2424
|
+
},
|
2214
2425
|
"aws-cdk-lib.aws_mediastore": {
|
2215
2426
|
"targets": {
|
2216
2427
|
"dotnet": {
|
@@ -2289,6 +2500,19 @@
|
|
2289
2500
|
}
|
2290
2501
|
}
|
2291
2502
|
},
|
2503
|
+
"aws-cdk-lib.aws_neptunegraph": {
|
2504
|
+
"targets": {
|
2505
|
+
"dotnet": {
|
2506
|
+
"package": "Amazon.CDK.AWS.NeptuneGraph"
|
2507
|
+
},
|
2508
|
+
"java": {
|
2509
|
+
"package": "software.amazon.awscdk.services.neptunegraph"
|
2510
|
+
},
|
2511
|
+
"python": {
|
2512
|
+
"module": "aws_cdk.aws_neptunegraph"
|
2513
|
+
}
|
2514
|
+
}
|
2515
|
+
},
|
2292
2516
|
"aws-cdk-lib.aws_networkfirewall": {
|
2293
2517
|
"targets": {
|
2294
2518
|
"dotnet": {
|
@@ -2425,7 +2649,7 @@
|
|
2425
2649
|
"package": "Amazon.CDK.AWS.OSIS"
|
2426
2650
|
},
|
2427
2651
|
"java": {
|
2428
|
-
"package": "services.osis"
|
2652
|
+
"package": "software.amazon.awscdk.services.osis"
|
2429
2653
|
},
|
2430
2654
|
"python": {
|
2431
2655
|
"module": "aws_cdk.aws_osis"
|
@@ -2445,6 +2669,32 @@
|
|
2445
2669
|
}
|
2446
2670
|
}
|
2447
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
|
+
},
|
2685
|
+
"aws-cdk-lib.aws_pcaconnectorad": {
|
2686
|
+
"targets": {
|
2687
|
+
"dotnet": {
|
2688
|
+
"package": "Amazon.CDK.AWS.PCAConnectorAD"
|
2689
|
+
},
|
2690
|
+
"java": {
|
2691
|
+
"package": "software.amazon.awscdk.services.pcaconnectorad"
|
2692
|
+
},
|
2693
|
+
"python": {
|
2694
|
+
"module": "aws_cdk.aws_pcaconnectorad"
|
2695
|
+
}
|
2696
|
+
}
|
2697
|
+
},
|
2448
2698
|
"aws-cdk-lib.aws_personalize": {
|
2449
2699
|
"targets": {
|
2450
2700
|
"dotnet": {
|
@@ -2503,13 +2753,26 @@
|
|
2503
2753
|
"package": "Amazon.CDK.AWS.Proton"
|
2504
2754
|
},
|
2505
2755
|
"java": {
|
2506
|
-
"package": "services.proton"
|
2756
|
+
"package": "software.amazon.awscdk.services.proton"
|
2507
2757
|
},
|
2508
2758
|
"python": {
|
2509
2759
|
"module": "aws_cdk.aws_proton"
|
2510
2760
|
}
|
2511
2761
|
}
|
2512
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
|
+
},
|
2513
2776
|
"aws-cdk-lib.aws_qldb": {
|
2514
2777
|
"targets": {
|
2515
2778
|
"dotnet": {
|
@@ -2718,6 +2981,19 @@
|
|
2718
2981
|
}
|
2719
2982
|
}
|
2720
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
|
+
},
|
2721
2997
|
"aws-cdk-lib.aws_route53recoverycontrol": {
|
2722
2998
|
"targets": {
|
2723
2999
|
"dotnet": {
|
@@ -2822,6 +3098,19 @@
|
|
2822
3098
|
}
|
2823
3099
|
}
|
2824
3100
|
},
|
3101
|
+
"aws-cdk-lib.aws_s3express": {
|
3102
|
+
"targets": {
|
3103
|
+
"dotnet": {
|
3104
|
+
"package": "Amazon.CDK.AWS.S3Express"
|
3105
|
+
},
|
3106
|
+
"java": {
|
3107
|
+
"package": "software.amazon.awscdk.services.s3express"
|
3108
|
+
},
|
3109
|
+
"python": {
|
3110
|
+
"module": "aws_cdk.aws_s3express"
|
3111
|
+
}
|
3112
|
+
}
|
3113
|
+
},
|
2825
3114
|
"aws-cdk-lib.aws_s3objectlambda": {
|
2826
3115
|
"targets": {
|
2827
3116
|
"dotnet": {
|
@@ -2926,6 +3215,19 @@
|
|
2926
3215
|
}
|
2927
3216
|
}
|
2928
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
|
+
},
|
2929
3231
|
"aws-cdk-lib.aws_servicecatalog": {
|
2930
3232
|
"targets": {
|
2931
3233
|
"dotnet": {
|
@@ -2991,6 +3293,19 @@
|
|
2991
3293
|
}
|
2992
3294
|
}
|
2993
3295
|
},
|
3296
|
+
"aws-cdk-lib.aws_shield": {
|
3297
|
+
"targets": {
|
3298
|
+
"dotnet": {
|
3299
|
+
"package": "Amazon.CDK.AWS.Shield"
|
3300
|
+
},
|
3301
|
+
"java": {
|
3302
|
+
"package": "software.amazon.awscdk.services.shield"
|
3303
|
+
},
|
3304
|
+
"python": {
|
3305
|
+
"module": "aws_cdk.aws_shield"
|
3306
|
+
}
|
3307
|
+
}
|
3308
|
+
},
|
2994
3309
|
"aws-cdk-lib.aws_signer": {
|
2995
3310
|
"targets": {
|
2996
3311
|
"dotnet": {
|
@@ -3199,6 +3514,19 @@
|
|
3199
3514
|
}
|
3200
3515
|
}
|
3201
3516
|
},
|
3517
|
+
"aws-cdk-lib.aws_verifiedpermissions": {
|
3518
|
+
"targets": {
|
3519
|
+
"dotnet": {
|
3520
|
+
"package": "Amazon.CDK.AWS.VerifiedPermissions"
|
3521
|
+
},
|
3522
|
+
"java": {
|
3523
|
+
"package": "software.amazon.awscdk.services.verifiedpermissions"
|
3524
|
+
},
|
3525
|
+
"python": {
|
3526
|
+
"module": "aws_cdk.aws_verifiedpermissions"
|
3527
|
+
}
|
3528
|
+
}
|
3529
|
+
},
|
3202
3530
|
"aws-cdk-lib.aws_voiceid": {
|
3203
3531
|
"targets": {
|
3204
3532
|
"dotnet": {
|
@@ -3290,6 +3618,32 @@
|
|
3290
3618
|
}
|
3291
3619
|
}
|
3292
3620
|
},
|
3621
|
+
"aws-cdk-lib.aws_workspacesthinclient": {
|
3622
|
+
"targets": {
|
3623
|
+
"dotnet": {
|
3624
|
+
"package": "Amazon.CDK.AWS.WorkSpacesThinClient"
|
3625
|
+
},
|
3626
|
+
"java": {
|
3627
|
+
"package": "software.amazon.awscdk.services.workspacesthinclient"
|
3628
|
+
},
|
3629
|
+
"python": {
|
3630
|
+
"module": "aws_cdk.aws_workspacesthinclient"
|
3631
|
+
}
|
3632
|
+
}
|
3633
|
+
},
|
3634
|
+
"aws-cdk-lib.aws_workspacesweb": {
|
3635
|
+
"targets": {
|
3636
|
+
"dotnet": {
|
3637
|
+
"package": "Amazon.CDK.AWS.WorkSpacesWeb"
|
3638
|
+
},
|
3639
|
+
"java": {
|
3640
|
+
"package": "software.amazon.awscdk.services.workspacesweb"
|
3641
|
+
},
|
3642
|
+
"python": {
|
3643
|
+
"module": "aws_cdk.aws_workspacesweb"
|
3644
|
+
}
|
3645
|
+
}
|
3646
|
+
},
|
3293
3647
|
"aws-cdk-lib.aws_xray": {
|
3294
3648
|
"targets": {
|
3295
3649
|
"dotnet": {
|
@@ -3537,7 +3891,7 @@
|
|
3537
3891
|
"kind": "interface",
|
3538
3892
|
"locationInModule": {
|
3539
3893
|
"filename": "src/types.ts",
|
3540
|
-
"line":
|
3894
|
+
"line": 868
|
3541
3895
|
},
|
3542
3896
|
"name": "AddFunctionProps",
|
3543
3897
|
"properties": [
|
@@ -3550,7 +3904,7 @@
|
|
3550
3904
|
"immutable": true,
|
3551
3905
|
"locationInModule": {
|
3552
3906
|
"filename": "src/types.ts",
|
3553
|
-
"line":
|
3907
|
+
"line": 872
|
3554
3908
|
},
|
3555
3909
|
"name": "dataSource",
|
3556
3910
|
"type": {
|
@@ -3566,7 +3920,7 @@
|
|
3566
3920
|
"immutable": true,
|
3567
3921
|
"locationInModule": {
|
3568
3922
|
"filename": "src/types.ts",
|
3569
|
-
"line":
|
3923
|
+
"line": 877
|
3570
3924
|
},
|
3571
3925
|
"name": "name",
|
3572
3926
|
"type": {
|
@@ -3583,7 +3937,7 @@
|
|
3583
3937
|
"immutable": true,
|
3584
3938
|
"locationInModule": {
|
3585
3939
|
"filename": "src/types.ts",
|
3586
|
-
"line":
|
3940
|
+
"line": 912
|
3587
3941
|
},
|
3588
3942
|
"name": "code",
|
3589
3943
|
"optional": true,
|
@@ -3601,7 +3955,7 @@
|
|
3601
3955
|
"immutable": true,
|
3602
3956
|
"locationInModule": {
|
3603
3957
|
"filename": "src/types.ts",
|
3604
|
-
"line":
|
3958
|
+
"line": 884
|
3605
3959
|
},
|
3606
3960
|
"name": "description",
|
3607
3961
|
"optional": true,
|
@@ -3619,7 +3973,7 @@
|
|
3619
3973
|
"immutable": true,
|
3620
3974
|
"locationInModule": {
|
3621
3975
|
"filename": "src/types.ts",
|
3622
|
-
"line":
|
3976
|
+
"line": 891
|
3623
3977
|
},
|
3624
3978
|
"name": "requestMappingTemplate",
|
3625
3979
|
"optional": true,
|
@@ -3637,7 +3991,7 @@
|
|
3637
3991
|
"immutable": true,
|
3638
3992
|
"locationInModule": {
|
3639
3993
|
"filename": "src/types.ts",
|
3640
|
-
"line":
|
3994
|
+
"line": 898
|
3641
3995
|
},
|
3642
3996
|
"name": "responseMappingTemplate",
|
3643
3997
|
"optional": true,
|
@@ -3655,7 +4009,7 @@
|
|
3655
4009
|
"immutable": true,
|
3656
4010
|
"locationInModule": {
|
3657
4011
|
"filename": "src/types.ts",
|
3658
|
-
"line":
|
4012
|
+
"line": 905
|
3659
4013
|
},
|
3660
4014
|
"name": "runtime",
|
3661
4015
|
"optional": true,
|
@@ -3677,7 +4031,7 @@
|
|
3677
4031
|
"kind": "interface",
|
3678
4032
|
"locationInModule": {
|
3679
4033
|
"filename": "src/model-datasource-strategy-types.ts",
|
3680
|
-
"line":
|
4034
|
+
"line": 38
|
3681
4035
|
},
|
3682
4036
|
"name": "AmplifyDynamoDbModelDataSourceStrategy",
|
3683
4037
|
"properties": [
|
@@ -3689,7 +4043,7 @@
|
|
3689
4043
|
"immutable": true,
|
3690
4044
|
"locationInModule": {
|
3691
4045
|
"filename": "src/model-datasource-strategy-types.ts",
|
3692
|
-
"line":
|
4046
|
+
"line": 39
|
3693
4047
|
},
|
3694
4048
|
"name": "dbType",
|
3695
4049
|
"type": {
|
@@ -3704,7 +4058,7 @@
|
|
3704
4058
|
"immutable": true,
|
3705
4059
|
"locationInModule": {
|
3706
4060
|
"filename": "src/model-datasource-strategy-types.ts",
|
3707
|
-
"line":
|
4061
|
+
"line": 40
|
3708
4062
|
},
|
3709
4063
|
"name": "provisionStrategy",
|
3710
4064
|
"type": {
|
@@ -3998,7 +4352,7 @@
|
|
3998
4352
|
},
|
3999
4353
|
"locationInModule": {
|
4000
4354
|
"filename": "src/amplify-graphql-api.ts",
|
4001
|
-
"line":
|
4355
|
+
"line": 286
|
4002
4356
|
},
|
4003
4357
|
"name": "addDynamoDbDataSource",
|
4004
4358
|
"parameters": [
|
@@ -4047,7 +4401,7 @@
|
|
4047
4401
|
},
|
4048
4402
|
"locationInModule": {
|
4049
4403
|
"filename": "src/amplify-graphql-api.ts",
|
4050
|
-
"line":
|
4404
|
+
"line": 298
|
4051
4405
|
},
|
4052
4406
|
"name": "addElasticsearchDataSource",
|
4053
4407
|
"parameters": [
|
@@ -4094,7 +4448,7 @@
|
|
4094
4448
|
},
|
4095
4449
|
"locationInModule": {
|
4096
4450
|
"filename": "src/amplify-graphql-api.ts",
|
4097
|
-
"line":
|
4451
|
+
"line": 308
|
4098
4452
|
},
|
4099
4453
|
"name": "addEventBridgeDataSource",
|
4100
4454
|
"parameters": [
|
@@ -4141,7 +4495,7 @@
|
|
4141
4495
|
},
|
4142
4496
|
"locationInModule": {
|
4143
4497
|
"filename": "src/amplify-graphql-api.ts",
|
4144
|
-
"line":
|
4498
|
+
"line": 390
|
4145
4499
|
},
|
4146
4500
|
"name": "addFunction",
|
4147
4501
|
"parameters": [
|
@@ -4176,7 +4530,7 @@
|
|
4176
4530
|
},
|
4177
4531
|
"locationInModule": {
|
4178
4532
|
"filename": "src/amplify-graphql-api.ts",
|
4179
|
-
"line":
|
4533
|
+
"line": 319
|
4180
4534
|
},
|
4181
4535
|
"name": "addHttpDataSource",
|
4182
4536
|
"parameters": [
|
@@ -4224,7 +4578,7 @@
|
|
4224
4578
|
},
|
4225
4579
|
"locationInModule": {
|
4226
4580
|
"filename": "src/amplify-graphql-api.ts",
|
4227
|
-
"line":
|
4581
|
+
"line": 330
|
4228
4582
|
},
|
4229
4583
|
"name": "addLambdaDataSource",
|
4230
4584
|
"parameters": [
|
@@ -4272,7 +4626,7 @@
|
|
4272
4626
|
},
|
4273
4627
|
"locationInModule": {
|
4274
4628
|
"filename": "src/amplify-graphql-api.ts",
|
4275
|
-
"line":
|
4629
|
+
"line": 341
|
4276
4630
|
},
|
4277
4631
|
"name": "addNoneDataSource",
|
4278
4632
|
"parameters": [
|
@@ -4311,7 +4665,7 @@
|
|
4311
4665
|
},
|
4312
4666
|
"locationInModule": {
|
4313
4667
|
"filename": "src/amplify-graphql-api.ts",
|
4314
|
-
"line":
|
4668
|
+
"line": 352
|
4315
4669
|
},
|
4316
4670
|
"name": "addOpenSearchDataSource",
|
4317
4671
|
"parameters": [
|
@@ -4359,7 +4713,7 @@
|
|
4359
4713
|
},
|
4360
4714
|
"locationInModule": {
|
4361
4715
|
"filename": "src/amplify-graphql-api.ts",
|
4362
|
-
"line":
|
4716
|
+
"line": 365
|
4363
4717
|
},
|
4364
4718
|
"name": "addRdsDataSource",
|
4365
4719
|
"parameters": [
|
@@ -4426,7 +4780,7 @@
|
|
4426
4780
|
},
|
4427
4781
|
"locationInModule": {
|
4428
4782
|
"filename": "src/amplify-graphql-api.ts",
|
4429
|
-
"line":
|
4783
|
+
"line": 381
|
4430
4784
|
},
|
4431
4785
|
"name": "addResolver",
|
4432
4786
|
"parameters": [
|
@@ -4585,7 +4939,7 @@
|
|
4585
4939
|
"kind": "interface",
|
4586
4940
|
"locationInModule": {
|
4587
4941
|
"filename": "src/types.ts",
|
4588
|
-
"line":
|
4942
|
+
"line": 771
|
4589
4943
|
},
|
4590
4944
|
"name": "AmplifyGraphqlApiCfnResources",
|
4591
4945
|
"properties": [
|
@@ -4598,7 +4952,7 @@
|
|
4598
4952
|
"immutable": true,
|
4599
4953
|
"locationInModule": {
|
4600
4954
|
"filename": "src/types.ts",
|
4601
|
-
"line":
|
4955
|
+
"line": 825
|
4602
4956
|
},
|
4603
4957
|
"name": "additionalCfnResources",
|
4604
4958
|
"type": {
|
@@ -4619,7 +4973,7 @@
|
|
4619
4973
|
"immutable": true,
|
4620
4974
|
"locationInModule": {
|
4621
4975
|
"filename": "src/types.ts",
|
4622
|
-
"line":
|
4976
|
+
"line": 810
|
4623
4977
|
},
|
4624
4978
|
"name": "amplifyDynamoDbTables",
|
4625
4979
|
"type": {
|
@@ -4640,7 +4994,7 @@
|
|
4640
4994
|
"immutable": true,
|
4641
4995
|
"locationInModule": {
|
4642
4996
|
"filename": "src/types.ts",
|
4643
|
-
"line":
|
4997
|
+
"line": 800
|
4644
4998
|
},
|
4645
4999
|
"name": "cfnDataSources",
|
4646
5000
|
"type": {
|
@@ -4661,7 +5015,7 @@
|
|
4661
5015
|
"immutable": true,
|
4662
5016
|
"locationInModule": {
|
4663
5017
|
"filename": "src/types.ts",
|
4664
|
-
"line":
|
5018
|
+
"line": 795
|
4665
5019
|
},
|
4666
5020
|
"name": "cfnFunctionConfigurations",
|
4667
5021
|
"type": {
|
@@ -4682,7 +5036,7 @@
|
|
4682
5036
|
"immutable": true,
|
4683
5037
|
"locationInModule": {
|
4684
5038
|
"filename": "src/types.ts",
|
4685
|
-
"line":
|
5039
|
+
"line": 820
|
4686
5040
|
},
|
4687
5041
|
"name": "cfnFunctions",
|
4688
5042
|
"type": {
|
@@ -4703,7 +5057,7 @@
|
|
4703
5057
|
"immutable": true,
|
4704
5058
|
"locationInModule": {
|
4705
5059
|
"filename": "src/types.ts",
|
4706
|
-
"line":
|
5060
|
+
"line": 775
|
4707
5061
|
},
|
4708
5062
|
"name": "cfnGraphqlApi",
|
4709
5063
|
"type": {
|
@@ -4719,7 +5073,7 @@
|
|
4719
5073
|
"immutable": true,
|
4720
5074
|
"locationInModule": {
|
4721
5075
|
"filename": "src/types.ts",
|
4722
|
-
"line":
|
5076
|
+
"line": 780
|
4723
5077
|
},
|
4724
5078
|
"name": "cfnGraphqlSchema",
|
4725
5079
|
"type": {
|
@@ -4735,7 +5089,7 @@
|
|
4735
5089
|
"immutable": true,
|
4736
5090
|
"locationInModule": {
|
4737
5091
|
"filename": "src/types.ts",
|
4738
|
-
"line":
|
5092
|
+
"line": 790
|
4739
5093
|
},
|
4740
5094
|
"name": "cfnResolvers",
|
4741
5095
|
"type": {
|
@@ -4756,7 +5110,7 @@
|
|
4756
5110
|
"immutable": true,
|
4757
5111
|
"locationInModule": {
|
4758
5112
|
"filename": "src/types.ts",
|
4759
|
-
"line":
|
5113
|
+
"line": 815
|
4760
5114
|
},
|
4761
5115
|
"name": "cfnRoles",
|
4762
5116
|
"type": {
|
@@ -4777,7 +5131,7 @@
|
|
4777
5131
|
"immutable": true,
|
4778
5132
|
"locationInModule": {
|
4779
5133
|
"filename": "src/types.ts",
|
4780
|
-
"line":
|
5134
|
+
"line": 805
|
4781
5135
|
},
|
4782
5136
|
"name": "cfnTables",
|
4783
5137
|
"type": {
|
@@ -4798,7 +5152,7 @@
|
|
4798
5152
|
"immutable": true,
|
4799
5153
|
"locationInModule": {
|
4800
5154
|
"filename": "src/types.ts",
|
4801
|
-
"line":
|
5155
|
+
"line": 785
|
4802
5156
|
},
|
4803
5157
|
"name": "cfnApiKey",
|
4804
5158
|
"optional": true,
|
@@ -4821,7 +5175,7 @@
|
|
4821
5175
|
"kind": "interface",
|
4822
5176
|
"locationInModule": {
|
4823
5177
|
"filename": "src/types.ts",
|
4824
|
-
"line":
|
5178
|
+
"line": 688
|
4825
5179
|
},
|
4826
5180
|
"name": "AmplifyGraphqlApiProps",
|
4827
5181
|
"properties": [
|
@@ -4835,7 +5189,7 @@
|
|
4835
5189
|
"immutable": true,
|
4836
5190
|
"locationInModule": {
|
4837
5191
|
"filename": "src/types.ts",
|
4838
|
-
"line":
|
5192
|
+
"line": 705
|
4839
5193
|
},
|
4840
5194
|
"name": "authorizationModes",
|
4841
5195
|
"type": {
|
@@ -4852,7 +5206,7 @@
|
|
4852
5206
|
"immutable": true,
|
4853
5207
|
"locationInModule": {
|
4854
5208
|
"filename": "src/types.ts",
|
4855
|
-
"line":
|
5209
|
+
"line": 693
|
4856
5210
|
},
|
4857
5211
|
"name": "definition",
|
4858
5212
|
"type": {
|
@@ -4869,7 +5223,7 @@
|
|
4869
5223
|
"immutable": true,
|
4870
5224
|
"locationInModule": {
|
4871
5225
|
"filename": "src/types.ts",
|
4872
|
-
"line":
|
5226
|
+
"line": 699
|
4873
5227
|
},
|
4874
5228
|
"name": "apiName",
|
4875
5229
|
"optional": true,
|
@@ -4888,7 +5242,7 @@
|
|
4888
5242
|
"immutable": true,
|
4889
5243
|
"locationInModule": {
|
4890
5244
|
"filename": "src/types.ts",
|
4891
|
-
"line":
|
5245
|
+
"line": 720
|
4892
5246
|
},
|
4893
5247
|
"name": "conflictResolution",
|
4894
5248
|
"optional": true,
|
@@ -4906,7 +5260,7 @@
|
|
4906
5260
|
"immutable": true,
|
4907
5261
|
"locationInModule": {
|
4908
5262
|
"filename": "src/types.ts",
|
4909
|
-
"line":
|
5263
|
+
"line": 764
|
4910
5264
|
},
|
4911
5265
|
"name": "dataStoreConfiguration",
|
4912
5266
|
"optional": true,
|
@@ -4926,7 +5280,7 @@
|
|
4926
5280
|
"immutable": true,
|
4927
5281
|
"locationInModule": {
|
4928
5282
|
"filename": "src/types.ts",
|
4929
|
-
"line":
|
5283
|
+
"line": 713
|
4930
5284
|
},
|
4931
5285
|
"name": "functionNameMap",
|
4932
5286
|
"optional": true,
|
@@ -4949,7 +5303,7 @@
|
|
4949
5303
|
"immutable": true,
|
4950
5304
|
"locationInModule": {
|
4951
5305
|
"filename": "src/types.ts",
|
4952
|
-
"line":
|
5306
|
+
"line": 735
|
4953
5307
|
},
|
4954
5308
|
"name": "functionSlots",
|
4955
5309
|
"optional": true,
|
@@ -4977,14 +5331,14 @@
|
|
4977
5331
|
{
|
4978
5332
|
"abstract": true,
|
4979
5333
|
"docs": {
|
4980
|
-
"remarks": "If no
|
5334
|
+
"remarks": "If no outputStorageStrategey is provided a default strategy will be used.",
|
4981
5335
|
"stability": "stable",
|
4982
5336
|
"summary": "Strategy to store construct outputs."
|
4983
5337
|
},
|
4984
5338
|
"immutable": true,
|
4985
5339
|
"locationInModule": {
|
4986
5340
|
"filename": "src/types.ts",
|
4987
|
-
"line":
|
5341
|
+
"line": 758
|
4988
5342
|
},
|
4989
5343
|
"name": "outputStorageStrategy",
|
4990
5344
|
"optional": true,
|
@@ -5001,7 +5355,7 @@
|
|
5001
5355
|
"immutable": true,
|
5002
5356
|
"locationInModule": {
|
5003
5357
|
"filename": "src/types.ts",
|
5004
|
-
"line":
|
5358
|
+
"line": 747
|
5005
5359
|
},
|
5006
5360
|
"name": "predictionsBucket",
|
5007
5361
|
"optional": true,
|
@@ -5019,7 +5373,7 @@
|
|
5019
5373
|
"immutable": true,
|
5020
5374
|
"locationInModule": {
|
5021
5375
|
"filename": "src/types.ts",
|
5022
|
-
"line":
|
5376
|
+
"line": 729
|
5023
5377
|
},
|
5024
5378
|
"name": "stackMappings",
|
5025
5379
|
"optional": true,
|
@@ -5038,14 +5392,14 @@
|
|
5038
5392
|
"custom": {
|
5039
5393
|
"aws-amplify": "/graphql-transformer-core >= 2.1.1"
|
5040
5394
|
},
|
5041
|
-
"remarks": "These custom transformers must be implemented with aws-cdk-lib >=2.
|
5395
|
+
"remarks": "These custom transformers must be implemented with aws-cdk-lib >=2.129.0, and",
|
5042
5396
|
"stability": "experimental",
|
5043
5397
|
"summary": "Provide a list of additional custom transformers which are injected into the transform process."
|
5044
5398
|
},
|
5045
5399
|
"immutable": true,
|
5046
5400
|
"locationInModule": {
|
5047
5401
|
"filename": "src/types.ts",
|
5048
|
-
"line":
|
5402
|
+
"line": 742
|
5049
5403
|
},
|
5050
5404
|
"name": "transformerPlugins",
|
5051
5405
|
"optional": true,
|
@@ -5067,7 +5421,7 @@
|
|
5067
5421
|
"immutable": true,
|
5068
5422
|
"locationInModule": {
|
5069
5423
|
"filename": "src/types.ts",
|
5070
|
-
"line":
|
5424
|
+
"line": 753
|
5071
5425
|
},
|
5072
5426
|
"name": "translationBehavior",
|
5073
5427
|
"optional": true,
|
@@ -5090,7 +5444,7 @@
|
|
5090
5444
|
"kind": "interface",
|
5091
5445
|
"locationInModule": {
|
5092
5446
|
"filename": "src/types.ts",
|
5093
|
-
"line":
|
5447
|
+
"line": 832
|
5094
5448
|
},
|
5095
5449
|
"name": "AmplifyGraphqlApiResources",
|
5096
5450
|
"properties": [
|
@@ -5103,7 +5457,7 @@
|
|
5103
5457
|
"immutable": true,
|
5104
5458
|
"locationInModule": {
|
5105
5459
|
"filename": "src/types.ts",
|
5106
|
-
"line":
|
5460
|
+
"line": 856
|
5107
5461
|
},
|
5108
5462
|
"name": "cfnResources",
|
5109
5463
|
"type": {
|
@@ -5119,7 +5473,7 @@
|
|
5119
5473
|
"immutable": true,
|
5120
5474
|
"locationInModule": {
|
5121
5475
|
"filename": "src/types.ts",
|
5122
|
-
"line":
|
5476
|
+
"line": 851
|
5123
5477
|
},
|
5124
5478
|
"name": "functions",
|
5125
5479
|
"type": {
|
@@ -5140,7 +5494,7 @@
|
|
5140
5494
|
"immutable": true,
|
5141
5495
|
"locationInModule": {
|
5142
5496
|
"filename": "src/types.ts",
|
5143
|
-
"line":
|
5497
|
+
"line": 836
|
5144
5498
|
},
|
5145
5499
|
"name": "graphqlApi",
|
5146
5500
|
"type": {
|
@@ -5156,7 +5510,7 @@
|
|
5156
5510
|
"immutable": true,
|
5157
5511
|
"locationInModule": {
|
5158
5512
|
"filename": "src/types.ts",
|
5159
|
-
"line":
|
5513
|
+
"line": 861
|
5160
5514
|
},
|
5161
5515
|
"name": "nestedStacks",
|
5162
5516
|
"type": {
|
@@ -5177,7 +5531,7 @@
|
|
5177
5531
|
"immutable": true,
|
5178
5532
|
"locationInModule": {
|
5179
5533
|
"filename": "src/types.ts",
|
5180
|
-
"line":
|
5534
|
+
"line": 846
|
5181
5535
|
},
|
5182
5536
|
"name": "roles",
|
5183
5537
|
"type": {
|
@@ -5198,7 +5552,7 @@
|
|
5198
5552
|
"immutable": true,
|
5199
5553
|
"locationInModule": {
|
5200
5554
|
"filename": "src/types.ts",
|
5201
|
-
"line":
|
5555
|
+
"line": 841
|
5202
5556
|
},
|
5203
5557
|
"name": "tables",
|
5204
5558
|
"type": {
|
@@ -5346,9 +5700,6 @@
|
|
5346
5700
|
{
|
5347
5701
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
5348
5702
|
},
|
5349
|
-
{
|
5350
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
5351
|
-
},
|
5352
5703
|
{
|
5353
5704
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
5354
5705
|
}
|
@@ -5401,9 +5752,6 @@
|
|
5401
5752
|
{
|
5402
5753
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
5403
5754
|
},
|
5404
|
-
{
|
5405
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
5406
|
-
},
|
5407
5755
|
{
|
5408
5756
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
5409
5757
|
}
|
@@ -5799,7 +6147,7 @@
|
|
5799
6147
|
"kind": "interface",
|
5800
6148
|
"locationInModule": {
|
5801
6149
|
"filename": "src/model-datasource-strategy-types.ts",
|
5802
|
-
"line":
|
6150
|
+
"line": 235
|
5803
6151
|
},
|
5804
6152
|
"name": "CustomSqlDataSourceStrategy",
|
5805
6153
|
"properties": [
|
@@ -5812,7 +6160,7 @@
|
|
5812
6160
|
"immutable": true,
|
5813
6161
|
"locationInModule": {
|
5814
6162
|
"filename": "src/model-datasource-strategy-types.ts",
|
5815
|
-
"line":
|
6163
|
+
"line": 240
|
5816
6164
|
},
|
5817
6165
|
"name": "fieldName",
|
5818
6166
|
"type": {
|
@@ -5828,7 +6176,7 @@
|
|
5828
6176
|
"immutable": true,
|
5829
6177
|
"locationInModule": {
|
5830
6178
|
"filename": "src/model-datasource-strategy-types.ts",
|
5831
|
-
"line":
|
6179
|
+
"line": 243
|
5832
6180
|
},
|
5833
6181
|
"name": "strategy",
|
5834
6182
|
"type": {
|
@@ -5844,7 +6192,7 @@
|
|
5844
6192
|
"immutable": true,
|
5845
6193
|
"locationInModule": {
|
5846
6194
|
"filename": "src/model-datasource-strategy-types.ts",
|
5847
|
-
"line":
|
6195
|
+
"line": 237
|
5848
6196
|
},
|
5849
6197
|
"name": "typeName",
|
5850
6198
|
"type": {
|
@@ -5947,7 +6295,7 @@
|
|
5947
6295
|
"kind": "interface",
|
5948
6296
|
"locationInModule": {
|
5949
6297
|
"filename": "src/model-datasource-strategy-types.ts",
|
5950
|
-
"line":
|
6298
|
+
"line": 30
|
5951
6299
|
},
|
5952
6300
|
"name": "DefaultDynamoDbModelDataSourceStrategy",
|
5953
6301
|
"properties": [
|
@@ -5959,7 +6307,7 @@
|
|
5959
6307
|
"immutable": true,
|
5960
6308
|
"locationInModule": {
|
5961
6309
|
"filename": "src/model-datasource-strategy-types.ts",
|
5962
|
-
"line":
|
6310
|
+
"line": 31
|
5963
6311
|
},
|
5964
6312
|
"name": "dbType",
|
5965
6313
|
"type": {
|
@@ -5974,7 +6322,7 @@
|
|
5974
6322
|
"immutable": true,
|
5975
6323
|
"locationInModule": {
|
5976
6324
|
"filename": "src/model-datasource-strategy-types.ts",
|
5977
|
-
"line":
|
6325
|
+
"line": 32
|
5978
6326
|
},
|
5979
6327
|
"name": "provisionStrategy",
|
5980
6328
|
"type": {
|
@@ -6243,7 +6591,7 @@
|
|
6243
6591
|
"kind": "interface",
|
6244
6592
|
"locationInModule": {
|
6245
6593
|
"filename": "src/types.ts",
|
6246
|
-
"line":
|
6594
|
+
"line": 622
|
6247
6595
|
},
|
6248
6596
|
"name": "IAmplifyGraphqlDefinition",
|
6249
6597
|
"properties": [
|
@@ -6258,7 +6606,7 @@
|
|
6258
6606
|
"immutable": true,
|
6259
6607
|
"locationInModule": {
|
6260
6608
|
"filename": "src/types.ts",
|
6261
|
-
"line":
|
6609
|
+
"line": 647
|
6262
6610
|
},
|
6263
6611
|
"name": "dataSourceStrategies",
|
6264
6612
|
"type": {
|
@@ -6272,9 +6620,6 @@
|
|
6272
6620
|
{
|
6273
6621
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
6274
6622
|
},
|
6275
|
-
{
|
6276
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
6277
|
-
},
|
6278
6623
|
{
|
6279
6624
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
6280
6625
|
}
|
@@ -6295,7 +6640,7 @@
|
|
6295
6640
|
"immutable": true,
|
6296
6641
|
"locationInModule": {
|
6297
6642
|
"filename": "src/types.ts",
|
6298
|
-
"line":
|
6643
|
+
"line": 633
|
6299
6644
|
},
|
6300
6645
|
"name": "functionSlots",
|
6301
6646
|
"type": {
|
@@ -6329,7 +6674,7 @@
|
|
6329
6674
|
"immutable": true,
|
6330
6675
|
"locationInModule": {
|
6331
6676
|
"filename": "src/types.ts",
|
6332
|
-
"line":
|
6677
|
+
"line": 627
|
6333
6678
|
},
|
6334
6679
|
"name": "schema",
|
6335
6680
|
"type": {
|
@@ -6346,7 +6691,7 @@
|
|
6346
6691
|
"immutable": true,
|
6347
6692
|
"locationInModule": {
|
6348
6693
|
"filename": "src/types.ts",
|
6349
|
-
"line":
|
6694
|
+
"line": 653
|
6350
6695
|
},
|
6351
6696
|
"name": "customSqlDataSourceStrategies",
|
6352
6697
|
"optional": true,
|
@@ -6370,7 +6715,7 @@
|
|
6370
6715
|
"immutable": true,
|
6371
6716
|
"locationInModule": {
|
6372
6717
|
"filename": "src/types.ts",
|
6373
|
-
"line":
|
6718
|
+
"line": 641
|
6374
6719
|
},
|
6375
6720
|
"name": "referencedLambdaFunctions",
|
6376
6721
|
"optional": true,
|
@@ -6396,7 +6741,7 @@
|
|
6396
6741
|
"kind": "interface",
|
6397
6742
|
"locationInModule": {
|
6398
6743
|
"filename": "src/types.ts",
|
6399
|
-
"line":
|
6744
|
+
"line": 659
|
6400
6745
|
},
|
6401
6746
|
"name": "IBackendOutputEntry",
|
6402
6747
|
"properties": [
|
@@ -6409,7 +6754,7 @@
|
|
6409
6754
|
"immutable": true,
|
6410
6755
|
"locationInModule": {
|
6411
6756
|
"filename": "src/types.ts",
|
6412
|
-
"line":
|
6757
|
+
"line": 668
|
6413
6758
|
},
|
6414
6759
|
"name": "payload",
|
6415
6760
|
"type": {
|
@@ -6430,7 +6775,7 @@
|
|
6430
6775
|
"immutable": true,
|
6431
6776
|
"locationInModule": {
|
6432
6777
|
"filename": "src/types.ts",
|
6433
|
-
"line":
|
6778
|
+
"line": 663
|
6434
6779
|
},
|
6435
6780
|
"name": "version",
|
6436
6781
|
"type": {
|
@@ -6450,7 +6795,7 @@
|
|
6450
6795
|
"kind": "interface",
|
6451
6796
|
"locationInModule": {
|
6452
6797
|
"filename": "src/types.ts",
|
6453
|
-
"line":
|
6798
|
+
"line": 674
|
6454
6799
|
},
|
6455
6800
|
"methods": [
|
6456
6801
|
{
|
@@ -6461,7 +6806,7 @@
|
|
6461
6806
|
},
|
6462
6807
|
"locationInModule": {
|
6463
6808
|
"filename": "src/types.ts",
|
6464
|
-
"line":
|
6809
|
+
"line": 681
|
6465
6810
|
},
|
6466
6811
|
"name": "addBackendOutputEntry",
|
6467
6812
|
"parameters": [
|
@@ -6556,70 +6901,6 @@
|
|
6556
6901
|
],
|
6557
6902
|
"symbolId": "src/types:IdentityPoolAuthorizationConfig"
|
6558
6903
|
},
|
6559
|
-
"@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy": {
|
6560
|
-
"assembly": "@aws-amplify/graphql-api-construct",
|
6561
|
-
"datatype": true,
|
6562
|
-
"docs": {
|
6563
|
-
"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.",
|
6564
|
-
"stability": "stable",
|
6565
|
-
"summary": "Use custom resource type 'Custom::ImportedAmplifyDynamoDBTable' to manage an imported table."
|
6566
|
-
},
|
6567
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy",
|
6568
|
-
"kind": "interface",
|
6569
|
-
"locationInModule": {
|
6570
|
-
"filename": "src/model-datasource-strategy-types.ts",
|
6571
|
-
"line": 58
|
6572
|
-
},
|
6573
|
-
"name": "ImportedAmplifyDynamoDbModelDataSourceStrategy",
|
6574
|
-
"properties": [
|
6575
|
-
{
|
6576
|
-
"abstract": true,
|
6577
|
-
"docs": {
|
6578
|
-
"stability": "stable"
|
6579
|
-
},
|
6580
|
-
"immutable": true,
|
6581
|
-
"locationInModule": {
|
6582
|
-
"filename": "src/model-datasource-strategy-types.ts",
|
6583
|
-
"line": 59
|
6584
|
-
},
|
6585
|
-
"name": "dbType",
|
6586
|
-
"type": {
|
6587
|
-
"primitive": "string"
|
6588
|
-
}
|
6589
|
-
},
|
6590
|
-
{
|
6591
|
-
"abstract": true,
|
6592
|
-
"docs": {
|
6593
|
-
"stability": "stable"
|
6594
|
-
},
|
6595
|
-
"immutable": true,
|
6596
|
-
"locationInModule": {
|
6597
|
-
"filename": "src/model-datasource-strategy-types.ts",
|
6598
|
-
"line": 60
|
6599
|
-
},
|
6600
|
-
"name": "provisionStrategy",
|
6601
|
-
"type": {
|
6602
|
-
"primitive": "string"
|
6603
|
-
}
|
6604
|
-
},
|
6605
|
-
{
|
6606
|
-
"abstract": true,
|
6607
|
-
"docs": {
|
6608
|
-
"stability": "stable"
|
6609
|
-
},
|
6610
|
-
"immutable": true,
|
6611
|
-
"locationInModule": {
|
6612
|
-
"filename": "src/model-datasource-strategy-types.ts",
|
6613
|
-
"line": 61
|
6614
|
-
},
|
6615
|
-
"name": "tableName",
|
6616
|
-
"type": {
|
6617
|
-
"primitive": "string"
|
6618
|
-
}
|
6619
|
-
}
|
6620
|
-
],
|
6621
|
-
"symbolId": "src/model-datasource-strategy-types:ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
6622
|
-
},
|
6623
6904
|
"@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig": {
|
6624
6905
|
"assembly": "@aws-amplify/graphql-api-construct",
|
6625
6906
|
"datatype": true,
|
@@ -7159,7 +7440,7 @@
|
|
7159
7440
|
"kind": "interface",
|
7160
7441
|
"locationInModule": {
|
7161
7442
|
"filename": "src/model-datasource-strategy-types.ts",
|
7162
|
-
"line":
|
7443
|
+
"line": 101
|
7163
7444
|
},
|
7164
7445
|
"name": "ProvisionedConcurrencyConfig",
|
7165
7446
|
"properties": [
|
@@ -7173,7 +7454,7 @@
|
|
7173
7454
|
"immutable": true,
|
7174
7455
|
"locationInModule": {
|
7175
7456
|
"filename": "src/model-datasource-strategy-types.ts",
|
7176
|
-
"line":
|
7457
|
+
"line": 103
|
7177
7458
|
},
|
7178
7459
|
"name": "provisionedConcurrentExecutions",
|
7179
7460
|
"type": {
|
@@ -7298,7 +7579,7 @@
|
|
7298
7579
|
"kind": "interface",
|
7299
7580
|
"locationInModule": {
|
7300
7581
|
"filename": "src/model-datasource-strategy-types.ts",
|
7301
|
-
"line":
|
7582
|
+
"line": 46
|
7302
7583
|
},
|
7303
7584
|
"name": "SQLLambdaModelDataSourceStrategy",
|
7304
7585
|
"properties": [
|
@@ -7311,7 +7592,7 @@
|
|
7311
7592
|
"immutable": true,
|
7312
7593
|
"locationInModule": {
|
7313
7594
|
"filename": "src/model-datasource-strategy-types.ts",
|
7314
|
-
"line":
|
7595
|
+
"line": 61
|
7315
7596
|
},
|
7316
7597
|
"name": "dbConnectionConfig",
|
7317
7598
|
"type": {
|
@@ -7339,7 +7620,7 @@
|
|
7339
7620
|
"immutable": true,
|
7340
7621
|
"locationInModule": {
|
7341
7622
|
"filename": "src/model-datasource-strategy-types.ts",
|
7342
|
-
"line":
|
7623
|
+
"line": 56
|
7343
7624
|
},
|
7344
7625
|
"name": "dbType",
|
7345
7626
|
"type": {
|
@@ -7356,7 +7637,7 @@
|
|
7356
7637
|
"immutable": true,
|
7357
7638
|
"locationInModule": {
|
7358
7639
|
"filename": "src/model-datasource-strategy-types.ts",
|
7359
|
-
"line":
|
7640
|
+
"line": 51
|
7360
7641
|
},
|
7361
7642
|
"name": "name",
|
7362
7643
|
"type": {
|
@@ -7373,7 +7654,7 @@
|
|
7373
7654
|
"immutable": true,
|
7374
7655
|
"locationInModule": {
|
7375
7656
|
"filename": "src/model-datasource-strategy-types.ts",
|
7376
|
-
"line":
|
7657
|
+
"line": 72
|
7377
7658
|
},
|
7378
7659
|
"name": "customSqlStatements",
|
7379
7660
|
"optional": true,
|
@@ -7395,7 +7676,7 @@
|
|
7395
7676
|
"immutable": true,
|
7396
7677
|
"locationInModule": {
|
7397
7678
|
"filename": "src/model-datasource-strategy-types.ts",
|
7398
|
-
"line":
|
7679
|
+
"line": 77
|
7399
7680
|
},
|
7400
7681
|
"name": "sqlLambdaProvisionedConcurrencyConfig",
|
7401
7682
|
"optional": true,
|
@@ -7412,7 +7693,7 @@
|
|
7412
7693
|
"immutable": true,
|
7413
7694
|
"locationInModule": {
|
7414
7695
|
"filename": "src/model-datasource-strategy-types.ts",
|
7415
|
-
"line":
|
7696
|
+
"line": 66
|
7416
7697
|
},
|
7417
7698
|
"name": "vpcConfiguration",
|
7418
7699
|
"optional": true,
|
@@ -7595,7 +7876,7 @@
|
|
7595
7876
|
"kind": "interface",
|
7596
7877
|
"locationInModule": {
|
7597
7878
|
"filename": "src/model-datasource-strategy-types.ts",
|
7598
|
-
"line":
|
7879
|
+
"line": 176
|
7599
7880
|
},
|
7600
7881
|
"name": "SqlModelDataSourceSecretsManagerDbConnectionConfig",
|
7601
7882
|
"properties": [
|
@@ -7608,7 +7889,7 @@
|
|
7608
7889
|
"immutable": true,
|
7609
7890
|
"locationInModule": {
|
7610
7891
|
"filename": "src/model-datasource-strategy-types.ts",
|
7611
|
-
"line":
|
7892
|
+
"line": 190
|
7612
7893
|
},
|
7613
7894
|
"name": "databaseName",
|
7614
7895
|
"type": {
|
@@ -7624,7 +7905,7 @@
|
|
7624
7905
|
"immutable": true,
|
7625
7906
|
"locationInModule": {
|
7626
7907
|
"filename": "src/model-datasource-strategy-types.ts",
|
7627
|
-
"line":
|
7908
|
+
"line": 193
|
7628
7909
|
},
|
7629
7910
|
"name": "hostname",
|
7630
7911
|
"type": {
|
@@ -7640,7 +7921,7 @@
|
|
7640
7921
|
"immutable": true,
|
7641
7922
|
"locationInModule": {
|
7642
7923
|
"filename": "src/model-datasource-strategy-types.ts",
|
7643
|
-
"line":
|
7924
|
+
"line": 187
|
7644
7925
|
},
|
7645
7926
|
"name": "port",
|
7646
7927
|
"type": {
|
@@ -7657,7 +7938,7 @@
|
|
7657
7938
|
"immutable": true,
|
7658
7939
|
"locationInModule": {
|
7659
7940
|
"filename": "src/model-datasource-strategy-types.ts",
|
7660
|
-
"line":
|
7941
|
+
"line": 178
|
7661
7942
|
},
|
7662
7943
|
"name": "secretArn",
|
7663
7944
|
"type": {
|
@@ -7674,7 +7955,7 @@
|
|
7674
7955
|
"immutable": true,
|
7675
7956
|
"locationInModule": {
|
7676
7957
|
"filename": "src/model-datasource-strategy-types.ts",
|
7677
|
-
"line":
|
7958
|
+
"line": 184
|
7678
7959
|
},
|
7679
7960
|
"name": "keyArn",
|
7680
7961
|
"optional": true,
|
@@ -7691,7 +7972,7 @@
|
|
7691
7972
|
"immutable": true,
|
7692
7973
|
"locationInModule": {
|
7693
7974
|
"filename": "src/model-datasource-strategy-types.ts",
|
7694
|
-
"line":
|
7975
|
+
"line": 198
|
7695
7976
|
},
|
7696
7977
|
"name": "sslCertConfig",
|
7697
7978
|
"optional": true,
|
@@ -7714,7 +7995,7 @@
|
|
7714
7995
|
"kind": "interface",
|
7715
7996
|
"locationInModule": {
|
7716
7997
|
"filename": "src/model-datasource-strategy-types.ts",
|
7717
|
-
"line":
|
7998
|
+
"line": 206
|
7718
7999
|
},
|
7719
8000
|
"name": "SqlModelDataSourceSsmDbConnectionConfig",
|
7720
8001
|
"properties": [
|
@@ -7727,7 +8008,7 @@
|
|
7727
8008
|
"immutable": true,
|
7728
8009
|
"locationInModule": {
|
7729
8010
|
"filename": "src/model-datasource-strategy-types.ts",
|
7730
|
-
"line":
|
8011
|
+
"line": 222
|
7731
8012
|
},
|
7732
8013
|
"name": "databaseNameSsmPath",
|
7733
8014
|
"type": {
|
@@ -7744,7 +8025,7 @@
|
|
7744
8025
|
"immutable": true,
|
7745
8026
|
"locationInModule": {
|
7746
8027
|
"filename": "src/model-datasource-strategy-types.ts",
|
7747
|
-
"line":
|
8028
|
+
"line": 210
|
7748
8029
|
},
|
7749
8030
|
"name": "hostnameSsmPath",
|
7750
8031
|
"type": {
|
@@ -7760,7 +8041,7 @@
|
|
7760
8041
|
"immutable": true,
|
7761
8042
|
"locationInModule": {
|
7762
8043
|
"filename": "src/model-datasource-strategy-types.ts",
|
7763
|
-
"line":
|
8044
|
+
"line": 219
|
7764
8045
|
},
|
7765
8046
|
"name": "passwordSsmPath",
|
7766
8047
|
"type": {
|
@@ -7776,7 +8057,7 @@
|
|
7776
8057
|
"immutable": true,
|
7777
8058
|
"locationInModule": {
|
7778
8059
|
"filename": "src/model-datasource-strategy-types.ts",
|
7779
|
-
"line":
|
8060
|
+
"line": 213
|
7780
8061
|
},
|
7781
8062
|
"name": "portSsmPath",
|
7782
8063
|
"type": {
|
@@ -7792,7 +8073,7 @@
|
|
7792
8073
|
"immutable": true,
|
7793
8074
|
"locationInModule": {
|
7794
8075
|
"filename": "src/model-datasource-strategy-types.ts",
|
7795
|
-
"line":
|
8076
|
+
"line": 216
|
7796
8077
|
},
|
7797
8078
|
"name": "usernameSsmPath",
|
7798
8079
|
"type": {
|
@@ -7808,7 +8089,7 @@
|
|
7808
8089
|
"immutable": true,
|
7809
8090
|
"locationInModule": {
|
7810
8091
|
"filename": "src/model-datasource-strategy-types.ts",
|
7811
|
-
"line":
|
8092
|
+
"line": 227
|
7812
8093
|
},
|
7813
8094
|
"name": "sslCertConfig",
|
7814
8095
|
"optional": true,
|
@@ -7830,7 +8111,7 @@
|
|
7830
8111
|
"kind": "interface",
|
7831
8112
|
"locationInModule": {
|
7832
8113
|
"filename": "src/model-datasource-strategy-types.ts",
|
7833
|
-
"line":
|
8114
|
+
"line": 155
|
7834
8115
|
},
|
7835
8116
|
"name": "SqlModelDataSourceSsmDbConnectionStringConfig",
|
7836
8117
|
"properties": [
|
@@ -7844,7 +8125,7 @@
|
|
7844
8125
|
"immutable": true,
|
7845
8126
|
"locationInModule": {
|
7846
8127
|
"filename": "src/model-datasource-strategy-types.ts",
|
7847
|
-
"line":
|
8128
|
+
"line": 162
|
7848
8129
|
},
|
7849
8130
|
"name": "connectionUriSsmPath",
|
7850
8131
|
"type": {
|
@@ -7874,7 +8155,7 @@
|
|
7874
8155
|
"immutable": true,
|
7875
8156
|
"locationInModule": {
|
7876
8157
|
"filename": "src/model-datasource-strategy-types.ts",
|
7877
|
-
"line":
|
8158
|
+
"line": 167
|
7878
8159
|
},
|
7879
8160
|
"name": "sslCertConfig",
|
7880
8161
|
"optional": true,
|
@@ -7897,7 +8178,7 @@
|
|
7897
8178
|
"kind": "interface",
|
7898
8179
|
"locationInModule": {
|
7899
8180
|
"filename": "src/model-datasource-strategy-types.ts",
|
7900
|
-
"line":
|
8181
|
+
"line": 134
|
7901
8182
|
},
|
7902
8183
|
"name": "SslCertConfig",
|
7903
8184
|
"symbolId": "src/model-datasource-strategy-types:SslCertConfig"
|
@@ -7915,7 +8196,7 @@
|
|
7915
8196
|
"kind": "interface",
|
7916
8197
|
"locationInModule": {
|
7917
8198
|
"filename": "src/model-datasource-strategy-types.ts",
|
7918
|
-
"line":
|
8199
|
+
"line": 136
|
7919
8200
|
},
|
7920
8201
|
"name": "SslCertSsmPathConfig",
|
7921
8202
|
"properties": [
|
@@ -7929,7 +8210,7 @@
|
|
7929
8210
|
"immutable": true,
|
7930
8211
|
"locationInModule": {
|
7931
8212
|
"filename": "src/model-datasource-strategy-types.ts",
|
7932
|
-
"line":
|
8213
|
+
"line": 148
|
7933
8214
|
},
|
7934
8215
|
"name": "ssmPath",
|
7935
8216
|
"type": {
|
@@ -8000,7 +8281,7 @@
|
|
8000
8281
|
"kind": "interface",
|
8001
8282
|
"locationInModule": {
|
8002
8283
|
"filename": "src/model-datasource-strategy-types.ts",
|
8003
|
-
"line":
|
8284
|
+
"line": 111
|
8004
8285
|
},
|
8005
8286
|
"name": "SubnetAvailabilityZone",
|
8006
8287
|
"properties": [
|
@@ -8013,7 +8294,7 @@
|
|
8013
8294
|
"immutable": true,
|
8014
8295
|
"locationInModule": {
|
8015
8296
|
"filename": "src/model-datasource-strategy-types.ts",
|
8016
|
-
"line":
|
8297
|
+
"line": 116
|
8017
8298
|
},
|
8018
8299
|
"name": "availabilityZone",
|
8019
8300
|
"type": {
|
@@ -8029,7 +8310,7 @@
|
|
8029
8310
|
"immutable": true,
|
8030
8311
|
"locationInModule": {
|
8031
8312
|
"filename": "src/model-datasource-strategy-types.ts",
|
8032
|
-
"line":
|
8313
|
+
"line": 113
|
8033
8314
|
},
|
8034
8315
|
"name": "subnetId",
|
8035
8316
|
"type": {
|
@@ -8458,7 +8739,7 @@
|
|
8458
8739
|
"kind": "interface",
|
8459
8740
|
"locationInModule": {
|
8460
8741
|
"filename": "src/model-datasource-strategy-types.ts",
|
8461
|
-
"line":
|
8742
|
+
"line": 87
|
8462
8743
|
},
|
8463
8744
|
"name": "VpcConfig",
|
8464
8745
|
"properties": [
|
@@ -8471,7 +8752,7 @@
|
|
8471
8752
|
"immutable": true,
|
8472
8753
|
"locationInModule": {
|
8473
8754
|
"filename": "src/model-datasource-strategy-types.ts",
|
8474
|
-
"line":
|
8755
|
+
"line": 92
|
8475
8756
|
},
|
8476
8757
|
"name": "securityGroupIds",
|
8477
8758
|
"type": {
|
@@ -8492,7 +8773,7 @@
|
|
8492
8773
|
"immutable": true,
|
8493
8774
|
"locationInModule": {
|
8494
8775
|
"filename": "src/model-datasource-strategy-types.ts",
|
8495
|
-
"line":
|
8776
|
+
"line": 95
|
8496
8777
|
},
|
8497
8778
|
"name": "subnetAvailabilityZoneConfig",
|
8498
8779
|
"type": {
|
@@ -8513,7 +8794,7 @@
|
|
8513
8794
|
"immutable": true,
|
8514
8795
|
"locationInModule": {
|
8515
8796
|
"filename": "src/model-datasource-strategy-types.ts",
|
8516
|
-
"line":
|
8797
|
+
"line": 89
|
8517
8798
|
},
|
8518
8799
|
"name": "vpcId",
|
8519
8800
|
"type": {
|
@@ -8524,6 +8805,6 @@
|
|
8524
8805
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
8525
8806
|
}
|
8526
8807
|
},
|
8527
|
-
"version": "1.12.0
|
8528
|
-
"fingerprint": "
|
8808
|
+
"version": "1.12.0",
|
8809
|
+
"fingerprint": "mCyzGdr1DlLsr+q/Lmna163gizeDFKRJwZmRsvbD3WI="
|
8529
8810
|
}
|