We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39096d9 commit be78cf6Copy full SHA for be78cf6
codegen/sdk-codegen/aws-models/glue.json
@@ -15670,7 +15670,20 @@
15670
}
15671
],
15672
"traits": {
15673
- "smithy.api#documentation": "<p>Retrieves the status of a migration operation.</p>"
+ "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
+ ]
15687
15688
},
15689
"com.amazonaws.glue#GetCatalogImportStatusRequest": {
0 commit comments