github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/sns/2010-03-31/smoke.json (about)

     1  {
     2      "version": 1,
     3      "defaultRegion": "us-west-2",
     4      "testCases": [
     5          {
     6              "operationName": "ListTopics",
     7              "input": {},
     8              "errorExpectedFromService": false
     9          },
    10          {
    11              "operationName": "Publish",
    12              "input": {
    13                  "Message": "hello",
    14                  "TopicArn": "fake_topic"
    15              },
    16              "errorExpectedFromService": true
    17          }
    18      ]
    19  }