@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 UpdateEndpointsBatchCommand 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 UpdateEndpointsBatchCommand 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_restJson1UpdateEndpointsBatchCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateEndpointsBatchCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateEndpointsBatchCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEndpointsBatchCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateEndpointsBatchCommand = UpdateEndpointsBatchCommand;
@@ -11,7 +11,7 @@ class UpdateGcmChannelCommand 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 UpdateGcmChannelCommand 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_restJson1UpdateGcmChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateGcmChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateGcmChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateGcmChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateGcmChannelCommand = UpdateGcmChannelCommand;
@@ -11,7 +11,7 @@ class UpdateInAppTemplateCommand 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 UpdateInAppTemplateCommand 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_restJson1UpdateInAppTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateInAppTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateInAppTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateInAppTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateInAppTemplateCommand = UpdateInAppTemplateCommand;
@@ -11,7 +11,7 @@ class UpdateJourneyCommand 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 UpdateJourneyCommand 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_restJson1UpdateJourneyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateJourneyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateJourneyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateJourneyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateJourneyCommand = UpdateJourneyCommand;
@@ -11,7 +11,7 @@ class UpdateJourneyStateCommand 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 UpdateJourneyStateCommand 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_restJson1UpdateJourneyStateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateJourneyStateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateJourneyStateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateJourneyStateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateJourneyStateCommand = UpdateJourneyStateCommand;
@@ -11,7 +11,7 @@ class UpdatePushTemplateCommand 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 UpdatePushTemplateCommand 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_restJson1UpdatePushTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdatePushTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdatePushTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePushTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdatePushTemplateCommand = UpdatePushTemplateCommand;
@@ -11,7 +11,7 @@ class UpdateRecommenderConfigurationCommand 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 UpdateRecommenderConfigurationCommand 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_restJson1UpdateRecommenderConfigurationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateRecommenderConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateRecommenderConfigurationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRecommenderConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateRecommenderConfigurationCommand = UpdateRecommenderConfigurationCommand;
@@ -11,7 +11,7 @@ class UpdateSegmentCommand 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 UpdateSegmentCommand 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_restJson1UpdateSegmentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateSegmentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateSegmentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSegmentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateSegmentCommand = UpdateSegmentCommand;
@@ -11,7 +11,7 @@ class UpdateSmsChannelCommand 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 UpdateSmsChannelCommand 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_restJson1UpdateSmsChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateSmsChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateSmsChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSmsChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateSmsChannelCommand = UpdateSmsChannelCommand;
@@ -11,7 +11,7 @@ class UpdateSmsTemplateCommand 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 UpdateSmsTemplateCommand 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_restJson1UpdateSmsTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateSmsTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateSmsTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSmsTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateSmsTemplateCommand = UpdateSmsTemplateCommand;
@@ -11,7 +11,7 @@ class UpdateTemplateActiveVersionCommand 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 UpdateTemplateActiveVersionCommand 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_restJson1UpdateTemplateActiveVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateTemplateActiveVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateTemplateActiveVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateTemplateActiveVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateTemplateActiveVersionCommand = UpdateTemplateActiveVersionCommand;
@@ -11,7 +11,7 @@ class UpdateVoiceChannelCommand 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 UpdateVoiceChannelCommand 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_restJson1UpdateVoiceChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateVoiceChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateVoiceChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateVoiceChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateVoiceChannelCommand = UpdateVoiceChannelCommand;
@@ -11,7 +11,7 @@ class UpdateVoiceTemplateCommand 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 UpdateVoiceTemplateCommand 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_restJson1UpdateVoiceTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateVoiceTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateVoiceTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateVoiceTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateVoiceTemplateCommand = UpdateVoiceTemplateCommand;
@@ -11,7 +11,7 @@ class VerifyOTPMessageCommand 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 VerifyOTPMessageCommand 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_restJson1VerifyOTPMessageCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1VerifyOTPMessageCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1VerifyOTPMessageCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1VerifyOTPMessageCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.VerifyOTPMessageCommand = VerifyOTPMessageCommand;
@@ -164,7 +164,7 @@ const partitionHash = {
164
164
  ],
165
165
  },
166
166
  };
167
- const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
167
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
168
168
  ...options,
169
169
  signingService: "mobiletargeting",
170
170
  regionHash,