@aws-sdk/client-personalize-events 3.649.0 → 3.651.1

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-cjs/index.js CHANGED
@@ -587,9 +587,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
587
587
  }), "deserializeMetadata");
588
588
 
589
589
  // src/commands/PutActionInteractionsCommand.ts
590
- var _PutActionInteractionsCommand = class _PutActionInteractionsCommand extends import_smithy_client.Command.classBuilder().ep({
591
- ...commonParams
592
- }).m(function(Command, cs, config, o) {
590
+ var _PutActionInteractionsCommand = class _PutActionInteractionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
593
591
  return [
594
592
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
595
593
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -603,9 +601,7 @@ var PutActionInteractionsCommand = _PutActionInteractionsCommand;
603
601
 
604
602
 
605
603
 
606
- var _PutActionsCommand = class _PutActionsCommand extends import_smithy_client.Command.classBuilder().ep({
607
- ...commonParams
608
- }).m(function(Command, cs, config, o) {
604
+ var _PutActionsCommand = class _PutActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
609
605
  return [
610
606
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
611
607
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -619,9 +615,7 @@ var PutActionsCommand = _PutActionsCommand;
619
615
 
620
616
 
621
617
 
622
- var _PutEventsCommand = class _PutEventsCommand extends import_smithy_client.Command.classBuilder().ep({
623
- ...commonParams
624
- }).m(function(Command, cs, config, o) {
618
+ var _PutEventsCommand = class _PutEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
625
619
  return [
626
620
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
627
621
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -635,9 +629,7 @@ var PutEventsCommand = _PutEventsCommand;
635
629
 
636
630
 
637
631
 
638
- var _PutItemsCommand = class _PutItemsCommand extends import_smithy_client.Command.classBuilder().ep({
639
- ...commonParams
640
- }).m(function(Command, cs, config, o) {
632
+ var _PutItemsCommand = class _PutItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
641
633
  return [
642
634
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
643
635
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -651,9 +643,7 @@ var PutItemsCommand = _PutItemsCommand;
651
643
 
652
644
 
653
645
 
654
- var _PutUsersCommand = class _PutUsersCommand extends import_smithy_client.Command.classBuilder().ep({
655
- ...commonParams
656
- }).m(function(Command, cs, config, o) {
646
+ var _PutUsersCommand = class _PutUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
657
647
  return [
658
648
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
659
649
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7,9 +7,7 @@ import { de_PutActionInteractionsCommand, se_PutActionInteractionsCommand } from
7
7
  export { $Command };
8
8
  export class PutActionInteractionsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_PutActionsCommand, se_PutActionsCommand } from "../protocols/Aws_res
7
7
  export { $Command };
8
8
  export class PutActionsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_PutEventsCommand, se_PutEventsCommand } from "../protocols/Aws_restJ
7
7
  export { $Command };
8
8
  export class PutEventsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_PutItemsCommand, se_PutItemsCommand } from "../protocols/Aws_restJso
7
7
  export { $Command };
8
8
  export class PutItemsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_PutUsersCommand, se_PutUsersCommand } from "../protocols/Aws_restJso
7
7
  export { $Command };
8
8
  export class PutUsersCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
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.649.0",
4
+ "version": "3.651.1",
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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.651.1",
24
+ "@aws-sdk/client-sts": "3.651.1",
25
+ "@aws-sdk/core": "3.651.1",
26
+ "@aws-sdk/credential-provider-node": "3.651.1",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",