@aws-sdk/client-pinpoint 3.54.1 → 3.58.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 GetChannelsCommand 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 GetChannelsCommand 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_restJson1GetChannelsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetChannelsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetChannelsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetChannelsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetChannelsCommand = GetChannelsCommand;
@@ -11,7 +11,7 @@ class GetEmailChannelCommand 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 GetEmailChannelCommand 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_restJson1GetEmailChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetEmailChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetEmailChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetEmailChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetEmailChannelCommand = GetEmailChannelCommand;
@@ -12,7 +12,7 @@ class GetEmailTemplateCommand extends smithy_client_1.Command {
12
12
  this.input = input;
13
13
  }
14
14
  resolveMiddleware(clientStack, configuration, options) {
15
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
16
16
  const stack = clientStack.concat(this.middlewareStack);
17
17
  const { logger } = configuration;
18
18
  const clientName = "PinpointClient";
@@ -28,10 +28,10 @@ class GetEmailTemplateCommand extends smithy_client_1.Command {
28
28
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
29
29
  }
30
30
  serialize(input, context) {
31
- return Aws_restJson1_1.serializeAws_restJson1GetEmailTemplateCommand(input, context);
31
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetEmailTemplateCommand)(input, context);
32
32
  }
33
33
  deserialize(output, context) {
34
- return Aws_restJson1_1.deserializeAws_restJson1GetEmailTemplateCommand(output, context);
34
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetEmailTemplateCommand)(output, context);
35
35
  }
36
36
  }
37
37
  exports.GetEmailTemplateCommand = GetEmailTemplateCommand;
@@ -11,7 +11,7 @@ class GetEndpointCommand 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 GetEndpointCommand 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_restJson1GetEndpointCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetEndpointCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetEndpointCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetEndpointCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetEndpointCommand = GetEndpointCommand;
@@ -11,7 +11,7 @@ class GetEventStreamCommand 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 GetEventStreamCommand 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_restJson1GetEventStreamCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetEventStreamCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetEventStreamCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetEventStreamCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetEventStreamCommand = GetEventStreamCommand;
@@ -11,7 +11,7 @@ class GetExportJobCommand 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 GetExportJobCommand 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_restJson1GetExportJobCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetExportJobCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetExportJobCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetExportJobCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetExportJobCommand = GetExportJobCommand;
@@ -11,7 +11,7 @@ class GetExportJobsCommand 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 GetExportJobsCommand 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_restJson1GetExportJobsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetExportJobsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetExportJobsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetExportJobsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetExportJobsCommand = GetExportJobsCommand;
@@ -11,7 +11,7 @@ class GetGcmChannelCommand 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 GetGcmChannelCommand 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_restJson1GetGcmChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetGcmChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetGcmChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetGcmChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetGcmChannelCommand = GetGcmChannelCommand;
@@ -11,7 +11,7 @@ class GetImportJobCommand 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 GetImportJobCommand 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_restJson1GetImportJobCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetImportJobCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetImportJobCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetImportJobCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetImportJobCommand = GetImportJobCommand;
@@ -11,7 +11,7 @@ class GetImportJobsCommand 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 GetImportJobsCommand 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_restJson1GetImportJobsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetImportJobsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetImportJobsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetImportJobsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetImportJobsCommand = GetImportJobsCommand;
@@ -11,7 +11,7 @@ class GetInAppMessagesCommand 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 GetInAppMessagesCommand 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_restJson1GetInAppMessagesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetInAppMessagesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetInAppMessagesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetInAppMessagesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetInAppMessagesCommand = GetInAppMessagesCommand;
@@ -11,7 +11,7 @@ class GetInAppTemplateCommand 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 GetInAppTemplateCommand 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_restJson1GetInAppTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetInAppTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetInAppTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetInAppTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetInAppTemplateCommand = GetInAppTemplateCommand;
@@ -11,7 +11,7 @@ class GetJourneyCommand 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 GetJourneyCommand 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_restJson1GetJourneyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetJourneyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetJourneyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetJourneyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetJourneyCommand = GetJourneyCommand;
@@ -11,7 +11,7 @@ class GetJourneyDateRangeKpiCommand 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 GetJourneyDateRangeKpiCommand 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_restJson1GetJourneyDateRangeKpiCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetJourneyDateRangeKpiCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetJourneyDateRangeKpiCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetJourneyDateRangeKpiCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetJourneyDateRangeKpiCommand = GetJourneyDateRangeKpiCommand;
@@ -11,7 +11,7 @@ class GetJourneyExecutionActivityMetricsCommand 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 GetJourneyExecutionActivityMetricsCommand 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_restJson1GetJourneyExecutionActivityMetricsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetJourneyExecutionActivityMetricsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetJourneyExecutionActivityMetricsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetJourneyExecutionActivityMetricsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetJourneyExecutionActivityMetricsCommand = GetJourneyExecutionActivityMetricsCommand;
@@ -11,7 +11,7 @@ class GetJourneyExecutionMetricsCommand 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 GetJourneyExecutionMetricsCommand 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_restJson1GetJourneyExecutionMetricsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetJourneyExecutionMetricsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetJourneyExecutionMetricsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetJourneyExecutionMetricsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetJourneyExecutionMetricsCommand = GetJourneyExecutionMetricsCommand;
@@ -11,7 +11,7 @@ class GetPushTemplateCommand 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 GetPushTemplateCommand 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_restJson1GetPushTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetPushTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetPushTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetPushTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetPushTemplateCommand = GetPushTemplateCommand;
@@ -11,7 +11,7 @@ class GetRecommenderConfigurationCommand 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 GetRecommenderConfigurationCommand 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_restJson1GetRecommenderConfigurationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetRecommenderConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetRecommenderConfigurationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetRecommenderConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRecommenderConfigurationCommand = GetRecommenderConfigurationCommand;
@@ -11,7 +11,7 @@ class GetRecommenderConfigurationsCommand 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 GetRecommenderConfigurationsCommand 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_restJson1GetRecommenderConfigurationsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetRecommenderConfigurationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetRecommenderConfigurationsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetRecommenderConfigurationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRecommenderConfigurationsCommand = GetRecommenderConfigurationsCommand;
@@ -11,7 +11,7 @@ class GetSegmentCommand 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 GetSegmentCommand 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_restJson1GetSegmentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetSegmentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetSegmentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetSegmentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSegmentCommand = GetSegmentCommand;
@@ -11,7 +11,7 @@ class GetSegmentExportJobsCommand 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 GetSegmentExportJobsCommand 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_restJson1GetSegmentExportJobsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetSegmentExportJobsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetSegmentExportJobsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetSegmentExportJobsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSegmentExportJobsCommand = GetSegmentExportJobsCommand;
@@ -11,7 +11,7 @@ class GetSegmentImportJobsCommand 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 GetSegmentImportJobsCommand 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_restJson1GetSegmentImportJobsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetSegmentImportJobsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetSegmentImportJobsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetSegmentImportJobsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSegmentImportJobsCommand = GetSegmentImportJobsCommand;
@@ -11,7 +11,7 @@ class GetSegmentVersionCommand 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 GetSegmentVersionCommand 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_restJson1GetSegmentVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetSegmentVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetSegmentVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetSegmentVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSegmentVersionCommand = GetSegmentVersionCommand;
@@ -11,7 +11,7 @@ class GetSegmentVersionsCommand 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 GetSegmentVersionsCommand 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_restJson1GetSegmentVersionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetSegmentVersionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetSegmentVersionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetSegmentVersionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSegmentVersionsCommand = GetSegmentVersionsCommand;
@@ -11,7 +11,7 @@ class GetSegmentsCommand 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 GetSegmentsCommand 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_restJson1GetSegmentsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetSegmentsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetSegmentsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetSegmentsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSegmentsCommand = GetSegmentsCommand;
@@ -11,7 +11,7 @@ class GetSmsChannelCommand 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 GetSmsChannelCommand 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_restJson1GetSmsChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetSmsChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetSmsChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetSmsChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSmsChannelCommand = GetSmsChannelCommand;
@@ -11,7 +11,7 @@ class GetSmsTemplateCommand 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 GetSmsTemplateCommand 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_restJson1GetSmsTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetSmsTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetSmsTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetSmsTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSmsTemplateCommand = GetSmsTemplateCommand;