Skip to content

Commit deb7bc7

Browse files
author
awstools
committed
Updates SDK to v2.802.0
1 parent b6401d0 commit deb7bc7

20 files changed

+5848
-58
lines changed

.changes/2.802.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Profile",
5+
"description": "Removes an incorrectly named service `Profile` that was included in release, v2.801.0"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CustomerProfiles",
10+
"description": "This is the first release of Amazon Connect Customer Profiles, a unified customer profile for your Amazon Connect contact center."
11+
}
12+
]

.changes/next-release/bugfix-Profile-d6652415.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.801.0-->
2+
<!--LATEST=2.802.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.802.0
6+
* bugfix: Profile: Removes an incorrectly named service `Profile` that was included in release, v2.801.0
7+
* feature: CustomerProfiles: This is the first release of Amazon Connect Customer Profiles, a unified customer profile for your Amazon Connect contact center.
8+
59
## 2.801.0
610
* feature: AmplifyBackend: (New Service) The Amplify Admin UI offers an accessible way to develop app backends and manage app content. We recommend that you use the Amplify Admin UI to manage the backend of your Amplify app.
711
* feature: AppIntegrations: The Amazon AppIntegrations service (in preview release) enables you to configure and reuse connections to external applications.

README.md

Lines changed: 1 addition & 1 deletion
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.801.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.802.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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)