ConnectClient.php 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. <?php
  2. namespace Aws\Connect;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Connect Service** service.
  6. * @method \Aws\Result activateEvaluationForm(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise activateEvaluationFormAsync(array $args = [])
  8. * @method \Aws\Result associateAnalyticsDataSet(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associateAnalyticsDataSetAsync(array $args = [])
  10. * @method \Aws\Result associateApprovedOrigin(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise associateApprovedOriginAsync(array $args = [])
  12. * @method \Aws\Result associateBot(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise associateBotAsync(array $args = [])
  14. * @method \Aws\Result associateDefaultVocabulary(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise associateDefaultVocabularyAsync(array $args = [])
  16. * @method \Aws\Result associateFlow(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise associateFlowAsync(array $args = [])
  18. * @method \Aws\Result associateInstanceStorageConfig(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise associateInstanceStorageConfigAsync(array $args = [])
  20. * @method \Aws\Result associateLambdaFunction(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise associateLambdaFunctionAsync(array $args = [])
  22. * @method \Aws\Result associateLexBot(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise associateLexBotAsync(array $args = [])
  24. * @method \Aws\Result associatePhoneNumberContactFlow(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise associatePhoneNumberContactFlowAsync(array $args = [])
  26. * @method \Aws\Result associateQueueQuickConnects(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise associateQueueQuickConnectsAsync(array $args = [])
  28. * @method \Aws\Result associateRoutingProfileQueues(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise associateRoutingProfileQueuesAsync(array $args = [])
  30. * @method \Aws\Result associateSecurityKey(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise associateSecurityKeyAsync(array $args = [])
  32. * @method \Aws\Result associateTrafficDistributionGroupUser(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise associateTrafficDistributionGroupUserAsync(array $args = [])
  34. * @method \Aws\Result associateUserProficiencies(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise associateUserProficienciesAsync(array $args = [])
  36. * @method \Aws\Result batchAssociateAnalyticsDataSet(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise batchAssociateAnalyticsDataSetAsync(array $args = [])
  38. * @method \Aws\Result batchDisassociateAnalyticsDataSet(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise batchDisassociateAnalyticsDataSetAsync(array $args = [])
  40. * @method \Aws\Result batchGetAttachedFileMetadata(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise batchGetAttachedFileMetadataAsync(array $args = [])
  42. * @method \Aws\Result batchGetFlowAssociation(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise batchGetFlowAssociationAsync(array $args = [])
  44. * @method \Aws\Result batchPutContact(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise batchPutContactAsync(array $args = [])
  46. * @method \Aws\Result claimPhoneNumber(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise claimPhoneNumberAsync(array $args = [])
  48. * @method \Aws\Result completeAttachedFileUpload(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise completeAttachedFileUploadAsync(array $args = [])
  50. * @method \Aws\Result createAgentStatus(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise createAgentStatusAsync(array $args = [])
  52. * @method \Aws\Result createContactFlow(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise createContactFlowAsync(array $args = [])
  54. * @method \Aws\Result createContactFlowModule(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise createContactFlowModuleAsync(array $args = [])
  56. * @method \Aws\Result createEvaluationForm(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise createEvaluationFormAsync(array $args = [])
  58. * @method \Aws\Result createHoursOfOperation(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise createHoursOfOperationAsync(array $args = [])
  60. * @method \Aws\Result createInstance(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise createInstanceAsync(array $args = [])
  62. * @method \Aws\Result createIntegrationAssociation(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise createIntegrationAssociationAsync(array $args = [])
  64. * @method \Aws\Result createParticipant(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise createParticipantAsync(array $args = [])
  66. * @method \Aws\Result createPersistentContactAssociation(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise createPersistentContactAssociationAsync(array $args = [])
  68. * @method \Aws\Result createPredefinedAttribute(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise createPredefinedAttributeAsync(array $args = [])
  70. * @method \Aws\Result createPrompt(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise createPromptAsync(array $args = [])
  72. * @method \Aws\Result createQueue(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise createQueueAsync(array $args = [])
  74. * @method \Aws\Result createQuickConnect(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise createQuickConnectAsync(array $args = [])
  76. * @method \Aws\Result createRoutingProfile(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise createRoutingProfileAsync(array $args = [])
  78. * @method \Aws\Result createRule(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise createRuleAsync(array $args = [])
  80. * @method \Aws\Result createSecurityProfile(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise createSecurityProfileAsync(array $args = [])
  82. * @method \Aws\Result createTaskTemplate(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise createTaskTemplateAsync(array $args = [])
  84. * @method \Aws\Result createTrafficDistributionGroup(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise createTrafficDistributionGroupAsync(array $args = [])
  86. * @method \Aws\Result createUseCase(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise createUseCaseAsync(array $args = [])
  88. * @method \Aws\Result createUser(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
  90. * @method \Aws\Result createUserHierarchyGroup(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise createUserHierarchyGroupAsync(array $args = [])
  92. * @method \Aws\Result createView(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise createViewAsync(array $args = [])
  94. * @method \Aws\Result createViewVersion(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise createViewVersionAsync(array $args = [])
  96. * @method \Aws\Result createVocabulary(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise createVocabularyAsync(array $args = [])
  98. * @method \Aws\Result deactivateEvaluationForm(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise deactivateEvaluationFormAsync(array $args = [])
  100. * @method \Aws\Result deleteAttachedFile(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise deleteAttachedFileAsync(array $args = [])
  102. * @method \Aws\Result deleteContactEvaluation(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise deleteContactEvaluationAsync(array $args = [])
  104. * @method \Aws\Result deleteContactFlow(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise deleteContactFlowAsync(array $args = [])
  106. * @method \Aws\Result deleteContactFlowModule(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise deleteContactFlowModuleAsync(array $args = [])
  108. * @method \Aws\Result deleteEvaluationForm(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise deleteEvaluationFormAsync(array $args = [])
  110. * @method \Aws\Result deleteHoursOfOperation(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise deleteHoursOfOperationAsync(array $args = [])
  112. * @method \Aws\Result deleteInstance(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise deleteInstanceAsync(array $args = [])
  114. * @method \Aws\Result deleteIntegrationAssociation(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise deleteIntegrationAssociationAsync(array $args = [])
  116. * @method \Aws\Result deletePredefinedAttribute(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise deletePredefinedAttributeAsync(array $args = [])
  118. * @method \Aws\Result deletePrompt(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise deletePromptAsync(array $args = [])
  120. * @method \Aws\Result deleteQueue(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise deleteQueueAsync(array $args = [])
  122. * @method \Aws\Result deleteQuickConnect(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise deleteQuickConnectAsync(array $args = [])
  124. * @method \Aws\Result deleteRoutingProfile(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise deleteRoutingProfileAsync(array $args = [])
  126. * @method \Aws\Result deleteRule(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
  128. * @method \Aws\Result deleteSecurityProfile(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise deleteSecurityProfileAsync(array $args = [])
  130. * @method \Aws\Result deleteTaskTemplate(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise deleteTaskTemplateAsync(array $args = [])
  132. * @method \Aws\Result deleteTrafficDistributionGroup(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise deleteTrafficDistributionGroupAsync(array $args = [])
  134. * @method \Aws\Result deleteUseCase(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise deleteUseCaseAsync(array $args = [])
  136. * @method \Aws\Result deleteUser(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
  138. * @method \Aws\Result deleteUserHierarchyGroup(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise deleteUserHierarchyGroupAsync(array $args = [])
  140. * @method \Aws\Result deleteView(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise deleteViewAsync(array $args = [])
  142. * @method \Aws\Result deleteViewVersion(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise deleteViewVersionAsync(array $args = [])
  144. * @method \Aws\Result deleteVocabulary(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise deleteVocabularyAsync(array $args = [])
  146. * @method \Aws\Result describeAgentStatus(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise describeAgentStatusAsync(array $args = [])
  148. * @method \Aws\Result describeAuthenticationProfile(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise describeAuthenticationProfileAsync(array $args = [])
  150. * @method \Aws\Result describeContact(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise describeContactAsync(array $args = [])
  152. * @method \Aws\Result describeContactEvaluation(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise describeContactEvaluationAsync(array $args = [])
  154. * @method \Aws\Result describeContactFlow(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise describeContactFlowAsync(array $args = [])
  156. * @method \Aws\Result describeContactFlowModule(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise describeContactFlowModuleAsync(array $args = [])
  158. * @method \Aws\Result describeEvaluationForm(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise describeEvaluationFormAsync(array $args = [])
  160. * @method \Aws\Result describeHoursOfOperation(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise describeHoursOfOperationAsync(array $args = [])
  162. * @method \Aws\Result describeInstance(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise describeInstanceAsync(array $args = [])
  164. * @method \Aws\Result describeInstanceAttribute(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise describeInstanceAttributeAsync(array $args = [])
  166. * @method \Aws\Result describeInstanceStorageConfig(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise describeInstanceStorageConfigAsync(array $args = [])
  168. * @method \Aws\Result describePhoneNumber(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise describePhoneNumberAsync(array $args = [])
  170. * @method \Aws\Result describePredefinedAttribute(array $args = [])
  171. * @method \GuzzleHttp\Promise\Promise describePredefinedAttributeAsync(array $args = [])
  172. * @method \Aws\Result describePrompt(array $args = [])
  173. * @method \GuzzleHttp\Promise\Promise describePromptAsync(array $args = [])
  174. * @method \Aws\Result describeQueue(array $args = [])
  175. * @method \GuzzleHttp\Promise\Promise describeQueueAsync(array $args = [])
  176. * @method \Aws\Result describeQuickConnect(array $args = [])
  177. * @method \GuzzleHttp\Promise\Promise describeQuickConnectAsync(array $args = [])
  178. * @method \Aws\Result describeRoutingProfile(array $args = [])
  179. * @method \GuzzleHttp\Promise\Promise describeRoutingProfileAsync(array $args = [])
  180. * @method \Aws\Result describeRule(array $args = [])
  181. * @method \GuzzleHttp\Promise\Promise describeRuleAsync(array $args = [])
  182. * @method \Aws\Result describeSecurityProfile(array $args = [])
  183. * @method \GuzzleHttp\Promise\Promise describeSecurityProfileAsync(array $args = [])
  184. * @method \Aws\Result describeTrafficDistributionGroup(array $args = [])
  185. * @method \GuzzleHttp\Promise\Promise describeTrafficDistributionGroupAsync(array $args = [])
  186. * @method \Aws\Result describeUser(array $args = [])
  187. * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
  188. * @method \Aws\Result describeUserHierarchyGroup(array $args = [])
  189. * @method \GuzzleHttp\Promise\Promise describeUserHierarchyGroupAsync(array $args = [])
  190. * @method \Aws\Result describeUserHierarchyStructure(array $args = [])
  191. * @method \GuzzleHttp\Promise\Promise describeUserHierarchyStructureAsync(array $args = [])
  192. * @method \Aws\Result describeView(array $args = [])
  193. * @method \GuzzleHttp\Promise\Promise describeViewAsync(array $args = [])
  194. * @method \Aws\Result describeVocabulary(array $args = [])
  195. * @method \GuzzleHttp\Promise\Promise describeVocabularyAsync(array $args = [])
  196. * @method \Aws\Result disassociateAnalyticsDataSet(array $args = [])
  197. * @method \GuzzleHttp\Promise\Promise disassociateAnalyticsDataSetAsync(array $args = [])
  198. * @method \Aws\Result disassociateApprovedOrigin(array $args = [])
  199. * @method \GuzzleHttp\Promise\Promise disassociateApprovedOriginAsync(array $args = [])
  200. * @method \Aws\Result disassociateBot(array $args = [])
  201. * @method \GuzzleHttp\Promise\Promise disassociateBotAsync(array $args = [])
  202. * @method \Aws\Result disassociateFlow(array $args = [])
  203. * @method \GuzzleHttp\Promise\Promise disassociateFlowAsync(array $args = [])
  204. * @method \Aws\Result disassociateInstanceStorageConfig(array $args = [])
  205. * @method \GuzzleHttp\Promise\Promise disassociateInstanceStorageConfigAsync(array $args = [])
  206. * @method \Aws\Result disassociateLambdaFunction(array $args = [])
  207. * @method \GuzzleHttp\Promise\Promise disassociateLambdaFunctionAsync(array $args = [])
  208. * @method \Aws\Result disassociateLexBot(array $args = [])
  209. * @method \GuzzleHttp\Promise\Promise disassociateLexBotAsync(array $args = [])
  210. * @method \Aws\Result disassociatePhoneNumberContactFlow(array $args = [])
  211. * @method \GuzzleHttp\Promise\Promise disassociatePhoneNumberContactFlowAsync(array $args = [])
  212. * @method \Aws\Result disassociateQueueQuickConnects(array $args = [])
  213. * @method \GuzzleHttp\Promise\Promise disassociateQueueQuickConnectsAsync(array $args = [])
  214. * @method \Aws\Result disassociateRoutingProfileQueues(array $args = [])
  215. * @method \GuzzleHttp\Promise\Promise disassociateRoutingProfileQueuesAsync(array $args = [])
  216. * @method \Aws\Result disassociateSecurityKey(array $args = [])
  217. * @method \GuzzleHttp\Promise\Promise disassociateSecurityKeyAsync(array $args = [])
  218. * @method \Aws\Result disassociateTrafficDistributionGroupUser(array $args = [])
  219. * @method \GuzzleHttp\Promise\Promise disassociateTrafficDistributionGroupUserAsync(array $args = [])
  220. * @method \Aws\Result disassociateUserProficiencies(array $args = [])
  221. * @method \GuzzleHttp\Promise\Promise disassociateUserProficienciesAsync(array $args = [])
  222. * @method \Aws\Result dismissUserContact(array $args = [])
  223. * @method \GuzzleHttp\Promise\Promise dismissUserContactAsync(array $args = [])
  224. * @method \Aws\Result getAttachedFile(array $args = [])
  225. * @method \GuzzleHttp\Promise\Promise getAttachedFileAsync(array $args = [])
  226. * @method \Aws\Result getContactAttributes(array $args = [])
  227. * @method \GuzzleHttp\Promise\Promise getContactAttributesAsync(array $args = [])
  228. * @method \Aws\Result getCurrentMetricData(array $args = [])
  229. * @method \GuzzleHttp\Promise\Promise getCurrentMetricDataAsync(array $args = [])
  230. * @method \Aws\Result getCurrentUserData(array $args = [])
  231. * @method \GuzzleHttp\Promise\Promise getCurrentUserDataAsync(array $args = [])
  232. * @method \Aws\Result getFederationToken(array $args = [])
  233. * @method \GuzzleHttp\Promise\Promise getFederationTokenAsync(array $args = [])
  234. * @method \Aws\Result getFlowAssociation(array $args = [])
  235. * @method \GuzzleHttp\Promise\Promise getFlowAssociationAsync(array $args = [])
  236. * @method \Aws\Result getMetricData(array $args = [])
  237. * @method \GuzzleHttp\Promise\Promise getMetricDataAsync(array $args = [])
  238. * @method \Aws\Result getMetricDataV2(array $args = [])
  239. * @method \GuzzleHttp\Promise\Promise getMetricDataV2Async(array $args = [])
  240. * @method \Aws\Result getPromptFile(array $args = [])
  241. * @method \GuzzleHttp\Promise\Promise getPromptFileAsync(array $args = [])
  242. * @method \Aws\Result getTaskTemplate(array $args = [])
  243. * @method \GuzzleHttp\Promise\Promise getTaskTemplateAsync(array $args = [])
  244. * @method \Aws\Result getTrafficDistribution(array $args = [])
  245. * @method \GuzzleHttp\Promise\Promise getTrafficDistributionAsync(array $args = [])
  246. * @method \Aws\Result importPhoneNumber(array $args = [])
  247. * @method \GuzzleHttp\Promise\Promise importPhoneNumberAsync(array $args = [])
  248. * @method \Aws\Result listAgentStatuses(array $args = [])
  249. * @method \GuzzleHttp\Promise\Promise listAgentStatusesAsync(array $args = [])
  250. * @method \Aws\Result listAnalyticsDataAssociations(array $args = [])
  251. * @method \GuzzleHttp\Promise\Promise listAnalyticsDataAssociationsAsync(array $args = [])
  252. * @method \Aws\Result listApprovedOrigins(array $args = [])
  253. * @method \GuzzleHttp\Promise\Promise listApprovedOriginsAsync(array $args = [])
  254. * @method \Aws\Result listAuthenticationProfiles(array $args = [])
  255. * @method \GuzzleHttp\Promise\Promise listAuthenticationProfilesAsync(array $args = [])
  256. * @method \Aws\Result listBots(array $args = [])
  257. * @method \GuzzleHttp\Promise\Promise listBotsAsync(array $args = [])
  258. * @method \Aws\Result listContactEvaluations(array $args = [])
  259. * @method \GuzzleHttp\Promise\Promise listContactEvaluationsAsync(array $args = [])
  260. * @method \Aws\Result listContactFlowModules(array $args = [])
  261. * @method \GuzzleHttp\Promise\Promise listContactFlowModulesAsync(array $args = [])
  262. * @method \Aws\Result listContactFlows(array $args = [])
  263. * @method \GuzzleHttp\Promise\Promise listContactFlowsAsync(array $args = [])
  264. * @method \Aws\Result listContactReferences(array $args = [])
  265. * @method \GuzzleHttp\Promise\Promise listContactReferencesAsync(array $args = [])
  266. * @method \Aws\Result listDefaultVocabularies(array $args = [])
  267. * @method \GuzzleHttp\Promise\Promise listDefaultVocabulariesAsync(array $args = [])
  268. * @method \Aws\Result listEvaluationFormVersions(array $args = [])
  269. * @method \GuzzleHttp\Promise\Promise listEvaluationFormVersionsAsync(array $args = [])
  270. * @method \Aws\Result listEvaluationForms(array $args = [])
  271. * @method \GuzzleHttp\Promise\Promise listEvaluationFormsAsync(array $args = [])
  272. * @method \Aws\Result listFlowAssociations(array $args = [])
  273. * @method \GuzzleHttp\Promise\Promise listFlowAssociationsAsync(array $args = [])
  274. * @method \Aws\Result listHoursOfOperations(array $args = [])
  275. * @method \GuzzleHttp\Promise\Promise listHoursOfOperationsAsync(array $args = [])
  276. * @method \Aws\Result listInstanceAttributes(array $args = [])
  277. * @method \GuzzleHttp\Promise\Promise listInstanceAttributesAsync(array $args = [])
  278. * @method \Aws\Result listInstanceStorageConfigs(array $args = [])
  279. * @method \GuzzleHttp\Promise\Promise listInstanceStorageConfigsAsync(array $args = [])
  280. * @method \Aws\Result listInstances(array $args = [])
  281. * @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = [])
  282. * @method \Aws\Result listIntegrationAssociations(array $args = [])
  283. * @method \GuzzleHttp\Promise\Promise listIntegrationAssociationsAsync(array $args = [])
  284. * @method \Aws\Result listLambdaFunctions(array $args = [])
  285. * @method \GuzzleHttp\Promise\Promise listLambdaFunctionsAsync(array $args = [])
  286. * @method \Aws\Result listLexBots(array $args = [])
  287. * @method \GuzzleHttp\Promise\Promise listLexBotsAsync(array $args = [])
  288. * @method \Aws\Result listPhoneNumbers(array $args = [])
  289. * @method \GuzzleHttp\Promise\Promise listPhoneNumbersAsync(array $args = [])
  290. * @method \Aws\Result listPhoneNumbersV2(array $args = [])
  291. * @method \GuzzleHttp\Promise\Promise listPhoneNumbersV2Async(array $args = [])
  292. * @method \Aws\Result listPredefinedAttributes(array $args = [])
  293. * @method \GuzzleHttp\Promise\Promise listPredefinedAttributesAsync(array $args = [])
  294. * @method \Aws\Result listPrompts(array $args = [])
  295. * @method \GuzzleHttp\Promise\Promise listPromptsAsync(array $args = [])
  296. * @method \Aws\Result listQueueQuickConnects(array $args = [])
  297. * @method \GuzzleHttp\Promise\Promise listQueueQuickConnectsAsync(array $args = [])
  298. * @method \Aws\Result listQueues(array $args = [])
  299. * @method \GuzzleHttp\Promise\Promise listQueuesAsync(array $args = [])
  300. * @method \Aws\Result listQuickConnects(array $args = [])
  301. * @method \GuzzleHttp\Promise\Promise listQuickConnectsAsync(array $args = [])
  302. * @method \Aws\Result listRealtimeContactAnalysisSegmentsV2(array $args = [])
  303. * @method \GuzzleHttp\Promise\Promise listRealtimeContactAnalysisSegmentsV2Async(array $args = [])
  304. * @method \Aws\Result listRoutingProfileQueues(array $args = [])
  305. * @method \GuzzleHttp\Promise\Promise listRoutingProfileQueuesAsync(array $args = [])
  306. * @method \Aws\Result listRoutingProfiles(array $args = [])
  307. * @method \GuzzleHttp\Promise\Promise listRoutingProfilesAsync(array $args = [])
  308. * @method \Aws\Result listRules(array $args = [])
  309. * @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
  310. * @method \Aws\Result listSecurityKeys(array $args = [])
  311. * @method \GuzzleHttp\Promise\Promise listSecurityKeysAsync(array $args = [])
  312. * @method \Aws\Result listSecurityProfileApplications(array $args = [])
  313. * @method \GuzzleHttp\Promise\Promise listSecurityProfileApplicationsAsync(array $args = [])
  314. * @method \Aws\Result listSecurityProfilePermissions(array $args = [])
  315. * @method \GuzzleHttp\Promise\Promise listSecurityProfilePermissionsAsync(array $args = [])
  316. * @method \Aws\Result listSecurityProfiles(array $args = [])
  317. * @method \GuzzleHttp\Promise\Promise listSecurityProfilesAsync(array $args = [])
  318. * @method \Aws\Result listTagsForResource(array $args = [])
  319. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  320. * @method \Aws\Result listTaskTemplates(array $args = [])
  321. * @method \GuzzleHttp\Promise\Promise listTaskTemplatesAsync(array $args = [])
  322. * @method \Aws\Result listTrafficDistributionGroupUsers(array $args = [])
  323. * @method \GuzzleHttp\Promise\Promise listTrafficDistributionGroupUsersAsync(array $args = [])
  324. * @method \Aws\Result listTrafficDistributionGroups(array $args = [])
  325. * @method \GuzzleHttp\Promise\Promise listTrafficDistributionGroupsAsync(array $args = [])
  326. * @method \Aws\Result listUseCases(array $args = [])
  327. * @method \GuzzleHttp\Promise\Promise listUseCasesAsync(array $args = [])
  328. * @method \Aws\Result listUserHierarchyGroups(array $args = [])
  329. * @method \GuzzleHttp\Promise\Promise listUserHierarchyGroupsAsync(array $args = [])
  330. * @method \Aws\Result listUserProficiencies(array $args = [])
  331. * @method \GuzzleHttp\Promise\Promise listUserProficienciesAsync(array $args = [])
  332. * @method \Aws\Result listUsers(array $args = [])
  333. * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
  334. * @method \Aws\Result listViewVersions(array $args = [])
  335. * @method \GuzzleHttp\Promise\Promise listViewVersionsAsync(array $args = [])
  336. * @method \Aws\Result listViews(array $args = [])
  337. * @method \GuzzleHttp\Promise\Promise listViewsAsync(array $args = [])
  338. * @method \Aws\Result monitorContact(array $args = [])
  339. * @method \GuzzleHttp\Promise\Promise monitorContactAsync(array $args = [])
  340. * @method \Aws\Result pauseContact(array $args = [])
  341. * @method \GuzzleHttp\Promise\Promise pauseContactAsync(array $args = [])
  342. * @method \Aws\Result putUserStatus(array $args = [])
  343. * @method \GuzzleHttp\Promise\Promise putUserStatusAsync(array $args = [])
  344. * @method \Aws\Result releasePhoneNumber(array $args = [])
  345. * @method \GuzzleHttp\Promise\Promise releasePhoneNumberAsync(array $args = [])
  346. * @method \Aws\Result replicateInstance(array $args = [])
  347. * @method \GuzzleHttp\Promise\Promise replicateInstanceAsync(array $args = [])
  348. * @method \Aws\Result resumeContact(array $args = [])
  349. * @method \GuzzleHttp\Promise\Promise resumeContactAsync(array $args = [])
  350. * @method \Aws\Result resumeContactRecording(array $args = [])
  351. * @method \GuzzleHttp\Promise\Promise resumeContactRecordingAsync(array $args = [])
  352. * @method \Aws\Result searchAvailablePhoneNumbers(array $args = [])
  353. * @method \GuzzleHttp\Promise\Promise searchAvailablePhoneNumbersAsync(array $args = [])
  354. * @method \Aws\Result searchContactFlowModules(array $args = [])
  355. * @method \GuzzleHttp\Promise\Promise searchContactFlowModulesAsync(array $args = [])
  356. * @method \Aws\Result searchContactFlows(array $args = [])
  357. * @method \GuzzleHttp\Promise\Promise searchContactFlowsAsync(array $args = [])
  358. * @method \Aws\Result searchContacts(array $args = [])
  359. * @method \GuzzleHttp\Promise\Promise searchContactsAsync(array $args = [])
  360. * @method \Aws\Result searchHoursOfOperations(array $args = [])
  361. * @method \GuzzleHttp\Promise\Promise searchHoursOfOperationsAsync(array $args = [])
  362. * @method \Aws\Result searchPredefinedAttributes(array $args = [])
  363. * @method \GuzzleHttp\Promise\Promise searchPredefinedAttributesAsync(array $args = [])
  364. * @method \Aws\Result searchPrompts(array $args = [])
  365. * @method \GuzzleHttp\Promise\Promise searchPromptsAsync(array $args = [])
  366. * @method \Aws\Result searchQueues(array $args = [])
  367. * @method \GuzzleHttp\Promise\Promise searchQueuesAsync(array $args = [])
  368. * @method \Aws\Result searchQuickConnects(array $args = [])
  369. * @method \GuzzleHttp\Promise\Promise searchQuickConnectsAsync(array $args = [])
  370. * @method \Aws\Result searchResourceTags(array $args = [])
  371. * @method \GuzzleHttp\Promise\Promise searchResourceTagsAsync(array $args = [])
  372. * @method \Aws\Result searchRoutingProfiles(array $args = [])
  373. * @method \GuzzleHttp\Promise\Promise searchRoutingProfilesAsync(array $args = [])
  374. * @method \Aws\Result searchSecurityProfiles(array $args = [])
  375. * @method \GuzzleHttp\Promise\Promise searchSecurityProfilesAsync(array $args = [])
  376. * @method \Aws\Result searchUsers(array $args = [])
  377. * @method \GuzzleHttp\Promise\Promise searchUsersAsync(array $args = [])
  378. * @method \Aws\Result searchVocabularies(array $args = [])
  379. * @method \GuzzleHttp\Promise\Promise searchVocabulariesAsync(array $args = [])
  380. * @method \Aws\Result sendChatIntegrationEvent(array $args = [])
  381. * @method \GuzzleHttp\Promise\Promise sendChatIntegrationEventAsync(array $args = [])
  382. * @method \Aws\Result startAttachedFileUpload(array $args = [])
  383. * @method \GuzzleHttp\Promise\Promise startAttachedFileUploadAsync(array $args = [])
  384. * @method \Aws\Result startChatContact(array $args = [])
  385. * @method \GuzzleHttp\Promise\Promise startChatContactAsync(array $args = [])
  386. * @method \Aws\Result startContactEvaluation(array $args = [])
  387. * @method \GuzzleHttp\Promise\Promise startContactEvaluationAsync(array $args = [])
  388. * @method \Aws\Result startContactRecording(array $args = [])
  389. * @method \GuzzleHttp\Promise\Promise startContactRecordingAsync(array $args = [])
  390. * @method \Aws\Result startContactStreaming(array $args = [])
  391. * @method \GuzzleHttp\Promise\Promise startContactStreamingAsync(array $args = [])
  392. * @method \Aws\Result startOutboundVoiceContact(array $args = [])
  393. * @method \GuzzleHttp\Promise\Promise startOutboundVoiceContactAsync(array $args = [])
  394. * @method \Aws\Result startTaskContact(array $args = [])
  395. * @method \GuzzleHttp\Promise\Promise startTaskContactAsync(array $args = [])
  396. * @method \Aws\Result startWebRTCContact(array $args = [])
  397. * @method \GuzzleHttp\Promise\Promise startWebRTCContactAsync(array $args = [])
  398. * @method \Aws\Result stopContact(array $args = [])
  399. * @method \GuzzleHttp\Promise\Promise stopContactAsync(array $args = [])
  400. * @method \Aws\Result stopContactRecording(array $args = [])
  401. * @method \GuzzleHttp\Promise\Promise stopContactRecordingAsync(array $args = [])
  402. * @method \Aws\Result stopContactStreaming(array $args = [])
  403. * @method \GuzzleHttp\Promise\Promise stopContactStreamingAsync(array $args = [])
  404. * @method \Aws\Result submitContactEvaluation(array $args = [])
  405. * @method \GuzzleHttp\Promise\Promise submitContactEvaluationAsync(array $args = [])
  406. * @method \Aws\Result suspendContactRecording(array $args = [])
  407. * @method \GuzzleHttp\Promise\Promise suspendContactRecordingAsync(array $args = [])
  408. * @method \Aws\Result tagContact(array $args = [])
  409. * @method \GuzzleHttp\Promise\Promise tagContactAsync(array $args = [])
  410. * @method \Aws\Result tagResource(array $args = [])
  411. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  412. * @method \Aws\Result transferContact(array $args = [])
  413. * @method \GuzzleHttp\Promise\Promise transferContactAsync(array $args = [])
  414. * @method \Aws\Result untagContact(array $args = [])
  415. * @method \GuzzleHttp\Promise\Promise untagContactAsync(array $args = [])
  416. * @method \Aws\Result untagResource(array $args = [])
  417. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  418. * @method \Aws\Result updateAgentStatus(array $args = [])
  419. * @method \GuzzleHttp\Promise\Promise updateAgentStatusAsync(array $args = [])
  420. * @method \Aws\Result updateAuthenticationProfile(array $args = [])
  421. * @method \GuzzleHttp\Promise\Promise updateAuthenticationProfileAsync(array $args = [])
  422. * @method \Aws\Result updateContact(array $args = [])
  423. * @method \GuzzleHttp\Promise\Promise updateContactAsync(array $args = [])
  424. * @method \Aws\Result updateContactAttributes(array $args = [])
  425. * @method \GuzzleHttp\Promise\Promise updateContactAttributesAsync(array $args = [])
  426. * @method \Aws\Result updateContactEvaluation(array $args = [])
  427. * @method \GuzzleHttp\Promise\Promise updateContactEvaluationAsync(array $args = [])
  428. * @method \Aws\Result updateContactFlowContent(array $args = [])
  429. * @method \GuzzleHttp\Promise\Promise updateContactFlowContentAsync(array $args = [])
  430. * @method \Aws\Result updateContactFlowMetadata(array $args = [])
  431. * @method \GuzzleHttp\Promise\Promise updateContactFlowMetadataAsync(array $args = [])
  432. * @method \Aws\Result updateContactFlowModuleContent(array $args = [])
  433. * @method \GuzzleHttp\Promise\Promise updateContactFlowModuleContentAsync(array $args = [])
  434. * @method \Aws\Result updateContactFlowModuleMetadata(array $args = [])
  435. * @method \GuzzleHttp\Promise\Promise updateContactFlowModuleMetadataAsync(array $args = [])
  436. * @method \Aws\Result updateContactFlowName(array $args = [])
  437. * @method \GuzzleHttp\Promise\Promise updateContactFlowNameAsync(array $args = [])
  438. * @method \Aws\Result updateContactRoutingData(array $args = [])
  439. * @method \GuzzleHttp\Promise\Promise updateContactRoutingDataAsync(array $args = [])
  440. * @method \Aws\Result updateContactSchedule(array $args = [])
  441. * @method \GuzzleHttp\Promise\Promise updateContactScheduleAsync(array $args = [])
  442. * @method \Aws\Result updateEvaluationForm(array $args = [])
  443. * @method \GuzzleHttp\Promise\Promise updateEvaluationFormAsync(array $args = [])
  444. * @method \Aws\Result updateHoursOfOperation(array $args = [])
  445. * @method \GuzzleHttp\Promise\Promise updateHoursOfOperationAsync(array $args = [])
  446. * @method \Aws\Result updateInstanceAttribute(array $args = [])
  447. * @method \GuzzleHttp\Promise\Promise updateInstanceAttributeAsync(array $args = [])
  448. * @method \Aws\Result updateInstanceStorageConfig(array $args = [])
  449. * @method \GuzzleHttp\Promise\Promise updateInstanceStorageConfigAsync(array $args = [])
  450. * @method \Aws\Result updateParticipantRoleConfig(array $args = [])
  451. * @method \GuzzleHttp\Promise\Promise updateParticipantRoleConfigAsync(array $args = [])
  452. * @method \Aws\Result updatePhoneNumber(array $args = [])
  453. * @method \GuzzleHttp\Promise\Promise updatePhoneNumberAsync(array $args = [])
  454. * @method \Aws\Result updatePhoneNumberMetadata(array $args = [])
  455. * @method \GuzzleHttp\Promise\Promise updatePhoneNumberMetadataAsync(array $args = [])
  456. * @method \Aws\Result updatePredefinedAttribute(array $args = [])
  457. * @method \GuzzleHttp\Promise\Promise updatePredefinedAttributeAsync(array $args = [])
  458. * @method \Aws\Result updatePrompt(array $args = [])
  459. * @method \GuzzleHttp\Promise\Promise updatePromptAsync(array $args = [])
  460. * @method \Aws\Result updateQueueHoursOfOperation(array $args = [])
  461. * @method \GuzzleHttp\Promise\Promise updateQueueHoursOfOperationAsync(array $args = [])
  462. * @method \Aws\Result updateQueueMaxContacts(array $args = [])
  463. * @method \GuzzleHttp\Promise\Promise updateQueueMaxContactsAsync(array $args = [])
  464. * @method \Aws\Result updateQueueName(array $args = [])
  465. * @method \GuzzleHttp\Promise\Promise updateQueueNameAsync(array $args = [])
  466. * @method \Aws\Result updateQueueOutboundCallerConfig(array $args = [])
  467. * @method \GuzzleHttp\Promise\Promise updateQueueOutboundCallerConfigAsync(array $args = [])
  468. * @method \Aws\Result updateQueueStatus(array $args = [])
  469. * @method \GuzzleHttp\Promise\Promise updateQueueStatusAsync(array $args = [])
  470. * @method \Aws\Result updateQuickConnectConfig(array $args = [])
  471. * @method \GuzzleHttp\Promise\Promise updateQuickConnectConfigAsync(array $args = [])
  472. * @method \Aws\Result updateQuickConnectName(array $args = [])
  473. * @method \GuzzleHttp\Promise\Promise updateQuickConnectNameAsync(array $args = [])
  474. * @method \Aws\Result updateRoutingProfileAgentAvailabilityTimer(array $args = [])
  475. * @method \GuzzleHttp\Promise\Promise updateRoutingProfileAgentAvailabilityTimerAsync(array $args = [])
  476. * @method \Aws\Result updateRoutingProfileConcurrency(array $args = [])
  477. * @method \GuzzleHttp\Promise\Promise updateRoutingProfileConcurrencyAsync(array $args = [])
  478. * @method \Aws\Result updateRoutingProfileDefaultOutboundQueue(array $args = [])
  479. * @method \GuzzleHttp\Promise\Promise updateRoutingProfileDefaultOutboundQueueAsync(array $args = [])
  480. * @method \Aws\Result updateRoutingProfileName(array $args = [])
  481. * @method \GuzzleHttp\Promise\Promise updateRoutingProfileNameAsync(array $args = [])
  482. * @method \Aws\Result updateRoutingProfileQueues(array $args = [])
  483. * @method \GuzzleHttp\Promise\Promise updateRoutingProfileQueuesAsync(array $args = [])
  484. * @method \Aws\Result updateRule(array $args = [])
  485. * @method \GuzzleHttp\Promise\Promise updateRuleAsync(array $args = [])
  486. * @method \Aws\Result updateSecurityProfile(array $args = [])
  487. * @method \GuzzleHttp\Promise\Promise updateSecurityProfileAsync(array $args = [])
  488. * @method \Aws\Result updateTaskTemplate(array $args = [])
  489. * @method \GuzzleHttp\Promise\Promise updateTaskTemplateAsync(array $args = [])
  490. * @method \Aws\Result updateTrafficDistribution(array $args = [])
  491. * @method \GuzzleHttp\Promise\Promise updateTrafficDistributionAsync(array $args = [])
  492. * @method \Aws\Result updateUserHierarchy(array $args = [])
  493. * @method \GuzzleHttp\Promise\Promise updateUserHierarchyAsync(array $args = [])
  494. * @method \Aws\Result updateUserHierarchyGroupName(array $args = [])
  495. * @method \GuzzleHttp\Promise\Promise updateUserHierarchyGroupNameAsync(array $args = [])
  496. * @method \Aws\Result updateUserHierarchyStructure(array $args = [])
  497. * @method \GuzzleHttp\Promise\Promise updateUserHierarchyStructureAsync(array $args = [])
  498. * @method \Aws\Result updateUserIdentityInfo(array $args = [])
  499. * @method \GuzzleHttp\Promise\Promise updateUserIdentityInfoAsync(array $args = [])
  500. * @method \Aws\Result updateUserPhoneConfig(array $args = [])
  501. * @method \GuzzleHttp\Promise\Promise updateUserPhoneConfigAsync(array $args = [])
  502. * @method \Aws\Result updateUserProficiencies(array $args = [])
  503. * @method \GuzzleHttp\Promise\Promise updateUserProficienciesAsync(array $args = [])
  504. * @method \Aws\Result updateUserRoutingProfile(array $args = [])
  505. * @method \GuzzleHttp\Promise\Promise updateUserRoutingProfileAsync(array $args = [])
  506. * @method \Aws\Result updateUserSecurityProfiles(array $args = [])
  507. * @method \GuzzleHttp\Promise\Promise updateUserSecurityProfilesAsync(array $args = [])
  508. * @method \Aws\Result updateViewContent(array $args = [])
  509. * @method \GuzzleHttp\Promise\Promise updateViewContentAsync(array $args = [])
  510. * @method \Aws\Result updateViewMetadata(array $args = [])
  511. * @method \GuzzleHttp\Promise\Promise updateViewMetadataAsync(array $args = [])
  512. */
  513. class ConnectClient extends AwsClient {}