@aws-sdk/client-pinpoint 3.54.0 → 3.56.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 (131) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/PinpointClient.js +13 -13
  3. package/dist-cjs/commands/CreateAppCommand.js +3 -3
  4. package/dist-cjs/commands/CreateCampaignCommand.js +3 -3
  5. package/dist-cjs/commands/CreateEmailTemplateCommand.js +3 -3
  6. package/dist-cjs/commands/CreateExportJobCommand.js +3 -3
  7. package/dist-cjs/commands/CreateImportJobCommand.js +3 -3
  8. package/dist-cjs/commands/CreateInAppTemplateCommand.js +3 -3
  9. package/dist-cjs/commands/CreateJourneyCommand.js +3 -3
  10. package/dist-cjs/commands/CreatePushTemplateCommand.js +3 -3
  11. package/dist-cjs/commands/CreateRecommenderConfigurationCommand.js +3 -3
  12. package/dist-cjs/commands/CreateSegmentCommand.js +3 -3
  13. package/dist-cjs/commands/CreateSmsTemplateCommand.js +3 -3
  14. package/dist-cjs/commands/CreateVoiceTemplateCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteAdmChannelCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteApnsChannelCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteApnsSandboxChannelCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteApnsVoipChannelCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteApnsVoipSandboxChannelCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteAppCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteBaiduChannelCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteCampaignCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteEmailChannelCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteEmailTemplateCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteEndpointCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteEventStreamCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteGcmChannelCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteInAppTemplateCommand.js +3 -3
  29. package/dist-cjs/commands/DeleteJourneyCommand.js +3 -3
  30. package/dist-cjs/commands/DeletePushTemplateCommand.js +3 -3
  31. package/dist-cjs/commands/DeleteRecommenderConfigurationCommand.js +3 -3
  32. package/dist-cjs/commands/DeleteSegmentCommand.js +3 -3
  33. package/dist-cjs/commands/DeleteSmsChannelCommand.js +3 -3
  34. package/dist-cjs/commands/DeleteSmsTemplateCommand.js +3 -3
  35. package/dist-cjs/commands/DeleteUserEndpointsCommand.js +3 -3
  36. package/dist-cjs/commands/DeleteVoiceChannelCommand.js +3 -3
  37. package/dist-cjs/commands/DeleteVoiceTemplateCommand.js +3 -3
  38. package/dist-cjs/commands/GetAdmChannelCommand.js +3 -3
  39. package/dist-cjs/commands/GetApnsChannelCommand.js +3 -3
  40. package/dist-cjs/commands/GetApnsSandboxChannelCommand.js +3 -3
  41. package/dist-cjs/commands/GetApnsVoipChannelCommand.js +3 -3
  42. package/dist-cjs/commands/GetApnsVoipSandboxChannelCommand.js +3 -3
  43. package/dist-cjs/commands/GetAppCommand.js +3 -3
  44. package/dist-cjs/commands/GetApplicationDateRangeKpiCommand.js +3 -3
  45. package/dist-cjs/commands/GetApplicationSettingsCommand.js +3 -3
  46. package/dist-cjs/commands/GetAppsCommand.js +3 -3
  47. package/dist-cjs/commands/GetBaiduChannelCommand.js +3 -3
  48. package/dist-cjs/commands/GetCampaignActivitiesCommand.js +3 -3
  49. package/dist-cjs/commands/GetCampaignCommand.js +3 -3
  50. package/dist-cjs/commands/GetCampaignDateRangeKpiCommand.js +3 -3
  51. package/dist-cjs/commands/GetCampaignVersionCommand.js +3 -3
  52. package/dist-cjs/commands/GetCampaignVersionsCommand.js +3 -3
  53. package/dist-cjs/commands/GetCampaignsCommand.js +3 -3
  54. package/dist-cjs/commands/GetChannelsCommand.js +3 -3
  55. package/dist-cjs/commands/GetEmailChannelCommand.js +3 -3
  56. package/dist-cjs/commands/GetEmailTemplateCommand.js +3 -3
  57. package/dist-cjs/commands/GetEndpointCommand.js +3 -3
  58. package/dist-cjs/commands/GetEventStreamCommand.js +3 -3
  59. package/dist-cjs/commands/GetExportJobCommand.js +3 -3
  60. package/dist-cjs/commands/GetExportJobsCommand.js +3 -3
  61. package/dist-cjs/commands/GetGcmChannelCommand.js +3 -3
  62. package/dist-cjs/commands/GetImportJobCommand.js +3 -3
  63. package/dist-cjs/commands/GetImportJobsCommand.js +3 -3
  64. package/dist-cjs/commands/GetInAppMessagesCommand.js +3 -3
  65. package/dist-cjs/commands/GetInAppTemplateCommand.js +3 -3
  66. package/dist-cjs/commands/GetJourneyCommand.js +3 -3
  67. package/dist-cjs/commands/GetJourneyDateRangeKpiCommand.js +3 -3
  68. package/dist-cjs/commands/GetJourneyExecutionActivityMetricsCommand.js +3 -3
  69. package/dist-cjs/commands/GetJourneyExecutionMetricsCommand.js +3 -3
  70. package/dist-cjs/commands/GetPushTemplateCommand.js +3 -3
  71. package/dist-cjs/commands/GetRecommenderConfigurationCommand.js +3 -3
  72. package/dist-cjs/commands/GetRecommenderConfigurationsCommand.js +3 -3
  73. package/dist-cjs/commands/GetSegmentCommand.js +3 -3
  74. package/dist-cjs/commands/GetSegmentExportJobsCommand.js +3 -3
  75. package/dist-cjs/commands/GetSegmentImportJobsCommand.js +3 -3
  76. package/dist-cjs/commands/GetSegmentVersionCommand.js +3 -3
  77. package/dist-cjs/commands/GetSegmentVersionsCommand.js +3 -3
  78. package/dist-cjs/commands/GetSegmentsCommand.js +3 -3
  79. package/dist-cjs/commands/GetSmsChannelCommand.js +3 -3
  80. package/dist-cjs/commands/GetSmsTemplateCommand.js +3 -3
  81. package/dist-cjs/commands/GetUserEndpointsCommand.js +3 -3
  82. package/dist-cjs/commands/GetVoiceChannelCommand.js +3 -3
  83. package/dist-cjs/commands/GetVoiceTemplateCommand.js +3 -3
  84. package/dist-cjs/commands/ListJourneysCommand.js +3 -3
  85. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  86. package/dist-cjs/commands/ListTemplateVersionsCommand.js +3 -3
  87. package/dist-cjs/commands/ListTemplatesCommand.js +3 -3
  88. package/dist-cjs/commands/PhoneNumberValidateCommand.js +3 -3
  89. package/dist-cjs/commands/PutEventStreamCommand.js +3 -3
  90. package/dist-cjs/commands/PutEventsCommand.js +3 -3
  91. package/dist-cjs/commands/RemoveAttributesCommand.js +3 -3
  92. package/dist-cjs/commands/SendMessagesCommand.js +3 -3
  93. package/dist-cjs/commands/SendOTPMessageCommand.js +3 -3
  94. package/dist-cjs/commands/SendUsersMessagesCommand.js +3 -3
  95. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  96. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  97. package/dist-cjs/commands/UpdateAdmChannelCommand.js +3 -3
  98. package/dist-cjs/commands/UpdateApnsChannelCommand.js +3 -3
  99. package/dist-cjs/commands/UpdateApnsSandboxChannelCommand.js +3 -3
  100. package/dist-cjs/commands/UpdateApnsVoipChannelCommand.js +3 -3
  101. package/dist-cjs/commands/UpdateApnsVoipSandboxChannelCommand.js +3 -3
  102. package/dist-cjs/commands/UpdateApplicationSettingsCommand.js +3 -3
  103. package/dist-cjs/commands/UpdateBaiduChannelCommand.js +3 -3
  104. package/dist-cjs/commands/UpdateCampaignCommand.js +3 -3
  105. package/dist-cjs/commands/UpdateEmailChannelCommand.js +3 -3
  106. package/dist-cjs/commands/UpdateEmailTemplateCommand.js +3 -3
  107. package/dist-cjs/commands/UpdateEndpointCommand.js +3 -3
  108. package/dist-cjs/commands/UpdateEndpointsBatchCommand.js +3 -3
  109. package/dist-cjs/commands/UpdateGcmChannelCommand.js +3 -3
  110. package/dist-cjs/commands/UpdateInAppTemplateCommand.js +3 -3
  111. package/dist-cjs/commands/UpdateJourneyCommand.js +3 -3
  112. package/dist-cjs/commands/UpdateJourneyStateCommand.js +3 -3
  113. package/dist-cjs/commands/UpdatePushTemplateCommand.js +3 -3
  114. package/dist-cjs/commands/UpdateRecommenderConfigurationCommand.js +3 -3
  115. package/dist-cjs/commands/UpdateSegmentCommand.js +3 -3
  116. package/dist-cjs/commands/UpdateSmsChannelCommand.js +3 -3
  117. package/dist-cjs/commands/UpdateSmsTemplateCommand.js +3 -3
  118. package/dist-cjs/commands/UpdateTemplateActiveVersionCommand.js +3 -3
  119. package/dist-cjs/commands/UpdateVoiceChannelCommand.js +3 -3
  120. package/dist-cjs/commands/UpdateVoiceTemplateCommand.js +3 -3
  121. package/dist-cjs/commands/VerifyOTPMessageCommand.js +3 -3
  122. package/dist-cjs/endpoints.js +1 -1
  123. package/dist-cjs/protocols/Aws_restJson1.js +991 -991
  124. package/dist-cjs/runtimeConfig.browser.js +4 -4
  125. package/dist-cjs/runtimeConfig.js +9 -9
  126. package/dist-cjs/runtimeConfig.native.js +1 -1
  127. package/dist-es/Pinpoint.js +119 -119
  128. package/dist-es/protocols/Aws_restJson1.js +119 -119
  129. package/dist-types/runtimeConfig.native.d.ts +2 -2
  130. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  131. package/package.json +34 -34
@@ -11,7 +11,7 @@ class GetUserEndpointsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class GetUserEndpointsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetUserEndpointsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetUserEndpointsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetUserEndpointsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetUserEndpointsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUserEndpointsCommand = GetUserEndpointsCommand;
@@ -11,7 +11,7 @@ class GetVoiceChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class GetVoiceChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetVoiceChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetVoiceChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetVoiceChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetVoiceChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetVoiceChannelCommand = GetVoiceChannelCommand;
@@ -11,7 +11,7 @@ class GetVoiceTemplateCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class GetVoiceTemplateCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetVoiceTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetVoiceTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetVoiceTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetVoiceTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetVoiceTemplateCommand = GetVoiceTemplateCommand;
@@ -11,7 +11,7 @@ class ListJourneysCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class ListJourneysCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListJourneysCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListJourneysCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListJourneysCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListJourneysCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListJourneysCommand = ListJourneysCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class ListTemplateVersionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class ListTemplateVersionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTemplateVersionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTemplateVersionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTemplateVersionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTemplateVersionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTemplateVersionsCommand = ListTemplateVersionsCommand;
@@ -11,7 +11,7 @@ class ListTemplatesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class ListTemplatesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTemplatesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTemplatesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTemplatesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTemplatesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTemplatesCommand = ListTemplatesCommand;
@@ -11,7 +11,7 @@ class PhoneNumberValidateCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class PhoneNumberValidateCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PhoneNumberValidateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PhoneNumberValidateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PhoneNumberValidateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PhoneNumberValidateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PhoneNumberValidateCommand = PhoneNumberValidateCommand;
@@ -11,7 +11,7 @@ class PutEventStreamCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class PutEventStreamCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PutEventStreamCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutEventStreamCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutEventStreamCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutEventStreamCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutEventStreamCommand = PutEventStreamCommand;
@@ -11,7 +11,7 @@ class PutEventsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class PutEventsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PutEventsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutEventsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutEventsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutEventsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutEventsCommand = PutEventsCommand;
@@ -11,7 +11,7 @@ class RemoveAttributesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class RemoveAttributesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1RemoveAttributesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RemoveAttributesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RemoveAttributesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveAttributesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemoveAttributesCommand = RemoveAttributesCommand;
@@ -11,7 +11,7 @@ class SendMessagesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class SendMessagesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1SendMessagesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SendMessagesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SendMessagesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SendMessagesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SendMessagesCommand = SendMessagesCommand;
@@ -11,7 +11,7 @@ class SendOTPMessageCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class SendOTPMessageCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1SendOTPMessageCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SendOTPMessageCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SendOTPMessageCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SendOTPMessageCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SendOTPMessageCommand = SendOTPMessageCommand;
@@ -11,7 +11,7 @@ class SendUsersMessagesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class SendUsersMessagesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1SendUsersMessagesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SendUsersMessagesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SendUsersMessagesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SendUsersMessagesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SendUsersMessagesCommand = SendUsersMessagesCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class TagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1TagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateAdmChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateAdmChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateAdmChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateAdmChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateAdmChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAdmChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateAdmChannelCommand = UpdateAdmChannelCommand;
@@ -11,7 +11,7 @@ class UpdateApnsChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateApnsChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateApnsChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateApnsChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateApnsChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateApnsChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateApnsChannelCommand = UpdateApnsChannelCommand;
@@ -11,7 +11,7 @@ class UpdateApnsSandboxChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateApnsSandboxChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateApnsSandboxChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateApnsSandboxChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateApnsSandboxChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateApnsSandboxChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateApnsSandboxChannelCommand = UpdateApnsSandboxChannelCommand;
@@ -11,7 +11,7 @@ class UpdateApnsVoipChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateApnsVoipChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateApnsVoipChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateApnsVoipChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateApnsVoipChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateApnsVoipChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateApnsVoipChannelCommand = UpdateApnsVoipChannelCommand;
@@ -11,7 +11,7 @@ class UpdateApnsVoipSandboxChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateApnsVoipSandboxChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateApnsVoipSandboxChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateApnsVoipSandboxChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateApnsVoipSandboxChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateApnsVoipSandboxChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateApnsVoipSandboxChannelCommand = UpdateApnsVoipSandboxChannelCommand;
@@ -11,7 +11,7 @@ class UpdateApplicationSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateApplicationSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateApplicationSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateApplicationSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateApplicationSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateApplicationSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateApplicationSettingsCommand = UpdateApplicationSettingsCommand;
@@ -11,7 +11,7 @@ class UpdateBaiduChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateBaiduChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateBaiduChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBaiduChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateBaiduChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBaiduChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateBaiduChannelCommand = UpdateBaiduChannelCommand;
@@ -11,7 +11,7 @@ class UpdateCampaignCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateCampaignCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateCampaignCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateCampaignCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateCampaignCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateCampaignCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateCampaignCommand = UpdateCampaignCommand;
@@ -11,7 +11,7 @@ class UpdateEmailChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateEmailChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateEmailChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateEmailChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateEmailChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEmailChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateEmailChannelCommand = UpdateEmailChannelCommand;
@@ -11,7 +11,7 @@ class UpdateEmailTemplateCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateEmailTemplateCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateEmailTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateEmailTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateEmailTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEmailTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateEmailTemplateCommand = UpdateEmailTemplateCommand;
@@ -11,7 +11,7 @@ class UpdateEndpointCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "PinpointClient";
@@ -27,10 +27,10 @@ class UpdateEndpointCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateEndpointCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateEndpointCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateEndpointCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEndpointCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateEndpointCommand = UpdateEndpointCommand;