Skip to content

Commit bd4887c

Browse files
author
awstools
committed
feat(client-waf): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent cc41c7c commit bd4887c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

codegen/sdk-codegen/aws-models/waf.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7266,6 +7266,21 @@
72667266
]
72677267
}
72687268
}
7269+
],
7270+
"smithy.test#smokeTests": [
7271+
{
7272+
"id": "ListRulesSuccess",
7273+
"params": {
7274+
"Limit": 20
7275+
},
7276+
"vendorParams": {
7277+
"region": "us-east-1"
7278+
},
7279+
"vendorParamsShape": "aws.test#AwsVendorParams",
7280+
"expect": {
7281+
"success": {}
7282+
}
7283+
}
72697284
]
72707285
}
72717286
},

0 commit comments

Comments
 (0)