Skip to content

Commit f6c4e26

Browse files
Release v1.37.30 (2021-03-12) (#3821)
Release v1.37.30 (2021-03-12) === ### Service Client Updates * `service/cur`: Updates service API and documentation * - Added optional billingViewArn field for OSG. * `service/mediatailor`: Updates service API, documentation, and paginators * `service/workspaces`: Updates service API and documentation * Adds API support for WorkSpaces bundle management operations.
1 parent cce99bf commit f6c4e26

File tree

16 files changed

+11088
-1861
lines changed

16 files changed

+11088
-1861
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.37.30 (2021-03-12)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cur`: Updates service API and documentation
6+
* - Added optional billingViewArn field for OSG.
7+
* `service/mediatailor`: Updates service API, documentation, and paginators
8+
* `service/workspaces`: Updates service API and documentation
9+
* Adds API support for WorkSpaces bundle management operations.
10+
111
Release v1.37.29 (2021-03-11)
212
===
313

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.37.29"
8+
const SDKVersion = "1.37.30"

models/apis/cur/2017-01-06/api-2.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
"type":"list",
109109
"member":{"shape":"AdditionalArtifact"}
110110
},
111+
"BillingViewArn":{
112+
"type":"string",
113+
"max":128,
114+
"pattern":"(arn:aws(-cn)?:billing::[0-9]{12}:billingview/)?[a-zA-Z0-9_\\+=\\.\\-@].{1,30}"
115+
},
111116
"CompressionFormat":{
112117
"type":"string",
113118
"enum":[
@@ -225,7 +230,8 @@
225230
"S3Region":{"shape":"AWSRegion"},
226231
"AdditionalArtifacts":{"shape":"AdditionalArtifactList"},
227232
"RefreshClosedReports":{"shape":"RefreshClosedReports"},
228-
"ReportVersioning":{"shape":"ReportVersioning"}
233+
"ReportVersioning":{"shape":"ReportVersioning"},
234+
"BillingViewArn":{"shape":"BillingViewArn"}
229235
}
230236
},
231237
"ReportDefinitionList":{

models/apis/cur/2017-01-06/docs-2.json

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
"ReportDefinition$AdditionalArtifacts": "<p>A list of manifests that you want Amazon Web Services to create for this report.</p>"
2727
}
2828
},
29+
"BillingViewArn": {
30+
"base": null,
31+
"refs": {
32+
"ReportDefinition$BillingViewArn": "<p> The Amazon resource name of the billing view. You can get this value by using the billing view service public APIs. </p>"
33+
}
34+
},
2935
"CompressionFormat": {
3036
"base": "<p>The compression format that AWS uses for the report.</p>",
3137
"refs": {

0 commit comments

Comments
 (0)