Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smoke tests v2 #2921

Merged
merged 14 commits into from
Jan 16, 2024
Merged
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions apis/acm/2015-12-08/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 2,
"testCases": [
{
"id": "ListCertificatesSuccess",
"operationName": "ListCertificates",
"input": {},
"expectation": {
"success": {}
},
"config": { "region": "us-west-2" }
},
{
"id": "GetCertificateFailure",
"operationName": "GetCertificate",
"input": {
"CertificateArn": "arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012"
},
"expectation": {
"failure": {}
},
"config": { "region": "us-west-2" }
}
]
}
18 changes: 0 additions & 18 deletions apis/acm/2015-12-08/smoke.json

This file was deleted.

6 changes: 0 additions & 6 deletions apis/amplifyuibuilder/2021-08-11/smoke.json

This file was deleted.

27 changes: 27 additions & 0 deletions apis/apigateway/2015-07-09/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": 2,
"testCases": [
{
"id": "GetDomainNamesSuccess",
"operationName": "GetDomainNames",
"input": {},
"expectation": {
"success": {}
},
"config": { "region": "us-west-2" }
},
{
"id": "CreateUsagePlanKeyFailure",
"operationName": "CreateUsagePlanKey",
"input": {
"usagePlanId": "foo",
"keyId": "bar",
"keyType": "fixx"
},
"expectation": {
"failure": {}
},
"config": { "region": "us-west-2" }
}
]
}
20 changes: 0 additions & 20 deletions apis/apigateway/2015-07-09/smoke.json

This file was deleted.

6 changes: 0 additions & 6 deletions apis/appfabric/2023-05-19/smoke.json

This file was deleted.

16 changes: 16 additions & 0 deletions apis/application-autoscaling/2016-02-06/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"testCases": [
{
"id": "DescribeScalableTargetsSuccess",
"operationName": "DescribeScalableTargets",
"input": {
"ServiceNamespace": "ec2"
},
"expectation": {
"success": {}
},
"config": { "region": "us-west-2" }
}
]
}
13 changes: 0 additions & 13 deletions apis/application-autoscaling/2016-02-06/smoke.json

This file was deleted.

14 changes: 14 additions & 0 deletions apis/appstream/2016-12-01/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 2,
"testCases": [
{
"id": "DescribeStacksSuccess",
"operationName": "DescribeStacks",
"input": {},
"expectation": {
"success": {}
},
"config": { "region": "us-west-2" }
}
]
}
11 changes: 0 additions & 11 deletions apis/appstream/2016-12-01/smoke.json

This file was deleted.

14 changes: 14 additions & 0 deletions apis/athena/2017-05-18/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 2,
"testCases": [
{
"id": "ListNamedQueriesSuccess",
"operationName": "ListNamedQueries",
"input": {},
"expectation": {
"success": {}
},
"config": { "region": "us-west-2" }
}
]
}
11 changes: 0 additions & 11 deletions apis/athena/2017-05-18/smoke.json

This file was deleted.

27 changes: 27 additions & 0 deletions apis/autoscaling/2011-01-01/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": 2,
"testCases": [
{
"id": "DescribeScalingProcessTypesSuccess",
"operationName": "DescribeScalingProcessTypes",
"input": {},
"expectation": {
"success": {}
},
"config": { "region": "us-west-2" }
},
{
"id": "CreateLaunchConfigurationFailure",
"operationName": "CreateLaunchConfiguration",
"input": {
"LaunchConfigurationName": "hello, world",
"ImageId": "ami-12345678",
"InstanceType": "m1.small"
},
"expectation": {
"failure": {}
},
"config": { "region": "us-west-2" }
}
]
}
20 changes: 0 additions & 20 deletions apis/autoscaling/2011-01-01/smoke.json

This file was deleted.

14 changes: 14 additions & 0 deletions apis/batch/2016-08-10/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 2,
"testCases": [
{
"id": "DescribeComputeEnvironmentsSuccess",
"operationName": "DescribeComputeEnvironments",
"input": {},
"expectation": {
"success": {}
},
"config": { "region": "us-west-2" }
}
]
}
11 changes: 0 additions & 11 deletions apis/batch/2016-08-10/smoke.json

This file was deleted.

6 changes: 0 additions & 6 deletions apis/bedrock-runtime/2023-09-30/smoke.json

This file was deleted.

6 changes: 0 additions & 6 deletions apis/bedrock/2023-04-20/smoke.json

This file was deleted.

5 changes: 0 additions & 5 deletions apis/billingconductor/2021-07-30/smoke.json

This file was deleted.

6 changes: 0 additions & 6 deletions apis/cleanrooms/2022-02-17/smoke.json

This file was deleted.

8 changes: 0 additions & 8 deletions apis/cloudcontrol/2021-09-30/smoke.json

This file was deleted.

26 changes: 26 additions & 0 deletions apis/cloudformation/2010-05-15/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 2,
"testCases": [
{
"id": "ListStacksSuccess",
"operationName": "ListStacks",
"input": {},
"expectation": {
"success": {}
},
"config": { "region": "us-west-2" }
},
{
"id": "CreateStackFailure",
"operationName": "CreateStack",
"input": {
"StackName": "fakestack",
"TemplateURL": "http://s3.amazonaws.com/foo/bar"
},
"expectation": {
"failure": {}
},
"config": { "region": "us-west-2" }
}
]
}
19 changes: 0 additions & 19 deletions apis/cloudformation/2010-05-15/smoke.json

This file was deleted.

20 changes: 0 additions & 20 deletions apis/cloudfront/2017-10-30/smoke.json

This file was deleted.

20 changes: 0 additions & 20 deletions apis/cloudfront/2018-06-18/smoke.json

This file was deleted.

Loading
Loading