Skip to content

Commit

Permalink
Release v1.44.239 (2023-04-07) (#4791)
Browse files Browse the repository at this point in the history
Release v1.44.239 (2023-04-07)
===

### Service Client Updates
* `service/dlm`: Adds new service
* `service/docdb`: Updates service API and documentation
  * This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
* `service/fsx`: Updates service documentation
* `service/lambda`: Updates service API and documentation
  * This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
* `service/quicksight`: Updates service API and documentation
  * This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
* `service/redshift-data`: Updates service documentation
* `service/servicecatalog`: Updates service documentation
  * Updates description for property
  • Loading branch information
aws-sdk-go-automation committed Apr 7, 2023
1 parent e328c20 commit d27381d
Show file tree
Hide file tree
Showing 30 changed files with 7,658 additions and 2,536 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.44.239 (2023-04-07)
===

### Service Client Updates
* `service/dlm`: Adds new service
* `service/docdb`: Updates service API and documentation
* This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
* `service/fsx`: Updates service documentation
* `service/lambda`: Updates service API and documentation
* This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
* `service/quicksight`: Updates service API and documentation
* This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
* `service/redshift-data`: Updates service documentation
* `service/servicecatalog`: Updates service documentation
* Updates description for property

Release v1.44.238 (2023-04-06)
===

Expand Down
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.238"
const SDKVersion = "1.44.239"
398 changes: 212 additions & 186 deletions models/apis/dlm/2018-01-12/endpoint-rule-set-1.json

Large diffs are not rendered by default.

Loading

0 comments on commit d27381d

Please sign in to comment.