@aws-amplify/graphql-api-construct 1.18.3-ai-next.0 → 1.18.4
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +548 -176
- package/API.md +17 -0
- package/CHANGELOG.md +5 -1
- package/jest.config.js +5 -0
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +4 -3
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +27 -2
- package/lib/log-config-types.d.ts +78 -0
- package/lib/log-config-types.js +8 -0
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/lib/types.d.ts +5 -0
- package/lib/types.js +11 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/jest.config.js +12 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +15 -54
- package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +6 -2
- package/node_modules/@aws-amplify/graphql-conversation-transformer/jest.config.js +10 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +12 -48
- 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/jest.config.js +12 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +9 -49
- package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-directives/jest.config.js +6 -0
- package/node_modules/@aws-amplify/graphql-directives/package.json +1 -42
- 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/jest.config.js +12 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +9 -48
- package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/jest.config.js +9 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +9 -44
- 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/jest.config.js +12 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +9 -48
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/jest.config.js +12 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +10 -46
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/jest.config.js +12 -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 +13 -49
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/jest.config.js +12 -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 +9 -49
- 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/jest.config.js +5 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +9 -48
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/jest.config.js +12 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +11 -47
- 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/jest.config.js +12 -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 +10 -52
- 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/jest.config.js +12 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +10 -49
- package/node_modules/@aws-amplify/graphql-transformer/API.md +2 -0
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +5 -1
- package/node_modules/@aws-amplify/graphql-transformer/jest.config.js +12 -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 +20 -61
- package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +3 -3
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/jest.config.js +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts +4 -3
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js +27 -7
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.d.ts +4 -3
- 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 +5 -3
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts +3 -1
- 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 +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +7 -46
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts +1 -0
- 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/logConfig.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/logConfig.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/logConfig.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/logConfig.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +2 -35
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/index.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/logConfig.ts +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/graphql-mapping-template/CHANGELOG.md +4 -0
- package/node_modules/graphql-mapping-template/jest.config.js +12 -0
- package/node_modules/graphql-mapping-template/package.json +1 -41
- package/node_modules/graphql-transformer-common/CHANGELOG.md +4 -0
- package/node_modules/graphql-transformer-common/jest.config.js +12 -0
- package/node_modules/graphql-transformer-common/package.json +2 -42
- package/package.json +82 -123
- package/src/amplify-graphql-api.ts +2 -0
- package/src/index.ts +35 -0
- package/src/log-config-types.ts +84 -0
- package/src/types.ts +105 -0
package/.jsii
CHANGED
@@ -9,23 +9,23 @@
|
|
9
9
|
"@aws-amplify/ai-constructs": "^1.0.0",
|
10
10
|
"@aws-amplify/backend-output-schemas": "^1.0.0",
|
11
11
|
"@aws-amplify/backend-output-storage": "^1.0.0",
|
12
|
-
"@aws-amplify/graphql-auth-transformer": "4.1.
|
13
|
-
"@aws-amplify/graphql-conversation-transformer": "1.1.
|
14
|
-
"@aws-amplify/graphql-default-value-transformer": "3.1.
|
15
|
-
"@aws-amplify/graphql-directives": "2.6.
|
16
|
-
"@aws-amplify/graphql-function-transformer": "3.1.
|
17
|
-
"@aws-amplify/graphql-generation-transformer": "1.1.
|
18
|
-
"@aws-amplify/graphql-http-transformer": "3.0.
|
19
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
20
|
-
"@aws-amplify/graphql-maps-to-transformer": "4.0.
|
21
|
-
"@aws-amplify/graphql-model-transformer": "3.1.
|
22
|
-
"@aws-amplify/graphql-predictions-transformer": "3.0.
|
23
|
-
"@aws-amplify/graphql-relational-transformer": "3.1.
|
24
|
-
"@aws-amplify/graphql-searchable-transformer": "3.0.
|
25
|
-
"@aws-amplify/graphql-sql-transformer": "0.4.
|
26
|
-
"@aws-amplify/graphql-transformer": "2.2.
|
27
|
-
"@aws-amplify/graphql-transformer-core": "3.3.
|
28
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.2.
|
12
|
+
"@aws-amplify/graphql-auth-transformer": "4.1.9",
|
13
|
+
"@aws-amplify/graphql-conversation-transformer": "1.1.4",
|
14
|
+
"@aws-amplify/graphql-default-value-transformer": "3.1.6",
|
15
|
+
"@aws-amplify/graphql-directives": "2.6.1",
|
16
|
+
"@aws-amplify/graphql-function-transformer": "3.1.8",
|
17
|
+
"@aws-amplify/graphql-generation-transformer": "1.1.2",
|
18
|
+
"@aws-amplify/graphql-http-transformer": "3.0.11",
|
19
|
+
"@aws-amplify/graphql-index-transformer": "3.0.11",
|
20
|
+
"@aws-amplify/graphql-maps-to-transformer": "4.0.11",
|
21
|
+
"@aws-amplify/graphql-model-transformer": "3.1.3",
|
22
|
+
"@aws-amplify/graphql-predictions-transformer": "3.0.11",
|
23
|
+
"@aws-amplify/graphql-relational-transformer": "3.1.3",
|
24
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.11",
|
25
|
+
"@aws-amplify/graphql-sql-transformer": "0.4.11",
|
26
|
+
"@aws-amplify/graphql-transformer": "2.2.4",
|
27
|
+
"@aws-amplify/graphql-transformer-core": "3.3.3",
|
28
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.2.1",
|
29
29
|
"@aws-amplify/platform-core": "^1.0.0",
|
30
30
|
"@aws-amplify/plugin-types": "^1.0.0",
|
31
31
|
"@aws-crypto/crc32": "5.2.0",
|
@@ -108,8 +108,8 @@
|
|
108
108
|
"fs-extra": "^8.1.0",
|
109
109
|
"graceful-fs": "^4.2.0",
|
110
110
|
"graphql": "^15.5.0",
|
111
|
-
"graphql-mapping-template": "5.0.
|
112
|
-
"graphql-transformer-common": "5.1.
|
111
|
+
"graphql-mapping-template": "5.0.2",
|
112
|
+
"graphql-transformer-common": "5.1.2",
|
113
113
|
"hjson": "^3.2.2",
|
114
114
|
"immer": "^9.0.12",
|
115
115
|
"is-buffer": "~1.1.6",
|
@@ -130,7 +130,7 @@
|
|
130
130
|
"zod": "^3.22.2"
|
131
131
|
},
|
132
132
|
"dependencies": {
|
133
|
-
"aws-cdk-lib": "^2.
|
133
|
+
"aws-cdk-lib": "^2.168.0",
|
134
134
|
"constructs": "^10.3.0"
|
135
135
|
},
|
136
136
|
"dependencyClosure": {
|
@@ -1142,6 +1142,19 @@
|
|
1142
1142
|
}
|
1143
1143
|
}
|
1144
1144
|
},
|
1145
|
+
"aws-cdk-lib.aws_connectcampaignsv2": {
|
1146
|
+
"targets": {
|
1147
|
+
"dotnet": {
|
1148
|
+
"package": "Amazon.CDK.AWS.ConnectCampaignsV2"
|
1149
|
+
},
|
1150
|
+
"java": {
|
1151
|
+
"package": "software.amazon.awscdk.services.connectcampaignsv2"
|
1152
|
+
},
|
1153
|
+
"python": {
|
1154
|
+
"module": "aws_cdk.aws_connectcampaignsv2"
|
1155
|
+
}
|
1156
|
+
}
|
1157
|
+
},
|
1145
1158
|
"aws-cdk-lib.aws_controltower": {
|
1146
1159
|
"targets": {
|
1147
1160
|
"dotnet": {
|
@@ -1961,6 +1974,19 @@
|
|
1961
1974
|
}
|
1962
1975
|
}
|
1963
1976
|
},
|
1977
|
+
"aws-cdk-lib.aws_invoicing": {
|
1978
|
+
"targets": {
|
1979
|
+
"dotnet": {
|
1980
|
+
"package": "Amazon.CDK.AWS.Invoicing"
|
1981
|
+
},
|
1982
|
+
"java": {
|
1983
|
+
"package": "software.amazon.awscdk.services.invoicing"
|
1984
|
+
},
|
1985
|
+
"python": {
|
1986
|
+
"module": "aws_cdk.aws_invoicing"
|
1987
|
+
}
|
1988
|
+
}
|
1989
|
+
},
|
1964
1990
|
"aws-cdk-lib.aws_iot": {
|
1965
1991
|
"targets": {
|
1966
1992
|
"dotnet": {
|
@@ -2949,6 +2975,19 @@
|
|
2949
2975
|
}
|
2950
2976
|
}
|
2951
2977
|
},
|
2978
|
+
"aws-cdk-lib.aws_rbin": {
|
2979
|
+
"targets": {
|
2980
|
+
"dotnet": {
|
2981
|
+
"package": "Amazon.CDK.AWS.Rbin"
|
2982
|
+
},
|
2983
|
+
"java": {
|
2984
|
+
"package": "software.amazon.awscdk.services.rbin"
|
2985
|
+
},
|
2986
|
+
"python": {
|
2987
|
+
"module": "aws_cdk.aws_rbin"
|
2988
|
+
}
|
2989
|
+
}
|
2990
|
+
},
|
2952
2991
|
"aws-cdk-lib.aws_rds": {
|
2953
2992
|
"targets": {
|
2954
2993
|
"dotnet": {
|
@@ -3983,7 +4022,7 @@
|
|
3983
4022
|
"stability": "stable"
|
3984
4023
|
},
|
3985
4024
|
"homepage": "https://github.com/aws-amplify/amplify-category-api.git",
|
3986
|
-
"jsiiVersion": "5.6.
|
4025
|
+
"jsiiVersion": "5.6.4 (build a446c6c)",
|
3987
4026
|
"keywords": [
|
3988
4027
|
"awscdk",
|
3989
4028
|
"aws-cdk",
|
@@ -4029,7 +4068,7 @@
|
|
4029
4068
|
"kind": "interface",
|
4030
4069
|
"locationInModule": {
|
4031
4070
|
"filename": "src/types.ts",
|
4032
|
-
"line":
|
4071
|
+
"line": 972
|
4033
4072
|
},
|
4034
4073
|
"name": "AddFunctionProps",
|
4035
4074
|
"properties": [
|
@@ -4042,7 +4081,7 @@
|
|
4042
4081
|
"immutable": true,
|
4043
4082
|
"locationInModule": {
|
4044
4083
|
"filename": "src/types.ts",
|
4045
|
-
"line":
|
4084
|
+
"line": 976
|
4046
4085
|
},
|
4047
4086
|
"name": "dataSource",
|
4048
4087
|
"type": {
|
@@ -4058,7 +4097,7 @@
|
|
4058
4097
|
"immutable": true,
|
4059
4098
|
"locationInModule": {
|
4060
4099
|
"filename": "src/types.ts",
|
4061
|
-
"line":
|
4100
|
+
"line": 981
|
4062
4101
|
},
|
4063
4102
|
"name": "name",
|
4064
4103
|
"type": {
|
@@ -4075,7 +4114,7 @@
|
|
4075
4114
|
"immutable": true,
|
4076
4115
|
"locationInModule": {
|
4077
4116
|
"filename": "src/types.ts",
|
4078
|
-
"line":
|
4117
|
+
"line": 1016
|
4079
4118
|
},
|
4080
4119
|
"name": "code",
|
4081
4120
|
"optional": true,
|
@@ -4093,7 +4132,7 @@
|
|
4093
4132
|
"immutable": true,
|
4094
4133
|
"locationInModule": {
|
4095
4134
|
"filename": "src/types.ts",
|
4096
|
-
"line":
|
4135
|
+
"line": 988
|
4097
4136
|
},
|
4098
4137
|
"name": "description",
|
4099
4138
|
"optional": true,
|
@@ -4111,7 +4150,7 @@
|
|
4111
4150
|
"immutable": true,
|
4112
4151
|
"locationInModule": {
|
4113
4152
|
"filename": "src/types.ts",
|
4114
|
-
"line":
|
4153
|
+
"line": 995
|
4115
4154
|
},
|
4116
4155
|
"name": "requestMappingTemplate",
|
4117
4156
|
"optional": true,
|
@@ -4129,7 +4168,7 @@
|
|
4129
4168
|
"immutable": true,
|
4130
4169
|
"locationInModule": {
|
4131
4170
|
"filename": "src/types.ts",
|
4132
|
-
"line":
|
4171
|
+
"line": 1002
|
4133
4172
|
},
|
4134
4173
|
"name": "responseMappingTemplate",
|
4135
4174
|
"optional": true,
|
@@ -4147,7 +4186,7 @@
|
|
4147
4186
|
"immutable": true,
|
4148
4187
|
"locationInModule": {
|
4149
4188
|
"filename": "src/types.ts",
|
4150
|
-
"line":
|
4189
|
+
"line": 1009
|
4151
4190
|
},
|
4152
4191
|
"name": "runtime",
|
4153
4192
|
"optional": true,
|
@@ -4490,7 +4529,7 @@
|
|
4490
4529
|
},
|
4491
4530
|
"locationInModule": {
|
4492
4531
|
"filename": "src/amplify-graphql-api.ts",
|
4493
|
-
"line":
|
4532
|
+
"line": 318
|
4494
4533
|
},
|
4495
4534
|
"name": "addDynamoDbDataSource",
|
4496
4535
|
"parameters": [
|
@@ -4539,7 +4578,7 @@
|
|
4539
4578
|
},
|
4540
4579
|
"locationInModule": {
|
4541
4580
|
"filename": "src/amplify-graphql-api.ts",
|
4542
|
-
"line":
|
4581
|
+
"line": 330
|
4543
4582
|
},
|
4544
4583
|
"name": "addElasticsearchDataSource",
|
4545
4584
|
"parameters": [
|
@@ -4586,7 +4625,7 @@
|
|
4586
4625
|
},
|
4587
4626
|
"locationInModule": {
|
4588
4627
|
"filename": "src/amplify-graphql-api.ts",
|
4589
|
-
"line":
|
4628
|
+
"line": 340
|
4590
4629
|
},
|
4591
4630
|
"name": "addEventBridgeDataSource",
|
4592
4631
|
"parameters": [
|
@@ -4633,7 +4672,7 @@
|
|
4633
4672
|
},
|
4634
4673
|
"locationInModule": {
|
4635
4674
|
"filename": "src/amplify-graphql-api.ts",
|
4636
|
-
"line":
|
4675
|
+
"line": 422
|
4637
4676
|
},
|
4638
4677
|
"name": "addFunction",
|
4639
4678
|
"parameters": [
|
@@ -4668,7 +4707,7 @@
|
|
4668
4707
|
},
|
4669
4708
|
"locationInModule": {
|
4670
4709
|
"filename": "src/amplify-graphql-api.ts",
|
4671
|
-
"line":
|
4710
|
+
"line": 351
|
4672
4711
|
},
|
4673
4712
|
"name": "addHttpDataSource",
|
4674
4713
|
"parameters": [
|
@@ -4716,7 +4755,7 @@
|
|
4716
4755
|
},
|
4717
4756
|
"locationInModule": {
|
4718
4757
|
"filename": "src/amplify-graphql-api.ts",
|
4719
|
-
"line":
|
4758
|
+
"line": 362
|
4720
4759
|
},
|
4721
4760
|
"name": "addLambdaDataSource",
|
4722
4761
|
"parameters": [
|
@@ -4764,7 +4803,7 @@
|
|
4764
4803
|
},
|
4765
4804
|
"locationInModule": {
|
4766
4805
|
"filename": "src/amplify-graphql-api.ts",
|
4767
|
-
"line":
|
4806
|
+
"line": 373
|
4768
4807
|
},
|
4769
4808
|
"name": "addNoneDataSource",
|
4770
4809
|
"parameters": [
|
@@ -4803,7 +4842,7 @@
|
|
4803
4842
|
},
|
4804
4843
|
"locationInModule": {
|
4805
4844
|
"filename": "src/amplify-graphql-api.ts",
|
4806
|
-
"line":
|
4845
|
+
"line": 384
|
4807
4846
|
},
|
4808
4847
|
"name": "addOpenSearchDataSource",
|
4809
4848
|
"parameters": [
|
@@ -4851,7 +4890,7 @@
|
|
4851
4890
|
},
|
4852
4891
|
"locationInModule": {
|
4853
4892
|
"filename": "src/amplify-graphql-api.ts",
|
4854
|
-
"line":
|
4893
|
+
"line": 397
|
4855
4894
|
},
|
4856
4895
|
"name": "addRdsDataSource",
|
4857
4896
|
"parameters": [
|
@@ -4918,7 +4957,7 @@
|
|
4918
4957
|
},
|
4919
4958
|
"locationInModule": {
|
4920
4959
|
"filename": "src/amplify-graphql-api.ts",
|
4921
|
-
"line":
|
4960
|
+
"line": 413
|
4922
4961
|
},
|
4923
4962
|
"name": "addResolver",
|
4924
4963
|
"parameters": [
|
@@ -5092,7 +5131,7 @@
|
|
5092
5131
|
"kind": "interface",
|
5093
5132
|
"locationInModule": {
|
5094
5133
|
"filename": "src/types.ts",
|
5095
|
-
"line":
|
5134
|
+
"line": 871
|
5096
5135
|
},
|
5097
5136
|
"name": "AmplifyGraphqlApiCfnResources",
|
5098
5137
|
"properties": [
|
@@ -5105,7 +5144,7 @@
|
|
5105
5144
|
"immutable": true,
|
5106
5145
|
"locationInModule": {
|
5107
5146
|
"filename": "src/types.ts",
|
5108
|
-
"line":
|
5147
|
+
"line": 925
|
5109
5148
|
},
|
5110
5149
|
"name": "additionalCfnResources",
|
5111
5150
|
"type": {
|
@@ -5126,7 +5165,7 @@
|
|
5126
5165
|
"immutable": true,
|
5127
5166
|
"locationInModule": {
|
5128
5167
|
"filename": "src/types.ts",
|
5129
|
-
"line":
|
5168
|
+
"line": 910
|
5130
5169
|
},
|
5131
5170
|
"name": "amplifyDynamoDbTables",
|
5132
5171
|
"type": {
|
@@ -5147,7 +5186,7 @@
|
|
5147
5186
|
"immutable": true,
|
5148
5187
|
"locationInModule": {
|
5149
5188
|
"filename": "src/types.ts",
|
5150
|
-
"line":
|
5189
|
+
"line": 900
|
5151
5190
|
},
|
5152
5191
|
"name": "cfnDataSources",
|
5153
5192
|
"type": {
|
@@ -5168,7 +5207,7 @@
|
|
5168
5207
|
"immutable": true,
|
5169
5208
|
"locationInModule": {
|
5170
5209
|
"filename": "src/types.ts",
|
5171
|
-
"line":
|
5210
|
+
"line": 895
|
5172
5211
|
},
|
5173
5212
|
"name": "cfnFunctionConfigurations",
|
5174
5213
|
"type": {
|
@@ -5189,7 +5228,7 @@
|
|
5189
5228
|
"immutable": true,
|
5190
5229
|
"locationInModule": {
|
5191
5230
|
"filename": "src/types.ts",
|
5192
|
-
"line":
|
5231
|
+
"line": 920
|
5193
5232
|
},
|
5194
5233
|
"name": "cfnFunctions",
|
5195
5234
|
"type": {
|
@@ -5210,7 +5249,7 @@
|
|
5210
5249
|
"immutable": true,
|
5211
5250
|
"locationInModule": {
|
5212
5251
|
"filename": "src/types.ts",
|
5213
|
-
"line":
|
5252
|
+
"line": 875
|
5214
5253
|
},
|
5215
5254
|
"name": "cfnGraphqlApi",
|
5216
5255
|
"type": {
|
@@ -5226,7 +5265,7 @@
|
|
5226
5265
|
"immutable": true,
|
5227
5266
|
"locationInModule": {
|
5228
5267
|
"filename": "src/types.ts",
|
5229
|
-
"line":
|
5268
|
+
"line": 880
|
5230
5269
|
},
|
5231
5270
|
"name": "cfnGraphqlSchema",
|
5232
5271
|
"type": {
|
@@ -5242,7 +5281,7 @@
|
|
5242
5281
|
"immutable": true,
|
5243
5282
|
"locationInModule": {
|
5244
5283
|
"filename": "src/types.ts",
|
5245
|
-
"line":
|
5284
|
+
"line": 890
|
5246
5285
|
},
|
5247
5286
|
"name": "cfnResolvers",
|
5248
5287
|
"type": {
|
@@ -5263,7 +5302,7 @@
|
|
5263
5302
|
"immutable": true,
|
5264
5303
|
"locationInModule": {
|
5265
5304
|
"filename": "src/types.ts",
|
5266
|
-
"line":
|
5305
|
+
"line": 915
|
5267
5306
|
},
|
5268
5307
|
"name": "cfnRoles",
|
5269
5308
|
"type": {
|
@@ -5284,7 +5323,7 @@
|
|
5284
5323
|
"immutable": true,
|
5285
5324
|
"locationInModule": {
|
5286
5325
|
"filename": "src/types.ts",
|
5287
|
-
"line":
|
5326
|
+
"line": 905
|
5288
5327
|
},
|
5289
5328
|
"name": "cfnTables",
|
5290
5329
|
"type": {
|
@@ -5305,7 +5344,7 @@
|
|
5305
5344
|
"immutable": true,
|
5306
5345
|
"locationInModule": {
|
5307
5346
|
"filename": "src/types.ts",
|
5308
|
-
"line":
|
5347
|
+
"line": 885
|
5309
5348
|
},
|
5310
5349
|
"name": "cfnApiKey",
|
5311
5350
|
"optional": true,
|
@@ -5328,7 +5367,7 @@
|
|
5328
5367
|
"kind": "interface",
|
5329
5368
|
"locationInModule": {
|
5330
5369
|
"filename": "src/types.ts",
|
5331
|
-
"line":
|
5370
|
+
"line": 781
|
5332
5371
|
},
|
5333
5372
|
"name": "AmplifyGraphqlApiProps",
|
5334
5373
|
"properties": [
|
@@ -5342,7 +5381,7 @@
|
|
5342
5381
|
"immutable": true,
|
5343
5382
|
"locationInModule": {
|
5344
5383
|
"filename": "src/types.ts",
|
5345
|
-
"line":
|
5384
|
+
"line": 798
|
5346
5385
|
},
|
5347
5386
|
"name": "authorizationModes",
|
5348
5387
|
"type": {
|
@@ -5359,7 +5398,7 @@
|
|
5359
5398
|
"immutable": true,
|
5360
5399
|
"locationInModule": {
|
5361
5400
|
"filename": "src/types.ts",
|
5362
|
-
"line":
|
5401
|
+
"line": 786
|
5363
5402
|
},
|
5364
5403
|
"name": "definition",
|
5365
5404
|
"type": {
|
@@ -5376,7 +5415,7 @@
|
|
5376
5415
|
"immutable": true,
|
5377
5416
|
"locationInModule": {
|
5378
5417
|
"filename": "src/types.ts",
|
5379
|
-
"line":
|
5418
|
+
"line": 792
|
5380
5419
|
},
|
5381
5420
|
"name": "apiName",
|
5382
5421
|
"optional": true,
|
@@ -5395,7 +5434,7 @@
|
|
5395
5434
|
"immutable": true,
|
5396
5435
|
"locationInModule": {
|
5397
5436
|
"filename": "src/types.ts",
|
5398
|
-
"line":
|
5437
|
+
"line": 813
|
5399
5438
|
},
|
5400
5439
|
"name": "conflictResolution",
|
5401
5440
|
"optional": true,
|
@@ -5413,7 +5452,7 @@
|
|
5413
5452
|
"immutable": true,
|
5414
5453
|
"locationInModule": {
|
5415
5454
|
"filename": "src/types.ts",
|
5416
|
-
"line":
|
5455
|
+
"line": 857
|
5417
5456
|
},
|
5418
5457
|
"name": "dataStoreConfiguration",
|
5419
5458
|
"optional": true,
|
@@ -5433,7 +5472,7 @@
|
|
5433
5472
|
"immutable": true,
|
5434
5473
|
"locationInModule": {
|
5435
5474
|
"filename": "src/types.ts",
|
5436
|
-
"line":
|
5475
|
+
"line": 806
|
5437
5476
|
},
|
5438
5477
|
"name": "functionNameMap",
|
5439
5478
|
"optional": true,
|
@@ -5456,7 +5495,7 @@
|
|
5456
5495
|
"immutable": true,
|
5457
5496
|
"locationInModule": {
|
5458
5497
|
"filename": "src/types.ts",
|
5459
|
-
"line":
|
5498
|
+
"line": 828
|
5460
5499
|
},
|
5461
5500
|
"name": "functionSlots",
|
5462
5501
|
"optional": true,
|
@@ -5481,6 +5520,32 @@
|
|
5481
5520
|
}
|
5482
5521
|
}
|
5483
5522
|
},
|
5523
|
+
{
|
5524
|
+
"abstract": true,
|
5525
|
+
"docs": {
|
5526
|
+
"stability": "stable",
|
5527
|
+
"summary": "Specifies the logging configuration when writing GraphQL operations and tracing to Amazon CloudWatch for an AWS AppSync GraphQL API."
|
5528
|
+
},
|
5529
|
+
"immutable": true,
|
5530
|
+
"locationInModule": {
|
5531
|
+
"filename": "src/types.ts",
|
5532
|
+
"line": 862
|
5533
|
+
},
|
5534
|
+
"name": "logging",
|
5535
|
+
"optional": true,
|
5536
|
+
"type": {
|
5537
|
+
"union": {
|
5538
|
+
"types": [
|
5539
|
+
{
|
5540
|
+
"primitive": "boolean"
|
5541
|
+
},
|
5542
|
+
{
|
5543
|
+
"fqn": "@aws-amplify/graphql-api-construct.LogConfig"
|
5544
|
+
}
|
5545
|
+
]
|
5546
|
+
}
|
5547
|
+
}
|
5548
|
+
},
|
5484
5549
|
{
|
5485
5550
|
"abstract": true,
|
5486
5551
|
"docs": {
|
@@ -5491,7 +5556,7 @@
|
|
5491
5556
|
"immutable": true,
|
5492
5557
|
"locationInModule": {
|
5493
5558
|
"filename": "src/types.ts",
|
5494
|
-
"line":
|
5559
|
+
"line": 851
|
5495
5560
|
},
|
5496
5561
|
"name": "outputStorageStrategy",
|
5497
5562
|
"optional": true,
|
@@ -5508,7 +5573,7 @@
|
|
5508
5573
|
"immutable": true,
|
5509
5574
|
"locationInModule": {
|
5510
5575
|
"filename": "src/types.ts",
|
5511
|
-
"line":
|
5576
|
+
"line": 840
|
5512
5577
|
},
|
5513
5578
|
"name": "predictionsBucket",
|
5514
5579
|
"optional": true,
|
@@ -5526,7 +5591,7 @@
|
|
5526
5591
|
"immutable": true,
|
5527
5592
|
"locationInModule": {
|
5528
5593
|
"filename": "src/types.ts",
|
5529
|
-
"line":
|
5594
|
+
"line": 822
|
5530
5595
|
},
|
5531
5596
|
"name": "stackMappings",
|
5532
5597
|
"optional": true,
|
@@ -5552,7 +5617,7 @@
|
|
5552
5617
|
"immutable": true,
|
5553
5618
|
"locationInModule": {
|
5554
5619
|
"filename": "src/types.ts",
|
5555
|
-
"line":
|
5620
|
+
"line": 835
|
5556
5621
|
},
|
5557
5622
|
"name": "transformerPlugins",
|
5558
5623
|
"optional": true,
|
@@ -5574,7 +5639,7 @@
|
|
5574
5639
|
"immutable": true,
|
5575
5640
|
"locationInModule": {
|
5576
5641
|
"filename": "src/types.ts",
|
5577
|
-
"line":
|
5642
|
+
"line": 846
|
5578
5643
|
},
|
5579
5644
|
"name": "translationBehavior",
|
5580
5645
|
"optional": true,
|
@@ -5597,7 +5662,7 @@
|
|
5597
5662
|
"kind": "interface",
|
5598
5663
|
"locationInModule": {
|
5599
5664
|
"filename": "src/types.ts",
|
5600
|
-
"line":
|
5665
|
+
"line": 934
|
5601
5666
|
},
|
5602
5667
|
"name": "AmplifyGraphqlApiResources",
|
5603
5668
|
"properties": [
|
@@ -5610,7 +5675,7 @@
|
|
5610
5675
|
"immutable": true,
|
5611
5676
|
"locationInModule": {
|
5612
5677
|
"filename": "src/types.ts",
|
5613
|
-
"line":
|
5678
|
+
"line": 958
|
5614
5679
|
},
|
5615
5680
|
"name": "cfnResources",
|
5616
5681
|
"type": {
|
@@ -5626,7 +5691,7 @@
|
|
5626
5691
|
"immutable": true,
|
5627
5692
|
"locationInModule": {
|
5628
5693
|
"filename": "src/types.ts",
|
5629
|
-
"line":
|
5694
|
+
"line": 953
|
5630
5695
|
},
|
5631
5696
|
"name": "functions",
|
5632
5697
|
"type": {
|
@@ -5647,7 +5712,7 @@
|
|
5647
5712
|
"immutable": true,
|
5648
5713
|
"locationInModule": {
|
5649
5714
|
"filename": "src/types.ts",
|
5650
|
-
"line":
|
5715
|
+
"line": 938
|
5651
5716
|
},
|
5652
5717
|
"name": "graphqlApi",
|
5653
5718
|
"type": {
|
@@ -5663,7 +5728,7 @@
|
|
5663
5728
|
"immutable": true,
|
5664
5729
|
"locationInModule": {
|
5665
5730
|
"filename": "src/types.ts",
|
5666
|
-
"line":
|
5731
|
+
"line": 963
|
5667
5732
|
},
|
5668
5733
|
"name": "nestedStacks",
|
5669
5734
|
"type": {
|
@@ -5684,7 +5749,7 @@
|
|
5684
5749
|
"immutable": true,
|
5685
5750
|
"locationInModule": {
|
5686
5751
|
"filename": "src/types.ts",
|
5687
|
-
"line":
|
5752
|
+
"line": 948
|
5688
5753
|
},
|
5689
5754
|
"name": "roles",
|
5690
5755
|
"type": {
|
@@ -5705,7 +5770,7 @@
|
|
5705
5770
|
"immutable": true,
|
5706
5771
|
"locationInModule": {
|
5707
5772
|
"filename": "src/types.ts",
|
5708
|
-
"line":
|
5773
|
+
"line": 943
|
5709
5774
|
},
|
5710
5775
|
"name": "tables",
|
5711
5776
|
"type": {
|
@@ -5941,7 +6006,7 @@
|
|
5941
6006
|
"kind": "interface",
|
5942
6007
|
"locationInModule": {
|
5943
6008
|
"filename": "src/types.ts",
|
5944
|
-
"line":
|
6009
|
+
"line": 190
|
5945
6010
|
},
|
5946
6011
|
"name": "ApiKeyAuthorizationConfig",
|
5947
6012
|
"properties": [
|
@@ -5954,7 +6019,7 @@
|
|
5954
6019
|
"immutable": true,
|
5955
6020
|
"locationInModule": {
|
5956
6021
|
"filename": "src/types.ts",
|
5957
|
-
"line":
|
6022
|
+
"line": 199
|
5958
6023
|
},
|
5959
6024
|
"name": "expires",
|
5960
6025
|
"type": {
|
@@ -5970,7 +6035,7 @@
|
|
5970
6035
|
"immutable": true,
|
5971
6036
|
"locationInModule": {
|
5972
6037
|
"filename": "src/types.ts",
|
5973
|
-
"line":
|
6038
|
+
"line": 194
|
5974
6039
|
},
|
5975
6040
|
"name": "description",
|
5976
6041
|
"optional": true,
|
@@ -5993,7 +6058,7 @@
|
|
5993
6058
|
"kind": "interface",
|
5994
6059
|
"locationInModule": {
|
5995
6060
|
"filename": "src/types.ts",
|
5996
|
-
"line":
|
6061
|
+
"line": 226
|
5997
6062
|
},
|
5998
6063
|
"name": "AuthorizationModes",
|
5999
6064
|
"properties": [
|
@@ -6007,7 +6072,7 @@
|
|
6007
6072
|
"immutable": true,
|
6008
6073
|
"locationInModule": {
|
6009
6074
|
"filename": "src/types.ts",
|
6010
|
-
"line":
|
6075
|
+
"line": 274
|
6011
6076
|
},
|
6012
6077
|
"name": "adminRoles",
|
6013
6078
|
"optional": true,
|
@@ -6030,7 +6095,7 @@
|
|
6030
6095
|
"immutable": true,
|
6031
6096
|
"locationInModule": {
|
6032
6097
|
"filename": "src/types.ts",
|
6033
|
-
"line":
|
6098
|
+
"line": 262
|
6034
6099
|
},
|
6035
6100
|
"name": "apiKeyConfig",
|
6036
6101
|
"optional": true,
|
@@ -6047,7 +6112,7 @@
|
|
6047
6112
|
"immutable": true,
|
6048
6113
|
"locationInModule": {
|
6049
6114
|
"filename": "src/types.ts",
|
6050
|
-
"line":
|
6115
|
+
"line": 230
|
6051
6116
|
},
|
6052
6117
|
"name": "defaultAuthorizationMode",
|
6053
6118
|
"optional": true,
|
@@ -6065,7 +6130,7 @@
|
|
6065
6130
|
"immutable": true,
|
6066
6131
|
"locationInModule": {
|
6067
6132
|
"filename": "src/types.ts",
|
6068
|
-
"line":
|
6133
|
+
"line": 238
|
6069
6134
|
},
|
6070
6135
|
"name": "iamConfig",
|
6071
6136
|
"optional": true,
|
@@ -6083,7 +6148,7 @@
|
|
6083
6148
|
"immutable": true,
|
6084
6149
|
"locationInModule": {
|
6085
6150
|
"filename": "src/types.ts",
|
6086
|
-
"line":
|
6151
|
+
"line": 244
|
6087
6152
|
},
|
6088
6153
|
"name": "identityPoolConfig",
|
6089
6154
|
"optional": true,
|
@@ -6101,7 +6166,7 @@
|
|
6101
6166
|
"immutable": true,
|
6102
6167
|
"locationInModule": {
|
6103
6168
|
"filename": "src/types.ts",
|
6104
|
-
"line":
|
6169
|
+
"line": 268
|
6105
6170
|
},
|
6106
6171
|
"name": "lambdaConfig",
|
6107
6172
|
"optional": true,
|
@@ -6119,7 +6184,7 @@
|
|
6119
6184
|
"immutable": true,
|
6120
6185
|
"locationInModule": {
|
6121
6186
|
"filename": "src/types.ts",
|
6122
|
-
"line":
|
6187
|
+
"line": 256
|
6123
6188
|
},
|
6124
6189
|
"name": "oidcConfig",
|
6125
6190
|
"optional": true,
|
@@ -6137,7 +6202,7 @@
|
|
6137
6202
|
"immutable": true,
|
6138
6203
|
"locationInModule": {
|
6139
6204
|
"filename": "src/types.ts",
|
6140
|
-
"line":
|
6205
|
+
"line": 250
|
6141
6206
|
},
|
6142
6207
|
"name": "userPoolConfig",
|
6143
6208
|
"optional": true,
|
@@ -6162,7 +6227,7 @@
|
|
6162
6227
|
"kind": "interface",
|
6163
6228
|
"locationInModule": {
|
6164
6229
|
"filename": "src/types.ts",
|
6165
|
-
"line":
|
6230
|
+
"line": 301
|
6166
6231
|
},
|
6167
6232
|
"name": "AutomergeConflictResolutionStrategy",
|
6168
6233
|
"properties": [
|
@@ -6176,7 +6241,7 @@
|
|
6176
6241
|
"immutable": true,
|
6177
6242
|
"locationInModule": {
|
6178
6243
|
"filename": "src/types.ts",
|
6179
|
-
"line":
|
6244
|
+
"line": 306
|
6180
6245
|
},
|
6181
6246
|
"name": "handlerType",
|
6182
6247
|
"type": {
|
@@ -6201,7 +6266,7 @@
|
|
6201
6266
|
"kind": "interface",
|
6202
6267
|
"locationInModule": {
|
6203
6268
|
"filename": "src/types.ts",
|
6204
|
-
"line":
|
6269
|
+
"line": 357
|
6205
6270
|
},
|
6206
6271
|
"name": "ConflictResolution",
|
6207
6272
|
"symbolId": "src/types:ConflictResolution"
|
@@ -6217,7 +6282,7 @@
|
|
6217
6282
|
"kind": "interface",
|
6218
6283
|
"locationInModule": {
|
6219
6284
|
"filename": "src/types.ts",
|
6220
|
-
"line":
|
6285
|
+
"line": 289
|
6221
6286
|
},
|
6222
6287
|
"name": "ConflictResolutionStrategyBase",
|
6223
6288
|
"properties": [
|
@@ -6230,7 +6295,7 @@
|
|
6230
6295
|
"immutable": true,
|
6231
6296
|
"locationInModule": {
|
6232
6297
|
"filename": "src/types.ts",
|
6233
|
-
"line":
|
6298
|
+
"line": 293
|
6234
6299
|
},
|
6235
6300
|
"name": "detectionType",
|
6236
6301
|
"type": {
|
@@ -6254,7 +6319,7 @@
|
|
6254
6319
|
"kind": "interface",
|
6255
6320
|
"locationInModule": {
|
6256
6321
|
"filename": "src/types.ts",
|
6257
|
-
"line":
|
6322
|
+
"line": 327
|
6258
6323
|
},
|
6259
6324
|
"name": "CustomConflictResolutionStrategy",
|
6260
6325
|
"properties": [
|
@@ -6267,7 +6332,7 @@
|
|
6267
6332
|
"immutable": true,
|
6268
6333
|
"locationInModule": {
|
6269
6334
|
"filename": "src/types.ts",
|
6270
|
-
"line":
|
6335
|
+
"line": 338
|
6271
6336
|
},
|
6272
6337
|
"name": "conflictHandler",
|
6273
6338
|
"type": {
|
@@ -6284,7 +6349,7 @@
|
|
6284
6349
|
"immutable": true,
|
6285
6350
|
"locationInModule": {
|
6286
6351
|
"filename": "src/types.ts",
|
6287
|
-
"line":
|
6352
|
+
"line": 333
|
6288
6353
|
},
|
6289
6354
|
"name": "handlerType",
|
6290
6355
|
"type": {
|
@@ -6372,7 +6437,7 @@
|
|
6372
6437
|
"kind": "interface",
|
6373
6438
|
"locationInModule": {
|
6374
6439
|
"filename": "src/types.ts",
|
6375
|
-
"line":
|
6440
|
+
"line": 364
|
6376
6441
|
},
|
6377
6442
|
"name": "DataStoreConfiguration",
|
6378
6443
|
"properties": [
|
@@ -6385,7 +6450,7 @@
|
|
6385
6450
|
"immutable": true,
|
6386
6451
|
"locationInModule": {
|
6387
6452
|
"filename": "src/types.ts",
|
6388
|
-
"line":
|
6453
|
+
"line": 373
|
6389
6454
|
},
|
6390
6455
|
"name": "models",
|
6391
6456
|
"optional": true,
|
@@ -6420,7 +6485,7 @@
|
|
6420
6485
|
"immutable": true,
|
6421
6486
|
"locationInModule": {
|
6422
6487
|
"filename": "src/types.ts",
|
6423
|
-
"line":
|
6488
|
+
"line": 368
|
6424
6489
|
},
|
6425
6490
|
"name": "project",
|
6426
6491
|
"optional": true,
|
@@ -6491,6 +6556,58 @@
|
|
6491
6556
|
],
|
6492
6557
|
"symbolId": "src/model-datasource-strategy-types:DefaultDynamoDbModelDataSourceStrategy"
|
6493
6558
|
},
|
6559
|
+
"@aws-amplify/graphql-api-construct.FieldLogLevel": {
|
6560
|
+
"assembly": "@aws-amplify/graphql-api-construct",
|
6561
|
+
"docs": {
|
6562
|
+
"stability": "stable",
|
6563
|
+
"summary": "log-level for fields in AppSync."
|
6564
|
+
},
|
6565
|
+
"fqn": "@aws-amplify/graphql-api-construct.FieldLogLevel",
|
6566
|
+
"kind": "enum",
|
6567
|
+
"locationInModule": {
|
6568
|
+
"filename": "../../node_modules/aws-cdk-lib/aws-appsync/lib/graphqlapi.d.ts",
|
6569
|
+
"line": 173
|
6570
|
+
},
|
6571
|
+
"members": [
|
6572
|
+
{
|
6573
|
+
"docs": {
|
6574
|
+
"stability": "stable",
|
6575
|
+
"summary": "Resolver logging is disabled."
|
6576
|
+
},
|
6577
|
+
"name": "NONE"
|
6578
|
+
},
|
6579
|
+
{
|
6580
|
+
"docs": {
|
6581
|
+
"stability": "stable",
|
6582
|
+
"summary": "Only Error messages appear in logs."
|
6583
|
+
},
|
6584
|
+
"name": "ERROR"
|
6585
|
+
},
|
6586
|
+
{
|
6587
|
+
"docs": {
|
6588
|
+
"stability": "stable",
|
6589
|
+
"summary": "Info and Error messages appear in logs."
|
6590
|
+
},
|
6591
|
+
"name": "INFO"
|
6592
|
+
},
|
6593
|
+
{
|
6594
|
+
"docs": {
|
6595
|
+
"stability": "stable",
|
6596
|
+
"summary": "Debug, Info, and Error messages, appear in logs."
|
6597
|
+
},
|
6598
|
+
"name": "DEBUG"
|
6599
|
+
},
|
6600
|
+
{
|
6601
|
+
"docs": {
|
6602
|
+
"stability": "stable",
|
6603
|
+
"summary": "All messages (Debug, Error, Info, and Trace) appear in logs."
|
6604
|
+
},
|
6605
|
+
"name": "ALL"
|
6606
|
+
}
|
6607
|
+
],
|
6608
|
+
"name": "FieldLogLevel",
|
6609
|
+
"symbolId": "aws-appsync/lib/graphqlapi:FieldLogLevel"
|
6610
|
+
},
|
6494
6611
|
"@aws-amplify/graphql-api-construct.FunctionSlotBase": {
|
6495
6612
|
"assembly": "@aws-amplify/graphql-api-construct",
|
6496
6613
|
"datatype": true,
|
@@ -6502,7 +6619,7 @@
|
|
6502
6619
|
"kind": "interface",
|
6503
6620
|
"locationInModule": {
|
6504
6621
|
"filename": "src/types.ts",
|
6505
|
-
"line":
|
6622
|
+
"line": 399
|
6506
6623
|
},
|
6507
6624
|
"name": "FunctionSlotBase",
|
6508
6625
|
"properties": [
|
@@ -6515,7 +6632,7 @@
|
|
6515
6632
|
"immutable": true,
|
6516
6633
|
"locationInModule": {
|
6517
6634
|
"filename": "src/types.ts",
|
6518
|
-
"line":
|
6635
|
+
"line": 403
|
6519
6636
|
},
|
6520
6637
|
"name": "fieldName",
|
6521
6638
|
"type": {
|
@@ -6531,7 +6648,7 @@
|
|
6531
6648
|
"immutable": true,
|
6532
6649
|
"locationInModule": {
|
6533
6650
|
"filename": "src/types.ts",
|
6534
|
-
"line":
|
6651
|
+
"line": 414
|
6535
6652
|
},
|
6536
6653
|
"name": "function",
|
6537
6654
|
"type": {
|
@@ -6548,7 +6665,7 @@
|
|
6548
6665
|
"immutable": true,
|
6549
6666
|
"locationInModule": {
|
6550
6667
|
"filename": "src/types.ts",
|
6551
|
-
"line":
|
6668
|
+
"line": 409
|
6552
6669
|
},
|
6553
6670
|
"name": "slotIndex",
|
6554
6671
|
"type": {
|
@@ -6570,7 +6687,7 @@
|
|
6570
6687
|
"kind": "interface",
|
6571
6688
|
"locationInModule": {
|
6572
6689
|
"filename": "src/types.ts",
|
6573
|
-
"line":
|
6690
|
+
"line": 382
|
6574
6691
|
},
|
6575
6692
|
"name": "FunctionSlotOverride",
|
6576
6693
|
"properties": [
|
@@ -6584,7 +6701,7 @@
|
|
6584
6701
|
"immutable": true,
|
6585
6702
|
"locationInModule": {
|
6586
6703
|
"filename": "src/types.ts",
|
6587
|
-
"line":
|
6704
|
+
"line": 386
|
6588
6705
|
},
|
6589
6706
|
"name": "requestMappingTemplate",
|
6590
6707
|
"optional": true,
|
@@ -6602,7 +6719,7 @@
|
|
6602
6719
|
"immutable": true,
|
6603
6720
|
"locationInModule": {
|
6604
6721
|
"filename": "src/types.ts",
|
6605
|
-
"line":
|
6722
|
+
"line": 391
|
6606
6723
|
},
|
6607
6724
|
"name": "responseMappingTemplate",
|
6608
6725
|
"optional": true,
|
@@ -6624,7 +6741,7 @@
|
|
6624
6741
|
"kind": "interface",
|
6625
6742
|
"locationInModule": {
|
6626
6743
|
"filename": "src/types.ts",
|
6627
|
-
"line":
|
6744
|
+
"line": 68
|
6628
6745
|
},
|
6629
6746
|
"name": "IAMAuthorizationConfig",
|
6630
6747
|
"properties": [
|
@@ -6639,7 +6756,7 @@
|
|
6639
6756
|
"immutable": true,
|
6640
6757
|
"locationInModule": {
|
6641
6758
|
"filename": "src/types.ts",
|
6642
|
-
"line":
|
6759
|
+
"line": 102
|
6643
6760
|
},
|
6644
6761
|
"name": "allowListedRoles",
|
6645
6762
|
"optional": true,
|
@@ -6671,7 +6788,7 @@
|
|
6671
6788
|
"immutable": true,
|
6672
6789
|
"locationInModule": {
|
6673
6790
|
"filename": "src/types.ts",
|
6674
|
-
"line":
|
6791
|
+
"line": 84
|
6675
6792
|
},
|
6676
6793
|
"name": "authenticatedUserRole",
|
6677
6794
|
"optional": true,
|
@@ -6692,7 +6809,7 @@
|
|
6692
6809
|
"immutable": true,
|
6693
6810
|
"locationInModule": {
|
6694
6811
|
"filename": "src/types.ts",
|
6695
|
-
"line":
|
6812
|
+
"line": 111
|
6696
6813
|
},
|
6697
6814
|
"name": "enableIamAuthorizationMode",
|
6698
6815
|
"optional": true,
|
@@ -6711,7 +6828,7 @@
|
|
6711
6828
|
"immutable": true,
|
6712
6829
|
"locationInModule": {
|
6713
6830
|
"filename": "src/types.ts",
|
6714
|
-
"line":
|
6831
|
+
"line": 76
|
6715
6832
|
},
|
6716
6833
|
"name": "identityPoolId",
|
6717
6834
|
"optional": true,
|
@@ -6729,7 +6846,7 @@
|
|
6729
6846
|
"immutable": true,
|
6730
6847
|
"locationInModule": {
|
6731
6848
|
"filename": "src/types.ts",
|
6732
|
-
"line":
|
6849
|
+
"line": 92
|
6733
6850
|
},
|
6734
6851
|
"name": "unauthenticatedUserRole",
|
6735
6852
|
"optional": true,
|
@@ -6750,7 +6867,7 @@
|
|
6750
6867
|
"kind": "interface",
|
6751
6868
|
"locationInModule": {
|
6752
6869
|
"filename": "src/types.ts",
|
6753
|
-
"line":
|
6870
|
+
"line": 709
|
6754
6871
|
},
|
6755
6872
|
"name": "IAmplifyGraphqlDefinition",
|
6756
6873
|
"properties": [
|
@@ -6765,7 +6882,7 @@
|
|
6765
6882
|
"immutable": true,
|
6766
6883
|
"locationInModule": {
|
6767
6884
|
"filename": "src/types.ts",
|
6768
|
-
"line":
|
6885
|
+
"line": 734
|
6769
6886
|
},
|
6770
6887
|
"name": "dataSourceStrategies",
|
6771
6888
|
"type": {
|
@@ -6802,7 +6919,7 @@
|
|
6802
6919
|
"immutable": true,
|
6803
6920
|
"locationInModule": {
|
6804
6921
|
"filename": "src/types.ts",
|
6805
|
-
"line":
|
6922
|
+
"line": 720
|
6806
6923
|
},
|
6807
6924
|
"name": "functionSlots",
|
6808
6925
|
"type": {
|
@@ -6836,7 +6953,7 @@
|
|
6836
6953
|
"immutable": true,
|
6837
6954
|
"locationInModule": {
|
6838
6955
|
"filename": "src/types.ts",
|
6839
|
-
"line":
|
6956
|
+
"line": 714
|
6840
6957
|
},
|
6841
6958
|
"name": "schema",
|
6842
6959
|
"type": {
|
@@ -6853,7 +6970,7 @@
|
|
6853
6970
|
"immutable": true,
|
6854
6971
|
"locationInModule": {
|
6855
6972
|
"filename": "src/types.ts",
|
6856
|
-
"line":
|
6973
|
+
"line": 740
|
6857
6974
|
},
|
6858
6975
|
"name": "customSqlDataSourceStrategies",
|
6859
6976
|
"optional": true,
|
@@ -6877,7 +6994,7 @@
|
|
6877
6994
|
"immutable": true,
|
6878
6995
|
"locationInModule": {
|
6879
6996
|
"filename": "src/types.ts",
|
6880
|
-
"line":
|
6997
|
+
"line": 728
|
6881
6998
|
},
|
6882
6999
|
"name": "referencedLambdaFunctions",
|
6883
7000
|
"optional": true,
|
@@ -6903,7 +7020,7 @@
|
|
6903
7020
|
"kind": "interface",
|
6904
7021
|
"locationInModule": {
|
6905
7022
|
"filename": "src/types.ts",
|
6906
|
-
"line":
|
7023
|
+
"line": 748
|
6907
7024
|
},
|
6908
7025
|
"name": "IBackendOutputEntry",
|
6909
7026
|
"properties": [
|
@@ -6916,7 +7033,7 @@
|
|
6916
7033
|
"immutable": true,
|
6917
7034
|
"locationInModule": {
|
6918
7035
|
"filename": "src/types.ts",
|
6919
|
-
"line":
|
7036
|
+
"line": 757
|
6920
7037
|
},
|
6921
7038
|
"name": "payload",
|
6922
7039
|
"type": {
|
@@ -6937,7 +7054,7 @@
|
|
6937
7054
|
"immutable": true,
|
6938
7055
|
"locationInModule": {
|
6939
7056
|
"filename": "src/types.ts",
|
6940
|
-
"line":
|
7057
|
+
"line": 752
|
6941
7058
|
},
|
6942
7059
|
"name": "version",
|
6943
7060
|
"type": {
|
@@ -6957,7 +7074,7 @@
|
|
6957
7074
|
"kind": "interface",
|
6958
7075
|
"locationInModule": {
|
6959
7076
|
"filename": "src/types.ts",
|
6960
|
-
"line":
|
7077
|
+
"line": 765
|
6961
7078
|
},
|
6962
7079
|
"methods": [
|
6963
7080
|
{
|
@@ -6968,7 +7085,7 @@
|
|
6968
7085
|
},
|
6969
7086
|
"locationInModule": {
|
6970
7087
|
"filename": "src/types.ts",
|
6971
|
-
"line":
|
7088
|
+
"line": 772
|
6972
7089
|
},
|
6973
7090
|
"name": "addBackendOutputEntry",
|
6974
7091
|
"parameters": [
|
@@ -7007,7 +7124,7 @@
|
|
7007
7124
|
"kind": "interface",
|
7008
7125
|
"locationInModule": {
|
7009
7126
|
"filename": "src/types.ts",
|
7010
|
-
"line":
|
7127
|
+
"line": 120
|
7011
7128
|
},
|
7012
7129
|
"name": "IdentityPoolAuthorizationConfig",
|
7013
7130
|
"properties": [
|
@@ -7020,7 +7137,7 @@
|
|
7020
7137
|
"immutable": true,
|
7021
7138
|
"locationInModule": {
|
7022
7139
|
"filename": "src/types.ts",
|
7023
|
-
"line":
|
7140
|
+
"line": 130
|
7024
7141
|
},
|
7025
7142
|
"name": "authenticatedUserRole",
|
7026
7143
|
"type": {
|
@@ -7037,7 +7154,7 @@
|
|
7037
7154
|
"immutable": true,
|
7038
7155
|
"locationInModule": {
|
7039
7156
|
"filename": "src/types.ts",
|
7040
|
-
"line":
|
7157
|
+
"line": 125
|
7041
7158
|
},
|
7042
7159
|
"name": "identityPoolId",
|
7043
7160
|
"type": {
|
@@ -7053,7 +7170,7 @@
|
|
7053
7170
|
"immutable": true,
|
7054
7171
|
"locationInModule": {
|
7055
7172
|
"filename": "src/types.ts",
|
7056
|
-
"line":
|
7173
|
+
"line": 135
|
7057
7174
|
},
|
7058
7175
|
"name": "unauthenticatedUserRole",
|
7059
7176
|
"type": {
|
@@ -7138,7 +7255,7 @@
|
|
7138
7255
|
"kind": "interface",
|
7139
7256
|
"locationInModule": {
|
7140
7257
|
"filename": "src/types.ts",
|
7141
|
-
"line":
|
7258
|
+
"line": 207
|
7142
7259
|
},
|
7143
7260
|
"name": "LambdaAuthorizationConfig",
|
7144
7261
|
"properties": [
|
@@ -7151,7 +7268,7 @@
|
|
7151
7268
|
"immutable": true,
|
7152
7269
|
"locationInModule": {
|
7153
7270
|
"filename": "src/types.ts",
|
7154
|
-
"line":
|
7271
|
+
"line": 211
|
7155
7272
|
},
|
7156
7273
|
"name": "function",
|
7157
7274
|
"type": {
|
@@ -7167,7 +7284,7 @@
|
|
7167
7284
|
"immutable": true,
|
7168
7285
|
"locationInModule": {
|
7169
7286
|
"filename": "src/types.ts",
|
7170
|
-
"line":
|
7287
|
+
"line": 216
|
7171
7288
|
},
|
7172
7289
|
"name": "ttl",
|
7173
7290
|
"type": {
|
@@ -7177,6 +7294,83 @@
|
|
7177
7294
|
],
|
7178
7295
|
"symbolId": "src/types:LambdaAuthorizationConfig"
|
7179
7296
|
},
|
7297
|
+
"@aws-amplify/graphql-api-construct.LogConfig": {
|
7298
|
+
"assembly": "@aws-amplify/graphql-api-construct",
|
7299
|
+
"datatype": true,
|
7300
|
+
"docs": {
|
7301
|
+
"default": "excludeVerboseContent: true, fieldLogLevel: FieldLogLevel.NONE, retention: RetentionDays.ONE_WEEK",
|
7302
|
+
"remarks": "**WARNING**: Verbose logging will log the full incoming query including user parameters.\nSensitive information may be exposed in CloudWatch logs. Ensure that your IAM policies only grant access to authorized users.\n\nFor information on LogConfig, refer to https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html.\nFor information on RetentionDays, refer to https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_logs.RetentionDays.html.",
|
7303
|
+
"stability": "stable",
|
7304
|
+
"summary": "Customizable logging configuration when writing GraphQL operations and tracing to Amazon CloudWatch for an AWS AppSync GraphQL API."
|
7305
|
+
},
|
7306
|
+
"fqn": "@aws-amplify/graphql-api-construct.LogConfig",
|
7307
|
+
"kind": "interface",
|
7308
|
+
"locationInModule": {
|
7309
|
+
"filename": "src/log-config-types.ts",
|
7310
|
+
"line": 18
|
7311
|
+
},
|
7312
|
+
"name": "LogConfig",
|
7313
|
+
"properties": [
|
7314
|
+
{
|
7315
|
+
"abstract": true,
|
7316
|
+
"docs": {
|
7317
|
+
"default": "true",
|
7318
|
+
"remarks": "**WARNING**: Verbose logging will log the full incoming query including user parameters.\nSensitive information may be exposed in CloudWatch logs. Ensure that your IAM policies only grant access to authorized users.",
|
7319
|
+
"stability": "stable",
|
7320
|
+
"summary": "When set to `true`, excludes verbose information from the logs, such as: - GraphQL Query - Request Headers - Response Headers - Context - Evaluated Mapping Templates This setting applies regardless of the specified logging level."
|
7321
|
+
},
|
7322
|
+
"immutable": true,
|
7323
|
+
"locationInModule": {
|
7324
|
+
"filename": "src/log-config-types.ts",
|
7325
|
+
"line": 42
|
7326
|
+
},
|
7327
|
+
"name": "excludeVerboseContent",
|
7328
|
+
"optional": true,
|
7329
|
+
"type": {
|
7330
|
+
"primitive": "boolean"
|
7331
|
+
}
|
7332
|
+
},
|
7333
|
+
{
|
7334
|
+
"abstract": true,
|
7335
|
+
"docs": {
|
7336
|
+
"default": "FieldLogLevel.NONE",
|
7337
|
+
"remarks": "- **NONE**: No field-level logs are captured.\n- **ERROR**: Logs the following information only for the fields that are in the error category:\n - The error section in the server response.\n - Field-level errors.\n - The generated request/response functions that got resolved for error fields.\n- **INFO**: Logs the following information only for the fields that are in the info and error categories:\n - Info-level messages.\n - The user messages sent through `$util.log.info` and `console.log`.\n - Field-level tracing and mapping logs are not shown.\n- **DEBUG**: Logs the following information only for the fields that are in the debug, info, and error categories:\n - Debug-level messages.\n - The user messages sent through `$util.log.info`, `$util.log.debug`, `console.log`, and `console.debug`.\n - Field-level tracing and mapping logs are not shown.\n- **ALL**: The following information is logged for all fields in the query:\n - Field-level tracing information.\n - The generated request/response functions that were resolved for each field.",
|
7338
|
+
"stability": "stable",
|
7339
|
+
"summary": "The field logging level. Values can be `NONE`, `ERROR`, `INFO`, `DEBUG`, or `ALL`."
|
7340
|
+
},
|
7341
|
+
"immutable": true,
|
7342
|
+
"locationInModule": {
|
7343
|
+
"filename": "src/log-config-types.ts",
|
7344
|
+
"line": 66
|
7345
|
+
},
|
7346
|
+
"name": "fieldLogLevel",
|
7347
|
+
"optional": true,
|
7348
|
+
"type": {
|
7349
|
+
"fqn": "aws-cdk-lib.aws_appsync.FieldLogLevel"
|
7350
|
+
}
|
7351
|
+
},
|
7352
|
+
{
|
7353
|
+
"abstract": true,
|
7354
|
+
"docs": {
|
7355
|
+
"default": "RetentionDays.ONE_WEEK",
|
7356
|
+
"see": "https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_logs.RetentionDays.html",
|
7357
|
+
"stability": "stable",
|
7358
|
+
"summary": "The number of days log events are kept in CloudWatch Logs."
|
7359
|
+
},
|
7360
|
+
"immutable": true,
|
7361
|
+
"locationInModule": {
|
7362
|
+
"filename": "src/log-config-types.ts",
|
7363
|
+
"line": 25
|
7364
|
+
},
|
7365
|
+
"name": "retention",
|
7366
|
+
"optional": true,
|
7367
|
+
"type": {
|
7368
|
+
"fqn": "aws-cdk-lib.aws_logs.RetentionDays"
|
7369
|
+
}
|
7370
|
+
}
|
7371
|
+
],
|
7372
|
+
"symbolId": "src/log-config-types:LogConfig"
|
7373
|
+
},
|
7180
7374
|
"@aws-amplify/graphql-api-construct.MutationFunctionSlot": {
|
7181
7375
|
"assembly": "@aws-amplify/graphql-api-construct",
|
7182
7376
|
"datatype": true,
|
@@ -7191,7 +7385,7 @@
|
|
7191
7385
|
"kind": "interface",
|
7192
7386
|
"locationInModule": {
|
7193
7387
|
"filename": "src/types.ts",
|
7194
|
-
"line":
|
7388
|
+
"line": 422
|
7195
7389
|
},
|
7196
7390
|
"name": "MutationFunctionSlot",
|
7197
7391
|
"properties": [
|
@@ -7205,7 +7399,7 @@
|
|
7205
7399
|
"immutable": true,
|
7206
7400
|
"locationInModule": {
|
7207
7401
|
"filename": "src/types.ts",
|
7208
|
-
"line":
|
7402
|
+
"line": 432
|
7209
7403
|
},
|
7210
7404
|
"name": "slotName",
|
7211
7405
|
"type": {
|
@@ -7221,7 +7415,7 @@
|
|
7221
7415
|
"immutable": true,
|
7222
7416
|
"locationInModule": {
|
7223
7417
|
"filename": "src/types.ts",
|
7224
|
-
"line":
|
7418
|
+
"line": 426
|
7225
7419
|
},
|
7226
7420
|
"name": "typeName",
|
7227
7421
|
"type": {
|
@@ -7242,7 +7436,7 @@
|
|
7242
7436
|
"kind": "interface",
|
7243
7437
|
"locationInModule": {
|
7244
7438
|
"filename": "src/types.ts",
|
7245
|
-
"line":
|
7439
|
+
"line": 155
|
7246
7440
|
},
|
7247
7441
|
"name": "OIDCAuthorizationConfig",
|
7248
7442
|
"properties": [
|
@@ -7255,7 +7449,7 @@
|
|
7255
7449
|
"immutable": true,
|
7256
7450
|
"locationInModule": {
|
7257
7451
|
"filename": "src/types.ts",
|
7258
|
-
"line":
|
7452
|
+
"line": 164
|
7259
7453
|
},
|
7260
7454
|
"name": "oidcIssuerUrl",
|
7261
7455
|
"type": {
|
@@ -7271,7 +7465,7 @@
|
|
7271
7465
|
"immutable": true,
|
7272
7466
|
"locationInModule": {
|
7273
7467
|
"filename": "src/types.ts",
|
7274
|
-
"line":
|
7468
|
+
"line": 159
|
7275
7469
|
},
|
7276
7470
|
"name": "oidcProviderName",
|
7277
7471
|
"type": {
|
@@ -7288,7 +7482,7 @@
|
|
7288
7482
|
"immutable": true,
|
7289
7483
|
"locationInModule": {
|
7290
7484
|
"filename": "src/types.ts",
|
7291
|
-
"line":
|
7485
|
+
"line": 176
|
7292
7486
|
},
|
7293
7487
|
"name": "tokenExpiryFromAuth",
|
7294
7488
|
"type": {
|
@@ -7305,7 +7499,7 @@
|
|
7305
7499
|
"immutable": true,
|
7306
7500
|
"locationInModule": {
|
7307
7501
|
"filename": "src/types.ts",
|
7308
|
-
"line":
|
7502
|
+
"line": 182
|
7309
7503
|
},
|
7310
7504
|
"name": "tokenExpiryFromIssue",
|
7311
7505
|
"type": {
|
@@ -7322,7 +7516,7 @@
|
|
7322
7516
|
"immutable": true,
|
7323
7517
|
"locationInModule": {
|
7324
7518
|
"filename": "src/types.ts",
|
7325
|
-
"line":
|
7519
|
+
"line": 170
|
7326
7520
|
},
|
7327
7521
|
"name": "clientId",
|
7328
7522
|
"optional": true,
|
@@ -7347,7 +7541,7 @@
|
|
7347
7541
|
"kind": "interface",
|
7348
7542
|
"locationInModule": {
|
7349
7543
|
"filename": "src/types.ts",
|
7350
|
-
"line":
|
7544
|
+
"line": 314
|
7351
7545
|
},
|
7352
7546
|
"name": "OptimisticConflictResolutionStrategy",
|
7353
7547
|
"properties": [
|
@@ -7361,7 +7555,7 @@
|
|
7361
7555
|
"immutable": true,
|
7362
7556
|
"locationInModule": {
|
7363
7557
|
"filename": "src/types.ts",
|
7364
|
-
"line":
|
7558
|
+
"line": 319
|
7365
7559
|
},
|
7366
7560
|
"name": "handlerType",
|
7367
7561
|
"type": {
|
@@ -7382,7 +7576,7 @@
|
|
7382
7576
|
"kind": "interface",
|
7383
7577
|
"locationInModule": {
|
7384
7578
|
"filename": "src/types.ts",
|
7385
|
-
"line":
|
7579
|
+
"line": 589
|
7386
7580
|
},
|
7387
7581
|
"name": "PartialTranslationBehavior",
|
7388
7582
|
"properties": [
|
@@ -7397,7 +7591,7 @@
|
|
7397
7591
|
"immutable": true,
|
7398
7592
|
"locationInModule": {
|
7399
7593
|
"filename": "src/types.ts",
|
7400
|
-
"line":
|
7594
|
+
"line": 681
|
7401
7595
|
},
|
7402
7596
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
7403
7597
|
"optional": true,
|
@@ -7415,7 +7609,7 @@
|
|
7415
7609
|
"immutable": true,
|
7416
7610
|
"locationInModule": {
|
7417
7611
|
"filename": "src/types.ts",
|
7418
|
-
"line":
|
7612
|
+
"line": 601
|
7419
7613
|
},
|
7420
7614
|
"name": "disableResolverDeduping",
|
7421
7615
|
"optional": true,
|
@@ -7437,7 +7631,7 @@
|
|
7437
7631
|
"immutable": true,
|
7438
7632
|
"locationInModule": {
|
7439
7633
|
"filename": "src/types.ts",
|
7440
|
-
"line":
|
7634
|
+
"line": 646
|
7441
7635
|
},
|
7442
7636
|
"name": "enableAutoIndexQueryNames",
|
7443
7637
|
"optional": true,
|
@@ -7456,7 +7650,7 @@
|
|
7456
7650
|
"immutable": true,
|
7457
7651
|
"locationInModule": {
|
7458
7652
|
"filename": "src/types.ts",
|
7459
|
-
"line":
|
7653
|
+
"line": 661
|
7460
7654
|
},
|
7461
7655
|
"name": "enableSearchNodeToNodeEncryption",
|
7462
7656
|
"optional": true,
|
@@ -7474,7 +7668,7 @@
|
|
7474
7668
|
"immutable": true,
|
7475
7669
|
"locationInModule": {
|
7476
7670
|
"filename": "src/types.ts",
|
7477
|
-
"line":
|
7671
|
+
"line": 667
|
7478
7672
|
},
|
7479
7673
|
"name": "enableTransformerCfnOutputs",
|
7480
7674
|
"optional": true,
|
@@ -7492,7 +7686,7 @@
|
|
7492
7686
|
"immutable": true,
|
7493
7687
|
"locationInModule": {
|
7494
7688
|
"filename": "src/types.ts",
|
7495
|
-
"line":
|
7689
|
+
"line": 626
|
7496
7690
|
},
|
7497
7691
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
7498
7692
|
"optional": true,
|
@@ -7511,7 +7705,7 @@
|
|
7511
7705
|
"immutable": true,
|
7512
7706
|
"locationInModule": {
|
7513
7707
|
"filename": "src/types.ts",
|
7514
|
-
"line":
|
7708
|
+
"line": 691
|
7515
7709
|
},
|
7516
7710
|
"name": "replaceTableUponGsiUpdate",
|
7517
7711
|
"optional": true,
|
@@ -7529,7 +7723,7 @@
|
|
7529
7723
|
"immutable": true,
|
7530
7724
|
"locationInModule": {
|
7531
7725
|
"filename": "src/types.ts",
|
7532
|
-
"line":
|
7726
|
+
"line": 652
|
7533
7727
|
},
|
7534
7728
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
7535
7729
|
"optional": true,
|
@@ -7547,7 +7741,7 @@
|
|
7547
7741
|
"immutable": true,
|
7548
7742
|
"locationInModule": {
|
7549
7743
|
"filename": "src/types.ts",
|
7550
|
-
"line":
|
7744
|
+
"line": 607
|
7551
7745
|
},
|
7552
7746
|
"name": "sandboxModeEnabled",
|
7553
7747
|
"optional": true,
|
@@ -7568,7 +7762,7 @@
|
|
7568
7762
|
"immutable": true,
|
7569
7763
|
"locationInModule": {
|
7570
7764
|
"filename": "src/types.ts",
|
7571
|
-
"line":
|
7765
|
+
"line": 639
|
7572
7766
|
},
|
7573
7767
|
"name": "secondaryKeyAsGSI",
|
7574
7768
|
"optional": true,
|
@@ -7589,7 +7783,7 @@
|
|
7589
7783
|
"immutable": true,
|
7590
7784
|
"locationInModule": {
|
7591
7785
|
"filename": "src/types.ts",
|
7592
|
-
"line":
|
7786
|
+
"line": 594
|
7593
7787
|
},
|
7594
7788
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
7595
7789
|
"optional": true,
|
@@ -7607,7 +7801,7 @@
|
|
7607
7801
|
"immutable": true,
|
7608
7802
|
"locationInModule": {
|
7609
7803
|
"filename": "src/types.ts",
|
7610
|
-
"line":
|
7804
|
+
"line": 620
|
7611
7805
|
},
|
7612
7806
|
"name": "subscriptionsInheritPrimaryAuth",
|
7613
7807
|
"optional": true,
|
@@ -7626,7 +7820,7 @@
|
|
7626
7820
|
"immutable": true,
|
7627
7821
|
"locationInModule": {
|
7628
7822
|
"filename": "src/types.ts",
|
7629
|
-
"line":
|
7823
|
+
"line": 633
|
7630
7824
|
},
|
7631
7825
|
"name": "suppressApiKeyGeneration",
|
7632
7826
|
"optional": true,
|
@@ -7644,7 +7838,7 @@
|
|
7644
7838
|
"immutable": true,
|
7645
7839
|
"locationInModule": {
|
7646
7840
|
"filename": "src/types.ts",
|
7647
|
-
"line":
|
7841
|
+
"line": 614
|
7648
7842
|
},
|
7649
7843
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
7650
7844
|
"optional": true,
|
@@ -7754,7 +7948,7 @@
|
|
7754
7948
|
"kind": "interface",
|
7755
7949
|
"locationInModule": {
|
7756
7950
|
"filename": "src/types.ts",
|
7757
|
-
"line":
|
7951
|
+
"line": 440
|
7758
7952
|
},
|
7759
7953
|
"name": "QueryFunctionSlot",
|
7760
7954
|
"properties": [
|
@@ -7768,7 +7962,7 @@
|
|
7768
7962
|
"immutable": true,
|
7769
7963
|
"locationInModule": {
|
7770
7964
|
"filename": "src/types.ts",
|
7771
|
-
"line":
|
7965
|
+
"line": 450
|
7772
7966
|
},
|
7773
7967
|
"name": "slotName",
|
7774
7968
|
"type": {
|
@@ -7784,7 +7978,7 @@
|
|
7784
7978
|
"immutable": true,
|
7785
7979
|
"locationInModule": {
|
7786
7980
|
"filename": "src/types.ts",
|
7787
|
-
"line":
|
7981
|
+
"line": 444
|
7788
7982
|
},
|
7789
7983
|
"name": "typeName",
|
7790
7984
|
"type": {
|
@@ -7794,6 +7988,184 @@
|
|
7794
7988
|
],
|
7795
7989
|
"symbolId": "src/types:QueryFunctionSlot"
|
7796
7990
|
},
|
7991
|
+
"@aws-amplify/graphql-api-construct.RetentionDays": {
|
7992
|
+
"assembly": "@aws-amplify/graphql-api-construct",
|
7993
|
+
"docs": {
|
7994
|
+
"stability": "stable",
|
7995
|
+
"summary": "How long, in days, the log contents will be retained."
|
7996
|
+
},
|
7997
|
+
"fqn": "@aws-amplify/graphql-api-construct.RetentionDays",
|
7998
|
+
"kind": "enum",
|
7999
|
+
"locationInModule": {
|
8000
|
+
"filename": "../../node_modules/aws-cdk-lib/aws-logs/lib/log-group.d.ts",
|
8001
|
+
"line": 238
|
8002
|
+
},
|
8003
|
+
"members": [
|
8004
|
+
{
|
8005
|
+
"docs": {
|
8006
|
+
"stability": "stable",
|
8007
|
+
"summary": "1 day."
|
8008
|
+
},
|
8009
|
+
"name": "ONE_DAY"
|
8010
|
+
},
|
8011
|
+
{
|
8012
|
+
"docs": {
|
8013
|
+
"stability": "stable",
|
8014
|
+
"summary": "3 days."
|
8015
|
+
},
|
8016
|
+
"name": "THREE_DAYS"
|
8017
|
+
},
|
8018
|
+
{
|
8019
|
+
"docs": {
|
8020
|
+
"stability": "stable",
|
8021
|
+
"summary": "5 days."
|
8022
|
+
},
|
8023
|
+
"name": "FIVE_DAYS"
|
8024
|
+
},
|
8025
|
+
{
|
8026
|
+
"docs": {
|
8027
|
+
"stability": "stable",
|
8028
|
+
"summary": "1 week."
|
8029
|
+
},
|
8030
|
+
"name": "ONE_WEEK"
|
8031
|
+
},
|
8032
|
+
{
|
8033
|
+
"docs": {
|
8034
|
+
"stability": "stable",
|
8035
|
+
"summary": "2 weeks."
|
8036
|
+
},
|
8037
|
+
"name": "TWO_WEEKS"
|
8038
|
+
},
|
8039
|
+
{
|
8040
|
+
"docs": {
|
8041
|
+
"stability": "stable",
|
8042
|
+
"summary": "1 month."
|
8043
|
+
},
|
8044
|
+
"name": "ONE_MONTH"
|
8045
|
+
},
|
8046
|
+
{
|
8047
|
+
"docs": {
|
8048
|
+
"stability": "stable",
|
8049
|
+
"summary": "2 months."
|
8050
|
+
},
|
8051
|
+
"name": "TWO_MONTHS"
|
8052
|
+
},
|
8053
|
+
{
|
8054
|
+
"docs": {
|
8055
|
+
"stability": "stable",
|
8056
|
+
"summary": "3 months."
|
8057
|
+
},
|
8058
|
+
"name": "THREE_MONTHS"
|
8059
|
+
},
|
8060
|
+
{
|
8061
|
+
"docs": {
|
8062
|
+
"stability": "stable",
|
8063
|
+
"summary": "4 months."
|
8064
|
+
},
|
8065
|
+
"name": "FOUR_MONTHS"
|
8066
|
+
},
|
8067
|
+
{
|
8068
|
+
"docs": {
|
8069
|
+
"stability": "stable",
|
8070
|
+
"summary": "5 months."
|
8071
|
+
},
|
8072
|
+
"name": "FIVE_MONTHS"
|
8073
|
+
},
|
8074
|
+
{
|
8075
|
+
"docs": {
|
8076
|
+
"stability": "stable",
|
8077
|
+
"summary": "6 months."
|
8078
|
+
},
|
8079
|
+
"name": "SIX_MONTHS"
|
8080
|
+
},
|
8081
|
+
{
|
8082
|
+
"docs": {
|
8083
|
+
"stability": "stable",
|
8084
|
+
"summary": "1 year."
|
8085
|
+
},
|
8086
|
+
"name": "ONE_YEAR"
|
8087
|
+
},
|
8088
|
+
{
|
8089
|
+
"docs": {
|
8090
|
+
"stability": "stable",
|
8091
|
+
"summary": "13 months."
|
8092
|
+
},
|
8093
|
+
"name": "THIRTEEN_MONTHS"
|
8094
|
+
},
|
8095
|
+
{
|
8096
|
+
"docs": {
|
8097
|
+
"stability": "stable",
|
8098
|
+
"summary": "18 months."
|
8099
|
+
},
|
8100
|
+
"name": "EIGHTEEN_MONTHS"
|
8101
|
+
},
|
8102
|
+
{
|
8103
|
+
"docs": {
|
8104
|
+
"stability": "stable",
|
8105
|
+
"summary": "2 years."
|
8106
|
+
},
|
8107
|
+
"name": "TWO_YEARS"
|
8108
|
+
},
|
8109
|
+
{
|
8110
|
+
"docs": {
|
8111
|
+
"stability": "stable",
|
8112
|
+
"summary": "3 years."
|
8113
|
+
},
|
8114
|
+
"name": "THREE_YEARS"
|
8115
|
+
},
|
8116
|
+
{
|
8117
|
+
"docs": {
|
8118
|
+
"stability": "stable",
|
8119
|
+
"summary": "5 years."
|
8120
|
+
},
|
8121
|
+
"name": "FIVE_YEARS"
|
8122
|
+
},
|
8123
|
+
{
|
8124
|
+
"docs": {
|
8125
|
+
"stability": "stable",
|
8126
|
+
"summary": "6 years."
|
8127
|
+
},
|
8128
|
+
"name": "SIX_YEARS"
|
8129
|
+
},
|
8130
|
+
{
|
8131
|
+
"docs": {
|
8132
|
+
"stability": "stable",
|
8133
|
+
"summary": "7 years."
|
8134
|
+
},
|
8135
|
+
"name": "SEVEN_YEARS"
|
8136
|
+
},
|
8137
|
+
{
|
8138
|
+
"docs": {
|
8139
|
+
"stability": "stable",
|
8140
|
+
"summary": "8 years."
|
8141
|
+
},
|
8142
|
+
"name": "EIGHT_YEARS"
|
8143
|
+
},
|
8144
|
+
{
|
8145
|
+
"docs": {
|
8146
|
+
"stability": "stable",
|
8147
|
+
"summary": "9 years."
|
8148
|
+
},
|
8149
|
+
"name": "NINE_YEARS"
|
8150
|
+
},
|
8151
|
+
{
|
8152
|
+
"docs": {
|
8153
|
+
"stability": "stable",
|
8154
|
+
"summary": "10 years."
|
8155
|
+
},
|
8156
|
+
"name": "TEN_YEARS"
|
8157
|
+
},
|
8158
|
+
{
|
8159
|
+
"docs": {
|
8160
|
+
"stability": "stable",
|
8161
|
+
"summary": "Retain logs forever."
|
8162
|
+
},
|
8163
|
+
"name": "INFINITE"
|
8164
|
+
}
|
8165
|
+
],
|
8166
|
+
"name": "RetentionDays",
|
8167
|
+
"symbolId": "aws-logs/lib/log-group:RetentionDays"
|
8168
|
+
},
|
7797
8169
|
"@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy": {
|
7798
8170
|
"assembly": "@aws-amplify/graphql-api-construct",
|
7799
8171
|
"datatype": true,
|
@@ -8560,7 +8932,7 @@
|
|
8560
8932
|
"kind": "interface",
|
8561
8933
|
"locationInModule": {
|
8562
8934
|
"filename": "src/types.ts",
|
8563
|
-
"line":
|
8935
|
+
"line": 458
|
8564
8936
|
},
|
8565
8937
|
"name": "SubscriptionFunctionSlot",
|
8566
8938
|
"properties": [
|
@@ -8574,7 +8946,7 @@
|
|
8574
8946
|
"immutable": true,
|
8575
8947
|
"locationInModule": {
|
8576
8948
|
"filename": "src/types.ts",
|
8577
|
-
"line":
|
8949
|
+
"line": 468
|
8578
8950
|
},
|
8579
8951
|
"name": "slotName",
|
8580
8952
|
"type": {
|
@@ -8590,7 +8962,7 @@
|
|
8590
8962
|
"immutable": true,
|
8591
8963
|
"locationInModule": {
|
8592
8964
|
"filename": "src/types.ts",
|
8593
|
-
"line":
|
8965
|
+
"line": 462
|
8594
8966
|
},
|
8595
8967
|
"name": "typeName",
|
8596
8968
|
"type": {
|
@@ -8663,7 +9035,7 @@
|
|
8663
9035
|
"kind": "interface",
|
8664
9036
|
"locationInModule": {
|
8665
9037
|
"filename": "src/types.ts",
|
8666
|
-
"line":
|
9038
|
+
"line": 486
|
8667
9039
|
},
|
8668
9040
|
"name": "TranslationBehavior",
|
8669
9041
|
"properties": [
|
@@ -8678,7 +9050,7 @@
|
|
8678
9050
|
"immutable": true,
|
8679
9051
|
"locationInModule": {
|
8680
9052
|
"filename": "src/types.ts",
|
8681
|
-
"line":
|
9053
|
+
"line": 571
|
8682
9054
|
},
|
8683
9055
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
8684
9056
|
"type": {
|
@@ -8695,7 +9067,7 @@
|
|
8695
9067
|
"immutable": true,
|
8696
9068
|
"locationInModule": {
|
8697
9069
|
"filename": "src/types.ts",
|
8698
|
-
"line":
|
9070
|
+
"line": 498
|
8699
9071
|
},
|
8700
9072
|
"name": "disableResolverDeduping",
|
8701
9073
|
"type": {
|
@@ -8716,7 +9088,7 @@
|
|
8716
9088
|
"immutable": true,
|
8717
9089
|
"locationInModule": {
|
8718
9090
|
"filename": "src/types.ts",
|
8719
|
-
"line":
|
9091
|
+
"line": 543
|
8720
9092
|
},
|
8721
9093
|
"name": "enableAutoIndexQueryNames",
|
8722
9094
|
"type": {
|
@@ -8731,7 +9103,7 @@
|
|
8731
9103
|
"immutable": true,
|
8732
9104
|
"locationInModule": {
|
8733
9105
|
"filename": "src/types.ts",
|
8734
|
-
"line":
|
9106
|
+
"line": 551
|
8735
9107
|
},
|
8736
9108
|
"name": "enableSearchNodeToNodeEncryption",
|
8737
9109
|
"type": {
|
@@ -8748,7 +9120,7 @@
|
|
8748
9120
|
"immutable": true,
|
8749
9121
|
"locationInModule": {
|
8750
9122
|
"filename": "src/types.ts",
|
8751
|
-
"line":
|
9123
|
+
"line": 557
|
8752
9124
|
},
|
8753
9125
|
"name": "enableTransformerCfnOutputs",
|
8754
9126
|
"type": {
|
@@ -8765,7 +9137,7 @@
|
|
8765
9137
|
"immutable": true,
|
8766
9138
|
"locationInModule": {
|
8767
9139
|
"filename": "src/types.ts",
|
8768
|
-
"line":
|
9140
|
+
"line": 523
|
8769
9141
|
},
|
8770
9142
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
8771
9143
|
"type": {
|
@@ -8783,7 +9155,7 @@
|
|
8783
9155
|
"immutable": true,
|
8784
9156
|
"locationInModule": {
|
8785
9157
|
"filename": "src/types.ts",
|
8786
|
-
"line":
|
9158
|
+
"line": 581
|
8787
9159
|
},
|
8788
9160
|
"name": "replaceTableUponGsiUpdate",
|
8789
9161
|
"type": {
|
@@ -8800,7 +9172,7 @@
|
|
8800
9172
|
"immutable": true,
|
8801
9173
|
"locationInModule": {
|
8802
9174
|
"filename": "src/types.ts",
|
8803
|
-
"line":
|
9175
|
+
"line": 549
|
8804
9176
|
},
|
8805
9177
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
8806
9178
|
"type": {
|
@@ -8817,7 +9189,7 @@
|
|
8817
9189
|
"immutable": true,
|
8818
9190
|
"locationInModule": {
|
8819
9191
|
"filename": "src/types.ts",
|
8820
|
-
"line":
|
9192
|
+
"line": 504
|
8821
9193
|
},
|
8822
9194
|
"name": "sandboxModeEnabled",
|
8823
9195
|
"type": {
|
@@ -8837,7 +9209,7 @@
|
|
8837
9209
|
"immutable": true,
|
8838
9210
|
"locationInModule": {
|
8839
9211
|
"filename": "src/types.ts",
|
8840
|
-
"line":
|
9212
|
+
"line": 536
|
8841
9213
|
},
|
8842
9214
|
"name": "secondaryKeyAsGSI",
|
8843
9215
|
"type": {
|
@@ -8857,7 +9229,7 @@
|
|
8857
9229
|
"immutable": true,
|
8858
9230
|
"locationInModule": {
|
8859
9231
|
"filename": "src/types.ts",
|
8860
|
-
"line":
|
9232
|
+
"line": 491
|
8861
9233
|
},
|
8862
9234
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
8863
9235
|
"type": {
|
@@ -8874,7 +9246,7 @@
|
|
8874
9246
|
"immutable": true,
|
8875
9247
|
"locationInModule": {
|
8876
9248
|
"filename": "src/types.ts",
|
8877
|
-
"line":
|
9249
|
+
"line": 517
|
8878
9250
|
},
|
8879
9251
|
"name": "subscriptionsInheritPrimaryAuth",
|
8880
9252
|
"type": {
|
@@ -8892,7 +9264,7 @@
|
|
8892
9264
|
"immutable": true,
|
8893
9265
|
"locationInModule": {
|
8894
9266
|
"filename": "src/types.ts",
|
8895
|
-
"line":
|
9267
|
+
"line": 530
|
8896
9268
|
},
|
8897
9269
|
"name": "suppressApiKeyGeneration",
|
8898
9270
|
"type": {
|
@@ -8909,7 +9281,7 @@
|
|
8909
9281
|
"immutable": true,
|
8910
9282
|
"locationInModule": {
|
8911
9283
|
"filename": "src/types.ts",
|
8912
|
-
"line":
|
9284
|
+
"line": 511
|
8913
9285
|
},
|
8914
9286
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
8915
9287
|
"type": {
|
@@ -8930,7 +9302,7 @@
|
|
8930
9302
|
"kind": "interface",
|
8931
9303
|
"locationInModule": {
|
8932
9304
|
"filename": "src/types.ts",
|
8933
|
-
"line":
|
9305
|
+
"line": 143
|
8934
9306
|
},
|
8935
9307
|
"name": "UserPoolAuthorizationConfig",
|
8936
9308
|
"properties": [
|
@@ -8943,7 +9315,7 @@
|
|
8943
9315
|
"immutable": true,
|
8944
9316
|
"locationInModule": {
|
8945
9317
|
"filename": "src/types.ts",
|
8946
|
-
"line":
|
9318
|
+
"line": 147
|
8947
9319
|
},
|
8948
9320
|
"name": "userPool",
|
8949
9321
|
"type": {
|
@@ -9031,6 +9403,6 @@
|
|
9031
9403
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
9032
9404
|
}
|
9033
9405
|
},
|
9034
|
-
"version": "1.18.
|
9035
|
-
"fingerprint": "
|
9406
|
+
"version": "1.18.4",
|
9407
|
+
"fingerprint": "Hj/5jtHKKfjFmBoKfRl+/sncvy00a2l+tPa17kIzFeo="
|
9036
9408
|
}
|