Skip to content

Commit

Permalink
Release v1.44.210 (2023-02-27) (#4741)
Browse files Browse the repository at this point in the history
Release v1.44.210 (2023-02-27)
===

### Service Client Updates
* `service/devops-guru`: Updates service API and documentation
* `service/drs`: Updates service API and documentation
* `service/internetmonitor`: Adds new service
* `service/lambda`: Updates service API and documentation
  * This release adds the ability to create ESMs with Document DB change streams as event source. For more information see  https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html.
* `service/mediaconvert`: Updates service API and documentation
  * The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources.
* `service/timestream-write`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation committed Feb 27, 2023
1 parent 203a0ba commit 913f8a8
Show file tree
Hide file tree
Showing 46 changed files with 12,402 additions and 4,055 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.44.210 (2023-02-27)
===

### Service Client Updates
* `service/devops-guru`: Updates service API and documentation
* `service/drs`: Updates service API and documentation
* `service/internetmonitor`: Adds new service
* `service/lambda`: Updates service API and documentation
* This release adds the ability to create ESMs with Document DB change streams as event source. For more information see https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html.
* `service/mediaconvert`: Updates service API and documentation
* The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources.
* `service/timestream-write`: Updates service API, documentation, and paginators

Release v1.44.209 (2023-02-24)
===

Expand Down
100 changes: 100 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.44.209"
const SDKVersion = "1.44.210"
6 changes: 4 additions & 2 deletions models/apis/devops-guru/2020-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,8 @@
"ResourceCollection":{"shape":"ResourceCollection"},
"Limit":{"shape":"AnomalyLimit"},
"SourceMetadata":{"shape":"AnomalySourceMetadata"},
"AnomalyResources":{"shape":"AnomalyResources"}
"AnomalyResources":{"shape":"AnomalyResources"},
"Description":{"shape":"AnomalyDescription"}
}
},
"ProactiveAnomalySummary":{
Expand All @@ -1934,7 +1935,8 @@
"ResourceCollection":{"shape":"ResourceCollection"},
"Limit":{"shape":"AnomalyLimit"},
"SourceMetadata":{"shape":"AnomalySourceMetadata"},
"AnomalyResources":{"shape":"AnomalyResources"}
"AnomalyResources":{"shape":"AnomalyResources"},
"Description":{"shape":"AnomalyDescription"}
}
},
"ProactiveInsight":{
Expand Down
18 changes: 10 additions & 8 deletions models/apis/devops-guru/2020-12-01/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 913f8a8

Please sign in to comment.