Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.15.90 #2326

Merged
merged 1 commit into from
Dec 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.