@aws-sdk/client-personalize-events 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +14 -13
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -769,27 +769,28 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
769
769
  // Annotate the CommonJS export names for ESM import in node:
770
770
 
771
771
  0 && (module.exports = {
772
- ActionFilterSensitiveLog,
773
- ActionInteractionFilterSensitiveLog,
774
- EventFilterSensitiveLog,
775
- InvalidInputException,
776
- ItemFilterSensitiveLog,
777
- PersonalizeEvents,
778
- PersonalizeEventsClient,
779
772
  PersonalizeEventsServiceException,
773
+ __Client,
774
+ PersonalizeEventsClient,
775
+ PersonalizeEvents,
776
+ $Command,
780
777
  PutActionInteractionsCommand,
781
- PutActionInteractionsRequestFilterSensitiveLog,
782
778
  PutActionsCommand,
783
- PutActionsRequestFilterSensitiveLog,
784
779
  PutEventsCommand,
785
- PutEventsRequestFilterSensitiveLog,
786
780
  PutItemsCommand,
787
- PutItemsRequestFilterSensitiveLog,
788
781
  PutUsersCommand,
789
- PutUsersRequestFilterSensitiveLog,
782
+ InvalidInputException,
790
783
  ResourceInUseException,
791
784
  ResourceNotFoundException,
785
+ ActionFilterSensitiveLog,
786
+ ActionInteractionFilterSensitiveLog,
787
+ PutActionInteractionsRequestFilterSensitiveLog,
788
+ PutActionsRequestFilterSensitiveLog,
789
+ EventFilterSensitiveLog,
790
+ PutEventsRequestFilterSensitiveLog,
791
+ ItemFilterSensitiveLog,
792
+ PutItemsRequestFilterSensitiveLog,
792
793
  UserFilterSensitiveLog,
793
- __Client
794
+ PutUsersRequestFilterSensitiveLog
794
795
  });
795
796
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-personalize-events",
3
3
  "description": "AWS SDK for JavaScript Personalize Events Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-personalize-events",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",