github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/dynamodb/2012-08-10/smoke.json (about)

     1  {
     2      "version": 1,
     3      "defaultRegion": "us-west-2",
     4      "testCases": [
     5          {
     6              "operationName": "ListTables",
     7              "input": {
     8                  "Limit": 1
     9              },
    10              "errorExpectedFromService": false
    11          },
    12          {
    13              "operationName": "DescribeTable",
    14              "input": {
    15                  "TableName": "fake-table"
    16              },
    17              "errorExpectedFromService": true
    18          }
    19      ]
    20  }