github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/support/2013-04-15/smoke.json (about)

     1  {
     2      "version": 1,
     3      "defaultRegion": "us-east-1",
     4      "testCases": [
     5          {
     6              "operationName": "DescribeServices",
     7              "input": {},
     8              "errorExpectedFromService": false
     9          },
    10          {
    11              "operationName": "CreateCase",
    12              "input": {
    13                  "subject": "subject",
    14                  "communicationBody": "communication",
    15                  "categoryCode": "category",
    16                  "serviceCode": "amazon-dynamodb",
    17                  "severityCode": "low"
    18              },
    19              "errorExpectedFromService": true
    20          }
    21      ]
    22  }