Skip to content

Commit c82749a

Browse files
author
awstools
committed
feat(client-codebuild): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 54d47c7 commit c82749a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4916,7 +4916,20 @@
49164916
"inputToken": "nextToken",
49174917
"outputToken": "nextToken",
49184918
"items": "ids"
4919-
}
4919+
},
4920+
"smithy.test#smokeTests": [
4921+
{
4922+
"id": "ListBuildsSuccess",
4923+
"params": {},
4924+
"vendorParams": {
4925+
"region": "us-west-2"
4926+
},
4927+
"vendorParamsShape": "aws.test#AwsVendorParams",
4928+
"expect": {
4929+
"success": {}
4930+
}
4931+
}
4932+
]
49204933
}
49214934
},
49224935
"com.amazonaws.codebuild#ListBuildsForProject": {

0 commit comments

Comments
 (0)