PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / AlexaForBusiness / AlexaForBusinessClient.php
transferito / vendor / aws / aws-sdk-php / src / AlexaForBusiness Last commit date
Exception 11 months ago AlexaForBusinessClient.php 11 months ago
AlexaForBusinessClient.php
196 lines
1 <?php
2 namespace Aws\AlexaForBusiness;
3
4 use Aws\AwsClient;
5
6 /**
7 * This client is used to interact with the **Alexa For Business** service.
8 * @method \Aws\Result approveSkill(array $args = [])
9 * @method \GuzzleHttp\Promise\Promise approveSkillAsync(array $args = [])
10 * @method \Aws\Result associateContactWithAddressBook(array $args = [])
11 * @method \GuzzleHttp\Promise\Promise associateContactWithAddressBookAsync(array $args = [])
12 * @method \Aws\Result associateDeviceWithNetworkProfile(array $args = [])
13 * @method \GuzzleHttp\Promise\Promise associateDeviceWithNetworkProfileAsync(array $args = [])
14 * @method \Aws\Result associateDeviceWithRoom(array $args = [])
15 * @method \GuzzleHttp\Promise\Promise associateDeviceWithRoomAsync(array $args = [])
16 * @method \Aws\Result associateSkillGroupWithRoom(array $args = [])
17 * @method \GuzzleHttp\Promise\Promise associateSkillGroupWithRoomAsync(array $args = [])
18 * @method \Aws\Result associateSkillWithSkillGroup(array $args = [])
19 * @method \GuzzleHttp\Promise\Promise associateSkillWithSkillGroupAsync(array $args = [])
20 * @method \Aws\Result associateSkillWithUsers(array $args = [])
21 * @method \GuzzleHttp\Promise\Promise associateSkillWithUsersAsync(array $args = [])
22 * @method \Aws\Result createAddressBook(array $args = [])
23 * @method \GuzzleHttp\Promise\Promise createAddressBookAsync(array $args = [])
24 * @method \Aws\Result createBusinessReportSchedule(array $args = [])
25 * @method \GuzzleHttp\Promise\Promise createBusinessReportScheduleAsync(array $args = [])
26 * @method \Aws\Result createConferenceProvider(array $args = [])
27 * @method \GuzzleHttp\Promise\Promise createConferenceProviderAsync(array $args = [])
28 * @method \Aws\Result createContact(array $args = [])
29 * @method \GuzzleHttp\Promise\Promise createContactAsync(array $args = [])
30 * @method \Aws\Result createGatewayGroup(array $args = [])
31 * @method \GuzzleHttp\Promise\Promise createGatewayGroupAsync(array $args = [])
32 * @method \Aws\Result createNetworkProfile(array $args = [])
33 * @method \GuzzleHttp\Promise\Promise createNetworkProfileAsync(array $args = [])
34 * @method \Aws\Result createProfile(array $args = [])
35 * @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = [])
36 * @method \Aws\Result createRoom(array $args = [])
37 * @method \GuzzleHttp\Promise\Promise createRoomAsync(array $args = [])
38 * @method \Aws\Result createSkillGroup(array $args = [])
39 * @method \GuzzleHttp\Promise\Promise createSkillGroupAsync(array $args = [])
40 * @method \Aws\Result createUser(array $args = [])
41 * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
42 * @method \Aws\Result deleteAddressBook(array $args = [])
43 * @method \GuzzleHttp\Promise\Promise deleteAddressBookAsync(array $args = [])
44 * @method \Aws\Result deleteBusinessReportSchedule(array $args = [])
45 * @method \GuzzleHttp\Promise\Promise deleteBusinessReportScheduleAsync(array $args = [])
46 * @method \Aws\Result deleteConferenceProvider(array $args = [])
47 * @method \GuzzleHttp\Promise\Promise deleteConferenceProviderAsync(array $args = [])
48 * @method \Aws\Result deleteContact(array $args = [])
49 * @method \GuzzleHttp\Promise\Promise deleteContactAsync(array $args = [])
50 * @method \Aws\Result deleteDevice(array $args = [])
51 * @method \GuzzleHttp\Promise\Promise deleteDeviceAsync(array $args = [])
52 * @method \Aws\Result deleteDeviceUsageData(array $args = [])
53 * @method \GuzzleHttp\Promise\Promise deleteDeviceUsageDataAsync(array $args = [])
54 * @method \Aws\Result deleteGatewayGroup(array $args = [])
55 * @method \GuzzleHttp\Promise\Promise deleteGatewayGroupAsync(array $args = [])
56 * @method \Aws\Result deleteNetworkProfile(array $args = [])
57 * @method \GuzzleHttp\Promise\Promise deleteNetworkProfileAsync(array $args = [])
58 * @method \Aws\Result deleteProfile(array $args = [])
59 * @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = [])
60 * @method \Aws\Result deleteRoom(array $args = [])
61 * @method \GuzzleHttp\Promise\Promise deleteRoomAsync(array $args = [])
62 * @method \Aws\Result deleteRoomSkillParameter(array $args = [])
63 * @method \GuzzleHttp\Promise\Promise deleteRoomSkillParameterAsync(array $args = [])
64 * @method \Aws\Result deleteSkillAuthorization(array $args = [])
65 * @method \GuzzleHttp\Promise\Promise deleteSkillAuthorizationAsync(array $args = [])
66 * @method \Aws\Result deleteSkillGroup(array $args = [])
67 * @method \GuzzleHttp\Promise\Promise deleteSkillGroupAsync(array $args = [])
68 * @method \Aws\Result deleteUser(array $args = [])
69 * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
70 * @method \Aws\Result disassociateContactFromAddressBook(array $args = [])
71 * @method \GuzzleHttp\Promise\Promise disassociateContactFromAddressBookAsync(array $args = [])
72 * @method \Aws\Result disassociateDeviceFromRoom(array $args = [])
73 * @method \GuzzleHttp\Promise\Promise disassociateDeviceFromRoomAsync(array $args = [])
74 * @method \Aws\Result disassociateSkillFromSkillGroup(array $args = [])
75 * @method \GuzzleHttp\Promise\Promise disassociateSkillFromSkillGroupAsync(array $args = [])
76 * @method \Aws\Result disassociateSkillFromUsers(array $args = [])
77 * @method \GuzzleHttp\Promise\Promise disassociateSkillFromUsersAsync(array $args = [])
78 * @method \Aws\Result disassociateSkillGroupFromRoom(array $args = [])
79 * @method \GuzzleHttp\Promise\Promise disassociateSkillGroupFromRoomAsync(array $args = [])
80 * @method \Aws\Result forgetSmartHomeAppliances(array $args = [])
81 * @method \GuzzleHttp\Promise\Promise forgetSmartHomeAppliancesAsync(array $args = [])
82 * @method \Aws\Result getAddressBook(array $args = [])
83 * @method \GuzzleHttp\Promise\Promise getAddressBookAsync(array $args = [])
84 * @method \Aws\Result getConferencePreference(array $args = [])
85 * @method \GuzzleHttp\Promise\Promise getConferencePreferenceAsync(array $args = [])
86 * @method \Aws\Result getConferenceProvider(array $args = [])
87 * @method \GuzzleHttp\Promise\Promise getConferenceProviderAsync(array $args = [])
88 * @method \Aws\Result getContact(array $args = [])
89 * @method \GuzzleHttp\Promise\Promise getContactAsync(array $args = [])
90 * @method \Aws\Result getDevice(array $args = [])
91 * @method \GuzzleHttp\Promise\Promise getDeviceAsync(array $args = [])
92 * @method \Aws\Result getGateway(array $args = [])
93 * @method \GuzzleHttp\Promise\Promise getGatewayAsync(array $args = [])
94 * @method \Aws\Result getGatewayGroup(array $args = [])
95 * @method \GuzzleHttp\Promise\Promise getGatewayGroupAsync(array $args = [])
96 * @method \Aws\Result getInvitationConfiguration(array $args = [])
97 * @method \GuzzleHttp\Promise\Promise getInvitationConfigurationAsync(array $args = [])
98 * @method \Aws\Result getNetworkProfile(array $args = [])
99 * @method \GuzzleHttp\Promise\Promise getNetworkProfileAsync(array $args = [])
100 * @method \Aws\Result getProfile(array $args = [])
101 * @method \GuzzleHttp\Promise\Promise getProfileAsync(array $args = [])
102 * @method \Aws\Result getRoom(array $args = [])
103 * @method \GuzzleHttp\Promise\Promise getRoomAsync(array $args = [])
104 * @method \Aws\Result getRoomSkillParameter(array $args = [])
105 * @method \GuzzleHttp\Promise\Promise getRoomSkillParameterAsync(array $args = [])
106 * @method \Aws\Result getSkillGroup(array $args = [])
107 * @method \GuzzleHttp\Promise\Promise getSkillGroupAsync(array $args = [])
108 * @method \Aws\Result listBusinessReportSchedules(array $args = [])
109 * @method \GuzzleHttp\Promise\Promise listBusinessReportSchedulesAsync(array $args = [])
110 * @method \Aws\Result listConferenceProviders(array $args = [])
111 * @method \GuzzleHttp\Promise\Promise listConferenceProvidersAsync(array $args = [])
112 * @method \Aws\Result listDeviceEvents(array $args = [])
113 * @method \GuzzleHttp\Promise\Promise listDeviceEventsAsync(array $args = [])
114 * @method \Aws\Result listGatewayGroups(array $args = [])
115 * @method \GuzzleHttp\Promise\Promise listGatewayGroupsAsync(array $args = [])
116 * @method \Aws\Result listGateways(array $args = [])
117 * @method \GuzzleHttp\Promise\Promise listGatewaysAsync(array $args = [])
118 * @method \Aws\Result listSkills(array $args = [])
119 * @method \GuzzleHttp\Promise\Promise listSkillsAsync(array $args = [])
120 * @method \Aws\Result listSkillsStoreCategories(array $args = [])
121 * @method \GuzzleHttp\Promise\Promise listSkillsStoreCategoriesAsync(array $args = [])
122 * @method \Aws\Result listSkillsStoreSkillsByCategory(array $args = [])
123 * @method \GuzzleHttp\Promise\Promise listSkillsStoreSkillsByCategoryAsync(array $args = [])
124 * @method \Aws\Result listSmartHomeAppliances(array $args = [])
125 * @method \GuzzleHttp\Promise\Promise listSmartHomeAppliancesAsync(array $args = [])
126 * @method \Aws\Result listTags(array $args = [])
127 * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
128 * @method \Aws\Result putConferencePreference(array $args = [])
129 * @method \GuzzleHttp\Promise\Promise putConferencePreferenceAsync(array $args = [])
130 * @method \Aws\Result putInvitationConfiguration(array $args = [])
131 * @method \GuzzleHttp\Promise\Promise putInvitationConfigurationAsync(array $args = [])
132 * @method \Aws\Result putRoomSkillParameter(array $args = [])
133 * @method \GuzzleHttp\Promise\Promise putRoomSkillParameterAsync(array $args = [])
134 * @method \Aws\Result putSkillAuthorization(array $args = [])
135 * @method \GuzzleHttp\Promise\Promise putSkillAuthorizationAsync(array $args = [])
136 * @method \Aws\Result registerAVSDevice(array $args = [])
137 * @method \GuzzleHttp\Promise\Promise registerAVSDeviceAsync(array $args = [])
138 * @method \Aws\Result rejectSkill(array $args = [])
139 * @method \GuzzleHttp\Promise\Promise rejectSkillAsync(array $args = [])
140 * @method \Aws\Result resolveRoom(array $args = [])
141 * @method \GuzzleHttp\Promise\Promise resolveRoomAsync(array $args = [])
142 * @method \Aws\Result revokeInvitation(array $args = [])
143 * @method \GuzzleHttp\Promise\Promise revokeInvitationAsync(array $args = [])
144 * @method \Aws\Result searchAddressBooks(array $args = [])
145 * @method \GuzzleHttp\Promise\Promise searchAddressBooksAsync(array $args = [])
146 * @method \Aws\Result searchContacts(array $args = [])
147 * @method \GuzzleHttp\Promise\Promise searchContactsAsync(array $args = [])
148 * @method \Aws\Result searchDevices(array $args = [])
149 * @method \GuzzleHttp\Promise\Promise searchDevicesAsync(array $args = [])
150 * @method \Aws\Result searchNetworkProfiles(array $args = [])
151 * @method \GuzzleHttp\Promise\Promise searchNetworkProfilesAsync(array $args = [])
152 * @method \Aws\Result searchProfiles(array $args = [])
153 * @method \GuzzleHttp\Promise\Promise searchProfilesAsync(array $args = [])
154 * @method \Aws\Result searchRooms(array $args = [])
155 * @method \GuzzleHttp\Promise\Promise searchRoomsAsync(array $args = [])
156 * @method \Aws\Result searchSkillGroups(array $args = [])
157 * @method \GuzzleHttp\Promise\Promise searchSkillGroupsAsync(array $args = [])
158 * @method \Aws\Result searchUsers(array $args = [])
159 * @method \GuzzleHttp\Promise\Promise searchUsersAsync(array $args = [])
160 * @method \Aws\Result sendAnnouncement(array $args = [])
161 * @method \GuzzleHttp\Promise\Promise sendAnnouncementAsync(array $args = [])
162 * @method \Aws\Result sendInvitation(array $args = [])
163 * @method \GuzzleHttp\Promise\Promise sendInvitationAsync(array $args = [])
164 * @method \Aws\Result startDeviceSync(array $args = [])
165 * @method \GuzzleHttp\Promise\Promise startDeviceSyncAsync(array $args = [])
166 * @method \Aws\Result startSmartHomeApplianceDiscovery(array $args = [])
167 * @method \GuzzleHttp\Promise\Promise startSmartHomeApplianceDiscoveryAsync(array $args = [])
168 * @method \Aws\Result tagResource(array $args = [])
169 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
170 * @method \Aws\Result untagResource(array $args = [])
171 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
172 * @method \Aws\Result updateAddressBook(array $args = [])
173 * @method \GuzzleHttp\Promise\Promise updateAddressBookAsync(array $args = [])
174 * @method \Aws\Result updateBusinessReportSchedule(array $args = [])
175 * @method \GuzzleHttp\Promise\Promise updateBusinessReportScheduleAsync(array $args = [])
176 * @method \Aws\Result updateConferenceProvider(array $args = [])
177 * @method \GuzzleHttp\Promise\Promise updateConferenceProviderAsync(array $args = [])
178 * @method \Aws\Result updateContact(array $args = [])
179 * @method \GuzzleHttp\Promise\Promise updateContactAsync(array $args = [])
180 * @method \Aws\Result updateDevice(array $args = [])
181 * @method \GuzzleHttp\Promise\Promise updateDeviceAsync(array $args = [])
182 * @method \Aws\Result updateGateway(array $args = [])
183 * @method \GuzzleHttp\Promise\Promise updateGatewayAsync(array $args = [])
184 * @method \Aws\Result updateGatewayGroup(array $args = [])
185 * @method \GuzzleHttp\Promise\Promise updateGatewayGroupAsync(array $args = [])
186 * @method \Aws\Result updateNetworkProfile(array $args = [])
187 * @method \GuzzleHttp\Promise\Promise updateNetworkProfileAsync(array $args = [])
188 * @method \Aws\Result updateProfile(array $args = [])
189 * @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = [])
190 * @method \Aws\Result updateRoom(array $args = [])
191 * @method \GuzzleHttp\Promise\Promise updateRoomAsync(array $args = [])
192 * @method \Aws\Result updateSkillGroup(array $args = [])
193 * @method \GuzzleHttp\Promise\Promise updateSkillGroupAsync(array $args = [])
194 */
195 class AlexaForBusinessClient extends AwsClient {}
196