@aws-amplify/graphql-api-construct 1.9.5 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +265 -111
- package/API.md +14 -0
- package/CHANGELOG.md +12 -0
- package/lib/amplify-dynamodb-table-wrapper.js +2 -2
- package/lib/amplify-graphql-api.js +3 -3
- package/lib/amplify-graphql-definition.js +2 -2
- package/lib/internal/asset-provider.js +1 -1
- package/lib/internal/authorization-modes.js +1 -1
- package/lib/internal/conflict-resolution.js +1 -1
- package/lib/internal/construct-exports.js +1 -1
- package/lib/internal/construct-tree.js +1 -1
- package/lib/internal/data-source-config.js +1 -1
- package/lib/internal/default-parameters.js +2 -1
- package/lib/internal/model-type-name.js +1 -1
- package/lib/internal/user-defined-slots.js +1 -1
- package/lib/model-datasource-strategy-types.d.ts +36 -1
- package/lib/model-datasource-strategy-types.js +1 -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 +12 -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/lib/vtl-generator/rds/resolvers/query.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/query.js +3 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/query.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +12 -12
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +8 -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 +8 -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 +8 -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 +10 -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 +14 -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/lib/resolvers/generators/rds-vtl-generator.js +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts +3 -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 +40 -18
- 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.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js +7 -1
- 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 +7 -6
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +8 -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 +8 -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/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 +8 -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/API.md +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +12 -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/lib/utils/rds-util.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-util.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-util.js +6 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-util.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 +20 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.js +3 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/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/model-datasource/types.ts +44 -1
- 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/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 +1 -1
- package/package.json +19 -19
- package/src/amplify-graphql-api.ts +1 -1
- package/src/internal/default-parameters.ts +1 -0
- package/src/model-datasource-strategy-types.ts +41 -1
- 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.1",
|
|
12
|
+
"@aws-amplify/graphql-default-value-transformer": "2.3.9",
|
|
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.
|
|
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.24",
|
|
15
|
+
"@aws-amplify/graphql-http-transformer": "2.1.24",
|
|
16
|
+
"@aws-amplify/graphql-index-transformer": "2.4.5",
|
|
17
|
+
"@aws-amplify/graphql-maps-to-transformer": "3.4.19",
|
|
18
|
+
"@aws-amplify/graphql-model-transformer": "2.11.0",
|
|
19
|
+
"@aws-amplify/graphql-predictions-transformer": "2.1.24",
|
|
20
|
+
"@aws-amplify/graphql-relational-transformer": "2.5.7",
|
|
21
|
+
"@aws-amplify/graphql-searchable-transformer": "2.7.5",
|
|
22
|
+
"@aws-amplify/graphql-sql-transformer": "0.3.5",
|
|
23
|
+
"@aws-amplify/graphql-transformer": "1.6.1",
|
|
24
|
+
"@aws-amplify/graphql-transformer-core": "2.9.1",
|
|
25
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.10.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",
|
|
@@ -3491,7 +3491,7 @@
|
|
|
3491
3491
|
"stability": "stable"
|
|
3492
3492
|
},
|
|
3493
3493
|
"homepage": "https://github.com/aws-amplify/amplify-category-api.git",
|
|
3494
|
-
"jsiiVersion": "5.
|
|
3494
|
+
"jsiiVersion": "5.4.23 (build 4babcb9)",
|
|
3495
3495
|
"keywords": [
|
|
3496
3496
|
"awscdk",
|
|
3497
3497
|
"aws-cdk",
|
|
@@ -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": {
|
|
@@ -5793,7 +5793,7 @@
|
|
|
5793
5793
|
"kind": "interface",
|
|
5794
5794
|
"locationInModule": {
|
|
5795
5795
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
5796
|
-
"line":
|
|
5796
|
+
"line": 235
|
|
5797
5797
|
},
|
|
5798
5798
|
"name": "CustomSqlDataSourceStrategy",
|
|
5799
5799
|
"properties": [
|
|
@@ -5806,7 +5806,7 @@
|
|
|
5806
5806
|
"immutable": true,
|
|
5807
5807
|
"locationInModule": {
|
|
5808
5808
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
5809
|
-
"line":
|
|
5809
|
+
"line": 240
|
|
5810
5810
|
},
|
|
5811
5811
|
"name": "fieldName",
|
|
5812
5812
|
"type": {
|
|
@@ -5822,7 +5822,7 @@
|
|
|
5822
5822
|
"immutable": true,
|
|
5823
5823
|
"locationInModule": {
|
|
5824
5824
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
5825
|
-
"line":
|
|
5825
|
+
"line": 243
|
|
5826
5826
|
},
|
|
5827
5827
|
"name": "strategy",
|
|
5828
5828
|
"type": {
|
|
@@ -5838,7 +5838,7 @@
|
|
|
5838
5838
|
"immutable": true,
|
|
5839
5839
|
"locationInModule": {
|
|
5840
5840
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
5841
|
-
"line":
|
|
5841
|
+
"line": 237
|
|
5842
5842
|
},
|
|
5843
5843
|
"name": "typeName",
|
|
5844
5844
|
"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,
|
|
@@ -7504,7 +7522,7 @@
|
|
|
7504
7522
|
"kind": "interface",
|
|
7505
7523
|
"locationInModule": {
|
|
7506
7524
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7507
|
-
"line":
|
|
7525
|
+
"line": 176
|
|
7508
7526
|
},
|
|
7509
7527
|
"name": "SqlModelDataSourceSecretsManagerDbConnectionConfig",
|
|
7510
7528
|
"properties": [
|
|
@@ -7517,7 +7535,7 @@
|
|
|
7517
7535
|
"immutable": true,
|
|
7518
7536
|
"locationInModule": {
|
|
7519
7537
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7520
|
-
"line":
|
|
7538
|
+
"line": 190
|
|
7521
7539
|
},
|
|
7522
7540
|
"name": "databaseName",
|
|
7523
7541
|
"type": {
|
|
@@ -7533,7 +7551,7 @@
|
|
|
7533
7551
|
"immutable": true,
|
|
7534
7552
|
"locationInModule": {
|
|
7535
7553
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7536
|
-
"line":
|
|
7554
|
+
"line": 193
|
|
7537
7555
|
},
|
|
7538
7556
|
"name": "hostname",
|
|
7539
7557
|
"type": {
|
|
@@ -7549,7 +7567,7 @@
|
|
|
7549
7567
|
"immutable": true,
|
|
7550
7568
|
"locationInModule": {
|
|
7551
7569
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7552
|
-
"line":
|
|
7570
|
+
"line": 187
|
|
7553
7571
|
},
|
|
7554
7572
|
"name": "port",
|
|
7555
7573
|
"type": {
|
|
@@ -7566,7 +7584,7 @@
|
|
|
7566
7584
|
"immutable": true,
|
|
7567
7585
|
"locationInModule": {
|
|
7568
7586
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7569
|
-
"line":
|
|
7587
|
+
"line": 178
|
|
7570
7588
|
},
|
|
7571
7589
|
"name": "secretArn",
|
|
7572
7590
|
"type": {
|
|
@@ -7576,20 +7594,37 @@
|
|
|
7576
7594
|
{
|
|
7577
7595
|
"abstract": true,
|
|
7578
7596
|
"docs": {
|
|
7579
|
-
"remarks": "If not supplied, the secret is expected to be encrypted with the default
|
|
7597
|
+
"remarks": "If not supplied, the secret is expected to be encrypted with the default\nAWS-managed key.",
|
|
7580
7598
|
"stability": "experimental",
|
|
7581
7599
|
"summary": "The ARN of the customer managed encryption key for the secret."
|
|
7582
7600
|
},
|
|
7583
7601
|
"immutable": true,
|
|
7584
7602
|
"locationInModule": {
|
|
7585
7603
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7586
|
-
"line":
|
|
7604
|
+
"line": 184
|
|
7587
7605
|
},
|
|
7588
7606
|
"name": "keyArn",
|
|
7589
7607
|
"optional": true,
|
|
7590
7608
|
"type": {
|
|
7591
7609
|
"primitive": "string"
|
|
7592
7610
|
}
|
|
7611
|
+
},
|
|
7612
|
+
{
|
|
7613
|
+
"abstract": true,
|
|
7614
|
+
"docs": {
|
|
7615
|
+
"stability": "experimental",
|
|
7616
|
+
"summary": "An optional configuration for a custom SSL certificate authority to use when connecting to the database."
|
|
7617
|
+
},
|
|
7618
|
+
"immutable": true,
|
|
7619
|
+
"locationInModule": {
|
|
7620
|
+
"filename": "src/model-datasource-strategy-types.ts",
|
|
7621
|
+
"line": 198
|
|
7622
|
+
},
|
|
7623
|
+
"name": "sslCertConfig",
|
|
7624
|
+
"optional": true,
|
|
7625
|
+
"type": {
|
|
7626
|
+
"fqn": "@aws-amplify/graphql-api-construct.SslCertConfig"
|
|
7627
|
+
}
|
|
7593
7628
|
}
|
|
7594
7629
|
],
|
|
7595
7630
|
"symbolId": "src/model-datasource-strategy-types:SqlModelDataSourceSecretsManagerDbConnectionConfig"
|
|
@@ -7606,7 +7641,7 @@
|
|
|
7606
7641
|
"kind": "interface",
|
|
7607
7642
|
"locationInModule": {
|
|
7608
7643
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7609
|
-
"line":
|
|
7644
|
+
"line": 206
|
|
7610
7645
|
},
|
|
7611
7646
|
"name": "SqlModelDataSourceSsmDbConnectionConfig",
|
|
7612
7647
|
"properties": [
|
|
@@ -7619,7 +7654,7 @@
|
|
|
7619
7654
|
"immutable": true,
|
|
7620
7655
|
"locationInModule": {
|
|
7621
7656
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7622
|
-
"line":
|
|
7657
|
+
"line": 222
|
|
7623
7658
|
},
|
|
7624
7659
|
"name": "databaseNameSsmPath",
|
|
7625
7660
|
"type": {
|
|
@@ -7636,7 +7671,7 @@
|
|
|
7636
7671
|
"immutable": true,
|
|
7637
7672
|
"locationInModule": {
|
|
7638
7673
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7639
|
-
"line":
|
|
7674
|
+
"line": 210
|
|
7640
7675
|
},
|
|
7641
7676
|
"name": "hostnameSsmPath",
|
|
7642
7677
|
"type": {
|
|
@@ -7652,7 +7687,7 @@
|
|
|
7652
7687
|
"immutable": true,
|
|
7653
7688
|
"locationInModule": {
|
|
7654
7689
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7655
|
-
"line":
|
|
7690
|
+
"line": 219
|
|
7656
7691
|
},
|
|
7657
7692
|
"name": "passwordSsmPath",
|
|
7658
7693
|
"type": {
|
|
@@ -7668,7 +7703,7 @@
|
|
|
7668
7703
|
"immutable": true,
|
|
7669
7704
|
"locationInModule": {
|
|
7670
7705
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7671
|
-
"line":
|
|
7706
|
+
"line": 213
|
|
7672
7707
|
},
|
|
7673
7708
|
"name": "portSsmPath",
|
|
7674
7709
|
"type": {
|
|
@@ -7684,12 +7719,29 @@
|
|
|
7684
7719
|
"immutable": true,
|
|
7685
7720
|
"locationInModule": {
|
|
7686
7721
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7687
|
-
"line":
|
|
7722
|
+
"line": 216
|
|
7688
7723
|
},
|
|
7689
7724
|
"name": "usernameSsmPath",
|
|
7690
7725
|
"type": {
|
|
7691
7726
|
"primitive": "string"
|
|
7692
7727
|
}
|
|
7728
|
+
},
|
|
7729
|
+
{
|
|
7730
|
+
"abstract": true,
|
|
7731
|
+
"docs": {
|
|
7732
|
+
"stability": "stable",
|
|
7733
|
+
"summary": "An optional configuration for a custom SSL certificate authority to use when connecting to the database."
|
|
7734
|
+
},
|
|
7735
|
+
"immutable": true,
|
|
7736
|
+
"locationInModule": {
|
|
7737
|
+
"filename": "src/model-datasource-strategy-types.ts",
|
|
7738
|
+
"line": 227
|
|
7739
|
+
},
|
|
7740
|
+
"name": "sslCertConfig",
|
|
7741
|
+
"optional": true,
|
|
7742
|
+
"type": {
|
|
7743
|
+
"fqn": "@aws-amplify/graphql-api-construct.SslCertConfig"
|
|
7744
|
+
}
|
|
7693
7745
|
}
|
|
7694
7746
|
],
|
|
7695
7747
|
"symbolId": "src/model-datasource-strategy-types:SqlModelDataSourceSsmDbConnectionConfig"
|
|
@@ -7705,7 +7757,7 @@
|
|
|
7705
7757
|
"kind": "interface",
|
|
7706
7758
|
"locationInModule": {
|
|
7707
7759
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7708
|
-
"line":
|
|
7760
|
+
"line": 155
|
|
7709
7761
|
},
|
|
7710
7762
|
"name": "SqlModelDataSourceSsmDbConnectionStringConfig",
|
|
7711
7763
|
"properties": [
|
|
@@ -7719,7 +7771,7 @@
|
|
|
7719
7771
|
"immutable": true,
|
|
7720
7772
|
"locationInModule": {
|
|
7721
7773
|
"filename": "src/model-datasource-strategy-types.ts",
|
|
7722
|
-
"line":
|
|
7774
|
+
"line": 162
|
|
7723
7775
|
},
|
|
7724
7776
|
"name": "connectionUriSsmPath",
|
|
7725
7777
|
"type": {
|
|
@@ -7739,10 +7791,95 @@
|
|
|
7739
7791
|
]
|
|
7740
7792
|
}
|
|
7741
7793
|
}
|
|
7794
|
+
},
|
|
7795
|
+
{
|
|
7796
|
+
"abstract": true,
|
|
7797
|
+
"docs": {
|
|
7798
|
+
"stability": "experimental",
|
|
7799
|
+
"summary": "An optional configuration for a custom SSL certificate authority to use when connecting to the database."
|
|
7800
|
+
},
|
|
7801
|
+
"immutable": true,
|
|
7802
|
+
"locationInModule": {
|
|
7803
|
+
"filename": "src/model-datasource-strategy-types.ts",
|
|
7804
|
+
"line": 167
|
|
7805
|
+
},
|
|
7806
|
+
"name": "sslCertConfig",
|
|
7807
|
+
"optional": true,
|
|
7808
|
+
"type": {
|
|
7809
|
+
"fqn": "@aws-amplify/graphql-api-construct.SslCertConfig"
|
|
7810
|
+
}
|
|
7742
7811
|
}
|
|
7743
7812
|
],
|
|
7744
7813
|
"symbolId": "src/model-datasource-strategy-types:SqlModelDataSourceSsmDbConnectionStringConfig"
|
|
7745
7814
|
},
|
|
7815
|
+
"@aws-amplify/graphql-api-construct.SslCertConfig": {
|
|
7816
|
+
"assembly": "@aws-amplify/graphql-api-construct",
|
|
7817
|
+
"datatype": true,
|
|
7818
|
+
"docs": {
|
|
7819
|
+
"remarks": "Although we can't declare it in the actual interface definition because it results in invalid C#, each conforming type\nmust have a `configType: string` field to allow for discriminated union behavior.",
|
|
7820
|
+
"stability": "stable",
|
|
7821
|
+
"summary": "Marker interface."
|
|
7822
|
+
},
|
|
7823
|
+
"fqn": "@aws-amplify/graphql-api-construct.SslCertConfig",
|
|
7824
|
+
"kind": "interface",
|
|
7825
|
+
"locationInModule": {
|
|
7826
|
+
"filename": "src/model-datasource-strategy-types.ts",
|
|
7827
|
+
"line": 134
|
|
7828
|
+
},
|
|
7829
|
+
"name": "SslCertConfig",
|
|
7830
|
+
"symbolId": "src/model-datasource-strategy-types:SslCertConfig"
|
|
7831
|
+
},
|
|
7832
|
+
"@aws-amplify/graphql-api-construct.SslCertSsmPathConfig": {
|
|
7833
|
+
"assembly": "@aws-amplify/graphql-api-construct",
|
|
7834
|
+
"datatype": true,
|
|
7835
|
+
"docs": {
|
|
7836
|
+
"stability": "stable"
|
|
7837
|
+
},
|
|
7838
|
+
"fqn": "@aws-amplify/graphql-api-construct.SslCertSsmPathConfig",
|
|
7839
|
+
"interfaces": [
|
|
7840
|
+
"@aws-amplify/graphql-api-construct.SslCertConfig"
|
|
7841
|
+
],
|
|
7842
|
+
"kind": "interface",
|
|
7843
|
+
"locationInModule": {
|
|
7844
|
+
"filename": "src/model-datasource-strategy-types.ts",
|
|
7845
|
+
"line": 136
|
|
7846
|
+
},
|
|
7847
|
+
"name": "SslCertSsmPathConfig",
|
|
7848
|
+
"properties": [
|
|
7849
|
+
{
|
|
7850
|
+
"abstract": true,
|
|
7851
|
+
"docs": {
|
|
7852
|
+
"remarks": "Amplify resolves the trust store to use as follows:\n- If the `ssmPath` parameter is provided, use it.\n - If the parameter is a single string, use it.\n - If the parameter is an array, iterate over them in order\n - In either case, if the parameter is provided but the certificate content isn't retrievable, fails with an error.\n- If the database host is an RDS cluster, instance, or proxy (in other words, if the database host ends with \"rds.amazonaws.com\"), use\n an RDS-specific trust store vended by AWS. See\n https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.CertificatesAllRegions\n- Otherwise, use the trust store vended with the NodeJS runtime version that the SQL lambda is running on",
|
|
7853
|
+
"stability": "stable",
|
|
7854
|
+
"summary": "The SSM path to a custom SSL certificate to use instead of the default."
|
|
7855
|
+
},
|
|
7856
|
+
"immutable": true,
|
|
7857
|
+
"locationInModule": {
|
|
7858
|
+
"filename": "src/model-datasource-strategy-types.ts",
|
|
7859
|
+
"line": 148
|
|
7860
|
+
},
|
|
7861
|
+
"name": "ssmPath",
|
|
7862
|
+
"type": {
|
|
7863
|
+
"union": {
|
|
7864
|
+
"types": [
|
|
7865
|
+
{
|
|
7866
|
+
"primitive": "string"
|
|
7867
|
+
},
|
|
7868
|
+
{
|
|
7869
|
+
"collection": {
|
|
7870
|
+
"elementtype": {
|
|
7871
|
+
"primitive": "string"
|
|
7872
|
+
},
|
|
7873
|
+
"kind": "array"
|
|
7874
|
+
}
|
|
7875
|
+
}
|
|
7876
|
+
]
|
|
7877
|
+
}
|
|
7878
|
+
}
|
|
7879
|
+
}
|
|
7880
|
+
],
|
|
7881
|
+
"symbolId": "src/model-datasource-strategy-types:SslCertSsmPathConfig"
|
|
7882
|
+
},
|
|
7746
7883
|
"@aws-amplify/graphql-api-construct.StreamSpecification": {
|
|
7747
7884
|
"assembly": "@aws-amplify/graphql-api-construct",
|
|
7748
7885
|
"datatype": true,
|
|
@@ -7961,7 +8098,7 @@
|
|
|
7961
8098
|
"immutable": true,
|
|
7962
8099
|
"locationInModule": {
|
|
7963
8100
|
"filename": "src/types.ts",
|
|
7964
|
-
"line":
|
|
8101
|
+
"line": 488
|
|
7965
8102
|
},
|
|
7966
8103
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
|
7967
8104
|
"type": {
|
|
@@ -7999,7 +8136,7 @@
|
|
|
7999
8136
|
"immutable": true,
|
|
8000
8137
|
"locationInModule": {
|
|
8001
8138
|
"filename": "src/types.ts",
|
|
8002
|
-
"line":
|
|
8139
|
+
"line": 460
|
|
8003
8140
|
},
|
|
8004
8141
|
"name": "enableAutoIndexQueryNames",
|
|
8005
8142
|
"type": {
|
|
@@ -8014,7 +8151,7 @@
|
|
|
8014
8151
|
"immutable": true,
|
|
8015
8152
|
"locationInModule": {
|
|
8016
8153
|
"filename": "src/types.ts",
|
|
8017
|
-
"line":
|
|
8154
|
+
"line": 468
|
|
8018
8155
|
},
|
|
8019
8156
|
"name": "enableSearchNodeToNodeEncryption",
|
|
8020
8157
|
"type": {
|
|
@@ -8031,7 +8168,7 @@
|
|
|
8031
8168
|
"immutable": true,
|
|
8032
8169
|
"locationInModule": {
|
|
8033
8170
|
"filename": "src/types.ts",
|
|
8034
|
-
"line":
|
|
8171
|
+
"line": 474
|
|
8035
8172
|
},
|
|
8036
8173
|
"name": "enableTransformerCfnOutputs",
|
|
8037
8174
|
"type": {
|
|
@@ -8048,7 +8185,7 @@
|
|
|
8048
8185
|
"immutable": true,
|
|
8049
8186
|
"locationInModule": {
|
|
8050
8187
|
"filename": "src/types.ts",
|
|
8051
|
-
"line":
|
|
8188
|
+
"line": 440
|
|
8052
8189
|
},
|
|
8053
8190
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
|
8054
8191
|
"type": {
|
|
@@ -8066,7 +8203,7 @@
|
|
|
8066
8203
|
"immutable": true,
|
|
8067
8204
|
"locationInModule": {
|
|
8068
8205
|
"filename": "src/types.ts",
|
|
8069
|
-
"line":
|
|
8206
|
+
"line": 498
|
|
8070
8207
|
},
|
|
8071
8208
|
"name": "replaceTableUponGsiUpdate",
|
|
8072
8209
|
"type": {
|
|
@@ -8083,7 +8220,7 @@
|
|
|
8083
8220
|
"immutable": true,
|
|
8084
8221
|
"locationInModule": {
|
|
8085
8222
|
"filename": "src/types.ts",
|
|
8086
|
-
"line":
|
|
8223
|
+
"line": 466
|
|
8087
8224
|
},
|
|
8088
8225
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
|
8089
8226
|
"type": {
|
|
@@ -8120,7 +8257,7 @@
|
|
|
8120
8257
|
"immutable": true,
|
|
8121
8258
|
"locationInModule": {
|
|
8122
8259
|
"filename": "src/types.ts",
|
|
8123
|
-
"line":
|
|
8260
|
+
"line": 453
|
|
8124
8261
|
},
|
|
8125
8262
|
"name": "secondaryKeyAsGSI",
|
|
8126
8263
|
"type": {
|
|
@@ -8147,6 +8284,23 @@
|
|
|
8147
8284
|
"primitive": "boolean"
|
|
8148
8285
|
}
|
|
8149
8286
|
},
|
|
8287
|
+
{
|
|
8288
|
+
"abstract": true,
|
|
8289
|
+
"docs": {
|
|
8290
|
+
"default": "false",
|
|
8291
|
+
"stability": "stable",
|
|
8292
|
+
"summary": "When enabled, suppresses default behavior of redacting relational fields when auth rules do not exactly match."
|
|
8293
|
+
},
|
|
8294
|
+
"immutable": true,
|
|
8295
|
+
"locationInModule": {
|
|
8296
|
+
"filename": "src/types.ts",
|
|
8297
|
+
"line": 434
|
|
8298
|
+
},
|
|
8299
|
+
"name": "subscriptionsInheritPrimaryAuth",
|
|
8300
|
+
"type": {
|
|
8301
|
+
"primitive": "boolean"
|
|
8302
|
+
}
|
|
8303
|
+
},
|
|
8150
8304
|
{
|
|
8151
8305
|
"abstract": true,
|
|
8152
8306
|
"docs": {
|
|
@@ -8158,7 +8312,7 @@
|
|
|
8158
8312
|
"immutable": true,
|
|
8159
8313
|
"locationInModule": {
|
|
8160
8314
|
"filename": "src/types.ts",
|
|
8161
|
-
"line":
|
|
8315
|
+
"line": 447
|
|
8162
8316
|
},
|
|
8163
8317
|
"name": "suppressApiKeyGeneration",
|
|
8164
8318
|
"type": {
|
|
@@ -8297,6 +8451,6 @@
|
|
|
8297
8451
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
|
8298
8452
|
}
|
|
8299
8453
|
},
|
|
8300
|
-
"version": "1.
|
|
8301
|
-
"fingerprint": "
|
|
8454
|
+
"version": "1.11.0",
|
|
8455
|
+
"fingerprint": "tdLbK47hwwSpFLcGZe8jPKGtQzuOdHhqFzZc+du3Olc="
|
|
8302
8456
|
}
|