Skip to content

Commit be78cf6

Browse files
author
awstools
committed
feat(client-glue): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 39096d9 commit be78cf6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

+14-1
Original file line numberDiff line numberDiff line change
@@ -15670,7 +15670,20 @@
1567015670
}
1567115671
],
1567215672
"traits": {
15673-
"smithy.api#documentation": "<p>Retrieves the status of a migration operation.</p>"
15673+
"smithy.api#documentation": "<p>Retrieves the status of a migration operation.</p>",
15674+
"smithy.test#smokeTests": [
15675+
{
15676+
"id": "GetCatalogImportStatusSuccess",
15677+
"params": {},
15678+
"vendorParams": {
15679+
"region": "us-west-2"
15680+
},
15681+
"vendorParamsShape": "aws.test#AwsVendorParams",
15682+
"expect": {
15683+
"success": {}
15684+
}
15685+
}
15686+
]
1567415687
}
1567515688
},
1567615689
"com.amazonaws.glue#GetCatalogImportStatusRequest": {

0 commit comments

Comments
 (0)