diff --git a/CHANGELOG.md b/CHANGELOG.md index 21aaa695b1b..801f68ffa4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) === diff --git a/aws/version.go b/aws/version.go index e20b0ea84d1..e167f3c70d1 100644 --- a/aws/version.go +++ b/aws/version.go @@ -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" diff --git a/models/apis/health/2016-08-04/api-2.json b/models/apis/health/2016-08-04/api-2.json index ed355eeaddc..cb3a1e8f192 100644 --- a/models/apis/health/2016-08-04/api-2.json +++ b/models/apis/health/2016-08-04/api-2.json @@ -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"}, @@ -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 @@ -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", diff --git a/models/apis/health/2016-08-04/docs-2.json b/models/apis/health/2016-08-04/docs-2.json index aecca9a2b51..87118b6d380 100644 --- a/models/apis/health/2016-08-04/docs-2.json +++ b/models/apis/health/2016-08-04/docs-2.json @@ -282,6 +282,12 @@ "EntityFilter$statusCodes": "
A list of entity status codes (IMPAIRED
, UNIMPAIRED
, or UNKNOWN
).