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

Release v1.36.14 #3706

Merged
merged 1 commit into from Dec 22, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
Release v1.36.14 (2020-12-22)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/connect`: Updates service API, documentation, and paginators
* `service/elasticache`: Updates service documentation
* Documentation updates for elasticache
* `service/glue`: Updates service API and documentation
* AWS Glue Find Matches machine learning transforms now support column importance scores.
* `service/iotwireless`: Updates service API and documentation
* `service/rds`: Updates service API and documentation
* Adds customer-owned IP address (CoIP) support to Amazon RDS on AWS Outposts.
* `service/ssm`: Updates service API and documentation
* SSM Maintenance Window support for registering/updating maintenance window tasks without targets.

Release v1.36.13 (2020-12-21)
===

Expand Down
15 changes: 10 additions & 5 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.36.13"
const SDKVersion = "1.36.14"
3 changes: 2 additions & 1 deletion models/apis/ce/2017-10-25/api-2.json
Expand Up @@ -1841,7 +1841,8 @@
"members":{
"RecommendationId":{"shape":"GenericString"},
"GenerationTimestamp":{"shape":"GenericString"},
"LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"}
"LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"},
"AdditionalMetadata":{"shape":"GenericString"}
}
},
"RightsizingRecommendationSummary":{
Expand Down
3 changes: 2 additions & 1 deletion models/apis/ce/2017-10-25/docs-2.json
Expand Up @@ -679,6 +679,7 @@
"RightsizingRecommendation$AccountId": "<p>The account that this recommendation is for.</p>",
"RightsizingRecommendationMetadata$RecommendationId": "<p> The ID for this specific recommendation.</p>",
"RightsizingRecommendationMetadata$GenerationTimestamp": "<p> The timestamp for when AWS made this recommendation.</p>",
"RightsizingRecommendationMetadata$AdditionalMetadata": "<p>Additional metadata that may be applicable to the recommendation.</p>",
"RightsizingRecommendationSummary$TotalRecommendationCount": "<p> Total number of instance recommendations.</p>",
"RightsizingRecommendationSummary$EstimatedTotalMonthlySavingsAmount": "<p> Estimated total savings resulting from modifications, on a monthly basis.</p>",
"RightsizingRecommendationSummary$SavingsCurrencyCode": "<p> The currency code that AWS used to calculate the savings.</p>",
Expand Down Expand Up @@ -1105,7 +1106,7 @@
"base": null,
"refs": {
"AnomalySubscription$MonitorArnList": "<p> A list of cost anomaly monitors. </p>",
"UpdateAnomalySubscriptionRequest$MonitorArnList": "<p> A list of cost anomaly subscription ARNs. </p>"
"UpdateAnomalySubscriptionRequest$MonitorArnList": "<p> A list of cost anomaly monitor ARNs. </p>"
}
},
"MonitorDimension": {
Expand Down