@aws-amplify/graphql-api-construct 1.11.6-sandbox-hotswap.1 → 1.11.6

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 (96) hide show
  1. package/.jsii +103 -103
  2. package/API.md +0 -4
  3. package/CHANGELOG.md +2 -6
  4. package/lib/amplify-dynamodb-table-wrapper.js +1 -1
  5. package/lib/amplify-graphql-api.js +4 -8
  6. package/lib/amplify-graphql-definition.js +1 -1
  7. package/lib/internal/default-parameters.js +1 -2
  8. package/lib/sql-model-datasource-strategy.js +1 -1
  9. package/lib/types.d.ts +0 -32
  10. package/lib/types.js +1 -1
  11. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +6 -2
  12. package/node_modules/@aws-amplify/graphql-auth-transformer/LICENSE +201 -0
  13. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +17 -15
  14. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +6 -2
  15. package/node_modules/@aws-amplify/graphql-default-value-transformer/LICENSE +201 -0
  16. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +12 -10
  17. package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +8 -0
  18. package/node_modules/@aws-amplify/graphql-directives/LICENSE +201 -0
  19. package/node_modules/@aws-amplify/graphql-directives/package.json +5 -3
  20. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +6 -2
  21. package/node_modules/@aws-amplify/graphql-function-transformer/LICENSE +201 -0
  22. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +11 -9
  23. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +6 -2
  24. package/node_modules/@aws-amplify/graphql-http-transformer/LICENSE +201 -0
  25. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +11 -9
  26. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +6 -2
  27. package/node_modules/@aws-amplify/graphql-index-transformer/LICENSE +201 -0
  28. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +12 -10
  29. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +6 -2
  30. package/node_modules/@aws-amplify/graphql-maps-to-transformer/LICENSE +201 -0
  31. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  32. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +15 -13
  33. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +5 -3
  34. package/node_modules/@aws-amplify/graphql-model-transformer/LICENSE +201 -0
  35. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  36. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  37. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  38. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +11 -9
  39. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +10 -2
  40. package/node_modules/@aws-amplify/graphql-predictions-transformer/LICENSE +201 -0
  41. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.d.ts.map +1 -1
  42. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js +3 -0
  43. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js.map +1 -1
  44. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  45. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +11 -9
  46. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +10 -2
  47. package/node_modules/@aws-amplify/graphql-relational-transformer/LICENSE +201 -0
  48. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts.map +1 -1
  49. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +12 -10
  50. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -1
  51. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts.map +1 -1
  52. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js +13 -11
  53. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js.map +1 -1
  54. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts.map +1 -1
  55. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js +13 -11
  56. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js.map +1 -1
  57. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.d.ts.map +1 -1
  58. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js +4 -0
  59. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js.map +1 -1
  60. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +13 -11
  61. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +10 -2
  62. package/node_modules/@aws-amplify/graphql-searchable-transformer/LICENSE +201 -0
  63. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts.map +1 -1
  64. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js +3 -0
  65. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js.map +1 -1
  66. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  67. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +12 -10
  68. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +6 -2
  69. package/node_modules/@aws-amplify/graphql-sql-transformer/LICENSE +201 -0
  70. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +12 -10
  71. package/node_modules/@aws-amplify/graphql-transformer/API.md +0 -1
  72. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +10 -2
  73. package/node_modules/@aws-amplify/graphql-transformer/LICENSE +201 -0
  74. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +0 -1
  75. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -1
  76. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +3 -4
  77. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
  78. package/node_modules/@aws-amplify/graphql-transformer/package.json +19 -16
  79. package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +3 -6
  80. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +6 -2
  81. package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +201 -0
  82. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +9 -7
  83. package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +6 -2
  84. package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +201 -0
  85. package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +5 -3
  86. package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
  87. package/node_modules/graphql-mapping-template/CHANGELOG.md +8 -0
  88. package/node_modules/graphql-mapping-template/LICENSE +201 -0
  89. package/node_modules/graphql-mapping-template/package.json +5 -3
  90. package/node_modules/graphql-transformer-common/CHANGELOG.md +8 -0
  91. package/node_modules/graphql-transformer-common/LICENSE +201 -0
  92. package/node_modules/graphql-transformer-common/package.json +6 -4
  93. package/package.json +20 -20
  94. package/src/amplify-graphql-api.ts +2 -7
  95. package/src/internal/default-parameters.ts +0 -1
  96. package/src/types.ts +0 -34
package/.jsii CHANGED
@@ -8,21 +8,21 @@
8
8
  "bundled": {
9
9
  "@aws-amplify/backend-output-schemas": "^0.4.0",
10
10
  "@aws-amplify/backend-output-storage": "^0.2.2",
11
- "@aws-amplify/graphql-auth-transformer": "3.6.6-sandbox-hotswap.0",
12
- "@aws-amplify/graphql-default-value-transformer": "2.3.14-sandbox-hotswap.0",
13
- "@aws-amplify/graphql-directives": "1.1.0",
14
- "@aws-amplify/graphql-function-transformer": "2.1.27-sandbox-hotswap.0",
15
- "@aws-amplify/graphql-http-transformer": "2.1.27-sandbox-hotswap.0",
16
- "@aws-amplify/graphql-index-transformer": "2.4.10-sandbox-hotswap.0",
17
- "@aws-amplify/graphql-maps-to-transformer": "3.4.24-sandbox-hotswap.0",
18
- "@aws-amplify/graphql-model-transformer": "2.11.5-sandbox-hotswap.0",
19
- "@aws-amplify/graphql-predictions-transformer": "2.1.27-sandbox-hotswap.0",
20
- "@aws-amplify/graphql-relational-transformer": "2.5.12-sandbox-hotswap.0",
21
- "@aws-amplify/graphql-searchable-transformer": "2.7.10-sandbox-hotswap.0",
22
- "@aws-amplify/graphql-sql-transformer": "0.3.10-sandbox-hotswap.0",
23
- "@aws-amplify/graphql-transformer": "1.6.6-sandbox-hotswap.0",
24
- "@aws-amplify/graphql-transformer-core": "2.9.4-sandbox-hotswap.0",
25
- "@aws-amplify/graphql-transformer-interfaces": "3.10.2-sandbox-hotswap.0",
11
+ "@aws-amplify/graphql-auth-transformer": "4.0.0",
12
+ "@aws-amplify/graphql-default-value-transformer": "3.0.0",
13
+ "@aws-amplify/graphql-directives": "2.0.0",
14
+ "@aws-amplify/graphql-function-transformer": "3.0.0",
15
+ "@aws-amplify/graphql-http-transformer": "3.0.0",
16
+ "@aws-amplify/graphql-index-transformer": "3.0.0",
17
+ "@aws-amplify/graphql-maps-to-transformer": "4.0.0",
18
+ "@aws-amplify/graphql-model-transformer": "3.0.0",
19
+ "@aws-amplify/graphql-predictions-transformer": "3.0.0",
20
+ "@aws-amplify/graphql-relational-transformer": "3.0.0",
21
+ "@aws-amplify/graphql-searchable-transformer": "3.0.0",
22
+ "@aws-amplify/graphql-sql-transformer": "0.4.0",
23
+ "@aws-amplify/graphql-transformer": "2.0.0",
24
+ "@aws-amplify/graphql-transformer-core": "3.0.0",
25
+ "@aws-amplify/graphql-transformer-interfaces": "4.0.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",
@@ -30,8 +30,8 @@
30
30
  "fs-extra": "^8.1.0",
31
31
  "graceful-fs": "^4.2.11",
32
32
  "graphql": "^15.5.0",
33
- "graphql-mapping-template": "4.20.16",
34
- "graphql-transformer-common": "4.31.1",
33
+ "graphql-mapping-template": "5.0.0",
34
+ "graphql-transformer-common": "5.0.0",
35
35
  "hjson": "^3.2.2",
36
36
  "immer": "^9.0.12",
37
37
  "is-buffer": "^2.0.5",
@@ -3734,7 +3734,7 @@
3734
3734
  "kind": "interface",
3735
3735
  "locationInModule": {
3736
3736
  "filename": "src/types.ts",
3737
- "line": 902
3737
+ "line": 868
3738
3738
  },
3739
3739
  "name": "AddFunctionProps",
3740
3740
  "properties": [
@@ -3747,7 +3747,7 @@
3747
3747
  "immutable": true,
3748
3748
  "locationInModule": {
3749
3749
  "filename": "src/types.ts",
3750
- "line": 906
3750
+ "line": 872
3751
3751
  },
3752
3752
  "name": "dataSource",
3753
3753
  "type": {
@@ -3763,7 +3763,7 @@
3763
3763
  "immutable": true,
3764
3764
  "locationInModule": {
3765
3765
  "filename": "src/types.ts",
3766
- "line": 911
3766
+ "line": 877
3767
3767
  },
3768
3768
  "name": "name",
3769
3769
  "type": {
@@ -3780,7 +3780,7 @@
3780
3780
  "immutable": true,
3781
3781
  "locationInModule": {
3782
3782
  "filename": "src/types.ts",
3783
- "line": 946
3783
+ "line": 912
3784
3784
  },
3785
3785
  "name": "code",
3786
3786
  "optional": true,
@@ -3798,7 +3798,7 @@
3798
3798
  "immutable": true,
3799
3799
  "locationInModule": {
3800
3800
  "filename": "src/types.ts",
3801
- "line": 918
3801
+ "line": 884
3802
3802
  },
3803
3803
  "name": "description",
3804
3804
  "optional": true,
@@ -3816,7 +3816,7 @@
3816
3816
  "immutable": true,
3817
3817
  "locationInModule": {
3818
3818
  "filename": "src/types.ts",
3819
- "line": 925
3819
+ "line": 891
3820
3820
  },
3821
3821
  "name": "requestMappingTemplate",
3822
3822
  "optional": true,
@@ -3834,7 +3834,7 @@
3834
3834
  "immutable": true,
3835
3835
  "locationInModule": {
3836
3836
  "filename": "src/types.ts",
3837
- "line": 932
3837
+ "line": 898
3838
3838
  },
3839
3839
  "name": "responseMappingTemplate",
3840
3840
  "optional": true,
@@ -3852,7 +3852,7 @@
3852
3852
  "immutable": true,
3853
3853
  "locationInModule": {
3854
3854
  "filename": "src/types.ts",
3855
- "line": 939
3855
+ "line": 905
3856
3856
  },
3857
3857
  "name": "runtime",
3858
3858
  "optional": true,
@@ -4148,7 +4148,7 @@
4148
4148
  },
4149
4149
  "locationInModule": {
4150
4150
  "filename": "src/amplify-graphql-api.ts",
4151
- "line": 139
4151
+ "line": 138
4152
4152
  },
4153
4153
  "parameters": [
4154
4154
  {
@@ -4183,7 +4183,7 @@
4183
4183
  "kind": "class",
4184
4184
  "locationInModule": {
4185
4185
  "filename": "src/amplify-graphql-api.ts",
4186
- "line": 85
4186
+ "line": 84
4187
4187
  },
4188
4188
  "methods": [
4189
4189
  {
@@ -4195,7 +4195,7 @@
4195
4195
  },
4196
4196
  "locationInModule": {
4197
4197
  "filename": "src/amplify-graphql-api.ts",
4198
- "line": 291
4198
+ "line": 286
4199
4199
  },
4200
4200
  "name": "addDynamoDbDataSource",
4201
4201
  "parameters": [
@@ -4244,7 +4244,7 @@
4244
4244
  },
4245
4245
  "locationInModule": {
4246
4246
  "filename": "src/amplify-graphql-api.ts",
4247
- "line": 303
4247
+ "line": 298
4248
4248
  },
4249
4249
  "name": "addElasticsearchDataSource",
4250
4250
  "parameters": [
@@ -4291,7 +4291,7 @@
4291
4291
  },
4292
4292
  "locationInModule": {
4293
4293
  "filename": "src/amplify-graphql-api.ts",
4294
- "line": 313
4294
+ "line": 308
4295
4295
  },
4296
4296
  "name": "addEventBridgeDataSource",
4297
4297
  "parameters": [
@@ -4338,7 +4338,7 @@
4338
4338
  },
4339
4339
  "locationInModule": {
4340
4340
  "filename": "src/amplify-graphql-api.ts",
4341
- "line": 395
4341
+ "line": 390
4342
4342
  },
4343
4343
  "name": "addFunction",
4344
4344
  "parameters": [
@@ -4373,7 +4373,7 @@
4373
4373
  },
4374
4374
  "locationInModule": {
4375
4375
  "filename": "src/amplify-graphql-api.ts",
4376
- "line": 324
4376
+ "line": 319
4377
4377
  },
4378
4378
  "name": "addHttpDataSource",
4379
4379
  "parameters": [
@@ -4421,7 +4421,7 @@
4421
4421
  },
4422
4422
  "locationInModule": {
4423
4423
  "filename": "src/amplify-graphql-api.ts",
4424
- "line": 335
4424
+ "line": 330
4425
4425
  },
4426
4426
  "name": "addLambdaDataSource",
4427
4427
  "parameters": [
@@ -4469,7 +4469,7 @@
4469
4469
  },
4470
4470
  "locationInModule": {
4471
4471
  "filename": "src/amplify-graphql-api.ts",
4472
- "line": 346
4472
+ "line": 341
4473
4473
  },
4474
4474
  "name": "addNoneDataSource",
4475
4475
  "parameters": [
@@ -4508,7 +4508,7 @@
4508
4508
  },
4509
4509
  "locationInModule": {
4510
4510
  "filename": "src/amplify-graphql-api.ts",
4511
- "line": 357
4511
+ "line": 352
4512
4512
  },
4513
4513
  "name": "addOpenSearchDataSource",
4514
4514
  "parameters": [
@@ -4556,7 +4556,7 @@
4556
4556
  },
4557
4557
  "locationInModule": {
4558
4558
  "filename": "src/amplify-graphql-api.ts",
4559
- "line": 370
4559
+ "line": 365
4560
4560
  },
4561
4561
  "name": "addRdsDataSource",
4562
4562
  "parameters": [
@@ -4623,7 +4623,7 @@
4623
4623
  },
4624
4624
  "locationInModule": {
4625
4625
  "filename": "src/amplify-graphql-api.ts",
4626
- "line": 386
4626
+ "line": 381
4627
4627
  },
4628
4628
  "name": "addResolver",
4629
4629
  "parameters": [
@@ -4664,7 +4664,7 @@
4664
4664
  "immutable": true,
4665
4665
  "locationInModule": {
4666
4666
  "filename": "src/amplify-graphql-api.ts",
4667
- "line": 120
4667
+ "line": 119
4668
4668
  },
4669
4669
  "name": "apiId",
4670
4670
  "type": {
@@ -4679,7 +4679,7 @@
4679
4679
  "immutable": true,
4680
4680
  "locationInModule": {
4681
4681
  "filename": "src/amplify-graphql-api.ts",
4682
- "line": 100
4682
+ "line": 99
4683
4683
  },
4684
4684
  "name": "generatedFunctionSlots",
4685
4685
  "type": {
@@ -4712,7 +4712,7 @@
4712
4712
  "immutable": true,
4713
4713
  "locationInModule": {
4714
4714
  "filename": "src/amplify-graphql-api.ts",
4715
- "line": 105
4715
+ "line": 104
4716
4716
  },
4717
4717
  "name": "graphqlUrl",
4718
4718
  "type": {
@@ -4728,7 +4728,7 @@
4728
4728
  "immutable": true,
4729
4729
  "locationInModule": {
4730
4730
  "filename": "src/amplify-graphql-api.ts",
4731
- "line": 110
4731
+ "line": 109
4732
4732
  },
4733
4733
  "name": "realtimeUrl",
4734
4734
  "type": {
@@ -4743,7 +4743,7 @@
4743
4743
  "immutable": true,
4744
4744
  "locationInModule": {
4745
4745
  "filename": "src/amplify-graphql-api.ts",
4746
- "line": 89
4746
+ "line": 88
4747
4747
  },
4748
4748
  "name": "resources",
4749
4749
  "type": {
@@ -4759,7 +4759,7 @@
4759
4759
  "immutable": true,
4760
4760
  "locationInModule": {
4761
4761
  "filename": "src/amplify-graphql-api.ts",
4762
- "line": 115
4762
+ "line": 114
4763
4763
  },
4764
4764
  "name": "apiKey",
4765
4765
  "optional": true,
@@ -4782,7 +4782,7 @@
4782
4782
  "kind": "interface",
4783
4783
  "locationInModule": {
4784
4784
  "filename": "src/types.ts",
4785
- "line": 805
4785
+ "line": 771
4786
4786
  },
4787
4787
  "name": "AmplifyGraphqlApiCfnResources",
4788
4788
  "properties": [
@@ -4795,7 +4795,7 @@
4795
4795
  "immutable": true,
4796
4796
  "locationInModule": {
4797
4797
  "filename": "src/types.ts",
4798
- "line": 859
4798
+ "line": 825
4799
4799
  },
4800
4800
  "name": "additionalCfnResources",
4801
4801
  "type": {
@@ -4816,7 +4816,7 @@
4816
4816
  "immutable": true,
4817
4817
  "locationInModule": {
4818
4818
  "filename": "src/types.ts",
4819
- "line": 844
4819
+ "line": 810
4820
4820
  },
4821
4821
  "name": "amplifyDynamoDbTables",
4822
4822
  "type": {
@@ -4837,7 +4837,7 @@
4837
4837
  "immutable": true,
4838
4838
  "locationInModule": {
4839
4839
  "filename": "src/types.ts",
4840
- "line": 834
4840
+ "line": 800
4841
4841
  },
4842
4842
  "name": "cfnDataSources",
4843
4843
  "type": {
@@ -4858,7 +4858,7 @@
4858
4858
  "immutable": true,
4859
4859
  "locationInModule": {
4860
4860
  "filename": "src/types.ts",
4861
- "line": 829
4861
+ "line": 795
4862
4862
  },
4863
4863
  "name": "cfnFunctionConfigurations",
4864
4864
  "type": {
@@ -4879,7 +4879,7 @@
4879
4879
  "immutable": true,
4880
4880
  "locationInModule": {
4881
4881
  "filename": "src/types.ts",
4882
- "line": 854
4882
+ "line": 820
4883
4883
  },
4884
4884
  "name": "cfnFunctions",
4885
4885
  "type": {
@@ -4900,7 +4900,7 @@
4900
4900
  "immutable": true,
4901
4901
  "locationInModule": {
4902
4902
  "filename": "src/types.ts",
4903
- "line": 809
4903
+ "line": 775
4904
4904
  },
4905
4905
  "name": "cfnGraphqlApi",
4906
4906
  "type": {
@@ -4916,7 +4916,7 @@
4916
4916
  "immutable": true,
4917
4917
  "locationInModule": {
4918
4918
  "filename": "src/types.ts",
4919
- "line": 814
4919
+ "line": 780
4920
4920
  },
4921
4921
  "name": "cfnGraphqlSchema",
4922
4922
  "type": {
@@ -4932,7 +4932,7 @@
4932
4932
  "immutable": true,
4933
4933
  "locationInModule": {
4934
4934
  "filename": "src/types.ts",
4935
- "line": 824
4935
+ "line": 790
4936
4936
  },
4937
4937
  "name": "cfnResolvers",
4938
4938
  "type": {
@@ -4953,7 +4953,7 @@
4953
4953
  "immutable": true,
4954
4954
  "locationInModule": {
4955
4955
  "filename": "src/types.ts",
4956
- "line": 849
4956
+ "line": 815
4957
4957
  },
4958
4958
  "name": "cfnRoles",
4959
4959
  "type": {
@@ -4974,7 +4974,7 @@
4974
4974
  "immutable": true,
4975
4975
  "locationInModule": {
4976
4976
  "filename": "src/types.ts",
4977
- "line": 839
4977
+ "line": 805
4978
4978
  },
4979
4979
  "name": "cfnTables",
4980
4980
  "type": {
@@ -4995,7 +4995,7 @@
4995
4995
  "immutable": true,
4996
4996
  "locationInModule": {
4997
4997
  "filename": "src/types.ts",
4998
- "line": 819
4998
+ "line": 785
4999
4999
  },
5000
5000
  "name": "cfnApiKey",
5001
5001
  "optional": true,
@@ -5018,7 +5018,7 @@
5018
5018
  "kind": "interface",
5019
5019
  "locationInModule": {
5020
5020
  "filename": "src/types.ts",
5021
- "line": 722
5021
+ "line": 688
5022
5022
  },
5023
5023
  "name": "AmplifyGraphqlApiProps",
5024
5024
  "properties": [
@@ -5032,7 +5032,7 @@
5032
5032
  "immutable": true,
5033
5033
  "locationInModule": {
5034
5034
  "filename": "src/types.ts",
5035
- "line": 739
5035
+ "line": 705
5036
5036
  },
5037
5037
  "name": "authorizationModes",
5038
5038
  "type": {
@@ -5049,7 +5049,7 @@
5049
5049
  "immutable": true,
5050
5050
  "locationInModule": {
5051
5051
  "filename": "src/types.ts",
5052
- "line": 727
5052
+ "line": 693
5053
5053
  },
5054
5054
  "name": "definition",
5055
5055
  "type": {
@@ -5066,7 +5066,7 @@
5066
5066
  "immutable": true,
5067
5067
  "locationInModule": {
5068
5068
  "filename": "src/types.ts",
5069
- "line": 733
5069
+ "line": 699
5070
5070
  },
5071
5071
  "name": "apiName",
5072
5072
  "optional": true,
@@ -5085,7 +5085,7 @@
5085
5085
  "immutable": true,
5086
5086
  "locationInModule": {
5087
5087
  "filename": "src/types.ts",
5088
- "line": 754
5088
+ "line": 720
5089
5089
  },
5090
5090
  "name": "conflictResolution",
5091
5091
  "optional": true,
@@ -5103,7 +5103,7 @@
5103
5103
  "immutable": true,
5104
5104
  "locationInModule": {
5105
5105
  "filename": "src/types.ts",
5106
- "line": 798
5106
+ "line": 764
5107
5107
  },
5108
5108
  "name": "dataStoreConfiguration",
5109
5109
  "optional": true,
@@ -5123,7 +5123,7 @@
5123
5123
  "immutable": true,
5124
5124
  "locationInModule": {
5125
5125
  "filename": "src/types.ts",
5126
- "line": 747
5126
+ "line": 713
5127
5127
  },
5128
5128
  "name": "functionNameMap",
5129
5129
  "optional": true,
@@ -5146,7 +5146,7 @@
5146
5146
  "immutable": true,
5147
5147
  "locationInModule": {
5148
5148
  "filename": "src/types.ts",
5149
- "line": 769
5149
+ "line": 735
5150
5150
  },
5151
5151
  "name": "functionSlots",
5152
5152
  "optional": true,
@@ -5181,7 +5181,7 @@
5181
5181
  "immutable": true,
5182
5182
  "locationInModule": {
5183
5183
  "filename": "src/types.ts",
5184
- "line": 792
5184
+ "line": 758
5185
5185
  },
5186
5186
  "name": "outputStorageStrategy",
5187
5187
  "optional": true,
@@ -5198,7 +5198,7 @@
5198
5198
  "immutable": true,
5199
5199
  "locationInModule": {
5200
5200
  "filename": "src/types.ts",
5201
- "line": 781
5201
+ "line": 747
5202
5202
  },
5203
5203
  "name": "predictionsBucket",
5204
5204
  "optional": true,
@@ -5216,7 +5216,7 @@
5216
5216
  "immutable": true,
5217
5217
  "locationInModule": {
5218
5218
  "filename": "src/types.ts",
5219
- "line": 763
5219
+ "line": 729
5220
5220
  },
5221
5221
  "name": "stackMappings",
5222
5222
  "optional": true,
@@ -5242,7 +5242,7 @@
5242
5242
  "immutable": true,
5243
5243
  "locationInModule": {
5244
5244
  "filename": "src/types.ts",
5245
- "line": 776
5245
+ "line": 742
5246
5246
  },
5247
5247
  "name": "transformerPlugins",
5248
5248
  "optional": true,
@@ -5264,7 +5264,7 @@
5264
5264
  "immutable": true,
5265
5265
  "locationInModule": {
5266
5266
  "filename": "src/types.ts",
5267
- "line": 787
5267
+ "line": 753
5268
5268
  },
5269
5269
  "name": "translationBehavior",
5270
5270
  "optional": true,
@@ -5287,7 +5287,7 @@
5287
5287
  "kind": "interface",
5288
5288
  "locationInModule": {
5289
5289
  "filename": "src/types.ts",
5290
- "line": 866
5290
+ "line": 832
5291
5291
  },
5292
5292
  "name": "AmplifyGraphqlApiResources",
5293
5293
  "properties": [
@@ -5300,7 +5300,7 @@
5300
5300
  "immutable": true,
5301
5301
  "locationInModule": {
5302
5302
  "filename": "src/types.ts",
5303
- "line": 890
5303
+ "line": 856
5304
5304
  },
5305
5305
  "name": "cfnResources",
5306
5306
  "type": {
@@ -5316,7 +5316,7 @@
5316
5316
  "immutable": true,
5317
5317
  "locationInModule": {
5318
5318
  "filename": "src/types.ts",
5319
- "line": 885
5319
+ "line": 851
5320
5320
  },
5321
5321
  "name": "functions",
5322
5322
  "type": {
@@ -5337,7 +5337,7 @@
5337
5337
  "immutable": true,
5338
5338
  "locationInModule": {
5339
5339
  "filename": "src/types.ts",
5340
- "line": 870
5340
+ "line": 836
5341
5341
  },
5342
5342
  "name": "graphqlApi",
5343
5343
  "type": {
@@ -5353,7 +5353,7 @@
5353
5353
  "immutable": true,
5354
5354
  "locationInModule": {
5355
5355
  "filename": "src/types.ts",
5356
- "line": 895
5356
+ "line": 861
5357
5357
  },
5358
5358
  "name": "nestedStacks",
5359
5359
  "type": {
@@ -5374,7 +5374,7 @@
5374
5374
  "immutable": true,
5375
5375
  "locationInModule": {
5376
5376
  "filename": "src/types.ts",
5377
- "line": 880
5377
+ "line": 846
5378
5378
  },
5379
5379
  "name": "roles",
5380
5380
  "type": {
@@ -5395,7 +5395,7 @@
5395
5395
  "immutable": true,
5396
5396
  "locationInModule": {
5397
5397
  "filename": "src/types.ts",
5398
- "line": 875
5398
+ "line": 841
5399
5399
  },
5400
5400
  "name": "tables",
5401
5401
  "type": {
@@ -6434,7 +6434,7 @@
6434
6434
  "kind": "interface",
6435
6435
  "locationInModule": {
6436
6436
  "filename": "src/types.ts",
6437
- "line": 656
6437
+ "line": 622
6438
6438
  },
6439
6439
  "name": "IAmplifyGraphqlDefinition",
6440
6440
  "properties": [
@@ -6449,7 +6449,7 @@
6449
6449
  "immutable": true,
6450
6450
  "locationInModule": {
6451
6451
  "filename": "src/types.ts",
6452
- "line": 681
6452
+ "line": 647
6453
6453
  },
6454
6454
  "name": "dataSourceStrategies",
6455
6455
  "type": {
@@ -6483,7 +6483,7 @@
6483
6483
  "immutable": true,
6484
6484
  "locationInModule": {
6485
6485
  "filename": "src/types.ts",
6486
- "line": 667
6486
+ "line": 633
6487
6487
  },
6488
6488
  "name": "functionSlots",
6489
6489
  "type": {
@@ -6517,7 +6517,7 @@
6517
6517
  "immutable": true,
6518
6518
  "locationInModule": {
6519
6519
  "filename": "src/types.ts",
6520
- "line": 661
6520
+ "line": 627
6521
6521
  },
6522
6522
  "name": "schema",
6523
6523
  "type": {
@@ -6534,7 +6534,7 @@
6534
6534
  "immutable": true,
6535
6535
  "locationInModule": {
6536
6536
  "filename": "src/types.ts",
6537
- "line": 687
6537
+ "line": 653
6538
6538
  },
6539
6539
  "name": "customSqlDataSourceStrategies",
6540
6540
  "optional": true,
@@ -6558,7 +6558,7 @@
6558
6558
  "immutable": true,
6559
6559
  "locationInModule": {
6560
6560
  "filename": "src/types.ts",
6561
- "line": 675
6561
+ "line": 641
6562
6562
  },
6563
6563
  "name": "referencedLambdaFunctions",
6564
6564
  "optional": true,
@@ -6584,7 +6584,7 @@
6584
6584
  "kind": "interface",
6585
6585
  "locationInModule": {
6586
6586
  "filename": "src/types.ts",
6587
- "line": 693
6587
+ "line": 659
6588
6588
  },
6589
6589
  "name": "IBackendOutputEntry",
6590
6590
  "properties": [
@@ -6597,7 +6597,7 @@
6597
6597
  "immutable": true,
6598
6598
  "locationInModule": {
6599
6599
  "filename": "src/types.ts",
6600
- "line": 702
6600
+ "line": 668
6601
6601
  },
6602
6602
  "name": "payload",
6603
6603
  "type": {
@@ -6618,7 +6618,7 @@
6618
6618
  "immutable": true,
6619
6619
  "locationInModule": {
6620
6620
  "filename": "src/types.ts",
6621
- "line": 697
6621
+ "line": 663
6622
6622
  },
6623
6623
  "name": "version",
6624
6624
  "type": {
@@ -6638,7 +6638,7 @@
6638
6638
  "kind": "interface",
6639
6639
  "locationInModule": {
6640
6640
  "filename": "src/types.ts",
6641
- "line": 708
6641
+ "line": 674
6642
6642
  },
6643
6643
  "methods": [
6644
6644
  {
@@ -6649,7 +6649,7 @@
6649
6649
  },
6650
6650
  "locationInModule": {
6651
6651
  "filename": "src/types.ts",
6652
- "line": 715
6652
+ "line": 681
6653
6653
  },
6654
6654
  "name": "addBackendOutputEntry",
6655
6655
  "parameters": [
@@ -6999,7 +6999,7 @@
6999
6999
  "kind": "interface",
7000
7000
  "locationInModule": {
7001
7001
  "filename": "src/types.ts",
7002
- "line": 521
7002
+ "line": 504
7003
7003
  },
7004
7004
  "name": "PartialTranslationBehavior",
7005
7005
  "properties": [
@@ -7014,7 +7014,7 @@
7014
7014
  "immutable": true,
7015
7015
  "locationInModule": {
7016
7016
  "filename": "src/types.ts",
7017
- "line": 613
7017
+ "line": 596
7018
7018
  },
7019
7019
  "name": "allowDestructiveGraphqlSchemaUpdates",
7020
7020
  "optional": true,
@@ -7032,7 +7032,7 @@
7032
7032
  "immutable": true,
7033
7033
  "locationInModule": {
7034
7034
  "filename": "src/types.ts",
7035
- "line": 533
7035
+ "line": 516
7036
7036
  },
7037
7037
  "name": "disableResolverDeduping",
7038
7038
  "optional": true,
@@ -7054,7 +7054,7 @@
7054
7054
  "immutable": true,
7055
7055
  "locationInModule": {
7056
7056
  "filename": "src/types.ts",
7057
- "line": 578
7057
+ "line": 561
7058
7058
  },
7059
7059
  "name": "enableAutoIndexQueryNames",
7060
7060
  "optional": true,
@@ -7073,7 +7073,7 @@
7073
7073
  "immutable": true,
7074
7074
  "locationInModule": {
7075
7075
  "filename": "src/types.ts",
7076
- "line": 593
7076
+ "line": 576
7077
7077
  },
7078
7078
  "name": "enableSearchNodeToNodeEncryption",
7079
7079
  "optional": true,
@@ -7091,7 +7091,7 @@
7091
7091
  "immutable": true,
7092
7092
  "locationInModule": {
7093
7093
  "filename": "src/types.ts",
7094
- "line": 599
7094
+ "line": 582
7095
7095
  },
7096
7096
  "name": "enableTransformerCfnOutputs",
7097
7097
  "optional": true,
@@ -7109,7 +7109,7 @@
7109
7109
  "immutable": true,
7110
7110
  "locationInModule": {
7111
7111
  "filename": "src/types.ts",
7112
- "line": 558
7112
+ "line": 541
7113
7113
  },
7114
7114
  "name": "populateOwnerFieldForStaticGroupAuth",
7115
7115
  "optional": true,
@@ -7128,7 +7128,7 @@
7128
7128
  "immutable": true,
7129
7129
  "locationInModule": {
7130
7130
  "filename": "src/types.ts",
7131
- "line": 623
7131
+ "line": 606
7132
7132
  },
7133
7133
  "name": "replaceTableUponGsiUpdate",
7134
7134
  "optional": true,
@@ -7146,7 +7146,7 @@
7146
7146
  "immutable": true,
7147
7147
  "locationInModule": {
7148
7148
  "filename": "src/types.ts",
7149
- "line": 584
7149
+ "line": 567
7150
7150
  },
7151
7151
  "name": "respectPrimaryKeyAttributesOnConnectionField",
7152
7152
  "optional": true,
@@ -7164,7 +7164,7 @@
7164
7164
  "immutable": true,
7165
7165
  "locationInModule": {
7166
7166
  "filename": "src/types.ts",
7167
- "line": 539
7167
+ "line": 522
7168
7168
  },
7169
7169
  "name": "sandboxModeEnabled",
7170
7170
  "optional": true,
@@ -7185,7 +7185,7 @@
7185
7185
  "immutable": true,
7186
7186
  "locationInModule": {
7187
7187
  "filename": "src/types.ts",
7188
- "line": 571
7188
+ "line": 554
7189
7189
  },
7190
7190
  "name": "secondaryKeyAsGSI",
7191
7191
  "optional": true,
@@ -7206,7 +7206,7 @@
7206
7206
  "immutable": true,
7207
7207
  "locationInModule": {
7208
7208
  "filename": "src/types.ts",
7209
- "line": 526
7209
+ "line": 509
7210
7210
  },
7211
7211
  "name": "shouldDeepMergeDirectiveConfigDefaults",
7212
7212
  "optional": true,
@@ -7224,7 +7224,7 @@
7224
7224
  "immutable": true,
7225
7225
  "locationInModule": {
7226
7226
  "filename": "src/types.ts",
7227
- "line": 552
7227
+ "line": 535
7228
7228
  },
7229
7229
  "name": "subscriptionsInheritPrimaryAuth",
7230
7230
  "optional": true,
@@ -7243,7 +7243,7 @@
7243
7243
  "immutable": true,
7244
7244
  "locationInModule": {
7245
7245
  "filename": "src/types.ts",
7246
- "line": 565
7246
+ "line": 548
7247
7247
  },
7248
7248
  "name": "suppressApiKeyGeneration",
7249
7249
  "optional": true,
@@ -7261,7 +7261,7 @@
7261
7261
  "immutable": true,
7262
7262
  "locationInModule": {
7263
7263
  "filename": "src/types.ts",
7264
- "line": 546
7264
+ "line": 529
7265
7265
  },
7266
7266
  "name": "useSubUsernameForDefaultIdentityClaim",
7267
7267
  "optional": true,
@@ -8648,6 +8648,6 @@
8648
8648
  "symbolId": "src/model-datasource-strategy-types:VpcConfig"
8649
8649
  }
8650
8650
  },
8651
- "version": "1.11.6-sandbox-hotswap.1",
8652
- "fingerprint": "/kyk+TBal10X5CKXOGVmEuhGPRma1kG+wMHEooiAZGY="
8651
+ "version": "1.11.6",
8652
+ "fingerprint": "JBn7ZbFUVP+8WQHWS1/ilQL8BSed25XpIHC/ZU/3k58="
8653
8653
  }