Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 913f8a8

Browse files
Release v1.44.210 (2023-02-27) (#4741)
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
1 parent 203a0ba commit 913f8a8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+12402
-4055
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.44.210 (2023-02-27)
2+
===
3+
4+
### Service Client Updates
5+
* `service/devops-guru`: Updates service API and documentation
6+
* `service/drs`: Updates service API and documentation
7+
* `service/internetmonitor`: Adds new service
8+
* `service/lambda`: Updates service API and documentation
9+
* 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.
10+
* `service/mediaconvert`: Updates service API and documentation
11+
* The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources.
12+
* `service/timestream-write`: Updates service API, documentation, and paginators
13+
114
Release v1.44.209 (2023-02-24)
215
===
316

aws/endpoints/defaults.go

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.209"
8+
const SDKVersion = "1.44.210"

models/apis/devops-guru/2020-12-01/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,8 @@
19161916
"ResourceCollection":{"shape":"ResourceCollection"},
19171917
"Limit":{"shape":"AnomalyLimit"},
19181918
"SourceMetadata":{"shape":"AnomalySourceMetadata"},
1919-
"AnomalyResources":{"shape":"AnomalyResources"}
1919+
"AnomalyResources":{"shape":"AnomalyResources"},
1920+
"Description":{"shape":"AnomalyDescription"}
19201921
}
19211922
},
19221923
"ProactiveAnomalySummary":{
@@ -1934,7 +1935,8 @@
19341935
"ResourceCollection":{"shape":"ResourceCollection"},
19351936
"Limit":{"shape":"AnomalyLimit"},
19361937
"SourceMetadata":{"shape":"AnomalySourceMetadata"},
1937-
"AnomalyResources":{"shape":"AnomalyResources"}
1938+
"AnomalyResources":{"shape":"AnomalyResources"},
1939+
"Description":{"shape":"AnomalyDescription"}
19381940
}
19391941
},
19401942
"ProactiveInsight":{

models/apis/devops-guru/2020-12-01/docs-2.json

Lines changed: 10 additions & 8 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)