1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\ChimeSDKVoice;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Amazon Chime SDK Voice** service.
|
|
|
8 |
* @method \Aws\Result associatePhoneNumbersWithVoiceConnector(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise associatePhoneNumbersWithVoiceConnectorAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result associatePhoneNumbersWithVoiceConnectorGroup(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise associatePhoneNumbersWithVoiceConnectorGroupAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result batchDeletePhoneNumber(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise batchDeletePhoneNumberAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result batchUpdatePhoneNumber(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise batchUpdatePhoneNumberAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createPhoneNumberOrder(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createPhoneNumberOrderAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createProxySession(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createProxySessionAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createSipMediaApplication(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createSipMediaApplicationAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createSipMediaApplicationCall(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createSipMediaApplicationCallAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result createSipRule(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise createSipRuleAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result createVoiceConnector(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise createVoiceConnectorAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result createVoiceConnectorGroup(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise createVoiceConnectorGroupAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result createVoiceProfile(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise createVoiceProfileAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result createVoiceProfileDomain(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise createVoiceProfileDomainAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result deletePhoneNumber(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise deletePhoneNumberAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteProxySession(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteProxySessionAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result deleteSipMediaApplication(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise deleteSipMediaApplicationAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result deleteSipRule(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise deleteSipRuleAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result deleteVoiceConnector(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result deleteVoiceConnectorEmergencyCallingConfiguration(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorEmergencyCallingConfigurationAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result deleteVoiceConnectorGroup(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorGroupAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result deleteVoiceConnectorOrigination(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorOriginationAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result deleteVoiceConnectorProxy(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorProxyAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result deleteVoiceConnectorStreamingConfiguration(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorStreamingConfigurationAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result deleteVoiceConnectorTermination(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorTerminationAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result deleteVoiceConnectorTerminationCredentials(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorTerminationCredentialsAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result deleteVoiceProfile(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceProfileAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result deleteVoiceProfileDomain(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise deleteVoiceProfileDomainAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result disassociatePhoneNumbersFromVoiceConnector(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise disassociatePhoneNumbersFromVoiceConnectorAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result disassociatePhoneNumbersFromVoiceConnectorGroup(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise disassociatePhoneNumbersFromVoiceConnectorGroupAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result getGlobalSettings(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise getGlobalSettingsAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result getPhoneNumber(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise getPhoneNumberAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result getPhoneNumberOrder(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise getPhoneNumberOrderAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result getPhoneNumberSettings(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise getPhoneNumberSettingsAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result getProxySession(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise getProxySessionAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result getSipMediaApplication(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise getSipMediaApplicationAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result getSipMediaApplicationAlexaSkillConfiguration(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise getSipMediaApplicationAlexaSkillConfigurationAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result getSipMediaApplicationLoggingConfiguration(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise getSipMediaApplicationLoggingConfigurationAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result getSipRule(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise getSipRuleAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result getSpeakerSearchTask(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise getSpeakerSearchTaskAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result getVoiceConnector(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result getVoiceConnectorEmergencyCallingConfiguration(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorEmergencyCallingConfigurationAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result getVoiceConnectorGroup(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorGroupAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result getVoiceConnectorLoggingConfiguration(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorLoggingConfigurationAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result getVoiceConnectorOrigination(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorOriginationAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result getVoiceConnectorProxy(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorProxyAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result getVoiceConnectorStreamingConfiguration(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorStreamingConfigurationAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result getVoiceConnectorTermination(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorTerminationAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result getVoiceConnectorTerminationHealth(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorTerminationHealthAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result getVoiceProfile(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise getVoiceProfileAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result getVoiceProfileDomain(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise getVoiceProfileDomainAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result getVoiceToneAnalysisTask(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise getVoiceToneAnalysisTaskAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result listAvailableVoiceConnectorRegions(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise listAvailableVoiceConnectorRegionsAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result listPhoneNumberOrders(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise listPhoneNumberOrdersAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result listPhoneNumbers(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise listPhoneNumbersAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result listProxySessions(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise listProxySessionsAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result listSipMediaApplications(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise listSipMediaApplicationsAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result listSipRules(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise listSipRulesAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result listSupportedPhoneNumberCountries(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise listSupportedPhoneNumberCountriesAsync(array $args = [])
|
|
|
124 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
126 |
* @method \Aws\Result listVoiceConnectorGroups(array $args = [])
|
|
|
127 |
* @method \GuzzleHttp\Promise\Promise listVoiceConnectorGroupsAsync(array $args = [])
|
|
|
128 |
* @method \Aws\Result listVoiceConnectorTerminationCredentials(array $args = [])
|
|
|
129 |
* @method \GuzzleHttp\Promise\Promise listVoiceConnectorTerminationCredentialsAsync(array $args = [])
|
|
|
130 |
* @method \Aws\Result listVoiceConnectors(array $args = [])
|
|
|
131 |
* @method \GuzzleHttp\Promise\Promise listVoiceConnectorsAsync(array $args = [])
|
|
|
132 |
* @method \Aws\Result listVoiceProfileDomains(array $args = [])
|
|
|
133 |
* @method \GuzzleHttp\Promise\Promise listVoiceProfileDomainsAsync(array $args = [])
|
|
|
134 |
* @method \Aws\Result listVoiceProfiles(array $args = [])
|
|
|
135 |
* @method \GuzzleHttp\Promise\Promise listVoiceProfilesAsync(array $args = [])
|
|
|
136 |
* @method \Aws\Result putSipMediaApplicationAlexaSkillConfiguration(array $args = [])
|
|
|
137 |
* @method \GuzzleHttp\Promise\Promise putSipMediaApplicationAlexaSkillConfigurationAsync(array $args = [])
|
|
|
138 |
* @method \Aws\Result putSipMediaApplicationLoggingConfiguration(array $args = [])
|
|
|
139 |
* @method \GuzzleHttp\Promise\Promise putSipMediaApplicationLoggingConfigurationAsync(array $args = [])
|
|
|
140 |
* @method \Aws\Result putVoiceConnectorEmergencyCallingConfiguration(array $args = [])
|
|
|
141 |
* @method \GuzzleHttp\Promise\Promise putVoiceConnectorEmergencyCallingConfigurationAsync(array $args = [])
|
|
|
142 |
* @method \Aws\Result putVoiceConnectorLoggingConfiguration(array $args = [])
|
|
|
143 |
* @method \GuzzleHttp\Promise\Promise putVoiceConnectorLoggingConfigurationAsync(array $args = [])
|
|
|
144 |
* @method \Aws\Result putVoiceConnectorOrigination(array $args = [])
|
|
|
145 |
* @method \GuzzleHttp\Promise\Promise putVoiceConnectorOriginationAsync(array $args = [])
|
|
|
146 |
* @method \Aws\Result putVoiceConnectorProxy(array $args = [])
|
|
|
147 |
* @method \GuzzleHttp\Promise\Promise putVoiceConnectorProxyAsync(array $args = [])
|
|
|
148 |
* @method \Aws\Result putVoiceConnectorStreamingConfiguration(array $args = [])
|
|
|
149 |
* @method \GuzzleHttp\Promise\Promise putVoiceConnectorStreamingConfigurationAsync(array $args = [])
|
|
|
150 |
* @method \Aws\Result putVoiceConnectorTermination(array $args = [])
|
|
|
151 |
* @method \GuzzleHttp\Promise\Promise putVoiceConnectorTerminationAsync(array $args = [])
|
|
|
152 |
* @method \Aws\Result putVoiceConnectorTerminationCredentials(array $args = [])
|
|
|
153 |
* @method \GuzzleHttp\Promise\Promise putVoiceConnectorTerminationCredentialsAsync(array $args = [])
|
|
|
154 |
* @method \Aws\Result restorePhoneNumber(array $args = [])
|
|
|
155 |
* @method \GuzzleHttp\Promise\Promise restorePhoneNumberAsync(array $args = [])
|
|
|
156 |
* @method \Aws\Result searchAvailablePhoneNumbers(array $args = [])
|
|
|
157 |
* @method \GuzzleHttp\Promise\Promise searchAvailablePhoneNumbersAsync(array $args = [])
|
|
|
158 |
* @method \Aws\Result startSpeakerSearchTask(array $args = [])
|
|
|
159 |
* @method \GuzzleHttp\Promise\Promise startSpeakerSearchTaskAsync(array $args = [])
|
|
|
160 |
* @method \Aws\Result startVoiceToneAnalysisTask(array $args = [])
|
|
|
161 |
* @method \GuzzleHttp\Promise\Promise startVoiceToneAnalysisTaskAsync(array $args = [])
|
|
|
162 |
* @method \Aws\Result stopSpeakerSearchTask(array $args = [])
|
|
|
163 |
* @method \GuzzleHttp\Promise\Promise stopSpeakerSearchTaskAsync(array $args = [])
|
|
|
164 |
* @method \Aws\Result stopVoiceToneAnalysisTask(array $args = [])
|
|
|
165 |
* @method \GuzzleHttp\Promise\Promise stopVoiceToneAnalysisTaskAsync(array $args = [])
|
|
|
166 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
167 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
168 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
169 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
170 |
* @method \Aws\Result updateGlobalSettings(array $args = [])
|
|
|
171 |
* @method \GuzzleHttp\Promise\Promise updateGlobalSettingsAsync(array $args = [])
|
|
|
172 |
* @method \Aws\Result updatePhoneNumber(array $args = [])
|
|
|
173 |
* @method \GuzzleHttp\Promise\Promise updatePhoneNumberAsync(array $args = [])
|
|
|
174 |
* @method \Aws\Result updatePhoneNumberSettings(array $args = [])
|
|
|
175 |
* @method \GuzzleHttp\Promise\Promise updatePhoneNumberSettingsAsync(array $args = [])
|
|
|
176 |
* @method \Aws\Result updateProxySession(array $args = [])
|
|
|
177 |
* @method \GuzzleHttp\Promise\Promise updateProxySessionAsync(array $args = [])
|
|
|
178 |
* @method \Aws\Result updateSipMediaApplication(array $args = [])
|
|
|
179 |
* @method \GuzzleHttp\Promise\Promise updateSipMediaApplicationAsync(array $args = [])
|
|
|
180 |
* @method \Aws\Result updateSipMediaApplicationCall(array $args = [])
|
|
|
181 |
* @method \GuzzleHttp\Promise\Promise updateSipMediaApplicationCallAsync(array $args = [])
|
|
|
182 |
* @method \Aws\Result updateSipRule(array $args = [])
|
|
|
183 |
* @method \GuzzleHttp\Promise\Promise updateSipRuleAsync(array $args = [])
|
|
|
184 |
* @method \Aws\Result updateVoiceConnector(array $args = [])
|
|
|
185 |
* @method \GuzzleHttp\Promise\Promise updateVoiceConnectorAsync(array $args = [])
|
|
|
186 |
* @method \Aws\Result updateVoiceConnectorGroup(array $args = [])
|
|
|
187 |
* @method \GuzzleHttp\Promise\Promise updateVoiceConnectorGroupAsync(array $args = [])
|
|
|
188 |
* @method \Aws\Result updateVoiceProfile(array $args = [])
|
|
|
189 |
* @method \GuzzleHttp\Promise\Promise updateVoiceProfileAsync(array $args = [])
|
|
|
190 |
* @method \Aws\Result updateVoiceProfileDomain(array $args = [])
|
|
|
191 |
* @method \GuzzleHttp\Promise\Promise updateVoiceProfileDomainAsync(array $args = [])
|
|
|
192 |
* @method \Aws\Result validateE911Address(array $args = [])
|
|
|
193 |
* @method \GuzzleHttp\Promise\Promise validateE911AddressAsync(array $args = [])
|
|
|
194 |
*/
|
|
|
195 |
class ChimeSDKVoiceClient extends AwsClient {}
|