Skip to content

Commit 30796bd

Browse files
author
AWS
committed
AWS Cost and Usage Report Service Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 0af5d79 commit 30796bd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Cost and Usage Report Service",
4+
"contributor": "",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
}

services/costandusagereport/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"cur",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"AWS Cost and Usage Report Service",
910
"serviceId":"Cost and Usage Report Service",
1011
"signatureVersion":"v4",
1112
"signingName":"cur",
1213
"targetPrefix":"AWSOrigamiServiceGatewayService",
13-
"uid":"cur-2017-01-06"
14+
"uid":"cur-2017-01-06",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"DeleteReportDefinition":{

0 commit comments

Comments
 (0)