We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25b371 commit 807fcd7Copy full SHA for 807fcd7
codegen/sdk-codegen/aws-models/application-discovery-service.json
@@ -2373,7 +2373,20 @@
2373
"outputToken": "nextToken",
2374
"items": "agentsInfo",
2375
"pageSize": "maxResults"
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
+ ]
2390
}
2391
},
2392
"com.amazonaws.applicationdiscoveryservice#DescribeAgentsRequest": {
@@ -5036,8 +5049,8 @@
5036
5049
"type": "double",
5037
5050
"traits": {
5038
5051
"smithy.api#range": {
5039
- "min": 0,
5040
- "max": 100
5052
+ "min": 0.0,
5053
+ "max": 100.0
5041
5054
5042
5055
5043
5056
0 commit comments