Add all dependency of go-getter

This commit is contained in:
Jingfang Liu
2018-08-15 11:34:38 -07:00
parent c9a8bc1121
commit ec95e5f97e
2894 changed files with 1945864 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}

View File

@@ -0,0 +1,39 @@
{
"pagination": {
"DescribePullRequestEvents": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken"
},
"GetCommentsForComparedCommit": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken"
},
"GetCommentsForPullRequest": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken"
},
"GetDifferences": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken"
},
"ListBranches": {
"input_token": "nextToken",
"output_token": "nextToken",
"result_key": "branches"
},
"ListPullRequests": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken"
},
"ListRepositories": {
"input_token": "nextToken",
"output_token": "nextToken",
"result_key": "repositories"
}
}
}

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "ListRepositories",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "ListBranches",
"input": {
"repositoryName": "fake-repo"
},
"errorExpectedFromService": true
}
]
}