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