CustomerProfilesClient.php
114 lines
| 1 | <?php |
| 2 | namespace Aws\CustomerProfiles; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Connect Customer Profiles** service. |
| 8 | * @method \Aws\Result addProfileKey(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise addProfileKeyAsync(array $args = []) |
| 10 | * @method \Aws\Result createCalculatedAttributeDefinition(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createCalculatedAttributeDefinitionAsync(array $args = []) |
| 12 | * @method \Aws\Result createDomain(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = []) |
| 14 | * @method \Aws\Result createEventStream(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createEventStreamAsync(array $args = []) |
| 16 | * @method \Aws\Result createIntegrationWorkflow(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createIntegrationWorkflowAsync(array $args = []) |
| 18 | * @method \Aws\Result createProfile(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteCalculatedAttributeDefinition(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteCalculatedAttributeDefinitionAsync(array $args = []) |
| 22 | * @method \Aws\Result deleteDomain(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = []) |
| 24 | * @method \Aws\Result deleteEventStream(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise deleteEventStreamAsync(array $args = []) |
| 26 | * @method \Aws\Result deleteIntegration(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise deleteIntegrationAsync(array $args = []) |
| 28 | * @method \Aws\Result deleteProfile(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = []) |
| 30 | * @method \Aws\Result deleteProfileKey(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise deleteProfileKeyAsync(array $args = []) |
| 32 | * @method \Aws\Result deleteProfileObject(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise deleteProfileObjectAsync(array $args = []) |
| 34 | * @method \Aws\Result deleteProfileObjectType(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise deleteProfileObjectTypeAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteWorkflow(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = []) |
| 38 | * @method \Aws\Result detectProfileObjectType(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise detectProfileObjectTypeAsync(array $args = []) |
| 40 | * @method \Aws\Result getAutoMergingPreview(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise getAutoMergingPreviewAsync(array $args = []) |
| 42 | * @method \Aws\Result getCalculatedAttributeDefinition(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise getCalculatedAttributeDefinitionAsync(array $args = []) |
| 44 | * @method \Aws\Result getCalculatedAttributeForProfile(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise getCalculatedAttributeForProfileAsync(array $args = []) |
| 46 | * @method \Aws\Result getDomain(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise getDomainAsync(array $args = []) |
| 48 | * @method \Aws\Result getEventStream(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise getEventStreamAsync(array $args = []) |
| 50 | * @method \Aws\Result getIdentityResolutionJob(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise getIdentityResolutionJobAsync(array $args = []) |
| 52 | * @method \Aws\Result getIntegration(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise getIntegrationAsync(array $args = []) |
| 54 | * @method \Aws\Result getMatches(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise getMatchesAsync(array $args = []) |
| 56 | * @method \Aws\Result getProfileObjectType(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise getProfileObjectTypeAsync(array $args = []) |
| 58 | * @method \Aws\Result getProfileObjectTypeTemplate(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise getProfileObjectTypeTemplateAsync(array $args = []) |
| 60 | * @method \Aws\Result getSimilarProfiles(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise getSimilarProfilesAsync(array $args = []) |
| 62 | * @method \Aws\Result getWorkflow(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise getWorkflowAsync(array $args = []) |
| 64 | * @method \Aws\Result getWorkflowSteps(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise getWorkflowStepsAsync(array $args = []) |
| 66 | * @method \Aws\Result listAccountIntegrations(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise listAccountIntegrationsAsync(array $args = []) |
| 68 | * @method \Aws\Result listCalculatedAttributeDefinitions(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise listCalculatedAttributeDefinitionsAsync(array $args = []) |
| 70 | * @method \Aws\Result listCalculatedAttributesForProfile(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise listCalculatedAttributesForProfileAsync(array $args = []) |
| 72 | * @method \Aws\Result listDomains(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = []) |
| 74 | * @method \Aws\Result listEventStreams(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise listEventStreamsAsync(array $args = []) |
| 76 | * @method \Aws\Result listIdentityResolutionJobs(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise listIdentityResolutionJobsAsync(array $args = []) |
| 78 | * @method \Aws\Result listIntegrations(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise listIntegrationsAsync(array $args = []) |
| 80 | * @method \Aws\Result listProfileObjectTypeTemplates(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise listProfileObjectTypeTemplatesAsync(array $args = []) |
| 82 | * @method \Aws\Result listProfileObjectTypes(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise listProfileObjectTypesAsync(array $args = []) |
| 84 | * @method \Aws\Result listProfileObjects(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise listProfileObjectsAsync(array $args = []) |
| 86 | * @method \Aws\Result listRuleBasedMatches(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise listRuleBasedMatchesAsync(array $args = []) |
| 88 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 90 | * @method \Aws\Result listWorkflows(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise listWorkflowsAsync(array $args = []) |
| 92 | * @method \Aws\Result mergeProfiles(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise mergeProfilesAsync(array $args = []) |
| 94 | * @method \Aws\Result putIntegration(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise putIntegrationAsync(array $args = []) |
| 96 | * @method \Aws\Result putProfileObject(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise putProfileObjectAsync(array $args = []) |
| 98 | * @method \Aws\Result putProfileObjectType(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise putProfileObjectTypeAsync(array $args = []) |
| 100 | * @method \Aws\Result searchProfiles(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise searchProfilesAsync(array $args = []) |
| 102 | * @method \Aws\Result tagResource(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 104 | * @method \Aws\Result untagResource(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 106 | * @method \Aws\Result updateCalculatedAttributeDefinition(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise updateCalculatedAttributeDefinitionAsync(array $args = []) |
| 108 | * @method \Aws\Result updateDomain(array $args = []) |
| 109 | * @method \GuzzleHttp\Promise\Promise updateDomainAsync(array $args = []) |
| 110 | * @method \Aws\Result updateProfile(array $args = []) |
| 111 | * @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = []) |
| 112 | */ |
| 113 | class CustomerProfilesClient extends AwsClient {} |
| 114 |