AlexaForBusiness
import { AlexaForBusiness } from "https://aws-api.deno.dev/v0.2/services/alexaforbusiness.ts?docs=full";
§Constructors
§Methods
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.
Associates a contact with a given address book.
Associates a device with the specified network profile.
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.
Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room.
Associates a skill with a skill group.
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 skill group with a specified name and description.
Deletes the recurring report delivery schedule with the specified schedule ARN.
Deletes a conference provider.
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.
Deletes a network profile by the network profile ARN.
Deletes room skill parameter details by room, skill, and parameter key ID.
Unlinks a third-party account from a skill.
Disassociates a contact from a given address book.
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.
Disassociates a skill from a skill group.
Makes a private skill unavailable for enrolled users and prevents them from enabling it on their devices.
Disassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room.
Forgets smart home appliances associated to a room.
Gets address the book details by the address book ARN.
Retrieves the existing conference preferences.
Gets details about a specific conference provider.
Retrieves the details of a gateway group.
Retrieves the configured values for the user enrollment invitation email template.
Gets the network profile details by the network profile 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.
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.
Sets the conference preferences on a specific conference provider at the account level.
Configures the email template for the user enrollment invitation with the specified attributes.
Updates room skill parameter details by room, skill, and parameter key ID. Not all skills have a room skill parameter.
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).
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.
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.
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.
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.
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.
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).
Initiates the discovery of any smart home appliances associated with the room.
Updates the configuration of the report delivery schedule with the specified schedule ARN.
Updates an existing conference provider's settings.
Updates the details of a gateway. If any optional field is not provided, the existing corresponding value is left unmodified.
Updates the details of a gateway group. If any optional field is not provided, the existing corresponding value is left unmodified.
Updates a network profile by the network profile ARN.