@aws-amplify/graphql-api-construct 1.11.6-sandbox-hotswap.1 → 1.11.7
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 +261 -107
- package/API.md +0 -4
- package/CHANGELOG.md +5 -5
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +4 -8
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/internal/default-parameters.js +1 -2
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/lib/types.d.ts +0 -32
- package/lib/types.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +9 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +18 -16
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +9 -1
- package/node_modules/@aws-amplify/graphql-default-value-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +12 -10
- package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-directives/package.json +3 -2
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +9 -1
- package/node_modules/@aws-amplify/graphql-function-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +12 -10
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +9 -1
- package/node_modules/@aws-amplify/graphql-http-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +12 -10
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +9 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +13 -11
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +9 -1
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/LICENSE +201 -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 +16 -14
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +9 -3
- package/node_modules/@aws-amplify/graphql-model-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +12 -10
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +13 -1
- package/node_modules/@aws-amplify/graphql-predictions-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js +3 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +12 -10
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +13 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +12 -10
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js +13 -11
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js +13 -11
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js +4 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +14 -12
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +13 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js +3 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +13 -11
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +9 -1
- package/node_modules/@aws-amplify/graphql-sql-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +13 -11
- package/node_modules/@aws-amplify/graphql-transformer/API.md +0 -1
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +13 -1
- package/node_modules/@aws-amplify/graphql-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +0 -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 +3 -4
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/package.json +20 -17
- package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +3 -6
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +9 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts +5 -11
- 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 +6 -31
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +10 -8
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +3 -8
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +9 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts +2 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +6 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/graphql-api-provider.ts +2 -10
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/index.ts +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/graphql-mapping-template/CHANGELOG.md +8 -0
- package/node_modules/graphql-mapping-template/package.json +3 -2
- package/node_modules/graphql-transformer-common/CHANGELOG.md +8 -0
- package/node_modules/graphql-transformer-common/package.json +4 -3
- package/package.json +22 -22
- package/src/amplify-graphql-api.ts +2 -7
- package/src/internal/default-parameters.ts +0 -1
- package/src/types.ts +0 -34
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": "
|
|
12
|
-
"@aws-amplify/graphql-default-value-transformer": "
|
|
13
|
-
"@aws-amplify/graphql-directives": "
|
|
14
|
-
"@aws-amplify/graphql-function-transformer": "
|
|
15
|
-
"@aws-amplify/graphql-http-transformer": "
|
|
16
|
-
"@aws-amplify/graphql-index-transformer": "
|
|
17
|
-
"@aws-amplify/graphql-maps-to-transformer": "
|
|
18
|
-
"@aws-amplify/graphql-model-transformer": "
|
|
19
|
-
"@aws-amplify/graphql-predictions-transformer": "
|
|
20
|
-
"@aws-amplify/graphql-relational-transformer": "
|
|
21
|
-
"@aws-amplify/graphql-searchable-transformer": "
|
|
22
|
-
"@aws-amplify/graphql-sql-transformer": "0.
|
|
23
|
-
"@aws-amplify/graphql-transformer": "
|
|
24
|
-
"@aws-amplify/graphql-transformer-core": "
|
|
25
|
-
"@aws-amplify/graphql-transformer-interfaces": "
|
|
11
|
+
"@aws-amplify/graphql-auth-transformer": "4.0.1",
|
|
12
|
+
"@aws-amplify/graphql-default-value-transformer": "3.0.1",
|
|
13
|
+
"@aws-amplify/graphql-directives": "2.0.0",
|
|
14
|
+
"@aws-amplify/graphql-function-transformer": "3.0.1",
|
|
15
|
+
"@aws-amplify/graphql-http-transformer": "3.0.1",
|
|
16
|
+
"@aws-amplify/graphql-index-transformer": "3.0.1",
|
|
17
|
+
"@aws-amplify/graphql-maps-to-transformer": "4.0.1",
|
|
18
|
+
"@aws-amplify/graphql-model-transformer": "3.0.1",
|
|
19
|
+
"@aws-amplify/graphql-predictions-transformer": "3.0.1",
|
|
20
|
+
"@aws-amplify/graphql-relational-transformer": "3.0.1",
|
|
21
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.1",
|
|
22
|
+
"@aws-amplify/graphql-sql-transformer": "0.4.1",
|
|
23
|
+
"@aws-amplify/graphql-transformer": "2.0.1",
|
|
24
|
+
"@aws-amplify/graphql-transformer-core": "3.0.1",
|
|
25
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.0.1",
|
|
26
26
|
"@aws-amplify/platform-core": "^0.2.0",
|
|
27
27
|
"@aws-amplify/plugin-types": "^0.4.1",
|
|
28
28
|
"charenc": "^0.0.2",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"fs-extra": "^8.1.0",
|
|
31
31
|
"graceful-fs": "^4.2.11",
|
|
32
32
|
"graphql": "^15.5.0",
|
|
33
|
-
"graphql-mapping-template": "
|
|
34
|
-
"graphql-transformer-common": "
|
|
33
|
+
"graphql-mapping-template": "5.0.0",
|
|
34
|
+
"graphql-transformer-common": "5.0.0",
|
|
35
35
|
"hjson": "^3.2.2",
|
|
36
36
|
"immer": "^9.0.12",
|
|
37
37
|
"is-buffer": "^2.0.5",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"zod": "^3.22.3"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"aws-cdk-lib": "^2.
|
|
49
|
+
"aws-cdk-lib": "^2.152.0",
|
|
50
50
|
"constructs": "^10.3.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencyClosure": {
|
|
@@ -260,8 +260,32 @@
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
},
|
|
263
|
-
"aws-cdk-lib.aws_apigatewayv2_authorizers": {
|
|
264
|
-
|
|
263
|
+
"aws-cdk-lib.aws_apigatewayv2_authorizers": {
|
|
264
|
+
"targets": {
|
|
265
|
+
"dotnet": {
|
|
266
|
+
"namespace": "Amazon.CDK.AwsApigatewayv2Authorizers"
|
|
267
|
+
},
|
|
268
|
+
"java": {
|
|
269
|
+
"package": "software.amazon.awscdk.aws_apigatewayv2_authorizers"
|
|
270
|
+
},
|
|
271
|
+
"python": {
|
|
272
|
+
"module": "aws_cdk.aws_apigatewayv2_authorizers"
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"aws-cdk-lib.aws_apigatewayv2_integrations": {
|
|
277
|
+
"targets": {
|
|
278
|
+
"dotnet": {
|
|
279
|
+
"namespace": "Amazon.CDK.AwsApigatewayv2Integrations"
|
|
280
|
+
},
|
|
281
|
+
"java": {
|
|
282
|
+
"package": "software.amazon.awscdk.aws_apigatewayv2_integrations"
|
|
283
|
+
},
|
|
284
|
+
"python": {
|
|
285
|
+
"module": "aws_cdk.aws_apigatewayv2_integrations"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
265
289
|
"aws-cdk-lib.aws_appconfig": {
|
|
266
290
|
"targets": {
|
|
267
291
|
"dotnet": {
|
|
@@ -327,6 +351,19 @@
|
|
|
327
351
|
}
|
|
328
352
|
}
|
|
329
353
|
},
|
|
354
|
+
"aws-cdk-lib.aws_applicationsignals": {
|
|
355
|
+
"targets": {
|
|
356
|
+
"dotnet": {
|
|
357
|
+
"package": "Amazon.CDK.AWS.ApplicationSignals"
|
|
358
|
+
},
|
|
359
|
+
"java": {
|
|
360
|
+
"package": "software.amazon.awscdk.services.applicationsignals"
|
|
361
|
+
},
|
|
362
|
+
"python": {
|
|
363
|
+
"module": "aws_cdk.aws_applicationsignals"
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
},
|
|
330
367
|
"aws-cdk-lib.aws_appmesh": {
|
|
331
368
|
"targets": {
|
|
332
369
|
"dotnet": {
|
|
@@ -379,6 +416,19 @@
|
|
|
379
416
|
}
|
|
380
417
|
}
|
|
381
418
|
},
|
|
419
|
+
"aws-cdk-lib.aws_apptest": {
|
|
420
|
+
"targets": {
|
|
421
|
+
"dotnet": {
|
|
422
|
+
"package": "Amazon.CDK.AWS.AppTest"
|
|
423
|
+
},
|
|
424
|
+
"java": {
|
|
425
|
+
"package": "software.amazon.awscdk.services.apptest"
|
|
426
|
+
},
|
|
427
|
+
"python": {
|
|
428
|
+
"module": "aws_cdk.aws_apptest"
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
},
|
|
382
432
|
"aws-cdk-lib.aws_aps": {
|
|
383
433
|
"targets": {
|
|
384
434
|
"dotnet": {
|
|
@@ -535,10 +585,23 @@
|
|
|
535
585
|
}
|
|
536
586
|
}
|
|
537
587
|
},
|
|
588
|
+
"aws-cdk-lib.aws_bcmdataexports": {
|
|
589
|
+
"targets": {
|
|
590
|
+
"dotnet": {
|
|
591
|
+
"package": "Amazon.CDK.AWS.BCMDataExports"
|
|
592
|
+
},
|
|
593
|
+
"java": {
|
|
594
|
+
"package": "software.amazon.awscdk.services.bcmdataexports"
|
|
595
|
+
},
|
|
596
|
+
"python": {
|
|
597
|
+
"module": "aws_cdk.aws_bcmdataexports"
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
},
|
|
538
601
|
"aws-cdk-lib.aws_bedrock": {
|
|
539
602
|
"targets": {
|
|
540
603
|
"dotnet": {
|
|
541
|
-
"
|
|
604
|
+
"package": "Amazon.CDK.AWS.Bedrock"
|
|
542
605
|
},
|
|
543
606
|
"java": {
|
|
544
607
|
"package": "software.amazon.awscdk.services.bedrock"
|
|
@@ -639,6 +702,19 @@
|
|
|
639
702
|
}
|
|
640
703
|
}
|
|
641
704
|
},
|
|
705
|
+
"aws-cdk-lib.aws_cleanroomsml": {
|
|
706
|
+
"targets": {
|
|
707
|
+
"dotnet": {
|
|
708
|
+
"package": "Amazon.CDK.AWS.CleanRoomsML"
|
|
709
|
+
},
|
|
710
|
+
"java": {
|
|
711
|
+
"package": "software.amazon.awscdk.services.cleanroomsml"
|
|
712
|
+
},
|
|
713
|
+
"python": {
|
|
714
|
+
"module": "aws_cdk.aws_cleanroomsml"
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
},
|
|
642
718
|
"aws-cdk-lib.aws_cloud9": {
|
|
643
719
|
"targets": {
|
|
644
720
|
"dotnet": {
|
|
@@ -770,6 +846,19 @@
|
|
|
770
846
|
}
|
|
771
847
|
}
|
|
772
848
|
},
|
|
849
|
+
"aws-cdk-lib.aws_codeconnections": {
|
|
850
|
+
"targets": {
|
|
851
|
+
"dotnet": {
|
|
852
|
+
"package": "Amazon.CDK.AWS.CodeConnections"
|
|
853
|
+
},
|
|
854
|
+
"java": {
|
|
855
|
+
"package": "software.amazon.awscdk.services.codeconnections"
|
|
856
|
+
},
|
|
857
|
+
"python": {
|
|
858
|
+
"module": "aws_cdk.aws_codeconnections"
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
},
|
|
773
862
|
"aws-cdk-lib.aws_codedeploy": {
|
|
774
863
|
"targets": {
|
|
775
864
|
"dotnet": {
|
|
@@ -1043,6 +1132,19 @@
|
|
|
1043
1132
|
}
|
|
1044
1133
|
}
|
|
1045
1134
|
},
|
|
1135
|
+
"aws-cdk-lib.aws_deadline": {
|
|
1136
|
+
"targets": {
|
|
1137
|
+
"dotnet": {
|
|
1138
|
+
"package": "Amazon.CDK.AWS.Deadline"
|
|
1139
|
+
},
|
|
1140
|
+
"java": {
|
|
1141
|
+
"package": "software.amazon.awscdk.services.deadline"
|
|
1142
|
+
},
|
|
1143
|
+
"python": {
|
|
1144
|
+
"module": "aws_cdk.aws_deadline"
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1046
1148
|
"aws-cdk-lib.aws_detective": {
|
|
1047
1149
|
"targets": {
|
|
1048
1150
|
"dotnet": {
|
|
@@ -2564,6 +2666,19 @@
|
|
|
2564
2666
|
}
|
|
2565
2667
|
}
|
|
2566
2668
|
},
|
|
2669
|
+
"aws-cdk-lib.aws_paymentcryptography": {
|
|
2670
|
+
"targets": {
|
|
2671
|
+
"dotnet": {
|
|
2672
|
+
"package": "Amazon.CDK.AWS.PaymentCryptography"
|
|
2673
|
+
},
|
|
2674
|
+
"java": {
|
|
2675
|
+
"package": "software.amazon.awscdk.services.paymentcryptography"
|
|
2676
|
+
},
|
|
2677
|
+
"python": {
|
|
2678
|
+
"module": "aws_cdk.aws_paymentcryptography"
|
|
2679
|
+
}
|
|
2680
|
+
}
|
|
2681
|
+
},
|
|
2567
2682
|
"aws-cdk-lib.aws_pcaconnectorad": {
|
|
2568
2683
|
"targets": {
|
|
2569
2684
|
"dotnet": {
|
|
@@ -2642,6 +2757,19 @@
|
|
|
2642
2757
|
}
|
|
2643
2758
|
}
|
|
2644
2759
|
},
|
|
2760
|
+
"aws-cdk-lib.aws_qbusiness": {
|
|
2761
|
+
"targets": {
|
|
2762
|
+
"dotnet": {
|
|
2763
|
+
"package": "Amazon.CDK.AWS.QBusiness"
|
|
2764
|
+
},
|
|
2765
|
+
"java": {
|
|
2766
|
+
"package": "software.amazon.awscdk.services.qbusiness"
|
|
2767
|
+
},
|
|
2768
|
+
"python": {
|
|
2769
|
+
"module": "aws_cdk.aws_qbusiness"
|
|
2770
|
+
}
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2645
2773
|
"aws-cdk-lib.aws_qldb": {
|
|
2646
2774
|
"targets": {
|
|
2647
2775
|
"dotnet": {
|
|
@@ -2850,6 +2978,19 @@
|
|
|
2850
2978
|
}
|
|
2851
2979
|
}
|
|
2852
2980
|
},
|
|
2981
|
+
"aws-cdk-lib.aws_route53profiles": {
|
|
2982
|
+
"targets": {
|
|
2983
|
+
"dotnet": {
|
|
2984
|
+
"package": "Amazon.CDK.AWS.Route53Profiles"
|
|
2985
|
+
},
|
|
2986
|
+
"java": {
|
|
2987
|
+
"package": "software.amazon.awscdk.services.route53profiles"
|
|
2988
|
+
},
|
|
2989
|
+
"python": {
|
|
2990
|
+
"module": "aws_cdk.aws_route53profiles"
|
|
2991
|
+
}
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2853
2994
|
"aws-cdk-lib.aws_route53recoverycontrol": {
|
|
2854
2995
|
"targets": {
|
|
2855
2996
|
"dotnet": {
|
|
@@ -3071,6 +3212,19 @@
|
|
|
3071
3212
|
}
|
|
3072
3213
|
}
|
|
3073
3214
|
},
|
|
3215
|
+
"aws-cdk-lib.aws_securitylake": {
|
|
3216
|
+
"targets": {
|
|
3217
|
+
"dotnet": {
|
|
3218
|
+
"package": "Amazon.CDK.AWS.SecurityLake"
|
|
3219
|
+
},
|
|
3220
|
+
"java": {
|
|
3221
|
+
"package": "software.amazon.awscdk.services.securitylake"
|
|
3222
|
+
},
|
|
3223
|
+
"python": {
|
|
3224
|
+
"module": "aws_cdk.aws_securitylake"
|
|
3225
|
+
}
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3074
3228
|
"aws-cdk-lib.aws_servicecatalog": {
|
|
3075
3229
|
"targets": {
|
|
3076
3230
|
"dotnet": {
|
|
@@ -3734,7 +3888,7 @@
|
|
|
3734
3888
|
"kind": "interface",
|
|
3735
3889
|
"locationInModule": {
|
|
3736
3890
|
"filename": "src/types.ts",
|
|
3737
|
-
"line":
|
|
3891
|
+
"line": 868
|
|
3738
3892
|
},
|
|
3739
3893
|
"name": "AddFunctionProps",
|
|
3740
3894
|
"properties": [
|
|
@@ -3747,7 +3901,7 @@
|
|
|
3747
3901
|
"immutable": true,
|
|
3748
3902
|
"locationInModule": {
|
|
3749
3903
|
"filename": "src/types.ts",
|
|
3750
|
-
"line":
|
|
3904
|
+
"line": 872
|
|
3751
3905
|
},
|
|
3752
3906
|
"name": "dataSource",
|
|
3753
3907
|
"type": {
|
|
@@ -3763,7 +3917,7 @@
|
|
|
3763
3917
|
"immutable": true,
|
|
3764
3918
|
"locationInModule": {
|
|
3765
3919
|
"filename": "src/types.ts",
|
|
3766
|
-
"line":
|
|
3920
|
+
"line": 877
|
|
3767
3921
|
},
|
|
3768
3922
|
"name": "name",
|
|
3769
3923
|
"type": {
|
|
@@ -3780,7 +3934,7 @@
|
|
|
3780
3934
|
"immutable": true,
|
|
3781
3935
|
"locationInModule": {
|
|
3782
3936
|
"filename": "src/types.ts",
|
|
3783
|
-
"line":
|
|
3937
|
+
"line": 912
|
|
3784
3938
|
},
|
|
3785
3939
|
"name": "code",
|
|
3786
3940
|
"optional": true,
|
|
@@ -3798,7 +3952,7 @@
|
|
|
3798
3952
|
"immutable": true,
|
|
3799
3953
|
"locationInModule": {
|
|
3800
3954
|
"filename": "src/types.ts",
|
|
3801
|
-
"line":
|
|
3955
|
+
"line": 884
|
|
3802
3956
|
},
|
|
3803
3957
|
"name": "description",
|
|
3804
3958
|
"optional": true,
|
|
@@ -3816,7 +3970,7 @@
|
|
|
3816
3970
|
"immutable": true,
|
|
3817
3971
|
"locationInModule": {
|
|
3818
3972
|
"filename": "src/types.ts",
|
|
3819
|
-
"line":
|
|
3973
|
+
"line": 891
|
|
3820
3974
|
},
|
|
3821
3975
|
"name": "requestMappingTemplate",
|
|
3822
3976
|
"optional": true,
|
|
@@ -3834,7 +3988,7 @@
|
|
|
3834
3988
|
"immutable": true,
|
|
3835
3989
|
"locationInModule": {
|
|
3836
3990
|
"filename": "src/types.ts",
|
|
3837
|
-
"line":
|
|
3991
|
+
"line": 898
|
|
3838
3992
|
},
|
|
3839
3993
|
"name": "responseMappingTemplate",
|
|
3840
3994
|
"optional": true,
|
|
@@ -3852,7 +4006,7 @@
|
|
|
3852
4006
|
"immutable": true,
|
|
3853
4007
|
"locationInModule": {
|
|
3854
4008
|
"filename": "src/types.ts",
|
|
3855
|
-
"line":
|
|
4009
|
+
"line": 905
|
|
3856
4010
|
},
|
|
3857
4011
|
"name": "runtime",
|
|
3858
4012
|
"optional": true,
|
|
@@ -4148,7 +4302,7 @@
|
|
|
4148
4302
|
},
|
|
4149
4303
|
"locationInModule": {
|
|
4150
4304
|
"filename": "src/amplify-graphql-api.ts",
|
|
4151
|
-
"line":
|
|
4305
|
+
"line": 138
|
|
4152
4306
|
},
|
|
4153
4307
|
"parameters": [
|
|
4154
4308
|
{
|
|
@@ -4183,7 +4337,7 @@
|
|
|
4183
4337
|
"kind": "class",
|
|
4184
4338
|
"locationInModule": {
|
|
4185
4339
|
"filename": "src/amplify-graphql-api.ts",
|
|
4186
|
-
"line":
|
|
4340
|
+
"line": 84
|
|
4187
4341
|
},
|
|
4188
4342
|
"methods": [
|
|
4189
4343
|
{
|
|
@@ -4195,7 +4349,7 @@
|
|
|
4195
4349
|
},
|
|
4196
4350
|
"locationInModule": {
|
|
4197
4351
|
"filename": "src/amplify-graphql-api.ts",
|
|
4198
|
-
"line":
|
|
4352
|
+
"line": 286
|
|
4199
4353
|
},
|
|
4200
4354
|
"name": "addDynamoDbDataSource",
|
|
4201
4355
|
"parameters": [
|
|
@@ -4244,7 +4398,7 @@
|
|
|
4244
4398
|
},
|
|
4245
4399
|
"locationInModule": {
|
|
4246
4400
|
"filename": "src/amplify-graphql-api.ts",
|
|
4247
|
-
"line":
|
|
4401
|
+
"line": 298
|
|
4248
4402
|
},
|
|
4249
4403
|
"name": "addElasticsearchDataSource",
|
|
4250
4404
|
"parameters": [
|
|
@@ -4291,7 +4445,7 @@
|
|
|
4291
4445
|
},
|
|
4292
4446
|
"locationInModule": {
|
|
4293
4447
|
"filename": "src/amplify-graphql-api.ts",
|
|
4294
|
-
"line":
|
|
4448
|
+
"line": 308
|
|
4295
4449
|
},
|
|
4296
4450
|
"name": "addEventBridgeDataSource",
|
|
4297
4451
|
"parameters": [
|
|
@@ -4338,7 +4492,7 @@
|
|
|
4338
4492
|
},
|
|
4339
4493
|
"locationInModule": {
|
|
4340
4494
|
"filename": "src/amplify-graphql-api.ts",
|
|
4341
|
-
"line":
|
|
4495
|
+
"line": 390
|
|
4342
4496
|
},
|
|
4343
4497
|
"name": "addFunction",
|
|
4344
4498
|
"parameters": [
|
|
@@ -4373,7 +4527,7 @@
|
|
|
4373
4527
|
},
|
|
4374
4528
|
"locationInModule": {
|
|
4375
4529
|
"filename": "src/amplify-graphql-api.ts",
|
|
4376
|
-
"line":
|
|
4530
|
+
"line": 319
|
|
4377
4531
|
},
|
|
4378
4532
|
"name": "addHttpDataSource",
|
|
4379
4533
|
"parameters": [
|
|
@@ -4421,7 +4575,7 @@
|
|
|
4421
4575
|
},
|
|
4422
4576
|
"locationInModule": {
|
|
4423
4577
|
"filename": "src/amplify-graphql-api.ts",
|
|
4424
|
-
"line":
|
|
4578
|
+
"line": 330
|
|
4425
4579
|
},
|
|
4426
4580
|
"name": "addLambdaDataSource",
|
|
4427
4581
|
"parameters": [
|
|
@@ -4469,7 +4623,7 @@
|
|
|
4469
4623
|
},
|
|
4470
4624
|
"locationInModule": {
|
|
4471
4625
|
"filename": "src/amplify-graphql-api.ts",
|
|
4472
|
-
"line":
|
|
4626
|
+
"line": 341
|
|
4473
4627
|
},
|
|
4474
4628
|
"name": "addNoneDataSource",
|
|
4475
4629
|
"parameters": [
|
|
@@ -4508,7 +4662,7 @@
|
|
|
4508
4662
|
},
|
|
4509
4663
|
"locationInModule": {
|
|
4510
4664
|
"filename": "src/amplify-graphql-api.ts",
|
|
4511
|
-
"line":
|
|
4665
|
+
"line": 352
|
|
4512
4666
|
},
|
|
4513
4667
|
"name": "addOpenSearchDataSource",
|
|
4514
4668
|
"parameters": [
|
|
@@ -4556,7 +4710,7 @@
|
|
|
4556
4710
|
},
|
|
4557
4711
|
"locationInModule": {
|
|
4558
4712
|
"filename": "src/amplify-graphql-api.ts",
|
|
4559
|
-
"line":
|
|
4713
|
+
"line": 365
|
|
4560
4714
|
},
|
|
4561
4715
|
"name": "addRdsDataSource",
|
|
4562
4716
|
"parameters": [
|
|
@@ -4623,7 +4777,7 @@
|
|
|
4623
4777
|
},
|
|
4624
4778
|
"locationInModule": {
|
|
4625
4779
|
"filename": "src/amplify-graphql-api.ts",
|
|
4626
|
-
"line":
|
|
4780
|
+
"line": 381
|
|
4627
4781
|
},
|
|
4628
4782
|
"name": "addResolver",
|
|
4629
4783
|
"parameters": [
|
|
@@ -4664,7 +4818,7 @@
|
|
|
4664
4818
|
"immutable": true,
|
|
4665
4819
|
"locationInModule": {
|
|
4666
4820
|
"filename": "src/amplify-graphql-api.ts",
|
|
4667
|
-
"line":
|
|
4821
|
+
"line": 119
|
|
4668
4822
|
},
|
|
4669
4823
|
"name": "apiId",
|
|
4670
4824
|
"type": {
|
|
@@ -4679,7 +4833,7 @@
|
|
|
4679
4833
|
"immutable": true,
|
|
4680
4834
|
"locationInModule": {
|
|
4681
4835
|
"filename": "src/amplify-graphql-api.ts",
|
|
4682
|
-
"line":
|
|
4836
|
+
"line": 99
|
|
4683
4837
|
},
|
|
4684
4838
|
"name": "generatedFunctionSlots",
|
|
4685
4839
|
"type": {
|
|
@@ -4712,7 +4866,7 @@
|
|
|
4712
4866
|
"immutable": true,
|
|
4713
4867
|
"locationInModule": {
|
|
4714
4868
|
"filename": "src/amplify-graphql-api.ts",
|
|
4715
|
-
"line":
|
|
4869
|
+
"line": 104
|
|
4716
4870
|
},
|
|
4717
4871
|
"name": "graphqlUrl",
|
|
4718
4872
|
"type": {
|
|
@@ -4728,7 +4882,7 @@
|
|
|
4728
4882
|
"immutable": true,
|
|
4729
4883
|
"locationInModule": {
|
|
4730
4884
|
"filename": "src/amplify-graphql-api.ts",
|
|
4731
|
-
"line":
|
|
4885
|
+
"line": 109
|
|
4732
4886
|
},
|
|
4733
4887
|
"name": "realtimeUrl",
|
|
4734
4888
|
"type": {
|
|
@@ -4743,7 +4897,7 @@
|
|
|
4743
4897
|
"immutable": true,
|
|
4744
4898
|
"locationInModule": {
|
|
4745
4899
|
"filename": "src/amplify-graphql-api.ts",
|
|
4746
|
-
"line":
|
|
4900
|
+
"line": 88
|
|
4747
4901
|
},
|
|
4748
4902
|
"name": "resources",
|
|
4749
4903
|
"type": {
|
|
@@ -4759,7 +4913,7 @@
|
|
|
4759
4913
|
"immutable": true,
|
|
4760
4914
|
"locationInModule": {
|
|
4761
4915
|
"filename": "src/amplify-graphql-api.ts",
|
|
4762
|
-
"line":
|
|
4916
|
+
"line": 114
|
|
4763
4917
|
},
|
|
4764
4918
|
"name": "apiKey",
|
|
4765
4919
|
"optional": true,
|
|
@@ -4782,7 +4936,7 @@
|
|
|
4782
4936
|
"kind": "interface",
|
|
4783
4937
|
"locationInModule": {
|
|
4784
4938
|
"filename": "src/types.ts",
|
|
4785
|
-
"line":
|
|
4939
|
+
"line": 771
|
|
4786
4940
|
},
|
|
4787
4941
|
"name": "AmplifyGraphqlApiCfnResources",
|
|
4788
4942
|
"properties": [
|
|
@@ -4795,7 +4949,7 @@
|
|
|
4795
4949
|
"immutable": true,
|
|
4796
4950
|
"locationInModule": {
|
|
4797
4951
|
"filename": "src/types.ts",
|
|
4798
|
-
"line":
|
|
4952
|
+
"line": 825
|
|
4799
4953
|
},
|
|
4800
4954
|
"name": "additionalCfnResources",
|
|
4801
4955
|
"type": {
|
|
@@ -4816,7 +4970,7 @@
|
|
|
4816
4970
|
"immutable": true,
|
|
4817
4971
|
"locationInModule": {
|
|
4818
4972
|
"filename": "src/types.ts",
|
|
4819
|
-
"line":
|
|
4973
|
+
"line": 810
|
|
4820
4974
|
},
|
|
4821
4975
|
"name": "amplifyDynamoDbTables",
|
|
4822
4976
|
"type": {
|
|
@@ -4837,7 +4991,7 @@
|
|
|
4837
4991
|
"immutable": true,
|
|
4838
4992
|
"locationInModule": {
|
|
4839
4993
|
"filename": "src/types.ts",
|
|
4840
|
-
"line":
|
|
4994
|
+
"line": 800
|
|
4841
4995
|
},
|
|
4842
4996
|
"name": "cfnDataSources",
|
|
4843
4997
|
"type": {
|
|
@@ -4858,7 +5012,7 @@
|
|
|
4858
5012
|
"immutable": true,
|
|
4859
5013
|
"locationInModule": {
|
|
4860
5014
|
"filename": "src/types.ts",
|
|
4861
|
-
"line":
|
|
5015
|
+
"line": 795
|
|
4862
5016
|
},
|
|
4863
5017
|
"name": "cfnFunctionConfigurations",
|
|
4864
5018
|
"type": {
|
|
@@ -4879,7 +5033,7 @@
|
|
|
4879
5033
|
"immutable": true,
|
|
4880
5034
|
"locationInModule": {
|
|
4881
5035
|
"filename": "src/types.ts",
|
|
4882
|
-
"line":
|
|
5036
|
+
"line": 820
|
|
4883
5037
|
},
|
|
4884
5038
|
"name": "cfnFunctions",
|
|
4885
5039
|
"type": {
|
|
@@ -4900,7 +5054,7 @@
|
|
|
4900
5054
|
"immutable": true,
|
|
4901
5055
|
"locationInModule": {
|
|
4902
5056
|
"filename": "src/types.ts",
|
|
4903
|
-
"line":
|
|
5057
|
+
"line": 775
|
|
4904
5058
|
},
|
|
4905
5059
|
"name": "cfnGraphqlApi",
|
|
4906
5060
|
"type": {
|
|
@@ -4916,7 +5070,7 @@
|
|
|
4916
5070
|
"immutable": true,
|
|
4917
5071
|
"locationInModule": {
|
|
4918
5072
|
"filename": "src/types.ts",
|
|
4919
|
-
"line":
|
|
5073
|
+
"line": 780
|
|
4920
5074
|
},
|
|
4921
5075
|
"name": "cfnGraphqlSchema",
|
|
4922
5076
|
"type": {
|
|
@@ -4932,7 +5086,7 @@
|
|
|
4932
5086
|
"immutable": true,
|
|
4933
5087
|
"locationInModule": {
|
|
4934
5088
|
"filename": "src/types.ts",
|
|
4935
|
-
"line":
|
|
5089
|
+
"line": 790
|
|
4936
5090
|
},
|
|
4937
5091
|
"name": "cfnResolvers",
|
|
4938
5092
|
"type": {
|
|
@@ -4953,7 +5107,7 @@
|
|
|
4953
5107
|
"immutable": true,
|
|
4954
5108
|
"locationInModule": {
|
|
4955
5109
|
"filename": "src/types.ts",
|
|
4956
|
-
"line":
|
|
5110
|
+
"line": 815
|
|
4957
5111
|
},
|
|
4958
5112
|
"name": "cfnRoles",
|
|
4959
5113
|
"type": {
|
|
@@ -4974,7 +5128,7 @@
|
|
|
4974
5128
|
"immutable": true,
|
|
4975
5129
|
"locationInModule": {
|
|
4976
5130
|
"filename": "src/types.ts",
|
|
4977
|
-
"line":
|
|
5131
|
+
"line": 805
|
|
4978
5132
|
},
|
|
4979
5133
|
"name": "cfnTables",
|
|
4980
5134
|
"type": {
|
|
@@ -4995,7 +5149,7 @@
|
|
|
4995
5149
|
"immutable": true,
|
|
4996
5150
|
"locationInModule": {
|
|
4997
5151
|
"filename": "src/types.ts",
|
|
4998
|
-
"line":
|
|
5152
|
+
"line": 785
|
|
4999
5153
|
},
|
|
5000
5154
|
"name": "cfnApiKey",
|
|
5001
5155
|
"optional": true,
|
|
@@ -5018,7 +5172,7 @@
|
|
|
5018
5172
|
"kind": "interface",
|
|
5019
5173
|
"locationInModule": {
|
|
5020
5174
|
"filename": "src/types.ts",
|
|
5021
|
-
"line":
|
|
5175
|
+
"line": 688
|
|
5022
5176
|
},
|
|
5023
5177
|
"name": "AmplifyGraphqlApiProps",
|
|
5024
5178
|
"properties": [
|
|
@@ -5032,7 +5186,7 @@
|
|
|
5032
5186
|
"immutable": true,
|
|
5033
5187
|
"locationInModule": {
|
|
5034
5188
|
"filename": "src/types.ts",
|
|
5035
|
-
"line":
|
|
5189
|
+
"line": 705
|
|
5036
5190
|
},
|
|
5037
5191
|
"name": "authorizationModes",
|
|
5038
5192
|
"type": {
|
|
@@ -5049,7 +5203,7 @@
|
|
|
5049
5203
|
"immutable": true,
|
|
5050
5204
|
"locationInModule": {
|
|
5051
5205
|
"filename": "src/types.ts",
|
|
5052
|
-
"line":
|
|
5206
|
+
"line": 693
|
|
5053
5207
|
},
|
|
5054
5208
|
"name": "definition",
|
|
5055
5209
|
"type": {
|
|
@@ -5066,7 +5220,7 @@
|
|
|
5066
5220
|
"immutable": true,
|
|
5067
5221
|
"locationInModule": {
|
|
5068
5222
|
"filename": "src/types.ts",
|
|
5069
|
-
"line":
|
|
5223
|
+
"line": 699
|
|
5070
5224
|
},
|
|
5071
5225
|
"name": "apiName",
|
|
5072
5226
|
"optional": true,
|
|
@@ -5085,7 +5239,7 @@
|
|
|
5085
5239
|
"immutable": true,
|
|
5086
5240
|
"locationInModule": {
|
|
5087
5241
|
"filename": "src/types.ts",
|
|
5088
|
-
"line":
|
|
5242
|
+
"line": 720
|
|
5089
5243
|
},
|
|
5090
5244
|
"name": "conflictResolution",
|
|
5091
5245
|
"optional": true,
|
|
@@ -5103,7 +5257,7 @@
|
|
|
5103
5257
|
"immutable": true,
|
|
5104
5258
|
"locationInModule": {
|
|
5105
5259
|
"filename": "src/types.ts",
|
|
5106
|
-
"line":
|
|
5260
|
+
"line": 764
|
|
5107
5261
|
},
|
|
5108
5262
|
"name": "dataStoreConfiguration",
|
|
5109
5263
|
"optional": true,
|
|
@@ -5123,7 +5277,7 @@
|
|
|
5123
5277
|
"immutable": true,
|
|
5124
5278
|
"locationInModule": {
|
|
5125
5279
|
"filename": "src/types.ts",
|
|
5126
|
-
"line":
|
|
5280
|
+
"line": 713
|
|
5127
5281
|
},
|
|
5128
5282
|
"name": "functionNameMap",
|
|
5129
5283
|
"optional": true,
|
|
@@ -5146,7 +5300,7 @@
|
|
|
5146
5300
|
"immutable": true,
|
|
5147
5301
|
"locationInModule": {
|
|
5148
5302
|
"filename": "src/types.ts",
|
|
5149
|
-
"line":
|
|
5303
|
+
"line": 735
|
|
5150
5304
|
},
|
|
5151
5305
|
"name": "functionSlots",
|
|
5152
5306
|
"optional": true,
|
|
@@ -5181,7 +5335,7 @@
|
|
|
5181
5335
|
"immutable": true,
|
|
5182
5336
|
"locationInModule": {
|
|
5183
5337
|
"filename": "src/types.ts",
|
|
5184
|
-
"line":
|
|
5338
|
+
"line": 758
|
|
5185
5339
|
},
|
|
5186
5340
|
"name": "outputStorageStrategy",
|
|
5187
5341
|
"optional": true,
|
|
@@ -5198,7 +5352,7 @@
|
|
|
5198
5352
|
"immutable": true,
|
|
5199
5353
|
"locationInModule": {
|
|
5200
5354
|
"filename": "src/types.ts",
|
|
5201
|
-
"line":
|
|
5355
|
+
"line": 747
|
|
5202
5356
|
},
|
|
5203
5357
|
"name": "predictionsBucket",
|
|
5204
5358
|
"optional": true,
|
|
@@ -5216,7 +5370,7 @@
|
|
|
5216
5370
|
"immutable": true,
|
|
5217
5371
|
"locationInModule": {
|
|
5218
5372
|
"filename": "src/types.ts",
|
|
5219
|
-
"line":
|
|
5373
|
+
"line": 729
|
|
5220
5374
|
},
|
|
5221
5375
|
"name": "stackMappings",
|
|
5222
5376
|
"optional": true,
|
|
@@ -5242,7 +5396,7 @@
|
|
|
5242
5396
|
"immutable": true,
|
|
5243
5397
|
"locationInModule": {
|
|
5244
5398
|
"filename": "src/types.ts",
|
|
5245
|
-
"line":
|
|
5399
|
+
"line": 742
|
|
5246
5400
|
},
|
|
5247
5401
|
"name": "transformerPlugins",
|
|
5248
5402
|
"optional": true,
|
|
@@ -5264,7 +5418,7 @@
|
|
|
5264
5418
|
"immutable": true,
|
|
5265
5419
|
"locationInModule": {
|
|
5266
5420
|
"filename": "src/types.ts",
|
|
5267
|
-
"line":
|
|
5421
|
+
"line": 753
|
|
5268
5422
|
},
|
|
5269
5423
|
"name": "translationBehavior",
|
|
5270
5424
|
"optional": true,
|
|
@@ -5287,7 +5441,7 @@
|
|
|
5287
5441
|
"kind": "interface",
|
|
5288
5442
|
"locationInModule": {
|
|
5289
5443
|
"filename": "src/types.ts",
|
|
5290
|
-
"line":
|
|
5444
|
+
"line": 832
|
|
5291
5445
|
},
|
|
5292
5446
|
"name": "AmplifyGraphqlApiResources",
|
|
5293
5447
|
"properties": [
|
|
@@ -5300,7 +5454,7 @@
|
|
|
5300
5454
|
"immutable": true,
|
|
5301
5455
|
"locationInModule": {
|
|
5302
5456
|
"filename": "src/types.ts",
|
|
5303
|
-
"line":
|
|
5457
|
+
"line": 856
|
|
5304
5458
|
},
|
|
5305
5459
|
"name": "cfnResources",
|
|
5306
5460
|
"type": {
|
|
@@ -5316,7 +5470,7 @@
|
|
|
5316
5470
|
"immutable": true,
|
|
5317
5471
|
"locationInModule": {
|
|
5318
5472
|
"filename": "src/types.ts",
|
|
5319
|
-
"line":
|
|
5473
|
+
"line": 851
|
|
5320
5474
|
},
|
|
5321
5475
|
"name": "functions",
|
|
5322
5476
|
"type": {
|
|
@@ -5337,7 +5491,7 @@
|
|
|
5337
5491
|
"immutable": true,
|
|
5338
5492
|
"locationInModule": {
|
|
5339
5493
|
"filename": "src/types.ts",
|
|
5340
|
-
"line":
|
|
5494
|
+
"line": 836
|
|
5341
5495
|
},
|
|
5342
5496
|
"name": "graphqlApi",
|
|
5343
5497
|
"type": {
|
|
@@ -5353,7 +5507,7 @@
|
|
|
5353
5507
|
"immutable": true,
|
|
5354
5508
|
"locationInModule": {
|
|
5355
5509
|
"filename": "src/types.ts",
|
|
5356
|
-
"line":
|
|
5510
|
+
"line": 861
|
|
5357
5511
|
},
|
|
5358
5512
|
"name": "nestedStacks",
|
|
5359
5513
|
"type": {
|
|
@@ -5374,7 +5528,7 @@
|
|
|
5374
5528
|
"immutable": true,
|
|
5375
5529
|
"locationInModule": {
|
|
5376
5530
|
"filename": "src/types.ts",
|
|
5377
|
-
"line":
|
|
5531
|
+
"line": 846
|
|
5378
5532
|
},
|
|
5379
5533
|
"name": "roles",
|
|
5380
5534
|
"type": {
|
|
@@ -5395,7 +5549,7 @@
|
|
|
5395
5549
|
"immutable": true,
|
|
5396
5550
|
"locationInModule": {
|
|
5397
5551
|
"filename": "src/types.ts",
|
|
5398
|
-
"line":
|
|
5552
|
+
"line": 841
|
|
5399
5553
|
},
|
|
5400
5554
|
"name": "tables",
|
|
5401
5555
|
"type": {
|
|
@@ -6434,7 +6588,7 @@
|
|
|
6434
6588
|
"kind": "interface",
|
|
6435
6589
|
"locationInModule": {
|
|
6436
6590
|
"filename": "src/types.ts",
|
|
6437
|
-
"line":
|
|
6591
|
+
"line": 622
|
|
6438
6592
|
},
|
|
6439
6593
|
"name": "IAmplifyGraphqlDefinition",
|
|
6440
6594
|
"properties": [
|
|
@@ -6449,7 +6603,7 @@
|
|
|
6449
6603
|
"immutable": true,
|
|
6450
6604
|
"locationInModule": {
|
|
6451
6605
|
"filename": "src/types.ts",
|
|
6452
|
-
"line":
|
|
6606
|
+
"line": 647
|
|
6453
6607
|
},
|
|
6454
6608
|
"name": "dataSourceStrategies",
|
|
6455
6609
|
"type": {
|
|
@@ -6483,7 +6637,7 @@
|
|
|
6483
6637
|
"immutable": true,
|
|
6484
6638
|
"locationInModule": {
|
|
6485
6639
|
"filename": "src/types.ts",
|
|
6486
|
-
"line":
|
|
6640
|
+
"line": 633
|
|
6487
6641
|
},
|
|
6488
6642
|
"name": "functionSlots",
|
|
6489
6643
|
"type": {
|
|
@@ -6517,7 +6671,7 @@
|
|
|
6517
6671
|
"immutable": true,
|
|
6518
6672
|
"locationInModule": {
|
|
6519
6673
|
"filename": "src/types.ts",
|
|
6520
|
-
"line":
|
|
6674
|
+
"line": 627
|
|
6521
6675
|
},
|
|
6522
6676
|
"name": "schema",
|
|
6523
6677
|
"type": {
|
|
@@ -6534,7 +6688,7 @@
|
|
|
6534
6688
|
"immutable": true,
|
|
6535
6689
|
"locationInModule": {
|
|
6536
6690
|
"filename": "src/types.ts",
|
|
6537
|
-
"line":
|
|
6691
|
+
"line": 653
|
|
6538
6692
|
},
|
|
6539
6693
|
"name": "customSqlDataSourceStrategies",
|
|
6540
6694
|
"optional": true,
|
|
@@ -6558,7 +6712,7 @@
|
|
|
6558
6712
|
"immutable": true,
|
|
6559
6713
|
"locationInModule": {
|
|
6560
6714
|
"filename": "src/types.ts",
|
|
6561
|
-
"line":
|
|
6715
|
+
"line": 641
|
|
6562
6716
|
},
|
|
6563
6717
|
"name": "referencedLambdaFunctions",
|
|
6564
6718
|
"optional": true,
|
|
@@ -6584,7 +6738,7 @@
|
|
|
6584
6738
|
"kind": "interface",
|
|
6585
6739
|
"locationInModule": {
|
|
6586
6740
|
"filename": "src/types.ts",
|
|
6587
|
-
"line":
|
|
6741
|
+
"line": 659
|
|
6588
6742
|
},
|
|
6589
6743
|
"name": "IBackendOutputEntry",
|
|
6590
6744
|
"properties": [
|
|
@@ -6597,7 +6751,7 @@
|
|
|
6597
6751
|
"immutable": true,
|
|
6598
6752
|
"locationInModule": {
|
|
6599
6753
|
"filename": "src/types.ts",
|
|
6600
|
-
"line":
|
|
6754
|
+
"line": 668
|
|
6601
6755
|
},
|
|
6602
6756
|
"name": "payload",
|
|
6603
6757
|
"type": {
|
|
@@ -6618,7 +6772,7 @@
|
|
|
6618
6772
|
"immutable": true,
|
|
6619
6773
|
"locationInModule": {
|
|
6620
6774
|
"filename": "src/types.ts",
|
|
6621
|
-
"line":
|
|
6775
|
+
"line": 663
|
|
6622
6776
|
},
|
|
6623
6777
|
"name": "version",
|
|
6624
6778
|
"type": {
|
|
@@ -6638,7 +6792,7 @@
|
|
|
6638
6792
|
"kind": "interface",
|
|
6639
6793
|
"locationInModule": {
|
|
6640
6794
|
"filename": "src/types.ts",
|
|
6641
|
-
"line":
|
|
6795
|
+
"line": 674
|
|
6642
6796
|
},
|
|
6643
6797
|
"methods": [
|
|
6644
6798
|
{
|
|
@@ -6649,7 +6803,7 @@
|
|
|
6649
6803
|
},
|
|
6650
6804
|
"locationInModule": {
|
|
6651
6805
|
"filename": "src/types.ts",
|
|
6652
|
-
"line":
|
|
6806
|
+
"line": 681
|
|
6653
6807
|
},
|
|
6654
6808
|
"name": "addBackendOutputEntry",
|
|
6655
6809
|
"parameters": [
|
|
@@ -6999,7 +7153,7 @@
|
|
|
6999
7153
|
"kind": "interface",
|
|
7000
7154
|
"locationInModule": {
|
|
7001
7155
|
"filename": "src/types.ts",
|
|
7002
|
-
"line":
|
|
7156
|
+
"line": 504
|
|
7003
7157
|
},
|
|
7004
7158
|
"name": "PartialTranslationBehavior",
|
|
7005
7159
|
"properties": [
|
|
@@ -7014,7 +7168,7 @@
|
|
|
7014
7168
|
"immutable": true,
|
|
7015
7169
|
"locationInModule": {
|
|
7016
7170
|
"filename": "src/types.ts",
|
|
7017
|
-
"line":
|
|
7171
|
+
"line": 596
|
|
7018
7172
|
},
|
|
7019
7173
|
"name": "allowDestructiveGraphqlSchemaUpdates",
|
|
7020
7174
|
"optional": true,
|
|
@@ -7032,7 +7186,7 @@
|
|
|
7032
7186
|
"immutable": true,
|
|
7033
7187
|
"locationInModule": {
|
|
7034
7188
|
"filename": "src/types.ts",
|
|
7035
|
-
"line":
|
|
7189
|
+
"line": 516
|
|
7036
7190
|
},
|
|
7037
7191
|
"name": "disableResolverDeduping",
|
|
7038
7192
|
"optional": true,
|
|
@@ -7054,7 +7208,7 @@
|
|
|
7054
7208
|
"immutable": true,
|
|
7055
7209
|
"locationInModule": {
|
|
7056
7210
|
"filename": "src/types.ts",
|
|
7057
|
-
"line":
|
|
7211
|
+
"line": 561
|
|
7058
7212
|
},
|
|
7059
7213
|
"name": "enableAutoIndexQueryNames",
|
|
7060
7214
|
"optional": true,
|
|
@@ -7073,7 +7227,7 @@
|
|
|
7073
7227
|
"immutable": true,
|
|
7074
7228
|
"locationInModule": {
|
|
7075
7229
|
"filename": "src/types.ts",
|
|
7076
|
-
"line":
|
|
7230
|
+
"line": 576
|
|
7077
7231
|
},
|
|
7078
7232
|
"name": "enableSearchNodeToNodeEncryption",
|
|
7079
7233
|
"optional": true,
|
|
@@ -7091,7 +7245,7 @@
|
|
|
7091
7245
|
"immutable": true,
|
|
7092
7246
|
"locationInModule": {
|
|
7093
7247
|
"filename": "src/types.ts",
|
|
7094
|
-
"line":
|
|
7248
|
+
"line": 582
|
|
7095
7249
|
},
|
|
7096
7250
|
"name": "enableTransformerCfnOutputs",
|
|
7097
7251
|
"optional": true,
|
|
@@ -7109,7 +7263,7 @@
|
|
|
7109
7263
|
"immutable": true,
|
|
7110
7264
|
"locationInModule": {
|
|
7111
7265
|
"filename": "src/types.ts",
|
|
7112
|
-
"line":
|
|
7266
|
+
"line": 541
|
|
7113
7267
|
},
|
|
7114
7268
|
"name": "populateOwnerFieldForStaticGroupAuth",
|
|
7115
7269
|
"optional": true,
|
|
@@ -7128,7 +7282,7 @@
|
|
|
7128
7282
|
"immutable": true,
|
|
7129
7283
|
"locationInModule": {
|
|
7130
7284
|
"filename": "src/types.ts",
|
|
7131
|
-
"line":
|
|
7285
|
+
"line": 606
|
|
7132
7286
|
},
|
|
7133
7287
|
"name": "replaceTableUponGsiUpdate",
|
|
7134
7288
|
"optional": true,
|
|
@@ -7146,7 +7300,7 @@
|
|
|
7146
7300
|
"immutable": true,
|
|
7147
7301
|
"locationInModule": {
|
|
7148
7302
|
"filename": "src/types.ts",
|
|
7149
|
-
"line":
|
|
7303
|
+
"line": 567
|
|
7150
7304
|
},
|
|
7151
7305
|
"name": "respectPrimaryKeyAttributesOnConnectionField",
|
|
7152
7306
|
"optional": true,
|
|
@@ -7164,7 +7318,7 @@
|
|
|
7164
7318
|
"immutable": true,
|
|
7165
7319
|
"locationInModule": {
|
|
7166
7320
|
"filename": "src/types.ts",
|
|
7167
|
-
"line":
|
|
7321
|
+
"line": 522
|
|
7168
7322
|
},
|
|
7169
7323
|
"name": "sandboxModeEnabled",
|
|
7170
7324
|
"optional": true,
|
|
@@ -7185,7 +7339,7 @@
|
|
|
7185
7339
|
"immutable": true,
|
|
7186
7340
|
"locationInModule": {
|
|
7187
7341
|
"filename": "src/types.ts",
|
|
7188
|
-
"line":
|
|
7342
|
+
"line": 554
|
|
7189
7343
|
},
|
|
7190
7344
|
"name": "secondaryKeyAsGSI",
|
|
7191
7345
|
"optional": true,
|
|
@@ -7206,7 +7360,7 @@
|
|
|
7206
7360
|
"immutable": true,
|
|
7207
7361
|
"locationInModule": {
|
|
7208
7362
|
"filename": "src/types.ts",
|
|
7209
|
-
"line":
|
|
7363
|
+
"line": 509
|
|
7210
7364
|
},
|
|
7211
7365
|
"name": "shouldDeepMergeDirectiveConfigDefaults",
|
|
7212
7366
|
"optional": true,
|
|
@@ -7224,7 +7378,7 @@
|
|
|
7224
7378
|
"immutable": true,
|
|
7225
7379
|
"locationInModule": {
|
|
7226
7380
|
"filename": "src/types.ts",
|
|
7227
|
-
"line":
|
|
7381
|
+
"line": 535
|
|
7228
7382
|
},
|
|
7229
7383
|
"name": "subscriptionsInheritPrimaryAuth",
|
|
7230
7384
|
"optional": true,
|
|
@@ -7243,7 +7397,7 @@
|
|
|
7243
7397
|
"immutable": true,
|
|
7244
7398
|
"locationInModule": {
|
|
7245
7399
|
"filename": "src/types.ts",
|
|
7246
|
-
"line":
|
|
7400
|
+
"line": 548
|
|
7247
7401
|
},
|
|
7248
7402
|
"name": "suppressApiKeyGeneration",
|
|
7249
7403
|
"optional": true,
|
|
@@ -7261,7 +7415,7 @@
|
|
|
7261
7415
|
"immutable": true,
|
|
7262
7416
|
"locationInModule": {
|
|
7263
7417
|
"filename": "src/types.ts",
|
|
7264
|
-
"line":
|
|
7418
|
+
"line": 529
|
|
7265
7419
|
},
|
|
7266
7420
|
"name": "useSubUsernameForDefaultIdentityClaim",
|
|
7267
7421
|
"optional": true,
|
|
@@ -8648,6 +8802,6 @@
|
|
|
8648
8802
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
|
8649
8803
|
}
|
|
8650
8804
|
},
|
|
8651
|
-
"version": "1.11.
|
|
8652
|
-
"fingerprint": "
|
|
8805
|
+
"version": "1.11.7",
|
|
8806
|
+
"fingerprint": "EBaXJmjD52NXSdXIIF4Z053eknCeLGFHZMlRfqNQFgU="
|
|
8653
8807
|
}
|