1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\PinpointSMSVoiceV2;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Amazon Pinpoint SMS Voice V2** service.
|
|
|
8 |
* @method \Aws\Result associateOriginationIdentity(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise associateOriginationIdentityAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createConfigurationSet(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createConfigurationSetAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createEventDestination(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createEventDestinationAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createOptOutList(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createOptOutListAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createPool(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createPoolAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deleteConfigurationSet(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteConfigurationSetAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result deleteDefaultMessageType(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise deleteDefaultMessageTypeAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result deleteDefaultSenderId(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise deleteDefaultSenderIdAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result deleteEventDestination(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise deleteEventDestinationAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result deleteKeyword(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise deleteKeywordAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result deleteOptOutList(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise deleteOptOutListAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result deleteOptedOutNumber(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise deleteOptedOutNumberAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result deletePool(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise deletePoolAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result deleteTextMessageSpendLimitOverride(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise deleteTextMessageSpendLimitOverrideAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteVoiceMessageSpendLimitOverride(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceMessageSpendLimitOverrideAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result describeAccountAttributes(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result describeAccountLimits(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise describeAccountLimitsAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result describeConfigurationSets(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise describeConfigurationSetsAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result describeKeywords(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise describeKeywordsAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result describeOptOutLists(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise describeOptOutListsAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result describeOptedOutNumbers(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise describeOptedOutNumbersAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result describePhoneNumbers(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise describePhoneNumbersAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result describePools(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise describePoolsAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result describeSenderIds(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise describeSenderIdsAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result describeSpendLimits(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise describeSpendLimitsAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result disassociateOriginationIdentity(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise disassociateOriginationIdentityAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result listPoolOriginationIdentities(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise listPoolOriginationIdentitiesAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result putKeyword(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise putKeywordAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result putOptedOutNumber(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise putOptedOutNumberAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result releasePhoneNumber(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise releasePhoneNumberAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result requestPhoneNumber(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise requestPhoneNumberAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result sendTextMessage(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise sendTextMessageAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result sendVoiceMessage(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise sendVoiceMessageAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result setDefaultMessageType(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise setDefaultMessageTypeAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result setDefaultSenderId(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise setDefaultSenderIdAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result setTextMessageSpendLimitOverride(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise setTextMessageSpendLimitOverrideAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result setVoiceMessageSpendLimitOverride(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise setVoiceMessageSpendLimitOverrideAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result updateEventDestination(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise updateEventDestinationAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result updatePhoneNumber(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise updatePhoneNumberAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result updatePool(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise updatePoolAsync(array $args = [])
|
|
|
94 |
*/
|
|
|
95 |
class PinpointSMSVoiceV2Client extends AwsClient {}
|