Skip to content

Commit

Permalink
feat(client-gamelift): Add v2 smoke tests and smithy smokeTests trait…
Browse files Browse the repository at this point in the history
… for SDK testing.
  • Loading branch information
awstools committed Jul 8, 2024
1 parent 86a0c81 commit 8a47bee
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/gamelift.json
Original file line number Diff line number Diff line change
Expand Up @@ -12112,7 +12112,20 @@
"outputToken": "NextToken",
"items": "Builds",
"pageSize": "Limit"
}
},
"smithy.test#smokeTests": [
{
"id": "ListBuildsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.gamelift#ListBuildsInput": {
Expand Down

0 comments on commit 8a47bee

Please sign in to comment.