@aws-sdk/client-connect 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 (181) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/ConnectClient.js +13 -13
  3. package/dist-cjs/commands/AssociateApprovedOriginCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateBotCommand.js +3 -3
  5. package/dist-cjs/commands/AssociateDefaultVocabularyCommand.js +3 -3
  6. package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +3 -3
  7. package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +3 -3
  8. package/dist-cjs/commands/AssociateLexBotCommand.js +3 -3
  9. package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +3 -3
  10. package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +3 -3
  11. package/dist-cjs/commands/AssociateSecurityKeyCommand.js +3 -3
  12. package/dist-cjs/commands/CreateAgentStatusCommand.js +3 -3
  13. package/dist-cjs/commands/CreateContactFlowCommand.js +3 -3
  14. package/dist-cjs/commands/CreateContactFlowModuleCommand.js +3 -3
  15. package/dist-cjs/commands/CreateHoursOfOperationCommand.js +3 -3
  16. package/dist-cjs/commands/CreateInstanceCommand.js +3 -3
  17. package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +3 -3
  18. package/dist-cjs/commands/CreateQueueCommand.js +3 -3
  19. package/dist-cjs/commands/CreateQuickConnectCommand.js +3 -3
  20. package/dist-cjs/commands/CreateRoutingProfileCommand.js +3 -3
  21. package/dist-cjs/commands/CreateSecurityProfileCommand.js +3 -3
  22. package/dist-cjs/commands/CreateUseCaseCommand.js +3 -3
  23. package/dist-cjs/commands/CreateUserCommand.js +3 -3
  24. package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +3 -3
  25. package/dist-cjs/commands/CreateVocabularyCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteContactFlowCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +3 -3
  29. package/dist-cjs/commands/DeleteInstanceCommand.js +3 -3
  30. package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +3 -3
  31. package/dist-cjs/commands/DeleteQuickConnectCommand.js +3 -3
  32. package/dist-cjs/commands/DeleteSecurityProfileCommand.js +3 -3
  33. package/dist-cjs/commands/DeleteUseCaseCommand.js +3 -3
  34. package/dist-cjs/commands/DeleteUserCommand.js +3 -3
  35. package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +3 -3
  36. package/dist-cjs/commands/DeleteVocabularyCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeAgentStatusCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeContactCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeContactFlowCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +3 -3
  43. package/dist-cjs/commands/DescribeInstanceCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +3 -3
  45. package/dist-cjs/commands/DescribeQueueCommand.js +3 -3
  46. package/dist-cjs/commands/DescribeQuickConnectCommand.js +3 -3
  47. package/dist-cjs/commands/DescribeRoutingProfileCommand.js +3 -3
  48. package/dist-cjs/commands/DescribeSecurityProfileCommand.js +3 -3
  49. package/dist-cjs/commands/DescribeUserCommand.js +3 -3
  50. package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +3 -3
  51. package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +3 -3
  52. package/dist-cjs/commands/DescribeVocabularyCommand.js +3 -3
  53. package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +3 -3
  54. package/dist-cjs/commands/DisassociateBotCommand.js +3 -3
  55. package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +3 -3
  56. package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +3 -3
  57. package/dist-cjs/commands/DisassociateLexBotCommand.js +3 -3
  58. package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +3 -3
  59. package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +3 -3
  60. package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +3 -3
  61. package/dist-cjs/commands/GetContactAttributesCommand.js +3 -3
  62. package/dist-cjs/commands/GetCurrentMetricDataCommand.js +3 -3
  63. package/dist-cjs/commands/GetFederationTokenCommand.js +3 -3
  64. package/dist-cjs/commands/GetMetricDataCommand.js +3 -3
  65. package/dist-cjs/commands/ListAgentStatusesCommand.js +3 -3
  66. package/dist-cjs/commands/ListApprovedOriginsCommand.js +3 -3
  67. package/dist-cjs/commands/ListBotsCommand.js +3 -3
  68. package/dist-cjs/commands/ListContactFlowModulesCommand.js +3 -3
  69. package/dist-cjs/commands/ListContactFlowsCommand.js +3 -3
  70. package/dist-cjs/commands/ListContactReferencesCommand.js +3 -3
  71. package/dist-cjs/commands/ListDefaultVocabulariesCommand.js +3 -3
  72. package/dist-cjs/commands/ListHoursOfOperationsCommand.js +3 -3
  73. package/dist-cjs/commands/ListInstanceAttributesCommand.js +3 -3
  74. package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +3 -3
  75. package/dist-cjs/commands/ListInstancesCommand.js +3 -3
  76. package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +3 -3
  77. package/dist-cjs/commands/ListLambdaFunctionsCommand.js +3 -3
  78. package/dist-cjs/commands/ListLexBotsCommand.js +3 -3
  79. package/dist-cjs/commands/ListPhoneNumbersCommand.js +3 -3
  80. package/dist-cjs/commands/ListPromptsCommand.js +3 -3
  81. package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +3 -3
  82. package/dist-cjs/commands/ListQueuesCommand.js +3 -3
  83. package/dist-cjs/commands/ListQuickConnectsCommand.js +3 -3
  84. package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +3 -3
  85. package/dist-cjs/commands/ListRoutingProfilesCommand.js +3 -3
  86. package/dist-cjs/commands/ListSecurityKeysCommand.js +3 -3
  87. package/dist-cjs/commands/ListSecurityProfilePermissionsCommand.js +3 -3
  88. package/dist-cjs/commands/ListSecurityProfilesCommand.js +3 -3
  89. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  90. package/dist-cjs/commands/ListUseCasesCommand.js +3 -3
  91. package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +3 -3
  92. package/dist-cjs/commands/ListUsersCommand.js +3 -3
  93. package/dist-cjs/commands/ResumeContactRecordingCommand.js +3 -3
  94. package/dist-cjs/commands/SearchVocabulariesCommand.js +3 -3
  95. package/dist-cjs/commands/StartChatContactCommand.js +3 -3
  96. package/dist-cjs/commands/StartContactRecordingCommand.js +3 -3
  97. package/dist-cjs/commands/StartContactStreamingCommand.js +3 -3
  98. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +3 -3
  99. package/dist-cjs/commands/StartTaskContactCommand.js +3 -3
  100. package/dist-cjs/commands/StopContactCommand.js +3 -3
  101. package/dist-cjs/commands/StopContactRecordingCommand.js +3 -3
  102. package/dist-cjs/commands/StopContactStreamingCommand.js +3 -3
  103. package/dist-cjs/commands/SuspendContactRecordingCommand.js +3 -3
  104. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  105. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  106. package/dist-cjs/commands/UpdateAgentStatusCommand.js +3 -3
  107. package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
  108. package/dist-cjs/commands/UpdateContactCommand.js +3 -3
  109. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +3 -3
  110. package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +3 -3
  111. package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +3 -3
  112. package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +3 -3
  113. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +3 -3
  114. package/dist-cjs/commands/UpdateContactScheduleCommand.js +3 -3
  115. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +3 -3
  116. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +3 -3
  117. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +3 -3
  118. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +3 -3
  119. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +3 -3
  120. package/dist-cjs/commands/UpdateQueueNameCommand.js +3 -3
  121. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +3 -3
  122. package/dist-cjs/commands/UpdateQueueStatusCommand.js +3 -3
  123. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +3 -3
  124. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +3 -3
  125. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +3 -3
  126. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +3 -3
  127. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +3 -3
  128. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +3 -3
  129. package/dist-cjs/commands/UpdateSecurityProfileCommand.js +3 -3
  130. package/dist-cjs/commands/UpdateUserHierarchyCommand.js +3 -3
  131. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +3 -3
  132. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +3 -3
  133. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +3 -3
  134. package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +3 -3
  135. package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +3 -3
  136. package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +3 -3
  137. package/dist-cjs/endpoints.js +1 -1
  138. package/dist-cjs/protocols/Aws_restJson1.js +765 -751
  139. package/dist-cjs/runtimeConfig.browser.js +4 -4
  140. package/dist-cjs/runtimeConfig.js +9 -9
  141. package/dist-cjs/runtimeConfig.native.js +1 -1
  142. package/dist-es/Connect.js +134 -134
  143. package/dist-es/pagination/GetCurrentMetricDataPaginator.js +4 -4
  144. package/dist-es/pagination/GetMetricDataPaginator.js +4 -4
  145. package/dist-es/pagination/ListAgentStatusesPaginator.js +4 -4
  146. package/dist-es/pagination/ListApprovedOriginsPaginator.js +4 -4
  147. package/dist-es/pagination/ListBotsPaginator.js +4 -4
  148. package/dist-es/pagination/ListContactFlowModulesPaginator.js +4 -4
  149. package/dist-es/pagination/ListContactFlowsPaginator.js +4 -4
  150. package/dist-es/pagination/ListContactReferencesPaginator.js +4 -4
  151. package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +4 -4
  152. package/dist-es/pagination/ListHoursOfOperationsPaginator.js +4 -4
  153. package/dist-es/pagination/ListInstanceAttributesPaginator.js +4 -4
  154. package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +4 -4
  155. package/dist-es/pagination/ListInstancesPaginator.js +4 -4
  156. package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +4 -4
  157. package/dist-es/pagination/ListLambdaFunctionsPaginator.js +4 -4
  158. package/dist-es/pagination/ListLexBotsPaginator.js +4 -4
  159. package/dist-es/pagination/ListPhoneNumbersPaginator.js +4 -4
  160. package/dist-es/pagination/ListPromptsPaginator.js +4 -4
  161. package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +4 -4
  162. package/dist-es/pagination/ListQueuesPaginator.js +4 -4
  163. package/dist-es/pagination/ListQuickConnectsPaginator.js +4 -4
  164. package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +4 -4
  165. package/dist-es/pagination/ListRoutingProfilesPaginator.js +4 -4
  166. package/dist-es/pagination/ListSecurityKeysPaginator.js +4 -4
  167. package/dist-es/pagination/ListSecurityProfilePermissionsPaginator.js +4 -4
  168. package/dist-es/pagination/ListSecurityProfilesPaginator.js +4 -4
  169. package/dist-es/pagination/ListUseCasesPaginator.js +4 -4
  170. package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +4 -4
  171. package/dist-es/pagination/ListUsersPaginator.js +4 -4
  172. package/dist-es/pagination/SearchVocabulariesPaginator.js +4 -4
  173. package/dist-es/protocols/Aws_restJson1.js +148 -135
  174. package/dist-types/Connect.d.ts +26 -2
  175. package/dist-types/commands/StartContactRecordingCommand.d.ts +11 -1
  176. package/dist-types/commands/StopContactCommand.d.ts +15 -1
  177. package/dist-types/models/models_0.d.ts +5 -1
  178. package/dist-types/runtimeConfig.native.d.ts +2 -2
  179. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  180. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  181. package/package.json +34 -34
@@ -11,7 +11,7 @@ class ListQueueQuickConnectsCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListQueueQuickConnectsCommand 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_restJson1ListQueueQuickConnectsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListQueueQuickConnectsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListQueueQuickConnectsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListQueueQuickConnectsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListQueueQuickConnectsCommand = ListQueueQuickConnectsCommand;
@@ -11,7 +11,7 @@ class ListQueuesCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListQueuesCommand 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_restJson1ListQueuesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListQueuesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListQueuesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListQueuesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListQueuesCommand = ListQueuesCommand;
@@ -11,7 +11,7 @@ class ListQuickConnectsCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListQuickConnectsCommand 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_restJson1ListQuickConnectsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListQuickConnectsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListQuickConnectsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListQuickConnectsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListQuickConnectsCommand = ListQuickConnectsCommand;
@@ -11,7 +11,7 @@ class ListRoutingProfileQueuesCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListRoutingProfileQueuesCommand 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_restJson1ListRoutingProfileQueuesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListRoutingProfileQueuesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListRoutingProfileQueuesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListRoutingProfileQueuesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRoutingProfileQueuesCommand = ListRoutingProfileQueuesCommand;
@@ -11,7 +11,7 @@ class ListRoutingProfilesCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListRoutingProfilesCommand 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_restJson1ListRoutingProfilesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListRoutingProfilesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListRoutingProfilesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListRoutingProfilesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRoutingProfilesCommand = ListRoutingProfilesCommand;
@@ -11,7 +11,7 @@ class ListSecurityKeysCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListSecurityKeysCommand 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_restJson1ListSecurityKeysCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListSecurityKeysCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListSecurityKeysCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListSecurityKeysCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListSecurityKeysCommand = ListSecurityKeysCommand;
@@ -11,7 +11,7 @@ class ListSecurityProfilePermissionsCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListSecurityProfilePermissionsCommand 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_restJson1ListSecurityProfilePermissionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListSecurityProfilePermissionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListSecurityProfilePermissionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListSecurityProfilePermissionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListSecurityProfilePermissionsCommand = ListSecurityProfilePermissionsCommand;
@@ -11,7 +11,7 @@ class ListSecurityProfilesCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListSecurityProfilesCommand 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_restJson1ListSecurityProfilesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListSecurityProfilesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListSecurityProfilesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListSecurityProfilesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListSecurityProfilesCommand = ListSecurityProfilesCommand;
@@ -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 = "ConnectClient";
@@ -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 ListUseCasesCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListUseCasesCommand 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_restJson1ListUseCasesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListUseCasesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListUseCasesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListUseCasesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListUseCasesCommand = ListUseCasesCommand;
@@ -11,7 +11,7 @@ class ListUserHierarchyGroupsCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListUserHierarchyGroupsCommand 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_restJson1ListUserHierarchyGroupsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListUserHierarchyGroupsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListUserHierarchyGroupsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListUserHierarchyGroupsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListUserHierarchyGroupsCommand = ListUserHierarchyGroupsCommand;
@@ -11,7 +11,7 @@ class ListUsersCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ListUsersCommand 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_restJson1ListUsersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListUsersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListUsersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListUsersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListUsersCommand = ListUsersCommand;
@@ -11,7 +11,7 @@ class ResumeContactRecordingCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class ResumeContactRecordingCommand 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_restJson1ResumeContactRecordingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ResumeContactRecordingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ResumeContactRecordingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ResumeContactRecordingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ResumeContactRecordingCommand = ResumeContactRecordingCommand;
@@ -11,7 +11,7 @@ class SearchVocabulariesCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class SearchVocabulariesCommand 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_restJson1SearchVocabulariesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SearchVocabulariesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SearchVocabulariesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SearchVocabulariesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SearchVocabulariesCommand = SearchVocabulariesCommand;
@@ -11,7 +11,7 @@ class StartChatContactCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class StartChatContactCommand 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_restJson1StartChatContactCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartChatContactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartChatContactCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartChatContactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartChatContactCommand = StartChatContactCommand;
@@ -11,7 +11,7 @@ class StartContactRecordingCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class StartContactRecordingCommand 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_restJson1StartContactRecordingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartContactRecordingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartContactRecordingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartContactRecordingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartContactRecordingCommand = StartContactRecordingCommand;
@@ -11,7 +11,7 @@ class StartContactStreamingCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class StartContactStreamingCommand 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_restJson1StartContactStreamingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartContactStreamingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartContactStreamingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartContactStreamingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartContactStreamingCommand = StartContactStreamingCommand;
@@ -11,7 +11,7 @@ class StartOutboundVoiceContactCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class StartOutboundVoiceContactCommand 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_restJson1StartOutboundVoiceContactCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartOutboundVoiceContactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartOutboundVoiceContactCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartOutboundVoiceContactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartOutboundVoiceContactCommand = StartOutboundVoiceContactCommand;
@@ -11,7 +11,7 @@ class StartTaskContactCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class StartTaskContactCommand 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_restJson1StartTaskContactCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartTaskContactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartTaskContactCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartTaskContactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartTaskContactCommand = StartTaskContactCommand;
@@ -11,7 +11,7 @@ class StopContactCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class StopContactCommand 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_restJson1StopContactCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StopContactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StopContactCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StopContactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopContactCommand = StopContactCommand;
@@ -11,7 +11,7 @@ class StopContactRecordingCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class StopContactRecordingCommand 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_restJson1StopContactRecordingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StopContactRecordingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StopContactRecordingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StopContactRecordingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopContactRecordingCommand = StopContactRecordingCommand;
@@ -11,7 +11,7 @@ class StopContactStreamingCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class StopContactStreamingCommand 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_restJson1StopContactStreamingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StopContactStreamingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StopContactStreamingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StopContactStreamingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopContactStreamingCommand = StopContactStreamingCommand;
@@ -11,7 +11,7 @@ class SuspendContactRecordingCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class SuspendContactRecordingCommand 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_restJson1SuspendContactRecordingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SuspendContactRecordingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SuspendContactRecordingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SuspendContactRecordingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SuspendContactRecordingCommand = SuspendContactRecordingCommand;
@@ -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 = "ConnectClient";
@@ -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 = "ConnectClient";
@@ -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 UpdateAgentStatusCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class UpdateAgentStatusCommand 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_restJson1UpdateAgentStatusCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateAgentStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateAgentStatusCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAgentStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateAgentStatusCommand = UpdateAgentStatusCommand;
@@ -11,7 +11,7 @@ class UpdateContactAttributesCommand 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 = "ConnectClient";
@@ -27,10 +27,10 @@ class UpdateContactAttributesCommand 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_restJson1UpdateContactAttributesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateContactAttributesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateContactAttributesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateContactAttributesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateContactAttributesCommand = UpdateContactAttributesCommand;