@aws-sdk/client-connect 3.53.0 → 3.55.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 (189) hide show
  1. package/CHANGELOG.md +30 -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/models/models_0.js +1 -0
  139. package/dist-cjs/protocols/Aws_restJson1.js +765 -751
  140. package/dist-cjs/runtimeConfig.browser.js +4 -4
  141. package/dist-cjs/runtimeConfig.js +9 -9
  142. package/dist-cjs/runtimeConfig.native.js +1 -1
  143. package/dist-es/Connect.js +134 -134
  144. package/dist-es/models/models_0.js +1 -0
  145. package/dist-es/pagination/GetCurrentMetricDataPaginator.js +4 -4
  146. package/dist-es/pagination/GetMetricDataPaginator.js +4 -4
  147. package/dist-es/pagination/ListAgentStatusesPaginator.js +4 -4
  148. package/dist-es/pagination/ListApprovedOriginsPaginator.js +4 -4
  149. package/dist-es/pagination/ListBotsPaginator.js +4 -4
  150. package/dist-es/pagination/ListContactFlowModulesPaginator.js +4 -4
  151. package/dist-es/pagination/ListContactFlowsPaginator.js +4 -4
  152. package/dist-es/pagination/ListContactReferencesPaginator.js +4 -4
  153. package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +4 -4
  154. package/dist-es/pagination/ListHoursOfOperationsPaginator.js +4 -4
  155. package/dist-es/pagination/ListInstanceAttributesPaginator.js +4 -4
  156. package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +4 -4
  157. package/dist-es/pagination/ListInstancesPaginator.js +4 -4
  158. package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +4 -4
  159. package/dist-es/pagination/ListLambdaFunctionsPaginator.js +4 -4
  160. package/dist-es/pagination/ListLexBotsPaginator.js +4 -4
  161. package/dist-es/pagination/ListPhoneNumbersPaginator.js +4 -4
  162. package/dist-es/pagination/ListPromptsPaginator.js +4 -4
  163. package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +4 -4
  164. package/dist-es/pagination/ListQueuesPaginator.js +4 -4
  165. package/dist-es/pagination/ListQuickConnectsPaginator.js +4 -4
  166. package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +4 -4
  167. package/dist-es/pagination/ListRoutingProfilesPaginator.js +4 -4
  168. package/dist-es/pagination/ListSecurityKeysPaginator.js +4 -4
  169. package/dist-es/pagination/ListSecurityProfilePermissionsPaginator.js +4 -4
  170. package/dist-es/pagination/ListSecurityProfilesPaginator.js +4 -4
  171. package/dist-es/pagination/ListUseCasesPaginator.js +4 -4
  172. package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +4 -4
  173. package/dist-es/pagination/ListUsersPaginator.js +4 -4
  174. package/dist-es/pagination/SearchVocabulariesPaginator.js +4 -4
  175. package/dist-es/protocols/Aws_restJson1.js +148 -135
  176. package/dist-types/Connect.d.ts +26 -2
  177. package/dist-types/ConnectClient.d.ts +2 -2
  178. package/dist-types/commands/StartContactRecordingCommand.d.ts +11 -1
  179. package/dist-types/commands/StopContactCommand.d.ts +15 -1
  180. package/dist-types/models/models_0.d.ts +6 -1
  181. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  182. package/dist-types/runtimeConfig.d.ts +1 -1
  183. package/dist-types/runtimeConfig.native.d.ts +3 -3
  184. package/dist-types/ts3.4/ConnectClient.d.ts +2 -2
  185. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  186. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  187. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  188. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  189. package/package.json +34 -34
@@ -11,7 +11,7 @@ class UpdateContactCommand 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 UpdateContactCommand 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_restJson1UpdateContactCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateContactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateContactCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateContactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateContactCommand = UpdateContactCommand;
@@ -11,7 +11,7 @@ class UpdateContactFlowContentCommand 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 UpdateContactFlowContentCommand 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_restJson1UpdateContactFlowContentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateContactFlowContentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowContentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowContentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateContactFlowContentCommand = UpdateContactFlowContentCommand;
@@ -11,7 +11,7 @@ class UpdateContactFlowMetadataCommand 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 UpdateContactFlowMetadataCommand 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_restJson1UpdateContactFlowMetadataCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateContactFlowMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowMetadataCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateContactFlowMetadataCommand = UpdateContactFlowMetadataCommand;
@@ -11,7 +11,7 @@ class UpdateContactFlowModuleContentCommand 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 UpdateContactFlowModuleContentCommand 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_restJson1UpdateContactFlowModuleContentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateContactFlowModuleContentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowModuleContentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowModuleContentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateContactFlowModuleContentCommand = UpdateContactFlowModuleContentCommand;
@@ -11,7 +11,7 @@ class UpdateContactFlowModuleMetadataCommand 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 UpdateContactFlowModuleMetadataCommand 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_restJson1UpdateContactFlowModuleMetadataCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateContactFlowModuleMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowModuleMetadataCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowModuleMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateContactFlowModuleMetadataCommand = UpdateContactFlowModuleMetadataCommand;
@@ -11,7 +11,7 @@ class UpdateContactFlowNameCommand 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 UpdateContactFlowNameCommand 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_restJson1UpdateContactFlowNameCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateContactFlowNameCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowNameCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowNameCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateContactFlowNameCommand = UpdateContactFlowNameCommand;
@@ -11,7 +11,7 @@ class UpdateContactScheduleCommand 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 UpdateContactScheduleCommand 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_restJson1UpdateContactScheduleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateContactScheduleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateContactScheduleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateContactScheduleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateContactScheduleCommand = UpdateContactScheduleCommand;
@@ -11,7 +11,7 @@ class UpdateHoursOfOperationCommand 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 UpdateHoursOfOperationCommand 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_restJson1UpdateHoursOfOperationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateHoursOfOperationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateHoursOfOperationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateHoursOfOperationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateHoursOfOperationCommand = UpdateHoursOfOperationCommand;
@@ -11,7 +11,7 @@ class UpdateInstanceAttributeCommand 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 UpdateInstanceAttributeCommand 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_restJson1UpdateInstanceAttributeCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateInstanceAttributeCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateInstanceAttributeCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateInstanceAttributeCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateInstanceAttributeCommand = UpdateInstanceAttributeCommand;
@@ -11,7 +11,7 @@ class UpdateInstanceStorageConfigCommand 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 UpdateInstanceStorageConfigCommand 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_restJson1UpdateInstanceStorageConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateInstanceStorageConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateInstanceStorageConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateInstanceStorageConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateInstanceStorageConfigCommand = UpdateInstanceStorageConfigCommand;
@@ -11,7 +11,7 @@ class UpdateQueueHoursOfOperationCommand 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 UpdateQueueHoursOfOperationCommand 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_restJson1UpdateQueueHoursOfOperationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateQueueHoursOfOperationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateQueueHoursOfOperationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateQueueHoursOfOperationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateQueueHoursOfOperationCommand = UpdateQueueHoursOfOperationCommand;
@@ -11,7 +11,7 @@ class UpdateQueueMaxContactsCommand 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 UpdateQueueMaxContactsCommand 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_restJson1UpdateQueueMaxContactsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateQueueMaxContactsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateQueueMaxContactsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateQueueMaxContactsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateQueueMaxContactsCommand = UpdateQueueMaxContactsCommand;
@@ -11,7 +11,7 @@ class UpdateQueueNameCommand 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 UpdateQueueNameCommand 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_restJson1UpdateQueueNameCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateQueueNameCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateQueueNameCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateQueueNameCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateQueueNameCommand = UpdateQueueNameCommand;
@@ -11,7 +11,7 @@ class UpdateQueueOutboundCallerConfigCommand 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 UpdateQueueOutboundCallerConfigCommand 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_restJson1UpdateQueueOutboundCallerConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateQueueOutboundCallerConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateQueueOutboundCallerConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateQueueOutboundCallerConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateQueueOutboundCallerConfigCommand = UpdateQueueOutboundCallerConfigCommand;
@@ -11,7 +11,7 @@ class UpdateQueueStatusCommand 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 UpdateQueueStatusCommand 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_restJson1UpdateQueueStatusCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateQueueStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateQueueStatusCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateQueueStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateQueueStatusCommand = UpdateQueueStatusCommand;
@@ -11,7 +11,7 @@ class UpdateQuickConnectConfigCommand 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 UpdateQuickConnectConfigCommand 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_restJson1UpdateQuickConnectConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateQuickConnectConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateQuickConnectConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateQuickConnectConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateQuickConnectConfigCommand = UpdateQuickConnectConfigCommand;
@@ -11,7 +11,7 @@ class UpdateQuickConnectNameCommand 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 UpdateQuickConnectNameCommand 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_restJson1UpdateQuickConnectNameCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateQuickConnectNameCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateQuickConnectNameCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateQuickConnectNameCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateQuickConnectNameCommand = UpdateQuickConnectNameCommand;
@@ -11,7 +11,7 @@ class UpdateRoutingProfileConcurrencyCommand 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 UpdateRoutingProfileConcurrencyCommand 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_restJson1UpdateRoutingProfileConcurrencyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateRoutingProfileConcurrencyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateRoutingProfileConcurrencyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRoutingProfileConcurrencyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateRoutingProfileConcurrencyCommand = UpdateRoutingProfileConcurrencyCommand;
@@ -11,7 +11,7 @@ class UpdateRoutingProfileDefaultOutboundQueueCommand extends smithy_client_1.Co
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 UpdateRoutingProfileDefaultOutboundQueueCommand extends smithy_client_1.Co
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_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateRoutingProfileDefaultOutboundQueueCommand = UpdateRoutingProfileDefaultOutboundQueueCommand;
@@ -11,7 +11,7 @@ class UpdateRoutingProfileNameCommand 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 UpdateRoutingProfileNameCommand 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_restJson1UpdateRoutingProfileNameCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateRoutingProfileNameCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateRoutingProfileNameCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRoutingProfileNameCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateRoutingProfileNameCommand = UpdateRoutingProfileNameCommand;
@@ -11,7 +11,7 @@ class UpdateRoutingProfileQueuesCommand 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 UpdateRoutingProfileQueuesCommand 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_restJson1UpdateRoutingProfileQueuesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateRoutingProfileQueuesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateRoutingProfileQueuesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRoutingProfileQueuesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateRoutingProfileQueuesCommand = UpdateRoutingProfileQueuesCommand;
@@ -11,7 +11,7 @@ class UpdateSecurityProfileCommand 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 UpdateSecurityProfileCommand 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_restJson1UpdateSecurityProfileCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateSecurityProfileCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateSecurityProfileCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSecurityProfileCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateSecurityProfileCommand = UpdateSecurityProfileCommand;
@@ -11,7 +11,7 @@ class UpdateUserHierarchyCommand 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 UpdateUserHierarchyCommand 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_restJson1UpdateUserHierarchyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateUserHierarchyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateUserHierarchyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateUserHierarchyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateUserHierarchyCommand = UpdateUserHierarchyCommand;
@@ -11,7 +11,7 @@ class UpdateUserHierarchyGroupNameCommand 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 UpdateUserHierarchyGroupNameCommand 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_restJson1UpdateUserHierarchyGroupNameCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateUserHierarchyGroupNameCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateUserHierarchyGroupNameCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateUserHierarchyGroupNameCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateUserHierarchyGroupNameCommand = UpdateUserHierarchyGroupNameCommand;
@@ -11,7 +11,7 @@ class UpdateUserHierarchyStructureCommand 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 UpdateUserHierarchyStructureCommand 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_restJson1UpdateUserHierarchyStructureCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateUserHierarchyStructureCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateUserHierarchyStructureCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateUserHierarchyStructureCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateUserHierarchyStructureCommand = UpdateUserHierarchyStructureCommand;
@@ -11,7 +11,7 @@ class UpdateUserIdentityInfoCommand 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 UpdateUserIdentityInfoCommand 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_restJson1UpdateUserIdentityInfoCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateUserIdentityInfoCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateUserIdentityInfoCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateUserIdentityInfoCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateUserIdentityInfoCommand = UpdateUserIdentityInfoCommand;
@@ -11,7 +11,7 @@ class UpdateUserPhoneConfigCommand 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 UpdateUserPhoneConfigCommand 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_restJson1UpdateUserPhoneConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateUserPhoneConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateUserPhoneConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateUserPhoneConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateUserPhoneConfigCommand = UpdateUserPhoneConfigCommand;