Skip to content

Commit 23b3124

Browse files
author
awstools
committed
feat(client-cognito-identity-provider): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 58a3ed7 commit 23b3124

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Diff for: codegen/sdk-codegen/aws-models/cognito-identity-provider.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -10580,7 +10580,22 @@
1058010580
"outputToken": "NextToken",
1058110581
"items": "UserPools",
1058210582
"pageSize": "MaxResults"
10583-
}
10583+
},
10584+
"smithy.test#smokeTests": [
10585+
{
10586+
"id": "ListUserPoolsSuccess",
10587+
"params": {
10588+
"MaxResults": 10
10589+
},
10590+
"vendorParams": {
10591+
"region": "us-west-2"
10592+
},
10593+
"vendorParamsShape": "aws.test#AwsVendorParams",
10594+
"expect": {
10595+
"success": {}
10596+
}
10597+
}
10598+
]
1058410599
}
1058510600
},
1058610601
"com.amazonaws.cognitoidentityprovider#ListUserPoolsRequest": {

0 commit comments

Comments
 (0)