Skip to content

Commit

Permalink
Merge pull request #2326 from aws/release
Browse files Browse the repository at this point in the history
Release v1.15.90
  • Loading branch information
aws-sdk-go-automation authored Dec 4, 2018
2 parents 4ea06c7 + ddc06f9 commit c0e0451
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.15.90 (2018-12-04)
===

### Service Client Updates
* `service/health`: Updates service API and documentation
* AWS Health API DescribeAffectedEntities operation now includes a field that returns the URL of the affected entity.
* `service/s3`: Updates service API
* S3 Inventory reports can now be generated in Parquet format by setting the Destination Format to be 'Parquet'.

Release v1.15.89 (2018-12-03)
===

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.15.89"
const SDKVersion = "1.15.90"
7 changes: 6 additions & 1 deletion models/apis/health/2016-08-04/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"entityArn":{"shape":"entityArn"},
"eventArn":{"shape":"eventArn"},
"entityValue":{"shape":"entityValue"},
"entityUrl":{"shape":"entityUrl"},
"awsAccountId":{"shape":"accountId"},
"lastUpdatedTime":{"shape":"timestamp"},
"statusCode":{"shape":"entityStatusCode"},
Expand Down Expand Up @@ -406,6 +407,10 @@
"max":3,
"min":1
},
"entityUrl":{
"type":"string",
"pattern":"https?://.+\\.(amazon\\.com|amazonaws\\.com|amazonaws\\.cn|c2s\\.ic\\.gov|sc2s\\.sgov\\.gov|amazonaws-us-gov.com)/.*"
},
"entityValue":{
"type":"string",
"max":256
Expand All @@ -423,7 +428,7 @@
"eventArn":{
"type":"string",
"max":1600,
"pattern":"arn:aws:health:[^:]*:[^:]*:event(?:/[\\w-]+){1}((?:/[\\w-]+){2})?"
"pattern":"arn:aws:health:[^:]*:[^:]*:event(?:/[\\w-]+){3}"
},
"eventArnList":{
"type":"list",
Expand Down
6 changes: 6 additions & 0 deletions models/apis/health/2016-08-04/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@
"EntityFilter$statusCodes": "<p>A list of entity status codes (<code>IMPAIRED</code>, <code>UNIMPAIRED</code>, or <code>UNKNOWN</code>).</p>"
}
},
"entityUrl": {
"base": null,
"refs": {
"AffectedEntity$entityUrl": null
}
},
"entityValue": {
"base": null,
"refs": {
Expand Down
3 changes: 2 additions & 1 deletion models/apis/s3/2006-03-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3582,7 +3582,8 @@
"type":"string",
"enum":[
"CSV",
"ORC"
"ORC",
"Parquet"
]
},
"InventoryFrequency":{
Expand Down
8 changes: 8 additions & 0 deletions service/health/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions service/s3/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0e0451

Please sign in to comment.