aws-sdk 2.874.0 → 2.875.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.874.0-->
2
+ <!--LATEST=2.875.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.875.0
6
+ * feature: DocDB: This release adds support for Event Subscriptions to DocumentDB.
7
+ * feature: Glue: Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
8
+ * feature: IAM: AWS Identity and Access Management GetAccessKeyLastUsed API will throw a custom error if customer public key is not found for access keys.
9
+ * feature: Location: Amazon Location added support for specifying pricing plan information on resources in alignment with our cost model.
10
+ * feature: WAFV2: Added custom request handling and custom response support in rule actions and default action; Added the option to inspect the web request body as parsed and filtered JSON.
11
+
5
12
  ## 2.874.0
6
13
  * feature: CloudWatchEvents: Add support for SageMaker Model Builder Pipelines Targets to EventBridge
7
14
  * feature: CustomerProfiles: This release adds an optional parameter named FlowDefinition in PutIntegrationRequest.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.874.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.875.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of