@aws-sdk/client-connect 3.478.0 → 3.481.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 (1024) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/Connect.js +24 -0
  3. package/dist-cjs/commands/ActivateEvaluationFormCommand.js +18 -41
  4. package/dist-cjs/commands/AssociateAnalyticsDataSetCommand.js +18 -41
  5. package/dist-cjs/commands/AssociateApprovedOriginCommand.js +18 -41
  6. package/dist-cjs/commands/AssociateBotCommand.js +18 -41
  7. package/dist-cjs/commands/AssociateDefaultVocabularyCommand.js +18 -41
  8. package/dist-cjs/commands/AssociateFlowCommand.js +18 -41
  9. package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +18 -41
  10. package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +18 -41
  11. package/dist-cjs/commands/AssociateLexBotCommand.js +18 -41
  12. package/dist-cjs/commands/AssociatePhoneNumberContactFlowCommand.js +18 -41
  13. package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +18 -41
  14. package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +18 -41
  15. package/dist-cjs/commands/AssociateSecurityKeyCommand.js +18 -41
  16. package/dist-cjs/commands/AssociateTrafficDistributionGroupUserCommand.js +18 -41
  17. package/dist-cjs/commands/AssociateUserProficienciesCommand.js +28 -0
  18. package/dist-cjs/commands/BatchAssociateAnalyticsDataSetCommand.js +18 -41
  19. package/dist-cjs/commands/BatchDisassociateAnalyticsDataSetCommand.js +18 -41
  20. package/dist-cjs/commands/BatchGetFlowAssociationCommand.js +18 -41
  21. package/dist-cjs/commands/BatchPutContactCommand.js +18 -41
  22. package/dist-cjs/commands/ClaimPhoneNumberCommand.js +18 -41
  23. package/dist-cjs/commands/CreateAgentStatusCommand.js +18 -41
  24. package/dist-cjs/commands/CreateContactFlowCommand.js +18 -41
  25. package/dist-cjs/commands/CreateContactFlowModuleCommand.js +18 -41
  26. package/dist-cjs/commands/CreateEvaluationFormCommand.js +18 -41
  27. package/dist-cjs/commands/CreateHoursOfOperationCommand.js +18 -41
  28. package/dist-cjs/commands/CreateInstanceCommand.js +18 -41
  29. package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +18 -41
  30. package/dist-cjs/commands/CreateParticipantCommand.js +18 -41
  31. package/dist-cjs/commands/CreatePersistentContactAssociationCommand.js +18 -41
  32. package/dist-cjs/commands/CreatePredefinedAttributeCommand.js +28 -0
  33. package/dist-cjs/commands/CreatePromptCommand.js +18 -41
  34. package/dist-cjs/commands/CreateQueueCommand.js +18 -41
  35. package/dist-cjs/commands/CreateQuickConnectCommand.js +18 -41
  36. package/dist-cjs/commands/CreateRoutingProfileCommand.js +18 -41
  37. package/dist-cjs/commands/CreateRuleCommand.js +18 -41
  38. package/dist-cjs/commands/CreateSecurityProfileCommand.js +18 -41
  39. package/dist-cjs/commands/CreateTaskTemplateCommand.js +18 -41
  40. package/dist-cjs/commands/CreateTrafficDistributionGroupCommand.js +18 -41
  41. package/dist-cjs/commands/CreateUseCaseCommand.js +18 -41
  42. package/dist-cjs/commands/CreateUserCommand.js +18 -41
  43. package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +18 -41
  44. package/dist-cjs/commands/CreateViewCommand.js +18 -41
  45. package/dist-cjs/commands/CreateViewVersionCommand.js +18 -41
  46. package/dist-cjs/commands/CreateVocabularyCommand.js +18 -41
  47. package/dist-cjs/commands/DeactivateEvaluationFormCommand.js +18 -41
  48. package/dist-cjs/commands/DeleteContactEvaluationCommand.js +18 -41
  49. package/dist-cjs/commands/DeleteContactFlowCommand.js +18 -41
  50. package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +18 -41
  51. package/dist-cjs/commands/DeleteEvaluationFormCommand.js +18 -41
  52. package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +18 -41
  53. package/dist-cjs/commands/DeleteInstanceCommand.js +18 -41
  54. package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +18 -41
  55. package/dist-cjs/commands/DeletePredefinedAttributeCommand.js +28 -0
  56. package/dist-cjs/commands/DeletePromptCommand.js +18 -41
  57. package/dist-cjs/commands/DeleteQueueCommand.js +18 -41
  58. package/dist-cjs/commands/DeleteQuickConnectCommand.js +18 -41
  59. package/dist-cjs/commands/DeleteRoutingProfileCommand.js +18 -41
  60. package/dist-cjs/commands/DeleteRuleCommand.js +18 -41
  61. package/dist-cjs/commands/DeleteSecurityProfileCommand.js +18 -41
  62. package/dist-cjs/commands/DeleteTaskTemplateCommand.js +18 -41
  63. package/dist-cjs/commands/DeleteTrafficDistributionGroupCommand.js +18 -41
  64. package/dist-cjs/commands/DeleteUseCaseCommand.js +18 -41
  65. package/dist-cjs/commands/DeleteUserCommand.js +18 -41
  66. package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +18 -41
  67. package/dist-cjs/commands/DeleteViewCommand.js +18 -41
  68. package/dist-cjs/commands/DeleteViewVersionCommand.js +18 -41
  69. package/dist-cjs/commands/DeleteVocabularyCommand.js +18 -41
  70. package/dist-cjs/commands/DescribeAgentStatusCommand.js +18 -41
  71. package/dist-cjs/commands/DescribeContactCommand.js +18 -41
  72. package/dist-cjs/commands/DescribeContactEvaluationCommand.js +18 -41
  73. package/dist-cjs/commands/DescribeContactFlowCommand.js +18 -41
  74. package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +18 -41
  75. package/dist-cjs/commands/DescribeEvaluationFormCommand.js +18 -41
  76. package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +18 -41
  77. package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +18 -41
  78. package/dist-cjs/commands/DescribeInstanceCommand.js +18 -41
  79. package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +18 -41
  80. package/dist-cjs/commands/DescribePhoneNumberCommand.js +18 -41
  81. package/dist-cjs/commands/DescribePredefinedAttributeCommand.js +28 -0
  82. package/dist-cjs/commands/DescribePromptCommand.js +18 -41
  83. package/dist-cjs/commands/DescribeQueueCommand.js +18 -41
  84. package/dist-cjs/commands/DescribeQuickConnectCommand.js +18 -41
  85. package/dist-cjs/commands/DescribeRoutingProfileCommand.js +18 -41
  86. package/dist-cjs/commands/DescribeRuleCommand.js +18 -41
  87. package/dist-cjs/commands/DescribeSecurityProfileCommand.js +18 -41
  88. package/dist-cjs/commands/DescribeTrafficDistributionGroupCommand.js +18 -41
  89. package/dist-cjs/commands/DescribeUserCommand.js +18 -41
  90. package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +18 -41
  91. package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +18 -41
  92. package/dist-cjs/commands/DescribeViewCommand.js +18 -41
  93. package/dist-cjs/commands/DescribeVocabularyCommand.js +18 -41
  94. package/dist-cjs/commands/DisassociateAnalyticsDataSetCommand.js +18 -41
  95. package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +18 -41
  96. package/dist-cjs/commands/DisassociateBotCommand.js +18 -41
  97. package/dist-cjs/commands/DisassociateFlowCommand.js +18 -41
  98. package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +18 -41
  99. package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +18 -41
  100. package/dist-cjs/commands/DisassociateLexBotCommand.js +18 -41
  101. package/dist-cjs/commands/DisassociatePhoneNumberContactFlowCommand.js +18 -41
  102. package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +18 -41
  103. package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +18 -41
  104. package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +18 -41
  105. package/dist-cjs/commands/DisassociateTrafficDistributionGroupUserCommand.js +18 -41
  106. package/dist-cjs/commands/DisassociateUserProficienciesCommand.js +28 -0
  107. package/dist-cjs/commands/DismissUserContactCommand.js +18 -41
  108. package/dist-cjs/commands/GetContactAttributesCommand.js +18 -41
  109. package/dist-cjs/commands/GetCurrentMetricDataCommand.js +18 -41
  110. package/dist-cjs/commands/GetCurrentUserDataCommand.js +18 -41
  111. package/dist-cjs/commands/GetFederationTokenCommand.js +18 -41
  112. package/dist-cjs/commands/GetFlowAssociationCommand.js +18 -41
  113. package/dist-cjs/commands/GetMetricDataCommand.js +18 -41
  114. package/dist-cjs/commands/GetMetricDataV2Command.js +18 -41
  115. package/dist-cjs/commands/GetPromptFileCommand.js +18 -41
  116. package/dist-cjs/commands/GetTaskTemplateCommand.js +18 -41
  117. package/dist-cjs/commands/GetTrafficDistributionCommand.js +18 -41
  118. package/dist-cjs/commands/ImportPhoneNumberCommand.js +18 -41
  119. package/dist-cjs/commands/ListAgentStatusesCommand.js +18 -41
  120. package/dist-cjs/commands/ListAnalyticsDataAssociationsCommand.js +18 -41
  121. package/dist-cjs/commands/ListApprovedOriginsCommand.js +18 -41
  122. package/dist-cjs/commands/ListBotsCommand.js +18 -41
  123. package/dist-cjs/commands/ListContactEvaluationsCommand.js +18 -41
  124. package/dist-cjs/commands/ListContactFlowModulesCommand.js +18 -41
  125. package/dist-cjs/commands/ListContactFlowsCommand.js +18 -41
  126. package/dist-cjs/commands/ListContactReferencesCommand.js +18 -41
  127. package/dist-cjs/commands/ListDefaultVocabulariesCommand.js +18 -41
  128. package/dist-cjs/commands/ListEvaluationFormVersionsCommand.js +18 -41
  129. package/dist-cjs/commands/ListEvaluationFormsCommand.js +18 -41
  130. package/dist-cjs/commands/ListFlowAssociationsCommand.js +18 -41
  131. package/dist-cjs/commands/ListHoursOfOperationsCommand.js +18 -41
  132. package/dist-cjs/commands/ListInstanceAttributesCommand.js +18 -41
  133. package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +18 -41
  134. package/dist-cjs/commands/ListInstancesCommand.js +18 -41
  135. package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +18 -41
  136. package/dist-cjs/commands/ListLambdaFunctionsCommand.js +18 -41
  137. package/dist-cjs/commands/ListLexBotsCommand.js +18 -41
  138. package/dist-cjs/commands/ListPhoneNumbersCommand.js +18 -41
  139. package/dist-cjs/commands/ListPhoneNumbersV2Command.js +18 -41
  140. package/dist-cjs/commands/ListPredefinedAttributesCommand.js +28 -0
  141. package/dist-cjs/commands/ListPromptsCommand.js +18 -41
  142. package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +18 -41
  143. package/dist-cjs/commands/ListQueuesCommand.js +18 -41
  144. package/dist-cjs/commands/ListQuickConnectsCommand.js +18 -41
  145. package/dist-cjs/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +18 -41
  146. package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +18 -41
  147. package/dist-cjs/commands/ListRoutingProfilesCommand.js +18 -41
  148. package/dist-cjs/commands/ListRulesCommand.js +18 -41
  149. package/dist-cjs/commands/ListSecurityKeysCommand.js +18 -41
  150. package/dist-cjs/commands/ListSecurityProfileApplicationsCommand.js +18 -41
  151. package/dist-cjs/commands/ListSecurityProfilePermissionsCommand.js +18 -41
  152. package/dist-cjs/commands/ListSecurityProfilesCommand.js +18 -41
  153. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  154. package/dist-cjs/commands/ListTaskTemplatesCommand.js +18 -41
  155. package/dist-cjs/commands/ListTrafficDistributionGroupUsersCommand.js +18 -41
  156. package/dist-cjs/commands/ListTrafficDistributionGroupsCommand.js +18 -41
  157. package/dist-cjs/commands/ListUseCasesCommand.js +18 -41
  158. package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +18 -41
  159. package/dist-cjs/commands/ListUserProficienciesCommand.js +28 -0
  160. package/dist-cjs/commands/ListUsersCommand.js +18 -41
  161. package/dist-cjs/commands/ListViewVersionsCommand.js +18 -41
  162. package/dist-cjs/commands/ListViewsCommand.js +18 -41
  163. package/dist-cjs/commands/MonitorContactCommand.js +18 -41
  164. package/dist-cjs/commands/PauseContactCommand.js +18 -41
  165. package/dist-cjs/commands/PutUserStatusCommand.js +18 -41
  166. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +18 -41
  167. package/dist-cjs/commands/ReplicateInstanceCommand.js +18 -41
  168. package/dist-cjs/commands/ResumeContactCommand.js +18 -41
  169. package/dist-cjs/commands/ResumeContactRecordingCommand.js +18 -41
  170. package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +18 -41
  171. package/dist-cjs/commands/SearchContactsCommand.js +29 -0
  172. package/dist-cjs/commands/SearchHoursOfOperationsCommand.js +18 -41
  173. package/dist-cjs/commands/SearchPredefinedAttributesCommand.js +28 -0
  174. package/dist-cjs/commands/SearchPromptsCommand.js +18 -41
  175. package/dist-cjs/commands/SearchQueuesCommand.js +18 -41
  176. package/dist-cjs/commands/SearchQuickConnectsCommand.js +18 -41
  177. package/dist-cjs/commands/SearchResourceTagsCommand.js +18 -41
  178. package/dist-cjs/commands/SearchRoutingProfilesCommand.js +18 -41
  179. package/dist-cjs/commands/SearchSecurityProfilesCommand.js +18 -41
  180. package/dist-cjs/commands/SearchUsersCommand.js +18 -41
  181. package/dist-cjs/commands/SearchVocabulariesCommand.js +18 -41
  182. package/dist-cjs/commands/SendChatIntegrationEventCommand.js +18 -41
  183. package/dist-cjs/commands/StartChatContactCommand.js +18 -41
  184. package/dist-cjs/commands/StartContactEvaluationCommand.js +18 -41
  185. package/dist-cjs/commands/StartContactRecordingCommand.js +18 -41
  186. package/dist-cjs/commands/StartContactStreamingCommand.js +18 -41
  187. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +18 -41
  188. package/dist-cjs/commands/StartTaskContactCommand.js +18 -41
  189. package/dist-cjs/commands/StartWebRTCContactCommand.js +18 -41
  190. package/dist-cjs/commands/StopContactCommand.js +18 -41
  191. package/dist-cjs/commands/StopContactRecordingCommand.js +18 -41
  192. package/dist-cjs/commands/StopContactStreamingCommand.js +18 -41
  193. package/dist-cjs/commands/SubmitContactEvaluationCommand.js +18 -41
  194. package/dist-cjs/commands/SuspendContactRecordingCommand.js +18 -41
  195. package/dist-cjs/commands/TagContactCommand.js +18 -41
  196. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  197. package/dist-cjs/commands/TransferContactCommand.js +18 -41
  198. package/dist-cjs/commands/UntagContactCommand.js +18 -41
  199. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  200. package/dist-cjs/commands/UpdateAgentStatusCommand.js +18 -41
  201. package/dist-cjs/commands/UpdateContactAttributesCommand.js +18 -41
  202. package/dist-cjs/commands/UpdateContactCommand.js +18 -41
  203. package/dist-cjs/commands/UpdateContactEvaluationCommand.js +18 -41
  204. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +18 -41
  205. package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +18 -41
  206. package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +18 -41
  207. package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +18 -41
  208. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +18 -41
  209. package/dist-cjs/commands/UpdateContactRoutingDataCommand.js +28 -0
  210. package/dist-cjs/commands/UpdateContactScheduleCommand.js +18 -41
  211. package/dist-cjs/commands/UpdateEvaluationFormCommand.js +18 -41
  212. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +18 -41
  213. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +18 -41
  214. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +18 -41
  215. package/dist-cjs/commands/UpdateParticipantRoleConfigCommand.js +18 -41
  216. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +18 -41
  217. package/dist-cjs/commands/UpdatePhoneNumberMetadataCommand.js +18 -41
  218. package/dist-cjs/commands/UpdatePredefinedAttributeCommand.js +28 -0
  219. package/dist-cjs/commands/UpdatePromptCommand.js +18 -41
  220. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +18 -41
  221. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +18 -41
  222. package/dist-cjs/commands/UpdateQueueNameCommand.js +18 -41
  223. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +18 -41
  224. package/dist-cjs/commands/UpdateQueueStatusCommand.js +18 -41
  225. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +18 -41
  226. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +18 -41
  227. package/dist-cjs/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.js +18 -41
  228. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +18 -41
  229. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +18 -41
  230. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +18 -41
  231. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +18 -41
  232. package/dist-cjs/commands/UpdateRuleCommand.js +18 -41
  233. package/dist-cjs/commands/UpdateSecurityProfileCommand.js +18 -41
  234. package/dist-cjs/commands/UpdateTaskTemplateCommand.js +18 -41
  235. package/dist-cjs/commands/UpdateTrafficDistributionCommand.js +18 -41
  236. package/dist-cjs/commands/UpdateUserHierarchyCommand.js +18 -41
  237. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +18 -41
  238. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +18 -41
  239. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +18 -41
  240. package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +18 -41
  241. package/dist-cjs/commands/UpdateUserProficienciesCommand.js +28 -0
  242. package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +18 -41
  243. package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +18 -41
  244. package/dist-cjs/commands/UpdateViewContentCommand.js +18 -41
  245. package/dist-cjs/commands/UpdateViewMetadataCommand.js +18 -41
  246. package/dist-cjs/commands/index.js +12 -0
  247. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  248. package/dist-cjs/models/models_0.js +10 -16
  249. package/dist-cjs/models/models_1.js +62 -25
  250. package/dist-cjs/models/models_2.js +39 -1
  251. package/dist-cjs/pagination/ListPredefinedAttributesPaginator.js +7 -0
  252. package/dist-cjs/pagination/ListUserProficienciesPaginator.js +7 -0
  253. package/dist-cjs/pagination/SearchContactsPaginator.js +7 -0
  254. package/dist-cjs/pagination/SearchPredefinedAttributesPaginator.js +7 -0
  255. package/dist-cjs/pagination/index.js +4 -0
  256. package/dist-cjs/protocols/Aws_restJson1.js +878 -32
  257. package/dist-es/Connect.js +24 -0
  258. package/dist-es/commands/ActivateEvaluationFormCommand.js +18 -41
  259. package/dist-es/commands/AssociateAnalyticsDataSetCommand.js +18 -41
  260. package/dist-es/commands/AssociateApprovedOriginCommand.js +18 -41
  261. package/dist-es/commands/AssociateBotCommand.js +18 -41
  262. package/dist-es/commands/AssociateDefaultVocabularyCommand.js +18 -41
  263. package/dist-es/commands/AssociateFlowCommand.js +18 -41
  264. package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +18 -41
  265. package/dist-es/commands/AssociateLambdaFunctionCommand.js +18 -41
  266. package/dist-es/commands/AssociateLexBotCommand.js +18 -41
  267. package/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +18 -41
  268. package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +18 -41
  269. package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +18 -41
  270. package/dist-es/commands/AssociateSecurityKeyCommand.js +18 -41
  271. package/dist-es/commands/AssociateTrafficDistributionGroupUserCommand.js +18 -41
  272. package/dist-es/commands/AssociateUserProficienciesCommand.js +24 -0
  273. package/dist-es/commands/BatchAssociateAnalyticsDataSetCommand.js +18 -41
  274. package/dist-es/commands/BatchDisassociateAnalyticsDataSetCommand.js +18 -41
  275. package/dist-es/commands/BatchGetFlowAssociationCommand.js +18 -41
  276. package/dist-es/commands/BatchPutContactCommand.js +18 -41
  277. package/dist-es/commands/ClaimPhoneNumberCommand.js +18 -41
  278. package/dist-es/commands/CreateAgentStatusCommand.js +18 -41
  279. package/dist-es/commands/CreateContactFlowCommand.js +18 -41
  280. package/dist-es/commands/CreateContactFlowModuleCommand.js +18 -41
  281. package/dist-es/commands/CreateEvaluationFormCommand.js +18 -41
  282. package/dist-es/commands/CreateHoursOfOperationCommand.js +18 -41
  283. package/dist-es/commands/CreateInstanceCommand.js +18 -41
  284. package/dist-es/commands/CreateIntegrationAssociationCommand.js +18 -41
  285. package/dist-es/commands/CreateParticipantCommand.js +18 -41
  286. package/dist-es/commands/CreatePersistentContactAssociationCommand.js +18 -41
  287. package/dist-es/commands/CreatePredefinedAttributeCommand.js +24 -0
  288. package/dist-es/commands/CreatePromptCommand.js +18 -41
  289. package/dist-es/commands/CreateQueueCommand.js +18 -41
  290. package/dist-es/commands/CreateQuickConnectCommand.js +18 -41
  291. package/dist-es/commands/CreateRoutingProfileCommand.js +18 -41
  292. package/dist-es/commands/CreateRuleCommand.js +18 -41
  293. package/dist-es/commands/CreateSecurityProfileCommand.js +18 -41
  294. package/dist-es/commands/CreateTaskTemplateCommand.js +18 -41
  295. package/dist-es/commands/CreateTrafficDistributionGroupCommand.js +18 -41
  296. package/dist-es/commands/CreateUseCaseCommand.js +18 -41
  297. package/dist-es/commands/CreateUserCommand.js +18 -41
  298. package/dist-es/commands/CreateUserHierarchyGroupCommand.js +18 -41
  299. package/dist-es/commands/CreateViewCommand.js +18 -41
  300. package/dist-es/commands/CreateViewVersionCommand.js +18 -41
  301. package/dist-es/commands/CreateVocabularyCommand.js +18 -41
  302. package/dist-es/commands/DeactivateEvaluationFormCommand.js +18 -41
  303. package/dist-es/commands/DeleteContactEvaluationCommand.js +18 -41
  304. package/dist-es/commands/DeleteContactFlowCommand.js +18 -41
  305. package/dist-es/commands/DeleteContactFlowModuleCommand.js +18 -41
  306. package/dist-es/commands/DeleteEvaluationFormCommand.js +18 -41
  307. package/dist-es/commands/DeleteHoursOfOperationCommand.js +18 -41
  308. package/dist-es/commands/DeleteInstanceCommand.js +18 -41
  309. package/dist-es/commands/DeleteIntegrationAssociationCommand.js +18 -41
  310. package/dist-es/commands/DeletePredefinedAttributeCommand.js +24 -0
  311. package/dist-es/commands/DeletePromptCommand.js +18 -41
  312. package/dist-es/commands/DeleteQueueCommand.js +18 -41
  313. package/dist-es/commands/DeleteQuickConnectCommand.js +18 -41
  314. package/dist-es/commands/DeleteRoutingProfileCommand.js +18 -41
  315. package/dist-es/commands/DeleteRuleCommand.js +18 -41
  316. package/dist-es/commands/DeleteSecurityProfileCommand.js +18 -41
  317. package/dist-es/commands/DeleteTaskTemplateCommand.js +18 -41
  318. package/dist-es/commands/DeleteTrafficDistributionGroupCommand.js +18 -41
  319. package/dist-es/commands/DeleteUseCaseCommand.js +18 -41
  320. package/dist-es/commands/DeleteUserCommand.js +18 -41
  321. package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +18 -41
  322. package/dist-es/commands/DeleteViewCommand.js +18 -41
  323. package/dist-es/commands/DeleteViewVersionCommand.js +18 -41
  324. package/dist-es/commands/DeleteVocabularyCommand.js +18 -41
  325. package/dist-es/commands/DescribeAgentStatusCommand.js +18 -41
  326. package/dist-es/commands/DescribeContactCommand.js +18 -41
  327. package/dist-es/commands/DescribeContactEvaluationCommand.js +18 -41
  328. package/dist-es/commands/DescribeContactFlowCommand.js +18 -41
  329. package/dist-es/commands/DescribeContactFlowModuleCommand.js +18 -41
  330. package/dist-es/commands/DescribeEvaluationFormCommand.js +18 -41
  331. package/dist-es/commands/DescribeHoursOfOperationCommand.js +18 -41
  332. package/dist-es/commands/DescribeInstanceAttributeCommand.js +18 -41
  333. package/dist-es/commands/DescribeInstanceCommand.js +18 -41
  334. package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +18 -41
  335. package/dist-es/commands/DescribePhoneNumberCommand.js +18 -41
  336. package/dist-es/commands/DescribePredefinedAttributeCommand.js +24 -0
  337. package/dist-es/commands/DescribePromptCommand.js +18 -41
  338. package/dist-es/commands/DescribeQueueCommand.js +18 -41
  339. package/dist-es/commands/DescribeQuickConnectCommand.js +18 -41
  340. package/dist-es/commands/DescribeRoutingProfileCommand.js +18 -41
  341. package/dist-es/commands/DescribeRuleCommand.js +18 -41
  342. package/dist-es/commands/DescribeSecurityProfileCommand.js +18 -41
  343. package/dist-es/commands/DescribeTrafficDistributionGroupCommand.js +18 -41
  344. package/dist-es/commands/DescribeUserCommand.js +18 -41
  345. package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +18 -41
  346. package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +18 -41
  347. package/dist-es/commands/DescribeViewCommand.js +18 -41
  348. package/dist-es/commands/DescribeVocabularyCommand.js +18 -41
  349. package/dist-es/commands/DisassociateAnalyticsDataSetCommand.js +18 -41
  350. package/dist-es/commands/DisassociateApprovedOriginCommand.js +18 -41
  351. package/dist-es/commands/DisassociateBotCommand.js +18 -41
  352. package/dist-es/commands/DisassociateFlowCommand.js +18 -41
  353. package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +18 -41
  354. package/dist-es/commands/DisassociateLambdaFunctionCommand.js +18 -41
  355. package/dist-es/commands/DisassociateLexBotCommand.js +18 -41
  356. package/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +18 -41
  357. package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +18 -41
  358. package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +18 -41
  359. package/dist-es/commands/DisassociateSecurityKeyCommand.js +18 -41
  360. package/dist-es/commands/DisassociateTrafficDistributionGroupUserCommand.js +18 -41
  361. package/dist-es/commands/DisassociateUserProficienciesCommand.js +24 -0
  362. package/dist-es/commands/DismissUserContactCommand.js +18 -41
  363. package/dist-es/commands/GetContactAttributesCommand.js +18 -41
  364. package/dist-es/commands/GetCurrentMetricDataCommand.js +18 -41
  365. package/dist-es/commands/GetCurrentUserDataCommand.js +18 -41
  366. package/dist-es/commands/GetFederationTokenCommand.js +18 -41
  367. package/dist-es/commands/GetFlowAssociationCommand.js +18 -41
  368. package/dist-es/commands/GetMetricDataCommand.js +18 -41
  369. package/dist-es/commands/GetMetricDataV2Command.js +18 -41
  370. package/dist-es/commands/GetPromptFileCommand.js +18 -41
  371. package/dist-es/commands/GetTaskTemplateCommand.js +18 -41
  372. package/dist-es/commands/GetTrafficDistributionCommand.js +18 -41
  373. package/dist-es/commands/ImportPhoneNumberCommand.js +18 -41
  374. package/dist-es/commands/ListAgentStatusesCommand.js +18 -41
  375. package/dist-es/commands/ListAnalyticsDataAssociationsCommand.js +18 -41
  376. package/dist-es/commands/ListApprovedOriginsCommand.js +18 -41
  377. package/dist-es/commands/ListBotsCommand.js +18 -41
  378. package/dist-es/commands/ListContactEvaluationsCommand.js +18 -41
  379. package/dist-es/commands/ListContactFlowModulesCommand.js +18 -41
  380. package/dist-es/commands/ListContactFlowsCommand.js +18 -41
  381. package/dist-es/commands/ListContactReferencesCommand.js +18 -41
  382. package/dist-es/commands/ListDefaultVocabulariesCommand.js +18 -41
  383. package/dist-es/commands/ListEvaluationFormVersionsCommand.js +18 -41
  384. package/dist-es/commands/ListEvaluationFormsCommand.js +18 -41
  385. package/dist-es/commands/ListFlowAssociationsCommand.js +18 -41
  386. package/dist-es/commands/ListHoursOfOperationsCommand.js +18 -41
  387. package/dist-es/commands/ListInstanceAttributesCommand.js +18 -41
  388. package/dist-es/commands/ListInstanceStorageConfigsCommand.js +18 -41
  389. package/dist-es/commands/ListInstancesCommand.js +18 -41
  390. package/dist-es/commands/ListIntegrationAssociationsCommand.js +18 -41
  391. package/dist-es/commands/ListLambdaFunctionsCommand.js +18 -41
  392. package/dist-es/commands/ListLexBotsCommand.js +18 -41
  393. package/dist-es/commands/ListPhoneNumbersCommand.js +18 -41
  394. package/dist-es/commands/ListPhoneNumbersV2Command.js +18 -41
  395. package/dist-es/commands/ListPredefinedAttributesCommand.js +24 -0
  396. package/dist-es/commands/ListPromptsCommand.js +18 -41
  397. package/dist-es/commands/ListQueueQuickConnectsCommand.js +18 -41
  398. package/dist-es/commands/ListQueuesCommand.js +18 -41
  399. package/dist-es/commands/ListQuickConnectsCommand.js +18 -41
  400. package/dist-es/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +18 -41
  401. package/dist-es/commands/ListRoutingProfileQueuesCommand.js +18 -41
  402. package/dist-es/commands/ListRoutingProfilesCommand.js +18 -41
  403. package/dist-es/commands/ListRulesCommand.js +18 -41
  404. package/dist-es/commands/ListSecurityKeysCommand.js +18 -41
  405. package/dist-es/commands/ListSecurityProfileApplicationsCommand.js +18 -41
  406. package/dist-es/commands/ListSecurityProfilePermissionsCommand.js +18 -41
  407. package/dist-es/commands/ListSecurityProfilesCommand.js +18 -41
  408. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  409. package/dist-es/commands/ListTaskTemplatesCommand.js +18 -41
  410. package/dist-es/commands/ListTrafficDistributionGroupUsersCommand.js +18 -41
  411. package/dist-es/commands/ListTrafficDistributionGroupsCommand.js +18 -41
  412. package/dist-es/commands/ListUseCasesCommand.js +18 -41
  413. package/dist-es/commands/ListUserHierarchyGroupsCommand.js +18 -41
  414. package/dist-es/commands/ListUserProficienciesCommand.js +24 -0
  415. package/dist-es/commands/ListUsersCommand.js +18 -41
  416. package/dist-es/commands/ListViewVersionsCommand.js +18 -41
  417. package/dist-es/commands/ListViewsCommand.js +18 -41
  418. package/dist-es/commands/MonitorContactCommand.js +18 -41
  419. package/dist-es/commands/PauseContactCommand.js +18 -41
  420. package/dist-es/commands/PutUserStatusCommand.js +18 -41
  421. package/dist-es/commands/ReleasePhoneNumberCommand.js +18 -41
  422. package/dist-es/commands/ReplicateInstanceCommand.js +18 -41
  423. package/dist-es/commands/ResumeContactCommand.js +18 -41
  424. package/dist-es/commands/ResumeContactRecordingCommand.js +18 -41
  425. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +18 -41
  426. package/dist-es/commands/SearchContactsCommand.js +25 -0
  427. package/dist-es/commands/SearchHoursOfOperationsCommand.js +18 -41
  428. package/dist-es/commands/SearchPredefinedAttributesCommand.js +24 -0
  429. package/dist-es/commands/SearchPromptsCommand.js +18 -41
  430. package/dist-es/commands/SearchQueuesCommand.js +18 -41
  431. package/dist-es/commands/SearchQuickConnectsCommand.js +18 -41
  432. package/dist-es/commands/SearchResourceTagsCommand.js +18 -41
  433. package/dist-es/commands/SearchRoutingProfilesCommand.js +18 -41
  434. package/dist-es/commands/SearchSecurityProfilesCommand.js +18 -41
  435. package/dist-es/commands/SearchUsersCommand.js +18 -41
  436. package/dist-es/commands/SearchVocabulariesCommand.js +18 -41
  437. package/dist-es/commands/SendChatIntegrationEventCommand.js +18 -41
  438. package/dist-es/commands/StartChatContactCommand.js +18 -41
  439. package/dist-es/commands/StartContactEvaluationCommand.js +18 -41
  440. package/dist-es/commands/StartContactRecordingCommand.js +18 -41
  441. package/dist-es/commands/StartContactStreamingCommand.js +18 -41
  442. package/dist-es/commands/StartOutboundVoiceContactCommand.js +18 -41
  443. package/dist-es/commands/StartTaskContactCommand.js +18 -41
  444. package/dist-es/commands/StartWebRTCContactCommand.js +18 -41
  445. package/dist-es/commands/StopContactCommand.js +18 -41
  446. package/dist-es/commands/StopContactRecordingCommand.js +18 -41
  447. package/dist-es/commands/StopContactStreamingCommand.js +18 -41
  448. package/dist-es/commands/SubmitContactEvaluationCommand.js +18 -41
  449. package/dist-es/commands/SuspendContactRecordingCommand.js +18 -41
  450. package/dist-es/commands/TagContactCommand.js +18 -41
  451. package/dist-es/commands/TagResourceCommand.js +18 -41
  452. package/dist-es/commands/TransferContactCommand.js +18 -41
  453. package/dist-es/commands/UntagContactCommand.js +18 -41
  454. package/dist-es/commands/UntagResourceCommand.js +18 -41
  455. package/dist-es/commands/UpdateAgentStatusCommand.js +18 -41
  456. package/dist-es/commands/UpdateContactAttributesCommand.js +18 -41
  457. package/dist-es/commands/UpdateContactCommand.js +18 -41
  458. package/dist-es/commands/UpdateContactEvaluationCommand.js +18 -41
  459. package/dist-es/commands/UpdateContactFlowContentCommand.js +18 -41
  460. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +18 -41
  461. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +18 -41
  462. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +18 -41
  463. package/dist-es/commands/UpdateContactFlowNameCommand.js +18 -41
  464. package/dist-es/commands/UpdateContactRoutingDataCommand.js +24 -0
  465. package/dist-es/commands/UpdateContactScheduleCommand.js +18 -41
  466. package/dist-es/commands/UpdateEvaluationFormCommand.js +18 -41
  467. package/dist-es/commands/UpdateHoursOfOperationCommand.js +18 -41
  468. package/dist-es/commands/UpdateInstanceAttributeCommand.js +18 -41
  469. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +18 -41
  470. package/dist-es/commands/UpdateParticipantRoleConfigCommand.js +18 -41
  471. package/dist-es/commands/UpdatePhoneNumberCommand.js +18 -41
  472. package/dist-es/commands/UpdatePhoneNumberMetadataCommand.js +18 -41
  473. package/dist-es/commands/UpdatePredefinedAttributeCommand.js +24 -0
  474. package/dist-es/commands/UpdatePromptCommand.js +18 -41
  475. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +18 -41
  476. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +18 -41
  477. package/dist-es/commands/UpdateQueueNameCommand.js +18 -41
  478. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +18 -41
  479. package/dist-es/commands/UpdateQueueStatusCommand.js +18 -41
  480. package/dist-es/commands/UpdateQuickConnectConfigCommand.js +18 -41
  481. package/dist-es/commands/UpdateQuickConnectNameCommand.js +18 -41
  482. package/dist-es/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.js +18 -41
  483. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +18 -41
  484. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +18 -41
  485. package/dist-es/commands/UpdateRoutingProfileNameCommand.js +18 -41
  486. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +18 -41
  487. package/dist-es/commands/UpdateRuleCommand.js +18 -41
  488. package/dist-es/commands/UpdateSecurityProfileCommand.js +18 -41
  489. package/dist-es/commands/UpdateTaskTemplateCommand.js +18 -41
  490. package/dist-es/commands/UpdateTrafficDistributionCommand.js +18 -41
  491. package/dist-es/commands/UpdateUserHierarchyCommand.js +18 -41
  492. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +18 -41
  493. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +18 -41
  494. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +18 -41
  495. package/dist-es/commands/UpdateUserPhoneConfigCommand.js +18 -41
  496. package/dist-es/commands/UpdateUserProficienciesCommand.js +24 -0
  497. package/dist-es/commands/UpdateUserRoutingProfileCommand.js +18 -41
  498. package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +18 -41
  499. package/dist-es/commands/UpdateViewContentCommand.js +18 -41
  500. package/dist-es/commands/UpdateViewMetadataCommand.js +18 -41
  501. package/dist-es/commands/index.js +12 -0
  502. package/dist-es/endpoint/EndpointParameters.js +6 -0
  503. package/dist-es/models/models_0.js +8 -14
  504. package/dist-es/models/models_1.js +55 -23
  505. package/dist-es/models/models_2.js +36 -0
  506. package/dist-es/pagination/ListPredefinedAttributesPaginator.js +4 -0
  507. package/dist-es/pagination/ListUserProficienciesPaginator.js +4 -0
  508. package/dist-es/pagination/SearchContactsPaginator.js +4 -0
  509. package/dist-es/pagination/SearchPredefinedAttributesPaginator.js +4 -0
  510. package/dist-es/pagination/index.js +4 -0
  511. package/dist-es/protocols/Aws_restJson1.js +846 -24
  512. package/dist-types/Connect.d.ts +84 -0
  513. package/dist-types/ConnectClient.d.ts +14 -2
  514. package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +6 -21
  515. package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +6 -21
  516. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +6 -21
  517. package/dist-types/commands/AssociateBotCommand.d.ts +6 -21
  518. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +6 -21
  519. package/dist-types/commands/AssociateFlowCommand.d.ts +6 -21
  520. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -21
  521. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +6 -21
  522. package/dist-types/commands/AssociateLexBotCommand.d.ts +6 -21
  523. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +6 -21
  524. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +6 -21
  525. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +6 -21
  526. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +6 -21
  527. package/dist-types/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +6 -21
  528. package/dist-types/commands/AssociateUserProficienciesCommand.d.ts +79 -0
  529. package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +6 -21
  530. package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +6 -21
  531. package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +6 -21
  532. package/dist-types/commands/BatchPutContactCommand.d.ts +6 -21
  533. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +6 -21
  534. package/dist-types/commands/CreateAgentStatusCommand.d.ts +6 -21
  535. package/dist-types/commands/CreateContactFlowCommand.d.ts +6 -21
  536. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +6 -21
  537. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +6 -21
  538. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +6 -21
  539. package/dist-types/commands/CreateInstanceCommand.d.ts +6 -21
  540. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +6 -21
  541. package/dist-types/commands/CreateParticipantCommand.d.ts +6 -21
  542. package/dist-types/commands/CreatePersistentContactAssociationCommand.d.ts +6 -21
  543. package/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +83 -0
  544. package/dist-types/commands/CreatePromptCommand.d.ts +6 -21
  545. package/dist-types/commands/CreateQueueCommand.d.ts +6 -21
  546. package/dist-types/commands/CreateQuickConnectCommand.d.ts +6 -21
  547. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +6 -21
  548. package/dist-types/commands/CreateRuleCommand.d.ts +6 -21
  549. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +6 -21
  550. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +6 -21
  551. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +6 -21
  552. package/dist-types/commands/CreateUseCaseCommand.d.ts +6 -21
  553. package/dist-types/commands/CreateUserCommand.d.ts +6 -21
  554. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +6 -21
  555. package/dist-types/commands/CreateViewCommand.d.ts +6 -21
  556. package/dist-types/commands/CreateViewVersionCommand.d.ts +6 -21
  557. package/dist-types/commands/CreateVocabularyCommand.d.ts +6 -21
  558. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +6 -21
  559. package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +6 -21
  560. package/dist-types/commands/DeleteContactFlowCommand.d.ts +6 -21
  561. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +6 -21
  562. package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +6 -21
  563. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +6 -21
  564. package/dist-types/commands/DeleteInstanceCommand.d.ts +6 -21
  565. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +6 -21
  566. package/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +75 -0
  567. package/dist-types/commands/DeletePromptCommand.d.ts +6 -21
  568. package/dist-types/commands/DeleteQueueCommand.d.ts +6 -21
  569. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +6 -21
  570. package/dist-types/commands/DeleteRoutingProfileCommand.d.ts +6 -21
  571. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
  572. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +6 -21
  573. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +6 -21
  574. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +6 -21
  575. package/dist-types/commands/DeleteUseCaseCommand.d.ts +6 -21
  576. package/dist-types/commands/DeleteUserCommand.d.ts +6 -21
  577. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +6 -21
  578. package/dist-types/commands/DeleteViewCommand.d.ts +6 -21
  579. package/dist-types/commands/DeleteViewVersionCommand.d.ts +6 -21
  580. package/dist-types/commands/DeleteVocabularyCommand.d.ts +6 -21
  581. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +6 -21
  582. package/dist-types/commands/DescribeContactCommand.d.ts +8 -21
  583. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +6 -21
  584. package/dist-types/commands/DescribeContactFlowCommand.d.ts +6 -21
  585. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +6 -21
  586. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +6 -21
  587. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +6 -21
  588. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +6 -21
  589. package/dist-types/commands/DescribeInstanceCommand.d.ts +6 -21
  590. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +6 -21
  591. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +8 -22
  592. package/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +83 -0
  593. package/dist-types/commands/DescribePromptCommand.d.ts +7 -23
  594. package/dist-types/commands/DescribeQueueCommand.d.ts +6 -21
  595. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +6 -21
  596. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +6 -21
  597. package/dist-types/commands/DescribeRuleCommand.d.ts +6 -21
  598. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +6 -21
  599. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +6 -21
  600. package/dist-types/commands/DescribeUserCommand.d.ts +6 -21
  601. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +6 -21
  602. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +6 -21
  603. package/dist-types/commands/DescribeViewCommand.d.ts +6 -21
  604. package/dist-types/commands/DescribeVocabularyCommand.d.ts +6 -21
  605. package/dist-types/commands/DisassociateAnalyticsDataSetCommand.d.ts +6 -21
  606. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +6 -21
  607. package/dist-types/commands/DisassociateBotCommand.d.ts +6 -21
  608. package/dist-types/commands/DisassociateFlowCommand.d.ts +6 -21
  609. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +6 -21
  610. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +6 -21
  611. package/dist-types/commands/DisassociateLexBotCommand.d.ts +6 -21
  612. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +6 -21
  613. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +6 -21
  614. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +6 -21
  615. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +6 -21
  616. package/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +6 -21
  617. package/dist-types/commands/DisassociateUserProficienciesCommand.d.ts +78 -0
  618. package/dist-types/commands/DismissUserContactCommand.d.ts +6 -21
  619. package/dist-types/commands/GetContactAttributesCommand.d.ts +6 -21
  620. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +11 -22
  621. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +6 -21
  622. package/dist-types/commands/GetFederationTokenCommand.d.ts +6 -21
  623. package/dist-types/commands/GetFlowAssociationCommand.d.ts +6 -21
  624. package/dist-types/commands/GetMetricDataCommand.d.ts +11 -22
  625. package/dist-types/commands/GetMetricDataV2Command.d.ts +6 -21
  626. package/dist-types/commands/GetPromptFileCommand.d.ts +6 -21
  627. package/dist-types/commands/GetTaskTemplateCommand.d.ts +6 -21
  628. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +6 -21
  629. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +6 -21
  630. package/dist-types/commands/ListAgentStatusesCommand.d.ts +6 -21
  631. package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +6 -21
  632. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +6 -21
  633. package/dist-types/commands/ListBotsCommand.d.ts +6 -21
  634. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +6 -21
  635. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +6 -21
  636. package/dist-types/commands/ListContactFlowsCommand.d.ts +6 -21
  637. package/dist-types/commands/ListContactReferencesCommand.d.ts +6 -21
  638. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +6 -21
  639. package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +6 -21
  640. package/dist-types/commands/ListEvaluationFormsCommand.d.ts +6 -21
  641. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +6 -21
  642. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +6 -21
  643. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +6 -21
  644. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +6 -21
  645. package/dist-types/commands/ListInstancesCommand.d.ts +6 -21
  646. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +6 -21
  647. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +6 -21
  648. package/dist-types/commands/ListLexBotsCommand.d.ts +6 -21
  649. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +6 -21
  650. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +6 -21
  651. package/dist-types/commands/ListPredefinedAttributesCommand.d.ts +82 -0
  652. package/dist-types/commands/ListPromptsCommand.d.ts +6 -21
  653. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +6 -21
  654. package/dist-types/commands/ListQueuesCommand.d.ts +6 -21
  655. package/dist-types/commands/ListQuickConnectsCommand.d.ts +6 -21
  656. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +6 -21
  657. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +6 -21
  658. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +6 -21
  659. package/dist-types/commands/ListRulesCommand.d.ts +6 -21
  660. package/dist-types/commands/ListSecurityKeysCommand.d.ts +6 -21
  661. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +6 -21
  662. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +6 -21
  663. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +6 -21
  664. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  665. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +6 -21
  666. package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +6 -21
  667. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +6 -21
  668. package/dist-types/commands/ListUseCasesCommand.d.ts +6 -21
  669. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +6 -21
  670. package/dist-types/commands/ListUserProficienciesCommand.d.ts +85 -0
  671. package/dist-types/commands/ListUsersCommand.d.ts +6 -21
  672. package/dist-types/commands/ListViewVersionsCommand.d.ts +6 -21
  673. package/dist-types/commands/ListViewsCommand.d.ts +6 -21
  674. package/dist-types/commands/MonitorContactCommand.d.ts +6 -21
  675. package/dist-types/commands/PauseContactCommand.d.ts +8 -22
  676. package/dist-types/commands/PutUserStatusCommand.d.ts +6 -21
  677. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +6 -21
  678. package/dist-types/commands/ReplicateInstanceCommand.d.ts +6 -21
  679. package/dist-types/commands/ResumeContactCommand.d.ts +8 -22
  680. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +6 -21
  681. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +6 -21
  682. package/dist-types/commands/SearchContactsCommand.d.ts +162 -0
  683. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +7 -23
  684. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +113 -0
  685. package/dist-types/commands/SearchPromptsCommand.d.ts +7 -23
  686. package/dist-types/commands/SearchQueuesCommand.d.ts +7 -23
  687. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +7 -23
  688. package/dist-types/commands/SearchResourceTagsCommand.d.ts +7 -22
  689. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +7 -23
  690. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +7 -23
  691. package/dist-types/commands/SearchUsersCommand.d.ts +6 -21
  692. package/dist-types/commands/SearchVocabulariesCommand.d.ts +6 -21
  693. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +6 -21
  694. package/dist-types/commands/StartChatContactCommand.d.ts +6 -21
  695. package/dist-types/commands/StartContactEvaluationCommand.d.ts +6 -21
  696. package/dist-types/commands/StartContactRecordingCommand.d.ts +6 -21
  697. package/dist-types/commands/StartContactStreamingCommand.d.ts +6 -21
  698. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +6 -21
  699. package/dist-types/commands/StartTaskContactCommand.d.ts +6 -21
  700. package/dist-types/commands/StartWebRTCContactCommand.d.ts +6 -21
  701. package/dist-types/commands/StopContactCommand.d.ts +6 -21
  702. package/dist-types/commands/StopContactRecordingCommand.d.ts +6 -21
  703. package/dist-types/commands/StopContactStreamingCommand.d.ts +6 -21
  704. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +6 -21
  705. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +6 -21
  706. package/dist-types/commands/TagContactCommand.d.ts +9 -24
  707. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  708. package/dist-types/commands/TransferContactCommand.d.ts +6 -21
  709. package/dist-types/commands/UntagContactCommand.d.ts +9 -23
  710. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  711. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -21
  712. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +6 -21
  713. package/dist-types/commands/UpdateContactCommand.d.ts +6 -21
  714. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +6 -21
  715. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +6 -21
  716. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +6 -21
  717. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +6 -21
  718. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +6 -21
  719. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +6 -21
  720. package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +86 -0
  721. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +6 -21
  722. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +6 -21
  723. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +6 -21
  724. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +6 -21
  725. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +6 -21
  726. package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +6 -21
  727. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +6 -21
  728. package/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +6 -21
  729. package/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +77 -0
  730. package/dist-types/commands/UpdatePromptCommand.d.ts +6 -21
  731. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +6 -21
  732. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +6 -21
  733. package/dist-types/commands/UpdateQueueNameCommand.d.ts +6 -21
  734. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +6 -21
  735. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +6 -21
  736. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +6 -21
  737. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +6 -21
  738. package/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +6 -21
  739. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +6 -21
  740. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +6 -21
  741. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +6 -21
  742. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +6 -21
  743. package/dist-types/commands/UpdateRuleCommand.d.ts +6 -21
  744. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +6 -21
  745. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +6 -21
  746. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +6 -21
  747. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +6 -21
  748. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +6 -21
  749. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +6 -21
  750. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +6 -21
  751. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +6 -21
  752. package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +79 -0
  753. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +6 -21
  754. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +6 -21
  755. package/dist-types/commands/UpdateViewContentCommand.d.ts +6 -21
  756. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +6 -21
  757. package/dist-types/commands/index.d.ts +12 -0
  758. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  759. package/dist-types/models/models_0.d.ts +159 -185
  760. package/dist-types/models/models_1.d.ts +495 -423
  761. package/dist-types/models/models_2.d.ts +875 -12
  762. package/dist-types/pagination/ListPredefinedAttributesPaginator.d.ts +7 -0
  763. package/dist-types/pagination/ListUserProficienciesPaginator.d.ts +7 -0
  764. package/dist-types/pagination/SearchContactsPaginator.d.ts +7 -0
  765. package/dist-types/pagination/SearchPredefinedAttributesPaginator.d.ts +7 -0
  766. package/dist-types/pagination/index.d.ts +4 -0
  767. package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
  768. package/dist-types/ts3.4/Connect.d.ts +204 -0
  769. package/dist-types/ts3.4/ConnectClient.d.ts +72 -0
  770. package/dist-types/ts3.4/commands/ActivateEvaluationFormCommand.d.ts +12 -24
  771. package/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +12 -24
  772. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +12 -24
  773. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +14 -23
  774. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +12 -24
  775. package/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +14 -23
  776. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +12 -24
  777. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +12 -24
  778. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +14 -23
  779. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +12 -24
  780. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +12 -24
  781. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +12 -24
  782. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +12 -24
  783. package/dist-types/ts3.4/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +12 -24
  784. package/dist-types/ts3.4/commands/AssociateUserProficienciesCommand.d.ts +26 -0
  785. package/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +12 -24
  786. package/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +12 -24
  787. package/dist-types/ts3.4/commands/BatchGetFlowAssociationCommand.d.ts +12 -24
  788. package/dist-types/ts3.4/commands/BatchPutContactCommand.d.ts +14 -23
  789. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +14 -23
  790. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +14 -23
  791. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +14 -23
  792. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +12 -24
  793. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +12 -24
  794. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +12 -24
  795. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +14 -23
  796. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +12 -24
  797. package/dist-types/ts3.4/commands/CreateParticipantCommand.d.ts +14 -23
  798. package/dist-types/ts3.4/commands/CreatePersistentContactAssociationCommand.d.ts +12 -24
  799. package/dist-types/ts3.4/commands/CreatePredefinedAttributeCommand.d.ts +26 -0
  800. package/dist-types/ts3.4/commands/CreatePromptCommand.d.ts +14 -23
  801. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +14 -23
  802. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +14 -23
  803. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +12 -24
  804. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +14 -23
  805. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +12 -24
  806. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +14 -23
  807. package/dist-types/ts3.4/commands/CreateTrafficDistributionGroupCommand.d.ts +12 -24
  808. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +14 -23
  809. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
  810. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +12 -24
  811. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +14 -23
  812. package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +14 -23
  813. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +14 -23
  814. package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +12 -24
  815. package/dist-types/ts3.4/commands/DeleteContactEvaluationCommand.d.ts +12 -24
  816. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +14 -23
  817. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +12 -24
  818. package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +12 -24
  819. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +12 -24
  820. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +14 -23
  821. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +12 -24
  822. package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +26 -0
  823. package/dist-types/ts3.4/commands/DeletePromptCommand.d.ts +14 -23
  824. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +14 -23
  825. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +14 -23
  826. package/dist-types/ts3.4/commands/DeleteRoutingProfileCommand.d.ts +12 -24
  827. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
  828. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +12 -24
  829. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +14 -23
  830. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +12 -24
  831. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +14 -23
  832. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -23
  833. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +12 -24
  834. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +14 -23
  835. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +14 -23
  836. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +14 -23
  837. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +14 -23
  838. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +14 -23
  839. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +12 -24
  840. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +14 -23
  841. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +12 -24
  842. package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +12 -24
  843. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +12 -24
  844. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +12 -24
  845. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +14 -23
  846. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +12 -24
  847. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +16 -27
  848. package/dist-types/ts3.4/commands/DescribePredefinedAttributeCommand.d.ts +30 -0
  849. package/dist-types/ts3.4/commands/DescribePromptCommand.d.ts +18 -25
  850. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +14 -23
  851. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +12 -24
  852. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +12 -24
  853. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +14 -23
  854. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +12 -24
  855. package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +12 -24
  856. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +14 -23
  857. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +12 -24
  858. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +12 -24
  859. package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +14 -23
  860. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +14 -23
  861. package/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +12 -24
  862. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +12 -24
  863. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +14 -23
  864. package/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +14 -23
  865. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +12 -24
  866. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +12 -24
  867. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +14 -23
  868. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +12 -24
  869. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +12 -24
  870. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +12 -24
  871. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +12 -24
  872. package/dist-types/ts3.4/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +12 -24
  873. package/dist-types/ts3.4/commands/DisassociateUserProficienciesCommand.d.ts +26 -0
  874. package/dist-types/ts3.4/commands/DismissUserContactCommand.d.ts +14 -23
  875. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +12 -24
  876. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +12 -24
  877. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +14 -23
  878. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +14 -23
  879. package/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +14 -23
  880. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +14 -23
  881. package/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +14 -23
  882. package/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +14 -23
  883. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +14 -23
  884. package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +12 -24
  885. package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +14 -23
  886. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +14 -23
  887. package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +12 -24
  888. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +14 -23
  889. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +14 -23
  890. package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +12 -24
  891. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +12 -24
  892. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +14 -23
  893. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +12 -24
  894. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +12 -24
  895. package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +12 -24
  896. package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +14 -23
  897. package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +12 -24
  898. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +12 -24
  899. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +12 -24
  900. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +12 -24
  901. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +14 -23
  902. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +12 -24
  903. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +14 -23
  904. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +14 -23
  905. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +14 -23
  906. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +14 -23
  907. package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +30 -0
  908. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +14 -23
  909. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +12 -24
  910. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +14 -23
  911. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +14 -23
  912. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +12 -24
  913. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +12 -24
  914. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +14 -23
  915. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +14 -23
  916. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +14 -23
  917. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +12 -24
  918. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +12 -24
  919. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +12 -24
  920. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  921. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +14 -23
  922. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +12 -24
  923. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +12 -24
  924. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +14 -23
  925. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +12 -24
  926. package/dist-types/ts3.4/commands/ListUserProficienciesCommand.d.ts +30 -0
  927. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -23
  928. package/dist-types/ts3.4/commands/ListViewVersionsCommand.d.ts +14 -23
  929. package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +14 -23
  930. package/dist-types/ts3.4/commands/MonitorContactCommand.d.ts +14 -23
  931. package/dist-types/ts3.4/commands/PauseContactCommand.d.ts +14 -23
  932. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +14 -23
  933. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +14 -23
  934. package/dist-types/ts3.4/commands/ReplicateInstanceCommand.d.ts +14 -23
  935. package/dist-types/ts3.4/commands/ResumeContactCommand.d.ts +14 -23
  936. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +12 -24
  937. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +12 -24
  938. package/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +29 -0
  939. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +16 -26
  940. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +30 -0
  941. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +18 -25
  942. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +15 -25
  943. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +18 -25
  944. package/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +15 -24
  945. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +16 -26
  946. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +16 -26
  947. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +14 -23
  948. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +14 -23
  949. package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +12 -24
  950. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +14 -23
  951. package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +12 -24
  952. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +12 -24
  953. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +12 -24
  954. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +12 -24
  955. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +14 -23
  956. package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +14 -23
  957. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +14 -23
  958. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +12 -24
  959. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +12 -24
  960. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +12 -24
  961. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +12 -24
  962. package/dist-types/ts3.4/commands/TagContactCommand.d.ts +14 -23
  963. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  964. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +14 -23
  965. package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +14 -23
  966. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  967. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +14 -23
  968. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +12 -24
  969. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +14 -23
  970. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +12 -24
  971. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +12 -24
  972. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +12 -24
  973. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +12 -24
  974. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +12 -24
  975. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +12 -24
  976. package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +30 -0
  977. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +12 -24
  978. package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +12 -24
  979. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +12 -24
  980. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +12 -24
  981. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +12 -24
  982. package/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +12 -24
  983. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +14 -23
  984. package/dist-types/ts3.4/commands/UpdatePhoneNumberMetadataCommand.d.ts +12 -24
  985. package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +26 -0
  986. package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +14 -23
  987. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +12 -24
  988. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +12 -24
  989. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +14 -23
  990. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +12 -24
  991. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +14 -23
  992. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +12 -24
  993. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +12 -24
  994. package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +12 -24
  995. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +12 -24
  996. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +12 -24
  997. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +12 -24
  998. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +12 -24
  999. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +14 -23
  1000. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +12 -24
  1001. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +14 -23
  1002. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +12 -24
  1003. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +14 -23
  1004. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +12 -24
  1005. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +12 -24
  1006. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +12 -24
  1007. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +12 -24
  1008. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +26 -0
  1009. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +12 -24
  1010. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +12 -24
  1011. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +14 -23
  1012. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +14 -23
  1013. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  1014. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  1015. package/dist-types/ts3.4/models/models_0.d.ts +46 -42
  1016. package/dist-types/ts3.4/models/models_1.d.ts +153 -113
  1017. package/dist-types/ts3.4/models/models_2.d.ts +215 -10
  1018. package/dist-types/ts3.4/pagination/ListPredefinedAttributesPaginator.d.ts +11 -0
  1019. package/dist-types/ts3.4/pagination/ListUserProficienciesPaginator.d.ts +11 -0
  1020. package/dist-types/ts3.4/pagination/SearchContactsPaginator.d.ts +11 -0
  1021. package/dist-types/ts3.4/pagination/SearchPredefinedAttributesPaginator.d.ts +11 -0
  1022. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  1023. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
  1024. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
4
  import { DescribeInstanceAttributeRequest, DescribeInstanceAttributeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeInstanceAttributeCommandInput extends DescribeInstanceA
21
20
  */
22
21
  export interface DescribeInstanceAttributeCommandOutput extends DescribeInstanceAttributeResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeInstanceAttributeCommand_base: {
24
+ new (input: DescribeInstanceAttributeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
@@ -71,23 +74,5 @@ export interface DescribeInstanceAttributeCommandOutput extends DescribeInstance
71
74
  * <p>Base exception class for all service exceptions from Connect service.</p>
72
75
  *
73
76
  */
74
- export declare class DescribeInstanceAttributeCommand extends $Command<DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput, ConnectClientResolvedConfig> {
75
- readonly input: DescribeInstanceAttributeCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DescribeInstanceAttributeCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DescribeInstanceAttributeCommand extends DescribeInstanceAttributeCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
4
  import { DescribeInstanceRequest, DescribeInstanceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeInstanceCommandInput extends DescribeInstanceRequest {
21
20
  */
22
21
  export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeInstanceCommand_base: {
24
+ new (input: DescribeInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
@@ -82,23 +85,5 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse,
82
85
  * <p>Base exception class for all service exceptions from Connect service.</p>
83
86
  *
84
87
  */
85
- export declare class DescribeInstanceCommand extends $Command<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, ConnectClientResolvedConfig> {
86
- readonly input: DescribeInstanceCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: DescribeInstanceCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceCommandInput, DescribeInstanceCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class DescribeInstanceCommand extends DescribeInstanceCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
4
  import { DescribeInstanceStorageConfigRequest, DescribeInstanceStorageConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeInstanceStorageConfigCommandInput extends DescribeInsta
21
20
  */
22
21
  export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInstanceStorageConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeInstanceStorageConfigCommand_base: {
24
+ new (input: DescribeInstanceStorageConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
@@ -95,23 +98,5 @@ export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInst
95
98
  * <p>Base exception class for all service exceptions from Connect service.</p>
96
99
  *
97
100
  */
98
- export declare class DescribeInstanceStorageConfigCommand extends $Command<DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
99
- readonly input: DescribeInstanceStorageConfigCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: DescribeInstanceStorageConfigCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class DescribeInstanceStorageConfigCommand extends DescribeInstanceStorageConfigCommand_base {
117
102
  }
@@ -1,8 +1,8 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
- import { DescribePhoneNumberRequest, DescribePhoneNumberResponse } from "../models/models_0";
4
+ import { DescribePhoneNumberRequest } from "../models/models_0";
5
+ import { DescribePhoneNumberResponse } from "../models/models_1";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -21,6 +21,10 @@ export interface DescribePhoneNumberCommandInput extends DescribePhoneNumberRequ
21
21
  */
22
22
  export interface DescribePhoneNumberCommandOutput extends DescribePhoneNumberResponse, __MetadataBearer {
23
23
  }
24
+ declare const DescribePhoneNumberCommand_base: {
25
+ new (input: DescribePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePhoneNumberCommandInput, DescribePhoneNumberCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
24
28
  /**
25
29
  * @public
26
30
  * <p>Gets details and status of a phone number that’s claimed to your Amazon Connect instance
@@ -94,23 +98,5 @@ export interface DescribePhoneNumberCommandOutput extends DescribePhoneNumberRes
94
98
  * <p>Base exception class for all service exceptions from Connect service.</p>
95
99
  *
96
100
  */
97
- export declare class DescribePhoneNumberCommand extends $Command<DescribePhoneNumberCommandInput, DescribePhoneNumberCommandOutput, ConnectClientResolvedConfig> {
98
- readonly input: DescribePhoneNumberCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: DescribePhoneNumberCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePhoneNumberCommandInput, DescribePhoneNumberCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
101
+ export declare class DescribePhoneNumberCommand extends DescribePhoneNumberCommand_base {
116
102
  }
@@ -0,0 +1,83 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { DescribePredefinedAttributeRequest, DescribePredefinedAttributeResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link DescribePredefinedAttributeCommand}.
13
+ */
14
+ export interface DescribePredefinedAttributeCommandInput extends DescribePredefinedAttributeRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link DescribePredefinedAttributeCommand}.
20
+ */
21
+ export interface DescribePredefinedAttributeCommandOutput extends DescribePredefinedAttributeResponse, __MetadataBearer {
22
+ }
23
+ declare const DescribePredefinedAttributeCommand_base: {
24
+ new (input: DescribePredefinedAttributeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePredefinedAttributeCommandInput, DescribePredefinedAttributeCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
27
+ /**
28
+ * @public
29
+ * <p>Describes a predefined attribute for the specified Amazon Connect instance.</p>
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { ConnectClient, DescribePredefinedAttributeCommand } from "@aws-sdk/client-connect"; // ES Modules import
34
+ * // const { ConnectClient, DescribePredefinedAttributeCommand } = require("@aws-sdk/client-connect"); // CommonJS import
35
+ * const client = new ConnectClient(config);
36
+ * const input = { // DescribePredefinedAttributeRequest
37
+ * InstanceId: "STRING_VALUE", // required
38
+ * Name: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DescribePredefinedAttributeCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DescribePredefinedAttributeResponse
43
+ * // PredefinedAttribute: { // PredefinedAttribute
44
+ * // Name: "STRING_VALUE",
45
+ * // Values: { // PredefinedAttributeValues Union: only one key present
46
+ * // StringList: [ // PredefinedAttributeStringValuesList
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // },
50
+ * // LastModifiedTime: new Date("TIMESTAMP"),
51
+ * // LastModifiedRegion: "STRING_VALUE",
52
+ * // },
53
+ * // };
54
+ *
55
+ * ```
56
+ *
57
+ * @param DescribePredefinedAttributeCommandInput - {@link DescribePredefinedAttributeCommandInput}
58
+ * @returns {@link DescribePredefinedAttributeCommandOutput}
59
+ * @see {@link DescribePredefinedAttributeCommandInput} for command's `input` shape.
60
+ * @see {@link DescribePredefinedAttributeCommandOutput} for command's `response` shape.
61
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
62
+ *
63
+ * @throws {@link InternalServiceException} (server fault)
64
+ * <p>Request processing failed because of an error or failure with the service.</p>
65
+ *
66
+ * @throws {@link InvalidParameterException} (client fault)
67
+ * <p>One or more of the specified parameters are not valid.</p>
68
+ *
69
+ * @throws {@link InvalidRequestException} (client fault)
70
+ * <p>The request is not valid.</p>
71
+ *
72
+ * @throws {@link ResourceNotFoundException} (client fault)
73
+ * <p>The specified resource was not found.</p>
74
+ *
75
+ * @throws {@link ThrottlingException} (client fault)
76
+ * <p>The throttling limit has been exceeded.</p>
77
+ *
78
+ * @throws {@link ConnectServiceException}
79
+ * <p>Base exception class for all service exceptions from Connect service.</p>
80
+ *
81
+ */
82
+ export declare class DescribePredefinedAttributeCommand extends DescribePredefinedAttributeCommand_base {
83
+ }
@@ -1,9 +1,7 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
- import { DescribePromptRequest } from "../models/models_0";
6
- import { DescribePromptResponse } from "../models/models_1";
4
+ import { DescribePromptRequest, DescribePromptResponse } from "../models/models_1";
7
5
  /**
8
6
  * @public
9
7
  */
@@ -22,6 +20,10 @@ export interface DescribePromptCommandInput extends DescribePromptRequest {
22
20
  */
23
21
  export interface DescribePromptCommandOutput extends DescribePromptResponse, __MetadataBearer {
24
22
  }
23
+ declare const DescribePromptCommand_base: {
24
+ new (input: DescribePromptCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePromptCommandInput, DescribePromptCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
25
27
  /**
26
28
  * @public
27
29
  * <p>Describes the prompt.</p>
@@ -78,23 +80,5 @@ export interface DescribePromptCommandOutput extends DescribePromptResponse, __M
78
80
  * <p>Base exception class for all service exceptions from Connect service.</p>
79
81
  *
80
82
  */
81
- export declare class DescribePromptCommand extends $Command<DescribePromptCommandInput, DescribePromptCommandOutput, ConnectClientResolvedConfig> {
82
- readonly input: DescribePromptCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DescribePromptCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePromptCommandInput, DescribePromptCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
83
+ export declare class DescribePromptCommand extends DescribePromptCommand_base {
100
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
4
  import { DescribeQueueRequest, DescribeQueueResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeQueueCommandInput extends DescribeQueueRequest {
21
20
  */
22
21
  export interface DescribeQueueCommandOutput extends DescribeQueueResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeQueueCommand_base: {
24
+ new (input: DescribeQueueCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQueueCommandInput, DescribeQueueCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
@@ -86,23 +89,5 @@ export interface DescribeQueueCommandOutput extends DescribeQueueResponse, __Met
86
89
  * <p>Base exception class for all service exceptions from Connect service.</p>
87
90
  *
88
91
  */
89
- export declare class DescribeQueueCommand extends $Command<DescribeQueueCommandInput, DescribeQueueCommandOutput, ConnectClientResolvedConfig> {
90
- readonly input: DescribeQueueCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: DescribeQueueCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeQueueCommandInput, DescribeQueueCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class DescribeQueueCommand extends DescribeQueueCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
4
  import { DescribeQuickConnectRequest, DescribeQuickConnectResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeQuickConnectCommandInput extends DescribeQuickConnectRe
21
20
  */
22
21
  export interface DescribeQuickConnectCommandOutput extends DescribeQuickConnectResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeQuickConnectCommand_base: {
24
+ new (input: DescribeQuickConnectCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the quick connect.</p>
@@ -91,23 +94,5 @@ export interface DescribeQuickConnectCommandOutput extends DescribeQuickConnectR
91
94
  * <p>Base exception class for all service exceptions from Connect service.</p>
92
95
  *
93
96
  */
94
- export declare class DescribeQuickConnectCommand extends $Command<DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput, ConnectClientResolvedConfig> {
95
- readonly input: DescribeQuickConnectCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: DescribeQuickConnectCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class DescribeQuickConnectCommand extends DescribeQuickConnectCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
4
  import { DescribeRoutingProfileRequest, DescribeRoutingProfileResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeRoutingProfileCommandInput extends DescribeRoutingProfi
21
20
  */
22
21
  export interface DescribeRoutingProfileCommandOutput extends DescribeRoutingProfileResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeRoutingProfileCommand_base: {
24
+ new (input: DescribeRoutingProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified routing profile.</p>
@@ -92,23 +95,5 @@ export interface DescribeRoutingProfileCommandOutput extends DescribeRoutingProf
92
95
  * <p>Base exception class for all service exceptions from Connect service.</p>
93
96
  *
94
97
  */
95
- export declare class DescribeRoutingProfileCommand extends $Command<DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput, ConnectClientResolvedConfig> {
96
- readonly input: DescribeRoutingProfileCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: DescribeRoutingProfileCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class DescribeRoutingProfileCommand extends DescribeRoutingProfileCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
4
  import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeRuleCommandInput extends DescribeRuleRequest {
21
20
  */
22
21
  export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeRuleCommand_base: {
24
+ new (input: DescribeRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleCommandInput, DescribeRuleCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes a rule for the specified Amazon Connect instance.</p>
@@ -145,23 +148,5 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad
145
148
  * <p>Base exception class for all service exceptions from Connect service.</p>
146
149
  *
147
150
  */
148
- export declare class DescribeRuleCommand extends $Command<DescribeRuleCommandInput, DescribeRuleCommandOutput, ConnectClientResolvedConfig> {
149
- readonly input: DescribeRuleCommandInput;
150
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
151
- /**
152
- * @public
153
- */
154
- constructor(input: DescribeRuleCommandInput);
155
- /**
156
- * @internal
157
- */
158
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRuleCommandInput, DescribeRuleCommandOutput>;
159
- /**
160
- * @internal
161
- */
162
- private serialize;
163
- /**
164
- * @internal
165
- */
166
- private deserialize;
151
+ export declare class DescribeRuleCommand extends DescribeRuleCommand_base {
167
152
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
4
  import { DescribeSecurityProfileRequest, DescribeSecurityProfileResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSecurityProfileCommandInput extends DescribeSecurityPro
21
20
  */
22
21
  export interface DescribeSecurityProfileCommandOutput extends DescribeSecurityProfileResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSecurityProfileCommand_base: {
24
+ new (input: DescribeSecurityProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets basic information about the security profle.</p>
@@ -84,23 +87,5 @@ export interface DescribeSecurityProfileCommandOutput extends DescribeSecurityPr
84
87
  * <p>Base exception class for all service exceptions from Connect service.</p>
85
88
  *
86
89
  */
87
- export declare class DescribeSecurityProfileCommand extends $Command<DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
88
- readonly input: DescribeSecurityProfileCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: DescribeSecurityProfileCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class DescribeSecurityProfileCommand extends DescribeSecurityProfileCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
4
  import { DescribeTrafficDistributionGroupRequest, DescribeTrafficDistributionGroupResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTrafficDistributionGroupCommandInput extends DescribeTr
21
20
  */
22
21
  export interface DescribeTrafficDistributionGroupCommandOutput extends DescribeTrafficDistributionGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTrafficDistributionGroupCommand_base: {
24
+ new (input: DescribeTrafficDistributionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrafficDistributionGroupCommandInput, DescribeTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets details and status of a traffic distribution group.</p>
@@ -77,23 +80,5 @@ export interface DescribeTrafficDistributionGroupCommandOutput extends DescribeT
77
80
  * <p>Base exception class for all service exceptions from Connect service.</p>
78
81
  *
79
82
  */
80
- export declare class DescribeTrafficDistributionGroupCommand extends $Command<DescribeTrafficDistributionGroupCommandInput, DescribeTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig> {
81
- readonly input: DescribeTrafficDistributionGroupCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DescribeTrafficDistributionGroupCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrafficDistributionGroupCommandInput, DescribeTrafficDistributionGroupCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DescribeTrafficDistributionGroupCommand extends DescribeTrafficDistributionGroupCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
4
  import { DescribeUserRequest, DescribeUserResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeUserCommandInput extends DescribeUserRequest {
21
20
  */
22
21
  export interface DescribeUserCommandOutput extends DescribeUserResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeUserCommand_base: {
24
+ new (input: DescribeUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified user. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID in the Amazon Connect console</a> (it’s the final part of the ARN). The console does not display the
@@ -96,23 +99,5 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
96
99
  * <p>Base exception class for all service exceptions from Connect service.</p>
97
100
  *
98
101
  */
99
- export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, ConnectClientResolvedConfig> {
100
- readonly input: DescribeUserCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: DescribeUserCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserCommandInput, DescribeUserCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class DescribeUserCommand extends DescribeUserCommand_base {
118
103
  }