Skip to content

Commit

Permalink
Updates SDK to v2.802.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 2, 2020
1 parent b6401d0 commit deb7bc7
Show file tree
Hide file tree
Showing 20 changed files with 5,848 additions and 58 deletions.
12 changes: 12 additions & 0 deletions .changes/2.802.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "bugfix",
"category": "Profile",
"description": "Removes an incorrectly named service `Profile` that was included in release, v2.801.0"
},
{
"type": "feature",
"category": "CustomerProfiles",
"description": "This is the first release of Amazon Connect Customer Profiles, a unified customer profile for your Amazon Connect contact center."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Profile-d6652415.json

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.801.0-->
<!--LATEST=2.802.0-->
<!--ENTRYINSERT-->

## 2.802.0
* bugfix: Profile: Removes an incorrectly named service `Profile` that was included in release, v2.801.0
* feature: CustomerProfiles: This is the first release of Amazon Connect Customer Profiles, a unified customer profile for your Amazon Connect contact center.

## 2.801.0
* 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.
* feature: AppIntegrations: The Amazon AppIntegrations service (in preview release) enables you to configure and reuse connections to external applications.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.801.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.802.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
5 changes: 5 additions & 0 deletions apis/customer-profiles-2020-08-15.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit deb7bc7

Please sign in to comment.