Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Pinpoint/PinpointClient.php
Строк: 443
<?php
namespace AwsPinpoint;

use 
AwsApiApiProvider;
use 
AwsApiDocModel;
use 
AwsApiService;
use 
AwsAwsClient;

/**
 * This client is used to interact with the **Amazon Pinpoint** service.
 * @method AwsResult createApp(array $args = [])
 * @method GuzzleHttpPromisePromise createAppAsync(array $args = [])
 * @method AwsResult createCampaign(array $args = [])
 * @method GuzzleHttpPromisePromise createCampaignAsync(array $args = [])
 * @method AwsResult createEmailTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise createEmailTemplateAsync(array $args = [])
 * @method AwsResult createExportJob(array $args = [])
 * @method GuzzleHttpPromisePromise createExportJobAsync(array $args = [])
 * @method AwsResult createImportJob(array $args = [])
 * @method GuzzleHttpPromisePromise createImportJobAsync(array $args = [])
 * @method AwsResult createJourney(array $args = [])
 * @method GuzzleHttpPromisePromise createJourneyAsync(array $args = [])
 * @method AwsResult createPushTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise createPushTemplateAsync(array $args = [])
 * @method AwsResult createRecommenderConfiguration(array $args = [])
 * @method GuzzleHttpPromisePromise createRecommenderConfigurationAsync(array $args = [])
 * @method AwsResult createSegment(array $args = [])
 * @method GuzzleHttpPromisePromise createSegmentAsync(array $args = [])
 * @method AwsResult createSmsTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise createSmsTemplateAsync(array $args = [])
 * @method AwsResult createVoiceTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise createVoiceTemplateAsync(array $args = [])
 * @method AwsResult deleteAdmChannel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteAdmChannelAsync(array $args = [])
 * @method AwsResult deleteApnsChannel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteApnsChannelAsync(array $args = [])
 * @method AwsResult deleteApnsSandboxChannel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteApnsSandboxChannelAsync(array $args = [])
 * @method AwsResult deleteApnsVoipChannel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteApnsVoipChannelAsync(array $args = [])
 * @method AwsResult deleteApnsVoipSandboxChannel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteApnsVoipSandboxChannelAsync(array $args = [])
 * @method AwsResult deleteApp(array $args = [])
 * @method GuzzleHttpPromisePromise deleteAppAsync(array $args = [])
 * @method AwsResult deleteBaiduChannel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteBaiduChannelAsync(array $args = [])
 * @method AwsResult deleteCampaign(array $args = [])
 * @method GuzzleHttpPromisePromise deleteCampaignAsync(array $args = [])
 * @method AwsResult deleteEmailChannel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteEmailChannelAsync(array $args = [])
 * @method AwsResult deleteEmailTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise deleteEmailTemplateAsync(array $args = [])
 * @method AwsResult deleteEndpoint(array $args = [])
 * @method GuzzleHttpPromisePromise deleteEndpointAsync(array $args = [])
 * @method AwsResult deleteEventStream(array $args = [])
 * @method GuzzleHttpPromisePromise deleteEventStreamAsync(array $args = [])
 * @method AwsResult deleteGcmChannel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteGcmChannelAsync(array $args = [])
 * @method AwsResult deleteJourney(array $args = [])
 * @method GuzzleHttpPromisePromise deleteJourneyAsync(array $args = [])
 * @method AwsResult deletePushTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise deletePushTemplateAsync(array $args = [])
 * @method AwsResult deleteRecommenderConfiguration(array $args = [])
 * @method GuzzleHttpPromisePromise deleteRecommenderConfigurationAsync(array $args = [])
 * @method AwsResult deleteSegment(array $args = [])
 * @method GuzzleHttpPromisePromise deleteSegmentAsync(array $args = [])
 * @method AwsResult deleteSmsChannel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteSmsChannelAsync(array $args = [])
 * @method AwsResult deleteSmsTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise deleteSmsTemplateAsync(array $args = [])
 * @method AwsResult deleteUserEndpoints(array $args = [])
 * @method GuzzleHttpPromisePromise deleteUserEndpointsAsync(array $args = [])
 * @method AwsResult deleteVoiceChannel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteVoiceChannelAsync(array $args = [])
 * @method AwsResult deleteVoiceTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise deleteVoiceTemplateAsync(array $args = [])
 * @method AwsResult getAdmChannel(array $args = [])
 * @method GuzzleHttpPromisePromise getAdmChannelAsync(array $args = [])
 * @method AwsResult getApnsChannel(array $args = [])
 * @method GuzzleHttpPromisePromise getApnsChannelAsync(array $args = [])
 * @method AwsResult getApnsSandboxChannel(array $args = [])
 * @method GuzzleHttpPromisePromise getApnsSandboxChannelAsync(array $args = [])
 * @method AwsResult getApnsVoipChannel(array $args = [])
 * @method GuzzleHttpPromisePromise getApnsVoipChannelAsync(array $args = [])
 * @method AwsResult getApnsVoipSandboxChannel(array $args = [])
 * @method GuzzleHttpPromisePromise getApnsVoipSandboxChannelAsync(array $args = [])
 * @method AwsResult getApp(array $args = [])
 * @method GuzzleHttpPromisePromise getAppAsync(array $args = [])
 * @method AwsResult getApplicationDateRangeKpi(array $args = [])
 * @method GuzzleHttpPromisePromise getApplicationDateRangeKpiAsync(array $args = [])
 * @method AwsResult getApplicationSettings(array $args = [])
 * @method GuzzleHttpPromisePromise getApplicationSettingsAsync(array $args = [])
 * @method AwsResult getApps(array $args = [])
 * @method GuzzleHttpPromisePromise getAppsAsync(array $args = [])
 * @method AwsResult getBaiduChannel(array $args = [])
 * @method GuzzleHttpPromisePromise getBaiduChannelAsync(array $args = [])
 * @method AwsResult getCampaign(array $args = [])
 * @method GuzzleHttpPromisePromise getCampaignAsync(array $args = [])
 * @method AwsResult getCampaignActivities(array $args = [])
 * @method GuzzleHttpPromisePromise getCampaignActivitiesAsync(array $args = [])
 * @method AwsResult getCampaignDateRangeKpi(array $args = [])
 * @method GuzzleHttpPromisePromise getCampaignDateRangeKpiAsync(array $args = [])
 * @method AwsResult getCampaignVersion(array $args = [])
 * @method GuzzleHttpPromisePromise getCampaignVersionAsync(array $args = [])
 * @method AwsResult getCampaignVersions(array $args = [])
 * @method GuzzleHttpPromisePromise getCampaignVersionsAsync(array $args = [])
 * @method AwsResult getCampaigns(array $args = [])
 * @method GuzzleHttpPromisePromise getCampaignsAsync(array $args = [])
 * @method AwsResult getChannels(array $args = [])
 * @method GuzzleHttpPromisePromise getChannelsAsync(array $args = [])
 * @method AwsResult getEmailChannel(array $args = [])
 * @method GuzzleHttpPromisePromise getEmailChannelAsync(array $args = [])
 * @method AwsResult getEmailTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise getEmailTemplateAsync(array $args = [])
 * @method AwsResult getUserEndpoint(array $args = [])
 * @method GuzzleHttpPromisePromise getUserEndpointAsync(array $args = [])
 * @method AwsResult getEventStream(array $args = [])
 * @method GuzzleHttpPromisePromise getEventStreamAsync(array $args = [])
 * @method AwsResult getExportJob(array $args = [])
 * @method GuzzleHttpPromisePromise getExportJobAsync(array $args = [])
 * @method AwsResult getExportJobs(array $args = [])
 * @method GuzzleHttpPromisePromise getExportJobsAsync(array $args = [])
 * @method AwsResult getGcmChannel(array $args = [])
 * @method GuzzleHttpPromisePromise getGcmChannelAsync(array $args = [])
 * @method AwsResult getImportJob(array $args = [])
 * @method GuzzleHttpPromisePromise getImportJobAsync(array $args = [])
 * @method AwsResult getImportJobs(array $args = [])
 * @method GuzzleHttpPromisePromise getImportJobsAsync(array $args = [])
 * @method AwsResult getJourney(array $args = [])
 * @method GuzzleHttpPromisePromise getJourneyAsync(array $args = [])
 * @method AwsResult getJourneyDateRangeKpi(array $args = [])
 * @method GuzzleHttpPromisePromise getJourneyDateRangeKpiAsync(array $args = [])
 * @method AwsResult getJourneyExecutionActivityMetrics(array $args = [])
 * @method GuzzleHttpPromisePromise getJourneyExecutionActivityMetricsAsync(array $args = [])
 * @method AwsResult getJourneyExecutionMetrics(array $args = [])
 * @method GuzzleHttpPromisePromise getJourneyExecutionMetricsAsync(array $args = [])
 * @method AwsResult getPushTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise getPushTemplateAsync(array $args = [])
 * @method AwsResult getRecommenderConfiguration(array $args = [])
 * @method GuzzleHttpPromisePromise getRecommenderConfigurationAsync(array $args = [])
 * @method AwsResult getRecommenderConfigurations(array $args = [])
 * @method GuzzleHttpPromisePromise getRecommenderConfigurationsAsync(array $args = [])
 * @method AwsResult getSegment(array $args = [])
 * @method GuzzleHttpPromisePromise getSegmentAsync(array $args = [])
 * @method AwsResult getSegmentExportJobs(array $args = [])
 * @method GuzzleHttpPromisePromise getSegmentExportJobsAsync(array $args = [])
 * @method AwsResult getSegmentImportJobs(array $args = [])
 * @method GuzzleHttpPromisePromise getSegmentImportJobsAsync(array $args = [])
 * @method AwsResult getSegmentVersion(array $args = [])
 * @method GuzzleHttpPromisePromise getSegmentVersionAsync(array $args = [])
 * @method AwsResult getSegmentVersions(array $args = [])
 * @method GuzzleHttpPromisePromise getSegmentVersionsAsync(array $args = [])
 * @method AwsResult getSegments(array $args = [])
 * @method GuzzleHttpPromisePromise getSegmentsAsync(array $args = [])
 * @method AwsResult getSmsChannel(array $args = [])
 * @method GuzzleHttpPromisePromise getSmsChannelAsync(array $args = [])
 * @method AwsResult getSmsTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise getSmsTemplateAsync(array $args = [])
 * @method AwsResult getUserEndpoints(array $args = [])
 * @method GuzzleHttpPromisePromise getUserEndpointsAsync(array $args = [])
 * @method AwsResult getVoiceChannel(array $args = [])
 * @method GuzzleHttpPromisePromise getVoiceChannelAsync(array $args = [])
 * @method AwsResult getVoiceTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise getVoiceTemplateAsync(array $args = [])
 * @method AwsResult listJourneys(array $args = [])
 * @method GuzzleHttpPromisePromise listJourneysAsync(array $args = [])
 * @method AwsResult listTagsForResource(array $args = [])
 * @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
 * @method AwsResult listTemplateVersions(array $args = [])
 * @method GuzzleHttpPromisePromise listTemplateVersionsAsync(array $args = [])
 * @method AwsResult listTemplates(array $args = [])
 * @method GuzzleHttpPromisePromise listTemplatesAsync(array $args = [])
 * @method AwsResult phoneNumberValidate(array $args = [])
 * @method GuzzleHttpPromisePromise phoneNumberValidateAsync(array $args = [])
 * @method AwsResult putEventStream(array $args = [])
 * @method GuzzleHttpPromisePromise putEventStreamAsync(array $args = [])
 * @method AwsResult putEvents(array $args = [])
 * @method GuzzleHttpPromisePromise putEventsAsync(array $args = [])
 * @method AwsResult removeAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise removeAttributesAsync(array $args = [])
 * @method AwsResult sendMessages(array $args = [])
 * @method GuzzleHttpPromisePromise sendMessagesAsync(array $args = [])
 * @method AwsResult sendUsersMessages(array $args = [])
 * @method GuzzleHttpPromisePromise sendUsersMessagesAsync(array $args = [])
 * @method AwsResult tagResource(array $args = [])
 * @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
 * @method AwsResult untagResource(array $args = [])
 * @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
 * @method AwsResult updateAdmChannel(array $args = [])
 * @method GuzzleHttpPromisePromise updateAdmChannelAsync(array $args = [])
 * @method AwsResult updateApnsChannel(array $args = [])
 * @method GuzzleHttpPromisePromise updateApnsChannelAsync(array $args = [])
 * @method AwsResult updateApnsSandboxChannel(array $args = [])
 * @method GuzzleHttpPromisePromise updateApnsSandboxChannelAsync(array $args = [])
 * @method AwsResult updateApnsVoipChannel(array $args = [])
 * @method GuzzleHttpPromisePromise updateApnsVoipChannelAsync(array $args = [])
 * @method AwsResult updateApnsVoipSandboxChannel(array $args = [])
 * @method GuzzleHttpPromisePromise updateApnsVoipSandboxChannelAsync(array $args = [])
 * @method AwsResult updateApplicationSettings(array $args = [])
 * @method GuzzleHttpPromisePromise updateApplicationSettingsAsync(array $args = [])
 * @method AwsResult updateBaiduChannel(array $args = [])
 * @method GuzzleHttpPromisePromise updateBaiduChannelAsync(array $args = [])
 * @method AwsResult updateCampaign(array $args = [])
 * @method GuzzleHttpPromisePromise updateCampaignAsync(array $args = [])
 * @method AwsResult updateEmailChannel(array $args = [])
 * @method GuzzleHttpPromisePromise updateEmailChannelAsync(array $args = [])
 * @method AwsResult updateEmailTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise updateEmailTemplateAsync(array $args = [])
 * @method AwsResult updateUserEndpoint(array $args = [])
 * @method GuzzleHttpPromisePromise updateUserEndpointAsync(array $args = [])
 * @method AwsResult updateUserEndpointsBatch(array $args = [])
 * @method GuzzleHttpPromisePromise updateUserEndpointsBatchAsync(array $args = [])
 * @method AwsResult updateGcmChannel(array $args = [])
 * @method GuzzleHttpPromisePromise updateGcmChannelAsync(array $args = [])
 * @method AwsResult updateJourney(array $args = [])
 * @method GuzzleHttpPromisePromise updateJourneyAsync(array $args = [])
 * @method AwsResult updateJourneyState(array $args = [])
 * @method GuzzleHttpPromisePromise updateJourneyStateAsync(array $args = [])
 * @method AwsResult updatePushTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise updatePushTemplateAsync(array $args = [])
 * @method AwsResult updateRecommenderConfiguration(array $args = [])
 * @method GuzzleHttpPromisePromise updateRecommenderConfigurationAsync(array $args = [])
 * @method AwsResult updateSegment(array $args = [])
 * @method GuzzleHttpPromisePromise updateSegmentAsync(array $args = [])
 * @method AwsResult updateSmsChannel(array $args = [])
 * @method GuzzleHttpPromisePromise updateSmsChannelAsync(array $args = [])
 * @method AwsResult updateSmsTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise updateSmsTemplateAsync(array $args = [])
 * @method AwsResult updateTemplateActiveVersion(array $args = [])
 * @method GuzzleHttpPromisePromise updateTemplateActiveVersionAsync(array $args = [])
 * @method AwsResult updateVoiceChannel(array $args = [])
 * @method GuzzleHttpPromisePromise updateVoiceChannelAsync(array $args = [])
 * @method AwsResult updateVoiceTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise updateVoiceTemplateAsync(array $args = [])
 */
class PinpointClient extends AwsClient {}
Онлайн: 1
Реклама