@aws-amplify/graphql-api-construct 1.7.0-cors-rule.0 → 1.7.0-gen2-release.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (159) hide show
  1. package/.jsii +312 -199
  2. package/API.md +16 -3
  3. package/CHANGELOG.md +3 -2
  4. package/lib/amplify-dynamodb-table-wrapper.js +1 -1
  5. package/lib/amplify-graphql-api.js +3 -2
  6. package/lib/amplify-graphql-definition.js +1 -1
  7. package/lib/index.d.ts +1 -1
  8. package/lib/index.js +1 -1
  9. package/lib/internal/authorization-modes.d.ts +12 -1
  10. package/lib/internal/authorization-modes.js +47 -7
  11. package/lib/internal/codegen-assets.js +2 -6
  12. package/lib/sql-model-datasource-strategy.js +1 -1
  13. package/lib/types.d.ts +51 -5
  14. package/lib/types.js +1 -1
  15. package/node_modules/@aws-amplify/graphql-auth-transformer/API.md +4 -2
  16. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +5 -2
  17. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -1
  18. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +30 -19
  19. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -1
  20. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.d.ts.map +1 -1
  21. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.js +1 -0
  22. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.js.map +1 -1
  23. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts +3 -2
  24. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts.map +1 -1
  25. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.js +1 -0
  26. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.js.map +1 -1
  27. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts +2 -1
  28. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts.map +1 -1
  29. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js +22 -11
  30. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js.map +1 -1
  31. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.d.ts.map +1 -1
  32. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js +11 -4
  33. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js.map +1 -1
  34. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.d.ts +1 -0
  35. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.d.ts.map +1 -1
  36. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.js +10 -1
  37. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.js.map +1 -1
  38. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/common.d.ts +4 -0
  39. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/common.d.ts.map +1 -0
  40. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/common.js +12 -0
  41. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/common.js.map +1 -0
  42. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/ddb-vtl-generator.d.ts +1 -1
  43. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/ddb-vtl-generator.d.ts.map +1 -1
  44. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/ddb-vtl-generator.js +1 -1
  45. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/ddb-vtl-generator.js.map +1 -1
  46. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/field.d.ts +1 -1
  47. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/field.d.ts.map +1 -1
  48. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/field.js +18 -8
  49. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/field.js.map +1 -1
  50. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/helpers.d.ts +9 -2
  51. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/helpers.d.ts.map +1 -1
  52. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/helpers.js +16 -9
  53. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/helpers.js.map +1 -1
  54. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.create.d.ts.map +1 -1
  55. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.create.js +5 -4
  56. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.create.js.map +1 -1
  57. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.delete.d.ts.map +1 -1
  58. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.delete.js +5 -4
  59. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.delete.js.map +1 -1
  60. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.update.d.ts.map +1 -1
  61. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.update.js +5 -4
  62. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/mutation.update.js.map +1 -1
  63. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/query.d.ts.map +1 -1
  64. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/query.js +15 -4
  65. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/query.js.map +1 -1
  66. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/search.d.ts.map +1 -1
  67. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/search.js +5 -4
  68. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/search.js.map +1 -1
  69. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/subscriptions.d.ts.map +1 -1
  70. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/subscriptions.js +8 -2
  71. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/ddb/resolvers/subscriptions.js.map +1 -1
  72. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/rds-vtl-generator.d.ts +1 -1
  73. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/rds-vtl-generator.d.ts.map +1 -1
  74. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/rds-vtl-generator.js +2 -2
  75. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/rds-vtl-generator.js.map +1 -1
  76. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/common.d.ts +3 -2
  77. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/common.d.ts.map +1 -1
  78. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/common.js +26 -15
  79. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/common.js.map +1 -1
  80. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/mutation.d.ts.map +1 -1
  81. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/mutation.js +5 -5
  82. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/mutation.js.map +1 -1
  83. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/query.js +3 -3
  84. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/query.js.map +1 -1
  85. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/subscription.js +1 -1
  86. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/subscription.js.map +1 -1
  87. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/vtl-generator.d.ts +1 -1
  88. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/vtl-generator.d.ts.map +1 -1
  89. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +12 -12
  90. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +1 -1
  91. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +7 -7
  92. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +1 -1
  93. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +6 -6
  94. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +1 -1
  95. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +6 -6
  96. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +1 -1
  97. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +7 -7
  98. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +1 -1
  99. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  100. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +10 -10
  101. package/node_modules/@aws-amplify/graphql-model-transformer/API.md +2 -2
  102. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +2 -1
  103. package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts +1 -0
  104. package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts.map +1 -1
  105. package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.js +2 -1
  106. package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.js.map +1 -1
  107. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts.map +1 -1
  108. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js +29 -16
  109. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js.map +1 -1
  110. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.d.ts +1 -1
  111. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.d.ts.map +1 -1
  112. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.js +11 -7
  113. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.js.map +1 -1
  114. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  115. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  116. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  117. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.d.ts +1 -1
  118. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.d.ts.map +1 -1
  119. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.js +16 -7
  120. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.js.map +1 -1
  121. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts.map +1 -1
  122. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js +3 -3
  123. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js.map +1 -1
  124. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +6 -6
  125. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +1 -1
  126. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  127. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +6 -6
  128. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +1 -1
  129. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +8 -8
  130. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +1 -1
  131. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  132. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +7 -7
  133. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +1 -1
  134. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +7 -7
  135. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +1 -1
  136. package/node_modules/@aws-amplify/graphql-transformer/package.json +15 -15
  137. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +1 -1
  138. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +4 -4
  139. package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +1 -0
  140. package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +2 -1
  141. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts +1 -0
  142. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts.map +1 -1
  143. package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +2 -2
  144. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/synth-parameters.ts +1 -0
  145. package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
  146. package/node_modules/graphql-transformer-common/API.md +13 -0
  147. package/node_modules/graphql-transformer-common/CHANGELOG.md +6 -0
  148. package/node_modules/graphql-transformer-common/LICENSE +201 -0
  149. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.d.ts +13 -0
  150. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.d.ts.map +1 -1
  151. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.js +13 -0
  152. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.js.map +1 -1
  153. package/node_modules/graphql-transformer-common/package.json +3 -2
  154. package/package.json +18 -18
  155. package/src/amplify-graphql-api.ts +2 -0
  156. package/src/index.ts +1 -0
  157. package/src/internal/authorization-modes.ts +57 -8
  158. package/src/internal/codegen-assets.ts +1 -5
  159. package/src/types.ts +56 -5
package/.jsii CHANGED
@@ -8,20 +8,20 @@
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.4.2-cors-rule.0",
12
- "@aws-amplify/graphql-default-value-transformer": "2.3.2-cors-rule.0",
13
- "@aws-amplify/graphql-function-transformer": "2.1.19-cors-rule.0",
14
- "@aws-amplify/graphql-http-transformer": "2.1.19-cors-rule.0",
15
- "@aws-amplify/graphql-index-transformer": "2.3.8-cors-rule.0",
16
- "@aws-amplify/graphql-maps-to-transformer": "3.4.9-cors-rule.0",
17
- "@aws-amplify/graphql-model-transformer": "2.7.0-cors-rule.0",
18
- "@aws-amplify/graphql-predictions-transformer": "2.1.19-cors-rule.0",
19
- "@aws-amplify/graphql-relational-transformer": "2.4.2-cors-rule.0",
20
- "@aws-amplify/graphql-searchable-transformer": "2.6.2-cors-rule.0",
21
- "@aws-amplify/graphql-sql-transformer": "0.2.8-cors-rule.0",
22
- "@aws-amplify/graphql-transformer": "1.4.0-cors-rule.0",
23
- "@aws-amplify/graphql-transformer-core": "2.5.1-cors-rule.0",
24
- "@aws-amplify/graphql-transformer-interfaces": "3.5.0-cors-rule.0",
11
+ "@aws-amplify/graphql-auth-transformer": "3.5.0-gen2-release.0",
12
+ "@aws-amplify/graphql-default-value-transformer": "2.3.2-gen2-release.0",
13
+ "@aws-amplify/graphql-function-transformer": "2.1.19-gen2-release.0",
14
+ "@aws-amplify/graphql-http-transformer": "2.1.19-gen2-release.0",
15
+ "@aws-amplify/graphql-index-transformer": "2.3.8-gen2-release.0",
16
+ "@aws-amplify/graphql-maps-to-transformer": "3.4.9-gen2-release.0",
17
+ "@aws-amplify/graphql-model-transformer": "2.7.0-gen2-release.0",
18
+ "@aws-amplify/graphql-predictions-transformer": "2.1.19-gen2-release.0",
19
+ "@aws-amplify/graphql-relational-transformer": "2.4.2-gen2-release.0",
20
+ "@aws-amplify/graphql-searchable-transformer": "2.6.2-gen2-release.0",
21
+ "@aws-amplify/graphql-sql-transformer": "0.2.8-gen2-release.0",
22
+ "@aws-amplify/graphql-transformer": "1.4.0-gen2-release.0",
23
+ "@aws-amplify/graphql-transformer-core": "2.5.1-gen2-release.0",
24
+ "@aws-amplify/graphql-transformer-interfaces": "3.5.0-gen2-release.0",
25
25
  "@aws-amplify/platform-core": "^0.2.0",
26
26
  "@aws-amplify/plugin-types": "^0.4.1",
27
27
  "charenc": "^0.0.2",
@@ -30,7 +30,7 @@
30
30
  "graceful-fs": "^4.2.11",
31
31
  "graphql": "^15.5.0",
32
32
  "graphql-mapping-template": "4.20.15",
33
- "graphql-transformer-common": "4.28.1",
33
+ "graphql-transformer-common": "4.29.0-gen2-release.0",
34
34
  "hjson": "^3.2.2",
35
35
  "immer": "^9.0.12",
36
36
  "is-buffer": "^2.0.5",
@@ -3536,7 +3536,7 @@
3536
3536
  "kind": "interface",
3537
3537
  "locationInModule": {
3538
3538
  "filename": "src/types.ts",
3539
- "line": 795
3539
+ "line": 846
3540
3540
  },
3541
3541
  "name": "AddFunctionProps",
3542
3542
  "properties": [
@@ -3549,7 +3549,7 @@
3549
3549
  "immutable": true,
3550
3550
  "locationInModule": {
3551
3551
  "filename": "src/types.ts",
3552
- "line": 799
3552
+ "line": 850
3553
3553
  },
3554
3554
  "name": "dataSource",
3555
3555
  "type": {
@@ -3565,7 +3565,7 @@
3565
3565
  "immutable": true,
3566
3566
  "locationInModule": {
3567
3567
  "filename": "src/types.ts",
3568
- "line": 804
3568
+ "line": 855
3569
3569
  },
3570
3570
  "name": "name",
3571
3571
  "type": {
@@ -3582,7 +3582,7 @@
3582
3582
  "immutable": true,
3583
3583
  "locationInModule": {
3584
3584
  "filename": "src/types.ts",
3585
- "line": 839
3585
+ "line": 890
3586
3586
  },
3587
3587
  "name": "code",
3588
3588
  "optional": true,
@@ -3600,7 +3600,7 @@
3600
3600
  "immutable": true,
3601
3601
  "locationInModule": {
3602
3602
  "filename": "src/types.ts",
3603
- "line": 811
3603
+ "line": 862
3604
3604
  },
3605
3605
  "name": "description",
3606
3606
  "optional": true,
@@ -3618,7 +3618,7 @@
3618
3618
  "immutable": true,
3619
3619
  "locationInModule": {
3620
3620
  "filename": "src/types.ts",
3621
- "line": 818
3621
+ "line": 869
3622
3622
  },
3623
3623
  "name": "requestMappingTemplate",
3624
3624
  "optional": true,
@@ -3636,7 +3636,7 @@
3636
3636
  "immutable": true,
3637
3637
  "locationInModule": {
3638
3638
  "filename": "src/types.ts",
3639
- "line": 825
3639
+ "line": 876
3640
3640
  },
3641
3641
  "name": "responseMappingTemplate",
3642
3642
  "optional": true,
@@ -3654,7 +3654,7 @@
3654
3654
  "immutable": true,
3655
3655
  "locationInModule": {
3656
3656
  "filename": "src/types.ts",
3657
- "line": 832
3657
+ "line": 883
3658
3658
  },
3659
3659
  "name": "runtime",
3660
3660
  "optional": true,
@@ -3950,7 +3950,7 @@
3950
3950
  },
3951
3951
  "locationInModule": {
3952
3952
  "filename": "src/amplify-graphql-api.ts",
3953
- "line": 139
3953
+ "line": 140
3954
3954
  },
3955
3955
  "parameters": [
3956
3956
  {
@@ -3985,7 +3985,7 @@
3985
3985
  "kind": "class",
3986
3986
  "locationInModule": {
3987
3987
  "filename": "src/amplify-graphql-api.ts",
3988
- "line": 85
3988
+ "line": 86
3989
3989
  },
3990
3990
  "methods": [
3991
3991
  {
@@ -3997,7 +3997,7 @@
3997
3997
  },
3998
3998
  "locationInModule": {
3999
3999
  "filename": "src/amplify-graphql-api.ts",
4000
- "line": 285
4000
+ "line": 287
4001
4001
  },
4002
4002
  "name": "addDynamoDbDataSource",
4003
4003
  "parameters": [
@@ -4046,7 +4046,7 @@
4046
4046
  },
4047
4047
  "locationInModule": {
4048
4048
  "filename": "src/amplify-graphql-api.ts",
4049
- "line": 297
4049
+ "line": 299
4050
4050
  },
4051
4051
  "name": "addElasticsearchDataSource",
4052
4052
  "parameters": [
@@ -4093,7 +4093,7 @@
4093
4093
  },
4094
4094
  "locationInModule": {
4095
4095
  "filename": "src/amplify-graphql-api.ts",
4096
- "line": 307
4096
+ "line": 309
4097
4097
  },
4098
4098
  "name": "addEventBridgeDataSource",
4099
4099
  "parameters": [
@@ -4140,7 +4140,7 @@
4140
4140
  },
4141
4141
  "locationInModule": {
4142
4142
  "filename": "src/amplify-graphql-api.ts",
4143
- "line": 389
4143
+ "line": 391
4144
4144
  },
4145
4145
  "name": "addFunction",
4146
4146
  "parameters": [
@@ -4175,7 +4175,7 @@
4175
4175
  },
4176
4176
  "locationInModule": {
4177
4177
  "filename": "src/amplify-graphql-api.ts",
4178
- "line": 318
4178
+ "line": 320
4179
4179
  },
4180
4180
  "name": "addHttpDataSource",
4181
4181
  "parameters": [
@@ -4223,7 +4223,7 @@
4223
4223
  },
4224
4224
  "locationInModule": {
4225
4225
  "filename": "src/amplify-graphql-api.ts",
4226
- "line": 329
4226
+ "line": 331
4227
4227
  },
4228
4228
  "name": "addLambdaDataSource",
4229
4229
  "parameters": [
@@ -4271,7 +4271,7 @@
4271
4271
  },
4272
4272
  "locationInModule": {
4273
4273
  "filename": "src/amplify-graphql-api.ts",
4274
- "line": 340
4274
+ "line": 342
4275
4275
  },
4276
4276
  "name": "addNoneDataSource",
4277
4277
  "parameters": [
@@ -4310,7 +4310,7 @@
4310
4310
  },
4311
4311
  "locationInModule": {
4312
4312
  "filename": "src/amplify-graphql-api.ts",
4313
- "line": 351
4313
+ "line": 353
4314
4314
  },
4315
4315
  "name": "addOpenSearchDataSource",
4316
4316
  "parameters": [
@@ -4358,7 +4358,7 @@
4358
4358
  },
4359
4359
  "locationInModule": {
4360
4360
  "filename": "src/amplify-graphql-api.ts",
4361
- "line": 364
4361
+ "line": 366
4362
4362
  },
4363
4363
  "name": "addRdsDataSource",
4364
4364
  "parameters": [
@@ -4425,7 +4425,7 @@
4425
4425
  },
4426
4426
  "locationInModule": {
4427
4427
  "filename": "src/amplify-graphql-api.ts",
4428
- "line": 380
4428
+ "line": 382
4429
4429
  },
4430
4430
  "name": "addResolver",
4431
4431
  "parameters": [
@@ -4466,7 +4466,7 @@
4466
4466
  "immutable": true,
4467
4467
  "locationInModule": {
4468
4468
  "filename": "src/amplify-graphql-api.ts",
4469
- "line": 120
4469
+ "line": 121
4470
4470
  },
4471
4471
  "name": "apiId",
4472
4472
  "type": {
@@ -4481,7 +4481,7 @@
4481
4481
  "immutable": true,
4482
4482
  "locationInModule": {
4483
4483
  "filename": "src/amplify-graphql-api.ts",
4484
- "line": 100
4484
+ "line": 101
4485
4485
  },
4486
4486
  "name": "generatedFunctionSlots",
4487
4487
  "type": {
@@ -4514,7 +4514,7 @@
4514
4514
  "immutable": true,
4515
4515
  "locationInModule": {
4516
4516
  "filename": "src/amplify-graphql-api.ts",
4517
- "line": 105
4517
+ "line": 106
4518
4518
  },
4519
4519
  "name": "graphqlUrl",
4520
4520
  "type": {
@@ -4530,7 +4530,7 @@
4530
4530
  "immutable": true,
4531
4531
  "locationInModule": {
4532
4532
  "filename": "src/amplify-graphql-api.ts",
4533
- "line": 110
4533
+ "line": 111
4534
4534
  },
4535
4535
  "name": "realtimeUrl",
4536
4536
  "type": {
@@ -4545,7 +4545,7 @@
4545
4545
  "immutable": true,
4546
4546
  "locationInModule": {
4547
4547
  "filename": "src/amplify-graphql-api.ts",
4548
- "line": 89
4548
+ "line": 90
4549
4549
  },
4550
4550
  "name": "resources",
4551
4551
  "type": {
@@ -4561,7 +4561,7 @@
4561
4561
  "immutable": true,
4562
4562
  "locationInModule": {
4563
4563
  "filename": "src/amplify-graphql-api.ts",
4564
- "line": 115
4564
+ "line": 116
4565
4565
  },
4566
4566
  "name": "apiKey",
4567
4567
  "optional": true,
@@ -4584,7 +4584,7 @@
4584
4584
  "kind": "interface",
4585
4585
  "locationInModule": {
4586
4586
  "filename": "src/types.ts",
4587
- "line": 698
4587
+ "line": 749
4588
4588
  },
4589
4589
  "name": "AmplifyGraphqlApiCfnResources",
4590
4590
  "properties": [
@@ -4597,7 +4597,7 @@
4597
4597
  "immutable": true,
4598
4598
  "locationInModule": {
4599
4599
  "filename": "src/types.ts",
4600
- "line": 752
4600
+ "line": 803
4601
4601
  },
4602
4602
  "name": "additionalCfnResources",
4603
4603
  "type": {
@@ -4618,7 +4618,7 @@
4618
4618
  "immutable": true,
4619
4619
  "locationInModule": {
4620
4620
  "filename": "src/types.ts",
4621
- "line": 737
4621
+ "line": 788
4622
4622
  },
4623
4623
  "name": "amplifyDynamoDbTables",
4624
4624
  "type": {
@@ -4639,7 +4639,7 @@
4639
4639
  "immutable": true,
4640
4640
  "locationInModule": {
4641
4641
  "filename": "src/types.ts",
4642
- "line": 727
4642
+ "line": 778
4643
4643
  },
4644
4644
  "name": "cfnDataSources",
4645
4645
  "type": {
@@ -4660,7 +4660,7 @@
4660
4660
  "immutable": true,
4661
4661
  "locationInModule": {
4662
4662
  "filename": "src/types.ts",
4663
- "line": 722
4663
+ "line": 773
4664
4664
  },
4665
4665
  "name": "cfnFunctionConfigurations",
4666
4666
  "type": {
@@ -4681,7 +4681,7 @@
4681
4681
  "immutable": true,
4682
4682
  "locationInModule": {
4683
4683
  "filename": "src/types.ts",
4684
- "line": 747
4684
+ "line": 798
4685
4685
  },
4686
4686
  "name": "cfnFunctions",
4687
4687
  "type": {
@@ -4702,7 +4702,7 @@
4702
4702
  "immutable": true,
4703
4703
  "locationInModule": {
4704
4704
  "filename": "src/types.ts",
4705
- "line": 702
4705
+ "line": 753
4706
4706
  },
4707
4707
  "name": "cfnGraphqlApi",
4708
4708
  "type": {
@@ -4718,7 +4718,7 @@
4718
4718
  "immutable": true,
4719
4719
  "locationInModule": {
4720
4720
  "filename": "src/types.ts",
4721
- "line": 707
4721
+ "line": 758
4722
4722
  },
4723
4723
  "name": "cfnGraphqlSchema",
4724
4724
  "type": {
@@ -4734,7 +4734,7 @@
4734
4734
  "immutable": true,
4735
4735
  "locationInModule": {
4736
4736
  "filename": "src/types.ts",
4737
- "line": 717
4737
+ "line": 768
4738
4738
  },
4739
4739
  "name": "cfnResolvers",
4740
4740
  "type": {
@@ -4755,7 +4755,7 @@
4755
4755
  "immutable": true,
4756
4756
  "locationInModule": {
4757
4757
  "filename": "src/types.ts",
4758
- "line": 742
4758
+ "line": 793
4759
4759
  },
4760
4760
  "name": "cfnRoles",
4761
4761
  "type": {
@@ -4776,7 +4776,7 @@
4776
4776
  "immutable": true,
4777
4777
  "locationInModule": {
4778
4778
  "filename": "src/types.ts",
4779
- "line": 732
4779
+ "line": 783
4780
4780
  },
4781
4781
  "name": "cfnTables",
4782
4782
  "type": {
@@ -4797,7 +4797,7 @@
4797
4797
  "immutable": true,
4798
4798
  "locationInModule": {
4799
4799
  "filename": "src/types.ts",
4800
- "line": 712
4800
+ "line": 763
4801
4801
  },
4802
4802
  "name": "cfnApiKey",
4803
4803
  "optional": true,
@@ -4820,7 +4820,7 @@
4820
4820
  "kind": "interface",
4821
4821
  "locationInModule": {
4822
4822
  "filename": "src/types.ts",
4823
- "line": 615
4823
+ "line": 666
4824
4824
  },
4825
4825
  "name": "AmplifyGraphqlApiProps",
4826
4826
  "properties": [
@@ -4834,7 +4834,7 @@
4834
4834
  "immutable": true,
4835
4835
  "locationInModule": {
4836
4836
  "filename": "src/types.ts",
4837
- "line": 632
4837
+ "line": 683
4838
4838
  },
4839
4839
  "name": "authorizationModes",
4840
4840
  "type": {
@@ -4851,7 +4851,7 @@
4851
4851
  "immutable": true,
4852
4852
  "locationInModule": {
4853
4853
  "filename": "src/types.ts",
4854
- "line": 620
4854
+ "line": 671
4855
4855
  },
4856
4856
  "name": "definition",
4857
4857
  "type": {
@@ -4868,7 +4868,7 @@
4868
4868
  "immutable": true,
4869
4869
  "locationInModule": {
4870
4870
  "filename": "src/types.ts",
4871
- "line": 626
4871
+ "line": 677
4872
4872
  },
4873
4873
  "name": "apiName",
4874
4874
  "optional": true,
@@ -4887,7 +4887,7 @@
4887
4887
  "immutable": true,
4888
4888
  "locationInModule": {
4889
4889
  "filename": "src/types.ts",
4890
- "line": 647
4890
+ "line": 698
4891
4891
  },
4892
4892
  "name": "conflictResolution",
4893
4893
  "optional": true,
@@ -4905,7 +4905,7 @@
4905
4905
  "immutable": true,
4906
4906
  "locationInModule": {
4907
4907
  "filename": "src/types.ts",
4908
- "line": 691
4908
+ "line": 742
4909
4909
  },
4910
4910
  "name": "dataStoreConfiguration",
4911
4911
  "optional": true,
@@ -4925,7 +4925,7 @@
4925
4925
  "immutable": true,
4926
4926
  "locationInModule": {
4927
4927
  "filename": "src/types.ts",
4928
- "line": 640
4928
+ "line": 691
4929
4929
  },
4930
4930
  "name": "functionNameMap",
4931
4931
  "optional": true,
@@ -4948,7 +4948,7 @@
4948
4948
  "immutable": true,
4949
4949
  "locationInModule": {
4950
4950
  "filename": "src/types.ts",
4951
- "line": 662
4951
+ "line": 713
4952
4952
  },
4953
4953
  "name": "functionSlots",
4954
4954
  "optional": true,
@@ -4983,7 +4983,7 @@
4983
4983
  "immutable": true,
4984
4984
  "locationInModule": {
4985
4985
  "filename": "src/types.ts",
4986
- "line": 685
4986
+ "line": 736
4987
4987
  },
4988
4988
  "name": "outputStorageStrategy",
4989
4989
  "optional": true,
@@ -5000,7 +5000,7 @@
5000
5000
  "immutable": true,
5001
5001
  "locationInModule": {
5002
5002
  "filename": "src/types.ts",
5003
- "line": 674
5003
+ "line": 725
5004
5004
  },
5005
5005
  "name": "predictionsBucket",
5006
5006
  "optional": true,
@@ -5018,7 +5018,7 @@
5018
5018
  "immutable": true,
5019
5019
  "locationInModule": {
5020
5020
  "filename": "src/types.ts",
5021
- "line": 656
5021
+ "line": 707
5022
5022
  },
5023
5023
  "name": "stackMappings",
5024
5024
  "optional": true,
@@ -5044,7 +5044,7 @@
5044
5044
  "immutable": true,
5045
5045
  "locationInModule": {
5046
5046
  "filename": "src/types.ts",
5047
- "line": 669
5047
+ "line": 720
5048
5048
  },
5049
5049
  "name": "transformerPlugins",
5050
5050
  "optional": true,
@@ -5066,7 +5066,7 @@
5066
5066
  "immutable": true,
5067
5067
  "locationInModule": {
5068
5068
  "filename": "src/types.ts",
5069
- "line": 680
5069
+ "line": 731
5070
5070
  },
5071
5071
  "name": "translationBehavior",
5072
5072
  "optional": true,
@@ -5089,7 +5089,7 @@
5089
5089
  "kind": "interface",
5090
5090
  "locationInModule": {
5091
5091
  "filename": "src/types.ts",
5092
- "line": 759
5092
+ "line": 810
5093
5093
  },
5094
5094
  "name": "AmplifyGraphqlApiResources",
5095
5095
  "properties": [
@@ -5102,7 +5102,7 @@
5102
5102
  "immutable": true,
5103
5103
  "locationInModule": {
5104
5104
  "filename": "src/types.ts",
5105
- "line": 783
5105
+ "line": 834
5106
5106
  },
5107
5107
  "name": "cfnResources",
5108
5108
  "type": {
@@ -5118,7 +5118,7 @@
5118
5118
  "immutable": true,
5119
5119
  "locationInModule": {
5120
5120
  "filename": "src/types.ts",
5121
- "line": 778
5121
+ "line": 829
5122
5122
  },
5123
5123
  "name": "functions",
5124
5124
  "type": {
@@ -5139,7 +5139,7 @@
5139
5139
  "immutable": true,
5140
5140
  "locationInModule": {
5141
5141
  "filename": "src/types.ts",
5142
- "line": 763
5142
+ "line": 814
5143
5143
  },
5144
5144
  "name": "graphqlApi",
5145
5145
  "type": {
@@ -5155,7 +5155,7 @@
5155
5155
  "immutable": true,
5156
5156
  "locationInModule": {
5157
5157
  "filename": "src/types.ts",
5158
- "line": 788
5158
+ "line": 839
5159
5159
  },
5160
5160
  "name": "nestedStacks",
5161
5161
  "type": {
@@ -5176,7 +5176,7 @@
5176
5176
  "immutable": true,
5177
5177
  "locationInModule": {
5178
5178
  "filename": "src/types.ts",
5179
- "line": 773
5179
+ "line": 824
5180
5180
  },
5181
5181
  "name": "roles",
5182
5182
  "type": {
@@ -5197,7 +5197,7 @@
5197
5197
  "immutable": true,
5198
5198
  "locationInModule": {
5199
5199
  "filename": "src/types.ts",
5200
- "line": 768
5200
+ "line": 819
5201
5201
  },
5202
5202
  "name": "tables",
5203
5203
  "type": {
@@ -5427,7 +5427,7 @@
5427
5427
  "kind": "interface",
5428
5428
  "locationInModule": {
5429
5429
  "filename": "src/types.ts",
5430
- "line": 98
5430
+ "line": 141
5431
5431
  },
5432
5432
  "name": "ApiKeyAuthorizationConfig",
5433
5433
  "properties": [
@@ -5440,7 +5440,7 @@
5440
5440
  "immutable": true,
5441
5441
  "locationInModule": {
5442
5442
  "filename": "src/types.ts",
5443
- "line": 107
5443
+ "line": 150
5444
5444
  },
5445
5445
  "name": "expires",
5446
5446
  "type": {
@@ -5456,7 +5456,7 @@
5456
5456
  "immutable": true,
5457
5457
  "locationInModule": {
5458
5458
  "filename": "src/types.ts",
5459
- "line": 102
5459
+ "line": 145
5460
5460
  },
5461
5461
  "name": "description",
5462
5462
  "optional": true,
@@ -5479,7 +5479,7 @@
5479
5479
  "kind": "interface",
5480
5480
  "locationInModule": {
5481
5481
  "filename": "src/types.ts",
5482
- "line": 130
5482
+ "line": 173
5483
5483
  },
5484
5484
  "name": "AuthorizationModes",
5485
5485
  "properties": [
@@ -5493,7 +5493,7 @@
5493
5493
  "immutable": true,
5494
5494
  "locationInModule": {
5495
5495
  "filename": "src/types.ts",
5496
- "line": 170
5496
+ "line": 221
5497
5497
  },
5498
5498
  "name": "adminRoles",
5499
5499
  "optional": true,
@@ -5516,7 +5516,7 @@
5516
5516
  "immutable": true,
5517
5517
  "locationInModule": {
5518
5518
  "filename": "src/types.ts",
5519
- "line": 158
5519
+ "line": 209
5520
5520
  },
5521
5521
  "name": "apiKeyConfig",
5522
5522
  "optional": true,
@@ -5533,7 +5533,7 @@
5533
5533
  "immutable": true,
5534
5534
  "locationInModule": {
5535
5535
  "filename": "src/types.ts",
5536
- "line": 134
5536
+ "line": 177
5537
5537
  },
5538
5538
  "name": "defaultAuthorizationMode",
5539
5539
  "optional": true,
@@ -5544,14 +5544,14 @@
5544
5544
  {
5545
5545
  "abstract": true,
5546
5546
  "docs": {
5547
- "remarks": "Applies to 'public' and 'private' auth strategies.",
5547
+ "remarks": "This applies to any IAM principal except Amazon Cognito identity pool's authenticated and unauthenticated roles.\nThis behavior was has recently been improved.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
5548
5548
  "stability": "stable",
5549
- "summary": "IAM Auth config, required if an 'iam' auth provider is specified in the Api."
5549
+ "summary": "IAM Auth config, required to allow IAM-based access to this API."
5550
5550
  },
5551
5551
  "immutable": true,
5552
5552
  "locationInModule": {
5553
5553
  "filename": "src/types.ts",
5554
- "line": 140
5554
+ "line": 185
5555
5555
  },
5556
5556
  "name": "iamConfig",
5557
5557
  "optional": true,
@@ -5559,6 +5559,24 @@
5559
5559
  "fqn": "@aws-amplify/graphql-api-construct.IAMAuthorizationConfig"
5560
5560
  }
5561
5561
  },
5562
+ {
5563
+ "abstract": true,
5564
+ "docs": {
5565
+ "remarks": "Applies to 'public' and 'private' auth strategies.",
5566
+ "stability": "stable",
5567
+ "summary": "Cognito Identity Pool config, required if an 'identityPool' auth provider is specified in the Api."
5568
+ },
5569
+ "immutable": true,
5570
+ "locationInModule": {
5571
+ "filename": "src/types.ts",
5572
+ "line": 191
5573
+ },
5574
+ "name": "identityPoolConfig",
5575
+ "optional": true,
5576
+ "type": {
5577
+ "fqn": "@aws-amplify/graphql-api-construct.IdentityPoolAuthorizationConfig"
5578
+ }
5579
+ },
5562
5580
  {
5563
5581
  "abstract": true,
5564
5582
  "docs": {
@@ -5569,7 +5587,7 @@
5569
5587
  "immutable": true,
5570
5588
  "locationInModule": {
5571
5589
  "filename": "src/types.ts",
5572
- "line": 164
5590
+ "line": 215
5573
5591
  },
5574
5592
  "name": "lambdaConfig",
5575
5593
  "optional": true,
@@ -5587,7 +5605,7 @@
5587
5605
  "immutable": true,
5588
5606
  "locationInModule": {
5589
5607
  "filename": "src/types.ts",
5590
- "line": 152
5608
+ "line": 203
5591
5609
  },
5592
5610
  "name": "oidcConfig",
5593
5611
  "optional": true,
@@ -5605,7 +5623,7 @@
5605
5623
  "immutable": true,
5606
5624
  "locationInModule": {
5607
5625
  "filename": "src/types.ts",
5608
- "line": 146
5626
+ "line": 197
5609
5627
  },
5610
5628
  "name": "userPoolConfig",
5611
5629
  "optional": true,
@@ -5630,7 +5648,7 @@
5630
5648
  "kind": "interface",
5631
5649
  "locationInModule": {
5632
5650
  "filename": "src/types.ts",
5633
- "line": 191
5651
+ "line": 242
5634
5652
  },
5635
5653
  "name": "AutomergeConflictResolutionStrategy",
5636
5654
  "properties": [
@@ -5644,7 +5662,7 @@
5644
5662
  "immutable": true,
5645
5663
  "locationInModule": {
5646
5664
  "filename": "src/types.ts",
5647
- "line": 196
5665
+ "line": 247
5648
5666
  },
5649
5667
  "name": "handlerType",
5650
5668
  "type": {
@@ -5669,7 +5687,7 @@
5669
5687
  "kind": "interface",
5670
5688
  "locationInModule": {
5671
5689
  "filename": "src/types.ts",
5672
- "line": 239
5690
+ "line": 290
5673
5691
  },
5674
5692
  "name": "ConflictResolution",
5675
5693
  "symbolId": "src/types:ConflictResolution"
@@ -5685,7 +5703,7 @@
5685
5703
  "kind": "interface",
5686
5704
  "locationInModule": {
5687
5705
  "filename": "src/types.ts",
5688
- "line": 181
5706
+ "line": 232
5689
5707
  },
5690
5708
  "name": "ConflictResolutionStrategyBase",
5691
5709
  "properties": [
@@ -5698,7 +5716,7 @@
5698
5716
  "immutable": true,
5699
5717
  "locationInModule": {
5700
5718
  "filename": "src/types.ts",
5701
- "line": 185
5719
+ "line": 236
5702
5720
  },
5703
5721
  "name": "detectionType",
5704
5722
  "type": {
@@ -5722,7 +5740,7 @@
5722
5740
  "kind": "interface",
5723
5741
  "locationInModule": {
5724
5742
  "filename": "src/types.ts",
5725
- "line": 213
5743
+ "line": 264
5726
5744
  },
5727
5745
  "name": "CustomConflictResolutionStrategy",
5728
5746
  "properties": [
@@ -5735,7 +5753,7 @@
5735
5753
  "immutable": true,
5736
5754
  "locationInModule": {
5737
5755
  "filename": "src/types.ts",
5738
- "line": 224
5756
+ "line": 275
5739
5757
  },
5740
5758
  "name": "conflictHandler",
5741
5759
  "type": {
@@ -5752,7 +5770,7 @@
5752
5770
  "immutable": true,
5753
5771
  "locationInModule": {
5754
5772
  "filename": "src/types.ts",
5755
- "line": 219
5773
+ "line": 270
5756
5774
  },
5757
5775
  "name": "handlerType",
5758
5776
  "type": {
@@ -5840,7 +5858,7 @@
5840
5858
  "kind": "interface",
5841
5859
  "locationInModule": {
5842
5860
  "filename": "src/types.ts",
5843
- "line": 244
5861
+ "line": 295
5844
5862
  },
5845
5863
  "name": "DataStoreConfiguration",
5846
5864
  "properties": [
@@ -5853,7 +5871,7 @@
5853
5871
  "immutable": true,
5854
5872
  "locationInModule": {
5855
5873
  "filename": "src/types.ts",
5856
- "line": 253
5874
+ "line": 304
5857
5875
  },
5858
5876
  "name": "models",
5859
5877
  "optional": true,
@@ -5888,7 +5906,7 @@
5888
5906
  "immutable": true,
5889
5907
  "locationInModule": {
5890
5908
  "filename": "src/types.ts",
5891
- "line": 248
5909
+ "line": 299
5892
5910
  },
5893
5911
  "name": "project",
5894
5912
  "optional": true,
@@ -5970,7 +5988,7 @@
5970
5988
  "kind": "interface",
5971
5989
  "locationInModule": {
5972
5990
  "filename": "src/types.ts",
5973
- "line": 275
5991
+ "line": 326
5974
5992
  },
5975
5993
  "name": "FunctionSlotBase",
5976
5994
  "properties": [
@@ -5983,7 +6001,7 @@
5983
6001
  "immutable": true,
5984
6002
  "locationInModule": {
5985
6003
  "filename": "src/types.ts",
5986
- "line": 279
6004
+ "line": 330
5987
6005
  },
5988
6006
  "name": "fieldName",
5989
6007
  "type": {
@@ -5999,7 +6017,7 @@
5999
6017
  "immutable": true,
6000
6018
  "locationInModule": {
6001
6019
  "filename": "src/types.ts",
6002
- "line": 290
6020
+ "line": 341
6003
6021
  },
6004
6022
  "name": "function",
6005
6023
  "type": {
@@ -6016,7 +6034,7 @@
6016
6034
  "immutable": true,
6017
6035
  "locationInModule": {
6018
6036
  "filename": "src/types.ts",
6019
- "line": 285
6037
+ "line": 336
6020
6038
  },
6021
6039
  "name": "slotIndex",
6022
6040
  "type": {
@@ -6038,7 +6056,7 @@
6038
6056
  "kind": "interface",
6039
6057
  "locationInModule": {
6040
6058
  "filename": "src/types.ts",
6041
- "line": 260
6059
+ "line": 311
6042
6060
  },
6043
6061
  "name": "FunctionSlotOverride",
6044
6062
  "properties": [
@@ -6052,7 +6070,7 @@
6052
6070
  "immutable": true,
6053
6071
  "locationInModule": {
6054
6072
  "filename": "src/types.ts",
6055
- "line": 264
6073
+ "line": 315
6056
6074
  },
6057
6075
  "name": "requestMappingTemplate",
6058
6076
  "optional": true,
@@ -6070,7 +6088,7 @@
6070
6088
  "immutable": true,
6071
6089
  "locationInModule": {
6072
6090
  "filename": "src/types.ts",
6073
- "line": 269
6091
+ "line": 320
6074
6092
  },
6075
6093
  "name": "responseMappingTemplate",
6076
6094
  "optional": true,
@@ -6099,15 +6117,50 @@
6099
6117
  {
6100
6118
  "abstract": true,
6101
6119
  "docs": {
6102
- "stability": "stable",
6120
+ "deprecated": "Use 'enableIamAuthorizationMode' and IAM Policy to control access for IAM principals.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
6121
+ "remarks": "If an IRole is provided, the role `name` will be used for matching.\nIf a string is provided, the raw value will be used for matching.",
6122
+ "stability": "deprecated",
6123
+ "summary": "A list of IAM roles which will be granted full read/write access to the generated model if IAM auth is enabled."
6124
+ },
6125
+ "immutable": true,
6126
+ "locationInModule": {
6127
+ "filename": "src/types.ts",
6128
+ "line": 61
6129
+ },
6130
+ "name": "allowListedRoles",
6131
+ "optional": true,
6132
+ "type": {
6133
+ "collection": {
6134
+ "elementtype": {
6135
+ "union": {
6136
+ "types": [
6137
+ {
6138
+ "primitive": "string"
6139
+ },
6140
+ {
6141
+ "fqn": "aws-cdk-lib.aws_iam.IRole"
6142
+ }
6143
+ ]
6144
+ }
6145
+ },
6146
+ "kind": "array"
6147
+ }
6148
+ }
6149
+ },
6150
+ {
6151
+ "abstract": true,
6152
+ "docs": {
6153
+ "deprecated": "Use 'IdentityPoolAuthorizationConfig.authenticatedUserRole' instead.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
6154
+ "stability": "deprecated",
6103
6155
  "summary": "Authenticated user role, applies to { provider: iam, allow: private } access."
6104
6156
  },
6105
6157
  "immutable": true,
6106
6158
  "locationInModule": {
6107
6159
  "filename": "src/types.ts",
6108
- "line": 37
6160
+ "line": 43
6109
6161
  },
6110
6162
  "name": "authenticatedUserRole",
6163
+ "optional": true,
6111
6164
  "type": {
6112
6165
  "fqn": "aws-cdk-lib.aws_iam.IRole"
6113
6166
  }
@@ -6115,66 +6168,59 @@
6115
6168
  {
6116
6169
  "abstract": true,
6117
6170
  "docs": {
6118
- "remarks": "Format: `<region>:<id string>`",
6171
+ "custom": {
6172
+ "auth": "directive rules are not applied.\nInstead, access should be defined by IAM Policy, see https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsappsync.html.\n\nDoes not apply to authenticated and unauthenticated IAM Roles attached to Cognito Identity Pool.\nUse IdentityPoolAuthorizationConfig to configure their access."
6173
+ },
6174
+ "remarks": "If enabled",
6119
6175
  "stability": "stable",
6120
- "summary": "ID for the Cognito Identity Pool vending auth and unauth roles."
6176
+ "summary": "Enables access for IAM principals."
6121
6177
  },
6122
6178
  "immutable": true,
6123
6179
  "locationInModule": {
6124
6180
  "filename": "src/types.ts",
6125
- "line": 32
6181
+ "line": 70
6126
6182
  },
6127
- "name": "identityPoolId",
6183
+ "name": "enableIamAuthorizationMode",
6184
+ "optional": true,
6128
6185
  "type": {
6129
- "primitive": "string"
6186
+ "primitive": "boolean"
6130
6187
  }
6131
6188
  },
6132
6189
  {
6133
6190
  "abstract": true,
6134
6191
  "docs": {
6135
- "stability": "stable",
6136
- "summary": "Unauthenticated user role, applies to { provider: iam, allow: public } access."
6192
+ "deprecated": "Use 'IdentityPoolAuthorizationConfig.identityPoolId' instead.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
6193
+ "remarks": "Format: `<region>:<id string>`",
6194
+ "stability": "deprecated",
6195
+ "summary": "ID for the Cognito Identity Pool vending auth and unauth roles."
6137
6196
  },
6138
6197
  "immutable": true,
6139
6198
  "locationInModule": {
6140
6199
  "filename": "src/types.ts",
6141
- "line": 42
6200
+ "line": 35
6142
6201
  },
6143
- "name": "unauthenticatedUserRole",
6202
+ "name": "identityPoolId",
6203
+ "optional": true,
6144
6204
  "type": {
6145
- "fqn": "aws-cdk-lib.aws_iam.IRole"
6205
+ "primitive": "string"
6146
6206
  }
6147
6207
  },
6148
6208
  {
6149
6209
  "abstract": true,
6150
6210
  "docs": {
6151
- "remarks": "If an IRole is provided, the role `name` will be used for matching.\nIf a string is provided, the raw value will be used for matching.",
6152
- "stability": "stable",
6153
- "summary": "A list of IAM roles which will be granted full read/write access to the generated model if IAM auth is enabled."
6211
+ "deprecated": "Use 'IdentityPoolAuthorizationConfig.unauthenticatedUserRole' instead.\nSee https://docs.amplify.aws/cli/react/tools/cli/migration/iam-auth-updates-for-cdk-construct for details.",
6212
+ "stability": "deprecated",
6213
+ "summary": "Unauthenticated user role, applies to { provider: iam, allow: public } access."
6154
6214
  },
6155
6215
  "immutable": true,
6156
6216
  "locationInModule": {
6157
6217
  "filename": "src/types.ts",
6158
- "line": 49
6218
+ "line": 51
6159
6219
  },
6160
- "name": "allowListedRoles",
6220
+ "name": "unauthenticatedUserRole",
6161
6221
  "optional": true,
6162
6222
  "type": {
6163
- "collection": {
6164
- "elementtype": {
6165
- "union": {
6166
- "types": [
6167
- {
6168
- "primitive": "string"
6169
- },
6170
- {
6171
- "fqn": "aws-cdk-lib.aws_iam.IRole"
6172
- }
6173
- ]
6174
- }
6175
- },
6176
- "kind": "array"
6177
- }
6223
+ "fqn": "aws-cdk-lib.aws_iam.IRole"
6178
6224
  }
6179
6225
  }
6180
6226
  ],
@@ -6190,7 +6236,7 @@
6190
6236
  "kind": "interface",
6191
6237
  "locationInModule": {
6192
6238
  "filename": "src/types.ts",
6193
- "line": 549
6239
+ "line": 600
6194
6240
  },
6195
6241
  "name": "IAmplifyGraphqlDefinition",
6196
6242
  "properties": [
@@ -6205,7 +6251,7 @@
6205
6251
  "immutable": true,
6206
6252
  "locationInModule": {
6207
6253
  "filename": "src/types.ts",
6208
- "line": 574
6254
+ "line": 625
6209
6255
  },
6210
6256
  "name": "dataSourceStrategies",
6211
6257
  "type": {
@@ -6239,7 +6285,7 @@
6239
6285
  "immutable": true,
6240
6286
  "locationInModule": {
6241
6287
  "filename": "src/types.ts",
6242
- "line": 560
6288
+ "line": 611
6243
6289
  },
6244
6290
  "name": "functionSlots",
6245
6291
  "type": {
@@ -6273,7 +6319,7 @@
6273
6319
  "immutable": true,
6274
6320
  "locationInModule": {
6275
6321
  "filename": "src/types.ts",
6276
- "line": 554
6322
+ "line": 605
6277
6323
  },
6278
6324
  "name": "schema",
6279
6325
  "type": {
@@ -6290,7 +6336,7 @@
6290
6336
  "immutable": true,
6291
6337
  "locationInModule": {
6292
6338
  "filename": "src/types.ts",
6293
- "line": 580
6339
+ "line": 631
6294
6340
  },
6295
6341
  "name": "customSqlDataSourceStrategies",
6296
6342
  "optional": true,
@@ -6314,7 +6360,7 @@
6314
6360
  "immutable": true,
6315
6361
  "locationInModule": {
6316
6362
  "filename": "src/types.ts",
6317
- "line": 568
6363
+ "line": 619
6318
6364
  },
6319
6365
  "name": "referencedLambdaFunctions",
6320
6366
  "optional": true,
@@ -6340,7 +6386,7 @@
6340
6386
  "kind": "interface",
6341
6387
  "locationInModule": {
6342
6388
  "filename": "src/types.ts",
6343
- "line": 586
6389
+ "line": 637
6344
6390
  },
6345
6391
  "name": "IBackendOutputEntry",
6346
6392
  "properties": [
@@ -6353,7 +6399,7 @@
6353
6399
  "immutable": true,
6354
6400
  "locationInModule": {
6355
6401
  "filename": "src/types.ts",
6356
- "line": 595
6402
+ "line": 646
6357
6403
  },
6358
6404
  "name": "payload",
6359
6405
  "type": {
@@ -6374,7 +6420,7 @@
6374
6420
  "immutable": true,
6375
6421
  "locationInModule": {
6376
6422
  "filename": "src/types.ts",
6377
- "line": 590
6423
+ "line": 641
6378
6424
  },
6379
6425
  "name": "version",
6380
6426
  "type": {
@@ -6394,7 +6440,7 @@
6394
6440
  "kind": "interface",
6395
6441
  "locationInModule": {
6396
6442
  "filename": "src/types.ts",
6397
- "line": 601
6443
+ "line": 652
6398
6444
  },
6399
6445
  "methods": [
6400
6446
  {
@@ -6405,7 +6451,7 @@
6405
6451
  },
6406
6452
  "locationInModule": {
6407
6453
  "filename": "src/types.ts",
6408
- "line": 608
6454
+ "line": 659
6409
6455
  },
6410
6456
  "name": "addBackendOutputEntry",
6411
6457
  "parameters": [
@@ -6433,6 +6479,73 @@
6433
6479
  "name": "IBackendOutputStorageStrategy",
6434
6480
  "symbolId": "src/types:IBackendOutputStorageStrategy"
6435
6481
  },
6482
+ "@aws-amplify/graphql-api-construct.IdentityPoolAuthorizationConfig": {
6483
+ "assembly": "@aws-amplify/graphql-api-construct",
6484
+ "datatype": true,
6485
+ "docs": {
6486
+ "stability": "stable",
6487
+ "summary": "Configuration for Cognito Identity Pool Authorization on the Graphql Api."
6488
+ },
6489
+ "fqn": "@aws-amplify/graphql-api-construct.IdentityPoolAuthorizationConfig",
6490
+ "kind": "interface",
6491
+ "locationInModule": {
6492
+ "filename": "src/types.ts",
6493
+ "line": 77
6494
+ },
6495
+ "name": "IdentityPoolAuthorizationConfig",
6496
+ "properties": [
6497
+ {
6498
+ "abstract": true,
6499
+ "docs": {
6500
+ "stability": "stable",
6501
+ "summary": "Authenticated user role, applies to { provider: iam, allow: private } access."
6502
+ },
6503
+ "immutable": true,
6504
+ "locationInModule": {
6505
+ "filename": "src/types.ts",
6506
+ "line": 87
6507
+ },
6508
+ "name": "authenticatedUserRole",
6509
+ "type": {
6510
+ "fqn": "aws-cdk-lib.aws_iam.IRole"
6511
+ }
6512
+ },
6513
+ {
6514
+ "abstract": true,
6515
+ "docs": {
6516
+ "remarks": "Format: `<region>:<id string>`",
6517
+ "stability": "stable",
6518
+ "summary": "ID for the Cognito Identity Pool vending auth and unauth roles."
6519
+ },
6520
+ "immutable": true,
6521
+ "locationInModule": {
6522
+ "filename": "src/types.ts",
6523
+ "line": 82
6524
+ },
6525
+ "name": "identityPoolId",
6526
+ "type": {
6527
+ "primitive": "string"
6528
+ }
6529
+ },
6530
+ {
6531
+ "abstract": true,
6532
+ "docs": {
6533
+ "stability": "stable",
6534
+ "summary": "Unauthenticated user role, applies to { provider: iam, allow: public } access."
6535
+ },
6536
+ "immutable": true,
6537
+ "locationInModule": {
6538
+ "filename": "src/types.ts",
6539
+ "line": 92
6540
+ },
6541
+ "name": "unauthenticatedUserRole",
6542
+ "type": {
6543
+ "fqn": "aws-cdk-lib.aws_iam.IRole"
6544
+ }
6545
+ }
6546
+ ],
6547
+ "symbolId": "src/types:IdentityPoolAuthorizationConfig"
6548
+ },
6436
6549
  "@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig": {
6437
6550
  "assembly": "@aws-amplify/graphql-api-construct",
6438
6551
  "datatype": true,
@@ -6444,7 +6557,7 @@
6444
6557
  "kind": "interface",
6445
6558
  "locationInModule": {
6446
6559
  "filename": "src/types.ts",
6447
- "line": 113
6560
+ "line": 156
6448
6561
  },
6449
6562
  "name": "LambdaAuthorizationConfig",
6450
6563
  "properties": [
@@ -6457,7 +6570,7 @@
6457
6570
  "immutable": true,
6458
6571
  "locationInModule": {
6459
6572
  "filename": "src/types.ts",
6460
- "line": 117
6573
+ "line": 160
6461
6574
  },
6462
6575
  "name": "function",
6463
6576
  "type": {
@@ -6473,7 +6586,7 @@
6473
6586
  "immutable": true,
6474
6587
  "locationInModule": {
6475
6588
  "filename": "src/types.ts",
6476
- "line": 122
6589
+ "line": 165
6477
6590
  },
6478
6591
  "name": "ttl",
6479
6592
  "type": {
@@ -6497,7 +6610,7 @@
6497
6610
  "kind": "interface",
6498
6611
  "locationInModule": {
6499
6612
  "filename": "src/types.ts",
6500
- "line": 296
6613
+ "line": 347
6501
6614
  },
6502
6615
  "name": "MutationFunctionSlot",
6503
6616
  "properties": [
@@ -6511,7 +6624,7 @@
6511
6624
  "immutable": true,
6512
6625
  "locationInModule": {
6513
6626
  "filename": "src/types.ts",
6514
- "line": 306
6627
+ "line": 357
6515
6628
  },
6516
6629
  "name": "slotName",
6517
6630
  "type": {
@@ -6527,7 +6640,7 @@
6527
6640
  "immutable": true,
6528
6641
  "locationInModule": {
6529
6642
  "filename": "src/types.ts",
6530
- "line": 300
6643
+ "line": 351
6531
6644
  },
6532
6645
  "name": "typeName",
6533
6646
  "type": {
@@ -6548,7 +6661,7 @@
6548
6661
  "kind": "interface",
6549
6662
  "locationInModule": {
6550
6663
  "filename": "src/types.ts",
6551
- "line": 65
6664
+ "line": 108
6552
6665
  },
6553
6666
  "name": "OIDCAuthorizationConfig",
6554
6667
  "properties": [
@@ -6561,7 +6674,7 @@
6561
6674
  "immutable": true,
6562
6675
  "locationInModule": {
6563
6676
  "filename": "src/types.ts",
6564
- "line": 74
6677
+ "line": 117
6565
6678
  },
6566
6679
  "name": "oidcIssuerUrl",
6567
6680
  "type": {
@@ -6577,7 +6690,7 @@
6577
6690
  "immutable": true,
6578
6691
  "locationInModule": {
6579
6692
  "filename": "src/types.ts",
6580
- "line": 69
6693
+ "line": 112
6581
6694
  },
6582
6695
  "name": "oidcProviderName",
6583
6696
  "type": {
@@ -6594,7 +6707,7 @@
6594
6707
  "immutable": true,
6595
6708
  "locationInModule": {
6596
6709
  "filename": "src/types.ts",
6597
- "line": 86
6710
+ "line": 129
6598
6711
  },
6599
6712
  "name": "tokenExpiryFromAuth",
6600
6713
  "type": {
@@ -6611,7 +6724,7 @@
6611
6724
  "immutable": true,
6612
6725
  "locationInModule": {
6613
6726
  "filename": "src/types.ts",
6614
- "line": 92
6727
+ "line": 135
6615
6728
  },
6616
6729
  "name": "tokenExpiryFromIssue",
6617
6730
  "type": {
@@ -6628,7 +6741,7 @@
6628
6741
  "immutable": true,
6629
6742
  "locationInModule": {
6630
6743
  "filename": "src/types.ts",
6631
- "line": 80
6744
+ "line": 123
6632
6745
  },
6633
6746
  "name": "clientId",
6634
6747
  "optional": true,
@@ -6653,7 +6766,7 @@
6653
6766
  "kind": "interface",
6654
6767
  "locationInModule": {
6655
6768
  "filename": "src/types.ts",
6656
- "line": 202
6769
+ "line": 253
6657
6770
  },
6658
6771
  "name": "OptimisticConflictResolutionStrategy",
6659
6772
  "properties": [
@@ -6667,7 +6780,7 @@
6667
6780
  "immutable": true,
6668
6781
  "locationInModule": {
6669
6782
  "filename": "src/types.ts",
6670
- "line": 207
6783
+ "line": 258
6671
6784
  },
6672
6785
  "name": "handlerType",
6673
6786
  "type": {
@@ -6688,7 +6801,7 @@
6688
6801
  "kind": "interface",
6689
6802
  "locationInModule": {
6690
6803
  "filename": "src/types.ts",
6691
- "line": 447
6804
+ "line": 498
6692
6805
  },
6693
6806
  "name": "PartialTranslationBehavior",
6694
6807
  "properties": [
@@ -6703,7 +6816,7 @@
6703
6816
  "immutable": true,
6704
6817
  "locationInModule": {
6705
6818
  "filename": "src/types.ts",
6706
- "line": 533
6819
+ "line": 584
6707
6820
  },
6708
6821
  "name": "allowDestructiveGraphqlSchemaUpdates",
6709
6822
  "optional": true,
@@ -6721,7 +6834,7 @@
6721
6834
  "immutable": true,
6722
6835
  "locationInModule": {
6723
6836
  "filename": "src/types.ts",
6724
- "line": 459
6837
+ "line": 510
6725
6838
  },
6726
6839
  "name": "disableResolverDeduping",
6727
6840
  "optional": true,
@@ -6743,7 +6856,7 @@
6743
6856
  "immutable": true,
6744
6857
  "locationInModule": {
6745
6858
  "filename": "src/types.ts",
6746
- "line": 498
6859
+ "line": 549
6747
6860
  },
6748
6861
  "name": "enableAutoIndexQueryNames",
6749
6862
  "optional": true,
@@ -6762,7 +6875,7 @@
6762
6875
  "immutable": true,
6763
6876
  "locationInModule": {
6764
6877
  "filename": "src/types.ts",
6765
- "line": 513
6878
+ "line": 564
6766
6879
  },
6767
6880
  "name": "enableSearchNodeToNodeEncryption",
6768
6881
  "optional": true,
@@ -6780,7 +6893,7 @@
6780
6893
  "immutable": true,
6781
6894
  "locationInModule": {
6782
6895
  "filename": "src/types.ts",
6783
- "line": 519
6896
+ "line": 570
6784
6897
  },
6785
6898
  "name": "enableTransformerCfnOutputs",
6786
6899
  "optional": true,
@@ -6798,7 +6911,7 @@
6798
6911
  "immutable": true,
6799
6912
  "locationInModule": {
6800
6913
  "filename": "src/types.ts",
6801
- "line": 478
6914
+ "line": 529
6802
6915
  },
6803
6916
  "name": "populateOwnerFieldForStaticGroupAuth",
6804
6917
  "optional": true,
@@ -6817,7 +6930,7 @@
6817
6930
  "immutable": true,
6818
6931
  "locationInModule": {
6819
6932
  "filename": "src/types.ts",
6820
- "line": 543
6933
+ "line": 594
6821
6934
  },
6822
6935
  "name": "replaceTableUponGsiUpdate",
6823
6936
  "optional": true,
@@ -6835,7 +6948,7 @@
6835
6948
  "immutable": true,
6836
6949
  "locationInModule": {
6837
6950
  "filename": "src/types.ts",
6838
- "line": 504
6951
+ "line": 555
6839
6952
  },
6840
6953
  "name": "respectPrimaryKeyAttributesOnConnectionField",
6841
6954
  "optional": true,
@@ -6853,7 +6966,7 @@
6853
6966
  "immutable": true,
6854
6967
  "locationInModule": {
6855
6968
  "filename": "src/types.ts",
6856
- "line": 465
6969
+ "line": 516
6857
6970
  },
6858
6971
  "name": "sandboxModeEnabled",
6859
6972
  "optional": true,
@@ -6874,7 +6987,7 @@
6874
6987
  "immutable": true,
6875
6988
  "locationInModule": {
6876
6989
  "filename": "src/types.ts",
6877
- "line": 491
6990
+ "line": 542
6878
6991
  },
6879
6992
  "name": "secondaryKeyAsGSI",
6880
6993
  "optional": true,
@@ -6895,7 +7008,7 @@
6895
7008
  "immutable": true,
6896
7009
  "locationInModule": {
6897
7010
  "filename": "src/types.ts",
6898
- "line": 452
7011
+ "line": 503
6899
7012
  },
6900
7013
  "name": "shouldDeepMergeDirectiveConfigDefaults",
6901
7014
  "optional": true,
@@ -6914,7 +7027,7 @@
6914
7027
  "immutable": true,
6915
7028
  "locationInModule": {
6916
7029
  "filename": "src/types.ts",
6917
- "line": 485
7030
+ "line": 536
6918
7031
  },
6919
7032
  "name": "suppressApiKeyGeneration",
6920
7033
  "optional": true,
@@ -6932,7 +7045,7 @@
6932
7045
  "immutable": true,
6933
7046
  "locationInModule": {
6934
7047
  "filename": "src/types.ts",
6935
- "line": 472
7048
+ "line": 523
6936
7049
  },
6937
7050
  "name": "useSubUsernameForDefaultIdentityClaim",
6938
7051
  "optional": true,
@@ -7042,7 +7155,7 @@
7042
7155
  "kind": "interface",
7043
7156
  "locationInModule": {
7044
7157
  "filename": "src/types.ts",
7045
- "line": 312
7158
+ "line": 363
7046
7159
  },
7047
7160
  "name": "QueryFunctionSlot",
7048
7161
  "properties": [
@@ -7056,7 +7169,7 @@
7056
7169
  "immutable": true,
7057
7170
  "locationInModule": {
7058
7171
  "filename": "src/types.ts",
7059
- "line": 322
7172
+ "line": 373
7060
7173
  },
7061
7174
  "name": "slotName",
7062
7175
  "type": {
@@ -7072,7 +7185,7 @@
7072
7185
  "immutable": true,
7073
7186
  "locationInModule": {
7074
7187
  "filename": "src/types.ts",
7075
- "line": 316
7188
+ "line": 367
7076
7189
  },
7077
7190
  "name": "typeName",
7078
7191
  "type": {
@@ -7677,7 +7790,7 @@
7677
7790
  "kind": "interface",
7678
7791
  "locationInModule": {
7679
7792
  "filename": "src/types.ts",
7680
- "line": 328
7793
+ "line": 379
7681
7794
  },
7682
7795
  "name": "SubscriptionFunctionSlot",
7683
7796
  "properties": [
@@ -7691,7 +7804,7 @@
7691
7804
  "immutable": true,
7692
7805
  "locationInModule": {
7693
7806
  "filename": "src/types.ts",
7694
- "line": 338
7807
+ "line": 389
7695
7808
  },
7696
7809
  "name": "slotName",
7697
7810
  "type": {
@@ -7707,7 +7820,7 @@
7707
7820
  "immutable": true,
7708
7821
  "locationInModule": {
7709
7822
  "filename": "src/types.ts",
7710
- "line": 332
7823
+ "line": 383
7711
7824
  },
7712
7825
  "name": "typeName",
7713
7826
  "type": {
@@ -7780,7 +7893,7 @@
7780
7893
  "kind": "interface",
7781
7894
  "locationInModule": {
7782
7895
  "filename": "src/types.ts",
7783
- "line": 352
7896
+ "line": 403
7784
7897
  },
7785
7898
  "name": "TranslationBehavior",
7786
7899
  "properties": [
@@ -7795,7 +7908,7 @@
7795
7908
  "immutable": true,
7796
7909
  "locationInModule": {
7797
7910
  "filename": "src/types.ts",
7798
- "line": 431
7911
+ "line": 482
7799
7912
  },
7800
7913
  "name": "allowDestructiveGraphqlSchemaUpdates",
7801
7914
  "type": {
@@ -7812,7 +7925,7 @@
7812
7925
  "immutable": true,
7813
7926
  "locationInModule": {
7814
7927
  "filename": "src/types.ts",
7815
- "line": 364
7928
+ "line": 415
7816
7929
  },
7817
7930
  "name": "disableResolverDeduping",
7818
7931
  "type": {
@@ -7833,7 +7946,7 @@
7833
7946
  "immutable": true,
7834
7947
  "locationInModule": {
7835
7948
  "filename": "src/types.ts",
7836
- "line": 403
7949
+ "line": 454
7837
7950
  },
7838
7951
  "name": "enableAutoIndexQueryNames",
7839
7952
  "type": {
@@ -7848,7 +7961,7 @@
7848
7961
  "immutable": true,
7849
7962
  "locationInModule": {
7850
7963
  "filename": "src/types.ts",
7851
- "line": 411
7964
+ "line": 462
7852
7965
  },
7853
7966
  "name": "enableSearchNodeToNodeEncryption",
7854
7967
  "type": {
@@ -7865,7 +7978,7 @@
7865
7978
  "immutable": true,
7866
7979
  "locationInModule": {
7867
7980
  "filename": "src/types.ts",
7868
- "line": 417
7981
+ "line": 468
7869
7982
  },
7870
7983
  "name": "enableTransformerCfnOutputs",
7871
7984
  "type": {
@@ -7882,7 +7995,7 @@
7882
7995
  "immutable": true,
7883
7996
  "locationInModule": {
7884
7997
  "filename": "src/types.ts",
7885
- "line": 383
7998
+ "line": 434
7886
7999
  },
7887
8000
  "name": "populateOwnerFieldForStaticGroupAuth",
7888
8001
  "type": {
@@ -7900,7 +8013,7 @@
7900
8013
  "immutable": true,
7901
8014
  "locationInModule": {
7902
8015
  "filename": "src/types.ts",
7903
- "line": 441
8016
+ "line": 492
7904
8017
  },
7905
8018
  "name": "replaceTableUponGsiUpdate",
7906
8019
  "type": {
@@ -7917,7 +8030,7 @@
7917
8030
  "immutable": true,
7918
8031
  "locationInModule": {
7919
8032
  "filename": "src/types.ts",
7920
- "line": 409
8033
+ "line": 460
7921
8034
  },
7922
8035
  "name": "respectPrimaryKeyAttributesOnConnectionField",
7923
8036
  "type": {
@@ -7934,7 +8047,7 @@
7934
8047
  "immutable": true,
7935
8048
  "locationInModule": {
7936
8049
  "filename": "src/types.ts",
7937
- "line": 370
8050
+ "line": 421
7938
8051
  },
7939
8052
  "name": "sandboxModeEnabled",
7940
8053
  "type": {
@@ -7954,7 +8067,7 @@
7954
8067
  "immutable": true,
7955
8068
  "locationInModule": {
7956
8069
  "filename": "src/types.ts",
7957
- "line": 396
8070
+ "line": 447
7958
8071
  },
7959
8072
  "name": "secondaryKeyAsGSI",
7960
8073
  "type": {
@@ -7974,7 +8087,7 @@
7974
8087
  "immutable": true,
7975
8088
  "locationInModule": {
7976
8089
  "filename": "src/types.ts",
7977
- "line": 357
8090
+ "line": 408
7978
8091
  },
7979
8092
  "name": "shouldDeepMergeDirectiveConfigDefaults",
7980
8093
  "type": {
@@ -7992,7 +8105,7 @@
7992
8105
  "immutable": true,
7993
8106
  "locationInModule": {
7994
8107
  "filename": "src/types.ts",
7995
- "line": 390
8108
+ "line": 441
7996
8109
  },
7997
8110
  "name": "suppressApiKeyGeneration",
7998
8111
  "type": {
@@ -8009,7 +8122,7 @@
8009
8122
  "immutable": true,
8010
8123
  "locationInModule": {
8011
8124
  "filename": "src/types.ts",
8012
- "line": 377
8125
+ "line": 428
8013
8126
  },
8014
8127
  "name": "useSubUsernameForDefaultIdentityClaim",
8015
8128
  "type": {
@@ -8030,7 +8143,7 @@
8030
8143
  "kind": "interface",
8031
8144
  "locationInModule": {
8032
8145
  "filename": "src/types.ts",
8033
- "line": 55
8146
+ "line": 98
8034
8147
  },
8035
8148
  "name": "UserPoolAuthorizationConfig",
8036
8149
  "properties": [
@@ -8043,7 +8156,7 @@
8043
8156
  "immutable": true,
8044
8157
  "locationInModule": {
8045
8158
  "filename": "src/types.ts",
8046
- "line": 59
8159
+ "line": 102
8047
8160
  },
8048
8161
  "name": "userPool",
8049
8162
  "type": {
@@ -8131,6 +8244,6 @@
8131
8244
  "symbolId": "src/model-datasource-strategy-types:VpcConfig"
8132
8245
  }
8133
8246
  },
8134
- "version": "1.7.0-cors-rule.0",
8135
- "fingerprint": "IsmQFVWoz5UPSCUS059E67I7hr7+z/kIWpmaD5fLXEg="
8247
+ "version": "1.7.0-gen2-release.0",
8248
+ "fingerprint": "J783jKRFaF6A3NOe96HKaIM6O8oYjp1OQz1pggLr9no="
8136
8249
  }