Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AlexaForBusiness

import { AlexaForBusiness } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
class AlexaForBusiness {
constructor(apiFactory: client.ApiFactory);
async approveSkill(params: ApproveSkillRequest, opts?: client.RequestOptions): Promise<void>;
async associateContactWithAddressBook(params: AssociateContactWithAddressBookRequest, opts?: client.RequestOptions): Promise<void>;
async associateDeviceWithNetworkProfile(params: AssociateDeviceWithNetworkProfileRequest, opts?: client.RequestOptions): Promise<void>;
async associateDeviceWithRoom(params?: AssociateDeviceWithRoomRequest, opts?: client.RequestOptions): Promise<void>;
async associateSkillGroupWithRoom(params?: AssociateSkillGroupWithRoomRequest, opts?: client.RequestOptions): Promise<void>;
async associateSkillWithSkillGroup(params: AssociateSkillWithSkillGroupRequest, opts?: client.RequestOptions): Promise<void>;
async associateSkillWithUsers(params: AssociateSkillWithUsersRequest, opts?: client.RequestOptions): Promise<void>;
async createAddressBook(params: CreateAddressBookRequest, opts?: client.RequestOptions): Promise<CreateAddressBookResponse>;
async createBusinessReportSchedule(params: CreateBusinessReportScheduleRequest, opts?: client.RequestOptions): Promise<CreateBusinessReportScheduleResponse>;
async createConferenceProvider(params: CreateConferenceProviderRequest, opts?: client.RequestOptions): Promise<CreateConferenceProviderResponse>;
async createContact(params: CreateContactRequest, opts?: client.RequestOptions): Promise<CreateContactResponse>;
async createGatewayGroup(params: CreateGatewayGroupRequest, opts?: client.RequestOptions): Promise<CreateGatewayGroupResponse>;
async createNetworkProfile(params: CreateNetworkProfileRequest, opts?: client.RequestOptions): Promise<CreateNetworkProfileResponse>;
async createProfile(params: CreateProfileRequest, opts?: client.RequestOptions): Promise<CreateProfileResponse>;
async createRoom(params: CreateRoomRequest, opts?: client.RequestOptions): Promise<CreateRoomResponse>;
async createSkillGroup(params: CreateSkillGroupRequest, opts?: client.RequestOptions): Promise<CreateSkillGroupResponse>;
async createUser(params: CreateUserRequest, opts?: client.RequestOptions): Promise<CreateUserResponse>;
async deleteAddressBook(params: DeleteAddressBookRequest, opts?: client.RequestOptions): Promise<void>;
async deleteBusinessReportSchedule(params: DeleteBusinessReportScheduleRequest, opts?: client.RequestOptions): Promise<void>;
async deleteConferenceProvider(params: DeleteConferenceProviderRequest, opts?: client.RequestOptions): Promise<void>;
async deleteContact(params: DeleteContactRequest, opts?: client.RequestOptions): Promise<void>;
async deleteDevice(params: DeleteDeviceRequest, opts?: client.RequestOptions): Promise<void>;
async deleteDeviceUsageData(params: DeleteDeviceUsageDataRequest, opts?: client.RequestOptions): Promise<void>;
async deleteGatewayGroup(params: DeleteGatewayGroupRequest, opts?: client.RequestOptions): Promise<void>;
async deleteNetworkProfile(params: DeleteNetworkProfileRequest, opts?: client.RequestOptions): Promise<void>;
async deleteProfile(params?: DeleteProfileRequest, opts?: client.RequestOptions): Promise<void>;
async deleteRoom(params?: DeleteRoomRequest, opts?: client.RequestOptions): Promise<void>;
async deleteRoomSkillParameter(params: DeleteRoomSkillParameterRequest, opts?: client.RequestOptions): Promise<void>;
async deleteSkillAuthorization(params: DeleteSkillAuthorizationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteSkillGroup(params?: DeleteSkillGroupRequest, opts?: client.RequestOptions): Promise<void>;
async deleteUser(params: DeleteUserRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateContactFromAddressBook(params: DisassociateContactFromAddressBookRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateDeviceFromRoom(params?: DisassociateDeviceFromRoomRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateSkillFromSkillGroup(params: DisassociateSkillFromSkillGroupRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateSkillFromUsers(params: DisassociateSkillFromUsersRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateSkillGroupFromRoom(params?: DisassociateSkillGroupFromRoomRequest, opts?: client.RequestOptions): Promise<void>;
async forgetSmartHomeAppliances(params: ForgetSmartHomeAppliancesRequest, opts?: client.RequestOptions): Promise<void>;
async getAddressBook(params: GetAddressBookRequest, opts?: client.RequestOptions): Promise<GetAddressBookResponse>;
async getConferencePreference(opts?: client.RequestOptions): Promise<GetConferencePreferenceResponse>;
async getConferenceProvider(params: GetConferenceProviderRequest, opts?: client.RequestOptions): Promise<GetConferenceProviderResponse>;
async getContact(params: GetContactRequest, opts?: client.RequestOptions): Promise<GetContactResponse>;
async getDevice(params?: GetDeviceRequest, opts?: client.RequestOptions): Promise<GetDeviceResponse>;
async getGateway(params: GetGatewayRequest, opts?: client.RequestOptions): Promise<GetGatewayResponse>;
async getGatewayGroup(params: GetGatewayGroupRequest, opts?: client.RequestOptions): Promise<GetGatewayGroupResponse>;
async getInvitationConfiguration(opts?: client.RequestOptions): Promise<GetInvitationConfigurationResponse>;
async getNetworkProfile(params: GetNetworkProfileRequest, opts?: client.RequestOptions): Promise<GetNetworkProfileResponse>;
async getProfile(params?: GetProfileRequest, opts?: client.RequestOptions): Promise<GetProfileResponse>;
async getRoom(params?: GetRoomRequest, opts?: client.RequestOptions): Promise<GetRoomResponse>;
async getRoomSkillParameter(params: GetRoomSkillParameterRequest, opts?: client.RequestOptions): Promise<GetRoomSkillParameterResponse>;
async getSkillGroup(params?: GetSkillGroupRequest, opts?: client.RequestOptions): Promise<GetSkillGroupResponse>;
async listBusinessReportSchedules(params?: ListBusinessReportSchedulesRequest, opts?: client.RequestOptions): Promise<ListBusinessReportSchedulesResponse>;
async listConferenceProviders(params?: ListConferenceProvidersRequest, opts?: client.RequestOptions): Promise<ListConferenceProvidersResponse>;
async listDeviceEvents(params: ListDeviceEventsRequest, opts?: client.RequestOptions): Promise<ListDeviceEventsResponse>;
async listGatewayGroups(params?: ListGatewayGroupsRequest, opts?: client.RequestOptions): Promise<ListGatewayGroupsResponse>;
async listGateways(params?: ListGatewaysRequest, opts?: client.RequestOptions): Promise<ListGatewaysResponse>;
async listSkills(params?: ListSkillsRequest, opts?: client.RequestOptions): Promise<ListSkillsResponse>;
async listSkillsStoreCategories(params?: ListSkillsStoreCategoriesRequest, opts?: client.RequestOptions): Promise<ListSkillsStoreCategoriesResponse>;
async listSkillsStoreSkillsByCategory(params: ListSkillsStoreSkillsByCategoryRequest, opts?: client.RequestOptions): Promise<ListSkillsStoreSkillsByCategoryResponse>;
async listSmartHomeAppliances(params: ListSmartHomeAppliancesRequest, opts?: client.RequestOptions): Promise<ListSmartHomeAppliancesResponse>;
async listTags(params: ListTagsRequest, opts?: client.RequestOptions): Promise<ListTagsResponse>;
async putConferencePreference(params: PutConferencePreferenceRequest, opts?: client.RequestOptions): Promise<void>;
async putInvitationConfiguration(params: PutInvitationConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async putRoomSkillParameter(params: PutRoomSkillParameterRequest, opts?: client.RequestOptions): Promise<void>;
async putSkillAuthorization(params: PutSkillAuthorizationRequest, opts?: client.RequestOptions): Promise<void>;
async registerAVSDevice(params: RegisterAVSDeviceRequest, opts?: client.RequestOptions): Promise<RegisterAVSDeviceResponse>;
async rejectSkill(params: RejectSkillRequest, opts?: client.RequestOptions): Promise<void>;
async resolveRoom(params: ResolveRoomRequest, opts?: client.RequestOptions): Promise<ResolveRoomResponse>;
async revokeInvitation(params?: RevokeInvitationRequest, opts?: client.RequestOptions): Promise<void>;
async searchAddressBooks(params?: SearchAddressBooksRequest, opts?: client.RequestOptions): Promise<SearchAddressBooksResponse>;
async searchContacts(params?: SearchContactsRequest, opts?: client.RequestOptions): Promise<SearchContactsResponse>;
async searchDevices(params?: SearchDevicesRequest, opts?: client.RequestOptions): Promise<SearchDevicesResponse>;
async searchNetworkProfiles(params?: SearchNetworkProfilesRequest, opts?: client.RequestOptions): Promise<SearchNetworkProfilesResponse>;
async searchProfiles(params?: SearchProfilesRequest, opts?: client.RequestOptions): Promise<SearchProfilesResponse>;
async searchRooms(params?: SearchRoomsRequest, opts?: client.RequestOptions): Promise<SearchRoomsResponse>;
async searchSkillGroups(params?: SearchSkillGroupsRequest, opts?: client.RequestOptions): Promise<SearchSkillGroupsResponse>;
async searchUsers(params?: SearchUsersRequest, opts?: client.RequestOptions): Promise<SearchUsersResponse>;
async sendAnnouncement(params: SendAnnouncementRequest, opts?: client.RequestOptions): Promise<SendAnnouncementResponse>;
async sendInvitation(params?: SendInvitationRequest, opts?: client.RequestOptions): Promise<void>;
async startDeviceSync(params: StartDeviceSyncRequest, opts?: client.RequestOptions): Promise<void>;
async startSmartHomeApplianceDiscovery(params: StartSmartHomeApplianceDiscoveryRequest, opts?: client.RequestOptions): Promise<void>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateAddressBook(params: UpdateAddressBookRequest, opts?: client.RequestOptions): Promise<void>;
async updateBusinessReportSchedule(params: UpdateBusinessReportScheduleRequest, opts?: client.RequestOptions): Promise<void>;
async updateConferenceProvider(params: UpdateConferenceProviderRequest, opts?: client.RequestOptions): Promise<void>;
async updateContact(params: UpdateContactRequest, opts?: client.RequestOptions): Promise<void>;
async updateDevice(params?: UpdateDeviceRequest, opts?: client.RequestOptions): Promise<void>;
async updateGateway(params: UpdateGatewayRequest, opts?: client.RequestOptions): Promise<void>;
async updateGatewayGroup(params: UpdateGatewayGroupRequest, opts?: client.RequestOptions): Promise<void>;
async updateNetworkProfile(params: UpdateNetworkProfileRequest, opts?: client.RequestOptions): Promise<void>;
async updateProfile(params?: UpdateProfileRequest, opts?: client.RequestOptions): Promise<void>;
async updateRoom(params?: UpdateRoomRequest, opts?: client.RequestOptions): Promise<void>;
async updateSkillGroup(params?: UpdateSkillGroupRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new AlexaForBusiness(apiFactory: client.ApiFactory)
[src]

§Methods

§
approveSkill(params: ApproveSkillRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a skill with the organization under the customer's AWS account. If a skill is private, the user implicitly accepts access to this skill during enablement.

§
associateContactWithAddressBook(params: AssociateContactWithAddressBookRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a contact with a given address book.

§
associateDeviceWithNetworkProfile(params: AssociateDeviceWithNetworkProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a device with the specified network profile.

§
associateDeviceWithRoom(params?: AssociateDeviceWithRoomRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a device with a given room. This applies all the settings from the room profile to the device, and all the skills in any skill groups added to that room. This operation requires the device to be online, or else a manual sync is required.

§
associateSkillGroupWithRoom(params?: AssociateSkillGroupWithRoomRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room.

§
associateSkillWithSkillGroup(params: AssociateSkillWithSkillGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a skill with a skill group.

§
associateSkillWithUsers(params: AssociateSkillWithUsersRequest, opts?: client.RequestOptions): Promise<void>
[src]

Makes a private skill available for enrolled users to enable on their devices.

§

Creates an address book with the specified details.

§

Creates a recurring schedule for usage reports to deliver to the specified S3 location with a specified daily or weekly interval.

§

Adds a new conference provider under the user's AWS account.

§

Creates a contact with the specified details.

§

Creates a gateway group with the specified details.

§

Creates a network profile with the specified details.

§

Creates a new room profile with the specified details.

§

Creates a room with the specified details.

§

Creates a skill group with a specified name and description.

§

Creates a user.

§
deleteAddressBook(params: DeleteAddressBookRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes an address book by the address book ARN.

§
deleteBusinessReportSchedule(params: DeleteBusinessReportScheduleRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the recurring report delivery schedule with the specified schedule ARN.

§
deleteConferenceProvider(params: DeleteConferenceProviderRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a conference provider.

§
deleteContact(params: DeleteContactRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a contact by the contact ARN.

§
deleteDevice(params: DeleteDeviceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes a device from Alexa For Business.

§
deleteDeviceUsageData(params: DeleteDeviceUsageDataRequest, opts?: client.RequestOptions): Promise<void>
[src]

When this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data and associated response data. This action can be called once every 24 hours for a specific shared device.

§
deleteGatewayGroup(params: DeleteGatewayGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a gateway group.

§
deleteNetworkProfile(params: DeleteNetworkProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a network profile by the network profile ARN.

§
deleteProfile(params?: DeleteProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a room profile by the profile ARN.

§
deleteRoom(params?: DeleteRoomRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a room by the room ARN.

§
deleteRoomSkillParameter(params: DeleteRoomSkillParameterRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes room skill parameter details by room, skill, and parameter key ID.

§
deleteSkillAuthorization(params: DeleteSkillAuthorizationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Unlinks a third-party account from a skill.

§
deleteSkillGroup(params?: DeleteSkillGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a skill group by skill group ARN.

§
deleteUser(params: DeleteUserRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a specified user by user ARN and enrollment ARN.

§
disassociateContactFromAddressBook(params: DisassociateContactFromAddressBookRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a contact from a given address book.

§
disassociateDeviceFromRoom(params?: DisassociateDeviceFromRoomRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a device from its current room. The device continues to be connected to the Wi-Fi network and is still registered to the account. The device settings and skills are removed from the room.

§
disassociateSkillFromSkillGroup(params: DisassociateSkillFromSkillGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a skill from a skill group.

§
disassociateSkillFromUsers(params: DisassociateSkillFromUsersRequest, opts?: client.RequestOptions): Promise<void>
[src]

Makes a private skill unavailable for enrolled users and prevents them from enabling it on their devices.

§
disassociateSkillGroupFromRoom(params?: DisassociateSkillGroupFromRoomRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room.

§
forgetSmartHomeAppliances(params: ForgetSmartHomeAppliancesRequest, opts?: client.RequestOptions): Promise<void>
[src]

Forgets smart home appliances associated to a room.

§

Gets address the book details by the address book ARN.

§
getConferencePreference(opts?: client.RequestOptions): Promise<GetConferencePreferenceResponse>
[src]

Retrieves the existing conference preferences.

§

Gets details about a specific conference provider.

§

Gets the contact details by the contact ARN.

§
getDevice(params?: GetDeviceRequest, opts?: client.RequestOptions): Promise<GetDeviceResponse>
[src]

Gets the details of a device by device ARN.

§

Retrieves the details of a gateway.

§

Retrieves the details of a gateway group.

§
getInvitationConfiguration(opts?: client.RequestOptions): Promise<GetInvitationConfigurationResponse>
[src]

Retrieves the configured values for the user enrollment invitation email template.

§

Gets the network profile details by the network profile ARN.

§
getProfile(params?: GetProfileRequest, opts?: client.RequestOptions): Promise<GetProfileResponse>
[src]

Gets the details of a room profile by profile ARN.

§
getRoom(params?: GetRoomRequest, opts?: client.RequestOptions): Promise<GetRoomResponse>
[src]

Gets room details by room ARN.

§

Gets room skill parameter details by room, skill, and parameter key ARN.

§

Gets skill group details by skill group ARN.

§

Lists the details of the schedules that a user configured. A download URL of the report associated with each schedule is returned every time this action is called. A new download URL is returned each time, and is valid for 24 hours.

§

Lists conference providers under a specific AWS account.

§

Lists the device event history, including device connection status, for up to 30 days.

§

Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of a specific gateway group.

§

Retrieves a list of gateway summaries. Use GetGateway to retrieve details of a specific gateway. An optional gateway group ARN can be provided to only retrieve gateway summaries of gateways that are associated with that gateway group ARN.

§
listSkills(params?: ListSkillsRequest, opts?: client.RequestOptions): Promise<ListSkillsResponse>
[src]

Lists all enabled skills in a specific skill group.

§

Lists all categories in the Alexa skill store.

§

Lists all skills in the Alexa skill store by category.

§

Lists all of the smart home appliances associated with a room.

§
listTags(params: ListTagsRequest, opts?: client.RequestOptions): Promise<ListTagsResponse>
[src]

Lists all tags for the specified resource.

§
putConferencePreference(params: PutConferencePreferenceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Sets the conference preferences on a specific conference provider at the account level.

§
putInvitationConfiguration(params: PutInvitationConfigurationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Configures the email template for the user enrollment invitation with the specified attributes.

§
putRoomSkillParameter(params: PutRoomSkillParameterRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates room skill parameter details by room, skill, and parameter key ID. Not all skills have a room skill parameter.

§
putSkillAuthorization(params: PutSkillAuthorizationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Links a user's account to a third-party skill provider. If this API operation is called by an assumed IAM role, the skill being linked must be a private skill. Also, the skill must be owned by the AWS account that assumed the IAM role.

§

Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service (AVS).

§
rejectSkill(params: RejectSkillRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a skill from the organization under a user's AWS account. If the skill is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill that is rejected can be added later by calling the ApproveSkill API.

§

Determines the details for the room from which a skill request was invoked. This operation is used by skill developers.

To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When the skill is using an AWS Lambda function, the skill is automatically authorized when you publish your skill as a private skill to your AWS account. Skills that are hosted using a custom web service must be manually authorized. To get your skill authorized, contact AWS Support with your AWS account ID that queries the ResolveRoom API and skill ID.

§
revokeInvitation(params?: RevokeInvitationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Revokes an invitation and invalidates the enrollment URL.

§

Searches address books and lists the ones that meet a set of filter and sort criteria.

§

Searches contacts and lists the ones that meet a set of filter and sort criteria.

§

Searches devices and lists the ones that meet a set of filter criteria.

§

Searches network profiles and lists the ones that meet a set of filter and sort criteria.

§

Searches room profiles and lists the ones that meet a set of filter criteria.

§
searchRooms(params?: SearchRoomsRequest, opts?: client.RequestOptions): Promise<SearchRoomsResponse>
[src]

Searches rooms and lists the ones that meet a set of filter and sort criteria.

§

Searches skill groups and lists the ones that meet a set of filter and sort criteria.

§
searchUsers(params?: SearchUsersRequest, opts?: client.RequestOptions): Promise<SearchUsersResponse>
[src]

Searches users and lists the ones that meet a set of filter and sort criteria.

§

Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter.

§
sendInvitation(params?: SendInvitationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Sends an enrollment invitation email with a URL to a user. The URL is valid for 30 days or until you call this operation again, whichever comes first.

§
startDeviceSync(params: StartDeviceSyncRequest, opts?: client.RequestOptions): Promise<void>
[src]

Resets a device and its account to the known default settings. This clears all information and settings set by previous users in the following ways:

  • Bluetooth - This unpairs all bluetooth devices paired with your echo device.
  • Volume - This resets the echo device's volume to the default value.
  • Notifications - This clears all notifications from your echo device.
  • Lists - This clears all to-do items from your echo device.
  • Settings - This internally syncs the room's profile (if the device is assigned to a room), contacts, address books, delegation access for account linking, and communications (if enabled on the room profile).
§
startSmartHomeApplianceDiscovery(params: StartSmartHomeApplianceDiscoveryRequest, opts?: client.RequestOptions): Promise<void>
[src]

Initiates the discovery of any smart home appliances associated with the room.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Adds metadata tags to a specified resource.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes metadata tags from a specified resource.

§
updateAddressBook(params: UpdateAddressBookRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates address book details by the address book ARN.

§
updateBusinessReportSchedule(params: UpdateBusinessReportScheduleRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the configuration of the report delivery schedule with the specified schedule ARN.

§
updateConferenceProvider(params: UpdateConferenceProviderRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates an existing conference provider's settings.

§
updateContact(params: UpdateContactRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the contact details by the contact ARN.

§
updateDevice(params?: UpdateDeviceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the device name by device ARN.

§
updateGateway(params: UpdateGatewayRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the details of a gateway. If any optional field is not provided, the existing corresponding value is left unmodified.

§
updateGatewayGroup(params: UpdateGatewayGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the details of a gateway group. If any optional field is not provided, the existing corresponding value is left unmodified.

§
updateNetworkProfile(params: UpdateNetworkProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates a network profile by the network profile ARN.

§
updateProfile(params?: UpdateProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates an existing room profile by room profile ARN.

§
updateRoom(params?: UpdateRoomRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates room details by room ARN.

§
updateSkillGroup(params?: UpdateSkillGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates skill group details by skill group ARN.

§Static Properties