github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/wafv2/2019-07-29/smoke.json (about)

     1  {
     2    "version": 1,
     3    "defaultRegion": "us-east-1",
     4    "testCases": [
     5      {
     6        "operationName": "ListWebACLs",
     7        "input": {
     8          "Scope": "REGIONAL",
     9          "Limit": 20
    10        },
    11        "errorExpectedFromService": false
    12      },
    13      {
    14        "operationName": "CreateRegexPatternSet",
    15        "input": {
    16          "Name": "fake_name",
    17          "Scope": "fake_scope"
    18        },
    19        "errorExpectedFromService": true
    20      }
    21    ]
    22  }