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