Skip to content

Commit

Permalink
feat(client-cognito-identity): Add v2 smoke tests and smithy smokeTes…
Browse files Browse the repository at this point in the history
…ts trait for SDK testing.
  • Loading branch information
awstools committed Jul 1, 2024
1 parent af0513b commit 3927da6
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions codegen/sdk-codegen/aws-models/cognito-identity.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"sdkId": "Cognito Identity",
"arnNamespace": "cognito-identity",
"cloudFormationName": "Cognito",
"cloudTrailEventSource": "cognitoidentity.amazonaws.com",
"cloudTrailEventSource": "cognito-identity.amazonaws.com",
"endpointPrefix": "cognito-identity"
},
"aws.auth#sigv4": {
Expand Down Expand Up @@ -2484,7 +2484,22 @@
"outputToken": "NextToken",
"items": "IdentityPools",
"pageSize": "MaxResults"
}
},
"smithy.test#smokeTests": [
{
"id": "ListIdentityPoolsSuccess",
"params": {
"MaxResults": 10
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.cognitoidentity#ListIdentityPoolsInput": {
Expand Down

0 comments on commit 3927da6

Please sign in to comment.