aws-sdk 2.1385.0 → 2.1386.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,12 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1385.0-->
2
+ <!--LATEST=2.1386.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1386.0
6
+ * feature: Connect: Documentation update for a new Initiation Method value in DescribeContact API
7
+ * feature: IoTWireless: Add Multicast Group support in Network Analyzer Configuration.
8
+ * feature: SageMaker: Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances.
9
+
5
10
  ## 2.1385.0
6
11
  * feature: ApplicationAutoScaling: With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
7
12
  * feature: CodePipeline: Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
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.1385.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1386.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