We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b2422 commit 8f6aed8Copy full SHA for 8f6aed8
codegen/sdk-codegen/aws-models/cost-and-usage-report-service.json
@@ -1077,7 +1077,20 @@
1077
"inputToken": "NextToken",
1078
"outputToken": "NextToken",
1079
"pageSize": "MaxResults"
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
+ ]
1094
}
1095
},
1096
"com.amazonaws.costandusagereportservice#DescribeReportDefinitionsRequest": {
0 commit comments