Skip to content

Commit

Permalink
feat(client-cognito-identity-provider): Add v2 smoke tests and smithy…
Browse files Browse the repository at this point in the history
… smokeTests trait for SDK testing.
  • Loading branch information
awstools committed Jun 17, 2024
1 parent 58a3ed7 commit 23b3124
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion codegen/sdk-codegen/aws-models/cognito-identity-provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -10580,7 +10580,22 @@
"outputToken": "NextToken",
"items": "UserPools",
"pageSize": "MaxResults"
}
},
"smithy.test#smokeTests": [
{
"id": "ListUserPoolsSuccess",
"params": {
"MaxResults": 10
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.cognitoidentityprovider#ListUserPoolsRequest": {
Expand Down

0 comments on commit 23b3124

Please sign in to comment.