diff --git a/codegen/sdk-codegen/aws-models/cognito-identity-provider.json b/codegen/sdk-codegen/aws-models/cognito-identity-provider.json index fc2a08683f93..7f8309db4bb1 100644 --- a/codegen/sdk-codegen/aws-models/cognito-identity-provider.json +++ b/codegen/sdk-codegen/aws-models/cognito-identity-provider.json @@ -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": {