@aws-sdk/client-personalize-events 3.325.0 → 3.326.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.
@@ -51,6 +51,8 @@ export interface PutEventsCommandOutput extends __MetadataBearer {
51
51
  * };
52
52
  * const command = new PutEventsCommand(input);
53
53
  * const response = await client.send(command);
54
+ * // {};
55
+ *
54
56
  * ```
55
57
  *
56
58
  * @param PutEventsCommandInput - {@link PutEventsCommandInput}
@@ -62,6 +64,8 @@ export interface PutEventsCommandOutput extends __MetadataBearer {
62
64
  * @throws {@link InvalidInputException} (client fault)
63
65
  * <p>Provide a valid value for the field or parameter.</p>
64
66
  *
67
+ * @throws {@link PersonalizeEventsServiceException}
68
+ * <p>Base exception class for all service exceptions from PersonalizeEvents service.</p>
65
69
  *
66
70
  */
67
71
  export declare class PutEventsCommand extends $Command<PutEventsCommandInput, PutEventsCommandOutput, PersonalizeEventsClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface PutItemsCommandOutput extends __MetadataBearer {
39
39
  * };
40
40
  * const command = new PutItemsCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param PutItemsCommandInput - {@link PutItemsCommandInput}
@@ -56,6 +58,8 @@ export interface PutItemsCommandOutput extends __MetadataBearer {
56
58
  * @throws {@link ResourceNotFoundException} (client fault)
57
59
  * <p>Could not find the specified resource.</p>
58
60
  *
61
+ * @throws {@link PersonalizeEventsServiceException}
62
+ * <p>Base exception class for all service exceptions from PersonalizeEvents service.</p>
59
63
  *
60
64
  */
61
65
  export declare class PutItemsCommand extends $Command<PutItemsCommandInput, PutItemsCommandOutput, PersonalizeEventsClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface PutUsersCommandOutput extends __MetadataBearer {
38
38
  * };
39
39
  * const command = new PutUsersCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param PutUsersCommandInput - {@link PutUsersCommandInput}
@@ -55,6 +57,8 @@ export interface PutUsersCommandOutput extends __MetadataBearer {
55
57
  * @throws {@link ResourceNotFoundException} (client fault)
56
58
  * <p>Could not find the specified resource.</p>
57
59
  *
60
+ * @throws {@link PersonalizeEventsServiceException}
61
+ * <p>Base exception class for all service exceptions from PersonalizeEvents service.</p>
58
62
  *
59
63
  */
60
64
  export declare class PutUsersCommand extends $Command<PutUsersCommandInput, PutUsersCommandOutput, PersonalizeEventsClientResolvedConfig> {
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.325.0",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",