route/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/smoke.json

21 lines
498 B
JSON

{
"version": 1,
"defaultRegion": "us-east-1",
"testCases": [
{
"operationName": "ListRules",
"input": {
"Limit": 20
},
"errorExpectedFromService": false
},
{
"operationName": "CreateSqlInjectionMatchSet",
"input": {
"Name": "fake_name",
"ChangeToken": "fake_token"
},
"errorExpectedFromService": true
}
]
}