@aws-sdk/client-connect 3.477.0 → 3.479.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 (337) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/Connect.js +24 -0
  3. package/dist-cjs/commands/AssociateUserProficienciesCommand.js +51 -0
  4. package/dist-cjs/commands/CreatePredefinedAttributeCommand.js +51 -0
  5. package/dist-cjs/commands/DeletePredefinedAttributeCommand.js +51 -0
  6. package/dist-cjs/commands/DescribePredefinedAttributeCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateUserProficienciesCommand.js +51 -0
  8. package/dist-cjs/commands/ListPredefinedAttributesCommand.js +51 -0
  9. package/dist-cjs/commands/ListUserProficienciesCommand.js +51 -0
  10. package/dist-cjs/commands/SearchContactsCommand.js +52 -0
  11. package/dist-cjs/commands/SearchPredefinedAttributesCommand.js +51 -0
  12. package/dist-cjs/commands/UpdateContactRoutingDataCommand.js +51 -0
  13. package/dist-cjs/commands/UpdatePredefinedAttributeCommand.js +51 -0
  14. package/dist-cjs/commands/UpdateUserProficienciesCommand.js +51 -0
  15. package/dist-cjs/commands/index.js +12 -0
  16. package/dist-cjs/models/models_0.js +10 -16
  17. package/dist-cjs/models/models_1.js +62 -25
  18. package/dist-cjs/models/models_2.js +39 -1
  19. package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +2 -24
  20. package/dist-cjs/pagination/GetCurrentUserDataPaginator.js +2 -24
  21. package/dist-cjs/pagination/GetMetricDataPaginator.js +2 -24
  22. package/dist-cjs/pagination/GetMetricDataV2Paginator.js +2 -24
  23. package/dist-cjs/pagination/ListAgentStatusesPaginator.js +2 -24
  24. package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +2 -24
  25. package/dist-cjs/pagination/ListBotsPaginator.js +2 -24
  26. package/dist-cjs/pagination/ListContactEvaluationsPaginator.js +2 -23
  27. package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListContactFlowsPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListContactReferencesPaginator.js +2 -23
  30. package/dist-cjs/pagination/ListDefaultVocabulariesPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListEvaluationFormVersionsPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListEvaluationFormsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListFlowAssociationsPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListInstancesPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListLexBotsPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListPhoneNumbersV2Paginator.js +2 -24
  43. package/dist-cjs/pagination/ListPredefinedAttributesPaginator.js +7 -0
  44. package/dist-cjs/pagination/ListPromptsPaginator.js +2 -24
  45. package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +2 -24
  46. package/dist-cjs/pagination/ListQueuesPaginator.js +2 -24
  47. package/dist-cjs/pagination/ListQuickConnectsPaginator.js +2 -24
  48. package/dist-cjs/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +2 -24
  49. package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +2 -24
  50. package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +2 -24
  51. package/dist-cjs/pagination/ListRulesPaginator.js +2 -24
  52. package/dist-cjs/pagination/ListSecurityKeysPaginator.js +2 -24
  53. package/dist-cjs/pagination/ListSecurityProfileApplicationsPaginator.js +2 -24
  54. package/dist-cjs/pagination/ListSecurityProfilePermissionsPaginator.js +2 -24
  55. package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +2 -24
  56. package/dist-cjs/pagination/ListTaskTemplatesPaginator.js +2 -24
  57. package/dist-cjs/pagination/ListTrafficDistributionGroupUsersPaginator.js +2 -24
  58. package/dist-cjs/pagination/ListTrafficDistributionGroupsPaginator.js +2 -24
  59. package/dist-cjs/pagination/ListUseCasesPaginator.js +2 -24
  60. package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +2 -24
  61. package/dist-cjs/pagination/ListUserProficienciesPaginator.js +7 -0
  62. package/dist-cjs/pagination/ListUsersPaginator.js +2 -24
  63. package/dist-cjs/pagination/ListViewVersionsPaginator.js +2 -24
  64. package/dist-cjs/pagination/ListViewsPaginator.js +2 -24
  65. package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js +2 -24
  66. package/dist-cjs/pagination/SearchContactsPaginator.js +7 -0
  67. package/dist-cjs/pagination/SearchHoursOfOperationsPaginator.js +2 -24
  68. package/dist-cjs/pagination/SearchPredefinedAttributesPaginator.js +7 -0
  69. package/dist-cjs/pagination/SearchPromptsPaginator.js +2 -24
  70. package/dist-cjs/pagination/SearchQueuesPaginator.js +2 -24
  71. package/dist-cjs/pagination/SearchQuickConnectsPaginator.js +2 -24
  72. package/dist-cjs/pagination/SearchResourceTagsPaginator.js +2 -24
  73. package/dist-cjs/pagination/SearchRoutingProfilesPaginator.js +2 -24
  74. package/dist-cjs/pagination/SearchSecurityProfilesPaginator.js +2 -24
  75. package/dist-cjs/pagination/SearchUsersPaginator.js +2 -24
  76. package/dist-cjs/pagination/SearchVocabulariesPaginator.js +2 -24
  77. package/dist-cjs/pagination/index.js +4 -0
  78. package/dist-cjs/protocols/Aws_restJson1.js +878 -32
  79. package/dist-es/Connect.js +24 -0
  80. package/dist-es/commands/AssociateUserProficienciesCommand.js +47 -0
  81. package/dist-es/commands/CreatePredefinedAttributeCommand.js +47 -0
  82. package/dist-es/commands/DeletePredefinedAttributeCommand.js +47 -0
  83. package/dist-es/commands/DescribePredefinedAttributeCommand.js +47 -0
  84. package/dist-es/commands/DisassociateUserProficienciesCommand.js +47 -0
  85. package/dist-es/commands/ListPredefinedAttributesCommand.js +47 -0
  86. package/dist-es/commands/ListUserProficienciesCommand.js +47 -0
  87. package/dist-es/commands/SearchContactsCommand.js +48 -0
  88. package/dist-es/commands/SearchPredefinedAttributesCommand.js +47 -0
  89. package/dist-es/commands/UpdateContactRoutingDataCommand.js +47 -0
  90. package/dist-es/commands/UpdatePredefinedAttributeCommand.js +47 -0
  91. package/dist-es/commands/UpdateUserProficienciesCommand.js +47 -0
  92. package/dist-es/commands/index.js +12 -0
  93. package/dist-es/models/models_0.js +8 -14
  94. package/dist-es/models/models_1.js +55 -23
  95. package/dist-es/models/models_2.js +36 -0
  96. package/dist-es/pagination/GetCurrentMetricDataPaginator.js +2 -23
  97. package/dist-es/pagination/GetCurrentUserDataPaginator.js +2 -23
  98. package/dist-es/pagination/GetMetricDataPaginator.js +2 -23
  99. package/dist-es/pagination/GetMetricDataV2Paginator.js +2 -23
  100. package/dist-es/pagination/ListAgentStatusesPaginator.js +2 -23
  101. package/dist-es/pagination/ListApprovedOriginsPaginator.js +2 -23
  102. package/dist-es/pagination/ListBotsPaginator.js +2 -23
  103. package/dist-es/pagination/ListContactEvaluationsPaginator.js +2 -22
  104. package/dist-es/pagination/ListContactFlowModulesPaginator.js +2 -23
  105. package/dist-es/pagination/ListContactFlowsPaginator.js +2 -23
  106. package/dist-es/pagination/ListContactReferencesPaginator.js +2 -22
  107. package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +2 -23
  108. package/dist-es/pagination/ListEvaluationFormVersionsPaginator.js +2 -23
  109. package/dist-es/pagination/ListEvaluationFormsPaginator.js +2 -23
  110. package/dist-es/pagination/ListFlowAssociationsPaginator.js +2 -23
  111. package/dist-es/pagination/ListHoursOfOperationsPaginator.js +2 -23
  112. package/dist-es/pagination/ListInstanceAttributesPaginator.js +2 -23
  113. package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +2 -23
  114. package/dist-es/pagination/ListInstancesPaginator.js +2 -23
  115. package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +2 -23
  116. package/dist-es/pagination/ListLambdaFunctionsPaginator.js +2 -23
  117. package/dist-es/pagination/ListLexBotsPaginator.js +2 -23
  118. package/dist-es/pagination/ListPhoneNumbersPaginator.js +2 -23
  119. package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +2 -23
  120. package/dist-es/pagination/ListPredefinedAttributesPaginator.js +4 -0
  121. package/dist-es/pagination/ListPromptsPaginator.js +2 -23
  122. package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +2 -23
  123. package/dist-es/pagination/ListQueuesPaginator.js +2 -23
  124. package/dist-es/pagination/ListQuickConnectsPaginator.js +2 -23
  125. package/dist-es/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +2 -23
  126. package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +2 -23
  127. package/dist-es/pagination/ListRoutingProfilesPaginator.js +2 -23
  128. package/dist-es/pagination/ListRulesPaginator.js +2 -23
  129. package/dist-es/pagination/ListSecurityKeysPaginator.js +2 -23
  130. package/dist-es/pagination/ListSecurityProfileApplicationsPaginator.js +2 -23
  131. package/dist-es/pagination/ListSecurityProfilePermissionsPaginator.js +2 -23
  132. package/dist-es/pagination/ListSecurityProfilesPaginator.js +2 -23
  133. package/dist-es/pagination/ListTaskTemplatesPaginator.js +2 -23
  134. package/dist-es/pagination/ListTrafficDistributionGroupUsersPaginator.js +2 -23
  135. package/dist-es/pagination/ListTrafficDistributionGroupsPaginator.js +2 -23
  136. package/dist-es/pagination/ListUseCasesPaginator.js +2 -23
  137. package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +2 -23
  138. package/dist-es/pagination/ListUserProficienciesPaginator.js +4 -0
  139. package/dist-es/pagination/ListUsersPaginator.js +2 -23
  140. package/dist-es/pagination/ListViewVersionsPaginator.js +2 -23
  141. package/dist-es/pagination/ListViewsPaginator.js +2 -23
  142. package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +2 -23
  143. package/dist-es/pagination/SearchContactsPaginator.js +4 -0
  144. package/dist-es/pagination/SearchHoursOfOperationsPaginator.js +2 -23
  145. package/dist-es/pagination/SearchPredefinedAttributesPaginator.js +4 -0
  146. package/dist-es/pagination/SearchPromptsPaginator.js +2 -23
  147. package/dist-es/pagination/SearchQueuesPaginator.js +2 -23
  148. package/dist-es/pagination/SearchQuickConnectsPaginator.js +2 -23
  149. package/dist-es/pagination/SearchResourceTagsPaginator.js +2 -23
  150. package/dist-es/pagination/SearchRoutingProfilesPaginator.js +2 -23
  151. package/dist-es/pagination/SearchSecurityProfilesPaginator.js +2 -23
  152. package/dist-es/pagination/SearchUsersPaginator.js +2 -23
  153. package/dist-es/pagination/SearchVocabulariesPaginator.js +2 -23
  154. package/dist-es/pagination/index.js +4 -0
  155. package/dist-es/protocols/Aws_restJson1.js +846 -24
  156. package/dist-types/Connect.d.ts +84 -0
  157. package/dist-types/ConnectClient.d.ts +14 -2
  158. package/dist-types/commands/AssociateUserProficienciesCommand.d.ts +94 -0
  159. package/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +98 -0
  160. package/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +90 -0
  161. package/dist-types/commands/DescribeContactCommand.d.ts +2 -0
  162. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +2 -1
  163. package/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +98 -0
  164. package/dist-types/commands/DescribePromptCommand.d.ts +1 -2
  165. package/dist-types/commands/DisassociateUserProficienciesCommand.d.ts +93 -0
  166. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +5 -1
  167. package/dist-types/commands/GetMetricDataCommand.d.ts +5 -1
  168. package/dist-types/commands/ListPredefinedAttributesCommand.d.ts +97 -0
  169. package/dist-types/commands/ListUserProficienciesCommand.d.ts +100 -0
  170. package/dist-types/commands/PauseContactCommand.d.ts +2 -1
  171. package/dist-types/commands/ResumeContactCommand.d.ts +2 -1
  172. package/dist-types/commands/SearchContactsCommand.d.ts +177 -0
  173. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
  174. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +128 -0
  175. package/dist-types/commands/SearchPromptsCommand.d.ts +1 -2
  176. package/dist-types/commands/SearchQueuesCommand.d.ts +1 -2
  177. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
  178. package/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
  179. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +1 -2
  180. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +1 -2
  181. package/dist-types/commands/TagContactCommand.d.ts +3 -3
  182. package/dist-types/commands/UntagContactCommand.d.ts +3 -2
  183. package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +101 -0
  184. package/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +92 -0
  185. package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +94 -0
  186. package/dist-types/commands/index.d.ts +12 -0
  187. package/dist-types/models/models_0.d.ts +159 -185
  188. package/dist-types/models/models_1.d.ts +495 -423
  189. package/dist-types/models/models_2.d.ts +875 -12
  190. package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +1 -1
  191. package/dist-types/pagination/GetCurrentUserDataPaginator.d.ts +1 -1
  192. package/dist-types/pagination/GetMetricDataPaginator.d.ts +1 -1
  193. package/dist-types/pagination/GetMetricDataV2Paginator.d.ts +1 -1
  194. package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +1 -1
  195. package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +1 -1
  196. package/dist-types/pagination/ListBotsPaginator.d.ts +1 -1
  197. package/dist-types/pagination/ListContactEvaluationsPaginator.d.ts +1 -1
  198. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +1 -1
  199. package/dist-types/pagination/ListContactFlowsPaginator.d.ts +1 -1
  200. package/dist-types/pagination/ListContactReferencesPaginator.d.ts +1 -1
  201. package/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +1 -1
  202. package/dist-types/pagination/ListEvaluationFormVersionsPaginator.d.ts +1 -1
  203. package/dist-types/pagination/ListEvaluationFormsPaginator.d.ts +1 -1
  204. package/dist-types/pagination/ListFlowAssociationsPaginator.d.ts +1 -1
  205. package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +1 -1
  206. package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +1 -1
  207. package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +1 -1
  208. package/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
  209. package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +1 -1
  210. package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +1 -1
  211. package/dist-types/pagination/ListLexBotsPaginator.d.ts +1 -1
  212. package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +1 -1
  213. package/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +1 -1
  214. package/dist-types/pagination/ListPredefinedAttributesPaginator.d.ts +7 -0
  215. package/dist-types/pagination/ListPromptsPaginator.d.ts +1 -1
  216. package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +1 -1
  217. package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
  218. package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +1 -1
  219. package/dist-types/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +1 -1
  220. package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +1 -1
  221. package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +1 -1
  222. package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
  223. package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +1 -1
  224. package/dist-types/pagination/ListSecurityProfileApplicationsPaginator.d.ts +1 -1
  225. package/dist-types/pagination/ListSecurityProfilePermissionsPaginator.d.ts +1 -1
  226. package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +1 -1
  227. package/dist-types/pagination/ListTaskTemplatesPaginator.d.ts +1 -1
  228. package/dist-types/pagination/ListTrafficDistributionGroupUsersPaginator.d.ts +1 -1
  229. package/dist-types/pagination/ListTrafficDistributionGroupsPaginator.d.ts +1 -1
  230. package/dist-types/pagination/ListUseCasesPaginator.d.ts +1 -1
  231. package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +1 -1
  232. package/dist-types/pagination/ListUserProficienciesPaginator.d.ts +7 -0
  233. package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
  234. package/dist-types/pagination/ListViewVersionsPaginator.d.ts +1 -1
  235. package/dist-types/pagination/ListViewsPaginator.d.ts +1 -1
  236. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +1 -1
  237. package/dist-types/pagination/SearchContactsPaginator.d.ts +7 -0
  238. package/dist-types/pagination/SearchHoursOfOperationsPaginator.d.ts +1 -1
  239. package/dist-types/pagination/SearchPredefinedAttributesPaginator.d.ts +7 -0
  240. package/dist-types/pagination/SearchPromptsPaginator.d.ts +1 -1
  241. package/dist-types/pagination/SearchQueuesPaginator.d.ts +1 -1
  242. package/dist-types/pagination/SearchQuickConnectsPaginator.d.ts +1 -1
  243. package/dist-types/pagination/SearchResourceTagsPaginator.d.ts +1 -1
  244. package/dist-types/pagination/SearchRoutingProfilesPaginator.d.ts +1 -1
  245. package/dist-types/pagination/SearchSecurityProfilesPaginator.d.ts +1 -1
  246. package/dist-types/pagination/SearchUsersPaginator.d.ts +1 -1
  247. package/dist-types/pagination/SearchVocabulariesPaginator.d.ts +1 -1
  248. package/dist-types/pagination/index.d.ts +4 -0
  249. package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
  250. package/dist-types/ts3.4/Connect.d.ts +204 -0
  251. package/dist-types/ts3.4/ConnectClient.d.ts +72 -0
  252. package/dist-types/ts3.4/commands/AssociateUserProficienciesCommand.d.ts +38 -0
  253. package/dist-types/ts3.4/commands/CreatePredefinedAttributeCommand.d.ts +38 -0
  254. package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +38 -0
  255. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +2 -4
  256. package/dist-types/ts3.4/commands/DescribePredefinedAttributeCommand.d.ts +42 -0
  257. package/dist-types/ts3.4/commands/DescribePromptCommand.d.ts +4 -2
  258. package/dist-types/ts3.4/commands/DisassociateUserProficienciesCommand.d.ts +38 -0
  259. package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +42 -0
  260. package/dist-types/ts3.4/commands/ListUserProficienciesCommand.d.ts +42 -0
  261. package/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +38 -0
  262. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +4 -2
  263. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +42 -0
  264. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +4 -2
  265. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +1 -2
  266. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
  267. package/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +4 -2
  269. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +4 -2
  270. package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +42 -0
  271. package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +38 -0
  272. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +38 -0
  273. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  274. package/dist-types/ts3.4/models/models_0.d.ts +46 -42
  275. package/dist-types/ts3.4/models/models_1.d.ts +153 -113
  276. package/dist-types/ts3.4/models/models_2.d.ts +215 -10
  277. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +3 -3
  278. package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +3 -3
  279. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +3 -3
  280. package/dist-types/ts3.4/pagination/GetMetricDataV2Paginator.d.ts +3 -3
  281. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +3 -3
  282. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +3 -3
  283. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +3 -3
  284. package/dist-types/ts3.4/pagination/ListContactEvaluationsPaginator.d.ts +3 -3
  285. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +3 -3
  286. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +3 -3
  287. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +3 -3
  288. package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +3 -3
  289. package/dist-types/ts3.4/pagination/ListEvaluationFormVersionsPaginator.d.ts +3 -3
  290. package/dist-types/ts3.4/pagination/ListEvaluationFormsPaginator.d.ts +3 -3
  291. package/dist-types/ts3.4/pagination/ListFlowAssociationsPaginator.d.ts +3 -3
  292. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +3 -3
  293. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +3 -3
  294. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +3 -3
  295. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +3 -3
  296. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +3 -3
  297. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +3 -3
  298. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +3 -3
  299. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +3 -3
  300. package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +3 -3
  301. package/dist-types/ts3.4/pagination/ListPredefinedAttributesPaginator.d.ts +11 -0
  302. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +3 -3
  303. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +3 -3
  304. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +3 -3
  305. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +3 -3
  306. package/dist-types/ts3.4/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +3 -3
  307. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +3 -3
  308. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +3 -3
  309. package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +3 -3
  310. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +3 -3
  311. package/dist-types/ts3.4/pagination/ListSecurityProfileApplicationsPaginator.d.ts +3 -3
  312. package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +3 -3
  313. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +3 -3
  314. package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +3 -3
  315. package/dist-types/ts3.4/pagination/ListTrafficDistributionGroupUsersPaginator.d.ts +3 -3
  316. package/dist-types/ts3.4/pagination/ListTrafficDistributionGroupsPaginator.d.ts +3 -3
  317. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +3 -3
  318. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +3 -3
  319. package/dist-types/ts3.4/pagination/ListUserProficienciesPaginator.d.ts +11 -0
  320. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +3 -3
  321. package/dist-types/ts3.4/pagination/ListViewVersionsPaginator.d.ts +3 -3
  322. package/dist-types/ts3.4/pagination/ListViewsPaginator.d.ts +3 -3
  323. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +3 -3
  324. package/dist-types/ts3.4/pagination/SearchContactsPaginator.d.ts +11 -0
  325. package/dist-types/ts3.4/pagination/SearchHoursOfOperationsPaginator.d.ts +3 -3
  326. package/dist-types/ts3.4/pagination/SearchPredefinedAttributesPaginator.d.ts +11 -0
  327. package/dist-types/ts3.4/pagination/SearchPromptsPaginator.d.ts +3 -3
  328. package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +3 -3
  329. package/dist-types/ts3.4/pagination/SearchQuickConnectsPaginator.d.ts +3 -3
  330. package/dist-types/ts3.4/pagination/SearchResourceTagsPaginator.d.ts +3 -3
  331. package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +3 -3
  332. package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +3 -3
  333. package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +3 -3
  334. package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +3 -3
  335. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  336. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
  337. package/package.json +5 -5
@@ -14,6 +14,7 @@ import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCom
14
14
  import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "../commands/AssociateRoutingProfileQueuesCommand";
15
15
  import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "../commands/AssociateSecurityKeyCommand";
16
16
  import { AssociateTrafficDistributionGroupUserCommandInput, AssociateTrafficDistributionGroupUserCommandOutput } from "../commands/AssociateTrafficDistributionGroupUserCommand";
17
+ import { AssociateUserProficienciesCommandInput, AssociateUserProficienciesCommandOutput } from "../commands/AssociateUserProficienciesCommand";
17
18
  import { BatchAssociateAnalyticsDataSetCommandInput, BatchAssociateAnalyticsDataSetCommandOutput } from "../commands/BatchAssociateAnalyticsDataSetCommand";
18
19
  import { BatchDisassociateAnalyticsDataSetCommandInput, BatchDisassociateAnalyticsDataSetCommandOutput } from "../commands/BatchDisassociateAnalyticsDataSetCommand";
19
20
  import { BatchGetFlowAssociationCommandInput, BatchGetFlowAssociationCommandOutput } from "../commands/BatchGetFlowAssociationCommand";
@@ -28,6 +29,7 @@ import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../comm
28
29
  import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "../commands/CreateIntegrationAssociationCommand";
29
30
  import { CreateParticipantCommandInput, CreateParticipantCommandOutput } from "../commands/CreateParticipantCommand";
30
31
  import { CreatePersistentContactAssociationCommandInput, CreatePersistentContactAssociationCommandOutput } from "../commands/CreatePersistentContactAssociationCommand";
32
+ import { CreatePredefinedAttributeCommandInput, CreatePredefinedAttributeCommandOutput } from "../commands/CreatePredefinedAttributeCommand";
31
33
  import { CreatePromptCommandInput, CreatePromptCommandOutput } from "../commands/CreatePromptCommand";
32
34
  import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
33
35
  import { CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput } from "../commands/CreateQuickConnectCommand";
@@ -50,6 +52,7 @@ import { DeleteEvaluationFormCommandInput, DeleteEvaluationFormCommandOutput } f
50
52
  import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "../commands/DeleteHoursOfOperationCommand";
51
53
  import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
52
54
  import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "../commands/DeleteIntegrationAssociationCommand";
55
+ import { DeletePredefinedAttributeCommandInput, DeletePredefinedAttributeCommandOutput } from "../commands/DeletePredefinedAttributeCommand";
53
56
  import { DeletePromptCommandInput, DeletePromptCommandOutput } from "../commands/DeletePromptCommand";
54
57
  import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "../commands/DeleteQueueCommand";
55
58
  import { DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput } from "../commands/DeleteQuickConnectCommand";
@@ -75,6 +78,7 @@ import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommand
75
78
  import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "../commands/DescribeInstanceCommand";
76
79
  import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "../commands/DescribeInstanceStorageConfigCommand";
77
80
  import { DescribePhoneNumberCommandInput, DescribePhoneNumberCommandOutput } from "../commands/DescribePhoneNumberCommand";
81
+ import { DescribePredefinedAttributeCommandInput, DescribePredefinedAttributeCommandOutput } from "../commands/DescribePredefinedAttributeCommand";
78
82
  import { DescribePromptCommandInput, DescribePromptCommandOutput } from "../commands/DescribePromptCommand";
79
83
  import { DescribeQueueCommandInput, DescribeQueueCommandOutput } from "../commands/DescribeQueueCommand";
80
84
  import { DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput } from "../commands/DescribeQuickConnectCommand";
@@ -99,6 +103,7 @@ import { DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConne
99
103
  import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput } from "../commands/DisassociateRoutingProfileQueuesCommand";
100
104
  import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "../commands/DisassociateSecurityKeyCommand";
101
105
  import { DisassociateTrafficDistributionGroupUserCommandInput, DisassociateTrafficDistributionGroupUserCommandOutput } from "../commands/DisassociateTrafficDistributionGroupUserCommand";
106
+ import { DisassociateUserProficienciesCommandInput, DisassociateUserProficienciesCommandOutput } from "../commands/DisassociateUserProficienciesCommand";
102
107
  import { DismissUserContactCommandInput, DismissUserContactCommandOutput } from "../commands/DismissUserContactCommand";
103
108
  import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "../commands/GetContactAttributesCommand";
104
109
  import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
@@ -132,6 +137,7 @@ import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } fro
132
137
  import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "../commands/ListLexBotsCommand";
133
138
  import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
134
139
  import { ListPhoneNumbersV2CommandInput, ListPhoneNumbersV2CommandOutput } from "../commands/ListPhoneNumbersV2Command";
140
+ import { ListPredefinedAttributesCommandInput, ListPredefinedAttributesCommandOutput } from "../commands/ListPredefinedAttributesCommand";
135
141
  import { ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/ListPromptsCommand";
136
142
  import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "../commands/ListQueueQuickConnectsCommand";
137
143
  import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
@@ -150,6 +156,7 @@ import { ListTrafficDistributionGroupsCommandInput, ListTrafficDistributionGroup
150
156
  import { ListTrafficDistributionGroupUsersCommandInput, ListTrafficDistributionGroupUsersCommandOutput } from "../commands/ListTrafficDistributionGroupUsersCommand";
151
157
  import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "../commands/ListUseCasesCommand";
152
158
  import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "../commands/ListUserHierarchyGroupsCommand";
159
+ import { ListUserProficienciesCommandInput, ListUserProficienciesCommandOutput } from "../commands/ListUserProficienciesCommand";
153
160
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
154
161
  import { ListViewsCommandInput, ListViewsCommandOutput } from "../commands/ListViewsCommand";
155
162
  import { ListViewVersionsCommandInput, ListViewVersionsCommandOutput } from "../commands/ListViewVersionsCommand";
@@ -161,7 +168,9 @@ import { ReplicateInstanceCommandInput, ReplicateInstanceCommandOutput } from ".
161
168
  import { ResumeContactCommandInput, ResumeContactCommandOutput } from "../commands/ResumeContactCommand";
162
169
  import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "../commands/ResumeContactRecordingCommand";
163
170
  import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
171
+ import { SearchContactsCommandInput, SearchContactsCommandOutput } from "../commands/SearchContactsCommand";
164
172
  import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutput } from "../commands/SearchHoursOfOperationsCommand";
173
+ import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "../commands/SearchPredefinedAttributesCommand";
165
174
  import { SearchPromptsCommandInput, SearchPromptsCommandOutput } from "../commands/SearchPromptsCommand";
166
175
  import { SearchQueuesCommandInput, SearchQueuesCommandOutput } from "../commands/SearchQueuesCommand";
167
176
  import { SearchQuickConnectsCommandInput, SearchQuickConnectsCommandOutput } from "../commands/SearchQuickConnectsCommand";
@@ -197,6 +206,7 @@ import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommand
197
206
  import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "../commands/UpdateContactFlowModuleContentCommand";
198
207
  import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "../commands/UpdateContactFlowModuleMetadataCommand";
199
208
  import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "../commands/UpdateContactFlowNameCommand";
209
+ import { UpdateContactRoutingDataCommandInput, UpdateContactRoutingDataCommandOutput } from "../commands/UpdateContactRoutingDataCommand";
200
210
  import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "../commands/UpdateContactScheduleCommand";
201
211
  import { UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput } from "../commands/UpdateEvaluationFormCommand";
202
212
  import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
@@ -205,6 +215,7 @@ import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCom
205
215
  import { UpdateParticipantRoleConfigCommandInput, UpdateParticipantRoleConfigCommandOutput } from "../commands/UpdateParticipantRoleConfigCommand";
206
216
  import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "../commands/UpdatePhoneNumberCommand";
207
217
  import { UpdatePhoneNumberMetadataCommandInput, UpdatePhoneNumberMetadataCommandOutput } from "../commands/UpdatePhoneNumberMetadataCommand";
218
+ import { UpdatePredefinedAttributeCommandInput, UpdatePredefinedAttributeCommandOutput } from "../commands/UpdatePredefinedAttributeCommand";
208
219
  import { UpdatePromptCommandInput, UpdatePromptCommandOutput } from "../commands/UpdatePromptCommand";
209
220
  import { UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCommandOutput } from "../commands/UpdateQueueHoursOfOperationCommand";
210
221
  import { UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput } from "../commands/UpdateQueueMaxContactsCommand";
@@ -227,6 +238,7 @@ import { UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameC
227
238
  import { UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput } from "../commands/UpdateUserHierarchyStructureCommand";
228
239
  import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput } from "../commands/UpdateUserIdentityInfoCommand";
229
240
  import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "../commands/UpdateUserPhoneConfigCommand";
241
+ import { UpdateUserProficienciesCommandInput, UpdateUserProficienciesCommandOutput } from "../commands/UpdateUserProficienciesCommand";
230
242
  import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "../commands/UpdateUserRoutingProfileCommand";
231
243
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "../commands/UpdateUserSecurityProfilesCommand";
232
244
  import { UpdateViewContentCommandInput, UpdateViewContentCommandOutput } from "../commands/UpdateViewContentCommand";
@@ -287,6 +299,10 @@ export declare const se_AssociateSecurityKeyCommand: (input: AssociateSecurityKe
287
299
  * serializeAws_restJson1AssociateTrafficDistributionGroupUserCommand
288
300
  */
289
301
  export declare const se_AssociateTrafficDistributionGroupUserCommand: (input: AssociateTrafficDistributionGroupUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
+ /**
303
+ * serializeAws_restJson1AssociateUserProficienciesCommand
304
+ */
305
+ export declare const se_AssociateUserProficienciesCommand: (input: AssociateUserProficienciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
306
  /**
291
307
  * serializeAws_restJson1BatchAssociateAnalyticsDataSetCommand
292
308
  */
@@ -343,6 +359,10 @@ export declare const se_CreateParticipantCommand: (input: CreateParticipantComma
343
359
  * serializeAws_restJson1CreatePersistentContactAssociationCommand
344
360
  */
345
361
  export declare const se_CreatePersistentContactAssociationCommand: (input: CreatePersistentContactAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
+ /**
363
+ * serializeAws_restJson1CreatePredefinedAttributeCommand
364
+ */
365
+ export declare const se_CreatePredefinedAttributeCommand: (input: CreatePredefinedAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
366
  /**
347
367
  * serializeAws_restJson1CreatePromptCommand
348
368
  */
@@ -431,6 +451,10 @@ export declare const se_DeleteInstanceCommand: (input: DeleteInstanceCommandInpu
431
451
  * serializeAws_restJson1DeleteIntegrationAssociationCommand
432
452
  */
433
453
  export declare const se_DeleteIntegrationAssociationCommand: (input: DeleteIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
454
+ /**
455
+ * serializeAws_restJson1DeletePredefinedAttributeCommand
456
+ */
457
+ export declare const se_DeletePredefinedAttributeCommand: (input: DeletePredefinedAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
434
458
  /**
435
459
  * serializeAws_restJson1DeletePromptCommand
436
460
  */
@@ -531,6 +555,10 @@ export declare const se_DescribeInstanceStorageConfigCommand: (input: DescribeIn
531
555
  * serializeAws_restJson1DescribePhoneNumberCommand
532
556
  */
533
557
  export declare const se_DescribePhoneNumberCommand: (input: DescribePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
558
+ /**
559
+ * serializeAws_restJson1DescribePredefinedAttributeCommand
560
+ */
561
+ export declare const se_DescribePredefinedAttributeCommand: (input: DescribePredefinedAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
534
562
  /**
535
563
  * serializeAws_restJson1DescribePromptCommand
536
564
  */
@@ -627,6 +655,10 @@ export declare const se_DisassociateSecurityKeyCommand: (input: DisassociateSecu
627
655
  * serializeAws_restJson1DisassociateTrafficDistributionGroupUserCommand
628
656
  */
629
657
  export declare const se_DisassociateTrafficDistributionGroupUserCommand: (input: DisassociateTrafficDistributionGroupUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
658
+ /**
659
+ * serializeAws_restJson1DisassociateUserProficienciesCommand
660
+ */
661
+ export declare const se_DisassociateUserProficienciesCommand: (input: DisassociateUserProficienciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
630
662
  /**
631
663
  * serializeAws_restJson1DismissUserContactCommand
632
664
  */
@@ -759,6 +791,10 @@ export declare const se_ListPhoneNumbersCommand: (input: ListPhoneNumbersCommand
759
791
  * serializeAws_restJson1ListPhoneNumbersV2Command
760
792
  */
761
793
  export declare const se_ListPhoneNumbersV2Command: (input: ListPhoneNumbersV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
794
+ /**
795
+ * serializeAws_restJson1ListPredefinedAttributesCommand
796
+ */
797
+ export declare const se_ListPredefinedAttributesCommand: (input: ListPredefinedAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
762
798
  /**
763
799
  * serializeAws_restJson1ListPromptsCommand
764
800
  */
@@ -831,6 +867,10 @@ export declare const se_ListUseCasesCommand: (input: ListUseCasesCommandInput, c
831
867
  * serializeAws_restJson1ListUserHierarchyGroupsCommand
832
868
  */
833
869
  export declare const se_ListUserHierarchyGroupsCommand: (input: ListUserHierarchyGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
870
+ /**
871
+ * serializeAws_restJson1ListUserProficienciesCommand
872
+ */
873
+ export declare const se_ListUserProficienciesCommand: (input: ListUserProficienciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
834
874
  /**
835
875
  * serializeAws_restJson1ListUsersCommand
836
876
  */
@@ -875,10 +915,18 @@ export declare const se_ResumeContactRecordingCommand: (input: ResumeContactReco
875
915
  * serializeAws_restJson1SearchAvailablePhoneNumbersCommand
876
916
  */
877
917
  export declare const se_SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
918
+ /**
919
+ * serializeAws_restJson1SearchContactsCommand
920
+ */
921
+ export declare const se_SearchContactsCommand: (input: SearchContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
878
922
  /**
879
923
  * serializeAws_restJson1SearchHoursOfOperationsCommand
880
924
  */
881
925
  export declare const se_SearchHoursOfOperationsCommand: (input: SearchHoursOfOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
926
+ /**
927
+ * serializeAws_restJson1SearchPredefinedAttributesCommand
928
+ */
929
+ export declare const se_SearchPredefinedAttributesCommand: (input: SearchPredefinedAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
882
930
  /**
883
931
  * serializeAws_restJson1SearchPromptsCommand
884
932
  */
@@ -1019,6 +1067,10 @@ export declare const se_UpdateContactFlowModuleMetadataCommand: (input: UpdateCo
1019
1067
  * serializeAws_restJson1UpdateContactFlowNameCommand
1020
1068
  */
1021
1069
  export declare const se_UpdateContactFlowNameCommand: (input: UpdateContactFlowNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1070
+ /**
1071
+ * serializeAws_restJson1UpdateContactRoutingDataCommand
1072
+ */
1073
+ export declare const se_UpdateContactRoutingDataCommand: (input: UpdateContactRoutingDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1022
1074
  /**
1023
1075
  * serializeAws_restJson1UpdateContactScheduleCommand
1024
1076
  */
@@ -1051,6 +1103,10 @@ export declare const se_UpdatePhoneNumberCommand: (input: UpdatePhoneNumberComma
1051
1103
  * serializeAws_restJson1UpdatePhoneNumberMetadataCommand
1052
1104
  */
1053
1105
  export declare const se_UpdatePhoneNumberMetadataCommand: (input: UpdatePhoneNumberMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1106
+ /**
1107
+ * serializeAws_restJson1UpdatePredefinedAttributeCommand
1108
+ */
1109
+ export declare const se_UpdatePredefinedAttributeCommand: (input: UpdatePredefinedAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1054
1110
  /**
1055
1111
  * serializeAws_restJson1UpdatePromptCommand
1056
1112
  */
@@ -1139,6 +1195,10 @@ export declare const se_UpdateUserIdentityInfoCommand: (input: UpdateUserIdentit
1139
1195
  * serializeAws_restJson1UpdateUserPhoneConfigCommand
1140
1196
  */
1141
1197
  export declare const se_UpdateUserPhoneConfigCommand: (input: UpdateUserPhoneConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1198
+ /**
1199
+ * serializeAws_restJson1UpdateUserProficienciesCommand
1200
+ */
1201
+ export declare const se_UpdateUserProficienciesCommand: (input: UpdateUserProficienciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1142
1202
  /**
1143
1203
  * serializeAws_restJson1UpdateUserRoutingProfileCommand
1144
1204
  */
@@ -1211,6 +1271,10 @@ export declare const de_AssociateSecurityKeyCommand: (output: __HttpResponse, co
1211
1271
  * deserializeAws_restJson1AssociateTrafficDistributionGroupUserCommand
1212
1272
  */
1213
1273
  export declare const de_AssociateTrafficDistributionGroupUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrafficDistributionGroupUserCommandOutput>;
1274
+ /**
1275
+ * deserializeAws_restJson1AssociateUserProficienciesCommand
1276
+ */
1277
+ export declare const de_AssociateUserProficienciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserProficienciesCommandOutput>;
1214
1278
  /**
1215
1279
  * deserializeAws_restJson1BatchAssociateAnalyticsDataSetCommand
1216
1280
  */
@@ -1267,6 +1331,10 @@ export declare const de_CreateParticipantCommand: (output: __HttpResponse, conte
1267
1331
  * deserializeAws_restJson1CreatePersistentContactAssociationCommand
1268
1332
  */
1269
1333
  export declare const de_CreatePersistentContactAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePersistentContactAssociationCommandOutput>;
1334
+ /**
1335
+ * deserializeAws_restJson1CreatePredefinedAttributeCommand
1336
+ */
1337
+ export declare const de_CreatePredefinedAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredefinedAttributeCommandOutput>;
1270
1338
  /**
1271
1339
  * deserializeAws_restJson1CreatePromptCommand
1272
1340
  */
@@ -1355,6 +1423,10 @@ export declare const de_DeleteInstanceCommand: (output: __HttpResponse, context:
1355
1423
  * deserializeAws_restJson1DeleteIntegrationAssociationCommand
1356
1424
  */
1357
1425
  export declare const de_DeleteIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationAssociationCommandOutput>;
1426
+ /**
1427
+ * deserializeAws_restJson1DeletePredefinedAttributeCommand
1428
+ */
1429
+ export declare const de_DeletePredefinedAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredefinedAttributeCommandOutput>;
1358
1430
  /**
1359
1431
  * deserializeAws_restJson1DeletePromptCommand
1360
1432
  */
@@ -1455,6 +1527,10 @@ export declare const de_DescribeInstanceStorageConfigCommand: (output: __HttpRes
1455
1527
  * deserializeAws_restJson1DescribePhoneNumberCommand
1456
1528
  */
1457
1529
  export declare const de_DescribePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePhoneNumberCommandOutput>;
1530
+ /**
1531
+ * deserializeAws_restJson1DescribePredefinedAttributeCommand
1532
+ */
1533
+ export declare const de_DescribePredefinedAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredefinedAttributeCommandOutput>;
1458
1534
  /**
1459
1535
  * deserializeAws_restJson1DescribePromptCommand
1460
1536
  */
@@ -1551,6 +1627,10 @@ export declare const de_DisassociateSecurityKeyCommand: (output: __HttpResponse,
1551
1627
  * deserializeAws_restJson1DisassociateTrafficDistributionGroupUserCommand
1552
1628
  */
1553
1629
  export declare const de_DisassociateTrafficDistributionGroupUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrafficDistributionGroupUserCommandOutput>;
1630
+ /**
1631
+ * deserializeAws_restJson1DisassociateUserProficienciesCommand
1632
+ */
1633
+ export declare const de_DisassociateUserProficienciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserProficienciesCommandOutput>;
1554
1634
  /**
1555
1635
  * deserializeAws_restJson1DismissUserContactCommand
1556
1636
  */
@@ -1683,6 +1763,10 @@ export declare const de_ListPhoneNumbersCommand: (output: __HttpResponse, contex
1683
1763
  * deserializeAws_restJson1ListPhoneNumbersV2Command
1684
1764
  */
1685
1765
  export declare const de_ListPhoneNumbersV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersV2CommandOutput>;
1766
+ /**
1767
+ * deserializeAws_restJson1ListPredefinedAttributesCommand
1768
+ */
1769
+ export declare const de_ListPredefinedAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredefinedAttributesCommandOutput>;
1686
1770
  /**
1687
1771
  * deserializeAws_restJson1ListPromptsCommand
1688
1772
  */
@@ -1755,6 +1839,10 @@ export declare const de_ListUseCasesCommand: (output: __HttpResponse, context: _
1755
1839
  * deserializeAws_restJson1ListUserHierarchyGroupsCommand
1756
1840
  */
1757
1841
  export declare const de_ListUserHierarchyGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserHierarchyGroupsCommandOutput>;
1842
+ /**
1843
+ * deserializeAws_restJson1ListUserProficienciesCommand
1844
+ */
1845
+ export declare const de_ListUserProficienciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserProficienciesCommandOutput>;
1758
1846
  /**
1759
1847
  * deserializeAws_restJson1ListUsersCommand
1760
1848
  */
@@ -1799,10 +1887,18 @@ export declare const de_ResumeContactRecordingCommand: (output: __HttpResponse,
1799
1887
  * deserializeAws_restJson1SearchAvailablePhoneNumbersCommand
1800
1888
  */
1801
1889
  export declare const de_SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
1890
+ /**
1891
+ * deserializeAws_restJson1SearchContactsCommand
1892
+ */
1893
+ export declare const de_SearchContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchContactsCommandOutput>;
1802
1894
  /**
1803
1895
  * deserializeAws_restJson1SearchHoursOfOperationsCommand
1804
1896
  */
1805
1897
  export declare const de_SearchHoursOfOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchHoursOfOperationsCommandOutput>;
1898
+ /**
1899
+ * deserializeAws_restJson1SearchPredefinedAttributesCommand
1900
+ */
1901
+ export declare const de_SearchPredefinedAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPredefinedAttributesCommandOutput>;
1806
1902
  /**
1807
1903
  * deserializeAws_restJson1SearchPromptsCommand
1808
1904
  */
@@ -1943,6 +2039,10 @@ export declare const de_UpdateContactFlowModuleMetadataCommand: (output: __HttpR
1943
2039
  * deserializeAws_restJson1UpdateContactFlowNameCommand
1944
2040
  */
1945
2041
  export declare const de_UpdateContactFlowNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowNameCommandOutput>;
2042
+ /**
2043
+ * deserializeAws_restJson1UpdateContactRoutingDataCommand
2044
+ */
2045
+ export declare const de_UpdateContactRoutingDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactRoutingDataCommandOutput>;
1946
2046
  /**
1947
2047
  * deserializeAws_restJson1UpdateContactScheduleCommand
1948
2048
  */
@@ -1975,6 +2075,10 @@ export declare const de_UpdatePhoneNumberCommand: (output: __HttpResponse, conte
1975
2075
  * deserializeAws_restJson1UpdatePhoneNumberMetadataCommand
1976
2076
  */
1977
2077
  export declare const de_UpdatePhoneNumberMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberMetadataCommandOutput>;
2078
+ /**
2079
+ * deserializeAws_restJson1UpdatePredefinedAttributeCommand
2080
+ */
2081
+ export declare const de_UpdatePredefinedAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePredefinedAttributeCommandOutput>;
1978
2082
  /**
1979
2083
  * deserializeAws_restJson1UpdatePromptCommand
1980
2084
  */
@@ -2063,6 +2167,10 @@ export declare const de_UpdateUserIdentityInfoCommand: (output: __HttpResponse,
2063
2167
  * deserializeAws_restJson1UpdateUserPhoneConfigCommand
2064
2168
  */
2065
2169
  export declare const de_UpdateUserPhoneConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserPhoneConfigCommandOutput>;
2170
+ /**
2171
+ * deserializeAws_restJson1UpdateUserProficienciesCommand
2172
+ */
2173
+ export declare const de_UpdateUserProficienciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserProficienciesCommandOutput>;
2066
2174
  /**
2067
2175
  * deserializeAws_restJson1UpdateUserRoutingProfileCommand
2068
2176
  */