route/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/smoke.json

19 lines
404 B
JSON
Raw Normal View History

2017-12-02 23:34:35 +00:00
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "ListDocuments",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "GetDocument",
"input": {
"Name": "'fake-name'"
},
"errorExpectedFromService": true
}
]
}