@aws-amplify/graphql-api-construct 1.14.0-gen2-migration-0930.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +99 -157
- package/API.md +3 -11
- package/CHANGELOG.md +2 -7
- 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/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/graphql-auth-transformer/CHANGELOG.md +1 -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 +19 -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 +14 -14
- package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +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 +58 -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 +9 -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 +15 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/init-resolver.d.ts +3 -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 +9 -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 +56 -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 +37 -75
- 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/message-history-resolver-fn.template.js +40 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.d.ts +3 -2
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.js +9 -52
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/message-history-resolver.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver-fn.template.js +30 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/verify-session-owner-resolver.d.ts +3 -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 +9 -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 +2 -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 +15 -37
- 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.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js +24 -23
- 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 +13 -12
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.js +1 -1
- 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 +9 -9
- package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +0 -6
- 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/package.json +2 -3
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +1 -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 +8 -8
- package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +1 -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 +45 -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 +27 -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/package.json +10 -9
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +1 -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 +8 -8
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +1 -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 +9 -9
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +1 -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 +12 -12
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +2 -15
- 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/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 +10 -13
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +1 -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 +8 -8
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +2 -4
- 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 +10 -10
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +1 -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 +9 -9
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +1 -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 +9 -9
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +2 -8
- package/node_modules/@aws-amplify/graphql-transformer/package.json +18 -18
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +23 -9
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +2 -9
- 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 +4 -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/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 +6 -6
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +28 -14
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +2 -9
- 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 +2 -2
- 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 +22 -22
- package/src/amplify-graphql-api.ts +6 -0
- 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-directives/LICENSE +0 -201
- 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
|
@@ -9,23 +9,23 @@
|
|
|
9
9
|
"@aws-amplify/ai-constructs": "^0.1.4",
|
|
10
10
|
"@aws-amplify/backend-output-schemas": "^1.0.0",
|
|
11
11
|
"@aws-amplify/backend-output-storage": "^1.0.0",
|
|
12
|
-
"@aws-amplify/graphql-auth-transformer": "4.1.2
|
|
13
|
-
"@aws-amplify/graphql-conversation-transformer": "0.2.2
|
|
14
|
-
"@aws-amplify/graphql-default-value-transformer": "3.0.4
|
|
15
|
-
"@aws-amplify/graphql-directives": "2.
|
|
16
|
-
"@aws-amplify/graphql-function-transformer": "3.1.1
|
|
17
|
-
"@aws-amplify/graphql-generation-transformer": "0.2.2
|
|
18
|
-
"@aws-amplify/graphql-http-transformer": "3.0.4
|
|
19
|
-
"@aws-amplify/graphql-index-transformer": "3.0.4
|
|
20
|
-
"@aws-amplify/graphql-maps-to-transformer": "4.0.4
|
|
21
|
-
"@aws-amplify/graphql-model-transformer": "3.
|
|
22
|
-
"@aws-amplify/graphql-predictions-transformer": "3.0.4
|
|
23
|
-
"@aws-amplify/graphql-relational-transformer": "3.
|
|
24
|
-
"@aws-amplify/graphql-searchable-transformer": "3.0.4
|
|
25
|
-
"@aws-amplify/graphql-sql-transformer": "0.4.4
|
|
26
|
-
"@aws-amplify/graphql-transformer": "2.2
|
|
27
|
-
"@aws-amplify/graphql-transformer-core": "3.2
|
|
28
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.
|
|
12
|
+
"@aws-amplify/graphql-auth-transformer": "4.1.2",
|
|
13
|
+
"@aws-amplify/graphql-conversation-transformer": "0.2.2",
|
|
14
|
+
"@aws-amplify/graphql-default-value-transformer": "3.0.4",
|
|
15
|
+
"@aws-amplify/graphql-directives": "2.2.0",
|
|
16
|
+
"@aws-amplify/graphql-function-transformer": "3.1.1",
|
|
17
|
+
"@aws-amplify/graphql-generation-transformer": "0.2.2",
|
|
18
|
+
"@aws-amplify/graphql-http-transformer": "3.0.4",
|
|
19
|
+
"@aws-amplify/graphql-index-transformer": "3.0.4",
|
|
20
|
+
"@aws-amplify/graphql-maps-to-transformer": "4.0.4",
|
|
21
|
+
"@aws-amplify/graphql-model-transformer": "3.0.4",
|
|
22
|
+
"@aws-amplify/graphql-predictions-transformer": "3.0.4",
|
|
23
|
+
"@aws-amplify/graphql-relational-transformer": "3.0.4",
|
|
24
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.4",
|
|
25
|
+
"@aws-amplify/graphql-sql-transformer": "0.4.4",
|
|
26
|
+
"@aws-amplify/graphql-transformer": "2.1.2",
|
|
27
|
+
"@aws-amplify/graphql-transformer-core": "3.1.2",
|
|
28
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.1.1",
|
|
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",
|
|
@@ -4112,7 +4112,7 @@
|
|
|
4112
4112
|
"kind": "interface",
|
|
4113
4113
|
"locationInModule": {
|
|
4114
4114
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
4115
|
-
"line":
|
|
4115
|
+
"line": 38
|
|
4116
4116
|
},
|
|
4117
4117
|
"name": "AmplifyDynamoDbModelDataSourceStrategy",
|
|
4118
4118
|
"properties": [
|
|
@@ -4124,7 +4124,7 @@
|
|
|
4124
4124
|
"immutable": true,
|
|
4125
4125
|
"locationInModule": {
|
|
4126
4126
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
4127
|
-
"line":
|
|
4127
|
+
"line": 39
|
|
4128
4128
|
},
|
|
4129
4129
|
"name": "dbType",
|
|
4130
4130
|
"type": {
|
|
@@ -4139,7 +4139,7 @@
|
|
|
4139
4139
|
"immutable": true,
|
|
4140
4140
|
"locationInModule": {
|
|
4141
4141
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
4142
|
-
"line":
|
|
4142
|
+
"line": 40
|
|
4143
4143
|
},
|
|
4144
4144
|
"name": "provisionStrategy",
|
|
4145
4145
|
"type": {
|
|
@@ -4386,7 +4386,7 @@
|
|
|
4386
4386
|
},
|
|
4387
4387
|
"locationInModule": {
|
|
4388
4388
|
"filename": "src/amplify-graphql-api.ts",
|
|
4389
|
-
"line":
|
|
4389
|
+
"line": 143
|
|
4390
4390
|
},
|
|
4391
4391
|
"parameters": [
|
|
4392
4392
|
{
|
|
@@ -4433,7 +4433,7 @@
|
|
|
4433
4433
|
},
|
|
4434
4434
|
"locationInModule": {
|
|
4435
4435
|
"filename": "src/amplify-graphql-api.ts",
|
|
4436
|
-
"line":
|
|
4436
|
+
"line": 292
|
|
4437
4437
|
},
|
|
4438
4438
|
"name": "addDynamoDbDataSource",
|
|
4439
4439
|
"parameters": [
|
|
@@ -4482,7 +4482,7 @@
|
|
|
4482
4482
|
},
|
|
4483
4483
|
"locationInModule": {
|
|
4484
4484
|
"filename": "src/amplify-graphql-api.ts",
|
|
4485
|
-
"line":
|
|
4485
|
+
"line": 304
|
|
4486
4486
|
},
|
|
4487
4487
|
"name": "addElasticsearchDataSource",
|
|
4488
4488
|
"parameters": [
|
|
@@ -4529,7 +4529,7 @@
|
|
|
4529
4529
|
},
|
|
4530
4530
|
"locationInModule": {
|
|
4531
4531
|
"filename": "src/amplify-graphql-api.ts",
|
|
4532
|
-
"line":
|
|
4532
|
+
"line": 314
|
|
4533
4533
|
},
|
|
4534
4534
|
"name": "addEventBridgeDataSource",
|
|
4535
4535
|
"parameters": [
|
|
@@ -4576,7 +4576,7 @@
|
|
|
4576
4576
|
},
|
|
4577
4577
|
"locationInModule": {
|
|
4578
4578
|
"filename": "src/amplify-graphql-api.ts",
|
|
4579
|
-
"line":
|
|
4579
|
+
"line": 396
|
|
4580
4580
|
},
|
|
4581
4581
|
"name": "addFunction",
|
|
4582
4582
|
"parameters": [
|
|
@@ -4611,7 +4611,7 @@
|
|
|
4611
4611
|
},
|
|
4612
4612
|
"locationInModule": {
|
|
4613
4613
|
"filename": "src/amplify-graphql-api.ts",
|
|
4614
|
-
"line":
|
|
4614
|
+
"line": 325
|
|
4615
4615
|
},
|
|
4616
4616
|
"name": "addHttpDataSource",
|
|
4617
4617
|
"parameters": [
|
|
@@ -4659,7 +4659,7 @@
|
|
|
4659
4659
|
},
|
|
4660
4660
|
"locationInModule": {
|
|
4661
4661
|
"filename": "src/amplify-graphql-api.ts",
|
|
4662
|
-
"line":
|
|
4662
|
+
"line": 336
|
|
4663
4663
|
},
|
|
4664
4664
|
"name": "addLambdaDataSource",
|
|
4665
4665
|
"parameters": [
|
|
@@ -4707,7 +4707,7 @@
|
|
|
4707
4707
|
},
|
|
4708
4708
|
"locationInModule": {
|
|
4709
4709
|
"filename": "src/amplify-graphql-api.ts",
|
|
4710
|
-
"line":
|
|
4710
|
+
"line": 347
|
|
4711
4711
|
},
|
|
4712
4712
|
"name": "addNoneDataSource",
|
|
4713
4713
|
"parameters": [
|
|
@@ -4746,7 +4746,7 @@
|
|
|
4746
4746
|
},
|
|
4747
4747
|
"locationInModule": {
|
|
4748
4748
|
"filename": "src/amplify-graphql-api.ts",
|
|
4749
|
-
"line":
|
|
4749
|
+
"line": 358
|
|
4750
4750
|
},
|
|
4751
4751
|
"name": "addOpenSearchDataSource",
|
|
4752
4752
|
"parameters": [
|
|
@@ -4794,7 +4794,7 @@
|
|
|
4794
4794
|
},
|
|
4795
4795
|
"locationInModule": {
|
|
4796
4796
|
"filename": "src/amplify-graphql-api.ts",
|
|
4797
|
-
"line":
|
|
4797
|
+
"line": 371
|
|
4798
4798
|
},
|
|
4799
4799
|
"name": "addRdsDataSource",
|
|
4800
4800
|
"parameters": [
|
|
@@ -4861,7 +4861,7 @@
|
|
|
4861
4861
|
},
|
|
4862
4862
|
"locationInModule": {
|
|
4863
4863
|
"filename": "src/amplify-graphql-api.ts",
|
|
4864
|
-
"line":
|
|
4864
|
+
"line": 387
|
|
4865
4865
|
},
|
|
4866
4866
|
"name": "addResolver",
|
|
4867
4867
|
"parameters": [
|
|
@@ -4902,7 +4902,7 @@
|
|
|
4902
4902
|
"immutable": true,
|
|
4903
4903
|
"locationInModule": {
|
|
4904
4904
|
"filename": "src/amplify-graphql-api.ts",
|
|
4905
|
-
"line":
|
|
4905
|
+
"line": 124
|
|
4906
4906
|
},
|
|
4907
4907
|
"name": "apiId",
|
|
4908
4908
|
"type": {
|
|
@@ -4917,7 +4917,7 @@
|
|
|
4917
4917
|
"immutable": true,
|
|
4918
4918
|
"locationInModule": {
|
|
4919
4919
|
"filename": "src/amplify-graphql-api.ts",
|
|
4920
|
-
"line":
|
|
4920
|
+
"line": 104
|
|
4921
4921
|
},
|
|
4922
4922
|
"name": "generatedFunctionSlots",
|
|
4923
4923
|
"type": {
|
|
@@ -4950,7 +4950,7 @@
|
|
|
4950
4950
|
"immutable": true,
|
|
4951
4951
|
"locationInModule": {
|
|
4952
4952
|
"filename": "src/amplify-graphql-api.ts",
|
|
4953
|
-
"line":
|
|
4953
|
+
"line": 109
|
|
4954
4954
|
},
|
|
4955
4955
|
"name": "graphqlUrl",
|
|
4956
4956
|
"type": {
|
|
@@ -4966,7 +4966,7 @@
|
|
|
4966
4966
|
"immutable": true,
|
|
4967
4967
|
"locationInModule": {
|
|
4968
4968
|
"filename": "src/amplify-graphql-api.ts",
|
|
4969
|
-
"line":
|
|
4969
|
+
"line": 114
|
|
4970
4970
|
},
|
|
4971
4971
|
"name": "realtimeUrl",
|
|
4972
4972
|
"type": {
|
|
@@ -4988,6 +4988,21 @@
|
|
|
4988
4988
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources"
|
|
4989
4989
|
}
|
|
4990
4990
|
},
|
|
4991
|
+
{
|
|
4992
|
+
"docs": {
|
|
4993
|
+
"stability": "stable",
|
|
4994
|
+
"summary": "Reference to parent stack of data construct."
|
|
4995
|
+
},
|
|
4996
|
+
"immutable": true,
|
|
4997
|
+
"locationInModule": {
|
|
4998
|
+
"filename": "src/amplify-graphql-api.ts",
|
|
4999
|
+
"line": 93
|
|
5000
|
+
},
|
|
5001
|
+
"name": "stack",
|
|
5002
|
+
"type": {
|
|
5003
|
+
"fqn": "aws-cdk-lib.Stack"
|
|
5004
|
+
}
|
|
5005
|
+
},
|
|
4991
5006
|
{
|
|
4992
5007
|
"docs": {
|
|
4993
5008
|
"remarks": "May be a CDK Token.",
|
|
@@ -4997,7 +5012,7 @@
|
|
|
4997
5012
|
"immutable": true,
|
|
4998
5013
|
"locationInModule": {
|
|
4999
5014
|
"filename": "src/amplify-graphql-api.ts",
|
|
5000
|
-
"line":
|
|
5015
|
+
"line": 119
|
|
5001
5016
|
},
|
|
5002
5017
|
"name": "apiKey",
|
|
5003
5018
|
"optional": true,
|
|
@@ -5412,7 +5427,7 @@
|
|
|
5412
5427
|
{
|
|
5413
5428
|
"abstract": true,
|
|
5414
5429
|
"docs": {
|
|
5415
|
-
"remarks": "If no
|
|
5430
|
+
"remarks": "If no outputStorageStrategey is provided a default strategy will be used.",
|
|
5416
5431
|
"stability": "stable",
|
|
5417
5432
|
"summary": "Strategy to store construct outputs."
|
|
5418
5433
|
},
|
|
@@ -5781,9 +5796,6 @@
|
|
|
5781
5796
|
{
|
|
5782
5797
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
|
5783
5798
|
},
|
|
5784
|
-
{
|
|
5785
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
|
5786
|
-
},
|
|
5787
5799
|
{
|
|
5788
5800
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
|
5789
5801
|
}
|
|
@@ -5836,9 +5848,6 @@
|
|
|
5836
5848
|
{
|
|
5837
5849
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
|
5838
5850
|
},
|
|
5839
|
-
{
|
|
5840
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
|
5841
|
-
},
|
|
5842
5851
|
{
|
|
5843
5852
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
|
5844
5853
|
}
|
|
@@ -6234,7 +6243,7 @@
|
|
|
6234
6243
|
"kind": "interface",
|
|
6235
6244
|
"locationInModule": {
|
|
6236
6245
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
6237
|
-
"line":
|
|
6246
|
+
"line": 235
|
|
6238
6247
|
},
|
|
6239
6248
|
"name": "CustomSqlDataSourceStrategy",
|
|
6240
6249
|
"properties": [
|
|
@@ -6247,7 +6256,7 @@
|
|
|
6247
6256
|
"immutable": true,
|
|
6248
6257
|
"locationInModule": {
|
|
6249
6258
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
6250
|
-
"line":
|
|
6259
|
+
"line": 240
|
|
6251
6260
|
},
|
|
6252
6261
|
"name": "fieldName",
|
|
6253
6262
|
"type": {
|
|
@@ -6263,7 +6272,7 @@
|
|
|
6263
6272
|
"immutable": true,
|
|
6264
6273
|
"locationInModule": {
|
|
6265
6274
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
6266
|
-
"line":
|
|
6275
|
+
"line": 243
|
|
6267
6276
|
},
|
|
6268
6277
|
"name": "strategy",
|
|
6269
6278
|
"type": {
|
|
@@ -6279,7 +6288,7 @@
|
|
|
6279
6288
|
"immutable": true,
|
|
6280
6289
|
"locationInModule": {
|
|
6281
6290
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
6282
|
-
"line":
|
|
6291
|
+
"line": 237
|
|
6283
6292
|
},
|
|
6284
6293
|
"name": "typeName",
|
|
6285
6294
|
"type": {
|
|
@@ -6382,7 +6391,7 @@
|
|
|
6382
6391
|
"kind": "interface",
|
|
6383
6392
|
"locationInModule": {
|
|
6384
6393
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
6385
|
-
"line":
|
|
6394
|
+
"line": 30
|
|
6386
6395
|
},
|
|
6387
6396
|
"name": "DefaultDynamoDbModelDataSourceStrategy",
|
|
6388
6397
|
"properties": [
|
|
@@ -6394,7 +6403,7 @@
|
|
|
6394
6403
|
"immutable": true,
|
|
6395
6404
|
"locationInModule": {
|
|
6396
6405
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
6397
|
-
"line":
|
|
6406
|
+
"line": 31
|
|
6398
6407
|
},
|
|
6399
6408
|
"name": "dbType",
|
|
6400
6409
|
"type": {
|
|
@@ -6409,7 +6418,7 @@
|
|
|
6409
6418
|
"immutable": true,
|
|
6410
6419
|
"locationInModule": {
|
|
6411
6420
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
6412
|
-
"line":
|
|
6421
|
+
"line": 32
|
|
6413
6422
|
},
|
|
6414
6423
|
"name": "provisionStrategy",
|
|
6415
6424
|
"type": {
|
|
@@ -6707,9 +6716,6 @@
|
|
|
6707
6716
|
{
|
|
6708
6717
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
|
6709
6718
|
},
|
|
6710
|
-
{
|
|
6711
|
-
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
|
6712
|
-
},
|
|
6713
6719
|
{
|
|
6714
6720
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
|
6715
6721
|
}
|
|
@@ -6991,70 +6997,6 @@
|
|
|
6991
6997
|
],
|
|
6992
6998
|
"symbolId": "src/types:IdentityPoolAuthorizationConfig"
|
|
6993
6999
|
},
|
|
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
7000
|
"@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig": {
|
|
7059
7001
|
"assembly": "@aws-amplify/graphql-api-construct",
|
|
7060
7002
|
"datatype": true,
|
|
@@ -7594,7 +7536,7 @@
|
|
|
7594
7536
|
"kind": "interface",
|
|
7595
7537
|
"locationInModule": {
|
|
7596
7538
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7597
|
-
"line":
|
|
7539
|
+
"line": 101
|
|
7598
7540
|
},
|
|
7599
7541
|
"name": "ProvisionedConcurrencyConfig",
|
|
7600
7542
|
"properties": [
|
|
@@ -7608,7 +7550,7 @@
|
|
|
7608
7550
|
"immutable": true,
|
|
7609
7551
|
"locationInModule": {
|
|
7610
7552
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7611
|
-
"line":
|
|
7553
|
+
"line": 103
|
|
7612
7554
|
},
|
|
7613
7555
|
"name": "provisionedConcurrentExecutions",
|
|
7614
7556
|
"type": {
|
|
@@ -7733,7 +7675,7 @@
|
|
|
7733
7675
|
"kind": "interface",
|
|
7734
7676
|
"locationInModule": {
|
|
7735
7677
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7736
|
-
"line":
|
|
7678
|
+
"line": 46
|
|
7737
7679
|
},
|
|
7738
7680
|
"name": "SQLLambdaModelDataSourceStrategy",
|
|
7739
7681
|
"properties": [
|
|
@@ -7746,7 +7688,7 @@
|
|
|
7746
7688
|
"immutable": true,
|
|
7747
7689
|
"locationInModule": {
|
|
7748
7690
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7749
|
-
"line":
|
|
7691
|
+
"line": 61
|
|
7750
7692
|
},
|
|
7751
7693
|
"name": "dbConnectionConfig",
|
|
7752
7694
|
"type": {
|
|
@@ -7774,7 +7716,7 @@
|
|
|
7774
7716
|
"immutable": true,
|
|
7775
7717
|
"locationInModule": {
|
|
7776
7718
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7777
|
-
"line":
|
|
7719
|
+
"line": 56
|
|
7778
7720
|
},
|
|
7779
7721
|
"name": "dbType",
|
|
7780
7722
|
"type": {
|
|
@@ -7791,7 +7733,7 @@
|
|
|
7791
7733
|
"immutable": true,
|
|
7792
7734
|
"locationInModule": {
|
|
7793
7735
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7794
|
-
"line":
|
|
7736
|
+
"line": 51
|
|
7795
7737
|
},
|
|
7796
7738
|
"name": "name",
|
|
7797
7739
|
"type": {
|
|
@@ -7808,7 +7750,7 @@
|
|
|
7808
7750
|
"immutable": true,
|
|
7809
7751
|
"locationInModule": {
|
|
7810
7752
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7811
|
-
"line":
|
|
7753
|
+
"line": 72
|
|
7812
7754
|
},
|
|
7813
7755
|
"name": "customSqlStatements",
|
|
7814
7756
|
"optional": true,
|
|
@@ -7830,7 +7772,7 @@
|
|
|
7830
7772
|
"immutable": true,
|
|
7831
7773
|
"locationInModule": {
|
|
7832
7774
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7833
|
-
"line":
|
|
7775
|
+
"line": 77
|
|
7834
7776
|
},
|
|
7835
7777
|
"name": "sqlLambdaProvisionedConcurrencyConfig",
|
|
7836
7778
|
"optional": true,
|
|
@@ -7847,7 +7789,7 @@
|
|
|
7847
7789
|
"immutable": true,
|
|
7848
7790
|
"locationInModule": {
|
|
7849
7791
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7850
|
-
"line":
|
|
7792
|
+
"line": 66
|
|
7851
7793
|
},
|
|
7852
7794
|
"name": "vpcConfiguration",
|
|
7853
7795
|
"optional": true,
|
|
@@ -8030,7 +7972,7 @@
|
|
|
8030
7972
|
"kind": "interface",
|
|
8031
7973
|
"locationInModule": {
|
|
8032
7974
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8033
|
-
"line":
|
|
7975
|
+
"line": 176
|
|
8034
7976
|
},
|
|
8035
7977
|
"name": "SqlModelDataSourceSecretsManagerDbConnectionConfig",
|
|
8036
7978
|
"properties": [
|
|
@@ -8043,7 +7985,7 @@
|
|
|
8043
7985
|
"immutable": true,
|
|
8044
7986
|
"locationInModule": {
|
|
8045
7987
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8046
|
-
"line":
|
|
7988
|
+
"line": 190
|
|
8047
7989
|
},
|
|
8048
7990
|
"name": "databaseName",
|
|
8049
7991
|
"type": {
|
|
@@ -8059,7 +8001,7 @@
|
|
|
8059
8001
|
"immutable": true,
|
|
8060
8002
|
"locationInModule": {
|
|
8061
8003
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8062
|
-
"line":
|
|
8004
|
+
"line": 193
|
|
8063
8005
|
},
|
|
8064
8006
|
"name": "hostname",
|
|
8065
8007
|
"type": {
|
|
@@ -8075,7 +8017,7 @@
|
|
|
8075
8017
|
"immutable": true,
|
|
8076
8018
|
"locationInModule": {
|
|
8077
8019
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8078
|
-
"line":
|
|
8020
|
+
"line": 187
|
|
8079
8021
|
},
|
|
8080
8022
|
"name": "port",
|
|
8081
8023
|
"type": {
|
|
@@ -8092,7 +8034,7 @@
|
|
|
8092
8034
|
"immutable": true,
|
|
8093
8035
|
"locationInModule": {
|
|
8094
8036
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8095
|
-
"line":
|
|
8037
|
+
"line": 178
|
|
8096
8038
|
},
|
|
8097
8039
|
"name": "secretArn",
|
|
8098
8040
|
"type": {
|
|
@@ -8109,7 +8051,7 @@
|
|
|
8109
8051
|
"immutable": true,
|
|
8110
8052
|
"locationInModule": {
|
|
8111
8053
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8112
|
-
"line":
|
|
8054
|
+
"line": 184
|
|
8113
8055
|
},
|
|
8114
8056
|
"name": "keyArn",
|
|
8115
8057
|
"optional": true,
|
|
@@ -8126,7 +8068,7 @@
|
|
|
8126
8068
|
"immutable": true,
|
|
8127
8069
|
"locationInModule": {
|
|
8128
8070
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8129
|
-
"line":
|
|
8071
|
+
"line": 198
|
|
8130
8072
|
},
|
|
8131
8073
|
"name": "sslCertConfig",
|
|
8132
8074
|
"optional": true,
|
|
@@ -8149,7 +8091,7 @@
|
|
|
8149
8091
|
"kind": "interface",
|
|
8150
8092
|
"locationInModule": {
|
|
8151
8093
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8152
|
-
"line":
|
|
8094
|
+
"line": 206
|
|
8153
8095
|
},
|
|
8154
8096
|
"name": "SqlModelDataSourceSsmDbConnectionConfig",
|
|
8155
8097
|
"properties": [
|
|
@@ -8162,7 +8104,7 @@
|
|
|
8162
8104
|
"immutable": true,
|
|
8163
8105
|
"locationInModule": {
|
|
8164
8106
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8165
|
-
"line":
|
|
8107
|
+
"line": 222
|
|
8166
8108
|
},
|
|
8167
8109
|
"name": "databaseNameSsmPath",
|
|
8168
8110
|
"type": {
|
|
@@ -8179,7 +8121,7 @@
|
|
|
8179
8121
|
"immutable": true,
|
|
8180
8122
|
"locationInModule": {
|
|
8181
8123
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8182
|
-
"line":
|
|
8124
|
+
"line": 210
|
|
8183
8125
|
},
|
|
8184
8126
|
"name": "hostnameSsmPath",
|
|
8185
8127
|
"type": {
|
|
@@ -8195,7 +8137,7 @@
|
|
|
8195
8137
|
"immutable": true,
|
|
8196
8138
|
"locationInModule": {
|
|
8197
8139
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8198
|
-
"line":
|
|
8140
|
+
"line": 219
|
|
8199
8141
|
},
|
|
8200
8142
|
"name": "passwordSsmPath",
|
|
8201
8143
|
"type": {
|
|
@@ -8211,7 +8153,7 @@
|
|
|
8211
8153
|
"immutable": true,
|
|
8212
8154
|
"locationInModule": {
|
|
8213
8155
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8214
|
-
"line":
|
|
8156
|
+
"line": 213
|
|
8215
8157
|
},
|
|
8216
8158
|
"name": "portSsmPath",
|
|
8217
8159
|
"type": {
|
|
@@ -8227,7 +8169,7 @@
|
|
|
8227
8169
|
"immutable": true,
|
|
8228
8170
|
"locationInModule": {
|
|
8229
8171
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8230
|
-
"line":
|
|
8172
|
+
"line": 216
|
|
8231
8173
|
},
|
|
8232
8174
|
"name": "usernameSsmPath",
|
|
8233
8175
|
"type": {
|
|
@@ -8243,7 +8185,7 @@
|
|
|
8243
8185
|
"immutable": true,
|
|
8244
8186
|
"locationInModule": {
|
|
8245
8187
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8246
|
-
"line":
|
|
8188
|
+
"line": 227
|
|
8247
8189
|
},
|
|
8248
8190
|
"name": "sslCertConfig",
|
|
8249
8191
|
"optional": true,
|
|
@@ -8265,7 +8207,7 @@
|
|
|
8265
8207
|
"kind": "interface",
|
|
8266
8208
|
"locationInModule": {
|
|
8267
8209
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8268
|
-
"line":
|
|
8210
|
+
"line": 155
|
|
8269
8211
|
},
|
|
8270
8212
|
"name": "SqlModelDataSourceSsmDbConnectionStringConfig",
|
|
8271
8213
|
"properties": [
|
|
@@ -8279,7 +8221,7 @@
|
|
|
8279
8221
|
"immutable": true,
|
|
8280
8222
|
"locationInModule": {
|
|
8281
8223
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8282
|
-
"line":
|
|
8224
|
+
"line": 162
|
|
8283
8225
|
},
|
|
8284
8226
|
"name": "connectionUriSsmPath",
|
|
8285
8227
|
"type": {
|
|
@@ -8309,7 +8251,7 @@
|
|
|
8309
8251
|
"immutable": true,
|
|
8310
8252
|
"locationInModule": {
|
|
8311
8253
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8312
|
-
"line":
|
|
8254
|
+
"line": 167
|
|
8313
8255
|
},
|
|
8314
8256
|
"name": "sslCertConfig",
|
|
8315
8257
|
"optional": true,
|
|
@@ -8332,7 +8274,7 @@
|
|
|
8332
8274
|
"kind": "interface",
|
|
8333
8275
|
"locationInModule": {
|
|
8334
8276
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8335
|
-
"line":
|
|
8277
|
+
"line": 134
|
|
8336
8278
|
},
|
|
8337
8279
|
"name": "SslCertConfig",
|
|
8338
8280
|
"symbolId": "src/model-datasource-strategy-types:SslCertConfig"
|
|
@@ -8350,7 +8292,7 @@
|
|
|
8350
8292
|
"kind": "interface",
|
|
8351
8293
|
"locationInModule": {
|
|
8352
8294
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8353
|
-
"line":
|
|
8295
|
+
"line": 136
|
|
8354
8296
|
},
|
|
8355
8297
|
"name": "SslCertSsmPathConfig",
|
|
8356
8298
|
"properties": [
|
|
@@ -8364,7 +8306,7 @@
|
|
|
8364
8306
|
"immutable": true,
|
|
8365
8307
|
"locationInModule": {
|
|
8366
8308
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8367
|
-
"line":
|
|
8309
|
+
"line": 148
|
|
8368
8310
|
},
|
|
8369
8311
|
"name": "ssmPath",
|
|
8370
8312
|
"type": {
|
|
@@ -8435,7 +8377,7 @@
|
|
|
8435
8377
|
"kind": "interface",
|
|
8436
8378
|
"locationInModule": {
|
|
8437
8379
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8438
|
-
"line":
|
|
8380
|
+
"line": 111
|
|
8439
8381
|
},
|
|
8440
8382
|
"name": "SubnetAvailabilityZone",
|
|
8441
8383
|
"properties": [
|
|
@@ -8448,7 +8390,7 @@
|
|
|
8448
8390
|
"immutable": true,
|
|
8449
8391
|
"locationInModule": {
|
|
8450
8392
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8451
|
-
"line":
|
|
8393
|
+
"line": 116
|
|
8452
8394
|
},
|
|
8453
8395
|
"name": "availabilityZone",
|
|
8454
8396
|
"type": {
|
|
@@ -8464,7 +8406,7 @@
|
|
|
8464
8406
|
"immutable": true,
|
|
8465
8407
|
"locationInModule": {
|
|
8466
8408
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8467
|
-
"line":
|
|
8409
|
+
"line": 113
|
|
8468
8410
|
},
|
|
8469
8411
|
"name": "subnetId",
|
|
8470
8412
|
"type": {
|
|
@@ -8893,7 +8835,7 @@
|
|
|
8893
8835
|
"kind": "interface",
|
|
8894
8836
|
"locationInModule": {
|
|
8895
8837
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8896
|
-
"line":
|
|
8838
|
+
"line": 87
|
|
8897
8839
|
},
|
|
8898
8840
|
"name": "VpcConfig",
|
|
8899
8841
|
"properties": [
|
|
@@ -8906,7 +8848,7 @@
|
|
|
8906
8848
|
"immutable": true,
|
|
8907
8849
|
"locationInModule": {
|
|
8908
8850
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8909
|
-
"line":
|
|
8851
|
+
"line": 92
|
|
8910
8852
|
},
|
|
8911
8853
|
"name": "securityGroupIds",
|
|
8912
8854
|
"type": {
|
|
@@ -8927,7 +8869,7 @@
|
|
|
8927
8869
|
"immutable": true,
|
|
8928
8870
|
"locationInModule": {
|
|
8929
8871
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8930
|
-
"line":
|
|
8872
|
+
"line": 95
|
|
8931
8873
|
},
|
|
8932
8874
|
"name": "subnetAvailabilityZoneConfig",
|
|
8933
8875
|
"type": {
|
|
@@ -8948,7 +8890,7 @@
|
|
|
8948
8890
|
"immutable": true,
|
|
8949
8891
|
"locationInModule": {
|
|
8950
8892
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
8951
|
-
"line":
|
|
8893
|
+
"line": 89
|
|
8952
8894
|
},
|
|
8953
8895
|
"name": "vpcId",
|
|
8954
8896
|
"type": {
|
|
@@ -8959,6 +8901,6 @@
|
|
|
8959
8901
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
|
8960
8902
|
}
|
|
8961
8903
|
},
|
|
8962
|
-
"version": "1.14.0
|
|
8963
|
-
"fingerprint": "
|
|
8904
|
+
"version": "1.14.0",
|
|
8905
|
+
"fingerprint": "izzdFUzhDEGlYfYipZndJkvmkwoDkGn6UZivsangA2g="
|
|
8964
8906
|
}
|