PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / Pinpoint / PinpointClient.php
transferito / vendor / aws / aws-sdk-php / src / Pinpoint Last commit date
Exception 11 months ago PinpointClient.php 11 months ago
PinpointClient.php
256 lines
1 <?php
2 namespace Aws\Pinpoint;
3
4 use Aws\Api\ApiProvider;
5 use Aws\Api\DocModel;
6 use Aws\Api\Service;
7 use Aws\AwsClient;
8
9 /**
10 * This client is used to interact with the **Amazon Pinpoint** service.
11 * @method \Aws\Result createApp(array $args = [])
12 * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
13 * @method \Aws\Result createCampaign(array $args = [])
14 * @method \GuzzleHttp\Promise\Promise createCampaignAsync(array $args = [])
15 * @method \Aws\Result createEmailTemplate(array $args = [])
16 * @method \GuzzleHttp\Promise\Promise createEmailTemplateAsync(array $args = [])
17 * @method \Aws\Result createExportJob(array $args = [])
18 * @method \GuzzleHttp\Promise\Promise createExportJobAsync(array $args = [])
19 * @method \Aws\Result createImportJob(array $args = [])
20 * @method \GuzzleHttp\Promise\Promise createImportJobAsync(array $args = [])
21 * @method \Aws\Result createInAppTemplate(array $args = [])
22 * @method \GuzzleHttp\Promise\Promise createInAppTemplateAsync(array $args = [])
23 * @method \Aws\Result createJourney(array $args = [])
24 * @method \GuzzleHttp\Promise\Promise createJourneyAsync(array $args = [])
25 * @method \Aws\Result createPushTemplate(array $args = [])
26 * @method \GuzzleHttp\Promise\Promise createPushTemplateAsync(array $args = [])
27 * @method \Aws\Result createRecommenderConfiguration(array $args = [])
28 * @method \GuzzleHttp\Promise\Promise createRecommenderConfigurationAsync(array $args = [])
29 * @method \Aws\Result createSegment(array $args = [])
30 * @method \GuzzleHttp\Promise\Promise createSegmentAsync(array $args = [])
31 * @method \Aws\Result createSmsTemplate(array $args = [])
32 * @method \GuzzleHttp\Promise\Promise createSmsTemplateAsync(array $args = [])
33 * @method \Aws\Result createVoiceTemplate(array $args = [])
34 * @method \GuzzleHttp\Promise\Promise createVoiceTemplateAsync(array $args = [])
35 * @method \Aws\Result deleteAdmChannel(array $args = [])
36 * @method \GuzzleHttp\Promise\Promise deleteAdmChannelAsync(array $args = [])
37 * @method \Aws\Result deleteApnsChannel(array $args = [])
38 * @method \GuzzleHttp\Promise\Promise deleteApnsChannelAsync(array $args = [])
39 * @method \Aws\Result deleteApnsSandboxChannel(array $args = [])
40 * @method \GuzzleHttp\Promise\Promise deleteApnsSandboxChannelAsync(array $args = [])
41 * @method \Aws\Result deleteApnsVoipChannel(array $args = [])
42 * @method \GuzzleHttp\Promise\Promise deleteApnsVoipChannelAsync(array $args = [])
43 * @method \Aws\Result deleteApnsVoipSandboxChannel(array $args = [])
44 * @method \GuzzleHttp\Promise\Promise deleteApnsVoipSandboxChannelAsync(array $args = [])
45 * @method \Aws\Result deleteApp(array $args = [])
46 * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
47 * @method \Aws\Result deleteBaiduChannel(array $args = [])
48 * @method \GuzzleHttp\Promise\Promise deleteBaiduChannelAsync(array $args = [])
49 * @method \Aws\Result deleteCampaign(array $args = [])
50 * @method \GuzzleHttp\Promise\Promise deleteCampaignAsync(array $args = [])
51 * @method \Aws\Result deleteEmailChannel(array $args = [])
52 * @method \GuzzleHttp\Promise\Promise deleteEmailChannelAsync(array $args = [])
53 * @method \Aws\Result deleteEmailTemplate(array $args = [])
54 * @method \GuzzleHttp\Promise\Promise deleteEmailTemplateAsync(array $args = [])
55 * @method \Aws\Result deleteEndpoint(array $args = [])
56 * @method \GuzzleHttp\Promise\Promise deleteEndpointAsync(array $args = [])
57 * @method \Aws\Result deleteEventStream(array $args = [])
58 * @method \GuzzleHttp\Promise\Promise deleteEventStreamAsync(array $args = [])
59 * @method \Aws\Result deleteGcmChannel(array $args = [])
60 * @method \GuzzleHttp\Promise\Promise deleteGcmChannelAsync(array $args = [])
61 * @method \Aws\Result deleteInAppTemplate(array $args = [])
62 * @method \GuzzleHttp\Promise\Promise deleteInAppTemplateAsync(array $args = [])
63 * @method \Aws\Result deleteJourney(array $args = [])
64 * @method \GuzzleHttp\Promise\Promise deleteJourneyAsync(array $args = [])
65 * @method \Aws\Result deletePushTemplate(array $args = [])
66 * @method \GuzzleHttp\Promise\Promise deletePushTemplateAsync(array $args = [])
67 * @method \Aws\Result deleteRecommenderConfiguration(array $args = [])
68 * @method \GuzzleHttp\Promise\Promise deleteRecommenderConfigurationAsync(array $args = [])
69 * @method \Aws\Result deleteSegment(array $args = [])
70 * @method \GuzzleHttp\Promise\Promise deleteSegmentAsync(array $args = [])
71 * @method \Aws\Result deleteSmsChannel(array $args = [])
72 * @method \GuzzleHttp\Promise\Promise deleteSmsChannelAsync(array $args = [])
73 * @method \Aws\Result deleteSmsTemplate(array $args = [])
74 * @method \GuzzleHttp\Promise\Promise deleteSmsTemplateAsync(array $args = [])
75 * @method \Aws\Result deleteUserEndpoints(array $args = [])
76 * @method \GuzzleHttp\Promise\Promise deleteUserEndpointsAsync(array $args = [])
77 * @method \Aws\Result deleteVoiceChannel(array $args = [])
78 * @method \GuzzleHttp\Promise\Promise deleteVoiceChannelAsync(array $args = [])
79 * @method \Aws\Result deleteVoiceTemplate(array $args = [])
80 * @method \GuzzleHttp\Promise\Promise deleteVoiceTemplateAsync(array $args = [])
81 * @method \Aws\Result getAdmChannel(array $args = [])
82 * @method \GuzzleHttp\Promise\Promise getAdmChannelAsync(array $args = [])
83 * @method \Aws\Result getApnsChannel(array $args = [])
84 * @method \GuzzleHttp\Promise\Promise getApnsChannelAsync(array $args = [])
85 * @method \Aws\Result getApnsSandboxChannel(array $args = [])
86 * @method \GuzzleHttp\Promise\Promise getApnsSandboxChannelAsync(array $args = [])
87 * @method \Aws\Result getApnsVoipChannel(array $args = [])
88 * @method \GuzzleHttp\Promise\Promise getApnsVoipChannelAsync(array $args = [])
89 * @method \Aws\Result getApnsVoipSandboxChannel(array $args = [])
90 * @method \GuzzleHttp\Promise\Promise getApnsVoipSandboxChannelAsync(array $args = [])
91 * @method \Aws\Result getApp(array $args = [])
92 * @method \GuzzleHttp\Promise\Promise getAppAsync(array $args = [])
93 * @method \Aws\Result getApplicationDateRangeKpi(array $args = [])
94 * @method \GuzzleHttp\Promise\Promise getApplicationDateRangeKpiAsync(array $args = [])
95 * @method \Aws\Result getApplicationSettings(array $args = [])
96 * @method \GuzzleHttp\Promise\Promise getApplicationSettingsAsync(array $args = [])
97 * @method \Aws\Result getApps(array $args = [])
98 * @method \GuzzleHttp\Promise\Promise getAppsAsync(array $args = [])
99 * @method \Aws\Result getBaiduChannel(array $args = [])
100 * @method \GuzzleHttp\Promise\Promise getBaiduChannelAsync(array $args = [])
101 * @method \Aws\Result getCampaign(array $args = [])
102 * @method \GuzzleHttp\Promise\Promise getCampaignAsync(array $args = [])
103 * @method \Aws\Result getCampaignActivities(array $args = [])
104 * @method \GuzzleHttp\Promise\Promise getCampaignActivitiesAsync(array $args = [])
105 * @method \Aws\Result getCampaignDateRangeKpi(array $args = [])
106 * @method \GuzzleHttp\Promise\Promise getCampaignDateRangeKpiAsync(array $args = [])
107 * @method \Aws\Result getCampaignVersion(array $args = [])
108 * @method \GuzzleHttp\Promise\Promise getCampaignVersionAsync(array $args = [])
109 * @method \Aws\Result getCampaignVersions(array $args = [])
110 * @method \GuzzleHttp\Promise\Promise getCampaignVersionsAsync(array $args = [])
111 * @method \Aws\Result getCampaigns(array $args = [])
112 * @method \GuzzleHttp\Promise\Promise getCampaignsAsync(array $args = [])
113 * @method \Aws\Result getChannels(array $args = [])
114 * @method \GuzzleHttp\Promise\Promise getChannelsAsync(array $args = [])
115 * @method \Aws\Result getEmailChannel(array $args = [])
116 * @method \GuzzleHttp\Promise\Promise getEmailChannelAsync(array $args = [])
117 * @method \Aws\Result getEmailTemplate(array $args = [])
118 * @method \GuzzleHttp\Promise\Promise getEmailTemplateAsync(array $args = [])
119 * @method \Aws\Result getUserEndpoint(array $args = [])
120 * @method \GuzzleHttp\Promise\Promise getUserEndpointAsync(array $args = [])
121 * @method \Aws\Result getEventStream(array $args = [])
122 * @method \GuzzleHttp\Promise\Promise getEventStreamAsync(array $args = [])
123 * @method \Aws\Result getExportJob(array $args = [])
124 * @method \GuzzleHttp\Promise\Promise getExportJobAsync(array $args = [])
125 * @method \Aws\Result getExportJobs(array $args = [])
126 * @method \GuzzleHttp\Promise\Promise getExportJobsAsync(array $args = [])
127 * @method \Aws\Result getGcmChannel(array $args = [])
128 * @method \GuzzleHttp\Promise\Promise getGcmChannelAsync(array $args = [])
129 * @method \Aws\Result getImportJob(array $args = [])
130 * @method \GuzzleHttp\Promise\Promise getImportJobAsync(array $args = [])
131 * @method \Aws\Result getImportJobs(array $args = [])
132 * @method \GuzzleHttp\Promise\Promise getImportJobsAsync(array $args = [])
133 * @method \Aws\Result getInAppMessages(array $args = [])
134 * @method \GuzzleHttp\Promise\Promise getInAppMessagesAsync(array $args = [])
135 * @method \Aws\Result getInAppTemplate(array $args = [])
136 * @method \GuzzleHttp\Promise\Promise getInAppTemplateAsync(array $args = [])
137 * @method \Aws\Result getJourney(array $args = [])
138 * @method \GuzzleHttp\Promise\Promise getJourneyAsync(array $args = [])
139 * @method \Aws\Result getJourneyDateRangeKpi(array $args = [])
140 * @method \GuzzleHttp\Promise\Promise getJourneyDateRangeKpiAsync(array $args = [])
141 * @method \Aws\Result getJourneyExecutionActivityMetrics(array $args = [])
142 * @method \GuzzleHttp\Promise\Promise getJourneyExecutionActivityMetricsAsync(array $args = [])
143 * @method \Aws\Result getJourneyExecutionMetrics(array $args = [])
144 * @method \GuzzleHttp\Promise\Promise getJourneyExecutionMetricsAsync(array $args = [])
145 * @method \Aws\Result getJourneyRunExecutionActivityMetrics(array $args = [])
146 * @method \GuzzleHttp\Promise\Promise getJourneyRunExecutionActivityMetricsAsync(array $args = [])
147 * @method \Aws\Result getJourneyRunExecutionMetrics(array $args = [])
148 * @method \GuzzleHttp\Promise\Promise getJourneyRunExecutionMetricsAsync(array $args = [])
149 * @method \Aws\Result getJourneyRuns(array $args = [])
150 * @method \GuzzleHttp\Promise\Promise getJourneyRunsAsync(array $args = [])
151 * @method \Aws\Result getPushTemplate(array $args = [])
152 * @method \GuzzleHttp\Promise\Promise getPushTemplateAsync(array $args = [])
153 * @method \Aws\Result getRecommenderConfiguration(array $args = [])
154 * @method \GuzzleHttp\Promise\Promise getRecommenderConfigurationAsync(array $args = [])
155 * @method \Aws\Result getRecommenderConfigurations(array $args = [])
156 * @method \GuzzleHttp\Promise\Promise getRecommenderConfigurationsAsync(array $args = [])
157 * @method \Aws\Result getSegment(array $args = [])
158 * @method \GuzzleHttp\Promise\Promise getSegmentAsync(array $args = [])
159 * @method \Aws\Result getSegmentExportJobs(array $args = [])
160 * @method \GuzzleHttp\Promise\Promise getSegmentExportJobsAsync(array $args = [])
161 * @method \Aws\Result getSegmentImportJobs(array $args = [])
162 * @method \GuzzleHttp\Promise\Promise getSegmentImportJobsAsync(array $args = [])
163 * @method \Aws\Result getSegmentVersion(array $args = [])
164 * @method \GuzzleHttp\Promise\Promise getSegmentVersionAsync(array $args = [])
165 * @method \Aws\Result getSegmentVersions(array $args = [])
166 * @method \GuzzleHttp\Promise\Promise getSegmentVersionsAsync(array $args = [])
167 * @method \Aws\Result getSegments(array $args = [])
168 * @method \GuzzleHttp\Promise\Promise getSegmentsAsync(array $args = [])
169 * @method \Aws\Result getSmsChannel(array $args = [])
170 * @method \GuzzleHttp\Promise\Promise getSmsChannelAsync(array $args = [])
171 * @method \Aws\Result getSmsTemplate(array $args = [])
172 * @method \GuzzleHttp\Promise\Promise getSmsTemplateAsync(array $args = [])
173 * @method \Aws\Result getUserEndpoints(array $args = [])
174 * @method \GuzzleHttp\Promise\Promise getUserEndpointsAsync(array $args = [])
175 * @method \Aws\Result getVoiceChannel(array $args = [])
176 * @method \GuzzleHttp\Promise\Promise getVoiceChannelAsync(array $args = [])
177 * @method \Aws\Result getVoiceTemplate(array $args = [])
178 * @method \GuzzleHttp\Promise\Promise getVoiceTemplateAsync(array $args = [])
179 * @method \Aws\Result listJourneys(array $args = [])
180 * @method \GuzzleHttp\Promise\Promise listJourneysAsync(array $args = [])
181 * @method \Aws\Result listTagsForResource(array $args = [])
182 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
183 * @method \Aws\Result listTemplateVersions(array $args = [])
184 * @method \GuzzleHttp\Promise\Promise listTemplateVersionsAsync(array $args = [])
185 * @method \Aws\Result listTemplates(array $args = [])
186 * @method \GuzzleHttp\Promise\Promise listTemplatesAsync(array $args = [])
187 * @method \Aws\Result phoneNumberValidate(array $args = [])
188 * @method \GuzzleHttp\Promise\Promise phoneNumberValidateAsync(array $args = [])
189 * @method \Aws\Result putEventStream(array $args = [])
190 * @method \GuzzleHttp\Promise\Promise putEventStreamAsync(array $args = [])
191 * @method \Aws\Result putEvents(array $args = [])
192 * @method \GuzzleHttp\Promise\Promise putEventsAsync(array $args = [])
193 * @method \Aws\Result removeAttributes(array $args = [])
194 * @method \GuzzleHttp\Promise\Promise removeAttributesAsync(array $args = [])
195 * @method \Aws\Result sendMessages(array $args = [])
196 * @method \GuzzleHttp\Promise\Promise sendMessagesAsync(array $args = [])
197 * @method \Aws\Result sendOTPMessage(array $args = [])
198 * @method \GuzzleHttp\Promise\Promise sendOTPMessageAsync(array $args = [])
199 * @method \Aws\Result sendUsersMessages(array $args = [])
200 * @method \GuzzleHttp\Promise\Promise sendUsersMessagesAsync(array $args = [])
201 * @method \Aws\Result tagResource(array $args = [])
202 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
203 * @method \Aws\Result untagResource(array $args = [])
204 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
205 * @method \Aws\Result updateAdmChannel(array $args = [])
206 * @method \GuzzleHttp\Promise\Promise updateAdmChannelAsync(array $args = [])
207 * @method \Aws\Result updateApnsChannel(array $args = [])
208 * @method \GuzzleHttp\Promise\Promise updateApnsChannelAsync(array $args = [])
209 * @method \Aws\Result updateApnsSandboxChannel(array $args = [])
210 * @method \GuzzleHttp\Promise\Promise updateApnsSandboxChannelAsync(array $args = [])
211 * @method \Aws\Result updateApnsVoipChannel(array $args = [])
212 * @method \GuzzleHttp\Promise\Promise updateApnsVoipChannelAsync(array $args = [])
213 * @method \Aws\Result updateApnsVoipSandboxChannel(array $args = [])
214 * @method \GuzzleHttp\Promise\Promise updateApnsVoipSandboxChannelAsync(array $args = [])
215 * @method \Aws\Result updateApplicationSettings(array $args = [])
216 * @method \GuzzleHttp\Promise\Promise updateApplicationSettingsAsync(array $args = [])
217 * @method \Aws\Result updateBaiduChannel(array $args = [])
218 * @method \GuzzleHttp\Promise\Promise updateBaiduChannelAsync(array $args = [])
219 * @method \Aws\Result updateCampaign(array $args = [])
220 * @method \GuzzleHttp\Promise\Promise updateCampaignAsync(array $args = [])
221 * @method \Aws\Result updateEmailChannel(array $args = [])
222 * @method \GuzzleHttp\Promise\Promise updateEmailChannelAsync(array $args = [])
223 * @method \Aws\Result updateEmailTemplate(array $args = [])
224 * @method \GuzzleHttp\Promise\Promise updateEmailTemplateAsync(array $args = [])
225 * @method \Aws\Result updateUserEndpoint(array $args = [])
226 * @method \GuzzleHttp\Promise\Promise updateUserEndpointAsync(array $args = [])
227 * @method \Aws\Result updateUserEndpointsBatch(array $args = [])
228 * @method \GuzzleHttp\Promise\Promise updateUserEndpointsBatchAsync(array $args = [])
229 * @method \Aws\Result updateGcmChannel(array $args = [])
230 * @method \GuzzleHttp\Promise\Promise updateGcmChannelAsync(array $args = [])
231 * @method \Aws\Result updateInAppTemplate(array $args = [])
232 * @method \GuzzleHttp\Promise\Promise updateInAppTemplateAsync(array $args = [])
233 * @method \Aws\Result updateJourney(array $args = [])
234 * @method \GuzzleHttp\Promise\Promise updateJourneyAsync(array $args = [])
235 * @method \Aws\Result updateJourneyState(array $args = [])
236 * @method \GuzzleHttp\Promise\Promise updateJourneyStateAsync(array $args = [])
237 * @method \Aws\Result updatePushTemplate(array $args = [])
238 * @method \GuzzleHttp\Promise\Promise updatePushTemplateAsync(array $args = [])
239 * @method \Aws\Result updateRecommenderConfiguration(array $args = [])
240 * @method \GuzzleHttp\Promise\Promise updateRecommenderConfigurationAsync(array $args = [])
241 * @method \Aws\Result updateSegment(array $args = [])
242 * @method \GuzzleHttp\Promise\Promise updateSegmentAsync(array $args = [])
243 * @method \Aws\Result updateSmsChannel(array $args = [])
244 * @method \GuzzleHttp\Promise\Promise updateSmsChannelAsync(array $args = [])
245 * @method \Aws\Result updateSmsTemplate(array $args = [])
246 * @method \GuzzleHttp\Promise\Promise updateSmsTemplateAsync(array $args = [])
247 * @method \Aws\Result updateTemplateActiveVersion(array $args = [])
248 * @method \GuzzleHttp\Promise\Promise updateTemplateActiveVersionAsync(array $args = [])
249 * @method \Aws\Result updateVoiceChannel(array $args = [])
250 * @method \GuzzleHttp\Promise\Promise updateVoiceChannelAsync(array $args = [])
251 * @method \Aws\Result updateVoiceTemplate(array $args = [])
252 * @method \GuzzleHttp\Promise\Promise updateVoiceTemplateAsync(array $args = [])
253 * @method \Aws\Result verifyOTPMessage(array $args = [])
254 * @method \GuzzleHttp\Promise\Promise verifyOTPMessageAsync(array $args = [])
255 */
256 class PinpointClient extends AwsClient {}