Skip to content

Commit

Permalink
Release v1.42.9 (2021-11-19) (#4183)
Browse files Browse the repository at this point in the history
Release v1.42.9 (2021-11-19)
===

### Service Client Updates
* `service/application-insights`: Updates service API
* `service/appstream`: Updates service API and documentation
  * Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations.
* `service/batch`: Updates service documentation
  * Documentation updates for AWS Batch.
* `service/cloudformation`: Updates service API and documentation
  * The StackSets ManagedExecution feature will allow concurrency for non-conflicting StackSet operations and queuing the StackSet operations that conflict at a given time for later execution.
* `service/lambda`: Updates service API, documentation, and paginators
  * Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
* `service/medialive`: Updates service API and documentation
  * This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs.
* `service/redshift`: Updates service API and documentation
  * Added support of default IAM role for CreateCluster, RestoreFromClusterSnapshot and ModifyClusterIamRoles APIs
* `service/runtime.lex.v2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Nov 19, 2021
1 parent 3b0241d commit 3a828ce
Show file tree
Hide file tree
Showing 29 changed files with 5,998 additions and 719 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.42.9 (2021-11-19)
===

### Service Client Updates
* `service/application-insights`: Updates service API
* `service/appstream`: Updates service API and documentation
* Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations.
* `service/batch`: Updates service documentation
* Documentation updates for AWS Batch.
* `service/cloudformation`: Updates service API and documentation
* The StackSets ManagedExecution feature will allow concurrency for non-conflicting StackSet operations and queuing the StackSet operations that conflict at a given time for later execution.
* `service/lambda`: Updates service API, documentation, and paginators
* Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
* `service/medialive`: Updates service API and documentation
* This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs.
* `service/redshift`: Updates service API and documentation
* Added support of default IAM role for CreateCluster, RestoreFromClusterSnapshot and ModifyClusterIamRoles APIs
* `service/runtime.lex.v2`: Updates service API and documentation

Release v1.42.8 (2021-11-18)
===

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.42.8"
const SDKVersion = "1.42.9"
1 change: 0 additions & 1 deletion models/apis/application-insights/2018-11-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,6 @@
"POSTGRESQL",
"JAVA_JMX",
"ORACLE",
"SAP_HANA",
"SAP_HANA_MULTI_NODE",
"SAP_HANA_SINGLE_NODE",
"SAP_HANA_HIGH_AVAILABILITY",
Expand Down
Loading

0 comments on commit 3a828ce

Please sign in to comment.