Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Sns/SnsClient.php
Строк: 106
<?php
namespace AwsSns;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Simple Notification Service (Amazon SNS)**.
*
* @method AwsResult addPermission(array $args = [])
* @method GuzzleHttpPromisePromise addPermissionAsync(array $args = [])
* @method AwsResult checkIfPhoneNumberIsOptedOut(array $args = [])
* @method GuzzleHttpPromisePromise checkIfPhoneNumberIsOptedOutAsync(array $args = [])
* @method AwsResult confirmSubscription(array $args = [])
* @method GuzzleHttpPromisePromise confirmSubscriptionAsync(array $args = [])
* @method AwsResult createPlatformApplication(array $args = [])
* @method GuzzleHttpPromisePromise createPlatformApplicationAsync(array $args = [])
* @method AwsResult createPlatformEndpoint(array $args = [])
* @method GuzzleHttpPromisePromise createPlatformEndpointAsync(array $args = [])
* @method AwsResult createTopic(array $args = [])
* @method GuzzleHttpPromisePromise createTopicAsync(array $args = [])
* @method AwsResult deleteEndpoint(array $args = [])
* @method GuzzleHttpPromisePromise deleteEndpointAsync(array $args = [])
* @method AwsResult deletePlatformApplication(array $args = [])
* @method GuzzleHttpPromisePromise deletePlatformApplicationAsync(array $args = [])
* @method AwsResult deleteTopic(array $args = [])
* @method GuzzleHttpPromisePromise deleteTopicAsync(array $args = [])
* @method AwsResult getEndpointAttributes(array $args = [])
* @method GuzzleHttpPromisePromise getEndpointAttributesAsync(array $args = [])
* @method AwsResult getPlatformApplicationAttributes(array $args = [])
* @method GuzzleHttpPromisePromise getPlatformApplicationAttributesAsync(array $args = [])
* @method AwsResult getSMSAttributes(array $args = [])
* @method GuzzleHttpPromisePromise getSMSAttributesAsync(array $args = [])
* @method AwsResult getSubscriptionAttributes(array $args = [])
* @method GuzzleHttpPromisePromise getSubscriptionAttributesAsync(array $args = [])
* @method AwsResult getTopicAttributes(array $args = [])
* @method GuzzleHttpPromisePromise getTopicAttributesAsync(array $args = [])
* @method AwsResult listEndpointsByPlatformApplication(array $args = [])
* @method GuzzleHttpPromisePromise listEndpointsByPlatformApplicationAsync(array $args = [])
* @method AwsResult listPhoneNumbersOptedOut(array $args = [])
* @method GuzzleHttpPromisePromise listPhoneNumbersOptedOutAsync(array $args = [])
* @method AwsResult listPlatformApplications(array $args = [])
* @method GuzzleHttpPromisePromise listPlatformApplicationsAsync(array $args = [])
* @method AwsResult listSubscriptions(array $args = [])
* @method GuzzleHttpPromisePromise listSubscriptionsAsync(array $args = [])
* @method AwsResult listSubscriptionsByTopic(array $args = [])
* @method GuzzleHttpPromisePromise listSubscriptionsByTopicAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listTopics(array $args = [])
* @method GuzzleHttpPromisePromise listTopicsAsync(array $args = [])
* @method AwsResult optInPhoneNumber(array $args = [])
* @method GuzzleHttpPromisePromise optInPhoneNumberAsync(array $args = [])
* @method AwsResult publish(array $args = [])
* @method GuzzleHttpPromisePromise publishAsync(array $args = [])
* @method AwsResult removePermission(array $args = [])
* @method GuzzleHttpPromisePromise removePermissionAsync(array $args = [])
* @method AwsResult setEndpointAttributes(array $args = [])
* @method GuzzleHttpPromisePromise setEndpointAttributesAsync(array $args = [])
* @method AwsResult setPlatformApplicationAttributes(array $args = [])
* @method GuzzleHttpPromisePromise setPlatformApplicationAttributesAsync(array $args = [])
* @method AwsResult setSMSAttributes(array $args = [])
* @method GuzzleHttpPromisePromise setSMSAttributesAsync(array $args = [])
* @method AwsResult setSubscriptionAttributes(array $args = [])
* @method GuzzleHttpPromisePromise setSubscriptionAttributesAsync(array $args = [])
* @method AwsResult setTopicAttributes(array $args = [])
* @method GuzzleHttpPromisePromise setTopicAttributesAsync(array $args = [])
* @method AwsResult subscribe(array $args = [])
* @method GuzzleHttpPromisePromise subscribeAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult unsubscribe(array $args = [])
* @method GuzzleHttpPromisePromise unsubscribeAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
*/
class SnsClient extends AwsClient {}