@aws-sdk/client-connect 3.54.1 → 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 (181) hide show
  1. package/CHANGELOG.md +11 -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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 03/21/2022 ([#3455](https://github.com/aws/aws-sdk-js-v3/issues/3455)) ([7cd40a5](https://github.com/aws/aws-sdk-js-v3/commit/7cd40a5aeaddf03b8d27e814b3a2b441c1217dfb))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-connect
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class ConnectClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class AssociateApprovedOriginCommand 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 AssociateApprovedOriginCommand 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_restJson1AssociateApprovedOriginCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateApprovedOriginCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateApprovedOriginCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateApprovedOriginCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateApprovedOriginCommand = AssociateApprovedOriginCommand;
@@ -11,7 +11,7 @@ class AssociateBotCommand 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 AssociateBotCommand 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_restJson1AssociateBotCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateBotCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateBotCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateBotCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateBotCommand = AssociateBotCommand;
@@ -11,7 +11,7 @@ class AssociateDefaultVocabularyCommand 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 AssociateDefaultVocabularyCommand 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_restJson1AssociateDefaultVocabularyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateDefaultVocabularyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateDefaultVocabularyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateDefaultVocabularyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateDefaultVocabularyCommand = AssociateDefaultVocabularyCommand;
@@ -11,7 +11,7 @@ class AssociateInstanceStorageConfigCommand 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 AssociateInstanceStorageConfigCommand 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_restJson1AssociateInstanceStorageConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateInstanceStorageConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateInstanceStorageConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateInstanceStorageConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateInstanceStorageConfigCommand = AssociateInstanceStorageConfigCommand;
@@ -11,7 +11,7 @@ class AssociateLambdaFunctionCommand 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 AssociateLambdaFunctionCommand 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_restJson1AssociateLambdaFunctionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateLambdaFunctionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateLambdaFunctionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateLambdaFunctionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateLambdaFunctionCommand = AssociateLambdaFunctionCommand;
@@ -11,7 +11,7 @@ class AssociateLexBotCommand 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 AssociateLexBotCommand 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_restJson1AssociateLexBotCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateLexBotCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateLexBotCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateLexBotCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateLexBotCommand = AssociateLexBotCommand;
@@ -11,7 +11,7 @@ class AssociateQueueQuickConnectsCommand 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 AssociateQueueQuickConnectsCommand 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_restJson1AssociateQueueQuickConnectsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateQueueQuickConnectsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateQueueQuickConnectsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateQueueQuickConnectsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateQueueQuickConnectsCommand = AssociateQueueQuickConnectsCommand;
@@ -11,7 +11,7 @@ class AssociateRoutingProfileQueuesCommand 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 AssociateRoutingProfileQueuesCommand 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_restJson1AssociateRoutingProfileQueuesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateRoutingProfileQueuesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateRoutingProfileQueuesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateRoutingProfileQueuesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateRoutingProfileQueuesCommand = AssociateRoutingProfileQueuesCommand;
@@ -11,7 +11,7 @@ class AssociateSecurityKeyCommand 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 AssociateSecurityKeyCommand 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_restJson1AssociateSecurityKeyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateSecurityKeyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateSecurityKeyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateSecurityKeyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateSecurityKeyCommand = AssociateSecurityKeyCommand;
@@ -11,7 +11,7 @@ class CreateAgentStatusCommand 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 CreateAgentStatusCommand 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_restJson1CreateAgentStatusCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateAgentStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateAgentStatusCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAgentStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateAgentStatusCommand = CreateAgentStatusCommand;
@@ -11,7 +11,7 @@ class CreateContactFlowCommand 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 CreateContactFlowCommand 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_restJson1CreateContactFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateContactFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateContactFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateContactFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateContactFlowCommand = CreateContactFlowCommand;
@@ -11,7 +11,7 @@ class CreateContactFlowModuleCommand 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 CreateContactFlowModuleCommand 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_restJson1CreateContactFlowModuleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateContactFlowModuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateContactFlowModuleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateContactFlowModuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateContactFlowModuleCommand = CreateContactFlowModuleCommand;
@@ -11,7 +11,7 @@ class CreateHoursOfOperationCommand 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 CreateHoursOfOperationCommand 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_restJson1CreateHoursOfOperationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateHoursOfOperationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateHoursOfOperationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateHoursOfOperationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateHoursOfOperationCommand = CreateHoursOfOperationCommand;
@@ -11,7 +11,7 @@ class CreateInstanceCommand 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 CreateInstanceCommand 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_restJson1CreateInstanceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateInstanceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateInstanceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateInstanceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateInstanceCommand = CreateInstanceCommand;
@@ -11,7 +11,7 @@ class CreateIntegrationAssociationCommand 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 CreateIntegrationAssociationCommand 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_restJson1CreateIntegrationAssociationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateIntegrationAssociationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateIntegrationAssociationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateIntegrationAssociationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateIntegrationAssociationCommand = CreateIntegrationAssociationCommand;
@@ -11,7 +11,7 @@ class CreateQueueCommand 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 CreateQueueCommand 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_restJson1CreateQueueCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateQueueCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateQueueCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateQueueCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateQueueCommand = CreateQueueCommand;
@@ -11,7 +11,7 @@ class CreateQuickConnectCommand 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 CreateQuickConnectCommand 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_restJson1CreateQuickConnectCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateQuickConnectCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateQuickConnectCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateQuickConnectCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateQuickConnectCommand = CreateQuickConnectCommand;
@@ -11,7 +11,7 @@ class CreateRoutingProfileCommand 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 CreateRoutingProfileCommand 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_restJson1CreateRoutingProfileCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateRoutingProfileCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateRoutingProfileCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRoutingProfileCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateRoutingProfileCommand = CreateRoutingProfileCommand;
@@ -11,7 +11,7 @@ class CreateSecurityProfileCommand 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 CreateSecurityProfileCommand 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_restJson1CreateSecurityProfileCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateSecurityProfileCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateSecurityProfileCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSecurityProfileCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateSecurityProfileCommand = CreateSecurityProfileCommand;
@@ -11,7 +11,7 @@ class CreateUseCaseCommand 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 CreateUseCaseCommand 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_restJson1CreateUseCaseCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateUseCaseCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateUseCaseCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateUseCaseCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateUseCaseCommand = CreateUseCaseCommand;
@@ -11,7 +11,7 @@ class CreateUserCommand 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 CreateUserCommand 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_restJson1CreateUserCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateUserCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateUserCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateUserCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateUserCommand = CreateUserCommand;
@@ -11,7 +11,7 @@ class CreateUserHierarchyGroupCommand 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 CreateUserHierarchyGroupCommand 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_restJson1CreateUserHierarchyGroupCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateUserHierarchyGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateUserHierarchyGroupCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateUserHierarchyGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateUserHierarchyGroupCommand = CreateUserHierarchyGroupCommand;
@@ -11,7 +11,7 @@ class CreateVocabularyCommand 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 CreateVocabularyCommand 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_restJson1CreateVocabularyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateVocabularyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateVocabularyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateVocabularyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateVocabularyCommand = CreateVocabularyCommand;
@@ -11,7 +11,7 @@ class DeleteContactFlowCommand 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 DeleteContactFlowCommand 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_restJson1DeleteContactFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteContactFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteContactFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteContactFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteContactFlowCommand = DeleteContactFlowCommand;
@@ -11,7 +11,7 @@ class DeleteContactFlowModuleCommand 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 DeleteContactFlowModuleCommand 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_restJson1DeleteContactFlowModuleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteContactFlowModuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteContactFlowModuleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteContactFlowModuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteContactFlowModuleCommand = DeleteContactFlowModuleCommand;