mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+1604
-12
File diff suppressed because it is too large
Load Diff
+959
-28
File diff suppressed because one or more lines are too long
Generated
Vendored
+10
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribeMergeConflicts": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxMergeHunks",
|
||||
"output_token": "nextToken"
|
||||
},
|
||||
"DescribePullRequestEvents": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
@@ -20,6 +25,11 @@
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken"
|
||||
},
|
||||
"GetMergeConflicts": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxConflictFiles",
|
||||
"output_token": "nextToken"
|
||||
},
|
||||
"ListBranches": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
|
||||
Reference in New Issue
Block a user