Skip to content

Commit 24ba349

Browse files
author
AWS
committed
AWS Cost and Usage Report Service Update: - Added optional billingViewArn field for OSG.
1 parent 534ee9f commit 24ba349

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
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": "- Added optional billingViewArn field for OSG."
6+
}

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
115115
"member":{"shape":"AdditionalArtifact"},
116116
"documentation":"<p>A list of additional artifacts.</p>"
117117
},
118+
"BillingViewArn":{
119+
"type":"string",
120+
"max":128,
121+
"pattern":"(arn:aws(-cn)?:billing::[0-9]{12}:billingview/)?[a-zA-Z0-9_\\+=\\.\\-@].{1,30}"
122+
},
118123
"CompressionFormat":{
119124
"type":"string",
120125
"documentation":"<p>The compression format that AWS uses for the report.</p>",
@@ -270,6 +275,10 @@
270275
"ReportVersioning":{
271276
"shape":"ReportVersioning",
272277
"documentation":"<p>Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions.</p>"
278+
},
279+
"BillingViewArn":{
280+
"shape":"BillingViewArn",
281+
"documentation":"<p> The Amazon resource name of the billing view. You can get this value by using the billing view service public APIs. </p>"
273282
}
274283
},
275284
"documentation":"<p>The definition of AWS Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition. </p>"

0 commit comments

Comments
 (0)