Skip to content

Commit

Permalink
feat(client-database-migration-service): Add v2 smoke tests and smith…
Browse files Browse the repository at this point in the history
…y smokeTests trait for SDK testing.
  • Loading branch information
awstools committed Jul 8, 2024
1 parent cba04d5 commit 340d910
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/database-migration-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
"sdkId": "Database Migration Service",
"arnNamespace": "dms",
"cloudFormationName": "DMS",
"cloudTrailEventSource": "databasemigrationservice.amazonaws.com",
"cloudTrailEventSource": "dms.amazonaws.com",
"docId": "dms-2016-01-01",
"endpointPrefix": "dms"
},
Expand Down Expand Up @@ -6023,6 +6023,19 @@
"outputToken": "Marker",
"pageSize": "MaxRecords"
},
"smithy.test#smokeTests": [
{
"id": "DescribeEndpointsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
],
"smithy.waiters#waitable": {
"EndpointDeleted": {
"documentation": "Wait until testing endpoint is deleted.",
Expand Down

0 comments on commit 340d910

Please sign in to comment.