summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Connect
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/Connect
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Connect')
-rw-r--r--vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php335
-rw-r--r--vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php9
2 files changed, 344 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php b/vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php
new file mode 100644
index 0000000..786c3ff
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php
@@ -0,0 +1,335 @@
+<?php
+namespace Aws\Connect;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon Connect Service** service.
+ * @method \Aws\Result associateApprovedOrigin(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateApprovedOriginAsync(array $args = [])
+ * @method \Aws\Result associateBot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateBotAsync(array $args = [])
+ * @method \Aws\Result associateDefaultVocabulary(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateDefaultVocabularyAsync(array $args = [])
+ * @method \Aws\Result associateInstanceStorageConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateInstanceStorageConfigAsync(array $args = [])
+ * @method \Aws\Result associateLambdaFunction(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateLambdaFunctionAsync(array $args = [])
+ * @method \Aws\Result associateLexBot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateLexBotAsync(array $args = [])
+ * @method \Aws\Result associatePhoneNumberContactFlow(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associatePhoneNumberContactFlowAsync(array $args = [])
+ * @method \Aws\Result associateQueueQuickConnects(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateQueueQuickConnectsAsync(array $args = [])
+ * @method \Aws\Result associateRoutingProfileQueues(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateRoutingProfileQueuesAsync(array $args = [])
+ * @method \Aws\Result associateSecurityKey(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateSecurityKeyAsync(array $args = [])
+ * @method \Aws\Result claimPhoneNumber(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise claimPhoneNumberAsync(array $args = [])
+ * @method \Aws\Result createAgentStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAgentStatusAsync(array $args = [])
+ * @method \Aws\Result createContactFlow(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createContactFlowAsync(array $args = [])
+ * @method \Aws\Result createContactFlowModule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createContactFlowModuleAsync(array $args = [])
+ * @method \Aws\Result createHoursOfOperation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createHoursOfOperationAsync(array $args = [])
+ * @method \Aws\Result createInstance(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createInstanceAsync(array $args = [])
+ * @method \Aws\Result createIntegrationAssociation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createIntegrationAssociationAsync(array $args = [])
+ * @method \Aws\Result createQueue(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createQueueAsync(array $args = [])
+ * @method \Aws\Result createQuickConnect(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createQuickConnectAsync(array $args = [])
+ * @method \Aws\Result createRoutingProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRoutingProfileAsync(array $args = [])
+ * @method \Aws\Result createSecurityProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createSecurityProfileAsync(array $args = [])
+ * @method \Aws\Result createTaskTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createTaskTemplateAsync(array $args = [])
+ * @method \Aws\Result createTrafficDistributionGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createTrafficDistributionGroupAsync(array $args = [])
+ * @method \Aws\Result createUseCase(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createUseCaseAsync(array $args = [])
+ * @method \Aws\Result createUser(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
+ * @method \Aws\Result createUserHierarchyGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createUserHierarchyGroupAsync(array $args = [])
+ * @method \Aws\Result createVocabulary(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createVocabularyAsync(array $args = [])
+ * @method \Aws\Result deleteContactFlow(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteContactFlowAsync(array $args = [])
+ * @method \Aws\Result deleteContactFlowModule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteContactFlowModuleAsync(array $args = [])
+ * @method \Aws\Result deleteHoursOfOperation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteHoursOfOperationAsync(array $args = [])
+ * @method \Aws\Result deleteInstance(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteInstanceAsync(array $args = [])
+ * @method \Aws\Result deleteIntegrationAssociation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteIntegrationAssociationAsync(array $args = [])
+ * @method \Aws\Result deleteQuickConnect(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteQuickConnectAsync(array $args = [])
+ * @method \Aws\Result deleteSecurityProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteSecurityProfileAsync(array $args = [])
+ * @method \Aws\Result deleteTaskTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteTaskTemplateAsync(array $args = [])
+ * @method \Aws\Result deleteTrafficDistributionGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteTrafficDistributionGroupAsync(array $args = [])
+ * @method \Aws\Result deleteUseCase(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteUseCaseAsync(array $args = [])
+ * @method \Aws\Result deleteUser(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
+ * @method \Aws\Result deleteUserHierarchyGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteUserHierarchyGroupAsync(array $args = [])
+ * @method \Aws\Result deleteVocabulary(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteVocabularyAsync(array $args = [])
+ * @method \Aws\Result describeAgentStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAgentStatusAsync(array $args = [])
+ * @method \Aws\Result describeContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeContactAsync(array $args = [])
+ * @method \Aws\Result describeContactFlow(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeContactFlowAsync(array $args = [])
+ * @method \Aws\Result describeContactFlowModule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeContactFlowModuleAsync(array $args = [])
+ * @method \Aws\Result describeHoursOfOperation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeHoursOfOperationAsync(array $args = [])
+ * @method \Aws\Result describeInstance(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeInstanceAsync(array $args = [])
+ * @method \Aws\Result describeInstanceAttribute(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeInstanceAttributeAsync(array $args = [])
+ * @method \Aws\Result describeInstanceStorageConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeInstanceStorageConfigAsync(array $args = [])
+ * @method \Aws\Result describePhoneNumber(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describePhoneNumberAsync(array $args = [])
+ * @method \Aws\Result describeQueue(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeQueueAsync(array $args = [])
+ * @method \Aws\Result describeQuickConnect(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeQuickConnectAsync(array $args = [])
+ * @method \Aws\Result describeRoutingProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeRoutingProfileAsync(array $args = [])
+ * @method \Aws\Result describeSecurityProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeSecurityProfileAsync(array $args = [])
+ * @method \Aws\Result describeTrafficDistributionGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeTrafficDistributionGroupAsync(array $args = [])
+ * @method \Aws\Result describeUser(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
+ * @method \Aws\Result describeUserHierarchyGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeUserHierarchyGroupAsync(array $args = [])
+ * @method \Aws\Result describeUserHierarchyStructure(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeUserHierarchyStructureAsync(array $args = [])
+ * @method \Aws\Result describeVocabulary(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeVocabularyAsync(array $args = [])
+ * @method \Aws\Result disassociateApprovedOrigin(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateApprovedOriginAsync(array $args = [])
+ * @method \Aws\Result disassociateBot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateBotAsync(array $args = [])
+ * @method \Aws\Result disassociateInstanceStorageConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateInstanceStorageConfigAsync(array $args = [])
+ * @method \Aws\Result disassociateLambdaFunction(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateLambdaFunctionAsync(array $args = [])
+ * @method \Aws\Result disassociateLexBot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateLexBotAsync(array $args = [])
+ * @method \Aws\Result disassociatePhoneNumberContactFlow(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociatePhoneNumberContactFlowAsync(array $args = [])
+ * @method \Aws\Result disassociateQueueQuickConnects(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateQueueQuickConnectsAsync(array $args = [])
+ * @method \Aws\Result disassociateRoutingProfileQueues(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateRoutingProfileQueuesAsync(array $args = [])
+ * @method \Aws\Result disassociateSecurityKey(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateSecurityKeyAsync(array $args = [])
+ * @method \Aws\Result dismissUserContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise dismissUserContactAsync(array $args = [])
+ * @method \Aws\Result getContactAttributes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContactAttributesAsync(array $args = [])
+ * @method \Aws\Result getCurrentMetricData(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCurrentMetricDataAsync(array $args = [])
+ * @method \Aws\Result getCurrentUserData(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCurrentUserDataAsync(array $args = [])
+ * @method \Aws\Result getFederationToken(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getFederationTokenAsync(array $args = [])
+ * @method \Aws\Result getMetricData(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getMetricDataAsync(array $args = [])
+ * @method \Aws\Result getTaskTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getTaskTemplateAsync(array $args = [])
+ * @method \Aws\Result getTrafficDistribution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getTrafficDistributionAsync(array $args = [])
+ * @method \Aws\Result listAgentStatuses(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAgentStatusesAsync(array $args = [])
+ * @method \Aws\Result listApprovedOrigins(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listApprovedOriginsAsync(array $args = [])
+ * @method \Aws\Result listBots(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBotsAsync(array $args = [])
+ * @method \Aws\Result listContactFlowModules(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listContactFlowModulesAsync(array $args = [])
+ * @method \Aws\Result listContactFlows(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listContactFlowsAsync(array $args = [])
+ * @method \Aws\Result listContactReferences(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listContactReferencesAsync(array $args = [])
+ * @method \Aws\Result listDefaultVocabularies(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDefaultVocabulariesAsync(array $args = [])
+ * @method \Aws\Result listHoursOfOperations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listHoursOfOperationsAsync(array $args = [])
+ * @method \Aws\Result listInstanceAttributes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listInstanceAttributesAsync(array $args = [])
+ * @method \Aws\Result listInstanceStorageConfigs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listInstanceStorageConfigsAsync(array $args = [])
+ * @method \Aws\Result listInstances(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = [])
+ * @method \Aws\Result listIntegrationAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listIntegrationAssociationsAsync(array $args = [])
+ * @method \Aws\Result listLambdaFunctions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listLambdaFunctionsAsync(array $args = [])
+ * @method \Aws\Result listLexBots(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listLexBotsAsync(array $args = [])
+ * @method \Aws\Result listPhoneNumbers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPhoneNumbersAsync(array $args = [])
+ * @method \Aws\Result listPhoneNumbersV2(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPhoneNumbersV2Async(array $args = [])
+ * @method \Aws\Result listPrompts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPromptsAsync(array $args = [])
+ * @method \Aws\Result listQueueQuickConnects(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listQueueQuickConnectsAsync(array $args = [])
+ * @method \Aws\Result listQueues(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listQueuesAsync(array $args = [])
+ * @method \Aws\Result listQuickConnects(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listQuickConnectsAsync(array $args = [])
+ * @method \Aws\Result listRoutingProfileQueues(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRoutingProfileQueuesAsync(array $args = [])
+ * @method \Aws\Result listRoutingProfiles(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRoutingProfilesAsync(array $args = [])
+ * @method \Aws\Result listSecurityKeys(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSecurityKeysAsync(array $args = [])
+ * @method \Aws\Result listSecurityProfilePermissions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSecurityProfilePermissionsAsync(array $args = [])
+ * @method \Aws\Result listSecurityProfiles(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSecurityProfilesAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result listTaskTemplates(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTaskTemplatesAsync(array $args = [])
+ * @method \Aws\Result listTrafficDistributionGroups(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTrafficDistributionGroupsAsync(array $args = [])
+ * @method \Aws\Result listUseCases(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listUseCasesAsync(array $args = [])
+ * @method \Aws\Result listUserHierarchyGroups(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listUserHierarchyGroupsAsync(array $args = [])
+ * @method \Aws\Result listUsers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
+ * @method \Aws\Result monitorContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise monitorContactAsync(array $args = [])
+ * @method \Aws\Result putUserStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putUserStatusAsync(array $args = [])
+ * @method \Aws\Result releasePhoneNumber(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise releasePhoneNumberAsync(array $args = [])
+ * @method \Aws\Result replicateInstance(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise replicateInstanceAsync(array $args = [])
+ * @method \Aws\Result resumeContactRecording(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise resumeContactRecordingAsync(array $args = [])
+ * @method \Aws\Result searchAvailablePhoneNumbers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchAvailablePhoneNumbersAsync(array $args = [])
+ * @method \Aws\Result searchQueues(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchQueuesAsync(array $args = [])
+ * @method \Aws\Result searchRoutingProfiles(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchRoutingProfilesAsync(array $args = [])
+ * @method \Aws\Result searchSecurityProfiles(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchSecurityProfilesAsync(array $args = [])
+ * @method \Aws\Result searchUsers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchUsersAsync(array $args = [])
+ * @method \Aws\Result searchVocabularies(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchVocabulariesAsync(array $args = [])
+ * @method \Aws\Result startChatContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startChatContactAsync(array $args = [])
+ * @method \Aws\Result startContactRecording(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startContactRecordingAsync(array $args = [])
+ * @method \Aws\Result startContactStreaming(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startContactStreamingAsync(array $args = [])
+ * @method \Aws\Result startOutboundVoiceContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startOutboundVoiceContactAsync(array $args = [])
+ * @method \Aws\Result startTaskContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startTaskContactAsync(array $args = [])
+ * @method \Aws\Result stopContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopContactAsync(array $args = [])
+ * @method \Aws\Result stopContactRecording(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopContactRecordingAsync(array $args = [])
+ * @method \Aws\Result stopContactStreaming(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopContactStreamingAsync(array $args = [])
+ * @method \Aws\Result suspendContactRecording(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise suspendContactRecordingAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result transferContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise transferContactAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateAgentStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAgentStatusAsync(array $args = [])
+ * @method \Aws\Result updateContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateContactAsync(array $args = [])
+ * @method \Aws\Result updateContactAttributes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateContactAttributesAsync(array $args = [])
+ * @method \Aws\Result updateContactFlowContent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateContactFlowContentAsync(array $args = [])
+ * @method \Aws\Result updateContactFlowMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateContactFlowMetadataAsync(array $args = [])
+ * @method \Aws\Result updateContactFlowModuleContent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateContactFlowModuleContentAsync(array $args = [])
+ * @method \Aws\Result updateContactFlowModuleMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateContactFlowModuleMetadataAsync(array $args = [])
+ * @method \Aws\Result updateContactFlowName(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateContactFlowNameAsync(array $args = [])
+ * @method \Aws\Result updateContactSchedule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateContactScheduleAsync(array $args = [])
+ * @method \Aws\Result updateHoursOfOperation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateHoursOfOperationAsync(array $args = [])
+ * @method \Aws\Result updateInstanceAttribute(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateInstanceAttributeAsync(array $args = [])
+ * @method \Aws\Result updateInstanceStorageConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateInstanceStorageConfigAsync(array $args = [])
+ * @method \Aws\Result updatePhoneNumber(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updatePhoneNumberAsync(array $args = [])
+ * @method \Aws\Result updateQueueHoursOfOperation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateQueueHoursOfOperationAsync(array $args = [])
+ * @method \Aws\Result updateQueueMaxContacts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateQueueMaxContactsAsync(array $args = [])
+ * @method \Aws\Result updateQueueName(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateQueueNameAsync(array $args = [])
+ * @method \Aws\Result updateQueueOutboundCallerConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateQueueOutboundCallerConfigAsync(array $args = [])
+ * @method \Aws\Result updateQueueStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateQueueStatusAsync(array $args = [])
+ * @method \Aws\Result updateQuickConnectConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateQuickConnectConfigAsync(array $args = [])
+ * @method \Aws\Result updateQuickConnectName(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateQuickConnectNameAsync(array $args = [])
+ * @method \Aws\Result updateRoutingProfileConcurrency(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRoutingProfileConcurrencyAsync(array $args = [])
+ * @method \Aws\Result updateRoutingProfileDefaultOutboundQueue(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRoutingProfileDefaultOutboundQueueAsync(array $args = [])
+ * @method \Aws\Result updateRoutingProfileName(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRoutingProfileNameAsync(array $args = [])
+ * @method \Aws\Result updateRoutingProfileQueues(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRoutingProfileQueuesAsync(array $args = [])
+ * @method \Aws\Result updateSecurityProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateSecurityProfileAsync(array $args = [])
+ * @method \Aws\Result updateTaskTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateTaskTemplateAsync(array $args = [])
+ * @method \Aws\Result updateTrafficDistribution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateTrafficDistributionAsync(array $args = [])
+ * @method \Aws\Result updateUserHierarchy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateUserHierarchyAsync(array $args = [])
+ * @method \Aws\Result updateUserHierarchyGroupName(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateUserHierarchyGroupNameAsync(array $args = [])
+ * @method \Aws\Result updateUserHierarchyStructure(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateUserHierarchyStructureAsync(array $args = [])
+ * @method \Aws\Result updateUserIdentityInfo(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateUserIdentityInfoAsync(array $args = [])
+ * @method \Aws\Result updateUserPhoneConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateUserPhoneConfigAsync(array $args = [])
+ * @method \Aws\Result updateUserRoutingProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateUserRoutingProfileAsync(array $args = [])
+ * @method \Aws\Result updateUserSecurityProfiles(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateUserSecurityProfilesAsync(array $args = [])
+ */
+class ConnectClient extends AwsClient {}
diff --git a/vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php b/vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php
new file mode 100644
index 0000000..d790f50
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\Connect\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon Connect Service** service.
+ */
+class ConnectException extends AwsException {}