1{
2    "version": 1,
3    "defaultRegion": "us-west-2",
4    "testCases": [
5        {
6            "operationName": "ListCertificates",
7            "input": {},
8            "errorExpectedFromService": false
9        },
10        {
11            "operationName": "GetCertificate",
12            "input": {
13                "CertificateArn": "arn:aws:acm:region:123456789012:certificate\/12345678-1234-1234-1234-123456789012"
14            },
15            "errorExpectedFromService": true
16        }
17    ]
18}
19