Skip to content

Commit

Permalink
feat(client-application-discovery-service): add v2 smoke tests and sm…
Browse files Browse the repository at this point in the history
…ithy smokeTests trait for SDK testing
  • Loading branch information
awstools committed May 10, 2024
1 parent a25b371 commit 807fcd7
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions codegen/sdk-codegen/aws-models/application-discovery-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -2373,7 +2373,20 @@
"outputToken": "nextToken",
"items": "agentsInfo",
"pageSize": "maxResults"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeAgentsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.applicationdiscoveryservice#DescribeAgentsRequest": {
Expand Down Expand Up @@ -5036,8 +5049,8 @@
"type": "double",
"traits": {
"smithy.api#range": {
"min": 0,
"max": 100
"min": 0.0,
"max": 100.0
}
}
},
Expand Down

0 comments on commit 807fcd7

Please sign in to comment.