Skip to content

Commit 01611b0

Browse files
author
awstools
committed
Updates SDK to v2.633.0
1 parent 134e002 commit 01611b0

12 files changed

+1746
-282
lines changed

.changes/2.633.0.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Pinpoint",
5+
"description": "This release of the Amazon Pinpoint API introduces support for integrating recommender models with email, push notification, and SMS message templates. You can now use these types of templates to connect to recommender models and add personalized recommendations to messages that you send from campaigns and journeys."
6+
}
7+
]

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.632.0-->
2+
<!--LATEST=2.633.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.633.0
6+
* feature: Pinpoint: This release of the Amazon Pinpoint API introduces support for integrating recommender models with email, push notification, and SMS message templates. You can now use these types of templates to connect to recommender models and add personalized recommendations to messages that you send from campaigns and journeys.
7+
58
## 2.632.0
69
* feature: EC2: Amazon VPC Flow Logs adds support for tags and tagging on resource creation.
710

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.632.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.633.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)