Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Aug 2, 2024
1 parent e4bfca3 commit dea5614
Show file tree
Hide file tree
Showing 72 changed files with 2,342 additions and 121 deletions.
16 changes: 16 additions & 0 deletions apis/ecs/2014-11-13/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"testCases": [
{
"id": "ListClustersSuccess",
"operationName": "ListClusters",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
}
]
}
16 changes: 16 additions & 0 deletions apis/glue/2017-03-31/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"testCases": [
{
"id": "GetCatalogImportStatusSuccess",
"operationName": "GetCatalogImportStatus",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
}
]
}
29 changes: 29 additions & 0 deletions apis/kinesis/2013-12-02/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": 2,
"testCases": [
{
"id": "ListStreamsSuccess",
"operationName": "ListStreams",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
},
{
"id": "DescribeStreamFailure",
"operationName": "DescribeStream",
"input": {
"StreamName": "bogus-stream-name"
},
"expectation": {
"failure": {}
},
"config": {
"region": "us-west-2"
}
}
]
}
18 changes: 18 additions & 0 deletions apis/monitoring/2010-08-01/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"testCases": [
{
"id": "ListMetricsSuccess",
"operationName": "ListMetrics",
"input": {
"Namespace": "AWS\/EC2"
},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
}
]
}
Loading

0 comments on commit dea5614

Please sign in to comment.