aws-sdk 2.1485.0 → 2.1486.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,14 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1485.0-->
2
+ <!--LATEST=2.1486.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1486.0
6
+ * feature: Connect: Adds the BatchGetFlowAssociation API which returns flow associations (flow-resource) corresponding to the list of resourceArns supplied in the request. This release also adds IsDefault, LastModifiedRegion and LastModifiedTime fields to the responses of several Describe and List APIs.
7
+ * feature: GlobalAccelerator: Global Accelerator now support accelerators with cross account endpoints.
8
+ * feature: RDS: This release adds support for customized networking resources to Amazon RDS Custom.
9
+ * feature: Redshift: Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability.
10
+ * feature: SageMaker: Support for batch transform input in Model dashboard
11
+
5
12
  ## 2.1485.0
6
13
  * feature: Amplify: Add backend field to CreateBranch and UpdateBranch requests. Add pagination support for ListApps, ListDomainAssociations, ListBranches, and ListJobs
7
14
  * feature: ApplicationInsights: Automate attaching managed policies
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1485.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1486.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of