aws-sdk 2.1019.0 → 2.1020.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -1
- package/README.md +1 -1
- package/apis/cloudfront-2020-05-31.min.json +702 -180
- package/apis/connect-2017-08-08.min.json +30 -48
- package/apis/nimble-2020-08-01.examples.json +5 -0
- package/apis/nimble-2020-08-01.min.json +752 -957
- package/apis/nimble-2020-08-01.paginators.json +50 -56
- package/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/clients/cloudfront.d.ts +494 -40
- package/clients/connect.d.ts +6 -43
- package/clients/nimble.d.ts +499 -299
- package/clients/nimble.js +1 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +151 -144
- package/dist/aws-sdk.js +735 -231
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1020.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1020.0
|
|
6
|
+
* feature: CloudFront: CloudFront now supports response headers policies to add HTTP headers to the responses that CloudFront sends to viewers. You can use these policies to add CORS headers, control browser caching, and more, without modifying your origin or writing any code.
|
|
7
|
+
* feature: Connect: Amazon Connect Chat now supports real-time message streaming.
|
|
8
|
+
* feature: Nimble: Amazon Nimble Studio adds support for users to stop and start streaming sessions.
|
|
9
|
+
|
|
5
10
|
## 2.1019.0
|
|
6
11
|
* feature: Lightsail: This release adds support to enable access logging for buckets in the Lightsail object storage service.
|
|
7
12
|
* feature: Neptune: Adds support for major version upgrades to ModifyDbCluster API
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1020.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|