File tree 1 file changed +17
-2
lines changed
codegen/sdk-codegen/aws-models
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 117
117
"sdkId" : " Cognito Identity" ,
118
118
"arnNamespace" : " cognito-identity" ,
119
119
"cloudFormationName" : " Cognito" ,
120
- "cloudTrailEventSource" : " cognitoidentity .amazonaws.com" ,
120
+ "cloudTrailEventSource" : " cognito-identity .amazonaws.com" ,
121
121
"endpointPrefix" : " cognito-identity"
122
122
},
123
123
"aws.auth#sigv4" : {
2484
2484
"outputToken" : " NextToken" ,
2485
2485
"items" : " IdentityPools" ,
2486
2486
"pageSize" : " MaxResults"
2487
- }
2487
+ },
2488
+ "smithy.test#smokeTests" : [
2489
+ {
2490
+ "id" : " ListIdentityPoolsSuccess" ,
2491
+ "params" : {
2492
+ "MaxResults" : 10
2493
+ },
2494
+ "vendorParams" : {
2495
+ "region" : " us-west-2"
2496
+ },
2497
+ "vendorParamsShape" : " aws.test#AwsVendorParams" ,
2498
+ "expect" : {
2499
+ "success" : {}
2500
+ }
2501
+ }
2502
+ ]
2488
2503
}
2489
2504
},
2490
2505
"com.amazonaws.cognitoidentity#ListIdentityPoolsInput" : {
You can’t perform that action at this time.
0 commit comments