Skip to content

Commit

Permalink
feat(client-docdb): Add v2 smoke tests and smithy smokeTests trait fo…
Browse files Browse the repository at this point in the history
…r SDK testing.
  • Loading branch information
awstools committed Jul 1, 2024
1 parent da1e387 commit 62d34b8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/docdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -4675,7 +4675,20 @@
"outputToken": "Marker",
"items": "DBEngineVersions",
"pageSize": "MaxRecords"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeDBEngineVersionsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.docdb#DescribeDBEngineVersionsMessage": {
Expand Down

0 comments on commit 62d34b8

Please sign in to comment.