github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/monitoring/2010-08-01/smoke.json (about)

     1  {
     2      "version": 1,
     3      "defaultRegion": "us-west-2",
     4      "testCases": [
     5          {
     6              "operationName": "ListMetrics",
     7              "input": {
     8                  "Namespace": "AWS\/EC2"
     9              },
    10              "errorExpectedFromService": false
    11          },
    12          {
    13              "operationName": "SetAlarmState",
    14              "input": {
    15                  "AlarmName": "abc",
    16                  "StateValue": "mno",
    17                  "StateReason": "xyz"
    18              },
    19              "errorExpectedFromService": true
    20          }
    21      ]
    22  }