Skip to content

Commit

Permalink
Merge pull request #2687 from aws/release
Browse files Browse the repository at this point in the history
Release v1.20.16
  • Loading branch information
aws-sdk-go-automation authored Jul 8, 2019
2 parents 843d8b6 + 454a853 commit 7a58fae
Show file tree
Hide file tree
Showing 10 changed files with 355 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.20.16 (2019-07-08)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `aws/endpoints`: Updated Regions and Endpoints metadata.

Release v1.20.15 (2019-07-03)
===

Expand Down
14 changes: 14 additions & 0 deletions aws/endpoints/defaults.go

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

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.20.15"
const SDKVersion = "1.20.16"
43 changes: 43 additions & 0 deletions models/apis/ce/2017-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,20 @@
{"shape":"InvalidNextTokenException"},
{"shape":"RequestChangedException"}
]
},
"GetUsageForecast":{
"name":"GetUsageForecast",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetUsageForecastRequest"},
"output":{"shape":"GetUsageForecastResponse"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"DataUnavailableException"},
{"shape":"UnresolvableUsageUnitException"}
]
}
},
"shapes":{
Expand Down Expand Up @@ -488,6 +502,28 @@
"TotalSize":{"shape":"PageSize"}
}
},
"GetUsageForecastRequest":{
"type":"structure",
"required":[
"TimePeriod",
"Metric",
"Granularity"
],
"members":{
"TimePeriod":{"shape":"DateInterval"},
"Metric":{"shape":"Metric"},
"Granularity":{"shape":"Granularity"},
"Filter":{"shape":"Expression"},
"PredictionIntervalLevel":{"shape":"PredictionIntervalLevel"}
}
},
"GetUsageForecastResponse":{
"type":"structure",
"members":{
"Total":{"shape":"MetricValue"},
"ForecastResultsByTime":{"shape":"ForecastResultsByTime"}
}
},
"Granularity":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -812,6 +848,13 @@
"TotalPotentialRISavings":{"type":"string"},
"TotalRunningHours":{"type":"string"},
"TotalRunningNormalizedUnits":{"type":"string"},
"UnresolvableUsageUnitException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"exception":true
},
"UnusedHours":{"type":"string"},
"UnusedUnits":{"type":"string"},
"UtilizationByTime":{
Expand Down
38 changes: 31 additions & 7 deletions models/apis/ce/2017-10-25/docs-2.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2170,6 +2170,7 @@
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -3534,6 +3535,12 @@
"cn-northwest-1" : { }
}
},
"license-manager" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"logs" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -4107,6 +4114,11 @@
"us-gov-west-1" : { }
}
},
"ram" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
"rds" : {
"endpoints" : {
"us-gov-east-1" : { },
Expand Down
Loading

0 comments on commit 7a58fae

Please sign in to comment.