@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.
- package/.jsii +147 -4
- package/.projenrc.ts +1 -1
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +4 -22
- package/lib/ecr-sync.js +3 -10
- package/lib/image.d.ts +5 -8
- package/lib/image.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +69 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
- package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
- package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
- package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
- package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
- package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
- package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
- package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
- package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
- package/node_modules/aws-sdk/clients/es.d.ts +97 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
- package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
- package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
- package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
- package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
- package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
- package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
- package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
- package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/param_validator.js +2 -0
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jmespath/jmespath.js +32 -27
- package/node_modules/jmespath/package.json +2 -7
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/jmespath/.eslintrc +0 -10
- package/node_modules/jmespath/.npmignore +0 -1
- package/node_modules/jmespath/.travis.yml +0 -6
- package/node_modules/jmespath/BASELINE +0 -15
- package/node_modules/jmespath/Gruntfile.js +0 -36
- package/node_modules/jmespath/g.sh +0 -5
- package/node_modules/jmespath/index.html +0 -93
- package/node_modules/jmespath/james.html +0 -7
- package/node_modules/jmespath/l.js +0 -189
- package/node_modules/jmespath/perf.js +0 -33
- package/node_modules/jmespath/reservedWords.json +0 -4
- package/node_modules/jmespath/test/compliance/basic.json +0 -96
- package/node_modules/jmespath/test/compliance/boolean.json +0 -257
- package/node_modules/jmespath/test/compliance/current.json +0 -25
- package/node_modules/jmespath/test/compliance/escape.json +0 -46
- package/node_modules/jmespath/test/compliance/filters.json +0 -468
- package/node_modules/jmespath/test/compliance/functions.json +0 -825
- package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
- package/node_modules/jmespath/test/compliance/indices.json +0 -346
- package/node_modules/jmespath/test/compliance/literal.json +0 -190
- package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
- package/node_modules/jmespath/test/compliance/pipe.json +0 -131
- package/node_modules/jmespath/test/compliance/slice.json +0 -187
- package/node_modules/jmespath/test/compliance/syntax.json +0 -616
- package/node_modules/jmespath/test/compliance/unicode.json +0 -38
- package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
- package/node_modules/jmespath/test/compliance.js +0 -56
- package/node_modules/jmespath/test/jmespath.js +0 -217
|
@@ -539,6 +539,9 @@
|
|
|
539
539
|
"type": "structure",
|
|
540
540
|
"members": {
|
|
541
541
|
"Type": {},
|
|
542
|
+
"HookInvocationCount": {
|
|
543
|
+
"type": "integer"
|
|
544
|
+
},
|
|
542
545
|
"ResourceChange": {
|
|
543
546
|
"type": "structure",
|
|
544
547
|
"members": {
|
|
@@ -572,7 +575,7 @@
|
|
|
572
575
|
},
|
|
573
576
|
"ChangeSetId": {},
|
|
574
577
|
"ModuleInfo": {
|
|
575
|
-
"shape": "
|
|
578
|
+
"shape": "S4i"
|
|
576
579
|
}
|
|
577
580
|
}
|
|
578
581
|
}
|
|
@@ -588,6 +591,59 @@
|
|
|
588
591
|
}
|
|
589
592
|
}
|
|
590
593
|
},
|
|
594
|
+
"DescribeChangeSetHooks": {
|
|
595
|
+
"input": {
|
|
596
|
+
"type": "structure",
|
|
597
|
+
"required": [
|
|
598
|
+
"ChangeSetName"
|
|
599
|
+
],
|
|
600
|
+
"members": {
|
|
601
|
+
"ChangeSetName": {},
|
|
602
|
+
"StackName": {},
|
|
603
|
+
"NextToken": {},
|
|
604
|
+
"LogicalResourceId": {}
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"output": {
|
|
608
|
+
"resultWrapper": "DescribeChangeSetHooksResult",
|
|
609
|
+
"type": "structure",
|
|
610
|
+
"members": {
|
|
611
|
+
"ChangeSetId": {},
|
|
612
|
+
"ChangeSetName": {},
|
|
613
|
+
"Hooks": {
|
|
614
|
+
"type": "list",
|
|
615
|
+
"member": {
|
|
616
|
+
"type": "structure",
|
|
617
|
+
"members": {
|
|
618
|
+
"InvocationPoint": {},
|
|
619
|
+
"FailureMode": {},
|
|
620
|
+
"TypeName": {},
|
|
621
|
+
"TypeVersionId": {},
|
|
622
|
+
"TypeConfigurationVersionId": {},
|
|
623
|
+
"TargetDetails": {
|
|
624
|
+
"type": "structure",
|
|
625
|
+
"members": {
|
|
626
|
+
"TargetType": {},
|
|
627
|
+
"ResourceTargetDetails": {
|
|
628
|
+
"type": "structure",
|
|
629
|
+
"members": {
|
|
630
|
+
"LogicalResourceId": {},
|
|
631
|
+
"ResourceType": {},
|
|
632
|
+
"ResourceAction": {}
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"Status": {},
|
|
641
|
+
"NextToken": {},
|
|
642
|
+
"StackId": {},
|
|
643
|
+
"StackName": {}
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
},
|
|
591
647
|
"DescribePublisher": {
|
|
592
648
|
"input": {
|
|
593
649
|
"type": "structure",
|
|
@@ -676,7 +732,12 @@
|
|
|
676
732
|
"ResourceStatus": {},
|
|
677
733
|
"ResourceStatusReason": {},
|
|
678
734
|
"ResourceProperties": {},
|
|
679
|
-
"ClientRequestToken": {}
|
|
735
|
+
"ClientRequestToken": {},
|
|
736
|
+
"HookType": {},
|
|
737
|
+
"HookStatus": {},
|
|
738
|
+
"HookStatusReason": {},
|
|
739
|
+
"HookInvocationPoint": {},
|
|
740
|
+
"HookFailureMode": {}
|
|
680
741
|
}
|
|
681
742
|
}
|
|
682
743
|
},
|
|
@@ -715,7 +776,7 @@
|
|
|
715
776
|
},
|
|
716
777
|
"Status": {},
|
|
717
778
|
"StackInstanceStatus": {
|
|
718
|
-
"shape": "
|
|
779
|
+
"shape": "S5q"
|
|
719
780
|
},
|
|
720
781
|
"StatusReason": {},
|
|
721
782
|
"OrganizationalUnitId": {},
|
|
@@ -766,10 +827,10 @@
|
|
|
766
827
|
"Description": {},
|
|
767
828
|
"Metadata": {},
|
|
768
829
|
"DriftInformation": {
|
|
769
|
-
"shape": "
|
|
830
|
+
"shape": "S5x"
|
|
770
831
|
},
|
|
771
832
|
"ModuleInfo": {
|
|
772
|
-
"shape": "
|
|
833
|
+
"shape": "S4i"
|
|
773
834
|
}
|
|
774
835
|
}
|
|
775
836
|
}
|
|
@@ -804,7 +865,7 @@
|
|
|
804
865
|
"StackResourceDrifts": {
|
|
805
866
|
"type": "list",
|
|
806
867
|
"member": {
|
|
807
|
-
"shape": "
|
|
868
|
+
"shape": "S64"
|
|
808
869
|
}
|
|
809
870
|
},
|
|
810
871
|
"NextToken": {}
|
|
@@ -847,10 +908,10 @@
|
|
|
847
908
|
"ResourceStatusReason": {},
|
|
848
909
|
"Description": {},
|
|
849
910
|
"DriftInformation": {
|
|
850
|
-
"shape": "
|
|
911
|
+
"shape": "S5x"
|
|
851
912
|
},
|
|
852
913
|
"ModuleInfo": {
|
|
853
|
-
"shape": "
|
|
914
|
+
"shape": "S4i"
|
|
854
915
|
}
|
|
855
916
|
}
|
|
856
917
|
}
|
|
@@ -894,7 +955,7 @@
|
|
|
894
955
|
"AdministrationRoleARN": {},
|
|
895
956
|
"ExecutionRoleName": {},
|
|
896
957
|
"StackSetDriftDetectionDetails": {
|
|
897
|
-
"shape": "
|
|
958
|
+
"shape": "S6o"
|
|
898
959
|
},
|
|
899
960
|
"AutoDeployment": {
|
|
900
961
|
"shape": "S30"
|
|
@@ -953,7 +1014,7 @@
|
|
|
953
1014
|
"shape": "S2j"
|
|
954
1015
|
},
|
|
955
1016
|
"StackSetDriftDetectionDetails": {
|
|
956
|
-
"shape": "
|
|
1017
|
+
"shape": "S6o"
|
|
957
1018
|
}
|
|
958
1019
|
}
|
|
959
1020
|
}
|
|
@@ -1161,7 +1222,7 @@
|
|
|
1161
1222
|
"members": {
|
|
1162
1223
|
"StackName": {},
|
|
1163
1224
|
"LogicalResourceIds": {
|
|
1164
|
-
"shape": "
|
|
1225
|
+
"shape": "S82"
|
|
1165
1226
|
}
|
|
1166
1227
|
}
|
|
1167
1228
|
},
|
|
@@ -1196,7 +1257,7 @@
|
|
|
1196
1257
|
],
|
|
1197
1258
|
"members": {
|
|
1198
1259
|
"StackResourceDrift": {
|
|
1199
|
-
"shape": "
|
|
1260
|
+
"shape": "S64"
|
|
1200
1261
|
}
|
|
1201
1262
|
}
|
|
1202
1263
|
}
|
|
@@ -1355,7 +1416,7 @@
|
|
|
1355
1416
|
"Version": {},
|
|
1356
1417
|
"Metadata": {},
|
|
1357
1418
|
"DeclaredTransforms": {
|
|
1358
|
-
"shape": "
|
|
1419
|
+
"shape": "S8v"
|
|
1359
1420
|
},
|
|
1360
1421
|
"ResourceIdentifierSummaries": {
|
|
1361
1422
|
"type": "list",
|
|
@@ -1364,7 +1425,7 @@
|
|
|
1364
1425
|
"members": {
|
|
1365
1426
|
"ResourceType": {},
|
|
1366
1427
|
"LogicalResourceIds": {
|
|
1367
|
-
"shape": "
|
|
1428
|
+
"shape": "S82"
|
|
1368
1429
|
},
|
|
1369
1430
|
"ResourceIdentifiers": {
|
|
1370
1431
|
"type": "list",
|
|
@@ -1544,7 +1605,7 @@
|
|
|
1544
1605
|
"Status": {},
|
|
1545
1606
|
"StatusReason": {},
|
|
1546
1607
|
"StackInstanceStatus": {
|
|
1547
|
-
"shape": "
|
|
1608
|
+
"shape": "S5q"
|
|
1548
1609
|
},
|
|
1549
1610
|
"OrganizationalUnitId": {},
|
|
1550
1611
|
"DriftStatus": {},
|
|
@@ -1605,7 +1666,7 @@
|
|
|
1605
1666
|
}
|
|
1606
1667
|
},
|
|
1607
1668
|
"ModuleInfo": {
|
|
1608
|
-
"shape": "
|
|
1669
|
+
"shape": "S4i"
|
|
1609
1670
|
}
|
|
1610
1671
|
}
|
|
1611
1672
|
}
|
|
@@ -2346,7 +2407,7 @@
|
|
|
2346
2407
|
},
|
|
2347
2408
|
"CapabilitiesReason": {},
|
|
2348
2409
|
"DeclaredTransforms": {
|
|
2349
|
-
"shape": "
|
|
2410
|
+
"shape": "S8v"
|
|
2350
2411
|
}
|
|
2351
2412
|
}
|
|
2352
2413
|
}
|
|
@@ -2500,20 +2561,20 @@
|
|
|
2500
2561
|
}
|
|
2501
2562
|
}
|
|
2502
2563
|
},
|
|
2503
|
-
"
|
|
2564
|
+
"S4i": {
|
|
2504
2565
|
"type": "structure",
|
|
2505
2566
|
"members": {
|
|
2506
2567
|
"TypeHierarchy": {},
|
|
2507
2568
|
"LogicalIdHierarchy": {}
|
|
2508
2569
|
}
|
|
2509
2570
|
},
|
|
2510
|
-
"
|
|
2571
|
+
"S5q": {
|
|
2511
2572
|
"type": "structure",
|
|
2512
2573
|
"members": {
|
|
2513
2574
|
"DetailedStatus": {}
|
|
2514
2575
|
}
|
|
2515
2576
|
},
|
|
2516
|
-
"
|
|
2577
|
+
"S5x": {
|
|
2517
2578
|
"type": "structure",
|
|
2518
2579
|
"required": [
|
|
2519
2580
|
"StackResourceDriftStatus"
|
|
@@ -2525,7 +2586,7 @@
|
|
|
2525
2586
|
}
|
|
2526
2587
|
}
|
|
2527
2588
|
},
|
|
2528
|
-
"
|
|
2589
|
+
"S64": {
|
|
2529
2590
|
"type": "structure",
|
|
2530
2591
|
"required": [
|
|
2531
2592
|
"StackId",
|
|
@@ -2578,11 +2639,11 @@
|
|
|
2578
2639
|
"type": "timestamp"
|
|
2579
2640
|
},
|
|
2580
2641
|
"ModuleInfo": {
|
|
2581
|
-
"shape": "
|
|
2642
|
+
"shape": "S4i"
|
|
2582
2643
|
}
|
|
2583
2644
|
}
|
|
2584
2645
|
},
|
|
2585
|
-
"
|
|
2646
|
+
"S6o": {
|
|
2586
2647
|
"type": "structure",
|
|
2587
2648
|
"members": {
|
|
2588
2649
|
"DriftStatus": {},
|
|
@@ -2607,11 +2668,11 @@
|
|
|
2607
2668
|
}
|
|
2608
2669
|
}
|
|
2609
2670
|
},
|
|
2610
|
-
"
|
|
2671
|
+
"S82": {
|
|
2611
2672
|
"type": "list",
|
|
2612
2673
|
"member": {}
|
|
2613
2674
|
},
|
|
2614
|
-
"
|
|
2675
|
+
"S8v": {
|
|
2615
2676
|
"type": "list",
|
|
2616
2677
|
"member": {}
|
|
2617
2678
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"description": "Wait until a repository association is complete.",
|
|
8
8
|
"operation": "DescribeRepositoryAssociation",
|
|
9
9
|
"delay": 10,
|
|
10
|
-
"maxAttempts":
|
|
10
|
+
"maxAttempts": 30,
|
|
11
11
|
"acceptors": [
|
|
12
12
|
{
|
|
13
13
|
"state": "success",
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
"argument": "RepositoryAssociation.State",
|
|
16
16
|
"expected": "Associated"
|
|
17
17
|
},
|
|
18
|
+
{
|
|
19
|
+
"state": "failure",
|
|
20
|
+
"matcher": "path",
|
|
21
|
+
"argument": "RepositoryAssociation.State",
|
|
22
|
+
"expected": "Failed"
|
|
23
|
+
},
|
|
18
24
|
{
|
|
19
25
|
"state": "retry",
|
|
20
26
|
"matcher": "path",
|
|
@@ -27,7 +33,7 @@
|
|
|
27
33
|
"description": "Wait until a code review is complete.",
|
|
28
34
|
"operation": "DescribeCodeReview",
|
|
29
35
|
"delay": 10,
|
|
30
|
-
"maxAttempts":
|
|
36
|
+
"maxAttempts": 180,
|
|
31
37
|
"acceptors": [
|
|
32
38
|
{
|
|
33
39
|
"state": "success",
|
|
@@ -35,6 +41,12 @@
|
|
|
35
41
|
"argument": "CodeReview.State",
|
|
36
42
|
"expected": "Completed"
|
|
37
43
|
},
|
|
44
|
+
{
|
|
45
|
+
"state": "failure",
|
|
46
|
+
"matcher": "path",
|
|
47
|
+
"argument": "CodeReview.State",
|
|
48
|
+
"expected": "Failed"
|
|
49
|
+
},
|
|
38
50
|
{
|
|
39
51
|
"state": "retry",
|
|
40
52
|
"matcher": "path",
|