Skip to content

Commit 8a47bee

Browse files
author
awstools
committed
feat(client-gamelift): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 86a0c81 commit 8a47bee

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

codegen/sdk-codegen/aws-models/gamelift.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12112,7 +12112,20 @@
1211212112
"outputToken": "NextToken",
1211312113
"items": "Builds",
1211412114
"pageSize": "Limit"
12115-
}
12115+
},
12116+
"smithy.test#smokeTests": [
12117+
{
12118+
"id": "ListBuildsSuccess",
12119+
"params": {},
12120+
"vendorParams": {
12121+
"region": "us-west-2"
12122+
},
12123+
"vendorParamsShape": "aws.test#AwsVendorParams",
12124+
"expect": {
12125+
"success": {}
12126+
}
12127+
}
12128+
]
1211612129
}
1211712130
},
1211812131
"com.amazonaws.gamelift#ListBuildsInput": {

0 commit comments

Comments
 (0)