@intentius/chant-lexicon-aws 0.0.13 → 0.0.14

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.
package/dist/meta.json CHANGED
@@ -16658,6 +16658,11 @@
16658
16658
  "kind": "property",
16659
16659
  "lexicon": "aws"
16660
16660
  },
16661
+ "CapacityReservationRequest": {
16662
+ "resourceType": "AWS::ECS::CapacityProvider.CapacityReservationRequest",
16663
+ "kind": "property",
16664
+ "lexicon": "aws"
16665
+ },
16661
16666
  "CapacitySize": {
16662
16667
  "resourceType": "AWS::SageMaker::Endpoint.CapacitySize",
16663
16668
  "kind": "property",
@@ -31368,23 +31373,39 @@
31368
31373
  },
31369
31374
  "constraints": [
31370
31375
  {
31371
- "name": "sourcedbclusteridentifier",
31376
+ "name": "aurora",
31372
31377
  "type": "if_then",
31373
31378
  "condition": {
31374
31379
  "properties": {
31375
- "SourceDBClusterIdentifier": {
31380
+ "Engine": {
31381
+ "enum": [
31382
+ "aurora-mysql",
31383
+ "aurora-postgresql"
31384
+ ],
31376
31385
  "type": "string"
31377
31386
  }
31378
31387
  },
31379
31388
  "required": [
31380
- "SourceDBClusterIdentifier"
31389
+ "Engine"
31381
31390
  ]
31382
31391
  },
31383
31392
  "requirement": {
31384
31393
  "properties": {
31385
- "MasterUserPassword": false,
31386
- "MasterUsername": false,
31387
- "StorageEncrypted": false
31394
+ "AllocatedStorage": false,
31395
+ "DBClusterInstanceClass": false,
31396
+ "Iops": false,
31397
+ "PubliclyAccessible": false,
31398
+ "StorageType": {
31399
+ "if": {
31400
+ "type": "string"
31401
+ },
31402
+ "then": {
31403
+ "enum": [
31404
+ "aurora",
31405
+ "aurora-iopt1"
31406
+ ]
31407
+ }
31408
+ }
31388
31409
  }
31389
31410
  }
31390
31411
  },
@@ -31442,6 +31463,27 @@
31442
31463
  ]
31443
31464
  }
31444
31465
  },
31466
+ {
31467
+ "name": "sourcedbclusteridentifier",
31468
+ "type": "if_then",
31469
+ "condition": {
31470
+ "properties": {
31471
+ "SourceDBClusterIdentifier": {
31472
+ "type": "string"
31473
+ }
31474
+ },
31475
+ "required": [
31476
+ "SourceDBClusterIdentifier"
31477
+ ]
31478
+ },
31479
+ "requirement": {
31480
+ "properties": {
31481
+ "MasterUserPassword": false,
31482
+ "MasterUsername": false,
31483
+ "StorageEncrypted": false
31484
+ }
31485
+ }
31486
+ },
31445
31487
  {
31446
31488
  "name": "monitoring",
31447
31489
  "type": "if_then",
@@ -31484,6 +31526,38 @@
31484
31526
  }
31485
31527
  }
31486
31528
  },
31529
+ {
31530
+ "name": "aurora_warning",
31531
+ "type": "if_then",
31532
+ "condition": {
31533
+ "properties": {
31534
+ "Engine": {
31535
+ "enum": [
31536
+ "aurora-mysql",
31537
+ "aurora-postgresql"
31538
+ ],
31539
+ "type": "string"
31540
+ },
31541
+ "EngineMode": {
31542
+ "enum": [
31543
+ "serverless"
31544
+ ],
31545
+ "type": "string"
31546
+ }
31547
+ },
31548
+ "required": [
31549
+ "Engine",
31550
+ "EngineMode"
31551
+ ]
31552
+ },
31553
+ "requirement": {
31554
+ "properties": {
31555
+ "PerformanceInsightsEnabled": false,
31556
+ "PerformanceInsightsKmsKeyId": false,
31557
+ "PerformanceInsightsRetentionPeriod": false
31558
+ }
31559
+ }
31560
+ },
31487
31561
  {
31488
31562
  "name": "serverless_exclusive_0",
31489
31563
  "type": "if_then",
@@ -31794,75 +31868,6 @@
31794
31868
  }
31795
31869
  }
31796
31870
  }
31797
- },
31798
- {
31799
- "name": "aurora_warning",
31800
- "type": "if_then",
31801
- "condition": {
31802
- "properties": {
31803
- "Engine": {
31804
- "enum": [
31805
- "aurora-mysql",
31806
- "aurora-postgresql"
31807
- ],
31808
- "type": "string"
31809
- },
31810
- "EngineMode": {
31811
- "enum": [
31812
- "serverless"
31813
- ],
31814
- "type": "string"
31815
- }
31816
- },
31817
- "required": [
31818
- "Engine",
31819
- "EngineMode"
31820
- ]
31821
- },
31822
- "requirement": {
31823
- "properties": {
31824
- "PerformanceInsightsEnabled": false,
31825
- "PerformanceInsightsKmsKeyId": false,
31826
- "PerformanceInsightsRetentionPeriod": false
31827
- }
31828
- }
31829
- },
31830
- {
31831
- "name": "aurora",
31832
- "type": "if_then",
31833
- "condition": {
31834
- "properties": {
31835
- "Engine": {
31836
- "enum": [
31837
- "aurora-mysql",
31838
- "aurora-postgresql"
31839
- ],
31840
- "type": "string"
31841
- }
31842
- },
31843
- "required": [
31844
- "Engine"
31845
- ]
31846
- },
31847
- "requirement": {
31848
- "properties": {
31849
- "AllocatedStorage": false,
31850
- "DBClusterInstanceClass": false,
31851
- "Iops": false,
31852
- "PubliclyAccessible": false,
31853
- "StorageType": {
31854
- "if": {
31855
- "type": "string"
31856
- },
31857
- "then": {
31858
- "enum": [
31859
- "aurora",
31860
- "aurora-iopt1"
31861
- ]
31862
- }
31863
- }
31864
- }
31865
- }
31866
31871
  }
31867
31872
  ],
31868
31873
  "propertyConstraints": {
@@ -32028,66 +32033,6 @@
32028
32033
  ]
32029
32034
  }
32030
32035
  },
32031
- {
32032
- "name": "aurora_exclusive",
32033
- "type": "if_then",
32034
- "condition": {
32035
- "properties": {
32036
- "Engine": {
32037
- "pattern": "(aurora|aurora-mysql|aurora-postgresql)",
32038
- "type": "string"
32039
- }
32040
- },
32041
- "required": [
32042
- "Engine"
32043
- ],
32044
- "type": "object"
32045
- },
32046
- "requirement": {
32047
- "not": {
32048
- "anyOf": [
32049
- {
32050
- "required": [
32051
- "AllocatedStorage"
32052
- ]
32053
- },
32054
- {
32055
- "required": [
32056
- "BackupRetentionPeriod"
32057
- ]
32058
- },
32059
- {
32060
- "required": [
32061
- "CopyTagsToSnapshot"
32062
- ]
32063
- },
32064
- {
32065
- "required": [
32066
- "DeletionProtection"
32067
- ]
32068
- },
32069
- {
32070
- "required": [
32071
- "EnableIAMDatabaseAuthentication"
32072
- ]
32073
- },
32074
- {
32075
- "required": [
32076
- "MasterUserPassword"
32077
- ]
32078
- }
32079
- ],
32080
- "properties": {
32081
- "AllocatedStorage": true,
32082
- "BackupRetentionPeriod": true,
32083
- "CopyTagsToSnapshot": true,
32084
- "DeletionProtection": true,
32085
- "EnableIAMDatabaseAuthentication": true,
32086
- "MasterUserPassword": true
32087
- }
32088
- }
32089
- }
32090
- },
32091
32036
  {
32092
32037
  "name": "engine_version_0",
32093
32038
  "type": "if_then",
@@ -32972,6 +32917,66 @@
32972
32917
  }
32973
32918
  }
32974
32919
  }
32920
+ },
32921
+ {
32922
+ "name": "aurora_exclusive",
32923
+ "type": "if_then",
32924
+ "condition": {
32925
+ "properties": {
32926
+ "Engine": {
32927
+ "pattern": "(aurora|aurora-mysql|aurora-postgresql)",
32928
+ "type": "string"
32929
+ }
32930
+ },
32931
+ "required": [
32932
+ "Engine"
32933
+ ],
32934
+ "type": "object"
32935
+ },
32936
+ "requirement": {
32937
+ "not": {
32938
+ "anyOf": [
32939
+ {
32940
+ "required": [
32941
+ "AllocatedStorage"
32942
+ ]
32943
+ },
32944
+ {
32945
+ "required": [
32946
+ "BackupRetentionPeriod"
32947
+ ]
32948
+ },
32949
+ {
32950
+ "required": [
32951
+ "CopyTagsToSnapshot"
32952
+ ]
32953
+ },
32954
+ {
32955
+ "required": [
32956
+ "DeletionProtection"
32957
+ ]
32958
+ },
32959
+ {
32960
+ "required": [
32961
+ "EnableIAMDatabaseAuthentication"
32962
+ ]
32963
+ },
32964
+ {
32965
+ "required": [
32966
+ "MasterUserPassword"
32967
+ ]
32968
+ }
32969
+ ],
32970
+ "properties": {
32971
+ "AllocatedStorage": true,
32972
+ "BackupRetentionPeriod": true,
32973
+ "CopyTagsToSnapshot": true,
32974
+ "DeletionProtection": true,
32975
+ "EnableIAMDatabaseAuthentication": true,
32976
+ "MasterUserPassword": true
32977
+ }
32978
+ }
32979
+ }
32975
32980
  }
32976
32981
  ],
32977
32982
  "propertyConstraints": {
@@ -37534,7 +37539,7 @@
37534
37539
  },
37535
37540
  "propertyConstraints": {
37536
37541
  "RepositoryName": {
37537
- "pattern": "^(?=.{2,256}$)((?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*)$",
37542
+ "pattern": "^(?=.{2,256}$)([a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*(\\/[a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*)*)$",
37538
37543
  "minLength": 2,
37539
37544
  "maxLength": 256
37540
37545
  },
@@ -37635,6 +37640,11 @@
37635
37640
  "kind": "property",
37636
37641
  "lexicon": "aws"
37637
37642
  },
37643
+ "ECSCapacityProvider_CapacityReservationRequest": {
37644
+ "resourceType": "AWS::ECS::CapacityProvider.CapacityReservationRequest",
37645
+ "kind": "property",
37646
+ "lexicon": "aws"
37647
+ },
37638
37648
  "ECSCapacityProvider_InstanceLaunchTemplate": {
37639
37649
  "resourceType": "AWS::ECS::CapacityProvider.InstanceLaunchTemplate",
37640
37650
  "kind": "property",
@@ -46911,7 +46921,7 @@
46911
46921
  },
46912
46922
  "constraints": [
46913
46923
  {
46914
- "name": "zipfile_runtime_exists",
46924
+ "name": "zipfile_runtime_enum",
46915
46925
  "type": "if_then",
46916
46926
  "condition": {
46917
46927
  "properties": {
@@ -46924,21 +46934,28 @@
46924
46934
  "ZipFile"
46925
46935
  ],
46926
46936
  "type": "object"
46937
+ },
46938
+ "Runtime": {
46939
+ "type": "string"
46927
46940
  }
46928
46941
  },
46929
46942
  "required": [
46930
- "Code"
46943
+ "Code",
46944
+ "Runtime"
46931
46945
  ],
46932
46946
  "type": "object"
46933
46947
  },
46934
46948
  "requirement": {
46935
- "required": [
46936
- "Runtime"
46937
- ]
46949
+ "properties": {
46950
+ "Runtime": {
46951
+ "pattern": "^(nodejs.*|python.*)$"
46952
+ },
46953
+ "required": true
46954
+ }
46938
46955
  }
46939
46956
  },
46940
46957
  {
46941
- "name": "zipfile_runtime_enum",
46958
+ "name": "zipfile_runtime_exists",
46942
46959
  "type": "if_then",
46943
46960
  "condition": {
46944
46961
  "properties": {
@@ -46951,24 +46968,17 @@
46951
46968
  "ZipFile"
46952
46969
  ],
46953
46970
  "type": "object"
46954
- },
46955
- "Runtime": {
46956
- "type": "string"
46957
46971
  }
46958
46972
  },
46959
46973
  "required": [
46960
- "Code",
46961
- "Runtime"
46974
+ "Code"
46962
46975
  ],
46963
46976
  "type": "object"
46964
46977
  },
46965
46978
  "requirement": {
46966
- "properties": {
46967
- "Runtime": {
46968
- "pattern": "^(nodejs.*|python.*)$"
46969
- },
46970
- "required": true
46971
- }
46979
+ "required": [
46980
+ "Runtime"
46981
+ ]
46972
46982
  }
46973
46983
  }
46974
46984
  ],
@@ -64973,7 +64983,7 @@
64973
64983
  "kind": "resource",
64974
64984
  "lexicon": "aws",
64975
64985
  "attrs": {
64976
- "Id": "Id"
64986
+ "WindowId": "WindowId"
64977
64987
  },
64978
64988
  "propertyConstraints": {
64979
64989
  "Cutoff": {
@@ -64986,8 +64996,13 @@
64986
64996
  }
64987
64997
  },
64988
64998
  "primaryIdentifier": [
64989
- "Id"
64990
- ]
64999
+ "WindowId"
65000
+ ],
65001
+ "tagging": {
65002
+ "taggable": true,
65003
+ "tagOnCreate": true,
65004
+ "tagUpdatable": true
65005
+ }
64991
65006
  },
64992
65007
  "MaintenanceWindowAutomationParameters": {
64993
65008
  "resourceType": "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowAutomationParameters",
@@ -74167,10 +74182,19 @@
74167
74182
  "pattern": "[a-z][a-z0-9\\-]+",
74168
74183
  "minLength": 3,
74169
74184
  "maxLength": 40
74185
+ },
74186
+ "KmsKeyArn": {
74187
+ "pattern": "^arn:aws(-[a-z]+)*:kms:[a-z0-9-]+:\\d{12}:key/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$",
74188
+ "minLength": 20,
74189
+ "maxLength": 2048
74170
74190
  }
74171
74191
  },
74172
74192
  "createOnly": [
74173
- "Name"
74193
+ "Name",
74194
+ "KmsKeyArn"
74195
+ ],
74196
+ "writeOnly": [
74197
+ "KmsKeyArn"
74174
74198
  ],
74175
74199
  "primaryIdentifier": [
74176
74200
  "Name"
@@ -89644,6 +89668,25 @@
89644
89668
  "Id": "Id"
89645
89669
  },
89646
89670
  "constraints": [
89671
+ {
89672
+ "name": "recordset_alias",
89673
+ "type": "if_then",
89674
+ "condition": {
89675
+ "properties": {
89676
+ "AliasTarget": {
89677
+ "minItems": 1
89678
+ }
89679
+ },
89680
+ "required": [
89681
+ "AliasTarget"
89682
+ ]
89683
+ },
89684
+ "requirement": {
89685
+ "properties": {
89686
+ "TTL": false
89687
+ }
89688
+ }
89689
+ },
89647
89690
  {
89648
89691
  "name": "recordset_pattern_0",
89649
89692
  "type": "if_then",
@@ -89905,25 +89948,6 @@
89905
89948
  }
89906
89949
  }
89907
89950
  }
89908
- },
89909
- {
89910
- "name": "recordset_alias",
89911
- "type": "if_then",
89912
- "condition": {
89913
- "properties": {
89914
- "AliasTarget": {
89915
- "minItems": 1
89916
- }
89917
- },
89918
- "required": [
89919
- "AliasTarget"
89920
- ]
89921
- },
89922
- "requirement": {
89923
- "properties": {
89924
- "TTL": false
89925
- }
89926
- }
89927
89951
  }
89928
89952
  ],
89929
89953
  "createOnly": [
@@ -106890,42 +106914,42 @@
106890
106914
  },
106891
106915
  "constraints": [
106892
106916
  {
106893
- "name": "billingmode_exclusive",
106917
+ "name": "billingmode_provisioned_dependent",
106894
106918
  "type": "if_then",
106895
106919
  "condition": {
106896
106920
  "properties": {
106897
106921
  "BillingMode": {
106898
- "const": "PAY_PER_REQUEST"
106922
+ "const": "PROVISIONED"
106899
106923
  }
106900
106924
  },
106901
106925
  "required": [
106902
106926
  "BillingMode"
106903
- ],
106904
- "type": "object"
106927
+ ]
106905
106928
  },
106906
106929
  "requirement": {
106907
- "properties": {
106908
- "ProvisionedThroughput": false
106909
- }
106930
+ "required": [
106931
+ "ProvisionedThroughput"
106932
+ ]
106910
106933
  }
106911
106934
  },
106912
106935
  {
106913
- "name": "billingmode_provisioned_dependent",
106936
+ "name": "billingmode_exclusive",
106914
106937
  "type": "if_then",
106915
106938
  "condition": {
106916
106939
  "properties": {
106917
106940
  "BillingMode": {
106918
- "const": "PROVISIONED"
106941
+ "const": "PAY_PER_REQUEST"
106919
106942
  }
106920
106943
  },
106921
106944
  "required": [
106922
106945
  "BillingMode"
106923
- ]
106946
+ ],
106947
+ "type": "object"
106924
106948
  },
106925
106949
  "requirement": {
106926
- "required": [
106927
- "ProvisionedThroughput"
106928
- ]
106950
+ "properties": {
106951
+ "ProvisionedThroughput": false
106952
+ }
106929
106953
  }
106930
106954
  }
106931
106955
  ],
@@ -107670,142 +107694,6 @@
107670
107694
  ]
107671
107695
  }
107672
107696
  },
107673
- {
107674
- "name": "fargate_properties",
107675
- "type": "if_then",
107676
- "condition": {
107677
- "properties": {
107678
- "RequiresCompatibilities": {
107679
- "contains": {
107680
- "enum": [
107681
- "FARGATE"
107682
- ],
107683
- "type": "string"
107684
- },
107685
- "type": "array"
107686
- }
107687
- },
107688
- "required": [
107689
- "RequiresCompatibilities"
107690
- ]
107691
- },
107692
- "requirement": {
107693
- "allOf": [
107694
- {
107695
- "if": {
107696
- "properties": {
107697
- "NetworkMode": {
107698
- "type": "string"
107699
- }
107700
- },
107701
- "required": [
107702
- "NetworkMode"
107703
- ]
107704
- },
107705
- "required": [
107706
- "NetworkMode"
107707
- ],
107708
- "then": {
107709
- "properties": {
107710
- "NetworkMode": {
107711
- "enum": [
107712
- "awsvpc"
107713
- ],
107714
- "type": "string"
107715
- }
107716
- },
107717
- "required": [
107718
- "NetworkMode"
107719
- ]
107720
- }
107721
- },
107722
- {
107723
- "properties": {
107724
- "ContainerDefinitions": {
107725
- "items": {
107726
- "properties": {
107727
- "LogConfiguration": {
107728
- "if": {
107729
- "properties": {
107730
- "LogDriver": {
107731
- "type": "string"
107732
- }
107733
- },
107734
- "required": [
107735
- "LogDriver"
107736
- ]
107737
- },
107738
- "then": {
107739
- "properties": {
107740
- "LogDriver": {
107741
- "enum": [
107742
- "awslogs",
107743
- "splunk",
107744
- "awsfirelens"
107745
- ]
107746
- }
107747
- }
107748
- }
107749
- }
107750
- }
107751
- }
107752
- }
107753
- }
107754
- },
107755
- {
107756
- "if": {
107757
- "properties": {
107758
- "Cpu": {
107759
- "type": [
107760
- "string",
107761
- "integer"
107762
- ]
107763
- }
107764
- },
107765
- "required": [
107766
- "Cpu"
107767
- ]
107768
- },
107769
- "not": {
107770
- "required": [
107771
- "PlacementConstraints"
107772
- ]
107773
- },
107774
- "required": [
107775
- "Cpu",
107776
- "Memory"
107777
- ],
107778
- "then": {
107779
- "properties": {
107780
- "Cpu": {
107781
- "else": {
107782
- "pattern": "^(\\.25|\\.5|1|2|4|8|16)\\s*(?i)vCpu$"
107783
- },
107784
- "if": {
107785
- "pattern": "^\\d+$",
107786
- "type": [
107787
- "integer",
107788
- "string"
107789
- ]
107790
- },
107791
- "then": {
107792
- "enum": [
107793
- "256",
107794
- "512",
107795
- "1024",
107796
- "2048",
107797
- "4096",
107798
- "8192",
107799
- "16384"
107800
- ]
107801
- }
107802
- }
107803
- }
107804
- }
107805
- }
107806
- ]
107807
- }
107808
- },
107809
107697
  {
107810
107698
  "name": "fargate_cpu_memory",
107811
107699
  "type": "if_then",
@@ -108111,6 +107999,142 @@
108111
107999
  }
108112
108000
  ]
108113
108001
  }
108002
+ },
108003
+ {
108004
+ "name": "fargate_properties",
108005
+ "type": "if_then",
108006
+ "condition": {
108007
+ "properties": {
108008
+ "RequiresCompatibilities": {
108009
+ "contains": {
108010
+ "enum": [
108011
+ "FARGATE"
108012
+ ],
108013
+ "type": "string"
108014
+ },
108015
+ "type": "array"
108016
+ }
108017
+ },
108018
+ "required": [
108019
+ "RequiresCompatibilities"
108020
+ ]
108021
+ },
108022
+ "requirement": {
108023
+ "allOf": [
108024
+ {
108025
+ "if": {
108026
+ "properties": {
108027
+ "NetworkMode": {
108028
+ "type": "string"
108029
+ }
108030
+ },
108031
+ "required": [
108032
+ "NetworkMode"
108033
+ ]
108034
+ },
108035
+ "required": [
108036
+ "NetworkMode"
108037
+ ],
108038
+ "then": {
108039
+ "properties": {
108040
+ "NetworkMode": {
108041
+ "enum": [
108042
+ "awsvpc"
108043
+ ],
108044
+ "type": "string"
108045
+ }
108046
+ },
108047
+ "required": [
108048
+ "NetworkMode"
108049
+ ]
108050
+ }
108051
+ },
108052
+ {
108053
+ "properties": {
108054
+ "ContainerDefinitions": {
108055
+ "items": {
108056
+ "properties": {
108057
+ "LogConfiguration": {
108058
+ "if": {
108059
+ "properties": {
108060
+ "LogDriver": {
108061
+ "type": "string"
108062
+ }
108063
+ },
108064
+ "required": [
108065
+ "LogDriver"
108066
+ ]
108067
+ },
108068
+ "then": {
108069
+ "properties": {
108070
+ "LogDriver": {
108071
+ "enum": [
108072
+ "awslogs",
108073
+ "splunk",
108074
+ "awsfirelens"
108075
+ ]
108076
+ }
108077
+ }
108078
+ }
108079
+ }
108080
+ }
108081
+ }
108082
+ }
108083
+ }
108084
+ },
108085
+ {
108086
+ "if": {
108087
+ "properties": {
108088
+ "Cpu": {
108089
+ "type": [
108090
+ "string",
108091
+ "integer"
108092
+ ]
108093
+ }
108094
+ },
108095
+ "required": [
108096
+ "Cpu"
108097
+ ]
108098
+ },
108099
+ "not": {
108100
+ "required": [
108101
+ "PlacementConstraints"
108102
+ ]
108103
+ },
108104
+ "required": [
108105
+ "Cpu",
108106
+ "Memory"
108107
+ ],
108108
+ "then": {
108109
+ "properties": {
108110
+ "Cpu": {
108111
+ "else": {
108112
+ "pattern": "^(\\.25|\\.5|1|2|4|8|16)\\s*(?i)vCpu$"
108113
+ },
108114
+ "if": {
108115
+ "pattern": "^\\d+$",
108116
+ "type": [
108117
+ "integer",
108118
+ "string"
108119
+ ]
108120
+ },
108121
+ "then": {
108122
+ "enum": [
108123
+ "256",
108124
+ "512",
108125
+ "1024",
108126
+ "2048",
108127
+ "4096",
108128
+ "8192",
108129
+ "16384"
108130
+ ]
108131
+ }
108132
+ }
108133
+ }
108134
+ }
108135
+ }
108136
+ ]
108137
+ }
108114
108138
  }
108115
108139
  ],
108116
108140
  "createOnly": [