aws-sdk 2.1411.0 → 2.1413.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,21 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1411.0-->
2
+ <!--LATEST=2.1413.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1413.0
6
+ * feature: CloudWatchLogs: Add CMK encryption support for CloudWatch Logs Insights query result data
7
+ * feature: DMS: Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
8
+ * feature: Glue: This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
9
+ * feature: MediaLive: This release enables the use of Thumbnails in AWS Elemental MediaLive.
10
+ * feature: MediaTailor: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.
11
+
12
+ ## 2.1412.0
13
+ * feature: EC2: Add Nitro Enclaves support on DescribeInstanceTypes
14
+ * feature: Location: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
15
+ * feature: Outposts: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
16
+ * feature: QuickSight: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
17
+ * feature: SharedIniFileCredentials: Make duration_seconds work for chained profiles
18
+
5
19
  ## 2.1411.0
6
20
  * feature: KMS: Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call.
7
21
  * feature: Mgn: This release introduces the Global view feature and new Replication state APIs.
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.1411.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1413.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