Skip to content

Commit 42d8e0a

Browse files
author
awstools
committed
feat(client-device-farm): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 9f19dd0 commit 42d8e0a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

codegen/sdk-codegen/aws-models/device-farm.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5464,7 +5464,20 @@
54645464
"inputToken": "nextToken",
54655465
"outputToken": "nextToken",
54665466
"items": "devices"
5467-
}
5467+
},
5468+
"smithy.test#smokeTests": [
5469+
{
5470+
"id": "ListDevicesSuccess",
5471+
"params": {},
5472+
"vendorParams": {
5473+
"region": "us-west-2"
5474+
},
5475+
"vendorParamsShape": "aws.test#AwsVendorParams",
5476+
"expect": {
5477+
"success": {}
5478+
}
5479+
}
5480+
]
54685481
}
54695482
},
54705483
"com.amazonaws.devicefarm#ListDevicesRequest": {

0 commit comments

Comments
 (0)