Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/AlexaForBusiness/AlexaForBusinessClient.php
Строк: 210
<?php
namespace AwsAlexaForBusiness;
use AwsAwsClient;
/**
* This client is used to interact with the **Alexa For Business** service.
* @method AwsResult approveSkill(array $args = [])
* @method GuzzleHttpPromisePromise approveSkillAsync(array $args = [])
* @method AwsResult associateContactWithAddressBook(array $args = [])
* @method GuzzleHttpPromisePromise associateContactWithAddressBookAsync(array $args = [])
* @method AwsResult associateDeviceWithNetworkProfile(array $args = [])
* @method GuzzleHttpPromisePromise associateDeviceWithNetworkProfileAsync(array $args = [])
* @method AwsResult associateDeviceWithRoom(array $args = [])
* @method GuzzleHttpPromisePromise associateDeviceWithRoomAsync(array $args = [])
* @method AwsResult associateSkillGroupWithRoom(array $args = [])
* @method GuzzleHttpPromisePromise associateSkillGroupWithRoomAsync(array $args = [])
* @method AwsResult associateSkillWithSkillGroup(array $args = [])
* @method GuzzleHttpPromisePromise associateSkillWithSkillGroupAsync(array $args = [])
* @method AwsResult associateSkillWithUsers(array $args = [])
* @method GuzzleHttpPromisePromise associateSkillWithUsersAsync(array $args = [])
* @method AwsResult createAddressBook(array $args = [])
* @method GuzzleHttpPromisePromise createAddressBookAsync(array $args = [])
* @method AwsResult createBusinessReportSchedule(array $args = [])
* @method GuzzleHttpPromisePromise createBusinessReportScheduleAsync(array $args = [])
* @method AwsResult createConferenceProvider(array $args = [])
* @method GuzzleHttpPromisePromise createConferenceProviderAsync(array $args = [])
* @method AwsResult createContact(array $args = [])
* @method GuzzleHttpPromisePromise createContactAsync(array $args = [])
* @method AwsResult createGatewayGroup(array $args = [])
* @method GuzzleHttpPromisePromise createGatewayGroupAsync(array $args = [])
* @method AwsResult createNetworkProfile(array $args = [])
* @method GuzzleHttpPromisePromise createNetworkProfileAsync(array $args = [])
* @method AwsResult createProfile(array $args = [])
* @method GuzzleHttpPromisePromise createProfileAsync(array $args = [])
* @method AwsResult createRoom(array $args = [])
* @method GuzzleHttpPromisePromise createRoomAsync(array $args = [])
* @method AwsResult createSkillGroup(array $args = [])
* @method GuzzleHttpPromisePromise createSkillGroupAsync(array $args = [])
* @method AwsResult createUser(array $args = [])
* @method GuzzleHttpPromisePromise createUserAsync(array $args = [])
* @method AwsResult deleteAddressBook(array $args = [])
* @method GuzzleHttpPromisePromise deleteAddressBookAsync(array $args = [])
* @method AwsResult deleteBusinessReportSchedule(array $args = [])
* @method GuzzleHttpPromisePromise deleteBusinessReportScheduleAsync(array $args = [])
* @method AwsResult deleteConferenceProvider(array $args = [])
* @method GuzzleHttpPromisePromise deleteConferenceProviderAsync(array $args = [])
* @method AwsResult deleteContact(array $args = [])
* @method GuzzleHttpPromisePromise deleteContactAsync(array $args = [])
* @method AwsResult deleteDevice(array $args = [])
* @method GuzzleHttpPromisePromise deleteDeviceAsync(array $args = [])
* @method AwsResult deleteDeviceUsageData(array $args = [])
* @method GuzzleHttpPromisePromise deleteDeviceUsageDataAsync(array $args = [])
* @method AwsResult deleteGatewayGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteGatewayGroupAsync(array $args = [])
* @method AwsResult deleteNetworkProfile(array $args = [])
* @method GuzzleHttpPromisePromise deleteNetworkProfileAsync(array $args = [])
* @method AwsResult deleteProfile(array $args = [])
* @method GuzzleHttpPromisePromise deleteProfileAsync(array $args = [])
* @method AwsResult deleteRoom(array $args = [])
* @method GuzzleHttpPromisePromise deleteRoomAsync(array $args = [])
* @method AwsResult deleteRoomSkillParameter(array $args = [])
* @method GuzzleHttpPromisePromise deleteRoomSkillParameterAsync(array $args = [])
* @method AwsResult deleteSkillAuthorization(array $args = [])
* @method GuzzleHttpPromisePromise deleteSkillAuthorizationAsync(array $args = [])
* @method AwsResult deleteSkillGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteSkillGroupAsync(array $args = [])
* @method AwsResult deleteUser(array $args = [])
* @method GuzzleHttpPromisePromise deleteUserAsync(array $args = [])
* @method AwsResult disassociateContactFromAddressBook(array $args = [])
* @method GuzzleHttpPromisePromise disassociateContactFromAddressBookAsync(array $args = [])
* @method AwsResult disassociateDeviceFromRoom(array $args = [])
* @method GuzzleHttpPromisePromise disassociateDeviceFromRoomAsync(array $args = [])
* @method AwsResult disassociateSkillFromSkillGroup(array $args = [])
* @method GuzzleHttpPromisePromise disassociateSkillFromSkillGroupAsync(array $args = [])
* @method AwsResult disassociateSkillFromUsers(array $args = [])
* @method GuzzleHttpPromisePromise disassociateSkillFromUsersAsync(array $args = [])
* @method AwsResult disassociateSkillGroupFromRoom(array $args = [])
* @method GuzzleHttpPromisePromise disassociateSkillGroupFromRoomAsync(array $args = [])
* @method AwsResult forgetSmartHomeAppliances(array $args = [])
* @method GuzzleHttpPromisePromise forgetSmartHomeAppliancesAsync(array $args = [])
* @method AwsResult getAddressBook(array $args = [])
* @method GuzzleHttpPromisePromise getAddressBookAsync(array $args = [])
* @method AwsResult getConferencePreference(array $args = [])
* @method GuzzleHttpPromisePromise getConferencePreferenceAsync(array $args = [])
* @method AwsResult getConferenceProvider(array $args = [])
* @method GuzzleHttpPromisePromise getConferenceProviderAsync(array $args = [])
* @method AwsResult getContact(array $args = [])
* @method GuzzleHttpPromisePromise getContactAsync(array $args = [])
* @method AwsResult getDevice(array $args = [])
* @method GuzzleHttpPromisePromise getDeviceAsync(array $args = [])
* @method AwsResult getGateway(array $args = [])
* @method GuzzleHttpPromisePromise getGatewayAsync(array $args = [])
* @method AwsResult getGatewayGroup(array $args = [])
* @method GuzzleHttpPromisePromise getGatewayGroupAsync(array $args = [])
* @method AwsResult getInvitationConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise getInvitationConfigurationAsync(array $args = [])
* @method AwsResult getNetworkProfile(array $args = [])
* @method GuzzleHttpPromisePromise getNetworkProfileAsync(array $args = [])
* @method AwsResult getProfile(array $args = [])
* @method GuzzleHttpPromisePromise getProfileAsync(array $args = [])
* @method AwsResult getRoom(array $args = [])
* @method GuzzleHttpPromisePromise getRoomAsync(array $args = [])
* @method AwsResult getRoomSkillParameter(array $args = [])
* @method GuzzleHttpPromisePromise getRoomSkillParameterAsync(array $args = [])
* @method AwsResult getSkillGroup(array $args = [])
* @method GuzzleHttpPromisePromise getSkillGroupAsync(array $args = [])
* @method AwsResult listBusinessReportSchedules(array $args = [])
* @method GuzzleHttpPromisePromise listBusinessReportSchedulesAsync(array $args = [])
* @method AwsResult listConferenceProviders(array $args = [])
* @method GuzzleHttpPromisePromise listConferenceProvidersAsync(array $args = [])
* @method AwsResult listDeviceEvents(array $args = [])
* @method GuzzleHttpPromisePromise listDeviceEventsAsync(array $args = [])
* @method AwsResult listGatewayGroups(array $args = [])
* @method GuzzleHttpPromisePromise listGatewayGroupsAsync(array $args = [])
* @method AwsResult listGateways(array $args = [])
* @method GuzzleHttpPromisePromise listGatewaysAsync(array $args = [])
* @method AwsResult listSkills(array $args = [])
* @method GuzzleHttpPromisePromise listSkillsAsync(array $args = [])
* @method AwsResult listSkillsStoreCategories(array $args = [])
* @method GuzzleHttpPromisePromise listSkillsStoreCategoriesAsync(array $args = [])
* @method AwsResult listSkillsStoreSkillsByCategory(array $args = [])
* @method GuzzleHttpPromisePromise listSkillsStoreSkillsByCategoryAsync(array $args = [])
* @method AwsResult listSmartHomeAppliances(array $args = [])
* @method GuzzleHttpPromisePromise listSmartHomeAppliancesAsync(array $args = [])
* @method AwsResult listTags(array $args = [])
* @method GuzzleHttpPromisePromise listTagsAsync(array $args = [])
* @method AwsResult putConferencePreference(array $args = [])
* @method GuzzleHttpPromisePromise putConferencePreferenceAsync(array $args = [])
* @method AwsResult putInvitationConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise putInvitationConfigurationAsync(array $args = [])
* @method AwsResult putRoomSkillParameter(array $args = [])
* @method GuzzleHttpPromisePromise putRoomSkillParameterAsync(array $args = [])
* @method AwsResult putSkillAuthorization(array $args = [])
* @method GuzzleHttpPromisePromise putSkillAuthorizationAsync(array $args = [])
* @method AwsResult registerAVSDevice(array $args = [])
* @method GuzzleHttpPromisePromise registerAVSDeviceAsync(array $args = [])
* @method AwsResult rejectSkill(array $args = [])
* @method GuzzleHttpPromisePromise rejectSkillAsync(array $args = [])
* @method AwsResult resolveRoom(array $args = [])
* @method GuzzleHttpPromisePromise resolveRoomAsync(array $args = [])
* @method AwsResult revokeInvitation(array $args = [])
* @method GuzzleHttpPromisePromise revokeInvitationAsync(array $args = [])
* @method AwsResult searchAddressBooks(array $args = [])
* @method GuzzleHttpPromisePromise searchAddressBooksAsync(array $args = [])
* @method AwsResult searchContacts(array $args = [])
* @method GuzzleHttpPromisePromise searchContactsAsync(array $args = [])
* @method AwsResult searchDevices(array $args = [])
* @method GuzzleHttpPromisePromise searchDevicesAsync(array $args = [])
* @method AwsResult searchNetworkProfiles(array $args = [])
* @method GuzzleHttpPromisePromise searchNetworkProfilesAsync(array $args = [])
* @method AwsResult searchProfiles(array $args = [])
* @method GuzzleHttpPromisePromise searchProfilesAsync(array $args = [])
* @method AwsResult searchRooms(array $args = [])
* @method GuzzleHttpPromisePromise searchRoomsAsync(array $args = [])
* @method AwsResult searchSkillGroups(array $args = [])
* @method GuzzleHttpPromisePromise searchSkillGroupsAsync(array $args = [])
* @method AwsResult searchUsers(array $args = [])
* @method GuzzleHttpPromisePromise searchUsersAsync(array $args = [])
* @method AwsResult sendAnnouncement(array $args = [])
* @method GuzzleHttpPromisePromise sendAnnouncementAsync(array $args = [])
* @method AwsResult sendInvitation(array $args = [])
* @method GuzzleHttpPromisePromise sendInvitationAsync(array $args = [])
* @method AwsResult startDeviceSync(array $args = [])
* @method GuzzleHttpPromisePromise startDeviceSyncAsync(array $args = [])
* @method AwsResult startSmartHomeApplianceDiscovery(array $args = [])
* @method GuzzleHttpPromisePromise startSmartHomeApplianceDiscoveryAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateAddressBook(array $args = [])
* @method GuzzleHttpPromisePromise updateAddressBookAsync(array $args = [])
* @method AwsResult updateBusinessReportSchedule(array $args = [])
* @method GuzzleHttpPromisePromise updateBusinessReportScheduleAsync(array $args = [])
* @method AwsResult updateConferenceProvider(array $args = [])
* @method GuzzleHttpPromisePromise updateConferenceProviderAsync(array $args = [])
* @method AwsResult updateContact(array $args = [])
* @method GuzzleHttpPromisePromise updateContactAsync(array $args = [])
* @method AwsResult updateDevice(array $args = [])
* @method GuzzleHttpPromisePromise updateDeviceAsync(array $args = [])
* @method AwsResult updateGateway(array $args = [])
* @method GuzzleHttpPromisePromise updateGatewayAsync(array $args = [])
* @method AwsResult updateGatewayGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateGatewayGroupAsync(array $args = [])
* @method AwsResult updateNetworkProfile(array $args = [])
* @method GuzzleHttpPromisePromise updateNetworkProfileAsync(array $args = [])
* @method AwsResult updateProfile(array $args = [])
* @method GuzzleHttpPromisePromise updateProfileAsync(array $args = [])
* @method AwsResult updateRoom(array $args = [])
* @method GuzzleHttpPromisePromise updateRoomAsync(array $args = [])
* @method AwsResult updateSkillGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateSkillGroupAsync(array $args = [])
*/
class AlexaForBusinessClient extends AwsClient {}