@aws-amplify/graphql-api-construct 1.9.4 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +126 -91
- package/API.md +2 -0
- package/CHANGELOG.md +10 -0
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +1 -1
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/internal/default-parameters.js +2 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/lib/types.d.ts +10 -0
- package/lib/types.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +10 -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 +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +12 -12
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +8 -7
- 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 +7 -6
- 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 +7 -6
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +10 -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/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/LICENSE +201 -0
- 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/package.json +7 -6
- 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 +7 -6
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +10 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.js +3 -3
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +8 -8
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/LICENSE +201 -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 -7
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +10 -0
- package/node_modules/@aws-amplify/graphql-transformer/package.json +15 -15
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js.map +1 -1
- 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 +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-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/transform-parameters.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/graphql-transformer-common/API.md +1 -0
- package/node_modules/graphql-transformer-common/CHANGELOG.md +6 -0
- package/node_modules/graphql-transformer-common/LICENSE +201 -0
- package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.d.ts +1 -0
- package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.d.ts.map +1 -1
- package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.js +1 -0
- package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.js.map +1 -1
- package/node_modules/graphql-transformer-common/package.json +3 -2
- package/package.json +18 -18
- package/src/internal/default-parameters.ts +1 -0
- package/src/types.ts +12 -0
package/.jsii
CHANGED
@@ -8,21 +8,21 @@
|
|
8
8
|
"bundled": {
|
9
9
|
"@aws-amplify/backend-output-schemas": "^0.4.0",
|
10
10
|
"@aws-amplify/backend-output-storage": "^0.2.2",
|
11
|
-
"@aws-amplify/graphql-auth-transformer": "3.
|
12
|
-
"@aws-amplify/graphql-default-value-transformer": "2.3.
|
11
|
+
"@aws-amplify/graphql-auth-transformer": "3.6.0",
|
12
|
+
"@aws-amplify/graphql-default-value-transformer": "2.3.8",
|
13
13
|
"@aws-amplify/graphql-directives": "1.1.0",
|
14
|
-
"@aws-amplify/graphql-function-transformer": "2.1.
|
15
|
-
"@aws-amplify/graphql-http-transformer": "2.1.
|
16
|
-
"@aws-amplify/graphql-index-transformer": "2.4.
|
17
|
-
"@aws-amplify/graphql-maps-to-transformer": "3.4.
|
18
|
-
"@aws-amplify/graphql-model-transformer": "2.10.
|
19
|
-
"@aws-amplify/graphql-predictions-transformer": "2.1.
|
20
|
-
"@aws-amplify/graphql-relational-transformer": "2.5.
|
21
|
-
"@aws-amplify/graphql-searchable-transformer": "2.7.
|
22
|
-
"@aws-amplify/graphql-sql-transformer": "0.3.
|
23
|
-
"@aws-amplify/graphql-transformer": "1.
|
24
|
-
"@aws-amplify/graphql-transformer-core": "2.
|
25
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.
|
14
|
+
"@aws-amplify/graphql-function-transformer": "2.1.23",
|
15
|
+
"@aws-amplify/graphql-http-transformer": "2.1.23",
|
16
|
+
"@aws-amplify/graphql-index-transformer": "2.4.4",
|
17
|
+
"@aws-amplify/graphql-maps-to-transformer": "3.4.18",
|
18
|
+
"@aws-amplify/graphql-model-transformer": "2.10.2",
|
19
|
+
"@aws-amplify/graphql-predictions-transformer": "2.1.23",
|
20
|
+
"@aws-amplify/graphql-relational-transformer": "2.5.6",
|
21
|
+
"@aws-amplify/graphql-searchable-transformer": "2.7.4",
|
22
|
+
"@aws-amplify/graphql-sql-transformer": "0.3.4",
|
23
|
+
"@aws-amplify/graphql-transformer": "1.6.0",
|
24
|
+
"@aws-amplify/graphql-transformer-core": "2.9.0",
|
25
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.9.0",
|
26
26
|
"@aws-amplify/platform-core": "^0.2.0",
|
27
27
|
"@aws-amplify/plugin-types": "^0.4.1",
|
28
28
|
"charenc": "^0.0.2",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"graceful-fs": "^4.2.11",
|
32
32
|
"graphql": "^15.5.0",
|
33
33
|
"graphql-mapping-template": "4.20.16",
|
34
|
-
"graphql-transformer-common": "4.
|
34
|
+
"graphql-transformer-common": "4.31.0",
|
35
35
|
"hjson": "^3.2.2",
|
36
36
|
"immer": "^9.0.12",
|
37
37
|
"is-buffer": "^2.0.5",
|
@@ -3537,7 +3537,7 @@
|
|
3537
3537
|
"kind": "interface",
|
3538
3538
|
"locationInModule": {
|
3539
3539
|
"filename": "src/types.ts",
|
3540
|
-
"line":
|
3540
|
+
"line": 858
|
3541
3541
|
},
|
3542
3542
|
"name": "AddFunctionProps",
|
3543
3543
|
"properties": [
|
@@ -3550,7 +3550,7 @@
|
|
3550
3550
|
"immutable": true,
|
3551
3551
|
"locationInModule": {
|
3552
3552
|
"filename": "src/types.ts",
|
3553
|
-
"line":
|
3553
|
+
"line": 862
|
3554
3554
|
},
|
3555
3555
|
"name": "dataSource",
|
3556
3556
|
"type": {
|
@@ -3566,7 +3566,7 @@
|
|
3566
3566
|
"immutable": true,
|
3567
3567
|
"locationInModule": {
|
3568
3568
|
"filename": "src/types.ts",
|
3569
|
-
"line":
|
3569
|
+
"line": 867
|
3570
3570
|
},
|
3571
3571
|
"name": "name",
|
3572
3572
|
"type": {
|
@@ -3583,7 +3583,7 @@
|
|
3583
3583
|
"immutable": true,
|
3584
3584
|
"locationInModule": {
|
3585
3585
|
"filename": "src/types.ts",
|
3586
|
-
"line":
|
3586
|
+
"line": 902
|
3587
3587
|
},
|
3588
3588
|
"name": "code",
|
3589
3589
|
"optional": true,
|
@@ -3601,7 +3601,7 @@
|
|
3601
3601
|
"immutable": true,
|
3602
3602
|
"locationInModule": {
|
3603
3603
|
"filename": "src/types.ts",
|
3604
|
-
"line":
|
3604
|
+
"line": 874
|
3605
3605
|
},
|
3606
3606
|
"name": "description",
|
3607
3607
|
"optional": true,
|
@@ -3619,7 +3619,7 @@
|
|
3619
3619
|
"immutable": true,
|
3620
3620
|
"locationInModule": {
|
3621
3621
|
"filename": "src/types.ts",
|
3622
|
-
"line":
|
3622
|
+
"line": 881
|
3623
3623
|
},
|
3624
3624
|
"name": "requestMappingTemplate",
|
3625
3625
|
"optional": true,
|
@@ -3637,7 +3637,7 @@
|
|
3637
3637
|
"immutable": true,
|
3638
3638
|
"locationInModule": {
|
3639
3639
|
"filename": "src/types.ts",
|
3640
|
-
"line":
|
3640
|
+
"line": 888
|
3641
3641
|
},
|
3642
3642
|
"name": "responseMappingTemplate",
|
3643
3643
|
"optional": true,
|
@@ -3655,7 +3655,7 @@
|
|
3655
3655
|
"immutable": true,
|
3656
3656
|
"locationInModule": {
|
3657
3657
|
"filename": "src/types.ts",
|
3658
|
-
"line":
|
3658
|
+
"line": 895
|
3659
3659
|
},
|
3660
3660
|
"name": "runtime",
|
3661
3661
|
"optional": true,
|
@@ -4585,7 +4585,7 @@
|
|
4585
4585
|
"kind": "interface",
|
4586
4586
|
"locationInModule": {
|
4587
4587
|
"filename": "src/types.ts",
|
4588
|
-
"line":
|
4588
|
+
"line": 761
|
4589
4589
|
},
|
4590
4590
|
"name": "AmplifyGraphqlApiCfnResources",
|
4591
4591
|
"properties": [
|
@@ -4598,7 +4598,7 @@
|
|
4598
4598
|
"immutable": true,
|
4599
4599
|
"locationInModule": {
|
4600
4600
|
"filename": "src/types.ts",
|
4601
|
-
"line":
|
4601
|
+
"line": 815
|
4602
4602
|
},
|
4603
4603
|
"name": "additionalCfnResources",
|
4604
4604
|
"type": {
|
@@ -4619,7 +4619,7 @@
|
|
4619
4619
|
"immutable": true,
|
4620
4620
|
"locationInModule": {
|
4621
4621
|
"filename": "src/types.ts",
|
4622
|
-
"line":
|
4622
|
+
"line": 800
|
4623
4623
|
},
|
4624
4624
|
"name": "amplifyDynamoDbTables",
|
4625
4625
|
"type": {
|
@@ -4640,7 +4640,7 @@
|
|
4640
4640
|
"immutable": true,
|
4641
4641
|
"locationInModule": {
|
4642
4642
|
"filename": "src/types.ts",
|
4643
|
-
"line":
|
4643
|
+
"line": 790
|
4644
4644
|
},
|
4645
4645
|
"name": "cfnDataSources",
|
4646
4646
|
"type": {
|
@@ -4661,7 +4661,7 @@
|
|
4661
4661
|
"immutable": true,
|
4662
4662
|
"locationInModule": {
|
4663
4663
|
"filename": "src/types.ts",
|
4664
|
-
"line":
|
4664
|
+
"line": 785
|
4665
4665
|
},
|
4666
4666
|
"name": "cfnFunctionConfigurations",
|
4667
4667
|
"type": {
|
@@ -4682,7 +4682,7 @@
|
|
4682
4682
|
"immutable": true,
|
4683
4683
|
"locationInModule": {
|
4684
4684
|
"filename": "src/types.ts",
|
4685
|
-
"line":
|
4685
|
+
"line": 810
|
4686
4686
|
},
|
4687
4687
|
"name": "cfnFunctions",
|
4688
4688
|
"type": {
|
@@ -4703,7 +4703,7 @@
|
|
4703
4703
|
"immutable": true,
|
4704
4704
|
"locationInModule": {
|
4705
4705
|
"filename": "src/types.ts",
|
4706
|
-
"line":
|
4706
|
+
"line": 765
|
4707
4707
|
},
|
4708
4708
|
"name": "cfnGraphqlApi",
|
4709
4709
|
"type": {
|
@@ -4719,7 +4719,7 @@
|
|
4719
4719
|
"immutable": true,
|
4720
4720
|
"locationInModule": {
|
4721
4721
|
"filename": "src/types.ts",
|
4722
|
-
"line":
|
4722
|
+
"line": 770
|
4723
4723
|
},
|
4724
4724
|
"name": "cfnGraphqlSchema",
|
4725
4725
|
"type": {
|
@@ -4735,7 +4735,7 @@
|
|
4735
4735
|
"immutable": true,
|
4736
4736
|
"locationInModule": {
|
4737
4737
|
"filename": "src/types.ts",
|
4738
|
-
"line":
|
4738
|
+
"line": 780
|
4739
4739
|
},
|
4740
4740
|
"name": "cfnResolvers",
|
4741
4741
|
"type": {
|
@@ -4756,7 +4756,7 @@
|
|
4756
4756
|
"immutable": true,
|
4757
4757
|
"locationInModule": {
|
4758
4758
|
"filename": "src/types.ts",
|
4759
|
-
"line":
|
4759
|
+
"line": 805
|
4760
4760
|
},
|
4761
4761
|
"name": "cfnRoles",
|
4762
4762
|
"type": {
|
@@ -4777,7 +4777,7 @@
|
|
4777
4777
|
"immutable": true,
|
4778
4778
|
"locationInModule": {
|
4779
4779
|
"filename": "src/types.ts",
|
4780
|
-
"line":
|
4780
|
+
"line": 795
|
4781
4781
|
},
|
4782
4782
|
"name": "cfnTables",
|
4783
4783
|
"type": {
|
@@ -4798,7 +4798,7 @@
|
|
4798
4798
|
"immutable": true,
|
4799
4799
|
"locationInModule": {
|
4800
4800
|
"filename": "src/types.ts",
|
4801
|
-
"line":
|
4801
|
+
"line": 775
|
4802
4802
|
},
|
4803
4803
|
"name": "cfnApiKey",
|
4804
4804
|
"optional": true,
|
@@ -4821,7 +4821,7 @@
|
|
4821
4821
|
"kind": "interface",
|
4822
4822
|
"locationInModule": {
|
4823
4823
|
"filename": "src/types.ts",
|
4824
|
-
"line":
|
4824
|
+
"line": 678
|
4825
4825
|
},
|
4826
4826
|
"name": "AmplifyGraphqlApiProps",
|
4827
4827
|
"properties": [
|
@@ -4835,7 +4835,7 @@
|
|
4835
4835
|
"immutable": true,
|
4836
4836
|
"locationInModule": {
|
4837
4837
|
"filename": "src/types.ts",
|
4838
|
-
"line":
|
4838
|
+
"line": 695
|
4839
4839
|
},
|
4840
4840
|
"name": "authorizationModes",
|
4841
4841
|
"type": {
|
@@ -4852,7 +4852,7 @@
|
|
4852
4852
|
"immutable": true,
|
4853
4853
|
"locationInModule": {
|
4854
4854
|
"filename": "src/types.ts",
|
4855
|
-
"line":
|
4855
|
+
"line": 683
|
4856
4856
|
},
|
4857
4857
|
"name": "definition",
|
4858
4858
|
"type": {
|
@@ -4869,7 +4869,7 @@
|
|
4869
4869
|
"immutable": true,
|
4870
4870
|
"locationInModule": {
|
4871
4871
|
"filename": "src/types.ts",
|
4872
|
-
"line":
|
4872
|
+
"line": 689
|
4873
4873
|
},
|
4874
4874
|
"name": "apiName",
|
4875
4875
|
"optional": true,
|
@@ -4888,7 +4888,7 @@
|
|
4888
4888
|
"immutable": true,
|
4889
4889
|
"locationInModule": {
|
4890
4890
|
"filename": "src/types.ts",
|
4891
|
-
"line":
|
4891
|
+
"line": 710
|
4892
4892
|
},
|
4893
4893
|
"name": "conflictResolution",
|
4894
4894
|
"optional": true,
|
@@ -4906,7 +4906,7 @@
|
|
4906
4906
|
"immutable": true,
|
4907
4907
|
"locationInModule": {
|
4908
4908
|
"filename": "src/types.ts",
|
4909
|
-
"line":
|
4909
|
+
"line": 754
|
4910
4910
|
},
|
4911
4911
|
"name": "dataStoreConfiguration",
|
4912
4912
|
"optional": true,
|
@@ -4926,7 +4926,7 @@
|
|
4926
4926
|
"immutable": true,
|
4927
4927
|
"locationInModule": {
|
4928
4928
|
"filename": "src/types.ts",
|
4929
|
-
"line":
|
4929
|
+
"line": 703
|
4930
4930
|
},
|
4931
4931
|
"name": "functionNameMap",
|
4932
4932
|
"optional": true,
|
@@ -4949,7 +4949,7 @@
|
|
4949
4949
|
"immutable": true,
|
4950
4950
|
"locationInModule": {
|
4951
4951
|
"filename": "src/types.ts",
|
4952
|
-
"line":
|
4952
|
+
"line": 725
|
4953
4953
|
},
|
4954
4954
|
"name": "functionSlots",
|
4955
4955
|
"optional": true,
|
@@ -4984,7 +4984,7 @@
|
|
4984
4984
|
"immutable": true,
|
4985
4985
|
"locationInModule": {
|
4986
4986
|
"filename": "src/types.ts",
|
4987
|
-
"line":
|
4987
|
+
"line": 748
|
4988
4988
|
},
|
4989
4989
|
"name": "outputStorageStrategy",
|
4990
4990
|
"optional": true,
|
@@ -5001,7 +5001,7 @@
|
|
5001
5001
|
"immutable": true,
|
5002
5002
|
"locationInModule": {
|
5003
5003
|
"filename": "src/types.ts",
|
5004
|
-
"line":
|
5004
|
+
"line": 737
|
5005
5005
|
},
|
5006
5006
|
"name": "predictionsBucket",
|
5007
5007
|
"optional": true,
|
@@ -5019,7 +5019,7 @@
|
|
5019
5019
|
"immutable": true,
|
5020
5020
|
"locationInModule": {
|
5021
5021
|
"filename": "src/types.ts",
|
5022
|
-
"line":
|
5022
|
+
"line": 719
|
5023
5023
|
},
|
5024
5024
|
"name": "stackMappings",
|
5025
5025
|
"optional": true,
|
@@ -5045,7 +5045,7 @@
|
|
5045
5045
|
"immutable": true,
|
5046
5046
|
"locationInModule": {
|
5047
5047
|
"filename": "src/types.ts",
|
5048
|
-
"line":
|
5048
|
+
"line": 732
|
5049
5049
|
},
|
5050
5050
|
"name": "transformerPlugins",
|
5051
5051
|
"optional": true,
|
@@ -5067,7 +5067,7 @@
|
|
5067
5067
|
"immutable": true,
|
5068
5068
|
"locationInModule": {
|
5069
5069
|
"filename": "src/types.ts",
|
5070
|
-
"line":
|
5070
|
+
"line": 743
|
5071
5071
|
},
|
5072
5072
|
"name": "translationBehavior",
|
5073
5073
|
"optional": true,
|
@@ -5090,7 +5090,7 @@
|
|
5090
5090
|
"kind": "interface",
|
5091
5091
|
"locationInModule": {
|
5092
5092
|
"filename": "src/types.ts",
|
5093
|
-
"line":
|
5093
|
+
"line": 822
|
5094
5094
|
},
|
5095
5095
|
"name": "AmplifyGraphqlApiResources",
|
5096
5096
|
"properties": [
|
@@ -5103,7 +5103,7 @@
|
|
5103
5103
|
"immutable": true,
|
5104
5104
|
"locationInModule": {
|
5105
5105
|
"filename": "src/types.ts",
|
5106
|
-
"line":
|
5106
|
+
"line": 846
|
5107
5107
|
},
|
5108
5108
|
"name": "cfnResources",
|
5109
5109
|
"type": {
|
@@ -5119,7 +5119,7 @@
|
|
5119
5119
|
"immutable": true,
|
5120
5120
|
"locationInModule": {
|
5121
5121
|
"filename": "src/types.ts",
|
5122
|
-
"line":
|
5122
|
+
"line": 841
|
5123
5123
|
},
|
5124
5124
|
"name": "functions",
|
5125
5125
|
"type": {
|
@@ -5140,7 +5140,7 @@
|
|
5140
5140
|
"immutable": true,
|
5141
5141
|
"locationInModule": {
|
5142
5142
|
"filename": "src/types.ts",
|
5143
|
-
"line":
|
5143
|
+
"line": 826
|
5144
5144
|
},
|
5145
5145
|
"name": "graphqlApi",
|
5146
5146
|
"type": {
|
@@ -5156,7 +5156,7 @@
|
|
5156
5156
|
"immutable": true,
|
5157
5157
|
"locationInModule": {
|
5158
5158
|
"filename": "src/types.ts",
|
5159
|
-
"line":
|
5159
|
+
"line": 851
|
5160
5160
|
},
|
5161
5161
|
"name": "nestedStacks",
|
5162
5162
|
"type": {
|
@@ -5177,7 +5177,7 @@
|
|
5177
5177
|
"immutable": true,
|
5178
5178
|
"locationInModule": {
|
5179
5179
|
"filename": "src/types.ts",
|
5180
|
-
"line":
|
5180
|
+
"line": 836
|
5181
5181
|
},
|
5182
5182
|
"name": "roles",
|
5183
5183
|
"type": {
|
@@ -5198,7 +5198,7 @@
|
|
5198
5198
|
"immutable": true,
|
5199
5199
|
"locationInModule": {
|
5200
5200
|
"filename": "src/types.ts",
|
5201
|
-
"line":
|
5201
|
+
"line": 831
|
5202
5202
|
},
|
5203
5203
|
"name": "tables",
|
5204
5204
|
"type": {
|
@@ -6237,7 +6237,7 @@
|
|
6237
6237
|
"kind": "interface",
|
6238
6238
|
"locationInModule": {
|
6239
6239
|
"filename": "src/types.ts",
|
6240
|
-
"line":
|
6240
|
+
"line": 612
|
6241
6241
|
},
|
6242
6242
|
"name": "IAmplifyGraphqlDefinition",
|
6243
6243
|
"properties": [
|
@@ -6252,7 +6252,7 @@
|
|
6252
6252
|
"immutable": true,
|
6253
6253
|
"locationInModule": {
|
6254
6254
|
"filename": "src/types.ts",
|
6255
|
-
"line":
|
6255
|
+
"line": 637
|
6256
6256
|
},
|
6257
6257
|
"name": "dataSourceStrategies",
|
6258
6258
|
"type": {
|
@@ -6286,7 +6286,7 @@
|
|
6286
6286
|
"immutable": true,
|
6287
6287
|
"locationInModule": {
|
6288
6288
|
"filename": "src/types.ts",
|
6289
|
-
"line":
|
6289
|
+
"line": 623
|
6290
6290
|
},
|
6291
6291
|
"name": "functionSlots",
|
6292
6292
|
"type": {
|
@@ -6320,7 +6320,7 @@
|
|
6320
6320
|
"immutable": true,
|
6321
6321
|
"locationInModule": {
|
6322
6322
|
"filename": "src/types.ts",
|
6323
|
-
"line":
|
6323
|
+
"line": 617
|
6324
6324
|
},
|
6325
6325
|
"name": "schema",
|
6326
6326
|
"type": {
|
@@ -6337,7 +6337,7 @@
|
|
6337
6337
|
"immutable": true,
|
6338
6338
|
"locationInModule": {
|
6339
6339
|
"filename": "src/types.ts",
|
6340
|
-
"line":
|
6340
|
+
"line": 643
|
6341
6341
|
},
|
6342
6342
|
"name": "customSqlDataSourceStrategies",
|
6343
6343
|
"optional": true,
|
@@ -6361,7 +6361,7 @@
|
|
6361
6361
|
"immutable": true,
|
6362
6362
|
"locationInModule": {
|
6363
6363
|
"filename": "src/types.ts",
|
6364
|
-
"line":
|
6364
|
+
"line": 631
|
6365
6365
|
},
|
6366
6366
|
"name": "referencedLambdaFunctions",
|
6367
6367
|
"optional": true,
|
@@ -6387,7 +6387,7 @@
|
|
6387
6387
|
"kind": "interface",
|
6388
6388
|
"locationInModule": {
|
6389
6389
|
"filename": "src/types.ts",
|
6390
|
-
"line":
|
6390
|
+
"line": 649
|
6391
6391
|
},
|
6392
6392
|
"name": "IBackendOutputEntry",
|
6393
6393
|
"properties": [
|
@@ -6400,7 +6400,7 @@
|
|
6400
6400
|
"immutable": true,
|
6401
6401
|
"locationInModule": {
|
6402
6402
|
"filename": "src/types.ts",
|
6403
|
-
"line":
|
6403
|
+
"line": 658
|
6404
6404
|
},
|
6405
6405
|
"name": "payload",
|
6406
6406
|
"type": {
|
@@ -6421,7 +6421,7 @@
|
|
6421
6421
|
"immutable": true,
|
6422
6422
|
"locationInModule": {
|
6423
6423
|
"filename": "src/types.ts",
|
6424
|
-
"line":
|
6424
|
+
"line": 653
|
6425
6425
|
},
|
6426
6426
|
"name": "version",
|
6427
6427
|
"type": {
|
@@ -6441,7 +6441,7 @@
|
|
6441
6441
|
"kind": "interface",
|
6442
6442
|
"locationInModule": {
|
6443
6443
|
"filename": "src/types.ts",
|
6444
|
-
"line":
|
6444
|
+
"line": 664
|
6445
6445
|
},
|
6446
6446
|
"methods": [
|
6447
6447
|
{
|
@@ -6452,7 +6452,7 @@
|
|
6452
6452
|
},
|
6453
6453
|
"locationInModule": {
|
6454
6454
|
"filename": "src/types.ts",
|
6455
|
-
"line":
|
6455
|
+
"line": 671
|
6456
6456
|
},
|
6457
6457
|
"name": "addBackendOutputEntry",
|
6458
6458
|
"parameters": [
|
@@ -6802,7 +6802,7 @@
|
|
6802
6802
|
"kind": "interface",
|
6803
6803
|
"locationInModule": {
|
6804
6804
|
"filename": "src/types.ts",
|
6805
|
-
"line":
|
6805
|
+
"line": 504
|
6806
6806
|
},
|
6807
6807
|
"name": "PartialTranslationBehavior",
|
6808
6808
|
"properties": [
|
@@ -6817,7 +6817,7 @@
|
|
6817
6817
|
"immutable": true,
|
6818
6818
|
"locationInModule": {
|
6819
6819
|
"filename": "src/types.ts",
|
6820
|
-
"line":
|
6820
|
+
"line": 596
|
6821
6821
|
},
|
6822
6822
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
6823
6823
|
"optional": true,
|
@@ -6835,7 +6835,7 @@
|
|
6835
6835
|
"immutable": true,
|
6836
6836
|
"locationInModule": {
|
6837
6837
|
"filename": "src/types.ts",
|
6838
|
-
"line":
|
6838
|
+
"line": 516
|
6839
6839
|
},
|
6840
6840
|
"name": "disableResolverDeduping",
|
6841
6841
|
"optional": true,
|
@@ -6857,7 +6857,7 @@
|
|
6857
6857
|
"immutable": true,
|
6858
6858
|
"locationInModule": {
|
6859
6859
|
"filename": "src/types.ts",
|
6860
|
-
"line":
|
6860
|
+
"line": 561
|
6861
6861
|
},
|
6862
6862
|
"name": "enableAutoIndexQueryNames",
|
6863
6863
|
"optional": true,
|
@@ -6876,7 +6876,7 @@
|
|
6876
6876
|
"immutable": true,
|
6877
6877
|
"locationInModule": {
|
6878
6878
|
"filename": "src/types.ts",
|
6879
|
-
"line":
|
6879
|
+
"line": 576
|
6880
6880
|
},
|
6881
6881
|
"name": "enableSearchNodeToNodeEncryption",
|
6882
6882
|
"optional": true,
|
@@ -6894,7 +6894,7 @@
|
|
6894
6894
|
"immutable": true,
|
6895
6895
|
"locationInModule": {
|
6896
6896
|
"filename": "src/types.ts",
|
6897
|
-
"line":
|
6897
|
+
"line": 582
|
6898
6898
|
},
|
6899
6899
|
"name": "enableTransformerCfnOutputs",
|
6900
6900
|
"optional": true,
|
@@ -6912,7 +6912,7 @@
|
|
6912
6912
|
"immutable": true,
|
6913
6913
|
"locationInModule": {
|
6914
6914
|
"filename": "src/types.ts",
|
6915
|
-
"line":
|
6915
|
+
"line": 541
|
6916
6916
|
},
|
6917
6917
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
6918
6918
|
"optional": true,
|
@@ -6931,7 +6931,7 @@
|
|
6931
6931
|
"immutable": true,
|
6932
6932
|
"locationInModule": {
|
6933
6933
|
"filename": "src/types.ts",
|
6934
|
-
"line":
|
6934
|
+
"line": 606
|
6935
6935
|
},
|
6936
6936
|
"name": "replaceTableUponGsiUpdate",
|
6937
6937
|
"optional": true,
|
@@ -6949,7 +6949,7 @@
|
|
6949
6949
|
"immutable": true,
|
6950
6950
|
"locationInModule": {
|
6951
6951
|
"filename": "src/types.ts",
|
6952
|
-
"line":
|
6952
|
+
"line": 567
|
6953
6953
|
},
|
6954
6954
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
6955
6955
|
"optional": true,
|
@@ -6967,7 +6967,7 @@
|
|
6967
6967
|
"immutable": true,
|
6968
6968
|
"locationInModule": {
|
6969
6969
|
"filename": "src/types.ts",
|
6970
|
-
"line":
|
6970
|
+
"line": 522
|
6971
6971
|
},
|
6972
6972
|
"name": "sandboxModeEnabled",
|
6973
6973
|
"optional": true,
|
@@ -6988,7 +6988,7 @@
|
|
6988
6988
|
"immutable": true,
|
6989
6989
|
"locationInModule": {
|
6990
6990
|
"filename": "src/types.ts",
|
6991
|
-
"line":
|
6991
|
+
"line": 554
|
6992
6992
|
},
|
6993
6993
|
"name": "secondaryKeyAsGSI",
|
6994
6994
|
"optional": true,
|
@@ -7009,7 +7009,7 @@
|
|
7009
7009
|
"immutable": true,
|
7010
7010
|
"locationInModule": {
|
7011
7011
|
"filename": "src/types.ts",
|
7012
|
-
"line":
|
7012
|
+
"line": 509
|
7013
7013
|
},
|
7014
7014
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
7015
7015
|
"optional": true,
|
@@ -7017,6 +7017,24 @@
|
|
7017
7017
|
"primitive": "boolean"
|
7018
7018
|
}
|
7019
7019
|
},
|
7020
|
+
{
|
7021
|
+
"abstract": true,
|
7022
|
+
"docs": {
|
7023
|
+
"default": "false",
|
7024
|
+
"stability": "stable",
|
7025
|
+
"summary": "When enabled, suppresses default behavior of redacting relational fields when auth rules do not exactly match."
|
7026
|
+
},
|
7027
|
+
"immutable": true,
|
7028
|
+
"locationInModule": {
|
7029
|
+
"filename": "src/types.ts",
|
7030
|
+
"line": 535
|
7031
|
+
},
|
7032
|
+
"name": "subscriptionsInheritPrimaryAuth",
|
7033
|
+
"optional": true,
|
7034
|
+
"type": {
|
7035
|
+
"primitive": "boolean"
|
7036
|
+
}
|
7037
|
+
},
|
7020
7038
|
{
|
7021
7039
|
"abstract": true,
|
7022
7040
|
"docs": {
|
@@ -7028,7 +7046,7 @@
|
|
7028
7046
|
"immutable": true,
|
7029
7047
|
"locationInModule": {
|
7030
7048
|
"filename": "src/types.ts",
|
7031
|
-
"line":
|
7049
|
+
"line": 548
|
7032
7050
|
},
|
7033
7051
|
"name": "suppressApiKeyGeneration",
|
7034
7052
|
"optional": true,
|
@@ -7046,7 +7064,7 @@
|
|
7046
7064
|
"immutable": true,
|
7047
7065
|
"locationInModule": {
|
7048
7066
|
"filename": "src/types.ts",
|
7049
|
-
"line":
|
7067
|
+
"line": 529
|
7050
7068
|
},
|
7051
7069
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
7052
7070
|
"optional": true,
|
@@ -7961,7 +7979,7 @@
|
|
7961
7979
|
"immutable": true,
|
7962
7980
|
"locationInModule": {
|
7963
7981
|
"filename": "src/types.ts",
|
7964
|
-
"line":
|
7982
|
+
"line": 488
|
7965
7983
|
},
|
7966
7984
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
7967
7985
|
"type": {
|
@@ -7999,7 +8017,7 @@
|
|
7999
8017
|
"immutable": true,
|
8000
8018
|
"locationInModule": {
|
8001
8019
|
"filename": "src/types.ts",
|
8002
|
-
"line":
|
8020
|
+
"line": 460
|
8003
8021
|
},
|
8004
8022
|
"name": "enableAutoIndexQueryNames",
|
8005
8023
|
"type": {
|
@@ -8014,7 +8032,7 @@
|
|
8014
8032
|
"immutable": true,
|
8015
8033
|
"locationInModule": {
|
8016
8034
|
"filename": "src/types.ts",
|
8017
|
-
"line":
|
8035
|
+
"line": 468
|
8018
8036
|
},
|
8019
8037
|
"name": "enableSearchNodeToNodeEncryption",
|
8020
8038
|
"type": {
|
@@ -8031,7 +8049,7 @@
|
|
8031
8049
|
"immutable": true,
|
8032
8050
|
"locationInModule": {
|
8033
8051
|
"filename": "src/types.ts",
|
8034
|
-
"line":
|
8052
|
+
"line": 474
|
8035
8053
|
},
|
8036
8054
|
"name": "enableTransformerCfnOutputs",
|
8037
8055
|
"type": {
|
@@ -8048,7 +8066,7 @@
|
|
8048
8066
|
"immutable": true,
|
8049
8067
|
"locationInModule": {
|
8050
8068
|
"filename": "src/types.ts",
|
8051
|
-
"line":
|
8069
|
+
"line": 440
|
8052
8070
|
},
|
8053
8071
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
8054
8072
|
"type": {
|
@@ -8066,7 +8084,7 @@
|
|
8066
8084
|
"immutable": true,
|
8067
8085
|
"locationInModule": {
|
8068
8086
|
"filename": "src/types.ts",
|
8069
|
-
"line":
|
8087
|
+
"line": 498
|
8070
8088
|
},
|
8071
8089
|
"name": "replaceTableUponGsiUpdate",
|
8072
8090
|
"type": {
|
@@ -8083,7 +8101,7 @@
|
|
8083
8101
|
"immutable": true,
|
8084
8102
|
"locationInModule": {
|
8085
8103
|
"filename": "src/types.ts",
|
8086
|
-
"line":
|
8104
|
+
"line": 466
|
8087
8105
|
},
|
8088
8106
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
8089
8107
|
"type": {
|
@@ -8120,7 +8138,7 @@
|
|
8120
8138
|
"immutable": true,
|
8121
8139
|
"locationInModule": {
|
8122
8140
|
"filename": "src/types.ts",
|
8123
|
-
"line":
|
8141
|
+
"line": 453
|
8124
8142
|
},
|
8125
8143
|
"name": "secondaryKeyAsGSI",
|
8126
8144
|
"type": {
|
@@ -8147,6 +8165,23 @@
|
|
8147
8165
|
"primitive": "boolean"
|
8148
8166
|
}
|
8149
8167
|
},
|
8168
|
+
{
|
8169
|
+
"abstract": true,
|
8170
|
+
"docs": {
|
8171
|
+
"default": "false",
|
8172
|
+
"stability": "stable",
|
8173
|
+
"summary": "When enabled, suppresses default behavior of redacting relational fields when auth rules do not exactly match."
|
8174
|
+
},
|
8175
|
+
"immutable": true,
|
8176
|
+
"locationInModule": {
|
8177
|
+
"filename": "src/types.ts",
|
8178
|
+
"line": 434
|
8179
|
+
},
|
8180
|
+
"name": "subscriptionsInheritPrimaryAuth",
|
8181
|
+
"type": {
|
8182
|
+
"primitive": "boolean"
|
8183
|
+
}
|
8184
|
+
},
|
8150
8185
|
{
|
8151
8186
|
"abstract": true,
|
8152
8187
|
"docs": {
|
@@ -8158,7 +8193,7 @@
|
|
8158
8193
|
"immutable": true,
|
8159
8194
|
"locationInModule": {
|
8160
8195
|
"filename": "src/types.ts",
|
8161
|
-
"line":
|
8196
|
+
"line": 447
|
8162
8197
|
},
|
8163
8198
|
"name": "suppressApiKeyGeneration",
|
8164
8199
|
"type": {
|
@@ -8297,6 +8332,6 @@
|
|
8297
8332
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
8298
8333
|
}
|
8299
8334
|
},
|
8300
|
-
"version": "1.
|
8301
|
-
"fingerprint": "
|
8335
|
+
"version": "1.10.0",
|
8336
|
+
"fingerprint": "o4tuhZEVpagClyZJElgzg5L9Y4HDD4DHkimZ0+XiTi0="
|
8302
8337
|
}
|