@aws-amplify/graphql-api-construct 1.4.1 → 1.4.3
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +384 -253
- package/API.md +16 -4
- package/CHANGELOG.md +12 -0
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.d.ts +1 -1
- package/lib/amplify-graphql-api.js +16 -5
- package/lib/amplify-graphql-definition.d.ts +4 -3
- package/lib/amplify-graphql-definition.js +8 -16
- package/lib/index.d.ts +3 -1
- package/lib/index.js +19 -2
- package/lib/internal/data-source-config.d.ts +21 -2
- package/lib/internal/data-source-config.js +72 -33
- package/lib/internal/model-type-name.d.ts +2 -2
- package/lib/internal/model-type-name.js +4 -4
- package/lib/model-datasource-strategy.d.ts +116 -0
- package/lib/model-datasource-strategy.js +10 -0
- package/lib/sql-model-datasource-strategy.d.ts +1 -1
- package/lib/sql-model-datasource-strategy.js +5 -1
- package/lib/types.d.ts +16 -124
- package/lib/types.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +10 -10
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +8 -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 +10 -10
- package/node_modules/@aws-amplify/graphql-model-transformer/API.md +16 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +12 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.js +3 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts +4 -2
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js +30 -86
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.d.ts +2 -3
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js +36 -18
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +10 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +8 -8
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +8 -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 +7 -7
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +10 -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 +15 -1
- package/node_modules/@aws-amplify/graphql-sql-transformer/lib/graphql-sql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-transformer/API.md +3 -1
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +10 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +2 -1
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/package.json +15 -15
- package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +4 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +35 -5
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js +19 -13
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js +20 -2
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts +24 -6
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.js +16 -14
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/graphql-utils.d.ts +14 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/graphql-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/graphql-utils.js +23 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/graphql-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.js +16 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js +84 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +4 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +89 -5
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts +0 -17
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/index.js +18 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts +55 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.d.ts +6 -4
- 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 +3 -2
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/graphql-api-provider.ts +1 -41
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/index.ts +1 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/model-datasource/index.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/model-datasource/types.ts +163 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transform-host-provider.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/index.ts +4 -3
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-context-provider.ts +6 -7
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-datasource-provider.ts +2 -2
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/graphql-transformer-common/API.md +11 -4
- package/node_modules/graphql-transformer-common/CHANGELOG.md +6 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts +11 -4
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts.map +1 -1
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js +11 -4
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js.map +1 -1
- package/node_modules/graphql-transformer-common/package.json +2 -3
- package/package.json +17 -17
- package/src/amplify-graphql-api.ts +20 -5
- package/src/amplify-graphql-definition.ts +8 -15
- package/src/index.ts +3 -11
- package/src/internal/data-source-config.ts +89 -35
- package/src/internal/model-type-name.ts +3 -3
- package/src/model-datasource-strategy.ts +149 -0
- package/src/sql-model-datasource-strategy.ts +1 -1
- package/src/types.ts +17 -151
- /package/node_modules/{graphql-transformer-common → @aws-amplify/graphql-transformer-interfaces}/LICENSE +0 -0
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.2.
|
12
|
-
"@aws-amplify/graphql-default-value-transformer": "2.1.
|
13
|
-
"@aws-amplify/graphql-function-transformer": "2.1.
|
14
|
-
"@aws-amplify/graphql-http-transformer": "2.1.
|
15
|
-
"@aws-amplify/graphql-index-transformer": "2.2.
|
16
|
-
"@aws-amplify/graphql-maps-to-transformer": "3.3.
|
17
|
-
"@aws-amplify/graphql-model-transformer": "2.3.
|
18
|
-
"@aws-amplify/graphql-predictions-transformer": "2.1.
|
19
|
-
"@aws-amplify/graphql-relational-transformer": "2.2.
|
20
|
-
"@aws-amplify/graphql-searchable-transformer": "2.3.
|
21
|
-
"@aws-amplify/graphql-sql-transformer": "0.1.
|
22
|
-
"@aws-amplify/graphql-transformer": "1.3.
|
23
|
-
"@aws-amplify/graphql-transformer-core": "2.3.
|
24
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.
|
11
|
+
"@aws-amplify/graphql-auth-transformer": "3.2.3",
|
12
|
+
"@aws-amplify/graphql-default-value-transformer": "2.1.12",
|
13
|
+
"@aws-amplify/graphql-function-transformer": "2.1.11",
|
14
|
+
"@aws-amplify/graphql-http-transformer": "2.1.11",
|
15
|
+
"@aws-amplify/graphql-index-transformer": "2.2.3",
|
16
|
+
"@aws-amplify/graphql-maps-to-transformer": "3.3.3",
|
17
|
+
"@aws-amplify/graphql-model-transformer": "2.3.3",
|
18
|
+
"@aws-amplify/graphql-predictions-transformer": "2.1.11",
|
19
|
+
"@aws-amplify/graphql-relational-transformer": "2.2.3",
|
20
|
+
"@aws-amplify/graphql-searchable-transformer": "2.3.3",
|
21
|
+
"@aws-amplify/graphql-sql-transformer": "0.1.3",
|
22
|
+
"@aws-amplify/graphql-transformer": "1.3.3",
|
23
|
+
"@aws-amplify/graphql-transformer-core": "2.3.3",
|
24
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.1",
|
25
25
|
"@aws-amplify/platform-core": "^0.2.0",
|
26
26
|
"@aws-amplify/plugin-types": "^0.4.1",
|
27
27
|
"charenc": "^0.0.2",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"graceful-fs": "^4.2.11",
|
31
31
|
"graphql": "^15.5.0",
|
32
32
|
"graphql-mapping-template": "4.20.12",
|
33
|
-
"graphql-transformer-common": "4.26.
|
33
|
+
"graphql-transformer-common": "4.26.2",
|
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": 790
|
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": 794
|
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": 799
|
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": 834
|
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": 806
|
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": 813
|
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": 820
|
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": 827
|
3658
3658
|
},
|
3659
3659
|
"name": "runtime",
|
3660
3660
|
"optional": true,
|
@@ -3675,8 +3675,8 @@
|
|
3675
3675
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy",
|
3676
3676
|
"kind": "interface",
|
3677
3677
|
"locationInModule": {
|
3678
|
-
"filename": "src/
|
3679
|
-
"line":
|
3678
|
+
"filename": "src/model-datasource-strategy.ts",
|
3679
|
+
"line": 34
|
3680
3680
|
},
|
3681
3681
|
"name": "AmplifyDynamoDbModelDataSourceStrategy",
|
3682
3682
|
"properties": [
|
@@ -3687,8 +3687,8 @@
|
|
3687
3687
|
},
|
3688
3688
|
"immutable": true,
|
3689
3689
|
"locationInModule": {
|
3690
|
-
"filename": "src/
|
3691
|
-
"line":
|
3690
|
+
"filename": "src/model-datasource-strategy.ts",
|
3691
|
+
"line": 35
|
3692
3692
|
},
|
3693
3693
|
"name": "dbType",
|
3694
3694
|
"type": {
|
@@ -3702,8 +3702,8 @@
|
|
3702
3702
|
},
|
3703
3703
|
"immutable": true,
|
3704
3704
|
"locationInModule": {
|
3705
|
-
"filename": "src/
|
3706
|
-
"line":
|
3705
|
+
"filename": "src/model-datasource-strategy.ts",
|
3706
|
+
"line": 36
|
3707
3707
|
},
|
3708
3708
|
"name": "provisionStrategy",
|
3709
3709
|
"type": {
|
@@ -3711,7 +3711,7 @@
|
|
3711
3711
|
}
|
3712
3712
|
}
|
3713
3713
|
],
|
3714
|
-
"symbolId": "src/
|
3714
|
+
"symbolId": "src/model-datasource-strategy:AmplifyDynamoDbModelDataSourceStrategy"
|
3715
3715
|
},
|
3716
3716
|
"@aws-amplify/graphql-api-construct.AmplifyDynamoDbTableWrapper": {
|
3717
3717
|
"assembly": "@aws-amplify/graphql-api-construct",
|
@@ -3975,7 +3975,7 @@
|
|
3975
3975
|
},
|
3976
3976
|
"locationInModule": {
|
3977
3977
|
"filename": "src/amplify-graphql-api.ts",
|
3978
|
-
"line":
|
3978
|
+
"line": 356
|
3979
3979
|
},
|
3980
3980
|
"name": "addDynamoDbDataSource",
|
3981
3981
|
"parameters": [
|
@@ -4024,7 +4024,7 @@
|
|
4024
4024
|
},
|
4025
4025
|
"locationInModule": {
|
4026
4026
|
"filename": "src/amplify-graphql-api.ts",
|
4027
|
-
"line":
|
4027
|
+
"line": 368
|
4028
4028
|
},
|
4029
4029
|
"name": "addElasticsearchDataSource",
|
4030
4030
|
"parameters": [
|
@@ -4071,7 +4071,7 @@
|
|
4071
4071
|
},
|
4072
4072
|
"locationInModule": {
|
4073
4073
|
"filename": "src/amplify-graphql-api.ts",
|
4074
|
-
"line":
|
4074
|
+
"line": 378
|
4075
4075
|
},
|
4076
4076
|
"name": "addEventBridgeDataSource",
|
4077
4077
|
"parameters": [
|
@@ -4118,7 +4118,7 @@
|
|
4118
4118
|
},
|
4119
4119
|
"locationInModule": {
|
4120
4120
|
"filename": "src/amplify-graphql-api.ts",
|
4121
|
-
"line":
|
4121
|
+
"line": 460
|
4122
4122
|
},
|
4123
4123
|
"name": "addFunction",
|
4124
4124
|
"parameters": [
|
@@ -4153,7 +4153,7 @@
|
|
4153
4153
|
},
|
4154
4154
|
"locationInModule": {
|
4155
4155
|
"filename": "src/amplify-graphql-api.ts",
|
4156
|
-
"line":
|
4156
|
+
"line": 389
|
4157
4157
|
},
|
4158
4158
|
"name": "addHttpDataSource",
|
4159
4159
|
"parameters": [
|
@@ -4201,7 +4201,7 @@
|
|
4201
4201
|
},
|
4202
4202
|
"locationInModule": {
|
4203
4203
|
"filename": "src/amplify-graphql-api.ts",
|
4204
|
-
"line":
|
4204
|
+
"line": 400
|
4205
4205
|
},
|
4206
4206
|
"name": "addLambdaDataSource",
|
4207
4207
|
"parameters": [
|
@@ -4249,7 +4249,7 @@
|
|
4249
4249
|
},
|
4250
4250
|
"locationInModule": {
|
4251
4251
|
"filename": "src/amplify-graphql-api.ts",
|
4252
|
-
"line":
|
4252
|
+
"line": 411
|
4253
4253
|
},
|
4254
4254
|
"name": "addNoneDataSource",
|
4255
4255
|
"parameters": [
|
@@ -4288,7 +4288,7 @@
|
|
4288
4288
|
},
|
4289
4289
|
"locationInModule": {
|
4290
4290
|
"filename": "src/amplify-graphql-api.ts",
|
4291
|
-
"line":
|
4291
|
+
"line": 422
|
4292
4292
|
},
|
4293
4293
|
"name": "addOpenSearchDataSource",
|
4294
4294
|
"parameters": [
|
@@ -4336,7 +4336,7 @@
|
|
4336
4336
|
},
|
4337
4337
|
"locationInModule": {
|
4338
4338
|
"filename": "src/amplify-graphql-api.ts",
|
4339
|
-
"line":
|
4339
|
+
"line": 435
|
4340
4340
|
},
|
4341
4341
|
"name": "addRdsDataSource",
|
4342
4342
|
"parameters": [
|
@@ -4403,7 +4403,7 @@
|
|
4403
4403
|
},
|
4404
4404
|
"locationInModule": {
|
4405
4405
|
"filename": "src/amplify-graphql-api.ts",
|
4406
|
-
"line":
|
4406
|
+
"line": 451
|
4407
4407
|
},
|
4408
4408
|
"name": "addResolver",
|
4409
4409
|
"parameters": [
|
@@ -4562,7 +4562,7 @@
|
|
4562
4562
|
"kind": "interface",
|
4563
4563
|
"locationInModule": {
|
4564
4564
|
"filename": "src/types.ts",
|
4565
|
-
"line":
|
4565
|
+
"line": 693
|
4566
4566
|
},
|
4567
4567
|
"name": "AmplifyGraphqlApiCfnResources",
|
4568
4568
|
"properties": [
|
@@ -4575,7 +4575,7 @@
|
|
4575
4575
|
"immutable": true,
|
4576
4576
|
"locationInModule": {
|
4577
4577
|
"filename": "src/types.ts",
|
4578
|
-
"line":
|
4578
|
+
"line": 742
|
4579
4579
|
},
|
4580
4580
|
"name": "additionalCfnResources",
|
4581
4581
|
"type": {
|
@@ -4596,7 +4596,7 @@
|
|
4596
4596
|
"immutable": true,
|
4597
4597
|
"locationInModule": {
|
4598
4598
|
"filename": "src/types.ts",
|
4599
|
-
"line":
|
4599
|
+
"line": 722
|
4600
4600
|
},
|
4601
4601
|
"name": "cfnDataSources",
|
4602
4602
|
"type": {
|
@@ -4617,7 +4617,7 @@
|
|
4617
4617
|
"immutable": true,
|
4618
4618
|
"locationInModule": {
|
4619
4619
|
"filename": "src/types.ts",
|
4620
|
-
"line":
|
4620
|
+
"line": 717
|
4621
4621
|
},
|
4622
4622
|
"name": "cfnFunctionConfigurations",
|
4623
4623
|
"type": {
|
@@ -4638,7 +4638,7 @@
|
|
4638
4638
|
"immutable": true,
|
4639
4639
|
"locationInModule": {
|
4640
4640
|
"filename": "src/types.ts",
|
4641
|
-
"line":
|
4641
|
+
"line": 737
|
4642
4642
|
},
|
4643
4643
|
"name": "cfnFunctions",
|
4644
4644
|
"type": {
|
@@ -4659,7 +4659,7 @@
|
|
4659
4659
|
"immutable": true,
|
4660
4660
|
"locationInModule": {
|
4661
4661
|
"filename": "src/types.ts",
|
4662
|
-
"line":
|
4662
|
+
"line": 697
|
4663
4663
|
},
|
4664
4664
|
"name": "cfnGraphqlApi",
|
4665
4665
|
"type": {
|
@@ -4675,7 +4675,7 @@
|
|
4675
4675
|
"immutable": true,
|
4676
4676
|
"locationInModule": {
|
4677
4677
|
"filename": "src/types.ts",
|
4678
|
-
"line":
|
4678
|
+
"line": 702
|
4679
4679
|
},
|
4680
4680
|
"name": "cfnGraphqlSchema",
|
4681
4681
|
"type": {
|
@@ -4691,7 +4691,7 @@
|
|
4691
4691
|
"immutable": true,
|
4692
4692
|
"locationInModule": {
|
4693
4693
|
"filename": "src/types.ts",
|
4694
|
-
"line":
|
4694
|
+
"line": 712
|
4695
4695
|
},
|
4696
4696
|
"name": "cfnResolvers",
|
4697
4697
|
"type": {
|
@@ -4712,7 +4712,7 @@
|
|
4712
4712
|
"immutable": true,
|
4713
4713
|
"locationInModule": {
|
4714
4714
|
"filename": "src/types.ts",
|
4715
|
-
"line":
|
4715
|
+
"line": 732
|
4716
4716
|
},
|
4717
4717
|
"name": "cfnRoles",
|
4718
4718
|
"type": {
|
@@ -4733,7 +4733,7 @@
|
|
4733
4733
|
"immutable": true,
|
4734
4734
|
"locationInModule": {
|
4735
4735
|
"filename": "src/types.ts",
|
4736
|
-
"line":
|
4736
|
+
"line": 727
|
4737
4737
|
},
|
4738
4738
|
"name": "cfnTables",
|
4739
4739
|
"type": {
|
@@ -4754,7 +4754,7 @@
|
|
4754
4754
|
"immutable": true,
|
4755
4755
|
"locationInModule": {
|
4756
4756
|
"filename": "src/types.ts",
|
4757
|
-
"line":
|
4757
|
+
"line": 707
|
4758
4758
|
},
|
4759
4759
|
"name": "cfnApiKey",
|
4760
4760
|
"optional": true,
|
@@ -4777,7 +4777,7 @@
|
|
4777
4777
|
"kind": "interface",
|
4778
4778
|
"locationInModule": {
|
4779
4779
|
"filename": "src/types.ts",
|
4780
|
-
"line":
|
4780
|
+
"line": 617
|
4781
4781
|
},
|
4782
4782
|
"name": "AmplifyGraphqlApiProps",
|
4783
4783
|
"properties": [
|
@@ -4791,7 +4791,7 @@
|
|
4791
4791
|
"immutable": true,
|
4792
4792
|
"locationInModule": {
|
4793
4793
|
"filename": "src/types.ts",
|
4794
|
-
"line":
|
4794
|
+
"line": 634
|
4795
4795
|
},
|
4796
4796
|
"name": "authorizationModes",
|
4797
4797
|
"type": {
|
@@ -4808,7 +4808,7 @@
|
|
4808
4808
|
"immutable": true,
|
4809
4809
|
"locationInModule": {
|
4810
4810
|
"filename": "src/types.ts",
|
4811
|
-
"line":
|
4811
|
+
"line": 622
|
4812
4812
|
},
|
4813
4813
|
"name": "definition",
|
4814
4814
|
"type": {
|
@@ -4825,7 +4825,7 @@
|
|
4825
4825
|
"immutable": true,
|
4826
4826
|
"locationInModule": {
|
4827
4827
|
"filename": "src/types.ts",
|
4828
|
-
"line":
|
4828
|
+
"line": 628
|
4829
4829
|
},
|
4830
4830
|
"name": "apiName",
|
4831
4831
|
"optional": true,
|
@@ -4843,7 +4843,7 @@
|
|
4843
4843
|
"immutable": true,
|
4844
4844
|
"locationInModule": {
|
4845
4845
|
"filename": "src/types.ts",
|
4846
|
-
"line":
|
4846
|
+
"line": 648
|
4847
4847
|
},
|
4848
4848
|
"name": "conflictResolution",
|
4849
4849
|
"optional": true,
|
@@ -4863,7 +4863,7 @@
|
|
4863
4863
|
"immutable": true,
|
4864
4864
|
"locationInModule": {
|
4865
4865
|
"filename": "src/types.ts",
|
4866
|
-
"line":
|
4866
|
+
"line": 642
|
4867
4867
|
},
|
4868
4868
|
"name": "functionNameMap",
|
4869
4869
|
"optional": true,
|
@@ -4886,7 +4886,7 @@
|
|
4886
4886
|
"immutable": true,
|
4887
4887
|
"locationInModule": {
|
4888
4888
|
"filename": "src/types.ts",
|
4889
|
-
"line":
|
4889
|
+
"line": 663
|
4890
4890
|
},
|
4891
4891
|
"name": "functionSlots",
|
4892
4892
|
"optional": true,
|
@@ -4921,7 +4921,7 @@
|
|
4921
4921
|
"immutable": true,
|
4922
4922
|
"locationInModule": {
|
4923
4923
|
"filename": "src/types.ts",
|
4924
|
-
"line":
|
4924
|
+
"line": 686
|
4925
4925
|
},
|
4926
4926
|
"name": "outputStorageStrategy",
|
4927
4927
|
"optional": true,
|
@@ -4938,7 +4938,7 @@
|
|
4938
4938
|
"immutable": true,
|
4939
4939
|
"locationInModule": {
|
4940
4940
|
"filename": "src/types.ts",
|
4941
|
-
"line":
|
4941
|
+
"line": 675
|
4942
4942
|
},
|
4943
4943
|
"name": "predictionsBucket",
|
4944
4944
|
"optional": true,
|
@@ -4956,7 +4956,7 @@
|
|
4956
4956
|
"immutable": true,
|
4957
4957
|
"locationInModule": {
|
4958
4958
|
"filename": "src/types.ts",
|
4959
|
-
"line":
|
4959
|
+
"line": 657
|
4960
4960
|
},
|
4961
4961
|
"name": "stackMappings",
|
4962
4962
|
"optional": true,
|
@@ -4982,7 +4982,7 @@
|
|
4982
4982
|
"immutable": true,
|
4983
4983
|
"locationInModule": {
|
4984
4984
|
"filename": "src/types.ts",
|
4985
|
-
"line":
|
4985
|
+
"line": 670
|
4986
4986
|
},
|
4987
4987
|
"name": "transformerPlugins",
|
4988
4988
|
"optional": true,
|
@@ -5004,7 +5004,7 @@
|
|
5004
5004
|
"immutable": true,
|
5005
5005
|
"locationInModule": {
|
5006
5006
|
"filename": "src/types.ts",
|
5007
|
-
"line":
|
5007
|
+
"line": 681
|
5008
5008
|
},
|
5009
5009
|
"name": "translationBehavior",
|
5010
5010
|
"optional": true,
|
@@ -5027,7 +5027,7 @@
|
|
5027
5027
|
"kind": "interface",
|
5028
5028
|
"locationInModule": {
|
5029
5029
|
"filename": "src/types.ts",
|
5030
|
-
"line":
|
5030
|
+
"line": 749
|
5031
5031
|
},
|
5032
5032
|
"name": "AmplifyGraphqlApiResources",
|
5033
5033
|
"properties": [
|
@@ -5040,7 +5040,7 @@
|
|
5040
5040
|
"immutable": true,
|
5041
5041
|
"locationInModule": {
|
5042
5042
|
"filename": "src/types.ts",
|
5043
|
-
"line":
|
5043
|
+
"line": 763
|
5044
5044
|
},
|
5045
5045
|
"name": "amplifyDynamoDbTables",
|
5046
5046
|
"type": {
|
@@ -5061,7 +5061,7 @@
|
|
5061
5061
|
"immutable": true,
|
5062
5062
|
"locationInModule": {
|
5063
5063
|
"filename": "src/types.ts",
|
5064
|
-
"line":
|
5064
|
+
"line": 778
|
5065
5065
|
},
|
5066
5066
|
"name": "cfnResources",
|
5067
5067
|
"type": {
|
@@ -5077,7 +5077,7 @@
|
|
5077
5077
|
"immutable": true,
|
5078
5078
|
"locationInModule": {
|
5079
5079
|
"filename": "src/types.ts",
|
5080
|
-
"line":
|
5080
|
+
"line": 773
|
5081
5081
|
},
|
5082
5082
|
"name": "functions",
|
5083
5083
|
"type": {
|
@@ -5098,7 +5098,7 @@
|
|
5098
5098
|
"immutable": true,
|
5099
5099
|
"locationInModule": {
|
5100
5100
|
"filename": "src/types.ts",
|
5101
|
-
"line":
|
5101
|
+
"line": 753
|
5102
5102
|
},
|
5103
5103
|
"name": "graphqlApi",
|
5104
5104
|
"type": {
|
@@ -5114,7 +5114,7 @@
|
|
5114
5114
|
"immutable": true,
|
5115
5115
|
"locationInModule": {
|
5116
5116
|
"filename": "src/types.ts",
|
5117
|
-
"line":
|
5117
|
+
"line": 783
|
5118
5118
|
},
|
5119
5119
|
"name": "nestedStacks",
|
5120
5120
|
"type": {
|
@@ -5135,7 +5135,7 @@
|
|
5135
5135
|
"immutable": true,
|
5136
5136
|
"locationInModule": {
|
5137
5137
|
"filename": "src/types.ts",
|
5138
|
-
"line":
|
5138
|
+
"line": 768
|
5139
5139
|
},
|
5140
5140
|
"name": "roles",
|
5141
5141
|
"type": {
|
@@ -5156,7 +5156,7 @@
|
|
5156
5156
|
"immutable": true,
|
5157
5157
|
"locationInModule": {
|
5158
5158
|
"filename": "src/types.ts",
|
5159
|
-
"line":
|
5159
|
+
"line": 758
|
5160
5160
|
},
|
5161
5161
|
"name": "tables",
|
5162
5162
|
"type": {
|
@@ -5186,7 +5186,7 @@
|
|
5186
5186
|
"kind": "class",
|
5187
5187
|
"locationInModule": {
|
5188
5188
|
"filename": "src/amplify-graphql-definition.ts",
|
5189
|
-
"line":
|
5189
|
+
"line": 16
|
5190
5190
|
},
|
5191
5191
|
"methods": [
|
5192
5192
|
{
|
@@ -5197,7 +5197,7 @@
|
|
5197
5197
|
},
|
5198
5198
|
"locationInModule": {
|
5199
5199
|
"filename": "src/amplify-graphql-definition.ts",
|
5200
|
-
"line":
|
5200
|
+
"line": 84
|
5201
5201
|
},
|
5202
5202
|
"name": "combine",
|
5203
5203
|
"parameters": [
|
@@ -5231,7 +5231,7 @@
|
|
5231
5231
|
},
|
5232
5232
|
"locationInModule": {
|
5233
5233
|
"filename": "src/amplify-graphql-definition.ts",
|
5234
|
-
"line":
|
5234
|
+
"line": 46
|
5235
5235
|
},
|
5236
5236
|
"name": "fromFiles",
|
5237
5237
|
"parameters": [
|
@@ -5263,7 +5263,7 @@
|
|
5263
5263
|
},
|
5264
5264
|
"locationInModule": {
|
5265
5265
|
"filename": "src/amplify-graphql-definition.ts",
|
5266
|
-
"line":
|
5266
|
+
"line": 65
|
5267
5267
|
},
|
5268
5268
|
"name": "fromFilesAndStrategy",
|
5269
5269
|
"parameters": [
|
@@ -5330,7 +5330,7 @@
|
|
5330
5330
|
},
|
5331
5331
|
"locationInModule": {
|
5332
5332
|
"filename": "src/amplify-graphql-definition.ts",
|
5333
|
-
"line":
|
5333
|
+
"line": 28
|
5334
5334
|
},
|
5335
5335
|
"name": "fromString",
|
5336
5336
|
"parameters": [
|
@@ -5345,8 +5345,8 @@
|
|
5345
5345
|
},
|
5346
5346
|
{
|
5347
5347
|
"docs": {
|
5348
|
-
"remarks": "The DynamoDB from
|
5349
|
-
"summary": "the provisioning definition for datasources that resolve `@model`s in this schema."
|
5348
|
+
"remarks": "The DynamoDB from CloudFormation will be used by default.",
|
5349
|
+
"summary": "the provisioning definition for datasources that resolve `@model`s and custom SQL statements in this schema."
|
5350
5350
|
},
|
5351
5351
|
"name": "dataSourceStrategy",
|
5352
5352
|
"optional": true,
|
@@ -5389,7 +5389,7 @@
|
|
5389
5389
|
"kind": "interface",
|
5390
5390
|
"locationInModule": {
|
5391
5391
|
"filename": "src/types.ts",
|
5392
|
-
"line":
|
5392
|
+
"line": 98
|
5393
5393
|
},
|
5394
5394
|
"name": "ApiKeyAuthorizationConfig",
|
5395
5395
|
"properties": [
|
@@ -5402,7 +5402,7 @@
|
|
5402
5402
|
"immutable": true,
|
5403
5403
|
"locationInModule": {
|
5404
5404
|
"filename": "src/types.ts",
|
5405
|
-
"line":
|
5405
|
+
"line": 107
|
5406
5406
|
},
|
5407
5407
|
"name": "expires",
|
5408
5408
|
"type": {
|
@@ -5418,7 +5418,7 @@
|
|
5418
5418
|
"immutable": true,
|
5419
5419
|
"locationInModule": {
|
5420
5420
|
"filename": "src/types.ts",
|
5421
|
-
"line":
|
5421
|
+
"line": 102
|
5422
5422
|
},
|
5423
5423
|
"name": "description",
|
5424
5424
|
"optional": true,
|
@@ -5441,7 +5441,7 @@
|
|
5441
5441
|
"kind": "interface",
|
5442
5442
|
"locationInModule": {
|
5443
5443
|
"filename": "src/types.ts",
|
5444
|
-
"line":
|
5444
|
+
"line": 130
|
5445
5445
|
},
|
5446
5446
|
"name": "AuthorizationModes",
|
5447
5447
|
"properties": [
|
@@ -5455,7 +5455,7 @@
|
|
5455
5455
|
"immutable": true,
|
5456
5456
|
"locationInModule": {
|
5457
5457
|
"filename": "src/types.ts",
|
5458
|
-
"line":
|
5458
|
+
"line": 170
|
5459
5459
|
},
|
5460
5460
|
"name": "adminRoles",
|
5461
5461
|
"optional": true,
|
@@ -5478,7 +5478,7 @@
|
|
5478
5478
|
"immutable": true,
|
5479
5479
|
"locationInModule": {
|
5480
5480
|
"filename": "src/types.ts",
|
5481
|
-
"line":
|
5481
|
+
"line": 158
|
5482
5482
|
},
|
5483
5483
|
"name": "apiKeyConfig",
|
5484
5484
|
"optional": true,
|
@@ -5495,7 +5495,7 @@
|
|
5495
5495
|
"immutable": true,
|
5496
5496
|
"locationInModule": {
|
5497
5497
|
"filename": "src/types.ts",
|
5498
|
-
"line":
|
5498
|
+
"line": 134
|
5499
5499
|
},
|
5500
5500
|
"name": "defaultAuthorizationMode",
|
5501
5501
|
"optional": true,
|
@@ -5513,7 +5513,7 @@
|
|
5513
5513
|
"immutable": true,
|
5514
5514
|
"locationInModule": {
|
5515
5515
|
"filename": "src/types.ts",
|
5516
|
-
"line":
|
5516
|
+
"line": 140
|
5517
5517
|
},
|
5518
5518
|
"name": "iamConfig",
|
5519
5519
|
"optional": true,
|
@@ -5531,7 +5531,7 @@
|
|
5531
5531
|
"immutable": true,
|
5532
5532
|
"locationInModule": {
|
5533
5533
|
"filename": "src/types.ts",
|
5534
|
-
"line":
|
5534
|
+
"line": 164
|
5535
5535
|
},
|
5536
5536
|
"name": "lambdaConfig",
|
5537
5537
|
"optional": true,
|
@@ -5549,7 +5549,7 @@
|
|
5549
5549
|
"immutable": true,
|
5550
5550
|
"locationInModule": {
|
5551
5551
|
"filename": "src/types.ts",
|
5552
|
-
"line":
|
5552
|
+
"line": 152
|
5553
5553
|
},
|
5554
5554
|
"name": "oidcConfig",
|
5555
5555
|
"optional": true,
|
@@ -5567,7 +5567,7 @@
|
|
5567
5567
|
"immutable": true,
|
5568
5568
|
"locationInModule": {
|
5569
5569
|
"filename": "src/types.ts",
|
5570
|
-
"line":
|
5570
|
+
"line": 146
|
5571
5571
|
},
|
5572
5572
|
"name": "userPoolConfig",
|
5573
5573
|
"optional": true,
|
@@ -5592,7 +5592,7 @@
|
|
5592
5592
|
"kind": "interface",
|
5593
5593
|
"locationInModule": {
|
5594
5594
|
"filename": "src/types.ts",
|
5595
|
-
"line":
|
5595
|
+
"line": 191
|
5596
5596
|
},
|
5597
5597
|
"name": "AutomergeConflictResolutionStrategy",
|
5598
5598
|
"properties": [
|
@@ -5606,7 +5606,7 @@
|
|
5606
5606
|
"immutable": true,
|
5607
5607
|
"locationInModule": {
|
5608
5608
|
"filename": "src/types.ts",
|
5609
|
-
"line":
|
5609
|
+
"line": 196
|
5610
5610
|
},
|
5611
5611
|
"name": "handlerType",
|
5612
5612
|
"type": {
|
@@ -5627,7 +5627,7 @@
|
|
5627
5627
|
"kind": "interface",
|
5628
5628
|
"locationInModule": {
|
5629
5629
|
"filename": "src/types.ts",
|
5630
|
-
"line":
|
5630
|
+
"line": 238
|
5631
5631
|
},
|
5632
5632
|
"name": "ConflictResolution",
|
5633
5633
|
"properties": [
|
@@ -5640,7 +5640,7 @@
|
|
5640
5640
|
"immutable": true,
|
5641
5641
|
"locationInModule": {
|
5642
5642
|
"filename": "src/types.ts",
|
5643
|
-
"line":
|
5643
|
+
"line": 247
|
5644
5644
|
},
|
5645
5645
|
"name": "models",
|
5646
5646
|
"optional": true,
|
@@ -5675,7 +5675,7 @@
|
|
5675
5675
|
"immutable": true,
|
5676
5676
|
"locationInModule": {
|
5677
5677
|
"filename": "src/types.ts",
|
5678
|
-
"line":
|
5678
|
+
"line": 242
|
5679
5679
|
},
|
5680
5680
|
"name": "project",
|
5681
5681
|
"optional": true,
|
@@ -5709,7 +5709,7 @@
|
|
5709
5709
|
"kind": "interface",
|
5710
5710
|
"locationInModule": {
|
5711
5711
|
"filename": "src/types.ts",
|
5712
|
-
"line":
|
5712
|
+
"line": 181
|
5713
5713
|
},
|
5714
5714
|
"name": "ConflictResolutionStrategyBase",
|
5715
5715
|
"properties": [
|
@@ -5722,7 +5722,7 @@
|
|
5722
5722
|
"immutable": true,
|
5723
5723
|
"locationInModule": {
|
5724
5724
|
"filename": "src/types.ts",
|
5725
|
-
"line":
|
5725
|
+
"line": 185
|
5726
5726
|
},
|
5727
5727
|
"name": "detectionType",
|
5728
5728
|
"type": {
|
@@ -5746,7 +5746,7 @@
|
|
5746
5746
|
"kind": "interface",
|
5747
5747
|
"locationInModule": {
|
5748
5748
|
"filename": "src/types.ts",
|
5749
|
-
"line":
|
5749
|
+
"line": 213
|
5750
5750
|
},
|
5751
5751
|
"name": "CustomConflictResolutionStrategy",
|
5752
5752
|
"properties": [
|
@@ -5759,7 +5759,7 @@
|
|
5759
5759
|
"immutable": true,
|
5760
5760
|
"locationInModule": {
|
5761
5761
|
"filename": "src/types.ts",
|
5762
|
-
"line":
|
5762
|
+
"line": 224
|
5763
5763
|
},
|
5764
5764
|
"name": "conflictHandler",
|
5765
5765
|
"type": {
|
@@ -5776,7 +5776,7 @@
|
|
5776
5776
|
"immutable": true,
|
5777
5777
|
"locationInModule": {
|
5778
5778
|
"filename": "src/types.ts",
|
5779
|
-
"line":
|
5779
|
+
"line": 219
|
5780
5780
|
},
|
5781
5781
|
"name": "handlerType",
|
5782
5782
|
"type": {
|
@@ -5786,6 +5786,68 @@
|
|
5786
5786
|
],
|
5787
5787
|
"symbolId": "src/types:CustomConflictResolutionStrategy"
|
5788
5788
|
},
|
5789
|
+
"@aws-amplify/graphql-api-construct.CustomSqlDataSourceStrategy": {
|
5790
|
+
"assembly": "@aws-amplify/graphql-api-construct",
|
5791
|
+
"datatype": true,
|
5792
|
+
"docs": {
|
5793
|
+
"stability": "stable"
|
5794
|
+
},
|
5795
|
+
"fqn": "@aws-amplify/graphql-api-construct.CustomSqlDataSourceStrategy",
|
5796
|
+
"kind": "interface",
|
5797
|
+
"locationInModule": {
|
5798
|
+
"filename": "src/model-datasource-strategy.ts",
|
5799
|
+
"line": 145
|
5800
|
+
},
|
5801
|
+
"name": "CustomSqlDataSourceStrategy",
|
5802
|
+
"properties": [
|
5803
|
+
{
|
5804
|
+
"abstract": true,
|
5805
|
+
"docs": {
|
5806
|
+
"stability": "stable"
|
5807
|
+
},
|
5808
|
+
"immutable": true,
|
5809
|
+
"locationInModule": {
|
5810
|
+
"filename": "src/model-datasource-strategy.ts",
|
5811
|
+
"line": 147
|
5812
|
+
},
|
5813
|
+
"name": "fieldName",
|
5814
|
+
"type": {
|
5815
|
+
"primitive": "string"
|
5816
|
+
}
|
5817
|
+
},
|
5818
|
+
{
|
5819
|
+
"abstract": true,
|
5820
|
+
"docs": {
|
5821
|
+
"stability": "stable"
|
5822
|
+
},
|
5823
|
+
"immutable": true,
|
5824
|
+
"locationInModule": {
|
5825
|
+
"filename": "src/model-datasource-strategy.ts",
|
5826
|
+
"line": 148
|
5827
|
+
},
|
5828
|
+
"name": "strategy",
|
5829
|
+
"type": {
|
5830
|
+
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
5831
|
+
}
|
5832
|
+
},
|
5833
|
+
{
|
5834
|
+
"abstract": true,
|
5835
|
+
"docs": {
|
5836
|
+
"stability": "stable"
|
5837
|
+
},
|
5838
|
+
"immutable": true,
|
5839
|
+
"locationInModule": {
|
5840
|
+
"filename": "src/model-datasource-strategy.ts",
|
5841
|
+
"line": 146
|
5842
|
+
},
|
5843
|
+
"name": "typeName",
|
5844
|
+
"type": {
|
5845
|
+
"primitive": "string"
|
5846
|
+
}
|
5847
|
+
}
|
5848
|
+
],
|
5849
|
+
"symbolId": "src/model-datasource-strategy:CustomSqlDataSourceStrategy"
|
5850
|
+
},
|
5789
5851
|
"@aws-amplify/graphql-api-construct.DefaultDynamoDbModelDataSourceStrategy": {
|
5790
5852
|
"assembly": "@aws-amplify/graphql-api-construct",
|
5791
5853
|
"datatype": true,
|
@@ -5796,8 +5858,8 @@
|
|
5796
5858
|
"fqn": "@aws-amplify/graphql-api-construct.DefaultDynamoDbModelDataSourceStrategy",
|
5797
5859
|
"kind": "interface",
|
5798
5860
|
"locationInModule": {
|
5799
|
-
"filename": "src/
|
5800
|
-
"line":
|
5861
|
+
"filename": "src/model-datasource-strategy.ts",
|
5862
|
+
"line": 25
|
5801
5863
|
},
|
5802
5864
|
"name": "DefaultDynamoDbModelDataSourceStrategy",
|
5803
5865
|
"properties": [
|
@@ -5808,8 +5870,8 @@
|
|
5808
5870
|
},
|
5809
5871
|
"immutable": true,
|
5810
5872
|
"locationInModule": {
|
5811
|
-
"filename": "src/
|
5812
|
-
"line":
|
5873
|
+
"filename": "src/model-datasource-strategy.ts",
|
5874
|
+
"line": 26
|
5813
5875
|
},
|
5814
5876
|
"name": "dbType",
|
5815
5877
|
"type": {
|
@@ -5823,8 +5885,8 @@
|
|
5823
5885
|
},
|
5824
5886
|
"immutable": true,
|
5825
5887
|
"locationInModule": {
|
5826
|
-
"filename": "src/
|
5827
|
-
"line":
|
5888
|
+
"filename": "src/model-datasource-strategy.ts",
|
5889
|
+
"line": 27
|
5828
5890
|
},
|
5829
5891
|
"name": "provisionStrategy",
|
5830
5892
|
"type": {
|
@@ -5832,7 +5894,7 @@
|
|
5832
5894
|
}
|
5833
5895
|
}
|
5834
5896
|
],
|
5835
|
-
"symbolId": "src/
|
5897
|
+
"symbolId": "src/model-datasource-strategy:DefaultDynamoDbModelDataSourceStrategy"
|
5836
5898
|
},
|
5837
5899
|
"@aws-amplify/graphql-api-construct.FunctionSlotBase": {
|
5838
5900
|
"assembly": "@aws-amplify/graphql-api-construct",
|
@@ -5845,7 +5907,7 @@
|
|
5845
5907
|
"kind": "interface",
|
5846
5908
|
"locationInModule": {
|
5847
5909
|
"filename": "src/types.ts",
|
5848
|
-
"line":
|
5910
|
+
"line": 269
|
5849
5911
|
},
|
5850
5912
|
"name": "FunctionSlotBase",
|
5851
5913
|
"properties": [
|
@@ -5858,7 +5920,7 @@
|
|
5858
5920
|
"immutable": true,
|
5859
5921
|
"locationInModule": {
|
5860
5922
|
"filename": "src/types.ts",
|
5861
|
-
"line":
|
5923
|
+
"line": 273
|
5862
5924
|
},
|
5863
5925
|
"name": "fieldName",
|
5864
5926
|
"type": {
|
@@ -5874,7 +5936,7 @@
|
|
5874
5936
|
"immutable": true,
|
5875
5937
|
"locationInModule": {
|
5876
5938
|
"filename": "src/types.ts",
|
5877
|
-
"line":
|
5939
|
+
"line": 284
|
5878
5940
|
},
|
5879
5941
|
"name": "function",
|
5880
5942
|
"type": {
|
@@ -5891,7 +5953,7 @@
|
|
5891
5953
|
"immutable": true,
|
5892
5954
|
"locationInModule": {
|
5893
5955
|
"filename": "src/types.ts",
|
5894
|
-
"line":
|
5956
|
+
"line": 279
|
5895
5957
|
},
|
5896
5958
|
"name": "slotIndex",
|
5897
5959
|
"type": {
|
@@ -5913,7 +5975,7 @@
|
|
5913
5975
|
"kind": "interface",
|
5914
5976
|
"locationInModule": {
|
5915
5977
|
"filename": "src/types.ts",
|
5916
|
-
"line":
|
5978
|
+
"line": 254
|
5917
5979
|
},
|
5918
5980
|
"name": "FunctionSlotOverride",
|
5919
5981
|
"properties": [
|
@@ -5927,7 +5989,7 @@
|
|
5927
5989
|
"immutable": true,
|
5928
5990
|
"locationInModule": {
|
5929
5991
|
"filename": "src/types.ts",
|
5930
|
-
"line":
|
5992
|
+
"line": 258
|
5931
5993
|
},
|
5932
5994
|
"name": "requestMappingTemplate",
|
5933
5995
|
"optional": true,
|
@@ -5945,7 +6007,7 @@
|
|
5945
6007
|
"immutable": true,
|
5946
6008
|
"locationInModule": {
|
5947
6009
|
"filename": "src/types.ts",
|
5948
|
-
"line":
|
6010
|
+
"line": 263
|
5949
6011
|
},
|
5950
6012
|
"name": "responseMappingTemplate",
|
5951
6013
|
"optional": true,
|
@@ -5967,7 +6029,7 @@
|
|
5967
6029
|
"kind": "interface",
|
5968
6030
|
"locationInModule": {
|
5969
6031
|
"filename": "src/types.ts",
|
5970
|
-
"line":
|
6032
|
+
"line": 27
|
5971
6033
|
},
|
5972
6034
|
"name": "IAMAuthorizationConfig",
|
5973
6035
|
"properties": [
|
@@ -5980,7 +6042,7 @@
|
|
5980
6042
|
"immutable": true,
|
5981
6043
|
"locationInModule": {
|
5982
6044
|
"filename": "src/types.ts",
|
5983
|
-
"line":
|
6045
|
+
"line": 37
|
5984
6046
|
},
|
5985
6047
|
"name": "authenticatedUserRole",
|
5986
6048
|
"type": {
|
@@ -5997,7 +6059,7 @@
|
|
5997
6059
|
"immutable": true,
|
5998
6060
|
"locationInModule": {
|
5999
6061
|
"filename": "src/types.ts",
|
6000
|
-
"line":
|
6062
|
+
"line": 32
|
6001
6063
|
},
|
6002
6064
|
"name": "identityPoolId",
|
6003
6065
|
"type": {
|
@@ -6013,7 +6075,7 @@
|
|
6013
6075
|
"immutable": true,
|
6014
6076
|
"locationInModule": {
|
6015
6077
|
"filename": "src/types.ts",
|
6016
|
-
"line":
|
6078
|
+
"line": 42
|
6017
6079
|
},
|
6018
6080
|
"name": "unauthenticatedUserRole",
|
6019
6081
|
"type": {
|
@@ -6030,7 +6092,7 @@
|
|
6030
6092
|
"immutable": true,
|
6031
6093
|
"locationInModule": {
|
6032
6094
|
"filename": "src/types.ts",
|
6033
|
-
"line":
|
6095
|
+
"line": 49
|
6034
6096
|
},
|
6035
6097
|
"name": "allowListedRoles",
|
6036
6098
|
"optional": true,
|
@@ -6065,7 +6127,7 @@
|
|
6065
6127
|
"kind": "interface",
|
6066
6128
|
"locationInModule": {
|
6067
6129
|
"filename": "src/types.ts",
|
6068
|
-
"line":
|
6130
|
+
"line": 543
|
6069
6131
|
},
|
6070
6132
|
"name": "IAmplifyGraphqlDefinition",
|
6071
6133
|
"properties": [
|
@@ -6080,7 +6142,7 @@
|
|
6080
6142
|
"immutable": true,
|
6081
6143
|
"locationInModule": {
|
6082
6144
|
"filename": "src/types.ts",
|
6083
|
-
"line":
|
6145
|
+
"line": 572
|
6084
6146
|
},
|
6085
6147
|
"name": "dataSourceStrategies",
|
6086
6148
|
"type": {
|
@@ -6114,7 +6176,7 @@
|
|
6114
6176
|
"immutable": true,
|
6115
6177
|
"locationInModule": {
|
6116
6178
|
"filename": "src/types.ts",
|
6117
|
-
"line":
|
6179
|
+
"line": 554
|
6118
6180
|
},
|
6119
6181
|
"name": "functionSlots",
|
6120
6182
|
"type": {
|
@@ -6148,13 +6210,37 @@
|
|
6148
6210
|
"immutable": true,
|
6149
6211
|
"locationInModule": {
|
6150
6212
|
"filename": "src/types.ts",
|
6151
|
-
"line":
|
6213
|
+
"line": 548
|
6152
6214
|
},
|
6153
6215
|
"name": "schema",
|
6154
6216
|
"type": {
|
6155
6217
|
"primitive": "string"
|
6156
6218
|
}
|
6157
6219
|
},
|
6220
|
+
{
|
6221
|
+
"abstract": true,
|
6222
|
+
"docs": {
|
6223
|
+
"remarks": "**NOTE** Explicitly specifying the 'customSqlDataSourceStrategies' configuration option is in preview and is not recommended to use\nwith production systems. For production, use the static factory methods `fromString` or `fromFiles`.",
|
6224
|
+
"returns": "a list of mappings from custom SQL commands to data sources",
|
6225
|
+
"stability": "experimental",
|
6226
|
+
"summary": "An array of custom Query or Mutation SQL commands to the data sources that resolves them."
|
6227
|
+
},
|
6228
|
+
"immutable": true,
|
6229
|
+
"locationInModule": {
|
6230
|
+
"filename": "src/types.ts",
|
6231
|
+
"line": 582
|
6232
|
+
},
|
6233
|
+
"name": "customSqlDataSourceStrategies",
|
6234
|
+
"optional": true,
|
6235
|
+
"type": {
|
6236
|
+
"collection": {
|
6237
|
+
"elementtype": {
|
6238
|
+
"fqn": "@aws-amplify/graphql-api-construct.CustomSqlDataSourceStrategy"
|
6239
|
+
},
|
6240
|
+
"kind": "array"
|
6241
|
+
}
|
6242
|
+
}
|
6243
|
+
},
|
6158
6244
|
{
|
6159
6245
|
"abstract": true,
|
6160
6246
|
"docs": {
|
@@ -6166,7 +6252,7 @@
|
|
6166
6252
|
"immutable": true,
|
6167
6253
|
"locationInModule": {
|
6168
6254
|
"filename": "src/types.ts",
|
6169
|
-
"line":
|
6255
|
+
"line": 562
|
6170
6256
|
},
|
6171
6257
|
"name": "referencedLambdaFunctions",
|
6172
6258
|
"optional": true,
|
@@ -6192,7 +6278,7 @@
|
|
6192
6278
|
"kind": "interface",
|
6193
6279
|
"locationInModule": {
|
6194
6280
|
"filename": "src/types.ts",
|
6195
|
-
"line":
|
6281
|
+
"line": 588
|
6196
6282
|
},
|
6197
6283
|
"name": "IBackendOutputEntry",
|
6198
6284
|
"properties": [
|
@@ -6205,7 +6291,7 @@
|
|
6205
6291
|
"immutable": true,
|
6206
6292
|
"locationInModule": {
|
6207
6293
|
"filename": "src/types.ts",
|
6208
|
-
"line":
|
6294
|
+
"line": 597
|
6209
6295
|
},
|
6210
6296
|
"name": "payload",
|
6211
6297
|
"type": {
|
@@ -6226,7 +6312,7 @@
|
|
6226
6312
|
"immutable": true,
|
6227
6313
|
"locationInModule": {
|
6228
6314
|
"filename": "src/types.ts",
|
6229
|
-
"line":
|
6315
|
+
"line": 592
|
6230
6316
|
},
|
6231
6317
|
"name": "version",
|
6232
6318
|
"type": {
|
@@ -6246,7 +6332,7 @@
|
|
6246
6332
|
"kind": "interface",
|
6247
6333
|
"locationInModule": {
|
6248
6334
|
"filename": "src/types.ts",
|
6249
|
-
"line":
|
6335
|
+
"line": 603
|
6250
6336
|
},
|
6251
6337
|
"methods": [
|
6252
6338
|
{
|
@@ -6257,7 +6343,7 @@
|
|
6257
6343
|
},
|
6258
6344
|
"locationInModule": {
|
6259
6345
|
"filename": "src/types.ts",
|
6260
|
-
"line":
|
6346
|
+
"line": 610
|
6261
6347
|
},
|
6262
6348
|
"name": "addBackendOutputEntry",
|
6263
6349
|
"parameters": [
|
@@ -6296,7 +6382,7 @@
|
|
6296
6382
|
"kind": "interface",
|
6297
6383
|
"locationInModule": {
|
6298
6384
|
"filename": "src/types.ts",
|
6299
|
-
"line":
|
6385
|
+
"line": 113
|
6300
6386
|
},
|
6301
6387
|
"name": "LambdaAuthorizationConfig",
|
6302
6388
|
"properties": [
|
@@ -6309,7 +6395,7 @@
|
|
6309
6395
|
"immutable": true,
|
6310
6396
|
"locationInModule": {
|
6311
6397
|
"filename": "src/types.ts",
|
6312
|
-
"line":
|
6398
|
+
"line": 117
|
6313
6399
|
},
|
6314
6400
|
"name": "function",
|
6315
6401
|
"type": {
|
@@ -6325,7 +6411,7 @@
|
|
6325
6411
|
"immutable": true,
|
6326
6412
|
"locationInModule": {
|
6327
6413
|
"filename": "src/types.ts",
|
6328
|
-
"line":
|
6414
|
+
"line": 122
|
6329
6415
|
},
|
6330
6416
|
"name": "ttl",
|
6331
6417
|
"type": {
|
@@ -6349,7 +6435,7 @@
|
|
6349
6435
|
"kind": "interface",
|
6350
6436
|
"locationInModule": {
|
6351
6437
|
"filename": "src/types.ts",
|
6352
|
-
"line":
|
6438
|
+
"line": 290
|
6353
6439
|
},
|
6354
6440
|
"name": "MutationFunctionSlot",
|
6355
6441
|
"properties": [
|
@@ -6363,7 +6449,7 @@
|
|
6363
6449
|
"immutable": true,
|
6364
6450
|
"locationInModule": {
|
6365
6451
|
"filename": "src/types.ts",
|
6366
|
-
"line":
|
6452
|
+
"line": 300
|
6367
6453
|
},
|
6368
6454
|
"name": "slotName",
|
6369
6455
|
"type": {
|
@@ -6379,7 +6465,7 @@
|
|
6379
6465
|
"immutable": true,
|
6380
6466
|
"locationInModule": {
|
6381
6467
|
"filename": "src/types.ts",
|
6382
|
-
"line":
|
6468
|
+
"line": 294
|
6383
6469
|
},
|
6384
6470
|
"name": "typeName",
|
6385
6471
|
"type": {
|
@@ -6400,7 +6486,7 @@
|
|
6400
6486
|
"kind": "interface",
|
6401
6487
|
"locationInModule": {
|
6402
6488
|
"filename": "src/types.ts",
|
6403
|
-
"line":
|
6489
|
+
"line": 65
|
6404
6490
|
},
|
6405
6491
|
"name": "OIDCAuthorizationConfig",
|
6406
6492
|
"properties": [
|
@@ -6413,7 +6499,7 @@
|
|
6413
6499
|
"immutable": true,
|
6414
6500
|
"locationInModule": {
|
6415
6501
|
"filename": "src/types.ts",
|
6416
|
-
"line":
|
6502
|
+
"line": 74
|
6417
6503
|
},
|
6418
6504
|
"name": "oidcIssuerUrl",
|
6419
6505
|
"type": {
|
@@ -6429,7 +6515,7 @@
|
|
6429
6515
|
"immutable": true,
|
6430
6516
|
"locationInModule": {
|
6431
6517
|
"filename": "src/types.ts",
|
6432
|
-
"line":
|
6518
|
+
"line": 69
|
6433
6519
|
},
|
6434
6520
|
"name": "oidcProviderName",
|
6435
6521
|
"type": {
|
@@ -6446,7 +6532,7 @@
|
|
6446
6532
|
"immutable": true,
|
6447
6533
|
"locationInModule": {
|
6448
6534
|
"filename": "src/types.ts",
|
6449
|
-
"line":
|
6535
|
+
"line": 86
|
6450
6536
|
},
|
6451
6537
|
"name": "tokenExpiryFromAuth",
|
6452
6538
|
"type": {
|
@@ -6463,7 +6549,7 @@
|
|
6463
6549
|
"immutable": true,
|
6464
6550
|
"locationInModule": {
|
6465
6551
|
"filename": "src/types.ts",
|
6466
|
-
"line":
|
6552
|
+
"line": 92
|
6467
6553
|
},
|
6468
6554
|
"name": "tokenExpiryFromIssue",
|
6469
6555
|
"type": {
|
@@ -6480,7 +6566,7 @@
|
|
6480
6566
|
"immutable": true,
|
6481
6567
|
"locationInModule": {
|
6482
6568
|
"filename": "src/types.ts",
|
6483
|
-
"line":
|
6569
|
+
"line": 80
|
6484
6570
|
},
|
6485
6571
|
"name": "clientId",
|
6486
6572
|
"optional": true,
|
@@ -6505,7 +6591,7 @@
|
|
6505
6591
|
"kind": "interface",
|
6506
6592
|
"locationInModule": {
|
6507
6593
|
"filename": "src/types.ts",
|
6508
|
-
"line":
|
6594
|
+
"line": 202
|
6509
6595
|
},
|
6510
6596
|
"name": "OptimisticConflictResolutionStrategy",
|
6511
6597
|
"properties": [
|
@@ -6519,7 +6605,7 @@
|
|
6519
6605
|
"immutable": true,
|
6520
6606
|
"locationInModule": {
|
6521
6607
|
"filename": "src/types.ts",
|
6522
|
-
"line":
|
6608
|
+
"line": 207
|
6523
6609
|
},
|
6524
6610
|
"name": "handlerType",
|
6525
6611
|
"type": {
|
@@ -6540,7 +6626,7 @@
|
|
6540
6626
|
"kind": "interface",
|
6541
6627
|
"locationInModule": {
|
6542
6628
|
"filename": "src/types.ts",
|
6543
|
-
"line":
|
6629
|
+
"line": 441
|
6544
6630
|
},
|
6545
6631
|
"name": "PartialTranslationBehavior",
|
6546
6632
|
"properties": [
|
@@ -6555,7 +6641,7 @@
|
|
6555
6641
|
"immutable": true,
|
6556
6642
|
"locationInModule": {
|
6557
6643
|
"filename": "src/types.ts",
|
6558
|
-
"line":
|
6644
|
+
"line": 527
|
6559
6645
|
},
|
6560
6646
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
6561
6647
|
"optional": true,
|
@@ -6573,7 +6659,7 @@
|
|
6573
6659
|
"immutable": true,
|
6574
6660
|
"locationInModule": {
|
6575
6661
|
"filename": "src/types.ts",
|
6576
|
-
"line":
|
6662
|
+
"line": 453
|
6577
6663
|
},
|
6578
6664
|
"name": "disableResolverDeduping",
|
6579
6665
|
"optional": true,
|
@@ -6595,7 +6681,7 @@
|
|
6595
6681
|
"immutable": true,
|
6596
6682
|
"locationInModule": {
|
6597
6683
|
"filename": "src/types.ts",
|
6598
|
-
"line":
|
6684
|
+
"line": 492
|
6599
6685
|
},
|
6600
6686
|
"name": "enableAutoIndexQueryNames",
|
6601
6687
|
"optional": true,
|
@@ -6614,7 +6700,7 @@
|
|
6614
6700
|
"immutable": true,
|
6615
6701
|
"locationInModule": {
|
6616
6702
|
"filename": "src/types.ts",
|
6617
|
-
"line":
|
6703
|
+
"line": 507
|
6618
6704
|
},
|
6619
6705
|
"name": "enableSearchNodeToNodeEncryption",
|
6620
6706
|
"optional": true,
|
@@ -6632,7 +6718,7 @@
|
|
6632
6718
|
"immutable": true,
|
6633
6719
|
"locationInModule": {
|
6634
6720
|
"filename": "src/types.ts",
|
6635
|
-
"line":
|
6721
|
+
"line": 513
|
6636
6722
|
},
|
6637
6723
|
"name": "enableTransformerCfnOutputs",
|
6638
6724
|
"optional": true,
|
@@ -6650,7 +6736,7 @@
|
|
6650
6736
|
"immutable": true,
|
6651
6737
|
"locationInModule": {
|
6652
6738
|
"filename": "src/types.ts",
|
6653
|
-
"line":
|
6739
|
+
"line": 472
|
6654
6740
|
},
|
6655
6741
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
6656
6742
|
"optional": true,
|
@@ -6662,13 +6748,14 @@
|
|
6662
6748
|
"abstract": true,
|
6663
6749
|
"docs": {
|
6664
6750
|
"default": "false",
|
6751
|
+
"remarks": "When enabled, any global secondary index update operation will replace the table instead of iterative deployment, which will WIPE ALL\nEXISTING DATA but cost much less time for deployment This will only affect DynamoDB tables with provision strategy \"AMPLIFY_TABLE\".",
|
6665
6752
|
"stability": "experimental",
|
6666
|
-
"summary": "This behavior will only come into effect when both \"allowDestructiveGraphqlSchemaUpdates\" and this value are set to true
|
6753
|
+
"summary": "This behavior will only come into effect when both \"allowDestructiveGraphqlSchemaUpdates\" and this value are set to true."
|
6667
6754
|
},
|
6668
6755
|
"immutable": true,
|
6669
6756
|
"locationInModule": {
|
6670
6757
|
"filename": "src/types.ts",
|
6671
|
-
"line":
|
6758
|
+
"line": 537
|
6672
6759
|
},
|
6673
6760
|
"name": "replaceTableUponGsiUpdate",
|
6674
6761
|
"optional": true,
|
@@ -6686,7 +6773,7 @@
|
|
6686
6773
|
"immutable": true,
|
6687
6774
|
"locationInModule": {
|
6688
6775
|
"filename": "src/types.ts",
|
6689
|
-
"line":
|
6776
|
+
"line": 498
|
6690
6777
|
},
|
6691
6778
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
6692
6779
|
"optional": true,
|
@@ -6704,7 +6791,7 @@
|
|
6704
6791
|
"immutable": true,
|
6705
6792
|
"locationInModule": {
|
6706
6793
|
"filename": "src/types.ts",
|
6707
|
-
"line":
|
6794
|
+
"line": 459
|
6708
6795
|
},
|
6709
6796
|
"name": "sandboxModeEnabled",
|
6710
6797
|
"optional": true,
|
@@ -6725,7 +6812,7 @@
|
|
6725
6812
|
"immutable": true,
|
6726
6813
|
"locationInModule": {
|
6727
6814
|
"filename": "src/types.ts",
|
6728
|
-
"line":
|
6815
|
+
"line": 485
|
6729
6816
|
},
|
6730
6817
|
"name": "secondaryKeyAsGSI",
|
6731
6818
|
"optional": true,
|
@@ -6746,7 +6833,7 @@
|
|
6746
6833
|
"immutable": true,
|
6747
6834
|
"locationInModule": {
|
6748
6835
|
"filename": "src/types.ts",
|
6749
|
-
"line":
|
6836
|
+
"line": 446
|
6750
6837
|
},
|
6751
6838
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
6752
6839
|
"optional": true,
|
@@ -6765,7 +6852,7 @@
|
|
6765
6852
|
"immutable": true,
|
6766
6853
|
"locationInModule": {
|
6767
6854
|
"filename": "src/types.ts",
|
6768
|
-
"line":
|
6855
|
+
"line": 479
|
6769
6856
|
},
|
6770
6857
|
"name": "suppressApiKeyGeneration",
|
6771
6858
|
"optional": true,
|
@@ -6783,7 +6870,7 @@
|
|
6783
6870
|
"immutable": true,
|
6784
6871
|
"locationInModule": {
|
6785
6872
|
"filename": "src/types.ts",
|
6786
|
-
"line":
|
6873
|
+
"line": 466
|
6787
6874
|
},
|
6788
6875
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
6789
6876
|
"optional": true,
|
@@ -6804,8 +6891,8 @@
|
|
6804
6891
|
"fqn": "@aws-amplify/graphql-api-construct.ProvisionedConcurrencyConfig",
|
6805
6892
|
"kind": "interface",
|
6806
6893
|
"locationInModule": {
|
6807
|
-
"filename": "src/
|
6808
|
-
"line":
|
6894
|
+
"filename": "src/model-datasource-strategy.ts",
|
6895
|
+
"line": 101
|
6809
6896
|
},
|
6810
6897
|
"name": "ProvisionedConcurrencyConfig",
|
6811
6898
|
"properties": [
|
@@ -6818,8 +6905,8 @@
|
|
6818
6905
|
},
|
6819
6906
|
"immutable": true,
|
6820
6907
|
"locationInModule": {
|
6821
|
-
"filename": "src/
|
6822
|
-
"line":
|
6908
|
+
"filename": "src/model-datasource-strategy.ts",
|
6909
|
+
"line": 103
|
6823
6910
|
},
|
6824
6911
|
"name": "provisionedConcurrentExecutions",
|
6825
6912
|
"type": {
|
@@ -6827,7 +6914,7 @@
|
|
6827
6914
|
}
|
6828
6915
|
}
|
6829
6916
|
],
|
6830
|
-
"symbolId": "src/
|
6917
|
+
"symbolId": "src/model-datasource-strategy:ProvisionedConcurrencyConfig"
|
6831
6918
|
},
|
6832
6919
|
"@aws-amplify/graphql-api-construct.ProvisionedThroughput": {
|
6833
6920
|
"assembly": "@aws-amplify/graphql-api-construct",
|
@@ -6893,7 +6980,7 @@
|
|
6893
6980
|
"kind": "interface",
|
6894
6981
|
"locationInModule": {
|
6895
6982
|
"filename": "src/types.ts",
|
6896
|
-
"line":
|
6983
|
+
"line": 306
|
6897
6984
|
},
|
6898
6985
|
"name": "QueryFunctionSlot",
|
6899
6986
|
"properties": [
|
@@ -6907,7 +6994,7 @@
|
|
6907
6994
|
"immutable": true,
|
6908
6995
|
"locationInModule": {
|
6909
6996
|
"filename": "src/types.ts",
|
6910
|
-
"line":
|
6997
|
+
"line": 316
|
6911
6998
|
},
|
6912
6999
|
"name": "slotName",
|
6913
7000
|
"type": {
|
@@ -6923,7 +7010,7 @@
|
|
6923
7010
|
"immutable": true,
|
6924
7011
|
"locationInModule": {
|
6925
7012
|
"filename": "src/types.ts",
|
6926
|
-
"line":
|
7013
|
+
"line": 310
|
6927
7014
|
},
|
6928
7015
|
"name": "typeName",
|
6929
7016
|
"type": {
|
@@ -6943,8 +7030,8 @@
|
|
6943
7030
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy",
|
6944
7031
|
"kind": "interface",
|
6945
7032
|
"locationInModule": {
|
6946
|
-
"filename": "src/
|
6947
|
-
"line":
|
7033
|
+
"filename": "src/model-datasource-strategy.ts",
|
7034
|
+
"line": 44
|
6948
7035
|
},
|
6949
7036
|
"name": "SQLLambdaModelDataSourceStrategy",
|
6950
7037
|
"properties": [
|
@@ -6956,8 +7043,8 @@
|
|
6956
7043
|
},
|
6957
7044
|
"immutable": true,
|
6958
7045
|
"locationInModule": {
|
6959
|
-
"filename": "src/
|
6960
|
-
"line":
|
7046
|
+
"filename": "src/model-datasource-strategy.ts",
|
7047
|
+
"line": 59
|
6961
7048
|
},
|
6962
7049
|
"name": "dbConnectionConfig",
|
6963
7050
|
"type": {
|
@@ -6972,8 +7059,8 @@
|
|
6972
7059
|
},
|
6973
7060
|
"immutable": true,
|
6974
7061
|
"locationInModule": {
|
6975
|
-
"filename": "src/
|
6976
|
-
"line":
|
7062
|
+
"filename": "src/model-datasource-strategy.ts",
|
7063
|
+
"line": 54
|
6977
7064
|
},
|
6978
7065
|
"name": "dbType",
|
6979
7066
|
"type": {
|
@@ -6989,8 +7076,8 @@
|
|
6989
7076
|
},
|
6990
7077
|
"immutable": true,
|
6991
7078
|
"locationInModule": {
|
6992
|
-
"filename": "src/
|
6993
|
-
"line":
|
7079
|
+
"filename": "src/model-datasource-strategy.ts",
|
7080
|
+
"line": 49
|
6994
7081
|
},
|
6995
7082
|
"name": "name",
|
6996
7083
|
"type": {
|
@@ -7006,8 +7093,8 @@
|
|
7006
7093
|
},
|
7007
7094
|
"immutable": true,
|
7008
7095
|
"locationInModule": {
|
7009
|
-
"filename": "src/
|
7010
|
-
"line":
|
7096
|
+
"filename": "src/model-datasource-strategy.ts",
|
7097
|
+
"line": 70
|
7011
7098
|
},
|
7012
7099
|
"name": "customSqlStatements",
|
7013
7100
|
"optional": true,
|
@@ -7020,28 +7107,6 @@
|
|
7020
7107
|
}
|
7021
7108
|
}
|
7022
7109
|
},
|
7023
|
-
{
|
7024
|
-
"abstract": true,
|
7025
|
-
"docs": {
|
7026
|
-
"stability": "experimental",
|
7027
|
-
"summary": "An optional override for the default SQL Lambda Layer."
|
7028
|
-
},
|
7029
|
-
"immutable": true,
|
7030
|
-
"locationInModule": {
|
7031
|
-
"filename": "src/types.ts",
|
7032
|
-
"line": 890
|
7033
|
-
},
|
7034
|
-
"name": "sqlLambdaLayerMapping",
|
7035
|
-
"optional": true,
|
7036
|
-
"type": {
|
7037
|
-
"collection": {
|
7038
|
-
"elementtype": {
|
7039
|
-
"primitive": "string"
|
7040
|
-
},
|
7041
|
-
"kind": "map"
|
7042
|
-
}
|
7043
|
-
}
|
7044
|
-
},
|
7045
7110
|
{
|
7046
7111
|
"abstract": true,
|
7047
7112
|
"docs": {
|
@@ -7050,8 +7115,8 @@
|
|
7050
7115
|
},
|
7051
7116
|
"immutable": true,
|
7052
7117
|
"locationInModule": {
|
7053
|
-
"filename": "src/
|
7054
|
-
"line":
|
7118
|
+
"filename": "src/model-datasource-strategy.ts",
|
7119
|
+
"line": 75
|
7055
7120
|
},
|
7056
7121
|
"name": "sqlLambdaProvisionedConcurrencyConfig",
|
7057
7122
|
"optional": true,
|
@@ -7067,8 +7132,8 @@
|
|
7067
7132
|
},
|
7068
7133
|
"immutable": true,
|
7069
7134
|
"locationInModule": {
|
7070
|
-
"filename": "src/
|
7071
|
-
"line":
|
7135
|
+
"filename": "src/model-datasource-strategy.ts",
|
7136
|
+
"line": 64
|
7072
7137
|
},
|
7073
7138
|
"name": "vpcConfiguration",
|
7074
7139
|
"optional": true,
|
@@ -7077,7 +7142,72 @@
|
|
7077
7142
|
}
|
7078
7143
|
}
|
7079
7144
|
],
|
7080
|
-
"symbolId": "src/
|
7145
|
+
"symbolId": "src/model-datasource-strategy:SQLLambdaModelDataSourceStrategy"
|
7146
|
+
},
|
7147
|
+
"@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategyFactory": {
|
7148
|
+
"assembly": "@aws-amplify/graphql-api-construct",
|
7149
|
+
"docs": {
|
7150
|
+
"stability": "stable",
|
7151
|
+
"summary": "Class exposing utilities to produce SQLLambdaModelDataSourceStrategy objects given various inputs."
|
7152
|
+
},
|
7153
|
+
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategyFactory",
|
7154
|
+
"initializer": {
|
7155
|
+
"docs": {
|
7156
|
+
"stability": "stable"
|
7157
|
+
}
|
7158
|
+
},
|
7159
|
+
"kind": "class",
|
7160
|
+
"locationInModule": {
|
7161
|
+
"filename": "src/sql-model-datasource-strategy.ts",
|
7162
|
+
"line": 40
|
7163
|
+
},
|
7164
|
+
"methods": [
|
7165
|
+
{
|
7166
|
+
"docs": {
|
7167
|
+
"remarks": "The key\nof the `customSqlStatements` record is the file's base name (that is, the name of the file minus the directory and extension).",
|
7168
|
+
"stability": "stable",
|
7169
|
+
"summary": "Creates a SQLLambdaModelDataSourceStrategy where the binding's `customSqlStatements` are populated from `sqlFiles`."
|
7170
|
+
},
|
7171
|
+
"locationInModule": {
|
7172
|
+
"filename": "src/sql-model-datasource-strategy.ts",
|
7173
|
+
"line": 47
|
7174
|
+
},
|
7175
|
+
"name": "fromCustomSqlFiles",
|
7176
|
+
"parameters": [
|
7177
|
+
{
|
7178
|
+
"docs": {
|
7179
|
+
"summary": "the list of files to load SQL statements from."
|
7180
|
+
},
|
7181
|
+
"name": "sqlFiles",
|
7182
|
+
"type": {
|
7183
|
+
"collection": {
|
7184
|
+
"elementtype": {
|
7185
|
+
"primitive": "string"
|
7186
|
+
},
|
7187
|
+
"kind": "array"
|
7188
|
+
}
|
7189
|
+
}
|
7190
|
+
},
|
7191
|
+
{
|
7192
|
+
"docs": {
|
7193
|
+
"summary": "the remaining SQLLambdaModelDataSourceStrategy options."
|
7194
|
+
},
|
7195
|
+
"name": "options",
|
7196
|
+
"type": {
|
7197
|
+
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
7198
|
+
}
|
7199
|
+
}
|
7200
|
+
],
|
7201
|
+
"returns": {
|
7202
|
+
"type": {
|
7203
|
+
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
7204
|
+
}
|
7205
|
+
},
|
7206
|
+
"static": true
|
7207
|
+
}
|
7208
|
+
],
|
7209
|
+
"name": "SQLLambdaModelDataSourceStrategyFactory",
|
7210
|
+
"symbolId": "src/sql-model-datasource-strategy:SQLLambdaModelDataSourceStrategyFactory"
|
7081
7211
|
},
|
7082
7212
|
"@aws-amplify/graphql-api-construct.SSESpecification": {
|
7083
7213
|
"assembly": "@aws-amplify/graphql-api-construct",
|
@@ -7185,8 +7315,8 @@
|
|
7185
7315
|
"fqn": "@aws-amplify/graphql-api-construct.SqlModelDataSourceDbConnectionConfig",
|
7186
7316
|
"kind": "interface",
|
7187
7317
|
"locationInModule": {
|
7188
|
-
"filename": "src/
|
7189
|
-
"line":
|
7318
|
+
"filename": "src/model-datasource-strategy.ts",
|
7319
|
+
"line": 126
|
7190
7320
|
},
|
7191
7321
|
"name": "SqlModelDataSourceDbConnectionConfig",
|
7192
7322
|
"properties": [
|
@@ -7198,8 +7328,8 @@
|
|
7198
7328
|
},
|
7199
7329
|
"immutable": true,
|
7200
7330
|
"locationInModule": {
|
7201
|
-
"filename": "src/
|
7202
|
-
"line":
|
7331
|
+
"filename": "src/model-datasource-strategy.ts",
|
7332
|
+
"line": 142
|
7203
7333
|
},
|
7204
7334
|
"name": "databaseNameSsmPath",
|
7205
7335
|
"type": {
|
@@ -7215,8 +7345,8 @@
|
|
7215
7345
|
},
|
7216
7346
|
"immutable": true,
|
7217
7347
|
"locationInModule": {
|
7218
|
-
"filename": "src/
|
7219
|
-
"line":
|
7348
|
+
"filename": "src/model-datasource-strategy.ts",
|
7349
|
+
"line": 130
|
7220
7350
|
},
|
7221
7351
|
"name": "hostnameSsmPath",
|
7222
7352
|
"type": {
|
@@ -7231,8 +7361,8 @@
|
|
7231
7361
|
},
|
7232
7362
|
"immutable": true,
|
7233
7363
|
"locationInModule": {
|
7234
|
-
"filename": "src/
|
7235
|
-
"line":
|
7364
|
+
"filename": "src/model-datasource-strategy.ts",
|
7365
|
+
"line": 139
|
7236
7366
|
},
|
7237
7367
|
"name": "passwordSsmPath",
|
7238
7368
|
"type": {
|
@@ -7247,8 +7377,8 @@
|
|
7247
7377
|
},
|
7248
7378
|
"immutable": true,
|
7249
7379
|
"locationInModule": {
|
7250
|
-
"filename": "src/
|
7251
|
-
"line":
|
7380
|
+
"filename": "src/model-datasource-strategy.ts",
|
7381
|
+
"line": 133
|
7252
7382
|
},
|
7253
7383
|
"name": "portSsmPath",
|
7254
7384
|
"type": {
|
@@ -7263,8 +7393,8 @@
|
|
7263
7393
|
},
|
7264
7394
|
"immutable": true,
|
7265
7395
|
"locationInModule": {
|
7266
|
-
"filename": "src/
|
7267
|
-
"line":
|
7396
|
+
"filename": "src/model-datasource-strategy.ts",
|
7397
|
+
"line": 136
|
7268
7398
|
},
|
7269
7399
|
"name": "usernameSsmPath",
|
7270
7400
|
"type": {
|
@@ -7272,7 +7402,7 @@
|
|
7272
7402
|
}
|
7273
7403
|
}
|
7274
7404
|
],
|
7275
|
-
"symbolId": "src/
|
7405
|
+
"symbolId": "src/model-datasource-strategy:SqlModelDataSourceDbConnectionConfig"
|
7276
7406
|
},
|
7277
7407
|
"@aws-amplify/graphql-api-construct.StreamSpecification": {
|
7278
7408
|
"assembly": "@aws-amplify/graphql-api-construct",
|
@@ -7320,8 +7450,8 @@
|
|
7320
7450
|
"fqn": "@aws-amplify/graphql-api-construct.SubnetAvailabilityZone",
|
7321
7451
|
"kind": "interface",
|
7322
7452
|
"locationInModule": {
|
7323
|
-
"filename": "src/
|
7324
|
-
"line":
|
7453
|
+
"filename": "src/model-datasource-strategy.ts",
|
7454
|
+
"line": 112
|
7325
7455
|
},
|
7326
7456
|
"name": "SubnetAvailabilityZone",
|
7327
7457
|
"properties": [
|
@@ -7333,8 +7463,8 @@
|
|
7333
7463
|
},
|
7334
7464
|
"immutable": true,
|
7335
7465
|
"locationInModule": {
|
7336
|
-
"filename": "src/
|
7337
|
-
"line":
|
7466
|
+
"filename": "src/model-datasource-strategy.ts",
|
7467
|
+
"line": 117
|
7338
7468
|
},
|
7339
7469
|
"name": "availabilityZone",
|
7340
7470
|
"type": {
|
@@ -7349,8 +7479,8 @@
|
|
7349
7479
|
},
|
7350
7480
|
"immutable": true,
|
7351
7481
|
"locationInModule": {
|
7352
|
-
"filename": "src/
|
7353
|
-
"line":
|
7482
|
+
"filename": "src/model-datasource-strategy.ts",
|
7483
|
+
"line": 114
|
7354
7484
|
},
|
7355
7485
|
"name": "subnetId",
|
7356
7486
|
"type": {
|
@@ -7358,7 +7488,7 @@
|
|
7358
7488
|
}
|
7359
7489
|
}
|
7360
7490
|
],
|
7361
|
-
"symbolId": "src/
|
7491
|
+
"symbolId": "src/model-datasource-strategy:SubnetAvailabilityZone"
|
7362
7492
|
},
|
7363
7493
|
"@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot": {
|
7364
7494
|
"assembly": "@aws-amplify/graphql-api-construct",
|
@@ -7374,7 +7504,7 @@
|
|
7374
7504
|
"kind": "interface",
|
7375
7505
|
"locationInModule": {
|
7376
7506
|
"filename": "src/types.ts",
|
7377
|
-
"line":
|
7507
|
+
"line": 322
|
7378
7508
|
},
|
7379
7509
|
"name": "SubscriptionFunctionSlot",
|
7380
7510
|
"properties": [
|
@@ -7388,7 +7518,7 @@
|
|
7388
7518
|
"immutable": true,
|
7389
7519
|
"locationInModule": {
|
7390
7520
|
"filename": "src/types.ts",
|
7391
|
-
"line":
|
7521
|
+
"line": 332
|
7392
7522
|
},
|
7393
7523
|
"name": "slotName",
|
7394
7524
|
"type": {
|
@@ -7404,7 +7534,7 @@
|
|
7404
7534
|
"immutable": true,
|
7405
7535
|
"locationInModule": {
|
7406
7536
|
"filename": "src/types.ts",
|
7407
|
-
"line":
|
7537
|
+
"line": 326
|
7408
7538
|
},
|
7409
7539
|
"name": "typeName",
|
7410
7540
|
"type": {
|
@@ -7477,7 +7607,7 @@
|
|
7477
7607
|
"kind": "interface",
|
7478
7608
|
"locationInModule": {
|
7479
7609
|
"filename": "src/types.ts",
|
7480
|
-
"line":
|
7610
|
+
"line": 346
|
7481
7611
|
},
|
7482
7612
|
"name": "TranslationBehavior",
|
7483
7613
|
"properties": [
|
@@ -7492,7 +7622,7 @@
|
|
7492
7622
|
"immutable": true,
|
7493
7623
|
"locationInModule": {
|
7494
7624
|
"filename": "src/types.ts",
|
7495
|
-
"line":
|
7625
|
+
"line": 425
|
7496
7626
|
},
|
7497
7627
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
7498
7628
|
"type": {
|
@@ -7509,7 +7639,7 @@
|
|
7509
7639
|
"immutable": true,
|
7510
7640
|
"locationInModule": {
|
7511
7641
|
"filename": "src/types.ts",
|
7512
|
-
"line":
|
7642
|
+
"line": 358
|
7513
7643
|
},
|
7514
7644
|
"name": "disableResolverDeduping",
|
7515
7645
|
"type": {
|
@@ -7530,7 +7660,7 @@
|
|
7530
7660
|
"immutable": true,
|
7531
7661
|
"locationInModule": {
|
7532
7662
|
"filename": "src/types.ts",
|
7533
|
-
"line":
|
7663
|
+
"line": 397
|
7534
7664
|
},
|
7535
7665
|
"name": "enableAutoIndexQueryNames",
|
7536
7666
|
"type": {
|
@@ -7545,7 +7675,7 @@
|
|
7545
7675
|
"immutable": true,
|
7546
7676
|
"locationInModule": {
|
7547
7677
|
"filename": "src/types.ts",
|
7548
|
-
"line":
|
7678
|
+
"line": 405
|
7549
7679
|
},
|
7550
7680
|
"name": "enableSearchNodeToNodeEncryption",
|
7551
7681
|
"type": {
|
@@ -7562,7 +7692,7 @@
|
|
7562
7692
|
"immutable": true,
|
7563
7693
|
"locationInModule": {
|
7564
7694
|
"filename": "src/types.ts",
|
7565
|
-
"line":
|
7695
|
+
"line": 411
|
7566
7696
|
},
|
7567
7697
|
"name": "enableTransformerCfnOutputs",
|
7568
7698
|
"type": {
|
@@ -7579,7 +7709,7 @@
|
|
7579
7709
|
"immutable": true,
|
7580
7710
|
"locationInModule": {
|
7581
7711
|
"filename": "src/types.ts",
|
7582
|
-
"line":
|
7712
|
+
"line": 377
|
7583
7713
|
},
|
7584
7714
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
7585
7715
|
"type": {
|
@@ -7590,13 +7720,14 @@
|
|
7590
7720
|
"abstract": true,
|
7591
7721
|
"docs": {
|
7592
7722
|
"default": "false",
|
7723
|
+
"remarks": "When enabled, any GSI update operation will replace the table instead of iterative deployment, which will WIPE ALL EXISTING DATA but\ncost much less time for deployment This will only affect DynamoDB tables with provision strategy \"AMPLIFY_TABLE\".",
|
7593
7724
|
"stability": "experimental",
|
7594
|
-
"summary": "This behavior will only come into effect when both \"allowDestructiveGraphqlSchemaUpdates\" and this value are set to true
|
7725
|
+
"summary": "This behavior will only come into effect when both \"allowDestructiveGraphqlSchemaUpdates\" and this value are set to true."
|
7595
7726
|
},
|
7596
7727
|
"immutable": true,
|
7597
7728
|
"locationInModule": {
|
7598
7729
|
"filename": "src/types.ts",
|
7599
|
-
"line":
|
7730
|
+
"line": 435
|
7600
7731
|
},
|
7601
7732
|
"name": "replaceTableUponGsiUpdate",
|
7602
7733
|
"type": {
|
@@ -7613,7 +7744,7 @@
|
|
7613
7744
|
"immutable": true,
|
7614
7745
|
"locationInModule": {
|
7615
7746
|
"filename": "src/types.ts",
|
7616
|
-
"line":
|
7747
|
+
"line": 403
|
7617
7748
|
},
|
7618
7749
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
7619
7750
|
"type": {
|
@@ -7630,7 +7761,7 @@
|
|
7630
7761
|
"immutable": true,
|
7631
7762
|
"locationInModule": {
|
7632
7763
|
"filename": "src/types.ts",
|
7633
|
-
"line":
|
7764
|
+
"line": 364
|
7634
7765
|
},
|
7635
7766
|
"name": "sandboxModeEnabled",
|
7636
7767
|
"type": {
|
@@ -7650,7 +7781,7 @@
|
|
7650
7781
|
"immutable": true,
|
7651
7782
|
"locationInModule": {
|
7652
7783
|
"filename": "src/types.ts",
|
7653
|
-
"line":
|
7784
|
+
"line": 390
|
7654
7785
|
},
|
7655
7786
|
"name": "secondaryKeyAsGSI",
|
7656
7787
|
"type": {
|
@@ -7670,7 +7801,7 @@
|
|
7670
7801
|
"immutable": true,
|
7671
7802
|
"locationInModule": {
|
7672
7803
|
"filename": "src/types.ts",
|
7673
|
-
"line":
|
7804
|
+
"line": 351
|
7674
7805
|
},
|
7675
7806
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
7676
7807
|
"type": {
|
@@ -7688,7 +7819,7 @@
|
|
7688
7819
|
"immutable": true,
|
7689
7820
|
"locationInModule": {
|
7690
7821
|
"filename": "src/types.ts",
|
7691
|
-
"line":
|
7822
|
+
"line": 384
|
7692
7823
|
},
|
7693
7824
|
"name": "suppressApiKeyGeneration",
|
7694
7825
|
"type": {
|
@@ -7705,7 +7836,7 @@
|
|
7705
7836
|
"immutable": true,
|
7706
7837
|
"locationInModule": {
|
7707
7838
|
"filename": "src/types.ts",
|
7708
|
-
"line":
|
7839
|
+
"line": 371
|
7709
7840
|
},
|
7710
7841
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
7711
7842
|
"type": {
|
@@ -7726,7 +7857,7 @@
|
|
7726
7857
|
"kind": "interface",
|
7727
7858
|
"locationInModule": {
|
7728
7859
|
"filename": "src/types.ts",
|
7729
|
-
"line":
|
7860
|
+
"line": 55
|
7730
7861
|
},
|
7731
7862
|
"name": "UserPoolAuthorizationConfig",
|
7732
7863
|
"properties": [
|
@@ -7739,7 +7870,7 @@
|
|
7739
7870
|
"immutable": true,
|
7740
7871
|
"locationInModule": {
|
7741
7872
|
"filename": "src/types.ts",
|
7742
|
-
"line":
|
7873
|
+
"line": 59
|
7743
7874
|
},
|
7744
7875
|
"name": "userPool",
|
7745
7876
|
"type": {
|
@@ -7760,8 +7891,8 @@
|
|
7760
7891
|
"fqn": "@aws-amplify/graphql-api-construct.VpcConfig",
|
7761
7892
|
"kind": "interface",
|
7762
7893
|
"locationInModule": {
|
7763
|
-
"filename": "src/
|
7764
|
-
"line":
|
7894
|
+
"filename": "src/model-datasource-strategy.ts",
|
7895
|
+
"line": 86
|
7765
7896
|
},
|
7766
7897
|
"name": "VpcConfig",
|
7767
7898
|
"properties": [
|
@@ -7773,8 +7904,8 @@
|
|
7773
7904
|
},
|
7774
7905
|
"immutable": true,
|
7775
7906
|
"locationInModule": {
|
7776
|
-
"filename": "src/
|
7777
|
-
"line":
|
7907
|
+
"filename": "src/model-datasource-strategy.ts",
|
7908
|
+
"line": 91
|
7778
7909
|
},
|
7779
7910
|
"name": "securityGroupIds",
|
7780
7911
|
"type": {
|
@@ -7794,8 +7925,8 @@
|
|
7794
7925
|
},
|
7795
7926
|
"immutable": true,
|
7796
7927
|
"locationInModule": {
|
7797
|
-
"filename": "src/
|
7798
|
-
"line":
|
7928
|
+
"filename": "src/model-datasource-strategy.ts",
|
7929
|
+
"line": 94
|
7799
7930
|
},
|
7800
7931
|
"name": "subnetAvailabilityZoneConfig",
|
7801
7932
|
"type": {
|
@@ -7815,8 +7946,8 @@
|
|
7815
7946
|
},
|
7816
7947
|
"immutable": true,
|
7817
7948
|
"locationInModule": {
|
7818
|
-
"filename": "src/
|
7819
|
-
"line":
|
7949
|
+
"filename": "src/model-datasource-strategy.ts",
|
7950
|
+
"line": 88
|
7820
7951
|
},
|
7821
7952
|
"name": "vpcId",
|
7822
7953
|
"type": {
|
@@ -7824,9 +7955,9 @@
|
|
7824
7955
|
}
|
7825
7956
|
}
|
7826
7957
|
],
|
7827
|
-
"symbolId": "src/
|
7958
|
+
"symbolId": "src/model-datasource-strategy:VpcConfig"
|
7828
7959
|
}
|
7829
7960
|
},
|
7830
|
-
"version": "1.4.
|
7831
|
-
"fingerprint": "
|
7961
|
+
"version": "1.4.3",
|
7962
|
+
"fingerprint": "d7KHN704ICqllvl5+IW+UJnP4Hl9WRhIrdriyCzjbRk="
|
7832
7963
|
}
|