Skip to content

Commit

Permalink
feat(client-iam): Add v2 smoke tests and smithy smokeTests trait for …
Browse files Browse the repository at this point in the history
…SDK testing.
  • Loading branch information
awstools committed Aug 1, 2024
1 parent b85315c commit b754d41
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion codegen/sdk-codegen/aws-models/iam.json
Original file line number Diff line number Diff line change
Expand Up @@ -7686,6 +7686,21 @@
}
],
"smithy.api#suppress": ["WaitableTraitInvalidErrorType"],
"smithy.test#smokeTests": [
{
"id": "GetUserFailure",
"params": {
"UserName": "fake_user"
},
"vendorParams": {
"region": "us-east-1"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"failure": {}
}
}
],
"smithy.waiters#waitable": {
"UserExists": {
"acceptors": [
Expand Down Expand Up @@ -10900,7 +10915,20 @@
"outputToken": "Marker",
"items": "Users",
"pageSize": "MaxItems"
}
},
"smithy.test#smokeTests": [
{
"id": "ListUsersSuccess",
"params": {},
"vendorParams": {
"region": "us-east-1"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.iam#ListUsersRequest": {
Expand Down

0 comments on commit b754d41

Please sign in to comment.