aws-sdk 2.1369.0 → 2.1371.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,23 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1369.0-->
2
+ <!--LATEST=2.1371.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1371.0
6
+ * feature: AppSync: Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
7
+ * feature: EC2: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
8
+ * feature: Inspector2: This feature provides deep inspection for linux based instance
9
+ * feature: IoTTwinMaker: This release adds a field for GetScene API to return error code and message from dependency services.
10
+ * feature: NetworkFirewall: AWS Network Firewall now supports policy level HOME_NET variable overrides.
11
+ * feature: OpenSearch: Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.
12
+ * feature: WellArchitected: This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery.
13
+
14
+ ## 2.1370.0
15
+ * feature: Appflow: This release adds new API to cancel flow executions.
16
+ * feature: Connect: Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules.
17
+ * feature: Kendra: AWS Kendra now supports configuring document fields/attributes via the GetQuerySuggestions API. You can now base query suggestions on the contents of document fields.
18
+ * feature: Resiliencehub: This release will improve resource level transparency in applications by discovering previously hidden resources.
19
+ * feature: SageMaker: Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics.
20
+
5
21
  ## 2.1369.0
6
22
  * bugfix: SQS: add queryCompatibility fix to JSON protocol
7
23
  * feature: ComputeOptimizer: support for tag filtering within compute optimizer. ability to filter recommendation results by tag and tag key value pairs. ability to filter by inferred workload type added.
package/README.md CHANGED
@@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
72
72
  To use the SDK in the browser, simply add the following script tag to your
73
73
  HTML pages:
74
74
 
75
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1369.0.min.js"></script>
75
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1371.0.min.js"></script>
76
76
 
77
77
  You can also build a custom browser SDK with your specified set of AWS services.
78
78
  This can allow you to reduce the SDK's size, specify different API versions of