Skip to content

Commit 340d910

Browse files
author
awstools
committed
feat(client-database-migration-service): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent cba04d5 commit 340d910

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

codegen/sdk-codegen/aws-models/database-migration-service.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
"sdkId": "Database Migration Service",
474474
"arnNamespace": "dms",
475475
"cloudFormationName": "DMS",
476-
"cloudTrailEventSource": "databasemigrationservice.amazonaws.com",
476+
"cloudTrailEventSource": "dms.amazonaws.com",
477477
"docId": "dms-2016-01-01",
478478
"endpointPrefix": "dms"
479479
},
@@ -6023,6 +6023,19 @@
60236023
"outputToken": "Marker",
60246024
"pageSize": "MaxRecords"
60256025
},
6026+
"smithy.test#smokeTests": [
6027+
{
6028+
"id": "DescribeEndpointsSuccess",
6029+
"params": {},
6030+
"vendorParams": {
6031+
"region": "us-west-2"
6032+
},
6033+
"vendorParamsShape": "aws.test#AwsVendorParams",
6034+
"expect": {
6035+
"success": {}
6036+
}
6037+
}
6038+
],
60266039
"smithy.waiters#waitable": {
60276040
"EndpointDeleted": {
60286041
"documentation": "Wait until testing endpoint is deleted.",

0 commit comments

Comments
 (0)