Spaces-API/aws/Aws/Connect/ConnectClient.php
Devang Srivastava e6d7753dc8 v2: Updates
* Simplifies & beautifies everything
* Introduces a new Class system.
* Errors are defaulted to AWS's handler.
* New function names & more efficient handling.
* Should fix a majority of the errors.

Please read the README for more!
2020-09-28 15:32:51 +05:30

103 lines
6.8 KiB
PHP

<?php
namespace Aws\Connect;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Connect Service** service.
* @method \Aws\Result associateRoutingProfileQueues(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateRoutingProfileQueuesAsync(array $args = [])
* @method \Aws\Result createContactFlow(array $args = [])
* @method \GuzzleHttp\Promise\Promise createContactFlowAsync(array $args = [])
* @method \Aws\Result createRoutingProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRoutingProfileAsync(array $args = [])
* @method \Aws\Result createUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
* @method \Aws\Result deleteUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
* @method \Aws\Result describeContactFlow(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeContactFlowAsync(array $args = [])
* @method \Aws\Result describeRoutingProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRoutingProfileAsync(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 disassociateRoutingProfileQueues(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateRoutingProfileQueuesAsync(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 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 listContactFlows(array $args = [])
* @method \GuzzleHttp\Promise\Promise listContactFlowsAsync(array $args = [])
* @method \Aws\Result listHoursOfOperations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listHoursOfOperationsAsync(array $args = [])
* @method \Aws\Result listPhoneNumbers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPhoneNumbersAsync(array $args = [])
* @method \Aws\Result listPrompts(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPromptsAsync(array $args = [])
* @method \Aws\Result listQueues(array $args = [])
* @method \GuzzleHttp\Promise\Promise listQueuesAsync(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 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 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 resumeContactRecording(array $args = [])
* @method \GuzzleHttp\Promise\Promise resumeContactRecordingAsync(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 startOutboundVoiceContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise startOutboundVoiceContactAsync(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 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 untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(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 updateContactFlowName(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateContactFlowNameAsync(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 updateUserHierarchy(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateUserHierarchyAsync(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 {}