File tree 3 files changed +27
-4
lines changed
services/codegurureviewer/src/main/resources/codegen-resources
3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon CodeGuru Reviewer" ,
4
+ "contributor" : " " ,
5
+ "description" : " Added failure state and adjusted timeout in waiter"
6
+ }
Original file line number Diff line number Diff line change 895
895
}
896
896
}
897
897
},
898
+ "ListRecommendationsMaxResults" :{
899
+ "type" :" integer" ,
900
+ "max" :300 ,
901
+ "min" :1
902
+ },
898
903
"ListRecommendationsRequest" :{
899
904
"type" :" structure" ,
900
905
"required" :[" CodeReviewArn" ],
906
911
"locationName" :" NextToken"
907
912
},
908
913
"MaxResults" :{
909
- "shape" :" MaxResults " ,
914
+ "shape" :" ListRecommendationsMaxResults " ,
910
915
"documentation" :" <p> The maximum number of results that are returned per call. The default is 100. </p>" ,
911
916
"location" :" querystring" ,
912
917
"locationName" :" MaxResults"
1666
1671
},
1667
1672
"Text" :{
1668
1673
"type" :" string" ,
1669
- "max" :2048 ,
1674
+ "max" :5000 ,
1670
1675
"min" :1
1671
1676
},
1672
1677
"ThirdPartySourceRepository" :{
Original file line number Diff line number Diff line change 7
7
"description" : " Wait until a repository association is complete." ,
8
8
"operation" : " DescribeRepositoryAssociation" ,
9
9
"delay" : 10 ,
10
- "maxAttempts" : 20 ,
10
+ "maxAttempts" : 30 ,
11
11
"acceptors" : [
12
12
{
13
13
"state" : " success" ,
14
14
"matcher" : " path" ,
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
33
"description" : " Wait until a code review is complete." ,
28
34
"operation" : " DescribeCodeReview" ,
29
35
"delay" : 10 ,
30
- "maxAttempts" : 60 ,
36
+ "maxAttempts" : 180 ,
31
37
"acceptors" : [
32
38
{
33
39
"state" : " success" ,
34
40
"matcher" : " path" ,
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" ,
You can’t perform that action at this time.
0 commit comments