Skip to content

Commit 86a0c81

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

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3809,7 +3809,20 @@
38093809
"outputToken": "NextToken",
38103810
"items": "Identities",
38113811
"pageSize": "MaxItems"
3812-
}
3812+
},
3813+
"smithy.test#smokeTests": [
3814+
{
3815+
"id": "ListIdentitiesSuccess",
3816+
"params": {},
3817+
"vendorParams": {
3818+
"region": "us-west-2"
3819+
},
3820+
"vendorParamsShape": "aws.test#AwsVendorParams",
3821+
"expect": {
3822+
"success": {}
3823+
}
3824+
}
3825+
]
38133826
}
38143827
},
38153828
"com.amazonaws.ses#ListIdentitiesRequest": {

0 commit comments

Comments
 (0)