Skip to content

Commit

Permalink
Add v2 smoke tests and smithy smokeTests trait for SDK testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Jun 18, 2024
1 parent ac66052 commit e88f855
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 3 additions & 1 deletion generator/ServiceModels/shield/shield-2016-06-02.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"shield",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceAbbreviation":"AWS Shield",
"serviceFullName":"AWS Shield",
"serviceId":"Shield",
"signatureVersion":"v4",
"targetPrefix":"AWSShield_20160616",
"uid":"shield-2016-06-02"
"uid":"shield-2016-06-02",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AssociateDRTLogBucket":{
Expand Down
4 changes: 3 additions & 1 deletion generator/ServiceModels/shield/shield-2016-06-02.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"shield",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceAbbreviation":"AWS Shield",
"serviceFullName":"AWS Shield",
"serviceId":"Shield",
"signatureVersion":"v4",
"targetPrefix":"AWSShield_20160616",
"uid":"shield-2016-06-02"
"uid":"shield-2016-06-02",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AssociateDRTLogBucket":{
Expand Down
16 changes: 16 additions & 0 deletions generator/ServiceModels/shield/shield-2016-06-02.smoke2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"testCases": [
{
"id": "ListAttacksSuccess",
"operationName": "ListAttacks",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-east-1"
}
}
]
}

0 comments on commit e88f855

Please sign in to comment.