Skip to content

Commit

Permalink
Release v1.44.312 (2023-07-28) (#4931)
Browse files Browse the repository at this point in the history
Release v1.44.312 (2023-07-28)
===

### Service Client Updates
* `service/application-insights`: Updates service API, documentation, and paginators
* `service/cloudformation`: Updates service API and documentation
  * This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.
* `service/cloudfront`: Updates service API and documentation
  * Add a new JavaScript runtime version for CloudFront Functions.
* `service/connect`: Updates service API
* `service/kafka`: Updates service API, documentation, and paginators
* `service/pinpoint`: Updates service API, documentation, and examples
  * Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API
  • Loading branch information
aws-sdk-go-automation committed Jul 28, 2023
1 parent 7f89e94 commit b75b2a7
Show file tree
Hide file tree
Showing 32 changed files with 8,004 additions and 3,742 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.312 (2023-07-28)
===

### Service Client Updates
* `service/application-insights`: Updates service API, documentation, and paginators
* `service/cloudformation`: Updates service API and documentation
* This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.
* `service/cloudfront`: Updates service API and documentation
* Add a new JavaScript runtime version for CloudFront Functions.
* `service/connect`: Updates service API
* `service/kafka`: Updates service API, documentation, and paginators
* `service/pinpoint`: Updates service API, documentation, and examples
* Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API

Release v1.44.311 (2023-07-28)
===

Expand Down
144 changes: 21 additions & 123 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.44.311"
const SDKVersion = "1.44.312"

0 comments on commit b75b2a7

Please sign in to comment.