updated-packages
This commit is contained in:
24
vendor/aws/aws-sdk-php/src/Sns/SnsClient.php
vendored
24
vendor/aws/aws-sdk-php/src/Sns/SnsClient.php
vendored
@@ -16,40 +16,58 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise createPlatformApplicationAsync(array $args = [])
|
||||
* @method \Aws\Result createPlatformEndpoint(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createPlatformEndpointAsync(array $args = [])
|
||||
* @method \Aws\Result createSMSSandboxPhoneNumber(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createSMSSandboxPhoneNumberAsync(array $args = [])
|
||||
* @method \Aws\Result createTopic(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createTopicAsync(array $args = [])
|
||||
* @method \Aws\Result deleteEndpoint(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteEndpointAsync(array $args = [])
|
||||
* @method \Aws\Result deletePlatformApplication(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deletePlatformApplicationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSMSSandboxPhoneNumber(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSMSSandboxPhoneNumberAsync(array $args = [])
|
||||
* @method \Aws\Result deleteTopic(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteTopicAsync(array $args = [])
|
||||
* @method \Aws\Result getDataProtectionPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDataProtectionPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result getEndpointAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getEndpointAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result getPlatformApplicationAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getPlatformApplicationAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result getSMSAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSMSAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result getSMSSandboxAccountStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSMSSandboxAccountStatusAsync(array $args = [])
|
||||
* @method \Aws\Result getSubscriptionAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSubscriptionAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result getTopicAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getTopicAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result listEndpointsByPlatformApplication(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listEndpointsByPlatformApplicationAsync(array $args = [])
|
||||
* @method \Aws\Result listOriginationNumbers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listOriginationNumbersAsync(array $args = [])
|
||||
* @method \Aws\Result listPhoneNumbersOptedOut(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPhoneNumbersOptedOutAsync(array $args = [])
|
||||
* @method \Aws\Result listPlatformApplications(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPlatformApplicationsAsync(array $args = [])
|
||||
* @method \Aws\Result listSMSSandboxPhoneNumbers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSMSSandboxPhoneNumbersAsync(array $args = [])
|
||||
* @method \Aws\Result listSubscriptions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSubscriptionsAsync(array $args = [])
|
||||
* @method \Aws\Result listSubscriptionsByTopic(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSubscriptionsByTopicAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result listTopics(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTopicsAsync(array $args = [])
|
||||
* @method \Aws\Result optInPhoneNumber(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise optInPhoneNumberAsync(array $args = [])
|
||||
* @method \Aws\Result publish(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise publishAsync(array $args = [])
|
||||
* @method \Aws\Result publishBatch(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise publishBatchAsync(array $args = [])
|
||||
* @method \Aws\Result putDataProtectionPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putDataProtectionPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result removePermission(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
|
||||
* @method \Aws\Result setEndpointAttributes(array $args = [])
|
||||
@@ -64,7 +82,13 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise setTopicAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result subscribe(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise subscribeAsync(array $args = [])
|
||||
* @method \Aws\Result tagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result unsubscribe(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise unsubscribeAsync(array $args = [])
|
||||
* @method \Aws\Result untagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result verifySMSSandboxPhoneNumber(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise verifySMSSandboxPhoneNumberAsync(array $args = [])
|
||||
*/
|
||||
class SnsClient extends AwsClient {}
|
||||
|
||||
Reference in New Issue
Block a user