@aws-sdk/client-personalize-events 3.775.0 → 3.777.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/dist-types/commands/PutActionInteractionsCommand.d.ts +1 -0
- package/dist-types/commands/PutActionsCommand.d.ts +1 -0
- package/dist-types/commands/PutEventsCommand.d.ts +1 -0
- package/dist-types/commands/PutItemsCommand.d.ts +1 -0
- package/dist-types/commands/PutUsersCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -80,6 +80,7 @@ declare const PutActionInteractionsCommand_base: {
|
|
|
80
80
|
* @throws {@link PersonalizeEventsServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from PersonalizeEvents service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class PutActionInteractionsCommand extends PutActionInteractionsCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const PutActionsCommand_base: {
|
|
|
69
69
|
* @throws {@link PersonalizeEventsServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from PersonalizeEvents service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class PutActionsCommand extends PutActionsCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const PutEventsCommand_base: {
|
|
|
75
75
|
* @throws {@link PersonalizeEventsServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from PersonalizeEvents service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class PutEventsCommand extends PutEventsCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const PutItemsCommand_base: {
|
|
|
69
69
|
* @throws {@link PersonalizeEventsServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from PersonalizeEvents service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class PutItemsCommand extends PutItemsCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const PutUsersCommand_base: {
|
|
|
68
68
|
* @throws {@link PersonalizeEventsServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from PersonalizeEvents service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class PutUsersCommand extends PutUsersCommand_base {
|
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.
|
|
4
|
+
"version": "3.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|