aws-sdk 2.1298.0 → 2.1299.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/quicksight-2018-04-01.min.json +556 -537
- package/clients/ec2.d.ts +1 -1
- package/clients/ivs.d.ts +12 -12
- package/clients/quicksight.d.ts +30 -5
- package/dist/aws-sdk-core-react-native.js +11 -1
- package/dist/aws-sdk-react-native.js +22 -2
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- 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.1299.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1299.0
|
|
6
|
+
* feature: EC2: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.
|
|
7
|
+
* feature: IVS: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.
|
|
8
|
+
* feature: QuickSight: This release adds support for data bars in QuickSight table and increases pivot table field well limit.
|
|
9
|
+
|
|
5
10
|
## 2.1298.0
|
|
6
11
|
* feature: Appflow: Adding support for Salesforce Pardot connector in Amazon AppFlow.
|
|
7
12
|
* feature: CloudWatchLogs: Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.
|
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ for further details.
|
|
|
57
57
|
To use the SDK in the browser, simply add the following script tag to your
|
|
58
58
|
HTML pages:
|
|
59
59
|
|
|
60
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
60
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1299.0.min.js"></script>
|
|
61
61
|
|
|
62
62
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
63
63
|
This can allow you to reduce the SDK's size, specify different API versions of
|