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 it is too large Load Diff

View File

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

View File

@@ -0,0 +1,9 @@
{
"pagination": {
"DescribeDomainControllers": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "Limit"
}
}
}

View File

@@ -0,0 +1,20 @@
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "DescribeDirectories",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "CreateDirectory",
"input": {
"Name": "",
"Password": "",
"Size": ""
},
"errorExpectedFromService": true
}
]
}