1441 |
ariadna |
1 |
<?php
|
|
|
2 |
namespace Aws\SocialMessaging;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS End User Messaging Social** service.
|
|
|
8 |
* @method \Aws\Result associateWhatsAppBusinessAccount(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise associateWhatsAppBusinessAccountAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result deleteWhatsAppMessageMedia(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise deleteWhatsAppMessageMediaAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result disassociateWhatsAppBusinessAccount(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise disassociateWhatsAppBusinessAccountAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result getLinkedWhatsAppBusinessAccount(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise getLinkedWhatsAppBusinessAccountAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result getLinkedWhatsAppBusinessAccountPhoneNumber(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise getLinkedWhatsAppBusinessAccountPhoneNumberAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result getWhatsAppMessageMedia(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise getWhatsAppMessageMediaAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result listLinkedWhatsAppBusinessAccounts(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise listLinkedWhatsAppBusinessAccountsAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result postWhatsAppMessageMedia(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise postWhatsAppMessageMediaAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result putWhatsAppBusinessAccountEventDestinations(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise putWhatsAppBusinessAccountEventDestinationsAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result sendWhatsAppMessage(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise sendWhatsAppMessageAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
34 |
*/
|
|
|
35 |
class SocialMessagingClient extends AwsClient {}
|