File tree 1 file changed +29
-1
lines changed
codegen/sdk-codegen/aws-models
1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 7686
7686
}
7687
7687
],
7688
7688
"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
+ ],
7689
7704
"smithy.waiters#waitable": {
7690
7705
"UserExists": {
7691
7706
"acceptors": [
10900
10915
"outputToken": "Marker",
10901
10916
"items": "Users",
10902
10917
"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
+ ]
10904
10932
}
10905
10933
},
10906
10934
"com.amazonaws.iam#ListUsersRequest": {
You can’t perform that action at this time.
0 commit comments