Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\Sns;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Simple Notification Service (Amazon SNS)**.
8
 *
9
 * @method \Aws\Result addPermission(array $args = [])
10
 * @method \GuzzleHttp\Promise\Promise addPermissionAsync(array $args = [])
11
 * @method \Aws\Result checkIfPhoneNumberIsOptedOut(array $args = [])
12
 * @method \GuzzleHttp\Promise\Promise checkIfPhoneNumberIsOptedOutAsync(array $args = [])
13
 * @method \Aws\Result confirmSubscription(array $args = [])
14
 * @method \GuzzleHttp\Promise\Promise confirmSubscriptionAsync(array $args = [])
15
 * @method \Aws\Result createPlatformApplication(array $args = [])
16
 * @method \GuzzleHttp\Promise\Promise createPlatformApplicationAsync(array $args = [])
17
 * @method \Aws\Result createPlatformEndpoint(array $args = [])
18
 * @method \GuzzleHttp\Promise\Promise createPlatformEndpointAsync(array $args = [])
19
 * @method \Aws\Result createSMSSandboxPhoneNumber(array $args = [])
20
 * @method \GuzzleHttp\Promise\Promise createSMSSandboxPhoneNumberAsync(array $args = [])
21
 * @method \Aws\Result createTopic(array $args = [])
22
 * @method \GuzzleHttp\Promise\Promise createTopicAsync(array $args = [])
23
 * @method \Aws\Result deleteEndpoint(array $args = [])
24
 * @method \GuzzleHttp\Promise\Promise deleteEndpointAsync(array $args = [])
25
 * @method \Aws\Result deletePlatformApplication(array $args = [])
26
 * @method \GuzzleHttp\Promise\Promise deletePlatformApplicationAsync(array $args = [])
27
 * @method \Aws\Result deleteSMSSandboxPhoneNumber(array $args = [])
28
 * @method \GuzzleHttp\Promise\Promise deleteSMSSandboxPhoneNumberAsync(array $args = [])
29
 * @method \Aws\Result deleteTopic(array $args = [])
30
 * @method \GuzzleHttp\Promise\Promise deleteTopicAsync(array $args = [])
31
 * @method \Aws\Result getDataProtectionPolicy(array $args = [])
32
 * @method \GuzzleHttp\Promise\Promise getDataProtectionPolicyAsync(array $args = [])
33
 * @method \Aws\Result getEndpointAttributes(array $args = [])
34
 * @method \GuzzleHttp\Promise\Promise getEndpointAttributesAsync(array $args = [])
35
 * @method \Aws\Result getPlatformApplicationAttributes(array $args = [])
36
 * @method \GuzzleHttp\Promise\Promise getPlatformApplicationAttributesAsync(array $args = [])
37
 * @method \Aws\Result getSMSAttributes(array $args = [])
38
 * @method \GuzzleHttp\Promise\Promise getSMSAttributesAsync(array $args = [])
39
 * @method \Aws\Result getSMSSandboxAccountStatus(array $args = [])
40
 * @method \GuzzleHttp\Promise\Promise getSMSSandboxAccountStatusAsync(array $args = [])
41
 * @method \Aws\Result getSubscriptionAttributes(array $args = [])
42
 * @method \GuzzleHttp\Promise\Promise getSubscriptionAttributesAsync(array $args = [])
43
 * @method \Aws\Result getTopicAttributes(array $args = [])
44
 * @method \GuzzleHttp\Promise\Promise getTopicAttributesAsync(array $args = [])
45
 * @method \Aws\Result listEndpointsByPlatformApplication(array $args = [])
46
 * @method \GuzzleHttp\Promise\Promise listEndpointsByPlatformApplicationAsync(array $args = [])
47
 * @method \Aws\Result listOriginationNumbers(array $args = [])
48
 * @method \GuzzleHttp\Promise\Promise listOriginationNumbersAsync(array $args = [])
49
 * @method \Aws\Result listPhoneNumbersOptedOut(array $args = [])
50
 * @method \GuzzleHttp\Promise\Promise listPhoneNumbersOptedOutAsync(array $args = [])
51
 * @method \Aws\Result listPlatformApplications(array $args = [])
52
 * @method \GuzzleHttp\Promise\Promise listPlatformApplicationsAsync(array $args = [])
53
 * @method \Aws\Result listSMSSandboxPhoneNumbers(array $args = [])
54
 * @method \GuzzleHttp\Promise\Promise listSMSSandboxPhoneNumbersAsync(array $args = [])
55
 * @method \Aws\Result listSubscriptions(array $args = [])
56
 * @method \GuzzleHttp\Promise\Promise listSubscriptionsAsync(array $args = [])
57
 * @method \Aws\Result listSubscriptionsByTopic(array $args = [])
58
 * @method \GuzzleHttp\Promise\Promise listSubscriptionsByTopicAsync(array $args = [])
59
 * @method \Aws\Result listTagsForResource(array $args = [])
60
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
61
 * @method \Aws\Result listTopics(array $args = [])
62
 * @method \GuzzleHttp\Promise\Promise listTopicsAsync(array $args = [])
63
 * @method \Aws\Result optInPhoneNumber(array $args = [])
64
 * @method \GuzzleHttp\Promise\Promise optInPhoneNumberAsync(array $args = [])
65
 * @method \Aws\Result publish(array $args = [])
66
 * @method \GuzzleHttp\Promise\Promise publishAsync(array $args = [])
67
 * @method \Aws\Result publishBatch(array $args = [])
68
 * @method \GuzzleHttp\Promise\Promise publishBatchAsync(array $args = [])
69
 * @method \Aws\Result putDataProtectionPolicy(array $args = [])
70
 * @method \GuzzleHttp\Promise\Promise putDataProtectionPolicyAsync(array $args = [])
71
 * @method \Aws\Result removePermission(array $args = [])
72
 * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
73
 * @method \Aws\Result setEndpointAttributes(array $args = [])
74
 * @method \GuzzleHttp\Promise\Promise setEndpointAttributesAsync(array $args = [])
75
 * @method \Aws\Result setPlatformApplicationAttributes(array $args = [])
76
 * @method \GuzzleHttp\Promise\Promise setPlatformApplicationAttributesAsync(array $args = [])
77
 * @method \Aws\Result setSMSAttributes(array $args = [])
78
 * @method \GuzzleHttp\Promise\Promise setSMSAttributesAsync(array $args = [])
79
 * @method \Aws\Result setSubscriptionAttributes(array $args = [])
80
 * @method \GuzzleHttp\Promise\Promise setSubscriptionAttributesAsync(array $args = [])
81
 * @method \Aws\Result setTopicAttributes(array $args = [])
82
 * @method \GuzzleHttp\Promise\Promise setTopicAttributesAsync(array $args = [])
83
 * @method \Aws\Result subscribe(array $args = [])
84
 * @method \GuzzleHttp\Promise\Promise subscribeAsync(array $args = [])
85
 * @method \Aws\Result tagResource(array $args = [])
86
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
87
 * @method \Aws\Result unsubscribe(array $args = [])
88
 * @method \GuzzleHttp\Promise\Promise unsubscribeAsync(array $args = [])
89
 * @method \Aws\Result untagResource(array $args = [])
90
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
91
 * @method \Aws\Result verifySMSSandboxPhoneNumber(array $args = [])
92
 * @method \GuzzleHttp\Promise\Promise verifySMSSandboxPhoneNumberAsync(array $args = [])
93
 */
94
class SnsClient extends AwsClient {}