Skip to content

Commit 8f6aed8

Browse files
author
awstools
committed
feat(client-cost-and-usage-report-service): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 00b2422 commit 8f6aed8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

codegen/sdk-codegen/aws-models/cost-and-usage-report-service.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,20 @@
10771077
"inputToken": "NextToken",
10781078
"outputToken": "NextToken",
10791079
"pageSize": "MaxResults"
1080-
}
1080+
},
1081+
"smithy.test#smokeTests": [
1082+
{
1083+
"id": "DescribeReportDefinitionsSuccess",
1084+
"params": {},
1085+
"vendorParams": {
1086+
"region": "us-east-1"
1087+
},
1088+
"vendorParamsShape": "aws.test#AwsVendorParams",
1089+
"expect": {
1090+
"success": {}
1091+
}
1092+
}
1093+
]
10811094
}
10821095
},
10831096
"com.amazonaws.costandusagereportservice#DescribeReportDefinitionsRequest": {

0 commit comments

Comments
 (0)