@aws-sdk/client-connect 3.181.0 → 3.183.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 (205) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/Connect.js +618 -625
  3. package/dist-es/ConnectClient.js +22 -28
  4. package/dist-es/commands/AssociateApprovedOriginCommand.js +22 -29
  5. package/dist-es/commands/AssociateBotCommand.js +22 -29
  6. package/dist-es/commands/AssociateDefaultVocabularyCommand.js +21 -28
  7. package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +21 -28
  8. package/dist-es/commands/AssociateLambdaFunctionCommand.js +22 -29
  9. package/dist-es/commands/AssociateLexBotCommand.js +22 -29
  10. package/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +22 -29
  11. package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +22 -29
  12. package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +22 -29
  13. package/dist-es/commands/AssociateSecurityKeyCommand.js +21 -28
  14. package/dist-es/commands/ClaimPhoneNumberCommand.js +21 -28
  15. package/dist-es/commands/CreateAgentStatusCommand.js +21 -28
  16. package/dist-es/commands/CreateContactFlowCommand.js +21 -28
  17. package/dist-es/commands/CreateContactFlowModuleCommand.js +21 -28
  18. package/dist-es/commands/CreateHoursOfOperationCommand.js +21 -28
  19. package/dist-es/commands/CreateInstanceCommand.js +21 -28
  20. package/dist-es/commands/CreateIntegrationAssociationCommand.js +21 -28
  21. package/dist-es/commands/CreateQueueCommand.js +21 -28
  22. package/dist-es/commands/CreateQuickConnectCommand.js +21 -28
  23. package/dist-es/commands/CreateRoutingProfileCommand.js +21 -28
  24. package/dist-es/commands/CreateSecurityProfileCommand.js +21 -28
  25. package/dist-es/commands/CreateTaskTemplateCommand.js +21 -28
  26. package/dist-es/commands/CreateUseCaseCommand.js +21 -28
  27. package/dist-es/commands/CreateUserCommand.js +21 -28
  28. package/dist-es/commands/CreateUserHierarchyGroupCommand.js +21 -28
  29. package/dist-es/commands/CreateVocabularyCommand.js +21 -28
  30. package/dist-es/commands/DeleteContactFlowCommand.js +22 -29
  31. package/dist-es/commands/DeleteContactFlowModuleCommand.js +21 -28
  32. package/dist-es/commands/DeleteHoursOfOperationCommand.js +22 -29
  33. package/dist-es/commands/DeleteInstanceCommand.js +22 -29
  34. package/dist-es/commands/DeleteIntegrationAssociationCommand.js +22 -29
  35. package/dist-es/commands/DeleteQuickConnectCommand.js +22 -29
  36. package/dist-es/commands/DeleteSecurityProfileCommand.js +22 -29
  37. package/dist-es/commands/DeleteTaskTemplateCommand.js +21 -28
  38. package/dist-es/commands/DeleteUseCaseCommand.js +22 -29
  39. package/dist-es/commands/DeleteUserCommand.js +22 -29
  40. package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +22 -29
  41. package/dist-es/commands/DeleteVocabularyCommand.js +21 -28
  42. package/dist-es/commands/DescribeAgentStatusCommand.js +21 -28
  43. package/dist-es/commands/DescribeContactCommand.js +21 -28
  44. package/dist-es/commands/DescribeContactFlowCommand.js +21 -28
  45. package/dist-es/commands/DescribeContactFlowModuleCommand.js +21 -28
  46. package/dist-es/commands/DescribeHoursOfOperationCommand.js +21 -28
  47. package/dist-es/commands/DescribeInstanceAttributeCommand.js +21 -28
  48. package/dist-es/commands/DescribeInstanceCommand.js +21 -28
  49. package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +21 -28
  50. package/dist-es/commands/DescribePhoneNumberCommand.js +21 -28
  51. package/dist-es/commands/DescribeQueueCommand.js +21 -28
  52. package/dist-es/commands/DescribeQuickConnectCommand.js +21 -28
  53. package/dist-es/commands/DescribeRoutingProfileCommand.js +21 -28
  54. package/dist-es/commands/DescribeSecurityProfileCommand.js +21 -28
  55. package/dist-es/commands/DescribeUserCommand.js +21 -28
  56. package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +21 -28
  57. package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +21 -28
  58. package/dist-es/commands/DescribeVocabularyCommand.js +21 -28
  59. package/dist-es/commands/DisassociateApprovedOriginCommand.js +22 -29
  60. package/dist-es/commands/DisassociateBotCommand.js +22 -29
  61. package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +22 -29
  62. package/dist-es/commands/DisassociateLambdaFunctionCommand.js +22 -29
  63. package/dist-es/commands/DisassociateLexBotCommand.js +22 -29
  64. package/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +22 -29
  65. package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +22 -29
  66. package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +22 -29
  67. package/dist-es/commands/DisassociateSecurityKeyCommand.js +22 -29
  68. package/dist-es/commands/GetContactAttributesCommand.js +21 -28
  69. package/dist-es/commands/GetCurrentMetricDataCommand.js +21 -28
  70. package/dist-es/commands/GetCurrentUserDataCommand.js +21 -28
  71. package/dist-es/commands/GetFederationTokenCommand.js +21 -28
  72. package/dist-es/commands/GetMetricDataCommand.js +21 -28
  73. package/dist-es/commands/GetTaskTemplateCommand.js +21 -28
  74. package/dist-es/commands/ListAgentStatusesCommand.js +21 -28
  75. package/dist-es/commands/ListApprovedOriginsCommand.js +21 -28
  76. package/dist-es/commands/ListBotsCommand.js +21 -28
  77. package/dist-es/commands/ListContactFlowModulesCommand.js +21 -28
  78. package/dist-es/commands/ListContactFlowsCommand.js +21 -28
  79. package/dist-es/commands/ListContactReferencesCommand.js +21 -28
  80. package/dist-es/commands/ListDefaultVocabulariesCommand.js +21 -28
  81. package/dist-es/commands/ListHoursOfOperationsCommand.js +21 -28
  82. package/dist-es/commands/ListInstanceAttributesCommand.js +21 -28
  83. package/dist-es/commands/ListInstanceStorageConfigsCommand.js +21 -28
  84. package/dist-es/commands/ListInstancesCommand.js +21 -28
  85. package/dist-es/commands/ListIntegrationAssociationsCommand.js +21 -28
  86. package/dist-es/commands/ListLambdaFunctionsCommand.js +21 -28
  87. package/dist-es/commands/ListLexBotsCommand.js +21 -28
  88. package/dist-es/commands/ListPhoneNumbersCommand.js +21 -28
  89. package/dist-es/commands/ListPhoneNumbersV2Command.js +21 -28
  90. package/dist-es/commands/ListPromptsCommand.js +21 -28
  91. package/dist-es/commands/ListQueueQuickConnectsCommand.js +21 -28
  92. package/dist-es/commands/ListQueuesCommand.js +21 -28
  93. package/dist-es/commands/ListQuickConnectsCommand.js +21 -28
  94. package/dist-es/commands/ListRoutingProfileQueuesCommand.js +21 -28
  95. package/dist-es/commands/ListRoutingProfilesCommand.js +21 -28
  96. package/dist-es/commands/ListSecurityKeysCommand.js +21 -28
  97. package/dist-es/commands/ListSecurityProfilePermissionsCommand.js +21 -28
  98. package/dist-es/commands/ListSecurityProfilesCommand.js +21 -28
  99. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  100. package/dist-es/commands/ListTaskTemplatesCommand.js +21 -28
  101. package/dist-es/commands/ListUseCasesCommand.js +21 -28
  102. package/dist-es/commands/ListUserHierarchyGroupsCommand.js +21 -28
  103. package/dist-es/commands/ListUsersCommand.js +21 -28
  104. package/dist-es/commands/PutUserStatusCommand.js +21 -28
  105. package/dist-es/commands/ReleasePhoneNumberCommand.js +22 -29
  106. package/dist-es/commands/ResumeContactRecordingCommand.js +21 -28
  107. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +21 -28
  108. package/dist-es/commands/SearchQueuesCommand.js +21 -28
  109. package/dist-es/commands/SearchRoutingProfilesCommand.js +21 -28
  110. package/dist-es/commands/SearchSecurityProfilesCommand.js +21 -28
  111. package/dist-es/commands/SearchUsersCommand.js +21 -28
  112. package/dist-es/commands/SearchVocabulariesCommand.js +21 -28
  113. package/dist-es/commands/StartChatContactCommand.js +21 -28
  114. package/dist-es/commands/StartContactRecordingCommand.js +21 -28
  115. package/dist-es/commands/StartContactStreamingCommand.js +21 -28
  116. package/dist-es/commands/StartOutboundVoiceContactCommand.js +21 -28
  117. package/dist-es/commands/StartTaskContactCommand.js +21 -28
  118. package/dist-es/commands/StopContactCommand.js +21 -28
  119. package/dist-es/commands/StopContactRecordingCommand.js +21 -28
  120. package/dist-es/commands/StopContactStreamingCommand.js +21 -28
  121. package/dist-es/commands/SuspendContactRecordingCommand.js +21 -28
  122. package/dist-es/commands/TagResourceCommand.js +22 -29
  123. package/dist-es/commands/TransferContactCommand.js +21 -28
  124. package/dist-es/commands/UntagResourceCommand.js +22 -29
  125. package/dist-es/commands/UpdateAgentStatusCommand.js +22 -29
  126. package/dist-es/commands/UpdateContactAttributesCommand.js +21 -28
  127. package/dist-es/commands/UpdateContactCommand.js +21 -28
  128. package/dist-es/commands/UpdateContactFlowContentCommand.js +22 -29
  129. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +22 -29
  130. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +21 -28
  131. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +21 -28
  132. package/dist-es/commands/UpdateContactFlowNameCommand.js +22 -29
  133. package/dist-es/commands/UpdateContactScheduleCommand.js +21 -28
  134. package/dist-es/commands/UpdateHoursOfOperationCommand.js +22 -29
  135. package/dist-es/commands/UpdateInstanceAttributeCommand.js +22 -29
  136. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +22 -29
  137. package/dist-es/commands/UpdatePhoneNumberCommand.js +21 -28
  138. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +22 -29
  139. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +22 -29
  140. package/dist-es/commands/UpdateQueueNameCommand.js +22 -29
  141. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +22 -29
  142. package/dist-es/commands/UpdateQueueStatusCommand.js +22 -29
  143. package/dist-es/commands/UpdateQuickConnectConfigCommand.js +22 -29
  144. package/dist-es/commands/UpdateQuickConnectNameCommand.js +22 -29
  145. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +22 -29
  146. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +22 -29
  147. package/dist-es/commands/UpdateRoutingProfileNameCommand.js +22 -29
  148. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +22 -29
  149. package/dist-es/commands/UpdateSecurityProfileCommand.js +22 -29
  150. package/dist-es/commands/UpdateTaskTemplateCommand.js +21 -28
  151. package/dist-es/commands/UpdateUserHierarchyCommand.js +22 -29
  152. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +22 -29
  153. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +22 -29
  154. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +22 -29
  155. package/dist-es/commands/UpdateUserPhoneConfigCommand.js +22 -29
  156. package/dist-es/commands/UpdateUserRoutingProfileCommand.js +22 -29
  157. package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +22 -29
  158. package/dist-es/endpoints.js +8 -8
  159. package/dist-es/models/ConnectServiceException.js +5 -10
  160. package/dist-es/models/models_0.js +949 -458
  161. package/dist-es/models/models_1.js +444 -173
  162. package/dist-es/pagination/GetCurrentMetricDataPaginator.js +25 -68
  163. package/dist-es/pagination/GetCurrentUserDataPaginator.js +25 -68
  164. package/dist-es/pagination/GetMetricDataPaginator.js +25 -68
  165. package/dist-es/pagination/ListAgentStatusesPaginator.js +25 -68
  166. package/dist-es/pagination/ListApprovedOriginsPaginator.js +25 -68
  167. package/dist-es/pagination/ListBotsPaginator.js +25 -68
  168. package/dist-es/pagination/ListContactFlowModulesPaginator.js +25 -68
  169. package/dist-es/pagination/ListContactFlowsPaginator.js +25 -68
  170. package/dist-es/pagination/ListContactReferencesPaginator.js +24 -67
  171. package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +25 -68
  172. package/dist-es/pagination/ListHoursOfOperationsPaginator.js +25 -68
  173. package/dist-es/pagination/ListInstanceAttributesPaginator.js +25 -68
  174. package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +25 -68
  175. package/dist-es/pagination/ListInstancesPaginator.js +25 -68
  176. package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +25 -68
  177. package/dist-es/pagination/ListLambdaFunctionsPaginator.js +25 -68
  178. package/dist-es/pagination/ListLexBotsPaginator.js +25 -68
  179. package/dist-es/pagination/ListPhoneNumbersPaginator.js +25 -68
  180. package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +25 -68
  181. package/dist-es/pagination/ListPromptsPaginator.js +25 -68
  182. package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +25 -68
  183. package/dist-es/pagination/ListQueuesPaginator.js +25 -68
  184. package/dist-es/pagination/ListQuickConnectsPaginator.js +25 -68
  185. package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +25 -68
  186. package/dist-es/pagination/ListRoutingProfilesPaginator.js +25 -68
  187. package/dist-es/pagination/ListSecurityKeysPaginator.js +25 -68
  188. package/dist-es/pagination/ListSecurityProfilePermissionsPaginator.js +25 -68
  189. package/dist-es/pagination/ListSecurityProfilesPaginator.js +25 -68
  190. package/dist-es/pagination/ListTaskTemplatesPaginator.js +25 -68
  191. package/dist-es/pagination/ListUseCasesPaginator.js +25 -68
  192. package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +25 -68
  193. package/dist-es/pagination/ListUsersPaginator.js +25 -68
  194. package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +25 -68
  195. package/dist-es/pagination/SearchQueuesPaginator.js +25 -68
  196. package/dist-es/pagination/SearchRoutingProfilesPaginator.js +25 -68
  197. package/dist-es/pagination/SearchSecurityProfilesPaginator.js +25 -68
  198. package/dist-es/pagination/SearchUsersPaginator.js +25 -68
  199. package/dist-es/pagination/SearchVocabulariesPaginator.js +25 -68
  200. package/dist-es/protocols/Aws_restJson1.js +11521 -15998
  201. package/dist-es/runtimeConfig.browser.js +26 -12
  202. package/dist-es/runtimeConfig.js +30 -12
  203. package/dist-es/runtimeConfig.native.js +8 -5
  204. package/dist-es/runtimeConfig.shared.js +8 -11
  205. package/package.json +33 -33
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListInstanceStorageConfigsRequestFilterSensitiveLog, ListInstanceStorageConfigsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListInstanceStorageConfigsCommand, serializeAws_restJson1ListInstanceStorageConfigsCommand, } from "../protocols/Aws_restJson1";
6
- var ListInstanceStorageConfigsCommand = (function (_super) {
7
- __extends(ListInstanceStorageConfigsCommand, _super);
8
- function ListInstanceStorageConfigsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListInstanceStorageConfigsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListInstanceStorageConfigsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ConnectClient";
18
- var commandName = "ListInstanceStorageConfigsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ConnectClient";
15
+ const commandName = "ListInstanceStorageConfigsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListInstanceStorageConfigsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListInstanceStorageConfigsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListInstanceStorageConfigsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListInstanceStorageConfigsCommand(input, context);
33
- };
34
- ListInstanceStorageConfigsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListInstanceStorageConfigsCommand(output, context);
36
- };
37
- return ListInstanceStorageConfigsCommand;
38
- }($Command));
39
- export { ListInstanceStorageConfigsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListInstancesRequestFilterSensitiveLog, ListInstancesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListInstancesCommand, serializeAws_restJson1ListInstancesCommand, } from "../protocols/Aws_restJson1";
6
- var ListInstancesCommand = (function (_super) {
7
- __extends(ListInstancesCommand, _super);
8
- function ListInstancesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListInstancesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListInstancesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ConnectClient";
18
- var commandName = "ListInstancesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ConnectClient";
15
+ const commandName = "ListInstancesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListInstancesRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListInstancesResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListInstancesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListInstancesCommand(input, context);
33
- };
34
- ListInstancesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListInstancesCommand(output, context);
36
- };
37
- return ListInstancesCommand;
38
- }($Command));
39
- export { ListInstancesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListIntegrationAssociationsRequestFilterSensitiveLog, ListIntegrationAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListIntegrationAssociationsCommand, serializeAws_restJson1ListIntegrationAssociationsCommand, } from "../protocols/Aws_restJson1";
6
- var ListIntegrationAssociationsCommand = (function (_super) {
7
- __extends(ListIntegrationAssociationsCommand, _super);
8
- function ListIntegrationAssociationsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListIntegrationAssociationsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListIntegrationAssociationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ConnectClient";
18
- var commandName = "ListIntegrationAssociationsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ConnectClient";
15
+ const commandName = "ListIntegrationAssociationsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListIntegrationAssociationsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListIntegrationAssociationsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListIntegrationAssociationsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListIntegrationAssociationsCommand(input, context);
33
- };
34
- ListIntegrationAssociationsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListIntegrationAssociationsCommand(output, context);
36
- };
37
- return ListIntegrationAssociationsCommand;
38
- }($Command));
39
- export { ListIntegrationAssociationsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListLambdaFunctionsRequestFilterSensitiveLog, ListLambdaFunctionsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListLambdaFunctionsCommand, serializeAws_restJson1ListLambdaFunctionsCommand, } from "../protocols/Aws_restJson1";
6
- var ListLambdaFunctionsCommand = (function (_super) {
7
- __extends(ListLambdaFunctionsCommand, _super);
8
- function ListLambdaFunctionsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListLambdaFunctionsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListLambdaFunctionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ConnectClient";
18
- var commandName = "ListLambdaFunctionsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ConnectClient";
15
+ const commandName = "ListLambdaFunctionsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListLambdaFunctionsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListLambdaFunctionsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListLambdaFunctionsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListLambdaFunctionsCommand(input, context);
33
- };
34
- ListLambdaFunctionsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListLambdaFunctionsCommand(output, context);
36
- };
37
- return ListLambdaFunctionsCommand;
38
- }($Command));
39
- export { ListLambdaFunctionsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListLexBotsRequestFilterSensitiveLog, ListLexBotsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListLexBotsCommand, serializeAws_restJson1ListLexBotsCommand, } from "../protocols/Aws_restJson1";
6
- var ListLexBotsCommand = (function (_super) {
7
- __extends(ListLexBotsCommand, _super);
8
- function ListLexBotsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListLexBotsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListLexBotsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ConnectClient";
18
- var commandName = "ListLexBotsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ConnectClient";
15
+ const commandName = "ListLexBotsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListLexBotsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListLexBotsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListLexBotsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListLexBotsCommand(input, context);
33
- };
34
- ListLexBotsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListLexBotsCommand(output, context);
36
- };
37
- return ListLexBotsCommand;
38
- }($Command));
39
- export { ListLexBotsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListPhoneNumbersRequestFilterSensitiveLog, ListPhoneNumbersResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListPhoneNumbersCommand, serializeAws_restJson1ListPhoneNumbersCommand, } from "../protocols/Aws_restJson1";
6
- var ListPhoneNumbersCommand = (function (_super) {
7
- __extends(ListPhoneNumbersCommand, _super);
8
- function ListPhoneNumbersCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListPhoneNumbersCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListPhoneNumbersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ConnectClient";
18
- var commandName = "ListPhoneNumbersCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ConnectClient";
15
+ const commandName = "ListPhoneNumbersCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListPhoneNumbersRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListPhoneNumbersResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListPhoneNumbersCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListPhoneNumbersCommand(input, context);
33
- };
34
- ListPhoneNumbersCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListPhoneNumbersCommand(output, context);
36
- };
37
- return ListPhoneNumbersCommand;
38
- }($Command));
39
- export { ListPhoneNumbersCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListPhoneNumbersV2RequestFilterSensitiveLog, ListPhoneNumbersV2ResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListPhoneNumbersV2Command, serializeAws_restJson1ListPhoneNumbersV2Command, } from "../protocols/Aws_restJson1";
6
- var ListPhoneNumbersV2Command = (function (_super) {
7
- __extends(ListPhoneNumbersV2Command, _super);
8
- function ListPhoneNumbersV2Command(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListPhoneNumbersV2Command extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListPhoneNumbersV2Command.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ConnectClient";
18
- var commandName = "ListPhoneNumbersV2Command";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ConnectClient";
15
+ const commandName = "ListPhoneNumbersV2Command";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListPhoneNumbersV2RequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListPhoneNumbersV2ResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListPhoneNumbersV2Command.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListPhoneNumbersV2Command(input, context);
33
- };
34
- ListPhoneNumbersV2Command.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListPhoneNumbersV2Command(output, context);
36
- };
37
- return ListPhoneNumbersV2Command;
38
- }($Command));
39
- export { ListPhoneNumbersV2Command };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListPromptsRequestFilterSensitiveLog, ListPromptsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListPromptsCommand, serializeAws_restJson1ListPromptsCommand, } from "../protocols/Aws_restJson1";
6
- var ListPromptsCommand = (function (_super) {
7
- __extends(ListPromptsCommand, _super);
8
- function ListPromptsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListPromptsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListPromptsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ConnectClient";
18
- var commandName = "ListPromptsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ConnectClient";
15
+ const commandName = "ListPromptsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListPromptsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListPromptsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListPromptsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListPromptsCommand(input, context);
33
- };
34
- ListPromptsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListPromptsCommand(output, context);
36
- };
37
- return ListPromptsCommand;
38
- }($Command));
39
- export { ListPromptsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListQueueQuickConnectsRequestFilterSensitiveLog, ListQueueQuickConnectsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListQueueQuickConnectsCommand, serializeAws_restJson1ListQueueQuickConnectsCommand, } from "../protocols/Aws_restJson1";
6
- var ListQueueQuickConnectsCommand = (function (_super) {
7
- __extends(ListQueueQuickConnectsCommand, _super);
8
- function ListQueueQuickConnectsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListQueueQuickConnectsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListQueueQuickConnectsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ConnectClient";
18
- var commandName = "ListQueueQuickConnectsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ConnectClient";
15
+ const commandName = "ListQueueQuickConnectsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListQueueQuickConnectsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListQueueQuickConnectsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListQueueQuickConnectsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListQueueQuickConnectsCommand(input, context);
33
- };
34
- ListQueueQuickConnectsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListQueueQuickConnectsCommand(output, context);
36
- };
37
- return ListQueueQuickConnectsCommand;
38
- }($Command));
39
- export { ListQueueQuickConnectsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListQueuesRequestFilterSensitiveLog, ListQueuesResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListQueuesCommand, serializeAws_restJson1ListQueuesCommand, } from "../protocols/Aws_restJson1";
6
- var ListQueuesCommand = (function (_super) {
7
- __extends(ListQueuesCommand, _super);
8
- function ListQueuesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListQueuesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListQueuesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ConnectClient";
18
- var commandName = "ListQueuesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ConnectClient";
15
+ const commandName = "ListQueuesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListQueuesRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListQueuesResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListQueuesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListQueuesCommand(input, context);
33
- };
34
- ListQueuesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListQueuesCommand(output, context);
36
- };
37
- return ListQueuesCommand;
38
- }($Command));
39
- export { ListQueuesCommand };
31
+ }
32
+ }