aws-sdk 2.1336.0 → 2.1337.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 +4 -1
- package/README.md +1 -1
- package/apis/guardduty-2017-11-28.min.json +353 -107
- package/apis/guardduty-2017-11-28.paginators.json +5 -0
- package/clients/guardduty.d.ts +245 -6
- package/clients/sagemakerruntime.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- 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,10 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1337.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1337.0
|
|
6
|
+
* feature: GuardDuty: Updated 9 APIs for feature enablement to reflect expansion of GuardDuty to features. Added new APIs and updated existing APIs to support RDS Protection GA.
|
|
7
|
+
|
|
5
8
|
## 2.1336.0
|
|
6
9
|
* feature: MigrationHubStrategy: This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code.
|
|
7
10
|
* feature: S3Control: Added support for S3 Object Lambda aliases.
|
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
|
70
70
|
To use the SDK in the browser, simply add the following script tag to your
|
|
71
71
|
HTML pages:
|
|
72
72
|
|
|
73
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
73
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1337.0.min.js"></script>
|
|
74
74
|
|
|
75
75
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
76
76
|
This can allow you to reduce the SDK's size, specify different API versions of
|