Skip to content

Commit 3927da6

Browse files
author
awstools
committed
feat(client-cognito-identity): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent af0513b commit 3927da6

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

codegen/sdk-codegen/aws-models/cognito-identity.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"sdkId": "Cognito Identity",
118118
"arnNamespace": "cognito-identity",
119119
"cloudFormationName": "Cognito",
120-
"cloudTrailEventSource": "cognitoidentity.amazonaws.com",
120+
"cloudTrailEventSource": "cognito-identity.amazonaws.com",
121121
"endpointPrefix": "cognito-identity"
122122
},
123123
"aws.auth#sigv4": {
@@ -2484,7 +2484,22 @@
24842484
"outputToken": "NextToken",
24852485
"items": "IdentityPools",
24862486
"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+
]
24882503
}
24892504
},
24902505
"com.amazonaws.cognitoidentity#ListIdentityPoolsInput": {

0 commit comments

Comments
 (0)