route/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/smoke.json

21 lines
478 B
JSON
Raw Normal View History

2017-12-02 23:34:35 +00:00
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "GetDomainNames",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "CreateUsagePlanKey",
"input": {
"usagePlanId": "foo",
"keyId": "bar",
"keyType": "fixx"
},
"errorExpectedFromService": true
}
]
}