{
    "version": 1,
    "defaultRegion": "us-east-1",
    "testCases": [
        {
            "operationName": "ListUsers",
            "input": {},
            "errorExpectedFromService": false
        },
        {
            "operationName": "GetUser",
            "input": {
                "UserName": "fake_user"
            },
            "errorExpectedFromService": true
        }
    ]
}
