@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26

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 (134) hide show
  1. package/.jsii +147 -4
  2. package/.projenrc.ts +1 -1
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.d.ts +4 -22
  5. package/lib/ecr-sync.js +3 -10
  6. package/lib/image.d.ts +5 -8
  7. package/lib/image.js +1 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +69 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
  12. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
  14. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
  15. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
  17. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
  18. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
  19. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
  20. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
  21. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
  22. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
  23. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
  24. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
  26. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
  27. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
  28. package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
  29. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
  30. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
  31. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
  32. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
  33. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
  34. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
  35. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
  36. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
  37. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
  38. package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  39. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
  40. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
  42. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
  43. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
  44. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
  45. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
  46. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
  47. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
  48. package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
  49. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
  51. package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
  52. package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
  53. package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
  54. package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
  56. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
  57. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
  58. package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
  59. package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
  60. package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
  61. package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
  62. package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
  63. package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
  64. package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
  65. package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
  66. package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
  67. package/node_modules/aws-sdk/clients/es.d.ts +97 -0
  68. package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
  69. package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
  70. package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
  71. package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
  72. package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
  73. package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
  74. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  75. package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
  76. package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
  77. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  78. package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
  79. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
  80. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  81. package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
  82. package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
  83. package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
  84. package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
  85. package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
  86. package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
  87. package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
  88. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
  89. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
  90. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
  91. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  92. package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
  93. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
  94. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
  95. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
  96. package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
  97. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  98. package/node_modules/aws-sdk/lib/core.js +1 -1
  99. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  100. package/node_modules/aws-sdk/lib/param_validator.js +2 -0
  101. package/node_modules/aws-sdk/package.json +2 -2
  102. package/node_modules/jmespath/jmespath.js +32 -27
  103. package/node_modules/jmespath/package.json +2 -7
  104. package/package.json +3 -3
  105. package/releasetag.txt +1 -1
  106. package/version.txt +1 -1
  107. package/node_modules/jmespath/.eslintrc +0 -10
  108. package/node_modules/jmespath/.npmignore +0 -1
  109. package/node_modules/jmespath/.travis.yml +0 -6
  110. package/node_modules/jmespath/BASELINE +0 -15
  111. package/node_modules/jmespath/Gruntfile.js +0 -36
  112. package/node_modules/jmespath/g.sh +0 -5
  113. package/node_modules/jmespath/index.html +0 -93
  114. package/node_modules/jmespath/james.html +0 -7
  115. package/node_modules/jmespath/l.js +0 -189
  116. package/node_modules/jmespath/perf.js +0 -33
  117. package/node_modules/jmespath/reservedWords.json +0 -4
  118. package/node_modules/jmespath/test/compliance/basic.json +0 -96
  119. package/node_modules/jmespath/test/compliance/boolean.json +0 -257
  120. package/node_modules/jmespath/test/compliance/current.json +0 -25
  121. package/node_modules/jmespath/test/compliance/escape.json +0 -46
  122. package/node_modules/jmespath/test/compliance/filters.json +0 -468
  123. package/node_modules/jmespath/test/compliance/functions.json +0 -825
  124. package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
  125. package/node_modules/jmespath/test/compliance/indices.json +0 -346
  126. package/node_modules/jmespath/test/compliance/literal.json +0 -190
  127. package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
  128. package/node_modules/jmespath/test/compliance/pipe.json +0 -131
  129. package/node_modules/jmespath/test/compliance/slice.json +0 -187
  130. package/node_modules/jmespath/test/compliance/syntax.json +0 -616
  131. package/node_modules/jmespath/test/compliance/unicode.json +0 -38
  132. package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
  133. package/node_modules/jmespath/test/compliance.js +0 -56
  134. package/node_modules/jmespath/test/jmespath.js +0 -217
@@ -233,6 +233,9 @@
233
233
  "HttpConfiguration": {
234
234
  "shape": "S14"
235
235
  },
236
+ "SegmentDeliveryConfigurations": {
237
+ "shape": "S15"
238
+ },
236
239
  "SourceLocationName": {
237
240
  "location": "uri",
238
241
  "locationName": "sourceLocationName"
@@ -266,6 +269,9 @@
266
269
  "LastModifiedTime": {
267
270
  "shape": "Sf"
268
271
  },
272
+ "SegmentDeliveryConfigurations": {
273
+ "shape": "S15"
274
+ },
269
275
  "SourceLocationName": {},
270
276
  "Tags": {
271
277
  "locationName": "tags",
@@ -283,7 +289,7 @@
283
289
  "input": {
284
290
  "members": {
285
291
  "HttpPackageConfigurations": {
286
- "shape": "S17"
292
+ "shape": "S19"
287
293
  },
288
294
  "SourceLocationName": {
289
295
  "location": "uri",
@@ -312,7 +318,7 @@
312
318
  "shape": "Sf"
313
319
  },
314
320
  "HttpPackageConfigurations": {
315
- "shape": "S17"
321
+ "shape": "S19"
316
322
  },
317
323
  "LastModifiedTime": {
318
324
  "shape": "Sf"
@@ -626,6 +632,9 @@
626
632
  "LastModifiedTime": {
627
633
  "shape": "Sf"
628
634
  },
635
+ "SegmentDeliveryConfigurations": {
636
+ "shape": "S15"
637
+ },
629
638
  "SourceLocationName": {},
630
639
  "Tags": {
631
640
  "locationName": "tags",
@@ -665,7 +674,7 @@
665
674
  "shape": "Sf"
666
675
  },
667
676
  "HttpPackageConfigurations": {
668
- "shape": "S17"
677
+ "shape": "S19"
669
678
  },
670
679
  "LastModifiedTime": {
671
680
  "shape": "Sf"
@@ -808,31 +817,31 @@
808
817
  "members": {
809
818
  "AdDecisionServerUrl": {},
810
819
  "AvailSuppression": {
811
- "shape": "S29"
820
+ "shape": "S2b"
812
821
  },
813
822
  "Bumper": {
814
- "shape": "S2b"
823
+ "shape": "S2d"
815
824
  },
816
825
  "CdnConfiguration": {
817
- "shape": "S2c"
826
+ "shape": "S2e"
818
827
  },
819
828
  "ConfigurationAliases": {
820
- "shape": "S2d"
829
+ "shape": "S2f"
821
830
  },
822
831
  "DashConfiguration": {
823
- "shape": "S2e"
832
+ "shape": "S2g"
824
833
  },
825
834
  "HlsConfiguration": {
826
- "shape": "S2g"
835
+ "shape": "S2i"
827
836
  },
828
837
  "LivePreRollConfiguration": {
829
- "shape": "S2h"
838
+ "shape": "S2j"
830
839
  },
831
840
  "LogConfiguration": {
832
- "shape": "S2i"
841
+ "shape": "S2k"
833
842
  },
834
843
  "ManifestProcessingRules": {
835
- "shape": "S2j"
844
+ "shape": "S2l"
836
845
  },
837
846
  "Name": {},
838
847
  "PersonalizationThresholdSeconds": {
@@ -929,7 +938,7 @@
929
938
  "shape": "Sf"
930
939
  },
931
940
  "RelatedResourceArns": {
932
- "shape": "S2t"
941
+ "shape": "S2v"
933
942
  },
934
943
  "ResourceArn": {}
935
944
  },
@@ -1038,31 +1047,31 @@
1038
1047
  "members": {
1039
1048
  "AdDecisionServerUrl": {},
1040
1049
  "AvailSuppression": {
1041
- "shape": "S29"
1050
+ "shape": "S2b"
1042
1051
  },
1043
1052
  "Bumper": {
1044
- "shape": "S2b"
1053
+ "shape": "S2d"
1045
1054
  },
1046
1055
  "CdnConfiguration": {
1047
- "shape": "S2c"
1056
+ "shape": "S2e"
1048
1057
  },
1049
1058
  "ConfigurationAliases": {
1050
- "shape": "S2d"
1059
+ "shape": "S2f"
1051
1060
  },
1052
1061
  "DashConfiguration": {
1053
- "shape": "S2e"
1062
+ "shape": "S2g"
1054
1063
  },
1055
1064
  "HlsConfiguration": {
1056
- "shape": "S2g"
1065
+ "shape": "S2i"
1057
1066
  },
1058
1067
  "LivePreRollConfiguration": {
1059
- "shape": "S2h"
1068
+ "shape": "S2j"
1060
1069
  },
1061
1070
  "LogConfiguration": {
1062
- "shape": "S2i"
1071
+ "shape": "S2k"
1063
1072
  },
1064
1073
  "ManifestProcessingRules": {
1065
- "shape": "S2j"
1074
+ "shape": "S2l"
1066
1075
  },
1067
1076
  "Name": {},
1068
1077
  "PersonalizationThresholdSeconds": {
@@ -1183,6 +1192,9 @@
1183
1192
  "LastModifiedTime": {
1184
1193
  "shape": "Sf"
1185
1194
  },
1195
+ "SegmentDeliveryConfigurations": {
1196
+ "shape": "S15"
1197
+ },
1186
1198
  "SourceLocationName": {},
1187
1199
  "Tags": {
1188
1200
  "locationName": "tags",
@@ -1268,7 +1280,7 @@
1268
1280
  "shape": "Sf"
1269
1281
  },
1270
1282
  "HttpPackageConfigurations": {
1271
- "shape": "S17"
1283
+ "shape": "S19"
1272
1284
  },
1273
1285
  "LastModifiedTime": {
1274
1286
  "shape": "Sf"
@@ -1330,13 +1342,13 @@
1330
1342
  "members": {
1331
1343
  "AdDecisionServerUrl": {},
1332
1344
  "AvailSuppression": {
1333
- "shape": "S29"
1345
+ "shape": "S2b"
1334
1346
  },
1335
1347
  "Bumper": {
1336
- "shape": "S2b"
1348
+ "shape": "S2d"
1337
1349
  },
1338
1350
  "CdnConfiguration": {
1339
- "shape": "S2c"
1351
+ "shape": "S2e"
1340
1352
  },
1341
1353
  "ConfigurationAliases": {
1342
1354
  "key": {},
@@ -1353,10 +1365,10 @@
1353
1365
  "type": "structure"
1354
1366
  },
1355
1367
  "LivePreRollConfiguration": {
1356
- "shape": "S2h"
1368
+ "shape": "S2j"
1357
1369
  },
1358
1370
  "ManifestProcessingRules": {
1359
- "shape": "S2j"
1371
+ "shape": "S2l"
1360
1372
  },
1361
1373
  "Name": {},
1362
1374
  "PersonalizationThresholdSeconds": {
@@ -1376,31 +1388,31 @@
1376
1388
  "members": {
1377
1389
  "AdDecisionServerUrl": {},
1378
1390
  "AvailSuppression": {
1379
- "shape": "S29"
1391
+ "shape": "S2b"
1380
1392
  },
1381
1393
  "Bumper": {
1382
- "shape": "S2b"
1394
+ "shape": "S2d"
1383
1395
  },
1384
1396
  "CdnConfiguration": {
1385
- "shape": "S2c"
1397
+ "shape": "S2e"
1386
1398
  },
1387
1399
  "ConfigurationAliases": {
1388
- "shape": "S2d"
1400
+ "shape": "S2f"
1389
1401
  },
1390
1402
  "DashConfiguration": {
1391
- "shape": "S2e"
1403
+ "shape": "S2g"
1392
1404
  },
1393
1405
  "HlsConfiguration": {
1394
- "shape": "S2g"
1406
+ "shape": "S2i"
1395
1407
  },
1396
1408
  "LivePreRollConfiguration": {
1397
- "shape": "S2h"
1409
+ "shape": "S2j"
1398
1410
  },
1399
1411
  "LogConfiguration": {
1400
- "shape": "S2i"
1412
+ "shape": "S2k"
1401
1413
  },
1402
1414
  "ManifestProcessingRules": {
1403
- "shape": "S2j"
1415
+ "shape": "S2l"
1404
1416
  },
1405
1417
  "Name": {},
1406
1418
  "PersonalizationThresholdSeconds": {
@@ -1504,7 +1516,7 @@
1504
1516
  "TagKeys": {
1505
1517
  "location": "querystring",
1506
1518
  "locationName": "tagKeys",
1507
- "shape": "S2t"
1519
+ "shape": "S2v"
1508
1520
  }
1509
1521
  },
1510
1522
  "required": [
@@ -1582,6 +1594,9 @@
1582
1594
  "HttpConfiguration": {
1583
1595
  "shape": "S14"
1584
1596
  },
1597
+ "SegmentDeliveryConfigurations": {
1598
+ "shape": "S15"
1599
+ },
1585
1600
  "SourceLocationName": {
1586
1601
  "location": "uri",
1587
1602
  "locationName": "sourceLocationName"
@@ -1611,6 +1626,9 @@
1611
1626
  "LastModifiedTime": {
1612
1627
  "shape": "Sf"
1613
1628
  },
1629
+ "SegmentDeliveryConfigurations": {
1630
+ "shape": "S15"
1631
+ },
1614
1632
  "SourceLocationName": {},
1615
1633
  "Tags": {
1616
1634
  "locationName": "tags",
@@ -1629,7 +1647,7 @@
1629
1647
  "input": {
1630
1648
  "members": {
1631
1649
  "HttpPackageConfigurations": {
1632
- "shape": "S17"
1650
+ "shape": "S19"
1633
1651
  },
1634
1652
  "SourceLocationName": {
1635
1653
  "location": "uri",
@@ -1654,7 +1672,7 @@
1654
1672
  "shape": "Sf"
1655
1673
  },
1656
1674
  "HttpPackageConfigurations": {
1657
- "shape": "S17"
1675
+ "shape": "S19"
1658
1676
  },
1659
1677
  "LastModifiedTime": {
1660
1678
  "shape": "Sf"
@@ -1860,7 +1878,17 @@
1860
1878
  ],
1861
1879
  "type": "structure"
1862
1880
  },
1863
- "S17": {
1881
+ "S15": {
1882
+ "member": {
1883
+ "members": {
1884
+ "BaseUrl": {},
1885
+ "Name": {}
1886
+ },
1887
+ "type": "structure"
1888
+ },
1889
+ "type": "list"
1890
+ },
1891
+ "S19": {
1864
1892
  "member": {
1865
1893
  "members": {
1866
1894
  "Path": {},
@@ -1876,35 +1904,35 @@
1876
1904
  },
1877
1905
  "type": "list"
1878
1906
  },
1879
- "S29": {
1907
+ "S2b": {
1880
1908
  "members": {
1881
1909
  "Mode": {},
1882
1910
  "Value": {}
1883
1911
  },
1884
1912
  "type": "structure"
1885
1913
  },
1886
- "S2b": {
1914
+ "S2d": {
1887
1915
  "members": {
1888
1916
  "EndUrl": {},
1889
1917
  "StartUrl": {}
1890
1918
  },
1891
1919
  "type": "structure"
1892
1920
  },
1893
- "S2c": {
1921
+ "S2e": {
1894
1922
  "members": {
1895
1923
  "AdSegmentUrlPrefix": {},
1896
1924
  "ContentSegmentUrlPrefix": {}
1897
1925
  },
1898
1926
  "type": "structure"
1899
1927
  },
1900
- "S2d": {
1928
+ "S2f": {
1901
1929
  "key": {},
1902
1930
  "type": "map",
1903
1931
  "value": {
1904
1932
  "shape": "Sc"
1905
1933
  }
1906
1934
  },
1907
- "S2e": {
1935
+ "S2g": {
1908
1936
  "members": {
1909
1937
  "ManifestEndpointPrefix": {},
1910
1938
  "MpdLocation": {},
@@ -1912,13 +1940,13 @@
1912
1940
  },
1913
1941
  "type": "structure"
1914
1942
  },
1915
- "S2g": {
1943
+ "S2i": {
1916
1944
  "members": {
1917
1945
  "ManifestEndpointPrefix": {}
1918
1946
  },
1919
1947
  "type": "structure"
1920
1948
  },
1921
- "S2h": {
1949
+ "S2j": {
1922
1950
  "members": {
1923
1951
  "AdDecisionServerUrl": {},
1924
1952
  "MaxDurationSeconds": {
@@ -1927,7 +1955,7 @@
1927
1955
  },
1928
1956
  "type": "structure"
1929
1957
  },
1930
- "S2i": {
1958
+ "S2k": {
1931
1959
  "members": {
1932
1960
  "PercentEnabled": {
1933
1961
  "type": "integer"
@@ -1938,7 +1966,7 @@
1938
1966
  ],
1939
1967
  "type": "structure"
1940
1968
  },
1941
- "S2j": {
1969
+ "S2l": {
1942
1970
  "members": {
1943
1971
  "AdMarkerPassthrough": {
1944
1972
  "members": {
@@ -1951,7 +1979,7 @@
1951
1979
  },
1952
1980
  "type": "structure"
1953
1981
  },
1954
- "S2t": {
1982
+ "S2v": {
1955
1983
  "member": {},
1956
1984
  "type": "list"
1957
1985
  }
@@ -120,7 +120,8 @@
120
120
  "type": "structure",
121
121
  "members": {
122
122
  "CustomerIdentifier": {},
123
- "ProductCode": {}
123
+ "ProductCode": {},
124
+ "CustomerAWSAccountId": {}
124
125
  }
125
126
  }
126
127
  }