Skip to content

Commit

Permalink
Updates SDK to v2.718.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 22, 2020
1 parent 5932ad4 commit 673dba1
Show file tree
Hide file tree
Showing 17 changed files with 2,669 additions and 380 deletions.
17 changes: 17 additions & 0 deletions .changes/2.718.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "S3",
"description": "Add validation for AccountId in S3 AccessPoint"
},
{
"type": "feature",
"category": "MediaLive",
"description": "The AWS Elemental MediaLive APIs and SDKs now support the ability to get thumbnails for MediaLive devices that are attached or not attached to a channel. Previously, this thumbnail feature was available only on the console."
},
{
"type": "feature",
"category": "QuickSight",
"description": "New API operations - GetSessionEmbedUrl, CreateNamespace, DescribeNamespace, ListNamespaces, DeleteNamespace, DescribeAccountSettings, UpdateAccountSettings, CreateAccountCustomization, DescribeAccountCustomization, UpdateAccountCustomization, DeleteAccountCustomization. Modified API operations to support custom permissions restrictions - RegisterUser, UpdateUser, UpdateDashboardPermissions"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-S3-aa2313a2.json

This file was deleted.

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

## 2.718.0
* bugfix: S3: Add validation for AccountId in S3 AccessPoint
* feature: MediaLive: The AWS Elemental MediaLive APIs and SDKs now support the ability to get thumbnails for MediaLive devices that are attached or not attached to a channel. Previously, this thumbnail feature was available only on the console.
* feature: QuickSight: New API operations - GetSessionEmbedUrl, CreateNamespace, DescribeNamespace, ListNamespaces, DeleteNamespace, DescribeAccountSettings, UpdateAccountSettings, CreateAccountCustomization, DescribeAccountCustomization, UpdateAccountCustomization, DeleteAccountCustomization. Modified API operations to support custom permissions restrictions - RegisterUser, UpdateUser, UpdateDashboardPermissions

## 2.717.0
* feature: CodeGuruProfiler: Amazon CodeGuru Profiler now supports resource tagging APIs, tags-on-create and tag-based access control features. You can now tag profiling groups for better resource and access control management.

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.717.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.718.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
Loading

0 comments on commit 673dba1

Please sign in to comment.