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

21 lines
478 B
JSON

{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "GetDomainNames",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "CreateUsagePlanKey",
"input": {
"usagePlanId": "foo",
"keyId": "bar",
"keyType": "fixx"
},
"errorExpectedFromService": true
}
]
}