@aws-amplify/graphql-api-construct 1.5.7 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. package/.jsii +273 -212
  2. package/API.md +13 -5
  3. package/CHANGELOG.md +7 -0
  4. package/lib/amplify-dynamodb-table-wrapper.d.ts +6 -1
  5. package/lib/amplify-dynamodb-table-wrapper.js +9 -2
  6. package/lib/amplify-graphql-api.d.ts +2 -2
  7. package/lib/amplify-graphql-api.js +10 -7
  8. package/lib/amplify-graphql-definition.js +1 -1
  9. package/lib/index.d.ts +1 -1
  10. package/lib/index.js +1 -1
  11. package/lib/internal/construct-exports.js +13 -3
  12. package/lib/sql-model-datasource-strategy.js +1 -1
  13. package/lib/types.d.ts +17 -5
  14. package/lib/types.js +1 -1
  15. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +6 -0
  16. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.d.ts.map +1 -1
  17. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js +0 -3
  18. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js.map +1 -1
  19. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/query.d.ts.map +1 -1
  20. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/query.js +3 -2
  21. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/vtl-generator/rds/resolvers/query.js.map +1 -1
  22. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +7 -7
  23. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
  24. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +3 -3
  25. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +1 -2
  26. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +1 -2
  27. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
  28. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +3 -3
  29. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
  30. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  31. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +6 -6
  32. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +6 -0
  33. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  34. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  35. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  36. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts.map +1 -1
  37. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js +1 -0
  38. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +1 -1
  39. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +2 -2
  40. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  41. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +1 -2
  42. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
  43. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +4 -4
  44. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
  45. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  46. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +3 -3
  47. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
  48. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +3 -3
  49. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +4 -0
  50. package/node_modules/@aws-amplify/graphql-transformer/package.json +10 -10
  51. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +1 -2
  52. package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +1 -2
  53. package/node_modules/graphql-mapping-template/package.json +1 -2
  54. package/node_modules/graphql-transformer-common/package.json +1 -2
  55. package/package.json +11 -11
  56. package/src/amplify-dynamodb-table-wrapper.ts +9 -1
  57. package/src/amplify-graphql-api.ts +15 -7
  58. package/src/index.ts +1 -0
  59. package/src/internal/construct-exports.ts +14 -4
  60. package/src/types.ts +19 -6
  61. package/node_modules/@aws-amplify/graphql-function-transformer/LICENSE +0 -201
  62. package/node_modules/@aws-amplify/graphql-http-transformer/LICENSE +0 -201
  63. package/node_modules/@aws-amplify/graphql-predictions-transformer/LICENSE +0 -201
  64. package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +0 -201
  65. package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +0 -201
  66. package/node_modules/graphql-mapping-template/LICENSE +0 -201
  67. package/node_modules/graphql-transformer-common/LICENSE +0 -201
package/.jsii CHANGED
@@ -8,18 +8,18 @@
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.0",
12
- "@aws-amplify/graphql-default-value-transformer": "2.3.0",
11
+ "@aws-amplify/graphql-auth-transformer": "3.4.1",
12
+ "@aws-amplify/graphql-default-value-transformer": "2.3.1",
13
13
  "@aws-amplify/graphql-function-transformer": "2.1.18",
14
14
  "@aws-amplify/graphql-http-transformer": "2.1.18",
15
- "@aws-amplify/graphql-index-transformer": "2.3.6",
16
- "@aws-amplify/graphql-maps-to-transformer": "3.4.7",
17
- "@aws-amplify/graphql-model-transformer": "2.5.0",
15
+ "@aws-amplify/graphql-index-transformer": "2.3.7",
16
+ "@aws-amplify/graphql-maps-to-transformer": "3.4.8",
17
+ "@aws-amplify/graphql-model-transformer": "2.6.0",
18
18
  "@aws-amplify/graphql-predictions-transformer": "2.1.18",
19
- "@aws-amplify/graphql-relational-transformer": "2.4.0",
20
- "@aws-amplify/graphql-searchable-transformer": "2.6.0",
21
- "@aws-amplify/graphql-sql-transformer": "0.2.6",
22
- "@aws-amplify/graphql-transformer": "1.3.11",
19
+ "@aws-amplify/graphql-relational-transformer": "2.4.1",
20
+ "@aws-amplify/graphql-searchable-transformer": "2.6.1",
21
+ "@aws-amplify/graphql-sql-transformer": "0.2.7",
22
+ "@aws-amplify/graphql-transformer": "1.3.12",
23
23
  "@aws-amplify/graphql-transformer-core": "2.5.0",
24
24
  "@aws-amplify/graphql-transformer-interfaces": "3.4.0",
25
25
  "@aws-amplify/platform-core": "^0.2.0",
@@ -3536,7 +3536,7 @@
3536
3536
  "kind": "interface",
3537
3537
  "locationInModule": {
3538
3538
  "filename": "src/types.ts",
3539
- "line": 782
3539
+ "line": 795
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": 786
3552
+ "line": 799
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": 791
3568
+ "line": 804
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": 826
3585
+ "line": 839
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": 798
3603
+ "line": 811
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": 805
3621
+ "line": 818
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": 812
3639
+ "line": 825
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": 819
3657
+ "line": 832
3658
3658
  },
3659
3659
  "name": "runtime",
3660
3660
  "optional": true,
@@ -3777,6 +3777,28 @@
3777
3777
  },
3778
3778
  "static": true
3779
3779
  },
3780
+ {
3781
+ "docs": {
3782
+ "stability": "stable",
3783
+ "summary": "Set the deletion policy of the resource based on the removal policy specified."
3784
+ },
3785
+ "locationInModule": {
3786
+ "filename": "src/amplify-dynamodb-table-wrapper.ts",
3787
+ "line": 117
3788
+ },
3789
+ "name": "applyRemovalPolicy",
3790
+ "parameters": [
3791
+ {
3792
+ "docs": {
3793
+ "summary": "removal policy to set."
3794
+ },
3795
+ "name": "policy",
3796
+ "type": {
3797
+ "fqn": "aws-cdk-lib.RemovalPolicy"
3798
+ }
3799
+ }
3800
+ ]
3801
+ },
3780
3802
  {
3781
3803
  "docs": {
3782
3804
  "stability": "stable",
@@ -3784,7 +3806,7 @@
3784
3806
  },
3785
3807
  "locationInModule": {
3786
3808
  "filename": "src/amplify-dynamodb-table-wrapper.ts",
3787
- "line": 146
3809
+ "line": 154
3788
3810
  },
3789
3811
  "name": "setGlobalSecondaryIndexProvisionedThroughput",
3790
3812
  "parameters": [
@@ -3818,7 +3840,7 @@
3818
3840
  },
3819
3841
  "locationInModule": {
3820
3842
  "filename": "src/amplify-dynamodb-table-wrapper.ts",
3821
- "line": 116
3843
+ "line": 124
3822
3844
  },
3823
3845
  "name": "billingMode",
3824
3846
  "type": {
@@ -3832,7 +3854,7 @@
3832
3854
  },
3833
3855
  "locationInModule": {
3834
3856
  "filename": "src/amplify-dynamodb-table-wrapper.ts",
3835
- "line": 174
3857
+ "line": 182
3836
3858
  },
3837
3859
  "name": "deletionProtectionEnabled",
3838
3860
  "type": {
@@ -3846,7 +3868,7 @@
3846
3868
  },
3847
3869
  "locationInModule": {
3848
3870
  "filename": "src/amplify-dynamodb-table-wrapper.ts",
3849
- "line": 130
3871
+ "line": 138
3850
3872
  },
3851
3873
  "name": "pointInTimeRecoveryEnabled",
3852
3874
  "type": {
@@ -3860,7 +3882,7 @@
3860
3882
  },
3861
3883
  "locationInModule": {
3862
3884
  "filename": "src/amplify-dynamodb-table-wrapper.ts",
3863
- "line": 137
3885
+ "line": 145
3864
3886
  },
3865
3887
  "name": "provisionedThroughput",
3866
3888
  "type": {
@@ -3874,7 +3896,7 @@
3874
3896
  },
3875
3897
  "locationInModule": {
3876
3898
  "filename": "src/amplify-dynamodb-table-wrapper.ts",
3877
- "line": 167
3899
+ "line": 175
3878
3900
  },
3879
3901
  "name": "sseSpecification",
3880
3902
  "type": {
@@ -3888,7 +3910,7 @@
3888
3910
  },
3889
3911
  "locationInModule": {
3890
3912
  "filename": "src/amplify-dynamodb-table-wrapper.ts",
3891
- "line": 160
3913
+ "line": 168
3892
3914
  },
3893
3915
  "name": "streamSpecification",
3894
3916
  "type": {
@@ -3902,7 +3924,7 @@
3902
3924
  },
3903
3925
  "locationInModule": {
3904
3926
  "filename": "src/amplify-dynamodb-table-wrapper.ts",
3905
- "line": 123
3927
+ "line": 131
3906
3928
  },
3907
3929
  "name": "timeToLiveAttribute",
3908
3930
  "type": {
@@ -3975,7 +3997,7 @@
3975
3997
  },
3976
3998
  "locationInModule": {
3977
3999
  "filename": "src/amplify-graphql-api.ts",
3978
- "line": 277
4000
+ "line": 285
3979
4001
  },
3980
4002
  "name": "addDynamoDbDataSource",
3981
4003
  "parameters": [
@@ -4024,7 +4046,7 @@
4024
4046
  },
4025
4047
  "locationInModule": {
4026
4048
  "filename": "src/amplify-graphql-api.ts",
4027
- "line": 289
4049
+ "line": 297
4028
4050
  },
4029
4051
  "name": "addElasticsearchDataSource",
4030
4052
  "parameters": [
@@ -4071,7 +4093,7 @@
4071
4093
  },
4072
4094
  "locationInModule": {
4073
4095
  "filename": "src/amplify-graphql-api.ts",
4074
- "line": 299
4096
+ "line": 307
4075
4097
  },
4076
4098
  "name": "addEventBridgeDataSource",
4077
4099
  "parameters": [
@@ -4118,7 +4140,7 @@
4118
4140
  },
4119
4141
  "locationInModule": {
4120
4142
  "filename": "src/amplify-graphql-api.ts",
4121
- "line": 381
4143
+ "line": 389
4122
4144
  },
4123
4145
  "name": "addFunction",
4124
4146
  "parameters": [
@@ -4153,7 +4175,7 @@
4153
4175
  },
4154
4176
  "locationInModule": {
4155
4177
  "filename": "src/amplify-graphql-api.ts",
4156
- "line": 310
4178
+ "line": 318
4157
4179
  },
4158
4180
  "name": "addHttpDataSource",
4159
4181
  "parameters": [
@@ -4201,7 +4223,7 @@
4201
4223
  },
4202
4224
  "locationInModule": {
4203
4225
  "filename": "src/amplify-graphql-api.ts",
4204
- "line": 321
4226
+ "line": 329
4205
4227
  },
4206
4228
  "name": "addLambdaDataSource",
4207
4229
  "parameters": [
@@ -4249,7 +4271,7 @@
4249
4271
  },
4250
4272
  "locationInModule": {
4251
4273
  "filename": "src/amplify-graphql-api.ts",
4252
- "line": 332
4274
+ "line": 340
4253
4275
  },
4254
4276
  "name": "addNoneDataSource",
4255
4277
  "parameters": [
@@ -4288,7 +4310,7 @@
4288
4310
  },
4289
4311
  "locationInModule": {
4290
4312
  "filename": "src/amplify-graphql-api.ts",
4291
- "line": 343
4313
+ "line": 351
4292
4314
  },
4293
4315
  "name": "addOpenSearchDataSource",
4294
4316
  "parameters": [
@@ -4336,7 +4358,7 @@
4336
4358
  },
4337
4359
  "locationInModule": {
4338
4360
  "filename": "src/amplify-graphql-api.ts",
4339
- "line": 356
4361
+ "line": 364
4340
4362
  },
4341
4363
  "name": "addRdsDataSource",
4342
4364
  "parameters": [
@@ -4403,7 +4425,7 @@
4403
4425
  },
4404
4426
  "locationInModule": {
4405
4427
  "filename": "src/amplify-graphql-api.ts",
4406
- "line": 372
4428
+ "line": 380
4407
4429
  },
4408
4430
  "name": "addResolver",
4409
4431
  "parameters": [
@@ -4562,7 +4584,7 @@
4562
4584
  "kind": "interface",
4563
4585
  "locationInModule": {
4564
4586
  "filename": "src/types.ts",
4565
- "line": 685
4587
+ "line": 698
4566
4588
  },
4567
4589
  "name": "AmplifyGraphqlApiCfnResources",
4568
4590
  "properties": [
@@ -4575,7 +4597,7 @@
4575
4597
  "immutable": true,
4576
4598
  "locationInModule": {
4577
4599
  "filename": "src/types.ts",
4578
- "line": 734
4600
+ "line": 752
4579
4601
  },
4580
4602
  "name": "additionalCfnResources",
4581
4603
  "type": {
@@ -4587,6 +4609,27 @@
4587
4609
  }
4588
4610
  }
4589
4611
  },
4612
+ {
4613
+ "abstract": true,
4614
+ "docs": {
4615
+ "stability": "stable",
4616
+ "summary": "The Generated Amplify DynamoDb Table L1 resource wrapper, keyed by model type name."
4617
+ },
4618
+ "immutable": true,
4619
+ "locationInModule": {
4620
+ "filename": "src/types.ts",
4621
+ "line": 737
4622
+ },
4623
+ "name": "amplifyDynamoDbTables",
4624
+ "type": {
4625
+ "collection": {
4626
+ "elementtype": {
4627
+ "fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbTableWrapper"
4628
+ },
4629
+ "kind": "map"
4630
+ }
4631
+ }
4632
+ },
4590
4633
  {
4591
4634
  "abstract": true,
4592
4635
  "docs": {
@@ -4596,7 +4639,7 @@
4596
4639
  "immutable": true,
4597
4640
  "locationInModule": {
4598
4641
  "filename": "src/types.ts",
4599
- "line": 714
4642
+ "line": 727
4600
4643
  },
4601
4644
  "name": "cfnDataSources",
4602
4645
  "type": {
@@ -4617,7 +4660,7 @@
4617
4660
  "immutable": true,
4618
4661
  "locationInModule": {
4619
4662
  "filename": "src/types.ts",
4620
- "line": 709
4663
+ "line": 722
4621
4664
  },
4622
4665
  "name": "cfnFunctionConfigurations",
4623
4666
  "type": {
@@ -4638,7 +4681,7 @@
4638
4681
  "immutable": true,
4639
4682
  "locationInModule": {
4640
4683
  "filename": "src/types.ts",
4641
- "line": 729
4684
+ "line": 747
4642
4685
  },
4643
4686
  "name": "cfnFunctions",
4644
4687
  "type": {
@@ -4659,7 +4702,7 @@
4659
4702
  "immutable": true,
4660
4703
  "locationInModule": {
4661
4704
  "filename": "src/types.ts",
4662
- "line": 689
4705
+ "line": 702
4663
4706
  },
4664
4707
  "name": "cfnGraphqlApi",
4665
4708
  "type": {
@@ -4675,7 +4718,7 @@
4675
4718
  "immutable": true,
4676
4719
  "locationInModule": {
4677
4720
  "filename": "src/types.ts",
4678
- "line": 694
4721
+ "line": 707
4679
4722
  },
4680
4723
  "name": "cfnGraphqlSchema",
4681
4724
  "type": {
@@ -4691,7 +4734,7 @@
4691
4734
  "immutable": true,
4692
4735
  "locationInModule": {
4693
4736
  "filename": "src/types.ts",
4694
- "line": 704
4737
+ "line": 717
4695
4738
  },
4696
4739
  "name": "cfnResolvers",
4697
4740
  "type": {
@@ -4712,7 +4755,7 @@
4712
4755
  "immutable": true,
4713
4756
  "locationInModule": {
4714
4757
  "filename": "src/types.ts",
4715
- "line": 724
4758
+ "line": 742
4716
4759
  },
4717
4760
  "name": "cfnRoles",
4718
4761
  "type": {
@@ -4733,7 +4776,7 @@
4733
4776
  "immutable": true,
4734
4777
  "locationInModule": {
4735
4778
  "filename": "src/types.ts",
4736
- "line": 719
4779
+ "line": 732
4737
4780
  },
4738
4781
  "name": "cfnTables",
4739
4782
  "type": {
@@ -4754,7 +4797,7 @@
4754
4797
  "immutable": true,
4755
4798
  "locationInModule": {
4756
4799
  "filename": "src/types.ts",
4757
- "line": 699
4800
+ "line": 712
4758
4801
  },
4759
4802
  "name": "cfnApiKey",
4760
4803
  "optional": true,
@@ -4777,7 +4820,7 @@
4777
4820
  "kind": "interface",
4778
4821
  "locationInModule": {
4779
4822
  "filename": "src/types.ts",
4780
- "line": 609
4823
+ "line": 615
4781
4824
  },
4782
4825
  "name": "AmplifyGraphqlApiProps",
4783
4826
  "properties": [
@@ -4791,7 +4834,7 @@
4791
4834
  "immutable": true,
4792
4835
  "locationInModule": {
4793
4836
  "filename": "src/types.ts",
4794
- "line": 626
4837
+ "line": 632
4795
4838
  },
4796
4839
  "name": "authorizationModes",
4797
4840
  "type": {
@@ -4808,7 +4851,7 @@
4808
4851
  "immutable": true,
4809
4852
  "locationInModule": {
4810
4853
  "filename": "src/types.ts",
4811
- "line": 614
4854
+ "line": 620
4812
4855
  },
4813
4856
  "name": "definition",
4814
4857
  "type": {
@@ -4825,7 +4868,7 @@
4825
4868
  "immutable": true,
4826
4869
  "locationInModule": {
4827
4870
  "filename": "src/types.ts",
4828
- "line": 620
4871
+ "line": 626
4829
4872
  },
4830
4873
  "name": "apiName",
4831
4874
  "optional": true,
@@ -4836,14 +4879,15 @@
4836
4879
  {
4837
4880
  "abstract": true,
4838
4881
  "docs": {
4882
+ "deprecated": "use dataStoreConfiguration instead.",
4839
4883
  "remarks": "For more information, refer to https://docs.amplify.aws/lib/datastore/getting-started/q/platform/js/",
4840
- "stability": "stable",
4884
+ "stability": "deprecated",
4841
4885
  "summary": "Configure conflict resolution on the Api, which is required to enable DataStore Api functionality."
4842
4886
  },
4843
4887
  "immutable": true,
4844
4888
  "locationInModule": {
4845
4889
  "filename": "src/types.ts",
4846
- "line": 640
4890
+ "line": 647
4847
4891
  },
4848
4892
  "name": "conflictResolution",
4849
4893
  "optional": true,
@@ -4851,6 +4895,24 @@
4851
4895
  "fqn": "@aws-amplify/graphql-api-construct.ConflictResolution"
4852
4896
  }
4853
4897
  },
4898
+ {
4899
+ "abstract": true,
4900
+ "docs": {
4901
+ "remarks": "Conflict resolution is required to enable DataStore Api functionality.\nFor more information, refer to https://docs.amplify.aws/lib/datastore/getting-started/q/platform/js/",
4902
+ "stability": "stable",
4903
+ "summary": "Configure DataStore conflict resolution on the Api."
4904
+ },
4905
+ "immutable": true,
4906
+ "locationInModule": {
4907
+ "filename": "src/types.ts",
4908
+ "line": 691
4909
+ },
4910
+ "name": "dataStoreConfiguration",
4911
+ "optional": true,
4912
+ "type": {
4913
+ "fqn": "@aws-amplify/graphql-api-construct.DataStoreConfiguration"
4914
+ }
4915
+ },
4854
4916
  {
4855
4917
  "abstract": true,
4856
4918
  "docs": {
@@ -4863,7 +4925,7 @@
4863
4925
  "immutable": true,
4864
4926
  "locationInModule": {
4865
4927
  "filename": "src/types.ts",
4866
- "line": 634
4928
+ "line": 640
4867
4929
  },
4868
4930
  "name": "functionNameMap",
4869
4931
  "optional": true,
@@ -4886,7 +4948,7 @@
4886
4948
  "immutable": true,
4887
4949
  "locationInModule": {
4888
4950
  "filename": "src/types.ts",
4889
- "line": 655
4951
+ "line": 662
4890
4952
  },
4891
4953
  "name": "functionSlots",
4892
4954
  "optional": true,
@@ -4921,7 +4983,7 @@
4921
4983
  "immutable": true,
4922
4984
  "locationInModule": {
4923
4985
  "filename": "src/types.ts",
4924
- "line": 678
4986
+ "line": 685
4925
4987
  },
4926
4988
  "name": "outputStorageStrategy",
4927
4989
  "optional": true,
@@ -4938,7 +5000,7 @@
4938
5000
  "immutable": true,
4939
5001
  "locationInModule": {
4940
5002
  "filename": "src/types.ts",
4941
- "line": 667
5003
+ "line": 674
4942
5004
  },
4943
5005
  "name": "predictionsBucket",
4944
5006
  "optional": true,
@@ -4956,7 +5018,7 @@
4956
5018
  "immutable": true,
4957
5019
  "locationInModule": {
4958
5020
  "filename": "src/types.ts",
4959
- "line": 649
5021
+ "line": 656
4960
5022
  },
4961
5023
  "name": "stackMappings",
4962
5024
  "optional": true,
@@ -4982,7 +5044,7 @@
4982
5044
  "immutable": true,
4983
5045
  "locationInModule": {
4984
5046
  "filename": "src/types.ts",
4985
- "line": 662
5047
+ "line": 669
4986
5048
  },
4987
5049
  "name": "transformerPlugins",
4988
5050
  "optional": true,
@@ -5004,7 +5066,7 @@
5004
5066
  "immutable": true,
5005
5067
  "locationInModule": {
5006
5068
  "filename": "src/types.ts",
5007
- "line": 673
5069
+ "line": 680
5008
5070
  },
5009
5071
  "name": "translationBehavior",
5010
5072
  "optional": true,
@@ -5027,31 +5089,10 @@
5027
5089
  "kind": "interface",
5028
5090
  "locationInModule": {
5029
5091
  "filename": "src/types.ts",
5030
- "line": 741
5092
+ "line": 759
5031
5093
  },
5032
5094
  "name": "AmplifyGraphqlApiResources",
5033
5095
  "properties": [
5034
- {
5035
- "abstract": true,
5036
- "docs": {
5037
- "stability": "stable",
5038
- "summary": "The Generated Amplify DynamoDb Table wrapped if produced, keyed by name."
5039
- },
5040
- "immutable": true,
5041
- "locationInModule": {
5042
- "filename": "src/types.ts",
5043
- "line": 755
5044
- },
5045
- "name": "amplifyDynamoDbTables",
5046
- "type": {
5047
- "collection": {
5048
- "elementtype": {
5049
- "fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbTableWrapper"
5050
- },
5051
- "kind": "map"
5052
- }
5053
- }
5054
- },
5055
5096
  {
5056
5097
  "abstract": true,
5057
5098
  "docs": {
@@ -5061,7 +5102,7 @@
5061
5102
  "immutable": true,
5062
5103
  "locationInModule": {
5063
5104
  "filename": "src/types.ts",
5064
- "line": 770
5105
+ "line": 783
5065
5106
  },
5066
5107
  "name": "cfnResources",
5067
5108
  "type": {
@@ -5077,7 +5118,7 @@
5077
5118
  "immutable": true,
5078
5119
  "locationInModule": {
5079
5120
  "filename": "src/types.ts",
5080
- "line": 765
5121
+ "line": 778
5081
5122
  },
5082
5123
  "name": "functions",
5083
5124
  "type": {
@@ -5098,7 +5139,7 @@
5098
5139
  "immutable": true,
5099
5140
  "locationInModule": {
5100
5141
  "filename": "src/types.ts",
5101
- "line": 745
5142
+ "line": 763
5102
5143
  },
5103
5144
  "name": "graphqlApi",
5104
5145
  "type": {
@@ -5114,7 +5155,7 @@
5114
5155
  "immutable": true,
5115
5156
  "locationInModule": {
5116
5157
  "filename": "src/types.ts",
5117
- "line": 775
5158
+ "line": 788
5118
5159
  },
5119
5160
  "name": "nestedStacks",
5120
5161
  "type": {
@@ -5135,7 +5176,7 @@
5135
5176
  "immutable": true,
5136
5177
  "locationInModule": {
5137
5178
  "filename": "src/types.ts",
5138
- "line": 760
5179
+ "line": 773
5139
5180
  },
5140
5181
  "name": "roles",
5141
5182
  "type": {
@@ -5156,7 +5197,7 @@
5156
5197
  "immutable": true,
5157
5198
  "locationInModule": {
5158
5199
  "filename": "src/types.ts",
5159
- "line": 750
5200
+ "line": 768
5160
5201
  },
5161
5202
  "name": "tables",
5162
5203
  "type": {
@@ -5617,82 +5658,20 @@
5617
5658
  "assembly": "@aws-amplify/graphql-api-construct",
5618
5659
  "datatype": true,
5619
5660
  "docs": {
5620
- "stability": "stable",
5661
+ "deprecated": "use DataStoreConfiguration instead.",
5662
+ "stability": "deprecated",
5621
5663
  "summary": "Project level configuration for conflict resolution."
5622
5664
  },
5623
5665
  "fqn": "@aws-amplify/graphql-api-construct.ConflictResolution",
5666
+ "interfaces": [
5667
+ "@aws-amplify/graphql-api-construct.DataStoreConfiguration"
5668
+ ],
5624
5669
  "kind": "interface",
5625
5670
  "locationInModule": {
5626
5671
  "filename": "src/types.ts",
5627
- "line": 238
5672
+ "line": 239
5628
5673
  },
5629
5674
  "name": "ConflictResolution",
5630
- "properties": [
5631
- {
5632
- "abstract": true,
5633
- "docs": {
5634
- "stability": "stable",
5635
- "summary": "Model-specific conflict resolution overrides."
5636
- },
5637
- "immutable": true,
5638
- "locationInModule": {
5639
- "filename": "src/types.ts",
5640
- "line": 247
5641
- },
5642
- "name": "models",
5643
- "optional": true,
5644
- "type": {
5645
- "collection": {
5646
- "elementtype": {
5647
- "union": {
5648
- "types": [
5649
- {
5650
- "fqn": "@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy"
5651
- },
5652
- {
5653
- "fqn": "@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy"
5654
- },
5655
- {
5656
- "fqn": "@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy"
5657
- }
5658
- ]
5659
- }
5660
- },
5661
- "kind": "map"
5662
- }
5663
- }
5664
- },
5665
- {
5666
- "abstract": true,
5667
- "docs": {
5668
- "remarks": "Applies to all non-overridden models.",
5669
- "stability": "stable",
5670
- "summary": "Project-wide config for conflict resolution."
5671
- },
5672
- "immutable": true,
5673
- "locationInModule": {
5674
- "filename": "src/types.ts",
5675
- "line": 242
5676
- },
5677
- "name": "project",
5678
- "optional": true,
5679
- "type": {
5680
- "union": {
5681
- "types": [
5682
- {
5683
- "fqn": "@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy"
5684
- },
5685
- {
5686
- "fqn": "@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy"
5687
- },
5688
- {
5689
- "fqn": "@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy"
5690
- }
5691
- ]
5692
- }
5693
- }
5694
- }
5695
- ],
5696
5675
  "symbolId": "src/types:ConflictResolution"
5697
5676
  },
5698
5677
  "@aws-amplify/graphql-api-construct.ConflictResolutionStrategyBase": {
@@ -5850,6 +5829,88 @@
5850
5829
  ],
5851
5830
  "symbolId": "src/model-datasource-strategy-types:CustomSqlDataSourceStrategy"
5852
5831
  },
5832
+ "@aws-amplify/graphql-api-construct.DataStoreConfiguration": {
5833
+ "assembly": "@aws-amplify/graphql-api-construct",
5834
+ "datatype": true,
5835
+ "docs": {
5836
+ "stability": "stable",
5837
+ "summary": "Project level configuration for DataStore."
5838
+ },
5839
+ "fqn": "@aws-amplify/graphql-api-construct.DataStoreConfiguration",
5840
+ "kind": "interface",
5841
+ "locationInModule": {
5842
+ "filename": "src/types.ts",
5843
+ "line": 244
5844
+ },
5845
+ "name": "DataStoreConfiguration",
5846
+ "properties": [
5847
+ {
5848
+ "abstract": true,
5849
+ "docs": {
5850
+ "stability": "stable",
5851
+ "summary": "Model-specific conflict resolution overrides."
5852
+ },
5853
+ "immutable": true,
5854
+ "locationInModule": {
5855
+ "filename": "src/types.ts",
5856
+ "line": 253
5857
+ },
5858
+ "name": "models",
5859
+ "optional": true,
5860
+ "type": {
5861
+ "collection": {
5862
+ "elementtype": {
5863
+ "union": {
5864
+ "types": [
5865
+ {
5866
+ "fqn": "@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy"
5867
+ },
5868
+ {
5869
+ "fqn": "@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy"
5870
+ },
5871
+ {
5872
+ "fqn": "@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy"
5873
+ }
5874
+ ]
5875
+ }
5876
+ },
5877
+ "kind": "map"
5878
+ }
5879
+ }
5880
+ },
5881
+ {
5882
+ "abstract": true,
5883
+ "docs": {
5884
+ "remarks": "Applies to all non-overridden models.",
5885
+ "stability": "stable",
5886
+ "summary": "Project-wide config for conflict resolution."
5887
+ },
5888
+ "immutable": true,
5889
+ "locationInModule": {
5890
+ "filename": "src/types.ts",
5891
+ "line": 248
5892
+ },
5893
+ "name": "project",
5894
+ "optional": true,
5895
+ "type": {
5896
+ "union": {
5897
+ "types": [
5898
+ {
5899
+ "fqn": "@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy"
5900
+ },
5901
+ {
5902
+ "fqn": "@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy"
5903
+ },
5904
+ {
5905
+ "fqn": "@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy"
5906
+ }
5907
+ ]
5908
+ }
5909
+ }
5910
+ }
5911
+ ],
5912
+ "symbolId": "src/types:DataStoreConfiguration"
5913
+ },
5853
5914
  "@aws-amplify/graphql-api-construct.DefaultDynamoDbModelDataSourceStrategy": {
5854
5915
  "assembly": "@aws-amplify/graphql-api-construct",
5855
5916
  "datatype": true,
@@ -5909,7 +5970,7 @@
5909
5970
  "kind": "interface",
5910
5971
  "locationInModule": {
5911
5972
  "filename": "src/types.ts",
5912
- "line": 269
5973
+ "line": 275
5913
5974
  },
5914
5975
  "name": "FunctionSlotBase",
5915
5976
  "properties": [
@@ -5922,7 +5983,7 @@
5922
5983
  "immutable": true,
5923
5984
  "locationInModule": {
5924
5985
  "filename": "src/types.ts",
5925
- "line": 273
5986
+ "line": 279
5926
5987
  },
5927
5988
  "name": "fieldName",
5928
5989
  "type": {
@@ -5938,7 +5999,7 @@
5938
5999
  "immutable": true,
5939
6000
  "locationInModule": {
5940
6001
  "filename": "src/types.ts",
5941
- "line": 284
6002
+ "line": 290
5942
6003
  },
5943
6004
  "name": "function",
5944
6005
  "type": {
@@ -5955,7 +6016,7 @@
5955
6016
  "immutable": true,
5956
6017
  "locationInModule": {
5957
6018
  "filename": "src/types.ts",
5958
- "line": 279
6019
+ "line": 285
5959
6020
  },
5960
6021
  "name": "slotIndex",
5961
6022
  "type": {
@@ -5977,7 +6038,7 @@
5977
6038
  "kind": "interface",
5978
6039
  "locationInModule": {
5979
6040
  "filename": "src/types.ts",
5980
- "line": 254
6041
+ "line": 260
5981
6042
  },
5982
6043
  "name": "FunctionSlotOverride",
5983
6044
  "properties": [
@@ -5991,7 +6052,7 @@
5991
6052
  "immutable": true,
5992
6053
  "locationInModule": {
5993
6054
  "filename": "src/types.ts",
5994
- "line": 258
6055
+ "line": 264
5995
6056
  },
5996
6057
  "name": "requestMappingTemplate",
5997
6058
  "optional": true,
@@ -6009,7 +6070,7 @@
6009
6070
  "immutable": true,
6010
6071
  "locationInModule": {
6011
6072
  "filename": "src/types.ts",
6012
- "line": 263
6073
+ "line": 269
6013
6074
  },
6014
6075
  "name": "responseMappingTemplate",
6015
6076
  "optional": true,
@@ -6129,7 +6190,7 @@
6129
6190
  "kind": "interface",
6130
6191
  "locationInModule": {
6131
6192
  "filename": "src/types.ts",
6132
- "line": 543
6193
+ "line": 549
6133
6194
  },
6134
6195
  "name": "IAmplifyGraphqlDefinition",
6135
6196
  "properties": [
@@ -6144,7 +6205,7 @@
6144
6205
  "immutable": true,
6145
6206
  "locationInModule": {
6146
6207
  "filename": "src/types.ts",
6147
- "line": 568
6208
+ "line": 574
6148
6209
  },
6149
6210
  "name": "dataSourceStrategies",
6150
6211
  "type": {
@@ -6178,7 +6239,7 @@
6178
6239
  "immutable": true,
6179
6240
  "locationInModule": {
6180
6241
  "filename": "src/types.ts",
6181
- "line": 554
6242
+ "line": 560
6182
6243
  },
6183
6244
  "name": "functionSlots",
6184
6245
  "type": {
@@ -6212,7 +6273,7 @@
6212
6273
  "immutable": true,
6213
6274
  "locationInModule": {
6214
6275
  "filename": "src/types.ts",
6215
- "line": 548
6276
+ "line": 554
6216
6277
  },
6217
6278
  "name": "schema",
6218
6279
  "type": {
@@ -6229,7 +6290,7 @@
6229
6290
  "immutable": true,
6230
6291
  "locationInModule": {
6231
6292
  "filename": "src/types.ts",
6232
- "line": 574
6293
+ "line": 580
6233
6294
  },
6234
6295
  "name": "customSqlDataSourceStrategies",
6235
6296
  "optional": true,
@@ -6253,7 +6314,7 @@
6253
6314
  "immutable": true,
6254
6315
  "locationInModule": {
6255
6316
  "filename": "src/types.ts",
6256
- "line": 562
6317
+ "line": 568
6257
6318
  },
6258
6319
  "name": "referencedLambdaFunctions",
6259
6320
  "optional": true,
@@ -6279,7 +6340,7 @@
6279
6340
  "kind": "interface",
6280
6341
  "locationInModule": {
6281
6342
  "filename": "src/types.ts",
6282
- "line": 580
6343
+ "line": 586
6283
6344
  },
6284
6345
  "name": "IBackendOutputEntry",
6285
6346
  "properties": [
@@ -6292,7 +6353,7 @@
6292
6353
  "immutable": true,
6293
6354
  "locationInModule": {
6294
6355
  "filename": "src/types.ts",
6295
- "line": 589
6356
+ "line": 595
6296
6357
  },
6297
6358
  "name": "payload",
6298
6359
  "type": {
@@ -6313,7 +6374,7 @@
6313
6374
  "immutable": true,
6314
6375
  "locationInModule": {
6315
6376
  "filename": "src/types.ts",
6316
- "line": 584
6377
+ "line": 590
6317
6378
  },
6318
6379
  "name": "version",
6319
6380
  "type": {
@@ -6333,7 +6394,7 @@
6333
6394
  "kind": "interface",
6334
6395
  "locationInModule": {
6335
6396
  "filename": "src/types.ts",
6336
- "line": 595
6397
+ "line": 601
6337
6398
  },
6338
6399
  "methods": [
6339
6400
  {
@@ -6344,7 +6405,7 @@
6344
6405
  },
6345
6406
  "locationInModule": {
6346
6407
  "filename": "src/types.ts",
6347
- "line": 602
6408
+ "line": 608
6348
6409
  },
6349
6410
  "name": "addBackendOutputEntry",
6350
6411
  "parameters": [
@@ -6436,7 +6497,7 @@
6436
6497
  "kind": "interface",
6437
6498
  "locationInModule": {
6438
6499
  "filename": "src/types.ts",
6439
- "line": 290
6500
+ "line": 296
6440
6501
  },
6441
6502
  "name": "MutationFunctionSlot",
6442
6503
  "properties": [
@@ -6450,7 +6511,7 @@
6450
6511
  "immutable": true,
6451
6512
  "locationInModule": {
6452
6513
  "filename": "src/types.ts",
6453
- "line": 300
6514
+ "line": 306
6454
6515
  },
6455
6516
  "name": "slotName",
6456
6517
  "type": {
@@ -6466,7 +6527,7 @@
6466
6527
  "immutable": true,
6467
6528
  "locationInModule": {
6468
6529
  "filename": "src/types.ts",
6469
- "line": 294
6530
+ "line": 300
6470
6531
  },
6471
6532
  "name": "typeName",
6472
6533
  "type": {
@@ -6627,7 +6688,7 @@
6627
6688
  "kind": "interface",
6628
6689
  "locationInModule": {
6629
6690
  "filename": "src/types.ts",
6630
- "line": 441
6691
+ "line": 447
6631
6692
  },
6632
6693
  "name": "PartialTranslationBehavior",
6633
6694
  "properties": [
@@ -6642,7 +6703,7 @@
6642
6703
  "immutable": true,
6643
6704
  "locationInModule": {
6644
6705
  "filename": "src/types.ts",
6645
- "line": 527
6706
+ "line": 533
6646
6707
  },
6647
6708
  "name": "allowDestructiveGraphqlSchemaUpdates",
6648
6709
  "optional": true,
@@ -6660,7 +6721,7 @@
6660
6721
  "immutable": true,
6661
6722
  "locationInModule": {
6662
6723
  "filename": "src/types.ts",
6663
- "line": 453
6724
+ "line": 459
6664
6725
  },
6665
6726
  "name": "disableResolverDeduping",
6666
6727
  "optional": true,
@@ -6682,7 +6743,7 @@
6682
6743
  "immutable": true,
6683
6744
  "locationInModule": {
6684
6745
  "filename": "src/types.ts",
6685
- "line": 492
6746
+ "line": 498
6686
6747
  },
6687
6748
  "name": "enableAutoIndexQueryNames",
6688
6749
  "optional": true,
@@ -6701,7 +6762,7 @@
6701
6762
  "immutable": true,
6702
6763
  "locationInModule": {
6703
6764
  "filename": "src/types.ts",
6704
- "line": 507
6765
+ "line": 513
6705
6766
  },
6706
6767
  "name": "enableSearchNodeToNodeEncryption",
6707
6768
  "optional": true,
@@ -6719,7 +6780,7 @@
6719
6780
  "immutable": true,
6720
6781
  "locationInModule": {
6721
6782
  "filename": "src/types.ts",
6722
- "line": 513
6783
+ "line": 519
6723
6784
  },
6724
6785
  "name": "enableTransformerCfnOutputs",
6725
6786
  "optional": true,
@@ -6737,7 +6798,7 @@
6737
6798
  "immutable": true,
6738
6799
  "locationInModule": {
6739
6800
  "filename": "src/types.ts",
6740
- "line": 472
6801
+ "line": 478
6741
6802
  },
6742
6803
  "name": "populateOwnerFieldForStaticGroupAuth",
6743
6804
  "optional": true,
@@ -6756,7 +6817,7 @@
6756
6817
  "immutable": true,
6757
6818
  "locationInModule": {
6758
6819
  "filename": "src/types.ts",
6759
- "line": 537
6820
+ "line": 543
6760
6821
  },
6761
6822
  "name": "replaceTableUponGsiUpdate",
6762
6823
  "optional": true,
@@ -6774,7 +6835,7 @@
6774
6835
  "immutable": true,
6775
6836
  "locationInModule": {
6776
6837
  "filename": "src/types.ts",
6777
- "line": 498
6838
+ "line": 504
6778
6839
  },
6779
6840
  "name": "respectPrimaryKeyAttributesOnConnectionField",
6780
6841
  "optional": true,
@@ -6792,7 +6853,7 @@
6792
6853
  "immutable": true,
6793
6854
  "locationInModule": {
6794
6855
  "filename": "src/types.ts",
6795
- "line": 459
6856
+ "line": 465
6796
6857
  },
6797
6858
  "name": "sandboxModeEnabled",
6798
6859
  "optional": true,
@@ -6813,7 +6874,7 @@
6813
6874
  "immutable": true,
6814
6875
  "locationInModule": {
6815
6876
  "filename": "src/types.ts",
6816
- "line": 485
6877
+ "line": 491
6817
6878
  },
6818
6879
  "name": "secondaryKeyAsGSI",
6819
6880
  "optional": true,
@@ -6834,7 +6895,7 @@
6834
6895
  "immutable": true,
6835
6896
  "locationInModule": {
6836
6897
  "filename": "src/types.ts",
6837
- "line": 446
6898
+ "line": 452
6838
6899
  },
6839
6900
  "name": "shouldDeepMergeDirectiveConfigDefaults",
6840
6901
  "optional": true,
@@ -6853,7 +6914,7 @@
6853
6914
  "immutable": true,
6854
6915
  "locationInModule": {
6855
6916
  "filename": "src/types.ts",
6856
- "line": 479
6917
+ "line": 485
6857
6918
  },
6858
6919
  "name": "suppressApiKeyGeneration",
6859
6920
  "optional": true,
@@ -6871,7 +6932,7 @@
6871
6932
  "immutable": true,
6872
6933
  "locationInModule": {
6873
6934
  "filename": "src/types.ts",
6874
- "line": 466
6935
+ "line": 472
6875
6936
  },
6876
6937
  "name": "useSubUsernameForDefaultIdentityClaim",
6877
6938
  "optional": true,
@@ -6981,7 +7042,7 @@
6981
7042
  "kind": "interface",
6982
7043
  "locationInModule": {
6983
7044
  "filename": "src/types.ts",
6984
- "line": 306
7045
+ "line": 312
6985
7046
  },
6986
7047
  "name": "QueryFunctionSlot",
6987
7048
  "properties": [
@@ -6995,7 +7056,7 @@
6995
7056
  "immutable": true,
6996
7057
  "locationInModule": {
6997
7058
  "filename": "src/types.ts",
6998
- "line": 316
7059
+ "line": 322
6999
7060
  },
7000
7061
  "name": "slotName",
7001
7062
  "type": {
@@ -7011,7 +7072,7 @@
7011
7072
  "immutable": true,
7012
7073
  "locationInModule": {
7013
7074
  "filename": "src/types.ts",
7014
- "line": 310
7075
+ "line": 316
7015
7076
  },
7016
7077
  "name": "typeName",
7017
7078
  "type": {
@@ -7505,7 +7566,7 @@
7505
7566
  "kind": "interface",
7506
7567
  "locationInModule": {
7507
7568
  "filename": "src/types.ts",
7508
- "line": 322
7569
+ "line": 328
7509
7570
  },
7510
7571
  "name": "SubscriptionFunctionSlot",
7511
7572
  "properties": [
@@ -7519,7 +7580,7 @@
7519
7580
  "immutable": true,
7520
7581
  "locationInModule": {
7521
7582
  "filename": "src/types.ts",
7522
- "line": 332
7583
+ "line": 338
7523
7584
  },
7524
7585
  "name": "slotName",
7525
7586
  "type": {
@@ -7535,7 +7596,7 @@
7535
7596
  "immutable": true,
7536
7597
  "locationInModule": {
7537
7598
  "filename": "src/types.ts",
7538
- "line": 326
7599
+ "line": 332
7539
7600
  },
7540
7601
  "name": "typeName",
7541
7602
  "type": {
@@ -7608,7 +7669,7 @@
7608
7669
  "kind": "interface",
7609
7670
  "locationInModule": {
7610
7671
  "filename": "src/types.ts",
7611
- "line": 346
7672
+ "line": 352
7612
7673
  },
7613
7674
  "name": "TranslationBehavior",
7614
7675
  "properties": [
@@ -7623,7 +7684,7 @@
7623
7684
  "immutable": true,
7624
7685
  "locationInModule": {
7625
7686
  "filename": "src/types.ts",
7626
- "line": 425
7687
+ "line": 431
7627
7688
  },
7628
7689
  "name": "allowDestructiveGraphqlSchemaUpdates",
7629
7690
  "type": {
@@ -7640,7 +7701,7 @@
7640
7701
  "immutable": true,
7641
7702
  "locationInModule": {
7642
7703
  "filename": "src/types.ts",
7643
- "line": 358
7704
+ "line": 364
7644
7705
  },
7645
7706
  "name": "disableResolverDeduping",
7646
7707
  "type": {
@@ -7661,7 +7722,7 @@
7661
7722
  "immutable": true,
7662
7723
  "locationInModule": {
7663
7724
  "filename": "src/types.ts",
7664
- "line": 397
7725
+ "line": 403
7665
7726
  },
7666
7727
  "name": "enableAutoIndexQueryNames",
7667
7728
  "type": {
@@ -7676,7 +7737,7 @@
7676
7737
  "immutable": true,
7677
7738
  "locationInModule": {
7678
7739
  "filename": "src/types.ts",
7679
- "line": 405
7740
+ "line": 411
7680
7741
  },
7681
7742
  "name": "enableSearchNodeToNodeEncryption",
7682
7743
  "type": {
@@ -7693,7 +7754,7 @@
7693
7754
  "immutable": true,
7694
7755
  "locationInModule": {
7695
7756
  "filename": "src/types.ts",
7696
- "line": 411
7757
+ "line": 417
7697
7758
  },
7698
7759
  "name": "enableTransformerCfnOutputs",
7699
7760
  "type": {
@@ -7710,7 +7771,7 @@
7710
7771
  "immutable": true,
7711
7772
  "locationInModule": {
7712
7773
  "filename": "src/types.ts",
7713
- "line": 377
7774
+ "line": 383
7714
7775
  },
7715
7776
  "name": "populateOwnerFieldForStaticGroupAuth",
7716
7777
  "type": {
@@ -7728,7 +7789,7 @@
7728
7789
  "immutable": true,
7729
7790
  "locationInModule": {
7730
7791
  "filename": "src/types.ts",
7731
- "line": 435
7792
+ "line": 441
7732
7793
  },
7733
7794
  "name": "replaceTableUponGsiUpdate",
7734
7795
  "type": {
@@ -7745,7 +7806,7 @@
7745
7806
  "immutable": true,
7746
7807
  "locationInModule": {
7747
7808
  "filename": "src/types.ts",
7748
- "line": 403
7809
+ "line": 409
7749
7810
  },
7750
7811
  "name": "respectPrimaryKeyAttributesOnConnectionField",
7751
7812
  "type": {
@@ -7762,7 +7823,7 @@
7762
7823
  "immutable": true,
7763
7824
  "locationInModule": {
7764
7825
  "filename": "src/types.ts",
7765
- "line": 364
7826
+ "line": 370
7766
7827
  },
7767
7828
  "name": "sandboxModeEnabled",
7768
7829
  "type": {
@@ -7782,7 +7843,7 @@
7782
7843
  "immutable": true,
7783
7844
  "locationInModule": {
7784
7845
  "filename": "src/types.ts",
7785
- "line": 390
7846
+ "line": 396
7786
7847
  },
7787
7848
  "name": "secondaryKeyAsGSI",
7788
7849
  "type": {
@@ -7802,7 +7863,7 @@
7802
7863
  "immutable": true,
7803
7864
  "locationInModule": {
7804
7865
  "filename": "src/types.ts",
7805
- "line": 351
7866
+ "line": 357
7806
7867
  },
7807
7868
  "name": "shouldDeepMergeDirectiveConfigDefaults",
7808
7869
  "type": {
@@ -7820,7 +7881,7 @@
7820
7881
  "immutable": true,
7821
7882
  "locationInModule": {
7822
7883
  "filename": "src/types.ts",
7823
- "line": 384
7884
+ "line": 390
7824
7885
  },
7825
7886
  "name": "suppressApiKeyGeneration",
7826
7887
  "type": {
@@ -7837,7 +7898,7 @@
7837
7898
  "immutable": true,
7838
7899
  "locationInModule": {
7839
7900
  "filename": "src/types.ts",
7840
- "line": 371
7901
+ "line": 377
7841
7902
  },
7842
7903
  "name": "useSubUsernameForDefaultIdentityClaim",
7843
7904
  "type": {
@@ -7959,6 +8020,6 @@
7959
8020
  "symbolId": "src/model-datasource-strategy-types:VpcConfig"
7960
8021
  }
7961
8022
  },
7962
- "version": "1.5.7",
7963
- "fingerprint": "clg4ayBah8Ctn360ztwERGbwK8d20tCMcbJkwGVSnuc="
8023
+ "version": "1.6.0",
8024
+ "fingerprint": "u5snO8ZPHMiLPk5jyhc3cmp3VfXmaoo01VrGRkW5fwg="
7964
8025
  }