Skip to content

Commit b754d41

Browse files
author
awstools
committed
feat(client-iam): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent b85315c commit b754d41

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

codegen/sdk-codegen/aws-models/iam.json

+29-1
Original file line numberDiff line numberDiff line change
@@ -7686,6 +7686,21 @@
76867686
}
76877687
],
76887688
"smithy.api#suppress": ["WaitableTraitInvalidErrorType"],
7689+
"smithy.test#smokeTests": [
7690+
{
7691+
"id": "GetUserFailure",
7692+
"params": {
7693+
"UserName": "fake_user"
7694+
},
7695+
"vendorParams": {
7696+
"region": "us-east-1"
7697+
},
7698+
"vendorParamsShape": "aws.test#AwsVendorParams",
7699+
"expect": {
7700+
"failure": {}
7701+
}
7702+
}
7703+
],
76897704
"smithy.waiters#waitable": {
76907705
"UserExists": {
76917706
"acceptors": [
@@ -10900,7 +10915,20 @@
1090010915
"outputToken": "Marker",
1090110916
"items": "Users",
1090210917
"pageSize": "MaxItems"
10903-
}
10918+
},
10919+
"smithy.test#smokeTests": [
10920+
{
10921+
"id": "ListUsersSuccess",
10922+
"params": {},
10923+
"vendorParams": {
10924+
"region": "us-east-1"
10925+
},
10926+
"vendorParamsShape": "aws.test#AwsVendorParams",
10927+
"expect": {
10928+
"success": {}
10929+
}
10930+
}
10931+
]
1090410932
}
1090510933
},
1090610934
"com.amazonaws.iam#ListUsersRequest": {

0 commit comments

Comments
 (0)