@aws-amplify/graphql-api-construct 1.6.0 → 1.7.0-iam-auth-with-identityPool-provider-1.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 +313 -200
- package/API.md +16 -3
- package/CHANGELOG.md +6 -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 +2 -1
- package/lib/internal/authorization-modes.js +37 -7
- 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 +4 -2
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +6 -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 +32 -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 +3 -2
- 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 +1 -0
- 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/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 +14 -7
- 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 +2 -1
- 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 +14 -3
- 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/mutation.create.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.create.js +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +2 -2
- 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 +3 -3
- 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 +1 -1
- 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 +34 -14
- 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-function-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
- 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 +2 -2
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts +2 -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 +9 -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 +39 -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 +15 -7
- 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/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
- 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/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/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/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +5 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +201 -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/package.json +3 -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/tsconfig.tsbuildinfo +1 -1
- package/node_modules/graphql-mapping-template/CHANGELOG.md +4 -0
- package/node_modules/graphql-mapping-template/LICENSE +201 -0
- package/node_modules/graphql-mapping-template/package.json +3 -2
- package/node_modules/graphql-transformer-common/CHANGELOG.md +4 -0
- package/node_modules/graphql-transformer-common/LICENSE +201 -0
- package/node_modules/graphql-transformer-common/package.json +4 -3
- 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 +47 -8
- package/src/types.ts +56 -5
package/.jsii
CHANGED
|
@@ -8,20 +8,20 @@
|
|
|
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.
|
|
12
|
-
"@aws-amplify/graphql-default-value-transformer": "2.3.1",
|
|
13
|
-
"@aws-amplify/graphql-function-transformer": "2.1.
|
|
14
|
-
"@aws-amplify/graphql-http-transformer": "2.1.
|
|
15
|
-
"@aws-amplify/graphql-index-transformer": "2.3.
|
|
16
|
-
"@aws-amplify/graphql-maps-to-transformer": "3.4.
|
|
17
|
-
"@aws-amplify/graphql-model-transformer": "2.6.0",
|
|
18
|
-
"@aws-amplify/graphql-predictions-transformer": "2.1.
|
|
19
|
-
"@aws-amplify/graphql-relational-transformer": "2.4.1",
|
|
20
|
-
"@aws-amplify/graphql-searchable-transformer": "2.6.1",
|
|
21
|
-
"@aws-amplify/graphql-sql-transformer": "0.2.
|
|
22
|
-
"@aws-amplify/graphql-transformer": "1.3.
|
|
23
|
-
"@aws-amplify/graphql-transformer-core": "2.5.0",
|
|
24
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.4.0",
|
|
11
|
+
"@aws-amplify/graphql-auth-transformer": "3.5.0-iam-auth-with-identityPool-provider-1.0",
|
|
12
|
+
"@aws-amplify/graphql-default-value-transformer": "2.3.2-iam-auth-with-identityPool-provider-1.0",
|
|
13
|
+
"@aws-amplify/graphql-function-transformer": "2.1.19-iam-auth-with-identityPool-provider-1.0",
|
|
14
|
+
"@aws-amplify/graphql-http-transformer": "2.1.19-iam-auth-with-identityPool-provider-1.0",
|
|
15
|
+
"@aws-amplify/graphql-index-transformer": "2.3.8-iam-auth-with-identityPool-provider-1.0",
|
|
16
|
+
"@aws-amplify/graphql-maps-to-transformer": "3.4.9-iam-auth-with-identityPool-provider-1.0",
|
|
17
|
+
"@aws-amplify/graphql-model-transformer": "2.6.1-iam-auth-with-identityPool-provider-1.0",
|
|
18
|
+
"@aws-amplify/graphql-predictions-transformer": "2.1.19-iam-auth-with-identityPool-provider-1.0",
|
|
19
|
+
"@aws-amplify/graphql-relational-transformer": "2.4.2-iam-auth-with-identityPool-provider-1.0",
|
|
20
|
+
"@aws-amplify/graphql-searchable-transformer": "2.6.2-iam-auth-with-identityPool-provider-1.0",
|
|
21
|
+
"@aws-amplify/graphql-sql-transformer": "0.2.8-iam-auth-with-identityPool-provider-1.0",
|
|
22
|
+
"@aws-amplify/graphql-transformer": "1.3.13-iam-auth-with-identityPool-provider-1.0",
|
|
23
|
+
"@aws-amplify/graphql-transformer-core": "2.5.1-iam-auth-with-identityPool-provider-1.0",
|
|
24
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.4.1-iam-auth-with-identityPool-provider-1.0",
|
|
25
25
|
"@aws-amplify/platform-core": "^0.2.0",
|
|
26
26
|
"@aws-amplify/plugin-types": "^0.4.1",
|
|
27
27
|
"charenc": "^0.0.2",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"fs-extra": "^8.1.0",
|
|
30
30
|
"graceful-fs": "^4.2.11",
|
|
31
31
|
"graphql": "^15.5.0",
|
|
32
|
-
"graphql-mapping-template": "4.20.
|
|
33
|
-
"graphql-transformer-common": "4.28.1",
|
|
32
|
+
"graphql-mapping-template": "4.20.16-iam-auth-with-identityPool-provider-1.0",
|
|
33
|
+
"graphql-transformer-common": "4.28.2-iam-auth-with-identityPool-provider-1.0",
|
|
34
34
|
"hjson": "^3.2.2",
|
|
35
35
|
"immer": "^9.0.12",
|
|
36
36
|
"is-buffer": "^2.0.5",
|
|
@@ -3536,7 +3536,7 @@
|
|
|
3536
3536
|
"kind": "interface",
|
|
3537
3537
|
"locationInModule": {
|
|
3538
3538
|
"filename": "src/types.ts",
|
|
3539
|
-
"line":
|
|
3539
|
+
"line": 846
|
|
3540
3540
|
},
|
|
3541
3541
|
"name": "AddFunctionProps",
|
|
3542
3542
|
"properties": [
|
|
@@ -3549,7 +3549,7 @@
|
|
|
3549
3549
|
"immutable": true,
|
|
3550
3550
|
"locationInModule": {
|
|
3551
3551
|
"filename": "src/types.ts",
|
|
3552
|
-
"line":
|
|
3552
|
+
"line": 850
|
|
3553
3553
|
},
|
|
3554
3554
|
"name": "dataSource",
|
|
3555
3555
|
"type": {
|
|
@@ -3565,7 +3565,7 @@
|
|
|
3565
3565
|
"immutable": true,
|
|
3566
3566
|
"locationInModule": {
|
|
3567
3567
|
"filename": "src/types.ts",
|
|
3568
|
-
"line":
|
|
3568
|
+
"line": 855
|
|
3569
3569
|
},
|
|
3570
3570
|
"name": "name",
|
|
3571
3571
|
"type": {
|
|
@@ -3582,7 +3582,7 @@
|
|
|
3582
3582
|
"immutable": true,
|
|
3583
3583
|
"locationInModule": {
|
|
3584
3584
|
"filename": "src/types.ts",
|
|
3585
|
-
"line":
|
|
3585
|
+
"line": 890
|
|
3586
3586
|
},
|
|
3587
3587
|
"name": "code",
|
|
3588
3588
|
"optional": true,
|
|
@@ -3600,7 +3600,7 @@
|
|
|
3600
3600
|
"immutable": true,
|
|
3601
3601
|
"locationInModule": {
|
|
3602
3602
|
"filename": "src/types.ts",
|
|
3603
|
-
"line":
|
|
3603
|
+
"line": 862
|
|
3604
3604
|
},
|
|
3605
3605
|
"name": "description",
|
|
3606
3606
|
"optional": true,
|
|
@@ -3618,7 +3618,7 @@
|
|
|
3618
3618
|
"immutable": true,
|
|
3619
3619
|
"locationInModule": {
|
|
3620
3620
|
"filename": "src/types.ts",
|
|
3621
|
-
"line":
|
|
3621
|
+
"line": 869
|
|
3622
3622
|
},
|
|
3623
3623
|
"name": "requestMappingTemplate",
|
|
3624
3624
|
"optional": true,
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
"immutable": true,
|
|
3637
3637
|
"locationInModule": {
|
|
3638
3638
|
"filename": "src/types.ts",
|
|
3639
|
-
"line":
|
|
3639
|
+
"line": 876
|
|
3640
3640
|
},
|
|
3641
3641
|
"name": "responseMappingTemplate",
|
|
3642
3642
|
"optional": true,
|
|
@@ -3654,7 +3654,7 @@
|
|
|
3654
3654
|
"immutable": true,
|
|
3655
3655
|
"locationInModule": {
|
|
3656
3656
|
"filename": "src/types.ts",
|
|
3657
|
-
"line":
|
|
3657
|
+
"line": 883
|
|
3658
3658
|
},
|
|
3659
3659
|
"name": "runtime",
|
|
3660
3660
|
"optional": true,
|
|
@@ -3950,7 +3950,7 @@
|
|
|
3950
3950
|
},
|
|
3951
3951
|
"locationInModule": {
|
|
3952
3952
|
"filename": "src/amplify-graphql-api.ts",
|
|
3953
|
-
"line":
|
|
3953
|
+
"line": 140
|
|
3954
3954
|
},
|
|
3955
3955
|
"parameters": [
|
|
3956
3956
|
{
|
|
@@ -3985,7 +3985,7 @@
|
|
|
3985
3985
|
"kind": "class",
|
|
3986
3986
|
"locationInModule": {
|
|
3987
3987
|
"filename": "src/amplify-graphql-api.ts",
|
|
3988
|
-
"line":
|
|
3988
|
+
"line": 86
|
|
3989
3989
|
},
|
|
3990
3990
|
"methods": [
|
|
3991
3991
|
{
|
|
@@ -3997,7 +3997,7 @@
|
|
|
3997
3997
|
},
|
|
3998
3998
|
"locationInModule": {
|
|
3999
3999
|
"filename": "src/amplify-graphql-api.ts",
|
|
4000
|
-
"line":
|
|
4000
|
+
"line": 287
|
|
4001
4001
|
},
|
|
4002
4002
|
"name": "addDynamoDbDataSource",
|
|
4003
4003
|
"parameters": [
|
|
@@ -4046,7 +4046,7 @@
|
|
|
4046
4046
|
},
|
|
4047
4047
|
"locationInModule": {
|
|
4048
4048
|
"filename": "src/amplify-graphql-api.ts",
|
|
4049
|
-
"line":
|
|
4049
|
+
"line": 299
|
|
4050
4050
|
},
|
|
4051
4051
|
"name": "addElasticsearchDataSource",
|
|
4052
4052
|
"parameters": [
|
|
@@ -4093,7 +4093,7 @@
|
|
|
4093
4093
|
},
|
|
4094
4094
|
"locationInModule": {
|
|
4095
4095
|
"filename": "src/amplify-graphql-api.ts",
|
|
4096
|
-
"line":
|
|
4096
|
+
"line": 309
|
|
4097
4097
|
},
|
|
4098
4098
|
"name": "addEventBridgeDataSource",
|
|
4099
4099
|
"parameters": [
|
|
@@ -4140,7 +4140,7 @@
|
|
|
4140
4140
|
},
|
|
4141
4141
|
"locationInModule": {
|
|
4142
4142
|
"filename": "src/amplify-graphql-api.ts",
|
|
4143
|
-
"line":
|
|
4143
|
+
"line": 391
|
|
4144
4144
|
},
|
|
4145
4145
|
"name": "addFunction",
|
|
4146
4146
|
"parameters": [
|
|
@@ -4175,7 +4175,7 @@
|
|
|
4175
4175
|
},
|
|
4176
4176
|
"locationInModule": {
|
|
4177
4177
|
"filename": "src/amplify-graphql-api.ts",
|
|
4178
|
-
"line":
|
|
4178
|
+
"line": 320
|
|
4179
4179
|
},
|
|
4180
4180
|
"name": "addHttpDataSource",
|
|
4181
4181
|
"parameters": [
|
|
@@ -4223,7 +4223,7 @@
|
|
|
4223
4223
|
},
|
|
4224
4224
|
"locationInModule": {
|
|
4225
4225
|
"filename": "src/amplify-graphql-api.ts",
|
|
4226
|
-
"line":
|
|
4226
|
+
"line": 331
|
|
4227
4227
|
},
|
|
4228
4228
|
"name": "addLambdaDataSource",
|
|
4229
4229
|
"parameters": [
|
|
@@ -4271,7 +4271,7 @@
|
|
|
4271
4271
|
},
|
|
4272
4272
|
"locationInModule": {
|
|
4273
4273
|
"filename": "src/amplify-graphql-api.ts",
|
|
4274
|
-
"line":
|
|
4274
|
+
"line": 342
|
|
4275
4275
|
},
|
|
4276
4276
|
"name": "addNoneDataSource",
|
|
4277
4277
|
"parameters": [
|
|
@@ -4310,7 +4310,7 @@
|
|
|
4310
4310
|
},
|
|
4311
4311
|
"locationInModule": {
|
|
4312
4312
|
"filename": "src/amplify-graphql-api.ts",
|
|
4313
|
-
"line":
|
|
4313
|
+
"line": 353
|
|
4314
4314
|
},
|
|
4315
4315
|
"name": "addOpenSearchDataSource",
|
|
4316
4316
|
"parameters": [
|
|
@@ -4358,7 +4358,7 @@
|
|
|
4358
4358
|
},
|
|
4359
4359
|
"locationInModule": {
|
|
4360
4360
|
"filename": "src/amplify-graphql-api.ts",
|
|
4361
|
-
"line":
|
|
4361
|
+
"line": 366
|
|
4362
4362
|
},
|
|
4363
4363
|
"name": "addRdsDataSource",
|
|
4364
4364
|
"parameters": [
|
|
@@ -4425,7 +4425,7 @@
|
|
|
4425
4425
|
},
|
|
4426
4426
|
"locationInModule": {
|
|
4427
4427
|
"filename": "src/amplify-graphql-api.ts",
|
|
4428
|
-
"line":
|
|
4428
|
+
"line": 382
|
|
4429
4429
|
},
|
|
4430
4430
|
"name": "addResolver",
|
|
4431
4431
|
"parameters": [
|
|
@@ -4466,7 +4466,7 @@
|
|
|
4466
4466
|
"immutable": true,
|
|
4467
4467
|
"locationInModule": {
|
|
4468
4468
|
"filename": "src/amplify-graphql-api.ts",
|
|
4469
|
-
"line":
|
|
4469
|
+
"line": 121
|
|
4470
4470
|
},
|
|
4471
4471
|
"name": "apiId",
|
|
4472
4472
|
"type": {
|
|
@@ -4481,7 +4481,7 @@
|
|
|
4481
4481
|
"immutable": true,
|
|
4482
4482
|
"locationInModule": {
|
|
4483
4483
|
"filename": "src/amplify-graphql-api.ts",
|
|
4484
|
-
"line":
|
|
4484
|
+
"line": 101
|
|
4485
4485
|
},
|
|
4486
4486
|
"name": "generatedFunctionSlots",
|
|
4487
4487
|
"type": {
|
|
@@ -4514,7 +4514,7 @@
|
|
|
4514
4514
|
"immutable": true,
|
|
4515
4515
|
"locationInModule": {
|
|
4516
4516
|
"filename": "src/amplify-graphql-api.ts",
|
|
4517
|
-
"line":
|
|
4517
|
+
"line": 106
|
|
4518
4518
|
},
|
|
4519
4519
|
"name": "graphqlUrl",
|
|
4520
4520
|
"type": {
|
|
@@ -4530,7 +4530,7 @@
|
|
|
4530
4530
|
"immutable": true,
|
|
4531
4531
|
"locationInModule": {
|
|
4532
4532
|
"filename": "src/amplify-graphql-api.ts",
|
|
4533
|
-
"line":
|
|
4533
|
+
"line": 111
|
|
4534
4534
|
},
|
|
4535
4535
|
"name": "realtimeUrl",
|
|
4536
4536
|
"type": {
|
|
@@ -4545,7 +4545,7 @@
|
|
|
4545
4545
|
"immutable": true,
|
|
4546
4546
|
"locationInModule": {
|
|
4547
4547
|
"filename": "src/amplify-graphql-api.ts",
|
|
4548
|
-
"line":
|
|
4548
|
+
"line": 90
|
|
4549
4549
|
},
|
|
4550
4550
|
"name": "resources",
|
|
4551
4551
|
"type": {
|
|
@@ -4561,7 +4561,7 @@
|
|
|
4561
4561
|
"immutable": true,
|
|
4562
4562
|
"locationInModule": {
|
|
4563
4563
|
"filename": "src/amplify-graphql-api.ts",
|
|
4564
|
-
"line":
|
|
4564
|
+
"line": 116
|
|
4565
4565
|
},
|
|
4566
4566
|
"name": "apiKey",
|
|
4567
4567
|
"optional": true,
|
|
@@ -4584,7 +4584,7 @@
|
|
|
4584
4584
|
"kind": "interface",
|
|
4585
4585
|
"locationInModule": {
|
|
4586
4586
|
"filename": "src/types.ts",
|
|
4587
|
-
"line":
|
|
4587
|
+
"line": 749
|
|
4588
4588
|
},
|
|
4589
4589
|
"name": "AmplifyGraphqlApiCfnResources",
|
|
4590
4590
|
"properties": [
|
|
@@ -4597,7 +4597,7 @@
|
|
|
4597
4597
|
"immutable": true,
|
|
4598
4598
|
"locationInModule": {
|
|
4599
4599
|
"filename": "src/types.ts",
|
|
4600
|
-
"line":
|
|
4600
|
+
"line": 803
|
|
4601
4601
|
},
|
|
4602
4602
|
"name": "additionalCfnResources",
|
|
4603
4603
|
"type": {
|
|
@@ -4618,7 +4618,7 @@
|
|
|
4618
4618
|
"immutable": true,
|
|
4619
4619
|
"locationInModule": {
|
|
4620
4620
|
"filename": "src/types.ts",
|
|
4621
|
-
"line":
|
|
4621
|
+
"line": 788
|
|
4622
4622
|
},
|
|
4623
4623
|
"name": "amplifyDynamoDbTables",
|
|
4624
4624
|
"type": {
|
|
@@ -4639,7 +4639,7 @@
|
|
|
4639
4639
|
"immutable": true,
|
|
4640
4640
|
"locationInModule": {
|
|
4641
4641
|
"filename": "src/types.ts",
|
|
4642
|
-
"line":
|
|
4642
|
+
"line": 778
|
|
4643
4643
|
},
|
|
4644
4644
|
"name": "cfnDataSources",
|
|
4645
4645
|
"type": {
|
|
@@ -4660,7 +4660,7 @@
|
|
|
4660
4660
|
"immutable": true,
|
|
4661
4661
|
"locationInModule": {
|
|
4662
4662
|
"filename": "src/types.ts",
|
|
4663
|
-
"line":
|
|
4663
|
+
"line": 773
|
|
4664
4664
|
},
|
|
4665
4665
|
"name": "cfnFunctionConfigurations",
|
|
4666
4666
|
"type": {
|
|
@@ -4681,7 +4681,7 @@
|
|
|
4681
4681
|
"immutable": true,
|
|
4682
4682
|
"locationInModule": {
|
|
4683
4683
|
"filename": "src/types.ts",
|
|
4684
|
-
"line":
|
|
4684
|
+
"line": 798
|
|
4685
4685
|
},
|
|
4686
4686
|
"name": "cfnFunctions",
|
|
4687
4687
|
"type": {
|
|
@@ -4702,7 +4702,7 @@
|
|
|
4702
4702
|
"immutable": true,
|
|
4703
4703
|
"locationInModule": {
|
|
4704
4704
|
"filename": "src/types.ts",
|
|
4705
|
-
"line":
|
|
4705
|
+
"line": 753
|
|
4706
4706
|
},
|
|
4707
4707
|
"name": "cfnGraphqlApi",
|
|
4708
4708
|
"type": {
|
|
@@ -4718,7 +4718,7 @@
|
|
|
4718
4718
|
"immutable": true,
|
|
4719
4719
|
"locationInModule": {
|
|
4720
4720
|
"filename": "src/types.ts",
|
|
4721
|
-
"line":
|
|
4721
|
+
"line": 758
|
|
4722
4722
|
},
|
|
4723
4723
|
"name": "cfnGraphqlSchema",
|
|
4724
4724
|
"type": {
|
|
@@ -4734,7 +4734,7 @@
|
|
|
4734
4734
|
"immutable": true,
|
|
4735
4735
|
"locationInModule": {
|
|
4736
4736
|
"filename": "src/types.ts",
|
|
4737
|
-
"line":
|
|
4737
|
+
"line": 768
|
|
4738
4738
|
},
|
|
4739
4739
|
"name": "cfnResolvers",
|
|
4740
4740
|
"type": {
|
|
@@ -4755,7 +4755,7 @@
|
|
|
4755
4755
|
"immutable": true,
|
|
4756
4756
|
"locationInModule": {
|
|
4757
4757
|
"filename": "src/types.ts",
|
|
4758
|
-
"line":
|
|
4758
|
+
"line": 793
|
|
4759
4759
|
},
|
|
4760
4760
|
"name": "cfnRoles",
|
|
4761
4761
|
"type": {
|
|
@@ -4776,7 +4776,7 @@
|
|
|
4776
4776
|
"immutable": true,
|
|
4777
4777
|
"locationInModule": {
|
|
4778
4778
|
"filename": "src/types.ts",
|
|
4779
|
-
"line":
|
|
4779
|
+
"line": 783
|
|
4780
4780
|
},
|
|
4781
4781
|
"name": "cfnTables",
|
|
4782
4782
|
"type": {
|
|
@@ -4797,7 +4797,7 @@
|
|
|
4797
4797
|
"immutable": true,
|
|
4798
4798
|
"locationInModule": {
|
|
4799
4799
|
"filename": "src/types.ts",
|
|
4800
|
-
"line":
|
|
4800
|
+
"line": 763
|
|
4801
4801
|
},
|
|
4802
4802
|
"name": "cfnApiKey",
|
|
4803
4803
|
"optional": true,
|
|
@@ -4820,7 +4820,7 @@
|
|
|
4820
4820
|
"kind": "interface",
|
|
4821
4821
|
"locationInModule": {
|
|
4822
4822
|
"filename": "src/types.ts",
|
|
4823
|
-
"line":
|
|
4823
|
+
"line": 666
|
|
4824
4824
|
},
|
|
4825
4825
|
"name": "AmplifyGraphqlApiProps",
|
|
4826
4826
|
"properties": [
|
|
@@ -4834,7 +4834,7 @@
|
|
|
4834
4834
|
"immutable": true,
|
|
4835
4835
|
"locationInModule": {
|
|
4836
4836
|
"filename": "src/types.ts",
|
|
4837
|
-
"line":
|
|
4837
|
+
"line": 683
|
|
4838
4838
|
},
|
|
4839
4839
|
"name": "authorizationModes",
|
|
4840
4840
|
"type": {
|
|
@@ -4851,7 +4851,7 @@
|
|
|
4851
4851
|
"immutable": true,
|
|
4852
4852
|
"locationInModule": {
|
|
4853
4853
|
"filename": "src/types.ts",
|
|
4854
|
-
"line":
|
|
4854
|
+
"line": 671
|
|
4855
4855
|
},
|
|
4856
4856
|
"name": "definition",
|
|
4857
4857
|
"type": {
|
|
@@ -4868,7 +4868,7 @@
|
|
|
4868
4868
|
"immutable": true,
|
|
4869
4869
|
"locationInModule": {
|
|
4870
4870
|
"filename": "src/types.ts",
|
|
4871
|
-
"line":
|
|
4871
|
+
"line": 677
|
|
4872
4872
|
},
|
|
4873
4873
|
"name": "apiName",
|
|
4874
4874
|
"optional": true,
|
|
@@ -4887,7 +4887,7 @@
|
|
|
4887
4887
|
"immutable": true,
|
|
4888
4888
|
"locationInModule": {
|
|
4889
4889
|
"filename": "src/types.ts",
|
|
4890
|
-
"line":
|
|
4890
|
+
"line": 698
|
|
4891
4891
|
},
|
|
4892
4892
|
"name": "conflictResolution",
|
|
4893
4893
|
"optional": true,
|
|
@@ -4905,7 +4905,7 @@
|
|
|
4905
4905
|
"immutable": true,
|
|
4906
4906
|
"locationInModule": {
|
|
4907
4907
|
"filename": "src/types.ts",
|
|
4908
|
-
"line":
|
|
4908
|
+
"line": 742
|
|
4909
4909
|
},
|
|
4910
4910
|
"name": "dataStoreConfiguration",
|
|
4911
4911
|
"optional": true,
|
|
@@ -4925,7 +4925,7 @@
|
|
|
4925
4925
|
"immutable": true,
|
|
4926
4926
|
"locationInModule": {
|
|
4927
4927
|
"filename": "src/types.ts",
|
|
4928
|
-
"line":
|
|
4928
|
+
"line": 691
|
|
4929
4929
|
},
|
|
4930
4930
|
"name": "functionNameMap",
|
|
4931
4931
|
"optional": true,
|
|
@@ -4948,7 +4948,7 @@
|
|
|
4948
4948
|
"immutable": true,
|
|
4949
4949
|
"locationInModule": {
|
|
4950
4950
|
"filename": "src/types.ts",
|
|
4951
|
-
"line":
|
|
4951
|
+
"line": 713
|
|
4952
4952
|
},
|
|
4953
4953
|
"name": "functionSlots",
|
|
4954
4954
|
"optional": true,
|
|
@@ -4983,7 +4983,7 @@
|
|
|
4983
4983
|
"immutable": true,
|
|
4984
4984
|
"locationInModule": {
|
|
4985
4985
|
"filename": "src/types.ts",
|
|
4986
|
-
"line":
|
|
4986
|
+
"line": 736
|
|
4987
4987
|
},
|
|
4988
4988
|
"name": "outputStorageStrategy",
|
|
4989
4989
|
"optional": true,
|
|
@@ -5000,7 +5000,7 @@
|
|
|
5000
5000
|
"immutable": true,
|
|
5001
5001
|
"locationInModule": {
|
|
5002
5002
|
"filename": "src/types.ts",
|
|
5003
|
-
"line":
|
|
5003
|
+
"line": 725
|
|
5004
5004
|
},
|
|
5005
5005
|
"name": "predictionsBucket",
|
|
5006
5006
|
"optional": true,
|
|
@@ -5018,7 +5018,7 @@
|
|
|
5018
5018
|
"immutable": true,
|
|
5019
5019
|
"locationInModule": {
|
|
5020
5020
|
"filename": "src/types.ts",
|
|
5021
|
-
"line":
|
|
5021
|
+
"line": 707
|
|
5022
5022
|
},
|
|
5023
5023
|
"name": "stackMappings",
|
|
5024
5024
|
"optional": true,
|
|
@@ -5044,7 +5044,7 @@
|
|
|
5044
5044
|
"immutable": true,
|
|
5045
5045
|
"locationInModule": {
|
|
5046
5046
|
"filename": "src/types.ts",
|
|
5047
|
-
"line":
|
|
5047
|
+
"line": 720
|
|
5048
5048
|
},
|
|
5049
5049
|
"name": "transformerPlugins",
|
|
5050
5050
|
"optional": true,
|
|
@@ -5066,7 +5066,7 @@
|
|
|
5066
5066
|
"immutable": true,
|
|
5067
5067
|
"locationInModule": {
|
|
5068
5068
|
"filename": "src/types.ts",
|
|
5069
|
-
"line":
|
|
5069
|
+
"line": 731
|
|
5070
5070
|
},
|
|
5071
5071
|
"name": "translationBehavior",
|
|
5072
5072
|
"optional": true,
|
|
@@ -5089,7 +5089,7 @@
|
|
|
5089
5089
|
"kind": "interface",
|
|
5090
5090
|
"locationInModule": {
|
|
5091
5091
|
"filename": "src/types.ts",
|
|
5092
|
-
"line":
|
|
5092
|
+
"line": 810
|
|
5093
5093
|
},
|
|
5094
5094
|
"name": "AmplifyGraphqlApiResources",
|
|
5095
5095
|
"properties": [
|
|
@@ -5102,7 +5102,7 @@
|
|
|
5102
5102
|
"immutable": true,
|
|
5103
5103
|
"locationInModule": {
|
|
5104
5104
|
"filename": "src/types.ts",
|
|
5105
|
-
"line":
|
|
5105
|
+
"line": 834
|
|
5106
5106
|
},
|
|
5107
5107
|
"name": "cfnResources",
|
|
5108
5108
|
"type": {
|
|
@@ -5118,7 +5118,7 @@
|
|
|
5118
5118
|
"immutable": true,
|
|
5119
5119
|
"locationInModule": {
|
|
5120
5120
|
"filename": "src/types.ts",
|
|
5121
|
-
"line":
|
|
5121
|
+
"line": 829
|
|
5122
5122
|
},
|
|
5123
5123
|
"name": "functions",
|
|
5124
5124
|
"type": {
|
|
@@ -5139,7 +5139,7 @@
|
|
|
5139
5139
|
"immutable": true,
|
|
5140
5140
|
"locationInModule": {
|
|
5141
5141
|
"filename": "src/types.ts",
|
|
5142
|
-
"line":
|
|
5142
|
+
"line": 814
|
|
5143
5143
|
},
|
|
5144
5144
|
"name": "graphqlApi",
|
|
5145
5145
|
"type": {
|
|
@@ -5155,7 +5155,7 @@
|
|
|
5155
5155
|
"immutable": true,
|
|
5156
5156
|
"locationInModule": {
|
|
5157
5157
|
"filename": "src/types.ts",
|
|
5158
|
-
"line":
|
|
5158
|
+
"line": 839
|
|
5159
5159
|
},
|
|
5160
5160
|
"name": "nestedStacks",
|
|
5161
5161
|
"type": {
|
|
@@ -5176,7 +5176,7 @@
|
|
|
5176
5176
|
"immutable": true,
|
|
5177
5177
|
"locationInModule": {
|
|
5178
5178
|
"filename": "src/types.ts",
|
|
5179
|
-
"line":
|
|
5179
|
+
"line": 824
|
|
5180
5180
|
},
|
|
5181
5181
|
"name": "roles",
|
|
5182
5182
|
"type": {
|
|
@@ -5197,7 +5197,7 @@
|
|
|
5197
5197
|
"immutable": true,
|
|
5198
5198
|
"locationInModule": {
|
|
5199
5199
|
"filename": "src/types.ts",
|
|
5200
|
-
"line":
|
|
5200
|
+
"line": 819
|
|
5201
5201
|
},
|
|
5202
5202
|
"name": "tables",
|
|
5203
5203
|
"type": {
|
|
@@ -5427,7 +5427,7 @@
|
|
|
5427
5427
|
"kind": "interface",
|
|
5428
5428
|
"locationInModule": {
|
|
5429
5429
|
"filename": "src/types.ts",
|
|
5430
|
-
"line":
|
|
5430
|
+
"line": 141
|
|
5431
5431
|
},
|
|
5432
5432
|
"name": "ApiKeyAuthorizationConfig",
|
|
5433
5433
|
"properties": [
|
|
@@ -5440,7 +5440,7 @@
|
|
|
5440
5440
|
"immutable": true,
|
|
5441
5441
|
"locationInModule": {
|
|
5442
5442
|
"filename": "src/types.ts",
|
|
5443
|
-
"line":
|
|
5443
|
+
"line": 150
|
|
5444
5444
|
},
|
|
5445
5445
|
"name": "expires",
|
|
5446
5446
|
"type": {
|
|
@@ -5456,7 +5456,7 @@
|
|
|
5456
5456
|
"immutable": true,
|
|
5457
5457
|
"locationInModule": {
|
|
5458
5458
|
"filename": "src/types.ts",
|
|
5459
|
-
"line":
|
|
5459
|
+
"line": 145
|
|
5460
5460
|
},
|
|
5461
5461
|
"name": "description",
|
|
5462
5462
|
"optional": true,
|
|
@@ -5479,7 +5479,7 @@
|
|
|
5479
5479
|
"kind": "interface",
|
|
5480
5480
|
"locationInModule": {
|
|
5481
5481
|
"filename": "src/types.ts",
|
|
5482
|
-
"line":
|
|
5482
|
+
"line": 173
|
|
5483
5483
|
},
|
|
5484
5484
|
"name": "AuthorizationModes",
|
|
5485
5485
|
"properties": [
|
|
@@ -5493,7 +5493,7 @@
|
|
|
5493
5493
|
"immutable": true,
|
|
5494
5494
|
"locationInModule": {
|
|
5495
5495
|
"filename": "src/types.ts",
|
|
5496
|
-
"line":
|
|
5496
|
+
"line": 221
|
|
5497
5497
|
},
|
|
5498
5498
|
"name": "adminRoles",
|
|
5499
5499
|
"optional": true,
|
|
@@ -5516,7 +5516,7 @@
|
|
|
5516
5516
|
"immutable": true,
|
|
5517
5517
|
"locationInModule": {
|
|
5518
5518
|
"filename": "src/types.ts",
|
|
5519
|
-
"line":
|
|
5519
|
+
"line": 209
|
|
5520
5520
|
},
|
|
5521
5521
|
"name": "apiKeyConfig",
|
|
5522
5522
|
"optional": true,
|
|
@@ -5533,7 +5533,7 @@
|
|
|
5533
5533
|
"immutable": true,
|
|
5534
5534
|
"locationInModule": {
|
|
5535
5535
|
"filename": "src/types.ts",
|
|
5536
|
-
"line":
|
|
5536
|
+
"line": 177
|
|
5537
5537
|
},
|
|
5538
5538
|
"name": "defaultAuthorizationMode",
|
|
5539
5539
|
"optional": true,
|
|
@@ -5544,14 +5544,14 @@
|
|
|
5544
5544
|
{
|
|
5545
5545
|
"abstract": true,
|
|
5546
5546
|
"docs": {
|
|
5547
|
-
"remarks": "
|
|
5547
|
+
"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.",
|
|
5548
5548
|
"stability": "stable",
|
|
5549
|
-
"summary": "IAM Auth config, required
|
|
5549
|
+
"summary": "IAM Auth config, required to allow IAM-based access to this API."
|
|
5550
5550
|
},
|
|
5551
5551
|
"immutable": true,
|
|
5552
5552
|
"locationInModule": {
|
|
5553
5553
|
"filename": "src/types.ts",
|
|
5554
|
-
"line":
|
|
5554
|
+
"line": 185
|
|
5555
5555
|
},
|
|
5556
5556
|
"name": "iamConfig",
|
|
5557
5557
|
"optional": true,
|
|
@@ -5559,6 +5559,24 @@
|
|
|
5559
5559
|
"fqn": "@aws-amplify/graphql-api-construct.IAMAuthorizationConfig"
|
|
5560
5560
|
}
|
|
5561
5561
|
},
|
|
5562
|
+
{
|
|
5563
|
+
"abstract": true,
|
|
5564
|
+
"docs": {
|
|
5565
|
+
"remarks": "Applies to 'public' and 'private' auth strategies.",
|
|
5566
|
+
"stability": "stable",
|
|
5567
|
+
"summary": "Cognito Identity Pool config, required if an 'identityPool' auth provider is specified in the Api."
|
|
5568
|
+
},
|
|
5569
|
+
"immutable": true,
|
|
5570
|
+
"locationInModule": {
|
|
5571
|
+
"filename": "src/types.ts",
|
|
5572
|
+
"line": 191
|
|
5573
|
+
},
|
|
5574
|
+
"name": "identityPoolConfig",
|
|
5575
|
+
"optional": true,
|
|
5576
|
+
"type": {
|
|
5577
|
+
"fqn": "@aws-amplify/graphql-api-construct.IdentityPoolAuthorizationConfig"
|
|
5578
|
+
}
|
|
5579
|
+
},
|
|
5562
5580
|
{
|
|
5563
5581
|
"abstract": true,
|
|
5564
5582
|
"docs": {
|
|
@@ -5569,7 +5587,7 @@
|
|
|
5569
5587
|
"immutable": true,
|
|
5570
5588
|
"locationInModule": {
|
|
5571
5589
|
"filename": "src/types.ts",
|
|
5572
|
-
"line":
|
|
5590
|
+
"line": 215
|
|
5573
5591
|
},
|
|
5574
5592
|
"name": "lambdaConfig",
|
|
5575
5593
|
"optional": true,
|
|
@@ -5587,7 +5605,7 @@
|
|
|
5587
5605
|
"immutable": true,
|
|
5588
5606
|
"locationInModule": {
|
|
5589
5607
|
"filename": "src/types.ts",
|
|
5590
|
-
"line":
|
|
5608
|
+
"line": 203
|
|
5591
5609
|
},
|
|
5592
5610
|
"name": "oidcConfig",
|
|
5593
5611
|
"optional": true,
|
|
@@ -5605,7 +5623,7 @@
|
|
|
5605
5623
|
"immutable": true,
|
|
5606
5624
|
"locationInModule": {
|
|
5607
5625
|
"filename": "src/types.ts",
|
|
5608
|
-
"line":
|
|
5626
|
+
"line": 197
|
|
5609
5627
|
},
|
|
5610
5628
|
"name": "userPoolConfig",
|
|
5611
5629
|
"optional": true,
|
|
@@ -5630,7 +5648,7 @@
|
|
|
5630
5648
|
"kind": "interface",
|
|
5631
5649
|
"locationInModule": {
|
|
5632
5650
|
"filename": "src/types.ts",
|
|
5633
|
-
"line":
|
|
5651
|
+
"line": 242
|
|
5634
5652
|
},
|
|
5635
5653
|
"name": "AutomergeConflictResolutionStrategy",
|
|
5636
5654
|
"properties": [
|
|
@@ -5644,7 +5662,7 @@
|
|
|
5644
5662
|
"immutable": true,
|
|
5645
5663
|
"locationInModule": {
|
|
5646
5664
|
"filename": "src/types.ts",
|
|
5647
|
-
"line":
|
|
5665
|
+
"line": 247
|
|
5648
5666
|
},
|
|
5649
5667
|
"name": "handlerType",
|
|
5650
5668
|
"type": {
|
|
@@ -5669,7 +5687,7 @@
|
|
|
5669
5687
|
"kind": "interface",
|
|
5670
5688
|
"locationInModule": {
|
|
5671
5689
|
"filename": "src/types.ts",
|
|
5672
|
-
"line":
|
|
5690
|
+
"line": 290
|
|
5673
5691
|
},
|
|
5674
5692
|
"name": "ConflictResolution",
|
|
5675
5693
|
"symbolId": "src/types:ConflictResolution"
|
|
@@ -5685,7 +5703,7 @@
|
|
|
5685
5703
|
"kind": "interface",
|
|
5686
5704
|
"locationInModule": {
|
|
5687
5705
|
"filename": "src/types.ts",
|
|
5688
|
-
"line":
|
|
5706
|
+
"line": 232
|
|
5689
5707
|
},
|
|
5690
5708
|
"name": "ConflictResolutionStrategyBase",
|
|
5691
5709
|
"properties": [
|
|
@@ -5698,7 +5716,7 @@
|
|
|
5698
5716
|
"immutable": true,
|
|
5699
5717
|
"locationInModule": {
|
|
5700
5718
|
"filename": "src/types.ts",
|
|
5701
|
-
"line":
|
|
5719
|
+
"line": 236
|
|
5702
5720
|
},
|
|
5703
5721
|
"name": "detectionType",
|
|
5704
5722
|
"type": {
|
|
@@ -5722,7 +5740,7 @@
|
|
|
5722
5740
|
"kind": "interface",
|
|
5723
5741
|
"locationInModule": {
|
|
5724
5742
|
"filename": "src/types.ts",
|
|
5725
|
-
"line":
|
|
5743
|
+
"line": 264
|
|
5726
5744
|
},
|
|
5727
5745
|
"name": "CustomConflictResolutionStrategy",
|
|
5728
5746
|
"properties": [
|
|
@@ -5735,7 +5753,7 @@
|
|
|
5735
5753
|
"immutable": true,
|
|
5736
5754
|
"locationInModule": {
|
|
5737
5755
|
"filename": "src/types.ts",
|
|
5738
|
-
"line":
|
|
5756
|
+
"line": 275
|
|
5739
5757
|
},
|
|
5740
5758
|
"name": "conflictHandler",
|
|
5741
5759
|
"type": {
|
|
@@ -5752,7 +5770,7 @@
|
|
|
5752
5770
|
"immutable": true,
|
|
5753
5771
|
"locationInModule": {
|
|
5754
5772
|
"filename": "src/types.ts",
|
|
5755
|
-
"line":
|
|
5773
|
+
"line": 270
|
|
5756
5774
|
},
|
|
5757
5775
|
"name": "handlerType",
|
|
5758
5776
|
"type": {
|
|
@@ -5840,7 +5858,7 @@
|
|
|
5840
5858
|
"kind": "interface",
|
|
5841
5859
|
"locationInModule": {
|
|
5842
5860
|
"filename": "src/types.ts",
|
|
5843
|
-
"line":
|
|
5861
|
+
"line": 295
|
|
5844
5862
|
},
|
|
5845
5863
|
"name": "DataStoreConfiguration",
|
|
5846
5864
|
"properties": [
|
|
@@ -5853,7 +5871,7 @@
|
|
|
5853
5871
|
"immutable": true,
|
|
5854
5872
|
"locationInModule": {
|
|
5855
5873
|
"filename": "src/types.ts",
|
|
5856
|
-
"line":
|
|
5874
|
+
"line": 304
|
|
5857
5875
|
},
|
|
5858
5876
|
"name": "models",
|
|
5859
5877
|
"optional": true,
|
|
@@ -5888,7 +5906,7 @@
|
|
|
5888
5906
|
"immutable": true,
|
|
5889
5907
|
"locationInModule": {
|
|
5890
5908
|
"filename": "src/types.ts",
|
|
5891
|
-
"line":
|
|
5909
|
+
"line": 299
|
|
5892
5910
|
},
|
|
5893
5911
|
"name": "project",
|
|
5894
5912
|
"optional": true,
|
|
@@ -5970,7 +5988,7 @@
|
|
|
5970
5988
|
"kind": "interface",
|
|
5971
5989
|
"locationInModule": {
|
|
5972
5990
|
"filename": "src/types.ts",
|
|
5973
|
-
"line":
|
|
5991
|
+
"line": 326
|
|
5974
5992
|
},
|
|
5975
5993
|
"name": "FunctionSlotBase",
|
|
5976
5994
|
"properties": [
|
|
@@ -5983,7 +6001,7 @@
|
|
|
5983
6001
|
"immutable": true,
|
|
5984
6002
|
"locationInModule": {
|
|
5985
6003
|
"filename": "src/types.ts",
|
|
5986
|
-
"line":
|
|
6004
|
+
"line": 330
|
|
5987
6005
|
},
|
|
5988
6006
|
"name": "fieldName",
|
|
5989
6007
|
"type": {
|
|
@@ -5999,7 +6017,7 @@
|
|
|
5999
6017
|
"immutable": true,
|
|
6000
6018
|
"locationInModule": {
|
|
6001
6019
|
"filename": "src/types.ts",
|
|
6002
|
-
"line":
|
|
6020
|
+
"line": 341
|
|
6003
6021
|
},
|
|
6004
6022
|
"name": "function",
|
|
6005
6023
|
"type": {
|
|
@@ -6016,7 +6034,7 @@
|
|
|
6016
6034
|
"immutable": true,
|
|
6017
6035
|
"locationInModule": {
|
|
6018
6036
|
"filename": "src/types.ts",
|
|
6019
|
-
"line":
|
|
6037
|
+
"line": 336
|
|
6020
6038
|
},
|
|
6021
6039
|
"name": "slotIndex",
|
|
6022
6040
|
"type": {
|
|
@@ -6038,7 +6056,7 @@
|
|
|
6038
6056
|
"kind": "interface",
|
|
6039
6057
|
"locationInModule": {
|
|
6040
6058
|
"filename": "src/types.ts",
|
|
6041
|
-
"line":
|
|
6059
|
+
"line": 311
|
|
6042
6060
|
},
|
|
6043
6061
|
"name": "FunctionSlotOverride",
|
|
6044
6062
|
"properties": [
|
|
@@ -6052,7 +6070,7 @@
|
|
|
6052
6070
|
"immutable": true,
|
|
6053
6071
|
"locationInModule": {
|
|
6054
6072
|
"filename": "src/types.ts",
|
|
6055
|
-
"line":
|
|
6073
|
+
"line": 315
|
|
6056
6074
|
},
|
|
6057
6075
|
"name": "requestMappingTemplate",
|
|
6058
6076
|
"optional": true,
|
|
@@ -6070,7 +6088,7 @@
|
|
|
6070
6088
|
"immutable": true,
|
|
6071
6089
|
"locationInModule": {
|
|
6072
6090
|
"filename": "src/types.ts",
|
|
6073
|
-
"line":
|
|
6091
|
+
"line": 320
|
|
6074
6092
|
},
|
|
6075
6093
|
"name": "responseMappingTemplate",
|
|
6076
6094
|
"optional": true,
|
|
@@ -6099,15 +6117,50 @@
|
|
|
6099
6117
|
{
|
|
6100
6118
|
"abstract": true,
|
|
6101
6119
|
"docs": {
|
|
6102
|
-
"
|
|
6120
|
+
"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.",
|
|
6121
|
+
"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.",
|
|
6122
|
+
"stability": "deprecated",
|
|
6123
|
+
"summary": "A list of IAM roles which will be granted full read/write access to the generated model if IAM auth is enabled."
|
|
6124
|
+
},
|
|
6125
|
+
"immutable": true,
|
|
6126
|
+
"locationInModule": {
|
|
6127
|
+
"filename": "src/types.ts",
|
|
6128
|
+
"line": 61
|
|
6129
|
+
},
|
|
6130
|
+
"name": "allowListedRoles",
|
|
6131
|
+
"optional": true,
|
|
6132
|
+
"type": {
|
|
6133
|
+
"collection": {
|
|
6134
|
+
"elementtype": {
|
|
6135
|
+
"union": {
|
|
6136
|
+
"types": [
|
|
6137
|
+
{
|
|
6138
|
+
"primitive": "string"
|
|
6139
|
+
},
|
|
6140
|
+
{
|
|
6141
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
6142
|
+
}
|
|
6143
|
+
]
|
|
6144
|
+
}
|
|
6145
|
+
},
|
|
6146
|
+
"kind": "array"
|
|
6147
|
+
}
|
|
6148
|
+
}
|
|
6149
|
+
},
|
|
6150
|
+
{
|
|
6151
|
+
"abstract": true,
|
|
6152
|
+
"docs": {
|
|
6153
|
+
"deprecated": "Use 'IdentityPoolAuthorizationConfig.authenticatedUserRole' instead.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
|
|
6154
|
+
"stability": "deprecated",
|
|
6103
6155
|
"summary": "Authenticated user role, applies to { provider: iam, allow: private } access."
|
|
6104
6156
|
},
|
|
6105
6157
|
"immutable": true,
|
|
6106
6158
|
"locationInModule": {
|
|
6107
6159
|
"filename": "src/types.ts",
|
|
6108
|
-
"line":
|
|
6160
|
+
"line": 43
|
|
6109
6161
|
},
|
|
6110
6162
|
"name": "authenticatedUserRole",
|
|
6163
|
+
"optional": true,
|
|
6111
6164
|
"type": {
|
|
6112
6165
|
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
6113
6166
|
}
|
|
@@ -6115,66 +6168,59 @@
|
|
|
6115
6168
|
{
|
|
6116
6169
|
"abstract": true,
|
|
6117
6170
|
"docs": {
|
|
6118
|
-
"
|
|
6171
|
+
"custom": {
|
|
6172
|
+
"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."
|
|
6173
|
+
},
|
|
6174
|
+
"remarks": "If enabled",
|
|
6119
6175
|
"stability": "stable",
|
|
6120
|
-
"summary": "
|
|
6176
|
+
"summary": "Enables access for IAM principals."
|
|
6121
6177
|
},
|
|
6122
6178
|
"immutable": true,
|
|
6123
6179
|
"locationInModule": {
|
|
6124
6180
|
"filename": "src/types.ts",
|
|
6125
|
-
"line":
|
|
6181
|
+
"line": 70
|
|
6126
6182
|
},
|
|
6127
|
-
"name": "
|
|
6183
|
+
"name": "enableIamAuthorizationMode",
|
|
6184
|
+
"optional": true,
|
|
6128
6185
|
"type": {
|
|
6129
|
-
"primitive": "
|
|
6186
|
+
"primitive": "boolean"
|
|
6130
6187
|
}
|
|
6131
6188
|
},
|
|
6132
6189
|
{
|
|
6133
6190
|
"abstract": true,
|
|
6134
6191
|
"docs": {
|
|
6135
|
-
"
|
|
6136
|
-
"
|
|
6192
|
+
"deprecated": "Use 'IdentityPoolAuthorizationConfig.identityPoolId' instead.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
|
|
6193
|
+
"remarks": "Format: `<region>:<id string>`",
|
|
6194
|
+
"stability": "deprecated",
|
|
6195
|
+
"summary": "ID for the Cognito Identity Pool vending auth and unauth roles."
|
|
6137
6196
|
},
|
|
6138
6197
|
"immutable": true,
|
|
6139
6198
|
"locationInModule": {
|
|
6140
6199
|
"filename": "src/types.ts",
|
|
6141
|
-
"line":
|
|
6200
|
+
"line": 35
|
|
6142
6201
|
},
|
|
6143
|
-
"name": "
|
|
6202
|
+
"name": "identityPoolId",
|
|
6203
|
+
"optional": true,
|
|
6144
6204
|
"type": {
|
|
6145
|
-
"
|
|
6205
|
+
"primitive": "string"
|
|
6146
6206
|
}
|
|
6147
6207
|
},
|
|
6148
6208
|
{
|
|
6149
6209
|
"abstract": true,
|
|
6150
6210
|
"docs": {
|
|
6151
|
-
"
|
|
6152
|
-
"stability": "
|
|
6153
|
-
"summary": "
|
|
6211
|
+
"deprecated": "Use 'IdentityPoolAuthorizationConfig.unauthenticatedUserRole' instead.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
|
|
6212
|
+
"stability": "deprecated",
|
|
6213
|
+
"summary": "Unauthenticated user role, applies to { provider: iam, allow: public } access."
|
|
6154
6214
|
},
|
|
6155
6215
|
"immutable": true,
|
|
6156
6216
|
"locationInModule": {
|
|
6157
6217
|
"filename": "src/types.ts",
|
|
6158
|
-
"line":
|
|
6218
|
+
"line": 51
|
|
6159
6219
|
},
|
|
6160
|
-
"name": "
|
|
6220
|
+
"name": "unauthenticatedUserRole",
|
|
6161
6221
|
"optional": true,
|
|
6162
6222
|
"type": {
|
|
6163
|
-
"
|
|
6164
|
-
"elementtype": {
|
|
6165
|
-
"union": {
|
|
6166
|
-
"types": [
|
|
6167
|
-
{
|
|
6168
|
-
"primitive": "string"
|
|
6169
|
-
},
|
|
6170
|
-
{
|
|
6171
|
-
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
6172
|
-
}
|
|
6173
|
-
]
|
|
6174
|
-
}
|
|
6175
|
-
},
|
|
6176
|
-
"kind": "array"
|
|
6177
|
-
}
|
|
6223
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
6178
6224
|
}
|
|
6179
6225
|
}
|
|
6180
6226
|
],
|
|
@@ -6190,7 +6236,7 @@
|
|
|
6190
6236
|
"kind": "interface",
|
|
6191
6237
|
"locationInModule": {
|
|
6192
6238
|
"filename": "src/types.ts",
|
|
6193
|
-
"line":
|
|
6239
|
+
"line": 600
|
|
6194
6240
|
},
|
|
6195
6241
|
"name": "IAmplifyGraphqlDefinition",
|
|
6196
6242
|
"properties": [
|
|
@@ -6205,7 +6251,7 @@
|
|
|
6205
6251
|
"immutable": true,
|
|
6206
6252
|
"locationInModule": {
|
|
6207
6253
|
"filename": "src/types.ts",
|
|
6208
|
-
"line":
|
|
6254
|
+
"line": 625
|
|
6209
6255
|
},
|
|
6210
6256
|
"name": "dataSourceStrategies",
|
|
6211
6257
|
"type": {
|
|
@@ -6239,7 +6285,7 @@
|
|
|
6239
6285
|
"immutable": true,
|
|
6240
6286
|
"locationInModule": {
|
|
6241
6287
|
"filename": "src/types.ts",
|
|
6242
|
-
"line":
|
|
6288
|
+
"line": 611
|
|
6243
6289
|
},
|
|
6244
6290
|
"name": "functionSlots",
|
|
6245
6291
|
"type": {
|
|
@@ -6273,7 +6319,7 @@
|
|
|
6273
6319
|
"immutable": true,
|
|
6274
6320
|
"locationInModule": {
|
|
6275
6321
|
"filename": "src/types.ts",
|
|
6276
|
-
"line":
|
|
6322
|
+
"line": 605
|
|
6277
6323
|
},
|
|
6278
6324
|
"name": "schema",
|
|
6279
6325
|
"type": {
|
|
@@ -6290,7 +6336,7 @@
|
|
|
6290
6336
|
"immutable": true,
|
|
6291
6337
|
"locationInModule": {
|
|
6292
6338
|
"filename": "src/types.ts",
|
|
6293
|
-
"line":
|
|
6339
|
+
"line": 631
|
|
6294
6340
|
},
|
|
6295
6341
|
"name": "customSqlDataSourceStrategies",
|
|
6296
6342
|
"optional": true,
|
|
@@ -6314,7 +6360,7 @@
|
|
|
6314
6360
|
"immutable": true,
|
|
6315
6361
|
"locationInModule": {
|
|
6316
6362
|
"filename": "src/types.ts",
|
|
6317
|
-
"line":
|
|
6363
|
+
"line": 619
|
|
6318
6364
|
},
|
|
6319
6365
|
"name": "referencedLambdaFunctions",
|
|
6320
6366
|
"optional": true,
|
|
@@ -6340,7 +6386,7 @@
|
|
|
6340
6386
|
"kind": "interface",
|
|
6341
6387
|
"locationInModule": {
|
|
6342
6388
|
"filename": "src/types.ts",
|
|
6343
|
-
"line":
|
|
6389
|
+
"line": 637
|
|
6344
6390
|
},
|
|
6345
6391
|
"name": "IBackendOutputEntry",
|
|
6346
6392
|
"properties": [
|
|
@@ -6353,7 +6399,7 @@
|
|
|
6353
6399
|
"immutable": true,
|
|
6354
6400
|
"locationInModule": {
|
|
6355
6401
|
"filename": "src/types.ts",
|
|
6356
|
-
"line":
|
|
6402
|
+
"line": 646
|
|
6357
6403
|
},
|
|
6358
6404
|
"name": "payload",
|
|
6359
6405
|
"type": {
|
|
@@ -6374,7 +6420,7 @@
|
|
|
6374
6420
|
"immutable": true,
|
|
6375
6421
|
"locationInModule": {
|
|
6376
6422
|
"filename": "src/types.ts",
|
|
6377
|
-
"line":
|
|
6423
|
+
"line": 641
|
|
6378
6424
|
},
|
|
6379
6425
|
"name": "version",
|
|
6380
6426
|
"type": {
|
|
@@ -6394,7 +6440,7 @@
|
|
|
6394
6440
|
"kind": "interface",
|
|
6395
6441
|
"locationInModule": {
|
|
6396
6442
|
"filename": "src/types.ts",
|
|
6397
|
-
"line":
|
|
6443
|
+
"line": 652
|
|
6398
6444
|
},
|
|
6399
6445
|
"methods": [
|
|
6400
6446
|
{
|
|
@@ -6405,7 +6451,7 @@
|
|
|
6405
6451
|
},
|
|
6406
6452
|
"locationInModule": {
|
|
6407
6453
|
"filename": "src/types.ts",
|
|
6408
|
-
"line":
|
|
6454
|
+
"line": 659
|
|
6409
6455
|
},
|
|
6410
6456
|
"name": "addBackendOutputEntry",
|
|
6411
6457
|
"parameters": [
|
|
@@ -6433,6 +6479,73 @@
|
|
|
6433
6479
|
"name": "IBackendOutputStorageStrategy",
|
|
6434
6480
|
"symbolId": "src/types:IBackendOutputStorageStrategy"
|
|
6435
6481
|
},
|
|
6482
|
+
"@aws-amplify/graphql-api-construct.IdentityPoolAuthorizationConfig": {
|
|
6483
|
+
"assembly": "@aws-amplify/graphql-api-construct",
|
|
6484
|
+
"datatype": true,
|
|
6485
|
+
"docs": {
|
|
6486
|
+
"stability": "stable",
|
|
6487
|
+
"summary": "Configuration for Cognito Identity Pool Authorization on the Graphql Api."
|
|
6488
|
+
},
|
|
6489
|
+
"fqn": "@aws-amplify/graphql-api-construct.IdentityPoolAuthorizationConfig",
|
|
6490
|
+
"kind": "interface",
|
|
6491
|
+
"locationInModule": {
|
|
6492
|
+
"filename": "src/types.ts",
|
|
6493
|
+
"line": 77
|
|
6494
|
+
},
|
|
6495
|
+
"name": "IdentityPoolAuthorizationConfig",
|
|
6496
|
+
"properties": [
|
|
6497
|
+
{
|
|
6498
|
+
"abstract": true,
|
|
6499
|
+
"docs": {
|
|
6500
|
+
"stability": "stable",
|
|
6501
|
+
"summary": "Authenticated user role, applies to { provider: iam, allow: private } access."
|
|
6502
|
+
},
|
|
6503
|
+
"immutable": true,
|
|
6504
|
+
"locationInModule": {
|
|
6505
|
+
"filename": "src/types.ts",
|
|
6506
|
+
"line": 87
|
|
6507
|
+
},
|
|
6508
|
+
"name": "authenticatedUserRole",
|
|
6509
|
+
"type": {
|
|
6510
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
6511
|
+
}
|
|
6512
|
+
},
|
|
6513
|
+
{
|
|
6514
|
+
"abstract": true,
|
|
6515
|
+
"docs": {
|
|
6516
|
+
"remarks": "Format: `<region>:<id string>`",
|
|
6517
|
+
"stability": "stable",
|
|
6518
|
+
"summary": "ID for the Cognito Identity Pool vending auth and unauth roles."
|
|
6519
|
+
},
|
|
6520
|
+
"immutable": true,
|
|
6521
|
+
"locationInModule": {
|
|
6522
|
+
"filename": "src/types.ts",
|
|
6523
|
+
"line": 82
|
|
6524
|
+
},
|
|
6525
|
+
"name": "identityPoolId",
|
|
6526
|
+
"type": {
|
|
6527
|
+
"primitive": "string"
|
|
6528
|
+
}
|
|
6529
|
+
},
|
|
6530
|
+
{
|
|
6531
|
+
"abstract": true,
|
|
6532
|
+
"docs": {
|
|
6533
|
+
"stability": "stable",
|
|
6534
|
+
"summary": "Unauthenticated user role, applies to { provider: iam, allow: public } access."
|
|
6535
|
+
},
|
|
6536
|
+
"immutable": true,
|
|
6537
|
+
"locationInModule": {
|
|
6538
|
+
"filename": "src/types.ts",
|
|
6539
|
+
"line": 92
|
|
6540
|
+
},
|
|
6541
|
+
"name": "unauthenticatedUserRole",
|
|
6542
|
+
"type": {
|
|
6543
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
6544
|
+
}
|
|
6545
|
+
}
|
|
6546
|
+
],
|
|
6547
|
+
"symbolId": "src/types:IdentityPoolAuthorizationConfig"
|
|
6548
|
+
},
|
|
6436
6549
|
"@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig": {
|
|
6437
6550
|
"assembly": "@aws-amplify/graphql-api-construct",
|
|
6438
6551
|
"datatype": true,
|
|
@@ -6444,7 +6557,7 @@
|
|
|
6444
6557
|
"kind": "interface",
|
|
6445
6558
|
"locationInModule": {
|
|
6446
6559
|
"filename": "src/types.ts",
|
|
6447
|
-
"line":
|
|
6560
|
+
"line": 156
|
|
6448
6561
|
},
|
|
6449
6562
|
"name": "LambdaAuthorizationConfig",
|
|
6450
6563
|
"properties": [
|
|
@@ -6457,7 +6570,7 @@
|
|
|
6457
6570
|
"immutable": true,
|
|
6458
6571
|
"locationInModule": {
|
|
6459
6572
|
"filename": "src/types.ts",
|
|
6460
|
-
"line":
|
|
6573
|
+
"line": 160
|
|
6461
6574
|
},
|
|
6462
6575
|
"name": "function",
|
|
6463
6576
|
"type": {
|
|
@@ -6473,7 +6586,7 @@
|
|
|
6473
6586
|
"immutable": true,
|
|
6474
6587
|
"locationInModule": {
|
|
6475
6588
|
"filename": "src/types.ts",
|
|
6476
|
-
"line":
|
|
6589
|
+
"line": 165
|
|
6477
6590
|
},
|
|
6478
6591
|
"name": "ttl",
|
|
6479
6592
|
"type": {
|
|
@@ -6497,7 +6610,7 @@
|
|
|
6497
6610
|
"kind": "interface",
|
|
6498
6611
|
"locationInModule": {
|
|
6499
6612
|
"filename": "src/types.ts",
|
|
6500
|
-
"line":
|
|
6613
|
+
"line": 347
|
|
6501
6614
|
},
|
|
6502
6615
|
"name": "MutationFunctionSlot",
|
|
6503
6616
|
"properties": [
|
|
@@ -6511,7 +6624,7 @@
|
|
|
6511
6624
|
"immutable": true,
|
|
6512
6625
|
"locationInModule": {
|
|
6513
6626
|
"filename": "src/types.ts",
|
|
6514
|
-
"line":
|
|
6627
|
+
"line": 357
|
|
6515
6628
|
},
|
|
6516
6629
|
"name": "slotName",
|
|
6517
6630
|
"type": {
|
|
@@ -6527,7 +6640,7 @@
|
|
|
6527
6640
|
"immutable": true,
|
|
6528
6641
|
"locationInModule": {
|
|
6529
6642
|
"filename": "src/types.ts",
|
|
6530
|
-
"line":
|
|
6643
|
+
"line": 351
|
|
6531
6644
|
},
|
|
6532
6645
|
"name": "typeName",
|
|
6533
6646
|
"type": {
|
|
@@ -6548,7 +6661,7 @@
|
|
|
6548
6661
|
"kind": "interface",
|
|
6549
6662
|
"locationInModule": {
|
|
6550
6663
|
"filename": "src/types.ts",
|
|
6551
|
-
"line":
|
|
6664
|
+
"line": 108
|
|
6552
6665
|
},
|
|
6553
6666
|
"name": "OIDCAuthorizationConfig",
|
|
6554
6667
|
"properties": [
|
|
@@ -6561,7 +6674,7 @@
|
|
|
6561
6674
|
"immutable": true,
|
|
6562
6675
|
"locationInModule": {
|
|
6563
6676
|
"filename": "src/types.ts",
|
|
6564
|
-
"line":
|
|
6677
|
+
"line": 117
|
|
6565
6678
|
},
|
|
6566
6679
|
"name": "oidcIssuerUrl",
|
|
6567
6680
|
"type": {
|
|
@@ -6577,7 +6690,7 @@
|
|
|
6577
6690
|
"immutable": true,
|
|
6578
6691
|
"locationInModule": {
|
|
6579
6692
|
"filename": "src/types.ts",
|
|
6580
|
-
"line":
|
|
6693
|
+
"line": 112
|
|
6581
6694
|
},
|
|
6582
6695
|
"name": "oidcProviderName",
|
|
6583
6696
|
"type": {
|
|
@@ -6594,7 +6707,7 @@
|
|
|
6594
6707
|
"immutable": true,
|
|
6595
6708
|
"locationInModule": {
|
|
6596
6709
|
"filename": "src/types.ts",
|
|
6597
|
-
"line":
|
|
6710
|
+
"line": 129
|
|
6598
6711
|
},
|
|
6599
6712
|
"name": "tokenExpiryFromAuth",
|
|
6600
6713
|
"type": {
|
|
@@ -6611,7 +6724,7 @@
|
|
|
6611
6724
|
"immutable": true,
|
|
6612
6725
|
"locationInModule": {
|
|
6613
6726
|
"filename": "src/types.ts",
|
|
6614
|
-
"line":
|
|
6727
|
+
"line": 135
|
|
6615
6728
|
},
|
|
6616
6729
|
"name": "tokenExpiryFromIssue",
|
|
6617
6730
|
"type": {
|
|
@@ -6628,7 +6741,7 @@
|
|
|
6628
6741
|
"immutable": true,
|
|
6629
6742
|
"locationInModule": {
|
|
6630
6743
|
"filename": "src/types.ts",
|
|
6631
|
-
"line":
|
|
6744
|
+
"line": 123
|
|
6632
6745
|
},
|
|
6633
6746
|
"name": "clientId",
|
|
6634
6747
|
"optional": true,
|
|
@@ -6653,7 +6766,7 @@
|
|
|
6653
6766
|
"kind": "interface",
|
|
6654
6767
|
"locationInModule": {
|
|
6655
6768
|
"filename": "src/types.ts",
|
|
6656
|
-
"line":
|
|
6769
|
+
"line": 253
|
|
6657
6770
|
},
|
|
6658
6771
|
"name": "OptimisticConflictResolutionStrategy",
|
|
6659
6772
|
"properties": [
|
|
@@ -6667,7 +6780,7 @@
|
|
|
6667
6780
|
"immutable": true,
|
|
6668
6781
|
"locationInModule": {
|
|
6669
6782
|
"filename": "src/types.ts",
|
|
6670
|
-
"line":
|
|
6783
|
+
"line": 258
|
|
6671
6784
|
},
|
|
6672
6785
|
"name": "handlerType",
|
|
6673
6786
|
"type": {
|
|
@@ -6688,7 +6801,7 @@
|
|
|
6688
6801
|
"kind": "interface",
|
|
6689
6802
|
"locationInModule": {
|
|
6690
6803
|
"filename": "src/types.ts",
|
|
6691
|
-
"line":
|
|
6804
|
+
"line": 498
|
|
6692
6805
|
},
|
|
6693
6806
|
"name": "PartialTranslationBehavior",
|
|
6694
6807
|
"properties": [
|
|
@@ -6703,7 +6816,7 @@
|
|
|
6703
6816
|
"immutable": true,
|
|
6704
6817
|
"locationInModule": {
|
|
6705
6818
|
"filename": "src/types.ts",
|
|
6706
|
-
"line":
|
|
6819
|
+
"line": 584
|
|
6707
6820
|
},
|
|
6708
6821
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
|
6709
6822
|
"optional": true,
|
|
@@ -6721,7 +6834,7 @@
|
|
|
6721
6834
|
"immutable": true,
|
|
6722
6835
|
"locationInModule": {
|
|
6723
6836
|
"filename": "src/types.ts",
|
|
6724
|
-
"line":
|
|
6837
|
+
"line": 510
|
|
6725
6838
|
},
|
|
6726
6839
|
"name": "disableResolverDeduping",
|
|
6727
6840
|
"optional": true,
|
|
@@ -6743,7 +6856,7 @@
|
|
|
6743
6856
|
"immutable": true,
|
|
6744
6857
|
"locationInModule": {
|
|
6745
6858
|
"filename": "src/types.ts",
|
|
6746
|
-
"line":
|
|
6859
|
+
"line": 549
|
|
6747
6860
|
},
|
|
6748
6861
|
"name": "enableAutoIndexQueryNames",
|
|
6749
6862
|
"optional": true,
|
|
@@ -6762,7 +6875,7 @@
|
|
|
6762
6875
|
"immutable": true,
|
|
6763
6876
|
"locationInModule": {
|
|
6764
6877
|
"filename": "src/types.ts",
|
|
6765
|
-
"line":
|
|
6878
|
+
"line": 564
|
|
6766
6879
|
},
|
|
6767
6880
|
"name": "enableSearchNodeToNodeEncryption",
|
|
6768
6881
|
"optional": true,
|
|
@@ -6780,7 +6893,7 @@
|
|
|
6780
6893
|
"immutable": true,
|
|
6781
6894
|
"locationInModule": {
|
|
6782
6895
|
"filename": "src/types.ts",
|
|
6783
|
-
"line":
|
|
6896
|
+
"line": 570
|
|
6784
6897
|
},
|
|
6785
6898
|
"name": "enableTransformerCfnOutputs",
|
|
6786
6899
|
"optional": true,
|
|
@@ -6798,7 +6911,7 @@
|
|
|
6798
6911
|
"immutable": true,
|
|
6799
6912
|
"locationInModule": {
|
|
6800
6913
|
"filename": "src/types.ts",
|
|
6801
|
-
"line":
|
|
6914
|
+
"line": 529
|
|
6802
6915
|
},
|
|
6803
6916
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
|
6804
6917
|
"optional": true,
|
|
@@ -6817,7 +6930,7 @@
|
|
|
6817
6930
|
"immutable": true,
|
|
6818
6931
|
"locationInModule": {
|
|
6819
6932
|
"filename": "src/types.ts",
|
|
6820
|
-
"line":
|
|
6933
|
+
"line": 594
|
|
6821
6934
|
},
|
|
6822
6935
|
"name": "replaceTableUponGsiUpdate",
|
|
6823
6936
|
"optional": true,
|
|
@@ -6835,7 +6948,7 @@
|
|
|
6835
6948
|
"immutable": true,
|
|
6836
6949
|
"locationInModule": {
|
|
6837
6950
|
"filename": "src/types.ts",
|
|
6838
|
-
"line":
|
|
6951
|
+
"line": 555
|
|
6839
6952
|
},
|
|
6840
6953
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
|
6841
6954
|
"optional": true,
|
|
@@ -6853,7 +6966,7 @@
|
|
|
6853
6966
|
"immutable": true,
|
|
6854
6967
|
"locationInModule": {
|
|
6855
6968
|
"filename": "src/types.ts",
|
|
6856
|
-
"line":
|
|
6969
|
+
"line": 516
|
|
6857
6970
|
},
|
|
6858
6971
|
"name": "sandboxModeEnabled",
|
|
6859
6972
|
"optional": true,
|
|
@@ -6874,7 +6987,7 @@
|
|
|
6874
6987
|
"immutable": true,
|
|
6875
6988
|
"locationInModule": {
|
|
6876
6989
|
"filename": "src/types.ts",
|
|
6877
|
-
"line":
|
|
6990
|
+
"line": 542
|
|
6878
6991
|
},
|
|
6879
6992
|
"name": "secondaryKeyAsGSI",
|
|
6880
6993
|
"optional": true,
|
|
@@ -6895,7 +7008,7 @@
|
|
|
6895
7008
|
"immutable": true,
|
|
6896
7009
|
"locationInModule": {
|
|
6897
7010
|
"filename": "src/types.ts",
|
|
6898
|
-
"line":
|
|
7011
|
+
"line": 503
|
|
6899
7012
|
},
|
|
6900
7013
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
|
6901
7014
|
"optional": true,
|
|
@@ -6914,7 +7027,7 @@
|
|
|
6914
7027
|
"immutable": true,
|
|
6915
7028
|
"locationInModule": {
|
|
6916
7029
|
"filename": "src/types.ts",
|
|
6917
|
-
"line":
|
|
7030
|
+
"line": 536
|
|
6918
7031
|
},
|
|
6919
7032
|
"name": "suppressApiKeyGeneration",
|
|
6920
7033
|
"optional": true,
|
|
@@ -6932,7 +7045,7 @@
|
|
|
6932
7045
|
"immutable": true,
|
|
6933
7046
|
"locationInModule": {
|
|
6934
7047
|
"filename": "src/types.ts",
|
|
6935
|
-
"line":
|
|
7048
|
+
"line": 523
|
|
6936
7049
|
},
|
|
6937
7050
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
|
6938
7051
|
"optional": true,
|
|
@@ -7042,7 +7155,7 @@
|
|
|
7042
7155
|
"kind": "interface",
|
|
7043
7156
|
"locationInModule": {
|
|
7044
7157
|
"filename": "src/types.ts",
|
|
7045
|
-
"line":
|
|
7158
|
+
"line": 363
|
|
7046
7159
|
},
|
|
7047
7160
|
"name": "QueryFunctionSlot",
|
|
7048
7161
|
"properties": [
|
|
@@ -7056,7 +7169,7 @@
|
|
|
7056
7169
|
"immutable": true,
|
|
7057
7170
|
"locationInModule": {
|
|
7058
7171
|
"filename": "src/types.ts",
|
|
7059
|
-
"line":
|
|
7172
|
+
"line": 373
|
|
7060
7173
|
},
|
|
7061
7174
|
"name": "slotName",
|
|
7062
7175
|
"type": {
|
|
@@ -7072,7 +7185,7 @@
|
|
|
7072
7185
|
"immutable": true,
|
|
7073
7186
|
"locationInModule": {
|
|
7074
7187
|
"filename": "src/types.ts",
|
|
7075
|
-
"line":
|
|
7188
|
+
"line": 367
|
|
7076
7189
|
},
|
|
7077
7190
|
"name": "typeName",
|
|
7078
7191
|
"type": {
|
|
@@ -7566,7 +7679,7 @@
|
|
|
7566
7679
|
"kind": "interface",
|
|
7567
7680
|
"locationInModule": {
|
|
7568
7681
|
"filename": "src/types.ts",
|
|
7569
|
-
"line":
|
|
7682
|
+
"line": 379
|
|
7570
7683
|
},
|
|
7571
7684
|
"name": "SubscriptionFunctionSlot",
|
|
7572
7685
|
"properties": [
|
|
@@ -7580,7 +7693,7 @@
|
|
|
7580
7693
|
"immutable": true,
|
|
7581
7694
|
"locationInModule": {
|
|
7582
7695
|
"filename": "src/types.ts",
|
|
7583
|
-
"line":
|
|
7696
|
+
"line": 389
|
|
7584
7697
|
},
|
|
7585
7698
|
"name": "slotName",
|
|
7586
7699
|
"type": {
|
|
@@ -7596,7 +7709,7 @@
|
|
|
7596
7709
|
"immutable": true,
|
|
7597
7710
|
"locationInModule": {
|
|
7598
7711
|
"filename": "src/types.ts",
|
|
7599
|
-
"line":
|
|
7712
|
+
"line": 383
|
|
7600
7713
|
},
|
|
7601
7714
|
"name": "typeName",
|
|
7602
7715
|
"type": {
|
|
@@ -7669,7 +7782,7 @@
|
|
|
7669
7782
|
"kind": "interface",
|
|
7670
7783
|
"locationInModule": {
|
|
7671
7784
|
"filename": "src/types.ts",
|
|
7672
|
-
"line":
|
|
7785
|
+
"line": 403
|
|
7673
7786
|
},
|
|
7674
7787
|
"name": "TranslationBehavior",
|
|
7675
7788
|
"properties": [
|
|
@@ -7684,7 +7797,7 @@
|
|
|
7684
7797
|
"immutable": true,
|
|
7685
7798
|
"locationInModule": {
|
|
7686
7799
|
"filename": "src/types.ts",
|
|
7687
|
-
"line":
|
|
7800
|
+
"line": 482
|
|
7688
7801
|
},
|
|
7689
7802
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
|
7690
7803
|
"type": {
|
|
@@ -7701,7 +7814,7 @@
|
|
|
7701
7814
|
"immutable": true,
|
|
7702
7815
|
"locationInModule": {
|
|
7703
7816
|
"filename": "src/types.ts",
|
|
7704
|
-
"line":
|
|
7817
|
+
"line": 415
|
|
7705
7818
|
},
|
|
7706
7819
|
"name": "disableResolverDeduping",
|
|
7707
7820
|
"type": {
|
|
@@ -7722,7 +7835,7 @@
|
|
|
7722
7835
|
"immutable": true,
|
|
7723
7836
|
"locationInModule": {
|
|
7724
7837
|
"filename": "src/types.ts",
|
|
7725
|
-
"line":
|
|
7838
|
+
"line": 454
|
|
7726
7839
|
},
|
|
7727
7840
|
"name": "enableAutoIndexQueryNames",
|
|
7728
7841
|
"type": {
|
|
@@ -7737,7 +7850,7 @@
|
|
|
7737
7850
|
"immutable": true,
|
|
7738
7851
|
"locationInModule": {
|
|
7739
7852
|
"filename": "src/types.ts",
|
|
7740
|
-
"line":
|
|
7853
|
+
"line": 462
|
|
7741
7854
|
},
|
|
7742
7855
|
"name": "enableSearchNodeToNodeEncryption",
|
|
7743
7856
|
"type": {
|
|
@@ -7754,7 +7867,7 @@
|
|
|
7754
7867
|
"immutable": true,
|
|
7755
7868
|
"locationInModule": {
|
|
7756
7869
|
"filename": "src/types.ts",
|
|
7757
|
-
"line":
|
|
7870
|
+
"line": 468
|
|
7758
7871
|
},
|
|
7759
7872
|
"name": "enableTransformerCfnOutputs",
|
|
7760
7873
|
"type": {
|
|
@@ -7771,7 +7884,7 @@
|
|
|
7771
7884
|
"immutable": true,
|
|
7772
7885
|
"locationInModule": {
|
|
7773
7886
|
"filename": "src/types.ts",
|
|
7774
|
-
"line":
|
|
7887
|
+
"line": 434
|
|
7775
7888
|
},
|
|
7776
7889
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
|
7777
7890
|
"type": {
|
|
@@ -7789,7 +7902,7 @@
|
|
|
7789
7902
|
"immutable": true,
|
|
7790
7903
|
"locationInModule": {
|
|
7791
7904
|
"filename": "src/types.ts",
|
|
7792
|
-
"line":
|
|
7905
|
+
"line": 492
|
|
7793
7906
|
},
|
|
7794
7907
|
"name": "replaceTableUponGsiUpdate",
|
|
7795
7908
|
"type": {
|
|
@@ -7806,7 +7919,7 @@
|
|
|
7806
7919
|
"immutable": true,
|
|
7807
7920
|
"locationInModule": {
|
|
7808
7921
|
"filename": "src/types.ts",
|
|
7809
|
-
"line":
|
|
7922
|
+
"line": 460
|
|
7810
7923
|
},
|
|
7811
7924
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
|
7812
7925
|
"type": {
|
|
@@ -7823,7 +7936,7 @@
|
|
|
7823
7936
|
"immutable": true,
|
|
7824
7937
|
"locationInModule": {
|
|
7825
7938
|
"filename": "src/types.ts",
|
|
7826
|
-
"line":
|
|
7939
|
+
"line": 421
|
|
7827
7940
|
},
|
|
7828
7941
|
"name": "sandboxModeEnabled",
|
|
7829
7942
|
"type": {
|
|
@@ -7843,7 +7956,7 @@
|
|
|
7843
7956
|
"immutable": true,
|
|
7844
7957
|
"locationInModule": {
|
|
7845
7958
|
"filename": "src/types.ts",
|
|
7846
|
-
"line":
|
|
7959
|
+
"line": 447
|
|
7847
7960
|
},
|
|
7848
7961
|
"name": "secondaryKeyAsGSI",
|
|
7849
7962
|
"type": {
|
|
@@ -7863,7 +7976,7 @@
|
|
|
7863
7976
|
"immutable": true,
|
|
7864
7977
|
"locationInModule": {
|
|
7865
7978
|
"filename": "src/types.ts",
|
|
7866
|
-
"line":
|
|
7979
|
+
"line": 408
|
|
7867
7980
|
},
|
|
7868
7981
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
|
7869
7982
|
"type": {
|
|
@@ -7881,7 +7994,7 @@
|
|
|
7881
7994
|
"immutable": true,
|
|
7882
7995
|
"locationInModule": {
|
|
7883
7996
|
"filename": "src/types.ts",
|
|
7884
|
-
"line":
|
|
7997
|
+
"line": 441
|
|
7885
7998
|
},
|
|
7886
7999
|
"name": "suppressApiKeyGeneration",
|
|
7887
8000
|
"type": {
|
|
@@ -7898,7 +8011,7 @@
|
|
|
7898
8011
|
"immutable": true,
|
|
7899
8012
|
"locationInModule": {
|
|
7900
8013
|
"filename": "src/types.ts",
|
|
7901
|
-
"line":
|
|
8014
|
+
"line": 428
|
|
7902
8015
|
},
|
|
7903
8016
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
|
7904
8017
|
"type": {
|
|
@@ -7919,7 +8032,7 @@
|
|
|
7919
8032
|
"kind": "interface",
|
|
7920
8033
|
"locationInModule": {
|
|
7921
8034
|
"filename": "src/types.ts",
|
|
7922
|
-
"line":
|
|
8035
|
+
"line": 98
|
|
7923
8036
|
},
|
|
7924
8037
|
"name": "UserPoolAuthorizationConfig",
|
|
7925
8038
|
"properties": [
|
|
@@ -7932,7 +8045,7 @@
|
|
|
7932
8045
|
"immutable": true,
|
|
7933
8046
|
"locationInModule": {
|
|
7934
8047
|
"filename": "src/types.ts",
|
|
7935
|
-
"line":
|
|
8048
|
+
"line": 102
|
|
7936
8049
|
},
|
|
7937
8050
|
"name": "userPool",
|
|
7938
8051
|
"type": {
|
|
@@ -8020,6 +8133,6 @@
|
|
|
8020
8133
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
|
8021
8134
|
}
|
|
8022
8135
|
},
|
|
8023
|
-
"version": "1.
|
|
8024
|
-
"fingerprint": "
|
|
8136
|
+
"version": "1.7.0-iam-auth-with-identityPool-provider-1.0",
|
|
8137
|
+
"fingerprint": "QhpqC29/N63/S8VdlNTHvgr6phB+mbGL/VThCRmfs44="
|
|
8025
8138
|
}
|