github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/cognito-identity/2014-06-30/smoke.json (about)

     1  {
     2      "version": 1,
     3      "defaultRegion": "us-west-2",
     4      "testCases": [
     5          {
     6              "operationName": "ListIdentityPools",
     7              "input": {
     8                  "MaxResults": 10
     9              },
    10              "errorExpectedFromService": false
    11          },
    12          {
    13              "operationName": "DescribeIdentityPool",
    14              "input": {
    15                  "IdentityPoolId": "us-east-1:aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
    16              },
    17              "errorExpectedFromService": true
    18          }
    19      ]
    20  }