Skip to content

Commit

Permalink
feat(client-glue): Add v2 smoke tests and smithy smokeTests trait for…
Browse files Browse the repository at this point in the history
… SDK testing.
  • Loading branch information
awstools committed Aug 2, 2024
1 parent 39096d9 commit be78cf6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/glue.json
Original file line number Diff line number Diff line change
Expand Up @@ -15670,7 +15670,20 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Retrieves the status of a migration operation.</p>"
"smithy.api#documentation": "<p>Retrieves the status of a migration operation.</p>",
"smithy.test#smokeTests": [
{
"id": "GetCatalogImportStatusSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.glue#GetCatalogImportStatusRequest": {
Expand Down

0 comments on commit be78cf6

Please sign in to comment.