Skip to content

Commit

Permalink
Release v1.37.30 (2021-03-12) (#3821)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation authored Mar 12, 2021
1 parent cce99bf commit f6c4e26
Show file tree
Hide file tree
Showing 16 changed files with 11,088 additions and 1,861 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
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.

Release v1.37.29 (2021-03-11)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.37.29"
const SDKVersion = "1.37.30"
8 changes: 7 additions & 1 deletion models/apis/cur/2017-01-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
"type":"list",
"member":{"shape":"AdditionalArtifact"}
},
"BillingViewArn":{
"type":"string",
"max":128,
"pattern":"(arn:aws(-cn)?:billing::[0-9]{12}:billingview/)?[a-zA-Z0-9_\\+=\\.\\-@].{1,30}"
},
"CompressionFormat":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -225,7 +230,8 @@
"S3Region":{"shape":"AWSRegion"},
"AdditionalArtifacts":{"shape":"AdditionalArtifactList"},
"RefreshClosedReports":{"shape":"RefreshClosedReports"},
"ReportVersioning":{"shape":"ReportVersioning"}
"ReportVersioning":{"shape":"ReportVersioning"},
"BillingViewArn":{"shape":"BillingViewArn"}
}
},
"ReportDefinitionList":{
Expand Down
6 changes: 6 additions & 0 deletions models/apis/cur/2017-01-06/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"ReportDefinition$AdditionalArtifacts": "<p>A list of manifests that you want Amazon Web Services to create for this report.</p>"
}
},
"BillingViewArn": {
"base": null,
"refs": {
"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>"
}
},
"CompressionFormat": {
"base": "<p>The compression format that AWS uses for the report.</p>",
"refs": {
Expand Down
Loading

0 comments on commit f6c4e26

Please sign in to comment.