Skip to content

Commit 807fcd7

Browse files
author
awstools
committed
feat(client-application-discovery-service): add v2 smoke tests and smithy smokeTests trait for SDK testing
1 parent a25b371 commit 807fcd7

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

codegen/sdk-codegen/aws-models/application-discovery-service.json

+16-3
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,20 @@
23732373
"outputToken": "nextToken",
23742374
"items": "agentsInfo",
23752375
"pageSize": "maxResults"
2376-
}
2376+
},
2377+
"smithy.test#smokeTests": [
2378+
{
2379+
"id": "DescribeAgentsSuccess",
2380+
"params": {},
2381+
"vendorParams": {
2382+
"region": "us-west-2"
2383+
},
2384+
"vendorParamsShape": "aws.test#AwsVendorParams",
2385+
"expect": {
2386+
"success": {}
2387+
}
2388+
}
2389+
]
23772390
}
23782391
},
23792392
"com.amazonaws.applicationdiscoveryservice#DescribeAgentsRequest": {
@@ -5036,8 +5049,8 @@
50365049
"type": "double",
50375050
"traits": {
50385051
"smithy.api#range": {
5039-
"min": 0,
5040-
"max": 100
5052+
"min": 0.0,
5053+
"max": 100.0
50415054
}
50425055
}
50435056
},

0 commit comments

Comments
 (0)