@aws-amplify/graphql-api-construct 1.12.0-gen2-migration.0 → 1.12.0-gen2-migration-0809.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/.jsii +314 -117
  2. package/API.md +4 -0
  3. package/CHANGELOG.md +15 -1
  4. package/lib/amplify-dynamodb-table-wrapper.js +1 -1
  5. package/lib/amplify-graphql-api.js +16 -10
  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 +9 -1
  12. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +15 -15
  13. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +9 -1
  14. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +8 -8
  15. package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +6 -0
  16. package/node_modules/@aws-amplify/graphql-directives/LICENSE +201 -0
  17. package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.d.ts.map +1 -1
  18. package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.js +1 -1
  19. package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.js.map +1 -1
  20. package/node_modules/@aws-amplify/graphql-directives/package.json +3 -2
  21. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +5 -1
  22. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +9 -9
  23. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +5 -1
  24. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +9 -9
  25. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +9 -1
  26. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +10 -10
  27. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +11 -1
  28. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  29. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +13 -13
  30. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +16 -1
  31. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  32. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  33. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  34. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts.map +1 -1
  35. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js +10 -1
  36. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +1 -1
  37. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts +13 -4
  38. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts.map +1 -1
  39. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js +179 -15
  40. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js.map +1 -1
  41. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.d.ts +1 -1
  42. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.d.ts.map +1 -1
  43. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.js +2 -2
  44. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.js.map +1 -1
  45. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/.package-lock.json +13 -0
  46. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/LICENSE +47 -0
  47. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/README.md +18 -0
  48. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/index.js +1848 -0
  49. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/package.json +16 -0
  50. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package-lock.json +21 -0
  51. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json +11 -0
  52. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +15 -12
  53. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +5 -1
  54. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  55. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +9 -9
  56. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +14 -1
  57. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts.map +1 -1
  58. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +14 -0
  59. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -1
  60. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts.map +1 -1
  61. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js +12 -1
  62. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js.map +1 -1
  63. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts.map +1 -1
  64. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js +12 -1
  65. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js.map +1 -1
  66. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.d.ts.map +1 -1
  67. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js +7 -1
  68. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js.map +1 -1
  69. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.d.ts.map +1 -1
  70. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js +7 -1
  71. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js.map +1 -1
  72. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.d.ts.map +1 -1
  73. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.js +7 -8
  74. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolver/rds-generator.js.map +1 -1
  75. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts +1 -0
  76. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts.map +1 -1
  77. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts +1 -0
  78. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts.map +1 -1
  79. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js +9 -1
  80. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -1
  81. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +11 -11
  82. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +9 -1
  83. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  84. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +10 -10
  85. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +9 -1
  86. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +10 -10
  87. package/node_modules/@aws-amplify/graphql-transformer/API.md +1 -0
  88. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +11 -1
  89. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +1 -0
  90. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -1
  91. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +4 -3
  92. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
  93. package/node_modules/@aws-amplify/graphql-transformer/package.json +17 -17
  94. package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +6 -3
  95. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +7 -1
  96. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts.map +1 -1
  97. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js +1 -0
  98. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js.map +1 -1
  99. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +7 -7
  100. package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +1 -0
  101. package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +7 -1
  102. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts +1 -0
  103. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts.map +1 -1
  104. package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +4 -4
  105. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameters.ts +1 -0
  106. package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
  107. package/node_modules/graphql-transformer-common/CHANGELOG.md +1 -1
  108. package/node_modules/graphql-transformer-common/package.json +2 -2
  109. package/package.json +23 -23
  110. package/src/amplify-graphql-api.ts +15 -8
  111. package/src/internal/default-parameters.ts +1 -0
  112. package/src/types.ts +35 -1
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.3-gen2-migration.0",
12
- "@aws-amplify/graphql-default-value-transformer": "2.3.11-gen2-migration.0",
13
- "@aws-amplify/graphql-directives": "1.1.0",
14
- "@aws-amplify/graphql-function-transformer": "2.1.26-gen2-migration.0",
15
- "@aws-amplify/graphql-http-transformer": "2.1.26-gen2-migration.0",
16
- "@aws-amplify/graphql-index-transformer": "2.4.7-gen2-migration.0",
17
- "@aws-amplify/graphql-maps-to-transformer": "3.4.21-gen2-migration.0",
18
- "@aws-amplify/graphql-model-transformer": "2.12.0-gen2-migration.0",
19
- "@aws-amplify/graphql-predictions-transformer": "2.1.26-gen2-migration.0",
20
- "@aws-amplify/graphql-relational-transformer": "2.5.9-gen2-migration.0",
21
- "@aws-amplify/graphql-searchable-transformer": "2.7.7-gen2-migration.0",
22
- "@aws-amplify/graphql-sql-transformer": "0.3.7-gen2-migration.0",
23
- "@aws-amplify/graphql-transformer": "1.7.0-gen2-migration.0",
24
- "@aws-amplify/graphql-transformer-core": "2.10.0-gen2-migration.0",
25
- "@aws-amplify/graphql-transformer-interfaces": "3.11.0-gen2-migration.0",
11
+ "@aws-amplify/graphql-auth-transformer": "3.6.5-gen2-migration-0809.0",
12
+ "@aws-amplify/graphql-default-value-transformer": "2.3.13-gen2-migration-0809.0",
13
+ "@aws-amplify/graphql-directives": "1.2.0-gen2-migration-0809.0",
14
+ "@aws-amplify/graphql-function-transformer": "2.1.27-gen2-migration-0809.0",
15
+ "@aws-amplify/graphql-http-transformer": "2.1.27-gen2-migration-0809.0",
16
+ "@aws-amplify/graphql-index-transformer": "2.4.9-gen2-migration-0809.0",
17
+ "@aws-amplify/graphql-maps-to-transformer": "3.4.23-gen2-migration-0809.0",
18
+ "@aws-amplify/graphql-model-transformer": "2.12.0-gen2-migration-0809.0",
19
+ "@aws-amplify/graphql-predictions-transformer": "2.1.27-gen2-migration-0809.0",
20
+ "@aws-amplify/graphql-relational-transformer": "2.6.0-gen2-migration-0809.0",
21
+ "@aws-amplify/graphql-searchable-transformer": "2.7.9-gen2-migration-0809.0",
22
+ "@aws-amplify/graphql-sql-transformer": "0.3.9-gen2-migration-0809.0",
23
+ "@aws-amplify/graphql-transformer": "1.7.0-gen2-migration-0809.0",
24
+ "@aws-amplify/graphql-transformer-core": "2.10.0-gen2-migration-0809.0",
25
+ "@aws-amplify/graphql-transformer-interfaces": "3.11.0-gen2-migration-0809.0",
26
26
  "@aws-amplify/platform-core": "^0.2.0",
27
27
  "@aws-amplify/plugin-types": "^0.4.1",
28
28
  "charenc": "^0.0.2",
@@ -31,7 +31,7 @@
31
31
  "graceful-fs": "^4.2.11",
32
32
  "graphql": "^15.5.0",
33
33
  "graphql-mapping-template": "4.20.16",
34
- "graphql-transformer-common": "4.32.0-gen2-migration.0",
34
+ "graphql-transformer-common": "4.32.0-gen2-migration-0809.0",
35
35
  "hjson": "^3.2.2",
36
36
  "immer": "^9.0.12",
37
37
  "is-buffer": "^2.0.5",
@@ -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": 287
4198
+ "line": 294
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": 299
4247
+ "line": 306
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": 309
4294
+ "line": 316
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": 391
4341
+ "line": 398
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": 320
4376
+ "line": 327
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": 331
4424
+ "line": 338
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": 342
4472
+ "line": 349
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": 353
4511
+ "line": 360
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": 366
4559
+ "line": 373
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": 382
4626
+ "line": 389
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": {
@@ -6243,7 +6440,7 @@
6243
6440
  "kind": "interface",
6244
6441
  "locationInModule": {
6245
6442
  "filename": "src/types.ts",
6246
- "line": 612
6443
+ "line": 646
6247
6444
  },
6248
6445
  "name": "IAmplifyGraphqlDefinition",
6249
6446
  "properties": [
@@ -6258,7 +6455,7 @@
6258
6455
  "immutable": true,
6259
6456
  "locationInModule": {
6260
6457
  "filename": "src/types.ts",
6261
- "line": 637
6458
+ "line": 671
6262
6459
  },
6263
6460
  "name": "dataSourceStrategies",
6264
6461
  "type": {
@@ -6295,7 +6492,7 @@
6295
6492
  "immutable": true,
6296
6493
  "locationInModule": {
6297
6494
  "filename": "src/types.ts",
6298
- "line": 623
6495
+ "line": 657
6299
6496
  },
6300
6497
  "name": "functionSlots",
6301
6498
  "type": {
@@ -6329,7 +6526,7 @@
6329
6526
  "immutable": true,
6330
6527
  "locationInModule": {
6331
6528
  "filename": "src/types.ts",
6332
- "line": 617
6529
+ "line": 651
6333
6530
  },
6334
6531
  "name": "schema",
6335
6532
  "type": {
@@ -6346,7 +6543,7 @@
6346
6543
  "immutable": true,
6347
6544
  "locationInModule": {
6348
6545
  "filename": "src/types.ts",
6349
- "line": 643
6546
+ "line": 677
6350
6547
  },
6351
6548
  "name": "customSqlDataSourceStrategies",
6352
6549
  "optional": true,
@@ -6370,7 +6567,7 @@
6370
6567
  "immutable": true,
6371
6568
  "locationInModule": {
6372
6569
  "filename": "src/types.ts",
6373
- "line": 631
6570
+ "line": 665
6374
6571
  },
6375
6572
  "name": "referencedLambdaFunctions",
6376
6573
  "optional": true,
@@ -6396,7 +6593,7 @@
6396
6593
  "kind": "interface",
6397
6594
  "locationInModule": {
6398
6595
  "filename": "src/types.ts",
6399
- "line": 649
6596
+ "line": 683
6400
6597
  },
6401
6598
  "name": "IBackendOutputEntry",
6402
6599
  "properties": [
@@ -6409,7 +6606,7 @@
6409
6606
  "immutable": true,
6410
6607
  "locationInModule": {
6411
6608
  "filename": "src/types.ts",
6412
- "line": 658
6609
+ "line": 692
6413
6610
  },
6414
6611
  "name": "payload",
6415
6612
  "type": {
@@ -6430,7 +6627,7 @@
6430
6627
  "immutable": true,
6431
6628
  "locationInModule": {
6432
6629
  "filename": "src/types.ts",
6433
- "line": 653
6630
+ "line": 687
6434
6631
  },
6435
6632
  "name": "version",
6436
6633
  "type": {
@@ -6450,7 +6647,7 @@
6450
6647
  "kind": "interface",
6451
6648
  "locationInModule": {
6452
6649
  "filename": "src/types.ts",
6453
- "line": 664
6650
+ "line": 698
6454
6651
  },
6455
6652
  "methods": [
6456
6653
  {
@@ -6461,7 +6658,7 @@
6461
6658
  },
6462
6659
  "locationInModule": {
6463
6660
  "filename": "src/types.ts",
6464
- "line": 671
6661
+ "line": 705
6465
6662
  },
6466
6663
  "name": "addBackendOutputEntry",
6467
6664
  "parameters": [
@@ -6875,7 +7072,7 @@
6875
7072
  "kind": "interface",
6876
7073
  "locationInModule": {
6877
7074
  "filename": "src/types.ts",
6878
- "line": 504
7075
+ "line": 521
6879
7076
  },
6880
7077
  "name": "PartialTranslationBehavior",
6881
7078
  "properties": [
@@ -6890,7 +7087,7 @@
6890
7087
  "immutable": true,
6891
7088
  "locationInModule": {
6892
7089
  "filename": "src/types.ts",
6893
- "line": 596
7090
+ "line": 613
6894
7091
  },
6895
7092
  "name": "allowDestructiveGraphqlSchemaUpdates",
6896
7093
  "optional": true,
@@ -6908,7 +7105,7 @@
6908
7105
  "immutable": true,
6909
7106
  "locationInModule": {
6910
7107
  "filename": "src/types.ts",
6911
- "line": 516
7108
+ "line": 533
6912
7109
  },
6913
7110
  "name": "disableResolverDeduping",
6914
7111
  "optional": true,
@@ -6930,7 +7127,7 @@
6930
7127
  "immutable": true,
6931
7128
  "locationInModule": {
6932
7129
  "filename": "src/types.ts",
6933
- "line": 561
7130
+ "line": 578
6934
7131
  },
6935
7132
  "name": "enableAutoIndexQueryNames",
6936
7133
  "optional": true,
@@ -6949,7 +7146,7 @@
6949
7146
  "immutable": true,
6950
7147
  "locationInModule": {
6951
7148
  "filename": "src/types.ts",
6952
- "line": 576
7149
+ "line": 593
6953
7150
  },
6954
7151
  "name": "enableSearchNodeToNodeEncryption",
6955
7152
  "optional": true,
@@ -6967,7 +7164,7 @@
6967
7164
  "immutable": true,
6968
7165
  "locationInModule": {
6969
7166
  "filename": "src/types.ts",
6970
- "line": 582
7167
+ "line": 599
6971
7168
  },
6972
7169
  "name": "enableTransformerCfnOutputs",
6973
7170
  "optional": true,
@@ -6985,7 +7182,7 @@
6985
7182
  "immutable": true,
6986
7183
  "locationInModule": {
6987
7184
  "filename": "src/types.ts",
6988
- "line": 541
7185
+ "line": 558
6989
7186
  },
6990
7187
  "name": "populateOwnerFieldForStaticGroupAuth",
6991
7188
  "optional": true,
@@ -7004,7 +7201,7 @@
7004
7201
  "immutable": true,
7005
7202
  "locationInModule": {
7006
7203
  "filename": "src/types.ts",
7007
- "line": 606
7204
+ "line": 623
7008
7205
  },
7009
7206
  "name": "replaceTableUponGsiUpdate",
7010
7207
  "optional": true,
@@ -7022,7 +7219,7 @@
7022
7219
  "immutable": true,
7023
7220
  "locationInModule": {
7024
7221
  "filename": "src/types.ts",
7025
- "line": 567
7222
+ "line": 584
7026
7223
  },
7027
7224
  "name": "respectPrimaryKeyAttributesOnConnectionField",
7028
7225
  "optional": true,
@@ -7040,7 +7237,7 @@
7040
7237
  "immutable": true,
7041
7238
  "locationInModule": {
7042
7239
  "filename": "src/types.ts",
7043
- "line": 522
7240
+ "line": 539
7044
7241
  },
7045
7242
  "name": "sandboxModeEnabled",
7046
7243
  "optional": true,
@@ -7061,7 +7258,7 @@
7061
7258
  "immutable": true,
7062
7259
  "locationInModule": {
7063
7260
  "filename": "src/types.ts",
7064
- "line": 554
7261
+ "line": 571
7065
7262
  },
7066
7263
  "name": "secondaryKeyAsGSI",
7067
7264
  "optional": true,
@@ -7082,7 +7279,7 @@
7082
7279
  "immutable": true,
7083
7280
  "locationInModule": {
7084
7281
  "filename": "src/types.ts",
7085
- "line": 509
7282
+ "line": 526
7086
7283
  },
7087
7284
  "name": "shouldDeepMergeDirectiveConfigDefaults",
7088
7285
  "optional": true,
@@ -7100,7 +7297,7 @@
7100
7297
  "immutable": true,
7101
7298
  "locationInModule": {
7102
7299
  "filename": "src/types.ts",
7103
- "line": 535
7300
+ "line": 552
7104
7301
  },
7105
7302
  "name": "subscriptionsInheritPrimaryAuth",
7106
7303
  "optional": true,
@@ -7119,7 +7316,7 @@
7119
7316
  "immutable": true,
7120
7317
  "locationInModule": {
7121
7318
  "filename": "src/types.ts",
7122
- "line": 548
7319
+ "line": 565
7123
7320
  },
7124
7321
  "name": "suppressApiKeyGeneration",
7125
7322
  "optional": true,
@@ -7137,7 +7334,7 @@
7137
7334
  "immutable": true,
7138
7335
  "locationInModule": {
7139
7336
  "filename": "src/types.ts",
7140
- "line": 529
7337
+ "line": 546
7141
7338
  },
7142
7339
  "name": "useSubUsernameForDefaultIdentityClaim",
7143
7340
  "optional": true,
@@ -8524,6 +8721,6 @@
8524
8721
  "symbolId": "src/model-datasource-strategy-types:VpcConfig"
8525
8722
  }
8526
8723
  },
8527
- "version": "1.12.0-gen2-migration.0",
8528
- "fingerprint": "8wU+/SIeguAFhSukJ8kDXKv5bUAnk/aj7J5Debh6kNU="
8724
+ "version": "1.12.0-gen2-migration-0809.0",
8725
+ "fingerprint": "nZlGQgE1fYFZQ0CvXeI/q+ONKUZIDMAuhkdbYdsKMDo="
8529
8726
  }