@aws-amplify/graphql-api-construct 1.11.1 → 1.11.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. package/.jsii +312 -115
  2. package/API.md +4 -0
  3. package/CHANGELOG.md +6 -0
  4. package/lib/amplify-dynamodb-table-wrapper.js +1 -1
  5. package/lib/amplify-graphql-api.js +12 -6
  6. package/lib/amplify-graphql-definition.js +1 -1
  7. package/lib/internal/default-parameters.js +2 -1
  8. package/lib/sql-model-datasource-strategy.js +1 -1
  9. package/lib/types.d.ts +33 -1
  10. package/lib/types.js +1 -1
  11. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -0
  12. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +13 -13
  13. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
  14. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +6 -6
  15. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
  16. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +7 -7
  17. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
  18. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +7 -7
  19. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
  20. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +8 -8
  21. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +6 -0
  22. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  23. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +11 -11
  24. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
  25. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  26. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  27. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  28. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +7 -7
  29. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
  30. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  31. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +7 -7
  32. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +7 -0
  33. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts.map +1 -1
  34. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +11 -0
  35. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -1
  36. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts.map +1 -1
  37. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js +12 -1
  38. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js.map +1 -1
  39. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts.map +1 -1
  40. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js +12 -1
  41. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js.map +1 -1
  42. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.d.ts.map +1 -1
  43. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.js +7 -8
  44. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.js.map +1 -1
  45. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +9 -9
  46. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
  47. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  48. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +8 -8
  49. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
  50. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +8 -8
  51. package/node_modules/@aws-amplify/graphql-transformer/API.md +1 -0
  52. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +6 -0
  53. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +1 -0
  54. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -1
  55. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +4 -3
  56. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
  57. package/node_modules/@aws-amplify/graphql-transformer/package.json +17 -17
  58. package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +6 -3
  59. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +6 -0
  60. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts.map +1 -1
  61. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js +1 -0
  62. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js.map +1 -1
  63. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +5 -5
  64. package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +1 -0
  65. package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +6 -0
  66. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts +1 -0
  67. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts.map +1 -1
  68. package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +5 -4
  69. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameters.ts +1 -0
  70. package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
  71. package/node_modules/graphql-transformer-common/package.json +1 -2
  72. package/package.json +22 -22
  73. package/src/amplify-graphql-api.ts +11 -4
  74. package/src/internal/default-parameters.ts +1 -0
  75. package/src/types.ts +35 -1
  76. /package/node_modules/{graphql-transformer-common → @aws-amplify/graphql-transformer-interfaces}/LICENSE +0 -0
package/.jsii CHANGED
@@ -8,21 +8,21 @@
8
8
  "bundled": {
9
9
  "@aws-amplify/backend-output-schemas": "^0.4.0",
10
10
  "@aws-amplify/backend-output-storage": "^0.2.2",
11
- "@aws-amplify/graphql-auth-transformer": "3.6.2",
12
- "@aws-amplify/graphql-default-value-transformer": "2.3.10",
11
+ "@aws-amplify/graphql-auth-transformer": "3.6.3",
12
+ "@aws-amplify/graphql-default-value-transformer": "2.3.11",
13
13
  "@aws-amplify/graphql-directives": "1.1.0",
14
- "@aws-amplify/graphql-function-transformer": "2.1.25",
15
- "@aws-amplify/graphql-http-transformer": "2.1.25",
16
- "@aws-amplify/graphql-index-transformer": "2.4.6",
17
- "@aws-amplify/graphql-maps-to-transformer": "3.4.20",
18
- "@aws-amplify/graphql-model-transformer": "2.11.1",
19
- "@aws-amplify/graphql-predictions-transformer": "2.1.25",
20
- "@aws-amplify/graphql-relational-transformer": "2.5.8",
21
- "@aws-amplify/graphql-searchable-transformer": "2.7.6",
22
- "@aws-amplify/graphql-sql-transformer": "0.3.6",
23
- "@aws-amplify/graphql-transformer": "1.6.2",
24
- "@aws-amplify/graphql-transformer-core": "2.9.2",
25
- "@aws-amplify/graphql-transformer-interfaces": "3.10.0",
14
+ "@aws-amplify/graphql-function-transformer": "2.1.26",
15
+ "@aws-amplify/graphql-http-transformer": "2.1.26",
16
+ "@aws-amplify/graphql-index-transformer": "2.4.7",
17
+ "@aws-amplify/graphql-maps-to-transformer": "3.4.21",
18
+ "@aws-amplify/graphql-model-transformer": "2.11.2",
19
+ "@aws-amplify/graphql-predictions-transformer": "2.1.26",
20
+ "@aws-amplify/graphql-relational-transformer": "2.5.9",
21
+ "@aws-amplify/graphql-searchable-transformer": "2.7.7",
22
+ "@aws-amplify/graphql-sql-transformer": "0.3.7",
23
+ "@aws-amplify/graphql-transformer": "1.6.3",
24
+ "@aws-amplify/graphql-transformer-core": "2.9.3",
25
+ "@aws-amplify/graphql-transformer-interfaces": "3.10.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",
@@ -46,8 +46,8 @@
46
46
  "zod": "^3.22.3"
47
47
  },
48
48
  "dependencies": {
49
- "aws-cdk-lib": "^2.80.0",
50
- "constructs": "^10.0.5"
49
+ "aws-cdk-lib": "^2.129.0",
50
+ "constructs": "^10.3.0"
51
51
  },
52
52
  "dependencyClosure": {
53
53
  "@aws-cdk/asset-awscli-v1": {
@@ -102,29 +102,29 @@
102
102
  }
103
103
  }
104
104
  },
105
- "@aws-cdk/asset-node-proxy-agent-v5": {
105
+ "@aws-cdk/asset-node-proxy-agent-v6": {
106
106
  "targets": {
107
107
  "dotnet": {
108
- "namespace": "Amazon.CDK.Asset.NodeProxyAgentV5",
109
- "packageId": "Amazon.CDK.Asset.NodeProxyAgentV5"
108
+ "namespace": "Amazon.CDK.Asset.NodeProxyAgentV6",
109
+ "packageId": "Amazon.CDK.Asset.NodeProxyAgentV6"
110
110
  },
111
111
  "go": {
112
112
  "moduleName": "github.com/cdklabs/awscdk-asset-node-proxy-agent-go",
113
- "packageName": "nodeproxyagentv5"
113
+ "packageName": "nodeproxyagentv6"
114
114
  },
115
115
  "java": {
116
116
  "maven": {
117
- "artifactId": "cdk-asset-node-proxy-agent-v5",
117
+ "artifactId": "cdk-asset-node-proxy-agent-v6",
118
118
  "groupId": "software.amazon.awscdk"
119
119
  },
120
- "package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.v5"
120
+ "package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.v6"
121
121
  },
122
122
  "js": {
123
- "npm": "@aws-cdk/asset-node-proxy-agent-v5"
123
+ "npm": "@aws-cdk/asset-node-proxy-agent-v6"
124
124
  },
125
125
  "python": {
126
- "distName": "aws-cdk.asset-node-proxy-agent-v5",
127
- "module": "aws_cdk.asset_node_proxy_agent_v5"
126
+ "distName": "aws-cdk.asset-node-proxy-agent-v6",
127
+ "module": "aws_cdk.asset_node_proxy_agent_v6"
128
128
  }
129
129
  }
130
130
  },
@@ -260,6 +260,8 @@
260
260
  }
261
261
  }
262
262
  },
263
+ "aws-cdk-lib.aws_apigatewayv2_authorizers": {},
264
+ "aws-cdk-lib.aws_apigatewayv2_integrations": {},
263
265
  "aws-cdk-lib.aws_appconfig": {
264
266
  "targets": {
265
267
  "dotnet": {
@@ -390,6 +392,19 @@
390
392
  }
391
393
  }
392
394
  },
395
+ "aws-cdk-lib.aws_arczonalshift": {
396
+ "targets": {
397
+ "dotnet": {
398
+ "package": "Amazon.CDK.AWS.ARCZonalShift"
399
+ },
400
+ "java": {
401
+ "package": "software.amazon.awscdk.services.arczonalshift"
402
+ },
403
+ "python": {
404
+ "module": "aws_cdk.aws_arczonalshift"
405
+ }
406
+ }
407
+ },
393
408
  "aws-cdk-lib.aws_athena": {
394
409
  "targets": {
395
410
  "dotnet": {
@@ -468,6 +483,19 @@
468
483
  }
469
484
  }
470
485
  },
486
+ "aws-cdk-lib.aws_b2bi": {
487
+ "targets": {
488
+ "dotnet": {
489
+ "package": "Amazon.CDK.AWS.B2BI"
490
+ },
491
+ "java": {
492
+ "package": "software.amazon.awscdk.services.b2bi"
493
+ },
494
+ "python": {
495
+ "module": "aws_cdk.aws_b2bi"
496
+ }
497
+ }
498
+ },
471
499
  "aws-cdk-lib.aws_backup": {
472
500
  "targets": {
473
501
  "dotnet": {
@@ -487,7 +515,7 @@
487
515
  "package": "Amazon.CDK.AWS.BackupGateway"
488
516
  },
489
517
  "java": {
490
- "package": "services.backupgateway"
518
+ "package": "software.amazon.awscdk.services.backupgateway"
491
519
  },
492
520
  "python": {
493
521
  "module": "aws_cdk.aws_backupgateway"
@@ -507,6 +535,19 @@
507
535
  }
508
536
  }
509
537
  },
538
+ "aws-cdk-lib.aws_bedrock": {
539
+ "targets": {
540
+ "dotnet": {
541
+ "namespace": "Amazon.CDK.AWS.Bedrock"
542
+ },
543
+ "java": {
544
+ "package": "software.amazon.awscdk.services.bedrock"
545
+ },
546
+ "python": {
547
+ "module": "aws_cdk.aws_bedrock"
548
+ }
549
+ }
550
+ },
510
551
  "aws-cdk-lib.aws_billingconductor": {
511
552
  "targets": {
512
553
  "dotnet": {
@@ -585,6 +626,19 @@
585
626
  }
586
627
  }
587
628
  },
629
+ "aws-cdk-lib.aws_cleanrooms": {
630
+ "targets": {
631
+ "dotnet": {
632
+ "package": "Amazon.CDK.AWS.CleanRooms"
633
+ },
634
+ "java": {
635
+ "package": "software.amazon.awscdk.services.cleanrooms"
636
+ },
637
+ "python": {
638
+ "module": "aws_cdk.aws_cleanrooms"
639
+ }
640
+ }
641
+ },
588
642
  "aws-cdk-lib.aws_cloud9": {
589
643
  "targets": {
590
644
  "dotnet": {
@@ -963,6 +1017,19 @@
963
1017
  }
964
1018
  }
965
1019
  },
1020
+ "aws-cdk-lib.aws_datazone": {
1021
+ "targets": {
1022
+ "dotnet": {
1023
+ "package": "Amazon.CDK.AWS.DataZone"
1024
+ },
1025
+ "java": {
1026
+ "package": "software.amazon.awscdk.services.datazone"
1027
+ },
1028
+ "python": {
1029
+ "module": "aws_cdk.aws_datazone"
1030
+ }
1031
+ }
1032
+ },
966
1033
  "aws-cdk-lib.aws_dax": {
967
1034
  "targets": {
968
1035
  "dotnet": {
@@ -1314,6 +1381,19 @@
1314
1381
  }
1315
1382
  }
1316
1383
  },
1384
+ "aws-cdk-lib.aws_entityresolution": {
1385
+ "targets": {
1386
+ "dotnet": {
1387
+ "package": "Amazon.CDK.AWS.EntityResolution"
1388
+ },
1389
+ "java": {
1390
+ "package": "software.amazon.awscdk.services.entityresolution"
1391
+ },
1392
+ "python": {
1393
+ "module": "aws_cdk.aws_entityresolution"
1394
+ }
1395
+ }
1396
+ },
1317
1397
  "aws-cdk-lib.aws_events": {
1318
1398
  "targets": {
1319
1399
  "dotnet": {
@@ -1561,6 +1641,19 @@
1561
1641
  }
1562
1642
  }
1563
1643
  },
1644
+ "aws-cdk-lib.aws_healthimaging": {
1645
+ "targets": {
1646
+ "dotnet": {
1647
+ "package": "Amazon.CDK.AWS.HealthImaging"
1648
+ },
1649
+ "java": {
1650
+ "package": "software.amazon.awscdk.services.healthimaging"
1651
+ },
1652
+ "python": {
1653
+ "module": "aws_cdk.aws_healthimaging"
1654
+ }
1655
+ }
1656
+ },
1564
1657
  "aws-cdk-lib.aws_healthlake": {
1565
1658
  "targets": {
1566
1659
  "dotnet": {
@@ -2211,6 +2304,19 @@
2211
2304
  }
2212
2305
  }
2213
2306
  },
2307
+ "aws-cdk-lib.aws_mediapackagev2": {
2308
+ "targets": {
2309
+ "dotnet": {
2310
+ "package": "Amazon.CDK.AWS.MediaPackageV2"
2311
+ },
2312
+ "java": {
2313
+ "package": "software.amazon.awscdk.services.mediapackagev2"
2314
+ },
2315
+ "python": {
2316
+ "module": "aws_cdk.aws_mediapackagev2"
2317
+ }
2318
+ }
2319
+ },
2214
2320
  "aws-cdk-lib.aws_mediastore": {
2215
2321
  "targets": {
2216
2322
  "dotnet": {
@@ -2289,6 +2395,19 @@
2289
2395
  }
2290
2396
  }
2291
2397
  },
2398
+ "aws-cdk-lib.aws_neptunegraph": {
2399
+ "targets": {
2400
+ "dotnet": {
2401
+ "package": "Amazon.CDK.AWS.NeptuneGraph"
2402
+ },
2403
+ "java": {
2404
+ "package": "software.amazon.awscdk.services.neptunegraph"
2405
+ },
2406
+ "python": {
2407
+ "module": "aws_cdk.aws_neptunegraph"
2408
+ }
2409
+ }
2410
+ },
2292
2411
  "aws-cdk-lib.aws_networkfirewall": {
2293
2412
  "targets": {
2294
2413
  "dotnet": {
@@ -2425,7 +2544,7 @@
2425
2544
  "package": "Amazon.CDK.AWS.OSIS"
2426
2545
  },
2427
2546
  "java": {
2428
- "package": "services.osis"
2547
+ "package": "software.amazon.awscdk.services.osis"
2429
2548
  },
2430
2549
  "python": {
2431
2550
  "module": "aws_cdk.aws_osis"
@@ -2445,6 +2564,19 @@
2445
2564
  }
2446
2565
  }
2447
2566
  },
2567
+ "aws-cdk-lib.aws_pcaconnectorad": {
2568
+ "targets": {
2569
+ "dotnet": {
2570
+ "package": "Amazon.CDK.AWS.PCAConnectorAD"
2571
+ },
2572
+ "java": {
2573
+ "package": "software.amazon.awscdk.services.pcaconnectorad"
2574
+ },
2575
+ "python": {
2576
+ "module": "aws_cdk.aws_pcaconnectorad"
2577
+ }
2578
+ }
2579
+ },
2448
2580
  "aws-cdk-lib.aws_personalize": {
2449
2581
  "targets": {
2450
2582
  "dotnet": {
@@ -2503,7 +2635,7 @@
2503
2635
  "package": "Amazon.CDK.AWS.Proton"
2504
2636
  },
2505
2637
  "java": {
2506
- "package": "services.proton"
2638
+ "package": "software.amazon.awscdk.services.proton"
2507
2639
  },
2508
2640
  "python": {
2509
2641
  "module": "aws_cdk.aws_proton"
@@ -2822,6 +2954,19 @@
2822
2954
  }
2823
2955
  }
2824
2956
  },
2957
+ "aws-cdk-lib.aws_s3express": {
2958
+ "targets": {
2959
+ "dotnet": {
2960
+ "package": "Amazon.CDK.AWS.S3Express"
2961
+ },
2962
+ "java": {
2963
+ "package": "software.amazon.awscdk.services.s3express"
2964
+ },
2965
+ "python": {
2966
+ "module": "aws_cdk.aws_s3express"
2967
+ }
2968
+ }
2969
+ },
2825
2970
  "aws-cdk-lib.aws_s3objectlambda": {
2826
2971
  "targets": {
2827
2972
  "dotnet": {
@@ -2991,6 +3136,19 @@
2991
3136
  }
2992
3137
  }
2993
3138
  },
3139
+ "aws-cdk-lib.aws_shield": {
3140
+ "targets": {
3141
+ "dotnet": {
3142
+ "package": "Amazon.CDK.AWS.Shield"
3143
+ },
3144
+ "java": {
3145
+ "package": "software.amazon.awscdk.services.shield"
3146
+ },
3147
+ "python": {
3148
+ "module": "aws_cdk.aws_shield"
3149
+ }
3150
+ }
3151
+ },
2994
3152
  "aws-cdk-lib.aws_signer": {
2995
3153
  "targets": {
2996
3154
  "dotnet": {
@@ -3199,6 +3357,19 @@
3199
3357
  }
3200
3358
  }
3201
3359
  },
3360
+ "aws-cdk-lib.aws_verifiedpermissions": {
3361
+ "targets": {
3362
+ "dotnet": {
3363
+ "package": "Amazon.CDK.AWS.VerifiedPermissions"
3364
+ },
3365
+ "java": {
3366
+ "package": "software.amazon.awscdk.services.verifiedpermissions"
3367
+ },
3368
+ "python": {
3369
+ "module": "aws_cdk.aws_verifiedpermissions"
3370
+ }
3371
+ }
3372
+ },
3202
3373
  "aws-cdk-lib.aws_voiceid": {
3203
3374
  "targets": {
3204
3375
  "dotnet": {
@@ -3290,6 +3461,32 @@
3290
3461
  }
3291
3462
  }
3292
3463
  },
3464
+ "aws-cdk-lib.aws_workspacesthinclient": {
3465
+ "targets": {
3466
+ "dotnet": {
3467
+ "package": "Amazon.CDK.AWS.WorkSpacesThinClient"
3468
+ },
3469
+ "java": {
3470
+ "package": "software.amazon.awscdk.services.workspacesthinclient"
3471
+ },
3472
+ "python": {
3473
+ "module": "aws_cdk.aws_workspacesthinclient"
3474
+ }
3475
+ }
3476
+ },
3477
+ "aws-cdk-lib.aws_workspacesweb": {
3478
+ "targets": {
3479
+ "dotnet": {
3480
+ "package": "Amazon.CDK.AWS.WorkSpacesWeb"
3481
+ },
3482
+ "java": {
3483
+ "package": "software.amazon.awscdk.services.workspacesweb"
3484
+ },
3485
+ "python": {
3486
+ "module": "aws_cdk.aws_workspacesweb"
3487
+ }
3488
+ }
3489
+ },
3293
3490
  "aws-cdk-lib.aws_xray": {
3294
3491
  "targets": {
3295
3492
  "dotnet": {
@@ -3537,7 +3734,7 @@
3537
3734
  "kind": "interface",
3538
3735
  "locationInModule": {
3539
3736
  "filename": "src/types.ts",
3540
- "line": 858
3737
+ "line": 892
3541
3738
  },
3542
3739
  "name": "AddFunctionProps",
3543
3740
  "properties": [
@@ -3550,7 +3747,7 @@
3550
3747
  "immutable": true,
3551
3748
  "locationInModule": {
3552
3749
  "filename": "src/types.ts",
3553
- "line": 862
3750
+ "line": 896
3554
3751
  },
3555
3752
  "name": "dataSource",
3556
3753
  "type": {
@@ -3566,7 +3763,7 @@
3566
3763
  "immutable": true,
3567
3764
  "locationInModule": {
3568
3765
  "filename": "src/types.ts",
3569
- "line": 867
3766
+ "line": 901
3570
3767
  },
3571
3768
  "name": "name",
3572
3769
  "type": {
@@ -3583,7 +3780,7 @@
3583
3780
  "immutable": true,
3584
3781
  "locationInModule": {
3585
3782
  "filename": "src/types.ts",
3586
- "line": 902
3783
+ "line": 936
3587
3784
  },
3588
3785
  "name": "code",
3589
3786
  "optional": true,
@@ -3601,7 +3798,7 @@
3601
3798
  "immutable": true,
3602
3799
  "locationInModule": {
3603
3800
  "filename": "src/types.ts",
3604
- "line": 874
3801
+ "line": 908
3605
3802
  },
3606
3803
  "name": "description",
3607
3804
  "optional": true,
@@ -3619,7 +3816,7 @@
3619
3816
  "immutable": true,
3620
3817
  "locationInModule": {
3621
3818
  "filename": "src/types.ts",
3622
- "line": 881
3819
+ "line": 915
3623
3820
  },
3624
3821
  "name": "requestMappingTemplate",
3625
3822
  "optional": true,
@@ -3637,7 +3834,7 @@
3637
3834
  "immutable": true,
3638
3835
  "locationInModule": {
3639
3836
  "filename": "src/types.ts",
3640
- "line": 888
3837
+ "line": 922
3641
3838
  },
3642
3839
  "name": "responseMappingTemplate",
3643
3840
  "optional": true,
@@ -3655,7 +3852,7 @@
3655
3852
  "immutable": true,
3656
3853
  "locationInModule": {
3657
3854
  "filename": "src/types.ts",
3658
- "line": 895
3855
+ "line": 929
3659
3856
  },
3660
3857
  "name": "runtime",
3661
3858
  "optional": true,
@@ -3951,7 +4148,7 @@
3951
4148
  },
3952
4149
  "locationInModule": {
3953
4150
  "filename": "src/amplify-graphql-api.ts",
3954
- "line": 138
4151
+ "line": 139
3955
4152
  },
3956
4153
  "parameters": [
3957
4154
  {
@@ -3986,7 +4183,7 @@
3986
4183
  "kind": "class",
3987
4184
  "locationInModule": {
3988
4185
  "filename": "src/amplify-graphql-api.ts",
3989
- "line": 84
4186
+ "line": 85
3990
4187
  },
3991
4188
  "methods": [
3992
4189
  {
@@ -3998,7 +4195,7 @@
3998
4195
  },
3999
4196
  "locationInModule": {
4000
4197
  "filename": "src/amplify-graphql-api.ts",
4001
- "line": 283
4198
+ "line": 290
4002
4199
  },
4003
4200
  "name": "addDynamoDbDataSource",
4004
4201
  "parameters": [
@@ -4047,7 +4244,7 @@
4047
4244
  },
4048
4245
  "locationInModule": {
4049
4246
  "filename": "src/amplify-graphql-api.ts",
4050
- "line": 295
4247
+ "line": 302
4051
4248
  },
4052
4249
  "name": "addElasticsearchDataSource",
4053
4250
  "parameters": [
@@ -4094,7 +4291,7 @@
4094
4291
  },
4095
4292
  "locationInModule": {
4096
4293
  "filename": "src/amplify-graphql-api.ts",
4097
- "line": 305
4294
+ "line": 312
4098
4295
  },
4099
4296
  "name": "addEventBridgeDataSource",
4100
4297
  "parameters": [
@@ -4141,7 +4338,7 @@
4141
4338
  },
4142
4339
  "locationInModule": {
4143
4340
  "filename": "src/amplify-graphql-api.ts",
4144
- "line": 387
4341
+ "line": 394
4145
4342
  },
4146
4343
  "name": "addFunction",
4147
4344
  "parameters": [
@@ -4176,7 +4373,7 @@
4176
4373
  },
4177
4374
  "locationInModule": {
4178
4375
  "filename": "src/amplify-graphql-api.ts",
4179
- "line": 316
4376
+ "line": 323
4180
4377
  },
4181
4378
  "name": "addHttpDataSource",
4182
4379
  "parameters": [
@@ -4224,7 +4421,7 @@
4224
4421
  },
4225
4422
  "locationInModule": {
4226
4423
  "filename": "src/amplify-graphql-api.ts",
4227
- "line": 327
4424
+ "line": 334
4228
4425
  },
4229
4426
  "name": "addLambdaDataSource",
4230
4427
  "parameters": [
@@ -4272,7 +4469,7 @@
4272
4469
  },
4273
4470
  "locationInModule": {
4274
4471
  "filename": "src/amplify-graphql-api.ts",
4275
- "line": 338
4472
+ "line": 345
4276
4473
  },
4277
4474
  "name": "addNoneDataSource",
4278
4475
  "parameters": [
@@ -4311,7 +4508,7 @@
4311
4508
  },
4312
4509
  "locationInModule": {
4313
4510
  "filename": "src/amplify-graphql-api.ts",
4314
- "line": 349
4511
+ "line": 356
4315
4512
  },
4316
4513
  "name": "addOpenSearchDataSource",
4317
4514
  "parameters": [
@@ -4359,7 +4556,7 @@
4359
4556
  },
4360
4557
  "locationInModule": {
4361
4558
  "filename": "src/amplify-graphql-api.ts",
4362
- "line": 362
4559
+ "line": 369
4363
4560
  },
4364
4561
  "name": "addRdsDataSource",
4365
4562
  "parameters": [
@@ -4426,7 +4623,7 @@
4426
4623
  },
4427
4624
  "locationInModule": {
4428
4625
  "filename": "src/amplify-graphql-api.ts",
4429
- "line": 378
4626
+ "line": 385
4430
4627
  },
4431
4628
  "name": "addResolver",
4432
4629
  "parameters": [
@@ -4467,7 +4664,7 @@
4467
4664
  "immutable": true,
4468
4665
  "locationInModule": {
4469
4666
  "filename": "src/amplify-graphql-api.ts",
4470
- "line": 119
4667
+ "line": 120
4471
4668
  },
4472
4669
  "name": "apiId",
4473
4670
  "type": {
@@ -4482,7 +4679,7 @@
4482
4679
  "immutable": true,
4483
4680
  "locationInModule": {
4484
4681
  "filename": "src/amplify-graphql-api.ts",
4485
- "line": 99
4682
+ "line": 100
4486
4683
  },
4487
4684
  "name": "generatedFunctionSlots",
4488
4685
  "type": {
@@ -4515,7 +4712,7 @@
4515
4712
  "immutable": true,
4516
4713
  "locationInModule": {
4517
4714
  "filename": "src/amplify-graphql-api.ts",
4518
- "line": 104
4715
+ "line": 105
4519
4716
  },
4520
4717
  "name": "graphqlUrl",
4521
4718
  "type": {
@@ -4531,7 +4728,7 @@
4531
4728
  "immutable": true,
4532
4729
  "locationInModule": {
4533
4730
  "filename": "src/amplify-graphql-api.ts",
4534
- "line": 109
4731
+ "line": 110
4535
4732
  },
4536
4733
  "name": "realtimeUrl",
4537
4734
  "type": {
@@ -4546,7 +4743,7 @@
4546
4743
  "immutable": true,
4547
4744
  "locationInModule": {
4548
4745
  "filename": "src/amplify-graphql-api.ts",
4549
- "line": 88
4746
+ "line": 89
4550
4747
  },
4551
4748
  "name": "resources",
4552
4749
  "type": {
@@ -4562,7 +4759,7 @@
4562
4759
  "immutable": true,
4563
4760
  "locationInModule": {
4564
4761
  "filename": "src/amplify-graphql-api.ts",
4565
- "line": 114
4762
+ "line": 115
4566
4763
  },
4567
4764
  "name": "apiKey",
4568
4765
  "optional": true,
@@ -4585,7 +4782,7 @@
4585
4782
  "kind": "interface",
4586
4783
  "locationInModule": {
4587
4784
  "filename": "src/types.ts",
4588
- "line": 761
4785
+ "line": 795
4589
4786
  },
4590
4787
  "name": "AmplifyGraphqlApiCfnResources",
4591
4788
  "properties": [
@@ -4598,7 +4795,7 @@
4598
4795
  "immutable": true,
4599
4796
  "locationInModule": {
4600
4797
  "filename": "src/types.ts",
4601
- "line": 815
4798
+ "line": 849
4602
4799
  },
4603
4800
  "name": "additionalCfnResources",
4604
4801
  "type": {
@@ -4619,7 +4816,7 @@
4619
4816
  "immutable": true,
4620
4817
  "locationInModule": {
4621
4818
  "filename": "src/types.ts",
4622
- "line": 800
4819
+ "line": 834
4623
4820
  },
4624
4821
  "name": "amplifyDynamoDbTables",
4625
4822
  "type": {
@@ -4640,7 +4837,7 @@
4640
4837
  "immutable": true,
4641
4838
  "locationInModule": {
4642
4839
  "filename": "src/types.ts",
4643
- "line": 790
4840
+ "line": 824
4644
4841
  },
4645
4842
  "name": "cfnDataSources",
4646
4843
  "type": {
@@ -4661,7 +4858,7 @@
4661
4858
  "immutable": true,
4662
4859
  "locationInModule": {
4663
4860
  "filename": "src/types.ts",
4664
- "line": 785
4861
+ "line": 819
4665
4862
  },
4666
4863
  "name": "cfnFunctionConfigurations",
4667
4864
  "type": {
@@ -4682,7 +4879,7 @@
4682
4879
  "immutable": true,
4683
4880
  "locationInModule": {
4684
4881
  "filename": "src/types.ts",
4685
- "line": 810
4882
+ "line": 844
4686
4883
  },
4687
4884
  "name": "cfnFunctions",
4688
4885
  "type": {
@@ -4703,7 +4900,7 @@
4703
4900
  "immutable": true,
4704
4901
  "locationInModule": {
4705
4902
  "filename": "src/types.ts",
4706
- "line": 765
4903
+ "line": 799
4707
4904
  },
4708
4905
  "name": "cfnGraphqlApi",
4709
4906
  "type": {
@@ -4719,7 +4916,7 @@
4719
4916
  "immutable": true,
4720
4917
  "locationInModule": {
4721
4918
  "filename": "src/types.ts",
4722
- "line": 770
4919
+ "line": 804
4723
4920
  },
4724
4921
  "name": "cfnGraphqlSchema",
4725
4922
  "type": {
@@ -4735,7 +4932,7 @@
4735
4932
  "immutable": true,
4736
4933
  "locationInModule": {
4737
4934
  "filename": "src/types.ts",
4738
- "line": 780
4935
+ "line": 814
4739
4936
  },
4740
4937
  "name": "cfnResolvers",
4741
4938
  "type": {
@@ -4756,7 +4953,7 @@
4756
4953
  "immutable": true,
4757
4954
  "locationInModule": {
4758
4955
  "filename": "src/types.ts",
4759
- "line": 805
4956
+ "line": 839
4760
4957
  },
4761
4958
  "name": "cfnRoles",
4762
4959
  "type": {
@@ -4777,7 +4974,7 @@
4777
4974
  "immutable": true,
4778
4975
  "locationInModule": {
4779
4976
  "filename": "src/types.ts",
4780
- "line": 795
4977
+ "line": 829
4781
4978
  },
4782
4979
  "name": "cfnTables",
4783
4980
  "type": {
@@ -4798,7 +4995,7 @@
4798
4995
  "immutable": true,
4799
4996
  "locationInModule": {
4800
4997
  "filename": "src/types.ts",
4801
- "line": 775
4998
+ "line": 809
4802
4999
  },
4803
5000
  "name": "cfnApiKey",
4804
5001
  "optional": true,
@@ -4821,7 +5018,7 @@
4821
5018
  "kind": "interface",
4822
5019
  "locationInModule": {
4823
5020
  "filename": "src/types.ts",
4824
- "line": 678
5021
+ "line": 712
4825
5022
  },
4826
5023
  "name": "AmplifyGraphqlApiProps",
4827
5024
  "properties": [
@@ -4835,7 +5032,7 @@
4835
5032
  "immutable": true,
4836
5033
  "locationInModule": {
4837
5034
  "filename": "src/types.ts",
4838
- "line": 695
5035
+ "line": 729
4839
5036
  },
4840
5037
  "name": "authorizationModes",
4841
5038
  "type": {
@@ -4852,7 +5049,7 @@
4852
5049
  "immutable": true,
4853
5050
  "locationInModule": {
4854
5051
  "filename": "src/types.ts",
4855
- "line": 683
5052
+ "line": 717
4856
5053
  },
4857
5054
  "name": "definition",
4858
5055
  "type": {
@@ -4869,7 +5066,7 @@
4869
5066
  "immutable": true,
4870
5067
  "locationInModule": {
4871
5068
  "filename": "src/types.ts",
4872
- "line": 689
5069
+ "line": 723
4873
5070
  },
4874
5071
  "name": "apiName",
4875
5072
  "optional": true,
@@ -4888,7 +5085,7 @@
4888
5085
  "immutable": true,
4889
5086
  "locationInModule": {
4890
5087
  "filename": "src/types.ts",
4891
- "line": 710
5088
+ "line": 744
4892
5089
  },
4893
5090
  "name": "conflictResolution",
4894
5091
  "optional": true,
@@ -4906,7 +5103,7 @@
4906
5103
  "immutable": true,
4907
5104
  "locationInModule": {
4908
5105
  "filename": "src/types.ts",
4909
- "line": 754
5106
+ "line": 788
4910
5107
  },
4911
5108
  "name": "dataStoreConfiguration",
4912
5109
  "optional": true,
@@ -4926,7 +5123,7 @@
4926
5123
  "immutable": true,
4927
5124
  "locationInModule": {
4928
5125
  "filename": "src/types.ts",
4929
- "line": 703
5126
+ "line": 737
4930
5127
  },
4931
5128
  "name": "functionNameMap",
4932
5129
  "optional": true,
@@ -4949,7 +5146,7 @@
4949
5146
  "immutable": true,
4950
5147
  "locationInModule": {
4951
5148
  "filename": "src/types.ts",
4952
- "line": 725
5149
+ "line": 759
4953
5150
  },
4954
5151
  "name": "functionSlots",
4955
5152
  "optional": true,
@@ -4984,7 +5181,7 @@
4984
5181
  "immutable": true,
4985
5182
  "locationInModule": {
4986
5183
  "filename": "src/types.ts",
4987
- "line": 748
5184
+ "line": 782
4988
5185
  },
4989
5186
  "name": "outputStorageStrategy",
4990
5187
  "optional": true,
@@ -5001,7 +5198,7 @@
5001
5198
  "immutable": true,
5002
5199
  "locationInModule": {
5003
5200
  "filename": "src/types.ts",
5004
- "line": 737
5201
+ "line": 771
5005
5202
  },
5006
5203
  "name": "predictionsBucket",
5007
5204
  "optional": true,
@@ -5019,7 +5216,7 @@
5019
5216
  "immutable": true,
5020
5217
  "locationInModule": {
5021
5218
  "filename": "src/types.ts",
5022
- "line": 719
5219
+ "line": 753
5023
5220
  },
5024
5221
  "name": "stackMappings",
5025
5222
  "optional": true,
@@ -5038,14 +5235,14 @@
5038
5235
  "custom": {
5039
5236
  "aws-amplify": "/graphql-transformer-core >= 2.1.1"
5040
5237
  },
5041
- "remarks": "These custom transformers must be implemented with aws-cdk-lib >=2.80.0, and",
5238
+ "remarks": "These custom transformers must be implemented with aws-cdk-lib >=2.129.0, and",
5042
5239
  "stability": "experimental",
5043
5240
  "summary": "Provide a list of additional custom transformers which are injected into the transform process."
5044
5241
  },
5045
5242
  "immutable": true,
5046
5243
  "locationInModule": {
5047
5244
  "filename": "src/types.ts",
5048
- "line": 732
5245
+ "line": 766
5049
5246
  },
5050
5247
  "name": "transformerPlugins",
5051
5248
  "optional": true,
@@ -5067,7 +5264,7 @@
5067
5264
  "immutable": true,
5068
5265
  "locationInModule": {
5069
5266
  "filename": "src/types.ts",
5070
- "line": 743
5267
+ "line": 777
5071
5268
  },
5072
5269
  "name": "translationBehavior",
5073
5270
  "optional": true,
@@ -5090,7 +5287,7 @@
5090
5287
  "kind": "interface",
5091
5288
  "locationInModule": {
5092
5289
  "filename": "src/types.ts",
5093
- "line": 822
5290
+ "line": 856
5094
5291
  },
5095
5292
  "name": "AmplifyGraphqlApiResources",
5096
5293
  "properties": [
@@ -5103,7 +5300,7 @@
5103
5300
  "immutable": true,
5104
5301
  "locationInModule": {
5105
5302
  "filename": "src/types.ts",
5106
- "line": 846
5303
+ "line": 880
5107
5304
  },
5108
5305
  "name": "cfnResources",
5109
5306
  "type": {
@@ -5119,7 +5316,7 @@
5119
5316
  "immutable": true,
5120
5317
  "locationInModule": {
5121
5318
  "filename": "src/types.ts",
5122
- "line": 841
5319
+ "line": 875
5123
5320
  },
5124
5321
  "name": "functions",
5125
5322
  "type": {
@@ -5140,7 +5337,7 @@
5140
5337
  "immutable": true,
5141
5338
  "locationInModule": {
5142
5339
  "filename": "src/types.ts",
5143
- "line": 826
5340
+ "line": 860
5144
5341
  },
5145
5342
  "name": "graphqlApi",
5146
5343
  "type": {
@@ -5156,7 +5353,7 @@
5156
5353
  "immutable": true,
5157
5354
  "locationInModule": {
5158
5355
  "filename": "src/types.ts",
5159
- "line": 851
5356
+ "line": 885
5160
5357
  },
5161
5358
  "name": "nestedStacks",
5162
5359
  "type": {
@@ -5177,7 +5374,7 @@
5177
5374
  "immutable": true,
5178
5375
  "locationInModule": {
5179
5376
  "filename": "src/types.ts",
5180
- "line": 836
5377
+ "line": 870
5181
5378
  },
5182
5379
  "name": "roles",
5183
5380
  "type": {
@@ -5198,7 +5395,7 @@
5198
5395
  "immutable": true,
5199
5396
  "locationInModule": {
5200
5397
  "filename": "src/types.ts",
5201
- "line": 831
5398
+ "line": 865
5202
5399
  },
5203
5400
  "name": "tables",
5204
5401
  "type": {
@@ -6237,7 +6434,7 @@
6237
6434
  "kind": "interface",
6238
6435
  "locationInModule": {
6239
6436
  "filename": "src/types.ts",
6240
- "line": 612
6437
+ "line": 646
6241
6438
  },
6242
6439
  "name": "IAmplifyGraphqlDefinition",
6243
6440
  "properties": [
@@ -6252,7 +6449,7 @@
6252
6449
  "immutable": true,
6253
6450
  "locationInModule": {
6254
6451
  "filename": "src/types.ts",
6255
- "line": 637
6452
+ "line": 671
6256
6453
  },
6257
6454
  "name": "dataSourceStrategies",
6258
6455
  "type": {
@@ -6286,7 +6483,7 @@
6286
6483
  "immutable": true,
6287
6484
  "locationInModule": {
6288
6485
  "filename": "src/types.ts",
6289
- "line": 623
6486
+ "line": 657
6290
6487
  },
6291
6488
  "name": "functionSlots",
6292
6489
  "type": {
@@ -6320,7 +6517,7 @@
6320
6517
  "immutable": true,
6321
6518
  "locationInModule": {
6322
6519
  "filename": "src/types.ts",
6323
- "line": 617
6520
+ "line": 651
6324
6521
  },
6325
6522
  "name": "schema",
6326
6523
  "type": {
@@ -6337,7 +6534,7 @@
6337
6534
  "immutable": true,
6338
6535
  "locationInModule": {
6339
6536
  "filename": "src/types.ts",
6340
- "line": 643
6537
+ "line": 677
6341
6538
  },
6342
6539
  "name": "customSqlDataSourceStrategies",
6343
6540
  "optional": true,
@@ -6361,7 +6558,7 @@
6361
6558
  "immutable": true,
6362
6559
  "locationInModule": {
6363
6560
  "filename": "src/types.ts",
6364
- "line": 631
6561
+ "line": 665
6365
6562
  },
6366
6563
  "name": "referencedLambdaFunctions",
6367
6564
  "optional": true,
@@ -6387,7 +6584,7 @@
6387
6584
  "kind": "interface",
6388
6585
  "locationInModule": {
6389
6586
  "filename": "src/types.ts",
6390
- "line": 649
6587
+ "line": 683
6391
6588
  },
6392
6589
  "name": "IBackendOutputEntry",
6393
6590
  "properties": [
@@ -6400,7 +6597,7 @@
6400
6597
  "immutable": true,
6401
6598
  "locationInModule": {
6402
6599
  "filename": "src/types.ts",
6403
- "line": 658
6600
+ "line": 692
6404
6601
  },
6405
6602
  "name": "payload",
6406
6603
  "type": {
@@ -6421,7 +6618,7 @@
6421
6618
  "immutable": true,
6422
6619
  "locationInModule": {
6423
6620
  "filename": "src/types.ts",
6424
- "line": 653
6621
+ "line": 687
6425
6622
  },
6426
6623
  "name": "version",
6427
6624
  "type": {
@@ -6441,7 +6638,7 @@
6441
6638
  "kind": "interface",
6442
6639
  "locationInModule": {
6443
6640
  "filename": "src/types.ts",
6444
- "line": 664
6641
+ "line": 698
6445
6642
  },
6446
6643
  "methods": [
6447
6644
  {
@@ -6452,7 +6649,7 @@
6452
6649
  },
6453
6650
  "locationInModule": {
6454
6651
  "filename": "src/types.ts",
6455
- "line": 671
6652
+ "line": 705
6456
6653
  },
6457
6654
  "name": "addBackendOutputEntry",
6458
6655
  "parameters": [
@@ -6802,7 +6999,7 @@
6802
6999
  "kind": "interface",
6803
7000
  "locationInModule": {
6804
7001
  "filename": "src/types.ts",
6805
- "line": 504
7002
+ "line": 521
6806
7003
  },
6807
7004
  "name": "PartialTranslationBehavior",
6808
7005
  "properties": [
@@ -6817,7 +7014,7 @@
6817
7014
  "immutable": true,
6818
7015
  "locationInModule": {
6819
7016
  "filename": "src/types.ts",
6820
- "line": 596
7017
+ "line": 613
6821
7018
  },
6822
7019
  "name": "allowDestructiveGraphqlSchemaUpdates",
6823
7020
  "optional": true,
@@ -6835,7 +7032,7 @@
6835
7032
  "immutable": true,
6836
7033
  "locationInModule": {
6837
7034
  "filename": "src/types.ts",
6838
- "line": 516
7035
+ "line": 533
6839
7036
  },
6840
7037
  "name": "disableResolverDeduping",
6841
7038
  "optional": true,
@@ -6857,7 +7054,7 @@
6857
7054
  "immutable": true,
6858
7055
  "locationInModule": {
6859
7056
  "filename": "src/types.ts",
6860
- "line": 561
7057
+ "line": 578
6861
7058
  },
6862
7059
  "name": "enableAutoIndexQueryNames",
6863
7060
  "optional": true,
@@ -6876,7 +7073,7 @@
6876
7073
  "immutable": true,
6877
7074
  "locationInModule": {
6878
7075
  "filename": "src/types.ts",
6879
- "line": 576
7076
+ "line": 593
6880
7077
  },
6881
7078
  "name": "enableSearchNodeToNodeEncryption",
6882
7079
  "optional": true,
@@ -6894,7 +7091,7 @@
6894
7091
  "immutable": true,
6895
7092
  "locationInModule": {
6896
7093
  "filename": "src/types.ts",
6897
- "line": 582
7094
+ "line": 599
6898
7095
  },
6899
7096
  "name": "enableTransformerCfnOutputs",
6900
7097
  "optional": true,
@@ -6912,7 +7109,7 @@
6912
7109
  "immutable": true,
6913
7110
  "locationInModule": {
6914
7111
  "filename": "src/types.ts",
6915
- "line": 541
7112
+ "line": 558
6916
7113
  },
6917
7114
  "name": "populateOwnerFieldForStaticGroupAuth",
6918
7115
  "optional": true,
@@ -6931,7 +7128,7 @@
6931
7128
  "immutable": true,
6932
7129
  "locationInModule": {
6933
7130
  "filename": "src/types.ts",
6934
- "line": 606
7131
+ "line": 623
6935
7132
  },
6936
7133
  "name": "replaceTableUponGsiUpdate",
6937
7134
  "optional": true,
@@ -6949,7 +7146,7 @@
6949
7146
  "immutable": true,
6950
7147
  "locationInModule": {
6951
7148
  "filename": "src/types.ts",
6952
- "line": 567
7149
+ "line": 584
6953
7150
  },
6954
7151
  "name": "respectPrimaryKeyAttributesOnConnectionField",
6955
7152
  "optional": true,
@@ -6967,7 +7164,7 @@
6967
7164
  "immutable": true,
6968
7165
  "locationInModule": {
6969
7166
  "filename": "src/types.ts",
6970
- "line": 522
7167
+ "line": 539
6971
7168
  },
6972
7169
  "name": "sandboxModeEnabled",
6973
7170
  "optional": true,
@@ -6988,7 +7185,7 @@
6988
7185
  "immutable": true,
6989
7186
  "locationInModule": {
6990
7187
  "filename": "src/types.ts",
6991
- "line": 554
7188
+ "line": 571
6992
7189
  },
6993
7190
  "name": "secondaryKeyAsGSI",
6994
7191
  "optional": true,
@@ -7009,7 +7206,7 @@
7009
7206
  "immutable": true,
7010
7207
  "locationInModule": {
7011
7208
  "filename": "src/types.ts",
7012
- "line": 509
7209
+ "line": 526
7013
7210
  },
7014
7211
  "name": "shouldDeepMergeDirectiveConfigDefaults",
7015
7212
  "optional": true,
@@ -7027,7 +7224,7 @@
7027
7224
  "immutable": true,
7028
7225
  "locationInModule": {
7029
7226
  "filename": "src/types.ts",
7030
- "line": 535
7227
+ "line": 552
7031
7228
  },
7032
7229
  "name": "subscriptionsInheritPrimaryAuth",
7033
7230
  "optional": true,
@@ -7046,7 +7243,7 @@
7046
7243
  "immutable": true,
7047
7244
  "locationInModule": {
7048
7245
  "filename": "src/types.ts",
7049
- "line": 548
7246
+ "line": 565
7050
7247
  },
7051
7248
  "name": "suppressApiKeyGeneration",
7052
7249
  "optional": true,
@@ -7064,7 +7261,7 @@
7064
7261
  "immutable": true,
7065
7262
  "locationInModule": {
7066
7263
  "filename": "src/types.ts",
7067
- "line": 529
7264
+ "line": 546
7068
7265
  },
7069
7266
  "name": "useSubUsernameForDefaultIdentityClaim",
7070
7267
  "optional": true,
@@ -8451,6 +8648,6 @@
8451
8648
  "symbolId": "src/model-datasource-strategy-types:VpcConfig"
8452
8649
  }
8453
8650
  },
8454
- "version": "1.11.1",
8455
- "fingerprint": "fLRs0exr9MTBPSkZ5TNAF8Jli5TTVfukC9TLuSg2Wyw="
8651
+ "version": "1.11.2",
8652
+ "fingerprint": "O1HXjhohS6pGVjCMEk0HrmfLMGMsSBboXTQlC+ngIqA="
8456
8653
  }