Skip to content

Commit

Permalink
Release v1.49.3 (2023-12-14) (#5110)
Browse files Browse the repository at this point in the history
Release v1.49.3 (2023-12-14)
===

### Service Client Updates
* `service/appstream`: Updates service API
  * This release includes support for images of Windows Server 2022 platform.
* `service/b2bi`: Updates service documentation and examples
* `service/billingconductor`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/controltower`: Updates service documentation
* `service/firehose`: Updates service API and documentation
  * This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
* `service/gamelift`: Updates service API and documentation
  * Amazon GameLift adds the ability to add and update the game properties of active game sessions.
* `service/iot`: Updates service API and documentation
  * This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
* `service/opensearch`: Updates service documentation
* `service/quicksight`: Updates service API and documentation
  * Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
* `service/workspaces`: Updates service documentation
  * Updated note to ensure customers understand running modes.
  • Loading branch information
aws-sdk-go-automation committed Dec 14, 2023
1 parent dcc1ee6 commit 1afe5c5
Show file tree
Hide file tree
Showing 39 changed files with 4,308 additions and 1,080 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.49.3 (2023-12-14)
===

### Service Client Updates
* `service/appstream`: Updates service API
* This release includes support for images of Windows Server 2022 platform.
* `service/b2bi`: Updates service documentation and examples
* `service/billingconductor`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/controltower`: Updates service documentation
* `service/firehose`: Updates service API and documentation
* This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
* `service/gamelift`: Updates service API and documentation
* Amazon GameLift adds the ability to add and update the game properties of active game sessions.
* `service/iot`: Updates service API and documentation
* This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
* `service/opensearch`: Updates service documentation
* `service/quicksight`: Updates service API and documentation
* Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
* `service/workspaces`: Updates service documentation
* Updated note to ensure customers understand running modes.

Release v1.49.2 (2023-12-13)
===

Expand Down
250 changes: 250 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.49.2"
const SDKVersion = "1.49.3"
1 change: 1 addition & 0 deletions models/apis/appstream/2016-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2927,6 +2927,7 @@
"WINDOWS",
"WINDOWS_SERVER_2016",
"WINDOWS_SERVER_2019",
"WINDOWS_SERVER_2022",
"AMAZON_LINUX2"
]
},
Expand Down
Loading

0 comments on commit 1afe5c5

Please sign in to comment.