AlexaForBusinessClient.php 13 KB

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