Skip to content

Commit

Permalink
Release v1.36.14 (2020-12-22) (#3706)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Dec 22, 2020
1 parent 36b087e commit 56233f6
Show file tree
Hide file tree
Showing 26 changed files with 2,784 additions and 358 deletions.
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

0 comments on commit 56233f6

Please sign in to comment.