@aws-amplify/graphql-api-construct 1.7.0 → 1.7.1-gen2-release.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +313 -200
- package/API.md +16 -3
- package/CHANGELOG.md +4 -0
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +3 -2
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/internal/authorization-modes.d.ts +12 -1
- package/lib/internal/authorization-modes.js +47 -7
- package/lib/internal/codegen-assets.js +10 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/lib/types.d.ts +51 -5
- package/lib/types.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/API.md +3 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -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 +30 -19
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.js +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js +22 -11
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js +11 -4
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.js +10 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/common.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/common.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/common.js +12 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/common.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/ddb-vtl-generator.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/ddb-vtl-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/ddb-vtl-generator.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/ddb-vtl-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/field.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/field.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/field.js +20 -10
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/field.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/helpers.d.ts +9 -2
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/helpers.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/helpers.js +16 -9
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/helpers.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/index.js +2 -2
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.create.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.create.js +5 -4
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.create.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.delete.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.delete.js +5 -4
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.delete.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.update.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.update.js +5 -4
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.update.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/query.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/query.js +15 -4
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/query.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/search.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/search.js +5 -4
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/search.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/subscriptions.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/subscriptions.js +8 -2
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/subscriptions.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/rds-vtl-generator.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/rds-vtl-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/rds-vtl-generator.js +2 -2
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/rds-vtl-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/common.d.ts +3 -2
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/common.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/common.js +27 -16
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/common.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/mutation.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/mutation.js +5 -5
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/mutation.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/query.js +3 -3
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/query.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/subscription.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/subscription.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/vtl-generator.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/vtl-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +13 -13
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +8 -8
- package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/auth.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/auth.js +1 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/auth.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/package.json +2 -2
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js +19 -10
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.js +13 -2
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +8 -8
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +11 -11
- package/node_modules/@aws-amplify/graphql-model-transformer/API.md +3 -3
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.js +2 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.js.map +1 -1
- 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 +29 -16
- 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/graphql-types/common.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.js +11 -7
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.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/common.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.js +18 -9
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js +3 -3
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-ddb-fields-transformer.d.ts +3 -4
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-ddb-fields-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-ddb-fields-transformer.js +7 -4
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-ddb-fields-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-ddb-references-transformer.d.ts +11 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-ddb-references-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-ddb-references-transformer.js +36 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-ddb-references-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-sql-transformer.d.ts +4 -5
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-sql-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-sql-transformer.js +8 -5
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-sql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-transformer-factory.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-transformer-factory.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-transformer-factory.js +18 -3
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/belongs-to/belongs-to-directive-transformer-factory.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +5 -6
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js +4 -7
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js +5 -6
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-fields-transformer.d.ts +2 -3
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-fields-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-fields-transformer.js +6 -2
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-fields-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.d.ts +11 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js +37 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-sql-transformer.d.ts +4 -5
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-sql-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-sql-transformer.js +7 -4
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-sql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-transformer-factory.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-transformer-factory.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-transformer-factory.js +18 -3
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-transformer-factory.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-fields-transformer.d.ts +3 -4
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-fields-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-fields-transformer.js +7 -4
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-fields-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.d.ts +11 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js +37 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-sql-transformer.d.ts +4 -5
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-sql-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-sql-transformer.js +7 -4
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-sql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-transformer-factory.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-transformer-factory.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-transformer-factory.js +18 -3
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-transformer-factory.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/ddb-generator.d.ts +3 -2
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/ddb-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/ddb-generator.js +6 -3
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/ddb-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/ddb-references-generator.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/ddb-references-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/ddb-references-generator.js +172 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/ddb-references-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/generator.d.ts +2 -2
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js +72 -17
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts +5 -0
- 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 +2 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js +7 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +9 -9
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.js +20 -9
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js +14 -3
- 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 +8 -8
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/lib/graphql-sql-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-sql-transformer/lib/graphql-sql-transformer.js +17 -8
- 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 +8 -8
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer/package.json +15 -15
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-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/transformer-context/synth-parameters.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-context-provider.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/graphql-transformer-common/CHANGELOG.md +4 -0
- package/node_modules/graphql-transformer-common/package.json +2 -2
- package/package.json +19 -19
- package/src/amplify-graphql-api.ts +2 -0
- package/src/index.ts +1 -0
- package/src/internal/authorization-modes.ts +57 -8
- package/src/internal/codegen-assets.ts +11 -2
- package/src/types.ts +56 -5
package/.jsii
CHANGED
@@ -8,21 +8,21 @@
|
|
8
8
|
"bundled": {
|
9
9
|
"@aws-amplify/backend-output-schemas": "^0.4.0",
|
10
10
|
"@aws-amplify/backend-output-storage": "^0.2.2",
|
11
|
-
"@aws-amplify/graphql-auth-transformer": "3.4.
|
12
|
-
"@aws-amplify/graphql-default-value-transformer": "2.3.
|
13
|
-
"@aws-amplify/graphql-directives": "1.0.
|
14
|
-
"@aws-amplify/graphql-function-transformer": "2.1.
|
15
|
-
"@aws-amplify/graphql-http-transformer": "2.1.
|
16
|
-
"@aws-amplify/graphql-index-transformer": "2.3.
|
17
|
-
"@aws-amplify/graphql-maps-to-transformer": "3.4.
|
18
|
-
"@aws-amplify/graphql-model-transformer": "2.7.0",
|
19
|
-
"@aws-amplify/graphql-predictions-transformer": "2.1.
|
20
|
-
"@aws-amplify/graphql-relational-transformer": "2.
|
21
|
-
"@aws-amplify/graphql-searchable-transformer": "2.6.
|
22
|
-
"@aws-amplify/graphql-sql-transformer": "0.2.
|
23
|
-
"@aws-amplify/graphql-transformer": "1.4.0",
|
24
|
-
"@aws-amplify/graphql-transformer-core": "2.5.
|
25
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.5.0",
|
11
|
+
"@aws-amplify/graphql-auth-transformer": "3.4.3-gen2-release.0",
|
12
|
+
"@aws-amplify/graphql-default-value-transformer": "2.3.3-gen2-release.0",
|
13
|
+
"@aws-amplify/graphql-directives": "1.1.0-gen2-release.0",
|
14
|
+
"@aws-amplify/graphql-function-transformer": "2.1.20-gen2-release.0",
|
15
|
+
"@aws-amplify/graphql-http-transformer": "2.1.20-gen2-release.0",
|
16
|
+
"@aws-amplify/graphql-index-transformer": "2.3.9-gen2-release.0",
|
17
|
+
"@aws-amplify/graphql-maps-to-transformer": "3.4.10-gen2-release.0",
|
18
|
+
"@aws-amplify/graphql-model-transformer": "2.7.1-gen2-release.0",
|
19
|
+
"@aws-amplify/graphql-predictions-transformer": "2.1.20-gen2-release.0",
|
20
|
+
"@aws-amplify/graphql-relational-transformer": "2.5.0-gen2-release.0",
|
21
|
+
"@aws-amplify/graphql-searchable-transformer": "2.6.3-gen2-release.0",
|
22
|
+
"@aws-amplify/graphql-sql-transformer": "0.2.9-gen2-release.0",
|
23
|
+
"@aws-amplify/graphql-transformer": "1.4.1-gen2-release.0",
|
24
|
+
"@aws-amplify/graphql-transformer-core": "2.5.2-gen2-release.0",
|
25
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.5.1-gen2-release.0",
|
26
26
|
"@aws-amplify/platform-core": "^0.2.0",
|
27
27
|
"@aws-amplify/plugin-types": "^0.4.1",
|
28
28
|
"charenc": "^0.0.2",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"graceful-fs": "^4.2.11",
|
32
32
|
"graphql": "^15.5.0",
|
33
33
|
"graphql-mapping-template": "4.20.15",
|
34
|
-
"graphql-transformer-common": "4.29.0",
|
34
|
+
"graphql-transformer-common": "4.29.1-gen2-release.0",
|
35
35
|
"hjson": "^3.2.2",
|
36
36
|
"immer": "^9.0.12",
|
37
37
|
"is-buffer": "^2.0.5",
|
@@ -3537,7 +3537,7 @@
|
|
3537
3537
|
"kind": "interface",
|
3538
3538
|
"locationInModule": {
|
3539
3539
|
"filename": "src/types.ts",
|
3540
|
-
"line":
|
3540
|
+
"line": 846
|
3541
3541
|
},
|
3542
3542
|
"name": "AddFunctionProps",
|
3543
3543
|
"properties": [
|
@@ -3550,7 +3550,7 @@
|
|
3550
3550
|
"immutable": true,
|
3551
3551
|
"locationInModule": {
|
3552
3552
|
"filename": "src/types.ts",
|
3553
|
-
"line":
|
3553
|
+
"line": 850
|
3554
3554
|
},
|
3555
3555
|
"name": "dataSource",
|
3556
3556
|
"type": {
|
@@ -3566,7 +3566,7 @@
|
|
3566
3566
|
"immutable": true,
|
3567
3567
|
"locationInModule": {
|
3568
3568
|
"filename": "src/types.ts",
|
3569
|
-
"line":
|
3569
|
+
"line": 855
|
3570
3570
|
},
|
3571
3571
|
"name": "name",
|
3572
3572
|
"type": {
|
@@ -3583,7 +3583,7 @@
|
|
3583
3583
|
"immutable": true,
|
3584
3584
|
"locationInModule": {
|
3585
3585
|
"filename": "src/types.ts",
|
3586
|
-
"line":
|
3586
|
+
"line": 890
|
3587
3587
|
},
|
3588
3588
|
"name": "code",
|
3589
3589
|
"optional": true,
|
@@ -3601,7 +3601,7 @@
|
|
3601
3601
|
"immutable": true,
|
3602
3602
|
"locationInModule": {
|
3603
3603
|
"filename": "src/types.ts",
|
3604
|
-
"line":
|
3604
|
+
"line": 862
|
3605
3605
|
},
|
3606
3606
|
"name": "description",
|
3607
3607
|
"optional": true,
|
@@ -3619,7 +3619,7 @@
|
|
3619
3619
|
"immutable": true,
|
3620
3620
|
"locationInModule": {
|
3621
3621
|
"filename": "src/types.ts",
|
3622
|
-
"line":
|
3622
|
+
"line": 869
|
3623
3623
|
},
|
3624
3624
|
"name": "requestMappingTemplate",
|
3625
3625
|
"optional": true,
|
@@ -3637,7 +3637,7 @@
|
|
3637
3637
|
"immutable": true,
|
3638
3638
|
"locationInModule": {
|
3639
3639
|
"filename": "src/types.ts",
|
3640
|
-
"line":
|
3640
|
+
"line": 876
|
3641
3641
|
},
|
3642
3642
|
"name": "responseMappingTemplate",
|
3643
3643
|
"optional": true,
|
@@ -3655,7 +3655,7 @@
|
|
3655
3655
|
"immutable": true,
|
3656
3656
|
"locationInModule": {
|
3657
3657
|
"filename": "src/types.ts",
|
3658
|
-
"line":
|
3658
|
+
"line": 883
|
3659
3659
|
},
|
3660
3660
|
"name": "runtime",
|
3661
3661
|
"optional": true,
|
@@ -3951,7 +3951,7 @@
|
|
3951
3951
|
},
|
3952
3952
|
"locationInModule": {
|
3953
3953
|
"filename": "src/amplify-graphql-api.ts",
|
3954
|
-
"line":
|
3954
|
+
"line": 140
|
3955
3955
|
},
|
3956
3956
|
"parameters": [
|
3957
3957
|
{
|
@@ -3986,7 +3986,7 @@
|
|
3986
3986
|
"kind": "class",
|
3987
3987
|
"locationInModule": {
|
3988
3988
|
"filename": "src/amplify-graphql-api.ts",
|
3989
|
-
"line":
|
3989
|
+
"line": 86
|
3990
3990
|
},
|
3991
3991
|
"methods": [
|
3992
3992
|
{
|
@@ -3998,7 +3998,7 @@
|
|
3998
3998
|
},
|
3999
3999
|
"locationInModule": {
|
4000
4000
|
"filename": "src/amplify-graphql-api.ts",
|
4001
|
-
"line":
|
4001
|
+
"line": 287
|
4002
4002
|
},
|
4003
4003
|
"name": "addDynamoDbDataSource",
|
4004
4004
|
"parameters": [
|
@@ -4047,7 +4047,7 @@
|
|
4047
4047
|
},
|
4048
4048
|
"locationInModule": {
|
4049
4049
|
"filename": "src/amplify-graphql-api.ts",
|
4050
|
-
"line":
|
4050
|
+
"line": 299
|
4051
4051
|
},
|
4052
4052
|
"name": "addElasticsearchDataSource",
|
4053
4053
|
"parameters": [
|
@@ -4094,7 +4094,7 @@
|
|
4094
4094
|
},
|
4095
4095
|
"locationInModule": {
|
4096
4096
|
"filename": "src/amplify-graphql-api.ts",
|
4097
|
-
"line":
|
4097
|
+
"line": 309
|
4098
4098
|
},
|
4099
4099
|
"name": "addEventBridgeDataSource",
|
4100
4100
|
"parameters": [
|
@@ -4141,7 +4141,7 @@
|
|
4141
4141
|
},
|
4142
4142
|
"locationInModule": {
|
4143
4143
|
"filename": "src/amplify-graphql-api.ts",
|
4144
|
-
"line":
|
4144
|
+
"line": 391
|
4145
4145
|
},
|
4146
4146
|
"name": "addFunction",
|
4147
4147
|
"parameters": [
|
@@ -4176,7 +4176,7 @@
|
|
4176
4176
|
},
|
4177
4177
|
"locationInModule": {
|
4178
4178
|
"filename": "src/amplify-graphql-api.ts",
|
4179
|
-
"line":
|
4179
|
+
"line": 320
|
4180
4180
|
},
|
4181
4181
|
"name": "addHttpDataSource",
|
4182
4182
|
"parameters": [
|
@@ -4224,7 +4224,7 @@
|
|
4224
4224
|
},
|
4225
4225
|
"locationInModule": {
|
4226
4226
|
"filename": "src/amplify-graphql-api.ts",
|
4227
|
-
"line":
|
4227
|
+
"line": 331
|
4228
4228
|
},
|
4229
4229
|
"name": "addLambdaDataSource",
|
4230
4230
|
"parameters": [
|
@@ -4272,7 +4272,7 @@
|
|
4272
4272
|
},
|
4273
4273
|
"locationInModule": {
|
4274
4274
|
"filename": "src/amplify-graphql-api.ts",
|
4275
|
-
"line":
|
4275
|
+
"line": 342
|
4276
4276
|
},
|
4277
4277
|
"name": "addNoneDataSource",
|
4278
4278
|
"parameters": [
|
@@ -4311,7 +4311,7 @@
|
|
4311
4311
|
},
|
4312
4312
|
"locationInModule": {
|
4313
4313
|
"filename": "src/amplify-graphql-api.ts",
|
4314
|
-
"line":
|
4314
|
+
"line": 353
|
4315
4315
|
},
|
4316
4316
|
"name": "addOpenSearchDataSource",
|
4317
4317
|
"parameters": [
|
@@ -4359,7 +4359,7 @@
|
|
4359
4359
|
},
|
4360
4360
|
"locationInModule": {
|
4361
4361
|
"filename": "src/amplify-graphql-api.ts",
|
4362
|
-
"line":
|
4362
|
+
"line": 366
|
4363
4363
|
},
|
4364
4364
|
"name": "addRdsDataSource",
|
4365
4365
|
"parameters": [
|
@@ -4426,7 +4426,7 @@
|
|
4426
4426
|
},
|
4427
4427
|
"locationInModule": {
|
4428
4428
|
"filename": "src/amplify-graphql-api.ts",
|
4429
|
-
"line":
|
4429
|
+
"line": 382
|
4430
4430
|
},
|
4431
4431
|
"name": "addResolver",
|
4432
4432
|
"parameters": [
|
@@ -4467,7 +4467,7 @@
|
|
4467
4467
|
"immutable": true,
|
4468
4468
|
"locationInModule": {
|
4469
4469
|
"filename": "src/amplify-graphql-api.ts",
|
4470
|
-
"line":
|
4470
|
+
"line": 121
|
4471
4471
|
},
|
4472
4472
|
"name": "apiId",
|
4473
4473
|
"type": {
|
@@ -4482,7 +4482,7 @@
|
|
4482
4482
|
"immutable": true,
|
4483
4483
|
"locationInModule": {
|
4484
4484
|
"filename": "src/amplify-graphql-api.ts",
|
4485
|
-
"line":
|
4485
|
+
"line": 101
|
4486
4486
|
},
|
4487
4487
|
"name": "generatedFunctionSlots",
|
4488
4488
|
"type": {
|
@@ -4515,7 +4515,7 @@
|
|
4515
4515
|
"immutable": true,
|
4516
4516
|
"locationInModule": {
|
4517
4517
|
"filename": "src/amplify-graphql-api.ts",
|
4518
|
-
"line":
|
4518
|
+
"line": 106
|
4519
4519
|
},
|
4520
4520
|
"name": "graphqlUrl",
|
4521
4521
|
"type": {
|
@@ -4531,7 +4531,7 @@
|
|
4531
4531
|
"immutable": true,
|
4532
4532
|
"locationInModule": {
|
4533
4533
|
"filename": "src/amplify-graphql-api.ts",
|
4534
|
-
"line":
|
4534
|
+
"line": 111
|
4535
4535
|
},
|
4536
4536
|
"name": "realtimeUrl",
|
4537
4537
|
"type": {
|
@@ -4546,7 +4546,7 @@
|
|
4546
4546
|
"immutable": true,
|
4547
4547
|
"locationInModule": {
|
4548
4548
|
"filename": "src/amplify-graphql-api.ts",
|
4549
|
-
"line":
|
4549
|
+
"line": 90
|
4550
4550
|
},
|
4551
4551
|
"name": "resources",
|
4552
4552
|
"type": {
|
@@ -4562,7 +4562,7 @@
|
|
4562
4562
|
"immutable": true,
|
4563
4563
|
"locationInModule": {
|
4564
4564
|
"filename": "src/amplify-graphql-api.ts",
|
4565
|
-
"line":
|
4565
|
+
"line": 116
|
4566
4566
|
},
|
4567
4567
|
"name": "apiKey",
|
4568
4568
|
"optional": true,
|
@@ -4585,7 +4585,7 @@
|
|
4585
4585
|
"kind": "interface",
|
4586
4586
|
"locationInModule": {
|
4587
4587
|
"filename": "src/types.ts",
|
4588
|
-
"line":
|
4588
|
+
"line": 749
|
4589
4589
|
},
|
4590
4590
|
"name": "AmplifyGraphqlApiCfnResources",
|
4591
4591
|
"properties": [
|
@@ -4598,7 +4598,7 @@
|
|
4598
4598
|
"immutable": true,
|
4599
4599
|
"locationInModule": {
|
4600
4600
|
"filename": "src/types.ts",
|
4601
|
-
"line":
|
4601
|
+
"line": 803
|
4602
4602
|
},
|
4603
4603
|
"name": "additionalCfnResources",
|
4604
4604
|
"type": {
|
@@ -4619,7 +4619,7 @@
|
|
4619
4619
|
"immutable": true,
|
4620
4620
|
"locationInModule": {
|
4621
4621
|
"filename": "src/types.ts",
|
4622
|
-
"line":
|
4622
|
+
"line": 788
|
4623
4623
|
},
|
4624
4624
|
"name": "amplifyDynamoDbTables",
|
4625
4625
|
"type": {
|
@@ -4640,7 +4640,7 @@
|
|
4640
4640
|
"immutable": true,
|
4641
4641
|
"locationInModule": {
|
4642
4642
|
"filename": "src/types.ts",
|
4643
|
-
"line":
|
4643
|
+
"line": 778
|
4644
4644
|
},
|
4645
4645
|
"name": "cfnDataSources",
|
4646
4646
|
"type": {
|
@@ -4661,7 +4661,7 @@
|
|
4661
4661
|
"immutable": true,
|
4662
4662
|
"locationInModule": {
|
4663
4663
|
"filename": "src/types.ts",
|
4664
|
-
"line":
|
4664
|
+
"line": 773
|
4665
4665
|
},
|
4666
4666
|
"name": "cfnFunctionConfigurations",
|
4667
4667
|
"type": {
|
@@ -4682,7 +4682,7 @@
|
|
4682
4682
|
"immutable": true,
|
4683
4683
|
"locationInModule": {
|
4684
4684
|
"filename": "src/types.ts",
|
4685
|
-
"line":
|
4685
|
+
"line": 798
|
4686
4686
|
},
|
4687
4687
|
"name": "cfnFunctions",
|
4688
4688
|
"type": {
|
@@ -4703,7 +4703,7 @@
|
|
4703
4703
|
"immutable": true,
|
4704
4704
|
"locationInModule": {
|
4705
4705
|
"filename": "src/types.ts",
|
4706
|
-
"line":
|
4706
|
+
"line": 753
|
4707
4707
|
},
|
4708
4708
|
"name": "cfnGraphqlApi",
|
4709
4709
|
"type": {
|
@@ -4719,7 +4719,7 @@
|
|
4719
4719
|
"immutable": true,
|
4720
4720
|
"locationInModule": {
|
4721
4721
|
"filename": "src/types.ts",
|
4722
|
-
"line":
|
4722
|
+
"line": 758
|
4723
4723
|
},
|
4724
4724
|
"name": "cfnGraphqlSchema",
|
4725
4725
|
"type": {
|
@@ -4735,7 +4735,7 @@
|
|
4735
4735
|
"immutable": true,
|
4736
4736
|
"locationInModule": {
|
4737
4737
|
"filename": "src/types.ts",
|
4738
|
-
"line":
|
4738
|
+
"line": 768
|
4739
4739
|
},
|
4740
4740
|
"name": "cfnResolvers",
|
4741
4741
|
"type": {
|
@@ -4756,7 +4756,7 @@
|
|
4756
4756
|
"immutable": true,
|
4757
4757
|
"locationInModule": {
|
4758
4758
|
"filename": "src/types.ts",
|
4759
|
-
"line":
|
4759
|
+
"line": 793
|
4760
4760
|
},
|
4761
4761
|
"name": "cfnRoles",
|
4762
4762
|
"type": {
|
@@ -4777,7 +4777,7 @@
|
|
4777
4777
|
"immutable": true,
|
4778
4778
|
"locationInModule": {
|
4779
4779
|
"filename": "src/types.ts",
|
4780
|
-
"line":
|
4780
|
+
"line": 783
|
4781
4781
|
},
|
4782
4782
|
"name": "cfnTables",
|
4783
4783
|
"type": {
|
@@ -4798,7 +4798,7 @@
|
|
4798
4798
|
"immutable": true,
|
4799
4799
|
"locationInModule": {
|
4800
4800
|
"filename": "src/types.ts",
|
4801
|
-
"line":
|
4801
|
+
"line": 763
|
4802
4802
|
},
|
4803
4803
|
"name": "cfnApiKey",
|
4804
4804
|
"optional": true,
|
@@ -4821,7 +4821,7 @@
|
|
4821
4821
|
"kind": "interface",
|
4822
4822
|
"locationInModule": {
|
4823
4823
|
"filename": "src/types.ts",
|
4824
|
-
"line":
|
4824
|
+
"line": 666
|
4825
4825
|
},
|
4826
4826
|
"name": "AmplifyGraphqlApiProps",
|
4827
4827
|
"properties": [
|
@@ -4835,7 +4835,7 @@
|
|
4835
4835
|
"immutable": true,
|
4836
4836
|
"locationInModule": {
|
4837
4837
|
"filename": "src/types.ts",
|
4838
|
-
"line":
|
4838
|
+
"line": 683
|
4839
4839
|
},
|
4840
4840
|
"name": "authorizationModes",
|
4841
4841
|
"type": {
|
@@ -4852,7 +4852,7 @@
|
|
4852
4852
|
"immutable": true,
|
4853
4853
|
"locationInModule": {
|
4854
4854
|
"filename": "src/types.ts",
|
4855
|
-
"line":
|
4855
|
+
"line": 671
|
4856
4856
|
},
|
4857
4857
|
"name": "definition",
|
4858
4858
|
"type": {
|
@@ -4869,7 +4869,7 @@
|
|
4869
4869
|
"immutable": true,
|
4870
4870
|
"locationInModule": {
|
4871
4871
|
"filename": "src/types.ts",
|
4872
|
-
"line":
|
4872
|
+
"line": 677
|
4873
4873
|
},
|
4874
4874
|
"name": "apiName",
|
4875
4875
|
"optional": true,
|
@@ -4888,7 +4888,7 @@
|
|
4888
4888
|
"immutable": true,
|
4889
4889
|
"locationInModule": {
|
4890
4890
|
"filename": "src/types.ts",
|
4891
|
-
"line":
|
4891
|
+
"line": 698
|
4892
4892
|
},
|
4893
4893
|
"name": "conflictResolution",
|
4894
4894
|
"optional": true,
|
@@ -4906,7 +4906,7 @@
|
|
4906
4906
|
"immutable": true,
|
4907
4907
|
"locationInModule": {
|
4908
4908
|
"filename": "src/types.ts",
|
4909
|
-
"line":
|
4909
|
+
"line": 742
|
4910
4910
|
},
|
4911
4911
|
"name": "dataStoreConfiguration",
|
4912
4912
|
"optional": true,
|
@@ -4926,7 +4926,7 @@
|
|
4926
4926
|
"immutable": true,
|
4927
4927
|
"locationInModule": {
|
4928
4928
|
"filename": "src/types.ts",
|
4929
|
-
"line":
|
4929
|
+
"line": 691
|
4930
4930
|
},
|
4931
4931
|
"name": "functionNameMap",
|
4932
4932
|
"optional": true,
|
@@ -4949,7 +4949,7 @@
|
|
4949
4949
|
"immutable": true,
|
4950
4950
|
"locationInModule": {
|
4951
4951
|
"filename": "src/types.ts",
|
4952
|
-
"line":
|
4952
|
+
"line": 713
|
4953
4953
|
},
|
4954
4954
|
"name": "functionSlots",
|
4955
4955
|
"optional": true,
|
@@ -4984,7 +4984,7 @@
|
|
4984
4984
|
"immutable": true,
|
4985
4985
|
"locationInModule": {
|
4986
4986
|
"filename": "src/types.ts",
|
4987
|
-
"line":
|
4987
|
+
"line": 736
|
4988
4988
|
},
|
4989
4989
|
"name": "outputStorageStrategy",
|
4990
4990
|
"optional": true,
|
@@ -5001,7 +5001,7 @@
|
|
5001
5001
|
"immutable": true,
|
5002
5002
|
"locationInModule": {
|
5003
5003
|
"filename": "src/types.ts",
|
5004
|
-
"line":
|
5004
|
+
"line": 725
|
5005
5005
|
},
|
5006
5006
|
"name": "predictionsBucket",
|
5007
5007
|
"optional": true,
|
@@ -5019,7 +5019,7 @@
|
|
5019
5019
|
"immutable": true,
|
5020
5020
|
"locationInModule": {
|
5021
5021
|
"filename": "src/types.ts",
|
5022
|
-
"line":
|
5022
|
+
"line": 707
|
5023
5023
|
},
|
5024
5024
|
"name": "stackMappings",
|
5025
5025
|
"optional": true,
|
@@ -5045,7 +5045,7 @@
|
|
5045
5045
|
"immutable": true,
|
5046
5046
|
"locationInModule": {
|
5047
5047
|
"filename": "src/types.ts",
|
5048
|
-
"line":
|
5048
|
+
"line": 720
|
5049
5049
|
},
|
5050
5050
|
"name": "transformerPlugins",
|
5051
5051
|
"optional": true,
|
@@ -5067,7 +5067,7 @@
|
|
5067
5067
|
"immutable": true,
|
5068
5068
|
"locationInModule": {
|
5069
5069
|
"filename": "src/types.ts",
|
5070
|
-
"line":
|
5070
|
+
"line": 731
|
5071
5071
|
},
|
5072
5072
|
"name": "translationBehavior",
|
5073
5073
|
"optional": true,
|
@@ -5090,7 +5090,7 @@
|
|
5090
5090
|
"kind": "interface",
|
5091
5091
|
"locationInModule": {
|
5092
5092
|
"filename": "src/types.ts",
|
5093
|
-
"line":
|
5093
|
+
"line": 810
|
5094
5094
|
},
|
5095
5095
|
"name": "AmplifyGraphqlApiResources",
|
5096
5096
|
"properties": [
|
@@ -5103,7 +5103,7 @@
|
|
5103
5103
|
"immutable": true,
|
5104
5104
|
"locationInModule": {
|
5105
5105
|
"filename": "src/types.ts",
|
5106
|
-
"line":
|
5106
|
+
"line": 834
|
5107
5107
|
},
|
5108
5108
|
"name": "cfnResources",
|
5109
5109
|
"type": {
|
@@ -5119,7 +5119,7 @@
|
|
5119
5119
|
"immutable": true,
|
5120
5120
|
"locationInModule": {
|
5121
5121
|
"filename": "src/types.ts",
|
5122
|
-
"line":
|
5122
|
+
"line": 829
|
5123
5123
|
},
|
5124
5124
|
"name": "functions",
|
5125
5125
|
"type": {
|
@@ -5140,7 +5140,7 @@
|
|
5140
5140
|
"immutable": true,
|
5141
5141
|
"locationInModule": {
|
5142
5142
|
"filename": "src/types.ts",
|
5143
|
-
"line":
|
5143
|
+
"line": 814
|
5144
5144
|
},
|
5145
5145
|
"name": "graphqlApi",
|
5146
5146
|
"type": {
|
@@ -5156,7 +5156,7 @@
|
|
5156
5156
|
"immutable": true,
|
5157
5157
|
"locationInModule": {
|
5158
5158
|
"filename": "src/types.ts",
|
5159
|
-
"line":
|
5159
|
+
"line": 839
|
5160
5160
|
},
|
5161
5161
|
"name": "nestedStacks",
|
5162
5162
|
"type": {
|
@@ -5177,7 +5177,7 @@
|
|
5177
5177
|
"immutable": true,
|
5178
5178
|
"locationInModule": {
|
5179
5179
|
"filename": "src/types.ts",
|
5180
|
-
"line":
|
5180
|
+
"line": 824
|
5181
5181
|
},
|
5182
5182
|
"name": "roles",
|
5183
5183
|
"type": {
|
@@ -5198,7 +5198,7 @@
|
|
5198
5198
|
"immutable": true,
|
5199
5199
|
"locationInModule": {
|
5200
5200
|
"filename": "src/types.ts",
|
5201
|
-
"line":
|
5201
|
+
"line": 819
|
5202
5202
|
},
|
5203
5203
|
"name": "tables",
|
5204
5204
|
"type": {
|
@@ -5428,7 +5428,7 @@
|
|
5428
5428
|
"kind": "interface",
|
5429
5429
|
"locationInModule": {
|
5430
5430
|
"filename": "src/types.ts",
|
5431
|
-
"line":
|
5431
|
+
"line": 141
|
5432
5432
|
},
|
5433
5433
|
"name": "ApiKeyAuthorizationConfig",
|
5434
5434
|
"properties": [
|
@@ -5441,7 +5441,7 @@
|
|
5441
5441
|
"immutable": true,
|
5442
5442
|
"locationInModule": {
|
5443
5443
|
"filename": "src/types.ts",
|
5444
|
-
"line":
|
5444
|
+
"line": 150
|
5445
5445
|
},
|
5446
5446
|
"name": "expires",
|
5447
5447
|
"type": {
|
@@ -5457,7 +5457,7 @@
|
|
5457
5457
|
"immutable": true,
|
5458
5458
|
"locationInModule": {
|
5459
5459
|
"filename": "src/types.ts",
|
5460
|
-
"line":
|
5460
|
+
"line": 145
|
5461
5461
|
},
|
5462
5462
|
"name": "description",
|
5463
5463
|
"optional": true,
|
@@ -5480,7 +5480,7 @@
|
|
5480
5480
|
"kind": "interface",
|
5481
5481
|
"locationInModule": {
|
5482
5482
|
"filename": "src/types.ts",
|
5483
|
-
"line":
|
5483
|
+
"line": 173
|
5484
5484
|
},
|
5485
5485
|
"name": "AuthorizationModes",
|
5486
5486
|
"properties": [
|
@@ -5494,7 +5494,7 @@
|
|
5494
5494
|
"immutable": true,
|
5495
5495
|
"locationInModule": {
|
5496
5496
|
"filename": "src/types.ts",
|
5497
|
-
"line":
|
5497
|
+
"line": 221
|
5498
5498
|
},
|
5499
5499
|
"name": "adminRoles",
|
5500
5500
|
"optional": true,
|
@@ -5517,7 +5517,7 @@
|
|
5517
5517
|
"immutable": true,
|
5518
5518
|
"locationInModule": {
|
5519
5519
|
"filename": "src/types.ts",
|
5520
|
-
"line":
|
5520
|
+
"line": 209
|
5521
5521
|
},
|
5522
5522
|
"name": "apiKeyConfig",
|
5523
5523
|
"optional": true,
|
@@ -5534,7 +5534,7 @@
|
|
5534
5534
|
"immutable": true,
|
5535
5535
|
"locationInModule": {
|
5536
5536
|
"filename": "src/types.ts",
|
5537
|
-
"line":
|
5537
|
+
"line": 177
|
5538
5538
|
},
|
5539
5539
|
"name": "defaultAuthorizationMode",
|
5540
5540
|
"optional": true,
|
@@ -5545,14 +5545,14 @@
|
|
5545
5545
|
{
|
5546
5546
|
"abstract": true,
|
5547
5547
|
"docs": {
|
5548
|
-
"remarks": "
|
5548
|
+
"remarks": "This applies to any IAM principal except Amazon Cognito identity pool's authenticated and unauthenticated roles.\nThis behavior was has recently been improved.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
|
5549
5549
|
"stability": "stable",
|
5550
|
-
"summary": "IAM Auth config, required
|
5550
|
+
"summary": "IAM Auth config, required to allow IAM-based access to this API."
|
5551
5551
|
},
|
5552
5552
|
"immutable": true,
|
5553
5553
|
"locationInModule": {
|
5554
5554
|
"filename": "src/types.ts",
|
5555
|
-
"line":
|
5555
|
+
"line": 185
|
5556
5556
|
},
|
5557
5557
|
"name": "iamConfig",
|
5558
5558
|
"optional": true,
|
@@ -5560,6 +5560,24 @@
|
|
5560
5560
|
"fqn": "@aws-amplify/graphql-api-construct.IAMAuthorizationConfig"
|
5561
5561
|
}
|
5562
5562
|
},
|
5563
|
+
{
|
5564
|
+
"abstract": true,
|
5565
|
+
"docs": {
|
5566
|
+
"remarks": "Applies to 'public' and 'private' auth strategies.",
|
5567
|
+
"stability": "stable",
|
5568
|
+
"summary": "Cognito Identity Pool config, required if an 'identityPool' auth provider is specified in the Api."
|
5569
|
+
},
|
5570
|
+
"immutable": true,
|
5571
|
+
"locationInModule": {
|
5572
|
+
"filename": "src/types.ts",
|
5573
|
+
"line": 191
|
5574
|
+
},
|
5575
|
+
"name": "identityPoolConfig",
|
5576
|
+
"optional": true,
|
5577
|
+
"type": {
|
5578
|
+
"fqn": "@aws-amplify/graphql-api-construct.IdentityPoolAuthorizationConfig"
|
5579
|
+
}
|
5580
|
+
},
|
5563
5581
|
{
|
5564
5582
|
"abstract": true,
|
5565
5583
|
"docs": {
|
@@ -5570,7 +5588,7 @@
|
|
5570
5588
|
"immutable": true,
|
5571
5589
|
"locationInModule": {
|
5572
5590
|
"filename": "src/types.ts",
|
5573
|
-
"line":
|
5591
|
+
"line": 215
|
5574
5592
|
},
|
5575
5593
|
"name": "lambdaConfig",
|
5576
5594
|
"optional": true,
|
@@ -5588,7 +5606,7 @@
|
|
5588
5606
|
"immutable": true,
|
5589
5607
|
"locationInModule": {
|
5590
5608
|
"filename": "src/types.ts",
|
5591
|
-
"line":
|
5609
|
+
"line": 203
|
5592
5610
|
},
|
5593
5611
|
"name": "oidcConfig",
|
5594
5612
|
"optional": true,
|
@@ -5606,7 +5624,7 @@
|
|
5606
5624
|
"immutable": true,
|
5607
5625
|
"locationInModule": {
|
5608
5626
|
"filename": "src/types.ts",
|
5609
|
-
"line":
|
5627
|
+
"line": 197
|
5610
5628
|
},
|
5611
5629
|
"name": "userPoolConfig",
|
5612
5630
|
"optional": true,
|
@@ -5631,7 +5649,7 @@
|
|
5631
5649
|
"kind": "interface",
|
5632
5650
|
"locationInModule": {
|
5633
5651
|
"filename": "src/types.ts",
|
5634
|
-
"line":
|
5652
|
+
"line": 242
|
5635
5653
|
},
|
5636
5654
|
"name": "AutomergeConflictResolutionStrategy",
|
5637
5655
|
"properties": [
|
@@ -5645,7 +5663,7 @@
|
|
5645
5663
|
"immutable": true,
|
5646
5664
|
"locationInModule": {
|
5647
5665
|
"filename": "src/types.ts",
|
5648
|
-
"line":
|
5666
|
+
"line": 247
|
5649
5667
|
},
|
5650
5668
|
"name": "handlerType",
|
5651
5669
|
"type": {
|
@@ -5670,7 +5688,7 @@
|
|
5670
5688
|
"kind": "interface",
|
5671
5689
|
"locationInModule": {
|
5672
5690
|
"filename": "src/types.ts",
|
5673
|
-
"line":
|
5691
|
+
"line": 290
|
5674
5692
|
},
|
5675
5693
|
"name": "ConflictResolution",
|
5676
5694
|
"symbolId": "src/types:ConflictResolution"
|
@@ -5686,7 +5704,7 @@
|
|
5686
5704
|
"kind": "interface",
|
5687
5705
|
"locationInModule": {
|
5688
5706
|
"filename": "src/types.ts",
|
5689
|
-
"line":
|
5707
|
+
"line": 232
|
5690
5708
|
},
|
5691
5709
|
"name": "ConflictResolutionStrategyBase",
|
5692
5710
|
"properties": [
|
@@ -5699,7 +5717,7 @@
|
|
5699
5717
|
"immutable": true,
|
5700
5718
|
"locationInModule": {
|
5701
5719
|
"filename": "src/types.ts",
|
5702
|
-
"line":
|
5720
|
+
"line": 236
|
5703
5721
|
},
|
5704
5722
|
"name": "detectionType",
|
5705
5723
|
"type": {
|
@@ -5723,7 +5741,7 @@
|
|
5723
5741
|
"kind": "interface",
|
5724
5742
|
"locationInModule": {
|
5725
5743
|
"filename": "src/types.ts",
|
5726
|
-
"line":
|
5744
|
+
"line": 264
|
5727
5745
|
},
|
5728
5746
|
"name": "CustomConflictResolutionStrategy",
|
5729
5747
|
"properties": [
|
@@ -5736,7 +5754,7 @@
|
|
5736
5754
|
"immutable": true,
|
5737
5755
|
"locationInModule": {
|
5738
5756
|
"filename": "src/types.ts",
|
5739
|
-
"line":
|
5757
|
+
"line": 275
|
5740
5758
|
},
|
5741
5759
|
"name": "conflictHandler",
|
5742
5760
|
"type": {
|
@@ -5753,7 +5771,7 @@
|
|
5753
5771
|
"immutable": true,
|
5754
5772
|
"locationInModule": {
|
5755
5773
|
"filename": "src/types.ts",
|
5756
|
-
"line":
|
5774
|
+
"line": 270
|
5757
5775
|
},
|
5758
5776
|
"name": "handlerType",
|
5759
5777
|
"type": {
|
@@ -5841,7 +5859,7 @@
|
|
5841
5859
|
"kind": "interface",
|
5842
5860
|
"locationInModule": {
|
5843
5861
|
"filename": "src/types.ts",
|
5844
|
-
"line":
|
5862
|
+
"line": 295
|
5845
5863
|
},
|
5846
5864
|
"name": "DataStoreConfiguration",
|
5847
5865
|
"properties": [
|
@@ -5854,7 +5872,7 @@
|
|
5854
5872
|
"immutable": true,
|
5855
5873
|
"locationInModule": {
|
5856
5874
|
"filename": "src/types.ts",
|
5857
|
-
"line":
|
5875
|
+
"line": 304
|
5858
5876
|
},
|
5859
5877
|
"name": "models",
|
5860
5878
|
"optional": true,
|
@@ -5889,7 +5907,7 @@
|
|
5889
5907
|
"immutable": true,
|
5890
5908
|
"locationInModule": {
|
5891
5909
|
"filename": "src/types.ts",
|
5892
|
-
"line":
|
5910
|
+
"line": 299
|
5893
5911
|
},
|
5894
5912
|
"name": "project",
|
5895
5913
|
"optional": true,
|
@@ -5971,7 +5989,7 @@
|
|
5971
5989
|
"kind": "interface",
|
5972
5990
|
"locationInModule": {
|
5973
5991
|
"filename": "src/types.ts",
|
5974
|
-
"line":
|
5992
|
+
"line": 326
|
5975
5993
|
},
|
5976
5994
|
"name": "FunctionSlotBase",
|
5977
5995
|
"properties": [
|
@@ -5984,7 +6002,7 @@
|
|
5984
6002
|
"immutable": true,
|
5985
6003
|
"locationInModule": {
|
5986
6004
|
"filename": "src/types.ts",
|
5987
|
-
"line":
|
6005
|
+
"line": 330
|
5988
6006
|
},
|
5989
6007
|
"name": "fieldName",
|
5990
6008
|
"type": {
|
@@ -6000,7 +6018,7 @@
|
|
6000
6018
|
"immutable": true,
|
6001
6019
|
"locationInModule": {
|
6002
6020
|
"filename": "src/types.ts",
|
6003
|
-
"line":
|
6021
|
+
"line": 341
|
6004
6022
|
},
|
6005
6023
|
"name": "function",
|
6006
6024
|
"type": {
|
@@ -6017,7 +6035,7 @@
|
|
6017
6035
|
"immutable": true,
|
6018
6036
|
"locationInModule": {
|
6019
6037
|
"filename": "src/types.ts",
|
6020
|
-
"line":
|
6038
|
+
"line": 336
|
6021
6039
|
},
|
6022
6040
|
"name": "slotIndex",
|
6023
6041
|
"type": {
|
@@ -6039,7 +6057,7 @@
|
|
6039
6057
|
"kind": "interface",
|
6040
6058
|
"locationInModule": {
|
6041
6059
|
"filename": "src/types.ts",
|
6042
|
-
"line":
|
6060
|
+
"line": 311
|
6043
6061
|
},
|
6044
6062
|
"name": "FunctionSlotOverride",
|
6045
6063
|
"properties": [
|
@@ -6053,7 +6071,7 @@
|
|
6053
6071
|
"immutable": true,
|
6054
6072
|
"locationInModule": {
|
6055
6073
|
"filename": "src/types.ts",
|
6056
|
-
"line":
|
6074
|
+
"line": 315
|
6057
6075
|
},
|
6058
6076
|
"name": "requestMappingTemplate",
|
6059
6077
|
"optional": true,
|
@@ -6071,7 +6089,7 @@
|
|
6071
6089
|
"immutable": true,
|
6072
6090
|
"locationInModule": {
|
6073
6091
|
"filename": "src/types.ts",
|
6074
|
-
"line":
|
6092
|
+
"line": 320
|
6075
6093
|
},
|
6076
6094
|
"name": "responseMappingTemplate",
|
6077
6095
|
"optional": true,
|
@@ -6100,15 +6118,50 @@
|
|
6100
6118
|
{
|
6101
6119
|
"abstract": true,
|
6102
6120
|
"docs": {
|
6103
|
-
"
|
6121
|
+
"deprecated": "Use 'enableIamAuthorizationMode' and IAM Policy to control access for IAM principals.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
|
6122
|
+
"remarks": "If an IRole is provided, the role `name` will be used for matching.\nIf a string is provided, the raw value will be used for matching.",
|
6123
|
+
"stability": "deprecated",
|
6124
|
+
"summary": "A list of IAM roles which will be granted full read/write access to the generated model if IAM auth is enabled."
|
6125
|
+
},
|
6126
|
+
"immutable": true,
|
6127
|
+
"locationInModule": {
|
6128
|
+
"filename": "src/types.ts",
|
6129
|
+
"line": 61
|
6130
|
+
},
|
6131
|
+
"name": "allowListedRoles",
|
6132
|
+
"optional": true,
|
6133
|
+
"type": {
|
6134
|
+
"collection": {
|
6135
|
+
"elementtype": {
|
6136
|
+
"union": {
|
6137
|
+
"types": [
|
6138
|
+
{
|
6139
|
+
"primitive": "string"
|
6140
|
+
},
|
6141
|
+
{
|
6142
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
6143
|
+
}
|
6144
|
+
]
|
6145
|
+
}
|
6146
|
+
},
|
6147
|
+
"kind": "array"
|
6148
|
+
}
|
6149
|
+
}
|
6150
|
+
},
|
6151
|
+
{
|
6152
|
+
"abstract": true,
|
6153
|
+
"docs": {
|
6154
|
+
"deprecated": "Use 'IdentityPoolAuthorizationConfig.authenticatedUserRole' instead.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
|
6155
|
+
"stability": "deprecated",
|
6104
6156
|
"summary": "Authenticated user role, applies to { provider: iam, allow: private } access."
|
6105
6157
|
},
|
6106
6158
|
"immutable": true,
|
6107
6159
|
"locationInModule": {
|
6108
6160
|
"filename": "src/types.ts",
|
6109
|
-
"line":
|
6161
|
+
"line": 43
|
6110
6162
|
},
|
6111
6163
|
"name": "authenticatedUserRole",
|
6164
|
+
"optional": true,
|
6112
6165
|
"type": {
|
6113
6166
|
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
6114
6167
|
}
|
@@ -6116,66 +6169,59 @@
|
|
6116
6169
|
{
|
6117
6170
|
"abstract": true,
|
6118
6171
|
"docs": {
|
6119
|
-
"
|
6172
|
+
"custom": {
|
6173
|
+
"auth": "directive rules are not applied.\nInstead, access should be defined by IAM Policy, see https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsappsync.html.\n\nDoes not apply to authenticated and unauthenticated IAM Roles attached to Cognito Identity Pool.\nUse IdentityPoolAuthorizationConfig to configure their access."
|
6174
|
+
},
|
6175
|
+
"remarks": "If enabled",
|
6120
6176
|
"stability": "stable",
|
6121
|
-
"summary": "
|
6177
|
+
"summary": "Enables access for IAM principals."
|
6122
6178
|
},
|
6123
6179
|
"immutable": true,
|
6124
6180
|
"locationInModule": {
|
6125
6181
|
"filename": "src/types.ts",
|
6126
|
-
"line":
|
6182
|
+
"line": 70
|
6127
6183
|
},
|
6128
|
-
"name": "
|
6184
|
+
"name": "enableIamAuthorizationMode",
|
6185
|
+
"optional": true,
|
6129
6186
|
"type": {
|
6130
|
-
"primitive": "
|
6187
|
+
"primitive": "boolean"
|
6131
6188
|
}
|
6132
6189
|
},
|
6133
6190
|
{
|
6134
6191
|
"abstract": true,
|
6135
6192
|
"docs": {
|
6136
|
-
"
|
6137
|
-
"
|
6193
|
+
"deprecated": "Use 'IdentityPoolAuthorizationConfig.identityPoolId' instead.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
|
6194
|
+
"remarks": "Format: `<region>:<id string>`",
|
6195
|
+
"stability": "deprecated",
|
6196
|
+
"summary": "ID for the Cognito Identity Pool vending auth and unauth roles."
|
6138
6197
|
},
|
6139
6198
|
"immutable": true,
|
6140
6199
|
"locationInModule": {
|
6141
6200
|
"filename": "src/types.ts",
|
6142
|
-
"line":
|
6201
|
+
"line": 35
|
6143
6202
|
},
|
6144
|
-
"name": "
|
6203
|
+
"name": "identityPoolId",
|
6204
|
+
"optional": true,
|
6145
6205
|
"type": {
|
6146
|
-
"
|
6206
|
+
"primitive": "string"
|
6147
6207
|
}
|
6148
6208
|
},
|
6149
6209
|
{
|
6150
6210
|
"abstract": true,
|
6151
6211
|
"docs": {
|
6152
|
-
"
|
6153
|
-
"stability": "
|
6154
|
-
"summary": "
|
6212
|
+
"deprecated": "Use 'IdentityPoolAuthorizationConfig.unauthenticatedUserRole' instead.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
|
6213
|
+
"stability": "deprecated",
|
6214
|
+
"summary": "Unauthenticated user role, applies to { provider: iam, allow: public } access."
|
6155
6215
|
},
|
6156
6216
|
"immutable": true,
|
6157
6217
|
"locationInModule": {
|
6158
6218
|
"filename": "src/types.ts",
|
6159
|
-
"line":
|
6219
|
+
"line": 51
|
6160
6220
|
},
|
6161
|
-
"name": "
|
6221
|
+
"name": "unauthenticatedUserRole",
|
6162
6222
|
"optional": true,
|
6163
6223
|
"type": {
|
6164
|
-
"
|
6165
|
-
"elementtype": {
|
6166
|
-
"union": {
|
6167
|
-
"types": [
|
6168
|
-
{
|
6169
|
-
"primitive": "string"
|
6170
|
-
},
|
6171
|
-
{
|
6172
|
-
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
6173
|
-
}
|
6174
|
-
]
|
6175
|
-
}
|
6176
|
-
},
|
6177
|
-
"kind": "array"
|
6178
|
-
}
|
6224
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
6179
6225
|
}
|
6180
6226
|
}
|
6181
6227
|
],
|
@@ -6191,7 +6237,7 @@
|
|
6191
6237
|
"kind": "interface",
|
6192
6238
|
"locationInModule": {
|
6193
6239
|
"filename": "src/types.ts",
|
6194
|
-
"line":
|
6240
|
+
"line": 600
|
6195
6241
|
},
|
6196
6242
|
"name": "IAmplifyGraphqlDefinition",
|
6197
6243
|
"properties": [
|
@@ -6206,7 +6252,7 @@
|
|
6206
6252
|
"immutable": true,
|
6207
6253
|
"locationInModule": {
|
6208
6254
|
"filename": "src/types.ts",
|
6209
|
-
"line":
|
6255
|
+
"line": 625
|
6210
6256
|
},
|
6211
6257
|
"name": "dataSourceStrategies",
|
6212
6258
|
"type": {
|
@@ -6240,7 +6286,7 @@
|
|
6240
6286
|
"immutable": true,
|
6241
6287
|
"locationInModule": {
|
6242
6288
|
"filename": "src/types.ts",
|
6243
|
-
"line":
|
6289
|
+
"line": 611
|
6244
6290
|
},
|
6245
6291
|
"name": "functionSlots",
|
6246
6292
|
"type": {
|
@@ -6274,7 +6320,7 @@
|
|
6274
6320
|
"immutable": true,
|
6275
6321
|
"locationInModule": {
|
6276
6322
|
"filename": "src/types.ts",
|
6277
|
-
"line":
|
6323
|
+
"line": 605
|
6278
6324
|
},
|
6279
6325
|
"name": "schema",
|
6280
6326
|
"type": {
|
@@ -6291,7 +6337,7 @@
|
|
6291
6337
|
"immutable": true,
|
6292
6338
|
"locationInModule": {
|
6293
6339
|
"filename": "src/types.ts",
|
6294
|
-
"line":
|
6340
|
+
"line": 631
|
6295
6341
|
},
|
6296
6342
|
"name": "customSqlDataSourceStrategies",
|
6297
6343
|
"optional": true,
|
@@ -6315,7 +6361,7 @@
|
|
6315
6361
|
"immutable": true,
|
6316
6362
|
"locationInModule": {
|
6317
6363
|
"filename": "src/types.ts",
|
6318
|
-
"line":
|
6364
|
+
"line": 619
|
6319
6365
|
},
|
6320
6366
|
"name": "referencedLambdaFunctions",
|
6321
6367
|
"optional": true,
|
@@ -6341,7 +6387,7 @@
|
|
6341
6387
|
"kind": "interface",
|
6342
6388
|
"locationInModule": {
|
6343
6389
|
"filename": "src/types.ts",
|
6344
|
-
"line":
|
6390
|
+
"line": 637
|
6345
6391
|
},
|
6346
6392
|
"name": "IBackendOutputEntry",
|
6347
6393
|
"properties": [
|
@@ -6354,7 +6400,7 @@
|
|
6354
6400
|
"immutable": true,
|
6355
6401
|
"locationInModule": {
|
6356
6402
|
"filename": "src/types.ts",
|
6357
|
-
"line":
|
6403
|
+
"line": 646
|
6358
6404
|
},
|
6359
6405
|
"name": "payload",
|
6360
6406
|
"type": {
|
@@ -6375,7 +6421,7 @@
|
|
6375
6421
|
"immutable": true,
|
6376
6422
|
"locationInModule": {
|
6377
6423
|
"filename": "src/types.ts",
|
6378
|
-
"line":
|
6424
|
+
"line": 641
|
6379
6425
|
},
|
6380
6426
|
"name": "version",
|
6381
6427
|
"type": {
|
@@ -6395,7 +6441,7 @@
|
|
6395
6441
|
"kind": "interface",
|
6396
6442
|
"locationInModule": {
|
6397
6443
|
"filename": "src/types.ts",
|
6398
|
-
"line":
|
6444
|
+
"line": 652
|
6399
6445
|
},
|
6400
6446
|
"methods": [
|
6401
6447
|
{
|
@@ -6406,7 +6452,7 @@
|
|
6406
6452
|
},
|
6407
6453
|
"locationInModule": {
|
6408
6454
|
"filename": "src/types.ts",
|
6409
|
-
"line":
|
6455
|
+
"line": 659
|
6410
6456
|
},
|
6411
6457
|
"name": "addBackendOutputEntry",
|
6412
6458
|
"parameters": [
|
@@ -6434,6 +6480,73 @@
|
|
6434
6480
|
"name": "IBackendOutputStorageStrategy",
|
6435
6481
|
"symbolId": "src/types:IBackendOutputStorageStrategy"
|
6436
6482
|
},
|
6483
|
+
"@aws-amplify/graphql-api-construct.IdentityPoolAuthorizationConfig": {
|
6484
|
+
"assembly": "@aws-amplify/graphql-api-construct",
|
6485
|
+
"datatype": true,
|
6486
|
+
"docs": {
|
6487
|
+
"stability": "stable",
|
6488
|
+
"summary": "Configuration for Cognito Identity Pool Authorization on the Graphql Api."
|
6489
|
+
},
|
6490
|
+
"fqn": "@aws-amplify/graphql-api-construct.IdentityPoolAuthorizationConfig",
|
6491
|
+
"kind": "interface",
|
6492
|
+
"locationInModule": {
|
6493
|
+
"filename": "src/types.ts",
|
6494
|
+
"line": 77
|
6495
|
+
},
|
6496
|
+
"name": "IdentityPoolAuthorizationConfig",
|
6497
|
+
"properties": [
|
6498
|
+
{
|
6499
|
+
"abstract": true,
|
6500
|
+
"docs": {
|
6501
|
+
"stability": "stable",
|
6502
|
+
"summary": "Authenticated user role, applies to { provider: iam, allow: private } access."
|
6503
|
+
},
|
6504
|
+
"immutable": true,
|
6505
|
+
"locationInModule": {
|
6506
|
+
"filename": "src/types.ts",
|
6507
|
+
"line": 87
|
6508
|
+
},
|
6509
|
+
"name": "authenticatedUserRole",
|
6510
|
+
"type": {
|
6511
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
6512
|
+
}
|
6513
|
+
},
|
6514
|
+
{
|
6515
|
+
"abstract": true,
|
6516
|
+
"docs": {
|
6517
|
+
"remarks": "Format: `<region>:<id string>`",
|
6518
|
+
"stability": "stable",
|
6519
|
+
"summary": "ID for the Cognito Identity Pool vending auth and unauth roles."
|
6520
|
+
},
|
6521
|
+
"immutable": true,
|
6522
|
+
"locationInModule": {
|
6523
|
+
"filename": "src/types.ts",
|
6524
|
+
"line": 82
|
6525
|
+
},
|
6526
|
+
"name": "identityPoolId",
|
6527
|
+
"type": {
|
6528
|
+
"primitive": "string"
|
6529
|
+
}
|
6530
|
+
},
|
6531
|
+
{
|
6532
|
+
"abstract": true,
|
6533
|
+
"docs": {
|
6534
|
+
"stability": "stable",
|
6535
|
+
"summary": "Unauthenticated user role, applies to { provider: iam, allow: public } access."
|
6536
|
+
},
|
6537
|
+
"immutable": true,
|
6538
|
+
"locationInModule": {
|
6539
|
+
"filename": "src/types.ts",
|
6540
|
+
"line": 92
|
6541
|
+
},
|
6542
|
+
"name": "unauthenticatedUserRole",
|
6543
|
+
"type": {
|
6544
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
6545
|
+
}
|
6546
|
+
}
|
6547
|
+
],
|
6548
|
+
"symbolId": "src/types:IdentityPoolAuthorizationConfig"
|
6549
|
+
},
|
6437
6550
|
"@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig": {
|
6438
6551
|
"assembly": "@aws-amplify/graphql-api-construct",
|
6439
6552
|
"datatype": true,
|
@@ -6445,7 +6558,7 @@
|
|
6445
6558
|
"kind": "interface",
|
6446
6559
|
"locationInModule": {
|
6447
6560
|
"filename": "src/types.ts",
|
6448
|
-
"line":
|
6561
|
+
"line": 156
|
6449
6562
|
},
|
6450
6563
|
"name": "LambdaAuthorizationConfig",
|
6451
6564
|
"properties": [
|
@@ -6458,7 +6571,7 @@
|
|
6458
6571
|
"immutable": true,
|
6459
6572
|
"locationInModule": {
|
6460
6573
|
"filename": "src/types.ts",
|
6461
|
-
"line":
|
6574
|
+
"line": 160
|
6462
6575
|
},
|
6463
6576
|
"name": "function",
|
6464
6577
|
"type": {
|
@@ -6474,7 +6587,7 @@
|
|
6474
6587
|
"immutable": true,
|
6475
6588
|
"locationInModule": {
|
6476
6589
|
"filename": "src/types.ts",
|
6477
|
-
"line":
|
6590
|
+
"line": 165
|
6478
6591
|
},
|
6479
6592
|
"name": "ttl",
|
6480
6593
|
"type": {
|
@@ -6498,7 +6611,7 @@
|
|
6498
6611
|
"kind": "interface",
|
6499
6612
|
"locationInModule": {
|
6500
6613
|
"filename": "src/types.ts",
|
6501
|
-
"line":
|
6614
|
+
"line": 347
|
6502
6615
|
},
|
6503
6616
|
"name": "MutationFunctionSlot",
|
6504
6617
|
"properties": [
|
@@ -6512,7 +6625,7 @@
|
|
6512
6625
|
"immutable": true,
|
6513
6626
|
"locationInModule": {
|
6514
6627
|
"filename": "src/types.ts",
|
6515
|
-
"line":
|
6628
|
+
"line": 357
|
6516
6629
|
},
|
6517
6630
|
"name": "slotName",
|
6518
6631
|
"type": {
|
@@ -6528,7 +6641,7 @@
|
|
6528
6641
|
"immutable": true,
|
6529
6642
|
"locationInModule": {
|
6530
6643
|
"filename": "src/types.ts",
|
6531
|
-
"line":
|
6644
|
+
"line": 351
|
6532
6645
|
},
|
6533
6646
|
"name": "typeName",
|
6534
6647
|
"type": {
|
@@ -6549,7 +6662,7 @@
|
|
6549
6662
|
"kind": "interface",
|
6550
6663
|
"locationInModule": {
|
6551
6664
|
"filename": "src/types.ts",
|
6552
|
-
"line":
|
6665
|
+
"line": 108
|
6553
6666
|
},
|
6554
6667
|
"name": "OIDCAuthorizationConfig",
|
6555
6668
|
"properties": [
|
@@ -6562,7 +6675,7 @@
|
|
6562
6675
|
"immutable": true,
|
6563
6676
|
"locationInModule": {
|
6564
6677
|
"filename": "src/types.ts",
|
6565
|
-
"line":
|
6678
|
+
"line": 117
|
6566
6679
|
},
|
6567
6680
|
"name": "oidcIssuerUrl",
|
6568
6681
|
"type": {
|
@@ -6578,7 +6691,7 @@
|
|
6578
6691
|
"immutable": true,
|
6579
6692
|
"locationInModule": {
|
6580
6693
|
"filename": "src/types.ts",
|
6581
|
-
"line":
|
6694
|
+
"line": 112
|
6582
6695
|
},
|
6583
6696
|
"name": "oidcProviderName",
|
6584
6697
|
"type": {
|
@@ -6595,7 +6708,7 @@
|
|
6595
6708
|
"immutable": true,
|
6596
6709
|
"locationInModule": {
|
6597
6710
|
"filename": "src/types.ts",
|
6598
|
-
"line":
|
6711
|
+
"line": 129
|
6599
6712
|
},
|
6600
6713
|
"name": "tokenExpiryFromAuth",
|
6601
6714
|
"type": {
|
@@ -6612,7 +6725,7 @@
|
|
6612
6725
|
"immutable": true,
|
6613
6726
|
"locationInModule": {
|
6614
6727
|
"filename": "src/types.ts",
|
6615
|
-
"line":
|
6728
|
+
"line": 135
|
6616
6729
|
},
|
6617
6730
|
"name": "tokenExpiryFromIssue",
|
6618
6731
|
"type": {
|
@@ -6629,7 +6742,7 @@
|
|
6629
6742
|
"immutable": true,
|
6630
6743
|
"locationInModule": {
|
6631
6744
|
"filename": "src/types.ts",
|
6632
|
-
"line":
|
6745
|
+
"line": 123
|
6633
6746
|
},
|
6634
6747
|
"name": "clientId",
|
6635
6748
|
"optional": true,
|
@@ -6654,7 +6767,7 @@
|
|
6654
6767
|
"kind": "interface",
|
6655
6768
|
"locationInModule": {
|
6656
6769
|
"filename": "src/types.ts",
|
6657
|
-
"line":
|
6770
|
+
"line": 253
|
6658
6771
|
},
|
6659
6772
|
"name": "OptimisticConflictResolutionStrategy",
|
6660
6773
|
"properties": [
|
@@ -6668,7 +6781,7 @@
|
|
6668
6781
|
"immutable": true,
|
6669
6782
|
"locationInModule": {
|
6670
6783
|
"filename": "src/types.ts",
|
6671
|
-
"line":
|
6784
|
+
"line": 258
|
6672
6785
|
},
|
6673
6786
|
"name": "handlerType",
|
6674
6787
|
"type": {
|
@@ -6689,7 +6802,7 @@
|
|
6689
6802
|
"kind": "interface",
|
6690
6803
|
"locationInModule": {
|
6691
6804
|
"filename": "src/types.ts",
|
6692
|
-
"line":
|
6805
|
+
"line": 498
|
6693
6806
|
},
|
6694
6807
|
"name": "PartialTranslationBehavior",
|
6695
6808
|
"properties": [
|
@@ -6704,7 +6817,7 @@
|
|
6704
6817
|
"immutable": true,
|
6705
6818
|
"locationInModule": {
|
6706
6819
|
"filename": "src/types.ts",
|
6707
|
-
"line":
|
6820
|
+
"line": 584
|
6708
6821
|
},
|
6709
6822
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
6710
6823
|
"optional": true,
|
@@ -6722,7 +6835,7 @@
|
|
6722
6835
|
"immutable": true,
|
6723
6836
|
"locationInModule": {
|
6724
6837
|
"filename": "src/types.ts",
|
6725
|
-
"line":
|
6838
|
+
"line": 510
|
6726
6839
|
},
|
6727
6840
|
"name": "disableResolverDeduping",
|
6728
6841
|
"optional": true,
|
@@ -6744,7 +6857,7 @@
|
|
6744
6857
|
"immutable": true,
|
6745
6858
|
"locationInModule": {
|
6746
6859
|
"filename": "src/types.ts",
|
6747
|
-
"line":
|
6860
|
+
"line": 549
|
6748
6861
|
},
|
6749
6862
|
"name": "enableAutoIndexQueryNames",
|
6750
6863
|
"optional": true,
|
@@ -6763,7 +6876,7 @@
|
|
6763
6876
|
"immutable": true,
|
6764
6877
|
"locationInModule": {
|
6765
6878
|
"filename": "src/types.ts",
|
6766
|
-
"line":
|
6879
|
+
"line": 564
|
6767
6880
|
},
|
6768
6881
|
"name": "enableSearchNodeToNodeEncryption",
|
6769
6882
|
"optional": true,
|
@@ -6781,7 +6894,7 @@
|
|
6781
6894
|
"immutable": true,
|
6782
6895
|
"locationInModule": {
|
6783
6896
|
"filename": "src/types.ts",
|
6784
|
-
"line":
|
6897
|
+
"line": 570
|
6785
6898
|
},
|
6786
6899
|
"name": "enableTransformerCfnOutputs",
|
6787
6900
|
"optional": true,
|
@@ -6799,7 +6912,7 @@
|
|
6799
6912
|
"immutable": true,
|
6800
6913
|
"locationInModule": {
|
6801
6914
|
"filename": "src/types.ts",
|
6802
|
-
"line":
|
6915
|
+
"line": 529
|
6803
6916
|
},
|
6804
6917
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
6805
6918
|
"optional": true,
|
@@ -6818,7 +6931,7 @@
|
|
6818
6931
|
"immutable": true,
|
6819
6932
|
"locationInModule": {
|
6820
6933
|
"filename": "src/types.ts",
|
6821
|
-
"line":
|
6934
|
+
"line": 594
|
6822
6935
|
},
|
6823
6936
|
"name": "replaceTableUponGsiUpdate",
|
6824
6937
|
"optional": true,
|
@@ -6836,7 +6949,7 @@
|
|
6836
6949
|
"immutable": true,
|
6837
6950
|
"locationInModule": {
|
6838
6951
|
"filename": "src/types.ts",
|
6839
|
-
"line":
|
6952
|
+
"line": 555
|
6840
6953
|
},
|
6841
6954
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
6842
6955
|
"optional": true,
|
@@ -6854,7 +6967,7 @@
|
|
6854
6967
|
"immutable": true,
|
6855
6968
|
"locationInModule": {
|
6856
6969
|
"filename": "src/types.ts",
|
6857
|
-
"line":
|
6970
|
+
"line": 516
|
6858
6971
|
},
|
6859
6972
|
"name": "sandboxModeEnabled",
|
6860
6973
|
"optional": true,
|
@@ -6875,7 +6988,7 @@
|
|
6875
6988
|
"immutable": true,
|
6876
6989
|
"locationInModule": {
|
6877
6990
|
"filename": "src/types.ts",
|
6878
|
-
"line":
|
6991
|
+
"line": 542
|
6879
6992
|
},
|
6880
6993
|
"name": "secondaryKeyAsGSI",
|
6881
6994
|
"optional": true,
|
@@ -6896,7 +7009,7 @@
|
|
6896
7009
|
"immutable": true,
|
6897
7010
|
"locationInModule": {
|
6898
7011
|
"filename": "src/types.ts",
|
6899
|
-
"line":
|
7012
|
+
"line": 503
|
6900
7013
|
},
|
6901
7014
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
6902
7015
|
"optional": true,
|
@@ -6915,7 +7028,7 @@
|
|
6915
7028
|
"immutable": true,
|
6916
7029
|
"locationInModule": {
|
6917
7030
|
"filename": "src/types.ts",
|
6918
|
-
"line":
|
7031
|
+
"line": 536
|
6919
7032
|
},
|
6920
7033
|
"name": "suppressApiKeyGeneration",
|
6921
7034
|
"optional": true,
|
@@ -6933,7 +7046,7 @@
|
|
6933
7046
|
"immutable": true,
|
6934
7047
|
"locationInModule": {
|
6935
7048
|
"filename": "src/types.ts",
|
6936
|
-
"line":
|
7049
|
+
"line": 523
|
6937
7050
|
},
|
6938
7051
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
6939
7052
|
"optional": true,
|
@@ -7043,7 +7156,7 @@
|
|
7043
7156
|
"kind": "interface",
|
7044
7157
|
"locationInModule": {
|
7045
7158
|
"filename": "src/types.ts",
|
7046
|
-
"line":
|
7159
|
+
"line": 363
|
7047
7160
|
},
|
7048
7161
|
"name": "QueryFunctionSlot",
|
7049
7162
|
"properties": [
|
@@ -7057,7 +7170,7 @@
|
|
7057
7170
|
"immutable": true,
|
7058
7171
|
"locationInModule": {
|
7059
7172
|
"filename": "src/types.ts",
|
7060
|
-
"line":
|
7173
|
+
"line": 373
|
7061
7174
|
},
|
7062
7175
|
"name": "slotName",
|
7063
7176
|
"type": {
|
@@ -7073,7 +7186,7 @@
|
|
7073
7186
|
"immutable": true,
|
7074
7187
|
"locationInModule": {
|
7075
7188
|
"filename": "src/types.ts",
|
7076
|
-
"line":
|
7189
|
+
"line": 367
|
7077
7190
|
},
|
7078
7191
|
"name": "typeName",
|
7079
7192
|
"type": {
|
@@ -7678,7 +7791,7 @@
|
|
7678
7791
|
"kind": "interface",
|
7679
7792
|
"locationInModule": {
|
7680
7793
|
"filename": "src/types.ts",
|
7681
|
-
"line":
|
7794
|
+
"line": 379
|
7682
7795
|
},
|
7683
7796
|
"name": "SubscriptionFunctionSlot",
|
7684
7797
|
"properties": [
|
@@ -7692,7 +7805,7 @@
|
|
7692
7805
|
"immutable": true,
|
7693
7806
|
"locationInModule": {
|
7694
7807
|
"filename": "src/types.ts",
|
7695
|
-
"line":
|
7808
|
+
"line": 389
|
7696
7809
|
},
|
7697
7810
|
"name": "slotName",
|
7698
7811
|
"type": {
|
@@ -7708,7 +7821,7 @@
|
|
7708
7821
|
"immutable": true,
|
7709
7822
|
"locationInModule": {
|
7710
7823
|
"filename": "src/types.ts",
|
7711
|
-
"line":
|
7824
|
+
"line": 383
|
7712
7825
|
},
|
7713
7826
|
"name": "typeName",
|
7714
7827
|
"type": {
|
@@ -7781,7 +7894,7 @@
|
|
7781
7894
|
"kind": "interface",
|
7782
7895
|
"locationInModule": {
|
7783
7896
|
"filename": "src/types.ts",
|
7784
|
-
"line":
|
7897
|
+
"line": 403
|
7785
7898
|
},
|
7786
7899
|
"name": "TranslationBehavior",
|
7787
7900
|
"properties": [
|
@@ -7796,7 +7909,7 @@
|
|
7796
7909
|
"immutable": true,
|
7797
7910
|
"locationInModule": {
|
7798
7911
|
"filename": "src/types.ts",
|
7799
|
-
"line":
|
7912
|
+
"line": 482
|
7800
7913
|
},
|
7801
7914
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
7802
7915
|
"type": {
|
@@ -7813,7 +7926,7 @@
|
|
7813
7926
|
"immutable": true,
|
7814
7927
|
"locationInModule": {
|
7815
7928
|
"filename": "src/types.ts",
|
7816
|
-
"line":
|
7929
|
+
"line": 415
|
7817
7930
|
},
|
7818
7931
|
"name": "disableResolverDeduping",
|
7819
7932
|
"type": {
|
@@ -7834,7 +7947,7 @@
|
|
7834
7947
|
"immutable": true,
|
7835
7948
|
"locationInModule": {
|
7836
7949
|
"filename": "src/types.ts",
|
7837
|
-
"line":
|
7950
|
+
"line": 454
|
7838
7951
|
},
|
7839
7952
|
"name": "enableAutoIndexQueryNames",
|
7840
7953
|
"type": {
|
@@ -7849,7 +7962,7 @@
|
|
7849
7962
|
"immutable": true,
|
7850
7963
|
"locationInModule": {
|
7851
7964
|
"filename": "src/types.ts",
|
7852
|
-
"line":
|
7965
|
+
"line": 462
|
7853
7966
|
},
|
7854
7967
|
"name": "enableSearchNodeToNodeEncryption",
|
7855
7968
|
"type": {
|
@@ -7866,7 +7979,7 @@
|
|
7866
7979
|
"immutable": true,
|
7867
7980
|
"locationInModule": {
|
7868
7981
|
"filename": "src/types.ts",
|
7869
|
-
"line":
|
7982
|
+
"line": 468
|
7870
7983
|
},
|
7871
7984
|
"name": "enableTransformerCfnOutputs",
|
7872
7985
|
"type": {
|
@@ -7883,7 +7996,7 @@
|
|
7883
7996
|
"immutable": true,
|
7884
7997
|
"locationInModule": {
|
7885
7998
|
"filename": "src/types.ts",
|
7886
|
-
"line":
|
7999
|
+
"line": 434
|
7887
8000
|
},
|
7888
8001
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
7889
8002
|
"type": {
|
@@ -7901,7 +8014,7 @@
|
|
7901
8014
|
"immutable": true,
|
7902
8015
|
"locationInModule": {
|
7903
8016
|
"filename": "src/types.ts",
|
7904
|
-
"line":
|
8017
|
+
"line": 492
|
7905
8018
|
},
|
7906
8019
|
"name": "replaceTableUponGsiUpdate",
|
7907
8020
|
"type": {
|
@@ -7918,7 +8031,7 @@
|
|
7918
8031
|
"immutable": true,
|
7919
8032
|
"locationInModule": {
|
7920
8033
|
"filename": "src/types.ts",
|
7921
|
-
"line":
|
8034
|
+
"line": 460
|
7922
8035
|
},
|
7923
8036
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
7924
8037
|
"type": {
|
@@ -7935,7 +8048,7 @@
|
|
7935
8048
|
"immutable": true,
|
7936
8049
|
"locationInModule": {
|
7937
8050
|
"filename": "src/types.ts",
|
7938
|
-
"line":
|
8051
|
+
"line": 421
|
7939
8052
|
},
|
7940
8053
|
"name": "sandboxModeEnabled",
|
7941
8054
|
"type": {
|
@@ -7955,7 +8068,7 @@
|
|
7955
8068
|
"immutable": true,
|
7956
8069
|
"locationInModule": {
|
7957
8070
|
"filename": "src/types.ts",
|
7958
|
-
"line":
|
8071
|
+
"line": 447
|
7959
8072
|
},
|
7960
8073
|
"name": "secondaryKeyAsGSI",
|
7961
8074
|
"type": {
|
@@ -7975,7 +8088,7 @@
|
|
7975
8088
|
"immutable": true,
|
7976
8089
|
"locationInModule": {
|
7977
8090
|
"filename": "src/types.ts",
|
7978
|
-
"line":
|
8091
|
+
"line": 408
|
7979
8092
|
},
|
7980
8093
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
7981
8094
|
"type": {
|
@@ -7993,7 +8106,7 @@
|
|
7993
8106
|
"immutable": true,
|
7994
8107
|
"locationInModule": {
|
7995
8108
|
"filename": "src/types.ts",
|
7996
|
-
"line":
|
8109
|
+
"line": 441
|
7997
8110
|
},
|
7998
8111
|
"name": "suppressApiKeyGeneration",
|
7999
8112
|
"type": {
|
@@ -8010,7 +8123,7 @@
|
|
8010
8123
|
"immutable": true,
|
8011
8124
|
"locationInModule": {
|
8012
8125
|
"filename": "src/types.ts",
|
8013
|
-
"line":
|
8126
|
+
"line": 428
|
8014
8127
|
},
|
8015
8128
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
8016
8129
|
"type": {
|
@@ -8031,7 +8144,7 @@
|
|
8031
8144
|
"kind": "interface",
|
8032
8145
|
"locationInModule": {
|
8033
8146
|
"filename": "src/types.ts",
|
8034
|
-
"line":
|
8147
|
+
"line": 98
|
8035
8148
|
},
|
8036
8149
|
"name": "UserPoolAuthorizationConfig",
|
8037
8150
|
"properties": [
|
@@ -8044,7 +8157,7 @@
|
|
8044
8157
|
"immutable": true,
|
8045
8158
|
"locationInModule": {
|
8046
8159
|
"filename": "src/types.ts",
|
8047
|
-
"line":
|
8160
|
+
"line": 102
|
8048
8161
|
},
|
8049
8162
|
"name": "userPool",
|
8050
8163
|
"type": {
|
@@ -8132,6 +8245,6 @@
|
|
8132
8245
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
8133
8246
|
}
|
8134
8247
|
},
|
8135
|
-
"version": "1.7.0",
|
8136
|
-
"fingerprint": "
|
8248
|
+
"version": "1.7.1-gen2-release.0",
|
8249
|
+
"fingerprint": "YbPOWRUvL8IS16JRx71Y/3nTQJlmmL0hnaUVlfDTsUQ="
|
8137
8250
|
}
|