[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: CustomerProfilesClient.php
<?php namespace Aws\CustomerProfiles; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Connect Customer Profiles** service. * @method \Aws\Result addProfileKey(array $args = []) * @method \GuzzleHttp\Promise\Promise addProfileKeyAsync(array $args = []) * @method \Aws\Result batchGetCalculatedAttributeForProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise batchGetCalculatedAttributeForProfileAsync(array $args = []) * @method \Aws\Result batchGetProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise batchGetProfileAsync(array $args = []) * @method \Aws\Result createCalculatedAttributeDefinition(array $args = []) * @method \GuzzleHttp\Promise\Promise createCalculatedAttributeDefinitionAsync(array $args = []) * @method \Aws\Result createDomain(array $args = []) * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = []) * @method \Aws\Result createDomainLayout(array $args = []) * @method \GuzzleHttp\Promise\Promise createDomainLayoutAsync(array $args = []) * @method \Aws\Result createEventStream(array $args = []) * @method \GuzzleHttp\Promise\Promise createEventStreamAsync(array $args = []) * @method \Aws\Result createEventTrigger(array $args = []) * @method \GuzzleHttp\Promise\Promise createEventTriggerAsync(array $args = []) * @method \Aws\Result createIntegrationWorkflow(array $args = []) * @method \GuzzleHttp\Promise\Promise createIntegrationWorkflowAsync(array $args = []) * @method \Aws\Result createProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = []) * @method \Aws\Result createSegmentDefinition(array $args = []) * @method \GuzzleHttp\Promise\Promise createSegmentDefinitionAsync(array $args = []) * @method \Aws\Result createSegmentEstimate(array $args = []) * @method \GuzzleHttp\Promise\Promise createSegmentEstimateAsync(array $args = []) * @method \Aws\Result createSegmentSnapshot(array $args = []) * @method \GuzzleHttp\Promise\Promise createSegmentSnapshotAsync(array $args = []) * @method \Aws\Result createUploadJob(array $args = []) * @method \GuzzleHttp\Promise\Promise createUploadJobAsync(array $args = []) * @method \Aws\Result deleteCalculatedAttributeDefinition(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteCalculatedAttributeDefinitionAsync(array $args = []) * @method \Aws\Result deleteDomain(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = []) * @method \Aws\Result deleteDomainLayout(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteDomainLayoutAsync(array $args = []) * @method \Aws\Result deleteEventStream(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteEventStreamAsync(array $args = []) * @method \Aws\Result deleteEventTrigger(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteEventTriggerAsync(array $args = []) * @method \Aws\Result deleteIntegration(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteIntegrationAsync(array $args = []) * @method \Aws\Result deleteProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = []) * @method \Aws\Result deleteProfileKey(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteProfileKeyAsync(array $args = []) * @method \Aws\Result deleteProfileObject(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteProfileObjectAsync(array $args = []) * @method \Aws\Result deleteProfileObjectType(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteProfileObjectTypeAsync(array $args = []) * @method \Aws\Result deleteSegmentDefinition(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteSegmentDefinitionAsync(array $args = []) * @method \Aws\Result deleteWorkflow(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = []) * @method \Aws\Result detectProfileObjectType(array $args = []) * @method \GuzzleHttp\Promise\Promise detectProfileObjectTypeAsync(array $args = []) * @method \Aws\Result getAutoMergingPreview(array $args = []) * @method \GuzzleHttp\Promise\Promise getAutoMergingPreviewAsync(array $args = []) * @method \Aws\Result getCalculatedAttributeDefinition(array $args = []) * @method \GuzzleHttp\Promise\Promise getCalculatedAttributeDefinitionAsync(array $args = []) * @method \Aws\Result getCalculatedAttributeForProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise getCalculatedAttributeForProfileAsync(array $args = []) * @method \Aws\Result getDomain(array $args = []) * @method \GuzzleHttp\Promise\Promise getDomainAsync(array $args = []) * @method \Aws\Result getDomainLayout(array $args = []) * @method \GuzzleHttp\Promise\Promise getDomainLayoutAsync(array $args = []) * @method \Aws\Result getEventStream(array $args = []) * @method \GuzzleHttp\Promise\Promise getEventStreamAsync(array $args = []) * @method \Aws\Result getEventTrigger(array $args = []) * @method \GuzzleHttp\Promise\Promise getEventTriggerAsync(array $args = []) * @method \Aws\Result getIdentityResolutionJob(array $args = []) * @method \GuzzleHttp\Promise\Promise getIdentityResolutionJobAsync(array $args = []) * @method \Aws\Result getIntegration(array $args = []) * @method \GuzzleHttp\Promise\Promise getIntegrationAsync(array $args = []) * @method \Aws\Result getMatches(array $args = []) * @method \GuzzleHttp\Promise\Promise getMatchesAsync(array $args = []) * @method \Aws\Result getProfileObjectType(array $args = []) * @method \GuzzleHttp\Promise\Promise getProfileObjectTypeAsync(array $args = []) * @method \Aws\Result getProfileObjectTypeTemplate(array $args = []) * @method \GuzzleHttp\Promise\Promise getProfileObjectTypeTemplateAsync(array $args = []) * @method \Aws\Result getSegmentDefinition(array $args = []) * @method \GuzzleHttp\Promise\Promise getSegmentDefinitionAsync(array $args = []) * @method \Aws\Result getSegmentEstimate(array $args = []) * @method \GuzzleHttp\Promise\Promise getSegmentEstimateAsync(array $args = []) * @method \Aws\Result getSegmentMembership(array $args = []) * @method \GuzzleHttp\Promise\Promise getSegmentMembershipAsync(array $args = []) * @method \Aws\Result getSegmentSnapshot(array $args = []) * @method \GuzzleHttp\Promise\Promise getSegmentSnapshotAsync(array $args = []) * @method \Aws\Result getSimilarProfiles(array $args = []) * @method \GuzzleHttp\Promise\Promise getSimilarProfilesAsync(array $args = []) * @method \Aws\Result getUploadJob(array $args = []) * @method \GuzzleHttp\Promise\Promise getUploadJobAsync(array $args = []) * @method \Aws\Result getUploadJobPath(array $args = []) * @method \GuzzleHttp\Promise\Promise getUploadJobPathAsync(array $args = []) * @method \Aws\Result getWorkflow(array $args = []) * @method \GuzzleHttp\Promise\Promise getWorkflowAsync(array $args = []) * @method \Aws\Result getWorkflowSteps(array $args = []) * @method \GuzzleHttp\Promise\Promise getWorkflowStepsAsync(array $args = []) * @method \Aws\Result listAccountIntegrations(array $args = []) * @method \GuzzleHttp\Promise\Promise listAccountIntegrationsAsync(array $args = []) * @method \Aws\Result listCalculatedAttributeDefinitions(array $args = []) * @method \GuzzleHttp\Promise\Promise listCalculatedAttributeDefinitionsAsync(array $args = []) * @method \Aws\Result listCalculatedAttributesForProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise listCalculatedAttributesForProfileAsync(array $args = []) * @method \Aws\Result listDomainLayouts(array $args = []) * @method \GuzzleHttp\Promise\Promise listDomainLayoutsAsync(array $args = []) * @method \Aws\Result listDomains(array $args = []) * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = []) * @method \Aws\Result listEventStreams(array $args = []) * @method \GuzzleHttp\Promise\Promise listEventStreamsAsync(array $args = []) * @method \Aws\Result listEventTriggers(array $args = []) * @method \GuzzleHttp\Promise\Promise listEventTriggersAsync(array $args = []) * @method \Aws\Result listIdentityResolutionJobs(array $args = []) * @method \GuzzleHttp\Promise\Promise listIdentityResolutionJobsAsync(array $args = []) * @method \Aws\Result listIntegrations(array $args = []) * @method \GuzzleHttp\Promise\Promise listIntegrationsAsync(array $args = []) * @method \Aws\Result listObjectTypeAttributes(array $args = []) * @method \GuzzleHttp\Promise\Promise listObjectTypeAttributesAsync(array $args = []) * @method \Aws\Result listProfileAttributeValues(array $args = []) * @method \GuzzleHttp\Promise\Promise listProfileAttributeValuesAsync(array $args = []) * @method \Aws\Result listProfileObjectTypeTemplates(array $args = []) * @method \GuzzleHttp\Promise\Promise listProfileObjectTypeTemplatesAsync(array $args = []) * @method \Aws\Result listProfileObjectTypes(array $args = []) * @method \GuzzleHttp\Promise\Promise listProfileObjectTypesAsync(array $args = []) * @method \Aws\Result listProfileObjects(array $args = []) * @method \GuzzleHttp\Promise\Promise listProfileObjectsAsync(array $args = []) * @method \Aws\Result listRuleBasedMatches(array $args = []) * @method \GuzzleHttp\Promise\Promise listRuleBasedMatchesAsync(array $args = []) * @method \Aws\Result listSegmentDefinitions(array $args = []) * @method \GuzzleHttp\Promise\Promise listSegmentDefinitionsAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result listUploadJobs(array $args = []) * @method \GuzzleHttp\Promise\Promise listUploadJobsAsync(array $args = []) * @method \Aws\Result listWorkflows(array $args = []) * @method \GuzzleHttp\Promise\Promise listWorkflowsAsync(array $args = []) * @method \Aws\Result mergeProfiles(array $args = []) * @method \GuzzleHttp\Promise\Promise mergeProfilesAsync(array $args = []) * @method \Aws\Result putIntegration(array $args = []) * @method \GuzzleHttp\Promise\Promise putIntegrationAsync(array $args = []) * @method \Aws\Result putProfileObject(array $args = []) * @method \GuzzleHttp\Promise\Promise putProfileObjectAsync(array $args = []) * @method \Aws\Result putProfileObjectType(array $args = []) * @method \GuzzleHttp\Promise\Promise putProfileObjectTypeAsync(array $args = []) * @method \Aws\Result searchProfiles(array $args = []) * @method \GuzzleHttp\Promise\Promise searchProfilesAsync(array $args = []) * @method \Aws\Result startUploadJob(array $args = []) * @method \GuzzleHttp\Promise\Promise startUploadJobAsync(array $args = []) * @method \Aws\Result stopUploadJob(array $args = []) * @method \GuzzleHttp\Promise\Promise stopUploadJobAsync(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 updateCalculatedAttributeDefinition(array $args = []) * @method \GuzzleHttp\Promise\Promise updateCalculatedAttributeDefinitionAsync(array $args = []) * @method \Aws\Result updateDomain(array $args = []) * @method \GuzzleHttp\Promise\Promise updateDomainAsync(array $args = []) * @method \Aws\Result updateDomainLayout(array $args = []) * @method \GuzzleHttp\Promise\Promise updateDomainLayoutAsync(array $args = []) * @method \Aws\Result updateEventTrigger(array $args = []) * @method \GuzzleHttp\Promise\Promise updateEventTriggerAsync(array $args = []) * @method \Aws\Result updateProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = []) */ class CustomerProfilesClient extends AwsClient {}
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.84 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285