aws-sdk 2.1504.0 → 2.1505.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 CHANGED
@@ -1,7 +1,10 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1504.0-->
2
+ <!--LATEST=2.1505.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1505.0
6
+ * feature: ElastiCache: Launching Amazon ElastiCache Serverless that enables you to create a cache in under a minute without any capacity management. ElastiCache Serverless monitors the cache's memory, CPU, and network usage and scales both vertically and horizontally to support your application's requirements.
7
+
5
8
  ## 2.1504.0
6
9
  * feature: AppSync: This update enables introspection of Aurora cluster databases using the RDS Data API
7
10
  * feature: B2bi: This is the initial SDK release for AWS B2B Data Interchange.
package/README.md CHANGED
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
69
69
  To use the SDK in the browser, simply add the following script tag to your
70
70
  HTML pages:
71
71
 
72
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1504.0.min.js"></script>
72
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1505.0.min.js"></script>
73
73
 
74
74
  You can also build a custom browser SDK with your specified set of AWS services.
75
75
  This can allow you to reduce the SDK's size, specify different API versions of