{
  "version": 1,
  "defaultRegion": "us-east-1",
  "testCases": [
    {
      "operationName": "ListWebACLs",
      "input": {
        "Scope": "REGIONAL",
        "Limit": 20
      },
      "errorExpectedFromService": false
    },
    {
      "operationName": "CreateRegexPatternSet",
      "input": {
        "Name": "fake_name",
        "Scope": "fake_scope",
        "RegularExpressionList": [
          {
            "RegexString": "fake_regex"
          }
        ]
      },
      "errorExpectedFromService": true
    }
  ]
}
