Skip to content

Commit dea5614

Browse files
Updated API models and rebuilt service gems.
1 parent e4bfca3 commit dea5614

File tree

72 files changed

+2342
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2342
-121
lines changed

apis/ecs/2014-11-13/smoke-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "ListClustersSuccess",
6+
"operationName": "ListClusters",
7+
"input": {},
8+
"expectation": {
9+
"success": {}
10+
},
11+
"config": {
12+
"region": "us-west-2"
13+
}
14+
}
15+
]
16+
}

apis/glue/2017-03-31/smoke-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "GetCatalogImportStatusSuccess",
6+
"operationName": "GetCatalogImportStatus",
7+
"input": {},
8+
"expectation": {
9+
"success": {}
10+
},
11+
"config": {
12+
"region": "us-west-2"
13+
}
14+
}
15+
]
16+
}

apis/kinesis/2013-12-02/smoke-2.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "ListStreamsSuccess",
6+
"operationName": "ListStreams",
7+
"input": {},
8+
"expectation": {
9+
"success": {}
10+
},
11+
"config": {
12+
"region": "us-west-2"
13+
}
14+
},
15+
{
16+
"id": "DescribeStreamFailure",
17+
"operationName": "DescribeStream",
18+
"input": {
19+
"StreamName": "bogus-stream-name"
20+
},
21+
"expectation": {
22+
"failure": {}
23+
},
24+
"config": {
25+
"region": "us-west-2"
26+
}
27+
}
28+
]
29+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "ListMetricsSuccess",
6+
"operationName": "ListMetrics",
7+
"input": {
8+
"Namespace": "AWS\/EC2"
9+
},
10+
"expectation": {
11+
"success": {}
12+
},
13+
"config": {
14+
"region": "us-west-2"
15+
}
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)