Skip to content

Commit

Permalink
Release v1.45.19 (2023-09-28) (#5006)
Browse files Browse the repository at this point in the history
Release v1.45.19 (2023-09-28)
===

### Service Client Updates
* `service/bedrock`: Updates service API, documentation, paginators, and examples
* `service/bedrock-runtime`: Adds new service
* `service/budgets`: Updates service API and documentation
  * Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.
* `service/ec2`: Updates service API and documentation
  * Adds support for Customer Managed Key encryption for Amazon Verified Access resources
* `service/iotfleetwise`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector.
* `service/sagemaker-featurestore-runtime`: Updates service API and documentation
* `service/wafv2`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation authored Sep 28, 2023
1 parent 100397b commit 737322b
Show file tree
Hide file tree
Showing 47 changed files with 13,169 additions and 550 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.45.19 (2023-09-28)
===

### Service Client Updates
* `service/bedrock`: Updates service API, documentation, paginators, and examples
* `service/bedrock-runtime`: Adds new service
* `service/budgets`: Updates service API and documentation
* Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.
* `service/ec2`: Updates service API and documentation
* Adds support for Customer Managed Key encryption for Amazon Verified Access resources
* `service/iotfleetwise`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector.
* `service/sagemaker-featurestore-runtime`: Updates service API and documentation
* `service/wafv2`: Updates service documentation

Release v1.45.18 (2023-09-27)
===

Expand Down
44 changes: 44 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.45.18"
const SDKVersion = "1.45.19"
Loading

0 comments on commit 737322b

Please sign in to comment.